.login-container{width:100%;max-width:400px}.login-card{background:#fff;border-radius:12px;padding:40px;box-shadow:0 10px 30px #0003;text-align:center}.login-card h2{color:#333;margin-bottom:30px;font-size:28px;font-weight:600}.login-form{text-align:left}.form-group{margin-bottom:20px}.form-group label{display:block;margin-bottom:8px;color:#555;font-weight:500}.form-group input{width:100%;padding:12px 16px;border:2px solid #e1e5e9;border-radius:8px;font-size:16px;transition:border-color .3s ease}.form-group input:focus{outline:none;border-color:#667eea}.form-group input:disabled{background-color:#f5f5f5;cursor:not-allowed}.error-message{background:#fee;color:#c33;padding:12px;border-radius:6px;margin-bottom:20px;border:1px solid #fcc}.login-button{width:100%;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:14px;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:transform .2s ease}.login-button:hover:not(:disabled){transform:translateY(-2px)}.login-button:disabled{opacity:.7;cursor:not-allowed;transform:none}.oauth-divider{margin:30px 0;text-align:center;position:relative}.oauth-divider:before{content:"";position:absolute;top:50%;left:0;right:0;height:1px;background:#e1e5e9}.oauth-divider span{background:#fff;padding:0 20px;color:#666;font-size:14px;position:relative}.oauth-buttons{display:flex;flex-direction:column;gap:12px;margin-bottom:30px}.google-signin-button{width:100%;background:#4285f4;color:#fff;border:none;padding:14px;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:8px}.google-signin-button:hover:not(:disabled){background:#3367d6;transform:translateY(-1px);box-shadow:0 4px 12px #4285f44d}.google-signin-button:disabled{opacity:.7;cursor:not-allowed;transform:none;box-shadow:none}.microsoft-signin-button{width:100%;background:#0078d4;color:#fff;border:none;padding:14px;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:8px}.microsoft-signin-button:hover:not(:disabled){background:#106ebe;transform:translateY(-1px);box-shadow:0 4px 12px #0078d44d}.microsoft-signin-button:disabled{opacity:.7;cursor:not-allowed;transform:none;box-shadow:none}.login-info{margin-top:30px;padding:20px;background:#f8f9fa;border-radius:8px;text-align:left}.login-info p{margin:5px 0;font-size:14px;color:#666}.login-info strong{color:#333}.simple-card{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;padding:1.2rem 1rem;box-shadow:0 2px 8px #00000014;border:1px solid rgba(226,232,240,.4);transition:all .3s cubic-bezier(.25,.46,.45,.94);position:relative;overflow:hidden;display:flex;flex-direction:column;min-height:120px;height:100%}.simple-card:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(180deg,#1e7b9e99,#2ba8a099);transition:width .3s ease}.simple-card:hover{transform:translateY(-2px);box-shadow:0 8px 20px #0000001f}.simple-card:hover:before{width:5px}.simple-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.8rem}.simple-card-title-wrapper{display:flex;align-items:center;gap:.5rem;flex:1}.simple-card-icon{display:flex;align-items:center;justify-content:center;color:#1e7b9ecc;flex-shrink:0;width:1.25rem;height:1.25rem}.simple-card-icon svg{width:100%;height:100%;stroke-width:2}.simple-card-header h3{font-size:.75rem;font-weight:600;color:#475569e6;letter-spacing:.025em;text-transform:uppercase;margin:0;line-height:1.3;flex:1}.simple-card-trend{display:flex;align-items:center;gap:.25rem;font-size:.7rem;font-weight:600;padding:.2rem .5rem;border-radius:12px;white-space:nowrap;line-height:1.2}.simple-card-trend .trend-arrow{flex-shrink:0}.simple-card-trend.positive{color:#10b981;background:#10b9811a}.simple-card-trend.positive .trend-arrow{color:#10b981}.simple-card-trend.negative{color:#ef4444;background:#ef44441a}.simple-card-trend.negative .trend-arrow{color:#ef4444}.simple-card-trend.neutral{color:#6b7280;background:#6b72801a}.simple-card-value{font-size:2.2rem;font-weight:700;color:#143c3d;margin-bottom:1rem;line-height:1.2;letter-spacing:-.02em}.simple-card-loading{font-size:1rem;font-weight:500;color:#6b7280b3;animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{0%,to{opacity:.6}50%{opacity:1}}.simple-card-footer{margin-top:auto;display:none;align-items:center;padding-top:.8rem}.simple-card-indicator{width:100%;height:3px;background:linear-gradient(90deg,#1e7b9e4d,#2ba8a04d);border-radius:2px;position:relative;overflow:hidden}.simple-card-indicator:after{content:"";position:absolute;top:0;left:0;width:60%;height:100%;background:linear-gradient(90deg,#1e7b9ecc,#2ba8a0cc);animation:indicatorPulse 2s ease-in-out infinite}@keyframes indicatorPulse{0%,to{opacity:.6}50%{opacity:1}}@media (max-width: 1600px){.simple-card{padding:1rem .9rem;min-height:95px}.simple-card-header h3{font-size:.7rem}.simple-card-icon{width:1.1rem;height:1.1rem}.simple-card-value{font-size:1.9rem;margin-bottom:.8rem}}@media (max-width: 1400px){.simple-card{padding:.9rem .8rem;min-height:90px}.simple-card-value{font-size:1.7rem;margin-bottom:.7rem}}@media (max-width: 1200px){.simple-card{padding:.8rem .7rem;min-height:85px}.simple-card-value{font-size:1.6rem}}@media (max-width: 768px){.simple-card{padding:1rem .9rem;min-height:80px}.simple-card-header h3{font-size:.65rem}.simple-card-icon{width:1rem;height:1rem}.simple-card-value{font-size:1.5rem}}.property-card{background:#fff;border-radius:10px;box-shadow:0 1px 3px #0000000f;border:1px solid rgba(226,232,240,.8);overflow:hidden;height:100%;display:flex;flex-direction:row;align-items:stretch;transition:all .2s ease}.property-card:hover{box-shadow:0 4px 12px #00000014;border-color:#1e7b9e4d}.property-content-section{flex:1;display:flex;flex-direction:row;align-items:stretch;min-height:0}.address-field{margin-bottom:.05rem}.property-image-section{width:40%;padding:.3rem .35rem;display:flex;align-items:stretch;flex-shrink:0}.property-image-wrapper{position:relative;width:100%;height:100%;min-height:150px;overflow:hidden;background:linear-gradient(135deg,#f9fafbcc,#f1f5f9cc);border-radius:6px;border:1px solid rgba(226,232,240,.8);box-shadow:0 4px 12px #0000001a,0 2px 4px #0000000f;display:flex;align-items:center;justify-content:center;transition:box-shadow .3s ease}.property-type-tag{position:absolute;top:.4rem;right:.4rem;background:#fffffffa;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:.25rem .5rem;border-radius:6px;font-size:.6rem;font-weight:600;color:#1e7b9ee6;border:1px solid rgba(30,123,158,.15);box-shadow:0 1px 3px #00000014}.property-image{width:100%;height:100%;max-height:100%;object-fit:cover;transition:transform .3s ease}.property-card:hover .property-image{transform:scale(1.05)}.property-card:hover .property-image-wrapper{box-shadow:0 6px 20px #0000001f,0 4px 8px #00000014}.property-details-section{width:60%;display:flex;flex-direction:column;padding:.35rem .45rem;gap:.25rem;flex-shrink:0;overflow-y:auto}.detail-row{display:flex;flex-direction:row;gap:.25rem;width:100%}.detail-field{flex:1;display:flex;flex-direction:column;gap:.1rem;padding:.3rem .35rem;background:#f9fafb99;border-radius:4px;transition:all .2s ease}.detail-field:hover{background:#f1f5f9e6}.detail-row .detail-field{flex:1}.detail-field-label{font-size:.48rem;font-weight:600;color:#6b7280b3;text-transform:uppercase;letter-spacing:.08em;line-height:1;display:flex;align-items:center;gap:.25rem}.detail-field-icon{color:#1e7b9eb3;flex-shrink:0}.detail-field-value{font-size:.68rem;font-weight:600;color:#0f172af2;line-height:1.15;word-break:break-word}.detail-field-value .separator{color:#6b728080;margin:0 .2rem;font-weight:400}.property-card-loading,.property-card-empty{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;text-align:center;color:#6b7280b3}.property-card-loading p,.property-card-empty p{margin:.75rem 0 0;font-size:.875rem}.empty-icon{color:#1e7b9e66;margin-bottom:.5rem}@media (max-width: 1400px){.property-image-section{width:38%;padding:.3rem}.property-details-section{width:62%;padding:.3rem .4rem;gap:.22rem}.property-image-wrapper{min-height:140px}.detail-field{padding:.25rem .32rem;gap:.08rem}.detail-row{gap:.22rem}}@media (max-width: 1200px){.property-image-section{width:42%;padding:.25rem .3rem}.property-details-section{width:58%;padding:.28rem .35rem;gap:.2rem}.property-image-wrapper{min-height:130px}.detail-field{padding:.25rem .3rem;gap:.08rem}.detail-row{gap:.2rem}.detail-field-label{font-size:.46rem}.detail-field-value{font-size:.65rem}}@media (max-width: 768px){.property-content-section{flex-direction:column}.property-image-section,.property-details-section{width:100%;padding:.4rem .5rem}.property-image-wrapper{min-height:180px}.detail-row{flex-direction:column;gap:.22rem}}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.pie-chart-container{width:100%;height:100%;display:flex;flex-direction:column;min-height:0;overflow:hidden}.chart-container{width:100%;flex:1;min-height:0;overflow:hidden;display:flex;align-items:center}.pie-chart-container[data-alignment=center] .chart-container{justify-content:center}.pie-chart-container[data-alignment=right] .chart-container{justify-content:flex-end}.chart-container>div{width:100%!important;height:100%!important;max-width:100%!important}.chart-container>div>svg{width:100%!important;max-width:100%!important;height:100%!important}.pie-chart-container[data-alignment=left] .chart-container{justify-content:flex-start}.pie-chart-container[data-alignment=left] .chart-container>div{margin:0!important;width:100%!important}.pie-chart-container[data-alignment=center] .chart-container>div{margin:0 auto!important;max-width:100%!important}.pie-chart-container[data-alignment=right] .chart-container>div{margin:0 0 0 auto!important;max-width:100%!important}.legendtext{white-space:normal!important;word-wrap:break-word!important;word-break:break-word!important;max-width:200px!important;line-height:1.4!important}.pie-section{display:flex;flex-direction:column;height:100%;min-height:0;background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000000d;border:1px solid rgba(226,232,240,.3);padding:.5rem .3rem;overflow:hidden}.pie-section-grid{display:grid;grid-template-columns:1fr 1fr;gap:.5rem;height:100%;min-height:0}.pie-chart-column,.pie-placeholder-column{display:flex;flex-direction:column;height:100%;min-height:0;overflow:hidden;padding:0}.pie-chart-column{border-right:1px solid rgba(226,232,240,.5)}@media (max-width: 768px){.pie-section{grid-column:1 / -1;grid-row:6 / 7}.pie-section-grid{grid-template-columns:1fr}.pie-chart-column,.pie-placeholder-column{min-height:300px}.pie-chart-column{border-right:none;border-bottom:1px solid rgba(226,232,240,.5);padding-bottom:.5rem;margin-bottom:.5rem}.pie-placeholder-column{padding-top:.5rem}}.progress-bars-container{width:100%;height:100%;display:flex;flex-direction:column;gap:.75rem;padding:.75rem;box-sizing:border-box;overflow-y:auto}.progress-bars-title{font-size:.48rem;font-weight:600;color:#6b7280b3;text-transform:uppercase;letter-spacing:.08em;line-height:1;margin-bottom:.25rem}.progress-bars-empty{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#6b7280b3;font-size:.875rem}.progress-bar-item{display:flex;align-items:flex-start;gap:.5rem;width:100%}.progress-bar-icon{width:1.75rem;height:1.75rem;min-width:1.75rem;border-radius:4px;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.progress-bar-content{flex:1;display:flex;flex-direction:column;gap:.35rem;min-width:0}.progress-bar-header{display:flex;justify-content:space-between;align-items:center;width:100%}.progress-bar-label{font-size:.7rem;font-weight:600;color:#0f172af2;line-height:1.2}.progress-bar-percentage{font-size:.7rem;font-weight:600;color:#0f172af2;line-height:1.2;flex-shrink:0}.progress-bar-container{width:100%;height:4px;background-color:#f1f5f9cc;border-radius:2px;overflow:hidden;position:relative}.progress-bar-fill{height:100%;border-radius:2px;transition:width .3s ease;min-width:1px}@media (max-width: 768px){.progress-bars-container{gap:.75rem;padding:.75rem}.progress-bar-item{gap:.5rem}.progress-bar-icon{width:2rem;height:2rem;min-width:2rem}.progress-bar-label,.progress-bar-percentage{font-size:.8rem}.progress-bar-container{height:6px}}.modern-circular-gauge{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%}.gauge-plot-container{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.modern-circular-gauge-small{min-height:150px}.modern-circular-gauge-medium{min-height:200px}.modern-circular-gauge-large{min-height:250px}.modern-circular-gauge-minimal{padding:.5rem}.modern-circular-gauge-default{padding:.75rem}.modern-circular-gauge-gradient{padding:1rem;background:linear-gradient(135deg,#ffffff1a,#ffffff0d);border-radius:12px}.gauge-trend{position:absolute;top:.5rem;right:.5rem;display:flex;flex-direction:column;align-items:flex-end;gap:.25rem;z-index:10}.trend-indicator{font-size:.7rem;font-weight:600;padding:.2rem .4rem;border-radius:4px;white-space:nowrap}.trend-indicator.trend-up{color:#10b981;background:#10b9811a}.trend-indicator.trend-down{color:#ef4444;background:#ef44441a}.trend-label{font-size:.65rem;color:#64748b;font-weight:500}@media (max-width: 768px){.modern-circular-gauge-small{min-height:120px}.modern-circular-gauge-medium{min-height:160px}.modern-circular-gauge-large{min-height:200px}.gauge-trend{top:.25rem;right:.25rem}.trend-indicator{font-size:.65rem;padding:.15rem .3rem}}.modern-circular-gauge .gauge-plot-container{transition:opacity .3s ease-in-out}.modern-circular-gauge.loading .gauge-plot-container{opacity:.5}.modern-circular-gauge .gauge-plot-container::-webkit-scrollbar{display:none}.modern-circular-gauge .gauge-plot-container{-ms-overflow-style:none;scrollbar-width:none}.svg-circular-gauge-container{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;width:100%;height:100%}.gauge-title{font-size:12px;font-weight:400;color:var(--color-text-secondary, rgba(107, 114, 128, .7));text-align:center;margin-bottom:.4rem;text-transform:uppercase;font-family:var(--font-family);width:100%}.single-chart{width:100%;display:flex;justify-content:center;align-items:center}.circular-chart{display:block;margin:0 auto;width:100%;height:auto;max-width:100%;max-height:100%}.circle-bg{fill:none;stroke:#e2e8f066;stroke-width:4;filter:drop-shadow(0 1px 2px rgba(0,0,0,.05))}.circle{fill:none;stroke-width:3.5;stroke-linecap:round;animation:progress 1.2s cubic-bezier(.4,0,.2,1) forwards;transform:rotate(-90deg);transform-origin:18px 18px;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1))}@keyframes progress{0%{stroke-dasharray:0 100}}.circular-chart.orange .circle{stroke:#ff9f00}.circular-chart.green .circle{stroke:#4cc790}.circular-chart.blue .circle{stroke:#3c9ee5}.circular-chart.red .circle{stroke:#ef4444}.circular-chart.custom .circle{stroke:var(--gauge-color, #3c9ee5)}.percentage{fill:#1e293b;font-family:var(--font-family);font-size:.4em;font-weight:600;text-anchor:middle;dominant-baseline:middle}@media (max-width: 768px){.gauge-title{font-size:.65rem;margin-bottom:.4rem}.percentage{font-size:.45em}}.simple-line-chart-container{width:100%;height:100%;position:relative;display:flex;flex-direction:column}.simple-line-chart{width:100%;height:100%;flex:1}.chart-empty-state,.chart-loading-state{display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:#6b7280b3;font-size:14px;font-family:inherit}.chart-loading-state{position:absolute;top:0;left:0;right:0;bottom:0;background-color:#fffc;z-index:10}.chart-slider-container{width:auto;display:flex;align-items:center}.chart-slider-container.compact{position:absolute;top:.75rem;right:.75rem;z-index:10}.chart-slider-track{position:relative;display:flex;width:100%;background-color:#f1f5f9;border:none;border-radius:8px;padding:3px;overflow:hidden;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}.chart-slider-container.compact .chart-slider-track{width:auto;border-radius:6px;padding:3px;box-shadow:0 1px 2px #0000000d;overflow:visible}.chart-slider-indicator{position:absolute;top:3px;height:calc(100% - 6px);background:linear-gradient(135deg,#3b82f6,#2563eb);border-radius:6px;transition:left .25s cubic-bezier(.4,0,.2,1),width .25s cubic-bezier(.4,0,.2,1);z-index:1;box-shadow:0 1px 2px #3b82f64d}.chart-slider-container.compact .chart-slider-indicator{top:3px;height:calc(100% - 6px);border-radius:4px;box-shadow:0 1px 1px #3b82f640}.chart-slider-button{position:relative;z-index:2;flex:1;padding:6px 12px;border:none;background:transparent;color:#64748b;font-size:12px;font-weight:500;cursor:pointer;transition:color .15s ease;border-radius:5px;text-align:center;white-space:nowrap;letter-spacing:.01em;overflow:visible}.chart-slider-container.compact .chart-slider-button{flex:0 1 auto;padding:5px 12px;font-size:11px;font-weight:500;border-radius:4px;min-width:fit-content;width:auto}.chart-slider-button:hover{color:#475569}.chart-slider-button:not(.active):hover{background-color:#94a3b814}.chart-slider-button.active{color:#fff;font-weight:600}.chart-slider-button:focus{outline:none}.chart-slider-button:focus-visible{outline:2px solid #3b82f6;outline-offset:2px;border-radius:4px}.chart-dropdown-container{position:relative;display:inline-block;z-index:10}.chart-dropdown-container.compact{position:absolute;top:.75rem;right:.75rem}@media (max-width: 768px){.chart-dropdown-container.compact{top:.5rem;right:.5rem}.chart-dropdown-button{padding:5px 10px;font-size:10px}.chart-dropdown-item{padding:7px 10px;font-size:10px}}@media (max-width: 480px){.chart-dropdown-container.compact{top:.4rem;right:.4rem}.chart-dropdown-button{padding:4px 8px;font-size:9px}}.chart-dropdown-button{display:flex;align-items:center;gap:8px;padding:6px 12px;background-color:#fff;border:1px solid rgba(226,232,240,.5);border-radius:6px;color:#1e293b;font-size:11px;font-weight:500;cursor:pointer;transition:all .15s ease;box-shadow:0 1px 2px #0000000d;white-space:nowrap;min-width:fit-content}.chart-dropdown-button:hover{border-color:#3b82f64d;box-shadow:0 1px 3px #0000001a}.chart-dropdown-button:focus{outline:none}.chart-dropdown-button:focus-visible{outline:2px solid #3b82f6;outline-offset:2px}.chart-dropdown-label{flex:1;text-align:left}.chart-dropdown-icon{transition:transform .2s ease;flex-shrink:0}.chart-dropdown-icon.open{transform:rotate(180deg)}.chart-dropdown-menu{position:absolute;top:calc(100% + 4px);right:0;min-width:100%;max-width:200px;max-height:400px;overflow-y:auto;background-color:#fff;border:1px solid rgba(226,232,240,.5);border-radius:6px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;z-index:1000;margin-top:4px}.chart-dropdown-item{display:block;width:100%;padding:8px 12px;border:none;background:transparent;color:#1e293b;font-size:11px;font-weight:500;text-align:left;cursor:pointer;transition:all .15s ease;white-space:nowrap}.chart-dropdown-item:hover{background-color:#3b82f614;color:#3b82f6}.chart-dropdown-item.active{background-color:#3b82f614;color:#3b82f6;font-weight:600}.chart-dropdown-item:focus{outline:none}.chart-dropdown-item:focus-visible{outline:2px solid #3b82f6;outline-offset:-2px}.hierarchical-bar-chart-container{width:100%;height:100%;position:relative;display:flex;flex-direction:column}.hierarchical-bar-chart-plot{width:100%;height:100%;flex:1}.hierarchical-bar-chart-empty{display:flex;align-items:center;justify-content:center;height:300px;color:#64748b;font-size:.875rem}.hierarchical-bar-chart-empty p{margin:0;color:#64748b}@media (max-width: 768px){.hierarchical-bar-chart-container{padding:.75rem}.hierarchical-bar-chart-plot{min-height:250px}}.waterfall-chart-container{width:100%;height:100%;position:relative;display:flex;flex-direction:column;min-height:0;max-height:100%;overflow:hidden}.waterfall-chart-container>div{width:100%!important;height:100%!important;min-height:0!important;max-height:100%!important;flex:1;overflow:hidden;box-sizing:border-box}.waterfall-chart-container .js-plotly-plot{width:100%!important;height:100%!important;max-height:100%!important;overflow:hidden!important}.waterfall-chart-empty{display:flex;align-items:center;justify-content:center;height:100%;color:#6b7280b3;font-size:14px}.sankey-chart-container{width:100%;height:100%;position:relative;display:flex;flex-direction:column;min-height:0;max-height:100%;overflow:hidden}.sankey-chart-container>div{width:100%!important;height:100%!important;min-height:0!important;max-height:100%!important;flex:1;overflow:hidden;box-sizing:border-box}.sankey-chart-container .js-plotly-plot{width:100%!important;height:100%!important;max-height:100%!important;overflow:hidden!important}.sankey-chart-empty{display:flex;align-items:center;justify-content:center;height:100%;color:#6b7280b3;font-size:14px}.circular-progress-bar{position:relative;display:inline-flex;align-items:center;justify-content:center;width:100%;height:auto;max-width:var(--gauge-size, 120px);aspect-ratio:1}.circular-progress-svg{width:100%;height:100%;max-width:100%;max-height:100%}.background-circle{opacity:1;stroke:#e2e8f0!important;stroke-width:5;filter:drop-shadow(0 1px 2px rgba(0,0,0,.05))}.progress-circle{transition:stroke-dashoffset 1s ease-out;stroke-width:10px;stroke-linecap:round;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1))}.circular-progress-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:clamp(.8rem,4vw,1.5rem);font-weight:700;color:#1e293b;font-family:var(--font-family);pointer-events:none;-webkit-user-select:none;user-select:none;white-space:nowrap}.chart-title,span.chart-title,.line-chart-section .chart-title,.pie-section .chart-title,.pie-chart-column .chart-title,.map-section .chart-title{font-family:var(--chart-title-font-family);font-size:var(--chart-title-font-size);font-weight:var(--chart-title-font-weight);color:var(--chart-title-color);margin:0;letter-spacing:var(--chart-title-letter-spacing);text-transform:uppercase;display:block}.content-grid{display:grid;grid-template-columns:2fr 3fr;grid-template-rows:2fr 1fr;gap:.7rem;padding:1.5rem;min-height:auto;max-height:calc(100vh - 80px);width:100%;box-sizing:border-box}.first-row-container{grid-column:1 / -1;grid-row:1;display:grid;grid-template-rows:60fr 40fr;gap:.7rem;height:100%}.right-column-container{grid-column:2;grid-row:2;display:grid;grid-template-rows:25fr 50fr;gap:.7rem;height:100%}.property-pie-row{grid-row:1;display:grid;grid-template-columns:2fr 3fr;gap:.7rem;height:100%;width:100%}.hero-banner{background:linear-gradient(135deg,#1e7b9e00 35%,#2ba8a000 70%),url(/images/bg-wide2.jpg);background-size:cover;background-position:center;color:#1e7b9e;padding:2rem;margin:.2rem;border-radius:8px;box-shadow:0 4px 16px #1e7b9e26;grid-row:1}.hero-content{position:relative;z-index:1;display:flex;align-items:center;height:100%}.hero-text h1{font-family:var(--font-family, "Roboto", "Open Sans", sans-serif);font-size:1.5rem;font-weight:700;margin-bottom:.5rem;line-height:1.3;letter-spacing:+.025em}.hero-text h1 .welcome-text{font-family:var(--font-family, "Roboto", "Open Sans", sans-serif);font-weight:800;font-size:1.5rem;color:#1e7b9e;letter-spacing:+.025em}.hero-text p{font-family:var(--font-family, "Roboto", "Open Sans", sans-serif);font-size:.95rem;opacity:.95;font-weight:500}.kpi-row{grid-row:2;display:grid;grid-template-columns:repeat(4,1fr);gap:.7rem}.kpi-card{background:#fffc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:6px;padding:.4rem;box-shadow:0 2px 4px #0000000d;border:1px solid rgba(226,232,240,.3);min-height:120px;height:100%;display:flex;flex-direction:column;transition:transform .2s ease,box-shadow .2s ease}.kpi-card:hover{transform:translateY(-2px);box-shadow:0 4px 8px #0000001a}.map-section{grid-column:1;grid-row:2;display:flex;height:100%;position:relative;z-index:0}.map-container{width:100%;height:100%;background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000000d;border:1px solid rgba(226,232,240,.3);position:relative;z-index:0}.map-container .world-map{width:100%!important;height:100%!important}.property-card-container{grid-column:1;display:flex;height:100%;width:100%}.pie-chart-container{grid-column:2;display:flex;flex-direction:column;height:100%;width:100%;background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000000d;padding:.5rem}.line-chart-section{grid-row:2;display:flex;flex-direction:column;height:100%;background:#fff;border-radius:8px;box-shadow:0 4px 6px -1px #0000001a;border:1px solid rgba(226,232,240,.3);padding:1rem;overflow:hidden}.line-chart-wrapper{display:flex;flex-direction:column;flex:1;min-height:0;width:100%;overflow:hidden}.placeholder{background:#fff;border-radius:8px;box-shadow:0 4px 6px -1px #0000001a;border:1px solid rgba(226,232,240,.3)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.property-performance-section .kpi-cards{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:.6rem;width:100%}.property-performance-section .kpi-card{padding:.6rem;min-height:75px;width:100%}.property-performance-section .kpi-header h3{font-size:.65rem;margin-bottom:.2rem}.property-performance-section .kpi-value{font-size:1.2rem;font-weight:700;margin-bottom:.3rem}.property-performance-section .kpi-trend{font-size:.6rem}.property-performance-section .kpi-chart{height:30px}@media (max-width: 1400px){.content-grid{gap:.5rem;padding:1rem}.first-row-container,.right-column-container,.property-pie-row{gap:.5rem}.hero-banner{padding:1.5rem}.hero-text h1{font-size:1.25rem}.hero-text p{font-size:.9rem}}@media (max-width: 1024px){.content-grid{grid-template-columns:1fr;grid-template-rows:auto auto auto auto;gap:1rem;padding:1rem}.first-row-container{grid-column:1;grid-row:1;grid-template-rows:auto auto}.map-section{grid-column:1;grid-row:2;min-height:250px}.right-column-container{grid-column:1;grid-row:3;grid-template-rows:auto auto}.property-pie-row{grid-template-columns:1fr 2fr;gap:1rem}.property-card-container{grid-column:1;min-height:150px}.pie-chart-container{grid-column:2;min-height:150px}.line-chart-section{grid-row:2;min-height:250px}.kpi-row{grid-template-columns:repeat(4,1fr);gap:.5rem}.hero-banner{padding:1.5rem;margin:0;min-height:140px}}@media (max-width: 768px){.content-grid{gap:.75rem;padding:.75rem;min-height:auto}.first-row-container,.right-column-container,.property-pie-row{gap:.75rem}.kpi-row{grid-template-columns:1fr;gap:.75rem}.kpi-card{min-height:100px}.hero-banner{padding:1rem;margin:0}.hero-text h1{font-size:1.1rem;margin-bottom:.25rem}.hero-text p{font-size:.85rem}.map-section{min-height:300px}.property-card-container{min-height:200px}.pie-chart-container{min-height:300px;padding:.5rem}.line-chart-section{min-height:300px;padding:.75rem}.chart-header{flex-direction:column;align-items:flex-start!important;gap:.5rem}.chart-controls-row{flex-wrap:wrap;width:100%}}@media (max-width: 480px){.content-grid{padding:.5rem;gap:.5rem}.hero-banner{padding:.75rem}.hero-text h1{font-size:1rem}.hero-text p{font-size:.8rem}.kpi-card{padding:.5rem;min-height:90px}.line-chart-section{padding:.5rem}.pie-chart-container{padding:.25rem}}.unit-overview-container{padding:1.5rem;min-height:auto;max-height:calc(100vh - 80px);width:100%;margin:0 auto;box-sizing:border-box;overflow-y:auto;overflow-x:hidden}.unit-overview-grid{display:grid;grid-template-columns:3fr 2fr;grid-template-rows:minmax(300px,40%) minmax(200px,25%) minmax(300px,35%);gap:.8rem;width:100%;max-height:calc(100vh - 140px);box-sizing:border-box}.first-column-container{grid-row:1;grid-column:1;display:grid;grid-template-rows:auto 1fr;gap:1rem;height:100%}.property-performance-section{background:transparent;border-radius:12px;display:flex;flex-direction:column;overflow:hidden}.property-performance-overview{grid-row:1;display:flex;flex-direction:column}.kpi-cards-row{grid-row:2;display:flex;align-items:stretch;overflow:hidden}.kpi-cards-row .kpi-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;width:100%;height:100%}.kpi-cards-row .simple-card{padding:1rem;background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;transition:transform .2s ease,box-shadow .2s ease}.kpi-cards-row .simple-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001f}.kpi-cards-row .simple-card-header h3{font-size:.7rem;font-weight:600;color:#64748b;margin-bottom:.5rem}.kpi-cards-row .simple-card-value{font-size:1.8rem;font-weight:700;color:#143c3d}.property-header{display:flex;flex-direction:column;padding:1.5rem;height:100%;justify-content:flex-start}.property-title{width:100%;display:flex;flex-direction:column;gap:.75rem}.property-title h1{font-size:2rem;font-weight:700;color:#144240;margin:0;line-height:1.3}.property-full-address{font-size:1.1rem;font-weight:600;color:#144240;line-height:1.5;margin:0}.property-address-line{display:flex;justify-content:space-between;align-items:center;margin-top:.5rem;padding-top:.75rem;border-top:1px solid #e2e8f0;width:100%;flex-wrap:wrap;gap:.5rem}.property-address-short{display:flex;align-items:center;gap:.5rem;font-size:.9rem;font-weight:400;color:#144240}.property-address-short .address-icon{color:#144240;flex-shrink:0}.last-updated{color:#144240;font-size:.9rem;font-weight:400;white-space:nowrap}.property-title .property-details-loading{font-size:.85rem;color:#64748b;padding:.5rem 0}.profit-loss-section{background:#fff;border-radius:12px;padding:1rem;box-shadow:0 2px 8px #00000014;grid-row:1;grid-column:2;overflow:hidden;display:flex;flex-direction:column}.line-chart-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.75rem}.chart-title{font-family:var(--chart-title-font-family);font-size:var(--chart-title-font-size);font-weight:var(--chart-title-font-weight);color:var(--chart-title-color);margin:0;letter-spacing:var(--chart-title-letter-spacing);text-transform:uppercase}.line-chart-wrapper{position:relative;display:flex;flex-direction:column;flex:1;min-height:0;width:100%}.gauges-section{background:#fff;border-radius:12px;padding:1rem;box-shadow:0 2px 8px #00000014;grid-row:3;display:flex;flex-direction:column;overflow:hidden}.gauges-period-selector{display:flex;gap:.5rem;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid #e2e8f0;flex-wrap:wrap}.period-button{padding:.4rem .8rem;border:1px solid #e2e8f0;border-radius:6px;background:#fff;color:#64748b;font-size:.75rem;font-weight:500;cursor:pointer;transition:all .2s ease}.period-button:hover{background:#f8fafc;border-color:#cbd5e1;color:#475569}.period-button.active{background:#1e7b9e;border-color:#1e7b9e;color:#fff}.gauges-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;width:100%;flex:1;align-items:center;justify-items:center;padding:.5rem 0}.gauge-item{display:flex;align-items:center;justify-content:center;text-align:center;width:100%;height:100%;min-height:0;padding:.4rem;position:relative;transition:transform .3s ease,opacity .3s ease}.gauge-item:hover{transform:translateY(-2px)}.gauge-item .svg-circular-gauge-container{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.4rem;position:relative}.gauge-item .single-chart{width:100%;height:100%;display:flex;justify-content:center;align-items:center;flex:1;min-height:0;max-width:100%;max-height:100%;filter:drop-shadow(0 2px 4px rgba(0,0,0,.06))}.gauge-item .circular-chart{width:auto!important;height:auto!important;max-width:85%!important;max-height:85%!important;aspect-ratio:1;flex-shrink:1;transition:transform .3s ease}.gauge-item:hover .circular-chart{transform:scale(1.05)}.gauge-item .single-chart svg{width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important}.gauge-item .gauge-title{font-size:.65rem;font-weight:600;margin:0;padding:.3rem .5rem;line-height:1.3;flex-shrink:0;text-align:center;width:100%;color:#475569;letter-spacing:.03em;text-transform:uppercase;background:#f8fafc;border-radius:6px;border:1px solid #e2e8f0}.gauge-item .percentage{font-size:.35em!important;font-weight:700;fill:#0f172af2!important;filter:drop-shadow(0 1px 2px rgba(0,0,0,.1))}.gauge-trend{display:flex;align-items:center;gap:.25rem;margin-top:.5rem;font-size:.7rem;font-weight:600}.gauge-trend .trend-icon{width:12px;height:12px}.gauge-trend .trend-icon.positive{color:#10b981}.gauge-trend .trend-icon.negative{color:#ef4444}.gauge-trend .trend-value{font-size:.7rem;font-weight:600}.gauge-trend .trend-value.positive{color:#10b981}.gauge-trend .trend-value.negative{color:#ef4444}.second-row-container{grid-row:2;grid-column:1 / 3;display:grid;grid-template-columns:2fr 3fr;gap:1rem;height:100%}.third-row-container{grid-row:3;grid-column:1 / 3;display:grid;grid-template-columns:2fr 3fr;gap:1rem;height:100%}.equity-section{background:#fff;border-radius:12px;padding:1rem;box-shadow:0 2px 8px #00000014;grid-column:2;overflow:hidden;display:flex;flex-direction:column;height:100%;min-height:0;max-height:100%}.equity-section .hierarchical-bar-chart-container{width:100%;height:100%;flex:1;min-height:0;max-height:100%;display:flex;flex-direction:column;padding:0;background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none;border:none;box-shadow:none;overflow:hidden}.equity-section .hierarchical-bar-chart-plot{width:100%!important;height:100%!important;min-height:0!important;max-height:100%!important;flex:1;overflow:hidden;box-sizing:border-box}.equity-section .hierarchical-bar-chart-plot>div{width:100%!important;height:100%!important;max-height:100%!important;overflow:hidden!important}.equity-section .hierarchical-bar-chart-plot .js-plotly-plot{width:100%!important;height:100%!important;max-height:100%!important;overflow:hidden!important}.equity-section .hierarchical-bar-chart-plot svg{max-height:100%!important;width:100%!important;height:auto!important}.equity-section .hierarchical-bar-chart-empty{width:100%;height:100%;flex:1;min-height:0}.map-section-unit{background:#fff;border-radius:12px;padding:0;box-shadow:0 2px 8px #00000014;grid-column:1;position:relative;overflow:hidden;display:flex;flex-direction:column;height:100%;min-height:0}.map-section-unit:has(.circular-progress-grid){padding:1rem}.circular-progress-grid{display:flex;flex-direction:row;width:100%;height:100%;align-items:center;justify-content:center;gap:clamp(.25rem,2vw,1rem)}.circular-progress-item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;height:100%;flex:1;min-width:0}.circular-progress-item .circular-progress-bar{width:100%;max-width:min(120px,100%)}.circular-progress-label{font-size:.65rem;font-weight:600;color:#475569;letter-spacing:.03em;text-transform:uppercase;text-align:center}.map-section-unit .map-container{width:100%;height:100%;flex:1;min-height:0;display:flex;flex-direction:column}.map-section-unit .world-map{width:100%!important;height:100%!important;flex:1;min-height:0}.map-section-unit .map-container>div{width:100%!important;height:100%!important;flex:1;min-height:0}.back-link,.download-link{display:flex;align-items:center;gap:.5rem;color:#64748b;text-decoration:none;font-size:.875rem;transition:color .2s ease}.back-link:hover,.download-link:hover{color:#1e7b9e}.statement-container{width:100%;height:100%;overflow:hidden;display:flex;flex-direction:column;padding:.75rem}.statement-table-wrapper{width:100%;flex:1;overflow-x:auto;overflow-y:auto;min-height:0}.statement-table{width:100%;border-collapse:collapse;font-size:.75rem;background:#fff}.statement-table thead{position:sticky;top:0;z-index:10;background:#f8fafc}.statement-category-header{text-align:left;padding:.5rem .75rem;font-weight:600;border-bottom:2px solid #e2e8f0;background:#f8fafc;min-width:220px;position:sticky;left:0;z-index:11;font-size:.75rem}.statement-month-header{text-align:right;padding:.5rem .75rem;font-weight:600;border-bottom:2px solid #e2e8f0;background:#f8fafc;min-width:120px;white-space:nowrap;font-size:.75rem}.statement-row{border-bottom:1px solid #e2e8f0;transition:background-color .2s}.statement-row:hover{background-color:#f8fafc}.statement-row.highlighted{background-color:#f1f5f9;font-weight:600}.statement-row.highlighted:hover{background-color:#e2e8f0}.statement-category-cell{padding:.35rem .75rem;border-right:1px solid #e2e8f0;position:sticky;left:0;background:#fff;z-index:5;min-width:220px;line-height:1.4}.statement-row:hover .statement-category-cell{background:#f8fafc}.statement-row.highlighted .statement-category-cell{background:#f1f5f9;z-index:5}.statement-row.highlighted:hover .statement-category-cell{background:#e2e8f0;z-index:5}.category-content{display:flex;align-items:center;gap:.35rem}.expand-button{display:flex;align-items:center;justify-content:center;width:16px;height:16px;border:none;background:transparent;cursor:pointer;padding:0;color:#64748b;transition:color .2s;flex-shrink:0}.expand-button:hover{color:#1e7b9e}.expand-spacer{width:16px;flex-shrink:0}.category-name{color:#1e293b;-webkit-user-select:none;user-select:none}.category-name.bold{font-weight:600}.statement-value-cell{text-align:right;padding:.35rem .75rem;font-family:var(--font-family);color:#1e293b;white-space:nowrap;min-width:120px;position:relative;z-index:0;line-height:1.4;font-size:.75rem}.statement-row.highlighted .statement-value-cell,.statement-row.level-0 .category-name{font-weight:600}.statement-row.level-1 .category-name{font-weight:500}.statement-row.level-2 .category-name{font-weight:400}.statement-row.level-3 .category-name{font-weight:400;font-size:.7rem}.financial-statements-container{padding:1.5rem;min-height:auto;max-height:calc(100vh - 80px);width:100%}.financial-statements-grid{display:grid;grid-template-columns:3fr 2fr;grid-template-rows:minmax(300px,1fr) minmax(300px,1fr);gap:1rem;max-height:calc(100vh - 140px);box-sizing:border-box;transition:grid-template-columns .3s ease}.financial-statements-grid.table-expanded{grid-template-columns:1fr 0fr;gap:0}.financial-container{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;display:flex;flex-direction:column;overflow:hidden}.financial-container-top-left{grid-column:1;grid-row:1 / 3}.financial-container-top-right{grid-column:2;grid-row:1}.financial-container-bottom{grid-column:2;grid-row:2}.financial-container-header{padding:1rem 1.5rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.financial-container-title{font-family:var(--chart-title-font-family);font-size:var(--chart-title-font-size);font-weight:var(--chart-title-font-weight);color:var(--chart-title-color);margin:0;letter-spacing:var(--chart-title-letter-spacing);text-transform:uppercase}.financial-container-title .currency-badge{font-weight:500;color:#6b7280;font-size:.95em}.financial-container-controls{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.financial-dropdown{padding:.5rem 1rem;border:1px solid #d1d5db;border-radius:6px;background:#fff;font-size:.875rem;color:#374151;cursor:pointer;outline:none}.financial-dropdown:hover{border-color:#9ca3af}.financial-dropdown:focus{border-color:#1e7b9e;box-shadow:0 0 0 3px #1e7b9e1a}.financial-icon-button{padding:.5rem;border:1px solid #d1d5db;border-radius:6px;background:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;width:36px;height:36px;transition:all .2s}.financial-icon-button:hover{background:#f9fafb;border-color:#9ca3af}.financial-download-button{padding:.5rem 1rem;border:1px solid #1e7b9e;border-radius:6px;background:#1e7b9e;color:#fff;font-size:.875rem;font-weight:500;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:all .2s}.financial-download-button:hover{background:#155d7a;border-color:#155d7a}.financial-download-button svg{flex-shrink:0}.financial-container-content{flex:1;padding:0;overflow:hidden;display:flex;flex-direction:column}.financial-placeholder{display:flex;align-items:center;justify-content:center;height:100%;min-height:200px;background:#f9fafb;border:2px dashed #d1d5db;border-radius:6px;color:#6b7280;font-size:1rem}.financial-placeholder p{margin:0}.chart-loading-container{display:flex;align-items:center;justify-content:center;height:100%;color:#6b7280;font-size:.875rem}.coming-soon-container{padding:1.5rem;min-height:100vh;width:100%;box-sizing:border-box;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:3rem;position:relative;overflow-y:auto}.coming-soon-container:before{content:"";position:fixed;top:0;left:0;right:0;height:100vh;background-image:url(/images/bg_wide-sm.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;z-index:0;pointer-events:none}.coming-soon-container:after{content:"";position:fixed;top:0;left:0;right:0;height:100vh;background:linear-gradient(135deg,#1e7b9e,#2ba0a0);opacity:.1;z-index:0;pointer-events:none}.in-the-works-container{max-width:1200px;width:100%;display:flex;flex-direction:column;align-items:flex-start;text-align:left;position:relative;z-index:1;margin:0 auto;padding:0 1.5rem;box-sizing:border-box}.cards-container{max-width:1200px;width:100%;position:relative;z-index:1;align-self:center;padding:0 1.5rem;box-sizing:border-box}.coming-soon-icon{color:#1e7b9e;margin-bottom:2rem;animation:float 3s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.coming-soon-title{font-size:3rem;font-weight:700;color:#1f2937;margin:0 0 1rem}.coming-soon-subtitle{font-size:1.5rem;color:#2b82a3;margin:0 0 2rem;font-weight:400}.suggestion-form{display:flex;gap:1rem;margin-bottom:3rem;max-width:600px;width:100%}.suggestion-input{flex:1;padding:.75rem 1.25rem;border-radius:20px;border:1px solid #d1d5db;font-size:1rem;outline:none;transition:border-color .2s}.suggestion-input:focus{border-color:#1e7b9e;border-width:3px}.suggestion-button{padding:.75rem 2rem;border-radius:20px;border:1px solid #1e7b9e;background-color:#1e7b9e;color:#fff;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .2s}.suggestion-button:hover:not(:disabled){background-color:#156a8a}.suggestion-button:disabled{opacity:.6;cursor:not-allowed}.feedback-message{margin-top:1rem;padding:.75rem 1rem;border-radius:8px;font-size:.95rem;max-width:600px;width:100%}.feedback-message.success{background-color:#d1fae5;color:#065f46;border:1px solid #10b981}.feedback-message.error{background-color:#fee2e2;color:#991b1b;border:1px solid #ef4444}.upcoming-work-title{font-size:1.75rem;font-weight:600;color:#1f2937;margin:0 0 2rem}.upcoming-work-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;width:100%}.upcoming-work-card{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 6px -1px #0000001a;border:1px solid rgba(226,232,240,.3);transition:all .3s cubic-bezier(.25,.46,.45,.94);display:flex;flex-direction:column;align-items:center;text-align:center}.upcoming-work-card:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px #0000001a;border-color:#1e7b9e4d}.work-card-icon{font-size:3rem;margin-bottom:1rem;line-height:1}.work-card-title{font-size:1.25rem;font-weight:600;color:#1f2937;margin:0 0 .75rem}.work-card-description{font-size:.95rem;color:#6b7280;margin:0;line-height:1.6}:root{--color-primary: #1e7b9e;--color-secondary: #2ba8a0;--color-background: #e8f0f2;--color-surface: #ffffff;--color-text: #2c3e50;--color-text-secondary: #64748b;--color-border: #d4e4e8;--color-success: #5fca8a;--color-warning: #f0a857;--color-error: #f4a091;--color-info: #1e7b9e;--spacing-xs: .25rem;--spacing-sm: .5rem;--spacing-md: 1rem;--spacing-lg: 1.5rem;--spacing-xl: 2rem;--font-family: "Roboto", "Open Sans", sans-serif;--font-size-xs: .75rem;--font-size-sm: .875rem;--font-size-md: 1rem;--font-size-lg: 1.125rem;--font-size-xl: 1.25rem;--chart-title-font-family: var(--font-family);--chart-title-font-size: .75rem;--chart-title-font-weight: 600;--chart-title-color: rgba(71, 85, 105, .9);--chart-title-letter-spacing: .025em;--border-radius-sm: .25rem;--border-radius-md: .5rem;--border-radius-lg: .75rem;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1)}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;font-family:var(--font-family);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh}body:has(.overview-container){background:linear-gradient(135deg,#f8fafc,#e2e8f0)}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#e2e8f04d;border-radius:4px}::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#1e7b9e,#2ba8a0);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#1a6b8a,#259a94)}.app{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:20px}.app:has(.overview-container){padding:0;align-items:stretch;justify-content:stretch;width:100%;min-height:100vh}.loading-container{display:flex;align-items:center;justify-content:center;min-height:100vh}.loading-spinner{text-align:center;color:#fff}.spinner{width:40px;height:40px;border:4px solid rgba(255,255,255,.3);border-top:4px solid white;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 20px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}*{scroll-behavior:smooth}.user-info h3{color:#555;margin-bottom:20px;font-size:20px}@media (max-width: 480px){.header{padding:.5rem 1rem;height:60px}.header-right{gap:.5rem}.user-profile{padding:.5rem}.welcome-text{font-size:.8rem}.content-grid{padding:.3rem .5rem}.hero-banner{margin:1rem;padding:1.5rem}}.overview-container{display:flex;width:100%;min-height:100vh;background:linear-gradient(45deg,#fef5ec,#91c2be);font-family:var(--font-family);scroll-behavior:smooth}.sidebar{width:250px;background:#fef5ec;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-right:1px solid rgba(131,135,139,.15);display:flex;flex-direction:column;position:fixed;height:100vh;z-index:1000;box-shadow:0 1px 1px #00000005}.sidebar.collapsed{width:60px}.sidebar-header{padding:1rem;border-bottom:1px solid rgba(226,232,240,.08);display:flex;align-items:center;justify-content:center;background:#fef5ec}.sidebar.collapsed .sidebar-header{padding:1rem .5rem;justify-content:center;align-items:center}.logo-container{display:flex;align-items:center;justify-content:center;width:100%}.logo-full{height:75px;width:auto;max-width:100%}.logo-icon{height:35px;width:75px;object-fit:contain}.sidebar-nav{flex:1;padding:.75rem 0}.sidebar-footer{padding:.5rem .1rem;border-top:1px solid rgba(226,232,240,.1);background:#fef5ec;display:flex;justify-content:flex-start;align-items:center;gap:.5rem}.sidebar.collapsed .sidebar-footer{justify-content:center;gap:.5rem}.nav-item{display:flex;align-items:center;padding:.5rem 1rem;color:#64748b;text-decoration:none;border-left:1px solid transparent;margin:.8rem .5rem;border-radius:3px;font-weight:500;position:relative;gap:.5rem}.nav-item:hover{background:#1e7b9e05;color:#1e7b9e}.nav-item.active{background:#1e7b9e08;color:#1e7b9e;border-left-color:#1e7b9e;font-weight:600}.nav-item.logout{margin-top:auto;color:#f87171;margin-top:1rem}.nav-item.logout:hover{background:#f8717105;color:#dc2626}.nav-section{margin-bottom:.25rem}.nav-section-header{cursor:pointer}.nav-section-header.active-section{background:#1e7b9e0d;color:#1e7b9e;font-weight:600}.nav-chevron{margin-left:auto;opacity:.6;flex-shrink:0}.nav-submenu{margin-left:1.5rem;margin-top:.25rem;margin-bottom:.5rem;padding-left:.5rem;border-left:2px solid rgba(30,123,158,.1)}.nav-subitem{margin:.4rem .5rem;padding-left:1.5rem;font-size:.9rem}.nav-subitem .nav-icon{font-size:1rem}.sidebar.collapsed .nav-submenu{display:none}.nav-icon{font-size:1.1rem;min-width:18px;flex-shrink:0}.nav-text{white-space:nowrap;overflow:hidden}.sidebar.collapsed .nav-text{display:none}.sidebar:not(.collapsed) .nav-text{display:inline}.sidebar.collapsed .nav-icon{margin-right:0}.sidebar.collapsed .nav-item{justify-content:center;padding:.5rem}.main-content{flex:1;margin-left:250px;display:flex;flex-direction:column;overflow-y:auto;max-height:100vh}.overview-container.sidebar-collapsed .main-content{margin-left:60px}.header{background:#fef5ec;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(226,232,240,.2);padding:.5rem 1rem;display:flex;align-items:center;justify-content:flex-end;box-shadow:0 1px 2px #0000000d;position:sticky;top:0;z-index:100;height:60px;box-sizing:border-box}.header-left{flex:1;max-width:400px}.search-container{position:relative;display:flex;align-items:center}.search-icon{position:absolute;left:.5rem;color:var(--color-text-secondary, #64748b)}.search-input{width:100%;padding:.5rem .75rem .5rem 2rem;border:1px solid rgba(226,232,240,.3);border-radius:6px;background:#f8fafc80;font-size:.8rem;transition:all .3s cubic-bezier(.25,.46,.45,.94);font-weight:500}.search-input:focus{outline:none;border-color:#1e7b9e;background:#ffffffe6;box-shadow:0 0 0 2px #1e7b9e1a;transform:translateY(-1px)}.header-right{display:flex;align-items:center;gap:.75rem;height:100%}.notification-badge,.user-badge{position:relative;cursor:pointer;padding:.5rem;border-radius:6px;transition:all .3s cubic-bezier(.25,.46,.45,.94);background:#fff6;border:1px solid rgba(226,232,240,.3);display:flex;align-items:center;justify-content:center;height:40px;width:40px}.notification-badge:hover,.user-badge:hover{background:#fffc;transform:translateY(-1px);box-shadow:0 2px 8px #0000000d}.badge-icon{font-size:1rem}.badge-count{position:absolute;top:-.25rem;right:-.25rem;background:linear-gradient(135deg,#f87171,#ef4444);color:#fff;font-size:.5rem;font-weight:700;padding:.25rem .5rem;border-radius:12px;min-width:20px;text-align:center;box-shadow:0 2px 4px #ef44444d;border:2px solid white}.user-profile{display:flex;align-items:center;gap:.5rem;padding:.5rem;background:#fff6;border-radius:6px;border:1px solid rgba(226,232,240,.3);transition:all .3s cubic-bezier(.25,.46,.45,.94);cursor:pointer;height:40px;min-width:fit-content}.user-profile:hover{background:#fffc;transform:translateY(-1px);box-shadow:0 2px 8px #0000000d}.user-avatar{width:28px;height:28px;background:linear-gradient(135deg,#1e7b9e,#2ba8a0);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:600;box-shadow:0 1px 3px #1e7b9e33;border:1px solid rgba(255,255,255,.3)}.user-info{display:flex;flex-direction:column;gap:.1rem}.welcome-text{font-size:.7rem;color:var(--color-text, #2c3e50);font-weight:500}.user-info h4{font-size:.75rem;font-weight:600;color:#1e293b;margin:0;line-height:1.2}.user-info p{font-size:.65rem;color:#64748b;margin:0;line-height:1.2}.overview-container.sidebar-collapsed .content-grid{width:calc(100vw - 60px - .6rem)}@media (max-width: 768px){.sidebar{transform:translate(-100%)}.sidebar.open{transform:translate(0)}.main-content{margin-left:0}.header{padding:.5rem 1rem;height:60px}.content-grid{width:calc(100vw - 1rem);min-height:900px;padding:.3rem .5rem}.kpi-row{grid-template-columns:1fr}.hero-banner{margin:.5rem;padding:1.5rem}.hero-content h1{font-size:1.5rem}.hero-content p{font-size:1rem}}@media (max-width: 480px){.header{height:60px;flex-direction:row;gap:.5rem;align-items:center}.header-left{max-width:none}.header-right{justify-content:space-between}.user-profile{flex:1;justify-content:center}.kpi-card{padding:1rem}.kpi-value{font-size:1.5rem}}.header-center{display:flex;align-items:center}
