:root{--background:#0a0a0a;--foreground:#e0e0e0;--gray:#555;--gray-light:#888;--font-mono:"JetBrains Mono", monospace}*{box-sizing:border-box;margin:0;padding:0}html,body{background-color:var(--background);max-width:100vw;color:var(--foreground);font-family:var(--font-mono);-webkit-font-smoothing:antialiased;overflow-x:hidden}a{color:inherit;text-decoration:none}.container{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:100dvh;padding:2rem;display:flex}.profile-wrapper{margin-bottom:2.5rem;position:relative}.profile-image{object-fit:cover;border:1px solid #222;border-radius:50%;width:150px;height:150px;transition:transform .4s cubic-bezier(.175,.885,.32,1.275),border-color .3s}.profile-wrapper:hover .profile-image{border-color:#444;transform:scale(1.05)}h1{letter-spacing:-.01em;color:#ccc;margin-bottom:.75rem;font-size:1.25rem;font-weight:500}.cursor{background:var(--gray-light);vertical-align:text-bottom;width:8px;height:1.1em;margin-left:2px;animation:1s step-end infinite blink;display:inline-block}.description{color:#666;max-width:320px;margin-bottom:2rem;font-size:.9rem;font-weight:400;line-height:1.6}.links{flex-direction:column;gap:1rem;margin-top:1rem;display:flex}.link-item{color:#444;justify-content:center;align-items:center;gap:.5rem;font-size:.85rem;transition:color .2s,transform .2s;display:inline-flex}.link-item:hover{color:var(--foreground);transform:translateY(-1px)}.terminal-line{color:#333;align-items:center;gap:6px;margin-top:2rem;font-size:.75rem;display:flex}.prompt{color:#555;-webkit-user-select:none;user-select:none}.typed-text:after{content:"";animation:8s steps(24,end) infinite type;display:inline-block}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:.8s forwards fadeIn}.delay-1{animation-delay:.1s}.delay-2{animation-delay:.2s}.delay-3{animation-delay:.3s}.delay-4{animation-delay:.4s}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}@keyframes type{0%,5%{content:""}6%,35%{content:"whoami"}36%,38%{content:""}39%,65%{content:"cat /etc/motd"}66%,68%{content:""}69%,95%{content:"echo hello_"}96%,to{content:""}}@media (max-width:480px){.profile-image{width:120px;height:120px}h1{font-size:1.1rem}.description{max-width:280px;font-size:.82rem}.container{padding:1.5rem}}
