:root{color-scheme:dark;--blue:#0345f7;--blue-bright:#049dfd;--orange:#fd3f1e;--orange-bright:#fe7510;--yellow:#feb20c;--radius-sm:12px;--radius-md:18px;--radius-lg:26px;--radius-pill:999px;--font-main:"Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif}:root[data-theme=dark]{--page:#060913;--surface:#0e1626;--surface-soft:#141f36;--text:#fff;--text-soft:#d8e0f0;--text-muted:#8a99b3;--border:#ffffff14;--border-hover:#049dfd59;--header-bg:#060913bf;--header-border:#ffffff1f;--section-bg:#060913;--about-bg:#09101f;--contact-bg:#0c1426;--card-bg:#0d1525;--card-glow:#0345f726;--hero-overlay:radial-gradient(circle at 50% 30%, #0345f726, transparent 70%), linear-gradient(180deg, #06091333 0%, #060913d9 100%);--heading-shadow:0 8px 32px #0006}:root[data-theme=light]{color-scheme:light;--page:#f6f8fd;--surface:#fff;--surface-soft:#edf2fc;--text:#0f172a;--text-soft:#334155;--text-muted:#64748b;--border:#0f172a14;--border-hover:#0345f74d;--header-bg:#ffffffd1;--header-border:#0f172a14;--section-bg:#f6f8fd;--about-bg:#fff;--contact-bg:#f1f5f9;--card-bg:#fff;--card-glow:#0345f70d;--hero-overlay:radial-gradient(circle at 50% 30%, #049dfd06, transparent 70%), linear-gradient(180deg, #f6f8fd0a 0%, #f6f8fd47 100%);--heading-shadow:0 4px 20px #0f172a14}*{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--page);width:100%;max-width:100%;overflow-x:clip}body{background:var(--page);width:100%;max-width:100%;color:var(--text);font-family:var(--font-main);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;margin:0;transition:background-color .35s,color .35s;overflow-x:hidden}a{color:inherit;text-decoration:none}button{font-family:inherit}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible{outline-offset:3px;outline:3px solid #049dfd8c}.site-header[data-astro-cid-lcdefpme]{z-index:100;pointer-events:none;width:100%;padding:16px 24px;position:fixed;top:0;left:0}.nav-container[data-astro-cid-lcdefpme]{border:1px solid var(--header-border);border-radius:var(--radius-pill);background:var(--header-bg);-webkit-backdrop-filter:blur(16px);pointer-events:auto;justify-content:space-between;align-items:center;gap:20px;width:100%;min-width:0;max-width:1200px;height:68px;margin:0 auto;padding:0 12px 0 20px;transition:all .3s;display:flex;box-shadow:0 12px 40px #0000001f}.brand[data-astro-cid-lcdefpme]{letter-spacing:-.5px;align-items:center;gap:12px;font-size:20px;font-weight:800;display:flex}.brand[data-astro-cid-lcdefpme] img[data-astro-cid-lcdefpme]{object-fit:contain;width:38px;height:38px;transition:transform .3s;display:block}.brand[data-astro-cid-lcdefpme]:hover img[data-astro-cid-lcdefpme]{transform:rotate(-8deg)scale(1.05)}.brand[data-astro-cid-lcdefpme] strong[data-astro-cid-lcdefpme]{color:var(--blue-bright)}.desktop-nav[data-astro-cid-lcdefpme]{align-items:center;gap:32px;display:flex}.desktop-nav[data-astro-cid-lcdefpme] a[data-astro-cid-lcdefpme]{color:var(--text-soft);padding:4px 0;font-size:15px;font-weight:700;transition:color .2s;position:relative}.desktop-nav[data-astro-cid-lcdefpme] a[data-astro-cid-lcdefpme]:after{content:"";border-radius:var(--radius-pill);background:var(--blue-bright);width:0;height:2.5px;transition:width .25s cubic-bezier(.4,0,.2,1);position:absolute;bottom:-2px;left:50%;transform:translate(-50%)}.desktop-nav[data-astro-cid-lcdefpme] a[data-astro-cid-lcdefpme]:hover{color:var(--text)}.desktop-nav[data-astro-cid-lcdefpme] a[data-astro-cid-lcdefpme]:hover:after{width:100%}.nav-actions[data-astro-cid-lcdefpme]{align-items:center;gap:12px;min-width:0;display:flex}.theme-toggle[data-astro-cid-lcdefpme]{border:1px solid var(--border);border-radius:var(--radius-pill);background:var(--surface-soft);width:42px;height:42px;color:var(--text);cursor:pointer;place-items:center;padding:0;transition:all .25s;display:grid;position:relative;overflow:hidden}:root[data-theme=dark] .theme-toggle[data-astro-cid-lcdefpme]{color:#fff;background:#ffffff1a;border-color:#fff3}:root[data-theme=light] .theme-toggle[data-astro-cid-lcdefpme]{color:#fff;background:#0f172a;border-color:#0000}.theme-toggle[data-astro-cid-lcdefpme]:hover{transform:scale(1.05)}.theme-toggle[data-astro-cid-lcdefpme]:active{transform:scale(.95)}.theme-icon[data-astro-cid-lcdefpme]{place-items:center;width:20px;height:20px;transition:transform .4s cubic-bezier(.34,1.56,.64,1),opacity .3s;display:grid;position:absolute}.theme-icon[data-astro-cid-lcdefpme] svg[data-astro-cid-lcdefpme]{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:18px;height:18px}:root[data-theme=dark] .sun-icon[data-astro-cid-lcdefpme]{opacity:1;transform:scale(1)rotate(0)}:root[data-theme=dark] .moon-icon[data-astro-cid-lcdefpme]{opacity:0;transform:scale(.3)rotate(-90deg)}:root[data-theme=light] .sun-icon[data-astro-cid-lcdefpme]{opacity:0;transform:scale(.3)rotate(90deg)}:root[data-theme=light] .moon-icon[data-astro-cid-lcdefpme]{opacity:1;transform:scale(1)rotate(0)}.nav-button[data-astro-cid-lcdefpme],.primary-button[data-astro-cid-lcdefpme]{border-radius:var(--radius-pill);background:linear-gradient(135deg, var(--blue) 0%, #1e5cff 100%);color:#fff;cursor:pointer;border:0;justify-content:center;align-items:center;gap:10px;font-weight:800;transition:all .25s;display:inline-flex;box-shadow:0 8px 24px #0345f74d}.nav-button[data-astro-cid-lcdefpme]{white-space:nowrap;padding:10px 20px;font-size:14px}.nav-button[data-astro-cid-lcdefpme]:hover,.primary-button[data-astro-cid-lcdefpme]:hover{background:linear-gradient(135deg,#0753ff 0%,#2b66ff 100%);transform:translateY(-2px);box-shadow:0 12px 30px #0345f773}.nav-button[data-astro-cid-lcdefpme]:hover .btn-arrow[data-astro-cid-lcdefpme],.primary-button[data-astro-cid-lcdefpme]:hover .btn-arrow[data-astro-cid-lcdefpme],.outline-button[data-astro-cid-lcdefpme]:hover .btn-arrow[data-astro-cid-lcdefpme]{transform:translate(4px)}.btn-arrow[data-astro-cid-lcdefpme]{font-size:16px;transition:transform .25s;display:inline-block}.hero[data-astro-cid-lcdefpme]{isolation:isolate;justify-content:center;align-items:center;min-height:85vh;padding-top:100px;display:flex;position:relative;overflow:hidden}.hero-art[data-astro-cid-lcdefpme]{z-index:-3;object-fit:cover;object-position:center;filter:blur(6px);width:100%;height:100%;position:absolute;inset:0}.hero-overlay[data-astro-cid-lcdefpme]{z-index:-2;background:var(--hero-overlay);position:absolute;inset:0}.hero-content[data-astro-cid-lcdefpme]{z-index:2;text-align:center;flex-direction:column;align-items:center;width:min(850px,100% - 40px);margin:40px auto;display:flex;position:relative}.hero-logo-large[data-astro-cid-lcdefpme]{border-radius:var(--radius-lg);background:linear-gradient(145deg,#141f36e6,#080d1af2);border:1px solid #ffffff26;place-items:center;width:100px;height:100px;margin-bottom:24px;padding:18px;display:grid;position:relative;box-shadow:0 20px 50px #0006,inset 0 1px #ffffff1a}.hero-logo-motion[data-astro-cid-lcdefpme]{place-items:center;width:100%;height:100%;transition:transform .4s cubic-bezier(.34,1.56,.64,1);display:grid}.hero-logo-large[data-astro-cid-lcdefpme] img[data-astro-cid-lcdefpme]{object-fit:contain;width:100%;height:100%}.hero-logo-large[data-astro-cid-lcdefpme]:hover .hero-logo-motion[data-astro-cid-lcdefpme]{transform:scale(1.1)rotate(-5deg)}.eyebrow[data-astro-cid-lcdefpme],.section-label[data-astro-cid-lcdefpme]{color:var(--blue-bright);letter-spacing:2.5px;text-transform:uppercase;margin:0;font-size:12px;font-weight:800}.hero[data-astro-cid-lcdefpme] h1[data-astro-cid-lcdefpme]{letter-spacing:-2px;max-width:850px;margin:16px 0 20px;font-size:clamp(48px,7vw,84px);font-weight:900;line-height:1.05}.hero[data-astro-cid-lcdefpme] h1[data-astro-cid-lcdefpme] span[data-astro-cid-lcdefpme]{background:linear-gradient(135deg,#049dfd 0%,#59d5dc 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;display:block}.hero-description[data-astro-cid-lcdefpme]{max-width:680px;color:var(--text-soft);margin:0;font-size:18px;font-weight:500;line-height:1.6}.hero-actions[data-astro-cid-lcdefpme]{align-items:center;gap:16px;margin-top:36px;display:flex}.primary-button[data-astro-cid-lcdefpme]{min-height:54px;padding:0 32px;font-size:16px}.secondary-button[data-astro-cid-lcdefpme]{border:1px solid var(--border);border-radius:var(--radius-pill);background:var(--surface-soft);min-height:54px;color:var(--text);backdrop-filter:blur(8px);justify-content:center;align-items:center;padding:0 30px;font-size:16px;font-weight:800;transition:all .25s;display:inline-flex}.secondary-button[data-astro-cid-lcdefpme]:hover{border-color:var(--border-hover);background:var(--surface);transform:translateY(-2px)}.hero-scroll[data-astro-cid-lcdefpme]{color:var(--text-muted);letter-spacing:1px;text-transform:uppercase;align-items:center;gap:10px;font-size:11px;font-weight:700;display:flex;position:absolute;bottom:8px;left:50%;transform:translate(-50%)}.hero-scroll[data-astro-cid-lcdefpme] span[data-astro-cid-lcdefpme]{border:2px solid var(--text-muted);border-radius:100px;width:16px;height:24px;position:relative}.hero-scroll[data-astro-cid-lcdefpme] span[data-astro-cid-lcdefpme]:after{content:"";background:var(--text-muted);border-radius:999px;width:3px;height:6px;animation:1.8s ease-in-out infinite scroll-dot;position:absolute;top:4px;left:50%;transform:translate(-50%)}@keyframes scroll-dot{0%,to{opacity:.2;transform:translate(-50%)}50%{opacity:1;transform:translate(-50%,6px)}}.section-container[data-astro-cid-lcdefpme]{width:min(1160px,100% - 48px);margin:0 auto}.categories[data-astro-cid-lcdefpme],.games-section[data-astro-cid-lcdefpme],.about-section[data-astro-cid-lcdefpme],.contact-section[data-astro-cid-lcdefpme]{padding:100px 0}.categories[data-astro-cid-lcdefpme] h2[data-astro-cid-lcdefpme],.games-section[data-astro-cid-lcdefpme] h2[data-astro-cid-lcdefpme],.about-section[data-astro-cid-lcdefpme] h2[data-astro-cid-lcdefpme],.contact-section[data-astro-cid-lcdefpme] h2[data-astro-cid-lcdefpme]{letter-spacing:-1.5px;margin:12px 0 0;font-size:clamp(36px,4.5vw,56px);font-weight:900;line-height:1.1}.categories[data-astro-cid-lcdefpme] h2[data-astro-cid-lcdefpme] span[data-astro-cid-lcdefpme],.games-section[data-astro-cid-lcdefpme] h2[data-astro-cid-lcdefpme] span[data-astro-cid-lcdefpme],.about-section[data-astro-cid-lcdefpme] h2[data-astro-cid-lcdefpme] span[data-astro-cid-lcdefpme],.contact-section[data-astro-cid-lcdefpme] h2[data-astro-cid-lcdefpme] span[data-astro-cid-lcdefpme]{color:var(--blue-bright)}.category-grid[data-astro-cid-lcdefpme]{grid-template-columns:repeat(4,1fr);gap:20px;margin-top:48px;display:grid}.category-card[data-astro-cid-lcdefpme]{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--card-bg);padding:32px 24px;transition:all .3s cubic-bezier(.25,.8,.25,1);box-shadow:0 10px 30px #00000008}.category-card[data-astro-cid-lcdefpme]:hover{border-color:var(--border-hover);box-shadow:0 20px 40px var(--card-glow);transform:translateY(-6px)}.category-icon[data-astro-cid-lcdefpme]{border-radius:var(--radius-md);background:var(--surface-soft);place-items:center;width:56px;height:56px;margin-bottom:24px;font-size:28px;transition:transform .3s;display:grid}.category-card[data-astro-cid-lcdefpme]:hover .category-icon[data-astro-cid-lcdefpme]{transform:scale(1.1)rotate(-5deg)}.category-card[data-astro-cid-lcdefpme] h3[data-astro-cid-lcdefpme]{margin:0 0 8px;font-size:20px;font-weight:800}.category-card[data-astro-cid-lcdefpme] p[data-astro-cid-lcdefpme]{color:var(--text-muted);margin:0;font-size:14px;line-height:1.5}.games-section[data-astro-cid-lcdefpme]{background:var(--surface)}.section-heading[data-astro-cid-lcdefpme]{justify-content:space-between;align-items:flex-end;gap:40px;display:flex}.section-intro[data-astro-cid-lcdefpme]{max-width:420px;color:var(--text-muted);margin:0;font-size:16px;line-height:1.6}.game-card[data-astro-cid-lcdefpme]{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--card-bg);margin-top:48px;overflow:hidden;box-shadow:0 20px 50px #0000001a}.game-art[data-astro-cid-lcdefpme]{background:var(--surface-soft);min-height:380px;position:relative;overflow:hidden}.game-banner[data-astro-cid-lcdefpme]{object-fit:cover;object-position:center;width:100%;height:100%;display:block;position:absolute;inset:0}.game-art-overlay[data-astro-cid-lcdefpme]{pointer-events:none;background:linear-gradient(#03091405 35%,#0309146b 100%);position:absolute;inset:0}.coming-soon-badge[data-astro-cid-lcdefpme]{z-index:2;border-radius:var(--radius-pill);background:var(--orange);color:#fff;letter-spacing:1.5px;padding:7px 14px;font-size:10px;font-weight:900;position:absolute;top:20px;right:20px;box-shadow:0 8px 24px #fd3f1e4d}.game-info[data-astro-cid-lcdefpme]{justify-content:space-between;align-items:center;gap:30px;padding:32px 40px;display:flex}.game-copy[data-astro-cid-lcdefpme]{min-width:0}.game-category[data-astro-cid-lcdefpme]{color:var(--blue-bright);letter-spacing:2px;font-size:11px;font-weight:900}.game-info[data-astro-cid-lcdefpme] h3[data-astro-cid-lcdefpme]{margin:7px 0 10px;font-size:clamp(24px,3vw,32px);font-weight:800;line-height:1.15}.game-info[data-astro-cid-lcdefpme] p[data-astro-cid-lcdefpme]{max-width:700px;color:var(--text-muted);margin:0;font-size:15px;line-height:1.65}.game-tags[data-astro-cid-lcdefpme]{flex-wrap:wrap;gap:8px;margin-top:18px;display:flex}.game-tags[data-astro-cid-lcdefpme] span[data-astro-cid-lcdefpme]{border:1px solid var(--border);border-radius:var(--radius-pill);background:var(--surface-soft);color:var(--text-soft);padding:7px 11px;font-size:11px;font-weight:800}.outline-button[data-astro-cid-lcdefpme]{border:1px solid var(--border);border-radius:var(--radius-pill);align-items:center;gap:10px;padding:12px 24px;font-size:14px;font-weight:800;transition:all .25s;display:inline-flex}.outline-button[data-astro-cid-lcdefpme]:hover{background:var(--blue);border-color:var(--blue);color:#fff}.about-section[data-astro-cid-lcdefpme]{background:var(--about-bg);position:relative}.about-content[data-astro-cid-lcdefpme]{grid-template-columns:1.2fr .8fr;align-items:center;gap:60px;display:grid}.about-copy[data-astro-cid-lcdefpme] p[data-astro-cid-lcdefpme]:not(.section-label){color:var(--text-soft);font-size:17px;line-height:1.7}.about-copy[data-astro-cid-lcdefpme] .primary-button[data-astro-cid-lcdefpme]{margin-top:16px}.about-mark[data-astro-cid-lcdefpme]{aspect-ratio:1;background:linear-gradient(145deg, var(--surface-soft), var(--surface));border:1px solid var(--border);border-radius:40% 60% 70% 30%/40% 50% 60%;justify-self:center;place-items:center;width:min(340px,100%);animation:8s ease-in-out infinite morph;display:grid;position:relative}@keyframes morph{0%,to{border-radius:40% 60% 70% 30%/40% 50% 60%}50%{border-radius:60% 40% 30% 70%/50% 60% 40%}}.about-mark[data-astro-cid-lcdefpme] img[data-astro-cid-lcdefpme]{object-fit:contain;width:50%;height:50%}.about-mark[data-astro-cid-lcdefpme] span[data-astro-cid-lcdefpme]{border-radius:var(--radius-pill);background:var(--orange);color:#fff;letter-spacing:2px;padding:8px 16px;font-size:11px;font-weight:900;position:absolute;bottom:10%;right:10%}.contact-section[data-astro-cid-lcdefpme]{background:var(--contact-bg);position:relative;overflow:hidden}.contact-card[data-astro-cid-lcdefpme]{border:1px solid var(--border);background:radial-gradient(circle at 85% 45%, #049dfd1f, transparent 34%), linear-gradient(135deg, var(--surface) 0%, var(--card-bg) 100%);border-radius:34px;grid-template-columns:minmax(0,1fr) 280px;align-items:center;gap:50px;min-height:360px;padding:64px 72px;display:grid;position:relative;overflow:hidden;box-shadow:0 24px 70px #0000001f}.contact-card[data-astro-cid-lcdefpme]:before{content:"";pointer-events:none;background:#fd3f1e14;border-radius:50%;width:280px;height:280px;position:absolute;top:-150px;left:-100px}.contact-copy[data-astro-cid-lcdefpme]{z-index:2;min-width:0;position:relative}.contact-copy[data-astro-cid-lcdefpme] h2[data-astro-cid-lcdefpme]{max-width:760px}.contact-description[data-astro-cid-lcdefpme]{max-width:680px;color:var(--text-muted);margin:22px 0 0;font-size:17px;line-height:1.7}.contact-form[data-astro-cid-lcdefpme]{flex-direction:column;gap:0;width:100%;max-width:760px;margin-top:28px;display:flex}.contact-form[data-astro-cid-lcdefpme] .form-row[data-astro-cid-lcdefpme]{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;width:100%;display:grid}.contact-form[data-astro-cid-lcdefpme] label[data-astro-cid-lcdefpme]{text-align:left;flex-direction:column;align-items:stretch;gap:8px;width:100%;min-width:0;margin:0 0 14px;display:flex}.contact-form[data-astro-cid-lcdefpme] label[data-astro-cid-lcdefpme]>span[data-astro-cid-lcdefpme]{color:var(--text-soft);letter-spacing:.5px;font-size:12px;font-weight:800;line-height:1.2;display:block}.contact-form[data-astro-cid-lcdefpme] input[data-astro-cid-lcdefpme],.contact-form[data-astro-cid-lcdefpme] textarea[data-astro-cid-lcdefpme]{border:1px solid var(--border);background:var(--surface-soft);width:100%;max-width:100%;color:var(--text);font-family:var(--font-main);border-radius:14px;outline:none;margin:0;font-size:14px;font-weight:500;transition:border-color .2s,background-color .2s,box-shadow .2s;display:block}.contact-form[data-astro-cid-lcdefpme] input[data-astro-cid-lcdefpme]{height:50px;padding:0 15px}.contact-form[data-astro-cid-lcdefpme] textarea[data-astro-cid-lcdefpme]{resize:vertical;min-height:130px;padding:14px 15px;line-height:1.6}.contact-form[data-astro-cid-lcdefpme] input[data-astro-cid-lcdefpme]::placeholder,.contact-form[data-astro-cid-lcdefpme] textarea[data-astro-cid-lcdefpme]::placeholder{color:var(--text-muted);opacity:.8}.contact-form[data-astro-cid-lcdefpme] input[data-astro-cid-lcdefpme]:focus,.contact-form[data-astro-cid-lcdefpme] textarea[data-astro-cid-lcdefpme]:focus{border-color:var(--blue-bright);background:var(--surface);box-shadow:0 0 0 4px #049dfd1a}.contact-form[data-astro-cid-lcdefpme] .submit-button[data-astro-cid-lcdefpme]{border-radius:var(--radius-pill);background:linear-gradient(135deg, var(--blue) 0%, #1e5cff 100%);color:#fff;width:fit-content;min-height:50px;font-family:var(--font-main);cursor:pointer;border:0;justify-content:center;align-self:flex-start;align-items:center;gap:14px;margin:4px 0 0;padding:0 18px 0 22px;font-size:14px;font-weight:800;transition:transform .25s,box-shadow .25s;display:inline-flex;box-shadow:0 10px 28px #0345f747}.contact-form[data-astro-cid-lcdefpme] .submit-button[data-astro-cid-lcdefpme]:hover{transform:translateY(-2px);box-shadow:0 14px 34px #0345f766}.contact-form[data-astro-cid-lcdefpme] .submit-button[data-astro-cid-lcdefpme]:active{transform:translateY(0)}.contact-form[data-astro-cid-lcdefpme] .submit-button[data-astro-cid-lcdefpme] .contact-arrow[data-astro-cid-lcdefpme]{color:#fff;background:#ffffff29;border-radius:50%;flex:0 0 32px;place-items:center;width:32px;height:32px;font-size:17px;transition:transform .25s;display:grid}.contact-form[data-astro-cid-lcdefpme] .submit-button[data-astro-cid-lcdefpme]:hover .contact-arrow[data-astro-cid-lcdefpme]{transform:translate(2px,-2px)}.contact-mark[data-astro-cid-lcdefpme]{aspect-ratio:1;background:var(--surface-soft);border:1px solid var(--border);border-radius:44% 56% 58% 42%/46% 42% 58% 54%;justify-self:center;place-items:center;width:240px;transition:transform .35s;display:grid;position:relative;transform:rotate(-5deg)}.contact-card[data-astro-cid-lcdefpme]:hover .contact-mark[data-astro-cid-lcdefpme]{transform:rotate(0)scale(1.03)}.contact-mark[data-astro-cid-lcdefpme] img[data-astro-cid-lcdefpme]{object-fit:contain;width:30%;height:30%;transform:rotate(5deg)}.contact-mark-dot[data-astro-cid-lcdefpme]{border-radius:50%;position:absolute}.dot-one[data-astro-cid-lcdefpme]{background:var(--orange);width:14px;height:14px;top:18%;right:18%}.dot-two[data-astro-cid-lcdefpme]{background:var(--blue-bright);width:9px;height:9px;bottom:22%;left:16%}.dot-three[data-astro-cid-lcdefpme]{background:var(--yellow);width:7px;height:7px;top:31%;left:16%}.site-footer[data-astro-cid-lcdefpme]{border-top:1px solid var(--border);background:var(--page);padding:34px 24px 28px}.footer-container[data-astro-cid-lcdefpme]{max-width:1160px;margin:0 auto}.footer-top[data-astro-cid-lcdefpme]{justify-content:space-between;align-items:center;gap:30px;padding-bottom:26px;display:flex}.footer-brand[data-astro-cid-lcdefpme]{color:var(--text);letter-spacing:-.3px;align-items:center;gap:10px;font-size:17px;font-weight:800;display:inline-flex}.footer-brand[data-astro-cid-lcdefpme] img[data-astro-cid-lcdefpme]{object-fit:contain;width:32px;height:32px;transition:transform .3s;display:block}.footer-brand[data-astro-cid-lcdefpme]:hover img[data-astro-cid-lcdefpme]{transform:rotate(-8deg)scale(1.06)}.footer-brand[data-astro-cid-lcdefpme] strong[data-astro-cid-lcdefpme]{color:var(--blue-bright)}.footer-links[data-astro-cid-lcdefpme]{align-items:center;gap:28px;display:flex}.footer-links[data-astro-cid-lcdefpme] a[data-astro-cid-lcdefpme]{color:var(--text-muted);font-size:13px;font-weight:700;transition:color .2s;position:relative}.footer-links[data-astro-cid-lcdefpme] a[data-astro-cid-lcdefpme]:after{content:"";border-radius:var(--radius-pill);background:var(--blue-bright);width:0;height:2px;transition:width .25s;position:absolute;bottom:-7px;left:50%;transform:translate(-50%)}.footer-links[data-astro-cid-lcdefpme] a[data-astro-cid-lcdefpme]:hover{color:var(--text)}.footer-links[data-astro-cid-lcdefpme] a[data-astro-cid-lcdefpme]:hover:after{width:100%}.footer-bottom[data-astro-cid-lcdefpme]{border-top:1px solid var(--border);justify-content:space-between;align-items:center;gap:20px;padding-top:20px;display:flex}.footer-container[data-astro-cid-lcdefpme] p[data-astro-cid-lcdefpme]{color:var(--text-muted);margin:0;font-size:12px;line-height:1.5}.footer-tagline[data-astro-cid-lcdefpme] span[data-astro-cid-lcdefpme]{color:var(--orange);font-size:14px}@media (width<=992px){.category-grid[data-astro-cid-lcdefpme]{grid-template-columns:repeat(2,1fr)}.about-content[data-astro-cid-lcdefpme]{text-align:center;grid-template-columns:1fr}.about-mark[data-astro-cid-lcdefpme]{margin-top:20px}.section-heading[data-astro-cid-lcdefpme]{flex-direction:column;align-items:flex-start;gap:16px}}@media (width<=768px){.site-header[data-astro-cid-lcdefpme]{padding:12px 14px}.nav-container[data-astro-cid-lcdefpme]{gap:8px;width:100%;max-width:100%;height:60px;padding:0 8px 0 14px}.brand[data-astro-cid-lcdefpme]{gap:9px;font-size:17px}.brand[data-astro-cid-lcdefpme] img[data-astro-cid-lcdefpme]{width:34px;height:34px}.desktop-nav[data-astro-cid-lcdefpme]{display:none}.nav-actions[data-astro-cid-lcdefpme]{gap:8px}.theme-toggle[data-astro-cid-lcdefpme]{width:40px;height:40px}.nav-button[data-astro-cid-lcdefpme]{gap:7px;padding:9px 14px;font-size:12px}.hero[data-astro-cid-lcdefpme]{height:auto;min-height:100svh;padding:92px 0 58px}.hero-content[data-astro-cid-lcdefpme]{width:min(620px,100% - 32px);margin:0 auto;transform:none}.hero-logo-large[data-astro-cid-lcdefpme]{border-radius:22px;width:78px;height:78px;margin-bottom:16px;padding:14px}.eyebrow[data-astro-cid-lcdefpme]{letter-spacing:2px;font-size:9px}.hero[data-astro-cid-lcdefpme] h1[data-astro-cid-lcdefpme]{letter-spacing:-2px;text-wrap:balance;max-width:340px;margin:11px 0 15px;font-size:clamp(38px,11vw,54px);line-height:1}.hero-description[data-astro-cid-lcdefpme]{text-wrap:balance;max-width:320px;font-size:14px;line-height:1.5}.hero-actions[data-astro-cid-lcdefpme]{flex-direction:column;gap:10px;width:min(100%,320px);margin-top:23px}.primary-button[data-astro-cid-lcdefpme],.secondary-button[data-astro-cid-lcdefpme]{width:100%;min-height:50px;padding:0 22px;font-size:15px}.hero-art[data-astro-cid-lcdefpme]{object-position:50% center;max-width:100%}.hero[data-astro-cid-lcdefpme],.hero-content[data-astro-cid-lcdefpme],.section-container[data-astro-cid-lcdefpme]{min-width:0;max-width:100%}.hero-scroll[data-astro-cid-lcdefpme]{letter-spacing:1.2px;padding:6px 10px;font-size:8px;bottom:6px}.section-container[data-astro-cid-lcdefpme]{width:min(1160px,100% - 32px)}.categories[data-astro-cid-lcdefpme],.games-section[data-astro-cid-lcdefpme],.about-section[data-astro-cid-lcdefpme],.contact-section[data-astro-cid-lcdefpme]{padding:76px 0}.categories[data-astro-cid-lcdefpme] h2[data-astro-cid-lcdefpme],.games-section[data-astro-cid-lcdefpme] h2[data-astro-cid-lcdefpme],.about-section[data-astro-cid-lcdefpme] h2[data-astro-cid-lcdefpme],.contact-section[data-astro-cid-lcdefpme] h2[data-astro-cid-lcdefpme]{letter-spacing:-1.2px;font-size:clamp(32px,9vw,46px)}.category-grid[data-astro-cid-lcdefpme]{grid-template-columns:1fr;gap:14px;margin-top:34px}.category-card[data-astro-cid-lcdefpme]{padding:24px 20px}.game-art[data-astro-cid-lcdefpme]{min-height:300px}.game-banner[data-astro-cid-lcdefpme]{object-position:center}.game-info[data-astro-cid-lcdefpme]{flex-direction:column;align-items:flex-start;gap:22px;padding:26px 22px}.outline-button[data-astro-cid-lcdefpme]{justify-content:center;width:100%}.about-copy[data-astro-cid-lcdefpme] p[data-astro-cid-lcdefpme]:not(.section-label){font-size:15px;line-height:1.65}.about-mark[data-astro-cid-lcdefpme]{width:min(280px,78vw)}.contact-card[data-astro-cid-lcdefpme]{text-align:center;border-radius:28px;grid-template-columns:1fr;gap:34px;min-height:0;padding:42px 24px}.contact-copy[data-astro-cid-lcdefpme] h2[data-astro-cid-lcdefpme]{max-width:none}.contact-description[data-astro-cid-lcdefpme]{max-width:520px;margin-left:auto;margin-right:auto;font-size:15px;line-height:1.65}.contact-form[data-astro-cid-lcdefpme]{width:100%;margin-top:24px}.contact-form[data-astro-cid-lcdefpme] .form-row[data-astro-cid-lcdefpme]{grid-template-columns:1fr;gap:0}.contact-form[data-astro-cid-lcdefpme] input[data-astro-cid-lcdefpme]{height:48px}.contact-form[data-astro-cid-lcdefpme] textarea[data-astro-cid-lcdefpme]{min-height:120px}.contact-form[data-astro-cid-lcdefpme] .submit-button[data-astro-cid-lcdefpme]{align-self:stretch;width:100%}.contact-mark[data-astro-cid-lcdefpme]{width:min(210px,62vw)}.contact-section[data-astro-cid-lcdefpme] p[data-astro-cid-lcdefpme]:not(.section-label){font-size:16px}.footer-top[data-astro-cid-lcdefpme]{flex-direction:column;align-items:flex-start;gap:20px}.footer-links[data-astro-cid-lcdefpme]{gap:20px}.footer-bottom[data-astro-cid-lcdefpme]{flex-direction:column;align-items:flex-start;gap:8px}}@media (width<=480px){.site-header[data-astro-cid-lcdefpme]{padding:10px}.nav-container[data-astro-cid-lcdefpme]{border-radius:28px;width:100%;max-width:100%;height:56px;padding:0 7px 0 12px}.brand[data-astro-cid-lcdefpme] span[data-astro-cid-lcdefpme]{display:none}.brand[data-astro-cid-lcdefpme] img[data-astro-cid-lcdefpme]{width:32px;height:32px}.theme-toggle[data-astro-cid-lcdefpme]{width:38px;height:38px}.theme-icon[data-astro-cid-lcdefpme] svg[data-astro-cid-lcdefpme]{width:17px;height:17px}.nav-button[data-astro-cid-lcdefpme]{padding:8px 11px;font-size:11px}.hero[data-astro-cid-lcdefpme]{min-height:100svh;padding:82px 0 52px}.hero-content[data-astro-cid-lcdefpme]{width:calc(100% - 28px)}.hero-logo-large[data-astro-cid-lcdefpme]{border-radius:20px;width:72px;height:72px;margin-bottom:14px;padding:12px}.eyebrow[data-astro-cid-lcdefpme]{letter-spacing:1.8px;font-size:8px}.hero[data-astro-cid-lcdefpme] h1[data-astro-cid-lcdefpme]{letter-spacing:-1.8px;max-width:310px;margin:10px 0 13px;font-size:clamp(35px,11.5vw,50px);line-height:1}.hero-description[data-astro-cid-lcdefpme]{max-width:300px;font-size:13.5px;line-height:1.48}.hero-actions[data-astro-cid-lcdefpme]{gap:9px;width:min(100%,300px);margin-top:19px}.primary-button[data-astro-cid-lcdefpme],.secondary-button[data-astro-cid-lcdefpme]{min-height:48px;font-size:14px}.hero-scroll[data-astro-cid-lcdefpme]{display:none}.section-container[data-astro-cid-lcdefpme]{width:calc(100% - 28px)}.categories[data-astro-cid-lcdefpme],.games-section[data-astro-cid-lcdefpme],.about-section[data-astro-cid-lcdefpme],.contact-section[data-astro-cid-lcdefpme]{padding:64px 0}.game-art[data-astro-cid-lcdefpme]{min-height:250px}.contact-form[data-astro-cid-lcdefpme] input[data-astro-cid-lcdefpme],.contact-form[data-astro-cid-lcdefpme] textarea[data-astro-cid-lcdefpme]{font-size:13px}.contact-card[data-astro-cid-lcdefpme]{border-radius:24px;gap:28px;padding:34px 16px}.contact-mark[data-astro-cid-lcdefpme]{width:min(180px,58vw)}}@media (width<=480px) and (height<=680px){.hero[data-astro-cid-lcdefpme]{padding-top:74px;padding-bottom:44px}.hero-logo-large[data-astro-cid-lcdefpme]{width:64px;height:64px;margin-bottom:11px;padding:10px}.hero[data-astro-cid-lcdefpme] h1[data-astro-cid-lcdefpme]{margin:8px 0 11px;font-size:clamp(32px,10.5vw,44px)}.hero-description[data-astro-cid-lcdefpme]{max-width:285px;font-size:12.5px;line-height:1.42}.hero-actions[data-astro-cid-lcdefpme]{margin-top:16px}.primary-button[data-astro-cid-lcdefpme],.secondary-button[data-astro-cid-lcdefpme]{min-height:44px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}[data-astro-cid-lcdefpme],[data-astro-cid-lcdefpme]:before,[data-astro-cid-lcdefpme]:after{transition:none!important;animation:none!important}.hero-art[data-astro-cid-lcdefpme]{filter:none}}
