@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap);body:before{animation:kenburns 20s ease-in-out infinite alternate;background-image:url(/static/media/background-dashboard.d1f6a393e01da6c7d36d.jpg);background-position:50%;background-size:cover;content:"";inset:0;position:fixed;z-index:-2}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.customer-login-container{align-items:center;display:flex;font-family:Inter,sans-serif;justify-content:center;min-height:100vh;padding:24px;position:relative}.login-card{background:#fff}.logo{height:auto;margin-bottom:24px;width:200px}h1{font-size:24px;font-weight:700}.footer-text a{display:block;margin-top:8px}.footer-text a.contact-link{color:#60a5fa;display:inline;margin-top:0}.footer-text a.contact-link:hover{color:#3b82f6}.dashboard-container{min-height:100vh}.navbar{background:#fff;box-shadow:0 2px 12px #00000014;height:64px;justify-content:space-between;padding:0 24px;position:-webkit-sticky;position:sticky;top:0;z-index:100}.navbar,.navbar-left{align-items:center;display:flex}.navbar-left{gap:16px}.navbar-logo{height:36px;object-fit:contain;width:auto}.navbar-title{color:#dc2626;font-size:20px;font-weight:700;letter-spacing:.05em}.navbar-subtitle{border-left:1px solid #e5e7eb;color:#6b7280;font-size:14px;padding-left:16px}.navbar-right{align-items:center;display:flex;gap:12px}.customer-name{color:#1f2937;font-size:14px}.customer-code,.customer-name{font-weight:600;white-space:nowrap}.customer-code{background:#fee2e2;border-radius:20px;color:#dc2626;font-size:13px;padding:4px 12px}.logout-btn{background:#dc2626;border:none;border-radius:8px;color:#fff;cursor:pointer;font-family:Inter,sans-serif;font-size:14px;font-weight:600;padding:8px 18px;transition:all .2s}.logout-btn:hover{background:#b91c1c}.dashboard-content{margin:0 auto;max-width:1100px;padding:36px 24px 60px}.dashboard-header{align-items:flex-start;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;margin-bottom:24px}.dashboard-header h1{color:#1f2937;font-size:26px;font-weight:700;margin-bottom:4px}.dashboard-header p{color:#6b7280;font-size:14px}.filter-tabs{display:flex;gap:8px}.filter-tab{align-items:center;background:#fffc;border:1px solid #e5e7eb;border-radius:20px;color:#6b7280;cursor:pointer;display:flex;font-family:Inter,sans-serif;font-size:13px;font-weight:500;gap:6px;padding:8px 16px;transition:all .15s}.filter-tab:hover{border-color:#dc2626;color:#dc2626}.filter-tab-active{background:#dc2626;border-color:#dc2626;color:#fff}.filter-count{background:#0000001f;border-radius:10px;font-size:11px;font-weight:700;padding:1px 7px}.filter-tab-active .filter-count{background:#ffffff40}.table-container{-webkit-overflow-scrolling:touch;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffffeb;border-radius:12px;box-shadow:0 2px 16px #00000014;overflow-x:auto}.property-table{border-collapse:collapse;font-size:14px;width:100%}.property-table thead tr{background:#1f2937}.property-table th{color:#ffffffb3;font-size:12px;font-weight:600;letter-spacing:.06em;padding:14px 16px;text-align:center;text-transform:uppercase}.property-table td{border-bottom:1px solid #f3f4f6;color:#374151;padding:14px 16px;text-align:center;vertical-align:middle}.property-table tbody tr:last-child td{border-bottom:none}.property-table tbody tr:hover{background:#fef9f9cc}.address-cell{color:#1f2937;font-weight:500;max-width:220px}.status-badge{border-radius:20px;display:inline-block;font-size:12px;font-weight:600;padding:4px 12px;white-space:nowrap}.status-pass{background:#d1fae5;color:#065f46}.status-fail{background:#fee2e2;color:#991b1b}.status-cancelled{background:#f3f4f6;color:#6b7280}.status-submitted{background:#dbeafe;color:#1e40af}.status-processing{background:#fef3c7;color:#92400e}.status-received{background:#f3f4f6;color:#374151}.deficiency-cell{text-align:center}.deficiency-flag{color:#d97706;font-size:13px;font-weight:600}.no-deficiency{color:#9ca3af;font-size:13px}.view-btn{background:#dc2626;border:none;border-radius:8px;color:#fff;cursor:pointer;font-family:Inter,sans-serif;font-size:13px;font-weight:600;padding:8px 16px;transition:all .2s;white-space:nowrap}.view-btn:hover{background:#b91c1c}.empty-row{color:#9ca3af;font-size:14px;padding:48px!important;text-align:center}.property-cards{display:none}.empty-cards{color:#9ca3af;font-size:14px;padding:48px 0;text-align:center}.property-card{background:#ffffffeb;border-radius:12px;box-shadow:0 2px 12px #00000012;display:flex;flex-direction:column;gap:10px;padding:16px}.card-top{align-items:center;display:flex;justify-content:space-between}.card-index{color:#9ca3af;font-size:12px;font-weight:600}.card-address{color:#1f2937;font-size:15px;font-weight:700;line-height:1.3}.card-meta{display:flex;flex-wrap:wrap;gap:16px}.card-meta-item{color:#374151;display:flex;flex-direction:column;font-size:13px;gap:2px}.card-meta-label{color:#9ca3af;font-size:10px;font-weight:600;letter-spacing:.06em;text-transform:uppercase}.card-footer{align-items:center;border-top:1px solid #f3f4f6;display:flex;justify-content:space-between;padding-top:4px}.dashboard-loading{align-items:center;color:#6b7280;display:flex;font-family:Inter,sans-serif;font-size:16px;height:100vh;justify-content:center}@media (max-width:768px){.dashboard-content{padding:20px 16px 40px}.dashboard-header{flex-direction:column}.filter-tabs,.navbar{flex-wrap:wrap}.navbar{gap:8px;height:auto;padding:10px 16px}.navbar-subtitle{display:none}.navbar-right{gap:8px}.customer-name{font-size:13px;max-width:120px;overflow:hidden;text-overflow:ellipsis}.customer-code{font-size:12px;padding:3px 9px}.logout-btn{font-size:13px;padding:6px 14px}.table-container{display:none}.property-cards{display:flex;flex-direction:column;gap:12px}}.refresh-btn{background:#0000;border:1px solid #e5e7eb;border-radius:6px;color:#6b7280;cursor:pointer;font-size:13px;padding:6px 12px;transition:all .2s}.refresh-btn:hover{background:#f3f4f6;color:#1f2937}:root{--react-pdf-annotation-layer:1;--annotation-unfocused-field-background:url('data:image/svg+xml;charset=utf-8,<svg width="1" height="1" xmlns="http://www.w3.org/2000/svg"><rect width="100%" height="100%" style="fill:rgba(0,54,255,.13)"/></svg>');--input-focus-border-color:Highlight;--input-focus-outline:1px solid Canvas;--input-unfocused-border-color:#0000;--input-disabled-border-color:#0000;--input-hover-border-color:#000;--link-outline:none}@media screen and (forced-colors:active){:root{--input-focus-border-color:CanvasText;--input-unfocused-border-color:ActiveText;--input-disabled-border-color:GrayText;--input-hover-border-color:Highlight;--link-outline:1.5px solid LinkText}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:required,.annotationLayer .choiceWidgetAnnotation select:required,.annotationLayer .textWidgetAnnotation :is(input,textarea):required{outline:1.5px solid selectedItem}.annotationLayer .linkAnnotation:hover{-webkit-backdrop-filter:invert(100%);backdrop-filter:invert(100%)}}.annotationLayer{left:0;pointer-events:none;position:absolute;top:0;transform-origin:0 0;z-index:3}.annotationLayer[data-main-rotation="90"] .norotate{transform:rotate(270deg) translateX(-100%)}.annotationLayer[data-main-rotation="180"] .norotate{transform:rotate(180deg) translate(-100%,-100%)}.annotationLayer[data-main-rotation="270"] .norotate{transform:rotate(90deg) translateY(-100%)}.annotationLayer canvas{height:100%;position:absolute;width:100%}.annotationLayer section{box-sizing:border-box;margin:0;pointer-events:auto;position:absolute;text-align:left;text-align:initial;transform-origin:0 0}.annotationLayer .linkAnnotation{outline:none;outline:var(--link-outline)}.textLayer.selecting~.annotationLayer section{pointer-events:none}.annotationLayer :is(.linkAnnotation,.buttonWidgetAnnotation.pushButton)>a{font-size:1em;height:100%;left:0;position:absolute;top:0;width:100%}.annotationLayer :is(.linkAnnotation,.buttonWidgetAnnotation.pushButton)>a:hover{background:#ff0;box-shadow:0 2px 10px #ff0;opacity:.2}.annotationLayer .textAnnotation img{cursor:pointer;height:100%;left:0;position:absolute;top:0;width:100%}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input,.annotationLayer .choiceWidgetAnnotation select,.annotationLayer .textWidgetAnnotation :is(input,textarea){background-image:url('data:image/svg+xml;charset=utf-8,<svg width="1" height="1" xmlns="http://www.w3.org/2000/svg"><rect width="100%" height="100%" style="fill:rgba(0,54,255,.13)"/></svg>');background-image:var(--annotation-unfocused-field-background);border:2px solid #0000;border:2px solid var(--input-unfocused-border-color);box-sizing:border-box;font:calc(9px*var(--total-scale-factor)) sans-serif;height:100%;margin:0;vertical-align:top;width:100%}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:required,.annotationLayer .choiceWidgetAnnotation select:required,.annotationLayer .textWidgetAnnotation :is(input,textarea):required{outline:1.5px solid red}.annotationLayer .choiceWidgetAnnotation select option{padding:0}.annotationLayer .buttonWidgetAnnotation.radioButton input{border-radius:50%}.annotationLayer .textWidgetAnnotation textarea{resize:none}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input[disabled],.annotationLayer .choiceWidgetAnnotation select[disabled],.annotationLayer .textWidgetAnnotation :is(input,textarea)[disabled]{background:none;border:2px solid #0000;border:2px solid var(--input-disabled-border-color);cursor:not-allowed}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:hover,.annotationLayer .choiceWidgetAnnotation select:hover,.annotationLayer .textWidgetAnnotation :is(input,textarea):hover{border:2px solid #000;border:2px solid var(--input-hover-border-color)}.annotationLayer .buttonWidgetAnnotation.checkBox input:hover,.annotationLayer .choiceWidgetAnnotation select:hover,.annotationLayer .textWidgetAnnotation :is(input,textarea):hover{border-radius:2px}.annotationLayer .choiceWidgetAnnotation select:focus,.annotationLayer .textWidgetAnnotation :is(input,textarea):focus{background:none;border:2px solid Highlight;border:2px solid var(--input-focus-border-color);border-radius:2px;outline:1px solid Canvas;outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) :focus{background-color:initial;background-image:none}.annotationLayer .buttonWidgetAnnotation.checkBox :focus{border:2px solid Highlight;border:2px solid var(--input-focus-border-color);border-radius:2px;outline:1px solid Canvas;outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation.radioButton :focus{border:2px solid Highlight;border:2px solid var(--input-focus-border-color);outline:1px solid Canvas;outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{background-color:CanvasText;content:"";display:block;position:absolute}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before{height:80%;left:45%;width:1px}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before{transform:rotate(45deg)}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after{transform:rotate(-45deg)}.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{border-radius:50%;height:50%;left:30%;top:20%;width:50%}.annotationLayer .textWidgetAnnotation input.comb{font-family:monospace;padding-left:2px;padding-right:0}.annotationLayer .textWidgetAnnotation input.comb:focus{width:103%}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input{-webkit-appearance:none;appearance:none}.annotationLayer .popupTriggerArea{height:100%;width:100%}.annotationLayer .fileAttachmentAnnotation .popupTriggerArea{position:absolute}.annotationLayer .popupWrapper{font-size:calc(9px*var(--total-scale-factor));min-width:calc(180px*var(--total-scale-factor));pointer-events:none;position:absolute;width:100%}.annotationLayer .popup{word-wrap:break-word;background-color:#ff9;border-radius:calc(2px*var(--total-scale-factor));box-shadow:0 calc(2px*var(--total-scale-factor)) calc(5px*var(--total-scale-factor)) #888;cursor:pointer;font:message-box;margin-left:calc(5px*var(--total-scale-factor));max-width:calc(180px*var(--total-scale-factor));padding:calc(6px*var(--total-scale-factor));pointer-events:auto;position:absolute;white-space:normal}.annotationLayer .popup>*{font-size:calc(9px*var(--total-scale-factor))}.annotationLayer .popup h1{display:inline-block}.annotationLayer .popupDate{display:inline-block;margin-left:calc(5px*var(--total-scale-factor))}.annotationLayer .popupContent{border-top:1px solid #333;margin-top:calc(2px*var(--total-scale-factor));padding-top:calc(2px*var(--total-scale-factor))}.annotationLayer .richText>*{font-size:calc(9px*var(--total-scale-factor));white-space:pre-wrap}.annotationLayer .caretAnnotation,.annotationLayer .circleAnnotation svg ellipse,.annotationLayer .fileAttachmentAnnotation,.annotationLayer .freeTextAnnotation,.annotationLayer .highlightAnnotation,.annotationLayer .inkAnnotation svg polyline,.annotationLayer .lineAnnotation svg line,.annotationLayer .polygonAnnotation svg polygon,.annotationLayer .polylineAnnotation svg polyline,.annotationLayer .squareAnnotation svg rect,.annotationLayer .squigglyAnnotation,.annotationLayer .stampAnnotation,.annotationLayer .strikeoutAnnotation,.annotationLayer .underlineAnnotation{cursor:pointer}.annotationLayer section svg{height:100%;left:0;position:absolute;top:0;width:100%}.annotationLayer .annotationTextContent{color:#0000;height:100%;opacity:0;pointer-events:none;position:absolute;-webkit-user-select:none;user-select:none;width:100%}.annotationLayer .annotationTextContent span{display:inline-block;width:100%}:root{--react-pdf-text-layer:1;--highlight-bg-color:#b400aa;--highlight-selected-bg-color:#006400}@media screen and (forced-colors:active){:root{--highlight-bg-color:Highlight;--highlight-selected-bg-color:ButtonText}}[data-main-rotation="90"]{transform:rotate(90deg) translateY(-100%)}[data-main-rotation="180"]{transform:rotate(180deg) translate(-100%,-100%)}[data-main-rotation="270"]{transform:rotate(270deg) translateX(-100%)}.textLayer{-webkit-text-size-adjust:none;-moz-text-size-adjust:none;text-size-adjust:none;forced-color-adjust:none;inset:0;line-height:1;overflow:hidden;position:absolute;text-align:left;text-align:initial;transform-origin:0 0;z-index:2}.textLayer :is(span,br){color:#0000;cursor:text;margin:0;position:absolute;transform-origin:0 0;white-space:pre}.textLayer span.markedContent{height:0;top:0}.textLayer .highlight{background-color:#b400aa;background-color:var(--highlight-bg-color);border-radius:4px;margin:-1px;padding:1px}.textLayer .highlight.appended{position:static}.textLayer .highlight.begin{border-radius:4px 0 0 4px}.textLayer .highlight.end{border-radius:0 4px 4px 0}.textLayer .highlight.middle{border-radius:0}.textLayer .highlight.selected{background-color:#006400;background-color:var(--highlight-selected-bg-color)}.textLayer br::selection{background:#0000}.textLayer .endOfContent{cursor:default;display:block;inset:100% 0 0;position:absolute;-webkit-user-select:none;user-select:none;z-index:-1}.textLayer.selecting .endOfContent{top:0}.hiddenCanvasElement{display:none;height:0;left:0;position:absolute;top:0;width:0}.pd-root{font-family:Inter,sans-serif;min-height:100vh}.pd-nav{background:#fff;box-shadow:0 2px 12px #00000014;height:64px;justify-content:space-between;padding:0 24px;position:-webkit-sticky;position:sticky;top:0;z-index:100}.pd-nav,.pd-nav-left{align-items:center;display:flex}.pd-nav-left{gap:16px}.pd-nav-logo{height:36px;object-fit:contain;width:auto}.pd-nav-brand{color:#dc2626;font-size:20px;font-weight:700;letter-spacing:.05em}.pd-nav-client{color:#6b7280;font-size:14px;white-space:nowrap}.pd-back-btn{background:#fee2e2;border:none;border-radius:8px;color:#dc2626;cursor:pointer;font-family:Inter,sans-serif;font-size:13px;font-weight:600;padding:8px 16px;transition:all .2s}.pd-back-btn:hover{background:#fecaca}.pd-hero{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffffeb;border-bottom:3px solid #dc2626;box-shadow:0 2px 8px #0000000f;padding:32px 24px 28px}.pd-hero-inner{margin:0 auto;max-width:900px}.pd-hero-meta{display:flex;gap:10px;margin-bottom:12px}.pd-service-tag{background:#fee2e2;border:1px solid #fecaca;border-radius:4px;color:#dc2626}.pd-attempt-tag,.pd-service-tag{font-size:11px;font-weight:600;letter-spacing:.1em;padding:4px 12px;text-transform:uppercase}.pd-attempt-tag{background:#fef3c7;border:1px solid #fde68a;border-radius:4px;color:#92400e}.pd-address{color:#1f2937;font-size:30px;font-weight:700;line-height:1.2;margin-bottom:14px}.pd-status-badge{border-radius:20px;display:inline-block;font-size:12px;font-weight:600;letter-spacing:.06em;padding:6px 16px;text-transform:uppercase}.pd-content{display:flex;flex-direction:column;gap:20px;margin:0 auto;max-width:900px;padding:32px 24px 60px}.pd-card{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffffeb;border-radius:12px;box-shadow:0 2px 12px #00000014;padding:28px}.pd-card-title{color:#9ca3af;font-size:12px;font-weight:700;letter-spacing:.1em;margin-bottom:24px;text-transform:uppercase}.tl-wrapper{overflow-x:auto;padding-bottom:4px}.tl-track{align-items:flex-start;display:flex;min-width:420px;padding:8px 0 16px}.tl-node{flex:0 0 auto;flex-direction:column;gap:10px;width:100px}.tl-circle,.tl-node{align-items:center;display:flex;position:relative}.tl-circle{border-radius:50%;font-size:16px;font-weight:700;height:44px;justify-content:center;transition:all .2s;width:44px;z-index:2}.tl-completed .tl-circle,.tl-current .tl-circle{background:#16a34a;border:2px solid #16a34a;color:#fff}.tl-current .tl-circle{box-shadow:0 0 0 5px #16a34a26}.tl-pending .tl-circle{background:#fff;border:2px solid #d1d5db;color:#d1d5db}.tl-pass .tl-circle{background:#16a34a;border:2px solid #16a34a;color:#fff}.tl-fail .tl-circle{background:#dc2626;border:2px solid #dc2626;color:#fff}.tl-pulse{animation:pulse 2s ease-in-out infinite;background:#16a34a33;border-radius:50%;height:44px;left:50%;position:absolute;top:0;transform:translateX(-50%);width:44px;z-index:1}@keyframes pulse{0%,to{opacity:.7;transform:translateX(-50%) scale(1)}50%{opacity:0;transform:translateX(-50%) scale(1.6)}}.tl-label{color:#9ca3af;font-size:11px;font-weight:500;line-height:1.4;text-align:center}.tl-completed .tl-label{color:#1f2937;font-weight:600}.tl-current .tl-label{color:#16a34a;font-weight:700}.tl-pass .tl-label{color:#15803d;font-weight:700}.tl-fail .tl-label{color:#dc2626;font-weight:700}.tl-connector{flex:1 1;height:3px;margin-top:20px;min-width:16px}.tl-conn-done{background:#16a34a}.tl-conn-pending{background:#0000;border-top:2px dashed #e5e7eb;height:0;margin-top:21px}.tl-cancelled-node{align-items:center;display:flex;flex-direction:column;gap:10px;padding:8px 0 16px;width:100%}.tl-cancelled-circle{background:#dc2626;border:2px solid #dc2626;box-shadow:0 0 0 5px #dc26261f;color:#fff}.tl-cancelled-label{color:#dc2626;font-size:12px;font-weight:700;text-align:center}.pd-deficiency-card{border-left:4px solid #f59e0b}.pd-deficiency-header{align-items:flex-start;display:flex;gap:14px;margin-bottom:20px}.pd-def-icon{flex-shrink:0;font-size:26px;margin-top:2px}.pd-def-note{color:#6b7280;font-size:14px;line-height:1.6;margin:4px 0 0}.pd-photo-wrap{border:1px solid #e5e7eb;border-radius:8px;max-width:600px;overflow:hidden}.pd-skeleton{align-items:center;animation:shimmer 1.4s infinite;background:linear-gradient(90deg,#f0f0f0 25%,#e8e8e8 50%,#f0f0f0 75%);background-size:200% 100%;color:#9ca3af;display:flex;font-size:13px;height:260px;justify-content:center}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.pd-photo{display:block;transition:opacity .3s;width:100%}.img-show{opacity:1}.img-hide{height:0;opacity:0}.pd-no-photo{color:#9ca3af;font-size:13px;font-style:italic}.pd-details-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:1fr 1fr}.pd-detail-item{display:flex;flex-direction:column;gap:4px}.pd-detail-label{color:#9ca3af;font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.pd-detail-value{color:#1f2937;font-size:15px;font-weight:600}@media (max-width:600px){.pd-hero{padding:24px 16px}.pd-address{font-size:22px}.pd-content{padding:20px 16px 48px}.pd-card{padding:20px 16px}.pd-details-grid{grid-template-columns:1fr}}.pd-pdf-overlay{align-items:center;background:#000000b3;display:flex;inset:0;justify-content:center;padding:16px;position:fixed;z-index:1000}.pd-pdf-modal{background:#fff;border-radius:12px;box-shadow:0 24px 60px #0000004d;display:flex;flex-direction:column;height:90vh;max-width:860px;overflow:hidden;width:100%}.pd-pdf-header{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;flex-shrink:0;justify-content:space-between;padding:16px 20px}.pd-pdf-title{color:#111827;font-size:1rem;font-weight:600}.pd-pdf-close{background:none;border:none;border-radius:6px;color:#6b7280;cursor:pointer;font-size:1.1rem;line-height:1;padding:4px 8px;transition:background .15s}.pd-pdf-close:hover{background:#f3f4f6;color:#111827}.pd-pdf-body{overflow:hidden}.pd-pdf-frame{border:none;height:100%;width:100%}.pd-pdf-btn{align-items:center;background:#1e3a5f;border:none;border-radius:8px;color:#fff;cursor:pointer;display:inline-flex;font-size:.875rem;font-weight:500;gap:8px;margin-top:16px;padding:10px 20px;transition:background .2s}.pd-pdf-btn:hover{background:#162d4a}@media (max-width:600px){.pd-pdf-overlay{padding:0}.pd-pdf-modal{border-radius:0;height:100dvh;max-width:100%}}.pd-pdf-loading{color:#6b7280}.pd-pdf-error,.pd-pdf-loading{font-size:14px;padding:40px;text-align:center}.pd-pdf-error,.pd-pdf-error a{color:#dc2626}.pd-pdf-body{background:#f3f4f6;flex:1 1;overflow-y:auto;padding:24px}.admin-login-container{align-items:center;display:flex;font-family:Inter,sans-serif;justify-content:center;min-height:100vh;padding:24px;position:relative}.login-card{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fffffff2;border-radius:16px;box-shadow:0 8px 40px #0000001f;max-width:440px;padding:48px 40px;position:relative;text-align:center;width:100%;z-index:1}.admin-badge{background:#fee2e2;border-radius:20px;color:#dc2626;display:block;font-size:11px;font-weight:700;letter-spacing:.1em;margin:0 auto 12px;padding:4px 12px;text-transform:uppercase;width:-webkit-fit-content;width:fit-content}.admin-logo{height:auto;width:180px}.admin-logo,h1{margin-bottom:8px}h1{color:#1f2937;font-size:20px;font-weight:600}.subtitle{color:#6b7280;font-size:14px;margin-bottom:32px}.form-group{margin-bottom:20px;text-align:left}.form-group label{color:#374151;display:block;font-size:13px;font-weight:600;margin-bottom:6px}.form-group input{border:1px solid #e5e7eb;border-radius:8px;box-sizing:border-box;color:#1f2937;font-family:Inter,sans-serif;font-size:15px;outline:none;padding:12px 16px;transition:border-color .2s;width:100%}.form-group input:focus{border-color:#dc2626}.error-message{background:#fee2e2;border-left:3px solid #dc2626;border-radius:8px;color:#991b1b;font-size:14px;margin-bottom:16px;padding:12px 16px;text-align:left}button[type=submit]{background:#dc2626;border:none;border-radius:8px;color:#fff;cursor:pointer;font-family:Inter,sans-serif;font-size:15px;font-weight:600;margin-top:4px;padding:14px;transition:background .2s;width:100%}button[type=submit]:hover:not(:disabled){background:#b91c1c}button[type=submit]:disabled{cursor:not-allowed;opacity:.6}.footer-text{color:#9ca3af;font-size:13px;margin-top:24px}.footer-text a{color:#dc2626;font-weight:600;text-decoration:none}.footer-text a:hover{text-decoration:underline}.remember-me{align-items:center;display:flex;gap:8px;margin-bottom:16px}.remember-me input[type=checkbox]{accent-color:#dc2626;cursor:pointer;height:16px;width:16px}.remember-me label{color:#9ca3af;cursor:pointer;font-size:14px;margin:0}*{box-sizing:border-box;margin:0;padding:0}.ad-root{font-family:Inter,sans-serif;min-height:100vh;position:relative}.ad-nav{align-items:center;background:#fff;box-shadow:0 2px 12px #00000014;display:flex;height:64px;justify-content:space-between;padding:0 24px;position:-webkit-sticky;position:sticky;top:0;z-index:50}.ad-nav-logo{height:36px;object-fit:contain;width:auto}.ad-nav-brand{color:#dc2626;font-size:18px;font-weight:700;letter-spacing:.05em}.ad-nav-right{align-items:center;display:flex;gap:10px}.ad-refresh-btn{background:#fff;border:1px solid #e5e7eb;border-radius:8px;color:#374151;cursor:pointer;font-family:Inter,sans-serif;font-size:13px;font-weight:600;padding:8px 16px;transition:all .2s}.ad-refresh-btn:hover{background:#f9fafb;border-color:#dc2626;color:#dc2626}.ad-logout-btn{background:#dc2626;border:none;border-radius:8px;color:#fff;cursor:pointer;font-family:Inter,sans-serif;font-size:13px;font-weight:600;padding:8px 16px;transition:all .2s}.ad-logout-btn:hover{background:#b91c1c}.ad-content{margin:0 auto;max-width:1200px;padding:32px 24px 60px}.ad-stats-row{display:flex;gap:16px;margin-bottom:24px}.ad-stat{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffffeb;border-radius:12px;box-shadow:0 2px 8px #0000000f;display:flex;flex:1 1;flex-direction:column;gap:4px;padding:20px 24px}.ad-stat-num{color:#1f2937;font-size:32px;font-weight:700;line-height:1}.ad-stat-active{color:#d97706}.ad-stat-pass{color:#16a34a}.ad-stat-fail{color:#dc2626}.ad-stat-cancelled{color:#6b7280}.ad-stat-label{color:#9ca3af;font-size:12px;font-weight:600;letter-spacing:.06em;text-transform:uppercase}.ad-filters{align-items:center;display:flex;flex-wrap:wrap;gap:12px;margin-bottom:16px}.ad-search{background:#ffffffe6;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 1px 4px #0000000a;font-family:Inter,sans-serif;font-size:14px;outline:none;padding:9px 16px;transition:border-color .2s;width:260px}.ad-search:focus{border-color:#dc2626}.ad-filter-select{-webkit-appearance:none;appearance:none;background:#ffffffe6;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12'%3E%3Cpath fill='%236b7280' d='M6 8 1 3h10z'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 1px 4px #0000000a;color:#374151;cursor:pointer;font-family:Inter,sans-serif;font-size:14px;outline:none;padding:9px 36px 9px 14px;transition:border-color .2s}.ad-filter-select:focus{border-color:#dc2626}.ad-table-wrapper{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffffeb;border-radius:12px;box-shadow:0 2px 12px #00000014;overflow-x:auto}.ad-table{border-collapse:collapse;font-size:14px;width:100%}.ad-table thead tr{background:#1f2937}.ad-table th{color:#ffffffb3;font-size:11px;font-weight:600;letter-spacing:.07em;text-transform:uppercase;white-space:nowrap}.ad-table td,.ad-table th{padding:13px 16px;text-align:center}.ad-table td{border-bottom:1px solid #f3f4f6;color:#374151;vertical-align:middle}.ad-table tbody tr:last-child td{border-bottom:none}.ad-table tbody tr:hover{background:#fef9f9cc}.ad-code{color:#1f2937;font-family:monospace;font-weight:700;min-width:110px}.ad-code,.ad-service{font-size:13px;white-space:nowrap}.ad-service{color:#6b7280;min-width:120px}.ad-address-cell{font-weight:500;max-width:200px}.ad-center{text-align:center}.ad-none{color:#d1d5db}.ad-empty{color:#9ca3af;font-size:14px;padding:48px!important;text-align:center}.ad-badge{border-radius:12px;display:inline-block;font-size:11px;font-weight:600;letter-spacing:.05em;padding:4px 10px;text-transform:uppercase;white-space:nowrap}.badge-pass{background:#d1fae5;color:#065f46}.badge-fail{background:#fee2e2;color:#991b1b}.badge-cancelled{background:#f3f4f6;color:#6b7280}.badge-progress{background:#fef3c7;color:#92400e}.ad-photo-link{color:#dc2626;font-size:12px;font-weight:600;text-decoration:none}.ad-photo-link:hover{text-decoration:underline}.ad-action-btns{align-items:center;display:flex;flex-wrap:wrap;gap:6px;justify-content:center}.ad-action-btn{background:#fff;border:1px solid #e5e7eb;border-radius:6px;color:#1f2937;cursor:pointer;font-family:Inter,sans-serif;font-size:12px;font-weight:600;padding:6px 12px;transition:all .15s;white-space:nowrap}.ad-action-btn:hover{background:#1f2937;border-color:#1f2937;color:#fff}.ad-photo-btn{border-color:#fca5a5;color:#dc2626}.ad-photo-btn:hover{background:#dc2626;border-color:#dc2626;color:#fff}.ad-loading{color:#9ca3af}.ad-error,.ad-loading{font-size:15px;padding:64px;text-align:center}.ad-error{color:#dc2626}.ad-cards{display:none}.ad-empty-cards{color:#9ca3af;font-size:14px;padding:48px 0;text-align:center}.ad-card{background:#ffffffeb;border-radius:12px;box-shadow:0 2px 12px #00000012;display:flex;flex-direction:column;gap:10px;padding:16px}.ad-card-top{align-items:center;display:flex;justify-content:space-between}.ad-card-code{color:#1f2937;font-family:monospace;font-size:13px;font-weight:700}.ad-card-address{color:#1f2937;font-size:15px;font-weight:700;line-height:1.3}.ad-card-meta{display:flex;flex-wrap:wrap;gap:16px}.ad-card-meta-item{color:#374151;display:flex;flex-direction:column;font-size:13px;gap:2px}.ad-card-meta-label{color:#9ca3af;font-size:10px;font-weight:600;letter-spacing:.06em;text-transform:uppercase}.ad-card-deficiency{align-items:center;color:#d97706;display:flex;font-size:13px;font-weight:600;gap:10px}.ad-card-footer{border-top:1px solid #f3f4f6;flex-wrap:wrap;gap:8px;padding-top:4px}.ad-card-footer,.modal-overlay{align-items:center;display:flex}.modal-overlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0006;inset:0;justify-content:center;padding:20px;position:fixed;z-index:200}.modal-box{background:#fff;border-radius:14px;box-shadow:0 20px 60px #00000026;max-width:480px;padding:28px;width:100%}.modal-header{align-items:flex-start;display:flex;gap:16px;justify-content:space-between;margin-bottom:24px}.modal-title{color:#1f2937;font-size:18px;font-weight:700;margin-bottom:4px}.modal-subtitle{color:#6b7280;font-size:13px}.modal-close{align-items:center;background:none;border:none;border-radius:4px;color:#9ca3af;cursor:pointer;display:flex;flex-shrink:0;font-size:16px;height:24px;justify-content:center;line-height:1;padding:4px;width:24px}.modal-close:hover{background:#f3f4f6;color:#1f2937}.drop-zone{align-items:center;border:2px dashed #e5e7eb;border-radius:10px;cursor:pointer;display:flex;justify-content:center;margin-bottom:20px;min-height:140px;overflow:hidden;padding:28px;text-align:center;transition:border-color .2s,background .2s}.drop-zone:hover{background:#fff5f5;border-color:#dc2626}.drop-placeholder{align-items:center;display:flex;flex-direction:column;gap:6px}.drop-icon{font-size:32px}.drop-label{color:#374151;font-size:14px;font-weight:500}.drop-hint{color:#9ca3af;font-size:12px}.drop-preview{border-radius:6px;max-height:260px;object-fit:contain;width:100%}.stage-picker{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin-bottom:20px}.stage-option{background:#fff;border:1px solid #e5e7eb;border-radius:20px;color:#374151;cursor:pointer;font-family:Inter,sans-serif;font-size:13px;font-weight:500;padding:8px 16px;transition:all .15s;white-space:nowrap}.stage-option:hover{border-color:#dc2626;color:#dc2626}.stage-option-active{background:#dc2626;border-color:#dc2626;color:#fff;font-weight:600}.stage-option-cancel{border-color:#d1d5db;color:#6b7280}.stage-option-cancel:hover{background:#f9fafb;border-color:#6b7280;color:#374151}.stage-option-cancel.stage-option-active{background:#6b7280;border-color:#6b7280;color:#fff}.modal-error{color:#dc2626;font-size:13px;margin:0 0 16px}.modal-actions{display:flex;gap:10px;justify-content:flex-end}.btn-primary,.btn-secondary{border-radius:8px;cursor:pointer;font-family:Inter,sans-serif;font-size:14px;font-weight:600;padding:10px 20px;transition:all .15s}.btn-primary{background:#dc2626;border:none;color:#fff}.btn-primary:hover:not(:disabled){background:#b91c1c}.btn-primary:disabled{cursor:not-allowed;opacity:.4}.btn-secondary{background:#fff;border:1px solid #e5e7eb;color:#374151}.btn-secondary:hover{background:#f9fafb}@media (max-width:768px){.ad-content{padding:20px 16px 48px}.ad-stats-row{flex-wrap:wrap}.ad-stat{min-width:calc(50% - 8px)}.ad-stat-num{font-size:26px}.ad-search{width:100%}.ad-filters{align-items:flex-start;flex-direction:column}.ad-filter-select{width:100%}.ad-table-wrapper{display:none}.ad-cards{display:flex;flex-direction:column;gap:12px}}.ad-job-input{background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;color:#1f2937;font-size:13px;padding:4px 8px;text-align:center;width:80px}.ad-job-input:focus{background:#fff;border-color:#dc2626;outline:none}.App{min-height:100vh;position:relative}@keyframes kenburns{0%{transform:scale(1) translateX(0) translateY(0)}to{transform:scale(1.08) translateX(-1%) translateY(-1%)}}
/*# sourceMappingURL=main.576c5025.css.map*/