:root{--fg:#1a1a2e;--muted:#5e6a7a;--accent:#0891b2;--accent-dark:#0e7490;--nav-link:#0e7490;--nav-link-hover:#0c5a6f;--card:#ffffff;--border:#e2e8f0;--success:#16a34a;--success-dark:#15803d;--warning:#d97706;--header-bg:#ffffff;--ad-skeleton:#f1f5f9;--btn-bg:#f8fafc;--btn-hover:#f1f5f9;--btn-border:#e2e8f0;--fg-tint:rgba(26,26,46,0.75);--fg-subtle:rgba(15,23,42,0.04);--accent-tint:rgba(8,145,178,0.08);--accent-tint-strong:rgba(8,145,178,0.12);--accent-tint-weak:rgba(8,145,178,0.02);--accent-border:rgba(8,145,178,0.15);--success-tint:rgba(22,163,74,0.12);--success-tint-weak:rgba(22,163,74,0.06);--success-border:rgba(22,163,74,0.25);--shadow-sm:rgba(148,163,184,0.35);--shadow-md:rgba(5,15,34,0.15);--shadow-lg:rgba(5,15,34,0.25);--shadow-accent:rgba(8,145,178,0.35);--shadow-accent-hover:rgba(8,145,178,0.45)}*{box-sizing:border-box}#__next,body,html{height:100%}body,html{background:#ffffff}body{margin:0;color:var(--fg);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>footer,.sts-app-shell>header{background:var(--header-bg)}.sts-app-shell>footer{margin-top:16px}.sts-app-shell>header nav{padding:12px 24px}.sts-app-shell>footer .footer-nav,.sts-app-shell>header nav{max-width:1100px;margin:0 auto;display:flex;gap:16px;align-items:center}.sts-app-shell>footer .footer-nav{flex-direction:column;padding:16px 24px}.sts-app-shell>footer .footer-row{width:100%;display:flex;justify-content:center;align-items:center}.sts-app-shell>footer .footer-links,.sts-app-shell>footer .footer-links-row{flex-wrap:wrap;gap:16px;justify-content:center}.sts-app-shell>footer .footer-links{display:flex;align-items:center}.sts-app-shell>footer .footer-social{display:flex;gap:16px;align-items:center;justify-content:center}.sts-app-shell>footer .footer-meta-row{color:var(--muted);font-size:14px;justify-content:center;text-align:center}.sts-app-shell>footer .footer-ad-row{margin:8px 0}.sts-app-shell>header nav a.brand{display:inline-flex;align-items:center;gap:10px;font-weight:700;font-size:18px;color:var(--fg)}.sts-app-shell>header nav a.brand .brand-icon{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:8px;border:1px solid rgba(148,163,184,.35);box-shadow:0 6px 12px rgba(148,163,184,.28);overflow:hidden;background:linear-gradient(145deg,rgba(148,163,184,.15),rgba(248,250,252,.8))}.sts-app-shell>header nav a.brand .brand-icon img{width:100%;height:100%;display:block}.sts-app-shell>footer .footer-links a,.sts-app-shell>header nav a:not(.brand){color:var(--nav-link)}.sts-app-shell>footer .footer-links a:hover,.sts-app-shell>header nav a:not(.brand):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}.btn,.sts-app-shell>footer .footer-links>a,.sts-app-shell>header nav>a:not(.brand),.sts-app-shell>header nav>span{width:100%}.btn{justify-content:center}.card{margin:12px 0}}.section{background:#f5f5f7;padding:24px max(24px,calc((100% - 1100px) / 2));margin-bottom:16px;border-radius:0;box-shadow:none}.section:last-child{margin-bottom:0}.card{background:var(--card);border:1px solid var(--border);padding:16px}.contact-card{padding:24px;display:grid;grid-gap:16px;gap:16px}.contact-card .sts-form-field{display:grid;grid-gap:8px;gap:8px}.contact-card .sts-form-field label{font-weight:600;font-size:14px;color:var(--fg)}.contact-card input,.contact-card textarea{width:100%;padding:12px;border:1px solid var(--border);border-radius:8px;background:var(--card);color:var(--fg);font-family:inherit;font-size:16px;line-height:1.5;transition:border-color .2s ease,box-shadow .2s ease}.contact-card input:focus,.contact-card textarea:focus{outline:2px solid var(--accent);outline-offset:2px;border-color:var(--accent)}.contact-card textarea{min-height:120px;resize:vertical}.contact-card .sts-form-field .sts-form-error{margin-top:4px;font-size:14px;color:#dc2626;font-weight:500}.contact-card .sts-form-message{margin-top:12px;padding:12px 16px;border-radius:8px;border:1px solid transparent;font-weight:500}.contact-card .sts-form-message--success{background:rgba(22,163,74,.12);border-color:#16a34a;color:#15803d}.contact-card .sts-form-message--error{background:rgba(220,38,38,.12);border-color:#dc2626;color:#dc2626}.contact-card .sts-problem-report-dialog{margin-top:12px;padding:14px 16px;border-radius:12px;border:1px solid rgba(15,76,129,.2);background:linear-gradient(135deg,rgba(14,165,233,.12),rgba(56,189,248,.08));color:var(--fg);display:flex;align-items:center;justify-content:space-between;gap:12px;box-shadow:0 10px 24px rgba(15,118,178,.18)}.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);border-radius:10px;padding:8px 12px;min-height:40px;cursor:pointer;transition:transform .15s ease,box-shadow .2s ease}.contact-card .sts-problem-report-dialog__dismiss:hover{transform:translateY(-1px);box-shadow:0 10px 18px rgba(7,23,55,.2)}.contact-card .sts-form-submit{display:inline-flex;gap:8px;align-items:center;width:100%;justify-content:center;padding:12px 18px;border-radius:12px;background:var(--btn-bg);border:1px solid var(--btn-border);color:var(--fg);cursor:pointer;font-size:16px;font-weight:600;margin-top:8px;min-height:44px;transition:transform .2s ease,box-shadow .2s ease,background .2s ease;box-shadow:0 8px 18px rgba(5,15,34,.35)}.contact-card .sts-form-submit:hover{background:var(--btn-hover);transform:translateY(-2px);box-shadow:0 12px 26px rgba(5,15,34,.45)}.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{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:999px;font-size:12px;line-height:1.2;background:rgba(15,23,42,.08);border:1px solid rgba(15,23,42,.08);color:var(--fg)}.meta-chip__label{font-size:11px;font-weight:600;letter-spacing:.4px;text-transform:uppercase;opacity:.72}.meta-chip__value{font-weight:700}.home-carousel{overflow:hidden}.home-carousel__slide,.home-carousel__track{display:grid;grid-gap:16px;gap:16px}.home-carousel__slide{padding:16px;background:rgba(248,250,252,.5)}.home-carousel__header h2{margin:0;font-size:20px}.home-carousel__body{display:grid;grid-template-columns:minmax(0,1fr);grid-gap:16px;gap:16px;align-items:center}.home-carousel__art{width:160px;height:160px;border-radius:18px;overflow:hidden;box-shadow:0 16px 32px rgba(148,163,184,.35)}.home-carousel__art img{width:100%;height:100%;object-fit:cover;display:block}.home-carousel__content{display:grid;grid-gap:12px;gap:12px}.home-carousel__content h3{margin:0;font-size:24px}.home-carousel__meta{display:flex;flex-wrap:wrap;gap:8px;color:var(--muted);font-size:13px;letter-spacing:.08em;text-transform:uppercase}.home-carousel__meta span{padding:4px 8px;border-radius:999px;background:rgba(15,23,42,.06)}.home-carousel__details{margin-top:20px;display:grid;grid-gap:16px;gap:16px}.home-carousel__details h4{margin:0 0 8px}.home-carousel__details ol,.home-carousel__details ul{margin:0;padding-left:20px;display:grid;grid-gap:8px;gap:8px}.home-carousel .btn{justify-content:center}@media (min-width:720px){.home-carousel__body{grid-template-columns:180px 1fr}}.home-featured__slide{display:grid;grid-gap:16px;gap:16px;padding:16px;background:rgba(248,250,252,.5)}.home-featured__header h2{margin:0;font-size:20px}.home-featured__body{display:grid;grid-template-columns:minmax(0,1fr);grid-gap:16px;gap:16px;align-items:center}.home-featured__art{width:160px;height:160px;border-radius:18px;overflow:hidden;box-shadow:0 16px 32px rgba(148,163,184,.35)}.home-featured__art img{width:100%;height:100%;object-fit:cover;display:block}.home-featured__content{display:grid;grid-gap:12px;gap:12px}.home-featured__content h3{margin:0;font-size:24px}.home-featured__meta{display:flex;flex-wrap:wrap;gap:8px;color:var(--muted);font-size:13px;letter-spacing:.08em;text-transform:uppercase}.home-featured__meta span{padding:4px 8px;border-radius:999px;background:rgba(15,23,42,.06)}.home-featured .btn{justify-content:center}@media (min-width:720px){.home-featured__body{grid-template-columns:180px 1fr}}.game-card{display:flex;flex-direction:column;gap:16px;height:100%}.game-card__header{display:flex;gap:16px;align-items:flex-start}.game-card__thumb{width:112px;height:112px;border-radius:16px;overflow:hidden;flex-shrink:0;box-shadow:0 8px 20px rgba(148,163,184,.35)}.game-card__thumb img{width:100%;height:100%;object-fit:cover;display:block}.game-card__summary{display:flex;flex-direction:column;gap:8px;flex:1 1}.game-card__title{margin:0;font-size:20px}.game-card__tagline{margin:0}.game-card__details{display:flex;flex-wrap:wrap;justify-content:center;gap:8px}.game-card__cta{width:100%;justify-content:center}@media (max-width:720px){.game-card__header{flex-direction:column;align-items:center;text-align:center}.game-card__summary{align-items:center}}.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(290px,1fr));grid-gap:16px;gap:16px}.muted{color:var(--muted)}.btn{display:inline-flex;gap:8px;align-items:center;padding:12px 18px;border-radius:12px;background:var(--btn-bg);border:1px solid var(--btn-border);color:var(--fg);cursor:pointer;font-weight:600;transition:transform .2s ease,box-shadow .2s ease,background .2s ease;min-height:44px;box-shadow:0 8px 18px rgba(5,15,34,.35)}.btn:hover{background:var(--btn-hover);transform:translateY(-2px);box-shadow:0 12px 26px rgba(5,15,34,.45)}.btn:active{transform:translateY(0)}.btn:disabled{opacity:.45;cursor:not-allowed;box-shadow:none}.ad-skeleton{display:block;width:100%;min-height:280px;background:var(--ad-skeleton);border:1px dashed var(--border);border-radius:12px}.adsense-wrapper{max-width:1100px;margin:24px auto;padding:0 16px}.adsense-vertical{max-width:300px;margin:0}.adsbygoogle{display:block;width:100%}.adsbygoogle--hidden{display:none}.game-page-header{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;flex-wrap:wrap;margin-bottom:10px;background:#f5f5f7;padding:24px max(24px,calc((100% - 1100px) / 2))}.game-page-identity{display:flex;gap:16px;align-items:center}.game-page-meta{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}.game-page-actions{display:flex;align-items:center;justify-content:flex-end;flex:1 1;min-width:240px;gap:8px}.game-help{position:relative}.game-help__trigger{display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border-radius:12px;border:1px solid var(--border);background:var(--card);color:var(--fg);font-weight:650;cursor:pointer;box-shadow:0 10px 22px rgba(5,15,34,.2);transition:transform .16s ease,box-shadow .2s ease,border-color .2s ease}.game-help__trigger:hover{transform:translateY(-1px);box-shadow:0 12px 26px rgba(5,15,34,.28);border-color:var(--accent)}.game-help__label{font-size:.95rem}.game-help__menu{position:absolute;right:0;top:110%;min-width:220px;background:var(--card);border:1px solid var(--border);border-radius:14px;box-shadow:0 18px 34px rgba(5,15,34,.25);display:grid;grid-gap:4px;gap:4px;padding:8px;z-index:10}.game-help__item{display:block;padding:10px 12px;border-radius:10px;color:var(--fg);text-decoration:none;font-weight:600}.game-help__item:hover{background:var(--btn-hover)}.game-share-btn,.sts-share-game{display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border-radius:12px;border:1px solid var(--border);background:var(--card);color:var(--fg);font-weight:650;font-size:.95rem;cursor:pointer;box-shadow:0 10px 22px rgba(5,15,34,.2);transition:transform .16s ease,box-shadow .2s ease,border-color .2s ease}.game-share-btn:hover,.sts-share-game:hover{transform:translateY(-1px);box-shadow:0 12px 26px rgba(5,15,34,.28);border-color:var(--accent)}.game-frame{background:var(--card);border-radius:12px;border:1px solid var(--border);width:100%;min-height:clamp(440px,70vh,900px);padding:clamp(16px,3vw,32px);display:flex;justify-content:center;align-items:stretch}.game-frame>*{flex:1 1}small.code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.card-table-embed{width:100%;height:100%;min-height:clamp(440px,70vh,900px);border-radius:12px;overflow:hidden}.sts-legal{max-width:800px;margin:24px auto 48px;background:var(--card);border:1px solid var(--border);border-radius:12px;padding:clamp(24px,4vw,40px);box-shadow:0 18px 36px rgba(8,15,35,.22);line-height:1.6}.sts-legal header{margin-bottom:32px}.sts-legal h1{margin:0 0 12px;font-size:32px}.sts-legal__effective{color:var(--muted);font-size:14px;margin:0}.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 ol,.sts-legal ul{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{display:flex;gap:24px;max-width:1100px;margin:24px auto 48px;padding:0 16px;align-items:flex-start}.legal-layout .sts-legal{margin:0;flex:1 1;min-width:0}.legal-layout .adsense-vertical{position:-webkit-sticky;position:sticky;top:24px;flex-shrink:0}@media (max-width:900px){.legal-layout{flex-direction:column}.legal-layout .adsense-vertical{position:static;max-width:100%;width:100%}}.home-hero{gap:20px}.home-hero,.home-hero__highlights{display:flex;flex-direction:column}.home-hero__highlights{margin:0;padding:0;list-style:none;gap:12px}.home-hero__highlights li{position:relative;padding-left:24px;color:var(--fg)}.home-hero__highlights li:before{content:"•";position:absolute;left:0;color:var(--accent);font-weight:700;font-size:16px}.home-hero__actions{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.home-hero__actions a:not(.btn){color:var(--accent);text-decoration:none;font-weight:500;transition:opacity .2s ease}.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{display:grid;grid-gap:24px;gap:24px}.home-games__header{display:grid;grid-gap:8px;gap:8px}.home-about{margin-top:24px;padding:24px;display:grid;grid-gap:16px;gap:16px}.home-about__copy{display:grid;grid-gap:12px;gap:12px;color:var(--fg)}.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{margin:8px 0 16px;color:var(--muted);font-weight:500}.cookie-preferences-page__summary{margin:0;color:var(--fg)}.cookie-preferences section{margin:32px 0}.cookie-preferences section:first-child{margin-top:0}.cookie-preferences__footer,.cookie-preferences__intro,.cookie-preferences__note{margin:24px 0}.cookie-preferences h3{margin:0 0 12px;font-size:20px;color:var(--fg)}.cookie-preferences p{margin:12px 0;color:var(--fg)}.cookie-preferences .button-row{display:flex;gap:12px;margin-top:16px;flex-wrap:wrap}.cookie-preferences .btn-active{background:var(--accent);color:#ffffff;border-color:var(--accent)}.cookie-preferences .btn-active:hover{background:var(--accent);opacity:.9}.cookie-preferences .preferences-summary{margin:16px 0;padding:0;list-style:none;display:grid;grid-gap:8px;gap:8px}.cookie-preferences .preferences-summary li{display:flex;justify-content:space-between;align-items:center;padding:8px 12px;background:rgba(148,163,184,.1);border-radius:8px;border:1px solid var(--border)}@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__footer,.cookie-preferences__intro,.cookie-preferences__note{margin:20px 0}}