@font-face{font-family:Fuzzy Bubbles;src:url(/fonts/FuzzyBubbles-Bold.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}:root{--bg: #0e0b16;--surface: #17131f;--text: #f4f1f8;--muted: #a89fb8;--grape: #b14ad6;--border: #2a2438;--hand: "Fuzzy Bubbles", "Bradley Hand", "Marker Felt", cursive}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased}.screen{min-height:100%;display:flex;flex-direction:column;padding:max(1.5rem,env(safe-area-inset-top)) 1.5rem 1.5rem}.center{justify-content:center;align-items:center;text-align:center;gap:1rem}h1{font-size:1.6rem;margin:0}p{color:var(--muted);margin:0;max-width:28rem}button{font:inherit;border:none;border-radius:12px;padding:.9rem 1.4rem;font-weight:600;cursor:pointer}.primary{background:var(--grape);color:#fff}.primary:disabled{opacity:.4}.capture-head{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.75rem}.capture-head--brand{display:grid;grid-template-columns:1fr auto 1fr;align-items:center}.capture-head--brand .sb-wordmark{grid-column:2;justify-self:center}.capture-head--brand .head-actions{grid-column:3;justify-self:end}.sb-wordmark{display:inline-flex;align-items:center;gap:.4rem;font-family:var(--hand);font-size:1.4rem;line-height:1;color:var(--text)}.lens.lens--sm{width:.55em;height:.55em;box-shadow:0 0 0 .06em var(--bg),0 0 0 .12em var(--grape);margin:0}.event-name{font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.flip{background:var(--surface);border:1px solid var(--border);color:var(--text);padding:.45rem .9rem;font-size:.9rem;flex-shrink:0}.cam-flip{position:absolute;right:12px;bottom:12px;width:44px;height:44px;padding:0;display:grid;place-items:center;border-radius:999px;border:1px solid rgba(255,255,255,.35);background:#00000073;color:#fff;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);cursor:pointer;z-index:2}.cam-flip:active{transform:scale(.94)}.viewfinder{position:relative;overflow:hidden;flex:1;border:1px solid var(--border);border-radius:16px;background:#000;display:grid;place-items:center;color:var(--muted);margin-bottom:1rem}.viewfinder video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.viewfinder video.mirror{transform:scaleX(-1)}.fallback{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:1.5rem;text-align:center}.flash{position:absolute;inset:0;background:#fff;opacity:0;pointer-events:none;animation:flash .3s ease-out}@keyframes flash{0%{opacity:.8}to{opacity:0}}.roll{display:flex;align-items:center;justify-content:center;gap:1rem}.counter{font-variant-numeric:tabular-nums;font-size:1.1rem;font-weight:700}.counter--overlay{position:absolute;top:12px;left:12px;padding:4px 10px;border-radius:999px;background:#00000073;color:#fff;font-size:.9rem;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);z-index:2}.shutter{width:72px;height:72px;border-radius:50%;background:#fff;border:4px solid var(--grape)}.shutter:disabled{opacity:.35;cursor:default}.status{margin-top:.6rem;min-height:1.2em;text-align:center;font-size:.9rem;align-self:center}.status .ok{color:#7dd87d}.chip{display:inline-block;padding:4px 12px;border-radius:999px;background:#7dd87d26;border:1px solid rgba(125,216,125,.45);color:#7dd87d;font-weight:600;font-size:.85rem;line-height:1.4}.what-is-this{margin-top:auto;padding-top:2rem;font-size:.85rem;color:var(--muted);text-align:center}.what-is-this a{color:var(--muted);text-decoration:underline}.status .warn,.warn{color:#ff6b6b}.stack{display:flex;flex-direction:column;gap:.9rem;width:100%;max-width:20rem}.lens{width:3.5rem;height:3.5rem;border-radius:50%;background:radial-gradient(circle at 32% 30%,#fff 0 12%,var(--grape) 16% 52%,#8b2fb0 56% 100%);box-shadow:0 0 0 3px var(--bg),0 0 0 5px var(--grape);margin-bottom:.5rem}.code-input{font:inherit;text-align:center;letter-spacing:.35em;text-transform:uppercase;font-size:1.5rem;font-weight:700;padding:.9rem 1rem;border-radius:12px;border:1px solid var(--border);background:var(--surface);color:var(--text)}.code-input:focus{outline:none;border-color:var(--grape)}.welcome-img{width:100%;max-width:22rem;max-height:40vh;object-fit:cover;border-radius:16px;border:1px solid var(--border)}.notice{font-size:.95rem}.name-input{font:inherit;width:100%;max-width:20rem;text-align:center;padding:.8rem 1rem;border-radius:12px;border:1px solid var(--border);background:var(--surface);color:var(--text)}.name-input:focus{outline:none;border-color:var(--grape)}.notice-sub{font-size:.8rem;margin-top:-.4rem}.paused{color:var(--text)}.geo-warn{margin:.6rem 0 0;padding:.55rem .75rem;border:1px solid #e0a34a;border-radius:.5rem;background:#e0a34a1f;color:#f0c58a;font-size:.85rem;line-height:1.35;text-align:center}.err{color:#ff6b6b;font-size:.9rem}.ghost{background:transparent;border:1px solid var(--border);color:var(--text)}.link{background:transparent;border:none;color:var(--muted);padding:.5rem;font-weight:500;text-decoration:underline}.spinner{width:32px;height:32px;border-radius:50%;border:3px solid var(--border);border-top-color:var(--grape);animation:spin .8s linear infinite}.head-actions{display:flex;gap:.5rem;flex-shrink:0}.roll-grid{flex:1;overflow-y:auto;display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem 1rem;align-content:start;padding:.5rem .25rem 1.5rem}.roll-item{margin:0;padding:.5rem .5rem 1.6rem;background:#f4f1e8;color:#2a2438;border-radius:2px;box-shadow:0 6px 14px #00000073,0 2px 4px #0000004d;transform:rotate(-1.5deg);transition:transform .2s ease}.roll-item:nth-child(2n){transform:rotate(1.5deg)}.roll-item:nth-child(3n){transform:rotate(-.6deg)}.roll-item:nth-child(4n){transform:rotate(1deg)}.roll-item:active{transform:rotate(0) scale(.98)}.roll-item img{display:block;width:100%;aspect-ratio:1 / 1;object-fit:cover;background:#111}.roll-badge{display:block;padding:.55rem .25rem 0;font-family:Permanent Marker,Bradley Hand,Marker Felt,cursive;font-size:.85rem;text-align:center;color:#2a2438;letter-spacing:.02em}.roll-badge--submitted{color:#2d7a2d}.roll-badge--failed{color:#b23a3a}.roll-empty{flex:1;display:grid;place-items:center;text-align:center}.notify{display:flex;flex-direction:column;align-items:center;gap:.6rem;width:100%;max-width:20rem;margin:1rem auto 0;padding:1rem;border:1px solid var(--border);border-radius:16px;background:var(--surface);text-align:center}.notify .name-input,.notify .primary{width:100%}.notify-title{color:var(--text);font-weight:700;font-size:1rem}.notify-sub{font-size:.85rem}.notify--done{border-color:var(--grape)}@keyframes spin{to{transform:rotate(360deg)}}.preview-overlay{position:fixed;inset:0;z-index:20;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem;padding:1.25rem;background:#06040cd1;backdrop-filter:blur(6px);animation:preview-in .16s ease-out}@keyframes preview-in{0%{opacity:0;transform:translateY(8px)}}.polaroid{margin:0;width:min(20rem,82vw);background:#faf8f2;padding:.75rem .75rem 0;border-radius:4px;box-shadow:0 18px 40px #00000080;transform:rotate(-1.2deg)}.polaroid-frame{aspect-ratio:1 / 1;overflow:hidden;background:#0e0b16}.polaroid-photo{display:block;width:100%;height:100%;object-fit:cover}.polaroid-chin{display:flex;align-items:center;min-height:3.5rem;padding:.4rem .2rem}.polaroid-caption{width:100%;border:none;background:transparent;color:#1a1524;font-family:Bradley Hand,Segoe Print,Comic Sans MS,cursive;font-size:1.15rem;text-align:center;padding:.2rem}.polaroid-caption::placeholder{color:#9a92a8}.polaroid-caption:focus{outline:none}.preview-actions{display:flex;gap:.75rem;width:min(20rem,82vw)}.preview-btn{flex:1;padding:.8rem 1rem;border-radius:999px;font:inherit;font-weight:700;font-size:1rem;cursor:pointer}.preview-btn:disabled{opacity:.4;cursor:default}.preview-btn--ghost{background:transparent;color:var(--text);border:1px solid rgba(244,241,248,.35)}.preview-btn--keep{background:var(--grape);color:#fff;border:1px solid var(--grape)}
