:root{--background:#fff;--foreground:#0f172a;--card:#fff;--muted:#f4f4f5;--muted-foreground:#64748b;--border:#e4e4e7;--primary:#0f172a;--primary-foreground:#fafafa;--radius:.75rem;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;font-family:Inter,Segoe UI,sans-serif}:root[data-theme=dark]{--background:#09090b;--foreground:#fafafa;--card:#101014;--muted:#18181b;--muted-foreground:#a1a1aa;--border:#27272a;--primary:#fafafa;--primary-foreground:#09090b;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}*{box-sizing:border-box}html,body,#app{background:var(--background);width:100%;height:100%;color:var(--foreground);margin:0;padding:0}a{color:inherit;text-decoration:none}.page-wrap,.auth-page{max-width:1100px;margin:0 auto;padding:24px}.brand-link{letter-spacing:-.02em;font-size:1.7rem;font-weight:700}.profile-link{color:var(--muted-foreground);margin-left:10px;font-size:.95rem}.back-link{color:var(--muted-foreground);font-size:.95rem}.topbar{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:18px;display:flex}.header-grid{grid-template-columns:1fr minmax(260px,460px) 1fr;align-items:start;display:grid}.header-left{align-items:baseline;display:flex}.header-right{justify-content:flex-end}.topbar-actions{align-items:center;gap:8px;display:flex}.inline-form{margin:0}.muted{color:var(--muted-foreground)}.hidden{display:none!important}.search-form{position:relative}.search-form input{border:1px solid var(--border);background:var(--card);width:100%;color:var(--foreground);border-radius:.55rem;padding:.55rem .7rem}.search-page-list{gap:10px;display:grid}.search-page-row{border:1px solid var(--border);background:var(--background);border-radius:.65rem;gap:10px;padding:10px;display:flex}.search-avatar{border:1px solid var(--border);border-radius:50%;width:32px;height:32px}.search-page-row p{margin:2px 0 0;font-size:.8rem}.section{border:1px solid var(--border);border-radius:var(--radius);background:var(--card);margin-bottom:14px;padding:14px}.section-head{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.section h3{margin:0;font-size:1rem}.btn{border:1px solid var(--border);background:var(--primary);color:var(--primary-foreground);cursor:pointer;border-radius:.55rem;padding:.5rem .8rem;font-size:.9rem}.btn-ghost{background:var(--muted);color:var(--foreground)}.icon-btn{border:1px solid var(--border);background:var(--muted);width:36px;height:36px;color:var(--foreground);cursor:pointer;border-radius:.55rem;place-items:center;display:grid}.icon-btn svg{width:18px;height:18px}.icon-sun{display:inline-flex}.icon-moon,:root[data-theme=dark] .icon-sun{display:none}:root[data-theme=dark] .icon-moon{display:inline-flex}.friend-strip{gap:14px;padding-bottom:6px;display:flex;overflow-x:auto}.friend-pill{text-align:center;min-width:74px;display:inline-block;position:relative}.friend-avatar{border:1px solid var(--border);background:var(--muted);border-radius:50%;width:58px;height:58px;margin:0 auto 6px;display:block}.friend-online-dot{border:1px solid var(--card);background:#52525b;border-radius:50%;width:10px;height:10px;position:absolute;top:42px;right:9px}.friend-pill.is-online .friend-online-dot{background:#22c55e}.friend-name{color:var(--muted-foreground);font-size:.78rem;display:block}.friend-presence-pop{border:1px solid var(--border);background:var(--card);z-index:20;border-radius:.55rem;min-width:150px;padding:8px;font-size:.78rem;display:none;position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%)}.friend-pill.is-online:hover .friend-presence-pop{display:block}.friend-join-btn{width:100%;margin-top:6px;display:block}.game-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:12px;display:grid}.game-card{border:1px solid var(--border);background:var(--background);border-radius:.75rem;flex-direction:column;justify-content:space-between;gap:14px;min-height:170px;padding:14px;display:flex}.game-card h2{margin:0;font-size:1.05rem}.game-card p{color:var(--muted-foreground);margin:6px 0 0;font-size:.9rem}.game-card-foot{justify-content:space-between;align-items:center;display:flex}.auth-page{max-width:420px}.auth-form{flex-direction:column;gap:10px;margin:16px 0;display:flex}.auth-form label{flex-direction:column;gap:4px;font-size:.9rem;display:flex}.auth-form input{border:1px solid var(--border);background:var(--card);color:var(--foreground);border-radius:.55rem;padding:.55rem .7rem}.auth-error{color:#ef4444}.profile-layout{max-width:900px}.profile-hero{align-items:center;gap:16px;margin-bottom:14px;display:flex}.profile-avatar{border:1px solid var(--border);border-radius:50%;width:110px;height:110px}.profile-hero h2{margin:0 0 10px}.profile-stats{gap:14px;margin-top:8px;display:flex}.profile-stats a{flex-direction:column;min-width:78px;display:flex}.profile-stats strong{font-size:1.05rem}.profile-stats span{color:var(--muted-foreground);font-size:.78rem}.profile-actions{flex-wrap:wrap;gap:8px;margin-top:10px;display:flex}.bio-copy{color:var(--muted-foreground);margin:0}.bio-input{border:1px solid var(--border);background:var(--background);width:100%;min-height:90px;color:var(--foreground);border-radius:.55rem;margin-top:10px;padding:.65rem}.profile-foot{justify-content:space-between;gap:14px;display:flex}.profile-foot>div{flex-direction:column;gap:4px;display:flex}.social-tabs{flex-wrap:wrap;gap:8px;margin-bottom:10px;display:flex}.social-tab{border:1px solid var(--border);color:var(--muted-foreground);border-radius:.55rem;padding:.4rem .7rem}.social-tab.active{background:var(--muted);color:var(--foreground)}.social-list{gap:10px;display:grid}.social-row{border:1px solid var(--border);background:var(--background);border-radius:.65rem;justify-content:space-between;align-items:center;gap:10px;padding:10px;display:flex}.social-row-main{flex:1;align-items:center;gap:10px;min-width:0;display:flex}.social-row-actions{flex-shrink:0;align-items:center;gap:8px;display:flex}.social-avatar-wrap{position:relative}.social-avatar{border:1px solid var(--border);border-radius:50%;width:44px;height:44px}.social-online-dot{border:1px solid var(--card);background:#52525b;border-radius:50%;width:10px;height:10px;position:absolute;bottom:-1px;right:-1px}.social-online-dot.is-online{background:#22c55e}.social-row p{margin:2px 0 0;font-size:.85rem}.requests-block h4{margin:12px 0 8px}.play-layout{width:100%;height:100%;position:relative}.debug-overlay{z-index:10;background:color-mix(in srgb, var(--card) 86%, transparent);border:1px solid var(--border);color:var(--foreground);pointer-events:none;border-radius:.5rem;padding:8px 10px;font-size:12px;line-height:1.35;position:absolute;bottom:12px;left:12px}#renderCanvas{touch-action:none;outline:none;width:100%;height:100%;display:block}.error-page{padding:36px}@media (width<=900px){.header-grid{grid-template-columns:1fr;gap:10px}.header-right{justify-content:flex-start}}@media (width<=700px){.topbar{flex-direction:column}.profile-hero{flex-direction:column;align-items:flex-start}.profile-foot{flex-direction:column}}
