:root{--bg:#f6f7fb;--surface:#fff;--surface-2:#eef1f6;--border:#d8dde6;--text:#1f2430;--text-muted:#6b7280;--primary:#2e7d32;--primary-hover:#256528;--danger:#c62828;--shadow:0 1px 3px #0f172a0d;--shadow-lg:0 12px 30px #0f172a14;--topbar-bg:#fff;--topbar-border:#e2e8f0;--sidebar-bg:#1a2235;--sidebar-text:#94a3b8;--sidebar-text-active:#4ade80;--sidebar-active-bg:#2e7d3240;--card-surface:#fff;--card-surface-2:#f8fafc;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}html.dark-mode,body.dark-mode{--bg:#0b1120;--surface:#111827;--surface-2:#1e293b;--border:#1e293b;--text:#e2e8f0;--text-muted:#94a3b8;--primary:#4ade80;--primary-hover:#22c55e;--danger:#f87171;--shadow:0 1px 3px #0006;--shadow-lg:0 12px 30px #00000080;--topbar-bg:#111827;--topbar-border:#1f2937;--sidebar-bg:#060912;--sidebar-text:#94a3b8;--sidebar-text-active:#4ade80;--sidebar-active-bg:#4ade802e;--card-surface:#111827;--card-surface-2:#1e293b;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}*,:before,:after{box-sizing:border-box}html,body{background:var(--bg);color:var(--text);margin:0;padding:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.5}#app{min-height:100vh}h1,h2,h3{color:var(--text);margin:0 0 .5rem}h1{font-size:1.6rem}h2{font-size:1.25rem}h3{font-size:1.05rem}a{color:var(--primary);text-decoration:none}a:hover{text-decoration:underline}.leaflet-container{z-index:1}.leaflet-tooltip{background:var(--card-surface)!important;border:1px solid var(--border)!important;color:var(--text)!important;box-shadow:0 6px 18px #00000026!important}.leaflet-tooltip-top:before{border-top-color:var(--card-surface)!important}.leaflet-tooltip-bottom:before{border-bottom-color:var(--card-surface)!important}.leaflet-tooltip-left:before{border-left-color:var(--card-surface)!important}.leaflet-tooltip-right:before{border-right-color:var(--card-surface)!important}.admin-wrapper{min-height:100vh;display:flex}.admin-sidebar{background:var(--sidebar-bg);color:#e2e8f0;z-index:100;border-right:1px solid #ffffff0a;flex-direction:column;flex-shrink:0;width:260px;min-height:100vh;transition:width .3s,background-color .3s;display:flex;position:fixed;top:0;bottom:0;left:0;overflow:hidden}.admin-sidebar.collapsed{width:64px}.admin-main{flex-direction:column;flex:1;min-height:100vh;margin-left:260px;transition:margin-left .3s;display:flex}.admin-main.sidebar-collapsed{margin-left:64px}.admin-topbar{background:var(--topbar-bg);border-bottom:1px solid var(--topbar-border);z-index:99;height:60px;box-shadow:var(--shadow);align-items:center;gap:1rem;padding:0 1.5rem;transition:background-color .3s,border-color .3s;display:flex;position:sticky;top:0}.admin-content{flex:1;padding:1.5rem 2rem}.sidebar-nav-item{color:#94a3b8;cursor:pointer;white-space:nowrap;border-radius:8px;align-items:center;gap:.75rem;margin:2px 8px;padding:.7rem 1.2rem;transition:all .2s;display:flex;overflow:hidden}.sidebar-nav-item:hover{color:#e2e8f0;background:#ffffff14}.sidebar-nav-item.active{background:var(--sidebar-active-bg);color:var(--sidebar-text-active)}.sidebar-nav-item .nav-icon{text-align:center;flex-shrink:0;width:20px;font-size:1.1rem}.sidebar-nav-item .nav-label{font-size:.875rem;font-weight:500}.kpi-high{color:#16a34a}.kpi-medium{color:#d97706}.kpi-risk{color:#ea580c}.kpi-unsatisfactory{color:#dc2626}.hero-section{background:linear-gradient(135deg,#1b5e20 0%,#2e7d32 50%,#1565c0 100%);justify-content:center;align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.public-nav{z-index:1000;background:var(--topbar-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--topbar-border);align-items:center;height:64px;padding:0 2rem;transition:background-color .3s,border-color .3s;display:flex;position:fixed;top:0;left:0;right:0}body.dark-mode .public-nav{background:#111827eb}.public-footer{color:#94a3b8;background:#060912;padding:3rem 2rem 1.5rem}body{background:var(--bg);color:var(--text);transition:background-color .3s,color .3s}body.dark-mode .p-card{background:var(--card-surface);color:var(--text)}body.dark-mode .p-datatable-header,body.dark-mode .p-datatable-footer,body.dark-mode .p-datatable-thead>tr>th,body.dark-mode .p-datatable-tfoot>tr>td{background:var(--card-surface-2);color:var(--text);border-color:var(--border)}body.dark-mode .p-datatable-tbody>tr{background:var(--card-surface);color:var(--text)}body.dark-mode .p-datatable-tbody>tr>td{border-color:var(--border)}body.dark-mode .p-datatable-tbody>tr.p-row-odd{background:var(--card-surface-2)}body.dark-mode .p-paginator,body.dark-mode .p-inputtext,body.dark-mode .p-textarea,body.dark-mode .p-select,body.dark-mode .p-multiselect,body.dark-mode .p-datepicker-input,body.dark-mode .p-inputnumber-input{background:var(--card-surface);color:var(--text);border-color:var(--border)}body.dark-mode .p-inputtext::placeholder,body.dark-mode .p-textarea::placeholder{color:var(--text-muted)}body.dark-mode .p-select-overlay,body.dark-mode .p-multiselect-overlay,body.dark-mode .p-autocomplete-overlay,body.dark-mode .p-datepicker-panel,body.dark-mode .p-popover,body.dark-mode .p-menu,body.dark-mode .p-tieredmenu,body.dark-mode .p-contextmenu,body.dark-mode .p-dialog,body.dark-mode .p-confirmdialog,body.dark-mode .p-drawer,body.dark-mode .p-toast-message{background:var(--card-surface);color:var(--text);border-color:var(--border)}body.dark-mode .p-select-option,body.dark-mode .p-multiselect-option,body.dark-mode .p-autocomplete-option,body.dark-mode .p-menu-item-content,body.dark-mode .p-tieredmenu-item-content{color:var(--text)}body.dark-mode .p-dialog-header,body.dark-mode .p-dialog-content,body.dark-mode .p-dialog-footer,body.dark-mode .p-panel,body.dark-mode .p-panel-header,body.dark-mode .p-panel-content,body.dark-mode .p-accordionpanel,body.dark-mode .p-accordionheader,body.dark-mode .p-accordioncontent-content,body.dark-mode .p-tabs-nav,body.dark-mode .p-tab,body.dark-mode .p-tabpanel{background:var(--card-surface);color:var(--text);border-color:var(--border)}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}.hero-section{background:linear-gradient(135deg,#047857 0%,#16a34a 35%,#06b6d4 100%)}.admin-content,.admin-main,.admin-wrapper{background:var(--bg)}body.dark-mode .p-datatable,body.dark-mode .p-datatable-table,body.dark-mode .p-tabs{background:0 0}body.dark-mode .p-card{border:1px solid var(--border)}.btn-on-gradient.p-button{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:background .2s,border-color .2s;color:#fff!important;background:#ffffff24!important;border:1.5px solid #ffffff8c!important}.btn-on-gradient.p-button:hover,.btn-on-gradient.p-button:focus{color:#fff!important;background:#ffffff42!important;border-color:#fff!important}.btn-on-gradient .p-button-icon{color:#fff!important}@font-face{font-family:primeicons;font-display:block;src:url(/assets/primeicons-DMOk5skT.eot);src:url(/assets/primeicons-DMOk5skT.eot?#iefix)format("embedded-opentype"),url(/assets/primeicons-C6QP2o4f.woff2)format("woff2"),url(/assets/primeicons-WjwUDZjB.woff)format("woff"),url(/assets/primeicons-MpK4pl85.ttf)format("truetype"),url(/assets/primeicons-Dr5RGzOO.svg?#primeicons)format("svg");font-weight:400;font-style:normal}.pi{speak:none;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:primeicons;font-style:normal;font-weight:400;line-height:1;display:inline-block}.pi:before{--webkit-backface-visibility:hidden;backface-visibility:hidden}.pi-fw{text-align:center;width:1.28571em}.pi-spin{animation:2s linear infinite fa-spin}@media (prefers-reduced-motion:reduce){.pi-spin{transition-duration:0s;transition-delay:0s;animation-duration:1ms;animation-iteration-count:1;animation-delay:-1ms}}@keyframes fa-spin{0%{transform:rotate(0)}to{transform:rotate(359deg)}}.pi-folder-plus:before{content:""}.pi-receipt:before{content:""}.pi-asterisk:before{content:""}.pi-face-smile:before{content:""}.pi-pinterest:before{content:""}.pi-expand:before{content:""}.pi-pen-to-square:before{content:""}.pi-wave-pulse:before{content:""}.pi-turkish-lira:before{content:""}.pi-spinner-dotted:before{content:""}.pi-crown:before{content:""}.pi-pause-circle:before{content:""}.pi-warehouse:before{content:""}.pi-objects-column:before{content:""}.pi-clipboard:before{content:""}.pi-play-circle:before{content:""}.pi-venus:before{content:""}.pi-cart-minus:before{content:""}.pi-file-plus:before{content:""}.pi-microchip:before{content:""}.pi-twitch:before{content:""}.pi-building-columns:before{content:""}.pi-file-check:before{content:""}.pi-microchip-ai:before{content:""}.pi-trophy:before{content:""}.pi-barcode:before{content:""}.pi-file-arrow-up:before{content:""}.pi-mars:before{content:""}.pi-tiktok:before{content:""}.pi-arrow-up-right-and-arrow-down-left-from-center:before{content:""}.pi-ethereum:before{content:""}.pi-list-check:before{content:""}.pi-thumbtack:before{content:""}.pi-arrow-down-left-and-arrow-up-right-to-center:before{content:""}.pi-equals:before{content:""}.pi-lightbulb:before{content:""}.pi-star-half:before{content:""}.pi-address-book:before{content:""}.pi-chart-scatter:before{content:""}.pi-indian-rupee:before{content:""}.pi-star-half-fill:before{content:""}.pi-cart-arrow-down:before{content:""}.pi-calendar-clock:before{content:""}.pi-sort-up-fill:before{content:""}.pi-sparkles:before{content:""}.pi-bullseye:before{content:""}.pi-sort-down-fill:before{content:""}.pi-graduation-cap:before{content:""}.pi-hammer:before{content:""}.pi-bell-slash:before{content:""}.pi-gauge:before{content:""}.pi-shop:before{content:""}.pi-headphones:before{content:""}.pi-eraser:before{content:""}.pi-stopwatch:before{content:""}.pi-verified:before{content:""}.pi-delete-left:before{content:""}.pi-hourglass:before{content:""}.pi-truck:before{content:""}.pi-wrench:before{content:""}.pi-microphone:before{content:""}.pi-megaphone:before{content:""}.pi-arrow-right-arrow-left:before{content:""}.pi-bitcoin:before{content:""}.pi-file-edit:before{content:""}.pi-language:before{content:""}.pi-file-export:before{content:""}.pi-file-import:before{content:""}.pi-file-word:before{content:""}.pi-gift:before{content:""}.pi-cart-plus:before{content:""}.pi-thumbs-down-fill:before{content:""}.pi-thumbs-up-fill:before{content:""}.pi-arrows-alt:before{content:""}.pi-calculator:before{content:""}.pi-sort-alt-slash:before{content:""}.pi-arrows-h:before{content:""}.pi-arrows-v:before{content:""}.pi-pound:before{content:""}.pi-prime:before{content:""}.pi-chart-pie:before{content:""}.pi-reddit:before{content:""}.pi-code:before{content:""}.pi-sync:before{content:""}.pi-shopping-bag:before{content:""}.pi-server:before{content:""}.pi-database:before{content:""}.pi-hashtag:before{content:""}.pi-bookmark-fill:before{content:""}.pi-filter-fill:before{content:""}.pi-heart-fill:before{content:""}.pi-flag-fill:before{content:""}.pi-circle:before{content:""}.pi-circle-fill:before{content:""}.pi-bolt:before{content:""}.pi-history:before{content:""}.pi-box:before{content:""}.pi-at:before{content:""}.pi-arrow-up-right:before{content:""}.pi-arrow-up-left:before{content:""}.pi-arrow-down-left:before{content:""}.pi-arrow-down-right:before{content:""}.pi-telegram:before{content:""}.pi-stop-circle:before{content:""}.pi-stop:before{content:""}.pi-whatsapp:before{content:""}.pi-building:before{content:""}.pi-qrcode:before{content:""}.pi-car:before{content:""}.pi-instagram:before{content:""}.pi-linkedin:before{content:""}.pi-send:before{content:""}.pi-slack:before{content:""}.pi-sun:before{content:""}.pi-moon:before{content:""}.pi-vimeo:before{content:""}.pi-youtube:before{content:""}.pi-flag:before{content:""}.pi-wallet:before{content:""}.pi-map:before{content:""}.pi-link:before{content:""}.pi-credit-card:before{content:""}.pi-discord:before{content:""}.pi-percentage:before{content:""}.pi-euro:before{content:""}.pi-book:before{content:""}.pi-shield:before{content:""}.pi-paypal:before{content:""}.pi-amazon:before{content:""}.pi-phone:before{content:""}.pi-filter-slash:before{content:""}.pi-facebook:before{content:""}.pi-github:before{content:""}.pi-twitter:before{content:""}.pi-step-backward-alt:before{content:""}.pi-step-forward-alt:before{content:""}.pi-forward:before{content:""}.pi-backward:before{content:""}.pi-fast-backward:before{content:""}.pi-fast-forward:before{content:""}.pi-pause:before{content:""}.pi-play:before{content:""}.pi-compass:before{content:""}.pi-id-card:before{content:""}.pi-ticket:before{content:""}.pi-file-o:before{content:""}.pi-reply:before{content:""}.pi-directions-alt:before{content:""}.pi-directions:before{content:""}.pi-thumbs-up:before{content:""}.pi-thumbs-down:before{content:""}.pi-sort-numeric-down-alt:before{content:""}.pi-sort-numeric-up-alt:before{content:""}.pi-sort-alpha-down-alt:before{content:""}.pi-sort-alpha-up-alt:before{content:""}.pi-sort-numeric-down:before{content:""}.pi-sort-numeric-up:before{content:""}.pi-sort-alpha-down:before{content:""}.pi-sort-alpha-up:before{content:""}.pi-sort-alt:before{content:""}.pi-sort-amount-up:before{content:""}.pi-sort-amount-down:before{content:""}.pi-sort-amount-down-alt:before{content:""}.pi-sort-amount-up-alt:before{content:""}.pi-palette:before{content:""}.pi-undo:before{content:""}.pi-desktop:before{content:""}.pi-sliders-v:before{content:""}.pi-sliders-h:before{content:""}.pi-search-plus:before{content:""}.pi-search-minus:before{content:""}.pi-file-excel:before{content:""}.pi-file-pdf:before{content:""}.pi-check-square:before{content:""}.pi-chart-line:before{content:""}.pi-user-edit:before{content:""}.pi-exclamation-circle:before{content:""}.pi-android:before{content:""}.pi-google:before{content:""}.pi-apple:before{content:""}.pi-microsoft:before{content:""}.pi-heart:before{content:""}.pi-mobile:before{content:""}.pi-tablet:before{content:""}.pi-key:before{content:""}.pi-shopping-cart:before{content:""}.pi-comments:before{content:""}.pi-comment:before{content:""}.pi-briefcase:before{content:""}.pi-bell:before{content:""}.pi-paperclip:before{content:""}.pi-share-alt:before{content:""}.pi-envelope:before{content:""}.pi-volume-down:before{content:""}.pi-volume-up:before{content:""}.pi-volume-off:before{content:""}.pi-eject:before{content:""}.pi-money-bill:before{content:""}.pi-images:before{content:""}.pi-image:before{content:""}.pi-sign-in:before{content:""}.pi-sign-out:before{content:""}.pi-wifi:before{content:""}.pi-sitemap:before{content:""}.pi-chart-bar:before{content:""}.pi-camera:before{content:""}.pi-dollar:before{content:""}.pi-lock-open:before{content:""}.pi-table:before{content:""}.pi-map-marker:before{content:""}.pi-list:before{content:""}.pi-eye-slash:before{content:""}.pi-eye:before{content:""}.pi-folder-open:before{content:""}.pi-folder:before{content:""}.pi-video:before{content:""}.pi-inbox:before{content:""}.pi-lock:before{content:""}.pi-unlock:before{content:""}.pi-tags:before{content:""}.pi-tag:before{content:""}.pi-power-off:before{content:""}.pi-save:before{content:""}.pi-question-circle:before{content:""}.pi-question:before{content:""}.pi-copy:before{content:""}.pi-file:before{content:""}.pi-clone:before{content:""}.pi-calendar-times:before{content:""}.pi-calendar-minus:before{content:""}.pi-calendar-plus:before{content:""}.pi-ellipsis-v:before{content:""}.pi-ellipsis-h:before{content:""}.pi-bookmark:before{content:""}.pi-globe:before{content:""}.pi-replay:before{content:""}.pi-filter:before{content:""}.pi-print:before{content:""}.pi-align-right:before{content:""}.pi-align-left:before{content:""}.pi-align-center:before{content:""}.pi-align-justify:before{content:""}.pi-cog:before{content:""}.pi-cloud-download:before{content:""}.pi-cloud-upload:before{content:""}.pi-cloud:before{content:""}.pi-pencil:before{content:""}.pi-users:before{content:""}.pi-clock:before{content:""}.pi-user-minus:before{content:""}.pi-user-plus:before{content:""}.pi-trash:before{content:""}.pi-external-link:before{content:""}.pi-window-maximize:before{content:""}.pi-window-minimize:before{content:""}.pi-refresh:before{content:""}.pi-user:before{content:""}.pi-exclamation-triangle:before{content:""}.pi-calendar:before{content:""}.pi-chevron-circle-left:before{content:""}.pi-chevron-circle-down:before{content:""}.pi-chevron-circle-right:before{content:""}.pi-chevron-circle-up:before{content:""}.pi-angle-double-down:before{content:""}.pi-angle-double-left:before{content:""}.pi-angle-double-right:before{content:""}.pi-angle-double-up:before{content:""}.pi-angle-down:before{content:""}.pi-angle-left:before{content:""}.pi-angle-right:before{content:""}.pi-angle-up:before{content:""}.pi-upload:before{content:""}.pi-download:before{content:""}.pi-ban:before{content:""}.pi-star-fill:before{content:""}.pi-star:before{content:""}.pi-chevron-left:before{content:""}.pi-chevron-right:before{content:""}.pi-chevron-down:before{content:""}.pi-chevron-up:before{content:""}.pi-caret-left:before{content:""}.pi-caret-right:before{content:""}.pi-caret-down:before{content:""}.pi-caret-up:before{content:""}.pi-search:before{content:""}.pi-check:before{content:""}.pi-check-circle:before{content:""}.pi-times:before{content:""}.pi-times-circle:before{content:""}.pi-plus:before{content:""}.pi-plus-circle:before{content:""}.pi-minus:before{content:""}.pi-minus-circle:before{content:""}.pi-circle-on:before{content:""}.pi-circle-off:before{content:""}.pi-sort-down:before{content:""}.pi-sort-up:before{content:""}.pi-sort:before{content:""}.pi-step-backward:before{content:""}.pi-step-forward:before{content:""}.pi-th-large:before{content:""}.pi-arrow-down:before{content:""}.pi-arrow-left:before{content:""}.pi-arrow-right:before{content:""}.pi-arrow-up:before{content:""}.pi-bars:before{content:""}.pi-arrow-circle-down:before{content:""}.pi-arrow-circle-left:before{content:""}.pi-arrow-circle-right:before{content:""}.pi-arrow-circle-up:before{content:""}.pi-info:before{content:""}.pi-info-circle:before{content:""}.pi-home:before{content:""}.pi-spinner:before{content:""}.brand-name[data-v-f6ef8d72]{color:var(--text);font-size:.95rem;font-weight:700}.brand-tag[data-v-f6ef8d72]{color:var(--text-muted);font-size:.7rem}.lang-pill[data-v-f6ef8d72]{background:var(--card-surface);border:1px solid var(--border);color:var(--text);cursor:pointer;border-radius:999px;align-items:center;gap:.35rem;padding:.4rem .7rem;font-family:inherit;font-size:.8rem;font-weight:700;transition:all .15s;display:inline-flex}.lang-pill[data-v-f6ef8d72]:hover{border-color:var(--primary);color:var(--primary)}.nav-link[data-v-f6ef8d72]{color:var(--text);border-radius:8px;padding:.5rem 1rem;font-size:.9rem;font-weight:500;text-decoration:none;transition:all .2s}.nav-link[data-v-f6ef8d72]:hover{background:var(--surface-2)}.nav-link.active[data-v-f6ef8d72]{color:#16a34a;background:#16a34a26}body.dark-mode{color:#4ade80;background:#4ade8026}.theme-btn[data-v-f6ef8d72]{color:var(--text-muted)}.theme-btn[data-v-f6ef8d72]:hover{color:var(--text)}.user-pill[data-v-f6ef8d72]{background:var(--surface-2);border:1px solid var(--border);cursor:pointer;color:var(--text);border-radius:999px;align-items:center;gap:.5rem;padding:.3rem .85rem .3rem .3rem;font-family:inherit;transition:background .15s,border-color .15s;display:inline-flex}.user-pill[data-v-f6ef8d72]:hover{border-color:var(--primary);background:#16a34a1a}.user-avatar[data-v-f6ef8d72]{font-weight:800;color:#fff!important;background:linear-gradient(135deg,#16a34a,#06b6d4)!important}.user-name[data-v-f6ef8d72]{text-overflow:ellipsis;white-space:nowrap;max-width:140px;font-size:.85rem;font-weight:600;overflow:hidden}.crm-shortcut[data-v-f6ef8d72]{font-weight:600!important}@media (width<=900px){.user-name[data-v-f6ef8d72],.crm-shortcut[data-v-f6ef8d72]{display:none!important}}@media (width<=768px){.desktop-nav[data-v-f6ef8d72]{display:none!important}.mobile-menu-btn[data-v-f6ef8d72]{display:flex!important}}.topbar-btn[data-v-bb347289]{color:var(--text-muted)}.topbar-btn[data-v-bb347289]:hover{color:var(--text)}.lang-pill[data-v-bb347289]{background:var(--card-surface);border:1px solid var(--border);color:var(--text);cursor:pointer;border-radius:999px;align-items:center;gap:.3rem;padding:.35rem .65rem;font-family:inherit;font-size:.78rem;font-weight:700;transition:all .15s;display:inline-flex}.lang-pill[data-v-bb347289]:hover{border-color:var(--primary);color:var(--primary)}.topbar-user[data-v-bb347289]{color:var(--text);font-size:.85rem;font-weight:600}@media (width<=640px){.topbar-user[data-v-bb347289]{display:none}}
