*{box-sizing:border-box;margin:0;padding:0}html,body{cursor:none;-webkit-user-select:none;user-select:none;background:#000;width:100%;height:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;overflow:hidden}#scene{width:100%;height:100%;display:block}#webcam{opacity:.001;pointer-events:none;z-index:-1;width:640px;height:480px;position:fixed;bottom:0;right:0}#debug-overlay{z-index:50;background:#000;border:2px solid #00ff0080;border-radius:8px;width:320px;height:240px;display:none;position:fixed;bottom:16px;left:16px}#debug-overlay.visible{display:block}#settings-trigger{z-index:100;cursor:pointer;width:60px;height:60px;position:fixed;bottom:0;right:0}#settings-panel{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#eee;z-index:200;cursor:default;background:#14141ef2;width:340px;height:100%;padding:24px;transition:transform .3s;position:fixed;top:0;right:0;overflow-y:auto;transform:translate(0)}#settings-panel.hidden{pointer-events:none;transform:translate(100%)}.settings-header{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.settings-header h2{font-size:18px;font-weight:600}.settings-header button{color:#eee;cursor:pointer;background:0 0;border:none;padding:4px 8px;font-size:24px}.settings-body label{color:#aaa;flex-direction:column;gap:6px;margin-bottom:18px;font-size:13px;display:flex}.settings-body label.checkbox-label{flex-direction:row;align-items:center;gap:10px}.settings-body select,.settings-body input[type=text]{color:#eee;background:#ffffff1a;border:1px solid #fff3;border-radius:6px;padding:8px 10px;font-size:14px}.settings-body input[type=range]{accent-color:#6c63ff;width:100%}.settings-body input[type=color]{cursor:pointer;border:none;border-radius:6px;width:60px;height:32px}#status{color:#fffc;z-index:10;pointer-events:none;background:#00000080;border-radius:6px;padding:6px 12px;font-size:14px;transition:opacity .5s;position:fixed;top:16px;left:16px}#status.faded{opacity:0}body.show-controls #status.faded{opacity:1}.settings-body span{color:#6c63ff;min-width:36px;font-size:12px;font-weight:600}#fullscreen-btn{color:#fff;cursor:pointer;z-index:60;opacity:1;background:#ffffff26;border:1px solid #fff3;border-radius:8px;justify-content:center;align-items:center;width:40px;height:40px;font-size:18px;transition:opacity .5s,background .2s;display:flex;position:fixed;bottom:16px;left:16px}#fullscreen-btn:hover{background:#ffffff40}#fullscreen-btn.faded{opacity:0;pointer-events:none}#fullscreen-btn.faded:hover{opacity:0}body.show-controls #fullscreen-btn.faded{opacity:1;pointer-events:auto}#back-link{color:#ffffff80;z-index:10;cursor:pointer;opacity:1;background:#0000004d;border-radius:6px;padding:6px 12px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;text-decoration:none;transition:color .2s,opacity .5s;position:fixed;top:16px;left:16px}#back-link:hover{color:#fff}#back-link.faded{opacity:0;pointer-events:none}body.show-controls #back-link.faded{opacity:1;pointer-events:auto}
