body{margin:0;background:#0f172a;display:flex;flex-direction:column;justify-content:center;align-items:center;height:100vh;font-family:Consolas,Courier New,monospace}.terminal{width:600px;background:#012456;border-radius:6px;box-shadow:0 20px 50px #00000080;overflow:hidden}.terminal-header{background:#1e1e1e;display:flex;align-items:center;padding:8px 12px;position:relative}.buttons{display:flex;gap:6px}.btn{width:12px;height:12px;border-radius:50%}.red{background:#ff5f56}.yellow{background:#ffbd2e}.green{background:#27c93f}.title{position:absolute;left:50%;transform:translate(-50%);color:#ccc;font-size:.85rem}.terminal-body{padding:20px}.flip-wrapper{display:inline-block;perspective:600px}.typing{opacity:0}.flip-wrapper span{display:inline-block;color:#0f8;text-shadow:0 0 6px rgba(0,255,136,.7);transform-origin:center}.ps-highlight{color:#0f8;text-shadow:0 0 6px rgba(0,255,136,.7)}.prompt{color:#fff;opacity:0}.cursor{color:#0f8;font-family:monospace;display:inline-block;width:8px;animation:blink 1s infinite}@keyframes blink{0%,50%,to{opacity:1}25%,75%{opacity:0}}.command{color:#fff;font-size:1.2rem;opacity:0;white-space:nowrap}.terminal-button-container{display:flex;justify-content:center;margin-top:20px}.terminal-button{padding:12px 24px;background:#012456;border:2px solid #00ff88;color:#0f8;font-family:Consolas,Courier New,monospace;font-size:1rem;text-decoration:none;cursor:pointer;border-radius:4px;transition:all .3s ease;box-shadow:0 0 10px #00ff884d}.terminal-button:hover{background:#0f8;color:#012456;box-shadow:0 0 20px #0f89;transform:translateY(-2px)}
