:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{width:100%;min-height:100vh}.app{min-height:100vh}.logo{display:none}.card{padding:0}.read-the-docs{display:none}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:9999;padding:20px;animation:modalFadeIn .3s ease-out}@keyframes modalFadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background:#fff;border-radius:20px;padding:40px 30px 30px;max-width:450px;width:100%;box-shadow:0 20px 60px #0000004d;text-align:center;position:relative;animation:modalSlideIn .3s ease-out}@keyframes modalSlideIn{0%{transform:scale(.9) translateY(20px);opacity:0}to{transform:scale(1) translateY(0);opacity:1}}.modal-icon{margin:0 auto 25px;width:60px;height:60px;animation:iconPop .5s cubic-bezier(.68,-.55,.265,1.55)}@keyframes iconPop{0%{transform:scale(0);opacity:0}50%{transform:scale(1.1)}to{transform:scale(1);opacity:1}}.modal-icon svg{width:100%;height:100%}.modal-icon-success svg circle{animation:drawCircle .6s ease-out}.modal-icon-success svg path{stroke-dasharray:35;stroke-dashoffset:35;animation:drawCheck .4s ease-out .3s forwards}.modal-icon-error svg circle{animation:drawCircle .6s ease-out}.modal-icon-error svg path{stroke-dasharray:50;stroke-dashoffset:50;animation:drawCheck .4s ease-out .3s forwards}.modal-icon-warning svg circle{animation:drawCircle .6s ease-out}.modal-icon-warning svg path{stroke-dasharray:30;stroke-dashoffset:30;animation:drawCheck .4s ease-out .3s forwards}.modal-icon-info svg circle{animation:drawCircle .6s ease-out}.modal-icon-info svg path{stroke-dasharray:30;stroke-dashoffset:30;animation:drawCheck .4s ease-out .3s forwards}@keyframes drawCircle{0%{stroke-dasharray:0 200}to{stroke-dasharray:176 200}}@keyframes drawCheck{to{stroke-dashoffset:0}}.modal-title{font-size:24px;font-weight:700;color:#1f2937;margin:0 0 15px;line-height:1.3}.modal-message{font-size:16px;color:#6b7280;line-height:1.6;margin:0 0 30px}.modal-buttons{display:flex;gap:12px;width:100%}.modal-button{flex:1;padding:14px 24px;font-size:16px;font-weight:600;border:none;border-radius:12px;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 12px #0000001a;display:flex;align-items:center;justify-content:center;gap:8px}.modal-button:hover{transform:translateY(-2px);box-shadow:0 6px 16px #00000026}.modal-button:active{transform:translateY(0);box-shadow:0 2px 8px #0000001a}.button-icon{font-size:20px}.modal-button-success{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.modal-button-success:hover{background:linear-gradient(135deg,#059669,#047857)}.modal-button-error{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff}.modal-button-error:hover{background:linear-gradient(135deg,#dc2626,#b91c1c)}.modal-button-warning{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff}.modal-button-warning:hover{background:linear-gradient(135deg,#d97706,#b45309)}.modal-button-info{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff}.modal-button-info:hover{background:linear-gradient(135deg,#2563eb,#1d4ed8)}.modal-button-action{background:linear-gradient(135deg,#8b5cf6,#7c3aed);color:#fff}.modal-button-action:hover{background:linear-gradient(135deg,#7c3aed,#6d28d9)}@media(max-width:768px){.modal-content{padding:30px 20px 25px;max-width:90%}.modal-title{font-size:20px}.modal-message{font-size:14px}.modal-buttons{flex-direction:column}.modal-button{font-size:14px;padding:12px 20px;width:100%}.modal-icon{width:50px;height:50px;margin-bottom:20px}}.request-form-section{min-height:100vh;padding:100px 20px 80px;background:linear-gradient(135deg,#f5f7fa,#e8eef5);display:flex;align-items:center;justify-content:center}.request-form-container{max-width:900px;width:100%;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:24px;padding:60px 50px;box-shadow:0 10px 40px #00000014,0 0 0 1px #00000008}.request-form-title{font-size:2.5rem;font-weight:700;color:#1a1a2e;text-align:center;margin-bottom:50px;letter-spacing:-.5px}.request-form{display:flex;flex-direction:column;gap:32px}.form-field{position:relative;display:flex;flex-direction:column}.form-field input,.form-field select{width:100%;padding:16px 20px;font-size:1rem;color:#1a1a2e;background:#fff;border:2px solid #d1d8e0;border-radius:12px;outline:none;transition:all .3s ease;font-family:inherit}.form-field input:focus,.form-field select:focus{border-color:#4a90e2;box-shadow:0 0 0 4px #4a90e21a}.form-field input::placeholder{color:transparent}.form-field select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%236c757d' d='M1.41 0L6 4.59 10.59 0 12 1.41l-6 6-6-6z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;padding-right:40px}.form-field select:focus{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%234a90e2' d='M1.41 0L6 4.59 10.59 0 12 1.41l-6 6-6-6z'/%3E%3C/svg%3E")}.form-field select option{padding:10px;color:#1a1a2e;background:#fff}.form-field label{position:absolute;left:20px;top:50%;transform:translateY(-50%);font-size:1rem;color:#6c757d;background:#fff;padding:0 8px;pointer-events:none;transition:all .3s ease;white-space:nowrap}.optional-label{font-size:.75rem;color:#95a5a6;font-weight:400}.form-field input:focus+label,.form-field input:not(:placeholder-shown)+label,.form-field select:focus+label,.form-field select:not([value=""])+label,.form-field label.label-filled{top:0;font-size:.85rem;color:#4a90e2;font-weight:500}.form-field input:not(:focus):not(:placeholder-shown)+label,.form-field select:not(:focus):not([value=""])+label{color:#495057}.form-field input[type=date]+label{top:0;font-size:.85rem;color:#495057;font-weight:500}.form-field input[type=date]:focus+label{color:#4a90e2}.form-field input[type=date]{position:relative;padding-right:16px}.form-field input[type=date]::-webkit-calendar-picker-indicator{cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%234a90e2' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='2' ry='2'%3E%3C/rect%3E%3Cline x1='16' y1='2' x2='16' y2='6'%3E%3C/line%3E%3Cline x1='8' y1='2' x2='8' y2='6'%3E%3C/line%3E%3Cline x1='3' y1='10' x2='21' y2='10'%3E%3C/line%3E%3C/svg%3E");width:24px;height:24px;padding:0;margin-right:0;opacity:1;transition:all .2s ease}.form-field input[type=date]::-webkit-calendar-picker-indicator:hover{transform:scale(1.15);opacity:.8}.form-field input[type=date]::-moz-calendar-picker-indicator{cursor:pointer;width:24px;height:24px;opacity:1}.form-field-group{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px}.form-field-group:has(.form-field-small){grid-template-columns:repeat(3,1fr)}.form-field-small{min-width:0}.form-section-title{font-size:1.3rem;font-weight:600;color:#1a1a2e;margin-top:20px;margin-bottom:-8px;padding-bottom:8px;border-bottom:2px solid #e8eef5}.special-marks-container{display:flex;flex-direction:column;gap:16px}.driver-item-header{font-size:1.1rem;font-weight:600;color:#1a1a2e;margin:0 0 16px;padding-bottom:0;border:none}.special-mark-item{position:relative;display:flex;flex-direction:column;gap:12px;padding-right:0;transition:padding-right .3s ease}.special-mark-item.has-remove-btn{padding-right:40px}.custom-mark-input{margin-top:8px}.remove-mark-btn{position:absolute;top:16px;right:0;min-width:30px;width:30px;height:30px;padding:0;border:none;background:#e74c3c;color:#fff;border-radius:50%;cursor:pointer;font-size:18px;font-weight:700;display:flex;align-items:center;justify-content:center;transition:all .2s ease;line-height:1;flex-shrink:0;z-index:10}.remove-mark-btn:hover{background:#c0392b;transform:scale(1.1)}.remove-mark-btn:active{transform:scale(.95)}.add-mark-btn{padding:14px 24px;background:#4a90e2;color:#fff;border:none;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;align-self:flex-start}.add-mark-btn:hover{background:#357abd;transform:translateY(-2px);box-shadow:0 4px 12px #4a90e24d}.add-mark-btn:active{transform:translateY(0)}.consent-container{display:flex;align-items:center;gap:16px;padding:20px;background:#f8f9fa;border-radius:12px;margin-top:10px}.consent-text{font-size:1rem;color:#1a1a2e;font-weight:500;-webkit-user-select:none;user-select:none}.consent-link{color:#4a90e2;text-decoration:underline;transition:color .2s ease;cursor:pointer}.consent-link:hover{color:#357abd}.toggle-switch{position:relative;display:inline-block;width:60px;height:34px;flex-shrink:0}.toggle-switch input[type=checkbox]{opacity:0;width:0;height:0}.toggle-slider{position:absolute;cursor:pointer;inset:0;background-color:#ccc;transition:.4s;border-radius:34px;box-shadow:inset 0 2px 4px #0000001a}.toggle-slider:before{position:absolute;content:"";height:26px;width:26px;left:4px;bottom:4px;background-color:#fff;transition:.4s;border-radius:50%;box-shadow:0 2px 4px #0003}.toggle-switch input:checked+.toggle-slider{background-color:#34c759}.toggle-switch input:focus+.toggle-slider{box-shadow:0 0 0 4px #34c7591a}.toggle-switch input:checked+.toggle-slider:before{transform:translate(26px)}.form-submit-btn{margin-top:20px;padding:18px 40px;font-size:1.1rem;font-weight:600;color:#fff;background:linear-gradient(135deg,#4a90e2,#357abd);border:none;border-radius:12px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #4a90e24d}.form-submit-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #4a90e266}.form-submit-btn:active{transform:translateY(0)}.form-submit-btn.disabled{background:linear-gradient(135deg,#95a5a6,#7f8c8d);cursor:not-allowed;opacity:.6}.form-submit-btn.disabled:hover{transform:none;box-shadow:0 4px 15px #95a5a64d}@keyframes shake{0%,to{transform:translate(0)}10%,30%,50%,70%,90%{transform:translate(-8px)}20%,40%,60%,80%{transform:translate(8px)}}.form-submit-btn.shake{animation:shake .5s}.form-field input:not([type=date]):invalid:not(:placeholder-shown):not(:focus){border-color:#e74c3c}.form-field input:not([type=date]):invalid:not(:placeholder-shown):not(:focus)+label{color:#e74c3c}.form-field.form-submitted input[type=date]:invalid:not(:focus){border-color:#e74c3c}.form-field.form-submitted input[type=date]:invalid:not(:focus)+label{color:#e74c3c!important}@media(max-width:768px){.request-form-container{padding:40px 30px}.request-form-title{font-size:2rem;margin-bottom:40px}.form-field-group{grid-template-columns:1fr;gap:24px}.form-field-group:has(.form-field-small){grid-template-columns:1fr}.form-submit-btn{width:100%}.consent-container{flex-direction:row;gap:12px}.consent-text,.checkbox-label{font-size:.95rem}}@media(max-width:480px){.request-form-section{padding:80px 15px 60px}.request-form-container{padding:30px 20px;border-radius:16px}.request-form-title{font-size:1.75rem}.request-form{gap:24px}.form-field input,.form-field select{padding:14px 16px;font-size:.95rem}.form-field label{left:16px;font-size:.95rem}.form-field input:focus+label,.form-field input:not(:placeholder-shown)+label,.form-field select:focus+label,.form-field select:not([value=""])+label{font-size:.8rem}.form-section-title{font-size:1.1rem}.special-mark-item{padding:12px 0 12px 12px}.special-mark-item.has-remove-btn{padding-right:38px}.remove-mark-btn{min-width:26px;width:26px;height:26px;font-size:16px}.add-mark-btn{padding:12px 20px;font-size:.95rem;width:100%}.consent-container{padding:16px;flex-direction:column;align-items:flex-start}.consent-text{font-size:.9rem}.toggle-switch{width:52px;height:30px}.toggle-slider:before{height:22px;width:22px}.toggle-switch input:checked+.toggle-slider:before{transform:translate(22px)}}
