:root{--bg: #f9fafc;--surface: #ffffff;--surface-2: #f4f6fb;--border: #dde5f4;--border-2: #c5d0e8;--text-1: #0d1424;--text-2: #44546a;--text-3: #8fa0bc;--accent: #2563eb;--accent-s: #1d4ed8;--accent-light: #eff6ff;--red: #ef4444;--red-bg: #fff1f1;--green: #22c55e;--green-bg: #f0fdf4;--shadow-xs: 0 1px 3px rgba(13, 20, 36, .06), 0 1px 2px rgba(13, 20, 36, .04);--shadow-sm: 0 4px 20px rgba(37, 99, 235, .08), 0 2px 8px rgba(13, 20, 36, .05);--shadow-md: 0 8px 32px rgba(37, 99, 235, .12), 0 4px 12px rgba(13, 20, 36, .06);--r: 10px;--r-lg: 16px;font-family:Pretendard Variable,Pretendard,-apple-system,BlinkMacSystemFont,sans-serif;color:var(--text-1);background:var(--bg);line-height:1.5;font-weight:400;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color-scheme:light}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100%}body{min-height:100vh;background:var(--bg);color:var(--text-1);font-size:14.5px}button,input,select,textarea{font:inherit}button{transition:transform .16s ease,box-shadow .16s ease,background-color .16s ease,border-color .16s ease,color .16s ease}button:not(:disabled):active{transform:translateY(0);opacity:.9}a{color:inherit;text-decoration:none}.app-shell{min-height:100vh;display:flex;flex-direction:column}.topbar{height:58px;background:var(--surface);border-bottom:none;box-shadow:0 1px #2563eb14,0 4px 20px #2563eb0f;display:flex;align-items:center;justify-content:space-between;padding:0 20px 0 0;gap:12px;position:sticky;top:0;z-index:50}.topbar-brand,.topbar-actions{display:flex;align-items:center;gap:12px}.topbar-brand{width:210px;justify-content:flex-start;flex-shrink:0;padding-left:24px;border-right:1px solid var(--border);height:100%}.topbar-logo-image{display:block;width:110px;height:auto;flex-shrink:0;transform:none}.topbar-title,.topbar-clock,.topbar-user{color:var(--text-2);font-size:13px;font-weight:500}.topbar-action-button{height:34px;padding:0 14px;font-size:13px;white-space:nowrap}.app-body{flex:1;display:flex;min-height:0}.sidebar{width:210px;background:var(--surface);border-right:1px solid var(--border);padding:18px 12px 16px;display:flex;flex-direction:column;justify-content:space-between;gap:14px;position:sticky;top:58px;height:calc(100vh - 58px);min-height:calc(100vh - 58px);overflow-y:auto}.sidebar-nav{display:flex;flex-direction:column;gap:14px}.sidebar-section{display:flex;flex-direction:column;gap:6px}.sidebar-section-title{padding:0 10px;font-size:10.5px;color:var(--text-3);font-weight:700;letter-spacing:.1em;text-transform:uppercase}.sidebar-links{display:flex;flex-direction:column;gap:4px}.sidebar-link{position:relative;display:flex;align-items:center;gap:10px;padding:8px 10px;border-radius:12px;color:var(--text-2);font-size:13.5px;font-weight:500;transition:background-color .18s ease,color .18s ease,transform .18s ease,box-shadow .18s ease}.sidebar-link:hover{background:var(--bg);color:var(--text-1);transform:translate(2px)}.sidebar-link.active{background:linear-gradient(135deg,#eff6ff 0%,#e0eaff 100%);color:var(--accent-s);font-weight:700;box-shadow:0 2px 8px #2563eb1f}.sidebar-link.active:before{content:"";position:absolute;left:0;top:8px;bottom:8px;width:3px;border-radius:999px;background:linear-gradient(180deg,#2563eb,#60a5fa)}.sidebar-link-icon{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;color:var(--text-3);flex-shrink:0;transition:color .18s ease}.sidebar-link:hover .sidebar-link-icon{color:var(--text-2)}.sidebar-link.active .sidebar-link-icon{color:var(--accent)}.sidebar-link-label{min-width:0}.sidebar-svg-icon{width:18px;height:18px}.sidebar-user-card{display:flex;align-items:center;gap:12px;padding:12px 10px;border-radius:14px;background:linear-gradient(135deg,#eff6ff 0%,#e0eaff 100%);border:1px solid rgba(37,99,235,.1)}.sidebar-user-avatar{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:10px;background:linear-gradient(135deg,#2563eb 0%,#60a5fa 100%);color:#fff;font-weight:800;font-size:14px;box-shadow:0 3px 8px #2563eb4d}.sidebar-user-meta{display:flex;flex-direction:column;min-width:0}.sidebar-user-meta strong{color:var(--text-1);font-size:13px}.sidebar-user-meta span{color:var(--text-3);font-size:12px}.app-main{flex:1;min-width:0;padding:24px}.page-content{display:flex;flex-direction:column;gap:16px}.page-header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px}.page-title{margin:0;font-size:20px;font-weight:700;letter-spacing:-.03em;line-height:1.3;color:var(--text-1)}.page-description{margin:4px 0 0;color:var(--text-3);font-size:13.5px}.card{background:var(--surface);border:1px solid rgba(221,229,244,.8);border-radius:var(--r-lg);padding:20px;box-shadow:var(--shadow-xs)}.card-header{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:14px}.card-header h2,.placeholder-panel h2{margin:0 0 6px;font-size:16.5px;font-weight:600}.card-header p,.placeholder-panel p{margin:0;color:var(--text-3);font-size:13px}.stats-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.stat-card{min-height:124px;display:flex;flex-direction:column;justify-content:space-between}.stat-card.compact{min-height:112px}.dashboard-stats-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.dashboard-page{gap:20px}.dashboard-top-grid,.dashboard-middle-grid{display:grid;gap:16px}.dashboard-top-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.dashboard-top-grid-asym{grid-template-columns:minmax(460px,1.05fr) minmax(680px,1.45fr);align-items:stretch}.dashboard-left-stack{display:grid;grid-template-rows:1fr 1fr;gap:16px}.dashboard-middle-grid{grid-template-columns:minmax(0,1.15fr) minmax(0,1fr)}.dashboard-summary-card-button,.dashboard-chart-card{background:#ffffff;border:1px solid rgba(221,229,244,.9);border-radius:22px;box-shadow:0 4px 20px #2563eb12,0 1px 4px #0d14240a}.dashboard-summary-card-button{min-height:164px;padding:22px;display:flex;flex-direction:column;justify-content:space-between;text-align:left;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.dashboard-summary-card-button:hover{transform:translateY(-3px);box-shadow:0 8px 32px #2563eb1f,0 4px 12px #0d14240f;border-color:#b8ccf0}.dashboard-summary-label{color:var(--text-2);font-size:13.5px;font-weight:500}.dashboard-summary-label-strong{color:var(--text-1);font-size:18px;font-weight:700;letter-spacing:-.02em}.dashboard-summary-label-compact{font-size:15px}.dashboard-summary-number{font-size:34px;font-weight:700;letter-spacing:-.04em;color:var(--text-1);background:linear-gradient(135deg,#0d1424,#44546a);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.dashboard-summary-number.danger{background:linear-gradient(135deg,#ef4444,#f87171);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.dashboard-summary-meta{color:#94a3b8;font-size:13px}.dashboard-summary-split{display:grid;grid-template-columns:1fr auto 1fr auto 1fr;align-items:center;gap:14px;margin-top:14px;width:100%}.dashboard-summary-split-item{display:flex;flex-direction:column;gap:6px}.dashboard-summary-split-label{color:#94a3b8;font-size:13px;font-weight:600}.dashboard-summary-split-value{font-size:34px;font-weight:700;letter-spacing:-.03em;background:linear-gradient(135deg,#0d1424,#44546a);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.dashboard-summary-split-value.danger{background:linear-gradient(135deg,#ef4444,#f87171);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.dashboard-summary-split-value.muted{background:none;-webkit-text-fill-color:#94a3b8;color:#94a3b8}.dashboard-summary-split-divider{width:1px;height:62px;background:#e5e7eb}.dashboard-chart-card{padding:22px}.dashboard-card-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:18px}.dashboard-card-head h2{margin:0;font-size:18px;font-weight:700;letter-spacing:-.02em}.dashboard-card-head span{color:#94a3b8;font-size:13px;white-space:nowrap}.dashboard-week-nav{display:inline-flex;align-items:center;gap:10px;color:#94a3b8;font-size:16px;font-weight:600;white-space:nowrap}.dashboard-week-nav-button{width:32px;height:32px;border:1.5px solid var(--border);border-radius:999px;background:var(--surface);color:var(--accent);font-size:0;line-height:1;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;position:relative;box-shadow:0 2px 8px #2563eb1a;transition:all .16s ease}.dashboard-week-nav-button:hover{background:#eff6ff;border-color:#93c5fd;box-shadow:0 4px 12px #2563eb2e!important}.dashboard-week-nav-button:before{content:"";width:8px;height:8px;border-top:2px solid currentColor;border-right:2px solid currentColor;transform:rotate(45deg);display:block;margin-left:-2px}.dashboard-week-nav-button:first-of-type:before{transform:rotate(-135deg);margin-left:2px}.dashboard-donut-wrap{display:flex;align-items:center;justify-content:space-between;gap:28px}.dashboard-donut-chart{width:190px;height:190px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.dashboard-donut-center{width:116px;height:116px;border-radius:50%;background:#ffffff;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:inset 0 0 0 1px #eef2f7}.dashboard-donut-center strong{font-size:30px;font-weight:700;line-height:1}.dashboard-donut-center span{margin-top:6px;color:#64748b;font-size:12px}.dashboard-legend{list-style:none;margin:0;padding:0;flex:1}.dashboard-legend li{display:flex;align-items:center;gap:8px;margin-bottom:12px;font-size:14px;color:#334155}.dashboard-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.dashboard-dot.done{background:#3b82f6}.dashboard-dot.pending{background:#ef4444}.dashboard-dot.week{background:#f59e0b}.dashboard-bar-chart{height:240px;display:flex;align-items:flex-end;justify-content:space-between;gap:14px;padding-top:16px;overflow:hidden}.dashboard-bar-item{flex:1;display:flex;flex-direction:column;align-items:center;gap:8px;padding:0;border:0;background:transparent;cursor:pointer;transition:transform .28s ease,opacity .28s ease;opacity:1}.dashboard-bar-label,.dashboard-bar-value{font-size:14px}.dashboard-bar-label{color:#64748b}.dashboard-bar-item:hover .dashboard-bar-fill{filter:brightness(1.03)}.dashboard-bar-item:hover{transform:translateY(-4px)}.dashboard-empty-state{display:flex;flex-direction:column;gap:4px;line-height:1.6}.dashboard-panel-empty-state{align-items:center;justify-content:center;min-height:180px;text-align:center;color:var(--text-3)}.dashboard-bar-track{width:100%;height:180px;max-width:36px;display:flex;align-items:flex-end;background:transparent}.dashboard-bar-fill{width:100%;min-height:10px;border-radius:12px 12px 0 0;background:linear-gradient(180deg,#60a5fa 0%,#2563eb 100%);box-shadow:none;transition:height .32s ease,filter .22s ease,transform .22s ease,opacity .22s ease;transform-origin:bottom center;animation:dashboard-bar-grow .66s cubic-bezier(.2,.9,.24,1) both;animation-delay:var(--bar-delay, 0ms)}.dashboard-bar-item:hover .dashboard-bar-fill{transform:scaleY(1.04)}@keyframes dashboard-bar-grow{0%{transform:scaleY(.3);opacity:.35}to{transform:scaleY(1);opacity:1}}.stat-label{color:#6b7280;font-size:14px}.stat-value{font-size:36px;font-weight:700}.list-stack{display:flex;flex-direction:column;gap:12px}.list-item{display:flex;justify-content:space-between;gap:12px;padding:14px 16px;border-radius:12px;background:var(--surface-2);border:1px solid var(--border);transition:border-color .16s ease,box-shadow .16s ease}.list-item:hover{border-color:var(--border-2);box-shadow:var(--shadow-xs)}.list-title{font-weight:700}.list-meta{color:#6b7280;font-size:14px;margin-top:4px}.toolbar{display:flex;gap:12px;align-items:center;margin-bottom:12px}.toolbar-grid{display:grid;grid-template-columns:2fr 1fr 1fr auto}.toolbar-meta{color:var(--text-3);white-space:nowrap;font-size:13px}.inline-check{display:inline-flex;align-items:center;gap:8px;color:var(--text-2);white-space:nowrap;font-size:13px}.inline-check input{margin:0}.search-input{width:100%;height:38px;border:1.5px solid var(--border);border-radius:var(--r);padding:0 11px;background:var(--surface);color:var(--text-1);font-size:14.5px;font-family:Pretendard Variable,Pretendard,sans-serif;transition:border-color .16s ease,box-shadow .16s ease}.search-input:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px #2563eb1a}.client-search-box{position:relative}.client-search-box .search-input{padding-right:32px}.client-search-caret{position:absolute;right:12px;top:50%;transform:translateY(-50%);color:var(--text-3);pointer-events:none;width:10px;height:10px;font-size:0;line-height:0}.client-search-caret:before{content:"";display:block;width:6px;height:6px;border-right:2px solid var(--text-2);border-bottom:2px solid var(--text-2);transform:rotate(45deg)}.client-search-dropdown{position:absolute;top:calc(100% + 6px);left:0;right:0;max-height:240px;overflow-y:auto;background:var(--surface);border:1px solid var(--border);border-radius:var(--r);box-shadow:var(--shadow-sm);z-index:30;padding:6px}.client-search-option{display:block;width:100%;border:0;background:transparent;text-align:left;padding:8px 10px;border-radius:6px;font-size:14.5px;color:var(--text-1);cursor:pointer}.client-search-option:hover{background:var(--surface-2)}.table-wrap{overflow:auto}.table{width:100%;border-collapse:collapse;min-width:960px;font-size:14.5px}.table th,.table td{padding:11px 14px;text-align:left;border-bottom:1px solid var(--border);vertical-align:middle;font-size:14px;color:var(--text-1)}.table th{background:#f0f2f7;color:var(--text-2);font-weight:600;font-size:12px;white-space:nowrap;letter-spacing:.06em;text-transform:uppercase;border-bottom:2px solid #dde3ef}.table thead tr th:first-child{border-radius:8px 0 0}.table thead tr th:last-child{border-radius:0 8px 0 0}.table tbody tr{transition:background-color .12s ease}.table tbody tr:hover td{background:#f4f7ff}.table tbody tr:last-child td{border-bottom:none}.master-accordion-row td{background:#fff}.master-accordion-row.is-expanded td{border-bottom-color:transparent}.master-accordion-summary{display:flex;flex-direction:column;gap:8px;padding:2px 0}.master-accordion-meta{display:flex;flex-wrap:wrap;gap:6px 8px}.master-accordion-meta-item{display:inline-flex;align-items:center;min-height:24px;padding:3px 10px;border-radius:999px;background:#f5f7fb;color:var(--text-2);font-size:12px;line-height:1.3}.master-accordion-children-cell{padding:0!important;background:#fff}.master-accordion-children{position:relative;padding:4px 18px 14px 52px;background:#fff}.master-accordion-children:before{content:"";position:absolute;top:6px;bottom:14px;left:32px;width:1px;background:#d9e1ee}.master-child-table{min-width:920px}.master-child-table thead th{background:#fff;color:var(--text-3);border-bottom:1px solid #dde3ef}.master-child-table tbody tr:hover td{background:#f8fbff}.master-tree-table{width:100%}.master-tree-row{cursor:pointer;transition:background-color .15s ease;border-bottom:1px solid var(--border)}.master-tree-row:hover{background-color:var(--surface-2)}.master-tree-row.is-expanded{background-color:#f8fbff;border-bottom:none}.master-tree-row.is-expanded>td{border-bottom:none;font-weight:600;color:var(--accent-s)}.chevron-cell{text-align:center;padding-left:12px!important}.tree-chevron{display:inline-flex;align-items:center;justify-content:center;color:var(--text-3);transition:transform .2s ease,color .15s ease;width:26px;height:26px;border-radius:4px}.master-tree-row:hover .tree-chevron{background-color:#0000000a;color:var(--text-2)}.master-tree-row.is-expanded .tree-chevron{transform:rotate(90deg);color:var(--accent)}.master-tree-child-row{background-color:#f8fbff}.master-tree-child-cell{padding:0 0 16px 152px!important;border-top:none!important;border-bottom:1px solid var(--border)}.child-table-wrap{border:1px solid #d0d7e5;border-radius:8px;background-color:#fff;overflow:hidden;box-shadow:0 2px 6px #0d14240a;margin-right:16px}.child-table{margin:0;border-collapse:collapse;width:100%}.child-table th{background-color:#f4f6fb;border-bottom:1px solid #d0d7e5;color:var(--text-2);font-size:12.5px;padding:10px 14px;text-transform:none;border-top:none!important}.child-table td{padding:10px 14px;border-bottom:1px solid var(--border);font-size:13.5px}.child-table tr:last-child td{border-bottom:none}.child-table tbody tr.history-clickable-row:hover>td{background-color:#f8fbff!important}.child-empty{margin:8px 16px 8px 0;background-color:#fff;border:1px solid #d0d7e5;border-radius:8px;min-height:80px}.table-primary{font-weight:600;color:var(--text-1)}.table-address{min-width:220px;color:var(--text-2)}.table-clamp-2{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis;white-space:normal;word-break:break-word;line-height:1.45;max-height:2.9em}.mcee-press-table-wrap .table{min-width:1080px}.mcee-page-note{margin-top:-8px;color:var(--text-3);font-size:12.5px;line-height:1.6}.mcee-filter-grid{display:grid;grid-template-columns:170px 170px minmax(280px,1fr);gap:12px;align-items:end}.mcee-keyword-list{display:flex;flex-wrap:wrap;gap:6px}.mcee-keyword-summary{display:inline-flex;align-items:center;min-height:24px;padding:3px 9px;border:1px solid #c7d2fe;border-radius:999px;background:#eef2ff;color:#3730a3;font-size:12px;font-weight:700;line-height:1.3;max-width:118px;overflow:hidden;text-overflow:ellipsis;vertical-align:middle;white-space:nowrap}.mcee-link-stack{display:flex;flex-direction:row;flex-wrap:nowrap;gap:6px;align-items:center;justify-content:center}.mcee-table-link{min-width:48px;text-decoration:none;white-space:nowrap}.mcee-source-link{display:inline-flex;align-items:center;gap:6px}.mcee-source-link:after{content:"";width:12px;height:12px;background-color:currentColor;-webkit-mask:url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M14 3h7v7h-2V6.41l-9.29 9.3-1.42-1.42 9.3-9.29H14V3ZM5 5h6v2H7v10h10v-4h2v6H5V5Z'/%3E%3C/svg%3E") center / contain no-repeat;mask:url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M14 3h7v7h-2V6.41l-9.29 9.3-1.42-1.42 9.3-9.29H14V3ZM5 5h6v2H7v10h10v-4h2v6H5V5Z'/%3E%3C/svg%3E") center / contain no-repeat}.mcee-effective-date-input{width:124px;min-width:0;height:32px;padding:0 8px;border:1px solid var(--border);border-radius:6px;background:var(--surface);color:var(--text-1);font-size:13px}.mcee-effective-date-input:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 2px #2563eb1f}.mcee-title-link{display:-webkit-box;text-decoration:none}.mcee-title-link:hover{color:var(--accent);text-decoration:underline}.mcee-new-badge{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;margin-left:6px;border-radius:999px;background:#ef4444;color:#fff;font-size:11px;font-weight:900;line-height:1;vertical-align:text-top;text-decoration:none}.mcee-detail-card{display:flex;flex-direction:column;gap:18px}.mcee-detail-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding-bottom:16px;border-bottom:1px solid var(--border)}.mcee-detail-title{margin:0;color:var(--text-1);font-size:22px;line-height:1.35;word-break:keep-all}.mcee-detail-meta{display:flex;flex-wrap:wrap;gap:8px 14px;margin-top:10px;color:var(--text-2);font-size:13px}.mcee-detail-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.mcee-detail-section{display:flex;flex-direction:column;gap:8px}.mcee-detail-body{min-height:220px;padding:18px;border:1px solid var(--border);border-radius:8px;background:#fff;color:var(--text-1);font-size:14.5px;line-height:1.75;white-space:pre-wrap;word-break:keep-all;overflow-wrap:anywhere}.mcee-detail-downloads{display:flex;flex-wrap:wrap;gap:8px}.table-inline-input{width:100%;min-width:0;height:30px;padding:0 8px;border:1px solid var(--border);border-radius:6px;background:var(--surface);color:var(--text-1);font-size:13px;text-align:right}.table-inline-input:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 2px #2563eb1f}.table-row-selected{background:#eff6ff}.table-row-selected td{background:#eff6ff;border-bottom-color:#bfdbfe}.dashboard-clickable-row{cursor:pointer}.dashboard-clickable-row:hover td{background:#f8fbff}.dashboard-panel-row-shipped td{background:#ecfdf3}.dashboard-panel-row-shipped:hover td{background:#d1fae5}.dashboard-panel-row-cancelled td{text-decoration:line-through;color:var(--text-3)}.dashboard-panel-row-cancelled select{text-decoration:none}.table tbody tr{cursor:pointer;transition:background-color .12s ease}.dashboard-ellipsis-cell{width:10em;max-width:10em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.table-empty,.empty-state,.table td.history-empty-cell{padding:24px 12px;text-align:center;color:var(--text-3)}.pagination{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:18px}.pagination-controls{display:flex;align-items:center;gap:6px;margin:0 auto}.pagination-pages{display:flex;align-items:center;gap:6px}.pagination-button{min-width:34px;height:34px;padding:0 10px;border:1px solid #d8dee8;border-radius:6px;background:var(--surface);color:var(--text-2);font-size:13px;font-weight:600;line-height:1;cursor:pointer;transition:background .16s ease,border-color .16s ease,color .16s ease}.pagination-button:hover:not(:disabled){background:#f8fafc;border-color:#b8c2d3;color:var(--text-1)}.pagination-button.active{background:linear-gradient(135deg,#2563eb,#3b82f6);border-color:#2563eb;color:#fff;box-shadow:0 2px 8px #2563eb40}.pagination-button:disabled{background:#f8fafc;color:#a8b2c3;opacity:1;cursor:not-allowed}.pagination-summary{flex-shrink:0;color:var(--text-3);font-size:13px;white-space:nowrap}.alert{padding:12px 14px;border-radius:var(--r);font-size:13px}.alert-error{background:#fef2f2;border:1px solid #fecaca;color:#b91c1c}.button-row{display:flex;gap:8px}.account-actions,.order-book-actions{justify-content:center;flex-wrap:wrap}.order-book-top-actions{align-items:center}.top-action-button{min-width:88px;height:38px;padding:0 16px;line-height:1;font-size:14px;font-weight:600;white-space:nowrap}.table-action-button{min-width:48px;height:28px;padding:0 10px;line-height:1;font-size:12.5px;font-weight:500;white-space:nowrap;border-radius:6px}.badge{display:inline-flex;align-items:center;justify-content:center;padding:3px 9px;border-radius:999px;font-size:12px;font-weight:600;background:#eff6ff;color:var(--accent);border:1px solid rgba(37,99,235,.15)}.badge-cancel{background:var(--red-bg);color:var(--red);border-color:#ef444433}.badge-muted{background:var(--surface-2);color:var(--text-3)}.badge-muted-blue{background:#eef4ff;color:var(--accent)}.btn{display:inline-flex;align-items:center;justify-content:center;height:38px;padding:0 16px;border-radius:var(--r);border:1.5px solid transparent;cursor:pointer;font-size:14px;font-weight:600;font-family:Pretendard Variable,Pretendard,sans-serif;line-height:1.2;letter-spacing:-.01em;gap:6px}.btn-primary{background:linear-gradient(135deg,#2563eb 0%,#3b82f6 100%);color:#fff;border-color:#2563eb;box-shadow:0 2px 8px #2563eb40}.btn-primary:not(:disabled):hover{background:linear-gradient(135deg,#1d4ed8 0%,#2563eb 100%);border-color:#1d4ed8;box-shadow:0 6px 18px #2563eb59!important}.btn-secondary{background:var(--surface);color:var(--text-2);border-color:var(--border)}.btn-secondary:not(:disabled):hover{background:var(--bg);border-color:var(--border-2);color:var(--text-1)}.btn-danger{background:var(--surface);color:var(--text-2);border-color:var(--border)}.btn-danger:not(:disabled):hover{background:#fff1f1;color:var(--red);border-color:#fca5a5}.btn-disabled{background:#f1f5f9;color:#94a3b8;border-color:#e2e8f0;cursor:not-allowed}.btn-block{width:100%}.btn-sm{height:32px;padding:0 11px;font-size:13px;font-weight:500}.placeholder-panel{display:flex;flex-direction:column;gap:12px}.doc-main-stack{display:flex;flex-direction:column;gap:20px}.doc-form-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.doc-items-table input,.doc-items-table select,.doc-items-table textarea{width:100%}.doc-items-table.wide{min-width:1560px}.doc-item-name-cell{min-width:270px}.doc-item-name-input{min-width:220px}.doc-cell-control{width:100%;min-height:36px;border:1.5px solid var(--border);border-radius:var(--r);padding:0 11px;font-size:14.5px;font-family:Pretendard Variable,Pretendard,sans-serif;background:var(--surface);transition:border-color .16s ease,box-shadow .16s ease}.doc-cell-control:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 2px #2563eb1a}.doc-cell-control[type=date]{padding-right:10px}.doc-items-table textarea.doc-cell-control{min-height:36px;height:36px;padding:8px 11px;resize:none}.doc-number-input-qty{width:58px;text-align:right}.doc-number-input-pallet-box{width:92px;text-align:right}.doc-number-col-cost,.doc-number-col-sell{min-width:92px}.doc-number-input-costprice,.doc-number-input-unitprice{width:92px;text-align:right}.doc-number-input-supply{width:98px;text-align:right}.doc-item-note{font-family:Pretendard Variable,Pretendard,sans-serif;font-size:14.5px;line-height:1.4}.doc-item-main-row td{border-bottom:0}.doc-item-note-row td{padding-top:4px;padding-bottom:12px;background:#fff;border-bottom:1px solid var(--border)}.doc-item-note-spacer{background:#fff!important;border-bottom:1px solid var(--border)}.doc-items-table tbody .doc-item-cancelled-row td{background:#fef2f2;color:var(--text-3)}.doc-items-table tbody .doc-item-cancelled-row input,.doc-items-table tbody .doc-item-cancelled-row select{color:var(--text-3);text-decoration:line-through}.doc-items-table tbody .doc-item-main-row:hover td,.doc-items-table tbody .doc-item-main-row:hover+.doc-item-note-row td,.doc-items-table tbody .doc-item-note-row:hover td,.doc-items-table tbody tr.doc-item-main-row:has(+.doc-item-note-row:hover) td{background:#f4f7ff}.doc-items-table tbody .doc-item-main-row:hover+.doc-item-note-row .doc-item-note-spacer,.doc-items-table tbody .doc-item-note-row:hover .doc-item-note-spacer,.doc-items-table tbody tr.doc-item-main-row:has(+.doc-item-note-row:hover) .doc-item-note-spacer{background:#f4f7ff!important}.doc-item-release-note,.doc-item-invoice-note{width:100%}.doc-item-note-action-cell{text-align:center;vertical-align:top}.doc-gubun-col,.doc-gubun-cell{width:84px;white-space:normal;word-break:keep-all}.doc-note-col{width:180px}.doc-pallet-col,.doc-box-col{width:92px}.doc-delete-button{white-space:nowrap;min-width:56px}.doc-action-stack{display:flex;flex-direction:column;gap:10px;margin-top:16px}.doc-action-stack.inline{flex-direction:row;flex-wrap:wrap;margin-top:0}.doc-sticky-actions{position:sticky;bottom:0;z-index:30;margin-top:20px;padding:14px 0 8px;background:linear-gradient(180deg,rgba(249,250,252,0) 0%,rgba(249,250,252,.92) 22%,#f9fafc 100%)}.doc-action-stack-sticky{justify-content:flex-end;gap:12px}.doc-sticky-action-button{min-width:92px;min-height:36px;padding:0 16px;font-size:14px;font-weight:600}.doc-totals-strip{display:flex;justify-content:flex-end;gap:12px;flex-wrap:wrap;padding-top:16px;margin-top:16px;border-top:1px solid #e5e7eb}.doc-total-item{min-width:180px;padding:14px 16px;border-radius:14px;background:var(--surface-2);border:1px solid var(--border);display:flex;flex-direction:column;gap:6px}.doc-total-item span{color:var(--text-2);font-size:13.5px}.doc-total-item strong{font-size:20px}.doc-total-item.total{background:linear-gradient(135deg,#eff6ff 0%,#e0eaff 100%);border-color:#bfdbfe}.history-date-input{width:170px;max-width:100%}.client-toolbar{flex-wrap:wrap}.client-toolbar-stacked{display:flex;flex-direction:column;align-items:stretch;gap:12px}.client-toolbar-actions{display:flex;justify-content:space-between;align-items:center;gap:12px}.product-toolbar{align-items:center;grid-template-columns:180px minmax(260px,1fr) auto}.product-toolbar-actions{margin-top:-12px;margin-bottom:12px}.product-tab-list{display:flex;gap:2px;border-bottom:2px solid var(--border);margin-bottom:16px}.product-tab-btn{background:none;border:none;cursor:pointer;padding:9px 18px;font-size:14px;font-weight:500;color:var(--text-3);border-bottom:2px solid transparent;margin-bottom:-2px;border-radius:6px 6px 0 0;font-family:Pretendard Variable,Pretendard,sans-serif;transition:color .15s}.product-tab-btn:hover{color:var(--accent);background:var(--accent-light)}.product-tab-btn.active{color:var(--accent-s);font-weight:700;border-bottom-color:var(--accent)}.product-form-section{grid-column:1 / -1;border-top:1px solid var(--border);margin:4px 0 0;padding-top:12px}.product-form-section-label{font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text-3);margin-bottom:4px}.detail-item{padding:14px 0;border-bottom:1px solid var(--border)}.detail-item:last-of-type{border-bottom:0}.detail-label{margin-bottom:6px;font-size:13px;color:var(--text-3);font-weight:600;text-transform:uppercase;letter-spacing:.04em}.detail-value{color:var(--text-1);font-size:14.5px}.detail-value.multiline{white-space:pre-wrap}.detail-footer{padding-top:8px}.placeholder-badge{width:fit-content;padding:6px 10px;border-radius:999px;background:#fef3c7;color:#92400e;font-size:13px;font-weight:700}.login-page{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:28px;padding:24px;background:radial-gradient(ellipse at 50% 0%,rgba(37,99,235,.07) 0%,transparent 55%),linear-gradient(180deg,#f9fafc 0%,#f9fafc 100%)}.login-hero{display:flex;flex-direction:column;align-items:center;gap:10px}.login-card{width:min(100%,440px);background:#ffffff;border:1px solid rgba(221,229,244,.8);border-radius:28px;padding:36px 40px;box-shadow:0 8px 40px #2563eb1f,0 2px 12px #0d14240f;display:flex;flex-direction:column;gap:20px}.login-logo-image{display:block;width:min(100%,210px);height:auto}.login-hero-subtitle{margin:0;color:#7b8797;font-size:15px;text-align:center}.login-card-head{display:flex;flex-direction:column;gap:6px}.login-card-title{margin:0;font-size:18px;font-weight:700;letter-spacing:-.02em}.login-card-description{margin:0;color:var(--text-3);font-size:15px}.login-remember{display:inline-flex;align-items:center;gap:8px;color:var(--text-2);font-size:13px;font-weight:500;cursor:pointer;width:fit-content}.login-remember input[type=checkbox]{width:14px;height:14px;margin:0}.field{display:flex;flex-direction:column;gap:6px;margin-bottom:16px}.field span{font-size:12px;font-weight:600;color:var(--text-2);letter-spacing:.03em}.field input{height:38px;border:1.5px solid var(--border);border-radius:var(--r);padding:0 11px;font-size:14.5px;font-family:Pretendard Variable,Pretendard,sans-serif;background:var(--surface);color:var(--text-1);transition:border-color .16s ease,box-shadow .16s ease}.field input:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px #2563eb1a}.field select{height:38px;border:1.5px solid var(--border);border-radius:var(--r);padding:0 36px 0 11px;font-size:14px;font-family:Pretendard Variable,Pretendard,sans-serif;background:var(--surface);color:var(--text-1);-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%238fa0bc' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:calc(100% - 10px) center;background-size:16px 16px;transition:border-color .16s ease,box-shadow .16s ease;cursor:pointer}.field select:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px #2563eb1a}.field textarea{min-height:88px;border:1.5px solid var(--border);border-radius:var(--r);padding:8px 11px;font-size:14.5px;font-family:Pretendard Variable,Pretendard,sans-serif;background:var(--surface);color:var(--text-1);resize:vertical;transition:border-color .16s ease,box-shadow .16s ease}.field textarea:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px #2563eb1a}.field-check{justify-content:flex-end}.field-span-2{grid-column:1 / -1}.field-span-2-cols{grid-column:span 2}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(13,20,36,.4);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;padding:24px;z-index:1000}.modal-card{width:min(100%,760px);max-height:calc(100vh - 48px);overflow:auto;background:var(--surface);border-radius:22px;border:1px solid rgba(221,229,244,.8);padding:26px;box-shadow:0 24px 64px #2563eb24,0 8px 24px #0d14241a}.account-modal-card{width:min(100%,640px)}.doc-import-modal-card{width:min(100%,1100px)}.supplier-import-modal-card{width:min(100%,816px)}.supplier-import-modal-card .table-wrap{overflow-x:hidden}.supplier-import-modal-card .table{width:100%;table-layout:fixed}.supplier-import-modal-card .table th:nth-child(1),.supplier-import-modal-card .table td:nth-child(1){width:190px}.supplier-import-modal-card .table th:nth-child(2),.supplier-import-modal-card .table td:nth-child(2){width:90px}.history-supplier-modal-card{width:min(100%,816px)}.history-supplier-modal-card .table th:nth-child(2),.history-supplier-modal-card .table td:nth-child(2),.history-supplier-modal-card .table th:nth-child(5),.history-supplier-modal-card .table td:nth-child(5),.history-supplier-modal-card .table th:nth-child(6),.history-supplier-modal-card .table td:nth-child(6),.history-supplier-modal-card .table th:nth-child(7),.history-supplier-modal-card .table td:nth-child(7){display:none}.modal-select-row{cursor:pointer}.modal-select-row:hover td{background:#f8fbff}.supplier-modal-name,.supplier-modal-address{display:block;width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.doc-import-trigger-button{transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background-color .18s ease}.doc-import-trigger-button:hover{transform:translateY(-1px);box-shadow:0 10px 24px #0f172a14;border-color:#cfd8eb;background:#f8fbff}.doc-import-trigger-button:active{transform:translateY(0);box-shadow:0 6px 14px #0f172a0f}.doc-import-select-column{width:112px;text-align:center}.doc-import-select-button{min-width:76px}.password-modal-card{width:min(100%,420px)}.modal-head{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:20px}.modal-head-copy{min-width:0;flex:1}.modal-head-actions{display:flex;align-items:flex-start;justify-content:flex-end;flex-shrink:0}.modal-head h2{margin:0 0 5px;font-size:17px;font-weight:700;letter-spacing:-.02em}.modal-head p{margin:0;color:var(--text-3);font-size:13px;font-weight:400}.modal-form{display:flex;flex-direction:column;gap:16px}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.price-change-panel{display:flex;flex-direction:column;gap:18px}.price-change-guide{display:flex;flex-wrap:wrap;gap:6px 12px;align-items:center;padding:14px 16px;border:1px solid #cfe0ff;border-radius:16px;background:linear-gradient(135deg,#f5f9ff 0%,#eef5ff 100%);color:var(--text-2);font-size:14px}.price-change-guide strong{color:#1d4ed8;font-weight:800}.price-change-form-grid{display:grid;grid-template-columns:repeat(3,minmax(220px,1fr));gap:16px 18px;padding:18px;border:1px solid var(--border);border-radius:18px;background:radial-gradient(circle at 0% 0%,rgba(37,99,235,.08),transparent 34%),linear-gradient(180deg,#ffffff 0%,#f8fbff 100%)}.price-change-form-grid .field{min-width:0;margin-bottom:0}.price-change-form-grid .field input,.price-change-form-grid .field select{width:100%}.price-change-action-card{display:flex;flex-direction:column;justify-content:flex-end;gap:8px;min-width:0}.price-change-action-card>span{font-size:12px;font-weight:700;color:var(--text-2);letter-spacing:.03em}.price-change-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.price-change-actions .btn{width:100%;justify-content:center}.price-change-summary-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.price-change-preview-table-wrap{max-height:360px}.price-change-preview-table-wrap thead th,.price-change-selected-table-wrap thead th,.price-change-history-modal .table-wrap thead th{position:sticky;top:0;z-index:2;background:#f1f5f9}.price-change-date-col{width:118px;min-width:118px;white-space:nowrap}.price-change-history-head{display:flex;align-items:center;justify-content:space-between;margin-top:4px}.price-change-history-head h3{margin:0;font-size:16px;font-weight:800;color:var(--text-1)}.price-change-head{display:grid;grid-template-columns:1fr auto;gap:12px;align-items:center}.price-change-section{display:flex;flex-direction:column;gap:12px;padding:18px;border:1px solid var(--border);border-radius:18px;background:#fff}.price-change-section-title{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.price-change-section-title h3{margin:0;color:var(--text-1);font-size:16px;font-weight:800}.price-change-section-title p{margin:0;color:var(--text-3);font-size:13px}.price-change-search-grid{display:grid;grid-template-columns:minmax(150px,.7fr) minmax(150px,.7fr) minmax(180px,.9fr) minmax(320px,1.7fr) 130px;gap:14px;align-items:end}.price-change-search-grid .field{min-width:0;margin-bottom:0}.price-change-search-grid>.btn{height:38px;justify-content:center}.price-change-product-search,.price-change-client-search{position:relative}.price-change-product-menu{position:absolute;top:calc(100% + 6px);left:0;right:0;z-index:30;max-height:320px;overflow:auto;border:1px solid var(--border);border-radius:14px;background:#fff;box-shadow:0 20px 42px #0f172a24}.price-change-product-option{display:flex;width:100%;flex-direction:column;gap:3px;border:0;border-bottom:1px solid #edf2f7;padding:11px 12px;background:#fff;color:var(--text-1);text-align:left;cursor:pointer}.price-change-product-option:hover{background:#f5f8ff}.price-change-product-option:disabled{color:var(--text-3);cursor:default}.price-change-product-option strong{font-size:14px;font-weight:800}.price-change-product-option span{color:var(--text-3);font-size:12px}.price-change-product-summary{display:grid;grid-template-columns:1.1fr 1.1fr 2fr .8fr .8fr;gap:10px;padding:12px;border:1px solid #dce8ff;border-radius:16px;background:#f8fbff}.price-change-product-summary>div{min-width:0;padding:10px 12px;border-radius:12px;background:#fff}.price-change-product-summary span{display:block;margin-bottom:4px;color:var(--text-3);font-size:12px;font-weight:700}.price-change-product-summary strong{display:block;overflow:hidden;color:var(--text-1);font-size:14px;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.price-change-count-row{display:flex;gap:12px;color:var(--text-2);font-size:13px;font-weight:700}.price-change-empty-result{padding:22px;border:1px dashed #c9d7ee;border-radius:16px;background:#fff;color:var(--text-3);font-size:14px;font-weight:700;text-align:center}.price-change-target-section{background:#fff}.price-change-target-summary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.price-change-target-summary>div{display:flex;align-items:center;justify-content:space-between;padding:12px 14px;border:1px solid #dce8ff;border-radius:14px;background:#fff}.price-change-target-summary span{color:var(--text-3);font-size:13px;font-weight:700}.price-change-target-summary strong{color:#1d4ed8;font-size:18px}.price-change-selected-table-wrap{max-height:260px}.price-change-remove-btn{height:30px;border:1px solid #fecaca;border-radius:999px;padding:0 12px;background:#fff7f7;color:#b91c1c;font-weight:700;cursor:pointer}.price-change-apply-grid{display:grid;grid-template-columns:minmax(180px,1fr) minmax(180px,1fr) 160px;gap:12px;align-items:end}.price-change-apply-grid .field{margin-bottom:0}.price-change-apply-grid>.btn{height:38px;justify-content:center}.price-change-history-modal{width:min(1280px,calc(100vw - 48px))}.price-change-history-modal .table{font-size:13px}.price-change-history-modal .table th,.price-change-history-modal .table td{padding:10px 12px}.price-change-history-modal .table th:nth-child(1),.price-change-history-modal .table td:nth-child(1),.price-change-history-modal .table th:nth-child(2),.price-change-history-modal .table td:nth-child(2),.price-change-history-modal .table th:nth-child(6),.price-change-history-modal .table td:nth-child(6),.price-change-history-modal .table th:nth-child(7),.price-change-history-modal .table td:nth-child(7),.price-change-history-modal .table th:nth-child(9),.price-change-history-modal .table td:nth-child(9){white-space:nowrap}.price-change-next-hint{padding:18px;border:1px dashed #c9d7ee;border-radius:18px;background:#fff;color:var(--text-3);font-size:14px;font-weight:700;text-align:center}.price-change-step-enter{animation:priceChangeStepEnter .18s ease-out}@keyframes priceChangeStepEnter{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.modal-actions{display:flex;justify-content:flex-end;gap:10px}.doc-inline-stack{display:flex;flex-direction:column;gap:8px}.doc-subgrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.field-compact{width:100%;min-width:0;height:32px;border:1px solid var(--border);border-radius:4px;padding:0 8px;background:var(--surface);font-size:13px}.release-preview-wrap{overflow:auto;border:1px solid var(--border);border-radius:18px;background:#dde5f4;padding:20px}.release-preview-wrap.in-modal{max-height:calc(100vh - 220px)}.release-preview-host{min-width:1180px}.release-preview-host.release-preview-host-print{width:273mm;min-width:273mm;background:#fff;margin:0 auto}.release-preview-host.release-preview-host-print .doc-tbl .qty-col{width:88px}.release-preview-host.release-preview-host-print .doc-tbl td{overflow:hidden}.preview-modal-card{width:min(1400px,calc(100vw - 48px))}.schedule-calendar-modal-card{width:min(1180px,calc(100vw - 48px));max-height:calc(100vh - 48px);overflow:hidden}.schedule-calendar-modal-overlay{background:rgba(13,20,36,.52);backdrop-filter:none;-webkit-backdrop-filter:none}.schedule-calendar-close-button{width:36px;height:36px;border:1px solid var(--border);border-radius:999px;background:var(--surface);color:var(--text-2);font-size:24px;line-height:1;cursor:pointer}.schedule-calendar-close-button:hover{background:var(--surface-2);border-color:var(--border-2);color:var(--text-1)}.schedule-calendar-layout{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(300px,.8fr);gap:18px;min-height:0;height:min(900px,calc(100vh - 160px));overflow:hidden}.schedule-calendar-panel,.schedule-calendar-detail{border:1px solid var(--border);border-radius:18px;background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(244,246,251,.88));padding:16px;min-height:0;overflow:hidden}.schedule-calendar-panel{overflow:auto;overscroll-behavior:contain;scrollbar-gutter:stable}.schedule-calendar-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.schedule-calendar-month-label{font-size:18px;font-weight:700;color:var(--text-1)}.schedule-calendar-weekdays{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:8px;margin-bottom:8px}.schedule-calendar-weekdays span{text-align:center;font-size:12px;font-weight:700;color:var(--text-3)}.schedule-calendar-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:8px}.schedule-calendar-day{min-height:0;aspect-ratio:1 / 1;border:1px solid var(--border);border-radius:14px;background:var(--surface);padding:14px;text-align:left;box-shadow:var(--shadow-xs);display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch}.schedule-calendar-day:hover{border-color:var(--border-2);box-shadow:var(--shadow-sm)}.schedule-calendar-day.is-outside{opacity:.45;background:#f8fafc}.schedule-calendar-day.is-today{border-color:#2563eb73}.schedule-calendar-day.is-selected{background:linear-gradient(180deg,#eff6ff,#ffffff);border-color:#3b82f6;box-shadow:0 8px 18px #2563eb24}.schedule-calendar-day-head{display:flex;align-items:center;justify-content:flex-start;margin-bottom:10px;align-self:stretch}.schedule-calendar-day-number{font-size:15px;font-weight:700;color:var(--text-1);align-self:flex-start}.schedule-calendar-day-body{display:flex;flex-direction:column;gap:5px;flex:1;min-height:0}.schedule-calendar-day-body-centered{align-items:center;justify-content:center}.schedule-calendar-day-pill{display:inline-flex;align-items:center;justify-content:center;min-width:46px;height:28px;padding:0 12px;border-radius:999px;background:linear-gradient(135deg,#eef2ff,#dbeafe);color:#1d4ed8;font-size:12px;font-weight:800;box-shadow:inset 0 0 0 1px #2563eb24}.schedule-calendar-detail{display:flex;flex-direction:column;min-height:100%}.schedule-calendar-detail-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.schedule-calendar-detail-head strong{font-size:16px}.schedule-calendar-detail-head span{color:var(--text-3);font-size:13px;font-weight:600}.schedule-calendar-detail-list{display:flex;flex-direction:column;gap:10px;flex:1;min-height:0;overflow-y:auto;overscroll-behavior:contain;scrollbar-gutter:stable;padding-right:4px}.schedule-calendar-detail-item{width:100%;border:1px solid var(--border);border-radius:14px;background:var(--surface);padding:12px 14px;text-align:left}.schedule-calendar-detail-item:hover{border-color:var(--border-2);background:#f8fbff}.schedule-calendar-detail-top{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:8px}.schedule-calendar-detail-top strong{font-size:14px}.schedule-calendar-detail-meta{display:flex;flex-direction:column;gap:6px;color:var(--text-2);font-size:13px;line-height:1.4;font-weight:600}.schedule-calendar-status-badge{display:inline-flex;align-items:center;justify-content:center;min-width:62px;height:26px;padding:0 10px;border-radius:999px;font-size:12px;font-weight:700}.schedule-calendar-status-badge.is-unshipped{background:#dbeafe;color:#1d4ed8}.schedule-calendar-status-badge.is-shipped{background:#e5e7eb;color:#4b5563}.schedule-calendar-detail-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:8px;padding-top:8px;border-top:1px dashed var(--border)}.schedule-calendar-detail-stats span{display:flex;align-items:center;justify-content:center;min-height:24px;color:var(--text-2);font-size:12px;font-weight:600;text-align:center}.schedule-calendar-status{display:inline-flex;align-items:center;justify-content:center;min-width:64px;height:24px;border-radius:999px;padding:0 10px;font-size:12px;font-weight:700}.schedule-calendar-status.is-normal{background:#eef2ff;color:#3730a3}.schedule-calendar-status.is-cancelled{background:#fee2e2;color:#b91c1c}.slide-panel-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(13,20,36,.4);backdrop-filter:none;-webkit-backdrop-filter:none;display:flex;justify-content:flex-end;padding:0;z-index:1000}.slide-panel-card{width:min(1020px,100vw);height:100vh;background:var(--surface);border-left:1px solid var(--border);box-shadow:-24px 0 60px #2563eb1f,-8px 0 24px #0d142414;padding:24px;overflow:hidden;display:flex;flex-direction:column;min-height:0;will-change:transform,opacity;transform:translateZ(0);contain:layout paint;animation:slide-panel-enter .22s ease}.slide-panel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:18px}.slide-panel-head h2{margin:0 0 6px;font-size:18px}.slide-panel-close-button{width:36px;height:36px;border:1px solid var(--border);border-radius:999px;background:var(--surface);color:var(--text-2);font-size:24px;line-height:1;cursor:pointer;flex-shrink:0}.slide-panel-close-button:hover{background:var(--surface-2);border-color:var(--border-2);color:var(--text-1)}.slide-panel-body{display:flex;flex-direction:column;gap:12px;flex:1;min-height:0;overflow:auto}.slide-panel-footer{display:flex;justify-content:center;margin-top:auto;padding-top:12px}.dashboard-panel-actions{display:flex;gap:10px;justify-content:center}.dashboard-panel-table{min-width:0}.dashboard-panel-table th,.dashboard-panel-table td{padding:11px 8px}.dashboard-panel-table th:nth-child(1),.dashboard-panel-table td:nth-child(1){width:88px}.dashboard-panel-table th:first-child input[type=checkbox],.dashboard-panel-table td:first-child input[type=checkbox]{width:14px;height:14px}.dashboard-panel-table th:nth-child(2),.dashboard-panel-table td:nth-child(2){width:96px}.dashboard-panel-table td:nth-child(2),.dashboard-panel-table td:nth-child(3){white-space:nowrap}.dashboard-panel-table th:nth-child(3),.dashboard-panel-table td:nth-child(3),.dashboard-panel-table th:nth-child(4),.dashboard-panel-table td:nth-child(4),.dashboard-panel-table th:nth-child(5),.dashboard-panel-table td:nth-child(5),.dashboard-recent-table th:nth-child(4),.dashboard-recent-table td:nth-child(4),.dashboard-recent-table th:nth-child(5),.dashboard-recent-table td:nth-child(5){width:11em;max-width:11em}.dashboard-panel-table th:nth-child(6),.dashboard-panel-table td:nth-child(6),.dashboard-panel-table th:nth-child(7),.dashboard-panel-table td:nth-child(7),.dashboard-panel-table th:nth-child(8),.dashboard-panel-table td:nth-child(8){width:88px}.dashboard-panel-table th:nth-child(9),.dashboard-panel-table td:nth-child(9){width:100px}.dashboard-panel-mobile-list{display:none}.dashboard-panel-mobile-card{width:100%;border:1px solid var(--border);border-radius:14px;background:var(--surface);padding:14px;color:var(--text-1);text-align:left;cursor:pointer;box-shadow:var(--shadow-xs)}.dashboard-panel-mobile-card.is-shipped{background:#ecfdf3;border-color:#bbf7d0}.dashboard-panel-mobile-card.is-cancelled{color:var(--text-3);text-decoration:line-through}.dashboard-panel-mobile-card.is-cancelled select,.dashboard-panel-mobile-card.is-cancelled .badge{text-decoration:none}.dashboard-panel-mobile-card-head{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:flex-start}.dashboard-panel-mobile-title{display:flex;flex-direction:column;gap:3px;min-width:0}.dashboard-panel-mobile-title strong{overflow:hidden;color:var(--text-1);font-size:15px;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.dashboard-panel-mobile-title span{overflow:hidden;color:var(--text-2);font-size:13px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.dashboard-panel-mobile-status{min-width:92px}.dashboard-panel-mobile-status select{height:32px;font-size:13px}.dashboard-panel-mobile-meta{display:flex;flex-wrap:wrap;gap:6px 10px;margin-top:10px;color:var(--text-2);font-size:12.5px;font-weight:700}.dashboard-panel-mobile-check{display:inline-flex;align-items:center;gap:5px;color:var(--accent)}.dashboard-panel-mobile-check input{width:15px;height:15px;margin:0}.dashboard-panel-mobile-product{margin-top:10px;padding-top:10px;border-top:1px dashed var(--border);color:var(--text-1);font-size:13.5px;font-weight:700;line-height:1.45;word-break:keep-all}.dashboard-panel-mobile-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;margin-top:10px}.dashboard-panel-mobile-stats span{display:flex;align-items:center;justify-content:center;min-height:28px;border-radius:8px;background:#f5f8ff;color:var(--text-2);font-size:12px;font-weight:800;white-space:nowrap}@keyframes slide-panel-enter{0%{transform:translate(32px);opacity:0}to{transform:translate(0);opacity:1}}.history-filter-grid{display:grid;grid-template-columns:170px 170px 150px minmax(220px,1fr);gap:10px;align-items:end}.history-filter-grid .field{margin-bottom:0}.history-filter-grid .field input,.history-filter-grid .field select{height:38px}.history-date-field{margin-bottom:0}.history-filter-select{width:100%}.history-toolbar{display:flex;justify-content:flex-end;gap:10px;margin-bottom:12px}.excel-download-button{border-color:#16a34a!important;background:linear-gradient(135deg,#f0fdf4,#dcfce7)!important;color:#15803d!important}.excel-download-button:hover{border-color:#15803d!important;background:linear-gradient(135deg,#dcfce7,#bbf7d0)!important;color:#14532d!important;box-shadow:0 4px 12px #16a34a33!important}.history-row-cancelled td{text-decoration:line-through;color:var(--text-3)}.history-editor-header{display:flex;align-items:flex-start;gap:16px;margin-bottom:20px}.history-editor-title h2{margin:0 0 6px;font-size:15px;font-weight:600}.history-editor-title p{margin:0;color:var(--text-3);font-size:13px}.history-edit-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.monthly-closing-filter-card{display:flex;flex-direction:column;gap:16px}.monthly-closing-filter-grid{display:grid;grid-template-columns:220px minmax(260px,420px) 1fr;gap:12px;align-items:end}.monthly-closing-filter-grid .field{margin-bottom:0}.monthly-closing-filter-actions{display:flex;justify-content:flex-end;align-items:flex-end}.monthly-closing-stat-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.monthly-closing-stat-item{display:flex;flex-direction:column;gap:6px;padding:14px 16px;border:1px solid var(--border);border-radius:14px;background:linear-gradient(180deg,#ffffff,#f8fbff)}.monthly-closing-stat-item span{color:var(--text-3);font-size:12px;font-weight:700;letter-spacing:.04em}.monthly-closing-stat-item strong{font-size:24px;letter-spacing:-.03em}.monthly-closing-sheet{display:flex;flex-direction:column;gap:16px}.monthly-closing-sheet-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.monthly-closing-sheet-head h2{margin:0 0 4px;font-size:18px;font-weight:700}.monthly-closing-sheet-head p{margin:0;color:var(--text-3);font-size:13px}.monthly-closing-partner-card{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:16px;padding:18px 20px;border-radius:16px;background:linear-gradient(135deg,#155e75,#0f4c81);color:#f8fbff}.monthly-closing-partner-lines{display:flex;flex-direction:column;gap:4px;min-width:0}.monthly-closing-partner-lines span{font-size:14px;white-space:nowrap}.monthly-closing-partner-lines.align-right{align-items:flex-end;text-align:right}.monthly-closing-table tbody tr:hover td,.monthly-closing-table tfoot tr:hover td{background:inherit}.monthly-closing-note-input{min-width:180px;height:34px;font-size:13px}.monthly-closing-subtotal-row td{background:#f8fafc;font-weight:700;border-top:1px dashed var(--border-2)}.monthly-closing-grand-total-row td{background:#eaf3ff;font-weight:800;border-top:2px solid #bfd7ff}.monthly-summary-modal-card{width:min(100%,920px)}.monthly-summary-table{min-width:0}.monthly-summary-note-input{min-width:140px;height:34px;font-size:13px}.daily-sales-filter-card,.daily-sales-sheet{display:flex;flex-direction:column;gap:16px}.daily-sales-filter-grid{display:grid;grid-template-columns:220px minmax(360px,560px) 1fr;gap:16px;align-items:end}.daily-sales-filter-grid .field{margin-bottom:0}.daily-sales-filter-actions{display:flex;justify-content:flex-end;align-items:flex-end}.daily-sales-search-grid{display:grid;grid-template-columns:140px minmax(180px,1fr);gap:10px;align-items:end}.daily-sales-search-grid .field{margin-bottom:0}.daily-sales-sheet-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.daily-sales-sheet-head h2{margin:0 0 4px;font-size:18px;font-weight:700}.daily-sales-sheet-head p{margin:0;color:var(--text-3);font-size:13px}.daily-sales-table-wrap{max-height:calc(100vh - 320px);min-height:360px}.daily-sales-table{min-width:2980px;border-collapse:separate;border-spacing:0}.daily-sales-table th,.daily-sales-table td{min-width:72px;white-space:nowrap}.daily-sales-table th:nth-child(n+4),.daily-sales-table td:nth-child(n+4){border-left:1px solid #e2e8f0}.daily-sales-table thead th{position:sticky;top:0;z-index:3;background:#eef4fb}.daily-sales-table .client-col{left:0;width:220px;min-width:220px;max-width:220px}.daily-sales-table .product-col{left:220px;width:380px;min-width:380px;max-width:380px}.daily-sales-sticky-col{position:sticky;z-index:2;background:#ffffff}.daily-sales-table thead .daily-sales-sticky-col{z-index:4;background:#e5edf7}.daily-sales-table tbody tr:hover .daily-sales-sticky-col{background:#f8fbff}.daily-sales-table tfoot td{position:sticky;bottom:0;z-index:3;background:#eaf3ff;border-top:2px solid #bfd7ff;font-weight:800}.daily-sales-table tfoot .daily-sales-sticky-col{z-index:4;background:#dbeafe}.daily-sales-note-input{width:180px;min-width:180px;height:34px;font-size:13px}.daily-qty-cell{width:72px}.carryover-cell{color:#b42318;font-weight:700}@media (max-width: 960px){html,body,#root{width:100%;overflow-x:hidden}body{font-size:14px;background:#f4f7fb}input,select,textarea{width:100%;max-width:100%;min-width:0;min-inline-size:0;font-size:16px}input[type=date]{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:block;inline-size:100%;max-inline-size:100%;min-inline-size:0;line-height:normal;text-align:left}input[type=date]::-webkit-date-and-time-value{min-height:1.2em;text-align:left}.app-body{flex-direction:column}.app-main{width:100%;padding:14px 12px 88px}.page-content{gap:12px}.page-header{flex-direction:column;gap:10px}.page-title{font-size:18px}.page-description{font-size:12.5px}.card,.dashboard-chart-card,.dashboard-summary-card-button,.price-change-section,.price-change-form-grid{border-radius:14px;box-shadow:var(--shadow-xs)}.card,.dashboard-chart-card,.price-change-section,.price-change-form-grid{padding:14px}.card-header,.dashboard-card-head,.price-change-head,.monthly-closing-sheet-head,.daily-sales-sheet-head,.price-change-section-title{flex-direction:column;align-items:stretch;gap:10px}.card-header h2,.dashboard-card-head h2,.monthly-closing-sheet-head h2,.daily-sales-sheet-head h2{font-size:16px}.topbar{height:auto;min-height:58px;display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;padding:10px 12px;gap:10px}.topbar-brand{width:auto;height:auto;padding-left:0;border-right:0}.topbar-logo-image{width:92px}.topbar-actions{justify-content:flex-end;flex-wrap:wrap;gap:6px;min-width:0}.topbar-clock{order:3;width:100%;text-align:right;font-size:11.5px}.topbar-user{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12.5px}.topbar-action-button{height:32px;padding:0 10px;font-size:12.5px}.sidebar{width:100%;height:auto;min-height:0;position:sticky;top:58px;z-index:40;padding:8px 10px;border-right:0;border-bottom:1px solid var(--border);overflow-x:auto;overflow-y:hidden;scrollbar-width:thin;background:rgba(255,255,255,.96)}.sidebar-nav,.sidebar-section,.sidebar-links{flex-direction:row;align-items:center}.sidebar-nav{gap:10px;min-width:max-content}.sidebar-section{gap:6px}.sidebar-section-title,.sidebar-user-card{display:none}.sidebar-link{min-height:36px;padding:7px 10px;border-radius:999px;white-space:nowrap;font-size:13px}.sidebar-link:hover{transform:none}.sidebar-link.active:before{display:none}.sidebar-link-icon,.sidebar-svg-icon{width:16px;height:16px}.stats-grid,.toolbar-grid{grid-template-columns:1fr}.toolbar,.client-toolbar-actions,.history-toolbar,.button-row,.modal-actions,.account-actions,.order-book-actions,.order-book-top-actions,.dashboard-panel-actions{flex-wrap:wrap;align-items:stretch}.toolbar>*,.client-toolbar-actions>*,.history-toolbar>*,.button-row>*,.modal-actions>*,.account-actions>*,.order-book-actions>*,.order-book-top-actions>*,.dashboard-panel-actions>*{min-width:0}.toolbar .btn,.history-toolbar .btn,.modal-actions .btn,.account-actions .btn,.order-book-actions .btn,.order-book-top-actions .btn,.doc-action-stack.inline .btn{flex:1 1 150px}.search-input,.field input,.field select,.field textarea,.field-compact,.history-filter-select,.doc-cell-control{width:100%}.field{margin-bottom:0;min-width:0;max-width:100%}.field-span-2,.field-span-2-cols{grid-column:1 / -1}.client-search-dropdown,.price-change-product-menu{max-height:44vh}.dashboard-top-grid,.dashboard-middle-grid,.dashboard-top-grid-asym,.dashboard-left-stack{grid-template-columns:1fr}.dashboard-left-stack{display:flex;flex-direction:column}.dashboard-summary-card-button{min-height:126px;padding:16px}.dashboard-summary-number{font-size:30px}.dashboard-summary-split{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.dashboard-summary-split-divider{display:none}.dashboard-summary-split-label{font-size:12px}.dashboard-summary-split-value{font-size:28px}.dashboard-week-nav{justify-content:space-between;width:100%;font-size:14px}.dashboard-bar-chart{height:210px;gap:4px;overflow-x:hidden;overflow-y:hidden;padding-bottom:4px}.dashboard-bar-item{flex:1 1 0;min-width:0}.dashboard-bar-label,.dashboard-bar-value{font-size:11.5px;white-space:nowrap}.dashboard-bar-track{height:144px;max-width:24px}.dashboard-donut-wrap{flex-direction:column;align-items:flex-start}.dashboard-panel-table{min-width:920px}.dashboard-panel-table-wrap{display:none}.dashboard-panel-mobile-list{display:flex;flex-direction:column;gap:10px}.dashboard-ellipsis-cell{max-width:12em}.doc-form-grid{grid-template-columns:1fr;gap:12px}.doc-main-stack{gap:12px}.doc-items-table.wide{min-width:1480px}.doc-sticky-actions{padding:10px 0 calc(8px + env(safe-area-inset-bottom));background:linear-gradient(180deg,rgba(244,247,251,0) 0%,rgba(244,247,251,.95) 28%,#f4f7fb 100%)}.doc-action-stack.inline,.doc-action-stack-sticky{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.doc-sticky-action-button{width:100%;min-width:0;min-height:40px;padding:0 10px;font-size:12.5px}.doc-totals-strip{justify-content:stretch}.doc-total-item{flex:1 1 150px;min-width:0}.form-grid{grid-template-columns:1fr;gap:12px}.price-change-form-grid,.price-change-summary-grid,.price-change-actions,.price-change-head,.price-change-search-grid,.price-change-product-summary,.price-change-target-summary,.price-change-apply-grid,.doc-subgrid,.product-toolbar{grid-template-columns:1fr}.product-toolbar-actions{margin-top:0}.product-tab-list{overflow-x:auto;scrollbar-width:thin}.product-tab-btn{flex:0 0 auto;white-space:nowrap}.price-change-section-title{align-items:stretch}.price-change-history-head,.price-change-count-row{flex-direction:column;align-items:stretch;gap:8px}.price-change-target-summary>div{align-items:flex-start;flex-direction:column;gap:4px}.release-preview-wrap{padding:12px;max-width:100%}.preview-modal-card,.price-change-history-modal,.doc-import-modal-card,.supplier-import-modal-card,.history-supplier-modal-card,.monthly-summary-modal-card{width:calc(100vw - 20px)}.modal-overlay{align-items:stretch;padding:10px}.modal-card{width:100%;max-height:calc(100dvh - 20px);max-height:calc(100svh - 20px);padding:16px;border-radius:16px}.modal-head{gap:10px}.slide-panel-overlay{align-items:stretch}.slide-panel-card{width:100vw;padding:16px 12px}.slide-panel-head{margin-bottom:12px}.schedule-calendar-layout{display:flex;flex:1 1 auto;flex-direction:column;grid-template-columns:1fr;min-height:0;height:100%;gap:12px;overflow:hidden}.schedule-calendar-modal-card{width:calc(100vw - 20px);height:calc(100dvh - 20px);height:calc(100svh - 20px);max-height:calc(100dvh - 20px);max-height:calc(100svh - 20px);display:flex;flex-direction:column;overflow:hidden}.schedule-calendar-modal-card .modal-head{flex-shrink:0}.schedule-calendar-modal-card .modal-form{flex:1 1 auto;display:flex;flex-direction:column;min-height:0;overflow-x:hidden;overflow-y:hidden;padding-bottom:0}.schedule-calendar-panel,.schedule-calendar-detail{padding:12px;border-radius:14px}.schedule-calendar-panel{flex:0 0 auto;overflow:visible}.schedule-calendar-toolbar{display:grid;grid-template-columns:42px minmax(0,1fr) 42px;gap:8px}.schedule-calendar-toolbar .btn{width:42px;min-width:0;padding:0;overflow:hidden;text-indent:-999px;position:relative}.schedule-calendar-toolbar .btn:after{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;text-indent:0;font-size:18px}.schedule-calendar-toolbar .btn:first-child:after{content:"<"}.schedule-calendar-toolbar .btn:last-child:after{content:">"}.schedule-calendar-month-label{text-align:center;font-size:16px}.schedule-calendar-grid,.schedule-calendar-weekdays{gap:4px}.schedule-calendar-day{aspect-ratio:1 / 1;min-height:0;padding:6px;border-radius:10px}.schedule-calendar-day-head{margin-bottom:2px}.schedule-calendar-day-number{font-size:12px}.schedule-calendar-day-pill{min-width:0;width:24px;height:20px;padding:0;font-size:11px}.schedule-calendar-detail{flex:1 1 0;min-height:0;overflow:hidden}.schedule-calendar-detail-list{flex:1 1 auto;min-height:0;max-height:none;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;padding-right:0;padding-bottom:calc(18px + env(safe-area-inset-bottom));touch-action:pan-y}.schedule-calendar-detail-top{align-items:flex-start}.schedule-calendar-detail-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}.schedule-calendar-detail-stats span{min-width:0;font-size:11.5px;white-space:nowrap}.history-filter-grid{grid-template-columns:1fr;gap:12px}.mcee-filter-grid,.history-edit-grid{grid-template-columns:1fr}.monthly-closing-filter-grid,.monthly-closing-stat-strip,.monthly-closing-partner-card,.daily-sales-filter-grid,.daily-sales-search-grid{grid-template-columns:1fr;gap:12px}.monthly-closing-filter-actions,.daily-sales-filter-actions{justify-content:stretch}.monthly-closing-filter-actions .btn,.daily-sales-filter-actions .btn{width:100%}.monthly-closing-partner-card{padding:14px}.monthly-closing-partner-lines.align-right{align-items:flex-start;text-align:left}.monthly-closing-partner-lines span{white-space:normal;word-break:keep-all}.monthly-summary-table{min-width:760px}.daily-sales-table-wrap{max-height:60vh;min-height:320px}.daily-sales-table .client-col{width:160px;min-width:160px;max-width:160px}.daily-sales-table .product-col{left:160px;width:240px;min-width:240px;max-width:240px}.table-wrap,.child-table-wrap,.price-change-preview-table-wrap,.price-change-selected-table-wrap,.release-preview-wrap,.daily-sales-table-wrap{max-width:100%;overflow-x:auto;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;scrollbar-gutter:stable}.table{min-width:860px}.table th,.table td{padding:10px 11px;white-space:nowrap}.supplier-import-modal-card .table-wrap{overflow-x:auto}.supplier-import-modal-card .table{min-width:640px;table-layout:auto}.doc-import-table-wrap{max-height:52vh}.master-accordion-children{padding:4px 0 12px 26px}.master-accordion-children:before{left:12px}.pagination{flex-direction:column;align-items:stretch;gap:10px}.pagination-controls,.pagination-pages{justify-content:center;flex-wrap:wrap}.pagination-summary{text-align:center}.pagination-button{min-width:34px;height:34px;padding:0 10px}}@media (max-width: 520px){.topbar{grid-template-columns:1fr}.topbar-actions{justify-content:flex-start}.topbar-clock{text-align:left}.sidebar{position:static}.app-main{padding-inline:10px}.card,.dashboard-chart-card,.price-change-section,.price-change-form-grid{padding:12px}.dashboard-summary-card-button{min-height:118px;padding:14px}.dashboard-summary-split-value{font-size:24px}.doc-action-stack.inline,.doc-action-stack-sticky{grid-template-columns:1fr}.schedule-calendar-modal-card,.modal-card,.slide-panel-card{border-radius:14px}.schedule-calendar-day{padding:4px;border-radius:8px}.schedule-calendar-day-pill{width:20px;height:18px;font-size:10px}.dashboard-bar-chart{gap:2px}.dashboard-bar-label,.dashboard-bar-value{font-size:10.5px}.dashboard-bar-track{max-width:20px}.schedule-calendar-detail-stats{gap:4px}.schedule-calendar-detail-stats span{font-size:10.5px}}
