@keyframes logoFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.solaria-hero-logo{filter:drop-shadow(0 0 40px rgba(220,178,99,.3));animation:logoFloat 4s ease-in-out infinite}.solaria-showcase-msg{animation:showcaseMsgSlide .35s cubic-bezier(.16,1,.3,1) both}@keyframes showcaseMsgSlide{0%{opacity:0;transform:translateY(12px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.solaria-showcase-bubble-content p{margin:0}.solaria-showcase-bubble-content p+p{margin-top:.375rem}.solaria-showcase-bubble-content strong{color:#fff}.solaria-showcase-bubble-content em{color:#666;font-size:.6875rem}.solaria-showcase-bubble-content pre{margin:.5rem 0;padding:.625rem .75rem;background:rgba(0,0,0,.4);border:1px solid hsla(0,0%,100%,.06);border-radius:.4375rem;overflow-x:auto}.solaria-showcase-bubble-content pre code{font-family:JetBrains Mono,monospace;font-size:.625rem;line-height:1.6;color:#e5e5e5;background:none;padding:0;border-radius:0}.solaria-showcase-bubble-content code{font-family:JetBrains Mono,monospace;font-size:.625rem;background:rgba(0,0,0,.3);padding:.125rem .375rem;border-radius:.25rem;color:#00e5c9}.solaria-showcase-bubble-content ul{margin:.375rem 0;padding-left:1.125rem}.solaria-showcase-bubble-content li{margin-bottom:.125rem}.solaria-showcase-app{position:relative}.solaria-showcase-app:after{content:"";position:absolute;inset:-1px;border-radius:1rem;padding:1px;background:linear-gradient(180deg,rgba(220,178,99,.15),transparent 40%);-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;z-index:1}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.animate-blink{animation:blink 1s step-end infinite}.fadeInUp-anim{animation:fadeInUp .3s ease-out}