:root{
  --red:#e61b23;--red-deep:#c9141d;--navy:#101c2c;--navy-2:#16263a;--ink:#171b21;--ink-soft:#586474;--muted:#7b8591;
  --line:#dce3eb;--line-strong:#cbd5e1;--paper:#fff;--panel:rgba(255,255,255,.88);--green:#27a565;--green-deep:#16844c;
  --yellow:#e2aa2f;--orange:#e77825;--bad:#d9363e;--shadow:0 14px 35px rgba(19,32,50,.09);--shadow-soft:0 8px 20px rgba(19,32,50,.07)
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,"Hiragino Sans","Noto Sans JP",system-ui,-apple-system,sans-serif;color:var(--ink);background:radial-gradient(circle at 7% 4%,rgba(230,27,35,.085),transparent 19%),radial-gradient(circle at 100% 0,rgba(230,27,35,.035),transparent 20%),linear-gradient(180deg,#fff 0,#fbfcfd 58%,#f4f7fa 100%);min-height:100vh}button,input,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit}.logo-corner{position:fixed;z-index:70;left:24px;top:18px;width:clamp(250px,25vw,360px);display:block}.logo-corner img{width:100%;height:auto;display:block;filter:drop-shadow(0 2px 7px rgba(0,0,0,.04))}.utility-nav{position:fixed;z-index:70;right:20px;top:18px;display:flex;gap:9px}.utility-btn{border:1px solid var(--line-strong);background:rgba(255,255,255,.9);color:#293443;text-decoration:none;border-radius:999px;min-height:39px;padding:0 17px;display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:800;letter-spacing:.07em;cursor:pointer;box-shadow:0 4px 14px rgba(16,28,44,.05);backdrop-filter:blur(10px)}.utility-btn:hover{border-color:#aeb9c7;background:#fff;transform:translateY(-1px)}
.stage{width:min(1520px,calc(100% - 40px));margin:0 auto;padding:92px 0 50px}.hero{text-align:center;margin:0 auto 18px}.title-row{display:flex;align-items:center;justify-content:center;gap:12px}.page-title-badge{margin:0;display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 24px;border-radius:15px;background:linear-gradient(135deg,var(--red),var(--red-deep));color:#fff;font-size:clamp(20px,2vw,31px);letter-spacing:.055em;box-shadow:0 10px 24px rgba(230,27,35,.2)}.version-badge{font-size:10px;letter-spacing:.16em;font-weight:900;color:var(--red);border:1px solid rgba(230,27,35,.32);border-radius:999px;padding:7px 10px;background:#fff}.hero-copy{margin:13px 0 0;font-size:clamp(14px,1.35vw,18px);color:#354151;line-height:1.7}.hero-copy strong{color:var(--red)}.hero-note{margin:5px 0 0;font-size:11px;color:#7b8591}
.app-grid{display:grid;grid-template-columns:minmax(260px,330px) minmax(430px,1fr) minmax(250px,315px);gap:16px;align-items:stretch}.panel,.instrument-panel{border:1px solid rgba(201,211,223,.9);border-radius:22px;box-shadow:var(--shadow-soft)}.panel{background:var(--panel);backdrop-filter:blur(8px);padding:20px}.panel-heading{display:flex;align-items:flex-end;justify-content:space-between;border-bottom:1px solid var(--line);padding-bottom:12px;margin-bottom:14px}.panel-heading h2,.instrument-top h2{margin:1px 0 0;font-size:18px;letter-spacing:.06em}.panel-kicker,.instrument-kicker{display:block;color:var(--red);font-size:9px;font-weight:900;letter-spacing:.17em}.field-stack{display:grid;gap:12px}.field-group{display:grid;gap:6px}.field-label{font-size:11px;font-weight:800;color:#596576}.select-wrap,.number-field{min-height:43px;border:1px solid var(--line-strong);background:#fff;border-radius:13px;display:flex;align-items:center;overflow:hidden;box-shadow:inset 0 1px 0 rgba(255,255,255,.8)}.select-wrap{position:relative}.select-wrap:after{content:"";position:absolute;right:14px;width:7px;height:7px;border-right:2px solid #728095;border-bottom:2px solid #728095;transform:rotate(45deg) translateY(-3px);pointer-events:none}.select-wrap select{width:100%;height:43px;border:0;background:transparent;padding:0 37px 0 13px;color:#1f2a37;font-size:13px;font-weight:750;appearance:none;outline:0}.number-field input{min-width:0;width:100%;height:41px;border:0;background:transparent;padding:0 8px 0 13px;outline:0;font-size:17px;font-weight:900;color:#162333}.number-field span{height:26px;min-width:59px;display:flex;align-items:center;justify-content:center;border-left:1px solid var(--line);font-size:10px;font-weight:850;color:#647184}.calculated-field{border-radius:13px;background:#f2f5f8;border:1px solid #e1e7ee;min-height:54px;padding:9px 12px;display:flex;align-items:center;justify-content:space-between;gap:8px}.calculated-field span{font-size:10px;color:#657184;line-height:1.35}.calculated-field strong{font-size:16px;color:#162333;white-space:nowrap}.consent-box{display:flex;gap:9px;align-items:flex-start;margin:15px 0 11px;padding:11px;border:1px solid #d8e0e9;border-radius:13px;background:#fff;cursor:pointer}.consent-box input{margin:3px 0 0;width:17px;height:17px;accent-color:var(--red);flex:0 0 auto}.consent-box span{display:grid;gap:3px}.consent-box strong{font-size:11px;color:#313c4a}.consent-box small{font-size:9px;line-height:1.5;color:#737f8f}.consent-box a{color:#b9161d;text-underline-offset:2px}.start-btn{width:100%;min-height:51px;border:0;border-radius:14px;background:linear-gradient(135deg,var(--red),var(--red-deep));color:#fff;font-size:14px;font-weight:900;letter-spacing:.09em;display:flex;align-items:center;justify-content:center;gap:10px;cursor:pointer;box-shadow:0 10px 20px rgba(230,27,35,.22);transition:.18s}.start-btn:not(:disabled):hover{transform:translateY(-1px);box-shadow:0 13px 24px rgba(230,27,35,.28)}.start-btn:disabled{background:#bdc5cf;color:#f5f7f9;box-shadow:none;cursor:not-allowed}.start-icon{width:0;height:0;border-top:6px solid transparent;border-bottom:6px solid transparent;border-left:9px solid currentColor}.start-btn.is-running .start-icon{width:13px;height:13px;border:2px solid rgba(255,255,255,.45);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}.start-help{margin:7px 3px 0;text-align:center;font-size:9px;color:#7d8795;line-height:1.4}
.instrument-panel{background:linear-gradient(148deg,#17273a 0,#101b2a 58%,#0e1724 100%);color:#fff;padding:20px;box-shadow:0 15px 34px rgba(9,22,38,.18);border-color:#25374c;position:relative;overflow:hidden}.instrument-panel:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 78% 16%,rgba(230,27,35,.16),transparent 24%),linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px);background-size:auto,24px 24px,24px 24px;pointer-events:none}.instrument-panel>*{position:relative}.instrument-top{display:flex;align-items:flex-start;justify-content:space-between}.instrument-top h2{color:#fff}.instrument-kicker{color:#ef5960}.phase-badge{border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.07);border-radius:999px;padding:7px 11px;font-size:9px;font-weight:900;letter-spacing:.16em;color:#cbd6e4}.phase-badge[data-state="run"]{border-color:rgba(75,205,137,.5);color:#75e0a8;background:rgba(39,165,101,.12)}.phase-badge[data-state="done"]{border-color:rgba(75,205,137,.6);background:rgba(39,165,101,.18);color:#8ee7b6}.phase-badge[data-state="error"]{border-color:rgba(255,91,98,.55);background:rgba(230,27,35,.15);color:#ff959a}.meter-area{display:flex;align-items:center;justify-content:center;gap:clamp(20px,4vw,52px);min-height:215px}.gauge{--progress:0deg;position:relative;width:180px;height:180px;border-radius:50%;background:conic-gradient(var(--red) var(--progress),rgba(255,255,255,.09) 0);display:grid;place-items:center;filter:drop-shadow(0 12px 22px rgba(0,0,0,.18))}.gauge:before{content:"";position:absolute;inset:7px;border-radius:50%;background:conic-gradient(from 0deg,rgba(255,255,255,.18),transparent 22%,rgba(255,255,255,.04) 50%,transparent 72%)}.gauge-inner{position:relative;width:146px;height:146px;border-radius:50%;background:radial-gradient(circle at 44% 34%,#20344d,#0d1723 72%);border:1px solid rgba(255,255,255,.12);display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:inset 0 0 22px rgba(0,0,0,.35)}.gauge-label{font-size:9px;letter-spacing:.21em;color:#9eafc4;font-weight:900}.gauge-inner strong{font-variant-numeric:tabular-nums;font-size:42px;line-height:1.08;letter-spacing:-.045em;margin-top:5px}.gauge-unit{font-size:10px;color:#93a4b9;font-weight:800}.live-status{max-width:250px}.live-status strong{display:block;font-size:16px;line-height:1.45}.live-status span{display:block;margin-top:7px;color:#9eafc2;font-size:11px;line-height:1.65}.trace-wrap{height:91px;background:rgba(5,14,24,.44);border:1px solid rgba(255,255,255,.08);border-radius:13px;padding:8px 9px 6px}.trace-wrap canvas{display:block;width:100%;height:57px}.trace-labels{display:flex;justify-content:space-between;color:#72859d;font-size:8px;letter-spacing:.04em}.progress-track{height:4px;background:rgba(255,255,255,.1);border-radius:10px;overflow:hidden;margin-top:10px}.progress-track span{display:block;height:100%;width:0;background:linear-gradient(90deg,var(--red),#ff6a70);border-radius:inherit;transition:width .2s}.progress-caption{display:flex;justify-content:space-between;margin-top:7px;color:#7f91a8;font-size:9px;font-weight:850;letter-spacing:.12em;font-variant-numeric:tabular-nums}
.metric-list{margin:0;display:grid}.metric-row{min-height:57px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e4e9ef;gap:8px}.metric-row dt{font-size:11px;font-weight:750;color:#667284}.metric-row dd{margin:0;display:flex;align-items:baseline;gap:4px;color:#1a2635}.metric-row dd strong{font-size:22px;letter-spacing:-.03em;font-variant-numeric:tabular-nums}.metric-row dd span{font-size:9px;color:#7c8795;font-weight:800}.metric-row.primary dd strong{color:var(--red);font-size:27px}.metric-row.server-row{min-height:48px}.metric-row.server-row dd{font-size:10px;text-align:right;max-width:155px;line-height:1.35;color:#3e4b5b}.measurement-note{display:flex;gap:8px;margin-top:13px;padding:10px;background:#f1f4f7;border-radius:12px}.note-mark{width:18px;height:18px;flex:0 0 auto;border-radius:50%;display:grid;place-items:center;background:#26364a;color:#fff;font-size:10px;font-weight:900}.measurement-note p{margin:0;font-size:9px;line-height:1.55;color:#6c7887}
.assessment-card{margin-top:16px;border:1px solid var(--line-strong);border-radius:22px;background:#fff;box-shadow:var(--shadow);padding:20px 22px;position:relative;overflow:hidden}.assessment-card:before{content:"";position:absolute;left:0;top:0;bottom:0;width:5px;background:#aab4c0}.assessment-card[data-rating="good"]:before{background:var(--green)}.assessment-card[data-rating="caution"]:before{background:var(--yellow)}.assessment-card[data-rating="risk"]:before{background:var(--orange)}.assessment-card[data-rating="bad"]:before,.assessment-card[data-rating="error"]:before{background:var(--bad)}.assessment-summary{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);padding-bottom:13px;margin-bottom:16px}.assessment-summary h2{margin:2px 0 0;font-size:19px;letter-spacing:.055em}.assessment-kicker{font-size:9px;color:var(--red);font-weight:900;letter-spacing:.15em}.assessment-kicker em{font-style:normal;color:#7a8695;border-left:1px solid #cfd7e0;padding-left:8px;margin-left:7px;letter-spacing:.08em}.rating-badge{min-width:84px;text-align:center;padding:8px 13px;border-radius:999px;background:#edf0f3;color:#687485;font-size:12px;font-weight:900;letter-spacing:.08em}.assessment-card[data-rating="good"] .rating-badge{background:#e3f6ec;color:var(--green-deep)}.assessment-card[data-rating="caution"] .rating-badge{background:#fff4d7;color:#a36e00}.assessment-card[data-rating="risk"] .rating-badge{background:#ffeadc;color:#b34c08}.assessment-card[data-rating="bad"] .rating-badge,.assessment-card[data-rating="error"] .rating-badge{background:#fde5e6;color:#b42128}.assessment-grid{display:grid;grid-template-columns:230px minmax(420px,1fr) minmax(300px,420px);gap:24px;align-items:center}.recommended-block{border-right:1px solid var(--line);padding-right:22px}.recommended-block>span{display:block;color:#687485;font-size:11px;font-weight:800}.recommended-block>strong{display:flex;align-items:baseline;color:#162436;font-size:48px;letter-spacing:-.055em;line-height:1.1;font-variant-numeric:tabular-nums}.recommended-block>strong small{font-size:12px;letter-spacing:0;margin-left:6px;color:#6c7887}.recommended-block p{margin:5px 0 0;font-size:9px;color:#7b8796;line-height:1.55}.range-head{display:flex;justify-content:space-between;margin-bottom:22px;font-size:10px;color:#697586}.range-head strong{color:#243142}.range-scale{position:relative;height:18px}.range-segments{display:grid;grid-template-columns:35fr 25fr 20fr 20fr;height:12px;border-radius:999px;overflow:hidden;box-shadow:inset 0 0 0 1px rgba(0,0,0,.06)}.range-good{background:linear-gradient(90deg,#2eaa6c,#6fc98d)}.range-caution{background:linear-gradient(90deg,#9ecb67,#e4be47)}.range-risk{background:linear-gradient(90deg,#e7ad37,#ee7e28)}.range-bad{background:linear-gradient(90deg,#ec6c35,#d8343e)}.range-pointer{position:absolute;top:-14px;transform:translateX(-50%);width:2px;height:38px;background:#101c2c;z-index:5;transition:left .45s cubic-bezier(.2,.75,.2,1)}.range-pointer:after{content:"";position:absolute;left:50%;top:-1px;transform:translate(-50%,-100%);border-left:6px solid transparent;border-right:6px solid transparent;border-top:8px solid #101c2c}.range-pointer span{position:absolute;left:50%;top:-30px;transform:translateX(-50%);font-size:8px;font-weight:900;white-space:nowrap;color:#273546}.range-threshold{position:absolute;top:12px;transform:translateX(-50%);height:11px;border-left:1px dashed rgba(31,45,61,.45);transition:left .45s}.range-threshold span{position:absolute;top:11px;left:50%;transform:translateX(-50%);font-size:7px;color:#7c8795;white-space:nowrap}.range-axis{display:flex;justify-content:space-between;margin-top:13px;font-size:8px;color:#7b8796}.range-legend{display:flex;gap:13px;margin-top:7px;font-size:8px;color:#697586}.range-legend span:before{content:"";display:inline-block;width:7px;height:7px;border-radius:2px;margin-right:4px}.legend-good:before{background:var(--green)}.legend-caution:before{background:var(--yellow)}.legend-risk:before{background:var(--orange)}.legend-bad:before{background:var(--bad)}.judgement-block h3{margin:0;font-size:15px;color:#263344}.judgement-block p{margin:6px 0 11px;font-size:10px;line-height:1.6;color:#697586}.rule-chips{display:flex;flex-wrap:wrap;gap:7px}.rule-chips span{border:1px solid #dce3eb;background:#f7f9fb;border-radius:999px;padding:5px 9px;font-size:8px;color:#738091}.rule-chips strong{color:#354253}
.method-strip{margin:13px auto 0;display:flex;align-items:center;justify-content:center;gap:18px;color:#738091}.method-strip div{display:grid;grid-template-columns:auto auto;column-gap:7px;align-items:center}.method-strip div strong{grid-row:1/3;color:#c9d0d9;font-size:22px;line-height:1}.method-strip div span{font-size:10px;font-weight:850;color:#4e5b6b}.method-strip div small{font-size:8px}.method-strip i{width:44px;height:1px;background:#d2d9e1;position:relative}.method-strip i:after{content:"";position:absolute;right:0;top:-3px;width:6px;height:6px;border-top:1px solid #b6c0cb;border-right:1px solid #b6c0cb;transform:rotate(45deg)}
.about-drawer{position:fixed;z-index:100;right:0;top:0;height:100%;width:min(520px,92vw);background:#fff;transform:translateX(104%);transition:transform .25s cubic-bezier(.2,.7,.2,1);box-shadow:-20px 0 50px rgba(10,24,42,.2);padding:70px 34px 32px}.about-drawer.is-open{transform:translateX(0)}.drawer-close{position:absolute;right:20px;top:18px;width:38px;height:38px;border-radius:50%;border:1px solid var(--line);background:#fff;font-size:25px;color:#667384;cursor:pointer}.drawer-inner{max-width:430px}.drawer-kicker{color:var(--red);font-size:9px;font-weight:900;letter-spacing:.18em}.drawer-inner h2{font-size:24px;line-height:1.45;margin:7px 0 20px}.drawer-inner p{font-size:13px;line-height:1.9;color:#5f6c7d}.drawer-links{display:grid;gap:8px;margin-top:22px}.drawer-links a{border:1px solid var(--line);border-radius:13px;padding:12px 14px;text-decoration:none;font-size:12px;font-weight:800}.drawer-links a:hover{border-color:#b9c4d0;background:#f8fafb}.drawer-backdrop{position:fixed;z-index:90;inset:0;background:rgba(10,20,33,.38);backdrop-filter:blur(2px)}.toast{position:fixed;z-index:120;left:50%;bottom:25px;transform:translate(-50%,20px);opacity:0;pointer-events:none;background:#172536;color:#fff;border-radius:12px;padding:11px 16px;font-size:11px;box-shadow:0 10px 28px rgba(0,0,0,.2);transition:.2s}.toast.is-show{opacity:1;transform:translate(-50%,0)}
@keyframes spin{to{transform:rotate(360deg)}}
@media(max-width:1180px){.stage{width:min(980px,calc(100% - 30px));padding-top:88px}.app-grid{grid-template-columns:minmax(260px,1fr) minmax(440px,1.55fr)}.results-panel{grid-column:1/-1}.metric-list{grid-template-columns:repeat(5,1fr);gap:0}.metric-row{display:grid;justify-items:center;text-align:center;border-bottom:0;border-right:1px solid #e4e9ef;padding:4px 8px}.metric-row:last-child{border-right:0}.metric-row.server-row dd{text-align:center}.measurement-note{margin-bottom:0}.assessment-grid{grid-template-columns:200px 1fr}.judgement-block{grid-column:1/-1;border-top:1px solid var(--line);padding-top:13px}.recommended-block{align-self:stretch;display:flex;flex-direction:column;justify-content:center}}
@media(max-width:760px){.logo-corner{position:absolute;left:12px;top:10px;width:182px}.utility-nav{position:absolute;right:10px;top:57px;gap:6px}.utility-btn{min-height:32px;padding:0 11px;font-size:9px}.stage{width:calc(100% - 20px);padding-top:108px}.hero{margin-bottom:13px}.title-row{gap:7px;align-items:flex-start}.page-title-badge{min-height:43px;padding:0 14px;border-radius:13px;font-size:18px}.version-badge{font-size:7px;padding:5px 7px}.hero-copy{font-size:13px;padding:0 5px}.hero-note{font-size:9px;line-height:1.5;padding:0 8px}.app-grid{grid-template-columns:1fr;gap:12px}.panel,.instrument-panel,.assessment-card{border-radius:17px}.panel,.instrument-panel{padding:15px}.setup-panel{grid-row:auto}.instrument-panel{grid-row:auto}.results-panel{grid-row:auto}.meter-area{min-height:190px;gap:16px}.gauge{width:146px;height:146px}.gauge-inner{width:118px;height:118px}.gauge-inner strong{font-size:34px}.live-status{max-width:145px}.live-status strong{font-size:13px}.live-status span{font-size:9px}.metric-list{grid-template-columns:repeat(2,1fr)}.metric-row{border-right:0;border-bottom:1px solid #e4e9ef}.metric-row:nth-child(odd){border-right:1px solid #e4e9ef}.metric-row.server-row{grid-column:1/-1;border-right:0}.assessment-card{padding:16px}.assessment-summary{align-items:flex-start}.assessment-summary h2{font-size:16px}.assessment-kicker{font-size:7px}.rating-badge{min-width:68px;padding:7px 9px;font-size:10px}.assessment-grid{grid-template-columns:1fr;gap:16px}.recommended-block{border-right:0;border-bottom:1px solid var(--line);padding:0 0 13px}.recommended-block>strong{font-size:43px}.judgement-block{grid-column:auto;border-top:1px solid var(--line);padding-top:13px}.range-head{margin-bottom:25px}.range-pointer span{font-size:7px}.method-strip{gap:7px;flex-wrap:wrap}.method-strip i{width:18px}.method-strip div strong{font-size:18px}.method-strip div span{font-size:8px}.about-drawer{padding:65px 22px 25px}}
@media(max-width:400px){.gauge{width:132px;height:132px}.gauge-inner{width:106px;height:106px}.gauge-inner strong{font-size:30px}.live-status{max-width:132px}.metric-row dd strong{font-size:19px}.range-legend{gap:7px}.method-strip{display:none}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important;animation-duration:.001ms!important;animation-iteration-count:1!important}}

/* ===== α 1.2 readability / measurement display adjustments ===== */
.stage{width:min(1600px,calc(100% - 48px));padding-top:98px}
.hero{margin-bottom:22px}
.hero-title-lockup{display:grid;justify-items:center;gap:7px}
.hero-title-kicker{display:flex;align-items:center;gap:12px;color:var(--red);font-size:11px;font-weight:900;letter-spacing:.28em}
.hero-title-kicker:before,.hero-title-kicker:after{content:"";width:44px;height:1px;background:linear-gradient(90deg,transparent,rgba(230,27,35,.65))}
.hero-title-kicker:after{transform:scaleX(-1)}
.hero-title-main{position:relative;display:flex;align-items:center;justify-content:center;gap:14px;padding:2px 22px 10px}
.hero-title-main:after{content:"";position:absolute;left:50%;bottom:0;width:min(520px,92vw);height:2px;transform:translateX(-50%);background:linear-gradient(90deg,transparent,rgba(230,27,35,.58),transparent)}
.hero-title-mark{width:6px;height:48px;border-radius:4px;background:linear-gradient(180deg,#ef2b33,#b90d15);box-shadow:0 5px 14px rgba(230,27,35,.2)}
.hero-title-main h1{margin:0;color:#172335;font-size:clamp(30px,3vw,43px);line-height:1.12;letter-spacing:.045em;font-weight:850}
.hero-title-main h1 strong{color:var(--red);font-weight:950}
.version-badge{font-size:11px;padding:8px 11px;letter-spacing:.15em}
.hero-copy{margin-top:15px;font-size:clamp(16px,1.35vw,20px)}
.hero-note{font-size:12px;margin-top:6px}

.app-grid{grid-template-columns:minmax(285px,330px) minmax(560px,1fr) minmax(285px,330px);gap:18px}
.panel,.instrument-panel{border-radius:23px}
.panel{padding:24px}
.panel-heading{padding-bottom:14px;margin-bottom:18px}
.panel-heading h2,.instrument-top h2{font-size:22px}
.panel-kicker,.instrument-kicker{font-size:10px}
.single-field-stack{gap:11px}
.field-label{display:flex;flex-direction:column;gap:3px;font-size:15px;line-height:1.45;color:#344154}
.field-label small{font-size:12px;font-weight:750;color:#788493}
.number-field-large{min-height:66px;border-radius:15px;border-color:#bcc9d8}
.number-field-large input{height:64px;padding-left:17px;font-size:31px;letter-spacing:-.02em}
.number-field-large span{height:36px;min-width:74px;font-size:13px}
.field-guidance{margin:0;padding:12px 13px;border-radius:12px;background:#f2f5f8;color:#647183;font-size:12px;line-height:1.65}
.consent-box{gap:11px;margin:21px 0 14px;padding:14px;border-radius:14px}
.consent-box input{width:20px;height:20px;margin-top:2px}
.consent-box strong{font-size:14px}
.consent-box small{font-size:11px;line-height:1.65}
.start-btn{min-height:58px;border-radius:15px;font-size:17px}
.start-help{font-size:11px;margin-top:9px}

.instrument-panel{padding:24px}
.instrument-kicker{font-size:10px}
.phase-badge{font-size:10px;padding:8px 13px}
.meter-area{min-height:224px;gap:clamp(28px,4vw,60px)}
.gauge{--speed-angle:0deg;--gauge-color:#8c99a8;width:196px;height:196px;background:conic-gradient(var(--gauge-color) var(--speed-angle),rgba(255,255,255,.09) 0);transition:background .2s;filter:drop-shadow(0 13px 25px rgba(0,0,0,.22))}
.gauge[data-direction="download"]{--gauge-color:#49adf7}
.gauge[data-direction="upload"]{--gauge-color:#f22c35}
.gauge:before{inset:8px}
.gauge-inner{width:158px;height:158px}
.gauge-label{font-size:11px}
.gauge-inner strong{font-size:48px}
.gauge-unit{font-size:12px}
.gauge-context{margin-top:6px;color:#6f829a;font-size:8px;font-weight:850;letter-spacing:.14em}
.live-status{max-width:300px}
.live-status strong{font-size:20px;line-height:1.45}
.live-status span{font-size:14px;line-height:1.75}
.trace-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.trace-card{min-width:0;background:rgba(5,14,24,.5);border:1px solid rgba(255,255,255,.09);border-radius:14px;padding:11px 12px 8px}
.trace-card-head{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:5px}
.trace-card-head strong{font-size:11px;letter-spacing:.15em}
.trace-card-head span{font-size:11px;color:#8fa1b6;font-weight:800}
.trace-card-head b{font-size:15px;font-variant-numeric:tabular-nums;color:#fff}
.trace-download .trace-card-head strong{color:#62bcff}
.trace-upload .trace-card-head strong{color:#ff626a}
.trace-card canvas{display:block;width:100%;height:72px}
.trace-labels{font-size:9px;color:#73869d}
.progress-label-row{display:flex;align-items:center;justify-content:space-between;margin-top:14px;color:#91a2b7;font-size:12px;font-weight:850}
.progress-label-row strong{font-size:14px;color:#fff;font-variant-numeric:tabular-nums}
.progress-track{height:7px;margin-top:7px}
.progress-caption{margin-top:8px;font-size:12px;letter-spacing:.1em;color:#91a2b7}

.metric-row{min-height:67px}
.metric-row dt{font-size:14px}
.metric-row dd{gap:6px}
.metric-row dd strong{font-size:30px}
.metric-row dd span{font-size:11px}
.metric-row.primary dd strong{font-size:38px}
.metric-row.server-row{min-height:58px}
.metric-row.server-row dd{font-size:12px;max-width:170px}
.measurement-note{gap:10px;margin-top:16px;padding:13px}
.note-mark{width:22px;height:22px;font-size:12px}
.measurement-note p{font-size:11px;line-height:1.7}

.assessment-card{padding:24px 26px}
.assessment-summary h2{font-size:23px}
.assessment-kicker{font-size:10px}
.rating-badge{min-width:92px;font-size:14px;padding:9px 15px}
.assessment-grid{grid-template-columns:250px minmax(440px,1fr) minmax(320px,450px);gap:28px}
.recommended-block>span{font-size:13px}
.recommended-block>strong{font-size:56px}
.recommended-block>strong small{font-size:14px}
.recommended-block p{font-size:11px}
.range-head{font-size:12px;margin-bottom:25px}
.range-pointer span{font-size:10px;top:-32px}
.range-threshold span{font-size:9px}
.range-axis{font-size:10px}
.range-legend{font-size:10px;gap:16px}
.judgement-block h3{font-size:18px;line-height:1.5}
.judgement-block p{font-size:13px;line-height:1.75}
.rule-chips span{font-size:10px;padding:6px 11px}
.method-strip{margin-top:16px;gap:22px}
.method-strip div strong{font-size:27px}
.method-strip div span{font-size:12px}
.method-strip div small{font-size:10px}
.method-strip i{width:54px}

@media(max-width:1180px){
  .stage{width:min(1040px,calc(100% - 32px));padding-top:92px}
  .app-grid{grid-template-columns:minmax(280px,.8fr) minmax(540px,1.5fr)}
  .results-panel{grid-column:1/-1}
  .metric-list{grid-template-columns:repeat(5,1fr)}
  .metric-row{min-height:76px;padding:7px 9px}
  .metric-row dt{font-size:13px}
  .measurement-note{margin-top:15px}
  .assessment-grid{grid-template-columns:230px 1fr}
  .judgement-block{grid-column:1/-1}
}
@media(max-width:820px){
  .logo-corner{position:absolute;left:13px;top:11px;width:200px}
  .utility-nav{position:absolute;right:11px;top:60px}
  .stage{width:calc(100% - 22px);padding-top:114px}
  .hero-title-kicker{font-size:9px;gap:8px}
  .hero-title-kicker:before,.hero-title-kicker:after{width:24px}
  .hero-title-main{gap:9px;padding:1px 8px 9px}
  .hero-title-mark{width:4px;height:40px}
  .hero-title-main h1{font-size:clamp(24px,7vw,34px)}
  .version-badge{font-size:8px;padding:6px 8px}
  .hero-copy{font-size:15px;padding:0 5px}
  .hero-note{font-size:11px;padding:0 7px}
  .app-grid{grid-template-columns:1fr;gap:13px}
  .panel,.instrument-panel{padding:18px}
  .meter-area{min-height:205px;gap:20px}
  .gauge{width:160px;height:160px}
  .gauge-inner{width:128px;height:128px}
  .gauge-inner strong{font-size:38px}
  .live-status{max-width:210px}
  .live-status strong{font-size:16px}
  .live-status span{font-size:12px}
  .trace-grid{grid-template-columns:1fr}
  .trace-card canvas{height:76px}
  .metric-list{grid-template-columns:repeat(2,1fr)}
  .metric-row{min-height:72px}
  .metric-row.primary dd strong{font-size:33px}
  .assessment-card{padding:19px}
  .assessment-summary h2{font-size:20px}
  .assessment-grid{grid-template-columns:1fr;gap:18px}
  .recommended-block{border-right:0;border-bottom:1px solid var(--line);padding:0 0 15px}
  .recommended-block>strong{font-size:50px}
  .judgement-block{grid-column:auto}
  .method-strip{gap:10px}
  .method-strip i{width:24px}
  .method-strip div strong{font-size:22px}
  .method-strip div span{font-size:10px}
  .method-strip div small{font-size:9px}
}
@media(max-width:430px){
  .hero-title-main{align-items:flex-start}
  .hero-title-main h1{font-size:23px;line-height:1.25}
  .hero-title-mark{height:52px}
  .version-badge{margin-top:4px}
  .meter-area{align-items:center;justify-content:space-between;gap:12px}
  .gauge{width:145px;height:145px}
  .gauge-inner{width:116px;height:116px}
  .gauge-inner strong{font-size:34px}
  .live-status{max-width:165px}
  .metric-row dd strong{font-size:25px}
  .metric-row.primary dd strong{font-size:30px}
  .method-strip{display:none}
}
.hero-title-main h1{display:flex;align-items:baseline;gap:.28em;white-space:nowrap}
@media(max-width:430px){
  .hero-title-main h1{display:flex;flex-direction:column;align-items:flex-start;gap:0;font-size:24px;white-space:normal}
  .hero-title-main h1 span,.hero-title-main h1 strong{white-space:nowrap}
  .hero-title-mark{height:58px}
}


/* ===== α 1.3 bitrate scale readability adjustments ===== */
.range-head{font-size:14px;margin-bottom:29px}
.range-head strong{font-size:15px}
.range-scale{height:67px}
.range-segments{height:14px}
.range-pointer{top:-15px;height:43px;width:3px}
.range-pointer span{top:-35px;font-size:12px;line-height:1;background:#fff;border:1px solid #d7dfe8;border-radius:6px;padding:5px 7px;box-shadow:0 3px 9px rgba(16,28,44,.08)}
.range-threshold{top:14px;height:16px;border-left-width:2px}
.range-threshold>span{top:13px;display:grid;gap:2px;min-width:104px;padding:5px 8px;border:1px solid #d9e1e9;border-radius:8px;background:#fff;box-shadow:0 4px 10px rgba(16,28,44,.07);line-height:1.15;text-align:center}
.range-threshold>span b{font-size:11px;font-weight:850;white-space:nowrap}
.range-threshold>span strong{font-size:14px;font-weight:950;font-variant-numeric:tabular-nums;white-space:nowrap;color:#263344}
.safe-threshold>span{left:0;transform:translateX(-92%);border-color:rgba(39,165,101,.35)}
.safe-threshold>span b{color:var(--green-deep)}
.caution-threshold>span{left:0;transform:translateX(-8%);border-color:rgba(226,170,47,.45)}
.caution-threshold>span b{color:#a36e00}
.range-axis{margin-top:7px;font-size:12px;font-weight:750}
.range-legend{margin-top:9px;font-size:12px;gap:18px;font-weight:750}
.range-legend span:before{width:9px;height:9px;margin-right:5px}

@media(max-width:820px){
  .range-head{font-size:13px;gap:12px;flex-wrap:wrap;margin-bottom:28px}
  .range-head strong{font-size:14px}
  .range-threshold>span{min-width:96px;padding:5px 6px}
  .range-threshold>span b{font-size:10px}
  .range-threshold>span strong{font-size:13px}
  .range-axis,.range-legend{font-size:11px}
}
@media(max-width:430px){
  .range-head{display:grid;grid-template-columns:1fr;gap:5px}
  .range-head span:last-child{text-align:left}
  .range-scale{height:64px}
  .range-threshold>span{min-width:88px}
  .safe-threshold>span{transform:translateX(-88%)}
  .caution-threshold>span{transform:translateX(-12%)}
  .range-legend{gap:10px;flex-wrap:wrap}
}


/* ===== α 1.4 gauge scale and bitrate axis adjustments ===== */
.gauge{overflow:visible}
.gauge-scale{position:absolute;inset:-10px;border-radius:50%;z-index:4;pointer-events:none}
.gauge-tick{position:absolute;inset:0;transform:rotate(var(--tick-angle));transform-origin:center}
.gauge-tick:before{content:"";position:absolute;top:10px;left:50%;width:2px;height:9px;transform:translateX(-50%);border-radius:2px;background:rgba(226,235,245,.78);box-shadow:0 0 5px rgba(255,255,255,.2)}
.gauge-tick b{position:absolute;top:-2px;left:50%;transform:translate(-50%,-100%) rotate(var(--tick-counter-angle));font-size:9px;line-height:1;font-weight:850;letter-spacing:-.02em;color:#bdcad9;text-shadow:0 1px 3px rgba(0,0,0,.7);font-variant-numeric:tabular-nums}
.gauge-context{white-space:nowrap}
.measurement-note-text{display:grid;gap:6px}
.range-head{margin-bottom:56px}
.range-scale{height:72px}
.range-axis-ticks{position:absolute;left:0;right:0;top:0;height:14px;z-index:2;pointer-events:none}
.range-axis-ticks span{position:absolute;top:0;height:14px;border-left:1px solid rgba(16,28,44,.28);transform:translateX(-.5px)}
.range-axis{position:relative;height:18px;margin-top:3px;font-size:12px;font-weight:800;color:#687586;font-variant-numeric:tabular-nums}
.range-axis span{position:absolute;top:0;transform:translateX(-50%);white-space:nowrap}
.range-axis span.is-first{transform:none}
.range-axis span.is-last{transform:translateX(-100%)}
.range-pointer span{top:-34px}
@media(max-width:1180px){
  .gauge-tick b{font-size:8px}
  .range-head{margin-bottom:54px}
}
@media(max-width:760px){
  .gauge-scale{inset:-8px}
  .gauge-tick:before{top:8px;height:7px}
  .gauge-tick b{font-size:7px}
  .range-head{margin-bottom:52px}
  .range-axis{font-size:10px}
}
@media(max-width:400px){
  .gauge-tick b{font-size:6.5px}
  .range-axis{font-size:9px}
}


/* ===== α 1.5 compact result panel and bitrate scale refinement ===== */
.instrument-panel{padding-top:22px;padding-bottom:20px}
.meter-area{min-height:208px}
.trace-card{padding-top:9px;padding-bottom:6px}
.trace-card canvas{height:64px}
.progress-label-row{margin-top:10px}
.progress-track{margin-top:5px}
.progress-caption{margin-top:6px}

.measurement-note{display:block;margin-top:13px;padding:0;background:#f1f4f7;border-radius:12px;overflow:hidden}
.measurement-note summary{min-height:43px;display:flex;align-items:center;gap:9px;padding:10px 11px;cursor:pointer;list-style:none;color:#455366;user-select:none}
.measurement-note summary::-webkit-details-marker{display:none}
.measurement-note summary:after{content:"";width:7px;height:7px;margin-left:2px;border-right:2px solid #7d8998;border-bottom:2px solid #7d8998;transform:rotate(45deg) translateY(-2px);transition:transform .18s ease;flex:0 0 auto}
.measurement-note[open] summary:after{transform:rotate(225deg) translate(-1px,-1px)}
.measurement-note-title{font-size:11px;font-weight:850;line-height:1.35;flex:1}
.measurement-note-action{font-size:9px;font-weight:850;letter-spacing:.08em;color:#7b8795}
.measurement-note[open] .measurement-note-action{font-size:0}
.measurement-note[open] .measurement-note-action:before{content:"閉じる";font-size:9px}
.measurement-note-text{display:grid;gap:7px;padding:0 12px 12px 41px;border-top:1px solid rgba(203,213,225,.65)}
.measurement-note-text p:first-child{padding-top:10px}

.range-head{justify-content:flex-end;margin-bottom:42px}
.range-head span{white-space:nowrap}
.range-scale{height:92px}
.range-axis-ticks{height:30px}
.range-axis-ticks span{height:27px}
.range-pointer{height:49px}
.range-pointer span{top:-36px}
.range-threshold{top:14px;height:31px;z-index:4}
.range-threshold>span{top:34px}
.range-axis{position:absolute;left:0;right:0;top:20px;height:17px;margin:0;z-index:3}
.range-axis span{top:0;padding:1px 3px;border-radius:4px;background:rgba(255,255,255,.92);line-height:1.15}
.range-legend{margin-top:4px}

@media(max-width:1180px){
  .measurement-note{margin-top:12px}
  .range-head{margin-bottom:40px}
}
@media(max-width:820px){
  .instrument-panel{padding-top:18px;padding-bottom:17px}
  .meter-area{min-height:194px}
  .trace-card canvas{height:62px}
  .measurement-note-title{font-size:10px}
  .range-head{justify-content:flex-start;margin-bottom:40px}
  .range-scale{height:89px}
}
@media(max-width:430px){
  .measurement-note summary{padding-left:10px;padding-right:10px}
  .measurement-note-text{padding-left:38px}
  .range-pointer span{font-size:11px;padding:5px 6px}
  .range-axis{font-size:9px}
  .range-threshold>span{min-width:84px}
}

.range-pointer[data-edge="left"] span{left:0;transform:none}
.range-pointer[data-edge="right"] span{left:auto;right:0;transform:none}
@media(max-width:820px){.range-head{justify-content:flex-end}}


/* ===== α 1.6 visibility and scale tuning ===== */
.hero-copy{max-width:860px;margin-left:auto;margin-right:auto}
.hero-title-main{gap:14px}
.hero-title-mark{position:relative;width:14px;height:44px;border-radius:0;background:none;box-shadow:none}
.hero-title-mark:before{content:"";position:absolute;left:0;top:0;width:4px;height:100%;border-radius:999px;background:linear-gradient(180deg,#ef2b33,#b90d15);box-shadow:0 6px 16px rgba(230,27,35,.18)}
.hero-title-mark:after{content:"";position:absolute;left:8px;top:10px;width:2px;height:24px;border-radius:999px;background:linear-gradient(180deg,rgba(239,43,51,.8),rgba(185,13,21,.3))}
.metric-row.primary dt{color:var(--red);font-size:16px;font-weight:900;letter-spacing:.02em}
.metric-row.primary dd span{color:var(--red);font-size:12px;font-weight:900}
.range-scale{height:84px}
.range-axis-ticks{height:23px}
.range-axis-ticks span{height:20px}
.range-axis{top:15px;height:16px}
.range-axis span{padding:0 2px;background:transparent;line-height:1}
.range-threshold{top:12px;height:27px}
.range-threshold>span{top:29px}
@media(max-width:820px){
  .hero-title-mark{height:38px;width:12px}
  .hero-title-mark:after{left:7px;top:9px;height:20px}
  .metric-row.primary dt{font-size:15px}
  .range-scale{height:82px}
  .range-axis{top:14px}
}
@media(max-width:430px){
  .hero-title-mark{height:50px}
  .metric-row.primary dt{font-size:14px}
  .metric-row.primary dd span{font-size:11px}
}


/* ===== α 1.7 title icon and instrument layout ===== */
.hero-title-main{gap:12px}
.hero-title-mark{position:relative;width:34px;height:34px;flex:0 0 34px;border:2px solid rgba(230,27,35,.9);border-radius:10px;background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(250,251,253,.88));box-shadow:0 8px 18px rgba(230,27,35,.08), inset 0 0 0 1px rgba(255,255,255,.65)}
.hero-title-mark:before{content:"";position:absolute;left:7px;right:7px;top:10px;height:2px;background:rgba(230,27,35,.92);border-radius:999px;box-shadow:0 6px 0 rgba(230,27,35,.55),0 12px 0 rgba(230,27,35,.28)}
.hero-title-mark:after{content:"";position:absolute;left:8px;top:9px;width:4px;height:4px;border-radius:50%;background:#e61b23;box-shadow:14px 6px 0 0 #e61b23,6px 12px 0 0 #e61b23}
.meter-area{display:grid;grid-template-columns:220px minmax(280px,1fr);grid-template-areas:"gauge traces" "status status";align-items:center;column-gap:24px;row-gap:16px;min-height:auto}
.meter-area>.gauge{grid-area:gauge;justify-self:center}
.meter-area>.trace-grid{grid-area:traces;display:grid;grid-template-columns:1fr;gap:10px;align-self:stretch}
.live-status-wide{grid-area:status;max-width:none;padding:12px 14px;border-radius:14px;background:rgba(5,14,24,.42);border:1px solid rgba(255,255,255,.08)}
.live-status-wide strong{font-size:18px}
.live-status-wide span{margin-top:4px;font-size:13px;line-height:1.7}
.trace-card{padding:10px 12px 7px}
.trace-card canvas{height:58px}
.trace-card-head{margin-bottom:4px}
.trace-labels{font-size:8px}
@media(max-width:1180px){
  .meter-area{grid-template-columns:200px minmax(260px,1fr);column-gap:18px}
  .live-status-wide strong{font-size:17px}
}
@media(max-width:820px){
  .hero-title-mark{width:30px;height:30px;flex-basis:30px;border-radius:9px}
  .hero-title-mark:before{left:6px;right:6px;top:9px;box-shadow:0 5px 0 rgba(230,27,35,.55),0 10px 0 rgba(230,27,35,.28)}
  .hero-title-mark:after{left:7px;top:8px;box-shadow:12px 5px 0 0 #e61b23,5px 10px 0 0 #e61b23}
  .meter-area{grid-template-columns:160px minmax(0,1fr);grid-template-areas:"gauge traces" "status status";column-gap:14px;row-gap:14px}
  .meter-area>.trace-grid{gap:9px}
  .live-status-wide{padding:11px 12px}
  .live-status-wide strong{font-size:15px}
  .live-status-wide span{font-size:12px}
  .trace-card canvas{height:54px}
}
@media(max-width:560px){
  .meter-area{grid-template-columns:1fr;grid-template-areas:"gauge" "traces" "status";justify-items:stretch}
  .meter-area>.gauge{justify-self:center}
  .meter-area>.trace-grid{grid-template-columns:1fr}
  .live-status-wide strong{font-size:14px}
  .live-status-wide span{font-size:11px}
}


/* ===== α 1.8 connector icon, enlarged gauge, hero note fade ===== */
.hero-title-icon{width:40px;height:40px;flex:0 0 40px;display:block}
.hero-note{transition:opacity .45s ease,transform .45s ease,max-height .45s ease,margin-top .45s ease;opacity:1;transform:translateY(0);max-height:40px;overflow:hidden}
.hero-note.is-hidden{opacity:0;transform:translateY(-4px);max-height:0;margin-top:0;pointer-events:none}
.meter-area{grid-template-columns:270px minmax(210px,1fr);grid-template-areas:"gauge traces" "status status";column-gap:18px;row-gap:12px}
.meter-area>.gauge{justify-self:start}
.gauge{width:236px;height:236px}
.gauge:before{inset:9px}
.gauge-inner{width:190px;height:190px}
.gauge-inner strong{font-size:58px}
.gauge-label{font-size:12px}
.gauge-unit{font-size:13px}
.gauge-context{font-size:9px}
.gauge-scale{inset:-11px}
.gauge-tick:before{top:11px;height:10px}
.gauge-tick b{font-size:10px}
.meter-area>.trace-grid{gap:8px;align-self:start}
.trace-card{padding:9px 11px 7px;border-radius:13px}
.trace-card canvas{height:52px}
.trace-card-head strong{font-size:10px}
.trace-card-head b{font-size:14px}
.trace-labels{display:flex;justify-content:space-between;font-size:8px;color:#73869d;padding-top:2px}
.live-status-wide{padding:12px 14px 11px;min-height:64px}
.live-status-wide strong{font-size:17px;line-height:1.35}
.live-status-wide span{margin-top:3px;font-size:12px;line-height:1.65}
.progress-label-row{margin-top:10px}
.progress-track{margin-top:5px;height:6px}.progress-caption{margin-top:5px}
.instrument-panel{padding-bottom:18px}
@media(max-width:1180px){
  .hero-title-icon{width:36px;height:36px;flex-basis:36px}
  .meter-area{grid-template-columns:236px minmax(190px,1fr);column-gap:14px}
  .gauge{width:208px;height:208px}
  .gauge-inner{width:168px;height:168px}
  .gauge-inner strong{font-size:50px}
  .gauge-tick b{font-size:9px}
}
@media(max-width:820px){
  .hero-title-icon{width:32px;height:32px;flex-basis:32px}
  .meter-area{grid-template-columns:190px minmax(0,1fr);column-gap:12px;row-gap:12px}
  .gauge{width:176px;height:176px}.gauge-inner{width:142px;height:142px}.gauge-inner strong{font-size:42px}.gauge-scale{inset:-9px}.gauge-tick:before{top:9px;height:8px}.gauge-tick b{font-size:8px}
  .trace-card canvas{height:48px}
  .live-status-wide strong{font-size:15px}.live-status-wide span{font-size:11px}
}
@media(max-width:560px){
  .meter-area{grid-template-columns:1fr;grid-template-areas:"gauge" "traces" "status"}
  .meter-area>.gauge{justify-self:center}
  .hero-title-icon{width:30px;height:30px;flex-basis:30px}
}


/* ===== α 1.9 gauge positioning and simplified progress ===== */
.gauge[data-direction="idle"]{background:conic-gradient(rgba(255,255,255,.10) 0turn,rgba(255,255,255,.10) 1turn)}
.meter-area{grid-template-columns:300px minmax(170px,1fr);grid-template-areas:"gauge traces" "status status";column-gap:14px;row-gap:10px;align-items:start}
.meter-area>.gauge{justify-self:start;margin-left:16px;margin-top:26px}
.gauge{width:252px;height:252px}
.gauge:before{inset:10px}.gauge-inner{width:204px;height:204px}.gauge-inner strong{font-size:62px}.gauge-label{font-size:12px}.gauge-unit{font-size:13px}.gauge-context{font-size:9px}.gauge-scale{inset:-8px}.gauge-tick:before{top:9px;height:9px}.gauge-tick b{font-size:10px}
.meter-area>.trace-grid{gap:8px;align-self:start;max-width:430px;justify-self:end;width:100%}
.trace-card{padding:9px 10px 6px}.trace-card canvas{height:48px}.trace-card-head{margin-bottom:2px}.trace-labels{padding-top:0}
.live-status-wide{padding:11px 13px 10px;min-height:58px}.live-status-wide strong{font-size:16px}.live-status-wide span{font-size:12px;line-height:1.55}
.progress-label-row,.progress-track,.progress-caption{display:none!important}
@media(max-width:1180px){
  .meter-area{grid-template-columns:270px minmax(160px,1fr);column-gap:12px}
  .meter-area>.gauge{margin-left:10px;margin-top:22px}
  .gauge{width:228px;height:228px}.gauge-inner{width:184px;height:184px}.gauge-inner strong{font-size:56px}
  .meter-area>.trace-grid{max-width:390px}
}
@media(max-width:820px){
  .meter-area{grid-template-columns:220px minmax(0,1fr);column-gap:10px;row-gap:10px}
  .meter-area>.gauge{margin-left:4px;margin-top:18px}
  .gauge{width:196px;height:196px}.gauge-inner{width:158px;height:158px}.gauge-inner strong{font-size:48px}.gauge-scale{inset:-7px}.gauge-tick:before{top:8px;height:8px}.gauge-tick b{font-size:8px}
  .meter-area>.trace-grid{max-width:none}.trace-card canvas{height:44px}
  .live-status-wide strong{font-size:14px}.live-status-wide span{font-size:11px}
}
@media(max-width:560px){
  .meter-area{grid-template-columns:1fr;grid-template-areas:"gauge" "traces" "status"}
  .meter-area>.gauge{justify-self:center;margin-left:0;margin-top:10px}
  .gauge{width:188px;height:188px}.gauge-inner{width:152px;height:152px}.gauge-inner strong{font-size:46px}
}


/* ===== α 1.10 icon redesign and narrower instrument panel ===== */
.hero-title-icon{width:48px;height:48px;flex:0 0 48px}
.instrument-panel{max-width:690px;width:100%;justify-self:center}
@media(max-width:1180px){
  .hero-title-icon{width:44px;height:44px;flex-basis:44px}
  .instrument-panel{max-width:650px}
}
@media(max-width:820px){
  .hero-title-icon{width:38px;height:38px;flex-basis:38px}
  .instrument-panel{max-width:none;width:auto;justify-self:stretch}
}
@media(max-width:560px){
  .hero-title-icon{width:34px;height:34px;flex-basis:34px}
}


/* ===== α 1.11 compact panel grouping ===== */
.app-grid{
  width:min(1370px,100%);
  margin:0 auto;
  grid-template-columns:minmax(285px,330px) minmax(560px,690px) minmax(285px,330px);
  gap:10px;
  justify-content:center;
}
.assessment-card{
  width:min(1370px,100%);
  margin:14px auto 0;
}
@media(max-width:1180px){
  .app-grid{
    width:100%;
    grid-template-columns:minmax(280px,.8fr) minmax(540px,1.5fr);
    gap:12px;
  }
  .assessment-card{width:100%}
}
@media(max-width:820px){
  .app-grid{grid-template-columns:1fr;gap:13px}
}


/* ===== α 1.12 assessment balance adjustment ===== */
.assessment-grid{grid-template-columns:205px minmax(440px,1fr) minmax(320px,420px);gap:20px}
.recommended-block{padding-right:14px}
@media(max-width:1180px){
  .assessment-grid{grid-template-columns:190px 1fr;gap:18px}
  .recommended-block{padding-right:14px}
}
@media(max-width:820px){
  .assessment-grid{grid-template-columns:1fr;gap:18px}
  .recommended-block{padding-right:0}
}


/* ===== α 1.13 panel title alignment ===== */
.setup-panel .panel-heading,
.results-panel .panel-heading{
  flex-direction:column;
  align-items:flex-start;
  justify-content:flex-start;
  gap:2px;
}
.setup-panel .panel-heading h2,
.results-panel .panel-heading h2{
  margin:2px 0 0;
}


/* ===== beta 1.01 release additions ===== */
.consent-box .analytics-note{margin-top:4px;padding-top:6px;border-top:1px solid #e6ebf1}
.metric-row.meta-row{min-height:50px}
.metric-row.meta-row dd{margin:0;max-width:170px;text-align:right;color:#425063;font-size:10px;font-weight:750;line-height:1.4}
.copy-results-btn{width:100%;min-height:42px;margin-top:10px;border:1px solid #cfd8e3;border-radius:12px;background:#fff;color:#263548;font-size:11px;font-weight:900;letter-spacing:.04em;cursor:pointer;transition:.18s}
.copy-results-btn:not(:disabled):hover{border-color:#e61b23;color:#e61b23;background:#fff8f8}
.copy-results-btn:disabled{background:#f0f3f6;color:#9aa5b2;cursor:not-allowed}
.about-drawer .drawer-inner p a{color:#c81720;font-weight:850;text-underline-offset:3px}
@media(max-width:1180px){
  .metric-list{grid-template-columns:repeat(3,1fr)}
  .metric-row.meta-row dd{max-width:none;text-align:center}
  .metric-row.server-row{grid-column:auto}
}
@media(max-width:820px){
  .metric-list{grid-template-columns:repeat(2,1fr)}
  .metric-row.meta-row dd{font-size:10px}
  .metric-row.server-row{grid-column:1/-1}
}


/* ===== beta 1.01 public title / hero message ===== */
.hero-copy{transition:opacity .45s ease,transform .45s ease,max-height .45s ease,margin-top .45s ease;opacity:1;transform:translateY(0);max-height:80px;overflow:hidden}
.hero-copy.is-hidden{opacity:0;transform:translateY(-4px);max-height:0;margin-top:0;pointer-events:none}
@media(min-width:821px){.hero-title-main h1{font-size:clamp(28px,2.55vw,40px)}}
@media(max-width:430px){.hero-title-main h1{font-size:23px}}


/* ===== beta 1.01 release adjustments ===== */
.hero-title-main{padding-bottom:10px}
.hero-transient{display:grid;justify-items:center;gap:5px;margin-top:10px;opacity:1;transform:translateY(0);max-height:110px;overflow:hidden;transition:opacity .45s ease,transform .45s ease,max-height .45s ease,margin-top .45s ease}
.hero-transient .version-badge{display:inline-flex;align-items:center;justify-content:center}
.hero-transient .hero-copy{margin-top:0;max-height:none;overflow:visible;transition:none}
.hero-transient.is-hidden{opacity:0;transform:translateY(-4px);max-height:0;margin-top:0;pointer-events:none}
.hero-transient.is-hidden .hero-copy{opacity:1;transform:none;max-height:none;margin-top:0}
.metric-row.datetime-row dd{max-width:230px;font-size:14px;font-weight:850;line-height:1.35;font-variant-numeric:tabular-nums;white-space:nowrap}
.assessment-summary{justify-content:flex-start}
.assessment-title-row{display:flex;align-items:center;gap:13px;margin-top:2px}
.assessment-title-row h2{margin:0}
.assessment-title-row .rating-badge{flex:0 0 auto}
@media(max-width:1180px){
  .metric-row.datetime-row dd{font-size:13px;white-space:normal}
}
@media(max-width:760px){
  .hero-transient{gap:4px;margin-top:8px}
  .assessment-title-row{gap:9px}
  .assessment-title-row .rating-badge{min-width:64px;padding:6px 8px}
}
@media(max-width:430px){
  .assessment-title-row{align-items:flex-start;flex-wrap:wrap}
  .metric-row.datetime-row dd{font-size:12px}
}
