:root{--hud-cyan: #00f2ff;--hud-purple: #9d4edd;--hud-pink: #ff85a1;--hud-bg: rgba(0, 242, 255, .1)}body,html{margin:0;padding:0;width:100%;height:100%;overflow:hidden;background:#000;font-family:Share Tech Mono,monospace;color:var(--hud-cyan)}.iris-viewport{position:relative;width:100vw;height:100vh;display:flex;align-items:center;justify-content:center}.camera-container{position:absolute;width:100%;height:100%;transition:transform .2s ease-out}.camera-feed{width:100%;height:100%;object-fit:cover;filter:sepia(20%) hue-rotate(160deg) brightness(1.1) contrast(1.1)}.hud-overlay{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none;display:flex;flex-direction:column;padding:20px;background:radial-gradient(circle,transparent 40%,rgba(0,242,255,.05) 100%)}.hud-overlay>*{pointer-events:auto}.hud-top{display:flex;justify-content:space-between;border-bottom:1px solid var(--hud-bg);padding-bottom:10px;font-size:.8rem}.pulse{animation:pulse 2s infinite}@keyframes pulse{0%{opacity:.4}50%{opacity:1}to{opacity:.4}}.hud-center{flex:1;display:flex;align-items:center;justify-content:center}.reticle{position:relative;width:300px;height:300px;border:1px solid rgba(0,242,255,.2);border-radius:50%}.corner{position:absolute;width:20px;height:20px;border:2px solid var(--hud-cyan)}.top-left{top:-5px;left:-5px;border-right:0;border-bottom:0}.top-right{top:-5px;right:-5px;border-left:0;border-bottom:0}.bottom-left{bottom:-5px;left:-5px;border-right:0;border-top:0}.bottom-right{bottom:-5px;right:-5px;border-left:0;border-top:0}.scan-line{position:absolute;width:100%;height:2px;background:var(--hud-cyan);opacity:.3;box-shadow:0 0 10px var(--hud-cyan);animation:scan 4s linear infinite}@keyframes scan{0%{top:0%}to{top:100%}}.hud-side{position:absolute;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;gap:15px}.left{left:30px}.right{right:30px;align-items:flex-end}.hud-btn{background:#00000080;border:1px solid var(--hud-cyan);color:var(--hud-cyan);padding:10px 15px;font-family:inherit;cursor:pointer;transition:all .2s;clip-path:polygon(10% 0,100% 0,90% 100%,0 100%)}.hud-btn:hover{background:var(--hud-cyan);color:#000;box-shadow:0 0 15px var(--hud-cyan)}.hud-btn.special{border-color:var(--hud-purple);color:var(--hud-purple)}.hud-btn.special:hover{background:var(--hud-purple);color:#fff;box-shadow:0 0 15px var(--hud-purple)}.voice-wave{display:flex;gap:3px;height:30px;align-items:center}.wave-bar{width:3px;background:var(--hud-pink);animation:wave 1s infinite alternate}@keyframes wave{0%{height:5px}to{height:25px}}.wave-bar:nth-child(2){animation-delay:.2s}.wave-bar:nth-child(3){animation-delay:.4s}.hud-bottom{border-top:1px solid var(--hud-bg);padding-top:10px;font-size:.7rem}.log-entry{margin-bottom:4px}.success{color:#0f8}
