@property --dial-value{syntax: "<number>"; inherits: false; initial-value: 0;}*{margin:0;padding:0;box-sizing:border-box}body{background-color:#0f0f0f;min-height:100vh;overflow:hidden;font-family:Courier New,Courier,monospace}#root{min-height:100vh}.boot-screen{position:fixed;inset:0;z-index:200;background:#0a0a0a;font-family:Courier New,Courier,monospace;color:#f60;font-size:14px;letter-spacing:.05em;animation:flicker .15s infinite;transition:opacity .5s ease-out}.boot-screen.fading{opacity:0}.boot-text{padding:40px 48px;max-width:720px}.boot-line{line-height:1.7;white-space:pre;text-shadow:0 0 6px rgba(255,102,0,.4)}.boot-line-header{font-size:16px;color:#f83;text-shadow:0 0 10px rgba(255,102,0,.7)}.boot-line-spacer{height:1.7em}.boot-ok{color:#00ff41;text-shadow:0 0 6px rgba(0,255,65,.6)}.boot-amber{color:#f60;text-shadow:0 0 6px rgba(255,102,0,.6)}.boot-warning{color:#f60;text-shadow:0 0 8px rgba(255,102,0,.7)}.boot-cursor{display:inline;animation:blink 1s step-end infinite}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.boot-loading{line-height:1.7;text-shadow:0 0 6px rgba(255,102,0,.4)}.boot-loading:after{content:"";animation:ellipsis 1.5s steps(4,end) infinite}@keyframes ellipsis{0%{content:""}25%{content:"."}50%{content:".."}75%{content:"..."}}@keyframes h-jitter{0%,97%,to{transform:scaleX(-1) translate(0)}98%{transform:scaleX(-1) translate(2px)}99%{transform:scaleX(-1) translate(-1px)}}.camera-feed{position:relative;width:100%;height:100%;background:#000;border:1px solid #ff6600;border-radius:8px;box-shadow:0 0 8px #ff66004d,inset 0 0 30px 5px #ff660014;overflow:hidden}.camera-feed video{width:100%;height:100%;object-fit:cover;transform:scaleX(-1);display:block;animation:h-jitter 4s infinite}.camera-feed .face-wireframe{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transform:scaleX(-1);pointer-events:none;z-index:4}.camera-feed .scanlines{position:absolute;inset:0;background:repeating-linear-gradient(0deg,transparent 0 2px,rgba(0,0,0,.3) 2px 4px);pointer-events:none;z-index:1}.crt-vignette{position:absolute;inset:0;background:radial-gradient(ellipse at center,transparent 50%,rgba(0,0,0,.7) 100%);pointer-events:none;z-index:2}.crt-tint{position:absolute;inset:0;background:#ff66000d;mix-blend-mode:multiply;pointer-events:none;z-index:3}.camera-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-family:Courier New,Courier,monospace;color:#f60;font-size:.85rem;letter-spacing:.2em;background:#000000b3;text-align:center;z-index:10}.camera-error{color:#f33}.empathy-panel{display:flex;flex-direction:column;align-items:center;gap:16px;padding:16px;border:1px solid #ff6600;box-shadow:0 0 8px #ff66004d;height:100%}.empathy-header{font-family:Courier New,Courier,monospace;color:#f60;font-size:.8rem;letter-spacing:.3em;text-shadow:0 0 8px rgba(255,102,0,.6)}.empathy-dial-container{display:flex;justify-content:center}.empathy-dial{--dial-value: 0;width:120px;height:120px;border-radius:50%;background:conic-gradient(from 220deg,#ff6600 0deg,#ff6600 calc(var(--dial-value) * 280deg),#1a1a1a calc(var(--dial-value) * 280deg),#1a1a1a 280deg,transparent 280deg);display:flex;align-items:center;justify-content:center;position:relative;transition:--dial-value .3s ease-out;box-shadow:0 0 12px #f606}.empathy-dial-inner{width:84px;height:84px;border-radius:50%;background:#0f0f0f;display:flex;align-items:center;justify-content:center}.empathy-dial-score{font-family:Courier New,Courier,monospace;font-size:2rem;color:#f60;text-shadow:0 0 12px rgba(255,102,0,.8)}.signal-breakdown{display:flex;flex-direction:column;gap:6px;width:100%;padding:0 4px}.signal-row{display:flex;align-items:center;gap:6px;font-family:Courier New,Courier,monospace;font-size:.6rem;color:#f60}.signal-label{width:48px;text-align:right;letter-spacing:.05em}.signal-weight{width:24px;text-align:right;color:#850;font-size:.55rem}.signal-track{flex:1;height:6px;background:#1a1a1a;border:1px solid #332200;overflow:hidden}.signal-fill{height:100%;background:#f60;box-shadow:0 0 4px #f609;transition:width .3s ease-out}.signal-value{width:24px;text-align:right;color:#c50}.emotion-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;width:100%}.mini-dial-cell{display:flex;flex-direction:column;align-items:center;gap:4px}.mini-dial{--dial-value: 0;--dial-color: #ff6600;width:48px;height:48px;border-radius:50%;background:conic-gradient(from 220deg,var(--dial-color) 0deg,var(--dial-color) calc(var(--dial-value) * 280deg),#1a1a1a calc(var(--dial-value) * 280deg),#1a1a1a 280deg,transparent 280deg);display:flex;align-items:center;justify-content:center;transition:--dial-value .3s ease-out}.mini-dial-inner{width:34px;height:34px;border-radius:50%;background:#0f0f0f;display:flex;align-items:center;justify-content:center}.mini-dial-value{font-family:Courier New,Courier,monospace;font-size:.6rem;color:#ccc;letter-spacing:0}.mini-dial-label{font-family:Courier New,Courier,monospace;font-size:.55rem;color:#888;letter-spacing:.05em;text-align:center}.transcript-panel{display:flex;flex-direction:column;border:1px solid #ff6600;box-shadow:0 0 8px #ff66004d;flex:1;min-height:0;overflow:hidden}.transcript-header{font-family:Courier New,Courier,monospace;color:#f60;font-size:.8rem;letter-spacing:.3em;text-shadow:0 0 8px rgba(255,102,0,.6);padding:12px 16px;border-bottom:1px solid #333;flex-shrink:0}.transcript-list{flex:1;overflow-y:auto;scrollbar-color:#ff6600 #0f0f0f;scrollbar-width:thin;padding:8px 16px;display:flex;flex-direction:column;gap:6px}.transcript-list::-webkit-scrollbar{width:6px}.transcript-list::-webkit-scrollbar-track{background:#0f0f0f}.transcript-list::-webkit-scrollbar-thumb{background:#f60;border-radius:3px}.transcript-error{font-family:Courier New,Courier,monospace;color:#f33;font-size:.75rem;letter-spacing:.2em;padding:16px 0;text-shadow:0 0 6px rgba(255,51,51,.5)}.transcript-empty{font-family:Courier New,Courier,monospace;color:#555;font-size:.75rem;letter-spacing:.2em;padding:16px 0}.transcript-entry{display:flex;align-items:baseline;gap:8px;font-family:Courier New,Courier,monospace;font-size:.75rem;line-height:1.5}.transcript-time{color:#666;flex-shrink:0;font-size:.65rem}.transcript-dot{width:6px;height:6px;border-radius:50%;flex-shrink:0;align-self:center;transform:scale(0);opacity:0;transition:transform .15s ease-out,opacity .15s ease-out}.transcript-dot.visible{transform:scale(1);opacity:1}.typing-cursor{display:inline;color:inherit;animation:transcript-blink 1s step-end infinite}@keyframes transcript-blink{0%,to{opacity:1}50%{opacity:0}}.transcript-text{color:#ccc;text-shadow:0 0 4px rgba(204,204,204,.3)}.sentiment-positive .transcript-dot{background:#00ff41;box-shadow:0 0 6px #00ff4199}.sentiment-positive .transcript-text{color:#00ff41;text-shadow:0 0 4px rgba(0,255,65,.3)}.sentiment-negative .transcript-dot{background:#f33;box-shadow:0 0 6px #f339}.sentiment-negative .transcript-text{color:#f33;text-shadow:0 0 4px rgba(255,51,51,.3)}.sentiment-neutral .transcript-dot{background:#888}.sentiment-neutral .transcript-text{color:#999}.eye-zoom{display:flex;flex-direction:column;border:1px solid #ff6600;border-radius:8px;box-shadow:0 0 8px #ff66004d;overflow:hidden;flex-shrink:0}.eye-zoom-header{font-family:Courier New,Courier,monospace;color:#f60;font-size:.7rem;letter-spacing:.3em;text-shadow:0 0 8px rgba(255,102,0,.6);padding:8px 12px;border-bottom:1px solid #333}.eye-zoom-viewport{position:relative;width:100%;aspect-ratio:5 / 3;background:#000}.eye-zoom-canvas{width:100%;height:100%;object-fit:cover;transform:scaleX(-1);display:block;filter:contrast(1.15) brightness(1.1)}.eye-zoom-scanlines{position:absolute;inset:0;background:repeating-linear-gradient(0deg,transparent 0 2px,rgba(0,0,0,.3) 2px 4px);pointer-events:none;z-index:1}.eye-zoom-tint{position:absolute;inset:0;background:#ff66000d;mix-blend-mode:multiply;pointer-events:none;z-index:2}.eye-zoom-readout{font-family:Courier New,Courier,monospace;color:#f60;font-size:.7rem;letter-spacing:.15em;padding:6px 12px;border-top:1px solid #333;text-shadow:0 0 6px rgba(255,102,0,.4)}.eye-zoom-value{float:right;font-weight:700}.audio-strip{display:flex;gap:24px;padding:12px 16px;border:1px solid #ff6600;box-shadow:0 0 8px #ff66004d;align-items:center}.waveform-section{flex:1;display:flex;flex-direction:column;gap:4px;min-width:0}.waveform-canvas{width:100%;height:48px;border:1px solid #333}.strip-label{font-family:Courier New,Courier,monospace;font-size:.65rem;color:#f60;letter-spacing:.2em;text-shadow:0 0 6px rgba(255,102,0,.4)}.metrics-section{display:flex;flex-direction:column;gap:8px;flex-shrink:0;min-width:240px}.stress-row{display:flex;align-items:center;gap:8px}.stress-bar-track{flex:1;height:12px;background:#1a1a1a;border:1px solid #333;overflow:hidden}.stress-bar-fill{height:100%;background:linear-gradient(90deg,#f60,#f33);transition:width .2s ease-out;box-shadow:0 0 8px #f606}.stress-value{font-family:Courier New,Courier,monospace;font-size:.75rem;color:#f60;width:36px;text-align:right}.metrics-row{display:flex;gap:16px}.metric{font-family:Courier New,Courier,monospace;font-size:.65rem;color:#888;letter-spacing:.1em}.biometric-timeline{position:relative;width:100%;height:20px}.timeline-canvas{width:100%;height:100%;display:block;border:1px solid #333}.timeline-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:space-between;padding:0 8px;pointer-events:none}.timeline-label,.timeline-elapsed{font-family:Courier New,Courier,monospace;font-size:.6rem;color:#f60;letter-spacing:.15em;text-shadow:0 0 6px rgba(255,102,0,.4);background:#0a0a0ab3;padding:1px 4px}.anomaly-border{position:fixed;inset:0;z-index:200;pointer-events:none;opacity:0;border:2px solid rgba(255,50,50,.8);box-shadow:inset 0 0 30px #ff323226}.anomaly-border.active{animation:anomaly-border-flash .8s ease-out forwards}@keyframes anomaly-border-flash{0%{opacity:1}62.5%{opacity:1}to{opacity:0}}.anomaly-text{position:fixed;top:50%;left:50%;transform:translate(-50%,-120px);z-index:200;pointer-events:none;opacity:0;display:flex;flex-direction:column;align-items:center;gap:4px}.anomaly-text.active{animation:anomaly-text-lifecycle 2s ease-out forwards}@keyframes anomaly-text-lifecycle{0%{opacity:0}5%{opacity:1}75%{opacity:1}to{opacity:0}}.anomaly-warning-line{font-family:Courier New,monospace;font-size:.85rem;color:#f33;text-shadow:0 0 8px rgba(255,50,50,.6);letter-spacing:.1em;white-space:nowrap}.anomaly-detail-line{font-family:Courier New,monospace;font-size:.65rem;color:#f55;letter-spacing:.08em;white-space:nowrap}.calibration-backdrop{position:fixed;inset:0;background:#00000080;z-index:149;border:none;padding:0;cursor:pointer}.calibration-panel{position:fixed;top:0;right:0;bottom:0;width:380px;z-index:150;background:#111;border-left:1px solid #ff6600;box-shadow:-4px 0 16px #ff660026;overflow-y:auto;padding:20px 16px;transform:translate(100%);transition:transform .3s ease}.calibration-panel.open{transform:translate(0)}.calibration-panel::-webkit-scrollbar{width:4px}.calibration-panel::-webkit-scrollbar-track{background:#111}.calibration-panel::-webkit-scrollbar-thumb{background:#33260d}.calibration-title{font-family:Courier New,Courier,monospace;color:#f60;font-size:.85rem;letter-spacing:.2em;text-shadow:0 0 8px rgba(255,102,0,.6);margin-bottom:2px}.calibration-subtitle{font-family:Courier New,Courier,monospace;color:#963;font-size:.55rem;letter-spacing:.15em;margin-bottom:16px}.calibration-presets{display:flex;gap:4px;flex-wrap:wrap;margin-bottom:16px}.preset-btn{font-family:Courier New,Courier,monospace;font-size:.6rem;letter-spacing:.08em;color:#850;background:transparent;border:1px solid #33260d;padding:3px 8px;cursor:pointer;transition:all .2s}.preset-btn:hover{border-color:#f60;color:#f60}.preset-btn.active{background:#f60;color:#111;border-color:#f60}.preset-btn:focus-visible{outline:2px solid #ff6600;outline-offset:2px;box-shadow:0 0 8px #f609}.calibration-section-header{font-family:Courier New,Courier,monospace;color:#f60;font-size:.65rem;letter-spacing:.15em;border-bottom:1px solid #33260d;padding-bottom:4px;margin-top:16px;margin-bottom:10px}.calibration-slider-row{display:grid;grid-template-columns:80px 1fr 36px;align-items:center;gap:8px;margin-bottom:6px}.calibration-slider-label{font-family:Courier New,Courier,monospace;color:#850;font-size:.6rem;letter-spacing:.1em;text-transform:uppercase;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.calibration-slider-value{font-family:Courier New,Courier,monospace;color:#f60;font-size:.6rem;text-align:right;font-variant-numeric:tabular-nums}.calibration-panel input[type=range]{-webkit-appearance:none;appearance:none;background:transparent;width:100%;height:16px;cursor:pointer}.calibration-panel input[type=range]::-webkit-slider-runnable-track{background:#33260d;height:2px;border-radius:0}.calibration-panel input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;width:8px;height:8px;background:#f60;border:none;margin-top:-3px;cursor:pointer}.calibration-panel input[type=range]:active::-webkit-slider-thumb{box-shadow:0 0 6px #f60c}.calibration-panel input[type=range]::-moz-range-track{background:#33260d;height:2px;border:none}.calibration-panel input[type=range]::-moz-range-thumb{width:8px;height:8px;background:#f60;border:none;border-radius:0;cursor:pointer}.calibration-panel input[type=range]:active::-moz-range-thumb{box-shadow:0 0 6px #f60c}.fusion-sum-warning{font-family:Courier New,Courier,monospace;font-size:.55rem;color:#930;letter-spacing:.08em;margin-top:4px;margin-bottom:8px}.advanced-toggle{font-family:Courier New,Courier,monospace;font-size:.65rem;color:#850;letter-spacing:.1em;cursor:pointer;background:none;border:none;padding:8px 0;width:100%;text-align:left;transition:color .2s}.advanced-toggle:hover{color:#f60}.advanced-toggle:focus-visible{outline:2px solid #ff6600;outline-offset:2px;box-shadow:0 0 8px #f609}.advanced-section{max-height:0;overflow:hidden;transition:max-height .3s ease}.advanced-section.open{max-height:2000px}.advanced-emotion-group{margin-bottom:8px}.advanced-emotion-label{font-family:Courier New,Courier,monospace;color:#630;font-size:.55rem;letter-spacing:.1em;border-bottom:1px solid #1a1300;padding-bottom:2px;margin-bottom:4px}.calibration-close-btn{font-family:Courier New,Courier,monospace;font-size:.7rem;letter-spacing:.15em;color:#f60;background:transparent;border:1px solid #ff6600;padding:6px 20px;cursor:pointer;display:block;margin:20px auto 8px;transition:box-shadow .2s,text-shadow .2s}.calibration-close-btn:hover{box-shadow:0 0 8px #f609;text-shadow:0 0 6px rgba(255,102,0,.8)}.calibration-close-btn:focus-visible{outline:2px solid #ff6600;outline-offset:2px;box-shadow:0 0 8px #f609}.calibration-btn{font-family:Courier New,Courier,monospace;font-size:.7rem;letter-spacing:.15em;color:#f60;background:transparent;border:1px solid #ff6600;padding:4px 10px;cursor:pointer;transition:box-shadow .2s,text-shadow .2s}.calibration-btn:hover{box-shadow:0 0 8px #f609;text-shadow:0 0 6px rgba(255,102,0,.8)}.calibration-btn:focus-visible{outline:2px solid #ff6600;outline-offset:2px;box-shadow:0 0 8px #f609}.calibration-btn:disabled{opacity:.3;cursor:default}.calibration-indicator{font-family:Courier New,Courier,monospace;font-size:.6rem;letter-spacing:.1em}.calibration-indicator.default{color:#444}.calibration-indicator.custom{color:#f60;text-shadow:0 0 6px rgba(255,102,0,.5)}@media(max-width:767px){.calibration-panel{width:100%;height:100%;border-left:none}.calibration-panel input[type=range]::-webkit-slider-thumb{width:24px;height:24px;margin-top:-11px}.calibration-panel input[type=range]::-moz-range-thumb{width:24px;height:24px}.preset-btn{min-height:44px;padding:8px 12px;font-size:.65rem}.calibration-close-btn{min-height:44px;padding:10px 24px}}.test-backdrop{position:fixed;inset:0;background:#0009;z-index:159}.test-overlay{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:160;max-width:640px;width:90%;padding:40px;background:#111;border:1px solid #ff6600;box-shadow:0 0 24px #ff66004d,0 0 80px #ff66001a}.test-question-counter{font-family:Courier New,Courier,monospace;font-size:.7rem;color:#850;letter-spacing:.2em;text-align:center}.test-question-text{font-family:Courier New,Courier,monospace;font-size:1.1rem;color:#f60;line-height:1.6;text-shadow:0 0 8px rgba(255,102,0,.4);padding:24px 0;text-align:center}.test-controls{display:flex;gap:12px;justify-content:center}.test-btn-next,.test-btn-end{font-family:Courier New,Courier,monospace;font-size:.7rem;letter-spacing:.15em;background:transparent;padding:6px 16px;cursor:pointer;transition:box-shadow .2s,text-shadow .2s}.test-btn-next{color:#f60;border:1px solid #ff6600}.test-btn-next:hover{box-shadow:0 0 8px #f609;text-shadow:0 0 6px rgba(255,102,0,.8)}.test-btn-next:focus-visible{outline:2px solid #ff6600;outline-offset:2px;box-shadow:0 0 8px #f609}.test-btn-end{color:#850;border:1px solid #885500}.test-btn-end:hover{box-shadow:0 0 8px #8509;text-shadow:0 0 6px rgba(136,85,0,.8)}.test-btn-end:focus-visible{outline:2px solid #885500;outline-offset:2px;box-shadow:0 0 8px #8509}@property --dial-value{syntax: "<number>"; initial-value: 0; inherits: false;}.test-results-backdrop{position:fixed;inset:0;z-index:160;background:#0a0a0a;overflow-y:auto;display:flex;justify-content:center}.test-results{width:100%;max-width:720px;padding:40px 24px;display:flex;flex-direction:column;align-items:center;gap:24px}.test-results-header{font-family:Courier New,Courier,monospace;font-size:1rem;color:#f60;letter-spacing:.3em;text-shadow:0 0 12px rgba(255,102,0,.6);text-align:center}.test-results-dial-container{display:flex;flex-direction:column;align-items:center;gap:8px}.test-results-dial{--dial-value: 0;width:160px;height:160px;border-radius:50%;background:conic-gradient(from 220deg,#ff6600 0deg,#ff6600 calc(var(--dial-value) * 280deg),#1a1a1a calc(var(--dial-value) * 280deg),#1a1a1a 280deg,transparent 280deg);display:flex;align-items:center;justify-content:center;box-shadow:0 0 20px #f606;transition:--dial-value .3s ease-out}.test-results-dial-inner{width:112px;height:112px;border-radius:50%;background:#0f0f0f;display:flex;align-items:center;justify-content:center}.test-results-dial-score{font-family:Courier New,Courier,monospace;font-size:2.5rem;color:#f60;text-shadow:0 0 16px rgba(255,102,0,.8)}.test-results-eq-label{font-family:Courier New,Courier,monospace;font-size:.65rem;color:#850;letter-spacing:.2em}.test-results-classification{font-family:Courier New,Courier,monospace;font-size:1.4rem;letter-spacing:.3em;text-align:center;animation:classificationFadeIn .5s ease-out}@keyframes classificationFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.test-results-table{width:100%;display:flex;flex-direction:column;border:1px solid #332200}.test-results-table-header{display:flex;gap:8px;padding:8px 12px;border-bottom:1px solid #332200;font-family:Courier New,Courier,monospace;font-size:.6rem;color:#850;letter-spacing:.1em}.test-results-row{display:flex;gap:8px;padding:6px 12px;border-bottom:1px solid #1a1200;font-family:Courier New,Courier,monospace;font-size:.65rem;color:#c84;align-items:center}.test-results-row:last-child{border-bottom:none}.trt-col-q{width:32px;flex-shrink:0}.trt-col-text{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#963}.trt-col-emotion{width:100px;flex-shrink:0;display:flex;align-items:center;gap:6px}.emotion-dot{width:6px;height:6px;border-radius:50%;flex-shrink:0}.trt-col-empathy{width:32px;flex-shrink:0;text-align:right;color:#f60}.test-results-controls{display:flex;gap:12px;padding-top:8px}.test-results-btn{font-family:Courier New,Courier,monospace;font-size:.7rem;letter-spacing:.15em;color:#f60;background:transparent;border:1px solid #ff6600;padding:6px 16px;cursor:pointer;transition:box-shadow .2s,text-shadow .2s}.test-results-btn:hover{box-shadow:0 0 8px #f609;text-shadow:0 0 6px rgba(255,102,0,.8)}.test-results-btn:focus-visible{outline:2px solid #ff6600;outline-offset:2px;box-shadow:0 0 8px #f609}.test-results-btn-close{color:#850;border-color:#850}.test-results-btn-close:hover{box-shadow:0 0 8px #8509;text-shadow:0 0 6px rgba(136,85,0,.8)}.test-results-btn-close:focus-visible{outline-color:#850;box-shadow:0 0 8px #8509}.dashboard{display:grid;grid-template-rows:auto 1fr auto;height:100vh;width:100vw;padding:8px;gap:8px;position:relative}.screen-overlay{position:fixed;inset:0;background:repeating-linear-gradient(0deg,transparent 0 2px,rgba(0,0,0,.06) 2px 4px);pointer-events:none;z-index:100;animation:flicker .15s infinite}@keyframes flicker{0%{opacity:.97}50%{opacity:1}to{opacity:.98}}.dashboard-header{display:flex;align-items:center;justify-content:space-between;padding:8px 16px;border:1px solid #ff6600;box-shadow:0 0 8px #ff66004d}.header-title{display:flex;flex-direction:column}.header-corp{font-family:Courier New,Courier,monospace;color:#f60;font-size:.7rem;letter-spacing:.4em;text-shadow:0 0 8px rgba(255,102,0,.6)}.header-version{font-family:Courier New,Courier,monospace;color:#f60;font-size:1.1rem;letter-spacing:.2em;text-shadow:0 0 12px rgba(255,102,0,.8)}.header-status{display:flex;gap:16px;align-items:center}.status-indicator{display:flex;align-items:center;gap:6px;font-family:Courier New,Courier,monospace;font-size:.7rem;color:#888;letter-spacing:.15em}.status-dot{width:8px;height:8px;border-radius:50%;background:#333}.status-dot.active{background:#00ff41;box-shadow:0 0 6px #00ff41cc}.status-dot.loading{background:#fc0;box-shadow:0 0 6px #fc09;animation:pulse 1s ease-in-out infinite}.status-dot.error{background:#f33;box-shadow:0 0 6px #f339}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.session-download-btn{font-family:Courier New,Courier,monospace;font-size:.7rem;letter-spacing:.15em;color:#f60;background:transparent;border:1px solid #ff6600;padding:4px 10px;cursor:pointer;transition:box-shadow .2s,text-shadow .2s}.session-download-btn:hover{box-shadow:0 0 8px #f609;text-shadow:0 0 6px rgba(255,102,0,.8)}.session-download-btn:focus-visible{outline:2px solid #ff6600;outline-offset:2px;box-shadow:0 0 8px #f609}.test-btn{font-family:Courier New,Courier,monospace;font-size:.7rem;letter-spacing:.15em;color:#f60;background:transparent;border:1px solid #ff6600;padding:4px 10px;cursor:pointer;transition:box-shadow .2s,text-shadow .2s}.test-btn:hover:not(:disabled){box-shadow:0 0 8px #f609;text-shadow:0 0 6px rgba(255,102,0,.8)}.test-btn:focus-visible{outline:2px solid #ff6600;outline-offset:2px;box-shadow:0 0 8px #f609}.test-btn:disabled{opacity:.3;cursor:default}@media(min-width:768px){.mobile-scroll-area{display:contents}}.dashboard-main{display:grid;grid-template-columns:2fr 1fr 2fr;gap:8px;min-height:0}.right-column{display:flex;flex-direction:column;gap:8px;min-height:0}.dashboard-footer{display:flex;flex-direction:column;gap:4px;min-height:0}@media(max-width:767px){.dashboard{display:flex;flex-direction:column;height:100dvh;width:100%;max-width:100vw;padding:4px;gap:4px;overflow:hidden}.dashboard-main,.dashboard-footer,.right-column{display:contents}.camera-feed{order:1}.empathy-panel{order:2}.transcript-panel{order:3}.biometric-timeline{order:4}.audio-strip{order:5}.eye-zoom{order:6}.dashboard[data-mobile-tab=transcript] .eye-zoom,.dashboard[data-mobile-tab=transcript] .audio-strip,.dashboard[data-mobile-tab=transcript] .biometric-timeline,.dashboard[data-mobile-tab=biometrics] .transcript-panel{display:none}.camera-feed{width:100%;height:auto;aspect-ratio:16 / 9;max-height:180px;flex-shrink:0;border-radius:4px}.header-corp,.header-status{display:none}.dashboard-header{padding:4px 8px}.header-version{font-size:.85rem}.empathy-panel{height:auto;flex-shrink:0;padding:6px 8px;gap:6px;flex-direction:row;flex-wrap:wrap;justify-content:center}.empathy-header{width:100%;text-align:center;font-size:.65rem;margin:0}.empathy-dial-container{flex-shrink:0}.empathy-dial{width:72px;height:72px}.empathy-dial-inner{width:52px;height:52px}.empathy-dial-score{font-size:1.3rem}.signal-breakdown{display:none}.emotion-grid{width:100%;grid-template-columns:repeat(8,1fr);gap:2px}.mini-dial-cell{gap:0}.mini-dial{width:28px;height:28px}.mini-dial-inner{width:20px;height:20px}.mini-dial-value{font-size:.45rem}.mini-dial-label{display:none}.transcript-panel{flex:1;min-height:100px}.transcript-header{padding:6px 10px;font-size:.65rem}.transcript-list{padding:4px 10px}.transcript-entry{font-size:.65rem;gap:6px}.audio-strip{flex-direction:column;gap:6px;padding:6px 8px;flex-shrink:0}.metrics-section{min-width:0}.waveform-canvas{height:32px}.metrics-row{gap:8px;flex-wrap:wrap}.biometric-timeline{flex-shrink:0}.eye-zoom{border-radius:4px;flex-shrink:0}.eye-zoom-header{padding:4px 8px;font-size:.6rem}.eye-zoom-viewport{aspect-ratio:2 / 1}.eye-zoom-readout{padding:4px 8px;font-size:.6rem}.session-download-btn,.calibration-btn,.test-btn,.test-btn-next,.test-btn-end,.preset-btn,.calibration-close-btn,.test-results-btn,.test-results-btn-close{min-height:44px;min-width:44px}.test-overlay{width:100%;max-width:100%;padding:20px 16px}.test-question-text{font-size:1.2rem}.test-controls{flex-direction:column;align-items:stretch}.test-btn-next{min-height:52px;font-size:.9rem}.test-btn-end{min-height:44px}.test-results{padding:24px 12px}.trt-col-text{white-space:normal}.trt-col-emotion{width:80px}.test-results-controls{flex-direction:column;align-items:stretch}.test-results-btn,.test-results-btn-close{text-align:center}.boot-text{padding:24px 16px}.boot-line{font-size:12px;white-space:pre-wrap;word-break:break-all}.boot-line-header{font-size:13px}body{overflow-x:hidden}.mobile-toolbar{z-index:50;display:flex;flex-direction:column;gap:4px;padding:4px;background:#0f0f0f;border-top:1px solid #ff6600;box-shadow:0 -2px 8px #f603}.mobile-tab-bar{display:flex;gap:4px}.mobile-tab{flex:1;font-family:Courier New,Courier,monospace;font-size:.65rem;letter-spacing:.15em;color:#850;background:transparent;border:1px solid #33260d;padding:8px 4px;cursor:pointer;transition:all .2s;min-height:36px}.mobile-tab.active{color:#f60;border-color:#f60;text-shadow:0 0 6px rgba(255,102,0,.6)}.mobile-actions{display:flex;gap:4px;align-items:center}.mobile-actions .status-indicator{font-size:.6rem;gap:4px}.mobile-actions .session-download-btn,.mobile-actions .calibration-btn,.mobile-actions .test-btn{flex:1;text-align:center;font-size:.6rem;padding:6px 4px;min-height:36px}.tap-gate{position:fixed;inset:0;z-index:300;background:#0a0a0a;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:24px;font-family:Courier New,Courier,monospace;color:#f60;font-size:1.1rem;letter-spacing:.2em;text-shadow:0 0 12px rgba(255,102,0,.6);text-align:center;padding:32px;cursor:pointer;-webkit-tap-highlight-color:transparent}.tap-gate-sub{font-size:.7rem;color:#850;letter-spacing:.15em}.feed-suspended-overlay{position:fixed;inset:0;z-index:250;background:#0a0a0af2;display:flex;align-items:center;justify-content:center;font-family:Courier New,Courier,monospace;color:#f60;font-size:1rem;letter-spacing:.3em;text-shadow:0 0 12px rgba(255,102,0,.6)}.screen-overlay{background:repeating-linear-gradient(0deg,transparent 0 1px,rgba(0,0,0,.04) 1px 2px)}.anomaly-alert{font-size:.75rem;padding:6px 12px}.mobile-scroll-area{flex:1;min-height:0;overflow-y:auto;display:flex;flex-direction:column;gap:4px;scrollbar-color:#ff6600 #0f0f0f;scrollbar-width:thin}.mobile-scroll-area::-webkit-scrollbar{width:4px}.mobile-scroll-area::-webkit-scrollbar-track{background:#0f0f0f}.mobile-scroll-area::-webkit-scrollbar-thumb{background:#33260d}}@media(max-width:767px)and (orientation:landscape){.camera-feed{max-height:100px}}
