.wui-button{display:inline-flex;align-items:center;justify-content:center;max-width:100%;min-width:0;border:1px solid transparent;font-family:inherit;font-weight:500;line-height:1.2;white-space:normal;cursor:pointer;transition:background-color .15s ease,border-color .15s ease,color .15s ease,box-shadow .15s ease,transform 80ms ease}.wui-button__label{min-width:0;overflow-wrap:anywhere;text-align:center}.wui-button:not(.wui-button--unstyled):not(.wui-button--customized):hover:not(:disabled){border-color:var(--wui-button-hover)!important;background:var(--wui-button-hover-bg)!important;color:var(--wui-button-hover)!important}.wui-button--primary:not(.wui-button--unstyled):not(.wui-button--customized):hover:not(:disabled){color:#fff!important}.wui-button:not(.wui-button--unstyled):not(.wui-button--customized):active:not(:disabled){transform:translateY(1px);filter:brightness(.94)}.wui-button:not(.wui-button--unstyled):not(.wui-button--customized):focus-visible{outline:0;box-shadow:0 0 0 3px var(--wui-button-focus)!important}.wui-button:not(.wui-button--customized):disabled{cursor:not-allowed!important}.wui-button--link{height:auto!important}.wui-button__icon{display:inline-flex;align-items:center;justify-content:center}.wui-button__icon>svg{width:1em;height:1em}.wui-button-group{display:inline-flex;align-items:center;flex-wrap:wrap;gap:8px}.wui-button__spinner{width:1em;height:1em;border:2px solid currentColor;border-right-color:transparent;border-radius:50%;animation:wui-spin .7s linear infinite;flex:0 0 auto}@keyframes wui-spin{to{transform:rotate(360deg)}}.wui-data-table{width:100%;border:1px solid;border-radius:var(--radius-lg);overflow:hidden}.wui-data-table__scroll{width:100%;overflow-x:auto}.wui-data-table table{width:100%;min-width:max-content;border:0!important;border-radius:0!important;border-collapse:collapse;box-shadow:none!important}.wui-data-table thead{background:var(--wui-table-header-bg)!important;color:var(--wui-table-header-color)!important}.wui-data-table thead tr{height:40px!important;background:var(--wui-table-header-bg)!important;color:var(--wui-table-header-color)!important;border:0!important;border-bottom:1px solid var(--wui-table-border)!important}.wui-data-table th{height:40px;max-width:280px;padding:0 12px!important;border:0!important;font-size:12px!important;font-weight:600!important;line-height:1.2;text-align:left;color:var(--wui-table-header-color)!important;background:transparent!important}.wui-data-table td{min-height:44px;max-width:320px;padding:8px 12px!important;border:0!important;font-size:13px!important;line-height:1.5;color:var(--wui-table-text);vertical-align:middle;overflow-wrap:anywhere}.wui-data-table tbody tr{height:44px;border:0!important;border-top:1px solid var(--wui-table-border)!important;transition:background-color .15s ease}.wui-data-table tbody tr:first-child{border-top:0!important}.wui-data-table tbody tr:hover{background:var(--wui-table-hover)!important}.wui-table-actions,.wui-data-table td[data-kind=actions]>div,.wui-data-table tbody td:last-child:has(.wui-button)>div:has(.wui-button){display:flex;align-items:center;flex-wrap:wrap;gap:8px!important}.wui-data-table td[data-kind=actions],.wui-data-table tbody td:last-child:has(.wui-button){white-space:nowrap}.wui-data-table td[data-kind=actions] .wui-button:not(.wui-button--unstyled),.wui-data-table tbody td:last-child .wui-button:not(.wui-button--unstyled){flex:0 0 auto;height:28px!important;min-width:0!important;margin:0!important;padding:0 8px!important;gap:4px!important;border:1px solid var(--wui-button-border)!important;border-radius:6px!important;background:var(--wui-button-bg)!important;color:var(--wui-button-color)!important;box-shadow:none!important;font-size:12px!important;font-weight:500!important;line-height:1!important}.wui-data-table td[data-kind=actions] .wui-button--link:not(.wui-button--unstyled),.wui-data-table tbody td:last-child .wui-button--link:not(.wui-button--unstyled){height:28px!important;padding:0 4px!important}.wui-data-table td[data-kind=actions] .wui-button[data-icon-only=true],.wui-data-table tbody td:last-child .wui-button[data-icon-only=true]{width:28px!important;padding:0!important}.wui-data-table td[data-kind=actions] .wui-button__icon>svg,.wui-data-table tbody td:last-child .wui-button__icon>svg{width:14px!important;height:14px!important}.wui-data-table td[data-kind=actions] .wui-button[data-variant$=-danger],.wui-data-table tbody td:last-child .wui-button[data-variant$=-danger]{order:99}.wui-data-table td[data-kind=actions] .wui-button:hover:not(:disabled),.wui-data-table tbody td:last-child .wui-button:hover:not(:disabled){border-color:var(--wui-button-hover)!important;background:var(--wui-button-hover-bg)!important;color:var(--wui-button-hover)!important}.wui-data-table td[data-kind=actions] .wui-button--primary:hover:not(:disabled),.wui-data-table tbody td:last-child .wui-button--primary:hover:not(:disabled){color:#fff!important}.wui-data-table td[data-kind=actions] .wui-button:active:not(:disabled),.wui-data-table tbody td:last-child .wui-button:active:not(:disabled){transform:translateY(1px);filter:brightness(.94)}.wui-data-table td[data-kind=actions] .wui-button:focus-visible,.wui-data-table tbody td:last-child .wui-button:focus-visible{outline:0;box-shadow:0 0 0 3px var(--wui-button-focus)!important}.wui-data-table td[data-kind=actions] .wui-button:disabled,.wui-data-table tbody td:last-child .wui-button:disabled{cursor:not-allowed!important;opacity:.55!important}.wui-data-table__selection{width:44px;padding:0 12px;text-align:center}.wui-data-table__heading{display:flex;align-items:center;gap:8px;min-width:0}.wui-data-table__heading>span{min-width:0;overflow-wrap:anywhere}.wui-data-table__sort{display:inline-flex;align-items:center;gap:4px;min-width:0;padding:0;border:0;color:inherit;background:transparent;font:inherit;cursor:pointer;text-align:left}.wui-data-table__sort:disabled{cursor:default}.wui-data-table__filter{display:inline-flex;align-items:center;gap:4px}.wui-data-table__filter input{width:96px;min-width:0}.wui-data-table__state{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:24px;text-align:center}.wui-data-table__pagination{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:8px;padding:10px 12px;border-top:1px solid;font-size:12px}.wui-data-table__pagination select{height:28px}@media(max-width:640px){.wui-data-table__pagination{justify-content:flex-start}}.ui-pagination{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:4px}.ui-pagination .wui-button{min-width:28px;padding-left:8px!important;padding-right:8px!important}.ui-pagination__ellipsis{min-width:24px;text-align:center}@media(max-width:640px){.ui-pagination{justify-content:center}}.wui-data-grid__header,.wui-data-grid__row{display:grid;column-gap:12px;align-items:center}.wui-data-grid__header{min-height:40px;padding:0 12px;background:var(--wui-table-header-bg);color:var(--wui-table-header-color);border-bottom:1px solid var(--wui-table-border);font-size:12px;font-weight:600;line-height:1.2}.wui-data-grid__row{min-height:44px;padding:8px 12px;color:var(--wui-table-text);border-bottom:1px solid var(--wui-table-border);font-size:13px;line-height:1.5;transition:background-color .15s ease}.wui-data-grid__row .wui-button:not(.wui-button--unstyled){flex:0 0 auto}.wui-data-grid__row:last-child{border-bottom:0}.wui-data-grid__row:hover,.wui-data-grid__row.is-selected{background:var(--wui-table-hover)}.wui-data-grid__row.is-disabled{opacity:.7}.copilot-nav-card{--copilot-brand: var(--brand-primary, #5846e2);--copilot-border: transparent;--copilot-surface: transparent;--copilot-surface-hover: var(--copilot-nav-hover);--copilot-label: var(--copilot-nav-text);--copilot-muted: color-mix(in srgb, var(--copilot-nav-text) 68%, transparent);align-items:center;background:var(--copilot-surface);border:1px solid var(--copilot-border);box-shadow:none;box-sizing:border-box;color:var(--copilot-label);display:flex;overflow:hidden;position:relative;text-decoration:none;transform:translateY(0);transition:background var(--motion-fast) var(--motion-ease),border-color var(--motion-fast) var(--motion-ease),box-shadow var(--motion-fast) var(--motion-ease),transform var(--motion-fast) var(--motion-ease)}.copilot-nav-card[data-theme=dark]{--copilot-muted: color-mix(in srgb, var(--copilot-nav-text) 62%, transparent)}.copilot-nav-card:hover{background:var(--copilot-surface-hover);border-color:transparent;box-shadow:none}.copilot-nav-card[data-active=true]{background:color-mix(in srgb,var(--copilot-brand) 9%,var(--copilot-nav-hover));border-color:transparent;box-shadow:inset 2px 0 color-mix(in srgb,var(--copilot-brand) 76%,transparent)}.copilot-nav-card[data-theme=dark][data-active=true]{background:color-mix(in srgb,var(--copilot-brand) 16%,var(--copilot-nav-hover))}.copilot-nav-card--collapsed[data-active=true]{box-shadow:inset 2px 0 color-mix(in srgb,var(--copilot-brand) 76%,transparent)}.copilot-nav-card:active{background:color-mix(in srgb,var(--copilot-brand) 12%,var(--copilot-nav-hover));transform:translateY(1px)}.copilot-nav-card:focus-visible{outline:2px solid var(--copilot-brand);outline-offset:1px}.copilot-nav-card--expanded{border-radius:var(--radius-lg, 8px);gap:var(--space-sm, 8px);margin-bottom:var(--space-sm, 8px);min-height:40px;padding:5px 10px;width:100%}.copilot-nav-card--collapsed{border-radius:10px;height:34px;justify-content:center;margin:0 auto var(--space-sm, 8px);width:34px}.copilot-nav-card__sheen{background:linear-gradient(112deg,color-mix(in srgb,var(--copilot-brand) 4%,transparent),transparent 58%);top:0;right:0;bottom:0;left:0;pointer-events:none;position:absolute}.copilot-nav-card__collapsed-icon,.copilot-nav-card__icon,.copilot-nav-card__copy,.copilot-nav-card__status{position:relative}.copilot-nav-card__collapsed-icon{display:flex}.copilot-nav-card__icon{align-items:center;background:color-mix(in srgb,var(--copilot-brand) 7%,transparent);border:1px solid color-mix(in srgb,var(--copilot-brand) 11%,transparent);border-radius:var(--radius-lg, 8px);display:inline-flex;flex-shrink:0;height:24px;justify-content:center;width:24px}.copilot-nav-card__copy{flex:1;min-width:0}.copilot-nav-card__label,.copilot-nav-card__tagline{display:block;overflow-wrap:anywhere;white-space:normal}.copilot-nav-card__label{font-size:12.5px;font-weight:600;line-height:16px}.copilot-nav-card__tagline{color:var(--copilot-muted);font-size:10.5px;line-height:13px}.copilot-nav-card__status{background:color-mix(in srgb,#63c79e 76%,var(--copilot-nav-text));border-radius:50%;box-shadow:none;flex-shrink:0;height:5px;width:5px}.page-back-button{box-sizing:border-box;display:inline-flex;flex:none;align-items:center;justify-content:center;gap:5px;min-height:34px;padding:0 11px 0 8px;border:1px solid var(--page-back-border);border-radius:9px;background:var(--page-back-bg);color:var(--page-back-color);font:inherit;font-size:13px;font-weight:500;line-height:1;white-space:nowrap;cursor:pointer;transition:color .16s ease,background-color .16s ease,border-color .16s ease,box-shadow .16s ease,transform .16s ease}.page-back-button:hover{border-color:var(--page-back-hover-border);background:var(--page-back-hover-bg);color:var(--page-back-hover-color)}.page-back-button:active{transform:translate(-1px)}.page-back-button:focus-visible{outline:none;border-color:var(--page-back-hover-border);box-shadow:0 0 0 3px var(--page-back-focus)}.page-back-button svg{display:block;flex:none;transform:translateY(1px);transition:transform .16s ease}.page-back-button:hover svg{transform:translate(-1px,1px)}.page-back-button span{display:block;line-height:16px}@media(prefers-reduced-motion:reduce){.page-back-button,.page-back-button svg{transition:none}}.ip-tg-page{padding:24px}.ip-tg-page__toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px}.ip-tg-page__title{margin:0}.ip-tg-page__actions{display:inline-flex;align-items:center;flex-wrap:nowrap;gap:12px;min-width:max-content}.ip-tg-page .ip-tg-page__action{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:inline-flex;align-items:center;width:auto;min-width:max-content;height:auto;margin:0;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none;color:#5846e2;font:inherit;font-size:14px;font-weight:400;line-height:1.5;white-space:nowrap;cursor:pointer}.ip-tg-page .ip-tg-page__action--danger{color:#f04438}.ip-tg-page .ip-tg-page__action:disabled{cursor:not-allowed;opacity:.55}.ip-tg-page .ip-tg-page__action:focus-visible{outline:2px solid #5846e2;outline-offset:2px}.ip-tg-page th[data-kind=actions],.ip-tg-page td[data-kind=actions]{min-width:188px;white-space:nowrap}.custom-proxy-page__table-actions{display:flex;align-items:center;flex-wrap:nowrap;gap:8px;min-width:176px}@media(max-width:760px){.ip-tg-page__toolbar{align-items:flex-start;flex-wrap:wrap}}html[lang]:not([lang=zh-CN]):not([lang=zh-TW]) .ip-tg-page__actions{flex-wrap:wrap;gap:8px}html[lang]:not([lang=zh-CN]):not([lang=zh-TW]) .ip-tg-page th[data-kind=actions],html[lang]:not([lang=zh-CN]):not([lang=zh-TW]) .ip-tg-page td[data-kind=actions]{min-width:220px}.wallet-page{padding:24px 28px 40px;background:radial-gradient(circle at 88% 0%,rgb(99 102 241 / 8%),transparent 28rem),#f8fafc}.wallet-section{max-width:1280px;margin:0 auto 28px}.wallet-page-header{display:flex;max-width:1280px;align-items:center;justify-content:space-between;margin:0 auto 22px;padding:4px 2px}.wallet-page-header h1{margin:0;color:#111827;font-size:24px;line-height:1.35}.wallet-page-header p{margin:5px 0 0;color:#64748b;font-size:13px}.wallet-section-title{display:flex;align-items:center;gap:8px;margin-bottom:12px;color:#111827;font-size:16px;font-weight:700}.wallet-version-panel{display:grid;grid-template-columns:minmax(270px,.9fr) minmax(0,2.1fr);gap:12px;padding:12px;border:1px solid #e5e7eb;border-radius:16px;background:#fff;box-shadow:0 8px 28px #0f172a0d}.wallet-current-plan{display:flex;min-height:214px;justify-content:center;flex-direction:column;padding:22px;border:1px solid #ddd6fe;border-radius:13px;background:radial-gradient(circle at 92% 12%,rgb(255 255 255 / 85%),transparent 42%),linear-gradient(145deg,#faf8ff,#f1efff 55%,#edf3ff);color:#312e81;box-shadow:0 12px 28px #4f46e517}.wallet-current-plan__eyebrow{margin-bottom:8px;color:#6d63bd;font-size:12px;font-weight:600}.wallet-current-plan>strong{font-size:18px}.wallet-current-plan__price{margin-top:10px;font-size:31px;font-weight:800;letter-spacing:-.03em}.wallet-current-plan__price span{margin-left:3px;color:#8b86b7;font-size:12px;font-weight:500;letter-spacing:0}.wallet-current-plan p{min-height:18px;margin:5px 0 16px;color:#74709a;font-size:12px}.wallet-current-plan__actions{display:flex;gap:8px}.wallet-overview-action{flex:1;min-height:36px;padding:7px 14px;border-radius:10px;font-weight:600!important;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,background .15s ease}.wallet-overview-action--primary{border:1px solid #635bdf!important;background:linear-gradient(135deg,#6259df,#7467eb)!important;color:#fff!important;box-shadow:0 7px 16px #4f46e52e}.wallet-overview-action--secondary{border:1px solid #d8d3f4!important;background:#ffffffd1!important;color:#5145b8!important}.wallet-overview-action:hover{transform:translateY(-1px)}.wallet-overview-action--primary:hover{box-shadow:0 9px 20px #4f46e53d}.wallet-overview-action--secondary:hover{background:#fff!important;border-color:#bdb5eb!important}.wallet-version-metrics{display:grid;min-width:0;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.wallet-version-metric{position:relative;display:flex;min-width:0;justify-content:center;flex-direction:column;padding:16px 18px;border:1px solid #e5e7eb;border-radius:12px;background:#f8fafc}.wallet-version-metric>span{margin-bottom:7px;color:#64748b;font-size:12px}.wallet-version-metric>strong{overflow:hidden;color:#111827;font-size:20px;text-overflow:ellipsis;white-space:nowrap}.wallet-version-metric>small{margin-top:5px;color:#c2410c;font-size:11px}.wallet-version-metric--balance{padding-right:76px}.wallet-balance-action{position:absolute;right:12px;bottom:12px;min-height:28px!important;padding:2px 10px!important;border:1px solid #d8d3f4!important;border-radius:8px!important;background:linear-gradient(135deg,#f5f3ff,#eef2ff)!important;color:#5145b8!important;font-size:12px!important;font-weight:600!important;cursor:pointer;box-shadow:0 4px 10px #4f46e514}.wallet-balance-action:hover{border-color:#bdb5eb!important;background:#fff!important}.wallet-plan-grid{display:grid;grid-template-columns:repeat(3,minmax(240px,1fr));gap:16px}.wallet-plan-card{position:relative;display:flex;min-height:440px;min-width:0;flex-direction:column;padding:24px;border:1px solid #e5e7eb;border-radius:14px;background:#fff;box-shadow:0 1px 2px #0f172a0a;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.wallet-plan-card:hover{transform:translateY(-2px);border-color:#c7d2fe;box-shadow:0 10px 28px #4f46e51a}.wallet-plan-card:focus-visible{outline:3px solid rgb(99 102 241 / 22%);outline-offset:3px}.wallet-plan-card--current{border:2px solid #4f46e5;background:linear-gradient(180deg,#f5f3ff 0,#fff 34%)}.wallet-plan-card--selected{transform:translateY(-2px);border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e51f,0 14px 32px #4f46e51f}.wallet-plan-badges{min-height:24px;margin-bottom:8px}.wallet-plan-badge{display:inline-flex;margin-right:6px;padding:3px 9px;border-radius:999px;font-size:11px;font-weight:700}.wallet-plan-badge--current{background:#4f46e5;color:#fff}.wallet-plan-badge--selected{background:#eef2ff;color:#4338ca}.wallet-plan-actions{display:flex;gap:8px;margin-bottom:16px}.wallet-order-filters{margin-bottom:12px;padding:14px 16px;border:1px solid #e5e7eb;border-radius:12px;background:#fff}.wallet-orders-table{overflow-x:auto;border:1px solid #e5e7eb;border-radius:12px;background:#fff;-webkit-overflow-scrolling:touch}.wallet-orders-table>table{min-width:900px}.wallet-empty-state{display:flex;min-height:180px;align-items:center;justify-content:center;flex-direction:column;gap:8px;color:#94a3b8}.wallet-empty-state strong{color:#475569;font-size:14px}.wallet-empty-state span{font-size:12px}.wallet-modal-surface{max-width:calc(100vw - 24px)}@media(max-width:1180px){.wallet-plan-grid{grid-template-columns:repeat(2,minmax(240px,1fr))}}@media(max-width:920px){.wallet-version-panel{grid-template-columns:1fr}}@media(max-width:720px){.wallet-page{padding:14px 12px 24px}.wallet-section{margin-bottom:20px}.wallet-page-header{align-items:flex-start;flex-direction:column;gap:12px}.wallet-page-header h1{font-size:21px}.wallet-plan-grid{grid-template-columns:1fr}.wallet-version-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.wallet-current-plan{min-height:200px;padding:20px}.wallet-version-metric{min-height:86px;padding:13px 14px}.wallet-version-metric>strong{font-size:17px}.wallet-plan-card{padding:18px}.wallet-plan-actions{flex-wrap:wrap}.wallet-plan-actions>button{min-width:calc(50% - 4px)}.wallet-order-filters>div{align-items:stretch!important;flex-direction:column}.wallet-order-filters select,.wallet-order-filters input,.wallet-order-filters button{width:100%;min-height:40px}.wallet-modal-surface{max-height:calc(100vh - 24px)!important;padding:20px!important}.wallet-modal-surface--wide{padding:0!important}.wallet-modal-columns{overflow-y:auto;flex-direction:column}.wallet-modal-columns>div{width:auto!important;border-right:0!important}}.agent-dashboard{height:100%;min-height:0;padding:24px 24px 40px;box-sizing:border-box;overflow:auto;background:#f6f7fb;color:#202333}.agent-dashboard__header,.agent-dashboard__section-header,.agent-dashboard__controls,.agent-dashboard__pagination{display:flex;align-items:center;justify-content:space-between;gap:12px}.agent-dashboard__header{margin-bottom:20px;flex-wrap:wrap}.agent-dashboard h2,.agent-dashboard h3{margin:0}.agent-dashboard h2{font-size:22px}.agent-dashboard h3{font-size:16px}.agent-dashboard__status{color:#73798a;font-size:12px}.agent-dashboard__summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(165px,1fr));gap:14px;margin-bottom:20px}.agent-dashboard__card,.agent-dashboard__panel{border:1px solid #e9eaf0;background:#fff;border-radius:14px;box-shadow:0 5px 20px #2527440d}.agent-dashboard__card{padding:18px;min-width:0}.agent-dashboard__card-label{color:#73798a;font-size:13px;margin-bottom:8px}.agent-dashboard__card-value{font-size:26px;font-weight:700;color:#5846e2}.agent-dashboard__card-detail{margin-top:7px;display:flex;gap:12px;color:#73798a;font-size:12px;flex-wrap:wrap}.agent-dashboard__panel{padding:20px;margin-bottom:20px;min-width:0;overflow:visible}.agent-dashboard__section-header{margin-bottom:16px;flex-wrap:wrap}.agent-dashboard__controls{flex-wrap:wrap;justify-content:flex-end}.agent-dashboard select,.agent-dashboard button{min-height:34px;border:1px solid #dfe1e8;border-radius:8px;background:#fff;color:#3b3f51;padding:0 10px}.agent-dashboard button:not(:disabled){cursor:pointer}.agent-dashboard button:disabled{opacity:.45}.agent-dashboard__chart{width:100%;height:320px}.agent-dashboard__empty,.agent-dashboard__loading,.agent-dashboard__error{min-height:160px;display:flex;align-items:center;justify-content:center;color:#858a99;text-align:center}.agent-dashboard__error{flex-direction:column;gap:12px;color:#c13d48}.agent-dashboard__table-scroll{width:100%;max-width:100%;box-sizing:border-box;overflow-x:auto;overflow-y:hidden;border:1px solid #eef0f4;border-radius:10px}.agent-dashboard__table{width:max(100%,1120px);min-width:100%;border-collapse:collapse;font-size:13px}.agent-dashboard__table th,.agent-dashboard__table td{padding:12px 14px;border-bottom:1px solid #eef0f4;text-align:left;white-space:nowrap}.agent-dashboard__table thead th{background:#fafafe;color:#686e7e;font-weight:600}.agent-dashboard__table th button{border:0;background:transparent;padding:0;min-height:auto;font:inherit;color:inherit}.agent-dashboard__table-heading{display:inline-flex;align-items:center;justify-content:flex-start;gap:5px}.agent-dashboard__sort-button{display:inline-flex;align-items:center;justify-content:center;width:20px;height:22px}.agent-dashboard__sort-icon{display:inline-flex;align-items:center;color:#a8acb6;font-size:15px;line-height:1;letter-spacing:-5px;padding-right:5px}.agent-dashboard__sort-icon span{transition:color .15s ease,transform .15s ease}.agent-dashboard__sort-icon[data-direction=asc] span:first-child,.agent-dashboard__sort-icon[data-direction=desc] span:last-child{color:#5846e2;transform:translateY(-1px)}.agent-dashboard__table-help{position:relative;display:inline-flex;align-items:center;justify-content:center;width:15px;height:15px;border:1px solid #9aa0ae;border-radius:50%;color:#7d8392;font-size:10px;line-height:1;cursor:help;outline:none}.agent-dashboard__table-tooltip{position:absolute;left:50%;top:calc(100% + 8px);z-index:20;width:max-content;max-width:280px;padding:8px 10px;border-radius:7px;background:#30333c;color:#fff;font-size:12px;font-weight:400;line-height:1.45;text-align:left;white-space:normal;opacity:0;visibility:hidden;transform:translate(-50%,-4px);transition:opacity .15s ease,transform .15s ease;pointer-events:none;box-shadow:0 5px 16px #0000002e}.agent-dashboard__table-tooltip:after{content:"";position:absolute;bottom:100%;left:50%;border:5px solid transparent;border-bottom-color:#30333c;transform:translate(-50%)}.agent-dashboard__table-help:hover .agent-dashboard__table-tooltip,.agent-dashboard__table-help:focus .agent-dashboard__table-tooltip{opacity:1;visibility:visible;transform:translate(-50%)}.agent-dashboard__table th:first-child .agent-dashboard__table-tooltip{left:0;transform:translateY(-4px)}.agent-dashboard__table th:first-child .agent-dashboard__table-help:hover .agent-dashboard__table-tooltip,.agent-dashboard__table th:first-child .agent-dashboard__table-help:focus .agent-dashboard__table-tooltip{transform:translate(0)}.agent-dashboard__table th:first-child .agent-dashboard__table-tooltip:after{left:8px;transform:none}.agent-dashboard__table th:last-child .agent-dashboard__table-tooltip{right:0;left:auto;transform:translateY(-4px)}.agent-dashboard__table th:last-child .agent-dashboard__table-help:hover .agent-dashboard__table-tooltip,.agent-dashboard__table th:last-child .agent-dashboard__table-help:focus .agent-dashboard__table-tooltip{transform:translate(0)}.agent-dashboard__table th:last-child .agent-dashboard__table-tooltip:after{right:8px;left:auto;transform:none}.agent-dashboard__table tbody tr:hover td{background:#fafaff}.agent-dashboard__pagination{justify-content:flex-end;margin-top:14px;color:#73798a;font-size:13px;flex-wrap:wrap}@media(max-width:640px){.agent-dashboard{padding:14px 14px 32px}.agent-dashboard__summary{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.agent-dashboard__card,.agent-dashboard__panel{border-radius:11px;padding:14px}.agent-dashboard__card-value{font-size:22px}.agent-dashboard__controls{width:100%;justify-content:stretch}.agent-dashboard__controls select{flex:1;min-width:0}.agent-dashboard__chart{height:260px}.agent-dashboard__pagination{justify-content:center}}.channel-analysis-page,.channel-analysis-page *{box-sizing:border-box}.channel-analysis__filters{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-bottom:20px;padding:18px;border:1px solid #e9eaf0;border-radius:14px;background:#fff;box-shadow:0 2px 10px #25274409}.channel-analysis__quick-ranges{display:flex;gap:6px;flex:1 0 100%;overflow-x:auto}.channel-analysis__quick-ranges button,.channel-analysis__all-time{flex:0 0 auto;padding:8px 13px;border:1px solid #dfe2eb;border-radius:9px;background:#fff;color:#5f6677;font-size:13px;cursor:pointer}.channel-analysis__quick-ranges button.is-active,.channel-analysis__all-time.is-active{border-color:#5846e2;background:#f0edff;color:#5846e2;font-weight:600}.channel-analysis__date-input{min-width:0;flex:1 1 220px;padding:10px 12px;border:1px solid #dbe3f0;border-radius:10px;background:#fff;color:#334155;font-size:13px;outline:none}.channel-analysis__date-input:focus{border-color:#5846e2;box-shadow:0 0 0 3px #5846e21a}.channel-analysis__panel-title{margin-bottom:8px;color:#1f2937;font-size:18px;font-weight:600}.channel-analysis__traffic{position:relative;margin-top:22px;padding:20px;border:1px solid #e4e0ff;border-radius:12px;background:#faf9ff}.channel-analysis__traffic:before{content:"";position:absolute;top:-23px;left:30px;width:2px;height:22px;background:#c8c0ff}.channel-analysis__section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:16px}.channel-analysis__section-heading h3{margin:0;color:#0f172a;font-size:20px}.channel-analysis__section-heading p{margin:6px 0 0;color:#64748b;font-size:13px}.channel-analysis__section-heading>span{flex:0 0 auto;color:#475569;font-size:13px;font-weight:600}.channel-analysis__traffic-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-bottom:20px}.channel-analysis__traffic-visuals{display:grid;grid-template-columns:minmax(0,2fr) minmax(280px,1fr);gap:16px;margin-bottom:0}.channel-analysis__traffic-visuals .channel-analysis__panel{box-shadow:none}.channel-analysis__legend-dot{width:9px;height:9px;border-radius:3px;flex:0 0 auto}.channel-analysis__traffic-empty{padding:32px;border:0;box-shadow:none;background:transparent;color:#94a3b8;text-align:center}.channel-analysis__trend-panel .agent-dashboard__chart{height:320px}@media(max-width:900px){.channel-analysis-visuals{grid-template-columns:minmax(0,1fr)!important}.channel-analysis__traffic-cards{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}}@media(max-width:560px){.channel-analysis-page{padding:16px!important}.channel-analysis-page button{max-width:100%}.channel-analysis__filters{padding:14px}.channel-analysis__date-input{flex-basis:calc(50% - 18px);width:calc(50% - 18px)}.channel-analysis__trend-panel .agent-dashboard__chart{height:260px}.channel-analysis__section-heading{align-items:flex-start;flex-direction:column}.channel-analysis__traffic{padding:16px}}.channel-analysis__metric-card{min-width:0;padding:18px;border:1px solid #e9eaf0;border-radius:14px;background:#fff;box-shadow:0 2px 10px #25274409}.channel-analysis__panel{min-width:0;padding:20px;border:1px solid #e9eaf0;border-radius:14px;background:#fff;box-shadow:0 2px 10px #25274409}.channel-analysis__distribution{position:relative;margin-bottom:20px;padding:18px 20px}.channel-analysis__distribution-title{margin-bottom:14px;color:#202333;font-size:15px;font-weight:600;line-height:22px}.channel-analysis__distribution-track{display:flex;height:22px;margin-bottom:14px;overflow:hidden;border-radius:6px;background:#f0f1f5}.channel-analysis__distribution-track>div{cursor:default;transition:filter .15s ease,opacity .15s ease}.channel-analysis__distribution-track:hover>div{opacity:.72}.channel-analysis__distribution-track>div:hover{filter:saturate(1.08);opacity:1}.channel-analysis__distribution-legend{display:flex;flex-wrap:wrap;gap:8px 18px}.channel-analysis__distribution-legend-item{display:flex;align-items:center;gap:6px;color:#5f6677;font-size:12px;line-height:18px}.channel-analysis__distribution-legend-item strong{color:#202333;font-weight:600}.channel-analysis__legend-dot{width:8px;height:8px;border-radius:2px;flex:0 0 auto}.channel-analysis__scope-note{display:flex;align-items:center;gap:7px;width:fit-content;margin-bottom:12px;padding:7px 10px;border-radius:8px;background:#eeecff;color:#5846e2;font-size:12px;line-height:1.4}.channel-analysis__chart-tooltip{position:absolute;z-index:30;display:flex;align-items:center;gap:7px;max-width:240px;padding:8px 10px;border-radius:8px;background:#30333c;box-shadow:0 8px 24px #0f172a2e;color:#fff;font-size:12px;line-height:1.4;white-space:nowrap;transform:translate(10px,calc(-100% - 8px));pointer-events:none}.channel-analysis__chart-tooltip>span{width:8px;height:8px;border-radius:2px;flex:0 0 auto}.channel-analysis__metric-label{display:flex;align-items:center;gap:6px;margin-bottom:8px;color:#73798a;font-size:13px}.channel-analysis__metric-value{color:#5846e2;font-size:26px;font-weight:700}.channel-analysis__metric-help{position:relative;display:inline-flex;align-items:center;justify-content:center;width:15px;height:15px;border:1px solid #9aa0ae;border-radius:50%;color:#7d8392;font-size:10px;line-height:1;cursor:help;outline:none}.channel-analysis__metric-tooltip{position:absolute;top:calc(100% + 8px);left:50%;z-index:20;width:max-content;max-width:280px;padding:8px 10px;border-radius:7px;background:#30333c;box-shadow:0 5px 16px #0000002e;color:#fff;font-size:12px;font-weight:400;line-height:1.45;white-space:normal;opacity:0;visibility:hidden;transform:translate(-50%,-4px);transition:opacity .15s ease,transform .15s ease;pointer-events:none}.channel-analysis__metric-tooltip:after{content:"";position:absolute;bottom:100%;left:50%;border:5px solid transparent;border-bottom-color:#30333c;transform:translate(-50%)}.channel-analysis__metric-help:hover .channel-analysis__metric-tooltip,.channel-analysis__metric-help:focus .channel-analysis__metric-tooltip{opacity:1;visibility:visible;transform:translate(-50%)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}:root:not([lang=zh-CN]):not([lang=zh-TW]) :where(h1,h2,h3,p,label,legend){min-width:0;overflow-wrap:anywhere}:root:not([lang=zh-CN]):not([lang=zh-TW]) :where(input,textarea,select){max-width:100%;min-width:0}:root{color-scheme:light}[data-theme=dark]{color-scheme:dark}[data-theme=dark] body{background-color:#141414;color:#e8e8e8}[data-theme=dark] ::-webkit-scrollbar{width:6px;height:6px}[data-theme=dark] ::-webkit-scrollbar-track{background:#1f1f1f}[data-theme=dark] ::-webkit-scrollbar-thumb{background:#424242;border-radius:3px}[data-theme=dark] input,[data-theme=dark] textarea,[data-theme=dark] select{background-color:#262626!important;color:#e8e8e8!important;border-color:#404040!important}[data-theme=dark] input::placeholder,[data-theme=dark] textarea::placeholder{color:#555!important}select{appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6' fill='none'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%238c8c8c' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")!important;background-repeat:no-repeat!important;background-position:right 10px center!important;background-size:10px 6px!important;padding-right:26px!important}[data-theme=dark] select{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6' fill='none'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%23a6a6a6' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")!important}select[multiple],select[size]:not([size="1"]){background-image:none!important;padding-right:8px!important}[data-theme=dark] table{color:#e8e8e8}[data-theme=dark] th,[data-theme=dark] td{border-color:#303030!important}[data-theme=dark] code{background-color:#303030!important;color:#e8e8e8!important}:root{--space-xxs: 2px;--space-xs: 4px;--space-sm: 8px;--space-md: 12px;--space-lg: 16px;--space-xl: 24px;--radius-sm: 4px;--radius-md: 6px;--radius-lg: 8px;--radius-xl: 12px;--brand-primary: #5846E2;--motion-fast: .15s;--motion-base: .2s;--motion-slow: .3s;--motion-ease: cubic-bezier(.4, 0, .2, 1)}button,a,[role=button]{transition:background-color var(--motion-fast) var(--motion-ease),color var(--motion-fast) var(--motion-ease),border-color var(--motion-fast) var(--motion-ease),box-shadow var(--motion-fast) var(--motion-ease),opacity var(--motion-fast) var(--motion-ease)}button:disabled,[aria-disabled=true]{cursor:not-allowed}:focus-visible{outline:2px solid var(--brand-primary);outline-offset:2px}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}.voice-audio{background-color:transparent}.voice-audio::-webkit-media-controls-enclosure,.voice-audio::-webkit-media-controls-panel{background-color:transparent}@keyframes ai-thinking-dot{0%,80%,to{opacity:.25}40%{opacity:1}}.ai-thinking-dot{display:inline-block;animation:ai-thinking-dot 1.2s infinite ease-in-out both}.ww-button:hover:not(:disabled){filter:brightness(.96)}.ww-button:active:not(:disabled){transform:translateY(1px)}.ww-button:focus-visible{outline:2px solid #5846e2;outline-offset:2px}.ww-button__spinner{width:14px;height:14px;border:2px solid currentColor;border-right-color:transparent;border-radius:50%;animation:ww-spin .7s linear infinite}@keyframes ww-spin{to{transform:rotate(360deg)}}.ww-data-table th,.ww-data-table td{padding:12px 16px;border-bottom:1px solid var(--ww-table-border, #e2e6f7);font-size:13px;line-height:1.5;overflow:hidden;text-overflow:ellipsis}:root:not([lang=zh-CN]):not([lang=zh-TW]) .sidebar-menu-row{min-width:0;min-height:40px;height:auto;white-space:normal;overflow:visible}.sidebar-menu-row>.wui-button__label{display:contents!important}:root:not([lang=zh-CN]):not([lang=zh-TW]) .sidebar-menu-text{flex:1 1 auto;min-width:0;text-align:left;white-space:normal;line-height:1.35;overflow-wrap:anywhere;word-break:normal}:root:not([lang=zh-CN]):not([lang=zh-TW]) .sidebar-menu-accessory{flex:0 0 auto;align-self:center;margin-left:auto}.sidebar-menu-row:not([data-collapsed=true]) .sidebar-menu-text{flex:1 1 0!important;min-width:0!important;text-align:left!important}.sidebar-menu-row:not([data-collapsed=true]) .sidebar-menu-accessory{flex:0 0 auto!important;margin-left:auto!important;margin-inline-start:auto!important}.ww-data-table th{background:var(--ww-table-header, #f6f7fe);font-weight:600}.ww-data-table tbody tr:last-child td{border-bottom:0}.ww-data-table tbody tr:hover,.ww-data-table tbody tr[data-selected=true]{background:var(--ww-table-hover, #eef2ff)}.ww-data-table__state{padding:32px 16px!important;text-align:center!important}.ww-data-table__state--error{color:#ff4d4f}.ww-pagination{display:flex;align-items:center;justify-content:flex-end;gap:8px;margin-top:16px;font-size:13px}@media(max-width:640px){.ww-button{overflow-wrap:anywhere}.ww-data-table th,.ww-data-table td{padding:10px 12px}}
