*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh;color:#1f2937;line-height:1.6}.header{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid #e5e7eb;position:sticky;top:0;z-index:1000}.header-content{max-width:1200px;margin:0 auto;padding:0 1rem;display:flex;align-items:center;justify-content:space-between;height:64px}@media (min-width: 640px){.header-content{padding:0 2rem}}.logo{display:flex;align-items:center;gap:.5rem;text-decoration:none}.logo-icon{width:32px;height:32px;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:14px}.logo-text{font-size:20px;font-weight:700;background:linear-gradient(135deg,#6366f1,#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.nav{display:none;align-items:center;gap:2rem}@media (min-width: 768px){.nav{display:flex}}.nav-link{color:#6b7280;text-decoration:none;font-weight:500;transition:color .2s}.nav-link:hover{color:#1f2937}.nav-actions{display:none;align-items:center;gap:1rem}@media (min-width: 768px){.nav-actions{display:flex}}.btn{padding:.5rem 1rem;border-radius:6px;font-weight:500;font-size:14px;cursor:pointer;transition:all .2s;border:none;text-decoration:none;display:inline-flex;align-items:center;gap:.25rem}.btn-ghost{background:transparent;color:#6b7280}.btn-ghost:hover{background:#f9fafb;color:#1f2937}.btn-primary{background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff}.btn-primary:hover{transform:translateY(-1px);box-shadow:0 4px 12px #6366f166}.btn-secondary{background:#fff;color:#374151;border:1px solid #e5e7eb}.btn-secondary:hover{background:#f9fafb;border-color:#d1d5db}.hero{padding:5rem 1rem;text-align:center;position:relative;overflow:hidden}@media (min-width: 640px){.hero{padding:6rem 2rem}}.hero-background{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#f0f9ff,#faf5ff);z-index:-1}.hero-content{max-width:1200px;margin:0 auto}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:#dbeafe;color:#1e40af;padding:.5rem 1rem;border-radius:9999px;font-size:14px;font-weight:500;margin-bottom:1.5rem}.hero-badge-dot{width:8px;height:8px;background:#60a5fa;border-radius:50%;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.hero-title{font-size:3rem;font-weight:800;margin-bottom:1.5rem;line-height:1.2}.hero-title span{background:linear-gradient(135deg,#6366f1,#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media (min-width: 768px){.hero-title{font-size:4rem}}.hero-subtitle{font-size:1.25rem;color:#6b7280;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.hero-actions{display:flex;flex-direction:column;gap:1rem;align-items:center;margin-bottom:3rem}@media (min-width: 640px){.hero-actions{flex-direction:row;justify-content:center}}.hero-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;max-width:600px;margin:0 auto 3rem}@media (min-width: 640px){.hero-stats{grid-template-columns:repeat(4,1fr)}}.hero-stat{text-align:center}.hero-stat-number{font-size:2rem;font-weight:800;margin-bottom:.25rem}.hero-stat-number.indigo{color:#6366f1}.hero-stat-number.purple{color:#8b5cf6}.hero-stat-number.green{color:#10b981}.hero-stat-number.orange{color:#f59e0b}.hero-stat-label{color:#6b7280;font-size:14px}.models-section{max-width:1600px;margin:0 auto;padding:2rem 1rem}@media (min-width: 800px){.models-section{padding:2rem}}@media (min-width: 1920px){.models-section{max-width:1800px;padding:2rem 3rem}}.models-header{text-align:center;margin-bottom:3rem}.models-title{font-size:2.5rem;font-weight:800;margin-bottom:1rem}.models-subtitle{font-size:1.125rem;color:#6b7280;max-width:900px;margin:0 auto;text-align:center}.filters-card{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;border:1px solid #e5e7eb;padding:1.5rem;margin-bottom:2rem}.filters-grid{display:grid;grid-template-columns:1fr;gap:1rem;margin-bottom:1rem}@media (min-width: 768px){.filters-grid{grid-template-columns:2fr 1fr 1fr}}@media (min-width: 1440px){.filters-grid{grid-template-columns:3fr 1fr 1fr}}.filter-group{display:flex;flex-direction:column}.filter-label{font-size:.875rem;font-weight:500;color:#374151;margin-bottom:.5rem}.filter-input{padding:.5rem .75rem;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;transition:border-color .2s,box-shadow .2s}.filter-input:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.filter-select{padding:.5rem .75rem;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;background:#fff;cursor:pointer}.filter-stats{display:flex;align-items:center;justify-content:space-between;font-size:.875rem;color:#6b7280;padding-top:1rem;border-top:1px solid #f3f4f6}.footer{background:#111827;color:#fff;padding:4rem 1rem 2rem;margin-top:5rem}.footer-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:2rem}@media (min-width: 768px){.footer-content{grid-template-columns:2fr 1fr 1fr}}.footer-section h3{font-size:1.125rem;font-weight:600;margin-bottom:1rem}.footer-links{list-style:none}.footer-links li{margin-bottom:.5rem}.footer-links a{color:#9ca3af;text-decoration:none;transition:color .2s}.footer-links a:hover{color:#fff}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid #374151;color:#9ca3af;font-size:.875rem}.mobile-menu{display:block}@media (min-width: 768px){.mobile-menu{display:none}}.text-center{text-align:center}.hidden{display:none}@media (min-width: 768px){.md\\:flex{display:flex}.md\\:hidden{display:none}.md\:flex{display:flex}.md\:hidden{display:none}}
