:root{--paper:#fffefa;--ink:#101654;--green:#087c69;--muted:#616d9e;--line:#e7e8f1;--purple:#7146ff;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:#faf9f6;font-synthesis:none}

*{box-sizing:border-box}
body{margin:40px auto;width:min(1180px,calc(100% - 64px));background:var(--paper);border:1px solid #dfe2ed;border-radius:17px;box-shadow:0 14px 50px #28234806}
button,input{font:inherit}
button,a{touch-action:manipulation}
button{cursor:pointer;color:inherit}
button:disabled{cursor:wait;opacity:.6}
a{color:inherit;text-underline-offset:4px}
button:focus-visible,a:focus-visible,input:focus-visible,summary:focus-visible{outline:3px solid var(--purple);outline-offset:4px}
[hidden]{display:none!important}
.wrap,.nav-wrap{width:calc(100% - 80px);margin:auto}
.site-header{border-bottom:1px solid var(--line)}
.nav-wrap{height:86px;display:flex;align-items:center;justify-content:space-between}
.brand{display:inline-flex;align-items:center;font-size:28px;font-weight:750;letter-spacing:-1px;text-decoration:none}
.brand-dot{color:#ff515d}
.brand-mark{position:relative;width:44px;height:40px;margin-right:14px}
.brand-mark:before,.brand-mark:after{content:'';position:absolute;width:30px;height:30px;border-radius:50%}
.brand-mark:before{background:linear-gradient(135deg,#8d75ff,#5837ff);left:0;bottom:0;opacity:.9}
.brand-mark:after{background:linear-gradient(135deg,#ff3c76,#ff984f);top:0;right:0;opacity:.88}
nav{display:flex;gap:48px;align-items:center;height:100%}
nav a{position:relative;text-decoration:none;color:var(--muted);font-size:14px;padding:14px 0}
.nav-active{color:var(--ink);font-weight:700}
.nav-active:after{content:'';position:absolute;bottom:3px;left:0;right:0;height:2px;background:#ff5274}

.explorer{position:relative;isolation:isolate;display:grid;grid-template-columns:minmax(0,1fr);padding:26px 0 48px;min-height:720px;scroll-margin-top:16px}
.explorer:before,.explorer:after{content:'';position:absolute;z-index:-1;pointer-events:none;border-radius:50%}
.explorer:before{width:180px;height:180px;right:-40px;top:0;background:radial-gradient(circle at 100% 0,#ffdbd2 0 45%,#fff2e6 46% 65%,transparent 66%)}
.explorer:after{width:150px;height:160px;left:-40px;bottom:0;background:radial-gradient(circle at 0 100%,#ceeae3 0 65%,transparent 66%)}
.match-summary{text-align:center;padding:0 0 34px;position:relative}
.count-orbit{position:relative;display:grid;place-items:center;width:190px;height:190px;margin:0 auto;background:radial-gradient(circle at 92% 10%,#ffb65a,transparent 45%),radial-gradient(circle at 100% 70%,#ff398a,transparent 60%),linear-gradient(135deg,#8754ff,#5632e4);border-radius:50%;box-shadow:0 12px 23px #8551d321;color:white;font-size:122px;line-height:1;font-weight:750;letter-spacing:-6px}
.count-orbit:before{content:'';position:absolute;width:20px;height:20px;border-radius:50%;background:#6c3ef4;left:-65px;top:92px;box-shadow:31px 47px 0 -4px #fb6ca4,33px -47px 0 -2px #ffd365,307px 16px 0 2px #d0f2f4}
.count-orbit:after{content:'';position:absolute;right:-36px;top:44px;width:5px;height:25px;background:#ffab62;transform:rotate(36deg);border-radius:5px}
.match-summary h1{font-size:32px;letter-spacing:-.9px;font-weight:650;margin:14px 0 22px}
.summary-loading{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%)}
.show-results{border:0;border-radius:30px;min-height:54px;padding:12px 36px;color:white;background:linear-gradient(15deg,#ff2d83,#ff735f);box-shadow:0 7px 20px #ff48795c;font-weight:600;font-size:18px}
.show-results span{margin-left:22px;font-size:24px}
.show-results:hover{box-shadow:0 9px 25px #ff487980}
.back-filters{display:none}
.filters{max-width:940px;width:100%;margin:auto}
.filter-title,.filter-subtitle{display:none}
#filter-groups{display:grid;gap:20px}
fieldset{border:0;padding:0 0 0 180px;margin:0;position:relative;min-width:0}
legend{position:absolute;left:0;top:0;min-height:42px;display:flex;align-items:center;gap:15px;font-size:14px;font-weight:650;padding:0}
legend svg{width:42px;height:42px;padding:10px;color:white;border-radius:50%;background:linear-gradient(135deg,#9270ff,#5c36f5);box-shadow:inset 0 0 0 4px #ffffff20}
.filter-options{display:flex;flex-wrap:wrap;gap:9px}
.filter-option{display:inline-flex;gap:11px;align-items:center;min-height:40px;padding:9px 15px;border:1px solid transparent;border-radius:17px;background:#f2f2f7;color:#4e5c90;font-size:13px;cursor:pointer}
.filter-option:hover{background:#ece9fc}
.filter-option:has(input:checked){background:#e1f5ed;color:#087464}
.filter-option input{width:17px;height:17px;margin:0;accent-color:#238b76;cursor:pointer}
.reset-button{display:block;border:0;background:none;color:var(--muted);font-size:12px;margin:24px auto 0;padding:8px}
.filter-tip{font-size:11px;line-height:1.7;color:var(--muted);display:flex;justify-content:center;gap:8px;margin-top:8px}
.filter-tip p{margin:0}
.filter-tip br{display:none}
.results-panel{display:none;min-width:0}
.results-open .explorer{grid-template-columns:minmax(0,1fr) 255px;column-gap:28px;align-items:start}
.results-open .match-summary{grid-column:1;grid-row:1;padding-bottom:20px}
.results-open .match-summary h1{font-size:28px;margin-bottom:8px}
.results-open .count-orbit{width:170px;height:170px;font-size:112px}
.results-open .show-results{display:none}
.results-open .back-filters{display:inline-block;border:0;background:transparent;font-size:12px;color:var(--muted);padding:10px}
.results-open .filters{grid-column:2;grid-row:1 / span 2;border-left:1px solid var(--line);padding-left:24px;margin-top:12px}
.results-open .filter-title{display:flex;align-items:center;gap:15px;flex-direction:row-reverse;justify-content:flex-end;margin-bottom:22px}
.filter-title h2{font-size:23px;margin:0}
.filter-symbol{color:var(--purple);font-size:29px}
.results-open fieldset{padding:0}
.results-open legend{position:static;margin-bottom:9px;font-size:14px;gap:10px}
.results-open legend svg{background:none;box-shadow:none;color:var(--purple);padding:2px;width:26px;height:26px}
.results-open .filter-option{font-size:12px;padding:7px 10px;min-height:34px;border-radius:12px;gap:8px}
.results-open .filter-options{gap:6px}
.results-open .filter-tip{justify-content:flex-start}
.results-open .results-panel{display:block;grid-column:1;grid-row:2}
.results-toolbar{position:sticky;top:0;z-index:2;background:var(--paper);padding:12px 0;display:flex;align-items:center;justify-content:space-between;gap:12px;border-bottom:1px solid var(--line)}
.results-toolbar h2{font-size:17px;margin:0}
.results-toolbar p{font-size:10px;color:var(--muted);margin:5px 0 0}
.search-field{display:flex;align-items:center;gap:6px;border:1px solid var(--line);border-radius:12px;padding:8px 10px;max-width:48%;color:var(--muted)}
.search-field input{border:0;background:transparent;min-width:0;width:170px;font-size:11px;color:var(--ink)}
.active-filters{display:flex;flex-wrap:wrap;gap:6px}
.active-filters:not(:empty){padding:12px 0}
.active-filter{border:0;border-radius:10px;background:#e1f5ed;color:var(--green);font-size:11px;padding:7px 10px;display:flex;gap:10px}
.catalog-note{font-size:10px;color:var(--muted);padding:12px 0;display:flex;gap:6px;align-items:center}
.status-dot{display:inline-block;width:6px;height:6px;border-radius:50%;background:#25a48b}
.note-info{margin-left:auto}
.cards{display:grid}
.distro-card{position:relative;padding:20px 0 17px 96px;border-top:1px solid var(--line);min-width:0}
.card-heading{display:flex;align-items:center}
.distro-logo{position:absolute;left:0;top:20px;display:grid;place-items:center;width:72px;height:72px;border-radius:50%;background:linear-gradient(145deg,color-mix(in srgb,var(--distro-color) 65%,white),var(--distro-color));box-shadow:0 5px 12px #22205a0a;color:white}
.distro-logo svg{width:47px;height:47px}
.card-heading h3{font-size:25px;font-weight:650;letter-spacing:-.6px;margin:0 0 5px}
.edition-label,.card-tags,.match-line,.unknown-line,.card-date{display:none}
.card-description{font-size:14px;line-height:1.5;color:var(--muted);margin:0 0 9px}
.card-actions{display:flex;gap:20px;align-items:center}
.official-link,.source-button{font-size:11px;color:var(--muted);text-decoration:none;min-height:28px}
.official-link{display:flex;align-items:center;gap:10px}
.official-link span{font-size:20px;color:var(--ink)}
.source-button{display:flex;align-items:center;gap:5px;padding:0;background:none;border:0}
.source-button svg{width:12px;height:12px}
.source-button:hover,.official-link:hover{color:var(--purple);text-decoration:underline}
.results-end{font-size:12px;text-align:center;color:var(--muted);line-height:1.6;margin:24px 0 0}
.empty,.error{padding:30px 16px;text-align:center;background:#f6f4fc;border-radius:14px}
.empty h3,.error h3{font-size:20px}
.empty p,.error p{font-size:13px;line-height:1.6;color:var(--muted)}
.primary-button{border:0;padding:12px 18px;background:var(--purple);color:white;border-radius:20px}
.empty-symbol{font-size:30px}
.method{border-top:1px solid var(--line);padding:36px 0;display:grid;grid-template-columns:1fr 1.3fr;gap:45px}
.eyebrow{font-size:10px;letter-spacing:1.5px;color:var(--purple);font-weight:700}
.method h2{font-size:24px;font-weight:600;line-height:1.4;letter-spacing:-.5px}
.method p:not(.eyebrow){font-size:12px;line-height:1.8;color:var(--muted);margin-top:0}
.data-link{font-size:12px;color:var(--green)}
footer{border-top:1px solid var(--line);padding:23px 0;display:flex;justify-content:space-between;align-items:center;gap:16px}
footer .brand{font-size:22px}
footer p,footer>span{font-size:11px;color:var(--muted)}
.persistent-count{display:none}

dialog{width:min(850px,calc(100% - 32px));max-height:88vh;border:1px solid var(--line);border-radius:16px;padding:28px;color:var(--ink);background:var(--paper);box-shadow:0 25px 100px #10251c40}

dialog::backdrop{background:#152b2466;backdrop-filter:blur(3px)}

.dialog-heading{display:flex;justify-content:space-between;align-items:center;gap:15px}

.dialog-heading h2{font-size:25px;margin:0 0 15px}

.dialog-heading .eyebrow{margin-bottom:9px;font-size:9px}

.icon-button{width:38px;height:38px;border:1px solid var(--line);background:white;font-size:25px;flex-shrink:0}

.source-intro{font-size:12px;line-height:1.7;color:var(--muted)}

.source-group{margin-top:22px}

.source-group h3{font-size:14px;border-bottom:1px solid var(--line);padding-bottom:9px}

.fact{padding:12px 0;border-bottom:1px solid #e4e9dc;display:grid;grid-template-columns:145px 1fr;gap:15px;font-size:11px;line-height:1.7}

.fact-name{font-weight:650}

.fact-state{display:inline-block;border-radius:4px;padding:0 5px;font-size:9px;margin-left:5px;font-weight:550}

.state-yes{background:#dcead4;color:#35592c}

.state-no{background:#f1e0d7;color:#874b2d}

.state-unknown{background:#e9eae3;color:#6e7365}

.fact p{margin:0}

.fact-source{color:var(--green);font-size:10px}

.fact-version{color:#65705e;font-size:10px}

.skip-link{position:fixed;left:10px;top:10px;background:var(--green);color:white;padding:12px;z-index:10;clip-path:inset(50%);width:1px;height:1px;overflow:hidden}

.skip-link:focus{clip-path:none;width:auto;height:auto}

body:has(dialog[open]){overflow:hidden}


@media(max-width:1000px){body{width:calc(100% - 32px);margin:16px auto}
.wrap,.nav-wrap{width:calc(100% - 48px)}
fieldset{padding-left:160px}
.results-open .explorer{grid-template-columns:minmax(0,1fr) 225px;gap:20px}
.results-open .filters{padding-left:18px}
.results-open .match-summary h1{font-size:24px}
.explorer:before{right:-24px}
.explorer:after{left:-24px}
.card-description{font-size:13px}
.distro-card{padding-left:80px}
.distro-logo{width:62px;height:62px}
.count-orbit:before{box-shadow:20px 47px 0 -4px #fb6ca4,25px -47px 0 -2px #ffd365}
}

@media(max-width:700px){body{width:calc(100% - 20px);margin:10px auto;border-radius:12px}
.wrap,.nav-wrap{width:calc(100% - 32px)}
.nav-wrap{height:72px}
.brand{font-size:24px}
.brand-mark{transform:scale(.8);margin-right:5px;width:40px}
nav{gap:18px}
nav a{font-size:12px}
.explorer{padding-top:26px;min-height:0}
.explorer:before{right:-16px;width:110px;height:110px}
.explorer:after{left:-16px}
.count-orbit{width:150px;height:150px;font-size:98px}
.count-orbit:before{left:-36px;width:14px;height:14px;top:75px}
.count-orbit:after{right:-28px}
.match-summary h1{font-size:23px;letter-spacing:-.6px;margin-top:20px}
.show-results{font-size:16px;min-height:48px;padding:9px 27px}
.match-summary{padding-bottom:30px}
#filter-groups{gap:22px}
fieldset{padding:0}
legend{position:static;min-height:32px;margin-bottom:10px;gap:10px}
legend svg{width:32px;height:32px;padding:7px}
.filter-option{font-size:12px;padding:8px 11px;border-radius:13px}
.filter-options{gap:7px}
.results-open .explorer{display:flex;flex-direction:column;gap:0}
.results-open .match-summary{width:100%}
.results-open .results-panel{width:100%;order:2}
.results-open .filters{order:3;border:0;border-top:1px solid var(--line);padding:25px 0 0;margin-top:24px}
.results-open .count-orbit{width:140px;height:140px;font-size:90px}
.results-open .match-summary h1{font-size:23px}
.results-toolbar h2{font-size:15px}
.search-field{max-width:48%}
.search-field input{width:100%}
.catalog-note{font-size:9px;flex-wrap:wrap}
.distro-card{padding:18px 0 16px 72px}
.distro-logo{width:56px;height:56px;top:20px}
.distro-logo svg{width:38px;height:38px}
.card-heading h3{font-size:22px}
.card-description{font-size:13px}
.card-actions{gap:14px}
.source-button,.official-link{font-size:10px}
.method{display:block;padding:24px 0}
.method h2{font-size:23px}
footer{flex-wrap:wrap}
footer>span{display:none}
footer p{font-size:10px}
.fact{grid-template-columns:1fr;gap:4px}
dialog{padding:20px}
.dialog-heading h2{font-size:21px}
}

@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}
}

