:root {
    --accent: #ff7a18;
    --blue: #5cc8ff;
    --text: #f8fafc;
    --muted: #cbd5e1;
    --dim: #94a3b8;
    --border: rgba(255,255,255,0.10);
}

.account-shell {
    width: 100%;
    max-width: 1040px;
    margin: 30px auto 0;
}

.account-hero {
    display: grid;
    grid-template-columns: minmax(280px, 1fr) minmax(220px, 320px);
    gap: 18px;
    align-items: start;
    margin-bottom: 16px;
}

.eyebrow,
.section-kicker {
    display: inline-flex;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255,255,255,0.06);
    border: 1px solid var(--border);
    color: var(--blue);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.hero-note {
    padding: 18px 20px;
    border-radius: 18px;
    background: rgba(255,255,255,0.03);
    border: 1px solid var(--border);
    color: var(--muted);
    line-height: 1.6;
}

.hero-note-label {
    display: block;
    margin-bottom: 8px;
    color: var(--dim);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.box {
    background: rgba(8, 13, 25, 0.70);
    border: 1px solid rgba(255,255,255,0.10);
    border-radius: 20px;
    padding: 26px;
    backdrop-filter: blur(10px);
    box-shadow: 0 12px 34px rgba(0,0,0,0.26);
}

.title {
    font-size: 38px;
    font-weight: 800;
    margin: 16px 0 8px;
}

    .subtitle {
        color: #cbd5e1;
        margin-bottom: 0;
        line-height: 1.7;
        max-width: 52ch;
    }

    .section-title {
        font-size: 22px;
        font-weight: 700;
        margin-bottom: 16px;
    }

.account-overview {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(250px, 0.9fr);
    gap: 16px;
}

.account-card,
.quick-actions-card {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 16px;
    padding: 18px;
}

.quick-actions-title {
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 700;
    color: #e2e8f0;
}

.quick-actions-list {
    margin: 0;
    padding-left: 18px;
    color: #cbd5e1;
    line-height: 1.7;
}

    .row {
        display: flex;
        justify-content: space-between;
        gap: 16px;
        padding: 12px 0;
        border-bottom: 1px solid rgba(255,255,255,0.08);
    }

    .row:last-child {
        border-bottom: none;
    }

    .label {
        color: #cbd5e1;
    }

    .value {
        font-weight: bold;
        text-align: right;
    }

    .btn {
        padding: 12px 18px;
        border: none;
        border-radius: 12px;
        font-weight: bold;
        cursor: pointer;
        transition: 0.2s ease;
        text-decoration: none;
        display: inline-block;
    }

    .status {
        margin-top: 18px;
        text-align: center;
        color: #94a3b8;
        min-height: 20px;
    }

    .license-free {
        color: #cbd5e1;
    }

    .license-pro {
        color: #38bdf8;
    }

    .license-lifetime {
        color: #facc15;
    }

    .license-expired {
        color: #f87171;
    }

.redeem-card {
    margin-top: 18px;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 16px;
    padding: 20px;
}

.featured-card {
    background: linear-gradient(180deg, rgba(92, 200, 255, 0.08), rgba(255,255,255,0.03));
}

    .redeem-title {
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 8px;
    }

    .redeem-subtitle {
        color: #cbd5e1;
        margin-bottom: 14px;
        line-height: 1.5;
    }

    .redeem-form {
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
    }

    .redeem-input {
        flex: 1;
        min-width: 220px;
        padding: 12px 14px;
        border-radius: 10px;
        border: 1px solid rgba(255,255,255,0.12);
        background: rgba(255,255,255,0.05);
        color: white;
        outline: none;
        font-size: 15px;
    }

    .redeem-input::placeholder {
        color: #94a3b8;
    }

    .redeem-result {
        margin-top: 12px;
        color: #94a3b8;
        min-height: 20px;
    }

    .compare-label {
        text-align: center;
        margin: 18px 0 14px;
        font-size: 15px;
        font-weight: bold;
        color: #cbd5e1;
    }

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 8px;
}

.plan-card {
    background: rgba(255,255,255,0.035);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 16px;
    padding: 22px;
}

    .plan-card.featured {
        background: linear-gradient(180deg, rgba(255, 122, 24, 0.10), rgba(255,255,255,0.04));
        border-color: rgba(255, 122, 24, 0.30);
        box-shadow: 0 0 0 1px rgba(255, 122, 24, 0.10);
    }

    .plan-badge {
        display: inline-block;
        font-size: 13px;
        font-weight: bold;
        color: #38bdf8;
        margin-bottom: 8px;
    }

    .plan-name {
        font-size: 24px;
        font-weight: 800;
        margin-bottom: 6px;
    }

    .plan-price {
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .plan-desc {
        color: #cbd5e1;
        margin-bottom: 14px;
        line-height: 1.5;
        min-height: 48px;
    }

    .plan-features {
        margin: 0 0 16px;
        padding-left: 18px;
        color: #cbd5e1;
        line-height: 1.7;
        font-size: 14px;
    }

.early-access-note {
    font-size: 13px;
    opacity: 0.8;
    margin-top: 10px;
    line-height: 1.4;
}

    .compare-head {
        margin-top: 26px;
        margin-bottom: 8px;
    }

    .compare-head h2 {
        margin: 14px 0 0;
        font-size: 34px;
        line-height: 1.1;
    }

.actions {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 22px;
    flex-wrap: wrap;
}

@media (max-width: 860px) {
    .account-hero,
    .account-overview,
    .pricing-grid {
        grid-template-columns: 1fr;
    }
}


.mobile-help {
    margin-top: 16px;
    text-align: center;
}

.mobile-help-content {
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
    opacity: 0;
}

.mobile-help-content.open {
    max-height: 300px;
    opacity: 1;
    margin-top: 14px;
    padding: 16px;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.10);
    border-radius: 12px;
    text-align: left;
}

.help-title {
    font-weight: bold;
    margin-bottom: 10px;
}

.help-note {
    margin-top: 10px;
    color: #94a3b8;
    font-size: 14px;
}
