.income-root{width:100%;height:100%;position:relative;overflow:hidden}.income-canvas{position:absolute;inset:22px 24px 14px;overflow:hidden}.income-bg-image{z-index:0;position:absolute;inset:0}.income-bg-dashes{pointer-events:none;z-index:1;width:100%;height:100%;position:absolute;inset:0}@keyframes incomeDashMove{0%{stroke-dashoffset:0}to{stroke-dashoffset:-60px}}@keyframes incomeDashMoveReverse{0%{stroke-dashoffset:0}to{stroke-dashoffset:60px}}.income-dash{fill:none;stroke:#ffffffb3;stroke-width:3px;stroke-linecap:round;stroke-dasharray:5 10;animation:4s linear infinite incomeDashMove}.income-dash-soft{fill:none;stroke:#ffffff73;stroke-width:3px;stroke-linecap:round;stroke-dasharray:5 10;animation:5s linear infinite incomeDashMoveReverse}.income-window{z-index:2;background:#fff;border-radius:14px 0 0;position:absolute;inset:28px 0 0 46px;overflow:hidden}.income-window-bar{background:#d8e1ef;align-items:center;gap:8px;height:28px;padding:0 14px;display:flex}.income-dot{border-radius:50%;flex:none;width:11px;height:11px}.income-dot.red{background:#ff5f57}.income-dot.yellow{background:#ffbd2e}.income-dot.green{background:#28c840}.income-body{background:#fff;padding:2px 0}.income-heading{color:#0d6efd;border-bottom:1px solid #eef2f7;padding:0 14px 4px;font-size:12.5px;font-weight:600;line-height:1.2}.income-row{box-sizing:border-box;opacity:0;justify-content:space-between;align-items:center;gap:12px;height:20px;padding:0 14px;transition:opacity .32s,transform .32s;display:flex;transform:translateY(8px)}.income-row.visible{opacity:1;transform:translateY(0)}.income-row.total{background:#eef3fb}.income-left{flex:1;align-items:center;gap:12px;min-width:0;display:flex}.income-id{color:#94a3b8;flex:none;min-width:20px;font-size:11px;font-weight:500;line-height:1}.income-label{color:#8b8b8b;white-space:nowrap;text-overflow:ellipsis;min-width:0;font-size:12px;font-weight:400;line-height:1.2;overflow:hidden}.income-bar{background:#e3e9f1;border-radius:999px;flex:none;width:72px;height:12px}.income-row.total .income-id{color:#0d6efd;font-weight:700}.income-row.total .income-label{color:#1f2937;font-weight:700}.income-row.total .income-bar{background:#dbe5f2}@media (max-width:640px){.income-canvas{inset:22px 24px 14px}.income-window{top:26px;left:36px}.income-window-bar{height:26px;padding:0 12px}.income-heading{padding:0 12px 4px}.income-row{height:19px;padding:0 12px}.income-bar{width:66px}}
.mapping-root{width:100%;height:100%;position:relative;overflow:hidden}.mapping-canvas{position:absolute;inset:22px 24px 14px;overflow:hidden}.mapping-bg-image{z-index:0;position:absolute;inset:0}.mapping-bg-dashes{pointer-events:none;z-index:1;width:100%;height:100%;position:absolute;inset:0}@keyframes mappingDashMove{0%{stroke-dashoffset:0}to{stroke-dashoffset:-60px}}@keyframes mappingDashMoveReverse{0%{stroke-dashoffset:0}to{stroke-dashoffset:60px}}.mapping-dash{fill:none;stroke:#ffffffb3;stroke-width:3px;stroke-linecap:round;stroke-dasharray:5 10;animation:4s linear infinite mappingDashMove}.mapping-dash-soft{fill:none;stroke:#ffffff73;stroke-width:3px;stroke-linecap:round;stroke-dasharray:5 10;animation:5s linear infinite mappingDashMoveReverse}.mapping-window{z-index:2;background:#fff;border-radius:14px 0 0;position:absolute;inset:28px 0 0 46px;overflow:hidden}.mapping-window-bar{background:#d8e1ef;align-items:center;gap:8px;height:28px;padding:0 14px;display:flex}.mapping-dot{border-radius:50%;flex:none;width:11px;height:11px}.mapping-dot.red{background:#ff5f57}.mapping-dot.yellow{background:#ffbd2e}.mapping-dot.green{background:#28c840}.mapping-body{background:#fff;padding:8px 0 10px}.mapping-heading{color:#0d6efd;border-bottom:1px solid #eef2f7;padding:0 12px 6px;font-size:12.5px;font-weight:600;line-height:1.2}.mapping-row{box-sizing:border-box;opacity:0;justify-content:space-between;align-items:center;gap:12px;height:24px;padding:0 14px;transition:opacity .32s,transform .32s;display:flex;transform:translateY(8px)}.mapping-row.visible{opacity:1;transform:translateY(0)}.mapping-left{flex:1;align-items:center;gap:14px;min-width:0;display:flex}.mapping-id{color:#0d6efd;flex:none;min-width:12px;font-size:11px;font-weight:700;line-height:1}.mapping-label{color:#8b8b8b;white-space:nowrap;text-overflow:ellipsis;min-width:0;font-size:12px;font-weight:400;line-height:1.2;overflow:hidden}.mapping-bar{background:#e3e9f1;border-radius:999px;flex:none;width:92px;height:12px}.mapping-badge-wrap{justify-content:center;padding-top:12px;display:flex}.mapping-badge{color:#fff;opacity:0;background:#1273ff;border-radius:999px;align-items:center;gap:8px;padding:4px 8px;font-size:11px;font-weight:600;transition:opacity .3s,transform .3s;display:inline-flex;transform:translateY(8px)scale(.96)}.mapping-badge.visible{opacity:1;transform:translateY(0)scale(1)}.mapping-badge-icon{background:#fff;border-radius:50%;flex:none;justify-content:center;align-items:center;width:15px;height:15px;display:inline-flex;position:relative}.mapping-badge-icon svg{z-index:2;position:relative}.mapping-badge-icon:after{content:"";z-index:1;background:#ffffff47;border-radius:999px;animation:1.6s ease-out infinite mappingPulse;position:absolute;inset:-4px}@keyframes mappingPulse{0%{opacity:.7;transform:scale(.9)}70%{opacity:0;transform:scale(1.6)}to{opacity:0;transform:scale(1.6)}}@media (max-width:640px){.mapping-canvas{inset:22px 24px 14px}.mapping-window{top:26px;left:36px}.mapping-window-bar{height:24px;padding:0 12px}.mapping-heading{padding:0 12px 8px}.mapping-row{height:24px;padding:0 12px}.mapping-bar{width:82px}.mapping-badge{font-size:10px}}
.schedule-root{width:100%;height:100%;position:relative;overflow:hidden}.schedule-canvas{position:absolute;inset:22px 24px 14px;overflow:hidden}.schedule-bg-image{z-index:0;position:absolute;inset:0}.schedule-bg-dashes{pointer-events:none;z-index:1;width:100%;height:100%;position:absolute;inset:0}@keyframes scheduleDashMove{0%{stroke-dashoffset:0}to{stroke-dashoffset:-60px}}@keyframes scheduleDashMoveReverse{0%{stroke-dashoffset:0}to{stroke-dashoffset:60px}}.schedule-dash{fill:none;stroke:#ffffffb3;stroke-width:3px;stroke-linecap:round;stroke-dasharray:5 10;animation:4s linear infinite scheduleDashMove}.schedule-dash-soft{fill:none;stroke:#ffffff73;stroke-width:3px;stroke-linecap:round;stroke-dasharray:5 10;animation:5s linear infinite scheduleDashMoveReverse}.schedule-window{z-index:2;background:#fff;border-radius:14px 0 0;position:absolute;inset:28px 0 0 46px;overflow:hidden}.schedule-window-bar{background:#d8e1ef;align-items:center;gap:8px;height:28px;padding:0 14px;display:flex}.schedule-dot{border-radius:50%;flex:none;width:11px;height:11px}.schedule-dot.red{background:#ff5f57}.schedule-dot.yellow{background:#ffbd2e}.schedule-dot.green{background:#28c840}.schedule-body{background:#fff;padding:6px 0 10px}.schedule-heading{color:#0d6efd;border-bottom:1px solid #eef2f7;padding:0 14px 7px;font-size:12.5px;font-weight:600;line-height:1.2}.schedule-row{box-sizing:border-box;opacity:0;justify-content:space-between;align-items:center;gap:12px;height:30px;padding:0 14px;transition:opacity .32s,transform .32s;display:flex;transform:translateY(8px)}.schedule-row.visible{opacity:1;transform:translateY(0)}.schedule-left{flex:1;align-items:center;gap:14px;min-width:0;display:flex}.schedule-id{color:#0d6efd;flex:none;min-width:12px;font-size:11px;font-weight:700;line-height:1}.schedule-label{color:#8b8b8b;white-space:nowrap;text-overflow:ellipsis;min-width:0;font-size:12px;font-weight:400;line-height:1.2;overflow:hidden}.schedule-bar{background:#e3e9f1;border-radius:999px;flex:none;width:72px;height:12px}.schedule-badge-wrap{justify-content:center;padding-top:10px;display:flex;position:absolute;bottom:10px;left:0;right:0}.schedule-badge{color:#fff;opacity:0;background:#1273ff;border-radius:999px;align-items:center;gap:8px;padding:4px 8px;font-size:11px;font-weight:600;transition:opacity .3s,transform .3s;display:inline-flex;transform:translateY(8px)scale(.96)}.schedule-badge.visible{opacity:1;transform:translateY(0)scale(1)}.schedule-badge-icon{background:#fff;border-radius:50%;flex:none;justify-content:center;align-items:center;width:15px;height:15px;display:inline-flex;position:relative}.schedule-badge-icon svg{z-index:2;position:relative}.schedule-badge-icon:after{content:"";z-index:1;background:#ffffff47;border-radius:999px;animation:1.6s ease-out infinite mappingPulse;position:absolute;inset:-4px}@keyframes mappingPulse{0%{opacity:.7;transform:scale(.9)}70%{opacity:0;transform:scale(1.6)}to{opacity:0;transform:scale(1.6)}}@media (max-width:640px){.schedule-canvas{inset:22px 24px 14px}.schedule-window{top:26px;left:36px}.schedule-window-bar{height:26px;padding:0 12px}.schedule-heading{padding:0 12px 7px}.schedule-row{height:28px;padding:0 12px}.schedule-bar{width:66px}.schedule-badge{font-size:10px}}
.fss-root{width:100%;height:100%;position:relative;overflow:hidden}.fss-canvas{position:absolute;inset:22px 24px 14px;overflow:hidden}.fss-bg-image{z-index:0;position:absolute;inset:0}.fss-bg-dashes{pointer-events:none;z-index:1;width:100%;height:100%;position:absolute;inset:0}@keyframes fssDashMove{0%{stroke-dashoffset:0}to{stroke-dashoffset:-60px}}@keyframes fssDashMoveReverse{0%{stroke-dashoffset:0}to{stroke-dashoffset:60px}}.fss-dash{fill:none;stroke:#ffffffb3;stroke-width:4px;stroke-linecap:round;stroke-dasharray:5 10;animation:4s linear infinite fssDashMove}.fss-dash-soft{fill:none;stroke:#ffffff73;stroke-width:4px;stroke-linecap:round;stroke-dasharray:5 10;animation:5s linear infinite fssDashMoveReverse}.fss-window{z-index:2;background:#fff;border-radius:14px 0 0;position:absolute;inset:28px 0 0 46px;overflow:hidden}.fss-window-bar{background:#d8e1ef;align-items:center;gap:8px;height:30px;padding:0 14px;display:flex}.fss-dot{border-radius:50%;flex:none;width:11px;height:11px}.fss-dot.red{background:#ff5f57}.fss-dot.yellow{background:#ffbd2e}.fss-dot.green{background:#28c840}.fss-body{box-sizing:border-box;background:#fff;padding:10px 14px 12px}.fss-heading{color:#444;margin-bottom:10px;font-size:12.5px;font-weight:500;line-height:1.2}.fss-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.fss-card{opacity:0;background:#fff;border:2px solid #c7c7c7;border-radius:8px;min-height:84px;transition:opacity .38s,transform .38s;overflow:hidden;transform:translateY(10px)scale(.98)}.fss-card.visible{opacity:1;transform:translateY(0)scale(1)}.fss-card-top{background:#fff;border-bottom:1px solid #e6e6e6;padding:8px 12px 6px}.fss-card-head{align-items:center;gap:10px;margin-bottom:7px;display:flex}.fss-card-title{color:#2a2a2a;font-size:11px;font-weight:700;line-height:1.1}.fss-skel{background:#f0f0f0;border-radius:999px;height:6px}.fss-skel.w1{width:74%}.fss-skel.w2{width:62%}.fss-card-bottom{background:#f4f4f4;padding:7px 12px 5px}.fss-value{opacity:0;font-size:11px;font-weight:700;line-height:1.1;transform:translateY(5px)}.fss-card.visible .fss-value{animation:.7s forwards fssValueIn}@keyframes fssValueIn{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}@media (max-width:640px){.fss-canvas{inset:22px 24px 14px}.fss-window{top:26px;left:36px}.fss-window-bar{height:28px;padding:0 12px}.fss-body{padding:8px 12px 10px}.fss-heading{margin-bottom:8px}.fss-grid{gap:8px}.fss-card{min-height:78px}.fss-card-top{padding:7px 10px 5px}.fss-card-bottom{padding:6px 10px 5px}}
.rsa-root{width:100%;height:100%;position:relative;overflow:hidden}.rsa-canvas{position:absolute;inset:22px 24px 14px;overflow:hidden}.rsa-bg-image{z-index:0;position:absolute;inset:0}.rsa-bg-dashes{pointer-events:none;z-index:1;width:100%;height:100%;position:absolute;inset:0}@keyframes rsaDashMove{0%{stroke-dashoffset:0}to{stroke-dashoffset:-60px}}@keyframes rsaDashMoveReverse{0%{stroke-dashoffset:0}to{stroke-dashoffset:60px}}.rsa-dash{fill:none;stroke:#ffffffb3;stroke-width:4px;stroke-linecap:round;stroke-dasharray:5 10;animation:4s linear infinite rsaDashMove}.rsa-dash-soft{fill:none;stroke:#ffffff73;stroke-width:4px;stroke-linecap:round;stroke-dasharray:5 10;animation:5s linear infinite rsaDashMoveReverse}.rsa-window{z-index:2;background:#fff;border-radius:14px 0 0;position:absolute;inset:28px 0 0 46px;overflow:hidden}.rsa-window-bar{background:#d8e1ef;align-items:center;gap:7px;height:26px;padding:0 12px;display:flex}.rsa-dot{border-radius:50%;flex:none;width:9px;height:9px}.rsa-dot.red{background:#ff5f57}.rsa-dot.yellow{background:#ffbd2e}.rsa-dot.green{background:#28c840}.rsa-body{box-sizing:border-box;background:#fff;padding:9px 10px 10px}.rsa-heading{color:#444;margin-bottom:8px;font-size:10px;font-weight:500;line-height:1.2}.rsa-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;display:grid}.rsa-card{opacity:0;background:#fff;border:2px solid #cfcfcf;border-radius:6px;transition:opacity .32s,transform .32s;overflow:hidden;transform:translateY(10px)scale(.98)}.rsa-card.visible{opacity:1;transform:translateY(0)scale(1)}.rsa-card-top{background:#fff;padding:8px 9px 10px}.rsa-card-title{color:#2a2a2a;white-space:nowrap;text-overflow:ellipsis;margin-bottom:9px;font-size:8.5px;font-weight:600;line-height:1.1;overflow:hidden}.rsa-skel{background:#efefef;border-radius:999px;height:5px;margin-bottom:6px}.rsa-skel.w1{width:78%}.rsa-skel.w2{width:62%}.rsa-skel.w3{width:50%}.rsa-card-bottom{background:#f4f4f4;padding:5px 8px;position:relative;overflow:hidden}.rsa-fill{background:#0d6efd;width:0%;transition:width .36s;position:absolute;inset:0}.rsa-card.active .rsa-fill{width:100%}.rsa-value{z-index:1;opacity:0;font-size:10px;font-weight:700;line-height:1.1;transition:opacity .24s,transform .24s,color .24s;position:relative;transform:translateY(4px)}.rsa-card.visible .rsa-value{opacity:1;transform:translateY(0)}.rsa-card.active .rsa-value{color:#fff!important}.rsa-placeholder .rsa-card-top{padding:9px 9px 11px}.rsa-placeholder .rsa-card-bottom{background:#fff;padding:9px}.rsa-placeholder .rsa-skel{margin-bottom:7px}@media (max-width:640px){.rsa-canvas{inset:22px 24px 14px}.rsa-window{top:26px;left:36px}.rsa-body{padding:8px 9px 9px}.rsa-grid{gap:5px}}
.orbit-root{width:100%;height:100%;position:relative;overflow:hidden}.orbit-canvas{position:absolute;inset:22px 24px 14px;overflow:hidden}.orbit-bg-image{z-index:0;position:absolute;inset:0}.orbit-stage{z-index:2;position:absolute;inset:0}.orbit-center-glow{pointer-events:none;background:radial-gradient(circle,#ffffff38 0%,#ffffff14 38%,#fff0 74%);border-radius:50%;width:220px;height:220px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.orbit-center{opacity:1;z-index:3;background:linear-gradient(#2f7bff 0%,#1567f2 100%);border-radius:12px;justify-content:center;align-items:center;width:84px;height:84px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 0 0 2px #ffffff47,0 8px #ffffff47}.orbit-center img{object-fit:contain;width:34px;height:34px}.orbit-node{text-align:center;opacity:0;z-index:4;width:86px;transition:opacity .75s,transform .75s;position:absolute;transform:translateY(12px)}.orbit-node.active{opacity:1;transform:translateY(0)}.orbit-circle{background:#fff;border:1px solid #fffffff2;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;margin:0 auto 8px;display:flex;box-shadow:0 6px 18px #00000014}.orbit-circle img{object-fit:contain;width:24px;height:24px}.orbit-label{color:#fff;font-size:11px;font-weight:600;line-height:1.2}.node-top-left{top:18px;left:48px}.node-top-right{top:18px;right:48px}.node-bottom-left{bottom:14px;left:48px}.node-bottom-right{bottom:18px;right:48px}.orbit-lines{pointer-events:none;z-index:1;width:100%;height:100%;position:absolute;inset:0}.orbit-line{fill:none;stroke:#ffffff57;stroke-width:5px;stroke-linecap:round;stroke-dasharray:10 12;animation:8s linear infinite orbitDash}.orbit-line-soft{fill:none;stroke:#ffffff3d;stroke-width:5px;stroke-linecap:round;stroke-dasharray:10 12;animation:9s linear infinite orbitDashReverse}@keyframes orbitDash{0%{stroke-dashoffset:0}to{stroke-dashoffset:-88px}}@keyframes orbitDashReverse{0%{stroke-dashoffset:0}to{stroke-dashoffset:88px}}@media (max-width:640px){.orbit-canvas{inset:22px 24px 14px}.orbit-center{width:74px;height:74px}.orbit-center img{width:30px;height:30px}.orbit-circle{width:42px;height:42px}.orbit-circle img{width:20px;height:20px}.orbit-node{width:78px}.node-top-left,.node-bottom-left{left:34px}.node-top-right,.node-bottom-right{right:34px}.orbit-label{font-size:10px}}
.cfs-root{width:100%;height:95%;position:relative;overflow:hidden}.cfs-canvas{position:absolute;inset:24px 22px 10px;overflow:hidden}.cfs-bg-image{z-index:0;position:absolute;inset:0}.cfs-bg-dashes{pointer-events:none;z-index:1;width:100%;height:100%;position:absolute;inset:0}@keyframes cfsDashMove{0%{stroke-dashoffset:0}to{stroke-dashoffset:-60px}}@keyframes cfsDashMoveReverse{0%{stroke-dashoffset:0}to{stroke-dashoffset:60px}}.cfs-dash{fill:none;stroke:#ffffffb8;stroke-width:4px;stroke-linecap:round;stroke-dasharray:5 10;animation:7s linear infinite cfsDashMove}.cfs-dash-soft{fill:none;stroke:#ffffff75;stroke-width:4px;stroke-linecap:round;stroke-dasharray:5 10;animation:8s linear infinite cfsDashMoveReverse}.cfs-window{z-index:2;background:#fff;border-radius:12px 0 0;flex-direction:column;display:flex;position:absolute;inset:18px 0 0 32px;overflow:hidden}.cfs-window-bar{background:#d8e1ef;flex:none;align-items:center;gap:6px;height:22px;padding:0 10px;display:flex}.cfs-dot{border-radius:50%;flex:none;width:8px;height:8px}.cfs-dot.red{background:#ff5f57}.cfs-dot.yellow{background:#ffbd2e}.cfs-dot.green{background:#28c840}.cfs-body{box-sizing:border-box;background:#fff;flex-direction:column;flex:auto;gap:8px;min-height:0;padding:10px 0 6px 10px;display:flex}.cfs-grid{grid-template-columns:1.12fr .88fr;gap:10px;width:calc(100% + 48px);display:grid}.cfs-card{opacity:0;background:#fff;border:2px solid #c7c7c7;border-radius:4px;transition:opacity .65s,transform .65s;overflow:hidden;transform:translateY(10px)scale(.985)}.cfs-card.visible{opacity:1;transform:translateY(0)scale(1)}.cfs-card-inner{align-items:center;gap:8px;padding:8px 10px;display:flex}.cfs-icon-box{opacity:0;background:#eaf2ff;border-radius:8px;flex:none;justify-content:center;align-items:center;width:32px;height:32px;display:flex;transform:scale(.92)}.cfs-card.visible .cfs-icon-box{animation:.4s forwards cfsIconIn}.cfs-icon-box img{object-fit:contain;width:18px;height:18px}.cfs-text{flex:1;min-width:0;padding-top:1px}.cfs-title{color:#202020;white-space:nowrap;margin-bottom:4px;font-size:10px;font-weight:600;line-height:1.08}.cfs-value{color:#353535;opacity:0;white-space:nowrap;font-size:10.5px;font-weight:600;line-height:1.08;transform:translateY(5px)}.cfs-card.visible .cfs-value{animation:.55s forwards cfsValueIn}.cfs-placeholder-row{align-items:center;gap:8px;padding:8px 10px;display:flex}.cfs-skel-wrap{flex:1;min-width:0}.cfs-skel{background:#dadada;border-radius:999px;height:7px}.cfs-skel.w1{width:64%;margin-bottom:8px}.cfs-skel.w2{width:64%}.cfs-lower{border-top:1px solid #e4e4e4;grid-template-columns:1.55fr .72fr .72fr;align-items:end;gap:10px;margin-top:2px;margin-right:10px;padding-top:8px;display:grid}.cfs-chart-block,.cfs-small-block{opacity:0;transform:translateY(8px)}.cfs-chart-block.visible,.cfs-small-block.visible{opacity:1;transition:opacity .65s,transform .65s;transform:translateY(0)}.cfs-chart-topline{background:#cfe2f1;border-radius:999px;width:92%;height:4px;margin-bottom:7px}.cfs-chart-box{background:#cfe0ec;height:20px}.cfs-small-block-box{background:#cfe0ec;height:28px}@keyframes cfsIconIn{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}@keyframes cfsValueIn{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}@media (max-width:640px){.cfs-canvas{inset:22px 18px 8px}.cfs-window{top:16px;left:28px}.cfs-window-bar{height:20px;padding:0 9px}.cfs-body{gap:7px;padding:8px 0 6px 8px}.cfs-grid{gap:8px;width:calc(100% + 40px)}.cfs-card-inner,.cfs-placeholder-row{gap:7px;padding:7px 8px}.cfs-icon-box{width:28px;height:28px}.cfs-icon-box img{width:16px;height:16px}.cfs-title,.cfs-value{font-size:8px}.cfs-lower{gap:8px;margin-right:8px}.cfs-chart-box{height:18px}.cfs-small-block-box{height:24px}}
.qia-root{width:100%;height:95%;position:relative;overflow:hidden}.qia-canvas{position:absolute;inset:24px 22px 10px;overflow:hidden}.qia-bg-image{z-index:0;position:absolute;inset:0}.qia-bg-dashes{pointer-events:none;z-index:1;width:100%;height:100%;position:absolute;inset:0}@keyframes qiaDashMove{0%{stroke-dashoffset:0}to{stroke-dashoffset:-60px}}@keyframes qiaDashMoveReverse{0%{stroke-dashoffset:0}to{stroke-dashoffset:60px}}.qia-dash{fill:none;stroke:#ffffffb8;stroke-width:4px;stroke-linecap:round;stroke-dasharray:5 10;animation:7s linear infinite qiaDashMove}.qia-dash-soft{fill:none;stroke:#ffffff75;stroke-width:4px;stroke-linecap:round;stroke-dasharray:5 10;animation:8s linear infinite qiaDashMoveReverse}.qia-window{z-index:2;background:#fff;border-radius:12px 0 0;flex-direction:column;display:flex;position:absolute;inset:18px 0 0 32px;overflow:hidden}.qia-window-bar{background:#d8e1ef;flex:none;align-items:center;gap:6px;height:22px;padding:0 10px;display:flex}.qia-dot{border-radius:50%;flex:none;width:8px;height:8px}.qia-dot.red{background:#ff5f57}.qia-dot.yellow{background:#ffbd2e}.qia-dot.green{background:#28c840}.qia-body{background:#fff;flex-direction:column;flex:auto;gap:10px;min-height:0;padding:8px 0;display:flex;position:relative}.qia-left-rail{z-index:0;border-left:1.5px dashed #d7d7d7;position:absolute;top:10px;bottom:8px;left:6px}.qia-heading{z-index:1;color:#444;margin-left:20px;font-size:9.5px;font-weight:700;line-height:1.15;position:relative}.qia-top-grid{z-index:1;border-bottom:1px solid #e6e6e6;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-left:18px;margin-right:10px;padding-bottom:10px;display:grid;position:relative}.qia-top-card{box-sizing:border-box;opacity:0;background:#fff;border:1.5px solid #cfcfcf;border-radius:4px;min-height:38px;padding:8px 8px 7px;transition:opacity .55s,transform .55s;transform:translateY(8px)}.qia-top-card.visible{opacity:1;transform:translateY(0)}.qia-skel{background:#dcdcdc;border-radius:999px;height:5px}.qia-skel+.qia-skel{margin-top:7px}.qia-insights-grid{z-index:1;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-left:18px;margin-right:10px;display:grid;position:relative}.qia-insight-card{box-sizing:border-box;opacity:0;border-radius:4px;padding:10px 10px 8px;transition:opacity .6s,transform .6s;transform:translateY(8px)}.qia-insight-card.visible{opacity:1;transform:translateY(0)}.qia-insight-card.success{background:#d9efe0;border:1px solid #b7debf}.qia-insight-card.danger{background:#f6dddd;border:1px solid #e7bebe}.qia-insight-card.info{background:#dde8f6;border:1px solid #bfd0e9}.qia-insight-top{align-items:center;gap:7px;display:flex}.qia-highlight-line{opacity:0;transform-origin:0;border-radius:999px;width:58px;height:6px;transform:scaleX(.7)}.qia-insight-card.visible .qia-highlight-line{animation:.45s forwards qiaLineGrow}.qia-insight-card.success .qia-highlight-line{background:#20b14b}.qia-insight-card.danger .qia-highlight-line{background:#d9534f}.qia-insight-card.info .qia-highlight-line{background:#3b82f6}.qia-text-lines{flex-direction:column;gap:6px;display:flex}.qia-text-line{opacity:0;border-radius:999px;height:5px;transform:translateY(4px)}.qia-insight-card.visible .qia-text-line{animation:.45s forwards qiaTextRise}.qia-insight-card.success .qia-text-line{background:#b9dfc3}.qia-insight-card.danger .qia-text-line{background:#efbbbb}.qia-insight-card.info .qia-text-line{background:#bfd4ef}.qia-text-line.w1{width:88%}.qia-text-line.w2{width:92%}.qia-text-line.w3{width:84%}@keyframes qiaLineGrow{0%{opacity:0;transform:scaleX(.7)}to{opacity:1;transform:scaleX(1)}}@keyframes qiaTextRise{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@media (max-width:640px){.qia-canvas{inset:22px 18px 8px}.qia-window{top:16px;left:28px}.qia-window-bar{height:20px;padding:0 9px}.qia-body{gap:8px;padding:8px 0 6px 8px}.qia-heading{margin-left:16px;font-size:9px}.qia-top-grid,.qia-insights-grid{gap:6px;margin-left:14px;margin-right:8px}.qia-top-card{min-height:34px;padding:7px 7px 6px}.qia-insight-card{padding:8px 8px 7px}.qia-highlight-line{width:48px}}
.dca-root{width:100%;height:95%;position:relative;overflow:hidden}.dca-canvas{position:absolute;inset:24px 22px 10px;overflow:hidden}.dca-bg-image{z-index:0;position:absolute;inset:0}.dca-bg-dashes{pointer-events:none;z-index:1;width:100%;height:100%;position:absolute;inset:0}@keyframes dcaDashMove{0%{stroke-dashoffset:0}to{stroke-dashoffset:-60px}}@keyframes dcaDashMoveReverse{0%{stroke-dashoffset:0}to{stroke-dashoffset:60px}}.dca-dash{fill:none;stroke:#ffffffb8;stroke-width:4px;stroke-linecap:round;stroke-dasharray:5 10;animation:7s linear infinite dcaDashMove}.dca-dash-soft{fill:none;stroke:#ffffff75;stroke-width:4px;stroke-linecap:round;stroke-dasharray:5 10;animation:8s linear infinite dcaDashMoveReverse}.dca-window{z-index:2;background:#fff;border-radius:12px 0 0;flex-direction:column;display:flex;position:absolute;inset:18px 0 0 32px;overflow:hidden}.dca-window-bar{background:#d8e1ef;flex:none;align-items:center;gap:6px;height:22px;padding:0 10px;display:flex}.dca-dot{border-radius:50%;flex:none;width:8px;height:8px}.dca-dot.red{background:#ff5f57}.dca-dot.yellow{background:#ffbd2e}.dca-dot.green{background:#28c840}.dca-body{background:#fff;flex:auto;min-height:0;position:relative}.dca-left-rail{z-index:0;border-left:1.5px dashed #d7d7d7;position:absolute;top:0;bottom:0;left:12px}.dca-title{z-index:1;color:#666;opacity:0;padding:12px 14px 12px 28px;font-size:13px;font-weight:500;transition:opacity .55s,transform .55s;position:relative;transform:translateY(6px)}.dca-title:after{content:"";background:#d9d9d9;height:1px;position:absolute;bottom:0;left:12px;right:0}.dca-title.visible{opacity:1;transform:translateY(0)}.dca-rows{z-index:1;position:relative}.dca-row{box-sizing:border-box;opacity:0;grid-template-columns:1fr auto;align-items:center;min-height:34px;padding:4px 18px 4px 28px;transition:opacity .55s,transform .55s;display:grid;position:relative;overflow:hidden;transform:translateY(6px)}.dca-row:after{content:"";background:#d9d9d9;height:1px;position:absolute;bottom:0;left:12px;right:0}.dca-row.visible{opacity:1;transform:translateY(0)}.dca-label,.dca-value{color:#5c5c5c;font-size:11px;font-weight:500}.dca-value{text-align:left;padding-left:16px}.dca-highlight-fill{z-index:0;transform-origin:0;background:#d6e3f4;position:absolute;inset:0 0 0 12px;transform:scaleX(0)}.dca-row.highlighted .dca-highlight-fill{transition:transform .55s;transform:scaleX(1)}.dca-row-content{z-index:2;grid-template-columns:1fr auto;align-items:center;width:100%;display:grid;position:relative}@media (max-width:640px){.dca-row{min-height:30px;padding:4px 14px 4px 24px}.dca-value{padding-left:12px}.dca-label,.dca-value{font-size:9px}}
.rrt-root{width:100%;height:95%;position:relative;overflow:hidden}.rrt-canvas{position:absolute;inset:24px 22px 10px;overflow:hidden}.rrt-bg-image{z-index:0;position:absolute;inset:0}.rrt-bg-dashes{pointer-events:none;z-index:1;width:100%;height:100%;position:absolute;inset:0}@keyframes rrtDashMove{0%{stroke-dashoffset:0}to{stroke-dashoffset:-60px}}@keyframes rrtDashMoveReverse{0%{stroke-dashoffset:0}to{stroke-dashoffset:60px}}.rrt-dash{fill:none;stroke:#ffffffb8;stroke-width:4px;stroke-linecap:round;stroke-dasharray:5 10;animation:7s linear infinite rrtDashMove}.rrt-dash-soft{fill:none;stroke:#ffffff75;stroke-width:4px;stroke-linecap:round;stroke-dasharray:5 10;animation:8s linear infinite rrtDashMoveReverse}.rrt-window{z-index:2;background:#fff;border-radius:12px 0 0;flex-direction:column;display:flex;position:absolute;inset:18px 0 0 32px;overflow:hidden}.rrt-window-bar{background:#d8e1ef;flex:none;align-items:center;gap:6px;height:22px;padding:0 10px;display:flex}.rrt-dot{border-radius:50%;flex:none;width:8px;height:8px}.rrt-dot.red{background:#ff5f57}.rrt-dot.yellow{background:#ffbd2e}.rrt-dot.green{background:#28c840}.rrt-body{background:#fff;flex:auto;min-height:0;padding:10px 0 0;position:relative}.rrt-table{margin:0;position:relative}.rrt-header,.rrt-row{grid-template-columns:.9fr 1.35fr .8fr .95fr;align-items:center;display:grid;position:relative}.rrt-header{opacity:0;border-bottom:1px solid #d9d9d9;min-height:30px;transition:opacity .45s,transform .45s;transform:translateY(6px)}.rrt-header.visible{opacity:1;transform:translateY(0)}.rrt-row{opacity:0;border-bottom:1px solid #d9d9d9;min-height:30px;transition:opacity .45s,transform .45s;overflow:hidden;transform:translateY(6px)}.rrt-row.visible{opacity:1;transform:translateY(0)}.rrt-cell,.rrt-head-cell{color:#5c5c5c;white-space:nowrap;box-sizing:border-box;z-index:2;font-size:11px;line-height:1.1;position:relative}.rrt-head-cell{color:#9a9a9a;padding:0 10px;font-weight:500}.rrt-cell{padding:0 10px;font-weight:500}.rrt-row-highlight{opacity:0;z-index:0;background:#d6e3f4f2;position:absolute;inset:0}.rrt-row.highlighted .rrt-row-highlight{opacity:1;transition:opacity .3s}.rrt-row-guide{opacity:0;z-index:1;border-top:1.5px dashed #1f78ff;border-bottom:1.5px dashed #1f78ff;position:absolute;inset:0}.rrt-row.highlighted .rrt-row-guide{opacity:1;transition:opacity .25s}.rrt-mag{opacity:0;z-index:3;width:22px;height:22px;transition:opacity .2s;position:absolute;top:50%;left:40%;transform:translate(-50%,-50%)}.rrt-mag.visible{opacity:1}.rrt-mag.moving{animation:2.3s ease-in-out forwards rrtInspectMove}.rrt-mag img{object-fit:contain;width:100%;height:100%;display:block}@keyframes rrtInspectMove{0%{top:50%;left:40%}22%{top:47%;left:53%}45%{top:56%;left:64%}68%{top:60%;left:52%}to{top:50%;left:40%}}@media (max-width:640px){.rrt-canvas{inset:22px 18px 8px}.rrt-window{top:16px;left:28px}.rrt-window-bar{height:20px;padding:0 9px}.rrt-body{padding-top:8px}.rrt-header,.rrt-row{min-height:28px}.rrt-cell,.rrt-head-cell{padding:0 8px;font-size:10px}.rrt-mag{width:20px;height:20px}}
