:root { --bg:#10100f; --surface:#181816; --surface-2:#23231f; --text:#f2f0eb; --muted:#a6a39a; --faint:#706f68; --line:rgba(242,240,235,.11); --brand:#91a9df; --brand-2:#829bd0; --font:'Inter',sans-serif; --display:'Plus Jakarta Sans',sans-serif; --nav:74px; --ease:cubic-bezier(.2,.8,.2,1); }
* { box-sizing:border-box; margin:0; } html { background:var(--bg); scroll-behavior:smooth; scroll-padding-top:88px; scrollbar-color:#343846 var(--bg); } body { min-width:320px; overflow-x:hidden; background:var(--bg); color:var(--text); font-family:var(--font); line-height:1.5; } a { color:inherit; text-decoration:none; } button,input { font:inherit; } button { cursor:pointer; } img { display:block; max-width:100%; } .container { width:min(1280px,calc(100% - 64px)); margin:auto; } .sr-only { position:absolute; width:1px; height:1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; }

.navbar { position:fixed; inset:0 0 auto; z-index:100; height:var(--nav); transition:background .25s,border-color .25s; border-bottom:1px solid transparent; }.navbar.solid { background:rgba(16,16,15,.88); border-color:var(--line); backdrop-filter:blur(18px); }.nav-inner { width:min(1280px,calc(100% - 64px)); height:100%; margin:auto; display:flex; align-items:center; gap:38px; }.logo { display:inline-flex; align-items:center; gap:9px; font-family:var(--display); font-size:1rem; font-weight:800; letter-spacing:-.07em; }.logo-img { width:30px; height:30px; object-fit:contain; }.logo-text span { color:var(--brand); }.nav-links { display:flex; align-items:center; gap:27px; list-style:none; }.nav-links a { color:var(--muted); font-size:.83rem; font-weight:600; transition:color .2s; }.nav-links a:hover { color:var(--text); }.nav-cta { margin-left:auto; padding:9px 0; border-radius:0; border-bottom:1px solid var(--brand); background:transparent; font-size:.78rem; font-weight:700; transition:color .2s,border-color .2s; }.nav-cta:hover { color:var(--brand); border-color:transparent; }.hamburger { display:none; width:39px; height:36px; margin-left:auto; border:1px solid var(--line); border-radius:8px; background:transparent; color:var(--text); align-items:center; justify-content:center; flex-direction:column; gap:5px; }.hamburger span { display:block; width:16px; height:1px; background:currentColor; transition:transform .2s; }

.hero { display:flex; align-items:center; min-height:650px; padding:calc(var(--nav) + 44px) 0 54px; overflow:hidden; }.hero-layout { display:grid; grid-template-columns:minmax(0,560px) minmax(340px,440px); align-items:center; justify-content:center; gap:clamp(64px,6vw,88px); }.hero-content { max-width:555px; justify-self:end; }.eyebrow { color:var(--brand); font-size:.7rem; font-weight:700; letter-spacing:.1em; text-transform:uppercase; }.hero h1 { margin:17px 0; font-family:var(--display); font-size:clamp(3.25rem,5.4vw,5.2rem); font-weight:600; letter-spacing:-.075em; line-height:1.03; }.hero h1 em { color:var(--brand); font-style:normal; }.hero-sub { max-width:460px; color:var(--muted); font-size:.92rem; line-height:1.75; }.hero-actions { display:flex; align-items:center; gap:20px; margin-top:30px; }.btn-primary { display:inline-flex; align-items:center; justify-content:center; gap:14px; padding:13px 19px; border:0; border-radius:8px; background:var(--brand); color:#10100f; font-size:.82rem; font-weight:700; transition:transform .2s var(--ease),background .2s,box-shadow .2s; }.btn-primary:hover { transform:translateY(-2px); background:#aec2ee; box-shadow:0 10px 30px rgba(145,169,223,.2); }.text-link { color:var(--text); font-size:.81rem; font-weight:700; transition:color .2s; }.text-link:hover { color:var(--brand); }.hero-link { display:inline-flex; align-items:center; gap:15px; padding-bottom:7px; border-bottom:1px solid var(--brand); }.hero-feature { position:relative; overflow:hidden; aspect-ratio:4/5; border-radius:12px; background:var(--surface-2); }.hero-feature::after { content:''; position:absolute; inset:0; background:linear-gradient(135deg,rgba(16,16,15,.08),rgba(16,16,15,.28)); }.hero-feature img { width:100%; height:100%; object-fit:cover; object-position:center; filter:saturate(.72) contrast(.94); }

.catalog { padding:42px 0 112px; }.catalog-head { display:flex; align-items:flex-end; justify-content:space-between; gap:38px; padding-bottom:26px; }.catalog-head h2,.about-content h2 { margin:9px 0; font-family:var(--display); font-size:clamp(2rem,3.5vw,3.45rem); letter-spacing:-.065em; line-height:1.08; }.catalog-head p:not(.eyebrow) { max-width:570px; color:var(--muted); font-size:.9rem; line-height:1.65; }.search-wrap { position:relative; flex:0 0 338px; }.search-icon { position:absolute; top:14px; left:15px; width:18px; height:18px; color:var(--muted); pointer-events:none; }.search-input { width:100%; height:48px; padding:0 70px 0 45px; border:1px solid var(--line); border-radius:8px; outline:0; background:var(--surface); color:var(--text); font-size:.8rem; transition:border-color .2s,background .2s; }.search-input:focus { border-color:var(--brand); background:#1d1d1a; }.search-input::placeholder { color:var(--faint); }.search-count { position:absolute; top:16px; right:36px; color:var(--muted); font-size:.66rem; }.search-wrap kbd { position:absolute; top:14px; right:12px; color:var(--faint); font-size:.65rem; }.catalog-row { padding-top:18px; }.row-header { display:flex; align-items:center; justify-content:space-between; margin-bottom:18px; }.row-title { color:var(--text); font-family:var(--display); font-size:1rem; font-weight:700; }.row-count { color:var(--muted); font-size:.73rem; }.row-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:16px; }.game-card { overflow:hidden; border:0; border-radius:9px; background:var(--surface); cursor:pointer; transition:transform .3s var(--ease),box-shadow .3s; }.game-card:hover,.game-card:focus-visible { z-index:1; transform:translateY(-5px); outline:1px solid var(--brand); box-shadow:0 16px 32px rgba(0,0,0,.26); }.card-img-wrap,.game-card:first-child .card-img-wrap { position:relative; aspect-ratio:16/9; overflow:hidden; background:var(--surface-2); }.card-img { width:100%; height:100%; object-fit:cover; transition:transform .45s var(--ease); }.game-card:hover .card-img { transform:scale(1.04); }.card-img-grad { position:absolute; inset:0; background:linear-gradient(0deg,rgba(16,16,15,.44),transparent 55%); }.card-index { display:none; }.card-body { min-height:104px; padding:13px 14px; display:flex; flex-direction:column; }.card-status { color:var(--brand); font-size:.62rem; font-weight:700; }.card-title { margin:5px 0 7px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; font-family:var(--display); font-size:.9rem; letter-spacing:-.03em; }.card-desc { display:none; }.card-footer-row { margin-top:auto; padding-top:7px; }.card-cta { color:#d4def8; font-size:.68rem; font-weight:700; }.catalog-empty { padding:80px 20px; text-align:center; color:var(--muted); }.catalog-empty p { margin-bottom:12px; }.catalog-empty button { border:0; background:transparent; border-bottom:1px solid var(--brand); color:var(--brand); font-size:.8rem; font-weight:700; }

.about-section { padding:100px 0; }.about-wrap { position:relative; display:grid; grid-template-columns:260px minmax(0,1fr); align-items:center; gap:clamp(55px,10vw,160px); }.about-profile { text-align:center; }.about-avatar-ring { padding:5px; border-radius:50%; background:linear-gradient(135deg,#91a9df,#d0c4aa); box-shadow:0 20px 60px rgba(0,0,0,.28); }.about-avatar { width:100%; aspect-ratio:1; border-radius:50%; object-fit:cover; background:var(--surface); }.about-profile p { margin-top:16px; color:var(--text); font-size:.68rem; font-weight:700; letter-spacing:.08em; }.about-profile p span { color:var(--muted); }.about-lead { max-width:640px; color:var(--text); font-size:1rem; line-height:1.7; }.about-copy { max-width:630px; margin-top:13px; color:var(--muted); font-size:.86rem; line-height:1.65; }.about-actions { display:flex; align-items:center; gap:21px; flex-wrap:wrap; margin-top:28px; }.site-footer { padding:26px 0; }.footer-inner { display:flex; align-items:center; gap:25px; }.footer-inner p { margin-right:auto; color:var(--faint); font-size:.7rem; }.back-top { color:var(--muted); font-size:.7rem; font-weight:600; }.back-top:hover { color:var(--text); }

.modal-overlay { position:fixed; inset:0; z-index:200; display:flex; align-items:center; justify-content:center; padding:24px; background:rgba(3,4,8,.76); opacity:0; backdrop-filter:blur(9px); transition:opacity .2s; }.modal-overlay[hidden] { display:none; }.modal-overlay.open { opacity:1; }.modal { width:min(100%,630px); overflow:hidden; border:1px solid var(--line); border-radius:14px; background:var(--surface); box-shadow:0 28px 90px rgba(0,0,0,.55); transform:translateY(18px) scale(.98); transition:transform .25s var(--ease); }.modal-overlay.open .modal { transform:translateY(0) scale(1); }.modal-close { position:absolute; z-index:2; top:13px; right:13px; width:34px; height:34px; border:0; border-radius:50%; background:rgba(8,9,13,.72); color:white; font-size:1.4rem; }.modal-cover-wrap { position:relative; aspect-ratio:16/8; background:var(--surface-2); }.modal-cover { width:100%; height:100%; object-fit:cover; }.modal-cover-grad { position:absolute; inset:0; background:linear-gradient(0deg,var(--surface),transparent 62%); }.modal-label { position:absolute; bottom:16px; left:24px; color:#d9ddff; font-size:.65rem; font-weight:700; }.modal-body { padding:0 25px 26px; }.modal-title { margin-bottom:9px; font-family:var(--display); font-size:1.7rem; letter-spacing:-.055em; }.modal-desc { margin-bottom:20px; color:var(--muted); font-size:.86rem; line-height:1.68; }.btn-full-width { width:100%; }.modal-footnote { margin-top:11px; color:var(--faint); font-size:.66rem; text-align:center; } body.modal-open { overflow:hidden; }

.page-header { width:min(1280px,calc(100% - 64px)); margin:auto; padding:calc(var(--nav) + 70px) 0 32px; }.page-eyebrow { color:#b5bfff; font-size:.71rem; font-weight:700; text-transform:uppercase; letter-spacing:.08em; }.page-title { margin:13px 0; font-family:var(--display); font-size:clamp(2.5rem,5vw,4.4rem); letter-spacing:-.07em; line-height:1.02; }.page-sub { max-width:565px; color:var(--muted); font-size:.9rem; line-height:1.7; }.supporters-section { width:min(1280px,calc(100% - 64px)); margin:auto; padding:30px 0 90px; border-top:1px solid var(--line); }.supporters-count { margin-bottom:16px; color:var(--muted); font-size:.72rem; }.supporters-grid { display:grid; grid-template-columns:repeat(auto-fill,minmax(158px,1fr)); gap:13px; }.supporter-chip,.skeleton-chip { display:flex; flex-direction:column; align-items:center; gap:9px; min-height:159px; padding:16px; border:1px solid var(--line); border-radius:11px; background:var(--surface); transition:transform .25s,border-color .25s; }.supporter-chip:hover { transform:translateY(-4px); border-color:rgba(155,167,255,.7); }.supporter-avatar,.skeleton-chip::before { width:89px; height:89px; flex:none; }.supporter-name { max-width:100%; overflow:hidden; color:var(--text); font-size:.74rem; font-weight:700; text-overflow:ellipsis; white-space:nowrap; }.skeleton-chip::before,.skeleton-chip::after { content:''; display:block; background:linear-gradient(100deg,var(--surface-2) 25%,#262a38 50%,var(--surface-2) 75%); background-size:200% 100%; animation:shimmer 1.5s infinite; }.skeleton-chip::after { width:70%; height:9px; border-radius:10px; }@keyframes shimmer { to { background-position:-200% 0; } }.supporters-empty,.supporters-error { padding:65px 20px; color:var(--muted); text-align:center; }.supporters-error a,.supporters-empty a { color:#b7c0ff; }.blink-eyes-loop { animation:blink 4s infinite ease-in-out; transform-box:fill-box; transform-origin:center; }@keyframes blink { 0%,90%,100% { transform:scaleY(1); }95% { transform:scaleY(.1); } }.fade-in { opacity:0; transform:translateY(16px); transition:opacity .5s var(--ease),transform .5s var(--ease); }.fade-in.visible { opacity:1; transform:none; }

@media (max-width:1080px) { .hero-layout { grid-template-columns:minmax(0,1fr) minmax(300px,360px); gap:48px; } }
@media (max-width:900px) { .row-grid { grid-template-columns:repeat(3,minmax(0,1fr)); }.about-wrap { grid-template-columns:220px 1fr; gap:60px; } }
@media (max-width:700px) { :root { --nav:64px; }.container,.nav-inner,.page-header,.supporters-section { width:calc(100% - 40px); }.nav-inner { gap:0; }.nav-links { display:none; }.nav-links.open { position:absolute; top:64px; left:0; right:0; display:flex; flex-direction:column; align-items:stretch; gap:0; padding:8px 20px 16px; border-bottom:1px solid var(--line); background:#11131b; }.nav-links a { display:block; padding:11px 0; }.nav-cta { display:none; }.hamburger { display:flex; }.hamburger[aria-expanded="true"] span:first-child { transform:translateY(3px) rotate(45deg); }.hamburger[aria-expanded="true"] span:last-child { transform:translateY(-3px) rotate(-45deg); }
.hero { min-height:0; padding:calc(var(--nav) + 46px) 0 46px; }.hero-layout { grid-template-columns:1fr; gap:34px; }.hero-feature { width:min(100%,360px); aspect-ratio:4/5; }.hero h1 { font-size:clamp(3rem,14vw,4.15rem); }.hero-sub { font-size:.92rem; }
.catalog { padding:68px 0 78px; }.catalog-head { display:block; padding-bottom:24px; }.catalog-head h2 { font-size:2.2rem; }.catalog-head p:not(.eyebrow) { margin-top:9px; }.search-wrap { width:100%; margin-top:23px; }.row-grid { grid-template-columns:repeat(2,minmax(0,1fr)); gap:10px; }.card-body { min-height:132px; padding:12px; }.card-title { font-size:.82rem; }.card-desc { font-size:.63rem; }.card-status,.card-cta { font-size:.58rem; }.card-footer-row { padding-top:7px; }
.about-section { padding:70px 0; }.about-wrap { grid-template-columns:1fr; gap:38px; }.about-profile { width:190px; }.about-content h2 { font-size:2.25rem; }.about-lead { font-size:.94rem; }.about-actions { flex-direction:column; align-items:flex-start; gap:18px; }.footer-inner { flex-wrap:wrap; gap:13px 18px; }.footer-inner p { width:100%; order:3; }.back-top { margin-left:auto; }.modal-overlay { align-items:end; padding:0; }.modal { max-height:92vh; overflow:auto; border-radius:14px 14px 0 0; }.modal-body { padding:0 20px 23px; }.page-header { padding-top:110px; }.page-title { font-size:2.9rem; }.supporters-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }.supporter-chip,.skeleton-chip { min-height:143px; }.supporter-avatar,.skeleton-chip::before { width:73px; height:73px; } }
@media (prefers-reduced-motion:reduce) { *,*::before,*::after { animation-duration:.01ms!important; animation-iteration-count:1!important; scroll-behavior:auto!important; transition-duration:.01ms!important; } }
