/* Reset ve temel stiller */

/* Hatsune Miku Easter Egg Theme */
:root.miku-theme {
    --primary-color: #39C5BB;
    --accent-color: #2F9E96;
}

.miku-active {
    cursor: pointer;
    transition: all 0.3s ease;
    text-shadow: 0 0 5px var(--primary-color), 0 0 10px var(--primary-color);
}

.miku-active:hover {
    transform: scale(1.05);
    text-shadow: 0 0 10px var(--primary-color), 0 0 20px var(--primary-color);
}

:root {
    --bg-color: #0a0a0a;
    --card-bg: rgba(20, 20, 20, 0.85);
    /* Slightly more opaque for better readability over matrix */
    --primary-color: #00ff00;
    --text-color: #ffffff;
    --text-muted: #888888;
    --accent-color: #00cc00;
    --font-main: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    --font-mono: 'JetBrains Mono', 'Courier New', Courier, monospace;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: var(--font-main);
}

/* Custom Scrollbar */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: var(--bg-color);
}

::-webkit-scrollbar-thumb {
    background: var(--card-bg);
    border: 1px solid var(--primary-color);
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--primary-color);
}

body {
    font-family: var(--font-main);
    background-color: #0a0a0a;
    color: #e0e0e0;
    line-height: 1.6;
    overflow-x: hidden;
}

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

/* Matrix arka plan efekti */
.matrix-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #000;
    overflow: hidden;
}

.matrix-bg::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.9));
}

/* Header ve navigasyon */
.header {
    background: rgba(10, 10, 10, 0.9);
    padding: 15px 0;
    position: sticky;
    top: 0;
    z-index: 100;
    backdrop-filter: blur(10px);
    border-bottom: 1px solid #333;
}

.logo {
    display: flex;
    align-items: center;
    gap: 10px;
}

.glitch {
    font-size: 28px;
    font-weight: bold;
    color: #00ff00;
    text-shadow: 0 0 5px #00ff00;
    position: relative;
    font-family: var(--logo-font, inherit);
}

.glitch::before,
.glitch::after {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.glitch::before {
    left: 2px;
    text-shadow: -2px 0 #ff00ff;
    clip: rect(44px, 450px, 56px, 0);
    animation: glitch-anim 5s infinite linear alternate-reverse;
}

.glitch::after {
    left: -2px;
    text-shadow: -2px 0 #00ffff;
    clip: rect(44px, 450px, 56px, 0);
    animation: glitch-anim2 5s infinite linear alternate-reverse;
}

@keyframes glitch-anim {
    0% {
        clip: rect(42px, 9999px, 44px, 0);
    }

    5% {
        clip: rect(12px, 9999px, 59px, 0);
    }

    10% {
        clip: rect(48px, 9999px, 29px, 0);
    }

    15% {
        clip: rect(42px, 9999px, 73px, 0);
    }

    20% {
        clip: rect(63px, 9999px, 27px, 0);
    }

    25% {
        clip: rect(34px, 9999px, 55px, 0);
    }

    30% {
        clip: rect(86px, 9999px, 73px, 0);
    }

    35% {
        clip: rect(20px, 9999px, 20px, 0);
    }

    40% {
        clip: rect(26px, 9999px, 60px, 0);
    }

    45% {
        clip: rect(25px, 9999px, 66px, 0);
    }

    50% {
        clip: rect(57px, 9999px, 98px, 0);
    }

    55% {
        clip: rect(5px, 9999px, 46px, 0);
    }

    60% {
        clip: rect(82px, 9999px, 31px, 0);
    }

    65% {
        clip: rect(54px, 9999px, 27px, 0);
    }

    70% {
        clip: rect(28px, 9999px, 99px, 0);
    }

    75% {
        clip: rect(45px, 9999px, 69px, 0);
    }

    80% {
        clip: rect(23px, 9999px, 85px, 0);
    }

    85% {
        clip: rect(54px, 9999px, 84px, 0);
    }

    90% {
        clip: rect(45px, 9999px, 47px, 0);
    }

    95% {
        clip: rect(37px, 9999px, 20px, 0);
    }

    100% {
        clip: rect(4px, 9999px, 91px, 0);
    }
}

@keyframes glitch-anim2 {
    0% {
        clip: rect(65px, 9999px, 100px, 0);
    }

    5% {
        clip: rect(52px, 9999px, 74px, 0);
    }

    10% {
        clip: rect(79px, 9999px, 85px, 0);
    }

    15% {
        clip: rect(75px, 9999px, 5px, 0);
    }

    20% {
        clip: rect(67px, 9999px, 61px, 0);
    }

    25% {
        clip: rect(14px, 9999px, 79px, 0);
    }

    30% {
        clip: rect(1px, 9999px, 66px, 0);
    }

    35% {
        clip: rect(86px, 9999px, 30px, 0);
    }

    40% {
        clip: rect(23px, 9999px, 98px, 0);
    }

    45% {
        clip: rect(85px, 9999px, 72px, 0);
    }

    50% {
        clip: rect(71px, 9999px, 75px, 0);
    }

    55% {
        clip: rect(2px, 9999px, 48px, 0);
    }

    60% {
        clip: rect(30px, 9999px, 16px, 0);
    }

    65% {
        clip: rect(59px, 9999px, 50px, 0);
    }

    70% {
        clip: rect(41px, 9999px, 62px, 0);
    }

    75% {
        clip: rect(2px, 9999px, 82px, 0);
    }

    80% {
        clip: rect(47px, 9999px, 73px, 0);
    }

    85% {
        clip: rect(3px, 9999px, 27px, 0);
    }

    90% {
        clip: rect(26px, 9999px, 55px, 0);
    }

    95% {
        clip: rect(42px, 9999px, 97px, 0);
    }

    100% {
        clip: rect(38px, 9999px, 49px, 0);
    }
}

.version {
    font-size: 12px;
    color: #888;
}

.nav-list {
    display: flex;
    list-style: none;
    gap: 20px;
}

.nav-btn {
    background: transparent;
    border: none;
    color: #aaa;
    padding: 8px 16px;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s;
    font-size: 16px;
}

.nav-btn:hover {
    background: #333;
    color: #00ff00;
    box-shadow: 0 0 10px rgba(0, 255, 0, 0.3);
}

.nav-btn.active {
    color: var(--primary-color);
    background: rgba(0, 255, 0, 0.1);
    border-bottom: 2px solid var(--primary-color);
    text-shadow: 0 0 10px rgba(0, 255, 0, 0.4);
}

/* Ana içerik alanı */
.main {
    padding: 40px 0;
    min-height: calc(100vh - 100px);
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
    animation: fadeIn 0.5s;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.section-title {
    font-size: 32px;
    margin-bottom: 10px;
    color: #00ff00;
    text-align: center;
}

.section-subtitle {
    text-align: center;
    margin-bottom: 40px;
    color: #aaa;
}

/* Ana sayfa stilleri */
.profile-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    margin-bottom: 40px;
}

.profile-image-container {
    position: relative;
    width: 150px;
    height: 150px;
}

.profile-image {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #00ff00;
    box-shadow: 0 0 20px rgba(0, 255, 0, 0.5);
}

.profile-glow {
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(0, 255, 0, 0.3) 0%, transparent 70%);
    z-index: -1;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(0.95);
        opacity: 0.7;
    }

    50% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(0.95);
        opacity: 0.7;
    }
}

.profile-text {
    text-align: center;
    max-width: 600px;
}

.typing-text {
    font-size: 36px;
    margin-bottom: 20px;
    color: #00ff00;
    min-height: 50px;
}

.intro-text {
    font-size: 18px;
    margin-bottom: 30px;
    line-height: 1.6;
}

.stats-quick {
    display: flex;
    justify-content: center;
    gap: 40px;
}

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

.stat-number {
    display: block;
    font-size: 24px;
    font-weight: bold;
    color: #00ff00;
}

.stat-label {
    font-size: 14px;
    color: #aaa;
}

.social-links {
    text-align: center;
    margin-top: 40px;
}

.social-links h3 {
    margin-bottom: 20px;
}

.social-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 15px;
}

.social-link {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px 20px;
    background: var(--card-bg);
    border: 1px solid #333;
    border-radius: 12px;
    color: var(--text-color);
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    backdrop-filter: blur(10px);
}

.social-link:hover {
    border-color: var(--primary-color);
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 255, 0, 0.15);
}

.social-icon {
    font-size: 20px;
}

/* Projeler bölümü */
.projects-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 30px;
}

.project-card {
    background: var(--card-bg);
    border: 1px solid #333;
    border-radius: 15px;
    padding: 25px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    backdrop-filter: blur(10px);
    display: flex;
    flex-direction: column;
}

.project-card:hover {
    border-color: var(--primary-color);
    transform: translateY(-8px);
    box-shadow: 0 12px 24px rgba(0, 255, 0, 0.15);
}

.project-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.project-title {
    font-size: 20px;
    color: #00ff00;
}

.project-status {
    display: flex;
    align-items: center;
    gap: 5px;
}

.status-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.status-dot.completed {
    background: #00ff00;
}

.status-dot.testing {
    background: #ff9900;
}

.status-dot.planning {
    background: #ff0000;
}

.status-dot.active {
    background: #0099ff;
}

.status-text {
    font-size: 12px;
    color: #aaa;
}

.project-description {
    margin-bottom: 15px;
    line-height: 1.5;
}

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

.tech-badge {
    padding: 4px 10px;
    background: rgba(0, 255, 0, 0.05);
    /* Daha hafif arka plan */
    color: var(--primary-color);
    border-radius: 6px;
    border: 1px solid rgba(0, 255, 0, 0.2);
    font-size: 0.8rem;
    font-family: var(--font-mono);
    /* Font monospace yapıldı */
}

.project-progress {
    margin-bottom: 20px;
}

.progress-label {
    display: flex;
    justify-content: space-between;
    font-size: 0.85rem;
    color: var(--text-muted);
    margin-bottom: 8px;
    text-transform: uppercase;
    /* Daha profesyonel görünüm */
    letter-spacing: 0.5px;
}

.progress-bar-bg {
    width: 100%;
    height: 8px;
    /* Kalınlık artırıldı */
    background: #222;
    border-radius: 4px;
    overflow: hidden;
}

.progress-bar-fill {
    height: 100%;
    background: linear-gradient(90deg, #008000, var(--primary-color));
    border-radius: 4px;
    transition: width 1s ease-in-out;
    box-shadow: 0 0 10px rgba(0, 255, 0, 0.6);
    /* Glow efekti */
}

.project-stats {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.stat {
    display: flex;
    align-items: center;
    gap: 5px;
}

.stat-icon {
    font-size: 14px;
}

.stat-value {
    font-size: 14px;
}

.project-actions {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: auto;
}

.action-btn {
    padding: 10px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 600;
    font-size: 0.85rem;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    text-decoration: none;
    font-family: var(--font-main);
}

.action-btn.primary {
    background: rgba(0, 255, 0, 0.15);
    color: var(--primary-color);
    border: 1px solid rgba(0, 255, 0, 0.3);
}

.action-btn.primary:hover {
    background: var(--primary-color);
    color: #000;
    box-shadow: 0 0 15px rgba(0, 255, 0, 0.4);
}

.action-btn.secondary {
    background: rgba(255, 255, 255, 0.05);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.action-btn.secondary:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.3);
}

.action-btn.donate {
    background: #ff0080;
    color: #fff;
}

.action-btn:hover {
    opacity: 0.8;
    transform: translateY(-2px);
}

.btn-icon {
    font-size: 16px;
}

/* Oyunlar bölümü */
.games-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 30px;
}

.game-item {
    display: flex;
    align-items: center;
    gap: 20px;
    background: var(--card-bg);
    border: 1px solid #333;
    padding: 15px;
    border-radius: 12px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    backdrop-filter: blur(10px);
}

.game-item:hover {
    transform: translateX(5px) scale(1.01);
    border-color: var(--primary-color);
    box-shadow: -5px 5px 15px rgba(0, 255, 0, 0.15);
}

.game-cover {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.game-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.game-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s;
}

.game-cover:hover .game-overlay {
    opacity: 1;
}

.play-btn {
    background: rgba(0, 255, 0, 0.8);
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s;
}

.play-btn:hover {
    transform: scale(1.1);
    background: rgba(0, 255, 0, 1);
}

.play-icon {
    color: #000;
    font-size: 20px;
    margin-left: 3px;
}

.game-content {
    padding: 20px;
}

.game-main-info {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 15px;
}

.game-title {
    font-size: 18px;
    color: #00ff00;
}

.game-rating {
    display: flex;
    align-items: center;
    gap: 5px;
}

.rating-score {
    font-size: 14px;
    color: #aaa;
}

.game-status-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.status-badge {
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 12px;
}

.status-completed {
    background: rgba(0, 255, 0, 0.2);
    color: #00ff00;
}

.status-playing {
    background: rgba(255, 153, 0, 0.2);
    color: #ff9900;
}

.playtime-display {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    color: #aaa;
}

.time-icon {
    font-size: 16px;
}

.game-progress-section {
    margin-top: 15px;
}

.progress-bar-fill.completion {
    background: #ff9900;
}

/* Teknik bilgi bölümü */
.skills-container {
    display: grid;
    gap: 30px;
    max-width: 1000px;
    margin: 0 auto;
}

.skill-category {
    background: #1a1a1a;
    border-radius: 15px;
    padding: 25px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
    border: 1px solid #333;
    transition: transform 0.3s, box-shadow 0.3s;
}

.skill-category:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 255, 0, 0.2);
}

.widget-title {
    font-size: 1.1rem;
    color: #1DB954;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    /* Added spacing from content */
}

.category-title {
    font-size: 1.2rem;
    color: #fff;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid #333;
    padding-bottom: 10px;
    font-family: var(--font-mono);
}

.category-icon {
    font-size: 28px;
}

.skills-grid {
    display: grid;
    gap: 20px;
}

.skill-item {
    background: #252525;
    border-radius: 10px;
    padding: 15px;
    transition: all 0.3s;
    border-left: 4px solid #00ff00;
}

.skill-item:hover {
    background: #2a2a2a;
    transform: translateX(5px);
}

.skill-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.skill-info {
    display: flex;
    align-items: center;
    gap: 12px;
}

.skill-icon {
    width: 40px;
    height: 40px;
    background: #00ff00;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #000;
    font-size: 16px;
}

.skill-name {
    font-size: 18px;
    font-weight: 600;
}

.skill-percentage {
    font-size: 16px;
    color: #00ff00;
    font-weight: bold;
}

.skill-progress-container {
    margin-top: 15px;
}

.progress-info {
    display: none;
    /* Removed redundant percentage display below the bar */
    justify-content: space-between;
    font-size: 0.8rem;
    color: var(--text-muted);
    margin-bottom: 5px;
}

.skill-progress-bg {
    width: 100%;
    height: 8px;
    /* Kalınlık artırıldı */
    background: #222;
    border-radius: 4px;
    overflow: hidden;
}

.skill-progress-fill {
    height: 100%;
    border-radius: 4px;
    background: linear-gradient(90deg, #008000, #00ff00);
    width: 0%;
    max-width: 100%;
    /* Prevent overflow beyond parent container during animation easing */
    transition: width 1.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    box-shadow: 0 0 10px rgba(0, 255, 0, 0.6);
    /* Glow efekti */
}

.skill-progress-fill::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    animation: shimmer 2s infinite;
}

@keyframes shimmer {
    0% {
        left: -100%;
    }

    100% {
        left: 100%;
    }
}

.skill-level {
    display: inline-block;
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 10px;
    font-weight: bold;
    margin-left: 10px;
}

.level-beginner {
    background: rgba(255, 255, 255, 0.1);
    color: #bbb;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.level-intermediate {
    background: rgba(0, 255, 255, 0.1);
    color: #00ffff;
    border: 1px solid rgba(0, 255, 255, 0.2);
}

.level-advanced {
    background: rgba(0, 255, 0, 0.1);
    color: var(--primary-color);
    border: 1px solid rgba(0, 255, 0, 0.2);
}

.level-expert {
    background: rgba(255, 0, 255, 0.1);
    color: #ff00ff;
    border: 1px solid rgba(255, 0, 255, 0.2);
    box-shadow: 0 0 8px rgba(255, 0, 255, 0.3);
}

/* Kategori özel stilleri */
.category-programming .category-icon {
    color: #00ff00;
}

.category-frameworks .category-icon {
    color: #0099ff;
}

.category-tools .category-icon {
    color: #ff9900;
}

.category-databases .category-icon {
    color: #ff00ff;
}

/* Responsive tasarım */
@media (max-width: 768px) {
    .skill-category {
        padding: 20px 15px;
    }

    .skill-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .skill-info {
        width: 100%;
    }

    .skill-percentage {
        align-self: flex-end;
    }
}

/* Blog bölümü */
.blog-header {
    text-align: center;
    margin-bottom: 40px;
}

.blog-posts {
    display: grid;
    gap: 30px;
}

.blog-post {
    background: #1a1a1a;
    border-radius: 10px;
    padding: 25px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s;
}

.blog-post:hover {
    transform: translateY(-5px);
}

.post-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 15px;
}

.post-title {
    font-size: 22px;
    color: #00ff00;
    margin-bottom: 10px;
}

.post-meta {
    display: flex;
    gap: 15px;
    font-size: 14px;
    color: #aaa;
}

.post-content {
    margin-bottom: 15px;
    line-height: 1.6;
}

.post-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 20px;
}

.tag {
    background: #333;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 12px;
    color: #aaa;
}

.post-actions {
    display: flex;
    gap: 10px;
}

.share-btn {
    background: #333;
    color: #e0e0e0;
}

.spotify-widget {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 300px;
    background: var(--card-bg);
    border: 1px solid #333;
    border-radius: 16px;
    /* Daha yumuşak kenarlar */
    padding: 20px;
    margin-top: 30px;
    backdrop-filter: blur(10px);
    transition: border-color 0.3s ease;
    z-index: 100;
}

.spotify-widget:hover {
    border-color: #1DB954;
    /* Spotify green highlight */
}

.spotify-widget.active {
    display: block;
}

.spotify-error {
    text-align: center;
    padding: 10px;
    background: rgba(255, 0, 0, 0.1);
    border-radius: 5px;
    color: #ff5555;
    display: none;
}

.spotify-error.active {
    display: block;
}

.spotify-content {
    display: none;
}

.spotify-content.active {
    display: block;
}

.song-info {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
}

.song-artwork {
    width: 60px;
    height: 60px;
    border-radius: 5px;
    object-fit: cover;
}

.song-details {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.song-name {
    font-size: 1.1rem;
    font-weight: bold;
    color: #fff;
    font-family: var(--font-mono);
    /* Daha teknolojik bir his */
    margin-bottom: 5px;
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
    line-height: 1.3;
    max-height: 2.6em;
    overflow: hidden;
}

.song-artist {
    color: var(--text-muted);
    font-size: 0.9rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.progress-container {
    margin-bottom: 15px;
}

.progress-bar-container {
    height: 4px;
    background: #333;
    border-radius: 2px;
    margin-bottom: 5px;
    overflow: hidden;
}

.progress-bar {
    height: 100%;
    background: #1db954;
    border-radius: 2px;
    transition: width 1s linear;
    width: 0%;
}

.time-info {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: #aaa;
}

.listen-button {
    display: block;
    text-align: center;
    background: #1db954;
    color: #fff;
    padding: 8px 15px;
    border-radius: 20px;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s;
}

.listen-button:hover {
    background: #1ed760;
    transform: translateY(-2px);
}

/* Bildirimler */
.notification-container {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1000;
}

.notification {
    background: #1a1a1a;
    color: #e0e0e0;
    padding: 15px 20px;
    border-radius: 5px;
    margin-bottom: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    border-left: 4px solid #00ff00;
    opacity: 0;
    transform: translateX(100%);
    transition: all 0.3s;
}

.notification.show {
    opacity: 1;
    transform: translateX(0);
}

.notification.success {
    border-left-color: #00ff00;
}

.notification.info {
    border-left-color: #0099ff;
}

.notification.error {
    border-left-color: #ff0000;
}

/* Responsive tasarım */
@media (max-width: 768px) {
    .nav-list {
        flex-direction: row;
        gap: 10px;
        overflow-x: auto;
        padding-bottom: 10px;
        -webkit-overflow-scrolling: touch;
    }

    .nav-btn {
        white-space: nowrap;
        font-size: 14px;
        padding: 8px 12px;
    }

    .profile-section {
        text-align: center;
    }

    .stats-quick {
        flex-direction: column;
        gap: 20px;
    }

    .projects-grid,
    .games-list {
        grid-template-columns: 1fr;
    }

    .spotify-widget {
        position: static;
        width: 100%;
        margin-top: 30px;
    }
}

/* Modal Styles */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    backdrop-filter: blur(3px);
}

.modal-content {
    background: #111;
    border: 1px solid var(--primary-color);
    width: 90%;
    max-width: 800px;
    max-height: 85vh;
    /* Ekrana daha iyi sığması için */
    border-radius: 15px;
    padding: 30px;
    position: relative;
    overflow-y: auto;
    box-shadow: 0 0 30px rgba(0, 255, 0, 0.2);
    margin: 2% auto;
}

.modal-header {
    padding: 20px 70px 20px 30px;
    /* Increased right padding for close button */
    border-bottom: 1px solid #333;
    background: #1a1a1a;
    border-radius: 15px 15px 0 0;
    position: sticky;
    top: 0;
    z-index: 10;
}

.modal-title {
    color: #00ff00;
    font-size: 24px;
    margin-bottom: 10px;
}

.modal-meta {
    display: flex;
    gap: 20px;
    color: #aaa;
    font-size: 14px;
}

.modal-body {
    padding: 30px;
    line-height: 1.8;
}

.modal-body img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 20px 0;
    border: 1px solid #333;
}

.modal-body p {
    margin-bottom: 20px;
    font-size: 16px;
}

.modal-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 20px 0;
}

.close-modal {
    position: absolute;
    right: 20px;
    top: 15px;
    /* Slightly adjusted */
    background: #333;
    border: none;
    color: #aaa;
    width: 36px;
    /* Adjusted size */
    height: 36px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    line-height: 1;
    /* Fix vertical alignment */
    z-index: 101;
    /* Ensure it stays on top of sticky header */
}

.close-modal:hover {
    background: #ff0000;
    color: #fff;
    transform: rotate(90deg);
}

.modal-actions {
    padding: 20px 30px;
    border-top: 1px solid #333;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #1a1a1a;
    border-radius: 0 0 15px 15px;
    position: sticky;
    bottom: 0;
}

/* Blog post clickable */
.blog-post {
    cursor: pointer;
    transition: all 0.3s;
}

.blog-post:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 255, 0, 0.2);
}

/* Paylaş butonu stilleri */
.share-options {
    display: none;
    position: absolute;
    bottom: 100%;
    right: 0;
    background: #1a1a1a;
    border: 1px solid #333;
    border-radius: 8px;
    padding: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    z-index: 100;
}

.share-options.active {
    display: block;
}

.share-option {
    display: block;
    width: 100%;
    padding: 8px 15px;
    background: transparent;
    border: none;
    color: #e0e0e0;
    text-align: left;
    cursor: pointer;
    border-radius: 4px;
    transition: all 0.3s;
}

.share-option:hover {
    background: #333;
    color: #00ff00;
}

/* Beğen butonu kaldırıldı */
.like-btn {
    display: none;
}

/* Steam Entegrasyonu Stilleri */
.Entegrasyonyazi {
    font-size: 18px;
    color: #00ff00;
    text-align: center;
    margin-bottom: 30px;
    opacity: 0.8;
}

/* Oyun Modal Stilleri */
.game-modal-content {
    max-width: 100%;
}

.game-header {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    align-items: flex-start;
}

.game-modal-image {
    width: 200px;
    height: 94px;
    border-radius: 8px;
    object-fit: cover;
    border: 2px solid #333;
}

.game-info {
    flex: 1;
}

.game-info h3 {
    color: #00ff00;
    font-size: 24px;
    margin-bottom: 15px;
}

.game-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.game-stat {
    background: #252525;
    padding: 15px;
    border-radius: 8px;
    border-left: 4px solid #00ff00;
}

.stat-label {
    display: block;
    font-size: 12px;
    color: #aaa;
    margin-bottom: 5px;
}

.stat-value {
    display: block;
    font-size: 18px;
    color: #00ff00;
    font-weight: bold;
}

/* Başarımlar Stilleri */
.achievements-section {
    margin-top: 30px;
}

.achievements-section h3 {
    color: #00ff00;
    margin-bottom: 20px;
    font-size: 20px;
}

.achievements-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 15px;
    max-height: 400px;
    overflow-y: auto;
    padding: 10px;
}

.achievement-item {
    background: #252525;
    border-radius: 8px;
    padding: 15px;
    text-align: center;
    transition: all 0.3s;
    border: 1px solid #333;
}

.achievement-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 255, 0, 0.2);
}

.achievement-item.unlocked {
    border-left: 4px solid #00ff00;
}

.achievement-item.locked {
    border-left: 4px solid #ff4444;
    opacity: 0.7;
}

.achievement-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 10px;
    border-radius: 8px;
    object-fit: cover;
}

.achievement-name {
    font-weight: bold;
    margin-bottom: 5px;
    color: #e0e0e0;
}

.achievement-description {
    font-size: 12px;
    color: #aaa;
    line-height: 1.4;
}

.achievement-date {
    font-size: 10px;
    color: #00ff00;
    margin-top: 5px;
}

/* Loading states */
.loading {
    text-align: center;
    color: #00ff00;
    padding: 20px;
}

.error {
    text-align: center;
    color: #ff4444;
    padding: 20px;
}

/* Oyun kartları için yeni stiller */
.steam-game-item {
    background: #1a1a1a;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.4s ease;
    cursor: pointer;
}

.steam-game-item:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 15px 30px rgba(0, 255, 0, 0.2);
}

.steam-game-cover {
    position: relative;
    height: 120px;
    overflow: hidden;
}

.steam-game-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.steam-game-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s;
}

.steam-game-cover:hover .steam-game-overlay {
    opacity: 1;
}

.view-details-btn {
    background: rgba(0, 255, 0, 0.8);
    border: none;
    padding: 8px 15px;
    border-radius: 20px;
    color: #000;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s;
}

.view-details-btn:hover {
    background: rgba(0, 255, 0, 1);
    transform: scale(1.05);
}

.steam-game-content {
    padding: 15px;
}

.steam-game-title {
    font-size: 16px;
    color: #00ff00;
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.steam-game-stats {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.playtime-display {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    color: #aaa;
}

/* Responsive düzenlemeler */
@media (max-width: 768px) {
    .game-header {
        flex-direction: column;
        text-align: center;
    }

    .game-modal-image {
        width: 100%;
        max-width: 300px;
        height: 141px;
    }

    .game-stats {
        grid-template-columns: 1fr;
    }

    .achievements-container {
        grid-template-columns: 1fr;
    }
}