*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f8f9fa;color:#333;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.container{margin:0 auto;max-width:1200px;padding:0 20px}.btn{background-color:#007bff;border:none;border-radius:6px;color:#fff;cursor:pointer;display:inline-block;font-size:16px;padding:12px 24px;text-decoration:none;transition:background-color .3s ease}.btn:hover{background-color:#0056b3}.btn-secondary{background-color:#6c757d}.btn-secondary:hover{background-color:#545b62}.card{background:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a;margin-bottom:20px;padding:24px}.grid{grid-gap:20px;display:grid;gap:20px}.grid-2{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.grid-3{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.text-center{text-align:center}.mb-4{margin-bottom:1.5rem}.mt-4{margin-top:1.5rem}.hero{background:linear-gradient(135deg,#f5f7fa,#c3cfe2);border-radius:12px;margin-bottom:3rem;padding:4rem 0;text-align:center}.hero h1{color:#2c3e50;font-size:3rem;margin-bottom:1rem}.hero-subtitle{color:#666;font-size:1.2rem;margin:0 auto;max-width:600px}.stats-section{margin-bottom:4rem}.stats-section h2{color:#2c3e50;margin-bottom:2rem;text-align:center}.stat-card{background:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a;padding:2rem;text-align:center}.stat-icon{font-size:3rem;margin-bottom:1rem}.stat-value{color:#007bff;font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.stat-title{color:#666;font-size:1.1rem}.features-section{margin-bottom:4rem}.features-section h2{color:#2c3e50;margin-bottom:2rem;text-align:center}.feature-card{text-align:center;transition:transform .3s ease}.feature-card:hover{transform:translateY(-5px)}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-card h3{color:#2c3e50;margin-bottom:1rem}.feature-card p{color:#666;line-height:1.6;margin-bottom:1.5rem}.recent-vehicles{margin-bottom:2rem}.recent-vehicles h2{color:#2c3e50;margin-bottom:2rem;text-align:center}.vehicle-preview{transition:transform .3s ease}.vehicle-preview:hover{transform:translateY(-3px)}.vehicle-preview h3{color:#2c3e50;margin-bottom:1rem}.vehicle-specs p{color:#666;margin-bottom:.5rem}@media (max-width:768px){.container{padding:0 15px}.grid-2,.grid-3{grid-template-columns:1fr}.hero h1{font-size:2rem}.hero-subtitle{font-size:1rem}}.page-header{margin-bottom:3rem;padding:2rem 0;text-align:center}.page-header h1{color:#2c3e50;font-size:2.5rem;margin-bottom:1rem}.page-header p{color:#666;font-size:1.1rem;margin:0 auto;max-width:800px}.filters-section{background:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a;margin-bottom:2rem;padding:2rem}.filters-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:1rem}.filter-group{display:flex;flex-direction:column}.filter-group label{color:#2c3e50;font-weight:600;margin-bottom:.5rem}.filter-input,.filter-select{border:2px solid #e1e5e9;border-radius:6px;font-size:1rem;padding:.75rem;transition:border-color .3s ease}.filter-input:focus,.filter-select:focus{border-color:#007bff;outline:none}.results-info{color:#666;font-style:italic;text-align:center}.vehicles-grid{grid-gap:2rem;display:grid;gap:2rem}.vehicle-card{transition:transform .3s ease,box-shadow .3s ease}.vehicle-card:hover{box-shadow:0 4px 20px #00000026;transform:translateY(-5px)}.vehicle-header{align-items:flex-start;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin-bottom:1.5rem}.vehicle-header h3{color:#2c3e50;margin:0}.vehicle-badges{display:flex;flex-wrap:wrap;gap:.5rem}.badge{border-radius:20px;font-size:.85rem;font-weight:600;padding:.25rem .75rem}.badge-primary{background-color:#007bff;color:#fff}.badge-secondary{background-color:#6c757d;color:#fff}.vehicle-details{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.detail-section h4{border-bottom:2px solid #e1e5e9;color:#2c3e50;font-size:1.1rem;margin-bottom:.75rem;padding-bottom:.25rem}.detail-section p{color:#666;margin-bottom:.5rem}.no-results{color:#666;padding:3rem;text-align:center}.powertrains-grid{grid-gap:2rem;display:grid;gap:2rem}.powertrain-card{transition:transform .3s ease}.powertrain-card:hover{transform:translateY(-3px)}.powertrain-header{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin-bottom:1rem}.powertrain-header h3{color:#2c3e50;margin:0}.powertrain-id{background-color:#f8f9fa;border-radius:4px;color:#666;font-family:monospace;font-size:.85rem;padding:.25rem .75rem}.powertrain-description{color:#666;font-style:italic;margin-bottom:1.5rem}.specs-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.spec-item{margin-bottom:1rem}.spec-item ul{margin:.5rem 0;padding-left:1.5rem}.spec-item li{color:#666;margin-bottom:.25rem}.notes-section{background-color:#f8f9fa;border-radius:6px;margin-top:1rem;padding:1rem}.notes-section h4{color:#2c3e50;margin-bottom:.5rem}.transmissions-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.transmission-card{transition:transform .3s ease}.transmission-card:hover{transform:translateY(-3px)}.transmission-header{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin-bottom:1rem}.transmission-header h3{color:#2c3e50;margin:0}.transmission-id{background-color:#f8f9fa;border-radius:4px;color:#666;font-family:monospace;font-size:.85rem;padding:.25rem .75rem}.transmission-description{color:#666;margin-bottom:1.5rem}.examples-section h4{color:#2c3e50;margin-bottom:1rem}.examples-grid{display:flex;flex-wrap:wrap;gap:.5rem}.example-badge{background-color:#e9ecef;border-radius:20px;color:#495057;font-size:.85rem;padding:.25rem .75rem}.body-types-section,.market-segments-section{margin-bottom:3rem}.body-types-section h2,.market-segments-section h2{color:#2c3e50;margin-bottom:2rem;text-align:center}.body-types-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.body-type-card{transition:transform .3s ease}.body-type-card:hover{transform:translateY(-3px)}.body-type-header{margin-bottom:1rem}.body-type-header h3{color:#2c3e50;margin-bottom:.5rem}.aka-section{color:#666;font-size:.9rem}.body-type-description{color:#666;line-height:1.6}.segments-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.segment-card{transition:transform .3s ease}.segment-card:hover{transform:translateY(-3px)}.segment-header{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin-bottom:1rem}.segment-header h3{color:#2c3e50;margin:0}.segment-region{background-color:#007bff;border-radius:4px;color:#fff;font-size:.85rem;font-weight:600;padding:.25rem .75rem}.segment-details p{color:#666;margin-bottom:.5rem}.segment-description{font-style:italic}.frame-section,.suspension-section{margin-bottom:3rem}.frame-section h2,.suspension-section h2{color:#2c3e50;margin-bottom:2rem;text-align:center}.frame-grid,.suspension-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.frame-card,.suspension-card{transition:transform .3s ease}.frame-card:hover,.suspension-card:hover{transform:translateY(-3px)}.frame-header,.suspension-header{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin-bottom:1rem}.frame-header h3,.suspension-header h3{color:#2c3e50;margin:0}.frame-construction,.suspension-type{background-color:#28a745;border-radius:4px;color:#fff;font-size:.85rem;font-weight:600;padding:.25rem .75rem}.frame-description,.suspension-description{color:#666;margin-bottom:1.5rem}.tire-seasons-section,.tire-types-section,.wheel-sizes-section{margin-bottom:3rem}.tire-seasons-section h2,.tire-types-section h2,.wheel-sizes-section h2{color:#2c3e50;margin-bottom:2rem;text-align:center}.wheel-sizes-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.wheel-size-card{transition:transform .3s ease}.wheel-size-card:hover{transform:translateY(-3px)}.wheel-size-header h3{color:#2c3e50;margin-bottom:1rem;text-align:center}.sizes-grid{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}.size-badge{background-color:#17a2b8;border-radius:20px;color:#fff;font-size:.85rem;font-weight:600;padding:.25rem .75rem}.tire-types-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.tire-type-card{transition:transform .3s ease}.tire-type-card:hover{transform:translateY(-3px)}.tire-type-header{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin-bottom:1rem}.tire-type-header h3{color:#2c3e50;margin:0}.tire-category{background-color:#ffc107;border-radius:4px;color:#212529;font-size:.85rem;font-weight:600;padding:.25rem .75rem}.tire-type-description{color:#666;line-height:1.6}.manufacturers-content{display:flex;flex-direction:column;gap:3rem}.region-section h2{border-bottom:3px solid #007bff;color:#2c3e50;margin-bottom:2rem;padding-bottom:1rem;text-align:center}.manufacturers-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.manufacturer-card{transition:transform .3s ease}.manufacturer-card:hover{transform:translateY(-3px)}.manufacturer-header h3{text-align:center}.manufacturer-header h3,.models-section h4{color:#2c3e50;margin-bottom:1rem}.models-grid{display:flex;flex-wrap:wrap;gap:.5rem}.model-badge{background-color:#6f42c1;border-radius:20px;color:#fff;font-size:.85rem;padding:.25rem .75rem}@media (max-width:768px){.vehicle-header{align-items:flex-start;flex-direction:column}.filters-grid,.specs-grid,.vehicle-details{grid-template-columns:1fr}}.App{display:flex;flex-direction:column;min-height:100vh}.navbar{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 2px 10px #0000001a;color:#fff;padding:1rem 0}.navbar .container{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between}.nav-brand a{color:#fff;font-size:1.5rem;font-weight:700;text-decoration:none}.nav-links{display:flex;flex-wrap:wrap;gap:1.5rem}.nav-link{border-radius:4px;color:#fff;padding:.5rem 1rem;text-decoration:none;transition:background-color .3s ease}.nav-link:hover{background-color:#ffffff1a}.main-content{flex:1 1;padding:2rem 0}.footer{background-color:#343a40;color:#fff;margin-top:auto;padding:1.5rem 0;text-align:center}.description{color:#666;font-size:.9rem;font-style:italic;line-height:1.4;margin-bottom:.5rem;margin-top:.25rem}.vehicle-descriptions{margin-top:.5rem}.vehicle-descriptions .description{margin-bottom:.25rem}@media (max-width:768px){.navbar .container{flex-direction:column;gap:1rem}.nav-links{justify-content:center}.main-content{padding:1rem 0}}
/*# sourceMappingURL=main.f7aced88.css.map*/