:root{
--bg:#ffffff;
--bg-soft:#f4f5f7;
--line-soft:#d9dce3;
--line-strong:#b8bcc6;
--text:#17181c;
--text-muted:#5b606b;
--accent:#00786a;
--accent-strong:#005a4f;
--accent-soft:#ddf3ef;
--on-accent:#ffffff;
--accent2:#1a56c4;
--accent2-strong:#12419a;
--accent2-soft:#e5edfb;
--on-accent2:#ffffff;
--accent3:#7d5a00;
--accent3-soft:#fdf2d4;
--ok:#0a7044;
--ok-soft:#dcf6e6;
--warn:#8a5a00;
--warn-soft:#fbf1dc;
--paid:#7a2b8f;
--paid-soft:#f3e8f7;
--os-windows:#0b62c4;
--os-linux:#8f5d00;
--os-android:#2c7d33;
--focus:#00786a;
--field-focus:#e6e8ee;
--radius:4px;
--font:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
--mono:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;
--measure:860px;
--gap:20px;
--rhythm:18px;
--field:58px;
color-scheme:light;
}
@media (prefers-color-scheme:dark){
:root:not([data-theme="light"]){
--bg:#131417;
--bg-soft:#1b1d22;
--line-soft:#32363f;
--line-strong:#4a4e59;
--text:#e9eaee;
--text-muted:#a4a8b3;
--accent:#02e3bb;
--accent-strong:#6ff0d6;
--accent-soft:#123832;
--on-accent:#06221d;
--accent2:#86b4ff;
--accent2-strong:#a9caff;
--accent2-soft:#16233f;
--on-accent2:#0b1730;
--accent3:#ffd24a;
--accent3-soft:#3d3011;
--ok:#7ceaa6;
--ok-soft:#17402a;
--warn:#f0c46a;
--warn-soft:#3a2d10;
--paid:#d9a3ec;
--paid-soft:#3a1f44;
--os-windows:#5aa9ff;
--os-linux:#efb640;
--os-android:#5fd97f;
--focus:#4fe3c6;
--field-focus:#272a31;
color-scheme:dark;
}
}
:root[data-theme="dark"]{
--bg:#131417;
--bg-soft:#1b1d22;
--line-soft:#32363f;
--line-strong:#4a4e59;
--text:#e9eaee;
--text-muted:#a4a8b3;
--accent:#02e3bb;
--accent-strong:#6ff0d6;
--accent-soft:#123832;
--on-accent:#06221d;
--accent2:#86b4ff;
--accent2-strong:#a9caff;
--accent2-soft:#16233f;
--on-accent2:#0b1730;
--accent3:#ffd24a;
--accent3-soft:#3d3011;
--ok:#7ceaa6;
--ok-soft:#17402a;
--warn:#f0c46a;
--warn-soft:#3a2d10;
--paid:#d9a3ec;
--paid-soft:#3a1f44;
--os-windows:#5aa9ff;
--os-linux:#efb640;
--os-android:#5fd97f;
--focus:#4fe3c6;
--field-focus:#272a31;
color-scheme:dark;
}
*,*::before,*::after{box-sizing:border-box;}
html{font-family:var(--font);font-size:18px;line-height:1.55;-webkit-text-size-adjust:100%;background:var(--bg);color:var(--text);}
body{margin:0;min-height:100vh;display:flex;flex-direction:column;}
img,svg{display:block;max-width:100%;}
textarea{resize:none;}
a{color:var(--accent);text-decoration:none;}
a,.tile-title,.link-list-title{text-decoration-thickness:2px;text-underline-offset:3px;}
a:hover{text-decoration-line:underline;color:var(--accent-strong);}
.skip-link:hover,.brand:hover,.btn:hover,.chip:hover,.tile:hover,.link-list a:hover,.pagination a:hover,.site-nav a:hover{text-decoration-line:none;}
.skip-link:hover{color:var(--on-accent);}
.brand:hover,.tile:hover,.link-list a:hover{color:var(--text);}
.breadcrumbs a:hover,.app-row-title a:hover{color:var(--accent-strong);}
:focus-visible{outline:3px solid var(--focus);outline-offset:2px;border-radius:var(--radius);}
h1,h2,h3{line-height:1.2;margin:0 0 .4em;font-weight:650;letter-spacing:-.01em;}
h1{font-size:2rem;}
h2{font-size:1.4rem;}
h3{font-size:1.1rem;}
p{margin:0 0 1em;}
ul,ol{margin:0 0 1em;padding-left:1.4em;}
code{font-family:var(--mono);font-size:.92em;background:var(--bg-soft);padding:.1em .35em;border-radius:var(--radius);}
.visually-hidden{position:absolute!important;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0;}
.skip-link{position:absolute;left:12px;top:-60px;z-index:20;padding:10px 14px;background:var(--accent);color:var(--on-accent);border-radius:var(--radius);font-weight:600;}
.skip-link:focus{top:12px;}
.content-anchor{position:absolute;}
.icon{width:16px;height:16px;flex:none;}
.icon-sprite{position:absolute;width:0;height:0;overflow:hidden;}
.site-header{background:var(--bg);}
.site-header-inner,.site-header-search,.site-main,.site-footer-inner{width:100%;max-width:var(--measure);margin:0 auto;padding:0 var(--gap);}
.site-header-inner{display:flex;align-items:center;gap:18px;flex-wrap:wrap;padding-top:var(--rhythm);}
.brand{display:inline-flex;align-items:center;gap:10px;color:var(--text);font-weight:700;font-size:1.25rem;letter-spacing:-.01em;min-height:44px;}
.brand-mark{width:40px;height:40px;border-radius:7px;flex:none;}
.site-nav ul{list-style:none;margin:0;padding:0;display:flex;gap:2px;flex-wrap:wrap;}
.site-nav a{display:inline-flex;align-items:center;min-height:44px;padding:0 10px;color:var(--text-muted);font-weight:500;box-shadow:inset 0 -2px 0 transparent;}
.site-nav a:hover{color:var(--text);background:var(--bg-soft);box-shadow:inset 0 -2px 0 var(--accent);}
.site-nav a[aria-current="page"]{color:var(--text);box-shadow:inset 0 -2px 0 var(--accent);}
.site-header-search{padding-top:var(--rhythm);}
.site-search{display:flex;gap:10px;margin:0 0 var(--rhythm);}
.site-search-label{flex:1;display:block;min-width:0;}
.site-search-input{width:100%;height:var(--field);border:0;border-radius:var(--radius);padding:0 16px;font:inherit;font-size:1.05rem;background:var(--bg-soft);color:var(--text);}
.site-search-input:focus{background:var(--field-focus);}
.site-search .site-search-button{width:var(--field);height:var(--field);min-height:0;flex:none;padding:0;justify-content:center;background:var(--accent2);color:var(--on-accent2);}
.site-search .site-search-button:hover{background:var(--accent2-strong);color:var(--on-accent2);}
.site-search-button .icon{width:22px;height:22px;}
.site-header-search .site-search{margin:0;}
.theme-toggle{min-height:44px;padding:0 16px;border:1px solid var(--line-soft);border-radius:var(--radius);background:var(--bg);color:var(--text);font:inherit;font-size:1rem;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:9px;}
.theme-toggle:hover{background:var(--accent-soft);color:var(--accent-strong);border-color:var(--line-strong);}
.theme-toggle .icon{width:18px;height:18px;}
.theme-toggle .icon-moon{display:none;}
:root[data-theme="dark"] .theme-toggle .icon-moon{display:block;}
:root[data-theme="dark"] .theme-toggle .icon-sun{display:none;}
@media (prefers-color-scheme:dark){
:root:not([data-theme="light"]) .theme-toggle .icon-moon{display:block;}
:root:not([data-theme="light"]) .theme-toggle .icon-sun{display:none;}
}
.site-main{flex:1;padding-top:var(--rhythm);padding-bottom:56px;}
.site-footer{background:var(--bg-soft);font-size:1rem;color:var(--text-muted);}
.site-footer-inner{padding-top:26px;padding-bottom:30px;}
.site-footer-cols{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:10px 28px;margin-bottom:22px;}
.site-footer-heading{margin:0 0 4px;color:var(--text);font-weight:600;}
.site-footer-col ul{list-style:none;margin:0;padding:0;}
.site-footer-col a{color:var(--text-muted);display:inline-block;padding:5px 0;}
.site-footer-col a:hover{color:var(--text);}
.site-footer-bottom{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:14px;}
.site-footer-meta{margin:0;}
.home-section{padding-top:30px;}
.home-section:first-of-type{padding-top:6px;}
.section-head{display:flex;align-items:baseline;justify-content:space-between;gap:16px;margin-bottom:10px;}
.section-head h2{margin:0;}
.section-more{font-size:.95rem;white-space:nowrap;}
.section-note{color:var(--text-muted);margin-top:-.2em;}
.page-head{margin-bottom:var(--rhythm);}
.page-intro{color:var(--text-muted);font-size:1.05rem;max-width:720px;}
.breadcrumbs{font-size:1rem;color:var(--text-muted);margin-bottom:var(--rhythm);}
.breadcrumbs ol{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:4px;}
.breadcrumbs li+li::before{content:"/";margin:0 6px;color:var(--line-strong);}
.breadcrumbs a{color:var(--text-muted);}
.app-list{list-style:none;margin:0 0 20px;padding:0;display:flex;flex-direction:column;gap:28px;}
.app-row{display:flex;gap:16px;}
.app-row-icon{flex:none;width:48px;height:48px;}
.app-icon{width:var(--icon-size,48px);height:var(--icon-size,48px);border-radius:var(--radius);object-fit:contain;}
.app-icon-backdrop{background:#ffffff;padding:2px;}
.app-icon-fallback{display:inline-flex;align-items:center;justify-content:center;background:var(--accent-soft);color:var(--accent-strong);font-weight:700;font-size:calc(var(--icon-size,48px)*.45);}
.app-row-body{min-width:0;flex:1;}
.app-row-title{margin:0 0 2px;font-size:1.15rem;}
.app-row-title a{color:var(--text);}
.app-row-summary{margin:0 0 8px;color:var(--text-muted);}
.app-row-meta{display:flex;flex-wrap:wrap;gap:8px;align-items:center;font-size:.85rem;}
.app-row-category{color:var(--text-muted);margin-left:4px;}
.app-row-note{margin:10px 0 0;padding:10px 12px;background:var(--bg-soft);border-radius:var(--radius);font-size:.95rem;}
.app-list-original .app-row{background:var(--bg-soft);padding:16px;border-radius:var(--radius);}
.badge-group{display:inline-flex;flex-wrap:wrap;gap:8px;}
.badge{display:inline-flex;align-items:center;gap:6px;padding:5px 12px;border-radius:var(--radius);border:0;color:var(--badge-fg,var(--text));font-weight:500;line-height:1.5;background:var(--bg-soft);text-decoration-thickness:2px;text-underline-offset:3px;}
.badge:hover{color:var(--badge-fg,var(--text));}
.badge-pricing-free{--badge-fg:var(--ok);background:var(--ok-soft);}
.badge-pricing-freemium{--badge-fg:var(--accent3);background:var(--accent3-soft);}
.badge-pricing-paid{--badge-fg:var(--paid);background:var(--paid-soft);}
.badge-open{--badge-fg:var(--accent2);background:var(--accent2-soft);}
.badge-proprietary{--badge-fg:var(--text-muted);}
.app-list-original .badge-platform,.app-list-original .badge-proprietary{background:var(--bg);}
.badge .icon{width:18px;height:18px;color:var(--badge-icon,inherit);}
.badge-platform-windows{--badge-icon:var(--os-windows);}
.badge-platform-linux{--badge-icon:var(--os-linux);}
.badge-platform-android{--badge-icon:var(--os-android);}
.badge-platform-web{--badge-icon:var(--accent2);}
.badge-platform-self-hosted,.badge-platform-cli,.badge-platform-browser-extension{--badge-icon:var(--text-muted);}
.page-head-icon{display:inline-flex;vertical-align:-.12em;margin-right:.35em;color:var(--accent2);}
.page-head-icon .icon{width:1em;height:1em;}
.page-head-icon-platform{color:var(--text);}
.page-head-icon-windows{color:var(--os-windows);}
.page-head-icon-linux{color:var(--os-linux);}
.page-head-icon-android{color:var(--os-android);}
.page-head-icon-free{color:var(--ok);}
.page-head-icon-freemium{color:var(--accent3);}
.page-head-icon-paid{color:var(--paid);}
.btn{display:inline-flex;align-items:center;gap:8px;min-height:44px;padding:0 18px;border:0;border-radius:var(--radius);background:var(--bg-soft);color:var(--text);font:inherit;font-weight:600;cursor:pointer;line-height:1.2;}
.btn:hover{color:var(--accent-strong);background:var(--accent-soft);}
.btn-primary{background:var(--accent);color:var(--on-accent);}
.btn-primary:hover{background:var(--accent-strong);color:var(--on-accent);}
.btn-host{font-weight:400;font-size:.85rem;opacity:.85;}
.app-actions{display:flex;flex-wrap:wrap;gap:8px;margin:18px 0 6px;}
.app-actions .btn{flex-direction:column;align-items:flex-start;gap:1px;padding:9px 16px;}
.app-actions .btn .icon{position:absolute;}
.app-actions .btn{position:relative;padding-right:38px;}
.app-actions .btn .icon{right:12px;top:12px;}
.app-actions-note{color:var(--text-muted);font-size:.9rem;margin-bottom:14px;}
.app-more{margin:0 0 26px;}
.app-more-summary{cursor:pointer;display:inline-flex;align-items:center;gap:10px;min-height:44px;padding:0 16px;border-radius:var(--radius);background:var(--bg-soft);font-weight:600;list-style:none;}
.app-more-summary::-webkit-details-marker{display:none;}
.app-more-summary:hover{background:var(--accent2-soft);color:var(--accent2);}
.app-more-dots{font-size:1.5rem;line-height:1;letter-spacing:.08em;transform:translateY(-.22em);}
.app-more-body{padding-top:18px;}
.app-more-group+.app-more-group{margin-top:22px;}
.app-more-heading{font-size:.9rem;font-weight:600;color:var(--text-muted);margin:0 0 10px;}
.app-more .app-actions{margin:0;}
.app-more-note{color:var(--text-muted);font-size:.85rem;margin:10px 0 0;}
.pkg-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px;}
.pkg-row{display:flex;flex-wrap:wrap;align-items:center;gap:8px 14px;}
.pkg-name{display:inline-flex;align-items:center;gap:6px;min-width:160px;font-weight:600;font-size:.95rem;}
.pkg-command{font-size:.9rem;padding:8px 12px;max-width:100%;overflow-x:auto;white-space:nowrap;}
.app-head{display:flex;gap:20px;align-items:flex-start;}
.app-head-icon{flex:none;}
.app-head-icon .app-icon{width:72px;height:72px;}
.app-title{margin-bottom:.15em;}
.app-summary{font-size:1.1rem;color:var(--text-muted);margin-bottom:10px;}
.app-badges{display:flex;flex-wrap:wrap;gap:8px;align-items:center;font-size:.9rem;}
.app-section{margin-top:26px;}
.app-section h2{font-size:1.25rem;}
.app-columns{display:grid;grid-template-columns:1fr 1fr;gap:0 32px;}
.fact-list{list-style:none;padding:0;margin:0;}
.fact-list li{position:relative;padding-left:22px;margin-bottom:8px;}
.fact-list li::before{position:absolute;left:0;top:0;font-weight:700;}
.fact-list-plus li::before{content:"+";color:var(--ok);}
.fact-list-minus li::before{content:"–";color:var(--warn);}
.details{margin:0;border-radius:var(--radius);overflow:hidden;}
.details div{display:grid;grid-template-columns:190px 1fr;gap:4px 20px;align-items:baseline;padding:11px 14px;}
.details div:nth-child(odd){background:var(--bg-soft);}
.details dt{color:var(--text-muted);font-size:1rem;font-weight:500;}
.details dd{margin:0;font-size:1rem;}
.app-correct{margin-top:32px;font-size:.92rem;color:var(--text-muted);}
.tile-list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(190px,1fr));grid-auto-rows:1fr;gap:10px;}
.tile-list-wide{grid-template-columns:minmax(0,1fr);}
.tile-list>li{display:flex;min-width:0;}
.tile{flex:1;display:flex;flex-direction:column;gap:4px;min-width:0;min-height:64px;padding:14px 16px;border:0;border-radius:var(--radius);color:var(--text);background:var(--bg-soft);}
.tile:hover{background:var(--accent-soft);}
.tile:hover .tile-title{color:var(--accent-strong);text-decoration-line:underline;}
.tile-title{font-weight:600;}
.tile-desc{color:var(--text-muted);font-size:.95rem;}
.tile-list:not(.tile-list-wide) .tile-desc{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;line-clamp:4;overflow:hidden;}
.tile-count{color:var(--text-muted);font-size:.85rem;margin-top:auto;}
.tile-glyphed{flex-direction:row;align-items:center;gap:18px;padding:16px;}
.tile-glyph{flex:none;display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;color:var(--accent2);}
.tile-glyph .icon{width:44px;height:44px;}
.tile-body{display:flex;flex-direction:column;gap:4px;min-width:0;}
.tile-glyphed .tile-count{margin-top:0;}
.link-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:16px;}
.link-list a{display:flex;align-items:center;gap:14px;color:var(--text);}
.link-list a:hover .link-list-title{color:var(--accent-strong);text-decoration-line:underline;}
.link-list-icon{flex:none;width:32px;height:32px;}
.link-list-icon .app-icon{width:32px;height:32px;}
.link-list-title{font-weight:600;flex:1;}
.link-list-meta{color:var(--text-muted);font-size:.9rem;}
.results-layout{display:flex;flex-direction:column;gap:20px;}
.filters-panel{border:0;}
.filters-summary{cursor:pointer;padding:10px 16px;font-weight:600;min-height:44px;display:inline-flex;align-items:center;list-style:none;background:var(--bg-soft);border:1px solid var(--line-soft);border-radius:var(--radius);}
.filters-summary:hover{background:var(--accent-soft);color:var(--accent-strong);border-color:var(--line-strong);}
.filters-summary::-webkit-details-marker{display:none;}
.filters-summary::before{content:"";width:8px;height:8px;border-right:2px solid var(--text-muted);border-bottom:2px solid var(--text-muted);transform:rotate(-45deg);margin-right:10px;transition:transform .15s;}
.filters-panel[open] .filters-summary::before{transform:rotate(45deg);}
.filters{padding:14px 0 4px;display:flex;flex-direction:column;gap:16px;}
.filter-group{border:0;padding:0;margin:0;}
.filter-group legend{font-weight:600;font-size:.9rem;color:var(--text-muted);padding:0;margin-bottom:10px;}
.filter-options{display:flex;flex-wrap:wrap;align-items:flex-end;gap:10px;}
.check{display:flex;align-items:center;gap:10px;min-height:44px;padding:0 14px;cursor:pointer;border:1px solid var(--line-soft);border-radius:var(--radius);background:var(--bg-soft);}
.check:hover{background:var(--accent-soft);border-color:var(--line-strong);}
.check:has(input:checked){background:var(--accent-soft);border-color:var(--accent);color:var(--accent-strong);}
.check:focus-within{outline:3px solid var(--focus);outline-offset:2px;}
.check input{width:20px;height:20px;margin:0;accent-color:var(--accent);}
.check input:focus-visible{outline:none;}
.select{display:block;min-width:180px;}
.select span{display:block;font-weight:600;font-size:.9rem;color:var(--text-muted);margin-bottom:6px;}
.select select{width:100%;min-height:44px;border:1px solid var(--line-soft);border-radius:var(--radius);padding:0 10px;font:inherit;background:var(--bg-soft);color:var(--text);}
.select select:hover{background:var(--accent-soft);border-color:var(--line-strong);}
.filter-actions{display:flex;flex-wrap:wrap;gap:10px;}
.results-status{color:var(--text-muted);font-size:.95rem;margin:0 0 10px;}
.chips{list-style:none;margin:0 0 12px;padding:0;display:flex;flex-wrap:wrap;gap:6px;}
.chip{display:inline-flex;align-items:center;gap:6px;min-height:36px;padding:0 14px;border:0;border-radius:999px;color:var(--text);font-size:.9rem;background:var(--bg-soft);}
.chip:hover{background:var(--accent-soft);color:var(--accent-strong);}
.chip-x{font-size:1.1em;line-height:1;}
.pagination ul{list-style:none;margin:16px 0 0;padding:0;display:flex;flex-wrap:wrap;gap:6px;}
.pagination a,.pagination span{display:inline-flex;align-items:center;justify-content:center;min-width:44px;min-height:44px;border:0;border-radius:var(--radius);background:var(--bg-soft);}
.pagination a:hover{background:var(--accent-soft);color:var(--accent-strong);}
.pagination span{background:var(--accent);color:var(--on-accent);}
.empty{padding:20px 0;color:var(--text-muted);}
.prose{max-width:720px;}
.prose h2{margin-top:1.4em;font-size:1.25rem;}
.notice{padding:12px 14px;border-radius:var(--radius);border:0;margin-bottom:18px;background:var(--bg-soft);}
.notice-ok{background:var(--ok-soft);color:var(--ok);}
.notice-error{background:var(--warn-soft);color:var(--warn);}
.contact-form{max-width:620px;}
.field{display:block;margin-bottom:16px;}
.field-label{display:block;font-weight:600;margin-bottom:6px;}
.field input,.field textarea{width:100%;min-height:44px;border:0;border-radius:var(--radius);padding:10px 12px;font:inherit;background:var(--bg-soft);color:var(--text);}
.field textarea{line-height:1.5;}
.field input:focus,.field textarea:focus{background:var(--field-focus);}
.field-help{color:var(--text-muted);font-size:.9rem;}
@media (max-width:760px){
html{font-size:17px;}
.app-columns{grid-template-columns:1fr;}
.details div{grid-template-columns:150px 1fr;}
.app-head{gap:14px;}
.app-head-icon .app-icon{width:56px;height:56px;}
h1{font-size:1.7rem;}
}
@media (max-width:640px){
.site-header-inner{gap:8px;}
.site-nav{order:3;width:100%;}
.site-nav ul{justify-content:space-between;}
.site-nav a{padding:0 6px;font-size:.95rem;}
.tile-list{grid-template-columns:minmax(0,1fr) minmax(0,1fr);}
.tile-list-wide{grid-template-columns:minmax(0,1fr);}
}
@media (max-width:420px){
.tile-list{grid-template-columns:minmax(0,1fr);}
.details div{grid-template-columns:1fr;gap:2px;padding:10px 12px;}
.app-row{gap:12px;}
}
@media (prefers-reduced-motion:reduce){
*{transition:none!important;animation:none!important;scroll-behavior:auto!important;}
}
@media print{
.site-header-search,.skip-link,.filters-panel,.theme-toggle{display:none;}
}
