.container,body{min-height:100vh}.connect,.hero,.skills,.support h2,footer{text-align:center}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;line-height:1.6;color:#fff;background:#000}.container{max-width:900px;margin:0 auto;padding:2rem;display:flex;flex-direction:column}.hero{padding:4rem 0;margin-bottom:3rem}.profile-section{animation:1s ease-out fadeInUp}.avatar{width:120px;height:120px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;margin:0 auto 2rem;box-shadow:0 10px 30px rgba(255,255,255,.3);transition:transform .3s}.skill-tag,section{transition:transform .3s,box-shadow .3s}.avatar:hover{transform:scale(1.05)}.avatar-text{font-size:3rem;font-weight:700;color:#000;text-shadow:none}.name,p{margin-bottom:1rem;color:#fff}.name{font-size:3.5rem;font-weight:700}.tagline{font-size:1.3rem;color:#ccc;font-weight:300}.content{flex:1;display:flex;flex-direction:column;gap:3rem}section{background:#111;padding:2.5rem;border-radius:16px;border:1px solid #333;box-shadow:0 8px 32px rgba(255,255,255,.1);animation:.8s ease-out forwards fadeInUp}section:hover{transform:translateY(-5px);box-shadow:0 15px 40px rgba(255,255,255,.15)}p{font-size:1.1rem;line-height:1.7}.skill-tags{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem}.skill-tag{background:#fff;color:#000;padding:.8rem 1.5rem;border-radius:25px;font-weight:500;font-size:.95rem;box-shadow:0 4px 15px rgba(255,255,255,.3)}.skill-tag:hover{transform:translateY(-3px) scale(1.05);box-shadow:0 8px 25px rgba(255,255,255,.5)}.social-links{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:1.5rem;max-width:600px;margin:0 auto}.social-link{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1.5rem 1rem;background:#111;border-radius:12px;text-decoration:none;color:#fff;transition:.3s;border:1px solid #333}.social-link:hover{transform:translateY(-5px);background:#222;box-shadow:0 10px 25px rgba(255,255,255,.1)}.social-link i{font-size:2rem}.social-link span{font-weight:500;font-size:.9rem}.twitter:hover{background:#1da1f2;color:#fff}.tiktok:hover{background:#fe2c55;color:#fff}.github:hover{background:#333;color:#fff}.reddit:hover{background:#ff4500;color:#fff}.kofi:hover{background:#ff5e5b;color:#fff}footer{padding:2rem 0;color:#ccc;font-size:.9rem;margin-top:2rem}@keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}section:nth-child(2){animation-delay:.2s}section:nth-child(3){animation-delay:.4s}section:nth-child(4){animation-delay:.6s}@media (max-width:768px){.container{padding:1rem}.hero{padding:2rem 0}.avatar-text,.name{font-size:2.5rem}.tagline{font-size:1.1rem}section{padding:1.5rem}.avatar{width:100px;height:100px}.social-links{grid-template-columns:repeat(2,1fr);gap:1rem}.skill-tags{gap:.8rem}.skill-tag{padding:.6rem 1.2rem;font-size:.9rem}}h2{font-size:2rem;margin-bottom:1.5rem;color:#fff;font-weight:600}@media (max-width:480px){.name{font-size:2rem}h2{font-size:1.5rem}}@keyframes nyan-fly{0%{left:-200px}100%{left:110%}}.nyancat{position:fixed;width:150px;z-index:9999;animation:5s linear forwards nyan-fly;pointer-events:none}
