*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bg:#0f0f14;--surface:#16161f;--surface2:#1e1e2e;--surface3:#232336;--border:#2a2a3d;--purple:#a78bfa;--purple-dim:#7c5cbf;--purple-glow:#a78bfa26;--text:#e2e2f0;--muted:#7b7b9a;--green:#22c55e;--yellow:#fbbf24;--red:#ef4444;--blue:#60a5fa;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;line-height:1.5}#root{width:100%;min-height:100svh}body{background:var(--bg);margin:0}button{cursor:pointer;font-family:inherit}input,textarea{font-family:inherit}a{color:inherit;text-decoration:none}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--muted)}.btn-primary{background:var(--purple);color:#0f0f14;cursor:pointer;border:none;border-radius:8px;font-weight:600;transition:opacity .2s,transform .1s}.btn-primary:hover{opacity:.88;transform:translateY(-1px)}.btn-ghost{border:1px solid var(--border);color:var(--muted);cursor:pointer;background:0 0;border-radius:8px;transition:border-color .2s,color .2s}.btn-ghost:hover{border-color:var(--purple);color:var(--text)}.avatar{color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.7rem;font-weight:700;display:flex}.landing{flex-direction:column;min-height:100svh;display:flex}.nav{z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);background:#0f0f14d9;align-items:center;gap:2rem;height:64px;padding:0 6%;display:flex;position:fixed;top:0;left:0;right:0}.nav-logo{letter-spacing:-.5px;font-size:1.2rem;font-weight:800}.nav-logo span{color:var(--purple)}.nav-links{flex:1;gap:2rem;list-style:none;display:flex}.nav-links a{color:var(--muted);font-size:.9rem;transition:color .2s}.nav-links a:hover{color:var(--text)}.nav-actions{gap:.75rem;display:flex}.nav-actions .btn-ghost,.nav-actions .btn-primary{padding:.4rem 1rem;font-size:.875rem}.hero{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:100svh;padding:100px 6% 60px;display:flex;position:relative;overflow:hidden}.hero-glow{pointer-events:none;filter:blur(40px);background:radial-gradient(#a78bfa1f,#0000 70%);width:700px;height:400px;position:absolute;top:8%;left:50%;transform:translate(-50%)}.hero-badge{background:var(--purple-glow);color:var(--purple);border:1px solid #a78bfa4d;border-radius:100px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.3rem 1rem;font-size:.8rem;font-weight:500;display:inline-flex}.badge-dot{background:var(--purple);border-radius:50%;width:6px;height:6px}.hero h1{letter-spacing:-1.5px;max-width:820px;color:var(--text);margin-bottom:1.25rem;font-size:clamp(2.4rem,5vw,4rem);font-weight:800;line-height:1.1}.hero h1 em{color:var(--purple);font-style:normal}.hero-sub{color:var(--muted);max-width:520px;margin-bottom:2.5rem;font-size:1.1rem}.hero-actions{flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:3rem;display:flex}.hero-actions .btn-primary{border-radius:10px;padding:.8rem 2rem;font-size:1rem}.hero-btn-outline{border:1px solid var(--border);color:var(--text);cursor:pointer;background:0 0;border-radius:10px;padding:.8rem 2rem;font-size:1rem;transition:border-color .2s,background .2s}.hero-btn-outline:hover{border-color:var(--purple);background:var(--purple-glow)}.hero-meta{color:var(--muted);gap:2.5rem;margin-bottom:4rem;font-size:.85rem;display:flex}.hero-meta strong{color:var(--text)}.preview-window{border:1px solid var(--border);border-radius:14px;width:100%;max-width:880px;overflow:hidden;box-shadow:0 32px 80px #0009,0 0 0 1px #a78bfa0f}.window-bar{background:var(--surface);border-bottom:1px solid var(--border);align-items:center;gap:7px;padding:10px 16px;display:flex}.dot{border-radius:50%;width:12px;height:12px}.dot-r{background:#ff5f57}.dot-y{background:#febc2e}.dot-g{background:#28c840}.window-title{text-align:center;color:var(--muted);flex:1;font-size:.75rem}.preview-cards{background:var(--surface2);grid-template-columns:repeat(3,1fr);gap:12px;padding:20px;display:grid}.preview-card{background:var(--surface3);border:1px solid var(--border);border-radius:10px;padding:14px}.preview-card-header{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.tag-live{text-transform:uppercase;color:var(--red);font-size:.65rem;font-weight:700}.tag-open{text-transform:uppercase;color:var(--green);font-size:.65rem;font-weight:700}.preview-timer{color:var(--muted);font-size:.72rem}.preview-title{margin-bottom:8px;font-size:.85rem;font-weight:600}.preview-avatars{gap:3px;margin-bottom:10px;display:flex}.preview-avatar{color:#fff;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:.5rem;font-weight:700;display:flex}.preview-bar-bg{background:var(--surface2);border-radius:4px;height:5px;overflow:hidden}.preview-bar{background:var(--purple);border-radius:4px;height:5px}.section{padding:90px 6%}.section-alt{background:var(--surface);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.section-label{text-align:center;color:var(--purple);letter-spacing:1.5px;text-transform:uppercase;margin-bottom:.75rem;font-size:.75rem;font-weight:700}.section h2{text-align:center;letter-spacing:-.75px;color:var(--text);margin-bottom:.75rem;font-size:clamp(1.7rem,3vw,2.6rem);font-weight:800}.section-sub{text-align:center;color:var(--muted);max-width:500px;margin:0 auto 3rem}.steps{grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:1.4rem;max-width:960px;margin:0 auto;display:grid}.step{background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:24px;transition:border-color .2s}.step:hover{border-color:#a78bfa66}.step-num{background:var(--purple-glow);width:36px;height:36px;color:var(--purple);border:1px solid #a78bfa4d;border-radius:9px;justify-content:center;align-items:center;margin-bottom:.9rem;font-size:.9rem;font-weight:800;display:flex}.step h3{color:var(--text);margin-bottom:.4rem;font-size:.95rem}.step p{color:var(--muted);font-size:.85rem}.features-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.2rem;max-width:960px;margin:0 auto;display:grid}.feature-card{background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:22px;transition:border-color .2s,transform .2s}.feature-card:hover{border-color:#a78bfa66;transform:translateY(-2px)}.feat-icon{margin-bottom:.75rem;font-size:1.5rem}.feature-card h3{color:var(--text);margin-bottom:.35rem;font-size:.95rem}.feature-card p{color:var(--muted);font-size:.85rem}.problems-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.8rem;max-width:960px;margin:0 auto;display:grid}.problem-pill{background:var(--surface);border:1px solid var(--border);cursor:default;border-radius:9px;justify-content:space-between;align-items:center;padding:13px 16px;transition:border-color .2s;display:flex}.problem-pill:hover{border-color:#a78bfa66}.problem-pill-name{font-size:.875rem}.diff{text-transform:uppercase;border-radius:4px;padding:2px 7px;font-size:.68rem;font-weight:700}.diff-easy{color:var(--green);background:#22c55e1a}.diff-medium{color:var(--yellow);background:#fbbf241a}.diff-hard{color:var(--red);background:#ef44441a}.testimonials{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.2rem;max-width:960px;margin:0 auto;display:grid}.testimonial{background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:22px}.testi-quote{color:var(--muted);margin-bottom:1rem;font-size:.875rem;line-height:1.7}.testi-quote:before{content:"\"";color:var(--purple);font-size:1.4rem}.testi-author{align-items:center;gap:10px;display:flex}.author-name{font-size:.875rem;font-weight:600}.author-role{color:var(--muted);font-size:.75rem}.cta-section{text-align:center;padding:80px 6%}.cta-box{background:var(--surface);border:1px solid var(--border);border-radius:18px;max-width:620px;margin:0 auto;padding:52px 44px;position:relative;overflow:hidden}.cta-glow{pointer-events:none;background:radial-gradient(#a78bfa33,#0000 70%);width:400px;height:200px;position:absolute;bottom:-60px;left:50%;transform:translate(-50%)}.cta-box h2{letter-spacing:-.5px;color:var(--text);margin-bottom:.75rem;font-size:clamp(1.6rem,2.5vw,2.2rem);font-weight:800}.cta-box p{color:var(--muted);margin-bottom:2rem}.cta-box .btn-primary{border-radius:10px;padding:.85rem 2.2rem;font-size:1rem}.footer{border-top:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:2.5rem 6%;display:flex}.footer-logo{font-size:1.1rem;font-weight:800}.footer-logo span{color:var(--purple)}.footer-links{gap:1.5rem;list-style:none;display:flex}.footer-links a{color:var(--muted);font-size:.85rem;transition:color .2s}.footer-links a:hover{color:var(--text)}.footer-copy{color:var(--muted);font-size:.8rem}.lobby{height:100svh;display:flex;overflow:hidden}.ws-sidebar{background:var(--bg);border-right:1px solid var(--border);flex-direction:column;flex-shrink:0;align-items:center;gap:6px;width:56px;padding:12px 0;display:flex}.ws-logo{background:var(--purple);color:#0f0f14;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;margin-bottom:8px;font-size:.9rem;font-weight:900;display:flex}.ws-sep{background:var(--border);width:24px;height:1px;margin:4px 0}.ws-icon{cursor:pointer;width:36px;height:36px;color:var(--muted);background:0 0;border:none;border-radius:10px;justify-content:center;align-items:center;font-size:1.05rem;transition:background .15s,color .15s;display:flex;position:relative}.ws-icon:hover{background:var(--surface2);color:var(--text)}.ws-icon.active{background:var(--purple-glow);color:var(--purple)}.ws-badge{background:var(--red);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:.5rem;font-weight:700;display:flex;position:absolute;top:2px;right:2px}.ws-bottom{flex-direction:column;align-items:center;gap:6px;margin-top:auto;display:flex}.ws-user-avatar{color:#fff;cursor:pointer;border-radius:10px;justify-content:center;align-items:center;width:34px;height:34px;font-size:.72rem;font-weight:700;display:flex;position:relative}.ws-status{background:var(--green);border:2px solid var(--bg);border-radius:50%;width:10px;height:10px;position:absolute;bottom:-1px;right:-1px}.ch-sidebar{background:var(--surface);border-right:1px solid var(--border);flex-direction:column;flex-shrink:0;width:240px;display:flex;overflow:hidden}.ch-header{border-bottom:1px solid var(--border);flex-direction:column;gap:10px;padding:14px 16px 10px;display:flex}.workspace-name{justify-content:space-between;align-items:center;display:flex}.workspace-name h2{letter-spacing:-.3px;margin:0;font-size:.95rem;font-weight:800}.workspace-name h2 span{color:var(--purple)}.status-row{align-items:center;gap:6px;display:flex}.status-indicator{background:var(--green);border-radius:50%;width:8px;height:8px}.status-text{color:var(--muted);font-size:.72rem}.search-bar{background:var(--surface2);border:1px solid var(--border);border-radius:7px;align-items:center;gap:6px;padding:6px 10px;display:flex}.search-bar input{color:var(--text);background:0 0;border:none;outline:none;flex:1;width:0;font-size:.8rem}.search-bar input::placeholder{color:var(--muted)}.search-icon{color:var(--muted);flex-shrink:0;font-size:.8rem}.ch-body{flex:1;padding:8px 0;overflow-y:auto}.ch-section-header{cursor:pointer;align-items:center;gap:4px;padding:8px 14px 4px;display:flex}.ch-section-label{color:var(--muted);text-transform:uppercase;letter-spacing:.8px;flex:1;font-size:.68rem;font-weight:700}.ch-section-add{color:var(--muted);cursor:pointer;background:0 0;border:none;padding:0;font-size:1rem;line-height:1;transition:color .15s}.ch-section-add:hover{color:var(--text)}.ch-item{cursor:pointer;align-items:center;gap:8px;padding:5px 14px;transition:background .12s;display:flex}.ch-item:hover{background:var(--surface2)}.ch-item.active{background:var(--purple-glow)}.ch-item-icon{color:var(--muted);text-align:center;flex-shrink:0;width:16px;font-size:.85rem}.ch-item.active .ch-item-icon{color:var(--purple)}.ch-item-name{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:.845rem;overflow:hidden}.ch-item.active .ch-item-name,.ch-item.unread .ch-item-name{color:var(--text);font-weight:600}.ch-badge{background:var(--purple);color:#0f0f14;border-radius:10px;flex-shrink:0;padding:1px 6px;font-size:.62rem;font-weight:700}.ch-mention-badge{background:var(--red);color:#fff;border-radius:10px;flex-shrink:0;padding:1px 6px;font-size:.62rem;font-weight:700}.room-ch-item{cursor:pointer;padding:7px 14px;transition:background .12s}.room-ch-item:hover{background:var(--surface2)}.room-ch-header{align-items:center;gap:6px;margin-bottom:4px;display:flex}.tag-live-sm{text-transform:uppercase;color:var(--red);background:#ef44441f;border-radius:3px;padding:1px 5px;font-size:.6rem;font-weight:700}.tag-open-sm{text-transform:uppercase;color:var(--green);background:#22c55e1a;border-radius:3px;padding:1px 5px;font-size:.6rem;font-weight:700}.room-ch-name{color:var(--text);white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:.8rem;font-weight:600;overflow:hidden}.room-ch-timer{font-variant-numeric:tabular-nums;font-size:.68rem}.room-ch-players{color:var(--muted);font-size:.68rem}.dm-item{cursor:pointer;align-items:center;gap:8px;padding:5px 14px;transition:background .12s;display:flex}.dm-item:hover{background:var(--surface2)}.dm-item.active{background:var(--purple-glow)}.dm-avatar-wrap{flex-shrink:0;position:relative}.dm-avatar{color:#fff;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;font-size:.52rem;font-weight:700;display:flex}.dm-dot{border:1.5px solid var(--surface);border-radius:50%;width:7px;height:7px;position:absolute;bottom:-1px;right:-1px}.dot-green{background:var(--green)}.dot-yellow{background:var(--yellow)}.dot-muted{background:var(--muted)}.dm-name{color:var(--muted);flex:1;font-size:.845rem}.dm-item.unread .dm-name{color:var(--text);font-weight:600}.ch-footer{border-top:1px solid var(--border);align-items:center;gap:8px;padding:10px 12px;display:flex}.user-footer-avatar{color:#fff;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;font-size:.65rem;font-weight:700;display:flex;position:relative}.user-online{background:var(--green);border:2px solid var(--surface);border-radius:50%;width:9px;height:9px;position:absolute;bottom:-1px;right:-1px}.user-info{flex:1}.user-footer-name{font-size:.8rem;font-weight:600}.user-footer-status{color:var(--muted);font-size:.68rem}.user-footer-actions{gap:3px;display:flex}.icon-btn{width:26px;height:26px;color:var(--muted);cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;font-size:.9rem;transition:background .15s,color .15s;display:flex}.icon-btn:hover{background:var(--surface2);color:var(--text)}.chat-main{flex-direction:column;flex:1;min-width:0;display:flex;overflow:hidden}.chat-topbar{background:var(--surface);border-bottom:1px solid var(--border);flex-shrink:0;align-items:center;gap:12px;height:52px;padding:0 20px;display:flex}.chat-channel-icon{color:var(--muted);font-size:1rem}.chat-channel-name{font-size:.95rem;font-weight:700}.chat-channel-desc{color:var(--muted);border-left:1px solid var(--border);white-space:nowrap;text-overflow:ellipsis;padding-left:12px;font-size:.78rem;overflow:hidden}.topbar-actions{flex-shrink:0;gap:6px;display:flex}.topbar-btn{border:1px solid var(--border);color:var(--muted);cursor:pointer;white-space:nowrap;background:0 0;border-radius:7px;align-items:center;gap:5px;padding:5px 11px;font-size:.78rem;transition:all .15s;display:flex}.topbar-btn:hover{border-color:var(--purple);color:var(--text);background:var(--purple-glow)}.topbar-btn-primary{background:var(--purple);color:#0f0f14;cursor:pointer;white-space:nowrap;border:none;border-radius:7px;padding:5px 11px;font-size:.78rem;font-weight:600}.online-count{color:var(--muted);flex-shrink:0;align-items:center;gap:5px;font-size:.78rem;display:flex}.chat-feed{flex-direction:column;flex:1;gap:0;padding:16px 20px 8px;display:flex;overflow-y:auto}.date-divider{color:var(--muted);align-items:center;gap:12px;margin:14px 0 10px;font-size:.72rem;display:flex}.date-divider:before,.date-divider:after{content:"";background:var(--border);flex:1;height:1px}.msg-group{border-radius:6px;gap:12px;margin:0 -8px;padding:3px 8px;display:flex}.msg-group:hover{background:#ffffff05}.msg-group-avatar{color:#fff;border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;margin-top:2px;font-size:.75rem;font-weight:700;display:flex}.msg-body{flex:1;min-width:0}.msg-header{align-items:baseline;gap:8px;margin-bottom:3px;display:flex}.msg-sender{font-size:.875rem;font-weight:700}.msg-ts{color:var(--muted);font-size:.68rem}.msg-text{color:var(--muted);word-break:break-word;font-size:.875rem;line-height:1.6}.msg-text strong{color:var(--text);font-weight:600}.msg-text code{background:var(--surface2);border:1px solid var(--border);color:var(--purple);border-radius:3px;padding:1px 5px;font-family:SF Mono,Fira Code,monospace;font-size:.82rem}.msg-continued{border-radius:6px;gap:12px;margin:0 -8px;padding:1px 8px;display:flex}.msg-continued:hover{background:#ffffff05}.msg-time-spacer{color:#0000;text-align:right;font-variant-numeric:tabular-nums;flex-shrink:0;width:36px;padding-top:3px;font-size:.62rem}.msg-continued:hover .msg-time-spacer{color:var(--muted)}.code-block-header{background:var(--surface3);border:1px solid var(--border);color:var(--muted);border-bottom:none;border-radius:8px 8px 0 0;justify-content:space-between;align-items:center;margin-top:6px;padding:6px 12px;font-size:.7rem;display:flex}.code-block{border:1px solid var(--border);color:#c4b5fd;white-space:pre;background:#1a1a28;border-top:none;border-radius:0 0 8px 8px;padding:12px 14px;font-family:SF Mono,Fira Code,monospace;font-size:.78rem;line-height:1.7;overflow-x:auto}.code-copy{color:var(--muted);cursor:pointer;background:0 0;border:none;font-size:.7rem}.code-copy:hover{color:var(--text)}.reactions{flex-wrap:wrap;gap:5px;margin-top:5px;display:flex}.reaction{background:var(--surface2);border:1px solid var(--border);cursor:pointer;border-radius:6px;align-items:center;gap:4px;padding:2px 7px;font-size:.75rem;transition:all .15s;display:flex}.reaction:hover{border-color:var(--purple);background:var(--purple-glow)}.reaction.mine{background:var(--purple-glow);color:var(--purple);border-color:#a78bfa66}.reaction-count{color:var(--muted);font-size:.72rem}.reaction.mine .reaction-count{color:var(--purple)}.thread-hint{cursor:pointer;border-radius:5px;align-items:center;gap:6px;margin-top:5px;padding:3px 6px;transition:background .15s;display:inline-flex}.thread-hint:hover{background:var(--surface2)}.thread-hint-text{color:var(--blue);font-size:.75rem}.thread-hint-count{color:var(--muted);font-size:.72rem}.sys-msg{color:var(--muted);align-items:center;gap:8px;margin:4px -8px;padding:6px 8px;font-size:.8rem;display:flex}.sys-icon{background:var(--surface2);border:1px solid var(--border);border-radius:7px;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;font-size:.8rem;display:flex}.chat-input-section{flex-shrink:0;padding:0 20px 16px}.input-box{background:var(--surface2);border:1px solid var(--border);border-radius:10px;transition:border-color .2s;overflow:hidden}.input-box:focus-within{border-color:#a78bfa66}.input-toolbar{border-bottom:1px solid var(--border);gap:2px;padding:6px 10px;display:flex}.input-tool{width:28px;height:26px;color:var(--muted);cursor:pointer;background:0 0;border:none;border-radius:5px;justify-content:center;align-items:center;font-family:inherit;font-size:.85rem;transition:background .15s,color .15s;display:flex}.input-tool:hover{background:var(--surface3);color:var(--text)}.input-sep{background:var(--border);align-self:center;width:1px;height:16px;margin:0 4px}.input-main{align-items:flex-end;gap:8px;padding:8px 12px;display:flex}.input-field{color:var(--text);resize:none;background:0 0;border:none;outline:none;flex:1;height:48px;max-height:120px;font-family:inherit;font-size:.875rem;line-height:1.5}.input-field::placeholder{color:var(--muted)}.input-actions{flex-shrink:0;align-items:center;gap:4px;display:flex}.send-btn{background:var(--purple);color:#0f0f14;cursor:pointer;border:none;border-radius:7px;padding:6px 14px;font-size:.8rem;font-weight:700;transition:opacity .2s}.send-btn:hover{opacity:.85}.right-panel{background:var(--surface);border-left:1px solid var(--border);flex-direction:column;flex-shrink:0;width:256px;display:flex;overflow:hidden}.rp-header{border-bottom:1px solid var(--border);flex-shrink:0;justify-content:space-between;align-items:center;padding:14px 16px 10px;font-size:.85rem;font-weight:700;display:flex}.rp-body{flex:1;overflow-y:auto}.rp-section{border-bottom:1px solid var(--border);padding:12px 14px}.rp-section-title{text-transform:uppercase;letter-spacing:.8px;color:var(--muted);margin-bottom:8px;font-size:.68rem;font-weight:700}.active-room-card{background:var(--surface2);border:1px solid var(--border);cursor:pointer;border-radius:9px;margin-bottom:8px;padding:10px 12px;transition:border-color .15s}.active-room-card:hover{border-color:#a78bfa66}.arc-header{align-items:center;gap:6px;margin-bottom:6px;display:flex}.arc-live{text-transform:uppercase;color:var(--red);background:#ef44441f;border-radius:3px;padding:1px 5px;font-size:.6rem;font-weight:700}.arc-waiting{text-transform:uppercase;color:var(--green);background:#22c55e1a;border-radius:3px;padding:1px 5px;font-size:.6rem;font-weight:700}.arc-name{text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:.8rem;font-weight:600;overflow:hidden}.arc-timer{color:var(--muted);font-variant-numeric:tabular-nums;flex-shrink:0;font-size:.7rem}.arc-players{align-items:center;gap:3px;display:flex}.arc-avatar{color:#fff;border-radius:6px;justify-content:center;align-items:center;width:20px;height:20px;font-size:.48rem;font-weight:700;display:flex}.arc-count{color:var(--muted);margin-left:4px;font-size:.68rem}.arc-bar-bg{background:var(--surface3);border-radius:2px;height:3px;margin-top:8px;overflow:hidden}.arc-bar{background:var(--purple);border-radius:2px;height:3px}.rp-btn{background:var(--purple);color:#0f0f14;cursor:pointer;border:none;border-radius:7px;width:100%;margin-top:8px;padding:7px;font-size:.8rem;font-weight:700;transition:opacity .2s}.rp-btn:hover{opacity:.85}.member-item{cursor:pointer;align-items:center;gap:8px;padding:5px 0;display:flex}.mi-avatar-wrap{flex-shrink:0;position:relative}.mi-avatar{color:#fff;border-radius:8px;justify-content:center;align-items:center;width:26px;height:26px;font-size:.56rem;font-weight:700;display:flex}.mi-dot{border:2px solid var(--surface);border-radius:50%;width:8px;height:8px;position:absolute;bottom:-1px;right:-1px}.member-name{color:var(--muted);flex:1;font-size:.8rem}.member-role{color:var(--purple);background:var(--purple-glow);border:1px solid #a78bfa33;border-radius:3px;flex-shrink:0;padding:1px 5px;font-size:.65rem}.see-more{color:var(--muted);cursor:pointer;padding-top:6px;font-size:.75rem}.see-more:hover{color:var(--text)}.game-room{flex-direction:column;height:100svh;display:flex;overflow:hidden}.gr-topbar{background:var(--surface);border-bottom:1px solid var(--border);flex-shrink:0;align-items:center;gap:14px;height:52px;padding:0 16px;display:flex}.gr-logo{font-size:1.05rem;font-weight:800}.gr-logo span{color:var(--purple)}.gr-sep{background:var(--border);flex-shrink:0;width:1px;height:20px}.room-label{font-size:.875rem;font-weight:600}.problem-chip{background:var(--surface2);border:1px solid var(--border);color:var(--muted);border-radius:6px;padding:3px 10px;font-size:.75rem}.problem-chip strong{color:var(--text)}.topbar-spacer{flex:1}.timer-display{flex-shrink:0;align-items:center;gap:10px;display:flex}.timer-time{font-variant-numeric:tabular-nums;letter-spacing:-.5px;font-size:1.1rem;font-weight:700;line-height:1}.timer-label{color:var(--muted);font-size:.68rem}.timer-avatars{gap:4px;display:flex}.timer-avatar{color:#fff;border-radius:7px;justify-content:center;align-items:center;width:24px;height:24px;font-size:.55rem;font-weight:700;display:flex}.gr-actions{gap:8px;display:flex}.btn-sm{cursor:pointer;border:none;border-radius:7px;padding:5px 12px;font-size:.8rem;font-weight:600;transition:opacity .2s}.btn-sm-ghost{border:1px solid var(--border);color:var(--muted);background:0 0}.btn-sm-ghost:hover{border-color:var(--purple);color:var(--text)}.btn-sm-primary{background:var(--purple);color:#0f0f14}.btn-sm-primary:hover{opacity:.85}.btn-sm-danger{color:var(--red);background:#ef44441f;border:1px solid #ef44444d}.btn-sm-danger:hover{background:#ef444433}.gr-main{flex:1;display:flex;overflow:hidden}.gr-left{background:var(--surface);border-right:1px solid var(--border);flex-direction:column;flex-shrink:0;width:272px;display:flex;overflow:hidden}.panel-tabs{border-bottom:1px solid var(--border);flex-shrink:0;display:flex}.panel-tab{text-align:center;color:var(--muted);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;flex:1;padding:10px 0;font-size:.78rem;font-weight:600;transition:color .15s}.panel-tab.active{color:var(--purple);border-bottom-color:var(--purple)}.panel-body{flex:1;padding:14px;overflow-y:auto}.prob-header{justify-content:space-between;align-items:flex-start;margin-bottom:10px;display:flex}.prob-title{font-size:.95rem;font-weight:700;line-height:1.3}.diff-badge{text-transform:uppercase;border-radius:4px;flex-shrink:0;padding:2px 7px;font-size:.68rem;font-weight:700}.diff-badge.hard{color:var(--red);background:#ef44441a}.diff-badge.medium{color:var(--yellow);background:#fbbf241a}.diff-badge.easy{color:var(--green);background:#22c55e1a}.prob-desc{color:var(--muted);font-size:.82rem;line-height:1.65}.prob-section{text-transform:uppercase;letter-spacing:.8px;color:var(--muted);margin:12px 0 5px;font-size:.68rem;font-weight:700}.req-list{flex-direction:column;gap:5px;list-style:none;display:flex}.req-list li{color:var(--muted);align-items:flex-start;gap:6px;font-size:.8rem;display:flex}.req-list li:before{content:"›";color:var(--purple);flex-shrink:0;margin-top:1px;font-weight:700}.chips{flex-wrap:wrap;gap:5px;margin-top:4px;display:flex}.chip{background:var(--surface2);border:1px solid var(--border);color:var(--muted);border-radius:5px;padding:3px 8px;font-size:.7rem}.peer-list{flex-direction:column;gap:10px;display:flex}.peer-card{background:var(--surface2);border:1px solid var(--border);border-radius:10px;padding:12px}.peer-header{align-items:center;gap:8px;margin-bottom:10px;display:flex}.peer-avatar{color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:.62rem;font-weight:700;display:flex}.peer-name{flex:1;font-size:.85rem;font-weight:600}.peer-status{color:var(--muted);font-size:.68rem}.online-dot{background:var(--green);border-radius:50%;width:7px;height:7px;margin-left:auto}.peer-preview{background:var(--surface3);border:1px solid var(--border);border-radius:8px;height:80px;position:relative;overflow:hidden}.peer-preview-inner{flex-wrap:wrap;align-items:flex-start;gap:4px;width:100%;height:100%;padding:8px;display:flex}.peer-preview-node{background:var(--surface);border:1px solid var(--border);color:var(--muted);white-space:nowrap;border-radius:4px;padding:2px 6px;font-size:.55rem}.blur-overlay{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0f0f1440;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.blur-label{color:#ffffff4d;background:#0006;border-radius:4px;padding:2px 7px;font-size:.62rem}.peer-progress{align-items:center;gap:8px;margin-top:8px;display:flex}.progress-bg{background:var(--surface3);border-radius:3px;flex:1;height:5px;overflow:hidden}.progress-fill{background:var(--purple);border-radius:3px;height:5px}.progress-pct{color:var(--muted);text-align:right;width:30px;font-size:.7rem}.you-card{background:var(--surface2);border:1px solid #a78bfa4d;border-radius:10px;padding:12px}.you-label{color:var(--purple);text-transform:uppercase;letter-spacing:.5px;margin-bottom:6px;font-size:.65rem;font-weight:700}.gr-center{flex-direction:column;flex:1;min-width:0;display:flex;overflow:hidden}.wb-loading{color:var(--muted);flex:1;justify-content:center;align-items:center;font-size:.875rem;display:flex}.gr-right{background:var(--surface);border-left:1px solid var(--border);flex-direction:column;flex-shrink:0;width:256px;display:flex;overflow:hidden}.gr-chat-header{border-bottom:1px solid var(--border);align-items:center;gap:6px;padding:12px 16px;font-size:.82rem;font-weight:700;display:flex}.gr-chat-dot{background:var(--green);border-radius:50%;width:7px;height:7px}.gr-chat-feed{flex-direction:column;flex:1;gap:9px;padding:12px 14px;display:flex;overflow-y:auto}.gr-msg{flex-direction:column;gap:2px;display:flex}.gr-msg-meta{align-items:baseline;gap:6px;display:flex}.gr-msg-name{font-size:.75rem;font-weight:700}.gr-msg-time{color:var(--muted);font-size:.62rem}.gr-msg-text{color:var(--muted);font-size:.8rem;line-height:1.5}.gr-msg-text code{background:var(--surface2);border:1px solid var(--border);color:var(--purple);border-radius:3px;padding:1px 4px;font-family:monospace;font-size:.75rem}.gr-sys-msg{text-align:center;color:var(--muted);background:var(--surface2);border-radius:5px;padding:3px 8px;font-size:.68rem}.gr-chat-input{border-top:1px solid var(--border);padding:10px 12px}.gr-input{background:var(--surface2);border:1px solid var(--border);width:100%;color:var(--text);resize:none;border-radius:8px;outline:none;height:54px;padding:7px 10px;font-family:inherit;font-size:.8rem;line-height:1.4;transition:border-color .2s}.gr-input:focus{border-color:#a78bfa66}.gr-input::placeholder{color:var(--muted)}.gr-chat-footer{justify-content:flex-end;padding:6px 12px 10px;display:flex}.gr-statusbar{background:var(--surface);border-top:1px solid var(--border);height:27px;color:var(--muted);flex-shrink:0;align-items:center;gap:16px;padding:0 16px;font-size:.68rem;display:flex}.status-item{align-items:center;gap:5px;display:flex}.status-led{border-radius:50%;width:6px;height:6px}.led-green{background:var(--green)}.statusbar-right{gap:12px;margin-left:auto;display:flex}
