@supports (animation-timeline:scroll()){.scroll-reveal{animation:linear scroll-reveal;animation-timeline:view();animation-range:entry cover 30%}.scroll-reveal-left{animation:linear scroll-reveal-left;animation-timeline:view();animation-range:entry cover 40%}.scroll-reveal-right{animation:linear scroll-reveal-right;animation-timeline:view();animation-range:entry cover 40%}.scroll-scale{animation:linear scroll-scale;animation-timeline:view();animation-range:entry cover 50%}.scroll-fade-up{animation:linear scroll-fade-up;animation-timeline:view();animation-range:entry cover 30%}.parallax-slow{animation:linear parallax-slow;animation-timeline:scroll()}.parallax-fast{animation:linear parallax-fast;animation-timeline:scroll()}@keyframes scroll-reveal{0%{opacity:0;transform:translateY(50px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes scroll-reveal-left{0%{opacity:0;transform:translate(-50px)rotate(-5deg)}to{opacity:1;transform:translate(0)rotate(0)}}@keyframes scroll-reveal-right{0%{opacity:0;transform:translate(50px)rotate(5deg)}to{opacity:1;transform:translate(0)rotate(0)}}@keyframes scroll-scale{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes scroll-fade-up{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes parallax-slow{to{transform:translateY(-25px)}}@keyframes parallax-fast{to{transform:translateY(-75px)}}}@supports not (animation-timeline:scroll()){.scroll-reveal,.scroll-reveal-left,.scroll-reveal-right,.scroll-scale,.scroll-fade-up{opacity:0;transition:all .6s cubic-bezier(.25,.46,.45,.94);transform:translateY(30px)}.scroll-reveal.animate,.scroll-fade-up.animate{opacity:1;transform:translateY(0)}.scroll-reveal-left.animate,.scroll-reveal-right.animate{opacity:1;transform:translate(0)rotate(0)}.scroll-scale.animate{opacity:1;transform:scale(1)}}.reading-progress{transform-origin:0;z-index:1000;background:linear-gradient(90deg,#667eea,#764ba2);width:100%;height:4px;position:fixed;top:0;left:0}@supports (animation-timeline:scroll()){.reading-progress{animation:linear reading-progress;animation-timeline:scroll()}@keyframes reading-progress{0%{transform:scaleX(0)}to{transform:scaleX(1)}}}.text-reveal-container{overflow:hidden}.text-reveal{display:inline-block}@supports (animation-timeline:scroll()){.text-reveal{animation:.8s cubic-bezier(.25,.46,.45,.94) text-reveal;animation-timeline:view();animation-range:entry cover 20%}@keyframes text-reveal{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}}.stagger-container>*{opacity:0;transition:all .6s cubic-bezier(.25,.46,.45,.94);transform:translateY(30px)}.stagger-container.animate>:first-child{opacity:1;transition-delay:0s;transform:translateY(0)}.stagger-container.animate>:nth-child(2){opacity:1;transition-delay:.1s;transform:translateY(0)}.stagger-container.animate>:nth-child(3){opacity:1;transition-delay:.2s;transform:translateY(0)}.stagger-container.animate>:nth-child(4){opacity:1;transition-delay:.3s;transform:translateY(0)}.stagger-container.animate>:nth-child(5){opacity:1;transition-delay:.4s;transform:translateY(0)}.stagger-container.animate>:nth-child(6){opacity:1;transition-delay:.5s;transform:translateY(0)}@supports (animation-timeline:scroll()){.stagger-container>*{opacity:1;transition:none;animation:.6s cubic-bezier(.25,.46,.45,.94) both stagger-reveal;animation-timeline:view();animation-range:entry cover 30%;transform:none}.stagger-container>:first-child{animation-delay:0s}.stagger-container>:nth-child(2){animation-delay:.1s}.stagger-container>:nth-child(3){animation-delay:.2s}.stagger-container>:nth-child(4){animation-delay:.3s}.stagger-container>:nth-child(5){animation-delay:.4s}.stagger-container>:nth-child(6){animation-delay:.5s}@keyframes stagger-reveal{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}}.morphing-blob{animation:8s ease-in-out infinite morphing}@keyframes morphing{0%,to{border-radius:60% 40% 30% 70%/60% 30% 70% 40%}50%{border-radius:30% 60% 70% 40%/50% 60% 30%}}.floating{animation:6s ease-in-out infinite floating}@keyframes floating{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.pulse-glow{animation:2s ease-in-out infinite alternate pulse-glow}@keyframes pulse-glow{0%{box-shadow:0 0 20px #6366f14d}to{box-shadow:0 0 40px #6366f199}}.animated-gradient{background:linear-gradient(-45deg,#667eea,#764ba2,#f093fb,#f5576c) 0 0/400% 400%;animation:15s infinite gradient-shift}@keyframes gradient-shift{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}.card-hover{transition:all .3s cubic-bezier(.25,.46,.45,.94)}.card-hover:hover{transform:translateY(-8px)scale(1.02);box-shadow:0 20px 40px #00000026}.magnetic-button{transition:transform .3s cubic-bezier(.25,.46,.45,.94)}.text-shimmer{background:linear-gradient(90deg,#000 0%,#fff 50%,#000 100%) 0 0/200% 100%;-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;animation:2s linear infinite shimmer}.dark .text-shimmer{background:linear-gradient(90deg,#fff 0%,#000 50%,#fff 100%) 0 0/200% 100%;-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.ripple{position:relative;overflow:hidden}.ripple:before{content:"";background:#ffffff80;border-radius:50%;width:0;height:0;transition:width .6s,height .6s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.ripple:active:before{width:300px;height:300px}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.scroll-reveal,.scroll-reveal-left,.scroll-reveal-right,.scroll-scale,.scroll-fade-up{opacity:1;transform:none}}
:root{--scrollbar-width:12px;--scrollbar-track-bg:#0000000d;--scrollbar-thumb-gradient:linear-gradient(180deg, #ff6ec7 0%, #ff9300 25%, #5d9cff 50%, #20e3b2 75%, #ff6ec7 100%);--scrollbar-glow-color:#5d9cff80;--scrollbar-hover-glow:#ff6ec799}[data-theme=hcg-dark],[data-theme=dark],.dark{--scrollbar-track-bg:#ffffff0d;--scrollbar-glow-color:#5d9cff66;--scrollbar-hover-glow:#ff6ec780}main.custom-scrollbar,.custom-scrollbar,body{scrollbar-width:thin;scrollbar-color:#5d9cff transparent}main.custom-scrollbar::-webkit-scrollbar{width:var(--scrollbar-width);height:var(--scrollbar-width)}.custom-scrollbar::-webkit-scrollbar{width:var(--scrollbar-width);height:var(--scrollbar-width)}body::-webkit-scrollbar{width:var(--scrollbar-width);height:var(--scrollbar-width)}main.custom-scrollbar::-webkit-scrollbar-track{background:var(--scrollbar-track-bg);border-radius:10px;margin:4px 0}.custom-scrollbar::-webkit-scrollbar-track{background:var(--scrollbar-track-bg);border-radius:10px;margin:4px 0}body::-webkit-scrollbar-track{background:var(--scrollbar-track-bg);border-radius:10px;margin:4px 0}main.custom-scrollbar::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb-gradient);box-shadow:0 0 10px var(--scrollbar-glow-color), inset 0 0 6px #fff3;background-size:100% 200%;background-clip:padding-box;border:2px solid #0000;border-radius:10px;animation:3s infinite scrollbar-gradient-flow}.custom-scrollbar::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb-gradient);box-shadow:0 0 10px var(--scrollbar-glow-color), inset 0 0 6px #fff3;background-size:100% 200%;background-clip:padding-box;border:2px solid #0000;border-radius:10px;animation:3s infinite scrollbar-gradient-flow}body::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb-gradient);box-shadow:0 0 10px var(--scrollbar-glow-color), inset 0 0 6px #fff3;background-size:100% 200%;background-clip:padding-box;border:2px solid #0000;border-radius:10px;animation:3s infinite scrollbar-gradient-flow}main.custom-scrollbar::-webkit-scrollbar-thumb:hover{box-shadow:0 0 20px var(--scrollbar-hover-glow), 0 0 40px var(--scrollbar-glow-color), inset 0 0 8px #ffffff4d;background:linear-gradient(#ff6ec7 0%,#ff9300 20%,#5d9cff 40%,#20e3b2 60%,#ff6ec7 80%,#ff9300 100%) 0 0/100% 300%;animation:1.5s infinite scrollbar-gradient-flow-fast}.custom-scrollbar::-webkit-scrollbar-thumb:hover{box-shadow:0 0 20px var(--scrollbar-hover-glow), 0 0 40px var(--scrollbar-glow-color), inset 0 0 8px #ffffff4d;background:linear-gradient(#ff6ec7 0%,#ff9300 20%,#5d9cff 40%,#20e3b2 60%,#ff6ec7 80%,#ff9300 100%) 0 0/100% 300%;animation:1.5s infinite scrollbar-gradient-flow-fast}body::-webkit-scrollbar-thumb:hover{box-shadow:0 0 20px var(--scrollbar-hover-glow), 0 0 40px var(--scrollbar-glow-color), inset 0 0 8px #ffffff4d;background:linear-gradient(#ff6ec7 0%,#ff9300 20%,#5d9cff 40%,#20e3b2 60%,#ff6ec7 80%,#ff9300 100%) 0 0/100% 300%;animation:1.5s infinite scrollbar-gradient-flow-fast}main.custom-scrollbar::-webkit-scrollbar-thumb:active{box-shadow:0 0 30px var(--scrollbar-hover-glow), 0 0 60px var(--scrollbar-glow-color), inset 0 0 10px #fff6;background:linear-gradient(#ff9300 0%,#ff6ec7 25%,#20e3b2 50%,#5d9cff 75%,#ff9300 100%) 0 0/100% 200%}.custom-scrollbar::-webkit-scrollbar-thumb:active{box-shadow:0 0 30px var(--scrollbar-hover-glow), 0 0 60px var(--scrollbar-glow-color), inset 0 0 10px #fff6;background:linear-gradient(#ff9300 0%,#ff6ec7 25%,#20e3b2 50%,#5d9cff 75%,#ff9300 100%) 0 0/100% 200%}body::-webkit-scrollbar-thumb:active{box-shadow:0 0 30px var(--scrollbar-hover-glow), 0 0 60px var(--scrollbar-glow-color), inset 0 0 10px #fff6;background:linear-gradient(#ff9300 0%,#ff6ec7 25%,#20e3b2 50%,#5d9cff 75%,#ff9300 100%) 0 0/100% 200%}main.custom-scrollbar::-webkit-scrollbar-corner{background:0 0}.custom-scrollbar::-webkit-scrollbar-corner{background:0 0}body::-webkit-scrollbar-corner{background:0 0}@keyframes scrollbar-gradient-flow{0%{background-position:0 0}50%{background-position:0 100%}to{background-position:0 0}}@keyframes scrollbar-gradient-flow-fast{0%{background-position:0 0}50%{background-position:0 200%}to{background-position:0 0}}main.custom-scrollbar,.custom-scrollbar,html{scroll-behavior:smooth}@media (prefers-reduced-motion:reduce){main.custom-scrollbar::-webkit-scrollbar-thumb{background:linear-gradient(#5d9cff 0%,#20e3b2 100%);animation:none}.custom-scrollbar::-webkit-scrollbar-thumb{background:linear-gradient(#5d9cff 0%,#20e3b2 100%);animation:none}body::-webkit-scrollbar-thumb{background:linear-gradient(#5d9cff 0%,#20e3b2 100%);animation:none}html{scroll-behavior:auto}}@supports (scrollbar-color:auto){main.custom-scrollbar,.custom-scrollbar,*{scrollbar-width:thin;scrollbar-color:#5d9cff transparent}}.scrollbar-thin::-webkit-scrollbar{width:6px;height:6px}.scrollbar-thin::-webkit-scrollbar-thumb{border-width:1px}.scrollbar-hidden{-ms-overflow-style:none;scrollbar-width:none}.scrollbar-hidden::-webkit-scrollbar{display:none}.scrollbar-neon::-webkit-scrollbar-thumb{background:linear-gradient(#0f8 0%,#00d4ff 50%,#f0f 100%);box-shadow:0 0 15px #0f8,0 0 30px #00d4ff,0 0 45px #f0f}.scrollbar-minimal::-webkit-scrollbar{width:4px}.scrollbar-minimal::-webkit-scrollbar-track{background:0 0}.scrollbar-minimal::-webkit-scrollbar-thumb{box-shadow:none;background:#ffffff4d;border-radius:4px;animation:none}.scrollbar-minimal::-webkit-scrollbar-thumb:hover{box-shadow:none;background:#ffffff80}.staff-portal-scrollbar::-webkit-scrollbar-thumb{background:linear-gradient(#5d9cff 0%,#3b82f6 50%,#1d4ed8 100%)}.customer-portal-scrollbar::-webkit-scrollbar-thumb{background:linear-gradient(#20e3b2 0%,#10b981 50%,#059669 100%)}.scroll-progress-container{z-index:9999;background:#0000001a;height:3px;position:fixed;top:96px;left:0;right:0}.scroll-progress-bar{transform-origin:0;background:linear-gradient(90deg,#ff6ec7,#ff9300,#5d9cff,#20e3b2) 0 0/300% 100%;height:100%;transition:transform .1s ease-out;animation:2s infinite progress-gradient}@keyframes progress-gradient{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}
html[data-theme=dark] .bg-clip-text,html[data-theme=business] .bg-clip-text,html:not([data-theme=light]):not([data-theme=hcg-light]) .bg-clip-text{-webkit-text-fill-color:transparent!important;-webkit-background-clip:text!important;background-clip:text!important}html[data-theme=dark] .text-transparent,html[data-theme=business] .text-transparent,html:not([data-theme=light]):not([data-theme=hcg-light]) .text-transparent{color:#0000!important;-webkit-text-fill-color:transparent!important}.bg-clip-text.text-transparent,.dark\:bg-clip-text.dark\:text-transparent{padding-bottom:.1em;line-height:1.2}html[data-theme=light] section.relative.min-h-screen,html[data-theme=hcg-light] section.relative.min-h-screen{background:#000!important}html[data-theme=light] section.relative.min-h-screen p.text-white,html[data-theme=hcg-light] section.relative.min-h-screen p.text-white{color:#fff!important;-webkit-text-fill-color:#fff!important}html[data-theme=light] section.relative.min-h-screen .text-purple-400,html[data-theme=hcg-light] section.relative.min-h-screen .text-purple-400{color:#c084fc!important}html[data-theme=light] section.relative.min-h-screen span.text-sm,html[data-theme=hcg-light] section.relative.min-h-screen span.text-sm{color:#fff!important}html[data-theme=light] .bg-white,html[data-theme=hcg-light] .bg-white{background:#fff!important}html[data-theme=light] .bg-gray-50,html[data-theme=hcg-light] .bg-gray-50{background:#f9fafb!important}html[data-theme=light] .text-gray-800,html[data-theme=hcg-light] .text-gray-800{color:#1f2937!important}html[data-theme=light] .text-gray-700,html[data-theme=hcg-light] .text-gray-700{color:#374151!important}html[data-theme=light] .text-gray-900,html[data-theme=hcg-light] .text-gray-900{color:#111827!important}html[data-theme=light] .bg-gradient-to-br.from-purple-50,html[data-theme=hcg-light] .bg-gradient-to-br.from-purple-50{background:linear-gradient(to bottom right,#faf5ff,#fdf2f8)!important}html[data-theme=light] .bg-gradient-to-br.from-pink-50,html[data-theme=hcg-light] .bg-gradient-to-br.from-pink-50{background:linear-gradient(to bottom right,#fdf2f8,#faf5ff)!important}html[data-theme=light] .bg-gradient-to-br.from-blue-50,html[data-theme=hcg-light] .bg-gradient-to-br.from-blue-50{background:linear-gradient(to bottom right,#eff6ff,#ecfeff)!important}html[data-theme=light] .bg-gradient-to-br.from-purple-100,html[data-theme=hcg-light] .bg-gradient-to-br.from-purple-100{background:linear-gradient(to bottom right,#f3e8ff,#fae8ff)!important}html[data-theme=light] .bg-gradient-to-br.from-pink-100,html[data-theme=hcg-light] .bg-gradient-to-br.from-pink-100{background:linear-gradient(to bottom right,#fce7f3,#fdf4ff)!important}html[data-theme=light] .bg-white.rounded-2xl,html[data-theme=hcg-light] .bg-white.rounded-2xl,html[data-theme=light] .bg-white.rounded-3xl,html[data-theme=hcg-light] .bg-white.rounded-3xl{background:#fff!important;border-color:#e5e7eb!important}html[data-theme=light] .bg-gradient-to-br.from-purple-600,html[data-theme=hcg-light] .bg-gradient-to-br.from-purple-600,html[data-theme=light] .relative.px-4.py-20.bg-gradient-to-br.from-purple-900\/30,html[data-theme=hcg-light] .relative.px-4.py-20.bg-gradient-to-br.from-purple-900\/30,html[data-theme=light] .relative.px-4.py-24.bg-gradient-to-br.from-purple-900\/30,html[data-theme=hcg-light] .relative.px-4.py-24.bg-gradient-to-br.from-purple-900\/30,html[data-theme=light] .relative.px-4.py-20.bg-gradient-to-br.from-purple-900\/20,html[data-theme=hcg-light] .relative.px-4.py-20.bg-gradient-to-br.from-purple-900\/20,html[data-theme=light] .relative.px-4.py-24.bg-gradient-to-br.from-purple-900\/20,html[data-theme=hcg-light] .relative.px-4.py-24.bg-gradient-to-br.from-purple-900\/20{background:linear-gradient(to bottom right,#9333ea,#ec4899,#9333ea)!important}html[data-theme=light] a[href=\/contact],html[data-theme=hcg-light] a[href=\/contact],html[data-theme=light] a[href=\/contact]:hover,html[data-theme=hcg-light] a[href=\/contact]:hover{color:#9333ea!important;background:#fff!important;border:none!important;box-shadow:0 25px 50px -12px #ffffff40!important}html[data-theme=light] a[href=\/contact] svg,html[data-theme=hcg-light] a[href=\/contact] svg,html[data-theme=light] a[href=\/contact]:hover svg,html[data-theme=hcg-light] a[href=\/contact]:hover svg{color:#9333ea!important;stroke:#9333ea!important}html[data-theme=light] a[href=\/capabilities],html[data-theme=hcg-light] a[href=\/capabilities],html[data-theme=light] a[href=\/capabilities]:hover,html[data-theme=hcg-light] a[href=\/capabilities]:hover{-webkit-backdrop-filter:blur(12px)!important;backdrop-filter:blur(12px)!important;color:#fff!important;background:#fff3!important;border:2px solid #fff9!important}html[data-theme=light] a[href=\/capabilities] svg,html[data-theme=hcg-light] a[href=\/capabilities] svg,html[data-theme=light] a[href=\/capabilities]:hover svg,html[data-theme=hcg-light] a[href=\/capabilities]:hover svg{color:#fff!important;stroke:#fff!important}html[data-theme=light] .relative.px-4.py-20.bg-gradient-to-br.from-purple-900\/30 h2,html[data-theme=hcg-light] .relative.px-4.py-20.bg-gradient-to-br.from-purple-900\/30 h2,html[data-theme=light] .relative.px-4.py-24.bg-gradient-to-br.from-purple-900\/30 h2,html[data-theme=hcg-light] .relative.px-4.py-24.bg-gradient-to-br.from-purple-900\/30 h2,html[data-theme=light] .relative.px-4.py-20.bg-gradient-to-br.from-purple-900\/20 h2,html[data-theme=hcg-light] .relative.px-4.py-20.bg-gradient-to-br.from-purple-900\/20 h2,html[data-theme=light] .relative.px-4.py-24.bg-gradient-to-br.from-purple-900\/20 h2,html[data-theme=hcg-light] .relative.px-4.py-24.bg-gradient-to-br.from-purple-900\/20 h2{color:#fff!important}html[data-theme=light] .relative.px-4.py-20.bg-gradient-to-br.from-purple-900\/30 h2 span,html[data-theme=hcg-light] .relative.px-4.py-20.bg-gradient-to-br.from-purple-900\/30 h2 span,html[data-theme=light] .relative.px-4.py-24.bg-gradient-to-br.from-purple-900\/30 h2 span,html[data-theme=hcg-light] .relative.px-4.py-24.bg-gradient-to-br.from-purple-900\/30 h2 span,html[data-theme=light] .relative.px-4.py-20.bg-gradient-to-br.from-purple-900\/20 h2 span,html[data-theme=hcg-light] .relative.px-4.py-20.bg-gradient-to-br.from-purple-900\/20 h2 span,html[data-theme=light] .relative.px-4.py-24.bg-gradient-to-br.from-purple-900\/20 h2 span,html[data-theme=hcg-light] .relative.px-4.py-24.bg-gradient-to-br.from-purple-900\/20 h2 span{color:#fff!important;-webkit-text-fill-color:#fff!important}html[data-theme=light] [class*=from-purple-900] .text-white,html[data-theme=hcg-light] [class*=from-purple-900] .text-white{color:#fff!important}html[data-theme=light] [class*=from-purple-900] .text-white\/70,html[data-theme=hcg-light] [class*=from-purple-900] .text-white\/70{color:#ffffffb3!important}html[data-theme=light] .bg-gradient-to-br.from-purple-600 .text-white,html[data-theme=hcg-light] .bg-gradient-to-br.from-purple-600 .text-white{color:#fff!important}html[data-theme=light] .bg-gradient-to-br.from-purple-600 .text-white\/70,html[data-theme=hcg-light] .bg-gradient-to-br.from-purple-600 .text-white\/70{color:#ffffffb3!important}html[data-theme=light] .bg-gradient-to-br.from-purple-600 .text-white\/95,html[data-theme=hcg-light] .bg-gradient-to-br.from-purple-600 .text-white\/95{color:#fffffff2!important}html[data-theme=light] .bg-gradient-to-br.from-purple-600 a.bg-white,html[data-theme=hcg-light] .bg-gradient-to-br.from-purple-600 a.bg-white{color:#9333ea!important;background:#fff!important}html[data-theme=light] .bg-gradient-to-br.from-purple-600 a.bg-white svg,html[data-theme=hcg-light] .bg-gradient-to-br.from-purple-600 a.bg-white svg{color:#9333ea!important;stroke:#9333ea!important}html[data-theme=light] .relative.px-4.py-20.bg-gradient-to-br a.bg-gradient-to-r,html[data-theme=hcg-light] .relative.px-4.py-20.bg-gradient-to-br a.bg-gradient-to-r,html[data-theme=light] .relative.px-4.py-24.bg-gradient-to-br a.bg-gradient-to-r,html[data-theme=hcg-light] .relative.px-4.py-24.bg-gradient-to-br a.bg-gradient-to-r{color:#9333ea!important;background:#fff!important}html[data-theme=light] .relative.px-4.py-20.bg-gradient-to-br a.bg-gradient-to-r svg,html[data-theme=hcg-light] .relative.px-4.py-20.bg-gradient-to-br a.bg-gradient-to-r svg,html[data-theme=light] .relative.px-4.py-24.bg-gradient-to-br a.bg-gradient-to-r svg,html[data-theme=hcg-light] .relative.px-4.py-24.bg-gradient-to-br a.bg-gradient-to-r svg{color:#9333ea!important;stroke:#9333ea!important}
[data-theme=hcg-light] #next-pal-production-context-menu,[data-theme=light] #next-pal-production-context-menu{background:linear-gradient(135deg,#0f172af5,#020617eb)!important;border-color:#ffffff26!important}[data-theme=hcg-light] #next-pal-production-context-menu *,[data-theme=light] #next-pal-production-context-menu *{color:#fff!important}[data-theme=hcg-light] #next-pal-production-context-menu [class*=slate-300],[data-theme=light] #next-pal-production-context-menu [class*=slate-300],[data-theme=hcg-light] #next-pal-production-context-menu [class*=slate-400],[data-theme=light] #next-pal-production-context-menu [class*=slate-400],[data-theme=hcg-light] #next-pal-production-context-menu [class*=slate-200],[data-theme=light] #next-pal-production-context-menu [class*=slate-200]{color:#ffffffb3!important}[data-theme=hcg-light] #next-pal-production-context-menu [class*=slate-950],[data-theme=light] #next-pal-production-context-menu [class*=slate-950]{color:#fff!important}[data-theme=hcg-light] #next-pal-production-context-menu [class*=bg-white],[data-theme=light] #next-pal-production-context-menu [class*=bg-white]{background-color:#ffffff0d!important}[data-theme=hcg-light] #next-pal-production-context-menu [class*=bg-slate-900],[data-theme=light] #next-pal-production-context-menu [class*=bg-slate-900]{background-color:#0f172ab3!important}[data-theme=hcg-light] #next-pal-production-context-menu [class*=border-white],[data-theme=light] #next-pal-production-context-menu [class*=border-white]{border-color:#ffffff26!important}[data-theme=hcg-light] #next-pal-production-context-menu>div:first-child,[data-theme=light] #next-pal-production-context-menu>div:first-child{background:radial-gradient(circle at 0 0,#fbbf2447,#0000 36%),radial-gradient(circle at 100% 0,#3b82f638,#0000 42%),linear-gradient(135deg,#0f172af5,#020617eb)!important}[data-theme=hcg-light] #next-pal-production-context-menu button:hover,[data-theme=light] #next-pal-production-context-menu button:hover{background-color:#ffffff1a!important}[data-theme=hcg-light] #next-pal-production-context-menu [class*=group]:hover,[data-theme=light] #next-pal-production-context-menu [class*=group]:hover{background-color:#ffffff14!important;border-color:#fff3!important}
