:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}#social .button-icon{filter:invert()brightness(2)}}#root{text-align:center;border-inline:1px solid var(--border);box-sizing:border-box;flex-direction:column;width:1126px;max-width:100%;min-height:100svh;margin:0 auto;display:flex}body{margin:0}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#aa3bff0d;--shadow:0 4px 12px #0000000d;--mono:"JetBrains Mono", monospace;--team-dahlia:#d97706;--team-dahlia-bg:#d977061f;--team-camellia:#c62828;--team-camellia-bg:#c628281f;--team-iris:#2563eb;--team-iris-bg:#2563eb1f;--team-laurel:#2f855a;--team-laurel-bg:#2f855a1f}*,:before,:after{box-sizing:border-box}.app-container{width:min(100%,1200px);margin:0 auto;padding:20px}.app-header{margin-bottom:40px}.stats-bar{justify-content:center;align-items:center;margin-bottom:24px;display:flex}.title-block{text-align:center;flex-direction:column;align-items:center;gap:6px;display:flex}.title-block h1{letter-spacing:-.03em;margin:0;line-height:1.05}.title-logo-button{cursor:pointer;background:0 0;border:0;padding:0;display:block}.title-logo-button:focus-visible{outline:2px solid var(--accent);outline-offset:8px;border-radius:4px}.title-logo{width:min(520px,82vw);height:auto;display:block}.title-subtitle{color:var(--text);max-width:640px;margin:0;font-size:.92rem;line-height:1.5}.total-viewers{color:var(--accent);font-size:1rem;font-weight:700}.total-viewers-button{cursor:pointer;background:#aa3bff0f;border:none;border-radius:999px;align-items:center;gap:8px;padding:8px 12px;transition:background-color .15s,transform .15s;display:inline-flex}.total-viewers-button:hover{background:#aa3bff1f;transform:translateY(-1px)}.total-viewers-button.open{text-underline-offset:.18em;text-decoration:underline}.total-viewers span{font-family:var(--mono)}.total-viewers-toggle{opacity:.8;font-size:.72rem;line-height:1}.viewer-history-chart{border:1px solid var(--border);background:linear-gradient(180deg, #aa3bff14, transparent 55%), var(--code-bg);border-radius:12px;margin-bottom:18px;padding:16px 18px 18px}.viewer-history-range-toggle{gap:6px;margin-bottom:10px;display:inline-flex}.viewer-history-range-toggle button{border:1px solid var(--border);background:var(--bg);color:var(--text);cursor:pointer;border-radius:999px;padding:4px 10px;font-size:.72rem;font-weight:700}.viewer-history-range-toggle button.active{background:var(--accent);border-color:var(--accent);color:#fff}.viewer-history-summary{justify-content:space-between;align-items:baseline;gap:12px;margin-bottom:14px;display:flex}.viewer-history-summary strong{color:var(--text-h);font-size:.92rem}.viewer-history-summary span,.viewer-history-empty{color:var(--text);font-size:.78rem}.viewer-history-canvas{position:relative}.viewer-history-svg{width:100%;height:auto;display:block;overflow:visible}.viewer-history-grid{stroke:#00000014;stroke-width:1px}.viewer-history-axis-label{fill:var(--text);font-size:11px}.viewer-history-area{fill:#aa3bff1f}.viewer-history-line{fill:none;stroke:var(--accent);stroke-width:2.5px;stroke-linecap:round;stroke-linejoin:round}.viewer-history-point{fill:var(--bg);stroke:var(--accent);stroke-width:2px}.viewer-history-hit{fill:#0000;cursor:pointer}.viewer-history-tooltip{pointer-events:none;color:#fff;background:#08060df0;border-radius:10px;min-width:156px;padding:8px 10px;position:absolute;transform:translate(-50%,calc(-100% - 14px));box-shadow:0 8px 18px #0000002e}.viewer-history-tooltip div{color:#ffffffd1;font-size:.72rem;line-height:1.35}.viewer-history-tooltip strong{margin-top:4px;font-size:.82rem;line-height:1.3;display:block}.filters-container{background:var(--code-bg);border:1px solid #0000000a;border-radius:12px;flex-direction:column;gap:14px;padding:14px 16px;display:flex}.filter-group{align-items:center;gap:14px;display:flex}.filter-group label{letter-spacing:.08em;text-transform:uppercase;width:64px;color:var(--text-h);font-size:.7rem;font-weight:700}.filter-buttons{flex-wrap:wrap;gap:8px;display:flex}.filter-buttons button{border:1px solid var(--border);background:var(--bg);color:var(--text);cursor:pointer;border-radius:999px;padding:4px 10px;font-size:.74rem;line-height:1.2;transition:all .2s}.filter-buttons button.active{background:var(--accent);color:#fff;border-color:var(--accent)}.filter-buttons button.team-dahlia{color:var(--team-dahlia);background:var(--team-dahlia-bg);border-color:#d9770647}.filter-buttons button.team-camellia{color:var(--team-camellia);background:var(--team-camellia-bg);border-color:#c6282847}.filter-buttons button.team-iris{color:var(--team-iris);background:var(--team-iris-bg);border-color:#2563eb47}.filter-buttons button.team-laurel{color:var(--team-laurel);background:var(--team-laurel-bg);border-color:#2f855a47}.filter-buttons button.active.team-dahlia{background:var(--team-dahlia);border-color:var(--team-dahlia);color:#fff}.filter-buttons button.active.team-camellia{background:var(--team-camellia);border-color:var(--team-camellia);color:#fff}.filter-buttons button.active.team-iris{background:var(--team-iris);border-color:var(--team-iris);color:#fff}.filter-buttons button.active.team-laurel{background:var(--team-laurel);border-color:var(--team-laurel);color:#fff}.live-section,.video-section,.participants-section{margin-bottom:40px}.live-section h2,.video-section h2,.participants-section h2{text-align:left;border-left:4px solid var(--accent);margin-bottom:0;padding-left:12px;font-size:1.2rem}.section-header{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.streams-grid,.videos-grid,.participants-grid{background:var(--border);border:1px solid var(--border);box-sizing:border-box;border-radius:4px;flex-direction:column;gap:1px;width:100%;max-width:100%;display:flex;overflow:hidden}.stream-card,.video-card,.participant-card{color:inherit;background:var(--bg);box-sizing:border-box;flex-direction:row;align-items:center;width:100%;min-width:0;max-width:100%;text-decoration:none;transition:background-color .1s;display:flex}.stream-card:hover,.video-card:hover,.participant-card:hover{background-color:var(--code-bg)}.stream-card .thumbnail,.video-card .thumbnail{aspect-ratio:16/9;flex-shrink:0;width:160px;position:relative;overflow:hidden}.stream-card .thumbnail img,.video-card .thumbnail img{object-fit:cover;width:100%;height:100%;display:block}.stream-card .info,.video-card .info{box-sizing:border-box;flex-grow:1;grid-template-rows:auto auto;grid-template-columns:48px minmax(0,1fr) 64px 116px;align-items:center;gap:8px 16px;min-width:0;min-height:90px;padding:10px 20px;display:grid}.card-avatar{border:1px solid var(--border);border-radius:50%;grid-area:1/1/span 2;align-self:center;width:48px;height:48px;overflow:hidden}.card-avatar img{object-fit:cover;width:100%;height:100%}.avatar-fallback{width:100%;height:100%;color:var(--text-h);background:linear-gradient(135deg,#f4f3ec,#e5e4e7);place-items:center;font-size:.85rem;font-weight:700;line-height:1;display:grid}.participant-name{color:var(--text-h);text-align:left;white-space:normal;-webkit-line-clamp:1;-webkit-box-orient:vertical;grid-area:1/2;min-width:0;font-size:.9rem;font-weight:600;line-height:1.2;display:-webkit-box;overflow:hidden}.main-content{flex-direction:row;align-items:center;gap:10px;min-width:0;display:flex;overflow:hidden}.stream-card .main-content,.video-card .main-content{grid-area:2/2}.main-content h3{white-space:normal;text-overflow:ellipsis;-webkit-line-clamp:2;text-align:left;-webkit-box-orient:vertical;flex-grow:1;min-width:0;margin:0;font-size:.85rem;font-weight:400;line-height:1.35;display:-webkit-box;overflow:hidden}.card-meta{text-align:right;flex-shrink:0;grid-area:1/3/span 2;place-self:center end;font-size:.74rem}.viewer-count{color:var(--accent);width:64px;font-size:.8rem;font-weight:700}.stream-card .tags{flex-direction:column;grid-area:1/4/span 2;justify-content:center;align-items:stretch;gap:4px;width:116px;padding-right:0;display:flex}.stream-card .tag{width:100%;padding:3px 9px;font-size:.58rem;line-height:1.45}.tags{flex-flow:row;flex-shrink:0;gap:4px;min-width:0;margin-left:auto;padding-right:12px;display:flex}.tag{background:var(--code-bg);color:var(--text);text-align:center;white-space:nowrap;text-overflow:ellipsis;border-radius:999px;width:auto;min-width:76px;padding:3px 9px;font-size:.6rem;overflow:hidden}.tag.team{background:#0000000d}.tag.team.team-dahlia{background:var(--team-dahlia-bg);color:var(--team-dahlia);font-weight:700}.tag.team.team-camellia{background:var(--team-camellia-bg);color:var(--team-camellia);font-weight:700}.tag.team.team-iris{background:var(--team-iris-bg);color:var(--team-iris);font-weight:700}.tag.team.team-laurel{background:var(--team-laurel-bg);color:var(--team-laurel);font-weight:700}.tag.tier{color:var(--text-h);background:#00000008;font-weight:400}.tag.role{color:var(--text);background:#00000008;font-weight:600}.coaching-tag{background:var(--accent-bg);color:var(--accent);font-weight:600}.platform-tag{background:#ffffffd6;border:1px solid #0000000f;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;padding:0;display:flex;box-shadow:0 1px 4px #00000014}.platform-icon{object-fit:contain;width:18px;height:18px;display:block}@media (width<=1040px){.stream-card .thumbnail,.video-card .thumbnail{width:144px}.stream-card .info,.video-card .info,.participant-card{gap:14px}.stream-card .info,.video-card .info{grid-template-columns:44px minmax(0,1fr) 56px 104px;column-gap:14px}.card-avatar{width:44px;height:44px}.stream-card .tags,.video-card .tags,.participant-card .tags{width:104px}.stream-card .tag,.video-card .tag,.participant-card .tag{font-size:.55rem}.video-card .date,.viewer-count{width:56px}}.video-card .date{font-family:var(--mono);width:64px;color:var(--text);font-size:.75rem}.video-card .tags{flex-direction:column;grid-area:1/4/span 2;justify-content:center;align-items:stretch;gap:4px;width:116px;padding-right:0;display:flex}.video-card .tag{width:100%;padding:3px 9px;font-size:.58rem;line-height:1.45}.participant-card{align-items:center;min-height:102px;padding:12px 20px;display:flex}.participant-card .icon{border:1px solid var(--border);border-radius:50%;flex-shrink:0;width:48px;height:48px;margin-right:16px;overflow:hidden}.participant-card .icon img{object-fit:cover;width:100%;height:100%}.participant-card .info{flex-grow:1;align-items:center;gap:20px;min-width:0;height:100%;padding:0;display:flex}.participant-card .tags{flex-direction:column;flex-shrink:1;justify-content:center;align-items:stretch;gap:5px;width:104px;padding-right:0;display:flex}.participant-card .tag{width:100%;padding:3px 9px;font-size:.58rem;line-height:1.45}.participant-card .tag.team{width:100%}.participant-card .links{flex-wrap:wrap;gap:6px;display:flex}.participant-card .links a{width:28px;height:28px;color:var(--accent);border:1px solid var(--accent-border);border-radius:4px;justify-content:center;align-items:center;text-decoration:none;transition:all .1s;display:flex}.participant-card .links a.social-link{background:#fff}.participant-card .links .social-brand-icon{object-fit:contain;width:20px;height:20px;display:block}.participant-card .links a.deeplol-link{letter-spacing:.01em;gap:4px;width:auto;min-width:28px;height:28px;padding:0 8px;font-size:.68rem;font-weight:700}.participant-card .links a:hover{background:var(--accent-bg);border-color:var(--accent)}.about-page{text-align:left;flex-direction:column;gap:16px;padding-bottom:56px;display:flex}.about-hero,.about-card{background:var(--code-bg);border:1px solid var(--border);border-radius:14px;padding:20px}.about-hero{background:radial-gradient(circle at top right, #aa3bff1f, transparent 30%), var(--code-bg)}.about-page .eyebrow{color:var(--accent);letter-spacing:.08em;text-transform:uppercase;margin-bottom:8px;font-size:.8rem;font-weight:700}.about-page h1{letter-spacing:-.04em;margin:0 0 10px;font-size:2.35rem;font-weight:700;line-height:1.08}.about-page h2{letter-spacing:-.02em;margin:0 0 12px;font-size:1.55rem;font-weight:700;line-height:1.2}.about-page p{color:var(--text);font-size:1rem;line-height:1.7}.about-page p+p{margin-top:10px}.about-lead{max-width:100%;font-size:1.05rem;line-height:1.75}.about-links{margin:14px 0;padding-left:20px}.about-links li{margin:4px 0}.about-links a{color:var(--accent);font-size:1rem}.site-footer{text-align:center;padding:20px 0 8px}.site-footer-links{flex-wrap:wrap;justify-content:center;gap:14px;display:flex}.site-footer a{color:var(--text);font-size:.82rem;text-decoration:none}.site-footer a:hover{color:var(--accent);text-decoration:underline}.floating-menu{background:var(--bg);box-shadow:var(--shadow);z-index:100;border:1px solid var(--border);border-radius:30px;gap:12px;padding:8px;display:flex;position:fixed;bottom:24px;right:24px}.floating-menu button{color:var(--text);cursor:pointer;background:0 0;border:none;border-radius:20px;padding:6px 16px;font-size:.8rem;font-weight:700}.floating-menu button.active{background:var(--accent);color:#fff}.empty{text-align:center;background:var(--code-bg);color:var(--text);border-radius:4px;padding:40px}.status-banner{border-radius:10px;margin-bottom:16px;padding:12px 14px;font-size:.88rem;line-height:1.5}.status-banner.loading{color:var(--text-h);background:#aa3bff14;border:1px solid #aa3bff2e}.status-banner.error{color:#8e1f1f;background:#c6282814;border:1px solid #c628282e}.pagination{justify-content:center;align-items:center;gap:20px;margin-top:24px;display:flex}.pagination button{border:1px solid var(--border);background:var(--bg);color:var(--text);cursor:pointer;font-family:var(--mono);border-radius:4px;padding:6px 16px;font-size:.8rem;transition:all .2s}.pagination button:hover:not(:disabled){background:var(--code-bg);border-color:var(--accent);color:var(--accent)}.pagination button:disabled{opacity:.5;cursor:not-allowed}.pagination span{font-family:var(--mono);color:var(--text-h);font-size:.9rem}@media (width<=768px){.app-container{padding:12px}.app-header{margin-bottom:28px}.stats-bar{flex-direction:column;align-items:center;margin-bottom:18px}.title-block h1{font-size:2.15rem}.title-logo{width:min(460px,88vw)}.title-subtitle{font-size:.9rem;line-height:1.45}.filters-container{border-radius:12px;gap:10px;padding:10px 10px 12px}.filter-group{flex-direction:row;align-items:flex-start;gap:7px}.filter-group label{text-align:left;flex-shrink:0;width:28px;padding-top:3px;font-size:.62rem;line-height:1.3}.filter-buttons{flex:1;gap:6px 5px}.filter-buttons button{padding:2px 8px;font-size:.64rem}.filter-group-tier .filter-buttons,.filter-group-role .filter-buttons{scrollbar-width:none;flex-wrap:nowrap;padding-bottom:2px;overflow-x:auto}.filter-group-tier .filter-buttons button,.filter-group-role .filter-buttons button{padding:2px 7px;font-size:.62rem}.filter-group-tier .filter-buttons::-webkit-scrollbar{display:none}.filter-group-role .filter-buttons::-webkit-scrollbar{display:none}.section-header{align-items:flex-end;gap:8px}.section-header h2{font-size:1.08rem}.total-viewers{font-size:.92rem}.total-viewers-button{gap:6px;padding:7px 10px}.viewer-history-chart{margin-bottom:14px;padding:12px 12px 14px}.viewer-history-range-toggle{margin-bottom:8px}.viewer-history-summary{flex-direction:column;align-items:flex-start;gap:6px}.viewer-history-summary strong{font-size:.86rem}.viewer-history-summary span,.viewer-history-empty{font-size:.72rem}.viewer-history-tooltip{min-width:132px;padding:7px 8px}.stream-card,.video-card{flex-direction:row;align-items:stretch}.stream-card .thumbnail,.video-card .thumbnail{aspect-ratio:auto;flex-shrink:0;align-self:center;width:96px;height:54px}.stream-card .info,.video-card .info{grid-template-rows:auto auto;grid-template-columns:30px minmax(0,1fr) 46px 68px;gap:4px 6px;width:auto;min-height:auto;padding:7px 9px}.card-avatar{grid-row:1;align-self:center;width:30px;height:30px}.participant-name{letter-spacing:-.01em;grid-area:1/2;font-size:.74rem;line-height:1.15}.stream-card .main-content,.video-card .main-content{grid-area:2/1/auto/4;gap:6px}.main-content h3{-webkit-line-clamp:2;font-size:.7rem;line-height:1.25}.platform-tag{width:22px;height:22px}.platform-icon{width:13px;height:13px}.card-meta{white-space:nowrap;letter-spacing:-.01em;grid-area:1/3;align-self:center;font-size:.62rem}.viewer-count,.video-card .date{width:auto;font-size:.62rem}.stream-card .tags,.video-card .tags{grid-area:1/4/span 2;justify-content:center;gap:3px;width:68px;display:flex}.stream-card .tag,.video-card .tag{min-width:0;padding:2px 4px;font-size:.48rem;line-height:1.3}.participant-card{align-items:center;gap:10px;min-height:auto;padding:12px 14px}.participant-card .icon{align-self:center;width:44px;height:44px;margin-right:0}.participant-card .info{flex-flow:column;flex:1;justify-content:center;align-items:flex-start;gap:8px;min-width:0;height:auto}.participant-card .info h3{margin:0;font-size:.88rem;line-height:1.25}.participant-card .links{gap:6px}.participant-card .tags{flex-flow:column;justify-content:center;gap:3px;width:68px;margin-left:auto}.participant-card .tag,.participant-card .tag.team{width:100%;min-width:0;padding:2px 4px;font-size:.48rem;line-height:1.3}.floating-menu{justify-content:space-between;gap:8px;bottom:12px;left:12px;right:12px}.floating-menu button{flex:1;padding:8px 0}.site-footer{padding-bottom:88px}.about-page h1{font-size:1.9rem}.about-page h2{font-size:1.3rem}.about-page p,.about-links a{font-size:.96rem}.status-banner{margin-bottom:12px;padding:10px 12px;font-size:.8rem}}@media (width<=380px){.title-block h1{font-size:1.96rem}.title-logo{width:min(420px,90vw)}.filter-buttons button{padding:2px 7px;font-size:.62rem}.filter-group-tier .filter-buttons button,.filter-group-role .filter-buttons button{padding:2px 6px;font-size:.6rem}.stream-card .thumbnail,.video-card .thumbnail{aspect-ratio:auto;align-self:center;width:88px;height:50px}.stream-card .info,.video-card .info{grid-template-columns:28px minmax(0,1fr) 42px 60px;column-gap:6px;padding:7px 8px}.card-avatar{width:28px;height:28px}.participant-name{font-size:.7rem}.main-content h3{font-size:.67rem}.card-meta,.viewer-count,.video-card .date{font-size:.59rem}.stream-card .tags,.video-card .tags{width:60px}.stream-card .tag,.video-card .tag{padding:2px 4px;font-size:.44rem}}
