.index-page { min-height: 100vh; // background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); .header { padding: 80px 32px 40px; text-align: center; .title { font-size: 48px; font-weight: bold; color: #fff; } } .content { padding: 32px; .welcome { background: #fff; border-radius: 16px; padding: 40px 32px; text-align: center; margin-bottom: 40px; .welcome-text { font-size: 32px; color: #333; display: block; margin-bottom: 16px; } .user-name { font-size: 36px; font-weight: bold; color: #667eea; } } .actions { margin-top: 40px; } } }