:root{--ink:#333638;--muted:#687078;--line:#d7d9d7;--paper:#fbfaf5;--blue:#1769b0;--orange:#f27b2d;--red:#e65048}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font-family:Arial,sans-serif;background-color:var(--paper);background-image:radial-gradient(#1769b00b 1px,transparent 1px),repeating-linear-gradient(7deg,transparent 0,transparent 21px,#6c777b08 22px,#6c777b08 23px);background-size:8px 8px,auto}.app-shell{display:grid;grid-template-columns:232px 1fr;min-height:100vh}.sidebar{position:fixed;inset:0 auto 0 0;width:232px;padding:24px 20px;background:#fffdfa;border-right:2px solid #3336381c;display:flex;flex-direction:column;z-index:5}.brand{display:flex;align-items:center;gap:8px;margin:0 3px 34px;text-decoration:none;color:var(--ink)}.brand img{width:72px;height:50px;object-fit:cover;object-position:center 47%;mix-blend-mode:multiply}.brand b,.brand small{display:block}.brand b{font:18px Georgia,serif}.brand small{font-size:8px;color:var(--muted);margin-top:3px}.sidebar nav,.sidebar-bottom{display:flex;flex-direction:column;gap:7px}.sidebar nav a,.sidebar-bottom>a{display:flex;align-items:center;gap:13px;padding:11px 12px;border:1px solid transparent;border-radius:8px;color:#697783;text-decoration:none;font-size:13px;font-weight:700}.sidebar a i{font-style:normal;width:20px;text-align:center;font-size:17px}.sidebar nav a:hover,.sidebar nav a.active{background:#eaf3fb;color:var(--blue);border-color:#1769b025}.sidebar nav a.active:before{content:"";width:5px;height:21px;background:var(--orange);border-radius:45%;transform:rotate(5deg);margin-left:-7px}.sidebar-bottom{margin-top:auto}.profile{border-top:1px solid var(--line);margin-top:18px;padding:22px 8px 0;display:flex;gap:10px;align-items:center}.profile>span{width:33px;height:33px;border-radius:50%;background:var(--blue);color:#fff;display:grid;place-items:center;font-size:10px;box-shadow:2px 2px 0 var(--orange)}.profile p{margin:0}.profile b,.profile small{display:block}.profile b{font-size:12px}.profile small{font-size:9px;color:var(--muted);margin-top:3px}.content{grid-column:2}.topbar{height:78px;padding:0 42px;background:#fffdfa;border-bottom:3px solid var(--blue);display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:4}.topbar>div:first-child small,.topbar>div:first-child b{display:block}.topbar>div:first-child small{font-size:8px;letter-spacing:.16em;color:#8b969f;margin-bottom:4px}.topbar>div:first-child b{font-size:13px}.actions{display:flex;align-items:center;gap:10px}.actions>span{font-size:8px;letter-spacing:.13em;color:#74818a;margin-right:10px}.actions>span:first-letter{color:var(--red)}button{font:inherit;cursor:pointer;transition:.2s ease}.ghost,.primary,.outline{padding:11px 16px;border-radius:9px 6px 10px 7px;font-size:11px;font-weight:800}.ghost{background:#fff;border:2px solid #343a3c2e}.primary{background:var(--blue);border:1px solid var(--blue);color:#fff;box-shadow:3px 4px 0 #0e4e8233}.primary:disabled{opacity:.7;cursor:wait}.workspace{max-width:1380px;margin:auto;padding:52px 52px 32px}.hero{position:relative;padding:24px 28px 27px;background:#fffdf8;border:2px solid #353a3d29;border-radius:16px 12px 18px 10px;box-shadow:5px 6px 0 #f27b2d17;margin-bottom:30px;display:flex;align-items:flex-end;justify-content:space-between;overflow:hidden}.hero:before{content:"";position:absolute;width:180px;height:13px;background:#f27b2d2e;left:23px;top:17px;transform:rotate(-1.5deg);border-radius:45%}.hero>div>p{font:700 10px "Comic Sans MS",cursive;letter-spacing:.13em;color:var(--orange);margin:0 0 14px}.hero h1{font:500 48px/1.02 Georgia,serif;letter-spacing:-.035em;margin:0}.hero h1 em{color:var(--blue);font-weight:400;position:relative}.hero h1 em:after{content:"";position:absolute;left:-2px;right:-4px;height:7px;bottom:-3px;background:#f27b2d50;transform:rotate(-1deg);border-radius:50%;z-index:-1}.hero>div>span{display:block;max-width:620px;font-size:13px;color:var(--muted);line-height:1.6;margin-top:18px}.hero figure{display:flex;align-items:center;gap:14px;margin:0;padding:8px 10px 8px 6px;background:#fff;border:1px solid #42474a31;border-radius:7px 13px 8px 15px;box-shadow:3px 4px 0 #1769b015;transform:rotate(-1deg)}.hero figure img{width:205px;height:118px;object-fit:cover;mix-blend-mode:multiply}.hero figcaption{font:italic 12px/1.4 Georgia,serif;color:#555c60}.notice{margin:-8px 0 20px;padding:14px 18px;border:2px solid #1769b03d;border-radius:9px;background:#edf5fc;font-size:11px}.notice.success{background:#fff4e9;border-color:#f27b2d52;color:#92501f}.inputs{display:grid;grid-template-columns:repeat(3,1fr);background:#fffefa;border:2px solid #363b3d28;border-radius:13px 9px 15px 10px;box-shadow:3px 4px 0 #1769b00d;margin-bottom:22px;overflow:hidden}.inputs label{display:flex;align-items:center;gap:13px;padding:17px 20px;border-right:2px solid #343a3c1c;cursor:pointer}.inputs label:last-child{border:0}.inputs input{position:absolute;width:1px;height:1px;overflow:hidden;opacity:0}.inputs label>i{width:35px;height:35px;border:1px solid currentColor;border-radius:46% 55% 47% 58%;display:grid;place-items:center;font-style:normal;font-weight:900}.blue{background:#eef5fc;color:var(--blue)}.red{background:#fff0ee;color:var(--red)}.orange{background:#fff1e7;color:var(--orange)}.inputs label>span{flex:1}.inputs b,.inputs small{display:block}.inputs b{font-size:12px}.inputs small{font-size:10px;color:var(--muted);margin-top:4px}.inputs strong{font-size:8px;color:var(--blue);letter-spacing:.1em}.analysis-grid{display:grid;grid-template-columns:minmax(0,1.8fr) minmax(300px,.8fr);gap:22px;margin-bottom:22px}.panel{background:#fffefa;border:2px solid #363b3d28;border-radius:13px 9px 15px 10px;box-shadow:3px 4px 0 #1769b00d;overflow:hidden}.panel>header{min-height:72px;padding:18px 21px;border-bottom:2px solid #363b3d1c;display:flex;align-items:center;justify-content:space-between}.panel>header>div{display:flex;align-items:center;gap:12px}.panel>header div>i{width:31px;height:31px;border:1px solid currentColor;border-radius:45% 55% 47% 52%;background:#eaf3fb;color:var(--blue);display:grid;place-items:center;font-style:normal;font-size:10px;font-weight:900;transform:rotate(-2deg)}.panel>header b,.panel>header small{display:block}.panel>header b{font-size:13px}.panel>header small{font-size:9px;color:var(--muted);margin-top:4px}.link{border:0;background:none;color:var(--blue);font-size:10px;font-weight:900}.candidate{display:grid;grid-template-columns:38px 1.4fr minmax(150px,.8fr) 78px;gap:12px;align-items:center;padding:17px 20px;border-bottom:1px dashed #6870783a}.candidate.featured{background:#f5f9fd;border-left:5px solid var(--blue)}.candidate .rank{width:27px;height:27px;border:1px solid #d8dfe2;border-radius:50%;display:grid;place-items:center;font:13px Georgia,serif}.candidate.featured .rank{background:var(--blue);color:#fff}.candidate p{margin:0}.candidate p b{font:18px Georgia,serif;color:var(--blue)}.candidate code,.candidate small{display:block}.candidate code{font-size:10px;margin:4px 0}.candidate small{font-size:9px;color:var(--muted)}.score{display:grid;grid-template-columns:1fr auto;gap:5px;align-items:center}.score span{grid-column:1/-1;font-size:8px;color:var(--muted)}.score i{height:4px;background:#edf0f1}.score u{display:block;height:100%;background:linear-gradient(90deg,var(--blue),#4d8ec8)}.score b{font-size:9px}.candidate>em{font-style:normal;font-size:8px;letter-spacing:.08em;font-weight:900;padding:6px;border-radius:5px;text-align:center;background:#e8f2fb;color:var(--blue)}.candidate>em.medium{background:#fff6dc;color:#a77116}.candidate>em.review{background:#eef1f2;color:#687681}.synthesis>header strong{font-size:8px;color:var(--red)}blockquote{font:16px/1.55 Georgia,serif;margin:25px 23px 20px;border-left:5px solid var(--red);padding-left:15px}.synthesis ul{list-style:none;padding:0 23px;margin:0}.synthesis li{display:flex;gap:8px;margin:15px 0}.synthesis li>i{width:18px;height:18px;border-radius:50%;background:#fff1e7;color:var(--orange);display:grid;place-items:center;font-style:normal;font-size:9px}.synthesis li b,.synthesis li small{display:block}.synthesis li b{font-size:10px}.synthesis li small{font-size:9px;color:var(--muted);margin-top:2px}.outline{width:calc(100% - 46px);margin:10px 23px 23px;background:#fff;color:var(--blue);border:2px solid #343a3c2e;display:flex;justify-content:space-between}.evidence-map{margin:8px 23px 16px;padding:14px;border:1px dashed #b8cecb;background:#f7fbfa;border-radius:7px;font-size:8px;line-height:2}.evidence-map b{display:block;color:var(--blue)}.evidence-map span{background:#fff;border:1px solid var(--line);padding:5px 6px;border-radius:4px}.therapeutics>header div>i{background:#fff1e7;color:var(--orange)}.drug-row{width:100%;padding:20px 24px;display:flex;align-items:center;gap:20px;border:0;background:#fffefa;text-align:left;color:var(--ink)}.drug-row>strong{font:25px Georgia,serif;color:var(--orange)}.drug-row>span{flex:1}.drug-row b,.drug-row small{display:block}.drug-row b{font-size:12px}.drug-row small{font-size:9px;color:var(--muted);margin-top:5px}.drug-row>div{display:flex;gap:7px}.drug-row>div i{font-style:normal;padding:7px 9px;background:#fff4e9;border:1px solid #f27b2d24;border-radius:5px;font-size:8px;font-weight:800}.drug-row>em{font-style:normal;font-size:20px;color:var(--blue)}.hypotheses{border-top:1px solid var(--line);background:#fafbfa;padding:18px;display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.hypotheses article{border:2px solid #363b3d20;background:#fff;border-radius:11px 8px 13px 9px;padding:16px}.hypotheses article>span{font:700 7px "Comic Sans MS",cursive;color:var(--orange);letter-spacing:.12em}.hypotheses article>b{font:15px Georgia,serif;display:block;margin:8px 0}.hypotheses p{font-size:9px;line-height:1.5;color:var(--muted)}.hypotheses small{font-size:8px;color:var(--blue)}.methods{margin-top:20px;padding:17px 4px;border-top:2px dashed #6870783a;border-bottom:2px dashed #6870783a;display:flex;gap:20px}.methods b{font:15px Georgia,serif;color:var(--blue)}.methods span{font-size:9px;color:var(--muted)}.disclaimer{text-align:center;font:10px "Comic Sans MS",cursive;color:var(--muted);margin:22px}@media(max-width:1050px){.app-shell{grid-template-columns:74px 1fr}.sidebar{width:74px;padding:24px 10px}.brand span,.sidebar nav a:not(.active){font-size:0}.brand img{width:52px}.brand{justify-content:center}.sidebar nav a,.sidebar-bottom>a{justify-content:center;font-size:0}.sidebar nav a i,.sidebar-bottom>a i{font-size:17px}.profile p{display:none}.analysis-grid{grid-template-columns:1fr}.hero figure{display:none}.content{grid-column:2}}@media(max-width:720px){.app-shell{display:block}.sidebar{display:none}.content{grid-column:1}.topbar{padding:0 18px}.actions>span,.ghost{display:none}.workspace{padding:35px 18px}.hero{padding:20px}.hero h1{font-size:38px}.inputs{grid-template-columns:1fr}.inputs label{border-right:0;border-bottom:1px solid var(--line)}.candidate{grid-template-columns:32px 1fr auto}.candidate .score{display:none}.drug-row>div{display:none}.hypotheses{grid-template-columns:1fr}.methods{display:block}.methods span{display:block;margin-top:7px}}
