:root{--sgr-bg: #0a3661;--sgr-bg-2: #0c2f54;--sgr-line: #7dd3fc;--sgr-line-dim: rgba(125, 211, 252, .18);--sgr-amber: #ffb547;--sgr-cream: #f7eed8;--sgr-cream-dim: rgba(247, 238, 216, .66)}*{box-sizing:border-box}html,body{margin:0;padding:0}body{background:var(--sgr-bg);color:var(--sgr-cream);font-family:Roboto Mono,ui-monospace,monospace;font-size:14.5px;line-height:1.55;font-weight:300;-webkit-font-smoothing:antialiased;background-image:linear-gradient(var(--sgr-line-dim) 1px,transparent 1px),linear-gradient(90deg,var(--sgr-line-dim) 1px,transparent 1px);background-size:40px 40px;background-attachment:fixed}a{color:var(--sgr-amber);text-decoration:none}a:hover{color:var(--sgr-cream)}button{font-family:inherit;cursor:pointer}img{display:block;max-width:100%}.sgr{min-height:100vh}.sgr-title{display:grid;grid-template-columns:1.6fr 1fr .8fr 2.4fr .9fr;background:var(--sgr-bg-2);border-bottom:1px solid var(--sgr-line)}.sgr-title__cell{padding:8px 14px;border-right:1px solid var(--sgr-line-dim);display:flex;flex-direction:column;gap:2px;min-width:0}.sgr-title__cell:last-child{border-right:none}.sgr-title__cell--brand strong{color:var(--sgr-cream);letter-spacing:.12em}.sgr-title__cell--warn strong{color:var(--sgr-amber)}.sgr-title__cell--warn{background:#ffb5470f}.sgr-title__k{font-size:9.5px;color:var(--sgr-cream-dim);letter-spacing:.12em}.sgr-title__cell strong{font-weight:500;font-size:12px;color:var(--sgr-cream);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;letter-spacing:.04em}@media (max-width: 900px){.sgr-title{grid-template-columns:1fr 1fr}.sgr-title__cell--warn{grid-column:1 / -1}}.sgr-nav{display:flex;align-items:center;justify-content:space-between;padding:14px 22px;position:sticky;top:0;z-index:50;background:#0a3661ed;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--sgr-line);gap:16px}.sgr-nav__brand{display:flex;align-items:center;gap:10px;color:var(--sgr-line)}.sgr-nav__icon{width:30px;height:30px;color:var(--sgr-line)}.sgr-nav__name{font-weight:700;font-size:16px;letter-spacing:.14em;color:var(--sgr-cream)}.sgr-nav__sub{font-size:11px;color:var(--sgr-cream-dim);letter-spacing:.06em}.sgr-nav__links{display:flex;gap:20px}.sgr-nav__links a{font-size:12px;letter-spacing:.06em;color:var(--sgr-cream);opacity:.85;font-weight:500}.sgr-nav__links a:hover{color:var(--sgr-amber);opacity:1}.sgr-nav__cta{background:var(--sgr-amber);color:var(--sgr-bg);border:1px solid var(--sgr-amber);padding:9px 16px;font-family:inherit;font-weight:700;font-size:12px;letter-spacing:.08em;border-radius:0}.sgr-nav__cta:hover{background:var(--sgr-cream);border-color:var(--sgr-cream)}@media (max-width: 800px){.sgr-nav{flex-wrap:wrap}.sgr-nav__links{order:3;width:100%;justify-content:space-between}}.sgr-sec__head{max-width:1280px;margin:0 auto 26px}.sgr-sec__num{font-size:11px;color:var(--sgr-line);letter-spacing:.14em;font-weight:500}.sgr-sec__title{font-weight:700;font-size:28px;letter-spacing:.02em;margin:4px 0 8px;color:var(--sgr-cream)}.sgr-sec__lead{color:var(--sgr-cream-dim);font-size:14.5px;max-width:720px;margin:0}.sgr-hero{padding:50px 24px 70px;border-bottom:1px solid var(--sgr-line)}.sgr-hero__crumb{display:flex;gap:10px;max-width:1280px;margin:0 auto 22px;font-size:11px;color:var(--sgr-line);letter-spacing:.1em}.sgr-hero__inner{display:grid;grid-template-columns:1.6fr 1fr;gap:36px;max-width:1280px;margin:0 auto;padding:30px;border:1px solid var(--sgr-line);position:relative;background:#0a36618c}.sgr-hero__inner:before,.sgr-hero__inner:after,.sgr-hero__lead:before,.sgr-hero__lead:after{content:"";position:absolute;width:12px;height:12px;border:1px solid var(--sgr-amber);pointer-events:none}.sgr-hero__inner:before{top:-1px;left:-1px;border-right:none;border-bottom:none}.sgr-hero__inner:after{top:-1px;right:-1px;border-left:none;border-bottom:none}.sgr-hero__lead{position:relative}.sgr-hero__lead:before{bottom:-32px;left:-32px;border-right:none;border-top:none}.sgr-hero__lead:after{bottom:-32px;right:-32px;border-left:none;border-top:none;pointer-events:none}@media (max-width: 900px){.sgr-hero__inner{grid-template-columns:1fr}.sgr-hero__lead:before,.sgr-hero__lead:after{display:none}}.sgr-hero__title{margin:0 0 14px;line-height:1.02}.sgr-hero__t1{display:block;font-size:clamp(34px,6vw,56px);font-weight:300;color:var(--sgr-cream-dim);letter-spacing:.02em}.sgr-hero__t2{display:block;font-size:clamp(46px,8vw,78px);font-weight:700;color:var(--sgr-amber);letter-spacing:-.01em}.sgr-hero__sub{font-size:15px;color:var(--sgr-cream);opacity:.92;max-width:580px;margin:0;font-weight:300}.sgr-hero__ctas{display:flex;gap:12px;flex-wrap:wrap;margin:20px 0 22px}.sgr-hero__cta{font-family:inherit;padding:12px 20px;font-weight:700;font-size:12.5px;letter-spacing:.08em;border-radius:0;text-decoration:none}.sgr-hero__cta--amber{background:var(--sgr-amber);color:var(--sgr-bg);border:1px solid var(--sgr-amber)}.sgr-hero__cta--amber:hover{background:var(--sgr-cream);border-color:var(--sgr-cream)}.sgr-hero__cta--ghost{background:transparent;color:var(--sgr-line);border:1px solid var(--sgr-line)}.sgr-hero__cta--ghost:hover{background:#7dd3fc14}.sgr-hero__legend{display:grid;grid-template-columns:1fr 1fr;gap:6px 22px;max-width:480px}.sgr-hero__leg-row{display:flex;align-items:center;gap:10px;font-size:12px;color:var(--sgr-cream-dim);border-bottom:1px dashed var(--sgr-line-dim);padding:4px 0}.sgr-hero__leg-k{display:inline-flex;width:22px;height:22px;align-items:center;justify-content:center;border:1px solid var(--sgr-amber);color:var(--sgr-amber);font-weight:700;font-size:11px;flex-shrink:0}.sgr-hero__callout{position:relative;display:flex;align-items:flex-start}.sgr-hero__callout-line{position:absolute;left:-30px;top:28px;width:28px;height:1px;background:var(--sgr-amber)}.sgr-hero__callout-line:after{content:"";position:absolute;left:-4px;top:-3px;width:7px;height:7px;border-radius:50%;border:1px solid var(--sgr-amber);background:var(--sgr-bg)}.sgr-hero__callout-box{flex:1;border:1px solid var(--sgr-line);padding:16px;background:#0c2f5499}.sgr-hero__callout-tag{font-size:10.5px;color:var(--sgr-line);letter-spacing:.12em;margin-bottom:6px}.sgr-hero__callout-h{font-size:11px;color:var(--sgr-cream-dim);letter-spacing:.14em}.sgr-hero__callout-name{font-size:22px;color:var(--sgr-cream);font-weight:700;letter-spacing:-.01em;margin:2px 0 4px}.sgr-hero__callout-type{font-size:11px;color:var(--sgr-line);letter-spacing:.06em;margin-bottom:12px}.sgr-hero__callout-dim{display:flex;align-items:center;gap:8px;font-size:11px;color:var(--sgr-cream-dim);letter-spacing:.04em;margin-bottom:12px}.sgr-hero__dim{color:var(--sgr-amber);font-weight:700}.sgr-hero__callout-img{width:100%;border:1px solid var(--sgr-line-dim)}.sgr-games{padding:60px 24px;border-bottom:1px solid var(--sgr-line)}.sgr-games__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;max-width:1280px;margin:0 auto}@media (max-width: 800px){.sgr-games__grid{grid-template-columns:1fr}}.sgr-game{display:flex;flex-direction:column;background:#0c2f5499;border:1px solid var(--sgr-line);position:relative}.sgr-game:before,.sgr-game:after{content:"";position:absolute;width:10px;height:10px;border:1px solid var(--sgr-amber);pointer-events:none}.sgr-game:before{top:-1px;left:-1px;border-right:none;border-bottom:none}.sgr-game:after{bottom:-1px;right:-1px;border-left:none;border-top:none}.sgr-game__hd{display:flex;align-items:center;justify-content:space-between;padding:8px 14px;border-bottom:1px solid var(--sgr-line-dim)}.sgr-game__pn{font-size:11px;color:var(--sgr-amber);letter-spacing:.1em;font-weight:500}.sgr-game__tag{font-size:10.5px;color:var(--sgr-line);letter-spacing:.1em}.sgr-game__cover{position:relative;aspect-ratio:16/9;background-size:cover;background-position:center;border-bottom:1px solid var(--sgr-line-dim)}.sgr-game__cover-lbl{position:absolute;bottom:8px;left:8px;background:#0a3661d9;color:var(--sgr-line);padding:2px 8px;font-size:10px;letter-spacing:.08em;border:1px solid var(--sgr-line)}.sgr-game__body{padding:20px 22px;display:flex;flex-direction:column;gap:10px;flex:1}.sgr-game__name{margin:0;font-size:22px;font-weight:700;letter-spacing:.01em;color:var(--sgr-cream)}.sgr-game__desc{margin:0;color:var(--sgr-cream-dim);font-size:13.5px;font-weight:300}.sgr-game__feats{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:4px 16px}.sgr-game__feats li{font-size:11px;color:var(--sgr-line);letter-spacing:.04em}.sgr-game__play{margin-top:auto;padding:11px;background:var(--sgr-amber);color:var(--sgr-bg);border:1px solid var(--sgr-amber);font-family:inherit;font-weight:700;font-size:12.5px;letter-spacing:.08em;border-radius:0}.sgr-game__play:hover{background:var(--sgr-cream);border-color:var(--sgr-cream)}.sgr-how{padding:60px 24px;border-bottom:1px solid var(--sgr-line)}.sgr-how__list{list-style:none;padding:0;margin:0 auto;max-width:1280px;display:grid;grid-template-columns:repeat(4,1fr);gap:0;border:1px solid var(--sgr-line)}.sgr-how__list li{padding:22px;border-right:1px dashed var(--sgr-line-dim);background:#0c2f5466;position:relative}.sgr-how__list li:last-child{border-right:none}@media (max-width: 900px){.sgr-how__list{grid-template-columns:repeat(2,1fr)}.sgr-how__list li:nth-child(2){border-right:none}.sgr-how__list li:nth-child(1),.sgr-how__list li:nth-child(2){border-bottom:1px dashed var(--sgr-line-dim)}}@media (max-width: 540px){.sgr-how__list{grid-template-columns:1fr}.sgr-how__list li{border-right:none;border-bottom:1px dashed var(--sgr-line-dim)}.sgr-how__list li:last-child{border-bottom:none}}.sgr-how__num{display:inline-block;font-size:11px;letter-spacing:.14em;color:var(--sgr-amber);border:1px solid var(--sgr-amber);padding:2px 8px;margin-bottom:14px}.sgr-how__list h3{margin:0 0 8px;font-size:15px;font-weight:700;color:var(--sgr-cream);letter-spacing:.02em}.sgr-how__list p{margin:0;color:var(--sgr-cream-dim);font-size:13px}.sgr-feat{padding:60px 24px;border-bottom:1px solid var(--sgr-line)}.sgr-feat__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;max-width:1280px;margin:0 auto}@media (max-width: 900px){.sgr-feat__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 540px){.sgr-feat__grid{grid-template-columns:1fr}}.sgr-feat__cell{position:relative;padding:20px;background:#0c2f5480;border:1px solid var(--sgr-line)}.sgr-feat__pn{position:absolute;top:6px;right:10px;font-size:10.5px;color:var(--sgr-amber);letter-spacing:.1em}.sgr-feat__icon{font-size:24px}.sgr-feat__cell h3{font-size:16px;font-weight:700;color:var(--sgr-cream);margin:12px 0 6px}.sgr-feat__cell p{margin:0;color:var(--sgr-cream-dim);font-size:13px}.sgr-faq{padding:60px 24px;border-bottom:1px solid var(--sgr-line)}.sgr-faq__list{max-width:1000px;margin:0 auto;display:flex;flex-direction:column;gap:8px}.sgr-faq__list details{background:#0c2f5480;border:1px solid var(--sgr-line-dim);padding:14px 18px}.sgr-faq__list details[open]{border-color:var(--sgr-amber)}.sgr-faq__list summary{list-style:none;cursor:pointer;font-size:13.5px;color:var(--sgr-cream);font-weight:500;display:flex;align-items:baseline;gap:12px;flex-wrap:wrap}.sgr-faq__list summary::-webkit-details-marker{display:none}.sgr-faq__pn{font-size:10.5px;color:var(--sgr-amber);letter-spacing:.12em;border:1px solid var(--sgr-amber);padding:1px 7px}.sgr-faq__list p{margin:12px 0 0;color:var(--sgr-cream-dim);font-size:13px;line-height:1.7;font-weight:300}.sgr-disc{padding:30px 24px;max-width:1280px;margin:0 auto;display:flex;gap:14px;align-items:flex-start;flex-wrap:wrap;border-bottom:1px solid var(--sgr-line)}.sgr-disc__tag{font-size:11px;padding:3px 10px;background:var(--sgr-amber);color:var(--sgr-bg);letter-spacing:.1em;font-weight:700;flex-shrink:0}.sgr-disc p{margin:0;color:var(--sgr-cream-dim);font-size:13px;line-height:1.7;max-width:1100px;font-weight:300}.sgr-foot{padding:0}.sgr-foot__cols{display:grid;grid-template-columns:1.6fr 1fr 1.2fr 1fr;gap:0}.sgr-foot__col{padding:28px 24px;border-right:1px dashed var(--sgr-line-dim)}.sgr-foot__col:last-child{border-right:none}@media (max-width: 980px){.sgr-foot__cols{grid-template-columns:1fr 1fr}.sgr-foot__col{border-right:1px dashed var(--sgr-line-dim);border-bottom:1px dashed var(--sgr-line-dim)}.sgr-foot__col:nth-child(2n){border-right:none}.sgr-foot__col:nth-last-child(-n+2){border-bottom:none}}@media (max-width: 600px){.sgr-foot__cols{grid-template-columns:1fr}.sgr-foot__col{border-right:none;border-bottom:1px dashed var(--sgr-line-dim)}.sgr-foot__col:last-child{border-bottom:none}}.sgr-foot__col h4{color:var(--sgr-amber);font-size:12px;font-weight:700;letter-spacing:.1em;margin:0 0 12px;text-transform:lowercase}.sgr-foot__col p,.sgr-foot__col li{color:var(--sgr-cream-dim);font-size:12.5px;line-height:1.7;font-weight:300}.sgr-foot__col ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:3px}.sgr-foot__col button{background:none;border:none;padding:0;color:var(--sgr-line);font:inherit;font-size:12.5px;cursor:pointer}.sgr-foot__col button:hover{color:var(--sgr-amber)}.sgr-foot__help li{margin-bottom:6px}.sgr-foot__small{font-size:11px;opacity:.75}.sgr-foot__copy{font-size:11px;opacity:.7;margin-top:12px}.sgr-foot__bar{display:flex;justify-content:space-between;padding:8px 22px;background:var(--sgr-bg-2);border-top:1px solid var(--sgr-line);font-size:11px;color:var(--sgr-line);letter-spacing:.1em}.sgr-age{min-height:100vh;padding:40px 24px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;text-align:center;background:linear-gradient(var(--sgr-line-dim) 1px,transparent 1px),linear-gradient(90deg,var(--sgr-line-dim) 1px,transparent 1px),var(--sgr-bg);background-size:40px 40px,40px 40px,auto;color:var(--sgr-cream);font-family:Roboto Mono,monospace}.sgr-age__mark{display:inline-block;padding:6px 14px;background:var(--sgr-amber);color:var(--sgr-bg);font-size:22px;font-weight:700;letter-spacing:.1em}.sgr-age__title{margin:0;font-size:22px;font-weight:700;letter-spacing:.04em;color:var(--sgr-cream)}.sgr-age__sub{max-width:560px;color:var(--sgr-cream-dim);font-size:14px;font-weight:300}.sgr-age__lbl{font-size:11px;letter-spacing:.14em;color:var(--sgr-line);margin:8px 0 0}.sgr-age__select{width:100%;max-width:360px;padding:11px 14px;background:var(--sgr-bg-2);color:var(--sgr-cream);border:1px solid var(--sgr-line);font-family:inherit;font-size:13.5px}.sgr-age__check{display:flex;align-items:flex-start;gap:10px;max-width:480px;text-align:left;font-size:12.5px;color:var(--sgr-cream-dim)}.sgr-age__check input{margin-top:3px;accent-color:var(--sgr-amber)}.sgr-age__yesno{display:flex;gap:12px;margin-top:6px;flex-wrap:wrap;justify-content:center}.sgr-age__btn{font-family:inherit;padding:12px 22px;font-weight:700;font-size:12.5px;letter-spacing:.08em;border-radius:0}.sgr-age__btn--yes{background:var(--sgr-amber);color:var(--sgr-bg);border:1px solid var(--sgr-amber)}.sgr-age__btn--yes:hover{background:var(--sgr-cream);border-color:var(--sgr-cream)}.sgr-age__btn--no{background:transparent;color:var(--sgr-cream);border:1px solid var(--sgr-line)}.sgr-age__btn--no:hover{background:#7dd3fc14}.sgr-age__err{color:var(--sgr-bg);background:var(--sgr-amber);padding:8px 14px;font-size:12px;font-weight:700;max-width:480px}.sgr-age__exit{color:var(--sgr-cream-dim);font-size:11px;letter-spacing:.08em;margin-top:12px}.sgr-boot{min-height:100vh;display:grid;place-items:center;background:var(--sgr-bg);position:relative;overflow:hidden}.sgr-boot__grid{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(var(--sgr-line-dim) 1px,transparent 1px),linear-gradient(90deg,var(--sgr-line-dim) 1px,transparent 1px);background-size:28px 28px}.sgr-boot__core{position:relative;text-align:center;padding:22px 28px;border:1px solid var(--sgr-line);background:#0c2f54b3}.sgr-boot__rev{font-size:11px;color:var(--sgr-line);letter-spacing:.14em}.sgr-boot__line{font-weight:700;font-size:14px;letter-spacing:.1em;color:var(--sgr-amber);margin-top:6px}.sgr-boot__bar{width:220px;height:4px;background:var(--sgr-bg-2);border:1px solid var(--sgr-line);margin:14px auto 10px;overflow:hidden}.sgr-boot__bar span{display:block;height:100%;background:var(--sgr-amber);animation:sgr-fill 1.6s ease-in-out infinite}@keyframes sgr-fill{0%{width:0}60%{width:80%}to{width:100%}}.sgr-boot__hint{font-size:11px;letter-spacing:.08em;color:var(--sgr-cream-dim)}.sgr-frame{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9998;background:#000}.sgr-frame__iframe{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:none}.sgr-frame__close{position:fixed;top:12px;right:12px;z-index:10000;background:var(--sgr-amber);color:var(--sgr-bg);border:1px solid var(--sgr-amber);padding:8px 16px;font-family:Roboto Mono,monospace;font-weight:700;font-size:12px;letter-spacing:.08em}.sgr-frame__close:hover{background:var(--sgr-cream);border-color:var(--sgr-cream)}.sgr-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:70;display:flex}.sgr-modal--right{justify-content:flex-end}.sgr-modal--left{justify-content:flex-start}.sgr-modal__scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:#051b31b3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.sgr-modal__panel{position:relative;width:min(540px,100%);height:100%;background:var(--sgr-bg);border-left:1px solid var(--sgr-line);display:flex;flex-direction:column}.sgr-modal__head{display:flex;align-items:center;justify-content:space-between;padding:16px 22px;border-bottom:1px solid var(--sgr-line);background:var(--sgr-bg-2)}.sgr-modal__title{margin:0;font-size:13px;font-weight:700;letter-spacing:.06em;color:var(--sgr-amber)}.sgr-modal__close{background:transparent;border:1px solid var(--sgr-line);color:var(--sgr-cream);width:32px;height:32px;font-size:18px;cursor:pointer}.sgr-modal__body{padding:22px;overflow-y:auto;color:var(--sgr-cream);font-size:13px;line-height:1.65;font-weight:300}.sgr-modal__body h3{color:var(--sgr-amber);font-size:13px;font-weight:700;letter-spacing:.06em;margin:20px 0 8px}.sgr-modal__body p,.sgr-modal__body li{color:var(--sgr-cream);font-size:13px}.sgr-modal__body ul{padding-left:18px}.sgr-modal__body a{color:var(--sgr-line)}.cv-box{padding:12px 14px;margin:12px 0;border-radius:0;font-size:12.5px;line-height:1.6;border:1px solid var(--sgr-line);background:#7dd3fc0d}.cv-box--warn{background:#ffb54714;border-color:var(--sgr-amber);border-left-width:3px;color:var(--sgr-cream)}.cv-box--info{background:#7dd3fc0f;border-color:var(--sgr-line);border-left-width:3px;color:var(--sgr-cream)}.sgr-cookie{position:fixed;left:16px;right:16px;bottom:16px;z-index:80;background:var(--sgr-bg);border:1px solid var(--sgr-amber)}.sgr-cookie__inner{padding:16px 22px;display:flex;align-items:center;gap:16px;max-width:1100px;margin:0 auto;flex-wrap:wrap}.sgr-cookie__text{margin:0;color:var(--sgr-cream);font-size:12.5px;flex:1;min-width:260px;font-weight:300}.sgr-cookie__btns{display:flex;gap:8px;flex-wrap:wrap}.sgr-cookie__btn{font-family:inherit;padding:8px 14px;font-size:12px;font-weight:700;letter-spacing:.08em;border-radius:0}.sgr-cookie__btn--accept{background:var(--sgr-amber);color:var(--sgr-bg);border:1px solid var(--sgr-amber)}.sgr-cookie__btn--decline{background:transparent;color:var(--sgr-cream);border:1px solid var(--sgr-line)}.sgr-cookie__btn--custom{background:transparent;color:var(--sgr-line);border:1px solid var(--sgr-line)}
