.mobile-shell{min-height:100dvh;padding-bottom:calc(66px + env(safe-area-inset-bottom))}.mobile-shell__header{position:sticky;z-index:10;top:0;display:flex;align-items:center;justify-content:space-between;min-height:62px;padding:10px 16px;border-bottom:1px solid #e5e7eb;background:#fffffff0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.mobile-shell__header div{display:grid;gap:2px}.mobile-shell__header span{color:#64748b;font-size:12px}.mobile-shell__header button{padding:8px 10px;border:1px solid #cbd5e1;border-radius:8px;background:#fff;font-size:13px}.mobile-shell__content{width:min(100%,720px);margin:0 auto;padding:18px 16px 28px}.mobile-shell__nav{position:fixed;z-index:20;right:0;bottom:0;left:0;display:grid;grid-template-columns:repeat(5,1fr);min-height:66px;padding-bottom:env(safe-area-inset-bottom);border-top:1px solid #e5e7eb;background:#fff}.mobile-shell__nav a{display:grid;place-items:center;color:#64748b;font-size:13px;font-weight:700;text-decoration:none}.mobile-shell__nav a.active{color:#087f5b;background:#edfaf5}.mobile-login{min-height:100dvh;display:grid;place-items:center;padding:24px 20px;background:linear-gradient(160deg,#effaf5,#f6f7f9 55%,#eef2ff)}.mobile-login__panel{width:min(100%,420px);padding:32px 24px;border:1px solid #e5e7eb;border-radius:20px;background:#fff;box-shadow:0 18px 48px #0f172a1a}.mobile-login__eyebrow{margin:0 0 8px;color:#087f5b;font-size:12px;font-weight:800;letter-spacing:.12em}.mobile-login h1{margin:0;font-size:28px}.mobile-login__description{margin:10px 0 28px;color:#64748b}.mobile-login form{display:grid;gap:10px}.mobile-login label{margin-top:8px;font-size:14px;font-weight:700}.mobile-login input{width:100%;min-height:48px;padding:0 14px;border:1px solid #cbd5e1;border-radius:10px;font-size:16px}.mobile-login input:focus{border-color:#087f5b;outline:3px solid rgb(8 127 91 / 14%)}.mobile-login button{min-height:50px;margin-top:16px;border:0;border-radius:10px;color:#fff;background:#087f5b;font-weight:800}.mobile-login button:disabled{cursor:wait;opacity:.65}.mobile-login__error{margin:6px 0 0;color:#c92a2a;font-size:14px}.sales-summary{display:grid;gap:16px}.sales-summary__heading,.sales-panel__title,.sales-modal__header{display:flex;align-items:center;justify-content:space-between;gap:12px}.sales-summary__heading p{margin:0 0 4px;color:#087f5b;font-size:11px;font-weight:800;letter-spacing:.12em}.sales-summary h1,.sales-panel h2,.sales-modal h2{margin:0}.sales-summary h1{font-size:24px}.sales-summary button{min-height:38px;padding:0 12px;border:1px solid #b7c2cf;border-radius:8px;background:#fff;color:#334155;font-weight:700}.sales-summary button:disabled{opacity:.6}.sales-filter,.sales-panel{padding:16px;border:1px solid #e2e8f0;border-radius:14px;background:#fff}.sales-filter{display:grid;grid-template-columns:80px 1fr;align-items:center;gap:12px}.sales-filter label{font-size:13px;font-weight:800}.sales-filter select,.sales-filter input{width:100%;min-height:42px;padding:0 10px;border:1px solid #cbd5e1;border-radius:8px;background:#fff;font-size:16px}.sales-panel__title{margin-bottom:12px}.sales-panel__title h2,.sales-modal h2{font-size:17px}.sales-panel__title span{color:#64748b;font-size:13px}.sales-table-wrap{overflow-x:auto;overscroll-behavior-inline:contain}.sales-table{width:100%;min-width:520px;border-collapse:collapse;white-space:nowrap;font-size:13px}.sales-table th,.sales-table td{padding:10px 8px;border-bottom:1px solid #e2e8f0;text-align:right}.sales-table th{color:#475569;background:#f8fafc;font-weight:800}.sales-table th:first-child,.sales-table td:first-child{position:sticky;left:0;text-align:left;background:#fff}.sales-table th:first-child{background:#f8fafc}.sales-state{margin:0;padding:16px;border-radius:12px;background:#f8fafc;text-align:center}.sales-state--error{color:#b42318;background:#fff1f0}.sales-modal{position:fixed;z-index:50;top:0;right:0;bottom:0;left:0;display:flex;align-items:flex-end;padding-top:40px;background:#0f172a8f}.sales-modal__panel{width:100%;max-height:88dvh;padding:18px 16px calc(18px + env(safe-area-inset-bottom));overflow-y:auto;border-radius:20px 20px 0 0;background:#fff}.sales-modal__header{margin-bottom:14px}.sales-modal__header button{min-width:40px;padding:0;font-size:24px}.sales-pages{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin-top:14px}.products-page{display:grid;gap:16px}.products-heading,.products-toolbar,.product-card,.product-modal__header{display:flex;align-items:center;justify-content:space-between;gap:12px}.products-heading p{margin:0 0 4px;color:#087f5b;font-size:11px;font-weight:800;letter-spacing:.12em}.products-heading h1{margin:0;font-size:24px}.products-heading span{color:#64748b;font-size:13px}.products-page button{min-height:38px;padding:0 12px;border:1px solid #b7c2cf;border-radius:8px;background:#fff;font-weight:700}.products-page .product-primary{border-color:#087f5b;color:#fff;background:#087f5b}.products-page button:disabled{opacity:.55}.products-search{display:grid;grid-template-columns:100px 1fr;align-items:center;gap:10px;padding:16px;border:1px solid #e2e8f0;border-radius:14px;background:#fff}.products-search label,.product-modal label{font-size:13px;font-weight:800}.products-search input,.products-search select,.product-modal input{width:100%;min-height:42px;padding:0 10px;border:1px solid #cbd5e1;border-radius:8px;background:#fff;font-size:16px}.products-search__actions{grid-column:1 / -1;display:flex;justify-content:flex-end;gap:8px;margin-top:6px}.products-message{margin:0;padding:12px 14px;border-radius:10px;background:#eff6ff;color:#1d4ed8}.products-message--success{color:#067647;background:#ecfdf3}.products-message--warning{color:#9a6700;background:#fff8c5}.products-message--error{color:#b42318;background:#fff1f0}.products-toolbar strong{font-size:14px}.product-list{display:grid;gap:10px}.products-loading{padding:28px;border-radius:12px;background:#fff;text-align:center}.product-card{align-items:stretch;padding:14px;border:1px solid #e2e8f0;border-radius:14px;background:#fff}.product-card__select{display:grid;align-content:center;justify-items:center;gap:4px;color:#64748b;font-size:11px}.product-card__select input{width:20px;height:20px}.product-card__body{flex:1;min-width:0}.product-card__body>p{margin:0 0 5px;overflow:hidden;color:#64748b;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.product-card h2{margin:0 0 6px;overflow-wrap:anywhere;font-size:17px}.product-card strong{color:#087f5b}.product-card dl{display:grid;gap:3px;margin:10px 0 0;font-size:12px}.product-card dl div{display:flex;gap:8px}.product-card dt{width:48px;color:#64748b}.product-card dd{margin:0;overflow-wrap:anywhere}.products-pagination{display:flex;align-items:center;justify-content:center;gap:16px}.product-modal{position:fixed;z-index:60;top:0;right:0;bottom:0;left:0;display:flex;align-items:flex-end;padding-top:40px;background:#0f172a8f}.product-modal__panel{display:grid;gap:10px;width:100%;max-height:90dvh;padding:18px 16px calc(20px + env(safe-area-inset-bottom));overflow-y:auto;border-radius:20px 20px 0 0;background:#fff}.product-modal__header h2{margin:0;font-size:19px}.product-modal__header button{min-width:40px;padding:0;font-size:24px}.product-modal__code{margin:0 0 4px;color:#64748b}.receiving-page{display:grid;gap:16px}.receiving-heading,.receiving-toolbar,.receiving-card,.receiving-modal__header,.receiving-detail-tools,.receiving-detail-card__title,.receiving-upload-result>div{display:flex;align-items:center;justify-content:space-between;gap:10px}.receiving-heading p{margin:0 0 4px;color:#087f5b;font-size:11px;font-weight:800;letter-spacing:.12em}.receiving-heading h1{margin:0;font-size:24px}.receiving-heading span{color:#64748b;font-size:13px}.receiving-page button{min-height:38px;padding:0 12px;border:1px solid #b7c2cf;border-radius:8px;background:#fff;font-weight:700}.receiving-page .receiving-primary{border-color:#087f5b;color:#fff;background:#087f5b}.receiving-page button:disabled{opacity:.55}.receiving-search,.receiving-upload-meta{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;padding:16px;border:1px solid #e2e8f0;border-radius:14px;background:#fff}.receiving-search label,.receiving-upload-meta label,.receiving-detail-card label{display:grid;gap:5px;color:#475569;font-size:12px;font-weight:800}.receiving-search input,.receiving-search select,.receiving-upload-meta input,.receiving-upload-meta select,.receiving-detail-card input,.receiving-product-search input{width:100%;min-height:42px;padding:0 9px;border:1px solid #cbd5e1;border-radius:8px;background:#fff;font-size:16px}.receiving-search>div{grid-column:1 / -1;display:flex;justify-content:flex-end;gap:8px}.receiving-message{margin:0;padding:12px 14px;border-radius:10px;color:#1d4ed8;background:#eff6ff}.receiving-message--success{color:#067647;background:#ecfdf3}.receiving-message--error{color:#b42318;background:#fff1f0}.receiving-list,.receiving-detail-list,.receiving-upload-result{display:grid;gap:10px}.receiving-loading{padding:28px;border-radius:12px;background:#fff;text-align:center}.receiving-card{align-items:stretch;padding:14px;border:1px solid #e2e8f0;border-radius:14px;background:#fff}.receiving-card__check{display:grid;align-content:center;justify-items:center;gap:3px;color:#64748b;font-size:11px}.receiving-card__check input{width:20px;height:20px}.receiving-card>div{flex:1;display:grid;gap:4px;min-width:0}.receiving-card p,.receiving-card h2{margin:0}.receiving-card p,.receiving-card small{overflow:hidden;color:#64748b;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.receiving-card h2{overflow-wrap:anywhere;font-size:17px}.receiving-status{width:fit-content;padding:2px 7px;border-radius:999px;color:#9a6700;background:#fff8c5;font-size:11px}.receiving-status--confirmed{color:#067647;background:#ecfdf3}.receiving-status--fail{color:#b42318;background:#fff1f0}.receiving-pages{display:flex;align-items:center;justify-content:center;gap:16px}.receiving-modal{position:fixed;z-index:60;top:0;right:0;bottom:0;left:0;display:flex;align-items:flex-end;padding-top:30px;background:#0f172a8f}.receiving-modal--front{z-index:70}.receiving-modal__panel{width:100%;max-height:90dvh;padding:18px 16px calc(18px + env(safe-area-inset-bottom));overflow-y:auto;border-radius:20px 20px 0 0;background:#fff}.receiving-modal__header h2{margin:0;font-size:19px}.receiving-modal__header button{min-width:40px;padding:0;font-size:24px}.receiving-detail-meta{color:#64748b;font-size:13px}.receiving-detail-tools{flex-wrap:wrap;margin-bottom:12px}.receiving-detail-card{padding:14px;border:1px solid #e2e8f0;border-radius:12px;background:#f8fafc}.receiving-detail-card p{overflow-wrap:anywhere;font-size:13px}.receiving-detail-card__title .matched{color:#067647}.receiving-detail-card__title .unmatched{color:#b42318}.receiving-number-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.receiving-detail-card__actions{display:flex;justify-content:flex-end;gap:8px}.receiving-save{width:100%;margin-top:14px}.receiving-product-search{display:grid;grid-template-columns:1fr auto;gap:8px;margin:14px 0}.receiving-product-results{display:grid;gap:8px}.receiving-product-results button{display:grid;justify-items:start;min-height:56px;padding:9px 12px;text-align:left}.receiving-product-results span{color:#64748b;font-size:12px}.receiving-upload-meta{grid-template-columns:1fr}.receiving-file span{padding:12px;border:1px dashed #94a3b8;border-radius:8px;color:#64748b;font-weight:400}.receiving-upload-result{padding:14px;border:1px solid #e2e8f0;border-radius:14px;background:#fff}.receiving-upload-result>div{flex-wrap:wrap}@media (min-width: 560px){.receiving-upload-meta{grid-template-columns:repeat(2,1fr)}}.sales-list-page{display:grid;gap:16px}.sales-list-heading,.sales-list-card,.sales-list-modal__header{display:flex;align-items:center;justify-content:space-between;gap:12px}.sales-list-heading p{margin:0 0 4px;color:#087f5b;font-size:11px;font-weight:800;letter-spacing:.12em}.sales-list-heading h1{margin:0;font-size:24px}.sales-list-heading span{color:#64748b;font-size:13px}.sales-list-page button{min-height:38px;padding:0 12px;border:1px solid #b7c2cf;border-radius:8px;background:#fff;font-weight:700}.sales-list-page .sales-list-primary{border-color:#087f5b;color:#fff;background:#087f5b}.sales-list-page button:disabled{opacity:.55}.sales-list-search{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;padding:16px;border:1px solid #e2e8f0;border-radius:14px;background:#fff}.sales-list-search label{display:grid;gap:5px;color:#475569;font-size:12px;font-weight:800}.sales-list-search input,.sales-list-search select{width:100%;min-height:42px;padding:0 9px;border:1px solid #cbd5e1;border-radius:8px;background:#fff;font-size:16px}.sales-list-search>div{grid-column:1 / -1;display:flex;justify-content:flex-end;gap:8px}.sales-kpis{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.sales-kpis article{display:grid;gap:5px;padding:13px;border:1px solid #e2e8f0;border-radius:12px;background:#fff}.sales-kpis span{color:#64748b;font-size:12px}.sales-kpis strong{font-size:16px;text-align:right}.sales-kpis__primary{color:#067647;background:#ecfdf3!important}.sales-list-message{margin:0;padding:12px 14px;border-radius:10px;color:#1d4ed8;background:#eff6ff}.sales-list-message--success{color:#067647;background:#ecfdf3}.sales-list-message--warning{color:#9a6700;background:#fff8c5}.sales-list-message--error{color:#b42318;background:#fff1f0}.sales-list,.sales-list-card>div{display:grid;gap:9px}.sales-list-loading{padding:28px;border-radius:12px;background:#fff;text-align:center}.sales-list-card{align-items:stretch;padding:14px;border:1px solid #e2e8f0;border-radius:14px;background:#fff}.sales-list-card>div{flex:1;min-width:0}.sales-list-card p,.sales-list-card h2,.sales-list-card dl{margin:0}.sales-list-card p,.sales-list-card small{overflow:hidden;color:#64748b;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.sales-list-card h2{overflow-wrap:anywhere;font-size:17px}.sales-list-card dl{display:flex;gap:16px;font-size:12px}.sales-list-card dl div{display:flex;gap:5px}.sales-list-card dt{color:#64748b}.sales-list-card dd{margin:0}.sales-list-card>div>strong{color:#087f5b;font-size:18px}.sales-list-pages{display:flex;align-items:center;justify-content:center;gap:16px}.sales-list-modal{position:fixed;z-index:60;top:0;right:0;bottom:0;left:0;display:flex;align-items:flex-end;padding-top:30px;background:#0f172a8f}.sales-list-modal__panel{width:100%;max-height:90dvh;padding:18px 16px calc(18px + env(safe-area-inset-bottom));overflow-y:auto;border-radius:20px 20px 0 0;background:#fff}.sales-list-modal__header h2{margin:0;font-size:19px}.sales-list-modal__header button{min-width:40px;padding:0;font-size:24px}.sales-detail{display:grid;gap:0;margin:16px 0 0}.sales-detail div{display:grid;grid-template-columns:110px 1fr;gap:10px;padding:11px 0;border-bottom:1px solid #e2e8f0}.sales-detail dt{color:#64748b}.sales-detail dd{margin:0;overflow-wrap:anywhere;text-align:right}.sales-list-sync{width:100%;margin-top:14px}.inventory-page{display:grid;gap:16px}.inventory-heading p{margin:0 0 4px;color:#087f5b;font-size:11px;font-weight:800;letter-spacing:.12em}.inventory-heading h1{margin:0;font-size:24px}.inventory-heading span{color:#64748b;font-size:13px}.inventory-page button{min-height:38px;padding:0 12px;border:1px solid #b7c2cf;border-radius:8px;background:#fff;font-weight:700}.inventory-page .inventory-primary{border-color:#087f5b;color:#fff;background:#087f5b}.inventory-page button:disabled{opacity:.55}.inventory-search{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;padding:16px;border:1px solid #e2e8f0;border-radius:14px;background:#fff}.inventory-search label,.inventory-modal label{display:grid;gap:5px;color:#475569;font-size:12px;font-weight:800}.inventory-search input,.inventory-search select,.inventory-modal input{width:100%;min-height:42px;padding:0 9px;border:1px solid #cbd5e1;border-radius:8px;background:#fff;font-size:16px}.inventory-search__wide,.inventory-search>div{grid-column:1 / -1}.inventory-search .inventory-checkbox{display:flex;flex-direction:row;align-items:center}.inventory-checkbox input{width:20px;min-height:20px}.inventory-search>div{display:flex;justify-content:flex-end;gap:8px}.inventory-kpis{display:grid;grid-template-columns:repeat(4,1fr);gap:6px}.inventory-kpis article{display:grid;gap:4px;padding:10px 6px;border:1px solid #e2e8f0;border-radius:10px;background:#fff;text-align:center}.inventory-kpis span{color:#64748b;font-size:10px}.inventory-kpis strong{font-size:15px}.inventory-kpis .negative{color:#b42318;background:#fff1f0}.inventory-kpis .shortage{color:#9a6700;background:#fff8c5}.inventory-warning,.inventory-message{margin:0;padding:12px 14px;border-radius:10px;color:#b42318;background:#fff1f0}.inventory-message{color:#1d4ed8;background:#eff6ff}.inventory-message--success{color:#067647;background:#ecfdf3}.inventory-message--error{color:#b42318;background:#fff1f0}.inventory-list{display:grid;gap:10px}.inventory-loading{padding:28px;border-radius:12px;background:#fff;text-align:center}.inventory-card{padding:14px;border:1px solid #e2e8f0;border-radius:14px;background:#fff}.inventory-card__title{display:flex;align-items:start;justify-content:space-between;gap:8px}.inventory-card__title button{min-height:0;padding:0;border:0;color:#2563eb;text-align:left;overflow-wrap:anywhere}.inventory-card__title span{padding:3px 8px;border-radius:999px;color:#475569;background:#f1f5f9;font-size:11px}.inventory-card__title .normal{color:#067647;background:#ecfdf3}.inventory-card__title .shortage{color:#9a6700;background:#fff8c5}.inventory-card__title .negative{color:#b42318;background:#fff1f0}.inventory-card>p{color:#64748b;font-size:12px}.inventory-quantities{display:grid;grid-template-columns:repeat(4,1fr);gap:5px}.inventory-quantities div{display:grid;gap:3px;padding:8px 4px;border-radius:8px;background:#f8fafc;text-align:center}.inventory-quantities span{color:#64748b;font-size:10px}.inventory-quantities strong{font-size:14px}.inventory-card__edit{width:100%}.inventory-pages{display:flex;align-items:center;justify-content:center;gap:16px}.inventory-modal{position:fixed;z-index:60;top:0;right:0;bottom:0;left:0;display:flex;align-items:flex-end;padding-top:30px;background:#0f172a8f}.inventory-modal__panel{display:grid;gap:11px;width:100%;max-height:90dvh;padding:18px 16px calc(18px + env(safe-area-inset-bottom));overflow-y:auto;border-radius:20px 20px 0 0;background:#fff}.inventory-modal__header{display:flex;align-items:center;justify-content:space-between;gap:10px}.inventory-modal__header h2{margin:0;font-size:19px}.inventory-modal__header button{min-width:40px;padding:0;font-size:24px}.inventory-edit-current{display:grid;grid-template-columns:repeat(2,1fr);margin:0}.inventory-edit-current div{display:grid;gap:4px;padding:10px;background:#f8fafc}.inventory-edit-current dt{color:#64748b;font-size:11px}.inventory-edit-current dd{margin:0;text-align:right}.inventory-validation{color:#b42318}.inventory-save{width:100%}.inventory-movements{display:grid;gap:8px}.inventory-movements article{padding:11px;border:1px solid #e2e8f0;border-radius:10px}.inventory-movements article div{display:flex;justify-content:space-between;gap:8px}.inventory-movements span,.inventory-movements small{color:#64748b;font-size:12px}.inventory-movements p{margin:8px 0}:root{font-family:Pretendard,Noto Sans KR,Arial,sans-serif;color:#1f2937;background:#f6f7f9;font-synthesis:none;text-rendering:optimizeLegibility}*{box-sizing:border-box}html,body,#root{min-width:320px;min-height:100%;margin:0}button,input,select,textarea{font:inherit}
