@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#root,body,html{height:100%}a,button,input,select,textarea{-webkit-tap-highlight-color:transparent}:focus{outline:2px solid #3b82f6;outline-offset:2px}:focus:not(:focus-visible){outline:none}html{scroll-behavior:smooth}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.7}a{color:#3b82f6;text-decoration:none}a:hover{text-decoration:underline}.navbar{background-color:#fff;box-shadow:0 2px 4px #0000000d;position:sticky;top:0;z-index:100}.navbar-container{justify-content:space-between;margin:0 auto;max-width:1200px;padding:1rem 2rem}.logo,.navbar-container{align-items:center;display:flex}.logo{color:#1e293b;text-decoration:none}.logo-text{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#3b82f6,#8b5cf6);background-clip:text;-webkit-background-clip:text;font-size:1.75rem;font-weight:800}.nav-links{display:flex;gap:1.5rem}.nav-link{color:#64748b;font-size:.95rem;font-weight:500;position:relative;text-decoration:none;transition:color .2s}.nav-link:hover{color:#3b82f6;text-decoration:none}.nav-link.active{color:#3b82f6}.nav-link.active:after{background:#3b82f6;border-radius:1px;bottom:-4px;content:"";height:2px;left:0;position:absolute;right:0}.github-link{color:#64748b;transition:color .2s}.github-link:hover{color:#1e293b}@media (max-width:768px){.navbar-container{padding:1rem}.nav-links{gap:1rem}}@media (max-width:480px){.navbar-container{flex-direction:column;gap:.75rem}.nav-links{margin-top:.5rem}.github-link{display:none}}.logo img{height:64px;margin-bottom:2px;margin-left:8px;vertical-align:middle;width:auto}.footer{background-color:#fff;border-top:1px solid #e5e7eb;margin-top:3rem;padding:2rem 0}.footer-container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 2rem}.footer-content{max-width:500px}.copyright{color:#64748b;font-size:.9rem;margin-bottom:.5rem}.tagline{color:#94a3b8;font-size:.85rem}.footer-links{display:flex;gap:1.5rem}.footer-link{color:#64748b;font-size:.9rem;text-decoration:none;transition:color .2s}.footer-link:hover{color:#3b82f6}@media (max-width:768px){.footer-container{flex-direction:column;gap:1.5rem;text-align:center}.footer-content{order:2}.footer-links{order:1}}@media (max-width:480px){.footer{padding:1.5rem 0}.footer-container{padding:0 1rem}.footer-links{gap:1rem}}.main-layout{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1 1}*{box-sizing:border-box;margin:0;padding:0}body{background:#f8fafc;color:#1e293b;font-family:Inter,sans-serif}.homepage{margin:0 auto;max-width:1200px;min-height:100vh;overflow:hidden;padding:4rem 2rem;position:relative}.hero-section{margin-bottom:4rem;position:relative;text-align:center;z-index:2}.homepage-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#3b82f6,#6435d0);background-clip:initial;-webkit-background-clip:text;font-size:3.5rem;font-weight:700;letter-spacing:-.02em;margin-bottom:1rem}.homepage-subtitle{color:#64748b;font-size:1.25rem;margin-bottom:1.5rem;margin-left:auto;margin-right:auto;max-width:600px}.decorative-line{background:linear-gradient(90deg,#3b82f6,#8b5cf6);border-radius:2px;height:4px;margin:0 auto}.model-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));position:relative;z-index:2}.model-card{background:#fff;border-radius:16px;box-shadow:0 4px 6px #0000000d;cursor:pointer;height:100%;overflow:hidden;transition:all .3s ease}.card-content{display:flex;flex-direction:column;height:100%;padding:1.75rem}.card-image-container{align-items:center;background:#3b82f61a;border-radius:50%;display:flex;height:80px;justify-content:center;margin-bottom:1.25rem;width:80px}.model-image{height:50px;object-fit:contain;width:50px}.model-name{color:#1e293b;font-size:1.5rem;font-weight:600;margin-bottom:.75rem}.model-description{flex-grow:1;font-size:.95rem;margin-bottom:1.5rem}.card-cta{align-items:center;color:#3b82f6;display:flex;font-size:.95rem;font-weight:500}.card-cta svg{margin-left:.5rem;transition:transform .3s ease}.model-card:hover .card-cta svg{transform:translateX(5px)}.background-decoration{bottom:0;left:0;overflow:hidden;pointer-events:none;position:absolute;right:0;top:0;z-index:1}.bg-circle{border-radius:50%;filter:blur(80px);position:absolute}.circle-1{background:#3b82f626;height:400px;right:-80px;top:-80px;width:400px}.circle-2{background:#8b5cf626;bottom:-100px;height:500px;left:-100px;width:500px}@media (max-width:768px){.homepage{padding:2rem 1.5rem}.homepage-title{font-size:2.5rem}.model-grid{gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}}@media (max-width:480px){.homepage-title{font-size:2rem}.model-grid{grid-template-columns:1fr}}.model-page{font-family:Inter,sans-serif;margin:0 auto;max-width:1200px;padding:2rem}.model-header{margin-bottom:2rem}.back-button,.model-header{align-items:center;display:flex}.back-button{background:none;border:none;color:#3b82f6;cursor:pointer;font-size:1rem;margin-right:1rem;transition:all .2s}.back-button:hover{transform:translateX(-5px)}.model-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#3b82f6,#8b5cf6);background-clip:initial;-webkit-background-clip:text;font-size:2.5rem;margin:0}.model-description{color:#64748b;font-size:1.1rem;line-height:1.6;margin-bottom:2rem;max-width:800px}.content-container{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 1fr}@media (max-width:768px){.content-container{grid-template-columns:1fr}}.input-section{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000000d;padding:1.5rem}.section-title{color:#1e293b;font-size:1.25rem;font-weight:600;margin-bottom:1.5rem}.form-group{margin-bottom:1rem}.form-group label{color:#4b5563;display:block;font-weight:500;margin-bottom:.5rem}.input-control{border:1px solid #e5e7eb;border-radius:8px;font-family:inherit;font-size:1rem;padding:.75rem;transition:border .2s;width:100%}.input-control:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f633;outline:none}.data-input-container{display:flex;gap:.5rem;margin-bottom:.5rem}.data-pair-input{display:flex;gap:.5rem;width:100%}.action-button{background:#3b82f6;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:500;padding:.75rem 1.5rem;transition:all .2s}.action-button:hover{background:#2563eb;transform:translateY(-2px)}.action-button:active{transform:translateY(0)}.add-data-button{background:#f3f4f6;border:1px dashed #d1d5db;border-radius:8px;color:#4b5563;cursor:pointer;margin-top:1rem;padding:.5rem;text-align:center;transition:all .2s;width:100%}.add-data-button:hover{background:#e5e7eb}.results-section{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000000d;overflow:hidden;padding:1.5rem}.loading-spinner{align-items:center;display:flex;height:200px;justify-content:center}.spinner{animation:spin 1s linear infinite;border:4px solid #0000001a;border-left-color:#3b82f6;border-radius:50%;height:36px;width:36px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.results-content{max-height:500px;overflow-y:auto}.metric-card{background:#f8fafc;border-radius:8px;margin-bottom:1rem;padding:1rem}.metric-title{color:#4b5563;font-weight:600;margin-bottom:.5rem}.metric-value{color:#1e293b;font-size:1.5rem;font-weight:500}.visualization-container{margin-top:1.5rem;text-align:center}.visualization-container img{border-radius:8px;box-shadow:0 2px 4px #0000001a;max-width:100%}.error-message{background:#fee2e2;border-radius:8px;color:#b91c1c;margin-bottom:1rem;padding:1rem}.tabs{border-bottom:1px solid #e5e7eb;display:flex;margin-bottom:1.5rem}.tab{border-bottom:2px solid #0000;color:#4b5563;cursor:pointer;padding:.75rem 1.5rem;transition:all .2s}.tab.active,.tab:hover{color:#3b82f6}.tab.active{border-bottom-color:#3b82f6;font-weight:500}.remove-btn{background:none;border:none;color:#ef4444;cursor:pointer;font-size:1rem;transition:all .2s}.remove-btn:hover{transform:scale(1.1)}.section-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.5rem}.sample-data-button{background:#f3f4f6;border:1px solid #e5e7eb;border-radius:8px;color:#4b5563;cursor:pointer;font-size:.9rem;padding:.5rem 1rem;transition:all .2s}.sample-data-button:hover{background:#e5e7eb}.backend-status{align-items:center;border-radius:8px;display:flex;font-size:.95rem;margin-bottom:2rem;padding:1rem}.backend-status.error{background:#fee2e2;color:#b91c1c}.backend-status svg{flex-shrink:0;margin-right:.75rem}
/*# sourceMappingURL=main.78d30cdd.css.map*/