@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}
