:root{color-scheme:light;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;font-weight:400;color:#1f2937;background:#f6f7fb;--bg: #f6f7fb;--surface: #ffffff;--surface-alt: #f9fafb;--border: #e5e7eb;--text: #111827;--muted: #6b7280;--primary: #111827;--primary-contrast: #ffffff;--shadow: 0 8px 30px rgba(17, 24, 39, .08);--radius: 16px}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}body{background:var(--bg);color:var(--text)}a{color:#2563eb;text-decoration:none}a:hover{text-decoration:underline}button,input,select,textarea{font:inherit}button{border:0;border-radius:12px;background:var(--primary);color:var(--primary-contrast);padding:.75rem 1rem;cursor:pointer;transition:opacity .15s ease,transform .15s ease}button:hover{opacity:.92}button:disabled{opacity:.55;cursor:not-allowed}input,select,textarea{width:100%;border:1px solid var(--border);border-radius:12px;background:#fff;color:var(--text);padding:.8rem .9rem;outline:none}input:focus,select:focus,textarea:focus{border-color:#9ca3af;box-shadow:0 0 0 3px #1118270f}textarea{min-height:120px;resize:vertical}small{color:var(--muted)}.shell{width:min(1200px,calc(100% - 2rem));margin:0 auto;padding:1.25rem 0 2rem}.topbar{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.25rem}.topbar h1{margin:0 0 .35rem;font-size:1.9rem;line-height:1.15}.topbar p{margin:.15rem 0}.grid{display:grid;gap:1rem;margin-bottom:1rem}.grid.two-col{grid-template-columns:1fr 1.4fr}.grid.two-col-admin{grid-template-columns:1fr 1fr}.card{min-width:0;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:1rem}.card h2{margin:0 0 .85rem;font-size:1.05rem}.stack{display:flex;flex-direction:column;gap:.8rem;min-width:0}.muted{color:var(--muted)}.compact-list{list-style:none;margin:0;padding:0;min-width:0}.compact-list li{min-width:0;padding:.55rem 0;border-bottom:1px solid var(--border);overflow-wrap:anywhere;word-break:break-word;white-space:normal}.compact-list li:last-child{border-bottom:0;padding-bottom:0}.report-card{min-width:0;border:1px solid var(--border);border-radius:14px;background:var(--surface-alt);padding:1rem}.report-card__header{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;margin-bottom:.8rem}.report-card__header strong{display:block;margin-bottom:.35rem;overflow-wrap:anywhere;word-break:break-word}.report-card p,.report-card li,.report-card small,.report-card div{overflow-wrap:anywhere;word-break:break-word}.pill{display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;border-radius:999px;font-size:.78rem;font-weight:600;padding:.35rem .65rem;border:1px solid var(--border);background:#fff;color:var(--text)}.pill--low{background:#ecfdf5}.pill--medium{background:#fffbeb}.pill--high{background:#fef2f2}.citations{margin-top:.8rem}.citations ul{margin:.45rem 0 0;padding-left:1rem}.citations li{overflow-wrap:anywhere;word-break:break-word}@media (max-width: 960px){.grid.two-col,.grid.two-col-admin{grid-template-columns:1fr}.topbar{flex-direction:column;align-items:stretch}.topbar button{width:100%}}@media (max-width: 640px){.shell{width:min(100% - 1rem,1200px);padding-top:.75rem}.card{padding:.9rem}.topbar h1{font-size:1.55rem}button{width:100%}}
