*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;height:100%;overflow:hidden;background:#000;font-family:Segoe UI,system-ui,-apple-system,sans-serif;color:#e0e0e0;cursor:none}#throng-canvas{position:fixed;top:0;left:0;width:100%;height:100%;z-index:0}#gaze-cursor{position:fixed;width:24px;height:24px;border-radius:50%;background:radial-gradient(circle,#78c8ff99,#78c8ff00 70%);pointer-events:none;z-index:1000;transform:translate(-50%,-50%);transition:left .08s ease-out,top .08s ease-out;mix-blend-mode:screen}#hud{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:500;padding:16px}#hud-top-left{display:flex;align-items:center;gap:8px;font-size:12px;opacity:.5}.hud-dot{width:8px;height:8px;border-radius:50%;background:#555;display:inline-block;transition:background .3s}.hud-dot.active{background:#4fc3f7;box-shadow:0 0 6px #4fc3f799}#hud-top-center{position:absolute;top:16px;left:50%;transform:translate(-50%);pointer-events:all}#task-input-container{display:flex;align-items:center;gap:6px}#task-input{background:#ffffff0a;border:1px solid rgba(255,255,255,.1);color:#ffffffb3;padding:8px 16px;border-radius:20px;font-size:13px;width:280px;outline:none;transition:all .3s;font-family:inherit;cursor:text}#task-input:focus{background:#ffffff14;border-color:#4fc3f766;color:#ffffffe6;width:380px}#task-input::placeholder{color:#fff3;font-style:italic}.hud-btn{pointer-events:all;cursor:pointer;background:#ffffff0d;border:1px solid rgba(255,255,255,.15);color:#ffffff80;padding:6px 14px;border-radius:4px;font-size:11px;text-transform:lowercase;letter-spacing:.5px;transition:all .2s}.hud-btn:hover{background:#ffffff1a;color:#fffc;border-color:#ffffff4d}#btn-voice.listening{background:#4fc3f733;border-color:#4fc3f780;color:#4fc3f7}#hud-bottom-right{position:absolute;bottom:16px;right:16px;display:flex;gap:8px}.overlay{position:fixed;top:0;left:0;width:100%;height:100%;z-index:2000;background:#000000d9;display:flex;align-items:center;justify-content:center}.overlay.hidden{display:none}.calibration-prompt{text-align:center}.calibration-prompt h2{font-weight:300;font-size:24px;margin-bottom:8px;color:#fff}.calibration-prompt p{font-size:14px;opacity:.6;margin-bottom:24px}.calibration-dot{position:fixed;width:20px;height:20px;border-radius:50%;background:#4fc3f7cc;cursor:pointer;transition:transform .2s,opacity .3s;z-index:2001}.calibration-dot:hover{transform:scale(1.4)}.calibration-dot.clicked{opacity:.2;pointer-events:none}#webgazerVideoFeed,#webgazerVideoCanvas,#webgazerFaceOverlay,#webgazerFaceFeedbackBox,#webgazerGazeDot{display:none!important}
