:root{--scrollbar-width:4px;--scrollbar-color:hsla(0,0%,100%,.15);--scrollbar-hover-color:hsla(0,0%,100%,.3)}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:hsla(0,0%,100%,.08);border-radius:3px;-webkit-transition:background .2s ease;transition:background .2s ease}::-webkit-scrollbar-thumb:hover{background:hsla(0,0%,100%,.2)}::-webkit-scrollbar-thumb:active{background:hsla(0,0%,100%,.3)}::-webkit-scrollbar-corner{background:transparent}*{scrollbar-width:thin;scrollbar-color:hsla(0,0%,100%,.08) transparent}:hover{scrollbar-color:hsla(0,0%,100%,.15) transparent}.studio-theme,.studio-theme *{scrollbar-color:rgba(99,102,241,.1) transparent}.studio-theme :hover,.studio-theme:hover{scrollbar-color:rgba(99,102,241,.2) transparent}.studio-theme ::-webkit-scrollbar-thumb,.studio-theme::-webkit-scrollbar-thumb{background:rgba(99,102,241,.1)}.studio-theme ::-webkit-scrollbar-thumb:hover,.studio-theme::-webkit-scrollbar-thumb:hover{background:rgba(99,102,241,.25)}.studio-theme ::-webkit-scrollbar-track,.studio-theme::-webkit-scrollbar-track{background:transparent}.studio-scrollbar{scrollbar-width:thin;scrollbar-color:rgba(99,102,241,.4) transparent}.studio-scrollbar::-webkit-scrollbar{width:8px}.studio-scrollbar::-webkit-scrollbar-thumb{background:rgba(99,102,241,.4);border-radius:4px}.studio-scrollbar::-webkit-scrollbar-thumb:hover{background:rgba(99,102,241,.6)}.studio-scrollbar::-webkit-scrollbar-thumb:active{background:rgba(99,102,241,.8)}.studio-scrollbar::-webkit-scrollbar-track{background:transparent}@media (max-width:640px){.studio-scrollbar::-webkit-scrollbar{width:10px}.studio-scrollbar::-webkit-scrollbar-thumb{background:rgba(99,102,241,.5)}}.overflow-auto,.overflow-scroll,.overflow-x-auto,.overflow-x-scroll,.overflow-y-auto,.overflow-y-scroll{scrollbar-width:thin;scrollbar-color:hsla(0,0%,100%,.05) transparent}.overflow-auto:hover,.overflow-scroll:hover,.overflow-x-auto:hover,.overflow-x-scroll:hover,.overflow-y-auto:hover,.overflow-y-scroll:hover{scrollbar-color:hsla(0,0%,100%,.15) transparent}.is-scrolling::-webkit-scrollbar-thumb{background:hsla(0,0%,100%,.25)!important}.typing-animation{position:relative}.typing-animation:after{content:"";position:absolute;top:0;right:0;width:100%;height:100%;background-color:#fff;border-left:3px solid #ffc8dd;animation:typing-reveal 2s steps(40) forwards}@keyframes typing-reveal{to{width:0}}.stable-markdown-container{min-height:1.5em;position:relative}.fade-in{opacity:0;animation:fadeIn .5s ease forwards}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes subtle-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes subtle-ping{0%{transform:scale(1);opacity:.5}75%,to{transform:scale(1.5);opacity:0}}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}.will-change-transform{will-change:transform}.gpu-accelerated{transform:translateZ(0);backface-visibility:hidden}.animate-fade-in-up{opacity:0;transform:translateY(20px);transition:opacity .6s ease-out,transform .6s ease-out}.animate-fade-in-up.in-view{opacity:1;transform:translateY(0)}.accordion-grid{display:grid;grid-template-rows:0fr;transition:grid-template-rows .3s ease-out;overflow:hidden}.accordion-grid.open{grid-template-rows:1fr}.accordion-grid>*{min-height:0}.modal-fade{opacity:0;transition:opacity .3s ease-out}.modal-fade.open{opacity:1}.modal-scale{opacity:0;transform:scale(.95);transition:opacity .3s ease-out,transform .3s ease-out}.modal-scale.open{opacity:1;transform:scale(1)}@keyframes pulse-scale{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.animate-pulse-scale{animation:pulse-scale 2s ease-in-out infinite}