.card-header {
	background: #1DA1F2;
	background: -webkit-linear-gradient(to right, #1DA1F2, #0077B5, #1DA1F2);
	background: linear-gradient(to right, #1DA1F2, #0077B5, #1DA1F2);
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.header-text {
    font-size: calc(20px + 1vw);
    color: white;
    margin: 0;
}

/* Navigation integrated into header */
.nav-brand {
    color: white !important;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    transition: color 0.3s ease;
    display: flex;
    align-items: center;
}

.nav-brand img {
    filter: none !important;
    opacity: 1;
}

.nav-brand:hover {
    color: #f8f9fa !important;
    text-decoration: none;
}

.home-btn {
    background: rgba(255, 255, 255, 0.2);
    border: 2px solid white;
    color: white !important;
    padding: 6px 12px;
    border-radius: 20px;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 14px;
}

.home-btn:hover {
    background: white;
    color: #1DA1F2 !important;
    text-decoration: none;
}

.home-btn-text {
    color: inherit !important;
}

.header-main-text {
    color: white !important;
}

/* Force header elements to stay white */
.card-header * {
    color: white !important;
}

/* Theme squares */
#square-light{
	width:50px;
	height:50px;
	background:#ffffff;
	border: 3px solid transparent;
	cursor: pointer;
	transition: all 0.3s ease;
	border-radius: 10px;
}
#square-dark{
	width:50px;
	height:50px;
	background:#15202B;
	border: 3px solid transparent;
	cursor: pointer;
	transition: all 0.3s ease;
	border-radius: 10px;
}
#square-blue{
	width:50px;
	height:50px;
	background:#1DA1F2;
	border: 3px solid transparent;
	cursor: pointer;
	transition: all 0.3s ease;
	border-radius: 10px;
}
#square-rainbow{
	width:50px;
	height:50px;
	background:linear-gradient(45deg, #1DA1F2, #657786, #1DA1F2, #AAB8C2);
	border: 3px solid transparent;
	cursor: pointer;
	transition: all 0.3s ease;
	border-radius: 10px;
}

/* Rainbow text animation */
.rainbow-text {
    background: linear-gradient(45deg, #1DA1F2, #657786, #1DA1F2, #AAB8C2, #1DA1F2);
    background-size: 400% 400%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: rainbow 3s ease-in-out infinite;
}

@keyframes rainbow {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

/* Light theme overrides */
.light-theme {
    background-color: #ffffff !important;
}

.light-theme .twitter-card {
    background: #ffffff !important;
    border-color: #e1e8ed !important;
    color: #333333 !important;
}

.light-theme .search-card {
    background: #ffffff !important;
    color: #333333 !important;
}

.light-theme .main-odo {
    color: #1DA1F2 !important;
}

.light-theme .secondary-odo {
    color: #1DA1F2 !important;
}

.light-theme h1, .light-theme h2, .light-theme h3, 
.light-theme h4, .light-theme h5, .light-theme h6 {
    color: #333333 !important;
}

.light-theme .username {
    color: #333333 !important;
}

.light-theme .handle {
    color: #657786 !important;
}

.light-theme .stat-label {
    color: #657786 !important;
}

.light-theme .feature-title {
    color: #333333 !important;
}

.light-theme .about-text, .light-theme .feature-text {
    color: #657786 !important;
}

.light-theme .about-list {
    color: #333333 !important;
}

/* Dark theme overrides */
.dark-theme {
    background-color: #15202B !important;
}

.dark-theme .twitter-card {
    background: #192734 !important;
    border-color: #38444d !important;
    color: #ffffff !important;
}

.dark-theme .search-card {
    background: #192734 !important;
    color: #ffffff !important;
}

.dark-theme .main-odo {
    color: #1DA1F2 !important;
}

.dark-theme .secondary-odo {
    color: #1DA1F2 !important;
}

.dark-theme h1, .dark-theme h2, .dark-theme h3, 
.dark-theme h4, .dark-theme h5, .dark-theme h6 {
    color: #ffffff !important;
}

.dark-theme .username {
    color: #ffffff !important;
}

.dark-theme .handle {
    color: #657786 !important;
}

.dark-theme .stat-label {
    color: #657786 !important;
}

.dark-theme .feature-title {
    color: #ffffff !important;
}

.dark-theme .about-text, .dark-theme .feature-text {
    color: #657786 !important;
}

.dark-theme .about-list {
    color: #ffffff !important;
}

/* Twitter blue theme overrides */
.blue-theme {
    background-color: #1DA1F2 !important;
}

.blue-theme .twitter-card {
    background: #ffffff !important;
    border-color: #1DA1F2 !important;
    color: #333333 !important;
}

.blue-theme .search-card {
    background: #ffffff !important;
    color: #333333 !important;
}

.blue-theme .main-odo {
    color: #1DA1F2 !important;
}

.blue-theme .secondary-odo {
    color: #1DA1F2 !important;
}

.blue-theme h1, .blue-theme h2, .blue-theme h3, 
.blue-theme h4, .blue-theme h5, .blue-theme h6 {
    color: #1DA1F2 !important;
}

.blue-theme .username {
    color: #1DA1F2 !important;
}

.blue-theme .handle {
    color: #657786 !important;
}

.blue-theme .stat-label {
    color: #657786 !important;
}

.blue-theme .feature-title {
    color: #1DA1F2 !important;
}

.blue-theme .about-text, .blue-theme .feature-text {
    color: #657786 !important;
}

.blue-theme .about-list {
    color: #333333 !important;
}

/* Clean speed controls */
.speed-controls {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.speed-option-group {
    position: relative;
}

.speed-option-group input[type="radio"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.speed-option {
    display: inline-flex;
    align-items: center;
    padding: 12px 20px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border: 2px solid #dee2e6;
    border-radius: 25px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 500;
    color: #495057;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    min-width: 100px;
    justify-content: center;
}

.speed-option:hover {
    background: linear-gradient(135deg, #e9ecef 0%, #dee2e6 100%);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.speed-option-group input[type="radio"]:checked + .speed-option {
    background: linear-gradient(45deg, #1DA1F2 0%, #0077B5 50%, #1DA1F2 100%);
    color: white;
    border-color: #1DA1F2;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(29, 161, 242, 0.3);
}

.speed-option i {
    margin-right: 8px;
    font-size: 1.1em;
}

/* Search Cards */
.search-card {
    background: #192734;
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    color: #ffffff;
    border: 1px solid #38444d;
}

.search-card h5 {
    color: #1DA1F2;
    font-weight: 600;
}

.input-group-text {
    background: linear-gradient(45deg, #1DA1F2 0%, #0077B5 50%, #1DA1F2 100%);
    color: white;
    border: none;
    font-weight: bold;
    border-radius: 25px 0 0 25px;
    padding: 12px 16px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 50px;
    box-shadow: 0 2px 8px rgba(29, 161, 242, 0.2);
    transition: all 0.3s ease;
}

.input-group-text:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(29, 161, 242, 0.3);
}

/* Improve the search input styling */
.search-card .form-control {
    border: 2px solid #38444d;
    border-left: none;
    border-right: none;
    padding: 12px 16px;
    font-size: 16px;
    transition: all 0.3s ease;
    background: #15202B;
    color: #ffffff;
}

.search-card .form-control:focus {
    border-color: #1DA1F2;
    box-shadow: 0 0 0 0.2rem rgba(29, 161, 242, 0.1);
    background: #192734;
    outline: none;
    color: #ffffff;
}

.search-card .input-group {
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.search-card .input-group:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.search-card .input-group:focus-within {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(29, 161, 242, 0.2);
}

/* Twitter blue theme overrides */
.blue-theme {
    background-color: #1DA1F2 !important;
}

.blue-theme .twitter-card {
    background: #ffffff !important;
    border-color: #1DA1F2 !important;
    color: #333333 !important;
}

.blue-theme .search-card {
    background: #ffffff !important;
    color: #333333 !important;
}

.blue-theme .main-odo {
    color: #1DA1F2 !important;
}

.blue-theme .secondary-odo {
    color: #1DA1F2 !important;
}

.blue-theme h1, .blue-theme h2, .blue-theme h3, 
.blue-theme h4, .blue-theme h5, .blue-theme h6 {
    color: #1DA1F2 !important;
}

.blue-theme .username {
    color: #1DA1F2 !important;
}

.blue-theme .handle {
    color: #657786 !important;
}

.blue-theme .stat-label {
    color: #657786 !important;
}

.blue-theme .feature-title {
    color: #1DA1F2 !important;
}

.blue-theme .about-text, .blue-theme .feature-text {
    color: #657786 !important;
}

.blue-theme .about-list {
    color: #333333 !important;
}

/* Clean speed controls */
.speed-controls {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.speed-option-group {
    position: relative;
}

.speed-option-group input[type="radio"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.speed-option {
    display: inline-flex;
    align-items: center;
    padding: 12px 20px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border: 2px solid #dee2e6;
    border-radius: 25px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 500;
    color: #495057;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    min-width: 100px;
    justify-content: center;
}

.speed-option:hover {
    background: linear-gradient(135deg, #e9ecef 0%, #dee2e6 100%);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.speed-option-group input[type="radio"]:checked + .speed-option {
    background: linear-gradient(45deg, #1DA1F2 0%, #0077B5 50%, #1DA1F2 100%);
    color: white;
    border-color: #1DA1F2;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(29, 161, 242, 0.3);
}

.speed-option i {
    margin-right: 8px;
    font-size: 1.1em;
}

/* Search Cards */
.search-card {
    background: #192734;
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    color: #ffffff;
    border: 1px solid #38444d;
}

.search-card h5 {
    color: #1DA1F2;
    font-weight: 600;
}

.input-group-text {
    background: linear-gradient(45deg, #1DA1F2 0%, #0077B5 50%, #1DA1F2 100%);
    color: white;
    border: none;
    font-weight: bold;
    border-radius: 25px 0 0 25px;
    padding: 12px 16px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 50px;
    box-shadow: 0 2px 8px rgba(29, 161, 242, 0.2);
    transition: all 0.3s ease;
}

.input-group-text:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(29, 161, 242, 0.3);
}

/* Improve the search input styling */
.search-card .form-control {
    border: 2px solid #38444d;
    border-left: none;
    border-right: none;
    padding: 12px 16px;
    font-size: 16px;
    transition: all 0.3s ease;
    background: #15202B;
    color: #ffffff;
}

.search-card .form-control:focus {
    border-color: #1DA1F2;
    box-shadow: 0 0 0 0.2rem rgba(29, 161, 242, 0.1);
    background: #192734;
    outline: none;
    color: #ffffff;
}

.search-card .input-group {
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.search-card .input-group:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.search-card .input-group:focus-within {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(29, 161, 242, 0.2);
}

/* Enhanced odometer styles with fixed centering */
.main-odo {
    font-size: calc(32px + 1.5vw);
    margin: 15px auto;
    font-weight: 900;
    color: #1DA1F2;
    text-shadow: 0 2px 10px rgba(29, 161, 242, 0.3);
    letter-spacing: -1px;
    text-align: center !important;
    display: flex !important;
    justify-content: center !important;
    width: 100% !important;
}

.secondary-odo {
    font-size: calc(22px + 0.5vw);
    font-weight: 800;
    color: #1DA1F2;
    text-shadow: 0 2px 8px rgba(29, 161, 242, 0.2);
    margin-bottom: 8px;
    text-align: center !important;
    display: flex !important;
    justify-content: center !important;
    width: 100% !important;
}

/* Fix for odometer centering - more specific selectors */
.odometer, 
.profile-views-odo,
.tweet-impressions-odo,
.followers-odo,
.following-odo,
.tweets-odo, 
.likes-odo {
    text-align: center !important;
    justify-content: center !important;
    display: flex !important;
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* Fix the internal elements of the odometer */
.odometer-inside {
    display: inline-flex !important;
    justify-content: center !important;
    width: auto !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
    display: inline-flex !important;
    justify-content: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
    width: auto !important;
}

/* Fix for stat cards to ensure centering */
.stat-card .secondary-odo,
.profile-card .main-odo {
    display: flex !important;
    justify-content: center !important;
    width: 100% !important;
    text-align: center !important;
}

/* Stats grid layout fix */
.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-top: 25px;
}

.stat-item {
    text-align: center;
}

/* Enhanced media container styles */
.media-container {
    position: relative;
    width: 220px;
    height: 220px;
    margin: 0 auto 20px;
    perspective: 1200px;
    display: block !important;
    z-index: 10;
}

.media-item {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    cursor: pointer;
}

.single-media {
    width: 100%;
    height: 100%;
    position: relative;
}

.multi-media-stack {
    width: 250px;
    height: 250px;
}

.stacked-media {
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    height: 200px;
    border: 4px solid white;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.stacked-media:hover {
    transform: scale(1.05) rotate(0deg) !important;
    z-index: 999 !important;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.tweet-media-img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
}

/* Fix profile image/media relationship */
.pfp {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    border: 4px solid #1DA1F2;
    margin-bottom: 15px;
    width: 120px;
    height: 120px;
}

.profile-header {
    position: relative;
    text-align: center;
}

/* Style improvements for video thumbnails */
.video-thumbnail {
    position: relative;
    width: 100%;
    height: 100%;
}

.video-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.7);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 24px;
}

.tweet-text-container {
    max-width: 100%;
    padding: 15px 0;
}

.tweet-text {
    font-size: 16px;
    line-height: 1.5;
    color: #657786;
    margin: 0;
    word-wrap: break-word;
    text-align: left;
}

.tweet-text a {
    color: #1DA1F2;
    text-decoration: none;
    transition: color 0.3s ease;
}

.tweet-text a:hover {
    color: #0077B5;
    text-decoration: underline;
}

/* Hide profile picture when media is present */
.has-media .pfp {
    display: none !important;
}

/* Enhanced username/title styling for better readability */
.username {
    font-size: calc(16px + 0.5vw);
    font-weight: bold;
    color: #ffffff;
    margin: 15px 0 10px 0;
    line-height: 1.3;
    text-align: left;
    padding: 10px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    backdrop-filter: blur(5px);
}

.handle {
    font-size: 14px;
    color: #1DA1F2;
    margin-bottom: 20px;
    font-style: italic;
    font-weight: 600;
}

/* Mobile Responsive Design */
@media screen and (max-width: 768px) {
    .card-head {
        flex-direction: column;
        text-align: center;
        padding: 10px;
    }
    
    .nav-brand, .home-btn {
        margin: 3px 0;
        font-size: 14px;
    }
    
    .nav-brand-text, .home-btn-text {
        display: none;
    }
    
    .header-text {
        font-size: 16px;
        margin: 8px 0;
    }
    
    .header-main-text {
        font-size: 14px;
    }
    
    .stats-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .main-odo {
        font-size: calc(22px + 2vw);
    }
    
    .twitter-card {
        padding: 15px;
        margin: 10px 0;
    }
    
    .search-card {
        padding: 15px;
    }
    
    .btn-text {
        display: none;
    }
    
    .twitter-btn {
        padding: 12px;
    }
    
    .feature-box {
        margin-bottom: 20px;
        padding: 15px 10px;
    }
    
    .feature-icon {
        font-size: 2rem;
    }
    
    .speed-controls {
        gap: 10px;
    }
    
    .speed-option {
        padding: 10px 15px;
        min-width: 80px;
        font-size: 14px;
    }
    
    .speed-text {
        display: none;
    }
    
    .input-group-text {
        padding: 10px 12px;
        font-size: 14px;
        min-width: 45px;
    }
    
    .search-card .form-control {
        padding: 10px 12px;
        font-size: 14px;
    }
    
    .media-container {
        width: 180px;
        height: 180px;
    }
    
    .multi-media-stack {
        width: 200px;
        height: 200px;
    }
    
    .stacked-media {
        width: 160px;
        height: 160px;
        border-width: 3px;
    }
    
    .username {
        font-size: calc(14px + 1vw);
        padding: 8px;
    }
    
    .sidebar {
        padding: 15px;
    }
}

@media screen and (max-width: 480px) {
    .profile-card {
        padding: 20px 15px;
    }
    
    .pfp {
        width: 100px;
        height: 100px;
    }
    
    .main-odo {
        font-size: calc(20px + 3vw);
    }
    
    .secondary-odo {
        font-size: calc(16px + 1vw);
    }
    
    .username {
        font-size: calc(13px + 1.5vw);
        padding: 6px;
    }
    
    .themes {
        gap: 8px;
    }
    
    .theme-option {
        width: 40px;
        height: 40px;
    }
    
    .twitter-card {
        padding: 12px;
    }
    
    .speed-option {
        padding: 8px 12px;
        min-width: 60px;
    }
    
    .input-group-text {
        padding: 8px 10px;
        font-size: 13px;
        min-width: 40px;
    }
    
    .search-card .form-control {
        padding: 8px 10px;
        font-size: 13px;
    }
    
    .media-container {
        width: 150px;
        height: 150px;
    }
    
    .multi-media-stack {
        width: 170px;
        height: 170px;
    }
    
    .stacked-media {
        width: 130px;
        height: 130px;
        border-width: 2px;
    }
}

/* Default light theme colors */
.twitter-card {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(225, 232, 237, 0.8);
    padding: 25px;
    margin: 20px 0;
    transition: all 0.3s ease;
    color: #333333;
    position: relative;
    overflow: hidden;
}

.search-card {
    background: #ffffff;
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    color: #333333;
    border: 1px solid #e1e8ed;
}

.search-card .form-control {
    border: 2px solid #e1e8ed;
    border-left: none;
    border-right: none;
    padding: 12px 16px;
    font-size: 16px;
    transition: all 0.3s ease;
    background: #ffffff;
    color: #333333;
}

.search-card .form-control:focus {
    border-color: #1DA1F2;
    box-shadow: 0 0 0 0.2rem rgba(29, 161, 242, 0.1);
    background: #ffffff;
    outline: none;
    color: #333333;
}

/* Theme Options */
.themes {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.theme-option {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 3px solid transparent;
}

.theme-option:hover {
    transform: scale(1.1);
    border-color: #1DA1F2;
}

/* Features Section */
.feature-box {
    text-align: center;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 15px;
    transition: transform 0.3s ease;
}

.feature-box:hover {
    transform: translateY(-5px);
}

.feature-icon {
    font-size: 2.5rem;
    color: #1DA1F2;
    margin-bottom: 15px;
}

.feature-box h5 {
    color: #333333;
    font-weight: 600;
    margin-bottom: 10px;
}

.feature-box p {
    color: #657786;
    font-size: 14px;
}

/* Ad containers */
.ad-container {
    margin: 25px 0;
    padding: 15px;
    text-align: center;
    background: #f8f9fa;
    border-radius: 10px;
    border: 1px solid #e1e8ed;
}

/* Theme-specific sidebar styles */
.light-theme .sidebar {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    border-color: #e1e8ed;
}

.light-theme .sidebar h5 {
    color: #1DA1F2;
}

.light-theme .sidebar-item {
    border-bottom-color: #e1e8ed;
}

.light-theme .sidebar-label {
    color: #657786;
}

.light-theme .sidebar-value {
    color: #333333;
}

.light-theme .sidebar-item:hover {
    background: rgba(29, 161, 242, 0.05);
}

.dark-theme .sidebar {
    background: linear-gradient(135deg, #192734 0%, #15202B 100%);
    border-color: #38444d;
}

.dark-theme .sidebar h5 {
    color: #1DA1F2;
}

.dark-theme .sidebar-item {
    border-bottom-color: #38444d;
}

.dark-theme .sidebar-label {
    color: #657786;
}

.dark-theme .sidebar-value {
    color: #ffffff;
}

.dark-theme .sidebar-item:hover {
    background: rgba(29, 161, 242, 0.1);
}

.blue-theme .sidebar {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.9) 100%);
    border-color: rgba(29, 161, 242, 0.3);
}

.blue-theme .sidebar h5 {
    color: #1DA1F2;
}

.blue-theme .sidebar-item {
    border-bottom-color: rgba(29, 161, 242, 0.2);
}

.blue-theme .sidebar-label {
    color: #657786;
}

.blue-theme .sidebar-value {
    color: #1DA1F2;
}

.blue-theme .sidebar-item:hover {
    background: rgba(29, 161, 242, 0.1);
}

/* Default (light theme) sidebar styling */
.sidebar {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    border-radius: 15px;
    padding: 25px;
    margin-bottom: 20px;
    border: 1px solid #e1e8ed;
    transition: all 0.3s ease;
}

.sidebar h5 {
    color: #1DA1F2;
    font-weight: 600;
    margin-bottom: 20px;
    border-bottom: 2px solid #1DA1F2;
    padding-bottom: 10px;
    text-align: center;
}

.sidebar-item {
    padding: 15px 0;
    border-bottom: 1px solid #e1e8ed;
    transition: all 0.3s ease;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sidebar-label {
    font-size: 14px;
    color: #657786;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.sidebar-value {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    text-align: right;
}

/* Enhanced rainbow text animation for odometers - Fix animation inheritance */
.rainbow-text {
    background: linear-gradient(45deg, #ff6b6b, #4ecdc4, #45b7d1, #96ceb4, #feca57, #ff9ff3, #54a0ff, #5f27cd) !important;
    background-size: 400% 400% !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    animation: rainbowSlow 4s ease-in-out infinite !important;
    font-weight: 900 !important;
    text-shadow: none !important;
}

/* Slower, smoother rainbow animation */
@keyframes rainbowSlow {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

/* Force rainbow effect on all odometer elements with stronger selectors */
.rainbow-text .odometer,
.rainbow-text .main-odo,
.rainbow-text .secondary-odo,
.rainbow-text .profile-views-odo,
.rainbow-text .tweet-impressions-odo,
.rainbow-text .followers-odo,
.rainbow-text .following-odo,
.rainbow-text .tweets-odo,
.rainbow-text .likes-odo,
.rainbow-text.odometer,
.rainbow-text.main-odo,
.rainbow-text.secondary-odo {
    background: linear-gradient(45deg, #ff6b6b, #4ecdc4, #45b7d1, #96ceb4, #feca57, #ff9ff3, #54a0ff, #5f27cd) !important;
    background-size: 400% 400% !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    animation: rainbowSlow 4s ease-in-out infinite !important;
    color: transparent !important;
    text-shadow: none !important;
}

/* Target all possible odometer sub-elements with animation */
.rainbow-text .odometer-digit,
.rainbow-text .odometer-digit-spacer,
.rainbow-text .odometer-digit-inner,
.rainbow-text .odometer-ribbon,
.rainbow-text .odometer-ribbon-inner,
.rainbow-text .odometer-value,
.rainbow-text .odometer-formatting-mark,
.rainbow-text .odometer-inside .odometer-digit,
.rainbow-text .odometer-inside .odometer-value {
    background: linear-gradient(45deg, #ff6b6b, #4ecdc4, #45b7d1, #96ceb4, #feca57, #ff9ff3, #54a0ff, #5f27cd) !important;
    background-size: 400% 400% !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    animation: rainbowSlow 4s ease-in-out infinite !important;
    color: transparent !important;
    text-shadow: none !important;
}

/* Ensure proper inheritance for all nested elements */
.rainbow-text *,
.rainbow-text *::before,
.rainbow-text *::after {
    background: inherit !important;
    background-size: inherit !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    animation: inherit !important;
    color: transparent !important;
    text-shadow: none !important;
}

/* Override odometer default styles when rainbow is active */
body.dark-theme .rainbow-text .odometer,
body.light-theme .rainbow-text .odometer,
body.blue-theme .rainbow-text .odometer {
    background: linear-gradient(45deg, #ff6b6b, #4ecdc4, #45b7d1, #96ceb4, #feca57, #ff9ff3, #54a0ff, #5f27cd) !important;
    background-size: 400% 400% !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    animation: rainbowSlow 4s ease-in-out infinite !important;
    color: transparent !important;
}

.tweet-text {
    font-size: 16px;
    line-height: 1.5;
    color: #657786;
    margin: 0;
    word-wrap: break-word;
    text-align: left;
}

.tweet-text a {
    color: #1DA1F2;
    text-decoration: none;
    transition: color 0.3s ease;
}

.tweet-text a:hover {
    color: #0077B5;
    text-decoration: underline;
}

/* Hide profile picture when media is present */
.has-media .pfp {
    display: none !important;
}

/* Enhanced username/title styling for better readability */
.username {
    font-size: calc(16px + 0.5vw);
    font-weight: bold;
    color: #ffffff;
    margin: 15px 0 10px 0;
    line-height: 1.3;
    text-align: left;
    padding: 10px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    backdrop-filter: blur(5px);
}

.handle {
    font-size: 14px;
    color: #1DA1F2;
    margin-bottom: 20px;
    font-style: italic;
    font-weight: 600;
}

/* Mobile responsive adjustments for media */
@media screen and (max-width: 768px) {
    .media-container {
        width: 180px;
        height: 180px;
    }
    
    .multi-media-stack {
        width: 200px;
        height: 200px;
    }
    
    .stacked-media {
        width: 160px;
        height: 160px;
        border-width: 3px;
    }
    
    .username {
        font-size: calc(14px + 1vw);
        padding: 8px;
    }
}

@media screen and (max-width: 480px) {
    .media-container {
        width: 150px;
        height: 150px;
    }
    
    .multi-media-stack {
        width: 170px;
        height: 170px;
    }
    
    .stacked-media {
        width: 130px;
        height: 130px;
        border-width: 2px;
    }
    
    .video-overlay {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
}

/* Theme-specific media styling */
.light-theme .stacked-media {
    border-color: #ffffff;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.dark-theme .stacked-media {
    border-color: #192734;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

.blue-theme .stacked-media {
    border-color: #1DA1F2;
    box-shadow: 0 8px 25px rgba(29, 161, 242, 0.3);
}

.light-theme .username {
    background: rgba(255, 255, 255, 0.9);
    color: #333333;
}

.dark-theme .username {
    background: rgba(0, 0, 0, 0.7);
    color: #ffffff;
}

.blue-theme .username {
    background: rgba(29, 161, 242, 0.8);
    color: #ffffff;
}

/* Enhanced stacking animations */
.stacked-media {
    animation: stackFloat 6s ease-in-out infinite;
    animation-delay: calc(var(--index, 0) * 0.5s);
}

@keyframes stackFloat {
    0%, 100% { transform: translateY(0px) rotate(var(--rotation, 0deg)); }
    50% { transform: translateY(-5px) rotate(var(--rotation, 0deg)); }
}

/* Add subtle glow effect on hover for stacked media */
.stacked-media:hover {
    box-shadow: 0 20px 40px rgba(29, 161, 242, 0.3);
    filter: brightness(1.1);
}

/* Enhanced odometer styles */
.main-odo {
    font-size: calc(32px + 1.5vw);
    margin: 15px 0;
    font-weight: 900;
    color: #1DA1F2;
    text-shadow: 0 2px 10px rgba(29, 161, 242, 0.3);
    letter-spacing: -1px;
}

.secondary-odo {
    font-size: calc(22px + 0.5vw);
    font-weight: 800;
    color: #1DA1F2;
    text-shadow: 0 2px 8px rgba(29, 161, 242, 0.2);
    margin-bottom: 8px;
}

.stat-label {
    color: #657786;
    font-weight: 600;
    margin-top: 12px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.stat-label i {
    margin-right: 6px;
    color: #1DA1F2;
}

/* Enhanced Twitter cards */
.twitter-card {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(225, 232, 237, 0.8);
    padding: 25px;
    margin: 20px 0;
    transition: all 0.3s ease;
    color: #333333;
    position: relative;
    overflow: hidden;
}

.twitter-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(45deg, #1DA1F2, #0077B5, #1DA1F2);
    background-size: 200% 200%;
    animation: gradientShift 3s ease infinite;
}

@keyframes gradientShift {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

.twitter-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
    border-color: rgba(29, 161, 242, 0.3);
}

/* Enhanced media container styles */
.media-container {
    position: relative;
    width: 220px;
    height: 220px;
    margin: 0 auto 20px;
    perspective: 1200px;
    display: block !important;
    z-index: 10;
}

.media-item {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    cursor: pointer;
}

.single-media {
    width: 100%;
    height: 100%;
    position: relative;
}

.multi-media-stack {
    width: 250px;
    height: 250px;
}

.stacked-media {
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    height: 200px;
    border: 4px solid white;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.stacked-media:hover {
    transform: scale(1.05) rotate(0deg) !important;
    z-index: 999 !important;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.tweet-media-img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
}

/* Fix profile image/media relationship */
.pfp {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    border: 4px solid #1DA1F2;
    margin-bottom: 15px;
    width: 120px;
    height: 120px;
}

.profile-header {
    position: relative;
    text-align: center;
}

/* Style improvements for video thumbnails */
.video-thumbnail {
    position: relative;
    width: 100%;
    height: 100%;
}

.video-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.7);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 24px;
}

.tweet-text-container {
    max-width: 100%;
    padding: 15px 0;
}

.tweet-text {
    font-size: 16px;
    line-height: 1.5;
    color: #657786;
    margin: 0;
    word-wrap: break-word;
    text-align: left;
}

.tweet-text a {
    color: #1DA1F2;
    text-decoration: none;
    transition: color 0.3s ease;
}

.tweet-text a:hover {
    color: #0077B5;
    text-decoration: underline;
}

/* Hide profile picture when media is present */
.has-media .pfp {
    display: none !important;
}

/* Enhanced username/title styling for better readability */
.username {
    font-size: calc(16px + 0.5vw);
    font-weight: bold;
    color: #ffffff;
    margin: 15px 0 10px 0;
    line-height: 1.3;
    text-align: left;
    padding: 10px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    backdrop-filter: blur(5px);
}

.handle {
    font-size: 14px;
    color: #1DA1F2;
    margin-bottom: 20px;
    font-style: italic;
    font-weight: 600;
}

/* Mobile Responsive Design */
@media screen and (max-width: 768px) {
    .card-head {
        flex-direction: column;
        text-align: center;
        padding: 10px;
    }
    
    .nav-brand, .home-btn {
        margin: 3px 0;
        font-size: 14px;
    }
    
    .nav-brand-text, .home-btn-text {
        display: none;
    }
    
    .header-text {
        font-size: 16px;
        margin: 8px 0;
    }
    
    .header-main-text {
        font-size: 14px;
    }
    
    .stats-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .main-odo {
        font-size: calc(22px + 2vw);
    }
    
    .twitter-card {
        padding: 15px;
        margin: 10px 0;
    }
    
    .search-card {
        padding: 15px;
    }
    
    .btn-text {
        display: none;
    }
    
    .twitter-btn {
        padding: 12px;
    }
    
    .feature-box {
        margin-bottom: 20px;
        padding: 15px 10px;
    }
    
    .feature-icon {
        font-size: 2rem;
    }
    
    .speed-controls {
        gap: 10px;
    }
    
    .speed-option {
        padding: 10px 15px;
        min-width: 80px;
        font-size: 14px;
    }
    
    .speed-text {
        display: none;
    }
    
    .input-group-text {
        padding: 10px 12px;
        font-size: 14px;
        min-width: 45px;
    }
    
    .search-card .form-control {
        padding: 10px 12px;
        font-size: 14px;
    }
    
    .media-container {
        width: 180px;
        height: 180px;
    }
    
    .multi-media-stack {
        width: 200px;
        height: 200px;
    }
    
    .stacked-media {
        width: 160px;
        height: 160px;
        border-width: 3px;
    }
    
    .username {
        font-size: calc(14px + 1vw);
        padding: 8px;
    }
    
    .sidebar {
        padding: 15px;
    }
}

@media screen and (max-width: 480px) {
    .profile-card {
        padding: 20px 15px;
    }
    
    .pfp {
        width: 100px;
        height: 100px;
    }
    
    .main-odo {
        font-size: calc(20px + 3vw);
    }
    
    .secondary-odo {
        font-size: calc(16px + 1vw);
    }
    
    .username {
        font-size: calc(13px + 1.5vw);
        padding: 6px;
    }
    
    .themes {
        gap: 8px;
    }
    
    .theme-option {
        width: 40px;
        height: 40px;
    }
    
    .twitter-card {
        padding: 12px;
    }
    
    .speed-option {
        padding: 8px 12px;
        min-width: 60px;
    }
    
    .input-group-text {
        padding: 8px 10px;
        font-size: 13px;
        min-width: 40px;
    }
    
    .search-card .form-control {
        padding: 8px 10px;
        font-size: 13px;
    }
    
    .media-container {
        width: 150px;
        height: 150px;
    }
    
    .multi-media-stack {
        width: 170px;
        height: 170px;
    }
    
    .stacked-media {
        width: 130px;
        height: 130px;
        border-width: 2px;
    }
}

/* Default light theme colors */
.twitter-card {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(225, 232, 237, 0.8);
    padding: 25px;
    margin: 20px 0;
    transition: all 0.3s ease;
    color: #333333;
    position: relative;
    overflow: hidden;
}

.search-card {
    background: #ffffff;
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    color: #333333;
    border: 1px solid #e1e8ed;
}

.search-card .form-control {
    border: 2px solid #e1e8ed;
    border-left: none;
    border-right: none;
    padding: 12px 16px;
    font-size: 16px;
    transition: all 0.3s ease;
    background: #ffffff;
    color: #333333;
}

.search-card .form-control:focus {
    border-color: #1DA1F2;
    box-shadow: 0 0 0 0.2rem rgba(29, 161, 242, 0.1);
    background: #ffffff;
    outline: none;
    color: #333333;
}

/* Theme Options */
.themes {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.theme-option {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 3px solid transparent;
}

.theme-option:hover {
    transform: scale(1.1);
    border-color: #1DA1F2;
}

/* Features Section */
.feature-box {
    text-align: center;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 15px;
    transition: transform 0.3s ease;
}

.feature-box:hover {
    transform: translateY(-5px);
}

.feature-icon {
    font-size: 2.5rem;
    color: #1DA1F2;
    margin-bottom: 15px;
}

.feature-box h5 {
    color: #333333;
    font-weight: 600;
    margin-bottom: 10px;
}

.feature-box p {
    color: #657786;
    font-size: 14px;
}

/* Ad containers */
.ad-container {
    margin: 25px 0;
    padding: 15px;
    text-align: center;
    background: #f8f9fa;
    border-radius: 10px;
    border: 1px solid #e1e8ed;
}

/* Theme-specific sidebar styles */
.light-theme .sidebar {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    border-color: #e1e8ed;
}

.light-theme .sidebar h5 {
    color: #1DA1F2;
}

.light-theme .sidebar-item {
    border-bottom-color: #e1e8ed;
}

.light-theme .sidebar-label {
    color: #657786;
}

.light-theme .sidebar-value {
    color: #333333;
}

.light-theme .sidebar-item:hover {
    background: rgba(29, 161, 242, 0.05);
}

.dark-theme .sidebar {
    background: linear-gradient(135deg, #192734 0%, #15202B 100%);
    border-color: #38444d;
}

.dark-theme .sidebar h5 {
    color: #1DA1F2;
}

.dark-theme .sidebar-item {
    border-bottom-color: #38444d;
}

.dark-theme .sidebar-label {
    color: #657786;
}

.dark-theme .sidebar-value {
    color: #ffffff;
}

.dark-theme .sidebar-item:hover {
    background: rgba(29, 161, 242, 0.1);
}

.blue-theme .sidebar {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.9) 100%);
    border-color: rgba(29, 161, 242, 0.3);
}

.blue-theme .sidebar h5 {
    color: #1DA1F2;
}

.blue-theme .sidebar-item {
    border-bottom-color: rgba(29, 161, 242, 0.2);
}

.blue-theme .sidebar-label {
    color: #657786;
}

.blue-theme .sidebar-value {
    color: #1DA1F2;
}

.blue-theme .sidebar-item:hover {
    background: rgba(29, 161, 242, 0.1);
}

/* Default (light theme) sidebar styling */
.sidebar {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    border-radius: 15px;
    padding: 25px;
    margin-bottom: 20px;
    border: 1px solid #e1e8ed;
    transition: all 0.3s ease;
}

.sidebar h5 {
    color: #1DA1F2;
    font-weight: 600;
    margin-bottom: 20px;
    border-bottom: 2px solid #1DA1F2;
    padding-bottom: 10px;
    text-align: center;
}

.sidebar-item {
    padding: 15px 0;
    border-bottom: 1px solid #e1e8ed;
    transition: all 0.3s ease;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sidebar-label {
    font-size: 14px;
    color: #657786;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.sidebar-value {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    text-align: right;
}

/* Enhanced rainbow text animation for odometers - Fix animation inheritance */
.rainbow-text {
    background: linear-gradient(45deg, #ff6b6b, #4ecdc4, #45b7d1, #96ceb4, #feca57, #ff9ff3, #54a0ff, #5f27cd) !important;
    background-size: 400% 400% !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    animation: rainbowSlow 4s ease-in-out infinite !important;
    font-weight: 900 !important;
    text-shadow: none !important;
}

/* Slower, smoother rainbow animation */
@keyframes rainbowSlow {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

/* Force rainbow effect on all odometer elements with stronger selectors */
.rainbow-text .odometer,
.rainbow-text .main-odo,
.rainbow-text .secondary-odo,
.rainbow-text .profile-views-odo,
.rainbow-text .tweet-impressions-odo,
.rainbow-text .followers-odo,
.rainbow-text .following-odo,
.rainbow-text .tweets-odo,
.rainbow-text .likes-odo,
.rainbow-text.odometer,
.rainbow-text.main-odo,
.rainbow-text.secondary-odo {
    background: linear-gradient(45deg, #ff6b6b, #4ecdc4, #45b7d1, #96ceb4, #feca57, #ff9ff3, #54a0ff, #5f27cd) !important;
    background-size: 400% 400% !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    animation: rainbowSlow 4s ease-in-out infinite !important;
    color: transparent !important;
    text-shadow: none !important;
}

/* Target all possible odometer sub-elements with animation */
.rainbow-text .odometer-digit,
.rainbow-text .odometer-digit-spacer,
.rainbow-text .odometer-digit-inner,
.rainbow-text .odometer-ribbon,
.rainbow-text .odometer-ribbon-inner,
.rainbow-text .odometer-value,
.rainbow-text .odometer-formatting-mark,
.rainbow-text .odometer-inside .odometer-digit,
.rainbow-text .odometer-inside .odometer-value {
    background: linear-gradient(45deg, #ff6b6b, #4ecdc4, #45b7d1, #96ceb4, #feca57, #ff9ff3, #54a0ff, #5f27cd) !important;
    background-size: 400% 400% !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    animation: rainbowSlow 4s ease-in-out infinite !important;
    color: transparent !important;
    text-shadow: none !important;
}

/* Ensure proper inheritance for all nested elements */
.rainbow-text *,
.rainbow-text *::before,
.rainbow-text *::after {
    background: inherit !important;
    background-size: inherit !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    animation: inherit !important;
    color: transparent !important;
    text-shadow: none !important;
}

/* Override odometer default styles when rainbow is active */
body.dark-theme .rainbow-text .odometer,
body.light-theme .rainbow-text .odometer,
body.blue-theme .rainbow-text .odometer {
    background: linear-gradient(45deg, #ff6b6b, #4ecdc4, #45b7d1, #96ceb4, #feca57, #ff9ff3, #54a0ff, #5f27cd) !important;
    background-size: 400% 400% !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    animation: rainbowSlow 4s ease-in-out infinite !important;
    color: transparent !important;
}

/* ...existing code... */
