.data-screen{--ds-bg:#05080f;--ds-panel:#081220e0;--ds-border:#39ff1438;--ds-neon:#39ff14;--ds-cyan:#00ffd0;--ds-text:#e6ffe6e0;--ds-muted:#b4dcb48c;background:radial-gradient(circle at 20% 10%, #39ff1414, transparent 40%), radial-gradient(circle at 80% 90%, #00ffd00f, transparent 35%), var(--ds-bg);min-height:100vh;color:var(--ds-text);flex-direction:column;display:flex;overflow:hidden}.data-screen--fullscreen{width:100vw;height:100vh}.data-screen__header{border-bottom:1px solid var(--ds-border);background:#040a12eb;justify-content:space-between;align-items:center;gap:16px;padding:12px 20px;display:flex}.data-screen__title{letter-spacing:.12em;color:var(--ds-neon);text-shadow:0 0 12px #39ff1473;white-space:nowrap;margin:0;font-size:22px}.data-screen__alert-track{flex:1;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 8% 92%,#0000);mask-image:linear-gradient(90deg,#0000,#000 8% 92%,#0000)}.data-screen__alert-marquee{white-space:nowrap;gap:48px;animation:40s linear infinite ds-alert-scroll;display:inline-flex}.data-screen__alert-item{font-size:14px}.data-screen__alert-item--critical{color:#ff6b6b}.data-screen__alert-item--warning{color:#ffd666}.data-screen__alert-item--info{color:var(--ds-cyan)}.data-screen__header-actions{white-space:nowrap;align-items:center;gap:12px;display:flex}.data-screen__clock{font-variant-numeric:tabular-nums;color:var(--ds-muted);font-size:13px}.data-screen__body{flex:1;grid-template-rows:1fr auto;grid-template-columns:minmax(260px,24vw) 1fr minmax(280px,26vw);gap:14px;min-height:0;padding:14px 16px 16px;display:grid}.data-screen__panel{background:var(--ds-panel);border:1px solid var(--ds-border);border-radius:10px;flex-direction:column;min-height:0;display:flex;box-shadow:inset 0 0 24px #39ff140a}.data-screen__panel-title{color:var(--ds-cyan);letter-spacing:.08em;margin:0;padding:10px 14px 0;font-size:14px}.data-screen__panel-body{flex:1;min-height:0;padding:8px 10px 12px}.data-screen__left{grid-row:1/2}.data-screen__center{text-align:center;grid-row:1/2;justify-content:center;align-items:center;padding:24px}.data-screen__right{grid-row:1/2}.data-screen__bottom{grid-column:1/-1;min-height:220px}.data-screen__hero-label{color:var(--ds-muted);letter-spacing:.2em;margin-bottom:12px;font-size:16px}.data-screen__hero-value{color:var(--ds-neon);text-shadow:0 0 10px #39ff14cc,0 0 28px #39ff1459;font-variant-numeric:tabular-nums;font-size:clamp(42px,7vw,88px);font-weight:700;line-height:1.05}.data-screen__hero-unit{color:var(--ds-cyan);margin-left:8px;font-size:.35em}.data-screen__hero-meta{color:var(--ds-muted);justify-content:center;gap:28px;margin-top:18px;font-size:14px;display:flex}.data-screen__hero-meta strong{color:var(--ds-neon);margin-left:6px}.data-screen__tx-list{height:100%;position:relative;overflow:hidden}.data-screen__tx-scroll{animation:28s linear infinite ds-tx-scroll}.data-screen__tx-row{border-bottom:1px dashed #39ff141f;grid-template-columns:72px 1fr 88px;gap:8px;padding:8px 10px;font-size:13px;display:grid}.data-screen__tx-row:hover{background:#39ff140f}.data-screen__tx-amount{text-align:right;color:var(--ds-neon);font-variant-numeric:tabular-nums}.data-screen__tx-bot{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.data-screen__tx-time{color:var(--ds-muted);font-variant-numeric:tabular-nums}.data-screen__chart{width:100%;height:100%;min-height:180px}.data-screen__btn{border:1px solid var(--ds-border);color:var(--ds-neon);cursor:pointer;background:#39ff1414;border-radius:6px;padding:6px 12px;font-size:13px}.data-screen__btn:hover{background:#39ff1429}@keyframes ds-alert-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes ds-tx-scroll{0%{transform:translateY(0)}to{transform:translateY(-50%)}}@media (width<=1100px){.data-screen__body{grid-template-rows:auto auto auto auto;grid-template-columns:1fr}.data-screen__left,.data-screen__center,.data-screen__right,.data-screen__bottom{grid-area:auto/1/auto/-1}.data-screen__center{min-height:180px}.data-screen__left .data-screen__chart,.data-screen__bottom .data-screen__chart{min-height:240px}}.fake-ticker{background:linear-gradient(#fffbe6f2,#fffffffa);border:1px solid #faad1459;border-radius:12px;flex-direction:column;display:flex;overflow:hidden}.fake-ticker--disabled,.fake-ticker--empty{background:#00000005;border:1px dashed #0000001f;border-radius:12px;justify-content:center;align-items:center;display:flex}.fake-ticker__header{color:#ad6800;background:#faad1414;border-bottom:1px solid #faad1440;padding:10px 14px;font-size:14px;font-weight:600}.fake-ticker__viewport{flex:1;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(#0000,#000 12% 88%,#0000);mask-image:linear-gradient(#0000,#000 12% 88%,#0000)}.fake-ticker__track{flex-direction:column;gap:10px;padding:12px 14px;animation:linear infinite fake-ticker-scroll;display:flex}.fake-ticker__item{color:#000000d9;white-space:nowrap;text-overflow:ellipsis;font-size:14px;line-height:1.5;overflow:hidden}@keyframes fake-ticker-scroll{0%{transform:translateY(0)}to{transform:translateY(-50%)}}[data-theme=dark] .fake-ticker{background:linear-gradient(#2b210af2,#141414fa);border-color:#faad1440}[data-theme=dark] .fake-ticker__header{color:#ffd666;background:#faad141f}[data-theme=dark] .fake-ticker__item{color:#ffffffe0}[data-theme=dark] .fake-ticker--disabled,[data-theme=dark] .fake-ticker--empty{background:#ffffff08}.fake-ticker-page{background:radial-gradient(circle at top,#faad141f,#0000 45%),linear-gradient(#fff7e6 0%,#fff 100%);justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex}.fake-ticker-page__card{background:#ffffffeb;border-radius:16px;width:min(520px,100%);padding:24px;box-shadow:0 12px 40px #00000014}[data-theme=dark] .fake-ticker-page{background:radial-gradient(circle at top,#faad1414,#0000 45%),linear-gradient(#141414 0%,#0a0a0a 100%)}[data-theme=dark] .fake-ticker-page__card{background:#141414eb}._doc_bgnlt_1{max-width:960px;line-height:1.7}._doc_bgnlt_1 .ant-typography{margin-bottom:.75em}._tableWrap_bgnlt_10{margin:12px 0 20px;overflow-x:auto}._table_bgnlt_10{border-collapse:collapse;width:100%;font-size:13px}._table_bgnlt_10 th,._table_bgnlt_10 td{border:1px solid var(--app-border,#00000014);text-align:left;padding:8px 12px}._table_bgnlt_10 th{background:var(--app-table-head-bg,#0000000a);font-weight:600}._codeBlock_bgnlt_33{background:var(--app-code-bg,#f6f8fa);border-radius:6px;margin:12px 0;padding:12px 16px;font-size:13px;overflow-x:auto}._inlineCode_bgnlt_42{background:var(--app-code-bg,#f6f8fa);border-radius:4px;padding:2px 6px;font-size:.9em}._link_bgnlt_49{color:var(--app-link,#1677ff)}._link_bgnlt_49:hover{text-decoration:underline}._listItem_bgnlt_57{margin-bottom:4px}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0;padding:0}body{color:#000000e0;background:#f5f5f5;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;transition:background-color .2s,color .2s}[data-theme=dark] body{color:#ffffffd9;background:#141414}@keyframes dashboard-alert-flash{0%,to{background-color:#fff1f0;border-color:#ff4d4f;box-shadow:0 0 #ff4d4f73}50%{background-color:#ffccc7;border-color:#cf1322;box-shadow:0 0 12px 2px #ff4d4f59}}.dashboard-card-alert{animation:1.2s ease-in-out infinite dashboard-alert-flash;border-style:solid!important;border-width:2px!important}.dashboard-card-alert .ant-statistic-title,.dashboard-card-alert .ant-statistic-content{color:#cf1322!important}@keyframes transaction-row-highlight{0%,to{background-color:#0000}50%{background-color:#f6ffed}}.transaction-row-new>td{animation:1.2s ease-in-out 2 transaction-row-highlight}.transaction-row-large>td{background-color:#fff7e6!important}.transaction-row-large:hover>td{background-color:#ffe7ba!important}.transaction-row-suspicious>td{background-color:#e6f4ff!important}.transaction-row-suspicious:hover>td{background-color:#bae0ff!important}.account-row-health-low>td{background-color:#fff1f0!important}.account-row-health-low:hover>td{background-color:#ffccc7!important}.account-row-expiry-yellow>td{background-color:#fffbe6!important}.account-row-expiry-yellow:hover>td{background-color:#fff1b8!important}.account-row-expiry-red>td{box-shadow:inset 3px 0 #ff4d4f;background-color:#fff1f0!important}.account-row-expiry-red:hover>td{background-color:#ffccc7!important}.log-row-failed>td{background-color:#fff1f0!important}.log-row-failed:hover>td{background-color:#ffccc7!important}.transactions-card-title-alert{color:#389e0d;animation:.8s ease-in-out infinite transaction-title-flash}@keyframes transaction-title-flash{0%,to{opacity:1}50%{opacity:.35}}.brand-row-conversion-high>td{background-color:#f6ffed!important}.brand-row-conversion-high:hover>td{background-color:#d9f7be!important}.brand-row-conversion-low>td{color:#8c8c8c;background-color:#fafafa!important}.brand-row-conversion-low:hover>td{background-color:#f0f0f0!important}[data-theme=dark] .dashboard-card-alert{animation:1.2s ease-in-out infinite dashboard-alert-flash-dark}@keyframes dashboard-alert-flash-dark{0%,to{background-color:#2a1215;border-color:#a61d24;box-shadow:0 0 #a61d2473}50%{background-color:#431418;border-color:#ff4d4f;box-shadow:0 0 12px 2px #ff4d4f40}}[data-theme=dark] .dashboard-card-alert .ant-statistic-title,[data-theme=dark] .dashboard-card-alert .ant-statistic-content{color:#ff7875!important}[data-theme=dark] .transaction-row-new>td{animation:1.2s ease-in-out 2 transaction-row-highlight-dark}@keyframes transaction-row-highlight-dark{0%,to{background-color:#0000}50%{background-color:#162312}}[data-theme=dark] .transaction-row-large>td{background-color:#2b2111!important}[data-theme=dark] .transaction-row-large:hover>td{background-color:#443111!important}[data-theme=dark] .transaction-row-suspicious>td{background-color:#111a2c!important}[data-theme=dark] .transaction-row-suspicious:hover>td{background-color:#15325b!important}[data-theme=dark] .account-row-health-low>td{background-color:#2a1215!important}[data-theme=dark] .account-row-health-low:hover>td{background-color:#431418!important}[data-theme=dark] .account-row-expiry-yellow>td{background-color:#2b2111!important}[data-theme=dark] .account-row-expiry-yellow:hover>td{background-color:#443111!important}[data-theme=dark] .account-row-expiry-red>td{box-shadow:inset 3px 0 #ff4d4f;background-color:#2a1215!important}[data-theme=dark] .account-row-expiry-red:hover>td{background-color:#431418!important}[data-theme=dark] .log-row-failed>td{background-color:#2a1215!important}[data-theme=dark] .log-row-failed:hover>td{background-color:#431418!important}[data-theme=dark] .transactions-card-title-alert{color:#73d13d}[data-theme=dark] .brand-row-conversion-high>td{background-color:#162312!important}[data-theme=dark] .brand-row-conversion-high:hover>td{background-color:#274916!important}[data-theme=dark] .brand-row-conversion-low>td{color:#8c8c8c;background-color:#1f1f1f!important}[data-theme=dark] .brand-row-conversion-low:hover>td{background-color:#262626!important}.app-sider-logo{color:#fff;justify-content:center;align-items:center;height:64px;font-size:16px;font-weight:600;display:flex}.app-header{z-index:100;justify-content:space-between;align-items:center;gap:12px;padding:0 24px;display:flex;position:sticky;top:0}.app-header-title{white-space:nowrap;text-overflow:ellipsis;max-width:42vw;overflow:hidden;margin:0!important}.app-header-actions{flex-shrink:0}.app-header-logout{white-space:nowrap}.app-content{min-width:0;margin:24px}.page-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px;display:flex}.page-toolbar-meta{font-size:12px}.responsive-card-extra{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.responsive-search{width:100%;max-width:420px}@media (width<=991px){.app-content{margin:12px}.app-header{padding:0 12px}.app-header-title{max-width:52vw;font-size:16px!important}.responsive-search{max-width:none}.page-toolbar{flex-direction:column;align-items:stretch}.page-toolbar-meta{width:100%}.ant-card-head-wrapper{flex-wrap:wrap;gap:8px}.ant-card-extra{width:100%;margin-inline-start:0!important}.ant-table-wrapper{-webkit-overflow-scrolling:touch;overflow-x:auto}.ant-statistic-title{font-size:13px}.ant-statistic-content{font-size:20px}}@media (width<=575px){.app-header-title{max-width:46vw}.dashboard-action-btn .ant-btn-icon+span,.dashboard-action-btn span:not(.ant-btn-icon){display:none}.dashboard-action-btn{min-width:40px}}.today-revenue-hero{color:#fff;background:linear-gradient(135deg,#10239e 0%,#1677ff 45%,#13c2c2 100%);border-radius:16px;margin-bottom:16px;position:relative;overflow:hidden;box-shadow:0 12px 32px #1677ff47}.today-revenue-hero__glow{pointer-events:none;background:radial-gradient(circle,#ffffff47 0%,#0000 70%);border-radius:50%;width:280px;height:280px;position:absolute;inset:-40% auto auto -20%}.today-revenue-hero__content{padding:20px 24px 14px;position:relative}.today-revenue-hero__label{align-items:center;gap:8px;font-size:14px;display:inline-flex;color:#ffffffe0!important}.today-revenue-hero__amount-row{align-items:baseline;gap:10px;margin-top:8px;display:flex}.today-revenue-hero__icon{color:#ffd666;font-size:28px}.today-revenue-hero__amount{letter-spacing:-.02em;font-size:clamp(36px,6vw,52px);font-weight:700;line-height:1.1}.today-revenue-hero__unit{opacity:.9;font-size:18px}.today-revenue-hero__sub{margin-top:6px;display:block;color:#ffffffd1!important}.today-revenue-hero__ticker-wrap{border-top:1px solid #ffffff2e;margin-top:14px;padding-top:10px;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 8% 92%,#0000);mask-image:linear-gradient(90deg,#0000,#000 8% 92%,#0000)}.today-revenue-hero__ticker{width:max-content;animation:28s linear infinite today-revenue-marquee;display:flex}.today-revenue-hero__ticker-track{white-space:nowrap;color:#ffffffeb;padding-right:48px;font-size:13px}@keyframes today-revenue-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}[data-theme=dark] .today-revenue-hero{box-shadow:0 12px 32px #00000073}
