:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{margin:0;padding:0;box-sizing:border-box}button{outline:none;border:none}button:focus,button:focus-visible,button:active{outline:none!important;border:none!important;box-shadow:none!important}html,body{font-family:Inter,Roboto,Helvetica Neue,Arial Nova,Nimbus Sans,Arial,sans-serif;background:#fff;color:#111827;height:100%;width:100%;overflow:hidden}#root{height:100%;width:100%}.app-container{height:100vh;display:flex;flex-direction:column}.header{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;border-bottom:1px solid #e5e7eb;background:#fff;width:100%}.logo-section h1{font-size:1.25rem;font-weight:600;color:#111827;margin-bottom:.25rem}.app-subtitle{color:#6b7280;font-size:.875rem;font-weight:400}.connect-section{display:flex;gap:.75rem;align-items:center}.wallet-dropdown{position:relative}.wallet-options{position:absolute;top:100%;right:0;margin-top:.5rem;background:#fff;border:1px solid #d1d5db;border-radius:8px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;z-index:50;min-width:200px}.wallet-option{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;width:100%;border:none;background:none;cursor:pointer;transition:background-color .15s ease;font-size:.875rem;text-align:left}.wallet-option:hover{background:#f9fafb}.wallet-option:first-child{border-radius:8px 8px 0 0}.wallet-option:last-child{border-radius:0 0 8px 8px}.wallet-icon{font-size:1.25rem;width:24px;text-align:center}.modal-overlay{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center}.modal-backdrop{position:absolute;inset:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal-container{position:relative;background:#fff;border-radius:16px;width:90%;max-width:500px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;animation:modalSlideIn .3s ease-out}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.modal-header{padding:2rem 2rem 1rem;text-align:center;border-bottom:1px solid #e5e7eb;position:relative}.modal-title{font-size:1.5rem;font-weight:600;color:#111827;margin-bottom:.5rem}.modal-subtitle{color:#6b7280;font-size:.875rem}.modal-close{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:1.5rem;color:#6b7280;cursor:pointer;padding:.25rem;border-radius:4px;transition:all .15s ease}.modal-close:hover{background:#f3f4f6;color:#374151}.modal-body{padding:2rem}.modal-footer{padding:1rem 2rem 2rem;text-align:center;border-top:1px solid #e5e7eb}.terms-text{color:#6b7280;font-size:.75rem;line-height:1.5}.login-options{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.login-option{display:flex;align-items:center;gap:1rem;padding:1.5rem;border:2px solid #e5e7eb;border-radius:12px;background:#fff;cursor:pointer;transition:all .15s ease;text-align:left}.login-option:hover{border-color:#d1d5db;background:#f9fafb}.login-option.selected{border-color:#3b82f6;background:#eff6ff}.option-icon{font-size:2rem;width:48px;text-align:center}.option-content{flex:1}.option-content h3{font-size:1rem;font-weight:600;color:#111827;margin-bottom:.25rem}.option-content p{color:#6b7280;font-size:.875rem}.option-arrow{font-size:1.25rem;color:#6b7280}.login-action{animation:fadeIn .3s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.sso-form{display:flex;flex-direction:column;gap:1rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-size:.875rem;font-weight:500;color:#374151}.form-group input{padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:8px;font-size:.875rem;transition:border-color .15s ease}.form-group input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.login-button{padding:.75rem 1.5rem;background:#3b82f6;color:#fff;border:none;border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;transition:background-color .15s ease}.login-button:hover{background:#2563eb}.wallet-connect-section{text-align:center}.wallet-connect-section h3{font-size:1.125rem;font-weight:600;color:#111827;margin-bottom:.5rem}.wallet-connect-section p{color:#6b7280;font-size:.875rem;margin-bottom:1.5rem}.connect-button{padding:.5rem 1rem;border:1px solid #d1d5db;border-radius:6px;background:#fff;color:#111827;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .15s ease}.connect-button:hover{background:#f9fafb;border-color:#9ca3af}.connect-button.primary{background:#0f172a;color:#fff;border-color:#0f172a}.connect-button.primary:hover{background:#1e293b;border-color:#1e293b}.connect-button:disabled{opacity:.5;cursor:not-allowed}.account-section{display:flex;align-items:center}.account-info{display:flex;align-items:center;gap:.75rem;padding:.5rem 1rem;background:#f9fafb;border-radius:6px;border:1px solid #e5e7eb}.address{font-family:ui-monospace,Cascadia Code,Source Code Pro,Menlo,Consolas,monospace;font-size:.875rem;font-weight:500;color:#374151}.disconnect-button{padding:.5rem 1rem;border:none;border-radius:0;background:#f1f5f9;color:#475569;font-size:.875rem;font-weight:500;cursor:pointer;transition:background-color .15s ease}.disconnect-button:hover{background:#e2e8f0;color:#334155}.error-message{color:#dc2626;font-size:.75rem;margin-top:.5rem;text-align:center}.app-layout{flex:1;display:flex;height:calc(100vh - 73px)}.sidebar{width:300px;background:#f9fafb;border-right:1px solid #e5e7eb;display:flex;flex-direction:column;overflow-y:auto}.sidebar-section{padding:1rem;border-bottom:1px solid #e5e7eb}.sidebar-title{font-size:.875rem;font-weight:600;color:#374151;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.05em}.model-list{display:flex;flex-direction:column;gap:.5rem}.model-list-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem;background:#fff;border:1px solid #e5e7eb;border-radius:6px;cursor:pointer;transition:all .15s ease}.model-list-item:hover{border-color:#d1d5db;box-shadow:0 1px 2px #0000000d}.model-list-name{font-size:.875rem;font-weight:500;color:#111827}.model-list-status{font-size:.75rem;color:#16a34a;background:#f0fdf4;padding:.25rem .5rem;border-radius:4px;border:1px solid #bbf7d0}.profile-info{display:flex;flex-direction:column;gap:1rem}.profile-address{display:flex;flex-direction:column;gap:.25rem}.profile-label{font-size:.75rem;color:#6b7280;font-weight:500}.profile-value{font-family:ui-monospace,Cascadia Code,Source Code Pro,Menlo,Consolas,monospace;font-size:.875rem;color:#111827;font-weight:500}.main-content{flex:1;display:flex;justify-content:center;align-items:flex-start;padding:2rem;overflow-y:auto}.landing-section{width:100%;text-align:center}.hero-title{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#111827}.hero-description{font-size:1rem;color:#6b7280;line-height:1.5;margin-bottom:2rem}.features{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-top:3rem}.feature{text-align:left;padding:1.5rem;background:#fff;border-radius:8px;border:1px solid #e5e7eb;transition:border-color .15s ease}.feature:hover{border-color:#d1d5db}.feature-icon{font-size:1.5rem;margin-bottom:.75rem}.feature h3{font-size:1rem;font-weight:600;margin-bottom:.5rem;color:#111827}.feature p{color:#6b7280;font-size:.875rem;line-height:1.4}.models-section{width:100%}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.section-title{font-size:1.125rem;font-weight:500;text-align:left;margin:0;color:#0f172a}.refresh-button{padding:.5rem 1rem;border:1px solid #d1d5db;border-radius:6px;background:#fff;color:#111827;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .15s ease;display:flex;align-items:center;gap:.5rem}.refresh-button:hover:not(:disabled){background:#f9fafb;border-color:#9ca3af}.refresh-button:disabled{opacity:.5;cursor:not-allowed}.loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;gap:1rem;color:#6b7280}.loading-spinner{width:40px;height:40px;border:3px solid #f3f4f6;border-top:3px solid #3b82f6;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.error-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;gap:1rem;color:#ef4444}.error-state button{padding:.5rem 1rem;border:1px solid #ef4444;border-radius:6px;background:#fff;color:#ef4444;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .15s ease}.error-state button:hover{background:#fef2f2}.models-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem}.model-card{padding:1.5rem;background:#fff;border-radius:8px;border:1px solid #e5e7eb;transition:border-color .15s ease,box-shadow .15s ease}.model-card:hover{border-color:#d1d5db;box-shadow:0 1px 3px #0000001a}.model-header{display:flex;align-items:center;gap:1rem;margin-bottom:.75rem}.model-avatar{width:48px;height:48px;flex-shrink:0}.model-logo{width:100%;height:100%;object-fit:cover;border-radius:8px}.model-title-section{flex:1;display:flex;justify-content:space-between;align-items:center}.model-name{font-size:1.125rem;font-weight:600;color:#111827;line-height:1.3}.status{padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:500;white-space:nowrap}.status.available{background:#f0fdf4;color:#166534;border:1px solid #bbf7d0}.status.coming-soon{background:#fffbeb;color:#92400e;border:1px solid #fde68a}.status.beta{background:#f3e8ff;color:#7c3aed;border:1px solid #ddd6fe}.model-description{color:#6b7280;font-size:.875rem;line-height:1.5;margin-bottom:1rem}.model-pipeline{margin-bottom:1rem}.pipeline-tag{display:inline-block;padding:.25rem .75rem;background:#dbeafe;color:#1e40af;border-radius:4px;font-size:.75rem;font-weight:500;border:1px solid #93c5fd}.model-stats{display:flex;gap:.5rem;margin-bottom:1rem;flex-wrap:wrap}.stat-badge{padding:.25rem .5rem;background:#f3f4f6;color:#374151;border-radius:4px;font-size:.75rem;font-weight:500;border:1px solid #e5e7eb;display:flex;align-items:center;gap:.25rem}.model-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.tag-chip{padding:.25rem .5rem;background:#f0f9ff;color:#0369a1;border-radius:4px;font-size:.75rem;font-weight:500;border:1px solid #bae6fd;text-decoration:none;display:inline-block}.tag-chip.tag-link:hover{background:#e0f2fe;border-color:#7dd3fc;text-decoration:underline}.model-footer{display:flex;justify-content:space-between;align-items:center}.chain-badge{padding:.25rem .75rem;background:#f3f4f6;color:#374151;border-radius:4px;font-size:.75rem;font-weight:500;border:1px solid #e5e7eb}.use-model-button{padding:.5rem 1rem;border:1px solid #d1d5db;border-radius:6px;background:#fff;color:#111827;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .15s ease}.use-model-button:hover:not(:disabled){background:#f9fafb;border-color:#9ca3af}.use-model-button:disabled{opacity:.5;cursor:not-allowed}@media (max-width: 768px){.app-layout{flex-direction:column;height:auto}.sidebar{width:100%;border-right:none;border-bottom:1px solid #e5e7eb;max-height:300px}.header{flex-direction:column;gap:1rem;padding:1rem}.connect-section{flex-wrap:wrap;justify-content:center}.main-content{padding:1rem}.hero-title{font-size:1.25rem}.hero-description{font-size:.875rem}.features{grid-template-columns:1fr;gap:1rem}.models-grid{grid-template-columns:1fr}.model-footer{flex-direction:column;gap:.75rem;align-items:stretch}.use-model-button{width:100%}}.sidebar-nav-button{padding:.75rem 1rem;background:transparent;border:none;border-radius:0;cursor:pointer;display:flex;align-items:center;gap:.75rem;width:100%;text-align:left;font-size:.875rem;font-weight:500;color:#374151}.sidebar-nav-button:hover{background:transparent}.sidebar-nav-button.active{background:transparent;color:#111827;font-weight:600}.nav-icon{font-size:1.25rem}.nav-text{flex:1}.nav-arrow{display:none}.profile-section{width:100%}.profile-section .profile-content{display:flex;flex-direction:column;gap:2rem}.profile-card{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:2rem;width:100%;max-width:800px;margin:0 auto}.profile-header{display:flex;align-items:center;gap:1.5rem;margin-bottom:2rem}.profile-avatar{width:48px;height:48px;background:#f8fafc;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.avatar-emoji{font-size:1.25rem}.profile-info h3{font-size:1rem;font-weight:500;color:#111827;margin-bottom:.25rem}.profile-address-text{color:#64748b;font-size:.875rem;font-family:ui-monospace,Cascadia Code,Source Code Pro,Menlo,Consolas,monospace}.profile-details{display:flex;flex-direction:column;gap:1.25rem;margin-bottom:2rem}.detail-item{display:flex;justify-content:space-between;align-items:center}.detail-label{font-size:.875rem;font-weight:400;color:#64748b}.detail-value{font-size:.875rem;font-weight:500;color:#0f172a;font-family:ui-monospace,Cascadia Code,Source Code Pro,Menlo,Consolas,monospace}.status-connected{color:#059669;font-size:.75rem;font-weight:500}.profile-actions{display:flex;justify-content:center;padding-top:1rem;border-top:1px solid #f1f5f9}.profile-card.user-card .profile-content{display:flex;justify-content:center;align-items:flex-start;padding:2rem}.code-tabs{display:flex;gap:.5rem;margin-bottom:1rem;border-bottom:1px solid #e5e7eb}.tab-button{padding:.75rem 1rem;background:transparent;border:none;border-bottom:2px solid transparent;cursor:pointer;font-size:.875rem;font-weight:500;color:#6b7280;transition:all .15s ease}.tab-button:hover{color:#374151;background:#f9fafb}.tab-button.active{color:#111827;border-bottom-color:#111827;font-weight:600}.code-container{background:#1f2937;border-radius:8px;overflow:hidden;margin-bottom:1.5rem}.code-block{margin:0;padding:1rem;overflow-x:auto}.code-block code{font-family:Fira Code,Cascadia Code,SF Mono,Consolas,monospace;font-size:.875rem;line-height:1.5;color:#e5e7eb;background:transparent;white-space:pre;display:block}.api-info{background:#f9fafb;border-radius:8px;padding:1.5rem}.api-info h3{font-size:1rem;font-weight:600;color:#111827;margin-bottom:1rem}.api-details{display:flex;flex-direction:column;gap:.75rem}.api-detail{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid #e5e7eb}.api-detail:last-child{border-bottom:none}.detail-label{font-size:.875rem;font-weight:500;color:#6b7280}.detail-value{font-size:.875rem;font-weight:500;color:#111827;font-family:ui-monospace,Cascadia Code,Source Code Pro,Menlo,Consolas,monospace}.api-keys-section{width:100%}.api-keys-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1rem}.empty-state{text-align:center;padding:4rem 2rem;background:#f8fafc;border-radius:0;border:none}.empty-icon{font-size:2.5rem;margin-bottom:1rem;opacity:.6}.empty-state h3{font-size:1rem;font-weight:500;color:#334155;margin-bottom:.5rem}.empty-state p{color:#64748b;font-size:.875rem}.api-key-card{background:#fff;border-radius:6px;padding:1.25rem;transition:all .2s ease}.api-key-card:hover{background:#f9fafb}.api-key-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.api-key-info{flex:1}.api-key-name{font-size:.875rem;font-weight:500;color:#0f172a;margin-bottom:.25rem}.api-key-status{font-size:.75rem;font-weight:500;text-transform:uppercase}.api-key-status.active{color:#059669}.api-key-status.inactive{color:#dc2626}.delete-button{background:transparent;border:none;cursor:pointer;font-size:.875rem;padding:.25rem;border-radius:4px;transition:background-color .15s ease;color:#64748b}.delete-button:hover{background:#fef2f2;color:#dc2626}.api-key-content{display:flex;flex-direction:column;gap:.75rem}.api-key-display{display:flex;flex-direction:column;gap:.5rem}.key-value{display:flex;align-items:center;gap:.5rem;background:#f8fafc;padding:.75rem;border-radius:4px;font-family:ui-monospace,Cascadia Code,Source Code Pro,Menlo,Consolas,monospace;font-size:.75rem;word-break:break-all;border:1px solid #e2e8f0}.key-value code{flex:1;color:#475569}.copy-button{background:#f1f5f9;border:none;border-radius:0;padding:.25rem .5rem;cursor:pointer;font-size:.75rem;white-space:nowrap;transition:background-color .15s ease;color:#64748b}.copy-button:hover{background:#e2e8f0;color:#334155}.toggle-button{align-self:flex-end;background:#f1f5f9;border:none;border-radius:0;padding:.25rem .75rem;cursor:pointer;font-size:.75rem;color:#64748b;transition:background-color .15s ease}.toggle-button:hover{background:#e2e8f0;color:#334155}.api-key-meta{display:flex;justify-content:space-between;padding-top:.75rem;border-top:1px solid #f1f5f9}.meta-item{display:flex;flex-direction:column;gap:.125rem}.meta-label{font-size:.75rem;color:#64748b;font-weight:400}.meta-value{font-size:.75rem;color:#334155;font-weight:500}.create-key-form{display:flex;flex-direction:column;gap:1rem}.form-help{font-size:.75rem;color:#6b7280;margin-top:.25rem}.key-generated{text-align:center}.success-icon{font-size:3rem;margin-bottom:1rem}.key-generated h3{font-size:1.25rem;font-weight:600;color:#111827;margin-bottom:1rem}.success-message{color:#6b7280;font-size:.875rem;line-height:1.5;margin-bottom:1.5rem}.generated-key-display{background:#f3f4f6;border:1px solid #d1d5db;border-radius:8px;padding:1rem;margin-bottom:1.5rem}.generated-key-display .key-value{background:transparent;padding:0}.security-notice{background:#fef3c7;border:1px solid #f59e0b;border-radius:8px;padding:1rem;text-align:left}.security-notice h4{font-size:.875rem;font-weight:600;color:#92400e;margin-bottom:.75rem}.security-notice ul{list-style:none;padding:0;margin:0}.security-notice li{font-size:.75rem;color:#92400e;margin-bottom:.5rem;display:flex;align-items:flex-start;gap:.5rem}.security-notice li:before{content:"•";color:#f59e0b}@media (max-width: 768px){.api-keys-grid{grid-template-columns:1fr}.api-key-meta{flex-direction:column;gap:.5rem}}
