:root{--bg:#0b0d12;--surface:#131720;--surface2:#181d28;--text:#f5f6f8;--muted:#8991a1;--line:#272e3d;--green:#7cf0a8;--red:#ff6d79;--amber:#f4bd59;--blue:#74b8ff}*{box-sizing:border-box}body{margin:0;background:radial-gradient(ellipse 60% 35% at 50% -5%,#1b2c30 0%,transparent 70%),var(--bg);color:var(--text);font-family:Manrope,Arial,sans-serif}.shell{max-width:1180px;margin:auto;padding:24px 28px 40px}nav{height:52px;display:flex;align-items:center;justify-content:space-between}.brand{font-weight:800;letter-spacing:-.6px;text-decoration:none;color:#fff;font-size:17px}.brand span{display:inline-grid;place-items:center;width:27px;height:27px;border-radius:8px;margin-right:8px;background:var(--green);color:#102019;font-family:Georgia;font-style:italic}.badge{font:12px 'DM Mono';color:var(--muted);background:#121820;border:1px solid var(--line);border-radius:20px;padding:8px 12px}.badge i{background:var(--green);width:6px;height:6px;border-radius:50%;display:inline-block;margin:0 7px 1px 0}.hero{text-align:center;max-width:760px;margin:68px auto 37px}.eyebrow{font:11px 'DM Mono';letter-spacing:1.3px;color:var(--green);margin:0 0 14px}.hero h1{font-size:clamp(38px,6vw,68px);letter-spacing:-3.5px;line-height:1.04;margin:0}.hero em{font-family:Georgia,serif;font-weight:400;color:var(--green)}.lead{color:var(--muted);line-height:1.75;font-size:15px;max-width:610px;margin:23px auto}.dropzone{border:1px dashed #41505b;border-radius:16px;min-height:290px;background:linear-gradient(130deg,#131920aa,#11151d);display:flex;align-items:center;flex-direction:column;justify-content:center;transition:.2s}.dropzone.over{border-color:var(--green);background:#15221e}.drop-icon{font:28px 'DM Mono';display:grid;place-items:center;color:var(--green);border:1px solid #3c5c4d;background:#18271f;width:50px;height:50px;border-radius:14px}.dropzone h2{font-size:20px;margin:19px 0 5px}.dropzone p,.dropzone small{color:var(--muted);font-size:13px;margin:0}.upload-actions{display:flex;gap:10px;margin:23px 0 15px}.button{cursor:pointer;border:0;border-radius:8px;background:var(--green);color:#102019;padding:11px 16px;font-weight:800;font-size:12px}.button.ghost{background:transparent;color:#c9cfda;border:1px solid #3a4352}.button input{display:none}.hidden{display:none}.dashboard{margin-top:40px}.resource-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.resource-head .eyebrow{margin-bottom:5px}.resource-head h2{font-size:25px;margin:0;letter-spacing:-1px}.resource-head span{font:12px 'DM Mono';color:var(--muted)}.text-button,.filter{border:0;background:none;color:var(--muted);cursor:pointer;font:12px 'DM Mono'}.text-button:hover{color:#fff}.score-row{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:12px;margin-bottom:14px}.score-card,.metric,.panel{border:1px solid var(--line);background:var(--surface);border-radius:12px}.score-card{display:flex;align-items:center;gap:15px;padding:13px 19px}.ring{width:54px;height:54px;border:4px solid var(--green);border-radius:50%;display:flex;align-items:baseline;justify-content:center;gap:1px}.ring strong{font-size:17px}.ring small{font-size:8px;color:var(--muted)}.score-card p{font-weight:700;font-size:13px;margin:0 0 4px}.score-card span{font-size:11px;color:var(--muted)}.metric{padding:17px 20px;display:flex;flex-direction:column;justify-content:center}.metric strong{font-size:22px}.metric span{font:11px 'DM Mono';color:var(--red);margin-top:2px}.metric.amber span{color:var(--amber)}.metric.blue span{color:var(--blue)}.grid{display:grid;grid-template-columns:1fr 1.15fr;gap:14px}.panel{min-height:350px;overflow:hidden}.panel-title{height:53px;padding:0 17px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between}.panel h3{font-size:13px;margin:0}.panel-title select{max-width:210px;background:#202633;color:#cdd3dd;border:1px solid #333d4c;padding:6px;border-radius:5px;font:11px 'DM Mono'}#findings{max-height:369px;overflow:auto}.finding{display:flex;gap:11px;padding:14px 17px;border-bottom:1px solid #202633}.finding:last-child{border:0}.status{flex:0 0 7px;height:7px;border-radius:50%;margin-top:6px;background:var(--green)}.status.error{background:var(--red)}.status.warning{background:var(--amber)}.finding b{display:block;font-size:12px;margin-bottom:4px}.finding p{font-size:11px;color:var(--muted);margin:0;line-height:1.5}.finding code{font:10px 'DM Mono';color:#a5afbe}.empty{color:var(--muted);font-size:13px;padding:28px 17px}pre{margin:0;overflow:auto;max-height:369px;padding:18px;background:#0e1118;color:#c5ccd8;font:12px/1.7 'DM Mono';tab-size:2}pre code .keyword{color:#cf9cff}pre code .comment{color:#657080}pre code .string{color:#7ce7b6}.structure{min-height:120px;margin-top:14px}.tree{padding:14px 17px;font:12px/1.85 'DM Mono';color:#aab3c1;columns:2}.tree div::before{content:'›';color:var(--green);margin-right:7px}.tree .manifest{color:#f6c777}footer{text-align:center;color:#586171;font:11px 'DM Mono';margin-top:55px}footer span{margin:0 7px;color:#36404e}@media(max-width:700px){.shell{padding:16px}.hero{margin:42px auto 29px}.score-row,.grid{grid-template-columns:1fr}.metric{min-height:78px}.tree{columns:1}.upload-actions{flex-direction:column}.dropzone{padding:28px 18px;text-align:center}}
