:root{--bg: #f6f7f9;--surface: #ffffff;--surface-2: #f3f4f8;--border: #e6e8ee;--border-strong: #d6d9e0;--text: #15171c;--text-2: #5a606b;--text-3: #8a909b;--accent: #2c5cff;--accent-soft: #eaf0ff;--up: #e23b3b;--up-soft: #fdecec;--down: #2c5cff;--down-soft: #eaf0ff;--radius: 10px;--radius-lg: 14px}*{box-sizing:border-box}html,body{margin:0;height:100%}#root{margin:0;height:100%;max-height:100dvh;overflow:hidden}body{font-family:Pretendard,-apple-system,BlinkMacSystemFont,sans-serif;background:var(--bg);color:var(--text);font-size:14px;line-height:1.45;-webkit-font-smoothing:antialiased}button,input{font:inherit}button{cursor:pointer}.num{font-family:Inter,Pretendard,sans-serif;font-variant-numeric:tabular-nums}tr[data-role=holding-row]{cursor:pointer;background:#fff;transition:background-color .12s ease}tr[data-role=holding-row]:hover{background:var(--surface-2)}tr[data-role=holding-row]:focus-visible{outline:2px solid var(--accent);outline-offset:-2px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}button.bulk-holding-editable-cell{background:transparent;transition:background-color .14s ease,border-color .14s ease,box-shadow .14s ease}button.bulk-holding-editable-cell:hover:not(:disabled){background-color:#2c5cff12;border-color:#2c5cff52;box-shadow:0 0 0 1px #2c5cff1f}button.bulk-holding-editable-cell.bulk-holding-editable-cell--edited{background-color:#2c5cff0f}button.bulk-holding-editable-cell.bulk-holding-editable-cell--edited:hover:not(:disabled){background-color:#2c5cff1a;border-color:#2c5cff61;box-shadow:0 0 0 1px #2c5cff29}button.bulk-holding-editable-cell.bulk-holding-editable-cell--active{background-color:#2c5cff17;border-color:#2c5cff47}button.bulk-holding-editable-cell.bulk-holding-editable-cell--active:hover:not(:disabled){background-color:#2c5cff1c}
