*{box-sizing:border-box;margin:0;padding:0}html,body{color:#fff;background:#000;width:100%;height:100%;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Noto Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;overflow:hidden}.view{width:100%;height:100%;position:relative}#video{object-fit:cover;width:100%;height:100%;display:block}#overlay{pointer-events:none;width:100%;height:100%;position:absolute;top:0;bottom:0;left:0;right:0}.hud{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:10;background:#0009;border-radius:6px;padding:4px 10px;font-family:monospace;font-size:.78rem;position:fixed;top:12px;left:12px}.fab{color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:10;background:#ffffff1f;border:1px solid #ffffff40;border-radius:50%;width:56px;height:56px;font-size:1.5rem;transition:background .15s;position:fixed;bottom:36px;right:24px}.fab:active{background:#ffffff40}.init-screen{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:100;background:#000000e0;justify-content:center;align-items:center;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.init-card{background:#111;border:1px solid #2a2a2a;border-radius:16px;width:90%;max-width:340px;padding:2rem 2.25rem}.init-card h2{text-align:center;color:#e0e0e0;margin-bottom:1.5rem;font-size:1.15rem;font-weight:600}.init-steps{flex-direction:column;gap:.6rem;margin-bottom:1.5rem;list-style:none;display:flex}.init-step{color:#444;padding-left:1.75rem;font-size:.88rem;transition:color .2s;position:relative}.init-step:before{content:"○";position:absolute;left:0}.init-step.done{color:#4caf50}.init-step.done:before{content:"✓"}.init-step.active{color:#eee}.init-step.active:before{content:"●";animation:1s infinite blink}.init-step.error{color:#f44336}.init-step.error:before{content:"✗"}@keyframes blink{0%,to{opacity:1}50%{opacity:.25}}#init-text{text-align:center;color:#666;min-height:1.2em;font-size:.78rem}
