.dashboard-module__gN6reG__shell{background:var(--bg-elev);grid-template-columns:248px 1fr;min-height:100vh;display:grid}.dashboard-module__gN6reG__sidebar{background:var(--surface);border-right:1px solid var(--border);flex-direction:column;align-self:start;gap:.5rem;height:100vh;padding:1.4rem 1rem;display:flex;position:sticky;top:0}.dashboard-module__gN6reG__brand{align-items:center;gap:.6rem;padding:.4rem .5rem 1rem;display:flex}.dashboard-module__gN6reG__brandMark{border-radius:var(--radius-sm);background:var(--grad);width:34px;height:34px;color:var(--btn-on);letter-spacing:-.04em;place-items:center;font-size:.85rem;font-weight:800;display:grid}.dashboard-module__gN6reG__brandName{letter-spacing:-.04em;font-size:1.05rem;font-weight:800}.dashboard-module__gN6reG__nav{flex-direction:column;gap:.2rem;display:flex}.dashboard-module__gN6reG__navItem{border-radius:var(--radius-sm);width:100%;color:var(--text-muted);font-size:var(--fs-sm);text-align:left;transition:background .2s var(--ease), color .2s var(--ease);align-items:center;gap:.7rem;padding:.62rem .7rem;font-weight:600;display:flex}.dashboard-module__gN6reG__navItem:hover{background:var(--surface-2);color:var(--text)}.dashboard-module__gN6reG__navActive,.dashboard-module__gN6reG__navActive:hover{background:var(--accent-soft);color:var(--accent-ink)}.dashboard-module__gN6reG__sideCard{border-radius:var(--radius);background:var(--surface-2);border:1px solid var(--border);margin-top:auto;padding:1rem}.dashboard-module__gN6reG__sideCardTitle{font-weight:800;font-size:var(--fs-sm);margin-bottom:.3rem}.dashboard-module__gN6reG__sideCardText{color:var(--text-muted);font-size:var(--fs-xs);margin-bottom:.8rem;line-height:1.5}.dashboard-module__gN6reG__sideCardBtn{border-radius:var(--radius-sm);background:var(--grad);width:100%;color:var(--btn-on);font-weight:700;font-size:var(--fs-xs);transition:opacity .2s var(--ease), transform .2s var(--ease);padding:.55rem}.dashboard-module__gN6reG__sideCardBtn:hover{opacity:.92;transform:translateY(-1px)}.dashboard-module__gN6reG__main{min-width:0;padding:1.4rem 1.6rem 2.4rem}.dashboard-module__gN6reG__topbar{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.4rem;display:flex}.dashboard-module__gN6reG__pageTitle{font-size:var(--fs-h3);letter-spacing:-.04em}.dashboard-module__gN6reG__pageSub{color:var(--text-faint);font-size:var(--fs-xs);margin-top:.15rem}.dashboard-module__gN6reG__topActions{align-items:center;gap:.6rem;display:flex}.dashboard-module__gN6reG__search{border-radius:var(--radius-sm);background:var(--surface);border:1px solid var(--border);color:var(--text-faint);transition:border-color .2s var(--ease);align-items:center;gap:.5rem;padding:.5rem .8rem;display:flex}.dashboard-module__gN6reG__search:focus-within{border-color:var(--accent)}.dashboard-module__gN6reG__search input{color:var(--text);font:inherit;font-size:var(--fs-sm);background:0 0;border:none;outline:none;width:150px}.dashboard-module__gN6reG__iconBtn{border-radius:var(--radius-sm);background:var(--surface);border:1px solid var(--border);width:38px;height:38px;color:var(--text-muted);transition:background .2s var(--ease), color .2s var(--ease);place-items:center;display:grid;position:relative}.dashboard-module__gN6reG__iconBtn:hover{background:var(--surface-2);color:var(--text)}.dashboard-module__gN6reG__dot{width:7px;height:7px;box-shadow:0 0 0 2px var(--surface);background:#f5544c;border-radius:50%;position:absolute;top:8px;right:9px}.dashboard-module__gN6reG__avatar{background:var(--grad);width:38px;height:38px;color:var(--btn-on);font-weight:800;font-size:var(--fs-xs);letter-spacing:-.02em;border-radius:50%;place-items:center;display:grid}.dashboard-module__gN6reG__cardHead{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.1rem;display:flex}.dashboard-module__gN6reG__cardTitle{font-size:var(--fs-h3);letter-spacing:-.03em}.dashboard-module__gN6reG__cardSub{color:var(--text-faint);font-size:var(--fs-xs);margin-top:.15rem}.dashboard-module__gN6reG__kpiRow{grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:1rem;display:grid}.dashboard-module__gN6reG__kpiCard{border-radius:var(--radius-lg);background:var(--surface);border:1px solid var(--border);transition:transform .25s var(--ease), box-shadow .25s var(--ease), border-color .25s var(--ease);padding:1.1rem 1.2rem}.dashboard-module__gN6reG__kpiCard:hover{box-shadow:var(--shadow);border-color:var(--border-strong);transform:translateY(-3px)}.dashboard-module__gN6reG__kpiTop{justify-content:space-between;align-items:center;margin-bottom:.6rem;display:flex}.dashboard-module__gN6reG__kpiLabel{color:var(--text-muted);font-size:var(--fs-sm);font-weight:600}.dashboard-module__gN6reG__delta{font-size:var(--fs-xs);border-radius:999px;align-items:center;gap:.2rem;padding:.18rem .4rem;font-weight:700;display:inline-flex}.dashboard-module__gN6reG__up{color:#1f9d6b;background:#34c98a1f}.dashboard-module__gN6reG__down{color:#d7453d;background:#f5544c1f}.dashboard-module__gN6reG__kpiValue{letter-spacing:-.04em;font-size:1.7rem;font-weight:800;line-height:1.1}.dashboard-module__gN6reG__sparkWrap{height:28px;margin-top:.7rem}.dashboard-module__gN6reG__spark{width:100%;height:28px;display:block}.dashboard-module__gN6reG__sparkUp{color:#34c98a}.dashboard-module__gN6reG__sparkDown{color:#f5544c}.dashboard-module__gN6reG__gridTwo{grid-template-columns:2fr 1fr;gap:1rem;margin-bottom:1rem;display:grid}.dashboard-module__gN6reG__chartCard,.dashboard-module__gN6reG__donutCard,.dashboard-module__gN6reG__tableCard,.dashboard-module__gN6reG__goalCard{border-radius:var(--radius-lg);background:var(--surface);border:1px solid var(--border);padding:1.3rem 1.4rem}.dashboard-module__gN6reG__segmented{border-radius:var(--radius-sm);background:var(--surface-2);border:1px solid var(--border);padding:.2rem;display:inline-flex}.dashboard-module__gN6reG__segBtn{font-size:var(--fs-xs);color:var(--text-muted);transition:background .2s var(--ease), color .2s var(--ease);border-radius:6px;padding:.35rem .8rem;font-weight:700}.dashboard-module__gN6reG__segOn{background:var(--surface);color:var(--accent-ink);box-shadow:var(--shadow)}.dashboard-module__gN6reG__chartBox{margin-top:.4rem}.dashboard-module__gN6reG__chartSvg{width:100%;height:240px;display:block;overflow:visible}.dashboard-module__gN6reG__grid{stroke:var(--border);stroke-width:1px}.dashboard-module__gN6reG__chartLine{filter:drop-shadow(0 6px 12px var(--glow-a));animation:dashboard-module__gN6reG__draw .7s var(--ease)}.dashboard-module__gN6reG__chartDot{fill:var(--surface);stroke:var(--accent);stroke-width:2px}@keyframes dashboard-module__gN6reG__draw{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.dashboard-module__gN6reG__xAxis{color:var(--text-faint);font-size:var(--fs-xs);justify-content:space-between;margin-top:.5rem;padding:0 4.375%;display:flex}.dashboard-module__gN6reG__donutWrap{place-items:center;padding:.6rem 0 1.2rem;display:grid}.dashboard-module__gN6reG__donut{border-radius:50%;place-items:center;width:168px;height:168px;display:grid;-webkit-mask:radial-gradient(#0000 56%,#000 57%);mask:radial-gradient(#0000 56%,#000 57%)}.dashboard-module__gN6reG__donutHole{flex-direction:column;align-items:center;display:flex;position:absolute}.dashboard-module__gN6reG__donutNum{letter-spacing:-.04em;font-size:1.5rem;font-weight:800}.dashboard-module__gN6reG__donutCap{color:var(--text-faint);font-size:var(--fs-xs)}.dashboard-module__gN6reG__legend{flex-direction:column;gap:.55rem;list-style:none;display:flex}.dashboard-module__gN6reG__legend li{font-size:var(--fs-sm);align-items:center;gap:.55rem;display:flex}.dashboard-module__gN6reG__swatch{border-radius:3px;flex-shrink:0;width:10px;height:10px}.dashboard-module__gN6reG__legLabel{color:var(--text-muted);flex:1}.dashboard-module__gN6reG__legVal{font-variant-numeric:tabular-nums;font-weight:700}.dashboard-module__gN6reG__ghostBtn{font-size:var(--fs-xs);color:var(--accent-ink);border-radius:var(--radius-sm);transition:background .2s var(--ease);align-items:center;gap:.25rem;padding:.4rem .6rem;font-weight:700;display:inline-flex}.dashboard-module__gN6reG__ghostBtn:hover{background:var(--accent-soft)}.dashboard-module__gN6reG__tableScroll{overflow-x:auto}.dashboard-module__gN6reG__table{border-collapse:collapse;width:100%;font-size:var(--fs-sm)}.dashboard-module__gN6reG__table th{text-align:left;color:var(--text-faint);font-size:var(--fs-xs);border-bottom:1px solid var(--border);padding:.5rem .7rem;font-weight:700}.dashboard-module__gN6reG__table td{border-bottom:1px solid var(--border);vertical-align:middle;padding:.7rem}.dashboard-module__gN6reG__table tbody tr{transition:background .18s var(--ease)}.dashboard-module__gN6reG__table tbody tr:hover{background:var(--surface-2)}.dashboard-module__gN6reG__table tbody tr:last-child td{border-bottom:none}.dashboard-module__gN6reG__mono{font-family:var(--font-mono);color:var(--text-muted);font-size:var(--fs-xs)}.dashboard-module__gN6reG__customer{align-items:center;gap:.55rem;font-weight:600;display:inline-flex}.dashboard-module__gN6reG__miniAvatar{background:var(--accent-soft);width:26px;height:26px;color:var(--accent-ink);font-size:var(--fs-xs);border-radius:50%;place-items:center;font-weight:800;display:grid}.dashboard-module__gN6reG__amount{font-variant-numeric:tabular-nums;font-weight:700}.dashboard-module__gN6reG__dateCell{color:var(--text-faint);font-variant-numeric:tabular-nums}.dashboard-module__gN6reG__badge{font-size:var(--fs-xs);border-radius:999px;padding:.22rem .55rem;font-weight:700;display:inline-block}.dashboard-module__gN6reG__st완료{color:#1f9d6b;background:#34c98a21}.dashboard-module__gN6reG__st대기{color:#b9821f;background:#f5b14c29}.dashboard-module__gN6reG__st취소{color:#d7453d;background:#f5544c21}.dashboard-module__gN6reG__goals{flex-direction:column;gap:1.2rem;list-style:none;display:flex}.dashboard-module__gN6reG__goalTop{justify-content:space-between;align-items:baseline;margin-bottom:.5rem;display:flex}.dashboard-module__gN6reG__goalLabel{font-weight:600;font-size:var(--fs-sm)}.dashboard-module__gN6reG__goalPct{font-weight:800;font-size:var(--fs-sm);color:var(--accent-ink)}.dashboard-module__gN6reG__bar{background:var(--surface-2);border:1px solid var(--border);border-radius:999px;height:8px;overflow:hidden}.dashboard-module__gN6reG__barFill{background:var(--grad);height:100%;animation:dashboard-module__gN6reG__grow .8s var(--ease);border-radius:999px;display:block}@keyframes dashboard-module__gN6reG__grow{0%{width:0!important}}.dashboard-module__gN6reG__goalHint{color:var(--text-faint);font-size:var(--fs-xs);margin-top:.4rem;display:block}@media (max-width:1080px){.dashboard-module__gN6reG__gridTwo{grid-template-columns:1fr}.dashboard-module__gN6reG__kpiRow{grid-template-columns:repeat(2,1fr)}}@media (max-width:820px){.dashboard-module__gN6reG__shell{grid-template-columns:1fr}.dashboard-module__gN6reG__sidebar{display:none}.dashboard-module__gN6reG__main{padding:1.1rem}.dashboard-module__gN6reG__search input{width:96px}}@media (max-width:520px){.dashboard-module__gN6reG__kpiRow{grid-template-columns:1fr}.dashboard-module__gN6reG__pageSub,.dashboard-module__gN6reG__search{display:none}}
