/*!
 * Cropper.js v1.6.2
 * https://fengyuanchen.github.io/cropperjs
 *
 * Copyright 2015-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2024-04-21T07:43:02.731Z
 */
.cropper-container{-ms-touch-action:none;touch-action:none;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;direction:ltr;font-size:0;line-height:0;position:relative}.cropper-container img{backface-visibility:hidden;image-orientation:0deg;width:100%;height:100%;display:block;min-width:0!important;max-width:none!important;min-height:0!important;max-height:none!important}.cropper-wrap-box,.cropper-canvas,.cropper-drag-box,.cropper-crop-box,.cropper-modal{position:absolute;inset:0}.cropper-wrap-box,.cropper-canvas{overflow:hidden}.cropper-drag-box{opacity:0;background-color:#fff}.cropper-modal{opacity:.5;background-color:#000}.cropper-view-box{outline:1px solid #3399ffbf;width:100%;height:100%;display:block;overflow:hidden}.cropper-dashed{opacity:.5;border:0 dashed #eee;display:block;position:absolute}.cropper-dashed.dashed-h{border-top-width:1px;border-bottom-width:1px;width:100%;height:33.3333%;top:33.3333%;left:0}.cropper-dashed.dashed-v{border-left-width:1px;border-right-width:1px;width:33.3333%;height:100%;top:0;left:33.3333%}.cropper-center{opacity:.75;width:0;height:0;display:block;position:absolute;top:50%;left:50%}.cropper-center:before,.cropper-center:after{content:" ";background-color:#eee;display:block;position:absolute}.cropper-center:before{width:7px;height:1px;top:0;left:-3px}.cropper-center:after{width:1px;height:7px;top:-3px;left:0}.cropper-face,.cropper-line,.cropper-point{opacity:.1;width:100%;height:100%;display:block;position:absolute}.cropper-face{background-color:#fff;top:0;left:0}.cropper-line{background-color:#39f}.cropper-line.line-e{cursor:ew-resize;width:5px;top:0;right:-3px}.cropper-line.line-n{cursor:ns-resize;height:5px;top:-3px;left:0}.cropper-line.line-w{cursor:ew-resize;width:5px;top:0;left:-3px}.cropper-line.line-s{cursor:ns-resize;height:5px;bottom:-3px;left:0}.cropper-point{opacity:.75;background-color:#39f;width:5px;height:5px}.cropper-point.point-e{cursor:ew-resize;margin-top:-3px;top:50%;right:-3px}.cropper-point.point-n{cursor:ns-resize;margin-left:-3px;top:-3px;left:50%}.cropper-point.point-w{cursor:ew-resize;margin-top:-3px;top:50%;left:-3px}.cropper-point.point-s{cursor:s-resize;margin-left:-3px;bottom:-3px;left:50%}.cropper-point.point-ne{cursor:nesw-resize;top:-3px;right:-3px}.cropper-point.point-nw{cursor:nwse-resize;top:-3px;left:-3px}.cropper-point.point-sw{cursor:nesw-resize;bottom:-3px;left:-3px}.cropper-point.point-se{cursor:nwse-resize;opacity:1;width:20px;height:20px;bottom:-3px;right:-3px}@media (width>=768px){.cropper-point.point-se{width:15px;height:15px}}@media (width>=992px){.cropper-point.point-se{width:10px;height:10px}}@media (width>=1200px){.cropper-point.point-se{opacity:.75;width:5px;height:5px}}.cropper-point.point-se:before{content:" ";opacity:0;background-color:#39f;width:200%;height:200%;display:block;position:absolute;bottom:-50%;right:-50%}.cropper-invisible{opacity:0}.cropper-bg{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC)}.cropper-hide{width:0;height:0;display:block;position:absolute}.cropper-hidden{display:none!important}.cropper-move{cursor:move}.cropper-crop{cursor:crosshair}.cropper-disabled .cropper-drag-box,.cropper-disabled .cropper-face,.cropper-disabled .cropper-line,.cropper-disabled .cropper-point{cursor:not-allowed}:root{--green:#008062;--green-dark:#006b52;--green-pressed:#005c46;--green-soft:#e6f4ee;--green-softer:#f2f9f6;--green-progress:#01ad85;--text-primary:#0a0a0a;--text-secondary:#262626;--text-tertiary:#404040;--text-inverse:#fff;--neutral-600:#525252;--text-disabled:#a3a3a3;--border-primary:#e3e4eb;--greyscale-200:#f4f4f8;--danger:#b42318;--danger-soft:#fef3f2;--bg:#fff;--bg-app:#f9f9f9;--bg-fade:#fff0;--radius-xs:4px;--radius-sm:6px;--radius-md:8px;--radius-lg:12px;--radius-xl:16px;--radius-full:999px;--shadow-sm:0 1px 3px #00000014;--shadow-md:0 4px 12px #00000014, 0 1px 3px #0000000f;--scrim-from:#030f0b00;--scrim-soft:#030f0b0d;--scrim-mid:#030f0b8c;--scrim-deep:#030f0beb;--shadow-text:0 1px 8px #0003;--shadow-lg:0 20px 60px #00000026;--font-sans:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--footer-height:88px}*{box-sizing:border-box}body{font-family:var(--font-sans);color:var(--text-secondary);background:var(--bg);flex-direction:column;height:100dvh;margin:0;display:flex;overflow:hidden}a{color:inherit}.progress-bar-full{background:var(--border-primary);flex:none;width:100%;height:6px}.progress-bar-full-fill{background:#01ad85;border-radius:0 4px 4px 0;height:100%;transition:width .2s}.page-topband{flex:none;justify-content:center;align-items:center;height:80px;display:flex;position:relative}.page-topband .back-abs{position:absolute;top:50%;left:44px;transform:translateY(-50%)}.page-topband .help-abs{position:absolute;top:50%;right:44px;transform:translateY(-50%)}.page-logo{align-items:center;gap:10px;display:flex}.page-logo img{border-radius:var(--radius-full);border:1px solid var(--border-primary);background:var(--bg);width:28px;height:28px}.page-logo span{color:var(--text-primary);font-size:15px;font-weight:600}.question-content{flex:1;justify-content:center;align-items:safe center;min-height:0;padding:40px 24px;display:flex;overflow-y:auto}.question-col{width:100%;max-width:480px}.question-heading{letter-spacing:-.02em;text-align:center;color:var(--text-primary);margin:0 0 8px;font-size:28px;font-weight:600}.question-heading--standalone{margin-bottom:32px}.question-subheading{color:var(--text-tertiary);text-align:center;margin:0 0 32px;font-size:15px}.footer-cta{background:linear-gradient(180deg, #fff0 0%, var(--bg) 60%);flex:none;justify-content:center;padding:24px 24px 40px;display:flex}.footer-cta .btn-primary{width:100%;max-width:480px;height:52px}.skip-link{color:var(--neutral-600);font-size:14px;font-weight:600;text-decoration:none}.skip-link:hover{color:var(--text-primary);text-decoration:underline}.vehicle-grid{grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:24px;display:grid}.vehicle-card{border:1px solid var(--border-primary);border-radius:var(--radius-lg);background:var(--bg);cursor:pointer;text-align:left;align-items:center;gap:12px;padding:16px;display:flex}.vehicle-card.is-selected{background:#ebfef6;border-color:#01ad85}.vehicle-icon-box{border-radius:var(--radius-md);background:var(--greyscale-200);flex:none;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.vehicle-card.is-selected .vehicle-icon-box{background:var(--bg)}.vehicle-icon-box img{width:auto;max-width:24px;height:auto;max-height:24px}.vehicle-text{flex:1;min-width:0}.vehicle-title{color:var(--text-primary);margin:0;font-size:15px;font-weight:600}.vehicle-desc{color:var(--text-tertiary);margin:2px 0 0;font-size:13px}.vehicle-radio{flex:none;width:22px;height:22px}.screen{flex:1;grid-template-columns:minmax(480px,1fr) minmax(420px,1fr);min-height:0;display:grid}@media (width<=900px){.screen{grid-template-columns:1fr}.visual-panel{display:none}}.content-panel{justify-content:center;align-items:center;min-height:0;padding:48px 56px;display:flex;overflow-y:auto}.content-col{width:100%;max-width:440px}.avatar{border-radius:var(--radius-full);border:1px solid var(--border-primary);background:var(--bg);justify-content:center;align-items:center;width:72px;height:72px;margin-bottom:32px;display:flex}.avatar img{width:39.6px;height:39.6px}.heading{letter-spacing:-.02em;color:var(--text-primary);margin:0 0 8px;font-size:28px;font-weight:600;line-height:1.3}.subheading{color:var(--text-tertiary);margin:0 0 36px;font-size:18px;line-height:1.4}.step-list{flex-direction:column;gap:24px;margin-bottom:40px;display:flex}.step{align-items:flex-start;gap:16px;display:flex}.step-icon{border-radius:var(--radius-md);background:var(--greyscale-200);flex:none;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.step-icon img{width:24px;height:24px}.step-title{letter-spacing:-.02em;color:var(--text-secondary);margin:0 0 2px;font-size:17px;font-weight:600}.step-desc{color:var(--neutral-600);margin:0;font-size:15px;line-height:1.5}.btn-primary{border-radius:var(--radius-md);background:var(--green);color:#fff;cursor:pointer;border:none;justify-content:center;align-items:center;width:100%;height:48px;font-size:16px;font-weight:600;text-decoration:none;transition:background .12s;display:flex}.btn-primary:hover{background:var(--green-dark)}.btn-primary:active{background:var(--green-pressed)}.footnote{text-align:center;color:var(--neutral-600);margin-top:16px;font-size:14px}.footnote a{color:var(--text-primary);-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;text-decoration:underline}.visual-panel{position:relative;overflow:hidden}.visual-photo{object-fit:cover;object-position:65% 25%;width:100%;height:100%;position:absolute;inset:0}.visual-scrim{background:linear-gradient(185deg,#030f0b00 0%,#030f0b0d 32%,#030f0b8c 68%,#030f0beb 100%);position:absolute;inset:0}.visual-content{color:#fff;padding:56px;position:absolute;bottom:0;left:0;right:0}.visual-title{letter-spacing:-.02em;text-shadow:0 1px 8px #0003;max-width:380px;margin:0;font-size:28px;font-weight:600;line-height:1.28}.centered-page{background:#f3f4f6;flex:1;justify-content:center;align-items:center;min-height:0;padding:40px 24px;display:flex;overflow-y:auto}.centered-card{background:var(--bg);border:1px solid var(--border-primary);border-radius:var(--radius-lg);width:100%;max-width:480px;box-shadow:var(--shadow-lg);padding:48px 44px}.centered-card .avatar{margin:0 auto 28px}.centered-card .heading,.centered-card .subheading{text-align:center}.centered-card .heading{font-size:24px}.centered-card .subheading{margin-bottom:32px}.version-toggle{z-index:100;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid var(--border-primary);border-radius:var(--radius-full);box-shadow:var(--shadow-md);font-family:var(--font-sans);color:var(--text-secondary);cursor:pointer;background:#ffffffeb;align-items:center;gap:8px;padding:10px 16px;font-size:13px;font-weight:600;transition:box-shadow .12s,transform .12s;display:flex;position:fixed;bottom:20px;right:20px}.version-toggle:hover{box-shadow:var(--shadow-lg);transform:translateY(-1px)}.version-toggle svg{color:var(--green);flex:none}.icon-btn{border-radius:var(--radius-full);cursor:pointer;width:36px;height:36px;color:var(--text-secondary);background:0 0;border:none;flex:none;justify-content:center;align-items:center;display:flex}.icon-btn:hover{background:var(--greyscale-200)}.icon-btn img{width:22px;height:22px}.help-pill{border-radius:var(--radius-full);background:var(--greyscale-200);height:36px;font-family:var(--font-sans);color:var(--text-primary);cursor:pointer;border:none;flex:none;align-items:center;gap:6px;padding:0 14px;font-size:14px;font-weight:500;display:inline-flex}.help-pill img{width:18px;height:18px}.help-pill:hover{background:var(--border-primary)}.step-heading{letter-spacing:-.02em;color:var(--text-primary);margin:0 0 32px;font-size:26px;font-weight:600}.form-grid{flex-direction:column;gap:20px;margin-bottom:32px;display:flex}.form-row{gap:16px;display:flex}.form-field{flex-direction:column;flex:1;gap:8px;min-width:0;display:flex}.form-field label{letter-spacing:-.01em;color:var(--text-primary);font-size:14px;font-weight:500}.form-field input{border:1px solid var(--border-primary);border-radius:var(--radius-md);height:44px;font-family:var(--font-sans);color:var(--text-primary);background:var(--bg);padding:0 14px;font-size:15px}.form-field input::placeholder{color:#737373}.form-field input:focus{border-color:var(--green);box-shadow:0 0 0 3px var(--green-soft);outline:none}.dob-row{gap:8px;display:flex}.dob-month{flex:2;min-width:0}.dob-day{flex:1;min-width:0}.dob-year{flex:1.2;min-width:0}.dob-row select,.dob-row input{border:1px solid var(--border-primary);border-radius:var(--radius-md);height:44px;font-family:var(--font-sans);color:var(--text-primary);background:var(--bg);width:100%;padding:0 14px;font-size:15px}.dob-row select:invalid{color:#737373}.dob-row select:focus,.dob-row input:focus{border-color:var(--green);box-shadow:0 0 0 3px var(--green-soft);outline:none}.phone-row{gap:8px;display:flex}.phone-row input{flex:1;width:100%;min-width:0}.phone-code{border:1px solid var(--border-primary);border-radius:var(--radius-md);width:92px;height:44px;color:var(--text-primary);background:var(--bg);cursor:pointer;flex:none;align-items:center;gap:6px;padding:0 12px;font-size:15px;display:flex}.phone-code img{width:16px;height:16px;margin-left:auto}.btn-primary.is-disabled{background:var(--greyscale-200);color:#a3a3a3;cursor:not-allowed}.btn-primary.is-disabled:hover{background:var(--greyscale-200)}.doc-card,.upload-card{border:1px solid var(--border-primary);border-radius:var(--radius-xl);background:var(--bg);box-shadow:var(--shadow-sm);margin-bottom:20px;padding:20px}.doc-card-header{align-items:flex-start;gap:12px;margin-bottom:16px;display:flex}.upload-section-icon{border-radius:var(--radius-md);background:var(--greyscale-200);flex:none;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.upload-section-icon img{width:22px;height:22px}.upload-section-title{color:var(--text-primary);margin:0;font-size:16px;font-weight:600}.upload-section-desc{color:var(--text-tertiary);margin:2px 0 0;font-size:14px}.upload-row{flex-direction:column;gap:16px;display:flex}.upload-row .dropzone{flex:1;min-width:0}.upload-card--narrow{width:min(100%,400px);margin-left:auto;margin-right:auto}.profile-upload-wrap{width:100%}.dropzone{border:1.5px dashed var(--border-primary);border-radius:var(--radius-lg);background:var(--bg-app);text-align:center;cursor:pointer;outline:none;flex-direction:column;justify-content:center;align-items:center;gap:4px;min-height:140px;padding:20px;transition:border-color .18s,background .18s,transform .18s cubic-bezier(.2,.8,.2,1);display:flex;position:relative}.dropzone--profile,.dropzone--license{min-height:0;padding:16px}.dropzone--profile{aspect-ratio:1}.dropzone--license{aspect-ratio:1.586}.dropzone:hover,.dropzone:focus-visible{border-color:var(--green);background:var(--green-softer)}.dropzone:active{transform:scale(.99)}.dropzone.is-dragover{border-color:var(--green);background:var(--green-softer);transform:scale(1.01)}.dropzone-placeholder{flex-direction:column;align-items:center;display:flex}.dropzone-icon-chip{width:32px;height:32px;color:var(--neutral-600);justify-content:center;align-items:center;margin-bottom:6px;transition:transform .18s cubic-bezier(.2,.8,.2,1);display:flex}.dropzone-icon-chip svg{display:block}.dropzone:hover .dropzone-icon-chip{transform:scale(1.06)}.dropzone-label{color:var(--text-primary);margin:0;font-size:14px;font-weight:600}.dropzone-hint{color:var(--neutral-600);margin:0;font-size:12px}.dropzone.has-file{border-style:solid;border-color:var(--border-primary);background:var(--bg);cursor:default;padding:10px}.dropzone.has-file:hover{background:var(--bg)}.dropzone-preview{width:100%;position:relative}.dropzone--profile .dropzone-preview,.dropzone--license .dropzone-preview{height:100%}.dropzone-preview img{object-fit:cover;border-radius:var(--radius-lg);width:100%;height:128px;display:block}.dropzone--profile .dropzone-preview img,.dropzone--license .dropzone-preview img{height:100%}.dropzone--profile .dropzone-preview img{object-fit:cover}.dropzone--license .dropzone-preview img{object-fit:contain;background:var(--greyscale-200)}.dropzone-filename{color:var(--text-tertiary);text-overflow:ellipsis;white-space:nowrap;margin:8px 0 0;font-size:12px;overflow:hidden}.dropzone-remove{-webkit-backdrop-filter:blur(8px)saturate(160%);color:#fff;cursor:pointer;background:#14141473;border:1px solid #fff6;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:12px;transition:transform .15s,background .15s;display:flex;position:absolute;top:8px;right:8px}.dropzone-remove:hover{background:#141414a6;transform:scale(1.08)}@media (prefers-reduced-motion:reduce){.dropzone,.dropzone-icon-chip,.dropzone-remove{transition:opacity .15s linear;transform:none!important}}.confirmation-col{text-align:center}.confirmation-icon{border-radius:var(--radius-full);background:#d0fbe7;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 24px;display:flex}.confirmation-icon img{width:26px;height:auto}.confirmation-list{text-align:left;flex-direction:column;gap:16px;margin:0;padding:0;list-style:none;display:flex}.confirmation-list li{align-items:flex-start;gap:12px;display:flex}.confirmation-list img{flex:none;width:20px;height:20px;margin-top:1px}.confirmation-list span{color:var(--text-tertiary);font-size:15px;line-height:1.5}#root{flex-direction:column;flex:1;min-height:0;display:flex}.field-error{color:var(--danger);margin:0;font-size:13px}.form-field input[aria-invalid=true],.form-field select[aria-invalid=true],.dob-row input[aria-invalid=true],.dob-row select[aria-invalid=true]{border-color:var(--danger)}.step-notice{border-radius:var(--radius-md);background:var(--danger-soft);color:var(--danger);text-align:center;margin:0 0 24px;padding:12px 14px;font-size:14px}.error-pill{z-index:30;border-radius:var(--radius-full);background:var(--danger-soft);width:max-content;max-width:calc(100vw - 32px);box-shadow:var(--shadow-md);color:var(--danger);text-align:center;border:1px solid #b423182e;align-items:center;gap:8px;padding:10px 16px;font-size:14px;font-weight:500;line-height:20px;display:flex;position:fixed;top:16px;left:50%;transform:translate(-50%)}.error-pill svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-width:1.6px;flex:none;width:18px;height:18px}.error-pill button{border-radius:var(--radius-full);width:24px;height:24px;color:inherit;cursor:pointer;background:0 0;border:0;flex:none;place-items:center;margin:-3px -7px -3px 1px;padding:3px;display:grid}.error-pill button:hover{background:#b4231817}.error-pill button:focus-visible{outline-offset:1px;outline:2px solid}.error-pill button svg{width:16px;height:16px}.loading-backdrop{z-index:40;-webkit-backdrop-filter:blur(2px);background:#0a0a0a57;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.loading-indicator{border:1px solid var(--border-primary);border-radius:var(--radius-full);background:var(--bg);box-shadow:var(--shadow-lg);color:var(--text-primary);align-items:center;gap:12px;padding:14px 20px;font-size:14px;font-weight:600;display:flex}.loading-spinner{border:2px solid var(--green-soft);border-top-color:var(--green);border-radius:var(--radius-full);width:20px;height:20px;animation:.75s linear infinite loading-spin}@keyframes loading-spin{to{transform:rotate(360deg)}}.crop-overlay{z-index:50;-webkit-backdrop-filter:blur(4px);background:#0a0a0a94;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.crop-dialog{border:1px solid var(--border-primary);border-radius:var(--radius-xl);background:var(--bg);width:min(640px,100%);max-height:calc(100dvh - 48px);box-shadow:var(--shadow-lg);padding:24px;overflow-y:auto}.crop-dialog-header{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:18px;display:flex}.crop-dialog-header h2{color:var(--text-primary);margin:0 0 4px;font-size:20px;line-height:28px}.crop-dialog-header p{color:var(--neutral-600);margin:0;font-size:14px}.crop-close{border-radius:var(--radius-full);background:var(--greyscale-200);width:32px;height:32px;color:var(--text-primary);cursor:pointer;border:0;flex:none;place-items:center;padding:0;font-size:22px;line-height:1;display:grid}.crop-close:hover{background:var(--border-primary)}.crop-stage{border-radius:var(--radius-lg);background:var(--greyscale-200);height:min(52vh,420px);min-height:260px;position:relative;overflow:hidden}.crop-stage>img{max-width:100%;display:block}.crop-stage .cropper-container{width:100%!important;height:100%!important}.crop-actions{justify-content:flex-end;gap:12px;margin-top:20px;display:flex}.crop-actions .btn-primary,.crop-actions .btn-secondary{width:auto;min-width:120px;height:44px}@media (width<=599px){.crop-overlay{padding:12px}.crop-dialog{max-height:calc(100dvh - 24px);padding:18px}.crop-stage{height:48vh;min-height:220px}.crop-actions .btn-primary,.crop-actions .btn-secondary{flex:1;min-width:0}}.dropzone.is-invalid{border-color:var(--danger);background:var(--danger-soft)}.visually-hidden{clip:rect(0 0 0 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.btn-primary:disabled{background:var(--greyscale-200);color:var(--text-disabled);cursor:not-allowed}.btn-primary:disabled:hover{background:var(--greyscale-200)}.footer-slot{display:contents}.form-field select:focus{border-color:var(--green);box-shadow:0 0 0 3px var(--green-soft);outline:none}.btn-primary:focus-visible,.skip-link:focus-visible,.icon-btn:focus-visible,.help-pill:focus-visible,.dropzone-remove:focus-visible{outline:2px solid var(--green);outline-offset:2px}.question-heading:focus{outline:none}@media (width<=640px){.form-row{flex-direction:column}.page-topband .back-abs{left:16px}.page-topband .help-abs{right:16px}.question-content{padding:24px 20px 32px}.question-col--vehicle{width:calc(100% - 16px)}.question-col--vehicle .vehicle-card{gap:8px;padding:12px}.question-col--vehicle .vehicle-icon-box{width:40px;height:40px}}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important}}.step-optional{color:var(--text-tertiary);font-weight:500}@media (width<=899px){.screen{grid-template-columns:1fr}.visual-panel{display:none}.content-panel{padding:32px 20px}}.form-field select{appearance:none;border:1px solid var(--border-primary);border-radius:var(--radius-md);background-color:var(--bg);height:44px;color:var(--text-primary);cursor:pointer;background-image:url(/assets/icons/icon-chevron.svg);background-position:right 12px center;background-repeat:no-repeat;background-size:18px 18px;padding:0 38px 0 14px;font-size:15px}.phone-row .form-field,.dob-row .form-field{gap:0}.phone-row .phone-code-field{flex:none;width:92px}.phone-row .phone-code-field select{width:100%}.dob-row .dob-month{flex:2;min-width:0}.dob-row .dob-day{flex:1;min-width:0}.dob-row .dob-year{flex:1.2;min-width:0}.dropzone-input{opacity:0;cursor:pointer;position:absolute;inset:0}.dropzone:has(.dropzone-input:focus-visible){border-color:var(--green);background:var(--green-softer)}.group-label{letter-spacing:-.01em;color:var(--text-primary);font-size:14px;font-weight:500}.is-required:after{content:"*";color:var(--danger);margin-left:3px}.vehicle-type-field{margin-bottom:24px}.vehicle-type-field .vehicle-grid{margin-bottom:0}.captcha-overlay{z-index:20;background:#0a0a0a73;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.captcha-dialog{border-radius:var(--radius-xl);background:var(--bg);width:min(100%,400px);box-shadow:var(--shadow-lg);padding:24px}.captcha-dialog h2{color:var(--text-primary);margin:0 0 6px;font-size:20px}.captcha-dialog>p:not(.field-error){color:var(--text-tertiary);margin:0 0 20px;font-size:14px}.captcha-widget{min-height:78px;overflow-x:auto}.captcha-actions{gap:12px;margin-top:20px;display:flex}.captcha-actions .btn-primary,.captcha-actions .btn-secondary{flex:1;height:44px}.btn-secondary{border:1px solid var(--border-primary);border-radius:var(--radius-md);background:var(--bg);color:var(--text-primary);cursor:pointer;font-weight:600}button,input,select,textarea{font:inherit}.form-field textarea{border:1px solid var(--border-primary);border-radius:var(--radius-md);font-family:var(--font-sans);color:var(--text-primary);background:var(--bg);resize:vertical;padding:10px 14px;font-size:15px}.form-field textarea:focus{border-color:var(--green);box-shadow:0 0 0 3px var(--green-soft);outline:none}.skip-link{cursor:pointer;background:0 0;border:0;padding:0}.help-pill{text-decoration:none}.vehicle-card{position:relative}.vehicle-radio-input{opacity:0;cursor:pointer;width:100%;height:100%;margin:0;position:absolute;inset:0}.vehicle-card:has(.vehicle-radio-input:focus-visible){border-color:var(--green);box-shadow:0 0 0 3px var(--green-soft)}
