.user-page { min-height: 100vh; background-color: #121212; .header { padding: 60px 32px; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); text-align: center; .avatar { width: 120px; height: 120px; border-radius: 50%; background: rgba(255, 255, 255, 0.3); margin: 0 auto 20px; display: flex; align-items: center; justify-content: center; .avatar-text { font-size: 48px; color: #fff; font-weight: bold; } } .nickname { font-size: 32px; color: #fff; font-weight: 500; } } .content { padding: 32px; .info-card { background: #fff; border-radius: 16px; padding: 32px; display: flex; justify-content: space-between; align-items: center; .label { font-size: 28px; color: #666; } .value { font-size: 36px; font-weight: bold; color: #667eea; } } } }