:root{--wp-blue:#1677ff;--wp-blue-strong:#075fd8;--wp-blue-soft:#edf4ff;--wp-teal:var(--wp-blue);--wp-teal-strong:var(--wp-blue-strong);--wp-teal-soft:var(--wp-blue-soft);--wp-ink:#080d17;--wp-ink-soft:#111827;--wp-canvas:#f5f7fc;--wp-surface:#fff;--wp-surface-muted:#f8fafb;--wp-text:#182238;--wp-text-secondary:#596a84;--wp-text-muted:#8b98ad;--wp-border:#e7ebf4;--wp-success:#168a5b;--wp-warning:#c77816;--wp-danger:#d14343;--wp-radius-sm:10px;--wp-radius-md:16px;--wp-shadow-sm:0 8px 24px #394e7c12;--wp-shadow-md:0 18px 48px #394e7c1f;--wp-shadow-tech:0 14px 34px #394e7c1c;--ease-snappy:cubic-bezier(.2, 0, 0, 1);--ease-premium:cubic-bezier(.16, 1, .3, 1);--motion-quick:.14s;--motion-standard:.26s;--motion-slow:.48s;--el-color-primary:var(--wp-blue);--el-color-success:var(--wp-success);--el-color-warning:var(--wp-warning);--el-color-danger:var(--wp-danger);--el-border-radius-base:var(--wp-radius-sm);color:var(--wp-text);background:var(--wp-canvas);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Microsoft YaHei,sans-serif}*{box-sizing:border-box}html,body,#app{width:100%;min-width:320px;min-height:100%;margin:0}body{background:var(--wp-canvas);color:var(--wp-text)}button,input,textarea,select{font:inherit}button,a,[role=button]{-webkit-tap-highlight-color:transparent}button:focus-visible,a:focus-visible,[tabindex]:focus-visible{outline:2px solid var(--wp-blue);outline-offset:2px}::selection{color:#fff;background:var(--wp-blue)}*{scrollbar-color:#bdc8d0 transparent;scrollbar-width:thin}::-webkit-scrollbar{width:9px;height:9px}::-webkit-scrollbar-thumb{background:#bdc8d0 padding-box padding-box;border:2px solid #0000;border-radius:8px}.page-header{justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:20px;display:flex}.page-header__copy{min-width:0}.page-header h1{color:var(--wp-text);letter-spacing:0;margin:0;font-size:24px;font-weight:700;line-height:1.25}.page-header p{max-width:68ch;color:var(--wp-text-muted);margin:7px 0 0;font-size:13px;line-height:1.65}.page-header__actions{flex:none;align-items:center;gap:10px;display:flex}.work-page,.page-container,.auth-list-container{width:100%;max-width:1480px;margin:0 auto}.surface-panel{background:var(--wp-surface);border:1px solid var(--wp-border);border-radius:var(--wp-radius-md);box-shadow:var(--wp-shadow-sm);position:relative}.mono-number{font-variant-numeric:tabular-nums;font-feature-settings:"tnum"}.el-button{min-height:34px;transition:transform var(--motion-quick) var(--ease-snappy), color var(--motion-quick) ease-out, background-color var(--motion-quick) ease-out, border-color var(--motion-quick) ease-out, box-shadow var(--motion-standard) ease-out;font-weight:600;position:relative;overflow:hidden}.el-button:active:not(.is-disabled){transform:scale(.975)}.el-button:after{content:"";pointer-events:none;opacity:0;background:linear-gradient(100deg,#0000,#ffffff6b,#0000);width:34%;position:absolute;inset:-2px auto -2px -42%;transform:skew(-18deg)}.el-button--primary{--el-button-bg-color:var(--wp-blue);--el-button-border-color:var(--wp-blue);--el-button-hover-bg-color:var(--wp-blue-strong);--el-button-hover-border-color:var(--wp-blue-strong);box-shadow:0 7px 18px #3988ff24}.el-button--primary:hover{box-shadow:0 10px 24px #1677ff38}.el-input__wrapper,.el-select__wrapper,.el-date-editor.el-input__wrapper{border-radius:var(--wp-radius-sm);min-height:36px;box-shadow:0 0 0 1px var(--wp-border) inset;transition:box-shadow var(--motion-quick) ease-out,transform var(--motion-quick) var(--ease-snappy),background var(--motion-quick) ease-out;background:#fff}.el-input__wrapper:hover,.el-select__wrapper:hover{background:#fbfdff;box-shadow:inset 0 0 0 1px #b9c9df}.el-input__wrapper.is-focus,.el-select__wrapper.is-focused{box-shadow:0 0 0 1px var(--wp-blue) inset, 0 0 0 3px #1677ff1a,0 7px 16px #164b9a0f;transform:translateY(-1px)}.el-dialog,.el-drawer{--el-dialog-border-radius:16px}.el-overlay{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background-color:#25355847}.el-dialog{border:1px solid #d6e1f0;overflow:hidden;box-shadow:0 30px 90px #04122d3d}.el-dialog__header{border-bottom:1px solid var(--wp-border);background:#fff;margin:0;padding:20px 22px 16px}.el-dialog__body{padding:22px}.el-dialog__footer{border-top:1px solid #edf1f6;padding:14px 22px 18px}.el-drawer__header{border-bottom:1px solid var(--wp-border);color:var(--wp-text);margin-bottom:0;padding:20px 22px 16px;font-weight:700}.el-drawer__body{padding:22px}.el-drawer{border-left:1px solid #e1e7f2;box-shadow:-22px 0 70px #394e7c29!important}.el-table{--el-table-border-color:var(--wp-border);--el-table-header-bg-color:#f7f9fd;--el-table-row-hover-bg-color:#f4f8ff;color:var(--wp-text-secondary)}.el-table th.el-table__cell{color:#435164;height:44px;font-size:12px;font-weight:700}.el-table td.el-table__cell{height:50px;transition:background var(--motion-quick) ease-out}.el-table__body tr{transition:filter var(--motion-quick) ease-out}.el-table__body tr:hover{filter:drop-shadow(0 5px 9px #1d49890e)}.el-tag{transition:transform var(--motion-quick) var(--ease-snappy),box-shadow var(--motion-quick) ease-out;border-radius:6px;font-weight:600}.el-switch__core{transition:background-color var(--motion-quick) ease-out,border-color var(--motion-quick) ease-out,box-shadow var(--motion-standard) ease-out!important}.el-switch.is-checked .el-switch__core{box-shadow:0 0 0 3px #1677ff17,0 5px 12px #1677ff21}.el-pagination button,.el-pager li{transition:color var(--motion-quick) ease-out,background var(--motion-quick) ease-out,transform var(--motion-quick) var(--ease-snappy)}.el-pagination button:active,.el-pager li:active{transform:scale(.94)}.el-dropdown__popper,.el-select__popper,.el-picker__popper{border-color:#d8e3f1!important;box-shadow:0 18px 50px #081f4424!important}.el-dropdown-menu__item,.el-select-dropdown__item{transition:background var(--motion-quick) ease-out,color var(--motion-quick) ease-out,transform var(--motion-quick) var(--ease-snappy)}.el-dropdown-menu__item:hover,.el-select-dropdown__item.hover{transform:translate(2px)}.el-message{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-color:#d7e3f2!important;box-shadow:0 16px 44px #071f4526!important}.el-loading-mask{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background-color:#f8fbffd1!important}.el-loading-spinner .circular{filter:drop-shadow(0 0 8px #1677ff4d)}.el-skeleton__item{background:linear-gradient(90deg,#edf2f8 24%,#f8fbff 38%,#edf2f8 54%) 0 0/400% 100%}.view-enter-active{transition:opacity var(--motion-slow) ease-out, transform var(--motion-slow) var(--ease-premium), filter var(--motion-standard) ease-out}.view-leave-active{transition:opacity .16s ease-in,transform .16s ease-in}.view-enter-from{opacity:0;filter:blur(2px);transform:translateY(12px)scale(.994)}.view-leave-to{opacity:0;transform:translateY(-5px)}@media (hover:hover) and (pointer:fine) and (prefers-reduced-motion:no-preference){.el-button:hover:after{opacity:1;animation:button-sheen .62s var(--ease-premium) both}.surface-panel.is-interactive:hover{box-shadow:var(--wp-shadow-tech);border-color:#c8d8ed;transform:translateY(-2px)}.el-tag:hover{transform:translateY(-1px);box-shadow:0 5px 12px #0f366f14}}@keyframes button-sheen{0%{transform:translate(0)skew(-18deg)}to{transform:translate(430%)skew(-18deg)}}@keyframes skeleton-flow{0%{background-position:100% 0}to{background-position:0 0}}@media (prefers-reduced-motion:no-preference){.el-skeleton__item{animation:1.7s ease-in-out infinite skeleton-flow}}@media (width<=760px){.page-header{flex-direction:column;gap:14px}.page-header__actions{flex-wrap:wrap;width:100%}.page-header h1{font-size:21px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:1ms!important;animation-duration:1ms!important;animation-iteration-count:1!important}}.console-shell--merchant .page-header,.console-shell--merchant .page-heading{position:relative}.console-shell--merchant .page-header:after,.console-shell--merchant .page-heading:after{content:"";background:var(--wp-blue);opacity:.9;border-radius:3px;width:30px;height:3px;position:absolute;bottom:-9px;left:0}.console-shell--merchant .el-card,.console-shell--merchant .table-panel,.console-shell--merchant .channel-table-panel,.console-shell--merchant .information-panel,.console-shell--merchant .dashboard-panel,.console-shell--merchant .profile-panel,.console-shell--merchant .password-panel{border-color:var(--wp-border);border-radius:var(--wp-radius-md);box-shadow:var(--wp-shadow-sm)}.console-shell--merchant .el-card__header{border-bottom-color:var(--wp-border);background:#fff;padding:16px 18px}.console-shell--merchant .el-card__body{padding:18px}.console-shell--merchant .el-button{border-radius:7px;min-height:36px}.console-shell--merchant .el-button.is-link{min-height:32px;padding-inline:6px}.console-shell--merchant .el-button.is-text{min-height:36px}.console-shell--merchant .el-button--danger:not(.is-link){box-shadow:0 5px 14px #d143431f}.console-shell--merchant .el-table{border-radius:7px;overflow:hidden}.console-shell--merchant .el-table__inner-wrapper:before{background-color:var(--wp-border)}.console-shell--merchant .el-table th.el-table__cell{background:#f5f8fc}.console-shell--merchant .el-table td.el-table__cell{padding:7px 0}.console-shell--merchant .el-table .cell{line-height:1.45}.console-shell--merchant .el-empty{padding:52px 0}.console-shell--merchant .el-alert{border-radius:7px}.console-shell--merchant .el-dialog,.console-shell--merchant .el-drawer{border-radius:10px}.console-shell--merchant .el-dialog__header,.console-shell--merchant .el-drawer__header{background:#fbfdff}.console-shell--merchant .el-dialog__footer{justify-content:flex-end;gap:8px;display:flex}.console-shell--merchant .el-dialog__footer .el-button+.el-button{margin-left:0}.console-shell--merchant .el-drawer__body{background:#fbfcfe}.console-shell--merchant .el-drawer__body>form,.console-shell--merchant .el-drawer__body>.channel-settings-form{min-height:100%}.console-shell--merchant .el-form-item__label{color:var(--wp-text-secondary);font-weight:600}.console-shell--merchant .el-input-number{width:100%}.console-shell--merchant .el-pagination{margin-top:16px}.console-shell--merchant .el-switch.is-checked .el-switch__core{background:var(--wp-blue);border-color:var(--wp-blue)}.console-shell--merchant .metric-card,.console-shell--merchant .dashboard-panel,.console-shell--merchant .information-panel,.console-shell--merchant .channel-table-panel{animation:merchant-surface-in .32s var(--ease-premium) both}.console-shell--merchant .metric-card:nth-child(2){animation-delay:45ms}.console-shell--merchant .metric-card:nth-child(3){animation-delay:90ms}.console-shell--merchant .metric-card:nth-child(4){animation-delay:.135s}.console-shell--merchant .metric-card:focus-visible,.console-shell--merchant .attention-list button:focus-visible,.console-shell--merchant .recent-list button:focus-visible,.console-shell--merchant .ranking-list button:focus-visible{outline:2px solid var(--wp-blue);outline-offset:3px}@keyframes merchant-surface-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media (width<=767px){.console-shell--merchant .page-header:after,.console-shell--merchant .page-heading:after{bottom:-8px}.console-shell--merchant .el-card__body{padding:14px}.console-shell--merchant .el-dialog{margin:12px auto;width:calc(100vw - 24px)!important}.console-shell--merchant .el-drawer{width:100%!important}}@media (prefers-reduced-motion:reduce){.console-shell--merchant .metric-card,.console-shell--merchant .dashboard-panel,.console-shell--merchant .information-panel,.console-shell--merchant .channel-table-panel{animation:none}}.console-shell .el-card,.console-shell .surface-panel,.console-shell .metric-card,.console-shell .dashboard-panel,.console-shell .transaction-panel,.console-shell .order-overview,.console-shell .channel-table-panel,.console-shell .information-panel,.console-shell .table-panel,.console-shell .summary-panel,.console-shell .detail-panel,.console-shell .profile-panel,.console-shell .password-panel{border-color:var(--wp-border);box-shadow:var(--wp-shadow-sm);border-radius:16px}.console-shell .el-card__header{border-bottom-color:var(--wp-border);background:#fff}.console-shell .el-table{border-radius:12px;overflow:hidden}.console-shell .filter-bar,.console-shell .filter-band,.console-shell .table-toolbar,.console-shell .compact-toolbar{border-color:var(--wp-border);background:#fbfcff}.console-shell .el-button{border-radius:10px}.console-shell .el-button:after{display:none}.console-shell--merchant .page-header:after,.console-shell--merchant .page-heading:after{content:none}.console-shell .metric-card,.console-shell .dashboard-panel,.console-shell .information-panel,.console-shell .channel-table-panel{transition:transform .22s var(--ease-premium), border-color .18s ease-out, box-shadow .22s ease-out}@media (hover:hover) and (pointer:fine) and (prefers-reduced-motion:no-preference){.console-shell .metric-card:hover,.console-shell .dashboard-panel:hover,.console-shell .information-panel:hover,.console-shell .channel-table-panel:hover{box-shadow:var(--wp-shadow-md);border-color:#d2def1;transform:translateY(-2px)}}@media (prefers-reduced-motion:reduce){.console-shell .metric-card,.console-shell .dashboard-panel,.console-shell .information-panel,.console-shell .channel-table-panel{transition:none}}
