:root{--ink: #232f3e;--accent: #ff9900;--bg: #f4f6f8;--surface: #ffffff;--border: #e3e8ee;--text: #16191f;--muted: #5a6572;--link: #0a58ca}html[data-theme=dark]{--ink: #0b111b;--bg: #10151d;--surface: #1a212c;--border: #2a3442;--text: #e6eaf0;--muted: #9aa7b5;--link: #7fb0ff}*{box-sizing:border-box}body{font-family:-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;margin:0;padding:0;color:var(--text);background:var(--bg);line-height:1.45}.topbar{background:var(--ink);color:#fff}.topbar-inner{max-width:1180px;margin:0 auto;padding:16px 24px;display:flex;align-items:center;justify-content:space-between}.topbar-title{display:flex;align-items:baseline;gap:14px}.topbar-home{color:#fff;font-size:18px;font-weight:700;text-decoration:none}.topbar-sub{color:#c5cdd6;font-size:13px}.theme-toggle{background:#ffffff29;border:1px solid rgba(255,255,255,.3);color:#fff;border-radius:20px;padding:5px 14px;font-size:12.5px;font-weight:600;cursor:pointer}.theme-toggle:hover{background:#ffffff47}main{max-width:1180px;margin:0 auto;padding:24px}.archive-title,.landing h1{font-size:20px;border-bottom:2px solid var(--accent);padding-bottom:6px;display:inline-block}.report-list{list-style:none;margin:16px 0 0;padding:0}.report-card{background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:16px 20px;margin:12px 0;box-shadow:0 1px 2px #0000000a}.report-link{font-size:16px;font-weight:600;color:var(--link);text-decoration:none}.report-link:hover{text-decoration:underline}.report-meta{color:var(--muted);font-size:13px;margin-top:4px}.landing-card{background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:28px 32px;max-width:640px;box-shadow:0 1px 2px #0000000a}.cta{display:inline-block;margin-top:12px;background:var(--accent);color:#16191f;font-weight:700;text-decoration:none;padding:9px 18px;border-radius:6px}.report-full{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:row}.report-main{flex:1 1 auto;min-width:0;position:relative}.report-frame{border:0;width:100%;height:100%}.notes-panel{flex:0 0 360px;display:flex;flex-direction:column;border-left:1px solid var(--border);background:var(--surface);color:var(--text)}.notes-head{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background:var(--ink);color:#fff;border-bottom:2px solid var(--accent)}.notes-title{font-size:14px;font-weight:700}.notes-collapse,.notes-tab{background:#ffffff29;border:1px solid rgba(255,255,255,.3);color:#fff;border-radius:14px;padding:3px 12px;font-size:12px;font-weight:600;cursor:pointer}.notes-collapse:hover{background:#ffffff47}.notes-area{flex:1 1 auto;width:100%;border:0;outline:none;resize:none;padding:14px 16px;font:14px/1.5 -apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;color:var(--text);background:var(--surface);box-sizing:border-box}.notes-status{padding:8px 16px;font-size:11.5px;color:var(--muted);border-top:1px solid var(--border);background:var(--bg)}.notes-tab{position:fixed;top:90px;right:0;border-radius:14px 0 0 14px;background:var(--ink);border:1px solid var(--ink);padding:8px 10px;writing-mode:vertical-rl;z-index:5}.notes-tab:hover{background:var(--accent);color:#16191f}.loading,.empty{color:var(--muted)}.errbox{background:#fce8e6;color:#c5221f;border:1px solid #f5c6c2;border-radius:6px;padding:12px 16px}.auth-msg{max-width:640px;margin:80px auto;padding:0 24px;color:var(--muted);text-align:center}
