:root{--green: #2fb34a;--green-deep: #178a34;--green-soft: #eaf7ed;--orange: #ff7a00;--orange-soft: #fff0df;--text: #17191d;--muted: #858a94;--line: #eef0f3;--surface: #ffffff;--page: #f7f9fb;font-family:Inter,PingFang SC,Microsoft YaHei,Arial,sans-serif;color:var(--text);background:var(--page)}*{box-sizing:border-box}html,body,#app{width:100%;min-width:1280px;height:100%;margin:0}button,input,textarea,select{font:inherit}button{cursor:pointer}.admin-shell{position:relative;min-height:100vh;background:linear-gradient(90deg,#ffffff 0 232px,transparent 232px),var(--page)}.login-screen{display:grid;place-items:center;min-width:1280px;min-height:100vh;padding:40px;background:linear-gradient(90deg,rgba(47,179,74,.08) 0 38%,transparent 38%),var(--page)}.login-panel{width:460px;border-radius:8px;padding:34px 36px 32px;background:#fff;box-shadow:0 18px 40px #16202e1f}.login-brand{display:flex;align-items:center;gap:18px;margin-bottom:30px}.login-brand h1{margin:0 0 6px;font-size:28px;font-weight:800;letter-spacing:0}.login-brand p{margin:0;color:var(--muted);font-size:15px}.login-form{display:grid;gap:18px}.login-form label{display:grid;gap:8px;color:#4e5561;font-size:15px;font-weight:600}.login-form input{width:100%;height:44px;border:1px solid #dfe5ea;border-radius:6px;padding:0 12px;color:var(--text);outline:none}.login-form input:focus{border-color:var(--green);box-shadow:0 0 0 3px #2fb34a1f}.captcha-row{display:grid;grid-template-columns:1fr 104px;gap:12px}.captcha-code{height:44px;border:1px solid #b9c8bd;border-radius:6px;background:linear-gradient(135deg,#2fb34a1f,#fffc),repeating-linear-gradient(-24deg,rgba(22,32,46,.08) 0 1px,transparent 1px 7px);color:#16232b;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:18px;font-weight:800;letter-spacing:0;cursor:pointer;box-shadow:inset 0 -1px #2fb34a29;transform:skew(-4deg);transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.captcha-code:hover{border-color:var(--green);box-shadow:inset 0 -1px #2fb34a38,0 6px 16px #2fb34a24;transform:skew(-4deg) translateY(-1px)}.captcha-code:focus{outline:3px solid rgba(47,179,74,.12);outline-offset:2px}.login-submit{width:100%;margin-top:4px}.login-error{margin:0;color:#d93025;font-size:14px}.sidebar{position:fixed;z-index:2;left:0;top:92px;bottom:0;width:232px;padding-top:17px;background:#fff;box-shadow:1px 0 #eef0f3}.nav-list{display:flex;flex-direction:column;gap:12px;padding:0 16px}.nav-item{display:flex;align-items:center;gap:18px;height:54px;border:0;border-radius:6px;padding:0 20px;background:transparent;color:#24272d;font-size:19px;line-height:1;text-align:left}.nav-item.active{background:linear-gradient(90deg,#e9f8ed,#f5fff7);color:var(--green-deep);font-weight:700}.nav-icon{width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;color:currentColor}.nav-icon svg{width:28px;height:28px;fill:none;stroke:currentColor;stroke-width:2.1;stroke-linecap:round;stroke-linejoin:round}.nav-item.active .nav-icon svg{fill:currentColor;stroke-width:0}.workspace{min-width:0}.topbar{position:sticky;top:0;z-index:4;display:flex;align-items:center;justify-content:space-between;height:92px;padding:0 31px 0 32px;background:#fff;box-shadow:0 1px #eef0f3}.brand{display:flex;align-items:center;gap:22px}.brand-mark{position:relative;width:58px;height:43px;border-radius:14px 14px 12px 12px;background:var(--green)}.brand-mark:before,.brand-mark:after{content:"";position:absolute;top:-9px;width:7px;height:13px;border-radius:8px;background:var(--green)}.brand-mark:before{left:12px;transform:rotate(-24deg)}.brand-mark:after{right:12px;transform:rotate(24deg)}.brand-mark .bot-eye{position:absolute;top:18px;width:8px;height:8px;border-radius:50%;background:#fff}.brand-mark .bot-eye:first-child{left:15px}.brand-mark .bot-eye:last-child{right:15px}.brand h1{margin:0;font-size:29px;font-weight:800;letter-spacing:0}.top-actions{display:flex;align-items:center;gap:24px}.icon-button,.admin-user{border:0;background:transparent}.icon-button{width:34px;height:34px;color:#1f2328;padding:0}.icon-button svg{width:29px;height:29px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.admin-user{display:flex;align-items:center;gap:12px;color:#1f2328;font-size:17px}.logout-action{margin-left:0}.admin-user svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round}.avatar{width:45px;height:45px;border-radius:50%;background:radial-gradient(circle at 50% 35%,#ffffff 0 18%,transparent 19%),radial-gradient(circle at 50% 92%,#ffffff 0 33%,transparent 34%),linear-gradient(135deg,#6ad577,var(--green));box-shadow:inset 0 0 0 2px #ffffff80}.content{margin-left:232px;padding:24px 22px 34px}.metric-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:17px;margin-bottom:18px}.metric-card{display:grid;grid-template-columns:88px 1fr;align-items:center;min-height:176px;border-radius:8px;padding:26px 22px 24px 18px;background:var(--surface);box-shadow:0 8px 22px #16202e0f}.metric-icon{display:flex;align-items:center;justify-content:center;width:82px;height:82px;border-radius:50%}.metric-icon svg{width:47px;height:47px;fill:none;stroke:currentColor;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round}.metric-card.green .metric-icon{color:var(--green);background:#e4f4e8}.metric-card.orange .metric-icon{color:var(--orange);background:#fff0de}.metric-copy p{margin:0 0 10px;font-size:20px;font-weight:700}.metric-copy strong{display:block;margin-bottom:14px;font-size:37px;line-height:1;font-weight:800;letter-spacing:0;white-space:nowrap}.metric-card.orange .metric-copy strong{font-size:34px}.metric-card.green strong,.metric-card.green b{color:var(--green)}.metric-card.orange strong,.metric-card.orange b{color:var(--orange)}.metric-copy span{color:#8a8e96;font-size:17px}.metric-copy b{padding-left:8px;font-weight:700}.dashboard-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:17px}.panel{position:relative;min-height:316px;overflow:hidden;border-radius:8px;background:var(--surface);box-shadow:0 8px 22px #16202e0f}.orders-panel{padding-bottom:25px}.panel-header{display:flex;align-items:center;min-height:62px;padding:16px 19px 12px}.panel-header h2{margin:0;font-size:21px;font-weight:800}.refresh-icon{margin-left:14px;color:#24272d;font-size:26px;line-height:1}.outline-action{margin-left:auto;height:34px;border:1px solid #92d69f;border-radius:5px;padding:0 14px;background:#fff;color:var(--green-deep);font-size:14px}table{width:100%;border-collapse:collapse;table-layout:fixed}thead{background:#f8fafb}th{height:48px;color:#6e7480;font-size:15px;font-weight:500;text-align:left;white-space:nowrap}td{height:53px;border-top:1px solid var(--line);color:#202329;font-size:15px;vertical-align:middle}th:first-child,td:first-child{padding-left:20px}th:last-child,td:last-child{padding-right:16px}.platform-icon{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;margin-right:10px;border-radius:7px;color:#fff;font-size:18px;font-weight:800;line-height:1;vertical-align:middle}.taobao{background:#ff6a00}.jd{background:#e92828}.status-pill{display:inline-flex;align-items:center;justify-content:center;min-width:66px;height:28px;border-radius:6px;padding:0 10px;font-size:14px;font-weight:600}.status-pill.ok{color:var(--green-deep);background:#e8f6eb}.status-pill.pending{color:var(--orange);background:var(--orange-soft)}.api-state{display:inline-flex;align-items:center;gap:9px;color:var(--green-deep);font-weight:600}.api-state.ok{color:var(--green-deep)}.api-state.warning{color:var(--orange)}.api-state.warning i{background:var(--orange)}.api-state i{display:block;width:9px;height:9px;border-radius:50%;background:var(--green)}.table-action,.panel-footer a,.text-link{border:0;background:transparent;color:var(--green-deep);font-size:14px;font-weight:600;text-decoration:none}.text-link{padding:0}.table-action+.table-action{margin-left:10px}.cell-ellipsis{display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mono-ellipsis{font-variant-numeric:tabular-nums}.row-actions{display:flex;align-items:center;gap:8px;justify-content:flex-start;white-space:nowrap}.pid-panel .row-actions,.pid-config-table .row-actions{justify-content:center;width:100%}.pid-panel .row-actions .table-action,.pid-config-table .row-actions .table-action{flex:0 0 auto;padding:0;line-height:1.2}.pid-panel .row-actions .danger-action{width:auto;height:auto;border-radius:5px;padding:6px 4px}.pid-panel th,.pid-panel td{padding-right:0;padding-left:0;text-align:center}.pid-panel .cell-ellipsis{text-align:center}.pid-panel .status-pill{margin:0 auto}.panel-footer{position:absolute;right:20px;bottom:14px;height:19px;padding-left:14px;background:#fff}.green-value{color:var(--green-deep);font-weight:600}.orange-value{color:var(--orange);font-weight:700}.orders-panel th:nth-child(1),.orders-panel td:nth-child(1){width:24%}.orders-panel th:nth-child(2),.orders-panel td:nth-child(2){width:26%}.orders-panel th:nth-child(3),.orders-panel td:nth-child(3){width:18%}.orders-panel th:nth-child(4),.orders-panel td:nth-child(4){width:16%}.orders-panel th:nth-child(5),.orders-panel td:nth-child(5){width:16%;white-space:nowrap}.rebate-panel th:nth-child(1),.rebate-panel td:nth-child(1){width:28%}.rebate-panel th:nth-child(2),.rebate-panel td:nth-child(2),.rebate-panel th:nth-child(3),.rebate-panel td:nth-child(3){width:22%}.rebate-panel th:nth-child(4),.rebate-panel td:nth-child(4){width:28%;white-space:nowrap}.api-panel th:nth-child(1),.api-panel td:nth-child(1){width:29%}.pid-panel th:nth-child(1),.pid-panel td:nth-child(1){width:16.66%}.pid-panel th:nth-child(2),.pid-panel td:nth-child(2){width:16.66%}.pid-panel th:nth-child(3),.pid-panel td:nth-child(3){width:16.66%}.pid-panel th:nth-child(4),.pid-panel td:nth-child(4){width:16.66%;white-space:nowrap}.pid-panel th:nth-child(5),.pid-panel td:nth-child(5){width:16.66%}.pid-panel th:nth-child(6),.pid-panel td:nth-child(6){width:16.66%;white-space:nowrap}.pid-panel td:nth-child(6){padding-right:18px;padding-left:0}.pid-panel table,.pid-config-table{table-layout:fixed}.pid-config-table th:nth-child(1),.pid-config-table td:nth-child(1){width:18%}.pid-config-table th:nth-child(2),.pid-config-table td:nth-child(2){width:23%}.pid-config-table th:nth-child(3),.pid-config-table td:nth-child(3){width:14%}.pid-config-table th:nth-child(4),.pid-config-table td:nth-child(4){width:12%}.pid-config-table th:nth-child(5),.pid-config-table td:nth-child(5){width:10%}.pid-config-table th:nth-child(6),.pid-config-table td:nth-child(6){width:23%;min-width:148px;white-space:nowrap}.pid-panel td:nth-child(6) .table-action,.pid-config-table td:nth-child(6) .table-action{margin-left:0}.pid-panel td:nth-child(6) .danger-action,.pid-config-table td:nth-child(6) .danger-action{margin-left:0}.page-heading{display:flex;align-items:center;justify-content:space-between;min-height:86px;margin-bottom:18px;border-radius:8px;padding:20px 24px;background:#fff;box-shadow:0 8px 22px #16202e0f}.page-heading h2{margin:0 0 8px;font-size:26px;font-weight:800}.page-heading p{margin:0;color:var(--muted);font-size:15px}.primary-action,.danger-action{height:36px;border:0;border-radius:6px;padding:0 16px;font-size:14px;font-weight:700}.primary-action{background:var(--green);color:#fff}.danger-action{margin-left:10px;background:#fff0f0;color:#d83b3b}.table-action:disabled,.danger-action:disabled,.primary-action:disabled,.outline-action:disabled{cursor:not-allowed;opacity:.48}.page-action{margin-left:0}.mini-stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:17px;margin-bottom:18px}.mini-stat{min-height:104px;border-radius:8px;padding:20px 22px;background:#fff;box-shadow:0 8px 22px #16202e0f}.mini-stat span{display:block;margin-bottom:14px;color:var(--muted);font-size:15px}.mini-stat strong{color:var(--green);font-size:28px;line-height:1}.wide-panel{min-height:0}.module-header{justify-content:space-between}.filter-row{display:flex;align-items:center;gap:8px;margin-left:auto}.search-input{height:32px;width:220px;border:1px solid #dbe8df;border-radius:6px;padding:0 12px;background:#fff;color:#2b3038;font-size:14px}.search-input:focus{outline:none;border-color:#96d8a1;box-shadow:0 0 0 2px #96d8a140}.search-input::placeholder{color:#9aa4af}.filter-chip{height:32px;border:1px solid #dbe8df;border-radius:6px;padding:0 13px;background:#fff;color:#4f5965;font-size:14px}.filter-chip.active{border-color:#96d8a1;background:var(--green-soft);color:var(--green-deep);font-weight:700}.filter-chip.danger{border-color:#ffd7d7;color:#d83b3b}.module-table th,.module-table td{padding-left:20px}.module-table td:last-child,.module-table th:last-child{padding-right:20px}.detail-strip{display:flex;align-items:center;gap:18px;min-height:48px;border-top:1px solid var(--line);padding:0 20px;color:#4f5965;font-size:14px;background:#fbfcfd}.detail-strip strong{color:#202329}.detail-strip .ok{color:var(--green-deep);font-weight:700}.detail-strip .pending,.detail-strip .disabled{color:var(--orange);font-weight:700}.detail-strip .danger{color:#d83b3b;font-weight:700}.module-grid,.settings-grid{display:grid;gap:17px}.module-grid{grid-template-columns:minmax(0,1fr)}.settings-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.settings-grid .wide-panel{grid-column:1 / -1}.config-panel{min-height:236px}.config-hint{margin:0 20px 18px;color:var(--muted);font-size:13px;line-height:1.5}.config-test-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:12px;margin:0 20px 18px}.config-test-row label{display:flex;flex-direction:column;gap:8px;color:#6e7480;font-size:14px}.config-test-row input{width:100%;height:38px;border:1px solid #e4e8ec;border-radius:6px;padding:0 12px;color:#252930;background:#fbfcfd;outline:none}.config-test-message{margin:-6px 20px 18px;font-size:13px;line-height:1.5;word-break:break-all}.config-test-message.success{color:var(--green)}.config-test-message.error{color:#d83b3b}.field-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;padding:0 20px 22px}.field-grid label{display:flex;flex-direction:column;gap:8px;color:#6e7480;font-size:14px}.field-grid input,.field-grid select{width:100%;height:38px;border:1px solid #e4e8ec;border-radius:6px;padding:0 12px;color:#252930;background:#fbfcfd;outline:none}.field-grid input:focus,.field-grid select:focus{border-color:var(--green);box-shadow:0 0 0 3px #2fb34a1f}.ledger-list{padding:0 20px 20px}.ledger-item{display:grid;grid-template-columns:1fr auto;gap:7px 12px;min-height:64px;border-top:1px solid var(--line);padding:13px 0}.ledger-item:first-child{border-top:0}.ledger-item span{color:#252930;font-weight:700}.ledger-item small{grid-column:1 / -1;color:var(--muted)}.action-cell{white-space:nowrap}.module-status{margin:0;border-top:1px solid var(--line);padding:13px 20px 16px;color:#4f5965;font-size:14px;font-weight:600;background:#fbfcfd}.status-pill.disabled{color:#6b7280;background:#edf0f3}.status-pill.danger{color:#d83b3b;background:#fff0f0}.reply-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:17px}.reply-card{min-height:230px}.reply-text{min-height:92px;margin:0 20px;border-radius:8px;padding:16px;color:#343941;font-size:15px;line-height:1.7;background:#f8fafb}.reply-editor{display:block;width:calc(100% - 40px);resize:vertical;border:0;outline:none;font-family:inherit}.reply-actions{display:flex;align-items:center;gap:12px;padding:18px 20px 20px}.reply-actions .outline-action{margin-left:0}.reply-preview{margin:0 20px 20px;border:1px solid #dcefe1;border-radius:8px;padding:14px 16px;color:#1f3d28;font-size:14px;line-height:1.7;background:#f3fbf5}.inline-error{color:#d83b3b;font-size:13px;font-weight:700}.inline-success{color:var(--green-deep);font-size:13px;font-weight:700}.dialog-backdrop{position:fixed;z-index:11;inset:0;display:flex;align-items:center;justify-content:center;padding:32px;background:#1119273d}.action-dialog{width:720px;max-height:calc(100vh - 64px);overflow:auto;border-radius:8px;background:#fff;box-shadow:0 18px 52px #16202e33}.compact-dialog{width:560px}.wallet-dialog{width:760px}.dialog-header{display:flex;align-items:center;justify-content:space-between;min-height:72px;border-bottom:1px solid var(--line);padding:16px 20px}.dialog-header p{margin:0 0 6px;color:var(--muted);font-size:13px;font-weight:700}.dialog-header h2{margin:0;font-size:21px;font-weight:800}.detail-grid{display:grid;grid-template-columns:112px minmax(0,1fr);gap:14px 18px;padding:20px}.compact-detail-grid{grid-template-columns:88px minmax(0,1fr)}.detail-grid span{color:var(--muted);font-size:14px}.detail-grid strong{min-width:0;color:#252930;font-size:15px;overflow-wrap:anywhere}.dialog-actions{display:flex;align-items:center;justify-content:flex-end;gap:12px;border-top:1px solid var(--line);padding:16px 20px 20px}.dialog-actions .outline-action{margin-left:0}.wallet-stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;padding:20px 20px 4px}.wallet-stat-grid article{border:1px solid #edf0f3;border-radius:8px;padding:14px 16px;background:#fbfcfd}.wallet-stat-grid span{display:block;margin-bottom:9px;color:var(--muted);font-size:13px}.wallet-stat-grid strong{font-size:20px}.dialog-ledger-list,.notice-list{padding:8px 20px 20px}.notice-item{display:grid;gap:6px;border-top:1px solid var(--line);padding:14px 0}.notice-item:first-child{border-top:0}.notice-item strong{color:#252930;font-size:15px}.notice-item span,.notice-item small,.empty-hint{color:var(--muted);font-size:13px}.table-empty{color:var(--muted)!important;font-size:13px;padding:24px 16px!important;text-align:center!important}.pid-dialog-backdrop{position:fixed;z-index:12;inset:0;display:flex;align-items:center;justify-content:center;padding:32px;background:#1119273d}.pid-dialog{width:640px;max-height:calc(100vh - 64px);overflow:auto;border-radius:8px;background:#fff;box-shadow:0 18px 52px #16202e33}.pid-dialog-header{display:flex;align-items:center;min-height:62px;border-bottom:1px solid var(--line);padding:0 20px}.pid-dialog-header h2{margin:0;font-size:21px;font-weight:800}.pid-dialog-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;padding:20px}.pid-dialog-grid label{display:flex;flex-direction:column;gap:8px;color:#6e7480;font-size:14px;font-weight:600}.pid-dialog-grid input,.pid-dialog-grid select{width:100%;height:38px;border:1px solid #e4e8ec;border-radius:6px;padding:0 12px;color:#252930;background:#fbfcfd;outline:none}.pid-dialog-grid input:focus,.pid-dialog-grid select:focus{border-color:var(--green);box-shadow:0 0 0 3px #2fb34a1f}.pid-dialog-actions{display:flex;align-items:center;gap:12px;border-top:1px solid var(--line);padding:16px 20px 20px}.pid-dialog-actions .outline-action{margin-left:0}@media(max-width:1320px){html,body,#app{min-width:1180px}.admin-shell{background:linear-gradient(90deg,#ffffff 0 214px,transparent 214px),var(--page)}.content{margin-left:214px}.sidebar{width:214px;padding-top:12px}.nav-item{font-size:18px}.metric-card{grid-template-columns:80px 1fr;padding-right:18px}.metric-copy strong{font-size:33px}}
