@import"https://fonts.googleapis.com/css2?family=Urbanist:wght@300;400;500;600;700&display=swap";*{box-sizing:border-box}:root{--color-primary: #00c2ce;--color-blue: #00c2ce;--color-blue-hover: #00a3ad;--color-white: #ffffff;--color-black: #000000;--color-grey-100: #f6f2f2;--color-grey-200: #ebedee;--color-grey-300: #d0d0d0;--color-grey-400: #979797;--color-grey-500: #595959;--color-grey-800: #6c757d;--color-red: #eb0000;--color-green: #379e4f;font-family:Urbanist,sans-serif;font-size:16px;line-height:1.5;font-weight:400;color:var(--color-black);background-color:var(--color-white);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh;background-color:var(--color-grey-100)}#root{min-height:100vh}h1,h2,h3,h4,h5,h6{font-family:Urbanist,sans-serif;font-weight:700;color:var(--color-black);margin-top:0;line-height:1.2}h1{font-size:2.5rem;margin-bottom:2rem}h2{font-size:2rem;margin-bottom:2rem}h3{font-size:1.75rem;margin-bottom:2rem}p{margin-top:0;margin-bottom:2rem}.container{width:100%;padding-left:1rem;padding-right:1rem;margin-left:auto;margin-right:auto}@media(min-width:576px){.container{max-width:540px}}@media(min-width:768px){.container{max-width:720px}}@media(min-width:992px){.container{max-width:960px}}@media(min-width:1200px){.container{max-width:1140px}}@media(min-width:1400px){.container{max-width:1320px}}.row{display:flex;flex-wrap:wrap;margin-left:-1rem;margin-right:-1rem}.row>*{padding-left:1rem;padding-right:1rem}.col-12{flex:0 0 100%;max-width:100%}.col-6{flex:0 0 50%;max-width:50%}.col-8{flex:0 0 66.666667%;max-width:66.666667%}@media(min-width:768px){.col-md-6{flex:0 0 50%;max-width:50%}}@media(min-width:992px){.col-lg-6{flex:0 0 50%;max-width:50%}}.d-flex{display:flex}.flex-column{flex-direction:column}.align-items-center{align-items:center}.justify-content-between{justify-content:space-between}.position-relative{position:relative}.position-absolute{position:absolute}.w-100{width:100%}.mb-0{margin-bottom:0}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mb-10{margin-bottom:2.5rem}.mb-12{margin-bottom:3rem}.mb-20{margin-bottom:5rem}.mt-8{margin-top:2rem}.mt-12{margin-top:3rem}.mt-20{margin-top:5rem}.ms-2{margin-left:.5rem}.ms-3{margin-left:.75rem}.me-2{margin-right:.5rem}.me-4{margin-right:1rem}.mx-2{margin-left:.5rem;margin-right:.5rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.px-4{padding-left:1rem;padding-right:1rem}.px-8{padding-left:2rem;padding-right:2rem}.ps-3{padding-left:.75rem}.ps-4{padding-left:1rem}.pe-8{padding-right:2rem}.p-2{padding:.5rem}.text-white{color:var(--color-white)}.text-blue{color:var(--color-blue)}.text-grey-800{color:var(--color-grey-800)}.text-center{text-align:center}.fw-bold{font-weight:700}.fw-light{font-weight:300}.fs-1{font-size:2.5rem}.fs-3{font-size:1.75rem}.fs-7{font-size:.875rem}.fs-8{font-size:.75rem}.bg-white{background-color:var(--color-white)}.bg-blue{background-color:var(--color-blue)}.bg-red{background-color:var(--color-red)}.border{border:1px solid}.border-1{border-width:1px}.border-2{border-width:2px}.border-grey-200{border-color:var(--color-grey-200)}.border-blue{border-color:var(--color-blue)}.border-bottom{border-bottom:1px solid}.rounded{border-radius:.5rem}.rounded-circle{border-radius:50%}@media(min-width:576px){.text-sm-center{text-align:center}.py-sm-6{padding-top:1.5rem;padding-bottom:1.5rem}.px-sm-8{padding-left:2rem;padding-right:2rem}.mx-sm-auto{margin-left:auto;margin-right:auto}.mt-sm-20{margin-top:5rem}.w-sm-50{width:50%}}@media(min-width:768px){.py-md-4{padding-top:1rem;padding-bottom:1rem}.py-md-8{padding-top:2rem;padding-bottom:2rem}}input::-webkit-date-and-time-value{text-align:left}@media(min-width:768px){.d-md-inline{display:inline}.flex-md-row{flex-direction:row}.gap-md-0{gap:0}.align-items-md-center{align-items:center}.mb-md-0{margin-bottom:0}}@media print{.d-print-none{display:none!important}}.form-field{margin-bottom:1.25rem}.form-field--radio{display:flex;flex-direction:row;align-items:center;width:100%;padding:.5rem;margin-bottom:.5rem;border:1px solid var(--color-grey-200);gap:1rem;min-width:0}.form-field--radio .form-field__label-column{flex:1 1 40%;padding-left:.75rem;padding-right:1rem;min-width:0}.form-field--radio .form-field__label-column .form-label{margin:0;font-size:1rem;font-weight:400;color:var(--color-grey-800);text-align:left}.form-field--radio .form-field__input-column{flex:1 1 60%;display:flex;flex-direction:row;gap:.75rem;flex-wrap:wrap;justify-content:flex-start;min-width:0;padding-right:.5rem}.form-field--radio .button-group{display:flex;gap:.75rem;flex-wrap:wrap;width:100%}.form-field--radio .button-group .btn-toggle-sm{flex:1 1 auto;min-width:0}@media(min-width:992px){.form-field--radio .button-group .btn-toggle-sm{flex:0 0 auto}}.form-label{display:block;color:var(--color-grey-800);font-family:Urbanist,sans-serif;font-size:1rem;font-weight:400;margin-bottom:.5rem}.col-form-label{color:var(--color-grey-800);font-family:Urbanist,sans-serif;font-size:1rem;font-weight:400;margin-bottom:0;line-height:1.5}.required-asterisk{color:var(--color-red);margin-left:.5rem}.help-text{font-family:Urbanist,sans-serif;font-size:.875rem;color:var(--color-grey-800);margin-bottom:.5rem}.form-control,.form-select{appearance:none;width:100%;padding:.625rem 1rem;font-family:Urbanist,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;color:var(--color-black);background-color:var(--color-white);background-clip:padding-box;border:1.5px solid var(--color-grey-200);border-radius:.5rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}input[type=date].form-control{min-height:2.875rem}input[type=date].form-control::-webkit-datetime-edit{line-height:1.5;padding:0}input[type=date].form-control::-webkit-datetime-edit-fields-wrapper{color:var(--color-black)}input[type=date].form-control::-webkit-datetime-edit-text{color:var(--color-black)}input[type=date].form-control::-webkit-datetime-edit-month-field:not([value]),input[type=date].form-control::-webkit-datetime-edit-day-field:not([value]),input[type=date].form-control::-webkit-datetime-edit-year-field:not([value]){color:var(--color-grey-800)}input[type=date].form-control:disabled,input[type=date].form-control:disabled::-webkit-datetime-edit-fields-wrapper,input[type=date].form-control:disabled::-webkit-datetime-edit-text,input[type=date].form-control:disabled::-webkit-datetime-edit-month-field,input[type=date].form-control:disabled::-webkit-datetime-edit-day-field,input[type=date].form-control:disabled::-webkit-datetime-edit-year-field{color:var(--color-black)}input[type=date].form-control::-webkit-calendar-picker-indicator{cursor:pointer;opacity:.7;width:1.25rem;height:1.25rem}@media(max-width:768px){input[type=date].form-control{min-width:100%;font-size:1rem}input[type=date].form-control::-webkit-calendar-picker-indicator{opacity:.8;width:1.5rem;height:1.5rem}input[type=date].form-control::-webkit-datetime-edit{min-width:8rem}}.form-control:focus,.form-select:focus{color:var(--color-black);background-color:var(--color-white);border-color:var(--color-blue);outline:0;box-shadow:0 0 0 .25rem #00c2ce40}.form-control:disabled{background-color:#ebedee80;opacity:1}.form-control::placeholder{font-family:Urbanist,sans-serif;color:var(--color-grey-800);opacity:1}.form-select{padding-right:3rem;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 1rem center;background-size:16px 12px}.date-dropdown{display:flex;gap:.5rem}.date-dropdown select{flex:1}@media(max-width:768px){.date-dropdown{flex-direction:column}.date-dropdown select{width:100%}}.report__full-row{display:flex;flex-direction:column;flex-wrap:wrap;gap:.75rem;width:100%;padding:.5rem;margin-bottom:.5rem;border:1px solid var(--color-grey-200);align-items:stretch}@media(min-width:768px){.report__full-row{flex-direction:row;gap:0;align-items:center}}.form-radio--custom{display:flex;gap:.75rem;flex-wrap:wrap}.form-radio--custom-small{justify-content:flex-end}.form-check{display:flex;align-items:center;gap:.5rem;margin-bottom:.125rem}.form-check-input{appearance:none;width:1em;height:1em;margin-top:.25em;vertical-align:top;background-color:var(--color-white);background-repeat:no-repeat;background-position:center;background-size:contain;border:1px solid rgba(0,0,0,.25);-webkit-print-color-adjust:exact;print-color-adjust:exact;cursor:pointer}.form-check-input[type=radio]{border-radius:50%}.form-check-input[type=checkbox]{border-radius:.25em}.form-check-input:checked{background-color:var(--color-blue);border-color:var(--color-blue)}.form-check-input:checked[type=radio]{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")}.form-check-input:checked[type=checkbox]{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e")}.form-check-input:focus{border-color:var(--color-blue);outline:0;box-shadow:0 0 0 .25rem #00c2ce40}.form-check-input:disabled{pointer-events:none;filter:none;opacity:1}.form-check-input:disabled~.form-check-label{cursor:default;opacity:1}.form-check-label{cursor:pointer;-webkit-user-select:none;user-select:none;display:flex;align-items:center;gap:.5rem;font-family:Urbanist,sans-serif;font-size:1rem;font-weight:400;color:var(--color-grey-800)}.report__multiple-choice-header{display:flex;padding:1rem 1rem 1rem 0;margin-bottom:.75rem}.report__multiple-choice-header-right{display:flex;gap:1.5rem}.report__multiple-choice-header .col{flex:0 0 auto;width:80px;text-align:center}.report__multiple-choice-row{display:flex;align-items:center;width:100%;padding:.25rem;margin-bottom:.5rem;border:1px solid var(--color-grey-200)}.report__multiple-choice-row .col{flex:1;padding-left:1rem;padding-right:1.5rem}.report__multiple-choice-form-row{display:flex;gap:1.5rem;padding-right:1.125rem}.report__multiple-choice-form-row .form-check{flex:0 0 auto;width:80px;justify-content:center}@media(max-width:768px){.report__multiple-choice-row{flex-direction:column;align-items:stretch;padding:1rem;gap:.75rem}.report__multiple-choice-form-row{flex-direction:column;gap:.75rem;padding-right:0}.report__multiple-choice-form-row .form-check{width:auto;justify-content:flex-start}.report__multiple-choice-header{display:none}}.info-icon{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:50%;border:1px solid var(--color-blue);color:var(--color-blue);font-size:.75rem;cursor:help;margin-left:.75rem}.tooltip-icon{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:50%;border:1px solid var(--color-blue);color:var(--color-blue);font-size:.75rem;cursor:help}.conditional-fields{margin-top:1rem;padding:1rem;background:var(--color-grey-100);border-radius:.5rem;border:1px solid var(--color-grey-200)}.form-field--inline{display:flex;flex-direction:column;align-items:stretch;gap:.5rem;padding:.75rem 1rem;border:1px solid var(--color-grey-200);border-radius:.5rem}@media(min-width:768px){.form-field--inline{flex-direction:row;align-items:center;gap:1rem}.form-field--inline .form-label{margin:0;flex:1}.form-field--inline .form-select{flex:0 0 auto;width:auto;min-width:120px}}.form-field--radio,.form-field--radio-group{display:flex;flex-direction:column;align-items:flex-start;gap:1rem;padding:.75rem 1rem;border:1px solid var(--color-grey-200);border-radius:.5rem;margin-bottom:.75rem}@media(min-width:768px){.form-field--radio,.form-field--radio-group{flex-direction:row;gap:2rem}}.form-field__label-column{flex:1;padding:.5rem 0}.form-field__label-column .form-label,.form-field__label-column .col-form-label{margin:0}.form-field__input-column{flex:1;display:flex;flex-direction:column;gap:.75rem}.radio-group{display:flex;flex-direction:column;gap:.5rem}.radio-group-inline{display:flex;gap:1.5rem;flex-wrap:wrap}@media(max-width:768px){.radio-group-inline{flex-direction:column;gap:.75rem}}.photo-upload-btn{position:relative;display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:var(--color-white);border:1.5px solid var(--color-grey-300);border-radius:.5rem;font-family:Urbanist,sans-serif;font-size:.875rem;font-weight:500;color:var(--color-grey-700);cursor:pointer;transition:all .2s ease}.photo-upload-btn:hover{border-color:var(--color-blue);background:var(--color-grey-50)}.photo-upload-btn svg{width:1.25rem;height:1.25rem}.photo-count-badge{position:absolute;top:-6px;right:-6px;background-color:var(--color-blue);color:#fff;font-size:.75rem;font-weight:600;min-width:20px;height:20px;border-radius:10px;display:flex;align-items:center;justify-content:center;padding:0 6px;box-shadow:0 2px 4px #0003}@media(max-width:767px){.photo-upload-btn__text{display:none}.photo-upload-btn{padding:.5rem}}.photo-modal-overlay{position:fixed;inset:0;background:#00000026;display:flex;align-items:center;justify-content:center;z-index:10000;padding:1rem;animation:overlayFadeIn .2s ease-out}@keyframes overlayFadeIn{0%{opacity:0}to{opacity:1}}.photo-modal{background:#fff;border-radius:1rem;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 8px 32px #0000001f;color:var(--color-black);animation:modalSlideIn .25s ease-out}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-20px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.photo-modal__header{display:flex;align-items:center;justify-content:flex-end;padding:1rem 1rem 0}.photo-modal__title{margin:0 0 1.5rem;font-size:1.25rem;font-weight:600;color:var(--color-black)}.photo-modal__close{background:none;border:none;color:var(--color-grey-600);cursor:pointer;padding:0;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center}.photo-modal__close svg{width:24px;height:24px}.photo-modal__close:hover{color:var(--color-grey-800)}.photo-modal__body{padding:1.5rem;overflow-y:auto;flex:0 1 auto;background:#fff;border-radius:1rem;width:800px;max-width:calc(100vw - 2rem)}.photo-upload-actions{display:flex;gap:1rem;margin-bottom:1.5rem;max-width:400px}.photo-upload-actions .btn-upload:last-child{display:none}@media(max-width:1024px){.photo-upload-actions .btn-upload:last-child{display:flex}.photo-upload-actions .btn-upload{flex:1}}.btn-upload{flex:1;padding:1rem;background:var(--color-grey-50);border:2px dashed var(--color-grey-300);border-radius:.5rem;font-family:Urbanist,sans-serif;font-size:1rem;font-weight:500;color:var(--color-grey-700);cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}.btn-upload svg{flex-shrink:0}.btn-upload:hover{border-color:var(--color-blue);background:var(--color-white);color:var(--color-blue)}.btn-upload:hover svg path{fill:var(--color-blue)}.btn-upload:disabled{opacity:.6;cursor:not-allowed}.btn-upload:disabled:hover{border-color:var(--color-grey-300);background:var(--color-grey-50);color:var(--color-grey-700)}.photo-converting{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.875rem;color:var(--color-grey-700)}.photo-converting__spinner{width:1rem;height:1rem;border:2px solid var(--color-grey-300);border-top-color:var(--color-blue);border-radius:50%;animation:photoSpin .7s linear infinite}@keyframes photoSpin{to{transform:rotate(360deg)}}.photo-upload-error{margin-bottom:1rem;padding:.75rem 1rem;border-radius:.5rem;background:#fdecea;color:#b3261e;font-size:.875rem}.camera-icon-mobile{display:none}.camera-icon-desktop{display:block}@media(max-width:768px){.camera-icon-mobile{display:block}.camera-icon-desktop{display:none}}.photo-previews{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}.photo-preview-item{display:flex;flex-direction:column;gap:.5rem;animation:photoFadeIn .3s ease-out}@keyframes photoFadeIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.photo-preview-image{position:relative;width:100%;aspect-ratio:4/3;border-radius:.5rem;overflow:hidden;background:var(--color-grey-100)}.photo-preview-image img{width:100%;height:100%;object-fit:cover}.photo-preview-fallback{width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:.5rem;text-align:center;font-size:.8125rem;color:var(--color-grey-600)}.photo-preview-remove{position:absolute;top:.5rem;right:.5rem;width:2rem;height:2rem;background:#000000b3;color:#fff;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;transition:background .2s ease}.photo-preview-remove svg{width:16px;height:16px}.photo-preview-remove:hover{background:#000000e6}.photo-empty-state{text-align:center;padding:2rem 1rem;color:var(--color-grey-600);background:var(--color-grey-50);border-radius:.5rem;border:2px dashed var(--color-grey-300)}.photo-empty-state p{margin:.5rem 0}.photo-empty-hint{font-size:.875rem;color:var(--color-grey-500)}.photo-modal__footer{padding:1rem 1.5rem;border-top:1px solid var(--color-grey-200);display:flex;gap:1rem;justify-content:flex-end}.btn{padding:.625rem 1.25rem;border-radius:.5rem;font-family:Urbanist,sans-serif;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s ease;border:none}.btn-secondary{background:var(--color-grey-100);color:var(--color-grey-700)}.btn-secondary:hover{background:var(--color-grey-200)}.btn-primary{background:var(--color-blue);color:var(--color-white)}.btn-primary:hover{background:#005cbf}.btn-primary:disabled{background:var(--color-grey-300);cursor:not-allowed}@media(max-width:767px){.photo-upload-actions{flex-direction:column;max-width:100%}.photo-previews{grid-template-columns:repeat(2,1fr)}}.photo-gallery{display:flex;flex-direction:column;gap:2rem}.photo-gallery-section{border:1px solid var(--color-grey-200);border-radius:.5rem;padding:1.5rem}.photo-gallery-section-title{margin:0 0 1rem;font-size:1.125rem;font-weight:600;color:var(--color-grey-800)}.photo-gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem}.photo-gallery-item{display:flex;flex-direction:column;gap:.75rem}.photo-gallery-image{position:relative;width:100%;aspect-ratio:4/3;border-radius:.5rem;overflow:hidden;background:var(--color-grey-100);border:1px solid var(--color-grey-200)}.photo-gallery-image img{width:100%;height:100%;object-fit:cover}.photo-gallery-delete{position:absolute;top:.5rem;right:.5rem;width:2rem;height:2rem;background:#dc2626e6;color:#fff;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;transition:background .2s ease}.photo-gallery-delete svg{width:16px;height:16px}.photo-gallery-delete:hover{background:#dc2626}.photo-gallery-description{width:100%}.photo-gallery-empty{text-align:center;padding:2rem;min-height:132px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--color-grey-600);background:var(--color-grey-50);border-radius:.5rem;border:2px dashed var(--color-grey-300)}.photo-gallery-empty p{margin:.5rem 0;font-size:1.125rem}.photo-gallery-empty-hint{font-size:.875rem!important;color:var(--color-grey-500)}@media(max-width:767px){.photo-gallery-grid{grid-template-columns:repeat(2,1fr)}}.form-section{background:var(--color-white);border-radius:.5rem;margin-bottom:2rem;overflow:hidden;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}.form-section:first-child{border-radius:0 0 .5rem .5rem}.form-section__header{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;border-bottom:2px solid var(--color-grey-200);padding:1rem;gap:1rem}.form-section__title-group{display:flex;align-items:center;gap:1rem;flex:1}.form-section__title-group .form-section__icon{flex-shrink:0}.form-section__title-group h2{margin:0}.form-section__icon{font-size:1.75rem;color:var(--color-blue);width:auto;display:flex;align-items:center;justify-content:center;line-height:1}.form-section__header h2{margin:0;font-size:1.25rem;font-weight:700;color:var(--color-black);line-height:1.75rem}.form-section__body{padding:2rem}@media(min-width:576px){.form-section__header{padding:1.5rem 2rem}}@media(max-width:768px){.form-section__body{padding:1.5rem}}.form-group-horizontal{display:flex;align-items:center;padding:.5rem;margin-bottom:.5rem;border:1px solid transparent;border-radius:.375rem;transition:border-color .3s,background-color .3s}.form-label-horizontal{flex:0 0 160px;margin:0;margin-right:1rem;font-family:Urbanist,sans-serif;font-size:1rem;font-weight:500;color:var(--color-grey-800);text-align:left}.form-group-horizontal .form-control{flex:1;min-width:0}.form-row{display:flex;flex-direction:row;align-items:center;width:100%;padding:.5rem;margin-bottom:.5rem;border:1px solid var(--color-grey-200);border-radius:.375rem;gap:1rem;min-width:0;transition:border-color .3s,background-color .3s}.form-row.field-missing,.multiple-choice-row.field-missing,.form-group-horizontal.field-missing{border:1px solid #f59e0b;background-color:#fffbeb;border-radius:.375rem}@keyframes fieldPulse{0%,to{box-shadow:0 0 #f59e0bb3}50%{box-shadow:0 0 0 8px #f59e0b00}}.field-pulse{animation:fieldPulse 1s ease-in-out 2}.form-row__label{flex:1 1 40%;padding-left:.75rem;padding-right:1rem;min-width:0}.form-row__label .form-label{margin:0;font-family:Urbanist,sans-serif;font-size:1rem;font-weight:500;color:var(--color-grey-800);text-align:left}.form-row__input{flex:1 1 60%;display:flex;justify-content:flex-start;min-width:0}.form-row__input .form-control{max-width:200px}.tires-section-help{background:#00c3cf26;border-radius:.5rem;padding:1rem 1.25rem;margin-bottom:2rem;font-family:Urbanist,sans-serif;font-size:.9375rem;color:var(--color-grey-700);line-height:1.5;display:flex;align-items:flex-start;gap:.75rem}.tires-section-help__icon{width:1rem;height:1rem;color:var(--color-blue);flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;background:transparent;border:1.5px solid currentColor;border-radius:50%;font-size:.625rem;font-weight:600;font-style:normal;line-height:1;margin-top:.125rem}.tires-section-help__text{flex:1;font-weight:500}.tire-input-wrapper{display:flex;align-items:center;gap:.5rem;max-width:200px}.tire-input{flex:1;min-width:0}.tire-input-suffix{font-family:Urbanist,sans-serif;font-size:1rem;font-weight:500;color:var(--color-grey-700);flex-shrink:0}.tires-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem;margin-bottom:2rem}.tire-field__help{font-family:Urbanist,sans-serif;font-size:.875rem;color:var(--color-grey-800);margin-top:.25rem}.car-illustration{display:flex;justify-content:center;align-items:center;margin-top:2rem;padding:2rem}.car-illustration img{max-width:100%;height:auto;display:block}@media(max-width:767px){.tires-section-help__text{text-align:left}.tires-grid{grid-template-columns:1fr;gap:1rem}.tire-field{flex-direction:column;align-items:stretch;gap:.75rem}.tire-field__label-column,.tire-field__input-column{flex:none;width:100%;padding-left:0;padding-right:0}.tire-field .form-control{max-width:100%}.tire-input-wrapper{max-width:100%;width:100%}.car-illustration{padding:1rem;margin-top:1rem}.form-group-horizontal{flex-direction:column;align-items:stretch;gap:.5rem}.form-group-horizontal .form-control{max-width:100%}.form-label-horizontal{flex:none;font-size:1rem}.form-section__body .row>[class*=col-]{margin-bottom:1.5rem}.form-section__body .row>[class*=col-]:last-child{margin-bottom:0}}.form-row__input input[type=number]::-webkit-inner-spin-button,.form-row__input input[type=number]::-webkit-outer-spin-button,.form-group-horizontal input[type=number]::-webkit-inner-spin-button,.form-group-horizontal input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.form-row__input input[type=number],.form-group-horizontal input[type=number]{-moz-appearance:textfield}.button-group{display:flex;gap:.75rem;flex-wrap:wrap;justify-content:flex-start;align-items:center;width:100%}.btn-toggle{padding:.625rem 1rem;border:1.5px solid var(--color-grey-300);background:var(--color-white);border-radius:.5rem;font-family:Urbanist,sans-serif;font-size:1rem;font-weight:500;color:var(--color-grey-700);cursor:pointer;transition:all .2s ease;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;outline:none;white-space:nowrap;min-height:calc(1.5em + 1.25rem + 3px);line-height:1.5;flex-shrink:0}@media(min-width:768px){.btn-toggle{padding:.625rem 1.25rem}}.btn-toggle:focus{outline:none;box-shadow:none}.btn-toggle:hover{border-color:var(--color-blue);background:var(--color-grey-50)}.btn-toggle.active{background:var(--color-blue);border-color:var(--color-blue);color:var(--color-white)}.btn-toggle.active .tooltip-icon{border-color:var(--color-white);color:var(--color-white)}.info-icon-wrapper{position:relative;display:inline-flex;align-items:center;background:none;border:none;padding:0}.info-icon{width:1rem;height:1rem;color:var(--color-blue);cursor:help;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;background:transparent;border:1.5px solid currentColor;border-radius:50%;font-size:.625rem;font-weight:600;font-style:normal;line-height:1}.btn-toggle.active .info-icon{color:var(--color-white);border-color:var(--color-white)}.info-tooltip{position:absolute;bottom:calc(100% + .75rem);right:0;background:var(--color-grey-800);color:var(--color-white);padding:.5rem .75rem;border-radius:.25rem;font-family:Urbanist,sans-serif;font-size:.875rem;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s ease,visibility .2s ease;z-index:10000;max-width:300px;min-width:250px;white-space:normal;text-align:left;box-shadow:0 2px 8px #00000026}.info-tooltip:after{content:"";position:absolute;top:100%;right:1rem;border:.375rem solid transparent;border-top-color:var(--color-grey-800)}.info-icon-wrapper:hover .info-tooltip{opacity:1;visibility:visible}.tooltip-icon{display:inline-flex;align-items:center;justify-content:center;width:1rem;height:1rem;color:var(--color-blue);cursor:help;margin-left:.5rem;flex-shrink:0}.btn-toggle.active .tooltip-icon{color:var(--color-white)}.date-dropdown-group{display:flex;gap:.5rem}.date-dropdown-group .form-select{flex:1;min-width:0}.grouped-field{display:flex;flex-direction:column;gap:.5rem}.grouped-field .form-label{margin:0}.multiple-choice-header{display:flex;align-items:center;padding:1rem .5rem .75rem;margin-bottom:.75rem}.multiple-choice-header__label{flex:1}.multiple-choice-header__options{display:flex;gap:.75rem;align-items:center}.multiple-choice-header__options span{font-family:Urbanist,sans-serif;font-size:.875rem;font-weight:500;color:var(--color-grey-800);min-width:5rem;text-align:center}.form-row__input{gap:.75rem;flex-wrap:wrap;padding-right:.5rem}.btn-toggle-sm{padding:.625rem .875rem;border:1.5px solid var(--color-grey-300);background:var(--color-white);border-radius:.5rem;font-family:Urbanist,sans-serif;font-size:1rem;font-weight:500;color:var(--color-grey-700);cursor:pointer;transition:all .2s ease;display:inline-flex;align-items:center;justify-content:center;outline:none;white-space:nowrap;min-height:calc(1.5em + 1.25rem + 3px);line-height:1.5;flex:1 1 auto;min-width:0}@media(min-width:992px){.btn-toggle-sm{padding:.625rem 1.25rem;flex:0 0 auto}}.btn-toggle-sm:hover{border-color:var(--color-blue);background:var(--color-grey-50)}.btn-toggle-sm.active{background:var(--color-blue);border-color:var(--color-blue);color:var(--color-white)}.btn-toggle-sm:focus{outline:none;box-shadow:none}.has-conditional-fields{flex-direction:column;align-items:stretch}.main-field-wrapper{display:flex;flex-direction:row;align-items:center;width:100%;gap:1rem;min-width:0}.main-field-wrapper .form-row__label{flex:1 1 40%;padding-left:.75rem;padding-right:1rem;min-width:0}.main-field-wrapper .form-row__input{flex:1 1 60%;display:flex;justify-content:flex-start;min-width:0;gap:.75rem;flex-wrap:wrap;padding-right:.5rem}.conditional-fields-container{width:100%;display:flex;flex-direction:column;margin-top:.5rem;padding-top:.5rem;border-top:1px solid var(--color-grey-200);background:var(--color-grey-50)}.conditional-field{display:flex;flex-direction:row;align-items:center;width:100%;padding:.5rem;gap:1rem;min-width:0}.conditional-field+.conditional-field{padding-top:.75rem}.conditional-field .form-row__label{flex:1 1 40%;padding-left:.75rem;padding-right:1rem;min-width:0}.conditional-field .form-row__label .form-label{margin:0;font-family:Urbanist,sans-serif;font-size:1rem;font-weight:500;color:var(--color-grey-800);text-align:left}.conditional-field .form-row__input{flex:1 1 60%;display:flex;justify-content:flex-start;min-width:0}.conditional-field .form-row__input .form-control{width:100%}.conditional-field .form-row__input .tire-input-wrapper{max-width:100%;width:100%}@media(max-width:767px){.main-field-wrapper{flex-direction:column;align-items:stretch;gap:.75rem}.main-field-wrapper .form-row__label,.main-field-wrapper .form-row__input{flex:none;width:100%;padding-left:0;padding-right:0}.conditional-fields-container{padding-left:0;padding-right:0}.conditional-field{flex-direction:column;align-items:stretch;gap:.75rem;padding-left:0;padding-right:0}.conditional-field .form-row__label,.conditional-field .form-row__input{flex:none;width:100%;padding-left:0;padding-right:0}.conditional-field .form-row__input .form-control{max-width:100%}.conditional-field .tire-input-wrapper{max-width:100%;width:100%}.conditional-field .tire-input-wrapper .form-control{flex:1;min-width:0}}.form-field-textarea{display:flex;flex-direction:column;gap:.5rem}.form-field-textarea .form-label{margin:0;font-family:Urbanist,sans-serif;font-size:1rem;font-weight:500;color:var(--color-grey-800)}.form-textarea{width:100%;font-family:Urbanist,sans-serif;font-size:1rem;color:var(--color-grey-800);border:1px solid var(--color-grey-300);border-radius:.5rem;padding:.75rem;resize:vertical;min-height:100px}.form-textarea:focus{outline:none;border-color:var(--color-blue);box-shadow:0 0 0 3px #006bff1a}.form-textarea::placeholder{color:var(--color-grey-400)}@media(max-width:767px){.form-row{flex-direction:column;align-items:stretch;gap:.75rem;padding:.75rem}.form-row__label,.form-row__input{flex:none;width:100%;padding-left:0;padding-right:0}.form-row__input .form-control{max-width:100%;width:100%}.button-group{width:100%}.btn-toggle{flex:1 1 auto;min-width:0;justify-content:center}.btn-toggle-sm{min-width:auto;flex:1;padding:.5rem}.multiple-choice-header{flex-direction:column;align-items:stretch;gap:.5rem}.multiple-choice-header__options{justify-content:space-between}.multiple-choice-header__options span{min-width:auto;font-size:.75rem}}.help-button-container{position:fixed;bottom:2rem;left:2rem;z-index:9999}.help-button{width:4rem;height:4rem;border-radius:50%;background:var(--color-white);border:2px solid var(--color-blue);display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 12px #00000026;transition:all .3s ease;padding:.75rem}.help-button:hover{transform:scale(1.05);box-shadow:0 6px 16px #0003}.help-button--active{background:linear-gradient(135deg,#00c2ce,#0099a5)}.help-button img{width:100%;height:100%;object-fit:contain}.help-menu{position:absolute;bottom:5rem;left:0;background:var(--color-white);border-radius:.75rem;box-shadow:0 8px 24px #00000026;min-width:280px;overflow:hidden;animation:slideUp .3s ease}@keyframes slideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.help-menu__header{padding:1rem 1.25rem;background:linear-gradient(135deg,#00c2ce,#0099a5);color:var(--color-white);font-family:Urbanist,sans-serif;font-size:1.125rem;font-weight:600;text-align:center}.help-menu__options{display:flex;flex-direction:column}.help-menu__option{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;background:var(--color-white);border:none;border-bottom:1px solid var(--color-grey-200);cursor:pointer;transition:background .2s ease;text-align:left;font-family:Urbanist,sans-serif}.help-menu__option:last-child{border-bottom:none}.help-menu__option:hover{background:linear-gradient(135deg,#00c2ce14,#0099a514)}@media(hover:none){.help-menu__option:hover{background:var(--color-white)}}.help-menu__option svg{flex-shrink:0;color:var(--color-blue)}.help-menu__option>span:first-of-type{font-size:1rem;font-weight:600;color:var(--color-grey-800);flex:1}.help-menu__phone,.help-menu__email{font-size:.875rem;color:var(--color-grey-600);white-space:nowrap}@media(max-width:768px){.help-button-container{bottom:1.5rem;left:1.5rem}.help-button{width:3.5rem;height:3.5rem}.help-menu{min-width:calc(100vw - 3rem);max-width:320px}.help-menu__phone,.help-menu__email{display:none}}.inspection-form-container{min-height:100vh;background-color:var(--color-grey-200)}.form-header{background:#24b8cb;padding:0;width:100%}.form-header-content{max-width:1200px;margin:0 auto;padding:0 2rem}.form-nav{display:flex;align-items:center;justify-content:flex-start;padding:30px 0 0;margin-bottom:20px}.form-nav-logo-link{display:flex;align-items:center;text-decoration:none}.form-nav-logo-img{height:40px;width:auto}@media(max-width:768px){.form-nav-logo-img{height:32px}}.form-header-intro{text-align:center;margin-bottom:5rem}.form-header-title{font-family:Urbanist,sans-serif;font-size:2rem;font-weight:700;color:var(--color-white);margin:0 0 .5rem;line-height:1.2}@media(max-width:768px){.form-header-title{font-size:1.5rem}}.form-header-date{font-family:Urbanist,sans-serif;font-size:1rem;font-weight:400;color:#ffffffe6;margin:0;line-height:1.4}.form-header-card{position:relative;background:var(--color-grey-200);border-radius:1rem 1rem 0 0;padding:2rem;margin-bottom:0}.form-header-top{display:flex;align-items:flex-start;justify-content:space-between;gap:2rem}.form-header-brand{display:flex;align-items:flex-start;gap:1.5rem}.form-header-brand-logo-wrapper{display:flex;align-items:center;justify-content:center;background:var(--color-white);border:1px solid var(--color-grey-200);border-radius:.5rem;padding:8px;flex-shrink:0}.form-header-brand-logo{flex-shrink:0;object-fit:contain}.form-header-brand-info{display:flex;flex-direction:column;gap:.5rem;text-align:left}.form-header-brand-title-row{display:flex;align-items:center;gap:1rem}.form-header-brand-text{font-family:Urbanist,sans-serif;font-size:1.5rem;font-weight:600;color:var(--color-grey-800);line-height:1.3;text-align:left}.form-header-brand-details{display:grid;grid-template-columns:auto 1fr;gap:.25rem 1rem;align-items:baseline}.form-header-brand-label{font-family:Urbanist,sans-serif;font-size:1rem;font-weight:400;color:var(--color-grey-600);line-height:1.4;white-space:nowrap}.form-header-brand-value{font-family:Urbanist,sans-serif;font-size:1rem;font-weight:400;color:var(--color-black);line-height:1.4}.form-kenteken-inline{position:relative;display:inline-flex;align-items:stretch;border-radius:3px;overflow:hidden;border:2px solid #000;max-width:fit-content;flex-shrink:0;flex-grow:0;transform:scale(.6);transform-origin:left center}.form-kenteken-eu-section{width:38px;display:flex;align-items:center;justify-content:center;flex-shrink:0;background:#002999}.form-kenteken-eu-svg{width:100%;height:100%;display:block}.form-kenteken-plate{background-color:#fc0!important;color:#000!important;font-weight:600;font-size:26px;letter-spacing:2px;text-transform:uppercase;text-align:center;border:none!important;padding:14px 16px;width:185px;height:60px;display:flex;align-items:center;justify-content:center;outline:none!important;box-shadow:none!important;font-family:Urbanist,system-ui,-apple-system,sans-serif!important;box-sizing:border-box}@media(max-width:768px){.form-header-content{padding:0 .5rem}.form-nav{padding:30px 1rem 0px}.form-header-card{padding:24px}.form-header-brand{gap:1rem}.form-header-brand-text{font-size:1.25rem}.form-header-brand-title-row{flex-direction:column;align-items:flex-start;gap:.5rem}.form-kenteken-plate{font-size:22px;padding:12px 14px;width:160px}}.inspection-form{padding-bottom:4rem;background:var(--color-grey-200)}@media(max-width:768px){.inspection-form{padding-left:.5rem;padding-right:.5rem}}.container{max-width:1200px;margin:0 auto;padding:0 2rem}@media(max-width:768px){.container{padding:0 .5rem}}.prefilled-info{background:#fff;border-radius:8px;padding:2rem;margin-bottom:2rem;box-shadow:0 1px 3px #0000001a;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.info-row label{display:block;font-weight:600;margin-bottom:.5rem;color:#374151}.info-row input{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:6px;background:#f9fafb;color:#6b7280}.form-actions{margin-top:3rem;display:flex;justify-content:center;gap:1rem}.btn{padding:1rem 2rem;border:none;border-radius:6px;font-family:Urbanist,sans-serif;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s}.btn-primary{background:var(--color-blue);color:#fff;padding:.75rem 1.5rem;border-radius:.5rem;font-size:1rem;font-weight:600}.btn-primary:hover:not(:disabled){background:#009aa5;transform:translateY(-1px);box-shadow:0 4px 6px #0000001a}.btn-primary:disabled{background:#9ca3af;cursor:not-allowed;opacity:.6}.inspection-loading,.inspection-error{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem}@media(max-width:768px){.inspection-loading,.inspection-error{padding:.5rem}}.spinner{width:50px;height:50px;border:4px solid #e5e7eb;border-top-color:#2563eb;border-radius:50%;animation:spin 1s linear infinite}.inspection-error{background-color:var(--color-grey-100)}.error-content{max-width:800px;width:100%;background:var(--color-white);border-radius:1rem;padding:3rem 2rem;box-shadow:0 4px 12px #0000001a;text-align:center}.error-content h2{font-family:Urbanist,sans-serif;font-size:2rem;font-weight:700;color:var(--color-grey-800);margin-bottom:1rem}.error-message{font-family:Urbanist,sans-serif;font-size:1.125rem;color:var(--color-grey-700);margin-bottom:3rem;line-height:1.6}.error-help-section{margin-top:3rem}.error-help-section h3{font-family:Urbanist,sans-serif;font-size:1.5rem;font-weight:600;color:var(--color-grey-800);margin-bottom:1.5rem}.error-contact-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;max-width:700px;margin:0 auto}.error-contact-card{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:1.5rem 1rem;background:var(--color-white);border:2px solid var(--color-grey-200);border-radius:.75rem;text-decoration:none;color:var(--color-grey-800);transition:all .3s ease;cursor:pointer}.error-contact-card:hover{border-color:var(--color-blue);transform:translateY(-4px);box-shadow:0 8px 16px #00c2ce26}.error-contact-card svg{color:var(--color-blue);flex-shrink:0}.error-contact-info{display:flex;flex-direction:column;align-items:center;gap:.25rem}.error-contact-title{font-family:Urbanist,sans-serif;font-size:1rem;font-weight:600;color:var(--color-grey-800)}.error-contact-detail{font-family:Urbanist,sans-serif;font-size:.875rem;color:var(--color-grey-600)}@media(max-width:768px){.error-content{padding:2rem 1.25rem}.error-content h2{font-size:1.5rem}.error-message{font-size:1rem}.error-contact-cards{grid-template-columns:1fr}.error-contact-card{padding:1.5rem}}.submission-disclaimer{background:#00c3cf26;border-radius:.5rem;padding:1rem 1.25rem;margin-bottom:1.5rem;font-family:Urbanist,sans-serif;font-size:.9375rem;color:var(--color-grey-700);line-height:1.5;display:flex;align-items:flex-start;gap:.75rem}.submission-disclaimer__icon{width:1rem;height:1rem;color:var(--color-blue);flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;background:transparent;border:1.5px solid currentColor;border-radius:50%;font-size:.625rem;font-weight:600;font-style:normal;line-height:1;margin-top:.125rem}.submission-disclaimer__text{flex:1;font-weight:500}.submission-confirmation{margin-bottom:1.5rem}.submission-checkbox-label{display:flex;align-items:center;gap:.75rem;cursor:pointer;font-family:Urbanist,sans-serif;font-size:1rem;font-weight:500;color:var(--color-black)}.submission-checkbox{width:1.25rem;height:1.25rem;cursor:pointer;appearance:none;-webkit-appearance:none;-moz-appearance:none;border:2px solid #d1d5db;border-radius:.25rem;background:#fff;position:relative;transition:all .2s}.submission-checkbox:checked{background:var(--color-blue);border-color:var(--color-blue)}.submission-checkbox:checked:after{content:"✓";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:.875rem;font-weight:700;line-height:1}.submission-actions{display:flex;justify-content:flex-start;margin-bottom:1rem}.submission-warning{display:flex;align-items:flex-start;gap:.5rem;font-family:Urbanist,sans-serif;font-size:.875rem;color:#f59e0b;line-height:1.5}.submission-warning__icon{width:1rem;height:1rem;color:#92400e;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;background:transparent;border:1.5px solid currentColor;border-radius:50%;font-size:.625rem;font-weight:700;font-style:normal;line-height:1;margin-top:.125rem}.submission-warning__text{font-weight:600;color:#92400e}.validation-errors{margin-top:2rem;padding:1.5rem;background:#fff7ed;border-radius:.5rem;font-family:Urbanist,sans-serif}.validation-errors h4{margin:0 0 1.5rem;font-size:1.125rem;font-weight:600;color:#92400e;display:flex;align-items:center;gap:.5rem}.validation-errors h4 svg{flex-shrink:0}.validation-sections-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem}.validation-section{background:#fff;padding:1rem;border-radius:.375rem;border:1px solid #fed7aa}.validation-section h5{margin:0 0 .75rem;font-size:.9375rem;font-weight:600;color:#92400e;padding-bottom:.5rem;border-bottom:1px solid #fed7aa}.validation-section ul{margin:0;padding:0;list-style:none}.validation-section li{margin-bottom:.5rem}.validation-section li:last-child{margin-bottom:0}.validation-field-link{background:none;border:none;padding:0;font-family:Urbanist,sans-serif;font-size:.875rem;color:#ea580c;text-decoration:none;cursor:pointer;text-align:left;display:flex;align-items:center;gap:.375rem;transition:color .2s}.validation-field-link:before{content:"→";font-weight:700;color:#f59e0b}.validation-field-link:hover{color:#c2410c}.validation-field-link:hover:before{color:#d97706}@media(max-width:767px){.validation-sections-grid{grid-template-columns:1fr}.validation-errors h4{justify-content:flex-start;text-align:left}}.floating-back-to-overview{position:fixed;bottom:2rem;right:2rem;padding:.875rem 1.5rem;background:#f59e0b;color:#fff;border:none;border-radius:2rem;font-family:Urbanist,sans-serif;font-size:.9375rem;font-weight:600;cursor:pointer;box-shadow:0 4px 12px #f59e0b66;z-index:1000;opacity:0;transform:translateY(20px);transition:opacity .3s ease,transform .3s ease}.floating-back-to-overview.visible{opacity:1;transform:translateY(0)}.floating-back-to-overview.visible:hover{background:#d97706;transform:translateY(-2px);box-shadow:0 6px 16px #f59e0b80}.floating-back-to-overview.visible:active{transform:translateY(0)}@media(max-width:767px){.submission-disclaimer__text{text-align:left}.submission-actions,.submission-warning{justify-content:flex-start}.submission-warning__text{text-align:left}.floating-back-to-overview{bottom:1rem;right:1rem;padding:.75rem 1.25rem;font-size:.875rem}}@media(max-width:768px){.container{padding:0}.navbar-content{padding:0 1rem}.navbar-title{font-size:1rem}.navbar-order{font-size:.75rem}.prefilled-info{grid-template-columns:1fr}}.status-badge{display:inline-flex;align-items:center;gap:0;padding:0;border-radius:.2rem;font-family:Urbanist,sans-serif;font-size:.9375rem;font-weight:600;overflow:hidden}.status-badge--good{background-color:#d4f1e8;color:#2d7a5f}.status-badge--repair{background-color:#ffecd1;color:#d97706}.status-badge--nvt{background-color:#e8eaeb;color:#000}.status-badge__icon-wrapper{display:flex;align-items:center;justify-content:center;padding:.75rem;flex-shrink:0}.status-badge--good .status-badge__icon-wrapper{background-color:#2d7a5f}.status-badge--repair .status-badge__icon-wrapper{background-color:#d97706}.status-badge--nvt .status-badge__icon-wrapper{background-color:#cacaca}.status-badge--nvt .status-badge__icon{filter:invert(1)}.status-badge__icon{width:1.25rem;height:1.25rem;flex-shrink:0}.status-badge__text{line-height:1;padding:.75rem}.status-plain{font-family:Urbanist,sans-serif;font-size:.9375rem;color:var(--color-grey-700);display:block;width:100%;text-align:right}.tire-visualization{margin:24px 0;display:flex;justify-content:center}.tire-viz__container{position:relative;width:100%;max-width:320px}.tire-viz__base{width:100%;height:auto;display:block}.tire-viz__overlay{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}@media(max-width:480px){.tire-viz__container{max-width:280px}}.inspection-categories{display:flex;flex-direction:column;gap:1rem}.inspection-category{background:var(--color-white);border-radius:.5rem;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;overflow:hidden}.category-header-wrapper{display:flex;align-items:center;gap:1rem;padding-right:1.5rem;background:var(--color-white);cursor:pointer}.category-header-wrapper:focus-visible{outline:2px solid var(--color-blue);outline-offset:-2px}.category-header{display:flex;align-items:center;gap:1rem;padding:1.25rem 0 1.25rem 1.5rem;background:transparent;border:none;cursor:pointer;text-align:left}.category-header-wrapper:hover .category-title{color:var(--color-blue)}.category-icon{width:1.75rem;height:1.75rem;flex-shrink:0;color:var(--color-blue)}.category-title{font-family:Urbanist,sans-serif;font-size:1.125rem;font-weight:600;color:var(--color-black);margin:0;line-height:1.4}.category-header-wrapper .category-score{flex-shrink:0}.category-score{font-family:Urbanist,sans-serif;font-size:.9375rem;font-weight:600;line-height:1.4}.category-score--good{color:#2d7a5f}.category-score--warning{color:#d97706}.category-chevron{flex-shrink:0;margin-left:auto;color:var(--color-grey-600);transition:transform .3s ease;cursor:pointer}.category-chevron--expanded{transform:rotate(180deg)}.category-content{max-height:0;overflow:hidden;transition:max-height .3s ease,opacity .2s ease;opacity:0}.category-content--expanded{max-height:5000px;opacity:1}.category-info-text{padding:1rem 1.5rem;background:var(--color-grey-50);border-bottom:1px solid #e5e7eb;font-family:Urbanist,sans-serif;font-size:.9375rem;font-weight:400;color:var(--color-grey-500);line-height:1.5;text-align:left}.category-table-headers{display:grid;grid-template-columns:2fr 1.5fr;gap:1rem;padding:1rem 1.5rem;background:var(--color-grey-50);border-bottom:1px solid #e5e7eb}.table-header{font-family:Urbanist,sans-serif;font-size:.875rem;font-weight:600;color:var(--color-grey-700);text-transform:uppercase;letter-spacing:.05em}.inspection-rows-container{display:grid;grid-template-columns:1fr 1fr;grid-auto-flow:column;gap:0}.inspection-row{display:grid;grid-template-columns:2fr 1.5fr;gap:1rem;padding:1rem 1.5rem;align-items:center;transition:background .2s ease;border-bottom:1px solid #e5e7eb}.inspection-row--left-column{border-right:1px solid #e5e7eb}.inspection-row--last-in-column{border-bottom:none}.inspection-row:hover{background:var(--color-grey-50)}.inspection-cell{font-family:Urbanist,sans-serif;min-width:0}.inspection-cell--label{font-size:1rem;font-weight:500;color:var(--color-grey-800);text-align:left}.inspection-cell--value{display:flex;align-items:center;justify-content:flex-end;gap:.5rem}.inspection-cell--value-note{justify-content:flex-start}.inspection-cell--value-note .status-plain{text-align:left}.value-with-label{font-size:1rem;font-weight:500;color:var(--color-grey-700)}.field-tooltip{color:var(--color-grey-500);cursor:help;display:flex;align-items:center}.field-tooltip:hover{color:var(--color-blue)}.field-tooltip-popup{position:fixed;background:var(--color-black);color:#fff;padding:.5rem .75rem;border-radius:.375rem;font-size:.8125rem;font-weight:400;line-height:1.4;max-width:280px;z-index:1000;box-shadow:0 4px 12px #00000026;pointer-events:none}.field-tooltip-popup:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:6px solid transparent;border-top-color:var(--color-black)}.photo-toggle-button-header{font-family:Urbanist,sans-serif;font-size:.875rem;font-weight:500;color:var(--color-blue);background:transparent;border:1px solid var(--color-blue);border-radius:.375rem;padding:.5rem 1rem;cursor:pointer;transition:all .2s ease;white-space:nowrap}.photo-toggle-button-header:hover{background:var(--color-blue);color:var(--color-white)}.category-photo-toggle-mobile{display:none}.category-photo-gallery{max-height:0;overflow:hidden;transition:max-height .3s ease,opacity .2s ease,padding .3s ease;opacity:0;padding:0 1.5rem;background:var(--color-grey-50);border-bottom:1px solid #e5e7eb}.category-photo-gallery--expanded{max-height:500px;opacity:1;padding:1.5rem}.photo-gallery-inner{display:flex;gap:1rem;flex-wrap:wrap}.photo-thumbnail{position:relative;width:150px;height:112px;border-radius:.5rem;overflow:hidden;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 1px 3px #0000001a}.photo-thumbnail:hover{transform:translateY(-2px);box-shadow:0 4px 8px #00000026}.photo-thumbnail img{width:100%;height:100%;object-fit:cover}.photo-thumbnail-caption{position:absolute;bottom:0;left:0;right:0;padding:.5rem;background:linear-gradient(to top,rgba(0,0,0,.7),transparent);color:#fff;font-family:Urbanist,sans-serif;font-size:.75rem;font-weight:500}@media(max-width:768px){.category-header-wrapper{padding-right:1rem}.category-header{padding:1rem 0 1rem 1rem;gap:.75rem}.category-icon{width:1.5rem;height:1.5rem}.category-title{font-size:1rem}.photo-toggle-button-header{display:none}.category-photo-toggle-mobile{display:block;padding:1rem 1.5rem;background:var(--color-grey-50);border-bottom:1px solid #e5e7eb}.photo-toggle-button-mobile{font-family:Urbanist,sans-serif;font-size:.875rem;font-weight:500;color:var(--color-blue);background:transparent;border:1px solid var(--color-blue);border-radius:.375rem;padding:.5rem 1rem;cursor:pointer;transition:all .2s ease;white-space:nowrap;width:100%}.photo-toggle-button-mobile:hover{background:var(--color-blue);color:var(--color-white)}.category-score{font-size:.8125rem}.category-table-headers{display:none}.inspection-rows-container{grid-template-columns:1fr;grid-auto-flow:row;grid-template-rows:auto!important}.inspection-row{grid-template-columns:1fr;gap:.75rem;padding:1rem;border-right:none!important}.inspection-cell--label{font-weight:600}.inspection-cell--value{display:block;text-align:left}.inspection-cell--value .status-plain{text-align:left!important}.category-photo-gallery--expanded{padding:1rem}.photo-thumbnail{width:calc(50% - .5rem);height:auto;aspect-ratio:4 / 3}}@media(max-width:480px){.photo-thumbnail{width:100%}}.tires-content-wrapper,.tires-fields{display:flex;flex-direction:column}.tires-field-row{display:grid;grid-template-columns:2fr 1.5fr;gap:1rem;padding:1rem 1.5rem;align-items:center;border-bottom:1px solid #e5e7eb}.tires-field-row:last-child{border-bottom:none}.tires-field-row:hover{background:var(--color-grey-50)}@media(min-width:769px){.tires-content-wrapper{flex-direction:row;align-items:center}.tires-fields{width:50%;border-right:1px solid #e5e7eb}.tires-field-row{border-bottom:1px solid #e5e7eb}.tires-content-wrapper .tire-visualization{width:50%;margin:0;display:flex;justify-content:center}.tires-content-wrapper .tire-viz__container{max-width:350px}}@media(max-width:768px){.tires-field-row{grid-template-columns:1fr;gap:.75rem;padding:1rem}}.inspection-report{position:fixed;inset:0;overflow-y:auto;background-color:var(--color-grey-200)}.report-header{background:#24b8cb;padding:0}.report-header-content{max-width:1200px;margin:0 auto;padding:2rem}.report-nav{display:flex;align-items:center;justify-content:space-between;max-width:1400px;margin:0 auto 20px;padding:30px 2rem 0}.report-nav-logo{display:flex;align-items:center}.report-nav-logo-img{height:40px;width:auto}.report-nav-download{font-family:Urbanist,sans-serif;font-size:1rem;font-weight:600;color:var(--color-white);background:transparent;border:2px solid var(--color-white);border-radius:.5rem;padding:.75rem 1.5rem;cursor:pointer;transition:background .2s,color .2s}.report-nav-download:hover{background:var(--color-white);color:#24b8cb}.report-header-intro{text-align:center;margin-bottom:2rem}.report-header-title{font-family:Urbanist,sans-serif;font-size:2rem;font-weight:700;color:var(--color-white);margin:0 0 .5rem;line-height:1.2}.report-header-date{font-family:Urbanist,sans-serif;font-size:1rem;font-weight:400;color:#ffffffe6;margin:0;line-height:1.4}.report-header-card{position:relative;background:var(--color-grey-200);border-radius:.5rem;padding:2rem;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}.report-header-top{display:flex;align-items:flex-start;justify-content:space-between;gap:2rem}.report-header-brand{display:flex;align-items:flex-start;gap:1.5rem}.report-header-brand-logo-wrapper{display:flex;align-items:center;justify-content:center;background:var(--color-white);border:1px solid var(--color-grey-200);border-radius:.5rem;padding:8px;flex-shrink:0}.report-header-brand-logo{flex-shrink:0;object-fit:contain}.report-header-brand-info{display:flex;flex-direction:column;gap:.5rem;text-align:left}.report-header-brand-title-row{display:flex;align-items:center;gap:1rem}.report-header-brand-text{font-family:Urbanist,sans-serif;font-size:1.5rem;font-weight:600;color:var(--color-grey-800);line-height:1.3;text-align:left}.report-header-brand-details{display:grid;grid-template-columns:auto 1fr;gap:.25rem 1rem;align-items:baseline}.report-header-brand-detail{display:contents}.report-header-brand-detail{font-family:Urbanist,sans-serif;font-size:1rem;font-weight:400;color:var(--color-grey-600);line-height:1.4}.report-header-summary-wrapper{margin-top:1rem;background:var(--color-white);border:1px solid var(--color-grey-200);border-radius:.5rem;padding:15px}.report-header-brand-summary{font-family:Urbanist,sans-serif;display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;flex-wrap:wrap}.report-header-brand-summary-badge{display:inline-flex;align-items:center;padding:.5rem 1rem;border-radius:9999px;font-size:1rem;font-weight:600;line-height:1.4}.report-header-brand-summary-badge--good{background-color:#d1fae5;color:#065f46}.report-header-brand-summary-badge--warning{background-color:#fed7aa;color:#9a3412}.report-header-text-separator{height:1px;background:var(--color-grey-200);margin:15px 0}.report-header-text-title{font-family:Urbanist,sans-serif;font-size:1rem;font-weight:600;color:var(--color-grey-700);margin:0 0 .5rem;letter-spacing:.05em}.report-header-text-content{font-family:Urbanist,sans-serif;font-size:.9375rem;font-weight:400;color:var(--color-grey-700);line-height:1.5;margin:0}.report-header-tip{margin-top:1rem}.report-header-tip-text{font-family:Urbanist,sans-serif;font-size:.875rem;font-weight:400;color:var(--color-grey-500);line-height:1.5;margin:0}.report-header-tip-text strong{font-weight:600;color:var(--color-grey-500)}.report-header-brand-value{font-family:Urbanist,sans-serif;font-size:1rem;font-weight:400;color:var(--color-grey-600);line-height:1.4}.report-header-vehicle{display:flex;align-items:center;gap:2rem;margin-bottom:2rem;padding-bottom:2rem;border-bottom:2px solid var(--color-grey-200)}.report-header-vehicle:first-child{padding-top:0}@media(max-width:768px){.report-nav{padding:30px 1rem 0;margin-bottom:20px}.report-nav-logo-img{height:32px}.report-nav-download{font-size:.875rem;padding:.5rem 1rem}.report-header-content{padding:1rem}.report-header-intro{margin-bottom:3rem}.report-header-title{font-size:1.5rem}.report-header-date{font-size:.875rem}.report-header-card{padding:1.5rem}.report-header-top{display:block}.report-header-brand{display:grid;grid-template-columns:auto 1fr auto;grid-template-rows:auto auto;gap:.75rem 1rem;align-items:start}.report-header-brand-logo-wrapper{grid-column:1;grid-row:1}.report-header-brand-info{grid-column:1 / -1;grid-row:2}.report-header-brand-title-row{grid-column:1 / 3;grid-row:1;display:flex;flex-direction:column;gap:.5rem;align-items:flex-start}.report-header-brand-text{font-size:1.25rem}.report-kenteken-inline{align-self:flex-start}.report-keurmerk-absolute{position:static;grid-column:3;grid-row:1;align-self:flex-start}.report-header-vehicle{flex-direction:column;align-items:flex-start;gap:1rem}}.report-loading,.report-error{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;background-color:var(--color-grey-100)}.spinner{width:50px;height:50px;border:4px solid #e5e7eb;border-top-color:var(--color-blue);border-radius:50%;animation:spin 1s linear infinite}.report-kenteken-inline{position:relative;display:inline-flex;align-items:stretch;border-radius:3px;overflow:hidden;border:2px solid #000;max-width:fit-content;flex-shrink:0;flex-grow:0;transform:scale(.6);transform-origin:left center}.report-kenteken-wrapper{position:relative;display:inline-flex;align-items:stretch;border-radius:3px;overflow:hidden;border:2px solid #000;max-width:fit-content;flex-shrink:0;flex-grow:0;transform:scale(.85);transform-origin:right center}.report-kenteken-eu-section{width:38px;display:flex;align-items:center;justify-content:center;flex-shrink:0;background:#002999}.report-kenteken-eu-svg{width:100%;height:100%;display:block}.report-kenteken-plate{background-color:#fc0!important;color:#000!important;font-weight:600;font-size:26px;letter-spacing:2px;text-transform:uppercase;text-align:center;border:none!important;padding:14px 16px;width:185px;height:60px;display:flex;align-items:center;justify-content:center;outline:none!important;box-shadow:none!important;font-family:Urbanist,system-ui,-apple-system,sans-serif!important;box-sizing:border-box}.report-kenteken-inline .report-kenteken-eu-section{width:38px}.report-kenteken-inline .report-kenteken-plate{background-color:#fc0!important;color:#000!important;font-weight:600;font-size:26px;letter-spacing:2px;text-transform:uppercase;text-align:center;border:none!important;padding:14px 16px;width:185px;height:60px;display:flex;align-items:center;justify-content:center;outline:none!important;box-shadow:none!important;font-family:Urbanist,system-ui,-apple-system,sans-serif!important;box-sizing:border-box}.report-keurmerk-absolute{position:absolute;top:0;right:32px;z-index:10}.report-keurmerk-img{width:auto;height:160px;object-fit:contain}@media(max-width:768px){.report-kenteken-plate{font-size:22px;padding:12px 14px;width:160px;height:52px}.report-kenteken-inline .report-kenteken-plate{font-size:20px!important;padding:12px 14px!important;width:160px!important;height:auto!important;min-height:auto!important}.report-keurmerk-absolute{right:16px}}.report-vehicle-info{display:flex;align-items:center;gap:1rem}.report-vehicle-logo{flex-shrink:0}.report-vehicle-text{display:flex;flex-direction:column;gap:.25rem}.report-vehicle-brand{font-family:Urbanist,sans-serif;font-size:1.5rem;font-weight:600;color:var(--color-grey-800);line-height:1.2}.report-vehicle-model{font-family:Urbanist,sans-serif;font-size:1.125rem;font-weight:400;color:var(--color-grey-600);line-height:1.2}@media(max-width:768px){.report-vehicle-brand{font-size:1.25rem}.report-vehicle-model{font-size:1rem}}.report-content{max-width:1200px;margin:0 auto;padding:2rem}@media(max-width:768px){.report-content{padding:1rem}}.report-section{background:var(--color-white);border-radius:1rem;margin-bottom:2rem;overflow:hidden;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}@media(max-width:768px){.report-section{margin-bottom:1.5rem}}.report-section__header{display:flex;align-items:center;gap:1rem;border-bottom:2px solid var(--color-grey-200);padding:1.5rem 2rem}@media(max-width:768px){.report-section__header{padding:1rem}}.report-section__icon{width:1.75rem;height:1.75rem;color:var(--color-blue);flex-shrink:0}.report-section__title{font-family:Urbanist,sans-serif;font-size:1.25rem;font-weight:700;color:var(--color-black);margin:0;line-height:1.75rem}.report-section__body{padding:2rem}@media(max-width:768px){.report-section__body{padding:1.5rem}}.report-info-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem}@media(max-width:992px){.report-info-grid{grid-template-columns:1fr}}.report-info-item{display:flex;align-items:center;padding:.5rem;border:1px solid var(--color-grey-200);border-radius:.375rem;gap:1rem;min-width:0;min-height:calc(1.5em + 1.25rem + 3px)}.report-info-icon{width:1.25rem;height:1.25rem;flex-shrink:0;color:var(--color-blue)}.report-info-content{display:flex;flex-direction:column;align-items:flex-start;gap:.25rem;flex:1;min-width:0}.report-info-label{font-family:Urbanist,sans-serif;font-size:.875rem;font-weight:600;color:var(--color-grey-600);line-height:1.2;text-align:left}.report-info-value{font-family:Urbanist,sans-serif;font-size:1rem;font-weight:400;color:var(--color-grey-800);line-height:1.4;word-wrap:break-word;text-align:left;width:100%}@media(max-width:768px){.report-info-item{gap:.75rem;padding:.75rem}}.report-metrics{display:flex;gap:1.5rem;margin-bottom:2rem}@media(max-width:768px){.report-metrics{flex-direction:column;gap:1rem}}.report-metric{flex:1;display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1.5rem;background:var(--color-grey-100);border-radius:.75rem}.report-metric__value{font-family:Urbanist,sans-serif;font-size:3rem;font-weight:700;line-height:1}.report-metric__value--good{color:#2d7a5f}.report-metric__value--repair{color:#d97706}.report-metric__label{font-family:Urbanist,sans-serif;font-size:1rem;font-weight:600;color:var(--color-grey-700)}.report-text-blocks{display:flex;flex-direction:column;gap:1.5rem}.report-text-block{padding:1.5rem;background:var(--color-grey-100);border-radius:.75rem}.report-text-block__title{font-family:Urbanist,sans-serif;font-size:1.125rem;font-weight:700;color:var(--color-grey-800);margin:0 0 .75rem}.report-text-block__content{font-family:Urbanist,sans-serif;font-size:1rem;font-weight:400;color:var(--color-grey-700);line-height:1.6;margin:0}.report-details{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}@media(max-width:992px){.report-details{grid-template-columns:1fr}}.report-detail-section{background:var(--color-white);border-radius:.5rem;overflow:hidden}.report-detail-header{display:flex;align-items:center;gap:1rem;border-bottom:2px solid var(--color-grey-200);padding:1.5rem 2rem}@media(max-width:768px){.report-detail-header{padding:1rem}}.report-detail-icon{width:1.75rem;height:1.75rem;flex-shrink:0;color:var(--color-blue)}.report-detail-title{font-family:Urbanist,sans-serif;font-size:1.25rem;font-weight:700;color:var(--color-black);margin:0;line-height:1.75rem}.report-detail-body{padding:2rem}@media(max-width:768px){.report-detail-body{padding:1.5rem}}.report-detail-items{display:flex;flex-direction:column;gap:.5rem}.report-detail-item{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.5rem;border:1px solid var(--color-grey-200);border-radius:.375rem;min-width:0;min-height:calc(1.5em + 1.25rem + 3px)}.report-detail-label{flex:1 1 40%;padding-left:.75rem;font-family:Urbanist,sans-serif;font-size:1rem;font-weight:500;color:var(--color-grey-800);text-align:left;min-width:0}@media(max-width:768px){.report-detail-item{flex-direction:column;align-items:flex-start;gap:.5rem;padding:.75rem}.report-detail-label{flex:none;width:100%;padding-left:0}}.report-detail-photos{margin-top:1.5rem;display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1rem}@media(max-width:768px){.report-detail-photos{grid-template-columns:repeat(2,1fr)}}.report-photo{position:relative;aspect-ratio:4/3;border-radius:.5rem;overflow:hidden;cursor:pointer;transition:transform .2s,box-shadow .2s}.report-photo:hover{transform:translateY(-2px);box-shadow:0 4px 8px #00000026}.report-photo img{width:100%;height:100%;object-fit:cover}.report-photo-caption{position:absolute;bottom:0;left:0;right:0;padding:.5rem;background:linear-gradient(to top,rgba(0,0,0,.7),transparent);color:#fff;font-family:Urbanist,sans-serif;font-size:.75rem;font-weight:500}.photo-modal{position:fixed;inset:0;z-index:99999;background:#000000d9;display:flex;align-items:center;justify-content:center;padding:2rem;margin:0;width:100vw!important;height:100vh!important;max-width:none!important;max-height:none!important;overflow:auto}@media(max-width:768px){.photo-modal{padding:1rem}}.photo-modal__content{position:relative;max-width:95vw;max-height:95vh;background:var(--color-white);border-radius:1rem;overflow:hidden;display:flex;flex-direction:column}.photo-modal__close{position:absolute;top:1rem;right:1rem;z-index:10;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;background:var(--color-white);border:none;border-radius:50%;font-size:1.5rem;color:var(--color-grey-800);cursor:pointer;box-shadow:0 2px 8px #0003;transition:background .2s,transform .2s}.photo-modal__close:hover{background:var(--color-grey-100);transform:scale(1.1)}.photo-modal__image{max-width:100%;max-height:calc(95vh - 4rem);object-fit:contain}.photo-modal__description{padding:1rem 1.5rem;font-family:Urbanist,sans-serif;font-size:1rem;color:var(--color-grey-700);margin:0;background:var(--color-grey-100)}.report-disclaimer{background:#24b8cb;border-radius:.75rem;padding:1.5rem;margin-top:2rem}.report-disclaimer p{font-family:Urbanist,sans-serif;font-size:.9375rem;font-weight:500;color:var(--color-white);line-height:1.6;margin:0}@media(max-width:768px){.report-disclaimer{padding:1.25rem}.report-disclaimer p{font-size:.875rem}}.report-section-heading{font-size:1.25rem;font-weight:700;color:#1f2a44;margin:28px 0 12px}.report-section-heading:first-of-type{margin-top:8px}.order-overview{padding:2rem 0;min-height:100vh;background-color:#f5f5f5}.overview-header{text-align:center;margin-bottom:3rem;padding-top:1rem}.overview-header h1{font-size:2rem;color:#1a1a1a;margin-bottom:.5rem}.overview-header .subtitle{color:#666;font-size:1rem}.package-groups{display:flex;flex-direction:column;gap:2.5rem}.package-group{background:#fff;border-radius:8px;padding:1.5rem;box-shadow:0 2px 4px #0000001a}.package-title{font-size:1.5rem;color:#1a1a1a;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:2px solid #e0e0e0}.order-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(600px,1fr));gap:1rem}.order-card-wrapper{display:flex;gap:.5rem;flex-wrap:wrap}.order-card{flex:1;min-width:0;display:flex;flex-direction:column;background:#f9f9f9;border:2px solid #e0e0e0;border-radius:6px;padding:1rem;text-decoration:none;color:inherit;transition:all .2s ease}.order-card:hover{border-color:#007bff;box-shadow:0 4px 8px #007bff26;transform:translateY(-2px)}.order-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem;padding-bottom:.75rem;border-bottom:1px solid #e0e0e0}.order-number{font-weight:600;font-size:1.1rem;color:#007bff}.order-badge{font-family:Urbanist,sans-serif;font-size:.8125rem;padding:.375rem .625rem;color:#fff;border-radius:4px;font-weight:600;letter-spacing:.025em}.order-badge--form{background-color:#00c2ce}.order-badge--report{background-color:#f97316}.order-card-body{display:flex;flex-direction:column;gap:.5rem;flex:1}.order-card-footer{margin-top:.75rem;padding-top:.75rem;border-top:1px solid #e0e0e0;text-align:center}.order-card-type{font-size:.85rem;font-weight:600;color:#666;text-transform:uppercase;letter-spacing:.05em}.order-info{font-size:.9rem;color:#555;margin:0}.order-info strong{color:#333;margin-right:.5rem}@media(max-width:768px){.overview-header h1{font-size:1.5rem}.order-cards{grid-template-columns:1fr}.order-card-wrapper{flex-direction:column}.order-card{min-width:100%}}.garage-choice-page{min-height:100vh;background-color:var(--color-grey-100)}.btn--primary,.btn--success{background-color:#27d950;color:#fff}.btn--primary:hover:not(:disabled),.btn--success:hover:not(:disabled){background-color:#22c247}.loading-spinner{width:48px;height:48px;border:4px solid var(--color-grey-200);border-top-color:var(--color-primary);border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 1rem}.cancellation-page{min-height:100vh;background-color:var(--color-grey-100)}.page-header{padding:1rem 0}.header-nav{max-width:600px;margin:0 auto;padding:0 1rem;display:flex;align-items:center;justify-content:space-between}.header-logo{height:32px;width:auto;display:block}.header-phone-btn{display:inline-flex;align-items:center;gap:8px;background-color:#00c2cf;color:#fff;text-decoration:none;padding:10px 26px;border-radius:360px;border:2px solid #00c2cf;font-size:16px;font-weight:600;font-family:Urbanist,sans-serif;transition:all .2s ease}.header-phone-btn:hover{background-color:#00adb8;border-color:#00adb8}.header-phone-icon{width:16px;height:16px;filter:brightness(0) invert(1)}.page-content{padding:2rem 1rem}.status-card{background:#fff;border-radius:12px;padding:48px 32px;text-align:center;max-width:567px;margin:0 auto;box-shadow:0 2px 4px #0000001a;box-sizing:border-box}.status-card h1{font-size:24px;font-weight:700;margin:24px 0 0;color:#0d1732;line-height:1.2}.status-card p{color:#595959;margin:16px 0 0;line-height:1.6;font-size:16px}.status-card p:last-child{margin-top:24px}.status-icon{width:51px;height:51px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto;font-size:24px;font-weight:700;background-color:#d1ecf1;color:#0d1732}.confirmation-card{background:#fff;border-radius:12px;padding:48px 32px;text-align:center;max-width:567px;margin:0 auto;box-sizing:border-box;box-shadow:0 2px 4px #0000001a}.confirmation-card h1{font-size:24px;font-weight:700;margin:24px 0 0;color:#0d1732;line-height:1.2}.confirmation-card p{color:#595959;margin:16px 0 0;line-height:1.6;font-size:16px}.confirmation-card p strong{color:#0d1732;font-weight:700}.confirmation-info{color:#000;margin-top:8px!important}.confirmation-actions{margin-top:24px;display:flex;gap:1rem;justify-content:center}.btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 32px;font-size:16px;font-weight:700;font-family:Urbanist,sans-serif;border-radius:8px;border:none;cursor:pointer;transition:all .2s ease;min-width:150px}.btn:disabled{opacity:.6;cursor:not-allowed}.btn--danger{background-color:#eb0000;color:#fff}.btn--danger:hover:not(:disabled){background-color:#d10000}.loading-spinner{width:48px;height:48px;border:4px solid var(--color-grey-200);border-top-color:var(--color-primary);border-radius:50%;animation:spin 1s linear infinite;margin:0 auto}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:640px){.header-nav{flex-wrap:wrap;gap:1rem;justify-content:center}.header-phone-btn{padding:8px 20px;font-size:14px}.page-content{padding:1rem}.status-card,.confirmation-card{padding:32px 24px}.status-card h1,.confirmation-card h1{font-size:20px}.status-icon{width:48px;height:48px;font-size:20px}.btn{width:100%}}.showcase-page{display:flex;min-height:100vh}.showcase-sidebar{width:280px;background:#1a1a2e;color:#fff;padding:24px;overflow-y:auto;flex-shrink:0}.showcase-sidebar h2{font-size:20px;font-weight:700;margin:0 0 24px;padding-bottom:16px;border-bottom:1px solid rgba(255,255,255,.1)}.showcase-group{margin-bottom:24px}.showcase-group h3{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:#ffffff80;margin:0 0 12px}.showcase-group ul{list-style:none;padding:0;margin:0}.showcase-group li{margin-bottom:4px}.showcase-group button{width:100%;text-align:left;background:transparent;border:none;color:#fffc;padding:8px 12px;border-radius:6px;cursor:pointer;font-size:14px;font-family:inherit;transition:all .15s ease}.showcase-group button:hover{background:#ffffff1a;color:#fff}.showcase-group button.active{background:#00c2cf;color:#fff}.showcase-preview{flex:1;overflow-y:auto;background:var(--color-grey-100, #f5f5f5)}.showcase-preview .garage-choice-page,.showcase-preview .cancellation-page{min-height:100%}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(prefers-reduced-motion:no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}
