:root{--bg:#f7f8fb;--surface:#fff;--ink:#172033;--muted:#657084;--line:#e5e8ef;--brand:#6657e8;--brand-dark:#4939c7;--tint:#f0effd;--good:#147d56;--review:#a86100;--bad:#b52b3a;--unknown:#687386;--radius:18px;--shadow:0 10px 35px rgba(31,37,61,.08)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;font-size:17px;line-height:1.6}img{display:block;max-width:100%}a{color:inherit;text-decoration-color:rgba(102,87,232,.35);text-underline-offset:3px}button,input,select,textarea{font:inherit}.container{width:min(1180px,calc(100% - 32px));margin-inline:auto}.skip-link{position:absolute;left:-9999px;top:8px;background:#fff;padding:10px;z-index:99}.skip-link:focus{left:8px}.sr-only{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.site-header{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.94);border-bottom:1px solid var(--line);backdrop-filter:blur(14px)}.header-inner{min-height:74px;display:flex;align-items:center;gap:24px}.brand{display:flex;align-items:center;gap:10px;font-weight:800;text-decoration:none;white-space:nowrap}.brand-mark{display:grid;place-items:center;width:39px;height:39px;border-radius:13px;background:var(--brand);color:#fff;font-size:14px}.main-nav{display:flex;gap:20px;margin-left:auto}.main-nav a{text-decoration:none;font-size:15px;font-weight:650;color:#3f485a}.main-nav a:hover{color:var(--brand)}.header-search{display:flex;width:255px}.header-search input,.hero-search input{min-width:0;width:100%;border:1px solid var(--line);background:#fff;padding:11px 14px;border-radius:12px 0 0 12px;color:var(--ink)}.header-search button,.hero-search button,.filters button,.report-box button{border:0;background:var(--brand);color:#fff;font-weight:750;padding:11px 16px;border-radius:0 12px 12px 0;cursor:pointer}.nav-toggle{display:none;border:1px solid var(--line);background:#fff;border-radius:10px;padding:8px 11px}.hero{background:linear-gradient(145deg,#f0effd 0,#f8f6ff 58%,#eaf7f4 100%);border-bottom:1px solid var(--line);overflow:hidden}.hero-inner{min-height:430px;display:grid;grid-template-columns:1.35fr .65fr;align-items:center;gap:60px}.eyebrow{display:block;color:var(--brand);font-size:13px;text-transform:uppercase;letter-spacing:.13em;font-weight:800}.hero h1,.page-hero h1{margin:8px 0 12px;font-size:clamp(38px,6vw,68px);line-height:1.03;letter-spacing:-.045em}.hero p{max-width:680px;font-size:20px;color:#515b6e}.hero-search{display:flex;max-width:660px;margin-top:28px}.hero-search input{padding:15px 18px;border-radius:14px 0 0 14px;box-shadow:var(--shadow)}.hero-search button{padding-inline:24px;border-radius:0 14px 14px 0}.hero-art{width:min(300px,100%);aspect-ratio:1;display:grid;place-items:center;justify-self:end;border-radius:32% 68% 61% 39%/37% 34% 66% 63%;background:linear-gradient(135deg,var(--brand),#38a58a);box-shadow:0 25px 80px rgba(73,57,199,.25);transform:rotate(7deg)}.hero-art span{color:#fff;font-size:88px;font-weight:900;transform:rotate(-7deg)}.section{padding-block:64px}.section-tint,.categories-section{background:#f0f2f7;border-block:1px solid var(--line)}.section-head{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:24px}.section-head h2{margin:4px 0 0;font-size:clamp(27px,4vw,39px);line-height:1.1;letter-spacing:-.025em}.section-head>a{color:var(--brand);font-weight:700}.mod-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.mod-card{position:relative;min-width:0;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:0 3px 14px rgba(31,37,61,.04);transition:transform .18s,box-shadow .18s}.mod-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.card-image{position:relative;display:block;aspect-ratio:16/9;background:#e9e8f8;overflow:hidden;text-decoration:none}.card-image img{width:100%;height:100%;object-fit:cover}.image-placeholder{width:100%;height:100%;display:grid;place-items:center;background:linear-gradient(145deg,#d9d6ff,#cdebe3);color:#6758d7}.image-placeholder b{font-size:42px}.status-badge{display:inline-flex;align-items:center;min-height:26px;padding:4px 9px;border-radius:999px;color:#fff;font-size:12px;font-weight:800;line-height:1}.card-image .status-badge{position:absolute;left:10px;bottom:10px}.status-compatible{background:var(--good)}.status-needs_review{background:var(--review)}.status-broken{background:var(--bad)}.status-unknown{background:var(--unknown)}.card-body{padding:15px 16px 17px}.card-body h3{margin:0 0 3px;font-size:18px;line-height:1.25}.card-body h3 a{text-decoration:none}.card-author{margin:0;color:var(--muted);font-size:14px}.card-version{display:block;margin-top:8px;color:var(--muted);font-size:12px}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.category-grid a{display:flex;justify-content:space-between;gap:10px;background:#fff;border:1px solid var(--line);border-radius:14px;padding:18px;text-decoration:none}.category-grid span{color:var(--muted);font-size:14px}.catalog-note{max-width:820px;margin:32px 0 0;color:var(--muted)}.page-hero{background:linear-gradient(135deg,#f0effd,#f8f9fc);border-bottom:1px solid var(--line)}.page-hero.compact{padding-block:42px}.page-hero.compact h1{font-size:clamp(34px,5vw,54px)}.breadcrumbs{display:flex;gap:9px;align-items:center;color:var(--muted);font-size:14px;overflow:hidden;white-space:nowrap}.breadcrumbs span:last-child{overflow:hidden;text-overflow:ellipsis}.catalog-layout{display:grid;grid-template-columns:230px minmax(0,1fr);gap:34px;padding-block:42px}.filters{align-self:start;position:sticky;top:96px}.filters form{background:#fff;border:1px solid var(--line);border-radius:16px;padding:18px}.filters h2{margin:0 0 15px;font-size:19px}.filters label,.report-box label{display:grid;gap:6px;margin-bottom:14px;font-size:14px;font-weight:700}.filters select,.report-box select,.report-box textarea{width:100%;border:1px solid var(--line);border-radius:10px;background:#fff;padding:10px;color:var(--ink)}.filters button,.report-box button{width:100%;border-radius:10px}.results-top{display:flex;justify-content:space-between}.catalog-results .mod-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.empty-state{padding:48px;background:#fff;border:1px dashed #cbd0da;border-radius:16px;text-align:center}.button{display:inline-flex;min-height:44px;align-items:center;justify-content:center;border-radius:11px;padding:9px 16px;text-decoration:none;font-weight:750}.button.secondary{border:1px solid var(--line);background:#fff;color:var(--brand)}.pagination{display:flex;flex-wrap:wrap;gap:7px;margin-top:32px}.pagination a{display:grid;place-items:center;min-width:42px;height:42px;border:1px solid var(--line);border-radius:10px;text-decoration:none;background:#fff}.pagination a.active{background:var(--brand);color:#fff;border-color:var(--brand)}.mod-page{padding-block:32px 70px}.mod-header{padding:24px 0 20px}.mod-header h1{margin:10px 0 6px;font-size:clamp(36px,6vw,64px);line-height:1.05;letter-spacing:-.04em}.mod-kicker{display:flex;align-items:center;gap:10px;color:var(--muted);font-size:14px}.mod-byline{margin:0;color:var(--muted)}.mod-hero{width:100%;aspect-ratio:16/7;border-radius:24px;overflow:hidden;background:#e9e8f8;box-shadow:var(--shadow)}.mod-hero img{width:100%;height:100%;object-fit:cover}.hero-placeholder{display:flex;flex-direction:column;gap:5px}.hero-placeholder span{color:#4f5280;font-weight:750}.mod-layout{display:grid;grid-template-columns:minmax(0,1fr) 310px;grid-template-areas:"content card";gap:44px;align-items:start;margin-top:34px}.mod-download-card{grid-area:card;position:sticky;top:100px;padding:20px;background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow)}.card-label{display:block;color:var(--muted);font-size:13px}.download-button{display:flex;align-items:center;justify-content:center;min-height:56px;margin:10px 0 18px;border-radius:13px;background:var(--brand);color:#fff;text-decoration:none;font-weight:900;letter-spacing:.04em}.download-button:hover{background:var(--brand-dark)}.mod-download-card dl{margin:0}.mod-download-card dl div{display:flex;justify-content:space-between;gap:15px;padding:10px 0;border-top:1px solid var(--line);font-size:14px}.mod-download-card dt{color:var(--muted)}.mod-download-card dd{margin:0;text-align:right;font-weight:700}.source-link{display:block;margin-top:15px;color:var(--brand);font-size:14px;font-weight:700}.mod-long-content{grid-area:content;min-width:0}.lead{margin:0 0 30px;font-size:21px;line-height:1.55;color:#424c5e}.prose{max-width:760px}.prose h2,.mod-long-content>section h2{margin:40px 0 14px;font-size:29px;line-height:1.2}.prose h3{margin-top:30px;font-size:23px}.prose p,.prose li{color:#333e50}.prose a{color:var(--brand)}.prose code{background:#eeeff5;padding:2px 5px;border-radius:5px;font-size:.9em}.notice{padding:18px 22px;border:1px solid #e0dcac;border-left:5px solid #d2a52c;background:#fffdf0;border-radius:14px}.notice h2{margin:0 0 8px!important;font-size:20px!important}.notice ul{margin:0}.gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.gallery img{border-radius:12px;aspect-ratio:16/9;object-fit:cover}.report-box{margin-top:42px;border:1px solid var(--line);border-radius:14px;background:#fff}.report-box summary{padding:16px 18px;cursor:pointer;font-weight:800}.report-box form{padding:0 18px 18px}.honeypot{position:absolute;left:-9999px}.related{margin-top:60px}.article-page{max-width:850px;padding-block:38px 70px}.article-page h1{font-size:clamp(35px,6vw,58px);line-height:1.08}.error-page{min-height:55vh;padding-block:80px;text-align:center}.error-code{color:var(--brand);font-size:80px;font-weight:900;line-height:1}.error-page h1{margin:5px 0;font-size:40px}.error-page .hero-search{margin-inline:auto}.flash{margin-top:12px;background:#e7f7ef;border:1px solid #b8e4cd;border-radius:12px;padding:11px 14px}.site-footer{border-top:1px solid var(--line);background:#fff;padding-block:42px}.footer-inner{display:flex;justify-content:space-between;gap:35px}.footer-inner p{margin:5px 0;color:var(--muted)}.footer-inner nav{display:grid;grid-template-columns:repeat(2,max-content);gap:7px 28px;font-size:14px}
@media(max-width:1000px){.header-search{display:none}.mod-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.category-grid{grid-template-columns:repeat(3,1fr)}.catalog-results .mod-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:760px){body{font-size:16px}.container{width:min(100% - 24px,1180px)}.header-inner{min-height:64px;flex-wrap:wrap;padding-block:9px}.nav-toggle{display:block;margin-left:auto}.main-nav{display:none;order:3;width:100%;flex-direction:column;gap:0;border-top:1px solid var(--line)}.main-nav.open{display:flex}.main-nav a{padding:10px 2px}.hero-inner{min-height:390px;display:block;padding-block:55px}.hero-art{display:none}.hero h1{font-size:44px}.hero p{font-size:18px}.section{padding-block:44px}.mod-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.card-body{padding:12px}.card-body h3{font-size:16px}.category-grid{grid-template-columns:repeat(2,1fr)}.category-grid a{display:block;padding:15px}.category-grid span{display:block}.catalog-layout{display:block;padding-block:22px}.filters{position:static;margin-bottom:22px}.filters form{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.filters h2{grid-column:1/-1}.filters label{margin:0}.filters button{align-self:end;min-height:46px}.catalog-results .mod-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.mod-page{padding-top:18px}.mod-header h1{font-size:38px}.mod-hero{aspect-ratio:16/9;border-radius:15px}.mod-layout{display:flex;flex-direction:column;gap:25px;margin-top:20px}.mod-download-card{order:0;position:static;width:100%}.mod-long-content{order:1}.lead{font-size:19px}.gallery{grid-template-columns:1fr}.footer-inner{display:block}.footer-inner nav{margin-top:25px;grid-template-columns:1fr}.page-hero.compact{padding-block:30px}}
@media(max-width:390px){.hero h1{font-size:39px}.hero-search{display:grid;gap:8px}.hero-search input,.hero-search button{border-radius:12px}.mod-grid,.catalog-results .mod-grid{grid-template-columns:1fr 1fr;gap:9px}.card-body h3{font-size:15px}.card-author{font-size:12px}.status-badge{font-size:10px}.filters form{grid-template-columns:1fr}.category-grid{grid-template-columns:1fr 1fr}.section-head{align-items:start}.section-head>a{font-size:14px}}
@media(max-width:330px){.mod-grid,.catalog-results .mod-grid,.category-grid{grid-template-columns:1fr}}
