*{box-sizing:border-box}:root{color:#f8fbff;background:#08111f;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;line-height:1.5;text-rendering:optimizeLegibility}html{scroll-behavior:smooth}body{min-width:320px;min-height:100vh;margin:0;background:radial-gradient(circle at top left,rgba(73,212,255,.28),transparent 32rem),radial-gradient(circle at 80% 10%,rgba(255,184,77,.22),transparent 24rem),linear-gradient(135deg,#08111f,#14233a 55%,#0d1728)}button,a{font:inherit;touch-action:manipulation}#flappy-game{display:block;width:100%;height:100%;touch-action:none;user-select:none;-webkit-user-select:none;-webkit-touch-callout:none}a{color:inherit;text-decoration:none}.page-shell{width:min(1120px,calc(100% - 32px));margin:0 auto;padding:56px 0}.hero,.play-section,.library{border:1px solid rgba(255,255,255,.12);border-radius:32px;background:#08111fb8;box-shadow:0 24px 80px #00000052;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.hero{min-height:430px;display:grid;align-content:center;padding:clamp(36px,7vw,88px);overflow:hidden;position:relative}.hero:after{width:280px;height:280px;content:"";position:absolute;right:-80px;bottom:-90px;border-radius:999px;background:linear-gradient(135deg,#ffe66d,#ff7d54);opacity:.2}.eyebrow{margin:0 0 12px;color:#70dcff;font-size:.78rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase}h1,h2,h3,p{margin-top:0}h1{max-width:780px;margin-bottom:20px;font-size:clamp(2.7rem,8vw,6rem);line-height:.95;letter-spacing:-.07em}h2{margin-bottom:14px;font-size:clamp(2rem,4vw,3.8rem);line-height:1;letter-spacing:-.05em}h3{margin-bottom:10px;font-size:1.2rem}.hero-copy,.section-copy p,.game-list p{color:#bed0e8}.hero-copy{max-width:660px;margin-bottom:28px;font-size:1.08rem}.hero-actions{display:flex;flex-wrap:wrap;gap:14px}.primary-link,.secondary-link,#restart,#tower-start,.fullscreen-button{display:inline-flex;min-height:48px;align-items:center;justify-content:center;border:0;border-radius:999px;cursor:pointer;font-weight:800}.primary-link,#restart,#tower-start{background:linear-gradient(135deg,#ffbe3d,#ff7d54);color:#201008;box-shadow:0 12px 34px #ff8b5447}.fullscreen-button{min-height:40px;padding:0 16px;border:1px solid rgba(255,255,255,.14);background:#ffffff1a;color:#f8fbff}.fullscreen-exit-button{position:absolute;top:max(14px,env(safe-area-inset-top));right:max(14px,env(safe-area-inset-right));z-index:5;display:none;background:#08111fb8;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.primary-link,.secondary-link{padding:0 22px}.secondary-link{border:1px solid rgba(255,255,255,.14);background:#ffffff14;color:#f8fbff}.play-section{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:clamp(28px,6vw,72px);align-items:center;margin-top:28px;padding:clamp(28px,5vw,56px)}.section-copy{max-width:470px}.game-card{padding:16px;border:1px solid rgba(255,255,255,.14);border-radius:28px;background:linear-gradient(180deg,#ffffff1f,#ffffff08),#ffffff14}.game-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.game-toolbar span{color:#bed0e8;font-size:.9rem;font-weight:700}.game-container{position:relative;overflow:hidden;border-radius:18px}.game-container--flappy{width:320px;height:480px;background:#75c7ff}.game-container--tower{width:375px;height:560px;background:#f95240}.tower-launcher{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;display:grid;place-content:center;gap:16px;background:linear-gradient(180deg,#f95240eb,#c93024f5),url(../tower-game/assets/main-bg.png) center / cover no-repeat;text-align:center}.tower-launcher p{margin:0;color:#fff;font-size:1.1rem;font-weight:700}#tower-start{padding:0 28px}.tower-frame{display:none;width:100%;height:100%;border:0;background:#f95240}.tower-frame.is-active{display:block}.game-container--tower.is-playing .tower-launcher{display:none}.game-actions{position:absolute;top:0;right:0;bottom:0;left:0;display:none;align-items:center;justify-content:center;background:#08111f52}#restart{padding:0 20px}body.has-fallback-fullscreen{overflow:hidden}body.has-fallback-fullscreen .page-shell{visibility:hidden;pointer-events:none}.game-container:fullscreen,.game-container.is-fallback-fullscreen{width:100vw;height:100vh;height:100dvh;max-width:none;max-height:none;border-radius:0;background:#050914}.game-container.is-fallback-fullscreen{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;visibility:visible;pointer-events:auto;background:#050914;isolation:isolate}.game-container--tower.is-fallback-fullscreen,.game-container--tower:fullscreen{background:#f95240}.game-container--flappy:fullscreen,.game-container--flappy.is-fallback-fullscreen{display:grid;place-items:center}.game-container:fullscreen .fullscreen-exit-button,.game-container.is-fallback-fullscreen .fullscreen-exit-button{display:inline-flex}.game-container--flappy:fullscreen #flappy-game,.game-container--flappy.is-fallback-fullscreen #flappy-game{width:min(100vw,calc(100vh * 2 / 3));height:min(100vh,150vw)}.game-container--tower:fullscreen .tower-frame,.game-container--tower.is-fallback-fullscreen .tower-frame,.game-container--tower:fullscreen .tower-launcher,.game-container--tower.is-fallback-fullscreen .tower-launcher{width:100%;height:100%}.library{margin-top:28px;padding:clamp(28px,5vw,48px)}.game-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:24px}.game-list article{min-height:180px;padding:24px;border:1px solid rgba(255,255,255,.12);border-radius:24px;background:#ffffff12}.game-list span{display:inline-grid;width:38px;height:38px;place-items:center;margin-bottom:26px;border-radius:12px;background:#70dcff1f;color:#70dcff;font-weight:800}@media (max-width: 860px){.play-section{grid-template-columns:1fr;justify-items:center}.section-copy{max-width:none}.game-list{grid-template-columns:1fr}}@media (max-width: 420px){.page-shell{width:min(100% - 20px,1120px);padding:24px 0}.hero,.play-section,.library{border-radius:24px}.game-card{width:100%;padding:10px}.game-toolbar{align-items:stretch;flex-direction:column}.game-container--flappy,.game-container--tower{width:100%}.game-container--flappy{height:auto;aspect-ratio:2 / 3}.game-container--tower{height:auto;aspect-ratio:375 / 560}}
