:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:#eee;background-color:#1a1a2e;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh}*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;background:#1a1a2e;color:#eee;min-height:100vh}#root{max-width:100%;margin:0;padding:0}.app{min-height:100vh;display:flex;flex-direction:column}.header{background:#16213e;padding:1rem 1.5rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;border-bottom:1px solid #2a2a4a}.header h1{font-size:1.25rem;color:#e94560}.header__actions{display:flex;align-items:center;gap:.75rem}.header__stat{font-size:.8rem;color:#888;font-family:monospace}.btn-primary{background:#e94560;color:#fff;border:none;padding:.6rem 1.1rem;border-radius:4px;cursor:pointer;font-size:.85rem;transition:background .2s}.btn-primary:hover:not(:disabled){background:#d63850}.btn-primary:disabled{opacity:.5;cursor:not-allowed}.btn-secondary{background:#2a2a4a;color:#ccc;border:1px solid #3a3a5a;padding:.45rem .85rem;border-radius:4px;cursor:pointer;font-size:.8rem;transition:all .2s}.btn-secondary:hover{background:#3a3a5a;color:#fff}.main{flex:1;padding:1.25rem;display:flex;flex-direction:column;gap:1.25rem;max-width:1200px;margin:0 auto;width:100%}.error-banner{background:#3d1420;border:1px solid #e94560;border-radius:6px;padding:.75rem 1rem;display:flex;justify-content:space-between;align-items:center;gap:1rem;font-size:.85rem}.providers-section{background:#16213e;padding:1rem;border-radius:8px}.providers-section h2{font-size:.95rem;margin-bottom:.75rem;color:#e94560}.providers-list{display:flex;flex-direction:column;gap:.5rem}.provider-card{background:#0f0f1a;padding:.5rem .75rem;border-radius:4px;display:flex;justify-content:space-between;align-items:center;font-size:.8rem}.provider-card__url{color:#aaa;font-family:monospace;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:80%}.provider-card__count{color:#e94560;font-weight:500;white-space:nowrap}.models-section{background:#16213e;padding:1.25rem;border-radius:8px}.models-toolbar{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.75rem;margin-bottom:1rem}.models-toolbar h2{font-size:.95rem;color:#e94560;margin:0}.search-input{background:#0f0f1a;border:1px solid #333;border-radius:4px;padding:.5rem .75rem;color:#eee;font-size:.85rem;width:250px;max-width:100%}.search-input:focus{outline:none;border-color:#e94560}.models-columns{display:grid;grid-template-columns:1fr 1fr 1fr;gap:1rem}@media(max-width:1200px){.models-columns{grid-template-columns:1fr 1fr}}@media(max-width:768px){.models-columns{grid-template-columns:1fr}}.models-list{display:flex;flex-direction:column;gap:.5rem;max-height:calc(100vh - 250px);overflow-y:auto}.model-list-item{background:#0f0f1a;border:1px solid #2a2a4a;border-radius:6px;padding:.75rem;cursor:pointer;transition:all .15s;display:flex;gap:.75rem}.model-list-item:hover{border-color:#e94560;background:#141428}.model-list-item--selected{border-color:#e94560;background:#1e1030;box-shadow:0 0 0 1px #e94560}.model-list-item__checkbox{flex-shrink:0;padding-top:.1rem}.model-list-item__checkbox input{width:16px;height:16px;cursor:pointer;accent-color:#e94560}.model-list-item__content{flex:1;min-width:0}.model-list-item__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.3rem}.model-list-item__name{font-size:.85rem;font-weight:600;color:#eee;font-family:monospace;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.model-list-item__badge{background:#e94560;color:#fff;font-size:.65rem;padding:.15rem .45rem;border-radius:3px;text-transform:uppercase;letter-spacing:.5px;flex-shrink:0}.model-list-item__desc{font-size:.75rem;color:#888;margin-bottom:.4rem;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.model-list-item__meta{display:flex;flex-wrap:wrap;gap:.35rem;margin-bottom:.4rem}.model-list-item__tag{background:#1a1a2e;padding:.2rem .5rem;border-radius:3px;font-size:.7rem;color:#aaa}.model-list-item__pricing{display:flex;flex-wrap:wrap;gap:.5rem;font-size:.7rem;color:#999;padding-top:.3rem;border-top:1px solid #2a2a4a}.model-list-item__max-cost{color:#e94560}.model-list-item__index{flex-shrink:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;background:#2a2a4a;border-radius:4px;font-size:.75rem;font-weight:600;color:#aaa}.model-list-item__reorder{display:flex;flex-direction:column;gap:2px;flex-shrink:0}.model-list-item__drag{display:flex;align-items:center;justify-content:center;cursor:grab;color:#666;font-size:14px;padding:0 8px;-webkit-user-select:none;user-select:none;flex-shrink:0;touch-action:none}.model-list-item__drag:active,.model-list-item--dragging .model-list-item__drag{cursor:grabbing}.model-list-item--dragging{background:#141428!important;border-color:#e94560!important;z-index:10}.reorder-btn{background:#2a2a4a;border:1px solid #3a3a5a;color:#aaa;width:22px;height:18px;border-radius:3px;cursor:pointer;font-size:.6rem;display:flex;align-items:center;justify-content:center;transition:all .15s}.reorder-btn:hover:not(:disabled){background:#3a3a5a;color:#fff}.reorder-btn:disabled{opacity:.3;cursor:not-allowed}.loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:3rem 1rem;color:#888}.spinner{width:32px;height:32px;border:3px solid #2a2a4a;border-top-color:#e94560;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.empty{color:#666;font-style:italic;text-align:center;padding:2rem}
