:root{--bg:#ffffff;--bg-soft:#f6f8fb;--bg-soft-2:#e9eef5;--ink:#0f1320;--muted:#6c7686;--line:#d9e2ef;--brand:#0aa770;--brand-2:#33c3ff;--good:#16b369;--bad:#e64b4b;--radius-lg:20px;--radius-md:14px;--radius-sm:10px;--shadow-card:0 32px 80px rgba(15,19,32,.12);--shadow-inner:inset 0 0 30px rgba(51,195,255,.15);--shadow-soft:0 20px 48px rgba(15,19,32,.06);--gap:16px;--header-h:56px;--status-h:64px;--panel-pad:16px;--max-width:1200px;--safe-top:env(safe-area-inset-top);--safe-bottom:env(safe-area-inset-bottom);--safe-left:env(safe-area-inset-left);--safe-right:env(safe-area-inset-right)}*{box-sizing:border-box;-webkit-tap-highlight-color:#fff0;font-family:system-ui,-apple-system,BlinkMacSystemFont,"Inter",Roboto,"Helvetica Neue",sans-serif}html,body{margin:0;background:var(--bg);color:var(--ink);min-height:100vh}body{display:flex;flex-direction:column;padding:var(--safe-top) var(--safe-right) var(--safe-bottom) var(--safe-left);background:radial-gradient(circle at 20% 20%,rgb(51 195 255 / .07)0%,#fff060%),radial-gradient(circle at 80% 30%,rgb(10 167 112 / .07)0%,#fff060%)}.app-header{flex-shrink:0;height:var(--header-h);display:flex;align-items:center;justify-content:center;font-size:15px;font-weight:600;line-height:1.2;position:relative;z-index:2}.app-header a.brand-core{background:linear-gradient(90deg,var(--brand) 0%,var(--brand-2) 100%);-webkit-background-clip:text;color:#fff0;text-decoration:none;letter-spacing:-.03em;text-align:center}@media(max-width:480px){.app-header{height:52px}.app-header a.brand-core{font-size:14px}}main.lab-shell{flex:1 1 auto;display:flex;align-items:stretch;justify-content:center;padding:16px;width:100%}.lab-wrap{width:100%;max-width:var(--max-width);display:grid;grid-template-columns:1fr 320px;gap:var(--gap);min-height:calc(100vh - var(--header-h) - 32px - var(--safe-top) - var(--safe-bottom))}@media(max-width:900px){.lab-wrap{grid-template-columns:1fr;max-width:500px}}.card-main{background:var(--bg-soft);border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);display:flex;flex-direction:column;min-height:480px;position:relative;overflow:hidden;padding:var(--panel-pad)}.top-row{display:flex;flex-wrap:wrap;gap:var(--gap);align-items:flex-start;justify-content:space-between}@media(max-width:480px){.top-row{flex-direction:column}.test-cta{order:-1;width:100%;align-items:stretch}}.selectors-wrap{display:flex;flex-wrap:wrap;gap:16px;align-items:flex-start}@media(max-width:480px){.selectors-wrap{width:100%}.group-block{flex:1;min-width:0}}.group-block{display:flex;flex-direction:column;gap:8px;min-width:160px}.group-label{font-size:13px;font-weight:600;line-height:1.2;color:var(--ink);display:flex;align-items:center;gap:6px}.group-sublabel{font-size:11px;font-weight:500;line-height:1.3;color:var(--muted)}.inline-select{display:flex;align-items:center;background:var(--bg);border:1px solid var(--line);border-radius:var(--radius-sm);padding:6px 10px;font-size:13px;font-weight:500;color:var(--ink);line-height:1.2;min-height:36px;min-width:160px;box-shadow:var(--shadow-soft)}.inline-select span{white-space:nowrap;font-weight:600;font-size:12px;color:var(--muted)}.inline-select select,.inline-select input{font-size:13px;font-weight:600;border:0;background:#fff0;color:var(--ink);outline:none;padding:0;margin-left:6px;width:100%;min-width:0}.inline-select input{line-height:1.2}.test-cta{display:flex;flex-direction:column;align-items:flex-end;gap:6px;flex-shrink:0}.test-cta button{appearance:none;border:0;background:var(--brand);background-image:linear-gradient(90deg,var(--brand) 0%,var(--brand-2) 100%);color:#fff;font-size:14px;font-weight:600;border-radius:var(--radius-sm);padding:10px 16px;line-height:1.2;box-shadow:0 20px 40px rgb(0 0 0 / .18);cursor:pointer;min-width:150px;text-align:center}.test-cta button:active{transform:scale(.98)}.state-line{font-size:12px;font-weight:500;line-height:1.3;color:var(--muted);text-align:right}.state-line span#stateText{font-weight:600;background:linear-gradient(90deg,var(--brand) 0%,var(--brand-2) 100%);-webkit-background-clip:text;color:#fff0}@media(max-width:480px){.state-line{text-align:left}}.status-bar{margin-top:12px;background:var(--bg);border:1px solid var(--line);border-radius:var(--radius-md);padding:12px 16px;min-height:var(--status-h);display:flex;flex-wrap:wrap;justify-content:space-between;row-gap:8px;column-gap:16px;font-size:13px;font-weight:500;line-height:1.2;box-shadow:var(--shadow-soft)}@media(max-width:480px){.status-bar{justify-content:center;text-align:center}}.status-item{display:flex;flex-direction:column;min-width:80px;text-align:center}.status-label{color:var(--muted);font-size:11px;font-weight:600;line-height:1.3;letter-spacing:-.02em}.status-value{color:var(--ink);font-size:15px;font-weight:600;line-height:1.3}.status-value.live{background:linear-gradient(90deg,var(--brand) 0%,var(--brand-2) 100%);-webkit-background-clip:text;color:#fff0;font-size:16px}.test-zone{flex:1 1 auto;margin-top:16px;background:var(--bg);border:2px dashed var(--brand);border-radius:var(--radius-lg);min-height:clamp(260px,36vh,420px);display:flex;align-items:center;justify-content:center;text-align:center;user-select:none;-webkit-user-select:none;touch-action:none;position:relative;overflow:hidden;box-shadow:var(--shadow-inner),0 30px 60px rgb(0 0 0 / .07)}.test-zone.active{animation:pulseArea 0.6s infinite}@keyframes pulseArea{0%{box-shadow:0 0 0 rgb(51 195 255 / .35)}50%{box-shadow:0 0 32px rgb(51 195 255 / .45)}100%{box-shadow:0 0 0 rgb(51 195 255 / .35)}}.zone-hint{display:flex;flex-direction:column;gap:8px;pointer-events:none;padding:0 12px;max-width:260px;text-wrap:balance}.big-cta{font-size:26px;font-weight:600;line-height:1.2;color:var(--ink)}.big-cta span.live-dot{display:inline-block;width:8px;height:8px;border-radius:999px;background:var(--brand);box-shadow:0 0 8px var(--brand);margin-left:6px}.small-cta{font-size:13px;color:var(--muted);font-weight:500;line-height:1.4}.tap-flash{position:absolute;width:34px;height:34px;border-radius:999px;left:50%;top:50%;transform:translate(-50%,-50%) scale(1);background:radial-gradient(circle at 50% 50%,rgb(51 195 255 / .6) 0%,#fff0 70%);pointer-events:none;opacity:1;transition:all .28s ease}.result-overlay{position:absolute;inset:0;background:rgb(15 19 32 / .6);display:none;align-items:center;justify-content:center;padding:16px;z-index:10}.result-card{background:var(--bg);border-radius:var(--radius-lg);box-shadow:0 40px 100px rgb(0 0 0 / .5);border:1px solid var(--line);max-width:320px;width:100%;padding:20px 16px 16px;text-align:center}.result-headline{font-size:14px;font-weight:600;color:var(--ink);line-height:1.3;margin-bottom:4px}.result-score{font-size:34px;font-weight:600;line-height:1.2;background:linear-gradient(90deg,var(--brand) 0%,var(--brand-2) 100%);-webkit-background-clip:text;color:#fff0}.result-detail{font-size:13px;line-height:1.4;color:var(--muted);font-weight:500;margin-top:8px}.rating-tag{margin-top:12px;font-size:12px;font-weight:600;line-height:1.2;color:var(--bg);background:var(--good);border-radius:var(--radius-sm);padding:6px 10px;display:inline-block}.device-line{font-size:12px;font-weight:500;line-height:1.4;color:var(--ink);margin-top:10px}.device-line .device-label{font-weight:600}.device-line .device-brand{font-weight:600;background:linear-gradient(90deg,var(--brand) 0%,var(--brand-2) 100%);-webkit-background-clip:text;color:#fff0}.best-note{font-size:12px;font-weight:500;color:var(--ink);line-height:1.4;margin-top:10px}.again-btn{appearance:none;border:0;width:100%;margin-top:16px;padding:10px 14px;background:var(--ink);color:#fff;font-size:14px;font-weight:600;line-height:1.2;border-radius:var(--radius-sm);cursor:pointer}.again-btn:active{transform:scale(.98)}.card-side{background:var(--bg-soft);border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);padding:var(--panel-pad);font-size:13px;line-height:1.5;color:var(--ink);display:flex;flex-direction:column;min-height:200px}.side-head{font-size:14px;font-weight:600;margin-bottom:12px;color:var(--ink);line-height:1.3;display:flex;align-items:center;gap:6px}.mini-stats-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}@media(max-width:480px){.mini-stats-grid{grid-template-columns:1fr}}.side-block{background:var(--bg);border:1px solid var(--line);border-radius:var(--radius-sm);padding:10px;line-height:1.4;display:flex;flex-direction:column;justify-content:center;text-align:center;box-shadow:0 16px 32px rgb(0 0 0 / .03)}.side-block .label{font-size:11px;font-weight:600;color:var(--muted);line-height:1.2;margin-bottom:4px}.side-block .val{font-size:15px;font-weight:600;background:linear-gradient(90deg,var(--brand) 0%,var(--brand-2) 100%);-webkit-background-clip:text;color:#fff0;line-height:1.3;word-break:break-word}.best-box{margin-top:16px;background:var(--bg);border:1px solid var(--line);border-radius:var(--radius-sm);padding:10px;line-height:1.4;box-shadow:0 16px 32px rgb(0 0 0 / .03)}.best-label{font-size:11px;font-weight:600;color:var(--muted);line-height:1.2}.best-value{font-size:16px;font-weight:600;background:linear-gradient(90deg,var(--brand) 0%,var(--brand-2) 100%);-webkit-background-clip:text;color:#fff0;line-height:1.3}.about-box{margin-top:12px;background:var(--bg);border:1px solid var(--line);border-radius:var(--radius-sm);padding:10px;line-height:1.4;box-shadow:0 16px 32px rgb(0 0 0 / .03);font-size:12px;color:var(--ink)}.about-title{font-size:11px;font-weight:600;line-height:1.2;color:var(--muted);margin-bottom:4px}.about-text{font-size:12px;font-weight:500;color:var(--ink);line-height:1.4;text-wrap:balance}.side-small{font-size:10.5px;color:var(--muted);line-height:1.4;margin-top:auto;text-wrap:balance;text-align:center;border-top:1px solid var(--line);padding-top:12px}