*{box-sizing:border-box;margin:0;padding:0}body{font-family:system-ui,-apple-system,sans-serif;background:#0a0a14;color:#eee;min-height:100vh}.app{display:flex;flex-direction:column;align-items:center;padding:1rem;gap:1rem}header{display:flex;justify-content:space-between;align-items:center;width:100%;max-width:640px;gap:1rem}h1{font-size:1.2rem;font-weight:600}.fps{padding:4px 10px;background:#00ff0026;color:#0f0;font-family:ui-monospace,monospace;border-radius:4px;font-size:.9rem}.error{color:#f55;padding:.5rem;font-size:.85rem;text-align:center;max-width:640px}.pip{position:fixed;top:0;left:0;width:1px;height:1px;opacity:0;pointer-events:none}.pip-self{position:fixed;top:70px;right:12px;width:130px;height:auto;border-radius:8px;border:2px solid rgba(255,255,255,.2);transform:scaleX(-1);z-index:10;background:#000}.canvas-wrap{width:100%;max-width:640px;aspect-ratio:4 / 3;background:linear-gradient(135deg,#1a1a2a,#0a0a14);border-radius:12px;overflow:hidden}.dual-canvas{display:flex;flex-direction:column;gap:12px;width:100%;max-width:640px}.canvas-pane{display:flex;flex-direction:column;gap:4px}.canvas-label{font-size:.8rem;color:#b8b3c8;padding:0 6px;font-weight:500;letter-spacing:.02em}.status{font-size:.85rem;color:#aaa;text-align:center}.voice-panel{display:flex;flex-direction:column;gap:8px;width:100%;max-width:640px;align-items:center}.btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 20px;font-size:.95rem;background:#2a2a2a;color:#eee;border:1px solid #444;border-radius:8px;cursor:pointer;font-family:inherit;transition:background .15s,border-color .15s;text-align:center}.btn:hover:not(:disabled){background:#333}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:#1a3a2a;border-color:#2a8a5a}.btn-primary:hover:not(:disabled){background:#2a4a3a}.btn-active{background:#4a2a4a;border-color:#a04aa0}.btn-back{padding:8px 14px;font-size:.85rem}.menu{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;padding:2rem;gap:1rem;max-width:480px;margin:0 auto}.menu-title{font-size:2rem;font-weight:700;margin-bottom:.5rem}.menu-subtitle{font-size:.9rem;color:#888;margin-bottom:1.5rem;text-align:center}.menu-btn{width:100%;flex-direction:column;padding:18px 20px;gap:6px}.menu-btn-desc{font-size:.78rem;color:#aaa;font-weight:400}.lobby{min-height:100vh;display:flex;flex-direction:column;align-items:center;padding:1.5rem 1rem 2rem;gap:1.25rem;max-width:520px;margin:0 auto;background:radial-gradient(ellipse at top,#1f1a3a,#0a0a14 60%)}.lobby-hero{text-align:center;margin-top:.5rem}.lobby-title{font-size:1.9rem;font-weight:800;letter-spacing:-.02em;background:linear-gradient(135deg,#f0e8ff,#c4b6ff,#8a78ff);-webkit-background-clip:text;background-clip:text;color:transparent;margin-bottom:.4rem}.lobby-subtitle{font-size:.92rem;color:#b8b3c8}.lobby-preview{width:100%;max-width:360px;aspect-ratio:3 / 4;background:linear-gradient(145deg,#1a1530,#0f0c1e);border-radius:24px;overflow:hidden;box-shadow:0 12px 40px #503cc82e,inset 0 0 0 1px #b4a0ff14;position:relative}.character-preview{width:100%;height:100%}.character-preview canvas{width:100%!important;height:100%!important}.lobby-picker{display:flex;gap:8px;flex-wrap:wrap;justify-content:center}.chip{padding:10px 18px;font-size:.9rem;background:#ffffff0d;color:#ccc;border:1px solid rgba(255,255,255,.1);border-radius:999px;cursor:pointer;font-family:inherit;transition:all .15s}.chip:hover{background:#ffffff14;border-color:#fff3}.chip-active{background:linear-gradient(135deg,#8a78ff,#6a55e0);color:#fff;border-color:transparent;box-shadow:0 4px 14px #8a78ff66}.lobby-actions{display:flex;flex-direction:column;gap:10px;width:100%;max-width:360px;margin-top:.5rem}.cta{padding:16px 20px;font-size:1rem;font-weight:600;border-radius:14px;cursor:pointer;border:none;font-family:inherit;transition:all .15s}.cta-primary{background:linear-gradient(135deg,#8a78ff,#6a55e0);color:#fff;box-shadow:0 6px 20px #8a78ff59}.cta-primary:hover{transform:translateY(-1px);box-shadow:0 8px 26px #8a78ff80}.cta-secondary{background:#ffffff0d;color:#ddd;border:1px solid rgba(255,255,255,.1)}.cta-secondary:hover{background:#ffffff14}.role-select{display:flex;flex-direction:column;gap:1rem;width:100%;max-width:480px;padding:2rem 1rem}.matching-screen{min-height:100vh;display:flex;flex-direction:column;align-items:center;padding:1.5rem 1rem 2rem;gap:1.5rem;max-width:520px;margin:0 auto;background:radial-gradient(ellipse at top,#1f1a3a,#0a0a14 60%)}.matching-header{width:100%;max-width:640px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:1rem}.matching-header>.btn-back{justify-self:start}.matching-header h1{font-size:1.1rem;font-weight:600;color:#ddd;text-align:center}.matching-body{display:flex;flex-direction:column;align-items:center;gap:1.5rem;width:100%}.matching-preview{width:100%;max-width:360px;aspect-ratio:3 / 4;background:linear-gradient(145deg,#1a1530,#0f0c1e);border-radius:24px;overflow:hidden;box-shadow:0 12px 40px #503cc82e,inset 0 0 0 1px #b4a0ff14}.matching-preview canvas{width:100%!important;height:100%!important}.matching-status{display:flex;flex-direction:column;align-items:center;gap:12px;margin-top:.5rem}.matching-message{font-size:1.05rem;color:#c4b6ff;font-weight:500}.loading-dots{display:flex;gap:8px}.loading-dots span{display:block;width:10px;height:10px;border-radius:50%;background:linear-gradient(135deg,#8a78ff,#6a55e0);animation:dot-pulse 1.4s ease-in-out infinite}.loading-dots span:nth-child(2){animation-delay:.2s}.loading-dots span:nth-child(3){animation-delay:.4s}@keyframes dot-pulse{0%,80%,to{transform:scale(.5);opacity:.4}40%{transform:scale(1);opacity:1}}.host-panel,.guest-panel,.random-panel{display:flex;flex-direction:column;align-items:center;gap:12px;width:100%;max-width:480px;padding:1.5rem 1rem;background:#1a1a1a;border-radius:12px}.panel-label{font-size:.9rem;color:#aaa;text-align:center}.peer-code{font-family:ui-monospace,monospace;font-size:2.5rem;font-weight:700;letter-spacing:.25em;padding:18px 20px;background:#0a0a0a;border:1px solid #333;border-radius:8px;text-align:center;width:100%;color:#0f0}.code-input{text-align:center;font-size:2rem;letter-spacing:.25em;padding:14px 16px}.text-input{width:100%;padding:10px 14px;font-size:.95rem;background:#0a0a0a;border:1px solid #333;border-radius:6px;color:#eee;font-family:ui-monospace,monospace}.text-input:focus{outline:none;border-color:#2a8a5a}.placeholder{padding:3rem 1rem;text-align:center;color:#aaa}.placeholder p{margin-bottom:.5rem}.hint{font-size:.85rem;color:#888;text-align:center;max-width:640px;line-height:1.5}.character-picker{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;width:100%;max-width:640px;padding:8px}.character-picker .panel-label{flex-basis:100%;text-align:center;margin-bottom:4px}.debug-panel{width:100%;max-width:640px;background:#1a1a1a;border:1px solid #333;border-radius:8px;padding:12px 16px}.debug-panel summary{cursor:pointer;font-size:.9rem;color:#aaa;-webkit-user-select:none;user-select:none}.debug-note{font-size:.78rem;color:#ffb74d;margin:10px 0;padding:8px;background:#ffb74d14;border-radius:4px}.gauge-section{margin-top:12px}.gauge-section-title{font-size:.78rem;color:#888;margin-bottom:6px;text-transform:uppercase;letter-spacing:.05em}.gauge{display:grid;grid-template-columns:120px 1fr 44px;gap:8px;align-items:center;font-size:.75rem;margin-bottom:4px}.gauge-label{font-family:ui-monospace,monospace;color:#bbb;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.gauge-bar{height:6px;background:#2a2a2a;border-radius:3px;overflow:hidden}.gauge-fill{height:100%;transition:width 40ms linear}.gauge-fill.pos{background:linear-gradient(90deg,#0a0,#0f0 60%,#ff0)}.gauge-fill.neg{background:linear-gradient(90deg,#a00,red 60%,#f80)}.gauge-value{font-family:ui-monospace,monospace;color:#eee;text-align:right;font-size:.72rem}
