body { background: #000; color: #fff; font-family: 'Courier New', monospace; height: 100vh; display: flex; justify-content: center; align-items: center; }
.terminal { width: 80%; max-width: 700px; padding: 40px; border-left: 2px solid #fff; }
h1 { font-size: 2.5rem; letter-spacing: 20px; margin-bottom: 30px; text-transform: uppercase; }
.philosophy { margin: 40px 0; font-style: italic; color: #888; line-height: 1.8; }
.crypto-item { margin: 15px 0; font-size: 0.8rem; }
code { background: #1a1a1a; padding: 5px 10px; color: #fff; }
.blink { animation: pulse 2s infinite; }
@keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.3; } }