
:root{
  --bg:#0a0d11;
  --bg-2:#0f141a;
  --panel:#121820;
  --panel-2:#171f29;
  --text:#edf2f6;
  --muted:#98a6b4;
  --line:rgba(255,255,255,.09);
  --accent:#d7ff55;
  --accent-2:#9ed52d;
  --danger:#ff5f6d;
  --shadow:0 30px 90px rgba(0,0,0,.45);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:
    radial-gradient(circle at 80% 10%, rgba(215,255,85,.07), transparent 28rem),
    radial-gradient(circle at 10% 35%, rgba(78,116,255,.05), transparent 35rem),
    var(--bg);
  color:var(--text);
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  line-height:1.5;
  overflow-x:hidden;
}
body::selection{background:var(--accent);color:#111}
a{color:inherit;text-decoration:none}
button{font:inherit}
.noise{
  position:fixed;inset:0;pointer-events:none;z-index:999;
  opacity:.035;
  background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 140 140' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E");
}
.site-header{
  width:min(1180px,calc(100% - 40px));
  margin:0 auto;
  height:88px;
  display:flex;align-items:center;justify-content:space-between;gap:28px;
  border-bottom:1px solid var(--line);
}
.brand{display:flex;align-items:center;gap:12px;font-weight:800;letter-spacing:-.02em}
.brand-mark{
  width:38px;height:38px;border:1px solid rgba(215,255,85,.45);
  background:linear-gradient(145deg,rgba(215,255,85,.12),rgba(215,255,85,.02));
  display:grid;place-items:center;border-radius:10px;color:var(--accent);
  font-size:13px;letter-spacing:.05em;box-shadow:inset 0 0 20px rgba(215,255,85,.05);
}
.brand-name{font-size:18px}
.main-nav{display:flex;align-items:center;gap:28px;color:#b8c3cd;font-size:14px}
.main-nav a{transition:.2s}
.main-nav a:hover{color:var(--text)}
.lang-switch{display:flex;padding:4px;border:1px solid var(--line);border-radius:10px;background:rgba(255,255,255,.025)}
.lang-btn{
  border:0;background:transparent;color:#82909e;padding:7px 9px;border-radius:7px;cursor:pointer;font-size:12px;font-weight:800
}
.lang-btn.active{background:var(--text);color:#0a0d11}
.hero{
  width:min(1180px,calc(100% - 40px));margin:0 auto;
  min-height:690px;display:flex;align-items:center;padding:88px 0 70px;
}
.hero-grid{display:grid;grid-template-columns:1.02fr .98fr;gap:76px;align-items:center;width:100%}
.eyebrow,.kicker{font-size:11px;font-weight:800;letter-spacing:.16em;color:var(--accent)}
.eyebrow{display:flex;align-items:center;gap:9px;margin-bottom:26px}
.pulse-dot{width:7px;height:7px;background:var(--accent);border-radius:50%;box-shadow:0 0 0 7px rgba(215,255,85,.08)}
h1,h2,h3,p{margin-top:0}
h1{font-size:clamp(48px,6vw,82px);line-height:.98;letter-spacing:-.055em;margin-bottom:28px;font-weight:800}
h1 span{display:block}
h1 .accent{color:var(--accent)}
.hero-lead{font-size:19px;line-height:1.65;color:#aab5bf;max-width:610px;margin-bottom:34px}
.hero-actions,.game-actions{display:flex;gap:12px;align-items:center;flex-wrap:wrap}
.btn{
  min-height:48px;padding:0 20px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;
  font-size:14px;font-weight:800;transition:transform .18s,background .18s,border-color .18s
}
.btn:hover{transform:translateY(-1px)}
.btn.primary{background:var(--accent);color:#0a0d11}
.btn.primary:hover{background:#e2ff83}
.btn.ghost{border:1px solid var(--line);color:#d4dce3;background:rgba(255,255,255,.025)}
.btn.ghost:hover{border-color:rgba(255,255,255,.18)}
.btn.disabled{opacity:.55;cursor:default;transform:none}
.hero-facts{
  margin-top:48px;padding-top:26px;border-top:1px solid var(--line);
  display:grid;grid-template-columns:repeat(3,1fr);max-width:530px
}
.hero-facts div{display:flex;flex-direction:column}
.hero-facts strong{font-size:25px;letter-spacing:-.03em}
.hero-facts span{font-size:12px;color:#7e8b97;margin-top:2px}
.case-board{position:relative;perspective:1200px}
.case-window{
  position:relative;z-index:2;border:1px solid rgba(255,255,255,.11);background:linear-gradient(160deg,#151c25,#0e1319);
  border-radius:18px;overflow:hidden;box-shadow:var(--shadow);transform:rotateY(-5deg) rotateX(2deg)
}
.case-shadow{position:absolute;inset:12% 5% -6% 8%;background:rgba(215,255,85,.08);filter:blur(50px)}
.case-topbar{height:49px;border-bottom:1px solid var(--line);display:flex;align-items:center;gap:7px;padding:0 16px}
.case-topbar>span{width:7px;height:7px;border-radius:50%;background:#38434e}
.case-topbar em{margin-left:auto;font-size:10px;color:#677583;font-style:normal;letter-spacing:.12em}
.case-body{padding:32px}
.case-tag{font-size:10px;display:inline-flex;padding:6px 9px;border:1px solid rgba(215,255,85,.28);color:var(--accent);border-radius:7px;letter-spacing:.1em}
.case-body h2{font-size:34px;letter-spacing:-.04em;margin:23px 0 10px}
.case-body>p{color:#91a0ad;font-size:14px;line-height:1.6}
.suspects{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin:24px 0}
.suspect{padding:13px;border:1px solid var(--line);border-radius:10px;background:#10161d;display:grid;grid-template-columns:auto 1fr;column-gap:9px;align-items:center}
.suspect>span{grid-row:1/3;width:27px;height:27px;border-radius:50%;display:grid;place-items:center;background:#202b35;color:#aab6c2;font-size:10px;font-weight:800}
.suspect b{font-size:11px}
.suspect small{font-size:9px;color:#73808c}
.suspect.active{border-color:rgba(255,95,109,.38);background:rgba(255,95,109,.05)}
.suspect.active>span{background:rgba(255,95,109,.15);color:#ff7c88}
.clue-row{display:grid;grid-template-columns:auto 1fr auto;gap:10px;align-items:center;padding-top:19px;border-top:1px solid var(--line)}
.clue-label{font-size:9px;color:#687683;letter-spacing:.12em}
.clue-line{height:1px;background:var(--line)}
.clue-row strong{font-size:10px;color:#cdd5dc}
.section{width:min(1180px,calc(100% - 40px));margin:0 auto;padding:110px 0}
.section-heading{max-width:720px;margin-bottom:44px}
.section-heading.narrow{max-width:760px}
.section-heading h2,.about h2,.cta-box h2{font-size:clamp(36px,4.4vw,58px);line-height:1.05;letter-spacing:-.045em;margin:12px 0 18px}
.section-heading p,.about-copy p,.coming-card p,.cta-box p{color:#92a0ac}
.game-card{
  border:1px solid var(--line);border-radius:22px;overflow:hidden;background:linear-gradient(150deg,#11171e,#0d1217);
  display:grid;grid-template-columns:1.08fr .92fr;min-height:480px
}
.game-copy{padding:54px}
.game-logo{font-size:11px;letter-spacing:.24em;color:#7f8d99;margin-bottom:48px}
.game-copy h3{font-size:48px;letter-spacing:-.045em;margin-bottom:16px}
.game-copy>p{color:#9ba8b3;max-width:600px;line-height:1.65}
.feature-list{list-style:none;padding:0;margin:28px 0 32px;display:grid;gap:12px}
.feature-list li{display:flex;gap:10px;align-items:center;color:#d5dde4;font-size:13px}
.feature-list li span{color:var(--accent)}
.feature-list li b{font-weight:600}
.soft-note{font-size:11px;color:#6f7c88}
.game-visual{
  position:relative;min-height:420px;background:
    linear-gradient(rgba(255,255,255,.026) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.026) 1px,transparent 1px),
    radial-gradient(circle at 50% 45%,rgba(215,255,85,.08),transparent 38%);
  background-size:30px 30px,30px 30px,auto;
  border-left:1px solid var(--line);overflow:hidden
}
.file-card{
  position:absolute;width:270px;height:165px;padding:24px;border-radius:13px;
  background:#e8e5db;color:#15191c;box-shadow:0 20px 55px rgba(0,0,0,.3);
  display:flex;flex-direction:column
}
.file-card small{font-size:9px;letter-spacing:.15em;color:#686c6e}
.file-card b{margin:auto 0;font-family:Georgia,serif;font-size:21px}
.file-card span{letter-spacing:.35em;color:#a3a19b}
.file-a{left:12%;top:17%;transform:rotate(-7deg)}
.file-b{right:6%;bottom:13%;transform:rotate(8deg);background:#cdd8d0}
.magnifier{
  position:absolute;width:145px;height:145px;border:14px solid #161d24;border-radius:50%;
  left:45%;top:35%;box-shadow:0 14px 30px rgba(0,0,0,.4),inset 0 0 0 2px rgba(255,255,255,.08)
}
.magnifier::after{
  content:"";position:absolute;width:95px;height:18px;background:#161d24;right:-75px;bottom:-35px;
  transform:rotate(48deg);border-radius:9px
}
.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start}
.about-copy{padding-top:24px}
.about-copy p{font-size:17px;line-height:1.7}
.principles{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line);margin-top:60px;border:1px solid var(--line);border-radius:16px;overflow:hidden}
.principles article{background:var(--bg-2);padding:34px}
.principles span{font-size:10px;color:var(--accent);letter-spacing:.12em}
.principles h3{margin:35px 0 10px;font-size:21px}
.principles p{color:#84919d;font-size:13px;line-height:1.65;margin-bottom:0}
.coming{border-top:1px solid var(--line)}
.coming-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:16px}
.coming-card{padding:34px;border:1px solid var(--line);border-radius:16px;background:#0e1318;display:grid;grid-template-columns:auto 1fr;gap:26px;min-height:260px}
.coming-card.live{background:linear-gradient(145deg,rgba(215,255,85,.055),#0f141a)}
.card-index{font-size:11px;color:#65727e}
.status{display:inline-flex;font-size:9px;letter-spacing:.13em;color:var(--accent);border:1px solid rgba(215,255,85,.22);padding:6px 8px;border-radius:6px}
.status.muted{color:#7d8a95;border-color:var(--line)}
.coming-card h3{font-size:27px;letter-spacing:-.035em;margin:36px 0 10px}
.coming-card p{font-size:13px;line-height:1.65;margin-bottom:0}
.cta-section{width:min(1180px,calc(100% - 40px));margin:0 auto;padding:30px 0 120px}
.cta-box{
  border:1px solid rgba(215,255,85,.18);border-radius:22px;padding:54px;
  background:radial-gradient(circle at 80% 50%,rgba(215,255,85,.09),transparent 22rem),#10161c;
  display:flex;align-items:center;justify-content:space-between;gap:40px
}
.cta-box>div{max-width:730px}
.cta-box h2{font-size:42px}
.cta-box p{margin-bottom:0}
.site-footer{
  width:min(1180px,calc(100% - 40px));margin:0 auto;border-top:1px solid var(--line);
  padding:30px 0 50px;display:flex;justify-content:space-between;gap:25px;color:#788591;font-size:12px
}
.footer-brand{display:flex;align-items:center;gap:11px}
.brand-mark.small{width:31px;height:31px;border-radius:8px;font-size:10px}
.footer-brand div{display:flex;flex-direction:column}
.footer-brand strong{color:#cfd7de}
.footer-brand small{font-size:11px}
.footer-links{display:flex;gap:24px;align-items:center;flex-wrap:wrap}
.footer-links a:hover{color:var(--text)}

@media (max-width:900px){
  .main-nav{display:none}
  .hero{padding-top:62px}
  .hero-grid,.game-card,.about-grid,.coming-grid{grid-template-columns:1fr}
  .hero-grid{gap:54px}
  .game-visual{border-left:0;border-top:1px solid var(--line)}
  .about-grid{gap:20px}
  .principles{grid-template-columns:1fr}
  .cta-box{align-items:flex-start;flex-direction:column}
}
@media (max-width:620px){
  .site-header,.hero,.section,.cta-section,.site-footer{width:min(100% - 28px,1180px)}
  .site-header{height:72px}
  .brand-name{font-size:16px}
  h1{font-size:48px}
  .hero{padding:62px 0 40px;min-height:auto}
  .hero-lead{font-size:16px}
  .hero-actions .btn{width:100%}
  .hero-facts{gap:14px}
  .case-body{padding:22px}
  .suspects{grid-template-columns:1fr}
  .section{padding:80px 0}
  .game-copy{padding:32px 24px}
  .game-copy h3{font-size:38px}
  .game-visual{min-height:330px}
  .file-card{width:210px;height:135px;padding:18px}
  .file-a{left:6%;top:12%}
  .file-b{right:0;bottom:9%}
  .magnifier{width:110px;height:110px;border-width:11px;left:43%;top:36%}
  .principles article{padding:28px}
  .coming-card{grid-template-columns:1fr;gap:8px}
  .coming-card h3{margin-top:22px}
  .cta-box{padding:32px 24px}
  .cta-box h2{font-size:34px}
  .site-footer{flex-direction:column}
  .footer-links{gap:12px}
}
