@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&display=swap');

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

html, body {
    width: 100%;
    overflow-x: hidden;
}

body {
    font-family: 'Poppins', sans-serif;
    background: linear-gradient(135deg, 
        #ff9a9e 0%, 
        #fad0c4 12%, 
        #ffecd2 25%, 
        #fcb69f 37%, 
        #fecfef 50%,
        #a18cd1 62%,
        #fbc2eb 75%,
        #fdcbf1 87%,
        #fad0c4 100%
    );
    min-height: 100vh;
    overflow-x: hidden;
    position: relative;
}

body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: -1;
    overflow: hidden;
}

.floating-shapes-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
    overflow: hidden;
}

.shape-item {
    position: absolute;
    opacity: 0.6;
    animation: floatDown 15s linear infinite;
}

.shape-item.circle {
    border-radius: 50%;
}

.shape-item.star {
    clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
}

.shape-item:nth-child(1) {
    left: 5%;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #ff69b4, #ffa0d0);
    animation-duration: 12s;
    animation-delay: 0s;
}

.shape-item:nth-child(2) {
    left: 15%;
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #ffd700, #ffed4e);
    animation-duration: 15s;
    animation-delay: 2s;
}

.shape-item:nth-child(3) {
    left: 25%;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #ff8800, #ffaa00);
    animation-duration: 18s;
    animation-delay: 1s;
}

.shape-item:nth-child(4) {
    left: 35%;
    width: 35px;
    height: 35px;
    background: linear-gradient(135deg, #ff1493, #ff69b4);
    animation-duration: 14s;
    animation-delay: 3s;
}

.shape-item:nth-child(5) {
    left: 45%;
    width: 55px;
    height: 55px;
    background: linear-gradient(135deg, #00cc66, #00ff88);
    animation-duration: 16s;
    animation-delay: 0.5s;
}

.shape-item:nth-child(6) {
    left: 55%;
    width: 45px;
    height: 45px;
    background: linear-gradient(135deg, #0099ff, #33bbff);
    animation-duration: 13s;
    animation-delay: 2.5s;
}

.shape-item:nth-child(7) {
    left: 65%;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #a855f7, #ec4899);
    animation-duration: 17s;
    animation-delay: 1.5s;
}

.shape-item:nth-child(8) {
    left: 75%;
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #ffd700, #ffaa00);
    animation-duration: 15s;
    animation-delay: 4s;
}

.shape-item:nth-child(9) {
    left: 85%;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #ff69b4, #ffa0d0);
    animation-duration: 14s;
    animation-delay: 0.8s;
}

.shape-item:nth-child(10) {
    left: 95%;
    width: 35px;
    height: 35px;
    background: linear-gradient(135deg, #ff8800, #ff1493);
    animation-duration: 16s;
    animation-delay: 3.5s;
}

.shape-item:nth-child(11) {
    left: 10%;
    width: 45px;
    height: 45px;
    background: linear-gradient(135deg, #14b8a6, #06b6d4);
    animation-duration: 19s;
    animation-delay: 1.2s;
}

.shape-item:nth-child(12) {
    left: 20%;
    width: 55px;
    height: 55px;
    background: linear-gradient(135deg, #f97316, #fbbf24);
    animation-duration: 13s;
    animation-delay: 2.8s;
}

.shape-item:nth-child(13) {
    left: 30%;
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #8b5cf6, #a855f7);
    animation-duration: 17s;
    animation-delay: 0.3s;
}

.shape-item:nth-child(14) {
    left: 40%;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #ec4899, #f472b6);
    animation-duration: 15s;
    animation-delay: 4.2s;
}

.shape-item:nth-child(15) {
    left: 50%;
    width: 38px;
    height: 38px;
    background: linear-gradient(135deg, #ffd700, #ffed4e);
    animation-duration: 14s;
    animation-delay: 1.8s;
}

.shape-item:nth-child(16) {
    left: 60%;
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #00cc66, #14b8a6);
    animation-duration: 16s;
    animation-delay: 2.2s;
}

.shape-item:nth-child(17) {
    left: 70%;
    width: 42px;
    height: 42px;
    background: linear-gradient(135deg, #ff1493, #ec4899);
    animation-duration: 13s;
    animation-delay: 0.6s;
}

.shape-item:nth-child(18) {
    left: 80%;
    width: 52px;
    height: 52px;
    background: linear-gradient(135deg, #a855f7, #8b5cf6);
    animation-duration: 18s;
    animation-delay: 3.8s;
}

.shape-item:nth-child(19) {
    left: 90%;
    width: 36px;
    height: 36px;
    background: linear-gradient(135deg, #ff8800, #fbbf24);
    animation-duration: 15s;
    animation-delay: 1.4s;
}

.shape-item:nth-child(20) {
    left: 8%;
    width: 44px;
    height: 44px;
    background: linear-gradient(135deg, #06b6d4, #0099ff);
    animation-duration: 17s;
    animation-delay: 2.9s;
}

.shape-item:nth-child(21) {
    left: 18%;
    width: 58px;
    height: 58px;
    background: linear-gradient(135deg, #f472b6, #ec4899);
    animation-duration: 14s;
    animation-delay: 0.9s;
}

.shape-item:nth-child(22) {
    left: 28%;
    width: 41px;
    height: 41px;
    background: linear-gradient(135deg, #ffd700, #ff8800);
    animation-duration: 16s;
    animation-delay: 3.3s;
}

.shape-item:nth-child(23) {
    left: 38%;
    width: 49px;
    height: 49px;
    background: linear-gradient(135deg, #00ff88, #00cc66);
    animation-duration: 15s;
    animation-delay: 1.7s;
}

.shape-item:nth-child(24) {
    left: 48%;
    width: 37px;
    height: 37px;
    background: linear-gradient(135deg, #ff69b4, #ff1493);
    animation-duration: 13s;
    animation-delay: 4.5s;
}

.shape-item:nth-child(25) {
    left: 58%;
    width: 53px;
    height: 53px;
    background: linear-gradient(135deg, #a18cd1, #fbc2eb);
    animation-duration: 19s;
    animation-delay: 2.1s;
}

.shape-item:nth-child(26) {
    left: 68%;
    width: 46px;
    height: 46px;
    background: linear-gradient(135deg, #ffaa00, #ffed4e);
    animation-duration: 14s;
    animation-delay: 0.7s;
}

.shape-item:nth-child(27) {
    left: 78%;
    width: 39px;
    height: 39px;
    background: linear-gradient(135deg, #14b8a6, #06b6d4);
    animation-duration: 17s;
    animation-delay: 3.6s;
}

.shape-item:nth-child(28) {
    left: 88%;
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, #ec4899, #f97316);
    animation-duration: 15s;
    animation-delay: 1.3s;
}

.shape-item:nth-child(29) {
    left: 12%;
    width: 43px;
    height: 43px;
    background: linear-gradient(135deg, #8b5cf6, #a855f7);
    animation-duration: 16s;
    animation-delay: 2.7s;
}

.shape-item:nth-child(30) {
    left: 22%;
    width: 51px;
    height: 51px;
    background: linear-gradient(135deg, #ffd700, #fbbf24);
    animation-duration: 18s;
    animation-delay: 4.1s;
}

@keyframes floatDown {
    0% {
        transform: translateY(-100px) rotate(0deg);
        opacity: 0;
    }
    10% {
        opacity: 0.7;
    }
    90% {
        opacity: 0.7;
    }
    100% {
        transform: translateY(100vh) rotate(360deg);
        opacity: 0;
    }
}

@keyframes floatUp {
    0% {
        transform: translateY(100vh) rotate(0deg);
        opacity: 0;
    }
    10% {
        opacity: 0.7;
    }
    90% {
        opacity: 0.7;
    }
    100% {
        transform: translateY(-100px) rotate(-360deg);
        opacity: 0;
    }
}

.shape-item:nth-child(odd) {
    animation-name: floatDown;
}

.shape-item:nth-child(even) {
    animation-name: floatUp;
}

.main-header {
    background: linear-gradient(135deg, 
        #ff1493 0%, 
        #ff69b4 15%, 
        #ffa0d0 30%, 
        #ffb6e0 45%, 
        #ffc9e0 60%, 
        #ffd9ea 75%, 
        #ffe5f0 90%, 
        #fff 100%
    );
    padding: 1px 30px;
    box-shadow: 
        0 10px 30px rgba(255, 20, 147, 0.4),
        0 3px 15px rgba(255, 105, 180, 0.2),
        inset 0 -2px 8px rgba(255, 255, 255, 0.4);
    border-bottom: 5px solid #ff1493;
    position: relative;
    z-index: 100;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
}

.main-header::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(255, 255, 255, 0.05) 10px,
        rgba(255, 255, 255, 0.05) 20px
    );
    animation: headerPattern 20s linear infinite;
    pointer-events: none;
}

@keyframes headerPattern {
    0% { transform: translate(0, 0); }
    100% { transform: translate(50px, 50px); }
}

.main-header::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, 
        #ffd700 0%, 
        #ffed4e 10%, 
        #ff8800 20%, 
        #ff1493 30%, 
        #ff69b4 40%,
        #00ff88 50%,
        #0099ff 60%,
        #a855f7 70%,
        #ff1493 80%,
        #ffd700 90%,
        #ff8800 100%
    );
    animation: rainbowShine 3s linear infinite;
}

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

.header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
    width: 100%;
}

.left-section {
    display: flex;
    align-items: center;
    gap: 12px;
}

.special-user-card {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 15px;
    border-radius: 40px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.25);
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.special-user-card::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(
        45deg,
        transparent,
        rgba(255, 255, 255, 0.1),
        transparent
    );
    animation: cardShine 3s linear infinite;
}

@keyframes cardShine {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.special-user-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.4);
}

.founder-card {
    background: linear-gradient(135deg, #2c2c2c 0%, #3d3d3d 50%, #2c2c2c 100%);
    border: 3px solid #ffd700;
    position: relative;
}

.founder-background {
    position: absolute;
    top: -15px;
    left: -15px;
    right: -15px;
    bottom: -15px;
    background: rgba(60, 60, 60, 0.8);
    border-radius: 55px;
    border: 6px solid #666;
    z-index: -1;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
}

.developer-card {
    background: linear-gradient(135deg, #1a4d6d 0%, #2d6a8f 50%, #1a4d6d 100%);
    border: 3px solid #00d4ff;
}

.special-user-avatar {
    position: relative;
    width: 45px;
    height: 45px;
}

.special-user-avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2px solid white;
    object-fit: cover;
}

.verified-badge {
    position: absolute;
    bottom: -2px;
    right: -2px;
    width: 18px;
    height: 18px;
    background: linear-gradient(135deg, #ffd700, #ffed4e);
    border-radius: 50%;
    border: 2px solid white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 9px;
    color: #333;
    animation: verifiedPulse 2s ease-in-out infinite, badgeRotate 4s linear infinite;
}

.founder-badge {
    background: linear-gradient(135deg, #ffd700, #ff8800);
    color: black;
    font-size: 10px;
}

.developer-badge {
    background: linear-gradient(135deg, #00d4ff, #0099ff);
    color: black;
    font-size: 10px;
}

@keyframes badgeRotate {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@keyframes verifiedPulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.1); }
}

.special-user-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.special-user-name {
    font-size: 13px;
    font-weight: 800;
    color: white;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.special-user-role {
    font-size: 9px;
    font-weight: 700;
    color: #ffd700;
    letter-spacing: 0.8px;
    white-space: nowrap;
}

.role-btn {
    background: linear-gradient(135deg, #ffd700, #ffed4e);
    border: 2px solid #ff8800;
    border-radius: 15px;
    padding: 5px 12px;
    font-size: 9px;
    font-weight: 700;
    color: #333;
    letter-spacing: 0.8px;
    white-space: nowrap;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 3px 10px rgba(255, 215, 0, 0.3);
}

.role-btn:hover {
    transform: scale(1.05);
    box-shadow: 0 5px 15px rgba(255, 215, 0, 0.5);
}

.new-badge {
    background: linear-gradient(135deg, #ffd700, #ffed4e, #ffd700);
    background-size: 200% 200%;
    animation: badgeGlow 2s ease-in-out infinite;
    color: #ff1493;
    padding: 3px 8px;
    border-radius: 30px;
    font-weight: 900;
    font-size: 12px;
    box-shadow: 
        0 5px 25px rgba(255, 215, 0, 0.6),
        0 0 30px rgba(255, 215, 0, 0.4),
        inset 0 2px 5px rgba(255, 255, 255, 0.5);
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.8);
    border: 3px solid #ff8800;
    position: relative;
    overflow: hidden;
}

.new-badge::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(
        45deg,
        transparent,
        rgba(255, 255, 255, 0.5),
        transparent
    );
    animation: badgeShine 3s linear infinite;
}

@keyframes badgeGlow {
    0%, 100% { 
        background-position: 0% 50%;
        transform: scale(1);
    }
    50% { 
        background-position: 100% 50%;
        transform: scale(1.05);
    }
}

@keyframes badgeShine {
    0% { transform: rotate(0deg) translate(-50%, -50%); }
    100% { transform: rotate(360deg) translate(-50%, -50%); }
}

.logo-area {
    display: flex;
    align-items: center;
    gap: 15px;
    position: relative;
}

.logo-background {
    position: absolute;
    top: -20px;
    left: -20px;
    right: -20px;
    bottom: -20px;
    background: rgba(60, 60, 60, 0.8);
    border-radius: 40px;
    border: 6px solid #666;
    z-index: -1;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
}

.logo-circle {
    width: 45px;
    height: 45px;
    background: linear-gradient(135deg, #ff1493, #ff69b4, #ffa0d0);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    font-weight: 900;
    color: white;
    box-shadow: 
        0 0 0 5px rgba(255, 20, 147, 0.3),
        0 0 0 10px rgba(255, 105, 180, 0.2),
        0 10px 40px rgba(255, 20, 147, 0.5);
    position: relative;
    animation: logoFloat 3s ease-in-out infinite;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.logo-circle::before {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #ffd700;
    border-right-color: #ff8800;
    border-bottom-color: #ff1493;
    border-left-color: #00ff88;
    animation: borderSpin 3s linear infinite;
}

@keyframes logoFloat {
    0%, 100% { 
        transform: translateY(0) scale(1);
        box-shadow: 
            0 0 0 5px rgba(255, 20, 147, 0.3),
            0 0 0 10px rgba(255, 105, 180, 0.2),
            0 10px 40px rgba(255, 20, 147, 0.5);
    }
    50% { 
        transform: translateY(-10px) scale(1.05);
        box-shadow: 
            0 0 0 8px rgba(255, 20, 147, 0.4),
            0 0 0 15px rgba(255, 105, 180, 0.3),
            0 15px 50px rgba(255, 20, 147, 0.6);
    }
}

@keyframes borderSpin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.logo-text {
    display: flex;
    flex-direction: column;
}

.logo-sub {
    font-size: 14px;
    color: #ff1493;
    font-weight: 600;
}

.logo-sub-btn {
    background: linear-gradient(135deg, #ffd700, #ffed4e);
    border: 2px solid #ff8800;
    border-radius: 15px;
    padding: 2px 12px;
    font-size: 12px;
    font-weight: 700;
    color: #333;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 3px 10px rgba(255, 215, 0, 0.3);
    display: flex;
    align-items: center;
    gap: 6px;
    max-width: 190px;
}

.logo-sub-btn:hover {
    transform: scale(1.05);
    box-shadow: 0 5px 15px rgba(255, 215, 0, 0.5);
}

.logo-sub-btn i {
    font-size: 10px;
}

.logo-main {
    font-size: 26px;
    font-weight: 900;
    background: linear-gradient(135deg, #ff1493, #ff69b4, #ffa0d0, #ff69b4, #ff1493);
    background-size: 200% 200%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: logoTextShine 3s ease-in-out infinite;
    text-shadow: 0 5px 15px rgba(255, 20, 147, 0.3);
    filter: drop-shadow(2px 2px 3px rgba(255, 20, 147, 0.4));
    transform: scaleY(1.5) translateY(-5px);
}

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

.center-section {
    display: flex;
    align-items: center;
    gap: 30px;
}

.like-button {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #ffd700, #ffed4e);
    border: none;
    border-radius: 50%;
    font-size: 28px;
    color: white;
    cursor: pointer;
    box-shadow: 0 10px 30px rgba(255, 215, 0, 0.4);
    transition: all 0.3s ease;
}

.like-button:hover {
    transform: scale(1.1) rotate(10deg);
}

.social-icons {
    display: flex;
    gap: 6px;
    margin-right: 5px;
}

.social-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 20px;
    text-decoration: none;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.social-btn.orange {
    background: linear-gradient(135deg, #ff8800, #ffaa00);
}

.social-btn.yellow {
    background: linear-gradient(135deg, #ffd700, #ffed4e);
}

.social-btn:hover {
    transform: translateY(-5px);
}

.support-buttons {
    display: flex;
    gap: 5px;
}

.arrow-btn {
    display: flex;
    align-items: center;
    gap: 2px;
    padding: 8px 15px;
    color: white;
    font-weight: 800;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
    position: relative;
    clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 50%, calc(100% - 20px) 100%, 0 100%);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.arrow-btn:hover {
    transform: translateY(-3px);
}

.arrow-btn i {
    font-size: 24px;
    /* Elemanı 20 piksel sola kaydırır */
transform: translateX(-10px);
}

.orange-btn {
    background: linear-gradient(135deg, #ff8800, #ffaa00);
}

.green-btn {
    background: linear-gradient(135deg, #00cc66, #00ff88);
}

.blue-btn {
    background: linear-gradient(135deg, #0099ff, #33bbff);
}

.dark-btn {
    background: linear-gradient(135deg, #333, #555);
}

.right-section {
    display: flex;
    align-items: center;
    gap: 20px;
}

.mascot-image {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 5px solid white;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
    animation: float-mascot 3s ease-in-out infinite;
    margin-top: 15px;
}

@keyframes float-mascot {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-15px); }
}

.main-nav {
    background: linear-gradient(90deg, #ff8800 0%, #ff9900 15%, #ffaa00 30%, #ffbb00 45%, #ffcc00 60%, #ffdd00 75%, #ffee00 90%, #ffff00 100%);
    padding: 0;
    box-shadow: 0 10px 40px rgba(255, 136, 0, 0.4);
    position: relative;
    z-index: 90;
}

.nav-stripes {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    overflow: hidden;
}

.stripe {
    flex: 1;
    transform: skewX(-18deg);
    transform-origin: top left;
}

.green-stripe {
    background: #00cc66;
}

.magenta-stripe {
    background: #ff1493;
}

.black-stripe {
    background: #222;
}

.nav-links {
    display: flex;
    justify-content: center;
    gap: 5px;
    position: relative;
    z-index: 10;
    padding: 10px 0;
    margin-right: -330px;
}

.nav-link {
    padding: 10px 25px;
    color: white;
    text-decoration: none;
    font-weight: 800;
    font-size: 16px;
    border-radius: 1px 50px  1px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.1));
    border: 2px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.nav-link:hover {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.3));
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
    border-color: rgba(255, 255, 255, 0.6);
}

.nav-link i {
    transition: transform 0.3s ease;
}

.nav-link:hover i {
    transform: rotate(15deg);
}

.online-badge {
    position: absolute;
    top: 190px;
    left: 300px;
    z-index: 1000;
    background: linear-gradient(135deg, #ff1493 0%, #ff69b4 40%, #ffa0d0 80%, #ffb6e0 100%);
    border-radius: 50%;
    width: 140px;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 15px 50px rgba(255, 20, 147, 0.5);
    animation: circle-float 3s ease-in-out infinite;
}

.announcement-icon {
    position: absolute;
    top: 200px;
    left: 480px;
    z-index: 1500;
    background: linear-gradient(135deg, #ff8800, #ffaa00);
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 30px rgba(255, 136, 0, 0.5);
    animation: circle-float 3s ease-in-out infinite;
    color: white;
    font-size: 32px;
}

@keyframes circle-float {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    50% { transform: translateY(-10px) rotate(5deg); }
}

.online-inner {
    text-align: center;
    color: white;
}

.online-number {
    font-size: 48px;
    font-weight: 900;
    line-height: 1;
}

.online-text {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
}

.announcement-bar {
    background: linear-gradient(135deg, #ff8800, #ffaa00, #ff9900);
    padding: 10px 0;
    color: white;
    font-weight: 700;
    font-size: 18px;
    box-shadow: 0 8px 30px rgba(255, 136, 0, 0.4);
    position: relative;
    z-index: 80;
}

.announcement-bar marquee {
    display: flex;
    align-items: center;
    gap: 20px;
	margin-left: 500px;
}

.main-container {
    max-width: 1400px;
    margin: 40px auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    padding: 0 30px;
    position: relative;
    z-index: 10;
    width: 100%;
}

.left-panel {
    background: linear-gradient(135deg, #ff1493 0%, #ff3366 30%, #ff5588 60%, #ff77aa 100%);
    border-radius: 40px;
    padding: 25px;
    box-shadow: 0 20px 60px rgba(255, 20, 147, 0.4);
    border: 19px solid #e9cfcf;
    min-height: 650px;
    margin-top: -18px;
    max-height: 782px;
}

.panel-title {
    color: white;
    font-size: 28px;
    font-weight: 900;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.entry-card {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    padding: 15px;
    backdrop-filter: blur(10px);
}

.image-slider {
    position: relative;
    width: 100%;
    height: 250px;
    overflow: hidden;
    border-radius: 15px;
}

.slider-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.slide.active {
    opacity: 1;
}

.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.slider-dots {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
}

.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: all 0.3s ease;
}

.dot.active {
    background: white;
    transform: scale(1.2);
}

.online-users-list {
    margin-top: 30px;
}

.online-users-title {
    color: white;
    font-size: 18px;
    font-weight: 900;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    text-align: center;
    justify-content: center;
}

.online-user-cards {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.login-cards-slider {
    position: relative;
    width: 100%;
    overflow: visible;
    border-radius: 15px;
    margin-bottom: 30px;
}

.login-cards-container {
    position: relative;
    width: 100%;
    height: 380px;
}

.login-card-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.login-card-slide.active {
    opacity: 1;
}

.login-slider-dots {
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
}

.login-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: -52px;
}

.login-dot.active {
    background: white;
    transform: scale(1.2);
}

.online-user-card {
    background: rgba(30, 30, 30, 0.9);
    border-radius: 12px;
    padding: 12px;
    display: flex;
    align-items: center;
    gap: 12px;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    border: 2px solid rgba(100, 100, 100, 0.3);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.online-user-card:hover {
    background: rgba(40, 40, 40, 0.9);
    transform: translateX(5px);
    border-color: rgba(150, 150, 150, 0.5);
}

.online-user-card.vip-user {
    border-color: #ffd700;
    background: rgba(30, 30, 30, 0.95);
}

.user-avatar {
    position: relative;
    width: 45px;
    height: 45px;
}

.user-avatar img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    border: 3px solid #00ff00;
    object-fit: cover;
}

.online-status {
    position: absolute;
    bottom: -2px;
    right: -2px;
    width: 12px;
    height: 12px;
    background: #00ff00;
    border: 2px solid #333;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 255, 0, 0.8);
}

.vip-badge {
    position: absolute;
    top: -5px;
    right: -5px;
    background: linear-gradient(135deg, #ffd700, #ff8800);
    color: white;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    border: 2px solid white;
    animation: crownSpin 3s linear infinite;
}

@keyframes crownSpin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.user-info {
    flex: 1;
}

.user-nick {
    color: white;
    font-weight: 900;
    font-size: 16px;
    margin-bottom: 3px;
}

.user-action {
    color: rgba(255, 255, 255, 0.9);
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 2px;
}

.user-time {
    color: rgba(255, 255, 255, 0.7);
    font-size: 10px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 4px;
}

.right-panel {
    background: linear-gradient(135deg, #ff8800 0%, #ffaa00 30%, #ffcc00 60%, #ffdd88 100%);
    border-radius: 25px;
    padding: 40px;
    box-shadow: 0 20px 60px rgba(255, 136, 0, 0.4);
    position: relative;
    max-height: 745px;
}

.login-tabs {
    display: flex;
    gap: 10px;
    margin-bottom: 30px;
}

.top-buttons {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.top-btn {
    flex: 1;
    padding: 23px 20px;
    border: none;
    border-radius: 15px;
    color: #ffffff;
    font-weight: 800;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
    max-width: 214px;
	margin-left: 45px;
}

.top-btn[data-action="register"] {
    background: linear-gradient(135deg, #ff1493, #ff69b4);
    box-shadow: 0 5px 20px rgba(255, 20, 147, 0.4);
}

.top-btn[data-action="chat"] {
    background: linear-gradient(135deg, #00cc66, #00ff88);
    box-shadow: 0 5px 20px rgba(0, 204, 102, 0.4);
}

.top-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

.top-btn[data-action="register"]:hover {
    box-shadow: 0 8px 25px rgba(255, 20, 147, 0.6);
}

.top-btn[data-action="chat"]:hover {
    box-shadow: 0 8px 25px rgba(0, 204, 102, 0.6);
}

.tab-btn {
    flex: 1;
    padding: 14px 15px;
    background: rgba(255, 255, 255, 0.2);
    border: none;
    border-radius: 1px 50px  1px;
    color: white;
    font-weight: 800;
    font-size: 12px;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 4px;
    transition: all 0.3s ease;
    max-width: 150px;
    white-space: nowrap;
    min-height: 43px;
}

.tab-btn i {
    transition: transform 0.3s ease;
}

.tab-btn:hover i {
    transform: rotate(25deg);
}

.tab-btn:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    animation: buttonPulse 0.6s ease-in-out;
}

.tab-btn.active {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    transform: scale(1.02);
    animation: buttonGlow 2s ease-in-out infinite;
}

/* Sadece aktif (tıklanan) buton renkli olsun */
.tab-btn[data-tab="guest"].active {
    background: linear-gradient(135deg, #00ff00, #00cc00) !important;
    color: #000 !important;
    font-weight: 900 !important;
    border: 3px solid #fff !important;
    box-shadow: 0 0 20px rgba(0, 255, 0, 0.8) !important;
}

.tab-btn[data-tab="login"].active {
    background: linear-gradient(135deg, #ff6600, #ff3300) !important;
    color: #fff !important;
    font-weight: 900 !important;
    border: 3px solid #fff !important;
    box-shadow: 0 0 20px rgba(255, 102, 0, 0.8) !important;
}

.tab-btn[data-tab="register"].active {
    background: linear-gradient(135deg, #ff0066, #cc0044) !important;
    color: #fff !important;
    font-weight: 900 !important;
    border: 3px solid #fff !important;
    box-shadow: 0 0 20px rgba(255, 0, 102, 0.8) !important;
}

/* Tab buton animasyonları */
@keyframes buttonPulse {
    0% { transform: translateY(0) scale(1); }
    50% { transform: translateY(-2px) scale(1.03); }
    100% { transform: translateY(-3px) scale(1.05); }
}

@keyframes buttonGlow {
    0%, 100% { 
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    }
    50% { 
        box-shadow: 0 15px 40px rgba(255, 255, 255, 0.3);
    }
}

.tab-btn:active {
    transform: translateY(1px) scale(0.98);
    transition: transform 0.1s ease;
}

.login-form-container {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 20px;
    padding: 35px;
    backdrop-filter: blur(10px);
    position: relative;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
    border: 3px solid rgba(255, 255, 255, 0.5);
}

.login-form-bg {
    position: absolute;
    top: -20px;
    left: -20px;
    right: -20px;
    bottom: -20px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.4), rgba(255, 200, 100, 0.2));
    border-radius: 40px;
    z-index: -1;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.15);
    max-height: 782px;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    color: white;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.form-group input {
    width: 100%;
    padding: 15px 20px;
    border: 3px solid rgba(255, 255, 255, 0.4);
    border-radius: 1px 50px  1px;
    font-size: 16px;
    font-weight: 600;
    background: rgba(255, 255, 255, 0.9);
    transition: all 0.3s ease;
}

.form-group input:focus {
    outline: none;
    border-color: white;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
}

.gender-buttons {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
    margin-top: 15px;
}

.gender-btn {
    padding: 12px 8px;
    background: linear-gradient(135deg, #6c757d, #495057);
    border: 2px solid #adb5bd;
    border-radius: 12px;
    color: white;
    font-weight: 800;
    font-size: 12px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    transition: all 0.3s ease;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.gender-btn:hover {
    transform: scale(1.05);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.gender-btn[data-gender="male"] {
    background: linear-gradient(135deg, #007bff, #0056b3);
    border-color: #004085;
}

.gender-btn[data-gender="female"] {
    background: linear-gradient(135deg, #e83e8c, #c2185b);
    border-color: #ad1457;
}

.gender-btn[data-gender="avatar"] {
    background: linear-gradient(135deg, #28a745, #1e7e34);
    border-color: #155724;
}

.gender-btn.selected[data-gender="male"] {
    background: linear-gradient(135deg, #0056b3, #003d82);
    box-shadow: 0 0 20px rgba(0, 123, 255, 0.6);
    border-color: #ffffff;
}

.gender-btn.selected[data-gender="female"] {
    background: linear-gradient(135deg, #c2185b, #8e0038);
    box-shadow: 0 0 20px rgba(232, 62, 140, 0.6);
    border-color: #ffffff;
}

.gender-btn.selected[data-gender="avatar"] {
    background: linear-gradient(135deg, #1e7e34, #155724);
    box-shadow: 0 0 20px rgba(40, 167, 69, 0.6);
    border-color: #ffffff;
}

.submit-btn {
    width: 100%;
    padding: 18px;
    background: linear-gradient(135deg, #ff1493, #ff69b4);
    border: none;
    border-radius: 12px;
    color: white;
    font-weight: 900;
    font-size: 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    box-shadow: 0 10px 30px rgba(255, 20, 147, 0.4);
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(255, 20, 147, 0.5);
}

.forgot-link {
    display: block;
    text-align: center;
    margin-top: 15px;
    color: white;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
}

.forgot-link:hover {
    text-decoration: underline;
}

.girl-character {
    position: absolute;
    bottom: -20px;
    right: 30px;
}

.girl-character img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 5px solid white;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.3);
    animation: girl-float 4s ease-in-out infinite;
}

@keyframes girl-float {
    0%, 100% { transform: translateY(0) rotate(-5deg); }
    50% { transform: translateY(-20px) rotate(5deg); }
}

.users-section {
    max-width: 1400px;
    margin: 60px auto;
    padding: 0 30px;
    position: relative;
    z-index: 1;
}

.users-container {
    background: linear-gradient(135deg, #ff1493 0%, #ff69b4 25%, #ffa0d0 50%, #ffb6e0 75%, #ffc9e0 100%);
    border-radius: 25px;
    padding: 25px;
    box-shadow: 0 20px 60px rgba(255, 20, 147, 0.4);
    border: 3px solid #ff8800;
    max-width: 100%;
    overflow: hidden;
}

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

.section-title {
    font-size: 36px;
    font-weight: 900;
    background: linear-gradient(135deg, #ff1493, #ff69b4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: flex;
    align-items: center;
    gap: 15px;
}

.section-title-btn {
    font-size: 26px;
    font-weight: 800;
    background: linear-gradient(135deg, #ffd700, #ffed4e, #ff8800);
    border: 3px solid #ff1493;
    border-radius: 0px 40px 40px 0px;
    padding: 3px 30px;
    color: #333;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 15px;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(255, 215, 0, 0.4);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

.section-title-btn:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 15px 40px rgba(255, 215, 0, 0.6);
    border-color: #ff69b4;
}

.section-title-btn i {
    font-size: 32px;
    color: #ff1493;
}

.filter-buttons {
    display: flex;
    gap: 10px;
}

.filter-btn {
    padding: 5px 15px;
    background: white;
    border: 3px solid #ff69b4;
    border-radius: 50px;
    color: #ff1493;
    font-weight: 800;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    position: relative;
}

.filter-count {
    background: linear-gradient(135deg, #ff1493, #ff69b4);
    color: white;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 900;
    margin-left: 5px;
    box-shadow: 0 3px 10px rgba(255, 20, 147, 0.3);
}

.filter-btn:hover {
    background: #ffe0f0;
    transform: translateY(-3px);
}

.filter-btn.active {
    background: linear-gradient(135deg, #ff1493, #ff69b4);
    color: white;
    border-color: #ff1493;
    box-shadow: 0 10px 30px rgba(255, 20, 147, 0.4);
}

.users-grid {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    gap: 12px;
    max-width: 100%;
}

.user-card {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 12px;
    padding: 10px;
    text-align: center;
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.3);
    transition: all 0.4s ease;
    position: relative;
    min-width: 120px;
    width: 100%;
    height: 95%;
    max-width: 140px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    z-index: 1;
    margin-left: -2px;
    overflow: hidden;
    position: relative;
    /* Sadece sayfaya ilk girişte hafif yukarıdan gelme efekti */
    animation: userCardEnter 0.7s ease both;
}

.user-card:hover {
    transform: translateY(-15px) rotate(3deg) scale(1.05) !important;
    box-shadow: 0 25px 70px rgba(102, 126, 234, 0.5) !important;
    animation: cardPulse 0.6s ease-in-out !important;
}

/* Kartların üzerinde hover olduğunda geçen parlak ışık çizgisi */
.user-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -150%;
    width: 150%;
    height: 100%;
    background: linear-gradient(120deg,
        transparent 0%,
        rgba(255, 255, 255, 0.7) 45%,
        rgba(255, 255, 255, 0.9) 50%,
        rgba(255, 255, 255, 0.7) 55%,
        transparent 100%);
    opacity: 0;
    transform: translateX(0);
    transition: opacity 0.2s ease;
    z-index: -1;
}

.user-card:hover::before {
    opacity: 1;
    animation: userCardShimmer 0.7s ease-out forwards;
}

/* Kartların sayfaya sırayla giriş animasyonu */
@keyframes userCardEnter {
    0% {
        opacity: 0;
        transform: translateY(20px) scale(0.97);
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

/* Hover sırasında kartın üzerinden geçen parlama çizgisi */
@keyframes userCardShimmer {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(220%);
    }
}

/* Her satırdaki kartlar için hafif gecikmeli giriş efekti */
.users-grid .user-card:nth-child(1)  { animation-delay: 0.02s; }
.users-grid .user-card:nth-child(2)  { animation-delay: 0.05s; }
.users-grid .user-card:nth-child(3)  { animation-delay: 0.08s; }
.users-grid .user-card:nth-child(4)  { animation-delay: 0.11s; }
.users-grid .user-card:nth-child(5)  { animation-delay: 0.14s; }
.users-grid .user-card:nth-child(6)  { animation-delay: 0.17s; }
.users-grid .user-card:nth-child(7)  { animation-delay: 0.20s; }
.users-grid .user-card:nth-child(8)  { animation-delay: 0.23s; }
.users-grid .user-card:nth-child(9)  { animation-delay: 0.26s; }
.users-grid .user-card:nth-child(10) { animation-delay: 0.29s; }
.users-grid .user-card:nth-child(11) { animation-delay: 0.32s; }
.users-grid .user-card:nth-child(12) { animation-delay: 0.35s; }
.users-grid .user-card:nth-child(13) { animation-delay: 0.38s; }
.users-grid .user-card:nth-child(14) { animation-delay: 0.41s; }
.users-grid .user-card:nth-child(15) { animation-delay: 0.44s; }
.users-grid .user-card:nth-child(16) { animation-delay: 0.47s; }
.users-grid .user-card:nth-child(17) { animation-delay: 0.50s; }
.users-grid .user-card:nth-child(18) { animation-delay: 0.53s; }
.users-grid .user-card:nth-child(19) { animation-delay: 0.56s; }
.users-grid .user-card:nth-child(20) { animation-delay: 0.59s; }
.users-grid .user-card:nth-child(21) { animation-delay: 0.62s; }
.users-grid .user-card:nth-child(22) { animation-delay: 0.65s; }
.users-grid .user-card:nth-child(23) { animation-delay: 0.68s; }
.users-grid .user-card:nth-child(24) { animation-delay: 0.71s; }
.users-grid .user-card:nth-child(25) { animation-delay: 0.74s; }
.users-grid .user-card:nth-child(26) { animation-delay: 0.77s; }
.users-grid .user-card:nth-child(27) { animation-delay: 0.80s; }
.users-grid .user-card:nth-child(28) { animation-delay: 0.83s; }

/* Tüm kart türleri için hover efekti */
.online-user-card:hover {
    transform: translateY(-10px) rotate(2deg) scale(1.03) !important;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4) !important;
    animation: cardBounce 0.5s ease-out !important;
}

.special-user-card:hover {
    transform: translateY(-8px) rotate(2deg) scale(1.02) !important;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.4) !important;
    animation: cardFloat 0.4s ease-in-out !important;
}

.login-notification-card:hover {
    transform: translateY(-6px) rotate(1deg) scale(1.02) !important;
    background: #333 !important;
    border-left-color: #00ff88 !important;
    animation: cardGlow 0.3s ease-in-out !important;
}

/* Animasyon keyframe'leri */
@keyframes cardPulse {
    0% { transform: translateY(0) rotate(0deg) scale(1); }
    50% { transform: translateY(-8px) rotate(1.5deg) scale(1.02); }
    100% { transform: translateY(-15px) rotate(3deg) scale(1.05); }
}

@keyframes cardBounce {
    0% { transform: translateY(0) rotate(0deg) scale(1); }
    30% { transform: translateY(-12px) rotate(2.5deg) scale(1.04); }
    100% { transform: translateY(-10px) rotate(2deg) scale(1.03); }
}

@keyframes cardFloat {
    0% { transform: translateY(0) rotate(0deg) scale(1); }
    50% { transform: translateY(-4px) rotate(1deg) scale(1.01); }
    100% { transform: translateY(-8px) rotate(2deg) scale(1.02); }
}

@keyframes cardGlow {
    0% { transform: translateY(0) rotate(0deg) scale(1); box-shadow: 0 0 0 rgba(0, 255, 136, 0); }
    50% { transform: translateY(-3px) rotate(0.5deg) scale(1.01); box-shadow: 0 0 15px rgba(0, 255, 136, 0.3); }
    100% { transform: translateY(-6px) rotate(1deg) scale(1.02); box-shadow: 0 0 20px rgba(0, 255, 136, 0.4); }
}

.user-card.vip {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    border: 3px solid #ff8800;
}

.user-avatar {
    position: relative;
    width: 110px;
    height: 110px;
    margin: 10px auto 15px auto;
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    border-radius: 50%;
    padding: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: instagramGlow 4s ease-in-out infinite;
    transition: transform 0.6s ease;
    margin-left: -5px;
	margin-top: -3px;
}

.user-avatar:hover {
    transform: rotate(360deg);
}

@keyframes instagramGlow {
    0% {
        background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    }
    25% {
        background: linear-gradient(45deg, #e6683c 0%, #dc2743 25%, #cc2366 50%, #bc1888 75%, #f09433 100%);
    }
    50% {
        background: linear-gradient(45deg, #dc2743 0%, #cc2366 25%, #bc1888 50%, #f09433 75%, #e6683c 100%);
    }
    75% {
        background: linear-gradient(45deg, #cc2366 0%, #bc1888 25%, #f09433 50%, #e6683c 75%, #dc2743 100%);
    }
    100% {
        background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    }
}

.user-photo {
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    border-radius: 50% !important;
    border: none;
    object-fit: cover;
    display: block;
    background: white;
}

.user-card.vip .user-photo {
    border-color: #ff8800;
}

.user-vip-badge-container {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 25;
    max-width: 95px;
}

.user-vip-badge {
    position: relative;
    top: 0;
    right: 10px;
    padding: 4px 7px;
    border-radius: 12px;
    font-size: 9px;
    font-weight: 900;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    z-index: 20;
    border: 1px solid white;
    white-space: nowrap;
    min-width: 85px;
    max-width: 95px;
    text-align: center;
    line-height: 1.2;
}

.user-vip-badge.site-owner {
    background: linear-gradient(135deg, #00bfff, #87ceeb);
    color: white;
}

.user-vip-badge.founder {
    background: linear-gradient(135deg, #dc2626, #ef4444);
    color: white;
}

.user-vip-badge.admin {
    background: linear-gradient(135deg, #6b7280, #9ca3af);
    color: white;
}

.user-vip-badge.member-week {
    background: linear-gradient(135deg, #fbbf24, #f59e0b);
    color: #333;
    font-size: 11px;
    padding: 5px 5px;
    min-width: 100px;
    max-width: 110px;
    line-height: 1.1;
    letter-spacing: -0.5px;
	right: 7px;
}

.status-indicator {
    position: absolute;
    bottom: 5px;
    right: 10px;
    width: 25px;
    height: 25px;
    background: #00ff00;
    border: 4px solid white;
    border-radius: 50%;
    box-shadow: 0 0 15px rgba(0, 255, 0, 0.6);
}

.status-indicator.offline {
    background: #999;
    box-shadow: none;
}

.user-name {
    font-size: 16px;
    font-weight: 800;
    color: white;
    margin-bottom: 6px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    transform: translateY(-8px);
}

.user-status {
    font-size: 12px;
    color: #666;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.user-actions {
    display: flex;
    gap: 10px;
    justify-content: center;
}

.user-btn {
    padding: 5px 10px;
    background: linear-gradient(135deg, #ff1493, #ff69b4);
    border: none;
    border-radius: 30px;
    color: white;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
	margin-top: -5px
}

.user-btn:hover {
    transform: scale(1.1);
    box-shadow: 0 8px 25px rgba(255, 20, 147, 0.4);
}

.user-tooltip-follow {
    position: fixed;
    background: linear-gradient(135deg, #1e3c72, #2a5298);
    color: white;
    padding: 10px 15px;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    opacity: 0;
    visibility: hidden;
    z-index: 9999999;
    width: auto;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.3);
    pointer-events: none;
    transition: opacity 0.6s ease-in-out, visibility 0.6s ease-in-out;
    min-width: 200px;
}

.user-tooltip-follow.female {
    background: linear-gradient(135deg, #e67e22, #f39c12);
}

.user-tooltip-follow .tooltip-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 8px;
}

.user-tooltip-follow .tooltip-username {
    background: linear-gradient(135deg, #ff1493, #ff69b4);
    color: white;
    padding: 1px 12px;
    border-radius: 15px;
    font-size: 12px;
    font-weight: 800;
    margin-bottom: 6px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
    padding-left: 12px;
}

.user-tooltip-follow .tooltip-username i {
    font-size: 14px;
}

.user-tooltip-follow .tooltip-username .fa-mars {
    color: #87ceeb;
}

.user-tooltip-follow .tooltip-username .fa-venus {
    color: #ffb6c1;
}

.user-tooltip-follow .tooltip-time {
    font-size: 12px;
    font-weight: 900;
    color: white;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    background: rgba(255, 255, 255, 0.1);
    padding: 1px 15px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.main-footer {
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 50%, #2c3e50 100%);
    color: white;
    padding: 0;
    margin-top: 80px;
    position: relative;
    overflow: hidden;
}

.footer-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}

.footer-shapes {
    position: relative;
    width: 100%;
    height: 100%;
}

.footer-shape {
    position: absolute;
    opacity: 0.1;
    animation: footerFloat 20s linear infinite;
}

.footer-shape.circle {
    border-radius: 50%;
    background: linear-gradient(135deg, #ff1493, #ff69b4);
}

.footer-shape.star {
    background: linear-gradient(135deg, #ffd700, #ffed4e);
    clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
}

.footer-shape:nth-child(1) {
    width: 80px;
    height: 80px;
    top: 10%;
    left: 5%;
    animation-duration: 25s;
}

.footer-shape:nth-child(2) {
    width: 60px;
    height: 60px;
    top: 20%;
    right: 10%;
    animation-duration: 30s;
    animation-direction: reverse;
}

.footer-shape:nth-child(3) {
    width: 100px;
    height: 100px;
    bottom: 20%;
    left: 15%;
    animation-duration: 35s;
}

.footer-shape:nth-child(4) {
    width: 70px;
    height: 70px;
    bottom: 10%;
    right: 5%;
    animation-duration: 28s;
    animation-direction: reverse;
}

.footer-shape:nth-child(5) {
    width: 90px;
    height: 90px;
    top: 50%;
    left: 50%;
    animation-duration: 32s;
}

.footer-shape:nth-child(6) {
    width: 50px;
    height: 50px;
    top: 70%;
    right: 30%;
    animation-duration: 26s;
    animation-direction: reverse;
}

@keyframes footerFloat {
    0% { transform: translateY(0px) rotate(0deg); }
    50% { transform: translateY(-20px) rotate(180deg); }
    100% { transform: translateY(0px) rotate(360deg); }
}

.footer-content {
    position: relative;
    z-index: 10;
    max-width: 1400px;
    margin: 0 auto;
    padding: 15px 30px 15px;
}

.footer-top {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 60px;
    margin-bottom: 50px;
}

.footer-logo-section {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

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

.footer-logo-circle {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #ff1493, #ff69b4);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    font-weight: 900;
    color: white;
    box-shadow: 0 10px 30px rgba(255, 20, 147, 0.4);
    animation: footerLogoPulse 3s ease-in-out infinite;
}

@keyframes footerLogoPulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}

.footer-logo-text h2 {
    font-size: 28px;
    font-weight: 900;
    margin: 0 0 5px 0;
    background: linear-gradient(135deg, #ff1493, #ff69b4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.footer-logo-text p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
    font-weight: 600;
}

.footer-description {
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
    line-height: 1.6;
    font-weight: 500;
    padding: 20px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.footer-description::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: conic-gradient(
        from 0deg,
        transparent,
        rgba(255, 20, 147, 0.08),
        rgba(255, 105, 180, 0.08),
        rgba(255, 215, 0, 0.08),
        rgba(0, 255, 136, 0.08),
        rgba(0, 153, 255, 0.08),
        transparent
    );
    animation: descriptionGlow 10s linear infinite;
    pointer-events: none;
    z-index: -1;
}

.footer-description::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    animation: descriptionShine 4s ease-in-out infinite;
    z-index: -1;
}

@keyframes descriptionGlow {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@keyframes descriptionShine {
    0%, 100% { left: -100%; }
    50% { left: 100%; }
}

.footer-description:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.3);
    border-color: rgba(255, 105, 180, 0.3);
    background: rgba(255, 255, 255, 0.08);
}

.footer-description:hover::before {
    animation-duration: 6s;
}

.footer-description:hover::after {
    animation-duration: 2s;
}

.footer-links-section {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.footer-column h3 {
    color: #ff69b4;
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-column h3 i {
    background: linear-gradient(135deg, #ff1493, #ff69b4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: iconPulse 2s ease-in-out infinite;
}

@keyframes iconPulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.2); }
}

.social-header-subtitle {
    text-align: center;
    margin-bottom: 15px;
    padding: 8px 15px;
    background: linear-gradient(135deg, #ff1493, #ff69b4, #ffd700);
    border-radius: 20px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 5px 15px rgba(255, 20, 147, 0.3);
    animation: subtitleGlow 3s ease-in-out infinite;
}

.social-header-subtitle span {
    color: white;
    font-size: 14px;
    font-weight: 800;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    display: inline-block;
    animation: subtitleBounce 2s ease-in-out infinite;
    letter-spacing: 2px;
}

@keyframes subtitleGlow {
    0%, 100% { 
        background: linear-gradient(135deg, #ff1493, #ff69b4, #ffd700);
        box-shadow: 0 5px 15px rgba(255, 20, 147, 0.3);
    }
    50% { 
        background: linear-gradient(135deg, #ffd700, #ff1493, #ff69b4);
        box-shadow: 0 8px 25px rgba(255, 215, 0, 0.5);
    }
}

@keyframes subtitleBounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-2px); }
}

.column-subtitle {
    text-align: center;
    margin-bottom: 15px;
    padding: 6px 12px;
    background: linear-gradient(135deg, #00cc66, #00ff88, #43e97b);
    border-radius: 18px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 4px 12px rgba(0, 204, 102, 0.3);
    animation: columnGlow 3s ease-in-out infinite;
}

.column-subtitle span {
    color: white;
    font-size: 12px;
    font-weight: 800;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    display: inline-block;
    animation: columnBounce 2.5s ease-in-out infinite;
    letter-spacing: 2px;
}

@keyframes columnGlow {
    0%, 100% { 
        background: linear-gradient(135deg, #00cc66, #00ff88, #43e97b);
        box-shadow: 0 4px 12px rgba(0, 204, 102, 0.3);
    }
    50% { 
        background: linear-gradient(135deg, #43e97b, #00cc66, #00ff88);
        box-shadow: 0 6px 18px rgba(67, 233, 123, 0.5);
    }
}

@keyframes columnBounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-1px); }
}

/* Bilgi bölümü için farklı renk */
.footer-column:nth-child(2) .column-subtitle {
    background: linear-gradient(135deg, #0099ff, #33bbff, #4facfe);
    box-shadow: 0 4px 12px rgba(0, 153, 255, 0.3);
}

.footer-column:nth-child(2) .column-subtitle {
    animation: infoGlow 3s ease-in-out infinite;
}

@keyframes infoGlow {
    0%, 100% { 
        background: linear-gradient(135deg, #0099ff, #33bbff, #4facfe);
        box-shadow: 0 4px 12px rgba(0, 153, 255, 0.3);
    }
    50% { 
        background: linear-gradient(135deg, #4facfe, #0099ff, #33bbff);
        box-shadow: 0 6px 18px rgba(79, 172, 254, 0.5);
    }
}

.footer-column ul {
    list-style: none;
    padding: 8px;
    margin: 0;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    overflow: hidden;
    height: 345px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.footer-column ul::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: conic-gradient(
        from 0deg,
        transparent,
        rgba(255, 20, 147, 0.1),
        rgba(255, 105, 180, 0.1),
        rgba(255, 215, 0, 0.1),
        rgba(0, 255, 136, 0.1),
        rgba(0, 153, 255, 0.1),
        transparent
    );
    animation: containerGlow 8s linear infinite;
    pointer-events: none;
}

@keyframes containerGlow {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.footer-column li {
    margin-bottom: 6px;
    position: relative;
    z-index: 1;
}

.footer-column a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    padding: 8px 12px;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(10px);
}

.footer-column a::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.6s ease;
    z-index: -1;
}

.footer-column a::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: radial-gradient(circle, rgba(255, 105, 180, 0.3) 0%, transparent 70%);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.4s ease;
    z-index: -1;
}

.footer-column a:hover::before {
    left: 100%;
}

.footer-column a:hover::after {
    width: 150px;
    height: 150px;
}

.footer-column a:hover {
    color: #ff69b4;
    transform: translateX(8px) scale(1.02);
    background: rgba(255, 105, 180, 0.1);
    box-shadow: 0 5px 20px rgba(255, 105, 180, 0.3);
    border: 1px solid rgba(255, 105, 180, 0.3);
}

.footer-column a:hover i {
    transform: rotate(360deg) scale(1.2);
    color: #ffd700;
    filter: drop-shadow(0 0 8px rgba(255, 215, 0, 0.8));
}

.footer-column a i {
    transition: all 0.4s ease;
    color: #ff69b4;
}

.footer-social {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    padding: 10px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    overflow: hidden;
}

.footer-social::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: conic-gradient(
        from 0deg,
        transparent,
        rgba(255, 20, 147, 0.1),
        rgba(255, 105, 180, 0.1),
        rgba(255, 215, 0, 0.1),
        rgba(0, 255, 136, 0.1),
        rgba(0, 153, 255, 0.1),
        transparent
    );
    animation: socialGlow 8s linear infinite;
    pointer-events: none;
}

@keyframes socialGlow {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.footer-social-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 15px;
    border-radius: 15px;
    text-decoration: none;
    font-weight: 700;
    font-size: 13px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 2px solid transparent;
    position: relative;
    overflow: hidden;
    z-index: 1;
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.footer-social-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.6s ease;
    z-index: -1;
}

.footer-social-btn::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.3) 0%, transparent 70%);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.4s ease;
    z-index: -1;
}

.footer-social-btn:hover::before {
    left: 100%;
}

.footer-social-btn:hover::after {
    width: 200px;
    height: 200px;
}

.footer-social-btn:hover {
    transform: translateY(-8px) scale(1.05) rotate(2deg);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
    border-color: rgba(255, 255, 255, 0.5);
}

.footer-social-btn:active {
    transform: translateY(-5px) scale(0.98);
}

.footer-social-btn i {
    font-size: 18px;
    min-width: 18px;
    transition: all 0.3s ease;
}

.footer-social-btn:hover i {
    transform: rotate(360deg) scale(1.2);
    filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.8));
}

.footer-social-btn span {
    transition: all 0.3s ease;
}

.footer-social-btn:hover span {
    transform: translateX(3px);
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
}

.footer-social-btn.facebook {
    background: linear-gradient(135deg, #1877f2, #166fe5, #4267b2);
    color: white;
    box-shadow: 0 0 20px rgba(24, 119, 242, 0.4);
}

.footer-social-btn.facebook:hover {
    background: linear-gradient(135deg, #4267b2, #1877f2, #166fe5);
    box-shadow: 0 15px 40px rgba(24, 119, 242, 0.6), 0 0 30px rgba(66, 103, 178, 0.5);
}

.footer-social-btn.youtube {
    background: linear-gradient(135deg, #ff0000, #cc0000, #ff4444);
    color: white;
    box-shadow: 0 0 20px rgba(255, 0, 0, 0.4);
}

.footer-social-btn.youtube:hover {
    background: linear-gradient(135deg, #ff4444, #ff0000, #cc0000);
    box-shadow: 0 15px 40px rgba(255, 0, 0, 0.6), 0 0 30px rgba(255, 68, 68, 0.5);
}

.footer-social-btn.instagram {
    background: linear-gradient(135deg, #e4405f, #f77737, #fcaf45);
    color: white;
    box-shadow: 0 0 20px rgba(228, 64, 95, 0.4);
}

.footer-social-btn.instagram:hover {
    background: linear-gradient(135deg, #fcaf45, #e4405f, #f77737);
    box-shadow: 0 15px 40px rgba(228, 64, 95, 0.6), 0 0 30px rgba(252, 175, 69, 0.5);
}

.footer-social-btn.twitter {
    background: linear-gradient(135deg, #1da1f2, #0d8bd9, #55acee);
    color: white;
    box-shadow: 0 0 20px rgba(29, 161, 242, 0.4);
}

.footer-social-btn.twitter:hover {
    background: linear-gradient(135deg, #55acee, #1da1f2, #0d8bd9);
    box-shadow: 0 15px 40px rgba(29, 161, 242, 0.6), 0 0 30px rgba(85, 172, 238, 0.5);
}

.footer-social-btn:hover {
    transform: translateY(-8px) scale(1.05) rotate(2deg);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
    border-color: rgba(255, 255, 255, 0.5);
    animation: socialBounce 0.6s ease-in-out;
}

@keyframes socialBounce {
    0%, 100% { transform: translateY(-8px) scale(1.05) rotate(2deg); }
    25% { transform: translateY(-12px) scale(1.08) rotate(-1deg); }
    50% { transform: translateY(-10px) scale(1.06) rotate(1deg); }
    75% { transform: translateY(-9px) scale(1.07) rotate(-0.5deg); }
}

/* Özel hover efektleri her platform için */
.footer-social-btn.facebook:hover {
    animation: facebookPulse 0.6s ease-in-out;
}

@keyframes facebookPulse {
    0%, 100% { transform: translateY(-8px) scale(1.05); }
    50% { transform: translateY(-8px) scale(1.12); }
}

.footer-social-btn.youtube:hover {
    animation: youtubeGlow 0.7s ease-in-out;
}

@keyframes youtubeGlow {
    0%, 100% { filter: brightness(1); }
    50% { filter: brightness(1.3) saturate(1.2); }
}

.footer-social-btn.instagram:hover {
    animation: instagramShine 0.8s ease-in-out;
}

@keyframes instagramShine {
    0%, 100% { transform: translateY(-8px) scale(1.05) rotate(0deg); }
    50% { transform: translateY(-10px) scale(1.08) rotate(2deg); }
}

.footer-social-btn.twitter:hover {
    animation: twitterFloat 0.6s ease-in-out;
}

@keyframes twitterFloat {
    0%, 100% { transform: translateY(-8px) scale(1.05); }
    50% { transform: translateY(-12px) scale(1.1); }
}

.social-extra-container {
    margin-top: 12px;
    padding: 12px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.social-extra-container::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: conic-gradient(
        from 0deg,
        transparent,
        rgba(255, 20, 147, 0.08),
        rgba(255, 105, 180, 0.08),
        rgba(255, 215, 0, 0.08),
        rgba(0, 255, 136, 0.08),
        rgba(0, 153, 255, 0.08),
        transparent
    );
    animation: extraContainerGlow 12s linear infinite;
    pointer-events: none;
    z-index: -1;
}

.social-extra-container::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    animation: extraContainerShine 5s ease-in-out infinite;
    z-index: -1;
}

@keyframes extraContainerGlow {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@keyframes extraContainerShine {
    0%, 100% { left: -100%; }
    50% { left: 100%; }
}

.extra-content {
    position: relative;
    z-index: 1;
}

.contact-header {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
    color: #00bfff;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
}

.contact-header i {
    font-size: 16px;
    background: linear-gradient(135deg, #00bfff, #0099cc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: contactIconPulse 2s ease-in-out infinite;
}

@keyframes contactIconPulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.2); }
}

.contact-items {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 10px;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 13px;
    font-weight: 600;
    padding: 5px 0;
    transition: all 0.3s ease;
}

.contact-item:hover {
    color: #00bfff;
    transform: translateX(5px);
}

.contact-item i {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #00bfff, #0099cc);
    border-radius: 6px;
    color: white;
    font-size: 12px;
    flex-shrink: 0;
}

.contact-item .fa-whatsapp {
    background: linear-gradient(135deg, #25d366, #128c7e);
}

.whatsapp-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: linear-gradient(135deg, #25d366, #128c7e);
    color: white;
    padding: 10px 15px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 800;
    cursor: pointer;
    transition: all 0.4s ease;
    box-shadow: 0 8px 25px rgba(37, 211, 102, 0.4);
    border: 2px solid rgba(255, 255, 255, 0.3);
    position: relative;
    overflow: hidden;
}

.whatsapp-button::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: conic-gradient(
        from 0deg,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
    animation: whatsappGlow 3s linear infinite;
    pointer-events: none;
}

.whatsapp-button::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.6s ease;
}

.whatsapp-button:hover::after {
    left: 100%;
}

.whatsapp-button:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 12px 35px rgba(37, 211, 102, 0.6);
    background: linear-gradient(135deg, #128c7e, #25d366);
}

.whatsapp-button i {
    font-size: 16px;
    background: none;
    width: auto;
    height: auto;
}

@keyframes whatsappGlow {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.footer-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-bottom: 50px;
    padding: 15px 0;
    border-top: 2px solid rgba(255, 255, 255, 0.1);
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}

.footer-stat {
    display: flex;
    align-items: center;
    gap: 30px;
    background: rgba(255, 255, 255, 0.05);
    padding: 7px;
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

.footer-stat:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-5px);
}

.stat-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #ff1493, #ff69b4);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: white;
}

.stat-number {
    font-size: 24px;
    font-weight: 900;
    color: white;
    margin-bottom: 5px;
}

.stat-label {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 600;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 30px;
}

.footer-copyright p {
    margin: 5px 0;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 600;
}

.footer-follow-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.follow-button {
    background: linear-gradient(135deg, #ff1493, #ff69b4, #ffd700);
    border: none;
    border-radius: 50px;
    padding: 12px 30px;
    color: white;
    font-size: 16px;
    font-weight: 800;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 8px 25px rgba(255, 20, 147, 0.4);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    border: 2px solid rgba(255, 255, 255, 0.3);
    animation: kentpanelGlow 3s ease-in-out infinite;
}

@keyframes kentpanelGlow {
    0%, 100% { 
        background: linear-gradient(135deg, #ff1493, #ff69b4, #ffd700);
        box-shadow: 0 8px 25px rgba(255, 20, 147, 0.4);
    }
    50% { 
        background: linear-gradient(135deg, #ffd700, #ff1493, #ff69b4);
        box-shadow: 0 12px 35px rgba(255, 215, 0, 0.6);
    }
}

/* Scroll to Top Button */
.scroll-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #ff1493, #ff69b4, #ffd700);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 8px 25px rgba(255, 20, 147, 0.4);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    z-index: 9999;
    border: 3px solid rgba(255, 255, 255, 0.3);
    opacity: 0;
    visibility: hidden;
    transform: translateY(100px);
    animation: scrollButtonGlow 3s ease-in-out infinite;
}

.scroll-to-top.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.scroll-to-top::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: conic-gradient(
        from 0deg,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
    );
    animation: scrollButtonSpin 4s linear infinite;
    pointer-events: none;
    border-radius: 50%;
}

.scroll-to-top::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    border-radius: 50%;
    transform: translateX(-100%);
    transition: transform 0.6s ease;
}

.scroll-to-top:hover::after {
    transform: translateX(100%);
}

.scroll-to-top:hover {
    transform: translateY(-10px) scale(1.1);
    box-shadow: 0 20px 50px rgba(255, 20, 147, 0.6);
    background: linear-gradient(135deg, #ffd700, #ff1493, #ff69b4);
    border-color: rgba(255, 255, 255, 0.6);
}

.scroll-to-top i {
    font-size: 18px;
    color: white;
    margin-bottom: 2px;
    transition: all 0.3s ease;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 1;
}

.scroll-to-top span {
    font-size: 10px;
    color: white;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 1;
}

.scroll-to-top:hover i {
    transform: translateY(-3px) scale(1.2);
    color: #fff;
    filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.8));
}

.scroll-to-top:hover span {
    transform: translateY(2px);
    color: #fff;
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.8);
}

.scroll-to-top:active {
    transform: translateY(-5px) scale(1.05);
}

@keyframes scrollButtonGlow {
    0%, 100% { 
        background: linear-gradient(135deg, #ff1493, #ff69b4, #ffd700);
        box-shadow: 0 8px 25px rgba(255, 20, 147, 0.4);
    }
    50% { 
        background: linear-gradient(135deg, #ffd700, #ff1493, #ff69b4);
        box-shadow: 0 12px 35px rgba(255, 215, 0, 0.6);
    }
}

@keyframes scrollButtonSpin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.follow-button::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: conic-gradient(
        from 0deg,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
    animation: followGlow 3s linear infinite;
    pointer-events: none;
}

.follow-button::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.6s ease;
}

.follow-button:hover::after {
    left: 100%;
}

.follow-button:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 15px 40px rgba(255, 20, 147, 0.6);
    background: linear-gradient(135deg, #ffd700, #ff1493, #ff69b4);
    border-color: rgba(255, 255, 255, 0.6);
}

.follow-button:hover i {
    transform: rotate(360deg) scale(1.2);
    color: #fff;
    filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.8));
}

.follow-button i {
    font-size: 14px;
    transition: all 0.4s ease;
    color: #ffd700;
}

@keyframes followGlow {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.footer-badges {
    display: flex;
    gap: 20px;
}

.footer-badge {
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.1);
    padding: 10px 15px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.9);
    font-size: 12px;
    font-weight: 700;
}

.footer-badge i {
    color: #00ff88;
}

@media (max-width: 768px) {
    .footer-top {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .footer-links-section {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .footer-stats {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    .footer-bottom {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }
    
    .footer-badges {
        justify-content: center;
        flex-wrap: wrap;
    }
    
    .footer-follow-btn {
        order: 2;
    }
    
    .footer-badges {
        order: 3;
    }
}

.site-entry-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
}

.popup-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(5px);
}

.popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(135deg, #000000, #004287);
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
    border: 3px solid #fff;
    min-width: 400px;
    max-height: 450px;
    animation: popupSlideIn 0.3s ease-out;
}

@keyframes popupSlideIn {
    0% {
        transform: translate(-50%, -50%) scale(0.8);
        opacity: 0;
    }
    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
}

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

.popup-header h2 {
    color: white;
    font-size: 20px;
    font-weight: 900;
    display: flex;
    align-items: center;
    gap: 8px;
}

.close-btn {
    background: rgba(255, 255, 255, 0.2);
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    color: white;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.close-btn:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1.1);
}

.popup-body {
    text-align: center;
}

.popup-body p {
    color: white;
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: 600;
}

.entry-buttons {
    display: flex;
    gap: 15px;
    margin-top: 25px;
}

.entry-btn {
    flex: 1;
    padding: 15px 20px;
    border: none;
    border-radius: 1px 50px  1px;
    color:  Gray;
    font-weight: 800;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
    white-space: nowrap;
}
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

.guest-btn {
    background: linear-gradient(135deg, #00cc66, #00ff88);
    white-space: nowrap;
}

.member-btn {
    background: linear-gradient(135deg, #ff8800, #ffaa00);
}

.entry-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

.popup-form {
    margin-top: 15px;
    padding: 15px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    backdrop-filter: blur(10px);
}

.popup-form .form-group {
    margin-bottom: 15px;
}

.popup-form label {
    display: block;
    color: white;
    font-weight: 700;
    font-size: 13px;
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.popup-form input {
    width: 100%;
    padding: 10px 12px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.2);
    color: white;
    font-size: 13px;
    font-weight: 600;
    transition: all 0.3s ease;
    backdrop-filter: blur(5px);
}

.popup-form input::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.popup-form input:focus {
    outline: none;
    border-color: #ffd700;
    background: rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 15px rgba(255, 215, 0, 0.3);
}

.popup-login-btn {
    width: 100%;
    padding: 15px 20px;
    border: none;
    border-radius: 15px;
    background: linear-gradient(135deg, #ff1493, #ff69b4);
    color: white;
    font-weight: 800;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 20px rgba(255, 20, 147, 0.4);
}

.popup-login-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(255, 20, 147, 0.6);
    background: linear-gradient(135deg, #ff0080, #ff1493);
}

@media (max-width: 1024px) {
    .main-container {
        grid-template-columns: 1fr;
    }
    
    .support-buttons {
        flex-wrap: wrap;
    }
    
    .online-badge {
        left: 10px;
        width: 100px;
        height: 100px;
    }
    
    .online-number {
        font-size: 32px;
    }
    
    .online-text {
        font-size: 11px;
    }
}

@media (max-width: 768px) {
    .header-wrapper {
        flex-direction: column;
        gap: 20px;
    }
    
    .center-section {
        flex-direction: column;
    }
    
    .nav-links {
        flex-wrap: wrap;
    }
    
    .users-grid {
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    }
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.login-notification-card {
    background: #2a2a2a;
    border-radius: 10px;
    padding: 12px;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 8px;
    border: 1px solid #444;
    border-left: 4px solid #00d4ff;
    position: relative;
    transition: all 0.3s ease;
}

.login-notification-card::before {
    content: '';
    position: absolute;
    left: -1px;
    top: 0;
    bottom: 0;
    width: 4px;
    background: linear-gradient(135deg, #00d4ff, #0099ff, #007acc);
    border-radius: 0 0 0 10px;
    box-shadow: 0 0 10px rgba(0, 212, 255, 0.3);
}

.login-notification-card:hover {
    background: #333;
    border-left-color: #00ff88;
    transform: translateX(3px);
}

.login-notification-card:hover::before {
    background: linear-gradient(135deg, #00ff88, #00cc66, #00aa44);
    box-shadow: 0 0 15px rgba(0, 255, 136, 0.4);
}

.user-avatar-square {
    position: relative;
    width: 65px;
    height: 65px;
}

.user-avatar-square img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2px solid #00ff88;
    object-fit: cover;
}

.online-dot {
    position: absolute;
    bottom: 2px;
    right: 2px;
    width: 18px;
    height: 18px;
    background: #00ff88;
    border: 3px solid #2a2a2a;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 255, 136, 0.6);
}
}

.user-details {
    flex: 1;
}

.username {
    color: white;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 2px;
}

.username-btn {
    background: linear-gradient(135deg, #00d4ff, #0099ff);
    border: 2px solid #007acc;
    border-radius: 15px;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 700;
    color: white;
    margin-bottom: 2px;
    box-shadow: 0 3px 10px rgba(0, 212, 255, 0.3);
    display: inline-block;
    text-align: center;
    pointer-events: none;
}

.login-action {
    color: #ccc;
    font-size: 13px;
    margin-bottom: 2px;
}

.login-time {
    color: #888;
    font-size: 11px;
    display: flex;
    align-items: center;
    gap: 4px;
}

.site-owner-btn {
    background: linear-gradient(135deg, #ffd700, #ffed4e);
    border: 2px solid #ff8800;
    border-radius: 15px;
    padding: 6px 12px;
    font-size: 11px;
    font-weight: 700;
    color: #333;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 3px 10px rgba(255, 215, 0, 0.3);
    display: flex;
    align-items: center;
    gap: 5px;
    white-space: nowrap;
}

.site-owner-btn:hover {
    transform: scale(1.05);
    box-shadow: 0 5px 15px rgba(255, 215, 0, 0.5);
}

.site-owner-btn i {
    font-size: 10px;
    color: #ff8800;
}

.owner-info {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 5px;
    margin-left: auto;
    min-width: 120px;
    text-align: right;
}

.owner-login-time {
    color: #888;
    font-size: 10px;
    display: flex;
    align-items: center;
    gap: 4px;
    font-weight: 600;
}

.owner-login-time {
    color: #888;
    font-size: 10px;
    display: flex;
    align-items: center;
    gap: 4px;
    position: relative;
    top: -18px;
    left: -2px;
    font-weight: 600;
}
/* Messages Modal Styles */
.messages-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(5px);
}

.modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(135deg, #ff1493, #ff69b4);
    border-radius: 20px;
    padding: 0;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
    border: 3px solid #fff;
    min-width: 500px;
    max-width: 600px;
    max-height: 80vh;
    overflow: hidden;
}

.modal-header {
    background: rgba(255, 255, 255, 0.2);
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid rgba(255, 255, 255, 0.3);
}

.modal-header h3 {
    color: white;
    font-size: 20px;
    font-weight: 900;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
}

.close-modal-btn {
    background: rgba(255, 255, 255, 0.2);
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    color: white;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.close-modal-btn:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1.1);
}

.modal-body {
    padding: 20px;
    max-height: 60vh;
    overflow-y: auto;
}

.messages-count {
    color: white;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
    background: rgba(255, 255, 255, 0.2);
    padding: 10px;
    border-radius: 10px;
}

.messages-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.message-item {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 15px;
    padding: 17px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.message-text {
    color: #333;
    font-size: 11px;
    font-weight: 600;
    margin-bottom: 8px;
    line-height: 1.4;
	transform: translateY(-10px);
}

.message-time {
    color: #666;
    font-size: 12px;
    font-weight: 500;
    text-align: right;
	transform: translateY(15px);
}

.no-messages {
    text-align: center;
    color: white;
    font-size: 18px;
    font-weight: 600;
    padding: 40px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 15px;
}

/* Scrollbar Styles */
.modal-body::-webkit-scrollbar {
    width: 8px;
}

.modal-body::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
}

.modal-body::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
}

.modal-body::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.7);
}
/* Profile Modal Styles */
.profile-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.profile-content {
    min-width: 600px;
    max-width: 700px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.profile-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px;
}

.profile-views {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    padding: 15px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    min-width: 200px;
}

.views-header {
    display: flex;
    align-items: center;
    gap: 8px;
    color: white;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 12px;
    justify-content: center;
}

.views-header i {
    font-size: 16px;
    color: #ffd700;
}

.views-stats {
    display: flex;
    justify-content: space-between;
    gap: 15px;
}

.view-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
}

.view-number {
    color: white;
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 3px;
}

.view-label {
    color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
    font-weight: 600;
}

.profile-header-info {
    display: flex;
    align-items: center;
    gap: 20px;
}

.profile-avatar {
    position: relative;
    width: 120px;
    height: 120px;
}

.profile-avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 4px solid white;
    object-fit: cover;
}

.profile-status {
    position: absolute;
    bottom: 5px;
    right: 5px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 3px solid white;
}

.profile-status.online {
    background: #00ff00;
    box-shadow: 0 0 10px rgba(0, 255, 0, 0.6);
}

.profile-status.offline {
    background: #999;
}

.profile-basic h3 {
    color: white;
    font-size: 24px;
    font-weight: 900;
    margin: 0 0 5px 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.profile-basic h3 i {
    font-size: 20px;
}

.profile-basic h3 .fa-mars {
    color: #87ceeb;
}

.profile-basic h3 .fa-venus {
    color: #ffb6c1;
}

.profile-role {
    background: linear-gradient(135deg, #ffd700, #ffed4e);
    color: #333;
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 12px;
    font-weight: 800;
    display: inline-block;
    margin-bottom: 5px;
}

.profile-last-seen {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    font-weight: 600;
}

.profile-body {
    padding: 25px;
}

.profile-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 30px;
}

.stat-item {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 15px;
    padding: 20px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.stat-number {
    color: white;
    font-size: 24px;
    font-weight: 900;
    margin-bottom: 5px;
	margin-left: 25px;
}

.stat-label {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    font-weight: 600;
}

.profile-info {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.info-section {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    padding: 10px 25px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.info-section h4 {
    color: white;
    font-size: 18px;
    font-weight: 800;
    margin: 0 0 15px 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.info-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.info-badge {
    background: rgba(255, 255, 255, 0.3);
    color: white;
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 12px;
    font-weight: 800;
    border: 1px solid rgba(255, 255, 255, 0.4);
}

.mood-item {
    background: linear-gradient(135deg, #ff6b9d, #c44569) !important;
}

.mood-badge {
    background: rgba(255, 255, 255, 0.3);
    color: white !important;
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 12px;
    font-weight: 800;
    border: 1px solid rgba(255, 255, 255, 0.4);
}

.info-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(255, 255, 255, 0.1);
    padding: 12px 15px;
    border-radius: 10px;
}

.info-label {
    color: rgba(255, 255, 255, 0.8);
    font-weight: 600;
    font-size: 14px;
}

.info-value {
    color: white;
    font-weight: 700;
    font-size: 14px;
}

.profile-bio {
    background: rgba(255, 255, 255, 0.1);
    color: white;
    padding: 15px;
    border-radius: 10px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
}

.reactions-container {
    display: flex;
    justify-content: space-around;
    gap: 20px;
}

.reaction-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: rgba(255, 255, 255, 0.1);
    padding: 5px;
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    flex: 1;
    transition: all 0.3s ease;
    cursor: pointer;
}

/* ✅ BURAYI EKLE */
.reaction-users {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    justify-content: center;
    max-width: 100%;
    margin-top: 10px;
    width: 100%;
}

.reaction-user-badge {
    background: rgba(255, 255, 255, 0.15);
    padding: 4px 8px;
    border-radius: 10px;
    font-size: 10px;
    color: rgba(255, 255, 255, 0.9);
    white-space: nowrap;
    border: 1px solid rgba(255, 255, 255, 0.25);
}

.reaction-user-badge:hover {
    background: rgba(138, 46, 226, 0.4);
    border-color: rgba(138, 46, 226, 0.6);
}

.reaction-item:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-5px);
}

.reaction-item i {
    font-size: 32px;
    margin-bottom: 0px;
}

.reaction-item .fa-thumbs-up {
    color: #00ff88;
}

.reaction-item .fa-thumbs-down {
    color: #ff4757;
}

.reaction-item .fa-heart {
    color: #ff6b9d;
}

.reaction-count {
    color: white;
    font-size: 24px;
    font-weight: 900;
}
/* Blog Section Styles */
.blog-section {
    max-width: 1400px;
    margin: 60px auto;
    padding: 0 30px;
    position: relative;
    z-index: 1;
}

.blog-container {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 25px;
    padding: 25px;
    box-shadow: 0 20px 60px rgba(102, 126, 234, 0.4);
    border: 3px solid #ff8800;
    max-width: 100%;
    overflow: hidden;
}

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

.blog-title-btn {
    font-size: 36px;
    font-weight: 900;
    background: linear-gradient(135deg, #ffd700, #ffed4e, #ff8800);
    border: 3px solid #ff1493;
    border-radius: 20px;
    padding: 15px 25px;
    color: #333;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 15px;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(255, 215, 0, 0.4);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    width: auto;
    max-width: 400px;
}

.blog-title-btn:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 15px 40px rgba(255, 215, 0, 0.6);
    border-color: #ff69b4;
}

.blog-title-btn i {
    font-size: 32px;
    color: #ff1493;
}

.blog-filter-buttons {
    display: flex;
    gap: 10px;
}

.blog-filter-btn {
    padding: 12px 25px;
    background: white;
    border: 3px solid #ff69b4;
    border-radius: 12px;
    color: #ff1493;
    font-weight: 800;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    position: relative;
}

.blog-filter-btn:hover {
    background: #ffe0f0;
    transform: translateY(-3px);
}

.blog-filter-btn.active {
    background: linear-gradient(135deg, #ff1493, #ff69b4);
    color: white;
    border-color: #ff1493;
    box-shadow: 0 10px 30px rgba(255, 20, 147, 0.4);
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 25px;
    max-width: 100%;
}

.blog-card {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 2px solid rgba(255, 255, 255, 0.5);
    position: relative;
    z-index: 1;
}

.blog-card::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(
        45deg,
        transparent,
        rgba(255, 255, 255, 0.1),
        rgba(255, 255, 255, 0.3),
        rgba(255, 255, 255, 0.1),
        transparent
    );
    transform: translateX(-100%);
    transition: transform 0.6s ease;
    z-index: 1;
    pointer-events: none;
}

/* Blog Card Color Variations */
.blog-card-1 {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.blog-card-1 .blog-excerpt-card {
    border-left-color: #667eea;
}

.blog-card-2 {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
}

.blog-card-2 .blog-excerpt-card {
    border-left-color: #f093fb;
}

.blog-card-3 {
    background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
}

.blog-card-3 .blog-excerpt-card {
    border-left-color: #4facfe;
}

.blog-card-4 {
    background: linear-gradient(135deg, #43e97b 0%, #38f9d7 100%);
}

.blog-card-4 .blog-excerpt-card {
    border-left-color: #43e97b;
}

.blog-card-5 {
    background: linear-gradient(135deg, #fa709a 0%, #fee140 100%);
}

.blog-card-5 .blog-excerpt-card {
    border-left-color: #fa709a;
}

.blog-card-6 {
    background: linear-gradient(135deg, #a8edea 0%, #fed6e3 100%);
}

.blog-card-6 .blog-excerpt-card {
    border-left-color: #a8edea;
}

.blog-card:hover {
    transform: translateY(-20px) scale(1.05);
    box-shadow: 0 40px 100px rgba(0, 0, 0, 0.4);
    border-color: #ff69b4;
    z-index: 999;
    position: relative;
}

.blog-card:hover::before {
    transform: translateX(100%);
}

.blog-card:hover .blog-image img {
    transform: scale(1.15) rotate(2deg);
}

.blog-card:hover .blog-category {
    transform: scale(1.1);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.blog-card:hover .blog-card-title-btn {
    transform: translateX(10px);
    box-shadow: 0 10px 30px rgba(102, 126, 234, 0.5);
}

.blog-card:hover .blog-excerpt-card {
    transform: translateX(5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

.blog-card:hover .blog-read-btn {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(255, 20, 147, 0.5);
}

.blog-card:hover .blog-title-icon {
    transform: rotate(360deg) scale(1.2);
    transition: transform 0.6s ease;
}

.blog-image {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.blog-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.blog-card:hover .blog-image img {
    transform: scale(1.1);
}

.blog-category {
    position: absolute;
    top: 15px;
    left: 15px;
    padding: 6px 15px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 800;
    color: white;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.blog-category.tech {
    background: linear-gradient(135deg, #0099ff, #33bbff);
}

.blog-category.lifestyle {
    background: linear-gradient(135deg, #ff6b9d, #c44569);
}

.blog-category.music {
    background: linear-gradient(135deg, #00cc66, #00ff88);
}

.blog-content {
    padding: 25px;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(10px);
    position: relative;
    z-index: 2;
}

.blog-title-container {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
}

.blog-title-icon {
    font-size: 24px;
    color: #ff1493;
    background: linear-gradient(135deg, #ff1493, #ff69b4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    transition: all 0.3s ease;
}

.blog-title-btn {
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: white;
    padding: 10px 20px;
    border-radius: 15px;
    font-size: 18px;
    font-weight: 800;
    margin: 0;
    border: 2px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 5px 15px rgba(102, 126, 234, 0.3);
    transition: all 0.3s ease;
    cursor: pointer;
    flex: 1;
    text-align: center;
}

.blog-title-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
}

.blog-excerpt-card {
    background: rgba(0, 0, 0, 0.8);
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 20px;
    border-left: 5px solid #00d4ff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    position: relative;
    transition: all 0.3s ease;
}

.blog-excerpt {
    color: white;
    font-size: 12px;
    line-height: 1.6;
    margin: 0;
    font-weight: 500;
	transform: translateY(-15px); 
}

.blog-meta {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.blog-author,
.blog-date {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #888;
    font-size: 13px;
    font-weight: 600;
}

.blog-author i,
.blog-date i {
    color: #ff69b4;
}

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

.blog-stat {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #888;
    font-size: 13px;
    font-weight: 600;
}

.blog-stat i {
    color: #ff69b4;
}

.blog-read-btn {
    width: 100%;
    padding: 15px;
    background: linear-gradient(135deg, #ff1493, #ff69b4);
    border: none;
    border-radius: 12px;
    color: white;
    font-weight: 800;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(255, 20, 147, 0.3);
}

.blog-read-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(255, 20, 147, 0.4);
}

@media (max-width: 768px) {
    .blog-header {
        flex-direction: column;
        gap: 20px;
    }
    
    .blog-filter-buttons {
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .blog-grid {
        grid-template-columns: 1fr;
    }
}
.blog-card-title-btn {
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: white;
    padding: 10px 20px;
    border-radius: 15px;
    font-size: 15px;
    font-weight: bold;
    margin: 0;
    border: 2px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 5px 15px rgba(102, 126, 234, 0.3);
    transition: all 0.4s ease;
    cursor: pointer;
    flex: 1;
    text-align: center;
}

/* -------------------------------------------------- */
/* MOBİL VE TABLET GÖRÜNÜMLERİ                        */
/* -------------------------------------------------- */

@media (max-width: 1024px) {
    .main-header {
        padding: 10px 15px;
    }

    .main-container {
        grid-template-columns: 1fr;
        padding: 0 15px;
        margin: 20px auto;
    }

    .right-panel {
        margin-top: 20px;
    }

    .users-section,
    .blog-section {
        padding: 0 15px;
    }

    .users-grid {
        grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
    }
}

/* Tablet ve küçük ekranlar */
@media (max-width: 768px) {
    html, body {
        overflow-x: hidden;
    }

    .header-wrapper {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .left-section {
        flex-direction: column;
    }

    .nav-links {
        flex-wrap: wrap;
        margin-right: 0;
        padding: 8px 10px;
    }

    .nav-link {
        font-size: 13px;
        padding: 8px 14px;
    }

    .online-badge {
        position: static;
        margin: 15px auto 0 auto;
        width: 90px;
        height: 90px;
    }

    .announcement-icon {
        display: none;
    }

    .announcement-bar marquee {
        margin-left: 0;
    }

    .main-container {
        grid-template-columns: 1fr;
        padding: 0 10px;
        gap: 20px;
    }

    .left-panel,
    .right-panel {
        border-radius: 20px;
        padding: 20px;
        border-width: 8px;
    }

    .login-form-container {
        padding: 20px;
    }

    .login-tabs {
        flex-direction: column;
    }

    .tab-btn {
        max-width: 100%;
    }

    .girl-character {
        display: none;
    }

    /* MOBİLDE GÖRÜNMEYECEK BÖLÜMLER */
    .social-icons,
    .support-buttons,
    .left-panel {
        display: none !important;
    }

    .users-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .user-card {
        min-width: auto;
        max-width: none;
    }

    .blog-grid {
        grid-template-columns: 1fr;
    }

    .blog-card .blog-image {
        height: 180px;
    }

    .footer-content {
        padding: 20px 15px;
    }
}

/* Küçük telefonlar */
@media (max-width: 480px) {
    .logo-main {
        font-size: 20px;
        transform: scaleY(1.2) translateY(-2px);
    }

    .logo-circle {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }

    .support-buttons {
        flex-wrap: wrap;
        justify-content: center;
    }

    .top-buttons {
        flex-direction: column;
        margin-left: 0;
    }

    .top-btn {
        max-width: 100%;
        margin-left: 0;
    }

    .users-header,
    .blog-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .filter-buttons,
    .blog-filter-buttons {
        width: 100%;
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .filter-btn,
    .blog-filter-btn {
        font-size: 13px;
        padding: 6px 10px;
    }

    .user-avatar {
        width: 90px;
        height: 90px;
    }

    .user-name {
        font-size: 14px;
    }

    .blog-title-btn {
        font-size: 22px;
        padding: 10px 15px;
        max-width: 100%;
    }

    .blog-card {
        border-radius: 15px;
    }

    .blog-content {
        padding: 18px;
    }

    .footer-top {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .footer-stats {
        grid-template-columns: 1fr 1fr;
        gap: 15px;
    }

    .scroll-to-top {
        right: 15px;
        bottom: 15px;
        width: 50px;
        height: 50px;
    }
}

/* Reaction begendi begenmedi butonlar */
.reaction-btn {
    background: transparent;
    border: none;
    cursor: pointer;
    font-size: 24px;
    color: rgba(255, 255, 255, 0.5);
    transition: all 0.3s ease;
    padding: 5px;
}

.reaction-btn:hover {
    color: #fff;
    transform: scale(1.2);
}

.reaction-btn.active {
    color: #28a745;
}

.reaction-btn-dislike.active {
    color: #dc3545;
}

.reaction-btn-heart.active {
    color: #ff1744;
}

/* Container yapısı */
.reactions-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 15px;
}

.reactions-buttons {
    display: flex;
    justify-content: space-around;
    gap: 15px;
    width: 100%;
}

/* Beğenenler Container - ARKA PLAN */
.reactions-users-wrapper {
    width: 100%;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 15px;
    padding: 15px;
    margin-top: 0;
}

.reactions-users-title-main {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 15px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
}

.users-badges-container {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.reaction-user-badge {
    background: rgba(255, 255, 255, 0.15);
    padding: 5px 10px;
    border-radius: 12px;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.9);
    white-space: nowrap;
    border: 1px solid rgba(255, 255, 255, 0.25);
}

.reaction-user-badge:hover {
    background: rgba(138, 46, 226, 0.4);
    border-color: rgba(138, 46, 226, 0.6);
}