:root{--cx-bg-void: #020617;--cx-bg-deep: #030712;--cx-bg-base: #0a0e1a;--cx-bg-surface: #10152a;--cx-bg-raised: #1a1f38;--cx-bg-overlay: rgba(3, 7, 18, .85);--cx-purple-50: #faf5ff;--cx-purple-100: #f3e8ff;--cx-purple-200: #e9d5ff;--cx-purple-300: #d8b4fe;--cx-purple-400: #c084fc;--cx-purple-500: #a855f7;--cx-purple-600: #9333ea;--cx-purple-700: #7c3aed;--cx-purple-800: #6d28d9;--cx-purple-900: #4c1d95;--cx-accent: var(--cx-purple-500);--cx-accent-glow: var(--cx-purple-400);--cx-accent-bg: color-mix(in srgb, var(--cx-accent) 12%, transparent);--cx-accent-border: color-mix(in srgb, var(--cx-accent) 50%, transparent);--cx-success: #34d399;--cx-warning: #fbbf24;--cx-danger: #f87171;--cx-info: #60a5fa;--cx-info-bg: color-mix(in srgb, var(--cx-info) 12%, transparent);--cx-info-border: color-mix(in srgb, var(--cx-info) 30%, transparent);--cx-health-green: #34d399;--cx-health-green-bg: color-mix(in srgb, var(--cx-health-green) 12%, transparent);--cx-health-green-border: color-mix(in srgb, var(--cx-health-green) 30%, transparent);--cx-health-amber: #fbbf24;--cx-health-orange: #f97316;--cx-health-blue: #3b82f6;--cx-health-cyan: #06b6d4;--cx-health-pink: #ec4899;--cx-blue-500: #3b82f6;--cx-orange-500: #f97316;--cx-pink-500: #ec4899;--cx-yellow-500: #eab308;--cx-white: #ffffff;--cx-black: #000000;--cx-user-accent: var(--cx-accent);--cx-text-primary: var(--cx-purple-200);--cx-text-secondary:#8e8fa8;--cx-text-muted: #6e6f88;--cx-text-ghost: #4a4b62;--cx-border: color-mix(in srgb, var(--cx-accent) 15%, transparent);--cx-border-hover: color-mix(in srgb, var(--cx-accent) 40%, transparent);--cx-border-active: color-mix(in srgb, var(--cx-accent) 60%, transparent);--cx-glow-sm: 0 0 8px color-mix(in srgb, var(--cx-accent) 15%, transparent);--cx-glow-md: 0 0 20px color-mix(in srgb, var(--cx-accent) 12%, transparent);--cx-glow-lg: 0 4px 40px color-mix(in srgb, var(--cx-accent) 10%, transparent);--cx-glow-text: 0 0 12px color-mix(in srgb, var(--cx-accent-glow) 40%, transparent);--cx-radius-sm: .375rem;--cx-radius-md: .5rem;--cx-radius-lg: .75rem;--cx-radius-xl: 1rem;--cx-ease: cubic-bezier(.4, 0, .2, 1);--cx-spring: cubic-bezier(.34, 1.56, .64, 1);--cx-duration: .15s;--cx-duration-slow: .3s;--cx-font-mono: "Cascadia Code", "Fira Code", "JetBrains Mono", "Monaco", "Menlo", monospace;--cx-font-sans: "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, sans-serif;--cx-spring-snappy: cubic-bezier(.22, 1.2, .36, 1);--cx-spring-bouncy: cubic-bezier(.34, 1.8, .64, 1);--cx-spring-smooth: cubic-bezier(.25, 1, .5, 1);--cx-spring-stiff: cubic-bezier(.12, .8, .3, 1);--cx-type-xs: clamp(.625rem, .5rem + .25vw, .6875rem);--cx-type-sm: clamp(.6875rem, .6rem + .3vw, .8125rem);--cx-type-base: clamp(.75rem, .65rem + .4vw, .9375rem);--cx-type-md: clamp(.875rem, .75rem + .5vw, 1.125rem);--cx-type-lg: clamp(1rem, .85rem + .6vw, 1.375rem);--cx-type-xl: clamp(1.25rem, 1rem + .8vw, 1.75rem);--cx-type-2xl: clamp(1.5rem, 1.15rem + 1.2vw, 2.25rem);--cx-type-hero: clamp(2rem, 1.5rem + 2vw, 3.5rem);--cx-text: var(--cx-text-primary);--cx-text-dim: var(--cx-text-ghost);--cx-mono: var(--cx-font-mono);--cx-transition-base: var(--cx-duration) var(--cx-ease);--cx-radius-full: 9999px}[data-theme=midnight]{--cx-bg-void: #020820;--cx-bg-deep: #030a24;--cx-bg-base: #0a1628;--cx-bg-surface: #111f3a;--cx-bg-raised: #1a2d4d;--cx-purple-300: #93c5fd;--cx-purple-400: #60a5fa;--cx-purple-500: #3b82f6;--cx-purple-600: #2563eb;--cx-purple-700: #1d4ed8;--cx-accent: var(--cx-purple-500);--cx-accent-glow: var(--cx-purple-400);--cx-text-primary: #bfdbfe;--cx-border: rgba(59, 130, 246, .15);--cx-border-hover: rgba(59, 130, 246, .4);--cx-glow-sm: 0 0 8px rgba(59, 130, 246, .15);--cx-glow-md: 0 0 20px rgba(59, 130, 246, .12);--cx-glow-lg: 0 4px 40px rgba(59, 130, 246, .1);--cx-glow-text: 0 0 12px rgba(96, 165, 250, .4)}[data-theme=emerald]{--cx-bg-void: #011a0a;--cx-bg-deep: #021f0e;--cx-bg-base: #0a1f14;--cx-bg-surface: #112820;--cx-bg-raised: #1a3a2d;--cx-purple-300: #6ee7b7;--cx-purple-400: #34d399;--cx-purple-500: #10b981;--cx-purple-600: #059669;--cx-purple-700: #047857;--cx-accent: var(--cx-purple-500);--cx-accent-glow: var(--cx-purple-400);--cx-text-primary: #a7f3d0;--cx-border: rgba(16, 185, 129, .15);--cx-border-hover: rgba(16, 185, 129, .4);--cx-glow-sm: 0 0 8px rgba(16, 185, 129, .15);--cx-glow-md: 0 0 20px rgba(16, 185, 129, .12);--cx-glow-lg: 0 4px 40px rgba(16, 185, 129, .1);--cx-glow-text: 0 0 12px rgba(52, 211, 153, .4)}[data-theme=crimson]{--cx-bg-void: #1a0205;--cx-bg-deep: #1f0308;--cx-bg-base: #200a0f;--cx-bg-surface: #2d1118;--cx-bg-raised: #3d1a22;--cx-purple-300: #fca5a5;--cx-purple-400: #f87171;--cx-purple-500: #ef4444;--cx-purple-600: #dc2626;--cx-purple-700: #b91c1c;--cx-accent: var(--cx-purple-500);--cx-accent-glow: var(--cx-purple-400);--cx-text-primary: #fecaca;--cx-border: rgba(239, 68, 68, .15);--cx-border-hover: rgba(239, 68, 68, .4);--cx-glow-sm: 0 0 8px rgba(239, 68, 68, .15);--cx-glow-md: 0 0 20px rgba(239, 68, 68, .12);--cx-glow-lg: 0 4px 40px rgba(239, 68, 68, .1);--cx-glow-text: 0 0 12px rgba(248, 113, 113, .4)}[data-theme=amber]{--cx-bg-void: #1a0f02;--cx-bg-deep: #1f1203;--cx-bg-base: #201a0a;--cx-bg-surface: #2d2411;--cx-bg-raised: #3d321a;--cx-purple-300: #fcd34d;--cx-purple-400: #fbbf24;--cx-purple-500: #f59e0b;--cx-purple-600: #d97706;--cx-purple-700: #b45309;--cx-accent: var(--cx-purple-500);--cx-accent-glow: var(--cx-purple-400);--cx-text-primary: #fef3c7;--cx-border: rgba(245, 158, 11, .15);--cx-border-hover: rgba(245, 158, 11, .4);--cx-glow-sm: 0 0 8px rgba(245, 158, 11, .15);--cx-glow-md: 0 0 20px rgba(245, 158, 11, .12);--cx-glow-lg: 0 4px 40px rgba(245, 158, 11, .1);--cx-glow-text: 0 0 12px rgba(251, 191, 36, .4)}:root{--cx-space-1: clamp(.2rem, .15rem + .15vw, .25rem);--cx-space-2: clamp(.375rem, .3rem + .2vw, .5rem);--cx-space-3: clamp(.5rem, .4rem + .3vw, .75rem);--cx-space-4: clamp(.75rem, .6rem + .4vw, 1rem);--cx-space-5: clamp(1rem, .8rem + .5vw, 1.5rem);--cx-space-6: clamp(1.5rem, 1.2rem + .7vw, 2rem);--cx-space-7: clamp(2rem, 1.5rem + 1vw, 3rem);--cx-space-8: clamp(3rem, 2rem + 1.5vw, 4rem);--cx-btn-height-sm: clamp(32px, 2rem + .5vw, 36px);--cx-btn-height-md: clamp(36px, 2.25rem + .5vw, 44px);--cx-btn-height-lg: clamp(44px, 2.75rem + .5vw, 52px);--cx-input-height: clamp(36px, 2.25rem + .5vw, 44px);--cx-sidebar-width: clamp(180px, 12rem + 2vw, 260px);--cx-card-padding: clamp(.75rem, .5rem + .5vw, 1.25rem);--cx-panel-padding: clamp(.75rem, .5rem + .5vw, 1.25rem);--cx-radius-fluid-sm: clamp(.25rem, .2rem + .1vw, .375rem);--cx-radius-fluid-md: clamp(.375rem, .3rem + .15vw, .5rem);--cx-radius-fluid-lg: clamp(.5rem, .4rem + .2vw, .75rem);--cx-radius-fluid-xl: clamp(.75rem, .6rem + .25vw, 1rem)}[data-cx],[data-cx] *,[data-cx] *:before,[data-cx] *:after{box-sizing:border-box}[data-cx]{margin:0;padding:0;background-color:var(--cx-bg-deep);color:var(--cx-text-primary);font-family:var(--cx-font-mono);font-size:14px;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh;display:flex;flex-direction:column}[data-cx]>#root,[data-cx]>main,[data-cx]>.app-content{flex:1 1 auto}[data-cx]>.chaoz-footer,[data-cx]>footer{flex-shrink:0;margin-top:auto}[data-cx]>script,[data-cx]>style,[data-cx]>link{display:none}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--cx-bg-surface)}::-webkit-scrollbar-thumb{background:var(--cx-purple-700);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--cx-purple-600)}[data-cx],[data-cx] *{scrollbar-width:thin;scrollbar-color:var(--cx-purple-700) var(--cx-bg-surface)}::selection{background:#a855f74d;color:var(--cx-purple-100)}:focus-visible{outline:2px solid var(--cx-purple-500);outline-offset:2px}.cx-bg-void{background-color:var(--cx-bg-void)}.cx-bg-deep{background-color:var(--cx-bg-deep)}.cx-bg-base{background-color:var(--cx-bg-base)}.cx-bg-surface{background-color:var(--cx-bg-surface)}.cx-bg-raised{background-color:var(--cx-bg-raised)}.cx-bg-overlay{background-color:var(--cx-bg-overlay)}.cx-glass-heavy{background:#10152ae0;backdrop-filter:blur(20px) saturate(150%);-webkit-backdrop-filter:blur(20px) saturate(150%);border:1px solid var(--cx-border)}.cx-card{background:#10152a8c;border:1px solid rgba(168,85,247,.08);border-radius:var(--cx-radius-lg, .75rem);padding:var(--cx-card-padding, 1rem);transition:border-color .25s cubic-bezier(.4,0,.2,1),box-shadow .25s cubic-bezier(.4,0,.2,1),transform .25s cubic-bezier(.4,0,.2,1),background-color .25s cubic-bezier(.4,0,.2,1)}.cx-card.active{border-color:var(--cx-border-active);box-shadow:var(--cx-glow-lg)}.cx-card-frosted{background:#10152aa6;border:1px solid rgba(168,85,247,.1);border-radius:var(--cx-radius-lg, .75rem);padding:var(--cx-card-padding, 1rem)}.cx-glow{box-shadow:var(--cx-glow-sm)}.cx-glow-md{box-shadow:var(--cx-glow-md)}.cx-glow-lg{box-shadow:var(--cx-glow-lg)}.cx-glow-text{text-shadow:var(--cx-glow-text)}.cx-glow-purple{background:linear-gradient(135deg,#9333eacc,#a855f799);color:#f3e8ff;box-shadow:0 0 15px #a855f766,0 0 30px #a855f726;border:1px solid rgba(168,85,247,.3)}.cx-glow-purple:hover{box-shadow:0 0 20px #a855f799,0 0 40px #a855f740}.cx-glow-purple:active{transform:scale(.97);opacity:.9}.cx-glow-green{background:linear-gradient(135deg,#10b981cc,#34d39999);color:#d1fae5;box-shadow:0 0 15px #10b98166,0 0 30px #10b98126;border:1px solid rgba(16,185,129,.3)}.cx-glow-green:hover{box-shadow:0 0 20px #10b98199,0 0 40px #10b98140}.cx-glow-green:active{transform:scale(.97);opacity:.9}.cx-glow-red{background:linear-gradient(135deg,#dc2626cc,#ef444499);color:#fee2e2;box-shadow:0 0 15px #ef444466,0 0 30px #ef444426;border:1px solid rgba(239,68,68,.3)}.cx-glow-red:hover{box-shadow:0 0 20px #ef444499,0 0 40px #ef444440}.cx-glow-red:active{transform:scale(.97);opacity:.9}.cx-glow-cyan{background:linear-gradient(135deg,#06b6d4cc,#22d3ee99);color:#cffafe;box-shadow:0 0 15px #06b6d466,0 0 30px #06b6d426;border:1px solid rgba(6,182,212,.3)}.cx-glow-cyan:hover{box-shadow:0 0 20px #06b6d499,0 0 40px #06b6d440}.cx-glow-cyan:active{transform:scale(.97);opacity:.9}.cx-glow-blue{background:linear-gradient(135deg,#2563ebcc,#3b82f699);color:#dbeafe;box-shadow:0 0 15px #3b82f666,0 0 30px #3b82f626;border:1px solid rgba(59,130,246,.3)}.cx-glow-blue:hover{box-shadow:0 0 20px #3b82f699,0 0 40px #3b82f640}.cx-glow-blue:active{transform:scale(.97);opacity:.9}.cx-glow-amber{background:linear-gradient(135deg,#d97706cc,#f59e0b99);color:#fef3c7;box-shadow:0 0 15px #f59e0b66,0 0 30px #f59e0b26;border:1px solid rgba(245,158,11,.3)}.cx-glow-amber:hover{box-shadow:0 0 20px #f59e0b99,0 0 40px #f59e0b40}.cx-glow-amber:active{transform:scale(.97);opacity:.9}.cx-neon-blue{text-shadow:0 0 7px #3b82f6,0 0 10px #3b82f6,0 0 21px #3b82f6,0 0 42px #2563eb,0 0 82px #2563eb;color:#dbeafe}.cx-border{border:1px solid var(--cx-border)}.cx-border-hover{border:1px solid var(--cx-border-hover)}.cx-danger{color:var(--cx-danger)}.cx-success{color:var(--cx-success)}.cx-warning{color:var(--cx-warning)}.cx-info{color:var(--cx-info, #60a5fa)}.cx-glow-accent{box-shadow:var(--cx-glow-md)}.cx-glow-accent:hover{box-shadow:var(--cx-glow-lg)}.cx-gradient-text{background:linear-gradient(135deg,var(--cx-purple-300),var(--cx-purple-500),var(--cx-purple-300));background-size:200% auto;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:cx-gradient-text-sweep 4s linear infinite}@keyframes cx-gradient-text-sweep{0%{background-position:0% center}to{background-position:200% center}}.cx-gradient-border{position:relative;border:1px solid transparent;background-clip:padding-box}.cx-gradient-border:before{content:"";position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;border-radius:inherit;background:linear-gradient(135deg,var(--cx-purple-700),var(--cx-purple-500),var(--cx-purple-700));background-size:200% 200%;animation:cx-border-gradient-sweep 3s linear infinite;z-index:-1;mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask-composite:exclude;-webkit-mask-composite:xor;padding:1px}@keyframes cx-border-gradient-sweep{0%{background-position:0% 50%}to{background-position:200% 50%}}.cx-btn-primary:hover:not(:disabled){background:color-mix(in srgb,var(--cx-accent) 85%,white);box-shadow:var(--cx-glow-sm)}.cx-btn-primary:active:not(:disabled){background:color-mix(in srgb,var(--cx-accent) 95%,black);transform:scale(.97)}.cx-btn-secondary:hover:not(:disabled){background:#374151;color:var(--cx-text-primary)}.cx-btn-secondary:active:not(:disabled){background:#2d3748;transform:scale(.97)}.cx-btn-ghost:hover:not(:disabled){background:var(--cx-bg-surface);color:var(--cx-text-primary)}.cx-btn-ghost:active:not(:disabled){background:var(--cx-bg-raised);transform:scale(.97)}.cx-btn-outline{background:transparent;color:var(--cx-purple-300, #c084fc);border:1px solid color-mix(in srgb,var(--cx-purple-300, #c084fc) 45%,transparent)}.cx-btn-outline:hover:not(:disabled){border-color:var(--cx-purple-300, #c084fc);background:color-mix(in srgb,var(--cx-purple-300, #c084fc) 8%,transparent);box-shadow:var(--cx-glow-sm)}.cx-btn-outline:active:not(:disabled){border-color:var(--cx-border-active);transform:scale(.97)}.cx-btn-danger:hover:not(:disabled){background:#f8717140}.cx-btn-danger:active:not(:disabled){background:#f8717159;transform:scale(.97)}.cx-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #0003}.cx-input{display:block;width:100%;min-height:var(--cx-input-height, 38px)!important;height:auto!important;padding:.5rem .75rem!important;border-radius:var(--cx-radius-md, .5rem);background:var(--cx-bg-raised, rgba(255, 255, 255, .04));border:1px solid var(--cx-border, rgba(168, 85, 247, .18));color:var(--cx-text-primary, #f4f4f5);font-family:inherit;font-size:.8125rem!important;line-height:1.4!important;letter-spacing:-.005em;transition:border-color .16s cubic-bezier(.4,0,.2,1),background-color .16s cubic-bezier(.4,0,.2,1),box-shadow .16s cubic-bezier(.4,0,.2,1);-moz-appearance:none;appearance:none;-webkit-appearance:none}.cx-input::placeholder{color:var(--cx-text-muted, rgba(255, 255, 255, .4));opacity:1}.cx-input:hover:not(:disabled):not(:focus):not(:focus-visible){border-color:var(--cx-border-hover, rgba(168, 85, 247, .32))}.cx-input:focus,.cx-input:focus-visible{outline:none;border-color:var(--cx-accent, #a855f7);background:var(--cx-bg-surface, rgba(255, 255, 255, .06));box-shadow:0 0 0 3px var(--cx-accent-ring, rgba(168, 85, 247, .18))}.cx-input:disabled,.cx-input[aria-disabled=true]{opacity:.5;cursor:not-allowed;background:var(--cx-bg-base, rgba(0, 0, 0, .2))}.cx-input:-webkit-autofill,.cx-input:-webkit-autofill:hover,.cx-input:-webkit-autofill:focus{-webkit-text-fill-color:var(--cx-text-primary, #f4f4f5);-webkit-box-shadow:0 0 0 1000px var(--cx-bg-raised, rgba(255, 255, 255, .04)) inset;caret-color:var(--cx-text-primary, #f4f4f5);transition:background-color 9999s ease-in-out 0s}.cx-input[type=number]{-moz-appearance:textfield}.cx-input[type=number]::-webkit-outer-spin-button,.cx-input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.cx-input[type=search]::-webkit-search-cancel-button{-webkit-appearance:none}.cx-icon-btn{background:transparent;transition:background-color .15s cubic-bezier(.4,0,.2,1),transform .15s cubic-bezier(.4,0,.2,1),color .15s cubic-bezier(.4,0,.2,1)}.cx-icon-btn:hover{background:#a855f714}.cx-icon-btn:active{transform:scale(.95)}.cx-icon-btn-active{background:#a855f726}.cx-badge{display:inline-flex;align-items:center;padding:.125rem .375rem;font-size:.625rem;font-weight:600;border-radius:.25rem;border:1px solid}.cx-badge-primary,.cx-badge-purple{background:#a855f726;color:var(--cx-purple-300);border-color:#a855f733}.cx-badge-blue{background:#60a5fa26;color:#93bbfd;border-color:#60a5fa33}.cx-badge-teal{background:#2dd4bf26;color:#5eead4;border-color:#2dd4bf33}.cx-badge-amber{background:#fbbf2426;color:#fcd34d;border-color:#fbbf2433}.cx-badge-red{background:#f8717126;color:#fca5a5;border-color:#f8717133}.cx-badge-green{background:#34d39926;color:#6ee7b7;border-color:#34d39933}.cx-badge-yellow{background:#fbbf2426;color:#fcd34d;border-color:#fbbf2433}.cx-badge-cyan{background:#06b6d426;color:#67e8f9;border-color:#06b6d433}.cx-dot{width:.5rem;height:.5rem;border-radius:50%}.cx-dot-synced{background:var(--cx-purple-400)}.cx-dot-connected{background:var(--cx-success)}.cx-dot-error{background:var(--cx-danger)}.cx-dot-warning{background:var(--cx-warning)}.cx-dot-pulse{animation:cx-dot-pulse 2s ease-in-out infinite}@keyframes cx-dot-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.3)}}.cx-stat{display:flex;align-items:center;gap:.375rem}.cx-code{background:var(--cx-bg-void);border:1px solid var(--cx-border);border-radius:var(--cx-radius-md);padding:.75rem 1rem;font-family:var(--cx-font-mono);font-size:.75rem;color:var(--cx-purple-200);overflow-x:auto;white-space:pre}.cx-header{position:relative;z-index:10;background:#030712e6;border-bottom:1px solid var(--cx-border);padding:.5rem 1rem;display:flex;align-items:center;justify-content:space-between}.cx-sidebar-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:40;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .3s ease}.cx-sidebar-overlay.active{opacity:1;visibility:visible;pointer-events:auto}.cx-sidebar-toggle{display:none;align-items:center;justify-content:center;width:40px;height:40px;border-radius:var(--cx-radius-md);background:#a855f71a;border:1px solid rgba(168,85,247,.2);color:var(--cx-purple-400);cursor:pointer;transition:all .2s ease;font-size:1.25rem;z-index:50}.cx-sidebar-toggle:hover{background:#a855f733}@media(max-width:767px){.cx-sidebar{position:fixed;top:0;left:0;bottom:0;width:260px;z-index:45;transform:translate3d(-100%,0,0);visibility:hidden;transition:transform .3s cubic-bezier(.4,0,.2,1),visibility 0s linear .3s;box-shadow:4px 0 24px #0000004d;pointer-events:none;will-change:transform;backface-visibility:hidden;contain:paint}.cx-sidebar.open{transform:translateZ(0);visibility:visible;pointer-events:auto;transition-delay:0s,0s}.cx-sidebar-overlay{display:block}.cx-sidebar-toggle{display:flex}}@media(min-width:768px)and (max-width:1024px){.cx-sidebar{width:200px}}.cx-animate-scale-in{animation:cx-scale-in .3s cubic-bezier(.4,0,.2,1) both}.cx-stagger>.cx-stagger-item:nth-child(2){animation-delay:50ms}.cx-stagger>.cx-stagger-item:nth-child(3){animation-delay:.1s}.cx-stagger>.cx-stagger-item:nth-child(4){animation-delay:.15s}.cx-stagger>.cx-stagger-item:nth-child(5){animation-delay:.2s}.cx-stagger>.cx-stagger-item:nth-child(6){animation-delay:.25s}.cx-stagger>.cx-stagger-item:nth-child(7){animation-delay:.3s}.cx-stagger>.cx-stagger-item:nth-child(8){animation-delay:.35s}.cx-stagger>.cx-stagger-item{animation-fill-mode:both}.cx-noise:before{content:"";position:fixed;top:-50%;right:-50%;bottom:-50%;left:-50%;width:200%;height:200%;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.02'/%3E%3C/svg%3E");pointer-events:none;z-index:99}.cx-card-hover{transition:transform var(--cx-duration) var(--cx-ease),border-color var(--cx-duration) var(--cx-ease),box-shadow var(--cx-duration) var(--cx-ease)}.cx-card-hover:active{transform:scale(.98);transition-duration:50ms}.cx-card-success{border-color:#34d3994d}.cx-card-warning{border-color:#fbbf244d}.cx-card-info{border-color:#60a5fa4d}.cx-stat-card{background:#10152a8c;border:1px solid rgba(168,85,247,.08);border-radius:var(--cx-radius-lg, .75rem);padding:var(--cx-card-padding, 1rem);transition:all .25s cubic-bezier(.4,0,.2,1)}.cx-stat-card:hover{transform:translateY(-2px);box-shadow:0 8px 20px #00000040,var(--cx-glow-sm);border-color:var(--cx-border-hover)}.cx-stat-card-label{font-size:.75rem;color:var(--cx-text-secondary, #8e8fa8);margin-bottom:.25rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em}.cx-stat-card-value{font-size:2rem;font-weight:800;color:var(--cx-purple-200, #e9d5ff);line-height:1.1;letter-spacing:-.02em}.cx-quick-action{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:#11182799;border:1px solid var(--cx-border);border-radius:var(--cx-radius-lg);cursor:pointer;transition:all .2s var(--cx-ease)}.cx-quick-action:hover{border-color:var(--cx-border-hover);background:#a855f70f;box-shadow:var(--cx-glow-sm);transform:translate(4px)}.cx-quick-action:active{transform:translate(2px)}.cx-alert{display:flex;align-items:flex-start;gap:.5rem;padding:.5rem .75rem;border-radius:var(--cx-radius-md);border:1px solid;font-size:.75rem}.cx-alert-success{background:#34d39914;border-color:#34d39933;color:#6ee7b7}.cx-alert-danger{background:#f8717114;border-color:#f8717133;color:#fca5a5}@media print{body{background:#fff;color:#000}.cx-card{border:1px solid #ddd;box-shadow:none;background:#fff}}.cx-gradient-purple{background:linear-gradient(135deg,#7c3aed,#a855f7,#c084fc)}.cx-gradient-cyber{background:linear-gradient(135deg,#06b6d4,#a855f7,#ec4899)}.cx-gradient-sunset{background:linear-gradient(135deg,#f97316,#ef4444,#ec4899)}.cx-gradient-ocean{background:linear-gradient(135deg,#0ea5e9,#6366f1,#8b5cf6)}.cx-gradient-emerald{background:linear-gradient(135deg,#10b981,#059669,#047857)}.cx-gradient-gold{background:linear-gradient(135deg,#f59e0b,#d97706,#b45309)}.cx-gradient-midnight{background:linear-gradient(135deg,#0f172a,#1e1b4b,#312e81)}.cx-gradient-aurora{background:linear-gradient(135deg,#10b981,#06b6d4,#8b5cf6,#ec4899,#f97316)}.cx-gradient-mesh{background:radial-gradient(at 40% 20%,#7c3aed 0px,transparent 50%),radial-gradient(at 80% 0%,#06b6d4 0px,transparent 50%),radial-gradient(at 0% 50%,#ec4899 0px,transparent 50%),radial-gradient(at 80% 50%,#10b981 0px,transparent 50%),radial-gradient(at 0% 100%,#f59e0b 0px,transparent 50%);background-color:#0a0a12}.cx-text-gradient-cyber{background:linear-gradient(135deg,#06b6d4,#ec4899);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.cx-text-gradient-gold{background:linear-gradient(135deg,#f59e0b,#fcd34d);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.cx-shadow-sm{box-shadow:0 1px 2px #0000004d}.cx-shadow-md{box-shadow:0 4px 6px -1px #0000004d,0 2px 4px -2px #0003}.cx-shadow-lg{box-shadow:0 10px 15px -3px #0000004d,0 4px 6px -4px #0003}.cx-shadow-xl{box-shadow:0 20px 25px -5px #0000004d,0 8px 10px -6px #0003}.cx-shadow-glow{box-shadow:0 0 15px #a855f74d,0 0 45px #a855f71a}.cx-shadow-glow-cyan{box-shadow:0 0 15px #06b6d44d,0 0 45px #06b6d41a}.cx-shadow-glow-green{box-shadow:0 0 15px #10b9814d,0 0 45px #10b9811a}.cx-shadow-inner{box-shadow:inset 0 2px 4px #0000004d}.cx-shadow-ring{box-shadow:0 0 0 2px #a855f74d}.cx-shadow-ring-lg{box-shadow:0 0 0 3px #a855f733,0 0 15px #a855f71a}.cx-container{container-type:inline-size}@container (max-width: 300px){.cx-card{padding:.5rem}.cx-card .cx-card-header{flex-direction:column;gap:.25rem}.cx-stat-card{padding:.5rem}.cx-stat-card .text-2xl,.cx-stat-card .text-xl{font-size:1.25rem}.cx-btn{width:100%;justify-content:center}}.cx-text-glow-cyan{text-shadow:0 0 10px rgba(6,182,212,.5),0 0 30px rgba(6,182,212,.2)}.cx-text-stroke{-webkit-text-stroke:1px rgba(168,85,247,.5);color:transparent}.cx-text-balance{text-wrap:balance}.cx-text-mono{font-family:JetBrains Mono,Fira Code,Cascadia Code,monospace}.cx-text-display{font-weight:800;letter-spacing:-.025em;line-height:1.1}.cx-text-caption{font-size:.625rem;letter-spacing:.05em;text-transform:uppercase;color:var(--cx-gray-400)}@keyframes cx-float{0%,to{transform:none}50%{transform:translateY(-8px)}}.cx-animate-float{animation:cx-float 3s ease-in-out infinite}.cx-animate-bounce-in{animation:cx-bounce-in .6s ease-out}.cx-animate-shake{animation:cx-shake .5s ease-in-out}.cx-animate-wobble{animation:cx-wobble 1s ease-in-out}.cx-animate-heartbeat{animation:cx-heartbeat 1.5s ease-in-out infinite}.cx-scrollbar::-webkit-scrollbar{width:6px;height:6px}.cx-scrollbar::-webkit-scrollbar-track{background:#ffffff05;border-radius:3px}.cx-scrollbar::-webkit-scrollbar-thumb{background:#a855f733;border-radius:3px}.cx-scrollbar::-webkit-scrollbar-thumb:hover{background:#a855f766}.cx-glass{background:#10152a99;backdrop-filter:blur(12px) saturate(160%);-webkit-backdrop-filter:blur(12px) saturate(160%);border:1px solid rgba(168,85,247,.1)}:root{--cx-z-base: 0;--cx-z-raised: 10;--cx-z-sticky: 100;--cx-z-dropdown: 200;--cx-z-popover: 500;--cx-z-tooltip: 900;--cx-z-overlay: 15000;--cx-z-drawer: 16000;--cx-z-modal: 20000;--cx-z-toast: 25000;--cx-z-skiplink: 99999;--cx-z-debug: 2147483646}.cx-overlay-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:var(--cx-bg-overlay, rgba(3, 7, 18, .55));backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);z-index:var(--cx-z-overlay);opacity:0;animation:cx-fade-in .2s var(--cx-ease-out, cubic-bezier(.22, 1, .36, 1)) forwards}.cx-overlay-modal{position:fixed;left:50%;top:50%;transform:translate3d(-50%,-50%,0);z-index:var(--cx-z-modal);max-width:min(92vw,560px);max-height:88vh;overflow:auto;border-radius:var(--cx-radius-xl, 1rem);background:var(--cx-bg-surface, #10152a);border:1px solid var(--cx-border, rgba(255, 255, 255, .08));box-shadow:0 24px 64px -16px #0009;animation:cx-scale-in .22s var(--cx-ease-spring-soft, cubic-bezier(.16, 1.18, .5, 1)) both}.cx-overlay-drawer{position:fixed;z-index:var(--cx-z-drawer);background:var(--cx-bg-surface, #10152a);border:1px solid var(--cx-border, rgba(255, 255, 255, .08));box-shadow:0 24px 64px -16px #0009;overflow:auto}.cx-overlay-drawer[data-side=right]{top:0;right:0;bottom:0;width:min(92vw,420px);animation:cx-drawer-in-right .28s var(--cx-ease-out) both}.cx-overlay-drawer[data-side=left]{top:0;left:0;bottom:0;width:min(92vw,420px);animation:cx-drawer-in-left .28s var(--cx-ease-out) both}.cx-overlay-drawer[data-side=top]{top:0;left:0;right:0;max-height:88vh;animation:cx-drawer-in-top .28s var(--cx-ease-out) both}.cx-overlay-drawer[data-side=bottom]{bottom:0;left:0;right:0;max-height:88vh;animation:cx-drawer-in-bottom .28s var(--cx-ease-out) both}@keyframes cx-drawer-in-right{0%{transform:translate3d(100%,0,0)}to{transform:translateZ(0)}}@keyframes cx-drawer-in-left{0%{transform:translate3d(-100%,0,0)}to{transform:translateZ(0)}}@keyframes cx-drawer-in-top{0%{transform:translate3d(0,-100%,0)}to{transform:translateZ(0)}}@keyframes cx-drawer-in-bottom{0%{transform:translate3d(0,100%,0)}to{transform:translateZ(0)}}.cx-overlay-popover{position:fixed;z-index:var(--cx-z-popover);background:var(--cx-bg-raised, #1a1f38);border:1px solid var(--cx-border, rgba(255, 255, 255, .1));border-radius:var(--cx-radius-md, .5rem);box-shadow:0 12px 32px -8px #00000080;animation:cx-fade-up .18s var(--cx-ease-out) both;max-width:min(92vw,360px)}.cx-overlay-dropdown{position:fixed;z-index:var(--cx-z-dropdown);background:var(--cx-bg-raised, #1a1f38);border:1px solid var(--cx-border, rgba(255, 255, 255, .1));border-radius:var(--cx-radius-md, .5rem);box-shadow:0 8px 24px -6px #00000073;animation:cx-fade-up .16s var(--cx-ease-out) both;max-width:min(92vw,320px);min-width:160px;padding:.25rem}.cx-overlay-tooltip{position:fixed;z-index:var(--cx-z-tooltip);background:var(--cx-bg-void, #020617);border:1px solid var(--cx-border, rgba(255, 255, 255, .12));border-radius:.375rem;padding:.3rem .55rem;font-size:.7rem;line-height:1.35;color:var(--cx-text-primary, #f4f4f5);pointer-events:none;box-shadow:0 4px 12px -2px #00000080;animation:cx-fade-in .12s var(--cx-ease-out) both;max-width:240px}.cx-overlay-toast-stack{position:fixed;right:clamp(.5rem,2vw,1rem);bottom:clamp(.5rem,2vw,1rem);z-index:var(--cx-z-toast);display:flex;flex-direction:column-reverse;gap:.4rem;max-width:min(92vw,360px);pointer-events:none}.cx-overlay-toast-stack>*{pointer-events:auto}.cx-skip-link{position:fixed;top:-3rem;left:.5rem;z-index:var(--cx-z-skiplink);padding:.5rem .875rem;background:var(--cx-accent, #7c3aed);color:#fff;border-radius:.4rem;font-size:.78rem;font-weight:600;transition:top .16s var(--cx-ease-out)}.cx-skip-link:focus,.cx-skip-link:focus-visible{top:.5rem;outline:2px solid var(--cx-accent, #7c3aed);outline-offset:2px}.cx-z-base{z-index:var(--cx-z-base)}.cx-z-raised{z-index:var(--cx-z-raised)}.cx-z-sticky{z-index:var(--cx-z-sticky)}.cx-z-dropdown{z-index:var(--cx-z-dropdown)}.cx-z-popover{z-index:var(--cx-z-popover)}.cx-z-tooltip{z-index:var(--cx-z-tooltip)}.cx-z-overlay{z-index:var(--cx-z-overlay)}.cx-z-drawer{z-index:var(--cx-z-drawer)}.cx-z-modal{z-index:var(--cx-z-modal)}.cx-z-toast{z-index:var(--cx-z-toast)}.cx-z-skiplink{z-index:var(--cx-z-skiplink)}.cx-wrap:focus-within,.cx-wrap:has([aria-expanded=true]),.cx-wrap:has([data-state=open]){z-index:var(--cx-z-popover, 500)!important}.cx-scroll-lock{overflow:hidden!important}[data-reduce-motion] .cx-overlay-backdrop,[data-reduce-motion] .cx-overlay-modal,[data-reduce-motion] .cx-overlay-drawer,[data-reduce-motion] .cx-overlay-popover,[data-reduce-motion] .cx-overlay-dropdown,[data-reduce-motion] .cx-overlay-tooltip{animation:none!important;opacity:1!important;transform:translateZ(0)!important}::selection{background:#a855f74d;color:#fff}::-moz-selection{background:#a855f74d;color:#fff}.cx-text-3xs{font-size:clamp(.5rem,.4rem + .2vw,.625rem);line-height:.75rem}.cx-text-3xl{font-size:clamp(1.5rem,1.2rem + .8vw,2rem);line-height:2.25rem;letter-spacing:-.015em}.cx-text-4xl{font-size:2.25rem;line-height:2.5rem;letter-spacing:-.02em}.cx-text-5xl{font-size:3rem;line-height:1;letter-spacing:-.025em}.cx-thin{font-weight:100}.cx-light{font-weight:300}.cx-normal{font-weight:400}.cx-medium{font-weight:500}.cx-semibold{font-weight:600}.cx-bold{font-weight:700}.cx-extrabold{font-weight:800}.cx-black{font-weight:900}.cx-card-base{background:#10152a8c;border:1px solid rgba(168,85,247,.08);border-radius:var(--cx-radius, .5rem);transition:all .25s cubic-bezier(.4,0,.2,1)}.cx-card-hover:hover{border-color:#a855f733;box-shadow:0 4px 20px #0000004d,0 0 30px #a855f70f;transform:translateY(-1px)}.cx-card-interactive{cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1)}.cx-card-interactive:hover{background:#a855f70d;border-color:#a855f733;transform:translateY(-1px)}.cx-card-interactive:active{transform:none}:root{--cx-purple-50: #faf5ff;--cx-purple-100: #f3e8ff;--cx-purple-200: #e9d5ff;--cx-purple-300: #d8b4fe;--cx-purple-400: #c084fc;--cx-purple-500: #a855f7;--cx-purple-600: #9333ea;--cx-purple-700: #7c3aed;--cx-purple-800: #6b21a8;--cx-purple-900: #581c87;--cx-purple-950: #3b0764;--cx-cyan-50: #ecfeff;--cx-cyan-100: #cffafe;--cx-cyan-200: #a5f3fc;--cx-cyan-300: #67e8f9;--cx-cyan-400: #22d3ee;--cx-cyan-500: #06b6d4;--cx-cyan-600: #0891b2;--cx-cyan-700: #0e7490;--cx-cyan-800: #155e75;--cx-cyan-900: #164e63;--cx-green-50: #ecfdf5;--cx-green-100: #d1fae5;--cx-green-200: #a7f3d0;--cx-green-300: #6ee7b7;--cx-green-400: #34d399;--cx-green-500: #10b981;--cx-green-600: #059669;--cx-green-700: #047857;--cx-green-800: #065f46;--cx-green-900: #064e3b;--cx-amber-50: #fffbeb;--cx-amber-100: #fef3c7;--cx-amber-200: #fde68a;--cx-amber-300: #fcd34d;--cx-amber-400: #fbbf24;--cx-amber-500: #f59e0b;--cx-amber-600: #d97706;--cx-amber-700: #b45309;--cx-amber-800: #92400e;--cx-amber-900: #78350f;--cx-red-50: #fef2f2;--cx-red-100: #fee2e2;--cx-red-200: #fecaca;--cx-red-300: #fca5a5;--cx-red-400: #f87171;--cx-red-500: #ef4444;--cx-red-600: #dc2626;--cx-red-700: #b91c1c;--cx-red-800: #991b1b;--cx-red-900: #7f1d1d;--cx-gray-50: #f9fafb;--cx-gray-100: #f3f4f6;--cx-gray-200: #e5e7eb;--cx-gray-300: #d1d5db;--cx-gray-400: #9ca3af;--cx-gray-500: #6b7280;--cx-gray-600: #4b5563;--cx-gray-700: #374151;--cx-gray-800: #1f2937;--cx-gray-850: #18202f;--cx-gray-900: #111827;--cx-gray-925: #0d1320;--cx-gray-950: #030712;--cx-success: #10b981;--cx-warning: #f59e0b;--cx-danger: #ef4444;--cx-info: #a855f7;--cx-link: #c084fc;--cx-surface-0: #020617;--cx-surface-1: #0a0a12;--cx-surface-2: #111827;--cx-surface-3: #1f2937;--cx-surface-4: #374151;--cx-surface-overlay: rgba(0, 0, 0, .6)}[data-cx],[data-cx] *{scrollbar-width:thin;scrollbar-color:rgba(168,85,247,.15) transparent}[data-cx] ::-webkit-scrollbar{width:6px;height:6px}[data-cx] ::-webkit-scrollbar-track{background:transparent}[data-cx] ::-webkit-scrollbar-thumb{background:#a855f726;border-radius:3px}*::-webkit-scrollbar-thumb:hover{background:#a855f74d}.cx-shine:before{content:"";position:absolute;top:0;left:0;width:50%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.05),transparent);transform:translate3d(-150%,0,0) skew(-25deg);transition:transform .6s var(--cx-ease-out);pointer-events:none}.cx-shine:hover:before{transform:translate3d(250%,0,0) skew(-25deg)}.cx-noise{position:relative}.cx-noise:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;opacity:.03;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");pointer-events:none;border-radius:inherit}.cx-nav-active{background:linear-gradient(90deg,#a855f726,#a855f70d);border-left:3px solid var(--cx-purple-500);color:var(--cx-purple-300);font-weight:500}.cx-dot-idle{background:var(--cx-amber-500)}[data-cx]{color-scheme:dark;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}[data-cx] input,[data-cx] textarea,[data-cx] select{color-scheme:dark}[data-reduce-motion] .cx-float,[data-reduce-motion] .cx-glow-pulse,[data-reduce-motion] .cx-dot-pulse,[data-reduce-motion] .cx-wiggle,[data-reduce-motion] .cx-bounce,[data-reduce-motion] .cx-spin,[data-reduce-motion] .cx-border-flow,[data-reduce-motion] .cx-skeleton-wave,[data-reduce-motion] .cx-text-shimmer,[data-reduce-motion] .cx-orb,[data-reduce-motion] .cx-parallax,[data-reduce-motion] .cx-marquee,[data-reduce-motion] .cx-typewriter,[data-reduce-motion] .cx-live-breathe,[data-reduce-motion] .cx-live-ring,[data-reduce-motion] .cx-wave-shimmer,[data-reduce-motion] .cx-hover-shine:after,[data-reduce-motion] .cx-click-ripple:after{animation:none!important}[data-reduce-motion] html{scroll-behavior:auto!important}[data-reduce-motion] .cx-card-hover:hover,[data-reduce-motion] .cx-card-interactive:hover,[data-reduce-motion] .cx-hover-lift:hover,[data-reduce-motion] .cx-hover-scale:hover,[data-reduce-motion] .cx-hover-rise:hover,[data-reduce-motion] .cx-hover-tilt:hover,[data-reduce-motion] .cx-alive-card:hover,[data-reduce-motion] .cx-feature-card:hover,[data-reduce-motion] .cx-stat-compact:hover,[data-reduce-motion] .cx-btn:hover,[data-reduce-motion] .cx-btn:active,[data-reduce-motion] .cx-card-interactive:active,[data-reduce-motion] .cx-spring-press:active,[data-reduce-motion] .cx-click-shrink:active,[data-reduce-motion] .cx-alive-button:active{transform:none!important}[data-reduce-motion] .cx-glow-pulse,[data-reduce-motion] .cx-live-dot,[data-reduce-motion] .cx-live-dot:after,[data-reduce-motion] .cx-dot-pulse,[data-reduce-motion] .cx-shimmer:after,[data-reduce-motion] .cx-shimmer-scan:after,[data-reduce-motion] .cx-skeleton-wave,[data-reduce-motion] .cx-skeleton-pulse,[data-reduce-motion] .cx-stream-progress,[data-reduce-motion] .cx-data-ticker-inner,[data-reduce-motion] .cx-neon-flicker,[data-reduce-motion] .cx-float,[data-reduce-motion] .cx-breathe,[data-reduce-motion] .cx-sway,[data-reduce-motion] .cx-orbit,[data-reduce-motion] .cx-morph,[data-reduce-motion] .cx-gradient-shift,[data-reduce-motion] .cx-flicker{animation:none!important}[data-reduce-motion] .cx-shine:hover:before,[data-reduce-motion] .cx-hover-shine:hover:after{transition:none!important;transform:none!important}.cx-panel:hover{border-color:#a855f740;box-shadow:0 2px 12px #a855f70f}.cx-panel .cx-panel{background:#11182766;border-color:#a855f714}.cx-panel .cx-panel .cx-panel{background:#11182740}.cx-progress{width:100%;height:.5rem;background:#1f2937cc;border-radius:9999px;overflow:hidden;position:relative}@keyframes cx-typewriter{0%{width:0}to{width:100%}}.cx-typewriter{overflow:hidden;white-space:nowrap;border-right:2px solid var(--cx-purple-400, #c084fc);animation:cx-typewriter 3s steps(30,end),cx-blink-caret .75s step-end infinite}.cx-orb{position:absolute;border-radius:50%;filter:blur(60px);opacity:.15;pointer-events:none}.cx-list{list-style:none;padding:0;margin:0}.cx-list-item{display:flex;align-items:center;gap:.625rem;padding:.5rem .75rem;font-size:.75rem;color:var(--cx-text-secondary, #d1d5db);border-radius:.375rem;transition:background .15s var(--cx-ease),transform .15s var(--cx-ease);position:relative}.cx-list-item:hover{background:#a855f70a;transform:translate3d(4px,0,0)}.cx-list-item:hover:before{content:"";position:absolute;left:0;top:0;bottom:0;width:2px;background:var(--cx-purple-500);border-radius:0 2px 2px 0}.cx-pagination{display:flex;align-items:center;gap:.25rem}.cx-pagination-item{min-width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;font-size:.6875rem;border-radius:.375rem;color:var(--cx-text-muted, #6b7280);cursor:pointer;transition:all .15s var(--cx-ease);border:1px solid transparent;background:transparent}.cx-pagination-item:hover{background:#a855f726;color:var(--cx-purple-300);transform:scale(1.1)}.cx-pagination-item.active{background:#a855f726;color:var(--cx-purple-300, #d8b4fe);border-color:#a855f740}.cx-pagination-item:disabled,.cx-pagination-item[disabled]{opacity:.3;cursor:not-allowed}.cx-log{font-family:JetBrains Mono,monospace;font-size:.6875rem;padding:.25rem .5rem;display:flex;gap:.5rem;align-items:baseline;border-left:2px solid transparent}.cx-log:hover{background:#a855f708}.cx-glass-ultra{background:linear-gradient(135deg,#a855f714,#3b82f60d);backdrop-filter:blur(20px) saturate(1.5);-webkit-backdrop-filter:blur(20px) saturate(1.5);border:1px solid rgba(168,85,247,.12);box-shadow:0 8px 32px #0000004d,inset 0 1px #ffffff0d}.cx-neon-border{border:1px solid rgba(168,85,247,.5);box-shadow:0 0 6px #a855f740,0 0 16px #a855f71a,inset 0 0 6px #a855f70f}.cx-hover-glow{transition:box-shadow var(--cx-duration-slow) var(--cx-ease)}.cx-hover-shine{position:relative;overflow:hidden}.cx-hover-shine:after{content:"";position:absolute;top:-50%;left:-60%;width:40%;height:200%;background:linear-gradient(105deg,transparent 40%,rgba(255,255,255,.04) 45%,rgba(255,255,255,.07) 50%,rgba(255,255,255,.04) 55%,transparent 60%);transform:translate(-100%);transition:none;pointer-events:none}.cx-hover-shine:hover:after{transform:translate(350%);transition:transform .6s ease}@keyframes cx-wave-shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.cx-skeleton-wave{background:linear-gradient(90deg,var(--cx-bg-surface) 0%,var(--cx-bg-raised) 20%,rgba(168,85,247,.06) 40%,var(--cx-bg-raised) 60%,var(--cx-bg-surface) 100%);background-size:200% 100%;animation:cx-wave-shimmer 2s ease-in-out infinite;border-radius:var(--cx-radius-sm)}.cx-card,.cx-card-base,.cx-panel,.cx-stat-card{contain:layout style}.cx-sidebar{contain:layout style paint}.cx-hover-lift:hover,.cx-hover-scale:hover,.cx-float,.cx-glow-pulse{will-change:transform}.cx-stat-compact{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:var(--cx-bg-surface);border:1px solid rgba(139,92,246,.1);border-radius:var(--cx-radius-md);transition:all .2s var(--cx-spring-snappy);container-type:inline-size}.cx-stat-compact:hover{border-color:#8b5cf640;background:#111827e6;transform:translateY(-1px);box-shadow:0 4px 16px #8b5cf614}.cx-stat-compact-icon{width:1.75rem;height:1.75rem;border-radius:var(--cx-radius-sm);display:flex;align-items:center;justify-content:center;font-size:.8rem;flex-shrink:0}.cx-stat-compact-value{font-size:var(--cx-type-md);font-weight:700;line-height:1;color:var(--cx-purple-200);letter-spacing:-.02em}.cx-stat-compact-label{font-size:var(--cx-type-xs);color:var(--cx-text-muted);line-height:1.1;white-space:nowrap}.cx-stat-compact-info{display:flex;flex-direction:column;gap:.125rem;min-width:0}.cx-stat-compact-trend{font-size:.5625rem;font-weight:600;padding:.0625rem .25rem;border-radius:.25rem;margin-left:auto;flex-shrink:0}.cx-micro-card{padding:.375rem .5rem;background:var(--cx-bg-surface);border:1px solid rgba(139,92,246,.08);border-radius:var(--cx-radius-sm);font-size:var(--cx-type-xs);transition:all .15s var(--cx-spring-snappy)}.cx-micro-card:hover{border-color:#8b5cf633;box-shadow:0 2px 8px #00000026}.cx-repo-compact{padding:.5rem .75rem;background:var(--cx-bg-surface);border:1px solid rgba(139,92,246,.1);border-radius:var(--cx-radius-md);transition:all .2s var(--cx-spring-snappy)}.cx-repo-compact:hover{border-color:#8b5cf64d;transform:translateY(-1px);box-shadow:0 4px 20px #8b5cf614}.cx-action-compact{display:flex;align-items:center;gap:.5rem;padding:.375rem .625rem;background:var(--cx-bg-surface);border:1px solid rgba(139,92,246,.08);border-radius:var(--cx-radius-sm);cursor:pointer;transition:all .15s var(--cx-spring-snappy);width:100%;text-align:left}.cx-action-compact:hover{border-color:#8b5cf640;background:#111827e6}@keyframes cx-live-breathe{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.3);opacity:.6}}@keyframes cx-live-ring{0%{transform:scale(1);opacity:.8}to{transform:scale(2.5);opacity:0}}.cx-live-dot{position:relative;width:6px;height:6px;border-radius:50%;background:#22c55e;animation:cx-live-breathe 2s ease-in-out infinite}.cx-live-dot:after{content:"";position:absolute;top:-2px;right:-2px;bottom:-2px;left:-2px;border-radius:50%;border:1.5px solid #22c55e;animation:cx-live-ring 2s ease-out infinite}.cx-live-dot--warning{background:#f59e0b}.cx-live-dot--warning:after{border-color:#f59e0b}.cx-live-dot--error{background:#ef4444}.cx-live-dot--error:after{border-color:#ef4444}.cx-live-dot--purple{background:var(--cx-purple-400)}.cx-live-dot--purple:after{border-color:var(--cx-purple-400)}@keyframes cx-cursor-blink{0%,50%{opacity:1}51%,to{opacity:0}}@keyframes cx-cursor-pulse{0%,to{opacity:1;box-shadow:0 0 4px currentColor}50%{opacity:.4;box-shadow:none}}.cx-stream-cursor{display:inline-block;width:2px;height:1em;background:var(--cx-purple-400);margin-left:1px;animation:cx-cursor-blink 1s step-end infinite;vertical-align:text-bottom}.cx-stream-cursor--block{width:.6em;background:#a855f780;animation:cx-cursor-pulse 1.2s ease-in-out infinite}.cx-signal-bars{display:flex;align-items:flex-end;gap:1.5px;height:12px}.cx-signal-bar{width:3px;border-radius:1px;background:#8b5cf633;transition:all .3s var(--cx-spring-smooth)}.cx-signal-bar--active{background:#22c55e}.cx-signal-bar--warning{background:#f59e0b}.cx-signal-bar--error{background:#ef4444}.cx-signal-bar:nth-child(1){height:25%}.cx-signal-bar:nth-child(2){height:50%}.cx-signal-bar:nth-child(3){height:75%}.cx-signal-bar:nth-child(4){height:100%}.cx-pulse-ring{position:relative;display:inline-flex;align-items:center;justify-content:center}.cx-pulse-ring:before,.cx-pulse-ring:after{animation-delay:1s}@keyframes cx-stream-progress{0%{background-position:200% 0}to{background-position:-200% 0}}.cx-stream-progress{height:2px;background:linear-gradient(90deg,transparent 0%,var(--cx-purple-500) 50%,transparent 100%);background-size:200% 100%;animation:cx-stream-progress 2s linear infinite;border-radius:1px}@keyframes cx-ticker-scroll{0%{transform:translateY(0)}to{transform:translateY(-50%)}}.cx-data-ticker{overflow:hidden;mask-image:linear-gradient(to bottom,transparent 0%,black 15%,black 85%,transparent 100%);-webkit-mask-image:linear-gradient(to bottom,transparent 0%,black 15%,black 85%,transparent 100%)}.cx-data-ticker-inner{animation:cx-ticker-scroll var(--cx-ticker-speed, 20s) linear infinite}.cx-spring-press{transition:transform .25s var(--cx-spring-bouncy)}.cx-spring-press:active{transform:scale(.95)}@keyframes cx-shimmer-scan{0%{transform:translate(-100%) skew(-15deg)}to{transform:translate(200%) skew(-15deg)}}.cx-shimmer-scan{position:relative;overflow:hidden}.cx-shimmer-scan:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.03),transparent);animation:cx-shimmer-scan 3s ease-in-out infinite}.cx-track-tight{letter-spacing:-.03em}.cx-text-pretty{text-wrap:pretty}.cx-text-gradient{background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.cx-text-gradient-purple{background-image:linear-gradient(135deg,var(--cx-purple-300),var(--cx-purple-500))}.cx-text-gradient-cyan{background-image:linear-gradient(135deg,#22d3ee,#06b6d4)}.cx-text-gradient-green{background-image:linear-gradient(135deg,#34d399,#10b981)}::selection{background:#8b5cf659;color:#f3e8ff}.cx-stat-compact,.cx-micro-card,.cx-repo-compact,.cx-card,.cx-panel{container-type:inline-size}@container (max-width: 120px){.cx-stat-compact{padding:.25rem .375rem;gap:.25rem}.cx-stat-compact-icon{width:1rem;height:1rem;font-size:.5rem}.cx-stat-compact-value{font-size:var(--cx-type-xs)}.cx-stat-compact-label,.cx-stat-compact-trend{display:none}}@container (max-width: 200px){.cx-stat-compact{padding:.375rem .5rem;gap:.375rem}.cx-stat-compact-icon{width:1.25rem;height:1.25rem;font-size:.625rem}.cx-stat-compact-value{font-size:var(--cx-type-sm)}.cx-stat-compact-label{font-size:.5625rem}.cx-stat-compact-trend{font-size:.5rem;padding:0 .1875rem}}@container (max-width: 200px){.cx-repo-compact .cx-badge{display:none}.cx-repo-compact .cx-btn{padding:.125rem .375rem;font-size:.5625rem}}@property --cx-border-angle{syntax: "<angle>"; initial-value: 0deg; inherits: false;}.cx-hover-border:hover{border-color:#8b5cf666!important}@keyframes cx-skeleton-wave{0%{background-position:-200% 0}to{background-position:200% 0}}.cx-skeleton{background:linear-gradient(90deg,#8b5cf60d 25%,#8b5cf61a,#8b5cf60d 75%);background-size:200% 100%;animation:cx-skeleton-wave 1.5s ease-in-out infinite;border-radius:var(--cx-radius-sm)}@keyframes cx-shimmer-slide{0%{transform:translate(-100%)}to{transform:translate(100%)}}.cx-shimmer{position:relative;overflow:hidden}.cx-shimmer:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,transparent,rgba(139,92,246,.08),transparent);animation:cx-shimmer-slide 2s ease-in-out infinite}.cx-neu{background:#111827;box-shadow:8px 8px 16px #0006,-8px -8px 16px #1f29374d;border-radius:var(--cx-radius-lg)}.cx-neu-inset{background:#111827;box-shadow:inset 4px 4px 8px #0006,inset -4px -4px 8px #1f29374d;border-radius:var(--cx-radius-lg)}.cx-neu-flat{background:linear-gradient(145deg,#0f1521,#131b2d);box-shadow:5px 5px 10px #0000004d,-5px -5px 10px #1f293733;border-radius:var(--cx-radius-md)}.cx-neu-btn{background:linear-gradient(145deg,#131b2d,#0f1521);box-shadow:4px 4px 8px #00000059,-4px -4px 8px #1f293740;border-radius:var(--cx-radius-md);cursor:pointer;transition:all .15s}.cx-neu-btn:active{box-shadow:inset 3px 3px 6px #0006,inset -3px -3px 6px #1f293740}.cx-perspective{perspective:1000px}@keyframes cx-glitch-1{0%,to{clip-path:inset(0 0 95% 0);transform:translate(0)}20%{clip-path:inset(20% 0 60% 0);transform:translate(-3px,2px)}40%{clip-path:inset(40% 0 30% 0);transform:translate(3px,-1px)}60%{clip-path:inset(60% 0 10% 0);transform:translate(-2px,1px)}80%{clip-path:inset(10% 0 70% 0);transform:translate(2px,-2px)}}@keyframes cx-glitch-2{0%,to{clip-path:inset(95% 0 0 0);transform:translate(0)}20%{clip-path:inset(60% 0 20% 0);transform:translate(3px,-2px)}40%{clip-path:inset(30% 0 40% 0);transform:translate(-3px,1px)}60%{clip-path:inset(10% 0 60% 0);transform:translate(2px,-1px)}80%{clip-path:inset(70% 0 10% 0);transform:translate(-2px,2px)}}.cx-glitch{position:relative;display:inline-block}.cx-glitch:before,.cx-glitch:after{content:attr(data-text);position:absolute;top:0;right:0;bottom:0;left:0}.cx-glitch:before{color:#06b6d4;animation:cx-glitch-1 2s infinite linear alternate-reverse;z-index:-1}.cx-glitch:after{color:#f43f5e;animation:cx-glitch-2 2s infinite linear alternate-reverse;z-index:-1}.cx-neon-purple{text-shadow:0 0 7px #a855f7,0 0 10px #a855f7,0 0 21px #a855f7,0 0 42px #7c3aed,0 0 82px #7c3aed;color:#e9d5ff}.cx-neon-cyan{text-shadow:0 0 7px #06b6d4,0 0 10px #06b6d4,0 0 21px #06b6d4,0 0 42px #0891b2,0 0 82px #0891b2;color:#cffafe}.cx-neon-green{text-shadow:0 0 7px #10b981,0 0 10px #10b981,0 0 21px #10b981,0 0 42px #059669,0 0 82px #059669;color:#d1fae5}.cx-neon-red{text-shadow:0 0 7px #ef4444,0 0 10px #ef4444,0 0 21px #ef4444,0 0 42px #dc2626,0 0 82px #dc2626;color:#fee2e2}.cx-neon-gold{text-shadow:0 0 7px #f59e0b,0 0 10px #f59e0b,0 0 21px #f59e0b,0 0 42px #d97706,0 0 82px #d97706;color:#fef3c7}@keyframes cx-neon-flicker{0%,19%,21%,23%,25%,54%,56%,to{opacity:1}20%,24%,55%{opacity:.4}}.cx-neon-flicker{animation:cx-neon-flicker 3s infinite}.cx-holographic{background:linear-gradient(135deg,#a855f7,#06b6d4,#10b981,#f59e0b,#ec4899,#a855f7);background-size:400% 400%;animation:cx-holo-shift 6s ease infinite;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.cx-iridescent{background:linear-gradient(135deg,#667eea,#764ba2,#f093fb,#4facfe,#00f2fe);background-size:300% 300%;animation:cx-holo-shift 5s ease infinite}.cx-clip-diamond{clip-path:polygon(50% 0%,100% 50%,50% 100%,0% 50%)}.cx-clip-hexagon{clip-path:polygon(25% 0%,75% 0%,100% 50%,75% 100%,25% 100%,0% 50%)}.cx-clip-star{clip-path:polygon(50% 0%,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%)}.cx-clip-blob{clip-path:polygon(30% 0%,70% 0%,95% 20%,100% 55%,85% 85%,55% 100%,20% 95%,0% 65%,5% 30%)}@keyframes cx-gradient-rotate{0%{--cx-grad-angle: 0deg}to{--cx-grad-angle: 360deg}}@property --cx-grad-angle{syntax: "<angle>"; initial-value: 0deg; inherits: false;}.cx-border-gradient-spin{border:2px solid transparent;border-radius:var(--cx-radius-md);background:linear-gradient(var(--cx-bg-surface),var(--cx-bg-surface)) padding-box,conic-gradient(from var(--cx-grad-angle),#a855f7,#06b6d4,#10b981,#f59e0b,#a855f7) border-box;animation:cx-gradient-rotate 3s linear infinite}.cx-border-gradient-purple{border:1px solid transparent;border-radius:var(--cx-radius-md);background:linear-gradient(var(--cx-bg-surface),var(--cx-bg-surface)) padding-box,linear-gradient(135deg,#a855f7,#7c3aed) border-box}.cx-border-gradient-cyber{border:1px solid transparent;border-radius:var(--cx-radius-md);background:linear-gradient(var(--cx-bg-surface),var(--cx-bg-surface)) padding-box,linear-gradient(135deg,#06b6d4,#a855f7) border-box}.cx-pattern-dots{background-image:radial-gradient(rgba(139,92,246,.15) 1px,transparent 1px);background-size:16px 16px}.cx-pattern-grid{background-image:linear-gradient(rgba(139,92,246,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(139,92,246,.08) 1px,transparent 1px);background-size:24px 24px}.cx-pattern-diagonal{background-image:repeating-linear-gradient(45deg,transparent,transparent 10px,rgba(139,92,246,.05) 10px,rgba(139,92,246,.05) 11px)}.cx-pattern-cross{background-image:radial-gradient(rgba(139,92,246,.12) 1.5px,transparent 1.5px),radial-gradient(rgba(139,92,246,.12) 1.5px,transparent 1.5px);background-size:20px 20px;background-position:0 0,10px 10px}.cx-pattern-circuit{background-image:linear-gradient(rgba(139,92,246,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(139,92,246,.06) 1px,transparent 1px),radial-gradient(rgba(139,92,246,.1) 2px,transparent 2px);background-size:40px 40px,40px 40px,40px 40px;background-position:0 0,0 0,20px 20px}.cx-conic-purple{background:conic-gradient(from 0deg,#a855f7,#7c3aed,#6b21a8,#a855f7)}.cx-conic-rainbow{background:conic-gradient(#ef4444,#f59e0b,#10b981,#06b6d4,#a855f7,#ec4899,#ef4444)}.cx-conic-cyber{background:conic-gradient(from 45deg,#a855f7,#06b6d4,#a855f7)}.cx-flip-card{perspective:1000px}.cx-prompt-box{display:flex;align-items:flex-end;gap:.5rem;padding:.5rem;background:var(--cx-bg-surface);border:1px solid rgba(139,92,246,.15);border-radius:var(--cx-radius-lg);transition:border-color .2s}.cx-prompt-box:focus-within{border-color:#8b5cf666;box-shadow:0 0 0 3px #8b5cf614}.cx-prompt-box textarea{flex:1;background:transparent;border:none;color:var(--cx-text-primary);font-size:var(--cx-type-sm);resize:none;outline:none;max-height:120px;line-height:1.5}:root{--cx-terminal-bg: #0a0a0f;--cx-terminal-text: #e4e4e7;--cx-terminal-border: rgba(168, 85, 247, .1);--cx-log-bg: #09090b;--cx-log-font: "JetBrains Mono", "Fira Code", "Cascadia Code", monospace;--cx-accent-purple: #a855f7;--cx-accent-cyan: #06b6d4;--cx-success: #22c55e;--cx-warning: #f59e0b;--cx-danger: #ef4444;--cx-info-blue: #3b82f6;--cx-muted: #71717a;--cx-surface-900: #18181b;--cx-surface-950: #09090b;--cx-border-700: #3f3f46;--cx-border-800: #27272a}.cx-log-stream{background:var(--cx-log-bg);color:var(--cx-terminal-text);font-family:var(--cx-log-font);font-size:.8125rem;line-height:1.6;border-radius:.5rem;border:1px solid var(--cx-border-800);padding:.75rem;overflow-y:auto;max-height:28rem;scrollbar-width:thin;scrollbar-color:var(--cx-border-700) transparent}.cx-log-stream::-webkit-scrollbar{width:6px}.cx-log-stream::-webkit-scrollbar-track{background:transparent}.cx-log-stream::-webkit-scrollbar-thumb{background:var(--cx-border-700);border-radius:3px}.cx-alert-rule{background:var(--cx-surface-900);border:1px solid var(--cx-border-800);border-left:4px solid var(--cx-border-700);border-radius:.5rem;padding:.875rem 1rem;transition:border-color .2s ease,box-shadow .2s ease}.cx-alert-rule:hover{box-shadow:0 0 0 1px #a855f726}.cx-alert-warning{border-left-color:var(--cx-warning)}.cx-alert-info{border-left-color:var(--cx-info-blue)}.cx-incident-timeline{position:relative;padding-left:1.75rem}.cx-incident-timeline:before{content:"";position:absolute;left:.5rem;top:0;bottom:0;width:2px;background:var(--cx-border-700)}.cx-container-card{background:var(--cx-surface-900);border:1px solid var(--cx-border-800);border-radius:.5rem;padding:.75rem 1rem;display:flex;align-items:center;gap:.625rem;transition:border-color .2s ease}.cx-container-card:hover{border-color:var(--cx-border-700)}.cx-metric-sparkline{display:inline-flex;align-items:flex-end;gap:1px;height:1.5rem;padding:.125rem;background:var(--cx-surface-950);border-radius:.25rem;overflow:hidden}.cx-rate-limit-gauge{position:relative;width:3rem;height:3rem;border-radius:50%;background:conic-gradient(var(--cx-accent-cyan) calc(var(--cx-gauge-pct, 50) * 1%),var(--cx-border-800) 0);display:flex;align-items:center;justify-content:center}.cx-rate-limit-gauge:after{content:"";width:2.25rem;height:2.25rem;border-radius:50%;background:var(--cx-surface-900)}.cx-cron-schedule{font-family:var(--cx-log-font);letter-spacing:.04em}.cx-model-card{background:linear-gradient(135deg,#a855f70f,#06b6d40a);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(168,85,247,.15);border-radius:.75rem;padding:1rem 1.25rem;transition:border-color .25s ease,box-shadow .25s ease}.cx-model-card:hover{border-color:#a855f759;box-shadow:0 4px 24px #a855f714}.cx-command-history{background:var(--cx-terminal-bg);font-family:var(--cx-log-font);font-size:.8125rem;border:1px solid var(--cx-terminal-border);border-radius:.5rem;padding:.75rem;overflow-x:auto}[data-reduce-motion] .cx-float,[data-reduce-motion] .cx-glow-pulse,[data-reduce-motion] .cx-hover-shine:after,[data-reduce-motion] .cx-click-ripple:after,[data-reduce-motion] .cx-skeleton-wave,[data-reduce-motion] .cx-text-shimmer,[data-reduce-motion] .cx-hover-lift:hover,[data-reduce-motion] .cx-hover-scale:hover{transform:none!important}[data-reduce-motion] .cx-hover-glow:hover{box-shadow:0 0 8px #a855f726!important}@media(prefers-contrast:high){.cx-card,.cx-card-base{border-width:2px}.cx-badge{border:1px solid currentColor}}.cx-skeleton-card{height:8rem;width:100%}.cx-reveal{opacity:0;transform:translateY(16px);transition:opacity .5s var(--cx-ease),transform .5s var(--cx-ease)}.cx-reveal.visible{opacity:1;transform:none}.cx-depth-1{background:var(--cx-bg-surface)}.cx-depth-2{background:var(--cx-bg-raised)}.cx-theme-transition,.cx-theme-transition *,.cx-theme-transition *:before,.cx-theme-transition *:after{transition:background-color .3s var(--cx-ease),border-color .3s var(--cx-ease),color .3s var(--cx-ease),box-shadow .3s var(--cx-ease),fill .3s var(--cx-ease)!important}@media(max-width:767px){.cx-header{padding:.5rem .75rem;gap:.5rem}}@media(max-width:480px){.cx-header{flex-wrap:wrap}}@media(max-width:767px){.cx-card,.cx-stat-card{padding:.75rem}}@media(max-width:480px){.cx-card{padding:.5rem}}.cx-btn,[class*=cx-btn-],.cx-icon-btn,.cx-card-interactive,.cx-quick-action,.cx-tab,.cx-pagination-item,.cx-action-compact,.cx-toggle,.cx-checkbox,.cx-radio,.cx-color-swatch,.cx-file-drop,.cx-neu-btn,.cx-spring-press,.cx-click-shrink,.cx-click-ripple,.cx-alive-button,[data-cx] button,[data-cx] a,[data-cx] [role=button],[data-cx] [role=tab],[data-cx] [role=menuitem],[data-cx] [role=option],[data-cx] [role=checkbox],[data-cx] [role=radio],[data-cx] [role=switch],[data-cx] input,[data-cx] select,[data-cx] textarea{touch-action:manipulation}.cx-card-interactive:active{transform:scale(.98);opacity:.92}.cx-quick-action:active{transform:translate(2px) scale(.98);opacity:.9}.cx-tab:active{opacity:.85}.cx-pagination-item:active{transform:scale(.92)}.cx-action-compact:active{background:#8b5cf626;transform:scale(.98)}.cx-stat-compact:active,.cx-micro-card:active,.cx-repo-compact:active{transform:scale(.98)}.cx-feature-card:active,.cx-alive-card:active{transform:translateY(0) scale(.98)}.cx-alive-button:active{transform:scale(.95)}.cx-list-item:active{background:#a855f714}.cx-color-swatch:active{transform:scale(.9)}.cx-hover-lift:active{transform:translateY(0)}.cx-hover-scale:active{transform:scale(.95)}.cx-neu-btn:active{box-shadow:inset 3px 3px 6px #0006,inset -3px -3px 6px #1f293740;transform:scale(.97)}.cx-icon-btn,.cx-pagination-item{min-width:44px;min-height:44px}.cx-tab{min-height:44px;padding-left:.75rem;padding-right:.75rem}.cx-action-compact,.cx-list-item{min-height:44px}.cx-toggle{min-width:44px;min-height:28px}.cx-checkbox,.cx-radio{min-width:22px;min-height:22px}.cx-color-swatch{min-width:44px;min-height:44px}.cx-range::-webkit-slider-thumb{width:22px;height:22px}.cx-range::-moz-range-thumb{width:22px;height:22px}@media(max-width:767px){.cx-input,.cx-prompt-box textarea{font-size:16px!important}}@media(max-width:767px){[data-cx] input,[data-cx] select,[data-cx] textarea{font-size:max(16px,.8125rem)!important}}[data-cx] input,[data-cx] textarea,[data-cx] select{scroll-margin-top:80px}@media(max-width:767px){.cx-btn{min-height:44px;padding:.5rem 1rem}.cx-btn-sm{min-height:44px}.cx-input{min-height:44px;padding:.5rem .75rem;font-size:16px!important}button:not(.cx-btn):not([class*=cx-btn-]){min-height:36px}select,textarea{min-height:44px;font-size:16px}button:active:not(:disabled){opacity:.85}}@media(max-width:375px){body{font-size:13px}.cx-card{padding:.5rem}.cx-btn{font-size:.75rem;padding:.375rem .75rem}.cx-stat-card{padding:.5rem}.cx-stat-card .text-2xl,.cx-stat-card .text-xl{font-size:1.25rem}}html[data-cx]{-webkit-text-size-adjust:100%;text-size-adjust:100%}@supports (padding: env(safe-area-inset-top)){.cx-header{padding-top:max(.5rem,env(safe-area-inset-top));padding-left:max(.75rem,env(safe-area-inset-left));padding-right:max(.75rem,env(safe-area-inset-right))}.cx-sidebar{padding-bottom:max(.75rem,env(safe-area-inset-bottom))}}.cx-sidebar,.cx-scrollbar-hidden,[style*=overflow]{-webkit-overflow-scrolling:touch}@media(max-width:767px){input[type=text],input[type=email],input[type=password],input[type=search],input[type=number],input[type=tel],input[type=url],select,textarea{font-size:16px!important}}.cx-tab{position:relative;transition:color .2s var(--cx-ease),background .2s var(--cx-ease)}.cx-tab:hover{color:var(--cx-purple-300);background:#a855f70f}.cx-tab:after{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background:var(--cx-purple-500);transform:scaleX(0);transform-origin:50% 50%;transition:transform .2s var(--cx-ease)}.cx-tab:hover:after{transform:scaleX(1)}.cx-feature-card{transition:transform .2s var(--cx-ease),box-shadow .2s var(--cx-ease),border-color .2s var(--cx-ease)}.cx-feature-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #0000004d,0 0 20px #a855f71a;border-color:var(--cx-border-hover)}.cx-feature-card:hover .cx-feature-icon{transform:scale(1.15);filter:drop-shadow(0 0 8px rgba(168,85,247,.4))}.cx-feature-icon{transition:transform .3s var(--cx-spring),filter .3s var(--cx-ease)}.cx-space-1{gap:.25rem}.cx-space-2{gap:.5rem}.cx-space-3{gap:.75rem}.cx-space-4{gap:1rem}.cx-space-6{gap:1.5rem}.cx-space-8{gap:2rem}[data-reduce-motion] .cx-float,[data-reduce-motion] .cx-glow-pulse,[data-reduce-motion] .cx-spin,[data-reduce-motion] .cx-marquee,[data-reduce-motion] .cx-orb,[data-reduce-motion] .cx-parallax{animation:none!important}.cx-animate-fade-up{animation:cx-fade-up .3s var(--cx-ease) both}.cx-animate-scale-in{animation:cx-scale-in .2s var(--cx-spring-snappy) both}.cx-animate-slide-up{animation:cx-slide-up .3s var(--cx-ease) both}.cx-spin{animation:cx-spin 1s linear infinite}.cx-bounce{animation:cx-bounce 1s ease-in-out infinite}.cx-wiggle{animation:cx-wiggle .3s ease-in-out}.cx-glow-pulse{animation:cx-glow-pulse 2s ease-in-out infinite}.cx-border-flow{animation:cx-border-flow 2s ease-in-out infinite}.cx-transition-fast{transition:all .1s var(--cx-ease)}.cx-transition{transition:all .15s var(--cx-ease)}.cx-transition-slow{transition:all .3s var(--cx-ease)}.cx-transition-spring{transition:all .2s var(--cx-spring-snappy)}.cx-transition-bouncy{transition:all .3s var(--cx-spring-bouncy)}[aria-live=polite],[aria-live=assertive]{position:relative}@media(forced-colors:active){.cx-btn,.cx-card,.cx-panel,.cx-badge{border:1px solid CanvasText}.cx-btn:focus-visible{outline:2px solid Highlight}}.cx-text-2xs{font-size:.625rem;line-height:1.2}.cx-text-xs{font-size:var(--cx-type-xs);line-height:1.3}.cx-text-sm{font-size:var(--cx-type-sm);line-height:1.4}.cx-text-base{font-size:var(--cx-type-base);line-height:1.5}.cx-text-lg{font-size:var(--cx-type-lg);line-height:1.4}.cx-text-xl{font-size:var(--cx-type-xl);line-height:1.3}.cx-text-2xl{font-size:var(--cx-type-2xl);line-height:1.2}.cx-tabular{font-variant-numeric:tabular-nums}.cx-text-primary{color:var(--cx-text-primary)}.cx-text-secondary{color:var(--cx-text-secondary)}.cx-text-muted{color:var(--cx-text-muted)}.cx-text-ghost{color:var(--cx-text-ghost)}.cx-text-accent{color:var(--cx-accent)}.cx-text-success{color:var(--cx-success)}.cx-text-warning{color:var(--cx-warning)}.cx-text-danger{color:var(--cx-danger)}.cx-text-info{color:var(--cx-info)}.cx-surface-0{background:var(--cx-bg-void)}.cx-surface-1{background:var(--cx-bg-deep)}.cx-surface-2{background:var(--cx-bg-base)}.cx-surface-3{background:var(--cx-bg-surface)}.cx-surface-4{background:var(--cx-bg-raised)}.cx-elevation-0{box-shadow:none}.cx-elevation-1{box-shadow:0 1px 3px #0003,0 1px 2px #00000026}.cx-elevation-2{box-shadow:0 4px 6px #00000026,0 2px 4px #0000001a}.cx-elevation-3{box-shadow:0 10px 25px #0003,0 4px 10px #0000001a}.cx-elevation-4{box-shadow:0 20px 50px #00000040,0 8px 20px #00000026}.cx-glass-1{background:#11182766;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.cx-glass-2{background:#11182799;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.cx-glass-3{background:#111827cc;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.cx-border-danger{border-color:#f871714d}.cx-divider{height:1px;background:var(--cx-border)}[data-theme=rose]{--cx-bg-void: #0a0208;--cx-bg-deep: #12030a;--cx-bg-base: #1a0a12;--cx-bg-surface: #24101a;--cx-bg-raised: #301822;--cx-purple-300: #fda4af;--cx-purple-400: #fb7185;--cx-purple-500: #f43f5e;--cx-purple-600: #e11d48;--cx-purple-700: #be123c;--cx-accent: var(--cx-purple-500);--cx-accent-glow: var(--cx-purple-400);--cx-text-primary: #ffe4e6;--cx-border: rgba(244, 63, 94, .15);--cx-border-hover: rgba(244, 63, 94, .4);--cx-glow-sm: 0 0 8px rgba(244, 63, 94, .15);--cx-glow-md: 0 0 20px rgba(244, 63, 94, .12);--cx-glow-lg: 0 4px 40px rgba(244, 63, 94, .1);--cx-glow-text: 0 0 12px rgba(251, 113, 133, .4)}[data-cx] input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=button]):not([type=reset]):not([type=file]):not([type=image]):not([type=color]):not(.cx-input):not([data-no-cx]),[data-cx] textarea:not(.cx-input):not(.cx-textarea):not([data-no-cx]),[data-cx] select:not(.cx-input):not([data-no-cx]){display:inline-block!important;width:100%!important;min-height:var(--cx-input-height, 38px)!important;padding:.5rem .75rem!important;border-radius:var(--cx-radius-md, .5rem)!important;background:var(--cx-bg-raised, rgba(255, 255, 255, .04))!important;background-color:var(--cx-bg-raised, rgba(255, 255, 255, .04))!important;background-image:none!important;border:1px solid var(--cx-border, rgba(168, 85, 247, .18))!important;color:var(--cx-text-primary, #f4f4f5)!important;font-family:inherit!important;font-size:.8125rem!important;line-height:1.4!important;letter-spacing:-.005em!important;transition:border-color .16s cubic-bezier(.4,0,.2,1),background-color .16s cubic-bezier(.4,0,.2,1),box-shadow .16s cubic-bezier(.4,0,.2,1)!important;-moz-appearance:none!important;appearance:none!important;-webkit-appearance:none!important;box-shadow:none!important;transform:translateZ(0)}[data-cx] input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=button]):not([type=reset]):not([type=file]):not([type=image]):not([type=color]):not(.cx-input):not([data-no-cx]):hover:not(:focus),[data-cx] textarea:not(.cx-input):not(.cx-textarea):not([data-no-cx]):hover:not(:focus),[data-cx] select:not(.cx-input):not([data-no-cx]):hover:not(:focus){border-color:var(--cx-border-hover, rgba(168, 85, 247, .32))!important}[data-cx] input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=button]):not([type=reset]):not([type=file]):not([type=image]):not([type=color]):not(.cx-input):not([data-no-cx]):focus,[data-cx] textarea:not(.cx-input):not(.cx-textarea):not([data-no-cx]):focus,[data-cx] select:not(.cx-input):not([data-no-cx]):focus{outline:none!important;border-color:var(--cx-accent, #a855f7)!important;background:var(--cx-bg-surface, rgba(255, 255, 255, .06))!important;box-shadow:0 0 0 3px var(--cx-accent-ring, rgba(168, 85, 247, .18))!important}[data-cx] input::placeholder,[data-cx] textarea::placeholder{color:var(--cx-text-muted, rgba(255, 255, 255, .4))!important;opacity:1!important}[data-cx] input:-webkit-autofill,[data-cx] textarea:-webkit-autofill{-webkit-text-fill-color:var(--cx-text-primary, #f4f4f5)!important;-webkit-box-shadow:0 0 0 1000px var(--cx-bg-raised, rgba(255, 255, 255, .04)) inset!important;caret-color:var(--cx-text-primary, #f4f4f5);transition:background-color 9999s ease-in-out 0s}[data-cx] input.bg-white,[data-cx] input[class*=bg-white],[data-cx] input[class*=bg-slate],[data-cx] input[class*=bg-gray],[data-cx] input[class*=bg-zinc],[data-cx] textarea.bg-white,[data-cx] textarea[class*=bg-white],[data-cx] textarea[class*=bg-slate],[data-cx] textarea[class*=bg-gray],[data-cx] textarea[class*=bg-zinc],[data-cx] select.bg-white,[data-cx] select[class*=bg-white]{background-color:var(--cx-bg-raised, rgba(255, 255, 255, .04))!important;background-image:none!important;color:var(--cx-text-primary, #f4f4f5)!important;border-color:var(--cx-border, rgba(168, 85, 247, .18))!important}[data-cx] input[style*=background]:not(.cx-input):not([data-no-cx]),[data-cx] textarea[style*=background]:not(.cx-input):not([data-no-cx]){background-color:var(--cx-bg-raised, rgba(255, 255, 255, .04))!important;background-image:none!important}[data-cx] button:not(.cx-btn):not([class]):not([style*=background]):not([data-no-cx]){display:inline-flex;align-items:center;justify-content:center;gap:.4rem;min-height:36px;padding:.4rem .8rem;border-radius:var(--cx-radius-md, .5rem);background:#a855f714;border:1px solid rgba(168,85,247,.18);color:var(--cx-text-primary, #f4f4f5);font:inherit;font-size:.78rem;font-weight:500;line-height:1.2;cursor:pointer;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;transition:background-color .16s cubic-bezier(.4,0,.2,1),border-color .16s cubic-bezier(.4,0,.2,1),transform 80ms cubic-bezier(.4,0,.2,1);transform:translateZ(0)}@media(hover:hover){[data-cx] button:not(.cx-btn):not([class]):not([data-no-cx]):hover:not(:disabled){background:#a855f724;border-color:#a855f752}}@media(hover:none)and (pointer:coarse){[data-cx] button:not(.cx-btn):not([class]):not([data-no-cx]):active:not(:disabled),[data-cx] .cx-btn:active:not(:disabled),[data-cx] [role=button]:active:not(:disabled){transform:scale(.97) translateZ(0)}}[data-cx] button:not(.cx-btn):not([class]):not([data-no-cx]):disabled{opacity:.5;cursor:not-allowed}@media(max-width:767px){[data-cx] [class*="text-[10px"],[data-cx] [class*="text-[9px"],[data-cx] [class*="text-[9"],[data-cx] [class*="text-[8"],[data-cx] [class*="text-[7"],[data-cx] [class*="text-[6"]{font-size:11px!important}[data-cx] p:not([class*=text-]),[data-cx] label:not([class*=text-]),[data-cx] li:not([class*=text-]),[data-cx] span:not([class*=text-]):not([class*=cx-icon]){font-size:max(13px,1em)}[data-cx] .cx-text-micro,[data-cx] .cx-text-micro *{font-size:10px!important}}[data-cx] .cx-glass>button,[data-cx] .cx-segmented-item,[data-cx] [role=tab]{min-height:40px!important}@media(pointer:coarse){[data-cx] .cx-glass>button,[data-cx] .cx-segmented-item,[data-cx] [role=tab]{min-height:44px!important}}[data-mads-page=components] .space-y-4>*+*,[data-cx] .space-y-4>*+*{margin-top:1rem}[data-cx] h4[class*=text-purple-300]{font-size:.66rem!important;font-weight:600!important;letter-spacing:.06em;text-transform:uppercase;color:var(--cx-text-muted, #71717a)!important;margin-bottom:.5rem}@media(max-width:480px){[data-cx] .flex.flex-wrap.items-center.gap-3{gap:.5rem}}[data-cx] .cx-page-enter>*{animation:cx-fade-in .28s cubic-bezier(.22,1,.36,1) both;animation-delay:.1s}[data-cx] .p-5{padding:clamp(.75rem,2vw,1.25rem)!important}[data-cx] .cx-skeleton-card{min-height:200px;border-radius:.75rem;background:linear-gradient(90deg,#a855f70a,#a855f71f,#a855f70a);background-size:200% 100%;animation:cx-skeleton-sweep 1.6s linear infinite;border:1px solid rgba(168,85,247,.06)}[data-cx] .cx-page-enter:empty:before{content:"Loading components…";display:block;text-align:center;padding:4rem 1rem;color:var(--cx-text-muted);font-size:.85rem}@media(pointer:coarse){[data-cx] button:not([data-no-cx]),[data-cx] a[role=button],[data-cx] [role=button]:not([data-no-cx]),[data-cx] [role=tab],[data-cx] [role=menuitem],[data-cx] input[type=submit],[data-cx] input[type=button],[data-cx] select,[data-cx] .cx-btn:not(.cx-btn-xs),[data-cx] .cx-pill,[data-cx] .cx-tab,[data-cx] .cx-icon-btn,[data-cx] .cx-segmented-item{min-height:44px!important}[data-cx] .cx-btn-xs{position:relative;min-height:36px!important}[data-cx] .cx-btn-xs:before{content:"";position:absolute;top:-6px;right:-6px;bottom:-6px;left:-6px}[data-cx] input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=button]):not([type=reset]):not([type=file]):not([type=image]):not([type=color]),[data-cx] textarea{min-height:44px!important}}[data-cx] .cx-btn,[data-cx] .cx-card-interactive,[data-cx] [role=button],[data-cx] button,[data-cx] a{-webkit-tap-highlight-color:transparent;touch-action:manipulation}[data-cx] .cx-card,[data-cx] .cx-card-frosted,[data-cx] .cx-card-interactive,[data-cx] .cx-card-hover,[data-cx] .cx-btn,[data-cx] .cx-pill,[data-cx] .cx-stat-card,[data-cx] .cx-stat-compact,[data-cx] .cx-glass-ultra,[data-cx] .cx-glass,[data-cx] .cx-modal,[data-cx] .cx-drawer,[data-cx] .cx-toast,[data-cx] [data-stagger]>*,[data-cx] [data-reveal]{transform:translateZ(0);backface-visibility:hidden;-webkit-backface-visibility:hidden}[data-theme=cyber]{--cx-bg-void: #02030a;--cx-bg-deep: #050817;--cx-bg-base: #0a0e1f;--cx-bg-surface: #111530;--cx-bg-raised: #1c2148;--cx-purple-300: #67e8f9;--cx-purple-400: #22d3ee;--cx-purple-500: #06b6d4;--cx-purple-600: #0891b2;--cx-purple-700: #0e7490;--cx-accent: #ec4899;--cx-accent-glow: #f472b6;--cx-text-primary: #cffafe;--cx-border: rgba(34, 211, 238, .18);--cx-border-hover: rgba(236, 72, 153, .42);--cx-glow-sm: 0 0 8px rgba(34, 211, 238, .2);--cx-glow-md: 0 0 20px rgba(34, 211, 238, .18);--cx-glow-lg: 0 4px 40px rgba(236, 72, 153, .14);--cx-glow-text: 0 0 12px rgba(34, 211, 238, .5)}[data-theme=terra]{--cx-bg-void: #0f0a05;--cx-bg-deep: #15100a;--cx-bg-base: #1c1610;--cx-bg-surface: #2a2218;--cx-bg-raised: #3a2f23;--cx-purple-300: #fcd9b6;--cx-purple-400: #d4a574;--cx-purple-500: #b08a5b;--cx-purple-600: #8b6840;--cx-purple-700: #6b4f30;--cx-accent: #b08a5b;--cx-accent-glow: #d4a574;--cx-text-primary: #fcd9b6;--cx-border: rgba(176, 138, 91, .18);--cx-border-hover: rgba(176, 138, 91, .4);--cx-glow-sm: 0 0 8px rgba(176, 138, 91, .15);--cx-glow-md: 0 0 20px rgba(176, 138, 91, .12);--cx-glow-lg: 0 4px 40px rgba(212, 165, 116, .1);--cx-glow-text: 0 0 12px rgba(212, 165, 116, .4)}[data-theme=aurora]{--cx-bg-void: #0a0218;--cx-bg-deep: #100425;--cx-bg-base: #160b30;--cx-bg-surface: #1f1245;--cx-bg-raised: #2c1a5e;--cx-purple-300: #f0abfc;--cx-purple-400: #e879f9;--cx-purple-500: #d946ef;--cx-purple-600: #c026d3;--cx-purple-700: #a21caf;--cx-accent: #38bdf8;--cx-accent-glow: #7dd3fc;--cx-text-primary: #fae8ff;--cx-border: rgba(217, 70, 239, .18);--cx-border-hover: rgba(56, 189, 248, .4);--cx-glow-sm: 0 0 8px rgba(217, 70, 239, .2);--cx-glow-md: 0 0 20px rgba(56, 189, 248, .18);--cx-glow-lg: 0 4px 40px rgba(217, 70, 239, .14);--cx-glow-text: 0 0 12px rgba(232, 121, 249, .5)}[data-theme=mono]{--cx-bg-void: #050505;--cx-bg-deep: #0a0a0a;--cx-bg-base: #121212;--cx-bg-surface: #1c1c1c;--cx-bg-raised: #2a2a2a;--cx-purple-300: #e5e5e5;--cx-purple-400: #d4d4d4;--cx-purple-500: #a3a3a3;--cx-purple-600: #737373;--cx-purple-700: #525252;--cx-accent: #fafafa;--cx-accent-glow: #e5e5e5;--cx-text-primary: #fafafa;--cx-border: rgba(255, 255, 255, .1);--cx-border-hover: rgba(255, 255, 255, .25);--cx-glow-sm: 0 0 8px rgba(255, 255, 255, .06);--cx-glow-md: 0 0 20px rgba(255, 255, 255, .05);--cx-glow-lg: 0 4px 40px rgba(255, 255, 255, .04);--cx-glow-text: 0 0 12px rgba(255, 255, 255, .3)}[data-theme=candy]{--cx-bg-void: #1a0f1f;--cx-bg-deep: #25132c;--cx-bg-base: #2e1838;--cx-bg-surface: #3a2148;--cx-bg-raised: #4a2c5c;--cx-purple-300: #fbcfe8;--cx-purple-400: #f9a8d4;--cx-purple-500: #ec4899;--cx-purple-600: #db2777;--cx-purple-700: #be185d;--cx-accent: #a5f3fc;--cx-accent-glow: #67e8f9;--cx-text-primary: #fce7f3;--cx-border: rgba(249, 168, 212, .2);--cx-border-hover: rgba(165, 243, 252, .42);--cx-glow-sm: 0 0 8px rgba(249, 168, 212, .2);--cx-glow-md: 0 0 20px rgba(165, 243, 252, .18);--cx-glow-lg: 0 4px 40px rgba(249, 168, 212, .14);--cx-glow-text: 0 0 12px rgba(165, 243, 252, .5)}.cx-magnetic{transition:transform .2s cubic-bezier(.34,1.56,.64,1);transform-style:preserve-3d}@media(hover:hover){.cx-magnetic:hover{transform:translate3d(0,-2px,0) scale(1.02)}}.cx-tilt-3d{transform-style:preserve-3d;transition:transform .25s cubic-bezier(.22,1,.36,1)}@media(hover:hover){.cx-tilt-3d:hover{transform:perspective(1000px) rotateX(2deg) rotateY(-2deg) scale(1.01)}}.cx-text-reveal>*{display:inline-block;opacity:0;animation:cx-fade-up .6s cubic-bezier(.22,1,.36,1) forwards;animation-delay:calc(var(--cx-char-i, 0) * 35ms)}.cx-scroll-snap-x{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.cx-scroll-snap-x>*{scroll-snap-align:start}.cx-scroll-snap-y{scroll-snap-type:y mandatory;-webkit-overflow-scrolling:touch}.cx-spring-soft{transition-timing-function:cubic-bezier(.16,1.18,.5,1)}.cx-spring-bounce{transition-timing-function:cubic-bezier(.34,1.56,.64,1)}.cx-spring-elastic{transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)}.cx-ripple{position:relative;overflow:hidden}.cx-ripple:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at var(--cx-ripple-x, 50%) var(--cx-ripple-y, 50%),rgba(168,85,247,.35) 0%,transparent 60%);opacity:0;transition:opacity .2s;pointer-events:none}.cx-ripple:active:after{opacity:1;transition-duration:0ms}@keyframes cx-shake-error{0%,to{transform:translate(0)}20%,60%{transform:translate(-6px)}40%,80%{transform:translate(6px)}}.cx-shake-error{animation:cx-shake-error .38s cubic-bezier(.36,.07,.19,.97) both}@keyframes cx-pulse-soft{0%,to{transform:scale(1)}50%{transform:scale(1.04)}}.cx-pulse-soft{animation:cx-pulse-soft 1.6s cubic-bezier(.4,0,.6,1) infinite}.cx-form-group{display:flex;flex-direction:column;gap:.375rem}.cx-form-label{font-size:var(--cx-type-xs);font-weight:500;color:var(--cx-text-secondary);letter-spacing:.01em}.cx-form-help{font-size:.625rem;color:var(--cx-text-ghost)}.cx-form-error{font-size:.625rem;color:var(--cx-danger)}.cx-range{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:4px;background:#8b5cf626;border-radius:2px;outline:none;cursor:pointer}.cx-range::-webkit-slider-thumb{-webkit-appearance:none;width:14px;height:14px;border-radius:50%;background:var(--cx-accent);border:2px solid var(--cx-bg-surface);box-shadow:0 0 6px #8b5cf64d;cursor:grab;transition:all .15s var(--cx-ease)}.cx-range::-webkit-slider-thumb:hover{transform:scale(1.2);box-shadow:0 0 12px #8b5cf666}.cx-range::-webkit-slider-thumb:active{cursor:grabbing}.cx-range::-moz-range-thumb{width:14px;height:14px;border-radius:50%;background:var(--cx-accent);border:2px solid var(--cx-bg-surface);box-shadow:0 0 6px #8b5cf64d;cursor:grab}.cx-file-drop{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;padding:1.5rem;border:2px dashed var(--cx-border);border-radius:var(--cx-radius-lg);background:#8b5cf605;cursor:pointer;transition:all .2s var(--cx-ease);text-align:center}.cx-file-drop:hover,.cx-file-drop.cx-drag-over{border-color:var(--cx-accent);background:#8b5cf60d;box-shadow:0 0 20px #8b5cf614}.cx-file-drop-icon{font-size:1.5rem;opacity:.5}.cx-file-drop-text{font-size:var(--cx-type-xs);color:var(--cx-text-muted)}.cx-file-drop-hint{font-size:.5625rem;color:var(--cx-text-ghost)}.cx-color-swatch.cx-active{outline:2px solid var(--cx-accent);outline-offset:2px}.cx-active{background:#8b5cf614!important;border-color:var(--cx-border-hover)!important;color:var(--cx-text-primary)!important}:root{--cx-fluid-xs: clamp(.5625rem, .5rem + .15vw, .6875rem);--cx-fluid-sm: clamp(.6875rem, .625rem + .2vw, .8125rem);--cx-fluid-md: clamp(.8125rem, .75rem + .25vw, 1rem);--cx-fluid-lg: clamp(1rem, .9rem + .35vw, 1.25rem);--cx-fluid-xl: clamp(1.25rem, 1.1rem + .5vw, 1.75rem);--cx-fluid-2xl: clamp(1.5rem, 1.25rem + .75vw, 2.5rem);--cx-fluid-gap: clamp(.5rem, .4rem + .3vw, 1rem);--cx-fluid-pad: clamp(.75rem, .5rem + .5vw, 1.5rem)}.cx-card,.cx-panel,.cx-stat-compact,.cx-glass-ultra,.cx-micro-card,.cx-badge,.cx-btn,.cx-alert{transition:all .2s cubic-bezier(.4,0,.2,1)}.cx-hover-lift{transition:transform .2s cubic-bezier(.4,0,.2,1),box-shadow .2s ease}.cx-hover-lift:hover{transform:translateY(-2px);box-shadow:0 8px 25px #0003,0 0 10px #8b5cf60d}.cx-hover-glow:hover{box-shadow:0 0 20px #8b5cf626,0 4px 12px #00000026}.cx-border-gradient{position:relative;border:1px solid transparent;background-clip:padding-box}.cx-border-gradient:before{content:"";position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;border-radius:inherit;background:linear-gradient(135deg,#8b5cf64d,#06b6d433,#8b5cf61a);z-index:-1;mask:linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude}@keyframes cx-subtle-float{0%,to{transform:none}50%{transform:translateY(-2px)}}.cx-float{animation:cx-subtle-float 4s ease-in-out infinite}@media(max-width:480px){.cx-stat-compact{padding:.375rem .5rem;gap:.375rem}.cx-stat-compact-icon{width:1.375rem;height:1.375rem;font-size:.7rem}.cx-stat-compact-value{font-size:var(--cx-type-sm)}.cx-stat-compact-label{font-size:.5625rem}.cx-card{padding:.625rem}}@media(max-width:360px){.cx-stat-compact{padding:.25rem .375rem;gap:.25rem}.cx-stat-compact-icon{width:1.125rem;height:1.125rem;font-size:.6rem}.cx-stat-compact-value{font-size:.75rem}}@media print{nav,aside,.cx-sidebar,body{background:#fff!important;color:#000!important}.cx-card,.cx-card-base{border:1px solid #ddd!important;box-shadow:none!important;background:#fff!important}a{color:inherit!important;text-decoration:underline!important}a:after{content:" (" attr(href) ")";font-size:.8em}}:root{--cx-motion-instant: 50ms;--cx-motion-fast: .1s;--cx-motion-normal: .2s;--cx-motion-slow: .4s;--cx-motion-dramatic: .8s;--cx-motion-stagger-step: 50ms;--cx-motion-entrance: .35s;--cx-motion-exit: .2s;--cx-spring-tension: cubic-bezier(.22, 1.2, .36, 1);--cx-spring-overshoot: cubic-bezier(.34, 1.56, .64, 1);--cx-spring-elastic: cubic-bezier(.68, -.6, .32, 1.6);--cx-spring-gentle: cubic-bezier(.25, .8, .25, 1);--cx-ease-out-expo: cubic-bezier(.16, 1, .3, 1);--cx-ease-out-back: cubic-bezier(.34, 1.56, .64, 1);--cx-ease-in-out-quint: cubic-bezier(.86, 0, .07, 1);--cx-ease-elastic: cubic-bezier(.68, -.55, .265, 1.55)}.cx-gpu{will-change:transform,opacity}.cx-gpu[style*=animation],.cx-gpu:hover{transform:translateZ(0);backface-visibility:hidden}.cx-contain-layout{contain:layout}.cx-contain-paint{contain:paint}.cx-contain-strict{contain:strict}.cx-contain-content{contain:content}[class*=cx-]{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.cx-card-hover,.cx-card-interactive{opacity:1;transition:transform .2s cubic-bezier(.4,0,.2,1),box-shadow .2s cubic-bezier(.4,0,.2,1),border-color .2s cubic-bezier(.4,0,.2,1)}.cx-card-hover:hover,.cx-card-interactive:hover{opacity:1;transform:translateY(-2px);box-shadow:0 4px 20px #a855f714;will-change:transform}.cx-button,.cx-btn,[class*=cx-btn-]{opacity:1;transition:background-color .15s ease,border-color .15s ease,transform .1s ease,box-shadow .15s ease,color .15s ease}.cx-button:active,.cx-btn:active,[class*=cx-btn-]:active{transform:scale(.97);opacity:1}.cx-glass,.cx-card-frosted{-webkit-backdrop-filter:blur(16px) saturate(160%);backdrop-filter:blur(16px) saturate(160%);opacity:1;transition:transform .2s cubic-bezier(.4,0,.2,1),border-color .2s cubic-bezier(.4,0,.2,1),box-shadow .2s cubic-bezier(.4,0,.2,1)}.cx-glow-pulse{animation:cx-neon-pulse 2.5s ease-in-out infinite}@keyframes cx-neon-pulse{0%,to{box-shadow:0 0 4px #a855f733}50%{box-shadow:0 0 12px #a855f759,0 0 24px #a855f726}}.cx-text-gradient-purple,.cx-text-gradient-cyan,.cx-text-gradient-green,[class*=cx-text-gradient]{opacity:1;-webkit-text-fill-color:transparent;background-clip:text;-webkit-background-clip:text}.cx-card,.cx-panel,.cx-stat-compact,.cx-glass-ultra,.cx-micro-card,.cx-badge,.cx-btn,.cx-alert{transition-timing-function:cubic-bezier(.4,0,.2,1)}.cx-spinner{animation:cx-spin .8s linear infinite}.cx-tab-content-enter{animation:cx-tab-enter .25s cubic-bezier(.4,0,.2,1) both}.cx-no-transition{transition:none!important;animation:none!important}[data-cx]{opacity:1}[class*=cx-]{visibility:visible}[class*=cx-text-],.cx-card>*,.cx-button>*{opacity:inherit;color:inherit}@supports (-webkit-appearance: none){.cx-card,.cx-card-interactive,.cx-button,.cx-btn{-webkit-transform:translate3d(0,0,0)}}.cx-modal,.cx-drawer,.cx-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.cx-scrollbar-hidden{scrollbar-width:none;-ms-overflow-style:none}.cx-scrollbar-hidden::-webkit-scrollbar{display:none}main{padding-bottom:0}[class*=sticky][class*=top-0]{z-index:50}body[data-cx]{background:var(--cx-bg-base, #0a0e1a);color:var(--cx-text-primary, #e9d5ff)}@keyframes cx-enter-fade{0%{opacity:.98}to{opacity:1}}@keyframes cx-enter-slide-up{0%{opacity:.98;transform:translateY(16px)}to{opacity:1;transform:none}}@keyframes cx-enter-slide-down{0%{opacity:.98;transform:translateY(-16px)}to{opacity:1;transform:none}}@keyframes cx-enter-slide-left{0%{opacity:.98;transform:translate(24px)}to{opacity:1;transform:none}}@keyframes cx-enter-slide-right{0%{opacity:.98;transform:translate(-24px)}to{opacity:1;transform:none}}@keyframes cx-enter-scale{0%{opacity:.98;transform:scale(.85)}to{opacity:1;transform:none}}@keyframes cx-enter-scale-bounce{0%{opacity:.98;transform:scale(.5)}60%{opacity:1;transform:scale(1.08)}to{transform:none}}@keyframes cx-enter-flip-x{0%{opacity:.98;transform:perspective(400px) rotateX(-15deg)}to{opacity:1;transform:none}}@keyframes cx-enter-flip-y{0%{opacity:.98;transform:perspective(400px) rotateY(-15deg)}to{opacity:1;transform:none}}@keyframes cx-enter-blur{0%{opacity:.98;filter:blur(8px)}to{opacity:1;filter:none}}@keyframes cx-enter-drop{0%{opacity:.98;transform:translateY(-30px) scale(.9)}60%{transform:translateY(4px) scale(1.02)}to{opacity:1;transform:none}}@keyframes cx-enter-zoom-rotate{0%{opacity:.98;transform:scale(.7) rotate(-5deg)}to{opacity:1;transform:none}}.cx-enter-fade{animation:cx-enter-fade var(--cx-motion-entrance) var(--cx-ease-out-expo) both}.cx-enter-up{animation:cx-enter-slide-up var(--cx-motion-entrance) var(--cx-ease-out-expo) both}.cx-enter-down{animation:cx-enter-slide-down var(--cx-motion-entrance) var(--cx-ease-out-expo) both}.cx-enter-left{animation:cx-enter-slide-left var(--cx-motion-entrance) var(--cx-ease-out-expo) both}.cx-enter-right{animation:cx-enter-slide-right var(--cx-motion-entrance) var(--cx-ease-out-expo) both}.cx-enter-scale{animation:cx-enter-scale var(--cx-motion-entrance) var(--cx-spring-tension) both}.cx-enter-bounce{animation:cx-enter-scale-bounce var(--cx-motion-entrance) var(--cx-spring-overshoot) both}.cx-enter-flip-x{animation:cx-enter-flip-x var(--cx-motion-entrance) var(--cx-ease-out-expo) both}.cx-enter-flip-y{animation:cx-enter-flip-y var(--cx-motion-entrance) var(--cx-ease-out-expo) both}.cx-enter-blur{animation:cx-enter-blur var(--cx-motion-entrance) var(--cx-ease-out-expo) both}.cx-enter-drop{animation:cx-enter-drop .5s var(--cx-spring-tension) both}.cx-enter-zoom-rotate{animation:cx-enter-zoom-rotate var(--cx-motion-entrance) var(--cx-spring-overshoot) both}.cx-stagger>*{animation-delay:calc(var(--cx-stagger-index, 0) * var(--cx-motion-stagger-step));animation-fill-mode:both}.cx-stagger>*:nth-child(1){--cx-stagger-index: 0}.cx-stagger>*:nth-child(2){--cx-stagger-index: 1}.cx-stagger>*:nth-child(3){--cx-stagger-index: 2}.cx-stagger>*:nth-child(4){--cx-stagger-index: 3}.cx-stagger>*:nth-child(5){--cx-stagger-index: 4}.cx-stagger>*:nth-child(6){--cx-stagger-index: 5}.cx-stagger>*:nth-child(7){--cx-stagger-index: 6}.cx-stagger>*:nth-child(8){--cx-stagger-index: 7}.cx-stagger>*:nth-child(9){--cx-stagger-index: 8}.cx-stagger>*:nth-child(10){--cx-stagger-index: 9}.cx-stagger>*:nth-child(n+11){--cx-stagger-index: 10}.cx-stagger-fast{--cx-motion-stagger-step: 30ms}.cx-stagger-slow{--cx-motion-stagger-step: 80ms}.cx-stagger-dramatic{--cx-motion-stagger-step: .12s}@keyframes cx-spin{to{transform:rotate(360deg)}}@keyframes cx-bounce{0%,to{transform:none}50%{transform:translateY(-6px)}}@keyframes cx-wiggle{0%,to{transform:none}25%{transform:rotate(-3deg)}75%{transform:rotate(3deg)}}@keyframes cx-glow-pulse{0%,to{box-shadow:0 0 8px #8b5cf633}50%{box-shadow:0 0 20px #8b5cf666}}@keyframes cx-border-flow{0%{border-color:#8b5cf633}50%{border-color:#8b5cf680}to{border-color:#8b5cf633}}@keyframes cx-breathe{0%,to{transform:none;opacity:1}50%{transform:scale(1.03);opacity:.9}}@keyframes cx-sway{0%,to{transform:none}25%{transform:translate(2px) rotate(.5deg)}75%{transform:translate(-2px) rotate(-.5deg)}}@keyframes cx-orbit{0%{transform:rotate(0) translate(6px) rotate(0)}to{transform:rotate(360deg) translate(6px) rotate(-360deg)}}@keyframes cx-morph{0%,to{border-radius:30% 70% 70% 30%/30% 30% 70% 70%}25%{border-radius:58% 42% 75% 25%/76% 46% 54% 24%}50%{border-radius:50% 50% 33% 67%/55% 27% 73% 45%}75%{border-radius:33% 67% 58% 42%/63% 68% 32% 37%}}@keyframes cx-gradient-shift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes cx-flicker{0%,19%,21%,23%,25%,54%,56%,to{opacity:1}20%,24%,55%{opacity:.6}}@keyframes cx-typewriter-blink{0%,49%{border-right-color:currentColor}50%,to{border-right-color:transparent}}@keyframes cx-ripple-out{0%{box-shadow:0 0 #a855f766}to{box-shadow:0 0 0 15px #a855f700}}@keyframes cx-shake{0%,to{transform:none}10%,30%,50%,70%,90%{transform:translate(-3px)}20%,40%,60%,80%{transform:translate(3px)}}@keyframes cx-rubber-band{0%{transform:none}30%{transform:scaleX(1.25) scaleY(.75)}40%{transform:scaleX(.75) scaleY(1.25)}50%{transform:scaleX(1.15) scaleY(.85)}65%{transform:scaleX(.95) scaleY(1.05)}75%{transform:scaleX(1.05) scaleY(.95)}to{transform:none}}@keyframes cx-heartbeat{0%,40%,80%,to{transform:none}20%,60%{transform:scale(1.15)}}@keyframes cx-wobble{0%{transform:none}15%{transform:rotate(-5deg)}30%{transform:rotate(3deg)}45%{transform:rotate(-3deg)}60%{transform:rotate(2deg)}75%{transform:rotate(-1deg)}to{transform:none}}@keyframes cx-blink-caret{0%,to{border-color:transparent}50%{border-color:var(--cx-purple-400)}}.cx-breathe{animation:cx-breathe 4s ease-in-out infinite}.cx-sway{animation:cx-sway 6s ease-in-out infinite}.cx-orbit{animation:cx-orbit 8s linear infinite}.cx-morph{animation:cx-morph 8s ease-in-out infinite}.cx-gradient-shift{animation:cx-gradient-shift 6s ease infinite;background-size:200% 200%}.cx-flicker{animation:cx-flicker 3s linear infinite}.cx-typewriter-blink{border-right:2px solid;animation:cx-typewriter-blink 1s step-end infinite}.cx-ripple-out{animation:cx-ripple-out 1.5s ease-out infinite}.cx-shake{animation:cx-shake .5s ease}.cx-rubber-band{animation:cx-rubber-band .8s ease}.cx-heartbeat{animation:cx-heartbeat 1.5s ease-in-out infinite}.cx-hover-scale{transition:transform var(--cx-motion-fast) var(--cx-spring-tension)}.cx-hover-scale:hover{transform:scale(1.05)}.cx-hover-scale:active{transform:scale(.97)}.cx-hover-rise{transition:transform var(--cx-motion-normal) var(--cx-ease-out-expo),box-shadow var(--cx-motion-normal) var(--cx-ease-out-expo)}.cx-hover-rise:hover{transform:translateY(-4px);box-shadow:0 12px 24px -8px #a855f733,0 4px 8px -4px #0000004d}.cx-hover-glow-ring{transition:box-shadow var(--cx-motion-normal) var(--cx-ease)}.cx-hover-glow-ring:hover{box-shadow:0 0 0 3px #a855f726,0 0 20px #a855f71a}.cx-hover-border-glow{transition:border-color var(--cx-motion-normal) var(--cx-ease),box-shadow var(--cx-motion-normal) var(--cx-ease)}.cx-hover-border-glow:hover{border-color:#a855f766;box-shadow:inset 0 0 12px #a855f70d}.cx-hover-tilt{transition:transform var(--cx-motion-normal) var(--cx-ease);transform-style:preserve-3d}.cx-hover-tilt:hover{transform:perspective(600px) rotateX(2deg) rotateY(-2deg)}.cx-hover-bg-shift{transition:background-color var(--cx-motion-normal) var(--cx-ease)}.cx-hover-bg-shift:hover{background-color:#a855f714}.cx-click-ripple{position:relative;overflow:hidden}.cx-click-ripple:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at var(--cx-ripple-x, 50%) var(--cx-ripple-y, 50%),rgba(168,85,247,.3) 0%,transparent 60%);opacity:0;transition:opacity .3s ease}.cx-click-ripple:active:after{opacity:1}.cx-click-shrink{transition:transform var(--cx-motion-fast) var(--cx-spring-tension)}.cx-click-shrink:active{transform:scale(.95)}.cx-bg-gradient-animated{background:linear-gradient(-45deg,var(--cx-purple-900),var(--cx-bg-deep),rgba(168,85,247,.15),var(--cx-bg-base));background-size:400% 400%;animation:cx-gradient-shift 15s ease infinite}.cx-bg-mesh{background:radial-gradient(at 40% 20%,rgba(168,85,247,.08) 0%,transparent 50%),radial-gradient(at 80% 0%,rgba(96,165,250,.06) 0%,transparent 50%),radial-gradient(at 0% 50%,rgba(168,85,247,.04) 0%,transparent 50%),radial-gradient(at 80% 50%,rgba(34,197,94,.03) 0%,transparent 50%),radial-gradient(at 0% 100%,rgba(168,85,247,.06) 0%,transparent 50%)}.cx-bg-noise{position:relative}.cx-bg-noise:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;opacity:.03;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");pointer-events:none;z-index:0}.cx-text-shimmer{background:linear-gradient(90deg,var(--cx-purple-300) 0%,var(--cx-purple-100) 40%,var(--cx-purple-300) 80%);background-size:200% auto;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;animation:cx-gradient-shift 3s linear infinite}.cx-text-glow{text-shadow:0 0 6px rgba(168,85,247,.4),0 0 12px rgba(168,85,247,.2)}.cx-state-loading{position:relative;pointer-events:none;opacity:.7}.cx-state-loading:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,transparent 0%,rgba(168,85,247,.1) 50%,transparent 100%);animation:cx-skeleton-shimmer 1.5s ease-in-out infinite;background-size:200% 100%;border-radius:inherit}.cx-state-success{animation:cx-enter-scale-bounce .4s var(--cx-spring-overshoot) both;border-color:#22c55e!important}.cx-state-error{animation:cx-shake .4s ease both;border-color:#ef4444!important}@container (max-width: 300px){.cx-enter-up,.cx-enter-down,.cx-enter-left,.cx-enter-right,.cx-enter-scale,.cx-enter-bounce{animation-duration:calc(var(--cx-motion-entrance) * .6)}.cx-hover-rise:hover{transform:translateY(-2px)}}.cx-duration-slow{animation-duration:var(--cx-motion-slow)}.cx-alive-card{transition:transform .3s var(--cx-ease-out-expo),box-shadow .3s var(--cx-ease-out-expo),border-color .3s var(--cx-ease)}.cx-alive-card:hover{transform:translateY(-3px) scale(1.005);box-shadow:0 8px 30px -10px #a855f733,0 2px 8px -2px #0000004d;border-color:#a855f74d}.cx-alive-button{transition:all .2s var(--cx-spring-tension)}.cx-alive-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #a855f740}.cx-alive-button:active{transform:translateY(0) scale(.97);box-shadow:none;transition-duration:50ms}.cx-ambient-dots{background-image:radial-gradient(circle,rgba(168,85,247,.1) 1px,transparent 1px);background-size:20px 20px}.cx-ambient-grid{background-image:linear-gradient(rgba(168,85,247,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(168,85,247,.05) 1px,transparent 1px);background-size:24px 24px}.cx-btn:focus-visible,[role=button]:focus-visible,button:focus-visible{outline:2px solid var(--cx-purple-400);outline-offset:2px}.cx-btn:disabled{opacity:.5!important;filter:grayscale(30%);cursor:not-allowed!important;pointer-events:auto}.cx-btn:active:not(:disabled){transform:scale(.97)}.cx-card{transition:transform .2s var(--cx-ease),box-shadow .2s var(--cx-ease),border-color .2s var(--cx-ease)}.cx-card:hover{border-color:var(--cx-purple-500, rgba(168, 85, 247, .25))}[data-cx],[data-cx] *{scrollbar-color:var(--cx-purple-700, #581c87) var(--cx-bg-surface, #1e1b2e)}::selection{background:#a855f766;color:#fff}::-moz-selection{background:#a855f766;color:#fff}[data-reduce-motion] .cx-glow-pulse,[data-reduce-motion] .cx-dot-pulse,[data-reduce-motion] .cx-float,[data-reduce-motion] .cx-wiggle,[data-reduce-motion] .cx-bounce,[data-reduce-motion] .cx-spin,[data-reduce-motion] .cx-border-flow,[data-reduce-motion] .cx-skeleton-pulse{animation:none!important}[data-reduce-motion] .cx-hover-lift:hover,[data-reduce-motion] .cx-hover-glow:hover{transform:none!important}@media(max-width:375px){.cx-sidebar{width:240px!important}.cx-card,.cx-card-base{padding:.5rem!important}.cx-stat-card{padding:.375rem!important}.cx-header{padding:.5rem!important}.cx-btn{padding:.25rem .5rem!important;font-size:.625rem!important}h1{font-size:1.25rem!important}h2{font-size:1rem!important}h3{font-size:.875rem!important}}@keyframes cx-skeleton-shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.cx-skeleton-pulse{animation:cx-skeleton-shimmer 2s ease-in-out infinite;background:linear-gradient(90deg,#a855f714,#a855f726,#a855f714 80%);background-size:200% 100%}.cx-divider-glow{height:1px;background:var(--cx-purple-500, rgba(168, 85, 247, .4));box-shadow:0 0 8px #a855f74d;border:none}@container (max-width: 150px){.cx-stat-card{padding:.25rem}}.cx-hover-reveal{overflow:hidden}.cx-color-swatch{width:1.75rem;height:1.75rem;border-radius:50%;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease;border:2px solid transparent}.cx-color-swatch:hover{transform:scale(1.15)}.cx-color-swatch.selected{border-color:#fff;box-shadow:0 0 0 2px var(--cx-purple-400),0 0 8px #a855f74d}.cx-text-dim{color:var(--cx-text-dim)}.cx-text-dim-50{color:color-mix(in srgb,var(--cx-text-muted) 80%,transparent)}.cx-section-label{font-size:.625rem;font-weight:600;color:color-mix(in srgb,var(--cx-text-muted) 70%,transparent);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;margin-top:1rem}.cx-section-label:first-child{margin-top:0}:root{--cx-brand-primary: var(--primary-9, oklch(50% .17 265));--cx-brand-secondary: var(--secondary-9, oklch(50% .18 300));--cx-brand-gradient: var(--gradient-primary, linear-gradient(135deg, oklch(50% .17 265), oklch(50% .18 300)));--cx-color-success: var(--success, oklch(65% .18 145));--cx-color-warning: var(--warning, oklch(75% .16 85));--cx-color-danger: var(--danger, oklch(60% .22 25));--cx-color-info: var(--info, oklch(65% .15 230));--bg-surface: var(--cx-bg-surface, oklch(16% .008 265));--bg-elevated: var(--cx-bg-raised, oklch(20% .01 265));--text-primary: var(--cx-text-primary, oklch(95% .01 265));--text-secondary: var(--cx-text-secondary, oklch(75% .02 265));--text-muted: var(--cx-text-muted, oklch(55% .02 265));--border-default: var(--cx-border, oklch(30% .03 265 / .5));--cx-radius-sm: var(--radius-sm, 6px);--cx-radius-md: var(--radius-md, 10px);--cx-radius-lg: var(--radius-lg, 16px);--cx-radius-xl: var(--radius-xl, 24px);--cx-shadow-sm: 0 1px 3px rgba(0,0,0,.2);--cx-shadow-md: 0 4px 12px rgba(0,0,0,.25);--cx-shadow-lg: 0 8px 32px rgba(0,0,0,.3);--cx-transition-fast: .15s cubic-bezier(.16, 1, .3, 1);--cx-transition-normal: .25s cubic-bezier(.16, 1, .3, 1)}.cx-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem 1.25rem;font-size:.875rem;font-weight:500;font-family:inherit;line-height:1.5;border-radius:var(--cx-radius-md, 10px);border:1px solid transparent;cursor:pointer;transition:all var(--cx-transition-fast);text-decoration:none;-webkit-user-select:none;user-select:none}.cx-btn:active{transform:scale(.97)}.cx-btn-primary{background:var(--cx-brand-primary, oklch(50% .17 265));color:#fff;box-shadow:0 2px 10px color-mix(in srgb,var(--cx-brand-primary, #7c3aed) 30%,transparent)}.cx-btn-primary:hover{filter:brightness(1.1);box-shadow:0 4px 20px color-mix(in srgb,var(--cx-brand-primary, #7c3aed) 40%,transparent);transform:translateY(-1px)}.cx-btn-secondary{background:color-mix(in srgb,var(--cx-text-primary, #fff) 6%,transparent);color:var(--cx-text-secondary, oklch(75% .02 265));border-color:color-mix(in srgb,var(--cx-text-primary, #fff) 10%,transparent)}.cx-btn-secondary:hover{background:color-mix(in srgb,var(--cx-text-primary, #fff) 10%,transparent);color:var(--cx-text-primary, #fff)}.cx-btn-ghost{background:color-mix(in srgb,var(--cx-text-primary, #fff) 4%,transparent);color:var(--cx-text-secondary, oklch(75% .02 265));border-color:color-mix(in srgb,var(--cx-text-primary, #fff) 8%,transparent)}.cx-btn-ghost:hover{background:color-mix(in srgb,var(--cx-text-primary, #fff) 10%,transparent);color:var(--cx-text-primary, #fff);border-color:color-mix(in srgb,var(--cx-text-primary, #fff) 16%,transparent)}.cx-btn-danger{background:color-mix(in srgb,var(--cx-color-danger, #ef4444) 15%,transparent);color:var(--cx-color-danger, #ef4444);border-color:color-mix(in srgb,var(--cx-color-danger, #ef4444) 30%,transparent)}.cx-btn-sm{padding:.375rem .75rem;font-size:.75rem}.cx-badge-muted{background:color-mix(in srgb,var(--cx-text-muted, #64748b) 15%,transparent);color:var(--cx-text-muted, #64748b)}.cx-font-mono{--cx-font-mono: "SF Mono", "Menlo", "Monaco", "Consolas", monospace}[style*=--cx-user-accent]{--cx-accent: var(--cx-user-accent);--cx-accent-glow: color-mix(in srgb, var(--cx-user-accent) 30%, transparent)}.cx-act,.cx-act i,.cx-act .bi{color:#37306bb3!important;opacity:1!important;visibility:visible!important}.cx-act:hover,.cx-act:hover i{color:#37306b!important;background:#8b5cf61f!important}[data-theme=dark] .cx-act,[data-theme=dark] .cx-act i{color:#e2e8f0d9!important}[data-theme=dark] .cx-act:hover,[data-theme=dark] .cx-act:hover i{color:#fff!important}[data-cx] .cx-navbar,[data-cx] .sticky.top-0{z-index:1000}[data-cx] .cx-sidebar-browser{z-index:900}[data-cx] .cx-modal-backdrop{z-index:2000}[data-cx] .cx-modal{z-index:2001}[data-cx] .cx-drawer-backdrop{z-index:1500}[data-cx] .cx-drawer{z-index:1501}[data-cx] .cx-tooltip{z-index:3000}[data-cx] .cx-toast-container{z-index:3500}[data-cx] .cx-content{overflow-x:hidden;max-width:100vw}[data-cx] body{overflow-x:hidden}[data-cx] .cx-btn{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;vertical-align:middle}[data-cx] .cx-badge{display:inline-flex;align-items:center;gap:.25rem;vertical-align:middle}[data-cx] .cx-stat-card{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}[data-cx] .cx-card>div:first-child{display:flex;align-items:center}[data-cx] .cx-form-group{display:flex;flex-direction:column;gap:.35rem}[data-cx] .cx-form-group-horizontal{display:flex;align-items:center;gap:.75rem}[data-cx] .cx-tab-content{padding:1rem;overflow-x:hidden;max-width:100%}html[data-cx],html[data-cx] body,body[data-cx]{max-width:100vw;overflow-x:hidden;-webkit-text-size-adjust:100%;text-size-adjust:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}.cx-scroll,.cx-scroll-x,.cx-scroll-y,[class*=overflow-auto],[class*=overflow-y-auto],[class*=overflow-x-auto]{-webkit-overflow-scrolling:touch;overscroll-behavior:contain}.cx-btn,[class*=cx-btn-],.cx-card-interactive,.cx-tab,.cx-pagination-item,.cx-icon-btn,.cx-pill,.cx-toggle,button,a[role=button],[role=tab],[role=menuitem]{-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}@media(max-width:767px){input,select,textarea,.cx-input,[class*=cx-input-]{font-size:max(16px,1rem)}}.cx-animate-fade-in,.cx-animate-fade-up,.cx-animate-slide-up,.cx-animate-scale-in,.cx-animate-bounce-in,.cx-stagger>.cx-stagger-item{will-change:transform,opacity;backface-visibility:hidden}.cx-animate-fade-in,.cx-animate-fade-up,.cx-animate-slide-up,.cx-animate-scale-in,.cx-animate-bounce-in{animation-fill-mode:both}:root{--cx-touch-min: 44px;--cx-tap-feedback: .97;--cx-mobile-pad-y: .625rem;--cx-mobile-pad-x: 1rem;--cx-mobile-gap: .5rem;--cx-mobile-radius: .625rem}.cx-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;font-family:inherit;line-height:1.25;border-radius:.5rem;border:1px solid transparent;cursor:pointer;text-decoration:none;-webkit-user-select:none;user-select:none;white-space:nowrap;vertical-align:middle;transition:background-color .15s cubic-bezier(.4,0,.2,1),border-color .15s cubic-bezier(.4,0,.2,1),color .15s cubic-bezier(.4,0,.2,1),transform .1s cubic-bezier(.4,0,.2,1),box-shadow .2s cubic-bezier(.4,0,.2,1)}.cx-btn:not(.cx-btn-xs):not(.cx-btn-sm):not(.cx-btn-md):not(.cx-btn-lg){min-height:44px}.cx-btn:focus-visible{outline:2px solid #c084fc;outline-offset:2px}.cx-btn:disabled,.cx-btn[aria-disabled=true]{cursor:not-allowed;filter:brightness(.65) saturate(.7)}.cx-btn-primary{background:linear-gradient(135deg,#a855f7,#7c3aed);color:#fff;box-shadow:0 1px 3px #7c3aed59,inset 0 1px #ffffff1a}.cx-btn-primary:hover:not(:disabled){background:linear-gradient(135deg,#b266ff,#8b40f0);box-shadow:0 4px 12px #7c3aed73,inset 0 1px #ffffff26;transform:translateY(-1px)}.cx-btn-secondary{background:#ffffff0f;color:#ffffffd9;border-color:#ffffff1f}.cx-btn-secondary:hover:not(:disabled){background:#ffffff1a;color:#fff;border-color:#ffffff2e;transform:translateY(-1px)}.cx-btn-ghost{background:transparent;color:#ffffffb3;border-color:#ffffff14}.cx-btn-ghost:hover:not(:disabled){background:#ffffff0f;color:#fffffff2;border-color:#ffffff29}.cx-btn-outline{background:transparent;color:#c084fc;border:1.5px solid rgba(192,132,252,.55)}.cx-btn-outline:hover:not(:disabled){background:#c084fc1a;border-color:#c084fc;box-shadow:0 0 0 3px #c084fc1a}.cx-btn-danger{background:linear-gradient(135deg,#f87171,#dc2626);color:#fff;box-shadow:0 1px 3px #dc262659,inset 0 1px #ffffff1a}.cx-btn-danger:hover:not(:disabled){background:linear-gradient(135deg,#fb8585,#e93838);box-shadow:0 4px 12px #dc262673,inset 0 1px #ffffff26;transform:translateY(-1px)}.cx-btn-success{background:linear-gradient(135deg,#34d399,#059669);color:#fff;box-shadow:0 1px 3px #05966959,inset 0 1px #ffffff1a}.cx-btn-success:hover:not(:disabled){background:linear-gradient(135deg,#4ee3a8,#07a571);box-shadow:0 4px 12px #05966973,inset 0 1px #ffffff26;transform:translateY(-1px)}.cx-btn:active:not(:disabled),[class*=cx-btn-]:active:not(:disabled){transform:scale(var(--cx-tap-feedback, .97)) translateY(0);transition-duration:80ms}.cx-btn-xs{padding:.25rem .5rem;font-size:.625rem;border-radius:.35rem;min-height:28px;min-width:auto;gap:.25rem;line-height:1.2}.cx-btn-sm{padding:.375rem .75rem;font-size:.6875rem;border-radius:.4rem;min-height:32px;min-width:auto;gap:.3rem;line-height:1.2}.cx-btn-md{padding:.5rem 1rem;font-size:.8125rem;border-radius:.5rem;min-height:40px;gap:.4rem;line-height:1.25}.cx-btn-lg{padding:.625rem 1.25rem;font-size:.9375rem;border-radius:.6rem;min-height:48px;gap:.5rem;line-height:1.3}.cx-btn-group{display:inline-flex;align-items:stretch;border-radius:.5rem;overflow:hidden;flex-wrap:wrap;gap:1px;background:#ffffff14;padding:1px}.cx-btn-group .cx-btn{border-radius:.4rem;margin:0}.cx-tab-strip{display:flex;gap:.25rem;overflow-x:auto;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;scrollbar-width:none;scroll-snap-type:x proximity;padding:.25rem}.cx-tab-strip::-webkit-scrollbar{display:none}.cx-tab-strip>*{scroll-snap-align:start;flex-shrink:0}.cx-hscroll-shell{position:relative;overflow:hidden;isolation:isolate}.cx-hscroll-shell:after{content:"";position:absolute;top:0;right:0;bottom:0;width:2.25rem;pointer-events:none;background:linear-gradient(to left,var(--cx-bg-base, oklch(15% .01 280)) 0%,transparent 100%);opacity:.85;z-index:1}@media(min-width:1024px){.cx-hscroll-shell:after{display:none}}@media(max-width:1023px){.cx-kanban,[class*=kanban][class*=flex][class*=overflow-x-auto]{position:relative;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain}.cx-kanban>*,[class*=kanban][class*=overflow-x-auto]>*{scroll-snap-align:start}@media(max-width:480px){.cx-kanban>[class*=min-w-],[class*=overflow-x-auto]>[class*="min-w-[240px]"]{min-width:75vw!important;max-width:75vw!important}}}@media(max-width:767px){.cx-table-wrap,[class*=table][class*=overflow]{overflow-x:auto;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain}table{max-width:100%}}[class*=cx-animate-],.cx-fade-in,.cx-glow-pulse,.cx-orbit,.cx-float,.cx-bounce,.cx-wiggle,.cx-breathe,.cx-sway,.cx-morph,.cx-flicker,.cx-shake,.cx-shine,.cx-noise,.cx-card-hover,.cx-card-interactive,.cx-hover-lift,.cx-hover-glow{-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.cx-card-hover:hover,.cx-card-interactive:hover,.cx-hover-lift:hover,.cx-hover-glow:hover,.cx-shine:hover,.cx-noise:hover{will-change:transform,opacity}.cx-stagger>*{-webkit-backface-visibility:hidden;backface-visibility:hidden}@supports (-webkit-touch-callout: none){[class*=cx-animate-],.cx-card-hover,.cx-card-interactive,.cx-stagger>*{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}[class*=cx-animate-]{animation-timing-function:cubic-bezier(.22,1,.36,1)!important}}.cx-glass,.cx-glass-2,.cx-glass-3,.cx-glass-ultra,.cx-card-frosted{isolation:isolate;contain:layout style paint;-webkit-backdrop-filter:blur(12px) saturate(160%);backdrop-filter:blur(12px) saturate(160%)}@media(max-width:767px){.cx-glass,.cx-glass-2,.cx-glass-3,.cx-glass-ultra,.cx-card-frosted{-webkit-backdrop-filter:blur(10px) saturate(150%);backdrop-filter:blur(10px) saturate(150%)}[class*=cx-card],[class*=cx-btn],.cx-tab,.cx-pill{transition-property:transform,background-color,border-color,color,box-shadow,opacity}}@media(hover:none)and (pointer:coarse){.cx-card-hover:hover,.cx-card-interactive:hover,.cx-hover-lift:hover,.cx-hover-rise:hover{transform:translateZ(0)!important;box-shadow:inherit!important}}[data-reduce-motion] .cx-marquee,[data-reduce-motion] .cx-spin,[data-reduce-motion] .cx-float,[data-reduce-motion] .cx-glow-pulse,[data-reduce-motion] .cx-orb,[data-reduce-motion] .cx-text-shimmer,[data-reduce-motion] .cx-skeleton-wave,[data-reduce-motion] .cx-wave-shimmer{animation:none!important}@keyframes cx-fade-in{0%{opacity:.4;transform:translate3d(0,6px,0)}to{opacity:1;transform:translateZ(0)}}@keyframes cx-fade-up{0%{opacity:0;transform:translate3d(0,12px,0)}to{opacity:1;transform:translateZ(0)}}@keyframes cx-scale-in{0%{opacity:.5;transform:scale(.94) translateZ(0)}to{opacity:1;transform:scale(1) translateZ(0)}}@keyframes cx-slide-up{0%{opacity:.4;transform:translate3d(0,16px,0)}to{opacity:1;transform:translateZ(0)}}@keyframes cx-bounce-in{0%{opacity:.5;transform:scale(.85) translateZ(0)}60%{opacity:1;transform:scale(1.02) translateZ(0)}to{opacity:1;transform:scale(1) translateZ(0)}}.cx-fade-in,.cx-animate-fade-in{animation-duration:.28s;animation-timing-function:cubic-bezier(.22,1,.36,1);animation-fill-mode:both}.cx-animate-fade-up{animation-duration:.32s;animation-timing-function:cubic-bezier(.22,1,.36,1);animation-fill-mode:both}.cx-animate-slide-up{animation-duration:.36s;animation-timing-function:cubic-bezier(.22,1,.36,1);animation-fill-mode:both}.cx-animate-scale-in{animation-duration:.28s;animation-timing-function:cubic-bezier(.22,1,.36,1);animation-fill-mode:both}.cx-animate-bounce-in{animation-duration:.48s;animation-timing-function:cubic-bezier(.34,1.56,.64,1);animation-fill-mode:both}.cx-stagger>.cx-stagger-item:nth-child(1){animation-delay:0ms}.cx-stagger>.cx-stagger-item:nth-child(2){animation-delay:24ms}.cx-stagger>.cx-stagger-item:nth-child(3){animation-delay:48ms}.cx-stagger>.cx-stagger-item:nth-child(4){animation-delay:72ms}.cx-stagger>.cx-stagger-item:nth-child(5){animation-delay:96ms}.cx-stagger>.cx-stagger-item:nth-child(6){animation-delay:.12s}.cx-stagger>.cx-stagger-item:nth-child(7){animation-delay:144ms}.cx-stagger>.cx-stagger-item:nth-child(8){animation-delay:168ms}.cx-stagger>.cx-stagger-item:nth-child(n+9){animation-delay:168ms}.cx-card-hover,.cx-card-interactive{transition-property:transform,box-shadow,border-color,background-color;transition-duration:.18s;transition-timing-function:cubic-bezier(.22,1,.36,1)}.cx-card-hover:hover:not(:active),.cx-card-interactive:hover:not(:active){transform:translate3d(0,-2px,0)}.cx-btn,[class*=cx-btn-]{transition-property:transform,background-color,border-color,color,box-shadow,opacity;transition-duration:.14s;transition-timing-function:cubic-bezier(.22,1,.36,1)}.cx-btn:active:not(:disabled),[class*=cx-btn-]:active:not(:disabled){transform:scale(.96) translateZ(0);transition-duration:80ms}:root{--cx-ease-out: cubic-bezier(.22, 1, .36, 1);--cx-ease-in-out: cubic-bezier(.65, 0, .35, 1);--cx-ease-spring: cubic-bezier(.34, 1.56, .64, 1);--cx-ease-spring-soft: cubic-bezier(.16, 1.18, .5, 1);--cx-ease-bounce: cubic-bezier(.68, -.6, .32, 1.6)}@keyframes cx-reveal-up{0%{opacity:0;transform:translate3d(0,24px,0) scale(.96);filter:blur(6px)}60%{opacity:1;filter:blur(0)}to{opacity:1;transform:translateZ(0) scale(1);filter:blur(0)}}@keyframes cx-reveal-zoom{0%{opacity:0;transform:scale(.85) translateZ(0);filter:blur(8px)}to{opacity:1;transform:scale(1) translateZ(0);filter:blur(0)}}@keyframes cx-reveal-slide-left{0%{opacity:0;transform:translate3d(-32px,0,0)}to{opacity:1;transform:translateZ(0)}}@keyframes cx-reveal-slide-right{0%{opacity:0;transform:translate3d(32px,0,0)}to{opacity:1;transform:translateZ(0)}}@keyframes cx-spring-in{0%{opacity:0;transform:scale(.5) translateZ(0)}50%{opacity:1;transform:scale(1.08) translateZ(0)}72%{transform:scale(.96) translateZ(0)}88%{transform:scale(1.02) translateZ(0)}to{transform:scale(1) translateZ(0)}}.cx-animate-reveal{animation:cx-reveal-up .48s var(--cx-ease-spring-soft) both}.cx-animate-zoom-in{animation:cx-reveal-zoom .36s var(--cx-ease-out) both}.cx-animate-slide-left{animation:cx-reveal-slide-left .36s var(--cx-ease-out) both}.cx-animate-slide-right{animation:cx-reveal-slide-right .36s var(--cx-ease-out) both}.cx-animate-spring{animation:cx-spring-in .56s var(--cx-ease-spring) both}.cx-hover-glow{position:relative;transition:box-shadow .24s var(--cx-ease-out),transform .24s var(--cx-ease-out)}.cx-hover-glow:hover:not(:active){box-shadow:0 0 0 1px #a855f740,0 8px 24px -4px #a855f759,0 0 32px -8px #a855f773;transform:translate3d(0,-2px,0)}.cx-hover-lift{transition:transform .28s var(--cx-ease-spring-soft),box-shadow .28s var(--cx-ease-out)}.cx-hover-lift:hover:not(:active){transform:translate3d(0,-4px,0);box-shadow:0 16px 32px -8px #0006,0 0 0 1px #a855f726}.cx-hover-tilt{transition:transform .32s var(--cx-ease-out);transform-style:preserve-3d}.cx-hover-tilt:hover:not(:active){transform:perspective(800px) rotateX(2deg) rotateY(-2deg) translate3d(0,-2px,0)}.cx-shine{position:relative;overflow:hidden}.cx-shine:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(105deg,transparent 0%,transparent 40%,rgba(255,255,255,.12) 50%,transparent 60%,transparent 100%);transform:translate(-100%);pointer-events:none;transition:transform .7s var(--cx-ease-out)}.cx-shine:hover:after{transform:translate(100%)}@keyframes cx-holo-shift{0%{background-position:0% 50%}to{background-position:200% 50%}}.cx-hover-holo:hover{background:linear-gradient(110deg,#a855f72e,#22d3ee2e,#ec48992e 60%,#a855f72e);background-size:200% 100%;animation:cx-holo-shift 2.4s linear infinite}.cx-btn-primary,.cx-btn-danger,.cx-btn-success{position:relative;overflow:hidden}.cx-btn-primary:before,.cx-btn-danger:before,.cx-btn-success:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(105deg,transparent 30%,rgba(255,255,255,.18) 50%,transparent 70%);transform:translate3d(-100%,0,0);transition:transform .6s var(--cx-ease-out);pointer-events:none}.cx-btn-primary:hover:before,.cx-btn-danger:hover:before,.cx-btn-success:hover:before{transform:translate3d(100%,0,0)}.cx-btn:active:not(:disabled),[class*=cx-btn-]:active:not(:disabled){transition:transform .12s var(--cx-ease-spring)!important}@keyframes cx-pop-in{0%{opacity:0;transform:scale(.6) translate3d(0,12px,0)}60%{transform:scale(1.05) translateZ(0)}to{opacity:1;transform:scale(1) translateZ(0)}}.cx-stat-card-value{animation:cx-pop-in .6s var(--cx-ease-spring-soft) both}@keyframes cx-tab-enter{0%{opacity:.6;transform:translate3d(0,4px,0)}to{opacity:1;transform:translateZ(0)}}[role=tabpanel]{animation:cx-tab-enter .2s var(--cx-ease-out) both}@keyframes cx-focus-pulse{0%,to{box-shadow:0 0 0 2px #a855f773,0 0 0 4px #a855f726}50%{box-shadow:0 0 0 2px #a855f799,0 0 0 6px #a855f740}}.cx-pulse-focus:focus-visible{animation:cx-focus-pulse 1.6s ease-in-out infinite;outline:none}@keyframes cx-skeleton-sweep{0%{background-position:-200% 0}to{background-position:200% 0}}.cx-skeleton,.cx-skeleton-pulse{background:linear-gradient(90deg,#a855f70f,#a855f72e,#a855f70f);background-size:200% 100%;animation:cx-skeleton-sweep 1.6s linear infinite}.cx-reveal{opacity:0;transform:translate3d(0,24px,0);transition:opacity .6s var(--cx-ease-out),transform .6s var(--cx-ease-spring-soft)}.cx-reveal.cx-revealed{opacity:1;transform:translateZ(0)}@keyframes cx-orb-drift{0%,to{transform:translateZ(0) scale(1)}33%{transform:translate3d(8px,-12px,0) scale(1.05)}66%{transform:translate3d(-6px,6px,0) scale(.98)}}.cx-orb{animation:cx-orb-drift 12s ease-in-out infinite;will-change:transform}@keyframes cx-breathe-soft{0%,to{transform:scale(1) translateZ(0)}50%{transform:scale(1.015) translateZ(0)}}.cx-breathe-soft{animation:cx-breathe-soft 4s ease-in-out infinite}@media(max-width:767px){.cx-animate-reveal{animation-duration:.38s}.cx-animate-zoom-in,.cx-animate-slide-left,.cx-animate-slide-right{animation-duration:.28s}.cx-animate-spring{animation-duration:.46s}.cx-hover-lift:hover:not(:active){box-shadow:0 8px 16px -4px #00000059,0 0 0 1px #a855f72e}.cx-hover-tilt:hover:not(:active){transform:translate3d(0,-2px,0)}}:root{--cx-ease-overshoot: cubic-bezier(.18, 1.32, .48, .97);--cx-ease-snap: cubic-bezier(.05, .7, .1, 1);--cx-ease-anticipate: cubic-bezier(.68, -.55, .27, 1.55);--cx-ease-drag: cubic-bezier(.2, 0, 0, 1);--cx-ease-tick: steps(1, end)}@keyframes cx-overshoot{0%{opacity:0;transform:translate3d(0,14px,0) scale(.96)}60%{opacity:1;transform:translate3d(0,-3px,0) scale(1.015)}to{opacity:1;transform:translateZ(0) scale(1)}}@keyframes cx-settle{0%{transform:translate3d(0,24px,0);opacity:0}55%{transform:translate3d(0,-2px,0);opacity:1}80%{transform:translate3d(0,1px,0)}to{transform:translateZ(0)}}@keyframes cx-elastic-snap{0%{transform:translateZ(0)}35%{transform:translate3d(0,-4px,0)}60%{transform:translate3d(0,2px,0)}85%{transform:translate3d(0,-1px,0)}to{transform:translateZ(0)}}@keyframes cx-magnetic-pull{to{transform:translate3d(var(--cx-pull-x, 0),var(--cx-pull-y, 0),0)}}.cx-magnetic-pull{transform:translate3d(var(--cx-pull-x, 0),var(--cx-pull-y, 0),0);transition:transform .22s var(--cx-ease-out);will-change:transform}@keyframes cx-pop{0%{transform:scale(.6);opacity:0}60%{transform:scale(1.08);opacity:1}to{transform:scale(1)}}@keyframes cx-drop-in{0%{transform:translate3d(0,-110%,0);opacity:0}70%{transform:translate3d(0,4px,0);opacity:1}to{transform:translateZ(0)}}@keyframes cx-lift-out{0%{transform:translateZ(0) scale(1);opacity:1}to{transform:translate3d(0,-8px,0) scale(.96);opacity:0}}@keyframes cx-flip-in-x{0%{transform:perspective(800px) rotateX(80deg);opacity:0}to{transform:perspective(800px) rotateX(0);opacity:1}}@keyframes cx-flip-in-y{0%{transform:perspective(800px) rotateY(80deg);opacity:0}to{transform:perspective(800px) rotateY(0);opacity:1}}@keyframes cx-blur-in{0%{opacity:0;filter:blur(10px)}to{opacity:1;filter:blur(0)}}@keyframes cx-rubber-band{0%{transform:scaleZ(1)}30%{transform:scale3d(1.18,.82,1)}40%{transform:scale3d(.88,1.12,1)}50%{transform:scale3d(1.06,.94,1)}65%{transform:scale3d(.96,1.04,1)}to{transform:scaleZ(1)}}@keyframes cx-jelly{0%,to{transform:scaleZ(1)}30%{transform:scale3d(1.1,.9,1)}60%{transform:scale3d(.95,1.05,1)}}.cx-animate-overshoot{animation:cx-overshoot .48s var(--cx-ease-overshoot) both}.cx-animate-settle{animation:cx-settle .56s var(--cx-ease-spring-soft) both}.cx-animate-elastic{animation:cx-elastic-snap .52s var(--cx-ease-out) both}.cx-animate-pop{animation:cx-pop .36s var(--cx-ease-spring) both}.cx-animate-drop-in{animation:cx-drop-in .52s var(--cx-ease-spring-soft) both}.cx-animate-lift-out{animation:cx-lift-out .24s var(--cx-ease-in-out) both}.cx-animate-flip-x{animation:cx-flip-in-x .52s var(--cx-ease-spring-soft) both;transform-style:preserve-3d}.cx-animate-flip-y{animation:cx-flip-in-y .52s var(--cx-ease-spring-soft) both;transform-style:preserve-3d}.cx-animate-blur-in{animation:cx-blur-in .42s var(--cx-ease-out) both}.cx-animate-rubber-band{animation:cx-rubber-band .8s var(--cx-ease-out) both}.cx-animate-jelly{animation:cx-jelly .42s var(--cx-ease-spring) both}.cx-animate-spin{animation:cx-spin .8s linear infinite}.cx-hover-jelly:hover:not(:active){animation:cx-jelly .36s var(--cx-ease-spring)}.cx-hover-rubber:hover:not(:active){animation:cx-rubber-band .7s var(--cx-ease-out)}.cx-hover-pop:hover:not(:active){transform:scale(1.04) translate3d(0,-1px,0);transition:transform .18s var(--cx-ease-spring)}.cx-hover-press:active{transform:scale(.97);transition:transform 80ms var(--cx-ease-in-out)}.cx-hover-glow:hover:not(:active){box-shadow:var(--cx-glow-md, 0 0 28px -6px var(--cx-accent, #a855f7));transition:box-shadow .24s var(--cx-ease-out)}.cx-hover-tilt-3d:hover:not(:active){transform:perspective(800px) rotateX(2deg) rotateY(-2deg) translate3d(0,-2px,0);transition:transform .32s var(--cx-ease-spring-soft)}.cx-hover-shimmer-y{position:relative;overflow:hidden}.cx-hover-shimmer-y:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent 0%,rgba(255,255,255,.1) 50%,transparent 100%);transform:translate3d(0,-100%,0);transition:transform .72s var(--cx-ease-out);pointer-events:none}.cx-hover-shimmer-y:hover:after{transform:translate3d(0,100%,0)}@keyframes cx-pulse-soft{0%,to{opacity:1;transform:scale(1)}50%{opacity:.85;transform:scale(1.015)}}.cx-loop-pulse-soft{animation:cx-pulse-soft 2.4s var(--cx-ease-in-out) infinite}.cx-loop-breathe{animation:cx-breathe-soft 4s var(--cx-ease-in-out) infinite}.cx-loop-float{animation:cx-float 3.6s var(--cx-ease-in-out) infinite}.cx-loop-spin-slow{animation:cx-spin 12s linear infinite}.cx-loop-spin{animation:cx-spin 1s linear infinite}.cx-loop-bounce{animation:cx-bounce 1.4s var(--cx-ease-in-out) infinite}.cx-dur-fast{animation-duration:.18s!important}.cx-dur-base{animation-duration:.28s!important}.cx-dur-slow{animation-duration:.42s!important}.cx-dur-slower{animation-duration:.6s!important}.cx-dur-slowest{animation-duration:.9s!important}.cx-delay-0{animation-delay:0ms!important}.cx-delay-50{animation-delay:50ms!important}.cx-delay-100{animation-delay:.1s!important}.cx-delay-200{animation-delay:.2s!important}.cx-delay-300{animation-delay:.3s!important}.cx-delay-500{animation-delay:.5s!important}.cx-fill-forwards{animation-fill-mode:forwards!important}.cx-fill-backwards{animation-fill-mode:backwards!important}.cx-fill-both{animation-fill-mode:both!important}.cx-iter-1{animation-iteration-count:1!important}.cx-iter-2{animation-iteration-count:2!important}.cx-iter-3{animation-iteration-count:3!important}.cx-iter-infinite{animation-iteration-count:infinite!important}.cx-reverse{animation-direction:reverse!important}.cx-alternate{animation-direction:alternate!important}.cx-pause-on-hover:hover,.cx-paused{animation-play-state:paused!important}.cx-scroll-snap-x{scroll-snap-type:x mandatory;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:thin}.cx-scroll-snap-x>*{scroll-snap-align:start;flex-shrink:0}.cx-scroll-snap-y{scroll-snap-type:y mandatory;overflow-y:auto;scrollbar-width:thin}.cx-scroll-snap-y>*{scroll-snap-align:start}.cx-gpu-transform{will-change:transform}.cx-gpu-opacity{will-change:opacity}.cx-gpu-transform-opacity{will-change:transform,opacity}.cx-gpu-transform.cx-anim-done,.cx-gpu-opacity.cx-anim-done,.cx-gpu-transform-opacity.cx-anim-done{will-change:auto}[data-reduce-motion] .cx-animate-overshoot,[data-reduce-motion] .cx-animate-settle,[data-reduce-motion] .cx-animate-elastic,[data-reduce-motion] .cx-animate-pop,[data-reduce-motion] .cx-animate-drop-in,[data-reduce-motion] .cx-animate-lift-out,[data-reduce-motion] .cx-animate-flip-x,[data-reduce-motion] .cx-animate-flip-y,[data-reduce-motion] .cx-animate-blur-in,[data-reduce-motion] .cx-animate-rubber-band,[data-reduce-motion] .cx-animate-jelly,[data-reduce-motion] .cx-loop-pulse-soft,[data-reduce-motion] .cx-loop-breathe,[data-reduce-motion] .cx-loop-float,[data-reduce-motion] .cx-loop-spin-slow,[data-reduce-motion] .cx-loop-bounce{animation:none!important;opacity:1!important;transform:none!important;filter:none!important}@keyframes cx-damped-oscillate{0%{transform:translateZ(0)}20%{transform:translate3d(0,-10px,0)}40%{transform:translate3d(0,6px,0)}60%{transform:translate3d(0,-3px,0)}80%{transform:translate3d(0,1px,0)}to{transform:translateZ(0)}}@keyframes cx-gravity-drop{0%{transform:translate3d(0,-40px,0);opacity:0}60%{transform:translate3d(0,4px,0);opacity:1}75%{transform:translate3d(0,-2px,0)}to{transform:translateZ(0)}}@keyframes cx-recoil{0%{transform:translateZ(0)}30%{transform:translate3d(0,6px,0) scale(.97)}60%{transform:translate3d(0,-2px,0) scale(1.01)}to{transform:translateZ(0) scale(1)}}@keyframes cx-momentum-fling-right{0%{transform:translateZ(0);opacity:1}40%{transform:translate3d(40%,0,0);opacity:.8}to{transform:translate3d(120%,0,0);opacity:0}}@keyframes cx-momentum-fling-left{0%{transform:translateZ(0);opacity:1}40%{transform:translate3d(-40%,0,0);opacity:.8}to{transform:translate3d(-120%,0,0);opacity:0}}@keyframes cx-inertia-stop{0%{transform:translate3d(80%,0,0)}60%{transform:translate3d(2%,0,0)}to{transform:translateZ(0)}}@keyframes cx-shake-x{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-3px,0,0)}20%,40%,60%,80%{transform:translate3d(3px,0,0)}}@keyframes cx-shake-y{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0,-3px,0)}20%,40%,60%,80%{transform:translate3d(0,3px,0)}}@keyframes cx-vibrate{0%,to{transform:translateZ(0)}25%{transform:translate3d(-.5px,.5px,0)}50%{transform:translate3d(.5px,-.5px,0)}75%{transform:translate3d(-.3px,.3px,0)}}@keyframes cx-wobble-soft{0%,to{transform:translateZ(0) rotate(0)}15%{transform:translate3d(-4%,0,0) rotate(-2deg)}30%{transform:translate3d(3%,0,0) rotate(1.5deg)}45%{transform:translate3d(-2%,0,0) rotate(-1deg)}60%{transform:translate3d(1%,0,0) rotate(.5deg)}}@keyframes cx-bob{0%,to{transform:translateZ(0)}50%{transform:translate3d(0,-4px,0)}}@keyframes cx-heartbeat-soft{0%,35%,to{transform:scale(1)}10%,25%{transform:scale(1.06)}}@keyframes cx-push-back{0%,to{transform:translateZ(0) scale(1)}50%{transform:translateZ(-10px) scale(.97)}}.cx-animate-damped{animation:cx-damped-oscillate .72s var(--cx-ease-out) both}.cx-animate-gravity-drop{animation:cx-gravity-drop .52s var(--cx-ease-spring-soft) both}.cx-animate-recoil{animation:cx-recoil .36s var(--cx-ease-spring) both}.cx-animate-fling-right{animation:cx-momentum-fling-right .36s var(--cx-ease-drag) both}.cx-animate-fling-left{animation:cx-momentum-fling-left .36s var(--cx-ease-drag) both}.cx-animate-inertia{animation:cx-inertia-stop .48s var(--cx-ease-snap) both}.cx-animate-shake-x{animation:cx-shake-x .38s var(--cx-ease-in-out) both}.cx-animate-shake-y{animation:cx-shake-y .38s var(--cx-ease-in-out) both}.cx-animate-vibrate{animation:cx-vibrate .14s linear 2 both}.cx-animate-wobble-soft{animation:cx-wobble-soft .64s var(--cx-ease-out) both}.cx-animate-bob{animation:cx-bob 2.2s var(--cx-ease-in-out) infinite}.cx-animate-heartbeat{animation:cx-heartbeat-soft 1.2s var(--cx-ease-in-out) infinite}.cx-animate-push-back{animation:cx-push-back .28s var(--cx-ease-spring) both}.cx-hover-shake:hover{animation:cx-shake-x .38s var(--cx-ease-in-out)}.cx-hover-wobble:hover{animation:cx-wobble-soft .64s var(--cx-ease-out)}.cx-hover-vibrate:hover{animation:cx-vibrate .14s linear 2}.cx-hover-bob{animation:cx-bob 2.4s var(--cx-ease-in-out) infinite paused}.cx-hover-bob:hover{animation-play-state:running}.cx-hover-push-back:active{animation:cx-push-back .28s var(--cx-ease-spring)}.cx-hover-magnetic{transition:transform .26s var(--cx-ease-spring-soft);will-change:transform}.cx-hover-magnetic:hover{transform:translate3d(0,-2px,0) scale(1.015)}.cx-hover-lift-3d{transition:transform .32s var(--cx-ease-spring-soft),box-shadow .32s var(--cx-ease-out);transform:translateZ(0)}.cx-hover-lift-3d:hover{transform:translate3d(0,-6px,0) perspective(800px) rotateX(2deg);box-shadow:0 16px 32px -8px #00000073,0 0 0 1px #a855f733}.cx-hover-sticky{transition:transform .42s cubic-bezier(.86,0,.07,1)}.cx-hover-sticky:hover{transform:scale(1.025)}.cx-text-holographic-soft{background:linear-gradient(135deg,var(--cx-purple-400, #a855f7) 0%,var(--cx-cyan-400, #22d3ee) 25%,var(--cx-emerald-400, #34d399) 50%,var(--cx-amber-400, #fbbf24) 75%,var(--cx-pink-400, #f472b6) 100%);background-size:200% 100%;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;animation:cx-holo-shift 8s ease-in-out infinite}@keyframes cx-iridescent-shift{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.cx-text-iridescent{background:linear-gradient(110deg,#e9d5ff,#f5d0fe,#cffafe,#d1fae5,#fef3c7,#e9d5ff);background-size:200% 100%;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;animation:cx-iridescent-shift 6s ease-in-out infinite}@keyframes cx-aurora-sweep{0%,to{background-position:0% 0%}50%{background-position:100% 0%}}.cx-text-aurora{background:linear-gradient(90deg,#8b5cf6,#06b6d4,#10b981,#06b6d4,#8b5cf6);background-size:300% 100%;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;animation:cx-aurora-sweep 10s ease-in-out infinite}.cx-border-gradient{position:relative;background:var(--cx-bg-surface, #10152a);border-radius:var(--cx-radius-lg, .625rem)}.cx-border-gradient:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;padding:1.5px;border-radius:inherit;background:conic-gradient(from var(--cx-border-angle, 0deg),rgba(168,85,247,.6),rgba(6,182,212,.6),rgba(16,185,129,.6),rgba(168,85,247,.6));-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none;animation:cx-border-rotate 8s linear infinite}@keyframes cx-border-rotate{to{--cx-border-angle: 360deg}}.cx-glow-stack{position:relative}.cx-glow-stack:after{content:"";position:absolute;top:-10%;right:-10%;bottom:-10%;left:-10%;background:radial-gradient(circle at center,rgba(168,85,247,.18) 0%,rgba(168,85,247,.08) 30%,transparent 60%);filter:blur(20px);z-index:-1;pointer-events:none;opacity:0;transition:opacity .36s var(--cx-ease-out)}.cx-glow-stack:hover:after{opacity:1}@keyframes cx-shimmer-soft{0%{background-position:-160% 0}to{background-position:260% 0}}.cx-shimmer-soft{background:linear-gradient(90deg,transparent 0%,rgba(168,85,247,.06) 40%,rgba(168,85,247,.12) 50%,rgba(168,85,247,.06) 60%,transparent 100%);background-size:200% 100%;animation:cx-shimmer-soft 2.4s var(--cx-ease-in-out) infinite}@keyframes cx-page-enter-gentle{0%{opacity:.3;transform:scale(.998)}to{opacity:1;transform:scale(1)}}.cx-page-enter-gentle{animation:cx-page-enter-gentle .24s var(--cx-ease-out) both}.cx-section-divider{position:relative;height:1px;background:linear-gradient(90deg,transparent 0%,rgba(168,85,247,.3) 50%,transparent 100%);overflow:hidden}.cx-section-divider:after{content:"";position:absolute;top:0;left:-25%;width:25%;height:100%;background:linear-gradient(90deg,transparent,rgba(168,85,247,.8),transparent);animation:cx-divider-sweep 3s ease-in-out infinite}@keyframes cx-divider-sweep{0%,to{transform:translateZ(0)}50%{transform:translate3d(500%,0,0)}}[data-reduce-motion] [class*=cx-animate-],[data-reduce-motion] [class*=cx-loop-],[data-reduce-motion] [class*=cx-hover-]:hover,[data-reduce-motion] .cx-text-holographic-soft,[data-reduce-motion] .cx-text-iridescent,[data-reduce-motion] .cx-text-aurora,[data-reduce-motion] .cx-border-gradient:before,[data-reduce-motion] .cx-shimmer-soft,[data-reduce-motion] .cx-section-divider:after{animation:none!important;transform:none!important;opacity:1!important;filter:none!important;transition:none!important}[data-reduce-motion] .cx-overlay-modal{transform:translate3d(-50%,-50%,0)!important}@keyframes fx-shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes fx-pulse{0%,to{opacity:.4;transform:scale(1) translateZ(0)}50%{opacity:1;transform:scale(1.05) translateZ(0)}}@keyframes fx-spin{to{transform:rotate(360deg) translateZ(0)}}@keyframes fx-bounce{0%,to{transform:translateZ(0)}50%{transform:translate3d(0,-6px,0)}}@keyframes fx-shake{0%,to{transform:translateZ(0)}20%{transform:translate3d(-4px,0,0)}40%{transform:translate3d(4px,0,0)}60%{transform:translate3d(-3px,0,0)}80%{transform:translate3d(3px,0,0)}}@keyframes fx-ripple{0%{transform:scale(0) translateZ(0);opacity:.6}to{transform:scale(4) translateZ(0);opacity:0}}@keyframes fx-slideUp{0%{opacity:0;transform:translate3d(0,12px,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fx-slideDown{0%{opacity:0;transform:translate3d(0,-12px,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fx-slideLeft{0%{opacity:0;transform:translate3d(20px,0,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fx-zoomIn{0%{opacity:0;transform:scale(.8) translateZ(0)}to{opacity:1;transform:scale(1) translateZ(0)}}@keyframes fx-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fx-checkDraw{0%{stroke-dashoffset:24}to{stroke-dashoffset:0}}@keyframes fx-countUp{0%{opacity:0;transform:translate3d(0,8px,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fx-barGrow{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@keyframes fx-gradientShift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes fx-float{0%,to{transform:translateZ(0)}50%{transform:translate3d(0,-8px,0)}}@keyframes fx-typing{0%{width:0}to{width:100%}}@keyframes fx-blink{0%,to{opacity:1}50%{opacity:0}}@keyframes fx-confettiFall{0%{transform:translate3d(0,-10px,0) rotate(0);opacity:1}to{transform:translate3d(0,80px,0) rotate(720deg);opacity:0}}@keyframes fx-firework{0%{transform:translateZ(0) scale(1);opacity:1}to{opacity:0}}@keyframes fx-elastic{0%{transform:scale(1)}30%{transform:scale(1.25)}50%{transform:scale(.9)}70%{transform:scale(1.05)}to{transform:scale(1)}}@keyframes fx-streak{0%{opacity:.3;filter:blur(0)}50%{opacity:1;filter:blur(1px)}to{opacity:.3;filter:blur(0)}}@keyframes fx-neonPulse{0%,to{text-shadow:0 0 4px var(--neon, #c084fc),0 0 11px var(--neon, #c084fc),0 0 19px var(--neon, #c084fc)}50%{text-shadow:0 0 2px var(--neon, #c084fc),0 0 5px var(--neon, #c084fc),0 0 8px var(--neon, #c084fc)}}@keyframes fx-gradientSweep{0%{background-position:0% 50%}to{background-position:200% 50%}}@keyframes fx-sparkle{0%{opacity:0;transform:scale(0) rotate(0)}50%{opacity:1;transform:scale(1) rotate(180deg)}to{opacity:0;transform:scale(0) rotate(360deg)}}@keyframes fx-fireworkUp{0%{transform:translateZ(0);opacity:1}to{transform:translate3d(0,-60px,0);opacity:0}}@keyframes fx-fireworkBurst{0%{transform:scale(0);opacity:1}to{transform:scale(1);opacity:0}}@keyframes fx-glitch1{0%,to{clip-path:inset(40% 0 61% 0)}20%{clip-path:inset(92% 0 1% 0)}40%{clip-path:inset(43% 0 1% 0)}60%{clip-path:inset(25% 0 58% 0)}80%{clip-path:inset(54% 0 7% 0)}}@keyframes fx-glitch2{0%,to{clip-path:inset(50% 0 36% 0)}20%{clip-path:inset(13% 0 74% 0)}40%{clip-path:inset(72% 0 1% 0)}60%{clip-path:inset(7% 0 75% 0)}80%{clip-path:inset(34% 0 24% 0)}}[style*="animation:"][style*=fx-],[style*=fx-spin],[style*=fx-bounce],[style*=fx-pulse],[style*=fx-shimmer],[style*=fx-elastic],[style*=fx-float]{will-change:transform,opacity;transform:translateZ(0);backface-visibility:hidden}.cx-btn-block{display:flex;width:100%}.cx-btn-icon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;line-height:1}.cx-btn-icon svg{width:1em;height:1em}.cx-input-success{border-color:#34d39980}.cx-input-success:focus,.cx-input-success:focus-visible{border-color:#34d399;box-shadow:0 0 0 3px #34d39926}.cx-input-error{border-color:#f8717180}.cx-input-error:focus,.cx-input-error:focus-visible{border-color:#f87171;box-shadow:0 0 0 3px #f8717126}.cx-input-sm{font-size:.75rem;padding:.4rem .625rem;min-height:32px}.cx-input-lg{font-size:.95rem;padding:.625rem .875rem;min-height:44px}.cx-input-block{width:100%;display:block}.cx-textarea{resize:vertical;min-height:80px;font-family:inherit}.cx-input-group{display:flex;flex-direction:column;gap:.25rem}.cx-input-label{font-size:.7rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em;color:var(--cx-text-secondary, oklch(75% .02 280))}.cx-input-message{font-size:.7rem;color:var(--cx-text-muted, oklch(55% .02 280));margin-top:.125rem}.cx-input-message-error{color:#f87171}.cx-card-header{padding:.875rem 1rem;border-bottom:1px solid rgba(168,85,247,.1);font-weight:600}.cx-card-content{padding:1rem}.cx-card-footer{padding:.875rem 1rem;border-top:1px solid rgba(168,85,247,.1);display:flex;align-items:center;justify-content:flex-end;gap:.5rem}[class*=transition-transform],[class*="hover:scale"],[class*="hover:rotate"],[class*="hover:translate"],[class*="active:scale"],[style*="transition: transform"],[style*="transition:transform"],[style*="transition: all"],[style*="transition:all"]{will-change:transform;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}[class*=transition-opacity],[style*="transition: opacity"],[style*="transition:opacity"]{will-change:opacity}@supports (-webkit-touch-callout: none){[style*=rotateY],[style*=rotateX],[class*="hover:rotate"]{-webkit-transform:translateZ(0)}}[data-theme=light]{--cx-bg-base: #fafafa;--cx-bg-surface: #ffffff;--cx-bg-raised: #f4f4f5;--cx-text-primary: #18181b;--cx-text-secondary: #3f3f46;--cx-text-muted: #71717a;--cx-border: rgba(124, 58, 237, .2);--cx-border-active: rgba(124, 58, 237, .5);color-scheme:light}[data-theme=light] .cx-card,[data-theme=light] .cx-card-frosted,[data-theme=light] .cx-glass,[data-theme=light] .cx-glass-ultra,[data-theme=light] .cx-stat-card{background:#fff9;border:1px solid rgba(0,0,0,.08);box-shadow:0 1px 2px #0000000a,0 4px 12px #00000005;-webkit-backdrop-filter:blur(10px) saturate(140%);backdrop-filter:blur(10px) saturate(140%)}[data-theme=light] .cx-btn-ghost{color:#18181bbf;background:#00000005;border-color:#00000014}[data-theme=light] .cx-btn-ghost:hover:not(:disabled){background:#0000000d;color:#18181bf2}[data-theme=light] .cx-btn-secondary{background:#0000000d;color:#18181be6;border-color:#0000001a}[data-theme=light] .cx-btn-secondary:hover:not(:disabled){background:#00000014}[data-theme=light] .cx-input{background:#fff!important;border-color:#0000001f!important;color:#18181b!important}[data-theme=light] .cx-input::placeholder{color:#18181b66!important}[data-theme=light] .cx-input:hover:not(:focus){border-color:#7c3aed73!important}[data-theme=light] .cx-input:focus,[data-theme=light] .cx-input:focus-visible{border-color:#7c3aed!important;background:#fff!important;box-shadow:0 0 0 3px #7c3aed26!important}[data-theme=light] .cx-input:disabled{background:#00000008!important}[data-theme=light] .cx-btn-primary{background:linear-gradient(135deg,#7c3aed,#6d28d9);color:#fff;box-shadow:0 1px 3px #7c3aed59,inset 0 1px #ffffff1f}[data-theme=light] .cx-btn-primary:hover:not(:disabled){background:linear-gradient(135deg,#8b40f0,#7c3aed);box-shadow:0 4px 12px #7c3aed66}[data-theme=light] .cx-btn-outline{color:#6d28d9;border:1.5px solid rgba(124,58,237,.55);background:transparent}[data-theme=light] .cx-btn-outline:hover:not(:disabled){background:#7c3aed14;border-color:#7c3aed}[data-theme=light] .cx-btn-success{background:linear-gradient(135deg,#059669,#047857);color:#fff;box-shadow:0 1px 3px #0596694d}[data-theme=light] .cx-btn-danger{background:linear-gradient(135deg,#dc2626,#b91c1c);color:#fff;box-shadow:0 1px 3px #dc262659}[data-theme=light] .cx-text-gradient,[data-theme=light] .cx-text-gradient-purple{background-image:linear-gradient(135deg,#6d28d9,#9333ea)!important}[data-theme=light] .cx-text-gradient-cyan{background-image:linear-gradient(135deg,#0891b2,#06b6d4)!important}[data-theme=light] .cx-text-gradient-green{background-image:linear-gradient(135deg,#059669,#10b981)!important}[data-theme=light] body,[data-theme=light] [data-cx]{color:#18181b}[data-theme=light] .cx-text-muted{color:#71717a!important}[data-theme=light] .cx-text-secondary{color:#3f3f46!important}[data-theme=light] .cx-text-ghost{color:#a1a1aa!important}[data-theme=light] body{background:#fafafa}[data-theme=light] .cx-popover,[data-theme=light] [data-cx] .absolute.top-full,[data-theme=light] [data-cx] .absolute.bottom-full{background:#fffffffa!important;border-color:#00000014!important;box-shadow:0 10px 38px -10px #00000026,0 10px 20px -15px #0000001a!important;-webkit-backdrop-filter:blur(8px) saturate(1.2);backdrop-filter:blur(8px) saturate(1.2);color:#18181b}[data-theme=light] .cx-popover-item{color:#18181b}[data-theme=light] .cx-popover-item:hover,[data-theme=light] .cx-popover-item:focus-visible{background:#7c3aed14}[data-theme=light] .cx-popover-item[aria-selected=true],[data-theme=light] .cx-popover-item.cx-active{background:#7c3aed1f;color:#6d28d9}[data-theme=light] .cx-popover-divider{background:#00000014}[data-theme=light] .cx-popover-section-label{color:#71717a}[data-theme=light] .cx-tag-chip{background:#7c3aed1a;border-color:#7c3aed40;color:#6d28d9}[data-theme=light] .cx-tag-chip-remove:hover{color:#dc2626}[data-theme=light] .cx-input-shell{background:#fff;border-color:#0000001f}[data-theme=light] .cx-input-shell:focus-within{border-color:#7c3aed;box-shadow:0 0 0 3px #7c3aed26}[data-theme=light] .cx-input-addon{background:#00000008;color:#52525b;border-color:#0000000f}[data-theme=light] .cx-skeleton,[data-theme=light] .cx-skeleton-pulse{background:linear-gradient(90deg,#0000000a,#00000014,#0000000a)!important}[data-theme=light] .cx-badge{background:#7c3aed14;color:#6d28d9;border-color:#7c3aed2e}[data-theme=light] .cx-form-label,[data-theme=light] .cx-input-label{color:#52525b}[data-theme=light] .cx-toast{background:#fffffffa;border-color:#00000014;color:#18181b;box-shadow:0 10px 25px -5px #00000026}[data-theme=light] .cx-modal-backdrop{background:#0006;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}[data-theme=light] code,[data-theme=light] pre{background:#0000000a;color:#18181b}[data-theme=light] .cx-sidebar-item-link{background:#ffffffb3;border-color:#0000000f;color:#52525b}[data-theme=light] .cx-sidebar-item-link:not(.cx-sidebar-item-active):hover{background:#7c3aed0f!important;border-color:#7c3aed47!important;color:#6d28d9!important;box-shadow:0 0 16px #7c3af71a}[data-theme=light] .cx-pill{background:#0000000d;color:#3f3f46;border-color:#00000014}[data-theme=light] .cx-pill[data-active=true],[data-theme=light] .cx-pill.cx-active{background:#7c3aed1f;color:#6d28d9;border-color:#7c3aed59}[data-theme=light] .cx-glow{box-shadow:0 0 24px #7c3aed26}[data-theme=light] .cx-orb{opacity:.08}[data-theme=light] .cx-glass>button{color:#71717a}[data-theme=light] .cx-glass>button[aria-pressed=true]{color:#6d28d9!important}[data-theme=light] [data-cx] input:not(.cx-input):not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=button]):not([data-no-cx]),[data-theme=light] [data-cx] textarea:not(.cx-input):not([data-no-cx]),[data-theme=light] [data-cx] select:not(.cx-input):not([data-no-cx]){background:#fff!important;background-color:#fff!important;border-color:#0000001f!important;color:#18181b!important}[data-theme=light] [data-cx] button:not(.cx-btn):not([class]):not([data-no-cx]){background:#7c3aed14;border-color:#7c3aed40;color:#18181b}[data-theme=light] [data-cx] input[class*=bg-gray],[data-theme=light] [data-cx] input[class*=bg-slate],[data-theme=light] [data-cx] input[class*=bg-zinc],[data-theme=light] [data-cx] textarea[class*=bg-gray],[data-theme=light] [data-cx] textarea[class*=bg-slate]{background-color:#fff!important;color:#18181b!important;border-color:#0000001f!important}[data-theme=light] [data-cx] [class*=text-purple-100],[data-theme=light] [data-cx] [class*=text-purple-200],[data-theme=light] [data-cx] [class*=text-purple-300]{color:#6d28d9!important}[data-theme=light] [data-cx] [class*="bg-[#10152a"],[data-theme=light] [data-cx] [class*="bg-[#1a1f38"],[data-theme=light] [data-cx] [class*="bg-[#0a0e1a"],[data-theme=light] [data-cx] [class*="bg-[#111530"]{background:#ffffffd9!important;color:#18181b!important}[data-theme=light] [data-cx] [class*="border-purple-500/"]{border-color:#7c3aed33!important}[data-theme=light] .cx-text-secondary{color:#3f3f46}[data-theme=light] .cx-text-muted{color:#71717a}[data-theme=light] .cx-orb{filter:blur(50px);opacity:.06}[data-theme=contrast]{--cx-bg-base: #000000;--cx-bg-surface: #0a0a0a;--cx-bg-raised: #141414;--cx-text-primary: #ffffff;--cx-text-secondary: #e0e0e0;--cx-text-muted: #c0c0c0;--cx-accent: #ff00ff;--cx-accent-glow: #ff33ff;--cx-color-success: #00ff00;--cx-color-danger: #ff3030;--cx-color-warning: #ffff00;--cx-color-info: #00ffff;--cx-border: #ffffff;color-scheme:dark}[data-theme=contrast] .cx-card,[data-theme=contrast] .cx-card-frosted,[data-theme=contrast] .cx-glass,[data-theme=contrast] .cx-glass-ultra,[data-theme=contrast] .cx-stat-card{background:#000;border:2px solid #ffffff;-webkit-backdrop-filter:none;backdrop-filter:none;box-shadow:none}[data-theme=contrast] .cx-btn{border-width:2px}[data-theme=contrast] .cx-input{border:2px solid #ffffff;background:#000;color:#fff}[data-theme=contrast] *:focus-visible{outline:3px solid #ffff00!important;outline-offset:2px!important}[dir=rtl],[dir=rtl] .cx-tab-strip{direction:rtl}[dir=rtl] .cx-input-group .cx-input-label,[dir=rtl] .cx-card-header,[dir=rtl] .cx-card-footer{text-align:right}[dir=rtl] .cx-btn .cx-btn-icon:first-child{margin-left:.25rem;margin-right:0}[dir=rtl] .cx-btn .cx-btn-icon:last-child{margin-right:.25rem;margin-left:0}[dir=rtl] .cx-card-footer{flex-direction:row-reverse}[dir=rtl] .cx-input-group,[dir=rtl] .cx-stat-card-label,[dir=rtl] .cx-stat-card-value{text-align:right}[dir=rtl] .cx-animate-slide-up,[dir=rtl] .cx-animate-fade-up{animation-timing-function:cubic-bezier(.22,1,.36,1)}.cx-container,[data-cx-container]{container-type:inline-size;container-name:cx}.cx-stack{display:flex;flex-direction:column;gap:var(--cx-stack-gap, clamp(.4rem, 1.2vw, .75rem))}.cx-stack[data-gap=xs]{--cx-stack-gap: .2rem}.cx-stack[data-gap=sm]{--cx-stack-gap: .4rem}.cx-stack[data-gap=md]{--cx-stack-gap: clamp(.5rem, 1.5vw, .875rem)}.cx-stack[data-gap=lg]{--cx-stack-gap: clamp(.875rem, 2.5vw, 1.25rem)}.cx-stack[data-gap=xl]{--cx-stack-gap: clamp(1.25rem, 3.5vw, 2rem)}.cx-row{display:flex;flex-wrap:wrap;gap:var(--cx-row-gap, clamp(.4rem, 1.2vw, .75rem));align-items:var(--cx-row-align, center)}.cx-row>*{flex:1 1 var(--cx-row-min, 200px);min-width:0}.cx-row[data-align=start]{--cx-row-align: flex-start}.cx-row[data-align=end]{--cx-row-align: flex-end}.cx-row[data-align=center]{--cx-row-align: center}.cx-row[data-align=stretch]{--cx-row-align: stretch}.cx-row[data-justify=between]{justify-content:space-between}.cx-row[data-justify=around]{justify-content:space-around}.cx-row[data-justify=end]{justify-content:flex-end}.cx-row[data-justify=center]{justify-content:center}.cx-row[data-min="120"]{--cx-row-min: 120px}.cx-row[data-min="160"]{--cx-row-min: 160px}.cx-row[data-min="240"]{--cx-row-min: 240px}.cx-row[data-min="320"]{--cx-row-min: 320px}.cx-grid{display:grid;gap:var(--cx-grid-gap, clamp(.4rem, 1.2vw, .75rem));grid-template-columns:repeat(auto-fit,minmax(min(var(--cx-grid-min, 220px),100%),1fr))}.cx-grid[data-min="140"]{--cx-grid-min: 140px}.cx-grid[data-min="180"]{--cx-grid-min: 180px}.cx-grid[data-min="220"]{--cx-grid-min: 220px}.cx-grid[data-min="280"]{--cx-grid-min: 280px}.cx-grid[data-min="320"]{--cx-grid-min: 320px}.cx-grid[data-cols="2"]{grid-template-columns:repeat(2,1fr)}.cx-grid[data-cols="3"]{grid-template-columns:repeat(3,1fr)}.cx-grid[data-cols="4"]{grid-template-columns:repeat(4,1fr)}.cx-grid[data-cols="12"]{grid-template-columns:repeat(12,1fr)}.cx-sidebar{display:flex;flex-wrap:wrap;gap:var(--cx-sidebar-gap, clamp(.5rem, 1.5vw, 1rem))}.cx-sidebar>:first-child{flex-basis:var(--cx-sidebar-width, 240px);flex-grow:1}.cx-sidebar>:last-child{flex-basis:0;flex-grow:999;min-inline-size:var(--cx-sidebar-main-min, 50%)}.cx-sidebar[data-side=right]>:first-child{order:2}.cx-sidebar[data-side=right]>:last-child{order:1}.cx-sidebar[data-width="200"]{--cx-sidebar-width: 200px}.cx-sidebar[data-width="240"]{--cx-sidebar-width: 240px}.cx-sidebar[data-width="280"]{--cx-sidebar-width: 280px}.cx-sidebar[data-width="320"]{--cx-sidebar-width: 320px}.cx-cluster{display:flex;flex-wrap:wrap;gap:var(--cx-cluster-gap, .35rem);align-items:center}.cx-cluster[data-justify=end]{justify-content:flex-end}.cx-cluster[data-justify=center]{justify-content:center}.cx-cluster[data-justify=between]{justify-content:space-between}.cx-center{display:flex;align-items:center;justify-content:center;flex-direction:column;min-height:var(--cx-center-min-h, auto);max-width:var(--cx-center-max-w, none);margin-inline:auto;padding:var(--cx-center-pad, 0)}.cx-center[data-max=sm]{--cx-center-max-w: 480px}.cx-center[data-max=md]{--cx-center-max-w: 720px}.cx-center[data-max=lg]{--cx-center-max-w: 960px}.cx-center[data-max=xl]{--cx-center-max-w: 1200px}.cx-center[data-fill]{--cx-center-min-h: 100vh}.cx-cover{display:flex;flex-direction:column;min-block-size:var(--cx-cover-min-h, 80vh);padding:clamp(1rem,3vw,2rem);gap:clamp(1rem,3vw,2rem)}.cx-cover>:first-child:not(.cx-cover-center){margin-block-end:auto}.cx-cover>:last-child:not(.cx-cover-center){margin-block-start:auto}.cx-cover>.cx-cover-center{margin-block:auto}.cx-frame{aspect-ratio:var(--cx-frame-ratio, 16 / 9);overflow:hidden;position:relative}.cx-frame>*{inline-size:100%;block-size:100%;object-fit:cover}.cx-frame[data-ratio="1:1"]{--cx-frame-ratio: 1 / 1}.cx-frame[data-ratio="4:3"]{--cx-frame-ratio: 4 / 3}.cx-frame[data-ratio="3:2"]{--cx-frame-ratio: 3 / 2}.cx-frame[data-ratio="16:9"]{--cx-frame-ratio: 16 / 9}.cx-frame[data-ratio="21:9"]{--cx-frame-ratio: 21 / 9}.cx-frame[data-ratio="2:3"]{--cx-frame-ratio: 2 / 3}.cx-frame[data-ratio="9:16"]{--cx-frame-ratio: 9 / 16}.cx-split{display:grid;gap:var(--cx-split-gap, clamp(.5rem, 1.5vw, 1rem));grid-template-columns:repeat(2,1fr)}@container cx (max-width: 640px){.cx-split{grid-template-columns:1fr}}@media(max-width:640px){:not(.cx-container)>.cx-split,:not([data-cx-container])>.cx-split{grid-template-columns:1fr}}@container cx (max-width: 480px){.cx-row{flex-direction:column}.cx-row>*{flex-basis:auto}.cx-sidebar>:first-child,.cx-sidebar>:last-child{flex-basis:100%}}.cx-fluid-h1{font-size:clamp(1.35rem,3vw,1.85rem);line-height:1.2;font-weight:700;letter-spacing:-.015em}.cx-fluid-h2{font-size:clamp(1.1rem,2.4vw,1.4rem);line-height:1.25;font-weight:600}.cx-fluid-h3{font-size:clamp(.95rem,1.9vw,1.1rem);line-height:1.3;font-weight:600}.cx-fluid-body{font-size:clamp(.78rem,1.4vw,.875rem);line-height:1.55}.cx-fluid-small{font-size:clamp(.7rem,1.2vw,.78rem);line-height:1.5}.cx-fluid-micro{font-size:clamp(.62rem,1vw,.72rem);line-height:1.4}.cx-fluid-label{font-size:clamp(.6rem,1vw,.68rem);line-height:1.3;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--cx-text-muted, rgba(255,255,255,.55))}.cx-fluid-p{padding:clamp(.5rem,1.5vw,1rem)}.cx-fluid-p-2{padding:clamp(.75rem,2vw,1.5rem)}.cx-fluid-p-3{padding:clamp(1rem,3vw,2rem)}.cx-fluid-px{padding-inline:clamp(.5rem,1.5vw,1rem)}.cx-fluid-py{padding-block:clamp(.5rem,1.5vw,1rem)}.cx-hide-mobile{display:revert}.cx-show-mobile{display:none}@media(max-width:640px){.cx-hide-mobile{display:none!important}.cx-show-mobile{display:revert!important}}.cx-hide-tablet{display:revert}@media(min-width:641px)and (max-width:1023px){.cx-hide-tablet{display:none!important}}.cx-hide-desktop{display:revert}@media(min-width:1024px){.cx-hide-desktop{display:none!important}}.cx-dropdown-shell,.cx-popover-anchor{position:relative;display:inline-block}.cx-popover{position:absolute;top:calc(100% + .375rem);left:0;z-index:2400;min-width:100%;max-width:min(360px,calc(100vw - 1rem));background:var(--cx-bg-raised, rgba(16, 21, 42, .96));border:1px solid var(--cx-border, rgba(168, 85, 247, .18));border-radius:var(--cx-radius-md, .5rem);box-shadow:0 10px 38px -10px #00000080,0 10px 20px -15px #0006,inset 0 1px #ffffff0a;backdrop-filter:blur(20px) saturate(1.4);-webkit-backdrop-filter:blur(20px) saturate(1.4);padding:.3rem;overflow:hidden;animation:cx-popover-enter .16s cubic-bezier(.22,1,.36,1) both;transform-origin:top left;will-change:transform,opacity}.cx-popover-right{left:auto;right:0;transform-origin:top right}.cx-popover-top{top:auto;bottom:calc(100% + .375rem);transform-origin:bottom left}.cx-popover-top.cx-popover-right{transform-origin:bottom right}@keyframes cx-popover-enter{0%{opacity:0;transform:translate3d(0,-4px,0) scale(.98)}to{opacity:1;transform:translateZ(0) scale(1)}}.cx-popover-top{animation-name:cx-popover-enter-top}@keyframes cx-popover-enter-top{0%{opacity:0;transform:translate3d(0,4px,0) scale(.98)}to{opacity:1;transform:translateZ(0) scale(1)}}.cx-popover-item{display:flex;align-items:center;gap:.5rem;width:100%;min-height:36px;padding:.45rem .625rem;background:transparent;border:none;border-radius:var(--cx-radius-sm, .375rem);color:var(--cx-text-primary, #f4f4f5);font:inherit;font-size:.78rem;text-align:left;cursor:pointer;-webkit-tap-highlight-color:transparent;touch-action:manipulation;transition:background-color .12s cubic-bezier(.4,0,.2,1),color .12s cubic-bezier(.4,0,.2,1)}.cx-popover-item:hover,.cx-popover-item:focus-visible{background:#a855f71f;color:var(--cx-text-primary, #fafafa);outline:none}.cx-popover-item[aria-selected=true],.cx-popover-item.cx-active{background:#a855f72e;color:var(--cx-text-primary, #fafafa)}.cx-popover-item-icon{width:14px;text-align:center;opacity:.75}.cx-popover-item-meta{margin-left:auto;font-size:.66rem;opacity:.5}.cx-popover-item-danger{color:#f87171}.cx-popover-item-danger:hover{background:#ef44441f}.cx-popover-divider{height:1px;background:#ffffff0f;margin:.25rem 0}.cx-popover-section-label{padding:.4rem .625rem .2rem;font-size:.62rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--cx-text-muted, rgba(255, 255, 255, .45))}@media(pointer:coarse){.cx-popover-item{min-height:44px}}[data-cx] .absolute.top-full,[data-cx] .absolute.bottom-full,[data-cx] [role=listbox][class*=absolute],[data-cx] [role=menu][class*=absolute]{z-index:2400!important}[data-cx] .absolute.top-full{animation:cx-popover-enter .16s cubic-bezier(.22,1,.36,1) both;transform-origin:top left}[data-cx] .absolute.bottom-full{animation:cx-popover-enter-top .16s cubic-bezier(.22,1,.36,1) both;transform-origin:bottom left}.cx-input-search{padding-left:2.25rem!important;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23a78bfa' stroke-width='2'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cpath d='m21 21-4.3-4.3'/%3E%3C/svg%3E")!important;background-repeat:no-repeat!important;background-position:.625rem center!important}.cx-input-with-trailing{padding-right:2.25rem!important}.cx-combobox{display:flex!important;align-items:center!important;justify-content:space-between!important;cursor:pointer!important;text-align:left!important;padding-right:.5rem!important}.cx-combobox:after{content:"";width:14px;height:14px;flex-shrink:0;margin-left:.5rem;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23a78bfa' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;transition:transform .18s cubic-bezier(.22,1,.36,1)}.cx-combobox[aria-expanded=true]:after{transform:rotate(180deg)}.cx-input-shell{display:flex;align-items:stretch;gap:0;border-radius:var(--cx-radius-md, .5rem);overflow:hidden;background:var(--cx-bg-raised, rgba(255, 255, 255, .04));border:1px solid var(--cx-border, rgba(168, 85, 247, .18));transition:border-color .16s cubic-bezier(.4,0,.2,1),box-shadow .16s cubic-bezier(.4,0,.2,1)}.cx-input-shell:focus-within{border-color:var(--cx-accent, #a855f7);box-shadow:0 0 0 3px var(--cx-accent-ring, rgba(168, 85, 247, .18))}.cx-input-shell>.cx-input,.cx-input-shell>input{flex:1;border:none!important;background:transparent!important;box-shadow:none!important;border-radius:0!important}.cx-input-shell>.cx-input-addon{display:flex;align-items:center;padding:0 .75rem;color:var(--cx-text-muted, rgba(255, 255, 255, .5));font-size:.74rem;background:#ffffff05;border-left:1px solid rgba(255,255,255,.06);white-space:nowrap}.cx-input-shell>.cx-input-addon:first-child{border-left:none;border-right:1px solid rgba(255,255,255,.06);background:#ffffff05}.cx-input.cx-textarea-compact{min-height:72px!important;line-height:1.5!important;resize:vertical}.cx-tag-input{display:flex!important;flex-wrap:wrap;gap:.3rem;align-items:center;min-height:var(--cx-input-height, 38px)!important;padding:.3rem .45rem!important;cursor:text}.cx-tag-input>input{flex:1;min-width:80px;border:none;outline:none;background:transparent;color:inherit;font:inherit;font-size:.8125rem}.cx-tag-input .cx-tag-chip{display:inline-flex;align-items:center;gap:.25rem;padding:.15rem .5rem;border-radius:.3rem;background:#a855f72e;border:1px solid rgba(168,85,247,.28);color:var(--cx-text-primary, #f4f4f5);font-size:.7rem}.cx-tag-input .cx-tag-chip-remove{cursor:pointer;opacity:.55;font-size:.85rem;line-height:1}.cx-tag-input .cx-tag-chip-remove:hover{opacity:1}[data-stagger]>*{animation:cx-fade-up .48s cubic-bezier(.22,1,.36,1) both;animation-delay:calc(var(--stagger-i, 0) * 45ms)}[data-stagger]>*:nth-child(1){--stagger-i: 0}[data-stagger]>*:nth-child(2){--stagger-i: 1}[data-stagger]>*:nth-child(3){--stagger-i: 2}[data-stagger]>*:nth-child(4){--stagger-i: 3}[data-stagger]>*:nth-child(5){--stagger-i: 4}[data-stagger]>*:nth-child(6){--stagger-i: 5}[data-stagger]>*:nth-child(7){--stagger-i: 6}[data-stagger]>*:nth-child(8){--stagger-i: 7}[data-stagger]>*:nth-child(9){--stagger-i: 8}[data-stagger]>*:nth-child(10){--stagger-i: 9}[data-stagger]>*:nth-child(11){--stagger-i: 10}[data-stagger]>*:nth-child(12){--stagger-i: 11}[data-stagger]>*:nth-child(n+13):nth-child(-n+24){--stagger-i: 12}[data-stagger]>*:nth-child(n+25){--stagger-i: 14}[data-stagger=fast]>*{animation-duration:.32s;animation-delay:calc(var(--stagger-i, 0) * 28ms)}[data-stagger=slow]>*{animation-duration:.64s;animation-delay:calc(var(--stagger-i, 0) * 70ms)}@media(hover:none)and (pointer:coarse){.cx-btn:active,[role=button]:active,.cx-card-interactive:active,.cx-tap-feedback:active{transform:scale(.97) translateZ(0);transition-duration:80ms}}.cx-tap-feedback{-webkit-tap-highlight-color:transparent;transition:transform .16s cubic-bezier(.4,0,.2,1),background-color .16s cubic-bezier(.4,0,.2,1)}@media(hover:none){.cx-card-hover:hover,.cx-card-interactive:hover,.cx-hover-lift:hover,.cx-hover-rise:hover,.cx-hover-scale:hover,.cx-hover-tilt:hover,.cx-hover-glow:hover,.cx-hover-shine:hover,.cx-hover-glow-ring:hover,.cx-hover-border:hover,.cx-hover-border-glow:hover,.cx-hover-bg-shift:hover,.cx-hover-holo:hover,.cx-hover-reveal:hover{transform:none;box-shadow:inherit}}.cx-page-enter{animation:cx-page-enter .2s cubic-bezier(.22,1,.36,1) both;will-change:transform,opacity}@keyframes cx-page-enter{0%{opacity:0;transform:translate3d(0,6px,0)}to{opacity:1;transform:translateZ(0)}}.cx-page-enter{animation-fill-mode:forwards}[data-reveal]:not(.cx-revealed){opacity:0;transform:translate3d(0,20px,0);transition:opacity .6s cubic-bezier(.22,1,.36,1),transform .6s cubic-bezier(.22,1,.36,1)}[data-reveal].cx-revealed{opacity:1;transform:translateZ(0)}.cx-animate-fade-in,.cx-animate-fade-up,.cx-animate-slide-up,.cx-animate-slide-left,.cx-animate-slide-right,.cx-animate-scale-in,.cx-animate-bounce-in,.cx-animate-zoom-in,.cx-page-enter,[data-stagger]>*{will-change:transform,opacity}@media(max-width:767px){.cx-animate-fade-up,.cx-animate-slide-up,.cx-animate-fade-in,.cx-page-enter{animation-duration:.28s}[data-stagger]>*{animation-duration:.36s;animation-delay:calc(var(--stagger-i, 0) * 32ms)}}[data-reduce-motion] *,[data-reduce-motion] *:before,[data-reduce-motion] *:after{animation-duration:1ms!important;animation-iteration-count:1!important;transition-duration:80ms!important}[data-reduce-motion] .cx-page-enter,[data-reduce-motion] [data-stagger]>*,[data-reduce-motion] [data-reveal]{animation:none!important;opacity:1!important;transform:none!important}
