:root{color-scheme:light;--bg: #eef2f6;--surface: #ffffff;--ink: #16202a;--muted: #607080;--accent: #0f766e;--border: rgba(22, 32, 42, .1)}*{box-sizing:border-box}body{margin:0;font-family:Segoe UI,sans-serif;background:linear-gradient(180deg,#f6f8fb 0%,var(--bg) 100%);color:var(--ink)}a{color:inherit;text-decoration:none}.adminShell{display:grid;grid-template-columns:260px 1fr;min-height:100vh}.sidebar{padding:28px 20px;border-right:1px solid var(--border);background:#0f172a;color:#f8fafc}.brand{margin:0 0 24px;font-size:1.1rem;font-weight:700}.navItem{display:block;padding:12px 14px;border-radius:14px;color:#f8fafce6}.navItem:hover{background:#ffffff14}.content{padding:28px}.topbar{display:flex;justify-content:space-between;gap:16px;align-items:center;margin-bottom:24px}.eyebrow{margin:0 0 8px;color:var(--accent);text-transform:uppercase;letter-spacing:.14em;font-size:.72rem;font-weight:700}.topbar h1{margin:0;font-size:clamp(2rem,4vw,3.25rem)}.loginButton{min-height:44px;padding:0 18px;border:0;border-radius:14px;background:var(--accent);color:#fff;font-weight:700}.statsGrid,.contentGrid{display:grid;gap:16px}.statsGrid{grid-template-columns:repeat(3,minmax(0,1fr));margin-bottom:16px}.contentGrid{grid-template-columns:2fr 1fr}.card{padding:22px;border:1px solid var(--border);border-radius:24px;background:#ffffffe0;box-shadow:0 12px 30px #0f172a0f}.card span,.card p,.card li{color:var(--muted)}.card strong{display:block;margin-top:12px;font-size:2rem;color:var(--ink)}.card h2{margin-top:0}.card ul{margin:0;padding-left:18px}.sectionHeader{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-bottom:16px}.quoteList,.detailStack,.miniQuoteList{display:grid;gap:12px}.quoteListItem{display:flex;width:100%;justify-content:space-between;gap:16px;align-items:center;padding:16px;border:1px solid var(--border);border-radius:18px;background:#f7f9fc;text-align:left;font:inherit}.quoteListItem.active{border-color:#0f766e59;background:#0f766e14}.quoteListItem p,.detailStack p{margin:6px 0 0}.quoteListMeta{text-align:right}.quoteListMeta span,.miniQuoteRow strong{display:block;color:var(--ink);font-weight:700}.miniQuoteRow{display:flex;justify-content:space-between;gap:12px;align-items:center;padding:12px 14px;border-radius:14px;background:#f7f9fc}@media(max-width:900px){.adminShell{grid-template-columns:1fr}.sidebar{border-right:0;border-bottom:1px solid rgba(255,255,255,.08)}.topbar{flex-direction:column;align-items:flex-start}.statsGrid,.contentGrid{grid-template-columns:1fr}}
