:root{--blue:#2563eb;--blue-50:#eff6ff;--teal:#0d9488;--teal-50:#f0fdfa;--emerald:#059669;--emerald-50:#ecfdf5;--amber:#d97706;--amber-50:#fffbeb;--rose:#e11d48;--rose-50:#fff1f2;--violet:#7c3aed;--violet-50:#f5f3ff;--indigo:#4f46e5;--indigo-50:#eef2ff;--sky:#0284c7;--orange:#ea580c;--slate:#64748b;--slate-50:#f8fafc;--cyan:#0891b2;--cyan-50:#ecfeff}.cp-glow{filter:blur(120px);pointer-events:none;will-change:transform;z-index:0;border-radius:50%;position:fixed}.cp-glow-1{background:radial-gradient(circle,#2563eb12 0%,#0000 70%);width:700px;height:700px;animation:20s ease-in-out infinite cp-glow-drift;top:-20%;left:-10%}.cp-glow-2{background:radial-gradient(circle,#0d94880d 0%,#0000 70%);width:500px;height:500px;animation:24s ease-in-out infinite reverse cp-glow-drift;bottom:-5%;right:10%}@keyframes cp-glow-drift{0%,to{transform:translate(0)scale(1)}33%{transform:translate(25px,-18px)scale(1.04)}66%{transform:translate(-18px,12px)scale(.97)}}.cp-tab-nav{white-space:nowrap;align-items:center;gap:0;display:inline-flex;position:relative}.cp-tab-indicator{background:#2563eb;border-radius:2px;height:2.5px;transition:left .3s cubic-bezier(.23,1,.32,1),width .3s cubic-bezier(.23,1,.32,1);position:absolute;bottom:0}.cp-tab-scroll{overflow-x:auto}.cp-tab-outer.cp-tab-has-overflow .cp-tab-scroll{padding-left:40px;padding-right:40px}.cp-tab-outer.fade-left:before,.cp-tab-outer.fade-right:after{content:"";z-index:2;pointer-events:none;width:56px;position:absolute;top:0;bottom:0}.cp-tab-outer.fade-left:before{background:linear-gradient(90deg,#f7f8fb 55%,#f7f8fb00 100%);left:0}.cp-tab-outer.fade-right:after{background:linear-gradient(270deg,#f7f8fb 55%,#f7f8fb00 100%);right:0}.cp-tab-scroll-btn{z-index:3;color:#64748b;background:#fffffff2;border:1px solid #0f172a1a;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;transition:background .15s,color .15s,border-color .15s;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 1px 4px #0f172a14}.cp-tab-scroll-btn:hover{color:#2563eb;background:#eff6ff;border-color:#2563eb59}.cp-tab-scroll-btn:focus-visible{outline-offset:2px;outline:2px solid #2563eb}.cp-tab-scroll-btn-left{left:6px}.cp-tab-scroll-btn-right{right:6px}.cp-tab-sticky{z-index:90;margin-bottom:28px;position:sticky;top:64px}.cp-tab-sticky-inner{-webkit-backdrop-filter:blur(20px);background:#f7f8fbeb;border-bottom:1px solid #0f172a1a;transition:box-shadow .3s,background .3s}.cp-tab-sticky.scrolled .cp-tab-sticky-inner{background:#f7f8fbf7;box-shadow:0 2px 12px #0f172a0f}.cp-sparkline{fill:none;stroke-width:1.5px;stroke-linecap:round;stroke-linejoin:round}.cp-chart-bar{border-radius:6px 6px 0 0;transition:height .6s cubic-bezier(.23,1,.32,1)}.cp-chart-tooltip{color:#fff;white-space:nowrap;opacity:0;pointer-events:none;z-index:10;background:#0f172a;border-radius:8px;padding:6px 12px;font-size:12px;font-weight:500;transition:opacity .2s;position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%)}.cp-chart-bar-wrap:hover .cp-chart-tooltip{opacity:1}.cp-emp-bar{background:linear-gradient(180deg,var(--violet),var(--indigo));border-radius:6px 6px 0 0;min-height:4px;transition:height .6s cubic-bezier(.23,1,.32,1);position:relative}.cp-emp-bar:hover{filter:brightness(1.1);transform:scaleY(1.03)}.cp-emp-latest .cp-emp-bar{background:linear-gradient(180deg,var(--blue),var(--indigo))}@keyframes cp-fade-up{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.cp-animate-fade-up{animation:.6s cubic-bezier(.23,1,.32,1) both cp-fade-up}
