@import 'FightPlan.Wasm.Client.pdyhymyp2c.bundle.scp.css';

/* /Components/Layout/AuthLayout.razor.rz.scp.css */
.auth-page[b-mhddm5vfa0] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    background-color: #0f1419;
    padding: 1rem;
}

.auth-container[b-mhddm5vfa0] {
    width: 100%;
    max-width: 440px;
    background: #1a202c;
    border-radius: 16px;
    padding: 2.5rem 2rem;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
    border: 1px solid #2d3748;
}

/* ── Logo ── */
.auth-container[b-mhddm5vfa0]  .auth-logo {
    text-align: center;
    margin-bottom: 1.5rem;
}

.auth-container[b-mhddm5vfa0]  .auth-logo img {
    height: 48px;
    width: auto;
}

/* ── Typography ── */
.auth-container[b-mhddm5vfa0]  .auth-title {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: #f1f5f9;
    text-align: center;
    margin: 0 0 4px;
}

.auth-container[b-mhddm5vfa0]  .auth-subtitle {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 0.9rem;
    color: #94a3b8;
    text-align: center;
    margin: 0 0 1.75rem;
}

/* ── Form Fields ── */
.auth-container[b-mhddm5vfa0]  .auth-field {
    margin-bottom: 1rem;
}

.auth-container[b-mhddm5vfa0]  .auth-field label {
    display: block;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 0.85rem;
    font-weight: 600;
    color: #cbd5e1;
    margin-bottom: 6px;
}

.auth-container[b-mhddm5vfa0]  .auth-input {
    display: block;
    width: 100%;
    padding: 10px 14px;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 0.95rem;
    color: #f1f5f9;
    background: #0f1419;
    border: 1px solid #2d3748;
    border-radius: 10px;
    outline: none;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
    box-sizing: border-box;
}

.auth-container[b-mhddm5vfa0]  .auth-input:focus {
    border-color: #e40101;
    box-shadow: 0 0 0 3px rgba(228, 1, 1, 0.15);
    background: #141b24;
}

.auth-container[b-mhddm5vfa0]  .auth-input::placeholder {
    color: #4a5568;
}

/* ── Checkbox + Forgot row ── */
.auth-container[b-mhddm5vfa0]  .auth-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.25rem;
}

.auth-container[b-mhddm5vfa0]  .auth-checkbox {
    display: flex;
    align-items: center;
    gap: 6px;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 0.85rem;
    color: #cbd5e1;
    cursor: pointer;
}

.auth-container[b-mhddm5vfa0]  .auth-checkbox input[type="checkbox"] {
    width: 16px;
    height: 16px;
    accent-color: #e40101;
}

.auth-container[b-mhddm5vfa0]  .auth-link {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 0.85rem;
    color: #ff6b6b;
    text-decoration: none;
}

.auth-container[b-mhddm5vfa0]  .auth-link:hover {
    text-decoration: underline;
}

/* ── Buttons ── */
.auth-container[b-mhddm5vfa0]  .auth-btn-primary {
    display: block;
    width: 100%;
    padding: 12px;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 1rem;
    font-weight: 600;
    color: #ffffff;
    background: #e40101;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: background-color 0.15s ease;
}

.auth-container[b-mhddm5vfa0]  .auth-btn-primary:hover {
    background: #cc0101;
}

.auth-container[b-mhddm5vfa0]  .auth-btn-secondary {
    display: block;
    width: 100%;
    padding: 10px;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 0.9rem;
    font-weight: 500;
    color: #cbd5e1;
    background: #0f1419;
    border: 1px solid #2d3748;
    border-radius: 10px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.15s ease, border-color 0.15s ease;
}

.auth-container[b-mhddm5vfa0]  .auth-btn-secondary:hover {
    background: #1a202c;
    border-color: #4a5568;
}

/* ── Divider ── */
.auth-container[b-mhddm5vfa0]  .auth-divider {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 1.25rem 0;
}

.auth-container[b-mhddm5vfa0]  .auth-divider::before,
.auth-container[b-mhddm5vfa0]  .auth-divider::after {
    content: '';
    flex: 1;
    height: 1px;
    background: #2d3748;
}

.auth-container[b-mhddm5vfa0]  .auth-divider span {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 0.75rem;
    font-weight: 600;
    color: #4a5568;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* ── Footer text ── */
.auth-container[b-mhddm5vfa0]  .auth-footer-text {
    text-align: center;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 0.875rem;
    color: #94a3b8;
    margin-top: 1.5rem;
}

.auth-container[b-mhddm5vfa0]  .auth-footer-text a {
    color: #ff6b6b;
    font-weight: 600;
    text-decoration: none;
}

.auth-container[b-mhddm5vfa0]  .auth-footer-text a:hover {
    text-decoration: underline;
}

/* ── Validation ── */
.auth-container[b-mhddm5vfa0]  .auth-validation {
    color: #fca5a5;
    font-size: 0.85rem;
    margin-bottom: 1rem;
    padding: 10px 14px;
    background: rgba(239, 68, 68, 0.1);
    border: 1px solid rgba(239, 68, 68, 0.3);
    border-radius: 8px;
}

.auth-container[b-mhddm5vfa0]  .auth-error {
    color: #fca5a5;
    font-size: 0.8rem;
    margin-top: 4px;
}

/* ── Mode Toggle (matches mobile Email / Text Code tabs) ── */
.auth-container[b-mhddm5vfa0]  .auth-mode-toggle {
    display: flex;
    background: #0f1419;
    border-radius: 10px;
    padding: 3px;
    margin-bottom: 1.25rem;
    gap: 0;
}

.auth-container[b-mhddm5vfa0]  .auth-mode-tab {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 10px 0;
    border-radius: 8px;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    color: #4a5568;
    text-decoration: none;
    transition: all 0.15s ease;
    cursor: pointer;
}

.auth-container[b-mhddm5vfa0]  .auth-mode-tab:hover {
    text-decoration: none;
    color: #94a3b8;
}

.auth-container[b-mhddm5vfa0]  .auth-mode-tab.active {
    background: #2d3748;
    color: #ff6b6b;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

/* ── Forgot password row ── */
.auth-container[b-mhddm5vfa0]  .auth-forgot-row {
    text-align: center;
    margin-top: 1.5rem;
}

/* ── Phone hint card ── */
.auth-container[b-mhddm5vfa0]  .auth-phone-hint {
    text-align: center;
    padding: 2rem 1rem;
    color: #94a3b8;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 0.9rem;
    line-height: 1.5;
}

.auth-container[b-mhddm5vfa0]  .auth-phone-hint p {
    margin: 0;
}

/* ── Bootstrap alert overrides for dark theme ── */
.auth-container[b-mhddm5vfa0]  .alert-danger {
    color: #fca5a5;
    background: rgba(239, 68, 68, 0.1);
    border-color: rgba(239, 68, 68, 0.3);
}

.auth-container[b-mhddm5vfa0]  .alert-success {
    color: #86efac;
    background: rgba(34, 197, 94, 0.1);
    border-color: rgba(34, 197, 94, 0.3);
}

/* ── Footer (client-side Login.razor) ── */
.auth-container[b-mhddm5vfa0]  .auth-footer {
    text-align: center;
    margin-top: 1.5rem;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 0.875rem;
    color: #94a3b8;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-3ex84h6ehs] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-3ex84h6ehs] {
    flex: 1;
}

.sidebar[b-3ex84h6ehs] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-3ex84h6ehs] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-3ex84h6ehs]  a, .top-row[b-3ex84h6ehs]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-3ex84h6ehs]  a:hover, .top-row[b-3ex84h6ehs]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-3ex84h6ehs]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-3ex84h6ehs] {
        justify-content: space-between;
    }

    .top-row[b-3ex84h6ehs]  a, .top-row[b-3ex84h6ehs]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-3ex84h6ehs] {
        flex-direction: row;
    }

    .sidebar[b-3ex84h6ehs] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-3ex84h6ehs] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-3ex84h6ehs]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-3ex84h6ehs], article[b-3ex84h6ehs] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-3ex84h6ehs] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-3ex84h6ehs] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-5m8q8kqbdw] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-5m8q8kqbdw] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-5m8q8kqbdw] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-5m8q8kqbdw] {
    font-size: 1.1rem;
}

.bi[b-5m8q8kqbdw] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-5m8q8kqbdw] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-5m8q8kqbdw] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-5m8q8kqbdw] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.bi-lock-nav-menu[b-5m8q8kqbdw] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zM5 8h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}

.bi-person-nav-menu[b-5m8q8kqbdw] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu[b-5m8q8kqbdw] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-badge' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu[b-5m8q8kqbdw] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-5m8q8kqbdw] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}

.nav-item[b-5m8q8kqbdw] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-5m8q8kqbdw] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-5m8q8kqbdw] {
        padding-bottom: 1rem;
    }

    .nav-item[b-5m8q8kqbdw]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-5m8q8kqbdw]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-5m8q8kqbdw]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-5m8q8kqbdw] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-5m8q8kqbdw] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-5m8q8kqbdw] {
        display: none;
    }

    .nav-scrollable[b-5m8q8kqbdw] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Pages/Layout/DarkPublicLayout.razor.rz.scp.css */
.dark-public-layout[b-skijr0bj6c] {
    min-height: 100vh;
    width: 100%;
    background-color: #0B1120;
    color: #CBD5E1;
    overflow-y: auto;
}
/* /Components/Pages/Layout/PublicLayout.razor.rz.scp.css */
.public-layout[b-fby609udgc] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    background-color: #f7f8fa;
    color: #1a202c;
}

.public-layout-header[b-fby609udgc] {
    background-color: #1a202c;
    padding: 16px 20px;
    position: sticky;
    top: 0;
    z-index: 10;
}

.public-layout-header-inner[b-fby609udgc] {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 10px;
}

.public-layout-brand[b-fby609udgc] {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.3px;
}

.public-layout-content[b-fby609udgc] {
    flex: 1;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 24px 16px;
}

.public-layout-footer[b-fby609udgc] {
    text-align: center;
    padding: 24px 16px;
    color: #718096;
    font-size: 13px;
    border-top: 1px solid #e2e8f0;
}
/* /Components/Pages/PaymentPortal/Components/ReturnToAppButton.razor.rz.scp.css */
.return-to-app-container[b-yrs62cc5g9] {
    margin-top: 20px;
}

.return-to-app-btn[b-yrs62cc5g9] {
    text-decoration: none;
}
/* /Components/Pages/PaymentPortal/Pages/BillingHistory.razor.rz.scp.css */
.billing-empty[b-58q3qy74m2] { text-align: center; padding: 48px 20px; }
.billing-empty-icon[b-58q3qy74m2] { margin: 0 auto 16px; width: 72px; height: 72px; background: #f1f5f9; border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.billing-empty h2[b-58q3qy74m2] { font-size: 20px; font-weight: 700; color: #1a202c; margin: 0 0 8px; }
.billing-empty p[b-58q3qy74m2] { font-size: 14px; color: #718096; margin: 0; line-height: 1.5; }
.billing-header[b-58q3qy74m2] { display: flex; align-items: center; gap: 14px; margin-bottom: 20px; }
.billing-header-icon[b-58q3qy74m2] { width: 48px; height: 48px; border-radius: 14px; background: #eff6ff; color: #3b82f6; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.billing-title[b-58q3qy74m2] { font-size: 22px; font-weight: 800; color: #1e293b; margin: 0; letter-spacing: -0.3px; }
.billing-subtitle[b-58q3qy74m2] { font-size: 13px; color: #94a3b8; margin: 2px 0 0; font-weight: 500; }
.billing-list-card[b-58q3qy74m2] { background: #fff; border-radius: 16px; padding: 4px 0; margin-bottom: 16px; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.04); overflow: hidden; }
.billing-invoice-row[b-58q3qy74m2] { display: flex; align-items: center; justify-content: space-between; padding: 14px 20px; border-bottom: 1px solid #f1f5f9; transition: background-color 0.15s; }
.billing-invoice-row:last-child[b-58q3qy74m2] { border-bottom: none; }
.billing-invoice-row:hover[b-58q3qy74m2] { background: #f8fafc; }
.billing-invoice-left[b-58q3qy74m2] { display: flex; align-items: center; gap: 12px; min-width: 0; }
.billing-invoice-icon[b-58q3qy74m2] { width: 36px; height: 36px; border-radius: 10px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.billing-invoice-icon-paid[b-58q3qy74m2] { background: #f0fdf4; color: #22c55e; }
.billing-invoice-icon-due[b-58q3qy74m2] { background: #fef2f2; color: #ef4444; }
.billing-invoice-amount[b-58q3qy74m2] { display: block; font-size: 15px; font-weight: 700; color: #1e293b; line-height: 1.3; }
.billing-invoice-date[b-58q3qy74m2] { display: block; font-size: 13px; color: #94a3b8; font-weight: 500; line-height: 1.3; }
.billing-invoice-right[b-58q3qy74m2] { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.billing-status-badge[b-58q3qy74m2] { display: inline-flex; align-items: center; padding: 4px 12px; border-radius: 999px; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.3px; }
.billing-status-paid[b-58q3qy74m2] { background: #f0fdf4; color: #16a34a; border: 1px solid #bbf7d0; }
.billing-status-due[b-58q3qy74m2] { background: #fef2f2; color: #dc2626; border: 1px solid #fecaca; }
.billing-pdf-link[b-58q3qy74m2] { width: 36px; height: 36px; border-radius: 10px; display: flex; align-items: center; justify-content: center; color: #6366f1; background: #eef2ff; text-decoration: none; transition: all 0.15s; flex-shrink: 0; }
.billing-pdf-link:hover[b-58q3qy74m2] { background: #e0e7ff; color: #4f46e5; transform: translateY(-1px); }
.billing-return-wrap[b-58q3qy74m2] { text-align: center; margin-top: 24px; padding-bottom: 8px; }
.billing-return-btn[b-58q3qy74m2] { display: inline-flex; align-items: center; justify-content: center; gap: 8px; width: 100%; padding: 14px 24px; border-radius: 12px; font-size: 15px; font-weight: 600; color: #1e293b; background: #f8fafc; border: 1px solid #e2e8f0; text-decoration: none; transition: all 0.15s; }
.billing-return-btn:hover[b-58q3qy74m2] { background: #f1f5f9; border-color: #cbd5e1; }
@media (max-width: 480px) {
    .billing-header-icon[b-58q3qy74m2] { width: 42px; height: 42px; border-radius: 12px; }
    .billing-title[b-58q3qy74m2] { font-size: 20px; }
    .billing-invoice-row[b-58q3qy74m2] { padding: 12px 16px; }
    .billing-list-card[b-58q3qy74m2] { border-radius: 14px; }
}
/* /Components/Pages/PaymentPortal/Pages/CancelSubscription.razor.rz.scp.css */
/* Cancel Subscription — Premium SaaS cancellation flow */

/* ── Empty / Not Found State ── */
.cancel-empty[b-q34ehwc5ci] { text-align: center; padding: 48px 20px; }
.cancel-empty-icon[b-q34ehwc5ci] { margin: 0 auto 16px; width: 72px; height: 72px; background: #f1f5f9; border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.cancel-empty h2[b-q34ehwc5ci] { font-size: 20px; font-weight: 700; color: #1a202c; margin: 0 0 8px; }
.cancel-empty p[b-q34ehwc5ci] { font-size: 14px; color: #718096; margin: 0; line-height: 1.5; }

/* ── Confirmed/Cancelled State ── */
.cancel-confirmed-card[b-q34ehwc5ci] { background: #fff; border-radius: 16px; padding: 32px 24px; margin-bottom: 16px; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.04); text-align: center; }
.cancel-confirmed-icon[b-q34ehwc5ci] { width: 64px; height: 64px; border-radius: 50%; background: #fef2f2; color: #ef4444; display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; }
.cancel-confirmed-card h2[b-q34ehwc5ci] { font-size: 20px; font-weight: 800; color: #1e293b; margin: 0 0 12px; }
.cancel-confirmed-detail[b-q34ehwc5ci] { font-size: 14px; color: #475569; line-height: 1.6; margin: 0 0 8px; }
.cancel-confirmed-hint[b-q34ehwc5ci] { font-size: 13px; color: #94a3b8; margin: 0; line-height: 1.5; }

/* ── Header ── */
.cancel-header[b-q34ehwc5ci] { display: flex; align-items: center; gap: 14px; margin-bottom: 20px; }
.cancel-header-icon[b-q34ehwc5ci] { width: 48px; height: 48px; border-radius: 14px; background: #fef3c7; color: #d97706; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.cancel-title[b-q34ehwc5ci] { font-size: 22px; font-weight: 800; color: #1e293b; margin: 0; letter-spacing: -0.3px; }
.cancel-subtitle[b-q34ehwc5ci] { font-size: 14px; color: #64748b; margin: 4px 0 0; line-height: 1.4; }
.cancel-subtitle strong[b-q34ehwc5ci] { color: #1e293b; }

/* ── Section Title ── */
.cancel-section-title[b-q34ehwc5ci] { font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.8px; color: #94a3b8; margin: 0 0 16px; }

/* ── What You'll Lose Card ── */
.cancel-lose-card[b-q34ehwc5ci] { background: #fff; border-radius: 16px; padding: 20px; margin-bottom: 16px; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.04); }
.cancel-lose-item[b-q34ehwc5ci] { display: flex; align-items: center; gap: 12px; padding: 10px 0; border-bottom: 1px solid #f1f5f9; font-size: 14px; color: #475569; font-weight: 500; }
.cancel-lose-item:last-child[b-q34ehwc5ci] { border-bottom: none; padding-bottom: 4px; }
.cancel-lose-icon[b-q34ehwc5ci] { width: 32px; height: 32px; border-radius: 8px; background: #fef2f2; color: #ef4444; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }

/* ── Reason Card ── */
.cancel-reason-card[b-q34ehwc5ci] { background: #fff; border-radius: 16px; padding: 20px; margin-bottom: 16px; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.04); }
.cancel-reason[b-q34ehwc5ci] { display: flex; align-items: center; gap: 12px; padding: 14px 12px; border-radius: 12px; cursor: pointer; font-size: 14px; color: #475569; font-weight: 500; transition: background-color 0.15s; margin-bottom: 4px; }
.cancel-reason:last-child[b-q34ehwc5ci] { margin-bottom: 0; }
.cancel-reason:hover[b-q34ehwc5ci] { background: #f8fafc; }
.cancel-reason-selected[b-q34ehwc5ci] { background: #eef2ff; color: #1e293b; font-weight: 600; }
.cancel-reason-selected:hover[b-q34ehwc5ci] { background: #e0e7ff; }
.cancel-reason-radio[b-q34ehwc5ci] { width: 22px; height: 22px; border-radius: 50%; border: 2px solid #cbd5e1; display: flex; align-items: center; justify-content: center; flex-shrink: 0; transition: all 0.15s; }
.cancel-reason-radio-active[b-q34ehwc5ci] { border-color: #6366f1; background: #6366f1; }
.cancel-reason-dot[b-q34ehwc5ci] { width: 8px; height: 8px; border-radius: 50%; background: #fff; }

/* ── Error Banner ── */
.cancel-error-banner[b-q34ehwc5ci] { display: flex; align-items: center; gap: 10px; background: #fef2f2; border: 1px solid #fecaca; border-radius: 12px; padding: 14px 16px; margin-bottom: 16px; color: #dc2626; font-size: 14px; font-weight: 500; }
.cancel-error-banner svg[b-q34ehwc5ci] { flex-shrink: 0; }

/* ── Action Buttons ── */
.cancel-actions[b-q34ehwc5ci] { display: flex; flex-direction: column; gap: 10px; }
.cancel-btn-danger[b-q34ehwc5ci] { display: flex; align-items: center; justify-content: center; gap: 8px; width: 100%; min-height: 50px; padding: 14px 24px; border-radius: 12px; font-size: 16px; font-weight: 700; border: none; cursor: pointer; background: #ef4444; color: #fff; transition: all 0.15s; }
.cancel-btn-danger:hover:not(:disabled)[b-q34ehwc5ci] { background: #dc2626; transform: translateY(-1px); box-shadow: 0 4px 12px rgba(239, 68, 68, 0.3); }
.cancel-btn-danger:active:not(:disabled)[b-q34ehwc5ci] { transform: translateY(0); box-shadow: none; }
.cancel-btn-danger:disabled[b-q34ehwc5ci] { opacity: 0.4; cursor: not-allowed; }
.cancel-btn-spinner[b-q34ehwc5ci] { width: 18px; height: 18px; border: 2px solid rgba(255, 255, 255, 0.3); border-top-color: #fff; border-radius: 50%; animation: cancel-spin-b-q34ehwc5ci 0.6s linear infinite; }
@keyframes cancel-spin-b-q34ehwc5ci { to { transform: rotate(360deg); } }
.cancel-btn-keep[b-q34ehwc5ci] { display: inline-flex; align-items: center; justify-content: center; gap: 8px; width: 100%; padding: 14px 24px; border-radius: 12px; font-size: 15px; font-weight: 600; color: #1e293b; background: #f8fafc; border: 1px solid #e2e8f0; text-decoration: none; transition: all 0.15s; }
.cancel-btn-keep:hover[b-q34ehwc5ci] { background: #f1f5f9; border-color: #cbd5e1; }
.cancel-btn-keep svg[b-q34ehwc5ci] { flex-shrink: 0; }

/* ── Return Button ── */
.cancel-return-wrap[b-q34ehwc5ci] { text-align: center; margin-top: 24px; padding-bottom: 8px; }
.cancel-return-btn[b-q34ehwc5ci] { display: inline-flex; align-items: center; justify-content: center; gap: 8px; width: 100%; padding: 14px 24px; border-radius: 12px; font-size: 15px; font-weight: 600; color: #1e293b; background: #f8fafc; border: 1px solid #e2e8f0; text-decoration: none; transition: all 0.15s; }
.cancel-return-btn:hover[b-q34ehwc5ci] { background: #f1f5f9; border-color: #cbd5e1; }
.cancel-return-btn svg[b-q34ehwc5ci] { flex-shrink: 0; }

/* ── Responsive ── */
@media (max-width: 480px) {
    .cancel-header-icon[b-q34ehwc5ci] { width: 42px; height: 42px; border-radius: 12px; }
    .cancel-title[b-q34ehwc5ci] { font-size: 20px; }
    .cancel-lose-card[b-q34ehwc5ci], .cancel-reason-card[b-q34ehwc5ci] { border-radius: 14px; padding: 16px; }
    .cancel-reason[b-q34ehwc5ci] { padding: 12px 10px; }
}
/* /Components/Pages/PaymentPortal/Pages/Manage.razor.rz.scp.css */
/* Manage Subscription — Premium SaaS dashboard design */

/* ── Empty State ── */
.manage-empty[b-4igshcr6gp] { text-align: center; padding: 48px 20px; }
.manage-empty-icon[b-4igshcr6gp] { margin: 0 auto 16px; width: 72px; height: 72px; background: #f7f8fa; border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.manage-empty h2[b-4igshcr6gp] { font-size: 20px; font-weight: 700; color: #1a202c; margin: 0 0 8px; }
.manage-empty p[b-4igshcr6gp] { font-size: 14px; color: #718096; margin: 0; line-height: 1.5; }

/* ── Hero Plan Card ── */
.manage-hero[b-4igshcr6gp] { position: relative; border-radius: 20px; overflow: hidden; margin: -4px -4px 20px; padding: 0; }
.manage-hero-bg[b-4igshcr6gp] { position: absolute; inset: 0; background: linear-gradient(135deg, #1a202c 0%, #2d3748 50%, #1a202c 100%); z-index: 0; }
.manage-hero-bg[b-4igshcr6gp]::before { content: ''; position: absolute; top: -30%; right: -15%; width: 260px; height: 260px; background: radial-gradient(circle, rgba(99, 102, 241, 0.18) 0%, transparent 70%); pointer-events: none; }
.manage-hero-bg[b-4igshcr6gp]::after { content: ''; position: absolute; bottom: -20%; left: -10%; width: 200px; height: 200px; background: radial-gradient(circle, rgba(56, 161, 105, 0.1) 0%, transparent 70%); pointer-events: none; }
.manage-hero-content[b-4igshcr6gp] { position: relative; z-index: 1; padding: 28px 24px 24px; }
.manage-hero-top[b-4igshcr6gp] { display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; }
.manage-plan-icon[b-4igshcr6gp] { width: 52px; height: 52px; border-radius: 16px; background: rgba(255, 255, 255, 0.1); backdrop-filter: blur(8px); border: 1px solid rgba(255, 255, 255, 0.08); display: flex; align-items: center; justify-content: center; color: #a5b4fc; }
.manage-plan-name[b-4igshcr6gp] { font-size: 24px; font-weight: 800; color: #fff; margin: 0 0 8px; letter-spacing: -0.5px; }
.manage-plan-price[b-4igshcr6gp] { display: flex; align-items: baseline; gap: 4px; margin-bottom: 4px; }
.manage-price-amount[b-4igshcr6gp] { font-size: 32px; font-weight: 800; color: #fff; letter-spacing: -0.5px; line-height: 1; }
.manage-plan-cycle[b-4igshcr6gp] { font-size: 14px; color: rgba(255, 255, 255, 0.5); font-weight: 500; }

/* ── Status Badge ── */
.manage-status-badge[b-4igshcr6gp] { display: inline-flex; align-items: center; padding: 5px 14px; border-radius: 999px; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; }
.manage-status-active[b-4igshcr6gp] { background: rgba(56, 161, 105, 0.2); color: #68d391; border: 1px solid rgba(56, 161, 105, 0.3); }
.manage-status-trialing[b-4igshcr6gp] { background: rgba(214, 158, 46, 0.2); color: #f6e05e; border: 1px solid rgba(214, 158, 46, 0.3); }
.manage-status-canceled[b-4igshcr6gp] { background: rgba(229, 62, 62, 0.2); color: #fc8181; border: 1px solid rgba(229, 62, 62, 0.3); }
.manage-status-past_due[b-4igshcr6gp] { background: rgba(229, 62, 62, 0.2); color: #fc8181; border: 1px solid rgba(229, 62, 62, 0.3); }
.manage-status-suspended[b-4igshcr6gp] { background: rgba(229, 62, 62, 0.2); color: #fc8181; border: 1px solid rgba(229, 62, 62, 0.3); }
.manage-status-free_forever[b-4igshcr6gp] { background: rgba(56, 161, 105, 0.2); color: #68d391; border: 1px solid rgba(56, 161, 105, 0.3); }
.manage-status-expired[b-4igshcr6gp] { background: rgba(160, 174, 192, 0.2); color: #a0aec0; border: 1px solid rgba(160, 174, 192, 0.3); }

/* ── Details Card ── */
.manage-details-card[b-4igshcr6gp] { background: #fff; border-radius: 16px; padding: 4px 20px; margin-bottom: 16px; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.04); }
.manage-detail-row[b-4igshcr6gp] { display: flex; align-items: center; justify-content: space-between; padding: 14px 0; border-bottom: 1px solid #f1f5f9; }
.manage-detail-row:last-child[b-4igshcr6gp] { border-bottom: none; }
.manage-detail-left[b-4igshcr6gp] { display: flex; align-items: center; gap: 10px; font-size: 14px; color: #64748b; font-weight: 500; }
.manage-detail-icon[b-4igshcr6gp] { color: #94a3b8; flex-shrink: 0; }
.manage-detail-value[b-4igshcr6gp] { font-size: 14px; font-weight: 700; color: #1e293b; }
.manage-detail-price[b-4igshcr6gp] { color: #4f46e5; }

/* ── Warning Banner ── */
.manage-warning-banner[b-4igshcr6gp] { display: flex; align-items: flex-start; gap: 12px; background: #fffbeb; border: 1px solid #fde68a; border-radius: 14px; padding: 16px; margin-bottom: 16px; }
.manage-warning-banner strong[b-4igshcr6gp] { display: block; font-size: 14px; font-weight: 700; color: #92400e; margin-bottom: 4px; }
.manage-warning-banner p[b-4igshcr6gp] { font-size: 13px; color: #a16207; line-height: 1.5; margin: 0; }
.manage-warning-banner svg[b-4igshcr6gp] { flex-shrink: 0; margin-top: 2px; }

/* ── Actions Card ── */
.manage-actions-card[b-4igshcr6gp] { background: #fff; border-radius: 16px; padding: 20px; margin-bottom: 16px; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.04); }
.manage-actions-title[b-4igshcr6gp] { font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.8px; color: #94a3b8; margin: 0 0 16px; }
.manage-action-row[b-4igshcr6gp] { display: flex; align-items: center; gap: 14px; padding: 14px 8px; text-decoration: none; color: inherit; transition: background-color 0.15s, transform 0.1s; margin: 0 -8px; border-radius: 12px; margin-bottom: 4px; }
.manage-action-row:hover[b-4igshcr6gp] { background: #f8fafc; transform: translateX(2px); }
.manage-action-row:active[b-4igshcr6gp] { background: #f1f5f9; transform: translateX(0); }
.manage-action-row-last[b-4igshcr6gp] { margin-bottom: 0; }
.manage-action-icon[b-4igshcr6gp] { width: 42px; height: 42px; border-radius: 12px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.manage-action-icon-blue[b-4igshcr6gp] { background: #eff6ff; color: #3b82f6; }
.manage-action-icon-green[b-4igshcr6gp] { background: #f0fdf4; color: #22c55e; }
.manage-action-icon-red[b-4igshcr6gp] { background: #fef2f2; color: #ef4444; }
.manage-action-text[b-4igshcr6gp] { flex: 1; min-width: 0; }
.manage-action-text h3[b-4igshcr6gp] { font-size: 15px; font-weight: 600; color: #1e293b; margin: 0; line-height: 1.3; }
.manage-action-text p[b-4igshcr6gp] { font-size: 13px; color: #94a3b8; margin: 2px 0 0; line-height: 1.3; }
.manage-action-chevron[b-4igshcr6gp] { color: #cbd5e1; flex-shrink: 0; transition: transform 0.15s; }
.manage-action-row:hover .manage-action-chevron[b-4igshcr6gp] { color: #94a3b8; transform: translateX(2px); }

/* ── Return Button ── */
.manage-return-wrap[b-4igshcr6gp] { text-align: center; margin-top: 24px; padding-bottom: 8px; }
.manage-return-btn[b-4igshcr6gp] { display: inline-flex; align-items: center; justify-content: center; gap: 8px; width: 100%; padding: 14px 24px; border-radius: 12px; font-size: 15px; font-weight: 600; color: #1e293b; background: #f8fafc; border: 1px solid #e2e8f0; text-decoration: none; transition: all 0.15s; }
.manage-return-btn:hover[b-4igshcr6gp] { background: #f1f5f9; border-color: #cbd5e1; }
.manage-return-btn svg[b-4igshcr6gp] { flex-shrink: 0; }
.manage-return-hint[b-4igshcr6gp] { margin: 10px 0 0; font-size: 13px; color: #94a3b8; }
.manage-return-hint a[b-4igshcr6gp] { color: #6366f1; text-decoration: none; font-weight: 600; }
.manage-return-hint a:hover[b-4igshcr6gp] { text-decoration: underline; }

/* ── Responsive ── */
@media (max-width: 480px) {
    .manage-hero[b-4igshcr6gp] { margin: -8px -4px 16px; border-radius: 16px; }
    .manage-hero-content[b-4igshcr6gp] { padding: 24px 20px 20px; }
    .manage-plan-name[b-4igshcr6gp] { font-size: 22px; }
    .manage-price-amount[b-4igshcr6gp] { font-size: 28px; }
    .manage-actions-card[b-4igshcr6gp] { padding: 16px; }
    .manage-details-card[b-4igshcr6gp] { padding: 4px 16px; }
}
/* /Components/Pages/PaymentPortal/Pages/PaymentPortalLayout.razor.rz.scp.css */
/* ──────────────────────────────────────────────────────────────────────────
   Payment Portal Layout — Mobile-first, focused payment experience
   ────────────────────────────────────────────────────────────────────────── */

.payment-portal[b-ddy6mg9d5r] {
    min-height: 100vh;
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    background-color: #f7f8fa;
    color: #1a202c;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.payment-portal-header[b-ddy6mg9d5r] {
    background-color: #1a202c;
    padding: 16px 20px;
    position: sticky;
    top: 0;
    z-index: 10;
    flex-shrink: 0;
}

.payment-portal-header-inner[b-ddy6mg9d5r] {
    max-width: 480px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 10px;
}

.payment-portal-brand[b-ddy6mg9d5r] {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.3px;
}

.payment-portal-content[b-ddy6mg9d5r] {
    flex: 1 0 auto;
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    padding: 20px 16px;
}

.payment-portal-footer[b-ddy6mg9d5r] {
    text-align: center;
    padding: 20px 16px;
    color: #718096;
    font-size: 13px;
    flex-shrink: 0;
}

.portal-card[b-ddy6mg9d5r] {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 16px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.portal-card h2[b-ddy6mg9d5r] {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 12px;
    color: #1a202c;
}

.portal-card p[b-ddy6mg9d5r] {
    font-size: 14px;
    color: #4a5568;
    line-height: 1.5;
    margin: 0 0 8px;
}

.portal-btn[b-ddy6mg9d5r] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    min-height: 48px;
    padding: 12px 20px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    text-decoration: none;
    transition: opacity 0.15s;
}

.portal-btn:hover[b-ddy6mg9d5r] { opacity: 0.9; }
.portal-btn:disabled[b-ddy6mg9d5r] { opacity: 0.5; cursor: not-allowed; }
.portal-btn-primary[b-ddy6mg9d5r] { background-color: #4f46e5; color: #fff; }
.portal-btn-danger[b-ddy6mg9d5r] { background-color: #e53e3e; color: #fff; }
.portal-btn-secondary[b-ddy6mg9d5r] { background-color: #edf2f7; color: #1a202c; }

.portal-status-active[b-ddy6mg9d5r] { background: #c6f6d5; color: #22543d; }
.portal-status-trialing[b-ddy6mg9d5r] { background: #fefcbf; color: #744210; }
.portal-status-canceled[b-ddy6mg9d5r] { background: #fed7d7; color: #742a2a; }
.portal-status-past_due[b-ddy6mg9d5r] { background: #fed7d7; color: #742a2a; }
.portal-status-suspended[b-ddy6mg9d5r] { background: #fed7d7; color: #742a2a; }
.portal-status-free_forever[b-ddy6mg9d5r] { background: #c6f6d5; color: #22543d; }
.portal-status-expired[b-ddy6mg9d5r] { background: #e2e8f0; color: #4a5568; }

.portal-success-icon[b-ddy6mg9d5r] {
    width: 80px;
    height: 80px;
    background: #c6f6d5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 40px;
    color: #22543d;
}

.portal-error[b-ddy6mg9d5r] {
    text-align: center;
    padding: 40px 20px;
}

.portal-error-icon[b-ddy6mg9d5r] {
    font-size: 48px;
    color: #e53e3e;
    margin-bottom: 16px;
}

.portal-error h2[b-ddy6mg9d5r] { font-size: 20px; margin-bottom: 8px; }
.portal-error p[b-ddy6mg9d5r] { color: #718096; margin-bottom: 24px; }

.portal-loading[b-ddy6mg9d5r] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px 20px;
    gap: 16px;
}

.portal-spinner[b-ddy6mg9d5r] {
    width: 40px;
    height: 40px;
    border: 3px solid #edf2f7;
    border-top: 3px solid #4f46e5;
    border-radius: 50%;
    animation: portal-spin-b-ddy6mg9d5r 0.8s linear infinite;
}

@keyframes portal-spin-b-ddy6mg9d5r {
    to { transform: rotate(360deg); }
}

@media (max-width: 480px) {
    .payment-portal-content[b-ddy6mg9d5r] { padding: 16px 12px; }
    .portal-card[b-ddy6mg9d5r] { border-radius: 10px; padding: 16px; }
}
/* /Components/Pages/PaymentPortal/Pages/Subscribe.razor.rz.scp.css */
/* Subscribe Page — Premium SaaS pricing design */

/* ── Hero Section ── */
.subscribe-hero[b-ljpavytjcs] { text-align: center; padding: 32px 16px 24px; margin: -20px -16px 24px; background: linear-gradient(135deg, #1a202c 0%, #2d3748 50%, #1a202c 100%); border-radius: 0 0 24px 24px; position: relative; overflow: hidden; }
.subscribe-hero[b-ljpavytjcs]::before { content: ''; position: absolute; top: -40%; right: -20%; width: 300px; height: 300px; background: radial-gradient(circle, rgba(99, 102, 241, 0.15) 0%, transparent 70%); pointer-events: none; }
.subscribe-hero h1[b-ljpavytjcs] { font-size: 26px; font-weight: 800; color: #fff; margin: 0 0 8px; letter-spacing: -0.5px; }
.subscribe-hero > p[b-ljpavytjcs] { font-size: 15px; color: #a0aec0; margin: 0 0 24px; line-height: 1.4; }

/* ── Billing Toggle ── */
.billing-toggle[b-ljpavytjcs] { display: inline-flex; background: rgba(255, 255, 255, 0.08); border-radius: 12px; padding: 4px; gap: 4px; backdrop-filter: blur(8px); border: 1px solid rgba(255, 255, 255, 0.06); }
.toggle-btn[b-ljpavytjcs] { padding: 10px 20px; border: none; border-radius: 10px; font-size: 14px; font-weight: 600; cursor: pointer; background: transparent; color: rgba(255, 255, 255, 0.5); transition: all 0.2s ease; position: relative; display: flex; align-items: center; gap: 6px; }
.toggle-btn:hover[b-ljpavytjcs] { color: rgba(255, 255, 255, 0.8); }
.toggle-active[b-ljpavytjcs] { background: #4f46e5; color: #fff; box-shadow: 0 2px 8px rgba(79, 70, 229, 0.35); }
.toggle-save-badge[b-ljpavytjcs] { font-size: 10px; font-weight: 700; background: #38a169; color: #fff; padding: 2px 6px; border-radius: 6px; text-transform: uppercase; letter-spacing: 0.3px; white-space: nowrap; }

/* ── Plans Grid ── */
.plans-grid[b-ljpavytjcs] { display: flex; flex-direction: column; gap: 16px; margin-bottom: 24px; }

/* ── Plan Card ── */
.plan-card[b-ljpavytjcs] { background: #fff; border-radius: 16px; padding: 0; cursor: pointer; border: 2px solid #e2e8f0; transition: all 0.2s ease; position: relative; overflow: hidden; display: flex; flex-direction: column; }
.plan-card:hover[b-ljpavytjcs] { border-color: #a3bffa; box-shadow: 0 4px 16px rgba(79, 70, 229, 0.08); transform: translateY(-1px); }
.plan-card-selected[b-ljpavytjcs] { border-color: #4f46e5; box-shadow: 0 4px 20px rgba(79, 70, 229, 0.15), 0 0 0 1px rgba(79, 70, 229, 0.1); }
.plan-card-popular[b-ljpavytjcs] { border-color: #4f46e5; }

/* ── Popular Badge ── */
.popular-badge[b-ljpavytjcs] { position: absolute; top: 0; right: 0; background: linear-gradient(135deg, #4f46e5, #7c3aed); color: #fff; font-size: 11px; font-weight: 700; padding: 6px 16px; border-radius: 0 14px 0 12px; text-transform: uppercase; letter-spacing: 0.5px; }

/* ── Card Top (Icon + Name + Price) ── */
.plan-card-top[b-ljpavytjcs] { padding: 24px 24px 16px; text-align: center; }
.plan-icon-wrap[b-ljpavytjcs] { width: 48px; height: 48px; border-radius: 14px; display: inline-flex; align-items: center; justify-content: center; margin: 0 auto 12px; font-size: 24px; background: #f0f0ff; }
.plan-card-popular .plan-icon-wrap[b-ljpavytjcs] { background: linear-gradient(135deg, #ede9fe, #e0e7ff); }
.plan-name[b-ljpavytjcs] { margin: 0 0 12px; font-size: 18px; font-weight: 700; color: #1a202c; letter-spacing: -0.3px; }
.plan-card-price[b-ljpavytjcs] { display: flex; align-items: baseline; justify-content: center; gap: 2px; flex-wrap: wrap; }
.price-amount[b-ljpavytjcs] { font-size: 40px; font-weight: 800; color: #1a202c; letter-spacing: -1px; line-height: 1; }
.price-period[b-ljpavytjcs] { font-size: 16px; color: #718096; font-weight: 500; }
.price-billed[b-ljpavytjcs] { width: 100%; font-size: 13px; color: #a0aec0; margin-top: 4px; }
.price-save[b-ljpavytjcs] { width: 100%; font-size: 12px; font-weight: 700; color: #38a169; margin-top: 4px; }

/* ── Divider ── */
.plan-card-divider[b-ljpavytjcs] { height: 1px; background: #edf2f7; margin: 0 24px; }

/* ── Features ── */
.plan-card-features[b-ljpavytjcs] { padding: 16px 24px; flex: 1; }
.plan-card-desc[b-ljpavytjcs] { font-size: 13px; color: #718096; line-height: 1.5; margin: 0 0 12px; }
.feature-list[b-ljpavytjcs] { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 8px; }
.feature-list li[b-ljpavytjcs] { display: flex; align-items: flex-start; gap: 8px; font-size: 13px; color: #4a5568; line-height: 1.4; }
.feature-check[b-ljpavytjcs] { color: #38a169; font-weight: 700; font-size: 13px; flex-shrink: 0; margin-top: 1px; }

/* ── Card Bottom (Trial + Select Button) ── */
.plan-card-bottom[b-ljpavytjcs] { padding: 16px 24px 24px; display: flex; flex-direction: column; align-items: center; gap: 10px; }
.trial-badge[b-ljpavytjcs] { font-size: 12px; font-weight: 600; color: #744210; background: #fefcbf; padding: 4px 12px; border-radius: 999px; }
.plan-select-btn[b-ljpavytjcs] { width: 100%; padding: 12px 20px; border-radius: 10px; font-size: 14px; font-weight: 600; border: 2px solid #e2e8f0; cursor: pointer; background: #fff; color: #4a5568; transition: all 0.15s ease; }
.plan-select-btn:hover[b-ljpavytjcs] { border-color: #a3bffa; color: #4f46e5; }
.plan-select-btn-popular[b-ljpavytjcs] { border-color: #4f46e5; color: #4f46e5; background: #f0f0ff; }
.plan-select-btn-active[b-ljpavytjcs] { background: #4f46e5; border-color: #4f46e5; color: #fff; }

/* ── Subscribe CTA ── */
.subscribe-cta[b-ljpavytjcs] { text-align: center; margin-bottom: 16px; }
.cta-btn[b-ljpavytjcs] { display: inline-flex; align-items: center; justify-content: center; gap: 8px; width: 100%; min-height: 52px; padding: 14px 28px; border-radius: 14px; font-size: 16px; font-weight: 700; border: none; cursor: pointer; background: linear-gradient(135deg, #4f46e5, #7c3aed); color: #fff; transition: all 0.2s ease; box-shadow: 0 4px 14px rgba(79, 70, 229, 0.3); letter-spacing: -0.2px; }
.cta-btn:hover:not(:disabled)[b-ljpavytjcs] { box-shadow: 0 6px 20px rgba(79, 70, 229, 0.4); transform: translateY(-1px); }
.cta-btn:disabled[b-ljpavytjcs] { opacity: 0.4; cursor: not-allowed; transform: none; box-shadow: none; }
.cta-arrow[b-ljpavytjcs] { font-size: 18px; transition: transform 0.2s; }
.cta-btn:hover:not(:disabled) .cta-arrow[b-ljpavytjcs] { transform: translateX(3px); }
.cta-spinner[b-ljpavytjcs] { width: 18px; height: 18px; border: 2px solid rgba(255, 255, 255, 0.3); border-top: 2px solid #fff; border-radius: 50%; animation: cta-spin-b-ljpavytjcs 0.7s linear infinite; }
@keyframes cta-spin-b-ljpavytjcs { to { transform: rotate(360deg); } }
.cta-subtext[b-ljpavytjcs] { font-size: 12px; color: #a0aec0; margin: 10px 0 0; }

/* ── Error ── */
.subscribe-error[b-ljpavytjcs] { display: flex; align-items: flex-start; gap: 10px; background: #fff5f5; border: 1px solid #fed7d7; border-radius: 12px; padding: 14px 16px; margin-bottom: 16px; }
.subscribe-error .error-icon[b-ljpavytjcs] { width: 22px; height: 22px; border-radius: 50%; background: #e53e3e; color: #fff; font-size: 13px; font-weight: 700; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.subscribe-error p[b-ljpavytjcs] { font-size: 14px; color: #742a2a; margin: 0; line-height: 1.5; }

/* ── Responsive ── */
@media (min-width: 520px) {
    .subscribe-hero[b-ljpavytjcs] { padding: 40px 24px 28px; margin: -20px -16px 28px; }
    .subscribe-hero h1[b-ljpavytjcs] { font-size: 30px; }
}
/* /Components/Shared/WaitListModal.razor.rz.scp.css */
.wl-overlay[b-g96ves8y78] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(6px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    padding: 1rem;
}

.wl-modal[b-g96ves8y78] {
    background: #1a202c;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 16px;
    padding: 2rem;
    max-width: 440px;
    width: 100%;
    position: relative;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
    animation: wl-fade-in-b-g96ves8y78 0.2s ease-out;
}

@keyframes wl-fade-in-b-g96ves8y78 {
    from { opacity: 0; transform: translateY(16px); }
    to   { opacity: 1; transform: translateY(0); }
}

.wl-close[b-g96ves8y78] {
    position: absolute;
    top: 12px;
    right: 16px;
    background: none;
    border: none;
    font-size: 1.5rem;
    color: #64748b;
    cursor: pointer;
    line-height: 1;
    padding: 4px;
}

.wl-close:hover[b-g96ves8y78] {
    color: #E2E8F0;
}

.wl-modal h4[b-g96ves8y78] {
    color: #E2E8F0;
    font-weight: 600;
    font-size: 1.25rem;
    margin: 0 0 0.5rem;
}

.wl-sub[b-g96ves8y78] {
    color: #94A3B8;
    font-size: 0.9rem;
    margin-bottom: 1.25rem;
    line-height: 1.5;
}

.wl-label[b-g96ves8y78] {
    display: block;
    color: #94A3B8;
    font-size: 0.85rem;
    font-weight: 500;
    margin-bottom: 0.25rem;
}

[b-g96ves8y78] .wl-input {
    width: 100%;
    padding: 0.6rem 0.75rem;
    border: 1px solid rgba(255,255,255,0.10);
    border-radius: 8px;
    font-size: 0.95rem;
    margin-bottom: 0.75rem;
    background: #0f1419;
    color: #E2E8F0;
    outline: none;
    transition: border-color 0.15s;
    box-sizing: border-box;
    font-family: inherit;
    -webkit-appearance: none;
    appearance: none;
}

[b-g96ves8y78] .wl-input::placeholder {
    color: #64748B;
}

[b-g96ves8y78] .wl-input:focus {
    border-color: #e40101;
    box-shadow: 0 0 0 3px rgba(228, 1, 1, 0.15);
}

[b-g96ves8y78] .validation-message {
    color: #ef4444;
    font-size: 0.8rem;
    margin-top: -0.5rem;
    margin-bottom: 0.5rem;
}

.wl-hint[b-g96ves8y78] {
    color: #64748B;
    font-size: 0.8rem;
    margin-top: -0.5rem;
    margin-bottom: 1rem;
}

.wl-btn[b-g96ves8y78] {
    display: block;
    width: 100%;
    padding: 0.75rem;
    background: #e40101;
    color: #ffffff;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.15s;
}

.wl-btn:hover:not(:disabled)[b-g96ves8y78] {
    background: #ff3333;
}

.wl-btn:disabled[b-g96ves8y78] {
    opacity: 0.7;
    cursor: not-allowed;
}

.wl-spinner[b-g96ves8y78] {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 2px solid rgba(255, 255, 255, 0.4);
    border-top-color: #ffffff;
    border-radius: 50%;
    animation: wl-spin-b-g96ves8y78 0.6s linear infinite;
    vertical-align: middle;
    margin-right: 6px;
}

@keyframes wl-spin-b-g96ves8y78 {
    to { transform: rotate(360deg); }
}

.wl-disclaimer[b-g96ves8y78] {
    color: #64748B;
    font-size: 0.8rem;
    text-align: center;
    margin-top: 0.75rem;
    margin-bottom: 0;
}

.wl-success[b-g96ves8y78] {
    text-align: center;
    padding: 1rem 0;
}

.wl-success h4[b-g96ves8y78] {
    margin-top: 0.75rem;
    margin-bottom: 0.5rem;
}

.wl-success p[b-g96ves8y78] {
    color: #64748b;
    margin-bottom: 1.5rem;
}
