#ch12-max-launcher{position:fixed;right:16px;bottom:16px;z-index:100001;border:1px solid #ffffff33;border-radius:999px;padding:14px 19px;color:#fff;font:800 13px system-ui;background:linear-gradient(135deg,#2f176f,#7d2da0,#11111d);box-shadow:0 16px 48px #6926ff6b;cursor:pointer}#ch12-max{position:fixed;inset:0;display:none;z-index:100000;overflow:auto;color:#f8f8fc;font-family:system-ui;background:radial-gradient(circle at 12% 14%,#7244ff47,transparent 34%),radial-gradient(circle at 88% 8%,#ff44b82e,transparent 30%),linear-gradient(180deg,#05050b,#080711 65%,#040408)}#ch12-max.open{display:block}.ch12-max-shell{max-width:1500px;margin:auto;padding:18px}.ch12-max-head,.ch12-max-row{display:flex;justify-content:space-between;align-items:center;gap:10px}.ch12-max-title{font-size:26px;font-weight:900}.ch12-max-sub,.ch12-max-label{color:#aaaabc;font-size:12px}.ch12-max-close,.ch12-max-btn{border:1px solid #ffffff1f;border-radius:12px;background:#ffffff0f;color:white;padding:10px 13px}.ch12-max-metrics{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;margin:14px 0}.ch12-max-card,.ch12-max-panel{border:1px solid #ffffff1f;background:#10101dc7;border-radius:18px;padding:14px;backdrop-filter:blur(22px)}.ch12-max-value{font-size:27px;font-weight:900}.ch12-max-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:12px}.ch12-max-orbit{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-top:10px}.ch12-max-node,.ch12-max-item{border:1px solid #ffffff1f;border-radius:14px;padding:12px;background:#ffffff09}.ch12-max-node span,.ch12-max-badge{font-size:11px;color:#aaaabc}.ch12-max-list{display:grid;gap:8px;margin-top:10px}.ch12-max-text{font-size:13px;line-height:1.45;margin-top:6px}.ch12-max-empty{padding:24px;text-align:center;color:#aaaabc}.ch12-max-progress{height:8px;background:#ffffff14;border-radius:999px;overflow:hidden;margin-top:9px}.ch12-max-progress i{display:block;height:100%;background:linear-gradient(90deg,#764aff,#ff52bd)}@media(max-width:950px){.ch12-max-grid{grid-template-columns:1fr}.ch12-max-metrics{grid-template-columns:repeat(2,1fr)}.ch12-max-orbit{grid-template-columns:repeat(3,1fr)}}@media(max-width:540px){.ch12-max-shell{padding:11px}.ch12-max-orbit{grid-template-columns:repeat(2,1fr)}}