.bcd-iw {
    box-sizing: border-box;
    width: min(100%, 430px);
    min-height: 100vh;
    margin: 0 auto;
    background:
        radial-gradient(circle at 18px 18px, rgba(215, 25, 32, 0.08) 0 3px, transparent 4px),
        linear-gradient(180deg, #fff6df 0%, #f7efe2 46%, #fffaf1 100%);
    background-size: 34px 34px, auto;
    color: #171717;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.bcd-iw *,
.bcd-iw *::before,
.bcd-iw *::after {
    box-sizing: border-box;
}

.bcd-iw a {
    color: inherit;
    text-decoration: none;
}

.bcd-iw__header {
    position: relative;
    overflow: hidden;
    padding: 18px 18px 30px;
    color: #fff;
    background: linear-gradient(145deg, #d71920, #9f1218);
}

.bcd-iw__header::before {
    position: absolute;
    right: -44px;
    top: -54px;
    width: 156px;
    height: 156px;
    border: 24px solid rgba(245, 178, 27, 0.26);
    border-radius: 999px;
    content: "";
}

.bcd-iw__topbar,
.bcd-iw__judge {
    position: relative;
    z-index: 1;
}

.bcd-iw__topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 24px;
}

.bcd-iw__brand {
    display: flex;
    align-items: center;
    min-width: 0;
    gap: 10px;
}

.bcd-iw__brand-mark {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    flex: 0 0 auto;
    border: 2px solid rgba(255, 255, 255, 0.72);
    border-radius: 8px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.18);
}

.bcd-iw__brand-mark img {
    display: block;
    width: 34px;
    height: 34px;
    object-fit: contain;
}

.bcd-iw__brand strong,
.bcd-iw__brand em {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bcd-iw__brand strong {
    color: #fff;
    font-size: 14px;
    line-height: 1.1;
}

.bcd-iw__brand em {
    margin-top: 2px;
    color: #fff;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
}

.bcd-iw__logout {
    position: relative;
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    flex: 0 0 auto;
    border: 1px solid rgba(255, 255, 255, 0.32);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.12);
    text-decoration: none;
}

.bcd-iw__logout::before {
    width: 17px;
    height: 23px;
    border: 2px solid #fff;
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.08);
    content: "";
}

.bcd-iw__logout::after {
    position: absolute;
    width: 4px;
    height: 4px;
    margin-left: 7px;
    border-radius: 50%;
    background: #fff;
    content: "";
}

.bcd-iw__judge {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: end;
    gap: 16px;
}

.bcd-iw__eyebrow,
.bcd-iw__status {
    margin: 0 0 8px;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

.bcd-iw__eyebrow {
    color: #f5b21b;
}

.bcd-iw h1,
.bcd-iw h2,
.bcd-iw h3 {
    margin: 0;
    letter-spacing: 0;
}

.bcd-iw h1 {
    font-size: 34px;
    line-height: 0.96;
    font-weight: 950;
}

.bcd-iw h2 {
    font-size: 24px;
    line-height: 1.04;
    font-weight: 950;
}

.bcd-iw h3 {
    font-size: 17px;
    font-weight: 950;
}

.bcd-iw__judge p:last-child {
    margin: 10px 0 0;
    color: rgba(255, 255, 255, 0.84);
    font-size: 15px;
    font-weight: 750;
}

.bcd-iw__avatar {
    display: grid;
    width: 62px;
    height: 62px;
    place-items: center;
    border: 3px solid rgba(255, 255, 255, 0.72);
    border-radius: 8px;
    background: #f5b21b;
    color: #171717;
    font-size: 22px;
    font-weight: 950;
    box-shadow: 0 18px 28px rgba(81, 0, 0, 0.2);
}

.bcd-iw__content {
    padding: 14px 14px 28px;
}

.bcd-iw__install[hidden] {
    display: none;
}

.bcd-iw__install {
    position: relative;
    display: grid;
    grid-template-columns: 1fr auto 34px;
    align-items: center;
    gap: 10px;
    margin: 0 0 14px;
    padding: 12px;
    border: 1px solid #f0d17d;
    border-radius: 8px;
    background: #fff0bf;
    color: #171717;
    box-shadow: 0 12px 30px rgba(88, 43, 20, 0.12);
}

.bcd-iw__install strong,
.bcd-iw__install span {
    display: block;
}

.bcd-iw__install strong {
    font-size: 14px;
    line-height: 1.15;
    font-weight: 950;
}

.bcd-iw__install span {
    margin-top: 3px;
    color: #746a60;
    font-size: 12px;
    font-weight: 750;
    line-height: 1.25;
}

.bcd-iw__install-button {
    min-height: 38px;
    border: 0;
    border-radius: 8px;
    padding: 0 12px;
    background: #d71920;
    color: #fff;
    cursor: pointer;
    font: inherit;
    font-size: 13px;
    font-weight: 950;
}

.bcd-iw__install-close {
    position: relative;
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 8px;
    background: rgba(23, 23, 23, 0.08);
    cursor: pointer;
}

.bcd-iw__install-close::before,
.bcd-iw__install-close::after {
    position: absolute;
    left: 10px;
    top: 16px;
    width: 14px;
    height: 2px;
    border-radius: 99px;
    background: #171717;
    content: "";
}

.bcd-iw__install-close::before {
    transform: rotate(45deg);
}

.bcd-iw__install-close::after {
    transform: rotate(-45deg);
}

.bcd-iw__install--ios {
    grid-template-columns: 1fr auto 34px;
}

.bcd-iw__install-dialog[hidden] {
    display: none;
}

.bcd-iw-has-install-dialog {
    overflow: hidden;
}

.bcd-iw__install-dialog {
    position: fixed;
    z-index: 999999;
    inset: 0;
    display: grid;
    place-items: end center;
    padding: 16px;
}

.bcd-iw__install-dialog-backdrop {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    background: rgba(23, 23, 23, 0.62);
    cursor: pointer;
}

.bcd-iw__install-dialog-panel {
    position: relative;
    width: min(100%, 440px);
    max-height: calc(100vh - 32px);
    max-height: calc(100dvh - 32px);
    overflow-y: auto;
    padding: 24px 20px 20px;
    border-radius: 18px 18px 10px 10px;
    outline: 0;
    background: #fffaf0;
    color: #171717;
    box-shadow: 0 28px 80px rgba(23, 23, 23, 0.32);
    -webkit-overflow-scrolling: touch;
}

.bcd-iw__install-dialog-close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 50%;
    background: rgba(23, 23, 23, 0.08);
    cursor: pointer;
}

.bcd-iw__install-dialog-close::before,
.bcd-iw__install-dialog-close::after {
    position: absolute;
    top: 17px;
    left: 10px;
    width: 16px;
    height: 2px;
    border-radius: 99px;
    background: #171717;
    content: "";
}

.bcd-iw__install-dialog-close::before {
    transform: rotate(45deg);
}

.bcd-iw__install-dialog-close::after {
    transform: rotate(-45deg);
}

.bcd-iw__install-dialog-icon {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    border-radius: 14px;
    background: #d71920;
    color: #fff;
    font-size: 29px;
    font-weight: 900;
    line-height: 1;
}

.bcd-iw__install-dialog h2 {
    margin: 14px 42px 8px 0;
    font-size: 22px;
    line-height: 1.15;
}

.bcd-iw__install-dialog p {
    margin: 0;
    color: #5e554c;
    font-size: 14px;
    line-height: 1.45;
}

.bcd-iw__install-dialog ol {
    display: grid;
    gap: 10px;
    margin: 18px 0;
    padding-left: 24px;
}

.bcd-iw__install-dialog li {
    padding-left: 4px;
    font-size: 15px;
    line-height: 1.35;
}

.bcd-iw__install-dialog-note {
    padding: 10px 12px;
    border-radius: 8px;
    background: #fff0bf;
}

.bcd-iw__install-dialog-done {
    width: 100%;
    min-height: 46px;
    margin-top: 16px;
    border: 0;
    border-radius: 10px;
    background: #d71920;
    color: #fff;
    cursor: pointer;
    font: inherit;
    font-size: 15px;
    font-weight: 950;
}

@media (min-width: 560px) {
    .bcd-iw__install-dialog {
        place-items: center;
    }

    .bcd-iw__install-dialog-panel {
        border-radius: 18px;
    }
}

.bcd-iw__kpis {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin: 0 0 14px;
}

.bcd-iw__kpi {
    min-height: 76px;
    padding: 11px 8px;
    border: 1px solid rgba(234, 223, 207, 0.94);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 12px 30px rgba(88, 43, 20, 0.12);
}

.bcd-iw__kpi-link {
    display: block;
}

.bcd-iw__kpi-link:active {
    transform: translateY(1px);
}

.bcd-iw__kpi strong {
    display: block;
    font-size: 24px;
    line-height: 1;
    font-weight: 950;
}

.bcd-iw__kpi span {
    display: block;
    margin-top: 6px;
    color: #746a60;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.15;
}

.bcd-iw__card,
.bcd-iw__rating {
    border: 1px solid #eadfcf;
    border-radius: 8px;
    background: #fff;
}

.bcd-iw__card {
    padding: 18px;
    box-shadow: 0 20px 50px rgba(88, 43, 20, 0.18);
}

.bcd-iw__status {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #218c54;
}

.bcd-iw__status::before {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #218c54;
    box-shadow: 0 0 0 4px rgba(33, 140, 84, 0.12);
    content: "";
}

.bcd-iw__status--pending {
    color: #a15f00;
}

.bcd-iw__status--pending::before {
    background: #f5b21b;
    box-shadow: 0 0 0 4px rgba(245, 178, 27, 0.18);
}

.bcd-iw__subtitle {
    margin: 8px 0 0;
    color: #746a60;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
}

.bcd-iw__actions {
    display: grid;
    gap: 10px;
    margin-top: 16px;
}

.bcd-iw__action {
    display: grid;
    grid-template-columns: 46px 1fr;
    align-items: center;
    gap: 12px;
    min-height: 70px;
    padding: 12px;
    border-radius: 8px;
    text-decoration: none;
}

.bcd-iw__action--primary {
    background: #d71920;
    color: #fff !important;
    box-shadow: 0 16px 28px rgba(215, 25, 32, 0.28);
}

.bcd-iw__action--primary *,
.bcd-iw__action--primary:visited,
.bcd-iw__action--primary:hover,
.bcd-iw__action--primary:focus {
    color: #fff !important;
}

.bcd-iw__action--secondary {
    border: 1px solid #f0d17d;
    background: #fff0bf;
    color: #171717;
}

.bcd-iw__action-icon {
    display: grid;
    width: 46px;
    height: 46px;
    place-items: center;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.18);
    font-size: 24px;
    font-weight: 950;
}

.bcd-iw__action--secondary .bcd-iw__action-icon {
    background: #fff8dd;
    color: #d71920;
}

.bcd-iw__action strong,
.bcd-iw__action em {
    display: block;
    text-decoration: none;
}

.bcd-iw__action strong {
    font-size: 16px;
    line-height: 1.15;
    font-weight: 900;
}

.bcd-iw__action em {
    margin-top: 4px;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    opacity: 0.72;
}

.bcd-iw__section-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: 22px 2px 10px;
}

.bcd-iw__section-title a {
    color: #d71920;
    font-size: 13px;
    font-weight: 900;
    text-decoration: none;
}

.bcd-iw__ratings {
    display: grid;
    gap: 9px;
}

.bcd-iw__tools {
    display: grid;
    gap: 10px;
    margin: 0 0 12px;
}

.bcd-iw__tools--compact {
    margin-top: 14px;
}

.bcd-iw__search {
    display: grid;
    gap: 6px;
}

.bcd-iw__search span {
    color: #746a60;
    font-size: 12px;
    font-weight: 850;
}

.bcd-iw__search input {
    width: 100%;
    min-height: 42px;
    border: 1px solid #eadfcf;
    border-radius: 8px;
    background: #fff;
    color: #171717;
    font: inherit;
    font-size: 14px;
    font-weight: 750;
    padding: 0 12px;
}

.bcd-iw__filters {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 2px;
}

.bcd-iw__filters button {
    flex: 0 0 auto;
    min-height: 36px;
    border: 1px solid #eadfcf;
    border-radius: 8px;
    background: #fffaf1;
    color: #171717;
    font: inherit;
    font-size: 12px;
    font-weight: 900;
    padding: 0 12px;
}

.bcd-iw__filters button.is-active {
    border-color: #d71920;
    background: #d71920;
    color: #fff;
}

.bcd-iw__tracking-card {
    margin-top: 14px;
}

.bcd-iw__tracking-list {
    display: grid;
    gap: 9px;
    margin-top: 14px;
}

.bcd-iw__tracking-item {
    padding: 13px;
    border: 1px solid #eadfcf;
    border-radius: 8px;
    background: #fffaf1;
}

.bcd-iw__tracking-item a {
    color: inherit;
    text-decoration: none;
}

.bcd-iw__tracking-item strong,
.bcd-iw__tracking-item span,
.bcd-iw__tracking-item em {
    display: block;
}

.bcd-iw__tracking-item strong {
    font-size: 15px;
    line-height: 1.2;
    font-weight: 950;
}

.bcd-iw__tracking-item span,
.bcd-iw__tracking-item em {
    margin-top: 4px;
    color: #746a60;
    font-size: 12px;
    font-style: normal;
    font-weight: 750;
}

.bcd-iw__tracking-item--pending {
    padding: 0;
    overflow: hidden;
}

.bcd-iw__place-card summary {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 12px;
    padding: 13px;
    cursor: pointer;
    list-style: none;
}

.bcd-iw__place-card summary::-webkit-details-marker {
    display: none;
}

.bcd-iw__place-details {
    display: grid;
    gap: 10px;
    padding: 0 13px 13px;
}

.bcd-iw__place-details p {
    margin: 0;
    padding: 10px 0 0;
    border-top: 1px solid #eadfcf;
}

.bcd-iw__place-details p strong {
    color: #171717;
    font-size: 12px;
}

.bcd-iw__map-button {
    display: grid;
    min-height: 40px;
    place-items: center;
    border-radius: 8px;
    background: #171717;
    color: #fff !important;
    font-size: 13px;
    font-weight: 950;
    text-decoration: none;
}

.bcd-iw__map-icon {
    position: relative;
    display: block;
    width: 42px;
    height: 42px;
    border-radius: 8px;
    background: #d71920;
}

.bcd-iw__map-icon::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 8px;
    width: 16px;
    height: 16px;
    border: 3px solid #fff;
    border-radius: 50% 50% 50% 0;
    transform: translateX(-50%) rotate(-45deg);
}

.bcd-iw__map-icon::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 15px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff;
    transform: translateX(-50%);
}

.bcd-iw__tracking-item--done {
    padding: 0;
    overflow: hidden;
    background: #fff;
}

.bcd-iw__tracking-item--done a {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 12px;
    padding: 13px;
}

.bcd-iw__status-badge {
    display: inline-grid !important;
    width: fit-content;
    min-height: 24px;
    place-items: center;
    margin-top: 8px !important;
    border-radius: 6px;
    background: #f0e5d4;
    color: #171717 !important;
    font-size: 11px !important;
    font-style: normal;
    font-weight: 950 !important;
    padding: 0 8px;
}

.bcd-iw__status-badge--valid {
    background: #e0f2df;
    color: #146c2e !important;
}

.bcd-iw__status-badge--invalid {
    background: #d71920;
    color: #fff !important;
}

.bcd-iw__status-badge--pending {
    background: #fff0bf;
    color: #7a5600 !important;
}

.bcd-iw__rating {
    overflow: hidden;
    background: rgba(255, 255, 255, 0.88);
}

.bcd-iw__rating-main {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 12px;
    padding: 14px;
    text-decoration: none;
}

.bcd-iw__rating-main strong,
.bcd-iw__rating-main em {
    display: block;
}

.bcd-iw__rating-main strong {
    font-size: 15px;
    line-height: 1.2;
    font-weight: 900;
}

.bcd-iw__rating-main em {
    margin-top: 4px;
    color: #746a60;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
}

.bcd-iw__entry-media {
    display: grid;
    width: 46px;
    min-width: 46px;
    height: 46px;
    place-items: center;
    border-radius: 8px;
    overflow: hidden;
    background: #eadfcf;
    color: #fff;
    font-size: 24px;
    font-weight: 950;
}

.bcd-iw__entry-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bcd-iw__entry-media--invalid {
    background: #d71920;
}

.bcd-iw__entry-media--empty::before {
    content: "";
    width: 18px;
    height: 14px;
    border: 2px solid #746a60;
    border-radius: 4px;
    opacity: 0.45;
}

.bcd-iw__invalid-alert {
    display: grid;
    gap: 4px;
    margin: 12px 0 16px;
    border-radius: 8px;
    background: #d71920;
    color: #fff;
    padding: 12px 13px;
}

.bcd-iw__invalid-alert strong,
.bcd-iw__invalid-alert span {
    display: block;
}

.bcd-iw__invalid-alert strong {
    font-size: 14px;
    font-weight: 950;
}

.bcd-iw__invalid-alert span {
    font-size: 12px;
    font-weight: 750;
    line-height: 1.35;
}

.bcd-iw__edit-link {
    display: block;
    padding: 10px 14px;
    border-top: 1px solid #eadfcf;
    color: #d71920;
    font-size: 13px;
    font-weight: 900;
    text-align: right;
    text-decoration: none;
}

.bcd-iw__notice {
    margin: 14px 0 0;
    padding: 13px 14px;
    border: 1px solid #efd891;
    border-radius: 8px;
    background: #fff5cf;
    color: #6d520f;
    font-size: 13px;
    font-weight: 750;
    line-height: 1.35;
}

.bcd-iw__contacts {
    display: grid;
    gap: 10px;
    margin-top: 14px;
}

.bcd-iw__contact {
    display: grid;
    grid-template-columns: 38px 1fr;
    align-items: center;
    gap: 10px;
    min-height: 54px;
    padding: 8px 10px;
    border: 1px solid #bfe8ce;
    border-radius: 8px;
    background: #eaf9ef;
    color: #126c37;
    font-size: 13px;
    font-weight: 950;
}

.bcd-iw__contact-icon {
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border-radius: 8px;
    background: #25d366;
    color: #fff;
}

.bcd-iw__contact-icon::before {
    width: 16px;
    height: 16px;
    border: 3px solid #fff;
    border-top-color: transparent;
    border-right-color: transparent;
    border-radius: 50%;
    transform: rotate(-45deg);
    content: "";
}

.bcd-iw__contact strong {
    line-height: 1.15;
}

.bcd-iw__back {
    margin: 14px 2px;
}

.bcd-iw__back a {
    color: #d71920;
    font-size: 13px;
    font-weight: 900;
    text-decoration: none;
}

.bcd-iw__field-list,
.bcd-iw__form-fields {
    display: grid;
    gap: 12px;
    margin-top: 16px;
}

.bcd-iw__field-row {
    display: grid;
    gap: 5px;
    padding: 12px;
    border: 1px solid #eadfcf;
    border-radius: 8px;
    background: #fffaf1;
}

.bcd-iw__field-row strong,
.bcd-iw__form-field span {
    color: #746a60;
    font-size: 12px;
    font-weight: 900;
    line-height: 1.2;
    text-transform: uppercase;
}

.bcd-iw__field-row span {
    color: #171717;
    font-size: 15px;
    font-weight: 750;
    line-height: 1.35;
    overflow-wrap: anywhere;
}

.bcd-iw__field-link {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 7px 10px;
    border-radius: 8px;
    background: #171717;
    color: #fff !important;
    font-size: 13px;
    font-weight: 900;
}

.bcd-iw__single-action {
    margin-top: 16px;
}

.bcd-iw__form {
    display: block;
}

.bcd-iw__form-field {
    display: grid;
    gap: 7px;
}

.bcd-iw__form-field textarea {
    width: 100%;
    min-height: 72px;
    resize: vertical;
    border: 1px solid #eadfcf;
    border-radius: 8px;
    padding: 11px 12px;
    background: #fffaf1;
    color: #171717;
    font: inherit;
    font-size: 15px;
    line-height: 1.35;
}

.bcd-iw__form-field textarea:focus {
    border-color: #d71920;
    box-shadow: 0 0 0 3px rgba(215, 25, 32, 0.12);
    outline: none;
}

.bcd-iw__submit {
    width: 100%;
    min-height: 52px;
    margin-top: 16px;
    border: 0;
    border-radius: 8px;
    background: #d71920;
    color: #fff;
    cursor: pointer;
    font: inherit;
    font-size: 15px;
    font-weight: 950;
    box-shadow: 0 16px 28px rgba(215, 25, 32, 0.28);
}

.bcd-iw--login {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 18px 14px;
}

.bcd-iw__login-card {
    width: 100%;
}

.bcd-iw--login .bcd-iw__install {
    width: 100%;
    margin: 0;
}

.bcd-iw__login-form {
    display: grid;
    gap: 12px;
    margin-top: 18px;
}

.bcd-iw__login-field {
    display: grid;
    gap: 7px;
}

.bcd-iw__login-field span {
    color: #746a60;
    font-size: 12px;
    font-weight: 900;
    line-height: 1.2;
    text-transform: uppercase;
}

.bcd-iw__login-field input {
    width: 100%;
    min-height: 50px;
    border: 1px solid #eadfcf;
    border-radius: 8px;
    padding: 0 13px;
    background: #fffaf1;
    color: #171717;
    font: inherit;
    font-size: 16px;
    font-weight: 750;
}

.bcd-iw__login-field input:focus {
    border-color: #d71920;
    box-shadow: 0 0 0 3px rgba(215, 25, 32, 0.12);
    outline: none;
}

@keyframes bcdIwSurfaceIn {
    from {
        opacity: 0;
        transform: translateY(16px) scale(0.985);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes bcdIwHeaderGlow {
    0% {
        transform: translate3d(-18%, -8%, 0) rotate(0deg);
        opacity: 0.32;
    }

    50% {
        transform: translate3d(8%, 10%, 0) rotate(14deg);
        opacity: 0.58;
    }

    100% {
        transform: translate3d(-18%, -8%, 0) rotate(0deg);
        opacity: 0.32;
    }
}

@keyframes bcdIwSweep {
    from {
        transform: translateX(-125%) skewX(-18deg);
    }

    to {
        transform: translateX(155%) skewX(-18deg);
    }
}

@keyframes bcdIwPulse {
    0%,
    100% {
        box-shadow: 0 0 0 4px rgba(33, 140, 84, 0.12);
    }

    50% {
        box-shadow: 0 0 0 7px rgba(33, 140, 84, 0.02);
    }
}

.bcd-iw {
    position: relative;
    isolation: isolate;
    background:
        radial-gradient(circle at 16% 6%, rgba(245, 178, 27, 0.24), transparent 26%),
        radial-gradient(circle at 86% 32%, rgba(215, 25, 32, 0.12), transparent 25%),
        linear-gradient(180deg, #fff7e5 0%, #f7efe2 47%, #fffaf1 100%);
}

.bcd-iw::before {
    position: fixed;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(23, 23, 23, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(23, 23, 23, 0.03) 1px, transparent 1px);
    background-size: 28px 28px;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.85), transparent 82%);
    content: "";
}

.bcd-iw__header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.22);
    background:
        linear-gradient(145deg, rgba(215, 25, 32, 0.98), rgba(126, 11, 18, 0.98)),
        radial-gradient(circle at 20% 20%, rgba(245, 178, 27, 0.24), transparent 38%);
    box-shadow: 0 28px 60px rgba(86, 9, 13, 0.28);
}

.bcd-iw__header::after {
    position: absolute;
    inset: auto -30% -55% -30%;
    height: 190px;
    pointer-events: none;
    background:
        radial-gradient(closest-side, rgba(245, 178, 27, 0.46), transparent 72%),
        radial-gradient(closest-side at 70% 40%, rgba(255, 255, 255, 0.26), transparent 64%);
    filter: blur(6px);
    content: "";
    animation: bcdIwHeaderGlow 8s ease-in-out infinite;
}

.bcd-iw__brand-mark,
.bcd-iw__avatar,
.bcd-iw__logout {
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.bcd-iw__brand-mark:hover,
.bcd-iw__avatar:hover,
.bcd-iw__logout:hover {
    transform: translateY(-2px);
}

.bcd-iw__content > * {
    animation: bcdIwSurfaceIn 520ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.bcd-iw__content > *:nth-child(2) {
    animation-delay: 55ms;
}

.bcd-iw__content > *:nth-child(3) {
    animation-delay: 110ms;
}

.bcd-iw__content > *:nth-child(4) {
    animation-delay: 165ms;
}

.bcd-iw__content > *:nth-child(5) {
    animation-delay: 220ms;
}

.bcd-iw__content > *:nth-child(n + 6) {
    animation-delay: 260ms;
}

.bcd-iw__kpi,
.bcd-iw__card,
.bcd-iw__rating,
.bcd-iw__tracking-item,
.bcd-iw__contact,
.bcd-iw__install {
    position: relative;
    overflow: hidden;
    transition:
        transform 220ms ease,
        box-shadow 220ms ease,
        border-color 220ms ease,
        background-color 220ms ease;
}

.bcd-iw__kpi::after,
.bcd-iw__card::after,
.bcd-iw__rating::after,
.bcd-iw__tracking-item::after,
.bcd-iw__install::after {
    position: absolute;
    inset: 0 auto 0 -42%;
    width: 38%;
    pointer-events: none;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.58), transparent);
    content: "";
    opacity: 0;
    transform: translateX(-125%) skewX(-18deg);
}

.bcd-iw__kpi:hover,
.bcd-iw__card:hover,
.bcd-iw__rating:hover,
.bcd-iw__tracking-item:hover,
.bcd-iw__contact:hover {
    border-color: rgba(215, 25, 32, 0.34);
    box-shadow: 0 24px 54px rgba(88, 43, 20, 0.2);
    transform: translateY(-3px);
}

.bcd-iw__kpi:hover::after,
.bcd-iw__card:hover::after,
.bcd-iw__rating:hover::after,
.bcd-iw__tracking-item:hover::after,
.bcd-iw__install:hover::after {
    opacity: 1;
    animation: bcdIwSweep 760ms ease;
}

.bcd-iw__kpi strong {
    background: linear-gradient(135deg, #171717, #d71920 72%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.bcd-iw__status::before {
    animation: bcdIwPulse 2.8s ease-in-out infinite;
}

.bcd-iw__section-title {
    position: relative;
}

.bcd-iw__section-title::after {
    flex: 1 1 auto;
    height: 1px;
    margin-left: 4px;
    background: linear-gradient(90deg, rgba(215, 25, 32, 0.28), transparent);
    content: "";
}

.bcd-iw__action--secondary,
.bcd-iw__filters button,
.bcd-iw__install-button,
.bcd-iw__map-button,
.bcd-iw__field-link,
.bcd-iw__submit {
    transition:
        transform 180ms ease,
        box-shadow 180ms ease,
        background-color 180ms ease,
        color 180ms ease;
}

.bcd-iw__action--secondary:hover,
.bcd-iw__filters button:hover,
.bcd-iw__install-button:hover,
.bcd-iw__map-button:hover,
.bcd-iw__field-link:hover,
.bcd-iw__submit:hover {
    transform: translateY(-2px);
}

.bcd-iw__action--secondary:hover {
    box-shadow: 0 16px 32px rgba(88, 43, 20, 0.14);
}

.bcd-iw__action--primary {
    transition: none;
}

.bcd-iw__rating-main,
.bcd-iw__tracking-item--done a,
.bcd-iw__place-card summary {
    transition: background-color 180ms ease;
}

.bcd-iw__rating-main:hover,
.bcd-iw__tracking-item--done a:hover,
.bcd-iw__place-card summary:hover {
    background: rgba(255, 246, 223, 0.72);
}

.bcd-iw__entry-media,
.bcd-iw__map-icon,
.bcd-iw__action-icon,
.bcd-iw__contact-icon {
    transition: transform 220ms ease, filter 220ms ease;
}

.bcd-iw__rating:hover .bcd-iw__entry-media,
.bcd-iw__tracking-item:hover .bcd-iw__entry-media,
.bcd-iw__tracking-item:hover .bcd-iw__map-icon,
.bcd-iw__action--secondary:hover .bcd-iw__action-icon,
.bcd-iw__contact:hover .bcd-iw__contact-icon {
    filter: saturate(1.12);
    transform: scale(1.06);
}

.bcd-iw__entry-media img {
    transition: transform 360ms ease;
}

.bcd-iw__rating:hover .bcd-iw__entry-media img,
.bcd-iw__tracking-item:hover .bcd-iw__entry-media img {
    transform: scale(1.12);
}

.bcd-iw__place-card[open] summary {
    background: #fff3d6;
}

.bcd-iw__place-card[open] .bcd-iw__map-icon {
    transform: scale(1.06) rotate(-4deg);
}

.bcd-iw__search input:focus,
.bcd-iw__login-field input:focus,
.bcd-iw__form-field textarea:focus {
    box-shadow: 0 0 0 3px rgba(215, 25, 32, 0.12), 0 12px 28px rgba(88, 43, 20, 0.12);
}

.bcd-iw__reveal {
    opacity: 0;
    transform: translateY(16px);
    transition: opacity 560ms ease, transform 560ms cubic-bezier(0.22, 1, 0.36, 1);
}

.bcd-iw__reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
    .bcd-iw *,
    .bcd-iw *::before,
    .bcd-iw *::after {
        animation-duration: 0.001ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: 0.001ms !important;
    }
}
