:root {
    --ink: #10253f;
    --ink-soft: #4c6075;
    --navy: #0d2138;
    --navy-2: #173956;
    --brand: #7b5cff;
    --brand-dark: #6246e5;
    --mint: #27c8a1;
    --gold: #f6bd60;
    --coral: #f27b67;
    --surface: #ffffff;
    --canvas: #f4f6f9;
    --line: #e4e9ef;
    --shadow-sm: 0 5px 20px rgba(21, 37, 56, .07);
    --shadow-lg: 0 22px 70px rgba(9, 25, 43, .15);
}

* { box-sizing: border-box; }
html, body { min-height: 100%; }
body {
    margin: 0;
    color: var(--ink);
    background: var(--canvas);
    font-family: "DM Sans", sans-serif;
    -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, .brand-name { font-family: "Manrope", sans-serif; letter-spacing: -.03em; }
button, a, input, select, textarea { transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease, background .18s ease; }
.btn:focus-visible, .form-control:focus, .form-select:focus {
    border-color: rgba(123, 92, 255, .7);
    box-shadow: 0 0 0 .25rem rgba(123, 92, 255, .15);
}

.auth-shell { min-height: 100vh; display: grid; grid-template-columns: minmax(440px, 1.1fr) minmax(440px, .9fr); }
.auth-brand-panel {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 42px 56px;
    color: #fff;
    background:
        radial-gradient(circle at 15% 85%, rgba(39, 200, 161, .28), transparent 36%),
        radial-gradient(circle at 90% 10%, rgba(123, 92, 255, .42), transparent 40%),
        linear-gradient(145deg, #081929, #173b58 72%, #0f304b);
}
.auth-brand-panel::before, .auth-brand-panel::after {
    content: "";
    position: absolute;
    border: 1px solid rgba(255,255,255,.09);
    border-radius: 50%;
}
.auth-brand-panel::before { width: 520px; height: 520px; right: -190px; top: 80px; }
.auth-brand-panel::after { width: 280px; height: 280px; right: -70px; top: 200px; }
.brand-lockup, .mobile-brand { display: flex; align-items: center; gap: 13px; position: relative; z-index: 1; }
.brand-mark {
    width: 40px; height: 40px; border-radius: 13px;
    display: inline-grid; place-items: center;
    color: white;
    background: linear-gradient(135deg, var(--brand), #9f82ff);
    box-shadow: 0 10px 25px rgba(123,92,255,.28);
}
.brand-mark-lg { width: 50px; height: 50px; font-size: 1.2rem; }
.brand-name { font-size: 1.15rem; font-weight: 800; }
.brand-tagline { font-size: .85rem; color: rgba(255,255,255,.65); }
.auth-promise { max-width: 650px; position: relative; z-index: 1; }
.eyebrow { display: block; margin-bottom: 8px; color: var(--brand); font-size: .72rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.auth-promise h1 { margin: 0 0 22px; color: #fff; font-size: clamp(3.2rem, 6vw, 5.8rem); line-height: .98; }
.auth-promise p { max-width: 580px; color: rgba(255,255,255,.72); font-size: 1.08rem; line-height: 1.75; }
.promise-flow { display: flex; align-items: center; gap: 12px; margin-top: 34px; color: rgba(255,255,255,.86); font-weight: 700; }
.promise-flow i { color: var(--mint); }
.auth-footnote { position: relative; z-index: 1; color: rgba(255,255,255,.55); font-size: .84rem; }
.auth-footnote i { color: var(--mint); margin-right: 7px; }
.auth-form-panel { display: grid; place-items: center; padding: 45px; background: #fbfcfd; }
.auth-card { width: min(100%, 500px); }
.auth-card h2 { font-size: 2rem; margin-bottom: 9px; }
.auth-card .form-control, .auth-card .form-select { border-color: #dfe5eb; border-radius: 11px; min-height: 48px; }
.mobile-brand { display: none; }
.password-toggle { border-color: #dfe5eb; }

.btn-brand {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    border: 0; color: #fff; background: var(--brand); border-radius: 10px;
    font-weight: 700; box-shadow: 0 9px 22px rgba(123,92,255,.22);
}
.btn-brand:hover, .btn-brand:focus { color: #fff; background: var(--brand-dark); transform: translateY(-1px); }
.btn-soft {
    display: inline-flex; align-items: center; gap: 8px;
    color: var(--ink-soft); background: #fff; border: 1px solid var(--line);
    border-radius: 10px;
}
.btn-soft kbd { color: #8695a6; background: transparent; font-weight: 500; }

.app-shell { min-height: 100vh; }
.sidebar {
    position: fixed; inset: 0 auto 0 0; z-index: 1040;
    width: 254px; display: flex; flex-direction: column;
    padding: 22px 16px 18px; color: #fff;
    background: linear-gradient(180deg, var(--navy), #0b1c2f);
}
.sidebar-brand { display: flex; align-items: center; gap: 11px; padding: 0 7px 20px; }
.sidebar-brand > div { display: flex; flex-direction: column; line-height: 1.05; font-family: "Manrope", sans-serif; }
.sidebar-brand strong { font-size: 1rem; }
.sidebar-brand span:not(.brand-mark) { color: rgba(255,255,255,.55); font-size: .88rem; }
.sidebar-close { margin-left: auto; color: rgba(255,255,255,.7); }
.client-switcher { margin: 0 0 16px; padding: 12px; border: 1px solid rgba(255,255,255,.08); border-radius: 13px; background: rgba(255,255,255,.05); }
.client-switcher label { display: block; margin: 0 0 7px; color: rgba(255,255,255,.48); font-size: .65rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.client-switcher .form-select { border: 0; color: #fff; background-color: rgba(255,255,255,.08); font-weight: 600; }
.client-switcher option { color: var(--ink); }
.main-nav { flex: 1; overflow-y: auto; padding: 2px; }
.nav-section { display: block; margin: 13px 11px 7px; color: rgba(255,255,255,.33); font-size: .64rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.main-nav a {
    position: relative; display: flex; align-items: center; gap: 12px;
    min-height: 43px; margin: 2px 0; padding: 0 12px;
    color: rgba(255,255,255,.68); border-radius: 10px; text-decoration: none; font-size: .9rem; font-weight: 600;
}
.main-nav a i { width: 19px; font-size: 1rem; text-align: center; }
.main-nav a:hover { color: #fff; background: rgba(255,255,255,.06); }
.main-nav a.active { color: #fff; background: rgba(123,92,255,.2); box-shadow: inset 3px 0 0 #927aff; }
.nav-count { margin-left: auto; min-width: 22px; padding: 2px 6px; text-align: center; border-radius: 99px; color: #fff; background: var(--coral); font-size: .68rem; }
.phase-pill { margin-left: auto; color: rgba(255,255,255,.35)!important; font-size: .59rem!important; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.sidebar-principle { display: flex; gap: 10px; margin-top: 12px; padding: 13px; border: 1px solid rgba(39,200,161,.18); border-radius: 12px; background: rgba(39,200,161,.08); }
.sidebar-principle i { color: var(--mint); }
.sidebar-principle strong, .sidebar-principle span { display: block; }
.sidebar-principle strong { font-size: .75rem; }
.sidebar-principle span { margin-top: 2px; color: rgba(255,255,255,.5); font-size: .66rem; line-height: 1.35; }
.main-panel { min-height: 100vh; margin-left: 254px; }
.topbar {
    position: sticky; top: 0; z-index: 1020;
    min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 20px;
    padding: 14px 28px; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.94); backdrop-filter: blur(16px);
}
.topbar h1 { margin: 0; font-size: 1.38rem; }
.topbar p { margin: 3px 0 0; color: #7a8998; font-size: .78rem; }
.topbar-actions { display: flex; align-items: center; gap: 10px; }
.menu-toggle, .icon-button { width: 40px; height: 40px; border: 1px solid var(--line); border-radius: 10px; background: #fff; }
.icon-button { position: relative; }
.notification-dot { position: absolute; top: 9px; right: 9px; width: 7px; height: 7px; border: 2px solid #fff; border-radius: 50%; background: var(--coral); }
.user-menu { display: flex; align-items: center; gap: 9px; padding: 3px 6px; border: 0; background: transparent; }
.avatar { width: 37px; height: 37px; display: grid; place-items: center; border-radius: 11px; color: #fff; background: linear-gradient(135deg, #1e4464, var(--brand)); font-size: .75rem; font-weight: 800; }
.user-copy { min-width: 95px; text-align: left; }
.user-copy strong, .user-copy small { display: block; }
.user-copy strong { font-size: .8rem; }
.user-copy small { margin-top: 1px; color: #8794a0; font-size: .68rem; }
.content-area { padding: 28px; }
.page-loading { min-height: 60vh; display: grid; place-items: center; align-content: center; gap: 12px; color: #8492a1; }

.hero-strip {
    position: relative; overflow: hidden; display: grid; grid-template-columns: 1.35fr .65fr; align-items: center; gap: 30px;
    margin-bottom: 22px; padding: 30px 34px; color: #fff; border-radius: 20px;
    background: radial-gradient(circle at 90% 30%, rgba(123,92,255,.55), transparent 38%), linear-gradient(120deg, #10283f, #1a4965);
    box-shadow: var(--shadow-sm);
}
.hero-strip::after { content: ""; position: absolute; width: 300px; height: 300px; right: -80px; top: -130px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; }
.hero-strip h2 { margin: 0 0 10px; font-size: clamp(1.8rem, 3vw, 2.65rem); }
.hero-strip p { margin: 0; max-width: 660px; color: rgba(255,255,255,.68); line-height: 1.65; }
.hero-actions { position: relative; z-index: 1; display: flex; justify-content: flex-end; gap: 9px; flex-wrap: wrap; }
.btn-light-soft { color: #fff; border: 1px solid rgba(255,255,255,.2); background: rgba(255,255,255,.08); border-radius: 10px; }
.btn-light-soft:hover { color: #fff; background: rgba(255,255,255,.14); }
.metric-grid { display: grid; grid-template-columns: repeat(5, minmax(150px, 1fr)); gap: 15px; margin-bottom: 22px; }
.metric-card, .panel-card {
    border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: 0 2px 12px rgba(21,37,56,.035);
}
.metric-card { padding: 18px; }
.metric-top { display: flex; align-items: center; justify-content: space-between; }
.metric-icon { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 11px; background: #f0edff; color: var(--brand); }
.metric-icon.mint { background: #e7faf5; color: #15987a; }
.metric-icon.gold { background: #fff7e8; color: #c48219; }
.metric-icon.coral { background: #fff0ed; color: #d75a46; }
.metric-card strong { display: block; margin: 15px 0 2px; font-family: "Manrope"; font-size: 1.8rem; }
.metric-card span { color: #7a8998; font-size: .76rem; }
.metric-card.warning { border-color: #f2cec7; }
.two-col { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(290px, .7fr); gap: 20px; }
.panel-card { overflow: hidden; }
.panel-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 20px 22px; border-bottom: 1px solid var(--line); }
.panel-head h3 { margin: 0; font-size: 1rem; }
.panel-head p { margin: 3px 0 0; color: #82909e; font-size: .73rem; }
.panel-body { padding: 20px 22px; }
.empty-state { min-height: 230px; display: grid; place-items: center; align-content: center; padding: 30px; text-align: center; }
.empty-icon { width: 54px; height: 54px; display: grid; place-items: center; margin-bottom: 14px; border-radius: 16px; color: var(--brand); background: #f0edff; font-size: 1.25rem; }
.empty-state h3 { font-size: 1rem; }
.empty-state p { max-width: 390px; color: #7b8997; font-size: .82rem; line-height: 1.55; }
.activity-row { display: grid; grid-template-columns: 32px 1fr auto; gap: 10px; align-items: start; padding: 11px 0; border-bottom: 1px solid #eef1f4; }
.activity-row:last-child { border-bottom: 0; }
.activity-dot { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 9px; color: var(--brand); background: #f0edff; font-size: .75rem; }
.activity-row strong { display: block; font-size: .78rem; }
.activity-row p, .activity-row time { margin: 2px 0 0; color: #8a97a4; font-size: .68rem; }

.page-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 18px; }
.page-toolbar .filters { display: flex; gap: 8px; }
.search-field { position: relative; }
.search-field i { position: absolute; left: 13px; top: 50%; transform: translateY(-50%); color: #8a98a6; }
.search-field input { min-width: 280px; padding-left: 38px; border-color: var(--line); border-radius: 10px; }
.data-card { border: 1px solid var(--line); border-radius: 14px; background: #fff; box-shadow: 0 2px 10px rgba(21,37,56,.03); }
.data-card + .data-card { margin-top: 12px; }
.client-card { display: grid; grid-template-columns: 48px minmax(160px, 1fr) minmax(150px, .7fr) minmax(150px, .7fr) auto; align-items: center; gap: 16px; padding: 17px 19px; }
.client-logo { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 13px; color: #fff; background: linear-gradient(135deg, #1f4969, var(--brand)); font-weight: 800; }
.data-card h3 { margin: 0; font-size: .9rem; }
.data-card p { margin: 3px 0 0; color: #82909e; font-size: .73rem; }
.label { display: block; margin-bottom: 4px; color: #98a4af; font-size: .63rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.status-badge { display: inline-flex; align-items: center; gap: 5px; padding: 5px 9px; border-radius: 99px; font-size: .67rem; font-weight: 800; text-transform: capitalize; }
.status-badge::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: currentColor; }
.status-active, .status-approved, .status-published, .status-connected { color: #147c65; background: #e7faf5; }
.status-draft, .status-ai-generated, .status-needs-review, .status-client-review { color: #7251dc; background: #f0edff; }
.status-generating, .status-scheduled, .status-pending { color: #a36c12; background: #fff5df; }
.status-failed, .status-changes-requested, .status-disconnected, .status-warning { color: #c75040; background: #ffefec; }
.progress-thin { height: 6px; border-radius: 99px; background: #edf0f3; }
.progress-thin .progress-bar { border-radius: 99px; background: var(--mint); }
.platform-chips { display: flex; gap: 5px; flex-wrap: wrap; }
.platform-chip { display: inline-flex; align-items: center; gap: 5px; padding: 5px 8px; color: #5f7082; border: 1px solid var(--line); border-radius: 8px; background: #fbfcfd; font-size: .66rem; font-weight: 700; }

.campaign-grid { display: grid; grid-template-columns: repeat(3, minmax(250px, 1fr)); gap: 16px; }
.campaign-card { padding: 20px; }
.campaign-card .card-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; }
.campaign-card h3 { margin-top: 15px; font-size: 1rem; }
.campaign-card .objective { color: var(--brand); font-size: .7rem; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; }
.campaign-card .date-row { display: flex; align-items: center; justify-content: space-between; margin-top: 18px; padding-top: 14px; border-top: 1px solid var(--line); color: #7d8a98; font-size: .7rem; }
.campaign-card .generate-action { width: 100%; margin-top: 14px; }

.content-list { display: grid; gap: 12px; }
.content-card { display: grid; grid-template-columns: 60px minmax(0, 1fr) 150px 140px auto; align-items: center; gap: 17px; padding: 17px 19px; }
.day-box { width: 52px; height: 52px; display: grid; place-items: center; align-content: center; border-radius: 13px; color: var(--brand); background: #f0edff; }
.day-box strong { font-size: 1rem; line-height: 1; }
.day-box span { margin-top: 2px; font-size: .58rem; font-weight: 800; text-transform: uppercase; }
.caption-preview { overflow: hidden; color: #5f7081; font-size: .77rem; line-height: 1.45; white-space: nowrap; text-overflow: ellipsis; }

.calendar-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 15px; }
.calendar-toolbar h2 { margin: 0; font-size: 1.05rem; }
.calendar-grid { min-width: 980px; display: grid; grid-template-columns: repeat(7, minmax(135px, 1fr)); border: 1px solid var(--line); border-radius: 16px; overflow: hidden; background: #fff; }
.calendar-scroll { overflow-x: auto; border-radius: 16px; box-shadow: 0 2px 10px rgba(21,37,56,.035); }
.calendar-day { min-height: 620px; border-right: 1px solid var(--line); background: #fbfcfd; }
.calendar-day:last-child { border-right: 0; }
.calendar-day.drag-over { background: #f2efff; box-shadow: inset 0 0 0 2px var(--brand); }
.calendar-day-head { position: sticky; top: 0; z-index: 2; padding: 14px; border-bottom: 1px solid var(--line); background: #fff; }
.calendar-day-head strong, .calendar-day-head span { display: block; }
.calendar-day-head strong { font-size: .78rem; }
.calendar-day-head span { margin-top: 2px; color: #8a97a3; font-size: .68rem; }
.calendar-items { padding: 9px; }
.calendar-card { margin-bottom: 8px; padding: 11px; border: 1px solid #e0dafd; border-radius: 10px; background: #f7f5ff; cursor: grab; }
.calendar-card:active { cursor: grabbing; }
.calendar-card .time { color: var(--brand); font-size: .62rem; font-weight: 800; }
.calendar-card h4 { margin: 6px 0 4px; font-family: "DM Sans"; font-size: .72rem; line-height: 1.35; }
.calendar-card p { margin: 0; color: #7b8996; font-size: .63rem; }
.calendar-card[data-platform="instagram"] { border-color: #f2d7e8; background: #fff5fb; }
.calendar-card[data-platform="facebook"] { border-color: #d6e4f7; background: #f4f8fe; }
.calendar-card[data-platform="linkedin"] { border-color: #cce3ef; background: #f2f9fc; }
.calendar-card[data-platform="x"] { border-color: #dfe3e8; background: #f7f8f9; }

.brand-layout { display: grid; grid-template-columns: minmax(0, 1fr) 290px; gap: 20px; }
.brand-form-card { padding: 24px; }
.brand-form-card .section-title { margin: 8px 0 17px; padding-bottom: 11px; border-bottom: 1px solid var(--line); font-size: .92rem; }
.brand-score { position: sticky; top: 112px; padding: 22px; }
.score-ring { --score: 0; width: 110px; height: 110px; display: grid; place-items: center; margin: 5px auto 18px; border-radius: 50%; background: conic-gradient(var(--mint) calc(var(--score) * 1%), #e9edf1 0); }
.score-ring::before { content: ""; position: absolute; width: 84px; height: 84px; border-radius: 50%; background: white; }
.score-ring strong { position: relative; z-index: 1; font-family: "Manrope"; font-size: 1.4rem; }
.guardrail-callout { display: flex; gap: 10px; margin-top: 18px; padding: 13px; color: #8b3d32; border: 1px solid #f1d0ca; border-radius: 11px; background: #fff5f3; font-size: .73rem; line-height: 1.45; }
.guardrail-callout i { color: var(--coral); }

.meta-wizard { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.meta-hero { grid-column: 1 / -1; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 26px; color: #fff; border-radius: 16px; background: linear-gradient(125deg, #154b86, #2979d5); }
.meta-logo { width: 58px; height: 58px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 16px; background: rgba(255,255,255,.15); font-size: 1.7rem; }
.wizard-steps { padding: 22px; }
.wizard-step { display: grid; grid-template-columns: 30px 1fr auto; gap: 11px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.wizard-step:last-child { border: 0; }
.step-number { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 9px; color: var(--brand); background: #f0edff; font-size: .7rem; font-weight: 800; }
.wizard-step strong, .wizard-step small { display: block; }
.wizard-step strong { font-size: .78rem; }
.wizard-step small { margin-top: 3px; color: #84919d; font-size: .68rem; line-height: 1.4; }

.modal-content { border: 0; border-radius: 18px; box-shadow: var(--shadow-lg); }
.modal-header { align-items: flex-start; padding: 22px 24px; border-bottom-color: var(--line); }
.modal-title { font-size: 1.2rem; }
.modal-body { padding: 24px; }
.platform-picker { display: grid; grid-template-columns: repeat(4, 1fr); gap: 9px; }
.platform-option input { position: absolute; opacity: 0; pointer-events: none; }
.platform-option label { display: grid; place-items: center; gap: 6px; min-height: 72px; border: 1px solid var(--line); border-radius: 11px; color: #667789; cursor: pointer; font-size: .7rem; font-weight: 700; }
.platform-option input:checked + label { color: var(--brand); border-color: rgba(123,92,255,.5); background: #f4f1ff; box-shadow: 0 0 0 2px rgba(123,92,255,.1); }
.platform-option i { font-size: 1.15rem; }
.modal-footer-sticky { position: sticky; bottom: -24px; display: flex; align-items: center; justify-content: flex-end; gap: 9px; margin: 24px -24px -24px; padding: 16px 24px; border-top: 1px solid var(--line); background: #fff; }
.sidebar-backdrop { display: none; }

@media (max-width: 1200px) {
    .metric-grid { grid-template-columns: repeat(3, 1fr); }
    .campaign-grid { grid-template-columns: repeat(2, 1fr); }
    .client-card { grid-template-columns: 48px minmax(180px, 1fr) minmax(140px, .7fr) auto; }
    .client-card .client-approval { display: none; }
}
@media (max-width: 991.98px) {
    .auth-shell { grid-template-columns: 1fr; }
    .auth-brand-panel { display: none; }
    .mobile-brand { display: flex; }
    .auth-form-panel { min-height: 100vh; padding: 28px; }
    .sidebar { transform: translateX(-105%); box-shadow: var(--shadow-lg); }
    .sidebar.open { transform: translateX(0); }
    .sidebar-backdrop { position: fixed; inset: 0; z-index: 1030; background: rgba(5,15,25,.5); }
    .sidebar-backdrop.show { display: block; }
    .main-panel { margin-left: 0; }
    .topbar { padding: 13px 18px; }
    .content-area { padding: 20px 18px; }
    .metric-grid { grid-template-columns: repeat(2, 1fr); }
    .two-col, .brand-layout { grid-template-columns: 1fr; }
    .brand-score { position: static; }
    .hero-strip { grid-template-columns: 1fr; }
    .hero-actions { justify-content: flex-start; }
}
@media (max-width: 767.98px) {
    .topbar p, .topbar .btn-soft, .icon-button { display: none!important; }
    .topbar h1 { font-size: 1.12rem; }
    .content-area { padding: 16px 12px; }
    .hero-strip { padding: 24px 22px; border-radius: 15px; }
    .hero-strip h2 { font-size: 1.75rem; }
    .metric-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
    .metric-card { padding: 15px; }
    .metric-card strong { font-size: 1.45rem; }
    .campaign-grid { grid-template-columns: 1fr; }
    .page-toolbar { align-items: stretch; flex-direction: column; }
    .search-field input { width: 100%; min-width: 0; }
    .client-card { grid-template-columns: 44px minmax(0, 1fr) auto; gap: 11px; }
    .client-card .client-brand, .client-card .client-approval { display: none; }
    .content-card { grid-template-columns: 50px minmax(0, 1fr) auto; gap: 11px; }
    .content-card .content-platform, .content-card .content-status { display: none; }
    .meta-wizard { grid-template-columns: 1fr; }
    .meta-hero { grid-column: auto; align-items: flex-start; flex-direction: column; }
    .platform-picker { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 420px) {
    .metric-grid { grid-template-columns: 1fr; }
    .topbar-actions { gap: 5px; }
    .topbar .btn-brand { width: 40px; height: 40px; padding: 0; }
}

