:root{--app:#243b53;--app2:#102a43;--soft:#f5f7fa;--green:#2f855a;--orange:#dd6b20}body{background:#f6f8fb;color:#243b53}.app-nav{background:linear-gradient(120deg,var(--app2),var(--app))}.navbar-brand{font-size:1rem}.card{border:0;box-shadow:0 6px 22px rgba(16,42,67,.07);border-radius:16px}.card-header{background:#fff;border-bottom:1px solid #edf2f7;border-radius:16px 16px 0 0!important}.btn{border-radius:10px}.btn-primary{background:#315b7d;border-color:#315b7d}.badge{font-weight:600}.map-box{height:56vh;min-height:380px;border-radius:16px;overflow:hidden;background:#e9eef3;border:1px solid #dbe3eb}.map-box.small{height:420px}.hero{background:linear-gradient(135deg,#102a43,#315b7d);color:white;border-radius:20px;padding:24px}.metric{font-size:2rem;font-weight:700}.territory-card .number{width:48px;height:48px;border-radius:14px;background:#e6f0f8;display:flex;align-items:center;justify-content:center;font-weight:800;color:#244d6c}.schedule-date{width:62px;text-align:center;background:#edf2f7;border-radius:12px;padding:8px}.schedule-date strong{display:block;font-size:1.35rem}.status-dot{display:inline-block;width:10px;height:10px;border-radius:50%;margin-right:6px}.status-recent{background:#38a169}.status-mid{background:#d69e2e}.status-old{background:#e53e3e}.sticky-actions{position:sticky;bottom:10px;z-index:10;background:rgba(255,255,255,.94);backdrop-filter:blur(8px);border:1px solid #e2e8f0;border-radius:14px;padding:10px}.map-toolbar{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:10px}.map-toolbar .btn.active{box-shadow:0 0 0 .2rem rgba(49,91,125,.15)}.point-list{max-height:220px;overflow:auto}.legend{display:flex;gap:14px;flex-wrap:wrap;font-size:.85rem}.legend span:before{content:'';display:inline-block;width:12px;height:12px;border-radius:3px;margin-right:5px;vertical-align:-1px}.legend .territory:before{background:#315b7d}.legend .sector:before{background:#38a169}.legend .pending:before{background:#dd6b20}.legend .resolved:before{background:#38a169}.form-control,.form-select{border-radius:10px;padding:.65rem .8rem}.table>tbody>tr>td{vertical-align:middle}.login-wrap{max-width:460px;margin:5vh auto}.empty-state{padding:46px 20px;text-align:center;color:#627d98}.fab{position:fixed;right:18px;bottom:18px;z-index:100}@media(max-width:768px){main.container{padding-left:12px;padding-right:12px}.map-box{height:60vh;min-height:420px}.hero{padding:20px}.navbar .nav-link{font-size:.9rem;padding-left:.45rem!important;padding-right:.45rem!important}.table-responsive{font-size:.92rem}}

/* Leaflet / OpenStreetMap */
.map-box.leaflet-container{background:#eef2f4}
.rp-number-marker{background:#315b7d;color:#fff;border:2px solid #fff;border-radius:50%;font-weight:700;text-align:center;line-height:20px;box-shadow:0 1px 4px rgba(0,0,0,.35)}
.map-external-actions{display:flex;gap:.5rem;flex-wrap:wrap;margin-top:.75rem}

/* v1.2 - visual de satélite e marcação simplificada */
.map-box{position:relative}
.leaflet-control-layers{font-size:.82rem}
.schedule-area-banner{border:1px solid #bfdbfe;background:#eff6ff;border-radius:14px;padding:12px 14px}
.work-choice{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.work-choice input{position:absolute;opacity:0;pointer-events:none}
.work-choice label{border:2px solid #dbe3eb;border-radius:14px;padding:14px;text-align:center;font-weight:700;background:#fff;cursor:pointer;transition:.15s}
.work-choice input:checked+label{border-color:#2563eb;background:#eff6ff;color:#1d4ed8;box-shadow:0 0 0 3px rgba(37,99,235,.08)}
.map-float-actions{position:absolute;left:10px;bottom:26px;z-index:500;display:flex;flex-direction:column;gap:7px;max-width:calc(100% - 20px)}
.map-float-actions .btn{box-shadow:0 3px 12px rgba(15,23,42,.22);background:rgba(255,255,255,.96);text-align:left}
.map-float-actions .btn-primary{background:#315b7d;color:#fff}
.rp-freehand-active{cursor:crosshair!important;touch-action:none!important;box-shadow:inset 0 0 0 4px rgba(34,197,94,.75)}
.rp-draw-hint{background:#ecfdf5;border:1px solid #a7f3d0;color:#166534;border-radius:12px;padding:10px 12px;font-weight:600}
.map-status-pill{display:inline-flex;align-items:center;gap:6px;border-radius:999px;padding:.35rem .65rem;font-size:.82rem;font-weight:700}
.map-status-pill.blue{background:#dbeafe;color:#1d4ed8}.map-status-pill.green{background:#dcfce7;color:#166534}.map-status-pill.orange{background:#ffedd5;color:#9a3412}
@media(max-width:768px){.work-choice{grid-template-columns:1fr}.map-box.focus-map{height:68vh;min-height:500px}.map-toolbar.mobile-stack .btn{flex:1 1 100%}}
.legend .scheduled:before{background:#3b82f6}
