:root{--vgm-accent:#f6ab07;--vgm-ink:#0d1117;--vgm-muted:#69707d;--vgm-line:#e7e9ee;--vgm-soft:#f6f7f9;--vgm-white:#fff;--vgm-danger:#b42318;--vgm-success:#067647;--vgm-radius:18px;--vgm-shadow:0 15px 45px rgba(13,17,23,.08)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--vgm-ink);background:#fff;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;line-height:1.6}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}button,input,select,textarea{font:inherit}.vgm-container{width:min(1280px,calc(100% - 40px));margin:auto}.vgm-muted{color:var(--vgm-muted)}
.vgm-site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.94);border-bottom:1px solid var(--vgm-line);backdrop-filter:blur(16px)}.vgm-header-inner{height:76px;display:flex;align-items:center;gap:26px}.custom-logo{max-height:46px;width:auto}.vgm-wordmark{font-weight:900;letter-spacing:-.03em;font-size:20px}.vgm-wordmark span{display:block;font-weight:700;font-size:9px;letter-spacing:.18em;color:var(--vgm-muted)}.vgm-nav{flex:1}.vgm-nav ul{list-style:none;display:flex;align-items:center;gap:26px;padding:0;margin:0}.vgm-nav a{font-size:14px;font-weight:700}.vgm-nav a:hover{color:#9a6500}.vgm-header-tools{display:flex;align-items:center;gap:12px}.vgm-search-toggle,.vgm-mobile-toggle{border:0;background:transparent;font-size:23px;cursor:pointer}.vgm-mobile-toggle{display:none}.vgm-header-cta{font-size:13px;font-weight:850;border:1px solid var(--vgm-line);padding:9px 13px;border-radius:999px}.vgm-search-panel{border-top:1px solid var(--vgm-line);padding:16px 0}.vgm-search-panel form{display:flex}.vgm-search-panel input{flex:1;border:1px solid var(--vgm-line);border-right:0;border-radius:12px 0 0 12px;padding:13px 15px}.vgm-search-panel button,.vgm-hero-search button,.button{border:0;background:var(--vgm-accent);font-weight:850;padding:13px 19px;border-radius:0 12px 12px 0;cursor:pointer}.button{display:inline-flex;align-items:center;justify-content:center;border-radius:12px;min-height:46px}.button.is-dark{background:#11151c;color:#fff}.button.is-ghost{background:transparent;color:#fff;border:1px solid #343b47}
.vgm-hero{background:linear-gradient(135deg,#fff8e6,#fff 45%,#f5f7fa);padding:70px 0 60px;overflow:hidden}.vgm-hero-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:52px;align-items:center}.vgm-kicker{display:inline-block;color:#9b6800;font-size:12px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;margin-bottom:13px}.vgm-hero h1{font-size:clamp(44px,6vw,78px);line-height:.98;letter-spacing:-.055em;margin:0 0 24px;max-width:880px}.vgm-hero-copy>p{font-size:19px;color:var(--vgm-muted);max-width:760px}.vgm-hero-search{display:flex;margin-top:28px;max-width:720px;box-shadow:var(--vgm-shadow)}.vgm-hero-search input{flex:1;padding:17px 18px;border:1px solid var(--vgm-line);border-right:0;border-radius:14px 0 0 14px}.vgm-tech-chips{display:flex;flex-wrap:wrap;gap:9px;margin-top:18px}.vgm-tech-chips span{background:#fff;border:1px solid var(--vgm-line);border-radius:999px;padding:6px 10px;font-size:12px;font-weight:750}.vgm-hero-panel{position:relative;min-height:410px;border-radius:28px;background:#11151c;color:#fff;padding:38px;box-shadow:0 30px 70px rgba(13,17,23,.25);display:flex;flex-direction:column;justify-content:flex-end;overflow:hidden}.vgm-hero-panel:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(246,171,7,.2),transparent 50%)}.vgm-hero-panel>*{position:relative;z-index:2}.vgm-hero-panel>span{color:var(--vgm-accent);letter-spacing:.18em;font-size:11px;font-weight:900}.vgm-hero-panel strong{font-size:34px;line-height:1.1;margin:12px 0 26px}.vgm-hero-panel a{font-weight:850}.vgm-hero-orb{position:absolute!important;width:240px;height:240px;border-radius:50%;top:-75px;right:-55px;background:radial-gradient(circle at 35% 35%,#ffe9a1,var(--vgm-accent) 42%,#7c4f00 70%);box-shadow:0 0 100px rgba(246,171,7,.3)}
.vgm-section{padding:70px 0}.vgm-soft{background:var(--vgm-soft)}.vgm-section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:28px}.vgm-section-head.compact{margin-bottom:10px}.vgm-section-head h2{margin:0;font-size:32px;letter-spacing:-.035em}.vgm-section-head a{font-weight:850;font-size:14px}.vgm-game-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}.vgm-game-card{background:#fff;border:1px solid var(--vgm-line);border-radius:var(--vgm-radius);overflow:hidden;transition:.25s ease;min-width:0}.vgm-game-card:hover{transform:translateY(-5px);box-shadow:var(--vgm-shadow)}.vgm-game-media{display:block;aspect-ratio:1.5;overflow:hidden;position:relative;background:#eef0f3}.vgm-game-media img{width:100%;height:100%;object-fit:cover;transition:.35s}.vgm-game-card:hover .vgm-game-media img{transform:scale(1.035)}.vgm-game-placeholder{position:absolute;inset:0;display:grid;place-items:center;font-size:46px;font-weight:900;color:#c5cad2}.vgm-card-badge,.vgm-version-badge{position:absolute;top:12px;border-radius:999px;padding:5px 9px;font-size:10px;font-weight:850}.vgm-card-badge{left:12px;background:rgba(13,17,23,.86);color:#fff}.vgm-version-badge{right:12px;background:var(--vgm-accent);color:#111}.vgm-game-card-body{padding:18px}.vgm-card-meta{font-size:12px;color:#a16b00;font-weight:850}.vgm-game-card h3{font-size:18px;line-height:1.3;margin:7px 0 8px}.vgm-game-card p{font-size:13px;color:var(--vgm-muted);margin:0 0 14px}.vgm-card-specs{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:16px}.vgm-card-specs span{font-size:10px;font-weight:800;background:var(--vgm-soft);border:1px solid var(--vgm-line);padding:4px 7px;border-radius:999px}.vgm-card-actions{display:flex;justify-content:space-between;align-items:center;gap:10px}.vgm-text-link{font-size:12px;font-weight:850}.vgm-demo-link{font-size:12px;font-weight:850;padding:8px 10px;border:1px solid var(--vgm-line);border-radius:10px}.vgm-demo-link:hover{border-color:var(--vgm-accent)}
.vgm-category-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}.vgm-category-card{background:#11151c;color:#fff;border-radius:16px;padding:22px;min-height:150px;display:flex;flex-direction:column;justify-content:flex-end;transition:.2s}.vgm-category-card:hover{transform:translateY(-3px);background:#191f28}.vgm-category-icon{width:42px;height:42px;border-radius:12px;display:grid;place-items:center;background:var(--vgm-accent);color:#111;font-weight:900;margin-bottom:auto}.vgm-category-card strong{font-weight:850}.vgm-category-card small{opacity:.65}
.vgm-studio-cta{background:#0c1016;color:#fff;padding:76px 0}.vgm-studio-grid{display:grid;grid-template-columns:1fr .7fr;gap:70px;align-items:center}.vgm-studio-cta h2{font-size:45px;line-height:1.04;margin:5px 0 16px}.vgm-studio-cta p{color:#aab1bc;font-size:18px;max-width:680px}.vgm-cta-actions{display:flex;gap:12px;margin-top:25px}.vgm-code-card{border:1px solid #303844;border-radius:22px;padding:34px;background:linear-gradient(145deg,#141a23,#0d1117);display:flex;flex-direction:column;gap:12px}.vgm-code-card code{color:var(--vgm-accent);font-size:13px}.vgm-code-card strong{font-size:25px}.vgm-code-card span{color:#88919f}
.vgm-archive-hero{background:var(--vgm-soft);padding:48px 0}.vgm-archive-hero h1{font-size:48px;margin:6px 0;letter-spacing:-.045em}.vgm-archive-hero p{max-width:760px;color:var(--vgm-muted)}.vgm-filterbar{display:grid;grid-template-columns:2fr 1fr 1fr auto;gap:10px;margin-bottom:22px}.vgm-filterbar input,.vgm-filterbar select{width:100%;border:1px solid var(--vgm-line);border-radius:11px;padding:11px 12px;background:#fff}.vgm-filterbar button{border:0;border-radius:11px;background:#11151c;color:#fff;font-weight:850;padding:0 18px}.vgm-result-count{font-size:12px;color:var(--vgm-muted);margin-bottom:16px}.vgm-pagination{display:flex;gap:8px;justify-content:center;margin-top:35px}.vgm-pagination .page-numbers{border:1px solid var(--vgm-line);padding:9px 13px;border-radius:9px}.vgm-pagination .current{background:var(--vgm-accent);border-color:var(--vgm-accent);font-weight:850}
.vgm-game-hero{padding:52px 0;background:linear-gradient(180deg,#fff,#fafbfc)}.vgm-game-hero-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.8fr);gap:48px;align-items:start}.vgm-game-summary{position:sticky;top:100px}.vgm-breadcrumb{font-size:12px;color:var(--vgm-muted);margin-bottom:12px}.vgm-game-summary h1{font-size:44px;line-height:1.04;letter-spacing:-.045em;margin:0 0 16px}.vgm-lead{font-size:17px;color:var(--vgm-muted);margin:0 0 18px}.vgm-summary-badges{display:flex;flex-wrap:wrap;gap:7px;margin-bottom:18px}.vgm-summary-badges span{font-size:11px;font-weight:850;border:1px solid var(--vgm-line);border-radius:999px;padding:6px 9px}.vgm-summary-badges .is-live{color:var(--vgm-success);border-color:#a6f4c5;background:#ecfdf3}.vgm-summary-badges .is-danger{color:var(--vgm-danger);border-color:#fecdca;background:#fef3f2}.vgm-spec-table{border:1px solid var(--vgm-line);border-radius:16px;overflow:hidden}.vgm-spec-table>div{display:grid;grid-template-columns:.75fr 1.25fr;gap:10px;padding:11px 14px;border-bottom:1px solid var(--vgm-line)}.vgm-spec-table>div:last-child{border-bottom:0}.vgm-spec-table span{font-size:11px;color:var(--vgm-muted)}.vgm-spec-table strong{font-size:12px}.vgm-game-actions{display:flex;gap:10px;margin-top:18px}.vgm-maintenance-note{display:block;padding:11px 13px;background:#fef3f2;color:var(--vgm-danger);border-radius:11px;font-size:12px;font-weight:750}.vgm-gallery-stage{border-radius:22px;overflow:hidden;background:#eef0f3;aspect-ratio:1.45}.vgm-gallery-main{width:100%;height:100%;object-fit:cover;display:block}.vgm-gallery-empty{height:100%;display:grid;place-items:center;color:var(--vgm-muted)}.vgm-gallery-thumbs{display:grid;grid-template-columns:repeat(5,1fr);gap:8px;margin-top:10px}.vgm-gallery-thumb{border:2px solid transparent;border-radius:10px;overflow:hidden;padding:0;background:#fff;cursor:pointer;aspect-ratio:1.4}.vgm-gallery-thumb.is-active{border-color:var(--vgm-accent)}.vgm-gallery-thumb img{width:100%;height:100%;object-fit:cover;display:block}.vgm-content-grid{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:55px;align-items:start}.vgm-game-content>section{padding:0 0 52px;margin-bottom:52px;border-bottom:1px solid var(--vgm-line)}.vgm-game-content h2{font-size:30px;margin:0 0 16px}.vgm-game-content p,.vgm-game-content li{color:#424955}.vgm-game-sidebar{position:sticky;top:100px}.vgm-side-card{border:1px solid var(--vgm-line);border-radius:18px;padding:20px;background:var(--vgm-soft)}.vgm-side-card>strong{font-size:17px}.vgm-side-card p{font-size:13px;color:var(--vgm-muted)}.vgm-side-card ul{padding-left:20px;font-size:12px}.vgm-video-embed iframe{width:100%;aspect-ratio:16/9;border:0;border-radius:18px}.vgm-compat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.vgm-compat-grid>div{border:1px solid var(--vgm-line);border-radius:12px;padding:14px}.vgm-compat-grid span{display:block;color:var(--vgm-muted);font-size:11px}.vgm-compat-grid strong{font-size:14px}.vgm-release-list{display:grid;gap:12px}.vgm-release-item{border:1px solid var(--vgm-line);border-radius:14px;padding:15px}.vgm-release-item>div{display:flex;justify-content:space-between;gap:20px}.vgm-release-item>div span{font-size:11px;color:var(--vgm-muted)}.vgm-release-item p{margin:10px 0 0!important;font-size:13px}
.vgm-license-box{background:var(--vgm-soft);border:1px solid var(--vgm-line)!important;border-radius:20px;padding:24px!important;margin-bottom:0!important}.vgm-license-form{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:20px}.vgm-license-form label{font-size:12px;font-weight:800}.vgm-license-form input,.vgm-license-form select,.vgm-license-form textarea{width:100%;display:block;margin-top:5px;border:1px solid #d7dbe1;border-radius:10px;padding:10px;background:#fff}.vgm-license-form .wide{grid-column:1/-1}.vgm-hp{position:absolute!important;left:-9999px!important}.vgm-form-success,.vgm-form-error{padding:11px 13px;border-radius:10px;font-size:13px;margin:12px 0}.vgm-form-success{background:#ecfdf3;color:var(--vgm-success)}.vgm-form-error{background:#fef3f2;color:var(--vgm-danger)}
.vgm-demo-page{margin:0;background:#080b10;color:#fff;overflow:hidden}.vgm-demo-shell{height:100dvh;display:grid;grid-template-rows:58px 1fr}.vgm-demo-toolbar{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:12px;padding:0 14px;background:#111720;border-bottom:1px solid #2a313c}.vgm-demo-toolbar>a{font-size:12px;font-weight:800}.vgm-demo-toolbar strong{text-align:center;font-size:13px}.vgm-demo-toolbar>div{justify-self:end;display:flex;gap:7px}.vgm-demo-toolbar button{border:1px solid #39414e;background:#1b222d;color:#fff;border-radius:8px;padding:7px 10px;cursor:pointer}.vgm-demo-stage{min-height:0;display:grid;place-items:center}.vgm-demo-stage iframe{width:100%;height:100%;border:0;background:#000}.vgm-demo-message{text-align:center;max-width:600px;padding:30px}.vgm-demo-message h1{font-size:34px}.vgm-demo-message p{color:#9ba5b4}
.vgm-footer{background:#090c11;color:#fff;padding:58px 0 24px}.vgm-footer-cta{display:flex;align-items:center;justify-content:space-between;gap:30px;border-bottom:1px solid #252b34;padding-bottom:38px}.vgm-footer-cta h2{font-size:30px;margin:4px 0}.vgm-footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:40px;padding:42px 0}.vgm-footer-grid p{color:#7f8998;max-width:360px}.vgm-footer-grid h4{margin:0 0 13px}.vgm-footer-grid a,.vgm-footer-grid span{display:block;color:#aab1bc;font-size:14px;margin:8px 0}.vgm-footer-bottom{border-top:1px solid #252b34;padding-top:22px;display:flex;justify-content:space-between;color:#727d8c;font-size:12px}.vgm-page-content{max-width:920px}.vgm-page-content h1{font-size:46px}.vgm-index-item{padding:20px 0;border-bottom:1px solid var(--vgm-line)}.vgm-empty{text-align:center;padding:80px 0}.vgm-empty>span{font-size:90px;font-weight:900;color:var(--vgm-accent)}
html[dir=rtl] .vgm-search-panel input,html[dir=rtl] .vgm-hero-search input{border-right:1px solid var(--vgm-line);border-left:0;border-radius:0 12px 12px 0}html[dir=rtl] .vgm-search-panel button,html[dir=rtl] .vgm-hero-search button{border-radius:12px 0 0 12px}html[dir=rtl] .vgm-side-card ul{padding-left:0;padding-right:20px}
@media(max-width:1080px){.vgm-game-grid{grid-template-columns:repeat(3,1fr)}.vgm-category-grid{grid-template-columns:repeat(4,1fr)}.vgm-hero-grid{grid-template-columns:1fr}.vgm-hero-panel{min-height:300px}.vgm-game-hero-grid,.vgm-content-grid{grid-template-columns:1fr}.vgm-game-summary,.vgm-game-sidebar{position:static}.vgm-nav{display:none;position:absolute;top:76px;left:0;right:0;background:#fff;border-bottom:1px solid var(--vgm-line);padding:16px 20px}.vgm-nav.is-open{display:block}.vgm-nav ul{flex-direction:column;align-items:flex-start}.vgm-mobile-toggle{display:block;margin-left:auto}}
@media(max-width:760px){.vgm-container{width:min(100% - 28px,1280px)}.vgm-header-inner{height:66px;gap:12px}.vgm-nav{top:66px}.vgm-header-cta{display:none}.vgm-hero{padding:45px 0}.vgm-hero h1{font-size:46px}.vgm-hero-copy>p{font-size:16px}.vgm-hero-search{display:grid}.vgm-hero-search input{border:1px solid var(--vgm-line);border-radius:12px 12px 0 0}.vgm-hero-search button{border-radius:0 0 12px 12px}.vgm-game-grid{grid-template-columns:repeat(2,1fr);gap:12px}.vgm-category-grid{grid-template-columns:repeat(2,1fr)}.vgm-studio-grid,.vgm-footer-grid{grid-template-columns:1fr}.vgm-studio-cta h2{font-size:36px}.vgm-footer-cta{align-items:flex-start;flex-direction:column}.vgm-footer-bottom{flex-direction:column;gap:5px}.vgm-section{padding:52px 0}.vgm-section-head{align-items:flex-start}.vgm-section-head h2{font-size:26px}.vgm-filterbar{grid-template-columns:1fr 1fr}.vgm-filterbar input{grid-column:1/-1}.vgm-filterbar button{min-height:44px}.vgm-game-summary h1{font-size:34px}.vgm-compat-grid{grid-template-columns:1fr 1fr}.vgm-license-form{grid-template-columns:1fr}.vgm-license-form .wide{grid-column:auto}.vgm-demo-toolbar{grid-template-columns:auto 1fr auto}.vgm-demo-toolbar strong{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.vgm-gallery-thumbs{grid-template-columns:repeat(4,1fr)}}
@media(max-width:460px){.vgm-game-grid{grid-template-columns:1fr}.vgm-hero h1{font-size:39px}.vgm-filterbar{grid-template-columns:1fr}.vgm-filterbar input{grid-column:auto}.vgm-compat-grid{grid-template-columns:1fr}.vgm-game-actions{flex-direction:column;align-items:stretch}.vgm-game-actions .button{width:100%}.vgm-demo-toolbar button:first-child{display:none}}
