.home-page{min-height:100vh;display:flex;flex-direction:column;background:#515C6F}.coming-soon-wrapper{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem 1rem}.coming-soon-card{text-align:center;max-width:560px;width:100%}.coming-soon-logo{max-width:420px;width:100%;height:auto;margin-bottom:2rem;mix-blend-mode:lighten}.coming-soon-divider{width:60px;height:3px;background:#F6C344;margin:0 auto 2rem;border-radius:2px}.coming-soon-heading{font-size:2.4rem;font-weight:700;color:#fff;margin:0 0 .75rem;letter-spacing:.02em}.coming-soon-text{font-size:1.15rem;color:#ffffffd9;margin:0 0 .5rem;line-height:1.6}.coming-soon-subtext{font-size:.95rem;color:#ffffff8c;margin:0;line-height:1.6}.coming-soon-footer{margin-top:3rem;font-size:.8rem;color:#ffffff59}@media (max-width: 480px){.coming-soon-logo{max-width:280px}.coming-soon-heading{font-size:1.8rem}.coming-soon-text{font-size:1rem}}@media (min-width: 1440px){.coming-soon-logo{max-width:500px}.coming-soon-heading{font-size:3rem}}.modelo-login{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1a1a2e 0%,#16213e 100%)}.login-card{background:#ffffff10;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:3rem;text-align:center;border:1px solid #ffffff20;max-width:400px;width:90%}.login-card h1{color:#fff;margin-bottom:.5rem;font-size:2rem}.login-card p{color:#ffffff80;margin-bottom:2rem}.login-card form{display:flex;flex-direction:column;gap:1rem}.login-card input{padding:1rem;border:1px solid #ffffff30;border-radius:8px;background:#ffffff10;color:#fff;font-size:1rem}.login-card input::placeholder{color:#ffffff60}.login-card button{padding:1rem;border:none;border-radius:8px;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s}.login-card button:hover{transform:translateY(-2px);box-shadow:0 4px 20px #667eea66}.login-card .error{color:#ef4444;margin-top:.5rem}.modelo-page{min-height:100vh;background:linear-gradient(135deg,#1a1a2e 0%,#16213e 100%);color:#fff;padding:2rem}.modelo-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid #ffffff20}.header-left h1{margin:0;font-size:2rem}.header-left p{margin:.5rem 0 0;color:#ffffff60}.logout-btn{padding:.5rem 1rem;border:1px solid #ffffff30;border-radius:8px;background:transparent;color:#fff;cursor:pointer;transition:background .2s}.logout-btn:hover{background:#ffffff10}.modelo-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;margin-bottom:2rem}.stat-card{background:#ffffff10;border-radius:12px;padding:1.5rem;text-align:center;border:1px solid #ffffff10}.stat-card h3{font-size:2.5rem;margin:0;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.stat-card p{margin:.5rem 0 0;color:#ffffff60;font-size:.9rem}.modelo-filters{display:flex;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}.search-input{flex:1;min-width:250px;padding:.75rem 1rem;border:1px solid #ffffff20;border-radius:8px;background:#ffffff10;color:#fff;font-size:1rem}.search-input::placeholder{color:#ffffff40}.filter-buttons{display:flex;gap:.5rem}.filter-buttons button{padding:.75rem 1.5rem;border:1px solid #ffffff20;border-radius:8px;background:transparent;color:#ffffff80;cursor:pointer;transition:all .2s}.filter-buttons button:hover{background:#ffffff10;color:#fff}.filter-buttons button.active{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-color:transparent;color:#fff}.modelo-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1.5rem}.model-card{background:#ffffff08;border-radius:16px;padding:1.5rem;border:1px solid #ffffff10;transition:transform .2s,box-shadow .2s}.model-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px #0000004d}.model-card.ready{border-left:4px solid #22c55e}.model-card.downloading{border-left:4px solid #f59e0b}.model-card.pending{border-left:4px solid #6b7280}.model-card.testing{border-left:4px solid #3b82f6}.model-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.model-header h3{margin:0;font-size:1.25rem}.status-badge{padding:.25rem .75rem;border-radius:20px;font-size:.75rem;font-weight:600;text-transform:uppercase;color:#fff}.model-meta{display:flex;gap:.75rem;margin-bottom:1rem;flex-wrap:wrap}.type-badge{padding:.25rem .5rem;border-radius:4px;font-size:.75rem;background:#3b82f6;color:#fff}.model-meta .size,.model-meta .params{color:#ffffff60;font-size:.85rem}.use-case{color:#ffffff80;font-size:.9rem;margin-bottom:1rem;line-height:1.4}.model-languages,.model-specialties{margin-bottom:.75rem}.model-languages strong,.model-specialties strong{display:block;font-size:.8rem;color:#ffffff60;margin-bottom:.5rem}.tags{display:flex;flex-wrap:wrap;gap:.5rem}.tag{padding:.25rem .5rem;border-radius:4px;font-size:.75rem;background:#ffffff10;color:#ffffff80}.tag.specialty{background:#764ba220;color:#c4b5fd}.model-performance{margin-top:1rem;padding-top:1rem;border-top:1px solid #ffffff10}.model-performance strong{display:block;font-size:.8rem;color:#ffffff60;margin-bottom:.5rem}.perf-metrics{display:flex;gap:1rem;flex-wrap:wrap}.perf-metrics span{font-size:.85rem;color:#22c55e}.modelo-footer{margin-top:3rem;padding-top:1rem;border-top:1px solid #ffffff10;text-align:center;color:#ffffff40;font-size:.85rem}@media (max-width: 768px){.modelo-page{padding:1rem}.modelo-header{flex-direction:column;gap:1rem;text-align:center}.modelo-stats{grid-template-columns:repeat(2,1fr)}.modelo-grid{grid-template-columns:1fr}.modelo-filters{flex-direction:column}.search-input{width:100%}.filter-buttons{justify-content:center}}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;--brand-blue: #515C6F;--brand-gold: #F6C344;--brand-white: #FFFFFF;--brand-light-bg: #F5F5F5;--brand-text-dark: #2C3E50;--primary-color: var(--brand-gold);--primary-hover: #E5B333;--header-bg: var(--brand-blue);--header-text: var(--brand-white);--bg-color: var(--brand-light-bg);--text-color: var(--brand-text-dark);--border-color: #DDD;--surface-color: var(--brand-white);--surface-hover: #F9F9F9;color:var(--text-color);background-color:var(--bg-color);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background-color:var(--bg-color);color:var(--text-color)}#root{width:100%;min-height:100vh}.home-page,.login-page,.history-page,.templates-page,.favorites-page,.settings-page,.not-found-page{padding:0}.home-page h2,.login-page h2,.history-page h2,.templates-page h2,.favorites-page h2,.settings-page h2,.not-found-page h2,.home-page p,.login-page p,.history-page p,.templates-page p,.favorites-page p,.settings-page p,.not-found-page p{margin-bottom:1rem;color:var(--text-color)}.login-page button{background-color:var(--primary-color);color:var(--brand-blue);border:none;padding:.75rem 1.5rem;border-radius:4px;cursor:pointer;font-size:1rem;font-weight:600;transition:all .2s}.login-page button:hover{background-color:var(--primary-hover);transform:translateY(-1px)}.not-found-page a{color:var(--primary-color);text-decoration:none;font-weight:500}.not-found-page a:hover{text-decoration:underline}@media (max-width: 768px){.home-page h2,.login-page h2,.history-page h2,.templates-page h2,.favorites-page h2,.settings-page h2,.not-found-page h2{font-size:1.5rem}}
