@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Roboto:wght@300;400;500;700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', 'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    background: #f0f2f5;
    color: #1c1e21;
    min-height: 100vh;
}

/* Navigation */
.navbar-awakening {
    background: linear-gradient(135deg, #fef9e7 0%, #f7f3ce 50%, #fdeaa8 100%);
    border-bottom: 1px solid #e4e6eb;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    padding: 12px 0;
}

.navbar-awakening .navbar-brand {
    font-family: 'Inter', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: #000000 !important;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
}

.navbar-awakening .navbar-brand:hover {
    color: #166fe5;
}

.navbar-awakening .nav-link {
    color: #000000;
    font-size: 0.95rem;
    font-weight: 500;
    padding: 8px 16px;
    transition: all 0.2s ease;
    border-radius: 8px;
    margin: 0 4px;
}

.navbar-awakening .nav-link:hover {
    background: #f2f3f5;
    color: #1c1e21;
}

.navbar-awakening .nav-link.active {
    color: #1877f2;
    background: #e7f3ff;
}

.om-icon {
    font-size: 1.3rem;
    color: #fb0f62;
}

/* Hero Section */
.hero-section {
    background: linear-gradient(180deg, #ffffff 0%, #f0f2f5 100%);
    padding: 60px 20px;
    min-height: calc(100vh - 200px);
}

.content-wrapper {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.social-links-top {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #ffffff;
    border: 2px solid transparent;
    color: #ffffff;
    font-size: 1.3rem;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    position: relative;
    overflow: hidden;
}

.social-link::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    opacity: 1;
    transition: opacity 0.3s ease;
    z-index: -1;
}

/* YouTube - Red */
.social-link[title="YouTube"] {
    background: linear-gradient(135deg, #FF0000 0%, #CC0000 100%);
}

.social-link[title="YouTube"]:hover {
    transform: translateY(-4px) scale(1.1);
    box-shadow: 0 6px 20px rgba(255, 0, 0, 0.4);
}

/* Instagram - Gradient */
.social-link[title="Instagram"] {
    background: linear-gradient(135deg, #833AB4 0%, #FD1D1D 50%, #FCAF45 100%);
}

.social-link[title="Instagram"]:hover {
    transform: translateY(-4px) scale(1.1);
    box-shadow: 0 6px 20px rgba(131, 58, 180, 0.4);
}

/* TikTok - Black with accent */
.social-link[title="TikTok"] {
    background: linear-gradient(135deg, #000000 0%, #ee1d52 100%);
}

.social-link[title="TikTok"]:hover {
    transform: translateY(-4px) scale(1.1);
    box-shadow: 0 6px 20px rgba(238, 29, 82, 0.4);
}

/* WhatsApp - Green */
.social-card.whatsapp::before {
    background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
}

.social-card.whatsapp:hover {
    transform: translateY(-6px) scale(1.03);
    box-shadow: 0 8px 30px rgba(37, 211, 102, 0.4);
    border-color: #25D366;
}

/* Facebook - Blue */
.social-link[title="Facebook"] {
    background: linear-gradient(135deg, #1877F2 0%, #0C63D4 100%);
}

.social-link[title="Facebook"]:hover {
    transform: translateY(-4px) scale(1.1);
    box-shadow: 0 6px 20px rgba(24, 119, 242, 0.4);
}

/* Telegram - Blue */
.social-link[title="Telegram"] {
    background: linear-gradient(135deg, #0088cc 0%, #006699 100%);
}

.social-link[title="Telegram"]:hover {
    transform: translateY(-4px) scale(1.1);
    box-shadow: 0 6px 20px rgba(0, 136, 204, 0.4);
}

/* X (Twitter) - Black */
.social-link[title="X"] {
    background: linear-gradient(135deg, #000000 0%, #14171A 100%);
}

.social-link[title="X"]:hover {
    transform: translateY(-4px) scale(1.1);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}

.lotus-mandala {
    margin-bottom: 20px;
}

.lotus-mandala i {
    font-size: 4rem;
    color: #1877f2;
}

.main-title {
    font-family: 'Inter', sans-serif;
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 12px;
    color: #1c1e21;
    letter-spacing: -1px;
}

.subtitle {
    font-size: 1.3rem;
    font-weight: 400;
    margin-bottom: 24px;
    color: #65676b;
    letter-spacing: 0.5px;
}

.mystical-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 32px;
    border: 1px solid #dddfe2;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    max-width: 600px;
    margin: 0 auto 32px;
}

.tagline {
    font-size: 1.1rem;
    line-height: 1.6;
    font-weight: 400;
    color: #65676b;
}

.divider {
    width: 200px;
    height: 1px;
    background: #dddfe2;
    margin: 24px auto;
}

.domain {
    font-size: 1.2rem;
    font-weight: 600;
    margin-top: 24px;
    color: #1877f2;
    letter-spacing: 0.5px;
}

/* Auth Buttons */
.auth-buttons {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 32px;
    flex-wrap: wrap;
}

.auth-btn {
    font-family: 'Inter', sans-serif;
    padding: 12px 32px;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s ease;
    border: none;
    cursor: pointer;
}

.btn-login {
    background: #1877f2;
    color: #ffffff;
}

.btn-login:hover {
    background: #166fe5;
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(24, 119, 242, 0.3);
}

.btn-signup {
    background: #42b72a;
    color: #ffffff;
}

.btn-signup:hover {
    background: #36a420;
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(66, 183, 42, 0.3);
}

/* Active Profiles Section */
.active-profiles-section {
    margin-top: 40px;
    margin-bottom: 20px;
    background: #ffffff;
    border-radius: 12px;
    padding: 24px;
    border: 1px solid #dddfe2;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.active-profiles-title {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 16px;
    color: #1c1e21;
    text-align: left;
}

.active-profiles-list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.active-profile-card {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 16px;
    border-radius: 8px;
    background: #f7f8fa;
    border: 1px solid #e4e6eb;
    text-decoration: none;
    color: inherit;
    transition: all 0.2s ease;
}

.active-profile-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    border-color: #1877f2;
}

.active-profile-image-wrapper {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #1877f2;
    flex-shrink: 0;
}

.active-profile-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.active-profile-info {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.active-profile-username {
    font-weight: 600;
    font-size: 0.95rem;
    color: #1c1e21;
}

.active-profile-location {
    font-size: 0.85rem;
    color: #65676b;
}

.active-profile-location i {
    margin-right: 4px;
    color: #1877f2;
}

.active-profile-oneliner {
    font-size: 0.85rem;
    color: #65676b;
    font-style: italic;
}

/* Login/Signup Pages */
.login-container,
.signup-container {
    background: #f0f2f5;
    min-height: 100vh;
    padding: 40px 0;
}

.login-card,
.signup-card {
    background: #ffffff;
    border-radius: 12px;
    border: 1px solid #dddfe2;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), 0 8px 16px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.login-header,
.signup-header {
    background: #ffffff;
    padding: 24px;
    border-bottom: 1px solid #dddfe2;
}

.login-header h3,
.signup-header h3 {
    font-family: 'Inter', sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    color: #1c1e21;
}

.form-control {
    background: #ffffff;
    border: 1px solid #dddfe2;
    color: #1c1e21;
    border-radius: 8px;
    padding: 12px 16px;
    font-size: 1rem;
    transition: all 0.2s ease;
}

.form-control:focus {
    background: #ffffff;
    border-color: #1877f2;
    box-shadow: 0 0 0 2px rgba(24, 119, 242, 0.1);
    color: #1c1e21;
    outline: none;
}

.form-control::placeholder {
    color: #8a8d91;
}

.form-select {
    background: #ffffff;
    border: 1px solid #dddfe2;
    color: #1c1e21;
    border-radius: 8px;
    padding: 12px 16px;
    font-size: 1rem;
    transition: all 0.2s ease;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
}

.form-select:focus {
    background-color: #ffffff;
    border-color: #1877f2;
    box-shadow: 0 0 0 2px rgba(24, 119, 242, 0.1);
    color: #1c1e21;
    outline: none;
}

.form-select option {
    background: #ffffff;
    color: #1c1e21;
}

.login-btn,
.signup-btn {
    background: #1877f2;
    border: none;
    border-radius: 8px;
    padding: 12px 32px;
    font-weight: 600;
    font-size: 1rem;
    color: #ffffff;
    transition: all 0.2s ease;
}

.login-btn:hover,
.signup-btn:hover {
    background: #166fe5;
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(24, 119, 242, 0.3);
}

.input-icon {
    position: relative;
}

.input-icon i {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #65676b;
    font-size: 1rem;
}

.remember-me {
    display: flex;
    align-items: center;
    color: #1c1e21;
}

.remember-me input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin-right: 8px;
    accent-color: #1877f2;
    cursor: pointer;
}

.links a {
    color: #1877f2;
    text-decoration: none;
    transition: color 0.2s ease;
    font-weight: 500;
}

.links a:hover {
    color: #166fe5;
    text-decoration: underline;
}

.links p {
    color: #65676b;
}

.welcome-back {
    font-size: 1.1em;
    color: #65676b;
    text-align: center;
    margin-bottom: 24px;
}

.animation-container {
    position: relative;
    height: 3px;
    background: #e4e6eb;
    margin-bottom: 24px;
    border-radius: 2px;
    overflow: hidden;
}

.animation-bar {
    position: absolute;
    height: 100%;
    width: 30%;
    background: #1877f2;
    animation: slide 1.5s infinite;
}

.progress-bar {
    height: 3px;
    background: #e4e6eb;
    margin-bottom: 24px;
    border-radius: 2px;
    overflow: hidden;
}

.progress-fill {
    height: 100%;
    background: #1877f2;
    width: 0%;
    transition: width 0.3s ease;
}

.strength-indicator {
    margin-top: 8px;
    font-size: 0.9rem;
    padding: 8px 12px;
    border-radius: 6px;
    background: #f7f8fa;
    border: 1px solid #e4e6eb;
}

/* Profile Styles */
.profile-container {
    background: #f0f2f5;
    min-height: 100vh;
    padding: 24px 0;
}

.profile-header {
    background: #ffffff;
    border-radius: 12px;
    padding: 32px;
    margin-bottom: 16px;
    border: 1px solid #dddfe2;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.profile-picture-container {
    text-align: center;
    margin-bottom: 24px;
}

.profile-picture {
    width: 168px;
    height: 168px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid #ffffff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.profile-username {
    font-family: 'Inter', sans-serif;
    font-size: 2rem;
    font-weight: 700;
    color: #1c1e21;
    text-align: center;
    margin-bottom: 8px;
}

.profile-bio {
    text-align: center;
    color: #65676b;
    font-size: 1rem;
    max-width: 600px;
    margin: 0 auto 24px;
}

.profile-stats {
    display: flex;
    justify-content: center;
    gap: 32px;
    flex-wrap: wrap;
    padding: 20px 0;
    border-top: 1px solid #e4e6eb;
}

.stat-item {
    text-align: center;
}

.stat-value {
    font-family: 'Inter', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: #1877f2;
    display: block;
}

.stat-label {
    color: #65676b;
    font-size: 0.9rem;
}

.profile-content {
    background: #ffffff;
    border-radius: 12px;
    padding: 32px;
    border: 1px solid #dddfe2;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.profile-section {
    margin-bottom: 32px;
    padding-bottom: 32px;
    border-bottom: 1px solid #e4e6eb;
}

.profile-section:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.section-title {
    font-family: 'Inter', sans-serif;
    font-size: 1.3rem;
    font-weight: 700;
    color: #1c1e21;
    margin-bottom: 16px;
}

.profile-info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 16px;
}

.info-item {
    background: #f7f8fa;
    padding: 16px;
    border-radius: 8px;
    border: 1px solid #e4e6eb;
}

.info-label {
    color: #65676b;
    font-size: 0.85rem;
    margin-bottom: 4px;
    font-weight: 500;
}

.info-value {
    color: #1c1e21;
    font-size: 1rem;
    font-weight: 500;
}

.edit-profile-btn {
    font-family: 'Inter', sans-serif;
    background: #1877f2;
    color: #ffffff;
    border: none;
    padding: 10px 24px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.95rem;
    transition: all 0.2s ease;
    text-decoration: none;
    display: inline-block;
}

.edit-profile-btn:hover {
    background: #166fe5;
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(24, 119, 242, 0.3);
    color: #ffffff;
}

/* Edit Profile Styles */
.edit-profile-container {
    background: #f0f2f5;
    min-height: 100vh;
    padding: 24px 0;
}

.edit-profile-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 32px;
    border: 1px solid #dddfe2;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.edit-profile-card .form-label {
    color: #1c1e21;
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 0.95rem;
}

.save-profile-btn {
    font-family: 'Inter', sans-serif;
    background: #1877f2;
    color: #ffffff;
    border: none;
    padding: 12px 32px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.2s ease;
}

.save-profile-btn:hover {
    background: #166fe5;
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(24, 119, 242, 0.3);
}

.image-upload-container {
    text-align: center;
    margin-bottom: 24px;
}

.current-profile-picture {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #e4e6eb;
    margin-bottom: 16px;
}

/* Form Styles */
.form-container {
    background: #ffffff;
    border-radius: 12px;
    padding: 32px;
    border: 1px solid #dddfe2;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    max-width: 800px;
    margin: 0 auto;
}

.form-container .form-label {
    color: #1c1e21;
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 0.95rem;
}

.form-container .required {
    color: #d93025;
}

.form-container textarea.form-control {
    min-height: 120px;
    resize: vertical;
}

.form-container .text-muted {
    color: #65676b !important;
    font-size: 0.85rem;
    margin-top: 4px;
}

.info-box {
    background: #e7f3ff;
    border: 1px solid #1877f2;
    border-radius: 8px;
    padding: 16px;
    margin-bottom: 24px;
    color: #1c1e21;
}

.submit-btn {
    font-family: 'Inter', sans-serif;
    background: #1877f2;
    color: #ffffff;
    border: none;
    padding: 12px 32px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.2s ease;
    cursor: pointer;
}

.submit-btn:hover {
    background: #166fe5;
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(24, 119, 242, 0.3);
}

.image-preview {
    width: 100%;
    max-width: 400px;
    height: auto;
    border-radius: 8px;
    margin-top: 12px;
    border: 1px solid #dddfe2;
}

.alert {
    border-radius: 8px;
    padding: 12px 16px;
    margin-bottom: 16px;
    border: 1px solid;
}

.alert-success {
    background: #d4edda;
    border-color: #c3e6cb;
    color: #155724;
}

.alert-danger {
    background: #f8d7da;
    border-color: #f5c6cb;
    color: #721c24;
}

@keyframes slide {
    0% { transform: translateX(-100%); }
    100% { transform: translateX(400%); }
}

@media (max-width: 768px) {
    .main-title {
        font-size: 2.2rem;
    }
    
    .subtitle {
        font-size: 1.1rem;
    }
    
    .mystical-card {
        padding: 24px;
    }
    
    .tagline {
        font-size: 1rem;
    }
    
    .social-link {
        width: 44px;
        height: 44px;
        font-size: 1.1rem;
    }
    
    .lotus-mandala i {
        font-size: 3rem;
    }
    
    .auth-buttons {
        flex-direction: column;
        gap: 12px;
    }
    
    .auth-btn {
        width: 100%;
        max-width: 300px;
    }
    
    .profile-username {
        font-size: 1.5rem;
    }
    
    .profile-stats {
        gap: 16px;
    }
    
    .form-container,
    .edit-profile-card {
        padding: 20px;
    }
    
    .active-profiles-list {
        flex-direction: column;
    }
    
    .active-profile-card {
        width: 100%;
    }
}

/* Additional utility classes */
.text-primary {
    color: #1877f2 !important;
}

.text-secondary {
    color: #65676b !important;
}

.bg-light {
    background-color: #f7f8fa !important;
}

.border-light {
    border-color: #e4e6eb !important;
}

.shadow-sm {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) !important;
}

.rounded-lg {
    border-radius: 12px !important;
}

/* Recent Music Charts Section */
.recent-music-section {
    margin-top: 60px;
    margin-bottom: 40px;
    padding: 40px 20px;
    background: linear-gradient(135deg, rgba(186, 85, 211, 0.05) 0%, rgba(218, 112, 214, 0.05) 100%);
    border-radius: 20px;
    border: 2px solid rgba(186, 85, 211, 0.1);
}

.recent-music-title {
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    color: #1c1e21;
    margin-bottom: 30px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.recent-music-title i {
    color: #ba55d3;
    margin-right: 10px;
}

.recent-music-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.recent-music-card {
    background: #ffffff;
    border-radius: 12px;
    border: 1px solid #dddfe2;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    position: relative;
    height: 100%;
}

.recent-music-card:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
    transform: translateY(-4px);
    border-color: #ba55d3;
}

.music-rank {
    position: absolute;
    top: 15px;
    left: 15px;
    background: linear-gradient(135deg, #ffd700 0%, #ffed4e 100%);
    color: #19052d;
    padding: 6px 14px;
    border-radius: 20px;
    font-weight: 700;
    font-size: 1rem;
    z-index: 10;
    box-shadow: 0 4px 12px rgba(255, 215, 0, 0.4);
}

.recent-music-link {
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.recent-music-thumbnail {
    width: 100%;
    height: 200px;
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #e4e6eb;
}

.recent-music-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.recent-music-card:hover .recent-music-image {
    transform: scale(1.1);
}

.music-play-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.recent-music-card:hover .music-play-overlay {
    opacity: 1;
}

.music-play-icon {
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: #ba55d3;
    transition: all 0.3s ease;
}

.music-play-overlay:hover .music-play-icon {
    transform: scale(1.1);
    background: white;
}

.recent-music-content {
    padding: 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.recent-music-title-text {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1c1e21;
    margin-bottom: 12px;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.recent-music-meta {
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-size: 0.85rem;
    color: #65676b;
    margin-bottom: 12px;
}

.recent-music-meta span {
    display: flex;
    align-items: center;
    gap: 6px;
}

.recent-music-meta i {
    color: #ba55d3;
    font-size: 0.9rem;
    width: 16px;
}

.recent-music-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 12px;
    border-top: 1px solid #e4e6eb;
    margin-top: auto;
}

.recent-music-added {
    font-size: 0.8rem;
    color: #65676b;
}

.play-text {
    font-size: 0.85rem;
    color: #ba55d3;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 4px;
}

.view-all-music-btn {
    background: linear-gradient(135deg, #ba55d3 0%, #da70d6 100%);
    color: white;
    padding: 14px 32px;
    border-radius: 12px;
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: 700;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 4px 15px rgba(186, 85, 211, 0.4);
}

.view-all-music-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(186, 85, 211, 0.5);
    color: white;
}

@media (max-width: 768px) {
    .recent-music-title {
        font-size: 1.5rem;
    }

    .recent-music-list {
        grid-template-columns: 1fr;
    }

    .music-rank {
        padding: 4px 10px;
        font-size: 0.9rem;
    }

    .recent-music-thumbnail {
        height: 180px;
    }
}
