@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap");:root{--bg:#0a0a0a;--surface:#181818;--surface2:#212121;--border:hsla(0,0%,100%,.07);--border-hover:hsla(0,0%,100%,.15);--text1:#fff;--text2:#b5b5b5;--text3:#707070;--text4:#4a4a4a;--red:#ff2d2d;--red-wash:rgba(255,45,45,.1);--gold:#c4a882;--green:#25d366;--r-lg:16px}*,:after,:before{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg);color:var(--text1);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased;overflow-x:hidden;line-height:1.5}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{max-width:1280px;margin:0 auto;padding:0 24px}.accent-r{color:var(--red)}.section-eyebrow{font-family:var(--mono,monospace);font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:var(--text3);font-weight:500;display:block;margin-bottom:.9rem}.section-title{font-size:clamp(1.8rem,4.6vw,3.2rem);font-weight:800;line-height:1.02;letter-spacing:-.028em;margin-bottom:.8rem}.section-subtitle{color:var(--text2);font-size:17px;line-height:1.5;max-width:600px}.section-head{margin-bottom:3rem}.section-head.center{text-align:center}.section-head.center .section-subtitle{margin:0 auto}.btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:6px;background:var(--red);color:#fff;border:none;padding:12px 20px;border-radius:999px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s}.btn-primary:hover{transform:translateY(-1px);background:#d11820}.btn-primary.btn-lg{padding:14px 22px;font-size:14px}.btn-primary.full{width:100%;justify-content:center}.btn-secondary{display:inline-flex;align-items:center;justify-content:center;background:transparent;color:var(--text1);border:1px solid var(--border-hover);padding:12px 20px;border-radius:999px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s}.btn-secondary:hover{background:var(--surface);border-color:var(--text1)}.btn-secondary.full{width:100%;justify-content:center}.btn-wa{display:inline-flex;align-items:center;gap:.35rem;background:rgba(37,211,102,.07);border:1px solid rgba(37,211,102,.12);color:var(--green);padding:.65rem 1.4rem;border-radius:10px;font-size:.88rem;font-weight:500;transition:all .3s}.btn-wa:hover{background:rgba(37,211,102,.1)}.trust-bar{display:flex;justify-content:center;align-items:center;gap:.6rem;padding:.55rem 1rem;background:var(--surface);border-bottom:1px solid var(--border);font-size:.72rem;color:var(--text3)}.trust-bar-sep{opacity:.3}.navbar{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:.75rem 2rem;background:rgba(8,8,8,.82);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--border);transition:all .3s}.navbar.scrolled{background:rgba(8,8,8,.95)}.nav-inner{justify-content:space-between;width:100%;max-width:1200px;margin:0 auto}.nav-inner,.nav-logo{display:flex;align-items:center}.nav-logo{gap:.5rem;font-size:.95rem;font-weight:800}.nav-links{display:flex;list-style:none;gap:1.6rem}.nav-links a{color:var(--text3);font-size:.82rem;transition:color .3s}.nav-links a:hover{color:var(--text1)}.nav-actions{display:flex;align-items:center;gap:.8rem}.lang-switch{border:1px solid hsla(0,0%,100%,.08);border-radius:4px;padding:.15rem .5rem;font-size:.72rem;color:var(--text3);transition:all .3s}.lang-switch:hover{color:var(--text1);border-color:hsla(0,0%,100%,.15)}.nav-cta{background:var(--red);color:#fff;border:none;padding:9px 16px;border-radius:999px;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s}.nav-cta:hover{background:#d11820;transform:translateY(-1px)}.nav-cta.desktop{display:inline-flex}.mobile-toggle{display:none;background:none;border:none;cursor:pointer;flex-direction:column;gap:5px;padding:.4rem}.mobile-toggle span{display:block;width:22px;height:1.5px;background:var(--text2);transition:all .3s}.mobile-menu{position:fixed;top:0;left:0;right:0;bottom:0;z-index:99;background:rgba(8,8,8,.97);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);padding:5rem 2rem 2rem;display:flex;flex-direction:column;gap:1rem;transform:translateY(-100%);transition:transform .4s cubic-bezier(.16,1,.3,1)}.mobile-menu.open{transform:translateY(0)}.mobile-menu a{font-size:1.1rem;color:var(--text2);padding:.6rem 0;border-bottom:1px solid var(--border)}.mobile-menu a:hover{color:var(--text1)}.live-badge{display:inline-flex;align-items:center;gap:.3rem;font-size:.62rem;font-weight:700;color:var(--red);letter-spacing:.08em}.live-dot{width:6px;height:6px;border-radius:50%;background:var(--red);animation:livePulse 1.5s ease-in-out infinite}@keyframes livePulse{0%,to{opacity:1;box-shadow:0 0 0 0 rgba(228,30,32,.4)}50%{opacity:.7;box-shadow:0 0 0 5px rgba(228,30,32,0)}}.hero-section{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:5rem 2rem 4rem;overflow:hidden}.hero-glow{position:absolute;top:-30%;left:20%;width:500px;height:500px;background:radial-gradient(circle,rgba(228,30,32,.04) 0,transparent 70%);pointer-events:none;border-radius:50%}.hero-content{position:relative;z-index:2;max-width:660px}.hero-eyebrow{display:flex;align-items:center;gap:.6rem;font-size:.78rem;color:var(--text3);margin-bottom:1.5rem}.hero-title{font-size:clamp(2.4rem,6.5vw,4.2rem);font-weight:900;line-height:1.05;letter-spacing:-.04em;margin-bottom:1.4rem}.hero-subtitle{color:var(--text2);font-size:clamp(.92rem,1.8vw,1.08rem);line-height:1.7;max-width:520px;margin-bottom:2rem}.hero-actions{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:2rem}.hero-proof{align-items:center;gap:1rem}.hero-avatars,.hero-proof{display:flex}.hero-avatar{width:30px;height:30px;border-radius:50%;background:var(--surface2);border:2px solid var(--bg);display:flex;align-items:center;justify-content:center;font-size:.65rem;font-weight:700;color:var(--gold);margin-left:-8px}.hero-avatar:first-child{margin-left:0}.hero-stars{color:var(--gold);font-size:.7rem;letter-spacing:.05em;display:block}.hero-stars-sub{font-size:.72rem;color:var(--text3)}.live-strip{padding:1rem 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border);overflow:hidden}.live-strip-label{padding:0 2rem;font-size:.78rem;color:var(--text3);display:flex;align-items:center;gap:.5rem;margin-bottom:.7rem}.live-strip-scroll{display:flex;gap:.8rem;padding:0 2rem;overflow-x:auto;scrollbar-width:none}.live-strip-scroll::-webkit-scrollbar{display:none}.live-ticker{animation:tickerScroll 40s linear infinite;width:max-content}@keyframes tickerScroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.live-ticker:hover{animation-play-state:paused}.live-card{flex-shrink:0;background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:.75rem 1.1rem;min-width:195px;cursor:pointer;transition:all .3s}.live-card:hover{border-color:var(--border-hover);background:var(--surface2)}.live-card-channel{font-size:.7rem;color:var(--gold);font-weight:600;letter-spacing:.04em;margin-bottom:.25rem}.live-card-show{font-size:.85rem;font-weight:600;margin-bottom:.35rem}.live-card-type{font-size:.62rem;color:var(--text3);background:hsla(0,0%,100%,.04);padding:.18rem .45rem;border-radius:3px}.channels-section{padding:100px 0}.channel-tabs{display:flex;gap:.35rem;flex-wrap:wrap;margin-bottom:1.8rem}.channel-tab{font-family:var(--mono,monospace);font-size:11px;font-weight:500;letter-spacing:.12em;text-transform:uppercase;background:var(--surface);border:1px solid var(--border);color:var(--text2);padding:8px 14px;border-radius:999px;cursor:pointer;transition:all .15s}.channel-tab.active{background:var(--text1);color:var(--bg);border-color:var(--text1)}.channel-tab:hover:not(.active){color:var(--text1);border-color:var(--border-hover)}.channels-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(145px,1fr));grid-gap:.6rem;gap:.6rem}.channel-card{display:flex;align-items:center;gap:.6rem;padding:.6rem .8rem;background:var(--surface);border:1px solid var(--border);border-radius:9px;transition:all .3s;cursor:default}.channel-card:hover{border-color:var(--border-hover);transform:translateY(-2px)}.channel-icon{width:30px;height:30px;border-radius:6px;display:flex;align-items:center;justify-content:center;font-size:.68rem;font-weight:800;flex-shrink:0;background:hsla(35,36%,64%,.07);color:var(--gold)}.channel-name{font-size:.8rem;font-weight:600;flex:1 1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.channel-quality{font-size:.58rem;font-weight:700;color:var(--text3);border:1px solid hsla(0,0%,100%,.05);border-radius:3px;padding:.08rem .25rem}.channels-more{text-align:center;margin-top:1.5rem;font-size:.82rem;color:var(--text3)}.diaspora-section{padding:100px 0}.diaspora-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:.9rem;gap:.9rem}.diaspora-card{padding:1.3rem;background:var(--surface);border:1px solid var(--border);border-radius:13px;transition:all .4s}.diaspora-card:hover{border-color:var(--border-hover);transform:translateY(-3px)}.diaspora-top{display:flex;align-items:center;gap:.7rem;margin-bottom:.7rem}.diaspora-flag{font-size:1.8rem}.diaspora-name{display:block;font-size:1rem;font-weight:700}.diaspora-pop{font-size:.72rem;color:var(--gold);font-weight:500;display:block}.diaspora-line{font-size:.85rem;color:var(--text2);line-height:1.5;margin-bottom:.5rem;font-style:italic}.diaspora-cities{font-size:.7rem;color:var(--text4)}.how-section{padding:100px 0}.how-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.2rem;gap:1.2rem}.how-card{padding:1.8rem 1.4rem;background:var(--surface);border:1px solid var(--border);border-radius:14px;text-align:center;position:relative;transition:all .3s}.how-card:hover{border-color:var(--border-hover)}.how-number{position:absolute;top:-.6rem;right:1rem;font-size:.65rem;font-weight:700;color:var(--gold);background:var(--surface2);border:1px solid hsla(35,36%,64%,.15);padding:.15rem .55rem;border-radius:100px}.how-icon{font-size:1.8rem;display:block;margin-bottom:.8rem}.how-title{font-size:1rem;font-weight:700;margin-bottom:.4rem}.how-desc{font-size:.85rem;color:var(--text2);line-height:1.55}.sport-section{padding:100px 0}.sport-layout{display:flex;gap:3rem;align-items:flex-start}.sport-left{flex:1 1}.sport-right{flex:1 1;display:flex;flex-direction:column;gap:.7rem}.sport-channels{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:1rem}.sport-channel-tag{font-size:.72rem;background:hsla(35,36%,64%,.06);border:1px solid hsla(35,36%,64%,.1);color:var(--gold);padding:.3rem .7rem;border-radius:5px;font-weight:500}.match-card{background:var(--surface);border:1px solid var(--border);border-radius:11px;padding:1.1rem;transition:all .3s}.match-card:hover{border-color:var(--border-hover)}.match-league{font-size:.65rem;color:var(--text3);letter-spacing:.1em;text-transform:uppercase;margin-bottom:.5rem}.match-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:.4rem}.match-team{font-weight:600;font-size:.9rem;flex:1 1}.match-team.right{text-align:right}.match-score{text-align:center;font-weight:700;color:var(--text3);display:flex;align-items:center;gap:.3rem}.match-score.live{color:var(--red);font-size:1.05rem}.match-time{font-size:.72rem;color:var(--text3)}.stats-section{padding:2.5rem 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.stats-row{display:flex;justify-content:center;gap:3.5rem;max-width:800px;margin:0 auto;padding:0 2rem}.stat-item{text-align:center}.stat-number{font-size:1.8rem;font-weight:800;display:block;letter-spacing:-.02em}.stat-label{font-size:.75rem;color:var(--text3)}.testimonials-section{padding:100px 0;background:var(--bg);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.testimonials-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1rem;gap:1rem}.testimonial-card{padding:1.4rem;background:var(--surface);border:1px solid var(--border);border-radius:13px;transition:all .3s}.testimonial-card:hover{border-color:var(--border-hover)}.testimonial-stars{color:var(--gold);font-size:.72rem;letter-spacing:.08em;margin-bottom:.7rem}.testimonial-text{font-size:.9rem;line-height:1.65;color:var(--text2);margin-bottom:1rem;font-style:italic}.testimonial-author{display:flex;align-items:center;gap:.6rem}.testimonial-avatar{width:34px;height:34px;border-radius:50%;background:hsla(35,36%,64%,.08);color:var(--gold);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.8rem;flex-shrink:0}.testimonial-name{font-weight:600;font-size:.88rem}.testimonial-from{font-size:.72rem;color:var(--text3);display:block}.pricing-section{padding:100px 0}.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:12px;gap:12px;max-width:1060px;margin:0 auto}.pricing-grid-4{grid-template-columns:repeat(4,1fr);max-width:1280px}.pricing-card{position:relative;background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);padding:28px 24px 24px;transition:all .2s;display:flex;flex-direction:column}.pricing-card:hover{transform:translateY(-3px);border-color:var(--border-hover)}.pricing-card.popular{border-color:rgba(255,45,45,.4);background:linear-gradient(180deg,var(--red-wash) 0,var(--surface) 60%)}.popular-badge{position:absolute;top:-10px;left:24px;background:var(--red);color:#fff;font-size:10px;font-weight:600;padding:4px 10px;border-radius:999px;letter-spacing:.14em}.plan-name,.popular-badge{font-family:var(--mono,monospace);text-transform:uppercase}.plan-name{font-size:14px;font-weight:500;color:var(--text2);margin-bottom:16px;letter-spacing:.08em}.plan-price{display:flex;align-items:baseline;gap:4px;margin-bottom:4px}.price-currency{font-size:22px;font-weight:500;color:var(--text2);letter-spacing:-.02em}.price-amount{font-size:48px;font-weight:800;letter-spacing:-.04em;line-height:1}.pricing-card.popular .price-amount{color:var(--red)}.price-currency-suffix{font-size:14px;font-weight:500;color:var(--text3);margin-left:4px;align-self:flex-end;padding-bottom:6px}.price-period{font-size:.82rem;color:var(--text3)}.plan-meta{font-size:13px;color:var(--text3);margin-bottom:.6rem}.plan-features{list-style:none;display:flex;flex-direction:column;gap:10px;margin-bottom:28px;flex:1 1}.plan-features li{font-size:13px;color:var(--text2);display:flex;align-items:flex-start;gap:8px;line-height:1.4}.plan-check{color:var(--red);font-size:14px;flex-shrink:0;margin-top:1px}.faq-section{padding:100px 0}.faq-list{max-width:640px;margin:0 auto;display:flex;flex-direction:column;gap:.5rem}.faq-item{background:var(--surface);border:1px solid var(--border);border-radius:11px;padding:1rem 1.3rem;cursor:pointer;transition:all .3s}.faq-item.open,.faq-item:hover{border-color:var(--border-hover)}.faq-question{font-size:.9rem;font-weight:600}.faq-arrow{color:var(--gold);font-size:1.1rem;flex-shrink:0;margin-left:1rem}.faq-answer{margin-top:.8rem;font-size:.85rem;color:var(--text2);line-height:1.6;padding-top:.6rem;border-top:1px solid var(--border)}.cta-section{padding:4rem 1.5rem}.cta-box{max-width:600px;margin:0 auto;text-align:center;padding:3rem 2rem;background:var(--surface);border:1px solid hsla(0,0%,100%,.05);border-radius:18px}.cta-title{font-size:clamp(1.7rem,3.8vw,2.4rem);font-weight:900;line-height:1.1;letter-spacing:-.03em;margin-bottom:.7rem}.cta-subtitle{color:var(--text2);margin-bottom:1.8rem;font-size:.95rem}.cta-actions{display:flex;flex-direction:column;align-items:center;gap:.7rem;margin-bottom:1.5rem}.cta-trust{display:flex;justify-content:center;gap:1.2rem;font-size:.72rem;color:var(--text3)}.footer{padding:3.5rem 2rem 1rem;border-top:1px solid var(--border)}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;grid-gap:2rem;gap:2rem;max-width:1060px;margin:0 auto 2rem}.footer-brand p{font-size:.8rem;color:var(--text3);line-height:1.5;margin-top:.5rem}.footer-social{display:flex;gap:.5rem;flex-wrap:wrap;margin-top:.8rem}.footer-social a{font-size:.72rem;color:var(--text3);padding:.25rem .6rem;border:1px solid var(--border);border-radius:5px;transition:all .3s}.footer-social a:hover{color:var(--gold);border-color:var(--border-hover)}.footer-col h4{font-size:.78rem;font-weight:600;color:var(--text2);margin-bottom:.7rem}.footer-col a{display:block;font-size:.8rem;color:var(--text3);margin-bottom:.35rem;transition:color .3s}.footer-col a:hover{color:var(--gold)}.footer-bottom{text-align:center;font-size:.7rem;color:var(--text4);padding:1.3rem 0 .4rem;border-top:1px solid hsla(0,0%,100%,.03);max-width:1060px;margin:0 auto}.footer-cities{text-align:center;font-size:.62rem;color:hsla(0,0%,100%,.05);padding:.4rem 2rem;letter-spacing:.05em}.blog-section{padding:100px 0;background:var(--surface);border-top:1px solid var(--border)}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1rem;gap:1rem}.blog-card{background:var(--surface);border:1px solid var(--border);border-radius:13px;padding:1.4rem;transition:all .3s}.blog-card:hover{border-color:var(--border-hover);transform:translateY(-3px)}.blog-card-tag{font-size:.65rem;color:var(--gold);font-weight:600;letter-spacing:.08em;text-transform:uppercase;margin-bottom:.5rem;display:block}.blog-card-title{font-size:1rem;font-weight:700;line-height:1.3;margin-bottom:.5rem}.blog-card-excerpt{font-size:.82rem;color:var(--text2);line-height:1.5;margin-bottom:.8rem}.blog-card-link{font-size:.8rem;color:var(--gold);font-weight:500}.page-hero{padding:8rem 2rem 3rem;text-align:center}.page-hero .section-subtitle{margin:0 auto}.page-section{padding:4rem 0}.app-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));grid-gap:.6rem;gap:.6rem}.app-card{padding:.8rem;background:var(--surface);border:1px solid var(--border);border-radius:10px;text-align:center;transition:all .3s}.app-card:hover{border-color:var(--border-hover)}.app-card-name{font-size:.8rem;font-weight:600}.app-card-platforms{font-size:.65rem;color:var(--text3);margin-top:.2rem}.contact-grid{grid-template-columns:1fr 1fr;grid-gap:2rem;gap:2rem}.contact-form{gap:1rem}.contact-input,.contact-textarea{background:var(--surface);font-size:.9rem}.contact-info{display:flex;flex-direction:column;gap:1rem}.contact-card{padding:1.2rem;background:var(--surface);border:1px solid var(--border);border-radius:11px;transition:all .3s}.contact-card:hover{border-color:var(--border-hover)}.contact-card-title{font-weight:600;margin-bottom:.3rem}.contact-card-value{font-size:.85rem;color:var(--text2)}.not-found{min-height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:2rem}.not-found h1{font-size:4rem;font-weight:900;color:var(--red);margin-bottom:.5rem}.admin-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--bg) 0,#1a0000 100%);padding:2rem}@media (max-width:768px){.nav-cta.desktop,.nav-links{display:none}.mobile-toggle{display:flex}.blog-grid,.diaspora-grid,.how-grid,.testimonials-grid{grid-template-columns:1fr}.how-grid{max-width:340px;margin:0 auto}.sport-layout{flex-direction:column;gap:2rem}.pricing-grid{grid-template-columns:1fr;max-width:340px;margin:0 auto}.pricing-grid-4{grid-template-columns:repeat(2,1fr);max-width:720px}.stats-row{flex-wrap:wrap;gap:1.8rem 3rem}.footer-grid{grid-template-columns:1fr 1fr}.channels-grid{grid-template-columns:repeat(2,1fr)}.contact-grid{grid-template-columns:1fr}.hero-actions{flex-direction:column}.hero-actions .btn-primary,.hero-actions .btn-secondary{width:100%;text-align:center}.hero-proof{flex-direction:column;align-items:flex-start;gap:.5rem}.cta-trust{flex-direction:column;align-items:center;gap:.4rem}.trust-bar{font-size:.65rem;gap:.4rem;flex-wrap:wrap}}html{scroll-behavior:smooth}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.live-ticker{animation:none}html{scroll-behavior:auto}}.hero-avatar{animation:avatarPop .4s cubic-bezier(.16,1,.3,1) backwards}@keyframes avatarPop{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}.faq-question{background:none;border:none;color:inherit;font:inherit;width:100%;text-align:left;cursor:pointer;padding:0;display:flex;justify-content:space-between;align-items:center}.btn-primary:focus-visible,.btn-secondary:focus-visible,.channel-tab:focus-visible,.faq-item:focus-visible,.nav-cta:focus-visible{outline:2px solid var(--gold);outline-offset:2px}.blog-card,.channel-card,.diaspora-card,.how-card,.live-card,.match-card,.pricing-card,.testimonial-card{will-change:transform}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.skip-to-content{position:absolute;top:-100px;left:0;z-index:9999;background:var(--red);color:#fff;padding:8px 16px;font-size:14px;font-weight:600;text-decoration:none;transition:top .2s}.skip-to-content:focus{top:0}.blog-list-grid{display:flex;flex-direction:column;gap:.8rem}.blog-list-card{display:flex;gap:1.5rem;padding:1.5rem;background:var(--surface);border:1px solid var(--border);border-radius:14px;text-decoration:none;color:inherit;transition:all .3s}.blog-list-card:hover{border-color:var(--border-hover);transform:translateY(-2px)}.blog-list-icon{width:64px;height:64px;border-radius:12px;background:var(--bg);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;font-size:1.6rem;flex-shrink:0}.blog-list-content{flex:1 1;min-width:0}.blog-list-meta{display:flex;gap:.8rem;font-size:.72rem;color:var(--text3);margin-bottom:.5rem;align-items:center}.blog-list-cat{background:hsla(35,36%,64%,.08);color:var(--gold);padding:.2rem .6rem;border-radius:4px;font-weight:600;font-size:.65rem;letter-spacing:.06em;text-transform:uppercase}.blog-list-title{font-size:1.1rem;font-weight:700;margin-bottom:.4rem;letter-spacing:-.01em}.blog-list-excerpt{font-size:.85rem;color:var(--text2);line-height:1.55;margin-bottom:.6rem}.blog-list-link{font-size:.82rem;color:var(--gold);font-weight:500}.blog-post{padding-top:8rem}.blog-post .container{max-width:780px}.blog-post h1{font-size:clamp(1.6rem,4vw,2.4rem);font-weight:800;letter-spacing:-.03em;line-height:1.15;margin-bottom:2rem}.blog-post-back{display:inline-flex;align-items:center;gap:.4rem;font-size:.82rem;color:var(--text3);margin-bottom:1.5rem;text-decoration:none;transition:color .3s}.blog-post-back:hover{color:var(--gold)}.blog-meta{display:flex;gap:.8rem;font-size:.75rem;color:var(--text3);flex-wrap:wrap}.blog-cat{background:hsla(35,36%,64%,.08);color:var(--gold);padding:.2rem .6rem;border-radius:4px;font-weight:600;font-size:.65rem;letter-spacing:.06em;text-transform:uppercase}.blog-post-content{line-height:1.75;color:var(--text2)}.blog-post-content h2{font-size:1.3rem;font-weight:700;color:var(--text1);margin:2.5rem 0 .8rem;letter-spacing:-.02em;padding-bottom:.5rem;border-bottom:1px solid var(--border)}.blog-post-content h3{font-size:1.1rem;font-weight:600;color:var(--text1);margin:2rem 0 .6rem}.blog-post-content p{margin-bottom:1.2rem}.blog-post-content ol,.blog-post-content ul{margin:1rem 0 1.2rem 1.5rem}.blog-post-content li{margin-bottom:.5rem}.blog-post-content strong{color:var(--text1);font-weight:600}.blog-post-content a{color:var(--gold);text-decoration:underline;text-underline-offset:2px}.devices-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));grid-gap:1rem;gap:1rem}.device-group{background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:1.5rem;transition:all .3s}.device-group:hover{border-color:var(--border-hover)}.device-group-title{font-size:.72rem;font-weight:600;color:var(--gold);letter-spacing:.2em;text-transform:uppercase;margin-bottom:1rem;padding-bottom:.6rem;border-bottom:1px solid var(--border)}.device-group-list{display:flex;flex-direction:column;gap:.5rem}.device-item{display:flex;justify-content:space-between;align-items:center;padding:.4rem 0}.device-name{font-size:.88rem;font-weight:500}.device-tag{font-size:.68rem;color:var(--text3);background:var(--bg);padding:.15rem .5rem;border-radius:4px;border:1px solid var(--border)}.apps-grid-new{display:grid;grid-template-columns:repeat(auto-fill,minmax(130px,1fr));grid-gap:.6rem;gap:.6rem}.app-card-new{background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:1rem;text-align:center;display:flex;flex-direction:column;align-items:center;gap:.6rem;transition:all .2s}.app-card-new:hover{border-color:var(--border-hover);background:var(--surface2)}.app-card-icon{width:42px;height:42px;border-radius:8px;background:var(--bg);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:600;color:var(--gold);letter-spacing:.04em}.app-card-name{font-size:.78rem;color:var(--text2);font-weight:500}.contact-page{padding:8rem 0 4rem}.contact-grid{display:grid;grid-template-columns:1fr 1.2fr;grid-gap:2.5rem;gap:2.5rem;max-width:900px;margin:0 auto}.contact-methods{display:flex;flex-direction:column;gap:1rem}.contact-method{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:1.2rem 1.4rem;display:flex;align-items:flex-start;gap:1rem;transition:all .3s;text-decoration:none;color:inherit}.contact-method:hover{border-color:var(--border-hover);transform:translateY(-2px)}.contact-method-icon{width:42px;height:42px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1.2rem;flex-shrink:0}.contact-method-icon.wa{background:rgba(37,211,102,.1)}.contact-method-icon.em{background:rgba(59,130,246,.1)}.contact-method-icon.tg{background:rgba(0,136,204,.1)}.contact-method-title{font-weight:600;font-size:.95rem;margin-bottom:.15rem}.contact-method-value{font-size:.82rem;color:var(--text2)}.contact-method-status{font-size:.72rem;color:#25d366;margin-top:.2rem;display:flex;align-items:center;gap:.3rem}.contact-form-card{background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:2rem}.contact-form-card h3{font-size:1.1rem;font-weight:700;margin-bottom:1.2rem}.contact-form{display:flex;flex-direction:column;gap:.8rem}.contact-input,.contact-textarea{width:100%;padding:.8rem 1rem;background:var(--bg);border:1px solid var(--border);border-radius:8px;color:var(--text1);font-size:.88rem;font-family:inherit;transition:border-color .3s}.contact-input:focus,.contact-textarea:focus{outline:none;border-color:var(--border-hover)}.contact-input::placeholder,.contact-textarea::placeholder{color:var(--text3)}.contact-textarea{min-height:120px;resize:vertical}@media (max-width:768px){.blog-list-card{flex-direction:column;gap:1rem}.blog-list-icon{width:48px;height:48px;font-size:1.2rem}.contact-grid,.devices-grid{grid-template-columns:1fr}}.channels-grid-full{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));grid-gap:8px;gap:8px}.ch-card-full{background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:14px 16px;display:flex;align-items:center;gap:12px;transition:all .2s}.ch-card-full:hover{border-color:var(--border-hover);background:var(--surface2,#1a1a1a)}.ch-mark-full{width:40px;height:40px;border-radius:8px;border:1px solid;display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:700;letter-spacing:.03em;flex-shrink:0}.ch-info-full{flex:1 1;min-width:0}.ch-name-full{font-size:.88rem;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ch-tag-full{font-size:.68rem;color:var(--text3);margin-top:2px;letter-spacing:.04em}.ch-hd-badge{font-size:.6rem;font-weight:600;color:var(--text3);letter-spacing:.06em;padding:2px 7px;border:1px solid var(--border);border-radius:4px;flex-shrink:0}.ch-foot{margin-top:24px;padding-top:20px;border-top:1px solid var(--border);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px;font-size:.82rem;color:var(--text3)}.ch-foot strong{color:var(--text1);font-weight:600}.ch-foot a{color:var(--gold);text-decoration:none;font-weight:500}.ch-foot a:hover{text-decoration:underline}.channel-logo-img{width:30px;height:30px;border-radius:6px}.ch-logo-img,.channel-logo-img{object-fit:contain;flex-shrink:0}.ch-logo-img{width:40px;height:40px;border-radius:8px;background:var(--bg);border:1px solid var(--border);padding:4px}.apps-logo-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(110px,1fr));grid-gap:8px;gap:8px}.app-logo-card{background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:16px 10px;display:flex;flex-direction:column;align-items:center;gap:8px;transition:all .2s;text-align:center}.app-logo-card:hover{border-color:var(--border-hover);background:var(--surface2,#1a1a1a);transform:translateY(-2px)}.app-logo-img{object-fit:contain}.app-logo-fallback,.app-logo-img{width:44px;height:44px;border-radius:10px}.app-logo-fallback{background:var(--bg);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;font-size:.65rem;font-weight:700;color:var(--gold);letter-spacing:.03em}.app-logo-fallback.hidden{display:none}.app-logo-name{font-size:.72rem;color:var(--text2);font-weight:500;line-height:1.3}.blog-section,.channels-section,.cta-section,.diaspora-section,.faq-section,.how-section,.live-strip,.pricing-section,.sport-section,.stats-section,.testimonials-section{content-visibility:auto;contain-intrinsic-size:auto 760px}.country-section{content-visibility:auto;contain-intrinsic-size:auto 520px}