.chx{--cx-panel:#131313;--cx-surface:#171717;--cx-surface-2:#1c1c1c;--cx-divider:rgba(255,255,255,.09);--cx-text-1:#e9e9e9;--cx-text-2:#a0a0a0;--cx-text-3:#6b7280;--cx-brand:#2dd4bf;--cx-brand-soft:rgba(45,212,191,.15);--cx-brand-line:rgba(45,212,191,.4);--cx-pos:#34d17e;--cx-neg:#ff6169;--cx-row-hover:rgba(255,255,255,.035)}[data-theme=light] .chx{--cx-panel:#e9eef6;--cx-surface:#ffffff;--cx-surface-2:#f4f7fb;--cx-divider:#d9e0ec;--cx-text-1:#1f1f1f;--cx-text-2:#5c6675;--cx-text-3:#94a1b3;--cx-brand:#0d9488;--cx-brand-soft:rgba(13,148,136,.12);--cx-brand-line:rgba(13,148,136,.32);--cx-pos:#12a150;--cx-neg:#e5484d;--cx-row-hover:rgba(20,30,60,.045)}.chx{max-width:1180px;margin:0 auto;padding:18px 16px 88px;color:var(--cx-text-1)}.chx .cx-head{justify-content:space-between;gap:10px;flex-wrap:wrap}.chx .cx-head,.chx .cx-title{display:flex;align-items:center}.chx .cx-title{font-size:21px;font-weight:800;letter-spacing:-.02em;gap:9px}.chx .cx-title:before{content:"";width:5px;height:19px;border-radius:3px;background:var(--cx-brand)}.chx .cx-sub{font-size:12px;color:var(--cx-text-2);font-weight:500;margin:4px 0 14px}.chx .cx-tiles{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:10px;margin-bottom:14px}.chx .cx-tile{background:var(--cx-panel);border:1px solid var(--cx-divider);border-radius:14px;padding:11px 13px;display:flex;flex-direction:column;gap:3px;animation:cx-in .4s ease both}.chx .cx-tile .k{font-size:10.5px;color:var(--cx-text-2);font-weight:700;letter-spacing:.03em;text-transform:uppercase}.chx .cx-tile .v{font-size:18px;font-weight:800;letter-spacing:-.02em}.chx .cx-tile .m{font-size:11px;font-weight:700}@keyframes cx-in{0%{opacity:0;transform:translateY(7px)}to{opacity:1;transform:none}}.chx .cx-charts{display:grid;grid-template-columns:320px minmax(0,1fr);gap:12px;margin-bottom:16px}@media (max-width:860px){.chx .cx-charts{grid-template-columns:1fr}}.chx .cx-panelbox{background:var(--cx-panel);border:1px solid var(--cx-divider);border-radius:16px;padding:13px 14px;min-width:0}.chx .cx-panelbox h3{font-size:13px;font-weight:800;margin:0 0 4px;display:flex;align-items:center;gap:7px}.chx .cx-panelbox h3:before{content:"";width:4px;height:13px;border-radius:3px;background:var(--cx-brand)}.chx .cx-panelbox .hint{font-size:10.5px;color:var(--cx-text-3);font-weight:600;margin-bottom:6px}.chx .cx-donutwrap{display:flex;align-items:center;gap:14px}.chx .cx-donut{flex:0 0 auto}.chx .cx-donut .center-v{font-size:15px;font-weight:800;fill:var(--cx-text-1)}.chx .cx-donut .center-k{font-size:8.5px;font-weight:700;fill:var(--cx-text-3);letter-spacing:.05em}.chx .cx-legend{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.chx .cx-legend .lg{display:flex;align-items:center;gap:7px;font-size:11.5px;font-weight:600;color:var(--cx-text-2)}.chx .cx-legend .lg .sw{width:9px;height:9px;border-radius:3px;flex:0 0 auto}.chx .cx-legend .lg .nm{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chx .cx-legend .lg .pc{font-weight:800;color:var(--cx-text-1)}.chx .cx-bar{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:10px}.chx .cx-search{flex:1;min-width:170px;height:36px;border-radius:11px;padding:0 12px;background:var(--cx-panel);border:1px solid var(--cx-divider);color:var(--cx-text-1);font:inherit;font-size:12.5px;outline:none;transition:border-color .15s,box-shadow .15s}.chx .cx-search:focus{border-color:var(--cx-brand-line);box-shadow:0 0 0 3px var(--cx-brand-soft)}.chx .cx-search::placeholder{color:var(--cx-text-3)}.chx .cx-chip{height:36px;padding:0 13px;border-radius:11px;cursor:pointer;background:var(--cx-panel);border:1px solid var(--cx-divider);color:var(--cx-text-2);font:inherit;font-size:12px;font-weight:700;transition:.15s;display:inline-flex;align-items:center;gap:6px}.chx .cx-chip.on,.chx .cx-chip:hover{border-color:var(--cx-brand-line);color:var(--cx-brand)}.chx .cx-chip.on{background:var(--cx-brand-soft)}.chx .cx-count{font-size:11px;color:var(--cx-text-3);font-weight:700}.chx .cx-tablewrap{background:var(--cx-panel);border:1px solid var(--cx-divider);border-radius:16px;overflow:auto;max-height:72vh}.chx table{width:100%;border-collapse:separate;border-spacing:0;font-size:12.5px;min-width:880px}.chx thead th{position:sticky;top:0;z-index:3;background:var(--cx-panel);text-align:end;padding:11px 12px;font-size:11px;font-weight:800;color:var(--cx-text-2);border-bottom:1px solid var(--cx-divider);white-space:nowrap;cursor:pointer;user-select:none}.chx thead th:first-child{text-align:start}.chx thead th .arr,.chx thead th:hover{color:var(--cx-brand)}.chx thead th .arr{font-size:9px;margin-inline-start:3px}.chx tbody td{padding:8px 10px;text-align:end;border-bottom:1px solid var(--cx-divider);white-space:nowrap;font-weight:600;font-variant-numeric:tabular-nums}.chx tbody tr:last-child td{border-bottom:0}.chx tbody tr{transition:background .12s}.chx tbody tr:hover{background:var(--cx-row-hover)}.chx td.cx-namecell,.chx th.cx-namecell{text-align:start;position:sticky;inset-inline-start:0;z-index:2;background:var(--cx-panel)}.chx thead th.cx-namecell{z-index:5;top:0}.chx tbody tr:hover td.cx-namecell{background:var(--cx-surface-2)}.chx .cx-name{display:inline-flex;align-items:center;gap:9px;font-weight:700;color:var(--cx-text-1)}.chx .cx-rank{color:var(--cx-text-3);font-size:11px;min-width:18px;text-align:center}.chx .cx-logo{width:22px;height:22px;border-radius:50%;flex:0 0 auto;overflow:hidden;background:var(--cx-brand-soft);color:var(--cx-brand);display:inline-flex;align-items:center;justify-content:center;font-size:10.5px;font-weight:800;position:relative}.chx .cx-logo img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.chx .cx-nm-abbr{display:none}.chx .pos{color:var(--cx-pos)}.chx .neg{color:var(--cx-neg)}.chx .dim{color:var(--cx-text-3);font-weight:500}.chx .cx-pop{position:absolute;top:calc(100% + 6px);inset-inline-end:0;z-index:30;width:210px;max-height:320px;overflow-y:auto;background:var(--cx-panel);border:1px solid var(--cx-divider);border-radius:13px;box-shadow:0 18px 44px -18px rgba(0,0,0,.55);padding:8px;animation:cx-in .16s ease both}.chx .cx-pop-actions{padding:4px 8px 8px;border-bottom:1px solid var(--cx-divider);margin-bottom:4px;font-size:11.5px}.chx .cx-pop-actions,.chx .cx-pop-row{display:flex;justify-content:space-between;gap:8px}.chx .cx-pop-row{align-items:center;padding:7px 8px;border-radius:8px;cursor:pointer;font-size:12px;font-weight:600;color:var(--cx-text-2)}.chx .cx-pop-row:hover{background:var(--cx-surface-2);color:var(--cx-text-1)}.chx .cx-pop-row input{accent-color:var(--cx-brand);width:15px;height:15px;cursor:pointer}.chx .hb-nm{display:inline-flex;flex-direction:column;gap:1px;min-width:0}.chx .hb-nm>.hb-cat{font-size:9.5px;font-weight:700;color:var(--cx-text-3);letter-spacing:.03em;text-transform:uppercase}.chx .hb-bar{display:inline-flex;width:96px;height:8px;border-radius:99px;overflow:hidden;background:var(--cx-surface-2);vertical-align:middle}.chx .hb-seg{height:100%}.chx .hb-cats{display:flex;gap:6px;overflow-x:auto;padding-bottom:4px;margin-bottom:8px;scrollbar-width:none}.chx .hb-cats::-webkit-scrollbar{display:none}.chx .hb-cats .cx-chip{flex:0 0 auto;height:30px;padding:0 11px;font-size:11.5px}.chx .hb-legend{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:8px;font-size:10.5px;font-weight:700;color:var(--cx-text-2)}.chx .hb-legend .lg{display:inline-flex;align-items:center;gap:5px}.chx .hb-legend .sw{width:8px;height:8px;border-radius:3px}@media (max-width:600px){.chx{padding:12px 10px 84px}.chx .cx-title{font-size:18px}.chx .cx-sub{margin:3px 0 10px}.chx .cx-tiles{grid-template-columns:repeat(2,1fr);gap:7px;margin-bottom:10px}.chx .cx-tile{padding:8px 10px;border-radius:12px;gap:2px}.chx .cx-tile .k{font-size:9.5px}.chx .cx-tile .v{font-size:14.5px}.chx .cx-charts{gap:8px;margin-bottom:10px}.chx .cx-panelbox{padding:10px 11px;border-radius:14px}.chx .cx-donutwrap{gap:10px}.chx .cx-donut{width:126px;height:126px}.chx .cx-legend .lg{font-size:10.5px;gap:6px}.chx .cx-bar{gap:6px;margin-bottom:8px}.chx .cx-search{height:33px;min-width:130px}.chx .cx-chip{height:33px;padding:0 10px}.chx table{min-width:720px;font-size:11.5px}.chx thead th{padding:8px;font-size:10px}.chx tbody td{padding:6.5px 8px}.chx .cx-name{gap:6px}.chx .cx-logo{width:19px;height:19px;font-size:9.5px}.chx .cx-rank{min-width:14px;font-size:10px}.chx .cx-nm-full{display:none}.chx .cx-nm-abbr{display:inline-block;max-width:76px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chx table{min-width:640px}.chx .hb-nm{max-width:118px}.chx .hb-nm,.chx .hb-nm>:first-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chx .hb-bar{width:72px}}.chx .cx-skel{border-radius:8px;background:var(--cx-surface-2);position:relative;overflow:hidden;display:block}.chx .cx-skel:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,var(--cx-brand-soft),transparent);animation:cx-sh 1.1s infinite}@keyframes cx-sh{to{transform:translateX(100%)}}.chx .cx-err{text-align:center;padding:26px 0;color:var(--cx-text-2);font-size:13px;font-weight:600}.chx .cx-retry{background:none;border:0;cursor:pointer;color:var(--cx-brand);font:inherit;font-weight:700}.chx .cx-retry:hover{text-decoration:underline}