:root {
    color-scheme: dark;
    --bg: #060d17;
    --surface: #0b1726;
    --surface-2: #101f31;
    --surface-3: #14283c;
    --line: #20364a;
    --line-bright: #315069;
    --teal: #20d6c2;
    --teal-soft: #78f2e5;
    --teal-dark: #0c756d;
    --text: #f3f7fb;
    --muted: #91a7ba;
    --danger: #ff768e;
    --shadow: rgba(0, 0, 0, .46);
}

* { box-sizing: border-box; }
html { min-height: 100%; background: var(--bg); }
body {
    min-height: 100vh;
    margin: 0;
    overflow-x: hidden;
    color: var(--text);
    background:
        linear-gradient(rgba(32, 214, 194, .025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(32, 214, 194, .025) 1px, transparent 1px),
        var(--bg);
    background-size: 48px 48px;
    font-family: "Segoe UI", Inter, Arial, sans-serif;
}
button, input { font: inherit; }
a { color: inherit; }
.page-glow {
    position: fixed;
    z-index: -1;
    width: 720px;
    height: 720px;
    top: -360px;
    right: -210px;
    border-radius: 50%;
    background: rgba(32, 214, 194, .09);
    filter: blur(100px);
    pointer-events: none;
}

.account-header {
    width: min(1480px, calc(100% - 64px));
    min-height: 84px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(49, 80, 105, .72);
}
.brand-link { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-link img { width: 52px; height: 52px; object-fit: contain; filter: drop-shadow(0 9px 18px #0008); }
.brand-link span { display: grid; gap: 1px; }
.brand-link strong { font-size: 17px; letter-spacing: .2px; }
.brand-link small { color: var(--muted); font-size: 11px; letter-spacing: .45px; }
.header-link {
    color: var(--muted);
    font-size: 13px;
    font-weight: 750;
    text-decoration: none;
    transition: color .18s ease;
}
.header-link::before { content: "←"; margin-right: 8px; color: var(--teal); }
.header-link:hover { color: var(--text); }

.auth-shell {
    width: min(1400px, calc(100% - 64px));
    min-height: calc(100vh - 154px);
    margin: 0 auto;
    padding: 64px 0 74px;
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(430px, .72fr);
    gap: clamp(55px, 8vw, 130px);
    align-items: center;
}
.auth-story { max-width: 760px; }
.story-badge {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 8px 12px;
    border: 1px solid rgba(32, 214, 194, .25);
    border-radius: 99px;
    background: rgba(32, 214, 194, .07);
    color: var(--teal-soft);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 1.2px;
}
.story-badge i { width: 7px; height: 7px; border-radius: 50%; background: var(--teal); box-shadow: 0 0 0 5px rgba(32, 214, 194, .1); }
.auth-story h1 {
    margin: 28px 0 24px;
    font-size: clamp(54px, 6.5vw, 92px);
    line-height: .93;
    letter-spacing: -4.8px;
    font-weight: 850;
}
.auth-story h1 em { color: var(--teal); font-style: normal; }
.auth-story > p { max-width: 650px; color: var(--muted); font-size: 17px; line-height: 1.7; }
.feature-grid { margin-top: 44px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.feature-grid article {
    min-height: 164px;
    padding: 19px;
    border: 1px solid var(--line);
    border-radius: 15px;
    background: linear-gradient(145deg, rgba(16, 31, 49, .88), rgba(7, 18, 31, .78));
}
.feature-grid article > span { color: var(--teal); font: 800 10px Consolas, monospace; letter-spacing: 1px; }
.feature-grid strong { display: block; margin: 17px 0 7px; font-size: 14px; }
.feature-grid p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.55; }

.auth-card-wrap { display: grid; place-items: center; }
.account-card {
    width: min(500px, 100%);
    padding: clamp(26px, 3vw, 40px);
    border: 1px solid var(--line-bright);
    border-radius: 24px;
    background: linear-gradient(150deg, rgba(17, 34, 53, .98), rgba(8, 20, 34, .98));
    box-shadow: 0 36px 100px var(--shadow), inset 0 1px rgba(255, 255, 255, .025);
}
.auth-card { position: relative; }
.auth-card::before {
    content: "";
    position: absolute;
    inset: -1px auto -1px -1px;
    width: 3px;
    border-radius: 24px 0 0 24px;
    background: linear-gradient(transparent, var(--teal), transparent);
}
.mode-tabs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4px;
    margin-bottom: 34px;
    padding: 4px;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: #071320;
}
.mode-tabs a { padding: 11px; border-radius: 8px; color: var(--muted); font-size: 13px; font-weight: 800; text-align: center; text-decoration: none; }
.mode-tabs a.active { color: var(--teal-soft); background: var(--surface-3); box-shadow: 0 7px 20px #0005; }
.section-label { display: block; color: var(--teal); font-size: 10px; font-weight: 900; letter-spacing: 1.5px; }
.account-card h2 { margin: 9px 0 10px; font-size: 34px; line-height: 1.08; letter-spacing: -.8px; }
.muted { margin: 0 0 27px; color: var(--muted); line-height: 1.55; }
.muted.compact { margin: 0 0 13px; font-size: 12px; }
.account-card form { display: grid; gap: 16px; }
.account-card label { display: grid; gap: 7px; }
.account-card label > span, .key-label { color: #b7c6d3; font-size: 10px; font-weight: 850; letter-spacing: .8px; }
.account-card input {
    width: 100%;
    height: 48px;
    padding: 0 14px;
    border: 1px solid var(--line);
    border-radius: 10px;
    outline: none;
    color: var(--text);
    background: #06111e;
    transition: border .16s ease, box-shadow .16s ease;
}
.account-card input:focus { border-color: var(--teal); box-shadow: 0 0 0 3px rgba(32, 214, 194, .11); }
.password-field { position: relative; }
.password-field input { padding-right: 68px; }
.password-field button {
    position: absolute;
    top: 6px;
    right: 6px;
    height: 36px;
    padding: 0 11px;
    border: 0;
    border-radius: 7px;
    color: var(--teal-soft);
    background: var(--surface-3);
    font-size: 12px;
    font-weight: 800;
    cursor: pointer;
}
.password-note { margin: -8px 0 0; color: var(--muted); font-size: 11px; }
.button {
    min-height: 48px;
    padding: 0 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--line);
    border-radius: 10px;
    font-weight: 850;
    text-decoration: none;
    cursor: pointer;
    transition: transform .16s ease, background .16s ease, border .16s ease;
}
.button:hover { transform: translateY(-1px); }
.button.primary { border-color: var(--teal); color: #022720; background: linear-gradient(135deg, #33e3cf, #16bfae); }
.button.secondary { color: var(--text); background: var(--surface-2); }
.button.disabled, .button[aria-disabled="true"] { pointer-events: none; cursor: not-allowed; opacity: .56; border-style: dashed; transform: none; }
.button.quiet { width: 100%; color: var(--muted); background: transparent; }
.button.submit { width: 100%; margin-top: 6px; }
.account-card > form .button.secondary { width: 100%; }
.switch-copy { margin: 23px 0 0; color: var(--muted); font-size: 13px; text-align: center; }
.switch-copy a, .text-link { color: var(--teal-soft); font-weight: 800; text-decoration: none; }
.error, .success {
    margin: 19px 0;
    padding: 13px 14px;
    border-radius: 10px;
    font-size: 13px;
    line-height: 1.5;
}
.error { border: 1px solid rgba(255, 118, 142, .42); color: #ffb1bf; background: rgba(255, 118, 142, .08); }
.success { border: 1px solid rgba(32, 214, 194, .35); color: #a9f7ee; background: rgba(32, 214, 194, .08); }
.resend-panel { margin-top: 26px; padding-top: 23px; border-top: 1px solid var(--line); }
.resend-panel > strong { display: block; font-size: 14px; }
.resend-panel > p { margin: 6px 0 14px; color: var(--muted); font-size: 12px; line-height: 1.5; }
.resend-panel form { gap: 12px; }
.resend-panel .button { width: 100%; color: var(--teal-soft); background: var(--surface-2); }

.dashboard-shell { width: min(1400px, calc(100% - 64px)); min-height: calc(100vh - 154px); margin: 0 auto; padding: 54px 0 78px; }
.account-hero { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; margin-bottom: 31px; }
.account-hero h1 { margin: 10px 0 8px; font-size: clamp(38px, 5vw, 62px); line-height: 1; letter-spacing: -2.7px; }
.account-hero p { margin: 0; color: var(--muted); font-size: 15px; }
.access-pill { display: inline-flex; align-items: center; gap: 10px; padding: 10px 14px; border: 1px solid rgba(255, 118, 142, .28); border-radius: 99px; color: #ffb1bf; background: rgba(255, 118, 142, .07); font-size: 12px; font-weight: 850; }
.access-pill span { width: 8px; height: 8px; border-radius: 50%; background: var(--danger); box-shadow: 0 0 0 5px rgba(255, 118, 142, .09); }
.access-pill.active { border-color: rgba(32, 214, 194, .3); color: var(--teal-soft); background: rgba(32, 214, 194, .07); }
.access-pill.active span { background: var(--teal); box-shadow: 0 0 0 5px rgba(32, 214, 194, .09); }
.dashboard-tabs { margin: 0 0 22px; padding: 6px; display: flex; gap: 5px; overflow-x: auto; border: 1px solid var(--line); border-radius: 14px; background: rgba(8, 20, 33, .86); scrollbar-width: thin; }
.dashboard-tabs a { min-height: 43px; padding: 0 20px; display: inline-flex; align-items: center; justify-content: center; flex: 1 0 auto; border: 1px solid transparent; border-radius: 9px; color: var(--muted); font-size: 12px; font-weight: 850; text-decoration: none; transition: color .16s ease, background .16s ease, border .16s ease; }
.dashboard-tabs a:hover { color: var(--text); background: var(--surface-2); }
.dashboard-tabs a.active { border-color: rgba(32, 214, 194, .3); color: #03251f; background: linear-gradient(135deg, #33e3cf, #16bfae); }
.dashboard-notice { margin: 0 0 22px; }
.account-overview { display: grid; grid-template-columns: .7fr 1fr 1.3fr; gap: 12px; margin-bottom: 18px; }
.account-overview article { min-height: 124px; padding: 22px; display: grid; align-content: center; border: 1px solid var(--line); border-radius: 16px; background: linear-gradient(145deg, rgba(16, 31, 49, .92), rgba(8, 19, 32, .92)); }
.account-overview span { color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: .6px; text-transform: uppercase; }
.account-overview strong { margin: 7px 0 2px; font-size: 31px; line-height: 1; }
.account-overview strong em { color: var(--muted); font-size: 15px; font-style: normal; }
.account-overview small { color: var(--muted); }
.account-overview .overview-action { grid-template-columns: 1fr auto; column-gap: 20px; }
.overview-action span, .overview-action strong { grid-column: 1; }
.overview-action a { grid-column: 2; grid-row: 1 / 3; align-self: center; color: var(--teal-soft); font-size: 13px; font-weight: 850; text-decoration: none; }
.dashboard-grid { display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 18px; align-items: start; }
.dashboard-card { border: 1px solid var(--line); border-radius: 18px; background: rgba(9, 22, 36, .94); box-shadow: 0 24px 70px rgba(0, 0, 0, .24); }
.dashboard-panel { padding: 28px; }
.dashboard-panel > .section-heading:last-child { margin-bottom: 0; }
.quick-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.quick-grid a { min-height: 180px; padding: 21px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 14px; background: linear-gradient(145deg, var(--surface-2), #081521); text-decoration: none; transition: transform .16s ease, border .16s ease; }
.quick-grid a:hover { transform: translateY(-2px); border-color: var(--line-bright); }
.quick-grid span { color: var(--teal); font-size: 10px; font-weight: 900; letter-spacing: 1px; }
.quick-grid strong { margin: auto 0 7px; font-size: 17px; line-height: 1.25; }
.quick-grid small { color: var(--muted); line-height: 1.5; }
.app-management { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 24px; align-items: center; }
.app-status { min-height: 215px; padding: 34px; display: flex; flex-direction: column; justify-content: center; border: 1px solid rgba(255, 118, 142, .28); border-radius: 16px; background: radial-gradient(circle at 85% 10%, rgba(255, 118, 142, .11), transparent 34%), var(--surface-2); }
.app-status.active { border-color: rgba(32, 214, 194, .3); background: radial-gradient(circle at 85% 10%, rgba(32, 214, 194, .12), transparent 34%), var(--surface-2); }
.app-status > span { color: var(--danger); font-size: 10px; font-weight: 900; letter-spacing: 1.2px; }
.app-status.active > span { color: var(--teal); }
.app-status strong { margin: 12px 0 8px; font-size: clamp(30px, 4vw, 48px); letter-spacing: -1.8px; }
.app-status p { max-width: 680px; margin: 0; color: var(--muted); line-height: 1.65; }
.app-actions { min-width: 235px; display: grid; gap: 10px; }
.feature-list { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.feature-list article { padding: 20px; border: 1px solid var(--line); border-radius: 13px; background: rgba(7, 17, 29, .68); }
.feature-list strong { font-size: 14px; }
.feature-list p { margin: 7px 0 0; color: var(--muted); font-size: 12px; line-height: 1.55; }
.purchase-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.purchase-grid article { min-height: 315px; padding: 22px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 14px; background: linear-gradient(145deg, var(--surface-2), #081521); }
.purchase-grid article.featured { border-color: rgba(32, 214, 194, .38); box-shadow: inset 0 3px 0 var(--teal); }
.purchase-grid article > span { color: var(--teal); font-size: 9px; font-weight: 900; letter-spacing: 1px; }
.purchase-grid h3 { margin: 13px 0 8px; font-size: 18px; }
.purchase-grid article > strong { font-size: 30px; }
.purchase-grid p { margin: 11px 0 22px; color: var(--muted); font-size: 12px; line-height: 1.55; }
.purchase-grid .button { width: 100%; margin-top: auto; }
.purchase-grid .purchase-form { width: 100%; margin-top: auto; }
.purchase-grid .purchase-form .button { margin-top: 0; -webkit-appearance: none; appearance: none; touch-action: manipulation; }
.purchase-grid .license-purchase-form { gap: 7px; }
.purchase-grid .license-purchase-form label { color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .5px; }
.purchase-grid .license-purchase-form select { width: 100%; height: 42px; padding: 0 10px; border: 1px solid var(--line); border-radius: 9px; color: var(--text); background: #06111e; font: inherit; font-size: 11px; }
.account-management { max-width: 900px; }
.account-management dl { margin: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.account-management dl div { min-height: 95px; padding: 18px; border: 1px solid var(--line); border-radius: 12px; background: var(--surface-2); }
.account-management dt { color: var(--muted); font-size: 10px; font-weight: 850; letter-spacing: .7px; text-transform: uppercase; }
.account-management dd { margin: 9px 0 0; overflow-wrap: anywhere; font-size: 14px; font-weight: 750; }
.account-actions { margin-top: 18px; display: flex; flex-wrap: wrap; gap: 10px; }
.signout-form { margin-top: 25px; padding-top: 20px; border-top: 1px solid var(--line); }
.signout-form .button { width: auto; }
.license-section { padding: 27px; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 20px; }
.section-heading h2, .account-sidebar h2 { margin: 7px 0 0; font-size: 25px; letter-spacing: -.5px; }
.license-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 13px; }
.license-card { padding: 20px; border: 1px solid var(--line); border-radius: 14px; background: linear-gradient(145deg, var(--surface-2), #081521); }
.license-title { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; }
.license-title > div { display: grid; gap: 4px; }
.license-title strong { font-size: 17px; }
.license-kicker { color: var(--teal); font-size: 8px; font-weight: 900; letter-spacing: 1.4px; }
.license-state { padding: 4px 8px; border-radius: 99px; color: #fda4af; background: #3d1722; font-size: 9px; font-weight: 900; letter-spacing: .5px; text-transform: uppercase; }
.license-state.active { color: var(--teal-soft); background: #123c38; }
.seat-row { margin: 21px 0 8px; display: flex; justify-content: space-between; gap: 15px; color: var(--muted); font-size: 11px; }
.seat-row strong { color: #c5d1dc; }
.license-card progress { width: 100%; height: 6px; display: block; border: 0; border-radius: 99px; overflow: hidden; background: #07111d; }
.license-card progress::-webkit-progress-bar { background: #07111d; }
.license-card progress::-webkit-progress-value { background: linear-gradient(90deg, var(--teal-dark), var(--teal)); border-radius: 99px; }
.license-card progress::-moz-progress-bar { background: linear-gradient(90deg, var(--teal-dark), var(--teal)); border-radius: 99px; }
.key-label { display: block; margin: 21px 0 7px; }
.license-key { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 7px; }
.license-key input { height: 42px; border-style: dashed; font: 12px Consolas, monospace; letter-spacing: .25px; }
.license-key button { min-width: 68px; border: 0; border-radius: 9px; color: #03251f; background: var(--teal); font-weight: 900; cursor: pointer; }
.license-footer { margin-top: 13px; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.license-footer small { color: var(--muted); }
.license-footer a { color: var(--teal-soft); font-size: 11px; font-weight: 850; text-decoration: none; }
.empty-license { min-height: 310px; padding: 45px 24px; display: grid; place-items: center; align-content: center; text-align: center; border: 1px dashed var(--line-bright); border-radius: 14px; background: rgba(6, 17, 29, .62); }
.empty-icon { width: 55px; height: 55px; display: grid; place-items: center; border-radius: 16px; color: var(--teal); background: rgba(32, 214, 194, .09); }
.empty-license h3 { margin: 17px 0 5px; }
.empty-license p { max-width: 460px; margin: 0 0 19px; color: var(--muted); font-size: 13px; line-height: 1.6; }
.account-sidebar { position: sticky; top: 24px; padding: 25px; }
.account-sidebar dl { margin: 25px 0; }
.account-sidebar dl div { padding: 13px 0; border-bottom: 1px solid var(--line); }
.account-sidebar dt { color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .7px; text-transform: uppercase; }
.account-sidebar dd { margin: 5px 0 0; overflow-wrap: anywhere; font-size: 13px; font-weight: 700; }
.verified-dot { width: 7px; height: 7px; margin-right: 6px; display: inline-block; border-radius: 50%; background: var(--teal); }
.account-sidebar > .button { width: 100%; margin-bottom: 9px; }
.account-sidebar form { margin-top: 20px; padding-top: 20px; border-top: 1px solid var(--line); }

.account-footer { width: min(1480px, calc(100% - 64px)); min-height: 70px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; }

/* Billing success page compatibility. */
.account-layout { min-height: 100vh; display: grid; grid-template-columns: minmax(390px, 1fr) minmax(480px, .82fr); }
.brand-panel { padding: 40px clamp(38px, 5vw, 90px); display: flex; flex-direction: column; border-right: 1px solid var(--line); background: radial-gradient(circle at 24% 25%, rgba(32, 214, 194, .1), transparent 32%), #091725; }
.back-link { color: var(--muted); font-weight: 750; text-decoration: none; }
.brand-copy { max-width: 620px; margin: auto 0; }
.brand-copy img { width: 190px; height: 190px; object-fit: contain; }
.eyebrow { color: var(--teal); font-size: 11px; font-weight: 900; letter-spacing: 1.3px; }
.brand-copy h1 { margin: 17px 0; font-size: clamp(44px, 5vw, 70px); line-height: .98; letter-spacing: -3px; }
.brand-copy > p:not(.eyebrow), .copyright { color: var(--muted); }
.form-panel { padding: 40px clamp(28px, 5vw, 90px); display: grid; place-items: center; }
.form-panel .account-card > .button { width: 100%; margin-top: 10px; }

@media (max-width: 1080px) {
    .auth-shell { grid-template-columns: minmax(0, 1fr) minmax(400px, .8fr); gap: 48px; }
    .auth-story h1 { font-size: 62px; }
    .feature-grid { grid-template-columns: 1fr; }
    .feature-grid article { min-height: 0; }
    .dashboard-grid { grid-template-columns: 1fr; }
    .quick-grid, .purchase-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .account-sidebar { position: static; }
    .account-sidebar dl { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
    .account-sidebar dl div { border: 1px solid var(--line); border-radius: 10px; padding: 12px; }
}

@media (max-width: 820px) {
    .account-header, .account-footer, .auth-shell, .dashboard-shell { width: min(100% - 36px, 680px); }
    .account-header { min-height: 74px; }
    .auth-shell { min-height: 0; padding: 44px 0 56px; grid-template-columns: 1fr; }
    .auth-card-wrap { order: -1; }
    .auth-story { text-align: center; }
    .auth-story h1 { font-size: clamp(47px, 12vw, 68px); letter-spacing: -3px; }
    .auth-story > p { margin-inline: auto; }
    .feature-grid { grid-template-columns: repeat(3, 1fr); text-align: left; }
    .dashboard-shell { padding-top: 40px; }
    .account-hero { align-items: flex-start; flex-direction: column; }
    .dashboard-tabs a { padding-inline: 17px; }
    .account-overview { grid-template-columns: 1fr 1fr; }
    .account-overview .overview-action { grid-column: 1 / -1; }
    .license-grid { grid-template-columns: 1fr; }
    .app-management { grid-template-columns: 1fr; }
    .app-actions { min-width: 0; grid-template-columns: 1fr 1fr; }
    .feature-list { grid-template-columns: 1fr; }
    .account-layout { grid-template-columns: 1fr; }
    .brand-panel { min-height: 400px; border-right: 0; border-bottom: 1px solid var(--line); }
}

@media (max-width: 560px) {
    .account-header, .account-footer, .auth-shell, .dashboard-shell { width: calc(100% - 28px); }
    .brand-link img { width: 44px; height: 44px; }
    .brand-link small { display: none; }
    .header-link { font-size: 0; }
    .header-link::before { margin: 0; font-size: 20px; }
    .auth-shell { padding-top: 31px; gap: 38px; }
    .auth-story h1 { margin-top: 20px; font-size: 41px; letter-spacing: -2.2px; }
    .auth-story > p { font-size: 14px; }
    .feature-grid { grid-template-columns: 1fr; margin-top: 27px; }
    .feature-grid article:nth-child(n+3) { display: none; }
    .account-card { padding: 23px 19px; border-radius: 18px; }
    .account-card h2 { font-size: 29px; }
    .mode-tabs { margin-bottom: 27px; }
    .account-hero h1 { font-size: 42px; letter-spacing: -2px; }
    .account-overview { grid-template-columns: 1fr; }
    .account-overview .overview-action { grid-column: auto; }
    .dashboard-tabs { margin-inline: -14px; border-radius: 0; border-inline: 0; }
    .dashboard-panel { padding: 18px; }
    .quick-grid, .purchase-grid { grid-template-columns: 1fr; }
    .quick-grid a { min-height: 145px; }
    .app-status { padding: 22px; }
    .app-actions { grid-template-columns: 1fr; }
    .account-management dl { grid-template-columns: 1fr; }
    .account-actions { display: grid; }
    .signout-form .button { width: 100%; }
    .license-section { padding: 18px; }
    .section-heading { align-items: flex-start; flex-direction: column; }
    .license-card { padding: 16px; }
    .seat-row, .license-footer { align-items: flex-start; flex-direction: column; }
    .account-sidebar dl { grid-template-columns: 1fr; }
    .account-footer { padding: 20px 0; align-items: flex-start; flex-direction: column; justify-content: center; }
    .brand-panel { min-height: 330px; padding: 28px; }
    .brand-copy img { width: 110px; height: 110px; }
    .brand-copy h1 { font-size: 42px; }
    .form-panel { padding: 35px 14px 60px; }
}

@media (prefers-reduced-motion: reduce) {
    * { scroll-behavior: auto !important; transition: none !important; }
}
