*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html,body{max-width:100vw;overflow-x:hidden}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Arial,sans-serif;background:#16030A;color:#fff;line-height:1.5;font-size:16px;-webkit-font-smoothing:antialiased}
img{max-width:100%;height:auto;display:block}
a{color:inherit;text-decoration:none}
button{background:none;border:none;cursor:pointer;font-family:inherit;color:inherit}
ul,ol{list-style:none}

:root{
  --bg-0:#16030A;
  --bg-1:#1E040C;
  --bg-2:#2A060E;
  --red:#FF1F3D;
  --red-2:#FF3148;
  --red-soft:#FF6B70;
  --cream:#F4EBE2;
  --muted:#B79096;
  --line:rgba(255,31,61,.25);
  --line-soft:rgba(255,31,61,.12);
}

.site{display:flex;flex-direction:column;min-height:100vh;width:100%;max-width:100vw;overflow-x:hidden;position:relative;background:#16030A;background-image:radial-gradient(ellipse 80% 60% at 75% 20%,rgba(255,31,61,.30) 0%,transparent 55%),radial-gradient(ellipse 70% 55% at 20% 70%,rgba(255,31,61,.10) 0%,transparent 55%),linear-gradient(180deg,#220512 0%,#0D0207 100%)}
.wrap{width:100%;max-width:1280px;margin:0 auto;padding:0 28px}
main{flex:1 0 auto}

.h-display{font-family:'Oswald','Inter',sans-serif;font-weight:700;letter-spacing:.01em;color:var(--cream);text-transform:uppercase;line-height:.95}

.header{position:relative;z-index:10;padding:24px 0}
.header__inner{display:flex;align-items:center;justify-content:space-between;gap:24px;background:rgba(10,2,5,.65);border:1px solid var(--line-soft);border-radius:28px;padding:14px 24px}
.brand{display:inline-flex;align-items:center;gap:14px}
.brand__logo{width:42px;height:42px;border-radius:14px;object-fit:cover}
.brand__name{font-family:'Inter',sans-serif;font-weight:800;font-size:15px;letter-spacing:.22em;text-transform:uppercase;color:#fff}
.nav{display:flex;align-items:center;gap:42px}
.nav__link{font-family:'Inter',sans-serif;font-weight:500;font-size:14px;color:#E9D5D8;padding:6px 2px}
.nav__link:hover{color:var(--red)}
.burger{display:none;width:42px;height:42px;border-radius:12px;border:1px solid var(--line);background:rgba(0,0,0,.4);position:relative}
.burger span{position:absolute;left:11px;right:11px;height:2px;background:var(--red);border-radius:2px}
.burger span:nth-child(1){top:14px}
.burger span:nth-child(2){top:20px}
.burger span:nth-child(3){top:26px}

.menu{position:fixed;inset:0;background:#0A0205;z-index:90;display:none;flex-direction:column;padding:30px 24px 40px}
.menu.is-open{display:flex}
.menu__top{display:flex;align-items:center;justify-content:space-between;margin-bottom:50px}
.menu__close{width:44px;height:44px;border-radius:12px;border:1px solid var(--line);background:rgba(0,0,0,.4);color:var(--red);font-size:22px;font-weight:700}
.menu__list{display:flex;flex-direction:column;gap:22px}
.menu__list a{font-family:'Oswald',sans-serif;font-weight:700;font-size:30px;color:#fff;letter-spacing:.04em;text-transform:uppercase}

.badge{display:inline-flex;align-items:center;gap:10px;background:rgba(255,31,61,.10);border:1px solid var(--line);border-radius:999px;padding:9px 22px;font-size:11px;font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:var(--red-soft)}
.badge::before{content:"";width:7px;height:7px;border-radius:50%;background:var(--red);box-shadow:0 0 14px var(--red)}

.btn{display:inline-flex;align-items:center;justify-content:center;gap:12px;padding:16px 30px;border-radius:999px;font-size:13px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;font-family:'Inter',sans-serif;min-height:54px;border:1px solid transparent}
.btn--primary{background:var(--red);color:#fff;box-shadow:0 14px 40px rgba(255,31,61,.45)}
.btn--ghost{background:transparent;color:#fff;border-color:var(--line)}
.btn__arrow{display:inline-block;font-weight:700}

.hero{padding:30px 0 60px;position:relative;overflow:hidden}
.hero__grid{display:grid;grid-template-columns:1.1fr .9fr;gap:50px;align-items:center;position:relative;z-index:2}
.hero__left{display:flex;flex-direction:column;gap:30px}
.hero__title{font-size:clamp(58px,9vw,128px)}
.hero__title-hi{display:inline-block;background:var(--red);color:#0A0205;padding:0 .18em;border-radius:6px;transform:skewX(-10deg);position:relative;top:-4px}
.hero__title-hi span{display:inline-block;transform:skewX(10deg)}
.hero__lead{font-size:14.5px;color:#D0B7BB;max-width:520px;line-height:1.7}
.hero__cta{display:flex;flex-wrap:wrap;gap:14px;margin-top:4px}
.hero__media{position:relative;display:flex;align-items:center;justify-content:center;min-height:560px}
.hero__img{max-width:520px;width:100%;height:auto;filter:drop-shadow(0 30px 60px rgba(255,31,61,.35))}
.marquee{margin-top:30px;font-family:'Oswald',sans-serif;font-weight:700;font-size:clamp(54px,8.5vw,114px);text-transform:uppercase;color:transparent;-webkit-text-stroke:1px rgba(255,31,61,.35);white-space:nowrap;overflow:hidden;letter-spacing:.02em;line-height:1}

.sec{padding:80px 0;position:relative}
.sec__head{margin-bottom:60px}
.sec__title{font-size:clamp(54px,8vw,112px);margin-top:8px}
.sec__title-hi{color:var(--red)}

.games{display:grid;grid-template-columns:repeat(6,1fr);gap:18px;align-items:start;padding-top:30px;padding-bottom:30px}
.game{background:linear-gradient(180deg,rgba(50,10,20,.7) 0%,rgba(20,4,10,.7) 100%);border:1px solid var(--line);border-radius:22px;padding:16px;display:flex;flex-direction:column;min-height:300px;box-shadow:0 18px 40px rgba(0,0,0,.45),inset 0 0 30px rgba(255,31,61,.05)}
.game:nth-child(1){transform:translateY(-12px) rotate(-2deg)}
.game:nth-child(2){transform:translateY(22px) rotate(1.5deg)}
.game:nth-child(3){transform:translateY(-6px) rotate(-1deg)}
.game:nth-child(4){transform:translateY(18px) rotate(2deg)}
.game:nth-child(5){transform:translateY(-14px) rotate(-1.5deg)}
.game:nth-child(6){transform:translateY(8px) rotate(1deg)}
.game__media{display:block;margin-bottom:18px;border-radius:16px;overflow:hidden}
.game__icon{width:100%;aspect-ratio:1;object-fit:cover;background:#1a050b}
.game__title{font-family:'Oswald',sans-serif;font-weight:700;font-size:16px;letter-spacing:.02em;text-transform:uppercase;color:var(--cream);margin-bottom:10px;line-height:1.15}
.game__title a{color:inherit}
.game__title a:hover{color:var(--red)}
.game__desc{font-size:12.5px;color:#B79096;line-height:1.55;margin-bottom:auto;flex:1}
.game__cta{margin-top:18px;font-size:11px;font-weight:700;letter-spacing:.22em;text-transform:uppercase;color:var(--red);display:inline-flex;align-items:center;gap:8px}
.game__cta:hover{color:var(--red-2)}

.about{padding:60px 0 100px;position:relative;overflow:hidden}
.about__grid{display:grid;grid-template-columns:.32fr .68fr;gap:40px;align-items:center}
.about__side{font-family:'Oswald',sans-serif;font-weight:700;font-size:clamp(36px,5vw,72px);text-transform:uppercase;color:var(--cream);writing-mode:vertical-rl;transform:rotate(180deg);line-height:1;letter-spacing:.04em;justify-self:start;align-self:center}
.stack{position:relative;padding:30px}
.stack__back{position:absolute;inset:0;background:linear-gradient(180deg,rgba(50,8,20,.45) 0%,rgba(20,4,10,.45) 100%);border:1px solid var(--line);border-radius:28px;box-shadow:0 24px 60px rgba(0,0,0,.45)}
.stack__back--1{transform:translate(28px,-18px) rotate(4deg)}
.stack__back--2{transform:translate(-12px,18px) rotate(-3deg)}
.stack__main{position:relative;background:linear-gradient(180deg,rgba(60,10,24,.78) 0%,rgba(24,4,12,.78) 100%);border:1px solid var(--line);border-radius:28px;padding:48px 44px;box-shadow:0 24px 60px rgba(0,0,0,.55)}
.about__title{font-size:clamp(40px,5.2vw,72px);margin-bottom:24px}
.about__lead{font-size:14.5px;color:#C9ADB1;line-height:1.7;margin-bottom:30px}
.about__chips{display:flex;flex-wrap:wrap;gap:14px;margin-top:14px}
.about__chip{display:inline-flex;align-items:center;justify-content:center;height:54px;min-width:130px;padding:0 28px;background:rgba(30,4,10,.85);border:1.5px solid var(--red);border-radius:14px;box-shadow:0 0 28px rgba(255,31,61,.4),inset 0 0 22px rgba(255,31,61,.20);color:var(--cream);font-size:12px;font-weight:600;letter-spacing:.18em;text-transform:uppercase}

.world{padding:70px 0;position:relative}
.world__grid{display:grid;grid-template-columns:.95fr 1.05fr;gap:36px;align-items:stretch}
.world__card{background:linear-gradient(180deg,rgba(50,10,20,.55) 0%,rgba(22,4,10,.55) 100%);border:1px solid var(--line);border-radius:28px;padding:54px 44px;display:flex;flex-direction:column;gap:24px;justify-content:center;transform:rotate(-1deg);box-shadow:0 24px 60px rgba(0,0,0,.45)}
.world__title{font-size:clamp(40px,5vw,68px);line-height:1}
.world__title-hi{color:var(--red)}
.world__lead{font-size:14px;color:#B79096;line-height:1.7;margin-bottom:18px}
.world__media{border-radius:28px;overflow:hidden;border:1px solid var(--line);background:#180410;min-height:430px;display:flex;align-items:center;justify-content:center;transform:rotate(1deg)}
.world__media img{width:100%;height:100%;object-fit:cover}

.moods{padding:70px 0 110px}
.moods__title{font-size:clamp(48px,7vw,104px);margin-bottom:50px}
.moods__title-hi{color:var(--red)}
.moods__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.mood{background:linear-gradient(180deg,rgba(50,10,20,.5) 0%,rgba(18,3,8,.5) 100%);border:1px solid var(--line-soft);border-radius:22px;padding:34px 30px;min-height:230px;display:flex;flex-direction:column;gap:18px}
.mood__num{font-family:'Oswald',sans-serif;font-weight:700;font-size:38px;color:var(--red);line-height:1}
.mood__name{font-size:13px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:#fff;margin-top:8px}
.mood__txt{font-size:13.5px;color:#B79096;line-height:1.65}

.footer{padding:50px 0 40px;border-top:1px solid rgba(255,31,61,.12)}
.footer__grid{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:36px;align-items:start;margin-bottom:30px}
.footer__brand{display:flex;align-items:center;gap:8px;margin-bottom:18px}
.footer__brand::before{content:"";width:4px;height:18px;background:var(--red);border-radius:2px}
.footer__brand-name{font-family:'Inter',sans-serif;font-weight:800;font-size:14px;letter-spacing:.22em;text-transform:uppercase;color:#fff}
.footer__info{display:flex;flex-direction:column;gap:10px;font-size:13.5px;color:#C0A9AC;line-height:1.5}
.footer__info a{color:#C0A9AC}
.footer__info a:hover{color:var(--red)}
.footer__links{display:flex;flex-direction:column;gap:12px;font-size:14px}
.footer__links a{color:#D8C0C4}
.footer__links a:hover{color:var(--red)}
.footer__divider{height:1px;background:rgba(255,31,61,.12);margin:20px 0 18px}
.footer__bot{display:flex;flex-direction:column;align-items:center;gap:22px}
.footer__copy{font-size:13px;color:#8C6F73}
.footer__socials{display:flex;gap:16px}
.footer__social{width:60px;height:60px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;color:#fff;font-size:22px;font-weight:700;font-family:Arial,sans-serif}
.footer__social--x{background:#1DA1F2}
.footer__social--f{background:#1877F2}

.cookie{display:none;position:fixed;bottom:24px;left:24px;z-index:80;background:#0A0205;border:1px solid var(--line);border-radius:24px;padding:34px 36px;max-width:480px;width:calc(100% - 32px);box-shadow:0 24px 60px rgba(0,0,0,.7)}
.cookie.is-visible{display:block}
.cookie__title{font-family:'Oswald',sans-serif;font-weight:700;font-size:42px;letter-spacing:.02em;text-transform:uppercase;color:var(--cream);line-height:.95;margin-bottom:16px}
.cookie__text{font-size:13.5px;color:#C0A9AC;line-height:1.55;margin-bottom:22px}
.cookie__buttons{display:flex;gap:10px;flex-wrap:wrap}
.cookie__btn{padding:14px 28px;border-radius:999px;font-size:12px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;text-align:center}
.cookie__btn--accept{background:var(--red);color:#fff;box-shadow:0 10px 26px rgba(255,31,61,.4)}
.cookie__btn--learn{background:#1A030A;color:#fff;border:1px solid var(--line)}

.gamesPage{padding:50px 0 110px}
.gamesPage__head{margin-bottom:50px}

.legal{padding:50px 0 90px}
.legal__card{background:linear-gradient(180deg,rgba(60,10,24,.55) 0%,rgba(22,4,10,.6) 100%);border:1px solid var(--line);border-radius:28px;padding:54px 48px;position:relative}
.legal__title{font-size:clamp(44px,6vw,84px);margin-bottom:24px}
.legal__body{display:flex;flex-direction:column;gap:12px;font-size:13.5px;color:#C9ADB1;line-height:1.7}
.legal__body p{font-size:13.5px}
.legal__body h3{font-size:15px;font-weight:700;color:#fff;margin-top:14px}
.legal__body ul{display:flex;flex-direction:column;gap:8px;padding-left:20px;list-style:disc}
.legal__body li{font-size:13.5px;color:#C9ADB1}
.legal__body a{color:var(--red);text-decoration:underline}

.detail{padding:50px 0 90px}
.detail__row{display:grid;grid-template-columns:1fr 1fr 1fr;gap:24px;align-items:stretch;padding-top:20px;padding-bottom:20px}
.detail__cell{position:relative;padding:18px}
.detail__cell-back{position:absolute;inset:14px;background:linear-gradient(180deg,rgba(45,8,18,.5) 0%,rgba(20,4,10,.5) 100%);border:1px solid var(--line);border-radius:22px;pointer-events:none}
.detail__cell-back--1{transform:translate(18px,-12px) rotate(3deg)}
.detail__cell-back--2{transform:translate(-14px,16px) rotate(-3deg)}
.detail__card{position:relative;background:linear-gradient(180deg,rgba(60,10,24,.75) 0%,rgba(22,4,10,.75) 100%);border:1px solid var(--line);border-radius:22px;padding:38px 32px;display:flex;flex-direction:column;gap:18px;min-height:540px;z-index:2;box-shadow:0 20px 50px rgba(0,0,0,.5)}
.detail__cell--left .detail__card{transform:rotate(-1.5deg)}
.detail__cell--mid .detail__card{transform:rotate(1.5deg)}
.detail__title{font-size:clamp(36px,4.5vw,60px);line-height:1}
.detail__lead{font-size:14px;color:#C9ADB1;line-height:1.7;flex:1}
.detail__cta{margin-top:8px;align-self:flex-start}
.detail__media{border-radius:24px;overflow:hidden;border:1px solid var(--line);background:#180410;min-height:540px;box-shadow:0 20px 50px rgba(0,0,0,.5)}
.detail__media img{width:100%;height:100%;object-fit:cover}

@media (max-width:1024px){
  .hero__grid{grid-template-columns:1fr;gap:30px}
  .hero__media{min-height:auto;justify-content:flex-start}
  .games{grid-template-columns:1fr 1fr 1fr;padding-top:40px;padding-bottom:40px}
  .about__grid{grid-template-columns:1fr;gap:20px}
  .about__side{writing-mode:horizontal-tb;transform:none;font-size:clamp(36px,7vw,60px)}
  .world__grid{grid-template-columns:1fr}
  .moods__grid{grid-template-columns:1fr}
  .footer__grid{grid-template-columns:1fr 1fr;gap:24px}
  .footer__col--legal{grid-column:span 2}
  .detail__row{grid-template-columns:1fr;gap:18px}
  .detail__card,.detail__media{min-height:auto}
  .detail__cell--left .detail__card,.detail__cell--mid .detail__card{transform:none}
  .detail__cell-back{display:none}
  .world__card,.world__media{transform:none}
}

@media (max-width:768px){
  .nav{display:none}
  .burger{display:inline-block}
  .header{padding:18px 0}
  .header__inner{padding:10px 14px 10px 16px;border-radius:18px}
  .wrap{padding:0 16px}
  .games{grid-template-columns:1fr;padding:0}
  .game:nth-child(n){transform:none}
  .moods__grid{grid-template-columns:1fr}
  .footer__grid{grid-template-columns:1fr}
  .footer__col--legal{grid-column:auto}
  .stack{padding:0}
  .stack__back{display:none}
  .stack__main{padding:34px 26px}
  .world__card{padding:34px 26px}
  .legal__card{padding:36px 24px}
  .detail__card{padding:28px 22px}
  .sec{padding:50px 0}
  .moods{padding:50px 0 70px}
  .cookie{left:14px;right:14px;bottom:14px;max-width:none;padding:28px 24px}
  .cookie__title{font-size:34px}
  .footer{padding:40px 0 30px}
  .footer__social{width:52px;height:52px}
}
