:root{
  --bg:#040806;
  --text:#f5f8f4;
  --muted:#c2c9c2;
  --green:#89ff3f;
  --green-2:#4cff8a;
  --line:rgba(169,255,129,.22);
  --shell:min(1220px,calc(100vw - 64px));
}

*{box-sizing:border-box}
html,body{margin:0;min-height:100%;background:var(--bg)}
body{min-width:0;color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;overflow-x:hidden}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
.shell{width:var(--shell);max-width:100%;margin:0 auto}

.noise{position:fixed;inset:0;z-index:20;pointer-events:none;opacity:.028;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.86' numOctaves='3' stitchTiles='stitchTiles'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.5'/%3E%3C/svg%3E")}

.landing{position:relative;isolation:isolate;min-height:100svh;overflow:hidden;background:#07100a}
.landing-bg{position:absolute;z-index:-3;inset:0;background:url('/assets/img/hero.jpg') center 42%/cover no-repeat;transform:scale(1.015);animation:heroBreath 12s ease-in-out infinite alternate}
.landing-shade{position:absolute;z-index:-2;inset:0;background:
  radial-gradient(circle at 72% 40%,rgba(118,255,65,.08),transparent 31%),
  linear-gradient(90deg,rgba(3,8,5,.82) 0%,rgba(3,8,5,.58) 45%,rgba(3,8,5,.28) 100%),
  linear-gradient(180deg,rgba(2,6,4,.2) 0%,rgba(2,7,4,.15) 55%,rgba(3,8,5,.84) 100%)}
.landing:after{content:"";position:absolute;z-index:-1;left:0;right:0;bottom:0;height:30%;background:linear-gradient(180deg,transparent,#050a07 88%);pointer-events:none}

.landing-shell{min-height:100svh;display:flex;flex-direction:column;padding:28px 0 max(34px,env(safe-area-inset-bottom))}
.brand-row{flex:0 0 auto;display:flex;align-items:center;min-height:76px;animation:fadeDown .6s ease both}
.brand{display:inline-flex;align-items:center;gap:15px;min-width:0}
.brand img{width:66px;height:66px;border-radius:19px;object-fit:cover;box-shadow:0 12px 40px rgba(0,0,0,.34),0 0 28px rgba(118,255,61,.15)}
.brand span{display:flex;flex-direction:column;min-width:0}
.brand strong{font-size:16px;letter-spacing:.13em;white-space:nowrap}
.brand small{margin-top:6px;color:#91ff5e;font-size:7px;font-weight:900;letter-spacing:.28em;white-space:nowrap}

.hero-card{width:min(820px,100%);margin-top:auto;margin-bottom:auto;padding:70px 0 28px;animation:fadeUp .72s .06s ease both}
.eyebrow{display:inline-flex;align-items:center;gap:13px;color:#b4ff91;font-size:9px;font-weight:900;letter-spacing:.27em;text-transform:uppercase}
.eyebrow i{width:13px;height:13px;border-radius:50%;background:var(--green);box-shadow:0 0 24px rgba(137,255,63,.72);animation:pulseDot 1.8s ease-in-out infinite}

h1{margin:29px 0 26px;font-size:clamp(74px,8.2vw,126px);font-weight:590;line-height:.84;letter-spacing:-.065em;text-wrap:balance}
h1 span{color:var(--green)}
.hero-copy{max-width:690px;margin:0;color:rgba(240,245,239,.77);font-size:clamp(17px,1.45vw,22px);line-height:1.72}

.hero-actions{display:block;width:min(620px,100%);margin-top:38px}
.button{position:relative;overflow:hidden;min-height:80px;border-radius:25px;display:flex;align-items:center;justify-content:center;gap:14px;padding:0 26px;border:1px solid rgba(255,255,255,.13);font-weight:850;transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease}
.button:hover{transform:translateY(-3px)}
.button:active{transform:scale(.985)}
.button-primary{color:#061006;background:linear-gradient(105deg,#9dff42 0%,#75ff48 45%,#4cff90 100%);border-color:rgba(206,255,185,.62);box-shadow:0 18px 50px rgba(83,255,88,.16)}
.button-primary:before{content:"";position:absolute;top:-120%;left:-25%;width:35%;height:340%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.35),transparent);transform:rotate(18deg);animation:buttonSheen 4.6s ease-in-out infinite}
.download-icon{font-size:26px;font-weight:500}
.button-primary>span:last-child{font-size:18px}


.hero-tags{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-top:27px}
.hero-tags span{padding:10px 16px;border-radius:999px;border:1px solid rgba(255,255,255,.12);background:rgba(5,13,8,.42);backdrop-filter:blur(12px);color:#bac4bc;font-size:7px;font-weight:850;letter-spacing:.17em;white-space:nowrap}


.server-online-badge{
  display:inline-flex;
  align-items:center;
  gap:12px;
  width:max-content;
  max-width:100%;
  padding:13px 20px;
  border:1px solid rgba(137,255,63,.34);
  border-radius:999px;
  background:linear-gradient(110deg,rgba(10,22,13,.78),rgba(5,12,8,.58));
  box-shadow:inset 0 1px rgba(255,255,255,.04),0 12px 34px rgba(0,0,0,.16);
  backdrop-filter:blur(12px);
  color:#f3f8ef;
  font-size:10px;
  font-weight:900;
  letter-spacing:.17em;
  white-space:nowrap
}
.server-online-badge i{
  width:12px;
  height:12px;
  flex:0 0 12px;
  border-radius:50%;
  background:#69ef43;
  box-shadow:0 0 0 6px rgba(105,239,67,.08),0 0 22px rgba(105,239,67,.65);
  animation:pulseDot 1.8s ease-in-out infinite
}

@keyframes fadeDown{from{opacity:0;transform:translateY(-15px)}to{opacity:1;transform:none}}
@keyframes fadeUp{from{opacity:0;transform:translateY(24px)}to{opacity:1;transform:none}}
@keyframes pulseDot{0%,100%{transform:scale(.85);opacity:.75}50%{transform:scale(1);opacity:1}}
@keyframes buttonSheen{0%,60%{left:-30%}82%,100%{left:125%}}
@keyframes heroBreath{from{transform:scale(1.015)}to{transform:scale(1.05)}}

@media (min-width:1400px){
  :root{--shell:min(1320px,calc(100vw - 96px))}
  .landing-bg{background-position:center 43%}
  .hero-card{width:min(900px,72vw)}
  .hero-actions{max-width:880px}
}

@media (max-width:1024px){
  :root{--shell:min(900px,calc(100vw - 44px))}
  .landing-shade{background:linear-gradient(90deg,rgba(3,8,5,.75),rgba(3,8,5,.36)),linear-gradient(180deg,rgba(3,8,5,.14),rgba(3,8,5,.78))}
  .hero-card{width:min(760px,100%)}
  h1{font-size:clamp(68px,11vw,104px)}
}

@media (max-width:720px){
  :root{--shell:calc(100vw - 48px)}
  .landing{min-height:max(100svh,760px)}
  .landing-bg{background-position:center top;animation:none;transform:none}
  .landing-shade{background:linear-gradient(180deg,rgba(4,8,5,.16) 0%,rgba(4,8,5,.43) 32%,rgba(4,8,5,.88) 66%,rgba(4,8,5,.98) 100%)}
  .landing-shell{min-height:max(100svh,760px);padding-top:21px;padding-bottom:max(32px,env(safe-area-inset-bottom))}
  .brand-row{min-height:62px}.brand{gap:12px}.brand img{width:58px;height:58px;border-radius:16px}.brand strong{font-size:13px}.brand small{font-size:6px;letter-spacing:.22em}
  .hero-card{margin-top:auto;margin-bottom:0;padding:44px 0 10px}
  .eyebrow{font-size:7px;gap:10px}.eyebrow i{width:11px;height:11px}

  .server-online-badge{padding:11px 16px;gap:10px;font-size:7.4px;letter-spacing:.15em}
  .server-online-badge i{width:10px;height:10px;flex-basis:10px}
  h1{margin:22px 0 23px;font-size:clamp(52px,14.8vw,78px);line-height:.88;letter-spacing:-.06em}
  .hero-copy{font-size:15px;line-height:1.65;max-width:600px}
  .hero-actions{width:100%;margin-top:29px}
  .button{min-height:72px;border-radius:22px;padding:0 20px}
  .button-primary>span:last-child{font-size:17px}
  
  .hero-tags{gap:8px;margin-top:24px}.hero-tags span{padding:9px 12px;font-size:6.2px;letter-spacing:.14em}
}

@media (max-width:420px){
  :root{--shell:calc(100vw - 36px)}
  .landing{min-height:max(100svh,730px)}
  .landing-shell{min-height:max(100svh,730px)}
  .brand img{width:52px;height:52px}.brand strong{font-size:11.5px}.brand small{font-size:5.4px}
  .hero-card{padding-top:35px}
  h1{font-size:clamp(46px,14.5vw,64px)}
  .hero-copy{font-size:14px}
  .button{min-height:66px}.button-primary>span:last-child{font-size:15px}.download-icon{font-size:22px}
  
  .hero-tags span{padding:8px 10px;font-size:5.8px}
}

@media (max-height:720px) and (min-width:721px){
  .landing-shell{padding-top:18px;padding-bottom:18px}.brand-row{min-height:58px}.brand img{width:52px;height:52px}.hero-card{padding-top:30px}.hero-copy{line-height:1.55}.hero-actions{margin-top:25px}.button{min-height:68px}.hero-tags{margin-top:20px}
}

@media(prefers-reduced-motion:reduce){.landing-bg,.eyebrow i,.button-primary:before,.brand-row,.hero-card{animation:none}.button{transition:none}}
