.terminal-loading-container{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;background:#0B0B0F;z-index:9999}.terminal-window{width:500px;max-width:90vw;background:#13162D;border:2px solid #9c7fd9;border-radius:12px;box-shadow:0 10px 40px rgba(203,172,249,.3);animation:terminalFadeIn .4s ease-out}.terminal-header{padding:12px 16px;border-bottom:1px solid #2a2a3e;display:flex;align-items:center}.terminal-dots{display:flex;gap:8px}.dot{width:12px;height:12px;border-radius:50%;animation:dotPulse 2s ease-in-out infinite}.dot.red{background-color:#FF5F57;animation-delay:0s}.dot.yellow{background-color:#FFBD2E;animation-delay:.1s}.dot.green{background-color:#28CA42;animation-delay:.2s}.terminal-content{padding:40px 24px 20px;font-family:Courier New,Consolas,Monaco,monospace;font-size:32px;display:flex;align-items:center;min-height:80px}.terminal-prompt{color:#CBACF9;font-weight:700;margin-right:12px;text-shadow:0 0 10px rgba(203,172,249,.6);animation:promptGlow 2s ease-in-out infinite}.terminal-text{color:#FFFFFF;font-weight:500;letter-spacing:2px}.terminal-cursor{color:#CBACF9;font-weight:700;margin-left:4px;opacity:0;transition:opacity .1s}.terminal-cursor.visible{opacity:1}.terminal-subtitle{padding:0 24px 24px;font-family:Courier New,Consolas,Monaco,monospace;font-size:14px;color:#9C7FD9;animation:subtitleFade 1.5s ease-in-out infinite}@keyframes terminalFadeIn{0%{opacity:0;transform:scale(.95) translateY(10px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes promptGlow{0%,to{text-shadow:0 0 10px rgba(203,172,249,.6)}50%{text-shadow:0 0 20px rgba(203,172,249,.9)}}@keyframes dotPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(.9)}}@keyframes subtitleFade{0%,to{opacity:.5}50%{opacity:1}}@media (max-width:640px){.terminal-content{font-size:24px;padding:30px 20px 15px}.terminal-subtitle{font-size:12px}.dot{width:10px;height:10px}}