:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color-scheme:dark;--color-app-bg: #0f1117;--color-surface-1: #141824;--color-surface-2: #182238;--color-surface-3: #111623;--color-overlay-bg: rgba(10, 14, 25, .85);--color-overlay-surface: #111623;--color-text-primary: #f5f8ff;--color-text-muted: #aab8e0;--color-text-soft: #8693b9;--color-text-subtle: #97a5c9;--color-brand: #e4ecff;--color-border: #1d2433;--color-border-strong: #1f345a;--color-border-overlay: #1f2c44;--color-accent: #2563eb;--color-accent-strong: #1d4ed8;--color-accent-soft: rgba(37, 99, 235, .16);--color-chip-bg: #1a2338;--color-chip-hover-bg: #22304a;--color-chip-active: linear-gradient(135deg, #2563eb, #1d4ed8);--color-count-bg: #1a2844;--color-card-placeholder: #1f2638;--color-input-placeholder: #8fa3d5;--color-close-btn-bg: rgba(37, 99, 235, .15);--color-close-btn-bg-hover: rgba(37, 99, 235, .3)}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-height:100vh;background:var(--color-app-bg);color:var(--color-text-primary)}a{color:inherit;text-decoration:none}button{font-family:inherit}#root{min-height:100vh}.app{min-height:100vh;display:flex;flex-direction:column;background:#0f1117;color:#f5f8ff}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.app__header{position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.75rem;padding:.9rem clamp(1rem,2vw,2rem);background:#141824;border-bottom:1px solid #1d2433}.app__header-tools{display:flex;align-items:center;justify-content:flex-end;gap:.75rem;flex-wrap:wrap}.app__search-trigger{border:1px solid #1f345a;border-radius:999px;padding:.45rem 1.25rem;background:#182238;color:#c7d6ff;font-size:.9rem;cursor:pointer;transition:background .2s ease,border-color .2s ease,color .2s ease}.app__search-trigger:hover{background:#22304a;color:#fff;border-color:#2d4c80}.app__search-trigger:focus-visible{outline:2px solid rgba(37,99,235,.45);outline-offset:3px}.app__brand{font-size:clamp(1.35rem,2vw,1.75rem);font-weight:700;letter-spacing:.04em;color:#e4ecff;text-decoration:none}.app__brand:hover{color:#fff}.app__main{flex:1;width:min(1180px,100%);margin:0 auto;padding:clamp(1.5rem,3vw,3rem) clamp(1rem,3vw,2.5rem) 3.5rem;box-sizing:border-box}.app__footer{padding:1.1rem;text-align:center;color:#8693b9;font-size:.85rem;border-top:1px solid #1d2433;background:#111623}.language-switcher{position:relative;display:inline-flex;align-items:center;gap:.55rem;padding:.35rem .9rem;border-radius:999px;border:1px solid #1f345a;background:#182238;color:#c7d6ff;font-size:.85rem;cursor:pointer;transition:background .2s ease,border-color .2s ease,color .2s ease,box-shadow .2s ease}.language-switcher:after{content:"";position:absolute;right:.85rem;top:50%;width:.45rem;height:.45rem;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:translateY(-25%) rotate(45deg);pointer-events:none;opacity:.7}.language-switcher:hover{background:#22304a;color:#fff;border-color:#2d4c80}.language-switcher:focus-within{border-color:#2563eb;color:#fff;box-shadow:0 0 0 4px #2563eb1f}.language-switcher__label{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.language-switcher__icon{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;color:inherit;flex:none}.language-switcher__icon svg{display:block;width:100%;height:100%}.language-switcher__select{border:0;background:transparent;color:inherit;font-size:.85rem;font-weight:500;padding:.1rem 1.4rem .1rem .15rem;min-width:70px;appearance:none;-webkit-appearance:none;-moz-appearance:none;cursor:pointer}.language-switcher__select:focus{outline:none}.button{border:none;border-radius:999px;padding:.55rem 1.35rem;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;font-weight:600;font-size:.95rem;cursor:pointer;transition:background .2s ease,transform .2s ease;display:inline-flex;align-items:center;justify-content:center;gap:.35rem}.button:hover:not(:disabled){background:linear-gradient(135deg,#1d4ed8,#1e3fa8);transform:translateY(-1px)}.button:disabled{opacity:.6;cursor:not-allowed}.button--ghost{background:transparent;color:#93b5ff;border:1px solid #23375d}.button--ghost:hover:not(:disabled){background:#2563eb29}.home-page{display:flex;flex-direction:column;gap:clamp(1.5rem,3vw,2.5rem)}.hero-carousel{position:relative;border-radius:24px;overflow:hidden;background:linear-gradient(140deg,#1a2235,#121b2b);border:1px solid rgba(255,255,255,.05)}.hero-carousel__viewport{position:relative;min-height:clamp(260px,40vw,380px)}.hero-carousel__slide{position:absolute;inset:0;opacity:0;transform:translate3d(0,12px,0);transition:opacity .6s ease,transform .6s ease;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(1.5rem,3vw,3.5rem);padding:clamp(1.8rem,3.5vw,3.5rem);color:inherit}.hero-carousel__slide.is-active{opacity:1;transform:translateZ(0);z-index:1}.hero-carousel__background{position:absolute;inset:0;opacity:.25;object-fit:cover;width:100%;height:100%;pointer-events:none}.hero-carousel__overlay{position:relative;display:flex;flex-direction:column;gap:clamp(1.4rem,2.5vw,2.6rem);justify-content:center}.hero-carousel__visual{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:flex-end;gap:clamp(.75rem,1.5vw,1.5rem)}.hero-carousel__visual:after{content:"";position:absolute;inset:clamp(.5rem,1vw,1rem);border-radius:24px;background:radial-gradient(circle at top right,rgba(255,255,255,.22),transparent 55%);opacity:.25;pointer-events:none}.hero-carousel__meta{display:flex;flex-direction:column;gap:clamp(.6rem,1.2vw,.9rem);max-width:min(500px,90%)}.hero-carousel__eyebrow{font-size:.8rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:#ffffffc7}.hero-carousel__title{margin:0;font-size:clamp(1.6rem,3.2vw,2.6rem);font-weight:700;letter-spacing:-.01em;color:#f8fbff}.hero-carousel__description{margin:0;font-size:clamp(.95rem,1.4vw,1.05rem);color:#e7edffdb;line-height:1.6}.hero-carousel__cta{display:inline-flex;align-items:center;gap:.5rem;margin-top:.3rem;font-weight:600}.hero-carousel__cta:after{content:"→";font-size:1rem;transition:transform .2s ease}.hero-carousel__cta:hover:after{transform:translate(4px)}.hero-carousel__logo{display:flex;align-items:center;justify-content:center;border-radius:18px;background:#0c111d59;border:1px solid rgba(255,255,255,.08);width:min(320px,100%);aspect-ratio:16 / 9;color:#f8fbff;font-size:clamp(1.1rem,3vw,1.8rem);font-weight:700;letter-spacing:.04em;text-transform:uppercase;box-shadow:inset 0 0 0 1px #ffffff0d;position:relative;z-index:1}.hero-carousel__logo img{width:100%;height:100%;object-fit:contain}.hero-carousel__logo span{text-align:center;display:block;padding:0 .75rem}.hero-carousel__badges{display:flex;flex-direction:column;gap:.75rem}.hero-carousel__badge{display:inline-flex;align-items:center;gap:.45rem;font-size:.82rem;font-weight:600;color:#ecf4ffe6}.hero-carousel__badge:before{content:"";width:8px;height:8px;border-radius:50%;background:currentColor;opacity:.7}.hero-carousel__dots{position:absolute;bottom:clamp(.75rem,1.8vw,1.25rem);left:50%;transform:translate(-50%);display:inline-flex;gap:.4rem;z-index:2}.hero-carousel__dot{width:10px;height:10px;border-radius:50%;border:none;background:#ffffff59;cursor:pointer;transition:transform .2s ease,background .2s ease}.hero-carousel__dot.is-active{background:#fff;transform:scale(1.15)}.hero-carousel__nav{position:absolute;inset:0;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(.75rem,2vw,1.5rem)}.hero-carousel__nav-button{border:1px solid rgba(255,255,255,.28);background:#0d121d8c;color:#f5f8ffe6;width:36px;height:36px;border-radius:50%;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;font-size:1rem;transition:background .2s ease,transform .2s ease,color .2s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.hero-carousel__nav-button:hover{background:#2563eb73;color:#fff;transform:translateY(-1px)}.hero-carousel__nav-button:focus-visible{outline:2px solid rgba(255,255,255,.65);outline-offset:4px}.home-page__categories{padding-bottom:.5rem;display:flex;flex-direction:column;gap:.85rem}.home-page__actions{display:flex;justify-content:flex-end}.home-page__search-trigger{border:1px solid #1f345a;background:#182238;color:#c7d6ff;border-radius:999px;padding:.55rem 1.2rem;font-size:.9rem;cursor:pointer;transition:background .2s ease,border-color .2s ease,color .2s ease}.home-page__search-trigger:hover{background:#21304a;border-color:#2d4c80;color:#fff}@media (min-width: 769px){.home-page__search-trigger{display:none}}.search-overlay{position:fixed;inset:0;z-index:30;display:flex;align-items:stretch;justify-content:stretch}.search-overlay__backdrop{position:absolute;inset:0;background:#0a0e19d9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.search-overlay__content{position:relative;width:100%;height:100%;background:#111623;border:1px solid rgba(255,255,255,.08);border-radius:0;padding:clamp(1.5rem,4vw,3rem) clamp(1.25rem,4vw,3rem) clamp(2rem,6vw,4rem);display:flex;flex-direction:column;gap:clamp(1rem,2vw,1.6rem);z-index:1;overflow:hidden}.search-overlay__form{position:relative;width:min(960px,100%);margin:0 auto}.search-overlay__input{width:100%;border-radius:20px;border:1px solid #1f345a;background:#182238;color:#f5f8ff;padding:clamp(1rem,2.5vw,1.35rem) clamp(1rem,3vw,2rem);font-size:clamp(1.1rem,2.5vw,1.6rem);transition:border-color .2s ease,background .2s ease}.search-overlay__input::placeholder{color:#8fa3d5;opacity:.75}.search-overlay__input:focus{outline:none;border-color:#2563eb;background:#1f2c44}.search-overlay__close{border:none;background:transparent;color:#dce6ff;width:clamp(2.5rem,4vw,3rem);height:clamp(2.5rem,4vw,3rem);border-radius:50%;cursor:pointer;font-size:1.5rem;line-height:1;position:absolute;top:50%;right:clamp(.75rem,2vw,1.5rem);transform:translateY(-50%);transition:background .2s ease,color .2s ease}.search-overlay__close:hover{background:#2563eb26;color:#fff}.search-overlay__results{flex:1;min-height:0;overflow-y:auto;width:min(1180px,100%);margin:0 auto;padding:clamp(1.25rem,3vw,2rem) clamp(.5rem,2.5vw,1.5rem) clamp(2rem,5vw,3.5rem);display:flex;flex-direction:column;gap:1rem}.search-overlay__results .channel-grid{gap:1rem}.search-overlay__empty{text-align:center;color:#97a5c9;margin-top:1.5rem}.home-page__channels{display:flex;flex-direction:column;gap:1.5rem}.scroll-sentinel{width:100%;height:1px}.home-page__channels-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:wrap}.home-page__channels-header h2{margin:0;font-size:clamp(1.1rem,2.2vw,1.5rem);color:#f8fbff}.home-page__count{font-size:.85rem;font-weight:600;color:#9db8ff;background:#1a2844;border-radius:999px;padding:.25rem .75rem}.category-filter{display:flex;gap:.65rem;overflow-x:auto;padding-bottom:.4rem;scrollbar-width:thin}.category-filter::-webkit-scrollbar{height:5px}.category-filter::-webkit-scrollbar-thumb{background:#24324f;border-radius:999px}.category-filter__chip{border:none;border-radius:999px;background:#1a2338;color:#c7d6ff;padding:.4rem 1.15rem;font-weight:500;font-size:.9rem;cursor:pointer;transition:background .2s ease,color .2s ease;white-space:nowrap}.category-filter__chip:hover{background:#22304a;color:#fff}.category-filter__chip:focus-visible{outline:2px solid rgba(37,99,235,.45);outline-offset:3px}.category-filter__chip.is-active{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff}.category-filter--error{display:flex;flex-direction:column;gap:.75rem;align-items:flex-start;color:#fca5a5}.channel-grid{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}.channel-grid>*{animation:channel-fade-in .35s ease}.channel-grid--skeleton{opacity:.6;pointer-events:none}.channel-grid--skeleton>*{animation:none}.channel-grid--skeleton-inline{margin-top:1.25rem;opacity:.5}.channel-card--skeleton{gap:.75rem;pointer-events:none}.channel-card{border:none;background:transparent;cursor:pointer;padding:0;text-align:left;display:flex;flex-direction:column;gap:.75rem;color:inherit;transition:transform .2s ease}.channel-card:hover{transform:translateY(-4px)}.channel-card:focus-visible{outline:2px solid rgba(37,99,235,.55);outline-offset:4px}.channel-card__thumb{position:relative;width:100%;aspect-ratio:16 / 9;background:#1f2638;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:12px}.channel-card__thumb img{width:100%;height:100%;object-fit:cover}.channel-card__thumb-placeholder{color:#fff;font-size:2.4rem;font-weight:700}.channel-card__info{display:flex;flex-direction:column;gap:.45rem}.channel-card__title{margin:0;font-size:1rem;color:#f8fbff;line-height:1.35;font-weight:600}.channel-card__meta{display:flex;flex-wrap:wrap;gap:.45rem;font-size:.78rem;color:#a8b4d8}.channel-card__meta span{display:inline-flex;align-items:center;padding:.2rem .5rem;border-radius:8px;background:#172339;font-weight:500}.home-page__empty{margin:2rem 0;color:#97a5c9;text-align:center}.error-state{display:inline-flex;flex-direction:column;gap:.75rem;color:#fca5a5;background:#942a2a2e;padding:1rem 1.1rem;border-radius:12px;border:1px solid rgba(248,113,113,.35)}.pagination{margin-top:1.75rem;display:flex;align-items:center;justify-content:center;gap:1.1rem}.pagination__status{font-weight:600;color:#98b5ff}.channel-page{display:flex;flex-direction:column;gap:clamp(1.4rem,2.5vw,2.2rem)}.channel-page__back{align-self:flex-start}.channel-page__header{display:flex;flex-wrap:wrap;gap:1.4rem;align-items:center;justify-content:space-between}.channel-page__meta h1{margin:0;font-size:clamp(1.4rem,2.3vw,2rem);color:#f8fbff}.channel-page__tags{display:flex;flex-wrap:wrap;gap:.45rem;margin-top:.75rem}.channel-page__tags span{background:#1f2638;color:#aebee5;border-radius:999px;padding:.3rem .75rem;font-weight:500;font-size:.82rem}.channel-page__logo{width:clamp(80px,10vw,110px);height:clamp(80px,10vw,110px);border-radius:14px;background:#172339;border:1px solid #20324f;display:grid;place-items:center;padding:.65rem}.channel-page__logo img{width:100%;height:100%;object-fit:contain}.channel-page__player{width:100%;margin-bottom:1.6rem}.channel-player{position:relative;border-radius:16px;overflow:hidden;background:#000;display:flex;flex-direction:column}.channel-player video{width:100%;height:clamp(220px,50vw,520px);background:#000}.channel-player__controls{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:#111623d9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);justify-content:flex-start}.channel-player__button{border:none;background:#2563eb33;color:#e2e9ff;padding:.45rem;border-radius:999px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:background .2s ease}.channel-player__button:hover{background:#2563eb66}.channel-player__volume{width:140px;flex:none;appearance:none;height:4px;border-radius:2px;background:#6373a099;cursor:pointer}.channel-player__volume::-webkit-slider-thumb{appearance:none;width:14px;height:14px;border-radius:50%;background:#5b8dff;border:none}.channel-player__volume::-moz-range-thumb{width:14px;height:14px;border-radius:50%;background:#5b8dff;border:none}.channel-player__placeholder{width:100%;min-height:220px;display:grid;place-items:center;color:#97a5c9;padding:2rem;text-align:center;background:#141824}.channel-page__related{background:#141824;border-radius:16px;padding:clamp(1.1rem,2vw,1.9rem);border:1px solid #1d2433;margin-top:2rem}.channel-page__related-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.channel-page__related-header h2{margin:0;font-size:clamp(1.1rem,2vw,1.4rem);color:#f8fbff}.skeleton{position:relative;overflow:hidden;background:#1a2332;border-radius:8px}.skeleton:after{content:"";position:absolute;inset:0;transform:translate(-100%);background:linear-gradient(90deg,transparent,rgba(255,255,255,.08),transparent);animation:skeleton-loading 1.4s infinite}.category-filter--skeleton{display:flex;gap:.65rem}.category-filter__chip-skeleton{width:96px;height:34px;border-radius:999px}.channel-card__thumb-skeleton{width:100%;aspect-ratio:16 / 9;border-radius:12px}.channel-card__title-skeleton{width:80%;height:16px}.channel-card--skeleton .channel-card__meta{display:flex;gap:.35rem}.channel-card__meta-skeleton{width:60px;height:12px;border-radius:999px}.channel-page__skeleton{display:flex;flex-direction:column;gap:1.5rem}.channel-page__title-skeleton{width:min(320px,60%);height:24px;border-radius:6px}@keyframes channel-fade-in{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.channel-page__tag-skeleton{width:90px;height:16px;border-radius:999px}.channel-page__logo-skeleton{width:100px;height:100px;border-radius:18px}.channel-player__skeleton{width:100%;height:clamp(220px,50vw,520px);border-radius:16px}@keyframes skeleton-loading{0%{transform:translate(-100%)}to{transform:translate(100%)}}@media (max-width: 768px){.app__search-trigger{display:none}.app__header{position:static}.app__main{padding:1.25rem 1rem 2.5rem}.channel-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem}.channel-page__header{flex-direction:column;align-items:flex-start;order:2}.channel-page__player{order:1;margin-bottom:1rem}.channel-page__related{order:3;margin-top:1.5rem}.channel-page__logo{margin-top:.75rem}.channel-page__back{width:100%;justify-content:center}.home-page__categories{padding-bottom:.25rem}.search-overlay__content{padding:1.5rem 1rem 2.5rem}.search-overlay__form{width:100%}.search-overlay__close{right:.75rem}.search-overlay__results{padding:1.25rem 0 2.5rem}.home-page__search-trigger{width:100%;justify-content:center}.hero-carousel__slide{grid-template-columns:1fr;text-align:center;padding:1.6rem 1.1rem 3.1rem;gap:1.5rem}.hero-carousel__overlay{align-items:center;gap:1.4rem}.hero-carousel__meta{max-width:100%;gap:.75rem}.hero-carousel__visual{align-items:center;gap:.85rem}.hero-carousel__visual:after{inset:1rem}.hero-carousel__logo{margin:0 auto;width:min(240px,80%)}.hero-carousel__badges{align-items:center;gap:.45rem}.hero-carousel__badge{font-size:.78rem}.hero-carousel__dots{bottom:.9rem;display:none}.hero-carousel__nav{padding:0 .65rem}.hero-carousel__nav-button{width:32px;height:32px;font-size:.9rem;background:#0d121d73}.channel-player__controls{gap:.6rem;padding:.6rem .8rem}.channel-player__volume{width:100px}}
