@tailwind base;@tailwind components;@tailwind utilities;body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.header{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#fffffff2;border-bottom:1px solid #e2e8f0;box-shadow:0 1px 2px 0 #0000000d;position:-webkit-sticky;position:sticky;top:0;z-index:10}.header-container{height:3.2rem;justify-content:space-between;margin:0 auto;max-width:100%;padding:0 1.5rem}.header-container,.header-left{align-items:center;display:flex}.header-left{gap:3.5rem}.logo-container{gap:1.5rem}.logo-container,.logo-icon{align-items:center;display:flex}.logo-icon{color:#2563eb;font-weight:700;height:1.5rem;justify-content:center;width:1.5rem}.logo-text{color:#2563eb;font-size:1.25rem;font-weight:600;line-height:1.75rem}.nav{display:none}.nav-item{align-items:center;background:none;border:none;border-radius:.375rem;color:#64748b;cursor:pointer;display:flex;font-size:.875rem;gap:.5rem;line-height:1.25rem;padding:.25rem .5rem;text-decoration:none;transition:color .15s,background-color .15s}.nav-item:hover{background-color:#f8fafc;color:#334155}.nav-item.active{border-bottom:2px solid #2563eb;color:#2563eb;padding-bottom:.25rem}.nav-item .icon{height:1rem;width:1rem}.header-right{align-items:center;display:flex;gap:1rem}.region-select{position:relative}.region-select select{-webkit-appearance:none;appearance:none;background-color:#fff;border:1px solid #e2e8f0;border-radius:.5rem;font-size:.875rem;line-height:1.25rem;outline:none;padding:.375rem 2rem .375rem .75rem}.region-select select:focus{box-shadow:0 0 0 2px #3b82f680}.region-select .dropdown-icon{color:#64748b;height:.875rem;pointer-events:none;position:absolute;right:.5rem;top:50%;transform:translateY(-50%);width:.875rem}.logout{color:#2563eb;cursor:pointer;height:24px;transition:color .3s ease,transform .2s ease;width:24px}.logout:hover{color:#abcef6;transform:scale(1.1)}@media (min-width:768px){.nav{align-items:center;display:flex;gap:1.5rem}}.logout-modal-overlay{align-items:center;animation:fadeIn .2s ease-in-out;background:#0006;display:flex;inset:0;justify-content:center;position:fixed;z-index:99999!important}.logout-modal{animation:popIn .25s ease-out;background:#fff;border-radius:12px;box-shadow:0 10px 30px #0003;margin-top:4cm;padding:1.5rem 2rem;text-align:center;width:320px;z-index:100000!important}.logout-modal h3{color:#111827;font-size:1.25rem;margin-bottom:.5rem}.logout-modal p{color:#6b7280;font-size:.95rem;margin-bottom:1.5rem}.logout-buttons{display:flex;gap:12px;justify-content:center}.cancel-btn,.confirm-btn{border:none;border-radius:8px;cursor:pointer;font-weight:500;padding:.5rem 1rem;transition:all .2s ease}.cancel-btn{background:#f3f4f6;color:#111827}.cancel-btn:hover{background:#e5e7eb}.confirm-btn{background:#2563eb;color:#fff}.confirm-btn:hover{background:#1e40af}.sidebar-container{grid-column:span 3}@media (min-width:1024px){.sidebar-container{grid-column:span 2}}.sidebar-content{background-color:#fff;border:1px solid #e2e8f0;border-radius:.75rem;display:flex;flex-direction:column;min-height:87vh;padding:1rem}.nav-section__title{color:#94a3b8;font-size:.75rem;font-weight:600;letter-spacing:.025em;margin-bottom:1rem;margin-top:.25rem;text-transform:uppercase}.nav-list{display:flex;flex-direction:column;gap:.25rem;list-style:none;margin:0;padding:0}.nav-button{align-items:flex-start;background:none;border:none;border-radius:.5rem;color:#475569;cursor:pointer;display:flex;font-family:inherit;font-size:.875rem;gap:.75rem;justify-content:space-between;padding:.5rem .75rem;text-align:left;transition:background-color .15s,color .15s;width:100%}.nav-button:hover{background-color:#f8fafc;color:#1e293b}.nav-button.active{background-color:#eff6ff;color:#2563eb;font-weight:500}.nav-button.active .icon{color:#2563eb}.nav-button__inner{align-items:flex-start;display:flex;flex-grow:1;gap:.75rem}.icon{flex-shrink:0;height:1rem;margin-top:2px;width:1rem}.nav-button .text{display:block;line-height:1.375;text-align:left;word-break:break-word}.status-section{border-top:1px solid #e2e8f0;margin-top:auto;padding-top:1rem}.status-header{justify-content:space-between;margin-bottom:.75rem}.status-header,.status-title{align-items:center;display:flex}.status-title{color:#2563eb;font-size:.875rem;font-weight:500;gap:.5rem}.status-items{display:flex;flex-direction:column;gap:.5rem}.status-item{align-items:center;display:flex;justify-content:space-between}.status-label{color:#475569;font-size:.75rem}.status-value{color:#0f172a;font-size:.875rem;font-weight:600}.status-value.success{color:#16a34a}.dashboard-container{background-color:#f7f8fb;display:flex;flex-direction:column;min-height:100vh}.dashboard-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(12,minmax(0,1fr));margin:0 auto;padding:1.5rem;width:100%}.fileName.clickable{color:#2563eb;cursor:pointer;text-decoration:underline}.fileName.clickable:hover{color:#0056b3}.headerContainer{align-items:center;display:flex;gap:20px;justify-content:space-between}.backButton{background-color:#fff;border:1px solid #2563eb;border-radius:.5rem;color:#2563eb;cursor:pointer;font-size:.87rem;font-weight:500;margin-top:5px;padding:.3rem .8rem;transition:all .2s ease-in-out}.backButton:hover{background-color:#2563eb;color:#fff}.aside-panel{display:block;grid-column:span 3;min-height:87vh}.aside-panel>div{background-color:#fff;border:1px solid #e2e8f0;border-radius:.75rem;min-height:45vh;overflow:hidden}.activity-header,.alertsHeader,.details-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:.5rem}.activity-title,.details-title{color:#1e293b;font-size:.875rem;font-weight:600;margin:0}.edit-button,.refreshButton,.view-all-button{background:none;border:none;color:#2563eb;cursor:pointer;font-size:.75rem;padding:.25rem 0}.edit-button:hover,.refreshButton:hover,.view-all-button:hover{color:#1d4ed8;text-decoration:underline}.center-content{display:flex;flex-direction:column;gap:1.5rem;grid-column:span 9}@media (min-width:1024px){.center-content{grid-column:span 7}}.statCard.clickable{cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.statCard.clickable:hover{box-shadow:0 4px 10px #0000001a;transform:translateY(-2px)}.statCard.activeCard{background-color:#f0f5ff4d;border:1px solid #2563eb;box-shadow:0 0 0 2px #2563eb26;font-weight:600;transition:all .2s ease-in-out}.statTitle{color:#2563eb}.table-spinner-container{align-items:center;display:flex;height:200px;justify-content:center}.spinner-hotspot{display:inline-block;height:48px;width:48px}.spinner-hotspot:after{animation:spinner-dual-ring 1.2s linear infinite;border-color:#2563eb #0000;border-radius:50%;border-style:solid;border-width:3px;content:" ";display:block;height:36px;margin:6px;width:36px}.card-title{color:#0f172a;font-size:.875rem;font-weight:500;margin:0}.card-subtitle{color:#64748b;font-size:.75rem;margin-top:.125rem}.details-header{align-items:center;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;padding:.5rem 1rem}.details-header-content{align-items:center;display:flex;gap:.75rem}.details-icon{align-items:center;background-color:#dbeafe;border-radius:.375rem;color:#1d4ed8;display:flex;height:2rem;justify-content:center;width:2rem}.details-subtitle{color:#64748b;font-size:.75rem}.close-icon,.icon{color:#94a3b8;height:1rem;width:1rem}.quickAnalysisContainer{background-color:#fff;border:1px solid #e2e8f0;border-radius:.75rem;box-shadow:0 1px 2px #0000000d;overflow:hidden}.quickAnalysisContent{padding:1.25rem}.quickAnalysisHeaderCustom{display:flex}.quickAnalysisHeader{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.25rem}@media (min-width:640px){.quickAnalysisHeader{align-items:center;flex-direction:row}}.quickAnalysisTitle{color:#2563eb;font-size:.875rem;font-weight:600;line-height:1.75rem;margin:0 0 .3cm}.statsGrid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(1,minmax(0,1fr))}@media (min-width:640px){.statsGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1024px){.statsGrid{grid-template-columns:repeat(4,minmax(0,1fr))}}.statsGrid-skeleton{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(1,minmax(0,1fr))}@media (min-width:640px){.statsGrid-skeleton{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1024px){.statsGrid-skeleton{grid-template-columns:repeat(4,minmax(0,1fr))}}.countBadge-skeleton{border:1px;border-radius:9999px;height:1rem;width:1.2rem}.countBadge-skeleton,.statTitle-skeleton{background-color:#5975e61a;color:#1d4ed8;padding:.125rem .5rem}.statTitle-skeleton{border:1px;border-radius:10%;font-weight:60;height:.7rem;width:5rem}.statCard{background-color:#fff;border:1px solid #f1f5f9;border-radius:.5rem;cursor:pointer;padding:1rem;transition:box-shadow .2s cubic-bezier(.4,0,.2,1)}.statCard:hover{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.statHeader{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:.75rem}.iconContainer{align-items:center;background-color:#5975e61a;border-radius:.375rem;display:flex;height:2.5rem;justify-content:center;width:2.5rem}.countBadge{background-color:#eff6ff;border-radius:9999px;color:#1d4ed8;font-size:.75rem;font-weight:500;line-height:1rem;padding:.125rem .5rem}.statTitle{color:#1e293b;font-size:.875rem;font-weight:600;margin-bottom:.125rem}.alertsContainer{background-color:#fff;border:1px solid #e2e8f0;border-radius:.75rem}.alertsHeader{border-bottom:1px solid #e2e8f0;padding:.75rem 1rem}.alertsTitle{color:#4b5563;font-size:.875rem}.tableContainer{display:flex;flex-direction:column;overflow-x:auto;position:relative}table{border-collapse:collapse;font-size:.875rem;table-layout:auto;width:100%}td,th{background:#fff;border-bottom:1px solid #e2e8f0;max-width:200px;min-width:100px;overflow:hidden;padding:.5rem .75rem;text-align:left;white-space:nowrap}td.srNoCell{color:#334155;font-size:.875rem;font-weight:500;max-width:70px;min-width:70px;padding-left:1.5rem;text-align:left;width:70px}td{border-bottom:1px solid #f1f5f9}th button{align-items:center;background:none;border:none;cursor:pointer;display:flex;gap:.25rem;padding:0}tr{transition:background-color .15s}tr:hover{background-color:#f8fafc}tr.selected{background-color:#eff6ff}.fileCell{align-items:center;display:flex;gap:.5rem;min-width:150px}.infectionsCell{color:#1e40af;font-weight:500;min-width:120px}.contaminationText{color:#4b5563}.severityBadge{align-items:center;border-radius:9999px;display:inline-flex;font-size:.75rem;padding:.125rem .5rem}.severityCritical{background-color:#fee2e2;color:#b91c1c}.severityHigh{background-color:#ffedd5;color:#c2410c}tr:hover .moreButton{opacity:1}.moreButton:hover{color:#64748b}.paginationActive{background-color:#2563eb;border-color:#2563eb;color:#fff}.filterDropdown select{-webkit-appearance:none;appearance:none;border:1.5px solid #3b82f6;border-radius:8px;color:#08347a;cursor:pointer;font-size:.875rem;font-weight:500;margin-bottom:14px;margin-left:12px;outline:none;padding:6px;text-align:left;transition:all .2s ease-in-out}.filterDropdown select:hover{border-color:#60a5fa;box-shadow:0 0 4px #60a5fa80}.filterDropdown select:focus{border-color:#3b82f6;box-shadow:0 0 6px #3b82f666}.filter-dropdown{display:inline-block;position:relative}.filter-icon-button{align-items:center;background-color:#fff;color:#3b82f6;cursor:pointer;display:flex;height:30px;justify-content:center;padding-left:20px;transition:all .2s ease;width:36px}.filter-icon-button:hover{color:#1e52ab}.filter-options-dropdown{background:#fff;border:1px solid #e5e7eb;border-radius:6px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;display:flex;flex-direction:column;margin-top:4px;max-height:350px;min-width:280px;overflow:hidden;position:absolute;right:0;top:100%;z-index:50}.filter-header{align-items:center;background-color:#f9fafb;border-bottom:1px solid #e5e7eb;color:#111827;display:flex;font-size:14px;font-weight:500;justify-content:space-between;padding:8px 10px}.close-filter{background-color:#f9fafb;border:none;border-radius:4px;color:#6b7280;cursor:pointer;font-size:20px;line-height:1;padding:0 4px;transition:background-color .2s ease}.close-filter:hover{color:#111827}.filter-options-list{max-height:300px;overflow-y:auto}.filter-option{border-left:3px solid #0000;color:#111827;cursor:pointer;font-size:13px;padding:8px 10px;transition:all .2s ease}.filter-option:hover{background-color:#f3f4f6}.filter-option.selected{background-color:#eff6ff;border-left-color:#1d4ed8;color:#1d4ed8;font-weight:500;padding-left:13px}.filter-option:not(:last-child){border-bottom:1px solid #f3f4f6}.filter-select{border-color:#9ca3af}.clear-filter-dashboard{background:none;border:1px solid #e2e8f0;border-radius:6px;color:#475569;cursor:pointer;font-size:.8125rem;font-weight:500;padding:.3rem .5rem;transition:all .15s ease}.clear-filter-dashboard:hover{background:#f8fafc;border-color:#475569}@keyframes popIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes slideUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.data-table td,.data-table th{border:1px solid #e5e7eb;padding:.75rem;text-align:left}.data-table th{background:#f3f4f6;font-weight:600}.editing-row{background:#f0f9ff}.data-table input{border:1px solid #ccc;border-radius:6px;padding:.4rem;width:100%}: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)}}.region-banner{background-color:#eff6ff;border:1px solid #dbeafe;border-radius:.5rem;margin-top:1rem;padding:.5rem;text-align:center}.region-text{color:#1d4ed8;font-size:.75rem;margin:0}.panel-content{padding:.5rem}.data-sources-container{margin-bottom:1rem}.data-sources-cards>*+*{margin-top:.5rem}.tags-container{display:flex;flex-wrap:wrap;gap:.5rem}.tag{border-radius:9999px;font-size:.75rem;font-weight:500;padding:.25rem .5rem}.tag-wash{background-color:#dcfce7;color:#166534}.tag-social{background-color:#dbeafe;color:#1e40af}.tag-upload{background-color:#f3e8ff;color:#5b21b6}.tag-live-data{background-color:#ffedd5;color:#9a3412}.sources-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:.5rem}.sources-title{color:#1e293b;font-size:.875rem;font-weight:600;margin:0}.data-card-skeleton{border:1px solid #e2e8f0;border-radius:.5rem;margin-bottom:.5rem;padding:.5rem;transition:background-color .2s ease}.card-content{justify-content:space-between}.card-content,.card-header{align-items:center;display:flex}.card-header{gap:.5rem}.card-icon{align-items:center;background-color:#eff6ff;border-radius:.375rem;display:flex;height:2rem;justify-content:center;width:2rem}.card-icon.social-icon{background-color:#f5f3ff}.card-icon.upload-icon{background-color:#fff7ed}.card-icon.record-icon{background-color:#e1faeb}.card-icon .sortIcon{height:1rem;transition:transform .2s ease;width:1rem}.card-icon .icon{color:#2563eb;height:1rem;width:1rem}.social-icon .icon{color:#7c3aed}.upload-icon .icon{color:#ea580c}.sortIcon.invisible{visibility:hidden}.record-icon .icon{color:#56b673}.card-title-skeleton{height:.7rem;margin-bottom:.5rem;padding:.5rem}.card-subtitle-skeleton,.card-title-skeleton{background-color:#5975e61a;border:1px;border-radius:10%;font-weight:60;width:5rem}.card-subtitle-skeleton{height:.3rem;padding:.125rem .5rem}.status-badge-skeleton{background-color:#5975e61a;border:1px;border-radius:10%;color:#1d4ed8;height:.3rem;padding:.5rem;width:5rem}.data-card{border:1px solid #e2e8f0;border-radius:.5rem;padding:.5rem;transition:background-color .2s ease}.data-card:hover{background-color:#f8fafc}.data-card.clickable{cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.data-card.clickable:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-3px)}.modal-overlay{background:#0f0f0f80;inset:0;z-index:999}.status-badge{color:#16a34a;font-size:.75rem;font-weight:500}.modal-container{animation:slideUp .3s ease;background:#fff;border-radius:12px;box-shadow:0 4px 24px #0003;max-height:85vh;overflow:hidden;width:90%}.endemicity-dropdown{border:.5px solid #2563eb;border-radius:5px;width:165px}.modal-header{align-items:center;background:#fff;color:#1d4ed8;display:flex;font-size:large;font-weight:700;justify-content:space-between;padding:1rem}.search-bar-container{margin-left:auto;padding-right:10px}.search-bar{border:1px solid #ccc;border-radius:8px;font-size:14px;outline:none;padding:8px 12px;width:220px}.add-btn{border:.5px solid #0056b3;border-radius:6px;color:#0056b3;cursor:pointer;font-size:1.1rem;margin-right:10px;padding:5px 10px;transition:.2s ease-in}.add-btn:hover{background:#43a1fe;border:none;color:#fff}.modal-body{flex:1 1;overflow-x:auto;overflow-y:auto;padding:1rem}.data-source-table{border-collapse:collapse;margin-top:.5rem;table-layout:fixed;width:100%}.data-source-table tbody{display:block;overflow-y:auto}.data-source-table tbody tr,.data-source-table thead{display:table;table-layout:fixed;width:100%}.data-source-table tbody::-webkit-scrollbar{width:6px}.data-source-table tbody::-webkit-scrollbar-thumb{background:#ccc;border-radius:3px}.edit-btn{background:none;border:none;cursor:pointer;font-size:1rem;justify-content:space-between;margin:0 4px;transition:transform .2s ease}.edit-btn:hover{color:#3b82f6;transform:scale(1.1)}.paginationContainer{align-items:center;display:flex;gap:.75rem;justify-content:center;margin-top:5px;padding:.2 1rem}.paginationButton{background-color:#e2e8f0;border:1px solid #e2e8f0;border-radius:.5rem;color:#000;cursor:pointer;font-size:.875rem;padding:.4rem .9rem;transition:all .2s ease}.paginationButton:hover{background-color:#2563eb;border-color:#cbd5e1;color:#fff}.paginationButton:disabled{background-color:#f9fafb;border-color:#e5e7eb;color:#9ca3af;cursor:not-allowed}.no-data{animation:fadeIn .6s ease-in-out;margin-top:20px;text-align:center}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.no-data-icon{color:#2563eb;font-size:60px;margin-bottom:20px;opacity:.9}.paginationInfo{color:#64748b;font-size:.875rem}.modal-overlay{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.small-modal{animation:modalSlideIn .3s ease-out;background:#fff;border-radius:12px;box-shadow:0 4px 24px #00000026;max-height:90vh;max-width:500px;overflow-y:auto;transform:translateY(0);width:100%}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.form-group{margin-bottom:1.25rem}.form-group label{color:#374151;display:block;font-size:.875rem;font-weight:500;margin-bottom:.5rem}.form-group input,.form-group select{background-color:#fff;border:1px solid #d1d5db;border-radius:8px;box-shadow:0 1px 2px 0 #0000000d;font-size:.9375rem;padding:.625rem .875rem;transition:border-color .2s,box-shadow .2s;width:100%}.form-group input:focus,.form-group select:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.form-group input::placeholder{color:#9ca3af}.form-actions{border-top:1px solid #e5e7eb;display:flex;gap:.75rem;justify-content:flex-end;margin-top:1.5rem;padding-top:1rem}.cancel-btn,.save-btn{align-items:center;border-radius:6px;cursor:pointer;display:inline-flex;justify-content:center;padding:.5rem 1.25rem;transition:all .2s ease}.save-btn{background-color:#2563eb;border:1px solid #2563eb;color:#fff}.save-btn:hover{background-color:#1d4ed8;border-color:#1d4ed8;transform:translateY(-1px)}.cancel-btn{background-color:#f3f4f6;border:1px solid #d1d5db;color:#4b5563;margin-left:10px}.cancel-btn:hover{background-color:#e5e7eb;border-color:#9ca3af;transform:translateY(-1px)}.spinner{animation:spin .8s ease-in-out infinite;border:2px solid #ffffff4d;border-radius:50%;border-top-color:#fff;display:inline-block;height:1rem;margin-right:.5rem;width:1rem}.leaflet-image-layer,.leaflet-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane,.leaflet-pane>canvas,.leaflet-pane>svg,.leaflet-tile,.leaflet-tile-container,.leaflet-zoom-box{left:0;position:absolute;top:0}.leaflet-container{overflow:hidden}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile{-webkit-user-drag:none;-webkit-user-select:none;user-select:none}.leaflet-tile::selection{background:#0000}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{height:1600px;-webkit-transform-origin:0 0;width:1600px}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-height:none!important;max-width:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer{max-height:none!important;max-width:none!important;padding:0;width:auto}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{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{box-sizing:border-box;height:0;width:0;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{height:1px;width:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{pointer-events:visiblePainted;pointer-events:auto;position:relative;z-index:800}.leaflet-bottom,.leaflet-top{pointer-events:none;position:absolute;z-index:1000}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{clear:both;float:left}.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;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-pan-anim .leaflet-tile,.leaflet-zoom-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-control,.leaflet-popup-pane{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:grabbing}.leaflet-image-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-image-layer.leaflet-interactive,.leaflet-marker-icon.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{background:#ffffff80;border:2px dotted #38f}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{border-radius:4px;box-shadow:0 1px 5px #000000a6}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;color:#000;display:block;height:26px;line-height:26px;text-align:center;text-decoration:none;width:26px}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:focus,.leaflet-bar a:hover{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:none;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.leaflet-bar a.leaflet-disabled{background-color:#f4f4f4;color:#bbb;cursor:default}.leaflet-touch .leaflet-bar a{height:30px;line-height:30px;width: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{background:#fff;border-radius:5px;box-shadow:0 1px 5px #0006}.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);height:36px;width: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{height:44px;width: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{background:#fff;color:#333;padding:6px 10px 6px 6px}.leaflet-control-layers-scrollbar{overflow-x:hidden;overflow-y:scroll;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{border-top:1px solid #ddd;height:0;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{color:#333;line-height:1.4;padding:0 5px}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:focus,.leaflet-control-attribution a:hover{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;height:.6669em;vertical-align:initial!important;width:1em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{background:#fffc;border:2px solid #777;border-top:none;box-sizing:border-box;line-height:1.1;padding:2px 5px 1px;text-shadow:1px 1px #fff;white-space:nowrap}.leaflet-control-scale-line:not(:first-child){border-bottom:none;border-top:2px solid #777;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers{box-shadow:none}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-layers{background-clip:padding-box;border:2px solid #0003}.leaflet-popup{margin-bottom:20px;position:absolute;text-align:center}.leaflet-popup-content-wrapper{border-radius:12px;padding:1px;text-align:left}.leaflet-popup-content{font-size:13px;font-size:1.08333em;line-height:1.3;margin:13px 24px 13px 20px;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{height:20px;left:50%;margin-left:-20px;margin-top:-1px;overflow:hidden;pointer-events:none;position:absolute;width:40px}.leaflet-popup-tip{height:17px;margin:-10px auto 0;padding:1px;pointer-events:auto;transform:rotate(45deg);width:17px}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;box-shadow:0 3px 14px #0006;color:#333}.leaflet-container a.leaflet-popup-close-button{background:#0000;border:none;color:#757575;font:16px/24px Tahoma,Verdana,sans-serif;height:24px;position:absolute;right:0;text-align:center;text-decoration:none;top:0;width:24px}.leaflet-container a.leaflet-popup-close-button:focus,.leaflet-container a.leaflet-popup-close-button:hover{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678,M12=0.70710678,M21=-0.70710678,M22=0.70710678);margin:0 auto;width:24px}.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-control-zoom,.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{background-color:#fff;border:1px solid #fff;border-radius:3px;box-shadow:0 1px 3px #0006;color:#222;padding:6px;pointer-events:none;position:absolute;-webkit-user-select:none;user-select:none;white-space:nowrap}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before,.leaflet-tooltip-top:before{background:#0000;border:6px solid #0000;content:"";pointer-events:none;position:absolute}.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{border-top-color:#fff;bottom:0;margin-bottom:-12px}.leaflet-tooltip-bottom:before{border-bottom-color:#fff;margin-left:-6px;margin-top:-12px;top:0}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{margin-top:-6px;top:50%}.leaflet-tooltip-left:before{border-left-color:#fff;margin-right:-12px;right:0}.leaflet-tooltip-right:before{border-right-color:#fff;left:0;margin-left:-12px}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}:root{--primary:#3f51b5;--primary-light:#757de8;--primary-dark:#002984;--text-primary:#212121;--text-secondary:#757575;--background:#f5f7fa;--border:#e0e0e0;--success:#4caf50;--warning:#ff9800;--error:#f44336;--info:#2196f3;--shadow-sm:0 1px 3px #0000001f,0 1px 2px #0000003d;--shadow-md:0 4px 6px #0000001a,0 1px 3px #00000014;--shadow-lg:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--transition:all 0.2s ease-in-out}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#212121;color:var(--text-primary);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}.hotspot-mapping-container{background-color:#f5f7fa;background-color:var(--background);display:flex;flex-direction:column;max-width:100%;min-height:100vh;overflow-x:hidden;position:relative}.hotspot-overview-container{background-color:#fff;background-color:var(--white);border:1px solid #e0e0e0;border:1px solid var(--border);border-radius:8px;border-radius:var(--radius-md);box-shadow:0 1px 3px #0000001f,0 1px 2px #0000003d;box-shadow:var(--shadow-sm);margin:.5rem 1rem;max-height:180px;overflow:hidden;position:relative;z-index:10}.hotspot-overview-content{padding:1rem 1.5rem}.hotspot-overview-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:.75rem}.hotspot-stats-grid{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));padding-bottom:.5rem;width:100%}.hotspot-stat-card{background:#fff;background:var(--white);border:1px solid #e0e0e0;border:1px solid var(--border);border-radius:8px;border-radius:var(--radius-md);cursor:pointer;display:flex;flex-direction:column;gap:.5rem;padding:.75rem;transition:all .2s ease-in-out;transition:var(--transition)}.hotspot-stat-card:hover{box-shadow:0 4px 6px #0000001a,0 1px 3px #00000014;box-shadow:var(--shadow-md);transform:translateY(-2px)}.hotspot-stat-header{align-items:flex-start;display:flex;justify-content:space-between}.hotspot-stat-icon{align-items:center;border-radius:.5rem;display:flex;flex-shrink:0;height:2.5rem;justify-content:center;width:2.5rem}.hotspot-stat-svg{height:1.25rem;width:1.25rem}.hotspot-count-badge{background-color:#eff6ff;border-radius:1rem;color:#1d4ed8;font-size:.75rem;font-weight:500;padding:.25rem .5rem}.hotspot-stat-title{color:#757575;color:var(--text-secondary);font-size:.875rem;font-weight:500}.hotspot-subtitle{color:#64748b;display:inline-block;font-size:13px;max-width:190px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bgRed100{background-color:#fee2e2}.textRed700{color:#b91c1c}.bgBlue100{background-color:#dbeafe}.textBlue700{color:#1d4ed8}.bgGreen100{background-color:#dcfce7}.textGreen700{color:#15803d}.bgOrange100{background-color:#ffedd5}.textOrange700{color:#c2410c}.bgYellow100{background-color:#fef9c3}.textYellow700{color:#a16207}.hotspot-layout{align-items:stretch;box-sizing:border-box;display:flex;flex:1 1;gap:1.5rem;height:calc(100vh - 40px);min-height:0;overflow:hidden;padding:0 1rem 1rem}.map-container{display:flex;flex:1 1;flex-direction:column;height:100%;margin:0;padding:0;position:relative;transition:all .3s ease}.map-container.registry-open{margin-right:1.5rem}.map-container.map-expanded{margin-right:0}.map-card{background-color:#fff;background-color:var(--white);border:1px solid #e5e7eb;border-radius:.75rem;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;box-sizing:border-box;overflow:hidden;padding:1rem}.hotspot-panel,.map-card{display:flex;flex-direction:column;height:calc(100vh - 6rem);margin-top:1rem;width:100%}.hotspot-panel{max-width:450px}.hotspot-panel .panel-card{background:linear-gradient(180deg,#fff,#fbfdff);border:1px solid #e6eefc;border-radius:12px;box-shadow:0 8px 20px #2563eb0f;display:flex;flex:1 1;flex-direction:column;gap:.5rem;height:100%;overflow:hidden;padding:1rem .5rem 1rem 1rem}.hotspot-panel .panel-header{align-items:center;display:flex;gap:.5rem;justify-content:space-between}.panel-title{color:#0f172a;font-size:1rem;font-weight:700}.panel-actions{align-items:center;display:flex;gap:.5rem}.location-count{background-color:#eff6ff;border-radius:9999px;color:#2563eb;font-size:.875rem;font-weight:500;padding:.25rem .5rem}.clear-btn{background:none;border:1px solid #e2e8f0;border-radius:6px;color:#475569;cursor:pointer;font-size:.8125rem;font-weight:500;padding:.5rem 1rem;transition:all .15s ease}.clear-btn:hover{background:#f8fafc;border-color:#cbd5e1}.panel-search{align-items:center;display:flex;gap:.5rem;width:100%}.panel-search input{background:#fbfdff;border:1px solid #e6eefc;border-radius:10px;color:#0f172a;flex:1 1;font-size:.9rem;outline:none;padding:.5rem .75rem;transition:box-shadow .15s ease,border-color .15s ease}.panel-search input:focus{border-color:#60a5fa;box-shadow:0 6px 18px #60a5fa14}.filter-chips{align-items:center;display:flex;flex-wrap:wrap;gap:.5rem}.chip{background:#f1f5f9;border:1px solid #e2e8f0;border-radius:999px;color:#1e293b;cursor:pointer;font-size:.75rem;padding:.25rem .5rem}.chip.active{background:#e6f0ff;border-color:#bfd7ff;color:#1e40af}.hotspot-panel .panel-list{display:flex;flex:1 1;flex-direction:column;gap:.5rem;overflow-y:auto;padding-right:.5rem;scrollbar-color:#cfe1ff #0000;scrollbar-width:thin}.no-results{margin-top:50%;text-align:center}.hotspot-row{align-items:center;background:#fff;background:var(--white);border:1px solid #eef2ff;border-radius:10px;cursor:pointer;display:flex;gap:.75rem;padding:.6rem;transition:transform .12s ease,box-shadow .12s ease}.hotspot-row:hover{border-color:#dbeafe;box-shadow:0 8px 20px #2563eb0f;transform:translateY(-3px)}.hotspot-avatar{align-items:center;background:linear-gradient(180deg,#e0f2fe,#bfdbfe);border:1px solid #dbeafe;border-radius:8px;color:#1e3a8a;display:flex;font-size:.9rem;font-weight:700;justify-content:center;min-height:44px;min-width:44px}.hotspot-info{display:flex;flex:1 1;flex-direction:column;gap:.125rem}.hotspot-name{color:#0f172a;font-size:.95rem;font-weight:600;margin:0}.hotspot-meta{align-items:center;color:#475569;display:flex;font-size:.8rem;gap:.5rem}.hotspot-endemicity{align-items:center;border-radius:16px;box-shadow:0 1px 2px rgba(0,0,0,.111);display:inline-flex;font-size:12px;font-weight:500;justify-content:center;min-width:120px;padding:4px;text-align:center;white-space:nowrap}.risk-pill{border:1px solid #0000;border-radius:999px;font-size:.75rem;font-weight:600;padding:.2rem .5rem;text-align:center;text-transform:capitalize}.risk-pill.high{background:#fff1f2;border-color:#fecaca;color:#b91c1c}.risk-pill.medium{background:#fffbeb;border-color:#fde68a;color:#92400e}.risk-pill.low{background:#ecfdf5;border-color:#bbf7d0;color:#065f46}.hotspot-panel .panel-empty{align-items:center;color:#64748b;display:flex;flex-direction:column;gap:.5rem;justify-content:center;padding:1.5rem;text-align:center}.hotspot-panel-overlay{display:none}@media (min-width:1200px){.map-container{grid-column:1/-1}}@media (max-width:900px){.hotspot-panel{box-shadow:-20px 0 30px #0206171a;height:100%;margin-top:0;max-width:420px;position:fixed;right:0;top:0;width:92%}.hotspot-panel,.hotspot-panel.open{transform:translateX(0)}.hotspot-panel-overlay{background:#02061773;display:block;inset:0;opacity:1;position:fixed;z-index:40}.map-container.registry-open{padding-right:0;transform:scale(.999);width:100%}}@media (max-width:768px){.map-container.registry-open{width:calc(100% - 300px)}}@media (max-width:576px){.map-container.registry-open{transform:translateX(-100%);width:100%}.map-container{padding-right:40px}}.hotspot-panel .panel-list::-webkit-scrollbar{width:8px}.hotspot-panel .panel-list::-webkit-scrollbar-track{background:#0000}.hotspot-panel .panel-list::-webkit-scrollbar-thumb{background:#cfe1ff;border-radius:6px}.pagination-controls{align-items:center;bottom:0;display:flex;gap:.75rem;justify-content:center;left:0;position:-webkit-sticky;position:sticky;width:100%;z-index:5}.pagination-controls button{background:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#1e3a8a;cursor:pointer;font-size:.8125rem;font-weight:500;padding:.4rem .9rem;transition:all .2s ease}.pagination-controls button:hover:not(:disabled){background:#eff6ff;border-color:#bfdbfe;color:#1d4ed8;transform:translateY(-1px)}.pagination-controls button:disabled{background:#f1f5f9;border-color:#e2e8f0;color:#94a3b8;cursor:not-allowed;opacity:.5}.pagination-controls button.active{background:#e6f0ff;border-color:#bfd7ff;color:#1e40af;font-weight:600}@keyframes spinner-dual-ring{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}:root{--primary:#1e40af;--primary-dark:#1e3a8a;--secondary:#3b82f6;--text:#1f2937;--text-light:#6b7280;--error:#ef4444;--border:#e5e7eb;--border-hover:#d1d5db;--background:#f9fafb;--white:#fff;--shadow-sm:0 1px 2px 0 #0000000d;--shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;--shadow-md:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;--radius-sm:0.375rem;--radius:0.5rem;--radius-lg:0.75rem;--transition:all 0.2s ease}body{background-color:#f9fafb;background-color:var(--background);color:#1f2937;color:var(--text);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.5}.login-container{align-items:center;background:linear-gradient(135deg,#eff6ff,#dbeafe);display:flex;justify-content:center;min-height:100vh;opacity:0;padding:1.5rem;transform:translateY(10px);transition:opacity .5s ease,transform .5s ease}.login-container.mounted{opacity:1;transform:translateY(0)}.card{background:#fff;background:var(--white);border-radius:.75rem;border-radius:var(--radius-lg);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;box-shadow:var(--shadow-md);display:flex;max-width:1000px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;width:100%}.card:hover{box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;transform:translateY(-2px)}.form-section{flex:1 1;margin:0 auto;max-width:500px;padding:3rem}.logo-login-container{margin-bottom:2.5rem;text-align:center}.logo{height:35px;object-fit:contain;width:35px}.logo-login-container h1{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#1e40af,#3b82f6);background:linear-gradient(90deg,var(--primary),var(--secondary));-webkit-background-clip:text;background-clip:text;font-size:1.3rem;font-weight:700}h2{color:#1f2937;color:var(--text);font-size:1.5rem;font-weight:700;margin-bottom:.5rem;text-align:center}h2 span{color:#6b7280;color:var(--text-light);display:block;font-size:.95rem;font-weight:400;margin-top:.5rem}.login-form{margin-top:2.5rem}.input-group{margin-bottom:1.5rem;position:relative}.input-icon{color:#6b7280;color:var(--text-light);left:1rem;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%)}.input-group input,.input-icon{transition:all .2s ease;transition:var(--transition)}.input-group input{background-color:#fff;background-color:var(--white);border:1px solid #e5e7eb;border:1px solid var(--border);border-radius:.5rem;border-radius:var(--radius);box-shadow:0 1px 2px 0 #0000000d;box-shadow:var(--shadow-sm);color:#1f2937;color:var(--text);font-size:.95rem;padding:.875rem 1rem .875rem 3rem;width:100%}.input-group input:focus{border-color:#1e40af;border-color:var(--primary);box-shadow:0 0 0 3px #2563eb1a;outline:none}.input-group input.error{border-color:#ef4444;border-color:var(--error);padding-right:2.5rem}.input-group input.error:focus{box-shadow:0 0 0 3px #ef44441a}.input-group label{background:#fff;background:var(--white);color:#6b7280;color:var(--text-light);font-size:.95rem;left:3rem;padding:0 .25rem;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%);transition:all .2s ease}.input-group input:focus+label,.input-group input:not(:placeholder-shown)+label{background:#fff;background:var(--white);color:#1e40af;color:var(--primary);font-size:.75rem;left:1rem;padding:0 .25rem;top:0}.error-message{align-items:center;animation:slideIn .3s ease-out;background-color:#fef2f2;border:1px solid #fecaca;border-radius:.5rem;border-radius:var(--radius);color:#ef4444;color:var(--error);display:flex;font-size:.875rem;margin:1rem 0;padding:.75rem 1rem}.error-message span{background-color:#ef4444;background-color:var(--error);border-radius:50%;color:#fff;font-weight:700;height:1.5rem;margin-right:.75rem;width:1.5rem}.error-message span,.toggle-password-btn{align-items:center;display:flex;justify-content:center}.toggle-password-btn{background:#0000;border:none;color:#888;cursor:pointer;font-size:1.2rem;padding:4px;position:absolute;right:12px;top:50%;transform:translateY(-50%);transition:color .2s ease}.login-button{align-items:center;background:linear-gradient(90deg,#1e40af,#3b82f6);background:linear-gradient(90deg,var(--primary),var(--secondary));border:none;border-radius:.5rem;border-radius:var(--radius);box-shadow:0 4px 6px -1px #2563eb33,0 2px 4px -2px #2563eb33;color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:600;justify-content:center;padding:1rem;transition:all .3s ease;width:100%}.login-button:hover:not(:disabled){transform:translateY(-1px)}.login-button:disabled{cursor:not-allowed;opacity:.8}.image-section{align-items:center;background:linear-gradient(135deg,#1e40af,#3b82f6);color:#fff;display:flex;flex:1 1;flex-direction:column;justify-content:center;overflow:hidden;padding:3rem 2rem;position:relative;text-align:center}.decoration{height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.circle{animation:float 15s ease-in-out infinite;background:#ffffff1a;border-radius:50%;position:absolute}.circle-1{height:200px;right:-50px;top:-50px;width:200px}.circle-2{animation-delay:-5s;bottom:-30px;height:150px;left:-30px;width:150px}.circle-3{animation-delay:-10s;height:100px;right:30px;top:50%;width:100px}.image-section .content{max-width:80%;position:relative;z-index:2}.image-section h3{color:#fff;font-size:1.5rem;font-weight:700;margin-bottom:1rem}.image-section p{font-size:.95rem;line-height:1.6;opacity:.9}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:992px){.card{max-width:700px}.form-section{padding:2.5rem}.image-section{padding:2.5rem 1.5rem}}@media (max-width:768px){.card{flex-direction:column;margin:1rem;max-width:500px}.image-section{display:none}.form-section{padding:2.5rem 2rem;width:100%}}@media (max-width:480px){.form-section{padding:2rem 1.5rem}}.sidebar{background:#fff;border-right:1px solid #e5e7eb;box-sizing:border-box;display:flex;flex-direction:column;flex-shrink:0;height:100%;overflow-y:auto;padding:0 15px 15px;width:285px}.sidebar-toggle-btn{background:#0366d6;border:none;border-radius:4px;color:#fff;cursor:pointer;display:none;font-size:.85rem;left:10px;padding:6px 10px;position:fixed;top:10px;z-index:1000}.sidebar-toggle-btn:hover{background:#024795}.sidebar-section{margin-top:1rem}.sidebar-section .sidebar-header{align-items:center;color:#2563eb;display:flex;flex-direction:row;font-weight:600;justify-content:space-between;letter-spacing:.3px;margin-bottom:.75rem}.ns-field-group{margin-bottom:1rem}.ns-label{color:#374151;display:block;font-size:.85rem;font-weight:500;margin-bottom:.3rem}.ns-input-location{background-color:#f9fafb;border:1px solid #d1d5db;border-radius:6px;box-sizing:initial;cursor:pointer;display:inline-block;font-size:.9rem;min-width:120px;padding:.45rem .6rem;transition:border-color .2s ease,box-shadow .2s ease,width .2s ease}.ns-input-location:focus{border-color:#0366d6;box-shadow:0 0 0 2px #0366d633;outline:none}.no-arrow{appearance:none;-webkit-appearance:none;-moz-appearance:none;background-size:.65rem}.ns-description{color:#6b7280;display:block;font-size:.75rem;margin-top:.3rem}.ns-label{align-items:center;display:flex;justify-content:space-between}.ns-dropdown-row{align-items:center;display:inline-flex;width:auto}.ns-dropdown-row .dropdown-select{display:inline-block;max-width:100%;width:auto}.ns-clear-icon{color:#000;cursor:pointer;flex-shrink:0;font-size:1.1rem;margin-left:6px;transition:color .2s ease}@media (max-width:768px){.sidebar{box-shadow:2px 0 6px #0000001a;height:100%;left:-320px;position:fixed;top:0;z-index:200}.sidebar.open{left:0;transition:left .3s ease}.sidebar-toggle-btn{display:block}}.dropdown{min-width:140px;position:relative}.dropdown-btn{background:#f4f9fd;border:1px solid #024795;border-radius:12px;color:#024795;cursor:pointer;display:block;max-width:285px;padding:8px 13px;text-align:left}.dropdown-btn:hover{background:#aed0f6;border:1px solid #024795;color:#024795}.dropdown-menu{background:#f3f4f6;border-radius:6px;box-shadow:0 2px 8px #00000026;left:0;list-style:none;margin:5px 0 0;max-height:0;opacity:0;overflow:hidden;padding:0;position:absolute;right:0;top:calc(100% + 2px);transition:all .3s ease;z-index:100}.dropdown-menu.open{max-height:200px;opacity:1;overflow-y:auto}.dropdown-menu li{align-items:left;cursor:pointer;font-size:14px;padding:8px 15px;transition:background .2s}.dropdown-menu li:hover{background:#e5e7eb}.home,.main{display:flex;flex:1 1;min-height:0}.home{height:93.3vh}.map{flex:1 1;height:100%;min-height:0;position:relative}.navbar-wrap{flex:0 0 auto;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.link-btn{background:none;color:#2b78e4;padding:4px 0}.download-btn,.link-btn{border:none;cursor:pointer}.download-btn{background:#2b78e4;border-radius:4px;color:#fff;padding:6px 10px}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-layers{position:fixed!important;top:80px!important}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.leaflet-control-minimap{background:#f8f8f9;border:solid #fff;border-radius:3px;box-shadow:0 1px 5px #000000a6;transition:all .6s}.leaflet-control-minimap a{background-color:#fff;background-repeat:no-repeat;transition:all .6s;z-index:99999}.leaflet-control-minimap a.minimized-bottomright{border-radius:0;transform:rotate(180deg)}.leaflet-control-minimap a.minimized-topleft{border-radius:0;transform:rotate(0deg)}.leaflet-control-minimap a.minimized-bottomleft{border-radius:0;transform:rotate(270deg)}.leaflet-control-minimap a.minimized-topright{border-radius:0;transform:rotate(90deg)}.leaflet-control-minimap-toggle-display{background-image:url(/static/media/toggle.4cb77f5b444ed35e8e2e.svg);background-size:cover;border-radius:3px 0 0;position:absolute}.leaflet-oldie .leaflet-control-minimap-toggle-display{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAOxAAADsQBlSsOGwAAAH1JREFUOI3t0DEKAjEQheFP8ERWqfUCeg9rL+adbKxkYRFEY7ERhkUhCZb7wyuGYX5ewkIvK6z/ITpjxOHHPtWKrsh4fJEl3GpF29LoI9sHSS6pZjeTnTD0iOayjFevCI7hOKaJZHpObNIsih/b3WiDSzgaS+5lfrY0Wph4A4kFM89VzdVFAAAAAElFTkSuQmCC)}.leaflet-control-minimap-toggle-display-bottomright{bottom:0;right:0}.leaflet-control-minimap-toggle-display-topleft{left:0;top:0;transform:rotate(180deg)}.leaflet-control-minimap-toggle-display-bottomleft{bottom:0;left:0;transform:rotate(90deg)}.leaflet-control-minimap-toggle-display-topright{right:0;top:0;transform:rotate(270deg)}.leaflet-oldie .leaflet-control-minimap{border:1px solid #999}.leaflet-oldie .leaflet-control-minimap a{background-color:#fff}.leaflet-oldie .leaflet-control-minimap a.minimized{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2)}.leaflet-draw-toolbar a{background:#fff}.leaflet-container{outline:none}@keyframes pulseBorder{0%{stroke-width:2px}50%{stroke-width:6px}to{stroke-width:2px}}.leaflet-interactive.selected-region{animation:pulseBorder 2s ease-in-out infinite}.leaflet-interactive.region-elevated,.leaflet-interactive.region-hover{filter:drop-shadow(0 0 6px rgba(0,0,0,.5))}.leaflet-interactive.region-elevated{stroke-linejoin:round}.leaflet-bottom .leaflet-control{margin-bottom:25px!important}.custom-notification{align-items:center;animation:fadeInUp .7s ease-in-out;background:#004593;border-radius:6px;bottom:65px;box-shadow:0 4px 12px #0003;color:#deedfe;display:flex;font-family:Poppins,sans-serif;font-size:14px;font-weight:500;gap:8px;left:50%;padding:10px 18px;position:absolute;transform:translateX(-50%);z-index:1200}.close-btn{background:#0000;border:none;color:#88a4f1;cursor:pointer;font-size:18px;font-weight:700;line-height:1}.hover-shadow{filter:drop-shadow(0 0 25px rgba(0,0,0,.8))}.weather-wrapper-new{background:linear-gradient(to left top,#82b4ff,#679eff);display:flex;min-height:calc(100vh - 80px);overflow:hidden;position:relative;width:100%}.weather-wrapper-new:before{background:radial-gradient(circle at 20% 50%,#ffffff1a 0,#0000 50%),radial-gradient(circle at 80% 80%,#ffffff1a 0,#0000 50%);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.weather-main-content{flex:1 1;height:93.3vh;overflow-y:auto;padding:2rem;position:relative;z-index:1}.forecast-section{animation:fadeInUp .6s ease-out .2s both;justify-self:center;margin-top:2rem}.section-title{color:#faf9f6;font-size:1.2rem;font-weight:700;margin:0 0 1.5rem;text-shadow:0 2px 10px #474af8}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.weatherInfo{animation:fadeInUp .6s ease-out .2s both;justify-self:center}.weather-flex{display:flex;gap:1.5rem}.weather-card-elevation,.weather-card-humidity,.weather-card-rain,.weather-card-temp{align-items:center;-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);background:#ffffff26;border:1px solid #ffffff47;border-radius:10px;cursor:default;display:flex;height:220px;justify-content:space-between;padding:1rem;transition:.3s ease;width:220px}.weather-card-elevation:hover,.weather-card-humidity:hover,.weather-card-rain:hover,.weather-card-temp:hover{border-color:#ffffff73;box-shadow:0 8px 25px #00000040}.weather-header{align-items:center;display:flex;justify-content:space-between;width:100%}.weather-content{color:#2563eb;display:flex;flex-direction:column}.weather-title{color:#424242;font-size:1rem;font-weight:500}.weather-value{font-size:2.1rem;font-weight:700;margin-top:.2rem}.weather-subtitle{color:#6a6a6a;font-size:.85rem}.weather-icon-wrapper{align-items:center;display:flex;font-size:3.2rem;justify-content:center}.weather-card-temp{background:#fffffff2;color:#fcbd49}.weather-card-humidity{background:#fffffff2;color:#be02be}.weather-card-rain{background:#fffffff2;color:#37a366}.weather-card-elevation{background:#fffffff2;color:#989898}.carousel-wrapper{align-items:center;display:flex;margin:auto;position:relative;width:954px}.carousel-container{display:flex;flex:1 1;gap:25px;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth}.forecast-card{perspective:1000px}.card-inner{cursor:pointer;height:220px;position:relative;text-align:center;transform-style:preserve-3d;transition:transform .6s;width:220px}.card-inner.flipped{perspective:1000px;transform:rotateY(180deg)}.card-back,.card-front{align-items:center;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);-webkit-backface-visibility:hidden;backface-visibility:hidden;background:#fffffff2;border:1px solid #ffffff4d;border-radius:10px;display:flex;flex-direction:column;height:220px;justify-content:center;position:absolute;width:220px}.card-front{color:#2563eb;font-size:1.5rem;font-weight:700}.card-back{align-items:center;color:#333;flex-direction:column;transform:rotateY(180deg)}.card-back p{font-size:.95rem;margin:6px 0}.waves-back,.waves-front{width:220px}.back-info,.front-info{font-size:1.5rem}.back-info{margin-top:69px}.add-water-btn{background:#fffffff2;border:none;border-radius:8px;color:#2563eb;cursor:pointer;font-weight:600;padding:8px 16px;transition:.2s ease}.waterbody-header{display:flex;justify-content:space-between;margin:0 0 1.5rem}.waterbody-title{color:#faf9f6;font-size:1.2rem;font-weight:700;text-shadow:0 2px 10px #474af8}.waterModal-overlay{align-items:center;animation:fadeIn .25s ease-out forwards;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#00000003;display:flex;inset:0;justify-content:center;position:fixed;z-index:2000}.waterModal-box{animation:modalPop .25s ease-out forwards;-webkit-backdrop-filter:saturate(180%) blur(12px);backdrop-filter:saturate(180%) blur(12px);background:#fffffff2;border-radius:18px;box-shadow:0 10px 25px #00000026,0 4px 10px #00000014;margin-left:375px;margin-top:10px;max-width:92%;padding:28px 30px;transform-origin:center;width:450px}@keyframes waterModalSlide{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.waterModal-title{color:#1d4ed8;font-size:22px;font-weight:600;margin-bottom:15px}.waterModal-field{color:#000;display:flex;flex-direction:column;margin-bottom:15px}.waterModal-field label{font-weight:600;margin-bottom:6px}.waterModal-field input,.waterModal-field select{border:1px solid #dcdcdc;border-radius:8px;font-size:14px;padding:10px}.waterModal-buttons{display:flex;gap:12px;justify-content:flex-end}.waterModal-cancel,.waterModal-submit{border:none;border-radius:8px;cursor:pointer;font-size:14px;height:35px;min-width:110px;padding:10px 18px}.waterModal-cancel{background:#eee}.waterModal-submit{background:#1d4ed8;color:#fff}.watercard-icon{margin-bottom:28px;margin-left:180px}.waterModal-submit:disabled{cursor:not-allowed;opacity:.5}.weather-sidebar-new{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffffa;border-right:1px solid #01225280;box-shadow:4px 0 20px #0000000d;min-width:380px;overflow-x:hidden;overflow-y:auto;position:relative;width:380px;z-index:10}.sidebar-container-new{display:flex;flex-direction:column;gap:2rem;padding:2rem}.sidebar-header-new{border-bottom:2px solid #f1f5f9;padding-bottom:1rem}.sidebar-header-content{align-items:center;display:flex;gap:.75rem;margin-bottom:.5rem}.header-icon{color:#2563eb;flex-shrink:0;font-size:1.2rem}.sidebar-title-new{color:#2563eb;font-size:1.2rem;font-weight:700;margin:0}.sidebar-subtitle{color:#64748b;font-size:.875rem;line-height:1.5;margin:0}.no-zones-message{background:#f8fafc;border:1px dashed #cbd5e1;border-radius:12px;font-size:.875rem;padding:.4rem;text-align:center}.weather-preview-card{background:linear-gradient(135deg,#3b82f6,#2563eb);border-radius:16px;box-shadow:0 8px 24px #2563eb40;color:#fff;overflow:hidden;padding:1.25rem;position:relative}.preview-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem;position:relative;z-index:1}.preview-title{color:#ffffffe6;font-size:1rem;font-weight:600;letter-spacing:.05em;margin:0}.preview-badge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border:1px solid #ffffff4d;border-radius:20px;color:#fff;font-size:.75rem;font-weight:600;padding:.375rem .75rem}.preview-weather-icon{align-items:center;display:flex;justify-content:center;margin:1rem 0;position:relative;z-index:1}.weather-icon-img{animation:float 1s ease-in-out infinite;filter:drop-shadow(0 4px 12px rgba(0,0,0,.2));height:80px;object-fit:contain;width:80px}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.preview-details{position:relative;z-index:1}.preview-location{align-items:center;color:#ffffffe6;display:flex;font-size:.875rem;font-weight:500;gap:.5rem;justify-content:center;margin-bottom:1rem}.location-pin{font-size:1rem}.preview-temp{align-items:flex-start;display:flex;gap:.25rem;justify-content:center}.preview-temp-value{font-size:2.25rem;font-weight:800;letter-spacing:-.02em;line-height:1}.preview-temp-unit{font-size:1.25rem;font-weight:600;margin-top:.25rem;opacity:.8}.sidebar-dropdown{align-items:center;display:flex;padding-top:10px;width:auto}.sidebar-dropdown select{background:#f4f9fd;border:1px solid #024795;border-radius:12px;color:#024795;cursor:pointer;display:block;max-width:285px;padding:8px 13px;text-align:left}.sidebar-dropdown select:hover{background:#aed0f6;border:1px solid #024795;color:#024795}
/*# sourceMappingURL=main.4ca6cee3.css.map*/