@charset "UTF-8";
/***!  Style Declaration  !***/

body{background:#0d1f1c;font-family:Arial,sans-serif}.profile-card{width:100%;max-width:460px;margin:40px auto;padding:30px 20px;background:#0d1f1c;border-radius:20px;text-align:center;color:#fff}.avatar img{width:110px;height:110px;border-radius:50%;margin-bottom:12px}.username{font-size:22px;font-weight:bold;margin-bottom:5px}.subtitle{font-size:15px;color:#cfcfcf;margin-bottom:25px}.links{display:flex;flex-direction:column;gap:15px}.link{position:relative;display:flex;align-items:center;justify-content:center;padding:14px 20px;border:1px solid #d4af37;border-radius:40px;text-decoration:none;color:#fff;font-size:17px;transition:background 0.3s}.link:hover{background:rgba(212,175,55,0.1)}.link img{width:26px;height:26px;border-radius:50%;position:absolute;left:15px}.link span{text-align:center;flex:none}.link .dots{position:absolute;right:15px;font-size:18px;color:#d4af37}@media (max-width:600px){.profile-card{padding:20px 15px;border-radius:16px}.avatar img{width:90px;height:90px;margin-bottom:10px}.username{font-size:20px}.subtitle{font-size:14px;margin-bottom:18px}.link{font-size:15px;padding:12px 16px}.link img{width:22px;height:22px;left:12px}.link .dots{right:12px;font-size:16px}}
