:root{
  --bg:#050b12;
  --bg2:#07111d;
  --panel:#0b1623;
  --panel2:#0f1d2d;
  --line:#1d3348;
  --text:#edf5ff;
  --muted:#95a6ba;
  --gold:#f0b968;
  --gold2:#d48a3d;
  --blue:#5fd2ff;
  --blue2:#2d78ff;
  --green:#75e0a7;
  --shadow:0 24px 80px rgba(0,0,0,.4);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  min-height:100vh;
  color:var(--text);
  background:
    radial-gradient(circle at 70% 10%, rgba(45,120,255,.12), transparent 28%),
    radial-gradient(circle at 12% 8%, rgba(240,185,104,.08), transparent 24%),
    linear-gradient(180deg,#06101b 0%,#050b12 60%,#04080d 100%);
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  overflow-x:hidden;
}
body::before{
  content:"";
  position:fixed; inset:0;
  background-image:
    linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px);
  background-size:28px 28px;
  pointer-events:none;
}
.noise{
  position:fixed; inset:0; pointer-events:none; opacity:.12;
  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='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.18'/%3E%3C/svg%3E");
  mix-blend-mode:soft-light;
}
a{color:inherit;text-decoration:none}
.shell{width:min(1180px,calc(100% - 40px));margin-inline:auto}
.nav{
  height:86px; display:flex; align-items:center; justify-content:space-between;
  border-bottom:1px solid rgba(255,255,255,.07);
}
.brand{display:flex;align-items:center;gap:13px}
.brand-mark{
  width:42px;height:42px;display:grid;place-items:center;
  border:1px solid rgba(240,185,104,.55);
  background:linear-gradient(145deg,#12172b,#0a111d);
  color:var(--gold);font-weight:900;font-family:Georgia,serif;
  box-shadow:inset 0 0 18px rgba(95,210,255,.08),0 0 24px rgba(45,120,255,.12);
  clip-path:polygon(50% 0,92% 18%,92% 72%,50% 100%,8% 72%,8% 18%);
}
.brand-copy{display:flex;flex-direction:column;line-height:1}
.brand-copy strong{font-family:Georgia,serif;letter-spacing:.12em;font-size:15px}
.brand-copy small{margin-top:6px;color:var(--muted);font-size:9px;letter-spacing:.2em}
nav{display:flex;gap:28px}
nav a{font-size:14px;color:#bac8d8;transition:.2s}
nav a:hover{color:white}
.hero{
  min-height:680px;
  display:grid;grid-template-columns:1.06fr .94fr;gap:44px;align-items:center;
  padding-block:80px 70px;
}
.eyebrow{
  display:inline-flex;align-items:center;gap:10px;
  color:var(--gold);font-weight:800;font-size:12px;letter-spacing:.22em;
}
.eyebrow::before{content:"";width:28px;height:1px;background:var(--gold2)}
h1,h2,h3,p{margin-top:0}
h1{
  font-family:Georgia,"Times New Roman",serif;
  margin:24px 0 24px;font-size:clamp(54px,7vw,96px);line-height:.93;letter-spacing:-.04em;
}
h1 span{
  color:transparent;
  background:linear-gradient(90deg,var(--gold),#ffe6b0);
  -webkit-background-clip:text;background-clip:text;
}
.hero-copy>p{
  color:#aab9c9;font-size:18px;line-height:1.8;max-width:650px;
}
.hero-actions,.game-actions{display:flex;gap:14px;align-items:center;flex-wrap:wrap;margin-top:32px}
.btn{
  min-height:50px;padding:0 22px;display:inline-flex;align-items:center;justify-content:center;
  font-weight:800;font-size:14px;border:1px solid transparent;transition:.2s;
}
.btn.primary{
  color:#08111c;background:linear-gradient(180deg,#f4c579,#d99a4a);
  border-color:#f9d59b;box-shadow:0 10px 32px rgba(212,138,61,.18);
}
.btn.primary:hover{transform:translateY(-2px);box-shadow:0 14px 40px rgba(212,138,61,.28)}
.btn.ghost{border-color:#274159;background:#091420;color:#d8e7f8}
.btn.ghost:hover{border-color:#3c6385;background:#0d1b2a}
.hero-art{position:relative;height:500px;display:grid;place-items:center}
.orb{position:absolute;border-radius:50%;filter:blur(4px)}
.orb-1{width:330px;height:330px;background:radial-gradient(circle,rgba(45,120,255,.18),transparent 65%)}
.orb-2{width:470px;height:470px;border:1px solid rgba(95,210,255,.08);box-shadow:0 0 80px rgba(45,120,255,.08) inset}
.crest{
  width:270px;height:320px;position:relative;
  background:linear-gradient(145deg,#cc934d,#f1c06f 40%,#8a5426);
  clip-path:polygon(50% 0,94% 17%,88% 72%,50% 100%,12% 72%,6% 17%);
  filter:drop-shadow(0 24px 60px rgba(0,0,0,.45));
}
.crest::before{
  content:"";position:absolute;inset:8px;
  background:linear-gradient(145deg,#11182b,#0a111d 58%,#101827);
  clip-path:inherit;
}
.crest::after{
  content:"";position:absolute;inset:22px;
  border:1px solid rgba(95,210,255,.25);
  clip-path:inherit;box-shadow:inset 0 0 50px rgba(45,120,255,.12);
}
.crest-inner{position:absolute;z-index:3;inset:0}
.eye{
  position:absolute;top:138px;width:18px;height:18px;border-radius:50%;
  background:#dff7ff;box-shadow:0 0 8px #bcefff,0 0 26px #43b8ff;
}
.eye.left{left:89px}.eye.right{right:89px}
.pixel-spark{position:absolute;width:6px;height:6px;background:var(--gold);box-shadow:0 0 14px var(--gold)}
.p1{left:-22px;top:95px}.p2{right:-34px;top:210px}.p3{right:-14px;top:46px}
.section{padding-block:90px}
.section-heading{display:flex;justify-content:space-between;gap:24px;align-items:end;margin-bottom:32px}
h2{font-family:Georgia,serif;font-size:clamp(34px,5vw,58px);line-height:1.05;margin:14px 0 0}
.status{
  padding:10px 13px;border:1px solid rgba(117,224,167,.35);
  color:var(--green);background:rgba(117,224,167,.07);font-size:11px;font-weight:900;letter-spacing:.12em;
}
.game-card{
  display:grid;grid-template-columns:1fr 1fr;
  border:1px solid #183047;background:linear-gradient(145deg,rgba(13,29,45,.96),rgba(7,16,27,.96));
  box-shadow:var(--shadow);overflow:hidden;
}
.game-visual{
  min-height:500px;position:relative;overflow:hidden;
  background:
    radial-gradient(circle at 50% 25%,rgba(45,120,255,.25),transparent 25%),
    linear-gradient(180deg,#09162b 0%,#0c1a2a 50%,#07111b 100%);
}
.game-visual::before{
  content:"";position:absolute;inset:0;
  background:
    linear-gradient(180deg,transparent 45%,rgba(3,7,12,.55) 100%),
    radial-gradient(circle at 50% 88%,rgba(240,185,104,.18),transparent 22%);
}
.game-badge{
  position:absolute;top:24px;left:24px;z-index:3;
  width:68px;height:68px;display:grid;place-items:center;
  border:1px solid rgba(240,185,104,.5);color:var(--gold);
  background:#08111d;font-family:Georgia,serif;font-weight:900;letter-spacing:.08em;
}
.castle{position:absolute;left:50%;bottom:72px;transform:translateX(-50%);width:330px;height:260px}
.keep{
  position:absolute;width:150px;height:190px;left:90px;bottom:0;background:#16283a;
  border:1px solid #294967;box-shadow:inset 0 0 40px rgba(95,210,255,.04);
}
.keep::before{
  content:"";position:absolute;left:14px;right:14px;top:-34px;height:34px;
  background:repeating-linear-gradient(90deg,#1c3349 0 24px,transparent 24px 34px);
}
.tower{position:absolute;bottom:0;width:78px;height:225px;background:#14283b;border:1px solid #294967}
.tower::before{
  content:"";position:absolute;left:8px;right:8px;top:-28px;height:28px;
  background:repeating-linear-gradient(90deg,#1b344c 0 16px,transparent 16px 23px);
}
.tower::after{
  content:"";position:absolute;left:50%;top:52px;transform:translateX(-50%);
  width:12px;height:24px;background:#62c9ff;box-shadow:0 0 18px #2d78ff;
}
.t1{left:20px}.t2{right:20px}
.battle-line{position:absolute;left:0;right:0;bottom:50px;height:2px;background:linear-gradient(90deg,transparent,var(--gold2),transparent);opacity:.7}
.game-info{padding:52px}
.game-kicker{color:#6ea6d3;font-weight:800;font-size:11px;letter-spacing:.15em}
.game-info h3{font-family:Georgia,serif;font-size:42px;line-height:1.04;margin:16px 0 18px}
.game-info>p:not(.game-kicker){color:#a8b7c7;line-height:1.75}
.chips{display:flex;flex-wrap:wrap;gap:9px;margin-top:22px}
.chips span{border:1px solid #254058;padding:8px 10px;color:#bad0e6;background:#091520;font-size:12px}
.text-link{color:#cbd8e7;font-weight:700;font-size:14px}
.text-link:hover{color:white}
.about{
  display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center;
  border-top:1px solid rgba(255,255,255,.07);
}
.about>p{color:#a9b7c7;font-size:18px;line-height:1.85;margin:0}
.cta{
  margin-top:20px;margin-bottom:90px;padding:42px;
  border:1px solid #223c54;background:linear-gradient(90deg,rgba(16,31,46,.98),rgba(8,20,32,.98));
  display:flex;align-items:center;justify-content:space-between;gap:30px;
}
.cta h2{font-size:34px}
.footer{
  padding:28px 0 38px;border-top:1px solid rgba(255,255,255,.07);
  display:flex;justify-content:space-between;gap:24px;color:#77899c;font-size:12px;
}
.footer-links{display:flex;gap:18px}
.footer a:hover{color:white}

.privacy-wrap{
  width:min(860px,calc(100% - 40px));margin:0 auto;padding:80px 0 100px;
}
.privacy-wrap h1{font-size:58px;margin-bottom:16px}
.privacy-wrap h2{font-size:28px;margin-top:44px}
.privacy-wrap p,.privacy-wrap li{color:#a8b7c7;line-height:1.8}
.privacy-wrap a{color:var(--gold)}
.back{display:inline-flex;margin-bottom:30px;color:#bcd2e7}

@media(max-width:900px){
  .nav{height:auto;padding:20px 0;gap:18px;align-items:flex-start}
  nav{gap:14px;flex-wrap:wrap;justify-content:flex-end}
  .hero{grid-template-columns:1fr;padding-top:60px}
  .hero-art{height:390px}
  .game-card{grid-template-columns:1fr}
  .game-visual{min-height:380px}
  .about{grid-template-columns:1fr;gap:26px}
  .cta{align-items:flex-start;flex-direction:column}
}
@media(max-width:620px){
  .shell{width:min(100% - 24px,1180px)}
  .nav{flex-direction:column}
  nav{justify-content:flex-start}
  .brand-copy small{display:none}
  h1{font-size:54px}
  .hero{min-height:auto;padding-top:52px}
  .hero-art{height:320px}
  .crest{transform:scale(.78)}
  .section{padding-block:62px}
  .section-heading{align-items:flex-start;flex-direction:column}
  .game-info{padding:30px 22px}
  .game-info h3{font-size:34px}
  .cta{padding:28px 22px;margin-bottom:56px}
  .footer{flex-direction:column}
}
