@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Montserrat:wght@500;600;700;800&display=swap";.stepper-header{scrollbar-width:none;background:#1b2d6b;display:flex;overflow-x:auto}.stepper-header::-webkit-scrollbar{display:none}.step-tab{text-align:center;cursor:pointer;color:#ffffff8c;border-bottom:3px solid #0000;flex-direction:row-reverse;flex:1;justify-content:center;align-items:center;gap:.5rem;min-width:140px;padding:1.15rem 1rem;font-size:.8rem;font-weight:500;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.step-tab:hover{color:#ffffffd9;background:#ffffff0d}.step-tab.active{color:#fff;background:#ffffff1a;border-bottom-color:#fff}.step-tab.completed{color:#fffc}.step-tab .step-tab-label{text-transform:uppercase;letter-spacing:1.2px;font-size:.7rem;font-weight:700}.step-tab .completed-dot{background:#8bc34a;border-radius:50%;width:7px;height:7px;display:none}.step-tab.completed .completed-dot{display:block}.app-container{background:var(--card-bg,#fff);border:1px solid var(--border-light,#d4d8e0);border-radius:12px;width:100%;max-width:960px;margin:2.5rem auto;overflow:hidden;box-shadow:0 10px 25px #1b2d6b1a,0 4px 10px #0000000a}@media (width<=768px){.app-container{box-shadow:none;border-radius:0;margin:0}}.form-body{transition:height .35s cubic-bezier(.65,0,.35,1);position:relative;overflow:hidden}.steps-carousel{align-items:flex-start;width:500%;transition:transform .35s cubic-bezier(.65,0,.35,1);display:flex}.form-actions{background:var(--form-bg,#f8f8f5);border-top:1px solid var(--border-light,#d4d8e0);justify-content:space-between;align-items:center;padding:1.5rem 2.5rem;display:flex}@media (width<=768px){.form-actions{padding:1.25rem}}.form-actions button{cursor:pointer;letter-spacing:.02em;border:none;border-radius:8px;padding:.7rem 2rem;font-size:.9rem;font-weight:600;transition:all .25s cubic-bezier(.4,0,.2,1)}.form-actions button.btn-prev{background:var(--input-bg,#fafafa);color:var(--text-dark,#1a1a2e);border:1px solid var(--border-light,#d4d8e0)}.form-actions button.btn-prev:hover:not(:disabled){background:var(--form-bg,#f8f8f5);border-color:#b0b8c4}.form-actions button.btn-prev:disabled{opacity:.35;cursor:not-allowed}.form-actions button.btn-next,.form-actions button.btn-submit{background:var(--primary-color,#1b2d6b);color:#fff}.form-actions button.btn-next:hover,.form-actions button.btn-submit:hover{background:var(--primary-hover,#142358);transform:translateY(-1px);box-shadow:0 4px 12px #1b2d6b40}.form-actions button.btn-next:active,.form-actions button.btn-submit:active{transform:translateY(0)}.step-panel{box-sizing:border-box;flex-direction:column;width:20%;padding:2.5rem;display:flex}@media (width<=768px){.step-panel{padding:1.75rem 1.25rem}}.panel-header{margin-bottom:2rem}.panel-header h2{color:var(--text-dark,#1a1a2e);letter-spacing:-.02em;font-size:1.5rem;font-weight:700}.panel-header p{color:var(--text-muted,#6b7280);margin-top:.4rem;font-size:.875rem;line-height:1.5}.form-grid{grid-template-columns:repeat(2,1fr);gap:1.75rem;display:grid}@media (width<=768px){.form-grid{grid-template-columns:1fr;gap:1.25rem}}.loading-mask{z-index:9999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffffd9;flex-direction:column;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:fixed;top:0;left:0}.loading-mask .spinner{border:4px solid #1b2d6b26;border-top-color:var(--primary-color,#1b2d6b);border-radius:50%;width:50px;height:50px;margin-bottom:1.5rem;animation:1s linear infinite spin}.loading-mask p{color:var(--text-dark,#1a1a2e);margin:0;font-size:1.1rem;font-weight:600}@keyframes spin{to{transform:rotate(360deg)}}.form-group{flex-direction:column;gap:.4rem;display:flex}.form-group.full-width{grid-column:1/-1}.form-group label{color:var(--text-dark,#1a1a2e);letter-spacing:.02em;font-size:.8rem;font-weight:600}.form-group input,.form-group textarea{border:1px solid var(--border-light,#d4d8e0);background:var(--input-bg,#fafafa);color:var(--text-dark,#1a1a2e);border-radius:8px;padding:.7rem .9rem;font-family:inherit;font-size:.9rem;transition:all .25s cubic-bezier(.4,0,.2,1)}.form-group input:focus,.form-group textarea:focus{background:var(--input-bg,#fafafa);border-color:#1b2d6b;outline:none;box-shadow:0 0 0 3px #1b2d6b1a}.form-group input::placeholder,.form-group textarea::placeholder{color:var(--text-muted,#6b7280);opacity:.7}.toggle-group{background:var(--form-bg,#f8f8f5);border:1px solid var(--border-light,#d4d8e0);border-radius:8px;gap:.5rem;width:fit-content;padding:4px;display:flex}.toggle-group .toggle-option{position:relative}.toggle-group .toggle-option input{opacity:0;width:0;height:0;position:absolute}.toggle-group .toggle-option label{color:var(--text-muted,#6b7280);cursor:pointer;border-radius:6px;margin:0;padding:.45rem 1.4rem;font-size:.8rem;font-weight:600;transition:all .25s cubic-bezier(.4,0,.2,1);display:block}.toggle-group .toggle-option input:checked+label{color:#fff;background:#1b2d6b;box-shadow:0 1px 3px #1b2d6b14}.conditional-detail{opacity:0;flex-direction:column;gap:.75rem;max-height:0;transition:all .4s ease-out;display:flex;overflow:hidden}.conditional-detail.visible{opacity:1;max-height:300px;margin-top:.75rem}.drop-zone{border:2px dashed var(--border-light,#d4d8e0);text-align:center;background:var(--form-bg,#f8f8f5);border-radius:12px;margin-bottom:2.5rem;padding:4rem 2rem;transition:all .25s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.drop-zone.dragging{border-color:var(--primary-color,#1b2d6b);background:var(--primary-transparent,#1b2d6b0f);transform:scale(1.01);box-shadow:0 4px 12px #1b2d6b14,0 1px 3px #0000000a}.drop-zone .drop-zone-content{pointer-events:none}.drop-zone .upload-icon-wrapper{justify-content:center;margin-bottom:1.5rem;display:flex}.drop-zone .upload-icon-wrapper .upload-icon{width:56px;height:56px;color:var(--primary-color,#1b2d6b);opacity:.8;transition:all .25s cubic-bezier(.4,0,.2,1)}.drop-zone h3{color:var(--text-dark,#1a1a2e);letter-spacing:-.01em;margin-bottom:.5rem;font-size:1.35rem;font-weight:700}.drop-zone p{color:var(--text-muted,#6b7280);margin-bottom:2rem;font-size:1rem}.drop-zone .browse-btn{pointer-events:auto;background:var(--input-bg,#fafafa);color:var(--primary-color,#1b2d6b);border:2px solid var(--border-light,#d4d8e0);cursor:pointer;border-radius:10px;padding:.85rem 2.5rem;font-weight:700;transition:all .25s cubic-bezier(.4,0,.2,1);display:inline-block}.drop-zone .browse-btn:hover{background:var(--primary-bg,#eef1f7);border-color:var(--primary-color,#1b2d6b);box-shadow:0 1px 3px #1b2d6b14}.preview-container h4{color:var(--text-dark,#1a1a2e);margin-bottom:1.5rem;font-size:1.15rem;font-weight:700}.preview-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1.5rem;display:grid}.preview-item{background:var(--card-bg,#fff);border:1px solid var(--border-light,#d4d8e0);border-radius:12px;flex-direction:column;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008}.preview-item .img-wrapper{aspect-ratio:4/3;background:var(--primary-bg,#eef1f7);width:100%;overflow:hidden}.preview-item img{object-fit:cover;width:100%;height:100%;transition:transform .4s cubic-bezier(.4,0,.2,1)}.preview-item img:hover{transform:scale(1.08)}.preview-item .file-name{color:var(--text-dark,#1a1a2e);white-space:nowrap;text-overflow:ellipsis;background:var(--form-bg,#f8f8f5);border-top:1px solid var(--border-light,#d4d8e0);padding:.75rem;font-size:.8rem;font-weight:500;overflow:hidden}.preview-item .remove-btn{width:32px;height:32px;color:var(--text-muted,#6b7280);border:1px solid var(--border-light,#d4d8e0);cursor:pointer;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#fffffff2;border-radius:50%;justify-content:center;align-items:center;padding:6px;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex;position:absolute;top:8px;right:8px;box-shadow:0 2px 8px #00000026}.preview-item .remove-btn:hover{color:#fff;background:#ef4444;border-color:#ef4444;transform:scale(1.1)}@media screen{.print-invisible-wrapper{display:none!important}}.print-wrapper-table{border-collapse:collapse;width:100%}.print-wrapper-table .print-margin-top,.print-wrapper-table .print-margin-bottom{display:none}.print-wrapper-table td{padding:0}.survey-report-preview{color:#000;background:#fff;max-width:800px;margin:0 auto;padding:0 40px;font-family:Inter,Montserrat,sans-serif;line-height:1.5}.survey-report-preview .report-cover{flex-direction:column;justify-content:center;height:970px;max-height:970px;padding:40px 0;display:flex;overflow:hidden}.survey-report-preview .report-header{text-align:center;flex-direction:column;flex-grow:1;justify-content:center;display:flex}.survey-report-preview .report-header .logo-container{margin-bottom:40px}.survey-report-preview .report-header .logo-container img.main-logo{object-fit:contain;max-width:400px;max-height:120px}.survey-report-preview .report-header h1{margin:20px 0;font-size:24px;font-weight:700}.survey-report-preview .report-header h2{margin:20px 0;font-size:20px;font-weight:700}.survey-report-preview .report-header h3{margin:20px 0;font-size:22px;font-weight:700}.survey-report-preview .report-header h4{margin:20px 0;font-size:16px;font-weight:700}.survey-report-preview .report-header .customer-details{margin:30px 0}.survey-report-preview .report-header .customer-details p{margin:5px 0;font-size:18px}.survey-report-preview .report-header .customer-details p.fw-bold{font-weight:700}.survey-report-preview .report-footer{margin-top:auto}.survey-report-preview .report-footer .footer-logos{justify-content:space-between;align-items:center;margin-bottom:20px;padding:0 40px;display:flex}.survey-report-preview .report-footer .footer-logos img.footer-logo{object-fit:contain;max-width:250px;height:60px}.survey-report-preview .report-footer .footer-address{text-align:center;color:#333;border-top:1px solid #ddd;padding-top:10px;font-size:11px}.survey-report-preview .report-footer .footer-address p{margin:2px 0}.survey-report-preview .report-tables .report-table{border-collapse:collapse;border:1px solid #ccc;width:100%;margin-top:20px;margin-bottom:40px;font-size:14px}.survey-report-preview .report-tables .report-table thead{color:#fff;background-color:#0b194c}.survey-report-preview .report-tables .report-table thead th{text-align:left;border:1px solid #ccc;padding:8px 12px;font-weight:600}.survey-report-preview .report-tables .report-table tbody tr td{vertical-align:top;border:1px solid #ccc;width:50%;padding:8px 12px}.survey-report-preview .report-tables .report-table tbody tr td.capitalize{text-transform:capitalize}.survey-report-preview .report-tables .report-table tbody tr td.preserve-whitespace{white-space:pre-wrap}.survey-report-preview .report-photos h4{margin-bottom:20px;font-size:16px;font-weight:700;text-decoration:underline}.survey-report-preview .report-photos .photos-grid{flex-direction:column;gap:30px;display:flex}.survey-report-preview .report-photos .photos-grid .site-photo{border:1px solid #ddd;width:100%;height:auto}.survey-report-preview .report-terms h2{margin-bottom:5px;font-size:24px;font-weight:400}.survey-report-preview .report-terms .subtitle{color:#666;margin-bottom:30px;font-size:12px}.survey-report-preview .report-terms h3{margin:20px 0 10px;font-size:16px;font-weight:400}.survey-report-preview .report-terms p,.survey-report-preview .report-terms ul{color:#000;font-size:10px;line-height:1.4}.survey-report-preview .report-terms ul{margin-bottom:15px;padding-left:20px}.survey-report-preview .report-terms ul li{margin-bottom:5px}.survey-report-preview .page-break{page-break-before:always;height:0;margin:0}@media print{@page{margin:0;size:A4 portrait}.app-container{display:none!important}html,body,#root{-webkit-print-color-adjust:exact;print-color-adjust:exact;border:none!important;width:100%!important;max-width:100%!important;margin:0!important;padding:0!important}.print-wrapper-table{width:100%}.print-wrapper-table .print-margin-top,.print-wrapper-table .print-margin-bottom{height:20mm;display:block}.print-wrapper-table>tbody>tr>td{padding-left:20mm;padding-right:20mm}.app-container{padding:0!important}.survey-report-preview{max-width:100%;padding:0}.survey-report-preview .report-cover{page-break-inside:avoid;height:calc(100vh - 40mm);min-height:calc(100vh - 40mm)}.survey-report-preview .page-break{page-break-before:always;margin:0}.survey-report-preview .report-table{page-break-inside:avoid}.survey-report-preview .report-terms h3{page-break-after:avoid}.survey-report-preview .report-terms ul{page-break-inside:avoid}}*{box-sizing:border-box}:root{--primary-color:#1b2d6b;--primary-dark:#122050;--secondary-color:#4a6fa5;--text-dark:#1a1a2e;--text-muted:#6b7280;--bg:white;--card-bg:#fff;--primary-bg:#eef1f7;--border-light:#d4d8e0;--input-bg:#fafafa;--form-bg:#f8f8f5;--primary-hover:#142358;--primary-transparent:#1b2d6b0f;--success:#2e7d32;--code-bg:#f0efe8;--shadow-md:0 4px 12px #1b2d6b14, 0 1px 3px #0000000a;--transition:all .25s cubic-bezier(.4, 0, .2, 1);letter-spacing:.01em;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;color:var(--text-dark);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font:16px/155% Inter,system-ui,-apple-system,sans-serif}@media (width<=1024px){:root{font-size:15px}}#root{box-sizing:border-box;flex-direction:column;width:1100px;max-width:100%;min-height:100svh;margin:0 auto;padding-top:80px;display:flex}body{margin:0}h1,h2{color:#1b2d6b;font-family:Montserrat,system-ui,-apple-system,sans-serif;font-weight:700;line-height:1.2}h1{letter-spacing:-.03em;margin:1.5rem 0;font-size:2.5rem}@media (width<=1024px){h1{margin:1rem 0;font-size:1.75rem}}h2{letter-spacing:-.01em;margin:0 0 .5rem;font-size:1.375rem}@media (width<=1024px){h2{font-size:1.125rem}}p{margin:0}code{color:var(--text-dark);background:var(--code-bg);border-radius:4px;padding:4px 8px;font-family:ui-monospace,Consolas,monospace;font-size:14px;line-height:135%;display:inline-flex}input[type=file]{box-shadow:none;background:0 0;border:none;padding:0}.global-header{z-index:1000;background-color:#fff;justify-content:center;align-items:center;width:100%;height:70px;display:flex;position:fixed;top:0;left:0;box-shadow:0 2px 10px #00000014}.global-header .header-content{justify-content:center;align-items:center;width:1100px;max-width:100%;padding:0 1rem;display:flex}.global-header .header-content .logo{object-fit:contain;height:45px}
