@charset "UTF-8";*{margin:0;padding:0;box-sizing:border-box}html,body,#app{width:100%;height:100%;overflow:hidden;font-family:Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Arial,sans-serif}:root{--primary-color: #409eff;--success-color: #67c23a;--warning-color: #e6a23c;--danger-color: #f56c6c;--info-color: #909399;--sidebar-width: 220px;--header-height: 60px;--toolbar-height: 50px}body{background-color:#f5f7fa}.leaflet-container{width:100%;height:100%;z-index:1}.leaflet-popup-content-wrapper{border-radius:8px}.leaflet-popup-content{margin:12px}.custom-marker{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;color:#fff;font-weight:700;box-shadow:0 2px 8px #0000004d;cursor:pointer;transition:transform .2s}.custom-marker:hover{transform:scale(1.1)}.drawing-hint{position:absolute;bottom:20px;left:50%;transform:translate(-50%);background:#000000bf;color:#fff;padding:8px 16px;border-radius:4px;z-index:1000;font-size:14px}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-thumb{background:#c0c4cc;border-radius:3px}::-webkit-scrollbar-track{background:#f1f3f5}.login-logo{width:80px;height:80px;margin-bottom:16px;object-fit:contain}.header-logo{width:36px;height:36px;margin-right:10px;object-fit:contain}.el-dialog{border-radius:10px;overflow:hidden}.el-dialog__header{padding:14px 20px;margin-right:0;background:#f0f6ff;border-bottom:1px solid #e3edfb}.el-dialog__title{position:relative;padding-left:12px;font-size:15px;font-weight:600;color:#2b5c8f;letter-spacing:.3px}.el-dialog__title:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:4px;height:16px;border-radius:2px;background:#409eff}.el-dialog__headerbtn{top:14px;right:16px}.el-dialog__body{padding:20px}.dialog-header-fancy{display:flex;align-items:center;gap:12px}.dialog-header-fancy .dhf-icon{width:34px;height:34px;border-radius:9px;display:flex;align-items:center;justify-content:center;font-size:17px;flex-shrink:0}.dialog-header-fancy .dhf-title{font-size:15px;font-weight:600;color:#2b5c8f;line-height:1.3}.dialog-header-fancy .dhf-sub{font-size:12px;color:#909399;line-height:1.3;margin-top:1px}.dialog-fancy .el-dialog__title{padding-left:0}.dialog-fancy .el-dialog__title:before{display:none}.el-dialog.dialog-fancy .el-dialog__headerbtn{top:50%;transform:translateY(-50%)}
