:root{--accent: 124, 58, 237;--accent-gradient: linear-gradient(45deg, rgb(var(--accent)), #da62c4 30%, white 60%)}h1,h2,h3,h4{font-family:IBM Plex Sans,sans-serif;color:#fff}p{font-family:Poppins,sans-serif;color:#fff}h1{color:#fff}h2{color:#ffb547;font-size:1.5rem;font-weight:700}ul{margin:0 0 0 20px}li{font-family:Poppins,sans-serif;color:#fff;padding:3px 0;list-style-type:circle}li>p{margin:0}html{background:#0c0f14;background-size:25px 25px;background-position:0 0,15px 15px}.container{margin:0 auto;padding:20px;max-width:768px}.content{max-width:1200px;margin-left:auto;margin-right:auto}figure img{margin:0 auto;width:100%;max-width:868px;display:block}figcaption{text-align:center;font-size:.8em;color:gray;margin:20px 0 0}.frame{border:1px solid #414258;-webkit-mask-image:linear-gradient(to top,transparent 20%,black 100%);mask-image:linear-gradient(to top,transparent 20%,black 100%)}.heroFrame{border:1px solid #414258;-webkit-mask-image:linear-gradient(to top,transparent 10%,black 90%);mask-image:linear-gradient(to top,transparent 10%,black 90%)}.animated-gradient-border{position:relative;border-radius:9999px;overflow:hidden}.animated-gradient-border:after{content:"";position:absolute;inset:0;z-index:-1;margin:-3px;border-radius:9999px;background-image:linear-gradient(90deg,#ff7e5f,#feb47b);animation:gradientBorder 3s infinite linear}.animated-gradient-border-bottom{position:relative;border-radius:9999px;overflow:hidden;z-index:1}.animated-gradient-border-bottom:before{content:"";position:absolute;inset:-2px;background-image:linear-gradient(90deg,#ff7e5f,#feb47b);z-index:-1;border-radius:9999px;animation:gradientBorder 3s infinite linear}.animated-gradient-border-bottom:after{content:"";position:absolute;inset:2px;background-color:#fff;border-radius:9999px;z-index:-1}.animated-gradient-border-bottom:hover{animation:shadowPulse 3s infinite ease-in-out}@keyframes gradientBorder{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}@keyframes shadowPulse{0%,to{box-shadow:0 0 #ff7e5f66}50%{box-shadow:0 0 10px 15px #ff7e5f00}}.scroll-fade-in{opacity:0;transform:translateY(40px);transition:opacity .8s ease,transform .8s ease}.scroll-fade-in.is-visible{opacity:1;transform:translateY(0)}.scroll-stagger>*{opacity:0;transform:translateY(30px);transition:opacity .6s ease,transform .6s ease}.scroll-stagger.is-visible>*{opacity:1;transform:translateY(0)}.scroll-stagger.is-visible>*:nth-child(1){transition-delay:0ms}.scroll-stagger.is-visible>*:nth-child(2){transition-delay:.1s}.scroll-stagger.is-visible>*:nth-child(3){transition-delay:.2s}.scroll-stagger.is-visible>*:nth-child(4){transition-delay:.3s}.scroll-stagger.is-visible>*:nth-child(5){transition-delay:.4s}.scroll-stagger.is-visible>*:nth-child(6){transition-delay:.5s}.scroll-scale-in{opacity:0;transform:scale(.95);transition:opacity .8s ease,transform .8s ease}.scroll-scale-in.is-visible{opacity:1;transform:scale(1)}.conversation-slide{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:center;gap:.5rem;padding:3.5rem 1.25rem 1.25rem;opacity:0;pointer-events:none;transition:opacity .5s ease}.conversation-slide.active{opacity:1;pointer-events:auto}.conversation-slide .chat-bubble,.conversation-slide .chat-resolved{opacity:0;transform:translateY(10px)}.conversation-slide.animating .chat-bubble,.conversation-slide.animating .chat-resolved{animation-name:chatBubbleIn;animation-duration:.4s;animation-timing-function:ease;animation-fill-mode:forwards}.conversation-slide.animating .chat-bubble:nth-child(1){animation-delay:.2s}.conversation-slide.animating .chat-bubble:nth-child(2){animation-delay:1.2s}.conversation-slide.animating .chat-resolved{animation-delay:2s}@keyframes chatBubbleIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.copilot-message,.copilot-action,.intel-stats,.intel-chart,.intel-bars{opacity:1;transform:translateY(0)}.animate-bar-1,.animate-bar-2,.animate-bar-3,.animate-bar-4,.animate-bar-5,.animate-bar-6,.animate-bar-7{transition:height .3s ease}.stronger-support-card:hover .animate-bar-1{animation:barPulse1 2s ease-in-out infinite}.stronger-support-card:hover .animate-bar-2{animation:barPulse2 2.2s ease-in-out infinite}.stronger-support-card:hover .animate-bar-3{animation:barPulse3 1.8s ease-in-out infinite}.stronger-support-card:hover .animate-bar-4{animation:barPulse4 2.4s ease-in-out infinite}.stronger-support-card:hover .animate-bar-5{animation:barPulse5 2.1s ease-in-out infinite}.stronger-support-card:hover .animate-bar-6{animation:barPulse6 1.9s ease-in-out infinite}.stronger-support-card:hover .animate-bar-7{animation:barPulse7 2.3s ease-in-out infinite}@keyframes barPulse1{0%,to{height:60%}50%{height:75%}}@keyframes barPulse2{0%,to{height:80%}50%{height:65%}}@keyframes barPulse3{0%,to{height:45%}50%{height:60%}}@keyframes barPulse4{0%,to{height:90%}50%{height:70%}}@keyframes barPulse5{0%,to{height:70%}50%{height:85%}}@keyframes barPulse6{0%,to{height:55%}50%{height:40%}}@keyframes barPulse7{0%,to{height:85%}50%{height:95%}}.stronger-support-card{position:relative}.stronger-support-card:before{content:"";position:absolute;inset:0;border-radius:1rem;padding:1px;background:linear-gradient(to bottom,rgba(255,255,255,.1) 0%,rgba(255,255,255,.1) 50%,transparent 100%);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.channel-icon{opacity:1;transform:scale(1)}@keyframes channelIconIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}
