:root{--bg:#f3f4f5;--surface:#fff;--surface-soft:#f8f9fa;--line:#dfe3e6;--line-dark:#9aa1a8;--ink:#22272b;--muted:#6b7278;--green:#343a40;--green-dark:#343a40;--green-ink:#2b3035;--yellow:#edf0f2;--yellow-strong:#e9ecef;--red:#343a40;--red-soft:#eceff1;--blue-soft:#eceff1;--row:#fff;--row-alt:#f8f9fa;--row-hover:#eef1f3;--shadow:0 1px 0 #0000000f}*{box-sizing:border-box}html,body{min-height:100%}body{background:var(--bg);color:var(--ink);letter-spacing:0;margin:0;font-family:Segoe UI,Malgun Gothic,system-ui,sans-serif;overflow-x:hidden}button,input,select{font:inherit}button,.tab,.primary-button,.secondary-button,.check-filter,.user-badge,.summary-card,th,td{white-space:nowrap}button{cursor:pointer}.hidden{display:none!important}.login-screen{place-items:center;min-height:100vh;padding:20px;display:grid}.login-box{background:var(--surface);width:min(420px,100%);box-shadow:var(--shadow);border:1px solid #c9ced3;border-radius:6px;gap:14px;padding:26px;display:grid}.brand-line{align-items:center;gap:12px;min-width:0;display:flex}.brand-line>div{min-width:0;overflow:hidden}.brand-mark{background:var(--green);color:#fff;border-radius:6px;flex:none;place-items:center;width:42px;height:42px;font-weight:900;display:grid}h1,h2,p{margin:0}h1{white-space:nowrap;text-overflow:ellipsis;font-size:20px;line-height:1.15;overflow:hidden}h2{white-space:nowrap;text-overflow:ellipsis;font-size:21px;overflow:hidden}p{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;font-size:13px;overflow:hidden}label{color:var(--muted);gap:6px;font-size:13px;font-weight:800;display:grid}input,select{min-height:38px;color:var(--ink);white-space:nowrap;background:#fff;border:1px solid #b8b8b8;border-radius:4px;padding:0 10px}input:focus,select:focus{border-color:var(--green-dark);outline-offset:1px;outline:2px solid #343a4024}.primary-button,.secondary-button,.tab{min-height:38px;color:var(--ink);text-overflow:ellipsis;background:#fff;border:1px solid #b8b8b8;border-radius:4px;padding:0 14px;font-weight:850;line-height:1;overflow:hidden}.primary-button,.tab.active{border-color:var(--ink);background:var(--ink);color:#fff}.secondary-button:hover,.tab:hover{border-color:var(--green-dark)}.error-text{min-height:18px;color:var(--red);font-weight:800}.app-header{z-index:10;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:none;background:#fffffffa;border-bottom:1px solid #d8dde1;justify-content:space-between;align-items:center;gap:14px;padding:12px 20px;display:flex;position:sticky;top:0}.header-actions,.toolbar,.filters,.tabs{align-items:center;gap:8px;display:flex}.user-badge{min-height:34px;color:var(--ink);text-overflow:ellipsis;background:#fff;border:1px solid #c9ced3;border-radius:4px;padding:7px 10px;font-weight:850;overflow:hidden}main{padding:16px 20px 34px}.view{display:none}.view.active{display:block}.order-type-tabs{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-bottom:12px;display:grid}.order-type-tab{min-height:64px;color:var(--ink);cursor:pointer;background:#fff;border:2px solid #c9cfd4;border-radius:10px;justify-content:center;align-items:center;gap:10px;font-size:20px;font-weight:950;display:flex}.order-type-tab strong{background:#eef1f3;border-radius:999px;place-items:center;min-width:30px;height:30px;padding:0 7px;font-size:14px;display:inline-grid}.order-type-tab.active{border-color:var(--ink);background:var(--ink);color:#fff}.order-type-tab.active strong{background:var(--yellow-strong);color:var(--ink)}.item-master-order-types{margin-bottom:10px}.item-master-category-filter{background:#f5f6f7;border:1px solid #d8dde1;border-radius:7px;align-items:center;gap:10px;margin-bottom:12px;padding:10px;font-weight:900;display:flex}.item-master-category-filter select{min-width:180px}.toolbar{background:#fff;border:1px solid #d8dde1;border-radius:6px;justify-content:space-between;min-width:0;margin-bottom:12px;padding:10px}.filters{flex-wrap:wrap;justify-content:flex-end}.tabs{scrollbar-width:thin;min-width:0;padding-bottom:2px;overflow-x:auto}.tabs .tab{flex:none}.check-filter{min-height:38px;color:var(--ink);background:#fff;border:1px solid #b8b8b8;border-radius:4px;grid-template-columns:auto 1fr;align-items:center;gap:6px;padding:0 10px;font-weight:850;display:inline-flex}.check-filter span{text-overflow:ellipsis;overflow:hidden}.summary-grid{grid-template-columns:repeat(4,minmax(130px,1fr));gap:10px;margin-bottom:14px;display:none}.summary-card{border:1px solid var(--line);background:var(--surface);border-radius:8px;min-height:76px;padding:12px;overflow:hidden;box-shadow:0 2px 10px #141f1e0a}.summary-card .label{color:var(--muted);text-overflow:ellipsis;font-size:12px;font-weight:850;overflow:hidden}.summary-card .value{font-variant-numeric:tabular-nums;text-overflow:ellipsis;margin-top:6px;font-size:26px;font-weight:950;line-height:1.05;overflow:hidden}.summary-card .note{color:var(--muted);text-overflow:ellipsis;margin-top:4px;font-size:12px;overflow:hidden}.table-wrap{width:100%;max-width:100%;box-shadow:none;scrollbar-width:thin;background:#fff;border:1px solid #c9ced3;border-radius:6px;overflow:auto}.view.active .table-wrap{max-height:calc(100vh - 210px)}.view.active .summary-total-table{max-height:calc(100vh - 165px)}.table-wrap.compact table{min-width:520px}.table-wrap.accounts-table table{min-width:780px}.table-wrap.summary-total-table table{min-width:860px}.table-section{background:var(--surface);min-width:0;box-shadow:none;border:1px solid #d8dde1;border-radius:6px;margin-bottom:16px;padding:12px}.table-section h2{color:var(--green-ink);margin:0 0 10px;font-size:17px;font-weight:950}.dashboard-grid{grid-template-columns:minmax(280px,.8fr) minmax(360px,1.2fr);align-items:start;gap:14px;display:grid}table{border-collapse:separate;border-spacing:0;white-space:nowrap;width:100%;min-width:920px;color:var(--ink);table-layout:auto;font-size:14px}thead th{z-index:4;background:var(--green-dark);color:#fff;text-align:left;border-bottom:1px solid #565e64;border-right:1px solid #565e64;height:42px;padding:9px 10px;font-weight:900;line-height:1.1;position:sticky;top:0}tbody td,tfoot td{background:var(--row);vertical-align:middle;border-bottom:1px solid #e5e8eb;border-right:1px solid #e5e8eb;height:42px;padding:7px 10px;line-height:1.1}tbody tr:nth-child(2n) td{background:var(--row-alt)}tbody tr:hover td{background:var(--row-hover)}tfoot td{z-index:3;border-top:2px solid var(--green-dark);background:var(--ink);color:#fff;font-weight:950;position:sticky;bottom:0}.number,.shortage,.stock-input{text-align:right;font-variant-numeric:tabular-nums}.number{min-width:76px;font-weight:900}.master-input{text-overflow:ellipsis;width:100%;min-width:110px;font-weight:750}.master-input.code,.master-input.small{min-width:82px}.master-input.name{min-width:180px}.password-input{min-width:160px}.number-input{text-align:right}.summary-item-name{min-width:220px;font-weight:900}.summary-total-table th:first-child,.summary-total-table td:first-child{z-index:5;min-width:220px;position:sticky;left:0;box-shadow:1px 0 #d8dde1}.summary-total-table thead th:first-child{z-index:7;background:var(--green-dark)}.summary-total-table tbody td:first-child{background:#fff}.summary-total-table tbody tr:nth-child(2n) td:first-child{background:#f8f9fa}.summary-total-table tbody tr:hover td:first-child{background:var(--row-hover)}.summary-total-table tfoot td:first-child{z-index:6;color:var(--ink);background:#dee2e6}.summary-total-table th:last-child,.summary-total-table td:last-child{z-index:5;border-left:2px solid var(--green-dark);min-width:120px;position:sticky;right:0}.summary-total-table thead th:last-child{z-index:7}.summary-total-table tfoot td:last-child{z-index:6}.summary-total-table tfoot td{color:var(--ink);background:#dee2e6}.item-add-row{grid-template-columns:100px 120px minmax(160px,1fr) 110px 90px 150px auto;gap:8px;margin-bottom:12px;display:grid}.category-details{background:var(--surface-soft);border:1px solid #d8dde1;border-radius:6px;margin-bottom:12px;padding:10px}.category-details summary{cursor:pointer;font-weight:900}.danger{border-color:var(--red);color:var(--red)}.account-note{color:var(--muted);margin-bottom:12px;font-weight:750}.shortage{min-width:72px;font-size:17px;font-weight:950}.shortage.positive{background:var(--yellow-strong);color:var(--ink)}.summary-total-table tbody .shortage.positive{color:var(--ink);background:#eef1f3}.summary-total-table tbody tr:hover .shortage.positive{background:#e3e7ea}.summary-target-input{text-align:center;width:82px;min-width:70px;font-weight:900}.shortage.zero{color:#777}.stock-input{text-align:center;width:76px;min-width:64px;font-weight:850}.staff-item-name{text-overflow:ellipsis;width:140px;max-width:140px;overflow:hidden}tr.has-order td{background:#fff8d8}.category-row td{z-index:2;height:34px;color:var(--ink);background:#e9ecef;font-size:14px;font-weight:950;position:sticky;top:42px}.category-setting{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:8px;margin-bottom:14px;display:grid}.category-setting label{min-height:40px;color:var(--ink);white-space:nowrap;background:#fff;border:1px solid #d8dde1;border-radius:4px;align-items:center;padding:0 10px;display:flex}.empty-state{min-height:180px;color:var(--muted);place-items:center;font-weight:850;display:grid}#toast{z-index:30;background:var(--ink);color:#fff;opacity:0;pointer-events:none;border-radius:8px;max-width:360px;padding:12px 14px;font-weight:850;transition:opacity .16s,transform .16s;position:fixed;bottom:18px;right:18px;transform:translateY(12px)}#toast.show{opacity:1;transform:translateY(0)}@media (width<=900px){.app-header,.toolbar{flex-direction:column;align-items:stretch}.summary-grid{grid-template-columns:repeat(2,minmax(130px,1fr))}.dashboard-grid,.item-add-row{grid-template-columns:1fr}.tabs{width:100%}}@media (width<=560px){main{padding:12px}.summary-grid{grid-template-columns:1fr}.order-type-tabs{gap:6px}.order-type-tab{min-height:54px;font-size:16px}.filters,.header-actions{flex-direction:column;align-items:stretch}.filters>*,.header-actions>*{width:100%}}
