/* Quillhouse Author Dashboard — all selectors prefixed .qh- to avoid clashing with your theme or other plugins */
.qh-app, .qh-auth-card {
  --qh-cream:#F4EFE2; --qh-cream-2:#EBE4D2; --qh-paper:#FBF8EF;
  --qh-ink:#191E29; --qh-ink-soft:#4B4636; --qh-muted:#8C8570;
  --qh-navy:#121A2B; --qh-navy-2:#1C2740; --qh-navy-3:#242F4A;
  --qh-gold:#C99A48; --qh-gold-light:#E4C077; --qh-gold-dim:#8A6A32;
  --qh-rust:#A8432B; --qh-line:rgba(25,30,41,0.12); --qh-line-dark:rgba(244,239,226,0.12);
  --qh-ok:#5C7A5A; --qh-shadow:0 18px 40px -22px rgba(18,26,43,0.35);
  font-family:'Inter',sans-serif; color:var(--qh-ink); box-sizing:border-box;
}
.qh-app *, .qh-auth-card *{ box-sizing:border-box; }
.qh-app h1,.qh-app h2,.qh-app h3,.qh-auth-card h2{ font-family:'Fraunces',serif; font-weight:600; letter-spacing:-.01em; color:var(--qh-ink); margin:0; }

.qh-eyebrow{ display:inline-flex; align-items:center; gap:9px; font-family:'JetBrains Mono',monospace; font-size:11px; letter-spacing:.16em; text-transform:uppercase; color:var(--qh-rust); font-weight:500; }
.qh-eyebrow::before{ content:""; width:22px; height:1.5px; background:var(--qh-rust); display:block; }
.qh-eyebrow.qh-on-dark{ color:var(--qh-gold-light); }
.qh-eyebrow.qh-on-dark::before{ background:var(--qh-gold-light); }

/* ---- app shell ---- */
.qh-app{ display:flex; width:100% !important; max-width:1400px !important; margin:0 auto !important; background:var(--qh-cream) !important; border-radius:20px; overflow:hidden; box-shadow:var(--qh-shadow); border:1px solid var(--qh-line); min-height:640px; }
.qh-sidebar{ width:230px; flex:none; background:var(--qh-navy) !important; color:var(--qh-cream); display:flex; flex-direction:column; padding:24px 16px; position:sticky; top:20px; align-self:flex-start; max-height:calc(100vh - 40px); overflow-y:auto; }
.qh-brand{ display:flex; align-items:center; gap:10px; padding:4px 6px 22px; }
.qh-brand-mark{ width:30px; height:30px; border-radius:8px; background:linear-gradient(155deg,var(--qh-gold-light),var(--qh-gold-dim)); display:flex; align-items:center; justify-content:center; font-family:'Fraunces',serif; font-weight:700; font-size:14px; color:var(--qh-navy); flex:none; }
.qh-brand-name{ font-family:'Fraunces',serif; font-size:16px; font-weight:600; color:var(--qh-paper); line-height:1.15; }
.qh-brand-sub{ font-family:'JetBrains Mono',monospace; font-size:9px; letter-spacing:.14em; color:var(--qh-gold-light); text-transform:uppercase; }
.qh-nav-group-label{ font-family:'JetBrains Mono',monospace; font-size:9.5px; letter-spacing:.14em; text-transform:uppercase; color:rgba(244,239,226,0.38); margin:14px 8px 8px; }
.qh-primary-nav{ display:flex; flex-direction:column; gap:2px; }
.qh-nav-btn{ display:flex; align-items:center; gap:10px; background:transparent !important; border:none !important; cursor:pointer; color:rgba(244,239,226,0.72); font-family:'Inter',sans-serif; font-size:13px; font-weight:500; padding:9px 10px; border-radius:9px; text-align:left; transition:background .15s ease,color .15s ease; width:100%; }
.qh-nav-btn svg{ width:16px; height:16px; flex:none; opacity:.85; }
.qh-nav-btn:hover{ background:rgba(244,239,226,0.06) !important; color:var(--qh-paper); }
.qh-nav-btn.qh-active{ background:var(--qh-navy-3) !important; color:var(--qh-paper); box-shadow:inset 2px 0 0 var(--qh-gold-light); }
.qh-count{ margin-left:auto; font-family:'JetBrains Mono',monospace; font-size:10px; color:rgba(244,239,226,0.5); background:rgba(244,239,226,0.08); padding:2px 6px; border-radius:20px; }
.qh-sidebar-foot{ margin-top:auto; padding-top:14px; border-top:1px solid var(--qh-line-dark); }
.qh-user-chip{ display:flex; align-items:center; gap:9px; padding:6px; }
.qh-user-avatar{ width:32px; height:32px; border-radius:50%; flex:none; background:conic-gradient(from 200deg,var(--qh-gold-light),var(--qh-rust),var(--qh-gold-light)); display:flex; align-items:center; justify-content:center; font-family:'Fraunces',serif; font-weight:600; font-size:12px; color:var(--qh-navy); }
.qh-user-name{ font-size:12px; font-weight:600; color:var(--qh-paper); }
.qh-user-role a{ font-size:10.5px; color:rgba(244,239,226,0.55); text-decoration:none; }
.qh-user-role a:hover{ color:var(--qh-gold-light); }

.qh-main{ flex:1 1 0%; min-width:0; padding:30px 34px 56px; max-width:none; }
.qh-topline{ display:flex; align-items:flex-start; justify-content:space-between; gap:20px; margin-bottom:26px; flex-wrap:wrap; }
.qh-welcome{ font-family:'Fraunces',serif; font-size:15px; font-weight:600; color:var(--qh-ink-soft); margin-bottom:10px; }
.qh-app h1{ font-size:clamp(24px,3vw,34px); line-height:1.08; margin-top:8px; max-width:560px; }
.qh-h1-sm{ font-size:28px !important; margin-top:8px; }
.qh-h2-sm{ font-size:17px !important; }
.qh-lede{ color:var(--qh-ink-soft); font-size:13.5px; max-width:440px; margin-top:10px; line-height:1.55; }

.qh-btn{ font-family:'Inter',sans-serif; font-weight:600; font-size:12.5px; cursor:pointer; border-radius:9px; padding:10px 16px; border:1px solid transparent; display:inline-flex; align-items:center; gap:7px; transition:transform .12s ease,box-shadow .12s ease,background .15s ease; text-decoration:none; }
.qh-btn-primary{ background:var(--qh-navy); color:var(--qh-paper); }
.qh-btn-primary:hover{ background:var(--qh-navy-3); }
.qh-btn-gold{ background:var(--qh-gold); color:var(--qh-navy); }
.qh-btn-gold:hover{ background:var(--qh-gold-light); }
.qh-btn-ghost{ background:transparent; border-color:var(--qh-line); color:var(--qh-ink); }
.qh-btn-ghost:hover{ border-color:var(--qh-ink); }
.qh-btn-block{ width:100%; justify-content:center; }
.qh-btn:hover{ transform:translateY(-1px); }
.qh-btn:active{ transform:translateY(0); }

.qh-panel{ display:none; }
.qh-panel.qh-active{ display:block; animation:qhfade .3s ease; }
@keyframes qhfade{ from{opacity:0; transform:translateY(6px);} to{opacity:1; transform:translateY(0);} }

.qh-card-grid{ display:grid; grid-template-columns:repeat(5,1fr); gap:14px; margin-top:4px; }
@media (max-width:1000px){ .qh-card-grid{ grid-template-columns:repeat(3,1fr);} }
@media (max-width:620px){ .qh-card-grid{ grid-template-columns:repeat(2,1fr);} }
.qh-nav-card{ background:var(--qh-navy) !important; border-radius:14px; padding:18px 15px 16px; cursor:pointer; border:1px solid rgba(244,239,226,0.06); transition:transform .18s ease,box-shadow .18s ease; }
.qh-nav-card:hover{ transform:translateY(-3px); box-shadow:var(--qh-shadow); background:var(--qh-navy-2); }
.qh-nav-card-icon{ width:36px; height:36px; border-radius:50%; background:linear-gradient(155deg,var(--qh-gold-light),var(--qh-gold-dim)); display:flex; align-items:center; justify-content:center; margin-bottom:13px; }
.qh-nav-card-icon svg{ width:16px; height:16px; color:var(--qh-navy); }
.qh-nav-card h3{ color:var(--qh-paper); font-size:14.5px; font-weight:600; margin-bottom:3px; }
.qh-nav-card .qh-sub{ font-family:'JetBrains Mono',monospace; font-size:9px; letter-spacing:.1em; text-transform:uppercase; color:rgba(244,239,226,0.42); }

.qh-stat-strip{ display:grid; grid-template-columns:repeat(4,1fr); gap:12px; margin-top:28px; }
@media (max-width:700px){ .qh-stat-strip{ grid-template-columns:repeat(2,1fr);} }
.qh-stat{ background:var(--qh-paper) !important; border:1px solid var(--qh-line); border-radius:12px; padding:15px 15px 13px; }
.qh-stat-highlight{ background:var(--qh-navy) !important; border-color:var(--qh-navy); }
.qh-stat-highlight .qh-label{ color:rgba(244,239,226,0.55); }
.qh-stat-highlight .qh-value{ color:var(--qh-paper); }
.qh-stat-highlight .qh-delta{ color:var(--qh-gold-light); }
.qh-label{ font-family:'JetBrains Mono',monospace; font-size:9.5px; letter-spacing:.1em; text-transform:uppercase; color:var(--qh-muted); }
.qh-value{ font-family:'Fraunces',serif; font-size:22px; font-weight:600; margin-top:6px; }
.qh-delta{ font-size:11px; margin-top:5px; font-weight:600; color:var(--qh-muted); }

.qh-section-head{ display:flex; align-items:flex-end; justify-content:space-between; gap:16px; margin:36px 0 15px; flex-wrap:wrap; }

.qh-shelf-card{ background:var(--qh-navy) !important; border-radius:16px; padding:22px 22px 0; overflow:hidden; }
.qh-shelf-head{ display:flex; justify-content:space-between; align-items:flex-start; margin-bottom:4px; flex-wrap:wrap; gap:8px;}
.qh-shelf-head h3{ color:var(--qh-paper); font-size:16px; }
.qh-shelf-head p{ color:rgba(244,239,226,0.5); font-size:11.5px; margin-top:4px; }
.qh-shelf{ display:flex; align-items:flex-end; gap:5px; height:160px; margin-top:18px; padding:0 2px; }
.qh-spine{ flex:1; border-radius:5px 5px 3px 3px; position:relative; min-width:5px; transition:transform .18s ease,filter .18s ease; display:flex; align-items:flex-start; justify-content:center; padding-top:7px; }
.qh-spine:hover{ transform:translateY(-4px); filter:brightness(1.12); }
.qh-tick{ width:60%; height:2px; background:rgba(0,0,0,0.18); border-radius:2px; margin-bottom:4px; }
.qh-shelf-board{ height:7px; background:linear-gradient(180deg,var(--qh-gold-dim),#5c431c); border-radius:0 0 6px 6px; }
.qh-shelf-axis{ display:flex; justify-content:space-between; font-family:'JetBrains Mono',monospace; font-size:9px; color:rgba(244,239,226,0.4); padding:8px 2px 18px; }
.qh-tooltip-val{ position:absolute; top:-24px; left:50%; transform:translateX(-50%); font-family:'JetBrains Mono',monospace; font-size:9px; color:var(--qh-gold-light); opacity:0; transition:opacity .15s ease; white-space:nowrap; pointer-events:none; }
.qh-spine:hover .qh-tooltip-val{ opacity:1; }

.qh-table-card{ background:var(--qh-paper) !important; border:1px solid var(--qh-line); border-radius:12px; overflow:hidden; }
.qh-app table{ width:100%; border-collapse:collapse; }
.qh-app thead th{ text-align:left; font-family:'JetBrains Mono',monospace; font-size:9.5px; letter-spacing:.08em; text-transform:uppercase; color:var(--qh-muted); font-weight:500; padding:12px 16px; border-bottom:1px solid var(--qh-line); background:var(--qh-cream-2); }
.qh-app tbody td{ padding:12px 16px; border-bottom:1px solid var(--qh-line); font-size:13px; vertical-align:middle; }
.qh-app tbody tr:last-child td{ border-bottom:none; }
.qh-app tbody tr:hover{ background:rgba(201,154,72,0.06); }
.qh-num{ font-family:'JetBrains Mono',monospace; font-variant-numeric:tabular-nums; }
.qh-empty-cell{ color:var(--qh-muted); font-style:italic; }
.qh-amount-positive{ color:var(--qh-ok); font-weight:600; }

.qh-badge{ display:inline-flex; align-items:center; gap:6px; font-size:10.5px; font-weight:600; padding:4px 9px; border-radius:20px; }
.qh-badge::before{ content:""; width:6px; height:6px; border-radius:50%; }
.qh-badge-live{ background:rgba(92,122,90,0.14); color:var(--qh-ok); } .qh-badge-live::before{ background:var(--qh-ok); }
.qh-badge-review{ background:rgba(201,154,72,0.16); color:var(--qh-gold-dim); } .qh-badge-review::before{ background:var(--qh-gold); }
.qh-badge-draft{ background:rgba(140,133,112,0.15); color:var(--qh-muted); } .qh-badge-draft::before{ background:var(--qh-muted); }

.qh-book-thumb-row{ display:flex; align-items:center; gap:11px; }
.qh-spine-mini{ width:26px; height:36px; border-radius:3px 5px 5px 3px; flex:none; box-shadow:2px 2px 6px rgba(0,0,0,0.18); }
.qh-book-title{ font-weight:600; font-size:13px; }
.qh-book-fmt{ font-size:10.5px; color:var(--qh-muted); margin-top:1px; }

.qh-shelf-grid{ display:grid; grid-template-columns:repeat(auto-fill,minmax(140px,1fr)); gap:16px; margin-bottom:28px; }
.qh-book-card{ display:flex; flex-direction:column; gap:8px; }
.qh-cover{ aspect-ratio:2/3; border-radius:8px; position:relative; overflow:hidden; display:flex; flex-direction:column; justify-content:space-between; padding:14px 12px; box-shadow:0 14px 26px -14px rgba(18,26,43,0.4); transition:transform .18s ease; }
.qh-book-card:hover .qh-cover{ transform:translateY(-4px) rotate(-.4deg); }
.qh-cover-eyebrow{ font-family:'JetBrains Mono',monospace; font-size:8px; letter-spacing:.14em; text-transform:uppercase; opacity:.75; color:#fff; }
.qh-cover-title{ font-family:'Fraunces',serif; font-weight:600; font-size:13.5px; line-height:1.18; color:#fff; }
.qh-cover-author{ font-family:'Inter',sans-serif; font-size:9px; letter-spacing:.06em; text-transform:uppercase; opacity:.8; margin-top:5px; color:#fff; }
.qh-book-meta-row{ display:flex; align-items:center; justify-content:space-between; gap:6px; }
.qh-book-meta-row .qh-book-title{ font-size:11.5px; }

.qh-empty{ background:var(--qh-paper) !important; border:1px dashed var(--qh-line); border-radius:14px; padding:30px; text-align:center; color:var(--qh-muted); font-size:13px; margin-top:20px; }
.qh-empty p{ margin-bottom:14px; }

.qh-form-shell{ display:grid; grid-template-columns:1.4fr 1fr; gap:22px; align-items:start; margin-top:24px; }
@media (max-width:820px){ .qh-form-shell{ grid-template-columns:1fr; } }
.qh-form-card{ background:var(--qh-paper) !important; border:1px solid var(--qh-line); border-radius:14px; padding:24px; }
.qh-field{ margin-bottom:17px; }
.qh-field label{ display:block; font-size:11.5px; font-weight:600; margin-bottom:6px; color:var(--qh-ink); }
.qh-hint{ font-size:10.5px; color:var(--qh-muted); margin-top:5px; }
.qh-field input[type=text],.qh-field input[type=number],.qh-field input[type=date],.qh-field input[type=email],.qh-field input[type=password],.qh-field select,.qh-field textarea{
  width:100%; border:1px solid var(--qh-line); background:var(--qh-cream); border-radius:9px; padding:10px 12px;
  font-family:'Inter',sans-serif; font-size:13px; color:var(--qh-ink); transition:border-color .15s ease,background .15s ease;
}
.qh-field input:focus,.qh-field select:focus,.qh-field textarea:focus{ outline:none; border-color:var(--qh-gold); background:var(--qh-paper); }
.qh-field input:disabled{ opacity:.6; }
.qh-field textarea{ resize:vertical; min-height:84px; }
.qh-row-2{ display:grid; grid-template-columns:1fr 1fr; gap:13px; }
.qh-chip-set{ display:flex; gap:8px; flex-wrap:wrap; }
.qh-chip{ border:1px solid var(--qh-line); border-radius:20px; padding:7px 13px; font-size:12px; font-weight:600; cursor:pointer; background:var(--qh-cream); color:var(--qh-ink-soft); transition:all .15s ease; display:inline-flex; align-items:center; gap:6px; }
.qh-chip input{ display:none; }
.qh-chip.qh-checked{ background:var(--qh-navy); color:var(--qh-paper); border-color:var(--qh-navy); }
.qh-form-actions{ display:flex; gap:10px; margin-top:22px; }

.qh-side-note{ background:var(--qh-navy) !important; border-radius:14px; padding:22px; color:rgba(244,239,226,0.8); }
.qh-side-note h3{ color:var(--qh-paper); font-size:15px; margin:9px 0 9px; }
.qh-side-note ol{ padding-left:17px; font-size:12px; line-height:1.85; margin:0; }
.qh-fine-print{ font-size:11px; margin-top:14px; color:rgba(244,239,226,0.55); }

.qh-payout-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:14px; margin:26px 0 30px; }
@media (max-width:700px){ .qh-payout-grid{ grid-template-columns:1fr; } }
.qh-payout-card{ background:var(--qh-navy) !important; border-radius:14px; padding:19px; color:var(--qh-paper); }
.qh-payout-card.qh-gold{ background:linear-gradient(155deg,var(--qh-gold-light),var(--qh-gold)) !important; color:var(--qh-navy); }
.qh-payout-card .qh-label{ opacity:.7; }
.qh-payout-card .qh-value{ font-size:24px; margin-top:8px; }
.qh-payout-card .qh-foot{ font-size:10.5px; margin-top:8px; opacity:.75; }

.qh-profile-grid{ display:grid; grid-template-columns:250px 1fr; gap:22px; align-items:start; margin-top:24px; }
@media (max-width:700px){ .qh-profile-grid{ grid-template-columns:1fr; } }
.qh-profile-card{ background:var(--qh-paper) !important; border:1px solid var(--qh-line); border-radius:14px; padding:22px; text-align:center; }
.qh-profile-avatar{ width:68px; height:68px; border-radius:50%; margin:0 auto 12px; background:conic-gradient(from 200deg,var(--qh-gold-light),var(--qh-rust),var(--qh-gold-light)); display:flex; align-items:center; justify-content:center; font-family:'Fraunces',serif; font-size:22px; font-weight:600; color:var(--qh-navy); }
.qh-profile-name{ font-family:'Fraunces',serif; font-weight:600; font-size:15px; }
.qh-profile-since{ font-size:11px; color:var(--qh-muted); margin-top:2px; }
.qh-subhead{ font-size:14px !important; margin:22px 0 4px !important; }
.qh-toggle-row{ display:flex; align-items:center; justify-content:space-between; padding:12px 0; border-bottom:1px solid var(--qh-line); cursor:pointer; gap:14px; }
.qh-toggle-row:last-of-type{ border-bottom:none; }
.qh-t-label{ font-size:12.5px; font-weight:600; }
.qh-t-sub{ font-size:11px; color:var(--qh-muted); margin-top:2px; }
.qh-toggle-row input[type=checkbox]{ width:38px; height:22px; appearance:none; background:var(--qh-line); border-radius:20px; position:relative; cursor:pointer; flex:none; transition:background .2s ease; }
.qh-toggle-row input[type=checkbox]::after{ content:""; position:absolute; width:16px; height:16px; border-radius:50%; background:var(--qh-paper); top:3px; left:3px; transition:transform .2s ease; box-shadow:0 1px 3px rgba(0,0,0,0.3); }
.qh-toggle-row input[type=checkbox]:checked{ background:var(--qh-gold); }
.qh-toggle-row input[type=checkbox]:checked::after{ transform:translateX(16px); }

.qh-confirm-banner{ display:flex; align-items:center; gap:11px; padding:13px 17px; border-radius:11px; margin-bottom:18px; font-size:12.5px; font-weight:600; }
.qh-notice-success{ background:rgba(92,122,90,0.12); color:var(--qh-ok); border:1px solid rgba(92,122,90,0.3); }
.qh-notice-error{ background:rgba(168,67,43,0.1); color:var(--qh-rust); border:1px solid rgba(168,67,43,0.3); }

/* ---- auth (login / register) cards ---- */
.qh-auth-card{ max-width:420px; margin:20px auto; background:var(--qh-paper) !important; border:1px solid var(--qh-line); border-radius:16px; padding:30px; box-shadow:var(--qh-shadow); }
.qh-auth-title{ font-size:22px; margin-top:8px; margin-bottom:18px; }
.qh-notice{ padding:11px 14px; border-radius:9px; font-size:12.5px; margin-bottom:16px; font-weight:600; }
.qh-auth-switch{ text-align:center; font-size:12.5px; color:var(--qh-muted); margin-top:16px; }
.qh-auth-switch a{ color:var(--qh-gold-dim); font-weight:600; text-decoration:none; }
.qh-gate{ text-align:center; padding:40px 20px; background:var(--qh-paper) !important; border:1px solid var(--qh-line); border-radius:16px; }
.qh-gate p{ margin-bottom:16px; color:var(--qh-ink-soft); }
.qh-inline-note{ font-size:13px; color:var(--qh-ink-soft); }

.qh-range-toggle{ display:flex; gap:6px; background:var(--qh-cream-2); padding:4px; border-radius:9px; flex:none; }
.qh-range-toggle a{ font-family:'JetBrains Mono',monospace; font-size:10.5px; letter-spacing:.05em; color:var(--qh-ink-soft); padding:6px 12px; border-radius:6px; text-decoration:none; }
.qh-range-toggle a.qh-active{ background:var(--qh-navy); color:var(--qh-paper); font-weight:700; }

.qh-btn-sm{ padding:6px 12px; font-size:11px; }

.qh-fmt-tag{ display:inline-block; font-family:'JetBrains Mono',monospace; font-size:9.5px; letter-spacing:.04em; text-transform:uppercase; background:var(--qh-cream-2); color:var(--qh-ink-soft); padding:3px 8px; border-radius:5px; margin:1px 3px 1px 0; }

/* format picker (Submit Manuscript, step 1) */
.qh-format-picker{ display:grid; grid-template-columns:repeat(4,1fr); gap:12px; margin:22px 0 6px; }
@media (max-width:820px){ .qh-format-picker{ grid-template-columns:repeat(2,1fr); } }
.qh-format-card{ position:relative; display:block; background:var(--qh-paper); border:1.5px solid var(--qh-line); border-radius:13px; padding:16px 14px; cursor:pointer; transition:all .15s ease; }
.qh-format-card:hover{ border-color:var(--qh-gold); transform:translateY(-2px); }
.qh-format-card.qh-checked{ border-color:var(--qh-navy); background:var(--qh-navy) !important; box-shadow:var(--qh-shadow); }
.qh-format-card .qh-format-input{ position:absolute; opacity:0; pointer-events:none; }
.qh-format-icon{ width:34px; height:34px; border-radius:9px; background:linear-gradient(155deg,var(--qh-gold-light),var(--qh-gold-dim)); display:flex; align-items:center; justify-content:center; margin-bottom:12px; }
.qh-format-icon svg{ width:17px; height:17px; color:var(--qh-navy); }
.qh-format-name{ font-family:'Fraunces',serif; font-weight:600; font-size:14px; color:var(--qh-ink); }
.qh-format-card.qh-checked .qh-format-name{ color:var(--qh-paper); }
.qh-format-sub{ font-size:10.5px; color:var(--qh-muted); margin-top:3px; }
.qh-format-card.qh-checked .qh-format-sub{ color:rgba(244,239,226,0.55); }
.qh-details-shell{ margin-top:22px; }
.qh-selected-formats:empty{ display:none; }

/* line chart (Reports) */
.qh-line-chart{ width:100%; height:170px; margin-top:16px; display:block; }
.qh-line-axis{ margin-top:2px; }

/* ---- mobile ---- */
.qh-mobile-topbar{ display:none; }
@media (max-width:860px){
  .qh-app{ flex-direction:column; border-radius:14px; }
  .qh-sidebar{ position:fixed; left:-260px; top:0; height:100vh; z-index:9999; transition:left .25s ease; box-shadow:20px 0 40px rgba(0,0,0,0.25); border-radius:0; }
  .qh-sidebar.qh-open{ left:0; }
  .qh-main{ padding:70px 18px 40px; max-width:100%; }
  .qh-mobile-topbar{ display:flex; align-items:center; justify-content:space-between; padding:13px 16px; background:var(--qh-navy); color:var(--qh-paper); }
  .qh-brand-flat{ padding:0 !important; }
  .qh-menu-btn{ background:none; border:none; color:var(--qh-paper); cursor:pointer; }
  .qh-card-grid{ grid-template-columns:repeat(2,1fr); }
}
