:root{--landing-black:#0a0b09;--landing-soft:#14160f;--landing-red:#d62828;--landing-gold:#f2c230;--landing-green:#1f7a4d;--landing-green-deep:#123e28;--landing-white:#efece0;--landing-chrome:#c7ccc4;--landing-max:1120px}*{box-sizing:border-box}html{scroll-behavior:smooth}.landing-body{margin:0;background:var(--landing-black);color:var(--landing-white);font-family:Rajdhani,ui-sans-serif,system-ui,sans-serif;font-size:18px;line-height:1.5;overflow-x:hidden}.landing-body h1,.landing-body h2,.landing-body h3{font-family:Anton,Impact,sans-serif;font-weight:400;letter-spacing:.01em;line-height:.95;margin:0}.landing-body a{color:inherit;text-decoration:none}.landing-wrap{width:min(100% - 64px,var(--landing-max));margin:0 auto}.landing-header{position:fixed;inset:0 0 auto;z-index:50;background:rgba(10,11,9,.88);backdrop-filter:blur(8px);border-bottom:1px solid rgba(239,236,224,.08)}.landing-nav{height:68px;display:flex;align-items:center;justify-content:space-between}.landing-brand{display:flex;align-items:center;gap:10px;font-family:Anton,Impact,sans-serif;font-size:20px}.landing-brand img{width:36px;height:36px;object-fit:contain}.landing-nav-actions,.landing-nav-links{display:flex;align-items:center;gap:28px}.landing-nav-links a{padding:6px 0;border-bottom:2px solid transparent;color:var(--landing-chrome);font-size:16px;font-weight:700}.landing-nav-links a:hover{color:var(--landing-gold);border-bottom-color:var(--landing-gold)}.landing-hero{min-height:100svh;display:flex;align-items:center;justify-content:center;text-align:center;padding:140px 32px 90px;background:radial-gradient(ellipse 70% 55% at 50% 18%,rgba(31,122,77,.28),transparent 60%),radial-gradient(ellipse 60% 45% at 50% 85%,rgba(214,40,40,.14),transparent 65%),var(--landing-black)}.hero-content{max-width:780px}.hero-logo{width:180px;height:auto;margin:0 auto 28px;filter:drop-shadow(0 8px 30px rgba(0,0,0,.6))}.hero-eyebrow,.section-tag{display:block;color:var(--landing-gold);font-size:15px;font-weight:700;letter-spacing:.2em}.hero-eyebrow{margin-bottom:18px}.landing-hero h1{font-size:clamp(54px,10vw,108px);text-shadow:0 6px 0 rgba(0,0,0,.4)}.landing-hero h1 span{color:var(--landing-gold)}.hero-subtitle{max-width:560px;margin:26px auto 40px;color:var(--landing-chrome);font-size:21px;font-weight:600}.hero-actions{display:flex;justify-content:center;gap:16px;flex-wrap:wrap}.landing-button{display:inline-block;padding:14px 30px;font-weight:700;font-size:17px;clip-path:polygon(8% 0,100% 0,92% 100%,0 100%);transition:transform .15s ease,box-shadow .15s ease}.landing-button:hover{transform:translateY(-2px)}.landing-button-primary{background:var(--landing-gold);color:var(--landing-black)}.landing-button-outline{border:2px solid var(--landing-chrome);color:var(--landing-white)}.hero-games{display:flex;justify-content:center;gap:14px;flex-wrap:wrap;margin-top:56px}.hero-games span{padding:6px 14px;border-radius:999px;background:var(--landing-chrome);color:var(--landing-black);font-size:14px;font-weight:700}.landing-divider{height:30px;background:linear-gradient(90deg,var(--landing-red) 0 33%,var(--landing-gold) 33% 66%,var(--landing-green) 66%);clip-path:polygon(0 100%,4% 15%,8% 100%,12% 15%,16% 100%,20% 15%,24% 100%,28% 15%,32% 100%,36% 15%,40% 100%,44% 15%,48% 100%,52% 15%,56% 100%,60% 15%,64% 100%,68% 15%,72% 100%,76% 15%,80% 100%,84% 15%,88% 100%,92% 15%,96% 100%,100% 15%,100% 0,0 0)}.landing-section{padding:96px 0}.landing-section-dark{background:var(--landing-soft)}.about-grid,.roadmap-grid,.crest-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:70px;align-items:center}.section-heading{max-width:640px;margin-bottom:52px}.section-heading h2,.about-grid h2,.crest-grid h2{font-size:clamp(38px,5vw,58px);margin-top:10px}.section-heading p,.about-grid p{max-width:58ch;color:var(--landing-chrome);font-size:19px}.about-grid p{color:var(--landing-white);margin:22px 0 0}.about-stats{display:grid;grid-template-columns:1fr 1fr;gap:30px}.landing-stat{padding-left:16px;border-left:3px solid var(--landing-green)}.landing-stat strong{display:block;color:var(--landing-gold);font-family:Anton,Impact,sans-serif;font-size:48px;font-weight:400;line-height:1}.landing-stat span{color:var(--landing-chrome);font-size:15px;font-weight:600}.games-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2px;background:rgba(239,236,224,.08)}.game-card{position:relative;min-height:230px;padding:36px 26px;display:flex;flex-direction:column;justify-content:flex-end;background:var(--landing-black);overflow:hidden;transition:background .25s ease}.game-card:hover{background:var(--landing-soft)}.game-bar{position:absolute;inset:0 auto 0 0;width:5px}.game-card-red .game-bar{background:var(--landing-red)}.game-card-gold .game-bar{background:var(--landing-gold)}.game-card-green .game-bar{background:var(--landing-green)}.game-card-chrome .game-bar{background:var(--landing-chrome)}.game-card h3{font-family:Rajdhani,ui-sans-serif,sans-serif;font-size:24px;font-weight:700}.game-card p{margin:8px 0 0;color:var(--landing-chrome);font-size:16px}.timeline{position:relative;padding-left:36px}.timeline:before{content:"";position:absolute;left:6px;top:6px;bottom:6px;width:3px;background:linear-gradient(var(--landing-red),var(--landing-gold) 45%,var(--landing-green))}.timeline-item{position:relative;padding:0 0 42px}.timeline-item:last-child{padding-bottom:0}.timeline-dot{position:absolute;left:-36px;top:4px;width:15px;height:15px;border:3px solid var(--landing-gold);border-radius:50%;background:var(--landing-black)}.timeline-item strong{color:var(--landing-gold);font-family:Anton,Impact,sans-serif;font-size:23px;font-weight:400}.timeline-item h3{font-family:Rajdhani,ui-sans-serif,sans-serif;font-size:21px;font-weight:700;margin:3px 0}.timeline-item p{margin:0;color:var(--landing-chrome);font-size:16px}.crest-grid{grid-template-columns:.7fr 1.3fr}.crest-grid>img{width:100%;max-width:280px;margin:auto;filter:drop-shadow(0 10px 26px rgba(0,0,0,.55))}.meaning-list{display:flex;flex-direction:column;gap:18px;margin:28px 0 0;padding:0;list-style:none}.meaning-list li{padding-left:20px;border-left:3px solid var(--landing-gold);font-size:18px}.meaning-list b{color:var(--landing-gold)}.landing-footer{padding:56px 32px 32px;text-align:center;background:var(--landing-black)}.landing-footer .landing-brand{justify-content:center;margin-bottom:22px}.landing-footer-links{display:flex;justify-content:center;gap:26px;flex-wrap:wrap;margin-bottom:26px;color:var(--landing-chrome);font-size:15px;font-weight:600}.landing-footer-links a:hover,.landing-footer p a:hover{color:var(--landing-gold)}.landing-footer p{margin:0;color:rgba(239,236,224,.45);font-size:14px}@media(max-width:900px){.games-grid{grid-template-columns:repeat(2,1fr)}.about-grid,.roadmap-grid,.crest-grid{grid-template-columns:1fr;gap:44px}.crest-grid{text-align:center}.crest-grid>img{max-width:220px}.meaning-list{text-align:left}}@media(max-width:720px){.landing-wrap{width:min(100% - 40px,var(--landing-max))}.landing-nav-links{display:none}.landing-nav-actions{gap:0}.landing-section{padding:72px 0}.landing-hero{padding-left:20px;padding-right:20px}.hero-logo{width:150px}.hero-subtitle{font-size:19px}.about-stats{gap:22px}.games-grid{grid-template-columns:1fr}}@media(max-width:420px){.landing-brand{font-size:17px}.landing-brand img{width:32px;height:32px}.landing-hero h1{font-size:48px}.hero-actions{flex-direction:column}.landing-button{width:100%}}
