:root{--black:#050505;--panel:#0b0b0b;--white:#f3f0e9;--muted:#96928b;--red:#d21f26;--red-hot:#f13539;--gold:#d5a955;--line:rgba(255,255,255,.105);--max:1240px;color-scheme:dark;font-family:"DM Sans",sans-serif}
*{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--black)}body{margin:0;overflow-x:hidden;color:var(--white);background:var(--black)}a{color:inherit;text-decoration:none}button,input{font:inherit}button{color:inherit}img{display:block;max-width:100%}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:fixed;z-index:999;top:12px;left:12px;padding:10px 14px;background:white;color:black;transform:translateY(-160%)}.skip-link:focus{transform:none}section[id]{scroll-margin-top:82px}
.site-header{position:fixed;z-index:100;inset:0 0 auto;height:94px;border-bottom:1px solid transparent;transition:.3s ease}.site-header.is-scrolled{height:76px;background:rgba(4,4,4,.88);border-color:var(--line);backdrop-filter:blur(20px)}.nav-shell{width:min(var(--max),calc(100% - 48px));height:100%;margin:auto;display:grid;grid-template-columns:180px 1fr auto;align-items:center;gap:26px}.brand{display:flex;align-items:center;gap:10px}.brand-symbol{width:50px;height:50px;display:block;overflow:visible}.brand-symbol img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 0 12px rgba(237,27,36,.18))}.brand-type{display:grid;font-family:"Barlow Condensed",sans-serif;font-weight:900;line-height:.82;letter-spacing:.04em}.brand-type b{color:#fff;font-size:15px;white-space:nowrap}.brand-type strong{color:var(--red-hot);font-size:25px}.main-nav{justify-self:center;display:flex;gap:30px;color:rgba(255,255,255,.68);font:700 10px "DM Sans",sans-serif;letter-spacing:.13em;text-transform:uppercase}.main-nav a{position:relative;transition:.2s}.main-nav a::after{content:"";position:absolute;left:0;right:100%;bottom:-9px;height:2px;background:var(--red-hot);transition:right .25s ease}.main-nav a:hover{color:white}.main-nav a:hover::after{right:0}.nav-actions{display:flex;align-items:center;gap:18px}.nav-signin{color:rgba(255,255,255,.68);font-size:12px}.menu-button{display:none;width:42px;height:42px;padding:10px;border:1px solid var(--line);border-radius:8px;background:rgba(0,0,0,.45)}.menu-button span{display:block;height:1px;margin:5px 0;background:var(--gold)}
.button{min-height:50px;padding:0 23px;display:inline-flex;align-items:center;justify-content:center;gap:10px;border:1px solid transparent;border-radius:7px;font-size:11px;font-weight:800;letter-spacing:.07em;text-transform:uppercase;transition:transform .25s ease,box-shadow .25s ease,background .25s ease}.button:hover{transform:translateY(-2px)}.button-small{min-height:42px;padding:0 18px;font-size:9px}.button-large{min-height:57px;padding:0 28px}.button-red{color:white;background:linear-gradient(135deg,#ef3035,#af111b);box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 14px 36px rgba(191,23,31,.18)}.button-red:hover{box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 18px 42px rgba(213,24,33,.3)}.button-glass{border-color:rgba(255,255,255,.22);background:rgba(5,5,5,.5);backdrop-filter:blur(12px)}.button-light{color:#0b0b0b;background:var(--white)}.play-mark{font-size:9px}
.hero{position:relative;min-height:970px;isolation:isolate;overflow:hidden;padding-top:94px}.hero-image{position:absolute;z-index:-4;inset:0;background:url("assets/global-hero.png") center 43%/cover no-repeat;filter:saturate(.82) contrast(1.03);animation:heroScale 20s ease-in-out infinite alternate}@keyframes heroScale{to{transform:scale(1.04)}}.hero-shade{position:absolute;z-index:-3;inset:0;background:linear-gradient(90deg,rgba(3,3,3,.96),rgba(3,3,3,.79) 42%,rgba(3,3,3,.25) 73%,rgba(3,3,3,.55)),linear-gradient(180deg,rgba(3,3,3,.18),rgba(3,3,3,.04) 62%,#050505 98%)}.hero-grain{position:absolute;z-index:-2;inset:0;opacity:.18;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 150 150' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.92' numOctaves='3' stitchTiles='stitchTiles'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.18'/%3E%3C/svg%3E")}.hero-shell{width:min(var(--max),calc(100% - 48px));min-height:700px;margin:0 auto;display:grid;grid-template-columns:1.05fr .72fr;align-items:center;gap:75px}.eyebrow,.section-kicker{display:flex;align-items:center;gap:9px;color:var(--red-hot);font-size:9px;font-weight:800;letter-spacing:.22em;text-transform:uppercase}.live-dot{width:7px;height:7px;border-radius:50%;background:var(--red-hot);box-shadow:0 0 0 6px rgba(241,53,57,.1),0 0 18px rgba(241,53,57,.65);animation:pulse 1.7s infinite}@keyframes pulse{50%{box-shadow:0 0 0 13px rgba(241,53,57,0),0 0 18px rgba(241,53,57,.65)}}.hero h1{margin:20px 0 23px;font:900 clamp(66px,7.2vw,105px)/.79 "Barlow Condensed",sans-serif;letter-spacing:-.045em}.hero h1 em,.section h2 em,.join h2 em{color:var(--red-hot);font-style:normal}.hero-copy>p{max-width:630px;margin:0;color:rgba(255,255,255,.72);font-size:17px;line-height:1.65}.hero-actions{display:flex;flex-wrap:wrap;gap:11px;margin-top:31px}.hero-proof{display:flex;flex-wrap:wrap;gap:19px;margin-top:27px;color:rgba(255,255,255,.46);font-size:10px}.hero-proof b{color:var(--gold);margin-right:5px}
.live-card{overflow:hidden;border:1px solid rgba(255,255,255,.2);border-radius:16px;background:rgba(7,7,7,.82);box-shadow:0 35px 90px rgba(0,0,0,.55);backdrop-filter:blur(17px)}.live-card-media{position:relative;min-height:335px;display:grid;place-items:center;background:linear-gradient(180deg,rgba(0,0,0,.05),rgba(0,0,0,.72)),url("assets/firelines-live-v1.png") center 44%/cover}.live-card-top{position:absolute;left:14px;right:14px;top:14px;display:flex;justify-content:space-between;align-items:center}.live-card-top span{padding:7px 9px;border-radius:5px;color:white;background:var(--red);font:800 7px "DM Sans",sans-serif;letter-spacing:.14em}.live-card-top span i{display:inline-block;width:4px;height:4px;margin-right:5px;border-radius:50%;background:white}.live-card-top b{color:rgba(255,255,255,.66);font-size:7px;letter-spacing:.13em}.live-play,.broadcast-play{border:0;background:transparent;cursor:pointer}.live-play span{width:67px;height:67px;padding-left:4px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.55);border-radius:50%;background:rgba(5,5,5,.5);font-size:15px;backdrop-filter:blur(8px);transition:.25s}.live-play:hover span{transform:scale(1.08);border-color:white}.live-signal{position:absolute;left:18px;right:18px;bottom:15px;height:28px;display:flex;align-items:end;gap:4px}.live-signal i{flex:1;height:22%;background:rgba(255,255,255,.26)}.live-signal i:nth-child(2n){height:62%}.live-signal i:nth-child(3n){height:94%;background:rgba(222,43,49,.65)}.live-card-copy{padding:21px}.live-card-copy>span{color:var(--red-hot);font-size:7px;font-weight:800;letter-spacing:.14em}.live-card-copy h2{margin:7px 0 2px;font:800 31px "Barlow Condensed",sans-serif;letter-spacing:.02em}.live-card-copy p{margin:0;color:var(--muted);font-size:11px}.live-card-copy>div{margin-top:18px;padding-top:14px;display:flex;justify-content:space-between;border-top:1px solid var(--line);font-size:7px;letter-spacing:.12em}.live-card-copy>div b{color:white}.live-card-copy>div strong{color:var(--gold)}
.hero-routes{position:absolute;left:50%;bottom:23px;transform:translateX(-50%);width:min(var(--max),calc(100% - 48px));display:grid;grid-template-columns:repeat(4,1fr);overflow:hidden;border:1px solid rgba(255,255,255,.15);border-radius:12px;background:rgba(5,5,5,.78);backdrop-filter:blur(18px)}.hero-routes a{position:relative;min-height:105px;padding:20px 21px;display:grid;grid-template-columns:25px 1fr;grid-template-rows:auto auto;column-gap:9px;border-right:1px solid var(--line);transition:background .25s}.hero-routes a:last-child{border:0}.hero-routes a:hover{background:rgba(194,27,34,.12)}.hero-routes span{grid-row:1/3;color:var(--red-hot);font:700 8px "DM Sans",sans-serif}.hero-routes b{font:700 14px "DM Sans",sans-serif}.hero-routes i{margin-top:6px;color:rgba(255,255,255,.42);font-size:9px;font-style:normal}
.clarity-bar{min-height:70px;padding:0 max(24px,calc((100vw - var(--max))/2));display:flex;align-items:center;justify-content:space-between;gap:25px;border-block:1px solid var(--line);background:#090808}.clarity-bar p{margin:0;display:flex;align-items:center;gap:15px;color:rgba(255,255,255,.54);font:700 8px "DM Sans",sans-serif;letter-spacing:.13em}.clarity-bar p span:last-of-type{color:var(--gold)}.clarity-bar p i{width:3px;height:3px;border-radius:50%;background:var(--red)}.clarity-bar>b{color:rgba(255,255,255,.25);font-size:7px;letter-spacing:.14em}
.section{position:relative;padding:130px 0}.section-shell{width:min(var(--max),calc(100% - 48px));margin:auto}.section-heading{display:grid;grid-template-columns:1.2fr .55fr;align-items:end;gap:75px;margin-bottom:58px}.section h2{margin:15px 0 0;font:800 clamp(45px,5vw,69px)/.94 "Barlow Condensed",sans-serif;letter-spacing:-.035em;text-transform:uppercase}.section-heading>p{margin:0;color:rgba(255,255,255,.54);font-size:15px;line-height:1.7}
.watch{background:radial-gradient(circle at 40% 40%,rgba(129,28,31,.11),transparent 33%),#060606}.broadcast-console{display:grid;grid-template-columns:1.45fr .75fr;min-height:600px;overflow:hidden;border:1px solid rgba(255,255,255,.12);border-radius:19px;background:#080808;box-shadow:0 38px 110px rgba(0,0,0,.44)}.broadcast-player{position:relative;display:grid;place-items:center;min-height:600px;background:linear-gradient(180deg,rgba(0,0,0,.02),rgba(0,0,0,.86)),url("assets/firelines-live-v1.png") center 42%/cover}.broadcast-tags{position:absolute;top:20px;left:20px;right:20px;display:flex;justify-content:space-between;align-items:center}.broadcast-tags span{padding:8px 10px;border-radius:4px;background:var(--red);font:800 7px "DM Sans",sans-serif;letter-spacing:.13em}.broadcast-tags span i{display:inline-block;width:4px;height:4px;margin-right:5px;border-radius:50%;background:white}.broadcast-tags b{padding:7px 9px;border:1px solid var(--line);border-radius:5px;background:rgba(0,0,0,.4);font-size:6px;letter-spacing:.12em}.broadcast-play{display:grid;justify-items:center;gap:13px;color:white}.broadcast-play span{width:83px;height:83px;padding-left:4px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.55);border-radius:50%;background:rgba(3,3,3,.52);font-size:18px;backdrop-filter:blur(8px)}.broadcast-play b{font-size:8px;letter-spacing:.14em}.broadcast-now{position:absolute;left:25px;right:25px;bottom:22px}.broadcast-now>span{display:block;color:var(--red-hot);font-size:7px;font-weight:800;letter-spacing:.15em}.broadcast-now strong{display:block;margin-top:6px;font:700 25px "Barlow Condensed",sans-serif}.broadcast-now i{color:rgba(255,255,255,.52);font-size:10px;font-style:normal}.broadcast-guide{padding:21px;background:linear-gradient(180deg,#0d0c0c,#070707)}.guide-head{min-height:61px;display:flex;align-items:flex-start;justify-content:space-between;border-bottom:1px solid var(--line)}.guide-head>div{display:grid}.guide-head span{color:var(--red-hot);font:800 8px "DM Sans",sans-serif;letter-spacing:.15em}.guide-head strong{margin-top:4px;font:700 18px "Barlow Condensed",sans-serif}.guide-head>b{color:rgba(255,255,255,.34);font-size:6px;letter-spacing:.1em}.guide-row{min-height:100px;padding:14px 0;display:grid;grid-template-columns:48px 1fr auto;align-items:center;gap:11px;border-bottom:1px solid rgba(255,255,255,.06)}.guide-row time{color:rgba(255,255,255,.46);font:600 10px "DM Sans",sans-serif}.guide-row>div{display:grid;gap:4px}.guide-row span{color:var(--red-hot);font-size:6px;font-weight:800;letter-spacing:.12em}.guide-row strong{font-size:11px}.guide-row small{color:rgba(255,255,255,.38);font-size:8px}.guide-row>b{color:rgba(255,255,255,.25);font-size:7px}.guide-row.is-live{margin:0 -10px;padding-inline:10px;background:linear-gradient(90deg,rgba(202,30,37,.1),transparent)}.guide-row.is-live time,.guide-row.is-live>b{color:var(--red-hot)}.broadcast-guide>a{min-height:56px;display:flex;align-items:end;justify-content:space-between;color:rgba(255,255,255,.67);font-size:9px;font-weight:700}.broadcast-guide>a span{color:var(--red-hot)}
.discover{background:linear-gradient(180deg,#090808,#050505)}.filter-row{display:flex;gap:8px;margin-bottom:20px}.filter-button{min-height:38px;padding:0 15px;border:1px solid var(--line);border-radius:7px;color:rgba(255,255,255,.46);background:rgba(255,255,255,.02);cursor:pointer;font-size:8px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.filter-button.is-active,.filter-button:hover{color:white;border-color:rgba(221,51,57,.55);background:rgba(208,34,41,.11)}.artist-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:12px}.artist-card{min-width:0;overflow:hidden;border:1px solid var(--line);border-radius:14px;background:#0a0a0a}.artist-image{position:relative;min-height:365px;background-image:linear-gradient(180deg,transparent,rgba(0,0,0,.8)),url("assets/global-hero.png");background-size:cover}.artist-two{background-position:34% center;filter:hue-rotate(325deg)}.artist-three{background-position:75% center;filter:saturate(.55)}.artist-image>span{position:absolute;left:14px;top:14px;padding:6px 8px;border:1px solid rgba(255,255,255,.14);border-radius:5px;background:rgba(0,0,0,.65);color:rgba(255,255,255,.68);font:700 6px "DM Sans",sans-serif;letter-spacing:.13em}.artist-image button{position:absolute;right:15px;bottom:15px;width:42px;height:42px;border:1px solid rgba(255,255,255,.35);border-radius:50%;color:white;background:rgba(0,0,0,.48);cursor:pointer}.artist-copy{padding:17px;display:flex;align-items:flex-end;justify-content:space-between;gap:12px}.artist-copy>div span{color:var(--red-hot);font-size:6px;font-weight:800;letter-spacing:.13em}.artist-copy h3{margin:4px 0 0;font:800 25px "Barlow Condensed",sans-serif}.artist-actions{display:grid;justify-items:end;gap:7px}.artist-actions>b{color:rgba(255,255,255,.34);font-size:6px;letter-spacing:.1em}.artist-actions>a{color:var(--gold);font-size:7px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.artist-actions>a:hover{color:white}.preview-disclaimer{margin:12px 0 0;color:rgba(255,255,255,.22);font-size:8px}
.wiztv-section{min-height:780px;display:grid;align-items:center;isolation:isolate;overflow:hidden;border-block:1px solid var(--line)}.wiza-image{position:absolute;z-index:-3;inset:0;background:url("assets/global-hero.png") center/cover;filter:saturate(.6)}.wiza-shade{position:absolute;z-index:-2;inset:0;background:linear-gradient(90deg,rgba(3,3,3,.98),rgba(3,3,3,.87) 48%,rgba(3,3,3,.45)),linear-gradient(180deg,rgba(0,0,0,.45),rgba(0,0,0,.65))}.wiza-shell{display:grid;grid-template-columns:.8fr 1.2fr;align-items:center;gap:80px}.wiza-wordmark{margin-top:28px;display:flex;align-items:baseline;font:900 52px "Barlow Condensed",sans-serif;line-height:.8}.wiza-wordmark b{color:white}.wiza-wordmark strong{color:var(--gold)}.wiza-wordmark i{margin-left:12px;color:rgba(255,255,255,.34);font:700 6px "DM Sans",sans-serif;letter-spacing:.15em}.wiza-copy h2{font-size:67px}.wiza-copy>p{color:rgba(255,255,255,.63);font-size:15px;line-height:1.7}.wiza-actions{display:flex;align-items:center;gap:18px;margin-top:27px}.wiza-actions>span{color:rgba(255,255,255,.44);font-size:9px}.wiza-actions>span i{display:inline-block;width:5px;height:5px;margin-right:5px;border-radius:50%;background:var(--red);box-shadow:0 0 10px var(--red)}.tv-frame{overflow:hidden;border:1px solid rgba(217,177,91,.38);border-radius:17px;background:#070707;box-shadow:0 40px 100px rgba(0,0,0,.6),0 0 90px rgba(197,151,52,.06)}.tv-top{min-height:48px;padding:0 16px;display:flex;align-items:center;justify-content:space-between;color:rgba(255,255,255,.42);font-size:7px;letter-spacing:.13em}.tv-top>b{color:var(--red-hot)}.tv-top>b i{display:inline-block;width:4px;height:4px;margin-right:4px;border-radius:50%;background:var(--red-hot)}.tv-screen{position:relative;aspect-ratio:16/9;display:grid;place-items:center;background:linear-gradient(180deg,transparent,rgba(0,0,0,.76)),url("assets/heritage-poster.jpg") center 44%/cover}.tv-play{width:65px;height:65px;padding-left:4px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.54);border-radius:50%;background:rgba(0,0,0,.48)}.tv-screen>div{position:absolute;left:19px;bottom:18px;display:grid}.tv-screen small{color:var(--red-hot);font-size:6px;font-weight:800;letter-spacing:.15em}.tv-screen strong{margin-top:4px;font:800 24px "Barlow Condensed",sans-serif}.tv-screen b{color:rgba(255,255,255,.58);font-size:8px}.tv-ticker{min-height:43px;padding:0 15px;display:flex;align-items:center;gap:11px;color:rgba(255,255,255,.42);font-size:6px;letter-spacing:.09em}.tv-ticker b{color:white}.tv-ticker i{width:3px;height:3px;border-radius:50%;background:var(--red)}
.compete{overflow:hidden;background:radial-gradient(circle at 78% 42%,rgba(255,48,54,.2),transparent 30%),linear-gradient(135deg,#38080d,#9b101a 58%,#4d080e)}.compete::after{content:"01";position:absolute;right:-15px;bottom:-110px;color:rgba(255,255,255,.035);font:900 510px "Barlow Condensed",sans-serif}.compete-shell{position:relative;z-index:2;display:grid;grid-template-columns:.75fr 1.25fr;align-items:center;gap:80px 90px}.compete-copy .section-kicker{color:rgba(255,255,255,.7)}.compete-copy h2{font-size:75px}.compete-copy h2 em{color:#0a0707}.compete-copy>p{color:rgba(255,255,255,.76);font-size:15px;line-height:1.7}.compete-copy .button{margin-top:23px}.competition-card{overflow:hidden;border:1px solid rgba(255,255,255,.25);border-radius:18px;background:rgba(13,4,5,.77);box-shadow:0 40px 90px rgba(26,0,2,.3);backdrop-filter:blur(14px)}.competition-top,.competition-foot{min-height:53px;padding:0 18px;display:flex;align-items:center;justify-content:space-between;color:rgba(255,255,255,.54);font-size:7px;letter-spacing:.13em}.competition-top b{color:var(--gold)}.competition-stage{position:relative;min-height:380px;display:grid;place-items:center;overflow:hidden;background:linear-gradient(180deg,transparent,rgba(0,0,0,.72)),url("assets/global-hero.png") center/cover}.competition-stage>i{position:absolute;top:-40px;width:3px;height:310px;background:linear-gradient(rgba(255,255,255,.75),transparent);filter:blur(3px);transform:rotate(18deg);transform-origin:top}.competition-stage>i:nth-child(2){transform:rotate(-18deg)}.competition-stage>i:nth-child(3){transform:rotate(0)}.competition-stage>span{position:relative;z-index:2;display:grid;text-align:center;font:800 22px "Barlow Condensed",sans-serif;letter-spacing:.06em}.competition-stage>span b{font-size:51px}.competition-stage>span small{margin-top:13px;color:var(--gold);font:800 7px "DM Sans",sans-serif;letter-spacing:.2em}.competition-rounds{min-height:68px;padding:0 18px;display:flex;align-items:center;justify-content:space-between;gap:8px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);color:rgba(255,255,255,.58);font-size:7px;letter-spacing:.1em}.competition-rounds span b{color:var(--red-hot);margin-right:5px}.competition-rounds i{flex:1;height:1px;background:rgba(255,255,255,.12)}.competition-foot b{color:white}.battle-format{grid-column:1/-1;overflow:hidden;border:1px solid rgba(255,255,255,.2);border-radius:18px;background:linear-gradient(135deg,rgba(10,5,6,.88),rgba(24,6,8,.72));box-shadow:0 30px 80px rgba(20,0,0,.22);backdrop-filter:blur(14px)}.battle-format-head{min-height:58px;padding:0 23px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(255,255,255,.1);color:rgba(255,255,255,.56);font-size:7px;font-weight:800;letter-spacing:.15em}.battle-format-head b{color:var(--gold)}.battle-steps{padding:28px 23px 25px;display:grid;grid-template-columns:1fr 26px 1fr 26px 1fr 26px 1fr;align-items:center}.battle-steps article{min-height:160px;padding:18px;border:1px solid rgba(255,255,255,.1);border-radius:12px;background:rgba(0,0,0,.22)}.battle-steps article>span{float:right;color:rgba(255,255,255,.1);font:900 35px "Barlow Condensed",sans-serif}.battle-steps small{color:var(--gold);font-size:6px;font-weight:800;letter-spacing:.14em}.battle-steps h3{margin:19px 0 7px;font:800 22px "Barlow Condensed",sans-serif}.battle-steps p{margin:0;color:rgba(255,255,255,.52);font-size:9px;line-height:1.55}.battle-steps>i{height:1px;background:linear-gradient(90deg,rgba(213,169,85,.2),rgba(213,169,85,.8));box-shadow:0 0 12px rgba(213,169,85,.2)}.battle-trust{min-height:62px;padding:0 23px;display:flex;align-items:center;justify-content:center;gap:22px;border-top:1px solid rgba(255,255,255,.1);color:rgba(255,255,255,.58);font-size:7px;font-weight:700;letter-spacing:.11em}.battle-trust b{color:white}.battle-trust i{width:3px;height:3px;border-radius:50%;background:var(--gold)}.battle-rewards{padding:24px 23px;display:grid;grid-template-columns:1.2fr repeat(4,1fr);gap:10px;border-top:1px solid rgba(255,255,255,.1);background:rgba(0,0,0,.16)}.battle-rewards>div{padding:17px}.battle-rewards>div span{color:var(--gold);font-size:6px;font-weight:800;letter-spacing:.16em}.battle-rewards>div h3{margin:7px 0 0;font:800 24px "Barlow Condensed",sans-serif}.battle-rewards article{min-height:142px;padding:15px;border:1px solid rgba(255,255,255,.09);border-radius:10px;background:rgba(255,255,255,.025)}.battle-rewards article b{display:block;color:var(--red-hot);font-size:8px}.battle-rewards article span{display:block;margin-top:19px;color:white;font-size:7px;font-weight:800;letter-spacing:.09em}.battle-rewards article small{display:block;margin-top:8px;color:rgba(255,255,255,.45);font-size:8px;line-height:1.5}.battle-genres{margin:0;padding:14px 23px 17px;border-top:1px solid rgba(255,255,255,.08);color:rgba(255,255,255,.4);font-size:6px;font-weight:700;line-height:1.7;letter-spacing:.11em;text-align:center}
.create{background:radial-gradient(circle at 20% 65%,rgba(125,91,34,.1),transparent 25%),#060606}.creator-layout{display:grid;grid-template-columns:1.15fr .85fr;gap:15px}.profile-preview{overflow:hidden;border:1px solid rgba(255,255,255,.11);border-radius:18px;background:#0a0909}.profile-cover{height:255px;padding:17px;display:flex;align-items:flex-start;justify-content:space-between;background:linear-gradient(180deg,rgba(0,0,0,.05),rgba(0,0,0,.8)),url("assets/global-hero.png") center/cover;color:rgba(255,255,255,.5);font-size:6px;font-weight:800;letter-spacing:.13em}.profile-cover button{padding:7px 9px;border:1px solid rgba(255,255,255,.25);border-radius:5px;color:white;background:rgba(0,0,0,.5);font-size:6px;letter-spacing:.1em}.profile-head{min-height:115px;padding:0 20px;display:grid;grid-template-columns:72px 1fr auto;align-items:center;gap:15px}.profile-avatar{width:68px;height:68px;display:grid;place-items:center;border:3px solid #0a0909;border-radius:50%;background:linear-gradient(135deg,#c52b32,#161313);font:800 21px "Barlow Condensed",sans-serif}.profile-head>div:nth-child(2){display:grid}.profile-head>div:nth-child(2)>span{color:var(--red-hot);font-size:6px;font-weight:800;letter-spacing:.12em}.profile-head h3{margin:3px 0 0;font:800 28px "Barlow Condensed",sans-serif}.profile-head p{margin:0;color:var(--muted);font-size:9px}.profile-head>b{text-align:right;font:700 17px "Barlow Condensed",sans-serif}.profile-head small{color:var(--muted);font:600 6px "DM Sans",sans-serif;letter-spacing:.1em}.profile-tabs{height:43px;padding:0 20px;display:flex;align-items:center;gap:24px;border-block:1px solid var(--line);color:rgba(255,255,255,.36);font-size:6px;font-weight:700;letter-spacing:.11em}.profile-tabs .is-active{color:white}.profile-content{padding:18px 20px 21px}.profile-feature{min-height:80px;padding:12px;display:grid;grid-template-columns:43px 1fr auto;align-items:center;gap:12px;border:1px solid rgba(255,255,255,.07);border-radius:9px;background:linear-gradient(90deg,rgba(199,38,45,.08),transparent)}.profile-feature>i{width:38px;height:38px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.2);border-radius:50%;font-size:8px;font-style:normal}.profile-feature>span{display:grid}.profile-feature small{color:var(--red-hot);font-size:5px;font-weight:800;letter-spacing:.11em}.profile-feature b{margin-top:4px;font-size:9px}.profile-feature>strong{color:rgba(255,255,255,.3);font-size:7px}.profile-stat{margin-top:15px;display:grid;grid-template-columns:repeat(3,1fr);gap:7px}.profile-stat span{padding:11px;border:1px solid rgba(255,255,255,.055);border-radius:7px;color:rgba(255,255,255,.34);font-size:6px}.profile-stat b{display:block;margin-bottom:3px;color:white;font:700 18px "Barlow Condensed",sans-serif}.creator-journey{display:grid}.creator-journey article{padding:24px;display:grid;grid-template-columns:38px 1fr;gap:14px;border:1px solid var(--line);border-bottom:0;background:linear-gradient(90deg,rgba(255,255,255,.018),transparent)}.creator-journey article:first-child{border-radius:15px 15px 0 0}.creator-journey article:last-child{border-bottom:1px solid var(--line);border-radius:0 0 15px 15px}.creator-journey article>span{color:var(--red-hot);font:700 9px "DM Sans",sans-serif}.creator-journey article>div>b{color:var(--gold);font-size:6px;letter-spacing:.13em}.creator-journey h3{margin:5px 0 4px;font:700 18px "Barlow Condensed",sans-serif}.creator-journey p{margin:0;color:rgba(255,255,255,.42);font-size:10px;line-height:1.5}
.connected{background:radial-gradient(circle at 50% 48%,rgba(191,147,58,.11),transparent 34%),#090807;border-block:1px solid var(--line)}.connected-heading{max-width:850px;margin:0 auto 55px;text-align:center}.connected-heading .section-kicker{justify-content:center}.connected-heading p{max-width:700px;margin:21px auto 0;color:rgba(255,255,255,.55);font-size:15px;line-height:1.7}.connected-flow{display:grid;grid-template-columns:1fr 35px 1fr 35px 1fr 35px 1fr;align-items:center}.connected-flow>article{min-height:300px;padding:25px;display:flex;flex-direction:column;border:1px solid var(--line);border-radius:14px;background:rgba(8,8,8,.8)}.connected-flow>i{height:1px;background:linear-gradient(90deg,rgba(210,169,82,.12),rgba(210,169,82,.8));box-shadow:0 0 8px rgba(210,169,82,.25)}.connected-flow article>span{color:var(--gold);font-size:6px;font-weight:800;letter-spacing:.13em}.connected-flow h3{margin:14px 0 9px;font:800 26px "Barlow Condensed",sans-serif}.connected-flow p{margin:0;color:rgba(255,255,255,.45);font-size:11px;line-height:1.55}.connected-flow article>a,.connected-flow article>b{margin-top:auto;color:rgba(255,255,255,.55);font-size:7px;font-weight:700;letter-spacing:.08em}.flow-wiz{box-shadow:inset 0 3px 0 #d3a64c}.flow-boost{box-shadow:inset 0 3px 0 #7d83ff}.flow-legends{box-shadow:inset 0 3px 0 var(--red)}.flow-vision{box-shadow:inset 0 3px 0 var(--gold)}.connected-assurance{margin-top:21px;min-height:61px;padding:0 20px;display:flex;align-items:center;justify-content:center;gap:18px;border:1px solid rgba(255,255,255,.07);border-radius:12px;color:rgba(255,255,255,.43);font-size:8px}.connected-assurance i{width:3px;height:3px;border-radius:50%;background:var(--gold)}
.heritage{background:linear-gradient(180deg,#060606,#0b0908)}.heritage-shell{display:grid;grid-template-columns:.7fr 1.3fr;align-items:center;gap:100px}.heritage-poster{justify-self:end;width:min(430px,100%);padding:12px;border:1px solid rgba(255,255,255,.12);background:#0a0909;box-shadow:0 35px 90px rgba(0,0,0,.55);transform:rotate(-2deg)}.heritage-poster img{width:100%}.heritage-copy>p{max-width:650px;color:rgba(255,255,255,.57);font-size:16px;line-height:1.75}.heritage-copy blockquote{margin:31px 0;padding:21px 24px;border-left:3px solid var(--red);background:linear-gradient(90deg,rgba(198,31,38,.09),transparent);font:700 23px "Barlow Condensed",sans-serif}.heritage-copy>div{display:grid}.heritage-copy>div span{color:rgba(255,255,255,.34);font-size:6px;letter-spacing:.14em}.heritage-copy>div b{margin-top:4px;color:var(--gold);font-size:9px;letter-spacing:.1em}
.join{min-height:760px;display:grid;align-items:center;isolation:isolate;overflow:hidden}.join-image{position:absolute;z-index:-3;inset:0;background:url("assets/global-hero.png") center/cover}.join-shade{position:absolute;z-index:-2;inset:0;background:linear-gradient(180deg,rgba(4,4,4,.68),rgba(4,4,4,.9)),radial-gradient(circle at center,rgba(182,29,35,.05),rgba(0,0,0,.75))}.join-shell{text-align:center}.join-shell .section-kicker{justify-content:center}.join h2{font-size:86px}.join-shell>p{max-width:640px;margin:19px auto 0;color:rgba(255,255,255,.68);font-size:15px}.join-form{width:min(650px,100%);margin:30px auto 0;padding:5px;display:flex;border:1px solid rgba(255,255,255,.22);border-radius:9px;background:rgba(4,4,4,.65);backdrop-filter:blur(10px)}.join-form input{min-width:0;flex:1;padding:0 15px;border:0;outline:0;color:white;background:transparent}.join-form input::placeholder{color:rgba(255,255,255,.38)}.join-form .button{border:0;cursor:pointer}.join-message{min-height:20px!important;margin-top:10px!important;color:rgba(255,255,255,.3)!important;font-size:9px!important}.join-message.is-success{color:#d7b966!important}.join-types{margin-top:38px;display:flex;align-items:center;justify-content:center;gap:17px;color:rgba(255,255,255,.38);font-size:8px;font-weight:800;letter-spacing:.14em}.join-types i{width:3px;height:3px;border-radius:50%;background:var(--red)}
.site-footer{width:min(var(--max),calc(100% - 48px));margin:auto;padding:70px 0 30px;display:grid;grid-template-columns:1fr 1.3fr;gap:60px}.footer-brand{display:flex;align-items:center;gap:14px}.footer-brand>div{display:grid}.footer-brand b{font:800 24px "Barlow Condensed",sans-serif}.footer-brand b em{color:var(--red-hot);font-style:normal}.footer-brand>div span{color:rgba(255,255,255,.32);font-size:6px;letter-spacing:.12em}.footer-links{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.footer-links>div{display:grid;align-content:start;gap:9px}.footer-links b{margin-bottom:4px;color:var(--gold);font-size:7px;letter-spacing:.12em}.footer-links a{color:rgba(255,255,255,.48);font-size:10px}.footer-legal{grid-column:1/-1;padding-top:22px;display:flex;justify-content:space-between;border-top:1px solid var(--line);color:rgba(255,255,255,.24);font-size:7px;letter-spacing:.08em}.footer-legal b{color:rgba(255,255,255,.47)}
.reveal{opacity:0;transform:translateY(22px);transition:opacity .75s ease,transform .75s cubic-bezier(.2,.7,.2,1)}.reveal.is-visible{opacity:1;transform:none}
@media(max-width:1080px){.nav-shell{grid-template-columns:150px 1fr auto;gap:16px}.main-nav{gap:18px}.nav-signin{display:none}.hero-shell{grid-template-columns:1fr .75fr;gap:40px}.hero-routes{grid-template-columns:repeat(2,1fr)}.hero-routes a:nth-child(2){border-right:0}.hero-routes a:nth-child(-n+2){border-bottom:1px solid var(--line)}.hero{min-height:1080px}.artist-grid{grid-template-columns:1.2fr 1fr}.artist-card:last-child{grid-column:1/-1}.wiza-shell,.compete-shell{gap:50px}.connected-flow{grid-template-columns:1fr 20px 1fr}.connected-flow>i:nth-of-type(2){display:none}.connected-flow article:nth-of-type(3),.connected-flow article:nth-of-type(4){margin-top:20px}.heritage-shell{gap:60px}}
@media(max-width:820px){.site-header,.site-header.is-scrolled{height:72px;background:rgba(4,4,4,.88);border-color:var(--line);backdrop-filter:blur(18px)}.nav-shell{grid-template-columns:1fr auto;width:min(100% - 30px,var(--max))}.brand-symbol{width:43px;height:43px}.brand-type b{font-size:16px}.brand-type strong{font-size:20px}.menu-button{display:block}.nav-actions{display:none}.main-nav{position:fixed;top:72px;left:0;right:0;padding:19px 20px 26px;display:grid;gap:0;background:rgba(5,5,5,.985);border-bottom:1px solid var(--line);transform:translateY(-140%);opacity:0;pointer-events:none;transition:.3s}.main-nav.is-open{transform:none;opacity:1;pointer-events:auto}.main-nav a{padding:14px 0;border-bottom:1px solid rgba(255,255,255,.06)}.hero{padding-top:72px;min-height:auto}.hero-shell{min-height:auto;padding:95px 0 70px;grid-template-columns:1fr}.hero-copy{padding-top:0}.live-card{max-width:620px}.hero-routes{position:relative;left:auto;bottom:auto;transform:none;width:min(100% - 32px,var(--max));margin:0 auto 24px}.clarity-bar{align-items:flex-start;flex-direction:column;padding-block:22px}.clarity-bar p{flex-wrap:wrap}.clarity-bar>b{display:none}.section{padding:95px 0}.section-shell{width:min(100% - 32px,var(--max))}.section-heading{grid-template-columns:1fr;gap:22px}.broadcast-console{grid-template-columns:1fr}.broadcast-guide{min-height:510px}.artist-grid{grid-template-columns:1fr 1fr}.artist-card-main{grid-column:1/-1}.artist-card:last-child{grid-column:auto}.wiza-shell,.compete-shell,.creator-layout,.heritage-shell{grid-template-columns:1fr}.wiztv-section{min-height:auto}.wiza-copy{max-width:660px}.tv-frame{max-width:760px}.compete-copy{max-width:650px}.battle-steps{grid-template-columns:1fr 18px 1fr}.battle-steps>i:nth-of-type(2){display:none}.battle-steps article:nth-of-type(3),.battle-steps article:nth-of-type(4){margin-top:18px}.battle-rewards{grid-template-columns:1fr 1fr}.battle-rewards>div{grid-column:1/-1}.connected-flow{grid-template-columns:1fr 28px 1fr}.heritage-poster{justify-self:center;order:2}.heritage-copy{order:1}.site-footer{grid-template-columns:1fr}.footer-legal{grid-column:1;flex-wrap:wrap;gap:10px}}
@media(max-width:560px){.hero-image{background-position:56% center}.hero-shade{background:linear-gradient(180deg,rgba(3,3,3,.72),rgba(3,3,3,.55) 50%,#050505 95%)}.hero h1{font-size:64px}.hero-copy>p{font-size:15px}.hero-actions{display:grid}.button-large{width:100%}.hero-proof{display:grid;gap:8px}.live-card-media{min-height:260px}.hero-routes{grid-template-columns:1fr}.hero-routes a{border-right:0!important;border-bottom:1px solid var(--line)!important}.hero-routes a:last-child{border-bottom:0!important}.section h2{font-size:45px}.filter-row{overflow-x:auto;padding-bottom:5px}.filter-button{flex:0 0 auto}.broadcast-player{min-height:420px}.guide-row{grid-template-columns:42px 1fr auto}.artist-grid{grid-template-columns:1fr}.artist-card,.artist-card-main,.artist-card:last-child{grid-column:auto}.artist-image{min-height:300px}.wiza-wordmark{font-size:42px}.wiza-copy h2{font-size:52px}.wiza-actions{align-items:flex-start;flex-direction:column}.tv-ticker{overflow:hidden}.compete-copy h2{font-size:58px}.competition-stage{min-height:300px}.competition-stage>span b{font-size:38px}.competition-rounds{align-items:flex-start;flex-direction:column;padding-block:16px}.competition-rounds i{width:1px;height:10px;flex:none;margin-left:8px}.battle-format-head{align-items:flex-start;flex-direction:column;justify-content:center;gap:5px}.battle-steps{grid-template-columns:1fr;padding:18px}.battle-steps>i{width:1px;height:18px;justify-self:center}.battle-steps>i:nth-of-type(2){display:block}.battle-steps article:nth-of-type(3),.battle-steps article:nth-of-type(4){margin-top:0}.battle-trust{align-items:flex-start;flex-direction:column;padding-block:18px;gap:9px}.battle-trust i{width:20px;height:1px}.battle-rewards{grid-template-columns:1fr;padding:18px}.battle-rewards>div{grid-column:auto}.battle-rewards article{min-height:125px}.profile-head{grid-template-columns:58px 1fr}.profile-avatar{width:55px;height:55px}.profile-head>b{display:none}.profile-tabs{gap:14px;overflow-x:auto}.profile-feature{grid-template-columns:40px 1fr}.profile-feature>strong{display:none}.connected-flow{grid-template-columns:1fr}.connected-flow>i{width:1px;height:22px;justify-self:center}.connected-flow>i:nth-of-type(2){display:block}.connected-flow article:nth-of-type(3),.connected-flow article:nth-of-type(4){margin-top:0}.connected-assurance{align-items:flex-start;flex-direction:column;padding-block:18px}.connected-assurance i{width:18px;height:1px}.heritage-copy blockquote{font-size:20px}.join{min-height:700px}.join h2{font-size:55px}.join-form{display:grid;padding:7px}.join-form input{min-height:50px}.join-types{flex-wrap:wrap}.footer-links{grid-template-columns:1fr 1fr}.footer-legal{display:grid}}

/* Discovery, competition and industry visual upgrade */
.artist-one{background-image:linear-gradient(180deg,transparent,rgba(0,0,0,.82)),url("assets/firelines-live-v1.png");background-position:center}.artist-two{background-image:linear-gradient(180deg,transparent,rgba(0,0,0,.82)),url("assets/luna-vale-live-v1.png");background-position:center;filter:none}.artist-three{background-image:linear-gradient(180deg,transparent,rgba(0,0,0,.82)),url("assets/northbound-live-v1.png");background-position:center;filter:none}.artist-four{background-image:linear-gradient(180deg,transparent,rgba(0,0,0,.82)),url("assets/live-category-montage-v1.png");background-size:300% 200%;background-position:50% 0}
.artist-grid{grid-template-columns:1.4fr 1fr 1fr}.artist-grid .artist-card:nth-child(4){grid-column:1/-1}.artist-grid .artist-card:nth-child(4) .artist-image{min-height:300px;background-size:cover;background-position:center 40%}
.discover-industry{margin-top:18px;padding:22px 24px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:28px;border:1px solid rgba(213,169,85,.28);border-radius:13px;background:linear-gradient(100deg,rgba(213,169,85,.08),rgba(239,37,51,.035))}.discover-industry>span{color:var(--gold);font-size:7px;font-weight:800;letter-spacing:.12em}.discover-industry p{margin:0;color:rgba(255,255,255,.52);font-size:10px;line-height:1.6}.discover-industry a{color:#fff;font-size:7px;font-weight:800;letter-spacing:.09em}

.battle-duel{min-height:420px;padding:0;display:grid;grid-template-columns:1fr 130px 1fr;place-items:stretch;background:#080303}.competition-stage.battle-duel::after{content:"";position:absolute;z-index:3;inset:0;background:linear-gradient(90deg,transparent 42%,rgba(239,37,51,.18) 50%,transparent 58%);pointer-events:none}.battle-side{position:relative;z-index:1;padding:22px;display:flex;flex-direction:column;justify-content:flex-end;background-position:center;background-size:cover}.battle-side::before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 30%,rgba(0,0,0,.92))}.battle-side-one{background-image:url("assets/firelines-live-v1.png")}.battle-side-two{background-image:url("assets/northbound-live-v1.png")}.battle-side span,.battle-side>b{position:relative;z-index:2}.battle-side span{color:var(--gold);font-size:6px;font-weight:800;letter-spacing:.13em}.battle-side>b{margin-top:5px;font:900 28px "Barlow Condensed",sans-serif}.battle-versus{position:relative;z-index:4;display:grid;place-content:center;text-align:center;background:linear-gradient(180deg,rgba(20,3,5,.4),rgba(20,3,5,.92));clip-path:polygon(27% 0,100% 0,73% 100%,0 100%)}.battle-versus small{font-size:6px;font-weight:800;letter-spacing:.11em}.battle-versus strong{color:#fff;font:900 64px/1 "Barlow Condensed",sans-serif;text-shadow:0 0 28px rgba(239,37,51,.65)}.battle-versus b{color:var(--gold);font-size:6px;letter-spacing:.12em}.battle-vote{position:absolute;z-index:6;left:50%;bottom:12px;width:220px;padding:9px 12px;transform:translateX(-50%);border:1px solid rgba(255,255,255,.17);border-radius:7px;background:rgba(0,0,0,.76);backdrop-filter:blur(12px)}.battle-vote span,.battle-vote strong{display:flex;justify-content:space-between;color:rgba(255,255,255,.5);font-size:5px;font-weight:800;letter-spacing:.1em}.battle-vote i{height:3px;margin:6px 0;display:block;background:rgba(255,255,255,.16)}.battle-vote i b{display:block;width:51%;height:100%;background:linear-gradient(90deg,var(--gold),var(--red-hot))}

.industry{position:relative;overflow:hidden;background:radial-gradient(circle at 76% 40%,rgba(239,37,51,.12),transparent 30%),linear-gradient(145deg,#0b0908,#040404);border-block:1px solid var(--line)}.industry-shell{display:grid;grid-template-columns:.85fr 1.15fr;align-items:center;gap:90px}.industry-copy h2{font-size:73px}.industry-copy>p{max-width:650px;color:rgba(255,255,255,.58);font-size:14px;line-height:1.75}.industry-routes{margin:25px 0 29px;display:flex;flex-wrap:wrap;gap:7px}.industry-routes span{padding:8px 10px;border:1px solid rgba(255,255,255,.11);border-radius:5px;color:rgba(255,255,255,.57);background:rgba(255,255,255,.025);font-size:6px;font-weight:800;letter-spacing:.09em}.industry-console{overflow:hidden;border:1px solid rgba(213,169,85,.34);border-radius:19px;background:#080808;box-shadow:0 40px 100px rgba(0,0,0,.48)}.industry-top{min-height:52px;padding:0 18px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);color:rgba(255,255,255,.38);font-size:6px;font-weight:800;letter-spacing:.12em}.industry-top b{color:#5ee08f}.industry-screen{position:relative;min-height:360px;padding:25px;display:flex;align-items:flex-end;background:linear-gradient(180deg,transparent,rgba(0,0,0,.9)),url("assets/firelines-live-v1.png") center/cover}.industry-artist{position:relative;z-index:2}.industry-artist span{color:var(--gold);font-size:6px;font-weight:800;letter-spacing:.13em}.industry-artist h3{margin:7px 0 2px;font:900 41px "Barlow Condensed",sans-serif}.industry-artist p{margin:0;color:rgba(255,255,255,.57);font-size:8px}.industry-screen button{position:absolute;z-index:3;right:24px;bottom:25px;width:52px;height:52px;border:1px solid rgba(255,255,255,.42);border-radius:50%;color:#fff;background:rgba(0,0,0,.5);cursor:pointer}.industry-metrics{min-height:72px;padding:0 20px;display:grid;grid-template-columns:repeat(3,1fr);align-items:center;border-bottom:1px solid var(--line)}.industry-metrics span{display:grid;color:rgba(255,255,255,.36);font-size:5px;letter-spacing:.1em}.industry-metrics b{color:#fff;font:800 20px "Barlow Condensed",sans-serif}.industry-filters{padding:16px 20px;display:flex;flex-wrap:wrap;gap:6px}.industry-filters span{padding:7px 9px;border:1px solid rgba(239,37,51,.25);border-radius:4px;color:rgba(255,255,255,.5);background:rgba(239,37,51,.04);font-size:5px;font-weight:800;letter-spacing:.08em}.industry-console>a{min-height:52px;padding:0 20px;display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--line);color:#fff;font-size:7px;font-weight:800;letter-spacing:.09em}.industry-console>a span{color:var(--red-hot);font-size:14px}

@media(max-width:1080px){.industry-shell{gap:45px}.artist-grid{grid-template-columns:1fr 1fr}.artist-grid .artist-card:nth-child(4){grid-column:auto}}
@media(max-width:820px){.industry-shell{grid-template-columns:1fr}.industry-copy{max-width:700px}.discover-industry{grid-template-columns:1fr;gap:9px}.battle-duel{grid-template-columns:1fr 95px 1fr}}
@media(max-width:560px){.artist-grid{grid-template-columns:1fr}.artist-grid .artist-card:nth-child(4){grid-column:auto}.battle-duel{min-height:440px;grid-template-columns:1fr 72px 1fr}.battle-side{padding:14px}.battle-side>b{font-size:20px}.battle-versus strong{font-size:46px}.industry-copy h2{font-size:46px}.industry-metrics b{font-size:16px}.industry-screen{min-height:300px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.hero-image,.live-dot,.reveal{animation:none;transition:none}.reveal{opacity:1;transform:none}}
.global-guide-teaser{padding:105px 0;border-bottom:1px solid var(--line);background:radial-gradient(circle at 15% 35%,rgba(213,169,85,.08),transparent 24%),#080706}.guide-teaser-shell{display:grid;grid-template-columns:.78fr 1.22fr;align-items:center;gap:85px}.guide-teaser-copy h2{font-size:69px}.guide-teaser-copy>p{max-width:600px;color:rgba(255,255,255,.57);font-size:14px;line-height:1.7}.guide-route{margin:27px 0;display:flex;align-items:center;gap:9px;color:rgba(255,255,255,.62);font-size:7px;font-weight:800;letter-spacing:.09em}.guide-route i{width:15px;height:1px;background:var(--gold)}.guide-teaser-board{overflow:hidden;border:1px solid rgba(213,169,85,.3);border-radius:17px;background:linear-gradient(145deg,#11100e,#070707);box-shadow:0 35px 90px rgba(0,0,0,.38)}.guide-teaser-head{min-height:49px;padding:0 18px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);color:var(--gold);font-size:7px;font-weight:800;letter-spacing:.12em}.guide-teaser-head b{color:#5eea91}.guide-teaser-head i{display:inline-block;width:5px;height:5px;margin-right:6px;border-radius:50%;background:#45d77d;box-shadow:0 0 12px #45d77d}.guide-teaser-board article{min-height:95px;padding:16px 18px;display:grid;grid-template-columns:55px 1fr auto;align-items:center;gap:16px;border-bottom:1px solid var(--line)}.guide-teaser-board time{color:rgba(255,255,255,.34);font:800 17px "Barlow Condensed",sans-serif}.guide-teaser-board article>div{display:grid}.guide-teaser-board article span{color:var(--red-hot);font-size:6px;font-weight:800;letter-spacing:.1em}.guide-teaser-board article strong{margin:4px 0;font:800 19px "Barlow Condensed",sans-serif}.guide-teaser-board article small{color:rgba(255,255,255,.39);font-size:8px}.guide-teaser-board article>b{color:rgba(255,255,255,.32);font-size:6px;letter-spacing:.09em}.guide-teaser-board>a{min-height:52px;padding:0 18px;display:flex;align-items:center;justify-content:space-between;color:#fff;font-size:7px;font-weight:800;letter-spacing:.1em}.guide-teaser-board>a span{color:var(--red-hot);font-size:14px}
@media(max-width:820px){.guide-teaser-shell{grid-template-columns:1fr;gap:45px}.guide-teaser-copy{max-width:680px}.guide-teaser-board{max-width:760px}}
@media(max-width:560px){.global-guide-teaser{padding:85px 0}.guide-teaser-copy h2{font-size:51px}.guide-route{flex-wrap:wrap}.guide-teaser-board article{grid-template-columns:45px 1fr}.guide-teaser-board article>b{grid-column:2}.guide-teaser-board>a{line-height:1.5}}
