.map-detail-wrapper[data-v-12bd3985]{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:relative;background:#fff}.full-map-container[data-v-12bd3985]{width:100%;-webkit-box-flex:1;-ms-flex:1;flex:1}.dashboard-panel[data-v-12bd3985]{position:absolute;bottom:20px;left:15px;right:15px;background:hsla(0,0%,100%,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:15px 20px;-webkit-box-shadow:0 4px 20px rgba(0,0,0,.1);box-shadow:0 4px 20px rgba(0,0,0,.1);z-index:900;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.dashboard-header[data-v-12bd3985]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:10px}.pulse-dot[data-v-12bd3985]{width:6px;height:6px;background-color:#007bff;border-radius:50%;margin-right:6px}.status-text[data-v-12bd3985]{font-size:13px;color:#666;font-weight:500}.track-stats-grid[data-v-12bd3985]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;background:#f8f9fa;border-radius:12px;padding:15px}.stat-cell[data-v-12bd3985]{-webkit-box-flex:1;-ms-flex:1;flex:1;text-align:center;position:relative}.stat-cell[data-v-12bd3985]:not(:last-child):after{content:"";position:absolute;right:0;top:20%;height:60%;width:1px;background:#e0e0e0}.stat-value[data-v-12bd3985]{font-size:16px;font-weight:800;color:#333;margin-bottom:4px;font-family:DIN Alternate,sans-serif}.stat-label[data-v-12bd3985]{font-size:12px;color:#666}.no-data-placeholder[data-v-12bd3985]{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#999;font-size:16px;background:#f7f8fa}.placeholder-icon[data-v-12bd3985]{font-size:48px;margin-bottom:10px}.form-summary[data-v-12bd3985]{margin-bottom:15px}.summary-title[data-v-12bd3985]{font-size:18px;font-weight:600;color:#333;margin-bottom:4px}.summary-desc[data-v-12bd3985]{font-size:14px;color:#666}.skeleton-container[data-v-12bd3985]{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;height:100%}.skeleton-map[data-v-12bd3985]{-webkit-box-flex:1;-ms-flex:1;flex:1;background:#e0e0e0;-webkit-animation:skeleton-pulse-12bd3985 1.5s ease-in-out infinite;animation:skeleton-pulse-12bd3985 1.5s ease-in-out infinite}.skeleton-dashboard[data-v-12bd3985]{position:absolute;bottom:20px;left:15px;right:15px;height:120px;background:#fff;border-radius:16px;padding:15px;z-index:900}.skeleton-title[data-v-12bd3985]{width:50%;height:20px;margin-bottom:10px}.skeleton-desc[data-v-12bd3985],.skeleton-title[data-v-12bd3985]{background:#e0e0e0;border-radius:4px;-webkit-animation:skeleton-pulse-12bd3985 1.5s ease-in-out infinite;animation:skeleton-pulse-12bd3985 1.5s ease-in-out infinite}.skeleton-desc[data-v-12bd3985]{width:80%;height:15px;margin-bottom:15px}.skeleton-stats[data-v-12bd3985]{width:100%;height:40px;background:#e0e0e0;border-radius:8px;-webkit-animation:skeleton-pulse-12bd3985 1.5s ease-in-out infinite;animation:skeleton-pulse-12bd3985 1.5s ease-in-out infinite}@-webkit-keyframes skeleton-pulse-12bd3985{0%{opacity:.6}50%{opacity:1}to{opacity:.6}}@keyframes skeleton-pulse-12bd3985{0%{opacity:.6}50%{opacity:1}to{opacity:.6}}:root{--primary-color:#007bff;--danger-color:#dc3545;--warning-color:#ffc107;--bg-color:#f1f3f5;--card-bg:#fff;--text-color:#333;--border-color:#dee2e6;--orange-color:#f60}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;margin:0;padding:0;background-color:var(--bg-color);color:var(--text-color);line-height:1.5;-webkit-tap-highlight-color:transparent}.btn{padding:12px 24px;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;width:100%;-webkit-transition:-webkit-transform .1s;transition:-webkit-transform .1s;transition:transform .1s;transition:transform .1s,-webkit-transform .1s;outline:none;-webkit-box-shadow:0 4px 6px rgba(0,0,0,.1);box-shadow:0 4px 6px rgba(0,0,0,.1)}.btn:active{-webkit-transform:scale(.98);transform:scale(.98)}.btn-group{display:-webkit-box;display:-ms-flexbox;display:flex;gap:15px}.btn-primary{background:var(--primary-color);color:#fff}.btn-danger{background:var(--danger-color);color:#fff}.btn-warning{background:var(--warning-color);color:#333}.btn-secondary{background:#e9ecef;color:#333}.btn-orange{background:var(--orange-color);color:#fff;border-radius:8px}.stats-panel{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;margin-bottom:20px;font-size:.9rem}.stat-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.stat-value{font-weight:700;font-size:1rem;color:var(--primary-color);line-height:1.1;margin-bottom:2px}.stat-label{font-size:1rem;color:#333}.map-controls-floating{position:absolute;bottom:30px;left:20px;right:20px;background:hsla(0,0%,100%,.98);padding:20px;border-radius:16px;-webkit-box-shadow:0 4px 16px rgba(0,0,0,.1);box-shadow:0 4px 16px rgba(0,0,0,.1);z-index:900;text-align:center}#map{width:100%;height:100vh;position:absolute;top:0;left:0;z-index:1}.page-container[data-v-615ac13b]{height:100vh;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background:#fff;position:relative}.fab-back[data-v-615ac13b]{position:absolute;top:15px;left:15px;width:36px;height:36px;background:hsla(0,0%,100%,.95);border-radius:50%;-webkit-box-shadow:0 2px 8px rgba(0,0,0,.1);box-shadow:0 2px 8px rgba(0,0,0,.1);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:950;cursor:pointer}