*{box-sizing:border-box}
html,body{margin:0;width:100%;min-height:100%;background:#020303;color:#eee;overflow:hidden}
body{display:grid;place-items:center;font-family:Georgia,"Times New Roman",serif}
.premium-stage{
  position:relative;
  width:min(100vw,calc(100vh * 1.777895854));
  aspect-ratio:1672/941;
  max-width:1672px;
  overflow:hidden;
  background:#030405;
  box-shadow:0 0 40px rgba(0,0,0,.88);
}
.premium-design{position:absolute;inset:0;width:100%;height:100%;object-fit:fill;display:block;user-select:none;pointer-events:none}
.hot{position:absolute;z-index:8;display:block;border:0;outline:0;background:transparent}
.hot:focus-visible{outline:2px solid rgba(238,190,87,.8);outline-offset:-2px}


/* Hero CTA */
.hero-play{left:36.6%;top:27.0%;width:13.0%;height:5.0%}
.hero-community{left:50.1%;top:27.0%;width:13.0%;height:5.0%}

/* Neden Siesta KO */
.feature-1{left:12.6%;top:45.8%;width:17.4%;height:14.1%}
.feature-2{left:31.3%;top:45.8%;width:17.4%;height:14.1%}
.feature-3{left:50.0%;top:45.8%;width:17.4%;height:14.1%}
.feature-4{left:69.1%;top:45.8%;width:17.4%;height:14.1%}

/* Felsefe alt satırı */
.philosophy-economy{left:38.5%;top:64.7%;width:15.1%;height:11.8%}
.philosophy-clan{left:54.2%;top:64.7%;width:15.0%;height:11.8%}
.philosophy-community{left:70.2%;top:64.7%;width:15.3%;height:11.8%}

/* Oyuncu rehberi */
.guide-start{left:11.2%;top:80.4%;width:18.8%;height:7.0%}
.guide-game{left:30.7%;top:80.4%;width:18.8%;height:7.0%}
.guide-world{left:50.4%;top:80.4%;width:18.8%;height:7.0%}
.guide-help{left:69.8%;top:80.4%;width:18.8%;height:7.0%}

/* Alt CTA */
.cta-play{left:50.4%;top:90.4%;width:14.5%;height:5.6%}
.cta-community{left:68.5%;top:90.4%;width:13.4%;height:5.6%}

@media(max-width:720px){
  html,body{overflow:auto}
  body{display:block}
  .premium-stage{width:100vw;min-width:900px;height:auto}
}

/* v739 — Navigation exact: menu text is baked into the approved premium design.
   Only transparent click targets sit on top, so no black overlay/underline can appear. */
a{text-decoration:none;color:inherit}
.premium-nav-hotspots{position:absolute;inset:0;z-index:29;pointer-events:none}
.premium-nav-hotspots .hot{pointer-events:auto}
.menu-home{left:25.55%;top:1.55%;width:5.55%;height:4.25%}
.menu-siesta{left:32.65%;top:1.55%;width:5.25%;height:4.25%}
.menu-guide{left:39.45%;top:1.55%;width:6.15%;height:4.25%}
.menu-ranking{left:47.15%;top:1.55%;width:5.25%;height:4.25%}
.menu-events{left:54.45%;top:1.55%;width:6.45%;height:4.25%}
.menu-news{left:62.95%;top:1.55%;width:5.35%;height:4.25%}
.menu-support{left:70.10%;top:1.55%;width:4.35%;height:4.25%}
/* right baked auth buttons */
.nav-login{left:80.2%;top:1.1%;width:7.5%;height:4.7%}
.nav-register{left:88.1%;top:1.1%;width:7.6%;height:4.7%}
