.app{min-height:100vh;display:grid;grid-template-rows:auto 1fr}.header{padding:16px 20px;border-bottom:1px solid rgba(255,255,255,.08);backdrop-filter:blur(8px)}.headerRow{display:flex;align-items:center;justify-content:space-between;gap:16px}.header h1{margin:0;font-size:16px;letter-spacing:.2px;font-weight:600}.header p{margin:6px 0 0;color:#ffffffb8;font-size:13px}.cameraToggle{display:flex;gap:8px}.chip{border:1px solid rgba(255,255,255,.16);background:#ffffff0f;color:#ffffffe0;padding:6px 10px;border-radius:999px;font-size:12px;cursor:pointer}.chip.active{background:#6cc4ff33;border-color:#6cc4ff80}.stage{position:relative;min-height:0}.canvas{width:100%;height:100%}.hint{position:absolute;right:12px;bottom:12px;padding:8px 10px;border:1px solid rgba(255,255,255,.12);border-radius:10px;background:#0000003d;color:#ffffffb8;font-size:12px}.starter,.loading{height:100%;display:grid;place-content:center;gap:10px;padding:24px;text-align:center}.starterTitle{margin:0;font-weight:600}.starterText{margin:0;max-width:520px;color:#ffffffb8;font-size:13px}.button{justify-self:center;border:1px solid rgba(255,255,255,.16);background:#ffffff0f;color:#ffffffeb;padding:10px 14px;border-radius:10px;font-weight:600;cursor:pointer}.button:hover{background:#ffffff17}:root{font-family:system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:#ffffffeb;background:radial-gradient(1000px 700px at 20% 10%,#133049,#070a12 60%);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-height:100vh}#root{min-height:100vh}
