@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Russo+One&display=swap";@font-face{font-family:Gilroy;src:local("Gilroy Regular"),local("Gilroy-Regular"),local("Gilroy");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Gilroy;src:local("Gilroy Medium"),local("Gilroy-Medium"),local("Gilroy");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Gilroy;src:local("Gilroy Semibold"),local("Gilroy-Semibold"),local("Gilroy");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Gilroy;src:local("Gilroy Bold"),local("Gilroy-Bold"),local("Gilroy");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Gilroy;src:local("Gilroy ExtraBold"),local("Gilroy-ExtraBold"),local("Gilroy");font-weight:800;font-style:normal;font-display:swap}@font-face{font-family:Asphaltic Scratch;src:local("ASPHALTIC SCRATCH(RUS BY LYAJKA)"),local("ASPHALTIC SCRATCH"),local("Asphaltic Scratch");font-weight:400;font-style:normal;font-display:swap}:root{--font-ui: "Gilroy", "Manrope", sans-serif;--font-brand: "Asphaltic Scratch", "Russo One", sans-serif}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{min-height:100%}body{font-family:var(--font-ui);background:#01040d;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}button,input{font-family:inherit}.site-header{width:100%;padding:14px 22px 10px;font-family:var(--font-ui);display:flex;justify-content:center}.header-shell{position:relative;width:100%;max-width:1880px;height:58px;border-radius:16px;border:1px solid rgba(58,168,255,.62);background:linear-gradient(90deg,#0c244ef5,#0a1e3cf0 46%,#0a1c38f5),url(/background.svg);background-size:cover;background-position:center;display:flex;align-items:center;overflow:hidden}.header-shell:before{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(135deg,rgba(88,154,255,.2),transparent 38%),radial-gradient(circle at 78% 20%,rgba(74,146,255,.18),transparent 40%)}.header-brand{position:relative;z-index:1;width:118px;height:100%;border-right:1px solid rgba(141,181,230,.32);background:linear-gradient(132deg,rgba(63,118,255,.32),transparent 64%);flex:0 0 auto}.header-nav{position:relative;z-index:1;display:flex;align-items:center;height:100%;flex:1 1 auto;min-width:0}.header-nav-item{height:100%;padding:0 14px;border:none;border-right:1px solid rgba(141,181,230,.22);background:transparent;color:#e5efff;font-size:13px;font-weight:600;cursor:pointer;flex:1 1 0;display:flex;align-items:center;justify-content:center;text-align:center;min-width:0}.header-nav-item.active{color:#fff;background:linear-gradient(180deg,#7ebcff6b,#5699ff29);box-shadow:inset 0 -2px #a8dcff}.header-search{position:relative;z-index:1;height:100%;width:214px;padding:0 12px;border-right:1px solid rgba(141,181,230,.22);display:flex;align-items:center;gap:6px;color:#c8d7f0;flex:0 0 auto}.header-search input{width:100%;height:30px;border-radius:18px;border:1px solid rgba(141,181,230,.42);background:#38548894;padding:0 12px;color:#fff;font-size:12px;outline:none;min-width:0}.header-search input::placeholder{color:#c8d7f0}.header-auth{position:relative;z-index:1;height:100%;width:194px;border:none;background:linear-gradient(90deg,#5b1039,#3f174c);color:#fff;font-size:13px;font-weight:700;display:flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;flex:0 0 auto;white-space:nowrap}.header-logout{position:relative;z-index:1;width:76px;height:100%;border:none;border-left:1px solid rgba(141,181,230,.22);background:#05132dbd;color:#f7fbff;font-size:12px;font-weight:700;cursor:pointer;flex:0 0 auto}.header-menu{display:none;width:62px;height:100%;border:none;background:transparent;color:#fff;cursor:pointer;flex:0 0 auto}.header-mobile-drawer{display:none}@media(max-width:1024px){.site-header{padding:10px 12px 12px}.header-shell{height:60px;border-radius:14px}.header-brand{width:96px}.header-nav,.header-search{display:none}.header-auth{margin-left:auto;margin-right:0;width:150px;height:100%;font-size:11px;gap:0}.header-auth svg{display:none}.header-logout{width:68px;font-size:10px}.header-menu{display:inline-flex;align-items:center;justify-content:center}.header-mobile-drawer{margin-top:8px;border:1px solid rgba(46,162,255,.35);border-radius:12px;background:#0f1f3e;overflow:hidden;display:block;width:100%;max-width:1880px}.header-mobile-item{width:100%;height:46px;border:none;border-bottom:1px solid rgba(141,181,230,.2);background:transparent;color:#d2def0;text-align:left;padding:0 16px;font-size:13px;cursor:pointer}.header-mobile-item:last-child{border-bottom:none}}.auth-modal-overlay{position:fixed;inset:0;z-index:2000;background:#020614d1;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);display:grid;place-items:center;padding:14px}.auth-modal-shell{width:min(680px,100%);min-height:460px;border-radius:18px;border:1px solid rgba(62,144,255,.52);background:radial-gradient(circle at 80% 75%,rgba(6,111,255,.23),transparent 44%),linear-gradient(120deg,#0b2970f7,#0a1539f5 72%);box-shadow:0 28px 70px #00071e94;display:grid;place-items:center;position:relative}.auth-modal-close{position:absolute;top:12px;right:12px;width:30px;height:30px;border:none;border-radius:8px;background:#ffffff12;color:#dce9ff;cursor:pointer}.auth-modal-card{width:min(312px,calc(100% - 40px));min-height:390px;border-radius:12px;border:1px solid rgba(255,56,123,.7);background:linear-gradient(160deg,#ff2d8940,#54124e4d),linear-gradient(120deg,#3d143d,#281834 70%,#1a1b36);padding:18px 16px 14px;color:#fff;display:flex;flex-direction:column;gap:10px}.auth-modal-card h2{margin:0;text-align:center;font-size:22px;font-weight:800}.auth-switch-row{display:grid;grid-template-columns:1fr 1fr;gap:8px}.auth-switch-row button{height:30px;border-radius:8px;border:1px solid rgba(228,204,255,.25);color:#f5f1ff;background:#ffffff0a;font-size:12px;font-weight:700;cursor:pointer}.auth-switch-row button.active{border-color:#14b8ffe6;background:linear-gradient(90deg,#15afff4d,#ff008a40)}.auth-form{display:flex;flex-direction:column;gap:7px}.auth-form label{display:flex;flex-direction:column;gap:4px}.auth-form label span{font-size:10px;color:#dfd9f8}.auth-form input{width:100%;height:30px;border-radius:4px;border:1px solid rgba(170,212,255,.45);background:#ffffffeb;color:#111827;padding:0 10px;font-size:12px;outline:none}.auth-form input::placeholder{color:#6f7391}.auth-submit{margin-top:6px;width:100%;height:34px;border:0;border-radius:999px;background:linear-gradient(90deg,#11c7ff,#d61a8f);color:#fff;font-size:12px;font-weight:800;cursor:pointer}.auth-submit:disabled{opacity:.6;cursor:not-allowed}.auth-note{text-align:center;margin:0;font-size:10px;color:#d0cfe4;line-height:1.4}.auth-error{margin-top:auto;font-size:11px;color:#ffd2db;background:#ff2c7633;border:1px solid rgba(255,44,118,.45);border-radius:8px;padding:8px}.auth-info{margin-top:auto;font-size:11px;color:#d8faff;background:#14a1ff2e;border:1px solid rgba(80,186,255,.45);border-radius:8px;padding:8px}.auth-modal-success{display:flex;flex-direction:column;gap:14px;margin-top:12px}.auth-modal-success p{margin:0;text-align:center;color:#f2e9ff;font-size:11px;line-height:1.5}.auth-modal-success p button{background:none;border:none;color:#ffcf4e;text-decoration:underline;padding:0;cursor:pointer;font-size:11px}.auth-modal-actions{margin-top:8px}@media(max-width:640px){.auth-modal-shell{min-height:420px}.auth-modal-card{width:min(320px,calc(100% - 20px));min-height:360px}}.site-footer{margin-top:20px;padding:0 6px 8px;font-family:var(--font-ui);display:flex;justify-content:center}.site-footer-frame{width:100%;max-width:1880px;min-height:252px;border:2px solid #28c1ff;background:#000d1f;padding:18px 22px 12px}.site-footer-columns{display:grid;grid-template-columns:110px 110px 170px 110px 155px;justify-content:space-between;align-items:flex-start;gap:24px}.site-footer-columns h3{margin:0 0 8px;color:#f0f6ff;font-size:11px;font-weight:500}.site-footer-link{display:block;color:#b3c7e9;font-size:8px;line-height:1.55;margin-bottom:3px;text-decoration:none}.site-footer-socials{display:flex;gap:10px;align-items:center}.site-footer-socials .site-footer-link{margin:0}.site-footer-legal{margin:26px 0 0 auto;width:224px;color:#c8d8f3b3;font-size:7px;line-height:1.35;text-align:left}@media(max-width:1024px){.site-footer{padding:0 0 8px}.site-footer-frame{border-left:none;border-right:none;padding:16px 12px 12px}.site-footer-columns{grid-template-columns:1fr 1fr;gap:14px 16px}.site-footer-columns h3{font-size:12px}.site-footer-link{font-size:10px}.site-footer-socials{flex-direction:column;align-items:flex-start;gap:4px}.site-footer-legal{margin:14px 0 0;width:100%;font-size:9px}}.hero-banner{position:relative;min-height:408px;border-radius:24px;border:1px solid rgba(64,164,255,.72);background:linear-gradient(135deg,#09204c,#0a2357 40%,#0d2e72);overflow:hidden;box-shadow:inset 0 1px #aadcff1a}.hero-banner-bg{position:absolute;inset:0;background-size:cover;background-position:center;opacity:.28;transform:scale(1.02)}.hero-banner:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 18% 14%,rgba(119,182,255,.18) 0%,transparent 28%),radial-gradient(circle at 72% 30%,rgba(72,141,255,.22) 0%,transparent 30%),linear-gradient(90deg,#040d1fd6,#050f23cc 38%,#050f237a 72%,#050f2347);pointer-events:none}.hero-banner:after{content:"";position:absolute;left:0;right:0;bottom:0;height:70px;background:linear-gradient(180deg,#0a245a1a,#0a245aa8);pointer-events:none}.hero-slider-panel{position:relative;z-index:1;min-height:408px;padding:28px 34px 20px;display:flex;flex-direction:column;justify-content:space-between}.hero-content{width:min(100%,760px);display:flex;flex-direction:column;gap:14px}.hero-eyebrow{color:#cde3ffc7;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.hero-title{margin:0;color:#fff;font-family:var(--font-brand);font-size:88px;line-height:.88;letter-spacing:.02em;white-space:normal;text-shadow:0 10px 28px rgba(0,0,0,.28)}.hero-title span{display:inline-flex;align-items:center;justify-content:center;min-width:164px;height:78px;margin-left:10px;padding:0 18px;border-radius:16px;background:linear-gradient(180deg,#d83b90,#97245f);box-shadow:inset 0 1px #ffffff24;font-size:66px;line-height:1}.hero-story-title{max-width:700px;margin:0;color:#fff;font-size:22px;font-weight:800;line-height:1.24}.hero-description{max-width:760px;margin:0;color:#f2f7ff;font-size:16px;line-height:1.55}.hero-actions{display:flex;align-items:center;gap:22px;flex-wrap:wrap}.hero-btn{min-width:210px;height:58px;border:none;border-radius:14px;background:linear-gradient(90deg,#1fd1f4,#d02085);box-shadow:inset 0 1px #ffffff2e;color:#fff;font-size:16px;font-weight:800;text-transform:uppercase;cursor:pointer}.hero-btn-secondary{background:#06122b2e;border:1px solid rgba(131,201,255,.42)}.hero-btn-link{display:inline-flex;align-items:center;justify-content:center;text-decoration:none}.hero-meta{min-width:0}.hero-price{display:grid;grid-template-columns:auto auto;grid-template-rows:auto auto;align-items:end;column-gap:14px;row-gap:2px}.hero-price-old{grid-column:1 / 2;grid-row:1 / 2;color:#dce4f5bd;font-size:26px;font-weight:700;text-decoration:line-through;white-space:nowrap}.hero-price strong{grid-column:1 / 2;grid-row:2 / 3;color:#fff;font-size:48px;font-weight:800;line-height:.95;white-space:nowrap}.hero-price small{grid-column:2 / 3;grid-row:1 / 3;max-width:220px;color:#e1eaf9d6;font-size:12px;line-height:1.32}.hero-controls{display:flex;align-items:flex-end;justify-content:space-between;gap:18px}.hero-featured{min-width:0;max-width:760px;padding:14px 18px;border-radius:16px;background:linear-gradient(180deg,#0e2e7085,#08183d9e);border:1px solid rgba(111,181,255,.2);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.hero-featured-label{display:block;margin-bottom:4px;color:#cbe3ffc2;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.hero-featured strong{display:block;color:#fff;font-size:15px;line-height:1.35}.hero-featured small{display:block;margin-top:5px;color:#d6e5fcc2;font-size:11px;line-height:1.32}.hero-nav{display:flex;align-items:center;gap:12px;padding:0 6px}.hero-arrow{width:24px;height:24px;border:none;background:transparent;color:#dfeaff;font-size:18px;line-height:1;cursor:pointer}.hero-pagination{color:#f6fbff;font-size:18px;font-weight:700;white-space:nowrap}@media(max-width:1024px){.hero-banner{min-height:368px;margin:0 12px;border-radius:18px}.hero-slider-panel{min-height:368px;padding:20px 18px 16px}.hero-content{width:100%;gap:12px}.hero-eyebrow{font-size:10px}.hero-title{font-size:54px;line-height:.92}.hero-title span{min-width:110px;height:52px;margin-left:6px;padding:0 12px;border-radius:12px;font-size:42px}.hero-story-title{font-size:18px;line-height:1.22}.hero-description{font-size:14px;line-height:1.45}.hero-actions{align-items:flex-start;gap:14px}.hero-btn{min-width:176px;height:48px;font-size:13px}.hero-price{column-gap:10px}.hero-price-old{font-size:18px}.hero-price strong{font-size:34px}.hero-price small{max-width:180px;font-size:10px}.hero-controls{align-items:center}.hero-featured{padding:12px 14px}.hero-featured strong{font-size:13px}.hero-featured small{font-size:10px}.hero-pagination{font-size:14px}}.news-line-card{border-radius:16px;border:1px solid rgba(63,174,255,.62);background:linear-gradient(145deg,#091f45,#07142f);padding:10px}.news-line-card--expanded{min-height:508px;padding:12px}.news-line-list{display:flex;flex-direction:column;gap:8px}.news-line-empty{min-height:120px;border-radius:10px;border:1px dashed rgba(120,196,255,.28);background:#040d1f6b;display:flex;align-items:center;justify-content:center;color:#e3edffd6;font-size:14px;text-align:center;padding:16px}.news-line-list--scrollable{max-height:484px;overflow-y:auto;padding-right:4px;scrollbar-width:thin;scrollbar-color:rgba(120,196,255,.72) rgba(6,17,42,.5)}.news-line-list--scrollable::-webkit-scrollbar{width:8px}.news-line-list--scrollable::-webkit-scrollbar-track{background:#06112a73;border-radius:999px}.news-line-list--scrollable::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#88d4ffe6,#3787ffe6);border-radius:999px}.news-line-item{width:100%;min-height:52px;border:1px solid transparent;border-radius:8px;background:linear-gradient(180deg,#051027fa,#040d1ff5);display:grid;grid-template-columns:128px 24px 1fr;align-items:center;padding:10px 14px;gap:10px;cursor:pointer;text-align:left;font:inherit;color:inherit;transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease,background .16s ease}.news-line-item:hover{transform:translate(4px);border-color:#71c3ff5c;box-shadow:0 16px 28px #00000038;background:linear-gradient(180deg,#0a1c41fa,#07142ef5)}.news-line-item time{color:#d6e6fff5;font-size:12px}.news-line-icon{width:16px;height:16px;object-fit:contain}.news-line-item p{color:#fff;font-size:14px;margin:0;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}@media(max-width:1024px){.news-line-card{margin:0 12px}.news-line-item{min-height:50px;grid-template-columns:96px 20px 1fr}.news-line-item time,.news-line-item p{font-size:11px}.news-line-card--expanded{min-height:440px}.news-line-list--scrollable{max-height:416px}}.news-feed-card{width:100%;font-family:var(--font-ui)}.news-feed-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:12px}.news-feed-card h2{font-size:49px;line-height:1.15;margin:0;color:#fff}.news-feed-heading p{max-width:320px;margin:6px 0 0;color:#d3e3fb;font-size:12px;line-height:1.4}.news-feed-cta{display:inline-flex;align-items:center;justify-content:center;min-width:148px;height:42px;padding:0 18px;border:none;border-radius:12px;background:linear-gradient(90deg,#18c8ef,#ca1e82);color:#fff;text-decoration:none;font-size:12px;font-weight:800;text-transform:uppercase;white-space:nowrap;cursor:pointer}.news-feed-box{height:698px;border-radius:14px;border:1px solid rgba(63,174,255,.62);background:linear-gradient(156deg,#0b2148,#0a1a35 58%,#0f2443);padding-bottom:10px;display:flex;flex-direction:column;overflow:hidden}.news-feed-tabs{min-height:104px;border-bottom:1px solid rgba(143,192,255,.44);display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-auto-rows:52px;align-items:stretch;background:linear-gradient(180deg,#071836fa,#061229fa);position:relative;z-index:1;overflow:hidden}.news-feed-tabs button{border:none;border-right:1px solid rgba(138,181,236,.28);border-bottom:1px solid rgba(138,181,236,.22);background:transparent;color:#e7f0ff;font-size:11px;font-weight:500;cursor:pointer;padding:0 10px;min-height:52px;width:100%}.news-feed-tabs button:nth-child(3n){border-right:none}.news-feed-tabs button:nth-last-child(-n+3){border-bottom:none}.news-feed-tabs button.active{color:#fff;background:linear-gradient(180deg,#5898ff57,#265cb629);box-shadow:inset 0 -2px #99d5ff}.news-feed-list{padding:10px 10px 12px;display:flex;flex-direction:column;gap:8px;flex:1 1 auto;min-height:0;overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(120,196,255,.72) rgba(6,17,42,.5)}.news-feed-list::-webkit-scrollbar{width:8px}.news-feed-list::-webkit-scrollbar-track{background:#06112a73;border-radius:999px}.news-feed-list::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#88d4ffe6,#3787ffe6);border-radius:999px}.news-feed-state{min-height:120px;display:flex;align-items:center;justify-content:center;color:#fff}.news-feed-state.error{color:#ffb8c6}.news-feed-item{width:100%;min-height:104px;border-radius:10px;border:1px solid transparent;padding:10px;background:#050e22db;display:grid;grid-template-columns:68px 1fr;gap:12px;align-items:center;cursor:pointer;text-align:left;font:inherit;color:inherit;transition:transform .16s ease,border-color .16s ease,background .16s ease,box-shadow .16s ease}.news-feed-item:hover{transform:translateY(-2px);border-color:#79c5ff57;background:#07132df0;box-shadow:0 18px 34px #0000002e}.news-feed-item img{width:68px;height:84px;border-radius:8px;object-fit:cover}.news-feed-item-content{display:flex;flex-direction:column;justify-content:center;min-width:0;border:none}.news-feed-item-content time{color:#dae8ffeb;font-size:10px}.news-feed-item-content h3{margin:3px 0;color:#fff;font-size:13px;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.news-feed-item-content p{margin:0 0 6px;color:#c7d8f2;font-size:11px;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.news-feed-item-meta{color:#87d0ff;font-size:10px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.news-feed-item-source{color:#d2e2fab8;font-size:10px}.news-feed-card--compact .news-feed-box{height:auto;min-height:0;padding-bottom:0;border-radius:18px}.news-feed-card--compact .news-feed-tabs{min-height:auto;display:flex;gap:8px;padding:10px;overflow-x:auto;grid-template-columns:none;grid-auto-rows:auto;border-bottom:1px solid rgba(143,192,255,.32);scrollbar-width:none}.news-feed-card--compact .news-feed-tabs::-webkit-scrollbar{display:none}.news-feed-card--compact .news-feed-tabs button,.news-feed-card--compact .news-feed-tabs button:nth-child(3n),.news-feed-card--compact .news-feed-tabs button:nth-child(2n),.news-feed-card--compact .news-feed-tabs button:nth-last-child(-n+3),.news-feed-card--compact .news-feed-tabs button:nth-last-child(-n+2){min-height:32px;width:max-content;padding:0 14px;border:1px solid rgba(138,181,236,.22);border-radius:999px;white-space:nowrap}.news-feed-card--compact .news-feed-tabs button.active{box-shadow:none;border-color:#7bcbff7a}.news-feed-card--compact .news-feed-list{max-height:336px;padding:10px}.news-feed-card--compact .news-feed-item{min-height:86px;grid-template-columns:62px 1fr;gap:10px;padding:8px}.news-feed-card--compact .news-feed-item img{width:62px;height:62px}.news-feed-card--compact .news-feed-item-content time{font-size:9px}.news-feed-card--compact .news-feed-item-content h3{font-size:12px;line-height:1.35;-webkit-line-clamp:3}.news-feed-card--compact .news-feed-item-meta{margin-top:4px;font-size:9px}@media(max-width:1024px){.news-feed-heading{margin:0 12px 12px;align-items:flex-start;flex-direction:column}.news-feed-card h2{font-size:28px}.news-feed-heading p{max-width:100%;font-size:11px}.news-feed-cta{min-width:132px;height:38px;font-size:11px}.news-feed-box{height:640px;margin:0 12px}.news-feed-tabs{min-height:126px;grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:42px}.news-feed-tabs button{min-height:42px;font-size:10px}.news-feed-tabs button:nth-child(3n){border-right:1px solid rgba(138,181,236,.28)}.news-feed-tabs button:nth-child(2n){border-right:none}.news-feed-tabs button:nth-last-child(-n+2){border-bottom:none}.news-feed-card--compact .news-feed-box{margin:0 12px}}.stats-card{container-type:inline-size;position:relative;display:flex;flex-direction:column;border-radius:28px;border:1px solid rgba(255,48,163,.85);background:radial-gradient(circle at top left,rgba(174,88,255,.2),transparent 34%),radial-gradient(circle at bottom right,rgba(255,94,147,.2),transparent 32%),linear-gradient(135deg,#1e246f,#37164d 56%,#4c173f);padding:20px 16px 16px;height:720px;overflow:hidden;font-family:var(--font-ui);box-shadow:0 22px 54px #040a2357}.stats-card--compact{height:498px;padding:18px 14px 14px;border-radius:22px}.stats-card:before{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(135deg,rgba(255,255,255,.06),transparent 42%,rgba(255,255,255,.03))}.stats-card>*{position:relative;z-index:1}.stats-top{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:10px}.stats-top h2{margin:0;color:#fff;font-size:clamp(24px,8.4cqw,48px);line-height:1.02;letter-spacing:-.03em;text-wrap:balance}.stats-period-btn{appearance:none;flex:0 0 auto;min-width:98px;height:38px;padding:0 12px;border-radius:12px;border:1px solid rgba(204,191,255,.3);background:#110724bf;color:#fff;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:12px;font-weight:700;cursor:pointer}.stats-tabs{display:flex;flex-wrap:wrap;gap:8px 16px;margin-bottom:14px}.stats-tabs button{padding:0;border:none;background:transparent;color:#efe5ffad;font-size:13px;line-height:1.25;cursor:pointer}.stats-tabs button.active{color:#fff;text-decoration:underline;text-underline-offset:3px;text-decoration-thickness:1px}.stats-grid{display:grid;grid-template-columns:1fr;gap:10px;margin-bottom:16px}.stats-card--compact .stats-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.stats-card--compact .stats-grid article{min-height:88px;padding:10px 12px}.stats-card--compact .stats-grid article p{font-size:11px}.stats-card--compact .stats-grid article strong{font-size:clamp(26px,8.2cqw,38px)}.stats-card--compact .stats-grid article span{font-size:10px}.stats-card--compact .stats-queue-row{min-height:60px}.stats-card--compact .stats-queue-side{flex-basis:82px}.stats-card--compact .stats-queue-button{min-width:116px;font-size:10px}.stats-grid article{min-height:106px;border-radius:16px;border:1px solid rgba(214,158,255,.36);background:linear-gradient(135deg,rgba(255,255,255,.05),transparent 55%),#2e1245b8;padding:13px 14px}.stats-grid article p{margin:0;color:#f7f1ffeb;font-size:14px;font-weight:700;line-height:1.2}.stats-grid article strong{display:block;margin-top:8px;color:#fff;font-size:clamp(32px,10.4cqw,48px);line-height:.95;letter-spacing:-.04em}.stats-grid article span{display:block;margin-top:6px;color:#ded1f0c2;font-size:13px;line-height:1.25}.stats-card h3{margin:0 0 10px;color:#fff;font-size:clamp(18px,5.8cqw,28px);line-height:1.1}.stats-queue{display:flex;flex-direction:column;gap:8px;min-height:0;flex:1 1 auto;overflow-y:auto;padding-right:6px;margin-right:-6px;scrollbar-gutter:stable}.stats-queue::-webkit-scrollbar{width:6px}.stats-queue::-webkit-scrollbar-thumb{border-radius:999px;background:#ffffff42}.stats-queue-empty{flex:0 0 auto;min-height:72px;border-radius:14px;background:#5f1e5c7a;display:flex;align-items:center;justify-content:center;color:#fff;font-size:13px}.stats-queue-row{flex:0 0 auto;min-height:68px;display:flex;align-items:stretch;gap:0;border-radius:14px;background:linear-gradient(90deg,#801457f2,#6e0f5de6);overflow:hidden}.stats-queue-side{flex:0 0 92px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:8px;min-width:0;padding:8px 8px 8px 10px;background:#590f4ab8}.stats-queue-side.live{gap:8px}.stats-queue-side.scheduled{justify-content:center}.stats-live-badges{display:flex;flex-wrap:wrap;gap:4px}.stats-live-badges span{padding:4px 7px;border-radius:8px;background:#121f40e6;color:#fff;font-size:10px;font-weight:800;line-height:1}.stats-live-badges span:first-child{background:#ff336f}.stats-live-badges span:nth-child(3){background:#10a7ff}.stats-live-badges span:nth-child(4){background:#2452ff}.stats-live-meta{display:flex;flex-direction:column;align-items:flex-start;gap:2px;color:#fff}.stats-live-meta strong{font-size:13px;line-height:1}.stats-live-meta span{font-size:11px;font-weight:700;line-height:1}.stats-queue-game{width:24px;height:24px;object-fit:contain}.stats-queue-date{color:#fff;font-size:10px;font-weight:800;line-height:1.2}.stats-queue-date small{display:block;margin-top:2px;color:#f9efffe6;font-size:13px;font-weight:800;line-height:1}.stats-queue-match{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:6px;padding:8px 10px 4px;color:#fff}.stats-queue-center{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;justify-content:center}.stats-queue-subtitle{padding:0 10px 8px;color:#f1e2ffb3;font-size:9px;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.stats-team{display:flex;align-items:center;gap:6px;min-width:0}.stats-team:last-child{justify-content:flex-end}.stats-team span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:11px;line-height:1.2}.stats-team-mark{width:18px;height:18px;border-radius:50%;background:linear-gradient(180deg,#ffb85f,#ff6889);color:#130914;display:inline-flex;align-items:center;justify-content:center;font-size:8px;font-weight:900;flex:0 0 auto;box-shadow:0 8px 18px #00000040}.stats-versus{display:flex;flex-direction:column;align-items:center;gap:4px}.stats-versus b{font-size:18px;line-height:1}.stats-versus small{color:#f3e6ffd1;font-size:9px;line-height:1.2;text-align:center}.stats-queue-button{flex:0 0 112px;align-self:center;min-height:34px;margin-right:8px;border:none;border-radius:9px;background:#8f93a0;color:#fff;font-size:10px;font-weight:700;line-height:1.2;padding:7px 8px;text-align:center}.stats-queue-button.live{background:#00a758}@container (min-width: 760px){.stats-card{padding:24px 24px 20px;height:760px}.stats-top{margin-bottom:14px}.stats-top h2 br{display:none}.stats-tabs{gap:10px 18px;margin-bottom:18px}.stats-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-bottom:20px}.stats-grid article{min-height:128px}.stats-queue-row{display:flex;min-height:76px}.stats-queue-side{flex-basis:150px;justify-content:center;height:100%;border-right:1px solid rgba(255,255,255,.12);padding:10px 12px}.stats-live-badges{gap:6px}.stats-live-meta{flex-direction:row;align-items:baseline;gap:10px}.stats-live-meta strong{font-size:16px}.stats-live-meta span{font-size:13px}.stats-queue-game{width:30px;height:30px}.stats-queue-date{font-size:12px}.stats-queue-date small{font-size:16px}.stats-queue-match{padding:0 14px;gap:8px}.stats-queue-center{justify-content:center}.stats-queue-subtitle{padding:4px 14px 0;font-size:11px}.stats-team{gap:8px}.stats-team span{font-size:12px}.stats-team-mark{width:24px;height:24px;font-size:10px}.stats-versus b{font-size:22px}.stats-versus small{font-size:10px}.stats-queue-button{flex:0 0 188px;min-height:40px;margin:auto 10px auto 0;border-left:1px solid rgba(255,255,255,.12)}}@media(max-width:1024px){.stats-card{height:700px;margin:0 12px}.stats-card--compact{height:auto}.stats-card--compact .stats-grid{grid-template-columns:1fr}.stats-queue{overflow-y:auto;padding-right:4px;margin-right:-4px}}.sub-portrait{min-height:359px;border-radius:14px;border:1px solid rgba(67,182,255,.66);background:linear-gradient(135deg,#0d234b,#17275f 38%,#4f1a4b);padding:20px 22px;color:#fff;font-family:var(--font-ui)}.sub-portrait h2{margin:0 0 16px;font-size:42px;line-height:1.1}.sub-portrait h2 span{color:#ff104d}.sub-portrait ul{margin:0;padding:0 0 0 17px;display:flex;flex-direction:column;gap:8px;list-style:disc}.sub-portrait li{font-size:14px;line-height:1.32;color:#f2f7ff}.sub-price-row{margin-top:22px;display:flex;flex-wrap:wrap;align-items:baseline;gap:12px}.sub-price-row strong{font-size:48px;line-height:1;white-space:nowrap}.sub-price-row div{display:flex;flex-wrap:wrap;align-items:baseline;gap:6px}.sub-price-row span{color:#e2dcf2;text-decoration:line-through;font-size:28px;font-weight:700}.sub-price-row small{color:#e8e4f4;font-size:11px;text-transform:uppercase}.sub-price-row p{width:100%;margin:0;color:#dde0ea;font-size:10px}.sub-portrait>button{margin-top:16px;width:100%;height:60px;border-radius:14px;border:2px solid rgba(255,92,169,.86);background:linear-gradient(90deg,#18c8ef,#ca1e82);color:#fff;font-size:18px;font-weight:800;text-transform:uppercase;line-height:1;white-space:nowrap;cursor:pointer}.sub-horizontal{height:240px;border-radius:14px;border:1px solid rgba(67,182,255,.66);background:linear-gradient(120deg,#0d244b,#4f1a4b);padding:20px}.sub-horizontal-content h2{margin:0 0 10px;font-size:28px}.sub-horizontal-content h2 span{color:#ff104d}.sub-horizontal-content p{margin:0 0 12px;color:#f2f7ff;font-size:14px}.sub-horizontal-content button{width:190px;height:44px;border-radius:10px;border:none;background:linear-gradient(90deg,#18c8ef,#ca1e82);color:#fff;font-size:14px;font-weight:700;cursor:pointer}@media(max-width:1024px){.sub-portrait{min-height:320px;height:auto;margin:0 12px;padding:16px}.sub-portrait h2{font-size:24px}.sub-portrait li{font-size:14px;line-height:1.25}.sub-price-row{margin-top:16px}.sub-price-row strong{font-size:36px}.sub-price-row span{font-size:18px}.sub-portrait>button{height:48px;font-size:14px;white-space:nowrap}}.matches-list{margin-top:14px;font-family:var(--font-ui)}.matches-list h2{margin:0;color:#fff;font-size:40px;line-height:1.22}.matches-list h2 span{color:#f4f8ff}.matches-list-discipline{margin-top:16px;display:flex;align-items:center;gap:14px}.matches-list-discipline p{margin:0;color:#fff;font-size:20px;flex:0 0 auto}.matches-list-pill-row{display:flex;align-items:center;flex-wrap:wrap;gap:8px;overflow-x:visible;min-width:0}.matches-list-pill-row button{height:36px;border-radius:9px;border:1px solid rgba(127,161,214,.38);background:#081a3a;color:#c7d9f8;font-size:11px;display:inline-flex;align-items:center;gap:7px;padding:0 13px;white-space:nowrap;cursor:pointer}.matches-list-pill-row button.active{color:#fff;border-color:transparent;background:linear-gradient(90deg,#0c63ff,#11c6ff)}.matches-game-icon{width:14px;height:14px;object-fit:contain}.matches-list-pill-row button.disabled{opacity:.4;cursor:not-allowed;filter:grayscale(.3)}.matches-list-time-tabs{margin-top:14px;height:42px;border-radius:9px;border:1px solid rgba(63,195,255,.85);overflow:hidden;display:grid;grid-template-columns:repeat(6,1fr)}.matches-list-time-tabs button{border:none;border-right:1px solid rgba(123,153,211,.34);background:#050c1ee6;color:#edf4ff;font-size:12px;cursor:pointer;white-space:nowrap}.matches-list-time-tabs button:last-child{border-right:none}.matches-list-time-tabs button.active{color:#fff;background:linear-gradient(90deg,#2a6cfff2,#54b0ff4d);box-shadow:inset 0 -3px #ff375f}.matches-list-mobile-filter{display:none}.matches-list-table{margin-top:14px;height:514px;border-radius:15px;border:1px solid rgba(239,210,102,.46);background-color:#2a1221;background-image:linear-gradient(145deg,rgba(255,255,255,.06) 1px,transparent 1px),linear-gradient(-145deg,rgba(255,255,255,.05) 1px,transparent 1px),linear-gradient(145deg,#7f1937,#7d1c39 42%,#4a1028),url(/background.svg);background-size:220px 220px,240px 240px,auto,cover;background-position:0 0,0 0,0 0,center;background-repeat:repeat,repeat,no-repeat,no-repeat;overflow:hidden;position:relative;box-shadow:0 10px 26px #00000042}.matches-list-table:after{content:"";position:absolute;inset:0;border-radius:inherit;border:1px solid rgba(247,232,167,.28);box-shadow:inset 0 0 0 1px #fff1ad14,0 0 14px #f2d25c3d,0 0 24px #f2d25c1a;pointer-events:none}.matches-list-state{height:100%;display:flex;align-items:center;justify-content:center;color:#fff}.matches-list-state.error{color:#ff9ab1}.matches-list-scroll{height:100%;overflow-y:auto;padding:9px;display:flex;flex-direction:column;gap:6px}.matches-list-scroll::-webkit-scrollbar{width:7px}.matches-list-scroll::-webkit-scrollbar-thumb{background:#ffbbd773;border-radius:4px}.matches-list-row{min-height:51px;border-radius:8px;background:#6e102ce6;display:grid;grid-template-columns:74px 58px 58px 1fr 102px 119px;align-items:stretch;min-width:0}.matches-list-row>div{border-right:1px solid rgba(211,154,180,.23);min-height:51px;display:flex;align-items:center;justify-content:center;color:#fff;padding:0 4px}.matches-list-row>div:last-child{border-right:none}.matches-time,.matches-bo,.matches-stats{flex-direction:column;gap:2px}.matches-time span,.matches-bo span,.matches-stats span{font-size:10px;font-weight:700}.matches-time small,.matches-bo small,.matches-stats small{font-size:10px;color:#ffe2ef}.matches-time small{background:#0da7ed;padding:1px 6px;border-radius:4px;color:#fff}.matches-teams{gap:10px;justify-content:center;min-width:0}.matches-teams b{font-size:16px;color:#fff}.matches-teams .team{display:flex;align-items:center;gap:6px;min-width:0;padding:0 6px;height:32px;border-radius:6px}.matches-teams .team p{margin:0;font-size:12px;line-height:1.2}.matches-teams .team img{width:18px;height:18px;object-fit:contain}.matches-teams .team.winner{background:#24be6c}.matches-status{font-size:13px;font-weight:700;padding:0 6px;text-align:center;line-height:1.2}.matches-action button{width:106px;min-height:30px;border:none;border-radius:6px;color:#fff;font-size:9px;font-weight:700;cursor:pointer;line-height:1.2;padding:4px 6px}.matches-action button.green{background:#04ab5a}.matches-action button.gray{background:#7f8390}.matches-action button.blue{background:#10adff}@media(max-width:1024px){.matches-list{margin:0 12px}.matches-list h2{font-size:28px}.matches-list-discipline{margin-top:11px;flex-direction:column;align-items:flex-start;gap:8px}.matches-list-discipline p{font-size:20px}.matches-list-pill-row{width:100%;row-gap:6px}.matches-list-time-tabs{order:-1;margin-top:0;height:52px;grid-template-columns:repeat(3,1fr)}.matches-list-mobile-filter{display:block;margin-top:12px;color:#fff;font-size:15px;font-weight:700}.matches-list-table{height:466px}.matches-list-row{grid-template-columns:64px 52px 58px 1fr;grid-template-rows:44px minmax(42px,auto);grid-template-areas:"time bo stats status" "teams teams teams action";min-height:96px;align-items:stretch}.matches-list-row>div{min-height:auto;border-right:none;border-bottom:1px solid rgba(211,154,180,.23)}.matches-time{grid-area:time;border-right:1px solid rgba(211,154,180,.23)!important}.matches-bo{grid-area:bo;border-right:1px solid rgba(211,154,180,.23)!important}.matches-stats{grid-area:stats;border-right:1px solid rgba(211,154,180,.23)!important}.matches-status{grid-area:status;font-size:10px;white-space:normal;line-height:1.15;padding:4px 8px;border-bottom:1px solid rgba(211,154,180,.23)}.matches-teams{grid-area:teams;justify-content:center;gap:7px;padding:4px 8px 6px;border-bottom:none!important}.matches-teams .team p{font-size:11px;white-space:nowrap;line-height:1}.matches-action{grid-area:action;justify-content:flex-end!important;padding:4px 8px 6px;border-bottom:none!important}.matches-action button{width:100%;max-width:132px;min-height:34px;font-size:10px}.matches-teams b{font-size:14px}}.archive{margin-top:18px;font-family:var(--font-ui)}.archive h2{margin:0 0 10px;color:#fff;font-size:40px;white-space:nowrap}.archive-table{height:514px;border-radius:15px;border:1px solid rgba(231,201,76,.54);background-color:#182111;background-image:linear-gradient(145deg,rgba(255,255,255,.05) 1px,transparent 1px),linear-gradient(-145deg,rgba(255,255,255,.045) 1px,transparent 1px),linear-gradient(145deg,#32441f,#29381a 42%,#1a2512),url(/background.svg);background-size:220px 220px,240px 240px,auto,cover;background-position:0 0,0 0,0 0,center;background-repeat:repeat,repeat,no-repeat,no-repeat;overflow:hidden;position:relative;box-shadow:0 10px 26px #00000042}.archive-table:before{content:"";position:absolute;inset:0;background:linear-gradient(114deg,#e4ef5614,#e4ef5600 36%),linear-gradient(90deg,#0e120b94,#0e120b94);pointer-events:none;z-index:0}.archive-table:after{content:"";position:absolute;inset:0;border-radius:inherit;border:1px solid rgba(245,229,150,.34);box-shadow:inset 0 0 0 1px #fff5c21a,0 0 14px #f2d25c47,0 0 28px #f2d25c1f;pointer-events:none;z-index:2}.archive-state{height:100%;color:#fff;display:flex;align-items:center;justify-content:center;position:relative;z-index:1}.archive-state.error{color:#ffafb6}.archive-scroll{height:100%;overflow-y:auto;padding:9px;position:relative;z-index:1;display:flex;flex-direction:column;gap:6px}.archive-scroll::-webkit-scrollbar{width:8px}.archive-scroll::-webkit-scrollbar-thumb{background:#dbe3a273;border-radius:5px}.archive-row{min-height:51px;border-radius:8px;background:#243019e6;display:grid;grid-template-columns:90px 70px 38px 1fr 136px 118px 126px;align-items:stretch;min-width:0;border:1px solid rgba(176,196,120,.2)}.archive-row>div{border-right:1px solid rgba(179,193,122,.28);min-height:51px;display:flex;align-items:center;justify-content:center;color:#fff;padding:0 5px}.archive-row>div:last-child{border-right:none}.archive-date,.archive-bo{flex-direction:column;gap:1px}.archive-date span,.archive-bo span{font-size:10px;font-weight:700;line-height:1}.archive-date small,.archive-bo small{font-size:10px;color:#f5ffe8;line-height:1}.archive-map{flex-direction:column;gap:1px}.archive-map span{font-size:10px;font-weight:700;color:#ecf6d7;line-height:1}.archive-map small{font-size:10px;color:#f5ffe8;line-height:1}.archive-teams{gap:8px;min-width:0}.archive-teams .team{display:flex;align-items:center;gap:6px;min-width:0;padding:0 6px;height:32px;border-radius:6px}.archive-teams .team.winner{background:#27c26e}.archive-teams p{margin:0;font-size:12px;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:120px}.archive-teams img{width:18px;height:18px;object-fit:contain}.archive-teams b{font-size:16px;line-height:1}.archive-status{font-size:13px;font-weight:700;text-align:center;line-height:1.2;color:#f2ffe0;white-space:pre-line;padding:0 6px}.archive-confirm{font-size:10px;font-weight:700;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:0 4px}.archive-confirm.ok{background:#2cc56f}.archive-confirm.bad{background:#ec095d}.archive-confirm.pending{background:#d7b11e;color:#121212}.archive-action button{width:106px;height:28px;border-radius:6px;border:none;color:#fff;font-size:9px;font-weight:700;background:linear-gradient(90deg,#0a60ff,#0fb4ff);box-shadow:inset 0 -1px #fff3;cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:0 8px}.archive-modal-overlay{position:fixed;inset:0;background:#000000b3;z-index:40;display:flex;align-items:center;justify-content:center;padding:12px}.archive-modal{width:min(920px,100%);max-height:90vh;overflow:auto;border-radius:12px;border:1px solid rgba(233,196,60,.7);background:#11190d}.archive-modal-head{display:flex;align-items:center;justify-content:space-between;padding:12px;border-bottom:1px solid rgba(182,204,160,.22)}.archive-modal-head h3{margin:0;font-size:18px}.archive-modal-head button{width:28px;height:28px;border:none;border-radius:6px;cursor:pointer;background:#ddedc824;color:#fff;font-size:20px;line-height:1}.archive-modal-state{min-height:120px;display:flex;align-items:center;justify-content:center;color:#fff;padding:10px}.archive-modal-state.error{color:#ffafbf}.archive-modal-content{padding:12px;display:grid;gap:12px}.archive-modal-main{display:grid;gap:8px}.archive-modal-teams{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:8px}.archive-modal-teams .team{min-width:0;border-radius:8px;border:1px solid rgba(182,204,160,.26);padding:8px;display:flex;align-items:center;gap:6px}.archive-modal-teams .team img{width:22px;height:22px;object-fit:contain}.archive-modal-teams .team span{font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.archive-modal-teams strong{font-size:20px}.archive-modal-meta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}.archive-modal-meta p{margin:0;font-size:12px;color:#ddf1c9}.archive-modal-status{border-radius:8px;border:1px solid rgba(182,204,160,.26);padding:7px 10px;font-size:12px}.archive-phases{display:grid;gap:8px}.archive-phase-card{border-radius:8px;border:1px solid rgba(182,204,160,.22);padding:8px;display:grid;gap:6px}.archive-phase-title{display:flex;align-items:center;justify-content:space-between}.archive-phase-title strong{font-size:12px}.archive-phase-title small{color:#d4e5bf;font-size:11px}.archive-phase-row{display:flex;flex-wrap:wrap;gap:10px}.archive-phase-row span{font-size:12px;color:#effadf}@media(max-width:1024px){.archive{margin:14px 12px 0}.archive h2{font-size:28px;margin-bottom:9px}.archive-table{height:466px}.archive-row{height:auto;min-height:94px;grid-template-columns:74px 66px 30px 1fr;grid-template-rows:44px auto auto}.archive-row>div{border-right:none;border-bottom:1px solid rgba(186,206,160,.28)}.archive-status{grid-column:1 / -1;min-height:36px}.archive-confirm,.archive-action{grid-column:span 2;min-height:36px}.archive-action button{width:100%;max-width:132px}.archive-modal-meta{grid-template-columns:1fr}}.tournament-board{--tournament-font-base: 14px;--tournament-font-small: 13px;--tournament-font-heading: clamp(30px, 2.2vw, 36px);--tournament-control-height: 44px;--tournament-radius: 16px;--tournament-gap: 18px;--tournament-grid: 84px 108px minmax(160px, 2.65fr) 92px 92px 110px 92px;display:grid;grid-template-columns:minmax(0,1fr) 344px;gap:var(--tournament-gap);align-items:start;font-family:var(--font-ui);font-size:var(--tournament-font-base);line-height:1.4}.tournament-board-main{min-width:0}.tournament-board-head{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--tournament-gap);margin-top:10px}.tournament-board-head h2{margin:0;color:#fff;font-size:var(--tournament-font-heading);line-height:1.08}.tournament-board-head p{margin:10px 0 0;color:#d6e7ffc7;font-size:var(--tournament-font-base)}.tournament-discipline-row{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:10px;min-width:0}.tournament-discipline-row button{min-height:var(--tournament-control-height);border-radius:12px;border:1px solid rgba(123,164,220,.32);background:#07183af0;color:#c7d9f8;padding:0 16px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:var(--tournament-font-base);font-weight:600;white-space:nowrap;cursor:pointer}.tournament-discipline-row button img{width:16px;height:16px;object-fit:contain}.tournament-discipline-row button.active{color:#fff;border-color:transparent;background:linear-gradient(90deg,#0c63ff,#11c6ff)}.tournament-discipline-row button.disabled{opacity:.42;cursor:not-allowed}.tournament-table-shell{margin-top:18px;border-radius:var(--tournament-radius);border:1px solid rgba(72,192,255,.54);background:linear-gradient(135deg,#0f244efa,#0c4080f0 46%,#0b2d56f5),url(/background.svg);background-size:cover;background-position:center;box-shadow:0 18px 40px #030c1e47;overflow:hidden}.tournament-table-head{display:grid;grid-template-columns:var(--tournament-grid);gap:0;padding:16px 14px 14px;background:linear-gradient(90deg,#1170adb3,#1170ad29);color:#eff9fff0;font-size:var(--tournament-font-small);font-weight:700;text-transform:uppercase;letter-spacing:.04em}.tournament-table-body{max-height:78vh;overflow-y:auto;padding:10px;display:flex;flex-direction:column;gap:10px}.tournament-table-body::-webkit-scrollbar{width:7px}.tournament-table-body::-webkit-scrollbar-thumb{border-radius:999px;background:#9bd6ff5c}.tournament-table-state{min-height:180px;display:flex;align-items:center;justify-content:center;color:#fff;text-align:center;padding:20px;font-size:var(--tournament-font-base)}.tournament-table-state.error{color:#ffb5c5}.tournament-row{min-height:66px;border-radius:12px;display:grid;grid-template-columns:var(--tournament-grid);align-items:stretch;background:linear-gradient(90deg,#084783f0,#085896e0);border:1px solid rgba(112,190,243,.18)}.tournament-row>div{min-width:0;display:flex;align-items:center;justify-content:center;padding:0 10px;border-right:1px solid rgba(172,224,255,.12);color:#fff;font-size:var(--tournament-font-base)}.tournament-row>div:last-child{border-right:none}.tournament-status{flex-direction:column;gap:4px}.tournament-status span{font-size:var(--tournament-font-base);font-weight:700;text-align:center;line-height:1.2}.tournament-status small{display:inline-flex;align-items:center;justify-content:center;min-width:68px;min-height:24px;padding:0 10px;border-radius:999px;font-size:12px;font-weight:800;text-transform:uppercase}.tournament-status.live small{background:#0bc85d;color:#062111}.tournament-status.upcoming small{background:#18b9ff;color:#06203f}.tournament-status.completed small{background:#74869f;color:#fff}.tournament-dates{flex-direction:column;gap:4px}.tournament-dates span,.tournament-dates small{text-align:center;line-height:1.15}.tournament-dates span{font-size:var(--tournament-font-base);font-weight:700}.tournament-dates small{color:#e0f2ffb3;font-size:var(--tournament-font-small)}.tournament-name-cell{justify-content:flex-start;gap:12px;padding-left:12px}.tournament-mark{width:40px;height:40px;border-radius:10px;border:1px solid rgba(103,213,255,.58);background:linear-gradient(180deg,#091127f0,#062148e0);display:inline-flex;align-items:center;justify-content:center;color:#eaf8ff;font-size:var(--tournament-font-base);font-weight:900;flex:0 0 auto}.tournament-name-meta{min-width:0}.tournament-name-meta strong,.tournament-name-meta span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tournament-name-meta strong{font-size:var(--tournament-font-base);line-height:1.3}.tournament-name-meta span{margin-top:3px;color:#dff3ffb8;font-size:var(--tournament-font-small)}.tournament-info-cell,.tournament-tier-cell{font-size:var(--tournament-font-base);font-weight:600;text-align:center;line-height:1.3}.tournament-info-cell.prize{font-weight:700}.tournament-tier-cell span{min-width:76px;min-height:34px;padding:0 10px;border-radius:999px;border:1px solid rgba(134,216,255,.22);background:#082855a8;display:inline-flex;align-items:center;justify-content:center}.tournament-sidebar{display:flex;flex-direction:column;gap:var(--tournament-gap);min-width:0;width:344px;justify-self:end}.tournament-filter-card{position:relative;border-radius:var(--tournament-radius);border:1px solid rgba(74,208,255,.7);background:linear-gradient(135deg,#0b2b5bfa,#103f74f2 42%,#0b7099e6);padding:20px;box-shadow:0 18px 40px #04102740;overflow:hidden}.tournament-filter-card:before{content:"";position:absolute;inset:0;background:linear-gradient(145deg,rgba(255,255,255,.06),transparent 50%);pointer-events:none}.tournament-filter-card>*{position:relative;z-index:1}.tournament-filter-card header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:16px}.tournament-filter-card header span{color:#ebf6ffbd;font-size:var(--tournament-font-small);font-weight:800;letter-spacing:.08em}.tournament-filter-card header h3{margin:4px 0 0;color:#fff;font-size:28px;line-height:1.05}.tournament-reset-btn{width:40px;height:40px;border-radius:10px;border:1px solid rgba(184,236,255,.22);background:#0918386b;color:#fff;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;flex:0 0 auto}.tournament-filter-group{margin-top:16px}.tournament-filter-group label{display:block;margin-bottom:10px;color:#e9f5ffeb;font-size:var(--tournament-font-small);font-weight:800;text-transform:uppercase;letter-spacing:.05em}.tournament-chip-row{display:flex;flex-wrap:wrap;gap:8px}.tournament-chip-row button{min-height:38px;padding:0 12px;border-radius:8px;border:1px solid rgba(143,218,255,.32);background:#072045a3;color:#f0f8ff;font-size:var(--tournament-font-base);font-weight:600;cursor:pointer}.tournament-chip-row button.active{border-color:transparent;background:linear-gradient(90deg,#11b6ff,#2d78ff);color:#fff}.tournament-search-field,.tournament-filter-group select,.tournament-date-row input{width:100%;min-height:var(--tournament-control-height);border-radius:10px;border:1px solid rgba(166,229,255,.28);background:#071a39ad;color:#fff;font-size:var(--tournament-font-base)}.tournament-search-field{display:flex;align-items:center;gap:8px;padding:0 12px}.tournament-search-field input{flex:1 1 auto;border:none;background:transparent;color:inherit;font:inherit;outline:none}.tournament-search-field svg{color:#dcefffbd}.tournament-date-row{display:grid;grid-template-columns:1fr 1fr;gap:10px}.tournament-filter-group select,.tournament-date-row input{padding:0 12px;outline:none}.tournament-filter-group select{appearance:none}.tournament-apply-btn{margin-top:20px;width:100%;min-height:var(--tournament-control-height);border-radius:12px;border:none;background:linear-gradient(90deg,#0cb4ff,#2876ff);color:#fff;font-size:var(--tournament-font-base);font-weight:800;text-transform:uppercase;display:inline-flex;align-items:center;justify-content:center;gap:8px;cursor:pointer}.tournament-sidebar .stats-card{height:100%;min-height:640px;border-radius:var(--tournament-radius)}.tournament-history-card{min-height:96px;border-radius:var(--tournament-radius);border:1px solid rgba(113,84,203,.42);background:linear-gradient(90deg,#341e58f0,#4f1b55f0);display:flex;align-items:center;justify-content:space-between;gap:16px;padding:0 20px}.tournament-history-card p{margin:0;color:#fff;font-size:18px;font-weight:700;line-height:1.3}.tournament-history-card button{min-width:220px;min-height:var(--tournament-control-height);border-radius:12px;border:none;background:linear-gradient(90deg,#f00561,#b60a5f);color:#fff;font-size:var(--tournament-font-base);font-weight:800;text-transform:uppercase;cursor:pointer}.tournament-sidebar .sub-portrait{min-height:360px;display:flex;flex-direction:column}.tournament-sidebar .sub-portrait>button{margin-top:auto}.tournament-sidebar .stats-card,.tournament-sidebar .sub-portrait{font-size:var(--tournament-font-base)}.tournament-sidebar .stats-card{padding:22px 20px 18px}.tournament-sidebar .stats-top h2,.tournament-sidebar .sub-portrait h2{font-size:28px;line-height:1.1}.tournament-sidebar .stats-period-btn,.tournament-sidebar .sub-portrait>button{min-height:var(--tournament-control-height);font-size:var(--tournament-font-base)}.tournament-sidebar .stats-tabs button,.tournament-sidebar .stats-grid article p,.tournament-sidebar .stats-grid article span,.tournament-sidebar .stats-queue-empty,.tournament-sidebar .stats-queue-date,.tournament-sidebar .stats-live-meta strong,.tournament-sidebar .stats-live-meta span,.tournament-sidebar .stats-queue-subtitle,.tournament-sidebar .sub-portrait li,.tournament-sidebar .sub-price-row small,.tournament-sidebar .sub-price-row p{font-size:var(--tournament-font-base)}.tournament-sidebar .stats-grid article strong{font-size:34px}.tournament-sidebar .stats-queue-row{min-height:74px}.tournament-sidebar .stats-queue-side{flex-basis:104px}.tournament-sidebar .stats-live-badges span{font-size:12px}.tournament-sidebar .sub-portrait{border-radius:var(--tournament-radius);padding:22px 20px}.tournament-sidebar .sub-price-row strong{font-size:36px}.tournament-sidebar .sub-price-row span{font-size:22px}@media(max-width:1200px){.tournament-board{grid-template-columns:1fr}.tournament-board-head{flex-direction:column}.tournament-discipline-row{justify-content:flex-start}}@media(max-width:1024px){.tournament-board{gap:14px}.tournament-board-head,.tournament-table-shell,.tournament-filter-card,.tournament-sidebar .stats-card,.tournament-history-card,.tournament-sidebar .sub-portrait{margin:0 12px}.tournament-board-head{margin-top:0}.tournament-board-head h2{font-size:28px}.tournament-board-head p{font-size:14px}.tournament-table-head{display:none}.tournament-table-body{max-height:none;padding:10px}.tournament-row{grid-template-columns:1fr}.tournament-row>div{min-height:52px;justify-content:flex-start;padding:10px 12px;border-right:none;border-bottom:1px solid rgba(172,224,255,.12)}.tournament-row>div:last-child{border-bottom:none}.tournament-status,.tournament-dates{align-items:flex-start}.tournament-name-cell{padding-left:12px}.tournament-date-row{grid-template-columns:1fr}.tournament-sidebar .stats-card,.tournament-sidebar .sub-portrait{height:auto;min-height:auto}.tournament-history-card{min-height:auto;padding:14px 16px;flex-direction:column;align-items:flex-start}.tournament-history-card button{width:100%}}.news-portal{display:flex;flex-direction:column;gap:14px}.news-portal-breadcrumb{font-size:14px;color:#d9e7fb;padding-left:10px}.news-portal-layout{display:grid;grid-template-columns:minmax(0,1fr) 368px;gap:20px;align-items:start}.news-portal-main{min-width:0}.news-portal-main-shell{border-radius:24px;border:1px solid rgba(63,174,255,.5);background:linear-gradient(145deg,#06193cf5,#051129fa 58%,#0a1733fa);box-shadow:0 24px 58px #00081b57;padding:18px}.news-portal-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:16px}.news-portal-heading h1{margin:0;color:#fff;font-size:clamp(34px,4vw,46px);line-height:1.02}.news-portal-heading p{margin:10px 0 0;max-width:58ch;color:#d7e6fcd1;font-size:14px;line-height:1.45}.news-portal-counter{flex:0 0 auto;align-self:flex-start;min-height:36px;padding:0 14px;border-radius:999px;border:1px solid rgba(118,196,255,.28);background:#0a1c4194;color:#eaf4ff;font-size:12px;font-weight:700;display:inline-flex;align-items:center}.news-portal-toolbar{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-bottom:16px}.news-portal-control,.news-portal-search{position:relative}.news-portal-control:after{content:"▾";position:absolute;top:50%;right:14px;transform:translateY(-50%);color:#ddeaffb8;pointer-events:none;font-size:12px}.news-portal-control select,.news-portal-search input{appearance:none;width:100%;height:42px;border-radius:12px;border:1px solid rgba(125,189,255,.28);background:#051027d1;color:#f1f7ff;padding:0 38px 0 14px;font-size:12px;outline:none}.news-portal-search{display:flex;align-items:center}.news-portal-search svg{position:absolute;left:14px;color:#ddeaffb8;pointer-events:none}.news-portal-search input{padding-left:40px}.news-portal-state{min-height:220px;border-radius:18px;border:1px dashed rgba(120,196,255,.28);background:#040d1f52;display:flex;align-items:center;justify-content:center;color:#eef5ff;font-size:16px}.news-portal-state--error{color:#ffc3cf}.news-portal-main .news-line-card--expanded{min-height:1240px}.news-portal-main .news-line-list--scrollable{max-height:1208px}.news-portal-sidebar{display:flex;flex-direction:column;gap:14px;position:sticky;top:12px;align-self:start}.news-portal-history{border-radius:18px;border:1px solid rgba(66,179,255,.42);background:linear-gradient(135deg,#121a43f0,#28153ff0);padding:18px;display:flex;flex-direction:column;gap:14px}.news-portal-history span{color:#dbe5ffc2;font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.news-portal-history h3{margin:6px 0 0;color:#fff;font-size:22px;line-height:1.12}.news-portal-history p{margin:8px 0 0;color:#dde8fad1;font-size:13px;line-height:1.45}.news-portal-history button{width:100%;min-height:44px;border:none;border-radius:12px;background:linear-gradient(90deg,#f00561,#b60a5f);color:#fff;font-size:11px;font-weight:800;cursor:pointer;text-transform:uppercase}.news-portal-promo{position:relative;min-height:220px;border-radius:18px;border:1px solid rgba(83,189,255,.36);background-color:#08152f;background-size:cover;background-position:center;overflow:hidden;padding:16px;display:flex;flex-direction:column;justify-content:flex-end;gap:8px}.news-portal-promo:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 10%,rgba(5,10,24,.9) 100%);pointer-events:none}.news-portal-promo>*{position:relative;z-index:1}.news-portal-promo-badge{align-self:flex-start;padding:8px 12px;border-radius:6px;background:#d50f57;color:#fff;font-size:11px;font-weight:800}.news-portal-promo strong{color:#fff;font-size:28px;line-height:1.04}.news-portal-promo p{margin:0;color:#eaf2ffd6;font-size:12px;line-height:1.45}.news-portal-promo button{margin-top:8px;width:fit-content;min-width:168px;min-height:40px;padding:0 16px;border:1px solid rgba(116,194,255,.26);border-radius:999px;background:#06132ecc;color:#fff;font-size:11px;font-weight:700;cursor:pointer}@media(max-width:1280px){.news-portal-layout{grid-template-columns:minmax(0,1fr) 340px}.news-portal-toolbar{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:1024px){.news-portal{gap:12px}.news-portal-breadcrumb{display:none}.news-portal-layout{grid-template-columns:1fr;gap:14px}.news-portal-main-shell{margin:0 12px;padding:16px;border-radius:18px}.news-portal-heading{flex-direction:column;align-items:flex-start}.news-portal-heading h1{font-size:28px}.news-portal-heading p{font-size:13px}.news-portal-counter{min-height:32px}.news-portal-toolbar{grid-template-columns:1fr}.news-portal-main .news-line-card--expanded{min-height:520px}.news-portal-main .news-line-list--scrollable{max-height:488px}.news-portal-sidebar{position:static;gap:14px}.news-portal-history,.news-portal-promo{margin:0 12px}.news-portal-promo strong{font-size:24px}}.live-hub{display:flex;flex-direction:column;gap:14px}.live-hub-breadcrumb{font-size:14px;color:#d9e7fb;padding-left:10px}.live-hub-shell{position:relative;border:1px solid rgba(74,190,255,.56);background:linear-gradient(145deg,#091838fa,#07122afa 52%,#0a1a3afa);box-shadow:0 24px 58px #010a1d57;padding:18px;overflow:hidden}.live-hub-shell:before,.live-hub-shell:after{content:"";position:absolute;inset:0;pointer-events:none}.live-hub-shell:before{background:linear-gradient(145deg,transparent 38%,rgba(255,255,255,.05) 38%,transparent 39%),linear-gradient(160deg,transparent 68%,rgba(255,255,255,.04) 68%,transparent 69%);opacity:.8}.live-hub-shell:after{background:radial-gradient(circle at 12% 16%,rgba(104,179,255,.16),transparent 22%),radial-gradient(circle at 82% 10%,rgba(255,89,162,.12),transparent 22%)}.live-hub-shell>*{position:relative;z-index:1}.live-hub-header{margin-bottom:18px}.live-hub-header span{display:inline-flex;color:#d7e7ffc2;font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.live-hub-header h1{margin:10px 0 0;max-width:22ch;color:#fff;font-size:clamp(32px,3.6vw,42px);line-height:1.04}.live-hub-section-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.live-hub-section-head span,.live-hub-section-head strong{color:#eef7ff;font-size:14px}.live-hub-section-head span{font-weight:800}.live-hub-section-head strong{color:#d7e7ffc7;font-weight:600}.live-hub-featured{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:18px;align-items:start}.live-hub-featured-main,.live-hub-streams-strip,.live-hub-games,.live-hub-schedule,.live-hub-history,.live-hub-promo{border-radius:18px;border:1px solid rgba(85,182,255,.18);background:#07132b75}.live-hub-featured-main{padding:16px}.live-hub-featured-main h2{margin:0 0 12px;color:#fff;font-size:clamp(26px,2.8vw,34px);line-height:1.08}.live-hub-featured-player{width:100%;aspect-ratio:16 / 9;border-radius:16px;overflow:hidden;border:1px solid rgba(111,193,255,.22);background:#030c1f}.live-hub-featured-player iframe{width:100%;height:100%;border:0}.live-hub-featured-meta{margin-top:12px;display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.live-hub-meta-group{display:flex;align-items:center;flex-wrap:wrap;gap:8px;color:#dbe8fbcc;font-size:12px}.live-hub-featured-meta a{display:inline-flex;align-items:center;gap:8px;color:#eef6ff;text-decoration:none;font-size:12px}.live-hub-featured-side{display:flex;flex-direction:column;gap:12px}.live-hub-stream-card{width:100%;border:1px solid rgba(100,186,255,.14);border-radius:16px;background:#040d1fbd;padding:8px;display:flex;flex-direction:column;gap:10px;cursor:pointer;text-align:left;color:inherit;font:inherit;transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease}.live-hub-stream-card:hover,.live-hub-stream-card.active{transform:translateY(-2px);border-color:#5cbbff52;box-shadow:0 18px 28px #01071247}.live-hub-stream-card.compact{border-radius:14px}.live-hub-stream-thumb{position:relative;aspect-ratio:16 / 9;border-radius:12px;overflow:hidden;background-position:center;background-size:cover;border:1px solid rgba(103,194,255,.18)}.live-hub-badge,.live-hub-platform{position:absolute;top:10px;min-height:22px;padding:0 8px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-size:10px;font-weight:800;letter-spacing:.05em;text-transform:uppercase}.live-hub-badge{left:10px;background:#ff375f;color:#fff}.live-hub-badge.live{position:static;background:#ff375f}.live-hub-platform{right:10px;background:#06132ed1;color:#fff}.live-hub-stream-copy{min-width:0}.live-hub-stream-copy strong,.live-hub-stream-copy span,.live-hub-stream-copy small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.live-hub-stream-copy strong{color:#fff;font-size:13px;line-height:1.3}.live-hub-stream-copy span{margin-top:4px;color:#e0eeffc2;font-size:11px}.live-hub-stream-copy small{margin-top:4px;color:#bcd8fa9e;font-size:10px}.live-hub-streams-strip,.live-hub-games{margin-top:18px;padding:14px}.live-hub-mini-streams{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px}.live-hub-game-grid{display:grid;grid-template-columns:repeat(8,minmax(0,1fr));gap:10px}.live-hub-game-card{position:relative;min-height:124px;border:1px solid rgba(116,202,255,.22);border-radius:16px;overflow:hidden;cursor:pointer;color:inherit;text-align:left;font:inherit;padding:14px;transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease}.live-hub-game-card.active,.live-hub-game-card:hover{transform:translateY(-2px);border-color:#75cfff6b;box-shadow:0 18px 28px #0107123d}.live-hub-game-card.disabled{opacity:.46;cursor:not-allowed}.live-hub-game-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(255,255,255,.08),transparent 42%),linear-gradient(180deg,transparent 18%,rgba(4,13,31,.48) 100%)}.live-hub-game-copy{position:relative;z-index:1;height:100%;display:flex;flex-direction:column;justify-content:space-between;gap:12px}.live-hub-game-copy span{color:#091223d6;font-size:11px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.live-hub-game-copy strong{color:#fff;font-size:16px;line-height:1.08}.live-hub-game-copy img{width:22px;height:22px;object-fit:contain}.live-hub-board{display:grid;grid-template-columns:minmax(0,1fr) 344px;gap:18px;margin-top:18px;align-items:start}.live-hub-schedule{padding:16px}.live-hub-schedule-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.live-hub-schedule-head span{display:inline-flex;color:#dfedffbd;font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.live-hub-schedule-head h3{margin:8px 0 0;color:#fff;font-size:clamp(28px,3.2vw,34px);line-height:1.04}.live-hub-schedule-tabs{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:8px}.live-hub-schedule-tabs button{min-height:34px;padding:0 14px;border-radius:999px;border:1px solid rgba(123,164,220,.28);background:#07183aeb;color:#c7d9f8;font-size:12px;font-weight:700;cursor:pointer}.live-hub-schedule-tabs button.active{color:#fff;border-color:transparent;background:linear-gradient(90deg,#0c63ff,#11c6ff)}.live-hub-table-shell{margin-top:14px;border-radius:16px;border:1px solid rgba(72,192,255,.54);background:linear-gradient(135deg,#0f244efa,#0c4080f0 46%,#0b2d56f5),url(/background.svg);background-size:cover;background-position:center;overflow:hidden}.live-hub-table-head{display:grid;grid-template-columns:104px 122px minmax(220px,2.4fr) 110px 96px 112px 88px;padding:14px 12px;background:linear-gradient(90deg,#1170adb3,#1170ad29);color:#eff9fff0;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.live-hub-table-body{max-height:920px;overflow-y:auto;padding:10px;display:flex;flex-direction:column;gap:10px}.live-hub-table-body::-webkit-scrollbar{width:7px}.live-hub-table-body::-webkit-scrollbar-thumb{border-radius:999px;background:#9bd6ff5c}.live-hub-table-state{min-height:180px;display:flex;align-items:center;justify-content:center;color:#fff;text-align:center;padding:20px;font-size:14px}.live-hub-table-state.error{color:#ffb5c5}.live-hub-table-row{min-height:66px;border-radius:12px;display:grid;grid-template-columns:104px 122px minmax(220px,2.4fr) 110px 96px 112px 88px;align-items:stretch;background:linear-gradient(90deg,#084783f0,#085896e0);border:1px solid rgba(112,190,243,.18)}.live-hub-table-row>div{min-width:0;display:flex;align-items:center;justify-content:center;padding:0 10px;border-right:1px solid rgba(172,224,255,.12);color:#fff;font-size:13px}.live-hub-table-row>div:last-child{border-right:none}.live-hub-table-status{flex-direction:column;gap:4px}.live-hub-table-status span{font-size:12px;font-weight:700;text-align:center;line-height:1.2}.live-hub-table-status small{display:inline-flex;align-items:center;justify-content:center;min-width:72px;min-height:24px;padding:0 10px;border-radius:999px;font-size:10px;font-weight:800;text-transform:uppercase}.live-hub-table-status.live small{background:#0bc85d;color:#062111}.live-hub-table-status.upcoming small{background:#18b9ff;color:#06203f}.live-hub-table-status.completed small{background:#74869f;color:#fff}.live-hub-table-date{flex-direction:column;gap:4px}.live-hub-table-date span,.live-hub-table-date small{text-align:center;line-height:1.2}.live-hub-table-date small{color:#e0f2ffb3;font-size:12px}.live-hub-table-name{justify-content:flex-start;gap:12px;padding-left:12px}.live-hub-table-mark{width:40px;height:40px;border-radius:10px;border:1px solid rgba(103,213,255,.58);background:linear-gradient(180deg,#091127f0,#062148e0);display:inline-flex;align-items:center;justify-content:center;color:#eaf8ff;font-size:14px;font-weight:900;flex:0 0 auto}.live-hub-table-name div{min-width:0}.live-hub-table-name strong,.live-hub-table-name span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.live-hub-table-name strong{font-size:13px;line-height:1.3}.live-hub-table-name span{margin-top:3px;color:#dff3ffb8;font-size:11px}.live-hub-table-cell,.live-hub-table-tier{font-size:13px;font-weight:600;text-align:center;line-height:1.3}.live-hub-table-tier span{min-width:70px;min-height:30px;padding:0 10px;border-radius:999px;border:1px solid rgba(134,216,255,.22);background:#082855a8;display:inline-flex;align-items:center;justify-content:center}.live-hub-sidebar{display:flex;flex-direction:column;gap:16px}.live-hub-sidebar .stats-card{height:auto;min-height:0}.live-hub-sidebar .sub-portrait{min-height:0}.live-hub-history{min-height:96px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px}.live-hub-history p{margin:0;color:#fff;font-size:17px;font-weight:700;line-height:1.3}.live-hub-history button,.live-hub-promo button{min-height:42px;border-radius:12px;border:none;background:linear-gradient(90deg,#f00561,#b60a5f);color:#fff;font-size:11px;font-weight:800;text-transform:uppercase;cursor:pointer;padding:0 16px}.live-hub-promo{position:relative;min-height:220px;border-radius:18px;overflow:hidden;background-color:#08152f;background-size:cover;background-position:center;padding:16px;display:flex;flex-direction:column;justify-content:flex-end;gap:8px}.live-hub-promo:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 10%,rgba(5,10,24,.92) 100%);pointer-events:none}.live-hub-promo>*{position:relative;z-index:1}.live-hub-promo-badge{align-self:flex-start;padding:8px 12px;border-radius:6px;background:#d50f57;color:#fff;font-size:11px;font-weight:800}.live-hub-promo strong{color:#fff;font-size:28px;line-height:1.04}.live-hub-promo p{margin:0;color:#eaf2ffd6;font-size:12px;line-height:1.45}@media(max-width:1280px){.live-hub-featured,.live-hub-board{grid-template-columns:1fr}.live-hub-mini-streams{grid-template-columns:repeat(3,minmax(0,1fr))}.live-hub-game-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.live-hub-schedule-head{flex-direction:column}.live-hub-schedule-tabs{justify-content:flex-start}}@media(max-width:1024px){.live-hub-breadcrumb{display:none}.live-hub-shell{padding:14px 0;border-left:none;border-right:none}.live-hub-header,.live-hub-featured-main,.live-hub-streams-strip,.live-hub-games,.live-hub-schedule,.live-hub-history,.live-hub-sidebar .stats-card,.live-hub-sidebar .sub-portrait,.live-hub-promo{margin:0 12px}.live-hub-header{margin-bottom:14px}.live-hub-header h1{font-size:28px;max-width:none}.live-hub-featured-main,.live-hub-streams-strip,.live-hub-games,.live-hub-schedule{padding:14px}.live-hub-featured-side{padding:0 12px}.live-hub-mini-streams,.live-hub-game-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.live-hub-table-head{display:none}.live-hub-table-body{max-height:none}.live-hub-table-row{grid-template-columns:1fr}.live-hub-table-row>div{min-height:52px;justify-content:flex-start;padding:10px 12px;border-right:none;border-bottom:1px solid rgba(172,224,255,.12)}.live-hub-table-row>div:last-child{border-bottom:none}.live-hub-table-status,.live-hub-table-date{align-items:flex-start}.live-hub-table-name{padding-left:12px}.live-hub-history{flex-direction:column;align-items:flex-start}.live-hub-history button{width:100%}}.authorized-layout{display:grid;gap:16px;padding-top:6px}.lk-notice{border-radius:10px;border:1px solid rgba(84,195,255,.52);background:linear-gradient(90deg,#142a5ceb,#38104deb);color:#eaf3ff;font-size:13px;font-weight:600;padding:10px 12px}.authorized-main-row{display:grid;grid-template-columns:minmax(0,1fr) .62fr;gap:12px;align-items:start}.authorized-matches-wrap{min-width:0}.authorized-stats-wrap{min-width:0;padding-top:78px}.authorized-live-card{width:100%;max-width:434px}.authorized-layout .matches-list{margin-top:0}.authorized-layout .matches-list h2{font-size:30px;line-height:1.15}.authorized-layout .matches-list-discipline p{font-size:17px}.authorized-layout .matches-list-table{height:480px}.authorized-layout .stats-card{height:628px;border-radius:14px}.authorized-layout .stats-top h2{font-size:clamp(22px,4.2cqw,36px)}.authorized-history-row{height:62px;border-radius:10px;border:1px solid rgba(69,170,255,.55);background:linear-gradient(90deg,#12193bf5,#320e3df5);display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 15px}.authorized-history-row p{margin:0;color:#fff;font-size:16px;font-weight:700}.authorized-history-row button{height:34px;border:none;border-radius:8px;padding:0 14px;background:linear-gradient(90deg,#f00561,#b60a5f);color:#fff;font-size:10px;font-weight:700;text-transform:uppercase;white-space:nowrap;cursor:pointer}.authorized-archive-wrap{min-width:0}.authorized-layout .archive{margin-top:0}.authorized-layout .archive h2{font-size:30px;margin-bottom:8px}.authorized-layout .archive-table{height:466px}.authorized-profile-block{border-top:1px solid rgba(96,139,208,.28);padding-top:14px}.authorized-profile-block>h2{margin:0 0 10px;font-size:28px;color:#fff}.authorized-profile-grid{display:grid;grid-template-columns:1fr 1.25fr 1fr;gap:10px}.profile-card{border-radius:12px;border:1px solid rgba(74,182,255,.42);padding:14px;min-height:170px;color:#e8f1ff;position:relative;overflow:hidden}.profile-card:before{content:"";position:absolute;inset:0;background:linear-gradient(120deg,rgba(255,255,255,.08),transparent 50%);pointer-events:none}.profile-card>*{position:relative;z-index:1}.account-card{background:linear-gradient(140deg,#1b2158,#171745)}.account-main{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.account-main h3{margin:0;font-size:16px}.account-main p{margin:4px 0 0;color:#dbebffcc;font-size:12px}.account-badge{border-radius:999px;border:1px solid rgba(245,190,72,.48);background:linear-gradient(90deg,#ffcf6647,#ff744647);color:#ffecc5;font-size:10px;font-weight:700;padding:5px 9px}.account-actions{margin-top:30px;display:flex;align-items:center;justify-content:space-between;gap:8px}.account-balance small{display:block;color:#e0f0ffb3;font-size:11px}.account-balance strong{display:block;margin-top:4px;font-size:22px}.account-actions button,.lk-profile-actions button{height:33px;border-radius:8px;border:1px solid rgba(130,189,255,.48);background:#081a3ab3;color:#fff;font-size:11px;font-weight:700;cursor:pointer;padding:0 11px}.subscription-card{background:linear-gradient(145deg,#441a57,#331641 46%,#20153f);border-color:#ff58a66b}.subscription-head{display:flex;align-items:baseline;justify-content:space-between;gap:8px}.subscription-head h3{margin:0;font-size:16px}.subscription-head p{margin:0;color:#f8dbffe6;font-size:12px}.subscription-disciplines{margin-top:18px;display:flex;flex-wrap:wrap;gap:6px}.subscription-disciplines span{border-radius:999px;border:1px solid rgba(230,205,255,.32);background:#0d091a57;padding:4px 8px;color:#ebe0ffcc;font-size:10px;font-weight:700}.subscription-disciplines span.active{background:linear-gradient(90deg,#10a9ff6b,#115fff6b);border-color:#48b9ff99;color:#fff}.subscription-foot{margin-top:16px;display:flex;align-items:center;justify-content:space-between;gap:8px}.subscription-foot p{margin:0;font-size:11px;color:#ece3ffcc}.subscription-foot button{height:33px;border:none;border-radius:8px;padding:0 11px;background:linear-gradient(90deg,#f49f1f,#ff4c89);color:#fff;font-size:11px;font-weight:700;cursor:pointer;white-space:nowrap}.referral-card{border-color:#f8aa4a70;background:linear-gradient(135deg,#413222,#54371f 58%,#6d4017)}.referral-card h3{margin:0;font-size:16px}.referral-card p{margin:14px 0 18px;color:#ffeed2d9;font-size:12px;line-height:1.4}.referral-card button{height:33px;border:none;border-radius:8px;padding:0 12px;background:linear-gradient(90deg,#ffcc3a,#ff8c2a);color:#341b03;font-size:11px;font-weight:800;cursor:pointer}.lk-profile-view{display:grid;gap:12px}.lk-profile-head{height:56px;border-radius:12px;border:1px solid rgba(84,190,255,.5);background:linear-gradient(90deg,#122350e6,#35124be6);display:flex;align-items:center;justify-content:space-between;padding:0 14px}.lk-profile-head h2{margin:0;font-size:24px;color:#fff}.lk-profile-head button{height:32px;border:1px solid rgba(113,198,255,.5);border-radius:8px;background:#061534b8;color:#fff;font-size:11px;font-weight:700;cursor:pointer;padding:0 12px}.lk-profile-grid{display:grid;grid-template-columns:1fr 1fr 1.22fr;gap:10px;align-items:stretch}.lk-profile-left{display:grid;gap:10px}.lk-profile-form{margin-top:14px;display:grid;gap:7px}.lk-profile-form label{display:grid;gap:3px}.lk-profile-form span{color:#dfebffc7;font-size:10px}.lk-profile-form input{height:30px;border-radius:7px;border:1px solid rgba(128,191,255,.5);background:#081634cc;color:#fff;padding:0 9px;font-size:12px}.lk-profile-form input:disabled{opacity:.75}.lk-profile-actions{margin-top:10px;display:grid;grid-template-columns:1fr;gap:7px}.lk-profile-actions button:disabled{opacity:.5;cursor:not-allowed}.subscription-manager-card{background:linear-gradient(135deg,#4a1c4e,#3a163f 58%,#2b1638);border-color:#ff62a094}.subscription-manager-card h3{margin:0;font-size:22px}.subscription-manager-card>p{margin:8px 0 10px;color:#f6e5ffc2;font-size:12px}.subscription-plan-row{display:flex;flex-wrap:wrap;gap:7px}.subscription-plan-row button{min-width:78px;height:32px;border-radius:8px;border:1px solid rgba(240,214,255,.42);background:#0d091a59;color:#f8f1ff;font-size:12px;font-weight:700;cursor:pointer}.subscription-plan-row button.active{border-color:#11c6ffb8;background:linear-gradient(90deg,#1090ff5c,#f8228e5c)}.promo-input-row{margin-top:12px;display:grid;gap:4px}.promo-input-row span{color:#e7dcfcc7;font-size:11px}.promo-input-row input{height:34px;border-radius:8px;border:1px solid rgba(210,183,238,.42);background:#0e091a70;color:#fff;padding:0 10px;font-size:12px}.promo-actions-row{margin-top:8px;display:flex;gap:8px}.promo-actions-row button{height:32px;border-radius:8px;border:1px solid rgba(195,152,232,.42);background:#120a216b;color:#fff;font-size:11px;font-weight:700;padding:0 10px;cursor:pointer}.subscription-total{margin-top:14px;display:grid;gap:5px}.subscription-total div{display:flex;align-items:baseline;justify-content:space-between;gap:8px}.subscription-total small{color:#f3e1ffb8;font-size:11px}.subscription-total span{font-size:14px;font-weight:700}.subscription-total strong{font-size:24px;line-height:1}.subscription-submit{margin-top:10px;width:100%;height:36px;border:none;border-radius:9px;background:linear-gradient(90deg,#f89d24,#f02384);color:#fff;font-size:12px;font-weight:800;cursor:pointer}@media(max-width:1024px){.authorized-main-row{grid-template-columns:1fr}.authorized-stats-wrap{padding-top:0}.authorized-layout .matches-list h2,.authorized-layout .archive h2,.authorized-profile-block>h2,.lk-profile-head h2,.subscription-manager-card h3{font-size:22px}.authorized-history-row{margin:0 12px;flex-direction:column;align-items:flex-start;justify-content:center;height:auto;padding:10px 12px}.authorized-profile-grid{grid-template-columns:1fr;margin:0 12px}.authorized-layout .archive,.authorized-layout .matches-list,.authorized-profile-block,.lk-profile-view{margin-left:12px;margin-right:12px}.authorized-layout .stats-card{margin:0 12px;height:auto;min-height:620px}.account-actions,.subscription-foot,.promo-actions-row{flex-direction:column;align-items:flex-start}.lk-profile-head{height:auto;padding:10px 12px;flex-direction:column;align-items:flex-start;gap:8px}.lk-profile-grid,.lk-profile-actions{grid-template-columns:1fr}}.news-article-view{display:flex;flex-direction:column;gap:14px}.news-article-breadcrumb{font-size:14px;color:#d9e7fb;padding-left:10px}.news-article-shell{border-radius:0;border:1px solid rgba(74,190,255,.56);background:linear-gradient(145deg,#0c2148fa,#0a1838fa 32%,#122243fa),linear-gradient(135deg,rgba(255,255,255,.02),transparent 35%,rgba(255,255,255,.03) 100%);box-shadow:0 24px 62px #010a1d57;overflow:hidden;position:relative}.news-article-shell:before,.news-article-shell:after{content:"";position:absolute;inset:0;pointer-events:none}.news-article-shell:before{background:linear-gradient(145deg,transparent 42%,rgba(255,255,255,.04) 42%,transparent 43%),linear-gradient(160deg,transparent 64%,rgba(255,255,255,.03) 64%,transparent 65%);opacity:.8}.news-article-shell:after{background:radial-gradient(circle at 10% 16%,rgba(92,161,255,.18),transparent 26%),radial-gradient(circle at 84% 18%,rgba(229,88,255,.12),transparent 22%)}.news-article-layout{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:20px;padding:26px;align-items:start}.news-article-main{min-width:0;display:flex;flex-direction:column;gap:20px}.news-article-back{width:fit-content;min-width:108px;height:38px;padding:0 16px;border-radius:999px;border:1px solid rgba(118,196,255,.34);background:#051027ad;color:#f3f8ff;font-size:12px;font-weight:700;cursor:pointer}.news-article-card,.news-article-section{border-radius:18px;border:1px solid rgba(90,179,255,.16);background:#06112857;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.news-article-card{padding:22px 24px 20px}.news-article-copy{display:flex;flex-direction:column;gap:10px}.news-article-kicker{display:inline-flex;align-self:flex-start;padding:7px 11px;border-radius:999px;background:#1f74e724;border:1px solid rgba(125,201,255,.24);color:#b9e3ff;font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.news-article-copy h1{margin:0;color:#fff;font-size:clamp(30px,3.2vw,38px);line-height:1.08;max-width:18ch}.news-article-meta{display:flex;flex-wrap:wrap;gap:8px 14px;color:#d6e7ffbd;font-size:12px}.news-article-summary{margin:0;color:#dceaff;font-size:14px;line-height:1.65;max-width:72ch}.news-article-content{margin-top:16px;padding-top:16px;border-top:1px solid rgba(124,197,255,.14);color:#edf4ff;font-size:14px;line-height:1.75;max-width:76ch}.news-article-content>:first-child{margin-top:0}.news-article-content>:last-child{margin-bottom:0}.news-article-content p,.news-article-content ul,.news-article-content ol,.news-article-content blockquote{margin:0 0 18px}.news-article-content a{color:#89d7ff}.news-article-content img{max-width:100%;height:auto;border-radius:14px}.news-article-footer{margin-top:18px;padding-top:14px;border-top:1px solid rgba(124,197,255,.12);display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap}.news-article-link,.news-article-share{display:inline-flex;align-items:center;gap:8px;color:#dbeaff;font-size:12px}.news-article-link{text-decoration:none}.news-article-link--muted{color:#d6e7ffa3}.news-article-share{border:none;background:transparent;cursor:pointer;padding:0}.news-article-section{padding:18px}.news-article-section-title{margin:0 0 12px;color:#fff;font-size:26px;line-height:1.08}.news-article-section .news-line-card,.news-article-section .news-feed-card--compact .news-feed-box{margin:0}.news-article-section .news-feed-card--compact .news-feed-box{border-radius:14px}.news-article-sidebar{display:flex;flex-direction:column;gap:14px;position:sticky;top:12px}.news-article-history{border-radius:14px;border:1px solid rgba(66,179,255,.36);background:linear-gradient(135deg,#111c45f5,#26163df5);padding:16px;display:flex;flex-direction:column;gap:12px}.news-article-history span{color:#dbe5ffc2;font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.news-article-history h3{margin:4px 0 0;color:#fff;font-size:18px;line-height:1.12}.news-article-history button{width:100%;min-height:38px;border:none;border-radius:10px;background:linear-gradient(90deg,#f00561,#b60a5f);color:#fff;font-size:10px;font-weight:800;cursor:pointer;text-transform:uppercase}.news-article-sidebar .sub-portrait{min-height:0}.news-article-promo{position:relative;min-height:156px;border-radius:14px;border:1px solid rgba(83,189,255,.3);background-color:#08152f;background-size:cover;background-position:center;overflow:hidden;padding:14px;display:flex;flex-direction:column;justify-content:flex-end;gap:6px}.news-article-promo:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 10%,rgba(5,10,24,.92) 100%);pointer-events:none}.news-article-promo>*{position:relative;z-index:1}.news-article-promo-badge{align-self:flex-start;padding:7px 10px;border-radius:6px;background:#d50f57;color:#fff;font-size:10px;font-weight:800}.news-article-promo strong{color:#fff;font-size:24px;line-height:1.04}.news-article-promo p{margin:0;color:#eaf2ffd6;font-size:11px;line-height:1.45}.news-article-promo button{margin-top:6px;width:fit-content;min-width:150px;min-height:34px;padding:0 14px;border:1px solid rgba(116,194,255,.22);border-radius:999px;background:#06132ed1;color:#fff;font-size:10px;font-weight:700;cursor:pointer}.news-article-state{min-height:240px;border-radius:18px;border:1px dashed rgba(120,196,255,.28);background:#040d1f47;display:flex;align-items:center;justify-content:center;color:#f5f9ff;font-size:18px}.news-article-state--error{color:#ffc3cf}@media(max-width:1280px){.news-article-layout{grid-template-columns:minmax(0,1fr) 300px}}@media(max-width:1024px){.news-article-breadcrumb{display:none}.news-article-shell{border-left:none;border-right:none}.news-article-layout{grid-template-columns:1fr;gap:14px;padding:14px 0}.news-article-main{gap:14px}.news-article-back,.news-article-card,.news-article-section{margin:0 12px}.news-article-card,.news-article-section{padding:16px}.news-article-copy h1{max-width:none;font-size:26px}.news-article-summary,.news-article-content{font-size:14px}.news-article-footer{align-items:flex-start;flex-direction:column}.news-article-section-title{font-size:22px}.news-article-sidebar{position:static;gap:14px}.news-article-history,.news-article-promo{margin:0 12px}.news-article-promo strong{font-size:22px}}.analysis-page{--analysis-bg: #11182d;--analysis-bg-soft: #18254a;--analysis-panel: rgba(11, 20, 43, .9);--analysis-panel-2: rgba(20, 28, 55, .92);--analysis-line: rgba(122, 177, 255, .22);--analysis-line-strong: rgba(101, 199, 255, .5);--analysis-text: #f2f6ff;--analysis-text-soft: #b4c6e9;--analysis-gold: #d9bf57;--analysis-gold-deep: #7d6a19;--analysis-cyan: #43d0ff;--analysis-green: #29d2a4;--analysis-red: #ff4c8e;display:grid;gap:18px;padding:8px 0 32px;color:var(--analysis-text)}.analysis-page-breadcrumb{font-size:12px;color:#90a7cf;letter-spacing:.02em}.analysis-page-topbar{display:flex;align-items:center;justify-content:space-between;gap:12px}.analysis-back-btn,.analysis-link-btn{height:38px;border-radius:999px;border:1px solid rgba(111,177,255,.28);background:#080f22c7;color:var(--analysis-text);display:inline-flex;align-items:center;gap:8px;padding:0 15px;cursor:pointer;text-decoration:none;font-size:12px;font-weight:700}.analysis-back-btn.inline{width:fit-content}.analysis-page-header{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;padding-bottom:12px;border-bottom:1px solid rgba(102,134,191,.16)}.analysis-page-header span{display:block;margin-bottom:6px;font-size:13px;color:#8fc9ff;text-transform:uppercase;letter-spacing:.12em}.analysis-page-header h1{margin:0;font-size:34px;line-height:1.02}.analysis-header-meta{display:grid;justify-items:end}.analysis-header-meta strong{font-size:28px;color:#fff0a4}.analysis-header-meta small{font-size:12px;color:#99bae4;letter-spacing:.1em;text-transform:uppercase}.analysis-map-selector{display:flex;flex-wrap:wrap;gap:8px}.analysis-map-selector button{min-width:108px;padding:9px 12px;border-radius:10px;border:1px solid rgba(220,190,88,.25);background:#3e351147;color:#f5f0d8;display:grid;gap:2px;text-align:left;cursor:pointer}.analysis-map-selector button span{font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.analysis-map-selector button small{font-size:10px;color:#cabd86}.analysis-map-selector button.active{border-color:#ebcc5bb3;background:linear-gradient(180deg,#78691be0,#534610f5);box-shadow:inset 0 1px #fff1b138}.analysis-tabs{display:flex;flex-wrap:wrap;gap:8px}.analysis-tabs button{height:30px;border-radius:8px;border:1px solid rgba(220,190,88,.4);background:transparent;color:#e8dca3;padding:0 12px;font-size:11px;font-weight:700;cursor:pointer}.analysis-tabs button.active{background:linear-gradient(180deg,#7a6b1deb,#4b4012fa);color:#fff8dc}.analysis-map-pending{margin-bottom:18px;padding:18px;border-radius:16px;border:1px solid rgba(217,191,87,.3);background:linear-gradient(145deg,#38280cb8,#12111ceb)}.analysis-map-pending strong{display:block;margin-bottom:8px;color:#fff0b0}.analysis-map-pending p,.analysis-map-pending small{color:#e8efff}.analysis-main-disabled{opacity:.56}.analysis-shell{display:grid;grid-template-columns:.92fr 1.08fr;gap:28px;align-items:start}.analysis-sidebar,.analysis-main{display:grid;gap:20px}.analysis-main{position:relative}.analysis-main:before{content:"";position:absolute;left:-14px;top:0;bottom:0;width:1px;background:linear-gradient(180deg,transparent 0%,rgba(146,174,224,.18) 12%,rgba(146,174,224,.18) 88%,transparent 100%)}.analysis-side-card,.analysis-main-card,.analysis-result-card,.analysis-players-card{border-radius:18px;border:1px solid var(--analysis-line);box-shadow:0 26px 50px #02051042}.analysis-side-card,.analysis-main-card,.analysis-result-card,.analysis-players-card{background:radial-gradient(circle at top left,rgba(48,100,195,.12),transparent 28%),linear-gradient(180deg,#0f1934f2,#0a1223fa)}.analysis-side-card{padding:18px}.analysis-side-card.commentary{background:radial-gradient(circle at top left,rgba(222,178,88,.12),transparent 30%),linear-gradient(180deg,#392d18f2,#211b11fa);border-color:#d6ad5847}.analysis-side-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:14px}.analysis-side-head span,.analysis-main-head span,.analysis-verdict-card span,.analysis-result-card span{font-size:13px;font-weight:800;color:#f5f7ff}.analysis-side-head strong{font-size:12px;color:#8fa7cf}.analysis-match-showcase{display:grid;gap:10px}.analysis-match-banner{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);gap:12px;align-items:center;font-size:14px;font-weight:700}.analysis-team-badge{display:flex;align-items:center;gap:10px;min-width:0}.analysis-team-badge.right{justify-content:flex-end}.analysis-team-badge img,.analysis-team-title img,.analysis-team-logo{width:28px;height:28px;border-radius:8px;object-fit:cover;background:#ffffff1a}.analysis-team-badge span,.analysis-mini-team span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.analysis-scoreboard-card{padding:12px;border-radius:16px;border:2px solid rgba(225,64,125,.85);background:linear-gradient(180deg,#270c2338,#270c2338),linear-gradient(180deg,#fefafffa,#f8f5faf5);color:#1d2232}.analysis-scoreboard-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:12px;font-size:11px;font-weight:800}.analysis-series-chip,.analysis-status-chip{padding:4px 8px;border-radius:999px;color:#fff}.analysis-series-chip{background:linear-gradient(90deg,#e83d76,#ff674f)}.analysis-status-chip{background:linear-gradient(90deg,#f2b64e,#d98c1f)}.analysis-scoreboard-core{display:grid;grid-template-columns:minmax(0,1fr) 92px minmax(0,1fr);gap:10px;align-items:center}.analysis-mini-team{display:grid;justify-items:center;gap:8px;min-width:0;text-align:center}.analysis-mini-team.right{justify-items:center}.analysis-mini-team span{font-size:13px;font-weight:800}.analysis-mini-heroes{display:flex;flex-wrap:wrap;justify-content:center;gap:4px}.analysis-mini-heroes img,.analysis-stream-heroes img{width:25px;height:25px;border-radius:7px;object-fit:cover;box-shadow:0 3px 8px #00000042}.analysis-score-center{display:grid;justify-items:center;gap:4px;text-align:center}.analysis-score-center small{font-size:10px;color:#757d98}.analysis-score-center strong{font-size:28px;line-height:1;color:#232741}.analysis-score-center span{font-size:11px;color:#585f77}.analysis-side-meta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.analysis-side-meta div{padding:10px 12px;border-radius:12px;background:#ffffff0a}.analysis-side-meta small{display:block;margin-bottom:4px;font-size:10px;color:#88a4cf;text-transform:uppercase;letter-spacing:.08em}.analysis-side-meta b{font-size:13px}.analysis-stream-preview{min-height:210px;border-radius:16px;padding:14px;position:relative;overflow:hidden;background:linear-gradient(180deg,#0b112224,#060a18db),radial-gradient(circle at 20% 20%,rgba(94,158,255,.18),transparent 22%),url(/background.svg);background-size:cover;background-position:center}.analysis-stream-badge{position:absolute;top:14px;left:14px;z-index:2;padding:5px 9px;border-radius:999px;background:linear-gradient(90deg,#fb3f73,#ff8e43);font-size:10px;font-weight:900}.analysis-stream-overlay{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:flex-end;gap:12px;padding:16px}.analysis-stream-score{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);gap:10px;align-items:center;font-size:12px}.analysis-stream-score span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.analysis-stream-score strong{padding:5px 10px;border-radius:999px;background:#080e1fb3;border:1px solid rgba(255,255,255,.12)}.analysis-stream-heroes{display:flex;flex-wrap:wrap;align-items:center;gap:4px}.analysis-stream-heroes b{margin:0 6px;color:#f5d877}.analysis-stream-controls{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:10px;align-items:center;padding:9px 10px;border-radius:999px;background:#070b18c2;font-size:11px}.analysis-stream-controls .play{width:22px;height:22px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#ffffff1f}.analysis-stream-progress{height:6px;border-radius:999px;background:#ffffff1f;overflow:hidden}.analysis-stream-progress i{display:block;width:42%;height:100%;border-radius:inherit;background:linear-gradient(90deg,#fff,#ffe082)}.analysis-commentary-list{list-style:none;display:grid;gap:8px;margin:0 0 14px;padding:0}.analysis-commentary-list li,.analysis-commentary-timeline-row p{font-size:13px;line-height:1.55;color:#fff4d6}.analysis-commentary-timeline{display:grid;gap:10px;padding:12px;border-radius:16px;background:#ffffff0a}.analysis-commentary-timeline-row{display:grid;gap:4px}.analysis-commentary-timeline-row strong{font-size:11px;color:#ffd87a;text-transform:uppercase;letter-spacing:.08em}.analysis-commentary-timeline-row p{margin:0}.analysis-live-feed{display:grid;gap:10px;margin-top:12px}.analysis-live-feed-row{padding:12px;border-radius:14px;background:#ffffff0b;border:1px solid rgba(217,191,87,.18)}.analysis-live-feed-row.muted{opacity:.82}.analysis-live-feed-meta{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:6px}.analysis-live-feed-meta span{font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#ffd87a}.analysis-live-feed-meta strong{font-size:11px;color:#fff4d2}.analysis-live-feed-row p{margin:0;font-size:13px;line-height:1.55;color:#fff2cd}.analysis-main-card{padding:18px;background:radial-gradient(circle at top left,rgba(71,128,255,.14),transparent 26%),linear-gradient(180deg,#11182df7,#0a101ffc)}.analysis-main-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:12px}.analysis-main-head h2{margin:6px 0 0;font-size:16px;text-transform:uppercase;letter-spacing:.12em;color:#f7e59f}.analysis-main-pill{min-width:78px;height:40px;padding:0 16px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#88761df5,#584914fa);color:#fff7dd;font-size:12px;font-weight:900;letter-spacing:.08em}.analysis-model-pill-row{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px}.analysis-model-pill{min-width:112px;padding:8px 10px;border-radius:8px;border:1px solid rgba(216,187,96,.32);background:#161c34d9;display:grid;gap:3px}.analysis-model-pill.muted{opacity:.55}.analysis-model-pill span{font-size:10px;text-transform:uppercase;letter-spacing:.08em;color:#aabfe0}.analysis-model-pill strong{font-size:13px}.analysis-model-pill small{font-size:10px;color:#f9e8a0}.analysis-hero-board{padding:10px;border-radius:16px;background:linear-gradient(135deg,#684c1c33,#19203b24)}.analysis-hero-board-frame{padding:14px;border-radius:14px;border:2px solid #28a6ff;background:radial-gradient(circle at top right,rgba(211,146,58,.18),transparent 26%),linear-gradient(180deg,#2c2730f5,#171d2ffa)}.analysis-hero-head{display:grid;grid-template-columns:minmax(0,1fr) 90px minmax(0,1fr);gap:14px;align-items:center;margin-bottom:14px}.analysis-team-column{display:grid;gap:10px}.analysis-team-column.left{justify-items:start}.analysis-team-column.right{justify-items:end}.analysis-team-title{display:flex;align-items:center;gap:10px}.analysis-team-title.right{justify-content:flex-end}.analysis-team-column h3{margin:0;font-size:22px}.analysis-hero-strip{display:flex;flex-wrap:wrap;gap:6px}.analysis-team-column.right .analysis-hero-strip{justify-content:flex-end}.analysis-hero-strip img{width:44px;height:44px;border-radius:10px;object-fit:cover}.analysis-vs-block{display:grid;justify-items:center;gap:6px}.analysis-vs-block strong{font-size:42px;line-height:1;font-family:var(--font-brand)}.analysis-vs-block span{display:inline-flex;padding:5px 10px;border-radius:999px;background:#08122bc2;border:1px solid rgba(240,196,74,.36);font-size:12px;font-weight:800}.analysis-factor-list{display:grid;gap:9px}.analysis-factor-row{display:grid;grid-template-columns:170px minmax(0,1fr);gap:12px;align-items:center}.analysis-factor-labels{display:flex;align-items:center;justify-content:space-between;gap:10px}.analysis-factor-labels span{font-size:12px;color:#f4f7ff}.analysis-factor-labels strong{font-size:11px;color:#c2d4f7}.analysis-factor-track{position:relative;display:grid;grid-template-columns:1fr 1fr;height:12px;border-radius:999px;overflow:hidden;background:#ffffff14}.analysis-factor-side{display:flex;align-items:center}.analysis-factor-side.left{justify-content:flex-end;background:linear-gradient(90deg,#11b6e5,#ff3074)}.analysis-factor-side.right{justify-content:flex-start;background:linear-gradient(90deg,#18d0a6,#2ca8ff)}.analysis-factor-side small{padding:0 8px;font-size:9px;font-weight:800;color:#fff}.analysis-story-copy{display:grid;gap:12px;margin-top:16px}.analysis-story-section{padding:0;border:0;background:transparent}.analysis-story-section h3{margin:0 0 8px;font-size:28px;line-height:1.06}.analysis-story-section:not(.lead) h3{font-size:23px}.analysis-story-section p,.analysis-story-section li{margin:0;font-size:14px;line-height:1.58;color:#edf2ff}.analysis-story-section ul{list-style:none;display:grid;gap:10px;padding:0;margin:0}.analysis-story-section li{position:relative;padding-left:16px}.analysis-story-section li:before{content:"•";position:absolute;top:0;left:0;color:#ffd877}.analysis-verdict-stack{display:grid;gap:12px;margin-top:16px}.analysis-verdict-card{padding:16px;border-radius:16px}.analysis-verdict-card.map{background:linear-gradient(135deg,#114d5cf2,#082a35fa)}.analysis-verdict-card.series{background:linear-gradient(135deg,#604f1af2,#312709fa)}.analysis-verdict-card p{margin:8px 0 0;font-size:15px;line-height:1.55}.analysis-result-card,.analysis-players-card{padding:18px}.analysis-postmatch-card{padding:18px;border-radius:18px;border:1px solid rgba(217,191,87,.26);background:radial-gradient(circle at top center,rgba(160,132,66,.18),transparent 25%),linear-gradient(180deg,#372f28f5,#1c1817fa);box-shadow:0 24px 50px #02051047}.analysis-postmatch-card>span{display:block;margin-bottom:10px;font-size:13px;font-weight:800;color:#f1f5ff}.analysis-postmatch-card h3{margin:0 0 16px;font-size:24px;line-height:1.18;color:#fff}.analysis-postmatch-block+.analysis-postmatch-block{margin-top:16px;padding-top:16px;border-top:1px solid rgba(255,255,255,.08)}.analysis-postmatch-block h4{margin:0 0 10px;font-size:18px;color:#fff}.analysis-postmatch-block p{margin:0;font-size:14px;line-height:1.58;color:#f1f4ff}.analysis-result-card h3{margin:8px 0 10px;font-size:26px}.analysis-result-card p{margin:0 0 14px;font-size:14px;line-height:1.58;color:#eaf0ff}.analysis-phase-list{display:grid;gap:10px}.analysis-phase-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:center;padding:12px 14px;border-radius:12px;background:#ffffff0a}.analysis-phase-row strong{display:block;margin-bottom:4px}.analysis-phase-row small{color:#bcd7f7}.analysis-phase-row span{font-size:12px;color:#fff1b1}.analysis-players-grid{display:grid;grid-template-columns:minmax(0,1fr) 120px minmax(0,1fr);gap:16px;align-items:start}.analysis-player-team h3{margin:0 0 12px;font-size:24px}.analysis-player-list{display:grid;gap:10px}.analysis-player-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;border-radius:12px;background:#ffffff0a}.analysis-player-main{display:flex;align-items:center;gap:10px;min-width:0}.analysis-player-main img,.analysis-player-hero{width:42px;height:42px;border-radius:10px;object-fit:cover}.analysis-player-main strong,.analysis-player-main small{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.analysis-player-main small{color:#a7c7e7;margin-top:4px}.analysis-player-hero.placeholder{background:#ffffff14}.analysis-player-center{display:grid;justify-items:center;align-self:center;gap:6px;padding-top:32px}.analysis-player-center strong{font-size:48px;font-family:var(--font-brand);line-height:1}.analysis-player-center span{font-size:13px;color:#d8eaff;text-align:center}.analysis-player-center small{font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:#93cfff}.analysis-page-state{min-height:320px;display:grid;place-items:center;gap:12px;text-align:center}.analysis-page-state.error{color:#ffb2bf}@media(max-width:1200px){.analysis-shell,.analysis-players-grid{grid-template-columns:1fr}.analysis-main:before{display:none}.analysis-player-center{padding-top:0}}@media(max-width:860px){.analysis-page-topbar,.analysis-page-header{flex-direction:column;align-items:stretch}.analysis-hero-head,.analysis-scoreboard-core,.analysis-match-banner,.analysis-factor-row,.analysis-phase-row{grid-template-columns:1fr}.analysis-team-column.left,.analysis-team-column.right,.analysis-team-title,.analysis-team-title.right,.analysis-team-badge,.analysis-team-badge.right{justify-content:center;text-align:center}.analysis-hero-strip,.analysis-team-column.right .analysis-hero-strip,.analysis-mini-heroes{justify-content:center}.analysis-side-meta{grid-template-columns:1fr}.analysis-tabs button,.analysis-map-selector button{flex:1 1 calc(50% - 8px)}.analysis-stream-score{grid-template-columns:1fr;justify-items:center;text-align:center}.analysis-stream-controls{grid-template-columns:auto 1fr}.analysis-stream-controls span:last-child{grid-column:1 / -1;text-align:center}}.page{--layout-gap: 22px;--right-column-width: 434px;position:relative;isolation:isolate;min-height:100vh;background:#020818;filter:brightness(.9) contrast(1.1);border:2px solid #0fb0ff;overflow:hidden}.page:before{content:"";position:absolute;inset:-18% -12%;z-index:-2;pointer-events:none;background:radial-gradient(circle at 10% 16%,#7dbeff94,#428eff52 15%,#428eff00 36%),radial-gradient(circle at 86% 12%,#73b8ff8a,#3a84ff47 14%,#3a84ff00 36%),radial-gradient(circle at 22% 64%,#84c5ff8f,#4891ff47 16%,#4891ff00 39%),radial-gradient(circle at 74% 54%,#7abeff85,#3e88ff42 15%,#3e88ff00 38%),radial-gradient(circle at 56% 86%,#72b6ff8a,#3780ff47 15%,#3780ff00 37%),linear-gradient(180deg,#071738,#020818 54%,#01040d);animation:pageBgDrift 30s ease-in-out infinite alternate}.page:after{content:"";position:absolute;inset:0;z-index:-1;pointer-events:none;background:radial-gradient(circle at 50% 50%,#0a388a33,#00000080 68%);animation:pageBgPulse 8s ease-in-out infinite}.page>*{position:relative;z-index:1}.page-content{width:100%;max-width:1620px;margin:0 auto;padding:0 24px 20px}.home-layout>*{min-width:0}.home-layout{display:grid;grid-template-columns:minmax(0,1fr) var(--right-column-width);gap:var(--layout-gap);align-items:start;grid-template-areas:"breadcrumb newsfeed" "hero newsfeed" "newsline newsfeed" "matches statistics" "matches history" "archive subscription"}.area-breadcrumb{grid-area:breadcrumb;font-size:14px;color:#d9e7fb;padding-left:10px}.area-hero{grid-area:hero}.area-newsline{grid-area:newsline}.area-matches{grid-area:matches}.area-statistics{grid-area:statistics;width:100%}.area-subscription{grid-area:subscription;width:100%}.area-archive{grid-area:archive}.area-history{grid-area:history;height:78px;border-radius:12px;border:1px solid rgba(64,180,255,.58);background:linear-gradient(90deg,#141834f5,#2e1440f5);display:flex;align-items:center;justify-content:space-between;padding:0 18px}.area-history p{margin:0;color:#fff;font-size:17px;font-weight:700}.area-history button{width:182px;height:36px;border-radius:8px;border:none;background:linear-gradient(90deg,#f00561,#b60a5f);color:#fff;font-size:11px;font-weight:700;cursor:pointer;text-transform:uppercase}.area-newsfeed{grid-area:newsfeed;width:100%}.ai-layout>*{min-width:0}.ai-layout{display:grid;grid-template-columns:minmax(0,1fr) var(--right-column-width);gap:var(--layout-gap);align-items:stretch;grid-template-areas:"breadcrumb breadcrumb" "matches matches" "archive statistics" "history subscription"}.ai-breadcrumb{grid-area:breadcrumb;font-size:14px;color:#d9e7fb;padding-left:10px}.ai-matches{grid-area:matches}.ai-block{min-width:0;display:flex}.ai-panel{width:100%;min-width:0}.ai-archive{grid-area:archive}.ai-statistics{grid-area:statistics}.ai-subscription{grid-area:subscription}.ai-history-panel{grid-area:history}.ai-layout .archive{margin-top:0}.ai-panel-archive,.ai-panel-statistics,.ai-panel-subscription{display:flex}.ai-panel-archive>.archive,.ai-panel-statistics>.stats-card,.ai-panel-subscription>.sub-portrait{width:100%}.ai-panel-archive>.archive{display:flex;flex-direction:column;height:100%}.ai-panel-archive>.archive .archive-table{height:auto;min-height:514px;flex:1 1 auto}.ai-panel-statistics>.stats-card{height:100%;min-height:640px}.ai-panel-subscription>.sub-portrait{min-height:360px;height:100%;display:flex;flex-direction:column}.ai-panel-subscription>.sub-portrait>button{margin-top:auto}.ai-history-card{width:100%;min-height:360px;border-radius:18px;border:1px solid rgba(78,190,255,.48);background:radial-gradient(circle at top left,rgba(72,154,255,.22),transparent 34%),linear-gradient(135deg,#0a2046fa,#10193af5 44%,#330f38f5);box-shadow:0 20px 44px #0108194d;padding:24px;display:flex;flex-direction:column;gap:14px}.ai-history-kicker{display:inline-flex;align-self:flex-start;padding:8px 12px;border-radius:999px;background:#127bff33;border:1px solid rgba(90,191,255,.35);color:#dceeff;font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.ai-history-card h2{margin:0;color:#fff;font-size:clamp(30px,3vw,38px);font-weight:700;line-height:1.08;max-width:14ch}.ai-history-card p{margin:0;max-width:48ch;color:#e2eeffdb;font-size:15px;line-height:1.5}.ai-history-points{margin:0;padding:0;list-style:none;display:grid;gap:10px}.ai-history-points li{min-height:46px;border-radius:12px;border:1px solid rgba(108,160,255,.26);background:#0a183685;color:#f3f7ff;font-size:14px;line-height:1.35;display:flex;align-items:center;padding:0 14px}.ai-history-card button{margin-top:auto;width:fit-content;min-width:228px;min-height:48px;padding:0 20px;border-radius:12px;border:none;background:linear-gradient(90deg,#f00561,#b60a5f);color:#fff;font-size:12px;font-weight:800;cursor:pointer;text-transform:uppercase}.tournaments-page{display:grid;width:min(80vw,1680px);margin:0 auto;gap:22px}.tournaments-page .ai-breadcrumb{padding-left:0;font-size:14px}@media(max-width:1024px){.page{border:none}.page-content{max-width:420px;padding:0 0 14px}.home-layout{grid-template-columns:1fr;gap:14px;grid-template-areas:"hero" "breadcrumb" "matches" "statistics" "subscription" "archive" "history" "newsline" "newsfeed"}.ai-layout{grid-template-columns:1fr;gap:14px;grid-template-areas:"breadcrumb" "matches" "archive" "statistics" "history" "subscription"}.area-breadcrumb{display:none}.ai-breadcrumb{margin:0 12px;font-size:13px;padding-left:0}.area-history{margin:0 12px;height:64px;padding:0 12px}.area-history p{font-size:14px}.area-history button{width:156px;height:32px;font-size:9px}.ai-block{display:block}.ai-layout .archive,.ai-layout .stats-card,.ai-layout .sub-portrait,.ai-history-card{margin:0 12px}.ai-panel-archive>.archive .archive-table,.ai-panel-statistics>.stats-card{min-height:unset}.ai-panel-statistics>.stats-card,.ai-panel-subscription>.sub-portrait{height:auto}.ai-history-card{min-height:auto;padding:18px 16px;gap:12px}.ai-history-kicker{font-size:11px;padding:7px 10px}.ai-history-card h2{font-size:24px;max-width:none}.ai-history-card p,.ai-history-points li{font-size:14px}.ai-history-card button{width:100%;min-width:0;min-height:44px;font-size:11px}.tournaments-page{width:auto;margin:0;gap:14px}}@keyframes pageBgDrift{0%{transform:translateZ(0) scale(1)}to{transform:translate3d(-1.6%,1.2%,0) scale(1.03)}}@keyframes pageBgPulse{0%,to{opacity:.9}50%{opacity:.98}}
