.profile-page { padding-bottom: 80px; background: linear-gradient(rgba(10, 10, 10, 0.95), rgba(10, 10, 10, 0.95)), url('../pic/wp6.png') center/cover fixed; }
.profile-logo-wrap { width: 200px; height: 200px; margin: 0 auto 20px; border-radius: 50%; border: 4px solid var(--hytale-green); overflow: hidden; box-shadow: 0 0 30px rgba(10, 130, 24, 0.4); background: #000; }
.role-badge { display: inline-block; background: var(--hytale-green); color: #fff; padding: 8px 25px; border-radius: 20px; font-family: var(--font-title); font-size: 1rem; font-weight: bold; text-transform: uppercase; margin-top: 10px; }
.stats-container { display: flex; justify-content: center; gap: 20px; max-width: 1000px; margin: 0 auto 40px; flex-wrap: wrap; }
.stat-card { background: rgba(255, 255, 255, 0.1); padding: 20px; border-radius: 15px; min-width: 160px; text-align: center; border-bottom: 4px solid var(--hytale-green); }
.stat-value { display: block; font-size: 1.6rem; font-weight: bold; color: #fff; }
.stat-label { font-size: 0.85rem; color: #eee; font-weight: bold; text-transform: uppercase; letter-spacing: 1px; }
.profile-item { background: rgba(15, 15, 15, 0.9); padding: 30px; border-radius: 20px; border: 1px solid rgba(255, 255, 255, 0.1); backdrop-filter: blur(10px); }
.profile-item h3 { font-family: var(--font-title); color: #0fdb24; margin-bottom: 15px; border-bottom: 2px solid #444; padding-bottom: 10px; }
.profile-list { list-style: none; color: #fff; }
.profile-list li { margin-bottom: 8px; font-size: 1.05rem; }
.profile-list li::before { content: "▹"; color: #0fdb24; margin-right: 12px; font-weight: bold; }
.social-links a:focus-visible { outline: 3px solid #fff; outline-offset: 5px; }
