:root{--ink:#183041;--muted:#65788b;--brand:#087f73;--red:#c82340;--green:#117741;--amber:#90610c;--border:#dfe6ec;--bg:#f5f7fa}*{box-sizing:border-box}body{margin:0;color:var(--ink);background:var(--bg);font:15px/1.5 'Segoe UI','Malgun Gothic',system-ui,sans-serif}button,select,a{touch-action:manipulation}button,select{font:inherit}button,a,select,input{outline-offset:4px}a{color:inherit}button{display:inline-flex;align-items:center;justify-content:center;gap:9px;border:1px solid #d4dfe6;border-radius:9px;background:white;color:var(--ink);font-weight:600;padding:11px 16px;cursor:pointer;transition:background .15s,transform .15s}button:hover{background:#edf7f6}button:active{transform:translateY(1px)}button:disabled{opacity:.45;cursor:default}.primary{background:var(--brand);color:white;border-color:var(--brand)}.primary:hover{background:#06685e}svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round;flex:none}.layout{min-height:100vh;display:grid;grid-template-columns:230px minmax(0,1fr)}.sidebar{background:#10232d;color:#deecee;padding:31px 22px 24px;display:flex;flex-direction:column;gap:8px}.brand{display:flex;gap:11px;align-items:center;text-decoration:none;font-size:28px;letter-spacing:-1px;font-weight:750;margin-bottom:29px}.brand-mark{width:40px;height:40px;display:grid;place-items:center;border-radius:10px;background:#27d2b8;color:#10232d;font-size:30px;line-height:1;font-weight:850;flex:none}.brand small{display:block;font-size:10px;letter-spacing:2px;font-weight:500;color:#91b4bd;margin-top:1px}.active-nav{background:#1c454b;display:flex;gap:11px;align-items:center;border-radius:9px;color:#80ead5;padding:13px 14px;font-weight:600}.side-label{color:#82a0ab;font-size:11px;text-transform:uppercase;letter-spacing:1.4px;margin:26px 9px 5px}#toolsNav{display:grid;gap:6px}#toolsNav button{justify-content:flex-start;text-align:left;background:transparent;border:0;border-radius:8px;color:#b9cbd1;padding:10px 7px;font-size:13px;font-weight:450}#toolsNav button:hover{background:#1b343e;color:white}.sidebar-bottom{margin-top:auto;padding-top:34px;display:grid;gap:13px}.download-btn{display:flex;align-items:center;justify-content:center;text-decoration:none;gap:8px;color:#10232d;border-radius:9px;background:#61dfc4;padding:12px 9px;font-size:12px;font-weight:700}.sidebar-bottom>a:nth-child(2){font-size:12px;text-align:center;color:#b9d1d6;text-underline-offset:3px}.sidebar-bottom>span{font-size:10px;color:#76939e;text-align:center}main{width:100%;max-width:1240px;padding:25px 35px 25px;margin:auto}.preview-label{display:inline-flex;align-items:center;gap:8px;color:#775b27;font-size:11px;border-radius:6px;background:#fff2cc;padding:6px 10px;margin-bottom:24px}.demo-dot{width:6px;height:6px;border-radius:50%;background:#b08629}.eyebrow{font-size:10px;letter-spacing:2.6px;font-weight:600;color:#789095;margin:0 0 8px}header{display:flex;align-items:flex-start;justify-content:space-between;gap:25px}h1{font-size:32px;letter-spacing:-1px;line-height:1.18;margin:0 0 12px;font-weight:730}.subtitle{margin:0;color:var(--muted);font-size:14px;max-width:650px}.language select{border:1px solid var(--border);background:white;border-radius:8px;padding:9px 28px 9px 12px;font-size:13px;color:var(--ink);min-width:120px}.counters{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;margin:27px 0 24px}.counters article{background:white;border:1px solid var(--border);border-radius:11px;padding:17px 20px;position:relative}.counters article>span:first-child{display:block;color:#6b7f8f;font-size:12px}.counters strong{font-size:31px;line-height:1.4;letter-spacing:-1px;font-weight:650}.counters small{color:#a3b2bc;font-size:13px;margin-left:8px}.dot{position:absolute;right:20px;bottom:23px;width:9px;height:9px;border-radius:50%}.red{background:#e96178}.green{background:#25b374}#attention{color:var(--red)}#verified{color:var(--green)}.toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:17px}.actions{display:flex;gap:9px;flex-wrap:wrap}.actions button{font-size:13px}.icon-btn{font-size:22px!important;min-width:42px;padding:4px 12px}#done{font-size:11px;color:#738490}.results{background:white;border:1px solid var(--border);border-radius:10px;overflow:hidden}.table-head,.result-row{display:grid;grid-template-columns:37px 170px 149px minmax(0,1fr);align-items:center}.table-head{background:#edf2f6;min-height:42px;color:#7b8b99;font-size:11px;font-weight:600}.result-row{min-height:66px;border-top:1px solid #e6ebef;padding:6px 0;font-size:12px;transition:background .2s}.result-row:first-child{border-top:0}.result-row input{accent-color:var(--brand);height:16px;width:16px;justify-self:center;cursor:pointer}.result-row .name{display:flex;gap:10px;align-items:center;padding:3px 12px 3px 0;font-size:13px;font-weight:600;color:#314958}.name svg{width:18px;height:18px;opacity:.7}.result-row .description{color:#637489;padding:3px 15px 3px 0;font-size:12px;line-height:1.45;overflow-wrap:anywhere}.badge{display:inline-flex;gap:5px;align-items:center;border-radius:6px;font-size:11px;font-weight:650;padding:5px 8px;background:#eff3f5;color:#82909b;max-width:140px}.state-ISSUE{background:#fff0f2}.state-ISSUE .badge,.state-FAILED .badge{background:#ffdee5;color:#c82040}.state-ISSUE .description{color:#b0203c}.state-PASS{background:#f4fbf7}.state-PASS .badge{background:#e2f5e8;color:#19834c}.state-FIXED{background:#e4faed}.state-FIXED .badge{background:#bff0d1;color:#077739}.state-UNKNOWN,.state-ACTION{background:#fffaed}.state-UNKNOWN .badge,.state-ACTION .badge{background:#fff0c6;color:#8c681c}.state-SCANNING .badge{background:#dff2ef;color:#087f73}.legend{font-size:10px;color:#80919d;margin:10px 0 20px}.notice{display:flex;gap:13px;border:1px solid #dce8e9;background:#eef6f6;border-radius:9px;padding:15px 17px}.notice>svg{color:#288d7e;margin-top:2px}.notice strong{font-size:12px;font-weight:650;color:#2b555c}.notice p{font-size:12px;color:#658186;margin:4px 0 0}footer{display:flex;gap:16px;justify-content:space-between;font-size:10px;color:#8898a5;margin-top:18px}footer a{text-underline-offset:3px;white-space:nowrap}dialog{width:min(600px,94vw);border:1px solid #dce5ea;border-radius:15px;padding:25px;color:var(--ink);box-shadow:0 20px 100px #0e242740}dialog::backdrop{background:#0c263a70;backdrop-filter:blur(4px)}.dialog-head{display:flex;justify-content:space-between;gap:16px;align-items:center}.dialog-head h2{font-size:22px;line-height:1.3}.dialog-head button{padding:4px 12px;font-size:23px}.dialog-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:22px}#dialogText{line-height:1.75;font-size:15px}#dialogData{white-space:pre-wrap;font-size:12px;color:#687e86;max-height:160px;overflow:auto}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(max-width:1150px){main{padding:25px 24px}.layout{grid-template-columns:203px minmax(0,1fr)}.sidebar{padding:28px 16px}.brand{font-size:25px}.table-head,.result-row{grid-template-columns:34px 144px 130px minmax(0,1fr)}h1{font-size:28px}.name svg{display:none}}@media(max-width:850px){.layout{display:block}.sidebar{padding:16px 20px;display:flex;flex-direction:row;align-items:center;justify-content:space-between}.brand{margin:0;font-size:25px}.brand-mark{width:35px;height:35px}.sidebar .active-nav,.side-label,#toolsNav,.sidebar-bottom>a:nth-child(2),.sidebar-bottom>span{display:none}.sidebar-bottom{margin:0;padding:0;max-width:180px}.download-btn{font-size:11px}.table-head,.result-row{grid-template-columns:32px 140px 135px minmax(0,1fr)}.preview-label{margin-bottom:18px}}@media(max-width:600px){main{padding:20px 16px}header{gap:10px}h1{font-size:25px}.subtitle{font-size:12px}.language select{min-width:99px;padding-right:17px;font-size:12px}.counters{gap:8px;margin:22px 0 20px}.counters article{padding:13px 12px}.counters article>span:first-child{font-size:10px;min-height:30px}.counters strong{font-size:27px}.dot{right:12px;bottom:24px;width:7px;height:7px}.counters small{font-size:10px}.table-head{display:none}.result-row{grid-template-columns:30px minmax(0,1fr) 136px;padding:12px 5px}.result-row .description{grid-column:2/4;padding:7px 12px 0 0;font-size:12px}.name svg{display:none}.toolbar{align-items:flex-start}.toolbar #done{display:none}.actions button{font-size:11px;padding:10px 11px}.legend{font-size:9px}.notice{padding:12px}.notice p{font-size:11px}.notice strong{font-size:11px}.notice>svg{width:17px}footer{display:block;font-size:10px}footer a{display:block;margin-top:10px}.eyebrow{font-size:9px;letter-spacing:2px}.preview-label{font-size:10px}.sidebar{padding:14px 16px}.brand small{font-size:8px}.sidebar-bottom{max-width:143px}.download-btn{font-size:10px;gap:5px}.download-btn svg{width:17px}}@media(prefers-reduced-motion:reduce){*{transition:none!important}}

/* v0.1.1 — typography only; original palette and layout retained. */
body{font-size:16px}.layout{grid-template-columns:250px minmax(0,1fr)}
#toolsNav button{font-size:15px;line-height:1.45}.side-label{font-size:12px}.sidebar-bottom>span{font-size:12px}
.download-btn{font-size:14px;line-height:1.5;min-height:48px}.sidebar-bottom{gap:12px}
h1{font-size:34px}.subtitle{font-size:16px}.eyebrow{font-size:12px}.preview-label{font-size:13px}
.language select{font-size:15px;min-height:44px}.counters article>span:first-child{font-size:14px}.counters small{font-size:14px}
.actions button{font-size:15px}.toolbar #done{font-size:13px}.table-head{font-size:13px;min-height:46px}
.table-head,.result-row{grid-template-columns:37px 172px 167px minmax(0,1fr)}
.result-row{min-height:74px;font-size:14px}.result-row .name{font-size:15px}.result-row .description{font-size:14px;line-height:1.55}.badge{font-size:13px;max-width:156px}
.legend{font-size:12px}.notice strong{font-size:14px}.notice p{font-size:14px}
.site-footer{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;text-align:center;margin-top:28px;padding:24px 12px 5px;border-top:1px solid var(--border);font-size:13px;color:#647a8a}
.footer-logo{display:block;width:min(290px,85%);height:auto;object-fit:contain}.site-footer .release-note{margin:0;max-width:690px;font-size:12px;line-height:1.6}.footer-download{font-size:14px;color:var(--brand);text-underline-offset:4px}
@media(max-width:1150px){.layout{grid-template-columns:228px minmax(0,1fr)}main{padding:25px 23px}.table-head,.result-row{grid-template-columns:34px 152px 157px minmax(0,1fr)}h1{font-size:31px}}
@media(max-width:950px){.layout{display:block}.sidebar{padding:16px 20px;flex-direction:row;align-items:center;justify-content:space-between}.brand{margin:0;font-size:26px}.sidebar .active-nav,.side-label,#toolsNav,.sidebar-bottom>span{display:none}.sidebar-bottom{margin:0;padding:0;max-width:216px}.download-btn{font-size:13px}.sidebar-bottom>.download-btn{display:flex}.table-head,.result-row{grid-template-columns:34px 164px 166px minmax(0,1fr)}}
@media(max-width:600px){main{padding:20px 16px}header{flex-wrap:wrap;gap:16px}header>div{flex:1 1 260px}.language{margin-left:auto}h1{font-size:28px}.subtitle{font-size:15px}.preview-label{font-size:12px}.counters article>span:first-child{font-size:12px;min-height:38px}.counters small{font-size:12px}.actions button{font-size:13px;padding:10px 12px}.table-head{display:none}.result-row{grid-template-columns:28px minmax(0,1fr) 143px;padding:12px 3px}.result-row .name{font-size:14px}.result-row .description{font-size:13px;grid-column:2/4}.badge{font-size:12px;max-width:139px}.legend{font-size:11px}.notice strong,.notice p{font-size:13px}.sidebar{padding:14px 12px;gap:12px}.brand{font-size:24px}.brand-mark{width:33px;height:33px}.brand small{font-size:8px}.sidebar-bottom{max-width:154px}.download-btn{font-size:12px;padding:10px 8px;gap:5px}.download-btn svg{width:17px}.site-footer{font-size:12px}.site-footer a{margin:0}.footer-logo{width:260px}.site-footer .release-note{font-size:11px}}
@media(max-width:355px){.brand{gap:7px;font-size:21px}.brand-mark{width:30px;height:30px}.sidebar-bottom{max-width:145px}.download-btn{font-size:11px}.result-row{grid-template-columns:24px minmax(0,1fr) 123px}.badge{max-width:119px}.actions{gap:6px}}
