:root{--bg: #f5f7fa;--surface: #ffffff;--border: #d8dee6;--text: #1f2933;--muted: #5b6b7b;--accent: #1f4e79;--accent-strong: #163a5a;--warn: #8a4b00}*{box-sizing:border-box}body{margin:0;font-family:-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background:var(--bg);color:var(--text);line-height:1.5}.app{min-height:100vh;display:flex;flex-direction:column}.topbar{display:flex;align-items:center;justify-content:space-between;padding:12px 28px;background:var(--surface);border-bottom:1px solid var(--border)}.brand{font-weight:700;font-size:18px;color:var(--accent);text-decoration:none;letter-spacing:.2px}.topbar nav a{margin-left:20px;color:var(--text);text-decoration:none;font-size:14px}.topbar nav a:hover{color:var(--accent)}.content{flex:1;width:100%;max-width:1080px;margin:0 auto;padding:28px 24px 64px}.footer{border-top:1px solid var(--border);padding:16px 28px;color:var(--muted);font-size:12px;background:var(--surface)}h1{font-size:26px;margin:0 0 6px}h2{font-size:18px;margin:0 0 12px}h3{font-size:15px;margin:0 0 8px}.lead{color:var(--muted);max-width:640px;font-size:16px}.hero{padding:48px 0}.button{display:inline-block;padding:9px 16px;border:1px solid var(--border);border-radius:6px;background:var(--surface);color:var(--text);text-decoration:none;font-size:14px;cursor:pointer}.button.primary{background:var(--accent);border-color:var(--accent);color:#fff}.button.primary:hover{background:var(--accent-strong)}.button:disabled{opacity:.6;cursor:default}.panel,.card,.option-card,.wizard{background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:18px 20px;margin-bottom:18px}.muted{color:var(--muted);font-size:13px}.error{color:#b00020;background:#fdecef;border:1px solid #f3c2cb;padding:10px 12px;border-radius:6px}.warn{color:var(--warn);font-size:13px}.option-grid,.cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px;margin-bottom:18px}.option-card .cost{font-size:22px;font-weight:700;margin:6px 0}.option-meta{display:flex;flex-direction:column;gap:4px;font-size:13px;color:var(--muted)}.card-head{display:flex;align-items:baseline;justify-content:space-between;gap:8px}.favors{font-size:13px;color:var(--muted)}.badge{display:inline-block;padding:1px 8px;border-radius:999px;border:1px solid var(--border);font-size:12px;background:#eef2f6;white-space:nowrap}.badge-high{background:#e3f2e8;border-color:#b6dcc4}.badge-medium{background:#fdf3e2;border-color:#f0d9ac}.badge-low,.badge-insufficient-data{background:#fdecef;border-color:#f3c2cb}.badge-authority{background:#e9eef5}.severity-high,.severity-critical{background:#fdecef;border-color:#f3c2cb}.status-not_assessed,.status-insufficient_data{background:#fdf3e2;border-color:#f0d9ac}table{width:100%;border-collapse:collapse;font-size:14px;margin:8px 0}th,td{border:1px solid var(--border);padding:6px 8px;text-align:left;vertical-align:top}th{background:#eef2f6}a{color:var(--accent)}.source-list{list-style:none;padding:0;margin:0}.source-item{padding:10px 0;border-bottom:1px solid var(--border)}.source-title{font-weight:600}.source-meta{font-size:12px;color:var(--muted)}.why{margin:6px 0 0}.why summary{cursor:pointer;color:var(--accent);font-size:13px}.why-path-title{font-weight:600;font-size:13px;margin:8px 0 2px}.why ol,.why ul{margin:4px 0;padding-left:20px;font-size:13px}.why-node{font-weight:600}.why-rel,.why-rule{color:var(--muted)}.evidence-item{padding:8px 0;border-bottom:1px dashed var(--border)}.evidence-head{display:flex;gap:8px;align-items:baseline}.risk-label{font-weight:600}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:16px}.wizard label,.wizard fieldset{display:block;margin-bottom:12px;font-size:14px}.wizard input[type=text],.wizard input[type=number],.wizard input[type=date],.wizard input:not([type]),.wizard select{display:block;width:100%;max-width:420px;margin-top:4px;padding:7px 9px;border:1px solid var(--border);border-radius:6px;font-size:14px}.wizard fieldset{border:1px solid var(--border);border-radius:8px;padding:12px 14px}.wizard legend{font-weight:600;padding:0 4px}.option{display:flex;align-items:center;gap:8px;font-weight:400;margin-bottom:6px}.option input{width:auto}.steps{display:flex;flex-wrap:wrap;gap:12px;list-style:none;padding:0;margin:0 0 18px;font-size:12px;color:var(--muted)}.steps .active{color:var(--accent);font-weight:700}.steps .done{color:var(--text)}.wizard-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:8px}.review dt{font-weight:600;margin-top:8px}.review dd{margin:0 0 4px;color:var(--muted)}.history{list-style:none;padding:0}.history-item{display:flex;align-items:center;gap:16px;background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:14px 16px;margin-bottom:12px}.history-main{flex:1}.history-title{font-weight:600}.history-meta{font-size:12px;color:var(--muted)}.history-side{text-align:right;font-size:13px;min-width:180px}.report-actions,.actions{display:flex;gap:12px;margin-bottom:18px}.audit dl{display:grid;grid-template-columns:220px 1fr;gap:4px 12px;font-size:13px}.audit dt{color:var(--muted)}.mono{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;word-break:break-all}@media(max-width:720px){.two-col{grid-template-columns:1fr}.history-item{flex-direction:column;align-items:flex-start}}
