.hb .mt-em{font-style:italic}.hb .mt-tool{display:grid;gap:20px}.hb .mt-console,.hb .mt-results{overflow:hidden;border:1px solid rgba(255,255,255,.1);border-radius:20px;background:linear-gradient(145deg,#ffffff0e,#ffffff05);box-shadow:inset 0 1px #ffffff0e,0 16px 55px #0000001f}.hb .mt-console{padding:clamp(20px,3.5vw,34px)}.hb .mt-console-header,.hb .mt-results-header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.hb .mt-console-header h2,.hb .mt-results-header h2{margin-top:8px;color:var(--ink);font-family:var(--serif);font-size:clamp(1.65rem,3.3vw,2.2rem);font-weight:400;letter-spacing:-.02em;line-height:1.06}.hb .mt-state-badge,.hb .mt-quality-pill{display:inline-flex;align-items:center;flex:none;gap:8px;border:1px solid var(--line-strong);border-radius:999px;padding:8px 11px;color:var(--ink-2);background:#ffffff09;font-family:var(--mono);font-size:10px;font-weight:500;letter-spacing:.08em;line-height:1;text-transform:uppercase;white-space:nowrap}.hb .mt-state-badge.is-live{border-color:#d4775b73;color:#e8a46c;background:#d4775b1a}.hb .mt-state-badge.is-requesting{border-color:#e8a46c52;color:#e8a46c}.hb .mt-state-badge.is-complete{border-color:#79ba8b52;color:#9bc8a6}.hb .mt-state-badge.is-denied,.hb .mt-state-badge.is-error{border-color:#e88b7a59;color:#e88b7a}.hb .mt-state-dot{width:6px;height:6px;border-radius:50%;background:var(--muted)}.hb .mt-state-badge.is-live .mt-state-dot{background:#e8a46c;box-shadow:0 0 0 4px #e8a46c1f,0 0 12px #e8a46c73;animation:mt-live-dot 1.6s ease-in-out infinite}.hb .mt-state-badge.is-complete .mt-state-dot{background:#79ba8b}.hb .mt-state-badge.is-denied .mt-state-dot,.hb .mt-state-badge.is-error .mt-state-dot{background:#e88b7a}@keyframes mt-live-dot{0%,to{opacity:.65;transform:scale(.9)}50%{opacity:1;transform:scale(1.16)}}.hb .mt-device-bar{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:28px;padding:15px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.hb .mt-device-bar label,.hb .mt-device-control,.hb .mt-scope-status,.hb .mt-scope-level,.hb .mt-privacy-line,.hb .mt-playback-label{display:flex;align-items:center}.hb .mt-device-bar label{gap:8px;color:var(--ink-2);font-size:13px;font-weight:500}.hb .mt-device-bar label svg{color:var(--ember)}.hb .mt-device-control{min-width:min(100%,320px);gap:8px}.hb .mt-device-control select{min-width:0;flex:1;height:36px;border:1px solid var(--line-strong);border-radius:9px;padding:0 32px 0 11px;color:var(--ink);background:#ffffff0e;font:inherit;font-size:12px;outline:none;text-overflow:ellipsis;transition:border-color .2s ease,background .2s ease}.hb .mt-device-control select:hover:not(:disabled),.hb .mt-device-control select:focus-visible{border-color:#d4775b9e;background:#ffffff14}.hb .mt-device-control select:disabled{color:var(--muted);cursor:not-allowed;opacity:.72}.hb .mt-device-control select option{color:#141314;background:#fbf8f4}.hb .mt-icon-button{display:grid;flex:none;width:36px;height:36px;place-items:center;border:1px solid var(--line-strong);border-radius:9px;color:var(--ink-2);background:#ffffff09;cursor:pointer;transition:border-color .2s ease,color .2s ease,background .2s ease,transform .2s ease}.hb .mt-icon-button:hover{border-color:#d4775b85;color:var(--ember);background:#d4775b14;transform:rotate(12deg)}.hb .mt-scope{--mt-grid: rgba(255, 255, 255, .075);--mt-muted: rgba(255, 255, 255, .34);--mt-accent: #d4775b;--mt-accent-soft: rgba(212, 119, 91, .14);position:relative;min-height:310px;margin-top:22px;overflow:hidden;border:1px solid rgba(255,255,255,.09);border-radius:15px;background:#09090a;box-shadow:inset 0 0 0 1px #ffffff06,inset 0 -24px 50px #d4775b06}.hb .mt-scope:after{position:absolute;inset:0;pointer-events:none;content:"";background:linear-gradient(105deg,rgba(255,255,255,.04),transparent 25%,transparent 74%,rgba(212,119,91,.035));mix-blend-mode:screen}.hb .mt-scope-canvas{display:block;width:100%;height:310px}.hb .mt-scope-axis{position:absolute;z-index:1;pointer-events:none;color:#ffffff57;font-family:var(--mono);font-size:9px;letter-spacing:.04em;text-transform:uppercase}.hb .mt-scope-axis-y{top:28px;bottom:68px;left:11px;display:flex;flex-direction:column;justify-content:space-between}.hb .mt-scope-axis-x{right:12px;bottom:14px;left:12px;display:flex;justify-content:space-between;color:#ffffff6b}.hb .mt-scope-meta{display:flex;align-items:center;justify-content:space-between;gap:18px;min-height:45px;border-bottom:1px solid var(--line)}.hb .mt-scope-status{min-width:0;gap:8px;overflow:hidden;color:var(--ink-2);font-size:12.5px;line-height:1.45;text-overflow:ellipsis;white-space:nowrap}.hb .mt-scope-status svg{flex:none;color:var(--ember)}.hb .mt-scope-level{flex:none;gap:7px;color:var(--muted);font-family:var(--mono);font-size:10px;letter-spacing:.08em;text-transform:uppercase}.hb .mt-scope-level strong{color:var(--ink);font-weight:500}.hb .mt-action-row{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin-top:22px}.hb .mt-primary-button,.hb .mt-quiet-button{display:inline-flex;min-height:43px;align-items:center;justify-content:center;gap:8px;border-radius:10px;padding:0 17px;font:inherit;font-size:13.5px;font-weight:550;cursor:pointer;transition:border-color .2s ease,background .2s ease,color .2s ease,transform .2s ease,box-shadow .2s ease}.hb .mt-primary-button{border:1px solid rgba(232,164,108,.36);color:#fff;background:var(--ember-grad);box-shadow:0 8px 24px #a85a3a38,inset 0 1px #ffffff24}.hb .mt-primary-button:hover:not(:disabled){border-color:#e8a46c9e;transform:translateY(-2px);box-shadow:0 11px 28px #a85a3a47,inset 0 1px #ffffff24}.hb .mt-primary-button:active:not(:disabled){transform:translateY(0)}.hb .mt-primary-button:disabled{cursor:wait;opacity:.58}.hb .mt-quiet-button{border:1px solid var(--line-strong);color:var(--ink-2);background:#ffffff09}.hb .mt-quiet-button:hover{border-color:#d4775b7a;color:var(--ink);background:#ffffff0f}.hb .mt-privacy-line{gap:8px;margin-top:18px;color:var(--muted);font-size:11.5px;line-height:1.45}.hb .mt-privacy-line svg{flex:none;color:#9bc8a6}.hb .mt-alert{display:flex;align-items:flex-start;gap:9px;margin-top:18px;border:1px solid rgba(232,139,122,.27);border-radius:10px;padding:12px 13px;color:#e8a19a;background:#e88b7a14;font-size:12.5px;line-height:1.5}.hb .mt-alert svg{flex:none;margin-top:1px}.hb .mt-playback{display:grid;grid-template-columns:minmax(180px,.8fr) minmax(240px,1.2fr);align-items:center;gap:18px;margin-top:22px;border-top:1px solid var(--line);padding-top:18px}.hb .mt-playback-label{gap:10px;color:var(--ember)}.hb .mt-playback-label>span{display:grid;gap:3px}.hb .mt-playback-label strong{color:var(--ink);font-size:13px;font-weight:550}.hb .mt-playback-label small{color:var(--muted);font-size:11px;line-height:1.4}.hb .mt-playback audio{width:100%;height:36px;accent-color:var(--ember)}.hb .mt-results{padding:clamp(22px,3.5vw,34px)}.hb .mt-results-header{padding-bottom:22px;border-bottom:1px solid var(--line)}.hb .mt-quality-pill.is-excellent,.hb .mt-quality-pill.is-clear{border-color:#79ba8b57;color:#9bc8a6;background:#79ba8b14}.hb .mt-quality-pill.is-attention,.hb .mt-quality-pill.is-silent{border-color:#e8a46c57;color:#e8a46c;background:#e8a46c14}.hb .mt-quality-summary{display:grid;grid-template-columns:144px minmax(0,1fr);align-items:center;gap:clamp(22px,5vw,48px);padding:30px 0 26px}.hb .mt-score-ring{--mt-score: 0%;--mt-score-color: #d4775b;display:grid;width:136px;height:136px;place-content:center;border-radius:50%;background:conic-gradient(var(--mt-score-color) var(--mt-score),rgba(255,255,255,.08) 0);box-shadow:0 0 35px #d4775b21;position:relative;text-align:center}.hb .mt-score-ring:after{position:absolute;inset:7px;border-radius:50%;background:#121112;content:""}.hb .mt-score-ring strong,.hb .mt-score-ring span{position:relative;z-index:1}.hb .mt-score-ring strong{color:var(--ink);font-family:var(--serif);font-size:3rem;font-weight:400;letter-spacing:-.04em;line-height:.9}.hb .mt-score-ring span{margin-top:7px;color:var(--muted);font-family:var(--mono);font-size:9px;letter-spacing:.12em;text-transform:uppercase}.hb .mt-quality-summary.is-excellent .mt-score-ring,.hb .mt-quality-summary.is-clear .mt-score-ring{--mt-score-color: #79ba8b}.hb .mt-quality-summary.is-attention .mt-score-ring,.hb .mt-quality-summary.is-silent .mt-score-ring{--mt-score-color: #e8a46c}.hb .mt-quality-copy{max-width:58ch}.hb .mt-quality-kicker,.hb .mt-method-note{color:var(--muted);font-family:var(--mono);font-size:10px;letter-spacing:.1em;line-height:1.4;text-transform:uppercase}.hb .mt-quality-copy h3{margin-top:7px;color:var(--ink);font-family:var(--serif);font-size:clamp(1.7rem,3.6vw,2.5rem);font-weight:400;letter-spacing:-.02em;line-height:1.02}.hb .mt-quality-copy>p:not(.mt-quality-kicker){margin-top:12px;color:var(--ink-2);font-size:14px;line-height:1.65}.hb .mt-method-note{display:block;margin-top:13px;color:var(--muted);font-size:9.5px;letter-spacing:.04em;text-transform:none}.hb .mt-check-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:16px 0}.hb .mt-check-row{display:grid;grid-template-columns:20px minmax(0,1fr);align-items:center;column-gap:8px;row-gap:3px;color:var(--ink-2);font-size:12px}.hb .mt-check-row strong{grid-column:2;color:var(--ink);font-size:12px;font-weight:550}.hb .mt-check-icon{display:grid;grid-row:span 2;width:20px;height:20px;place-items:center;border-radius:7px}.hb .mt-check-row.is-good .mt-check-icon{color:#9bc8a6;background:#79ba8b1f}.hb .mt-check-row.is-warn .mt-check-icon{color:#e8a46c;background:#e8a46c1f}.hb .mt-readout-grid,.hb .mt-technical-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin:0}.hb .mt-readout{min-width:0;border-bottom:1px solid var(--line);padding:19px 16px 18px 0}.hb .mt-readout:nth-child(3n+2),.hb .mt-readout:nth-child(3n+3){border-left:1px solid var(--line);padding-left:16px}.hb .mt-readout dt{overflow:hidden;color:var(--muted);font-family:var(--mono);font-size:9.5px;letter-spacing:.09em;line-height:1.4;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.hb .mt-readout dd{overflow:hidden;margin-top:8px;color:var(--ink);font-size:14px;font-weight:500;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.hb .mt-readout span{display:block;overflow:hidden;margin-top:4px;color:var(--muted);font-size:10.5px;line-height:1.4;text-overflow:ellipsis;white-space:nowrap}.hb .mt-details{margin-top:2px}.hb .mt-details summary{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:18px 0 0;color:var(--ink-2);font-size:12.5px;font-weight:500;cursor:pointer;list-style:none}.hb .mt-details summary::-webkit-details-marker{display:none}.hb .mt-details summary svg{color:var(--muted);transition:transform .2s ease}.hb .mt-details[open] summary svg{transform:rotate(180deg)}.hb .mt-technical-grid{margin-top:2px}.hb .mt-technical-grid .mt-readout{padding-top:16px}.hb .mt-empty-results{display:grid;justify-items:center;padding:54px 20px 58px;text-align:center}.hb .mt-empty-icon,.hb .mt-dictation-mark{display:grid;place-items:center;border:1px solid rgba(212,119,91,.25);border-radius:12px;color:var(--ember);background:#d4775b17}.hb .mt-empty-icon{width:42px;height:42px}.hb .mt-empty-results h3{margin-top:16px;color:var(--ink);font-family:var(--serif);font-size:1.65rem;font-weight:400;letter-spacing:-.015em}.hb .mt-empty-results p{max-width:40ch;margin-top:10px;color:var(--ink-2);font-size:13px;line-height:1.6}.hb .mt-dictation-note{display:grid;grid-template-columns:42px minmax(0,1fr);gap:16px;align-items:start;border-top:1px solid var(--line);padding:25px 5px 4px}.hb .mt-dictation-mark{width:42px;height:42px}.hb .mt-dictation-note h2{max-width:25ch;margin-top:7px;color:var(--ink);font-family:var(--serif);font-size:clamp(1.55rem,3vw,2.1rem);font-weight:400;letter-spacing:-.02em;line-height:1.06}.hb .mt-dictation-note p:last-child{max-width:60ch;margin-top:11px;color:var(--ink-2);font-size:13px;line-height:1.65}.hb .mt-console button:focus-visible,.hb .mt-console select:focus-visible,.hb .mt-details summary:focus-visible{outline:2px solid var(--ember);outline-offset:3px}@media(max-width:720px){.hb .mt-console-header,.hb .mt-results-header,.hb .mt-device-bar,.hb .mt-scope-meta{align-items:flex-start;flex-direction:column}.hb .mt-state-badge,.hb .mt-quality-pill{align-self:flex-start}.hb .mt-device-control{width:100%}.hb .mt-scope-meta{gap:5px;padding:11px 0}.hb .mt-scope-status{white-space:normal}.hb .mt-quality-summary{grid-template-columns:112px minmax(0,1fr);gap:20px}.hb .mt-score-ring{width:112px;height:112px}.hb .mt-score-ring strong{font-size:2.45rem}.hb .mt-check-grid,.hb .mt-readout-grid,.hb .mt-technical-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hb .mt-readout:nth-child(3n+2),.hb .mt-readout:nth-child(3n+3){border-left:0;padding-left:0}.hb .mt-readout:nth-child(2n){border-left:1px solid var(--line);padding-left:14px}.hb .mt-playback{grid-template-columns:1fr;gap:12px}}@media(max-width:480px){.hb .mt-console,.hb .mt-results{border-radius:16px;padding:18px}.hb .mt-scope{min-height:260px}.hb .mt-scope-canvas{height:260px}.hb .mt-quality-summary{grid-template-columns:1fr;justify-items:center;text-align:center}.hb .mt-quality-copy{max-width:38ch}.hb .mt-check-grid{grid-template-columns:1fr}.hb .mt-check-row{grid-template-columns:20px minmax(0,1fr) auto}.hb .mt-check-row strong{grid-column:auto}.hb .mt-dictation-note{grid-template-columns:1fr;gap:12px}}@media(prefers-reduced-motion:reduce){.hb .mt-state-badge.is-live .mt-state-dot,.hb .mt-icon-button,.hb .mt-primary-button,.hb .mt-quiet-button,.hb .mt-device-control select,.hb .mt-details summary svg{animation:none;transition:none}}
