:root{--bg:#f0f0f3;--surface:#fff;--surface-2:#f7f7f9;--border:#e2e2e8;--text:#111118;--text-muted:#6b6b80;--accent:#5b5fc7;--accent-subtle:#eef;--sev-none-bg:#f3f4f6;--sev-none-fg:#6b7280;--sev-low-bg:#eff6ff;--sev-low-fg:#2563eb;--sev-med-bg:#fffbeb;--sev-med-fg:#b45309;--sev-high-bg:#fff4ed;--sev-high-fg:#c2410c;--sev-crit-bg:#fff0f0;--sev-crit-fg:#dc2626;--radius-sm:8px;--radius:16px;--radius-lg:22px;--shadow-sm:0 1px 3px #0000000f, 0 1px 2px #0000000a;--shadow:0 4px 16px #00000012, 0 1px 4px #0000000a;--shadow-hover:0 12px 32px #0000001f, 0 4px 8px #0000000f;--transition:.2s cubic-bezier(.25,.8,.25,1)}@media (prefers-color-scheme:dark){:root{--bg:#0d0d10;--surface:#18181c;--surface-2:#1e1e24;--border:#2a2a34;--text:#ebebf5;--text-muted:#8585a0;--accent:#818cf8;--accent-subtle:#1e1e40;--sev-none-bg:#1f2028;--sev-none-fg:#9ca3af;--sev-low-bg:#0f1e40;--sev-low-fg:#60a5fa;--sev-med-bg:#2a1f08;--sev-med-fg:#fbbf24;--sev-high-bg:#2a1408;--sev-high-fg:#fb923c;--sev-crit-bg:#2a0808;--sev-crit-fg:#f87171;--shadow:0 4px 16px #0006;--shadow-hover:0 12px 32px #0009}}*,:before,:after{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Inter,Segoe UI,sans-serif}header{background:var(--surface);border-bottom:1px solid var(--border);z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);padding:1.25rem 2rem 0;position:sticky;top:0}.header-top{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}header h1{letter-spacing:-.03em;background:linear-gradient(135deg, var(--accent) 0%, #a78bfa 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.25rem;font-weight:800}.subtitle{color:var(--text-muted);margin-top:.1rem;font-size:.8rem}.tabs{gap:.25rem;margin-top:1rem;display:flex}.tab{cursor:pointer;border-radius:var(--radius-sm) var(--radius-sm) 0 0;color:var(--text-muted);transition:color var(--transition), border-color var(--transition), background var(--transition);background:0 0;border:none;border-bottom:2px solid #0000;align-items:center;gap:.4rem;padding:.6rem 1.1rem;font-size:.875rem;font-weight:500;display:flex}.tab:hover{color:var(--text);background:var(--surface-2)}.tab.active{color:var(--accent);border-bottom-color:var(--accent)}.toolbar{flex-direction:column;gap:.75rem;padding:.75rem 0;display:flex}#search{border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--surface-2);width:100%;max-width:420px;color:var(--text);transition:border-color var(--transition), box-shadow var(--transition);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236b6b80' stroke-width='2'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cpath d='m21 21-4.35-4.35'/%3E%3C/svg%3E");background-position:.65rem;background-repeat:no-repeat;outline:none;padding:.5rem 1rem .5rem 2.2rem;font-size:.875rem}#search:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-subtle)}.filter-group{flex-direction:column;gap:.4rem;display:flex}.filter-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;font-size:.7rem;font-weight:700}.sev-filters{flex-wrap:wrap;align-items:center;gap:.35rem;display:flex}.sev-btn{border:1px solid var(--border);border-radius:var(--radius-sm);cursor:pointer;transition:border-color var(--transition), opacity var(--transition);opacity:.6;background:0 0;padding:.2rem .5rem}.sev-btn:hover{opacity:1}.sev-btn.active{border-color:var(--accent);opacity:1;box-shadow:0 0 0 2px var(--accent-subtle)}.sev-btn[data-sev=all]{color:var(--text);padding:.25rem .7rem;font-size:.75rem;font-weight:600}.sev-btn[data-sev=all].active{color:var(--accent)}.sev-legend{margin-top:.3rem}.legend-title{color:var(--text-muted);font-size:.68rem;font-weight:500}.legend-items{color:var(--text-muted);flex-wrap:wrap;gap:.5rem 1.2rem;margin-top:.25rem;font-size:.72rem;display:flex}.legend-items span{align-items:center;gap:.35rem;display:flex}.repo-filters{flex-wrap:wrap;gap:.35rem;display:flex}.repo-btn{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-sm);cursor:pointer;color:var(--text-muted);transition:all var(--transition);padding:.25rem .65rem;font-size:.75rem;font-weight:500}.repo-btn:hover{color:var(--text);border-color:var(--text-muted)}.repo-btn.active{background:var(--accent-subtle);border-color:var(--accent);color:var(--accent)}.badge{background:var(--border);min-width:1.3rem;height:1.3rem;color:var(--text-muted);border-radius:99px;justify-content:center;align-items:center;padding:0 .35rem;font-size:.7rem;font-weight:700;display:inline-flex}.badge-cve{background:var(--sev-crit-bg);color:var(--sev-crit-fg)}.badge:empty{display:none}.tab-panel{padding:1.75rem 2rem 3rem}.tab-panel.hidden{display:none}.grid{grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:1rem;display:grid}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm);transition:transform var(--transition), box-shadow var(--transition), border-color var(--transition);flex-direction:column;gap:.75rem;padding:1.25rem 1.3rem 1.1rem;display:flex;position:relative;overflow:hidden}.card:before{content:"";border-radius:var(--radius) var(--radius) 0 0;background:linear-gradient(90deg, var(--accent) 0%, #a78bfa 100%);opacity:0;height:3px;transition:opacity var(--transition);position:absolute;top:0;left:0;right:0}.card:hover{box-shadow:var(--shadow-hover);border-color:color-mix(in srgb, var(--accent) 30%, var(--border));transform:translateY(-4px)}.card:hover:before{opacity:1}.card-header{justify-content:space-between;align-items:flex-start;gap:.75rem;display:flex}.card-meta{flex-direction:column;gap:.2rem;min-width:0;display:flex}.card-repo{color:var(--accent);letter-spacing:.02em;text-transform:uppercase;font-size:.72rem;font-weight:600}.card-title{font-size:.95rem;font-weight:700;line-height:1.3}.card-title a{color:var(--text);text-decoration:none}.card-title a:hover{color:var(--accent)}.card-badges{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:.3rem;display:flex}.card-date{color:var(--text-muted);white-space:nowrap;font-size:.72rem}.sev{text-transform:uppercase;letter-spacing:.06em;border-radius:99px;align-items:center;padding:.18rem .6rem;font-size:.68rem;font-weight:700;display:inline-flex}.sev-none{background:var(--sev-none-bg);color:var(--sev-none-fg)}.sev-low{background:var(--sev-low-bg);color:var(--sev-low-fg)}.sev-medium{background:var(--sev-med-bg);color:var(--sev-med-fg)}.sev-high{background:var(--sev-high-bg);color:var(--sev-high-fg)}.sev-critical{background:var(--sev-crit-bg);color:var(--sev-crit-fg)}.card-summary{color:var(--text-muted);font-size:.855rem;line-height:1.6}.card-changes{flex-direction:column;gap:.25rem;padding-left:0;list-style:none;display:flex}.card-changes li{color:var(--text-muted);padding-left:1.1rem;font-size:.8rem;line-height:1.45;position:relative}.card-changes li:before{content:"›";color:var(--accent);font-weight:700;position:absolute;left:0}.chips{flex-wrap:wrap;gap:.3rem;margin-top:.1rem;display:flex}.chip{background:var(--surface-2);color:var(--text-muted);border:1px solid var(--border);border-radius:99px;align-items:center;padding:.18rem .55rem;font-size:.7rem;font-weight:500;display:inline-flex}.chip-cve{background:var(--sev-crit-bg);color:var(--sev-crit-fg);border-color:#0000;font-weight:700}.chip-cve a{color:inherit;text-decoration:none}.chip-cve a:hover{text-decoration:underline}.table-wrap{border-radius:var(--radius);box-shadow:var(--shadow);border:1px solid var(--border);overflow-x:auto}#cve-table{border-collapse:collapse;background:var(--surface);width:100%;font-size:.855rem}#cve-table thead{background:var(--surface-2)}#cve-table th{text-align:left;color:var(--text-muted);letter-spacing:.04em;text-transform:uppercase;white-space:nowrap;border-bottom:1px solid var(--border);padding:.7rem 1rem;font-size:.75rem;font-weight:600}#cve-table td{border-bottom:1px solid var(--border);vertical-align:middle;padding:.7rem 1rem}#cve-table tr:last-child td{border-bottom:none}#cve-table tbody tr:hover td{background:var(--surface-2)}.cve-link{color:var(--sev-crit-fg);font-family:SF Mono,Fira Code,monospace;font-size:.8rem;font-weight:700;text-decoration:none}.cve-link:hover{text-decoration:underline}.cvss-pill{border-radius:var(--radius-sm);background:var(--surface-2);border:1px solid var(--border);justify-content:center;align-items:center;min-width:2.4rem;padding:.15rem .45rem;font-size:.75rem;font-weight:700;display:inline-flex}.cvss-low{background:var(--sev-low-bg);color:var(--sev-low-fg);border-color:#0000}.cvss-medium{background:var(--sev-med-bg);color:var(--sev-med-fg);border-color:#0000}.cvss-high{background:var(--sev-high-bg);color:var(--sev-high-fg);border-color:#0000}.cvss-crit{background:var(--sev-crit-bg);color:var(--sev-crit-fg);border-color:#0000}.desc-cell{max-width:360px;color:var(--text-muted)}.loading,.empty-state{text-align:center;color:var(--text-muted);padding:5rem 1rem;font-size:.95rem}.loading:before{content:"";border:3px solid var(--border);border-top-color:var(--accent);border-radius:50%;width:2rem;height:2rem;margin:0 auto 1rem;animation:.7s linear infinite spin;display:block}@keyframes spin{to{transform:rotate(360deg)}}.hidden{display:none!important}@media (width<=700px){header{padding:1rem 1rem 0}.tab-panel{padding:1rem 1rem 3rem}.grid{grid-template-columns:1fr}.desc-cell{display:none}}
