/* CrazyMod catalog: calm coastal light / restrained neon dark. */
:root{
 --paper:#0c0911;--panel:#14101b;--ink:#f5f3fa;--copy:#bbb5c5;--quiet:#a69fad;
 --accent:#67eeff;--accent-ink:#071016;--edge:rgba(225,215,245,.16);--soft:rgba(255,255,255,.05);--shadow:0 20px 60px rgba(0,0,0,.16);
}
html[data-theme="light"]{
 --paper:#f4f8fb;--panel:#fff;--ink:#0c2636;--copy:#405966;--quiet:#536b78;
 --accent:#087d91;--accent-ink:#fff;--edge:rgba(15,52,72,.16);--soft:#eaf1f5;--shadow:0 16px 50px rgba(26,65,87,.08);
}
body{background:var(--paper);color:var(--ink);line-height:1.5}
button,input,select,textarea{font:inherit}
button,a,input,select,textarea{touch-action:manipulation}
input,select,textarea{color:var(--ink);background:var(--panel);border:1px solid var(--edge);border-radius:4px}
button{border-radius:3px}
button:disabled{cursor:not-allowed;opacity:.5}
p{line-height:1.7}
main section[id]{scroll-margin-top:110px}
.topbar{gap:1rem}
.main-nav a{font-size:.875rem;letter-spacing:.06em}
.header-actions{gap:.5rem}
.hero{display:block;min-height:0;border-bottom:0}
.hero-inner{margin:0 auto;padding:clamp(9rem,13vw,12rem) 0 4rem;gap:1rem}
.hero-copy{max-width:840px;min-width:0;width:100%}
.hero-tags{max-width:760px;gap:.6rem}
.hero-brand-lockup{container-type:inline-size;margin-bottom:2rem}
.hero h1{font-size:min(11.5vw,7.25rem);line-height:1.02;letter-spacing:-.055em;white-space:nowrap;overflow-wrap:normal}
@supports(font-size:1cqw){.hero h1{font-size:min(13.5cqw,7.25rem)}}
.hero h1 strong{color:#67eeff}
.hero h1 em{display:inline-block;white-space:nowrap;font-size:.19em;color:#ebe7f0;text-transform:none}
.hero-lead{max-width:590px}
.project-scope{font-size:.875rem;max-width:590px;color:#c8c3d0;margin:-.35rem 0 1.5rem;line-height:1.6}
html[data-theme="light"] .project-scope{color:#405966}
.hero-image{transition:opacity .65s ease;object-position:60% center}
.hero-image-light{filter:none;opacity:0}
.hero-image-dark{opacity:1}
.hero-stamp{width:125px;align-self:center;margin:12rem 0 0;opacity:.7}
.hero-stamp strong{font-size:2.8rem}
.hero-stats{position:relative;min-height:115px;background:rgba(7,5,10,.76)}
.stats-inner{min-height:115px;padding:1rem 0}
.hero-stat strong{font-variant-numeric:tabular-nums}
.hero-stat small{color:#b9b3c2}
.hero-rating .rating-stars{flex-shrink:0}
.trust-row{max-width:780px}
.trust-item small{color:#b5aebf;max-width:210px}
.trust-item strong{color:#ece8f0}
.site-check-badge{font-size:.75rem}
.site-check-badge b{font-size:.75rem}
.platform-tag,.section-kicker,.latest-tag{font-size:.75rem}
.hero-noise{opacity:.07;animation:none}
.scanlines{opacity:.025}
.hero::after{opacity:.5}
.online-status i,.runtime-pulse{animation:none}
.primary-download::after{animation:none}
.primary-download:hover::after{animation:buttonSweep 1.1s ease both}
.runtime-section::after{animation:none}
.runtime-cell small{color:var(--quiet);font-size:.75rem}
.runtime-cell strong{font-variant-numeric:tabular-nums}
.runtime-shell{grid-template-columns:minmax(240px,.85fr) minmax(0,2fr)}
.runtime-heading .section-kicker{font-size:.75rem;letter-spacing:.12em}
html[data-theme="light"] .hero{color:var(--ink);background:#f4f8fb}
html[data-theme="light"] .hero-image-light{opacity:1}
html[data-theme="light"] .hero-image-dark{opacity:0}
html[data-theme="light"] .hero-overlay{
 background:linear-gradient(90deg,rgba(244,248,251,.99) 0%,rgba(244,248,251,.93) 27%,rgba(244,248,251,.55) 47%,rgba(244,248,251,0) 72%),
 linear-gradient(0deg,#f4f8fb 0%,rgba(244,248,251,.98) 6%,rgba(244,248,251,.04) 40%);
}
html[data-theme="light"] .hero::after{display:none}
html[data-theme="light"] .hero-noise,html[data-theme="light"] .scanlines{display:none}
html[data-theme="light"] .hero h1{color:var(--ink);text-shadow:none}
html[data-theme="light"] .hero h1 span{color:var(--ink);-webkit-text-stroke:0;text-shadow:none}
html[data-theme="light"] .hero h1 strong{color:#008da3}
html[data-theme="light"] .hero h1 em{color:#476375}
html[data-theme="light"] .hero-lead,html[data-theme="light"] .hero-meta{color:#284a5b}
html[data-theme="light"] .latest-tag{background:rgba(255,255,255,.8);border-color:#c0dcd3;color:#2d6752}
html[data-theme="light"] .site-check-badge{background:rgba(255,255,255,.8);border-color:#b6d9e2;color:#226273}
html[data-theme="light"] .site-check-badge b{color:white;background:#087d91;box-shadow:none}
html[data-theme="light"] .secondary-action{background:rgba(255,255,255,.77);border-color:var(--edge);color:var(--ink)}
html[data-theme="light"] .primary-download{background:linear-gradient(120deg,#9bf0f8,#65dce9 65%,#a5baff);box-shadow:0 14px 40px rgba(0,127,156,.16)}
html[data-theme="light"] .trust-item{background:rgba(255,255,255,.83);border-color:var(--edge)}
html[data-theme="light"] .trust-item strong{color:#24475a}
html[data-theme="light"] .trust-item small{color:#4c6574}
html[data-theme="light"] .trust-item.verified .trust-icon{background:#087d91;border-color:#087d91;color:white;box-shadow:none}
html[data-theme="light"] .hero-stamp{color:#0c2636;border-color:rgba(15,52,72,.3);background:rgba(255,255,255,.67)}
html[data-theme="light"] .hero-stamp small{color:#405d6d}
html[data-theme="light"] .hero-stats{background:rgba(244,248,251,.8);border-color:var(--edge)}
html[data-theme="light"] .hero-stat small{color:#506b7a}
html[data-theme="light"] .runtime-section{background:#f4f8fb}
html[data-theme="light"] .runtime-heading{background:transparent}
.catalog-section{padding:5rem 0}
.section-heading h2,.feature-heading h2,.update-copy h2{font-size:clamp(2.5rem,5vw,4.9rem);line-height:1.04}
.section-heading p,.feature-card p,.update-copy p{color:var(--copy);font-size:1rem}
.catalog-tools{margin-top:2.5rem;display:grid;grid-template-columns:minmax(0,1fr) minmax(230px,.42fr);gap:1rem}
.search-box,.sort-box{display:flex;flex-direction:column;gap:.45rem}
.search-box>span,.sort-box>span{font-size:.875rem;font-weight:700;color:var(--copy)}
.catalog-tools input,.catalog-tools select{min-height:50px;width:100%;padding:.7rem 1rem;box-shadow:var(--shadow)}
.catalog-tools input:focus,.catalog-tools select:focus{border-color:var(--accent)}
.filter-row{margin:1.3rem 0 0;flex-wrap:wrap;overflow:visible}
.filter-chip{font-size:.875rem;letter-spacing:0;min-height:42px;text-transform:none;border-radius:3px;color:var(--copy)}
.filter-chip.active,.filter-chip:hover,html[data-theme="light"] .filter-chip.active,html[data-theme="light"] .filter-chip:hover{color:var(--accent-ink);background:var(--accent);border-color:var(--accent)}
.catalog-summary{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin:1.2rem 0}
.catalog-summary p{margin:0;font-size:.875rem;font-weight:700}
.catalog-summary small{color:var(--quiet);font-size:.75rem}
.mod-grid{gap:1.5rem}
.mod-card{border-color:var(--edge);border-radius:6px;overflow:hidden;box-shadow:var(--shadow)}
.card-body{padding:1.5rem}
.card-body>p{font-size:1rem;color:var(--copy);min-height:3.4rem}
.card-title-row h3{line-height:1.15;font-size:clamp(1.5rem,2.3vw,2rem)}
.card-title-row>div{min-width:0}
.card-series,.card-numbers,.card-meta span{color:var(--quiet)}
.card-meta span{font-size:.75rem}
.card-footer{grid-template-columns:auto 1fr;gap:1rem}
.card-numbers{font-size:.875rem;flex-direction:row;flex-wrap:wrap}
.card-rating strong{font-size:1rem}
.card-button,.card-download{min-height:44px;font-size:.875rem;letter-spacing:0;text-transform:none;border:1px solid var(--edge);cursor:pointer;justify-content:center;background:var(--soft);color:var(--ink)}
.card-button{grid-column:auto}
.card-download{display:flex;align-items:center;justify-content:center;color:var(--accent)}
.card-button:hover,.card-download:hover{background:var(--accent);color:var(--accent-ink)}
.card-visual{aspect-ratio:16/9;min-height:15rem}
.card-visual img{filter:saturate(.9) brightness(.85)}
.card-rank{top:auto;bottom:1rem;left:auto;right:4.3rem;border-radius:2px}
.card-platform{font-size:.75rem}
.menu-ui,.menu-ui.right{left:5%;right:auto;top:8%;width:62%;max-width:330px;min-width:0;transform:none;text-align:left;border-radius:3px}
.menu-ui-head{min-height:36px;height:auto;padding:.5rem .8rem}
.menu-ui-head b,.menu-ui-head i{font-size:.75rem}
.menu-ui-body{grid-template-columns:33px 1fr;min-height:142px}
.menu-ui-list{padding:.5rem}
.menu-ui-list small{color:#b4adbf;letter-spacing:.04em;font-size:.75rem}
.menu-ui-list>i{gap:.5rem;line-height:1.5;padding:.2rem .45rem;color:#ded8e6}
.menu-ui-list>i b{flex-shrink:0}
.menu-ui-nav i{color:#ada5b7}
.empty-results{padding:4rem 1.5rem;border:1px dashed var(--edge);background:var(--panel);text-align:center;border-radius:5px}
.empty-results>span{font-size:2.5rem;color:var(--accent)}
.empty-results h3{font-size:1.5rem;margin:.5rem}
.empty-results p{color:var(--copy)}
.utility-button,.detail-download,.back-button{min-height:44px;padding:.7rem 1rem;border:1px solid var(--edge);background:var(--soft);color:var(--ink);font-weight:700;cursor:pointer}
.utility-button:hover,.back-button:hover{border-color:var(--accent);color:var(--accent)}
.feature-section,.update-section{padding:5rem 0}
.feature-card{min-height:260px}
.feature-card.active{transform:none}
.feature-card h3{line-height:1.25}
.feature-number{font-size:.875rem;color:var(--quiet)}
.update-card dt{color:var(--quiet)}
.update-card-head span{line-height:1.25}
.info-section{padding:5rem 0;border-top:1px solid var(--edge);background:var(--paper)}
.info-grid{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(280px,.7fr);gap:3rem;margin-top:2.5rem}
.faq-item{padding:1.15rem 0;border-bottom:1px solid var(--edge)}
.faq-item summary{cursor:pointer;font-weight:650;padding-right:1rem}
.faq-item p{color:var(--copy);max-width:65ch}
.info-panel{padding:1.8rem;border:1px solid var(--edge);border-radius:5px;background:var(--panel);align-self:start}
.info-panel h3{font-size:1.3rem;line-height:1.3;margin:1rem 0}
.info-panel p{color:var(--copy)}
.info-checks{margin-top:1.5rem;border-top:1px solid var(--edge);padding-top:1rem}
.info-checks p{font-size:.875rem;margin:.6rem 0}
footer{font-size:.875rem;color:var(--quiet);gap:1.5rem}
.footer-note{font-size:.75rem}
.footer-links{grid-column:1/-1;display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap}
.footer-links button,.footer-links a{border:0;padding:.4rem 0;background:none;font-size:.875rem;color:var(--copy);cursor:pointer}
.footer-links button:hover,.footer-links a:hover{color:var(--accent)}
.detail-view{padding:110px 0 5rem;background:var(--paper);min-height:80vh}
.detail-breadcrumb{display:flex;justify-content:space-between;gap:1rem;align-items:center;margin:1rem 0 2rem}
.back-button{border:0;background:none;padding-left:0;color:var(--accent)}
.detail-breadcrumb small{color:var(--quiet);font-size:.75rem}
.detail-header{display:flex;justify-content:space-between;gap:2rem;align-items:center;margin-bottom:2rem}
.detail-header>div{min-width:0;max-width:850px}
.detail-header h1{font-size:clamp(2.7rem,5.4vw,5rem);line-height:1.07;letter-spacing:-.04em;margin:.5rem 0;color:var(--ink);text-shadow:none;overflow-wrap:anywhere}
.detail-header p{color:var(--copy);font-size:1.1rem;max-width:60ch}
.detail-download{background:var(--accent);color:var(--accent-ink);border-color:transparent;flex:0 0 auto}
.detail-facts{display:flex;flex-wrap:wrap;margin:0;border-block:1px solid var(--edge)}
.detail-facts>div{padding:1rem 1.5rem 1rem 0;margin-right:1.5rem;min-width:90px}
.detail-facts dt{color:var(--quiet);font-size:.75rem}
.detail-facts dd{margin:.3rem 0 0;font-weight:700;font-size:1.1rem;font-variant-numeric:tabular-nums}
.data-note{color:var(--quiet);font-size:.75rem;line-height:1.6;margin:.7rem 0 1.7rem}
.data-origin{display:block;font-size:.75rem;line-height:1.5;color:var(--quiet);margin:0 0 .6rem}
.detail-facts+.detail-layout{margin-top:1.5rem}
.gallery-toolbar{display:flex;justify-content:flex-end;color:var(--quiet);font-size:.875rem;line-height:1.5;margin:0 0 .7rem;font-variant-numeric:tabular-nums}
.download-content>.data-origin{margin-bottom:1rem}
.approval-badge{display:inline-flex;align-items:center;gap:.75rem;margin:0 0 1.5rem;padding:.65rem .9rem;border:1px solid var(--edge);background:var(--soft);border-radius:4px}
.approval-icon{display:grid;place-items:center;width:30px;height:34px;color:var(--accent);border:1px solid var(--accent);border-radius:5px 5px 12px 12px;flex-shrink:0}
.approval-badge strong,.approval-badge small{display:block}
.approval-badge strong{font-size:.9375rem}
.approval-badge small{font-size:.875rem;color:var(--copy);margin-top:.1rem}
.approval-scope{font-size:.875rem;color:var(--quiet);border-left:2px solid var(--accent);padding-left:.85rem}
.text-link{display:inline-block;color:var(--accent);font-size:.9375rem;line-height:1.5;margin:.5rem 0;text-underline-offset:4px}
.scan-evidence{margin:1rem 0;padding:1rem;background:var(--soft);border:1px solid var(--edge);border-radius:4px}
.scan-evidence h3{font-size:1rem;margin:0 0 .7rem}
.checksum{font-family:monospace;overflow-wrap:anywhere;font-size:.875rem!important}
.operator-address{white-space:pre-line}
.feature-card{min-height:230px!important;border-radius:5px;box-shadow:none}
.feature-card .feature-number{display:none}
.feature-card .feature-icon{font-size:1.6rem;margin-bottom:1.2rem}
.feature-card p{max-width:34rem}
.mod-card .card-visual>img{transition:none}
.mod-card:hover .card-visual>img{transform:none}
.mod-card .menu-ui{transition:none}
.mod-card:hover .menu-ui{translate:0 0;box-shadow:0 18px 42px rgba(0,0,0,.4)}
.menu-ui-head i,.menu-ui-list small{color:#b1a9bb}
.menu-ui-nav i{color:#aaa3b2}
.menu-ui-nav i.active{color:#050608}
.card-title-row>div{min-width:0}
.card-title-row h3{overflow-wrap:anywhere}
.card-download{min-height:40px}
.card-body p{min-height:0}
.download-confirm[hidden],.footer-links [hidden]{display:none!important}
.download-details[open] summary{margin-bottom:.75rem}
.download-details p{font-size:.9375rem}
.download-details .install-steps{font-size:.9375rem}
.download-spec{gap:1rem;flex-wrap:wrap}
.download-content .approval-badge{display:flex}
.available-state{color:var(--accent)!important}
.detail-layout{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(290px,.8fr);gap:2rem}
.detail-primary,.detail-sidebar{min-width:0}
.detail-section-head{display:flex;align-items:center;justify-content:space-between}
.detail-section-head h2,.detail-section h2{font-size:1.5rem;line-height:1.3;margin:0 0 1.2rem;letter-spacing:-.025em}
.detail-section-head small{font-variant-numeric:tabular-nums;color:var(--quiet)}
.gallery-stage{position:relative;aspect-ratio:16/10;min-height:22rem;background:#09080c;border-radius:5px;overflow:hidden}
.gallery-stage>img{width:100%;height:100%;object-fit:cover;filter:brightness(.55)}
.gallery-stage .large-ui{left:9%;top:9%;width:78%;max-width:none}
.large-ui .menu-ui-head{min-height:52px}
.large-ui .menu-ui-head b{font-size:1.1rem}
.large-ui .menu-ui-body{grid-template-columns:50px 1fr;min-height:240px}
.large-ui .menu-ui-nav{padding:1rem .5rem}
.large-ui .menu-ui-nav i{width:30px;height:30px;font-size:.875rem}
.large-ui .menu-ui-list{padding:1rem}
.large-ui .menu-ui-list small{font-size:.875rem;margin-bottom:.7rem}
.large-ui .menu-ui-list>i{min-height:36px;font-size:.875rem}
.large-ui .menu-ui-list>i b{font-size:.875rem}
.gallery-caption{position:absolute;bottom:.7rem;left:1rem;right:1rem;color:#e2dce9;font-size:.75rem}
.gallery-controls{display:grid;grid-template-columns:repeat(auto-fit,minmax(85px,1fr));gap:.65rem;margin:1rem 0 2rem}
.gallery-thumb{min-width:0;padding:.65rem;background:var(--panel);border:1px solid var(--edge);color:var(--copy);cursor:pointer;text-align:left}
.gallery-thumb.active{border-color:var(--accent);box-shadow:inset 0 -2px var(--accent);color:var(--ink)}
.gallery-thumb>span:last-child{display:block;font-size:.875rem;margin-top:.4rem;overflow-wrap:anywhere}
.thumb-screen{display:grid;grid-template-columns:20px 1fr;gap:3px;background:#11101b;border-radius:2px;padding:.5rem;min-height:45px}
.thumb-screen b{grid-row:1/4;color:var(--detail-accent);font-size:.75rem}
.thumb-screen i{display:block;background:color-mix(in srgb,var(--detail-accent) 35%,#11101b);height:5px;margin-top:2px}
.detail-section{border-top:1px solid var(--edge);padding:2rem 0}
.detail-sidebar .detail-section{background:var(--panel);border:1px solid var(--edge);padding:1.5rem;margin-bottom:1rem;border-radius:5px}
.detail-section p{color:var(--copy)}
.detail-sidebar h2{font-size:1.3rem;margin-top:.6rem}
.feature-groups{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.2rem}
.feature-groups h3{margin:0 0 .8rem;font-size:1rem}
.feature-groups ul{margin:0;padding:0;list-style:none}
.feature-groups li{display:flex;align-items:baseline;gap:.6rem;font-size:.9375rem;color:var(--copy);margin:.45rem 0}
.feature-groups li>span{color:var(--accent)}
.compat-list{margin-bottom:0}
.compat-list>div{padding:.75rem 0;border-top:1px solid var(--edge)}
.compat-list dt{font-size:.875rem;color:var(--quiet)}
.compat-list dd{margin:.35rem 0 0;font-size:.9375rem;font-weight:650}
.install-steps{padding-left:1.4rem;color:var(--copy)}
.install-steps li{padding:.35rem 0 .7rem .25rem}
.install-steps li::marker{color:var(--accent);font-weight:700}
.changelog{padding:0;list-style:none}
.changelog>li{border-left:2px solid var(--edge);padding:0 0 2rem 1.25rem}
.changelog>li:first-child{border-left-color:var(--accent)}
.changelog>li>div{display:flex;align-items:center;justify-content:space-between;gap:1rem}
.changelog time{font-size:.75rem;color:var(--quiet)}
.changelog ul{padding-left:1rem;color:var(--copy);line-height:1.8}
.mobile-download-bar{display:none}
.product-dialog,.info-dialog{padding:0;color:var(--ink);background:var(--panel);border:1px solid var(--edge);border-radius:7px;width:min(620px,calc(100% - 2rem));max-height:calc(100dvh - 2rem);overflow:auto;box-shadow:0 30px 120px rgba(0,0,0,.3)}
.product-dialog[open],.info-dialog[open]{animation:dialogIn .2s ease}
.info-dialog::backdrop,.product-dialog::backdrop{background:rgba(8,18,30,.62);backdrop-filter:blur(7px)}
.product-dialog>form,.info-dialog>form{position:sticky;top:0;z-index:2;margin:0;padding:0;height:0}
.dialog-close{color:var(--ink);background:var(--panel);top:.75rem;right:.75rem}
.download-content{padding:2rem}
.download-content h2{font-family:var(--display);font-style:italic;font-size:1.85rem;line-height:1.15;padding-right:2rem;margin:.5rem 0 1.5rem;text-transform:uppercase}
.download-content p{color:var(--copy)}
.version-select{display:grid;gap:.5rem;font-size:.875rem}
.version-select select{width:100%;min-height:48px;padding:.5rem .75rem}
.download-spec{display:flex;justify-content:space-between;padding:1rem 0;color:var(--copy)}
.download-details{padding:.9rem 0;border-top:1px solid var(--edge)}
.download-details summary{cursor:pointer;font-weight:650}
.download-confirm{display:flex;gap:.8rem;align-items:start;margin:1.4rem 0;font-size:.9375rem;color:var(--copy)}
.download-confirm input{margin-top:.3rem;flex-shrink:0;width:18px;height:18px;accent-color:var(--accent)}
.availability-note{padding:.9rem 1rem;background:var(--soft);border-left:2px solid var(--accent);font-size:.9375rem}
.dialog-action{background:var(--accent);color:var(--accent-ink);font-size:.9375rem;letter-spacing:.025em}
.quiet-button{width:100%;padding:.8rem;border:0;background:none;color:var(--copy);cursor:pointer}
#download-status,.info-feedback{font-size:.9375rem;min-height:1.3em}
#download-progress{width:100%;height:6px;accent-color:var(--accent)}
.message-box{display:grid;gap:.5rem;margin:1.25rem 0}
.message-box textarea{resize:vertical;width:100%;padding:.8rem}
.noscript-note{position:fixed;bottom:0;background:var(--panel);color:var(--ink);padding:1rem}
@keyframes dialogIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}
:focus-visible{outline:3px solid var(--accent);outline-offset:3px}
@media(max-width:1120px){
 .hero-inner{grid-template-columns:1fr}
 .hero-stamp{display:none}
 .runtime-shell{grid-template-columns:1fr}
 .runtime-heading{padding:1.2rem;border-right:0;border-bottom:1px solid var(--edge)}
 .detail-header{align-items:start;flex-direction:column;gap:.5rem}
 .detail-layout{grid-template-columns:minmax(0,1.35fr) minmax(260px,1fr)}
 .gallery-stage{aspect-ratio:4/3}
 .large-ui .menu-ui-body{min-height:0}
 .large-ui .menu-ui-list{padding:.65rem}
 .large-ui .menu-ui-list>i{min-height:29px}
}
@media(max-width:960px){
 .main-nav{position:fixed;inset:82px 0 auto;height:auto;padding:1rem;display:grid;background:var(--panel);border-bottom:1px solid var(--edge);visibility:hidden;transform:translateY(-140%)}
 .main-nav.open{visibility:visible;transform:translateY(0)}
 .main-nav a{min-height:50px;justify-items:start}
 .menu-toggle{display:block}
 .mod-grid{grid-template-columns:1fr}
 .card-visual{aspect-ratio:16/8}
 .menu-ui,.menu-ui.right{width:52%;max-width:340px}
 .info-grid,.detail-layout{grid-template-columns:1fr}
 .detail-sidebar{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}
 .detail-sidebar .detail-section{margin-bottom:0}
 .gallery-stage{aspect-ratio:16/9}
 .gallery-stage .large-ui{width:65%;max-width:450px}
 .large-ui .menu-ui-list>i{min-height:36px}
}
@media(max-width:820px){
 .main-nav{top:70px}
 .hero-inner{padding:9rem 0 2rem;margin:0 auto}
 .hero{min-height:0}
 .hero-image{object-position:68% top}
 .hero-overlay{background:linear-gradient(0deg,#07050a 4%,rgba(5,4,8,.8) 35%,rgba(5,4,8,.5))}
 html[data-theme="light"] .hero-overlay{background:linear-gradient(0deg,#f4f8fb 0%,rgba(244,248,251,.98) 19%,rgba(244,248,251,.7) 60%,rgba(244,248,251,.4))}
 .hero-copy{max-width:680px}
 .hero-lead{max-width:550px}
 .hero-stats,.stats-inner{min-height:0}
 .stats-inner{padding:.5rem 0;grid-template-columns:repeat(2,1fr)}
 .hero-stat{min-height:80px}
 .hero-stat:nth-child(2n){border-right:0}
 .hero-stat:nth-child(n+3){border-bottom:0}
 .hero-stat small{font-size:.75rem}
 .runtime-shell{width:calc(100% - 2rem)}
 .runtime-grid{grid-template-columns:repeat(4,1fr)}
 .runtime-cell{padding:1rem .5rem}
 .runtime-cell strong{font-size:1rem}
 .feature-grid{grid-template-columns:1fr}
 .feature-card{min-height:200px}
 .detail-view{padding-bottom:7rem}
 .mobile-download-bar{position:fixed;z-index:70;bottom:0;inset-inline:0;padding:1rem max(1rem,env(safe-area-inset-right)) calc(.75rem + env(safe-area-inset-bottom));display:flex;align-items:center;justify-content:space-between;gap:1rem;background:var(--panel);border-top:1px solid var(--edge);box-shadow:0 -10px 35px rgba(0,0,0,.08)}
 .mobile-download-bar>div{display:grid;min-width:0}
 .mobile-download-bar strong{font-size:.875rem;line-height:1.3}
 .mobile-download-bar small{font-size:.75rem;color:var(--quiet);margin-top:.25rem}
 .mobile-download-bar button{min-height:44px;padding:.7rem 1rem;background:var(--accent);color:var(--accent-ink);border:0;font-size:.875rem;font-weight:700}
 .dialog-open .mobile-download-bar{visibility:hidden}
 .detail-open footer{padding-bottom:8rem}
}
@media(max-width:560px){
 .topbar{gap:.5rem;padding-inline:1rem}
 .brand-word{font-size:1.05rem}
 .header-actions{gap:.35rem}
 .theme-toggle,.menu-toggle{width:36px;height:40px}
 .lang-toggle{height:40px;padding:0 .45rem;gap:.35rem}
 .lang-option{font-size:.75rem}
 .hero-inner{padding:8rem 0 1.5rem}
 .hero-lead{font-size:1rem}
 .hero-tags{margin-bottom:1rem}
 .hero-meta{gap:.8rem;font-size:.875rem;margin-bottom:1.3rem}
 .hero-actions{gap:.6rem}
 .primary-download,.secondary-action{min-height:64px}
 .trust-item{flex:1 1 130px;min-width:0;gap:.5rem;padding:.6rem}
 .trust-item strong,.trust-item small{font-size:.75rem;letter-spacing:0}
 .trust-icon{flex:0 0 24px;width:24px;height:24px}
 .hero-rating{flex-direction:row}
 .updated-stat{flex-direction:row}
 .runtime-grid{grid-template-columns:repeat(2,1fr)}
 .runtime-cell{padding:1rem}
 .catalog-section,.feature-section,.update-section,.info-section{padding:3.5rem 0}
 .catalog-tools{grid-template-columns:1fr}
 .filter-row{gap:.4rem}
 .filter-chip{flex:0 1 auto;padding:0 .7rem}
 .catalog-summary{align-items:start;flex-direction:column;gap:.3rem}
 .card-visual{aspect-ratio:4/3}
 .menu-ui,.menu-ui.right{left:5%;top:8%;width:86%;max-width:none}
 .menu-ui-list>i{font-size:.75rem}
 .card-body{padding:1rem}
 .card-footer{gap:.75rem}
 .card-numbers{gap:.4rem;font-size:.75rem}
 .card-rating .rating-stars{font-size:.75rem}
 .card-title-row h3{font-size:1.5rem}
 .detail-breadcrumb{align-items:start;flex-direction:column;gap:.3rem;margin-bottom:1.2rem}
 .detail-header h1{font-size:2.5rem}
 .detail-header p{font-size:1rem}
 .detail-facts>div{min-width:78px;margin-right:.8rem;padding-right:.5rem}
 .detail-facts dd{font-size:1rem}
 .gallery-stage{aspect-ratio:1/1}
 .gallery-stage .large-ui{left:5%;width:90%;top:7%}
 .large-ui .menu-ui-head{min-height:42px}
 .large-ui .menu-ui-head b{font-size:.9375rem}
 .large-ui .menu-ui-body{grid-template-columns:32px 1fr}
 .large-ui .menu-ui-nav{padding:.5rem .2rem}
 .large-ui .menu-ui-nav i{width:24px;height:24px;font-size:.75rem}
 .large-ui .menu-ui-list small{font-size:.75rem;margin-bottom:.4rem}
 .large-ui .menu-ui-list>i{font-size:.75rem;min-height:29px;padding:.25rem .4rem}
 .large-ui .menu-ui-list>i b{font-size:.75rem}
 .gallery-controls{grid-template-columns:repeat(3,minmax(0,1fr))}
 .gallery-caption{font-size:.75rem;line-height:1.3}
 .feature-groups,.detail-sidebar{grid-template-columns:1fr}
 .download-content{padding:1.5rem}
 .download-content h2{font-size:1.5rem}
 .product-dialog>form,.info-dialog>form{padding:0}
 .footer-links{justify-content:start}
 .info-panel{padding:1.3rem}
}
@media(prefers-reduced-motion:reduce){
 *,*::before,*::after{animation:none!important;transition:none!important;scroll-behavior:auto!important}
}
.card-visual.supplied-artwork,.gallery-stage.supplied-artwork{aspect-ratio:auto;min-height:0;background:#09080c}
.card-visual.supplied-artwork::after{display:none}
.card-visual.supplied-artwork img,.mod-card:hover .card-visual.supplied-artwork img,.gallery-stage.supplied-artwork>img{display:block;width:100%;height:auto;object-fit:contain;object-position:center;filter:none;transform:none}
.cover-thumb{display:block;width:100%;height:auto;aspect-ratio:1672/941;object-fit:contain;border-radius:2px}
.anti-ban-chip{border-color:#14a3ae!important;font-weight:700}.anti-ban-chip span{font-size:1.3em;margin-right:.3em}
.anti-ban-product{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);border:1px solid #14a3ae66;border-radius:12px;overflow:hidden;margin:1.5rem 0 2rem;background:var(--surface)}
.anti-ban-product[hidden]{display:none}.anti-ban-art{min-height:280px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;background:radial-gradient(ellipse at top,#164456,#08101e 75%);color:#75eff3}.anti-ban-art>span{font-size:6rem;line-height:1}.anti-ban-art strong{font-size:2.2rem;letter-spacing:.08em}.anti-ban-art small{letter-spacing:.3em;color:#e5f5fa}.anti-ban-body{padding:2rem}.anti-ban-body h3{font-size:1.8rem;margin:.7rem 0}.anti-ban-body p{line-height:1.6;margin:1rem 0}.anti-ban-download{display:inline-flex;padding:.85rem 1.5rem;background:#087983;color:#fff;border-radius:6px;text-decoration:none;font-weight:700}.anti-ban-download:hover{background:#09616a}.anti-ban-download:focus-visible{outline:3px solid #9f71ea;outline-offset:4px}
@media(max-width:640px){.anti-ban-product{grid-template-columns:1fr}.anti-ban-art{min-height:220px}.anti-ban-body{padding:1.5rem}}
.anti-ban-body .anti-ban-note{font-size:.875rem;line-height:1.5;margin:.75rem 0 1rem;color:inherit}
