*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}:root{--primary:#FF2E63;--accent:#08D9D6;--gold:#FFD93D;--bg:#0a0612;--surface:rgba(255,255,255,0.03);--text:#f4f1ff;--text-dim:#a39bb8;--line:rgba(255,255,255,0.06)}html{scroll-behavior:smooth}body{font-family:'Inter',system-ui,sans-serif;background:var(--bg);color:var(--text);line-height:1.65;overflow-x:hidden;font-weight:400;-webkit-font-smoothing:antialiased}.ab-bg-canvas{position:fixed;inset:0;z-index:-2;background:radial-gradient(ellipse 80% 60% at 20% 0%,rgba(255,46,99,0.18),transparent 60%),radial-gradient(ellipse 70% 50% at 90% 30%,rgba(8,217,214,0.12),transparent 65%),radial-gradient(ellipse 60% 80% at 50% 100%,rgba(255,217,61,0.08),transparent 60%),linear-gradient(180deg,#0a0612 0%,#120a22 50%,#0a0612 100%)}.ab-bg-grain{position:fixed;inset:0;z-index:-1;pointer-events:none;opacity:.35;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.08 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E")}.ab-emoji-bg{position:fixed;inset:0;z-index:-1;pointer-events:none;overflow:hidden;filter:blur(2px) saturate(1.4) hue-rotate(-10deg) contrast(1.1);mix-blend-mode:screen;opacity:.18}.ab-emoji-bg span{position:absolute;font-size:6rem;animation:float 22s ease-in-out infinite;text-shadow:0 0 40px currentColor}.ab-emoji-bg span:nth-child(1){top:8%;left:6%;color:var(--gold);animation-delay:0s}.ab-emoji-bg span:nth-child(2){top:18%;right:10%;color:var(--primary);animation-delay:-4s}.ab-emoji-bg span:nth-child(3){top:48%;left:78%;color:var(--accent);animation-delay:-8s}.ab-emoji-bg span:nth-child(4){top:62%;left:4%;color:var(--gold);animation-delay:-12s}.ab-emoji-bg span:nth-child(5){top:82%;right:18%;color:var(--primary);animation-delay:-16s}.ab-emoji-bg span:nth-child(6){top:35%;left:42%;color:var(--accent);animation-delay:-6s}.ab-emoji-bg span:nth-child(7){top:90%;left:55%;color:var(--gold);animation-delay:-10s}@keyframes float{0%,100%{transform:translate(0,0) rotate(-6deg) scale(1)}33%{transform:translate(30px,-40px) rotate(8deg) scale(1.1)}66%{transform:translate(-25px,30px) rotate(-4deg) scale(.95)}}.ab-cursor-glow{position:fixed;width:500px;height:500px;border-radius:50%;background:radial-gradient(circle,rgba(255,46,99,0.15),transparent 70%);pointer-events:none;z-index:-1;transform:translate(-50%,-50%);will-change:transform}.ab-wrap{max-width:1240px;margin:0 auto;padding:0 28px}header{position:sticky;top:0;z-index:50;backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);background:rgba(10,6,18,0.6)}.ab-nav{display:flex;align-items:center;justify-content:space-between;padding:20px 0}.ab-logo{font-family:'Unbounded',sans-serif;font-weight:900;font-size:1.5rem;letter-spacing:-.02em;display:flex;align-items:center;gap:10px;text-decoration:none;color:var(--text)}.ab-logo-dot{width:14px;height:14px;border-radius:4px;background:conic-gradient(from 180deg,var(--primary),var(--gold),var(--accent),var(--primary));box-shadow:0 0 20px var(--primary);animation:spin 8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.ab-logo span{background:linear-gradient(135deg,var(--gold),var(--primary));-webkit-background-clip:text;background-clip:text;color:transparent}.ab-nav-links{display:flex;gap:32px;list-style:none}.ab-nav-links a{color:var(--text-dim);text-decoration:none;font-size:.92rem;font-weight:500;transition:color .25s;position:relative}.ab-nav-links a:hover{color:var(--text)}.ab-nav-links a::after{content:'';position:absolute;bottom:-6px;left:0;width:0;height:1px;background:var(--primary);transition:width .3s}.ab-nav-links a:hover::after{width:100%}.ab-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 28px;font-family:'Unbounded',sans-serif;font-weight:700;font-size:.85rem;letter-spacing:.04em;text-transform:uppercase;text-decoration:none;color:#0a0612;cursor:pointer;background:linear-gradient(135deg,var(--gold) 0%,var(--primary) 100%);border-radius:14px;position:relative;overflow:hidden;transition:transform .25s cubic-bezier(.22,.61,.36,1);box-shadow:0 10px 30px -10px rgba(255,46,99,0.6),0 0 0 1px rgba(255,217,61,0.3) inset}.ab-btn::before{content:'';position:absolute;inset:0;background:linear-gradient(135deg,var(--primary),var(--gold));opacity:0;transition:opacity .3s}.ab-btn span{position:relative;z-index:1}.ab-btn:hover{transform:translateY(-2px) scale(1.02)}.ab-btn:hover::before{opacity:1}.ab-btn-ghost{background:transparent;color:var(--text);box-shadow:0 0 0 1px var(--line) inset;padding:12px 22px}.ab-btn-ghost:hover{box-shadow:0 0 0 1px var(--accent) inset;color:var(--accent)}.ab-hero{padding:80px 0 100px;position:relative}.ab-hero-tag{display:inline-flex;align-items:center;gap:10px;padding:8px 16px;border-radius:999px;background:var(--surface);font-size:.78rem;color:var(--text-dim);margin-bottom:28px;backdrop-filter:blur(10px)}.ab-hero-tag .ab-pulse{width:8px;height:8px;border-radius:50%;background:var(--accent);box-shadow:0 0 0 0 var(--accent);animation:pulse 2s infinite}@keyframes pulse{0%{box-shadow:0 0 0 0 rgba(8,217,214,0.7)}70%{box-shadow:0 0 0 14px rgba(8,217,214,0)}100%{box-shadow:0 0 0 0 rgba(8,217,214,0)}}.ab-hero-title{font-family:'Unbounded',sans-serif;font-weight:900;font-size:clamp(1.75rem,7.5vw,5rem);line-height:1.08;letter-spacing:-.03em;margin-bottom:24px;max-width:100%;overflow-wrap:anywhere;word-break:break-word}.ab-hero-title .ab-grad{background:linear-gradient(135deg,var(--gold) 0%,var(--primary) 50%,var(--accent) 100%);-webkit-background-clip:text;background-clip:text;color:transparent;display:inline-block}.ab-hero .ab-lead{font-size:1.15rem;color:var(--text-dim);max-width:620px;margin-bottom:40px;font-weight:300}.ab-hero-cta{display:flex;gap:16px;flex-wrap:wrap;align-items:center}.ab-hero-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:24px;margin-top:80px}.ab-stat{display:flex;flex-direction:column;gap:4px}.ab-stat-num{font-family:'Unbounded',sans-serif;font-weight:700;font-size:2.2rem;background:linear-gradient(135deg,var(--text),var(--text-dim));-webkit-background-clip:text;background-clip:text;color:transparent}.ab-stat-label{font-size:.82rem;color:var(--text-dim);text-transform:uppercase;letter-spacing:.08em}.ab-section{padding:90px 0;position:relative}.ab-section-divider{height:1px;width:100%;margin:0 auto;background:linear-gradient(90deg,transparent,var(--line) 20%,var(--line) 80%,transparent)}.ab-eyebrow{font-family:'Unbounded',sans-serif;font-size:.75rem;text-transform:uppercase;letter-spacing:.18em;color:var(--accent);margin-bottom:14px;display:block}.ab-section-title{font-family:'Unbounded',sans-serif;font-weight:700;font-size:clamp(1.8rem,3.5vw,2.8rem);line-height:1.1;letter-spacing:-.02em;margin-bottom:24px;max-width:780px}.ab-section p{color:var(--text-dim);margin-bottom:16px;font-size:1rem;max-width:780px}.ab-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:20px;margin-top:48px}.ab-card{position:relative;padding:32px 28px;border-radius:22px;background:linear-gradient(180deg,rgba(255,255,255,0.04),rgba(255,255,255,0.01));overflow:hidden;transition:transform .35s cubic-bezier(.22,.61,.36,1)}.ab-card::before{content:'';position:absolute;inset:0;border-radius:22px;padding:1px;background:linear-gradient(135deg,rgba(255,255,255,0.12),rgba(255,255,255,0.02) 40%,transparent);-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.ab-card:hover{transform:translateY(-6px)}.ab-card-icon{width:48px;height:48px;border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:1.4rem;margin-bottom:20px;background:linear-gradient(135deg,var(--primary),var(--gold));color:#0a0612;font-weight:900;font-family:'Unbounded',sans-serif;box-shadow:0 10px 30px -12px var(--primary)}.ab-card:nth-child(2) .ab-card-icon{background:linear-gradient(135deg,var(--accent),var(--primary));box-shadow:0 10px 30px -12px var(--accent)}.ab-card:nth-child(3) .ab-card-icon{background:linear-gradient(135deg,var(--gold),var(--accent));box-shadow:0 10px 30px -12px var(--gold)}.ab-card:nth-child(4) .ab-card-icon{background:linear-gradient(135deg,var(--primary),var(--accent));box-shadow:0 10px 30px -12px var(--primary)}.ab-card > p:first-of-type{font-family:'Unbounded',sans-serif;font-weight:600;font-size:1.15rem;margin-bottom:10px;letter-spacing:-.01em}.ab-card p{color:var(--text-dim);font-size:.92rem;line-height:1.6;margin:0}.ab-content-block{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start}.ab-content-block.ab-reverse{direction:rtl}.ab-content-block.ab-reverse>*{direction:ltr}.ab-content-visual{position:sticky;top:120px;height:380px;border-radius:28px;background:linear-gradient(135deg,rgba(255,46,99,0.15),rgba(8,217,214,0.1));display:flex;align-items:center;justify-content:center;overflow:hidden}.ab-content-visual::before{content:'';position:absolute;inset:0;background:radial-gradient(circle at 30% 30%,rgba(255,217,61,0.3),transparent 50%),radial-gradient(circle at 70% 70%,rgba(255,46,99,0.3),transparent 50%);animation:swirl 12s ease-in-out infinite}@keyframes swirl{0%,100%{transform:scale(1) rotate(0)}50%{transform:scale(1.3) rotate(180deg)}}.ab-visual-orb{position:relative;z-index:1;font-family:'Unbounded',sans-serif;font-weight:900;font-size:5rem;letter-spacing:-.04em;background:linear-gradient(135deg,var(--gold),var(--primary));-webkit-background-clip:text;background-clip:text;color:transparent;filter:drop-shadow(0 10px 40px rgba(255,46,99,0.4))}.ab-cta-block{margin-top:60px;padding:60px 50px;border-radius:32px;background:linear-gradient(135deg,rgba(255,46,99,0.12),rgba(255,217,61,0.06));position:relative;overflow:hidden;text-align:center}.ab-cta-block::before{content:'';position:absolute;inset:0;border-radius:32px;padding:1px;background:linear-gradient(135deg,rgba(255,217,61,0.4),transparent 60%);-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.ab-cta-block .ab-cta-title{font-family:'Unbounded',sans-serif;font-size:clamp(1.6rem,3vw,2.4rem);margin-bottom:16px;letter-spacing:-.02em}.ab-cta-block p{margin:0 auto 32px;max-width:560px}footer{margin-top:80px;padding:60px 0 30px;border-top:1px solid var(--line)}.ab-footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:60px;margin-bottom:50px}.ab-footer-brand p{color:var(--text-dim);font-size:.88rem;margin-top:14px;line-height:1.6}.ab-footer-col > div:first-child{font-family:'Unbounded',sans-serif;font-size:.85rem;text-transform:uppercase;letter-spacing:.08em;margin-bottom:18px;color:var(--text)}.ab-footer-col ul{list-style:none}.ab-footer-col li{margin-bottom:10px}.ab-footer-col a{color:var(--text-dim);text-decoration:none;font-size:.9rem;transition:color .2s}.ab-footer-col a:hover{color:var(--accent)}.ab-ymyl{padding:28px;border-radius:18px;background:rgba(255,217,61,0.04);margin-bottom:30px;font-size:.82rem;color:var(--text-dim);line-height:1.7;border:1px solid rgba(255,217,61,0.1)}.ab-ymyl strong{color:var(--gold);font-weight:600}.ab-copy{display:flex;justify-content:space-between;align-items:center;padding-top:24px;border-top:1px solid var(--line);font-size:.82rem;color:var(--text-dim);flex-wrap:wrap;gap:14px}.ab-age{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:var(--primary);color:#fff;font-weight:900;font-size:.78rem;font-family:'Unbounded',sans-serif}@media(max-width:880px){.ab-nav-links{display:none}.ab-content-block{grid-template-columns:1fr;gap:30px}.ab-content-block.ab-reverse{direction:ltr}.ab-content-visual{position:relative;top:0;height:220px}.ab-visual-orb{font-size:3.5rem}.ab-footer-grid{grid-template-columns:1fr;gap:36px}.ab-cta-block{padding:40px 26px}.ab-hero{padding:50px 0 70px}.ab-section{padding:60px 0}.ab-wrap{padding:0 20px}.ab-copy{flex-direction:column;text-align:center}}[class*="swiper__wrapper"],.swiper-wrapper{transform:none !important;transition:none !important;width:max-content !important;min-width:100% !important}[class*="swiper-slide--hidden"],.swiper-slide--hidden{visibility:visible !important}div.swiper,[class*="swiper_-hlG5"],[class*="swiper_iwCYF"]{overflow-x:auto !important;overflow-y:hidden;-webkit-overflow-scrolling:touch;scroll-behavior:smooth;scrollbar-width:thin}[banner-category="default"]{scroll-snap-type:x mandatory}[banner-category="default"] [class*="swiper-slide"]{scroll-snap-align:center;flex-shrink:0 !important}[class*="showcase-navigation"] [class*="swiper_-hlG5"],[class*="showcase-navigation"] [class*="swiper_iwCYF"]{height:auto !important;min-height:72px !important;overflow-y:visible !important}@media (max-width:767px){[class*="showcase-navigation__slide"]{width:auto !important;min-width:100px !important;flex:0 0 auto !important}[class*="l-showcase-navigation-item_"]:not([class*="__"]),a[class*="showcase-navigation-item"]:not([class*="__"]){min-width:100px !important;min-height:72px !important;height:72px !important;padding:8px 10px !important;box-sizing:border-box !important}[class*="showcase-navigation-item__name"],[class*="showcase-navigation-item__icon"]{min-height:0 !important;height:auto !important}[class*="showcase-navigation-item__name"]{overflow:visible !important;text-overflow:clip !important;white-space:nowrap !important;width:auto !important;max-width:none !important}}[class*="daily-combo"] [class*="swiper-slide"],[class*="home-promotions"] [class*="swiper-slide"]{flex-shrink:0 !important}html,body,#app.wrapper{max-width:100%;overflow-x:clip}@media (max-width:1279px){html,body{height:auto !important;min-height:100% !important;overflow-y:auto !important}#app.wrapper{height:auto !important;min-height:auto !important}[class*="content-wrap"]{min-width:0 !important;max-width:100% !important;width:100% !important;min-height:auto !important}[class*="column_lfDN8"]{flex-wrap:nowrap;min-width:0 !important}[class*="column__main"]{flex:1 1 auto !important;min-width:0 !important;max-width:100% !important;overflow:visible !important}[class*="aside-column--right"],[class*="slip-column-desktop-container"]{display:none !important}[class*="horizontal-navigation"]{display:none !important}[class*="footer_f8HcM"]{min-width:0 !important;max-width:100% !important;width:100% !important}[class*="swiper-banner__slide"]{width:100% !important;padding-right:0 !important}[class*="headline-bn--v4"]{width:100% !important;max-width:100% !important}}@media (max-width:1150px){[class*="column__left"]{position:fixed !important;top:var(--main-header-height,56px) !important;left:0 !important;z-index:65 !important;transform:translate(calc(-100% - 16px)) !important;min-width:252px !important;max-width:252px !important}}@media (max-width:1023px){[class*="header-bar__right"] [class*="language-switcher"]{display:none !important}[class*="showcase-navigation__slide"]{width:auto !important;flex:0 0 auto !important}[class*="l-showcase-navigation-item_"]:not([class*="__"]){min-width:72px !important;padding:8px 12px !important;font-size:12px !important}[class*="sport-event-list-league-headline"]{flex-wrap:wrap !important;height:auto !important;min-height:40px !important;padding:4px 0 !important}[class*="sport-event-list-league-headline__label"]{min-width:0 !important;flex:1 1 100% !important}[class*="sportline-event-block"]{overflow-x:auto !important;-webkit-overflow-scrolling:touch}}@media (max-width:767px){[class*="column__main"] [class*="content_"]{padding-left:8px !important;padding-right:8px !important}[class*="top-banners-container"]{padding-left:0 !important;padding-right:0 !important}[class*="banner-section"]{padding-left:8px !important;padding-right:8px !important}[class*="headline-bn__heading"]{font-size:22px !important;letter-spacing:0.5px !important}[class*="headline-bn__text"]{font-size:14px !important}[class*="sportline-runner"]{flex:1 1 0 !important;width:auto !important;min-width:48px !important;min-height:44px !important}[class*="main-market-container__main-content"]{width:100% !important;height:auto !important;min-height:44px !important;gap:4px !important}[class*="sportline-event-more-indicator"]{flex:0 0 40px !important;min-width:40px !important}[class*="sport-event-list-sport-headline"]{display:flex !important;align-items:center !important;justify-content:space-between !important;flex-wrap:nowrap !important;height:48px !important;min-height:48px !important;max-height:56px !important;padding:0 8px !important;box-sizing:border-box !important;overflow:hidden !important}[class*="sport-event-list-sport-headline__sport-icon"]{display:flex !important;flex:none !important;align-items:center !important;justify-content:center !important;width:24px !important;height:24px !important;min-width:24px !important;margin-right:8px !important;overflow:hidden !important}[class*="sport-event-list-sport-headline__sport-icon"] svg,[class*="sport-event-list-sport-headline__expand-icon"]{width:20px !important;height:20px !important;min-width:20px !important;min-height:20px !important;flex:none !important}[class*="sport-event-list-sport-headline__expand-icon"]{width:24px !important;height:24px !important;min-width:24px !important}[class*="sport-event-list-sport-headline__left"]{display:flex !important;flex:1 1 auto !important;flex-direction:row-reverse !important;align-items:center !important;justify-content:flex-start !important;gap:4px !important;min-width:0 !important;height:auto !important;max-height:48px !important;overflow:hidden !important}[class*="sport-event-list-sport-headline__title"]{flex:1 1 auto !important;min-width:0 !important;overflow:hidden !important}[class*="sport-event-list-sport-headline__label"]{display:block !important;overflow:hidden !important;text-overflow:ellipsis !important;white-space:nowrap !important;font-size:18px !important;font-weight:500 !important;line-height:20px !important;color:var(--TextDefault) !important}[class*="sport-event-list-sport-headline__right"]{display:flex !important;flex:0 1 auto !important;align-items:center !important;justify-content:flex-end !important;min-width:0 !important;max-width:52% !important;margin-left:8px !important;height:auto !important;overflow:hidden !important}[class*="sport-event-list-markets-dropdown"] [class*="popper__content"]{display:none !important}[class*="sport-event-list-markets-dropdown"] a[class*="button"]{max-width:100% !important;overflow:hidden !important;text-overflow:ellipsis !important;white-space:nowrap !important}[class*="desktop-layout-header"]{position:sticky !important;top:0;z-index:50}[class*="header-bar__inner"]{padding-left:4px !important;padding-right:4px !important}html:not([class*="layout--phone"]) [class*="header-bar__info"]{display:none !important}[class*="footer__body"]{padding:12px !important}html:not([class*="layout--phone"]) [class*="footer__info"]{flex-direction:column !important;gap:16px !important}html:not([class*="layout--phone"]) [class*="footer__menu"]{width:100% !important;max-width:100% !important}html:not([class*="layout--phone"]) [class*="footer-download-app"]{width:100% !important;max-width:100% !important;min-width:0 !important;margin-top:0 !important}[class*="footer__menu"]{width:100% !important}[class*="footer__banner"]{width:100% !important;margin:16px 0 0 !important}html:not([class*="layout--phone"]) [class*="desktop-layout-header"],html:not([class*="layout--phone"]) [class*="header-bar"]:not([class*="header-bar__"]){max-width:100% !important;width:100% !important;overflow:hidden !important}html:not([class*="layout--phone"]) [class*="header-bar__inner"]{min-width:0 !important;max-width:100% !important;width:100% !important;display:flex !important;justify-content:space-between !important;box-sizing:border-box !important}html:not([class*="layout--phone"]) [class*="header-bar__left"]{flex:0 0 auto !important;width:auto !important;min-width:auto !important;max-width:none !important;overflow:visible !important}html:not([class*="layout--phone"]) [class*="header-bar__menu-button"]{flex:none !important;width:44px !important;min-width:44px !important}html:not([class*="layout--phone"]) [class*="header-bar__right"]{flex:0 0 auto !important;width:auto !important;min-width:0 !important;max-width:none !important;margin-left:auto !important}html:not([class*="layout--phone"]) [class*="header-registration"]{display:flex !important;flex:none !important;gap:4px !important}html:not([class*="layout--phone"]) [class*="desktop-layout-header"]{padding-bottom:44px !important;overflow:visible !important}html:not([class*="layout--phone"]) [class*="header__content"]{position:static !important}html:not([class*="layout--phone"]) [class*="horizontal-navigation"]{display:flex !important;position:absolute !important;top:56px !important;right:0 !important;bottom:auto !important;left:0 !important;width:100% !important;height:44px !important;flex:none !important;background-color:var(--Layer1) !important;overflow:hidden !important;z-index:1 !important}html:not([class*="layout--phone"]) [class*="horizontal-navigation__base"]{display:flex !important;position:static !important;width:100% !important;height:100% !important;margin:0 !important;padding:0 !important}html:not([class*="layout--phone"]) [class*="horizontal-navigation__list-item"]{flex:1 1 0 !important;position:static !important;width:auto !important}html:not([class*="layout--phone"]) [class*="horizontal-navigation__list-item"]:nth-child(n+4){display:none !important}html:not([class*="layout--phone"]) [class*="horizontal-navigation-button"]{position:static !important;justify-content:center !important;width:100% !important;height:44px !important}html:not([class*="layout--phone"]) [class*="sportline-event-block-container__favorite"]{display:none !important}html:not([class*="layout--phone"]) [class*="sportline-event-logos-container"],html:not([class*="layout--phone"]) [class*="sportline-event-logos"]{display:none !important}html:not([class*="layout--phone"]) [class*="sportline-event-info"]{flex-direction:column !important;align-items:stretch !important;height:auto !important;min-height:0 !important}html:not([class*="layout--phone"]) [class*="event-info-columns"]{display:flex !important;flex-direction:row !important;align-items:center !important;justify-content:space-between !important;gap:6px !important;width:100% !important;min-width:0 !important}html:not([class*="layout--phone"]) [class*="event-info-columns__left-column"]{display:flex !important;flex-direction:row !important;align-items:center !important;gap:8px !important;flex:1 1 auto !important;min-width:0 !important;overflow:hidden !important}html:not([class*="layout--phone"]) [class*="sportline-event-block"]{height:auto !important;min-height:0 !important;overflow:visible !important}html:not([class*="layout--phone"]) [class*="sportline-event-block-container"]{flex-wrap:wrap !important;align-items:stretch !important;height:auto !important;gap:4px !important;padding:8px !important}html:not([class*="layout--phone"]) [class*="sportline-event-competitors"]{display:flex !important;flex-direction:column !important;gap:6px !important;min-width:0 !important;overflow:hidden !important}html:not([class*="layout--phone"]) [class*="sportline-event-competitor"]{min-height:0 !important;line-height:1.2 !important}html:not([class*="layout--phone"]) [class*="sportline-event-competitor__name"]{display:block !important;overflow:hidden !important;text-overflow:ellipsis !important;white-space:nowrap !important}html:not([class*="layout--phone"]) [class*="main-market-container"]{width:100% !important;margin-top:0 !important}[class*="daily-combo-slider__item"]{width:calc(100vw - 24px) !important;max-width:100% !important}[class*="combo-item"]{width:100% !important;max-width:100% !important;box-sizing:border-box !important}[class*="home-promotions__slide"]{width:calc(100vw - 24px) !important;max-width:320px !important}}@media (max-width:480px){[class*="sportline-event-block"]{flex-direction:column !important;align-items:stretch !important;height:auto !important;min-height:0 !important;padding:8px !important}[class*="sportline-competitors"],[class*="main-market-container"]{width:100% !important;max-width:100% !important}[class*="sport-event-list-league-headline__market-label"]{display:none !important}}html[class*="layout--phone"] [class*="tab-bar"]{position:fixed !important;right:0 !important;bottom:0 !important;left:0 !important;z-index:60 !important}html[class*="layout--phone"] #app.wrapper,html[class*="layout--phone"] [class*="content-wrap"]{padding-bottom:calc(52px+env(safe-area-inset-bottom,0px)) !important}html[class*="layout--phone"] [class*="desktop-layout-header"]{display:none !important}html[class*="layout--phone"] [class*="header_Nco9H"],html[class*="layout--phone"] [class*="header-bar"]:not([class*="header-bar__"]){max-width:100% !important;overflow:visible !important}html[class*="layout--phone"] [class*="header-bar__left"]{flex:1 !important;min-width:0 !important;max-width:none !important;overflow:visible !important}html[class*="layout--phone"] [class*="header-bar__right"]{flex:none !important}html[class*="layout--phone"] [class*="header-bar__menu-button"]{flex:none !important;width:auto !important;min-width:44px !important}html[class*="layout--phone"] [class*="footer__follow-item"]{width:auto !important;max-width:none !important}@media(max-width:880px){.ab-hero-title{font-size:clamp(1.45rem,6.2vw,2.35rem)!important;line-height:1.12;letter-spacing:-.02em;margin-bottom:16px}}@media(max-width:480px){.ab-hero-title{font-size:clamp(1.3rem,5.8vw,1.85rem)!important}}@media(max-width:880px){.ab-logo{font-size:1.05rem!important;letter-spacing:-.01em;gap:6px;max-width:min(52vw,200px);overflow:hidden;text-overflow:ellipsis}.ab-logo-dot{width:8px!important;height:8px!important}}