*{margin:0;padding:0}body{height:100vh}#root{height:100%}.roboto-google{font-family:Roboto,sans-serif;font-optical-sizing:auto;font-weight:400;font-style:normal;font-variation-settings:"wdth" 100}.container{display:flex;flex-wrap:wrap;justify-content:center}.row{display:flex;flex-wrap:wrap;gap:1.3rem;padding:1rem}.space-around{justify-content:space-around}.full-col,.header{flex:100%}.vin-form-container{display:flex;justify-content:center;flex-wrap:wrap}.loading-container{text-align:center}.vin-form-section{flex:100%;margin-top:3rem}.car-details{flex:1;background-color:#f3f3f3}.car-details-item{padding:1.3rem}.car-icon-section{margin:2rem;text-align:center}.card{background-color:#fff;border-width:1px;box-shadow:0 4px 8px #0003;transition:.3s;flex:30vw}.card:hover{box-shadow:0 16px 32px #0003}.title-text{font-size:1.1rem;font-weight:700;margin-bottom:.5rem}.car-name{font-size:4rem}.main-title{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:clamp(3.5rem,8vw,7rem);font-weight:800;line-height:.9;letter-spacing:-.02em;text-transform:uppercase;text-align:center;margin-top:.5rem}.loader{width:5rem;height:5rem;border:3px dotted #FFF;border-style:solid solid dotted dotted;border-radius:50%;display:inline-block;position:relative;box-sizing:border-box;animation:rotation 2s linear infinite}.loader:after{content:"";box-sizing:border-box;position:absolute;inset:0;margin:auto;border:3px dotted #FF3D00;border-style:solid solid dotted;width:3rem;height:3rem;border-radius:50%;animation:rotationBack 1s linear infinite;transform-origin:center center}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes rotationBack{0%{transform:rotate(0)}to{transform:rotate(-360deg)}}label{font-size:1.2rem}.label-container{margin-top:2rem}.custom-button{box-shadow:3px 4px #1564ad;background:linear-gradient(to bottom,#79bbff 5%,#378de5);background-color:#79bbff;border-radius:5px;border:1px solid #337bc4;display:inline-block;cursor:pointer;color:#fff;font-family:Arial;font-size:17px;font-weight:700;padding:12px 44px;text-decoration:none;text-shadow:0px 1px 0px #528ecc}.custom-button:hover{background:linear-gradient(to bottom,#378de5 5%,#79bbff);background-color:#378de5}.custom-button:active{position:relative;top:1px}input[type=text]{-webkit-appearance:none;-moz-appearance:none;appearance:none;font-family:inherit;font-size:1rem;width:100%;box-sizing:border-box;max-width:100%;padding:.75rem 1rem;border:2px solid #d1d5db;border-radius:.5rem;background-color:#fff;outline:none;transition:all .22s ease-in-out}input[type=text]:focus{border-color:#3b82f6;box-shadow:0 0 0 4px #3b82f640;background-color:#f8fafc}input[type=text]::placeholder{color:#9ca3af;opacity:1}form input{margin-top:.5rem}footer{flex:100%;padding:1.3rem}@media(max-width:600px){.main-title{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:clamp(2.5rem,8vw,7rem);font-weight:800;line-height:.9;letter-spacing:-.02em;text-transform:uppercase;text-align:center;margin-top:1.5rem}.title-text{font-size:1rem;font-weight:700;margin-bottom:.5rem}}
