@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;500;600;700&display=swap");.grotaro-terminal{font-family:IBM Plex Mono,Courier New,monospace;background:#0d0512;color:#b366c7}.grotaro-terminal-glow{box-shadow:0 0 20px rgba(114,54,124,.3)}.grotaro-pulse{animation:grotaro-pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes grotaro-pulse{0%,to{opacity:1}50%{opacity:.6}}.terminal-cursor:after{content:"▋";animation:blink 1s step-end infinite;color:#72367c}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}.grotaro-terminal::-webkit-scrollbar{width:8px}.grotaro-terminal::-webkit-scrollbar-track{background:#0d0512}.grotaro-terminal::-webkit-scrollbar-thumb{background:#4a1f56;border-radius:4px}.grotaro-terminal::-webkit-scrollbar-thumb:hover{background:#72367c}