@import "https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@400;500;700;800&display=swap";:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#f4f4f4;--surface:#fff;--surface-2:#f2f2f2;--surface-3:#e9e9e9;--text:#191919;--muted:#60636a;--line:#d9d9d9;--red:#e7b51f;--red-dark:#b98900;--green:#49a35c;--content:min(1320px, calc(100vw - 48px));--header-x:18px;--type-xs:12px;--type-sm:14px;--type-md:16px;--type-lg:19px;--type-xl:21px;--weight-regular:400;--weight-medium:500;--weight-bold:700;--weight-heavy:800;--title-size-topic:var(--type-xl);--title-size-detail:var(--type-xl);--title-line-detail:1.18;font-family:Noto Sans SC,system-ui,sans-serif;font-size:var(--type-sm);font-weight:var(--weight-regular);background:var(--bg);color:var(--text)}*{box-sizing:border-box}html{background:var(--bg)}body{background:var(--bg);min-width:320px;color:var(--text);margin:0}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}small{font-size:var(--type-xs)}strong,b{font-weight:var(--weight-bold)}img{max-width:100%;display:block}:where(a,button,input,select):focus-visible{outline-offset:3px;outline:3px solid #2e5ea8}.pc-header{width:var(--content);background:#fff;border:1px solid #ddd;border-radius:15px;min-height:0;margin:20px auto 12px;display:block;overflow:hidden;box-shadow:0 2px #0000000d}.pc-header__inner{height:58px;padding:0 0 0 var(--header-x);border-bottom:1px solid #e9bd35;justify-content:space-between;align-items:center;display:flex}.pc-header__identity{align-items:center;gap:22px;min-width:0;display:flex}.pc-brand{flex:none;align-items:center;gap:9px;min-height:44px;margin:0;display:flex}.pc-brand img{object-fit:contain;width:34px;height:34px}.pc-brand span{font:var(--weight-heavy) var(--type-lg)/1.1 "Noto Sans SC", system-ui, sans-serif;letter-spacing:.015em;white-space:nowrap}.pc-header-meta{color:#5c5f65;min-width:0;font-size:var(--type-xs);font-weight:var(--weight-medium);align-items:center;gap:18px;display:flex}.pc-header-meta span{white-space:nowrap}.pc-header-meta strong{color:#252525;font-size:var(--type-xs);font-weight:var(--weight-heavy);margin-left:4px}.pc-nav{background:#f5cf55;align-items:center;min-width:0;height:44px;display:flex;position:relative}.pc-nav>div{width:100%;min-height:44px;padding:0 var(--header-x);scrollbar-width:none;justify-content:flex-start;align-items:center;gap:24px;display:flex;overflow-x:auto}.pc-nav>div::-webkit-scrollbar{display:none}.pc-nav a{color:#72560a;min-height:44px;font-size:var(--type-sm);font-weight:var(--weight-bold);letter-spacing:.015em;white-space:nowrap;border-radius:4px;align-items:center;gap:0;padding:0;display:inline-flex;position:relative}.pc-nav a:hover,.pc-nav a.is-active{color:#3c3216}.pc-nav a.is-active:after{content:"";background:#6f5310;border-radius:2px;height:2px;position:absolute;bottom:3px;left:0;right:0}.pc-search{flex:0 0 325px;width:325px;margin:0 0 0 auto;position:relative}.pc-search span{clip:rect(0 0 0 0);width:1px;height:1px;position:absolute;overflow:hidden}.pc-search input{border:1px solid var(--line);color:#222;width:100%;height:40px;font-size:var(--type-sm);background:#f2f2f2;border-radius:9px;outline:none;padding:0 42px 0 16px}.pc-search:before{content:"";pointer-events:none;border:3px solid #70737a;border-radius:50%;width:12px;height:12px;position:absolute;top:11px;right:15px}.pc-search:after{content:"";transform-origin:50%;pointer-events:none;background:#70737a;border-radius:2px;width:9px;height:3px;position:absolute;top:25px;right:11px;transform:rotate(45deg)}.pc-search input:focus{border-color:#777c88}.pc-intro{width:var(--content);border-bottom:1px solid var(--line);justify-content:space-between;align-items:end;gap:30px;min-height:250px;margin:0 auto;padding:54px 0 45px;display:flex}.pc-intro__lead{color:var(--red);font-weight:var(--weight-heavy);text-transform:uppercase;letter-spacing:.08em;font-size:var(--type-xs);margin:0 0 8px}.pc-intro h1{font:var(--weight-heavy) var(--type-xl)/.96 "Noto Sans SC", system-ui, sans-serif;letter-spacing:0;margin:0}.pc-intro p:last-child{max-width:600px;color:var(--muted);font-size:var(--type-md);margin:18px 0 0}.pc-dos-callout{border:1px solid #40444d;border-left:3px solid var(--red);background:var(--surface);flex:0 0 250px;padding:18px 20px}.pc-dos-callout span{color:var(--muted);font-size:var(--type-xs);margin-bottom:5px;display:block}.pc-dos-callout strong{font:var(--weight-heavy) var(--type-lg)/1.2 "Noto Sans SC", system-ui, sans-serif}.pc-page{width:var(--content);grid-template-columns:minmax(0,1fr) 296px;align-items:start;gap:18px;margin:0 auto;display:grid}.pc-main-column{min-width:0}.pc-featured,.pc-catalog{border:1px solid var(--line);background:#fff;border-radius:12px;width:auto;margin:0 0 12px;padding:22px 24px}.pc-featured{border-bottom:1px solid var(--line)}.pc-section-heading{justify-content:space-between;align-items:end;gap:20px;margin-bottom:20px;display:flex}.pc-section-heading h2{font:var(--weight-heavy) var(--type-xl)/1.25 "Noto Sans SC", system-ui, sans-serif;margin:0}.pc-section-heading p{color:var(--muted);font-size:var(--type-xs);margin:7px 0 0}.pc-catalog-tools{justify-content:flex-end;align-items:center;gap:14px;display:flex}.pc-catalog-tools--filters-only{display:none}.pc-catalog-state{color:#55585f;font-size:var(--type-xs);white-space:nowrap}.pc-featured-rail{scrollbar-color:#aaa transparent;grid-auto-columns:172px;grid-auto-flow:column;gap:16px;padding-bottom:8px;display:grid;overflow-x:auto}.pc-featured-card{background:var(--surface-2);border-radius:10px;width:172px;height:250px;display:block;position:relative;overflow:hidden}.pc-featured-card>img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.pc-featured-card:hover>img{transform:scale(1.035)}.pc-featured-card>span{background:linear-gradient(#0000,#000000eb);padding:38px 13px 13px;display:block;position:absolute;inset:auto 0 0}.pc-featured-card strong,.pc-featured-card small{display:block}.pc-featured-card strong{color:#fff;font-size:var(--type-xs);line-height:1.35}.pc-featured-card small{color:#c2c4ca;font-size:var(--type-xs);margin-top:4px}.pc-sort{color:var(--muted);font-size:var(--type-xs);align-items:center;gap:10px;display:flex}.pc-sort select{border:1px solid var(--line);color:#222;background:var(--surface-2);border-radius:7px;min-width:130px;height:44px;padding:0 10px}.pc-game-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:22px 18px;display:grid}.pc-game-card{min-width:0}.pc-game-card__cover{aspect-ratio:174/246;background:var(--surface-2);display:block;overflow:hidden}.pc-game-card__cover img{object-fit:cover;width:100%;height:100%;transition:transform .3s,opacity .24s}.pc-cover-image{opacity:0}.pc-cover-image.is-loaded{opacity:1}.pc-game-card:hover .pc-game-card__cover img{transform:scale(1.025)}.pc-game-card__meta{padding-top:8px}.pc-game-card__meta>a{min-height:0;font-size:var(--type-sm);line-height:1.35;font-weight:var(--weight-bold);display:block}.pc-game-card__meta>a:hover{color:#9a7300}.pc-game-card__meta div{border-top:1px solid var(--line);color:#5f6268;font-size:var(--type-xs);justify-content:space-between;gap:10px;padding-top:9px;display:flex}.pc-game-card__meta div span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.pc-game-card__meta div strong{color:#222}.pc-empty{width:auto;color:var(--muted);text-align:center;margin:58px auto}.pc-empty>span{display:block}.pc-empty__actions{flex-wrap:wrap;justify-content:center;gap:10px;margin-top:14px;display:flex!important}.pc-empty__actions a,.pc-empty__actions button{color:#342a0b;min-height:44px;font-weight:var(--weight-bold);cursor:pointer;background:#f7d66d;border:1px solid #d1a31c;border-radius:7px;align-items:center;padding:0 14px;display:inline-flex}.is-missing{filter:grayscale();background:#ececec;padding:20%;object-fit:contain!important}.pc-sidebar{background:0 0;border:0;border-radius:0;min-width:0;padding:0;position:relative}.pc-sidebar>.pc-source-sidebar{width:100%}.pc-filter-trigger{color:#342a0b;min-height:44px;font-weight:var(--weight-heavy);cursor:pointer;background:#f5cf55;border:1px solid #d1a31c;border-radius:7px;align-items:center;padding:0 13px;display:none}.pc-filter-trigger__value{color:#6b5210;max-width:110px;font-size:var(--type-xs);text-overflow:ellipsis;white-space:nowrap;margin-left:8px;overflow:hidden}.pc-filter-dialog{background:#fff;border:0;width:min(420px,100%);height:100%;max-height:none;margin:0 0 0 auto;padding:0;box-shadow:-16px 0 50px #0000002e}.pc-filter-dialog::backdrop{background:#14141480}.pc-filter-dialog__shell{flex-direction:column;height:100%;display:flex}.pc-filter-dialog__top{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:18px;min-height:78px;padding:12px 18px;display:flex}.pc-filter-dialog__top span{color:var(--muted);font-size:var(--type-xs);font-weight:var(--weight-heavy);letter-spacing:.08em}.pc-filter-dialog__top h2{font-size:var(--type-xl);margin:3px 0 0}.pc-filter-dialog__close{border:1px solid var(--line);color:#41444a;min-width:58px;min-height:44px;font-weight:var(--weight-heavy);cursor:pointer;background:#f4f4f4;border-radius:7px}.pc-filter-dialog__content{overscroll-behavior:contain;flex:1;padding:18px;overflow-y:auto}.pc-footer{width:var(--content);border-top:1px solid var(--line);color:#70737a;font-size:var(--type-xs);gap:24px;margin:20px auto 0;padding:28px 0 45px;display:flex}.pc-footer a{align-items:center;min-height:44px;display:inline-flex}.pc-topic-intro{border-bottom:1px solid #d2d2d2;margin-bottom:12px;padding:16px 6px 14px}.pc-topic-intro h1{font-size:var(--title-size-topic);line-height:normal;font-weight:var(--weight-bold);letter-spacing:0;align-items:baseline;gap:10px;margin:0;display:flex}.pc-topic-count{color:#2e2e2e;font-size:var(--type-md);font-weight:var(--weight-bold)}.pc-topic-intro p{max-width:720px;color:var(--muted);font-size:var(--type-sm);margin:11px 0 0;line-height:1.6}.pc-game-card__cover{position:relative}.pc-rank{color:#332708;min-width:38px;font-size:var(--type-xs);font-weight:var(--weight-heavy);text-align:center;background:#f5cf55;border-radius:6px;padding:5px 8px;position:absolute;top:9px;left:9px;box-shadow:0 2px 5px #0000002e}.pc-pagination{justify-content:center;align-items:center;gap:7px;margin-top:30px;display:flex}.pc-pagination button{border:1px solid var(--line);color:#4d4d4d;min-width:44px;height:44px;font-weight:var(--weight-bold);cursor:pointer;background:#f7f7f7;border-radius:7px;padding:0 11px}.pc-pagination button:hover,.pc-pagination button.is-active{color:#332708;background:#f5cf55;border-color:#d5a718}.pc-pagination button:disabled{cursor:not-allowed;opacity:.45}.pc-pagination span{color:var(--muted)}.pc-infinite-loader{border-top:1px solid var(--line);color:#666970;min-height:48px;font-size:var(--type-xs);font-weight:var(--weight-bold);text-align:center;margin-top:26px;padding:14px 0 4px}.pc-infinite-loader.is-complete{color:#8a8c91}.pc-topic-views{flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:22px;display:flex}.pc-topic-views[hidden]{display:none}.pc-topic-view{color:#666970;min-height:40px;font-size:var(--type-sm);font-weight:var(--weight-bold);cursor:pointer;background:#fff;border:1px solid #d8d8d8;border-radius:999px;padding:0 16px}.pc-topic-view:hover{color:#332708;border-color:#bda45c}.pc-topic-view.is-active{color:#332708;background:#f5cf55;border-color:#d1a31c}.pc-topic-view:focus-visible{outline-offset:2px;outline:3px solid #2a5fab47}.pc-page--action .pc-action-catalog-head{justify-content:space-between;align-items:center;gap:20px;margin-bottom:22px;display:flex}.pc-page--action .pc-action-catalog-head h1{font-size:var(--title-size-topic);line-height:normal;font-weight:var(--weight-bold);letter-spacing:0;flex:none;align-items:baseline;gap:10px;margin:0;display:flex}.pc-page--action .pc-action-catalog-head .pc-topic-views{justify-content:flex-end;margin:0}.pc-page--action .pc-action-card-facts{z-index:1;pointer-events:none;justify-content:space-between;align-items:center;gap:6px;display:flex;position:absolute;bottom:8px;left:8px;right:8px}.pc-page--action .pc-action-card-fact{color:#fff;min-height:25px;font-size:var(--type-xs);font-weight:var(--weight-heavy);background:#181818db;border-radius:5px;align-items:center;padding:0 8px;display:inline-flex;box-shadow:0 1px 4px #0000003d}.pc-page--action .pc-action-card-fact--year{color:#332708;background:#f5cf55}.pc-page--action .pc-game-card__meta>div{display:none}.pc-footer a:hover{color:#8a6907}.pc-skeleton{position:relative;overflow:hidden;background:#e8e8e8!important}.pc-skeleton:after{content:"";background:linear-gradient(90deg,#0000,#ffffffb8,#0000);animation:1.35s ease-in-out infinite pc-skeleton-shimmer;position:absolute;inset:0;transform:translate(-100%)}.pc-game-card--skeleton .pc-game-card__meta{gap:9px;display:grid}.pc-game-card--skeleton .pc-skeleton{border-radius:4px;display:block}.pc-skeleton--title{width:82%;height:17px}.pc-skeleton--meta{width:100%;height:22px;margin-top:5px}.pc-skeleton--crumb{width:72px;height:18px;margin-bottom:18px;display:block}.pc-skeleton--detail-title{width:min(100%,620px);height:54px;margin-bottom:12px;display:block}.pc-skeleton--detail-title-short{width:min(68%,430px)}.pc-skeleton--detail-meta{width:55%;height:18px;margin-top:18px;display:block}.pc-skeleton--detail-meta-wide{width:78%}.pc-skeleton--detail-button{border-radius:5px;width:220px;height:48px;margin-top:24px;display:block}@keyframes pc-skeleton-shimmer{to{transform:translate(100%)}}.pc-detail{width:var(--content);border:1px solid var(--line);background:#fff;border-radius:14px;margin:12px auto 0;padding:42px}.pc-detail-hero{border-bottom:1px solid var(--line);grid-template-columns:280px minmax(0,1fr);gap:38px;padding-bottom:34px;display:grid}.pc-detail-poster{aspect-ratio:174/246;background:var(--surface-2);position:relative;overflow:hidden}.pc-detail-poster.is-loading:after{content:"";background:linear-gradient(90deg,#0000,#ffffffb8,#0000);animation:1.35s ease-in-out infinite pc-skeleton-shimmer;position:absolute;inset:0;transform:translate(-100%)}.pc-detail-poster img{object-fit:cover;width:100%;height:100%}.pc-detail-heading{min-width:0;padding-top:4px}.pc-breadcrumb{color:#a47b00;min-height:44px;font-size:var(--type-xs);font-weight:var(--weight-heavy);text-transform:uppercase;letter-spacing:.04em;align-items:center;display:inline-flex}.pc-detail-heading h1{max-width:760px;font:var(--weight-heavy) var(--type-xl)/1.08 "Noto Sans SC", system-ui, sans-serif;letter-spacing:0;overflow-wrap:anywhere;text-wrap:balance;margin:10px 0}.pc-detail-version{color:var(--muted);font-size:var(--type-sm);font-weight:var(--weight-medium);margin:0 0 18px}.pc-detail-facts{max-width:720px;font-size:var(--type-sm);gap:8px;margin:0 0 18px;line-height:1.45;display:grid}.pc-detail-facts div,.pc-requirements div{grid-template-columns:132px 1fr;gap:14px;display:grid}.pc-detail-facts dt,.pc-requirements dt{color:var(--muted)}.pc-detail-facts dd,.pc-requirements dd{margin:0}.pc-detail-tags{flex-wrap:wrap;gap:7px;max-width:740px;margin:0 0 18px;display:flex}.pc-detail-tags span{color:#50535a;min-height:28px;font-size:var(--type-xs);font-weight:var(--weight-bold);background:#f7f7f7;border:1px solid #e3e3e3;border-radius:7px;align-items:center;padding:0 10px;display:inline-flex}.pc-download-row{align-items:center;gap:16px;margin:0 0 20px;display:flex}.pc-download{color:#332708;min-width:220px;height:48px;font-weight:var(--weight-heavy);background:#e7b51f;border-radius:5px;justify-content:center;align-items:center;display:inline-flex}.pc-download:hover{background:#f0c641}.pc-download-size{color:var(--muted);font-size:var(--type-xs);font-weight:var(--weight-bold)}.pc-release-panel{border:1px solid var(--line);background:#fafafa;border-radius:8px;max-width:980px;margin-top:28px;padding:18px}.pc-release-heading{justify-content:space-between;align-items:end;gap:14px;margin-bottom:12px;display:flex}.pc-release-heading h2{font:var(--weight-heavy) var(--type-lg)/1.25 "Noto Sans SC", system-ui, sans-serif;margin:0}.pc-release-heading p{color:var(--muted);font-size:var(--type-xs);margin:0}.pc-release-list{gap:10px;display:grid}.pc-release-card{background:#fff;border:1px solid #dfdfdf;border-radius:8px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px 16px;padding:12px;display:grid}.pc-release-card.is-primary{background:#fffaf0;border-color:#d1a31c}.pc-release-card.is-disabled{opacity:.68}.pc-release-card__title{align-items:center;gap:8px;min-width:0;display:flex}.pc-release-card__title strong{color:#202020;min-width:0;font-size:var(--type-sm);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.pc-release-card__title span{color:#5c470e;font-size:var(--type-xs);font-weight:var(--weight-heavy);background:#f5cf55;border-radius:999px;flex:none;padding:3px 7px}.pc-release-meta{color:#5a5d64;font-size:var(--type-xs);flex-wrap:wrap;grid-column:1/-1;gap:6px 14px;margin:0;display:flex}.pc-release-meta div{gap:5px;min-width:0;display:flex}.pc-release-meta dt{color:#777a82}.pc-release-meta dd{color:#303238;margin:0}.pc-release-download{color:#332708;min-height:44px;font-size:var(--type-xs);font-weight:var(--weight-heavy);white-space:nowrap;background:#f5cf55;border-radius:6px;grid-area:1/2;justify-content:center;align-items:center;padding:0 12px;display:inline-flex}.pc-release-download:hover{background:#f0c641}.pc-release-download.is-unavailable{color:#6b6e75;background:#ececec}.pc-detail-section{max-width:980px;padding-top:32px}.pc-detail-section h2{font:var(--weight-heavy) var(--type-xl)/1.25 "Noto Sans SC", system-ui, sans-serif;margin:0 0 16px}.pc-detail-section>p{color:#4f5156;line-height:1.75}.pc-screenshot-grid{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.pc-screenshot-grid a{aspect-ratio:16/9;background:var(--surface-2);position:relative;overflow:hidden}.pc-screenshot-grid a:focus-visible{outline-offset:4px}.pc-screenshot-grid img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.pc-screenshot-grid a:hover img{transform:scale(1.03)}.pc-section-empty{color:var(--muted);margin:0}.pc-requirements{border:1px solid var(--line);background:#fafafa;border-radius:8px;gap:12px;margin:0;padding:20px;display:grid}.pc-lightbox{color:#fff;background:#111;border:0;border-radius:10px;width:min(1080px,100vw - 32px);max-width:none;max-height:calc(100vh - 32px);padding:0}.pc-lightbox::backdrop{background:#000000b8}.pc-lightbox__shell{gap:12px;padding:14px;display:grid}.pc-lightbox__top,.pc-lightbox__actions{justify-content:space-between;align-items:center;gap:12px;display:flex}.pc-lightbox__top strong{min-width:0;font-size:var(--type-sm);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.pc-lightbox button,.pc-lightbox a{color:#fff;min-height:44px;font-weight:var(--weight-bold);cursor:pointer;background:#ffffff14;border:1px solid #ffffff38;border-radius:7px;justify-content:center;align-items:center;padding:0 12px;display:inline-flex}.pc-lightbox figure{margin:0}.pc-lightbox__media{background:#050505;place-items:center;min-height:min(62vh,620px);display:grid;position:relative;overflow:hidden}.pc-lightbox img{object-fit:contain;background:#050505;width:100%;max-height:calc(100vh - 172px)}.pc-lightbox img[hidden]{display:none}.pc-lightbox__status{color:#d8d8d8;font-size:var(--type-sm);margin:0}.pc-lightbox figcaption{color:#d8d8d8;font-size:var(--type-xs);text-align:center;margin-top:8px}@media (width<=1120px){.pc-page{grid-template-columns:1fr}.pc-sidebar{display:none}.pc-filter-trigger{display:inline-flex}.pc-catalog-tools--filters-only{justify-content:flex-end;margin-bottom:16px;display:flex}}@media (width<=900px){.pc-game-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=760px){:root{--content:min(100% - 24px, 1240px)}.pc-header{border-left:0;border-right:0;border-radius:0;width:100%;min-height:0;margin:0 0 12px;position:static}.pc-header__inner{height:58px;padding:0 12px}.pc-header-meta{display:none}.pc-brand{margin-right:14px}.pc-brand img{width:32px;height:32px}.pc-brand span{font-size:var(--type-md)}.pc-nav{width:100%;overflow-x:auto}.pc-nav:after{content:"";pointer-events:none;background:linear-gradient(90deg,#f5cf5500,#f5cf55 78%);width:42px;position:absolute;top:0;bottom:0;right:0}.pc-nav>div{justify-content:flex-start;gap:22px;min-height:44px;padding:0 14px;overflow-x:auto}.pc-nav a{white-space:nowrap}.pc-search{flex:0 210px;width:min(210px,100vw - 155px);min-width:140px;margin:0 0 0 auto}.pc-intro{flex-direction:column;align-items:stretch;min-height:0;padding:36px 0}.pc-intro h1{font-size:var(--type-xl)}.pc-dos-callout{flex-basis:auto}.pc-featured,.pc-catalog{border-radius:9px;padding:20px 14px}.pc-featured-rail{grid-auto-columns:155px}.pc-featured-card{height:225px}.pc-game-grid{grid-template-columns:repeat(2,1fr);gap:24px 12px}.pc-section-heading--catalog{flex-direction:column;align-items:start}.pc-catalog-tools{flex-wrap:wrap;justify-content:space-between;gap:10px;width:100%}.pc-catalog-state{order:3;width:100%}.pc-sort{flex:1}.pc-sort select{flex:1;min-width:0}.pc-detail{padding-top:24px}.pc-detail-hero{grid-template-columns:118px 1fr;align-items:start;gap:16px}.pc-detail-heading h1{font-size:var(--type-xl);margin-top:8px;line-height:1.1}.pc-detail-version{font-size:var(--type-xs);margin-bottom:14px}.pc-detail-facts{font-size:var(--type-xs);gap:9px}.pc-download-row{flex-direction:column;align-items:stretch;gap:9px;margin-bottom:16px}.pc-download{width:100%;min-width:0;height:46px}.pc-download-size{margin:0;display:block}.pc-release-panel{margin-top:22px;padding:12px}.pc-release-heading{flex-direction:column;align-items:start;gap:4px}.pc-release-card{grid-template-columns:1fr}.pc-release-card__title{flex-direction:column;align-items:start;gap:6px}.pc-release-card__title strong{white-space:normal}.pc-release-download{grid-area:auto;width:100%;min-height:44px}.pc-screenshot-grid{grid-template-columns:1fr}.pc-footer{flex-direction:column;gap:8px}.pc-detail{width:calc(100% - 24px);padding:20px 14px 45px}.pc-detail-hero{display:block}.pc-detail-poster{width:160px;margin:0 auto 22px}.pc-detail-heading{min-width:0}.pc-detail-facts div,.pc-requirements div{grid-template-columns:100px minmax(0,1fr)}.pc-detail-facts dd,.pc-requirements dd{overflow-wrap:anywhere;min-width:0}.pc-detail-tags{margin-bottom:14px}.pc-detail-section{padding-top:28px}.pc-detail-section h2{font-size:var(--type-xl)}.pc-skeleton--detail-title{height:34px}.pc-skeleton--detail-button{width:100%}.pc-lightbox{width:calc(100vw - 20px);max-height:calc(100vh - 20px)}.pc-lightbox__top,.pc-lightbox__actions{flex-direction:column;align-items:stretch}.pc-lightbox button,.pc-lightbox a{width:100%;min-height:44px}.pc-lightbox img{max-height:calc(100vh - 260px)}.pc-topic-intro{padding:14px 2px 13px}.pc-page--action .pc-action-catalog-head{flex-direction:column;align-items:flex-start;gap:14px}.pc-page--action .pc-action-catalog-head .pc-topic-views{justify-content:flex-start}.pc-pagination{flex-wrap:wrap}}@media (width<=420px){.pc-brand span{display:none}.pc-brand{min-width:44px;margin-right:12px}.pc-search{flex-basis:230px;width:min(230px,100vw - 76px)}.pc-detail-heading h1{font-size:var(--type-xl)}}.pc-detail-shell{width:var(--content);grid-template-columns:minmax(0,1fr) 296px;align-items:start;gap:18px;margin:12px auto 0;display:grid}.pc-detail-main{background:#fff;border-radius:8px;min-width:0;padding:20px 24px;position:relative;box-shadow:0 1px 4px #0000000f}.pc-detail-side{z-index:1;flex-direction:column;gap:24px;display:flex;position:relative}.pc-breadcrumbs{color:#8a8a8ae6;font-size:var(--type-xs);flex-wrap:wrap;gap:6px;margin:0 0 20px;line-height:1.5;display:flex}.pc-breadcrumbs a{color:#8a8a8a}.pc-breadcrumbs a:hover{color:#2b2b2b}.pc-detail-shell .pc-detail-hero{border:0;grid-template-columns:215px minmax(0,1fr);align-items:start;gap:30px;min-height:310px;margin-bottom:24px;padding:0;display:grid}.pc-detail-shell .pc-detail-poster{aspect-ratio:215/310;background:#f4f4f4;border-radius:8px;width:215px;box-shadow:0 1px 2px #00000038}.pc-detail-shell .pc-detail-poster img{object-fit:cover;border-radius:8px;width:100%;height:100%}.pc-detail-shell .pc-detail-heading{flex-direction:column;gap:16px;min-width:0;padding-top:0;display:flex}.pc-detail-shell .pc-detail-heading h1{color:#000;max-width:none;font:var(--weight-bold) var(--title-size-detail)/var(--title-line-detail) "Noto Sans SC", system-ui, sans-serif;letter-spacing:0;overflow-wrap:anywhere;text-wrap:balance;margin:0}.pc-detail-buildline{flex-wrap:wrap;align-items:center;gap:6px;margin:-6px 0 0;line-height:1.2;display:flex}.pc-detail-shell .pc-detail-version{color:#d93025;font-size:var(--type-md);font-weight:var(--weight-medium);margin:0}.pc-detail-subtitle{color:#8a8a8a;font-size:var(--type-sm);font-weight:var(--weight-medium);margin:0}.pc-detail-buildline-separator{color:#b1b1b1}.pc-genre-links{vertical-align:middle;flex-wrap:wrap;gap:6px;display:inline-flex!important}.pc-genre-links a{color:#4f535b;min-height:26px;font-size:var(--type-xs);font-weight:var(--weight-medium);background:#f6f6f6;border:1px solid #d8d8d8;border-radius:7px;align-items:center;padding:0 10px;line-height:1;text-decoration:none;display:inline-flex}.pc-genre-links a:hover{color:#7a5a04;background:#fff7d8;border-color:#d1ac27;text-decoration:none}.pc-detail-shell .pc-detail-facts{max-width:none;font-size:var(--type-md);flex-direction:column;gap:6px;margin:0;line-height:1.5;display:flex}.pc-detail-shell .pc-detail-facts div,.pc-tech-list div{display:block}.pc-detail-shell .pc-detail-facts dt,.pc-tech-list dt{color:#000;font-weight:var(--weight-medium);display:inline}.pc-detail-shell .pc-detail-facts dd,.pc-tech-list dd{color:#2b2b2b;overflow-wrap:anywhere;min-width:0;margin:0 0 0 4px;display:inline}.pc-steam-rating{color:#8a8a8a;font-size:var(--type-sm);align-items:baseline;gap:7px;line-height:1.4;display:flex}.pc-steam-rating strong{color:#4aa438;font-size:var(--type-sm)}.pc-update-note{color:#8a8a8a;font-size:var(--type-sm);margin:0;line-height:1.45}.pc-game-desc{color:#3d3d3d;font-size:var(--type-sm);margin:8px 0 2px;line-height:1.68}.pc-game-desc p{margin:0 0 14px}.pc-inline-torrent{color:#fff;width:min(100%,286px);height:46px;font-size:var(--type-lg);font-weight:var(--weight-medium);background:#71c63d;border-radius:8px;justify-content:center;align-items:center;margin:24px auto 0;display:flex;position:relative}.pc-inline-torrent:hover{color:#fff;background:#5dc020}.pc-detail-shell .pc-detail-section{max-width:none;padding-top:0}.pc-gallery-section{margin-top:32px}.pc-detail-shell .pc-detail-section h2{color:#000;font:var(--weight-bold) var(--type-sm)/1.25 "Noto Sans SC", system-ui, sans-serif;letter-spacing:.5px;margin:0 0 16px}.pc-detail-shell .pc-screenshot-grid{grid-template-columns:repeat(3,1fr);gap:clamp(12px,1.8vw,16px);display:grid}.pc-detail-shell .pc-screenshot-grid a{aspect-ratio:16/9;background:#f4f4f4;border-radius:8px;min-width:0;display:block;overflow:hidden}.pc-detail-shell .pc-screenshot-grid img{object-fit:cover;border-radius:8px;width:100%;height:100%;transition:transform .22s,opacity .22s;box-shadow:0 2px 4px #0000001a}.pc-detail-shell .pc-screenshot-grid a:hover img{opacity:.97;transform:translateY(-1px)scale(1.01)}.pc-video-section{margin-top:32px}.pc-video-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(12px,1.8vw,16px);display:grid}.pc-video-card{background:#111;border-radius:8px;min-width:0;margin:0;overflow:hidden}.pc-video-card video{aspect-ratio:16/9;object-fit:cover;background:#050505;width:100%;display:block}.pc-video-card figcaption{color:#d8d8d8;font-size:var(--type-xs);text-overflow:ellipsis;white-space:nowrap;padding:9px 11px;line-height:1.4;overflow:hidden}.pc-video-card figcaption[hidden]{display:none}.pc-video-card.is-error figcaption{color:#fff;white-space:normal}.pc-source-release-block{margin-top:30px}.pc-source-info-basic{background:#fff;border:1px solid #e7e7e7;border-radius:8px;margin:34px 0 20px;overflow:hidden}.pc-source-info-row{border-bottom:1px solid #e7e7e7;gap:32px;padding:10px 14px;display:flex}.pc-source-meta-item{align-items:center;gap:10px;min-width:0;padding:10px 14px;display:flex}.pc-source-info-row .pc-source-meta-item{padding:0}.pc-source-meta-item svg{color:#8a8a8a;flex:0 0 20px;width:20px;height:20px}.pc-source-meta-info{flex-direction:column;gap:2px;min-width:0;display:flex}.pc-source-meta-label{color:#8a8a8a;font-size:var(--type-xs);font-weight:var(--weight-bold);line-height:1}.pc-source-meta-value{color:#2b2b2b;min-width:0;font-size:var(--type-sm);font-weight:var(--weight-bold);overflow-wrap:anywhere;line-height:1.35}.pc-source-meta-item--status{background:#f4f4f4;border-top:1px solid #e7e7e7}.pc-source-download-grid{grid-template-columns:1fr 1fr;gap:20px;margin:24px 0;display:grid}.pc-source-download-grid--single{grid-template-columns:minmax(0,1fr)}.pc-source-download-block{position:relative}.pc-source-download{color:#fff;min-height:52px;font-size:var(--type-lg);font-weight:var(--weight-bold);letter-spacing:.2px;background:#71c63d;border-radius:8px;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffff47}.pc-source-download:after,.pc-inline-torrent:after{content:"";opacity:.15;background:url(/assets/download-decor.png) 50%/contain no-repeat;width:32px;height:28px;position:absolute;bottom:0;right:0}.pc-source-download:hover{color:#fff;background:#5dc020}.pc-source-download[aria-disabled=true]{pointer-events:none;opacity:.58}.pc-source-release-alt{color:#8a8a8a;font-size:var(--type-xs);margin-top:10px;line-height:1.2}.pc-source-release-alt a{color:#000;font-size:var(--type-xs);font-weight:var(--weight-heavy);letter-spacing:.4px;border-bottom:1px dashed #d8d8d8}.pc-tech-details{grid-template-columns:1fr 1fr;gap:18px;margin-top:28px;display:grid}.pc-tech-block{background:#fafafa;border:1px solid #e7e7e7;border-radius:8px;min-width:0;padding:18px}.pc-tech-heading{color:#000;font-size:var(--type-sm);font-weight:var(--weight-bold);margin:0 0 12px}.pc-tech-list{color:#2b2b2b;font-size:var(--type-sm);gap:10px;margin:0;line-height:1.5;display:grid}.pc-source-tags{margin-top:28px}.pc-source-tags-head{color:#000;font-size:var(--type-sm);font-weight:var(--weight-bold);align-items:center;gap:8px;margin-bottom:12px;display:inline-flex}.pc-source-tags-head svg{color:#8a8a8a}.pc-source-tags-wrap{flex-wrap:wrap;gap:8px;display:flex}.pc-source-tags-wrap span{color:#2b2b2b;min-height:30px;font-size:var(--type-xs);font-weight:var(--weight-medium);background:#f4f4f4;border-radius:8px;align-items:center;padding:4px 10px;display:inline-flex}.pc-detail-shell .pc-release-panel{background:0 0;border:0;border-radius:0;margin:32px 0 0;padding:0}.pc-detail-shell .pc-release-heading{justify-content:space-between;align-items:center;gap:16px;margin-bottom:14px;display:flex}.pc-detail-shell .pc-release-heading h2{color:#000;font-size:var(--type-md);font-weight:var(--weight-heavy);margin:0}.pc-detail-shell .pc-release-heading p{color:#8a8a8a;font-size:var(--type-xs);margin:0}.pc-detail-shell .pc-release-list{gap:8px;display:grid}.pc-detail-shell .pc-release-card{color:#2b2b2b;background:#f7f7f7;border:1px solid #e7e7e7;border-radius:8px;grid-template-columns:minmax(150px,1.1fr) minmax(0,1.6fr) auto;align-items:center;gap:10px 14px;padding:12px 14px;display:grid}.pc-detail-shell .pc-release-card:hover{background:#f4f4f4;border-color:#dcdcdc}.pc-detail-shell .pc-release-card.is-primary{background:#f6fff1;border-color:#dceccf}.pc-detail-shell .pc-release-card__title{align-items:center;gap:8px;min-width:0;display:flex}.pc-detail-shell .pc-release-card__title strong{color:#000;min-width:0;font-size:var(--type-sm);font-weight:var(--weight-bold);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.pc-detail-shell .pc-release-card__title span,.pc-detail-shell .pc-release-download{color:#5a5a5a;min-height:26px;font-size:var(--type-xs);font-weight:var(--weight-heavy);white-space:nowrap;background:#e7e7e7;border-radius:999px;justify-content:center;align-items:center;padding:3px 8px;display:inline-flex}.pc-detail-shell .pc-release-card.is-primary .pc-release-card__title span,.pc-detail-shell .pc-release-card.is-primary .pc-release-download{color:#fff;background:#71c63d}.pc-detail-shell .pc-release-meta{color:#6b6b6b;font-size:var(--type-xs);flex-wrap:wrap;grid-column:auto;gap:5px 12px;margin:0;display:flex}.pc-detail-shell .pc-release-meta div{gap:4px;min-width:0;display:flex}.pc-detail-shell .pc-release-meta dt{color:#8a8a8a}.pc-detail-shell .pc-release-meta dd{color:#2b2b2b;margin:0}.pc-source-sidebar{background:#fff;border-radius:8px;padding:20px 16px;box-shadow:0 1px 4px #0000000f}.pc-detail-shell.is-loading .pc-source-sidebar{min-height:520px}.pc-source-sidebar-group{gap:14px;display:grid}.pc-source-sidebar-group+.pc-source-sidebar-group{border-top:1px dashed #e7e7e7;margin-top:20px;padding-top:20px}.pc-source-sidebar-heading{color:#000;font-size:var(--type-md);font-weight:var(--weight-heavy);letter-spacing:.5px;margin:0}.pc-source-sidebar-list{flex-wrap:wrap;gap:12px;margin:0;padding:0;list-style:none;display:flex;position:relative}.pc-source-sidebar-list li{display:contents}.pc-source-sidebar-list a{color:#2b2b2b;font-size:var(--type-sm);font-weight:var(--weight-medium);letter-spacing:.4px;background:#f4f4f4;border:1px solid #0000;border-radius:8px;align-items:center;display:inline-flex}.pc-source-sidebar-list a:hover,.pc-source-sidebar-list a.is-active{background:#e7e7e7;border-color:#ddd}.pc-source-sidebar-list--cards{flex-direction:column}.pc-source-sidebar-list--cards a{gap:16px;min-height:42px;padding:10px 16px}.pc-source-sidebar-list--cards svg{color:#8a8a8a;flex:0 0 20px;width:20px;height:20px}.pc-source-sidebar-list--cards a:hover svg,.pc-source-sidebar-list--cards a.is-active svg{color:inherit}.pc-source-sidebar-list--compact{gap:14px 4px}.pc-source-sidebar-list--compact a{min-height:30px;font-size:var(--type-xs);background:0 0;padding:4px 8px 4px 6px}.pc-source-sidebar-list--compact a:before{content:"#";color:#8a8a8a;margin-right:6px}@media (width<=1120px){.pc-detail-shell{grid-template-columns:1fr}.pc-detail-side{display:none}}@media (width<=760px){.pc-detail-shell{width:calc(100% - 24px)}.pc-detail-main{padding:20px 14px 34px}.pc-detail-shell .pc-detail-hero{grid-template-columns:1fr;justify-items:center;gap:20px;min-height:0}.pc-detail-shell .pc-detail-poster{width:min(100%,215px);margin:0 auto}.pc-detail-shell .pc-detail-heading{gap:13px;width:100%}.pc-detail-shell .pc-detail-heading h1{font-size:var(--type-xl)}.pc-detail-buildline,.pc-update-note,.pc-detail-shell .pc-detail-facts{font-size:var(--type-sm)}.pc-game-desc{font-size:var(--type-sm);margin-top:10px;line-height:1.62}.pc-source-download-grid,.pc-tech-details{grid-template-columns:1fr}.pc-source-info-row{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:12px;display:grid}.pc-source-info-row .pc-source-meta-item--release-type{grid-column:1/-1}.pc-detail-shell .pc-screenshot-grid{grid-template-columns:repeat(2,1fr)}.pc-video-grid{grid-template-columns:1fr}.pc-detail-shell .pc-release-heading{flex-direction:column;align-items:flex-start;gap:4px}.pc-detail-shell .pc-release-card{grid-template-columns:1fr}.pc-detail-shell .pc-release-card__title{flex-direction:column;align-items:flex-start;gap:6px}.pc-detail-shell .pc-release-card__title strong{white-space:normal}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.fc-shell{width:var(--content);margin:0 auto}.fc-source-panel,.fc-results{border:1px solid var(--line);background:#fff;border-radius:12px;margin-top:16px;padding:22px 24px 24px}.fc-section-title{justify-content:space-between;align-items:center;gap:20px;margin-bottom:14px;display:flex}.fc-section-title h1{font-size:var(--title-size-topic);margin:0;line-height:1.3}.fc-source-toggle{color:#3c3216;min-height:40px;font-size:var(--type-xs);font-weight:var(--weight-heavy);cursor:pointer;background:#f5cf55;border:1px solid #d1a31c;border-radius:7px;padding:0 34px 0 13px;position:relative}.fc-source-toggle:after{content:"";border-bottom:2px solid;border-right:2px solid;width:7px;height:7px;transition:transform .18s;position:absolute;top:50%;right:13px;transform:translateY(-67%)rotate(45deg)}.fc-source-toggle[aria-expanded=true]:after{transform:translateY(-25%)rotate(225deg)}.fc-source-list{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;display:grid}.fc-source-list:not(.is-expanded) .fc-source-button:nth-child(n+5){display:none}.fc-source-button{color:#4a4d53;text-align:left;cursor:pointer;background:#f8f8f8;border:1px solid #dedede;border-radius:7px;justify-content:space-between;align-items:center;gap:9px;min-width:0;min-height:45px;padding:0 11px;display:flex}.fc-source-button:hover{background:#fffaf0;border-color:#c7a646}.fc-source-button.is-active{color:#332708;background:#f5cf55;border-color:#c39610}.fc-source-button strong{min-width:0;font-size:var(--type-xs);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.fc-source-button span{color:#777a80;font-size:var(--type-xs);font-weight:var(--weight-bold);flex:none}.fc-source-button.is-active span{color:#6a5010}.fc-game-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:24px 18px;display:grid}.fc-game-card{min-width:0}.fc-game-card__cover{aspect-ratio:497/680;background:#efefef;border:1px solid #e0e0e0;border-radius:7px;display:block;position:relative;overflow:hidden}.fc-game-card__cover img{object-fit:cover;width:100%;height:100%;transition:transform .22s}.fc-game-card:hover .fc-game-card__cover img{transform:scale(1.025)}.fc-rank{color:#332708;min-width:40px;font-size:var(--type-xs);font-weight:var(--weight-heavy);text-align:center;background:#f5cf55;border-radius:6px;padding:5px 8px;position:absolute;top:8px;left:8px;box-shadow:0 2px 7px #0003}.fc-game-card__body{padding-top:9px}.fc-game-card__body>a{font-size:var(--type-sm);font-weight:var(--weight-heavy);text-overflow:ellipsis;white-space:nowrap;line-height:1.35;display:block;overflow:hidden}.fc-game-card__body>a:hover{color:#8a6805}.fc-game-card__original{color:#7a7d83;min-height:31px;font-size:var(--type-xs);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:4px 0 8px;line-height:1.45;display:-webkit-box;overflow:hidden}.fc-game-card__facts{color:#55585e;font-size:var(--type-xs);border-top:1px solid #e2e2e2;justify-content:space-between;gap:8px;padding-top:7px;display:flex}.fc-game-card__facts span:last-child{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.fc-game-card__source{color:#8b6a0c;min-height:34px;font-size:var(--type-xs);margin:7px 0 0;line-height:1.5}.fc-load-sentinel{min-height:36px;color:var(--muted);font-size:var(--type-xs);text-align:center;grid-column:1/-1;padding:8px}.fc-empty{color:var(--muted);text-align:center;grid-column:1/-1;padding:54px 16px}.fc-empty strong{color:#303238;font-size:var(--type-md);display:block}.fc-empty p{font-size:var(--type-xs);margin:8px 0 0}.fc-loading{color:var(--muted);font-size:var(--type-xs);grid-column:1/-1;padding:20px 0;display:block}.fc-detail{width:var(--content);border:1px solid var(--line);background:#fff;border-radius:12px;margin:16px auto 0;padding:24px}.fc-breadcrumbs{color:#85878c;font-size:var(--type-xs);flex-wrap:wrap;gap:7px;margin-bottom:20px;display:flex}.fc-breadcrumbs a{color:#916d00;font-weight:var(--weight-heavy)}.fc-detail-hero{border-bottom:1px solid var(--line);grid-template-columns:255px minmax(0,1fr);align-items:start;gap:34px;padding-bottom:28px;display:grid}.fc-detail-cover{aspect-ratio:497/680;background:#eee;border:1px solid #ddd;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000001a}.fc-detail-cover img{object-fit:cover;width:100%;height:100%}.fc-detail-info{min-width:0}.fc-detail-info h1{font:var(--weight-bold) var(--title-size-detail)/var(--title-line-detail) "Noto Sans SC", system-ui, sans-serif;letter-spacing:0;margin:0 0 7px}.fc-detail-original{color:#73767c;font-size:var(--type-sm);margin:0 0 22px}.fc-detail-facts{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px 28px;margin:0;display:grid}.fc-detail-fact{font-size:var(--type-xs);grid-template-columns:76px minmax(0,1fr);gap:8px;line-height:1.5;display:grid}.fc-detail-fact dt{color:#777a80}.fc-detail-fact dd{font-weight:var(--weight-medium);overflow-wrap:anywhere;margin:0}.fc-detail-summary{color:#45484e;max-width:760px;font-size:var(--type-sm);margin:23px 0 0;line-height:1.8}.fc-ranking-section{padding-top:28px}.fc-ranking-section h2{font-size:var(--type-lg);margin:0}.fc-ranking-notice{color:var(--muted);font-size:var(--type-xs);margin:7px 0 18px}.fc-ranking-table-wrap{overflow-x:auto}.fc-ranking-table{border-collapse:collapse;width:100%;font-size:var(--type-xs)}.fc-ranking-table th{color:#686b71;text-align:left;background:#f2f2f2;padding:10px 12px}.fc-ranking-table td{vertical-align:top;border-bottom:1px solid #e3e3e3;padding:12px}.fc-ranking-table tr.is-highlighted td{background:#fff8df}.fc-ranking-table a{color:#8b6800;min-height:30px;font-weight:var(--weight-heavy);white-space:nowrap;align-items:center;display:inline-flex}.fc-ranking-value{color:#322708;font-weight:var(--weight-heavy);white-space:nowrap}.fc-ranking-fact details{min-width:0}.fc-ranking-fact summary{color:#25272c;font-size:var(--type-xs);cursor:pointer;grid-template-columns:minmax(0,1fr) auto;gap:8px;padding-right:18px;list-style:none;display:grid;position:relative}.fc-ranking-fact summary::-webkit-details-marker{display:none}.fc-ranking-fact summary:after{content:"";border-bottom:1.5px solid #80620a;border-right:1.5px solid #80620a;width:6px;height:6px;transition:transform .16s;position:absolute;top:5px;right:2px;transform:rotate(45deg)}.fc-ranking-fact details[open] summary:after{transform:translateY(3px)rotate(225deg)}.fc-ranking-fact summary span,.fc-ranking-fact-list span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.fc-ranking-fact summary strong,.fc-ranking-fact-list strong{color:#322708;white-space:nowrap}.fc-ranking-fact-list{border-top:1px solid #e4e4e4;gap:4px;margin:7px 0 0;padding:7px 0 0;list-style:none;display:grid}.fc-ranking-fact-list li{font-size:var(--type-xs);font-weight:var(--weight-medium);grid-template-columns:minmax(0,1fr) auto;gap:8px;display:grid}@media (width>=761px){.fc-ranking-fact{position:relative}.fc-ranking-fact details{z-index:2;position:relative}.fc-ranking-fact details[open]{z-index:20}.fc-ranking-fact details[open] .fc-ranking-fact-list{overscroll-behavior:contain;background:#fff;border:1px solid #d9d9d9;border-radius:8px;width:min(520px,100vw - 64px);max-height:min(320px,45vh);margin:0;padding:10px 12px;position:absolute;top:calc(100% + 8px);right:0;overflow-y:auto;box-shadow:0 12px 28px #00000029}}.fc-play-entry{flex-wrap:wrap;align-items:center;gap:10px;margin-top:16px;display:flex}.fc-start-game{color:#302506;min-width:210px;min-height:44px;font-weight:var(--weight-heavy);cursor:pointer;background:#f5cf55;border:1px solid #b98c07;border-radius:7px;padding:0 24px;box-shadow:0 2px #84620029}.fc-start-game:hover{background:#f8d96f}.fc-start-game:disabled{color:#777a80;box-shadow:none;cursor:not-allowed;opacity:1;background:#ededed;border-color:#d0d0d0}.fc-start-game:disabled:hover{background:#ededed}.fc-rom-status{color:#777a80;font-size:var(--type-xs)}.fc-emulator-section{border-top:1px solid var(--line);margin-top:24px;padding-top:24px;scroll-margin-top:20px}.fc-emulator-section[hidden]{display:none}.fc-emulator-heading{justify-content:space-between;align-items:end;gap:18px;display:flex}.fc-emulator-heading h2{font-size:var(--type-lg);margin:0}.fc-emulator-heading p{color:var(--muted);font-size:var(--type-xs);margin:5px 0 0}.fc-emulator-status{color:#666a70;font-size:var(--type-xs);font-weight:var(--weight-bold)}.fc-emulator-status[data-state=ready]{color:#347a44}.fc-emulator-status[data-state=error]{color:#b22f29}.fc-emulator-toolbar{background:#f7f7f7;border:1px solid #dedede;border-radius:8px;flex-wrap:wrap;align-items:end;gap:12px;margin-top:16px;padding:12px;display:flex}.fc-emulator-field{gap:6px;display:grid}.fc-emulator-field>span{color:#666a70;font-size:var(--type-xs);font-weight:var(--weight-bold)}.fc-emulator-field select{color:#242424;background:#fff;border:1px solid #d3d3d3;border-radius:6px;min-width:112px;height:36px;padding:0 28px 0 10px}.fc-speed-control{gap:4px;display:inline-flex}.fc-speed-control button,.fc-emulator-action{color:#44484e;height:36px;font-size:var(--type-xs);font-weight:var(--weight-heavy);cursor:pointer;background:#fff;border:1px solid #d3d3d3;border-radius:6px}.fc-speed-control button{min-width:47px;padding:0 10px}.fc-speed-control button.is-active{color:#302506;background:#f5cf55;border-color:#b98c07}.fc-speed-control button:disabled,.fc-emulator-action:disabled,.fc-emulator-volume-control input:disabled{cursor:not-allowed;opacity:.5}.fc-emulator-volume-field{min-width:230px}.fc-emulator-volume-control{align-items:center;gap:8px;display:flex}.fc-emulator-volume-control input{accent-color:#c39612;cursor:pointer;width:104px}.fc-emulator-mute{min-width:62px}.fc-emulator-volume-readout{color:#5d6065;min-width:34px;font-size:var(--type-xs);font-weight:var(--weight-bold);text-align:right}.fc-emulator-state-actions{gap:6px;margin-left:auto;display:flex}.fc-emulator-action{min-width:90px;padding:0 14px}.fc-emulator-state-readout{color:#74777c;font-size:var(--type-xs);text-align:right;margin:8px 0 0}.fc-emulator-stage{aspect-ratio:4/3;background:#050505;border:1px solid #2e2e2e;border-radius:8px;width:min(920px,100%);margin:16px auto 0;position:relative;overflow:hidden;box-shadow:0 4px 14px #0000002e}.fc-emulator-player,.fc-emulator-player>div,.fc-emulator-player canvas{width:100%!important;height:100%!important}.fc-emulator-player .ejs_menu_bar,.fc-emulator-player .ejs_context_menu{display:none!important}.fc-emulator-player canvas{image-rendering:pixelated}.fc-emulator-controls-hint{color:#71747a;font-size:var(--type-xs);text-align:center;margin:9px 0 0}.fc-emulator-section:fullscreen{box-sizing:border-box;background:#fff;border:0;width:100%;height:100%;margin:0;padding:20px;overflow:auto}.fc-emulator-section:fullscreen .fc-emulator-stage{width:min(920px,100%,133.333vh - 253.333px)}.fc-detail--error{text-align:center;padding:60px 24px}.fc-detail--error h1{font-size:var(--type-xl);margin:0}.fc-detail--error p{color:var(--muted)}.fc-detail-back{min-height:44px;font-weight:var(--weight-heavy);background:#f5cf55;border-radius:7px;align-items:center;margin-top:12px;padding:0 15px;display:inline-flex}@media (width<=980px){.fc-game-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (width<=760px){.fc-source-panel,.fc-results{padding:18px 14px}.fc-section-title{align-items:center}.fc-section-title h1{font-size:var(--type-lg)}.fc-game-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px 12px}.fc-detail{width:calc(100% - 24px);padding:18px 14px}.fc-detail-hero{grid-template-columns:125px minmax(0,1fr);gap:16px}.fc-detail-info h1{font-size:var(--type-xl)}.fc-detail-original{font-size:var(--type-xs)}.fc-detail-facts{grid-template-columns:1fr;gap:5px}.fc-detail-fact{font-size:var(--type-xs);grid-template-columns:72px minmax(0,1fr)}.fc-detail-summary{grid-column:1/-1}.fc-ranking-fact details[open] .fc-ranking-fact-list{overscroll-behavior:contain;max-height:240px;overflow-y:auto}.fc-emulator-volume-field{flex:1}.fc-emulator-state-actions{width:100%;margin-left:0}.fc-emulator-action{flex:1}}@media (width<=420px){.fc-source-button{min-height:42px;padding:0 7px}.fc-source-button strong{font-size:var(--type-xs)}.fc-source-button span{display:none}.fc-source-toggle{font-size:var(--type-xs);padding-right:28px}.fc-source-toggle:after{right:10px}.fc-detail-hero{display:block}.fc-detail-cover{width:170px;margin:0 auto 20px}}
