@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Noto+Sans+KR:wght@400;500;700&display=swap";:root{--primary:#4f46e5;--primary-hover:#4338ca;--primary-light:#e0e7ff;--secondary:#64748b;--bg-body:#f8fafc;--bg-card:#fff;--text-main:#0f172a;--text-sub:#475569;--text-muted:#94a3b8;--border:#e2e8f0;--success:#10b981;--warning:#f59e0b;--danger:#ef4444;--sidebar-width:260px;--header-height:64px;--mobile-bottom-nav-height:72px}*{box-sizing:border-box;margin:0;padding:0}html{width:100%;overflow-x:hidden}body{background-color:var(--bg-body);color:var(--text-main);-webkit-font-smoothing:antialiased;min-width:320px;font-family:Inter,Noto Sans KR,sans-serif;overflow-x:hidden}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;font-family:inherit}input,select,textarea,button{font:inherit}button:disabled,input:disabled,select:disabled,textarea:disabled{cursor:not-allowed}.show-mobile{display:none!important}.card{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;padding:1.5rem;box-shadow:0 1px 3px #0000000d,0 1px 2px #0000001a}.btn{white-space:nowrap;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;min-height:40px;padding:.55rem 1rem;font-weight:500;line-height:1.2;transition:all .2s;display:inline-flex}.btn-primary{background-color:var(--primary);color:#fff}.btn-primary:hover{background-color:var(--primary-hover)}.btn-secondary{border:1px solid var(--border);color:var(--text-sub);background-color:#fff}.btn-secondary:hover{background-color:var(--bg-body)}.input-field{border:1px solid var(--border);border-radius:8px;width:100%;min-height:42px;padding:.65rem .8rem;font-size:.95rem;transition:border-color .2s}.input-field:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-light);outline:none}.order-entry-date-control{grid-template-columns:minmax(0,1fr) 44px;align-items:stretch;gap:.5rem;width:100%;min-width:0;display:grid}.order-entry-date-control .input-field{min-width:0}.order-entry-date-control input[type=date]{appearance:none}.order-entry-date-control input[type=date]::-webkit-calendar-picker-indicator{display:none}.order-entry-date-picker-button{color:#1d4ed8;background:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;justify-content:center;align-items:center;min-width:44px;min-height:42px;transition:background-color .2s,border-color .2s,color .2s;display:inline-flex}.order-entry-date-picker-button:hover,.order-entry-date-picker-button:focus-visible{color:#1e40af;background:#dbeafe;border-color:#93c5fd}.order-entry-date-picker-button:focus-visible{box-shadow:0 0 0 3px var(--primary-light);outline:none}.order-entry-date-picker-button svg{flex:none}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.gap-2{gap:.5rem}.gap-4{gap:1rem}.p-4{padding:1rem}.mt-4{margin-top:1rem}.data-table{border-collapse:collapse;width:100%}.data-table th{text-align:left;background-color:var(--bg-body);color:var(--text-sub);border-bottom:2px solid var(--border);padding:.75rem 1rem;font-weight:500}.data-table td{border-bottom:1px solid var(--border);color:var(--text-main);padding:.75rem 1rem}.data-table tr:last-child td{border-bottom:none}.table-responsive{-webkit-overflow-scrolling:touch;border-radius:10px;width:100%;overflow-x:auto}.transaction-statement-page{min-width:0;overflow:hidden}.transaction-statement-header{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.5rem;display:flex}.transaction-statement-title{overflow-wrap:anywhere;min-width:0;margin:0;font-weight:700;line-height:1.3}.transaction-statement-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.65rem;min-width:0;display:flex}.transaction-statement-action-button svg,.transaction-mobile-actions svg{flex:none}.transaction-statement-excel-toggle{cursor:pointer;-webkit-user-select:none;user-select:none;color:#166534;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;align-items:center;gap:.45rem;min-height:40px;padding:.45rem .7rem;font-size:.9rem;font-weight:800;display:inline-flex}.transaction-statement-tabs{-webkit-overflow-scrolling:touch;border-bottom:2px solid #e2e8f0;gap:.75rem;margin-bottom:1.5rem;display:flex;overflow-x:auto}.transaction-statement-tab{white-space:nowrap;flex:none}.transaction-statement-filter-bar{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;flex-wrap:wrap;align-items:center;gap:1.2rem;margin-bottom:1.5rem;padding:1rem;display:flex}.transaction-statement-filter-group{align-items:center;gap:.5rem;min-width:0;display:flex}.transaction-statement-filter-label{color:var(--text-sub);flex:none;font-weight:700}.transaction-statement-filter-input{background:#fff;border:1px solid #cbd5e1;border-radius:8px;min-width:0;min-height:38px;padding:.45rem .55rem}.transaction-statement-date-range{grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:.45rem;min-width:0;display:grid}.transaction-statement-filter-divider{background:#cbd5e1;width:1px;height:24px}.transaction-statement-summary-grid{grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:1rem;margin-bottom:2rem;display:grid}.transaction-summary-card{border:1px solid;border-radius:8px;padding:1.2rem}.transaction-summary-card-title{margin-bottom:.5rem;font-size:.9rem;font-weight:700}.transaction-summary-card-value{font-size:1.4rem;line-height:1.15}.transaction-mobile-card-list{display:none}.transaction-empty-state{text-align:center;color:#94a3b8;background:#f8fafc;border:1px dashed #cbd5e1;border-radius:8px;padding:3rem}.mobile-bottom-nav{display:none}.dashboard-customer-gap-list{flex-direction:column;gap:.85rem;width:100%;min-width:0;max-width:100%;display:flex}.dashboard-activity-layout,.dashboard-activity-layout>*,.dashboard-customer-gap-section{min-width:0;max-width:100%}.dashboard-customer-gap-section{overflow:hidden}.dashboard-customer-gap-mobile-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;flex-direction:column;gap:.85rem;width:100%;min-width:0;max-width:100%;padding:1rem;display:flex;box-shadow:0 1px 2px #0f172a0a}.dashboard-customer-gap-mobile-top{align-items:flex-start;gap:.65rem;min-width:0;display:flex}.dashboard-rank-badge{color:#4f46e5;background:#eef2ff;border-radius:999px;flex:none;justify-content:center;align-items:center;width:30px;height:30px;font-size:.82rem;font-weight:900;display:inline-flex}.dashboard-customer-gap-mobile-title{flex-direction:column;flex:1;gap:.18rem;min-width:0;display:flex}.dashboard-customer-gap-mobile-title strong{overflow-wrap:anywhere;font-size:1rem;font-weight:900;line-height:1.3}.dashboard-customer-gap-mobile-title span{color:var(--text-muted);font-size:.78rem;font-weight:800}.dashboard-customer-gap-status{white-space:nowrap;border:1px solid;border-radius:999px;flex:none;padding:.22rem .55rem;font-size:.74rem;font-weight:900}.dashboard-customer-gap-days{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;justify-content:space-between;align-items:baseline;gap:.75rem;padding:.9rem;display:flex}.dashboard-customer-gap-days span{color:var(--text-sub);font-size:.82rem;font-weight:800}.dashboard-customer-gap-days strong{letter-spacing:0;white-space:nowrap;font-size:1.55rem;font-weight:950}.dashboard-customer-gap-last{background:#fff7ed;border:1px solid #fed7aa;border-radius:12px;padding:.8rem}.dashboard-customer-gap-last>div{justify-content:space-between;align-items:baseline;gap:.75rem;display:flex}.dashboard-customer-gap-last span{color:#9a3412;font-size:.78rem;font-weight:800}.dashboard-customer-gap-last strong{color:#7c2d12;text-align:right;font-size:.92rem;font-weight:900}.dashboard-customer-gap-last p{color:#9a3412;overflow-wrap:anywhere;margin:.38rem 0 0;font-size:.8rem;line-height:1.45}.dashboard-customer-gap-list .dashboard-mobile-metric-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.55rem .75rem;display:grid}@media (max-width:900px){:root{--sidebar-left-offset:calc(-1 * min(88vw, 330px));--main-margin-left:0px;--header-height:58px}body{background:#f6f8fb}.hidden-mobile{display:none!important}.show-mobile{display:flex!important}.main-layout-root{min-height:100svh!important}.main-layout-wrapper{min-width:0;width:100%!important}.main-content{padding:.75rem .75rem calc(var(--mobile-bottom-nav-height) + 1rem)!important;overflow-x:hidden!important}.app-header{gap:.5rem;box-shadow:0 1px #0f172a0a;height:var(--header-height)!important;padding:0 .75rem!important}.app-header-title-group{flex:1;min-width:0}.app-header-menu-button{justify-content:center;align-items:center;min-width:42px;min-height:42px;background:#f8fafc!important;border:1px solid #e2e8f0!important;border-radius:10px!important;padding:0!important}.app-header-title{text-overflow:ellipsis;white-space:nowrap;letter-spacing:0;min-width:0;overflow:hidden;font-size:1.02rem!important}.app-header-actions{flex:none;gap:.45rem!important}.app-header-alert-pill{display:none}.app-header-quick-action{width:42px;min-width:42px;height:42px;border-radius:12px!important;padding:0!important}.app-header-quick-action-label{display:none}.mobile-bottom-nav{z-index:35;height:calc(var(--mobile-bottom-nav-height) + env(safe-area-inset-bottom));padding:.45rem .45rem calc(.45rem + env(safe-area-inset-bottom));background:#fffffffa;border-top:1px solid #e2e8f0;grid-template-columns:repeat(5,1fr);display:grid;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -10px 28px #0f172a14}.mobile-bottom-nav-item{color:#64748b;letter-spacing:0;background:0 0;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:.22rem;min-width:0;min-height:54px;font-size:.72rem;font-weight:800;display:flex}.mobile-bottom-nav-item svg{flex:none}.mobile-bottom-nav-item.is-active{color:var(--primary);background:#eef2ff}.sidebar{border-radius:0 18px 18px 0;max-width:330px;box-shadow:18px 0 44px #0f172a33;width:min(88vw,330px)!important}.sidebar-brand{gap:.55rem;padding:0 1rem!important}.sidebar-brand span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden;font-size:1rem!important}.sidebar-close-button{color:#475569;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;justify-content:center;align-items:center;min-width:38px;height:38px;margin-left:auto}.sidebar-nav{padding:.75rem!important}.flex-col-mobile{flex-direction:column!important;align-items:stretch!important}.card{border-radius:10px;padding:1rem;box-shadow:0 1px 2px #0f172a0a}.transaction-statement-page{overflow:hidden;padding:1rem!important}.transaction-statement-header{flex-direction:column;gap:.85rem;margin-bottom:1rem;align-items:stretch!important}.transaction-statement-title{white-space:normal;width:100%;font-size:1.08rem;line-height:1.35}.transaction-statement-actions{grid-template-columns:minmax(0,1fr);justify-content:stretch;gap:.55rem;width:100%;display:grid}.transaction-statement-actions .btn,.transaction-statement-excel-toggle{white-space:normal;text-align:center;justify-content:center;width:100%;min-height:44px}.transaction-statement-excel-toggle{border-radius:8px;justify-content:flex-start;padding:.65rem .75rem;line-height:1.25}.transaction-statement-tabs{scrollbar-width:none;border-bottom-width:1px;gap:.35rem;margin:0 -.15rem 1rem;padding-bottom:0}.transaction-statement-tabs::-webkit-scrollbar{display:none}.transaction-statement-tab{text-align:center;flex:1 0 auto;min-width:96px;line-height:1.2;padding:.72rem .55rem!important;font-size:.86rem!important}.transaction-statement-filter-bar{border-radius:8px;grid-template-columns:minmax(0,1fr);gap:.7rem;margin-bottom:1rem;padding:.8rem;display:grid}.transaction-statement-filter-divider{display:none}.transaction-statement-filter-group{grid-template-columns:78px minmax(0,1fr);align-items:center;gap:.45rem;width:100%;display:grid}.transaction-statement-filter-group--date{grid-template-columns:minmax(0,1fr);gap:.35rem}.transaction-statement-filter-label{font-size:.82rem}.transaction-statement-date-range{grid-template-columns:minmax(0,1fr) 16px minmax(0,1fr);gap:.35rem}.transaction-statement-date-range span{text-align:center;color:#64748b;font-weight:800}.transaction-statement-filter-input{width:100%;min-height:42px;font-size:.9rem}.transaction-statement-summary-grid{gap:.65rem;margin-bottom:1rem;grid-template-columns:minmax(0,1fr)!important}.transaction-summary-card{border-radius:8px;padding:.85rem}.transaction-summary-card-title{margin-bottom:.35rem;font-size:.8rem}.transaction-summary-card-value{overflow-wrap:anywhere;font-size:1.08rem}.transaction-desktop-table{display:none}.transaction-mobile-card-list{flex-direction:column;gap:.75rem;width:100%;min-width:0;display:flex}.transaction-mobile-select-all,.transaction-mobile-card{background:#fff;border:1px solid #e2e8f0;border-radius:8px;width:100%;min-width:0;max-width:100%}.transaction-mobile-select-all{color:#334155;align-items:center;gap:.55rem;min-height:44px;padding:.72rem .8rem;font-size:.86rem;font-weight:800;display:flex}.transaction-mobile-select-all input,.transaction-mobile-card-top>input,.transaction-mobile-inline-filter input{width:18px;height:18px;accent-color:var(--primary);flex:none}.transaction-mobile-card{flex-direction:column;gap:.75rem;padding:.85rem;display:flex;box-shadow:0 1px 2px #0f172a0a}.transaction-mobile-card-top{align-items:flex-start;gap:.65rem;min-width:0;display:flex}.transaction-mobile-card-title{flex-direction:column;flex:1;gap:.18rem;min-width:0;display:flex}.transaction-mobile-card-title strong{color:#0f172a;overflow-wrap:anywhere;font-size:.98rem;font-weight:900;line-height:1.3}.transaction-mobile-card-title span{color:#64748b;font-size:.78rem;font-weight:700}.transaction-mobile-card .badge{white-space:nowrap;flex:none}.transaction-mobile-inline-filter{background:#f8fafc;border-radius:8px;justify-content:space-between;align-items:center;gap:.65rem;min-width:0;padding:.65rem .7rem;display:flex}.transaction-mobile-inline-filter label{color:#475569;align-items:center;gap:.45rem;min-width:0;font-size:.82rem;font-weight:800;display:inline-flex}.transaction-mobile-reorder{flex:none;gap:.35rem;display:inline-flex}.transaction-mobile-reorder .btn{min-width:48px;min-height:34px;padding:.35rem .55rem}.transaction-mobile-metrics{grid-template-columns:repeat(3,minmax(0,1fr));gap:.45rem;display:grid}.transaction-mobile-metrics--payment{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.transaction-mobile-metric{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;flex-direction:column;gap:.18rem;min-width:0;padding:.62rem;display:flex}.transaction-mobile-metric span{color:#64748b;font-size:.72rem;font-weight:800}.transaction-mobile-metric strong{color:#0f172a;overflow-wrap:anywhere;min-width:0;font-size:.88rem;font-weight:900;line-height:1.25}.transaction-mobile-metric small{color:#64748b;overflow-wrap:anywhere;font-size:.68rem;font-weight:700;line-height:1.25}.transaction-mobile-note{color:#9a3412;overflow-wrap:anywhere;background:#fff7ed;border:1px solid #fed7aa;border-radius:8px;flex-direction:column;gap:.28rem;padding:.65rem .7rem;font-size:.82rem;line-height:1.35;display:flex}.transaction-mobile-actions{grid-template-columns:repeat(auto-fit,minmax(72px,1fr));gap:.45rem;display:grid}.transaction-mobile-actions .btn{white-space:nowrap;border-radius:8px;gap:.3rem;width:100%;min-width:0;min-height:40px;padding:.48rem .55rem;font-size:.8rem;font-weight:850}.transaction-danger-soft{color:#991b1b!important;background:#fee2e2!important;border-color:#fecaca!important}.transaction-warn-soft{color:#9a3412!important;background:#fff7ed!important;border-color:#fed7aa!important}.transaction-empty-state{border-radius:8px;padding:2rem 1rem}.inventory-page{overflow:hidden;padding:1rem!important}.inventory-header{flex-direction:column;gap:.85rem;align-items:stretch!important}.inventory-title{white-space:normal;width:100%;margin:0;font-size:1.08rem;line-height:1.35}.inventory-toolbar{grid-template-columns:minmax(0,1fr);width:100%;align-items:stretch!important;gap:.55rem!important;display:grid!important}.inventory-search,.inventory-search-input,.inventory-filter-select,.inventory-action-button{min-width:0;width:100%!important}.inventory-search-input{border-radius:10px!important}.inventory-action-button{white-space:normal;text-align:center;justify-content:center;min-height:44px}.inventory-summary-line{flex-direction:column;gap:.35rem;line-height:1.45;display:flex}.inventory-summary-line span{margin-left:0!important}.inventory-reconcile-note,.inventory-cost-history-panel{border-radius:8px!important;padding:.85rem!important}.inventory-cost-history-panel>div:first-child{flex-direction:column;align-items:flex-start!important}.inventory-kpi-grid{grid-template-columns:minmax(0,1fr)!important;gap:.65rem!important}.inventory-kpi-grid .btn{width:100%}.inventory-page h3,.inventory-page h4{overflow-wrap:anywhere;line-height:1.35}.inventory-page input,.inventory-page select,.inventory-page textarea{max-width:100%}.inventory-page form{min-width:0}.inventory-page form input,.inventory-page form select,.inventory-page form textarea{width:100%}.inventory-stack-table{border-radius:0;width:100%;margin-left:0!important;margin-right:0!important;padding-bottom:0!important;overflow:visible!important}.inventory-stack-table .data-table{border-collapse:separate;display:block;width:100%!important;min-width:0!important}.inventory-stack-table thead{display:none}.inventory-stack-table tbody{flex-direction:column;gap:.75rem;width:100%;display:flex}.inventory-stack-table tr{background:#fff;border:1px solid #e2e8f0;border-radius:8px;width:100%;display:block;overflow:hidden;box-shadow:0 1px 2px #0f172a0a}.inventory-stack-table td{overflow-wrap:anywhere;grid-template-columns:88px minmax(0,1fr);align-items:center;gap:.65rem;min-width:0;display:grid;text-align:left!important;white-space:normal!important;border-bottom:1px solid #f1f5f9!important;width:100%!important;padding:.62rem .75rem!important}.inventory-stack-table td:last-child{border-bottom:none!important}.inventory-stack-table td:before{content:"";color:#64748b;letter-spacing:0;font-size:.72rem;font-weight:900}.inventory-stack-table td[colspan]{display:block}.inventory-stack-table td[colspan]:before{display:none}.inventory-stack-table td>*{min-width:0}.inventory-stack-table td select,.inventory-stack-table td input,.inventory-stack-table td textarea{min-width:0;width:100%!important}.inventory-stack-table td button{white-space:nowrap;min-height:36px}.inventory-stack-table td:last-child>div{flex-wrap:wrap;width:100%;justify-content:flex-start!important;gap:.4rem!important;display:flex!important}.inventory-products-table td:first-child:before{content:"순서"}.inventory-products-table td:nth-child(2):before{content:"코드"}.inventory-products-table td:nth-child(3):before{content:"분류"}.inventory-products-table td:nth-child(4):before{content:"품목"}.inventory-products-table td:nth-child(5):before{content:"출고"}.inventory-products-table td:nth-child(6):before{content:"판매가"}.inventory-products-table td:nth-child(7):before{content:"매입가"}.inventory-products-table td:nth-child(8):before{content:"현재고"}.inventory-products-table td:nth-child(9):before{content:"상태"}.inventory-products-table td:nth-child(10):before{content:"관리"}.inventory-products-table td:first-child>div{justify-content:flex-start;flex-direction:row!important}.inventory-products-table td:first-child button{border-radius:8px;width:36px;height:32px;background:#f8fafc!important;border:1px solid #e2e8f0!important}.inventory-products-table td:first-child,.inventory-products-table td:nth-child(2){display:none!important}.inventory-products-table td{grid-template-columns:74px minmax(0,1fr);padding:.5rem .68rem!important}.inventory-products-table td:nth-child(4){background:#f8fafc;padding-top:.72rem!important}.inventory-products-table td:nth-child(10) button{min-height:34px;border-radius:8px!important}.inventory-products-table tr{grid-template-columns:repeat(2,minmax(0,1fr));gap:.38rem;padding:.56rem;display:grid}.inventory-products-table td{background:#f8fafc;border-radius:8px;flex-direction:column;justify-content:center;align-items:flex-start;gap:.16rem;min-height:46px;display:flex;border:none!important;padding:.42rem .48rem!important}.inventory-products-table td:before{line-height:1}.inventory-products-table td:nth-child(4),.inventory-products-table td:nth-child(10){grid-column:1/-1}.inventory-products-table td:nth-child(4){background:0 0;border-radius:0;order:1;min-height:0;border-bottom:1px solid #e2e8f0!important;padding:.1rem 0 .45rem!important}.inventory-products-table td:nth-child(4):before{display:none}.inventory-products-table td:nth-child(4)>div:first-child{color:#0f172a;font-size:1rem;line-height:1.35;font-weight:900!important}.inventory-products-table td:nth-child(4)>div:last-child{margin-top:.25rem!important}.inventory-products-table td:nth-child(3){order:2;min-height:46px}.inventory-products-table td:nth-child(3):before{margin-bottom:.1rem}.inventory-products-table td:nth-child(3) select{min-height:34px;border-radius:8px!important;width:100%!important}.inventory-products-table td:nth-child(5){order:3}.inventory-products-table td:nth-child(8){order:4}.inventory-products-table td:nth-child(9){order:5}.inventory-products-table td:nth-child(6){order:6}.inventory-products-table td:nth-child(7){order:7}.inventory-products-table td:nth-child(5) button{width:100%;min-height:32px;min-width:0!important;padding:.25rem .45rem!important}.inventory-products-table td:nth-child(10){background:0 0;flex-wrap:wrap;order:8;justify-content:flex-start;min-height:0;flex-direction:row!important;padding:.16rem 0 0!important}.inventory-products-table td:nth-child(10):before{display:none}.inventory-products-table td:nth-child(10) button{flex:88px;margin-right:0!important}.inventory-products-table td:nth-child(10) .btn-icon{flex:0 0 42px;justify-content:center;align-items:center;width:42px;height:34px;display:inline-flex;background:#fff!important;border:1px solid #e2e8f0!important}.inventory-audit-table td:first-child:before{content:"코드"}.inventory-audit-table td:nth-child(2):before{content:"품목"}.inventory-audit-table td:nth-child(3):before{content:"분류"}.inventory-audit-table td:nth-child(4):before{content:"현재고"}.inventory-audit-table td:nth-child(5):before{content:"출고량"}.inventory-audit-table td:nth-child(6):before{content:"실사"}.inventory-audit-table td:nth-child(7):before{content:"차이"}.inventory-audit-history-table td:first-child:before{content:"실사일"}.inventory-audit-history-table td:nth-child(2):before{content:"기록"}.inventory-audit-history-table td:nth-child(3):before{content:"입력"}.inventory-audit-history-table td:nth-child(4):before{content:"변경"}.inventory-audit-history-table td:nth-child(5):before{content:"차이"}.inventory-audit-history-table td:nth-child(6):before{content:"메모"}.inventory-audit-history-table td:nth-child(7):before{content:"작업자"}.inventory-audit-history-table td:nth-child(8):before{content:"상세"}.inventory-purchase-history-table td:first-child:before{content:"일자"}.inventory-purchase-history-table td:nth-child(2):before{content:"유형"}.inventory-purchase-history-table td:nth-child(3):before{content:"품목"}.inventory-purchase-history-table td:nth-child(4):before{content:"수량"}.inventory-purchase-history-table td:nth-child(5):before{content:"단가"}.inventory-purchase-history-table td:nth-child(6):before{content:"금액"}.inventory-purchase-history-table td:nth-child(7):before{content:"공급처"}.inventory-purchase-history-table td:nth-child(8):before{content:"메모"}.inventory-purchase-history-table td:nth-child(9):before{content:"작업"}.inventory-supplier-table td:first-child:before{content:"공급처"}.inventory-supplier-table td:nth-child(2):before{content:"담당자"}.inventory-supplier-table td:nth-child(3):before{content:"연락처"}.inventory-supplier-table td:nth-child(4):before{content:"메모"}.inventory-supplier-table td:nth-child(5):before{content:"작업"}.inventory-supplier-summary-table td:first-child:before{content:"공급처"}.inventory-supplier-summary-table td:nth-child(2):before{content:"입고수량"}.inventory-supplier-summary-table td:nth-child(3):before{content:"입고금액"}.inventory-supplier-summary-table td:nth-child(4):before{content:"반품수량"}.inventory-supplier-summary-table td:nth-child(5):before{content:"반품금액"}.inventory-supplier-summary-table td:nth-child(6):before{content:"실매입"}.inventory-supplier-summary-table td:nth-child(7):before{content:"건수"}.inventory-log-table td:first-child:before{content:"시각"}.inventory-log-table td:nth-child(2):before{content:"품목"}.inventory-log-table td:nth-child(3):before{content:"변경량"}.inventory-log-table td:nth-child(4):before{content:"재고 변화"}.inventory-log-table td:nth-child(5):before{content:"사유"}.inventory-alert-history-table td:first-child:before{content:"시각"}.inventory-alert-history-table td:nth-child(2):before{content:"이벤트"}.inventory-alert-history-table td:nth-child(3):before{content:"경고 집계"}.inventory-alert-history-table td:nth-child(4):before{content:"정책 기준"}.inventory-alert-history-table td:nth-child(5):before{content:"주요 품목"}.p-4{padding:1rem}.btn{border-radius:10px;min-height:44px;padding:.65rem .9rem}.input-field,input,select,textarea{min-height:44px;font-size:16px}.table-responsive{margin-left:-.1rem;margin-right:-.1rem;padding-bottom:.25rem}.data-table{min-width:680px}.data-table th,.data-table td{vertical-align:top;padding:.6rem .5rem;font-size:.85rem}.data-table td{white-space:normal;word-break:break-word}.modal-overlay{background-color:#0f172a7a!important;align-items:flex-end!important;padding:0!important}.modal-panel{border-radius:18px 18px 0 0!important;width:100%!important;max-width:100%!important;max-height:calc(100svh - 1rem)!important;animation:.22s ease-out mobileSheetIn!important}.modal-header{z-index:1;background:#fff;position:sticky;top:0;padding:.9rem 1rem!important}.modal-title{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden;font-size:1.05rem!important}.modal-close-button{justify-content:center;align-items:center;min-width:40px;height:40px;display:inline-flex;background:#f8fafc!important;border-radius:10px!important}.modal-body{max-height:calc(100svh - 70px);padding:1rem!important;padding-bottom:calc(1rem + env(safe-area-inset-bottom))!important}.order-entry-layout{flex-direction:column!important;gap:.85rem!important;height:auto!important;min-height:0!important;display:flex!important}.order-entry-products-panel,.order-entry-summary-panel{flex:none!important;width:100%!important;padding-right:0!important;overflow:visible!important}.order-entry-products-panel>.card{min-height:auto}.order-entry-products-panel .product-grid-card{border-radius:11px!important;height:112px!important;padding:.8rem!important}.order-entry-products-panel .product-grid-card:hover{transform:none}.order-entry-customer-card{min-width:0;max-width:100%;overflow:hidden}.order-entry-customer-card .input-field{background:#fff;width:100%;min-width:0;max-width:100%;display:block}.order-entry-date-control{grid-template-columns:minmax(0,1fr) 46px;gap:.45rem}.order-entry-date-picker-button{border-radius:10px;min-width:46px;min-height:44px}.order-entry-date-field,.order-entry-customer-header{min-width:0;max-width:100%}.order-entry-customer-select{text-overflow:ellipsis}.order-entry-customer-header{flex-direction:column;gap:.55rem;align-items:flex-start!important}.order-entry-recent-order-button{white-space:normal;justify-content:center;width:100%;min-height:40px;padding:.55rem .75rem!important}.order-entry-summary-panel{padding-bottom:calc(var(--mobile-bottom-nav-height) + 5.25rem)!important}.order-entry-mobile-sticky-summary{left:.6rem;right:.6rem;bottom:calc(var(--mobile-bottom-nav-height) + .6rem);z-index:34;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffffa;border:1px solid #dbeafe;border-radius:14px;justify-content:space-between;align-items:center;gap:.75rem;min-height:64px;padding:.65rem;position:fixed;box-shadow:0 14px 34px #0f172a29}.order-entry-mobile-sticky-summary>div{flex-direction:column;gap:.12rem;min-width:0;display:flex}.order-entry-mobile-sticky-summary span{color:var(--text-sub);font-size:.76rem;font-weight:800}.order-entry-mobile-sticky-summary strong{color:var(--primary);font-size:1.18rem;font-weight:950}.order-entry-mobile-sticky-summary .btn{flex:none;min-width:92px;min-height:44px;padding:.65rem .9rem;font-weight:900}.order-entry-list-card{min-width:0}.order-entry-list-header{justify-content:space-between;align-items:flex-start;gap:.75rem;margin-bottom:.8rem;display:flex}.order-entry-list-header p{color:var(--text-muted);margin:.22rem 0 0;font-size:.78rem;line-height:1.35}.order-entry-list-total{text-align:right;flex:none}.order-entry-list-total span{color:var(--text-sub);font-size:.74rem;font-weight:800;display:block}.order-entry-list-total strong{color:var(--primary);margin-top:.16rem;font-size:1rem;font-weight:950;display:block}.order-entry-item-row{background:#fff;border-radius:12px;grid-template-columns:1fr auto;width:100%;min-width:0;border:1px solid #e2e8f0!important;align-items:stretch!important;gap:.75rem!important;margin-bottom:.75rem!important;padding:.85rem!important;display:grid!important}.order-entry-item-main{grid-column:1/2;min-width:0}.order-entry-item-main>div:first-child{overflow-wrap:anywhere;font-size:.98rem!important;font-weight:900!important}.order-entry-price-control{margin-top:.45rem!important}.order-entry-price-control input{min-height:38px;border-radius:8px!important;width:min(120px,44vw)!important;padding:.45rem .55rem!important;font-size:16px!important}.order-entry-remove-button{grid-area:1/2;justify-content:center;align-items:center;width:38px;height:38px;display:inline-flex;color:#dc2626!important;background:#fef2f2!important;border-radius:10px!important}.order-entry-quantity-wrap{flex-wrap:wrap;grid-column:1/-1;min-width:0;align-items:stretch!important;gap:.55rem!important}.order-entry-stepper{flex:160px;grid-template-columns:44px minmax(64px,1fr) 44px;min-width:160px;gap:.35rem!important;display:grid!important}.order-entry-stepper button,.order-entry-stepper input{min-height:44px;font-size:16px;font-weight:900;border-radius:10px!important;width:100%!important;height:44px!important}.order-entry-step-label{flex:100%;text-align:left!important;min-width:0!important}.order-entry-quick-add{flex:100%;grid-template-columns:repeat(3,minmax(0,1fr));gap:.35rem!important;display:grid!important}.order-entry-quick-add button{min-height:38px;border-radius:9px!important;padding:.45rem .4rem!important;font-size:.82rem!important}.order-entry-row-total{color:var(--primary);border-top:1px solid #e2e8f0;grid-column:1/-1;padding-top:.65rem;text-align:right!important;width:100%!important;font-size:1rem!important;font-weight:950!important}.order-entry-footer-total{display:none}.dashboard-page,.sales-ranking-page{width:100%;max-width:100%;overflow-x:hidden}.dashboard-page-header,.sales-ranking-header{flex-direction:column!important;align-items:stretch!important;margin-bottom:1rem!important}.dashboard-page-header h2,.sales-ranking-header h2{line-height:1.25;font-size:1.28rem!important}.dashboard-range-tabs{grid-template-columns:repeat(3,minmax(0,1fr));width:100%;gap:.25rem!important;display:grid!important}.dashboard-range-tabs .btn{white-space:normal;width:100%;min-width:0;padding-left:.45rem!important;padding-right:.45rem!important}.dashboard-stat-grid,.dashboard-sales-grid,.dashboard-activity-layout,.dashboard-ranking-controls,.dashboard-tracking-controls,.dashboard-tracking-summary,.sales-ranking-filter-grid,.sales-ranking-summary-grid,.sales-ranking-content-grid,.sales-ranking-detail-summary-grid{grid-template-columns:1fr!important;gap:.85rem!important}.dashboard-stat-grid,.dashboard-sales-grid,.dashboard-ranking-card{margin-bottom:1rem!important}.dashboard-card-header{flex-direction:column!important;align-items:stretch!important}.dashboard-card-header .btn{width:100%}.dashboard-sales-card,.dashboard-product-share-card,.dashboard-ranking-card,.sales-ranking-filter-card{min-width:0}.sales-chart-scroll{-webkit-overflow-scrolling:touch;width:100%;padding-bottom:.15rem;overflow:auto hidden}.sales-bar-chart{gap:6px!important;height:220px!important}.dashboard-ranking-card .btn,.sales-ranking-filter-card .btn{white-space:normal;min-width:0}.dashboard-customer-gap-card{grid-template-columns:1fr!important;align-items:stretch!important;padding:.9rem!important}.dashboard-dormant-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:.55rem!important}.dashboard-dormant-summary-card{border-radius:10px!important;padding:.75rem!important}.dashboard-customer-gap-mobile-list{flex-direction:column;gap:.75rem;width:100%}.dashboard-customer-gap-mobile-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;flex-direction:column;gap:.8rem;width:100%;min-width:0;padding:.9rem;display:flex;box-shadow:0 1px 2px #0f172a0a}.dashboard-customer-gap-mobile-top{align-items:flex-start;gap:.65rem;min-width:0;display:flex}.dashboard-customer-gap-mobile-title{flex-direction:column;flex:1;gap:.18rem;min-width:0;display:flex}.dashboard-customer-gap-mobile-title strong{overflow-wrap:anywhere;font-size:1rem;font-weight:900;line-height:1.3}.dashboard-customer-gap-mobile-title span{color:var(--text-muted);font-size:.78rem;font-weight:800}.dashboard-customer-gap-status{white-space:nowrap;border:1px solid;border-radius:999px;flex:none;padding:.22rem .55rem;font-size:.74rem;font-weight:900}.dashboard-customer-gap-days{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;justify-content:space-between;align-items:baseline;gap:.75rem;padding:.9rem;display:flex}.dashboard-customer-gap-days span{color:var(--text-sub);font-size:.82rem;font-weight:800}.dashboard-customer-gap-days strong{letter-spacing:0;white-space:nowrap;font-size:1.55rem;font-weight:950}.dashboard-customer-gap-last{background:#fff7ed;border:1px solid #fed7aa;border-radius:12px;padding:.8rem}.dashboard-customer-gap-last>div{justify-content:space-between;align-items:baseline;gap:.75rem;display:flex}.dashboard-customer-gap-last span{color:#9a3412;font-size:.78rem;font-weight:800}.dashboard-customer-gap-last strong{color:#7c2d12;text-align:right;font-size:.92rem;font-weight:900}.dashboard-customer-gap-last p{color:#9a3412;overflow-wrap:anywhere;margin:.38rem 0 0;font-size:.8rem;line-height:1.45}.dashboard-side-grid{gap:.85rem!important}.dashboard-mobile-card-list,.sales-ranking-mobile-list{flex-direction:column;gap:.7rem;width:100%}.dashboard-mobile-rank-card,.sales-ranking-mobile-card{width:100%;min-width:0;color:var(--text-main);text-align:left;background:#fff;border:1px solid #e2e8f0;border-radius:12px;flex-direction:column;gap:.75rem;padding:.9rem;display:flex;box-shadow:0 1px 2px #0f172a0a}.sales-ranking-mobile-card{cursor:pointer}.sales-ranking-mobile-card.is-active{background:#eef2ff;border-color:#c7d2fe}.dashboard-mobile-rank-head,.sales-ranking-mobile-head{justify-content:flex-start;align-items:flex-start;gap:.65rem;min-width:0;display:flex}.dashboard-mobile-rank-head strong,.sales-ranking-mobile-head strong{overflow-wrap:anywhere;font-weight:900;display:block}.sales-ranking-mobile-head small{color:var(--text-muted);margin-top:.2rem;font-size:.78rem;line-height:1.35;display:block}.dashboard-rank-badge{color:#4f46e5;background:#eef2ff;border-radius:999px;flex:none;justify-content:center;align-items:center;width:30px;height:30px;font-size:.82rem;font-weight:900;display:inline-flex}.dashboard-mobile-metric-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem .75rem;display:grid}.dashboard-mobile-metric-grid>div{min-width:0}.dashboard-mobile-progress{background:#e2e8f0;border-radius:999px;height:9px;overflow:hidden}.dashboard-mobile-progress>div{background:linear-gradient(90deg,#4f46e5,#0f766e);border-radius:999px;min-width:6%;height:100%}.sales-ranking-warning-chip{color:#b91c1c;background:#fee2e2;border-radius:999px;align-self:flex-start;padding:.22rem .55rem;font-size:.74rem;font-weight:900}.sales-ranking-detail-item-metrics{grid-template-columns:1fr!important}@keyframes mobileSheetIn{0%{opacity:.8;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}}@media (max-width:560px){.main-content{padding-left:.6rem!important;padding-right:.6rem!important}.card{padding:.85rem}.data-table{min-width:620px}.dashboard-mobile-metric-grid{grid-template-columns:1fr}.sales-bar-chart{height:200px!important}.dashboard-mobile-rank-card,.sales-ranking-mobile-card,.dashboard-customer-gap-mobile-card{padding:.8rem}.dashboard-customer-gap-mobile-top{flex-wrap:wrap}.dashboard-customer-gap-mobile-title{flex-basis:calc(100% - 42px)}.dashboard-customer-gap-status{margin-left:42px}.dashboard-customer-gap-days{flex-direction:column;align-items:flex-start;gap:.3rem}.dashboard-customer-gap-last>div{flex-direction:column;align-items:flex-start;gap:.2rem}.dashboard-customer-gap-last strong{text-align:left}}@media print{.no-print{display:none!important}body,.card{box-shadow:none;-webkit-print-color-adjust:exact;print-color-adjust:exact;background:#fff;border:none;width:100%;margin:0;padding:0}.print-only{display:block!important}.data-table{font-size:10px;width:100%!important}.data-table th,.data-table td{padding:4px 8px}@page{size:auto;margin:5mm}.main-layout-wrapper{width:100%!important;margin-left:0!important}.main-content{padding:0!important;overflow:visible!important}}.print-only{display:none}
