*{box-sizing:border-box}body,html{margin:0;padding:0;height:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:14px;color:#1d2733}.app-loading{align-items:center;justify-content:center;color:#667}.app,.app-loading{display:flex;height:100vh}.app{flex-direction:column}.topbar{display:flex;align-items:center;gap:16px;padding:12px 16px;background:#fff;border-bottom:1px solid #dde3ea;z-index:1100;flex-wrap:wrap;font-size:15px}.topbar .brand{font-weight:700;font-size:18px;letter-spacing:.2px}.metric-toggle{display:inline-flex;border:1px solid #c6cfd9;border-radius:6px;overflow:hidden}.metric-toggle button{border:0;background:#fff;padding:8px 16px;cursor:pointer;font-size:15px}.metric-toggle button.active{background:#2563eb;color:#fff}.btn{border:1px solid #c6cfd9;background:#fff;border-radius:6px;padding:8px 14px;cursor:pointer;font-size:15px;color:#1d2733}.btn.primary{background:#2563eb;border-color:#2563eb;color:#fff}.btn.primary:hover{background:#1d4ed8}.btn:disabled{opacity:.5;cursor:not-allowed}.stats{margin-left:auto;text-align:right;font-size:12px;color:#445;min-width:220px}.stats .bar{height:4px;background:#e4e9ef;border-radius:2px;overflow:hidden;margin-top:3px}.stats .bar>div{height:100%;background:#1a9641}.map-wrap{position:relative;flex:1 1}.map-wrap .leaflet-container{width:100%;height:100%}.map-wrap .leaflet-tile-pane{filter:saturate(.72) brightness(1.03)}.map-wrap.picking .leaflet-container{cursor:crosshair}.zoom-hint{background:rgba(29,39,51,.85)}.mode-hint,.zoom-hint{position:absolute;top:12px;left:50%;transform:translateX(-50%);color:#fff;padding:6px 16px;border-radius:20px;z-index:1000;pointer-events:none}.mode-hint{background:#2563eb;font-weight:600}.loading-bar{position:absolute;top:0;left:0;right:0;height:3px;z-index:1200;overflow:hidden;pointer-events:none}.loading-bar:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,#2563eb,transparent);animation:slide 1s linear infinite}@keyframes slide{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}.side-panel{position:absolute;top:12px;right:12px;width:320px;max-width:calc(100vw - 24px);max-height:calc(100% - 24px);overflow-y:auto;background:#fff;border:1px solid #dde3ea;border-radius:10px;box-shadow:0 8px 24px rgba(16,24,40,.12);z-index:1000;padding:14px}.side-panel h2{margin:0 0 4px;font-size:15px;padding-right:24px}.side-panel .close{position:absolute;top:8px;right:10px;border:0;background:none;font-size:18px;cursor:pointer;color:#667}.side-panel .meta{color:#556;font-size:12px;margin-bottom:8px}.badges{display:flex;gap:8px;margin:8px 0}.badge{display:inline-flex;align-items:center;gap:6px;font-size:12px;color:#445}.badge .dot{width:14px;height:14px;border-radius:4px;display:inline-block}.rating-history{margin:8px 0;padding:0;list-style:none;font-size:12px;color:#445}.rating-history li{padding:3px 0;border-top:1px solid #eef1f5}.rating-form{border-top:1px solid #dde3ea;margin-top:10px;padding-top:10px}.rating-form .row-label{font-size:12px;font-weight:600;margin:8px 0 4px}.scale{display:flex;gap:6px}.scale button{flex:1 1;padding:7px 0;border:1px solid #c6cfd9;border-radius:6px;background:#fff;cursor:pointer;font-weight:600}.scale button.selected{border-width:2px;border-color:#1d2733}.mat-select{position:relative;margin-top:4px}.mat-select-trigger{width:100%;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:8px 12px;border:1px solid #c6cfd9;border-radius:8px;background:#fff;font-size:14px;color:#1d2733;cursor:pointer;transition:border-color .12s ease,box-shadow .12s ease}.mat-select-trigger:hover{border-color:#9fb0c3}.mat-select-trigger.open,.mat-select-trigger:focus-visible{border-color:#2563eb;box-shadow:0 0 0 3px rgba(37,99,235,.15);outline:none}.mat-select-trigger svg{color:#667;flex-shrink:0;transition:transform .12s ease}.mat-select-trigger.open svg{transform:rotate(180deg)}.mat-select-menu{position:absolute;bottom:calc(100% + 6px);left:0;right:0;margin:0;padding:6px;list-style:none;background:#fff;border:1px solid #dde3ea;border-radius:10px;box-shadow:0 10px 28px rgba(16,24,40,.18);z-index:10;max-height:240px;overflow-y:auto}.mat-select-menu li{display:flex;align-items:center;justify-content:space-between;padding:8px 10px;border-radius:6px;font-size:14px;cursor:pointer}.mat-select-menu li:hover{background:#eef3fb}.mat-select-menu li.selected{font-weight:600;color:#2563eb}.rating-form .save{margin-top:12px;width:100%}.legend{position:absolute;bottom:24px;right:12px;z-index:1000;background:#fff;border:1px solid #dde3ea;border-radius:8px;box-shadow:0 4px 12px rgba(16,24,40,.1);font-size:12px}.legend summary{padding:6px 12px;cursor:pointer;font-weight:600;-webkit-user-select:none;-moz-user-select:none;user-select:none}.legend .rows{padding:4px 12px 10px}.legend .rows div{display:flex;align-items:center;gap:8px;padding:2px 0}.legend .swatch{width:22px;height:5px;border-radius:2px;display:inline-block}.modal-overlay{position:fixed;inset:0;background:rgba(16,24,40,.55);z-index:3000;display:flex;align-items:center;justify-content:center;padding:16px}.modal{background:#fff;border-radius:12px;box-shadow:0 16px 48px rgba(0,0,0,.3);max-width:440px;width:100%;max-height:90vh;overflow-y:auto;padding:22px}.modal h2{margin:0 0 12px;font-size:18px}.modal li,.modal p{font-size:14px;line-height:1.55;color:#344}.modal ul{padding-left:18px;margin:8px 0}.modal .mini-legend{display:flex;gap:6px;align-items:center;margin:10px 0;flex-wrap:wrap;font-size:13px}.modal .mini-legend .chip{display:inline-block;width:26px;height:10px;border-radius:3px}.modal .actions{display:flex;justify-content:space-between;gap:10px;margin-top:18px}.modal .actions .spacer{flex:1 1}.modal .consent{display:flex;gap:10px;align-items:flex-start;background:#f4f6f9;border-radius:8px;padding:12px;margin-top:10px;font-size:14px;line-height:1.5;cursor:pointer}.modal .consent input{margin-top:3px;flex-shrink:0}.modal .step-dots{display:flex;gap:6px;justify-content:center;margin-bottom:14px}.modal .step-dots span{width:8px;height:8px;border-radius:50%;background:#d4dbe4}.modal .step-dots span.active{background:#2563eb}.toasts{position:fixed;bottom:20px;left:50%;transform:translateX(-50%);z-index:2000;display:flex;flex-direction:column;gap:8px;align-items:center}.toast{background:#1d2733;color:#fff;padding:9px 18px;border-radius:8px;box-shadow:0 6px 18px rgba(0,0,0,.25);max-width:90vw}.toast.error{background:#b91c1c}.maintenance-banner{background:#b45309;color:#fff;text-align:center;padding:6px;font-weight:600}@media (max-width:640px){.stats{display:none}.side-panel{width:calc(100vw - 24px)}}.auth-menu{position:relative;margin-left:auto}.auth-menu .user{display:flex;align-items:center;gap:7px}.auth-menu .user img{width:20px;height:20px;border-radius:50%}.role-badge{font-size:10px;font-weight:700;letter-spacing:.4px;background:#1a9641;color:#fff;border-radius:4px;padding:1px 5px}.auth-dropdown{position:absolute;right:0;top:calc(100% + 6px);background:#fff;border-radius:8px;box-shadow:0 8px 28px rgba(0,0,0,.22);display:flex;flex-direction:column;min-width:180px;z-index:2500;overflow:hidden}.auth-dropdown button{border:0;background:none;text-align:left;padding:10px 14px;font-size:13px;cursor:pointer}.auth-dropdown button:hover{background:#f2f5f8}.auth-dropdown button.danger{color:#d7191c}.side-panel .reset-link{margin-top:8px;width:100%;font-size:12px;color:#667}.locate-btn{position:absolute;left:10px;top:84px;z-index:1000;width:34px;height:34px;border-radius:6px;border:2px solid rgba(0,0,0,.2);background:#fff;color:#1d2733;font-size:17px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 1px 5px rgba(0,0,0,.2)}.locate-btn:hover:not(:disabled){background:#f4f6f8}.locate-btn:disabled{cursor:default;color:#9aa4b0}