/* Logiflex B2B 공통 스타일 (nttms 규칙 이식) */
* { box-sizing: border-box; }
body { margin: 0; -webkit-font-smoothing: antialiased; letter-spacing: -0.01em; }

.fadeIn { animation: fadeIn 0.2s ease; }
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }

.custom-scrollbar::-webkit-scrollbar { width: 6px; height: 6px; }
.custom-scrollbar::-webkit-scrollbar-thumb { background: #d1d5db; border-radius: 3px; }

.tabular { font-variant-numeric: tabular-nums; }

/* 우측 슬라이드 패널 */
.slide-panel { transition: transform 0.25s ease; }
