.provider-dropdown.svelte-1kh2nwg{position:relative;min-width:280px}.dropdown-trigger.svelte-1kh2nwg{width:100%;display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.875rem 1rem;font-size:1rem;border:1px solid var(--border-color-strong);border-radius:8px;background-color:var(--bg-color);cursor:pointer;transition:all .2s ease;font-family:inherit;color:var(--text-color);height:48px;box-sizing:border-box}.dropdown-trigger.svelte-1kh2nwg:hover{border-color:var(--muted-color)}.dropdown-trigger.svelte-1kh2nwg:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.dropdown-trigger-content.svelte-1kh2nwg{flex:1;text-align:left;min-width:0}.selected-provider.svelte-1kh2nwg{display:flex;align-items:center;gap:.625rem}.provider-name.svelte-1kh2nwg{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.placeholder.svelte-1kh2nwg{color:var(--muted-color)}.dropdown-arrow.svelte-1kh2nwg{color:var(--muted-color);transition:transform .2s ease;flex-shrink:0}.dropdown-arrow.open.svelte-1kh2nwg{transform:rotate(180deg)}.dropdown-menu.svelte-1kh2nwg{position:absolute;top:calc(100% + .5rem);left:0;right:0;background-color:var(--card-bg);border:1px solid var(--border-color);border-radius:12px;box-shadow:0 10px 40px #0000001f,0 2px 8px #00000014;z-index:9999;max-height:420px;overflow:hidden;display:flex;flex-direction:column}.dropdown-search.svelte-1kh2nwg{padding:.875rem;border-bottom:1px solid var(--border-color);background-color:var(--card-bg)}.search-input.svelte-1kh2nwg{width:100%;padding:.625rem .875rem;font-size:.875rem;border:1px solid var(--border-color);border-radius:6px;background-color:var(--bg-color);color:var(--text-color);transition:all .2s ease}.search-input.svelte-1kh2nwg:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.search-input.svelte-1kh2nwg::placeholder{color:var(--muted-color)}.dropdown-options.svelte-1kh2nwg{overflow-y:auto;max-height:340px;padding:.25rem 0;background-color:var(--card-bg)}.dropdown-option.svelte-1kh2nwg{width:100%;display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border:none;background:none;cursor:pointer;transition:all .15s ease;text-align:left;color:var(--text-color);font-family:inherit;font-size:.9375rem}.dropdown-option.svelte-1kh2nwg:hover{background-color:var(--hover-bg)}.dropdown-option.selected.svelte-1kh2nwg{background-color:var(--bg-tertiary);color:var(--litellm-primary);font-weight:500}.dropdown-option.selected.svelte-1kh2nwg:hover{background-color:var(--bg-tertiary)}.provider-logo.svelte-1kh2nwg{width:24px;height:24px;border-radius:50%;object-fit:contain;background-color:var(--bg-color);padding:3px;flex-shrink:0;box-shadow:0 1px 2px #0000000d}.provider-avatar.svelte-1kh2nwg{width:24px;height:24px;border-radius:50%;background-color:var(--text-color);color:var(--bg-color);display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.65rem;flex-shrink:0}.no-results.svelte-1kh2nwg{padding:2rem 1rem;text-align:center;color:var(--muted-color);font-size:.875rem}.dropdown-options.svelte-1kh2nwg::-webkit-scrollbar{width:8px}.dropdown-options.svelte-1kh2nwg::-webkit-scrollbar-track{background:transparent}.dropdown-options.svelte-1kh2nwg::-webkit-scrollbar-thumb{background:var(--border-color-strong);border-radius:4px}.dropdown-options.svelte-1kh2nwg::-webkit-scrollbar-thumb:hover{background:var(--muted-color)}@media (max-width: 768px){.provider-dropdown.svelte-1kh2nwg{width:100%;min-width:auto}}:root{--litellm-primary:#6366f1;--litellm-dark:#0f0f23;--litellm-purple:#8b5cf6}.container.svelte-dtd10b.svelte-dtd10b{background-color:var(--bg-color);color:var(--text-color)}.hero.svelte-dtd10b.svelte-dtd10b{text-align:center;padding:5rem 2rem 4rem;max-width:900px;margin:0 auto;background-color:var(--bg-color);color:var(--text-color)}.hero-title.svelte-dtd10b.svelte-dtd10b{font-size:4rem;font-weight:700;line-height:1.1;margin:0 0 1.25rem;color:var(--text-color);letter-spacing:-.03em;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Inter,Roboto,Helvetica Neue,Arial,sans-serif}.hero-subtitle.svelte-dtd10b.svelte-dtd10b{font-size:1.25rem;line-height:1.5;color:var(--muted-color);margin:0 0 2rem;max-width:700px;margin-left:auto;margin-right:auto;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Inter,Roboto,Helvetica Neue,Arial,sans-serif}.cta-buttons.svelte-dtd10b.svelte-dtd10b{display:flex;gap:1rem;justify-content:center;align-items:center}.btn.svelte-dtd10b.svelte-dtd10b{display:inline-flex;align-items:center;justify-content:center;padding:.875rem 2rem;font-size:1rem;font-weight:500;border-radius:100px;text-decoration:none;transition:all .2s ease;border:1px solid transparent;cursor:pointer}.btn-primary.svelte-dtd10b.svelte-dtd10b{background-color:var(--text-color);color:var(--bg-color);border-color:var(--text-color)}.btn-primary.svelte-dtd10b.svelte-dtd10b:hover{background-color:var(--text-secondary);border-color:var(--text-secondary);transform:translateY(-1px);box-shadow:0 4px 12px #0003}.btn-secondary.svelte-dtd10b.svelte-dtd10b{background-color:var(--bg-color);color:var(--text-color);border-color:var(--border-color)}.btn-secondary.svelte-dtd10b.svelte-dtd10b:hover{border-color:var(--border-color-strong);background-color:var(--hover-bg)}.search-section.svelte-dtd10b.svelte-dtd10b{max-width:1400px;margin:4rem auto 2rem;padding:0 2rem}.search-bar-container.svelte-dtd10b.svelte-dtd10b{display:flex;gap:1rem;margin-bottom:1rem;align-items:center}.search-input-wrapper.svelte-dtd10b.svelte-dtd10b{position:relative;flex:1}.search-icon.svelte-dtd10b.svelte-dtd10b{position:absolute;left:1rem;top:14px;color:var(--muted-color);pointer-events:none;z-index:1}.search-input.svelte-dtd10b.svelte-dtd10b{width:100%;padding:.875rem 1rem .875rem 3rem;font-size:1rem;border:1px solid var(--border-color-strong);border-radius:8px;background-color:var(--bg-color);color:var(--text-color);transition:all .2s ease;height:48px;box-sizing:border-box}.search-input.svelte-dtd10b.svelte-dtd10b:hover{border-color:var(--muted-color)}.search-input.svelte-dtd10b.svelte-dtd10b:focus{outline:none;border-color:var(--litellm-primary);box-shadow:0 0 0 3px #6366f11a}.search-input.svelte-dtd10b.svelte-dtd10b::placeholder{color:var(--muted-color)}.filters-row.svelte-dtd10b.svelte-dtd10b{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-top:1rem}.filter-group.svelte-dtd10b.svelte-dtd10b{display:flex;flex-direction:column;gap:.5rem}.filter-group.svelte-dtd10b label.svelte-dtd10b{font-size:.875rem;font-weight:500;color:var(--contrast)}.filter-input.svelte-dtd10b.svelte-dtd10b{padding:.875rem 1rem;font-size:1rem;border:1px solid var(--border-color-strong);border-radius:8px;background-color:var(--bg-color);color:var(--text-color);transition:all .2s ease;height:48px;box-sizing:border-box}.filter-input.svelte-dtd10b.svelte-dtd10b:hover{border-color:var(--muted-color)}.filter-input.svelte-dtd10b.svelte-dtd10b:focus{outline:none;border-color:var(--litellm-primary);box-shadow:0 0 0 3px #6366f11a}.filter-input.svelte-dtd10b.svelte-dtd10b::placeholder{color:var(--muted-color)}.add-model-section.svelte-dtd10b.svelte-dtd10b{max-width:1400px;margin:0 auto 1rem;padding:0 2rem}.add-model-section.svelte-dtd10b a.svelte-dtd10b{color:var(--link-color);text-decoration:none;font-size:.95rem}.add-model-section.svelte-dtd10b a.svelte-dtd10b:hover{text-decoration:underline;color:var(--link-hover)}.table-container.svelte-dtd10b.svelte-dtd10b{margin:2rem auto 4rem;max-width:1400px;padding:0 2rem;overflow-x:auto}table.svelte-dtd10b.svelte-dtd10b{width:100%;border-collapse:collapse;background:var(--card-bg);border-radius:12px;box-shadow:0 1px 3px #0000001a;border:1px solid var(--border-color)}thead.svelte-dtd10b.svelte-dtd10b{background-color:var(--card-bg);border-bottom:1px solid var(--border-color)}th.svelte-dtd10b.svelte-dtd10b{padding:.75rem 1.5rem;text-align:left;font-weight:500;font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:var(--muted-color);background-color:var(--card-bg)}tbody.svelte-dtd10b.svelte-dtd10b{background-color:var(--card-bg)}tbody.svelte-dtd10b tr.model-row.svelte-dtd10b{border-bottom:1px solid var(--border-color);transition:background-color .15s ease;cursor:pointer;background-color:var(--card-bg)}tbody.svelte-dtd10b tr.model-row.svelte-dtd10b:hover{background-color:var(--hover-bg)}tbody.svelte-dtd10b tr.model-row.expanded.svelte-dtd10b{background-color:var(--bg-tertiary)}tbody.svelte-dtd10b tr.model-row.svelte-dtd10b:last-child{border-bottom:none}tbody.svelte-dtd10b tr.expanded-content.svelte-dtd10b{border-bottom:1px solid var(--border-color)}tbody.svelte-dtd10b tr.expanded-content td.svelte-dtd10b{padding:0}td.svelte-dtd10b.svelte-dtd10b{padding:.875rem 1.5rem;vertical-align:middle;font-size:.9375rem;background-color:var(--card-bg);color:var(--text-color)}.model-name.svelte-dtd10b.svelte-dtd10b{font-weight:500;min-width:300px;color:var(--text-color)}.model-info.svelte-dtd10b.svelte-dtd10b{display:flex;align-items:center;gap:.75rem;position:relative}.expand-icon.svelte-dtd10b.svelte-dtd10b{color:var(--muted-color);transition:transform .2s ease;flex-shrink:0}.expand-icon.expanded.svelte-dtd10b.svelte-dtd10b{transform:rotate(90deg)}.copy-button.svelte-dtd10b.svelte-dtd10b{display:flex;align-items:center;justify-content:center;padding:.25rem;background:transparent;border:none;border-radius:4px;cursor:pointer;color:var(--muted-color);transition:all .15s ease;margin-left:.5rem}.copy-button.svelte-dtd10b.svelte-dtd10b:hover{background-color:var(--hover-bg);color:var(--text-secondary)}.copy-button.svelte-dtd10b.svelte-dtd10b:active{transform:scale(.95);background-color:var(--bg-tertiary)}.provider-avatar.svelte-dtd10b.svelte-dtd10b{width:32px;height:32px;border-radius:50%;background-color:var(--bg-color);color:var(--text-color);display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.75rem;flex-shrink:0;overflow:hidden;position:relative;padding:4px;box-shadow:0 1px 3px #0000001a}.provider-logo-img.svelte-dtd10b.svelte-dtd10b{width:100%;height:100%;object-fit:contain}.provider-initial.svelte-dtd10b.svelte-dtd10b{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background-color:var(--text-color);color:var(--bg-color);font-weight:600;font-size:.75rem;border-radius:50%;margin:-4px}.model-title.svelte-dtd10b.svelte-dtd10b{font-family:monospace;font-size:.875rem;font-weight:500}.context-cell.svelte-dtd10b.svelte-dtd10b{color:var(--contrast);font-weight:500}.cost-cell.svelte-dtd10b.svelte-dtd10b{color:var(--muted-color)}.code-block.svelte-dtd10b.svelte-dtd10b{background-color:var(--code-bg);border-top:1px solid var(--border-color);margin:0;padding:1.5rem;overflow-x:auto}.code-block.svelte-dtd10b pre.svelte-dtd10b{margin:0;font-family:Menlo,Monaco,Courier New,monospace;font-size:.875rem;line-height:1.6;background-color:var(--code-bg)!important}.code-block.svelte-dtd10b code.svelte-dtd10b{color:var(--code-text)!important;background-color:var(--code-bg)!important;display:block}@media (max-width: 768px){.hero.svelte-dtd10b.svelte-dtd10b{padding:2rem 1rem}.hero-title.svelte-dtd10b.svelte-dtd10b{font-size:2.5rem}.hero-subtitle.svelte-dtd10b.svelte-dtd10b{font-size:1rem}.cta-buttons.svelte-dtd10b.svelte-dtd10b{flex-direction:column;width:100%}.btn.svelte-dtd10b.svelte-dtd10b{width:100%}.search-bar-container.svelte-dtd10b.svelte-dtd10b{flex-direction:column}.filter-input.svelte-dtd10b.svelte-dtd10b{flex:1;width:auto}th.svelte-dtd10b.svelte-dtd10b,td.svelte-dtd10b.svelte-dtd10b{padding:.75rem 1rem;font-size:.875rem}.model-name.svelte-dtd10b.svelte-dtd10b{min-width:200px}.provider-avatar.svelte-dtd10b.svelte-dtd10b{width:32px;height:32px;padding:4px}.model-title.svelte-dtd10b.svelte-dtd10b{font-size:.875rem}}:root{--litellm-primary:#6366f1;--litellm-dark:#4f46e5;--litellm-purple:#8b5cf6}main.svelte-1r3vk3n.svelte-1r3vk3n{min-height:100vh;background:var(--bg-color)}.hero.svelte-1r3vk3n.svelte-1r3vk3n{padding:4rem 2rem 3rem;max-width:1400px;margin:0 auto;background-color:var(--bg-color);color:var(--text-color)}.hero-content.svelte-1r3vk3n.svelte-1r3vk3n{text-align:left}.hero-title.svelte-1r3vk3n.svelte-1r3vk3n{font-size:3rem;font-weight:700;color:var(--text-color);margin-bottom:1rem;letter-spacing:-.02em;line-height:1.1}.docs-link.svelte-1r3vk3n.svelte-1r3vk3n{color:var(--link-color);text-decoration:none;font-size:2rem}.docs-link.svelte-1r3vk3n.svelte-1r3vk3n:hover{text-decoration:underline;color:var(--link-hover)}.hero-subtitle.svelte-1r3vk3n.svelte-1r3vk3n{font-size:1.25rem;color:var(--muted-color);line-height:1.6}.search-section.svelte-1r3vk3n.svelte-1r3vk3n{max-width:1400px;margin:4rem auto 2rem;padding:0 2rem}.filters-row.svelte-1r3vk3n.svelte-1r3vk3n{display:grid;grid-template-columns:1fr auto auto;gap:1rem;width:100%}.custom-dropdown.svelte-1r3vk3n.svelte-1r3vk3n{position:relative;min-width:220px}.dropdown-trigger.svelte-1r3vk3n.svelte-1r3vk3n{width:100%;display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.875rem 1rem;font-size:1rem;border:1px solid var(--border-color-strong);border-radius:8px;background-color:var(--bg-color);cursor:pointer;transition:all .2s ease;font-family:inherit;color:var(--text-color);height:48px;box-sizing:border-box}.dropdown-trigger.svelte-1r3vk3n.svelte-1r3vk3n:hover{border-color:var(--muted-color)}.dropdown-trigger.svelte-1r3vk3n.svelte-1r3vk3n:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.dropdown-trigger.svelte-1r3vk3n span.svelte-1r3vk3n{flex:1;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:500}.dropdown-trigger.svelte-1r3vk3n svg.svelte-1r3vk3n{flex-shrink:0;color:var(--muted-color)}.dropdown-menu.svelte-1r3vk3n.svelte-1r3vk3n{position:absolute;top:calc(100% + .5rem);left:0;right:0;background-color:var(--card-bg);border:1px solid var(--border-color-strong);border-radius:8px;box-shadow:0 4px 12px #0000001a;z-index:9999;overflow:hidden}.dropdown-menu.scrollable.svelte-1r3vk3n.svelte-1r3vk3n{max-height:300px;overflow-y:auto}.dropdown-option.svelte-1r3vk3n.svelte-1r3vk3n{width:100%;padding:.75rem 1rem;text-align:left;background:none;border:none;cursor:pointer;font-size:.9375rem;color:var(--text-color);transition:background-color .15s ease;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dropdown-option.svelte-1r3vk3n.svelte-1r3vk3n:hover{background-color:var(--hover-bg)}.dropdown-option.selected.svelte-1r3vk3n.svelte-1r3vk3n{background-color:var(--bg-tertiary);color:var(--link-color);font-weight:500}.search-input-wrapper.svelte-1r3vk3n.svelte-1r3vk3n{position:relative;width:100%}.search-icon.svelte-1r3vk3n.svelte-1r3vk3n{position:absolute;left:1rem;top:14px;color:var(--muted-color);pointer-events:none;z-index:1}.search-input.svelte-1r3vk3n.svelte-1r3vk3n{width:100%;padding:.875rem 1rem .875rem 3rem;font-size:1rem;border:1px solid var(--border-color-strong);border-radius:8px;background-color:var(--bg-color);color:var(--text-color);transition:all .2s ease;height:48px;box-sizing:border-box}.search-input.svelte-1r3vk3n.svelte-1r3vk3n:hover{border-color:var(--muted-color)}.search-input.svelte-1r3vk3n.svelte-1r3vk3n:focus{outline:none;border-color:var(--litellm-primary);box-shadow:0 0 0 3px #6366f11a}.search-input.svelte-1r3vk3n.svelte-1r3vk3n::placeholder{color:var(--muted-color)}.loading.svelte-1r3vk3n.svelte-1r3vk3n{max-width:1400px;margin:4rem auto;padding:0 2rem;text-align:center;color:var(--muted-color)}.table-container.svelte-1r3vk3n.svelte-1r3vk3n{margin:2rem auto 4rem;max-width:1400px;padding:0 2rem;overflow-x:auto}table.svelte-1r3vk3n.svelte-1r3vk3n{width:100%;border-collapse:collapse;background:var(--card-bg);border-radius:12px;box-shadow:0 1px 3px #0000001a;border:1px solid var(--border-color)}thead.svelte-1r3vk3n.svelte-1r3vk3n{position:sticky;top:0;z-index:5;background-color:var(--card-bg);box-shadow:0 1px 3px #0000000f}thead.svelte-1r3vk3n.svelte-1r3vk3n:before{content:"";position:absolute;top:-1px;left:0;right:0;height:1px;background-color:var(--border-color)}th.svelte-1r3vk3n.svelte-1r3vk3n{padding:1rem 1.5rem;text-align:left;font-weight:600;font-size:.75rem;letter-spacing:.05em;color:var(--muted-color);background-color:var(--card-bg);border-bottom:1px solid var(--border-color)}th.svelte-1r3vk3n.svelte-1r3vk3n:first-child{text-transform:uppercase}th.svelte-1r3vk3n.svelte-1r3vk3n:not(:first-child){font-family:monospace;font-size:.8125rem;font-weight:400;text-align:center}tbody.svelte-1r3vk3n.svelte-1r3vk3n{background-color:var(--card-bg)}tbody.svelte-1r3vk3n tr.svelte-1r3vk3n{border-bottom:1px solid var(--border-color);transition:background-color .15s ease;background-color:var(--card-bg)}tbody.svelte-1r3vk3n tr.svelte-1r3vk3n:hover{background-color:var(--hover-bg)}tbody.svelte-1r3vk3n tr.svelte-1r3vk3n:last-child{border-bottom:none}td.svelte-1r3vk3n.svelte-1r3vk3n{padding:.875rem 1.5rem;vertical-align:middle;font-size:.9375rem;color:var(--text-color);background-color:var(--card-bg)}.provider-cell.svelte-1r3vk3n.svelte-1r3vk3n{font-weight:500;min-width:250px;color:var(--text-color)}.provider-info.svelte-1r3vk3n.svelte-1r3vk3n{display:flex;align-items:center;gap:.75rem}.provider-avatar.svelte-1r3vk3n.svelte-1r3vk3n{width:32px;height:32px;border-radius:50%;background-color:var(--bg-color);display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden;position:relative;padding:4px;box-shadow:0 1px 3px #0000001a}.provider-logo-img.svelte-1r3vk3n.svelte-1r3vk3n{width:100%;height:100%;object-fit:contain}.provider-initial.svelte-1r3vk3n.svelte-1r3vk3n{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background-color:var(--text-color);color:var(--bg-color);font-weight:600;font-size:.75rem;border-radius:50%;margin:-4px}.provider-details.svelte-1r3vk3n.svelte-1r3vk3n{display:flex;flex-direction:column;gap:.125rem}.provider-link.svelte-1r3vk3n.svelte-1r3vk3n{font-weight:500;color:var(--contrast);text-decoration:none;transition:color .2s ease}.provider-link.svelte-1r3vk3n.svelte-1r3vk3n:hover{color:#2563eb}.provider-key.svelte-1r3vk3n.svelte-1r3vk3n{font-size:.8125rem;color:var(--muted-color);font-family:monospace}.endpoint-cell.svelte-1r3vk3n.svelte-1r3vk3n{text-align:center;vertical-align:middle;padding:.875rem .5rem}.status-icon.svelte-1r3vk3n.svelte-1r3vk3n{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;font-size:16px;font-weight:700}.status-icon.supported.svelte-1r3vk3n.svelte-1r3vk3n{background-color:#22c55e;color:#fff}.status-icon.unsupported.svelte-1r3vk3n.svelte-1r3vk3n{background-color:transparent;color:var(--border-color-strong);border:2px solid var(--border-color-strong);font-size:20px}.provider-header.svelte-1r3vk3n.svelte-1r3vk3n{display:flex;flex-direction:column;align-items:center;gap:.375rem;min-width:120px}.provider-avatar-small.svelte-1r3vk3n.svelte-1r3vk3n{width:24px;height:24px;border-radius:50%;background-color:var(--bg-color);display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden;position:relative;padding:3px;box-shadow:0 1px 2px #0000001a}.provider-logo-img-small.svelte-1r3vk3n.svelte-1r3vk3n{width:100%;height:100%;object-fit:contain}.provider-initial-small.svelte-1r3vk3n.svelte-1r3vk3n{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background-color:var(--text-color);color:var(--bg-color);font-weight:600;font-size:.625rem;border-radius:50%;margin:-3px}.provider-name-small.svelte-1r3vk3n.svelte-1r3vk3n{font-size:.75rem;font-weight:500;color:var(--contrast);text-align:center;line-height:1.2}.provider-key-small.svelte-1r3vk3n.svelte-1r3vk3n{font-size:.625rem;color:var(--muted-color);font-family:monospace}.endpoint-name-cell.svelte-1r3vk3n.svelte-1r3vk3n{font-weight:500;min-width:200px}.endpoint-name.svelte-1r3vk3n.svelte-1r3vk3n{font-family:monospace;font-size:.875rem}@media (max-width: 768px){.hero-title.svelte-1r3vk3n.svelte-1r3vk3n{font-size:2rem}.hero-subtitle.svelte-1r3vk3n.svelte-1r3vk3n{font-size:1rem}.search-input-wrapper.svelte-1r3vk3n.svelte-1r3vk3n{max-width:100%}.table-container.svelte-1r3vk3n.svelte-1r3vk3n{padding:0 1rem}}html{color-scheme:light dark}body{background-color:var(--bg-color);color:var(--text-color)}*::-webkit-scrollbar{width:10px;height:10px}*::-webkit-scrollbar-track{background:var(--bg-secondary)}*::-webkit-scrollbar-thumb{background:var(--border-color-strong);border-radius:5px}*::-webkit-scrollbar-thumb:hover{background:var(--muted-color)}:root{--litellm-primary:#6366f1;--litellm-dark:#4f46e5;--litellm-purple:#8b5cf6;--bg-color:#ffffff;--bg-secondary:#f9fafb;--bg-tertiary:#f3f4f6;--text-color:#1a1a1a;--text-secondary:#4b5563;--muted-color:#6b7280;--border-color:#e5e7eb;--border-color-strong:#d1d5db;--card-bg:#ffffff;--code-bg:#f8f9fa;--code-text:#24292f;--hover-bg:#f9fafb;--link-color:#2563eb;--link-hover:#1d4ed8}@media (prefers-color-scheme: dark){:root{--bg-color:#0f0f23;--bg-secondary:#1a1a2e;--bg-tertiary:#252542;--text-color:#e5e5e5;--text-secondary:#a1a1aa;--muted-color:#9ca3af;--border-color:#2d2d44;--border-color-strong:#3d3d5c;--card-bg:#1a1a2e;--code-bg:#1e1e32;--code-text:#e5e5e5;--hover-bg:#252542;--link-color:#60a5fa;--link-hover:#93c5fd}}.app-container.svelte-14qfdyh{min-height:100vh;background-color:var(--bg-color)}.header.svelte-14qfdyh{background:var(--bg-color);border-bottom:1px solid var(--border-color);position:sticky;top:0;z-index:100}.header-content.svelte-14qfdyh{max-width:1400px;margin:0 auto;padding:1rem 2rem;display:flex;align-items:center;justify-content:space-between}.desktop-nav.svelte-14qfdyh{display:flex;align-items:center;gap:2rem}.logo-section-header.svelte-14qfdyh{display:flex;align-items:center;gap:.5rem}.logo-emoji.svelte-14qfdyh{font-size:1.5rem}.logo-text-header.svelte-14qfdyh{font-size:1.25rem;font-weight:700;color:var(--text-color)}.tabs.svelte-14qfdyh{display:flex;gap:.25rem;align-items:center}.tab.svelte-14qfdyh{padding:.625rem 1rem;border:none;background:transparent;color:var(--muted-color);font-weight:500;font-size:.9375rem;cursor:pointer;transition:all .2s ease}.tab.svelte-14qfdyh:hover,.tab.active.svelte-14qfdyh{color:var(--text-color)}.nav-links.svelte-14qfdyh{display:flex;gap:1.5rem;align-items:center}.nav-link.svelte-14qfdyh{color:var(--text-color);text-decoration:none;font-weight:500;font-size:.9375rem;transition:color .2s ease}.nav-link.svelte-14qfdyh:hover{color:var(--litellm-primary)}.mobile-menu-btn.svelte-14qfdyh{display:none;background:none;border:none;cursor:pointer;padding:.5rem;z-index:101}.hamburger.svelte-14qfdyh{display:block;width:24px;height:2px;background-color:var(--text-color);position:relative;transition:background-color .2s ease}.hamburger.svelte-14qfdyh:before,.hamburger.svelte-14qfdyh:after{content:"";position:absolute;width:24px;height:2px;background-color:var(--text-color);left:0;transition:transform .3s ease}.hamburger.svelte-14qfdyh:before{top:-7px}.hamburger.svelte-14qfdyh:after{top:7px}.hamburger.open.svelte-14qfdyh{background-color:transparent}.hamburger.open.svelte-14qfdyh:before{transform:rotate(45deg) translate(5px,5px)}.hamburger.open.svelte-14qfdyh:after{transform:rotate(-45deg) translate(5px,-5px)}.mobile-menu.svelte-14qfdyh{display:none;background:var(--bg-color);border-top:1px solid var(--border-color);padding:1rem}.mobile-tabs.svelte-14qfdyh{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid var(--border-color)}.mobile-tab.svelte-14qfdyh{padding:.75rem 1rem;border:none;background:transparent;color:var(--muted-color);font-weight:500;font-size:1rem;cursor:pointer;text-align:left;border-radius:8px;transition:all .2s ease}.mobile-tab.svelte-14qfdyh:hover,.mobile-tab.active.svelte-14qfdyh{background-color:var(--bg-tertiary);color:var(--text-color)}.mobile-links.svelte-14qfdyh{display:flex;flex-direction:column;gap:.5rem}.mobile-link.svelte-14qfdyh{padding:.75rem 1rem;color:var(--text-color);text-decoration:none;font-weight:500;font-size:1rem;border-radius:8px;transition:all .2s ease}.mobile-link.svelte-14qfdyh:hover{background-color:var(--bg-tertiary);color:var(--litellm-primary)}@media (max-width: 768px){.header-content.svelte-14qfdyh{padding:.75rem 1rem}.desktop-nav.svelte-14qfdyh{display:none}.mobile-menu-btn.svelte-14qfdyh,.mobile-menu.svelte-14qfdyh{display:block}}.stats-section.svelte-14qfdyh{max-width:1400px;margin:1.5rem auto;padding:0 2rem}.stats-container.svelte-14qfdyh{display:grid;grid-template-columns:repeat(4,1fr);gap:.75rem}.stat-card.svelte-14qfdyh{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:6px;padding:.875rem .75rem;text-align:center;transition:background-color .2s ease,border-color .2s ease}.stat-card.svelte-14qfdyh:hover{background-color:var(--hover-bg);border-color:var(--border-color-strong)}.stat-value.svelte-14qfdyh{font-size:1.375rem;font-weight:600;color:var(--text-color);line-height:1;margin-bottom:.25rem}.stat-label.svelte-14qfdyh{font-size:.6875rem;font-weight:500;color:var(--muted-color);text-transform:uppercase;letter-spacing:.04em}@media (max-width: 1024px){.stats-container.svelte-14qfdyh{grid-template-columns:repeat(2,1fr)}}@media (max-width: 640px){.stats-container.svelte-14qfdyh{grid-template-columns:1fr;gap:.75rem}.stat-card.svelte-14qfdyh{padding:1rem}.stat-value.svelte-14qfdyh{font-size:1.5rem}.stat-label.svelte-14qfdyh{font-size:.6875rem}.tabs.svelte-14qfdyh{width:100%;flex-wrap:wrap}.tab.svelte-14qfdyh{font-size:.875rem;padding:.5rem .75rem}}
