:root{--foreground:#171717;--background:#fff;--muted:#737373;--border:#e5e5e5;--primary:#2563eb;--primary-foreground:#fff;--accent-blue:#6b93c4;--card-bg:#f8f9fa;--card-border:#e5e5e5;--code-bg:#f5f5f5;--success-bg:#d4edda;--success-border:#c3e6cb;--success-text:#155724;--warning-bg:#fff3cd;--warning-border:#ffc107;--warning-text:#856404;--danger-bg:#f8d7da;--danger-border:#f5c6cb;--danger-text:#721c24;--info-bg:#cce5ff;--info-border:#0d6efd;--info-text:#004085;--input-bg:#fff;--input-text:#171717;--section-bg:#f8f9fa;--section-text:var(--foreground)}@media (prefers-color-scheme:dark){:root{--foreground:#ededed;--background:#0a0a0a;--muted:#a3a3a3;--border:#333;--primary:#3b82f6;--primary-foreground:#fff;--card-bg:#1a1a1a;--card-border:#333;--code-bg:#0d0d0d;--success-bg:#1a3d1f;--success-border:#2d5a34;--success-text:#6dd680;--warning-bg:#3d3520;--warning-border:#665c33;--warning-text:#ffd966;--danger-bg:#3d1a1f;--danger-border:#5a2d34;--danger-text:#ff8080;--info-bg:#1a2d3d;--info-border:#2d4a5a;--info-text:#80b3ff;--input-bg:#1a1a1a;--input-text:#ededed;--section-bg:#1a1a1a;--section-text:var(--foreground)}}*{box-sizing:border-box;margin:0;padding:0}html,body{max-width:100vw;overflow-x:hidden}body{color:var(--foreground);background:var(--background);font-family:Helvetica Neue,Helvetica,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.5}h1,h2,h3,h4,h5,h6{font-family:Raleway,Helvetica Neue,Helvetica,sans-serif;font-weight:600}a{color:var(--primary);text-decoration:none}a:hover{text-decoration:underline}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.nav{border-bottom:1px solid var(--border);margin-bottom:2rem;padding:1rem 0}.nav-inner{align-items:center;gap:2rem;display:flex}.nav-brand{color:var(--foreground);align-items:center;gap:.75rem;font-family:Raleway,Helvetica Neue,Helvetica,sans-serif;font-size:1.5rem;font-weight:700;text-decoration:none;display:flex}.nav-brand:hover{text-decoration:none}.nav-logo{width:auto;height:48px}@media (prefers-color-scheme:dark){.nav-logo{filter:invert()hue-rotate(180deg)}}.nav-links{gap:1.5rem;display:flex}.nav-link{color:var(--muted);font-weight:500}.nav-link:hover,.nav-link.active{color:var(--foreground)}.card{border:1px solid var(--border);background:var(--background);border-radius:8px;padding:1rem}.card:hover{border-color:var(--primary)}.table-container{overflow-x:auto}table{border-collapse:collapse;width:100%}th,td{text-align:left;border-bottom:1px solid var(--border);padding:.75rem 1rem}th{color:var(--muted);text-transform:uppercase;letter-spacing:.05em;font-size:.875rem;font-weight:600}tr:hover{background:color-mix(in srgb,var(--foreground)3%,transparent)}.form-group{margin-bottom:1rem}label{margin-bottom:.5rem;font-weight:500;display:block}input,select,textarea{border:1px solid var(--border);background:var(--input-bg);width:100%;color:var(--input-text);border-radius:6px;padding:.5rem .75rem;font-family:inherit;font-size:1rem}@media (prefers-color-scheme:dark){select option{background:var(--input-bg);color:var(--input-text)}}input:focus,select:focus,textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px color-mix(in srgb,var(--primary)20%,transparent);outline:none}input::placeholder,textarea::placeholder{color:var(--muted);opacity:1}button{cursor:pointer;background:var(--primary);color:var(--primary-foreground);border:none;border-radius:6px;padding:.5rem 1rem;font-size:1rem;font-weight:500}button:hover{opacity:.9}button:disabled{opacity:.5;cursor:not-allowed}.filters{flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem;display:flex}.filters input,.filters select{width:auto;min-width:150px}.badge{background:color-mix(in srgb,var(--foreground)10%,transparent);border-radius:4px;padding:.25rem .5rem;font-size:.75rem;font-weight:500;display:inline-block}.badge-primary{background:color-mix(in srgb,var(--primary)15%,transparent);color:var(--primary)}.detail-header{margin-bottom:2rem}.detail-header h1{margin-bottom:.5rem;font-size:2rem}.detail-section{margin-bottom:2rem}.detail-section h2{border-bottom:1px solid var(--border);margin-bottom:1rem;padding-bottom:.5rem;font-size:1.25rem}.detail-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem;display:grid}.detail-item{flex-direction:column;display:flex}.detail-label{color:var(--muted);margin-bottom:.25rem;font-size:.875rem}.detail-value{color:var(--foreground);font-weight:500}.pagination{justify-content:center;align-items:center;gap:.5rem;margin-top:2rem;display:flex}.pagination button{padding:.5rem 1rem}.pagination-info{color:var(--muted);font-size:.875rem}.search-result{border:1px solid var(--border);border-radius:8px;margin-bottom:.75rem;padding:1rem}.search-result:hover{border-color:var(--primary)}.search-result-header{align-items:center;gap:.75rem;margin-bottom:.25rem;display:flex}.search-result-title{font-weight:600}.search-result-subtitle{color:var(--muted);font-size:.875rem}.search-result-match{color:var(--muted);margin-top:.5rem;font-size:.75rem}.loading,.empty{text-align:center;color:var(--muted);padding:3rem}.text-muted{color:var(--muted)}.text-sm{font-size:.875rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mb-4{margin-bottom:1rem}.dropdown-menu{color:#171717;border:1px solid var(--border);z-index:100;background:#fff;border-radius:8px;max-height:300px;margin-top:.25rem;position:absolute;top:100%;left:0;right:0;overflow-y:auto;box-shadow:0 4px 12px #00000026}.dropdown-item{text-align:left;width:100%;color:inherit;cursor:pointer;border:none;border-bottom:1px solid var(--border);background:0 0;padding:.75rem 1rem;font-size:1rem}.dropdown-item:last-child{border-bottom:none}.dropdown-item:hover{background:#f0f0f0}@media (prefers-color-scheme:dark){.dropdown-menu{color:#ededed;background:#1a1a1a;border-color:#333}.dropdown-item:hover{background:#2a2a2a}}.identifier-badge{color:#171717;background:#f0f0f0;border-radius:4px;padding:.5rem 1rem;font-size:.875rem}.identifier-badge code{color:inherit;background:0 0;font-family:SF Mono,Monaco,Courier New,monospace}@media (prefers-color-scheme:dark){.identifier-badge{color:#ededed;background:#2a2a2a}}:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}[style*="background: #f8f9fa"],[style*="background:#f8f9fa"]{background:var(--section-bg)!important;color:var(--section-text)!important}[style*="background: #fff"],[style*="background:#fff"],[style*="background: white"]{background:var(--card-bg)!important;color:var(--foreground)!important}[style*="background: #fff3cd"],[style*="background:#fff3cd"]{background:var(--warning-bg)!important;color:var(--warning-text)!important}[style*="background: #d4edda"],[style*="background:#d4edda"]{background:var(--success-bg)!important;color:var(--success-text)!important}[style*="background: #f8d7da"],[style*="background:#f8d7da"]{background:var(--danger-bg)!important;color:var(--danger-text)!important}[style*="background: #cce5ff"],[style*="background:#cce5ff"]{background:var(--info-bg)!important;color:var(--info-text)!important}[style*="color: #856404"]{color:var(--warning-text)!important}[style*="color: #155724"]{color:var(--success-text)!important}[style*="color: #721c24"]{color:var(--danger-text)!important}[style*="color: #666"],[style*="color:#666"]{color:var(--muted)!important}[style*="color: #333"],[style*="color:#333"],[style*="color: #171717"],[style*="color:#171717"],[style*="color: #000"],[style*="color:#000"],[style*="color: black"]{color:var(--foreground)!important}[style*="background: #e7f1ff"],[style*="background:#e7f1ff"],[style*="background: #e3f2fd"],[style*="background:#e3f2fd"],[style*="background: #f0f9ff"],[style*="background:#f0f9ff"],[style*="background: #f0f7ff"],[style*="background:#f0f7ff"]{background:var(--info-bg)!important;color:var(--info-text)!important}[style*="background: #f5f5f5"],[style*="background:#f5f5f5"],[style*="background: #f0f0f0"],[style*="background:#f0f0f0"],[style*="background: #eee"],[style*="background:#eee"]{background:var(--section-bg)!important;color:var(--section-text)!important}[style*="background: transparent"]{color:var(--foreground)!important}[style*="background: #ffffff"],[style*="background:#ffffff"]{background:var(--card-bg)!important;color:var(--foreground)!important}}
