@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Space+Grotesk:wght@500;600;700&display=swap";:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;color:#edf5f2;font-synthesis:none;background:#07110f;font-family:DM Sans,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:radial-gradient(circle at 70% -10%,#18362e 0,#0000 32rem),#07110f;min-width:320px;min-height:100vh;margin:0}button,a{font:inherit}button{color:inherit}.app-shell{width:min(1240px,100% - 40px);margin:auto}.topbar{border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;height:88px;display:flex}.brand{color:#f3fffb;align-items:center;gap:12px;text-decoration:none;display:flex}.brand>span:last-child{line-height:1;display:grid}.brand strong{letter-spacing:.13em;font:700 16px/1 Space Grotesk}.brand small{color:#7e9a91;letter-spacing:.4em;margin-top:5px;font:600 9px/1 Space Grotesk}.shield{background:#65f2b31a;border:1px solid #5ef0b25c;border-radius:11px;place-items:center;width:39px;height:39px;display:grid}.shield svg{fill:none;stroke:#76f4c2;stroke-width:1.7px;stroke-linecap:round;stroke-linejoin:round;width:23px}.shield img{object-fit:contain;width:27px;height:27px}.secure-label{color:#8ea79f;letter-spacing:.08em;text-transform:uppercase;align-items:center;gap:9px;font-size:12px;font-weight:600;display:flex}.secure-label span,.live-dot{background:#71f5c1;border-radius:50%;width:8px;height:8px;box-shadow:0 0 0 5px #71f5c117,0 0 15px #71f5c1a8}main{padding:68px 0 54px}.intro{grid-template-columns:1.15fr .85fr;align-items:end;gap:48px;margin-bottom:42px;display:grid}.eyebrow{color:#6cdbae;letter-spacing:.24em;margin:0 0 13px;font:700 11px/1 Space Grotesk}h1,h2{font-family:Space Grotesk}h1{letter-spacing:-.055em;margin:0;font-size:clamp(40px,6vw,72px);line-height:.98}h1 span{color:#71857e}.intro-copy{color:#8ea39c;max-width:450px;margin:0 0 5px;font-size:15px;line-height:1.75}.player-panel{background:#0b1714;border:1px solid #ffffff18;border-radius:20px;overflow:hidden;box-shadow:0 35px 80px #0005}.player-toolbar{border-bottom:1px solid #ffffff12;justify-content:space-between;align-items:center;min-height:73px;padding:13px 18px 13px 21px;display:flex}.now-playing{align-items:center;gap:15px;display:flex}.now-playing>div{gap:4px;display:grid}.now-playing small{color:#688078;letter-spacing:.2em;font:700 9px/1 Space Grotesk}.now-playing strong{font:600 16px/1.2 Space Grotesk}.refresh{cursor:pointer;color:#b9cac4;background:#ffffff08;border:1px solid #ffffff1c;border-radius:9px;align-items:center;gap:8px;height:38px;padding:0 14px;font-size:12px;font-weight:600;display:flex}.refresh:hover{color:#eafff7;background:#62eaae12;border-color:#62eaae55}.refresh svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:16px}.video-frame{aspect-ratio:16/9;background:#020303;position:relative;overflow:hidden}.video-frame iframe{border:0;width:100%;height:100%;position:absolute;top:0;bottom:0;left:0;right:0}.loader{z-index:2;color:#748b83;letter-spacing:.08em;background:#030807;place-content:center;justify-items:center;gap:13px;font-size:12px;display:grid;position:absolute;top:0;bottom:0;left:0;right:0}.loader span{border:2px solid #243d35;border-top-color:#71f5c1;border-radius:50%;width:26px;height:26px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.click-guard{z-index:5;background:0 0;width:min(250px,42%);height:min(115px,25%);position:absolute;top:0;right:0}.channel-section{margin-top:54px}.section-heading{justify-content:space-between;align-items:end;margin-bottom:19px;display:flex}.section-heading h2{letter-spacing:-.03em;margin:0;font-size:29px}.section-heading>span{color:#71877f;font-size:12px}.channel-grid{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.channel-card{cursor:pointer;text-align:left;background:#0b1714;border:1px solid #ffffff12;border-radius:15px;align-items:center;gap:15px;min-height:112px;padding:17px;transition:transform .2s,border-color .2s,background .2s;display:flex;position:relative;overflow:hidden}.channel-card:after{content:"";background:var(--accent);height:2px;transition:transform .25s;position:absolute;top:auto;bottom:0;left:0;right:0;transform:scaleX(0)}.channel-card:hover{background:#0e1d19;border-color:#ffffff25;transform:translateY(-3px)}.channel-card.active{border-color:color-mix(in srgb, var(--accent), transparent 58%);background:color-mix(in srgb, var(--accent), #0b1714 93%)}.channel-card.active:after{transform:scaleX(1)}.channel-logo{border:1px solid color-mix(in srgb, var(--accent), transparent 60%);height:57px;color:var(--accent);background:color-mix(in srgb, var(--accent), transparent 91%);letter-spacing:.04em;border-radius:13px;flex:0 0 57px;place-items:center;font:700 16px Space Grotesk;display:grid}.channel-details{gap:5px;display:grid}.channel-details strong{font:600 15px Space Grotesk}.channel-details small{color:#71877f;font-size:11px}.play-icon{color:#82958f;background:#ffffff09;border-radius:50%;place-items:center;width:30px;height:30px;margin-left:auto;font-size:9px;display:grid}.channel-card.active .play-icon{color:#07110f;background:var(--accent)}footer{color:#647971;border-top:1px solid #ffffff12;justify-content:space-between;align-items:center;gap:24px;min-height:90px;padding:22px 0;font-size:11px;display:flex}footer>div{align-items:center;gap:11px;display:flex}footer .shield{border-radius:8px;width:30px;height:30px}footer .shield svg{width:17px}@media (max-width:760px){.app-shell{width:min(100% - 24px,1240px)}.topbar{height:72px}.secure-label{font-size:9px}main{padding-top:43px}.intro{grid-template-columns:1fr;gap:22px}.channel-grid{grid-template-columns:1fr}.player-toolbar{min-height:64px}.refresh{justify-content:center;width:38px;padding:0;font-size:0}footer{flex-direction:column;align-items:flex-start}}@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}.topnav{align-items:center;gap:6px;display:flex}.topnav a{color:#82978f;border-radius:8px;padding:9px 13px;font-size:12px;font-weight:600;text-decoration:none}.topnav a:hover{color:#effbf6;background:#ffffff0a}.home-main{padding-top:52px}.hero{grid-template-columns:1.1fr .9fr;align-items:center;gap:70px;min-height:500px;display:grid}.hero-copy>p:not(.eyebrow){color:#8ea39c;max-width:530px;margin:26px 0 30px;font-size:16px;line-height:1.8}.primary-action{color:#dffff2;background:#67eeb315;border:1px solid #72efbd55;border-radius:10px;align-items:center;gap:28px;width:max-content;padding:14px 17px;font-size:13px;font-weight:700;text-decoration:none;display:flex}.primary-action:hover{background:#67eeb325}.primary-action span{color:#79edbe}.signal-art{place-items:center;min-height:380px;display:grid;position:relative;overflow:hidden}.orbit{border:1px solid #73eeb933;border-radius:50%;position:absolute}.orbit-one{width:250px;height:250px}.orbit-two{border-color:#73eeb918;width:370px;height:370px}.core{z-index:2;background:radial-gradient(circle,#5debad26,#07110f 72%);border:1px solid #6ef2bb55;border-radius:50%;place-items:center;width:105px;height:105px;display:grid;position:relative;box-shadow:0 0 90px #64eeb348}.core .shield{border-radius:17px;width:56px;height:56px}.core .shield svg{width:33px}.core .shield img{width:40px;height:40px}.signal-art:before,.signal-art:after{content:"";background:#72f2bd;border-radius:50%;width:7px;height:7px;position:absolute;box-shadow:0 0 16px #72f2bd}.signal-art:before{top:80px;right:24%}.signal-art:after{bottom:78px;left:20%}.signal-label{color:#596f67;letter-spacing:.16em;font:600 9px/1.5 Space Grotesk;position:absolute;bottom:16%;right:6%}.signal-label strong{color:#6fe9b7}.home-channels{margin-top:30px;scroll-margin-top:30px}.channel-card{color:inherit;text-decoration:none}.watch-main{padding-top:34px}.breadcrumb{color:#61776f;align-items:center;gap:9px;margin-bottom:22px;font-size:11px;display:flex}.breadcrumb a{color:#8fa69e;text-decoration:none}.breadcrumb a:hover{color:#73edbc}.watch-layout{grid-template-columns:minmax(0,1fr) 320px;align-items:start;gap:28px;display:grid}.watch-column{min-width:0}.watch-player{border:1px solid #ffffff17;border-radius:15px;box-shadow:0 25px 65px #0006}.video-information{border-bottom:1px solid #ffffff12;justify-content:space-between;align-items:center;gap:20px;padding:24px 2px 22px;display:flex}.video-information h1{letter-spacing:-.04em;margin:0;font-size:clamp(27px,4vw,38px)}.video-information p:last-child{color:#71877f;margin:7px 0 0;font-size:12px}.video-information .refresh{flex:none}.watch-sidebar{background:#0a1512;border:1px solid #ffffff13;border-radius:15px;padding:19px;position:sticky;top:22px}.sidebar-heading{margin-bottom:15px}.sidebar-heading h2{margin:0;font-size:19px}.sidebar-list{gap:10px;display:grid}.channel-card.compact{border-radius:11px;min-height:82px;padding:12px}.channel-card.compact .channel-logo{border-radius:10px;flex-basis:45px;height:45px;font-size:13px}.channel-card.compact .channel-details strong{font-size:13px}.channel-card.compact .play-icon{width:26px;height:26px}.all-channels{color:#75e7b9;text-align:center;background:#71ecba0c;border-radius:8px;margin-top:15px;padding:11px;font-size:11px;font-weight:700;text-decoration:none;display:block}.all-channels:hover{background:#71ecba18}.not-found{text-align:center;place-content:center;justify-items:center;min-height:65vh;display:grid}.not-found h1{font-size:42px}.not-found a{color:#72edbb}.footer-brand{color:#dceae5;letter-spacing:.04em;align-items:center;gap:11px;font:600 12px Space Grotesk;text-decoration:none;display:flex}.social-links{align-items:center;gap:8px;display:flex}.social-links a{color:#82978f;border:1px solid #ffffff12;border-radius:9px;align-items:center;gap:8px;padding:9px 12px;font-size:11px;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.social-links a:hover{color:#eefbf6;background:#ffffff08;border-color:#ffffff26}.social-icon{color:#07110f;border-radius:50%;place-items:center;width:22px;height:22px;font:800 10px Space Grotesk;display:grid}.social-icon.whatsapp{background:#55e697}.social-icon.telegram{background:#68bde9}@media (max-width:900px){.hero{grid-template-columns:1fr;gap:30px;min-height:auto}.signal-art{min-height:290px}.orbit-one{width:190px;height:190px}.orbit-two{width:280px;height:280px}.watch-layout{grid-template-columns:1fr}.watch-sidebar{position:static}.sidebar-list{grid-template-columns:repeat(2,1fr)}}@media (max-width:620px){.topnav{display:none}.secure-label{font-size:0}.hero{text-align:left}.signal-art{min-height:240px}.orbit-two{width:235px;height:235px}.orbit-one{width:160px;height:160px}.video-information{align-items:flex-start}.video-information .refresh{width:38px;padding:0;font-size:0}.sidebar-list{grid-template-columns:1fr}.social-links{flex-direction:column;align-items:stretch;width:100%}}.home-main,.watch-main{animation:.55s cubic-bezier(.22,.8,.3,1) both page-enter}.hero-copy .eyebrow{animation:.5s 80ms both rise-in}.hero-copy h1{animation:.65s .14s both rise-in}.hero-copy>p:not(.eyebrow){animation:.65s .22s both rise-in}.hero-copy .primary-action{animation:.65s .3s both rise-in}.orbit-one{animation:4s ease-in-out infinite orbit-pulse}.orbit-two{animation:4s ease-in-out 1s infinite orbit-pulse}.core{animation:4s ease-in-out infinite core-float}.home-channels .channel-card{animation:.55s both rise-in}.home-channels .channel-card:first-child{animation-delay:80ms}.home-channels .channel-card:nth-child(2){animation-delay:.15s}.home-channels .channel-card:nth-child(3){animation-delay:.22s}.watch-player{animation:.65s cubic-bezier(.2,.8,.25,1) both player-enter}.channel-card.compact{animation:.45s both slide-in}.channel-card.compact:nth-child(2){animation-delay:80ms}@keyframes page-enter{0%{opacity:0}to{opacity:1}}@keyframes rise-in{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes slide-in{0%{opacity:0;transform:translate(16px)}to{opacity:1;transform:translate(0)}}@keyframes player-enter{0%{opacity:0;transform:translateY(12px)scale(.99)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes core-float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes orbit-pulse{0%,to{opacity:.55;transform:scale(1)}50%{opacity:1;transform:scale(1.025)}}@media (max-width:900px){.watch-player{width:min(100%,820px);margin-inline-start:auto;margin-inline-end:auto}}@media (max-width:620px){.app-shell{width:100%}.topbar{z-index:30;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#07110fe8;border-bottom-color:#ffffff12;height:66px;padding:0 14px;position:sticky;top:0}.brand{gap:9px}.brand strong{font-size:13px}.brand small{font-size:7px}.brand .shield{width:34px;height:34px}.brand .shield img{width:23px;height:23px}.home-main{padding:35px 16px 38px}.hero{gap:12px}.hero-copy>p:not(.eyebrow){margin:20px 0 24px;font-size:14px;line-height:1.65}.primary-action{justify-content:space-between;width:100%}.signal-art{min-height:225px}.core{width:82px;height:82px}.signal-label{bottom:10%;right:3%}.home-channels{margin-top:42px}.section-heading{align-items:flex-start;padding-inline-start:2px;padding-inline-end:2px}.section-heading h2{font-size:24px}.channel-card{border-radius:13px;min-height:92px;padding:13px}.channel-logo{flex-basis:50px;height:50px}.watch-main{padding:20px 12px 36px}.breadcrumb{margin:0 4px 14px}.watch-layout{gap:22px}.watch-player{border-left:0;border-right:0;border-radius:0;width:calc(100% + 24px);margin-left:-12px}.video-information{padding:19px 3px 17px}.video-information h1{font-size:27px}.watch-sidebar{border-radius:13px;padding:15px}footer{padding:24px 16px}.social-links a{justify-content:center;min-height:44px}}@media (max-width:390px){h1{font-size:37px}.secure-label{display:none}.channel-details strong{font-size:14px}.play-icon{width:28px;height:28px}}@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important;animation:none!important}}.app-shell{-webkit-user-select:none;user-select:none;-webkit-touch-callout:none}.app-shell img{-webkit-user-drag:none;user-drag:none}.category-collection{scroll-margin-top:30px}.category-collection .home-channels+.home-channels{margin-top:70px}.inspection-guard{color:#f4faf7;text-align:center;background:#0d0f0e;place-content:center;justify-items:center;gap:18px;width:100%;min-height:100vh;font-family:DM Sans,sans-serif;display:grid}.inspection-guard img{width:58px;height:58px}.inspection-guard p{margin:0;font-size:16px;font-weight:600}.inspection-guard button{color:#06110d;cursor:pointer;background:#49d99f;border:0;border-radius:8px;min-width:144px;height:44px;font-weight:800}.inspection-guard button:hover{background:#70edbb}.inspection-guard button span{margin-left:7px;font-size:20px}.video-frame iframe{scrollbar-width:none;overflow:hidden!important}.video-frame iframe::-webkit-scrollbar{display:none}
