/*oioioi*/.cursor,.typing{font-family:"Source Code Pro",monospace}:root{--bg:#0d0d0d;--fg:#e5e5e5;--muted:#888}*{box-sizing:border-box}body{margin:0;height:100vh;background:var(--bg);color:var(--fg);display:flex;align-items:center;justify-content:center;font-family:system-ui,sans-serif}.container{text-align:center}.spinner{width:140px;height:140px;margin:0 auto 24px;animation:12s linear infinite spin}.spinner img{width:100%;height:100%;object-fit:contain}@keyframes spin{from{transform:rotate(0)}to{transform:rotate(360deg)}}.typing{font-size:14px;color:var(--muted);min-height:1.2em;letter-spacing:.05em}.cursor{display:inline-block;width:8px;animation:1s steps(1) infinite blink}@keyframes blink{50%{opacity:0}}