@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap);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}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box}body{background:#f5f6f8;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;margin:0}.App{min-height:100vh}.app-header{align-items:center;background:#13294b;border-bottom:2px solid #d6a319;display:flex;height:62px;justify-content:space-between;padding:0 28px;position:sticky;top:0;z-index:200}.header-logo{display:block;height:34px}.header-actions{align-items:center;display:flex;gap:10px}.main-layout{display:flex;height:calc(100vh - 62px)}.sidebar{background:#13294b;border-right:none;overflow-y:auto;padding:16px 12px;width:300px}.sidebar h3{color:#d6a319;font-size:10px;font-weight:700;letter-spacing:1.2px;margin:16px 4px 10px;text-transform:uppercase}.sidebar .empty-state{color:#fff6;font-size:13px;font-style:italic}.sidebar-nav{border-bottom:1px solid #ffffff1a;display:flex;flex-direction:column;gap:2px;margin-bottom:4px;padding-bottom:14px}.nav-link{background:none;border:none;border-left:3px solid #0000;border-radius:0 5px 5px 0;color:#ffffffb8;cursor:pointer;font-family:inherit;font-size:14px;font-weight:500;padding:8px 10px;text-align:left;transition:background .12s,color .12s,border-color .12s;width:100%}.nav-link:hover{background:#ffffff14;color:#fff}.nav-link.active{background:#ffffff1f;border-left-color:#d6a319;color:#fff;font-weight:600}.inspection-list{display:flex;flex-direction:column;gap:6px}.inspection-item{align-items:flex-start;background:#fff;border-left:3px solid #0000;border-radius:6px;box-shadow:0 1px 3px #0000001f;cursor:pointer;display:flex;justify-content:space-between;padding:10px 10px 10px 12px;transition:box-shadow .15s,border-left-color .15s}.inspection-item:hover{border-left-color:#d6a319;box-shadow:0 2px 8px #0000002e}.inspection-item.active{border-left-color:#d6a319;box-shadow:0 2px 10px #0003}.inspection-content{display:flex;flex:1 1;flex-direction:column;gap:3px;min-width:0}.inspection-content strong{color:#1a2b40;font-size:13px;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.inspection-content small{color:#6b7280;font-size:11px}.delete-btn{background:none;border:none;color:#e74c3c;cursor:pointer;font-size:18px;opacity:.6;padding:0 5px}.delete-btn:hover{opacity:1}.empty-state{color:#95a5a6;font-size:14px;font-style:italic;padding:20px;text-align:center}.main-content{flex:1 1;overflow-y:auto;padding:30px}h2{color:#13294b;font-size:18px;margin:0}.form-section{background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;margin-bottom:15px;overflow:hidden}.section-header{align-items:center;background:#f5f6f8;border-bottom:1px solid #e8eaed;cursor:pointer;display:flex;justify-content:space-between;padding:16px 24px;transition:background .15s}.section-header:hover{background:#eceef2}.toggle-icon{color:#7f8c8d;font-size:12px}.section-content{padding:25px}.form-group{margin-bottom:20px}.form-group label{color:#13294b;display:block;font-size:14px;font-weight:600;margin-bottom:6px}.form-group input,.form-group select{border:1px solid #ddd;border-radius:4px;font-size:14px;padding:10px;width:100%}.form-group input:focus,.form-group select:focus{border-color:#d6a319;box-shadow:0 0 0 3px #d6a3192e;outline:none}.form-row{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:20px}.radio-group{display:flex;flex-wrap:wrap;gap:15px}.radio-label{align-items:center;cursor:pointer;display:flex;font-weight:400;gap:6px}.radio-label input[type=radio]{cursor:pointer;width:auto}.checkbox-group label{align-items:center;cursor:pointer;display:flex;font-weight:600;gap:8px}.checkbox-group input[type=checkbox]{cursor:pointer;width:auto}.photo-section{background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;margin-bottom:20px;padding:25px}.photo-section h2{margin-bottom:20px;margin-top:0}.photo-gallery{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));margin-top:20px}.photo-card{background:#fff;border:1px solid #e1e4e8;border-radius:8px;box-shadow:0 2px 4px #0000001a;overflow:hidden}.photo-card img{height:200px;object-fit:cover;width:100%}.photo-info{padding:12px}.filename{color:#7f8c8d;font-size:12px;margin:0 0 10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}textarea{border:1px solid #ddd;border-radius:4px;font-family:inherit;font-size:13px;margin-top:8px;padding:8px;resize:vertical;width:100%}textarea:focus{border-color:#d6a319;box-shadow:0 0 0 3px #d6a3192e;outline:none}.photo-summary{background:#13294b0a;border:1px solid #13294b1a;border-radius:8px;margin-top:20px;padding:15px}.photo-summary h3{color:#13294b;font-size:15px;font-weight:700;margin-top:0}.actions{background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;display:flex;gap:15px;margin-top:30px;padding:20px}.btn{border:none;border-radius:6px;cursor:pointer;font-size:16px;font-weight:600;padding:12px 24px;transition:all .2s}.btn-small{font-size:14px;padding:8px 16px}.btn:disabled{cursor:not-allowed;opacity:.5}.btn-primary{background:#13294b;color:#fff}.btn-primary:hover:not(:disabled){background:#1a3a6b;box-shadow:0 4px 8px #00000040;transform:translateY(-1px)}.btn-secondary{background:#95a5a6;color:#fff}.btn-secondary:hover{background:#7f8c8d}.other-input{border-left:3px solid #d6a319!important;margin-top:8px!important}.room-table-container{margin-top:10px;overflow-x:auto}.room-table{border-collapse:collapse;font-size:13px;min-width:1000px;width:100%}.room-table th{background:#13294b;border:1px solid #0d1f38;color:#fff;font-size:12px;font-weight:600;padding:10px 6px;text-align:center}.room-table td{border:1px solid #ddd;padding:6px;text-align:center}.room-table .level-name{background:#f8f9fa;font-weight:600;padding-left:12px;text-align:left}.room-input{border:1px solid #ddd;border-radius:3px;font-size:13px;padding:6px 4px;text-align:center;width:50px}.room-input:focus{border-color:#d6a319;box-shadow:0 0 0 2px #d6a3192e;outline:none}.sqft-input{border:1px solid #ddd;border-radius:3px;font-size:13px;padding:6px 4px;text-align:center;width:80px}.sqft-input:focus{border-color:#d6a319;box-shadow:0 0 0 2px #d6a3192e;outline:none}.total-cell{background:#d6a3191a;color:#13294b;font-weight:600}.totals-row{background:#d6a31926;font-weight:600}.totals-label{padding-right:12px!important;text-align:right!important}.room-input::-webkit-inner-spin-button,.room-input::-webkit-outer-spin-button,.sqft-input::-webkit-inner-spin-button,.sqft-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.room-input[type=number],.sqft-input[type=number]{-moz-appearance:textfield}.subsection{margin:25px 0}.subsection h3{border-bottom:2px solid #d6a3194d;color:#13294b;font-size:14px;font-weight:700;margin:0 0 12px;padding-bottom:6px}.checkbox-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));margin-top:10px}.checkbox-label{align-items:center;border-radius:4px;cursor:pointer;display:flex;font-weight:400!important;gap:8px;padding:8px;transition:background .2s}.checkbox-label:hover{background:#f8f9fa}.checkbox-label input[type=checkbox]{cursor:pointer;margin:0;width:auto!important}.loading{align-items:center;color:#666;display:flex;font-size:18px;justify-content:center;min-height:100vh}.user-info{color:#ffffffbf;font-size:13px;margin-right:8px}.btn-gold{background:#d6a319;border:none;color:#13294b;font-weight:700}.btn-gold:hover:not(:disabled){background:#e8b420;box-shadow:0 3px 8px #00000040;transform:translateY(-1px)}.btn-logout{background:#0000;border:1.5px solid #ffffff80;color:#fff}.btn-logout:hover{background:#ffffff1f;border-color:#fff}@media (max-width:768px){.sidebar{box-shadow:4px 0 16px #0000004d;height:calc(100vh - 56px);left:-280px;padding:12px 10px;position:fixed;top:56px;transition:left .3s ease;width:280px;z-index:1000}.sidebar.open{left:0}.main-layout{display:block}.main-content{margin-left:0;padding:15px;width:100%}.app-header{flex-direction:row;flex-wrap:nowrap;height:56px;overflow:hidden;padding:0 12px}.header-logo{height:26px;margin-left:44px}.main-layout{height:calc(100vh - 56px)}.header-actions{display:flex;flex-wrap:wrap;gap:8px;justify-content:space-between;width:100%}.user-info{font-size:12px;margin:0;width:100%}.btn-small{font-size:12px;padding:8px 12px}.form-section{margin-bottom:15px}.section-header h2{font-size:16px}.form-row{flex-direction:column}.form-group{width:100%}.radio-group{flex-direction:column;gap:8px}.checkbox-grid{grid-template-columns:1fr}.room-table-container{-webkit-overflow-scrolling:touch;overflow-x:auto}.room-table{min-width:800px}.actions{flex-direction:column}.actions .btn{width:100%}.photo-gallery{grid-template-columns:1fr}}.mobile-menu-btn{background:#ffffff1f;border:1px solid #ffffff4d;border-radius:5px;color:#fff;cursor:pointer;display:none;font-size:17px;left:14px;line-height:1;padding:7px 12px;position:fixed;top:13px;z-index:1001}@media (max-width:768px){.mobile-menu-btn{display:block}}.sidebar-overlay{background:#00000080;bottom:0;display:none;left:0;position:fixed;right:0;top:0;z-index:999}@media (max-width:768px){.sidebar-overlay.active{display:block}}.inspection-type-badge{background:#d6a319;border-radius:10px;color:#13294b;display:inline-block;font-size:10px;font-weight:700;letter-spacing:.2px;padding:2px 8px}.inspection-card-meta{align-items:center;display:flex;flex-wrap:wrap;gap:6px;margin-top:1px}.inspection-card-date{color:#9ca3af;font-size:11px;margin-left:auto}.appraisal-type-select{background:#d6a3190f;border:2px solid #d6a319;border-radius:5px;color:#13294b;cursor:pointer;font-size:15px;font-weight:600;padding:10px;width:100%}.appraisal-type-select:focus{border-color:#d6a319;box-shadow:0 0 0 3px #d6a31933;outline:none}.workfiles-list-view{padding:4px 0}.workfiles-list-header{justify-content:space-between}.workfiles-list-header,.workfiles-toolbar{align-items:center;display:flex;margin-bottom:20px}.workfiles-toolbar{flex-wrap:wrap;gap:12px}.workfiles-search{border:1px solid #ddd;border-radius:6px;flex:1 1;font-family:inherit;font-size:14px;min-width:200px;padding:9px 14px}.workfiles-search:focus{border-color:#d6a319;box-shadow:0 0 0 3px #d6a3192e;outline:none}.workfiles-filter-tabs{border:1px solid #ddd;border-radius:6px;display:flex;gap:0;overflow:hidden}.filter-tab{background:#fff;border:none;border-right:1px solid #ddd;color:#6b7280;cursor:pointer;font-family:inherit;font-size:13px;font-weight:600;padding:8px 18px;transition:background .15s,color .15s}.filter-tab:last-child{border-right:none}.filter-tab:hover{background:#f5f6f8;color:#13294b}.filter-tab.active{background:#13294b;color:#fff}.workfiles-table{background:#fff;border-collapse:collapse;border-radius:8px;box-shadow:0 1px 3px #0000001a;font-size:14px;overflow:hidden;width:100%}.workfiles-table th{background:#13294b;color:#fff;font-size:12px;font-weight:600;letter-spacing:.5px;padding:11px 14px;text-align:left;text-transform:uppercase}.workfile-row{border-bottom:1px solid #f0f2f4;cursor:pointer;transition:background .12s}.workfile-row:last-child{border-bottom:none}.workfile-row:hover{background:#d6a31912}.workfile-row td{color:#2c3e50;padding:12px 14px;vertical-align:middle}.wf-address{color:#13294b;font-weight:600}.wf-status-badge{border-radius:10px;display:inline-block;font-size:11px;font-weight:700;letter-spacing:.3px;padding:2px 10px;text-transform:uppercase}.wf-status-active{background:#27ae601f;color:#1a7a3f}.wf-status-complete{background:#6b72801f;color:#4b5563}@media (max-width:768px){.workfile-row td:first-child,.workfile-row td:nth-child(4),.workfiles-table th:first-child,.workfiles-table th:nth-child(4){display:none}}.photo-upload-actions{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:16px}.drop-zone{background:#d6a3190a;border:2px dashed #d6a319;border-radius:8px;color:#6b7280;cursor:pointer;font-size:14px;margin-bottom:16px;padding:40px 20px;pointer-events:auto;text-align:center;transition:background .2s,border-color .2s}.drop-zone:hover{background:#d6a31917;border-color:#c49516}.drop-zone.dragging{background:#d6a31924;border-color:#c49516}.drop-zone-file{color:#13294b;font-weight:600}.photo-gate-msg{color:#7f8c8d;font-style:italic;margin-bottom:12px}.upload-progress-list{display:flex;flex-direction:column;gap:8px;margin-bottom:16px}.upload-progress-item{align-items:center;display:flex;font-size:13px;gap:10px}.upload-filename{color:#2c3e50;flex:0 0 160px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.progress-bar{background:#ecf0f1;border-radius:4px;flex:1 1;height:8px;overflow:hidden}.progress-fill{background:#27ae60;border-radius:4px;height:100%;transition:width .2s ease}.progress-pct{color:#7f8c8d;flex:0 0 36px;font-size:12px;text-align:right}.delete-photo-btn{background:#0000;border:1px solid #e74c3c;border-radius:4px;color:#e74c3c;cursor:pointer;font-size:12px;margin-top:6px;padding:4px 10px;width:100%}.delete-photo-btn:hover{background:#e74c3c;color:#fff}.wfh-topbar{align-items:center;background:#fff;border:1px solid #e8eaed;border-radius:8px;box-shadow:0 1px 3px #00000014;display:flex;flex-wrap:wrap;gap:16px;margin-bottom:16px;padding:14px 20px}.wfh-topbar-fields{display:flex;flex:1 1;flex-wrap:wrap;gap:20px;min-width:0}.wfh-topbar-field{display:flex;flex-direction:column;gap:4px;min-width:110px}.wfh-topbar-label{color:#9ca3af;font-size:10px;font-weight:700;letter-spacing:.8px;text-transform:uppercase}.wfh-topbar-readonly{color:#13294b;font-size:14px;font-weight:700;padding:5px 0}.wfh-topbar-input{border:1px solid #ddd;border-radius:5px;color:#13294b;font-family:inherit;font-size:13px;padding:5px 9px;width:130px}.wfh-topbar-input:focus{border-color:#d6a319;box-shadow:0 0 0 3px #d6a3192e;outline:none}.wfh-topbar-select{background:#fff;border:1px solid #ddd;border-radius:5px;color:#13294b;cursor:pointer;font-family:inherit;font-size:13px;padding:5px 9px}.wfh-topbar-select:focus{border-color:#d6a319;outline:none}.wfh-billing-select{border:none;border-radius:20px;cursor:pointer;font-family:inherit;font-size:12px;font-weight:700;padding:5px 12px}.wfh-topbar-right{align-items:center;display:flex;flex-shrink:0;gap:12px}.wfh-save-status{color:#27ae60;font-size:12px;font-weight:600;min-width:72px;opacity:0;text-align:right;transition:opacity .4s}.wfh-save-status.saving{color:#9ca3af;opacity:1}.wfh-save-status.saved{color:#27ae60;opacity:1}.wfh-readonly-field{background:#f5f6f8;border:1px solid #e8eaed;border-radius:4px;color:#4b5563;font-size:14px;min-height:40px;padding:10px}.wfh-add-link{background:none;border:none;color:#d6a319;cursor:pointer;display:block;font-family:inherit;font-size:12px;font-weight:600;padding:4px 0 0;text-decoration:underline}.wfh-add-link:hover{color:#b8881a}.wfh-contact-block{border-bottom:1px solid #f0f2f4;margin-bottom:24px;padding-bottom:24px}.wfh-contact-block:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.wfh-contact-heading{border-bottom:2px solid #d6a3194d;color:#13294b;font-size:12px;font-weight:700;letter-spacing:.6px;margin:0 0 14px;padding-bottom:8px;text-transform:uppercase}.wfh-prefix-wrap{align-items:center;border:1px solid #ddd;border-radius:4px;display:flex;overflow:hidden}.wfh-prefix-wrap:focus-within{border-color:#d6a319;box-shadow:0 0 0 3px #d6a3192e}.wfh-prefix{align-items:center;background:#f5f6f8;border-right:1px solid #ddd;color:#6b7280;display:flex;flex-shrink:0;font-size:14px;font-weight:600;height:38px;padding:0 10px}.wfh-prefix-wrap input{border:none!important;border-radius:0!important;box-shadow:none!important;flex:1 1}.wfh-prefix-wrap input:focus{box-shadow:none!important;outline:none}.wfh-unit-hint{color:#9ca3af;font-size:11px;font-weight:400;margin-left:4px}.wfh-inline-na{align-items:center;color:#6b7280;cursor:pointer;display:inline-flex;font-size:12px;font-weight:600;gap:4px;margin-left:12px;vertical-align:middle}.wfh-inline-na input[type=checkbox]{cursor:pointer;margin:0;width:auto!important}.wfh-na-pill{background:#f5f6f8;border:1px solid #e8eaed;border-radius:4px;color:#9ca3af;font-size:13px;font-weight:600;padding:9px 12px}.wfh-unit-wrap{border:1px solid #ddd;border-radius:4px;display:flex;overflow:hidden}.wfh-unit-wrap:focus-within{border-color:#d6a319;box-shadow:0 0 0 3px #d6a3192e}.wfh-unit-wrap input{border:none!important;border-radius:0!important;box-shadow:none!important;flex:1 1;min-width:0}.wfh-unit-wrap input:focus{box-shadow:none!important;outline:none}.wfh-unit-select{background:#f5f6f8;border:none;border-left:1px solid #ddd;border-radius:0;color:#4b5563;cursor:pointer;font-family:inherit;font-size:13px;padding:0 8px}.wfh-unit-select:focus{outline:none}.wfh-insp-summary{background:#f9fafb;border:1px solid #e8eaed;border-radius:6px;display:inline-block;min-width:280px;padding:16px}.wfh-insp-row{align-items:center;display:flex;gap:16px;margin-bottom:10px}.wfh-insp-row:last-child{margin-bottom:0}.wfh-insp-label{color:#9ca3af;font-size:11px;font-weight:700;letter-spacing:.5px;min-width:48px;text-transform:uppercase}.wfh-empty-hint{color:#9ca3af;font-size:14px;margin:0 0 14px}.wfh-action-bar{background:#13294b;border:1px solid #d6a31959;border-radius:8px;display:flex;height:56px;margin-bottom:16px;overflow:hidden}.wfh-action-btn{align-items:center;background:none;border:none;border-right:1px solid #ffffff1a;color:#ffffffb3;cursor:pointer;display:flex;flex:1 1;flex-direction:column;font-family:inherit;gap:3px;justify-content:center;padding:0;transition:background .15s,color .15s}.wfh-action-btn:last-child{border-right:none}.wfh-action-btn:hover{background:#ffffff1a;color:#d6a319}.wfh-action-icon{font-size:18px;line-height:1}.wfh-action-label{font-size:11px;font-weight:600;letter-spacing:.3px}@media (max-width:768px){.wfh-topbar-field{flex-basis:calc(50% - 10px);flex-grow:1;flex-shrink:1;min-width:calc(50% - 10px)}.wfh-topbar-input,.wfh-topbar-select{width:100%}}.modal-overlay{align-items:center;background:#00000080;display:flex;inset:0;justify-content:center;padding:20px;position:fixed;z-index:1000}.modal-box{background:#fff;border-radius:10px;box-shadow:0 20px 60px #0000004d;display:flex;flex-direction:column;max-height:calc(100vh - 40px);max-width:480px;overflow:hidden;width:100%}.modal-header{align-items:center;border-bottom:1px solid #e8eaed;display:flex;justify-content:space-between;padding:20px 24px 16px}.modal-header h2{font-size:18px;margin:0}.modal-close{background:none;border:none;border-radius:4px;color:#9ca3af;cursor:pointer;font-size:18px;line-height:1;padding:4px 8px}.modal-close:hover{background:#f5f6f8;color:#374151}.modal-body{flex:1 1;overflow-y:auto;padding:20px 24px}.modal-footer{border-top:1px solid #e8eaed;display:flex;gap:10px;justify-content:flex-end;padding:16px 24px}.modal-error{background:#ef444414;border:1px solid #ef44444d;border-radius:6px;color:#b91c1c;font-size:13px;margin-bottom:16px;padding:10px 14px}.required-star{color:#e74c3c;margin-left:2px}.address-suggestions{background:#fff;border:1px solid #ddd;border-radius:0 0 6px 6px;border-top:none;box-shadow:0 4px 12px #0000001f;left:0;max-height:200px;overflow-y:auto;position:absolute;right:0;top:100%;z-index:10}.address-suggestion-item{border-bottom:1px solid #f0f2f4;cursor:pointer;padding:10px 14px;transition:background .1s}.address-suggestion-item:last-child{border-bottom:none}.address-suggestion-item:hover{background:#d6a31912}.suggestion-address{color:#13294b;font-size:13px;font-weight:600}.suggestion-meta{color:#9ca3af;font-size:11px;margin-top:2px}.login-page{display:flex;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;min-height:100vh}.login-left{align-items:center;background-color:#13294b;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80'%3E%3Ccircle cx='40' cy='40' r='26' stroke='%231a3a6b' stroke-width='1.5' fill='none'/%3E%3Cpath stroke='%231a3a6b' d='M40 40V14M40 40l22.5-13M40 40l22.5 13M40 40v26M40 40 17.5 53M40 40 17.5 27'/%3E%3Ccircle cx='40' cy='40' r='2.5' fill='%231a3a6b'/%3E%3C/svg%3E");background-repeat:repeat;background-size:80px 80px;display:flex;flex:0 0 58%;justify-content:center;padding:60px 48px;position:relative}.login-left:after{background:#d6a319;bottom:0;content:"";display:none;height:3px;left:0;position:absolute;right:0}.login-left-inner{max-width:380px;width:100%}.login-logo{display:block;height:48px;margin-bottom:40px}.login-tagline{color:#fff;font-size:26px;font-weight:700;letter-spacing:-.3px;line-height:1.35;margin:0 0 32px}.login-features{display:flex;flex-direction:column;gap:14px;list-style:none;margin:0;padding:0}.login-features li{align-items:center;color:#ffffffb8;display:flex;font-size:15px;gap:10px}.login-features li:before{background:#d6a319;border-radius:50%;content:"";display:inline-block;flex-shrink:0;height:16px;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='m3 8 3.5 3.5L13 5' stroke='%23fff' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='m3 8 3.5 3.5L13 5' stroke='%23fff' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;width:16px}.login-right{align-items:center;background:#fff;display:flex;flex:1 1;justify-content:center;padding:48px 40px}.login-form-wrap{max-width:360px;width:100%}.login-form-header{margin-bottom:32px}.login-form-header h1{color:#13294b;font-size:26px;font-weight:700;letter-spacing:-.3px;margin:0 0 6px}.login-form-header p{color:#6b7280;font-size:15px;margin:0}.login-form{gap:20px}.login-field,.login-form{display:flex;flex-direction:column}.login-field{gap:6px}.login-field label{color:#13294b;font-size:13px;font-weight:600;letter-spacing:.1px}.login-field input{background:#fff;border:1.5px solid #dee2e6;border-radius:6px;box-sizing:border-box;color:#1a2b40;font-family:inherit;font-size:15px;padding:11px 14px;transition:border-color .15s,box-shadow .15s;width:100%}.login-field input::placeholder{color:#c1c8d0}.login-field input:focus{border-color:#d6a319;box-shadow:0 0 0 3px #d6a3192e;outline:none}.login-submit{background:#d6a319;border:none;border-radius:6px;color:#13294b;cursor:pointer;font-family:inherit;font-size:15px;font-weight:700;letter-spacing:.1px;margin-top:4px;padding:13px;transition:background .15s,transform .1s,box-shadow .15s;width:100%}.login-submit:hover:not(:disabled){background:#e8b420;box-shadow:0 4px 12px #d6a31959;transform:translateY(-1px)}.login-submit:disabled{background:#e5c96e;box-shadow:none;cursor:not-allowed;transform:none}.login-error{background:#fff5f5;border:1px solid #fcd5d5;border-radius:6px;color:#c0392b;font-size:14px;margin-bottom:20px;padding:12px 14px}.login-toggle{color:#6b7280;font-size:14px;margin-top:24px;text-align:center}.login-toggle-btn{background:none;border:none;color:#d6a319;cursor:pointer;font-family:inherit;font-size:14px;font-weight:700;padding:0}.login-toggle-btn:hover{color:#e8b420;text-decoration:underline}@media (max-width:768px){.login-page{flex-direction:column}.login-left{background-size:60px 60px;flex:none;padding:36px 28px 32px}.login-left:after{display:block}.login-logo{height:36px;margin-bottom:24px}.login-tagline{font-size:20px;margin-bottom:20px}.login-features{gap:10px}.login-features li{font-size:14px}.login-right{padding:32px 24px 40px}.login-form-wrap{max-width:100%}}.it-overlay{background:#f5f6f8;inset:0;position:fixed;z-index:500}.it-overlay,.it-screen{display:flex;flex-direction:column;overflow:hidden}.it-screen{height:100%;position:relative}.it-header{align-items:center;background:#13294b;border-bottom:2px solid #d6a319;display:flex;flex-shrink:0;gap:12px;height:56px;padding:0 16px}.it-back-btn{background:none;border:none;color:#fffc;cursor:pointer;flex-shrink:0;font-family:inherit;font-size:14px;font-weight:600;padding:6px 0;white-space:nowrap}.it-back-btn:hover{color:#d6a319}.it-header-title{color:#fff;flex:1 1;font-size:13px;font-weight:700;letter-spacing:1px;text-align:center;text-transform:uppercase}.it-header-badge{color:#d6a319;flex-shrink:0;font-size:11px;font-weight:600;white-space:nowrap}.it-content{-webkit-overflow-scrolling:touch;flex:1 1;overflow-y:auto;padding:24px 20px}.it-start-content{align-items:center;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;min-height:calc(100vh - 56px);padding:40px 24px}.it-start-address{color:#13294b;font-size:20px;font-weight:700;line-height:1.3;margin:0 0 10px;max-width:360px;text-align:center}.it-resume-pill{background:#27ae601f;border-radius:20px;color:#1a7a3f;display:inline-block;font-size:11px;font-weight:700;letter-spacing:.5px;margin-bottom:14px;padding:4px 12px;text-transform:uppercase}.it-start-prompt{color:#6b7280;font-size:15px;margin:0 0 36px;text-align:center}.it-choice-group{display:flex;flex-direction:column;gap:16px;max-width:360px;width:100%}.it-choice-btn{align-items:center;background:#fff;border:2px solid #e8eaed;border-radius:14px;box-shadow:0 2px 6px #0000000f;cursor:pointer;display:flex;font-family:inherit;gap:20px;padding:24px 20px;text-align:left;transition:border-color .15s,box-shadow .15s,transform .1s;width:100%}.it-choice-btn:hover{border-color:#d6a319;box-shadow:0 4px 16px #d6a31933}.it-choice-btn:active{transform:scale(.98)}.it-choice-icon{flex-shrink:0;font-size:36px;line-height:1}.it-choice-text{display:flex;flex-direction:column;gap:4px}.it-choice-label{color:#13294b;font-size:18px;font-weight:700}.it-choice-sub{color:#9ca3af;font-size:13px}.it-stub{align-items:center;color:#9ca3af;display:flex;flex-direction:column;font-size:15px;gap:20px;height:100%;justify-content:center}.it-stub-back{background:none;border:1px solid #ddd;border-radius:6px;color:#4b5563;cursor:pointer;font-family:inherit;font-size:14px;padding:8px 16px}.it-progress-bar{background:#fff;border-bottom:1px solid #e8eaed;display:flex;flex-shrink:0;gap:4px;overflow-x:auto;padding:12px 16px}.it-progress-step{align-items:center;background:#f5f6f8;border-radius:20px;color:#9ca3af;display:flex;font-size:12px;font-weight:600;gap:6px;padding:6px 12px;white-space:nowrap}.it-progress-step.done{background:#27ae601f;color:#1a7a3f}.it-progress-step.active{background:#13294b;color:#fff}.it-photo-grid{grid-gap:8px;display:grid;gap:8px;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));margin-top:16px}.it-photo-thumb{aspect-ratio:1;background:#e8eaed;border-radius:8px;overflow:hidden;position:relative}.it-photo-thumb img{height:100%;object-fit:cover;width:100%}.it-photo-label-chip{background:#000000a6;border-radius:4px;bottom:4px;color:#fff;font-size:10px;font-weight:600;left:4px;overflow:hidden;padding:3px 6px;position:absolute;right:4px;text-align:center;text-overflow:ellipsis;white-space:nowrap}.it-capture-btn{align-items:center;background:#13294b;border:none;border-radius:12px;color:#fff;cursor:pointer;display:flex;font-family:inherit;font-size:17px;font-weight:700;gap:10px;justify-content:center;padding:18px;transition:background .15s,transform .1s;width:100%}.it-capture-btn:active{transform:scale(.98)}.it-capture-btn:hover{background:#1a3a6b}.it-upload-btn{align-items:center;background:#fff;border:2px solid #e8eaed;border-radius:12px;color:#13294b;cursor:pointer;display:flex;font-family:inherit;font-size:15px;font-weight:600;gap:10px;justify-content:center;margin-top:10px;padding:14px;transition:border-color .15s;width:100%}.it-upload-btn:hover{border-color:#13294b}.it-section-heading{color:#9ca3af;font-size:11px;font-weight:700;letter-spacing:.8px;margin:24px 0 12px;text-transform:uppercase}.it-next-btn{background:none;border:none;color:#d6a319;cursor:pointer;flex-shrink:0;font-family:inherit;font-size:14px;font-weight:700;padding:6px 0;white-space:nowrap}.it-next-btn:hover{color:#e8c030}.it-field-group{margin-bottom:20px}.it-field-label{color:#13294b;display:block;font-size:12px;font-weight:700;letter-spacing:.5px;margin-bottom:8px;text-transform:uppercase}.it-select{appearance:none;-webkit-appearance:none;background:#fff;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='m1 1 5 5 5-5' stroke='%23999' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;border:1.5px solid #ddd;border-radius:8px;box-sizing:border-box;color:#13294b;cursor:pointer;font-family:inherit;font-size:15px;padding:12px 36px 12px 12px;width:100%}.it-select:focus{border-color:#d6a319;box-shadow:0 0 0 3px #d6a3192e;outline:none}.it-other-input{border:1.5px solid #d6a319;border-radius:8px;box-sizing:border-box;font-family:inherit;font-size:14px;margin-top:8px;padding:10px 12px;width:100%}.it-other-input:focus{box-shadow:0 0 0 3px #d6a3192e;outline:none}.it-textarea{border:1.5px solid #ddd;border-radius:8px;box-sizing:border-box;font-family:inherit;font-size:14px;padding:10px 12px;resize:vertical;width:100%}.it-textarea:focus{border-color:#d6a319;box-shadow:0 0 0 3px #d6a3192e;outline:none}.it-chip-row,.it-radio-row{display:flex;flex-wrap:wrap;gap:8px}.it-chip,.it-radio-chip{background:#fff;border:1.5px solid #e8eaed;border-radius:20px;color:#4b5563;cursor:pointer;font-family:inherit;font-size:13px;font-weight:600;line-height:1;padding:8px 16px;transition:border-color .12s,background .12s,color .12s}.it-radio-chip input[type=radio]{display:none}.it-chip.selected,.it-radio-chip.selected{background:#13294b;border-color:#13294b;color:#fff}.it-chip:hover,.it-radio-chip:hover{border-color:#d6a319}.it-photo-count{color:#6b7280;font-size:13px;font-weight:600;margin:16px 0 8px}.it-upload-progress-wrap{margin-bottom:14px}.it-upload-bar{background:#e8eaed;border-radius:3px;height:6px;margin-bottom:6px;overflow:hidden}.it-upload-fill{background:#27ae60;border-radius:3px;height:100%;transition:width .2s ease}.it-upload-pct{color:#9ca3af;font-size:12px}.it-label-panel{padding-top:4px}.it-label-preview-wrap{background:#000;margin-bottom:20px;overflow:hidden}.it-label-preview-img,.it-label-preview-wrap{border-radius:12px;max-height:240px;width:100%}.it-label-preview-img{display:block;object-fit:cover}.it-label-prompt{color:#13294b;font-size:16px;font-weight:700;margin:0 0 14px}.it-label-chips{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.it-label-chip{background:#fff;border:1.5px solid #e8eaed;border-radius:20px;color:#4b5563;cursor:pointer;font-family:inherit;font-size:13px;font-weight:600;padding:9px 16px;transition:border-color .12s,background .12s,color .12s}.it-label-chip:hover{border-color:#d6a319}.it-label-chip.selected{background:#13294b;border-color:#13294b;color:#fff}.it-label-other-input{border:1.5px solid #d6a319;border-radius:8px;box-sizing:border-box;font-family:inherit;font-size:14px;margin-bottom:14px;padding:10px 12px;width:100%}.it-label-other-input:focus{box-shadow:0 0 0 3px #d6a3192e;outline:none}.it-label-notes{border:1.5px solid #ddd;border-radius:8px;box-sizing:border-box;font-family:inherit;font-size:14px;margin-bottom:16px;padding:10px 12px;resize:none;width:100%}.it-label-notes:focus{border-color:#d6a319;box-shadow:0 0 0 3px #d6a3192e;outline:none}.it-save-photo-btn{background:#13294b;border:none;border-radius:12px;color:#fff;cursor:pointer;font-family:inherit;font-size:16px;font-weight:700;margin-bottom:10px;padding:16px;transition:background .15s;width:100%}.it-save-photo-btn:disabled{cursor:not-allowed;opacity:.4}.it-save-photo-btn:not(:disabled):hover{background:#1a3a6b}.it-skip-btn{background:none;border:1.5px solid #e8eaed;border-radius:12px;color:#9ca3af;cursor:pointer;font-family:inherit;font-size:14px;padding:12px;width:100%}.it-skip-btn:hover{border-color:#9ca3af;color:#4b5563}.it-primary-action-btn{background:#d6a319;border:none;border-radius:12px;color:#13294b;cursor:pointer;font-family:inherit;font-size:17px;font-weight:700;margin-bottom:24px;margin-top:32px;padding:18px;transition:background .15s,transform .1s;width:100%}.it-primary-action-btn:hover{background:#e8b420}.it-primary-action-btn:active{transform:scale(.98)}.it-question-block{margin-bottom:36px}.it-question-label{color:#13294b;font-size:18px;font-weight:700;margin:0 0 16px}.it-question-sublabel{color:#6b7280;font-size:13px;font-weight:600;margin:12px 0 10px}.it-yn-row{display:flex;gap:12px}.it-yn-btn{background:#fff;border:2px solid #e8eaed;border-radius:12px;color:#4b5563;cursor:pointer;flex:1 1;font-family:inherit;font-size:16px;font-weight:700;padding:16px;transition:border-color .15s,background .15s,color .15s}.it-yn-btn:hover{border-color:#d6a319}.it-yn-btn.selected.yes{background:#27ae601a;border-color:#27ae60;color:#1a7a3f}.it-yn-btn.selected.no{background:#6b72801a;border-color:#6b7280;color:#374151}.it-style-options{display:flex;flex-direction:column;gap:2px}.it-style-option{align-items:center;border:1.5px solid #0000;border-radius:10px;color:#374151;cursor:pointer;display:flex;font-family:inherit;font-size:16px;font-weight:500;gap:14px;padding:14px 16px;transition:background .12s,border-color .12s}.it-style-option input[type=radio]{display:none}.it-style-option:before{border:2px solid #ddd;border-radius:50%;content:"";flex-shrink:0;height:20px;transition:border-color .12s,background .12s,box-shadow .12s;width:20px}.it-style-option.selected{background:#13294b0d;border-color:#13294b;color:#13294b;font-weight:700}.it-style-option.selected:before{background:#13294b;border-color:#13294b;box-shadow:inset 0 0 0 4px #fff}.it-style-option:hover:not(.selected){background:#d6a3190d;border-color:#d6a31966}.it-floor-toggles{margin-top:4px}.it-floor-toggle{align-items:center;background:#fff;border:1.5px solid #e8eaed;border-radius:20px;color:#4b5563;cursor:pointer;display:inline-flex;font-family:inherit;font-size:14px;font-weight:600;gap:6px;margin:0 8px 8px 0;padding:10px 18px;transition:border-color .12s,background .12s,color .12s}.it-floor-toggle.active{background:#13294b;border-color:#13294b;color:#fff}.it-floor-toggle:hover:not(.active){border-color:#d6a319}.it-floor-picker{display:flex;flex-wrap:wrap;gap:10px}.it-floor-pick-btn{background:#13294b;border:none;border-radius:12px;color:#fff;cursor:pointer;flex:1 1;font-family:inherit;font-size:15px;font-weight:700;min-width:80px;padding:20px 12px;text-align:center;transition:background .15s,transform .1s}.it-floor-pick-btn:hover{background:#d6a319;color:#13294b}.it-floor-pick-btn:active{transform:scale(.97)}.it-floor-tabs{background:#fff;border-bottom:1px solid #e8eaed;display:flex;flex-shrink:0;overflow-x:auto}.it-floor-tab{background:none;border:none;border-bottom:3px solid #0000;color:#9ca3af;cursor:pointer;flex:1 1;font-family:inherit;font-size:13px;font-weight:600;min-width:56px;padding:12px 8px 10px;position:relative;transition:color .15s,border-color .15s;white-space:nowrap}.it-floor-tab.active{border-bottom-color:#d6a319;color:#13294b}.it-floor-tab-dot{background:#27ae60;border-radius:50%;height:6px;position:absolute;right:10px;top:10px;width:6px}.it-rooms-list{background:#fff;border:1.5px solid #e8eaed;border-radius:10px;margin:16px 0;overflow:hidden}.it-room-row{align-items:center;border-bottom:1px solid #f0f2f4;display:flex;justify-content:space-between;padding:12px 16px}.it-room-row:last-child{border-bottom:none}.it-room-name{color:#13294b;font-size:14px;font-weight:600}.it-room-no-count{color:#9ca3af;font-size:11px;font-weight:400}.it-room-photo-count{color:#6b7280;font-size:13px}.it-systems-summary{background:#13294b0a;border:1px solid #13294b1a;border-radius:10px;margin:12px 0;padding:14px 16px}.it-system-row{align-items:center;border-bottom:1px solid #0000000d;color:#374151;display:flex;font-size:14px;gap:10px;padding:6px 0}.it-system-row:last-child{border-bottom:none}.it-system-icon{flex-shrink:0;font-size:16px}.it-sys-overlay{align-items:flex-end;background:#00000080;display:flex;inset:0;justify-content:center;position:fixed;z-index:600}.it-sys-modal{background:#fff;border-radius:20px 20px 0 0;display:flex;flex-direction:column;max-height:85vh;max-width:600px;overflow:hidden;width:100%}.it-sys-header{align-items:center;border-bottom:1px solid #e8eaed;display:flex;flex-shrink:0;justify-content:space-between;padding:20px 20px 16px}.it-sys-title{color:#13294b;font-size:17px;font-weight:700}.it-sys-body{flex:1 1;overflow-y:auto;padding:20px}.it-sys-footer{border-top:1px solid #e8eaed;display:flex;flex-direction:column;flex-shrink:0;gap:10px;padding:16px 20px}.it-label-field{margin-bottom:14px}.it-label-sublabel{color:#9ca3af;display:block;font-size:11px;font-weight:700;letter-spacing:.6px;margin-bottom:8px;text-transform:uppercase}.it-required-note-hint{color:#e74c3c;font-size:12px;font-weight:600;margin:0 0 6px}.it-meas-card{background:#fff;border:1.5px solid #e8eaed;border-radius:12px;margin-bottom:8px;padding:16px}.it-meas-row{align-items:center;display:flex;justify-content:space-between;margin-bottom:14px}.it-meas-row:last-of-type{margin-bottom:0}.it-meas-label{color:#374151;font-size:14px;font-weight:600;min-width:56px}.it-ft-in-pair{display:flex;gap:8px}.it-ft-in-field{align-items:center;background:#f5f6f8;border:1.5px solid #ddd;border-radius:8px;display:flex;gap:4px;padding:6px 10px;transition:border-color .15s,background .15s}.it-ft-in-field:focus-within{background:#fff;border-color:#d6a319;box-shadow:0 0 0 3px #d6a31926}.it-ft-in-input{-moz-appearance:textfield;background:#0000;border:none;color:#13294b;font-family:inherit;font-size:18px;font-weight:700;padding:0;text-align:right;width:44px}.it-ft-in-input:focus{outline:none}.it-ft-in-input::-webkit-inner-spin-button,.it-ft-in-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.it-ft-in-unit{color:#9ca3af;flex-shrink:0;font-size:12px;font-weight:600}.it-meas-sqft{border-top:1px solid #f0f2f4;color:#27ae60;font-size:13px;font-weight:600;margin-top:12px;padding-top:12px;text-align:right}.it-meas-yn-spaced{margin-bottom:16px}.it-meas-garage-fields{margin-top:4px}.it-meas-type-chips{margin-bottom:16px}.it-meas-sqft-wrap{margin-top:4px}.it-meas-sqft-input{-moz-appearance:textfield;border:1.5px solid #ddd;border-radius:8px;box-sizing:border-box;color:#13294b;font-family:inherit;font-size:22px;font-weight:700;padding:14px 16px;text-align:center;width:100%}.it-meas-sqft-input:focus{border-color:#d6a319;box-shadow:0 0 0 3px #d6a31926;outline:none}.it-meas-sqft-input::-webkit-inner-spin-button,.it-meas-sqft-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.it-save-toast{animation:it-toast-in .15s ease;border-radius:20px;bottom:28px;box-shadow:0 2px 12px #0000002e;font-size:13px;font-weight:700;left:50%;padding:8px 18px;pointer-events:none;position:absolute;transform:translateX(-50%);white-space:nowrap;z-index:700}@keyframes it-toast-in{0%{opacity:0;transform:translateX(-50%) translateY(8px)}to{opacity:1;transform:translateX(-50%) translateY(0)}}.it-save-toast--saving{background:#1e1e1ed1;color:#fff}.it-save-toast--saved{background:#27ae60;color:#fff}.it-save-toast--error{background:#e74c3c;color:#fff;cursor:default;pointer-events:auto}.it-save-toast--offline{background:#e67e22;color:#fff}.it-save-toast--syncing{background:#2980b9;color:#fff}.it-save-toast--pending{background:#7f8c8d;color:#fff}.it-sync-toast{bottom:72px}.it-error-screen{align-items:center;justify-content:center}.it-error-content{align-items:center;display:flex;flex-direction:column;max-width:400px;padding:40px 28px;text-align:center;width:100%}.it-error-icon{font-size:48px;margin-bottom:20px}.it-error-title{color:#13294b;font-size:22px;font-weight:800;margin:0 0 12px}.it-error-msg{color:#6b7280;font-size:15px;line-height:1.5;margin:0 0 32px}.it-review-address{color:#13294b;font-size:16px;font-weight:700;line-height:1.4;margin:0 0 20px;text-align:center}.it-review-stats-bar{display:flex;gap:8px;margin-bottom:20px}.it-review-stat{background:#fff;border:1.5px solid #e8eaed;border-radius:10px;flex:1 1;padding:12px 8px;text-align:center}.it-review-stat-val{color:#13294b;display:block;font-size:24px;font-weight:800;line-height:1;margin-bottom:4px}.it-review-stat-label{color:#9ca3af;display:block;font-size:10px;font-weight:700;letter-spacing:.5px;text-transform:uppercase}.it-review-section{background:#fff;border:1.5px solid #e8eaed;border-radius:12px;margin-bottom:12px;overflow:hidden}.it-review-section-header{align-items:center;border-bottom:1px solid #f0f2f4;display:flex;justify-content:space-between;padding:11px 16px}.it-review-section-title{color:#9ca3af;font-size:11px;font-weight:700;letter-spacing:.8px;text-transform:uppercase}.it-review-edit-btn{background:none;border:none;color:#d6a319;cursor:pointer;font-family:inherit;font-size:13px;font-weight:700;padding:2px 0}.it-review-edit-btn:hover{color:#e8b420}.it-review-row{align-items:baseline;border-bottom:1px solid #f0f2f4;display:flex;gap:16px;justify-content:space-between;padding:10px 16px}.it-review-row:last-child{border-bottom:none}.it-review-row-label{color:#6b7280;flex-shrink:0;font-size:13px;font-weight:600}.it-review-row-value{color:#13294b;font-size:13px;font-weight:600;text-align:right}.it-review-row-value.empty{color:#d1d5db;font-weight:400}.it-review-floor-row{align-items:center;border-bottom:1px solid #f0f2f4;display:flex;justify-content:space-between;padding:12px 16px}.it-review-floor-row:last-child{border-bottom:none}.it-review-floor-info{display:flex;flex-direction:column;gap:2px}.it-review-floor-name{color:#13294b;font-size:14px;font-weight:700}.it-review-floor-stats{color:#9ca3af;font-size:12px}.it-complete-btn{background:#27ae60;border:none;border-radius:14px;color:#fff;cursor:pointer;font-family:inherit;font-size:18px;font-weight:800;letter-spacing:.3px;margin-bottom:32px;margin-top:8px;padding:20px;transition:background .15s,transform .1s;width:100%}.it-complete-btn:hover{background:#2ecc71}.it-complete-btn:active{transform:scale(.98)}.it-complete-btn:disabled{cursor:not-allowed;opacity:.6;transform:none}.pp-page{margin:0 auto;max-width:960px;padding:0 0 80px}.pp-header{background:#13294b;border-bottom:2px solid #d6a319;color:#fff;padding:16px 20px 14px}.pp-back-btn{background:none;border:none;color:#d6a319;cursor:pointer;display:block;font-size:14px;font-weight:600;margin-bottom:8px;padding:0}.pp-back-btn:hover{color:#f0c040}.pp-title{font-size:20px;font-weight:700;letter-spacing:.5px;margin:0 0 4px}.pp-address{color:#ffffffbf;font-size:13px;margin:0}.pp-toolbar{background:#f8f9fa;border-bottom:1px solid #e0e0e0;flex-wrap:wrap;gap:16px;padding:12px 20px}.pp-filter-group,.pp-toolbar{align-items:center;display:flex}.pp-filter-group{gap:8px}.pp-filter-label{color:#555;font-size:13px;font-weight:600;white-space:nowrap}.pp-filter-select{background:#fff;border:1px solid #ccc;border-radius:6px;cursor:pointer;font-size:13px;padding:5px 10px}.pp-count{color:#777;font-size:13px;margin-left:auto}.pp-pending-hint{color:#e67e22;font-weight:600}.pp-empty{color:#888;padding:48px 20px;text-align:center}.pp-empty p{font-size:15px;margin:0 0 8px}.pp-empty-hint{color:#aaa;font-size:13px}.pp-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));padding:16px 20px}.pp-card{background:#fff;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 1px 3px #0000000f;overflow:hidden}.pp-thumb-wrap{aspect-ratio:4/3;background:#f0f0f0;overflow:hidden;position:relative;width:100%}.pp-thumb{display:block;height:100%;object-fit:cover;width:100%}.pp-thumb-placeholder{align-items:center;color:#ccc;display:flex;font-size:32px;height:100%;justify-content:center;width:100%}.pp-pending-badge{background:#0000008c;border-radius:10px;color:#fff;font-size:13px;padding:2px 6px;position:absolute;right:6px;top:6px}.pp-card-meta{display:flex;flex-wrap:wrap;gap:4px;padding:8px 8px 4px}.pp-room-badge{background:#13294b;color:#fff;font-weight:700}.pp-floor-badge,.pp-room-badge{border-radius:10px;font-size:11px;padding:2px 7px;white-space:nowrap}.pp-floor-badge{background:#e8ecf0;color:#444}.pp-flooring-badge{background:#fff3cd;border-radius:10px;color:#856404;font-size:11px;padding:2px 7px;white-space:nowrap}.pp-notes{color:#666;font-size:11px;line-height:1.4;margin:0;padding:0 8px 8px}.pp-download-bar{align-items:center;background:#fff;border-top:1px solid #e0e0e0;bottom:0;box-shadow:0 -2px 8px #00000012;display:flex;gap:12px;left:0;padding:12px 20px;position:fixed;right:0;z-index:10}.pp-download-btn{background:#13294b;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;padding:10px 20px}.pp-download-btn:hover{background:#1a3a6a}.pp-download-hint{color:#999;font-size:12px}@media (max-width:600px){.pp-grid{gap:8px;grid-template-columns:repeat(auto-fill,minmax(130px,1fr));padding:12px}.pp-toolbar{padding:10px 12px}.pp-header{padding:12px}}
/*# sourceMappingURL=main.74a8ef62.css.map*/