*{box-sizing:border-box}body,html{margin:0;padding:0;min-height:100%;background:#f5f5f5}a{color:inherit;text-decoration:none}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px;background:linear-gradient(135deg,#f5f7fa,#e8edf5)}.login-card{width:100%;max-width:420px}.page-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;gap:12px}.stat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));grid-gap:16px;gap:16px}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));grid-gap:0 16px;gap:0 16px}.public-track{max-width:820px;margin:40px auto;padding:0 20px}.custom-map-pin{background:transparent;border:0}.custom-map-pin-inner{width:34px;height:34px;border-radius:50% 50% 50% 0;background:#1677ff;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;transform:rotate(-45deg);border:2px solid #fff;box-shadow:0 2px 8px rgba(0,0,0,.25)}.custom-map-pin-inner:first-letter{transform:rotate(45deg)}.custom-pin{width:30px;height:30px;border-radius:50% 50% 50% 0;transform:rotate(-45deg);display:flex;align-items:center;justify-content:center;border:2px solid #fff;box-shadow:0 3px 10px rgba(0,0,0,.25);position:relative}.custom-pin span{transform:rotate(45deg);color:#fff;font-size:12px;font-weight:700;line-height:1}.pin-merchant{background:#16a34a}.pin-branch{background:#2563eb}.pin-subbranch{background:#f59e0b}.pin-hub{background:#dc2626}.map-legend{background:#fff;padding:10px 12px;border-radius:10px;box-shadow:0 4px 14px rgba(0,0,0,.12);font-size:12px;line-height:1.8}.map-legend-item{display:flex;align-items:center;gap:8px}.map-legend-dot{width:10px;height:10px;border-radius:50%}.map-legend-dot.merchant{background:#16a34a}.map-legend-dot.branch{background:#2563eb}.map-legend-dot.subbranch{background:#f59e0b}.map-legend-dot.hub{background:#dc2626}