:root{--apk-booking-primary: #6abf16;--apk-booking-primary-hover: #5aa510;--apk-booking-secondary: #5aa510}.apk-booking-form-wrapper{max-width:700px;margin:0 auto;padding:20px}.apk-booking-form-title{margin-bottom:1.5rem;font-size:1.75rem;font-weight:600}.apk-booking-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;text-align:center}.apk-booking-spinner{width:40px;height:40px;border:3px solid #e5e7eb;border-top-color:var(--apk-booking-primary);border-radius:50%;animation:spin .8s linear infinite}.apk-booking-spinner-small{display:inline-block;width:16px;height:16px;border:2px solid #fff;border-top-color:transparent;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.apk-booking-steps{display:flex;justify-content:space-between;margin-bottom:2rem;padding:0;list-style:none;position:relative}.apk-booking-steps:before{content:"";position:absolute;top:15px;left:10%;right:10%;height:2px;background:#e5e7eb;z-index:0}.apk-booking-step{display:flex;flex-direction:column;align-items:center;position:relative;z-index:1;flex:1}.apk-booking-step .step-number{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#e5e7eb;color:#6b7280;font-weight:600;margin-bottom:.5rem;transition:all .2s}.apk-booking-step .step-label{font-size:.75rem;color:#6b7280;text-align:center}.apk-booking-step.active .step-number{background:var(--apk-booking-primary);color:#fff}.apk-booking-step.active .step-label{color:var(--apk-booking-primary);font-weight:500}.apk-booking-step.completed .step-number{background:var(--apk-booking-secondary);color:#fff}.apk-booking-input{width:100%;padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:6px;font-size:1rem;transition:border-color .2s,box-shadow .2s}.apk-booking-input:focus{outline:none;border-color:var(--apk-booking-primary);box-shadow:0 0 0 3px color-mix(in srgb,var(--apk-booking-primary) 15%,transparent)}.apk-booking-input-license{text-transform:uppercase;font-family:monospace;font-size:1.25rem;letter-spacing:.1em;text-align:center;max-width:200px}.form-group{margin-bottom:1.25rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:#374151}.form-group-checkbox label{display:flex;align-items:center;gap:.5rem;cursor:pointer}.form-group-checkbox input[type=checkbox]{width:18px;height:18px}.form-group.has-error .apk-booking-input{border-color:#dc2626}.field-error,.apk-booking-field-error{color:#dc2626;font-size:.875rem;margin-top:.25rem}.apk-booking-actions{display:flex;justify-content:space-between;gap:1rem;margin-top:2rem;padding-top:1.5rem;border-top:1px solid #e5e7eb}.apk-booking-btn{padding:.75rem 1.5rem;border:1px solid #d1d5db;border-radius:6px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s;background:#fff;color:#374151}.apk-booking-btn:hover{background:#f3f4f6}.apk-booking-btn:disabled{opacity:.5;cursor:not-allowed}.apk-booking-btn-primary{background:var(--apk-booking-primary);border-color:var(--apk-booking-primary);color:#fff}.apk-booking-btn-primary:hover{background:var(--apk-booking-primary-hover);border-color:var(--apk-booking-primary-hover)}.apk-booking-btn-link{background:none;border:none;color:var(--apk-booking-primary);text-decoration:underline;cursor:pointer}.apk-booking-vehicle-details{background:#f3f4f6;padding:1.25rem;border-radius:8px;margin-bottom:1.5rem}.apk-booking-vehicle-details dl{display:grid;grid-template-columns:140px 1fr;gap:.5rem 1rem;margin:0}.apk-booking-vehicle-details dt{color:#6b7280;font-size:.875rem}.apk-booking-vehicle-details dd{margin:0;font-weight:500}.vehicle-plate{font-family:monospace;font-size:1.25rem;background:#fef3c7;padding:.25rem .5rem;border-radius:4px;display:inline-block}.apk-booking-inspection-types h4{margin-bottom:1rem}.inspection-type-options{display:flex;flex-direction:column;gap:.75rem}.inspection-type-option{display:flex;align-items:center;gap:1rem;padding:1rem;border:2px solid #e5e7eb;border-radius:8px;cursor:pointer;transition:all .2s}.inspection-type-option:hover{border-color:color-mix(in srgb,var(--apk-booking-primary) 50%,#e5e7eb)}.inspection-type-option.selected{border-color:var(--apk-booking-primary);background:color-mix(in srgb,var(--apk-booking-primary) 10%,#fff)}.inspection-type-option input[type=radio]{display:none}.inspection-type-name{flex:1;font-weight:500}.inspection-type-price{font-weight:600;color:#059669}.inspection-type-deadline{font-size:.75rem;color:#6b7280}.inspection-type-option.disabled{background:#f3f4f6;border-color:#e5e7eb;cursor:not-allowed;opacity:.7}.inspection-type-option.disabled:hover{border-color:#e5e7eb}.inspection-type-option.disabled .inspection-type-name,.inspection-type-option.disabled .inspection-type-price{color:#9ca3af}.inspection-type-disabled-reason{display:block;width:100%;font-size:.75rem;color:#dc2626;margin-top:.25rem}.apk-booking-calendar{margin-bottom:2rem}.week-grid{display:flex;flex-direction:column;gap:.25rem}.week-header{display:grid;grid-template-columns:repeat(7,1fr);gap:.25rem;margin-bottom:.5rem}.day-header{text-align:center;font-size:.75rem;font-weight:600;color:#6b7280;text-transform:uppercase;padding:.5rem 0}.week-section{display:flex;flex-direction:column}.month-header{padding:.75rem 0 .5rem;margin-top:.5rem;border-top:1px solid #e5e7eb}.week-section:first-child .month-header{margin-top:0;border-top:none;padding-top:0}.month-name{font-weight:600;font-size:.9rem;color:#374151;text-transform:capitalize}.week-row{display:grid;grid-template-columns:repeat(7,1fr);gap:.25rem}.day-cell{aspect-ratio:1;display:flex;align-items:center;justify-content:center}.date-empty{display:block;width:100%;height:100%}.date-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:.5rem}.date-option{width:100%;height:100%;min-width:40px;min-height:40px;padding:.5rem;border:1px solid #e5e7eb;border-radius:6px;background:#fff;cursor:pointer;text-align:center;transition:all .2s;display:flex;align-items:center;justify-content:center}.date-option:hover:not(.unavailable){border-color:color-mix(in srgb,var(--apk-booking-primary) 50%,#e5e7eb);background:color-mix(in srgb,var(--apk-booking-primary) 8%,#fff)}.date-option.selected{background:var(--apk-booking-primary);border-color:var(--apk-booking-primary);color:#fff}.date-option.unavailable{background:#f3f4f6;color:#9ca3af;cursor:not-allowed}.date-num{font-size:.875rem;font-weight:500}.date-day{display:block;font-size:.875rem}.apk-booking-timeslots{margin-top:1.5rem}.apk-booking-timeslots h4{margin-bottom:1rem}.apk-booking-timeslots .selected-date{display:block;font-weight:400;font-size:.875rem;color:#6b7280}.time-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem}.time-option{padding:.75rem;border:1px solid #e5e7eb;border-radius:6px;background:#fff;cursor:pointer;text-align:center;font-weight:500;transition:all .2s}.time-option:hover{border-color:color-mix(in srgb,var(--apk-booking-primary) 50%,#e5e7eb);background:color-mix(in srgb,var(--apk-booking-primary) 8%,#fff)}.time-option.selected{background:var(--apk-booking-primary);border-color:var(--apk-booking-primary);color:#fff}.no-slots{text-align:center;color:#6b7280;padding:2rem;background:#f3f4f6;border-radius:8px}.more-dates{margin-top:1rem}.more-dates summary{cursor:pointer;color:var(--apk-booking-primary);font-weight:500}.apk-booking-summary{background:#f3f4f6;padding:1.25rem;border-radius:8px;margin-bottom:1.5rem}.apk-booking-summary h4{margin-top:0;margin-bottom:1rem}.apk-booking-summary dl{display:grid;grid-template-columns:120px 1fr;gap:.5rem 1rem;margin:0}.apk-booking-summary dt{color:#6b7280}.apk-booking-summary dd{margin:0;font-weight:500}.apk-booking-contact-form{margin-bottom:1rem}.apk-booking-success{text-align:center;padding:2rem;background:#ecfdf5;border-radius:12px;margin-bottom:2rem}.success-icon{width:64px;height:64px;margin:0 auto 1rem;color:var(--apk-booking-secondary)}.success-icon svg{width:100%;height:100%}.apk-booking-success h3{color:#065f46;margin-bottom:.5rem}.apk-booking-confirmation-details,.apk-booking-confirmation-contact,.apk-booking-confirmation-info{background:#f9fafb;padding:1.25rem;border-radius:8px;margin-bottom:1rem}.apk-booking-confirmation-details h4,.apk-booking-confirmation-contact h4,.apk-booking-confirmation-info h4{margin-top:0;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid #e5e7eb}.apk-booking-confirmation-details dl,.apk-booking-confirmation-contact dl{display:grid;grid-template-columns:140px 1fr;gap:.5rem 1rem;margin:0}.apk-booking-confirmation-details dt,.apk-booking-confirmation-contact dt{color:#6b7280}.apk-booking-confirmation-details dd,.apk-booking-confirmation-contact dd{margin:0;font-weight:500}.apk-booking-confirmation-info ul{margin:0;padding-left:1.25rem}.apk-booking-confirmation-info li{margin-bottom:.5rem}.apk-booking-error{background:#fef2f2;border:1px solid #fecaca;color:#991b1b;padding:1rem;border-radius:8px;margin-bottom:1.5rem;text-align:center}.apk-booking-noscript{background:#fef3c7;padding:1rem;border-radius:8px;text-align:center}.apk-booking-editor-preview{background:#f9fafb;border:2px dashed #d1d5db;border-radius:8px;padding:1.5rem}.apk-booking-editor-steps{display:flex;gap:1rem;margin-bottom:1.5rem}.apk-booking-editor-step{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#e5e7eb;border-radius:20px;font-size:.875rem}.apk-booking-editor-step.active{background:var(--apk-booking-primary);color:#fff}.apk-booking-editor-content{text-align:center;color:#6b7280}.apk-booking-editor-content .description{font-size:.875rem}.apk-booking-not-found{text-align:center;padding:2rem;background:#fef3c7;border-radius:12px;margin-bottom:1.5rem}.apk-booking-not-found .not-found-icon{width:48px;height:48px;margin:0 auto 1rem;color:#d97706}.apk-booking-not-found .not-found-icon svg{width:100%;height:100%}.apk-booking-not-found h3{color:#92400e;margin-bottom:.5rem}.apk-booking-not-found .not-found-plate{font-family:monospace;font-size:1.5rem;font-weight:600;background:#fff;padding:.5rem 1rem;border-radius:6px;display:inline-block;margin:.5rem 0;letter-spacing:.1em}.apk-booking-not-found p{color:#78350f;margin-bottom:0}.apk-booking-actions-stacked{flex-direction:column;gap:.75rem}.apk-booking-actions-stacked .apk-booking-btn{width:100%}.apk-booking-btn-secondary{background:#f3f4f6;border-color:#d1d5db;color:#374151}.apk-booking-btn-secondary:hover{background:#e5e7eb}.apk-booking-manual-entry,.apk-booking-manual-entry .apk-booking-vehicle-details{margin-bottom:1.5rem}@media (max-width: 640px){.apk-booking-steps{overflow-x:auto;padding-bottom:.5rem}.apk-booking-step .step-label{display:none}.date-grid{grid-template-columns:repeat(4,1fr)}.week-grid,.week-header,.week-row{gap:.125rem}.day-header{font-size:.625rem;padding:.25rem 0}.date-option{min-width:32px;min-height:32px;padding:.25rem;border-radius:4px}.date-num{font-size:.75rem}.time-grid{grid-template-columns:repeat(3,1fr)}.apk-booking-summary dl,.apk-booking-vehicle-details dl,.apk-booking-confirmation-details dl,.apk-booking-confirmation-contact dl{grid-template-columns:1fr}.apk-booking-actions{flex-direction:column}.apk-booking-btn{width:100%}}
