body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.app-layout{display:flex;flex-direction:column;min-height:100vh}.app-layout__content{box-sizing:border-box;flex:1 1;padding-bottom:90px}@media (max-width:640px){.app-layout__content{padding-bottom:180px}}.modal-overlay{align-items:center;display:flex;justify-content:center;min-height:100vh}.modal-container{background-color:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;max-width:400px;padding:40px;width:100%}.modal-title{color:#333;margin-bottom:10px;text-align:center}.modal-subtitle{color:#666;font-size:14px;margin-bottom:30px;text-align:center}.form-group{margin-bottom:20px}.form-label{color:#333;display:block;font-weight:500;margin-bottom:8px}.form-input{border:2px solid #ddd;border-radius:8px;box-sizing:border-box;font-size:16px;outline:none;padding:12px;transition:border-color .3s;width:100%}.form-input:focus{border-color:#22c55e}.form-input-error{border-color:#f44336}.error-message{color:#f44336;font-size:14px;margin-top:8px}.submit-button{background-color:#22c55e;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;padding:14px;transition:background-color .3s;width:100%}.submit-button:hover:not(.submit-button-disabled){background-color:#16a34a}.submit-button-disabled{background-color:#86efac;cursor:not-allowed;opacity:.6}.schedule-container{box-sizing:border-box;min-height:100vh;overflow-x:hidden;padding:16px;width:100%}@media (max-width:768px){.schedule-container{padding:12px}}.loading-container{align-items:center;background:linear-gradient(135deg,#1a1a1a,#2d2d2d);display:flex;flex-direction:column;justify-content:center;min-height:100vh;padding:20px}.loading-animation{height:200px;margin-bottom:24px;width:200px}.loading-message{animation:pulse 2s ease-in-out infinite;color:#fff;font-size:20px;font-weight:600;text-align:center}@keyframes pulse{0%,to{opacity:1}50%{opacity:.6}}@media (max-width:768px){.loading-animation{height:150px;width:150px}.loading-message{font-size:18px}}.error-container{align-items:center;background:linear-gradient(135deg,#1a1a1a,#2d2d2d);display:flex;flex-direction:column;justify-content:center;min-height:100vh;padding:20px}.error-content{background:#fff;border-radius:20px;box-shadow:0 20px 60px #0000004d;max-width:500px;padding:40px;text-align:center}.error-icon{background:#10b981;border-radius:50%;color:#fff;height:64px;margin-bottom:16px;padding:12px;width:64px}.error-title{color:#1a202c;font-size:28px;font-weight:700;margin:0 0 12px}.error-message{color:#6b7280;font-size:16px;line-height:1.6;margin:0 0 24px}.error-retry-button{align-items:center;background:linear-gradient(135deg,#10b981,#059669);border:none;border-radius:12px;color:#fff;cursor:pointer;display:inline-flex;font-size:16px;font-weight:600;gap:8px;padding:14px 28px;transition:transform .2s,box-shadow .2s}.error-retry-button:hover{box-shadow:0 8px 20px #10b98166;transform:translateY(-2px)}.error-retry-button:active{transform:translateY(0)}.retry-icon{height:20px;width:20px}@media (max-width:768px){.error-content{padding:32px 24px}.error-title{font-size:24px}.error-message{font-size:15px}.error-retry-button{font-size:15px;padding:12px 24px}}.quote-details{box-sizing:border-box;margin:0 auto;max-width:1600px;padding:16px;width:100%}.quote-content{grid-gap:24px;display:grid;gap:24px;grid-auto-rows:1fr;grid-template-columns:1fr;margin-top:24px}@media (min-width:768px){.quote-details{padding:32px}.quote-content{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.quote-content{grid-template-columns:repeat(3,1fr)}}@media (min-width:1400px){.quote-content{grid-template-columns:repeat(4,1fr)}}.quote-header{background:linear-gradient(135deg,#1a1a1a,#2d2d2d);border-radius:16px;box-shadow:0 10px 30px #0000004d;box-sizing:border-box;padding:32px}.quote-status-tracker{align-items:center;background:#ffffff0d;border:1px solid #ffffff14;border-radius:12px;display:flex;gap:16px;justify-content:space-between;margin-top:28px;padding:16px 20px}.quote-status-step{align-items:center;color:#ffffff80;display:flex;flex:1 1;flex-direction:column;gap:8px;text-align:center;transition:transform .2s ease}.quote-status-step.is-complete,.quote-status-step.is-current{color:#ffffffe6}.quote-status-step.is-complete{transform:translateY(-2px)}.quote-status-indicator{align-items:center;background:#ffffff0f;border:2px solid #ffffff40;border-radius:50%;display:flex;font-size:16px;font-weight:600;height:44px;justify-content:center;transition:all .2s ease;width:44px}.quote-status-step.is-current .quote-status-indicator{background:#10b9812e;border-color:#10b981;box-shadow:0 6px 20px #10b98140;color:#bbf7d0}.quote-status-step.is-complete .quote-status-indicator{background:#22d3ee2e;border-color:#22d3ee;box-shadow:0 6px 20px #22d3ee33;color:#cffafe}.quote-status-label{font-size:14px;font-weight:600;line-height:1.3}.quote-status-step:not(.is-current):not(.is-complete) .quote-status-label{color:#fff6}@media (max-width:768px){.quote-status-tracker{flex-direction:column;gap:14px;padding:16px}.quote-status-step{flex-direction:row;gap:12px;justify-content:flex-start;width:100%}.quote-status-label{text-align:left}.quote-header{padding:20px 16px}.quote-header-content{align-items:flex-start;flex-direction:column;gap:16px}.quote-header-icon{height:48px;width:48px}.quote-header-title{font-size:18px;line-height:1.3;word-break:break-word}.quote-header-subtitle{font-size:13px}}.quote-header-content{align-items:center;display:flex;gap:20px}.quote-header-icon{border-radius:12px;color:#1a1a1a;flex-shrink:0;height:56px;padding:12px;width:56px}.quote-header-text{flex:1 1}.quote-header-title{color:#fff;font-size:32px;font-weight:700;margin:0 0 8px}.quote-header-subtitle{color:#ffffffe6;font-size:16px;margin:0}@media (max-width:768px){.quote-header{padding:24px}.quote-header-icon{height:48px;width:48px}.quote-header-title{font-size:24px}.quote-header-subtitle{font-size:14px}}.quote-vehicle-card{background:#fff;border:2px solid #0000;border-radius:16px;box-shadow:0 4px 12px #00000014;box-sizing:border-box;display:flex;flex-direction:column;height:100%;max-height:450px;overflow:hidden;padding:24px;transition:transform .2s,box-shadow .2s,border-color .2s}@media (max-width:768px){.quote-vehicle-card{padding:16px}}.quote-vehicle-card:hover{border-color:#10b981;box-shadow:0 8px 24px #10b98133}.quote-vehicle-header{align-items:center;display:flex;gap:12px;margin-bottom:20px}.quote-vehicle-content{display:flex;flex:1 1;flex-direction:column;overflow-y:auto;padding-right:4px}.quote-vehicle-content::-webkit-scrollbar{width:6px}.quote-vehicle-content::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.quote-vehicle-content::-webkit-scrollbar-thumb{background:#10b981;border-radius:10px}.quote-vehicle-content::-webkit-scrollbar-thumb:hover{background:#059669}.vehicle-info-grid{display:flex;flex-direction:column;gap:12px}.vehicle-info-item{align-items:flex-start;background:#f9fafb;border:1px solid #0000;border-radius:10px;display:flex;gap:12px;padding:12px;transition:background .2s,border-color .2s}.vehicle-info-item:hover{background:#ecfdf5;border-color:#10b981}.info-label{font-size:13px}.info-value{font-size:16px}@media (max-width:768px){.quote-vehicle-card{padding:20px}.vehicle-info-item{padding:10px}.info-value{font-size:15px}}.quote-customer-card{background:#fff;border:2px solid #0000;border-radius:16px;box-shadow:0 4px 12px #00000014;box-sizing:border-box;display:flex;flex-direction:column;height:100%;max-height:450px;overflow:hidden;padding:24px;transition:transform .2s,box-shadow .2s,border-color .2s}@media (max-width:768px){.quote-customer-card{padding:16px}}.quote-customer-card:hover{border-color:#10b981;box-shadow:0 8px 24px #10b98133}.quote-customer-header{align-items:center;display:flex;gap:12px;margin-bottom:20px}.quote-customer-content{display:flex;flex:1 1;flex-direction:column;overflow-y:auto;padding-right:4px}.quote-customer-content::-webkit-scrollbar{width:6px}.quote-customer-content::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.quote-customer-content::-webkit-scrollbar-thumb{background:#10b981;border-radius:10px}.quote-customer-content::-webkit-scrollbar-thumb:hover{background:#059669}.customer-info-grid{display:flex;flex-direction:column;gap:12px}.customer-info-item{align-items:flex-start;background:#f9fafb;border:1px solid #0000;border-radius:10px;display:flex;gap:12px;padding:12px;transition:background .2s,border-color .2s}.customer-info-item:hover{background:#ecfdf5;border-color:#10b981}.customer-info-item.full-width{grid-column:1/-1}@media (max-width:768px){.quote-customer-card{padding:20px}.customer-info-item{padding:10px}}.quote-status-card{background:#fff;border:2px solid #0000;border-radius:16px;box-shadow:0 4px 12px #00000014;box-sizing:border-box;display:flex;flex-direction:column;height:100%;max-height:450px;overflow:hidden;padding:24px;transition:transform .2s,box-shadow .2s,border-color .2s}@media (max-width:768px){.quote-status-card{padding:16px}}.quote-status-card:hover{border-color:#10b981;box-shadow:0 8px 24px #10b98133}.quote-status-header{align-items:center;display:flex;gap:12px;margin-bottom:20px}.quote-status-content{display:flex;flex:1 1;flex-direction:column;gap:20px;overflow-y:auto;padding-right:4px}.quote-status-content::-webkit-scrollbar{width:6px}.quote-status-content::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.quote-status-content::-webkit-scrollbar-thumb{background:#10b981;border-radius:10px}.quote-status-content::-webkit-scrollbar-thumb:hover{background:#059669}.quote-info-grid{gap:12px}.quote-info-grid,.quote-info-item{display:flex;flex-direction:column}.quote-info-item{background:#f9fafb;border:1px solid #0000;border-radius:10px;gap:6px;padding:14px;transition:background .2s,border-color .2s}.quote-info-item:hover{background:#ecfdf5;border-color:#10b981}.status-badge{align-items:center;border-radius:12px;display:inline-flex;font-size:16px;font-weight:600;gap:8px;padding:12px 20px;width:-webkit-fit-content;width:fit-content}.status-icon{height:24px;width:24px}.status-pending{background:#fef3c7;color:#92400e}.status-in-progress{background:#d1fae5;color:#065f46}.status-completed{background:#10b981;color:#fff}.status-cancelled{background:#1a1a1a;color:#fff}.quote-description{margin-top:8px}.description-title{color:#6b7280;font-size:14px;font-weight:600;letter-spacing:.5px;margin:0 0 8px;text-transform:uppercase}.description-text{color:#4b5563;font-size:15px;line-height:1.6;margin:0}@media (max-width:768px){.quote-status-card{padding:20px}.card-title{font-size:18px}.status-badge{font-size:14px;padding:10px 16px}}.quote-workshop-card{background:#fff;border:2px solid #0000;border-radius:16px;box-shadow:0 4px 12px #00000014;box-sizing:border-box;display:flex;flex-direction:column;height:100%;max-height:450px;overflow:hidden;padding:24px;transition:transform .2s,box-shadow .2s,border-color .2s}@media (max-width:768px){.quote-workshop-card{padding:16px}}.quote-workshop-card:hover{border-color:#10b981;box-shadow:0 8px 24px #10b98133}.quote-workshop-header{align-items:center;display:flex;gap:12px;margin-bottom:20px}.quote-workshop-content{display:flex;flex:1 1;flex-direction:column;overflow-y:auto;padding-right:4px}.quote-workshop-content::-webkit-scrollbar{width:6px}.quote-workshop-content::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.quote-workshop-content::-webkit-scrollbar-thumb{background:#10b981;border-radius:10px}.quote-workshop-content::-webkit-scrollbar-thumb:hover{background:#059669}.workshop-info-grid{display:flex;flex-direction:column;gap:12px}.workshop-info-item{align-items:flex-start;background:#f9fafb;border:1px solid #0000;border-radius:10px;display:flex;gap:12px;padding:12px;transition:background .2s,border-color .2s}.workshop-info-item:hover{background:#ecfdf5;border-color:#10b981}.workshop-info-item.full-width{grid-column:1/-1}.card-icon{color:#10b981;height:28px;width:28px}.card-title{color:#1a202c;font-size:20px;font-weight:600;margin:0}.info-icon{color:#10b981;flex-shrink:0;height:24px;margin-top:2px;width:24px}.info-content{display:flex;flex:1 1;flex-direction:column;gap:4px}.info-label{color:#6b7280;font-size:12px;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.info-value{color:#1a202c;font-size:15px;font-weight:500;word-break:break-word}.toast{align-items:center;animation:slideIn .3s ease-out;background:#fff;border-radius:12px;box-shadow:0 4px 12px #00000026;display:flex;gap:12px;max-width:500px;min-width:300px;padding:16px 20px;position:fixed;right:20px;top:20px;z-index:9999}@keyframes slideIn{0%{opacity:0;transform:translateX(400px)}to{opacity:1;transform:translateX(0)}}.toast-success{border-left:4px solid #10b981}.toast-error{border-left:4px solid #ef4444}.toast-info{border-left:4px solid #3b82f6}.toast-icon{flex-shrink:0;font-size:24px}.toast-success .toast-icon{color:#10b981}.toast-error .toast-icon{color:#ef4444}.toast-info .toast-icon{color:#3b82f6}.toast-message{color:#1f2937;flex:1 1;font-size:14px;line-height:1.5}.toast-close{align-items:center;background:none;border:none;color:#6b7280;cursor:pointer;display:flex;flex-shrink:0;justify-content:center;padding:4px;transition:color .2s}.toast-close:hover{color:#1f2937}.toast-close svg{font-size:20px}@media (max-width:768px){.toast{left:10px;max-width:none;min-width:auto;padding:12px 16px;right:10px;top:10px}.toast-message{font-size:13px}@keyframes slideIn{0%{opacity:0;transform:translateY(-100px)}to{opacity:1;transform:translateY(0)}}}.schedule-selector{background:#fff;border:2px solid #0000;border-radius:16px;box-shadow:0 4px 12px #00000014;box-sizing:border-box;margin-top:24px;overflow-x:hidden;padding:32px;transition:box-shadow .2s,border-color .2s;width:100%}.schedule-selector:hover{border-color:#10b981;box-shadow:0 8px 24px #10b98133}.schedule-selector-header{align-items:center;border-bottom:2px solid #f3f4f6;display:flex;gap:16px;margin-bottom:24px;padding-bottom:16px}.schedule-icon{color:#10b981;height:32px;width:32px}.schedule-title{color:#1a202c;font-size:24px;font-weight:700;margin:0}.schedule-dates-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));margin-bottom:24px}.date-button{align-items:center;background:#f9fafb;border:2px solid #e5e7eb;border-radius:12px;color:#1a202c;cursor:pointer;display:flex;font-size:15px;font-weight:500;gap:12px;padding:16px 20px;text-align:left;transition:all .2s}.date-button:hover{background:#ecfdf5;border-color:#10b981;box-shadow:0 4px 12px #10b98133;transform:translateY(-2px)}.date-button.selected{background:#10b981;border-color:#10b981;color:#fff}.date-icon{flex-shrink:0;height:24px;width:24px}.date-text{flex:1 1;text-transform:capitalize}.schedule-times-container{background:#f9fafb;border:2px solid #e5e7eb;border-radius:12px;margin-bottom:24px;max-height:0;opacity:0;overflow:hidden;padding:24px;transition:all .3s ease-in-out}.schedule-times-container.open{max-height:1000px;opacity:1}.schedule-times-header{align-items:center;display:flex;gap:12px;margin-bottom:20px}.time-header-icon{color:#10b981;height:24px;width:24px}.schedule-times-title{color:#1a202c;font-size:18px;font-weight:600;margin:0}.schedule-times-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fill,minmax(120px,1fr))}.time-button{align-items:center;background:#fff;border:2px solid #e5e7eb;border-radius:10px;color:#1a202c;cursor:pointer;display:flex;font-size:15px;font-weight:600;gap:8px;justify-content:center;padding:12px 16px;transition:all .2s}.time-button:hover{background:#ecfdf5;border-color:#10b981;transform:scale(1.05)}.time-button.selected{background:#10b981;border-color:#10b981;color:#fff}.time-icon{height:18px;width:18px}.time-text{font-weight:600}.schedule-confirm-container{background:linear-gradient(135deg,#ecfdf5,#d1fae5);border:2px solid #10b981;border-radius:12px;display:flex;flex-direction:column;gap:20px;padding:24px}.schedule-summary{align-items:flex-start;display:flex;gap:12px}.summary-icon{color:#10b981;flex-shrink:0;height:24px;margin-top:2px;width:24px}.summary-content{flex:1 1}.summary-label{color:#065f46;font-size:14px;font-weight:600;margin:0 0 4px}.summary-value{color:#1a202c;font-size:18px;font-weight:700;margin:0;text-transform:capitalize;word-break:break-word}.confirm-button{align-items:center;background:linear-gradient(135deg,#10b981,#059669);border:none;border-radius:12px;box-shadow:0 4px 12px #10b9814d;color:#fff;cursor:pointer;display:flex;font-size:18px;font-weight:700;gap:12px;justify-content:center;padding:16px 32px;transition:all .2s}.confirm-button:hover{box-shadow:0 8px 20px #10b98166;transform:translateY(-2px)}.confirm-button:active{transform:translateY(0)}.confirm-icon{height:24px;width:24px}.confirm-button:disabled{cursor:not-allowed;opacity:.6;transform:none}.confirm-button:disabled:hover{box-shadow:0 4px 12px #10b9814d;transform:none}.schedule-error{align-items:center;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#dc2626;display:flex;font-size:14px;font-weight:500;gap:8px;padding:12px 16px}.schedule-error svg{flex-shrink:0;height:20px;width:20px}@media (max-width:768px){.schedule-selector{margin-top:16px;padding:20px 16px}.schedule-dates-grid{gap:12px;grid-template-columns:1fr}.schedule-times-grid{gap:8px;grid-template-columns:repeat(auto-fill,minmax(90px,1fr))}.schedule-title{font-size:18px}.confirm-button{font-size:16px;padding:14px 20px}.date-button{font-size:14px;padding:12px 16px}.time-button{font-size:14px;padding:10px 12px}.schedule-confirm-container{gap:16px;padding:16px}.schedule-summary{align-items:center;flex-direction:column;gap:8px;text-align:center}.summary-icon{margin-top:0}.summary-label{font-size:13px}.summary-value{font-size:15px;line-height:1.4}}.footer{background:linear-gradient(135deg,#1a1a1a,#2d2d2d);border-top:1px solid #ffffff14;bottom:0;box-shadow:0 -12px 32px #00000059;left:0;position:fixed;z-index:100}.footer,.footer__container{align-items:center;box-sizing:border-box;display:flex;width:100%}.footer__container{flex-wrap:wrap;gap:0;justify-content:center}.footer__link{align-items:center;border-left:1px solid #10b9812e;box-sizing:border-box;color:#10b981;display:inline-flex;flex:1 1;font-size:.95rem;font-weight:600;gap:10px;justify-content:center;padding:16px 24px;position:relative;text-decoration:none;transition:color .2s ease,text-shadow .2s ease,background .2s ease}.footer__link:first-child{border-left:none}.footer__link:hover{background:#10b9811f;color:#34d399;text-shadow:0 0 10px #34d399b3,0 0 20px #34d3998c}.footer__icon{color:currentColor;font-size:1.4rem}@media (max-width:640px){.footer{padding:12px}.footer__container{flex-direction:column;gap:12px;width:100%}.footer__link{background:#10b98114;border-left:none;border-radius:12px;font-size:.95rem;justify-content:center;padding:14px 16px;width:100%}}
/*# sourceMappingURL=main.7a74c6b3.css.map*/