:root{--background:radial-gradient(circle at top right,#e6fff2 0%,#e9f9ff 35%,#f0faff 70%,#fff 100%);--text-color:#1f2d3d;--text-muted:#4a5568;--accent:#38b2ac;--accent-strong:#2b6cb0;--secondary:#4299e1;--card-bg:hsla(0,0%,100%,.72);--shadow-soft:0 28px 68px rgba(66,153,225,.12);color-scheme:only light}*{box-sizing:border-box}body,html{margin:0;padding:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--background);color:var(--text-color);min-height:100%}body{line-height:1.6;font-size:16px}a{color:inherit;text-decoration:none}a:hover{color:var(--accent-strong)}.site-shell{max-width:1100px;margin:0 auto;padding:2.5rem 1.5rem 4rem;display:flex;flex-direction:column;min-height:100vh}.site-header{display:flex;justify-content:space-between;align-items:center;gap:1.5rem;padding-bottom:1.5rem}.site-header__brand{display:flex;align-items:center;gap:1rem}.site-logo{width:3rem;height:3rem;border-radius:1.1rem;display:grid;place-items:center;font-weight:700;background:linear-gradient(135deg,var(--accent),var(--secondary));color:#fff}.site-title{font-size:1.25rem;font-weight:700;margin:0}.site-tagline{margin:0;color:var(--text-muted);font-size:.95rem}.site-nav{display:flex;gap:1rem;font-weight:600}.site-nav a{padding:.5rem 1rem;border-radius:999px;transition:background .2s ease,color .2s ease}.site-nav a:focus-visible,.site-nav a:hover{background:hsla(0,0%,100%,.7)}.site-main{flex:1 1}.site-footer{align-items:center;gap:.75rem;text-align:center;font-size:.85rem;color:var(--text-muted);padding-top:2rem}.page,.site-footer{display:flex;flex-direction:column}.page{gap:4rem}.hero{display:grid;grid-gap:1.5rem;gap:1.5rem;padding:4rem 0}.hero__eyebrow{font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--secondary);margin:0}.hero h1{font-size:clamp(2.5rem,5vw,3.75rem);line-height:1.1;margin:0}.hero__copy{max-width:52ch;color:var(--text-muted);margin:0}.hero__actions{display:flex;gap:1rem;flex-wrap:wrap}.hero__highlight{background:linear-gradient(135deg,hsla(0,0%,100%,.9),rgba(255,228,232,.9));border:1px solid hsla(0,0%,100%,.6);box-shadow:var(--shadow-soft)}.section-header{display:grid;grid-gap:.75rem;gap:.75rem;max-width:60ch}.section-eyebrow{font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--accent-strong);margin:0}.section-header h1,.section-header h2{margin:0;font-size:clamp(2rem,3.5vw,2.75rem)}.section-header p{margin:0;color:var(--text-muted)}.game-section{display:grid;grid-gap:2.5rem;gap:2.5rem}.game-grid{display:grid;grid-gap:1.75rem;gap:1.75rem;grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}.game-grid__item{height:100%;scroll-margin-top:6rem}.game-card{background:var(--card-bg);border:1px solid hsla(0,0%,100%,.7);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);height:100%;display:flex;flex-direction:column}.game-card__body{flex:1 1;display:flex;flex-direction:column;gap:1.25rem}.game-card__media{position:relative;border-radius:1.2rem;overflow:hidden;aspect-ratio:7/5}.game-card__image{width:100%;height:100%;object-fit:cover}.game-card__content{display:flex;flex-direction:column;gap:.75rem;flex:1 1}.game-card__heading h3{margin:0;font-size:1.5rem}.game-card__heading p{margin:0;color:var(--text-muted)}.game-card__meta{display:flex;gap:.5rem;flex-wrap:wrap}.game-card__summary{margin:0;color:var(--text-muted);flex:1 1;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}.game-card__footer{display:flex;justify-content:space-between;align-items:center;color:var(--text-muted);font-weight:600;margin-top:auto}.game-thumb-grid{display:grid;grid-gap:1.5rem;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.game-thumb{display:grid;grid-gap:.75rem;gap:.75rem;padding:1rem;border-radius:1.25rem;background:hsla(0,0%,100%,.65);border:1px solid hsla(0,0%,100%,.7);box-shadow:var(--shadow-soft);transition:transform .2s ease,box-shadow .2s ease}.game-thumb:focus-visible,.game-thumb:hover{transform:translateY(-6px);box-shadow:0 24px 48px rgba(107,139,255,.22)}.game-thumb:focus-visible{outline:3px solid var(--secondary);outline-offset:4px}.game-thumb__media{position:relative;border-radius:1rem;overflow:hidden;aspect-ratio:4/3}.game-thumb__image{width:100%;height:100%;object-fit:cover}.game-thumb__label h3{margin:0;font-size:1.15rem}.game-thumb__label p{margin:0;color:var(--text-muted);font-size:.95rem}.game-section__cta{display:flex;justify-content:center}.modal-title h2{margin:0}.modal-title p{margin:0;color:var(--text-muted)}.modal-body{display:grid;grid-gap:1.5rem;gap:1.5rem}.modal-body__gallery{display:grid;grid-gap:1rem;gap:1rem}.modal-body__video{position:relative;padding-top:56.25%;border-radius:1rem;overflow:hidden;box-shadow:var(--shadow-soft)}.modal-body__video iframe{position:absolute;inset:0;width:100%;height:100%;border:0}.modal-body__images{display:grid;grid-gap:.75rem;gap:.75rem;grid-template-columns:repeat(auto-fit,minmax(140px,1fr))}.modal-body__image{width:100%;height:100%;object-fit:cover;border-radius:.85rem}.modal-body__description{margin:0;color:var(--text-muted)}.markdown p{margin:0 0 1rem}.markdown p:last-child{margin-bottom:0}.markdown ul{padding-left:1.2rem;margin:0 0 1rem}.markdown li{margin-bottom:.35rem}.modal-body__features ul{margin:0;padding-left:1.2rem;display:grid;grid-gap:.5rem;gap:.5rem;color:var(--text-muted)}.modal-footer{justify-content:flex-end}.contact-page{gap:3rem}.game-detail{gap:2.5rem}.game-detail__meta{display:flex;flex-wrap:wrap;gap:.75rem}.game-detail__media{display:grid;grid-gap:1.5rem;gap:1.5rem}.game-detail__gallery{display:grid;grid-gap:.75rem;gap:.75rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.game-detail__copy{display:grid;grid-gap:1.5rem;gap:1.5rem;color:var(--text-muted);font-size:1.05rem}.game-detail__features h2{margin:0;font-size:1.5rem;color:var(--text-color)}.game-detail__copy ul{margin:0;padding-left:1.2rem;display:grid;grid-gap:.5rem;gap:.5rem}.game-detail__footer{display:flex;justify-content:flex-start}.games-page{gap:3rem}.contact-grid{display:grid;grid-gap:1.5rem;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.contact-card{background:var(--card-bg);border:1px solid hsla(0,0%,100%,.7);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.contact-card__links{display:grid;grid-gap:.75rem;gap:.75rem}.contact-card__platform{font-weight:600;margin-right:.75rem}.route-wrapper{min-height:100%}.feature-banner{margin-bottom:1.5rem}.sale-banner-fallback{padding:1rem 1.25rem;border-radius:1rem;background:hsla(0,0%,100%,.9);border:1px solid rgba(66,153,225,.3);color:var(--text-color);font-weight:600;text-align:center}@media (max-width:720px){.site-header{flex-direction:column;align-items:flex-start}.hero{padding:2.5rem 0}}