@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;600;700&display=swap");*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--color-primary:#2563eb;--color-primary-dark:#1d4ed8;--color-surface:#fff;--color-bg:#f1f5f9;--color-sidebar:#1e293b;--color-sidebar-text:#94a3b8;--color-sidebar-active:#2563eb;--color-text:#0f172a;--color-text-muted:#64748b;--color-border:#e2e8f0;--color-danger:#ef4444;--color-success:#22c55e;--color-warning:#f59e0b;--radius:0.5rem;--shadow:0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.08);--shadow-lg:0 10px 25px rgba(0,0,0,.1);--base-font-size:18px}html{font-size:var(--base-font-size)}body{font-family:Noto Sans KR,sans-serif;background:var(--color-bg);color:var(--color-text);line-height:1.6}button{word-break:keep-all}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.print-only{display:none}@media print{body>*{display:none!important}.print-only{display:block!important}@page{size:A4 landscape;margin:4mm 6mm}*{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}tr{page-break-inside:avoid}}