:root{--app-primary: #1e3a5f;--app-sidebar-bg: #1e3a5f;--app-sidebar-border: #1a2e47;--app-nav-active-bg: #f9b608;--app-nav-active-text: #1e3a5f}.app{min-height:100vh;background:#fff;display:flex}.sidebar{width:260px;background:var(--app-sidebar-bg);border-right:1px solid var(--app-sidebar-border);display:flex;flex-direction:column;position:fixed;height:100vh;left:0;top:0;z-index:100}.logo-container{padding:2rem 1.5rem;border-bottom:1px solid var(--app-sidebar-border);display:flex;flex-direction:column;align-items:center;gap:1rem;background:var(--app-sidebar-bg)}.logo-container .logo{max-width:200px;width:100%;height:auto;max-height:120px}.logo-text{font-size:1.1rem;margin:0;color:#fff;font-weight:700;letter-spacing:-.3px;line-height:1.3;text-align:center}.nav-menu{padding:1rem;display:flex;flex-direction:column;gap:.5rem;flex:1;min-height:0;overflow-y:auto;background:var(--app-sidebar-bg)}.nav-item{display:flex;align-items:center;gap:.75rem;padding:.875rem 1rem;background:transparent;border:none;border-radius:8px;cursor:pointer;font-size:1rem;color:#fff;font-weight:500;transition:all .2s ease;text-align:left;width:100%}.nav-item:hover{background:#ffffff0d;color:#fff}.nav-item.active{background:var(--app-nav-active-bg);color:var(--app-nav-active-text);font-weight:600;border-left:none;border-radius:8px}.nav-item.active .nav-icon{color:var(--app-nav-active-text)}.nav-item:disabled{cursor:default;opacity:1}.nav-item:disabled:hover{background:var(--app-nav-active-bg)}.nav-icon{font-size:1.25rem;color:#fff;display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;flex-shrink:0;transition:color .2s ease}.nav-icon svg{width:100%;height:100%;display:block;transition:none}.nav-item.active .nav-icon{color:#2563eb}.nav-item.active .nav-icon svg{color:#1e3a5f;fill:none;stroke:#1e3a5f}.nav-group{display:flex;flex-direction:column;gap:.25rem}.nav-group .nav-item:first-child{margin-bottom:0}.nav-sub-item{padding-left:2.25rem;font-size:.9375rem}.nav-sub-item.active{background:transparent;color:#fff;font-weight:700;border-radius:0;text-decoration:underline;text-decoration-color:var(--app-nav-active-bg);text-underline-offset:.32em;text-decoration-thickness:2px}.nav-sub-item.active:hover{background:transparent}.nav-sub-item.active .nav-icon,.nav-sub-item.active .nav-icon svg{color:#fff;stroke:#fff}.nav-chevron{margin-left:auto;display:inline-flex;align-items:center;justify-content:center;opacity:.85}.nav-item.active .nav-chevron{opacity:1}.nav-chevron svg{width:16px;height:16px}.mobile-header,.sidebar-overlay{display:none}.main-content{flex:1;margin-left:260px;padding:2rem;min-height:100vh}.page-header{margin-bottom:2rem}.page-header h2{color:#1e3a5f;margin:0;font-size:2rem;font-weight:600}.integrations-view{margin-bottom:1rem}.integrations-view .integrations-header{margin-bottom:.5rem}.integrations-provider-layer{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;padding:.75rem 0;border-bottom:1px solid #e2e8f0}.integrations-provider-label{font-size:.9rem;font-weight:500;color:#64748b}.provider-pills{display:flex;gap:.5rem;flex-wrap:wrap}.provider-pill{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.9rem;font-weight:500;color:#64748b;background:#f1f5f9;border:2px solid transparent;border-radius:8px;cursor:pointer;transition:color .2s,background .2s,border-color .2s}.provider-pill:hover{color:#1e3a5f;background:#e2e8f0}.provider-pill.active{color:var(--app-primary, #1e3a5f);background:#e0f2fe;border-color:var(--app-primary, #1e3a5f)}.provider-pill-icon{display:inline-flex;line-height:0}.provider-pill-icon svg{width:18px;height:18px}.tabs-bar{display:flex;gap:0;border-bottom:2px solid #e2e8f0;margin-bottom:1.5rem}.tab-button{padding:.6rem 1.25rem;font-size:.95rem;font-weight:500;color:#64748b;background:transparent;border:none;border-bottom:3px solid transparent;margin-bottom:-2px;cursor:pointer;transition:color .2s,border-color .2s}.tab-button:hover{color:#1e3a5f}.tab-button.active{color:var(--app-primary, #1e3a5f);border-bottom-color:var(--app-nav-active-bg, #f9b608)}.projects-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.project-card{background:#fff;border-radius:8px;padding:0;cursor:pointer;transition:all .3s ease;border:1px solid #e2e8f0;box-shadow:0 1px 3px #0000000d;display:flex;flex-direction:column;height:100%}.project-card:hover{transform:translateY(-2px);border-color:#f9b608;box-shadow:0 4px 12px #1e3a5f1a}.project-card h3{color:#1e3a5f;margin:.75rem 0 .5rem;font-size:1.1rem;font-weight:600;padding:0 1rem}.project-card p{color:#64748b;margin:0 0 1rem;line-height:1.5}.card-footer{display:flex;justify-content:space-between;align-items:center;margin-top:auto;padding:.75rem 1rem;border-top:1px solid #f1f5f9}.view-details{color:#64748b;font-weight:500;font-size:.8rem;transition:all .3s ease}.project-card:hover .view-details{color:#f9b608}.project-details{width:100%;max-width:100%}.details-card{background:#fff;border-radius:8px;padding:2rem;border:1px solid #e2e8f0;box-shadow:0 2px 8px #00000014;width:100%}.details-card h3{color:#1e3a5f;margin:0 0 1.5rem;font-size:1.75rem;font-weight:600;border-bottom:3px solid #f9b608;padding-bottom:.75rem}.detail-item{display:flex;margin-bottom:1.5rem;align-items:flex-start}.detail-item .label{font-weight:600;color:#1e3a5f;min-width:120px;margin-right:1rem}.detail-item .value{color:#64748b;flex:1}.detail-item .value .external-link{color:#2563eb;text-decoration:underline;word-break:break-all}.detail-item .value .external-link:hover{color:#1d4ed8}.project-details-compact{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;margin:1.5rem 0;padding:1.5rem;background:#f8fafc;border-radius:8px;border:1px solid #e2e8f0}.detail-item-compact{display:flex;flex-direction:column;gap:.25rem}.label-compact{font-weight:600;color:#1e3a5f;font-size:.85rem;text-transform:uppercase;letter-spacing:.5px}.value-compact{color:#64748b;font-size:.95rem;line-height:1.5}.project-details-collapsed{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e2e8f0}.project-details-collapsed summary{cursor:pointer;color:#64748b;font-weight:500;font-size:.9rem;padding:.5rem;border-radius:4px;transition:all .2s ease;-webkit-user-select:none;user-select:none}.project-details-collapsed summary:hover{background:#f8fafc;color:#1e3a5f}.project-details-collapsed summary::-webkit-details-marker{display:none}.project-details-collapsed summary:before{content:"▶";display:inline-block;margin-right:.5rem;transition:transform .2s ease;font-size:.75rem}.project-details-collapsed[open] summary:before{transform:rotate(90deg)}.collapsed-content{margin-top:1rem;padding-left:1.5rem}.status-badge{display:inline-block;padding:.25rem .625rem;border-radius:20px;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.status-active{background:#e0f2fe;color:#1e3a5f;border:1px solid #bae6fd}.status-inactive{background:#f1f5f9;color:#64748b;border:1px solid #e2e8f0}.status-pending{background:#fef3c7;color:#92400e;border:1px solid #fde68a}.status-archived{background:#f1f5f9;color:#64748b;border:1px solid #e2e8f0}.project-thumbnail{width:100%;max-height:300px;object-fit:cover;border-radius:8px;margin-bottom:1.5rem}.project-tile-bookmark-btn:hover:not(:disabled){background:#fff;box-shadow:0 2px 6px #00000040}.project-card-thumbnail-wrap{width:100%;height:200px;background:#f1f5f9;border-radius:8px 8px 0 0;overflow:hidden;display:flex;align-items:center;justify-content:center}.project-card-thumbnail{width:100%;height:100%;object-fit:cover;margin:0;display:block}.project-card-thumbnail-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.35rem;color:#94a3b8;font-size:.8rem}.project-card-thumbnail-placeholder-icon{font-size:2rem}.project-card-thumbnail-placeholder-text{font-size:.75rem}.project-tile-card-team-bar{flex-shrink:0;width:6px;min-width:6px;border-radius:8px 0 0 8px;display:flex;align-items:center;justify-content:center;overflow:hidden;transition:width .2s ease}.project-tile-card:hover .project-tile-card-team-bar{width:2.5rem}.project-tile-card-team-bar-label{writing-mode:vertical-rl;text-orientation:mixed;white-space:nowrap;color:#fff;font-size:.7rem;font-weight:600;letter-spacing:.02em;opacity:0;transition:opacity .15s ease .05s;transform:rotate(180deg);padding:.5rem 0}.project-tile-card:hover .project-tile-card-team-bar-label{opacity:1}.project-tile-ribbon-wrap{position:absolute;top:0;right:0;width:100px;height:100px;overflow:hidden;z-index:1;pointer-events:none}.project-tile-ribbon{position:absolute;top:24px;right:-32px;width:140px;padding:3px 8px;background:#c41e3a;color:#fff;font-size:.68rem;font-weight:700;letter-spacing:.04em;text-align:center;transform:rotate(45deg);box-shadow:0 2px 4px #0003;line-height:1.2;display:inline-flex;align-items:center;justify-content:center;gap:.25rem}.project-tile-ribbon--magicplan{background:#0284c7}.project-tile-ribbon--heldok{background:var(--app-primary, #1e3a5f)}.project-tile-content{flex:1;min-height:0;min-width:0;overflow:hidden}.project-tile-content h3{border-bottom:none!important;padding-bottom:0!important}.project-tile-yellow-line{height:3px;background:#f9b608;width:100%;margin:0;flex-shrink:0}.project-tile-address-line2{letter-spacing:.01em}.project-tile-content .project-tile-description{flex-shrink:0;margin:0 0 .5rem;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;word-break:break-word;overflow-wrap:break-word;transition:max-height .2s ease,-webkit-line-clamp 0s}.project-tile-content:hover .project-tile-description{-webkit-line-clamp:unset;max-height:12em;overflow-y:auto;overflow-x:hidden}.project-tile-dates{flex-shrink:0}.project-card-meta{display:flex;flex-direction:column;gap:.375rem;margin:.5rem 1rem;flex:1}.assignee-label{display:inline-block;padding:.25rem .625rem;background:#e0f2fe;color:#1e3a5f;border-radius:12px;font-size:.75rem;font-weight:500;border:1px solid #bae6fd;width:fit-content}.modified-date{color:#64748b;font-size:.75rem;font-weight:400}.back-button{background:#f8fafc;border:1px solid #e2e8f0;padding:.5rem 1rem;border-radius:6px;cursor:pointer;color:#1e3a5f;font-weight:500;margin-bottom:1rem;transition:all .2s ease}.back-button:hover{background:#f1f5f9;border-color:#cbd5e1}.button-primary{background:var(--app-primary);color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;cursor:pointer;font-weight:500}.button-primary:hover{background:color-mix(in srgb,var(--app-primary) 90%,black)}.button-secondary{background:#f8fafc;color:#1e3a5f;border:1px solid #e2e8f0;padding:.5rem 1rem;border-radius:6px;cursor:pointer;font-weight:500;transition:background .2s,border-color .2s}.button-secondary:hover{background:#f1f5f9;border-color:#cbd5e1}.button-danger{background:#dc2626;color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;cursor:pointer;font-weight:500}.button-danger:hover{background:#b91c1c}.form-row{margin-bottom:1rem}.form-row label{display:block;margin-bottom:.25rem;font-weight:500;color:#334155}.form-row input,.form-row select{width:100%;max-width:400px;padding:.5rem;border:1px solid #e2e8f0;border-radius:6px}.projects-filter-bar .form-row{margin-bottom:0}.projects-filter-bar .form-row label{margin-bottom:.35rem}.projects-filter-bar .button-secondary,.projects-filter-bar .filter-sort-select{padding:.5rem .75rem;min-height:2.25rem;box-sizing:border-box}.projects-filter-bar .filter-sort-select{background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;color:#1e3a5f;font-weight:500;cursor:pointer;width:100%;max-width:100%}.projects-filter-bar .filter-sort-select:hover{background:#f1f5f9;border-color:#cbd5e1}.projects-filter-bar .filter-sort-select:focus{outline:none;border-color:#94a3b8}.heldok-projects-filter-bar{display:flex;flex-wrap:wrap;gap:1rem;align-items:flex-end}.heldok-projects-filter-primary{display:flex;flex-wrap:wrap;gap:1rem;align-items:flex-end;flex:1 1 100%}.heldok-projects-filter-primary .form-row:first-child{flex:1 1 200px;min-width:180px}.heldok-projects-filter-secondary-inline{display:flex;flex-wrap:wrap;gap:1rem;align-items:flex-end}.heldok-projects-filter-secondary-in-advanced{display:none}.heldok-projects-filter-advanced-panel .heldok-projects-filter-advanced-dates{padding-top:0;margin-top:0;border-top:none}@media (max-width: 992px){.heldok-projects-filter-secondary-inline{display:none}.heldok-projects-filter-secondary-in-advanced{display:flex;flex-wrap:wrap;gap:1rem;align-items:flex-end}.heldok-projects-filter-advanced-panel .heldok-projects-filter-advanced-dates{margin-top:1rem;padding-top:1rem;border-top:1px solid #e2e8f0}}.filter-dropdown-option{display:flex;align-items:center;gap:.5rem;padding:.35rem 0;cursor:pointer;width:100%}.filter-dropdown-option input{flex-shrink:0;margin:0;vertical-align:middle}.filter-dropdown-option .filter-dropdown-option-label{flex:0 1 auto;min-width:0;margin-left:.35rem}.filter-dropdown-panel input[type=checkbox],.filter-dropdown-panel input[type=radio]{width:16px;height:16px;min-width:16px;margin:0;padding:0;flex-shrink:0}.form-actions{display:flex;gap:.75rem;margin-top:1.25rem;flex-wrap:wrap}.member-actions{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.member-actions .move-team-select{min-width:140px;padding:.35rem .5rem;border:1px solid #e2e8f0;border-radius:6px;font-size:.9rem}.clickable-row{cursor:pointer}.clickable-row:hover{background:#f8fafc}.tabs{display:flex;gap:.25rem;border-bottom:1px solid #e2e8f0;padding-bottom:0}.tab-button{padding:.6rem 1.2rem;border:none;border-bottom:3px solid transparent;margin-bottom:-1px;background:transparent;color:#64748b;font-size:1rem;font-weight:500;cursor:pointer;border-radius:6px 6px 0 0;transition:color .2s,background .2s}.tab-button:hover{color:#1e3a5f;background:#f8fafc}.tab-button.active{color:#1e3a5f;border-bottom-color:#f9b608;background:#f8fafc}.pagination-info{color:#475569;font-size:.9rem;font-weight:500;margin-top:1rem;padding:.75rem 1rem;background:#f1f5f9;border-radius:6px;border:1px solid #e2e8f0;display:inline-block}.pagination-controls{display:flex;justify-content:center;align-items:center;gap:1rem;margin-top:2rem;padding:1.5rem}.pagination-button{background:#fff;border:1px solid #e2e8f0;padding:.75rem 1.5rem;border-radius:8px;cursor:pointer;color:#1e3a5f;font-weight:500;transition:all .2s ease}.pagination-button:hover:not(:disabled){background:#f8fafc;border-color:#f9b608}.pagination-button:disabled{opacity:.5;cursor:not-allowed}.pagination-page{color:#64748b;font-weight:500}.teams-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.team-card{background:#fff;border-radius:8px;padding:1.5rem;cursor:pointer;transition:all .3s ease;border:1px solid #e2e8f0;box-shadow:0 1px 3px #0000000d}.team-card:hover{transform:translateY(-2px);border-color:#f9b608;box-shadow:0 4px 12px #1e3a5f1a}.team-card h3{color:#1e3a5f;margin:0 0 .5rem;font-size:1.5rem}.team-owner{color:#64748b;margin:.5rem 0;font-size:.9rem}.team-members{color:#64748b;margin:.5rem 0;font-size:.9rem;font-weight:500}.team-details{max-width:800px}.users-list{list-style:none;padding:0;margin:.5rem 0}.users-list li{padding:.5rem 0;border-bottom:1px solid #f1f5f9;color:#64748b}.users-list li:last-child{border-bottom:none}.users-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.user-card{background:#fff;border-radius:8px;padding:1.5rem;cursor:pointer;transition:all .3s ease;border:1px solid #e2e8f0;box-shadow:0 1px 3px #0000000d}.user-card:hover{transform:translateY(-2px);border-color:#f9b608;box-shadow:0 4px 12px #1e3a5f1a}.user-card h3{color:#1e3a5f;margin:0 0 .5rem;font-size:1.5rem}.user-email{color:#64748b;margin:.5rem 0;font-size:.9rem;font-weight:500}.user-name{color:#64748b;margin:.5rem 0;font-size:.9rem}.user-details{max-width:800px}.users-search-container{display:flex;align-items:center;gap:.5rem}.users-search-input{padding:.5rem .75rem;border:1px solid #e2e8f0;border-radius:6px;background:#fff;color:#1e3a5f;font-size:.9rem;transition:all .2s ease;min-width:300px}.users-search-input:focus{outline:none;border-color:#f9b608;box-shadow:0 0 0 3px #f9b6081a}.users-search-input::placeholder{color:#94a3b8}.users-table-container{background:#fff;border-radius:8px;border:1px solid #e2e8f0;box-shadow:0 1px 3px #0000000d;overflow-x:auto}.users-table{width:100%;border-collapse:collapse}.users-table thead{background:#f8fafc;border-bottom:2px solid #e2e8f0}.users-table th{padding:1rem;text-align:left;font-weight:600;color:#1e3a5f;font-size:.9rem;text-transform:uppercase;letter-spacing:.5px}.users-table td{padding:1rem;border-bottom:1px solid #f1f5f9;color:#64748b;font-size:.9rem}.users-table tbody tr{transition:background-color .2s ease}.users-table tbody tr:hover{background-color:#f8fafc}.users-table tbody tr:last-child td{border-bottom:none}.user-id-cell{font-family:Courier New,monospace;font-size:.85rem;color:#94a3b8}.view-user-button{background:#f9b608;color:#1e3a5f;border:none;padding:.5rem 1rem;border-radius:6px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .2s ease}.view-user-button:hover{background:#e6a507;transform:translateY(-1px);box-shadow:0 2px 4px #0000001a}.view-user-button:active{transform:translateY(0)}.project-files-section{margin-top:2rem;padding-top:2rem;border-top:1px solid #e2e8f0}.project-files-table-container{background:#fff;border-radius:8px;border:1px solid #e2e8f0;box-shadow:0 1px 3px #0000000d;overflow-x:auto}.project-files-table{width:100%;border-collapse:collapse}.project-files-table thead{background:#f8fafc;border-bottom:2px solid #e2e8f0}.project-files-table th{padding:.4rem .75rem;text-align:left;font-weight:600;color:#1e3a5f;font-size:.9rem;text-transform:uppercase;letter-spacing:.5px}.project-files-table th.sortable-header{transition:background-color .2s ease;position:relative}.project-files-table th.sortable-header:hover{background-color:#f1f5f9}.project-files-table td{padding:.35rem .75rem;border-bottom:1px solid #f1f5f9;color:#64748b;font-size:.9rem;vertical-align:middle}.project-files-table tbody tr{transition:background-color .2s ease}.project-files-table tbody tr:hover{background-color:#f8fafc}.project-files-table tbody tr:last-child td{border-bottom:none}.file-type-badge{display:inline-block;padding:.25rem .5rem;background:#e0f2fe;color:#1e3a5f;border-radius:4px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.file-download-link{color:#2563eb;text-decoration:none;font-weight:500;transition:color .2s ease}.file-download-link:hover{color:#1d4ed8;text-decoration:underline}.file-name-cell{position:relative;min-width:140px}.file-original-filename{font-size:.85em;color:#64748b;margin-top:.15rem}.file-created-by-line,.file-size-line,.file-floor-room-line{font-size:.8rem;color:#64748b;margin-top:.2rem;line-height:1.3}.file-edit-display-name-btn{position:absolute;top:.15rem;right:.15rem;padding:.15rem .35rem;font-size:.85rem;color:#64748b;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:4px;cursor:pointer;transition:color .2s,background .2s}.file-edit-display-name-btn:hover{color:#1e3a5f;background:#e2e8f0}.file-info-btn{display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;padding:0;font-size:1.1rem;line-height:1;color:#64748b;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:6px;cursor:pointer;transition:color .2s,background .2s}.file-info-btn:hover{color:#1e3a5f;background:#e2e8f0}.file-action-icon-btn{display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;padding:0;border:1px solid #e2e8f0;border-radius:6px;cursor:pointer;transition:color .2s,background .2s,border-color .2s}.file-action-icon-btn svg{width:1.2rem;height:1.2rem}.file-download-icon-btn{color:#2563eb;background:#eff6ff;text-decoration:none}.file-download-icon-btn:hover{color:#1d4ed8;background:#dbeafe}.file-delete-icon-btn{color:#dc2626;background:#fef2f2;border-color:#fecaca}.file-delete-icon-btn:hover{color:#b91c1c;background:#fee2e2;border-color:#fca5a5}.file-detail-modal{background:#fff;border-radius:12px;box-shadow:0 20px 40px #00000026;max-width:480px;width:90%;max-height:85vh;overflow:hidden;display:flex;flex-direction:column}.file-detail-modal-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid #e2e8f0;background:#f8fafc}.file-detail-modal-body{padding:1.25rem;overflow-y:auto}.file-detail-metadata-list{margin:0;display:grid;gap:.5rem}.file-detail-metadata-row{display:grid;grid-template-columns:10rem 1fr;gap:.75rem;align-items:baseline}.file-detail-metadata-row dt{margin:0;font-weight:600;color:#475569;font-size:.85rem}.file-detail-metadata-row dd{margin:0;color:#1e293b;font-size:.9rem;word-break:break-word}.mfp-mp-picker-item{position:relative}.mfp-picker-info-btn{position:absolute;top:.25rem;right:.25rem;z-index:2;width:1.35rem;height:1.35rem;font-size:.8rem}.file-preview-cell{width:96px;padding:.35rem .5rem!important}.file-preview-container{position:relative;width:80px;height:80px;border-radius:6px;overflow:hidden;border:1px solid #e2e8f0;background:#f8fafc;display:flex;align-items:center;justify-content:center}.file-preview-image{width:100%;height:100%;object-fit:cover;cursor:pointer;transition:transform .2s ease}.file-preview-clickable{cursor:pointer}.file-preview-image:hover{transform:scale(1.1)}.file-preview-pdf,.file-preview-container embed{width:100%;height:100%;object-fit:cover;pointer-events:none}.file-preview-video,.file-preview-container video{width:100%;height:100%;object-fit:cover}.file-preview-placeholder{width:80px;height:80px;border-radius:6px;border:1px solid #e2e8f0;background:#f8fafc;display:flex;align-items:center;justify-content:center;font-size:2rem;color:#94a3b8}.generated-by-badge{display:inline-block;padding:.375rem .75rem;background:#e0f2fe;color:#1e3a5f;border-radius:12px;font-size:.75rem;font-weight:600;text-transform:capitalize;letter-spacing:.3px}.generated-by-badge.generated-by-manual{background:#f1f5f9;color:#64748b}.image-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000e6;display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem}.image-modal-content{position:relative;max-width:90vw;max-height:90vh;display:flex;align-items:center;justify-content:center}.image-modal-close{position:absolute;top:-2.5rem;right:0;background:#fff3;border:2px solid rgba(255,255,255,.5);color:#fff;width:40px;height:40px;border-radius:50%;font-size:1.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;font-weight:300;line-height:1}.image-modal-close:hover{background:#ffffff4d;border-color:#fffc}.image-modal-image{max-width:100%;max-height:90vh;object-fit:contain;border-radius:8px;box-shadow:0 4px 20px #00000080}.file-preview-modal-content{max-width:95vw;max-height:95vh;width:100%;height:100%;min-width:320px}.file-preview-modal-pdf{width:90vw;height:90vh;min-width:320px;min-height:400px;border:none;border-radius:8px;box-shadow:0 4px 20px #00000080}.file-preview-modal-video{max-width:90vw;max-height:90vh;width:100%;border-radius:8px;box-shadow:0 4px 20px #00000080}.project-plan-section{margin-top:2rem;padding-top:2rem;border-top:1px solid #e2e8f0}.plan-display-container{width:100%}.floors-container{display:flex;flex-direction:column;gap:2rem}.floor-section{background:#f8fafc;border-radius:8px;padding:1.5rem;border:1px solid #e2e8f0}.floor-title{color:#1e3a5f;font-size:1.5rem;font-weight:600;margin:0 0 1rem;padding-bottom:.5rem;border-bottom:2px solid #f9b608}.floor-image-container{position:relative;width:100%;background:#fff;border-radius:6px;border:1px solid #e2e8f0;overflow:hidden;margin-bottom:1rem;display:flex;align-items:center;justify-content:center;min-height:400px}.floor-svg-image{max-width:100%;height:auto;display:block}.floor-canvas{max-width:100%;height:auto}.floor-placeholder{padding:3rem;text-align:center;color:#94a3b8;font-style:italic}.rooms-info{margin-top:1rem}.rooms-count{color:#1e3a5f;font-weight:600;margin-bottom:.5rem}.rooms-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.5rem;margin-top:.5rem}.room-item{display:flex;flex-direction:column;padding:.75rem;background:#fff;border-radius:6px;border:1px solid #e2e8f0}.room-name{font-weight:600;color:#1e3a5f;margin-bottom:.25rem}.room-dimensions{font-size:.85rem;color:#64748b;font-weight:700}@media (max-width: 480px){.room-dimensions{font-size:.75rem}}.room-item-clickable{cursor:pointer;transition:border-color .15s,box-shadow .15s}.room-item-clickable:hover{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f626}.room-li-clickable{transition:background .15s}.room-li-clickable:hover{background:#eff6ff}.room-stats-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;background:#00000073;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:flex;align-items:center;justify-content:center;padding:1rem}.room-stats-dialog{background:#fff;border-radius:10px;width:100%;max-width:520px;max-height:85vh;display:flex;flex-direction:column;box-shadow:0 8px 32px #0000002e;overflow:hidden}.room-stats-header{display:flex;align-items:flex-start;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid #e2e8f0;gap:.75rem}.room-stats-close{background:none;border:none;font-size:1.5rem;line-height:1;color:#94a3b8;cursor:pointer;padding:0;flex-shrink:0}.room-stats-close:hover{color:#1e3a5f}.room-stats-body{overflow-y:auto;padding:1rem 1.25rem 1.25rem}.room-stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;margin-bottom:1rem}.room-stats-grid-4{grid-template-columns:repeat(4,1fr)}.room-stats-metric{display:flex;flex-direction:column;align-items:center;background:#f8fafc;border-radius:8px;padding:.6rem .5rem;border:1px solid #e2e8f0}.room-stats-metric-value{font-size:1.1rem;font-weight:700;color:#1e3a5f}.room-stats-metric-value small{font-size:.7rem;font-weight:400;color:#64748b}.room-stats-metric-label{font-size:.75rem;color:#64748b;margin-top:.15rem}.room-stats-section{margin-bottom:1rem}.room-stats-section-title{margin:0 0 .4rem;font-size:.85rem;font-weight:600;color:#475569}.room-stats-table{display:flex;flex-direction:column;border:1px solid #e2e8f0;border-radius:6px;overflow:hidden}.room-stats-row{display:flex;justify-content:space-between;align-items:center;padding:.4rem .65rem;font-size:.82rem}.room-stats-row:nth-child(2n){background:#f8fafc}.room-stats-row-label{color:#475569}.room-stats-row-value{font-weight:600;color:#1e3a5f;text-align:right}@media (max-width: 480px){.room-stats-grid-4{grid-template-columns:repeat(2,1fr)}.room-stats-dialog{max-width:100%}}.plan-description{color:#64748b;line-height:1.6}.plan-stats{display:flex;gap:1.5rem;flex-wrap:wrap}.stat-item{padding:.75rem 1rem;background:#fff;border-radius:6px;border:1px solid #e2e8f0;color:#64748b}.stat-item strong{color:#1e3a5f;margin-right:.5rem}.floor-tabs{display:flex;gap:.5rem;margin-bottom:1.5rem;border-bottom:2px solid #e2e8f0;padding-bottom:.5rem;flex-wrap:wrap}.floor-tab{padding:.75rem 1.5rem;background:#fff;border:1px solid #e2e8f0;border-radius:8px 8px 0 0;cursor:pointer;font-size:.95rem;font-weight:500;color:#64748b;transition:all .2s ease;border-bottom:none;position:relative;bottom:-2px}.floor-tab:hover{background:#f8fafc;color:#1e3a5f}.floor-tab.active{background:#f1f5f9;color:#1e3a5f;font-weight:600;border-color:#f9b608;border-bottom:2px solid #f1f5f9;z-index:1}.header-top{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.controls-section{display:flex;flex-direction:column;gap:1.5rem;width:100%;background:#f8fafc;padding:1.5rem;border-radius:8px;border:1px solid #e2e8f0;box-shadow:0 1px 3px #0000000d}.filter-controls{display:flex;align-items:flex-end;gap:1.25rem;flex-wrap:wrap;padding-bottom:.5rem}.filter-group{display:flex;flex-direction:column;gap:.25rem;flex:1;min-width:200px}.filter-group label{color:#1e3a5f;font-weight:600;font-size:.9rem;margin-bottom:.5rem}.filter-input{padding:.625rem .875rem;border:1px solid #cbd5e1;border-radius:6px;background:#fff;color:#1e3a5f;font-size:.9rem;transition:all .2s ease;width:100%;box-shadow:0 1px 2px #0000000d}.filter-input:hover{border-color:#94a3b8}.filter-input:focus{outline:none;border-color:#f9b608;box-shadow:0 0 0 3px #f9b6081a}.filter-input.invalid-email{border-color:#ef4444}.filter-input.invalid-email:focus{border-color:#ef4444;box-shadow:0 0 0 3px #ef44441a}.filter-input::placeholder{color:#94a3b8}.email-validation-hint{display:block;color:#ef4444;font-size:.75rem;margin-top:.25rem;font-style:italic}.filter-actions{display:flex;gap:.5rem;align-items:flex-end;margin-top:0}.search-button{padding:.5rem 1.5rem;background:#f9b608;color:#1e3a5f;border:none;border-radius:6px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap}.search-button:hover:not(:disabled){background:#e6a507;transform:translateY(-1px);box-shadow:0 2px 4px #0000001a}.search-button:active:not(:disabled){transform:translateY(0)}.search-button:disabled{background:#cbd5e1;color:#94a3b8;cursor:not-allowed;opacity:.6}.clear-filters-button{background:#fee2e2;border:1px solid #fecaca;color:#991b1b;padding:.5rem 1rem;border-radius:6px;cursor:pointer;font-size:.85rem;font-weight:500;transition:all .2s ease;white-space:nowrap;height:fit-content}.clear-filters-button:hover{background:#fecaca;border-color:#f87171}.filter-indicator{color:#f9b608;font-weight:600;margin-left:.5rem}.sort-controls{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;padding-top:.5rem;border-top:1px solid #e2e8f0}.sort-controls label{color:#1e3a5f;font-weight:600;font-size:.9rem;white-space:nowrap}.sort-select{padding:.625rem 2.5rem .625rem .875rem;border:1px solid #cbd5e1;border-radius:6px;background:#fff;color:#1e3a5f;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease;box-shadow:0 1px 2px #0000000d;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%231e3a5f' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center}.sort-select:hover{border-color:#94a3b8}.sort-select:hover{border-color:#f9b608}.sort-select:focus{outline:none;border-color:#f9b608;box-shadow:0 0 0 3px #f9b6081a}.clear-sort-button{background:#fee2e2;border:1px solid #fecaca;color:#991b1b;padding:.5rem;width:32px;height:32px;border-radius:6px;cursor:pointer;font-size:1rem;font-weight:700;transition:all .2s ease;line-height:1;display:flex;align-items:center;justify-content:center;flex-shrink:0}.clear-sort-button:hover{background:#fecaca;border-color:#f87171}@media (max-width: 768px){.header-top{flex-direction:column;align-items:flex-start}.controls-section,.filter-controls{width:100%}.filter-group{width:100%;min-width:unset}.sort-controls{width:100%;flex-wrap:wrap}.sort-select{flex:1;min-width:150px}}.loading{text-align:center;color:#64748b;font-size:1.5rem;padding:3rem;font-weight:500}.empty-state{text-align:center;color:#64748b;font-size:1.2rem;padding:3rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px}.error-message{background:#fee2e2;color:#991b1b;padding:1rem;border-radius:8px;margin-bottom:2rem;text-align:center;font-weight:600}.workspace-view{max-width:1200px}.workspace-card{background:#fff;border-radius:8px;padding:2rem;border:1px solid #e2e8f0;box-shadow:0 2px 8px #00000014}.workspace-content{margin-bottom:2rem;font-family:Courier New,monospace;font-size:.9rem;line-height:1.6}.json-item{margin:.5rem 0;padding:.25rem 0}.json-key{color:#1e3a5f;font-weight:600;margin-right:.5rem}.json-string{color:#059669}.json-number{color:#2563eb}.json-boolean{color:#7c3aed}.json-null{color:#64748b;font-style:italic}.json-empty{color:#94a3b8;font-style:italic}.json-object,.json-array{margin-top:.5rem;padding-left:1rem;border-left:2px solid #e2e8f0}.workspace-raw{margin-top:2rem;padding-top:2rem;border-top:1px solid #e2e8f0}.workspace-raw summary{cursor:pointer;color:#1e3a5f;font-weight:600;margin-bottom:1rem;padding:.5rem;border-radius:4px;transition:background .2s ease}.workspace-raw summary:hover{background:#f8fafc}.workspace-raw pre{background:#f8fafc;padding:1.5rem;border-radius:8px;overflow-x:auto;border:1px solid #e2e8f0;font-size:.85rem;line-height:1.5;color:#1e3a5f}@media (max-width: 768px){.mobile-header{display:flex;align-items:center;gap:1rem;position:fixed;top:0;left:0;right:0;height:56px;padding:0 1rem;background:var(--app-sidebar-bg);border-bottom:1px solid var(--app-sidebar-border);z-index:101;flex-shrink:0}.mobile-menu-btn{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;padding:0;background:transparent;border:none;border-radius:8px;color:#fff;cursor:pointer;transition:background .2s ease}.mobile-menu-btn:hover{background:#ffffff1a}.mobile-header-title{font-size:1.1rem;font-weight:700;color:#fff;letter-spacing:-.3px}.sidebar-overlay{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:99;animation:sidebar-overlay-in .2s ease-out}@keyframes sidebar-overlay-in{0%{opacity:0}to{opacity:1}}.sidebar{width:260px;max-width:85vw;height:100vh;position:fixed;left:0;top:0;transform:translate(-100%);transition:transform .25s ease-out;border-right:1px solid var(--app-sidebar-border);z-index:100}.sidebar.sidebar-open{transform:translate(0)}.logo-container{padding:1.25rem 1rem}.logo-container .logo{max-width:160px;max-height:90px}.logo-text{font-size:1rem}.nav-menu{flex-direction:column;overflow-y:auto;overflow-x:hidden;padding:.5rem 1rem}.nav-item{white-space:nowrap;min-width:0}.main-content{margin-left:0;padding:1rem;padding-top:calc(56px + 1rem)}.projects-grid{grid-template-columns:1fr}.page-header h2{font-size:1.5rem}.users-search-container{width:100%;margin-top:1rem}.users-search-input{width:100%;min-width:unset}.users-table-container{overflow-x:auto;-webkit-overflow-scrolling:touch}.users-table{min-width:600px}.users-table th,.users-table td{padding:.75rem .5rem;font-size:.85rem}.view-user-button{padding:.4rem .75rem;font-size:.8rem}}@media (max-width: 480px){.main-content{padding:.75rem;padding-top:calc(56px + .75rem)}.page-header h2{font-size:1.25rem}.mobile-header-title{font-size:.95rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}.auth-loading{display:flex;align-items:center;justify-content:center;min-height:100vh;background:#f1f5f9}.login-screen{min-height:100vh;background:linear-gradient(135deg,#1e3a5f,#2d4a6f);display:flex;align-items:center;justify-content:center;padding:1rem}.login-box{background:#fff;border-radius:12px;padding:2.5rem;max-width:400px;width:100%;box-shadow:0 20px 40px #00000026;display:flex;flex-direction:column;align-items:center;gap:1rem}.login-box .logo-text{color:#1e3a5f;margin:0}.login-subtitle{color:#64748b;margin:0;font-size:1rem}.login-error{color:#dc2626;font-size:.9rem;margin:0;text-align:center}.login-button{margin-top:.5rem;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;color:#1e3a5f;background:#f9b608;border:none;border-radius:8px;cursor:pointer;transition:background .2s}.login-button:hover{background:#e0a506}.nav-item-logout{margin-top:auto;color:#ffffffd9}.nav-item-logout:hover{background:#dc262633;color:#fff}.sidebar-footer{margin-top:auto;padding:.75rem 1rem;font-size:.75rem;color:#ffffffb3;border-top:1px solid rgba(255,255,255,.1);display:flex;flex-direction:column;gap:.2rem}.sidebar-footer .sidebar-user-email{color:#ffffffe6;font-weight:500;line-height:1.3;overflow-wrap:anywhere}.sidebar-footer-top{font-size:.68rem;text-transform:uppercase;letter-spacing:.4px;color:#ffffff8c}.sidebar-footer-clickable{background:transparent;border:none;text-align:left;width:100%;cursor:pointer;transition:background .15s ease}.sidebar-footer-clickable:hover{background:#ffffff0a}.language-switcher{display:flex;flex-direction:column;align-items:flex-start;gap:.3rem}.language-switcher-label{font-size:.75rem;color:#ffffffd9}.language-switcher-select{width:100%;max-width:100%;padding:.4rem .55rem;border-radius:6px;border:1px solid #cbd5e1;background:#fff;color:#1e3a5f;font-size:.8rem;line-height:1.2}.language-switcher-compact,.language-switcher-compact .language-switcher-select{width:100%}.profile-view{max-width:840px}.profile-card{max-width:700px}.profile-language-value{max-width:280px}.theme-form{max-width:28rem}.theme-form .theme-row{display:flex;flex-direction:column;gap:.35rem;margin-bottom:1rem}.theme-form .theme-row label{font-weight:500;color:#1e293b}.theme-input-wrap{display:flex;align-items:center;gap:.75rem}.theme-color-input{width:48px;height:36px;padding:2px;border:1px solid #e2e8f0;border-radius:6px;cursor:pointer;background:#fff}.theme-text-input{flex:1;min-width:0;padding:.5rem .75rem;border:1px solid #e2e8f0;border-radius:6px;font-family:ui-monospace,monospace;font-size:.9rem}.theme-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.5rem}.logo-preview-wrap{padding:.75rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;display:inline-block}.admin-view .admin-tabs{display:flex;gap:.25rem;margin-bottom:1rem;border-bottom:1px solid #e2e8f0}.admin-view .admin-tab-content{margin-top:0}.project-state-list{list-style:none;padding:0;margin:0 0 1.5rem;border:1px solid #e2e8f0;border-radius:8px;background:#f8fafc}.project-state-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:#fff;border-bottom:1px solid #e2e8f0;cursor:grab;min-height:3rem}.project-state-item:last-child{border-bottom:none;border-radius:0 0 8px 8px}.project-state-item:first-child{border-radius:8px 8px 0 0}.project-state-item.project-state-dragging{opacity:.6;cursor:grabbing;box-shadow:0 4px 12px #00000026}.project-state-item.project-state-drag-over{background:#f1f5f9;outline:2px solid var(--app-primary, #1e3a5f);outline-offset:-2px}.project-state-drag-handle{display:inline-flex;align-items:center;color:#64748b;flex-shrink:0}.project-state-drag-handle:hover{color:#1e3a5f}.project-state-order-buttons{display:inline-flex;gap:.15rem;flex-shrink:0}.project-state-order-buttons .btn-icon{padding:.25rem .4rem;font-size:.75rem}.project-state-name{flex:1;font-weight:500;color:#1e3a5f;min-width:0}.project-state-delete{flex-shrink:0;padding:.35rem .75rem;font-size:.875rem}.project-state-add-form{display:flex;flex-wrap:wrap;align-items:flex-end;gap:.75rem;padding:1rem 0 0;border-top:1px solid #e2e8f0;margin-top:.5rem}.project-state-add-form label{display:flex;flex-direction:column;gap:.35rem}.project-state-add-label{font-size:.9rem;font-weight:500;color:#1e3a5f}.project-state-add-input{padding:.5rem .75rem;border:1px solid #e2e8f0;border-radius:6px;min-width:220px;font-size:.95rem}.project-state-add-input:focus{outline:none;border-color:var(--app-primary, #1e3a5f);box-shadow:0 0 0 2px #1e3a5f26}.admin-project-state-loading{color:#64748b;margin:.5rem 0}.project-tags-list .project-tag-item{cursor:default;display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.project-tags-list .project-tag-item .project-tag-edit-input{flex:1;min-width:8rem}.project-tags-list .project-tag-item .project-tag-save-btn{flex-shrink:0}.project-state-edit{margin-right:.25rem}.project-tag-color{display:inline-block;width:1.25rem;height:1.25rem;border-radius:4px;flex-shrink:0;border:1px solid rgba(0,0,0,.15)}.project-tag-color-input{width:2.5rem;height:2rem;padding:.15rem;border:1px solid #e2e8f0;border-radius:6px;cursor:pointer;background:#fff}.project-tag-add-form .project-tag-color-input{align-self:flex-end}.admin-groups-list{list-style:none;padding:0;margin:0 0 1.5rem;border:1px solid #e2e8f0;border-radius:8px;overflow:hidden}.admin-groups-list li{border-bottom:1px solid #e2e8f0}.admin-groups-list li:last-child{border-bottom:none}.admin-groups-list a{display:block;padding:.75rem 1rem;color:#1e3a5f;text-decoration:none;font-weight:500}.admin-groups-list a:hover{background:#f1f5f9}.admin-create-user-form{max-width:400px;display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.admin-create-user-form label{display:flex;flex-direction:column;gap:.25rem;font-weight:500;color:#1e3a5f}.admin-create-user-form input,.admin-create-user-form select{padding:.5rem .75rem;border:1px solid #e2e8f0;border-radius:6px;font-size:1rem}.admin-create-user-form button[type=submit]{padding:.75rem 1rem;background:#f9b608;color:#1e3a5f;font-weight:600;border:none;border-radius:8px;cursor:pointer}.admin-create-user-form button[type=submit]:hover{background:#e0a506}.admin-create-user-form .form-error{color:#dc2626;font-size:.9rem}.admin-users-hint{color:#64748b;font-size:.9rem;margin:0 0 1rem;overflow-wrap:break-word;min-width:0}.admin-users-table-wrap{overflow-x:auto;margin-top:.5rem;width:100%;max-width:100%}.admin-users-table{width:100%;min-width:100%;border-collapse:collapse;font-size:.9rem;table-layout:auto}.admin-users-table th,.admin-users-table td{padding:.75rem 1rem;text-align:left;border-bottom:1px solid #e2e8f0}.admin-users-table th{font-weight:600;color:#1e3a5f;background:#f8fafc}.admin-user-roles{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}.admin-roles-loading{color:#64748b;font-style:italic}.admin-role-badge{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .5rem;background:#e0f2fe;color:#0369a1;border-radius:6px;font-size:.85rem;white-space:normal;overflow-wrap:break-word;max-width:100%}.admin-role-remove{padding:0 .2rem;margin:0;background:transparent;border:none;cursor:pointer;color:#0369a1;font-size:1.1rem;line-height:1;border-radius:2px}.admin-role-remove:hover:not(:disabled){background:#0000001a;color:#0c4a6e}.admin-role-remove:disabled{opacity:.6;cursor:not-allowed}.admin-role-add-select{padding:.25rem .5rem;border:1px solid #e2e8f0;border-radius:6px;font-size:.85rem;background:#fff;color:#475569}.admin-user-delete{padding:.35rem .6rem;font-size:.85rem;border:1px solid #fecaca;border-radius:6px;background:#fef2f2;color:#b91c1c;cursor:pointer}.admin-user-delete:hover:not(:disabled){background:#fee2e2;border-color:#f87171}.admin-user-delete:disabled{opacity:.6;cursor:not-allowed}.forms-page-header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem}.forms-page-title{margin:0;font-size:1.5rem;font-weight:700;color:var(--app-primary, #1e3a5f);letter-spacing:-.02em}.forms-create-btn{display:inline-flex;align-items:center;gap:.5rem;background:var(--app-primary);color:#fff;border:none;padding:.6rem 1.25rem;border-radius:10px;font-weight:600;font-size:.95rem;cursor:pointer;transition:transform .15s,box-shadow .15s,background .15s;box-shadow:0 2px 8px #1e3a5f40}.forms-create-btn:hover:not(:disabled){background:color-mix(in srgb,var(--app-primary) 92%,black);box-shadow:0 4px 12px #1e3a5f4d;transform:translateY(-1px)}.forms-create-btn:active:not(:disabled){transform:translateY(0)}.forms-create-btn:disabled{opacity:.7;cursor:not-allowed}.forms-create-icon{font-size:1.1rem;line-height:1;font-weight:400}.forms-empty-state{background:#fff;border-radius:12px;border:1px solid #e5e7eb;padding:3rem 2rem;text-align:center}.forms-empty-text{margin:0;color:#64748b;font-size:.95rem;line-height:1.5}.forms-table-container{background:#fff;border-radius:12px;border:1px solid #e5e7eb;box-shadow:0 1px 3px #0000000f;overflow:hidden}.forms-table{width:100%;border-collapse:collapse}.forms-table thead{background:#f8fafc;border-bottom:2px solid #e2e8f0}.forms-table th{padding:1rem 1.25rem;text-align:left;font-weight:600;font-size:.8rem;text-transform:uppercase;letter-spacing:.04em;color:#64748b}.forms-table th.col-name{min-width:200px}.forms-table th.col-questions{width:100px;text-align:center}.forms-table th.col-status{width:110px}.forms-table th.col-date{width:120px}.forms-table th.col-actions{width:100px;text-align:right}.forms-table td{padding:1rem 1.25rem;border-bottom:1px solid #f1f5f9;vertical-align:middle}.forms-table td.col-questions{text-align:center}.forms-table td.col-actions{text-align:right}.forms-table tbody tr:last-child td{border-bottom:none}.forms-table-row{cursor:pointer;transition:background-color .15s ease}.forms-table-row:hover{background:#f8fafc}.form-name{font-weight:600;font-size:.95rem;color:#1e293b}.form-list-desc{font-size:.82rem;color:#64748b;margin-top:.2rem;line-height:1.35}.form-question-count{font-size:.9rem;font-weight:500;color:#475569}.form-date{font-size:.88rem;color:#64748b}.form-status-badge{display:inline-block;font-size:.75rem;font-weight:600;padding:.25rem .65rem;border-radius:999px;letter-spacing:.02em}.form-status-badge.active{background:#dcfce7;color:#166534}.form-status-badge.inactive{background:#f1f5f9;color:#64748b}.form-row-actions{display:flex;align-items:center;justify-content:flex-end;gap:.35rem}.form-action-btn{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;padding:0;border:1px solid transparent;border-radius:8px;background:transparent;cursor:pointer;transition:background .15s,border-color .15s,color .15s}.form-action-btn:disabled{opacity:.5;cursor:not-allowed}.form-action-duplicate{color:#64748b}.form-action-duplicate:hover:not(:disabled){background:#eff6ff;border-color:#bfdbfe;color:#2563eb}.form-action-delete{color:#94a3b8}.form-action-delete:hover:not(:disabled){background:#fef2f2;border-color:#fecaca;color:#dc2626}.button-small{padding:.25rem .45rem!important;font-size:.78rem!important;min-width:unset!important;line-height:1}.button-danger{background:#fef2f2;color:#b91c1c;border:1px solid #fecaca;border-radius:6px;cursor:pointer}.button-danger:hover:not(:disabled){background:#fee2e2;border-color:#f87171}.form-editor{display:flex;flex-direction:column;gap:0;height:100%}.form-editor-header{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1.15rem 1.35rem;margin-bottom:1.25rem;display:flex;flex-direction:column;gap:.65rem;box-shadow:0 1px 3px #0000000f}.form-editor-title-row{display:flex;align-items:center;gap:.85rem;flex-wrap:wrap}.form-name-input{flex:1;min-width:200px;font-size:1.3rem;font-weight:700;border:2px solid transparent;border-radius:8px;padding:.45rem .6rem;background:transparent;color:#0f172a;transition:border-color .15s,background .15s}.form-name-input:hover{border-color:#e2e8f0;background:#f8fafc}.form-name-input:focus{border-color:#6366f1;background:#fff;outline:none;box-shadow:0 0 0 3px #6366f11a}.form-desc-input{width:100%;font-size:.95rem;border:2px solid transparent;border-radius:8px;padding:.4rem .6rem;background:transparent;color:#64748b;transition:border-color .15s,background .15s}.form-desc-input:hover{border-color:#e2e8f0;background:#f8fafc}.form-desc-input:focus{border-color:#6366f1;background:#fff;outline:none;box-shadow:0 0 0 3px #6366f11a}.form-active-toggle{display:flex;align-items:center;gap:.45rem;font-size:.92rem;font-weight:500;color:#334155;cursor:pointer;white-space:nowrap;padding:.4rem .65rem;border-radius:8px;border:1px solid #e2e8f0;background:#f8fafc;transition:background .15s}.form-active-toggle:hover{background:#f1f5f9}.form-active-toggle input[type=checkbox]{width:16px;height:16px;accent-color:var(--app-primary, #1e3a5f);cursor:pointer}.form-display-mode{display:flex;align-items:center;gap:.45rem;font-size:.92rem;font-weight:500;color:#334155;white-space:nowrap}.form-display-mode-select{font-size:.88rem;font-weight:500;border:1px solid #e2e8f0;border-radius:8px;padding:.45rem 1.6rem .45rem .6rem;background:#f8fafc;color:#334155;cursor:pointer;transition:border-color .15s}.form-display-mode-select:hover{border-color:#cbd5e1}.form-display-mode-select:focus{border-color:#6366f1;outline:none;box-shadow:0 0 0 2px #6366f126}.form-back-btn{background:none;border:none;padding:0;font-size:.9rem;font-weight:600;color:#6366f1;cursor:pointer;transition:color .15s}.form-back-btn:hover{color:#4338ca}.form-save-btn{background:var(--app-primary, #1e3a5f);color:#fff;border:none;padding:.55rem 1.5rem;border-radius:10px;font-weight:600;font-size:.95rem;cursor:pointer;transition:transform .15s,box-shadow .15s,background .15s,opacity .15s;box-shadow:0 2px 8px #1e3a5f40}.form-save-btn:hover:not(:disabled){background:color-mix(in srgb,var(--app-primary) 92%,black);box-shadow:0 4px 12px #1e3a5f4d;transform:translateY(-1px)}.form-save-btn:active:not(:disabled){transform:translateY(0)}.form-save-btn:disabled{opacity:.5;cursor:not-allowed;box-shadow:none}.form-publish-btn{background:#16a34a;color:#fff;border:none;padding:.55rem 1.5rem;border-radius:10px;font-weight:600;font-size:.95rem;cursor:pointer;transition:transform .15s,box-shadow .15s,background .15s,opacity .15s;box-shadow:0 2px 8px #16a34a40}.form-publish-btn:hover:not(:disabled){background:#15803d;box-shadow:0 4px 12px #16a34a4d;transform:translateY(-1px)}.form-publish-btn:active:not(:disabled){transform:translateY(0)}.form-publish-btn:disabled{opacity:.45;cursor:not-allowed;box-shadow:none}.form-discard-btn{background:none;border:1.5px solid #ef4444;color:#ef4444;padding:.5rem 1.1rem;border-radius:10px;font-weight:600;font-size:.9rem;cursor:pointer;transition:background .15s,color .15s,opacity .15s}.form-discard-btn:hover:not(:disabled){background:#fef2f2}.form-discard-btn:disabled{opacity:.4;cursor:not-allowed}.form-draft-banner{display:flex;align-items:center;gap:.75rem;background:#fffbeb;border:1.5px solid #f59e0b;border-radius:8px;padding:.45rem .85rem;margin-bottom:.5rem}.form-draft-indicator{font-size:.82rem;font-weight:700;color:#b45309;white-space:nowrap}.form-draft-hint{font-size:.8rem;color:#78350f;opacity:.75}.form-roles-row{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap}.form-roles-label{font-size:.82rem;font-weight:600;color:#475569;white-space:nowrap}.form-roles-chips{display:flex;flex-wrap:wrap;gap:.35rem}.form-role-chip{display:inline-flex;align-items:center;padding:.35rem .75rem;border-radius:999px;font-size:.82rem;font-weight:500;border:1px solid #e2e8f0;background:#f8fafc;color:#64748b;cursor:pointer;transition:all .15s}.form-role-chip:hover{border-color:#cbd5e1;background:#f1f5f9}.form-role-chip.selected{background:#dbeafe;border-color:#93c5fd;color:#1e40af;font-weight:600}.form-role-chip.expert-chip.selected{background:#fef3c7;border-color:#fbbf24;color:#92400e}.form-role-chip.expert-chip:hover{border-color:#fbbf24;background:#fffbeb}.form-roles-empty{font-size:.82rem;color:#94a3b8;font-style:italic}.expert-types-section{margin-top:2rem;padding-top:1.5rem;border-top:1px solid #e2e8f0}.expert-types-title{font-size:1rem;font-weight:700;color:#334155;margin:0 0 .75rem}.expert-types-list{display:flex;flex-wrap:wrap;gap:.4rem;align-items:center}.expert-type-item{display:inline-flex;align-items:center;gap:.35rem;padding:.35rem .5rem .35rem .75rem;background:#fef3c7;border:1px solid #fde68a;border-radius:999px;font-size:.85rem;font-weight:500;color:#92400e}.expert-type-name{line-height:1}.expert-type-delete{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;padding:0;border:none;border-radius:50%;background:transparent;color:#d4a017;cursor:pointer;transition:background .15s,color .15s}.expert-type-delete:hover{background:#fde68a;color:#b91c1c}.expert-type-add-input{font-size:.85rem;border:1px dashed #cbd5e1;border-radius:999px;padding:.35rem .7rem;background:#fff;color:#111827;width:180px;transition:border-color .15s}.expert-type-add-input:focus{border-color:#fbbf24;border-style:solid;outline:none}.expert-type-add-input::placeholder{color:#cbd5e1}.expert-type-add-btn{font-size:.82rem;font-weight:600;padding:.35rem .7rem;border:1px solid #fbbf24;border-radius:999px;background:#fffbeb;color:#92400e;cursor:pointer;white-space:nowrap;transition:background .15s}.expert-type-add-btn:hover:not(:disabled){background:#fef3c7}.expert-type-add-btn:disabled{opacity:.5;cursor:not-allowed}.expert-types-table .col-has-sketch{width:10rem;white-space:nowrap}.expert-types-table .col-actions{width:6rem}.expert-type-has-sketch-label{display:inline-flex;align-items:center;gap:.4rem;cursor:pointer;font-size:.9rem}.expert-types-table .expert-type-add-row td{padding:.4rem .5rem;vertical-align:middle}.expert-types-table .expert-type-add-input{width:100%;max-width:240px;border-radius:6px;border:1px solid #e2e8f0;padding:.4rem .6rem;font-size:.9rem}.form-editor-body{flex:1;overflow-y:auto}.question-list{display:flex;flex-direction:column;gap:0}.question-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1rem 1.15rem;margin-bottom:.6rem;transition:box-shadow .15s,border-color .15s;box-shadow:0 1px 2px #0000000a}.question-card:hover{border-color:#a5b4fc;box-shadow:0 2px 8px #6366f11a}.question-card-header{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap}.question-card-drag{display:flex;flex-direction:column;gap:1px}.btn-icon{display:inline-flex;align-items:center;justify-content:center;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:6px;cursor:pointer;width:28px;height:22px;padding:0;font-size:.7rem;color:#64748b;line-height:1;transition:color .15s,background .15s,border-color .15s}.btn-icon:hover:not(:disabled){color:#1e293b;background:#e2e8f0;border-color:#cbd5e1}.btn-icon:disabled{opacity:.25;cursor:default}.btn-icon.btn-danger{background:none;border-color:transparent;width:32px;height:32px;border-radius:8px;font-size:.95rem;color:#94a3b8}.btn-icon.btn-danger:hover:not(:disabled){color:#dc2626;background:#fef2f2;border-color:#fecaca}.btn-icon.btn-duplicate{display:inline-flex;align-items:center;justify-content:center;background:#f1f5f9;border:1px solid #e2e8f0;width:32px;height:32px;border-radius:8px;color:#475569}.btn-icon.btn-duplicate:hover:not(:disabled){color:#1e40af;background:#e0e7ff;border-color:#a5b4fc}.question-type-icon{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;font-size:1.15rem;line-height:1;flex-shrink:0;background:#f1f5f9;border-radius:8px;border:1px solid #e2e8f0}.question-text-input{flex:1;min-width:180px;font-size:.95rem;font-weight:500;border:1px solid #e2e8f0;border-radius:8px;padding:.5rem .7rem;background:#fff;color:#111827;transition:border-color .15s,box-shadow .15s}.question-text-input:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a;outline:none}.question-text-input::placeholder{color:#cbd5e1;font-weight:400}.question-type-select{font-size:.88rem;font-weight:500;border:1px solid #e2e8f0;border-radius:8px;padding:.45rem 1.6rem .45rem .6rem;background:#f8fafc;color:#334155;cursor:pointer;transition:border-color .15s}.question-type-select:focus{border-color:#6366f1;outline:none}.question-desc-row{padding-left:3.8rem;padding-right:2.5rem;margin-top:.35rem}.question-desc-row .report-key-input,.question-desc-row .report-value-input{flex:1;min-width:0}.question-desc-row:has(.report-key-input){display:flex;gap:.5rem}.smart-max-positions-editor{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.smart-max-positions-toggle{display:inline-flex;align-items:center;gap:.35rem;font-size:.85rem;color:#64748b}.smart-max-positions-input{width:4.5rem;max-width:6rem}.question-desc-input{width:100%;font-size:.85rem;border:1px solid transparent;border-radius:6px;padding:.3rem .5rem;background:transparent;color:#64748b;transition:border-color .15s,background .15s}.question-desc-input:hover{border-color:#e2e8f0;background:#f8fafc}.question-desc-input:focus{border-color:#6366f1;background:#fff;outline:none;box-shadow:0 0 0 2px #6366f114}.question-desc-input::placeholder{color:#cbd5e1;font-style:italic}.question-auto-hint{display:flex;align-items:center;gap:.4rem;margin-top:.35rem;margin-left:3.8rem;padding:.35rem .65rem;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;font-size:.8rem;color:#166534;width:fit-content}.question-warning-hint{display:flex;align-items:center;gap:.4rem;margin-top:.35rem;margin-left:3.8rem;padding:.35rem .65rem;background:#fff7ed;border:1px solid #fdba74;border-radius:8px;font-size:.8rem;color:#9a3412;width:fit-content}.auto-hint-icon{font-size:.9rem}.question-required-toggle{display:flex;align-items:center;gap:.4rem;font-size:.88rem;color:#475569;cursor:pointer;white-space:nowrap;padding:.35rem .6rem;border-radius:8px;border:1px solid #e2e8f0;background:#f8fafc;transition:background .15s,border-color .15s}.question-required-toggle:hover{background:#f1f5f9}.question-required-toggle input[type=checkbox]{width:16px;height:16px;accent-color:#ef4444;cursor:pointer}.required-label{font-size:.82rem;font-weight:500}.options-editor{margin-top:.6rem;padding:.65rem .85rem;margin-left:2.5rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;display:flex;flex-direction:column;gap:.4rem}.options-label{font-size:.76rem;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.1rem}.option-row{display:flex;align-items:center;gap:.45rem}.option-input{flex:1;max-width:320px;font-size:.9rem;border:1px solid #e2e8f0;border-radius:7px;padding:.4rem .55rem;background:#fff;color:#111827;transition:border-color .15s,box-shadow .15s}.option-input:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f114;outline:none}.option-block{display:flex;flex-direction:column;gap:.25rem;border-radius:6px;transition:opacity .15s,outline .1s;cursor:default}.option-block-dragging{opacity:.45;cursor:grabbing}.option-block-drag-over{outline:2px solid var(--app-primary, #1e3a5f);outline-offset:2px;background:#f1f5f9;border-radius:6px}.option-drag-handle{cursor:grab;color:#94a3b8;font-size:1.1rem;line-height:1;flex-shrink:0;-webkit-user-select:none;user-select:none;padding:0 2px}.option-drag-handle:hover{color:#475569}.option-hint-input{margin-left:0;max-width:320px;font-size:.82rem;border:1px solid #e2e8f0;border-radius:6px;padding:.3rem .5rem;background:#fff;color:#64748b;font-style:italic}.option-hint-input::placeholder{color:#94a3b8}.option-hint-input:focus{border-color:#94a3b8;outline:none}.option-hint-row{display:flex;align-items:center;gap:.4rem;margin-top:.2rem}.option-hint-row .option-hint-input{flex:1;margin-left:0}.option-hint-type-select{flex-shrink:0;min-width:6rem;padding:.3rem .5rem;font-size:.85rem;border-radius:6px;border:1px solid #e2e8f0;background:#fff;cursor:pointer;color:#475569}.option-hint-type-select.option-hint-type-info{border-color:#e2e8f0;background:#f8fafc}.option-hint-type-select.option-hint-type-warning{color:#b45309;border-color:#fcd34d;background:#fefce8}.option-hint-type-select.option-hint-type-error{color:#b91c1c;border-color:#fecaca;background:#fef2f2}.option-report-label-row{margin-top:.2rem}.option-report-label-row .option-report-label-input{flex:1;min-width:0}.option-hint-style-row{display:flex;align-items:center;gap:.5rem;margin-top:.35rem;flex-wrap:wrap}.option-hint-style-row .options-label{margin-bottom:0}.option-hint-style-select{font-size:.85rem;padding:.35rem .6rem;border:1px solid #e2e8f0;border-radius:7px;background:#fff;color:#334155;min-width:200px}.bool-branch-label{font-size:.9rem;font-weight:500;color:#334155;min-width:60px}.btn-branch-toggle{display:inline-flex;align-items:center;justify-content:center;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:7px;width:34px;height:34px;padding:0;font-size:1.1rem;cursor:pointer;color:#94a3b8;line-height:1;transition:all .15s}.btn-branch-toggle:hover{background:#e2e8f0;color:#334155;border-color:#cbd5e1}.btn-branch-toggle.active{background:#dbeafe;border-color:#93c5fd;color:#2563eb;box-shadow:0 0 0 2px #2563eb1f}.btn-danger-sm{display:inline-flex;align-items:center;justify-content:center;background:none;border:1px solid transparent;border-radius:6px;color:#cbd5e1;cursor:pointer;width:30px;height:30px;padding:0;font-size:.85rem;transition:color .15s,background .15s,border-color .15s}.btn-danger-sm:hover{color:#dc2626;background:#fef2f2;border-color:#fecaca}.btn-add-option{background:none;border:1px dashed #cbd5e1;border-radius:8px;padding:.4rem .75rem;font-size:.88rem;font-weight:500;color:#64748b;cursor:pointer;width:fit-content;transition:all .15s}.btn-add-option:hover{border-color:#818cf8;color:#4f46e5;background:#eef2ff}.criteria-editor{margin-top:.6rem;padding:.75rem .85rem .65rem;margin-left:2.5rem;background:#fefce8;border:1px solid #fde68a;border-radius:10px;display:flex;flex-direction:column;gap:.4rem}.criteria-header{display:flex;align-items:baseline;gap:.5rem;margin-bottom:.2rem}.criteria-label{font-size:.76rem;font-weight:700;color:#92400e;text-transform:uppercase;letter-spacing:.05em}.criteria-hint{font-size:.78rem;color:#a16207;font-style:italic}.criteria-row{display:flex;align-items:center;gap:.45rem}.criteria-bullet{display:flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:50%;background:#fbbf24;color:#78350f;font-size:.75rem;font-weight:700;flex-shrink:0}.criteria-input{flex:1;font-size:.9rem;border:1px solid #fde68a;border-radius:7px;padding:.4rem .55rem;background:#fffef5;color:#1c1917;transition:border-color .15s}.criteria-input:focus{border-color:#f59e0b;outline:none;background:#fff}.criteria-input::placeholder{color:#d4a017}.criteria-remove-btn{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:1px solid transparent;border-radius:7px;background:transparent;color:#d4a017;cursor:pointer;transition:background .15s,color .15s,border-color .15s}.criteria-remove-btn:hover{background:#fef3c7;border-color:#fde68a;color:#b91c1c}.criteria-add-btn{background:none;border:1px dashed #fbbf24;border-radius:8px;padding:.45rem .75rem;font-size:.88rem;font-weight:500;color:#92400e;cursor:pointer;width:fit-content;transition:all .15s;margin-top:.15rem}.criteria-add-btn:hover{background:#fef3c7;border-color:#f59e0b;color:#78350f}.branch-container{margin-top:.5rem;margin-left:1.75rem;padding-left:1.15rem;border-left:3px solid #c7d2fe;position:relative}.branch-label{font-size:.85rem;font-weight:700;color:#6366f1;padding:.35rem 0 .2rem;display:flex;align-items:center;gap:.4rem}.branch-connector{color:#a5b4fc;font-family:monospace;font-weight:400;font-size:1rem}.branch-questions{padding:.2rem 0 .35rem}.branch-container .branch-container{border-left-color:#a5b4fc}.branch-container .branch-container .branch-container{border-left-color:#818cf8}.branch-container .branch-container .branch-container .branch-container{border-left-color:#6366f1}.btn-add-question{background:#fafbfc;border:2px dashed #cbd5e1;border-radius:12px;padding:.75rem 1rem;font-size:.95rem;font-weight:500;color:#94a3b8;cursor:pointer;width:100%;text-align:center;transition:all .15s;margin-top:.35rem}.btn-add-question:hover{border-color:#818cf8;color:#4f46e5;background:#eef2ff}.marker-types-table .marker-type-inline-input{width:100%;max-width:220px;padding:.35rem .5rem;border-radius:6px;border:1px solid #e2e8f0;font-size:.9rem;background:transparent}.marker-types-table .marker-type-inline-input:focus{border-color:#f9b608;outline:none}.marker-type-add-row td{padding-top:.75rem;border-top:1px solid #e2e8f0}.marker-types-table th.col-expert-types,.marker-types-table td.col-expert-types{min-width:220px;width:25%}.marker-types-section{max-width:100%;min-width:0}.drawing-editor{border:1px solid #e2e8f0;border-radius:8px;overflow:hidden;background:#f8fafc}.drawing-toolbar{display:flex;flex-direction:column;gap:.5rem;padding:.6rem .75rem;background:#fff;border-bottom:1px solid #e2e8f0}.drawing-toolbox{display:flex;align-items:center;gap:.4rem;flex-wrap:wrap;padding-left:.75rem}.drawing-toolbox-markers{padding-right:.5rem;flex-shrink:0}.drawing-toolbox-form-row{padding-left:.75rem;margin-top:.25rem}.drawing-toolbar-marker-row{display:flex;align-items:center;flex-wrap:nowrap;gap:0 .5rem;padding-left:.75rem;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.drawing-toolbar-marker-row::-webkit-scrollbar{display:none}.drawing-toolbar-marker-row .drawing-toolbox,.drawing-toolbar-marker-row .drawing-toolbar-actions-row{padding-left:0}.drawing-toolbar-marker-row .drawing-toolbar-actions-row .drawing-toolbar-group{margin-left:0;padding-left:0;border-left:none}.drawing-toolbar-controls-row{padding-left:.75rem}.drawing-toolbar-controls-row .drawing-toolbar-group:first-child{padding-left:0;border-left:none}.drawing-toolbar-actions-row{display:flex;align-items:center;flex-wrap:wrap;gap:0 .5rem;padding-left:.75rem}.drawing-toolbar-group{display:inline-flex;align-items:center;gap:.35rem;padding-left:.75rem;margin-left:0;border-left:1px solid #e2e8f0}.drawing-toolbar-group:first-child{padding-left:0;border-left:none;margin-left:0}.drawing-toolbar-zoom-label{font-size:.8rem;color:#64748b;min-width:2.25rem}.drawing-toolbar-save-with-status{display:inline-flex;align-items:center;gap:.5rem;flex-shrink:0}.drawing-toolbar-status-saved{font-size:.8rem;color:#16a34a;white-space:nowrap;font-weight:500;margin-left:.125rem}.drawing-toolbar-status-pending{font-size:.75rem;color:#94a3b8;white-space:nowrap;margin-left:.125rem}.drawing-toolbar-group-actions{gap:.4rem;margin-left:auto}.drawing-toolbar-btn{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;min-height:2.5rem;min-width:2.5rem;padding:.5rem .75rem;font-size:.9rem;line-height:1.2;border-radius:8px;cursor:pointer;transition:border-color .15s,background .15s,color .15s}.drawing-toolbar-btn.drawing-toolbar-btn-icon{padding:.5rem;border-radius:50%}.drawing-toolbar-controls-row .drawing-toolbar-btn,.drawing-toolbar-marker-row .drawing-toolbar-btn{min-height:2.5rem;min-width:2.5rem}.drawing-toolbox-objects-row{padding-left:1.5rem}.drawing-toolbox-label{font-size:.8rem;font-weight:600;color:#64748b;min-width:5.25rem;width:5.25rem;text-align:right;flex-shrink:0}.drawing-marker-btn{display:inline-flex;align-items:center;gap:.35rem;min-height:2.5rem;padding:.5rem .75rem;border-radius:8px;border:2px solid transparent;background:#f1f5f9;font-size:.9rem;cursor:pointer;transition:border-color .15s,background .15s}.drawing-marker-btn:hover{background:#e2e8f0}.drawing-marker-btn.active{border-color:#f9b608;background:#fff;font-weight:600;box-shadow:0 0 0 1px #f9b608}.drawing-marker-btn.hidden-type{opacity:.6}.drawing-marker-visibility-btn{display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;min-width:2.5rem;min-height:2.5rem;border:none;background:transparent;color:#94a3b8;cursor:pointer;border-radius:8px;padding:0;margin-left:-2px;transition:color .15s,background .15s}.drawing-marker-visibility-btn:hover{color:#475569;background:#e2e8f0}.drawing-marker-dot{width:12px;height:12px;border-radius:50%;flex-shrink:0}.drawing-dirty-dot{position:absolute;top:4px;right:6px;width:8px;height:8px;border-radius:50%;background:#ef4444;flex-shrink:0}.drawing-toolbar-effort-row{display:flex;align-items:center;flex-wrap:nowrap;gap:.35rem;padding:.3rem .5rem;margin-bottom:.5rem;border:1px solid #e2e8f0;border-radius:6px;background:#fafafa;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.drawing-toolbar-effort-row::-webkit-scrollbar{display:none}.effort-chip{display:inline-flex;align-items:center;gap:.3rem;padding:.25rem .55rem;border-radius:20px;border:2px solid var(--effort-color, #ef4444);background:#fff;font-size:.8rem;font-weight:500;cursor:pointer;transition:background .15s,box-shadow .15s;white-space:nowrap;color:#1e3a5f}.effort-chip:hover{background:#f8fafc;box-shadow:0 0 0 2px var(--effort-color, #ef4444)}.effort-chip--unset{background:color-mix(in srgb,var(--effort-color, #ef4444) 12%,white);color:var(--effort-color, #ef4444);font-weight:700;box-shadow:0 0 0 1px var(--effort-color, #ef4444)}.effort-chip--unset svg{stroke:var(--effort-color, #ef4444)}.effort-chip--set{background:#fff;color:#64748b;border-color:#e2e8f0}.effort-chip--set svg{stroke:#94a3b8}.effort-chip__summary{font-weight:700;color:#1e3a5f;margin-left:.15rem}.col-track-effort{width:140px;text-align:center}.tab-button,.floor-tab{overflow:visible}.drawing-canvas-container{position:relative;width:100%;height:65vh;min-height:400px;overflow:hidden;background:#e2e8f0;-webkit-user-select:none;user-select:none}.drawing-canvas-inner{position:relative;display:inline-block;transform-origin:0 0}.drawing-svg-bg{display:block;max-width:100%;max-height:65vh;pointer-events:auto}.drawing-pin{position:absolute;transform:translate(-50%,-100%);z-index:2;cursor:grab;display:flex;flex-direction:column;align-items:center}.drawing-pin-icon{width:24px;height:24px;border-radius:50% 50% 50% 0;transform:rotate(-45deg);border:2px solid #fff;box-shadow:0 1px 4px #0000004d;transition:transform .1s;position:relative;display:flex;align-items:center;justify-content:center}.drawing-pin-size-1 .drawing-pin-icon{width:14px;height:14px;min-width:14px;min-height:14px;border-width:1px}.drawing-pin-size-1 .drawing-pin-number{font-size:.4rem}.drawing-pin-size-2 .drawing-pin-icon{width:18px;height:18px;min-width:18px;min-height:18px;border-width:1.5px}.drawing-pin-size-2 .drawing-pin-number{font-size:.48rem}.drawing-pin-size-3 .drawing-pin-icon{width:22px;height:22px}.drawing-pin-size-4 .drawing-pin-icon{width:28px;height:28px;border-width:2px}.drawing-pin-size-4 .drawing-pin-number{font-size:.65rem}.drawing-pin-size-5 .drawing-pin-icon{width:34px;height:34px;border-width:2.5px}.drawing-pin-size-5 .drawing-pin-number{font-size:.75rem}.drawing-pin-number{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%) rotate(45deg);font-size:.6rem;font-weight:700;color:#fff;line-height:1;text-shadow:0 1px 2px rgba(0,0,0,.3);-webkit-user-select:none;user-select:none;min-width:1.2em;text-align:center}.drawing-pin:hover .drawing-pin-icon{transform:rotate(-45deg) scale(1.15)}.drawing-pin.editing{z-index:100}.drawing-pin.editing .drawing-pin-icon{transform:rotate(-45deg) scale(1.2);box-shadow:0 0 0 3px #f9b60866}.drawing-pin.dragging{z-index:20;opacity:.85;cursor:grabbing}.drawing-pin.dragging .drawing-pin-icon{transform:rotate(-45deg) scale(1.25);box-shadow:0 2px 10px #00000059}.drawing-pin-label{margin-top:2px;font-size:.65rem;font-weight:600;color:#1e3a5f;background:#ffffffe6;padding:0 3px;border-radius:2px;white-space:nowrap;pointer-events:none}.drawing-pin-size-1 .drawing-pin-label{font-size:.45rem}.drawing-pin-size-2 .drawing-pin-label{font-size:.5rem}.drawing-pin-size-4 .drawing-pin-label{font-size:.65rem}.drawing-pin-size-5 .drawing-pin-label{font-size:.75rem}.drawing-pin-popup{position:absolute;top:100%;left:50%;transform:translate(-50%);margin-top:8px;width:220px;padding:.6rem;background:#fff;border-radius:8px;border:1px solid #e2e8f0;box-shadow:0 4px 12px #00000026;z-index:10;cursor:default}.drawing-pin-form-badge{position:absolute;top:-6px;right:-8px;font-size:.55rem;line-height:1;transform:rotate(45deg)}.mfp-open-btn{display:flex;align-items:center;gap:.35rem;width:100%;margin-top:.4rem;padding:.35rem .5rem;background:#eef2ff;color:#3730a3;border:1px solid #c7d2fe;border-radius:6px;font-size:.8rem;font-weight:500;cursor:pointer;transition:background .15s}.mfp-open-btn:hover{background:#dbeafe}.mfp-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;align-items:center;justify-content:center;background:#0f172a73;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.mfp-dialog{background:#fff;border-radius:14px;box-shadow:0 20px 60px #0003;width:520px;max-width:95vw;max-height:90vh;display:flex;flex-direction:column;overflow:hidden;animation:mfp-slide-in .2s ease-out;-webkit-user-select:text;user-select:text}@keyframes mfp-slide-in{0%{opacity:0;transform:translateY(20px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.mfp-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.2rem .5rem}.mfp-version-hint{padding:0 1.2rem .5rem;font-size:.72rem;color:#64748b;letter-spacing:.01em}.mfp-header-title{display:flex;align-items:center;gap:.5rem;min-width:0}.mfp-marker-dot{width:14px;height:14px;border-radius:50%;flex-shrink:0}.mfp-title{font-weight:700;font-size:1rem;color:#1e3a5f}.mfp-form-name{font-size:.85rem;color:#64748b;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mfp-close-btn{background:none;border:none;font-size:1.2rem;color:#94a3b8;cursor:pointer;padding:.2rem .4rem;border-radius:6px;transition:background .15s}.mfp-close-btn:hover{background:#f1f5f9;color:#475569}.mfp-progress-bar{height:4px;background:#e2e8f0;margin:0 1.2rem;border-radius:2px;overflow:hidden}.mfp-progress-fill{height:100%;background:linear-gradient(90deg,#3b82f6,#6366f1);border-radius:2px;transition:width .3s ease}.mfp-progress-text{font-size:.75rem;color:#94a3b8;text-align:right;padding:.2rem 1.2rem 0}.mfp-question-card{flex:1;overflow-y:auto;padding:1rem 1.2rem}.mfp-continuous-body{flex:1;overflow-y:auto;padding:0 1.2rem 1rem;display:flex;flex-direction:column;gap:1.25rem}.mfp-question-card-continuous{flex:none;padding:1rem;background:#f8fafc;border-radius:10px;border:1px solid #e2e8f0}.mfp-question-number{font-size:.72rem;text-transform:uppercase;font-weight:600;letter-spacing:.04em;color:#94a3b8;margin-bottom:.4rem}.mfp-question-text{font-size:1rem;font-weight:600;color:#1e293b;line-height:1.4;margin-bottom:.3rem}.mfp-required{color:#ef4444;margin-left:.15rem}.mfp-question-desc{font-size:.82rem;color:#64748b;margin-bottom:.5rem}.mfp-answer-area{margin-top:.6rem}.mfp-input{width:100%;padding:.55rem .7rem;border:1.5px solid #e2e8f0;border-radius:8px;font-size:.9rem;transition:border-color .15s;outline:none;box-sizing:border-box}.mfp-input:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.mfp-unit-label{font-size:.85rem;color:#64748b;white-space:nowrap;flex-shrink:0}.mfp-textarea{width:100%;padding:.55rem .7rem;border:1.5px solid #e2e8f0;border-radius:8px;font-size:.9rem;resize:vertical;min-height:60px;outline:none;box-sizing:border-box;transition:border-color .15s}.mfp-textarea:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.mfp-bool-group{display:flex;gap:.5rem}.mfp-bool-btn{flex:1;padding:.55rem;border:1.5px solid #e2e8f0;border-radius:8px;background:#fff;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .15s}.mfp-bool-btn:hover{border-color:#cbd5e1;background:#f8fafc}.mfp-bool-btn.selected{border-color:#6366f1;background:#eef2ff;color:#4338ca}.mfp-select-group{display:flex;flex-wrap:wrap;gap:.4rem}.mfp-select-btn{padding:.4rem .8rem;border:1.5px solid #e2e8f0;border-radius:20px;background:#fff;font-size:.85rem;cursor:pointer;transition:all .15s}.mfp-select-btn:hover{border-color:#cbd5e1;background:#f8fafc}.mfp-select-btn.selected{border-color:#6366f1;background:#eef2ff;color:#4338ca;font-weight:500}.mfp-select-with-hints{display:flex;flex-direction:column;gap:.5rem}.mfp-number-with-unit-row{display:flex;align-items:center;gap:.5rem}.mfp-number-with-unit-row .mfp-input{flex:1}.mfp-smart-number-area{display:flex;flex-direction:column;gap:.65rem}.mfp-smart-number-list{display:flex;flex-direction:column;gap:.6rem}.mfp-smart-number-item{display:flex;flex-direction:column;gap:.35rem}.mfp-smart-number-label{font-size:.78rem;color:#4338ca;font-weight:600}.mfp-smart-number-remove{flex:0 0 auto}.mfp-smart-number-actions{display:flex;flex-direction:column;gap:.65rem}.mfp-smart-number-toolbar{display:flex;gap:.6rem;flex-wrap:wrap;align-items:center}.mfp-smart-insert-row{display:flex;gap:.5rem;align-items:center}.mfp-smart-insert-panel{padding:.75rem;border:1px solid #dbe4ff;background:#f8faff;border-radius:12px}.mfp-smart-metric-select{flex:1 1 14rem;min-width:0;max-width:20rem}.mfp-smart-confirm-btn{min-width:7rem}.mfp-smart-hint{font-size:.78rem;color:#6366f1;font-weight:500}.mfp-smart-hint-warning{color:#9a3412}.mfp-autofill-btn-active{background:#dbeafe;border-color:#93c5fd;color:#1d4ed8}.mfp-inline-select{flex:0 0 10rem;max-width:12rem}.mfp-quantity-row{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.mfp-quantity-label{font-size:.9rem;color:#475569}.mfp-quantity-controls{display:flex;align-items:center;gap:.25rem}.mfp-quantity-btn{width:2rem;height:2rem;padding:0;border:1px solid #e2e8f0;border-radius:6px;background:#f8fafc;font-size:1.1rem;line-height:1;cursor:pointer}.mfp-quantity-btn:hover{background:#e2e8f0;border-color:#cbd5e1}.mfp-quantity-input{width:3.5rem;padding:.35rem .4rem;border:1px solid #e2e8f0;border-radius:6px;font-size:.95rem;text-align:center}.mfp-multiselect-quantities{display:flex;flex-direction:column;gap:.5rem}.mfp-option-hint{font-size:.82rem;color:#64748b;padding:.4rem .6rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;line-height:1.4}.mfp-option-hint-under{margin-top:.15rem}.mfp-option-hint-accumulated{display:flex;flex-direction:column;gap:.25rem}.mfp-option-hint-item{font-size:.82rem;color:#475569}.mfp-option-hint.mfp-option-hint-info{background:#f8fafc;border-color:#e2e8f0;color:#475569}.mfp-option-hint.mfp-option-hint-warning{background:#fefce8;border-color:#fde047;color:#854d0e}.mfp-option-hint.mfp-option-hint-error{background:#fef2f2;border-color:#fca5a5;color:#b91c1c}.mfp-hint-popup-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000059;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.mfp-hint-popup{background:#fff;border-radius:12px;box-shadow:0 10px 40px #00000026;padding:1.25rem 1.5rem;max-width:360px;width:100%}.mfp-hint-popup-title{font-weight:600;font-size:.95rem;color:#334155;margin-bottom:.5rem}.mfp-hint-popup-text{font-size:.9rem;color:#475569;line-height:1.5;margin-bottom:1rem}.mfp-hint-popup-close{padding:.45rem 1rem;background:#6366f1;color:#fff;border:none;border-radius:8px;font-size:.9rem;font-weight:500;cursor:pointer;width:100%}.mfp-hint-popup-close:hover{background:#4f46e5}.mfp-hint-popup.mfp-hint-popup-warning{border-top:4px solid #eab308}.mfp-hint-popup.mfp-hint-popup-warning .mfp-hint-popup-text{color:#854d0e}.mfp-hint-popup.mfp-hint-popup-error{border-top:4px solid #dc2626}.mfp-hint-popup.mfp-hint-popup-error .mfp-hint-popup-text{color:#b91c1c}.mfp-hint-toast{position:fixed;bottom:1.5rem;left:50%;transform:translate(-50%);max-width:min(420px,calc(100vw - 2rem));padding:.85rem 1rem .85rem 1.25rem;background:#1e293b;color:#f1f5f9;border-radius:10px;box-shadow:0 10px 40px #00000040;z-index:1001;display:flex;flex-direction:column;gap:.25rem;animation:mfp-toast-in .25s ease-out}@keyframes mfp-toast-in{0%{opacity:0;transform:translate(-50%) translateY(12px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.mfp-hint-toast-title{font-weight:600;font-size:.9rem;color:#fff}.mfp-hint-toast-text{font-size:.85rem;color:#e2e8f0;line-height:1.4;padding-right:1.75rem}.mfp-hint-toast-close{position:absolute;top:.5rem;right:.5rem;width:28px;height:28px;padding:0;border:none;background:transparent;color:#94a3b8;font-size:1.25rem;line-height:1;cursor:pointer;border-radius:6px}.mfp-hint-toast-close:hover{color:#fff;background:#ffffff1a}.mfp-hint-toast.mfp-hint-toast-warning{background:#854d0e;border-left:4px solid #fde047}.mfp-hint-toast.mfp-hint-toast-error{background:#991b1b;border-left:4px solid #fca5a5}.mfp-photo-hint{display:flex;flex-direction:column;gap:.3rem;padding:.6rem .8rem;background:#fefce8;border:1px solid #fde68a;border-radius:8px;font-size:.82rem;color:#854d0e}.mfp-criteria-list{margin:.3rem 0 0 1.2rem;padding:0;font-size:.8rem}.mfp-nav{display:flex;align-items:center;justify-content:space-between;padding:.6rem 1.2rem;border-top:1px solid #f1f5f9;gap:.5rem}.mfp-nav-btn{padding:.45rem 1rem;border:1px solid #e2e8f0;border-radius:8px;background:#fff;font-size:.85rem;font-weight:500;cursor:pointer;white-space:nowrap;transition:all .15s}.mfp-nav-btn:hover:not(:disabled){background:#f8fafc;border-color:#cbd5e1}.mfp-nav-btn:disabled{opacity:.4;cursor:default}.mfp-save-btn{background:#6366f1;color:#fff;border-color:#6366f1}.mfp-save-btn:hover:not(:disabled){background:#4f46e5;border-color:#4f46e5}.mfp-nav-dots{display:flex;align-items:center;gap:4px;flex:1;justify-content:center;flex-wrap:wrap;max-width:200px}.mfp-dot{width:8px;height:8px;border-radius:50%;border:1.5px solid #cbd5e1;background:#fff;padding:0;cursor:pointer;transition:all .15s;flex-shrink:0}.mfp-dot.active{border-color:#6366f1;background:#6366f1;transform:scale(1.3)}.mfp-dot.answered{background:#a5b4fc;border-color:#818cf8}.mfp-dot.answered.active{background:#6366f1}.mfp-footer{padding:0 1.2rem .8rem;text-align:center}.mfp-save-interim{padding:.35rem .8rem;border:none;background:none;color:#6366f1;font-size:.8rem;font-weight:500;cursor:pointer;transition:color .15s}.mfp-save-interim:hover:not(:disabled){color:#4338ca;text-decoration:underline}.mfp-save-interim:disabled{opacity:.5;cursor:default}.mfp-loading,.mfp-error,.mfp-empty{padding:2rem;text-align:center;color:#64748b;font-size:.9rem}.mfp-error{color:#dc2626}.mfp-floor-area{display:flex;flex-direction:column;gap:.3rem}.mfp-autofill-btn{align-self:flex-start;padding:.25rem .6rem;border:1px solid #c7d2fe;border-radius:6px;background:#eef2ff;color:#4338ca;font-size:.78rem;font-weight:500;cursor:pointer;transition:background .15s}.mfp-autofill-btn:hover{background:#dbeafe}.mfp-autofill-hint{font-size:.75rem;color:#6366f1;font-weight:500}.mfp-room-area{display:flex;flex-direction:column}.mfp-room-select{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto;cursor:pointer}.mfp-photo-area{display:flex;flex-direction:column;gap:.5rem}.mfp-photo-grid{display:flex;flex-wrap:wrap;gap:.5rem}.mfp-photo-thumb{position:relative;width:80px;height:80px;border-radius:8px;overflow:hidden;border:1px solid #e2e8f0}.mfp-photo-thumb img{width:100%;height:100%;object-fit:cover}.mfp-photo-remove{position:absolute;top:2px;right:2px;width:20px;height:20px;border-radius:50%;border:none;background:#0000008c;color:#fff;font-size:.65rem;cursor:pointer;display:flex;align-items:center;justify-content:center;line-height:1;padding:0}.mfp-photo-actions{display:flex;gap:.4rem;flex-wrap:wrap}.mfp-photo-btn{padding:.4rem .7rem;border:1.5px solid #e2e8f0;border-radius:8px;background:#fff;font-size:.82rem;font-weight:500;cursor:pointer;transition:all .15s}.mfp-photo-btn:hover:not(:disabled){border-color:#cbd5e1;background:#f8fafc}.mfp-photo-btn:disabled{opacity:.5;cursor:default}.mfp-photo-btn-mp{border-color:#c4b5fd;color:#6d28d9}.mfp-photo-btn-mp:hover:not(:disabled){background:#f5f3ff;border-color:#a78bfa}.mfp-mp-picker{border:1px solid #e2e8f0;border-radius:8px;padding:.5rem;background:#fafafa;max-height:250px;overflow-y:auto}.mfp-mp-picker-title{font-size:.78rem;font-weight:600;color:#6d28d9;margin-bottom:.4rem}.mfp-mp-picker-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(90px,1fr));gap:.4rem}.mfp-mp-picker-item{display:flex;flex-direction:column;align-items:center;gap:.2rem;padding:.3rem;border-radius:6px;border:1px solid transparent;cursor:pointer;transition:all .15s}.mfp-mp-picker-item:hover{border-color:#a78bfa;background:#f5f3ff}.mfp-mp-picker-item img{width:70px;height:55px;object-fit:cover;border-radius:4px;border:1px solid #e2e8f0}.mfp-mp-picker-item .mfp-mp-thumb-loading,.mfp-mp-picker-item .mfp-mp-thumb-fallback{display:inline-flex;align-items:center;justify-content:center;width:70px;height:55px;border-radius:4px;border:1px solid #e2e8f0;background:#f1f5f9;font-size:1.2rem}.mfp-mp-picker-name{font-size:.68rem;color:#64748b;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:85px}.report-sections{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:1.25rem;box-shadow:0 1px 3px #0000000d}.report-sections-title{margin:0 0 1rem;font-size:1.1rem;font-weight:600;color:var(--app-primary, #1e3a5f);padding-bottom:.5rem;border-bottom:2px solid #f9b608}.report-section-groups{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1rem}.report-section-group{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:1rem 1.25rem;display:flex;flex-direction:column;gap:.5rem}.report-section-group-title{margin:0 0 .25rem;font-size:.85rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.04em}.report-section-options{display:flex;flex-direction:column;gap:.35rem;list-style:none;padding:0;margin:0}.report-section-option{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:#334155;cursor:pointer}.report-section-option.nested{margin-left:1.25rem}.report-section-option input[type=checkbox]{width:1rem;height:1rem;accent-color:var(--app-primary, #1e3a5f);cursor:pointer;flex-shrink:0}.report-section-option:has(input:disabled){opacity:.7;cursor:default}.report-section-dropdowns{margin-top:.5rem;padding-top:.5rem;border-top:1px solid #f1f5f9;display:flex;flex-direction:column;gap:.5rem}.report-section-dropdown-row{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.report-section-dropdown-row label{font-size:.9rem;font-weight:500;color:#475569;min-width:0}.report-section-dropdown-row select{padding:.4rem .6rem;font-size:.9rem;border:1px solid #e2e8f0;border-radius:6px;background:#fff;color:#1e3a5f;min-width:160px}.report-section-dropdown-row select:hover{border-color:#cbd5e1}.report-section-dropdown-row select:focus{outline:none;border-color:#f9b608;box-shadow:0 0 0 2px #f9b60833}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;color:#1e293b}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}
