canvas.svelte-xgm7h1{background:var(--c-700);width:100vw;height:100vh;display:block;position:fixed;inset:0}.panel.svelte-cwls5q,.mobile-panel.svelte-cwls5q{--bg-detail:#0a0a0af2;--bg-sidebar:var(--c-700);--bg-item:var(--c-700);--bg-item-hov:var(--c-600);--bg-item-act:var(--c-600);--bg-tab:var(--c-750);--bg-tab-act:var(--c-700);--border:var(--c-500);--text-title:var(--text);--text-body:var(--text-2);--text-label:var(--accent);--text-tab:var(--text-muted);--text-tab-act:var(--c-cream);--text-item:var(--c-pink);--text-item-act:var(--text);--divider:linear-gradient(to right, color-mix(in srgb, var(--accent) 33%, transparent), transparent);--tab-line:var(--accent)}.panel.light.svelte-cwls5q,.mobile-panel.light.svelte-cwls5q{--bg-detail:#f2f2f2eb;--bg-sidebar:var(--c-600);--bg-item:var(--c-600);--bg-item-hov:var(--c-600);--bg-item-act:var(--c-700);--bg-tab:var(--c-750);--bg-tab-act:var(--c-600);--border:var(--c-500);--text-item:var(--c-pink);--text-item-act:var(--c-cream);--text-tab-act:var(--c-cream)}html,body{height:100%!important;overflow:hidden!important}.panel.svelte-cwls5q{z-index:10;background:0 0;grid-template-columns:1fr 300px;width:80vw;height:80vh;margin-top:20px;animation:.55s cubic-bezier(.2,0,.4,1) both svelte-cwls5q-panel-intro;display:grid;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:10px 10px #0a0a0a99,0 0 80px #f3794814}@keyframes svelte-cwls5q-panel-intro{0%{opacity:0;transform:translate(-50%,-50%)scale(.55)}to{opacity:1;transform:translate(-50%,-50%)scale(1)}}.detail.svelte-cwls5q{background:var(--bg-detail);scrollbar-width:thin;scrollbar-color:var(--accent) var(--bg-detail);flex-direction:column;height:100%;display:flex;overflow-y:auto}.detail.svelte-cwls5q::-webkit-scrollbar{width:6px}.detail.svelte-cwls5q::-webkit-scrollbar-track{background:var(--bg-detail)}.detail.svelte-cwls5q::-webkit-scrollbar-thumb{background:var(--accent)}.detail-content.svelte-cwls5q{flex-direction:column;flex:1;gap:22px;padding:44px 52px;transition:opacity .16s,transform .16s;display:flex}.detail-content.fade.svelte-cwls5q{opacity:0;transform:translateY(6px)}.detail-label.svelte-cwls5q{color:var(--text-label);letter-spacing:4px;margin:0;font-family:"Press Start 2P",monospace;font-size:11px}.detail-title.svelte-cwls5q{color:var(--text-title);letter-spacing:2px;margin:0;font-family:"Press Start 2P",monospace;font-size:clamp(14px,1.8vw,22px);line-height:1.65}.detail-divider.svelte-cwls5q{background:var(--divider);height:1px}.detail-desc.svelte-cwls5q{color:var(--text-body);margin:0;font-family:Inter,sans-serif;font-size:clamp(13px,1.2vw,16px);line-height:1.9}.detail-desc.svelte-cwls5q p{margin:0 0 10px}.detail-desc.svelte-cwls5q p:last-child{margin-bottom:0}.detail-desc.svelte-cwls5q strong{color:var(--text-title)}.detail-desc.svelte-cwls5q ul,.detail-desc.svelte-cwls5q ol{margin:0 0 10px;padding-left:20px}.detail-desc.svelte-cwls5q li{margin-bottom:4px}.detail-desc.svelte-cwls5q a{color:var(--accent);text-underline-offset:3px}.detail-empty.svelte-cwls5q{color:var(--text-tab);letter-spacing:2px;margin:0;font-family:"Press Start 2P",monospace;font-size:9px}.member-body.svelte-cwls5q{overflow:hidden}.member-body.svelte-cwls5q:after{content:"";clear:both;display:table}.member-avatar.svelte-cwls5q{float:right;background:var(--bg-item-act);border:2px solid color-mix(in srgb, var(--accent) 40%, transparent);border-radius:4px;justify-content:center;align-items:center;width:200px;height:200px;margin:4px 0 16px 20px;display:flex;overflow:hidden}.member-avatar.svelte-cwls5q img:where(.svelte-cwls5q){object-fit:cover;width:100%;height:100%}.avatar-placeholder.svelte-cwls5q{color:var(--accent);font-family:"Press Start 2P",monospace;font-size:26px}.member-role.svelte-cwls5q{color:var(--text-label);letter-spacing:2px;margin:0;font-family:"Press Start 2P",monospace;font-size:clamp(6px,.7vw,8px)}.sidebar.svelte-cwls5q{border-left:1px solid var(--border);background:var(--bg-sidebar);flex-direction:column;display:flex;overflow:hidden}.tabs.svelte-cwls5q{background:var(--border);flex-shrink:0;gap:1px;display:flex}.tab.svelte-cwls5q{letter-spacing:1px;background:var(--bg-tab);color:var(--text-tab);cursor:pointer;border:none;flex:1;padding:16px 8px;font-family:"Press Start 2P",monospace;font-size:clamp(6px,.75vw,8px);transition:background .2s,color .2s;position:relative}.tab.active.svelte-cwls5q{background:var(--bg-tab-act);color:var(--text-tab-act)}.tab.active.svelte-cwls5q:after{content:"";background:var(--tab-line);height:3px;position:absolute;top:0;left:0;right:0}.tab.svelte-cwls5q:not(.active):hover{color:var(--text-item);background:var(--bg-item-hov)}.list.svelte-cwls5q{background:var(--border);flex-direction:column;flex:1;gap:1px;display:flex;overflow-y:auto}.item.svelte-cwls5q{background:var(--bg-item);cursor:pointer;text-align:left;border:none;border-left:3px solid #0000;align-items:center;gap:10px;width:100%;padding:18px 20px;transition:background .18s,border-color .18s;display:flex}.item.svelte-cwls5q:hover{background:var(--bg-item-hov)}.item.active.svelte-cwls5q{background:var(--bg-item-act);border-left-color:var(--accent)}.item-bullet.svelte-cwls5q{color:var(--accent);flex-shrink:0;font-family:"Press Start 2P",monospace;font-size:8px}.item-info.svelte-cwls5q{flex-direction:column;gap:5px;display:flex}.item-name.svelte-cwls5q{color:var(--text-item);letter-spacing:1px;font-family:"Press Start 2P",monospace;font-size:clamp(7px,.85vw,10px);line-height:1.6}.item.active.svelte-cwls5q .item-name:where(.svelte-cwls5q){color:var(--text-item-act)}.item-role.svelte-cwls5q{color:var(--text-tab);letter-spacing:1px;font-family:"Press Start 2P",monospace;font-size:clamp(6px,.6vw,7px)}.empty.svelte-cwls5q{color:var(--text-tab);letter-spacing:1px;background:var(--bg-item);padding:20px;font-family:"Press Start 2P",monospace;font-size:clamp(6px,.7vw,7px)}@media (width<=900px){.panel.svelte-cwls5q{grid-template-columns:1fr 220px;width:94vw}.detail-content.svelte-cwls5q{padding:32px 28px}}@media (width>=601px){.mobile-panel.svelte-cwls5q{display:none}}@media (width<=600px){.panel.svelte-cwls5q{display:none}.mobile-panel.svelte-cwls5q{background:color-mix(in srgb, var(--bg-sidebar) 88%, transparent);border-top:2px solid var(--border);flex-direction:column;height:auto;display:flex;position:fixed;inset:84px 10px 64px;overflow:hidden}.mobile-track.svelte-cwls5q{width:200%;height:100%;transition:transform .3s cubic-bezier(.4,0,.2,1);display:flex}.mobile-track.show-detail.svelte-cwls5q{transform:translate(-50%)}.mobile-screen.svelte-cwls5q{flex-direction:column;width:50%;height:100%;display:flex;overflow:hidden}.mobile-panel.svelte-cwls5q .tabs:where(.svelte-cwls5q){background:var(--border);flex-shrink:0;gap:1px;display:flex}.mobile-panel.svelte-cwls5q .tab:where(.svelte-cwls5q){letter-spacing:1px;background:var(--bg-tab);color:var(--text-tab);cursor:pointer;border:none;flex:1;padding:14px 8px;font-family:"Press Start 2P",monospace;font-size:7px;transition:background .2s,color .2s;position:relative}.mobile-panel.svelte-cwls5q .tab.active:where(.svelte-cwls5q){background:var(--bg-tab-act);color:var(--text-tab-act)}.mobile-panel.svelte-cwls5q .tab.active:where(.svelte-cwls5q):after{content:"";background:var(--tab-line);height:3px;position:absolute;top:0;left:0;right:0}.mobile-panel.svelte-cwls5q .list:where(.svelte-cwls5q){background:var(--border);flex-direction:column;flex:1;gap:1px;display:flex;overflow-y:auto}.mobile-panel.svelte-cwls5q .item:where(.svelte-cwls5q){background:var(--bg-item);cursor:pointer;border:none;border-left:3px solid #0000;align-items:center;gap:10px;width:100%;padding:18px 20px;display:flex}.mobile-panel.svelte-cwls5q .item:where(.svelte-cwls5q):active{background:var(--bg-item-hov)}.item-chevron.svelte-cwls5q{color:var(--accent);margin-left:auto;font-size:18px;line-height:1}.mobile-back-bar.svelte-cwls5q{background:var(--bg-tab);border-bottom:1px solid var(--border);flex-shrink:0;align-items:center;gap:12px;height:48px;padding:0 16px;display:flex}.mobile-back.svelte-cwls5q{color:var(--accent);cursor:pointer;letter-spacing:1px;background:0 0;border:none;padding:0;font-family:"Press Start 2P",monospace;font-size:8px}.mobile-back-label.svelte-cwls5q{color:var(--text-tab);letter-spacing:2px;font-family:"Press Start 2P",monospace;font-size:7px}.mobile-detail-screen.svelte-cwls5q{background:var(--bg-detail)}.mobile-detail-content.svelte-cwls5q{flex-direction:column;flex:1;gap:16px;padding:24px 20px;display:flex;overflow-y:auto}.mobile-detail-content.svelte-cwls5q .member-avatar:where(.svelte-cwls5q){float:none;border-radius:0;width:100%;height:200px;margin:0 0 16px}.mobile-panel.light.svelte-cwls5q{--bg-sidebar:var(--c-gray);--bg-tab:var(--c-gray);--bg-tab-act:var(--c-l200);--bg-item:var(--c-gray);--bg-item-hov:var(--c-l200);--bg-item-act:var(--c-l200);--border:var(--c-l200);--text-tab:var(--c-darkred);--text-tab-act:var(--c-darkred);--text-item:var(--c-darkred);--text-item-act:var(--c-darkred)}}
