:root{--bg: #eef3ee;--surface: #ffffff;--surface-soft: #f8faf7;--text: #111b17;--muted: #66746e;--line: rgba(17, 47, 39, .09);--line-strong: rgba(17, 47, 39, .16);--primary: #0b3d32;--primary-strong: #06271f;--primary-soft: #e6f0ea;--accent: #4f8b74;--accent-soft: #f0f6f2;--mist: #e9efea;--sage: #a3b9ad;--blue: #3f7d78;--amber: #94713b;--red: #a84942;--green: #176a50;--shadow: 0 18px 44px rgba(16, 35, 29, .09);--soft-shadow: 0 10px 24px rgba(16, 35, 29, .065);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Microsoft YaHei,sans-serif;font-synthesis:none;text-rendering:geometricPrecision;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@keyframes page-enter{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes tab-enter{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@keyframes content-soft-enter{0%{opacity:0;transform:translateY(7px) scale(.998)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes table-row-enter{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes chain-loader-pulse{0%,to{opacity:.72;transform:scale(.94)}50%{opacity:1;transform:scale(1)}}@keyframes chain-loader-core{0%,to{box-shadow:0 0 #0b3d321f,inset 0 0 0 1px #0b3d321f}50%{box-shadow:0 0 0 10px #0b3d3208,inset 0 0 0 1px #0b3d3233}}@keyframes chain-loader-link{0%,to{opacity:.34}50%{opacity:.86}}@keyframes drawer-enter{0%{opacity:0;transform:translate(18px)}to{opacity:1;transform:translate(0)}}@keyframes toast-enter{0%{opacity:0;transform:translate(-50%,-6px)}to{opacity:1;transform:translate(-50%)}}@keyframes toast-enter-mobile{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}*{box-sizing:border-box;scrollbar-width:none;-ms-overflow-style:none}*::-webkit-scrollbar{display:none;width:0;height:0}html,body,#root{height:100%;overflow:hidden}body{margin:0;min-width:320px;height:100dvh;background:#eef3ee;overflow:hidden}button,input,select{font:inherit}button{border:0;cursor:pointer}svg{display:block;width:18px;height:18px;stroke-width:2}.app-shell{position:relative;display:flex;height:100dvh;min-height:0;overflow:hidden;background:linear-gradient(90deg,#fff 0,#fff 264px,#eef3ee 264px)}.sidebar{position:relative;top:0;display:flex;width:264px;height:100dvh;min-height:0;flex:0 0 264px;flex-direction:column;background:#fff;padding:18px 14px;box-shadow:16px 0 34px #0c201b14,inset -1px 0 #0b3d321a;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.sidebar:before{display:none}.sidebar:after{display:none}.brand,.nav-groups,.sidebar-foot{position:relative;z-index:1}.brand{display:flex;align-items:center;gap:12px;padding:6px 8px 18px}.brand-mark{display:grid;width:38px;height:38px;place-items:center;border-radius:8px;background:linear-gradient(135deg,#0b3d32,#4f8b74);color:#fff;font-weight:800}.brand strong,.sidebar-foot strong,.admin-chip strong{display:block;font-size:13px;line-height:1.35}.brand strong{color:#14231f}.brand span,.sidebar-foot span{display:block;color:#718079;font-size:12px;line-height:1.4}.sidebar-close{display:none;margin-left:auto;width:34px;height:34px;place-items:center;border-radius:8px;background:#edf5f0;color:var(--primary)}.nav-groups{display:flex;min-height:0;flex:1;flex-direction:column;gap:18px;overflow-y:auto;overscroll-behavior:contain;padding-right:2px}.nav-group{display:flex;flex-direction:column;gap:8px}.nav-group-title{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:4px 8px;color:#19352d;font-size:15px;font-weight:700;width:100%;background:transparent}.nav-group-title.active{color:var(--primary)}.nav-group-label{display:flex;min-width:0;align-items:center;gap:10px}.nav-group-title svg{width:18px;height:18px}.nav-group-chevron{color:#5f7069;transform:rotate(-90deg);transition:transform .16s ease}.nav-group-chevron.open{transform:rotate(0)}.nav-items{display:flex;flex-direction:column;gap:4px;margin-left:17px;padding-left:21px;box-shadow:inset 1px 0 #0b3d3224}.nav-item{display:flex;min-height:34px;align-items:center;justify-content:flex-start;border-radius:8px;background:transparent;color:#354c44;padding:7px 9px;text-align:left;font-size:14px}.nav-item:hover{background:#f3f7f4;color:var(--primary)}.nav-item.selected{background:#e8f3ed;color:#082d25;font-weight:700;box-shadow:-22px 0 0 -20px var(--primary),0 10px 20px #0c201b14}.nav-item svg{width:16px;height:16px}.sidebar-foot{display:flex;align-items:center;gap:10px;border-radius:8px;background:linear-gradient(135deg,#eff7f2f2,#fffffff5);padding:12px;box-shadow:var(--soft-shadow)}.sidebar-foot svg{color:var(--primary)}.sidebar-backdrop{display:none}.workspace{position:relative;display:flex;height:100dvh;min-width:0;flex:1;flex-direction:column;overflow:hidden;background:radial-gradient(circle at 80% 0%,rgba(255,255,255,.68),transparent 32%),#eef3ee}.topbar{position:relative;top:0;z-index:5;display:flex;flex:0 0 auto;min-height:82px;align-items:center;justify-content:space-between;gap:18px;background:#fafcfad1;padding:18px 28px;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.topbar-left,.topbar-actions,.breadcrumb,.filter-row,.toolbar,.settings-actions{display:flex;align-items:center}.topbar-left{min-width:0;gap:12px}.breadcrumb{gap:6px;color:#6b7a74;font-size:12px;line-height:1.4}.breadcrumb svg{width:13px;height:13px}h1,h2,p{margin:0}h1{margin-top:3px;font-size:24px;line-height:1.2;letter-spacing:0;color:#111827}h2{font-size:16px;line-height:1.35;letter-spacing:0}.topbar-actions{justify-content:flex-end;gap:10px}.search-box{display:flex;width:min(360px,32vw);min-width:220px;height:40px;align-items:center;gap:9px;border-radius:8px;background:#ffffffeb;padding:0 12px;box-shadow:var(--soft-shadow)}.search-box:focus-within{box-shadow:0 12px 26px #1a2b3f14,inset 0 0 0 1px #0b3d3229}.search-box svg{color:var(--muted)}.search-box input{min-width:0;flex:1;border:0;outline:0;color:var(--text);font-size:14px}.search-box input::placeholder{color:#98a2b3}.search-clear{display:grid;width:26px;height:26px;flex:0 0 auto;place-items:center;border-radius:8px;background:#edf5f0;color:#66746e}.search-clear:hover{background:#dcebe5;color:var(--primary)}.search-clear svg{width:14px;height:14px}.icon-button{display:grid;width:40px;height:40px;place-items:center;border-radius:8px;background:#ffffffeb;color:#274139;box-shadow:var(--soft-shadow);transition:background .16s ease,box-shadow .16s ease,transform .16s ease}.icon-button:hover{box-shadow:0 12px 26px #1a2b3f1a}.icon-button.flat{width:36px;height:36px;background:#fff;box-shadow:inset 0 0 0 1px #0b3d3214}.icon-button.flat:hover{background:#edf6f1;box-shadow:inset 0 0 0 1px #0b3d3224}.mobile-only{display:none}.admin-menu{position:relative;flex:0 0 auto}.admin-chip{display:flex;height:40px;align-items:center;gap:9px;border-radius:8px;background:#ffffffeb;padding:0 12px 0 8px;box-shadow:var(--soft-shadow)}.admin-chip svg{width:14px;height:14px;color:#66746e}.admin-chip span{display:grid;width:26px;height:26px;place-items:center;border-radius:7px;background:var(--primary-soft);color:var(--primary);font-size:11px;font-weight:800}.admin-dropdown{position:absolute;top:calc(100% + 8px);right:0;z-index:20;display:grid;min-width:172px;overflow:hidden;border-radius:8px;background:#fff;box-shadow:0 18px 40px #10231d29}.admin-dropdown button{min-height:40px;background:transparent;color:#344054;padding:0 14px;text-align:left;font-size:13px;font-weight:800}.admin-dropdown button:hover{background:#edf6f1;color:var(--primary)}.login-page{display:grid;min-height:100dvh;place-items:center;background:linear-gradient(#dfe9e3 1px,transparent 1px),linear-gradient(90deg,#dfe9e3 1px,transparent 1px),#eef3ee;background-size:32px 32px;padding:24px}.login-shell{display:grid;width:min(920px,100%);grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);overflow:hidden;border-radius:8px;background:#fff;box-shadow:var(--shadow);transform:translateY(-34px)}.login-visual{display:flex;min-height:410px;flex-direction:column;justify-content:space-between;gap:26px;background:linear-gradient(135deg,#0b3d32f5,#1a5341f0),url(/throne-pattern.svg);background-size:cover;color:#fff;padding:34px}.login-visual h1,.login-panel h2{margin:10px 0 0;letter-spacing:0}.login-visual h1{max-width:360px;color:#fff;font-size:36px;line-height:1.08}.login-visual p{max-width:380px;margin-top:12px;color:#ffffffbd;font-size:15px;line-height:1.65}.login-visual>div>span,.login-panel-head span{font-size:12px;font-weight:900;letter-spacing:0;text-transform:uppercase}.login-visual>div>span{color:#ffffff94}.login-signal-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.login-signal-grid div{display:grid;gap:5px;border-radius:8px;background:#ffffff14;padding:12px;box-shadow:inset 0 0 0 1px #ffffff1a}.login-signal-grid strong{color:#fff;font-size:18px}.login-signal-grid span{color:#ffffffa3;font-size:12px;font-weight:800}.login-panel{display:flex;flex-direction:column;justify-content:center;gap:18px;padding:36px}.login-panel-head span{color:#66746e}.login-panel-head h2{color:#14231f;font-size:28px;line-height:1.18}.login-panel-head p{margin-top:10px;color:#66746e;font-size:14px;line-height:1.6}.login-button{min-height:46px;justify-content:center}.login-error{margin:-4px 0 0;color:#b42318;font-size:13px;font-weight:800;line-height:1.5}.login-footnote{display:flex;align-items:center;gap:8px;border-radius:8px;background:#f1f7f4;padding:12px;color:#66746e;font-size:12px;font-weight:800;line-height:1.45}.login-footnote svg{width:16px;height:16px;flex:0 0 auto;color:var(--green)}.content{position:relative;z-index:auto;min-height:0;flex:1;overflow:auto;overscroll-behavior:contain;padding:24px 28px 42px}.page-stack{display:flex;flex-direction:column;gap:18px;animation:page-enter .22s ease both}.metric-grid{display:grid;grid-template-columns:repeat(4,minmax(180px,1fr));gap:14px}.metric-card,.panel,.toolbar{border-radius:8px;background:var(--surface);box-shadow:var(--shadow)}.metric-card{position:relative;display:flex;min-height:120px;align-items:center;gap:14px;padding:18px;overflow:hidden}.metric-card:before{position:absolute;top:0;right:0;left:0;height:6px;content:"";z-index:2}.metric-card:after{position:absolute;top:-72px;right:-72px;width:210px;height:210px;content:"";background:url(/throne-pattern.svg) center / 150px 150px repeat;opacity:.16;-webkit-mask-image:radial-gradient(circle,#000 0 28%,rgba(0,0,0,.55) 46%,transparent 72%);mask-image:radial-gradient(circle,#000 0 28%,rgba(0,0,0,.55) 46%,transparent 72%)}.metric-card>*{position:relative;z-index:1}.metric-card:nth-child(1){background:url(/throne-pattern.svg) right -44px top -58px / 160px 160px repeat,linear-gradient(135deg,rgba(255,255,255,.08) 0%,transparent 48%),linear-gradient(135deg,#0b3d32,#155a49)}.metric-card:nth-child(1):after{display:none}.metric-card:nth-child(1):before{background:linear-gradient(90deg,#c6dccf,#f3faf6)}.metric-card:nth-child(2){background:linear-gradient(135deg,#fff,#f4f8f5)}.metric-card:nth-child(2):before{background:linear-gradient(90deg,#4f8b74,#a3b9ad)}.metric-card:nth-child(3){background:linear-gradient(135deg,#fff,#faf9f2)}.metric-card:nth-child(3):before{background:linear-gradient(90deg,#9a6f24,#c2a55d)}.metric-card:nth-child(4){background:linear-gradient(135deg,#fff,#f0f7f2)}.metric-card:nth-child(4):before{background:linear-gradient(90deg,#0f6a4d,#6fa98e)}.metric-card span,.metric-card small,.key-value span,.setting-field span{color:var(--muted);font-size:13px;line-height:1.45}.metric-card strong{display:block;margin-top:7px;font-size:24px;line-height:1.15;color:#121927}.metric-card:first-child span,.metric-card:first-child strong,.metric-card:first-child small{color:#f6fbf8}.metric-card:first-child .metric-icon{background:#ffffff24;color:#f6fbf8}.metric-card small{display:block;margin-top:8px}.metric-icon{display:grid;flex:0 0 auto;place-items:center;border-radius:8px}.metric-icon{width:44px;height:44px}.metric-icon.info{background:#e5f0ec;color:var(--blue)}.metric-icon.success{background:#e1eee7;color:var(--green)}.metric-icon.warning{background:#f0eedf;color:var(--amber)}.dashboard-mosaic-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);align-items:start;gap:18px}.dashboard-mosaic-column{display:grid;min-width:0;align-content:start;gap:18px}.dashboard-mosaic-column .overview-group-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-mosaic-column .overview-group:last-child{grid-column:1 / -1}.dashboard-switch{display:inline-flex;width:fit-content;border-radius:8px;background:#ffffffeb;padding:4px;box-shadow:var(--soft-shadow)}.dashboard-switch-tab{min-height:40px;border-radius:8px;background:transparent;color:#66746e;padding:0 18px;font-size:14px;font-weight:900;transition:background .17s ease,color .17s ease,box-shadow .17s ease,transform .17s ease}.dashboard-switch-tab:hover{transform:translateY(-1px)}.dashboard-switch-tab.selected{background:var(--primary);color:#fff;box-shadow:0 10px 22px #123f362e}.dashboard-tab-motion{display:grid;gap:18px;animation:content-soft-enter .22s ease both}.dashboard-analysis-content{padding:18px}.analysis-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.analysis-header-controls{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:nowrap}.analysis-segmented{display:inline-flex;border-radius:8px;background:#edf3ef;padding:4px}.analysis-segmented button{min-height:32px;border-radius:8px;background:transparent;color:#66746e;padding:0 12px;font-size:12px;font-weight:900;transition:background .17s ease,color .17s ease,box-shadow .17s ease,transform .17s ease}.analysis-segmented button:hover{transform:translateY(-1px)}.analysis-segmented button.selected{background:var(--primary);color:#fff;box-shadow:0 8px 18px #123f3624}.analysis-body-motion{animation:content-soft-enter .22s ease both}.analysis-select{display:inline-flex;min-height:40px;align-items:center;gap:8px;border-radius:8px;background:#f7faf8;padding:0 10px;box-shadow:inset 0 0 0 1px #0b3d3214}.analysis-select span{color:#66746e;font-size:12px;font-weight:800}.analysis-select select{border:0;background:transparent;color:#14231f;font-size:13px;font-weight:900}.analysis-kpi-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:14px}.analysis-kpi-card{display:grid;min-height:104px;align-content:center;gap:7px;border-radius:8px;background:#fff;padding:16px;box-shadow:0 12px 28px #1a2b3f12}.analysis-kpi-card span,.analysis-chart-head span,.mini-donut-legend span,.mini-donut-legend small{color:#66746e;font-size:12px;line-height:1.35}.analysis-kpi-card strong{color:#14231f;font-size:24px;line-height:1.1}.analysis-kpi-card small{width:fit-content;border-radius:999px;padding:4px 8px;font-size:12px;font-weight:900}.analysis-kpi-card small.up{background:#dcebe5;color:var(--green)}.analysis-kpi-card small.warn{background:#f0eedf;color:var(--amber)}.analysis-kpi-card small.danger{background:#f4e2de;color:var(--red)}.analysis-kpi-card small.neutral{background:#edf3ef;color:#475467}.analysis-insight{display:flex;align-items:flex-start;gap:10px;border-radius:8px;background:#f2f7f4;margin-bottom:14px;padding:12px 14px;box-shadow:inset 0 0 0 1px #0b3d3214}.analysis-insight svg{width:18px;height:18px;flex:0 0 auto;color:var(--green)}.analysis-insight div{display:grid;min-width:0;gap:3px}.analysis-insight strong{color:#14231f;font-size:14px}.analysis-insight span,.analysis-insight small{color:#66746e;font-size:12px;line-height:1.45}.analysis-chart-grid{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(0,1fr) minmax(260px,.75fr);gap:12px;margin-bottom:14px}.analysis-chart-card{display:flex;min-height:210px;flex-direction:column;justify-content:space-between;gap:12px;border-radius:8px;background:#fff;padding:14px;box-shadow:0 12px 28px #1a2b3f12}.analysis-chart-head{display:grid;gap:4px}.analysis-chart-head strong{color:#14231f;font-size:15px}.mini-area-chart{width:100%;height:128px;overflow:visible}.mini-area-chart polygon{fill:#4f8b7429}.mini-area-chart polyline{fill:none;stroke:#0b3d32;stroke-linecap:round;stroke-linejoin:round;stroke-width:4}.mini-area-chart circle{fill:#fff;stroke:#0b3d32;stroke-width:2}.mini-bar-chart{display:grid;gap:12px}.mini-bar-row{display:grid;grid-template-columns:48px minmax(0,1fr) 34px;align-items:center;gap:10px}.mini-bar-row span,.mini-bar-row strong{color:#344054;font-size:12px;font-weight:900}.mini-bar-row div{height:10px;overflow:hidden;border-radius:999px;background:#e4eee8}.mini-bar-row i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#0b3d32,#6fa98e)}.mini-donut-wrap{display:flex;align-items:center;justify-content:center;gap:18px;min-height:130px}.mini-donut{display:grid;width:112px;height:112px;place-items:center;border-radius:999px;background:radial-gradient(circle,#f7faf8 0 52%,transparent 53%),conic-gradient(#0b3d32 0 var(--donut-value),#dfe9e3 var(--donut-value) 100%)}.mini-donut strong{color:#14231f;font-size:20px}.mini-donut-legend{display:grid;gap:5px}.panel{position:relative;overflow:hidden;background:#fff}.panel:before{position:absolute;top:0;right:0;left:0;height:4px;content:"";z-index:2;background:linear-gradient(90deg,#0b3d32,#4f8b74 58%,#a3b9ad)}.panel:after{position:absolute;right:-86px;bottom:-96px;z-index:0;width:320px;height:320px;pointer-events:none;content:"";background:url(/throne-pattern.svg) center / 190px 190px repeat;opacity:.11;-webkit-mask-image:radial-gradient(circle,#000 0 26%,rgba(0,0,0,.52) 44%,transparent 70%);mask-image:radial-gradient(circle,#000 0 26%,rgba(0,0,0,.52) 44%,transparent 70%)}.panel>*{position:relative;z-index:1}.panel-head{display:flex;min-height:60px;align-items:center;justify-content:space-between;gap:12px;z-index:5;background:linear-gradient(135deg,#f8faf8fa,#fffffff5);padding:4px 18px 0}.panel-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.ghost-button,.primary-button,.secondary-button,.filter-button{display:inline-flex;min-height:36px;align-items:center;justify-content:center;gap:8px;border-radius:8px;padding:0 12px;font-size:13px;font-weight:700;transition:background .16s ease,box-shadow .16s ease,color .16s ease,transform .16s ease}.ghost-button{background:transparent;color:var(--primary)}.primary-button{background:linear-gradient(135deg,#123f36,#2e7a63);color:#fff;box-shadow:0 10px 22px #123f3633}.secondary-button,.filter-button{background:#fff;color:#344054;box-shadow:0 8px 18px #1a2b3f0f}.primary-button:hover{background:var(--primary-strong)}.filter-button:hover,.secondary-button:hover,.ghost-button:hover{background:#edf6f1}.ghost-button:active,.primary-button:active,.secondary-button:active,.filter-button:active,.icon-button:active,.table-action:active,.nav-item:active,.tab-button:active{transform:translateY(1px)}.filter-button.selected{background:#e5f0ec;color:var(--primary);box-shadow:inset 0 0 0 1px #0b3d3224}.ghost-button svg,.primary-button svg,.secondary-button svg,.filter-button svg{width:16px;height:16px}.chain-list,.queue-list,.profile-list{display:flex;flex-direction:column;gap:10px;padding:18px}.key-value{display:flex;align-items:center;justify-content:space-between;gap:14px;border-radius:8px;background:#f7faf8;padding:12px;box-shadow:inset 0 0 0 1px #ffffffb3}.key-value:nth-child(1){background:#eef5f0}.key-value:nth-child(2){background:#f5f8f4}.key-value:nth-child(3){background:#f7f6ee}.key-value:nth-child(4){background:#eef5f0}.pending-queue-board{display:grid;gap:10px;padding:16px 18px}.pending-queue-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.pending-queue-summary div{display:grid;align-content:center;min-height:60px;gap:5px;border-radius:8px;background:#f7faf8;padding:10px;box-shadow:inset 0 0 0 1px #0b3d3214}.pending-queue-summary span,.pending-queue-card span,.pending-queue-card small{color:#66746e;font-size:12px;line-height:1.4}.pending-queue-summary strong,.pending-queue-card strong{font-size:17px}.pending-queue-summary strong{color:#14231f;font-size:18px;line-height:1.1}.pending-queue-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.pending-queue-card{display:grid;grid-template-columns:30px minmax(0,1fr) auto;align-items:center;gap:8px;border:0;border-radius:8px;background:#f7faf8;color:inherit;padding:10px;text-align:left;box-shadow:inset 0 0 0 1px #0b3d3214;transition:box-shadow .14s ease,transform .14s ease,background .14s ease}.pending-queue-card:hover{background:#eef6f1;box-shadow:inset 0 0 0 1px #0b3d321f,0 10px 20px #1a2b3f0f;transform:translateY(-1px)}.pending-queue-card svg{width:30px;height:30px;border-radius:8px;background:#e7f1ec;color:var(--primary);padding:7px}.pending-queue-card div{display:grid;min-width:0;gap:3px}.pending-queue-card .status-badge{grid-column:3;grid-row:1;width:fit-content}.operation-summary-board{display:grid;gap:12px;padding:18px}.operation-summary-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.operation-summary-strip div{display:grid;align-content:center;min-height:64px;gap:6px;border-radius:8px;background:#f7faf8;padding:12px;box-shadow:inset 0 0 0 1px #0b3d3214}.operation-summary-strip span,.operation-summary-task span,.operation-summary-task small,.operation-summary-risk span{color:#66746e;font-size:12px;line-height:1.4}.operation-summary-task small{color:#87938e}.operation-summary-strip strong,.operation-summary-risk strong{color:#14231f;font-size:17px;line-height:1.1}.operation-summary-task-list{display:grid;gap:8px}.operation-summary-task{display:grid;grid-template-columns:32px minmax(0,1fr) auto;align-items:center;gap:10px;border-radius:8px;background:#f7faf8;padding:10px 12px;box-shadow:inset 0 0 0 1px #0b3d3214}.operation-summary-task svg{width:32px;height:32px;border-radius:8px;background:#e7f1ec;color:var(--primary);padding:8px}.operation-summary-task div{display:grid;min-width:0;gap:3px}.operation-summary-task strong{color:#14231f;font-size:13px;line-height:1.3}.operation-summary-risk-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.operation-summary-risk{display:grid;min-height:62px;align-content:center;gap:5px;border-radius:8px;background:#fff;padding:10px;box-shadow:inset 0 0 0 1px #0b3d3214}.operation-summary-risk.success{background:#eef8f2}.operation-summary-risk.warning{background:#f8f5e8}.operation-summary-risk.danger{background:#f8ece8}.chain-health-board{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:18px}.chain-status-group:last-child{grid-column:1 / -1}.chain-status-group{display:grid;align-content:start;gap:12px;border-radius:8px;background:#f7faf8;padding:14px;box-shadow:inset 0 0 0 1px #0b3d3214}.chain-status-group h3{color:#14231f;font-size:15px;line-height:1.3}.chain-status-list{display:grid;gap:9px}.chain-status-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;border-top:1px solid rgba(11,61,50,.08);padding-top:9px}.chain-status-row:first-child{border-top:0;padding-top:0}.chain-status-row div{display:grid;min-width:0;gap:3px}.chain-status-row span,.chain-status-row small{color:#66746e;font-size:12px;line-height:1.45}.chain-status-row span{color:#14231f;font-weight:900}.overview-group-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;padding:18px}.overview-group{display:grid;align-content:start;gap:12px;border-radius:8px;background:#f7faf8;padding:14px;box-shadow:inset 0 0 0 1px #0b3d3214}.overview-group h3{color:#14231f;font-size:15px;line-height:1.3}.overview-group-list{display:grid;gap:10px}.overview-group-row{display:grid;grid-template-columns:82px minmax(0,1fr);align-items:start;gap:5px 10px;border-top:1px solid rgba(11,61,50,.08);padding-top:10px}.overview-group-row:first-child{border-top:0;padding-top:0}.overview-group-row span,.overview-group-row small{color:#66746e;font-size:12px;line-height:1.45}.overview-group-row strong{min-width:0;color:#14231f;font-size:13px;line-height:1.45}.overview-group-row small{grid-column:2}.overview-task-list{display:grid;gap:10px;padding:18px}.overview-task-row{display:grid;grid-template-columns:110px 92px minmax(0,1fr) auto;align-items:center;gap:10px;border:0;border-radius:8px;background:#f7faf8;color:inherit;padding:12px 14px;text-align:left;box-shadow:inset 0 0 0 1px #0b3d3214;transition:box-shadow .14s ease,transform .14s ease,background .14s ease}.overview-task-row:hover{background:#eef6f1;box-shadow:inset 0 0 0 1px #0b3d321f,0 10px 20px #1a2b3f0f;transform:translateY(-1px)}.overview-task-row span,.overview-task-row small{color:#66746e;font-size:12px;line-height:1.45}.overview-task-row strong{color:#14231f;font-size:15px}.toolbar{min-height:62px;justify-content:space-between;gap:14px;padding:12px;background:linear-gradient(135deg,#fffffff7,#f3f8f5f0)}.filter-row{flex-wrap:wrap;gap:10px}.user-overview-grid{display:grid;grid-template-columns:repeat(4,minmax(150px,1fr));gap:12px}.user-toolbar{display:grid;grid-template-columns:minmax(260px,1fr) auto;align-items:center}.user-toolbar-controls{display:flex;flex-wrap:wrap;align-items:center;gap:10px}.select-field{display:flex;min-height:40px;align-items:center;gap:8px;border-radius:8px;background:#fff;padding:0 10px 0 12px;box-shadow:0 8px 18px #1a2b3f0f}.select-field span{color:#66746e;font-size:12px;font-weight:800;white-space:nowrap}.select-field select{min-width:92px;border:0;outline:0;background:transparent;color:#263241;font-size:13px;font-weight:700}.select-field.compact{min-height:34px;padding-inline:10px}.select-field.compact select{min-width:74px}.toolbar-stats{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.toolbar-stat{display:inline-flex;min-height:34px;align-items:center;gap:6px;border-radius:8px;background:#fff;color:#66746e;padding:0 10px;font-size:12px;font-weight:800;box-shadow:inset 0 0 0 1px #0b3d3214}.toolbar-stat strong{color:#14231f;font-size:14px}.asset-summary{display:grid;grid-template-columns:repeat(4,minmax(150px,1fr));gap:12px}.asset-summary-item{display:flex;min-height:76px;flex-direction:column;justify-content:center;gap:7px;border-radius:8px;background:#fff;padding:12px 14px;box-shadow:var(--soft-shadow)}.asset-summary-item span{color:#66746e;font-size:12px;font-weight:800;line-height:1.3}.asset-summary-item strong{color:#14231f;font-size:19px;line-height:1.15}.column-settings{position:relative}.column-settings-menu{position:absolute;top:calc(100% + 10px);right:0;z-index:8;display:grid;width:240px;gap:6px;border-radius:8px;background:#fff;padding:12px;box-shadow:0 18px 44px #10231d29}.column-settings-head{display:flex;flex-direction:column;gap:3px;border-bottom:1px solid rgba(11,61,50,.08);padding:0 2px 8px}.column-settings-head strong{color:#14231f;font-size:13px;line-height:1.3}.column-settings-head span{color:#66746e;font-size:12px;line-height:1.35}.column-option{display:flex;min-height:32px;align-items:center;gap:9px;border-radius:8px;color:#344054;padding:0 6px;font-size:13px;font-weight:700}.column-option:hover{background:#f3f7f4}.column-option.locked{color:#66746e}.column-option input{width:15px;height:15px;accent-color:var(--primary)}.table-wrap{width:100%;overflow-x:auto;background:#f4f7f5d1;padding:10px;scrollbar-color:rgba(11,61,50,.35) rgba(226,236,229,.9);scrollbar-width:thin;-ms-overflow-style:auto}.table-wrap::-webkit-scrollbar{display:block;width:8px;height:8px}.table-wrap::-webkit-scrollbar-track{border-radius:999px;background:#e2ece5e6}.table-wrap::-webkit-scrollbar-thumb{border-radius:999px;background:#0b3d3259}table{width:100%;min-width:880px;border-collapse:separate;border-spacing:0 8px}th,td{padding:14px 18px;text-align:left;white-space:nowrap;font-size:13px}th{background:transparent;color:var(--muted);font-weight:800}td{background:#fff;color:#263241;box-shadow:0 8px 18px #1a2b3f0d;transition:background .16s ease,transform .16s ease;vertical-align:middle}tbody tr:hover{background:transparent}tbody tr:hover td{background:#fbfefc;transform:translateY(-1px)}.table-body-animated tr{animation:table-row-enter .18s ease both}.table-body-animated tr:nth-child(2){animation-delay:18ms}.table-body-animated tr:nth-child(3){animation-delay:36ms}.table-body-animated tr:nth-child(4){animation-delay:54ms}.table-body-animated tr:nth-child(5){animation-delay:72ms}.table-body-animated tr:nth-child(n+6){animation-delay:90ms}tbody tr:last-child td{border-bottom:0}tbody td:first-child{border-radius:8px 0 0 8px}tbody td:last-child{border-radius:0 8px 8px 0}.align-right{text-align:right}.align-center{text-align:center}.user-table table{min-width:1180px}.order-toolbar{align-items:center}.order-table table{min-width:1220px}.coin-table table{min-width:1040px}.asset-flow-toolbar{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center}.asset-flow-controls{display:flex;min-width:0;flex-wrap:wrap;align-items:center;gap:10px}.flow-search{width:min(340px,28vw)}.asset-flow-table table{min-width:1120px}.asset-flow-table th,.asset-flow-table td{padding:13px 14px}.asset-pill{display:inline-flex;min-height:26px;min-width:52px;align-items:center;justify-content:center;border-radius:8px;padding:0 10px;font-size:12px;font-weight:900}.asset-pill.usdt{background:#dcebe5;color:var(--green)}.asset-pill.power{background:#e2efec;color:var(--blue)}.asset-pill.to{background:#edf0df;color:var(--amber)}.flow-change{font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:13px;font-weight:900}.flow-change.positive{color:var(--green)}.flow-change.negative{color:var(--red)}.flow-related{display:inline-flex;min-width:0;flex-direction:column;gap:4px;line-height:1.2}.flow-related>span{color:#263241;font-size:13px;font-weight:800}.user-info-cell,.relation-cell{display:inline-flex;min-width:0;flex-direction:column;gap:4px;line-height:1.2}.user-info-cell strong{color:#15231f;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:13px;letter-spacing:0}.user-info-meta,.relation-meta{display:flex;flex-wrap:wrap;gap:5px}.copy-text,.code-pill,.level-badge{display:inline-flex;min-height:24px;align-items:center;justify-content:center;border-radius:8px;padding:2px 8px;font-size:12px;font-weight:800;line-height:1.2;white-space:nowrap}.copy-text{position:relative;border:0;background:transparent;color:#15231f;padding:0;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;text-align:left}.copy-text:hover .copy-label{color:var(--primary);text-decoration:underline;text-underline-offset:3px}.copy-text small{position:absolute;left:50%;bottom:calc(100% + 6px);z-index:4;display:none;transform:translate(-50%);border-radius:8px;background:#0b3d32;color:#fff;padding:4px 7px;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Microsoft YaHei,sans-serif;font-size:11px;font-weight:800;line-height:1;white-space:nowrap;box-shadow:0 8px 18px #0b3d3229}.copy-text:hover small{display:block}.app-toast{display:inline-flex;align-items:center;justify-content:center;position:fixed;top:24px;left:50%;z-index:5000;transform:translate(-50%);pointer-events:none;border-radius:8px;background:#0b3d32;color:#fff;padding:9px 12px;min-width:138px;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Microsoft YaHei,sans-serif;font-size:13px;font-weight:800;line-height:1;box-shadow:0 14px 32px #0b3d323d;text-decoration:none;white-space:nowrap;opacity:1;animation:toast-enter .14s ease both}.app-toast.success{background:#0b3d32}.app-toast.error{background:#a84942;box-shadow:0 14px 32px #a849423d}.app-toast.warning{background:#94713b;box-shadow:0 14px 32px #94713b3d}.app-toast.info{background:#2f615c}.copy-address{min-height:20px;font-size:13px;font-weight:800}.copy-address.muted{color:#66746e;font-size:12px;font-weight:700}.log-copy{max-width:100%}.log-copy .copy-label{overflow:hidden;max-width:150px;text-overflow:ellipsis}.copy-path{display:inline-flex;max-width:100%;border-radius:6px;background:#f2f7f4;padding:3px 6px;color:#344054}.copy-path .copy-label{overflow:hidden;max-width:170px;text-overflow:ellipsis;white-space:nowrap}.log-muted{color:#98a29d;font-size:12px;font-weight:800}.copy-text.code-pill{padding:2px 8px}.code-pill{width:fit-content;background:#edf5f0;color:#0b3d32;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace}.level-badge{min-width:38px;background:#f1f6f3;color:#176a50}.relation-cell small{color:#66746e;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:12px}.table-action{display:inline-flex;min-height:30px;align-items:center;justify-content:center;border-radius:8px;background:#edf5f0;color:var(--primary);padding:0 10px;font-size:12px;font-weight:800;transition:background .16s ease,transform .16s ease}.table-action:hover{background:#dcebe5}.method-badge{display:inline-flex;min-height:26px;align-items:center;justify-content:center;border-radius:8px;padding:0 9px;font-size:12px;font-weight:800;white-space:nowrap}.method-badge.chain{background:#e2efec;color:var(--blue)}.method-badge.auto{background:#f0eedf;color:var(--amber)}.order-source-cell{display:inline-flex;max-width:260px;flex-direction:column;gap:3px;white-space:normal}.order-source-cell strong{color:#15231f;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:12px;line-height:1.25}.order-source-cell span,.muted-text{color:#66746e;font-size:12px;font-weight:700;line-height:1.35}.empty-cell{height:92px;border-radius:8px;color:#66746e;text-align:center}.pagination-bar{display:flex;min-height:62px;align-items:center;justify-content:space-between;gap:12px;border-top:1px solid rgba(11,61,50,.08);background:#fbfdfc;padding:12px 18px}.pagination-info{display:flex;flex-wrap:wrap;align-items:center;gap:10px}.pagination-info>span{color:#66746e;font-size:13px}.pagination-actions,.page-numbers{display:flex;align-items:center;gap:6px}.page-button,.page-number{display:inline-flex;min-height:34px;align-items:center;justify-content:center;border-radius:8px;background:#fff;color:#344054;font-size:13px;font-weight:800;box-shadow:inset 0 0 0 1px #0b3d3214;transition:background .17s ease,color .17s ease,box-shadow .17s ease,transform .17s ease,opacity .17s ease}.page-button:not(:disabled):hover,.page-number:hover{transform:translateY(-1px);box-shadow:inset 0 0 0 1px #0b3d321f,0 8px 18px #10231d12}.page-button:not(:disabled):active,.page-number:active{transform:translateY(0)}.page-button{gap:6px;padding:0 10px}.page-button svg{width:15px;height:15px}.page-number{width:34px;padding:0}.page-ellipsis{display:inline-flex;width:26px;min-height:34px;align-items:center;justify-content:center;color:#66746e;font-size:13px;font-weight:800}.page-number.active{background:#0b3d32;color:#fff;box-shadow:0 8px 18px #0b3d322e}.page-button:disabled{cursor:not-allowed;opacity:.45}.detail-header{display:grid;grid-template-columns:124px minmax(0,1fr) 150px;min-height:72px;align-items:stretch;gap:0;border-radius:8px;background:#fff;padding:0;overflow:hidden;box-shadow:var(--shadow)}.compact-detail-header{min-height:72px}.detail-header>div{min-width:0}.detail-back-button{width:100%}.detail-nav-button,.detail-action-button{display:inline-flex;width:100%;height:100%;min-height:72px;align-items:center;justify-content:center;gap:8px;border:0;border-radius:0;padding:0 14px;font-size:16px;font-weight:900;box-shadow:none;transition:background .16s ease,color .16s ease,transform .16s ease}.detail-nav-button{background:#114d40;color:#fff}.detail-action-button.block{background:#b14b43;color:#fff}.detail-action-button.restore{background:#f3f8f5;color:#263a34}.detail-nav-button:hover,.detail-action-button:hover{transform:none}.detail-nav-button:disabled,.detail-action-button:disabled{cursor:not-allowed;opacity:.58;transform:none}.detail-nav-button svg,.detail-action-button svg{width:18px;height:18px}.detail-identity{display:flex;min-width:0;min-height:72px;flex-wrap:wrap;align-items:center;justify-content:center;gap:12px 16px;padding:10px 28px;background:linear-gradient(90deg,#0f50410b,#ffffffb8 28%,#b04b430a),#fff}.detail-identity-title{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.detail-header span{display:block;color:#66746e;font-size:12px;font-weight:800;line-height:1.35}.detail-header strong{display:block;margin-top:4px;color:#14231f;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:16px;line-height:1.25}.detail-header .detail-copy{margin-top:0;max-width:min(100%,620px);justify-content:flex-start;min-height:34px;border-radius:8px;background:#edf5f0e0;color:#32443d;padding:6px 14px;font-size:17px;font-weight:900;line-height:1.25;box-shadow:inset 0 0 0 1px #134b3e0d}.detail-identity .level-badge,.detail-identity .status-badge,.detail-identity .code-pill{min-height:34px;border-radius:8px;padding:6px 14px;font-size:14px;font-weight:900;box-shadow:inset 0 0 0 1px #134b3e0d}.detail-identity .code-pill{padding-right:14px;padding-left:14px}.detail-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.detail-grid .panel:last-child{grid-column:auto}.user-detail-summary{display:grid;grid-template-columns:repeat(6,minmax(130px,1fr));gap:10px}.user-detail-summary-item{display:grid;min-height:76px;align-content:center;gap:6px;border-radius:8px;background:#fff;padding:12px;box-shadow:var(--soft-shadow)}.user-detail-summary-item span{color:#66746e;font-size:12px;line-height:1.35}.user-detail-summary-item strong{color:#14231f;font-size:15px;line-height:1.25}.status-badge{display:inline-flex;min-height:24px;align-items:center;justify-content:center;border-radius:999px;padding:2px 9px;font-size:12px;font-weight:800}.status-badge.success{background:#dcebe5;color:var(--green)}.status-badge.warning{background:#edf0df;color:var(--amber)}.status-badge.danger{background:#f4e2de;color:var(--red)}.status-badge.info{background:#e2efec;color:var(--blue)}.status-badge.neutral{background:#edf3ef;color:#475467}.drawer-layer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:40;display:flex;justify-content:flex-end;width:100vw;height:100dvh}.drawer-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background:#08201b57;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.order-drawer{position:fixed;top:0;right:0;z-index:2;display:flex;width:min(780px,calc(100vw - 32px));height:100dvh;max-height:100dvh;flex-direction:column;background:#eef3ee;box-shadow:-24px 0 54px #10231d38;animation:drawer-enter .22s ease both}.drawer-head{display:flex;min-height:78px;flex:0 0 auto;align-items:center;justify-content:space-between;gap:14px;border-bottom:1px solid rgba(11,61,50,.1);background:#fffffff5;padding:16px 18px}.drawer-head span{display:block;color:#66746e;font-size:12px;font-weight:800;line-height:1.35}.drawer-head strong{display:block;margin-top:4px;color:#14231f;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:17px;line-height:1.2}.drawer-head-actions{display:flex;flex:0 0 auto;align-items:center;gap:8px}.drawer-body{display:flex;min-height:0;flex:1 1 auto;flex-direction:column;gap:14px;overflow-y:auto;padding:16px}.order-detail-metrics{display:grid;flex:0 0 auto;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.order-metric{display:flex;min-height:76px;flex-direction:column;justify-content:center;gap:7px;border-radius:8px;background:#fff;padding:12px;box-shadow:var(--soft-shadow)}.order-metric span{color:#66746e;font-size:12px;font-weight:800;line-height:1.3}.order-metric strong{color:#14231f;font-size:16px;line-height:1.2}.drawer-section{flex:0 0 auto;overflow:hidden;border-radius:8px;background:#fff;box-shadow:var(--soft-shadow)}.drawer-section-head{display:flex;min-height:54px;align-items:center;justify-content:space-between;gap:12px;border-bottom:1px solid rgba(11,61,50,.08);background:linear-gradient(135deg,#f8faf8,#fff);padding:12px 14px}.drawer-section-head>div:not(.reward-tabs){display:flex;min-width:0;flex-direction:column;gap:4px}.drawer-section-head span{color:#66746e;font-size:12px;font-weight:800;line-height:1.35}.drawer-key-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:14px}.drawer-key-grid .key-value{min-height:58px}.drawer-key-grid .key-value strong{min-width:0;text-align:right;word-break:break-word;white-space:normal}.reward-section .pagination-bar{min-height:56px;padding:10px 14px}.reward-tabs{display:inline-flex;flex:0 0 auto;flex-direction:row;gap:4px;border-radius:8px;background:#edf3ef;padding:4px}.reward-tab{display:inline-flex;min-height:32px;align-items:center;justify-content:center;gap:6px;border-radius:8px;background:transparent;color:#66746e;padding:0 10px;font-size:12px;font-weight:800;white-space:nowrap}.reward-tab strong{min-width:22px;border-radius:999px;background:#0b3d3214;color:inherit;padding:2px 6px;font-size:11px;line-height:1.2}.reward-tab.selected{background:#fff;color:var(--primary);box-shadow:0 8px 18px #1a2b3f14}.reward-table table{min-width:900px}.graph-page{display:grid;height:calc(100dvh - 132px);min-height:calc(100dvh - 132px);grid-template-columns:minmax(0,1fr) 360px;gap:18px}.graph-surface,.graph-inspector{overflow:hidden;border-radius:8px;background:#fff;box-shadow:var(--shadow)}.graph-surface{display:flex;height:100%;min-height:0;flex-direction:column}.graph-floating-title h2,.graph-inspector h2{color:#20302b;font-size:17px}.graph-floating-title span,.graph-inspector-head span{display:block;margin-top:4px;color:#8a9792;font-size:12px;font-weight:700}.graph-tabs{display:inline-flex;min-height:38px;align-items:center;border-radius:8px;background:#edf3ef;padding:4px}.graph-tab{min-height:30px;border-radius:8px;background:transparent;color:#66746e;padding:0 12px;font-size:13px;font-weight:800;transition:background .17s ease,color .17s ease,box-shadow .17s ease,transform .17s ease}.graph-tab:hover{transform:translateY(-1px)}.graph-tab.selected{background:#fff;color:var(--primary);box-shadow:0 8px 18px #1a2b3f14}.graph-load-button:disabled{cursor:default;opacity:.58}.graph-workbench{position:relative;flex:1 1 auto;min-height:0;overflow:hidden;overscroll-behavior:contain;background:linear-gradient(#dfe9e3 1px,transparent 1px),linear-gradient(90deg,#dfe9e3 1px,transparent 1px),linear-gradient(135deg,#f6fbf8,#edf4ef);background-size:28px 28px}.graph-floating-title{position:absolute;top:18px;left:18px;z-index:5;pointer-events:none}.graph-workbench .react-flow{width:100%;height:100%;background:transparent}.graph-workbench .react-flow__background{background:linear-gradient(135deg,#f6fbf8,#edf4ef)}.graph-workbench .react-flow__node{border-radius:8px}.graph-workbench .react-flow__edge-path{stroke:#4f8b74bd;stroke-width:2.25;stroke-dasharray:9 9;stroke-linecap:round;stroke-linejoin:round}.graph-workbench .react-flow__edge.animated .react-flow__edge-path{animation:graph-flow 1.35s linear infinite}.graph-workbench .react-flow__edge.selected .react-flow__edge-path{stroke:#0b3d32;stroke-width:3;opacity:.95}@keyframes graph-flow{to{stroke-dashoffset:-36}}.graph-node-card{display:flex;width:168px;min-height:82px;flex-direction:column;align-items:stretch;justify-content:center;gap:8px;border:1px solid rgba(11,61,50,.08);border-radius:8px;background:#fffffff7;color:#15231f;cursor:pointer;padding:10px 12px;text-align:left;box-shadow:0 14px 30px #10231d14;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.graph-node-card:hover,.graph-node-card.selected{border-color:#0b3d327a;background:linear-gradient(135deg,#e2f0e8,#fff);box-shadow:0 0 0 3px #0b3d321a,0 20px 38px #10231d29;transform:translateY(-2px)}.graph-node-card.selected{border-color:#0b3d32;background:linear-gradient(135deg,#d7eadf,#eef7f1);box-shadow:0 0 0 4px #0b3d3229,0 22px 44px #10231d33}.graph-node-card.search-matched{border-color:#1f7a5c;box-shadow:0 0 0 4px #1f7a5c2e,0 22px 44px #10231d2e}.graph-node-card.root{background:linear-gradient(135deg,#fff,#e2f0e8)}.graph-node-head,.graph-node-meta{display:flex;align-items:center;justify-content:space-between;gap:8px}.graph-node-status{color:var(--green);font-size:12px;font-weight:800}.graph-node-status.blocked{color:var(--red)}.graph-node-card strong{overflow:hidden;color:#15231f;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:13px;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.graph-node-meta span,.graph-node-meta small{color:#66746e;font-size:12px;font-weight:800}.graph-node-handle{width:1px;height:1px;min-width:1px;min-height:1px;border:0;background:transparent;opacity:0}.graph-inspector{display:flex;height:100%;min-height:0;flex-direction:column}.graph-inspector-controls{display:flex;gap:10px;border-bottom:1px solid var(--line);background:linear-gradient(135deg,#f8faf8fa,#fffffff5);padding:14px 16px}.graph-inspector-controls .graph-tabs,.graph-inspector-controls .graph-load-button{flex:0 0 auto}.graph-inspector-head{display:flex;min-height:72px;align-items:center;justify-content:space-between;gap:12px;border-bottom:1px solid var(--line);background:linear-gradient(135deg,#f8faf8fa,#fffffff5);padding:14px 16px}.graph-inspector-head svg{color:var(--primary)}.graph-member-card{display:flex;align-items:center;gap:12px;border-bottom:1px solid var(--line);padding:16px}.graph-member-avatar{display:grid;width:42px;height:42px;flex:0 0 auto;place-items:center;border-radius:8px;background:#e5f1eb;color:var(--primary)}.graph-stat-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:16px}.graph-stat-grid div{display:flex;min-height:82px;flex-direction:column;justify-content:center;gap:7px;border-radius:8px;background:#f7faf8;padding:12px}.graph-stat-grid div:nth-child(1){background:#eef5f0}.graph-stat-grid div:nth-child(4){background:#f4e2de}.graph-stat-grid span{color:var(--muted);font-size:12px;font-weight:800}.graph-stat-grid strong{color:#14231f;font-size:23px;line-height:1.1}.graph-detail-list{display:flex;min-height:0;flex:1;flex-direction:column;gap:10px;overflow-y:auto;padding:0 16px 16px}.key-value strong{font-size:15px}.settings-panel{min-height:460px}.tabs{display:flex;gap:4px;background:linear-gradient(135deg,#f2f8f4,#fbfdfc);padding:12px 14px}.tab-button{min-height:38px;border-radius:8px;background:transparent;color:var(--muted);padding:0 16px;font-size:14px;font-weight:800;transition:background .17s ease,color .17s ease,box-shadow .17s ease,transform .17s ease}.tab-button:hover{background:#ffffff9e;transform:translateY(-1px)}.tab-button.selected{background:#fff;color:var(--primary);box-shadow:0 8px 18px #1a2b3f14}.tab-content{padding:18px;animation:tab-enter .18s ease both}.settings-actions{display:flex;justify-content:flex-end;gap:10px;background:#f8fafc;padding:14px 18px}.withdraw-rule-panel{display:flex;flex-direction:column;gap:14px}.withdraw-rule-head{display:flex;align-items:center;justify-content:space-between;gap:14px}.withdraw-rule-summary{display:grid;grid-template-columns:repeat(3,minmax(160px,1fr));gap:12px}.token-withdraw-summary{grid-template-columns:repeat(4,minmax(150px,1fr))}.withdraw-rule-summary .key-value{min-height:62px}.withdraw-rule-table table{min-width:640px}.withdraw-rule-table .table-input{max-width:150px}.withdraw-rule-notes{margin-top:0}.setting-field{display:flex;flex-direction:column;gap:8px;border-radius:8px;background:linear-gradient(135deg,#fff,#f4f8f5);padding:12px;box-shadow:0 8px 20px #1a2b3f0d}.setting-field input{height:42px;border:1px solid rgba(11,61,50,.12);border-radius:8px;background:#edf3ef;color:#263241;outline:0;padding:0 12px;font-size:14px}.rule-settings-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);gap:16px}.rule-card,.member-level-panel{border-radius:8px;background:#fff;padding:16px;box-shadow:inset 0 0 0 1px #0b3d3214,0 10px 24px #10231d0a}.rule-card-wide{grid-column:1 / -1}.rule-section-head,.rule-section-title,.level-rule-notes,.level-rule-notes div{display:flex;align-items:center}.rule-section-head{justify-content:space-between;gap:14px}.rule-section-title{min-width:0;gap:11px}.rule-section-title h2{color:#14231f;font-size:16px}.rule-section-title span,.rule-field small,.power-total span,.decay-preview span,.level-rule-notes span{color:#66746e;font-size:12px;line-height:1.45}.rule-section-icon{display:grid;width:38px;height:38px;flex:0 0 auto;place-items:center;border-radius:8px;background:#e5f0ec;color:var(--primary)}.formula-strip{display:flex;flex-wrap:wrap;align-items:center;gap:9px;margin-top:16px;border-radius:8px;background:linear-gradient(135deg,#f4f8f5,#f9fbf8);padding:12px}.formula-token{display:inline-flex;min-height:34px;align-items:center;border-radius:8px;background:#fff;color:#14231f;padding:0 12px;font-size:13px;font-weight:800;box-shadow:inset 0 0 0 1px #0b3d3214}.formula-symbol{color:#66746e;font-size:17px;font-weight:800}.rule-field-grid{display:grid;grid-template-columns:repeat(4,minmax(160px,1fr));gap:12px;margin-top:14px}.rule-field-grid.single{grid-template-columns:1fr}.rule-field-grid.three{grid-template-columns:repeat(3,minmax(130px,1fr))}.rule-field{display:flex;min-width:0;flex-direction:column;gap:7px;border-radius:8px;background:#f7faf8;padding:12px}.rule-field span{color:#263241;font-size:13px;font-weight:800;line-height:1.35}.rule-field input,.rule-field select,.table-input{width:100%;height:40px;border:1px solid rgba(11,61,50,.12);border-radius:8px;background:#fff;color:#14231f;outline:0;padding:0 12px;font-size:14px;font-weight:700}.rule-field input:disabled,.rule-field select:disabled,.table-input:disabled{cursor:not-allowed;opacity:1;background:#edf3ef;color:#66746e}.static-rule-field strong,.locked-table-value{display:inline-flex;min-height:40px;align-items:center;border-radius:8px;background:#edf3ef;color:#14231f;padding:0 12px;font-size:14px;font-weight:900;line-height:1.25}.locked-table-value{width:100%;justify-content:center}.rule-static-grid{display:grid;grid-template-columns:repeat(2,minmax(220px,1fr));gap:12px}.setting-field select,.setting-field textarea{border:1px solid rgba(11,61,50,.12);border-radius:8px;background:#edf3ef;color:#263241;outline:0;padding:0 12px;font-size:14px}.setting-field select{height:42px}.setting-field textarea{min-height:126px;resize:vertical;padding:12px;line-height:1.55}.setting-field input:not([readonly]),.setting-field select,.setting-field textarea,.rule-field input:not([readonly]),.rule-field select,.table-input:not([readonly]){background:#fff}.power-total{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:12px;border-radius:8px;background:#edf5f0;padding:12px}.power-total strong{color:var(--primary);font-size:13px;line-height:1.35;text-align:right}.switch-control{display:inline-flex;align-items:center;gap:9px;color:#66746e;font-size:13px;font-weight:800}.switch-control input{position:absolute;opacity:0;pointer-events:none}.switch-control i{position:relative;display:block;width:48px;height:28px;border-radius:999px;background:#d8e5dd;box-shadow:inset 0 0 0 1px #0b3d3214}.switch-control i:after{position:absolute;top:4px;left:4px;width:20px;height:20px;border-radius:999px;background:#fff;content:"";transition:transform .16s ease}.switch-control input:checked+i{background:linear-gradient(135deg,#123f36,#2e7a63)}.switch-control input:checked+i:after{transform:translate(20px)}.level-chip-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(72px,1fr));gap:9px;margin-top:16px}.level-chip{display:inline-flex;min-height:40px;align-items:center;justify-content:center;gap:8px;border-radius:8px;background:#f7faf8;color:#344054;font-size:13px;font-weight:800;box-shadow:inset 0 0 0 1px #0b3d3214}.level-chip.selected{background:#e5f0ec;color:var(--primary);box-shadow:inset 0 0 0 1px #0b3d3224}.level-chip input{width:15px;height:15px;accent-color:var(--primary)}.decay-preview{display:grid;grid-template-columns:repeat(4,minmax(100px,1fr));gap:10px;margin-top:12px}.decay-preview div{border-radius:8px;background:#f4f7f5;padding:10px 12px}.decay-preview strong{display:block;margin-top:4px;color:#14231f;font-size:17px}.member-level-panel{display:flex;flex-direction:column;gap:14px;padding:0;box-shadow:none}.member-level-panel>.rule-section-head{padding:2px 0 0}.member-level-table{padding:0;background:transparent}.member-level-table table{min-width:900px}.table-input.level-name{max-width:120px;font-weight:800}.level-rule-notes{flex-wrap:wrap;gap:10px;border-radius:8px;background:#f7faf8;padding:12px}.level-rule-notes div{gap:7px}.level-rule-notes svg{width:15px;height:15px;color:var(--green)}.platform-overview-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.platform-overview-item{display:grid;min-height:92px;align-content:center;gap:5px;border-radius:8px;background:#f7faf8;padding:14px;box-shadow:inset 0 0 0 1px #0b3d3214}.platform-overview-item span,.platform-overview-item small,.rule-note span,.ip-cell span,.audit-path span{color:#66746e;font-size:12px;line-height:1.45}.platform-overview-item strong{color:#14231f;font-size:17px}.inline-tabs{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:14px}.compact-tabs{margin-bottom:0}.inline-tab{min-height:36px;border-radius:8px;background:#edf3ef;color:#66746e;padding:0 14px;font-size:13px;font-weight:800;transition:background .17s ease,color .17s ease,box-shadow .17s ease,transform .17s ease}.inline-tab:hover{transform:translateY(-1px)}.inline-tab.selected{background:var(--primary);color:#fff;box-shadow:0 8px 18px #0b3d3224}.detail-tabs .inline-tab{gap:8px}.detail-tabs{padding:18px 18px 0;overflow-x:auto;scrollbar-width:none}.detail-tabs::-webkit-scrollbar{display:none}.detail-tabs .inline-tab strong{display:inline-flex;min-width:22px;justify-content:center;border-radius:999px;background:#0b3d321a;padding:2px 6px;font-size:11px}.detail-tabs .inline-tab.selected strong{background:#ffffff2e}.detail-tab-content{padding:0 18px 18px}.detail-tab-motion{animation:content-soft-enter .2s ease both}.promotion-rule-stack{display:grid;gap:14px}.rule-config-card{display:grid;gap:14px;border-radius:8px;background:#fff;padding:16px;box-shadow:0 12px 28px #1a2b3f12}.rule-card-head{display:flex;align-items:center;justify-content:space-between;gap:14px}.queue-assessment-copy{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.queue-assessment-panel .rule-field-grid{grid-template-columns:repeat(2,minmax(180px,1fr))}.dividend-cycle-card .rule-field-grid.three{grid-template-columns:180px repeat(2,minmax(220px,1fr))}.rule-static-grid .static-rule-field strong{min-height:52px;align-items:center}.empty-state{display:grid;min-height:260px;place-items:center;align-content:center;gap:10px;color:#66746e;text-align:center}.empty-state svg{width:34px;height:34px;color:var(--primary)}.chain-loader{position:relative;width:82px;height:82px;color:var(--primary)}.chain-loader-core{position:absolute;top:50%;left:50%;z-index:2;display:grid;width:44px;height:44px;place-items:center;border-radius:8px;background:#f1f8f4;transform:translate(-50%,-50%);animation:chain-loader-core 1.7s ease-in-out infinite}.chain-loader-core svg{width:25px;height:25px}.chain-loader-node{position:absolute;z-index:2;width:14px;height:14px;border-radius:5px;background:#dcece4;box-shadow:inset 0 0 0 2px #0b3d322e,0 7px 16px #10231d1a;animation:chain-loader-pulse 1.55s ease-in-out infinite}.chain-loader-node.node-a{top:3px;left:34px}.chain-loader-node.node-b{right:4px;top:34px;animation-delay:.18s}.chain-loader-node.node-c{bottom:3px;left:34px;animation-delay:.36s}.chain-loader-node.node-d{top:34px;left:4px;animation-delay:.54s}.chain-loader-line{position:absolute;z-index:1;width:28px;height:2px;border-radius:999px;background:linear-gradient(90deg,#0b3d320d,#0b3d3294,#0b3d320d);animation:chain-loader-link 1.55s ease-in-out infinite}.chain-loader-line.line-a{top:23px;left:24px;transform:rotate(45deg)}.chain-loader-line.line-b{top:23px;right:24px;transform:rotate(-45deg);animation-delay:.18s}.chain-loader-line.line-c{right:24px;bottom:23px;transform:rotate(45deg);animation-delay:.36s}.chain-loader-line.line-d{bottom:23px;left:24px;transform:rotate(-45deg);animation-delay:.54s}.empty-state strong{color:#14231f;font-size:18px}.empty-state span{max-width:520px;font-size:13px;line-height:1.55}.queue-assessment-copy div{display:grid;min-height:86px;align-content:start;gap:6px;border-radius:8px;background:#f7faf8;padding:12px}.queue-assessment-copy strong{color:#14231f;font-size:13px}.queue-assessment-copy span{color:#66746e;font-size:12px;line-height:1.45}.rule-config-head,.announcement-preview,.table-actions-inline{display:flex;align-items:center}.inline-rule-table{display:grid;gap:10px}.inline-rule-table table{min-width:760px}.inline-rule-table th,.inline-rule-table td{padding:12px 14px}.editing-row td{background:#f2f8f4}.editing-row .table-input{min-width:130px}.rule-config-head,.announcement-preview{justify-content:space-between;gap:14px}.rule-config-head strong,.announcement-preview strong{color:#14231f;font-size:15px}.rule-note{display:flex;align-items:center;gap:8px;border-radius:8px;background:#f1f7f4;padding:12px 14px}.rule-note svg{width:16px;height:16px;flex:0 0 auto;color:var(--green)}.wide-table table{min-width:1120px}.audit-table table{min-width:1040px;table-layout:fixed}.audit-table th,.audit-table td{white-space:normal}.audit-table .copy-text span{white-space:nowrap}.audit-table th:nth-child(1),.audit-table td:nth-child(1),.audit-table th:nth-child(3),.audit-table td:nth-child(3){width:150px}.audit-table th:nth-child(5),.audit-table td:nth-child(5){width:150px}.audit-table th:nth-child(6),.audit-table td:nth-child(6){width:190px}.ip-cell,.audit-path{display:grid;gap:5px;min-width:0}.ip-cell span{display:inline-flex;align-items:center;gap:4px}.ip-cell svg{width:13px;height:13px}.audit-path strong{width:fit-content;border-radius:6px;background:#e8f1ed;color:var(--primary);padding:3px 7px;font-size:11px}.system-service-cell{display:grid;gap:3px;min-width:0}.system-service-cell strong{color:#14231f;font-size:13px;line-height:1.35}.system-service-cell span{color:#66746e;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:12px;line-height:1.35}.risk-pill{display:inline-flex;min-width:42px;justify-content:center;border-radius:999px;padding:5px 10px;font-size:12px;font-weight:900}.risk-pill.low{background:#e8f5ee;color:#176a50}.risk-pill.medium{background:#fff4d9;color:#8a611a}.risk-pill.high{background:#fde8e6;color:#a84942}.detail-header-actions{display:flex;align-items:center;gap:10px;margin-left:auto;width:100%;align-self:stretch}.danger-link{color:#b42318}.switch-field{justify-content:space-between}.inline-switch{width:fit-content}.danger-button{display:inline-flex;min-height:38px;align-items:center;justify-content:center;gap:7px;border-radius:8px;background:#fde8e6;color:#a84942;padding:0 13px;font-size:13px;font-weight:900}.danger-button:disabled{cursor:not-allowed;opacity:.58}.announcement-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.announcement-content-field{grid-column:1 / -1}.date-time-picker{position:relative}.date-time-trigger{display:flex;width:100%;height:42px;align-items:center;justify-content:space-between;gap:10px;border:1px solid rgba(11,61,50,.12);border-radius:8px;background:#fff;color:#263241;padding:0 12px;font-size:14px;font-weight:800;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.date-time-trigger:hover:not(:disabled){border-color:#0b3d3247;box-shadow:0 8px 18px #0b3d3214}.date-time-trigger:disabled{cursor:not-allowed;background:#edf3ef;color:#66746e}.date-time-trigger svg{width:17px;height:17px;flex:0 0 auto}.date-time-popover{position:absolute;top:calc(100% + 8px);right:0;z-index:80;display:grid;width:min(540px,calc(100vw - 48px));grid-template-columns:minmax(280px,1fr) 144px;overflow:hidden;border:1px solid rgba(11,61,50,.14);border-radius:8px;background:#fff;box-shadow:0 22px 50px #10231d2e;animation:tab-enter .16s ease both}.date-time-calendar,.date-time-time{padding:12px}.date-time-calendar-head{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:10px}.date-time-calendar-head button,.date-time-days button,.time-column button,.date-time-footer button{display:inline-flex;align-items:center;justify-content:center;border-radius:8px;transition:background .16s ease,color .16s ease,transform .16s ease}.date-time-calendar-head button{width:32px;height:32px;background:#edf5f0;color:var(--primary)}.date-time-calendar-head svg{width:16px;height:16px}.date-time-calendar-head strong{color:#14231f;font-size:14px}.date-time-weekdays,.date-time-days{display:grid;grid-template-columns:repeat(7,1fr);gap:4px}.date-time-weekdays span{color:#66746e;text-align:center;font-size:12px;font-weight:900}.date-time-days button{height:34px;background:#fff;color:#14231f;font-size:13px;font-weight:800}.date-time-days button.muted{color:#98a29d}.date-time-days button.today{box-shadow:inset 0 0 0 1px #0b3d3238}.date-time-days button.selected,.time-column button.selected{background:var(--primary);color:#fff}.date-time-time{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;border-left:1px solid var(--line)}.time-column{display:grid;min-height:254px;grid-template-rows:auto minmax(0,1fr);gap:8px}.time-column>span{color:#66746e;text-align:center;font-size:12px;font-weight:900}.time-column>div{display:grid;max-height:236px;gap:4px;overflow:auto}.time-column button{height:30px;background:#f7faf8;color:#14231f;font-size:13px;font-weight:800}.date-time-calendar-head button:hover,.date-time-days button:hover,.time-column button:hover,.date-time-footer button:hover{background:#dcebe5;color:var(--primary)}.date-time-days button.selected:hover,.time-column button.selected:hover{background:var(--primary-strong);color:#fff}.date-time-footer{grid-column:1 / -1;display:flex;justify-content:flex-end;gap:8px;border-top:1px solid var(--line);padding:10px 12px}.date-time-footer button{min-height:30px;background:#edf5f0;color:var(--primary);padding:0 11px;font-size:12px;font-weight:900}.announcement-preview{margin-top:14px;border-radius:8px;background:#f7faf8;padding:12px 14px}.announcement-preview span{display:block;margin-top:4px;color:#66746e;font-size:12px;line-height:1.45}.announcement-status-cell{display:grid;gap:6px}.announcement-status-cell span{color:#66746e;font-size:12px}.table-actions-inline{gap:8px}.modal-inline-actions{display:flex;justify-content:flex-start;margin-top:12px}.modal-layer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;display:grid;place-items:center;padding:22px}.modal-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background:#08201b61;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.config-modal{position:relative;z-index:2;display:flex;width:min(720px,calc(100vw - 36px));max-height:calc(100dvh - 44px);flex-direction:column;overflow:hidden;border-radius:8px;background:#fff;box-shadow:0 24px 70px #10231d3d;animation:page-enter .18s ease both}.modal-head,.modal-actions{display:flex;align-items:center;justify-content:space-between;gap:14px;flex:0 0 auto}.modal-head{border-bottom:1px solid var(--line);background:linear-gradient(135deg,#f8faf8,#fff);padding:16px 18px}.modal-head span{display:block;color:#66746e;font-size:12px;font-weight:800}.modal-head strong{display:block;margin-top:4px;color:#14231f;font-size:17px}.modal-body{min-height:0;overflow-y:auto;padding:18px}.modal-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.modal-form-grid .rule-note{grid-column:1 / -1}.modal-actions{justify-content:flex-end;border-top:1px solid var(--line);background:#f8faf8;padding:14px 18px}@media(max-width:1180px){.metric-grid{grid-template-columns:repeat(2,minmax(180px,1fr))}.user-overview-grid,.asset-summary{grid-template-columns:repeat(2,minmax(150px,1fr))}.user-toolbar,.asset-flow-toolbar{grid-template-columns:1fr}.toolbar-stats{justify-content:flex-start}.dashboard-mosaic-grid,.graph-page,.detail-grid,.analysis-chart-grid,.analysis-kpi-grid,.dashboard-mosaic-column .overview-group-grid,.chain-health-board,.overview-group-grid{grid-template-columns:1fr}.overview-task-row{grid-template-columns:96px 84px minmax(0,1fr)}.overview-task-row .status-badge{grid-column:2 / 4;width:fit-content}.pending-queue-grid{grid-template-columns:1fr}.login-shell{grid-template-columns:1fr;transform:translateY(-42px)}.login-visual{min-height:320px}.queue-assessment-copy{grid-template-columns:repeat(2,minmax(0,1fr))}.user-detail-summary{grid-template-columns:repeat(3,minmax(130px,1fr))}.platform-overview-grid,.announcement-form{grid-template-columns:repeat(2,minmax(0,1fr))}.graph-page,.graph-surface,.graph-inspector{min-height:auto}.graph-inspector{max-height:none}.search-box{width:260px}.flow-search{width:100%}.rule-settings-grid,.withdraw-rule-summary{grid-template-columns:1fr}.rule-field-grid{grid-template-columns:repeat(2,minmax(160px,1fr))}.level-chip-grid,.decay-preview{grid-template-columns:repeat(4,minmax(90px,1fr))}}@media(max-width:860px){.sidebar-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:15;display:block;background:#08201b47;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.sidebar{position:fixed;z-index:20;transform:translate(-100%);transition:transform .18s ease;box-shadow:22px 0 42px #1a2b3f2e}.sidebar.is-open{transform:translate(0)}.mobile-only,.sidebar-close{display:grid}.topbar{align-items:flex-start;flex-direction:column;padding:16px}.topbar-actions{width:100%;justify-content:stretch}.search-box{width:auto;min-width:0;flex:1}.admin-chip{display:none}.content{padding:16px}.toolbar{align-items:stretch;flex-direction:column}.user-toolbar{display:flex}.order-toolbar{align-items:stretch}.user-toolbar-controls,.asset-flow-controls,.graph-inspector-controls{align-items:stretch;flex-direction:column}.graph-tabs,.graph-load-button{width:100%}.graph-tab{flex:1}.graph-workbench{min-height:560px}.graph-inspector-head{align-items:flex-start;flex-direction:column}.toolbar-stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.toolbar-stat,.select-field{justify-content:space-between}.select-field select{min-width:130px}.pagination-bar,.pagination-info{align-items:stretch;flex-direction:column}.pagination-actions{justify-content:space-between}.detail-header{align-items:stretch;grid-template-columns:1fr}.compact-detail-header{gap:12px}.detail-header-actions{width:100%;justify-content:space-between;margin-left:0}.announcement-preview{align-items:flex-start;flex-direction:column}.order-drawer{width:100vw}.drawer-head,.drawer-section-head{align-items:flex-start;flex-direction:column}.reward-section .drawer-section-head{align-items:center;flex-direction:row}.reward-section .drawer-section-head>div:not(.reward-tabs){flex:1 1 auto}.drawer-head-actions{width:100%;flex-wrap:wrap}.drawer-key-grid{grid-template-columns:1fr}.order-detail-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.reward-tabs{width:auto;min-width:168px}.reward-tab{flex:1}.app-toast{top:16px;right:16px;left:16px;justify-content:center;transform:none;text-align:center;animation:toast-enter-mobile .14s ease both}.filter-row{align-items:stretch}.filter-button,.primary-button{flex:1}.modal-form-grid{grid-template-columns:1fr}.withdraw-rule-head{align-items:flex-start;flex-direction:column}.rule-field-grid,.rule-field-grid.three{grid-template-columns:1fr}.rule-card-head{align-items:flex-start;flex-direction:column}.queue-assessment-copy{grid-template-columns:1fr}.level-chip-grid,.decay-preview{grid-template-columns:repeat(2,minmax(0,1fr))}.rule-section-head{align-items:flex-start;flex-direction:column}}@media(max-width:560px){.metric-grid,.user-overview-grid,.asset-summary,.platform-overview-grid{grid-template-columns:1fr}.analysis-toolbar{align-items:stretch;flex-direction:column}.panel-head{align-items:stretch;flex-direction:column;padding:14px 12px 10px}.analysis-header-controls{align-items:stretch;flex-direction:column;justify-items:stretch;width:100%}.analysis-segmented{width:100%}.analysis-segmented button{flex:1}.analysis-select{justify-content:space-between;width:100%}.overview-group-row{grid-template-columns:1fr}.overview-group-row small{grid-column:auto}.overview-task-row{grid-template-columns:1fr auto;align-items:start}.overview-task-row small{grid-column:1 / -1}.overview-task-row .status-badge{grid-column:auto}.chain-health-board,.operation-summary-board,.pending-queue-board,.overview-group-grid{padding:12px}.operation-summary-strip,.pending-queue-summary{grid-template-columns:1fr}.chain-status-row{grid-template-columns:1fr;align-items:start}.operation-summary-risk-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.operation-summary-task{grid-template-columns:30px minmax(0,1fr);align-items:start}.operation-summary-task svg{width:30px;height:30px;padding:7px}.operation-summary-task .status-badge{grid-column:2;width:fit-content}.user-detail-summary,.announcement-form{grid-template-columns:1fr}.date-time-popover{left:0;right:auto;width:min(420px,calc(100vw - 56px));grid-template-columns:1fr}.date-time-time{grid-template-columns:repeat(2,minmax(0,1fr));border-left:0;border-top:1px solid var(--line)}.login-page{padding:12px}.login-shell{transform:translateY(-10px)}.login-visual,.login-panel{padding:24px}.login-visual h1{font-size:28px}.login-signal-grid,.graph-stat-grid,.order-detail-metrics{grid-template-columns:1fr}h1{font-size:20px}.pagination-actions{flex-wrap:wrap}.page-numbers{order:3;width:100%}.tabs{overflow-x:auto}.tab-button{flex:0 0 auto}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:1ms!important;animation-iteration-count:1!important;transition-duration:1ms!important}}
