/* input(1026,21): run-time error CSS1062: Expected semicolon or closing curly-brace, found '!important'
input(1027,22): run-time error CSS1062: Expected semicolon or closing curly-brace, found '!important'
input(1032,22): run-time error CSS1062: Expected semicolon or closing curly-brace, found '!important'
input(1033,23): run-time error CSS1062: Expected semicolon or closing curly-brace, found '!important'
input(1490,1): run-time error CSS1019: Unexpected token, found '}'
input(1525,17): run-time error CSS1030: Expected identifier, found ' '
input(1525,24): run-time error CSS1031: Expected selector, found ';'
input(1525,24): run-time error CSS1025: Expected comma or open brace, found ';'
input(1526,5): run-time error CSS1031: Expected selector, found '}'
input(1526,5): run-time error CSS1025: Expected comma or open brace, found '}' */
/* _content/MyPackage.Web/Components/Layout/AccountLayout.razor.rz.scp.css */
:host[b-i55vtu1hvc] {
    display: contents;
}

.account-shell[b-i55vtu1hvc] {
    background-color: #f5f7fb;
    min-height: calc(100vh - 120px);
}

.account-shell__container[b-i55vtu1hvc] {
    max-width: 1160px;
}

.account-shell .row[b-i55vtu1hvc] {
    align-items: stretch;
}
/* _content/MyPackage.Web/Components/Layout/AccountSidebar.razor.rz.scp.css */
.account-sidebar[b-kz5ugbddif] {
    background: #ffffff;
    border-radius: 1.75rem;
    padding: clamp(1.5rem, 3vw, 2rem);
    box-shadow: 0 1.35rem 2.7rem rgba(12, 58, 98, 0.12);
    border: 1px solid rgba(12, 58, 98, 0.05);
    display: flex;
    flex-direction: column;
    gap: 1.75rem;
}

.account-sidebar__profile[b-kz5ugbddif] {
    display: flex;
    align-items: center;
    gap: 1.15rem;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid rgba(12, 58, 98, 0.08);
}

.account-sidebar__avatar[b-kz5ugbddif] {
    width: 4.25rem;
    height: 4.25rem;
    border-radius: 1.3rem;
    overflow: hidden;
    box-shadow: 0 1.05rem 2.1rem rgba(12, 58, 98, 0.18);
    flex-shrink: 0;
    background: #f4f7fb;
}

.account-sidebar__avatar img[b-kz5ugbddif] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.account-sidebar__identity[b-kz5ugbddif] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.account-sidebar__name[b-kz5ugbddif] {
    font-size: 1.15rem;
        font-weight: 600;
    color: #0c3a62;
}

.account-sidebar__role[b-kz5ugbddif] {
    font-size: 0.95rem;
    color: rgba(12, 58, 98, 0.55);
}

.account-sidebar__nav[b-kz5ugbddif] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.account-sidebar__nav-group[b-kz5ugbddif] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.account-sidebar__nav a.account-sidebar__link[b-kz5ugbddif],
.account-sidebar__nav a.account-sidebar__link:focus[b-kz5ugbddif],
.account-sidebar__nav a.account-sidebar__link:hover[b-kz5ugbddif],
.account-sidebar__nav a.account-sidebar__link:visited[b-kz5ugbddif],
.account-sidebar__nav a.account-sidebar__link:active[b-kz5ugbddif] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.95rem 1.15rem;
    border-radius: 1.25rem;
    border: 1px solid rgba(12, 58, 98, 0.05);
    background: rgba(12, 58, 98, 0.035);
    color: #0c3a62 !important;
    text-decoration: none !important;
    font-weight: 500;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background 0.2s ease;
    position: relative;
    overflow: hidden;
}

.account-sidebar__link[b-kz5ugbddif]::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(135deg, rgba(23, 112, 187, 0.18), rgba(23, 112, 187, 0.05));
    opacity: 0;
    transition: opacity 0.2s ease;
    z-index: 0;
}

.account-sidebar__link:hover[b-kz5ugbddif] {
    transform: translateX(4px);
    box-shadow: 0 1rem 2rem -1rem rgba(12, 58, 98, 0.18);
    border-color: rgba(23, 112, 187, 0.2);
}

.account-sidebar__link:hover[b-kz5ugbddif]::before {
    opacity: 0.45;
}

.account-sidebar__link.active[b-kz5ugbddif] {
    border-color: rgba(23, 112, 187, 0.42);
    box-shadow: 0 1.6rem 3.15rem -1.35rem rgba(23, 112, 187, 0.45);
}

.account-sidebar__link.active[b-kz5ugbddif]::before {
    opacity: 1;
}

.account-sidebar__link-content[b-kz5ugbddif] {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    position: relative;
    z-index: 1;
}

.account-sidebar__link-icon[b-kz5ugbddif] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.65rem;
    height: 2.65rem;
    border-radius: 0.95rem;
    background: rgba(23, 112, 187, 0.16);
    color: #1770bb;
    font-size: 1.25rem;
}

.account-sidebar__link-text[b-kz5ugbddif] {
    font-weight: 600;
    font-size: 0.96rem;
    text-decoration: none !important;
}

.account-sidebar__link-arrow[b-kz5ugbddif] {
    color: rgba(12, 58, 98, 0.3);
    display: inline-flex;
    font-size: 1.1rem;
    position: relative;
    z-index: 1;
}

.account-sidebar__link--disabled[b-kz5ugbddif] {
    cursor: not-allowed;
    opacity: 0.75;
    border-style: dashed;
    border-color: rgba(12, 58, 98, 0.08);
}

.account-sidebar__link--disabled .account-sidebar__link-icon[b-kz5ugbddif] {
    background: rgba(12, 58, 98, 0.08);
    color: rgba(12, 58, 98, 0.45);
}

.account-sidebar__footer[b-kz5ugbddif] {
    padding-top: 0.75rem;
    border-top: 1px solid rgba(12, 58, 98, 0.08);
}
    .account-sidebar__link.active .account-sidebar__link-text[b-kz5ugbddif],
    .account-sidebar__link:hover .account-sidebar__link-text[b-kz5ugbddif] {
        text-decoration: none;
    }

.account-sidebar__logout[b-kz5ugbddif] {
    width: 100%;
    border: 1px solid rgba(224, 83, 83, 0.2);
    background: rgba(224, 83, 83, 0.06);
    color: #c24545;
    border-radius: 1rem;
    padding: 0.7rem 0.95rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    font-weight: 600;
    transition: background 0.2s ease, transform 0.2s ease;
}

.account-sidebar__logout:hover:not(:disabled)[b-kz5ugbddif] {
    background: rgba(224, 83, 83, 0.14);
    transform: translateY(-1px);
}

.account-sidebar__logout:disabled[b-kz5ugbddif] {
    opacity: 0.75;
    cursor: progress;
}

.account-sidebar__logout-icon[b-kz5ugbddif] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    background: rgba(224, 83, 83, 0.16);
    font-size: 1rem;
}

@media (max-width: 768px) {
    .account-sidebar[b-kz5ugbddif] {
        border-radius: 1.5rem;
        padding: 1.5rem;
        gap: 1.5rem;
    }

    .account-sidebar__profile[b-kz5ugbddif] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
    }

    .account-sidebar__avatar[b-kz5ugbddif] {
        width: 3.8rem;
        height: 3.8rem;
    }
}
/* _content/MyPackage.Web/Components/Layout/Footer.razor.rz.scp.css */
/* _content/MyPackage.Web/Components/Layout/Header.razor.rz.scp.css */
.nav-actions .btn-link[b-ayrtqb0mtf] {
    text-decoration: none;
}

.nav-actions .btn-link:hover[b-ayrtqb0mtf],
.nav-actions .btn-link:focus[b-ayrtqb0mtf] {
    text-decoration: underline;
}

.btn-user-area[b-ayrtqb0mtf] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    border: none;
    padding: 0;
    position: relative;
    background: linear-gradient(135deg, rgba(23, 112, 187, 0.18) 0%, rgba(77, 162, 226, 0.08) 100%);
    color: #1770bb;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 0.65rem 1.35rem -0.95rem rgba(12, 58, 98, 0.35);
}

.btn-user-area:hover[b-ayrtqb0mtf],
.btn-user-area:focus[b-ayrtqb0mtf] {
    color: #ffffff;
    transform: translateY(-1px);
    box-shadow: 0 1.1rem 2.15rem -1.05rem rgba(12, 58, 98, 0.45);
}

.btn-user-area i[b-ayrtqb0mtf] {
    font-size: 1.4rem;
    z-index: 1;
}
.btn-user-area[b-ayrtqb0mtf]::before {
    content: "";
    position: absolute;
    inset: 0.2rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.6);
    transition: opacity 0.2s ease;
    opacity: 0.35;
    z-index: 0;
}

.btn-user-area:hover[b-ayrtqb0mtf]::before,
.btn-user-area:focus[b-ayrtqb0mtf]::before {
    opacity: 0.6;
}
/* _content/MyPackage.Web/Components/Pages/Account/MyAccount.razor.rz.scp.css */
.account-card[b-7i1b83tmfv] {
    background: #ffffff;
    border-radius: 1.5rem;
    padding: clamp(1.75rem, 4vw, 3rem);
    box-shadow: 0 1.25rem 2.5rem rgba(12, 58, 98, 0.08);
    border: 1px solid rgba(12, 58, 98, 0.05);
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.account-card__header[b-7i1b83tmfv] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.account-card__title[b-7i1b83tmfv] {
    font-size: clamp(1.5rem, 2.5vw, 2rem);
    font-weight: 800;
    color: #0c3a62;
    margin: 0;
}

.account-card__subtitle[b-7i1b83tmfv] {
    font-size: 1rem;
    color: rgba(12, 58, 98, 0.65);
    margin: 0;
}

.account-card__photo[b-7i1b83tmfv] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    align-items: flex-start;
    align-self: stretch;
    justify-content: space-between;
    min-height: 100%;
}

.account-card__intro[b-7i1b83tmfv] {
    display: flex;
    flex-wrap: wrap;
    gap: 1.75rem;
    align-items: stretch;
}

.account-card__intro-fields[b-7i1b83tmfv] {
    flex: 1 1 280px;
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
    min-width: 220px;
}

.account-card__intro-field[b-7i1b83tmfv] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.account-card__intro-field--last-name[b-7i1b83tmfv] {
    padding-left: 0.15rem;
}

.account-card__photo-preview[b-7i1b83tmfv] {
    position: relative;
    width: 120px;
    flex: 1;
    min-height: 152px;
    border-radius: 1.75rem;
    background: rgba(12, 58, 98, 0.05);
    overflow: hidden;
    box-shadow: 0 1rem 2rem rgba(12, 58, 98, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
}

.account-card__photo-preview img[b-7i1b83tmfv] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.account-card__photo-overlay[b-7i1b83tmfv] {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    background: rgba(12, 58, 98, 0.72);
    border-radius: inherit;
    color: #ffffff;
    font-weight: 600;
    text-align: center;
    opacity: 0;
    transition: opacity 0.2s ease;
    cursor: pointer;
}

.account-card__photo-overlay i[b-7i1b83tmfv] {
    font-size: 1.5rem;
}

.account-card__photo-overlay span[b-7i1b83tmfv] {
    font-size: 0.85rem;
}

.account-card__photo-preview:hover .account-card__photo-overlay[b-7i1b83tmfv],
.account-card__photo-preview:focus-within .account-card__photo-overlay[b-7i1b83tmfv] {
    opacity: 1;
}

.account-card__photo-overlay:focus[b-7i1b83tmfv] {
    opacity: 1;
    outline: 2px solid rgba(255, 255, 255, 0.7);
    outline-offset: -4px;
}

.account-field[b-7i1b83tmfv] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.account-field__label[b-7i1b83tmfv] {
    font-size: 0.95rem;
    font-weight: 700;
    color: rgba(12, 58, 98, 0.85);
}

.account-field__input[b-7i1b83tmfv] {
    border-radius: 1rem;
    border: 1px solid rgba(12, 58, 98, 0.12);
    background: rgba(12, 58, 98, 0.05);
    padding: 0.85rem 1rem;
    font-size: 1rem;
    box-shadow: none;
}

.account-field__input:focus[b-7i1b83tmfv] {
    border-color: rgba(23, 112, 187, 0.45);
    box-shadow: 0 0 0 0.2rem rgba(23, 112, 187, 0.15);
    background: #ffffff;
}

.account-field__group[b-7i1b83tmfv] {
    align-items: stretch;
}

.account-field__group .account-field__input[b-7i1b83tmfv] {
    background: rgba(12, 58, 98, 0.08);
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.account-field__addon[b-7i1b83tmfv] {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-radius: 1rem;
    background: rgba(12, 58, 98, 0.08);
    border: 1px solid rgba(12, 58, 98, 0.12);
    color: rgba(12, 58, 98, 0.55);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-inline: 0.85rem;
    font-size: 1.05rem;
}

.account-card__actions[b-7i1b83tmfv] {
    display: flex;
    justify-content: flex-end;
    margin-top: 1.5rem;
}

.account-card__actions .btn[b-7i1b83tmfv] {
    border-radius: 999px;
    padding-inline: 2.5rem;
    font-weight: 700;
}

@media (max-width: 576px) {
    .account-card__intro[b-7i1b83tmfv] {
        flex-direction: column;
        gap: 1.5rem;
    }

    .account-card__intro-fields[b-7i1b83tmfv] {
        width: 100%;
    }

    .account-card__photo[b-7i1b83tmfv] {
        align-self: flex-start;
        min-height: auto;
    }

    .account-card__photo-preview[b-7i1b83tmfv] {
        width: 112px;
        min-height: 124px;
    }

    .account-card__actions[b-7i1b83tmfv] {
        justify-content: stretch;
    }

    .account-card__actions .btn[b-7i1b83tmfv] {
        width: 100%;
    }
}
/* _content/MyPackage.Web/Components/Pages/Checkout/CheckoutCanceled.razor.rz.scp.css */
/* Canceled Icon */
.canceled-icon-wrapper[b-1u4e1un67r] {
    display: flex;
    justify-content: center;
}

.canceled-icon[b-1u4e1un67r] {
    width: 88px;
    height: 88px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ffa726 0%, #fb8c00 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    animation: canceled-wave-b-1u4e1un67r 0.6s ease-out;
    box-shadow: 0 8px 24px rgba(255, 167, 38, 0.3);
}

.canceled-icon i[b-1u4e1un67r] {
    font-size: 2.75rem;
    color: white;
}

@keyframes canceled-wave-b-1u4e1un67r {
    0% {
        transform: scale(0) rotate(-45deg);
        opacity: 0;
    }
    50% {
        transform: scale(1.1) rotate(0deg);
    }
    100% {
        transform: scale(1) rotate(0deg);
        opacity: 1;
    }
}

/* Feedback Options */
.feedback-options[b-1u4e1un67r] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.feedback-option[b-1u4e1un67r] {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    padding: 1.25rem 1.5rem;
    border-radius: 1rem;
    background: rgba(12, 58, 98, 0.02);
    border: 2px solid rgba(12, 58, 98, 0.08);
    text-decoration: none;
    transition: all 0.2s ease;
}

.feedback-option:hover[b-1u4e1un67r] {
    background: rgba(23, 112, 187, 0.06);
    border-color: rgba(23, 112, 187, 0.2);
    transform: translateX(4px);
}

.feedback-option-icon[b-1u4e1un67r] {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.feedback-option-icon i[b-1u4e1un67r] {
    font-size: 1.5rem;
}

.feedback-icon-question[b-1u4e1un67r] {
    background: linear-gradient(135deg, rgba(66, 165, 245, 0.15) 0%, rgba(66, 165, 245, 0.08) 100%);
}

.feedback-icon-question i[b-1u4e1un67r] {
    color: #1e88e5;
}

.feedback-icon-boleto[b-1u4e1un67r] {
    background: linear-gradient(135deg, rgba(102, 187, 106, 0.15) 0%, rgba(102, 187, 106, 0.08) 100%);
}

.feedback-icon-boleto i[b-1u4e1un67r] {
    color: #43a047;
}

.feedback-icon-price[b-1u4e1un67r] {
    background: linear-gradient(135deg, rgba(23, 112, 187, 0.15) 0%, rgba(23, 112, 187, 0.08) 100%);
}

.feedback-icon-price i[b-1u4e1un67r] {
    color: var(--brand-primary);
}

.feedback-icon-error[b-1u4e1un67r] {
    background: linear-gradient(135deg, rgba(255, 167, 38, 0.15) 0%, rgba(255, 167, 38, 0.08) 100%);
}

.feedback-icon-error i[b-1u4e1un67r] {
    color: #f57c00;
}

.feedback-option-content[b-1u4e1un67r] {
    flex: 1;
}

.feedback-option-content h3[b-1u4e1un67r] {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--brand-ink);
    margin: 0 0 0.35rem 0;
    letter-spacing: -0.01em;
}

.feedback-option-content p[b-1u4e1un67r] {
    font-size: 0.9rem;
    font-weight: 500;
    color: rgba(12, 58, 98, 0.65);
    margin: 0;
    line-height: 1.45;
}

.feedback-arrow[b-1u4e1un67r] {
    color: rgba(12, 58, 98, 0.25);
    font-size: 1.25rem;
    font-weight: bold;
    transition: all 0.2s ease;
}

.feedback-option:hover .feedback-arrow[b-1u4e1un67r] {
    color: var(--brand-primary);
    transform: translateX(3px);
}

/* Reassurance Banner */
.reassurance-banner[b-1u4e1un67r] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1.25rem;
    padding: 1.75rem;
    border-radius: 1.25rem;
    background: linear-gradient(135deg, rgba(102, 187, 106, 0.1) 0%, rgba(102, 187, 106, 0.05) 100%);
    border: 2px solid rgba(102, 187, 106, 0.2);
}

@media (min-width: 576px) {
    .reassurance-banner[b-1u4e1un67r] {
        flex-direction: row;
        text-align: left;
    }
}

.reassurance-icon[b-1u4e1un67r] {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    background: linear-gradient(135deg, #66bb6a 0%, #43a047 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 4px 12px rgba(102, 187, 106, 0.3);
}

.reassurance-icon i[b-1u4e1un67r] {
    font-size: 1.5rem;
    color: white;
}

.reassurance-content[b-1u4e1un67r] {
    flex: 1;
}

.reassurance-content h4[b-1u4e1un67r] {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--brand-ink);
    margin: 0 0 0.5rem 0;
}

.reassurance-content p[b-1u4e1un67r] {
    font-size: 0.95rem;
    font-weight: 500;
    color: rgba(12, 58, 98, 0.7);
    margin: 0;
    line-height: 1.55;
}
/* _content/MyPackage.Web/Components/Pages/Checkout/CheckoutSuccess.razor.rz.scp.css */
.success-icon-wrapper[b-5j60awffa9] {
    display: flex;
    justify-content: center;
}

.success-icon[b-5j60awffa9] {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--brand-primary) 0%, var(--brand-ink) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    animation: success-pop-b-5j60awffa9 0.5s ease-out;
}

.success-icon i[b-5j60awffa9] {
    font-size: 2.5rem;
    color: white;
}

@keyframes success-pop-b-5j60awffa9 {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

/* Vertical Stepper */
.stepper[b-5j60awffa9] {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.stepper-item[b-5j60awffa9] {
    display: flex;
    gap: 1rem;
}

.stepper-indicator[b-5j60awffa9] {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0;
}

.step-number[b-5j60awffa9] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--brand-primary);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1rem;
    flex-shrink: 0;
}

.step-line[b-5j60awffa9] {
    width: 2px;
    flex-grow: 1;
    background: linear-gradient(to bottom, var(--brand-primary) 0%, var(--brand-primary) 60%, transparent 100%);
    min-height: 30px;
    margin: 0.75rem 0;
}

.stepper-item-last .step-line[b-5j60awffa9] {
    display: none;
}

.stepper-content[b-5j60awffa9] {
    flex-grow: 1;
    padding-bottom: 2.5rem;
}

.stepper-item-last .stepper-content[b-5j60awffa9] {
    padding-bottom: 0;
}

/* QR Code */
.qr-code-wrapper[b-5j60awffa9] {
    padding: 0.75rem;
    background: white;
    border-radius: 0.75rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    flex-shrink: 0;
}

.qr-code-img[b-5j60awffa9] {
    width: 120px;
    height: 120px;
    object-fit: contain;
}

@media (max-width: 575.98px) {
    .qr-code-img[b-5j60awffa9] {
        width: 100px;
        height: 100px;
    }
    
    .step-number[b-5j60awffa9] {
        width: 36px;
        height: 36px;
        font-size: 0.9rem;
    }
    
    .stepper-content[b-5j60awffa9] {
        padding-bottom: 1.5rem;
    }
}
/* _content/MyPackage.Web/Components/Pages/Home/CheckoutModal.razor.rz.scp.css */
.checkout-modal-content[b-gr4mvmctfj] {
    border: none;
    border-radius: 1.25rem;
    box-shadow: 0 1.5rem 4rem -1rem rgba(12, 58, 98, 0.25);
    overflow: hidden;
}

.checkout-steps[b-gr4mvmctfj] {
    display: flex;
    align-items: center;
    justify-content: center;
}

.checkout-step[b-gr4mvmctfj] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.35rem;
}

.step-dot[b-gr4mvmctfj] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(12, 58, 98, 0.1);
    color: rgba(12, 58, 98, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 0.85rem;
}

.checkout-step.active .step-dot[b-gr4mvmctfj] {
    background: linear-gradient(135deg, var(--brand-primary), var(--brand-ink));
    color: white;
}

.step-label[b-gr4mvmctfj] {
    font-size: 0.75rem;
    color: rgba(12, 58, 98, 0.5);
    font-weight: 500;
    transition: color 0.3s ease;
}

.checkout-step.active .step-label[b-gr4mvmctfj] {
    color: var(--brand-ink);
}

.checkout-steps .step-line[b-gr4mvmctfj] {
    width: 40px;
    height: 2px;
    background: rgba(12, 58, 98, 0.1);
    margin: 0 0.5rem;
    margin-bottom: 1.25rem;
    transition: background 0.3s ease;
}

.checkout-steps .step-line.active[b-gr4mvmctfj] {
    background: linear-gradient(90deg, var(--brand-primary), var(--brand-accent));
}

.checkout-input[b-gr4mvmctfj] {
    border-radius: 0.75rem;
    border: 1.5px solid rgba(12, 58, 98, 0.12);
    padding: 0.85rem 1rem;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.checkout-input:focus[b-gr4mvmctfj] {
    border-color: var(--brand-primary);
    box-shadow: 0 0 0 3px rgba(23, 112, 187, 0.12);
}

.checkout-input[b-gr4mvmctfj]::placeholder {
    color: rgba(12, 58, 98, 0.35);
}

.checkout-plan-badge[b-gr4mvmctfj] {
    display: flex;
    align-items: center;
    padding: 0.75rem 1rem;
    background: linear-gradient(135deg, rgba(23, 226, 233, 0.08), rgba(23, 112, 187, 0.06));
    border-radius: 0.75rem;
    font-size: 0.9rem;
    color: var(--brand-ink);
}

.checkout-btn[b-gr4mvmctfj] {
    border-radius: 0.75rem;
    padding: 0.9rem 1.5rem;
    font-weight: 600;
}

.checkout-btn-back[b-gr4mvmctfj] {
    border-radius: 0.75rem;
    padding: 0.9rem 1.25rem;
}

/* Honeypot - hidden from humans */
.checkout-hp-field[b-gr4mvmctfj] {
    position: absolute;
    left: -9999px;
    top: -9999px;
    opacity: 0;
    height: 0;
    width: 0;
    overflow: hidden;
    pointer-events: none;
}
/* _content/MyPackage.Web/Components/Pages/Home/ContactUsForm.razor.rz.scp.css */
.subtitle[b-0b7mksuct1] {
    font-size: 1rem;
}

.fs-contact[b-0b7mksuct1] {
    font-size: 1.25rem;
    width: 75%;
}

.contact-container[b-0b7mksuct1] {
    width: 100%;
}

.input-text[b-0b7mksuct1] {
    font-size: 0.875rem;
    line-height: 1.375rem;
}

@media (min-width: 768px) {
    .subtitle[b-0b7mksuct1] {
        font-size: 1.25rem;
    }
    .fs-contact[b-0b7mksuct1] {
        font-size: 1.5rem;
    }
    .contact-container[b-0b7mksuct1]{
        width: 75%;
    }
}
/* _content/MyPackage.Web/Components/Pages/Home/FeatureCard.razor.rz.scp.css */
.card-icon[b-d0w07s4rq6] {
    font-size: 50.18px !important;
    font-family: 'Roboto', Helvetica, sans-serif;
}
.feature-card[b-d0w07s4rq6] {
    border: none !important;
    box-shadow: none;
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
    padding-left: 1.5rem !important;    
    padding-right: 1.5rem !important;
}

@media (max-width: 767.98px) {
    .card-icon[b-d0w07s4rq6] {
        font-size: 1.25rem !important;
    }
}
/* _content/MyPackage.Web/Components/Pages/Home/FeatureCardGrid.razor.rz.scp.css */
.feature-grid-title[b-srk9zld3i7] {
    font-size: 1.5rem !important;
}

@media (min-width: 768px) {
    .feature-grid-title[b-srk9zld3i7] {
        font-size: 2rem !important;
    }
}
/* _content/MyPackage.Web/Components/Pages/Home/Home.razor.rz.scp.css */
.bg-presentation-panel[b-c9v8k0fwbt] {
    background: linear-gradient(to bottom, #e3eefb 0%, #e3eefb 50%, white 100%);
    margin-bottom: 3rem;
}

@media(min-width: 768px){
    .bg-presentation-panel[b-c9v8k0fwbt] {
        margin-bottom: 0;
    }
}
/* _content/MyPackage.Web/Components/Pages/Home/PhoneVideoSection.razor.rz.scp.css */
.phone-and-icons-wrapper[b-vs2dfchqso] {
    position: relative;
    width: 100%;
    max-width: 120px;
    margin-left: auto;
    margin-right: auto;
    aspect-ratio: 250 / 458;
}

@media (min-width: 768px) {
    .phone-and-icons-wrapper[b-vs2dfchqso] {
        max-width: 200px;
    }
}

.circle[b-vs2dfchqso] {
    width: 1.25rem; !important;
    height: 1.25rem; !important;
}

@media (min-width: 768px) {
    .circle[b-vs2dfchqso] {
        width: 2rem; !important;
        height: 2rem; !important;
    }
}

.apartment-circle[b-vs2dfchqso] {
    top: 50%;
    left: -40%;
    z-index: 3;
    font-size: 0.75rem !important;
}

@media (min-width: 768px) {
    .apartment-circle[b-vs2dfchqso] {
        font-size: 1.25rem !important;
    }
}

.user-circle[b-vs2dfchqso] {
    top: 10%;
    left: -5%; 
    z-index: 3;
    font-size: 0.4rem !important;
}

@media (min-width: 768px) {
    .user-circle[b-vs2dfchqso] {
        font-size: 0.8rem !important;
    }
}

.box-circle[b-vs2dfchqso] {
    top: 65%;
    left: 90%;
    z-index: 3;
    font-size: 0.5rem !important;
}

@media (min-width: 768px) {
    .box-circle[b-vs2dfchqso] {
        font-size: 1.25rem !important;
    }
}

.logo-circle[b-vs2dfchqso] {
    top: 35%;
    left: 115%;
    z-index: 3;
    font-size: 0.8rem !important;
}

@media (min-width: 768px) {
    .logo-circle[b-vs2dfchqso] {
        font-size: 1.5rem !important;
    }
}

.wpp-card[b-vs2dfchqso] {
    top: 78%;
    left: -45%;
    z-index: 3;
}

.wpp-title[b-vs2dfchqso] {
    font-size: 0.425rem !important;
}

.wpp-text[b-vs2dfchqso] {
    font-size: 0.35rem !important;
}

.wpp-icon[b-vs2dfchqso] {
    font-size: 1.125rem !important;
}

@media (min-width: 768px) {
    .wpp-card[b-vs2dfchqso] {
        padding: 0.25rem !important;
        top: 80%;
        left: -62%;
    }
    .wpp-title[b-vs2dfchqso] {
        font-size: 0.6rem !important;
    }
    .wpp-text[b-vs2dfchqso] {
        font-size: 0.5rem !important;
    }
    .wpp-icon[b-vs2dfchqso] {
        font-size: 1.5rem !important;
    }
}

.frame[b-vs2dfchqso] {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    position: relative;
    border-bottom-right-radius: 2.5rem !important;
    border-bottom-left-radius: 2.5rem !important;
}

.frame .frame-content[b-vs2dfchqso] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: relative;
    flex: 1;
    /*flex-grow: 1;*/
}

.ellipse-background[b-vs2dfchqso] {
    background-image: url('./img/Home/Ellipse.png?v=88aBq1ZaCLnqEo3T88nJn7UDYrg');
    background-repeat: no-repeat;
    background-position: center 40%;
    background-size: 200% 150%;
}

@media  (min-width: 768px) {
    .frame[b-vs2dfchqso] {
        border-top-right-radius: 2.5rem !important;
        border-bottom-right-radius: 2.5rem !important;
        border-bottom-left-radius: 0 !important;
    }

    .ellipse-background[b-vs2dfchqso] {
        background-position: center;
        background-size: 120%;
    }
}
/* _content/MyPackage.Web/Components/Pages/Home/PresentationPanel.razor.rz.scp.css */
.presentation-panel-subtitle[b-goyx78ays4] {
    font-size: 1rem !important;
}

.presentation-panel-title[b-goyx78ays4] {
    font-size: 1.75rem !important;
    line-height: 36px !important;
}

.presentation-panel-description[b-goyx78ays4] {
    font-size: 0.875rem !important;
}

.presentation-panel-button[b-goyx78ays4] {
    font-size: 0.875rem !important;
}

.phone-panel-container[b-goyx78ays4] {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 300px;
}

.phone-panel-container img[b-goyx78ays4] {
    max-width: 100%;
    height: auto;
    display: block;
}

@media (min-width: 768px) {
    .presentation-panel-subtitle[b-goyx78ays4] {
        font-size: 2rem !important;
    }

    .presentation-panel-title[b-goyx78ays4] {
        font-size: 3.25rem !important;
        line-height: 1.2 !important;
    }

    .presentation-panel-description[b-goyx78ays4] {
        font-size: 1.25rem !important;
    }

    .presentation-panel-button[b-goyx78ays4] {
        font-size: 1.125rem !important;
    }

    .phone-panel-container[b-goyx78ays4] {
        max-width: 31.5rem;
    }
}
/* _content/MyPackage.Web/Components/Pages/Home/PresentationVideo.razor.rz.scp.css */
.phone-container[b-49zxsqmhh3] {
    position: relative;
    width: 100%;
    height: 100%;
}

.phone-video[b-49zxsqmhh3] {
    position: absolute;
    top: 7%;
    left: 0;
    width: 100%;
    height: 87.3%;
    z-index: 1;
}

.phone-frame[b-49zxsqmhh3] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 97%;
    z-index: 2;
    pointer-events: none;
}
/* _content/MyPackage.Web/Components/Pages/Home/ProblemSection.razor.rz.scp.css */
/* Problem Section - Hero Style with Image */
.problem-section[b-krm2m6j1hu] {
    position: relative;
    border-radius: 1.5rem;
    overflow: hidden;
    min-height: 520px;
    display: flex;
    align-items: center;
}

/* Background Image */
.problem-image-container[b-krm2m6j1hu] {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.problem-image[b-krm2m6j1hu] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

/* Blue Gradient Overlay - fade from left to right */
.problem-overlay[b-krm2m6j1hu] {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to right,
        rgba(12, 58, 98, 0.88) 0%,
        rgba(12, 58, 98, 0.75) 30%,
        rgba(23, 112, 187, 0.45) 55%,
        rgba(23, 112, 187, 0.15) 100%
    );
}

/* Content - full width with internal positioning */
.problem-content[b-krm2m6j1hu] {
    position: relative;
    z-index: 1;
    padding: 3rem 2.5rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

/* Header - centered */
.problem-header[b-krm2m6j1hu] {
    text-align: center;
}

.problem-badge[b-krm2m6j1hu] {
    display: inline-flex;
    align-items: center;
    padding: 0.5rem 1rem;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 2rem;
    color: white;
    font-size: 0.9375rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.problem-title[b-krm2m6j1hu] {
    font-size: 2.25rem;
    font-weight: 700;
    color: white;
    line-height: 1.2;
    margin: 0;
}

.problem-title .highlight[b-krm2m6j1hu] {
    color: var(--brand-accent);
    display: block;
}

/* Problem List - positioned left */
.problem-list[b-krm2m6j1hu] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    max-width: 400px;
    margin-left: 2rem;
}

.problem-item[b-krm2m6j1hu] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.125rem 1.25rem;
    background: rgba(12, 58, 98, 0.5);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 0.875rem;
    transition: all 0.3s ease;
}

.problem-item:hover[b-krm2m6j1hu] {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.problem-item-icon[b-krm2m6j1hu] {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.problem-item-icon i[b-krm2m6j1hu] {
    font-size: 1.375rem;
    color: var(--brand-accent);
}

.problem-item-content[b-krm2m6j1hu] {
    flex: 1;
    min-width: 0;
}

.problem-item-title[b-krm2m6j1hu] {
    font-size: 1.0625rem;
    font-weight: 700;
    color: white;
    margin: 0 0 0.25rem 0;
}

.problem-item-description[b-krm2m6j1hu] {
    font-size: 0.9375rem;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
    line-height: 1.45;
}

/* CTA */
.problem-cta[b-krm2m6j1hu] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    text-align: center;
}

.problem-cta-text[b-krm2m6j1hu] {
    color: white;
    font-size: 1.1875rem;
    font-weight: 500;
    margin: 0;
}

.problem-cta-text i[b-krm2m6j1hu] {
    color: var(--brand-accent);
}

.problem-cta .btn-light[b-krm2m6j1hu] {
    color: var(--brand-ink);
    font-weight: 600;
    font-size: 1rem;
    padding: 0.875rem 1.75rem;
    border-radius: 0.75rem;
    transition: all 0.3s ease;
}

.problem-cta .btn-light:hover[b-krm2m6j1hu] {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

/* Responsive */
@media (max-width: 767.98px) {
    .problem-section[b-krm2m6j1hu] {
        min-height: auto;
    }

    .problem-overlay[b-krm2m6j1hu] {
        background: linear-gradient(
            to top,
            rgba(12, 58, 98, 0.92) 0%,
            rgba(12, 58, 98, 0.8) 40%,
            rgba(23, 112, 187, 0.55) 70%,
            rgba(23, 112, 187, 0.35) 100%
        );
    }

    .problem-content[b-krm2m6j1hu] {
        padding: 2rem 1.25rem;
    }

    .problem-title[b-krm2m6j1hu] {
        font-size: 1.625rem;
    }

    .problem-list[b-krm2m6j1hu] {
        max-width: 100%;
        margin-left: 0;
    }

    .problem-item[b-krm2m6j1hu] {
        gap: 0.875rem;
        padding: 1rem 1.125rem;
    }

    .problem-item-icon[b-krm2m6j1hu] {
        width: 40px;
        height: 40px;
    }

    .problem-item-icon i[b-krm2m6j1hu] {
        font-size: 1.25rem;
    }

    .problem-item-title[b-krm2m6j1hu] {
        font-size: 1rem;
    }

    .problem-item-description[b-krm2m6j1hu] {
        font-size: 0.875rem;
    }
    }

    .problem-item[b-krm2m6j1hu] {
        padding: 0.75rem;
    }

    .problem-item-icon[b-krm2m6j1hu] {
        width: 36px;
        height: 36px;
    }

    .problem-item-icon i[b-krm2m6j1hu] {
        font-size: 1rem;
    }

    .problem-item-title[b-krm2m6j1hu] {
        font-size: 0.875rem;
    }

    .problem-item-description[b-krm2m6j1hu] {
        font-size: 0.75rem;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .problem-list[b-krm2m6j1hu] {
        max-width: 360px;
        margin-left: 1.5rem;
    }

    .problem-title[b-krm2m6j1hu] {
        font-size: 1.65rem;
    }
}

@media (min-width: 992px) {
    .problem-section[b-krm2m6j1hu] {
        min-height: 560px;
    }

    .problem-content[b-krm2m6j1hu] {
        padding: 3.5rem 4rem;
    }

    .problem-list[b-krm2m6j1hu] {
        max-width: 420px;
        margin-left: 3rem;
    }

    .problem-title[b-krm2m6j1hu] {
        font-size: 2rem;
    }

    .problem-title .highlight[b-krm2m6j1hu] {
        display: inline;
    }
}
        display: inline;[b-krm2m6j1hu]
    }
}
/* _content/MyPackage.Web/Components/Pages/Home/QrCodeSection.razor.rz.scp.css */
.qr-code-title[b-6xtddweg5j] {
    font-size: 1.5rem !important;
    line-height: 1.2 !important;
}

@media (min-width: 768px) {
    .qr-code-title[b-6xtddweg5j] {
        font-size: 2rem !important;
        line-height: 1 !important;
    }  
}

.qr-code[b-6xtddweg5j] {
    width: 160px;
}

.qr-code-text[b-6xtddweg5j] {
    width:  11.25em;
    height: 4.875em;
}

.download-app-button[b-6xtddweg5j] {
    width: 8rem;
    height: 2.25rem;
}
/* _content/MyPackage.Web/Components/Pages/Login/Login.razor.rz.scp.css */
.modal-icon[b-y2diso491k] {
    font-size: 3rem !important;
}

.login-success-modal[b-y2diso491k] {
    padding: clamp(2rem, 4vw, 3rem);
    background: linear-gradient(180deg, #f6f9ff 0%, #ffffff 70%);
    border-radius: 1.5rem;
    box-shadow: 0 1.5rem 3rem rgba(12, 58, 98, 0.12);
}

.login-success-modal .modal-close-button[b-y2diso491k] {
    display: flex;
    justify-content: flex-end;
}

.login-success-modal .modal-close-button .btn[b-y2diso491k] {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    padding: 0;
    background: rgba(12, 58, 98, 0.08);
    border: none;
    color: #0c3a62;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease, transform 0.2s ease;
}

.login-success-modal .modal-close-button .btn:hover[b-y2diso491k] {
    background: rgba(12, 58, 98, 0.18);
    transform: translateY(-1px);
}

.success-wrapper[b-y2diso491k] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.75rem;
    text-align: center;
}

.success-badge[b-y2diso491k] {
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(12, 58, 98, 0.12), rgba(12, 58, 98, 0.05));
    color: #0c3a62;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.success-badge i[b-y2diso491k] {
    font-size: 2rem;
    position: relative;
    z-index: 1;
}

.success-pulse[b-y2diso491k] {
    position: absolute;
    inset: -0.85rem;
    border-radius: 50%;
    background: rgba(12, 58, 98, 0.12);
    animation: successPulse-b-y2diso491k 2.4s ease-in-out infinite;
}

@keyframes successPulse-b-y2diso491k {
    0% {
        transform: scale(0.8);
        opacity: 0.6;
    }

    50% {
        transform: scale(1);
        opacity: 0.3;
    }

    100% {
        transform: scale(1.12);
        opacity: 0;
    }
}

.success-heading[b-y2diso491k] {
    max-width: 28rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.success-overline[b-y2diso491k] {
    font-size: 0.85rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(12, 58, 98, 0.7);
    font-weight: 700;
}

.success-title[b-y2diso491k] {
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 800;
    color: #0c3a62;
    margin: 0;
}

.success-subtitle[b-y2diso491k] {
    color: rgba(12, 58, 98, 0.7);
    font-size: 1rem;
    margin: 0;
}

.success-highlight-grid[b-y2diso491k] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1.25rem;
    width: 100%;
}

.highlight-card[b-y2diso491k] {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    text-align: left;
    padding: 1rem 1.25rem;
    border-radius: 1rem;
    background: rgba(12, 58, 98, 0.06);
    border: 1px solid rgba(12, 58, 98, 0.08);
}

.highlight-icon[b-y2diso491k] {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 0.85rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(12, 58, 98, 0.12);
    color: #0c3a62;
    flex-shrink: 0;
}

.highlight-icon i[b-y2diso491k] {
    font-size: 1.25rem;
}

.highlight-copy[b-y2diso491k] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.highlight-title[b-y2diso491k] {
    font-weight: 700;
    color: #0c3a62;
    font-size: 1rem;
}

.highlight-description[b-y2diso491k] {
    color: rgba(12, 58, 98, 0.65);
    font-size: 0.95rem;
}

.success-actions[b-y2diso491k] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    width: 100%;
}

.success-actions .btn[b-y2diso491k] {
    border-radius: 0.85rem;
    font-weight: 700;
    padding: 0.85rem 1rem;
}

.success-helper[b-y2diso491k] {
    font-size: 0.85rem;
    color: rgba(12, 58, 98, 0.6);
    margin: 0;
}

.success-helper kbd[b-y2diso491k] {
    background: rgba(12, 58, 98, 0.08);
    border-radius: 0.4rem;
    padding: 0.1rem 0.35rem;
    font-weight: 600;
    font-size: 0.8rem;
}

@media (min-width: 768px) {
    .success-actions[b-y2diso491k] {
        flex-direction: row;
    }
}
/* _content/MyPackage.Web/Components/Pages/Package/PackageReceipt.razor.rz.scp.css */
/* ========================================
   Package Receipt Page Styles
   ======================================== */

.package-receipt-page[b-9yedttj2so] {
    background: linear-gradient(180deg, var(--brand-soft) 0%, var(--bs-body-bg) 300px);
    min-height: 100vh;
}

/* Loading State */
.loading-container[b-9yedttj2so] {
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loading-card[b-9yedttj2so] {
    background: white;
    border-radius: 1.25rem;
    box-shadow: 0 4px 24px rgba(12, 58, 98, 0.08);
    padding: 3rem;
    text-align: center;
    max-width: 400px;
    width: 100%;
}

.loading-text[b-9yedttj2so] {
    color: var(--bs-secondary);
    margin-top: 1.5rem;
    margin-bottom: 0;
    font-size: 0.95rem;
}

/* Error State */
.error-container[b-9yedttj2so] {
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.error-card[b-9yedttj2so] {
    background: white;
    border-radius: 1.25rem;
    box-shadow: 0 4px 24px rgba(12, 58, 98, 0.08);
    padding: 3rem;
    text-align: center;
    max-width: 500px;
    width: 100%;
}

.error-icon[b-9yedttj2so] {
    width: 72px;
    height: 72px;
    background: #fff3cd;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    color: #856404;
    font-size: 2rem;
}

.error-title[b-9yedttj2so] {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--brand-ink);
    margin-bottom: 0.75rem;
}

.error-message[b-9yedttj2so] {
    color: var(--bs-secondary);
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

/* Receipt Header */
.receipt-header[b-9yedttj2so] {
    padding: 3rem 0 2rem;
    text-align: center;
}

.receipt-header-icon[b-9yedttj2so] {
    width: 72px;
    height: 72px;
    background: linear-gradient(135deg, var(--brand-primary), var(--brand-accent));
    border-radius: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    color: white;
    font-size: 2rem;
}

.receipt-title[b-9yedttj2so] {
    font-size: 2rem;
    font-weight: 700;
    color: var(--brand-ink);
    margin-bottom: 0.5rem;
}

.receipt-subtitle[b-9yedttj2so] {
    color: var(--bs-secondary);
    font-size: 0.95rem;
    font-family: monospace;
}

/* Status Badge */
.status-badge-container[b-9yedttj2so] {
    text-align: center;
    margin-bottom: 1.5rem;
}

.status-badge[b-9yedttj2so] {
    display: inline-flex;
    align-items: center;
    padding: 0.625rem 1.25rem;
    border-radius: 2rem;
    font-size: 0.9rem;
    font-weight: 600;
}

.status-delivered[b-9yedttj2so] {
    background: #d4edda;
    color: #155724;
}

.status-pending[b-9yedttj2so] {
    background: #fff3cd;
    color: #856404;
}

/* Receipt Card */
.receipt-card[b-9yedttj2so] {
    background: white;
    border-radius: 1.25rem;
    box-shadow: 0 4px 24px rgba(12, 58, 98, 0.08);
    padding: 2rem;
    margin-bottom: 1.5rem;
    overflow: hidden;
}

/* Receipt Sections */
.receipt-section[b-9yedttj2so] {
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid rgba(12, 58, 98, 0.08);
}

.receipt-section:last-child[b-9yedttj2so] {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.receipt-section-title[b-9yedttj2so] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--brand-ink);
    margin-bottom: 1rem;
}

.receipt-section-icon[b-9yedttj2so] {
    width: 36px;
    height: 36px;
    background: var(--brand-soft);
    border-radius: 0.625rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--brand-primary);
    font-size: 1.1rem;
    flex-shrink: 0;
}

/* Pickup Section Highlight */
.pickup-section[b-9yedttj2so] {
    background: linear-gradient(135deg, rgba(212, 237, 218, 0.3), rgba(212, 237, 218, 0.1));
    margin: 0 -2rem;
    padding: 1.5rem 2rem;
    border-radius: 0;
    border-bottom: none;
}

.pickup-section .receipt-section-icon[b-9yedttj2so] {
    background: #d4edda;
    color: #155724;
}

/* Info Grid */
.receipt-info-grid[b-9yedttj2so] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

.receipt-info-item[b-9yedttj2so] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.receipt-info-item.full-width[b-9yedttj2so] {
    grid-column: 1 / -1;
}

.receipt-info-label[b-9yedttj2so] {
    font-size: 0.8rem;
    color: var(--bs-secondary);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 600;
}

.receipt-info-value[b-9yedttj2so] {
    font-size: 0.95rem;
    color: var(--brand-ink);
    font-weight: 500;
}

.receipt-info-notice[b-9yedttj2so] {
    font-size: 0.85rem;
    color: #856404;
    background: #fff3cd;
    padding: 0.5rem 0.75rem;
    border-radius: 0.5rem;
    display: inline-flex;
    align-items: center;
}

/* Person Card */
.receipt-person-card[b-9yedttj2so] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    background: var(--brand-soft);
    border-radius: 0.75rem;
}

.receipt-person-avatar[b-9yedttj2so] {
    width: 56px;
    height: 56px;
    flex-shrink: 0;
}

.receipt-person-avatar .avatar-img[b-9yedttj2so] {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.avatar-placeholder[b-9yedttj2so] {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, var(--brand-primary), var(--brand-accent));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
}

.receipt-person-info[b-9yedttj2so] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.receipt-person-name[b-9yedttj2so] {
    font-size: 1rem;
    font-weight: 600;
    color: var(--brand-ink);
}

.receipt-person-unit[b-9yedttj2so] {
    font-size: 0.85rem;
    color: var(--bs-secondary);
}

/* Image Container */
.receipt-image-container[b-9yedttj2so] {
    width: 60%;
    aspect-ratio: 3 / 4;
    border-radius: 0.75rem;
    overflow: hidden;
    background: var(--brand-soft);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    flex-shrink: 0;
}

.receipt-image[b-9yedttj2so] {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 0.75rem;
}

/* Signature Section */
.signature-section[b-9yedttj2so] {
    background: linear-gradient(135deg, rgba(23, 112, 187, 0.08), rgba(23, 226, 233, 0.05));
    margin: 0 -2rem -2rem;
    padding: 1.5rem 2rem 2rem;
    border-radius: 0 0 1.25rem 1.25rem;
    border-bottom: none;
}

.signature-container[b-9yedttj2so] {
    background: white;
    border: 2px dashed rgba(12, 58, 98, 0.2);
    border-radius: 0.75rem;
    padding: 1.5rem;
    text-align: center;
}

.signature-image[b-9yedttj2so] {
    max-width: 100%;
    max-height: 150px;
    margin-bottom: 1rem;
}

.signature-info[b-9yedttj2so] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(12, 58, 98, 0.1);
}

.signature-name[b-9yedttj2so] {
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--brand-ink);
}

.signature-date[b-9yedttj2so] {
    font-size: 0.8rem;
    color: var(--bs-secondary);
}

/* Action Buttons */
.receipt-actions[b-9yedttj2so] {
    display: flex;
    gap: 1rem;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.btn-action[b-9yedttj2so] {
    padding: 0.75rem 1.5rem;
    font-weight: 600;
    border-radius: 0.75rem;
    display: inline-flex;
    align-items: center;
    transition: all 0.2s ease;
}

.btn-action:hover[b-9yedttj2so] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(23, 112, 187, 0.25);
}

/* Back Link */
.receipt-back a[b-9yedttj2so],
.receipt-back a:link[b-9yedttj2so],
.receipt-back a:visited[b-9yedttj2so] {
    color: var(--bs-secondary);
    text-decoration: none;
    font-size: 0.9rem;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: color 0.2s ease;
}

.receipt-back a:hover[b-9yedttj2so],
.receipt-back a:active[b-9yedttj2so] {
    color: var(--brand-primary);
}

/* Print-only elements (hidden on screen) */
.print-header[b-9yedttj2so],
.print-footer[b-9yedttj2so] {
    display: none;
}

/* ========================================
   Responsive Styles
   ======================================== */

@media (max-width: 768px) {
    .receipt-header[b-9yedttj2so] {
        padding: 2rem 0 1.5rem;
    }

    .receipt-header-icon[b-9yedttj2so] {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
    }

    .receipt-title[b-9yedttj2so] {
        font-size: 1.5rem;
    }

    .receipt-card[b-9yedttj2so] {
        padding: 1.5rem;
    }

    .receipt-info-grid[b-9yedttj2so] {
        grid-template-columns: 1fr;
    }

    .receipt-actions[b-9yedttj2so] {
        flex-direction: column;
    }

    .btn-action[b-9yedttj2so] {
        width: 100%;
        justify-content: center;
    }

    .receipt-image-container[b-9yedttj2so] {
        width: 50%;
        max-width: 200px;
    }

    .pickup-section[b-9yedttj2so],
    .signature-section[b-9yedttj2so] {
        margin-left: -1.5rem;
        margin-right: -1.5rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .signature-section[b-9yedttj2so] {
        margin-bottom: -1.5rem;
        padding-bottom: 1.5rem;
    }
}

@media (max-width: 576px) {
    .receipt-header[b-9yedttj2so] {
        padding: 1.5rem 0 1rem;
    }

    .receipt-header-icon[b-9yedttj2so] {
        width: 56px;
        height: 56px;
        font-size: 1.25rem;
    }

    .receipt-title[b-9yedttj2so] {
        font-size: 1.25rem;
    }

    .receipt-subtitle[b-9yedttj2so] {
        font-size: 0.85rem;
    }

    .status-badge[b-9yedttj2so] {
        font-size: 0.8rem;
        padding: 0.5rem 1rem;
    }

    .receipt-card[b-9yedttj2so] {
        padding: 1.25rem;
        border-radius: 1rem;
    }

    .receipt-section-title[b-9yedttj2so] {
        font-size: 1rem;
    }

    .receipt-section-icon[b-9yedttj2so] {
        width: 32px;
        height: 32px;
        font-size: 1rem;
    }

    .receipt-person-card[b-9yedttj2so] {
        flex-direction: column;
        text-align: center;
    }

    .receipt-person-avatar[b-9yedttj2so] {
        width: 64px;
        height: 64px;
    }

    .receipt-image-container[b-9yedttj2so] {
        width: 60%;
        max-width: 160px;
    }

    .pickup-section[b-9yedttj2so],
    .signature-section[b-9yedttj2so] {
        margin-left: -1.25rem;
        margin-right: -1.25rem;
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .signature-section[b-9yedttj2so] {
        margin-bottom: -1.25rem;
        padding-bottom: 1.25rem;
    }
}

/* ========================================
   Print Styles
   ======================================== */

@media print {
    .package-receipt-page[b-9yedttj2so] {
        background: white !important;
        min-height: auto;
    }

    .receipt-header[b-9yedttj2so],
    .status-badge-container[b-9yedttj2so],
    .receipt-actions[b-9yedttj2so],
    .receipt-back[b-9yedttj2so] {
        display: none !important;
    }

    .print-header[b-9yedttj2so] {
        display: flex !important;
        align-items: center;
        gap: 1rem;
        padding-bottom: 1rem;
        margin-bottom: 1.5rem;
        border-bottom: 2px solid var(--brand-primary);
    }

    .print-logo[b-9yedttj2so] {
        width: 48px;
        height: 48px;
    }

    .print-header-info h2[b-9yedttj2so] {
        font-size: 1.25rem;
        font-weight: 700;
        color: var(--brand-ink);
        margin: 0;
    }

    .print-header-info p[b-9yedttj2so] {
        font-size: 0.9rem;
        color: var(--bs-secondary);
        margin: 0;
    }

    .print-footer[b-9yedttj2so] {
        display: block !important;
        margin-top: 2rem;
        padding-top: 1rem;
        border-top: 1px solid rgba(12, 58, 98, 0.2);
        text-align: center;
        font-size: 0.8rem;
        color: var(--bs-secondary);
    }

    .print-footer p[b-9yedttj2so] {
        margin: 0.25rem 0;
    }

    .print-url[b-9yedttj2so] {
        color: var(--brand-primary);
        font-weight: 600;
    }

    .receipt-card[b-9yedttj2so] {
        box-shadow: none !important;
        border: 1px solid rgba(12, 58, 98, 0.1);
        padding: 1.5rem;
    }

    .pickup-section[b-9yedttj2so],
    .signature-section[b-9yedttj2so] {
        margin: 1rem -1.5rem;
        padding: 1rem 1.5rem;
        background: rgba(12, 58, 98, 0.03) !important;
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }

    .receipt-image[b-9yedttj2so] {
        max-height: 250px;
    }

    .signature-image[b-9yedttj2so] {
        max-height: 100px;
    }
}
/* _content/MyPackage.Web/Components/Pages/PrivacyPolicy.razor.rz.scp.css */
.legal-page[b-1xgslf9nqr] {
    background: linear-gradient(180deg, var(--brand-soft) 0%, var(--bs-body-bg) 300px);
    min-height: 100vh;
}

.legal-header[b-1xgslf9nqr] {
    padding: 3rem 0 2rem;
    text-align: center;
}

.legal-header-icon[b-1xgslf9nqr] {
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, var(--brand-primary), var(--brand-accent));
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    color: white;
    font-size: 1.75rem;
}

.legal-title[b-1xgslf9nqr] {
    font-size: 2rem;
    font-weight: 700;
    color: var(--brand-ink);
    margin-bottom: 0.5rem;
}

.legal-subtitle[b-1xgslf9nqr] {
    color: var(--bs-secondary);
    font-size: 0.95rem;
}

.legal-card[b-1xgslf9nqr] {
    background: white;
    border-radius: 1.25rem;
    box-shadow: 0 4px 24px rgba(12, 58, 98, 0.08);
    padding: 2rem;
    margin-bottom: 2rem;
}

.legal-section[b-1xgslf9nqr] {
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid rgba(12, 58, 98, 0.08);
}

.legal-section:last-child[b-1xgslf9nqr] {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.legal-section-title[b-1xgslf9nqr] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--brand-ink);
    margin-bottom: 1rem;
}

.legal-section-icon[b-1xgslf9nqr] {
    width: 32px;
    height: 32px;
    background: var(--brand-soft);
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--brand-primary);
    font-size: 1rem;
    flex-shrink: 0;
}

.legal-text[b-1xgslf9nqr] {
    color: var(--bs-body-color);
    line-height: 1.7;
    font-size: 0.95rem;
}

.legal-text a[b-1xgslf9nqr] {
    color: var(--brand-primary);
    text-decoration: none;
    font-weight: 500;
}

.legal-text a:hover[b-1xgslf9nqr] {
    text-decoration: underline;
}

.legal-list[b-1xgslf9nqr] {
    list-style: none;
    padding: 0;
    margin: 0;
}

.legal-list-item[b-1xgslf9nqr] {
    display: flex;
    gap: 0.75rem;
    padding: 0.75rem 0;
    border-bottom: 1px solid rgba(12, 58, 98, 0.05);
    color: var(--bs-body-color);
    font-size: 0.95rem;
    line-height: 1.6;
}

.legal-list-item:last-child[b-1xgslf9nqr] {
    border-bottom: none;
    padding-bottom: 0;
}

.legal-list-number[b-1xgslf9nqr] {
    width: 24px;
    height: 24px;
    background: var(--brand-soft);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--brand-primary);
    font-size: 0.75rem;
    font-weight: 600;
    flex-shrink: 0;
    margin-top: 0.1rem;
}

.legal-list-item strong[b-1xgslf9nqr] {
    color: var(--brand-ink);
}

.legal-related[b-1xgslf9nqr] {
    background: var(--brand-soft);
    border-radius: 1rem;
    padding: 1.5rem;
}

.legal-related-title[b-1xgslf9nqr] {
    font-size: 1rem;
    font-weight: 600;
    color: var(--brand-ink);
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.legal-related-links[b-1xgslf9nqr] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
}

@media (max-width: 576px) {
    .legal-related-links[b-1xgslf9nqr] {
        grid-template-columns: 1fr;
    }
}

.legal-related-link[b-1xgslf9nqr],
.legal-related-link:link[b-1xgslf9nqr],
.legal-related-link:visited[b-1xgslf9nqr] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1rem;
    background: white;
    border-radius: 0.75rem;
    color: var(--brand-ink);
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
    transition: all 0.2s ease;
}

.legal-related-link:hover[b-1xgslf9nqr],
.legal-related-link:active[b-1xgslf9nqr],
.legal-related-link.active[b-1xgslf9nqr] {
    background: var(--brand-primary);
    color: white;
    transform: translateY(-2px);
}

.legal-related-link i[b-1xgslf9nqr] {
    color: var(--brand-primary);
    font-size: 1rem;
}

.legal-related-link:hover i[b-1xgslf9nqr],
.legal-related-link:active i[b-1xgslf9nqr],
.legal-related-link.active i[b-1xgslf9nqr] {
    color: white;
}

.legal-back a[b-1xgslf9nqr],
.legal-back a:link[b-1xgslf9nqr],
.legal-back a:visited[b-1xgslf9nqr] {
    color: var(--bs-secondary);
    text-decoration: none;
    font-size: 0.9rem;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: color 0.2s ease;
}

.legal-back a:hover[b-1xgslf9nqr],
.legal-back a:active[b-1xgslf9nqr] {
    color: var(--brand-primary);
}
/* _content/MyPackage.Web/Components/Pages/Resident/ResidentUpdate.razor.rz.scp.css */
/* ===== Page Layout ===== */
.resident-update-page[b-xg0kax7c63] {
    min-height: 100vh;
    background: linear-gradient(135deg, #f0f6fc 0%, #e8f4f8 100%);
    padding-top: 1rem;
    padding-bottom: 2rem;
}

/* ===== Header ===== */
.update-header[b-xg0kax7c63] {
    text-align: center;
    margin-bottom: 1.5rem;
}

.update-header-icon[b-xg0kax7c63] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--brand-primary, #1770bb), var(--brand-accent, #17e2e9));
    color: #fff;
    font-size: 1.75rem;
    margin-bottom: 0.75rem;
    box-shadow: 0 4px 15px rgba(23, 112, 187, 0.3);
}

.update-title[b-xg0kax7c63] {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--brand-ink, #0c3a62);
    margin-bottom: 0.25rem;
}

.update-subtitle[b-xg0kax7c63] {
    font-size: 0.925rem;
    color: #6c757d;
    margin-bottom: 0;
}

/* ===== Cards ===== */
.update-card[b-xg0kax7c63] {
    background: #fff;
    border-radius: 16px;
    padding: 1.5rem;
    margin-bottom: 1rem;
    box-shadow: 0 2px 12px rgba(12, 58, 98, 0.08);
    border: 1px solid rgba(12, 58, 98, 0.06);
}

/* ===== Search Section ===== */
.search-section .input-group-text[b-xg0kax7c63] {
    background: var(--brand-soft, #f0f6fc);
    border-color: #dee2e6;
    color: var(--brand-primary, #1770bb);
}

.search-section .form-control[b-xg0kax7c63] {
    border-color: #dee2e6;
}

.search-section .form-control:focus[b-xg0kax7c63] {
    border-color: var(--brand-primary, #1770bb);
    box-shadow: 0 0 0 0.2rem rgba(23, 112, 187, 0.15);
}

.btn-search[b-xg0kax7c63] {
    background: var(--brand-primary, #1770bb);
    border-color: var(--brand-primary, #1770bb);
    font-weight: 600;
    padding: 0.6rem 1rem;
    border-radius: 10px;
    transition: all 0.2s ease;
}

    .btn-search:hover:not(:disabled)[b-xg0kax7c63] {
        background: var(--brand-ink, #0c3a62);
        border-color: var(--brand-ink, #0c3a62);
        transform: translateY(-1px);
        box-shadow: 0 4px 12px rgba(12, 58, 98, 0.2);
    }

/* ===== Resident Card ===== */
.card-section-title[b-xg0kax7c63] {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--brand-ink, #0c3a62);
    margin-bottom: 1.25rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.card-section-icon[b-xg0kax7c63] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: var(--brand-soft, #f0f6fc);
    color: var(--brand-primary, #1770bb);
    font-size: 1rem;
}

/* ===== Form Fields ===== */
.form-group[b-xg0kax7c63] {
    margin-bottom: 1rem;
}

.form-label-readonly[b-xg0kax7c63] {
    font-size: 0.8rem;
    font-weight: 600;
    color: #6c757d;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 0.25rem;
}

.readonly-field[b-xg0kax7c63] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: var(--brand-soft, #f0f6fc);
    border: 1px solid rgba(12, 58, 98, 0.08);
    border-radius: 10px;
    padding: 0.6rem 0.85rem;
    color: var(--brand-ink, #0c3a62);
    font-size: 0.95rem;
}

    .readonly-field i[b-xg0kax7c63] {
        color: var(--brand-primary, #1770bb);
        font-size: 1rem;
        opacity: 0.7;
    }

/* ===== Email Field ===== */
.email-group[b-xg0kax7c63] {
    margin-top: 1.25rem;
    padding-top: 1.25rem;
    border-top: 1px dashed rgba(12, 58, 98, 0.12);
}

.email-input[b-xg0kax7c63] {
    border-color: var(--brand-primary, #1770bb);
    border-width: 2px;
    border-radius: 10px;
    padding: 0.6rem 0.85rem;
    font-size: 0.95rem;
    transition: all 0.2s ease;
}

    .email-input:focus[b-xg0kax7c63] {
        border-color: var(--brand-accent, #17e2e9);
        box-shadow: 0 0 0 0.2rem rgba(23, 226, 233, 0.2);
    }

.email-group .form-text[b-xg0kax7c63] {
    color: var(--brand-primary, #1770bb);
    font-size: 0.8rem;
    margin-top: 0.35rem;
}

/* ===== Save Button ===== */
.email-unchanged-hint[b-xg0kax7c63] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    font-size: 0.85rem;
    color: #6c757d;
    background: #f8f9fa;
    border: 1px dashed #ced4da;
    border-radius: 10px;
    padding: 0.55rem 0.85rem;
}

    .email-unchanged-hint i[b-xg0kax7c63] {
        color: #198754;
        font-size: 0.95rem;
    }

.btn-save[b-xg0kax7c63] {
    background: var(--brand-primary, #1770bb);
    border-color: var(--brand-primary, #1770bb);
    font-weight: 600;
    padding: 0.65rem 1rem;
    border-radius: 10px;
    transition: all 0.2s ease;
}

    .btn-save:hover:not(:disabled)[b-xg0kax7c63] {
        background: var(--brand-ink, #0c3a62);
        border-color: var(--brand-ink, #0c3a62);
        transform: translateY(-1px);
        box-shadow: 0 4px 12px rgba(12, 58, 98, 0.2);
    }

/* ===== Animation ===== */
.animate-slide-up[b-xg0kax7c63] {
    animation: slideUp-b-xg0kax7c63 0.35s ease-out;
}

@keyframes slideUp-b-xg0kax7c63 {
    from {
        opacity: 0;
        transform: translateY(16px);
    }

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

/* ===== Responsive ===== */
@media (max-width: 576px) {
    .update-header-icon[b-xg0kax7c63] {
        width: 56px;
        height: 56px;
        font-size: 1.5rem;
    }

    .update-title[b-xg0kax7c63] {
        font-size: 1.3rem;
    }

    .update-card[b-xg0kax7c63] {
        padding: 1.25rem;
        border-radius: 14px;
    }
}
/* _content/MyPackage.Web/Components/Pages/Residents/Residents.razor.rz.scp.css */
.residents-card[b-3nh299u45v] {
    background: #ffffff;
    border-radius: 1.5rem;
    padding: clamp(1.75rem, 4vw, 3rem);
    border: 1px dashed rgba(12, 58, 98, 0.12);
    box-shadow: 0 1.25rem 2.5rem rgba(12, 58, 98, 0.08);
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.residents-card__header[b-3nh299u45v] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.residents-card__title[b-3nh299u45v] {
    margin: 0;
    font-size: clamp(1.5rem, 2.5vw, 2rem);
    font-weight: 800;
    color: #0c3a62;
}

.residents-card__subtitle[b-3nh299u45v] {
    margin: 0;
    font-size: 1rem;
    color: rgba(12, 58, 98, 0.65);
}

.residents-dropzone[b-3nh299u45v] {
    border: 2px dotted rgba(12, 58, 98, 0.15);
    border-radius: 1.75rem;
    padding: clamp(2rem, 5vw, 3.5rem);
    background: rgba(12, 58, 98, 0.02);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.residents-dropzone__icon[b-3nh299u45v] {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(23, 112, 187, 0.08);
    color: #1770bb;
    font-size: 1.75rem;
}

.residents-dropzone__title[b-3nh299u45v] {
    margin: 0;
    font-weight: 700;
    font-size: 1.2rem;
    color: #0c3a62;
}

.residents-dropzone__hint[b-3nh299u45v] {
    margin: 0;
    color: rgba(12, 58, 98, 0.6);
    text-align: center;
    max-width: 420px;
}

.residents-dropzone__actions[b-3nh299u45v] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    align-items: center;
}

.residents-dropzone__upload[b-3nh299u45v] {
    border-radius: 999px;
    padding-inline: 2.5rem;
    font-weight: 700;
}

.residents-dropzone__template[b-3nh299u45v] {
    font-weight: 600;
    color: #1770bb;
}

.residents-dropzone__footnote[b-3nh299u45v] {
    color: rgba(12, 58, 98, 0.5);
    font-size: 0.85rem;
}

@media (min-width: 768px) {
    .residents-dropzone__actions[b-3nh299u45v] {
        flex-direction: row;
    }
}
/* _content/MyPackage.Web/Components/Pages/TermsOfUse.razor.rz.scp.css */
.legal-page[b-0vc7pmxifz] {
    background: linear-gradient(180deg, var(--brand-soft) 0%, var(--bs-body-bg) 300px);
    min-height: 100vh;
}

.legal-header[b-0vc7pmxifz] {
    padding: 3rem 0 2rem;
    text-align: center;
}

.legal-header-icon[b-0vc7pmxifz] {
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, var(--brand-primary), var(--brand-accent));
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    color: white;
    font-size: 1.75rem;
}

.legal-title[b-0vc7pmxifz] {
    font-size: 2rem;
    font-weight: 700;
    color: var(--brand-ink);
    margin-bottom: 0.5rem;
}

.legal-subtitle[b-0vc7pmxifz] {
    color: var(--bs-secondary);
    font-size: 0.95rem;
}

.legal-card[b-0vc7pmxifz] {
    background: white;
    border-radius: 1.25rem;
    box-shadow: 0 4px 24px rgba(12, 58, 98, 0.08);
    padding: 2rem;
    margin-bottom: 2rem;
}

.legal-section[b-0vc7pmxifz] {
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid rgba(12, 58, 98, 0.08);
}

.legal-section:last-child[b-0vc7pmxifz] {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.legal-section-title[b-0vc7pmxifz] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--brand-ink);
    margin-bottom: 1rem;
}

.legal-section-icon[b-0vc7pmxifz] {
    width: 32px;
    height: 32px;
    background: var(--brand-soft);
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--brand-primary);
    font-size: 1rem;
    flex-shrink: 0;
}

.legal-text[b-0vc7pmxifz] {
    color: var(--bs-body-color);
    line-height: 1.7;
    font-size: 0.95rem;
}

.legal-text a[b-0vc7pmxifz] {
    color: var(--brand-primary);
    text-decoration: none;
    font-weight: 500;
}

.legal-text a:hover[b-0vc7pmxifz] {
    text-decoration: underline;
}

.legal-list[b-0vc7pmxifz] {
    list-style: none;
    padding: 0;
    margin: 0;
}

.legal-list-item[b-0vc7pmxifz] {
    display: flex;
    gap: 0.75rem;
    padding: 0.75rem 0;
    border-bottom: 1px solid rgba(12, 58, 98, 0.05);
    color: var(--bs-body-color);
    font-size: 0.95rem;
    line-height: 1.6;
}

.legal-list-item:last-child[b-0vc7pmxifz] {
    border-bottom: none;
    padding-bottom: 0;
}

.legal-list-number[b-0vc7pmxifz] {
    width: 24px;
    height: 24px;
    background: var(--brand-soft);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--brand-primary);
    font-size: 0.75rem;
    font-weight: 600;
    flex-shrink: 0;
    margin-top: 0.1rem;
}

.legal-list-item strong[b-0vc7pmxifz] {
    color: var(--brand-ink);
}

.legal-related[b-0vc7pmxifz] {
    background: var(--brand-soft);
    border-radius: 1rem;
    padding: 1.5rem;
}

.legal-related-title[b-0vc7pmxifz] {
    font-size: 1rem;
    font-weight: 600;
    color: var(--brand-ink);
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.legal-related-links[b-0vc7pmxifz] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
}

@media (max-width: 576px) {
    .legal-related-links[b-0vc7pmxifz] {
        grid-template-columns: 1fr;
    }
}

.legal-related-link[b-0vc7pmxifz],
.legal-related-link:link[b-0vc7pmxifz],
.legal-related-link:visited[b-0vc7pmxifz] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1rem;
    background: white;
    border-radius: 0.75rem;
    color: var(--brand-ink);
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
    transition: all 0.2s ease;
}

.legal-related-link:hover[b-0vc7pmxifz],
.legal-related-link:active[b-0vc7pmxifz],
.legal-related-link.active[b-0vc7pmxifz] {
    background: var(--brand-primary);
    color: white;
    transform: translateY(-2px);
}

.legal-related-link i[b-0vc7pmxifz] {
    color: var(--brand-primary);
    font-size: 1rem;
}

.legal-related-link:hover i[b-0vc7pmxifz],
.legal-related-link:active i[b-0vc7pmxifz],
.legal-related-link.active i[b-0vc7pmxifz] {
    color: white;
}

.legal-back a[b-0vc7pmxifz],
.legal-back a:link[b-0vc7pmxifz],
.legal-back a:visited[b-0vc7pmxifz] {
    color: var(--bs-secondary);
    text-decoration: none;
    font-size: 0.9rem;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: color 0.2s ease;
}

.legal-back a:hover[b-0vc7pmxifz],
.legal-back a:active[b-0vc7pmxifz] {
    color: var(--brand-primary);
}
/* _content/MyPackage.Web/Components/Pages/UserLink/LinkStepOne.razor.rz.scp.css */
[b-e3vqhrf3in] .input-digit {
    width: 3.75rem !important;
    height: 3.75rem !important;
    font-size: 1.625rem !important;
}

.title[b-e3vqhrf3in] {
    font-size: 1.75rem !important;
    line-height: 2.25rem !important;
}

.subtitle[b-e3vqhrf3in] {
    font-size: 0.875rem !important;
}

@media (min-width: 768px) {
    .subtitle[b-e3vqhrf3in] {
        font-size: 1.25rem !important;
        line-height: 2rem !important;
    }
    .title[b-e3vqhrf3in] {
        font-size: 2.25rem !important;
        line-height: 3.125rem !important;
    }
}
/* _content/MyPackage.Web/Components/Pages/UserLink/LinkStepTwo.razor.rz.scp.css */
.title[b-peslsz1l0o] {
    font-size: 1.75rem !important;
    line-height: 2.25rem !important;
}

.subtitle[b-peslsz1l0o] {
    font-size: 0.875rem !important;
}

@media (min-width: 768px) {
    .subtitle[b-peslsz1l0o] {
        font-size: 1.25rem !important;
        line-height: 2rem !important;
    }
    .title[b-peslsz1l0o] {
        font-size: 2.25rem !important;
        line-height: 3.125rem !important;
    }
}
/* _content/MyPackage.Web/Components/Pages/UserLink/UserLink.razor.rz.scp.css */
.userlink-card[b-elmoz9hqi2] {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    background: #ffffff;
    border-radius: 1.5rem;
    padding: clamp(1.75rem, 4vw, 3rem);
    box-shadow: 0 1.25rem 2.5rem rgba(12, 58, 98, 0.08);
    border: 1px solid rgba(12, 58, 98, 0.05);
}

.userlink-toast[b-elmoz9hqi2] {
    position: fixed;
    top: clamp(1.2rem, 3vw, 2.4rem);
    left: 50%;
    transform: translateX(-50%);
    z-index: 1200;
    pointer-events: none;
    width: min(420px, calc(100vw - 2.5rem));
}

.userlink-toast[b-elmoz9hqi2]  .alert {
    border: none;
    border-radius: 1.25rem;
    margin: 0;
    padding: 1.1rem 1.35rem;
    box-shadow: 0 1.8rem 3.4rem -1.6rem rgba(12, 58, 98, 0.32);
    backdrop-filter: blur(14px);
    background: rgba(255, 255, 255, 0.94);
    pointer-events: auto;
}

.userlink-toast[b-elmoz9hqi2]  .alert > .d-flex {
    gap: 0.85rem;
}

.userlink-toast[b-elmoz9hqi2]  .alert .btn-close {
    filter: invert(0.35);
    box-shadow: none;
}

.userlink-toast[b-elmoz9hqi2]  .alert-warning {
    background: linear-gradient(135deg, rgba(255, 242, 214, 0.96), rgba(255, 230, 184, 0.92));
}

.userlink-toast[b-elmoz9hqi2]  .alert-danger {
    background: linear-gradient(135deg, rgba(255, 226, 226, 0.96), rgba(255, 210, 210, 0.92));
}

.userlink-toast[b-elmoz9hqi2]  .alert-info {
    background: linear-gradient(135deg, rgba(222, 239, 255, 0.96), rgba(201, 229, 255, 0.92));
}

.userlink-toast[b-elmoz9hqi2]  .alert-success {
    background: linear-gradient(135deg, rgba(219, 247, 228, 0.96), rgba(196, 237, 209, 0.92));
}

.userlink-toast[b-elmoz9hqi2]  .alert-warning .text-dark {
    color: #7a4300 !important;
}

.userlink-toast[b-elmoz9hqi2]  .alert-danger .text-dark {
    color: #8b1f2d !important;
}

.userlink-toast[b-elmoz9hqi2]  .alert-info .text-dark {
    color: #0c3a62 !important;
}

.userlink-toast[b-elmoz9hqi2]  .alert-success .text-dark {
    color: #155724 !important;
}

.account-card__header[b-elmoz9hqi2] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.account-card__title[b-elmoz9hqi2] {
    font-size: clamp(1.5rem, 2.5vw, 2rem);
    font-weight: 800;
    color: #0c3a62;
    margin: 0;
}

.account-card__subtitle[b-elmoz9hqi2] {
    font-size: 1rem;
    color: rgba(12, 58, 98, 0.65);
    margin: 0;
}

.userlink-card__content[b-elmoz9hqi2] {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}

.userlink-card[b-elmoz9hqi2]  .userlink-input {
    border: 1px solid rgba(12, 58, 98, 0.12);
    border-radius: 1rem;
    background: rgba(12, 58, 98, 0.04);
    box-shadow: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.userlink-card[b-elmoz9hqi2]  .userlink-input:focus {
    border-color: rgba(23, 112, 187, 0.45);
    background: #ffffff;
    box-shadow: 0 0 0 0.2rem rgba(23, 112, 187, 0.15);
}

.userlink-card[b-elmoz9hqi2]  .input-digit {
    border: 1px solid rgba(12, 58, 98, 0.18);
    border-radius: 0.85rem;
    background: rgba(12, 58, 98, 0.05);
    font-size: 1.4rem;
    font-weight: 600;
    padding: 0.85rem 0;
    width: 3.25rem;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.userlink-card[b-elmoz9hqi2]  .input-digit:focus {
    border-color: rgba(23, 112, 187, 0.6);
    background: #ffffff;
    box-shadow: 0 0 0 0.2rem rgba(23, 112, 187, 0.18);
}

.userlink-card[b-elmoz9hqi2]  .title {
    font-weight: 700;
}

.userlink-card[b-elmoz9hqi2]  .subtitle {
    color: rgba(12, 58, 98, 0.7);
}

.userlink-card[b-elmoz9hqi2]  .row {
    margin: 0;
}

.userlink-card[b-elmoz9hqi2]  .col {
    padding-left: 0;
    padding-right: 0;
}

@media (max-width: 992px) {
    .userlink-card__content[b-elmoz9hqi2] {
        gap: 2rem;
    }
}
/* _content/MyPackage.Web/Components/Shared/AlertContainer.razor.rz.scp.css */
.alert-container[b-gdvhgcblu2] {
    position: fixed;
    top: 16px;
    left: 16px;
    right: 16px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-width: calc(100% - 32px);
    margin: 0 auto;
    pointer-events: none;
}

.alert-toast[b-gdvhgcblu2] {
    pointer-events: all;
    padding: 16px;
    border-radius: 8px;
    border-width: 1.5px;
    border-style: solid;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.26);
    animation: slideDown-b-gdvhgcblu2 0.3s ease-out;
    font-size: 16px;
    line-height: 1.5;
}

.alert-toast .d-flex[b-gdvhgcblu2] {
    gap: 16px !important;
}

.alert-toast i[b-gdvhgcblu2] {
    font-size: 28px !important;
    flex-shrink: 0;
}

.alert-toast p[b-gdvhgcblu2] {
    color: #000 !important;
    font-weight: 400 !important;
}

.alert-toast .btn-close[b-gdvhgcblu2] {
    filter: brightness(0) saturate(100%) invert(0%);
    opacity: 1;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    background-size: 16px;
}

.alert-toast.alert-success[b-gdvhgcblu2] {
    background-color: #c3f4d6;
    border-color: #4caf50;
}

.alert-toast.alert-success i[b-gdvhgcblu2] {
    color: #4caf50;
}

.alert-toast.alert-danger[b-gdvhgcblu2] {
    background-color: #ffcdd2;
    border-color: #f44336;
}

.alert-toast.alert-danger i[b-gdvhgcblu2] {
    color: #f44336;
}

.alert-toast.alert-warning[b-gdvhgcblu2] {
    background-color: #fff9c4;
    border-color: #ffc107;
}

.alert-toast.alert-warning i[b-gdvhgcblu2] {
    color: #ffc107;
}

.alert-toast.alert-info[b-gdvhgcblu2] {
    background-color: #b3e5fc;
    border-color: #03a9f4;
}

.alert-toast.alert-info i[b-gdvhgcblu2] {
    color: #03a9f4;
}

@keyframes slideDown-b-gdvhgcblu2 {
    from {
        transform: translateY(-100px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@media (min-width: 768px) {
    .alert-container[b-gdvhgcblu2] {
        left: 50%;
        right: auto;
        transform: translateX(-50%);
        max-width: 600px;
    }
}

@media (max-width: 480px) {
    .alert-container[b-gdvhgcblu2] {
        top: 12px;
        left: 12px;
        right: 12px;
        max-width: calc(100% - 24px);
    }

    .alert-toast[b-gdvhgcblu2] {
        padding: 14px;
        font-size: 15px;
    }

    .alert-toast .d-flex[b-gdvhgcblu2] {
        gap: 12px !important;
    }

    .alert-toast i[b-gdvhgcblu2] {
        font-size: 24px !important;
    }
}
/* _content/MyPackage.Web/Components/Shared/CookieBanner.razor.rz.scp.css */
/* ========================================
   Cookie Consent Banner
   Aligned with MyPackage.Web UI/UX
   ======================================== */

.cookie-consent-overlay[b-9ce4iqeomh] {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10000;
    opacity: 0;
    transform: translateY(100%);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none;
}

.cookie-consent-overlay.show[b-9ce4iqeomh] {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.cookie-consent-banner[b-9ce4iqeomh] {
    background: white;
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
    box-shadow: 0 -8px 32px rgba(12, 58, 98, 0.15);
    max-width: 800px;
    margin: 0 auto;
    padding: 2rem;
    border-top: 3px solid var(--brand-primary);
    max-height: 90vh;
    overflow-y: auto;
    transition: max-height 0.3s ease;
}

.cookie-consent-banner.expanded[b-9ce4iqeomh] {
    max-height: 95vh;
}

@media (max-width: 768px) {
    .cookie-consent-banner[b-9ce4iqeomh] {
        border-radius: 0;
        padding: 1.5rem;
    }
}

/* Banner Header */
.cookie-banner-header[b-9ce4iqeomh] {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.cookie-banner-icon[b-9ce4iqeomh] {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, var(--brand-primary), var(--brand-accent));
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
    flex-shrink: 0;
}

.cookie-banner-title h3[b-9ce4iqeomh] {
    font-size: 1.375rem;
    font-weight: 700;
    color: var(--brand-ink);
    margin: 0 0 0.25rem 0;
}

.cookie-banner-subtitle[b-9ce4iqeomh] {
    color: var(--bs-secondary);
    font-size: 0.875rem;
    margin: 0;
}

/* Banner Content */
.cookie-banner-content[b-9ce4iqeomh] {
    margin-bottom: 1.5rem;
}

.cookie-banner-description[b-9ce4iqeomh] {
    color: #454545;
    line-height: 1.6;
    margin-bottom: 1rem;
}

.cookie-banner-description strong[b-9ce4iqeomh] {
    color: var(--brand-ink);
}

/* Cookie Preferences */
.cookie-preferences[b-9ce4iqeomh] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.cookie-category[b-9ce4iqeomh] {
    background: var(--brand-tint);
    border-radius: 12px;
    padding: 1rem;
    border: 1px solid rgba(23, 112, 187, 0.15);
    transition: all 0.2s ease;
}

.cookie-category:hover[b-9ce4iqeomh] {
    border-color: rgba(23, 112, 187, 0.3);
    box-shadow: 0 2px 8px rgba(23, 112, 187, 0.08);
}

.cookie-category-header[b-9ce4iqeomh] {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.cookie-category-info[b-9ce4iqeomh] {
    flex: 1;
}

.cookie-category-info h4[b-9ce4iqeomh] {
    font-size: 1rem;
    font-weight: 600;
    color: var(--brand-ink);
    margin: 0 0 0.5rem 0;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.cookie-category-info h4 i[b-9ce4iqeomh] {
    color: var(--brand-primary);
}

.cookie-category-info p[b-9ce4iqeomh] {
    font-size: 0.875rem;
    color: #454545;
    margin: 0 0 0.5rem 0;
    line-height: 1.5;
}

.cookie-category-info small[b-9ce4iqeomh] {
    display: block;
    font-size: 0.8125rem;
}

/* Toggle Switch */
.cookie-toggle[b-9ce4iqeomh] {
    position: relative;
    display: inline-block;
    width: 52px;
    height: 28px;
    cursor: pointer;
    flex-shrink: 0;
    margin-top: 2px;
}

.cookie-toggle.disabled[b-9ce4iqeomh] {
    cursor: not-allowed;
    opacity: 0.7;
}

.cookie-toggle input[b-9ce4iqeomh] {
    opacity: 0;
    width: 0;
    height: 0;
}

.cookie-toggle-slider[b-9ce4iqeomh] {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: 0.3s;
    border-radius: 28px;
}

.cookie-toggle-slider[b-9ce4iqeomh]:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    transition: 0.3s;
    border-radius: 50%;
}

.cookie-toggle input:checked + .cookie-toggle-slider[b-9ce4iqeomh] {
    background: linear-gradient(135deg, var(--brand-primary), var(--brand-accent));
}

.cookie-toggle input:checked + .cookie-toggle-slider[b-9ce4iqeomh]:before {
    transform: translateX(24px);
}

.cookie-toggle.disabled .cookie-toggle-slider[b-9ce4iqeomh] {
    background: linear-gradient(135deg, var(--brand-primary), var(--brand-accent));
    opacity: 0.6;
}

/* Legal Text */
.cookie-banner-legal[b-9ce4iqeomh] {
    padding-top: 1rem;
    border-top: 1px solid rgba(12, 58, 98, 0.1);
}

.cookie-banner-legal small[b-9ce4iqeomh] {
    color: var(--bs-secondary);
    font-size: 0.8125rem;
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
}

.cookie-banner-legal i[b-9ce4iqeomh] {
    color: var(--brand-primary);
    margin-top: 2px;
    flex-shrink: 0;
}

.cookie-banner-legal a[b-9ce4iqeomh] {
    color: var(--brand-primary);
    text-decoration: none;
    font-weight: 500;
}

.cookie-banner-legal a:hover[b-9ce4iqeomh] {
    text-decoration: underline;
}

/* Banner Actions */
.cookie-banner-actions[b-9ce4iqeomh] {
    display: flex;
    gap: 0.75rem;
    align-items: center;
}

@media (max-width: 576px) {
    .cookie-banner-actions[b-9ce4iqeomh] {
        flex-direction: column;
    }
}

.btn-cookie-primary[b-9ce4iqeomh],
.btn-cookie-secondary[b-9ce4iqeomh],
.btn-cookie-tertiary[b-9ce4iqeomh] {
    padding: 0.875rem 1.75rem;
    border-radius: 8px;
    font-weight: 600;
    font-size: 1rem;
    border: none;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    white-space: nowrap;
}

.btn-cookie-primary[b-9ce4iqeomh] {
    background: linear-gradient(135deg, var(--brand-primary), var(--brand-accent));
    color: white;
    box-shadow: 0 4px 12px rgba(23, 112, 187, 0.25);
    flex: 2;
    min-width: 200px;
}

.btn-cookie-primary:hover:not(:disabled)[b-9ce4iqeomh] {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(23, 112, 187, 0.35);
}

.btn-cookie-secondary[b-9ce4iqeomh] {
    background: white;
    color: var(--brand-primary);
    border: 2px solid var(--brand-primary);
}

.btn-cookie-secondary:hover:not(:disabled)[b-9ce4iqeomh] {
    background: var(--brand-tint);
}

.btn-cookie-tertiary[b-9ce4iqeomh] {
    background: var(--brand-tint);
    color: var(--brand-ink);
    border: 1px solid rgba(23, 112, 187, 0.2);
}

.btn-cookie-tertiary:hover:not(:disabled)[b-9ce4iqeomh] {
    background: rgba(23, 112, 187, 0.15);
}

/* Small variants for secondary actions */
.btn-cookie-small[b-9ce4iqeomh] {
    flex: 1;
    min-width: 120px;
    padding: 0.75rem 1.25rem;
    font-size: 0.9375rem;
}

@media (max-width: 576px) {
    .btn-cookie-primary[b-9ce4iqeomh],
    .btn-cookie-small[b-9ce4iqeomh] {
        flex: 1;
        width: 100%;
    }
}

.btn-cookie-primary:disabled[b-9ce4iqeomh],
.btn-cookie-secondary:disabled[b-9ce4iqeomh],
.btn-cookie-tertiary:disabled[b-9ce4iqeomh] {
    opacity: 0.6;
    cursor: not-allowed;
}

/* Spinner */
.spinner-border-sm[b-9ce4iqeomh] {
    width: 1rem;
    height: 1rem;
    border-width: 0.15em;
}

/* Scrollbar styling */
.cookie-consent-banner[b-9ce4iqeomh]::-webkit-scrollbar {
    width: 8px;
}

.cookie-consent-banner[b-9ce4iqeomh]::-webkit-scrollbar-track {
    background: var(--brand-tint);
    border-radius: 4px;
}

.cookie-consent-banner[b-9ce4iqeomh]::-webkit-scrollbar-thumb {
    background: var(--brand-primary);
    border-radius: 4px;
}

.cookie-consent-banner[b-9ce4iqeomh]::-webkit-scrollbar-thumb:hover {
    background: var(--brand-ink);
}
/* _content/MyPackage.Web/Components/Shared/Loading.razor.rz.scp.css */
@keyframes rotate-b-f60vpnof5v {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.rotating-svg[b-f60vpnof5v] {
    animation: rotate-b-f60vpnof5v 2s linear infinite;
}
/* _content/MyPackage.Web/Components/Shared/SnapScrollContainer.razor.rz.scp.css */
.scroll-container[b-eg9515j3dx] {
    scroll-behavior: smooth;
}

@media (min-width: 768px) {
    .scroll-container[b-eg9515j3dx] {
        height: 100vh;
        overflow-y: scroll;
        scroll-snap-type: y mandatory;
    }
}
/* _content/MyPackage.Web/Components/Shared/SnapScrollSection.razor.rz.scp.css */
.scroll-section[b-b0skfag3ae] {
    display: flex;
}

@media (min-width: 768px) {
    .scroll-section[b-b0skfag3ae] {
        height: 100vh;
        scroll-snap-align: start;
    }
}
