.drv-page{background:var(--dash-bg,#0c0e14);flex-direction:column;min-height:100dvh;display:flex}.drv-topbar{padding:10px 16px;padding-top:calc(10px + env(safe-area-inset-top,0px));border-bottom:1px solid var(--dash-border,#ffffff12);-webkit-backdrop-filter:blur(12px);z-index:20;background:#0f1119eb;justify-content:space-between;align-items:center;display:flex;position:sticky;top:0}.drv-topbar-left{align-items:center;gap:10px;min-width:0;display:flex}.drv-avatar{object-fit:cover;border:2px solid #ffffff1a;border-radius:50%;flex-shrink:0;width:36px;height:36px}.drv-topbar h2{color:var(--dash-text-h,#f0f2f7);white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:15px;font-weight:700;overflow:hidden}.drv-topbar-sub{color:var(--dash-text-muted,#6b7490);align-items:center;gap:5px;font-size:11px;display:flex}.drv-gps-dot{border-radius:50%;flex-shrink:0;width:7px;height:7px}.drv-gps-dot.granted{background:#4ade80;animation:2s ease-in-out infinite gpsPulse;box-shadow:0 0 6px #4ade8080}.drv-gps-dot.pending{background:#facc15;animation:1s ease-in-out infinite gpsPulse}.drv-gps-dot.denied{background:#f87171}@keyframes gpsPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(1.3)}}.drv-logout{color:#f87171;cursor:pointer;-webkit-tap-highlight-color:transparent;background:#ef44441a;border:1px solid #ef444433;border-radius:8px;flex-shrink:0;padding:7px 14px;font-family:inherit;font-size:12px;font-weight:600;transition:background .15s}.drv-logout:active{background:#ef444433}.drv-stats{border-bottom:1px solid var(--dash-border,#ffffff12);background:#12141eb3;justify-content:center;align-items:center;gap:0;padding:14px 16px;display:flex}.drv-stat{flex-direction:column;flex:1;align-items:center;gap:2px;display:flex}.drv-stat-value{color:var(--dash-text-h,#f0f2f7);letter-spacing:-.02em;font-size:18px;font-weight:800}.drv-stat-label{color:var(--dash-text-muted,#6b7490);text-transform:uppercase;letter-spacing:.05em;font-size:11px;font-weight:500}.drv-stat-divider{background:var(--dash-border,#ffffff12);flex-shrink:0;width:1px;height:32px}.drv-section-header{align-items:center;gap:8px;padding:14px 16px 8px;display:flex}.drv-section-header h3{color:var(--dash-text-h,#f0f2f7);margin:0;font-size:14px;font-weight:700}.drv-badge{color:#60a5fa;background:#3b82f626;border-radius:10px;padding:2px 8px;font-size:11px;font-weight:700}.drv-list{padding:0 12px 16px;padding-bottom:calc(16px + env(safe-area-inset-bottom,0px));-webkit-overflow-scrolling:touch;flex-direction:column;flex:1;gap:10px;display:flex;overflow-y:auto}.drv-center{flex:1;justify-content:center;align-items:center;padding:24px 16px;display:flex}.drv-card-empty{text-align:center;color:var(--dash-text-muted,#6b7490);flex-direction:column;align-items:center;gap:12px;padding:32px 24px;display:flex}.drv-card-empty h2{color:var(--dash-text-h,#f0f2f7);margin:0;font-size:18px;font-weight:700}.drv-card-empty p{margin:0;font-size:14px;line-height:1.5}.drv-btn{color:#fff;cursor:pointer;-webkit-tap-highlight-color:transparent;background:linear-gradient(135deg,#e8a030,#d4871c);border:none;border-radius:12px;margin-top:4px;padding:12px 28px;font-family:inherit;font-size:14px;font-weight:600}.drv-btn:active{transform:scale(.97)}.drv-spinner-lg{border:3px solid #ffffff1a;border-top-color:#60a5fa;border-radius:50%;width:28px;height:28px;animation:.6s linear infinite drvSpin}@keyframes drvSpin{to{transform:rotate(360deg)}}.drv-sol-card{border:1px solid var(--dash-border,#ffffff12);-webkit-tap-highlight-color:transparent;background:#12141ee6;border-radius:14px;flex-direction:column;gap:10px;padding:14px;transition:border-color .15s;display:flex}.drv-sol-card:active{border-color:#3b82f64d}.drv-sol-top{justify-content:space-between;align-items:center;gap:8px;display:flex}.drv-sol-client{align-items:center;gap:10px;min-width:0;display:flex}.drv-sol-avatar{object-fit:cover;border:1px solid #ffffff14;border-radius:50%;flex-shrink:0;width:34px;height:34px}.drv-sol-avatar-placeholder{width:34px;height:34px;color:var(--dash-text-muted,#6b7490);background:#ffffff0f;border-radius:50%;flex-shrink:0;place-items:center;display:grid}.drv-sol-name{color:var(--dash-text-h,#f0f2f7);white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:600;display:block;overflow:hidden}.drv-sol-type{color:var(--dash-text-muted,#6b7490);font-size:11px;display:block}.drv-sol-dist{text-align:right;flex-shrink:0}.drv-sol-km{color:#60a5fa;background:#3b82f61a;border-radius:8px;padding:3px 10px;font-size:13px;font-weight:700}.drv-sol-route{flex-direction:column;gap:0;padding-left:6px;display:flex}.drv-sol-point{align-items:flex-start;gap:10px;display:flex}.drv-dot{border-radius:50%;flex-shrink:0;width:10px;height:10px;margin-top:4px}.drv-dot.origin{background:#4ade80;box-shadow:0 0 6px #4ade8066}.drv-dot.dest{background:#f87171;box-shadow:0 0 6px #f8717166}.drv-sol-addr{color:var(--dash-text,#b0b8c9);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:13px;line-height:1.4;display:-webkit-box;overflow:hidden}.drv-sol-line{opacity:.5;background:linear-gradient(#4ade80,#f87171);border-radius:1px;width:2px;height:14px;margin-left:4px}.drv-sol-bottom{border-top:1px solid var(--dash-border,#ffffff0d);flex-direction:column;gap:4px;padding-top:6px;display:flex}.drv-sol-pay{justify-content:space-between;align-items:center;display:flex}.drv-sol-pay-method{color:var(--dash-text-muted,#6b7490);font-size:12px}.drv-sol-amount{color:#4ade80;letter-spacing:-.02em;font-size:15px;font-weight:800}.drv-sol-obs{color:var(--dash-text-muted,#6b7490);margin:0;font-size:11px;font-style:italic;line-height:1.4}@media (width>=380px){.drv-sol-card{padding:16px}.drv-stat-value{font-size:20px}}@media (width>=520px){.drv-topbar{padding:12px 24px}.drv-topbar h2{font-size:17px}.drv-avatar{width:40px;height:40px}.drv-stats{padding:18px 24px}.drv-stat-value{font-size:22px}.drv-stat-label{font-size:12px}.drv-section-header{padding:18px 24px 10px}.drv-list{gap:12px;padding:0 20px 24px}.drv-sol-card{border-radius:16px}}@media (width>=768px){.drv-topbar{padding:14px 32px}.drv-list{max-width:600px;margin:0 auto;padding:0 32px 32px}.drv-stats{width:100%;max-width:600px;margin:0 auto}.drv-section-header{width:100%;max-width:600px;margin:0 auto;padding:20px 32px 10px}}:root,[data-theme=dark]{--asg-bg:#0a0c12;--asg-sheet-bg:#0d0f17f0;--asg-sheet-border:#ffffff0f;--asg-sheet-handle:#ffffff26;--asg-header-gradient:#0a0c12e0;--asg-text:#f0f2f7;--asg-text-muted:#ffffff80;--asg-text-dim:#ffffff59;--asg-card-bg:#ffffff0a;--asg-card-border:#ffffff0f;--asg-tag-color:#ffffff8c;--asg-overlay-bg:#000000b3;--asg-dialog-bg:#121420f7;--asg-dialog-border:#ffffff14;--asg-cancel-bg:#ffffff0f;--asg-cancel-color:#fff9;--asg-cancel-border:#ffffff14;--asg-spinner-track:#ffffff14;--asg-loading-color:#fff6;--asg-tooltip-bg:#0f1119eb;--asg-tooltip-border:#ffffff1a;--asg-tooltip-color:#f0f2f7}[data-theme=light]{--asg-bg:#f0f2f5;--asg-sheet-bg:#fffffff5;--asg-sheet-border:#0000000f;--asg-sheet-handle:#0000001f;--asg-header-gradient:#ffffffe0;--asg-text:#1a1d2b;--asg-text-muted:#00000080;--asg-text-dim:#00000059;--asg-card-bg:#00000008;--asg-card-border:#0000000f;--asg-tag-color:#00000080;--asg-overlay-bg:#0006;--asg-dialog-bg:#fffffffa;--asg-dialog-border:#00000014;--asg-cancel-bg:#0000000a;--asg-cancel-color:#0000008c;--asg-cancel-border:#0000001a;--asg-spinner-track:#00000014;--asg-loading-color:#0006;--asg-tooltip-bg:#fffffff2;--asg-tooltip-border:#00000014;--asg-tooltip-color:#1a1d2b}.asg-page{background:var(--asg-bg);width:100%;height:100dvh;position:relative;overflow:hidden}.asg-map{inset:0;z-index:1!important;width:100%!important;height:100%!important;position:absolute!important}.asg-map .leaflet-control-attribution{display:none!important}.asg-float-header{z-index:10;padding:14px 16px;padding-top:calc(14px + env(safe-area-inset-top,0px));background:linear-gradient(180deg, var(--asg-header-gradient) 0%, transparent 100%);pointer-events:none;justify-content:center;align-items:center;display:flex;position:absolute;top:0;left:0;right:0}.asg-header-info{pointer-events:auto;flex-direction:column;align-items:center;gap:2px;display:flex}.asg-header-label{color:var(--asg-text-muted);text-transform:uppercase;letter-spacing:.5px;font-size:11px;font-weight:500}.asg-header-id{color:var(--asg-text);letter-spacing:-.3px;font-size:16px;font-weight:800}.asg-bottom-sheet{z-index:10;background:var(--asg-sheet-bg);-webkit-backdrop-filter:blur(20px);border-top:1px solid var(--asg-sheet-border);padding:20px;padding-bottom:calc(20px + env(safe-area-inset-bottom,0px));border-radius:24px 24px 0 0;animation:.5s cubic-bezier(.16,1,.3,1) both asgSheetUp;position:absolute;bottom:0;left:0;right:0;box-shadow:0 -12px 48px -12px #0000004d}@keyframes asgSheetUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.asg-bottom-sheet:before{content:"";background:var(--asg-sheet-handle);border-radius:2px;width:36px;height:4px;margin:0 auto 16px;display:block}.asg-sheet-loading{color:var(--asg-loading-color);flex-direction:column;align-items:center;gap:12px;padding:24px 0 8px;font-size:13px;display:flex}.asg-spinner{border:3px solid var(--asg-spinner-track);border-top-color:#60a5fa;border-radius:50%;width:28px;height:28px;animation:.65s linear infinite asgSpin}@keyframes asgSpin{to{transform:rotate(360deg)}}.asg-metrics{background:var(--asg-card-bg);border:1px solid var(--asg-card-border);border-radius:16px;align-items:center;margin-bottom:16px;padding:14px 16px;display:flex}.asg-metric{flex:1;align-items:center;gap:12px;display:flex}.asg-metric-sep{background:var(--asg-card-border);flex-shrink:0;width:1px;height:36px;margin:0 12px}.asg-metric-icon{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.asg-metric-icon.blue{color:#60a5fa;background:#60a5fa1f}.asg-metric-icon.green{color:#34d399;background:#34d3991f}.asg-metric-data{flex-direction:column;gap:1px;min-width:0;display:flex}.asg-metric-value{color:var(--asg-text);letter-spacing:-.3px;font-size:18px;font-weight:800;line-height:1.1}.asg-metric-label{color:var(--asg-text-dim);font-size:11px;font-weight:500}.asg-dest-info{margin-bottom:16px}.asg-dest-row{align-items:flex-start;gap:12px;margin-bottom:10px;display:flex}.asg-dest-dot{background:#f59e0b;border-radius:50%;flex-shrink:0;width:12px;height:12px;margin-top:4px;box-shadow:0 0 0 4px #f59e0b26}.asg-dest-text{flex-direction:column;gap:3px;min-width:0;display:flex}.asg-dest-label{color:var(--asg-text-dim);text-transform:uppercase;letter-spacing:.5px;font-size:11px;font-weight:600}.asg-dest-addr{color:var(--asg-text);font-size:15px;font-weight:600;line-height:1.35}.asg-dest-meta{gap:8px;padding-left:24px;display:flex}.asg-tag{color:var(--asg-tag-color);background:var(--asg-card-bg);border:1px solid var(--asg-card-border);border-radius:8px;align-items:center;gap:5px;padding:5px 10px;font-size:12px;font-weight:600;display:inline-flex}.asg-tag svg{opacity:.5}.asg-accept-btn{color:#000;cursor:pointer;-webkit-tap-highlight-color:transparent;background:linear-gradient(135deg,#34d399,#10b981);border:none;border-radius:16px;justify-content:center;align-items:center;gap:10px;width:100%;padding:16px 20px;font-family:inherit;font-size:16px;font-weight:700;transition:transform .15s,box-shadow .15s;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 20px -4px #10b98180}.asg-accept-btn:after{content:"";background:linear-gradient(135deg,#0000 30%,#ffffff26 50%,#0000 70%);animation:3s ease-in-out infinite asgShimmer;position:absolute;inset:0;transform:translate(-100%)}@keyframes asgShimmer{0%,to{transform:translate(-100%)}50%{transform:translate(100%)}}.asg-accept-btn:active{transform:scale(.97);box-shadow:0 2px 12px -2px #10b98166}.asg-overlay{z-index:100;background:var(--asg-overlay-bg);-webkit-backdrop-filter:blur(6px);justify-content:center;align-items:center;padding:24px;animation:.2s ease-out both asgFadeIn;display:flex;position:fixed;inset:0}@keyframes asgFadeIn{0%{opacity:0}to{opacity:1}}.asg-dialog{background:var(--asg-dialog-bg);border:1px solid var(--asg-dialog-border);text-align:center;border-radius:24px;width:100%;max-width:360px;padding:32px 24px 24px;animation:.3s cubic-bezier(.16,1,.3,1) both asgDialogIn;box-shadow:0 24px 64px -12px #00000059}@keyframes asgDialogIn{0%{opacity:0;transform:scale(.9)translateY(20px)}to{opacity:1;transform:none}}.asg-dialog-icon{margin-bottom:16px}.asg-dialog-title{color:var(--asg-text);margin:0 0 8px;font-size:20px;font-weight:800}.asg-dialog-desc{color:var(--asg-text-muted);margin:0 0 24px;font-size:14px;line-height:1.5}.asg-dialog-desc strong{color:#60a5fa}.asg-dialog-actions{gap:10px;display:flex}.asg-dialog-btn{cursor:pointer;-webkit-tap-highlight-color:transparent;border:none;border-radius:14px;flex:1;justify-content:center;align-items:center;gap:8px;padding:14px 16px;font-family:inherit;font-size:14px;font-weight:700;transition:background .2s,transform .15s;display:flex}.asg-dialog-btn:active{transform:scale(.97)}.asg-dialog-btn.cancel{background:var(--asg-cancel-bg);color:var(--asg-cancel-color);border:1px solid var(--asg-cancel-border)}.asg-dialog-btn.confirm{color:#000;background:linear-gradient(135deg,#34d399,#10b981);box-shadow:0 4px 16px -4px #10b98166}.asg-dialog-btn:disabled{opacity:.6;cursor:not-allowed}.asg-btn-spinner{border:2px solid #0003;border-top-color:#000;border-radius:50%;width:16px;height:16px;animation:.5s linear infinite asgSpin}.asg-tooltip-dark{background:var(--asg-tooltip-bg)!important;border:1px solid var(--asg-tooltip-border)!important;color:var(--asg-tooltip-color)!important;border-radius:10px!important;padding:8px 12px!important;font-size:13px!important;font-weight:600!important;box-shadow:0 4px 20px #00000040!important}.asg-tooltip-dark:before{border-top-color:var(--asg-tooltip-bg)!important}@media (width>=520px){.asg-bottom-sheet{border-radius:24px 24px 0 0;max-width:460px;animation:.5s cubic-bezier(.16,1,.3,1) both asgSheetUpCentered;left:50%;transform:translate(-50%)}@keyframes asgSheetUpCentered{0%{transform:translate(-50%)translateY(100%)}to{transform:translate(-50%)translateY(0)}}.asg-metric-value{font-size:20px}.asg-dest-addr{font-size:16px}}@media (width>=768px){.asg-bottom-sheet{border-radius:24px;max-width:480px;animation:.5s cubic-bezier(.16,1,.3,1) both asgSheetSlideIn;bottom:24px;left:auto;right:24px;transform:none}@keyframes asgSheetSlideIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:none}}}.srv-page{background:var(--asg-bg,#0a0c12);width:100%;height:100dvh;position:relative;overflow:hidden}.srv-float-header{z-index:10;padding:14px 16px;padding-top:calc(14px + env(safe-area-inset-top,0px));background:linear-gradient(180deg, var(--asg-header-gradient,#0a0c12e0) 0%, transparent 100%);pointer-events:none;justify-content:center;align-items:center;gap:12px;display:flex;position:absolute;top:0;left:0;right:0}.srv-float-header>*{pointer-events:auto}.srv-header-info{flex-direction:column;align-items:center;gap:2px;display:flex}.srv-header-label{color:#10b981;text-transform:uppercase;letter-spacing:.5px;font-size:11px;font-weight:600}.srv-header-id{color:var(--asg-text,#f0f2f7);letter-spacing:-.3px;font-size:16px;font-weight:800}.srv-estado-badge{text-transform:uppercase;letter-spacing:.3px;cursor:pointer;-webkit-tap-highlight-color:transparent;border:none;border-radius:8px;flex-shrink:0;padding:6px 12px;font-family:inherit;font-size:11px;font-weight:700;transition:transform .15s,opacity .15s}.srv-estado-badge:active{opacity:.85;transform:scale(.93)}.srv-bottom-sheet{z-index:10;background:var(--asg-sheet-bg,#0d0f17f0);-webkit-backdrop-filter:blur(20px);border-top:1px solid var(--asg-sheet-border,#ffffff0f);padding:20px 16px;padding-bottom:calc(20px + env(safe-area-inset-bottom,0px));border-radius:24px 24px 0 0;animation:.5s cubic-bezier(.16,1,.3,1) both srvSheetUp;position:absolute;bottom:0;left:0;right:0;box-shadow:0 -12px 48px -12px #0000004d}@keyframes srvSheetUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.srv-bottom-sheet:before{content:"";background:var(--asg-sheet-handle,#ffffff26);border-radius:2px;width:36px;height:4px;margin:0 auto 14px;display:block;position:sticky;top:0}.srv-summary{cursor:pointer;-webkit-tap-highlight-color:transparent;justify-content:space-between;align-items:center;gap:10px;padding-bottom:4px;display:flex}.srv-summary-left{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.srv-summary-right{flex-shrink:0;align-items:center;gap:8px;display:flex}.srv-chevron{color:var(--asg-text-dim,#ffffff59);transition:transform .3s}.srv-chevron.up{transform:rotate(180deg)}.srv-expandable{opacity:0;max-height:0;transition:max-height .35s cubic-bezier(.16,1,.3,1),opacity .25s;overflow:hidden}.srv-bottom-sheet.expanded .srv-expandable{-webkit-overflow-scrolling:touch;opacity:1;max-height:60dvh;padding-top:12px;overflow-y:auto}.srv-sheet-loading{color:var(--asg-loading-color,#fff6);flex-direction:column;align-items:center;gap:12px;padding:24px 0 8px;font-size:13px;display:flex}.srv-spinner{border:3px solid var(--asg-spinner-track,#ffffff14);border-top-color:#10b981;border-radius:50%;width:28px;height:28px;animation:.65s linear infinite srvSpin}@keyframes srvSpin{to{transform:rotate(360deg)}}.srv-info-row{flex-wrap:wrap;gap:8px;margin-bottom:14px;display:flex}.srv-info-tag{color:var(--asg-tag-color,#ffffff8c);background:var(--asg-card-bg,#ffffff0a);border:1px solid var(--asg-card-border,#ffffff0f);border-radius:8px;align-items:center;gap:5px;padding:5px 10px;font-size:12px;font-weight:600;display:inline-flex}.srv-info-tag svg{opacity:.5}.srv-obs{width:100%;color:var(--asg-text-muted,#ffffff80);background:var(--asg-card-bg);border:1px solid var(--asg-card-border);border-radius:8px;padding:8px 10px;font-size:13px;line-height:1.4}.srv-section{margin-bottom:14px}.srv-section-title{color:var(--asg-text-dim,#ffffff59);text-transform:uppercase;letter-spacing:.5px;align-items:center;gap:6px;margin-bottom:8px;font-size:12px;font-weight:700;display:flex}.srv-section-title svg{opacity:.5}.srv-person-card{background:var(--asg-card-bg);border:1px solid var(--asg-card-border);cursor:pointer;-webkit-tap-highlight-color:transparent;border-radius:12px;justify-content:space-between;align-items:center;margin-bottom:6px;padding:12px 14px;transition:background .15s;display:flex}.srv-person-card:active{background:var(--asg-cancel-bg,#ffffff14)}.srv-person-card svg{color:#60a5fa;flex-shrink:0}.srv-person-info{flex-direction:column;gap:2px;min-width:0;display:flex}.srv-person-name{color:var(--asg-text);font-size:14px;font-weight:600}.srv-person-phone{color:var(--asg-text-dim);font-size:12px}.srv-ruta-card{background:var(--asg-card-bg);border:1px solid var(--asg-card-border);border-radius:14px;margin-bottom:8px;overflow:hidden}.srv-ruta-top{cursor:pointer;-webkit-tap-highlight-color:transparent;align-items:flex-start;gap:10px;padding:12px 14px;transition:background .15s;display:flex}.srv-ruta-top:active{background:var(--asg-cancel-bg,#ffffff0f)}.srv-ruta-num{color:#fff;background:#3b82f6;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;margin-top:2px;font-size:12px;font-weight:700;display:flex}.srv-ruta-info{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.srv-ruta-addr{color:var(--asg-text);font-size:14px;font-weight:600;line-height:1.3}.srv-ruta-ref{color:var(--asg-text-dim);font-size:12px}.srv-ruta-person{color:var(--asg-text-muted);margin-top:2px;font-size:12px}.srv-ruta-nav-icon{color:#60a5fa;flex-shrink:0;margin-top:4px}.srv-ruta-actions{gap:6px;padding:0 14px 10px;display:flex}.srv-ruta-btn{cursor:pointer;-webkit-tap-highlight-color:transparent;border:none;border-radius:8px;align-items:center;gap:5px;padding:7px 14px;font-family:inherit;font-size:12px;font-weight:600;transition:background .15s;display:flex}.srv-ruta-btn.phone{color:#60a5fa;background:#60a5fa1f;border:1px solid #60a5fa33}.srv-ruta-btn.process{color:#f59e0b;background:#f59e0b1f;border:1px solid #f59e0b33;flex:1}.srv-ruta-btn:active{opacity:.7}.srv-ruta-done{color:#10b981;text-align:center;background:#10b9811a;border:1px solid #10b98133;border-radius:8px;flex:1;padding:7px 14px;font-size:12px;font-weight:700}.srv-overlay{z-index:100;background:var(--asg-overlay-bg,#000000b3);-webkit-backdrop-filter:blur(6px);justify-content:center;align-items:center;padding:20px;animation:.2s ease-out both srvFadeIn;display:flex;position:fixed;inset:0}@keyframes srvFadeIn{0%{opacity:0}to{opacity:1}}.srv-modal{background:var(--asg-dialog-bg,#121420f7);border:1px solid var(--asg-dialog-border,#ffffff14);text-align:center;border-radius:24px;width:100%;max-width:380px;padding:28px 24px 24px;animation:.3s cubic-bezier(.16,1,.3,1) both srvModalIn;box-shadow:0 24px 64px -12px #00000059}@keyframes srvModalIn{0%{opacity:0;transform:scale(.9)translateY(20px)}to{opacity:1;transform:none}}.srv-modal h3{color:var(--asg-text,#f0f2f7);margin:0 0 4px;font-size:18px;font-weight:800}.srv-modal-sub{color:var(--asg-text-muted,#ffffff80);margin:0 0 20px;font-size:13px;line-height:1.4}.srv-modal-sub strong{color:#60a5fa}.srv-modal-actions{gap:8px;display:flex}.srv-modal-btn{cursor:pointer;-webkit-tap-highlight-color:transparent;border:none;border-radius:12px;flex:1;justify-content:center;align-items:center;gap:6px;padding:12px 14px;font-family:inherit;font-size:14px;font-weight:700;transition:background .15s,transform .15s;display:flex}.srv-modal-btn:active{transform:scale(.97)}.srv-modal-btn.secondary{background:var(--asg-cancel-bg);color:var(--asg-cancel-color);border:1px solid var(--asg-cancel-border)}.srv-modal-btn.primary{color:#000;background:linear-gradient(135deg,#34d399,#10b981)}.srv-modal-btn.full{margin-top:12px}.srv-modal-btn:disabled{opacity:.6;cursor:not-allowed}.srv-btn-spinner{border:2px solid #0003;border-top-color:#000;border-radius:50%;width:16px;height:16px;animation:.5s linear infinite srvSpin}.srv-phone-options{gap:10px;margin-bottom:8px;display:flex}.srv-phone-opt{-webkit-tap-highlight-color:transparent;border-radius:16px;flex-direction:column;flex:1;align-items:center;gap:8px;padding:18px 12px;font-size:13px;font-weight:700;text-decoration:none;transition:transform .15s;display:flex}.srv-phone-opt:active{transform:scale(.95)}.srv-phone-opt.call{color:#60a5fa;background:#60a5fa1f;border:1px solid #60a5fa33}.srv-phone-opt.wsp{color:#22c55e;background:#22c55e1f;border:1px solid #22c55e33}.srv-process-options{gap:10px;margin-bottom:8px;display:flex}.srv-process-opt{cursor:pointer;-webkit-tap-highlight-color:transparent;border:none;border-radius:16px;flex-direction:column;flex:1;align-items:center;gap:10px;padding:22px 12px;font-family:inherit;font-size:13px;font-weight:700;transition:transform .15s;display:flex}.srv-process-opt:active{transform:scale(.95)}.srv-process-opt.sign{color:#60a5fa;background:#60a5fa1f;border:1px solid #60a5fa33}.srv-process-opt.noubic{color:#f87171;background:#ef44441f;border:1px solid #ef444433}.srv-sign-modal{max-width:420px}.srv-sign-wrapper{aspect-ratio:16/9;border:2px solid var(--asg-card-border);touch-action:none;background:#fff;border-radius:12px;width:100%;margin-bottom:16px;overflow:hidden}.srv-sign-canvas{cursor:crosshair;touch-action:none;width:100%;height:100%}.srv-camera-modal{max-width:420px}.srv-camera-area{aspect-ratio:4/3;background:#000;border-radius:12px;width:100%;margin-bottom:16px;position:relative;overflow:hidden}.srv-camera-video,.srv-camera-preview{object-fit:cover;width:100%;height:100%}.srv-camera-placeholder{width:100%;height:100%;color:var(--asg-text-dim,#ffffff59);flex-direction:column;justify-content:center;align-items:center;gap:8px;font-size:13px;display:flex}@media (width>=520px){.srv-bottom-sheet{max-width:460px;animation:.5s cubic-bezier(.16,1,.3,1) both srvSheetUpC;left:50%;transform:translate(-50%)}@keyframes srvSheetUpC{0%{transform:translate(-50%)translateY(100%)}to{transform:translate(-50%)translateY(0)}}}@media (width>=768px){.srv-bottom-sheet{border-radius:24px;max-width:480px;max-height:70vh;animation:.5s cubic-bezier(.16,1,.3,1) both srvSlideIn;bottom:24px;left:auto;right:24px;transform:none}@keyframes srvSlideIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:none}}}.srv-page .leaflet-control-attribution{display:none!important}.login-page{width:100%;min-height:100dvh;padding:16px;padding-top:calc(16px + env(safe-area-inset-top,0px));padding-bottom:calc(16px + env(safe-area-inset-bottom,0px));box-sizing:border-box;justify-content:center;align-items:center;animation:.7s ease-out both pageIn;display:flex}@keyframes pageIn{0%{opacity:0;transform:translateY(18px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.login-card{-webkit-backdrop-filter:blur(40px)saturate(1.6)brightness(.95);background:#120e0a8c;border:1px solid #ffffff14;border-radius:22px;width:100%;max-width:440px;padding:28px 20px;animation:.6s ease-out .1s both cardIn;box-shadow:0 40px 80px -20px #0009,inset 0 0 0 1px #ffffff0a,inset 0 1px #ffffff0f}@keyframes cardIn{0%{opacity:0;transform:scale(.96)translateY(12px)}to{opacity:1;transform:scale(1)translateY(0)}}.brand-header{text-align:center;flex-direction:column;align-items:center;gap:8px;padding-bottom:4px;display:flex}.brand-logo{background:#ffffff14;border:1px solid #ffffff1a;border-radius:16px;place-items:center;width:60px;height:60px;transition:transform .4s cubic-bezier(.34,1.56,.64,1);display:grid;overflow:hidden;box-shadow:0 8px 24px -6px #0006,inset 0 0 0 1px #ffffff0d}.brand-logo:hover{transform:scale(1.06)rotate(-2deg)}.brand-logo img{object-fit:cover;width:100%;height:100%}.brand-title{color:var(--text-h);letter-spacing:-.02em;margin:4px 0 0;font-size:21px;font-weight:700}.brand-subtitle{color:var(--text-muted);margin:0;font-size:14px;line-height:1.4}.divider{background:linear-gradient(90deg,#0000 0%,#ffffff14 20%,#ffffff1a 50%,#ffffff14 80%,#0000 100%);height:1px;margin:16px 0}.login-form{gap:18px;display:grid}.field-group{gap:8px;display:grid}.field-group label{color:var(--text);letter-spacing:.01em;align-items:center;gap:6px;font-size:13.5px;font-weight:600;display:inline-flex}.input-with-icon{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:14px;align-items:center;transition:all .25s;display:flex;overflow:hidden}.input-with-icon:focus-within{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-ring), 0 4px 12px -4px #d4a85326;background:#ffffff12}.input-icon{color:var(--text-muted);flex-shrink:0;place-items:center;padding:0 0 0 14px;transition:color .2s;display:grid}.input-with-icon:focus-within .input-icon{color:var(--accent)}.input-with-icon input{width:100%;color:var(--text-h);background:0 0;border:none;border-radius:0;outline:none;padding:14px 14px 14px 10px;font-family:inherit;font-size:16px}.input-with-icon input::placeholder{color:#fff3}.input-with-icon input:-webkit-autofill{caret-color:var(--text-h);transition:background-color 9999s ease-in-out,color 9999s ease-in-out;-webkit-text-fill-color:var(--text-h)!important}.input-with-icon input:-webkit-autofill:hover{caret-color:var(--text-h);transition:background-color 9999s ease-in-out,color 9999s ease-in-out;-webkit-text-fill-color:var(--text-h)!important}.input-with-icon input:-webkit-autofill:focus{caret-color:var(--text-h);transition:background-color 9999s ease-in-out,color 9999s ease-in-out;-webkit-text-fill-color:var(--text-h)!important}.input-with-icon input:-webkit-autofill:active{caret-color:var(--text-h);transition:background-color 9999s ease-in-out,color 9999s ease-in-out;-webkit-text-fill-color:var(--text-h)!important}.input-with-icon input:disabled{opacity:.5}.otp-group{justify-content:center;gap:6px;padding:4px 0;display:flex}.otp-input{text-align:center;width:44px;height:52px;color:var(--text-h);caret-color:var(--accent);background:#ffffff0a;border:1.5px solid #ffffff1a;border-radius:12px;outline:none;font-family:inherit;font-size:20px;font-weight:700;transition:all .2s}.otp-input:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-ring);background:#d4a8530f;transform:translateY(-2px)}.otp-input.filled{border-color:var(--accent-border);background:var(--accent-soft)}.otp-input:disabled{opacity:.35}.step-content{gap:0;display:grid}.step-enter{animation:.35s ease-out both stepIn}@keyframes stepIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.back-btn{color:var(--text-muted);cursor:pointer;-webkit-tap-highlight-color:transparent;background:#ffffff0a;border:1px solid #ffffff14;border-radius:10px;align-items:center;gap:4px;padding:8px 14px 8px 10px;font-family:inherit;font-size:13px;transition:all .2s;display:inline-flex;position:absolute;top:0;left:0}.back-btn:hover{border-color:var(--accent-border);color:var(--accent);background:var(--accent-soft)}.back-btn:active{background:var(--accent-soft);color:var(--accent)}.back-btn:disabled{opacity:.3;pointer-events:none}.label-centered{justify-content:center}.card-footer{text-align:center;justify-content:center;display:flex}.resend-link{color:var(--text-muted);cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:none;padding:8px;font-family:inherit;font-size:13.5px;transition:color .2s}.resend-link span{color:var(--accent);font-weight:600}.resend-link:hover span{text-decoration:underline}.resend-link:disabled{opacity:.35;cursor:not-allowed}.brand-header.compact{gap:6px;position:relative}.brand-logo.small{border-radius:14px;width:48px;height:48px}.brand-title.small{margin-top:2px;font-size:18px}.btn-primary{cursor:pointer;color:#fff;-webkit-tap-highlight-color:transparent;background:linear-gradient(135deg,#e8a030,#d4871c);border:none;border-radius:14px;margin-top:2px;padding:15px 24px;font-family:inherit;font-size:15px;font-weight:600;transition:all .25s;position:relative;overflow:hidden;box-shadow:0 4px 16px -4px #d4871c66}.btn-primary:before{content:"";background:linear-gradient(135deg,#0000 30%,#ffffff26 50%,#0000 70%) 0 0/250% 250%;animation:3s infinite shimmer;position:absolute;inset:0}@keyframes shimmer{0%{background-position:-100% -100%}to{background-position:200% 200%}}.btn-primary:hover:not(:disabled){background:linear-gradient(135deg,#f0ac38,#dc8f20);transform:translateY(-2px);box-shadow:0 12px 32px -8px #d4871c80}.btn-primary:active:not(:disabled){transform:scale(.98);box-shadow:0 4px 12px -4px #d4871c4d}.btn-primary:disabled{opacity:.45;cursor:not-allowed;box-shadow:none;transform:none}.btn-content{z-index:1;justify-content:center;align-items:center;gap:8px;width:100%;display:inline-flex;position:relative}.btn-loading{z-index:1;justify-content:center;align-items:center;gap:10px;display:inline-flex;position:relative}.spinner{border:2.5px solid #ffffff40;border-top-color:#fff;border-radius:50%;width:18px;height:18px;animation:.65s linear infinite spin;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}.login-meta{text-align:center;color:#ffffff4d;letter-spacing:.01em;margin:16px 0 0;font-size:11.5px;line-height:1.5}.login-meta strong{color:#ffffff73;font-weight:600}.home-page{background:#0c0e14;flex-direction:column;min-height:100dvh;display:flex}.home-header{padding:12px 16px;padding-top:calc(12px + env(safe-area-inset-top,0px));border-bottom:1px solid var(--dash-border);background:var(--topbar-bg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:10;justify-content:space-between;align-items:center;display:flex;position:sticky;top:0}.home-brand{flex-direction:column;gap:2px;display:flex}.home-brand h2{color:var(--dash-text-h);margin:0;font-size:1rem;font-weight:700}.home-user{color:var(--dash-text-muted);font-size:.75rem}.btn-logout{color:#f87171;cursor:pointer;-webkit-tap-highlight-color:transparent;background:#ef44441a;border:1px solid #ef444433;border-radius:10px;padding:8px 16px;font-family:inherit;font-size:.8125rem;font-weight:600;transition:all .2s}.btn-logout:active{background:#ef444433}.home-content{padding:24px 16px;padding-bottom:calc(24px + env(safe-area-inset-bottom,0px));flex:1;justify-content:center;align-items:center;display:flex}.welcome-card{text-align:center;background:var(--card-bg);border:1px solid var(--dash-border);width:100%;max-width:360px;box-shadow:var(--card-shadow);border-radius:20px;padding:36px 24px;animation:.5s ease-out cardIn}.welcome-icon{color:#4ade80;margin-bottom:16px}.welcome-card h1{color:var(--dash-text-h);margin:0 0 8px;font-size:1.25rem;font-weight:800}.welcome-card p{color:var(--dash-text-muted);margin:0;font-size:.875rem;line-height:1.6}.gps-dot{border-radius:50%;flex-shrink:0;width:10px;height:10px}.gps-dot.granted{background:#4ade80;animation:2s ease-in-out infinite gpsPulse;box-shadow:0 0 8px #4ade8080}.gps-dot.pending{background:#facc15;animation:1s ease-in-out infinite gpsPulse;box-shadow:0 0 6px #facc1566}.gps-dot.denied{background:#f87171;box-shadow:0 0 6px #f8717166}[data-theme=light] .login-card{background:#ffffffbf;border-color:#0000001a;box-shadow:0 40px 80px -20px #00000026,inset 0 0 0 1px #0000000a}[data-theme=light] .brand-title{color:#1a1a1a}[data-theme=light] .brand-subtitle{color:#8c8c8c}[data-theme=light] .brand-subtitle strong{color:#1a1a1a}[data-theme=light] .divider{background:linear-gradient(90deg,#0000 0%,#00000014 20%,#0000001a 50%,#00000014 80%,#0000 100%)}[data-theme=light] .field-group label{color:#4a4a4a}[data-theme=light] .input-with-icon{background:#00000008;border-color:#0000001f}[data-theme=light] .input-with-icon:focus-within{border-color:var(--accent);background:#d4871c0a}[data-theme=light] .input-with-icon input{color:#1a1a1a}[data-theme=light] .input-with-icon input::placeholder,[data-theme=light] .input-icon{color:#b0b0b0}[data-theme=light] .otp-input{color:#1a1a1a;background:#00000005;border-color:#0000001f}[data-theme=light] .otp-input:focus{background:#d4871c0a}[data-theme=light] .otp-input.filled{background:#d4871c0f}[data-theme=light] .back-btn{color:#8c8c8c;background:#00000008;border-color:#0000001a}[data-theme=light] .back-btn:hover{color:var(--accent);background:var(--accent-soft)}[data-theme=light] .resend-link{color:#8c8c8c}[data-theme=light] .login-meta{color:#00000059}[data-theme=light] .login-meta strong{color:#00000080}@media (width>=380px){.otp-group{gap:8px}.otp-input{width:46px;height:54px;font-size:21px}}@media (width>=520px){.login-page{padding:clamp(16px,4vw,40px)}.login-card{border-radius:28px;padding:clamp(28px,5vw,44px) clamp(24px,4vw,40px)}.brand-logo{border-radius:20px;width:72px;height:72px}.brand-title{font-size:24px}.divider{margin:20px 0}.otp-group{gap:10px}.otp-input{border-radius:14px;width:50px;height:58px;font-size:22px}.brand-logo.small{border-radius:15px;width:52px;height:52px}.brand-title.small{font-size:20px}.home-header{padding:16px 24px}.home-brand h2{font-size:1.1rem}.home-user{font-size:.8125rem}.home-content{padding:40px 24px}.welcome-card{max-width:420px;padding:48px 36px}.welcome-card h1{font-size:1.5rem}.welcome-card p{font-size:.9375rem}}@media (width>=768px){.home-header{padding:16px 32px}.home-content{padding:48px 32px}}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;top:0;left:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:0 0}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{-webkit-transform-origin:0 0;width:1600px;height:1600px}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{width:auto;padding:0;max-width:none!important;max-height:none!important}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:#33b5e566}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{box-sizing:border-box;z-index:800;width:0;height:0}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{z-index:800;pointer-events:visiblePainted;pointer-events:auto;position:relative}.leaflet-top,.leaflet-bottom{z-index:1000;pointer-events:none;position:absolute}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;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{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{outline-offset:1px;background:#ddd}.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:.75rem;line-height:1.5}.leaflet-bar{border-radius:4px;box-shadow:0 1px 5px #000000a6}.leaflet-bar a{text-align:center;color:#000;background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;text-decoration:none;display:block}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom:none;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.leaflet-bar a.leaflet-disabled{cursor:default;color:#bbb;background-color:#f4f4f4}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-right-radius:2px;border-bottom-left-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{text-indent:1px;font:700 18px Lucida Console,Monaco,monospace}.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);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{color:#333;background:#fff;padding:6px 10px 6px 6px}.leaflet-control-layers-scrollbar{padding-right:5px;overflow:hidden scroll}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{font-size:1.08333em;display:block}.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:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{color:#333;padding:0 5px;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{width:1em;height:.6669em;vertical-align:baseline!important;display:inline!important}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{white-space:nowrap;box-sizing:border-box;text-shadow:1px 1px #fff;background:#fffc;border:2px solid #777;border-top:none;padding:2px 5px 1px;line-height:1.1}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{background-clip:padding-box;border:2px solid #0003}.leaflet-popup{text-align:center;margin-bottom:20px;position:absolute}.leaflet-popup-content-wrapper{text-align:left;border-radius:12px;padding:1px}.leaflet-popup-content{min-height:1px;margin:13px 24px 13px 20px;font-size:1.08333em;line-height:1.3}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{pointer-events:none;width:40px;height:20px;margin-top:-1px;margin-left:-20px;position:absolute;left:50%;overflow:hidden}.leaflet-popup-tip{pointer-events:auto;width:17px;height:17px;margin:-10px auto 0;padding:1px;transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{color:#333;background:#fff;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{text-align:center;color:#757575;background:0 0;border:none;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;text-decoration:none;position:absolute;top:0;right:0}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";width:24px;filter:progid:DXImageTransform.Microsoft.Matrix(M11=.707107, M12=.707107, M21=-.707107, M22=.707107);margin:0 auto}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{color:#222;white-space:nowrap;-webkit-user-select:none;user-select:none;pointer-events:none;background-color:#fff;border:1px solid #fff;border-radius:3px;padding:6px;position:absolute;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{pointer-events:none;content:"";background:0 0;border:6px solid #0000;position:absolute}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{margin-left:-6px;left:50%}.leaflet-tooltip-top:before{border-top-color:#fff;margin-bottom:-12px;bottom:0}.leaflet-tooltip-bottom:before{border-bottom-color:#fff;margin-top:-12px;margin-left:-6px;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;margin-left:-12px;left:0}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}:root{--text:#ddd5cb;--text-h:#fff;--text-muted:#a89a8c;--bg:#0c0a088c;--surface-soft:#ffffff0d;--card-border:#ffffff14;--accent:#e8a030;--accent-strong:#d4871c;--accent-soft:#e8a0301f;--accent-border:#e8a03059;--accent-ring:#e8a0302e;--shadow:0 40px 80px -20px #0009, 0 10px 25px -10px #0006;--dash-bg:#0c0e14;--dash-text:#b0b8c9;--dash-text-h:#f0f2f7;--dash-text-muted:#6b7490;--dash-border:#ffffff12;--dash-border-hover:#ffffff24;--dash-hover:#ffffff0a;--dash-input-bg:#ffffff0a;--sidebar-bg:#0f1119;--topbar-bg:#0f1119d9;--card-bg:#12141ee6;--card-shadow:0 8px 24px -8px #0006;--nav-hover-bg:#ffffff12;--safe-bottom:env(safe-area-inset-bottom,0px);--safe-top:env(safe-area-inset-top,0px)}[data-theme=light]{--text:#4a4a4a;--text-h:#1a1a1a;--text-muted:#8c8c8c;--bg:#fffc;--surface-soft:#00000008;--card-border:#0000001a;--accent:#d4871c;--accent-strong:#b86f0a;--accent-soft:#d4871c14;--accent-border:#d4871c4d;--accent-ring:#d4871c26;--shadow:0 20px 50px -15px #0000001f, 0 8px 20px -8px #00000014;--dash-bg:#f4f5f7;--dash-text:#4a5568;--dash-text-h:#1a202c;--dash-text-muted:#a0aec0;--dash-border:#e2e8f0;--dash-border-hover:#cbd5e0;--dash-hover:#00000008;--dash-input-bg:#fff;--sidebar-bg:#fff;--topbar-bg:#ffffffe6;--card-bg:#fff;--card-shadow:0 4px 16px -4px #00000014;--nav-hover-bg:#0000000d}[data-theme=light] .toast{color:#4a5568;background:#fffffff2;border-color:#00000014;box-shadow:0 16px 40px -8px #0000001f}[data-theme=light] .toast-title{color:#1a202c}[data-theme=light] .toast-message{color:#718096}[data-theme=light] .toast-close{color:#00000040}[data-theme=light] .toast-close:hover{color:#0009;background:#0000000d}[data-theme=light] .toast-progress{background:#0000000a}[data-theme=light] .toast-icon-success{color:#16a34a;background:#22c55e1a}[data-theme=light] .toast-icon-error{color:#dc2626;background:#ef44441a}[data-theme=light] .toast-icon-warning{color:#ca8a04;background:#eab3081a}[data-theme=light] .toast-icon-info{color:#2563eb;background:#3b82f61a}*,:before,:after{box-sizing:border-box}html,body,#root{height:100%;min-height:100dvh}body{color:var(--text);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-tap-highlight-color:transparent;background:#080604;margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.45;transition:background .3s,color .3s;overflow-x:hidden}[data-theme=light] body{color:var(--text);background:#f4f5f7}#root{isolation:isolate;min-height:100dvh;position:relative}#root:has(.login-page):before{content:"";z-index:-2;background-image:url(/assets/machu-picchu-bg-Dj5krFWi.jpg);background-position:50% 35%;background-repeat:no-repeat;background-size:cover;animation:40s ease-in-out infinite alternate bgDrift;position:fixed;inset:0}@keyframes bgDrift{0%{transform:scale(1)translate(0)}50%{transform:scale(1.04)translate(-.5%,.5%)}to{transform:scale(1.06)translate(.5%,-.3%)}}#root:has(.login-page):after{content:"";z-index:-1;-webkit-backdrop-filter:blur(1px);background:linear-gradient(175deg,#06040273 0%,#06040226 35%,#0604028c 100%),radial-gradient(at 30% 90%,#e8a0300f 0%,#0000 50%),radial-gradient(at 70% 10%,#a0641e0d 0%,#0000 50%);position:fixed;inset:0}#root:has(.login-page){justify-content:center;align-items:center;display:flex}a{color:inherit}.toast-container{top:12px;top:calc(12px + var(--safe-top));z-index:99999999;pointer-events:none;flex-direction:column;gap:10px;max-width:none;display:flex;position:fixed;left:12px;right:12px}.toast{pointer-events:auto;-webkit-backdrop-filter:blur(20px)saturate(1.4);color:#e0e4ef;background:#161822eb;border:1px solid #ffffff14;border-radius:16px;align-items:flex-start;gap:12px;padding:14px 16px 18px;font-family:inherit;display:flex;position:relative;overflow:hidden;box-shadow:0 16px 40px -8px #00000059,inset 0 0 0 1px #ffffff0f}.toast-enter{animation:.4s cubic-bezier(.34,1.56,.64,1) both toastSlideIn}.toast-exit{animation:.3s ease-in both toastSlideOut}@keyframes toastSlideIn{0%{opacity:0;transform:translate(40px)scale(.92)}to{opacity:1;transform:translate(0)scale(1)}}@keyframes toastSlideOut{0%{opacity:1;transform:translate(0)scale(1)}to{opacity:0;transform:translate(40px)scale(.92)}}.toast-icon-wrap{border-radius:10px;flex-shrink:0;place-items:center;width:34px;height:34px;margin-top:1px;display:grid}.toast-icon-success{color:#4ade80;background:#22c55e26}.toast-icon-error{color:#f87171;background:#ef444426}.toast-icon-warning{color:#facc15;background:#eab30826}.toast-icon-info{color:#60a5fa;background:#3b82f626}.toast-body{flex:1;min-width:0}.toast-title{color:#fff;margin:0 0 2px;font-size:14px;font-weight:600;line-height:1.3}.toast-message{color:#a0a8be;margin:0;font-size:13px;line-height:1.4}.toast-close{color:#ffffff4d;cursor:pointer;background:0 0;border:none;border-radius:8px;flex-shrink:0;margin-top:1px;padding:4px;transition:all .15s}.toast-close:hover{color:#ffffffb3;background:#ffffff14}.toast-progress{background:#ffffff0d;height:3px;position:absolute;bottom:0;left:0;right:0}.toast-progress-bar{border-radius:0 0 16px 16px;height:100%;animation:linear forwards toastProgress}@keyframes toastProgress{0%{width:100%}to{width:0%}}.toast-bar-success{background:linear-gradient(90deg,#22c55e,#4ade80)}.toast-bar-error{background:linear-gradient(90deg,#ef4444,#f87171)}.toast-bar-warning{background:linear-gradient(90deg,#eab308,#facc15)}.toast-bar-info{background:linear-gradient(90deg,#3b82f6,#60a5fa)}.toast-success{border-left:3px solid #22c55e}.toast-error{border-left:3px solid #ef4444}.toast-warning{border-left:3px solid #eab308}.toast-info{border-left:3px solid #3b82f6}@media (width>=520px){.toast-container{width:calc(100% - 40px);max-width:420px;top:20px;left:auto;right:20px}.toast{border-radius:14px;padding:12px 14px 16px}.toast-icon-wrap{border-radius:8px;width:30px;height:30px}.toast-title{font-size:13px}.toast-message{font-size:12px}}
