:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74d3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-container-width:fit-content;--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-padding:14px;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-toast-shadow:0px 4px 12px #0000001a;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:0.2}.Toastify__toast-container{box-sizing:border-box;color:#fff;display:flex;flex-direction:column;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:-webkit-fit-content;width:fit-content;width:var(--toastify-container-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--top-center{align-items:center;left:50%;top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top);transform:translateX(-50%)}.Toastify__toast-container--top-right{align-items:end;right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--bottom-left{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{align-items:center;bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{align-items:end;bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right)}.Toastify__toast{--y:0;align-items:center;border-radius:6px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;box-shadow:var(--toastify-toast-shadow);box-sizing:border-box;display:flex;flex:1 1 auto;font-family:sans-serif;font-family:var(--toastify-font-family);margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);padding:14px;padding:var(--toastify-toast-padding);position:relative;touch-action:none;width:320px;width:var(--toastify-toast-width);word-break:break-word;z-index:0}@media only screen and (max-width:480px){.Toastify__toast-container{left:env(safe-area-inset-left);margin:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:env(safe-area-inset-right)}.Toastify__toast{--toastify-toast-width:100%;border-radius:0;margin-bottom:0}}.Toastify__toast-container[data-stacked=true]{width:320px;width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s;width:100%}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{bottom:100%;content:"";height:calc(var(--g)*1px);left:0;position:absolute;right:0}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{bottom:0;content:"";height:100%;left:0;position:absolute;right:0;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{-webkit-margin-end:10px;display:flex;flex-shrink:0;margin-inline-end:10px;width:22px}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74d3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74d3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;position:absolute;right:6px;top:6px;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:auto}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:100%;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:1}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{border-bottom-left-radius:0;left:auto;right:0;transform-origin:right}.Toastify__progress-bar--wrp{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:6px;border-bottom-right-radius:var(--toastify-toast-bd-radius);bottom:0;height:5px;left:0;overflow:hidden;position:absolute;width:100%}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{height:100%;opacity:.2;opacity:var(--toastify-color-progress-bgo);width:100%}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{opacity:1;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg)}to{opacity:0;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(-110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-duration:.3s;animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-duration:.3s;animation-name:Toastify__slideOutRight;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-duration:.3s;animation-name:Toastify__slideOutUp;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-duration:.3s;animation-name:Toastify__slideOutDown;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;-webkit-overflow-scrolling:touch;background-color:#f5f5f5;font-family:Cambria,Times New Roman,serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.login-container{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;font-family:Cambria,Times New Roman,serif;justify-content:center;min-height:100vh}.login-box{background:#fff;border-radius:12px;box-shadow:0 10px 40px #0003;max-width:400px;padding:3rem;width:100%}.login-header{margin-bottom:2rem;text-align:center}.login-logo{height:60px;margin-bottom:1rem;width:auto}.login-header h1{color:#2c3e50;font-size:1.5rem;margin:0}.login-form{display:flex;flex-direction:column;gap:1.5rem}.form-group input{border:2px solid #e0e0e0;border-radius:6px;font-family:Cambria,Times New Roman,serif;font-size:1rem;padding:.75rem;transition:border-color .2s}.form-group input:focus{border-color:#2196f3;outline:none}.form-group input:disabled{background-color:#f5f5f5;cursor:not-allowed}.error-message{border-radius:6px}.login-button{background-color:#2196f3;border:none;border-radius:6px;color:#fff;cursor:pointer;font-family:Cambria,Times New Roman,serif;font-size:1rem;font-weight:500;padding:.75rem 1.5rem;transition:background-color .2s}.login-button:hover:not(:disabled){background-color:#1976d2}.login-button:disabled{background-color:#ccc;cursor:not-allowed}.block-editor-overlay{align-items:center;background-color:#00000080;bottom:0;display:flex;font-family:Cambria,Times New Roman,serif;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:2000}.block-editor-modal{background-color:#fff;border-radius:8px;box-shadow:0 4px 20px #0000004d;display:flex;flex-direction:column;max-height:90vh;max-width:600px;overflow:hidden;width:90%}.block-editor-modal.enhanced{max-width:800px}.block-editor-header{align-items:center;background-color:#2c3e50;border-bottom:1px solid #e0e0e0;color:#fff;display:flex;justify-content:space-between;padding:1.5rem}.block-editor-header h3{font-size:1.2rem;margin:0}.close-button{align-items:center;background:none;border:none;border-radius:4px;color:#fff;cursor:pointer;display:flex;font-size:2rem;height:30px;justify-content:center;padding:0;transition:background-color .2s;width:30px}.close-button:hover{background-color:#fff3}.status-tabs{background-color:#f5f5f5;border-bottom:2px solid #e0e0e0;display:flex}.status-tabs .tab{background:none;border:none;border-bottom:3px solid #0000;color:#666;cursor:pointer;flex:1 1;font-family:Cambria,Times New Roman,serif;font-size:.95rem;font-weight:500;padding:1rem;position:relative;transition:all .2s}.status-tabs .tab:hover{background-color:#e8e8e8;color:#2c3e50}.status-tabs .tab.active{background-color:#fff;border-bottom-color:#2196f3;color:#2196f3}.status-indicator{color:#4caf50;font-weight:700;margin-left:.5rem}.block-editor-content{flex:1 1;overflow-y:auto;padding:1.5rem}.status-form{display:flex;flex-direction:column;gap:1rem}.status-form h4{color:#2c3e50;font-size:1.1rem;margin:0 0 1rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}.required{color:#d32f2f}.form-group input,.form-group select,.form-group textarea{border:2px solid #e0e0e0;border-radius:4px;font-family:Cambria,Times New Roman,serif;font-size:.9rem;padding:.75rem;transition:border-color .2s}.form-group input:focus,.form-group textarea:focus{border-color:#2196f3;outline:none}.form-group input:disabled,.form-group textarea:disabled{background-color:#f5f5f5;cursor:not-allowed}.checkboxes-group{grid-gap:.75rem;background-color:#f9f9f9;border:1px solid #e0e0e0;border-radius:4px;display:grid;gap:.75rem;grid-template-columns:repeat(2,1fr);padding:1rem}.checkbox-label{border-radius:4px;transition:background-color .2s}.checkbox-label:hover{background-color:#e8e8e8}.error-message{margin-top:1rem}.block-editor-actions{border-top:1px solid #e0e0e0;display:flex;gap:1rem;justify-content:flex-end;margin-top:1.5rem;padding-top:1.5rem}.cancel-button,.save-button{border:none;border-radius:4px;cursor:pointer;font-family:Cambria,Times New Roman,serif;font-size:.9rem;font-weight:500;padding:.75rem 1.5rem;transition:background-color .2s}.save-button{background-color:#4caf50;color:#fff}.save-button:hover:not(:disabled){background-color:#45a049}.cancel-button:disabled,.save-button:disabled{background-color:#ccc;color:#666;cursor:not-allowed}.block-status-details-table{background-color:#fff;display:flex;flex-direction:column;font-family:Cambria,Times New Roman,serif;height:100%;overflow:hidden;padding:0}.search-results-info{background:#f5f5f5;border-bottom:1px solid #e0e0e0;color:#666;font-size:.85rem;padding:.5rem 1rem;text-align:center}.table-container{flex:1 1;min-height:0;overflow-x:auto;overflow-y:auto}table{background:#fff;border-collapse:collapse;font-size:.85rem;width:100%}thead{background:linear-gradient(135deg,#2c3e50,#34495e);box-shadow:0 2px 4px #0000001a;color:#fff;position:-webkit-sticky;position:sticky;top:0;z-index:10}th{border-bottom:2px solid #1a252f;font-weight:600;padding:.875rem;text-align:left;white-space:nowrap}td{border-bottom:1px solid #f0f0f0;padding:1rem;vertical-align:top}tbody tr{transition:all .2s}tbody tr:hover{background-color:#f8f9fa;box-shadow:0 2px 4px #0000000d;transform:scale(1.01)}.block-number{color:#2196f3;font-size:1rem;font-weight:700;min-width:60px;text-align:center}.status-column{max-width:300px;min-width:200px}.status-detail-content{display:flex;flex-direction:column;gap:.5rem}.detail-row{align-items:flex-start;display:flex;gap:.5rem}.detail-row.remarks{border-top:1px solid #e0e0e0;flex-direction:column;gap:.25rem;margin-top:.5rem;padding-top:.5rem}.detail-label{color:#666;flex-shrink:0;font-size:.8rem;font-weight:600;min-width:60px}.detail-value{color:#2c3e50;font-size:.85rem;word-break:break-word}.detail-row.remarks .detail-value{color:#555;font-style:italic}.deliverables{flex-direction:column;gap:.5rem}@media (max-width:768px){.block-status-details-table{font-size:.8rem}th{font-size:.75rem;padding:.6rem .5rem}td{padding:.75rem .5rem}.block-number{font-size:.9rem;min-width:50px}.status-column{max-width:250px;min-width:150px}.detail-label{font-size:.75rem;min-width:50px}.detail-value{font-size:.8rem}}@media (max-width:480px){.block-status-details-table{font-size:.75rem}th{font-size:.7rem;padding:.5rem .4rem}td{padding:.6rem .4rem}.block-number{font-size:.85rem;min-width:40px}.status-column{max-width:200px;min-width:120px}.detail-label{font-size:.7rem;min-width:45px}.detail-value{font-size:.75rem}}.deliverables-list{display:flex;flex-wrap:wrap;gap:.375rem}.deliverable-tag{background:linear-gradient(135deg,#4caf50,#66bb6a);border-radius:4px;box-shadow:0 1px 3px #4caf504d;color:#fff;display:inline-block;font-size:.75rem;font-weight:600;padding:.25rem .5rem}.no-detail{align-items:center;color:#999;display:flex;font-size:.85rem;font-style:italic;gap:.5rem;padding:.5rem 0}.info-icon{font-size:1rem;opacity:.6}.loading-message{color:#666;font-size:.9rem;padding:2rem;text-align:center}.no-blocks{align-items:center;color:#999;display:flex;flex-direction:column;gap:1rem;padding:3rem 2rem;text-align:center}.no-blocks-icon{color:#ccc;font-size:3rem;opacity:.5}.no-blocks p{color:#666;font-size:1rem;margin:0}.no-results{padding:2rem;text-align:center}.no-results-content{align-items:center;color:#999;display:flex;flex-direction:column;gap:.75rem}.no-results-icon{font-size:2rem;opacity:.5}.no-results-content p{font-size:.9rem;font-style:italic;margin:0}.gcp-column{background-color:#fff9c4}.acquisition-column{background-color:#e3f2fd}.processing-column{background-color:#e0f2e1}tbody tr:hover .gcp-column{background-color:#fff59d}tbody tr:hover .acquisition-column{background-color:#bbdefb}tbody tr:hover .processing-column{background-color:#a5d6a7}.map-view{height:100%;position:relative;width:100%;z-index:1}.map-placeholder{align-items:center;color:#666;display:flex;font-size:1.1rem;height:100%;justify-content:center}.block-tooltip{animation:tooltipFadeIn .2s ease;background:#fff;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 4px 12px #0003;font-family:Cambria,Times New Roman,serif;font-size:.9rem;min-width:180px;padding:.75rem 1rem;pointer-events:none;position:fixed;z-index:2000}@keyframes tooltipFadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.tooltip-header{border-bottom:1px solid #e0e0e0;color:#2c3e50;font-weight:700;margin-bottom:.5rem;padding-bottom:.5rem}.tooltip-content{display:flex;flex-direction:column;gap:.5rem}.tooltip-stat{align-items:center;display:flex;justify-content:space-between}.tooltip-label{color:#666;font-size:.85rem}.tooltip-value{color:#2196f3;font-size:1rem;font-weight:700}.tooltip-statuses{border-top:1px solid #f0f0f0;display:flex;flex-direction:column;gap:.25rem;margin-top:.25rem;padding-top:.5rem}.tooltip-status{color:#666;font-size:.8rem}.tooltip-status.complete{color:#2e7d32;font-weight:600}.tooltip-status.incomplete{color:#999}.map-controls{display:flex;flex-direction:column;gap:.5rem;left:20px;position:absolute;top:20px;z-index:1001}.map-control-btn{align-items:center;background:#fff;border:1px solid #e0e0e0;border-radius:6px;box-shadow:0 2px 4px #0000001a;cursor:pointer;display:flex;font-family:Cambria,Times New Roman,serif;font-size:.85rem;gap:.5rem;padding:.5rem 1rem;transition:all .2s}.map-control-btn:hover{background:#f5f5f5;box-shadow:0 4px 8px #00000026;transform:translateY(-1px)}.map-control-btn svg{font-size:1rem}.map-legend{background:#fff;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 4px 12px #00000026;font-family:Cambria,Times New Roman,serif;min-width:200px;padding:1rem;position:absolute;right:20px;top:20px;z-index:1001}.legend-header{border-bottom:1px solid #e0e0e0;color:#2c3e50;font-size:.9rem;margin-bottom:.75rem;padding-bottom:.5rem}.legend-item{align-items:center;display:flex;font-size:.9rem;gap:.5rem;margin-bottom:.5rem}.legend-item:last-child{margin-bottom:0}.legend-color{border-radius:3px;box-shadow:0 1px 3px #0003;display:inline-block;height:24px;width:24px}.map-bottom-panel-wrapper{bottom:0;left:0;position:absolute;right:0;z-index:1000}.map-bottom-panel{background-color:#fff;border-top:2px solid #e0e0e0;box-shadow:0 -2px 8px #0000001a;display:flex;flex-direction:column;overflow:hidden}.resize-handle{align-items:center;background-color:#f0f0f0;border-bottom:1px solid #e0e0e0;cursor:ns-resize;display:flex;flex-shrink:0;height:8px;justify-content:center;position:relative;-webkit-user-select:none;user-select:none;z-index:1002}.resize-handle:hover{background-color:#e0e0e0}.resize-handle-line{background-color:#999;border-radius:2px;height:4px;width:60px}.table-header-container{flex-shrink:0;z-index:1001}.table-toggle-btn{align-items:center;background:linear-gradient(135deg,#2c3e50,#34495e);border:none;border-top:3px solid #2196f3;color:#fff;cursor:pointer;display:flex;font-family:Cambria,Times New Roman,serif;font-size:1rem;font-weight:600;gap:.75rem;padding:.875rem 1.5rem;position:relative;transition:all .2s;width:100%}.table-toggle-btn>span{left:50%;pointer-events:none;position:absolute;transform:translateX(-50%);white-space:nowrap}.table-toggle-btn:hover{background:linear-gradient(135deg,#34495e,#2c3e50);box-shadow:0 -4px 12px #0003}.table-toggle-icon{flex-shrink:0;font-size:1.2rem}.table-toggle-chevron{flex-shrink:0;font-size:1rem;margin-left:auto;transition:transform .2s}.header-search-container{align-items:center;background:#ffffff26;border-radius:6px;display:flex;flex-shrink:0;gap:.5rem;padding:.375rem .625rem;pointer-events:auto;position:relative;transition:all .2s;width:150px;z-index:1}.header-search-container:focus-within{background:#ffffff40}.header-search-icon{color:#ffffffe6;flex-shrink:0;font-size:.9rem}.header-search-input{background:#0000;border:none;color:#fff;font-family:Cambria,Times New Roman,serif;font-size:.85rem;min-width:120px;outline:none;width:100%}.header-search-input::placeholder{color:#ffffffb3}.header-search-input::-webkit-search-cancel-button{-webkit-appearance:none;background:#ffffff80;border-radius:50%;cursor:pointer;height:14px;width:14px}.block-label{background:#0000!important;border:none!important;box-shadow:none!important}.block-label-content{background:#0000;border:none;box-shadow:none;font-family:Cambria,Times New Roman,serif;padding:0;text-align:center;white-space:nowrap}.block-label-id{color:#2c3e50;font-size:13px;font-weight:700}.block-label-area,.block-label-id{line-height:1.2;text-shadow:-1px -1px 0 #fff,1px -1px 0 #fff,-1px 1px 0 #fff,1px 1px 0 #fff,0 0 3px #fff,0 0 3px #fff}.block-label-area{color:#555;font-size:10px;margin-top:2px}@media (max-width:768px){.map-controls{gap:.4rem;left:10px;top:10px}.map-control-btn{font-size:.75rem;gap:.4rem;padding:.4rem .6rem}.map-control-btn svg{font-size:.9rem}.map-legend{max-width:calc(100% - 20px);min-width:160px;padding:.75rem;right:10px;top:10px}.legend-header{font-size:.8rem;margin-bottom:.5rem;padding-bottom:.4rem}.legend-item{font-size:.8rem;gap:.4rem;margin-bottom:.4rem}.legend-color{height:20px;width:20px}.block-tooltip{font-size:.8rem;max-width:calc(100vw - 40px);min-width:160px;padding:.6rem .8rem}.tooltip-header{font-size:.85rem;margin-bottom:.4rem;padding-bottom:.4rem}.tooltip-label{font-size:.75rem}.tooltip-value{font-size:.9rem}.tooltip-status{font-size:.75rem}.table-toggle-btn{font-size:.9rem;gap:.5rem;padding:.75rem 1rem}.table-toggle-icon{font-size:1rem}.table-toggle-chevron{font-size:.9rem}.header-search-container{padding:.3rem .5rem;width:120px}.header-search-input{font-size:.8rem;min-width:100px}.header-search-icon{font-size:.8rem}.block-label-id{font-size:11px}.block-label-area{font-size:9px}.resize-handle{height:12px}}@media (max-width:480px){.map-controls{left:5px;top:5px}.map-control-btn{font-size:.7rem;padding:.35rem .5rem}.map-legend{max-width:calc(100% - 10px);min-width:140px;padding:.6rem;right:5px;top:5px}.legend-header,.legend-item{font-size:.75rem}.legend-color{height:18px;width:18px}.table-toggle-btn{font-size:.85rem;padding:.6rem .8rem}.table-toggle-btn>span{font-size:.8rem}.header-search-container{padding:.25rem .4rem;width:100px}.header-search-input{font-size:.75rem;min-width:80px}.block-label-id{font-size:10px}.block-label-area{font-size:8px}}.upload-modal-overlay{align-items:center;animation:overlayFadeIn .2s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#0009;bottom:0;display:flex;font-family:Cambria,Times New Roman,serif;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:2000}.upload-modal{animation:modalSlideIn .3s ease;background-color:#fff;border-radius:12px;box-shadow:0 8px 32px #0003;display:flex;flex-direction:column;max-height:90vh;max-width:500px;overflow-y:auto;width:90%}.upload-modal-header{align-items:center;background-color:#2c3e50;border-bottom:1px solid #e0e0e0;color:#fff;display:flex;justify-content:space-between;padding:1.5rem}.upload-modal-header h2{font-size:1.2rem;margin:0}.upload-modal-header .close-button{align-items:center;background:none;border:none;border-radius:4px;color:#fff;cursor:pointer;display:flex;font-size:2rem;height:30px;justify-content:center;padding:0;transition:background-color .2s;width:30px}.upload-modal-header .close-button:hover{background-color:#fff3}.upload-modal-content{padding:1.5rem}.upload-info{background-color:#f5f5f5;border-radius:4px;color:#555;font-size:.9rem;line-height:1.5;padding:1rem}.form-group,.upload-info{margin-bottom:1.5rem}.form-group label{font-size:.9rem}.form-group input[type=file],.form-group input[type=text]{border:2px solid #e0e0e0;border-radius:4px;box-sizing:border-box;font-family:Cambria,Times New Roman,serif;font-size:.9rem;padding:.75rem;transition:border-color .2s;width:100%}.form-group input[type=text]:focus{border-color:#2196f3;outline:none}.form-group input[type=file]:disabled,.form-group input[type=text]:disabled{background-color:#f5f5f5;cursor:not-allowed}.file-info{background-color:#e3f2fd;color:#1976d2;font-size:.85rem;margin-top:.5rem;padding:.5rem}.success-message{background-color:#e8f5e9;border-radius:4px;color:#2e7d32;font-size:.9rem;margin-bottom:1rem;padding:.75rem}.cancel-button,.submit-button{border:none;border-radius:4px;cursor:pointer;font-family:Cambria,Times New Roman,serif;font-size:.9rem;font-weight:500;padding:.75rem 1.5rem;transition:background-color .2s}.cancel-button{background-color:#e0e0e0;color:#333}.cancel-button:hover:not(:disabled){background-color:#d0d0d0}.submit-button{background-color:#2196f3;color:#fff}.submit-button:hover:not(:disabled){background-color:#1976d2}.cancel-button:disabled,.submit-button:disabled{cursor:not-allowed;opacity:.6}@keyframes skeleton-loading{0%{background-position:-200px 0}to{background-position:calc(200px + 100%) 0}}.skeleton-card,.skeleton-line,.skeleton-progress-bar,.skeleton-progress-fill,.skeleton-table,.skeleton-table-header,.skeleton-table-row,.skeleton-td,.skeleton-th{animation:skeleton-loading 1.5s ease-in-out infinite;background:linear-gradient(90deg,#f0f0f0,#f8f8f8 40px,#f0f0f0 80px);background-size:200px 100%;border-radius:4px}.skeleton-card{margin-bottom:1rem;padding:1.5rem}.skeleton-line{height:16px;margin-bottom:.75rem}.skeleton-title{height:24px;margin-bottom:1rem;width:60%}.skeleton-text{width:100%}.skeleton-text.short{width:80%}.skeleton-label{height:14px;margin-bottom:.5rem;width:40%}.skeleton-progress-container{margin-bottom:1.5rem}.skeleton-progress-bar{border-radius:14px;height:28px;overflow:hidden;width:100%}.skeleton-progress-fill{border-radius:14px;height:100%;width:60%}.skeleton-table{width:100%}.skeleton-table-header{grid-gap:1rem;border-bottom:2px solid #e0e0e0;display:grid;gap:1rem;grid-template-columns:1fr 1fr 1fr 1fr;margin-bottom:.75rem;padding-bottom:.75rem}.skeleton-th{height:20px}.skeleton-table-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr 1fr 1fr;margin-bottom:.75rem}.skeleton-td{height:36px}.skeleton-td.small{margin:0 auto;width:36px}.status-overview{background:#fff;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 2px 8px #00000014;font-family:Cambria,Times New Roman,serif;padding:1rem}.status-overview-header{align-items:center;border-bottom:2px solid #f0f0f0;display:flex;gap:.5rem;margin-bottom:1rem;padding-bottom:.75rem}.status-overview-icon{color:#2196f3;font-size:1.2rem}.status-overview h2{color:#2c3e50;font-size:1.1rem;font-weight:700;letter-spacing:.2px;margin:0}.stats-summary{margin-bottom:1rem}.stat-item{background-color:#fff;border:1px solid #e0e0e0;border-radius:4px;padding:.75rem}.stat-row{align-items:flex-start;display:flex;gap:1rem;justify-content:space-around}.stat-column{flex:1 1;text-align:center}.stat-label{color:#666;font-size:.8rem;margin-bottom:.375rem}.stat-value{color:#2c3e50;font-size:1.2rem;font-weight:600;line-height:1.3}.progress-item,.progress-section{margin-bottom:1rem}.progress-item:last-child{margin-bottom:0}.progress-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:.375rem}.progress-label{color:#333;font-size:.8rem;font-weight:500}.progress-percentage{color:#2196f3;font-size:.8rem;font-weight:600}.progress-bar{background-color:#e0e0e0;border-radius:10px;height:20px;margin-bottom:.2rem;overflow:hidden;width:100%}.progress-fill{border-radius:10px;font-size:.7rem;height:100%;transition:width .3s ease}.progress-detail{color:#666;font-size:.75rem}.chart-section{border-top:1px solid #e0e0e0;margin-top:1rem;padding-top:1rem}.chart-section h3{color:#2c3e50;font-size:.9rem;font-weight:600;margin-bottom:1rem}.donut-chart-wrapper{height:220px;position:relative;width:100%}.donut-center-labels{align-items:center;display:flex;gap:8px;left:50%;pointer-events:none;position:absolute;text-align:center;top:50%;transform:translate(-50%,-50%);z-index:10}.donut-percentage{font-size:18px;font-weight:700;line-height:1.2;white-space:nowrap}.donut-separator{background-color:#e0e0e0;height:20px;width:1px}@media (max-width:768px){.status-overview{padding:.75rem}.status-overview h2{font-size:1rem}.stat-row{flex-direction:column;gap:.75rem}.stat-column{width:100%}.stat-label{font-size:.75rem}.stat-value{font-size:1.1rem}.progress-item{margin-bottom:.75rem}.progress-header{flex-wrap:wrap;gap:.25rem}.progress-label,.progress-percentage{font-size:.75rem}.progress-bar{height:18px}.progress-detail{font-size:.7rem}.donut-chart-wrapper{height:180px}.donut-percentage{font-size:16px}.donut-separator{height:12px}}@media (max-width:480px){.status-overview{padding:.5rem}.status-overview-header{margin-bottom:.75rem;padding-bottom:.5rem}.status-overview h2{font-size:.9rem}.stat-item{padding:.5rem}.stat-value{font-size:1rem}.progress-bar{height:16px}.donut-chart-wrapper{height:150px}.donut-percentage{font-size:14px}}.loading{color:#666;padding:2rem;text-align:center}.user-management-overlay{align-items:center;animation:overlayFadeIn .2s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#0009;bottom:0;display:flex;font-family:Cambria,Times New Roman,serif;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:2000}@keyframes overlayFadeIn{0%{opacity:0}to{opacity:1}}.user-management-modal{animation:modalSlideIn .3s ease;background-color:#fff;border-radius:12px;box-shadow:0 8px 32px #0003;display:flex;flex-direction:column;max-height:90vh;max-width:800px;overflow:hidden;width:90%}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.user-management-header{align-items:center;background-color:#2c3e50;border-bottom:1px solid #e0e0e0;color:#fff;display:flex;justify-content:space-between;padding:1.5rem}.user-management-header .close-button{align-items:center;background:none;border:none;border-radius:4px;color:#fff;cursor:pointer;display:flex;font-size:2rem;height:30px;justify-content:center;padding:0;transition:background-color .2s;width:30px}.user-management-header .close-button:hover{background-color:#fff3}.user-management-content{flex:1 1;overflow-y:auto;padding:1.5rem}.user-management-actions{margin-bottom:1rem}.user-management-header h2{color:#2c3e50;font-size:1.2rem;margin:0}.btn-primary{background-color:#2196f3;border:none;border-radius:4px;color:#fff;cursor:pointer;font-family:Cambria,Times New Roman,serif;font-size:.9rem;padding:.5rem 1rem}.btn-primary:hover{background-color:#1976d2}.users-list{margin-top:1rem}.users-list table{border-collapse:collapse;font-size:.9rem;width:100%}.users-list th{background-color:#2c3e50;color:#fff;font-weight:600;padding:.75rem;text-align:left}.users-list td{border-bottom:1px solid #e0e0e0;padding:.75rem}.role-badge{border-radius:12px;font-size:.8rem;font-weight:600;padding:.25rem .75rem;text-transform:uppercase}.role-admin{background-color:#f44336;color:#fff}.role-editor{background-color:#ff9800;color:#fff}.btn-small,.role-viewer{background-color:#2196f3;color:#fff}.btn-small{border:none;border-radius:4px;cursor:pointer;font-family:Cambria,Times New Roman,serif;font-size:.85rem;margin-right:.5rem;padding:.4rem .8rem}.btn-small:hover{background-color:#1976d2}.btn-danger{background-color:#d32f2f}.btn-danger:hover{background-color:#b71c1c}.project-assignment-overlay,.user-form-overlay{align-items:center;background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:2000}.project-assignment-modal,.user-form-modal{background-color:#fff;border-radius:8px;box-shadow:0 4px 20px #0000004d;max-height:90vh;max-width:500px;overflow-y:auto;padding:2rem;width:90%}.project-assignment-modal h3,.user-form-modal h3{color:#2c3e50;margin-bottom:1.5rem;margin-top:0}.form-group{margin-bottom:1rem}.form-group label{color:#555;display:block;font-weight:500;margin-bottom:.5rem}.form-group input,.form-group select{border:1px solid #ddd;border-radius:4px;font-family:Cambria,Times New Roman,serif;font-size:.9rem;padding:.5rem;width:100%}.form-actions{gap:1rem;margin-top:1.5rem}.form-actions button{border:none;border-radius:4px;cursor:pointer;font-family:Cambria,Times New Roman,serif;font-size:.9rem;padding:.5rem 1.5rem}.form-actions button[type=button]{background-color:#e0e0e0;color:#333}.form-actions button[type=button]:last-child:not([type=button]),.form-actions button[type=submit]{background-color:#4caf50;color:#fff}.projects-checklist{border:1px solid #e0e0e0;border-radius:4px;max-height:300px;overflow-y:auto;padding:1rem}.checkbox-label{padding:.5rem}.checkbox-label:hover{background-color:#f5f5f5}.error-message{background-color:#ffebee;border-radius:4px;color:#c62828;font-size:.9rem;margin-bottom:1rem;padding:.75rem}.modal-overlay{align-items:center;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.change-password-modal{background:#fff;border-radius:8px;box-shadow:0 10px 40px #0003;max-height:90vh;max-width:450px;overflow-y:auto;width:90%}.modal-header{align-items:center;border-bottom:1px solid #e0e0e0;display:flex;justify-content:space-between;padding:20px 24px}.modal-header h2{color:#333;font-family:Cambria,Times New Roman,serif;font-size:1.5em;margin:0}.modal-close-btn{align-items:center;background:none;border:none;border-radius:4px;color:#666;cursor:pointer;display:flex;font-size:1.5em;height:32px;justify-content:center;padding:0;transition:background-color .2s;width:32px}.modal-close-btn:hover{background-color:#f5f5f5}.change-password-form{padding:24px}.form-group{margin-bottom:20px}.form-group label{align-items:center;color:#333;display:flex;font-family:Cambria,Times New Roman,serif;font-size:.9em;font-weight:600;gap:8px;margin-bottom:8px}.form-icon{color:#666;font-size:1em}.password-input-wrapper{align-items:center;display:flex;position:relative}.password-input-wrapper input{border:1px solid #ddd;border-radius:4px;font-family:Cambria,Times New Roman,serif;font-size:.95em;padding:10px 40px 10px 12px;transition:border-color .2s;width:100%}.password-input-wrapper input:focus{border-color:#38a68e;box-shadow:0 0 0 2px #38a68e1a;outline:none}.password-input-wrapper input.error{border-color:#d32f2f}.password-toggle{align-items:center;background:none;border:none;color:#666;cursor:pointer;display:flex;justify-content:center;padding:4px;position:absolute;right:10px;transition:color .2s}.password-toggle:hover{color:#38a68e}.error-message{color:#d32f2f;display:block;font-size:.85em;margin-top:4px}.password-hint{color:#666;font-size:.8em;margin-top:4px}.form-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:24px}.btn-cancel,.btn-submit{border:none;border-radius:4px;cursor:pointer;font-family:Cambria,Times New Roman,serif;font-size:.95em;font-weight:500;padding:10px 20px;transition:all .2s}.btn-cancel{background-color:#f5f5f5;color:#333}.btn-cancel:hover:not(:disabled){background-color:#e0e0e0}.btn-submit{background:linear-gradient(135deg,#38a68e,#2d8a75);color:#fff}.btn-submit:hover:not(:disabled){background:linear-gradient(135deg,#2d8a75,#1f6b5a);box-shadow:0 2px 6px #38a68e4d;transform:translateY(-1px)}.btn-cancel:disabled,.btn-submit:disabled{cursor:not-allowed;opacity:.6}.backup-restore-modal-overlay{align-items:center;background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.backup-restore-modal{background:#fff;border-radius:8px;box-shadow:0 4px 6px #0000001a;max-height:90vh;max-width:600px;overflow-y:auto;width:90%}.backup-restore-header{align-items:center;border-bottom:1px solid #e0e0e0;display:flex;justify-content:space-between;padding:1.5rem}.backup-restore-header h2{color:#2c3e50;font-size:1.5rem;margin:0}.close-btn{align-items:center;background:none;border:none;color:#999;cursor:pointer;display:flex;font-size:2rem;height:30px;justify-content:center;line-height:1;padding:0;width:30px}.close-btn:hover{color:#333}.backup-restore-content{padding:1.5rem}.backup-section,.restore-section{background:#f8f9fa;border-radius:6px;margin-bottom:2rem;padding:1.5rem}.restore-section{border-top:2px solid #e0e0e0;padding-top:2rem}.section-header{align-items:center;display:flex;gap:.75rem;margin-bottom:.75rem}.section-icon{color:#2196f3;font-size:1.5rem}.section-header h3{color:#2c3e50;font-size:1.25rem;margin:0}.section-description{color:#666;line-height:1.5;margin-bottom:1rem}.backup-download-btn,.backup-restore-btn{background:#2196f3;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:1rem;font-weight:500;padding:.75rem 1.5rem;transition:background-color .2s;width:100%}.backup-download-btn:hover:not(:disabled),.backup-restore-btn:hover:not(:disabled){background:#1976d2}.backup-download-btn:disabled,.backup-restore-btn:disabled{background:#ccc;cursor:not-allowed}.file-input-wrapper{margin:1rem 0}.file-input{display:none}.file-input-label{background:#f0f0f0;border:2px dashed #ccc;border-radius:4px;box-sizing:border-box;cursor:pointer;display:inline-block;padding:.75rem 1.5rem;text-align:center;transition:all .2s;width:100%}.file-input-label:hover{background:#e0e0e0;border-color:#2196f3}.file-info{align-items:center;background:#e8f5e9;border-radius:4px;color:#2e7d32;display:flex;gap:.5rem;margin:.75rem 0;padding:.75rem}.file-info-icon{color:#4caf50}.restore-options{margin:1rem 0}.checkbox-label{align-items:center;cursor:pointer;display:flex;gap:.5rem;margin-bottom:1rem}.checkbox-label input[type=checkbox]{cursor:pointer;height:18px;width:18px}.warning-box{background:#fff3cd;border:1px solid #ffc107;border-radius:4px;display:flex;gap:.75rem;margin-top:.75rem;padding:1rem}.warning-icon{color:#ff9800;flex-shrink:0;font-size:1.25rem}.warning-box div{color:#856404;line-height:1.5}@media (max-width:768px){.backup-restore-modal{max-height:95vh;width:95%}.backup-restore-content,.backup-restore-header,.backup-section,.restore-section{padding:1rem}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.app{display:flex;flex-direction:column;font-family:Cambria,Times New Roman,serif;height:100vh}.app-header{background-color:#2c3e50;box-shadow:0 2px 4px #0000001a;color:#fff;justify-content:space-between;padding:1rem 2rem}.app-header,.header-right{align-items:center;display:flex}.header-right{gap:1.5rem}.user-info{align-items:center;display:flex;font-size:.9rem;gap:.75rem}.user-role{background-color:#fff3;border-radius:12px;font-size:.8rem;font-weight:600;padding:.25rem .75rem;text-transform:uppercase}.user-name{font-weight:500}.logout-btn{background-color:#ffffff1a;border:1px solid #ffffff4d;border-radius:4px;color:#fff;cursor:pointer;font-family:Cambria,Times New Roman,serif;font-size:.9rem;padding:.5rem 1rem;transition:background-color .2s}.logout-btn:hover{background-color:#fff3}.change-password-btn{align-items:center;background-color:#ffffff1a;border:1px solid #ffffff4d;border-radius:4px;color:#fff;cursor:pointer;display:flex;font-family:Cambria,Times New Roman,serif;font-size:1rem;height:36px;justify-content:center;padding:.5rem;transition:background-color .2s;width:36px}.change-password-btn:hover{background-color:#fff3}.loading-screen{color:#666;font-family:Cambria,Times New Roman,serif;font-size:1.2rem;height:100vh;justify-content:center}.header-title,.loading-screen{align-items:center;display:flex}.header-title{gap:.75rem}.header-logo{height:40px;object-fit:contain;width:auto}.app-header h1{font-size:1.5rem;font-weight:700;letter-spacing:.5px;margin:0;text-shadow:0 2px 4px #0003}.project-selector{align-items:center;display:flex;gap:.5rem}.project-selector label{font-size:.9rem}.project-selector select{background-color:#fff;margin-right:.5rem}.delete-project-btn,.project-selector select{border:none;border-radius:4px;cursor:pointer;font-family:Cambria,Times New Roman,serif;font-size:.9rem;padding:.5rem 1rem}.delete-project-btn{align-items:center;background-color:#d32f2f;color:#fff;display:flex;justify-content:center;transition:background-color .2s}.delete-project-btn:hover{background-color:#b71c1c}.report-download-container{margin-left:.5rem;position:relative}.download-report-btn{align-items:center;background:linear-gradient(135deg,#4caf50,#388e3c);border:none;border-radius:4px;box-shadow:0 2px 4px #4caf504d;color:#fff;cursor:pointer;display:flex;font-family:Cambria,Times New Roman,serif;font-size:.9rem;gap:.5rem;padding:.5rem 1rem;transition:all .2s}.download-report-btn:hover:not(:disabled){background:linear-gradient(135deg,#388e3c,#2e7d32);box-shadow:0 2px 6px #4caf5066;transform:translateY(-1px)}.download-report-btn:disabled{cursor:not-allowed;opacity:.6}.download-icon{font-size:1rem}.dropdown-chevron{font-size:.75rem;transition:transform .2s}.download-report-btn:hover .dropdown-chevron{transform:rotate(180deg)}.report-dropdown{background:#fff;border:1px solid #e0e0e0;border-radius:4px;box-shadow:0 4px 12px #00000026;margin-top:.25rem;min-width:180px;overflow:hidden;position:absolute;right:0;top:100%;z-index:1000}.report-dropdown button{background:#fff;border:none;color:#2c3e50;cursor:pointer;font-family:Cambria,Times New Roman,serif;font-size:.9rem;padding:.75rem 1rem;text-align:left;transition:background-color .2s;width:100%}.report-dropdown button:hover:not(:disabled){background-color:#f5f5f5}.report-dropdown button:disabled{cursor:not-allowed;opacity:.5}.report-dropdown button:not(:last-child){border-bottom:1px solid #f0f0f0}.report-dropdown-divider{background-color:#e0e0e0;height:1px;margin:4px 0}.app-content{display:flex;flex:1 1;overflow:hidden;position:relative}.sidebar{background:linear-gradient(180deg,#fff 0,#f8f9fa);border-right:2px solid #e0e0e0;box-shadow:2px 0 8px #0000000d;flex-shrink:0;gap:1rem;overflow-y:auto;padding:.75rem}.sidebar,.sidebar-actions{display:flex;flex-direction:column}.sidebar-actions{gap:.5rem;margin-bottom:.75rem}.sidebar-action-btn{align-items:center;background:linear-gradient(135deg,#2196f3,#1976d2);border:none;border-radius:6px;box-shadow:0 2px 4px #2196f34d;color:#fff;cursor:pointer;display:flex;font-family:Cambria,Times New Roman,serif;font-size:.85rem;font-weight:500;gap:.6rem;padding:.6rem .875rem;text-align:left;transition:all .2s;width:100%}.sidebar-action-icon{flex-shrink:0;font-size:1rem}.sidebar-action-btn:hover{background-color:#1976d2;box-shadow:0 2px 4px #0003;transform:translateY(-1px)}.sidebar-action-btn:active{transform:translateY(0)}.sidebar-resize-handle{align-items:center;background-color:#f0f0f0;border-right:1px solid #e0e0e0;cursor:ew-resize;display:flex;flex-shrink:0;justify-content:center;-webkit-user-select:none;user-select:none;width:6px}.sidebar-resize-handle:hover{background-color:#e0e0e0}.sidebar-resize-handle-line{background-color:#999;border-radius:1px;height:40px;width:2px}.main-content{flex:1 1;position:relative}.no-project{align-items:center;color:#666;display:flex;font-size:1.1rem;height:100%;justify-content:center}@media (max-width:768px){.app-header{flex-wrap:wrap;gap:.75rem;padding:.75rem 1rem}.app-header h1{font-size:1.1rem}.header-logo{height:32px}.header-title{gap:.5rem}.header-right{flex-wrap:wrap;gap:.5rem;justify-content:space-between;width:100%}.project-selector{flex:1 1;min-width:0}.project-selector label{font-size:.8rem;white-space:nowrap}.project-selector select{flex:1 1;font-size:.8rem;min-width:0;padding:.4rem .6rem}.user-info{font-size:.8rem;gap:.5rem}.user-role{font-size:.7rem;padding:.2rem .5rem}.user-name{display:none}.change-password-btn,.download-report-btn,.logout-btn{font-size:.8rem;padding:.4rem .6rem}.download-report-btn{gap:.4rem}.download-report-btn span{display:none}.delete-project-btn{font-size:.8rem;padding:.4rem .6rem}.app-content{flex-direction:column}.sidebar{background:linear-gradient(180deg,#fff 0,#f8f9fa);border-bottom:2px solid #e0e0e0;border-right:none;box-shadow:0 2px 8px #0000001a;max-height:200px;padding:.5rem;position:relative;width:100%!important;z-index:100}.sidebar-resize-handle{display:none}.sidebar-actions{flex-direction:row;flex-wrap:wrap;gap:.4rem}.sidebar-action-btn{flex:1 1;font-size:.75rem;min-width:calc(50% - .2rem);padding:.5rem .6rem}.main-content{flex:1 1;min-height:0;position:relative;z-index:1}.main-content .leaflet-container,.main-content .leaflet-pane{z-index:1!important}.sidebar .status-overview{position:relative;z-index:101}}@media (max-width:480px){.app-header{padding:.5rem .75rem}.app-header h1{font-size:1rem}.header-logo{height:28px}.project-selector{flex-direction:column;gap:.25rem;width:100%}.project-selector label{font-size:.75rem}.project-selector select{width:100%}.header-right{align-items:stretch;flex-direction:column}.user-info{justify-content:space-between}.user-name{display:block;font-size:.75rem}.sidebar{max-height:150px}.sidebar-action-btn{min-width:100%}}
/*# sourceMappingURL=main.52d76da7.css.map*/