:root{font-family:Segoe UI,PingFang SC,sans-serif;color:#1f2a37;background:#eef3f7;--app-sidebar-bg: #1e293b;--app-sidebar-hover-bg: #334155;--app-sidebar-primary-text: #e2e8f0;--app-sidebar-secondary-text: rgba(226, 232, 240, .8);--app-sidebar-active-text: #f1f5f9;--app-content-radius: 12px;--el-font-size-base: 14px;--el-border-radius-base: 10px;--el-border-radius-small: 8px;--el-component-size: 40px;--el-color-primary: #2563eb}*{box-sizing:border-box}body{margin:0}body,input,button{font:inherit}a{color:inherit;text-decoration:none}.ops-shell{min-height:100vh;display:grid;grid-template-columns:260px minmax(0,1fr);background:radial-gradient(circle at top left,rgba(255,205,132,.16),transparent 22%),linear-gradient(180deg,#eef3f7,#f8fafc)}.ops-sidebar{display:grid;grid-template-rows:auto 1fr;gap:28px;padding:28px 18px 20px;color:var(--app-sidebar-primary-text);background:var(--app-sidebar-bg);box-shadow:inset -1px 0 #ffffff0d}.ops-sidebar__brand{display:grid;gap:8px;padding:12px 14px 18px;border-bottom:1px solid rgba(255,255,255,.08)}.ops-sidebar__brand p,.ops-sidebar__brand h1,.ops-sidebar__brand span{margin:0}.ops-sidebar__brand p{color:var(--app-sidebar-secondary-text);letter-spacing:.14em;text-transform:uppercase;font-size:12px}.ops-sidebar__brand h1{font-size:26px}.ops-sidebar__brand span{color:#f6f4eead;line-height:1.7;font-size:13px}.ops-sidebar__nav{display:grid;align-content:start;gap:10px}.ops-sidebar__link{display:flex;align-items:center;gap:10px;min-height:54px;padding:16px 18px;border:1px solid transparent;border-radius:10px;color:var(--app-sidebar-primary-text);background:transparent;transition:background-color .2s ease,border-color .2s ease,transform .2s ease}.ops-sidebar__link strong{font-size:14px;font-weight:600}.ops-sidebar__link:hover{background:var(--app-sidebar-hover-bg);border-color:transparent}.ops-sidebar__link.router-link-active{color:var(--app-sidebar-active-text);background:var(--app-sidebar-hover-bg)}.ops-sidebar__link--solid.router-link-active{background:var(--app-sidebar-hover-bg);box-shadow:none}.ops-sidebar__group{background:transparent}.ops-sidebar__group-toggle{display:flex;align-items:center;justify-content:space-between;width:100%;min-height:54px;padding:16px 18px;border:0;border-radius:10px;color:var(--app-sidebar-primary-text);background:transparent;cursor:pointer}.ops-sidebar__group-toggle strong,.ops-sidebar__group-toggle span{margin:0}.ops-sidebar__group-toggle strong{display:inline-flex;align-items:center;gap:10px;font-size:14px;font-weight:600}.ops-sidebar__group-toggle span{color:var(--app-sidebar-secondary-text);font-size:14px}.ops-sidebar__group--open,.ops-sidebar__group--active{background:transparent}.ops-sidebar__group-toggle:hover,.ops-sidebar__group--active .ops-sidebar__group-toggle{background:var(--app-sidebar-hover-bg);color:var(--app-sidebar-active-text)}.ops-sidebar__children{display:grid;gap:0;padding:4px 0 12px;background:transparent}.ops-sidebar__child-link{display:flex;align-items:center;min-height:50px;padding:0 18px 0 36px;border-radius:10px;color:var(--app-sidebar-secondary-text);font-size:14px;transition:background-color .2s ease,color .2s ease}.ops-sidebar__child-link:hover{background:var(--app-sidebar-hover-bg)}.ops-sidebar__child-link.router-link-active{color:var(--app-sidebar-active-text);background:var(--app-sidebar-hover-bg)}.ops-main{display:grid;grid-template-rows:auto 1fr;min-width:0}.ops-topbar{display:flex;align-items:center;justify-content:space-between;gap:18px;min-height:60px;padding:0 28px;border-bottom:1px solid rgba(23,38,55,.08);background:#ffffffc2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.ops-topbar__heading{display:grid;gap:2px}.ops-topbar__actions{display:flex;align-items:center;gap:10px}.ops-topbar__heading p,.ops-topbar__heading h2{margin:0}.ops-topbar__heading p{color:#6b7f98;font-size:12px;letter-spacing:.16em;text-transform:uppercase}.ops-topbar__heading h2{color:#10212c;font-size:24px}.ops-profile__avatar{display:grid;place-items:center;width:40px;height:40px;border-radius:50%;color:#fff;font-weight:700;background:transparent;background:linear-gradient(135deg,#2e6ce8,#6ac4ff)}.ops-avatar-button{padding:0;border:0;border-radius:50%;background:transparent;cursor:pointer}.ops-content{padding:20px 24px 24px}.board{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:18px}.metric{display:grid;gap:10px;padding:24px;border-radius:var(--app-content-radius);background:#fff;box-shadow:0 10px 28px #0f172a0a}.metric p,.metric strong,.metric span{margin:0}.metric strong{font-size:28px}.wide{min-height:200px;align-content:center}.single{grid-template-columns:minmax(0,1fr)}.ops-dialog-mask{position:fixed;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:20px;background:#0f172a5c;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.ops-dialog{display:grid;gap:14px;width:min(420px,100%);padding:28px;border-radius:var(--app-content-radius);background:#fff;box-shadow:0 28px 60px #0f172a2e}.ops-dialog__eyebrow,.ops-dialog h3,.ops-dialog span{margin:0}.ops-dialog__eyebrow{color:#c57f27;font-size:12px;letter-spacing:.14em;text-transform:uppercase}.ops-dialog h3{color:#10212c;font-size:24px}.ops-dialog span{color:#64748b;line-height:1.7}.ops-dialog--form{width:min(460px,100%)}.ops-dialog__actions{display:flex;justify-content:flex-end;gap:12px;margin-top:8px}.ops-dialog__actions button{min-width:96px;height:42px;border:0;border-radius:14px;cursor:pointer}.ops-dialog__ghost{color:#334155;background:#e2e8f0}.ops-dialog__danger{color:#fff7f6;background:#b42318}.ops-dialog__primary{color:#fffdf7;background:linear-gradient(135deg,#c57f27,#f0b35e)}.ops-form{display:grid;gap:14px;margin-top:4px}.ops-form__field{display:grid;gap:8px}.ops-form__field span{color:#334155;font-size:14px;line-height:1.4}.ops-form__field input{width:100%;height:44px;padding:0 14px;border:1px solid rgba(148,163,184,.35);border-radius:14px;color:#10212c;background:#f8fafc;outline:none;transition:border-color .2s ease,box-shadow .2s ease}.ops-form__field input:focus{border-color:#c57f27cc;box-shadow:0 0 0 3px #f0b35e29}.ops-content :deep(.el-card),.ops-content :deep(.el-table),.ops-content :deep(.el-dialog),.ops-content :deep(.el-input__wrapper),.ops-content :deep(.el-select__wrapper),.ops-content :deep(.el-textarea__inner),.ops-content :deep(.el-button),.ops-content :deep(.el-pagination button),.ops-content :deep(.el-pager li){border-radius:var(--app-content-radius)}.ops-content :deep(.el-form-item__label),.ops-content :deep(.el-table),.ops-content :deep(.el-input__inner),.ops-content :deep(.el-select__selected-item),.ops-content :deep(.el-button){font-size:14px}.ops-content :deep(.el-table){overflow:hidden}.ops-content :deep(.el-table th.el-table__cell){background:#f8fafc}.ops-content :deep(.el-table td.el-table__cell),.ops-content :deep(.el-table th.el-table__cell){padding-top:14px;padding-bottom:14px}.table-pagination{display:flex;justify-content:flex-end;margin-top:20px}.app-nav-icon{position:relative;display:inline-flex;flex:none;width:14px;height:14px;color:currentColor}.app-nav-icon:before,.app-nav-icon:after{content:"";position:absolute;box-sizing:border-box}.app-nav-icon--home:before{left:1px;top:5px;width:12px;height:8px;border:1.5px solid currentColor;border-top:0;border-radius:1px 1px 2px 2px}.app-nav-icon--home:after{left:3px;top:1px;width:8px;height:8px;border-top:1.5px solid currentColor;border-left:1.5px solid currentColor;transform:rotate(45deg)}.app-nav-icon--operations:before{left:1px;top:3px;width:12px;height:1.5px;background:currentColor;box-shadow:0 4px 0 currentColor,0 8px 0 currentColor}.app-nav-icon--operations:after{left:2px;top:1.5px;width:3px;height:3px;border:1.5px solid currentColor;border-radius:50%;box-shadow:5px 4px 0 -1.5px currentColor,2px 8px 0 -1.5px currentColor}.app-nav-icon--orders:before{left:2px;top:2px;width:10px;height:11px;border:1.5px solid currentColor;border-radius:2px}.app-nav-icon--orders:after{left:4px;top:0;width:6px;height:3px;border:1.5px solid currentColor;border-bottom:0;border-radius:2px 2px 0 0;background:var(--app-sidebar-bg)}.app-nav-icon--promotion:before{left:1px;top:2px;width:12px;height:10px;border:1.5px solid currentColor;border-radius:2px}.app-nav-icon--promotion:after{left:4px;top:5px;width:5px;height:2px;border-left:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:skew(-25deg) rotate(-35deg)}.app-nav-icon--reports:before{left:2px;top:1px;width:10px;height:12px;border:1.5px solid currentColor;border-radius:2px}.app-nav-icon--reports:after{left:4px;top:5px;width:5px;height:3px;border-left:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:rotate(-45deg)}.app-nav-icon--review:before{left:4px;top:1px;width:4px;height:4px;border-radius:50%;background:currentColor}.app-nav-icon--review:after{left:1px;top:7px;width:12px;height:5px;border-top:1.5px solid currentColor;border-radius:6px 6px 0 0}.app-nav-icon--sub:before{top:3px;left:3px;width:8px;height:8px;border:1.5px solid currentColor;border-radius:2px}@media (max-width: 900px){.ops-shell{grid-template-columns:1fr}.ops-sidebar{gap:18px;padding:20px 16px}.ops-topbar{flex-direction:column;align-items:stretch;min-height:auto;padding:18px 16px 12px}.ops-topbar__actions{flex-wrap:wrap}.ops-content{padding:0 16px 20px}}
