:root{color-scheme:dark;--background:#0d0716;--text:#fffdff;--header:#20222b;--footer:#00030f;--accent:#1d9d0d;--accent-hover:#177c0a;--border:#4e7a62;--muted:#c5c1cb}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:24px}body{margin:0;min-width:320px;background:var(--background);color:var(--text);font:18px/1.6 Arial,Helvetica,sans-serif}body.menu-open{overflow:hidden}a{color:inherit;text-underline-offset:4px}a:hover{text-decoration:underline}button{font:inherit;cursor:pointer}button,a{-webkit-tap-highlight-color:transparent}button:disabled{cursor:default}button:focus-visible,a:focus-visible,summary:focus-visible,[tabindex]:focus-visible{outline:3px solid #c1f4a8;outline-offset:5px}[hidden]{display:none!important}img{max-width:100%;height:auto;display:block}h1,h2,h3{line-height:1.22;overflow-wrap:anywhere}h1{font-size:34px;margin:0 0 20px}h2{font-size:30px;margin:36px 0 18px}h3{font-size:24px;margin:28px 0 16px}p{margin:0 0 20px}li{margin:8px 0}section{scroll-margin-top:24px}strong{font-weight:700}.skip-link{position:fixed;top:-80px;left:15px;background:white;color:black;padding:12px;z-index:200}.skip-link:focus{top:10px}
.site-header{background:var(--header);padding:10px 24px}.header-inner{max-width:1200px;min-height:78px;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:20px}.wordmark{font-size:24px;font-weight:800;letter-spacing:-1px;white-space:nowrap;text-decoration:none}.wordmark span{color:#8ce17d}.header-nav ul{list-style:none;padding:0;margin:0;display:flex;align-items:center;gap:19px}.header-nav a,.header-nav [aria-current]{font-size:16px;font-weight:600;text-decoration:none;white-space:nowrap}.header-nav a:hover{text-decoration:underline}.header-nav [aria-current]{text-decoration:underline;text-underline-offset:7px}.nav-group{position:relative;display:flex;align-items:center;gap:4px}.submenu-toggle{border:0;background:transparent;color:var(--text);padding:8px;font-size:18px;min-width:30px}.header-nav .submenu{position:absolute;top:100%;left:50%;transform:translateX(-50%);width:240px;padding:18px;background:var(--background);border:1px solid var(--border);border-radius:15px;display:block;z-index:20}.submenu li{margin:7px 0}.header-nav .submenu a{white-space:normal}.header-actions{display:flex;gap:10px}.button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:11px 20px;border:0;border-radius:16px;background:var(--accent);color:white;font-size:16px;line-height:1.4;font-weight:700;text-decoration:none;text-align:center;transition:background .2s,transform .2s}.button:hover{background:var(--accent-hover);text-decoration:none;transform:translateY(-1px)}.button--light{background:var(--text);color:var(--background)}.button--light:hover{background:#dedbe2}.menu-toggle,.menu-close,.mobile-register{display:none}.menu-backdrop{position:fixed;inset:0;background:#20202088;backdrop-filter:blur(4px);z-index:90}
.page-shell{padding:0 24px}.container{max-width:1200px;margin:auto;padding:32px}.intro{margin-bottom:28px}.intro p{line-height:1.45}.byline{font-size:14px;color:var(--muted)}.hero{position:relative;border-radius:22px;overflow:hidden;aspect-ratio:16/7;max-height:400px;box-shadow:3px 3px 15px #000}.hero picture,.hero picture img{width:100%;height:100%;display:block}.hero img{object-fit:cover;object-position:center}.hero::after{content:"";position:absolute;inset:0;background:#0007;pointer-events:none}.hero-copy{position:absolute;z-index:1;left:50%;top:50%;transform:translate(-50%,-50%);background:#160e0cb3;backdrop-filter:blur(6px);box-shadow:0 18px 45px #0006;border-radius:30px;padding:30px 24px;width:min(90%,480px);text-align:center}.hero-copy p{font-size:24px;line-height:1.3;margin:0 0 22px}.hero-copy .button{font-size:20px;text-transform:uppercase;padding:16px 24px;border-radius:20px}.hero-copy .responsible-line{font-size:14px;margin:12px 0 0;color:white}
.toc{margin:30px 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.toc-toggle{width:100%;display:flex;justify-content:space-between;align-items:center;gap:16px;background:none;border:0;padding:20px 0;color:var(--text);font-size:20px;font-weight:700;text-align:left}.toc-toggle::after{content:"+";font-size:25px}.toc-toggle[aria-expanded=true]::after{content:"−"}.toc-list{margin:0;padding:0 0 22px 24px;columns:2;column-gap:40px;font-size:16px}.toc-list li{break-inside:avoid;padding-left:4px}.game-gallery{margin:34px 0 44px}.game-gallery>p{font-size:16px;color:var(--muted)}.game-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:20px}.game-card{min-width:0}.game-card figure{position:relative;margin:0;aspect-ratio:385/500;overflow:hidden;border-radius:10px;background:#20222b}.game-card img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.game-card__action{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:#0008;opacity:0;transition:opacity .2s}.game-card:focus-within .game-card__action,.game-card:hover .game-card__action{opacity:1}.game-card:hover img{transform:scale(1.03)}.game-card__name{margin:10px 0 0;font-size:14px;line-height:1.35;color:var(--muted)}.game-card .button{padding:10px 16px;font-size:14px;min-height:42px}
.article section{margin:40px 0}.article p{line-height:1.5}.article ul,.article ol{padding-left:28px}.table-wrap{max-width:100%;overflow:auto;border-radius:15px;margin:24px 0;scrollbar-color:var(--accent) var(--header)}table{width:100%;border-collapse:collapse;background:var(--text);color:var(--background);font-size:18px;line-height:1.4}th{background:var(--accent);color:white;text-align:left;font-weight:600}th,td{padding:12px 14px;vertical-align:top}tbody tr+tr{border-top:1px solid var(--border)}.cta-row{display:flex;justify-content:center;margin:36px 0}.cta-row .button{font-size:20px;min-width:250px;padding:15px 24px;border-radius:20px}.faq-list{display:grid;gap:20px;margin-top:24px}.faq-item{padding:18px 16px;background:var(--border);border:1px solid #ffffff10;border-radius:18px}.faq-item h3{margin:0}.faq-toggle{display:flex;align-items:center;justify-content:space-between;gap:20px;border:0;background:none;color:var(--text);padding:0;width:100%;font-size:20px;font-weight:700;text-align:left;line-height:1.35}.faq-toggle::after{content:"+";font-size:25px}.faq-toggle[aria-expanded=true]::after{content:"−"}.faq-answer{padding-top:16px;margin-top:16px;border-top:1px solid var(--header)}.faq-answer p:last-child{margin-bottom:0}.breadcrumb{display:flex;flex-wrap:wrap;gap:10px;font-size:14px;color:var(--muted);margin:0 0 28px}.landing-intro{max-width:900px}.landing-content{min-height:45vh}.notice{border-left:3px solid var(--border);padding-left:20px;color:var(--muted);font-size:16px}.page-links{display:flex;flex-wrap:wrap;gap:12px 24px;margin:30px 0}.site-footer{background:var(--footer);padding:40px 24px;text-align:center}.footer-inner{max-width:1100px;margin:auto}.footer-nav{display:flex;flex-wrap:wrap;justify-content:center;gap:18px 30px;margin-bottom:32px}.footer-nav a,.footer-nav span{font-weight:600;font-size:16px;text-decoration:none}.footer-nav a:hover{text-decoration:underline}.footer-resources{display:flex;gap:16px 26px;justify-content:center;align-items:center;flex-wrap:wrap;margin:25px 0 18px}.age-mark{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;border:2px solid currentColor;border-radius:50%;width:46px;height:46px;font-size:18px}.footer-notice{font-size:14px;line-height:1.6;color:var(--muted);max-width:850px;margin:18px auto}.footer-date,.copyright{font-size:14px;margin:12px 0}.back-top{position:fixed;bottom:30px;right:30px;border:0;border-radius:15px;width:52px;height:52px;background:var(--text);color:var(--background);font-size:26px;box-shadow:0 3px 15px #0005;z-index:30}.redirect-page{max-width:700px;margin:15vh auto;padding:24px}
.hero{width:100%}.hero+.intro{margin-top:28px}
@media(max-width:1200px){.header-inner{gap:14px}.header-nav ul{gap:12px}.wordmark{font-size:22px}.header-actions .button{padding:10px 14px}}
@media(max-width:1100px){.page-shell{padding:0}.game-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.header-nav ul{gap:10px}.header-nav a,.header-nav [aria-current]{font-size:14px}.header-inner{gap:12px}.header-actions .button{font-size:14px;padding:10px 12px}}
@media(max-width:992px){.game-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.site-header{padding:10px 20px}.header-inner{min-height:70px}.menu-toggle,.menu-close{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;background:transparent;color:white;border:0;font-size:28px}.menu-toggle{order:3}.mobile-register{display:inline-flex;margin-left:auto}.header-nav{position:fixed;inset:0 auto 0 0;width:min(85vw,360px);height:100dvh;overflow-y:auto;padding:22px;background:var(--background);z-index:100;visibility:hidden;transform:translateX(-100%);transition:transform .25s,visibility .25s}.header-nav.is-open{transform:translateX(0);visibility:visible}.menu-close{margin:0 0 20px auto}.header-nav ul{display:flex;flex-direction:column;align-items:stretch;gap:0}.header-nav li{margin:0;border-bottom:1px solid #ffffff12;padding:12px 0}.header-nav a,.header-nav [aria-current]{font-size:18px}.header-nav .nav-group{flex-wrap:wrap}.submenu-toggle{margin-left:auto;min-width:44px;min-height:44px}.header-nav .submenu{position:static;transform:none;flex-basis:100%;width:100%;border:0;padding:10px 0 0 12px}.header-nav .submenu li{border:0}.header-nav .submenu a{font-size:16px}.header-actions{position:fixed;bottom:0;left:0;width:100%;height:70px;background:var(--header);padding:12px 20px;z-index:40;gap:15px}.header-actions .button{flex:1;font-size:16px}.site-footer{margin-bottom:70px}.back-top{bottom:84px;right:20px}}
@media(max-width:767px){.container{padding:20px}.game-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}h1{font-size:32px}h2{font-size:28px}h3{font-size:22px}.toc-list{columns:1}.hero-copy{padding:20px}.hero-copy p{font-size:20px}.hero-copy .button{font-size:18px}.hero-copy .responsible-line{font-size:14px}.game-card__action{opacity:1;background:linear-gradient(transparent 50%,#0009);align-items:flex-end;padding:12px}.article section{margin:32px 0}}
@media(max-width:576px){body{font-size:17px}.hero{aspect-ratio:4/3;max-height:none}.hero-copy{width:90%;border-radius:24px;padding:20px 14px}.hero-copy p{font-size:19px;margin-bottom:16px}.hero-copy .button{font-size:16px;padding:13px 18px}.hero-copy .responsible-line{margin-top:10px}h1{font-size:28px}h2{font-size:24px}h3{font-size:20px}table{font-size:15px}th,td{padding:10px;overflow-wrap:anywhere}.footer-nav{flex-direction:column;align-items:center;gap:14px}.footer-resources{flex-direction:column}.site-footer{padding:32px 20px}.faq-toggle{font-size:18px}.wordmark{font-size:23px}.mobile-register{font-size:14px;padding:10px 12px}.header-inner{gap:8px}.header-nav .submenu a{font-size:16px}}
@media(max-width:359px){.site-header{padding:10px 14px}.wordmark{font-size:20px}.container{padding:18px}.mobile-register{padding:10px;font-size:13px}.hero-copy p{font-size:17px}.hero-copy .responsible-line{font-size:12px}.hero-copy{padding:16px 12px}.hero-copy .button{padding:10px 14px}.game-card .button{font-size:13px;padding:9px 12px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition:none!important}}
