.page{max-width:1680px;padding:var(--space-6) var(--page-x) calc(var(--space-12) + var(--bottom-nav-h));gap:var(--space-8);flex-direction:column;margin:0 auto;display:flex}.page-header{justify-content:space-between;align-items:flex-end;gap:var(--space-4);flex-wrap:wrap;display:flex}.page-header p{color:var(--text-2);margin-top:var(--space-1);font-size:18px}.section{gap:var(--space-3);flex-direction:column;min-width:0;display:flex}.section-header{justify-content:space-between;align-items:center;gap:var(--space-3);min-height:var(--touch);display:flex}.section-header>:first-child{align-items:center;gap:var(--space-4);flex-wrap:wrap;display:flex}.see-all{align-items:center;gap:var(--space-1);color:var(--text-2);font-size:var(--text-small);min-height:var(--touch);padding:0 var(--space-2);border-radius:var(--radius-sm);text-decoration:none;display:inline-flex}.see-all:hover{color:var(--text)}.stack{gap:var(--space-3);flex-direction:column;display:flex}.row{align-items:center;gap:var(--space-3);flex-wrap:wrap;display:flex}.split{gap:var(--space-6);grid-template-columns:minmax(0,2fr) minmax(320px,1fr);align-items:start;display:grid}@media (max-width:1100px){.split{grid-template-columns:minmax(0,1fr)}}@media (max-width:768px){.page{gap:var(--space-6);padding-top:var(--space-4)}.page-header p{font-size:16px}}:root{--bg:#101215;--panel:#1a1e23;--panel-2:#20252b;--panel-3:#272d34;--border:#2a3037;--border-strong:#3a424b;--text:#f4f1ea;--text-2:#a7adb4;--text-3:#8a9199;--accent:#b8f285;--accent-hover:#c9f7a0;--accent-ink:#11160c;--accent-soft:#b8f28524;--accent-line:#b8f2858c;--live:#d4343a;--live-ink:#fff;--warn:#f5b84a;--warn-soft:#f5b84a1f;--danger:#ff6b6b;--danger-soft:#ff6b6b1f;--ok:#7fd89a;--focus:#fff;--scrim:#08090bb8;--shadow:0 12px 32px #00000073;--radius-sm:8px;--radius:10px;--radius-lg:12px;--radius-pill:999px;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:20px;--space-6:24px;--space-8:32px;--space-10:40px;--space-12:48px;--font:"Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--text-body:16px;--text-small:14px;--text-compact:13px;--text-h1:40px;--text-h2:22px;--text-h3:18px;--touch:44px;--header-h:64px;--bottom-nav-h:0px;--page-x:40px;--ease:cubic-bezier(.2, .8, .2, 1);--z-sticky:10;--z-header:30;--z-dock:40;--z-overlay:50;--z-toast:60}@media (max-width:1100px){:root{--page-x:24px}}@media (max-width:768px){:root{--page-x:16px;--bottom-nav-h:64px;--text-h1:28px;--text-h2:20px;--header-h:56px}}@media (prefers-reduced-motion:reduce){:root{--ease:linear}*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@media (prefers-contrast:more){:root{--border:#6b737c;--border-strong:#8a929b;--text-2:#d5d9dd;--text-3:#c2c7cc;--panel:#16191d}}@media (forced-colors:active){:root{--focus:Highlight}}*,:before,:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}html,body{background:var(--bg);color:var(--text);font-family:var(--font);font-size:var(--text-body);-webkit-font-smoothing:antialiased;margin:0;line-height:1.45}body{min-height:100dvh}:focus{outline:none}:focus-visible{outline:2px solid var(--focus);outline-offset:2px;border-radius:4px}button,input,select,textarea{font:inherit;color:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed}a{color:inherit}img{max-width:100%}h1,h2,h3,h4,p{margin:0}h1{font-size:var(--text-h1);letter-spacing:-.01em;font-weight:700;line-height:1.15}h2{font-size:var(--text-h2);font-weight:650;line-height:1.25}h3{font-size:var(--text-h3);font-weight:600;line-height:1.3}.visually-hidden{clip:rect(0 0 0 0);white-space:nowrap;width:1px;height:1px;overflow:hidden;position:absolute!important}.muted{color:var(--text-2)}.skip-link{left:var(--space-4);z-index:calc(var(--z-header) + 1);background:var(--accent);color:var(--accent-ink);padding:var(--space-3) var(--space-4);border-radius:var(--radius-sm);font-weight:600;text-decoration:none;position:absolute;top:-100px}.skip-link:focus{top:var(--space-2)}.tp{left:0;right:0;bottom:var(--bottom-nav-h);z-index:var(--z-dock);background:var(--panel);border-top:1px solid var(--border);color:var(--text);position:fixed}.tp[hidden]{display:none}.tp-noshell{bottom:0}.tp-stage{background:#000;position:relative;overflow:hidden}.tp-stage video{object-fit:contain;background:#000;width:100%;height:100%;display:block}.tp-mini{align-items:center;gap:var(--space-4);min-height:88px;padding:var(--space-2) var(--page-x) var(--space-2) var(--space-4);grid-template-columns:128px minmax(0,1fr);display:grid}.tp-mini .tp-stage{aspect-ratio:16/9;border-radius:var(--radius-sm);grid-area:1/1;width:128px}.tp-mini .tp-spinner{grid-area:1/1;place-self:center;width:24px;height:24px}.tp-mini .tp-bar{grid-area:1/2}.tp-bar{align-items:center;gap:var(--space-6);grid-template-columns:minmax(160px,300px) minmax(0,1fr) auto;min-width:0;display:grid}.tp-meta{flex-direction:column;gap:2px;min-width:0;display:flex}.tp-title{white-space:nowrap;text-overflow:ellipsis;font-weight:650;overflow:hidden}.tp-status{align-items:center;gap:var(--space-2);color:var(--text-2);font-size:var(--text-small);white-space:nowrap;display:flex;overflow:hidden}.tp[data-player-status=playing] .tp-status>span:nth-child(2){color:var(--accent)}.tp-dot{background:var(--text-3);border-radius:50%;flex:none;width:8px;height:8px}.tp-dot-on{background:var(--accent)}.tp-muted{color:var(--text-2)}.tp-note{padding:0 var(--space-2);border:1px solid var(--warn);border-radius:var(--radius-pill);color:var(--warn);font-size:var(--text-compact);align-self:flex-start}.tp-timeline{align-items:center;gap:var(--space-4);min-width:0;display:flex}.tp-range{accent-color:var(--accent);height:var(--touch);cursor:pointer;background:0 0;min-width:0;margin:0}.tp-seek{flex:1}.tp-time{color:var(--text-2);font-size:var(--text-small);white-space:nowrap;font-variant-numeric:tabular-nums}.tp-bar-track{border-radius:var(--radius-pill);background:var(--border-strong);flex:1;height:4px;overflow:hidden}.tp-bar-track>span{background:var(--accent);height:100%;display:block}.tp-controls{align-items:center;gap:var(--space-1);display:flex}.tp-icon{width:var(--touch);height:var(--touch);border-radius:var(--radius-sm);color:var(--text);background:0 0;border:0;place-items:center;padding:0;display:inline-grid}.tp-icon:hover{background:var(--panel-2)}.tp-icon:disabled{opacity:.45}.tp-icon svg{width:22px;height:22px}.tp-btn{justify-content:center;align-items:center;gap:var(--space-2);min-height:var(--touch);padding:0 var(--space-4);border:1px solid var(--border-strong);border-radius:var(--radius-sm);background:var(--panel-2);color:var(--text);white-space:nowrap;font-weight:600;display:inline-flex}.tp-btn:hover{background:var(--panel-3)}.tp-btn svg{width:18px;height:18px}.tp-btn-primary{background:var(--accent);border-color:var(--accent);color:var(--accent-ink)}.tp-btn-primary:hover{background:var(--accent-hover)}.tp-volume{align-items:center;display:inline-flex}.tp-volume .tp-range{width:110px}.tp-menu-wrap{position:relative}.tp-menu{right:0;bottom:calc(100% + var(--space-2));z-index:1;gap:var(--space-3);min-width:240px;padding:var(--space-3);background:var(--panel-2);border:1px solid var(--border-strong);border-radius:var(--radius);box-shadow:var(--shadow);flex-direction:column;display:flex;position:absolute}.tp-menu label{gap:var(--space-1);color:var(--text-2);font-size:var(--text-small);flex-direction:column;display:flex}.tp-menu select{min-height:var(--touch);padding:0 var(--space-2);background:var(--panel);color:var(--text);border:1px solid var(--border-strong);border-radius:var(--radius-sm)}.tp-spinner{pointer-events:none;z-index:1;border:3px solid #ffffff40;border-top-color:var(--accent);border-radius:50%;width:40px;height:40px;animation:.9s linear infinite tp-spin}@keyframes tp-spin{to{transform:rotate(360deg)}}.tp-error{gap:var(--space-3);padding:var(--space-5);background:var(--panel);border:1px solid var(--border-strong);border-radius:var(--radius-lg);max-height:70vh;box-shadow:var(--shadow);color:var(--text);flex-direction:column;display:flex;overflow:auto}.tp-mini .tp-error{right:var(--page-x);bottom:calc(100% + var(--space-2));width:min(460px,100vw - 32px);position:absolute}.tp-expanded .tp-error{width:min(520px,100vw - 32px);position:absolute;top:40%;left:50%;transform:translate(-50%,-50%)}.tp-error-title{font-size:var(--text-h3);font-weight:650}.tp-error-reason{color:var(--warn)}.tp-error-actions{gap:var(--space-2);flex-wrap:wrap;display:flex}.tp-link{width:100%;min-height:var(--touch);padding:0 var(--space-3);border:1px solid var(--border-strong);border-radius:var(--radius-sm);background:var(--panel-2);color:var(--text);font:inherit}.tp-next{right:var(--page-x);bottom:calc(100% + var(--space-2));z-index:2;align-items:center;gap:var(--space-2);width:min(320px,100vw - 32px);padding:var(--space-4);background:var(--panel);border:1px solid var(--border-strong);border-radius:var(--radius-lg);box-shadow:var(--shadow);color:var(--text);flex-wrap:wrap;display:flex;position:absolute}.tp-next p{flex-basis:100%}.tp-next-count{font-weight:650}.tp-expanded .tp-next{bottom:auto;top:var(--space-4)}.tp-limit{gap:var(--space-2);flex-direction:column;display:flex}.tp-limit ul{gap:var(--space-2);flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.tp-limit li{align-items:center;gap:var(--space-2);flex-wrap:wrap;display:flex}.tp-badge{padding:0 var(--space-2);border:1px solid var(--accent-line);border-radius:var(--radius-pill);background:var(--accent-soft);color:var(--accent);font-size:var(--text-compact)}.tp-diag summary{min-height:var(--touch);color:var(--text-2);cursor:pointer;align-items:center;display:flex}.tp-diag dl{gap:var(--space-1) var(--space-3);font-size:var(--text-compact);grid-template-columns:auto minmax(0,1fr);margin:0;display:grid}.tp-diag dd{overflow-wrap:anywhere;margin:0;font-family:ui-monospace,monospace}.tp-expanded{z-index:var(--z-overlay);background:#000;border:0;grid-template-rows:minmax(0,1fr) auto auto;display:grid;inset:0}.tp-expanded .tp-stage{grid-area:1/1;width:100%;height:100%}.tp-expanded .tp-spinner{grid-area:1/1;place-self:center}.tp-expanded .tp-bar{padding:var(--space-4) var(--page-x);background:var(--panel);grid-row:2;grid-template-columns:minmax(200px,360px) minmax(0,1fr) auto}.tp-expanded .tp-title{font-size:var(--text-h3)}.tp-expanded .tp-icon{width:52px;height:52px}.tp-expanded .tp-icon svg{width:26px;height:26px}.tp-guide{z-index:2;background:var(--panel);border-left:1px solid var(--border-strong);flex-direction:column;grid-area:1/1;place-self:stretch end;width:min(440px,100%);min-height:0;display:flex}.tp-guide-head{justify-content:space-between;align-items:center;gap:var(--space-2);padding:var(--space-2) var(--space-2) var(--space-2) var(--space-4);display:flex}.tp-guide-title{font-weight:650}.tp-guide-note{padding:var(--space-4);color:var(--text-2)}.tp-guide-recent{gap:var(--space-2);padding:0 var(--space-4) var(--space-3);display:flex;overflow-x:auto}.tp-guide-list{outline:none;flex:1;min-height:0;overflow-y:auto}.tp-guide-list:focus-visible{box-shadow:inset 0 0 0 2px var(--focus)}.tp-guide-row{align-items:center;gap:var(--space-3);padding:0 var(--space-4);border-top:1px solid var(--border);cursor:pointer;display:flex;position:absolute;top:0;left:0;right:0}.tp-guide-row:hover{background:var(--panel-2)}.tp-guide-row[aria-selected=true]{background:var(--panel-3);box-shadow:inset 3px 0 0 var(--accent)}.tp-guide-row[aria-disabled=true]{opacity:.5;cursor:default}.tp-guide-num{width:3.5ch;color:var(--text-2);font-variant-numeric:tabular-nums;text-align:right;flex:none}.tp-guide-text{flex-direction:column;min-width:0;display:flex}.tp-guide-name{align-items:center;gap:var(--space-2);font-weight:600;display:flex}.tp-guide-name,.tp-guide-now,.tp-guide-next{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.tp-guide-now{color:var(--text-2);font-size:var(--text-small)}.tp-guide-next{color:var(--text-3);font-size:var(--text-compact)}.tp-recent{gap:var(--space-2);padding:0 var(--page-x) var(--space-4);background:var(--panel);grid-row:3;display:flex;overflow-x:auto}.tp:fullscreen{background:#000}.tp-spacer{height:104px}@media (max-width:767px){.tp-mini{gap:var(--space-3);min-height:64px;padding:var(--space-2) var(--space-3);grid-template-columns:96px minmax(0,1fr)}.tp-mini .tp-stage{width:96px}.tp-mini .tp-bar{gap:var(--space-2);grid-template-columns:minmax(0,1fr) auto}.tp-mini .tp-timeline,.tp-mini .tp-hide-sm{display:none}.tp-expanded .tp-bar{gap:var(--space-3);padding:var(--space-3) var(--space-4);grid-template-columns:minmax(0,1fr)}.tp-expanded .tp-controls{flex-wrap:wrap}.tp-spacer{height:72px}}.shell{min-height:100dvh}.shell__content:focus{outline:none}.shell__header{z-index:var(--z-header);height:var(--header-h);align-items:center;gap:var(--space-8);padding:0 var(--page-x);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);background:#101215f0;display:flex;position:sticky;top:0}.shell__logo{min-height:var(--touch);border-radius:var(--radius-sm);flex:none;align-items:center;text-decoration:none;display:inline-flex}.shell__nav ul{gap:var(--space-2);margin:0;padding:0;list-style:none;display:flex}.shell__navlink{align-items:center;gap:var(--space-2);height:var(--header-h);padding:0 var(--space-4);color:var(--text-2);font-weight:500;text-decoration:none;display:inline-flex;position:relative}.shell__navlink:hover{color:var(--text)}.shell__navlink.is-active{color:var(--text);font-weight:650}.shell__navlink.is-active:after{content:"";left:var(--space-3);right:var(--space-3);background:var(--accent);border-radius:3px 3px 0 0;height:3px;position:absolute;bottom:0}.shell__navlink:focus-visible{outline-offset:-4px}.shell__tools{align-items:center;gap:var(--space-3);margin-left:auto;display:flex}.shell__search{align-items:center;width:clamp(200px,22vw,320px);display:flex;position:relative}.shell__search input{width:100%;height:42px;padding:0 var(--space-4) 0 40px;border-radius:var(--radius-sm);background:var(--panel);border:1px solid var(--border-strong);color:var(--text);font-size:15px}.shell__search input::placeholder{color:var(--text-3)}.shell__search input:focus-visible{outline:2px solid var(--focus);outline-offset:2px}.shell__search-icon{color:var(--text-2);pointer-events:none;position:absolute;left:13px}.shell__tool{width:var(--touch);height:var(--touch);border-radius:var(--radius-sm);color:var(--text);background:0 0;border:0;place-items:center;display:inline-grid;position:relative}.shell__tool:hover{background:var(--panel-2)}.shell__search-link{display:none}.shell__dot{background:var(--accent);width:9px;height:9px;box-shadow:0 0 0 2px var(--bg);border-radius:50%;position:absolute;top:9px;right:10px}.shell__avatar{width:var(--touch);height:var(--touch);background:var(--panel-3);border:1px solid var(--border-strong);color:var(--text);border-radius:50%;place-items:center;font-weight:650;text-decoration:none;display:inline-grid}.shell__avatar[aria-current=page]{border-color:var(--accent)}.shell__reminders{position:relative}.shell__popover{right:0;top:calc(100% + var(--space-2));width:min(360px,100vw - 32px);z-index:var(--z-overlay);background:var(--panel);border:1px solid var(--border-strong);border-radius:var(--radius-lg);box-shadow:var(--shadow);padding:var(--space-4);gap:var(--space-3);flex-direction:column;display:flex;position:absolute}.shell__popover h2{font-size:var(--text-h3)}.shell__popover ul{flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.shell__popover li a{padding:var(--space-2) var(--space-3);border-radius:var(--radius-sm);min-height:var(--touch);flex-direction:column;justify-content:center;gap:2px;text-decoration:none;display:flex}.shell__popover li a:hover{background:var(--panel-2)}.shell__rem-title{font-weight:600}.shell__rem-when{font-size:var(--text-small);color:var(--text-2)}.shell__banner{justify-content:space-between;align-items:center;gap:var(--space-4);margin:var(--space-4) var(--page-x) 0;padding:var(--space-3) var(--space-4);border-radius:var(--radius);background:var(--warn-soft);border:1px solid #f5b84a59;flex-wrap:wrap;display:flex}.shell__bottom{display:none}@media (max-width:1100px){.shell__header{gap:var(--space-4)}.shell__navlink{padding:0 var(--space-3)}.shell__navlink svg{display:none}.shell__search{width:200px}}@media (max-width:900px){.shell__search{display:none}.shell__search-link{display:inline-grid}}@media (max-width:768px){.shell__nav{display:none}.shell__tools{gap:var(--space-1)}.shell__bottom{z-index:var(--z-header);height:calc(var(--bottom-nav-h) + env(safe-area-inset-bottom));padding-bottom:env(safe-area-inset-bottom);border-top:1px solid var(--border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#101215f7;display:block;position:fixed;bottom:0;left:0;right:0}.shell__bottom ul{grid-template-columns:repeat(5,1fr);height:100%;margin:0;padding:0;list-style:none;display:grid}.shell__tab{height:100%;color:var(--text-2);flex-direction:column;justify-content:center;align-items:center;gap:2px;font-size:12px;font-weight:500;text-decoration:none;display:flex}.shell__tab span{font-size:13px}.shell__tab.is-active{color:var(--accent);font-weight:650}.shell__tab:focus-visible{outline-offset:-4px}}
