@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;margin:0}code{font-family:Fira Code,Source Code Pro,Menlo,Monaco,Consolas,Courier New,monospace}html{scroll-behavior:smooth}.auth-modal-overlay{align-items:center;background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.auth-modal{background:#fff;border-radius:8px;box-shadow:0 4px 6px #0000001a;max-width:400px;padding:2rem;position:relative;width:100%}.close-button{background:none;border:none;cursor:pointer;font-size:1.5rem;padding:.5rem;position:absolute;right:10px;top:10px}.form-group{margin-bottom:1rem}.form-group input{border:1px solid #ddd;border-radius:4px}.form-group input,button{font-size:1rem;padding:.75rem;width:100%}button{background-color:#007bff;border:none;border-radius:4px;color:#fff;cursor:pointer;margin-bottom:1rem}button:disabled{background-color:#ccc;cursor:not-allowed}.error-message{color:#dc3545;margin-bottom:1rem;text-align:center}.toggle-form{margin-top:1rem;text-align:center}.toggle-button{background:none;border:none;color:#007bff;cursor:pointer;font-size:inherit;margin:0;padding:0;text-decoration:underline;width:auto}.toggle-button:hover{color:#0056b3}.navbar{background-color:#0a3d62;box-shadow:0 4px 6px #0000001a;color:#f3f4f6;height:120px;justify-content:space-between;padding:.5rem 1.5rem;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.logo-section,.navbar{align-items:center;display:flex}.logo-section{gap:.75rem;height:100%}.navbar-logo{height:100px}.navbar-logo,.navbar-name{object-fit:contain;width:auto}.navbar-name{height:24px}.hamburger{background:none;border:none;cursor:pointer;display:none;flex-direction:column;gap:4px;padding:8px}.hamburger span{background:#f3f4f6;border-radius:2px;height:3px;width:25px}.nav-links{gap:1.5rem;list-style:none;margin:0;padding:0}.nav-links,.nav-links li{align-items:center;display:flex;height:100%}.nav-links a{color:#f3f4f6;font-size:1rem;font-weight:500;padding:.5rem 0;text-decoration:none;transition:color .3s ease}.nav-links a:hover{color:#d4af37}.nav-links a.active{color:#d4af37;font-weight:700}.user-email{margin-right:1rem}.auth-button,.user-email{color:#fff;font-size:.9rem;font-weight:500}.auth-button{background:#00c853;border:none;border-radius:4px;cursor:pointer;padding:.5rem 1rem;transition:background-color .3s ease}.auth-button:hover{background:#007bff}@media (max-width:768px){.navbar{grid-gap:1rem;align-items:center;display:grid;gap:1rem;grid-template-columns:auto 1fr auto}.logo-section{grid-column:1;justify-self:start}.hamburger{display:flex;grid-column:3;justify-self:end}.nav-links{display:none;grid-column:1/span 3}.nav-links.show{background:#0a3d62;box-shadow:0 4px 6px #0000001a;display:flex;flex-direction:column;grid-column:1/span 3;height:auto;left:0;padding:1rem;position:absolute;right:0;top:100%;width:100%;z-index:1000}.nav-links.show li{height:auto;padding:.5rem 0}}.footer{background-color:#0a3d62;margin-top:4rem;padding:2rem 0}.container{padding:0 1rem}.footer-sections{display:flex;justify-content:space-between;margin-bottom:2rem}.footer-section{flex:1 1}.footer-section h3{color:#f3f4f6;font-size:1.2rem;margin-bottom:1rem}.footer-section a{color:#00c853;display:block;margin-bottom:.5rem;text-decoration:none}.footer-section a:hover{color:#d4af37}.copyright{border-top:1px solid #36454f;color:#f3f4f6;margin-top:2rem;padding-top:2rem;text-align:center}@media (max-width:768px){.footer{padding:.75rem 0}}.about-page{color:#1a1a1a;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6}.about-hero{align-items:center;color:#fff;display:flex;height:60vh;justify-content:center;margin-bottom:4rem;position:relative;text-align:center}.about-hero-background{background-attachment:fixed;background-position:50%;background-size:cover;z-index:-1}.about-hero-background,.about-hero-background:after{height:100%;left:0;position:absolute;top:0;width:100%}.about-hero-background:after{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0009;content:""}.about-hero .container{max-width:800px;padding:0 2rem;position:relative;z-index:2}.about-hero h1{font-size:4rem;font-weight:800;margin:0 0 1rem;text-shadow:0 2px 4px #00000080}.about-hero .hero-subheadline{font-size:1.8rem;font-weight:500;margin:0 auto;max-width:600px;text-shadow:0 2px 4px #00000080}.about-content{padding:0 0 6rem}.container{max-width:800px}.content-section{margin-bottom:4rem}.content-section:last-child{margin-bottom:0}.content-section h2{color:#1a1a1a;font-size:2.5rem;font-weight:700;margin-bottom:1.5rem}.intro-text{font-size:1.25rem}.content-section p,.intro-text{color:#4a4a4a;line-height:1.8;margin-bottom:1.5rem}.content-section p{font-size:1.1rem}.quote-text{background-color:#2563eb0d;border-left:4px solid #2563eb;color:#2563eb;font-size:1.4rem;font-style:italic;font-weight:500;margin:1.5rem 0;padding:1rem 2rem}.preview-notice{color:#2563eb;font-weight:600;margin-bottom:1rem}.feature-list{list-style:none;margin:0 0 1.5rem;padding:0}.feature-list li{color:#4a4a4a;font-size:1.1rem;margin-bottom:.75rem;padding-left:1.5rem;position:relative}.feature-list li:before{color:#2563eb;content:"→";left:0;position:absolute}.api-note{color:#666;font-size:1rem;font-style:italic}.coming-soon-note{color:#2563eb;font-weight:500}.closing-note{color:#1a1a1a;font-size:1.4rem;font-weight:600;line-height:1.6;margin-top:2rem;text-align:center}@media (max-width:768px){.about-hero{height:50vh}.about-hero h1{font-size:3rem}.about-hero .hero-subheadline{font-size:1.4rem}.content-section h2{font-size:2rem}.intro-text{font-size:1.1rem}.content-section p{font-size:1rem}.quote-text{padding:.75rem 1.5rem}.closing-note,.quote-text{font-size:1.2rem}.feature-list li{font-size:1rem}}@media (max-width:480px){.about-hero h1{font-size:2.5rem}.about-hero .hero-subheadline{font-size:1.2rem}.container{padding:0 1.5rem}}.models-page-content{margin:0 auto;max-width:1600px;padding:2rem}.models-header{margin-bottom:2rem}.title-section{margin-bottom:1.5rem}.title-section h1{color:#333;margin:0}.title-section p{margin:.5rem 0 0}.controls-section{align-items:center;display:flex;flex-wrap:wrap;gap:1rem}.search-box{flex:1 1;min-width:200px}.search-input{border:1px solid #ddd;border-radius:4px;font-size:1rem;padding:.5rem 1rem;width:100%}.view-controls{align-items:center;display:flex;gap:1rem}.sort-select{border:1px solid #ddd;border-radius:4px;font-size:.9rem;min-width:180px;padding:.5rem}.view-toggles{display:flex;gap:.5rem}.view-toggle{background:#fff;border:1px solid #ddd;border-radius:4px;cursor:pointer;font-size:.9rem;padding:.5rem 1rem}.view-toggle.active{background:#f0f0f0;border-color:#ccc}.models-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.models-grid.list{grid-template-columns:1fr}.model-card{background:#fff;border:1px solid #ddd;border-radius:8px;cursor:pointer;padding:.75rem;transition:all .2s ease}.model-card:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.model-card.selected{border-color:#4a90e2;box-shadow:0 0 0 2px #4a90e233}.model-card.featured-model{background-color:#00c8530d;border-color:#00c853;box-shadow:0 0 0 2px #00c85333}.model-card.featured-model .model-card-header h3{color:#00c853;font-weight:700}.model-card-header{margin-bottom:.75rem}.model-card-header h3{color:#333;font-size:.9rem;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.model-card-stats{grid-gap:.5rem;display:grid;gap:.5rem;grid-template-columns:repeat(4,1fr);margin-bottom:.75rem}.stat{text-align:center}.stat label{color:#666;display:block;font-size:.7rem;margin-bottom:.25rem}.stat span{font-size:.8rem;font-weight:500}.stat-value.positive{color:#00c853}.stat-value.negative{color:#f44}.stat-value.gold{color:#d4af37}.model-card-chart{height:40px;margin-top:.5rem}.model-details-panel{background:#fff;border:1px solid #ddd;border-radius:8px;margin-top:2rem;padding:1.5rem}.model-details h2{color:#333;margin:0 0 1.5rem}.details-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:1.5rem}.detail-item{background:#f8f9fa;border-radius:6px;padding:1rem}.detail-item label{color:#666;display:block;font-size:.85rem;margin-bottom:.5rem}.detail-item span{color:#333;font-size:1.1rem;font-weight:500}.model-visualization{background:#fff;border-radius:8px;min-height:300px;overflow:hidden;position:relative}.expand-button{align-items:center;background:#ffffffe6;border:1px solid #ddd;border-radius:4px;color:#666;cursor:pointer;display:flex;font-size:1.2rem;height:30px;justify-content:center;position:absolute;right:.5rem;top:.5rem;transition:all .2s ease;width:30px}.expand-button:hover{background:#fff;box-shadow:0 2px 6px #0000001a;color:#333}.model-modal{align-items:center;animation:fadeIn .2s ease;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;padding:1rem;position:fixed;right:0;top:0;z-index:1000}.model-modal .modal-content{animation:slideUp .3s ease;border-radius:12px;max-width:90vw;padding:1.5rem;width:800px}.modal-content,.model-modal .modal-content{background:#fff;max-height:90vh;overflow-y:auto;position:relative}.modal-content{border-radius:8px;max-width:800px;padding:20px;width:90%}.modal-header{margin-bottom:20px}.header-main{align-items:center;display:flex;justify-content:space-between;margin-bottom:10px}.header-main h2{font-size:1.5rem;margin:0}.header-tags{display:flex;gap:8px}.header-stats{background:#f5f5f5;border-radius:6px;display:flex;gap:20px;padding:10px}.quick-stat{align-items:center;display:flex;flex-direction:column}.quick-stat .label{color:#666;font-size:.8rem}.quick-stat .value{font-size:1.1rem;font-weight:500}.stats-columns{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1fr;margin-bottom:20px}.stats-column{background:#f8f9fa;border-radius:6px;padding:15px}.stats-column h3{color:#333;font-size:1rem;margin:0 0 10px}.compact-stats{display:flex;flex-direction:column;gap:8px}.stat-row{align-items:center;display:flex;justify-content:space-between;padding:4px 0}.stat-row .label{color:#666;font-size:.9rem}.stat-row .value{font-size:.9rem;font-weight:500}.trend-up{color:#28a745}.trend-down{color:#dc3545}.modal-chart{background:#fff;border:1px solid #eee;border-radius:6px;padding:15px}.close-modal{background:none;border:none;color:#666;cursor:pointer;font-size:1.5rem;line-height:1;padding:.5rem;position:absolute;right:1rem;top:1rem;transition:all .2s ease;z-index:1}.close-modal:hover{color:#333;transform:scale(1.1)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1024px){.models-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.model-details-panel{position:static}}@media (max-width:768px){.models-page-content{padding:1rem}.controls-section,.view-controls{flex-direction:column}.sort-select,.view-controls,.view-toggles{width:100%}.view-toggle{flex:1 1}.details-grid{grid-template-columns:1fr}}@media (max-width:640px){.models-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}.header-tags{align-items:flex-start;flex-direction:column;gap:.5rem}.stats-columns{grid-template-columns:1fr}.header-main{align-items:flex-start;flex-direction:column;gap:10px}.header-stats{flex-wrap:wrap}.modal-content{padding:1rem}.modal-header h2{font-size:1.2rem}}.get-started-section{background-color:#f4f4f4;padding:4rem 1rem;text-align:center}.get-started-section .container{margin:0 auto;max-width:1200px}.get-started-section h1{color:#333;font-size:2.5rem;margin-bottom:3rem}.steps-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-bottom:3rem}.step-card{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;padding:2rem;text-align:center}.step-number{align-items:center;background-color:#00c853;border-radius:50%;color:#fff;display:flex;font-weight:700;height:40px;justify-content:center;margin:0 auto 1.5rem;width:40px}.step-card h2{color:#333;font-size:1.5rem;margin-bottom:1rem}.step-card p{color:#666;line-height:1.5;margin-bottom:1.5rem}.step-button{background-color:#00c853;border-radius:4px;color:#fff;display:inline-block;padding:.75rem 1.5rem;text-decoration:none;transition:background-color .3s ease}.step-button:hover{background-color:#d4af37}.disclaimer{color:#666;font-size:.9rem;margin-top:2rem}@media (max-width:768px){.get-started-section{padding:2rem 1rem}.get-started-section h1{font-size:2rem}.steps-grid{grid-template-columns:1fr}}.blog-list{margin:0 auto;max-width:1200px;padding:0 1rem}.title-section{margin-bottom:3rem;text-align:center}.title-section h1{color:#2c3e50;font-size:2.5rem;margin-bottom:1rem}.title-section p{color:#666;font-size:1.2rem}.posts-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));margin-top:2rem}.post-card{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;overflow:hidden;transition:transform .2s,box-shadow .2s}.post-card:hover{box-shadow:0 4px 8px #00000026;transform:translateY(-4px)}.post-card a{color:inherit;display:block;padding:1.5rem;text-decoration:none}.post-card h2{color:#2c3e50;font-size:1.5rem;margin:0 0 1rem}.post-meta{margin-bottom:1rem}.excerpt{color:#444;line-height:1.6;margin:0}.no-posts{color:#666;font-size:1.2rem;grid-column:1/-1;padding:2rem;text-align:center}.banner-content h1{font-size:3.5rem;margin:0 0 1rem;text-shadow:2px 2px 4px #00000080}.banner-content p{font-size:1.5rem;margin:0;text-shadow:1px 1px 2px #00000080}@media (max-width:768px){.posts-grid{grid-template-columns:1fr}.title-section h1{font-size:2rem}.title-section p{font-size:1rem}}.blog-page{background:#f8f9fa;min-height:calc(100vh - 200px);padding:2rem 0}.blog-post{margin:0 auto;max-width:800px;padding:0 1rem}.back-link{color:#666;display:inline-block;font-size:1.1rem;margin-bottom:2rem;transition:color .2s}.back-link:hover{color:#2c3e50}article{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;padding:2rem}header{margin-bottom:2rem;text-align:center}header h1{color:#2c3e50;font-size:2.5rem;margin-bottom:1rem}.post-meta{color:#666;display:flex;font-size:.9rem;gap:1rem;justify-content:center}.post-content{color:#444;line-height:1.8}.post-content h2{color:#2c3e50;font-size:1.8rem;margin:2rem 0 1rem}.post-content p{margin-bottom:1.5rem}.post-content ol,.post-content ul{margin-bottom:1.5rem;padding-left:2rem}.post-content code{background:#f5f5f5;border-radius:4px;font-family:monospace;padding:.2rem .4rem}.post-content pre{background:#f5f5f5;border-radius:4px;margin-bottom:1.5rem;overflow-x:auto;padding:1rem}.loading{color:#666;font-size:1.2rem;padding:2rem;text-align:center}@media (max-width:768px){.blog-post{padding:0 1rem}header h1{font-size:2rem}.post-content{font-size:1rem}}.blog-banner{background-attachment:fixed;background-position:50%;background-repeat:no-repeat;background-size:cover;height:400px;position:relative;width:100%}.banner-overlay{align-items:center;background:#00000080;display:flex;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%}.banner-content{color:#fff;text-align:center;z-index:2}.back-link{border:2px solid #fff;border-radius:4px;color:#fff;font-size:1.2rem;padding:.5rem 1rem;text-decoration:none;transition:all .3s ease}.back-link:hover{background:#fff;color:#333}.blog-banner img{height:100%;object-fit:cover;width:100%}.cta-button{margin:3rem 0;text-align:center}.browse-models{background:#2563eb;border-radius:8px;color:#fff;display:inline-block;font-weight:600;padding:1rem 2rem;text-decoration:none;transition:all .2s ease}.browse-models:hover{background:#1d4ed8;box-shadow:0 4px 6px #0000001a;transform:translateY(-2px)}.info-page{background-color:#fff;min-height:100vh}.info-hero{color:#fff;height:400px;position:relative;text-align:center}.info-hero,.info-hero-background{align-items:center;display:flex;justify-content:center}.info-hero-background{background-color:#00000080;bottom:0;left:0;position:absolute;right:0;top:0}.info-hero h1{font-size:3rem;font-weight:700;margin-bottom:1rem}.hero-subheadline{font-size:1.5rem;line-height:1.4;margin:0 auto;max-width:800px}.info-content{padding:4rem 0}.container{margin:0 auto;max-width:1200px;padding:0 2rem}.content-section{margin-bottom:3rem}.intro-text{color:#666;font-size:1.2rem;line-height:1.6;margin:0 auto;max-width:800px}.info-cards{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:2rem}.info-card{background:#fff;border:1px solid #eee;border-radius:8px;box-shadow:0 2px 4px #0000001a;color:inherit;padding:2rem;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}.info-card:hover{box-shadow:0 4px 8px #00000026;transform:translateY(-4px)}.info-card h2{color:#333;font-size:1.5rem;margin-bottom:1rem}.info-card p{color:#666;line-height:1.5}@media (max-width:768px){.info-hero{height:300px}.info-hero h1{font-size:2rem}.hero-subheadline{font-size:1.2rem}.container{padding:0 1rem}}
/*# sourceMappingURL=main.bbe484f0.css.map*/