:root{--ink:#102a43;--muted:#627d98;--paper:#f5f9fc;--card:#fff;--line:#d9e8f2;--aqua:#008c95;--aqua-dark:#066b72;--amber:#e6a700;--danger:#a83b3b;--shadow:0 18px 55px rgba(25,72,104,.10);font-family:"Segoe UI Variable","Trebuchet MS",sans-serif;color:var(--ink);background:var(--paper)}*{box-sizing:border-box}html,body{max-width:100%;overflow-x:hidden}body{margin:0;min-height:100vh;background:radial-gradient(circle at 90% -20%,#d4f2f0 0,transparent 34rem),var(--paper)}a{color:inherit}button,input,select{font:inherit}.topbar{display:flex;align-items:center;gap:2rem;padding:1rem clamp(1rem,4vw,4rem);background:rgba(255,255,255,.92);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:10;backdrop-filter:blur(12px)}.brand{display:flex;align-items:center;gap:.65rem;text-decoration:none;font-weight:800}.brand-short{display:none}.brand-mark,.login-emblem{display:grid;place-items:center;background:var(--ink);color:#fff;border-radius:14px;font-weight:900}.brand-mark{width:36px;height:36px;flex:0 0 36px}.topbar nav{display:flex;gap:.35rem;flex:1}.topbar nav a{padding:.7rem .85rem;border-radius:9px;text-decoration:none;color:var(--muted);font-weight:650}.topbar nav a:hover,.topbar nav a:focus-visible{background:#e9f4f7;color:var(--aqua-dark)}.logout{margin:0}.page{width:min(1180px,calc(100% - 2rem));margin:0 auto;padding:clamp(2rem,5vw,5rem) 0}.login-page{min-height:100vh;display:grid;place-items:center}.login-card{width:min(460px,100%);background:var(--card);padding:clamp(1.5rem,5vw,3rem);border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow)}.login-emblem{width:64px;height:64px;font-size:2rem;transform:rotate(-4deg);margin-bottom:2rem}.eyebrow{text-transform:uppercase;letter-spacing:.13em;font-size:.75rem;font-weight:800;color:var(--aqua-dark)}h1{font-size:clamp(2rem,6vw,4.3rem);line-height:.98;letter-spacing:-.045em;margin:.35rem 0 1rem}h2{letter-spacing:-.025em}.lead,.section-head>p:not(.eyebrow){color:var(--muted);line-height:1.6}.stack-form{display:grid;gap:1rem;margin-top:1.5rem}.stack-form label{display:grid;gap:.45rem;font-weight:700;color:var(--ink)}input,select{width:100%;min-height:48px;border:1px solid #b9cfdd;background:#fbfdff;border-radius:10px;padding:.75rem .9rem;color:var(--ink)}input:focus,select:focus,button:focus-visible,a:focus-visible{outline:3px solid rgba(0,140,149,.28);outline-offset:2px;border-color:var(--aqua)}.button{min-height:44px;border:0;border-radius:10px;padding:.75rem 1.1rem;font-weight:800;cursor:pointer}.button-primary{background:var(--aqua);color:#fff}.button-primary:hover{background:var(--aqua-dark)}.button-quiet{background:#edf4f8;color:var(--ink)}.search-hero{padding:clamp(1.4rem,5vw,3.5rem);background:linear-gradient(125deg,#fff 0%,#f1fbfb 100%);border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow)}.search-form{display:grid;grid-template-columns:1fr auto;gap:.75rem;margin:1.8rem 0 1rem}.search-form input{min-height:60px;font-size:1.12rem;background:#fff}.stats{color:var(--muted);font-size:.9rem}.results{display:grid;gap:1rem;margin-top:2rem}.result-card{display:grid;grid-template-columns:145px 1fr;background:var(--card);border:1px solid var(--line);border-radius:16px;overflow:hidden}.timeline-date{display:flex;flex-direction:column;padding:1.15rem;border-right:1px solid var(--line);background:#edf8f8;color:var(--aqua-dark);position:relative}.timeline-date:before{content:"";width:9px;height:9px;background:var(--aqua);border-radius:50%;position:absolute;right:-5px;top:1.5rem;box-shadow:0 0 0 4px #fff}.date-day{font-size:1.9rem;font-weight:900;line-height:1}.timeline-date span:not(.date-day),.timeline-date time{font-size:.72rem;margin-top:.2rem}.result-body{padding:1.2rem 1.4rem}.result-body p{line-height:1.65;margin:.9rem 0}.result-meta{display:flex;gap:.75rem;align-items:center;flex-wrap:wrap;color:var(--muted);font-size:.82rem}.source-chip{background:#e8eef7;color:var(--ink);padding:.3rem .55rem;border-radius:99px;font-weight:700}mark{background:#fff0a8;color:inherit;padding:.05em .12em;border-radius:3px}.notice{padding:.85rem 1rem;border-radius:10px;margin:1rem 0}.notice-error{background:#fdecec;color:var(--danger);border:1px solid #f2caca}.notice-success{background:#e7f7ef;color:#176b48}.empty,.panel,.topic-section{background:var(--card);border:1px solid var(--line);border-radius:16px;padding:1.25rem}.section-head{margin-bottom:2rem}.section-head h1{font-size:clamp(2rem,5vw,3.5rem)}.topic-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.topic-section h2{margin-top:0}.topic-section ol{padding-left:1.4rem}.topic-section li{padding:.55rem .2rem;border-bottom:1px solid #edf2f6}.topic-section li:last-child{border-bottom:0}.topic-section li span{display:block;font-weight:650}.topic-section small{display:block;color:var(--muted);margin-top:.2rem}.admin-grid{display:grid;grid-template-columns:minmax(280px,.7fr) minmax(0,1.3fr);gap:1rem}.panel h2{margin-top:0}.table-wrap{overflow-x:auto}table{border-collapse:collapse;width:100%}th,td{text-align:left;padding:.8rem;border-bottom:1px solid var(--line)}th{font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;color:var(--muted)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(max-width:760px){.topbar{align-items:center;gap:.6rem;flex-wrap:wrap}.brand{width:calc(100% - 96px);min-width:0}.topbar nav{order:3;flex:0 0 100%;width:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));overflow:visible;border-top:1px solid var(--line);padding-top:.55rem}.topbar nav a{text-align:center;padding:.6rem .35rem;min-width:0}.logout{position:absolute;right:1rem;top:.75rem}.page{width:min(100% - 1rem,1180px);padding:1.25rem 0}.search-form{grid-template-columns:1fr}.result-card{grid-template-columns:96px minmax(0,1fr)}.timeline-date{padding:.8rem}.timeline-date span:not(.date-day){display:block;line-height:1.25}.topic-grid,.admin-grid{grid-template-columns:1fr}.login-card{border-radius:18px}}@media(max-width:410px){.brand-long{display:none}.brand-short{display:inline}.topbar nav a{font-size:.88rem}}@media(prefers-reduced-motion:no-preference){.result-card,.topic-section{transition:transform .18s ease,box-shadow .18s ease}.result-card:hover,.topic-section:hover{transform:translateY(-2px);box-shadow:0 12px 32px rgba(25,72,104,.08)}}
:root{--import-accent:var(--aqua)}
input[type=checkbox]{width:22px;min-height:22px;accent-color:var(--import-accent)}
.import-panel{max-width:780px}
.chat-options{display:grid;gap:.7rem}
.chat-option{display:flex!important;grid-template-columns:none!important;align-items:flex-start;gap:.8rem!important;padding:1rem;border:1px solid var(--line);border-radius:12px;background:#f9fcfe}
.chat-option span{display:block}
.chat-option small{display:block;color:var(--muted);margin-top:.25rem}
.source-grid,.cards-grid,.guide-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.source-card,.research-card,.guide-card{background:var(--card);border:1px solid var(--line);border-radius:16px;padding:1.35rem}.source-card h2,.research-card h2,.guide-card h2{margin:.9rem 0}.guide-card h2 a{text-decoration:none}.guide-card p{line-height:1.55;color:var(--muted)}.guide-meta{display:flex;gap:1rem;flex-wrap:wrap;color:var(--muted);font-size:.82rem}.date-facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem;margin:1.2rem 0}.date-facts div{padding:.8rem;background:#f4f8fb;border-radius:10px}.date-facts dt{font-size:.72rem;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);font-weight:800}.date-facts dd{margin:.3rem 0 0;font-weight:750}.card-labels{display:flex;gap:.5rem;flex-wrap:wrap}.status{display:inline-flex;padding:.35rem .6rem;border-radius:99px;background:#eaf2f7;font-size:.75rem;font-weight:800}.status-confirmed{background:#dcf5e8;color:#176b48}.status-refuted,.status-outdated,.risk-high .status-risk{background:#fde7e7;color:#8b2828}.risk-medium .status-risk{background:#fff2cc;color:#775600}.research-card section{border-top:1px solid var(--line);margin-top:1rem;padding-top:.85rem}.research-card h3{font-size:.82rem;text-transform:uppercase;letter-spacing:.06em;margin:0}.research-card section p,.card-summary{line-height:1.6}.research-card>small{display:block;color:var(--muted);margin-top:1rem}.guide-detail{max-width:900px;margin:auto}.guide-detail>section,.guide-two-columns>section{background:var(--card);border:1px solid var(--line);border-radius:16px;padding:1.25rem;margin-bottom:1rem}.guide-outcome{border-left:5px solid var(--aqua)!important}.guide-detail h2{margin-top:0}.guide-steps{list-style:none;counter-reset:steps;padding:0;display:grid;gap:.7rem}.guide-steps li{counter-increment:steps;display:grid;grid-template-columns:38px 1fr;gap:.8rem;align-items:start}.guide-steps li:before{content:counter(steps);display:grid;place-items:center;width:34px;height:34px;border-radius:10px;background:var(--ink);color:#fff;font-weight:900}.guide-steps span{line-height:1.55;padding-top:.35rem}.guide-two-columns{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.community-note{background:#fff8dc!important;border-color:#eddc9a!important}.source-list{display:grid;gap:.8rem;padding-left:1.3rem}.source-list li span{display:block;color:var(--muted);font-size:.8rem;margin-top:.2rem}@media(max-width:760px){.source-grid,.cards-grid,.guide-grid,.date-facts,.guide-two-columns{grid-template-columns:1fr}.topbar nav{grid-template-columns:repeat(3,minmax(0,1fr))}.topbar nav a{font-size:.76rem}}
