:root{color-scheme:light;--bg-primary: #f5f5f7;--bg-secondary: #ffffff;--bg-card: #ffffff;--bg-hover: rgba(255, 255, 255, .78);--bg-glass: rgba(255, 255, 255, .76);--text-primary: #1d1d1f;--text-secondary: #6e6e73;--text-muted: #8d8d92;--text-accent: #0071e3;--border-subtle: rgba(0, 0, 0, .08);--border-strong: rgba(0, 0, 0, .16);--shadow-card: 0 8px 24px rgba(0, 0, 0, .07);--shadow-hover: 0 18px 42px rgba(0, 0, 0, .12);--radius-sm: 8px;--radius-md: 12px;--radius-lg: 18px;--max-page: 1400px;--font-body: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", Roboto, Helvetica, Arial, sans-serif}[data-theme=dark]{color-scheme:dark;--bg-primary: #050506;--bg-secondary: #141416;--bg-card: #1c1c1f;--bg-hover: rgba(255, 255, 255, .08);--bg-glass: rgba(20, 20, 22, .78);--text-primary: #f5f5f7;--text-secondary: #b0b0b6;--text-muted: #727279;--text-accent: #0a84ff;--border-subtle: rgba(255, 255, 255, .12);--border-strong: rgba(255, 255, 255, .2);--shadow-card: 0 8px 24px rgba(0, 0, 0, .32);--shadow-hover: 0 18px 42px rgba(0, 0, 0, .44)}*,*:before,*:after{box-sizing:border-box}html{font-family:var(--font-body);background:var(--bg-primary);color:var(--text-primary);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}body{min-height:100vh;margin:0;background:linear-gradient(180deg,rgba(255,255,255,.28),transparent 320px),var(--bg-primary)}a{color:inherit;text-decoration:none}button,input{font:inherit}button{color:inherit;cursor:pointer}img,video{display:block;max-width:100%}.app-header{position:sticky;top:0;z-index:50;border-bottom:1px solid var(--border-subtle);background:var(--bg-glass);backdrop-filter:blur(22px) saturate(180%);transition:box-shadow .16s ease,background .16s ease}.app-header.scrolled{box-shadow:0 4px 18px #00000014}.header-inner{display:grid;grid-template-columns:auto auto minmax(160px,1fr) auto auto;align-items:center;gap:12px;max-width:var(--max-page);height:64px;margin:0 auto;padding:0 24px}.brand,.nav-links,.search,.app-footer,.meta,.chip-row{display:flex;align-items:center}.brand{gap:9px;font-weight:760;font-size:1.12rem}.brand-mark{width:20px;height:20px;border-radius:6px;background:linear-gradient(135deg,#ff375f,#fc0 48%,#32d74b);box-shadow:inset 0 0 0 1px #fff6}.nav-links{gap:4px}.nav-links a{border-radius:var(--radius-sm);color:var(--text-secondary);font-size:.94rem;font-weight:560;padding:7px 11px}.nav-links a:hover,.nav-links a:focus-visible{background:var(--bg-hover);color:var(--text-primary)}.header-search-row{display:flex;align-items:center;justify-self:end;gap:0;width:min(100%,420px);padding:3px 3px 3px 12px;border:1px solid rgba(167,139,250,.2);border-radius:999px;background:linear-gradient(128deg,#e9d5ff8c,#fce7f380 52%,#ede9fe73);box-shadow:inset 0 1px #ffffff73}[data-theme=dark] .header-search-row{border-color:#a78bfa24;background:linear-gradient(128deg,#58387859,#64325a47 52%,#3c305852);box-shadow:inset 0 1px #ffffff0f}.search{flex:1;min-width:0;gap:8px;border:0;border-radius:0;background:transparent;padding:6px 8px 6px 0}.search svg,.icon-button svg,.boiler-pill svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.search input{min-width:0;width:100%;border:0;outline:0;background:transparent;color:var(--text-primary)}.icon-button{display:grid;place-items:center;width:38px;height:38px;border:1px solid var(--border-subtle);border-radius:var(--radius-sm);background:var(--bg-secondary)}.icon-button .moon,[data-theme=dark] .icon-button .sun{display:none}[data-theme=dark] .icon-button .moon{display:block}.boiler-pill{display:grid;flex-shrink:0;place-items:center;width:34px;height:34px;margin-left:4px;border:0;border-radius:999px;background:#ffffff59;color:#7c609cb8;cursor:pointer;transition:background .2s ease,color .2s ease,box-shadow .2s ease}[data-theme=dark] .boiler-pill{background:#ffffff0f;color:#c8aadca6}.boiler-pill:hover{color:#644884e6}.boiler-pill:focus-visible{outline:2px solid rgba(167,139,250,.45);outline-offset:2px}[data-boiler=true] .boiler-pill{background:linear-gradient(135deg,#d8b4fea6,#fbcfe894);color:#5c4076d1;box-shadow:0 1px 6px #a78bfa2e}[data-theme=dark][data-boiler=true] .boiler-pill{background:linear-gradient(135deg,#7850a08c,#8c466e73);color:#e6d2f5e0}.boiler-pill .icon-eye-off,[data-boiler=true] .boiler-pill .icon-eye-on{display:none}[data-boiler=true] .boiler-pill .icon-eye-off,[data-boiler=false] .boiler-pill .icon-eye-on{display:block}[data-boiler=false] .boiler-pill .icon-eye-off{display:none}main{min-height:calc(100vh - 128px)}.page{max-width:var(--max-page);margin:0 auto;padding:32px 24px 64px}.section-head{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-bottom:20px}.kicker{margin:0 0 6px;color:var(--text-accent);font-size:.78rem;font-weight:760;letter-spacing:0;text-transform:uppercase}h1,h2,h3,p{margin-top:0}h1{max-width:860px;margin-bottom:10px;font-size:clamp(2.15rem,5vw,4.9rem);line-height:.98}h2{margin-bottom:0;font-size:1.4rem;line-height:1.15}.lede{max-width:760px;margin-bottom:0;color:var(--text-secondary);font-size:1.08rem;line-height:1.55}.video-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px}.video-card{min-width:0}.thumb-link{position:relative;display:block;overflow:hidden;aspect-ratio:16 / 9;border:1px solid var(--border-subtle);border-radius:var(--radius-md);background:var(--bg-card);box-shadow:var(--shadow-card);transform:translateZ(0)}.thumb-media{position:absolute;inset:0;transition:transform .24s ease}.thumb-media img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:filter .18s ease,opacity .18s ease}.thumb-preview{opacity:0;pointer-events:none}.video-card:hover .thumb-link{box-shadow:var(--shadow-hover)}.video-card:hover .thumb-media{transform:scale(1.025)}.video-card:hover .thumb-link:has(.thumb-preview[src]) .thumb-static{opacity:0}.video-card:hover .thumb-link:has(.thumb-preview[src]) .thumb-preview{opacity:1}[data-boiler=true] .video-card[data-boiler-target] .thumb-link:not(:hover):not(:focus-within):not(.is-revealed) img,[data-boiler=true] .video-card[data-boiler-target] .thumb-link:not(:hover):not(:focus-within):not(.is-revealed) .thumb-preview{filter:blur(18px) saturate(.72)}[data-boiler-target] .thumb-link img{transition:filter .28s cubic-bezier(.4,0,.2,1)}.duration,.quality{position:absolute;bottom:9px;padding:4px 7px;border-radius:6px;background:#000000b8;color:#fff;font-size:.76rem;font-weight:720}.duration{right:9px}.quality{left:9px}.video-copy{padding:12px 3px 0}.title{display:-webkit-box;overflow:hidden;margin-bottom:5px;font-weight:720;line-height:1.25;-webkit-box-orient:vertical;-webkit-line-clamp:2}.video-copy p{display:-webkit-box;overflow:hidden;margin-bottom:8px;color:var(--text-secondary);font-size:.9rem;line-height:1.45;-webkit-box-orient:vertical;-webkit-line-clamp:2}.meta{gap:8px;color:var(--text-muted);font-size:.82rem}.meta a{color:var(--text-accent);font-weight:650}.chip-row{flex-wrap:wrap;gap:10px}.chip{border:1px solid var(--border-subtle);border-radius:999px;background:var(--bg-secondary);color:var(--text-secondary);padding:9px 13px;font-weight:650}.chip:hover{border-color:var(--border-strong);color:var(--text-primary)}.empty-state{border:1px solid var(--border-subtle);border-radius:var(--radius-md);background:var(--bg-secondary);padding:28px}.player-frame{position:relative;overflow:hidden;width:100%;aspect-ratio:16 / 9;border-radius:var(--radius-lg);background:#000;box-shadow:var(--shadow-hover);isolation:isolate}.player-frame video-player{display:block;width:100%;height:100%}.player-frame video-skin{display:block;width:100%;height:100%;--media-border-radius: var(--radius-lg)}.watch-layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:26px}.watch-title{margin-top:22px;font-size:clamp(1.65rem,3vw,3rem);line-height:1.2;overflow-wrap:anywhere;word-break:break-word}.watch-description{color:var(--text-secondary);font-size:1.02rem;line-height:1.6}.side-list{display:grid;gap:14px}.app-footer{justify-content:space-between;align-items:center;flex-wrap:wrap;gap:14px 20px;max-width:var(--max-page);margin:0 auto;padding:20px 24px;color:var(--text-secondary)}.footer-brand,.footer-end{display:flex;align-items:center;gap:10px}.footer-end{flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:14px}@media(max-width:900px){.header-inner{display:flex;flex-wrap:wrap;align-items:center;gap:10px 12px;height:auto;min-height:64px}.nav-links{display:none}.brand{flex-shrink:0}.header-search-row{flex:1 1 200px;min-width:0;width:auto;justify-self:unset}#theme-toggle{flex-shrink:0}.watch-layout{grid-template-columns:1fr}}@media(max-width:640px){.header-inner{gap:10px;min-height:56px;padding:10px 14px}.brand{flex:0 1 auto;min-width:0;font-size:1rem}.brand span:last-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#theme-toggle{margin-left:auto}.header-search-row{flex:1 1 100%;order:3;width:100%}.page{padding:24px 14px 48px}.section-head{align-items:start;flex-direction:column}.video-grid{grid-template-columns:1fr;gap:18px}.app-footer{flex-direction:row;flex-wrap:nowrap;align-items:center;justify-content:space-between;gap:12px;padding:16px 14px}.footer-brand{flex:0 1 auto;flex-direction:column;align-items:flex-start;gap:2px;min-width:0}.footer-brand span{font-size:.82rem}.footer-end{flex:0 0 auto;flex-direction:row;flex-wrap:nowrap;align-items:center;justify-content:flex-end;gap:10px}.watch-title{font-size:clamp(1.2rem,5.2vw,1.65rem);line-height:1.3}.video-card .title{display:block;overflow:visible;-webkit-line-clamp:unset;-webkit-box-orient:unset;white-space:normal;overflow-wrap:anywhere;word-break:break-word}}.lang-switch{display:inline-flex;align-items:center;gap:1px;padding:2px;border:1px solid var(--border-subtle);border-radius:999px;background:var(--bg-secondary)}.lang-switch a{border-radius:999px;color:var(--text-secondary);font-size:.72rem;font-weight:600;line-height:1;padding:5px 9px;transition:background .16s ease,color .16s ease}.lang-switch a:hover{color:var(--text-primary)}.lang-switch a.is-active{background:var(--text-muted);color:var(--bg-secondary)}[data-theme=dark] .lang-switch a.is-active{background:#ffffff29;color:var(--text-primary)}html[data-locale-transition]{overflow:clip}html[data-locale-transition] main{view-transition-name:locale-slide}html[data-locale-transition]::view-transition-old(root),html[data-locale-transition]::view-transition-new(root){animation:none}::view-transition-group(locale-slide){animation-duration:.52s;animation-timing-function:cubic-bezier(.32,0,.2,1);overflow:clip}::view-transition-old(locale-slide),::view-transition-new(locale-slide){height:100%;width:100%;mix-blend-mode:normal;object-fit:cover}@keyframes locale-exit-ltr{0%{opacity:1;transform:translateZ(0)}to{opacity:.96;transform:translate3d(-100%,0,0)}}@keyframes locale-enter-ltr{0%{opacity:.96;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}html[data-locale-transition]::view-transition-old(locale-slide){animation:locale-exit-ltr .52s cubic-bezier(.32,0,.2,1) both;z-index:1}html[data-locale-transition]::view-transition-new(locale-slide){animation:locale-enter-ltr .52s cubic-bezier(.32,0,.2,1) both;z-index:2}@media(prefers-reduced-motion:reduce){html[data-locale-transition]::view-transition-old(locale-slide),html[data-locale-transition]::view-transition-new(locale-slide){animation:none}}.astro-route-announcer{position:absolute;left:0;top:0;clip:rect(0 0 0 0);clip-path:inset(50%);overflow:hidden;white-space:nowrap;width:1px;height:1px}
