@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Geist:wght@400;500;600&family=Geist+Mono:wght@400;500&display=swap";:root{color-scheme:dark;font-family:Inter,Geist,Geist Mono,system-ui,-apple-system,sans-serif;line-height:1.5;font-weight:400;background:#0a0a0a;color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--surface-primary: #0A0A0A;--surface-secondary: #111111;--surface-accent: #1A1A1A;--border-subtle: #1A1A1A;--border-medium: #2E2E2E;--border-strong: #3F3F46;--foreground-primary: #FFFFFF;--foreground-secondary: #A1A1AA;--foreground-muted: #71717A;--accent-primary: #41D3BD;--accent-muted: rgba(65, 211, 189, .08);--accent-border: rgba(65, 211, 189, .2)}:root[data-theme=light]{color-scheme:light;background:#f4f7fb;color:#0f172a;--surface-primary: #f4f7fb;--surface-secondary: #ffffff;--surface-accent: #eaf0f7;--border-subtle: #d9e1eb;--border-medium: #c7d2de;--border-strong: #94a3b8;--foreground-primary: #0f172a;--foreground-secondary: #24324a;--foreground-muted: #52627a;--accent-primary: #0f9a8a;--accent-muted: rgba(15, 154, 138, .14);--accent-border: rgba(15, 154, 138, .28)}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background-color:var(--surface-primary);color:var(--foreground-primary)}.app-shell{display:flex;flex-direction:column;min-height:100vh}.top-nav{height:64px;display:flex;align-items:center;justify-content:space-between;padding:0 32px;border-bottom:1px solid var(--border-subtle)}.brand{display:flex;align-items:center;gap:12px}.brand-icon{width:32px;height:32px;background:var(--accent-primary);border-radius:8px;display:flex;align-items:center;justify-content:center;color:var(--surface-primary);font-weight:700;font-size:20px}.brand-name{font-weight:700;font-size:16px;letter-spacing:-.01em}.nav-right{display:flex;align-items:center;gap:16px}.currency-label{font-family:Geist Mono,monospace;font-size:13px;color:var(--foreground-muted)}.hero-stats{display:flex;align-items:center;justify-content:space-between;padding:24px 32px;gap:16px}.hero-title h1{margin:0;font-size:28px;font-weight:800;letter-spacing:-.02em}.hero-title p{margin:4px 0 0;font-size:14px;color:var(--foreground-muted)}.stats-row{display:flex;gap:12px}.stat-card{display:flex;flex-direction:column;gap:2px;padding:12px 20px;background:var(--surface-accent);border:1px solid var(--border-medium);border-radius:12px;min-width:120px}.stat-label{font-family:Geist Mono,monospace;font-size:11px;color:var(--foreground-muted);text-transform:uppercase;letter-spacing:.05em}.stat-value{font-size:20px;font-weight:700}.stat-value.accent{color:var(--accent-primary)}.filter-bar{display:flex;flex-direction:column;padding:16px 32px;gap:14px;background:var(--surface-secondary);border-bottom:1px solid var(--border-subtle)}.filter-row{display:flex;align-items:flex-end;gap:12px}.filter-group{display:flex;flex-direction:column;gap:4px}.filter-group label{font-size:12px;font-weight:500;color:var(--foreground-secondary)}.filter-group{flex:1;min-width:0}.search-group{flex:2}input[type=search],input[type=number],input[type=text],select{height:36px;background:var(--surface-accent);border:1px solid var(--border-medium);border-radius:8px;padding:0 12px;color:var(--foreground-primary);font-family:Geist,sans-serif;font-size:13px;width:100%}input::placeholder{color:var(--foreground-muted)}.hidden{display:none}.provider-multiselect{position:relative}.provider-chip-row{min-height:36px;display:flex;align-items:center;flex-wrap:wrap;gap:6px;padding:4px 8px;background:var(--surface-accent);border:1px solid var(--border-medium);border-radius:8px}.provider-chip{display:inline-flex;align-items:center;gap:6px;height:24px;border:1px solid var(--accent-border);border-radius:999px;background:var(--accent-muted);color:var(--accent-primary);font-size:11px;font-weight:500;padding:0 8px;cursor:pointer}.provider-chip-remove{font-size:12px;line-height:1}#provider-search-input{flex:1;min-width:90px;height:24px;border:none;background:transparent;padding:0;font-size:12px;color:var(--foreground-primary);outline:none}.provider-options{position:absolute;top:calc(100% + 4px);left:0;right:0;z-index:10;display:flex;flex-direction:column;max-height:160px;overflow-y:auto;background:var(--surface-secondary);border:1px solid var(--border-medium);border-radius:8px;box-shadow:0 8px 20px #00000038}.provider-multiselect:not(:focus-within) .provider-options{display:none}.provider-option{border:none;background:transparent;text-align:left;padding:8px 10px;color:var(--foreground-secondary);font-size:12px;cursor:pointer}.provider-option:hover{background:var(--surface-accent);color:var(--foreground-primary)}.provider-option.active{background:var(--accent-muted);color:var(--accent-primary)}.capabilities-group{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.group-label{font-size:12px;font-weight:500;color:var(--foreground-secondary)}.chip-toggles{display:flex;flex-wrap:wrap;gap:8px}.chip-toggle{display:flex;align-items:center;gap:6px;height:30px;padding:0 12px;border-radius:999px;background:var(--surface-accent);border:1px solid var(--border-medium);cursor:pointer;transition:all .2s ease}.chip-toggle.active{background:var(--accent-muted);border-color:var(--accent-border)}.checkbox-box{width:14px;height:14px;border:1.5px solid var(--foreground-muted);border-radius:3px;position:relative}.chip-toggle.active .checkbox-box{border-color:var(--accent-primary);background:var(--accent-primary)}.chip-toggle.active .checkbox-box:after{content:"";position:absolute;top:2px;left:4px;width:3px;height:6px;border:solid var(--surface-primary);border-width:0 1.5px 1.5px 0;transform:rotate(45deg)}.chip-toggle input{display:none}.chip-label{font-size:12px;color:var(--foreground-secondary)}.chip-toggle.active .chip-label{color:var(--accent-primary)}.currency-select{height:32px;background:var(--surface-accent);border:1px solid var(--border-medium);border-radius:6px;padding:0 8px;color:var(--foreground-primary);font-family:Geist,sans-serif;font-size:13px;cursor:pointer;color-scheme:dark}:root[data-theme=light] .currency-select{color-scheme:light}.currency-select option{background:var(--surface-secondary);color:var(--foreground-primary)}.currency-select:focus{outline:none;border-color:var(--accent-primary)}.theme-switch{width:54px}.theme-switch .slider{width:54px;height:28px;background:linear-gradient(180deg,var(--surface-accent),var(--surface-secondary));border:1px solid var(--border-medium);box-shadow:inset 0 1px #ffffff08;overflow:hidden}.theme-switch .slider:before{width:20px;height:20px;left:4px;bottom:3px;background:linear-gradient(180deg,#fff,#d9d9d9);box-shadow:0 2px 6px #00000047}.theme-switch .slider:after{content:"☼";position:absolute;right:7px;top:50%;transform:translateY(-50%);font-size:12px;color:var(--foreground-muted);opacity:.9;pointer-events:none}.theme-switch input:checked+.slider{background:linear-gradient(180deg,#41d3bd38,#41d3bd1a);border-color:var(--accent-border)}.theme-switch input:checked+.slider:before{transform:translate(20px)}.theme-switch input:checked+.slider:after{content:"☾";left:8px;right:auto}.divider{width:1px;height:20px;background:var(--border-medium)}.reset-button{background:transparent;border:none;color:var(--accent-primary);font-size:12px;font-weight:500;cursor:pointer;white-space:nowrap;height:36px;display:flex;align-items:center;flex:0 0 auto}.content-area{flex:1;padding:0 32px 32px}.results-toolbar{display:flex;align-items:center;justify-content:space-between;padding:12px 0}.results-left{display:flex;align-items:center;gap:12px}.results-count{font-size:14px;font-weight:600}.active-filters-badge,.pricing-mode-badge{font-family:Geist Mono,monospace;font-size:11px;padding:2px 10px;border-radius:999px}.active-filters-badge{background:var(--accent-muted);color:var(--accent-primary)}.pricing-mode-badge{background:var(--surface-accent);color:var(--foreground-muted)}.view-tabs{display:flex;align-items:center;gap:2px;padding:3px;background:var(--surface-accent);border:1px solid var(--border-medium);border-radius:999px}.view-toggle-button{height:28px;padding:0 14px;border:none;background:transparent;color:var(--foreground-muted);font-size:12px;font-weight:500;border-radius:999px;cursor:pointer;transition:all .2s ease}.view-toggle-button.active{background:var(--accent-muted);color:var(--accent-primary)}.models-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:16px;padding-top:8px}.model-card{display:flex;flex-direction:column;gap:10px;padding:16px;background:var(--surface-secondary);border:1px solid var(--border-medium);border-radius:12px}.model-card-columns{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:8px}.model-top{display:flex;justify-content:space-between;align-items:flex-start}.provider-block{display:flex;align-items:center;gap:8px}.provider-logo{width:36px;height:36px;border-radius:8px;background:#fff;border:1px solid var(--border-strong);padding:6px;object-fit:contain}:root[data-theme=light] .provider-logo{background:var(--surface-accent)}.model-title{margin:0;font-size:14px;font-weight:600}.model-subtitle{font-size:12px;color:var(--foreground-muted)}.model-card .tag{font-family:Geist Mono,monospace;font-size:10px;color:var(--foreground-muted);background:var(--surface-accent);padding:4px 8px;border-radius:999px}.model-column{display:flex;flex-direction:column;gap:2px;padding:8px 10px;background:var(--surface-accent);border:1px solid var(--border-medium);border-radius:8px;min-width:0}.model-column-label{font-family:Geist Mono,monospace;font-size:10px;color:var(--foreground-muted);text-transform:uppercase;letter-spacing:.04em}.model-column-value{font-size:13px;font-weight:600;color:var(--foreground-primary);overflow-wrap:anywhere}.help-text{font-size:10px;color:var(--foreground-muted);margin-bottom:4px}.chips{display:flex;flex-wrap:wrap;gap:4px}.chip{font-family:Geist Mono,monospace;font-size:10px;padding:4px 8px;border-radius:999px;background:var(--accent-muted);border:1px solid var(--accent-border);color:var(--accent-primary)}.chip.neutral{background:var(--surface-accent);border:none;color:var(--foreground-secondary)}.models-list{display:flex;flex-direction:column;gap:8px;padding-top:8px}.model-row{display:grid;grid-template-columns:minmax(280px,1.2fr) minmax(420px,1.8fr);align-items:start;gap:16px;padding:12px 16px;background:var(--surface-secondary);border:1px solid var(--border-medium);border-radius:10px}.model-row-main{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;min-width:0}.model-row-meta{display:flex;align-items:flex-start;gap:12px;min-width:0}.model-row-columns{display:grid;grid-template-columns:repeat(auto-fit,minmax(110px,1fr));gap:10px;width:100%}.model-row .provider-logo{width:32px;height:32px}.models-table-wrap{width:100%;margin-top:8px}.models-table-scroll{overflow-x:auto;background:var(--surface-secondary);border:1px solid var(--border-medium);border-radius:12px}.models-table{width:100%;border-collapse:collapse;font-size:13px}.models-table th{height:44px;padding:0 16px;text-align:left;font-family:Geist Mono,monospace;font-size:11px;font-weight:500;color:var(--foreground-muted);background:var(--surface-accent);border-bottom:1px solid var(--border-medium)}.models-table td{height:52px;padding:0 16px;border-bottom:1px solid var(--border-medium)}.table-model-cell{display:flex;align-items:center;gap:10px}.table-model-name{font-weight:600}.switch{position:relative;display:inline-flex;align-items:center}.slider{width:40px;height:22px;background:var(--border-medium);border-radius:999px;position:relative;cursor:pointer;transition:.4s}.slider:before{position:absolute;content:"";height:16px;width:16px;left:3px;bottom:3px;background-color:#fff;transition:.4s;border-radius:50%}input:checked+.slider{background-color:var(--accent-primary)}input:checked+.slider:before{transform:translate(18px)}.switch input{opacity:0;width:0;height:0}@media(max-width:1024px){.hero-stats{flex-direction:column;align-items:flex-start}.filter-row{flex-wrap:wrap}.filter-group{flex:1 1 120px}.search-group{flex:1 1 100%}}@media(max-width:768px){.top-nav{padding:0 16px}.hero-stats,.filter-bar,.content-area{padding-left:16px;padding-right:16px}.model-row{grid-template-columns:1fr}.filter-group{flex:1 1 45%}.search-group{flex:1 1 100%}}
