.sidebar{width:240px;min-width:240px;background:var(--bg-sidebar);color:#fff;display:flex;flex-direction:column;height:100%;overflow-y:auto}.sidebar-brand{display:flex;align-items:center;gap:12px;padding:20px;border-bottom:1px solid rgba(255,255,255,.08)}.sidebar-brand-icon{width:36px;height:36px;border-radius:10px;background:linear-gradient(135deg,var(--brand-primary),var(--brand-dark));display:flex;align-items:center;justify-content:center;font-weight:700;font-size:16px;color:#fff;flex-shrink:0}.sidebar-brand-text{display:flex;flex-direction:column}.sidebar-brand-title{font-weight:600;font-size:14px;line-height:1.2}.sidebar-brand-subtitle{font-size:11px;opacity:.5}.sidebar-nav{flex:1;padding:8px 0;display:flex;flex-direction:column}.sidebar-section{padding:4px 0 12px}.sidebar-section-label{padding:8px 20px 6px;font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:#ffffff59;font-weight:600}.sidebar-item{position:relative;display:flex;align-items:center;gap:12px;width:100%;padding:9px 20px;border:none;background:none;color:#ffffffa6;cursor:pointer;font-size:13px;text-align:left;transition:all .12s ease;font-family:inherit;text-decoration:none;box-sizing:border-box}.sidebar-item:hover,.sidebar-item:focus,.sidebar-item:active,.sidebar-item:visited{text-decoration:none}.sidebar-item:hover{background:var(--bg-sidebar-hover);color:#ffffffeb}.sidebar-item--active{background:var(--bg-sidebar-active);color:#fff}.sidebar-active-indicator{position:absolute;left:0;top:50%;transform:translateY(-50%);width:3px;height:20px;border-radius:0 3px 3px 0;background:var(--brand-primary)}.sidebar-item-icon{font-size:18px;width:20px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.sidebar-item-label{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-admin-group{margin-top:auto;border-top:1px solid rgba(255,255,255,.06);padding-top:4px}.sidebar-admin-toggle{display:flex;align-items:center;justify-content:space-between;width:100%;padding:10px 20px;border:none;background:none;color:#ffffff8c;cursor:pointer;font-family:inherit;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;text-align:left;transition:color .12s ease,background .12s ease}.sidebar-admin-toggle:hover{color:#ffffffd9;background:var(--bg-sidebar-hover)}.sidebar-admin-toggle-chevron{display:inline-flex;font-size:12px;transition:transform .12s ease;opacity:.7}.sidebar-admin-toggle-chevron--open{transform:rotate(180deg)}.sidebar-admin-content{padding-bottom:8px;background:#ffffff05}.sidebar-admin-content .sidebar-section-label{font-size:10px;color:#ffffff4d}.sidebar-admin-content .sidebar-item{font-size:12.5px;color:#ffffff8c}.sidebar-admin-content .sidebar-item:hover{color:#ffffffe0}.sidebar-admin-content .sidebar-item--active{color:#fff}.sidebar-footer{padding:12px 20px;border-top:1px solid rgba(255,255,255,.08)}.sidebar-version{font-size:11px;opacity:.3}.admin-tile:hover{background-color:var(--bg-page)!important}.admin-tile:focus-visible{outline:2px solid var(--brand-primary);outline-offset:-2px}.app-header{height:52px;min-height:52px;display:flex;align-items:center;justify-content:space-between;padding:0 24px;background:#fff;border-bottom:1px solid #e8e8e8}.header-left{display:flex;align-items:center}.header-right{display:flex;align-items:center;gap:12px}.header-user-info{text-align:right;line-height:1.3}.header-user-name{display:block;font-size:13px;font-weight:600}.header-user-dept{display:block;font-size:11px;color:#999}:root{--brand-primary: #107c10;--brand-primary-hover: #0e6e0e;--brand-dark: #0c5e0c;--bg-page: #ebeef0;--bg-card: #ffffff;--bg-sidebar: #1f2326;--bg-sidebar-hover: #2a2e32;--bg-sidebar-active: rgba(16, 124, 16, .22);--text-primary: #242424;--text-secondary: #616161;--text-light: #ffffff;--text-muted: #9e9e9e;--status-success: #107c10;--status-warning: #ffaa44;--status-error: #d13438;--status-info: #0078d4;--status-na: #9e9e9e;--stage-preproduction: #8764b8;--stage-printing: #0078d4;--stage-production: #107c10;--stage-postproduction: #ca5010;--sidebar-width: 240px;--sidebar-collapsed-width: 56px;--header-height: 48px;--shadow-card: 0 1px 3px rgba(0, 0, 0, .08);--shadow-elevated: 0 4px 12px rgba(0, 0, 0, .12);--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%;width:100%}.app-layout{display:flex;height:100%}.app-main{flex:1;display:flex;flex-direction:column;overflow:hidden;background:var(--bg-page)}.app-content{flex:1;overflow-y:auto;padding:24px 28px}.fui-TableRow:hover{background:#f5f8ff!important}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#d0d0d0;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#b0b0b0}
