:root{font-family:Pretendard,Inter,Apple SD Gothic Neo,Segoe UI,system-ui,sans-serif;line-height:1.4;font-weight:400;background-color:#f7faff;color:#111827}*{box-sizing:border-box}body{margin:0}button,input{font-family:inherit}:root{--bg: #f7faff;--card: #ffffff;--border: #e5e7eb;--text: #111827;--muted: #6b7280;--blue: #3b82f6;--blue-600: #2563eb;--orange: #f97316;--green: #10b981;--purple: #8b5cf6}.app{display:flex;min-height:100vh;background:var(--bg);color:var(--text)}.sidebar{width:200px;background:var(--card);border-right:1px solid var(--border);padding:16px;display:flex;flex-direction:column;gap:16px}.brand{font-size:18px;font-weight:600}.menu{display:flex;flex-direction:column;gap:10px}.menu-item{background:transparent;border:0;text-align:left;color:var(--muted);font-size:13px;padding:6px 8px;border-radius:8px;cursor:pointer}.menu-item.active{color:var(--text);background:#eff6ff}.content{flex:1;padding:24px}.screen{display:flex;flex-direction:column;gap:16px}.screen-header{display:flex;align-items:center;justify-content:space-between}h1{margin:0;font-size:24px}p{margin:6px 0 0;color:var(--muted);font-size:13px}.primary{background:var(--text);color:#fff;border:0;border-radius:20px;padding:10px 16px;font-size:12px;cursor:pointer}.ghost{background:#fff;border:1px solid var(--border);border-radius:10px;padding:6px 10px;font-size:12px;color:var(--muted);cursor:pointer}.summary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.card{background:var(--card);border:1px solid var(--border);border-radius:16px;padding:16px}.label{color:var(--muted);font-size:12px}.value{margin-top:6px;font-size:22px;font-weight:600}.card-title{font-size:18px;font-weight:600}.chart{margin-top:12px;display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:8px}.col{display:flex;flex-direction:column;align-items:center;gap:4px}.amount{font-size:11px;font-weight:600;text-align:center}.amount.pos{color:var(--blue-600)}.amount.neg{color:var(--orange)}.stack{height:84px;width:100%;display:flex;flex-direction:column;gap:0}.bar-top,.bar-bottom{height:40px;width:100%;display:flex;align-items:flex-end;justify-content:center}.bar-bottom{align-items:flex-start}.zero-line{height:4px;background:#94a3b8;width:100%;border-radius:2px}.bar{width:100%;border-radius:6px}.bar.pos{background:var(--blue)}.bar.neg{background:var(--orange)}.date{font-size:11px;color:var(--muted)}.list-card .list{display:flex;flex-direction:column;gap:8px;margin-top:8px}.list-header{display:flex;justify-content:space-between;align-items:center}.row{display:flex;justify-content:space-between;align-items:center;padding:8px 12px;border-radius:10px;border:1px solid var(--border);background:#fff;font-size:13px}.row.active{background:#eff6ff;border-color:#dbeafe}.row-right.pos{color:var(--blue-600);font-weight:600}.row-right.neg{color:var(--orange);font-weight:600}.detail{margin-top:12px;background:#eff6ff;border-radius:12px;padding:12px;color:var(--muted);display:grid;gap:6px;font-size:12px}.detail-title{color:var(--text);font-weight:600}.toggle{display:flex;gap:8px}.pill{border-radius:999px;border:1px solid var(--border);padding:6px 12px;font-size:12px;background:#fff;color:var(--muted);cursor:pointer}.pill.active,.pill.dark{background:var(--text);color:#fff;border-color:var(--text)}.form{display:grid;gap:12px}.form label{display:grid;gap:6px;font-size:12px;color:var(--muted)}.form input{border:1px solid var(--border);border-radius:10px;padding:10px 12px;font-size:12px}.form-actions{display:flex;justify-content:flex-end}.filter{display:flex;flex-wrap:wrap;gap:8px}.pagination{display:flex;gap:6px;align-items:center;justify-content:flex-start}.page{border:1px solid var(--border);background:#fff;border-radius:8px;padding:6px 10px;font-size:12px;color:var(--muted);cursor:pointer}.page.active{background:var(--text);color:#fff;border-color:var(--text)}.report-grid{display:grid;gap:16px}.report-card{display:grid;grid-template-columns:120px 1fr;gap:16px;align-items:center}.report-title{font-size:13px;margin-bottom:6px}.pie{width:120px;height:120px;border-radius:50%}.legend{display:grid;gap:8px;font-size:12px;color:var(--text)}.legend-item{display:flex;align-items:center;gap:8px}.dot{width:10px;height:10px;border-radius:50%}@media(max-width:900px){.app{flex-direction:column}.sidebar{width:100%;flex-direction:row;align-items:center;justify-content:space-between}.menu{flex-direction:row;flex-wrap:wrap}.content{padding:16px}.report-card{grid-template-columns:1fr;justify-items:start}}
