:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--text:#101114;--muted:#667085;--line:#e7e9ee;--bg:#fbfbfc;--card:#fff;--soft:#f4f6f8;--accent:#111827}*{box-sizing:border-box}body{color:var(--text);background:var(--bg);margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit}button,input{font:inherit}.site-header,main,.site-footer{width:min(1240px,100% - 32px);margin:0 auto}.site-header{z-index:10;border-bottom:1px solid var(--line);background:color-mix(in srgb, var(--bg) 86%, transparent);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);justify-content:space-between;align-items:center;gap:16px;padding:14px 0;display:flex;position:sticky;top:0}.logo{letter-spacing:-.05em;align-items:center;gap:9px;font-weight:900;text-decoration:none;display:inline-flex}.logo-mark{background:url(/brand/withgenie-oss-radar-mark.png) 50%/contain no-repeat;border-radius:9px;width:30px;height:30px;box-shadow:0 8px 20px #10111429}nav{color:var(--muted);align-items:center;gap:14px;font-size:14px;display:flex}nav a{text-decoration:none}nav a:hover{color:var(--text)}.nav-button{color:var(--muted);cursor:pointer;background:0 0;border:0;padding:0}.hero{padding:48px 0 24px}.compact-hero{padding-bottom:18px}.eyebrow{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;margin:0 0 10px;font-size:13px;font-weight:800}h1{letter-spacing:-.07em;max-width:820px;margin:0 0 14px;font-size:clamp(36px,6vw,72px);line-height:.96}h2{letter-spacing:-.05em;margin:0;font-size:clamp(24px,3vw,36px);line-height:1}.lede{color:var(--muted);max-width:720px;margin:0;font-size:clamp(17px,2vw,21px);line-height:1.45}.search-form{border:1px solid var(--line);background:var(--card);border-radius:18px;align-items:center;gap:8px;width:min(720px,100%);margin-top:22px;padding:6px;display:flex;box-shadow:0 18px 50px #1011140f}.search-form input{min-width:0;height:46px;color:var(--text);background:0 0;border:0;outline:0;flex:1;padding:0 12px}.search-form button{background:var(--accent);color:#fff;cursor:pointer;border:0;border-radius:14px;height:46px;padding:0 18px;font-weight:800}.back-link{width:fit-content;color:var(--muted);align-items:center;margin-bottom:16px;font-size:14px;font-weight:800;text-decoration:none;display:inline-flex}.back-link:hover{color:var(--text)}.category-strip{flex-wrap:wrap;gap:8px;margin:0 0 28px;display:flex}.category-chip,.pill{border:1px solid var(--line);background:var(--card);min-height:34px;color:var(--text);border-radius:999px;justify-content:center;align-items:center;padding:7px 12px;font-size:13px;font-weight:700;text-decoration:none;display:inline-flex}.category-chip:hover,.pill:hover{border-color:#c7ccd5}.section-head{justify-content:space-between;align-items:end;gap:16px;margin:18px 0 16px;display:flex}.count-label{color:var(--muted);font-size:14px;font-weight:800}.empty-state{border:1px dashed var(--line);background:var(--card);color:var(--muted);border-radius:22px;padding:28px}.repo-list{grid-template-columns:repeat(auto-fill,minmax(292px,1fr));gap:14px;margin:16px 0 64px;display:grid}.repo-card{border:1px solid var(--line);background:var(--card);border-radius:24px;flex-direction:column;justify-content:space-between;gap:14px;min-height:330px;padding:18px;display:flex;box-shadow:0 16px 40px #1011140b}.repo-card-head{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.repo-title{letter-spacing:-.04em;overflow-wrap:anywhere;max-width:100%;font-size:18px;font-weight:900;line-height:1.15;text-decoration:none;display:inline-block}.repo-title:hover{text-decoration:underline}.github-link{border:1px solid var(--line);width:34px;height:34px;color:var(--muted);border-radius:999px;flex:none;justify-content:center;align-items:center;text-decoration:none;display:inline-flex}.repo-summary{color:#3f4652;min-height:56px;margin:9px 0 0;font-size:14px;line-height:1.35}.repo-stats{grid-template-columns:repeat(4,1fr);gap:6px;margin:0;display:grid}.repo-stats div{background:var(--soft);border-radius:14px;min-width:0;padding:9px 8px}.repo-stats dt{color:var(--muted);text-transform:uppercase;font-size:10px;font-weight:800}.repo-stats dd{letter-spacing:-.02em;white-space:nowrap;text-overflow:ellipsis;margin:3px 0 0;font-size:13px;font-weight:900;overflow:hidden}.detail-stats{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));max-width:860px}.detail-stats div{padding:14px}.detail-stats dd{font-size:18px}.repo-meta,.repo-actions,.topic-row{flex-wrap:wrap;gap:7px;display:flex}.repo-meta span,.topic-row span{border:1px solid var(--line);background:var(--bg);color:var(--muted);border-radius:999px;padding:6px 9px;font-size:12px;font-weight:700}.topic-row span{color:#475467;background:#f8fafc}.action-pill{cursor:pointer}.action-pill[aria-pressed=true]{color:#fff;background:#111827;border-color:#111827}.action-pill:disabled{opacity:.6;cursor:wait}.repo-detail{max-width:980px}.detail-topics,.detail-actions{margin-top:18px}.auth-cta{background:var(--accent);color:#fff;border-color:var(--accent);width:fit-content;margin-top:20px}.auth-shell{place-items:center;min-height:70vh;padding:48px 0;display:grid}.site-footer{border-top:1px solid var(--line);color:var(--muted);justify-content:space-between;gap:12px;padding:22px 0 44px;font-size:13px;display:flex}@media (max-width:720px){.site-header{flex-direction:column;align-items:flex-start}nav{width:100%;padding-bottom:2px;overflow-x:auto}.site-footer{flex-direction:column}.search-form{border-radius:16px}.search-form button{padding:0 14px}.section-head{flex-direction:column;align-items:flex-start}.repo-list{grid-template-columns:1fr}}
