*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}:root{--color-bg-primary:#fff;--color-bg-surface:#f4f6fa;--color-border:#e8edf5;--color-brand:#1b3a6b;--color-brand-dark:#132d53;--color-brand-mid:#2a52a0;--color-brand-light:#5b7ec5;--color-brand-surface:#edf1f8;--color-action:#2563eb;--color-action-hover:#1d4ed8;--color-action-surface:#eff6ff;--color-success:#16a34a;--color-success-light:#dcfce7;--color-success-dark:#0e6655;--color-text-primary:#1b3a6b;--color-text-secondary:#2a52a0;--color-text-muted:#5b7ec5;--color-text-on-dark:#fff;--color-text-on-action:#fff;--error:#c0392b;--error-light:#fdedec;--radius-sm:8px;--radius-md:12px;--radius-lg:16px}body{font-family:-apple-system,BlinkMacSystemFont,Inter,Segoe UI,sans-serif;background:var(--color-bg-surface);color:var(--color-text-primary);min-height:100vh;-webkit-font-smoothing:antialiased}button,input,select,textarea{font-family:inherit}input[type=date],input[type=email],input[type=tel],input[type=text],input[type=time],select,textarea{width:100%;border:1.5px solid var(--color-border);border-radius:var(--radius-sm);padding:10px 12px;font-size:14px;background:var(--color-bg-primary);color:var(--color-text-primary);transition:border-color .15s ease,box-shadow .15s ease;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}input[type=date]:focus,input[type=email]:focus,input[type=tel]:focus,input[type=text]:focus,input[type=time]:focus,select:focus,textarea:focus{border-color:var(--color-action);box-shadow:0 0 0 3px rgba(37,99,235,.12)}input::placeholder,textarea::placeholder{color:var(--color-text-muted)}select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%2364748B' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center;background-size:16px;padding-right:36px;cursor:pointer}textarea{resize:vertical;min-height:60px}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:4px}.cc-wrap{max-width:440px;margin:0 auto;padding-bottom:80px;min-height:100vh}.cc-topbar{padding:14px 16px}.cc-step{padding:20px 16px}.cc-veh-col,.cc-veh-cols{display:block}.cc-circs-grid{gap:6px}.cc-circs-grid,.cc-damage-pair{display:flex;flex-direction:column}.cc-damage-pair{gap:0}.cc-sig-pair{display:flex;flex-direction:column;gap:16px}@media (min-width:680px){.cc-wrap{max-width:820px}.cc-topbar{padding:16px 36px!important}.cc-step{padding:32px 36px}.cc-veh-cols{display:grid;grid-template-columns:1fr 1fr;grid-gap:0 20px;gap:0 20px}.cc-circs-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px}.cc-damage-pair{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px}.cc-damage-pair>div:last-child{margin-bottom:0}.cc-sig-pair{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px}.cc-step-dot{width:30px!important;height:30px!important;font-size:11px!important}}