:root{--color-bg:#0f0f1a;--color-bg-elevated:#1a1a2e;--color-bg-surface:#232340;--color-text:#e8e8f0;--color-text-muted:#8888a0;--color-primary:#6c5ce7;--color-primary-hover:#7e70f0;--color-success:#00c853;--color-warning:#ffa726;--color-error:#ef5350;--color-border:#2a2a45;--space-xs:4px;--space-sm:8px;--space-md:16px;--space-lg:24px;--space-xl:32px;--space-2xl:48px;--radius-sm:6px;--radius-md:12px;--radius-lg:20px;--radius-full:9999px;--shadow-sm:0 1px 3px #0000004d;--shadow-md:0 4px 12px #0006;--shadow-lg:0 8px 24px #00000080;--font-sans:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-mono:"SF Mono", "Fira Code", "Cascadia Code", monospace;--text-xs:.75rem;--text-sm:.875rem;--text-base:1rem;--text-lg:1.125rem;--text-xl:1.5rem;--text-2xl:2rem;--transition-fast:.15s ease;--transition-base:.2s ease;--transition-slow:.3s ease;--tap-target:44px;--safe-area-bottom:env(safe-area-inset-bottom,0px);--safe-area-top:env(safe-area-inset-top,0px)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-text-size-adjust:100%;height:100%}body{height:100dvh;font-family:var(--font-sans);font-size:var(--text-base);color:var(--color-text);background-color:var(--color-bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overscroll-behavior:none;line-height:1.5;overflow:hidden}#app{height:100%;padding-top:var(--safe-area-top);padding-bottom:var(--safe-area-bottom);flex-direction:column;display:flex}button{font:inherit;color:inherit;cursor:pointer;min-height:var(--tap-target);min-width:var(--tap-target);background:0 0;border:none}input,textarea{font:inherit;color:inherit;background:0 0;border:none;outline:none}a{color:var(--color-primary);text-decoration:none}.screen{flex-direction:column;height:100%;display:flex}.screen-enter{animation:screen-in var(--transition-slow) ease forwards}.screen-exit{animation:screen-out var(--transition-base) ease forwards}@keyframes screen-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes screen-out{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-12px)}}.btn{justify-content:center;align-items:center;gap:var(--space-sm);padding:var(--space-sm) var(--space-lg);border-radius:var(--radius-md);transition:background-color var(--transition-fast), transform var(--transition-fast);font-weight:600;display:inline-flex}.btn:active{transform:scale(.97)}.btn-primary{background-color:var(--color-primary);color:#fff}.btn-primary:hover{background-color:var(--color-primary-hover)}.btn-outline{border:1.5px solid var(--color-border);color:var(--color-text)}.btn-outline:hover{border-color:var(--color-primary);color:var(--color-primary)}.btn-lg{padding:var(--space-md) var(--space-xl);font-size:var(--text-lg);border-radius:var(--radius-lg);width:100%}.btn.svelte-1klcfz0{justify-content:center;align-items:center;gap:var(--space-sm);border-radius:var(--radius-md);cursor:pointer;transition:background-color var(--transition-fast), transform var(--transition-fast);min-height:var(--tap-target);min-width:var(--tap-target);font-weight:600;font:inherit;color:inherit;border:none;display:inline-flex}.btn.svelte-1klcfz0:active{transform:scale(.97)}.btn.svelte-1klcfz0:disabled{opacity:.5;cursor:default}.btn-primary.svelte-1klcfz0{background:var(--color-primary);color:#fff}.btn-primary.svelte-1klcfz0:hover:not(:disabled){background:var(--color-primary-hover)}.btn-outline.svelte-1klcfz0{border:1.5px solid var(--color-border);background:0 0}.btn-outline.svelte-1klcfz0:hover:not(:disabled){border-color:var(--color-primary);color:var(--color-primary)}.btn-icon.svelte-1klcfz0{border-radius:var(--radius-full);padding:var(--space-sm);background:0 0}.btn-icon.svelte-1klcfz0:hover:not(:disabled){background:var(--color-bg-surface)}.btn-md.svelte-1klcfz0{padding:var(--space-sm) var(--space-lg)}.btn-lg.svelte-1klcfz0{padding:var(--space-md) var(--space-xl);font-size:var(--text-lg);border-radius:var(--radius-lg);width:100%}.screen.svelte-7wspqr{justify-content:center;align-items:center;height:100%;display:flex}.content.svelte-7wspqr{align-items:center;gap:var(--space-lg);padding:var(--space-xl);text-align:center;flex-direction:column;max-width:400px;display:flex}.icon.svelte-7wspqr{color:var(--color-primary)}h2.svelte-7wspqr{font-size:var(--text-xl);font-weight:700}.desc.svelte-7wspqr{color:var(--color-text-muted);font-size:var(--text-sm)}.note.svelte-7wspqr{color:var(--color-warning);font-size:var(--text-xs)}.error.svelte-7wspqr{color:var(--color-error);font-size:var(--text-xs)}.screen.svelte-x9enil{justify-content:center;align-items:center;height:100%;display:flex}.content.svelte-x9enil{align-items:center;gap:var(--space-2xl);padding:var(--space-xl);flex-direction:column;width:100%;max-width:400px;display:flex}.logo.svelte-x9enil{text-align:center}.title.svelte-x9enil{font-size:var(--text-2xl);letter-spacing:-.02em;background:linear-gradient(135deg, var(--color-primary), #a78bfa);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-weight:800}.subtitle.svelte-x9enil{color:var(--color-text-muted);font-size:var(--text-sm);margin-top:var(--space-xs)}.actions.svelte-x9enil{gap:var(--space-md);flex-direction:column;width:100%;display:flex}.share.svelte-x9enil{align-items:center;gap:var(--space-sm);flex-direction:column;display:flex}.share-qr.svelte-x9enil{border-radius:var(--radius-sm);width:120px!important;height:120px!important}.hint.svelte-x9enil{color:var(--color-text-muted);font-size:var(--text-xs);text-align:center}.qr-display.svelte-18yycmn{align-items:center;gap:var(--space-md);padding:var(--space-md);flex-direction:column;display:flex}.qr-canvas.svelte-18yycmn{border-radius:var(--radius-md);width:min(70vw,70vh,320px)!important;height:min(70vw,70vh,320px)!important}.chunk-dots.svelte-18yycmn{flex-wrap:wrap;justify-content:center;gap:6px;display:flex}.dot.svelte-18yycmn{border-radius:var(--radius-full);background:var(--color-border);width:10px;height:10px;transition:background var(--transition-fast), transform var(--transition-fast)}.dot.active.svelte-18yycmn{background:var(--color-primary);transform:scale(1.3)}.qr-scanner.svelte-1pw4h2f{flex-direction:column;flex:1;align-items:center;width:100%;display:flex;overflow:hidden}.reader-wrapper.svelte-1pw4h2f{flex:1;justify-content:center;align-items:center;width:100%;max-width:500px;display:flex}.qr-reader.svelte-1pw4h2f{aspect-ratio:1;border-radius:var(--radius-md);width:100%;max-width:400px;max-height:400px;overflow:hidden}.qr-reader.svelte-1pw4h2f video{object-fit:cover!important;width:100%!important;height:100%!important}.qr-reader.svelte-1pw4h2f #qr-shaded-region{border-color:#6c5ce780!important}.chunk-progress.svelte-1pw4h2f{align-items:center;gap:var(--space-sm);padding:var(--space-sm) var(--space-md);background:var(--color-bg-elevated);border-top:1px solid var(--color-border);flex-direction:column;width:100%;display:flex}.chunk-dots.svelte-1pw4h2f{flex-wrap:wrap;justify-content:center;gap:4px;display:flex}.dot.svelte-1pw4h2f{border-radius:var(--radius-full);background:var(--color-bg-surface);border:1.5px solid var(--color-border);width:28px;height:28px;color:var(--color-text-muted);font-size:var(--text-xs);transition:all var(--transition-fast);justify-content:center;align-items:center;font-weight:600;display:flex}.dot.got.svelte-1pw4h2f{background:var(--color-success);border-color:var(--color-success);color:#fff}.chunk-label.svelte-1pw4h2f{font-size:var(--text-xs);color:var(--color-text-muted);font-variant-numeric:tabular-nums}.qr-error.svelte-1pw4h2f{text-align:center;padding:var(--space-xl);color:var(--color-error)}.muted.svelte-1pw4h2f{color:var(--color-text-muted);font-size:var(--text-sm);margin-top:var(--space-sm)}.screen.svelte-qsqil8{height:100%;padding:var(--space-lg);flex-direction:column;display:flex}.header.svelte-qsqil8{text-align:center;margin-bottom:var(--space-lg)}.steps.svelte-qsqil8{justify-content:center;align-items:center;gap:var(--space-sm);margin-bottom:var(--space-md);display:flex}.step.svelte-qsqil8{border-radius:var(--radius-full);border:2px solid var(--color-border);width:32px;height:32px;font-size:var(--text-sm);color:var(--color-text-muted);transition:all var(--transition-base);justify-content:center;align-items:center;font-weight:600;display:flex}.step.active.svelte-qsqil8{border-color:var(--color-primary);background:var(--color-primary);color:#fff}.step.done.svelte-qsqil8{border-color:var(--color-success);background:var(--color-success);color:#fff}.line.svelte-qsqil8{background:var(--color-border);width:40px;height:2px}h2.svelte-qsqil8{font-size:var(--text-xl);font-weight:700}.desc.svelte-qsqil8{color:var(--color-text-muted);font-size:var(--text-sm);margin-top:var(--space-xs)}.content.svelte-qsqil8{flex-direction:column;flex:1;justify-content:center;align-items:center;display:flex}.screen.svelte-15feicm{height:100%;padding:var(--space-lg);flex-direction:column;display:flex}.header.svelte-15feicm{text-align:center;margin-bottom:var(--space-lg)}.steps.svelte-15feicm{justify-content:center;align-items:center;gap:var(--space-sm);margin-bottom:var(--space-md);display:flex}.step.svelte-15feicm{border-radius:var(--radius-full);border:2px solid var(--color-border);width:32px;height:32px;font-size:var(--text-sm);color:var(--color-text-muted);transition:all var(--transition-base);justify-content:center;align-items:center;font-weight:600;display:flex}.step.active.svelte-15feicm{border-color:var(--color-primary);background:var(--color-primary);color:#fff}.step.done.svelte-15feicm{border-color:var(--color-success);background:var(--color-success);color:#fff}.line.svelte-15feicm{background:var(--color-border);width:40px;height:2px}h2.svelte-15feicm{font-size:var(--text-xl);font-weight:700}.desc.svelte-15feicm{color:var(--color-text-muted);font-size:var(--text-sm);margin-top:var(--space-xs)}.content.svelte-15feicm{flex-direction:column;flex:1;justify-content:center;align-items:center;display:flex}.bar.svelte-1rdxkdt{align-items:center;gap:var(--space-sm);padding:var(--space-sm) var(--space-md);background:var(--color-bg-elevated);border-bottom:1px solid var(--color-border);display:flex}.dot.svelte-1rdxkdt{border-radius:var(--radius-full);flex-shrink:0;width:8px;height:8px}.dot.pulsing.svelte-1rdxkdt{animation:1.5s ease-in-out infinite svelte-1rdxkdt-pulse}@keyframes svelte-1rdxkdt-pulse{0%,to{opacity:1}50%{opacity:.3}}.label.svelte-1rdxkdt{font-size:var(--text-sm);color:var(--color-text-muted)}.game-screen.svelte-zu6zcy{flex-direction:column;height:100%;display:flex}.game-container.svelte-zu6zcy{flex-direction:column;flex:1;display:flex;overflow:hidden}.messages.svelte-eucr5t{padding:var(--space-md);gap:var(--space-sm);-webkit-overflow-scrolling:touch;flex-direction:column;flex:1;display:flex;overflow-y:auto}.msg.svelte-eucr5t{flex-direction:column;gap:2px;max-width:80%;display:flex}.msg-me.svelte-eucr5t{align-self:flex-end}.msg-them.svelte-eucr5t{align-self:flex-start}.text.svelte-eucr5t{padding:var(--space-sm) var(--space-md);border-radius:var(--radius-lg);font-size:var(--text-sm);word-break:break-word;line-height:1.4}.msg-me.svelte-eucr5t .text:where(.svelte-eucr5t){background:var(--color-primary);color:#fff;border-bottom-right-radius:var(--radius-sm)}.msg-them.svelte-eucr5t .text:where(.svelte-eucr5t){background:var(--color-bg-surface);color:var(--color-text);border-bottom-left-radius:var(--radius-sm)}.time.svelte-eucr5t{font-size:var(--text-xs);color:var(--color-text-muted);padding:0 var(--space-sm)}.msg-me.svelte-eucr5t .time:where(.svelte-eucr5t){text-align:right}.input-bar.svelte-189fnat{gap:var(--space-sm);padding:var(--space-sm) var(--space-md);padding-bottom:calc(var(--space-sm) + var(--safe-area-bottom));background:var(--color-bg-elevated);border-top:1px solid var(--color-border);display:flex}.input.svelte-189fnat{padding:var(--space-sm) var(--space-md);background:var(--color-bg-surface);border-radius:var(--radius-full);color:var(--color-text);font-size:var(--text-sm);min-height:var(--tap-target);font:inherit;border:none;outline:none;flex:1}.input.svelte-189fnat::placeholder{color:var(--color-text-muted)}.call-btn.svelte-189fnat{color:var(--color-text-muted);cursor:pointer;min-width:var(--tap-target);min-height:var(--tap-target);border-radius:var(--radius-full);transition:background var(--transition-fast);background:0 0;border:none;justify-content:center;align-items:center;display:flex}.call-btn.svelte-189fnat:hover{background:var(--color-bg-surface);color:var(--color-success)}.send-btn.svelte-189fnat{background:var(--color-primary);color:#fff;border-radius:var(--radius-full);padding:var(--space-sm) var(--space-md);font:inherit;font-size:var(--text-sm);cursor:pointer;min-height:var(--tap-target);border:none;font-weight:600}.send-btn.svelte-189fnat:disabled{opacity:.4;cursor:default}.controls.svelte-16uy3g4{justify-content:center;align-items:center;gap:var(--space-lg);padding:var(--space-md);background:var(--color-bg-elevated);border-top:1px solid var(--color-border);display:flex}.ctrl.svelte-16uy3g4{border-radius:var(--radius-full);background:var(--color-bg-surface);width:48px;height:48px;color:var(--color-text);cursor:pointer;transition:background var(--transition-fast);border:none;justify-content:center;align-items:center;display:flex}.ctrl.svelte-16uy3g4:hover{background:var(--color-border)}.ctrl.off.svelte-16uy3g4,.ctrl.hangup.svelte-16uy3g4{background:var(--color-error);color:#fff}.ctrl.hangup.svelte-16uy3g4:hover{background:#c62828}.banner.svelte-t2pnyq{background:var(--color-bg-elevated);border-bottom:1px solid var(--color-border);padding:var(--space-md) var(--space-lg);text-align:center}.banner-text.svelte-t2pnyq{margin-bottom:var(--space-sm);font-weight:600}.banner-actions.svelte-t2pnyq{gap:var(--space-md);justify-content:center;display:flex}.calling-animation.svelte-t2pnyq{margin-bottom:var(--space-sm);justify-content:center;gap:6px;display:flex}.ring.svelte-t2pnyq{border-radius:var(--radius-full);background:var(--color-primary);width:8px;height:8px;animation:1.4s ease-in-out infinite svelte-t2pnyq-calling-pulse}.ring.svelte-t2pnyq:nth-child(2){animation-delay:.2s}.ring.svelte-t2pnyq:nth-child(3){animation-delay:.4s}@keyframes svelte-t2pnyq-calling-pulse{0%,80%,to{opacity:.3;transform:scale(.8)}40%{opacity:1;transform:scale(1.2)}}.call-active.svelte-t2pnyq{flex-direction:column;flex-shrink:0;display:flex}.videos.svelte-t2pnyq{background:#000;width:100%;height:clamp(180px,35vh,360px);position:relative}.remote.svelte-t2pnyq{object-fit:contain;background:#111;width:100%;height:100%}.local.svelte-t2pnyq{bottom:var(--space-sm);right:var(--space-sm);aspect-ratio:4/3;object-fit:cover;border-radius:var(--radius-sm);background:#222;border:2px solid #fff3;width:clamp(80px,20vw,140px);position:absolute}@media (height<=500px){.videos.svelte-t2pnyq{height:150px}.local.svelte-t2pnyq{width:70px}}.chat-game.svelte-udulk6{flex-direction:column;height:100%;display:flex}.typing-indicator.svelte-udulk6{padding:var(--space-xs) var(--space-md);gap:4px;display:flex}.dot.svelte-udulk6{border-radius:var(--radius-full);background:var(--color-text-muted);width:6px;height:6px;animation:1.4s infinite both svelte-udulk6-typing-bounce}.dot.svelte-udulk6:nth-child(2){animation-delay:.2s}.dot.svelte-udulk6:nth-child(3){animation-delay:.4s}@keyframes svelte-udulk6-typing-bounce{0%,80%,to{opacity:.4;transform:scale(.6)}40%{opacity:1;transform:scale(1)}}.error-overlay.svelte-72c8kt{background:var(--color-bg);justify-content:center;align-items:center;gap:var(--space-lg);padding:var(--space-xl);z-index:200;text-align:center;flex-direction:column;display:flex;position:fixed;inset:0}.error-msg.svelte-72c8kt{color:var(--color-error);font-size:var(--text-sm);word-break:break-word;max-width:90vw;font-family:var(--font-mono);background:var(--color-bg-elevated);padding:var(--space-md);border-radius:var(--radius-md)}.dismiss-btn.svelte-72c8kt{border:1.5px solid var(--color-border);color:var(--color-text);padding:var(--space-sm) var(--space-lg);border-radius:var(--radius-md);font:inherit;cursor:pointer;min-height:var(--tap-target);background:0 0}
