.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-741971fc]{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:#f7f8fa;position:relative}.nav-header[data-v-741971fc]{height:44px;background:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0 15px;-webkit-box-shadow:0 1px 0 rgba(0,0,0,.05);box-shadow:0 1px 0 rgba(0,0,0,.05);z-index:100}.nav-title[data-v-741971fc]{font-size:17px;font-weight:600;color:#333}.nav-left[data-v-741971fc],.nav-right[data-v-741971fc]{width:60px;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer}.nav-right[data-v-741971fc]{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.btn-publish[data-v-741971fc]{background:#ffd100;border:none;padding:6px 15px;border-radius:20px;font-size:14px;font-weight:600;color:#333;cursor:pointer}.track-stats-grid[data-v-741971fc]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;border-radius:12px;padding:15px 0 0 0;margin-bottom:0;border-top:1px solid #f5f5f5;margin-top:15px}.stat-cell[data-v-741971fc]{-webkit-box-flex:1;-ms-flex:1;flex:1;text-align:center;position:relative}.stat-cell[data-v-741971fc]:not(:last-child):after{content:"";position:absolute;right:0;top:20%;height:60%;width:1px;background:#e0e0e0}.stat-value[data-v-741971fc]{font-size:14px;font-weight:800;color:#ff9500;margin-bottom:4px;font-family:DIN Alternate,sans-serif}.stat-label[data-v-741971fc]{font-size:14px;color:#666}.content-body[data-v-741971fc]{-webkit-box-flex:1;-ms-flex:1;flex:1;overflow-y:auto;padding:15px;padding-bottom:80px}.form-section[data-v-741971fc]{background:#fff;border-radius:12px;padding:20px;margin-bottom:15px;-webkit-box-shadow:0 4px 12px rgba(0,0,0,.03);box-shadow:0 4px 12px rgba(0,0,0,.03);-webkit-transition:all .3s ease;transition:all .3s ease}.title-section[data-v-741971fc]{padding:15px 20px}.input-field[data-v-741971fc]{width:100%;border:none;font-size:16px;color:#333;outline:none;padding:0;font-family:inherit;background:transparent;-webkit-box-sizing:border-box;box-sizing:border-box}.title-input[data-v-741971fc]{font-size:20px;font-weight:600;color:#333;background:#f9f9f9;padding:12px;border-radius:8px}.title-input[data-v-741971fc]::-webkit-input-placeholder{color:#ccc;font-weight:400}.title-input[data-v-741971fc]::-moz-placeholder{color:#ccc;font-weight:400}.title-input[data-v-741971fc]:-ms-input-placeholder{color:#ccc;font-weight:400}.title-input[data-v-741971fc]::-ms-input-placeholder{color:#ccc;font-weight:400}.title-input[data-v-741971fc]::placeholder{color:#ccc;font-weight:400}.location-section[data-v-741971fc]{padding:15px 20px}.location-icon-wrapper[data-v-741971fc],.location-row[data-v-741971fc]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.location-icon-wrapper[data-v-741971fc]{width:32px;height:32px;background:#f0f7ff;border-radius:50%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#007bff;margin-right:12px}.location-text[data-v-741971fc]{-webkit-box-flex:1;-ms-flex:1;flex:1;font-size:15px;color:#333;font-weight:500}.refresh-btn[data-v-741971fc]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:13px;color:#666;background:#f5f5f5;padding:6px 12px;border-radius:15px;cursor:pointer}.refresh-btn svg[data-v-741971fc]{margin-right:4px}.section-header[data-v-741971fc]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:15px}.section-label[data-v-741971fc]{font-size:16px;font-weight:600;color:#333;position:relative;padding-left:10px}.section-label[data-v-741971fc]:before{content:"";position:absolute;left:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:3px;height:14px;background:#007bff;border-radius:2px}.photo-grid[data-v-741971fc]{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:10px}.photo-item[data-v-741971fc]{position:relative;width:calc(33.33% - 7px);padding-bottom:calc(33.33% - 7px);border-radius:8px;overflow:hidden;cursor:pointer}.photo-item img[data-v-741971fc]{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-webkit-transition:all .2s;transition:all .2s}.photo-item img.is-cover[data-v-741971fc]{-webkit-filter:brightness(.8);filter:brightness(.8)}.cover-badge[data-v-741971fc]{position:absolute;bottom:0;left:0;right:0;background:rgba(0,123,255,.9);color:#fff;font-size:10px;text-align:center;padding:3px 0;z-index:2}.check-mark[data-v-741971fc]{top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:24px;height:24px;background:#007bff;-webkit-box-shadow:0 2px 6px rgba(0,0,0,.2);box-shadow:0 2px 6px rgba(0,0,0,.2)}.check-mark[data-v-741971fc],.delete-btn[data-v-741971fc]{position:absolute;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;z-index:2}.delete-btn[data-v-741971fc]{top:4px;right:4px;width:20px;height:20px;background:rgba(0,0,0,.5);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.add-photo-item[data-v-741971fc]{width:calc(33.33% - 7px);padding-bottom:calc(33.33% - 7px);background:#f9f9f9;border:1px dashed #ddd;border-radius:8px;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;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer;position:relative}.add-photo-item svg[data-v-741971fc]{top:35%}.add-photo-item span[data-v-741971fc],.add-photo-item svg[data-v-741971fc]{position:absolute;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.add-photo-item span[data-v-741971fc]{top:65%;font-size:12px;color:#999}.section-tip[data-v-741971fc]{font-size:12px;color:#999;margin-top:10px;text-align:center}.textarea-field[data-v-741971fc]{background:#f9f9f9;padding:12px;border-radius:8px;line-height:1.6;color:#333}.textarea-field[data-v-741971fc]::-webkit-input-placeholder{color:#ccc}.textarea-field[data-v-741971fc]::-moz-placeholder{color:#ccc}.textarea-field[data-v-741971fc]:-ms-input-placeholder{color:#ccc}.textarea-field[data-v-741971fc]::-ms-input-placeholder{color:#ccc}.textarea-field[data-v-741971fc]::placeholder{color:#ccc}.map-card[data-v-741971fc]{background:#fff;padding:15px;border-radius:12px;margin-bottom:20px;-webkit-box-shadow:0 4px 12px rgba(0,0,0,.03);box-shadow:0 4px 12px rgba(0,0,0,.03)}.card-label[data-v-741971fc]{display:block;font-size:16px;font-weight:600;color:#333;margin-bottom:12px;position:relative;padding-left:10px}.card-label[data-v-741971fc]:before{content:"";position:absolute;left:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:3px;height:14px;background:#007bff;border-radius:2px}.map-wrapper[data-v-741971fc]{width:100%;height:160px;border-radius:8px;overflow:hidden;position:relative;border:1px solid #eee}.mini-map[data-v-741971fc]{width:100%;height:100%}.map-overlay[data-v-741971fc]{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.05);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;cursor:pointer;-webkit-transition:background .2s;transition:background .2s}.map-overlay[data-v-741971fc]:active{background:rgba(0,0,0,.1)}.view-btn[data-v-741971fc]{background:hsla(0,0%,100%,.95);padding:8px 16px;border-radius:20px;font-size:13px;font-weight:500;color:#333;-webkit-box-shadow:0 4px 12px rgba(0,0,0,.1);box-shadow:0 4px 12px rgba(0,0,0,.1);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.view-btn[data-v-741971fc]:after{content:">";margin-left:6px;color:#999;font-weight:400}.footer-action[data-v-741971fc]{position:fixed;bottom:0;left:0;right:0;background:#fff;padding:10px 20px;padding-bottom:max(10px,env(safe-area-inset-bottom));-webkit-box-shadow:0 -4px 16px rgba(0,0,0,.05);box-shadow:0 -4px 16px rgba(0,0,0,.05);z-index:100}.btn-submit[data-v-741971fc]{width:100%;height:48px;background:linear-gradient(135deg,#007bff,#0062cc);color:#fff;border:none;border-radius:24px;font-size:17px;font-weight:600;cursor:pointer;-webkit-box-shadow:0 4px 12px rgba(0,123,255,.3);box-shadow:0 4px 12px rgba(0,123,255,.3);-webkit-transition:-webkit-transform .1s;transition:-webkit-transform .1s;transition:transform .1s;transition:transform .1s,-webkit-transform .1s}.btn-submit[data-v-741971fc]:active{-webkit-transform:scale(.98);transform:scale(.98)}.full-map-modal[data-v-741971fc]{position:fixed;top:0;left:0;right:0;bottom:0;background:#fff;z-index:2000;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.modal-header[data-v-741971fc]{height:44px;padding:0 10px;background:#fff;-webkit-box-shadow:0 1px 0 rgba(0,0,0,.05);box-shadow:0 1px 0 rgba(0,0,0,.05);z-index:10}.modal-close[data-v-741971fc],.modal-header[data-v-741971fc]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.modal-close[data-v-741971fc]{width:40px;height:40px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer}.modal-header span[data-v-741971fc]{-webkit-box-flex:1;-ms-flex:1;flex:1;text-align:center;font-weight:600;padding-right:40px}.full-map-container[data-v-741971fc]{-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%}