:root { color-scheme: light; }
html { scroll-behavior: smooth; }
body {
  min-height: 100vh;
  background: radial-gradient(circle at 12% 12%, #f3d8ce, transparent 36%),
              radial-gradient(circle at 86% 24%, #e8e4d5, transparent 30%),
              #f8efe9;
  color: #352937;
  font-family: "Nunito Sans", system-ui, sans-serif;
  line-height: 1.7;
}
a { color: #78435a; }
a:hover { color: #a8546d; }
.container { max-width: 1200px; padding-inline: clamp(16px, 3vw, 30px); }
header#header {
  background: #513248;
  border-bottom: 1px solid #755567;
  box-shadow: 0 8px 28px rgba(56, 41, 58, .15);
}
.header-bar { min-height: 72px; gap: 20px; }
.logo-text {
  color: #fff9f1;
  font-family: Georgia, serif;
  font-size: clamp(1.45rem, 2.8vw, 2rem);
  font-weight: 700;
  letter-spacing: .025em;
  text-transform: none;
  filter: none;
  text-shadow: none;
}
.menu-link, .menu-link-mobile { color: #fff8f0; text-shadow: none; font-size: 15px; font-weight: 700; }
.menu-link:hover { background: #744a60; }
.icon-menu-mobile svg { fill: #fff8f0; }
.icon-menu-mobile { padding: 0; border: 0; background: transparent; cursor: pointer; }
.nav-mobile-controler>ul>li { background: #513248; border-bottom: 1px solid #755567; }
#game-page { padding: clamp(16px, 3vw, 34px) 0 56px; }
#game-page>.container>.row:first-child { margin-bottom: 22px; }
#game-page>.container>br { display: none; }
.game-player { border: 1px solid rgba(75, 45, 62, .18); border-radius: 20px; overflow: hidden; box-shadow: 0 22px 52px rgba(76, 46, 63, .18); }
.game-player .header-game { background: #513248; }
.uk-p10 { padding: clamp(20px, 3.3vw, 48px); background: #fffaf6; border: 1px solid #e8d7d0; border-radius: 20px; box-shadow: 0 18px 45px rgba(75, 45, 62, .08); }
.frame-box-game { background: transparent; }
.text-area { color: #352937; line-height: 1.75; overflow: visible; }
.text-area h1, .text-area h2, .text-area h3, .text-area h4 { font-family: Georgia, serif; text-transform: none; letter-spacing: -.02em; color: #4a2b3f; }
.text-area--content { max-width: 790px; margin: 0 auto; font-size: 17px; }
.text-area--content h2 { margin: 2.1em 0 .55em; font-size: clamp(1.5rem, 3vw, 2rem); line-height: 1.22; }
.text-area--content h2:first-child { margin-top: .7em; }
.text-area--content p { margin: 0 0 1.1em; }
.text-area--content strong { color: #573449; }
.text-area--content ul { padding-left: 25px; margin: 1em 0 1.3em; }
.text-area--content li { margin: .4em 0; }
.text-area a { color: #8d3f59; text-decoration: underline; text-underline-offset: 2px; }
.bread-crumb { margin-bottom: 16px; font-size: 13px; font-weight: 700; color: #865c70; }
.bread-crumb-item { color: #865c70; }
.text-area--content .content-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.text-area--content .content-gallery-item { margin: 0; background: #f7ebe6; border: 1px solid #ead5ce; border-radius: 14px; overflow: hidden; }
.text-area--content .content-gallery-item img { margin: 0; width: 100%; max-width: none; border-radius: 8px; }
.text-area--content .content-gallery-item figcaption { color: #695965; font-size: 14px; line-height: 1.4; }
.text-area--content .article-figure { width: min(100%, 680px); margin: 28px 0 36px; padding: 10px; background: #f7ebe6; border: 1px solid #ead5ce; border-radius: 14px; box-shadow: 0 10px 28px rgba(75, 45, 62, .08); }
.text-area--content .article-figure--right { margin-left: auto; }
.text-area--content .article-figure--left { margin-right: auto; }
.text-area--content .article-figure img { display: block; width: 100%; max-width: none; height: auto; margin: 0; border-radius: 8px; }
.text-area--content .article-figure figcaption { margin: 9px 3px 2px; color: #695965; font-size: 14px; line-height: 1.45; }
.text-area--content .content-faq-item { padding: 16px 18px; margin-top: 10px; background: #f8efe9; border-left: 3px solid #a8546d; border-radius: 8px; }
.text-area--content .content-faq-item p { margin: 0; }
.text-area--content .content-faq-item p+p { margin-top: 6px; }
.legal-document__header { background: #513248 !important; border-color: #a8788b !important; }
.legal-document__section { color: #352937; }
.site-footer { margin-top: 0 !important; }
@media(max-width: 700px) {
  .header-bar { min-height: 62px; }
  .game-player { border-radius: 14px; }
  .game-player__stage { max-height: 460px; }
  .text-area--content { font-size: 16px; }
  .text-area--content .content-gallery { grid-template-columns: 1fr; }
  .text-area--content .article-figure { margin: 24px 0 32px; padding: 7px; }
  .uk-p10 { padding: 22px 18px; }
}
