:root,[data-theme=light]{--bg:#f3f6fb;--bg-panel:#e6edf6;--surface:#fff;--surface-hover:#eef3f9;--ink:#0e1a2b;--muted:#4a5d75;--faint:#6b7f98;--border:#c9d5e4;--border-strong:#a8bad0;--brand:#0a50a3;--brand-deep:#083f82;--brand-soft:color-mix(in srgb, var(--brand) 12%, transparent);--accent:#c4783a;--accent-soft:color-mix(in srgb, var(--accent) 14%, transparent);--status-active-bg:#1f8a4c24;--status-active-fg:#146338;--status-maint-bg:#b86e1a29;--status-maint-fg:#8a4f0f;--status-depr-bg:#b33a2e24;--status-depr-fg:#8c2a21;--shadow:0 10px 28px #0e1a2b1a;--backdrop:#0e1a2b73;--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--font:"IBM Plex Sans", system-ui, sans-serif;--mono:"IBM Plex Mono", ui-monospace, monospace;--z-modal-backdrop:40;--z-modal:50;--z-lightbox-backdrop:60;--z-lightbox:70;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}[data-theme=dark]{--bg:#0b1118;--bg-panel:#101822;--surface:#141c27;--surface-hover:#1a2432;--ink:#e8eef6;--muted:#9aadc2;--faint:#7a8fa6;--border:#2a384a;--border-strong:#3d5168;--brand:#3d7fd4;--brand-deep:#2f6bb8;--brand-soft:color-mix(in srgb, var(--brand) 18%, transparent);--accent:#d4924f;--accent-soft:color-mix(in srgb, var(--accent) 18%, transparent);--status-active-bg:#3d9a6e38;--status-active-fg:#8fd4ad;--status-maint-bg:#d4924f33;--status-maint-fg:#f0c089;--status-depr-bg:#d4655a33;--status-depr-fg:#f0a49c;--shadow:0 16px 40px #00000073;--backdrop:#000000b8;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}*,:before,:after{box-sizing:border-box}html{min-height:100%}body{min-height:100vh;font-family:var(--font);color:var(--ink);background:radial-gradient(1200px 480px at 8% -10%, color-mix(in srgb, var(--brand) 18%, transparent), transparent 55%), radial-gradient(900px 420px at 100% 0%, color-mix(in srgb, var(--accent) 10%, transparent), transparent 50%), var(--bg);-webkit-font-smoothing:antialiased;margin:0;font-size:.9375rem;line-height:1.5}#root{min-height:100vh}a{color:var(--brand)}a:hover{color:var(--brand-deep)}h1,h2,h3{letter-spacing:-.02em;text-wrap:balance;color:var(--ink);margin:0;font-weight:600}p{margin:0}button,input,select{font:inherit}.app-shell{flex-direction:column;width:min(1120px,100% - 2rem);min-height:100vh;margin:0 auto;padding:1.25rem 0 2.5rem;display:flex}.app-shell>main{flex:auto}.site-footer{border-top:1px solid var(--border);color:var(--faint);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem 1rem;margin-top:2.5rem;padding-top:1.25rem;font-size:.8125rem;display:flex}.site-footer__version{font-family:var(--mono);font-size:.75rem}.topbar{background:color-mix(in srgb, var(--surface) 88%, transparent);border:1px solid var(--border);border-radius:var(--radius-lg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.75rem;padding:.85rem 1rem;display:flex}.topbar__brand{align-items:center;gap:.85rem;display:flex}.brand-mark{border-radius:var(--radius-md);object-fit:cover;border:1px solid var(--border);background:#fff;flex-shrink:0;width:2.5rem;height:2.5rem;display:block}[data-theme=dark] .brand-mark{border-color:var(--border-strong);box-shadow:0 0 0 1px color-mix(in srgb, var(--brand) 35%, transparent)}.topbar h1{white-space:normal;flex-direction:column;gap:.05rem;font-size:1.35rem;font-weight:600;line-height:1.15;display:flex}.brand-name{letter-spacing:.04em;text-transform:uppercase;color:var(--muted);font-size:.75rem;font-weight:600}.brand-product{color:var(--ink);font-size:1.35rem}.theme-toggle{border:1px solid var(--border);background:var(--surface);height:2.25rem;color:var(--muted);cursor:pointer;border-radius:999px;align-items:center;gap:.6rem;padding:0 .7rem 0 .45rem;transition:border-color .16s cubic-bezier(.16,1,.3,1),color .16s cubic-bezier(.16,1,.3,1);display:inline-flex}.theme-toggle:hover{border-color:var(--border-strong);color:var(--ink)}.theme-toggle:focus-visible{outline:2px solid var(--brand);outline-offset:2px}.theme-toggle__track{background:var(--bg-panel);border:1px solid var(--border);border-radius:999px;width:2.1rem;height:1.15rem;position:relative}.theme-toggle__thumb{background:var(--brand);border-radius:50%;width:.85rem;height:.85rem;transition:transform .18s cubic-bezier(.16,1,.3,1);position:absolute;top:1px;left:1px}.theme-toggle__thumb--dark{background:var(--accent);transform:translate(.9rem)}.theme-toggle__text{min-width:2.4rem;font-size:.8125rem;font-weight:500}.toolbar{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);grid-template-columns:minmax(0,1.4fr) auto;align-items:end;gap:1rem;margin-bottom:2rem;padding:1rem;display:grid}.search-input,.filter-bar label{color:var(--muted);gap:.4rem;font-size:.8125rem;font-weight:500;display:grid}.search-input input,.filter-bar select{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--bg);width:100%;height:2.5rem;color:var(--ink);padding:0 .85rem;transition:border-color .16s cubic-bezier(.16,1,.3,1)}.search-input input::placeholder{color:var(--faint)}.search-input input:focus,.filter-bar select:focus{border-color:var(--brand);box-shadow:0 0 0 3px var(--brand-soft);outline:none}.filter-bar{flex-wrap:wrap;gap:.75rem;display:flex}.filter-bar label{min-width:10rem}.content-section{margin-top:2rem}.section-heading{justify-content:space-between;align-items:baseline;gap:1rem;margin-bottom:.9rem;display:flex}.section-heading h2{font-size:1.05rem}.section-heading p{font-family:var(--mono);color:var(--faint);font-size:.75rem}.app-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:.9rem;display:grid}.app-grid--favorites{grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}.app-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);flex-direction:column;gap:.9rem;padding:1.1rem;transition:border-color .16s cubic-bezier(.16,1,.3,1),background .16s cubic-bezier(.16,1,.3,1),transform .16s cubic-bezier(.16,1,.3,1);display:flex}.app-card:hover{border-color:var(--border-strong);background:var(--surface-hover);transform:translateY(-1px)}.app-card--compact{gap:.7rem}.app-card__topline{align-items:flex-start;gap:.75rem;display:flex}.app-icon{border-radius:var(--radius-md);background:var(--brand-soft);border:1px solid color-mix(in srgb, var(--brand) 28%, var(--border));width:2.5rem;height:2.5rem;color:var(--brand-deep);flex:none;place-items:center;font-size:.8rem;font-weight:600;display:grid;overflow:hidden}.app-icon--image{background:#fff;padding:0}.app-icon--image img{object-fit:cover;width:100%;height:100%;display:block}[data-theme=dark] .app-icon{color:var(--brand)}[data-theme=dark] .app-icon--image{background:#fff}.app-icon--large{width:3.25rem;height:3.25rem;font-size:.95rem}.app-card__category{font-family:var(--mono);color:var(--faint);margin-bottom:.15rem;font-size:.6875rem}.app-card h3{font-size:1rem;line-height:1.25}.app-card__description{color:var(--muted);flex:1;font-size:.875rem}.app-card__meta{color:var(--faint);justify-content:space-between;align-items:center;gap:.75rem;font-size:.8125rem;display:flex}.status-badge{font-family:var(--mono);border-radius:var(--radius-sm);align-items:center;padding:.15rem .45rem;font-size:.6875rem;font-weight:500;display:inline-flex}.status-badge--active{background:var(--status-active-bg);color:var(--status-active-fg)}.status-badge--maintenance{background:var(--status-maint-bg);color:var(--status-maint-fg)}.status-badge--deprecated{background:var(--status-depr-bg);color:var(--status-depr-fg)}.tag-list{flex-wrap:wrap;gap:.35rem;display:flex}.tag-list span{font-family:var(--mono);border-radius:var(--radius-sm);background:var(--bg-panel);color:var(--muted);border:1px solid var(--border);padding:.15rem .45rem;font-size:.6875rem}.app-card__actions{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.button{border-radius:var(--radius-md);cursor:pointer;border:1px solid #0000;justify-content:center;align-items:center;height:2.25rem;padding:0 .9rem;font-size:.8125rem;font-weight:550;text-decoration:none;transition:background .14s cubic-bezier(.16,1,.3,1),border-color .14s cubic-bezier(.16,1,.3,1),color .14s cubic-bezier(.16,1,.3,1);display:inline-flex}.button:focus-visible{outline:2px solid var(--brand);outline-offset:2px}.button--primary{background:var(--brand);color:#fff}.button--primary:hover{background:var(--brand-deep);color:#fff}.button--ghost{border-color:var(--border);color:var(--muted);background:0 0}.button--ghost:hover{border-color:var(--border-strong);color:var(--ink);background:var(--bg-panel)}.button--full{width:100%}.favorite-button{border-radius:var(--radius-md);border:1px solid var(--border);width:2.25rem;height:2.25rem;color:var(--faint);cursor:pointer;background:0 0;place-items:center;margin-left:auto;transition:color .14s cubic-bezier(.16,1,.3,1),border-color .14s cubic-bezier(.16,1,.3,1),background .14s cubic-bezier(.16,1,.3,1);display:grid}.favorite-button:hover,.favorite-button--active{color:var(--accent);border-color:color-mix(in srgb, var(--accent) 40%, var(--border));background:var(--accent-soft)}.favorite-button:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.empty-state{text-align:center;border:1px dashed var(--border);border-radius:var(--radius-lg);background:color-mix(in srgb, var(--surface) 70%, transparent);padding:2.5rem 1.25rem}.empty-state h3{margin-bottom:.35rem;font-size:1.05rem}.empty-state p{color:var(--muted)}.modal-backdrop{z-index:var(--z-modal-backdrop);background:var(--backdrop);place-items:center;padding:1.25rem;display:grid;position:fixed;inset:0}.app-detail{z-index:var(--z-modal);background:var(--surface);border:1px solid var(--border-strong);border-radius:var(--radius-lg);width:min(560px,100%);max-height:min(88vh,720px);box-shadow:var(--shadow);flex-direction:column;gap:1.1rem;padding:1.5rem;display:flex;position:relative;overflow:auto}.app-detail__header{grid-template-columns:auto 1fr auto;align-items:start;gap:.85rem;display:grid}.app-detail__header p{font-family:var(--mono);color:var(--faint);margin-bottom:.2rem;font-size:.75rem}.app-detail__header h2{margin-bottom:.45rem;font-size:1.25rem}.app-detail__description{color:var(--muted)}.app-detail__actions{flex-direction:column;gap:.75rem;display:flex}.store-badges{flex-wrap:wrap;justify-content:center;align-items:center;gap:.65rem;display:flex}.store-badge{border-radius:8px;line-height:0;transition:transform .16s cubic-bezier(.16,1,.3,1),opacity .16s cubic-bezier(.16,1,.3,1);display:inline-flex}.store-badge:hover{opacity:.92;transform:translateY(-1px)}.store-badge:focus-visible{outline:2px solid var(--brand);outline-offset:3px}.store-badge img{width:auto;height:44px;display:block}.screenshot-strip{scroll-snap-type:x mandatory;grid-auto-columns:minmax(120px,38%);grid-auto-flow:column;gap:.65rem;padding-bottom:.25rem;display:grid;overflow-x:auto}.screenshot-strip__item{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--bg-panel);scroll-snap-align:start;cursor:zoom-in;padding:0;transition:border-color .16s cubic-bezier(.16,1,.3,1),transform .16s cubic-bezier(.16,1,.3,1);display:block;overflow:hidden}.screenshot-strip__item:hover{border-color:var(--border-strong);transform:translateY(-1px)}.screenshot-strip__item:focus-visible{outline:2px solid var(--brand);outline-offset:2px}.screenshot-strip__item img{aspect-ratio:9/16;object-fit:cover;object-position:top center;pointer-events:none;width:100%;height:auto;display:block}.screenshot-lightbox{z-index:var(--z-lightbox-backdrop);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#05080cc7;place-items:center;padding:1rem;display:grid;position:fixed;inset:0}.screenshot-lightbox__panel{z-index:var(--z-lightbox);border-radius:var(--radius-lg);background:color-mix(in srgb, var(--surface) 92%, #000 8%);width:min(920px,100%);max-height:min(94vh,900px);box-shadow:var(--shadow);border:1px solid #ffffff2e;flex-direction:column;gap:.85rem;padding:.9rem;display:flex;position:relative}.screenshot-lightbox__toolbar{justify-content:space-between;align-items:center;gap:.75rem;display:flex}.screenshot-lightbox__toolbar p{color:var(--ink);align-items:baseline;gap:.65rem;font-weight:600;display:flex}.screenshot-lightbox__toolbar span{font-family:var(--mono);color:var(--faint);font-size:.75rem;font-weight:500}.screenshot-lightbox__stage{grid-template-columns:auto 1fr auto;align-items:center;gap:.5rem;min-height:0;display:grid;position:relative}.screenshot-lightbox__frame{place-items:center;min-height:0;margin:0;display:grid}.screenshot-lightbox__frame img{border:1px solid var(--border-strong);background:#111;border-radius:1.25rem;width:auto;max-width:min(100%,360px);height:auto;max-height:min(68vh,640px);display:block;box-shadow:0 18px 48px #00000059}.screenshot-lightbox__nav{border:1px solid var(--border-strong);background:color-mix(in srgb, var(--surface) 88%, transparent);width:2.5rem;height:2.5rem;color:var(--ink);cursor:pointer;border-radius:999px;font-size:1.6rem;line-height:1;transition:background .14s cubic-bezier(.16,1,.3,1),border-color .14s cubic-bezier(.16,1,.3,1)}.screenshot-lightbox__nav:hover{background:var(--surface-hover);border-color:var(--brand)}.screenshot-lightbox__nav:focus-visible{outline:2px solid var(--brand);outline-offset:2px}.screenshot-lightbox__dots{justify-content:center;gap:.45rem;display:flex}.screenshot-lightbox__dot{background:color-mix(in srgb, var(--muted) 45%, transparent);cursor:pointer;border:0;border-radius:999px;width:.45rem;height:.45rem;padding:0}.screenshot-lightbox__dot--active{background:var(--brand);width:1.15rem}.screenshot-lightbox__thumbs{justify-content:center;gap:.45rem;padding-bottom:.15rem;display:flex;overflow-x:auto}.screenshot-lightbox__thumb{background:var(--bg-panel);cursor:pointer;opacity:.55;border:2px solid #0000;border-radius:.55rem;flex:none;width:3rem;height:5.2rem;padding:0;transition:opacity .14s cubic-bezier(.16,1,.3,1),border-color .14s cubic-bezier(.16,1,.3,1);overflow:hidden}.screenshot-lightbox__thumb--active,.screenshot-lightbox__thumb:hover{opacity:1;border-color:var(--brand)}.screenshot-lightbox__thumb img{object-fit:cover;object-position:top center;width:100%;height:100%;display:block}@media (width<=700px){.screenshot-lightbox__stage{grid-template-columns:1fr;justify-items:center}.screenshot-lightbox__nav{z-index:1;position:absolute;top:50%;transform:translateY(-50%)}.screenshot-lightbox__nav--prev{left:.15rem}.screenshot-lightbox__nav--next{right:.15rem}.screenshot-lightbox__frame img{max-width:min(100%,280px);max-height:min(58vh,560px)}}@media (prefers-reduced-motion:reduce){.screenshot-strip__item,.screenshot-lightbox__nav,.screenshot-lightbox__thumb{transition:none}}.icon-button{border:1px solid var(--border);border-radius:var(--radius-md);width:2.25rem;height:2.25rem;color:var(--muted);cursor:pointer;background:0 0;font-size:1.25rem;line-height:1}.icon-button:hover{color:var(--ink);border-color:var(--border-strong)}.icon-button:focus-visible{outline:2px solid var(--brand);outline-offset:2px}.detail-list{flex-direction:column;margin:0;display:flex}.detail-list>div{border-top:1px solid var(--border);grid-template-columns:8.5rem minmax(0,1fr);gap:.75rem;padding:.75rem 0;display:grid}.detail-list dt{font-family:var(--mono);color:var(--faint);font-size:.75rem}.detail-list dd{color:var(--muted);margin:0;font-size:.875rem}@media (width<=800px){.toolbar{grid-template-columns:1fr}.filter-bar label{flex:9rem}.detail-list>div{grid-template-columns:1fr;gap:.25rem}}@media (width<=560px){.app-shell{width:min(100% - 1.25rem,1120px)}.topbar{padding:.75rem}.theme-toggle__text{display:none}}@media (prefers-reduced-motion:reduce){*,:before,:after{transition:none!important;animation:none!important}}:root{font-family:IBM Plex Sans,system-ui,sans-serif}body{margin:0}
