
:root{--fg:#1a1a2e;--muted:#5e6a7a;--accent:#0891b2;--accent-dark:#0e7490;--nav-link:#0e7490;--nav-link-hover:#0c5a6f;--card:#fff;--border:#e2e8f0;--success:#16a34a;--success-dark:#15803d;--warning:#d97706;--warning-dark:#b45309;--danger:#ef4444;--danger-dark:#dc2626;--danger-stroke:#b91c1c;--header-bg:#fff;--ad-skeleton:#f1f5f9;--btn-bg:#f8fafc;--btn-hover:#f1f5f9;--btn-border:#e2e8f0;--fg-tint:#1a1a2ebf;--fg-subtle:#0f172a0a;--accent-tint:#0891b214;--accent-tint-strong:#0891b21f;--accent-tint-weak:#0891b205;--accent-border:#0891b226;--success-tint:#16a34a1f;--success-tint-weak:#16a34a0f;--success-border:#16a34a40;--danger-tint:#ef444433;--danger-stroke-tint:#b91c1c4d;--shadow-sm:#94a3b859;--shadow-md:#050f2226;--shadow-lg:#050f2240;--shadow-accent:#0891b259;--shadow-accent-hover:#0891b273}
*{box-sizing:border-box}html,body,#__next{height:100%}html{background:#fff}body{color:var(--fg);background:#fff;margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,Helvetica,Arial,Apple Color Emoji,Segoe UI Emoji}a{color:var(--accent);text-decoration:none}main{width:100%}.sts-app-shell>header{background:var(--header-bg)}.sts-app-shell>footer{background:var(--header-bg);margin-top:16px}.sts-app-shell>header nav{align-items:center;gap:16px;max-width:1100px;margin:0 auto;padding:12px 24px;display:flex}.sts-app-shell>footer .footer-nav{flex-direction:column;align-items:center;gap:16px;max-width:1100px;margin:0 auto;padding:16px 24px;display:flex}.sts-app-shell>footer .footer-row{justify-content:center;align-items:center;width:100%;display:flex}.sts-app-shell>footer .footer-links-row{flex-wrap:wrap;justify-content:center;gap:16px}.sts-app-shell>footer .footer-links{flex-wrap:wrap;justify-content:center;align-items:center;gap:16px;display:flex}.sts-app-shell>footer .footer-social{justify-content:center;align-items:center;gap:16px;display:flex}.sts-app-shell>footer .footer-meta-row{color:var(--muted);text-align:center;justify-content:center;font-size:14px}.sts-app-shell>footer .footer-ad-row{margin:8px 0}.sts-app-shell>header nav a.brand{color:var(--fg);align-items:center;gap:10px;font-size:18px;font-weight:700;display:inline-flex}.sts-app-shell>header nav a.brand .brand-icon{background:linear-gradient(145deg,#94a3b826,#f8fafccc);border:1px solid #94a3b859;border-radius:8px;justify-content:center;align-items:center;width:26px;height:26px;display:inline-flex;overflow:hidden;box-shadow:0 6px 12px #94a3b847}.sts-app-shell>header nav a.brand .brand-icon img{width:100%;height:100%;display:block}.sts-app-shell>header nav a:not(.brand),.sts-app-shell>footer .footer-links a{color:var(--nav-link)}.sts-app-shell>header nav a:not(.brand):hover,.sts-app-shell>footer .footer-links a:hover{color:var(--nav-link-hover)}@media (max-width:720px){.sts-app-shell>header nav{flex-direction:column;align-items:stretch;gap:12px;padding:16px}.sts-app-shell>footer .footer-links-row{flex-direction:column;align-items:center;gap:12px}.sts-app-shell>footer .footer-social{margin-left:0}.sts-app-shell>footer .footer-divider{display:none}.sts-app-shell>header nav .brand{justify-content:flex-start;gap:12px}.sts-app-shell>header nav .brand-text{font-size:20px}.sts-app-shell>header nav>a:not(.brand),.sts-app-shell>header nav>span,.sts-app-shell>footer .footer-links>a{width:100%}.btn{justify-content:center;width:100%}.card{margin:12px 0}}.section{box-shadow:none;background:#f5f5f7;border-radius:0;margin-bottom:16px;padding:24px max(24px,50% - 550px)}.section:last-child{margin-bottom:0}.card{background:var(--card);border:1px solid var(--border);padding:16px}.contact-card{gap:16px;padding:24px;display:grid}.contact-card .sts-form-field{gap:8px;display:grid}.contact-card .sts-form-field label{color:var(--fg);font-size:14px;font-weight:600}.contact-card input,.contact-card textarea{border:1px solid var(--border);background:var(--card);width:100%;color:var(--fg);border-radius:8px;padding:12px;font-family:inherit;font-size:16px;line-height:1.5;transition:border-color .2s,box-shadow .2s}.contact-card input:focus,.contact-card textarea:focus{outline:2px solid var(--accent);outline-offset:2px;border-color:var(--accent)}.contact-card textarea{resize:vertical;min-height:120px}.contact-card .sts-form-field .sts-form-error{color:#dc2626;margin-top:4px;font-size:14px;font-weight:500}.contact-card .sts-form-message{border:1px solid #0000;border-radius:8px;margin-top:12px;padding:12px 16px;font-weight:500}.contact-card .sts-form-message--success{color:#15803d;background:#16a34a1f;border-color:#16a34a}.contact-card .sts-form-message--error{color:#dc2626;background:#dc26261f;border-color:#dc2626}.contact-card .sts-problem-report-dialog{color:var(--fg);background:linear-gradient(135deg,#0ea5e91f,#38bdf814);border:1px solid #0f4c8133;border-radius:12px;justify-content:space-between;align-items:center;gap:12px;margin-top:12px;padding:14px 16px;display:flex;box-shadow:0 10px 24px #0f76b22e}.contact-card .sts-problem-report-dialog__text{font-weight:600;line-height:1.5}.contact-card .sts-problem-report-dialog__dismiss{border:1px solid var(--btn-border);background:var(--card);color:var(--fg);cursor:pointer;border-radius:10px;min-height:40px;padding:8px 12px;transition:transform .15s,box-shadow .2s}.contact-card .sts-problem-report-dialog__dismiss:hover{transform:translateY(-1px);box-shadow:0 10px 18px #07173733}.contact-card .sts-form-submit{background:var(--btn-bg);border:1px solid var(--btn-border);width:100%;color:var(--fg);cursor:pointer;border-radius:12px;justify-content:center;align-items:center;gap:8px;min-height:44px;margin-top:8px;padding:12px 18px;font-size:16px;font-weight:600;transition:transform .2s,box-shadow .2s,background .2s;display:inline-flex;box-shadow:0 8px 18px #050f2259}.contact-card .sts-form-submit:hover{background:var(--btn-hover);transform:translateY(-2px);box-shadow:0 12px 26px #050f2273}.contact-card .sts-form-submit:active{transform:translateY(0)}.contact-card .sts-form-submit:disabled{opacity:.45;cursor:not-allowed;box-shadow:none}.meta-chip{color:var(--fg);background:#0f172a14;border:1px solid #0f172a14;border-radius:999px;align-items:center;gap:6px;padding:4px 10px;font-size:12px;line-height:1.2;display:inline-flex}.meta-chip__label{letter-spacing:.4px;text-transform:uppercase;opacity:.72;font-size:11px;font-weight:600}.meta-chip__value{font-weight:700}.home-carousel{overflow:hidden}.home-carousel__track{gap:16px;display:grid}.home-carousel__slide{background:#f8fafc80;gap:16px;padding:16px;display:grid}.home-carousel__header h2{margin:0;font-size:20px}.home-carousel__body{grid-template-columns:minmax(0,1fr);align-items:center;gap:16px;display:grid}.home-carousel__art{border-radius:18px;width:160px;height:160px;overflow:hidden;box-shadow:0 16px 32px #94a3b859}.home-carousel__art img{object-fit:cover;width:100%;height:100%;display:block}.home-carousel__content{gap:12px;display:grid}.home-carousel__content h3{margin:0;font-size:24px}.home-carousel__meta{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;flex-wrap:wrap;gap:8px;font-size:13px;display:flex}.home-carousel__meta span{background:#0f172a0f;border-radius:999px;padding:4px 8px}.home-carousel__details{gap:16px;margin-top:20px;display:grid}.home-carousel__details h4{margin:0 0 8px}.home-carousel__details ol,.home-carousel__details ul{gap:8px;margin:0;padding-left:20px;display:grid}.home-carousel .btn{justify-content:center}@media (min-width:720px){.home-carousel__body{grid-template-columns:180px 1fr}}.home-featured__slide{background:#f8fafc80;gap:16px;padding:16px;display:grid}.home-featured__header h2{margin:0;font-size:20px}.home-featured__body{grid-template-columns:minmax(0,1fr);align-items:center;gap:16px;display:grid}.home-featured__art{border-radius:18px;width:160px;height:160px;overflow:hidden;box-shadow:0 16px 32px #94a3b859}.home-featured__art img{object-fit:cover;width:100%;height:100%;display:block}.home-featured__content{gap:12px;display:grid}.home-featured__content h3{margin:0;font-size:24px}.home-featured__meta{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;flex-wrap:wrap;gap:8px;font-size:13px;display:flex}.home-featured__meta span{background:#0f172a0f;border-radius:999px;padding:4px 8px}.home-featured .btn{justify-content:center}@media (min-width:720px){.home-featured__body{grid-template-columns:180px 1fr}}.game-card{flex-direction:column;gap:16px;height:100%;display:flex}.game-card__header{align-items:flex-start;gap:16px;display:flex}.game-card__thumb{border-radius:16px;flex-shrink:0;width:112px;height:112px;overflow:hidden;box-shadow:0 8px 20px #94a3b859}.game-card__thumb img{object-fit:cover;width:100%;height:100%;display:block}.game-card__summary{flex-direction:column;flex:1;gap:8px;display:flex}.game-card__title{margin:0;font-size:20px}.game-card__tagline{margin:0}.game-card__details{flex-wrap:wrap;justify-content:center;gap:8px;display:flex}.game-card__cta{justify-content:center;width:100%}@media (max-width:720px){.game-card__header{text-align:center;flex-direction:column;align-items:center}.game-card__summary{align-items:center}}.grid{grid-template-columns:repeat(auto-fill,minmax(290px,1fr));gap:16px;display:grid}.muted{color:var(--muted)}.btn{background:var(--btn-bg);border:1px solid var(--btn-border);color:var(--fg);cursor:pointer;border-radius:12px;align-items:center;gap:8px;min-height:44px;padding:12px 18px;font-weight:600;transition:transform .2s,box-shadow .2s,background .2s;display:inline-flex;box-shadow:0 8px 18px #050f2259}.btn:hover{background:var(--btn-hover);transform:translateY(-2px);box-shadow:0 12px 26px #050f2273}.btn:active{transform:translateY(0)}.btn:disabled{opacity:.45;cursor:not-allowed;box-shadow:none}.ad-skeleton{background:var(--ad-skeleton);border:1px dashed var(--border);border-radius:12px;width:100%;min-height:280px;display:block}.adsense-wrapper{max-width:1100px;margin:24px auto;padding:0 16px}.adsense-vertical{max-width:300px;margin:0}.adsbygoogle{width:100%;display:block}.adsbygoogle--hidden{display:none}.game-page-header{background:#f5f5f7;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:10px;padding:24px max(24px,50% - 550px);display:flex}.game-page-identity{align-items:center;gap:16px;display:flex}.game-page-meta{flex-wrap:wrap;gap:8px;margin-top:8px;display:flex}.game-page-actions{flex:1;justify-content:flex-end;align-items:center;gap:8px;min-width:240px;display:flex}.game-help{position:relative}.game-help__trigger{border:1px solid var(--border);background:var(--card);color:var(--fg);cursor:pointer;border-radius:12px;align-items:center;gap:8px;padding:10px 14px;font-weight:650;transition:transform .16s,box-shadow .2s,border-color .2s;display:inline-flex;box-shadow:0 10px 22px #050f2233}.game-help__trigger:hover{border-color:var(--accent);transform:translateY(-1px);box-shadow:0 12px 26px #050f2247}.game-help__label{font-size:.95rem}.game-help__menu{background:var(--card);border:1px solid var(--border);z-index:10;border-radius:14px;gap:4px;min-width:220px;padding:8px;display:grid;position:absolute;top:110%;right:0;box-shadow:0 18px 34px #050f2240}.game-help__item{color:var(--fg);border-radius:10px;padding:10px 12px;font-weight:600;text-decoration:none;display:block}.game-help__item:hover{background:var(--btn-hover)}.game-share-btn,.sts-share-game{border:1px solid var(--border);background:var(--card);color:var(--fg);cursor:pointer;border-radius:12px;align-items:center;gap:8px;padding:10px 14px;font-size:.95rem;font-weight:650;transition:transform .16s,box-shadow .2s,border-color .2s;display:inline-flex;box-shadow:0 10px 22px #050f2233}.game-share-btn:hover,.sts-share-game:hover{border-color:var(--accent);transform:translateY(-1px);box-shadow:0 12px 26px #050f2247}.game-frame{background:var(--card);border:1px solid var(--border);border-radius:12px;justify-content:center;align-items:stretch;width:100%;min-height:clamp(440px,70vh,900px);padding:clamp(16px,3vw,32px);display:flex}.game-frame>*{flex:1}small.code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.card-table-embed{border-radius:12px;width:100%;height:100%;min-height:clamp(440px,70vh,900px);overflow:hidden}.sts-legal{background:var(--card);border:1px solid var(--border);border-radius:12px;max-width:800px;margin:24px auto 48px;padding:clamp(24px,4vw,40px);line-height:1.6;box-shadow:0 18px 36px #080f2338}.sts-legal header{margin-bottom:32px}.sts-legal h1{margin:0 0 12px;font-size:32px}.sts-legal__effective{color:var(--muted);margin:0;font-size:14px}.sts-legal h2{margin-top:32px;margin-bottom:16px;font-size:24px}.sts-legal h3{margin-top:24px;margin-bottom:12px;font-size:18px}.sts-legal p{margin:16px 0}.sts-legal ul,.sts-legal ol{margin:16px 0;padding-left:24px}.sts-legal li{margin:8px 0}.sts-legal a{color:var(--accent);text-decoration:underline}.sts-legal a:hover{opacity:.8}.legal-layout{align-items:flex-start;gap:24px;max-width:1100px;margin:24px auto 48px;padding:0 16px;display:flex}.legal-layout .sts-legal{flex:1;min-width:0;margin:0}.legal-layout .adsense-vertical{flex-shrink:0;position:sticky;top:24px}@media (max-width:900px){.legal-layout{flex-direction:column}.legal-layout .adsense-vertical{width:100%;max-width:100%;position:static}}.home-hero{flex-direction:column;gap:20px;display:flex}.home-hero__highlights{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.home-hero__highlights li{color:var(--fg);padding-left:24px;position:relative}.home-hero__highlights li:before{content:"•";color:var(--accent);font-size:16px;font-weight:700;position:absolute;left:0}.home-hero__actions{flex-wrap:wrap;align-items:center;gap:16px;display:flex}.home-hero__actions a:not(.btn){color:var(--accent);font-weight:500;text-decoration:none;transition:opacity .2s}.home-hero__actions a:not(.btn):hover{opacity:.8}@media (max-width:720px){.home-hero{gap:16px}.home-hero__actions{flex-direction:column;align-items:stretch;gap:12px}.home-hero__actions a:not(.btn){text-align:center}}.home-games{gap:24px;display:grid}.home-games__header{gap:8px;display:grid}.home-about{gap:16px;margin-top:24px;padding:24px;display:grid}.home-about__copy{color:var(--fg);gap:12px;display:grid}.home-about__copy p{margin:0}@media (max-width:720px){.home-games{gap:20px}.home-about{padding:20px}}.cookie-preferences{max-width:800px;margin:0 auto;padding:24px;line-height:1.6}.cookie-preferences-page{max-width:900px;margin:0 auto 48px;padding:0 24px}.cookie-preferences-page__header{margin:0 0 32px}.cookie-preferences-page__header h1{margin:0;font-size:clamp(28px,4vw,36px)}.cookie-preferences-page__effective{color:var(--muted);margin:8px 0 16px;font-weight:500}.cookie-preferences-page__summary{color:var(--fg);margin:0}.cookie-preferences section{margin:32px 0}.cookie-preferences section:first-child{margin-top:0}.cookie-preferences__intro,.cookie-preferences__footer,.cookie-preferences__note{margin:24px 0}.cookie-preferences h3{color:var(--fg);margin:0 0 12px;font-size:20px}.cookie-preferences p{color:var(--fg);margin:12px 0}.cookie-preferences .button-row{flex-wrap:wrap;gap:12px;margin-top:16px;display:flex}.cookie-preferences .btn-active{background:var(--accent);color:#fff;border-color:var(--accent)}.cookie-preferences .btn-active:hover{background:var(--accent);opacity:.9}.cookie-preferences .preferences-summary{gap:8px;margin:16px 0;padding:0;list-style:none;display:grid}.cookie-preferences .preferences-summary li{border:1px solid var(--border);background:#94a3b81a;border-radius:8px;justify-content:space-between;align-items:center;padding:8px 12px;display:flex}@media (max-width:720px){.cookie-preferences{padding:16px}.cookie-preferences-page{padding:0 16px}.cookie-preferences .button-row{flex-direction:column}.cookie-preferences .preferences-summary li{flex-direction:column;align-items:flex-start;gap:4px}.cookie-preferences__intro,.cookie-preferences__footer,.cookie-preferences__note{margin:20px 0}}
