*{box-sizing:border-box;margin:0;padding:0}html,body{color:#fff;background:#000;width:100%;height:100%;font-family:-apple-system,system-ui,sans-serif;overflow:hidden}#camerafeed{z-index:0;width:100%;height:100%;position:fixed;inset:0}#overlay{z-index:10;pointer-events:none;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.hint{pointer-events:auto;background:#0009;border-radius:8px;padding:12px 20px;font-size:14px}.hint:before{content:"";vertical-align:middle;background:#fff;border-radius:50%;width:8px;height:8px;margin-right:8px;animation:1.2s ease-in-out infinite pulse;display:inline-block}@keyframes pulse{0%,to{opacity:.3;transform:scale(.8)}50%{opacity:1;transform:scale(1.2)}}.progress{flex-direction:column;align-items:center;gap:.5rem;width:min(15rem,60vw);display:flex;position:absolute;bottom:2.5rem;left:50%;transform:translate(-50%)}.progress[hidden]{display:none}.progress__track{background:#ffffff40;border-radius:999px;width:100%;height:3px;overflow:hidden}.progress__bar{border-radius:inherit;background:#fff;width:0;height:100%;transition:width .2s linear}.progress--indeterminate .progress__bar{width:40%;transition:none;animation:1.3s ease-in-out infinite progress-slide}.progress__label{opacity:.75;text-shadow:0 1px 3px #000c;font-size:12px}@keyframes progress-slide{0%{transform:translate(-100%)}to{transform:translate(250%)}}#boot-loader{z-index:30;background:#000;flex-direction:column;justify-content:center;align-items:center;gap:1rem;display:flex;position:fixed;inset:0}#boot-loader[hidden]{display:none}.boot-loader__spinner{border:3px solid #fff3;border-top-color:#fff;border-radius:50%;width:34px;height:34px;animation:.9s linear infinite boot-spin}.boot-loader__label{opacity:.75;font-size:14px}@keyframes boot-spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.boot-loader__spinner,.progress--indeterminate .progress__bar{animation-duration:3s}}html.editor-route,html.editor-route body{background:#f4f4f2;height:auto;min-height:100%;overflow:auto}html.editor-route #camerafeed{display:none}.editor{--ink:#1b1b19;--muted:#77776f;--line:#e2e1db;--hover:#ecece7;max-width:38rem;color:var(--ink);flex-direction:column;gap:1rem;margin:0 auto;padding:clamp(1.5rem,4vw,2.5rem) 1rem 4rem;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;display:flex}.editor-head{border-bottom:1px solid var(--line);flex-wrap:wrap;align-items:center;gap:1rem;padding-bottom:.85rem;display:flex}.editor-back{color:var(--muted);font-size:.85rem;text-decoration:none}.editor-back:hover{color:var(--ink)}.editor-heading{flex:auto;min-width:0}.editor-title{letter-spacing:-.01em;font-size:1.25rem;font-weight:600}.editor-id{color:var(--muted);font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.8rem}.editor-links{flex:none;gap:.4rem;display:flex}.editor-links a{border:1px solid var(--line);color:var(--ink);background:#fff;border-radius:6px;padding:.35rem .7rem;font-size:.85rem;text-decoration:none}.editor-links a:hover{background:var(--hover)}.editor-form{flex-direction:column;gap:1rem;display:flex}.editor-section{border:1px solid var(--line);background:#fff;border-radius:8px;flex-direction:column;gap:.6rem;padding:.85rem 1rem 1rem;display:flex}.editor-section>legend{text-transform:uppercase;letter-spacing:.03em;color:var(--muted);padding:0 .35rem;font-size:.75rem;font-weight:600}.editor-dependent{flex-direction:column;gap:.6rem;display:flex}.editor-dependent[hidden]{display:none}.editor label{flex-direction:column;gap:.25rem;font-size:.9rem;display:flex}.editor-check{align-items:center;gap:.4rem;flex-direction:row!important}.editor-check input{width:auto}.editor input{border:1px solid var(--line);color:var(--ink);font:inherit;background:#fff;border-radius:6px;padding:.45rem .5rem}.editor input[type=file]{padding:.35rem}.editor-actions{align-items:center;gap:.75rem;margin-top:.25rem;display:flex}.editor-actions button{border:1px solid var(--ink);background:var(--ink);color:#fff;font:inherit;cursor:pointer;border-radius:6px;padding:.5rem 1.1rem}.editor-actions button:hover{background:#000}.editor-status{color:var(--muted);font-size:.85rem}.editor-error{color:#b03636;padding:1rem 0}#edit-toggle{z-index:20;padding:.5rem 1rem;position:fixed;bottom:1rem;left:1rem}html.prod-home-route,html.prod-home-route body{background:#0b0b0c;height:auto;min-height:100%;overflow:auto}html.prod-home-route #camerafeed{display:none}.prod-home{box-sizing:border-box;color:#f5f5f7;text-align:center;background:#0b0b0c;flex-direction:column;justify-content:center;align-items:center;min-height:100dvh;margin:0;padding:24px;font-family:-apple-system,system-ui,Segoe UI,Roboto,sans-serif;display:flex}.prod-home h1{margin:0 0 12px;font-size:20px;font-weight:600;line-height:1.3}.prod-home p{color:#a1a1a6;max-width:32ch;margin:0;font-size:15px;line-height:1.5}
