/* Global Styles */
:root {
    --primary-color: #ff00a5;
    --secondary-color: #102040;
    --text-color: #e0e0e0;
    --light-color: #1a1a3a;
    --dark-color: #0d0f1d;
    --accent-color: #00f0ff;
    --box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    --pixel-border: 4px solid #081224;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Press Start 2P', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: var(--text-color);
    background-color: var(--dark-color);
    background-image: url('pixel-city.jpg');
    background-size: cover;
    background-position: center bottom;
    background-attachment: fixed;
    background-repeat: no-repeat;
    position: relative;
}

body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(13, 15, 29, 0.7);
    z-index: -1;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

a {
    text-decoration: none;
    color: var(--primary-color);
    transition: color 0.3s;
}

a:hover {
    color: #9ce3ff;
}

/* Navigation Styles */
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(13, 15, 29, 0.9);
    border-bottom: 2px solid var(--primary-color);
    padding: 15px 0;
    z-index: 1000;
}

.navbar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary-color);
    text-shadow: 0 0 10px rgba(255, 0, 165, 0.7), 0 0 20px rgba(255, 0, 165, 0.4);
    letter-spacing: 2px;
}

.nav-links {
    display: flex;
    list-style: none;
}

.nav-links li {
    margin-left: 25px;
}

.nav-links a {
    color: var(--text-color);
    font-weight: 500;
    position: relative;
    transition: color 0.3s;
    font-size: 0.9rem;
}

.nav-links a:hover {
    color: var(--accent-color);
}

.nav-links a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -5px;
    left: 0;
    background-color: var(--accent-color);
    transition: width 0.3s;
}

.nav-links a:hover::after {
    width: 100%;
}

.menu-toggle {
    display: none;
    font-size: 1.5rem;
    cursor: pointer;
    color: var(--text-color);
}

/* Header Styles */
header {
    background: linear-gradient(to right, rgba(13, 15, 29, 0.8), rgba(26, 26, 58, 0.8));
    color: white;
    text-align: center;
    padding: 100px 0 80px;
    margin-top: 60px;
    border-bottom: var(--pixel-border);
    position: relative;
    overflow: hidden;
}

.pixel-art-title {
    position: relative;
    z-index: 5;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

header h1 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    color: var(--accent-color);
    text-shadow: 0 0 10px rgba(0, 240, 255, 0.9), 0 0 20px rgba(0, 240, 255, 0.6), 0 0 30px rgba(0, 240, 255, 0.4);
    position: relative;
    letter-spacing: 2px;
    z-index: 2;
    padding: 10px;
    display: inline-block;
    background-color: rgba(13, 15, 29, 0.7);
    border: 2px solid var(--primary-color);
    border-radius: 0;
    animation: glow 3s infinite alternate;
}

@keyframes glow {
    0% {
        box-shadow: 0 0 10px rgba(0, 240, 255, 0.5);
        text-shadow: 0 0 10px rgba(0, 240, 255, 0.9), 0 0 20px rgba(0, 240, 255, 0.6);
    }
    100% {
        box-shadow: 0 0 20px rgba(255, 0, 165, 0.7);
        text-shadow: 0 0 15px rgba(0, 240, 255, 0.9), 0 0 25px rgba(0, 240, 255, 0.6), 0 0 35px rgba(0, 240, 255, 0.4);
    }
}

.pixel-buildings {
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 80px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="600" height="80" viewBox="0 0 600 80"><rect x="10" y="30" width="30" height="50" fill="%231a1a3a"/><rect x="20" y="20" width="10" height="10" fill="%23ff00a5"/><rect x="50" y="40" width="40" height="40" fill="%231a1a3a"/><rect x="60" y="30" width="5" height="10" fill="%2300f0ff"/><rect x="75" y="25" width="5" height="15" fill="%23ff00a5"/><rect x="100" y="20" width="25" height="60" fill="%231a1a3a"/><rect x="105" y="25" width="5" height="5" fill="%2300f0ff"/><rect x="115" y="35" width="5" height="5" fill="%23ff00a5"/><rect x="105" y="45" width="5" height="5" fill="%2300f0ff"/><rect x="115" y="55" width="5" height="5" fill="%23ff00a5"/><rect x="135" y="50" width="15" height="30" fill="%231a1a3a"/><rect x="160" y="30" width="50" height="50" fill="%231a1a3a"/><rect x="170" y="40" width="5" height="5" fill="%2300f0ff"/><rect x="185" y="40" width="5" height="5" fill="%23ff00a5"/><rect x="200" y="40" width="5" height="5" fill="%2300f0ff"/><rect x="170" y="55" width="5" height="5" fill="%23ff00a5"/><rect x="185" y="55" width="5" height="5" fill="%2300f0ff"/><rect x="200" y="55" width="5" height="5" fill="%23ff00a5"/><rect x="220" y="10" width="20" height="70" fill="%231a1a3a"/><rect x="225" y="15" width="10" height="5" fill="%2300f0ff"/><rect x="225" y="25" width="10" height="5" fill="%23ff00a5"/><rect x="225" y="35" width="10" height="5" fill="%2300f0ff"/><rect x="225" y="45" width="10" height="5" fill="%23ff00a5"/><rect x="225" y="55" width="10" height="5" fill="%2300f0ff"/><rect x="250" y="45" width="30" height="35" fill="%231a1a3a"/><rect x="260" y="55" width="10" height="5" fill="%23ff00a5"/><rect x="290" y="25" width="45" height="55" fill="%231a1a3a"/><rect x="300" y="35" width="5" height="5" fill="%2300f0ff"/><rect x="315" y="35" width="5" height="5" fill="%23ff00a5"/><rect x="300" y="50" width="5" height="5" fill="%23ff00a5"/><rect x="315" y="50" width="5" height="5" fill="%2300f0ff"/><rect x="345" y="5" width="30" height="75" fill="%231a1a3a"/><rect x="355" y="15" width="10" height="10" fill="%2300f0ff"/><rect x="355" y="35" width="10" height="10" fill="%23ff00a5"/><rect x="355" y="55" width="10" height="10" fill="%2300f0ff"/><rect x="385" y="35" width="20" height="45" fill="%231a1a3a"/><rect x="415" y="20" width="50" height="60" fill="%231a1a3a"/><rect x="425" y="30" width="5" height="5" fill="%2300f0ff"/><rect x="440" y="30" width="5" height="5" fill="%23ff00a5"/><rect x="455" y="30" width="5" height="5" fill="%2300f0ff"/><rect x="425" y="45" width="5" height="5" fill="%23ff00a5"/><rect x="440" y="45" width="5" height="5" fill="%2300f0ff"/><rect x="455" y="45" width="5" height="5" fill="%23ff00a5"/><rect x="475" y="40" width="25" height="40" fill="%231a1a3a"/><rect x="485" y="50" width="5" height="5" fill="%2300f0ff"/><rect x="510" y="15" width="35" height="65" fill="%231a1a3a"/><rect x="520" y="25" width="5" height="5" fill="%23ff00a5"/><rect x="535" y="25" width="5" height="5" fill="%2300f0ff"/><rect x="520" y="40" width="5" height="5" fill="%2300f0ff"/><rect x="535" y="40" width="5" height="5" fill="%23ff00a5"/><rect x="520" y="55" width="5" height="5" fill="%23ff00a5"/><rect x="535" y="55" width="5" height="5" fill="%2300f0ff"/><rect x="555" y="45" width="20" height="35" fill="%231a1a3a"/><rect x="565" y="55" width="5" height="5" fill="%23ff00a5"/></svg>');
    background-repeat: repeat-x;
    z-index: 1;
    opacity: 0.7;
    pointer-events: none;
}

.intro-quote {
    max-width: 850px;
    margin: 0 auto;
    font-size: 1.1rem;
    position: relative;
    z-index: 2;
}

blockquote {
    border-left: 4px solid var(--primary-color);
    padding: 15px 20px;
    font-style: italic;
    text-align: left;
    background-color: rgba(13, 15, 29, 0.7);
    box-shadow: 0 0 15px rgba(255, 0, 165, 0.3);
    border-top: 1px solid var(--primary-color);
    border-bottom: 1px solid var(--primary-color);
    border-right: 1px solid var(--primary-color);
}

/* Section Styles */
.section {
    padding: 60px 0;
    background-color: rgba(13, 15, 29, 0.8);
    margin: 30px 0;
    border-top: var(--pixel-border);
    border-bottom: var(--pixel-border);
}

.section h2 {
    font-size: 2.2rem;
    margin-bottom: 30px;
    text-align: center;
    position: relative;
    color: var(--primary-color);
    text-shadow: 0 0 10px rgba(255, 0, 165, 0.5), 0 0 20px rgba(255, 0, 165, 0.3);
    letter-spacing: 2px;
}

.section h2::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background: var(--accent-color);
    margin: 15px auto;
    border-radius: 0;
    box-shadow: 0 0 10px rgba(0, 240, 255, 0.7);
}

/* About Styles */
.about-list {
    list-style: none;
    max-width: 800px;
    margin: 0 auto;
}

.about-list li {
    margin-bottom: 15px;
    font-size: 1.1rem;
    padding: 10px 20px;
    background-color: rgba(26, 26, 58, 0.7);
    border: 2px solid var(--accent-color);
    border-radius: 0;
    box-shadow: 0 0 15px rgba(0, 240, 255, 0.2);
}

.highlight {
    color: var(--primary-color);
    font-weight: 600;
}

/* Expertise Styles */
.expertise-table {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    background: rgba(26, 26, 58, 0.7);
    border: 2px solid var(--accent-color);
    border-radius: 0;
    overflow: hidden;
    box-shadow: 0 0 15px rgba(0, 240, 255, 0.2);
}

.expertise-row {
    display: flex;
    border-bottom: 1px solid rgba(0, 240, 255, 0.3);
}

.expertise-row:last-child {
    border-bottom: none;
}

.expertise-category {
    width: 30%;
    padding: 15px;
    background-color: rgba(0, 240, 255, 0.1);
    font-weight: 600;
    border-right: 1px solid rgba(0, 240, 255, 0.3);
    color: var(--primary-color);
}

.expertise-tech {
    width: 70%;
    padding: 15px;
    color: var(--text-color);
}

/* Skills Styles */
.skills-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 900px;
    margin: 0 auto;
}

.skill-category {
    background-color: rgba(26, 26, 58, 0.7);
    border: 2px solid var(--accent-color);
    border-radius: 0;
    padding: 20px;
    box-shadow: 0 0 15px rgba(0, 240, 255, 0.2);
}

.skill-category h3 {
    margin-bottom: 15px;
    color: var(--primary-color);
    font-size: 1.3rem;
    text-shadow: 0 0 5px rgba(255, 0, 165, 0.5);
}

.skill-icons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.skill-icons img {
    background-color: rgba(13, 15, 29, 0.5);
    padding: 5px;
    border-radius: 0;
    border: 1px solid var(--accent-color);
    transition: transform 0.3s;
}

.skill-icons img:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 240, 255, 0.5);
}

/* Projects Styles */
.projects-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 30px;
    max-width: 1100px;
    margin: 0 auto;
}

.project-card {
    background-color: rgba(26, 26, 58, 0.7);
    border: 2px solid var(--accent-color);
    border-radius: 0;
    padding: 25px;
    transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s;
    box-shadow: 0 0 15px rgba(0, 240, 255, 0.2);
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 300px;
}

.project-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 240, 255, 0.3);
    border-color: var(--primary-color);
}

.project-title {
    color: var(--primary-color);
    font-size: 1.4rem;
    margin-bottom: 15px;
    text-shadow: 0 0 5px rgba(255, 0, 165, 0.5);
    display: flex;
    align-items: center;
    gap: 10px;
    line-height: 1.3;
    word-break: break-word;
}

.project-title i {
    font-size: 1.1rem;
    flex-shrink: 0;
}

.project-description {
    margin-bottom: 20px;
    flex-grow: 1;
    font-size: 0.9rem;
    line-height: 1.6;
    overflow-wrap: break-word;
    word-wrap: break-word;
    hyphens: auto;
}

.project-tech {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 20px;
}

.tech-tag {
    background-color: rgba(0, 240, 255, 0.1);
    color: var(--accent-color);
    padding: 5px 10px;
    font-size: 0.7rem;
    border: 1px solid var(--accent-color);
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.project-links {
    display: flex;
    gap: 15px;
    margin-top: auto;
    flex-wrap: wrap;
}

.project-link {
    display: inline-block;
    padding: 8px 15px;
    background-color: rgba(255, 0, 165, 0.2);
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    font-size: 0.8rem;
    transition: all 0.3s;
    text-align: center;
}

.project-link:hover {
    background-color: var(--primary-color);
    color: var(--dark-color);
    box-shadow: 0 0 15px rgba(255, 0, 165, 0.5);
}

/* Touch device specific - no hover effect */
@media (hover: none) {
    .project-card:hover {
        transform: none;
        box-shadow: 0 0 15px rgba(0, 240, 255, 0.2);
        border-color: var(--accent-color);
    }
    
    .project-link:active {
        background-color: var(--primary-color);
        color: var(--dark-color);
    }
}

/* Activity Styles */
.activity-graphs {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.graph, .stats-container, .streak-stats {
    width: 100%;
    text-align: center;
    background: rgba(26, 26, 58, 0.7);
    padding: 20px;
    border: 2px solid var(--accent-color);
    border-radius: 0;
    box-shadow: 0 0 15px rgba(0, 240, 255, 0.2);
    overflow: hidden;
}

.graph img, .streak-stats img {
    max-width: 100%;
    height: auto;
    border: 1px solid rgba(0, 240, 255, 0.3);
}

.stats-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.stats-container img {
    max-width: 100%;
    height: auto;
    border: 1px solid rgba(0, 240, 255, 0.3);
}

/* Contact Styles */
#contact {
    background-color: rgba(13, 15, 29, 0.8);
    text-align: center;
}

.social-links {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 25px;
}

.social-icon {
    font-size: 2.2rem;
    color: var(--primary-color);
    transition: color 0.3s, transform 0.2s;
    text-shadow: 0 0 10px rgba(255, 0, 165, 0.5);
}

.social-icon:hover {
    color: var(--accent-color);
    transform: translateY(-5px);
    text-shadow: 0 0 15px rgba(0, 240, 255, 0.7);
}

.view-count {
    margin-top: 20px;
}

/* Footer Styles */
footer {
    background-color: rgba(5, 10, 22, 0.9);
    color: var(--text-color);
    text-align: center;
    padding: 20px 0;
    border-top: var(--pixel-border);
}

/* Music Player Styles */
.music-player {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.music-player-toggle {
    width: 60px;
    height: 60px;
    border-radius: 0;
    background: linear-gradient(145deg, var(--primary-color), #8e0059);
    border: 2px solid var(--dark-color);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 0, 165, 0.7);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(255, 0, 165, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 0, 165, 0);
    }
}

.music-player-toggle i {
    color: white;
    font-size: 1.6rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.music-player-toggle:hover {
    transform: scale(1.1) rotate(5deg);
    background: linear-gradient(145deg, #8e0059, var(--primary-color));
}

.player-container {
    background-color: rgba(13, 15, 29, 0.9);
    border-radius: 0;
    border: 2px solid var(--primary-color);
    padding: 20px;
    margin-bottom: 15px;
    width: 300px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4), 0 0 15px rgba(255, 0, 165, 0.3);
    display: none;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.player-container.active {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

.player-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(0, 240, 255, 0.3);
    padding-bottom: 10px;
}

.player-header h3 {
    margin: 0;
    color: var(--accent-color);
    font-size: 1.1rem;
    font-weight: 600;
    text-shadow: 0 0 5px rgba(0, 240, 255, 0.5);
    letter-spacing: 1px;
}

.player-controls {
    display: flex;
    gap: 15px;
    justify-content: center;
    margin: 15px 0;
}

.player-btn {
    background: none;
    border: none;
    cursor: pointer;
    color: var(--text-color);
    font-size: 1.2rem;
    transition: all 0.2s;
    width: 40px;
    height: 40px;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.player-btn:hover {
    color: var(--accent-color);
    background-color: rgba(0, 240, 255, 0.1);
    transform: translateY(-3px);
}

#play-btn {
    background-color: var(--primary-color);
    color: var(--dark-color);
    width: 50px;
    height: 50px;
    border: 2px solid var(--dark-color);
}

#play-btn:hover {
    background-color: var(--accent-color);
    color: var(--dark-color);
    box-shadow: 0 5px 15px rgba(0, 240, 255, 0.5);
}

#loop-btn.active, #shuffle-btn.active {
    color: var(--accent-color);
    background-color: rgba(0, 240, 255, 0.1);
    text-shadow: 0 0 5px rgba(0, 240, 255, 0.5);
}

.song-info {
    text-align: center;
    margin: 15px 0 5px;
    padding: 10px;
    background-color: rgba(0, 240, 255, 0.1);
    border-radius: 0;
    font-size: 0.9rem;
    color: var(--text-color);
    font-weight: 500;
}

.song-info p {
    transition: all 0.3s ease;
}

.song-info .loading {
    opacity: 0.7;
    animation: pulse-text 1.5s infinite;
}

@keyframes pulse-text {
    0% {
        opacity: 0.5;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.5;
    }
}

.volume-control {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 15px;
    padding-top: 10px;
    border-top: 1px solid rgba(0, 240, 255, 0.3);
}

.volume-control i {
    color: var(--text-color);
    font-size: 1rem;
}

#volume-slider {
    flex: 1;
    height: 5px;
    -webkit-appearance: none;
    appearance: none;
    background: #1a2844;
    outline: none;
    border-radius: 0;
}

#volume-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 15px;
    height: 15px;
    background: var(--primary-color);
    border-radius: 0;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
}

/* Disabled button style */
.player-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

/* Additional animation for toggle button when music is playing */
.music-player-toggle .fa-volume-up {
    animation: sound-wave 1.5s infinite;
}

@keyframes sound-wave {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

/* Pixel decoration elements */
.pixel-star {
    position: absolute;
    width: 3px;
    height: 3px;
    background-color: var(--accent-color);
    box-shadow: 0 0 8px rgba(0, 240, 255, 0.8);
    z-index: -1;
}

@keyframes twinkle {
    0%, 100% { opacity: 0.3; }
    50% { opacity: 1; box-shadow: 0 0 15px rgba(0, 240, 255, 1); }
}

/* Responsive Design */
@media (max-width: 1024px) {
    .projects-container {
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
        padding: 0 10px;
    }
}

@media (max-width: 768px) {
    header {
        padding: 80px 0 50px;
    }
    
    header h1 {
        font-size: 2.5rem;
    }
    
    .section h2 {
        font-size: 2rem;
    }
    
    .menu-toggle {
        display: block;
    }
    
    .nav-links {
        position: fixed;
        top: 70px;
        right: -100%;
        width: 70%;
        height: calc(100vh - 70px);
        background-color: rgba(16, 32, 64, 0.95);
        flex-direction: column;
        align-items: center;
        padding-top: 30px;
        transition: right 0.3s;
        box-shadow: -5px 0 15px rgba(0, 0, 0, 0.3);
        border-left: 2px solid var(--primary-color);
    }
    
    .nav-links.active {
        right: 0;
    }
    
    .nav-links li {
        margin: 15px 0;
    }

    .expertise-row {
        flex-direction: column;
    }

    .expertise-category, .expertise-tech {
        width: 100%;
        border-right: none;
    }

    .expertise-category {
        border-bottom: 1px solid rgba(0, 240, 255, 0.3);
    }

    .stats-container {
        flex-direction: column;
    }

    .social-links {
        flex-wrap: wrap;
    }

    .projects-container {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    
    .project-card {
        padding: 20px;
    }
    
    .project-title {
        font-size: 1.2rem;
    }
    
    .project-description {
        font-size: 0.85rem;
    }

    /* Music player mobile adjustments */
    .music-player {
        bottom: 20px;
        right: 20px;
    }

    .player-container {
        width: 270px;
        padding: 15px;
    }
}

@media (max-width: 480px) {
    header h1 {
        font-size: 2rem;
    }
    
    .section {
        padding: 40px 0;
    }

    .about-list li {
        font-size: 1rem;
        padding: 10px 15px;
    }
    
    .project-card {
        padding: 15px;
    }
    
    .project-title {
        font-size: 1.1rem;
        gap: 8px;
        margin-bottom: 12px;
    }
    
    .project-description {
        font-size: 0.8rem;
        line-height: 1.5;
        margin-bottom: 15px;
    }
    
    .tech-tag {
        padding: 4px 8px;
        font-size: 0.65rem;
    }
    
    .project-links {
        gap: 10px;
    }
    
    .project-link {
        padding: 6px 12px;
        font-size: 0.75rem;
    }

    /* Music player mobile adjustments */
    .music-player {
        bottom: 15px;
        right: 15px;
    }

    .music-player-toggle {
        width: 50px;
        height: 50px;
    }

    .music-player-toggle i {
        font-size: 1.3rem;
    }

    .player-container {
        width: 240px;
        padding: 15px;
    }

    .player-controls {
        gap: 10px;
    }
    
    .player-btn {
        width: 35px;
        height: 35px;
        font-size: 1rem;
    }
    
    #play-btn {
        width: 40px;
        height: 40px;
    }
}

/* Add support for very small screens */
@media (max-width: 360px) {
    .project-title {
        font-size: 1rem;
    }
    
    .project-description {
        font-size: 0.75rem;
    }
    
    .tech-tag {
        padding: 3px 6px;
        font-size: 0.6rem;
    }
    
    .project-link {
        width: 100%;
        text-align: center;
    }
} 