*{
margin:0;
padding:0;
box-sizing:border-box;
}

body{
background:#F7F8F9;
color:#000;
font-family:Arial, Helvetica, sans-serif;
}

/* HEADER */

.site-header{
width:100%;
background:#fff;
color: #000;

top:0;
z-index:999;
}

/* EKŞİ HEADER */

.eksi-header{
    height:70px;
    background:#fff;

    display:flex;
    align-items:center;
    justify-content:space-between;

    padding:0 25px;

    border-bottom:1px solid #e5e5e5;
}

.eksi-logo img{
    height:42px;
    width: 190px;
}

/* SEARCH */

.eksi-search{
    flex:1;
    max-width:700px;
    margin:0 40px;
}

.eksi-search form{
    display:flex;
}

.eksi-search input{
    flex:1;
    height:42px;

    border:1px solid #d7d7d7;
    border-right:none;

    border-radius:4px 0 0 4px;

    padding:0 15px;

    background:#fff;
}

.eksi-search button{
    width:48px;

    background:#661B7F;

    color:#fff;

    border:none;

    border-radius:0 4px 4px 0;
}

.eksi-search button:hover{
    background:#661B7F;
}

.eksi-search p{
    width:48px;

    background:#82B440;

    color:#fff;

    border:none;

    border-radius:0 4px 4px 0;
}

.eksi-search p:hover{
    background:#75a13a;
}

/* RIGHT */

.eksi-right{
    display:flex;
    align-items:center;
    gap:12px;
}

.eksi-right a{
    color: #111;
}

.eksi-right a:hover{
    color: #691C83;
}

.eksi-btn{
    text-decoration:none;

    color:#666;

    font-size:14px;

    display:flex;
    align-items:center;
    gap:6px;
}

.eksi-btn:hover{
    color:#691C83;
}

/* ALT MENÜ */

.eksi-nav{
    height:45px;

    background:#fff;

    display:flex;
    align-items:center;

    gap:30px;

    padding:0 25px;

    border-bottom:1px solid #e5e5e5;

    overflow-x:auto;
}

.eksi-nav a{
    text-decoration:none;

    color:#333;

    font-size:14px;

    white-space:nowrap;

    position:relative;
}

.eksi-nav a:hover{
    color:#691C83;
}

.eksi-nav a::after{
    content:"";

    position:absolute;

    bottom:-13px;
    left:0;

    width:0;
    height:2px;

    background:#82B440;

    transition:.3s;
}

.eksi-nav a:hover::after{
    width:100%;
}

/* TOP BAR */

.top-bar {
    background: #111111;
    color: #aaaaaa;
    font-size: 13px;
    padding: 8px 0;
    border-bottom:1px solid #2b313b;
}

.top-bar-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 30px;
}

.left-section {
    display: flex;
    align-items: center;
    gap: 15px;
}

.news-badge {
    border: 1px solid #444;
    padding: 4px 10px;
    border-radius: 4px;
    font-weight: bold;
    color: #aaaaaa;
    display: flex;
    align-items: center;
    gap: 5px;
}

.news-ticker { color: #aaaaaa; }
.nav-arrows { display: flex; gap: 5px; }
.arrow-btn {
    background: #1a1a1a; border: 1px solid #aaaaaa; color: #aaaaaa;
    padding: 2px 8px; cursor: pointer;
}

.right-section { display: flex; align-items: center; gap: 12px; }
.action-link { color: #aaaaaa; text-decoration: none; }
.date-display { color: #aaaaaa; }


/* HEADER WRAP */

.header-wrap {
width:100%;
padding:18px 40px;
display:flex;
align-items:center;
justify-content:space-between;
border-top:1px solid #111;
}

/* LOGO */


.logo img{
width:190px;
height:40px;

}

.logo a:hover{
    color:#111;
    font-size:26px;
    font-weight:700;
    text-decoration:none;
    font-family:serif;
}


.logo a{
color:#111;
font-size:26px;
font-weight:700;
text-decoration:none;
font-family:serif;
width:24px;
height:2px;
}

.logo a:hover{
    color:#111;
    font-size:26px;
    font-weight:700;
    text-decoration:none;
    font-family:serif;
}

.logom a{
color:#111;
font-size:26px;
font-weight:700;
text-decoration:none;
font-family:serif;
}

.logom a:hover{
    color:#111;
    font-size:26px;
    font-weight:700;
    text-decoration:none;
    font-family:serif;
}

.tamlogo a{
    font-family: Georgia, "Times New Roman", serif;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 4px;
    text-decoration:none;
    
    color: #5f6368;

    text-shadow:
        0 1px 0 #111,
        0 2px 4px rgba(0,0,0,0.5);

    text-align: center;
}

/* END LOGO */

/* MENU */

.main-menu{
display:flex;
gap:28px;
}

.main-menu a{
color:#000;
text-decoration:none;
font-size:15px;
font-weight:200;
transition:.3s;
}

.main-menu a:hover{
color:#8C857F;
}

/* RIGHT SIDE */

.header-right{
display:flex;
align-items:center;
gap:15px;
}

/* BTN OUTLÄ°NE */

.btn-outline{
  color:#000;
text-decoration:none;
font-size:16px;
font-weight:200;
transition:.3s;
   }

.btn-outline:hover{
color:#8C857F;
 }

/* END BTN OUTLÄ°NE */

/* BTN */

.btn{
background:#4b145b;
padding:12px 20px;
color:#fff;
text-decoration:none;
border-radius:6px;
font-size:15px;
}

.btn:hover{
background:#4b145b;
}

/* END BTN */

/* END RIGHT SIDE */

/* AVATAR */

.avatar-box {
    position: relative;
    display: flex;
    align-items: center;
}

/* avatar + isim yan yana */
.avatar {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

/* profil resmi */
.avatar img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #4b145b;
}

/* isim */
.avatar-name {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
}

/* dropdown */
.dropdown-menu {
    position: absolute;
    top: 50px;
    right: 0;
    background: #fff;
    color: #000;
    border-radius: 8px;
    padding: 8px 0;
    min-width: 150px;
    display: none;
    z-index: 999;
}

/* linkler */
.dropdown-menu a {
    display: block;
    padding: 10px 15px;
    color: #000;
    text-decoration: none;
}

.dropdown-menu a:hover {
    background: #fff;
    color: #8C857F;
}

/* aktif */
.dropdown-menu.active {
    display: block;
}

/* END AVATAR */

/* HAMBURGER */

.hamburger{
display:none;
flex-direction:column;
gap:4px;
cursor:pointer;
}

.hamburger span{
width:24px;
height:2px;
background:#000;
display:block;
}

/* END HAMBURGER */

/* HERO SEARCH */

.hero-search{
display:flex;
justify-content:center;
margin-top:30px;
}

.hero-search form{
width:100%;
max-width:650px;
}

.hero-search input{
width:100%;
padding:18px 25px;
background:#fff;
border:1px solid #CFCFCF;
border-radius:40px;
color:#000;
font-size:16px;
outline:none;
transition:.3s;
text-align:left; /* yazÄ± SOLDA */
}

.hero-search input::placeholder{
color:#777;
}

.hero-search input:focus{
border-color:#444;
box-shadow:0 0 15px rgba(255,255,255,0.05);
}


.hero-search form{
width:100%;
max-width:650px;
}

.hero-search textarea{
width:100%;
padding:18px 25px;
background:#fff;
border:1px solid #CFCFCF;
border-radius:40px;
color:#fff;
font-size:16px;
outline:none;
transition:.3s;
text-align:left; /* yazÄ± SOLDA */
}

.hero-search textarea::placeholder{
color:#777;
}

.hero-search textarea:focus{
border-color:#444;
box-shadow:0 0 15px rgba(255,255,255,0.05);
}

.hero-search form{
width:100%;
max-width:650px;
}

.hero-search select{
width:100%;
padding:18px 25px;
background:#0f0f10;
border:1px solid #222;
border-radius:40px;
color:#fff;
font-size:16px;
outline:none;
transition:.3s;
text-align:left; /* yazÄ± SOLDA */
}

.hero-search select::placeholder{
color:#777;
}

.hero-search select:focus{
border-color:#444;
box-shadow:0 0 15px rgba(255,255,255,0.05);
}

/* HERO SEARCH TEXTAREA */

/* HERO SEARCH SELECT */

.hero-search select{
width:100%;
padding:18px 25px;
background:#fff;
border:1px solid #CFCFCF;
border-radius:40px;
color:#000;
font-size:16px;
outline:none;
transition:.3s;
text-align:left; /* yazÄ± SOLDA */
}

/* END HERO SEARCH SELECT */

/* HERO VÄ°DEO GRÄ°D */

    .hero {
      text-align: center;
      padding: 100px 20px 80px;
    }

    .hero h2 {
      color: #000;
      font-size: 44px;
      margin-bottom: 16px;
    }

    .hero p {
      color: #000;
      max-width: 600px;
      margin: auto;
    }

    .grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
      gap: 24px;
      padding: 40px;
    }

    .card {
      background: #fff;
      color: #cfcfcf;
      border-radius: 14px;
      overflow: hidden;
      transition: transform 0.25s ease;
      position: relative;
      box-shadow:0 10px 30px rgba(0,0,0,0.08);
    }

    .card:hover {
      transform: scale(1.05);
    }

    .card img {
      width: 100%;
      height: 180px;
      object-fit: cover;
      display: block;
    }

    .overlay {
      position: absolute;
      inset: 0;
      background: rgba(0,0,0,0.6);
      display: flex;
      align-items: center;
      justify-content: center;
      opacity: 0;
      transition: 0.25s;
    }

    .card:hover .overlay {
      opacity: 1;
    }

    .card-title {
      padding: 14px;
      font-size: 14px;
      color: #000;
    }

/* END HERO VÄ°DEO GRÄ°D */

/* HERO VÄ°DEO UTKUN */

.container{max-width:1300px;margin:40px auto}
.grid{
display:grid;
grid-template-columns:repeat(auto-fill,minmax(320px,1fr));
gap:25px;
}

.card{text-decoration:none;color:#fff}

.card-title h3{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.thumb{
position:relative;
overflow:hidden;
}

.thumb video{
width:100%;
transition:.3s;
}

.play{
position:absolute;
top:50%;
left:50%;
transform:translate(-50%,-50%);
font-size:40px;
pointer-events:none;
}

/* END HERO VÄ°DEO UTKUN */

/* VİDEO PLAYER BOYUT */

.video-container {
    position: relative;
    background: #000;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.6);
    margin-bottom: 30px;
    max-width: 100%;
}

.video-container video {
    width: 100%;
    display: block;
}

/* Custom Player Controls */
.custom-player-controls {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.95));
    padding: 20px 25px 18px;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 10;
}

.video-container:hover .custom-player-controls,
.custom-player-controls:hover {
    opacity: 1;
}

.progress-area {
    margin-bottom: 15px;
}

.progress-container {
    height: 6px;
    background: rgba(255,255,255,0.2);
    border-radius: 50px;
    position: relative;
    cursor: pointer;
}

.progress-buffered {
    position: absolute;
    height: 100%;
    background: rgba(255,255,255,0.4);
    border-radius: 50px;
}

.progress-bar {
    position: absolute;
    height: 100%;
    background: #f0a500;
    border-radius: 50px;
    transition: width 0.1s linear;
}

.controls-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.left-side, .right-side {
    display: flex;
    align-items: center;
    gap: 8px;
}

.player-btn {
    background: rgba(255,255,255,0.1);
    border: none;
    color: #fff;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.player-btn:hover {
    background: #f0a500;
    color: #1a1a2e;
    transform: scale(1.1);
}

.volume-area {
    display: flex;
    align-items: center;
    gap: 10px;
}

#volumeSlider {
    width: 120px;
    accent-color: #f0a500;
}

.time-area {
    color: #ddd;
    font-size: 15px;
    font-weight: 500;
}

/* Responsive */
@media (max-width: 768px) {
    .player-btn { width: 40px; height: 40px; font-size: 18px; }
    .volume-area input[type="range"] { width: 100px; }
}

/* END VİDEO PLAYER BOYUT */

/* PROFÄ°LE PAGE */

.wrap{max-width:1100px;margin:40px auto;color:#fff}
video{width:100%}

.nav{
display:flex;
justify-content:space-between;
margin:20px 0;
}

.info{
display:grid;
grid-template-columns:2fr 1fr;
gap:40px;
margin-top:30px;
color: #000;
}

.hero{
color:#0f0f10;
}

 .users2 {
 color: #000;
 text-decoration:none;
 font-size:17px;

 }

video {
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.3);
}


.video-player {
  width: 100%;
  max-width: 640px;
  aspect-ratio: 16 / 9;
}

.verified-badge-video {
    color:#3ea6ff;
    font-size:20px;
    margin-left:1px;
    vertical-align:middle;
}

/* END PROFÄ°LE PAGE */

/* ====================== ULTRA QUALITY PLAYER CSS ====================== */
.video-container {
    position: relative;
    background: #000;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.8);
    margin-bottom: 30px;
}

.video-container video {
    width: 100%;
    display: block;
    border-radius: 16px;
}

/* Controls */
.custom-player-controls {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, transparent, rgba(0,0,0,0.85), rgba(0,0,0,0.98));
    padding: 18px 22px 16px;
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 20;
}

.video-container:hover .custom-player-controls {
    opacity: 1;
}

/* Progress */
.progress-area {
    margin-bottom: 14px;
}

.progress-container {
    height: 8px;
    background: rgba(255,255,255,0.2);
    border-radius: 9999px;
    cursor: pointer;
    position: relative;
}

.progress-buffered {
    position: absolute;
    height: 100%;
    background: rgba(255,255,255,0.4);
    border-radius: 9999px;
    width: 0%;
}

.progress-bar {
    position: absolute;
    height: 100%;
    background: linear-gradient(to right, #4b145b, #9d4edd);
    width: 0%;
    border-radius: 9999px;
    box-shadow: 0 0 12px rgba(155, 77, 221, 0.6);
}

.progress-bar::after {
    content: '';
    position: absolute;
    right: -9px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    background: #fff;
    border: 3px solid #4b145b;
    border-radius: 50%;
    opacity: 0;
    transition: all 0.2s;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.progress-container:hover .progress-bar::after {
    opacity: 1;
    transform: translateY(-50%) scale(1.1);
}

/* Bottom Controls */
.controls-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
}

.left-side, .right-side {
    display: flex;
    align-items: center;
    gap: 6px;
}

.player-btn {
    background: rgba(255,255,255,0.08);
    border: none;
    color: #fff;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 21px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.player-btn:hover {
    background: #4b145b;
    transform: scale(1.12);
}

.volume-area {
    display: flex;
    align-items: center;
    gap: 12px;
}

.volume-area input[type="range"] {
    width: 140px;
    accent-color: #9d4edd;
}

.time-area {
    font-family: 'Segoe UI', sans-serif;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.3px;
}

.time-separator {
    color: #666;
    margin: 0 4px;
}

/* Responsive */
@media (max-width: 768px) {
    .player-btn { width: 40px; height: 40px; font-size: 18px; }
    .volume-area input[type="range"] { width: 100px; }
}


/* LOGÄ°N VE REGÄ°STER PAGE */

.box{width:500px;margin:60px auto;padding:30px;border-radius:10px}
input,textarea{
width:100%;
padding:10px;
margin:10px 0;
background:#000;
color:#fff;
border:1px solid #333;
}

button{
width:100%;
padding:12px;
background:#4b145b;
color: #fff;
border:0;
font-weight:bold;
cursor:pointer;
border-radius:6px;
font-size:15px;
}

/* END LOGÄ°N VE REGÄ°STER PAGE */


/* UPLOAD PAGE */

.box{width:500px;margin:60px auto;padding:30px;border-radius:10px}
input,textarea{
width:100%;
padding:10px;
margin:10px 0;
background:#000;
color:#fff;
border:1px solid #333;
}

button{
width:100%;
padding:12px;
background:#4b145b;
color: #fff;
border:0;
font-weight:bold;
cursor:pointer;
}

.hero {
      text-align: center;
      padding: 100px 20px 0px;
    }

    .hero h2 {
      font-size: 44px;
      margin-bottom: 16px;
    }

    .hero p {
      color: #aaa;
      max-width: 600px;
      margin: auto;
    }



/* END UPLOAD PAGE */

/* PROFİLLER NABER PAGE */

/* =====================================
   CREATOR PROFILE
===================================== */

.creator-page{
    width:100%;
    min-height:100vh;
    padding-bottom:60px;
}

.creator-banner{
    width:100%;
    height:340px;
    border-radius:22px;
    overflow:hidden;
    position:relative;
    margin-bottom:90px;
}

.creator-banner img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.creator-banner-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(
        to top,
        rgba(0,0,0,.65),
        rgba(0,0,0,.15)
    );
}

.creator-container{
    width:95%;
    max-width:1450px;
    margin:auto;
}

.creator-header{

    display:flex;
    align-items:flex-end;
    justify-content:space-between;
    gap:40px;

    margin-top:-170px;
    position:relative;
    z-index:20;

    flex-wrap:wrap;

}

.creator-avatar{

    width:180px;
    height:180px;
    border-radius:50%;
    overflow:hidden;

    border:7px solid #fff;

    box-shadow:0 20px 40px rgba(0,0,0,.18);

    background:#fff;

}

.creator-avatar img{

    width:100%;
    height:100%;
    object-fit:cover;

}

.creator-user{

    flex:1;

}

.creator-user h1{

    font-size:38px;
    margin-bottom:8px;

}

.creator-user p{

    color:#777;
    font-size:18px;
    margin-bottom:18px;

}

.creator-bio{

    max-width:700px;
    line-height:1.8;
    color:#555;

}

.creator-buttons{

    display:flex;
    gap:15px;
    flex-wrap:wrap;

}

.creator-btn{

padding:13px 28px;

border-radius:12px;

font-weight:700;

text-decoration:none;

transition:.25s;

display:flex;
align-items:center;
gap:10px;

}

.creator-btn-main{

background:#661B7F;
color:#fff;

}

.creator-btn-dark{

background:#222;
color:#fff;

}

.creator-btn-telegram{

background:#2AABEE;
color:#fff;

}

.creator-btn-discord{

background:#131060;
color:#fff;

}

.creator-btn-mail{

background:#FE0000;
color:#fff;

}

.creator-btn:hover{

transform:translateY(-4px);

box-shadow:0 12px 25px rgba(0,0,0,.15);

}

.creator-stats{

display:grid;

grid-template-columns:repeat(auto-fit,minmax(170px,1fr));

gap:20px;

margin:45px 0;

}

.creator-stat{

background:#fff;

padding:25px;

border-radius:18px;

text-align:center;

box-shadow:0 12px 30px rgba(0,0,0,.08);

transition:.3s;

}

.creator-stat:hover{

transform:translateY(-8px);

}

.creator-stat strong{

display:block;

font-size:30px;

margin-bottom:10px;

color:#661B7F;

}

.creator-stat span{

color:#777;

font-size:15px;

}

.creator-tabs{

display:flex;

gap:12px;

flex-wrap:wrap;

margin-bottom:35px;

}

.creator-tabs{

    display:flex;
    align-items:center;
    gap:8px;
    margin:35px 0;
    border-bottom:1px solid #ddd;
    overflow-x:auto;
    flex-wrap:nowrap;

}

.creator-tab{

    background:none;
    border:none;
    padding:15px 22px;
    cursor:pointer;
    font-size:16px;
    font-weight:600;
    color:#666;
    border-bottom:3px solid transparent;
    transition:.25s;
    white-space:nowrap;
    width:auto;

}

.creator-tab:hover{

    color:#661B7F;

}

.creator-tab.active{

    color:#661B7F;
    border-bottom:3px solid #661B7F;
    background:none;

}
/* ===========================
   VIDEO GRID
=========================== */


.creator-panel{
    display:none;
}

.creator-panel.active{
    display:block;
}

.creator-content{
    width:100%;
}

.creator-panel{
    display:none;
    animation:creatorFade .35s ease;
}

.creator-panel.active{
    display:block;
}

@keyframes creatorFade{

    from{
        opacity:0;
        transform:translateY(15px);
    }

    to{
        opacity:1;
        transform:translateY(0);
    }

}

.creator-video-grid{

    display:grid;

    grid-template-columns:repeat(auto-fill,minmax(300px,1fr));

    gap:25px;

}

.creator-video-card{

    background:#fff;

    border-radius:18px;

    overflow:hidden;

    box-shadow:0 10px 30px rgba(0,0,0,.08);

    transition:.3s;

}

.creator-video-card:hover{

    transform:translateY(-8px);

    box-shadow:0 20px 40px rgba(0,0,0,.15);

}

.creator-video-thumb{

    position:relative;

    overflow:hidden;

}

.creator-video-thumb img{

    width:100%;

    height:210px;

    object-fit:cover;

    transition:.4s;

}

.creator-video-card:hover img{

    transform:scale(1.08);

}

.creator-video-overlay{

    position:absolute;

    inset:0;

    background:rgba(0,0,0,.45);

    display:flex;

    justify-content:center;

    align-items:center;

    gap:15px;

    opacity:0;

    transition:.3s;

}

.creator-video-card:hover .creator-video-overlay{

    opacity:1;

}

.creator-video-overlay a{

    width:52px;

    height:52px;

    border-radius:50%;

    background:#fff;

    color:#661B7F;

    display:flex;

    justify-content:center;

    align-items:center;

    text-decoration:none;

    font-size:20px;

    transition:.25s;

}

.creator-video-overlay a:hover{

    transform:scale(1.15);

}

.creator-video-info{

    padding:18px;

}

.creator-video-info h3{

    font-size:18px;

    margin-bottom:8px;

    line-height:1.5;

}

.creator-video-info span{

    color:#777;

    font-size:14px;

}

/* ===========================
BLOGS
=========================== */

.creator-blog-grid{

display:grid;

grid-template-columns:repeat(auto-fill,minmax(340px,1fr));

gap:25px;

}

.creator-blog-card{

background:#fff;

border-radius:18px;

overflow:hidden;

box-shadow:0 10px 30px rgba(0,0,0,.08);

transition:.3s;

}

.creator-blog-card:hover{

transform:translateY(-8px);

box-shadow:0 20px 40px rgba(0,0,0,.12);

}

.creator-blog-image{

height:220px;

overflow:hidden;

}

.creator-blog-image img{

width:100%;

height:100%;

object-fit:cover;

transition:.4s;

}

.creator-blog-card:hover img{

transform:scale(1.08);

}

.creator-blog-content{

padding:20px;

}

.creator-blog-content h3{

margin-bottom:10px;

font-size:22px;

}

.creator-blog-content p{

color:#777;

line-height:1.7;

margin-bottom:18px;

}

.creator-read-btn{

display:inline-block;

padding:10px 18px;

border-radius:10px;

background:#661B7F;

color:#fff;

text-decoration:none;

font-weight:600;

transition:.25s;

}

.creator-read-btn:hover{

opacity:.9;

}

/* ===========================
GALLERY
=========================== */

.creator-gallery-grid{

display:grid;

grid-template-columns:repeat(auto-fill,minmax(220px,1fr));

gap:15px;

}

.creator-gallery-item{

display:block;

height:220px;

border-radius:16px;

overflow:hidden;

}

.creator-gallery-item img{

width:100%;

height:100%;

object-fit:cover;

transition:.35s;

}

.creator-gallery-item:hover img{

transform:scale(1.08);

}

/* ===========================
GALLERY
=========================== */

.creator-gallery-grid{

display:grid;

grid-template-columns:repeat(auto-fill,minmax(220px,1fr));

gap:15px;

}

.creator-gallery-item{

display:block;

height:220px;

border-radius:16px;

overflow:hidden;

}

.creator-gallery-item img{

width:100%;

height:100%;

object-fit:cover;

transition:.35s;

}

.creator-gallery-item:hover img{

transform:scale(1.08);

}

/* ABOUT */

.creator-about-box{

    background:#fff;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,.08);

}

.creator-about-row{

    display:flex;
    justify-content:space-between;
    align-items:center;

    padding:18px 25px;

    border-bottom:1px solid #eee;

}

.creator-about-row:last-child{

    border-bottom:none;

}

.creator-about-row span{

    color:#777;

}

.creator-about-row strong{

    color:#222;

    font-weight:700;

}

/* END PROFİLLER NABER PAGE */


/* container */
.wa-single-container{
max-width:1100px;
margin:auto;
padding:0 20px;
}

/* hero */
.wa-single-hero{
background:;
padding:90px 0;
text-align:center;
}

.wa-single-hero h1{
font-size:42px;
margin:10px 0;
}

.wa-single-sub{
color:#000;
font-size:18px;
}

.wa-single-date{
color:#000;
font-weight:600;
}

.wa-single-date a{
color:#000;
font-weight:600;
text-decoration:none;
}

/* BLOG PAGE */

/* layout */
.wa-single-grid{
display:grid;
grid-template-columns:2fr 1fr;
gap:40px;
padding:70px 0;
}

/* content */
.wa-single-cover{
width: 100%;
height: 400px;
object-fit: cover;
display:block;
border-radius:14px;
margin-bottom:25px;
}

.wa-single-content p{
line-height:1.8;
color:#000;
margin-bottom:18px;
}

.wa-single-content h2{
margin:25px 0 10px;
}

.wa-single-content ul{
padding-left:20px;
margin-bottom:20px;
}

/* sidebar */
.wa-single-sidebar{
padding:20px;
background:#fff;
border-radius:14px;
height:fit-content;
box-shadow:0 10px 30px rgba(0,0,0,0.08);
}

.wa-single-sidebar h3{
margin-bottom:15px;
color: #000;
}

.wa-single-related{
display:flex;
gap:12px;
align-items:center;
text-decoration:none;
color:#000;
margin-bottom:15px;
transition:.3s;
}

.wa-single-related img{
    width:140px;
    height:80px;
    object-fit:cover;
    border-radius:8px;
    flex-shrink:0;
}

.wa-single-related:hover{
opacity:.7;
}

.verified-badge-blog{
    color:#3ea6ff;
    font-size:18px;
    margin-left:1px;
    vertical-align:middle;
}

/* END BLOG PAGE */



/* CUSTOM PAGE */

body{
    margin:0;
    font-family:'Oswald',sans-serif;
    
}

/* CONTAINER */
.container{
    max-width:1100px;
    margin:auto;
    padding:60px 20px;
    text-align:center;
}

h1,h2{
    font-weight:600;
    margin-bottom:20px;
}

hr{
    border:0;
    border-top:1px solid #222;
    margin:40px 0;
}

/* TEXT */
.desc{
    color:#bbb;
    max-width:800px;
    margin:auto;
    line-height:1.6;
}

/* PRICING */
.pricing{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:25px;
    margin-top:40px;
}

.plan{
    background:#2b0036;
    color: #fff;
    padding:35px;
    border-radius:8px;
    border:1px solid #6a00a8;
    transition:.3s;
}

.plan:hover{
    transform:translateY(-5px);
    box-shadow:0 0 20px rgba(180,0,255,.4);
}

.plan h3{
    margin:0 0 10px;
}

.price{
    font-size:28px;
    margin-top:10px;
}

/* FAQ */
.faq{
    text-align:left;
    max-width:900px;
    margin:40px auto 0;
}

.faq-item{
    border:1px solid #333;
    margin-bottom:10px;
}

.faq-question{
    padding:15px;
    cursor:pointer;
    
}

.faq-answer{
    display:none;
    padding:15px;
    color:#bbb;
    border-top:1px solid #222;
}

/* CTA */
.cta{
    margin-top:50px;
}

/* CUSTOM PAGE */


/* PROFÄ°LE PAGE */

/* Kapak */
.cover{
    width:100%;
    height:300px;
    overflow:hidden;
    position:relative;
}

.cover img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

/* Profil */
.profile {
    text-align:center;
    margin-top:-90px;
    position:relative;
    z-index:2;
}

.profile img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 5px solid #4b145b;
}

.profile h1 {
    margin: 10px 0 5px;
}

.profile p {
    color: #aaa;
}

.buttons{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:15px;
    flex-wrap:wrap;
}

.buttons .btn{
    padding:12px 22px;
    border-radius:10px;
    text-decoration:none;
    display:flex;
    align-items:center;
    gap:8px;
}


/* Galeri */
.gallery {
    padding: 30px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
}

.gallery img {
    width: 100%;
    border-radius: 10px;
    transition: 0.3s;
}

.gallery img:hover {
    transform: scale(1.05);
}

.card{text-decoration:none;color:#fff}

.thumb{
position:relative;
overflow:hidden;
}

.thumb video{
width:100%;
transition:.3s;
}

.verified-badge{
    color:#3ea6ff;
    font-size:20px;
    margin-left:1px;
    vertical-align:middle;
}

/* END PROFÄ°LE PAGE */


/* CONTACT PAGE */

/* container */
.wa-contact-container{
max-width:1100px;
margin:auto;
padding:0 20px;
}

/* hero */
.wa-contact-hero{
background: #fff;
padding:90px 0;
text-align:center;
}

.wa-contact-hero h1{
font-size:42px;
margin-bottom:10px;
}

.wa-contact-hero p{
color:#aaa;
}

/* layout */
.wa-contact-grid{
display:grid;
grid-template-columns:2fr 1fr;
gap:40px;
padding:70px 0;
}

/* form box */
.wa-contact-form-box{
padding:30px;
border-radius:14px;
box-shadow:0 10px 30px rgba(0,0,0,0.08);
background: #fff;
}

.wa-contact-form input,
.wa-contact-form select,
.wa-contact-form textarea{
width:100%;
background:#F7F8F9;
color:#aaa;
padding:14px;
margin-bottom:15px;
border:1px solid #F7F8F9;
border-radius:8px;
font-size:15px;
}

.wa-contact-form input:focus,
.wa-contact-form textarea:focus,
.wa-contact-form select:focus{
outline:none;
border-color:#5a1a6e;
}

/* button */
.wa-contact-form button{
background:#4b145b;
color:#fff;
border:none;
padding:14px;
border-radius:8px;
font-size:16px;
cursor:pointer;
transition:.3s;
width:100%;
}

.wa-contact-form button:hover{
background:#4b145b;
}

/* info */
.wa-contact-info{
background:#fff;
padding:25px;
border-radius:14px;
height:fit-content;
box-shadow:0 10px 30px rgba(0,0,0,0.08);
color: #000;
}

.wa-contact-info h3{
margin-bottom:15px;
color: #000;
}

.wa-contact-info p{
margin-bottom:10px;
color:#000;
}

/* social icons */
.wa-contact-social{

display:flex;
gap:12px;
}

.wa-contact-social a{
background:#111;
color:#fff;
width:40px;
height:40px;
display:flex;
align-items:center;
justify-content:center;
border-radius:50%;
text-decoration:none;
transition:.3s;
}

.wa-contact-social a:hover{
transform:scale(1.1);
}

/* END social icons */

/* social icons 2 */
.wa-contact2-social{
margin-top:20px;
display:flex;
gap:12px;
}

.wa-contact2-social a{
background:#111;
color:#fff;
width:40px;
height:40px;
display:flex;
align-items:center;
justify-content:center;
border-radius:50%;
text-decoration:none;
transition:.3s;
}

.wa-contact2-social a:hover{
transform:scale(1.1);
}

/* END social icons 2 */

/* END CONTACT PAGE */

/* PRÄ°VACY PAGE */

.wa-privacy-container{
max-width:900px;
margin:auto;
padding:0 20px;
}

/* hero */
.wa-privacy-hero{
background:;
padding:90px 0;
text-align:center;
}

.wa-privacy-hero h1{
font-size:42px;
margin-bottom:10px;
}

.wa-privacy-hero p{
color:#aaa;
font-size:18px;
}

/* content */
.wa-privacy-content{
padding:70px 0;
}

.wa-privacy-content h2{
margin-top:30px;
margin-bottom:10px;
font-size:24px;
}

.wa-privacy-content p{
color:#aaa;
line-height:1.8;
}

.wa-privacy-content ul{
padding-left:20px;
margin:15px 0;
}

.wa-privacy-content li{
margin-bottom:8px;
}

.wa-privacy-content a{
color: #777777;
text-decoration:none;
font-weight:600;
}

.wa-privacy-content a:hover{
color: #5a1a6e;
opacity:.7;
}

/* END PRÄ°VACY PAGE */

/* FOOTER YAZI */

.footeryazi {
      color: #777777;
   }

   .footeryazi:hover {
     color: #5a1a6e;
   }

/* END FOOTER YAZI */

/* SADECE 404 SAYFASINA Ã–ZEL â€” GLOBAL HEADER'I ETKÄ°LEMEZ */
html,body{height:100%;margin:0;color:111}
.wp404-wrapper{
font-family:'Inter',sans-serif;
background:;
height:100%;
display:flex;
align-items:center;
justify-content:center;
text-align:center;
color:#fff;
}
.wp404-box{max-width:600px;padding:20px}
.wp404-title{font-size:120px;margin:0;color:#111;font-weight:700}
.wp404-sub{margin:10px 0 20px;font-size:26px;font-weight:600;color:#111;}
.wp404-text{color:#111;}
.wp404-btn{
display:inline-block;
margin-top:25px;
padding:14px 28px;
background:#fff;
color:#A7AAAA;
text-decoration:none;
border-radius:30px;
font-weight:600;
transition:.2s;
}
.wp404-btn:hover{transform:scale(1.05)}
.wp404-phone{
margin:35px auto;
width:120px;
height:220px;
background:#111;
border-radius:25px;
padding:8px;
}
.wp404-screen{
background:#ece5dd;
width:100%;
height:100%;
border-radius:18px;
display:flex;
align-items:center;
justify-content:center;
font-size:30px;
}

/* END 404 PAGE */

/* UPLOAD SELECTION */

.upload-selection{
    max-width:900px;
    margin:80px auto;
    padding:0 20px;

    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:30px;
}

.upload-card{
    background:#fff;
    border-radius:16px;
    padding:50px 30px;

    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:20px;

    text-decoration:none;
    color:#000;

    box-shadow:0 10px 30px rgba(0,0,0,0.08);
    transition:.3s;
}

.upload-card:hover{
    transform:translateY(-5px);
    box-shadow:0 15px 40px rgba(0,0,0,0.12);
}

.upload-icon{
    font-size:60px;
    color:#4b145b;
}

.upload-card h3{
    font-size:24px;
    font-weight:600;
}

/* Mobile */

@media(max-width:768px){

    .upload-selection{
        grid-template-columns:1fr;
    }

}

/* END UPLOAD SELECTION */

/* ABOUT PAGE */

.about-container{
max-width:1100px;
margin:auto;
padding:0 20px;
}

.about-hero{
background:;
padding:100px 0;
text-align:center;
}

.about-hero h1{
font-size:48px;
margin-bottom:20px;
}

.about-hero p{
max-width:600px;
margin:auto;
color:#555;
font-size:18px;
}

.about-section{
padding:90px 0;
}

.about-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
gap:40px;
}

.about-section h2{
margin-bottom:10px;
}

.about-section p{
color:#aaa;
line-height:1.6;
}

.about-stats{
background:;
padding:80px 0;
text-align:center;
}

.about-stat h3{
font-size:42px;
color:#000;
margin:0;
}

.about-stat p{
margin-top:10px;
color:#000;
}

/* END ABOUT PAGE */

/* VÄ°DEO PAGE */

.video-card{
position:relative;
border-radius:14px;
overflow:hidden;
background:#111;
cursor:pointer;
}

.video-card img,
.video-card video{
width:100%;
height:100%;
object-fit:cover;
display:block;
}

/* video baÅŸlangÄ±Ã§ta gizli */
.preview-video{
position:absolute;
top:0;
left:0;
opacity:0;
transition:opacity .35s ease;
}

/* hover olunca video gÃ¶rÃ¼nÃ¼r */
.video-card:hover .preview-video{
opacity:1;
}

/* overlay */
.overlay{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
display:flex;
align-items:center;
justify-content:center;
background:rgba(0,0,0,0.25);
opacity:0;
transition:.3s;
}

.video-card:hover .overlay{
opacity:1;
}

/* title */
.video-title{
position:absolute;
bottom:10px;
left:12px;
color:#fff;
font-size:14px;
z-index:3;
}

.verified-badge-videos{
    color:#3ea6ff;
    font-size:13px;
    margin-left:1px;
    vertical-align:middle;
}

/* END VÄ°DEO PAGE */

/* MODEL PAGE */

.models-page{
padding:60px 5%;
}

.page-title{
text-align:center;
font-size:40px;
margin-bottom:40px;
color:#fff;
}

.models-grid{
display:grid;
grid-template-columns:repeat(auto-fill,minmax(260px,1fr));
gap:25px;
}

.model-card{
position:relative;
border-radius:14px;
overflow:hidden;
background:#111;
text-decoration:none;
}

.model-card img{
width:100%;
height:360px;
object-fit:cover;
transition:.4s;
}

.model-card:hover img{
transform:scale(1.05);
}

.model-overlay{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
display:flex;
align-items:center;
justify-content:center;
background:rgba(0,0,0,.35);
opacity:0;
transition:.3s;
font-family: Arial;
font-weight:500;
}

.model-card:hover .model-overlay{
opacity:1;
}

.view-profile{
font-family: Arial;
background:#fff;
color:#000;
padding:10px 20px;
border-radius:30px;
font-weight:600;
}

.model-name{
position:absolute;
bottom:12px;
left:15px;
color:#fff;
font-size:18px;
font-weight:600;
}

/* END MODEL PAGE */

/* CONTACT FONT PAGE */

.contact-info {
color: #111;
text-decoration:none;
}


/* END CONTACT FONT PAGE */

/* MEGA FOOTER */

.mega-footer{
    background:#fff;
    margin-top:80px;
    padding:70px 60px 30px;
    border-top:1px solid #E5E7EB;
    border-bottom:1px solid #2b313b;
}

/* GRID */

.mega-footer-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(180px,1fr));
    gap:50px;
    margin-bottom:70px;
}

/* COLUMN */

.footer-col{
    display:flex;
    flex-direction:column;
    gap:16px;
}

.footer-col h3{
    color:#000;
    font-size:18px;
    margin-bottom:8px;
}

.footer-col a{
    color:#000;
    text-decoration:none;
    font-size:15px;
    transition:.3s;
}

.footer-col a:hover{
    color:#111;
    transform:translateX(4px);
}

/* BOTTOM */

.mega-footer-bottom{
    border-top:1px solid #A7AAAA;
    padding-top:30px;

    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:30px;
    flex-wrap:wrap;
}

/* LOGO */

.footer-logo a{
    color:#000;
    font-size:26px;
    font-weight:700;
    text-decoration:none;
    font-family:serif;
}

.footer-logo a:hover{
    color:#000;
    font-size:26px;
    font-weight:700;
    text-decoration:none;
    font-family:serif;
}

/* COPY */

.footer-copy{
    color: #777;
      font-size: 13px;
   }

/* SOCIAL */

.footer-socials{
    display:flex;
    align-items:center;
    gap:20px;
}

.footer-socials a{
    color:#000;
    font-size:24px;
    transition:.3s;
}

.footer-socials a:hover{
    color:#111;
    transform:translateY(-3px);
}

/* END MEGA FOOTER */


/* FOOTER */



.site-footer{
background:#050505;
border-top:1px solid #111;
margin-top:80px;
padding: 30px;
text-align: center;
}

/* END FOOTER */

/* TOP AREA */

.footer-top{
display:flex;
justify-content:space-between;
align-items:center;
padding:25px 40px;
flex-wrap:wrap;
}

/* TOP AREA */

/* LINKS */

.footer-links{
display:flex;
gap:25px;
flex-wrap:wrap;
}

.footer-links a{
color:#cfcfcf;
text-decoration:none;
font-size:14px;
transition:.3s;
}

.footer-links a:hover{
color:#fff;
}

/* END FOOTER LÄ°NKS */

/* FOOTER SOCIAL */

.footer-social{
display:flex;
gap:18px;
flex-wrap:wrap;
align-items:center;
}

.footer-social a{
color:#000;
text-decoration:none;
font-size:25px;
transition:.3s;
display:flex;
align-items:center;
justify-content:center;
}

.footer-social a:hover{
color:#111;
transform:translateY(-2px);
}

/* CUSTOM LOGO */

.footer-social .social-logo{
width:25px;
height:25px;

background-image:url('/images/other/denizutkun.png');
background-size:contain;
background-position:center;
background-repeat:no-repeat;

display:inline-block;

transition:.3s;
}

.footer-social .social-logo:hover{
transform:translateY(-2px) scale(1.08);
filter:drop-shadow(0 0 10px rgba(120,0,255,.45));
}
  
/* END FOOTER SOCÄ°AL */

/* FOOTER LANG */

.footer-lang {
  position: relative;
  display: inline-block;
}

/* buton */
.lang-btn {
  background: #4b145b;
  color: #fff;
  border: none;
  padding: 12px 15px;
  border-radius: 15px;
  cursor: pointer;
  font-size: 17px;
}

/* dropdown */
.lang-dropdown {
  display: none;
  position: absolute;
  bottom: 40px; /* yukarÄ± aÃ§Ä±lmasÄ± iÃ§in */
  left: 0;
  background: #0f0f10;
  min-width: 180px;
  max-height: 250px;
  overflow-y: auto;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  font-size: 13px;
}

/* aktif olunca */
.lang-dropdown.active {
  display: block;
}

/* itemler */
.lang-dropdown a {
  display: block;
  padding: 10px;
  text-decoration: none;
  color: #aaaaaa;
}

.lang-dropdown a:hover {
  background: #aaaaaa;
  color: #000;
}

/* END FOOTER LANG */

/* BOTTOM */

.footer-bottom{
text-align:center;
border-top:1px solid #111;
padding:18px;
font-size:13px;
color:#777;
}

/* END BOTTOM */

/* ALT FOOTER */   

.alt-footer {
      text-align: center;
      background: #111111;
      border-top:1px solid #111;
      border-bottom:1px solid #2b313b;
      padding: 15px;
      color: #777;
      font-size: 13px;

  }

  .footeryazi {
      color: #777777;
      text-decoration:none;
   }

   .footeryazi:hover {
     color: #5a1a6e;
   }

/* END ALT FOOTER */

/* YAZI COLOR */   

  .yazicolor {
      color: #AAAAAA;
      text-decoration:none;
   }


/* END YAZI COLOR */

/* YAZI STYLE */
.footer-slogan {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 4px;
    
    color: #5f6368;

    text-shadow:
        0 1px 0 #000,
        0 2px 4px rgba(0,0,0,0.5);

    text-align: center;
}

/* END YAZI STYLE */


.hero-main{
position:relative;
height:650px;
overflow:hidden;
}

.hero-main img{
width:100%;
height:100%;
object-fit:cover;
}

.hero-overlay{
position:absolute;
left:0;
right:0;
bottom:0;
padding:60px;
background:
linear-gradient(
to top,
#000,
rgba(0,0,0,.6),
transparent
);
}

.hero-tag{
display:inline-block;
padding:8px 15px;
background:#111111;
color:#fff;
font-weight:700;
border-radius:999px;
margin-bottom:15px;
}

.hero-overlay h1{
font-size:52px;
margin-bottom:10px;
}

.hero-buttons{
display:flex;
gap:15px;
margin-top:25px;
}

.section{
padding:60px 30px;
}

.section h2{
font-size:32px;
margin-bottom:25px;
}

.video-grid{
display:grid;
grid-template-columns:repeat(auto-fill,minmax(280px,1fr));
gap:25px;
}

.video-card{
background:#111;
border-radius:18px;
overflow:hidden;
text-decoration:none;
color:#fff;
transition:.3s;
}

.video-card:hover{
transform:translateY(-6px);
}

.video-card img{
width:100%;
height:180px;
object-fit:cover;
}

.video-info{
padding:15px;
}

.video-info h3{
font-size:18px;
margin-bottom:8px;
}

.video-info span{
color:#999;
}

.categories-wrapper{
    position:relative;
    display:flex;
    align-items:center;
    gap:10px;
}

.categories-grid{
    display:flex;
    gap:15px;
    overflow:hidden;
    scroll-behavior:smooth;
    flex:1;
}

.category-card{
    min-width:180px;
    height:90px;

    background:#fff;
    
    border-radius:16px;

    display:flex;
    align-items:center;
    justify-content:center;

    flex-shrink:0;
    transition:.3s;
}

.category-card:hover{
    background:#fff;
    transform:translateY(-3px);
}

.category-card a{
    color:#000;
    text-decoration:none;
    text-align:center;
    font-weight:700;
    padding:0 15px;
}

.cat-arrow{
    width:45px;
    height:45px;

    border:none;
    border-radius:50%;

    background:#fff;
    color:#000;

    cursor:pointer;
    transition:.3s;
    flex-shrink:0;
}

.cat-arrow:hover{
    background:#CFCFCF;
}

.empty-state {
    grid-column: 1 / -1;
    text-align: center;
    padding: 80px 20px;
    color: #888;
    background: #f9f9f9;
    border-radius: 12px;
    margin: 20px 0;
}

.empty-state i {
    font-size: 52px;
    margin-bottom: 15px;
    display: block;
    opacity: 0.7;
}

.empty-state h3 {
    margin: 10px 0 8px 0;
    color: #555;
}

.empty-state p {
    margin: 0;
    font-size: 15px;
}

.stats-section{
padding:70px 30px;
display:grid;
grid-template-columns:repeat(auto-fit,minmax(200px,1fr));
gap:20px;
}

.stat-box{
background:#111;
padding:35px;
border-radius:16px;
text-align:center;
}

.stat-box h3{
font-size:38px;
margin-bottom:10px;
}

.stat-box p{
color:#999;
}

.promo-banner{
margin:60px 30px;
padding:100px 40px;
border-radius:25px;
text-align:center;
background:
linear-gradient(
135deg,
#111,
#1a1a1a,
#000
);
}

.promo-banner h2{
font-size:42px;
margin-bottom:15px;
}



@media(max-width:768px){

.hero-main{
height:450px;
}

.hero-overlay{
padding:30px;
}

.hero-overlay h1{
font-size:32px;
}

.hero-buttons{
flex-direction:column;
}

}

/* SOCÄ°AL LOGO FOOTER */

.social-logo{
width:32px;
height:32px;
display:inline-block;
background:url('images/other/denizutkun.png') center/cover no-repeat;
border-radius:50%;
transition:.3s;
}

.social-logo:hover{
transform:translateY(-3px) scale(1.08);
box-shadow:0 0 15px rgba(120,0,255,.5);
}

/* END SOCÄ°AL LOGO FOOTER */

/* ALT LETHN FOOTER */

.badge{
display:flex;
align-items:center;
justify-content:center;
width:5px;
height:5px;
border-radius:50%;
font-size:11px;
}

.verified-badge-video{
color:#3ea6ff;
font-size:20px;
}

.artist-badge{
color:#aaaaaa;
font-size:20px;
}

.admin-badge{
color:#FF0000;
font-size:20px;
}
/* END ALT LETHN FOOTER */

.profile-stats{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:14px;
    margin:25px 0;
}

.stat-box{
    display:flex;
    align-items:center;
    gap:12px;

    padding:12px 18px;

    background:#fff;
    border:1px solid #F7F8F9;
    border-radius:999px;

    min-width:170px;

    transition:.25s ease;
}

.stat-box:hover{
    transform:translateY(-3px);
    border-color:#444;
    box-shadow:0 8px 25px rgba(0,0,0,.35);
}

.stat-box i{
    width:38px;
    height:38px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:50%;
    background:#181818;

    font-size:16px;
    color:#fff;
}

.stat-box strong{
    display:block;
    color:#000;
    font-size:17px;
    line-height:1.1;
    font-weight:700;
}

.stat-box span{
    display:block;
    color:#000;
    font-size:12px;
    margin-top:2px;
}

@media(max-width:768px){

    .profile-stats{
        gap:10px;
    }

    .stat-box{
        min-width:150px;
        padding:10px 15px;
    }

    .stat-box strong{
        font-size:15px;
    }
}

/* apphero */

.app-hero {
            background: linear-gradient(135deg, #4b145b, #1a0033);
            color: #fff;
            padding: 20px 20px 80px;
            position: relative;
            overflow: hidden;
        }
        
        .app-hero::before {
            content: '';
            position: absolute;
            top: -50%;
            right: -20%;
            width: 600px;
            height: 600px;
            background: radial-gradient(circle, rgba(155,77,221,0.3) 0%, transparent 70%);
            border-radius: 50%;
        }
        
        .app-badge {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            background: rgba(255,255,255,0.15);
            padding: 6px 16px;
            border-radius: 30px;
            font-size: 14px;
            margin-bottom: 20px;
        }
        
        .app-screenshot {
            border-radius: 24px;
            box-shadow: 0 20px 40px rgba(0,0,0,0.6);
            border: 8px solid #fff;
            transition: all 0.4s;
        }
        
        .app-screenshot:hover {
            transform: scale(1.05) rotate(2deg);
        }
        
        .store-btn {
            display: inline-flex;
            align-items: center;
            gap: 12px;
            padding: 14px 28px;
            border-radius: 12px;
            text-decoration: none;
            color: #fff;
            font-weight: 600;
            transition: all 0.3s;
            margin: 0 8px 12px 0;
        }
        
        .play-store {
            background: #000;
        }
        
        .app-store {
            background: #000;
        }
        
        .apk-btn {
            background: linear-gradient(135deg, #4b145b, #661B7F);
        }
        
        .store-btn:hover {
            transform: translateY(-4px);
            box-shadow: 0 15px 30px rgba(75,20,91,0.4);
        }
        
        .feature-card {
            background: #fff;
            border-radius: 18px;
            padding: 30px 25px;
            text-align: center;
            transition: all 0.3s;
            height: 100%;
        }
        
        .feature-icon {
            font-size: 48px;
            margin-bottom: 20px;
            color: #4b145b;
        }

/* END apphero */

/* ================= GLOBAL MOBILE OPTIMIZATION ================= */

@media (max-width: 1000px) {
    /* MenÃ¼ ve Hamburger DÃ¼zeni */
    .main-menu {
        position: fixed;
        top: 0;
        right: -100%;
        width: 280px;
        height: 100vh;
        background: #fff;
        flex-direction: column;
        padding-top: 100px;
        align-items: center;
        transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
        z-index: 9999;
        box-shadow: -5px 0 20px rgba(0,0,0,0.5);
    }

    .main-menu.active {
        right: 0;
    }

    .hamburger {
        display: flex;
    }

    .main-menu a {
        font-size: 18px;
        padding: 10px 0;
    }
}

@media (max-width: 900px) {
    /* 1. Profil SayfasÄ± DÃ¼zenlemeleri (YENÄ°) */
    .cover {
        height: 180px; /* Mobilde kapak kÃ¼Ã§Ã¼lsÃ¼n */
    }

    .profile {
        margin-top: -60px; /* Profil resmi yukarÄ± Ã§Ä±ksÄ±n */
    }

    .profile img {
        width: 110px;
        height: 110px;
        border-width: 3px;
    }

    .buttons {
        padding: 0 15px;
        gap: 10px;
    }

    .gallery {
        grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
        padding: 15px;
        gap: 10px;
    }

    /* 2. Top Bar & Header */
    .top-bar-container {
        flex-direction: column;
        gap: 10px;
        padding: 10px;
        text-align: center;
    }

    .left-section, .right-section {
        justify-content: center;
        width: 100%;
        flex-wrap: wrap;
    }

    .header-wrap {
        padding: 15px 20px;
    }

    /* 3. Genel Kutular ve Formlar */
    .box {
        width: 92% !important;
        margin: 20px auto !important;
        padding: 20px !important;
    }

    .hero-search form {
        width: 95%;
    }

    /* 4. TÃ¼m Grid Sistemleri (Tek SÃ¼tun) */
    .grid, 
    .models-grid, 
    .video-grid, 
    .about-grid, 
    .wa-contact-grid {
        grid-template-columns: 1fr !important;
        padding: 15px !important;
        gap: 20px !important;
    }

    /* 5. Hero & YazÄ± BoyutlarÄ± */
    .hero {
        padding: 50px 15px 30px !important;
    }

    .hero h2, .about-hero h1, .wa-contact-hero h1 {
        font-size: 26px !important;
    }

    .model-card img {
        height: 300px !important;
    }

    /* 6. Footer */
    .footer-top {
        flex-direction: column !important;
        gap: 20px;
        text-align: center;
    }

    .footer-links, .footer-social {
        justify-content: center;
    }

    .lang-dropdown {
        left: 50%;
        transform: translateX(-50%);
        bottom: 50px;
    }
}

@media (max-width: 480px) {
    .logo a {
        font-size: 20px;
    }

    .btn {
        padding: 10px 15px;
        font-size: 13px;
    }

    .avatar-name {
        display: none; /* Ã‡ok kÃ¼Ã§Ã¼k ekranda sadece profil resmi kalsÄ±n */
    }

    .avatar img {
        width: 35px;
        height: 35px;
    }
    
    .wa-contact-hero, .wa-privacy-hero {
        padding: 50px 15px;
    }
}

@media(max-width:900px){

    .mega-footer{
        padding:50px 25px 25px;
    }

    .mega-footer-grid{
        grid-template-columns:1fr 1fr;
        gap:35px;
    }

    .mega-footer-bottom{
        flex-direction:column;
        text-align:center;
    }

}

@media(max-width:600px){

    .mega-footer-grid{
        grid-template-columns:1fr;
    }

    .footer-copy{
        font-size:14px;
        letter-spacing:2px;
    }

}

/* END MOBÄ°LE */

/* logo glow */

.logo a{
transition:.35s;
letter-spacing:1px;
}

.logo a:hover{
color:#fff;
text-shadow:0 0 18px rgba(155,0,255,.6);
}

/* logo glow */

.footer-logo a{
transition:.35s;
letter-spacing:1px;
}

.footer-logo a:hover{
color:#fff;
text-shadow:0 0 18px rgba(155,0,255,.6);
}

/* Selection */

::selection{
background:#4b145b;
color:#fff;
}

/* ===================================================== */
/* PREMIUM UI UPGRADE */
/* ===================================================== */

/* Selection */

::selection{
background:#4b145b;
color:#fff;
}

/* ===================================================== */
/* HEADER PREMIUM */
/* ===================================================== */



/* logo glow */

.logo a{
transition:.35s;
letter-spacing:1px;
}

.logo a:hover{
color:#fff;
text-shadow:0 0 18px rgba(155,0,255,.6);
}



/* ===================================================== */
/* BUTTON PREMIUM */
/* ===================================================== */

.btn,
button{
background:linear-gradient(135deg,#4b145b,#6d1d88);
transition:.35s;
position:relative;
overflow:hidden;
}

.btn::before,
button::before{
content:"";
position:absolute;
top:0;
left:-120%;
width:100%;
height:100%;
background:linear-gradient(
90deg,
transparent,
rgba(255,255,255,.15),
transparent
);
transition:.6s;
}

.btn:hover::before,
button:hover::before{
left:120%;
}

.btn:hover,
button:hover{
transform:translateY(-2px);
box-shadow:
0 10px 25px rgba(120,0,255,.35),
0 0 20px rgba(120,0,255,.15);
}

/* ===================================================== */
/* INPUT PREMIUM */
/* ===================================================== */

.hero-search input,
.hero-search textarea,
input,
textarea{
background:#fff;
backdrop-filter:blur(12px);
border:1px solid rgba(255,255,255,.07);
transition:.35s;
color: #111;
}

.hero-search input:focus,
.hero-search textarea:focus,
input:focus,
textarea:focus{
border-color:#7b2cbf;
box-shadow:
0 0 0 4px rgba(123,44,191,.15),
0 0 30px rgba(123,44,191,.18);
transform:translateY(-1px);
color: #111;
}

/* ===================================================== */
/* BOX PREMIUM */
/* ===================================================== */

.box{

backdrop-filter:blur(20px);
border:1px solid rgba(255,255,255,.05);
box-shadow:
0 15px 40px rgba(0,0,0,.45),
0 0 25px rgba(120,0,255,.08);
}

/* ===================================================== */
/* CARD PREMIUM */
/* ===================================================== */

.card,
.video-card,
.model-card,
.plan{
transition:.4s;
border:1px solid rgba(255,255,255,.04);
}

.card:hover,
.video-card:hover,
.model-card:hover,
.plan:hover{
transform:
translateY(-8px)
scale(1.01);

box-shadow:
0 20px 40px rgba(0,0,0,.5),
0 0 25px rgba(120,0,255,.18);
}

/* image zoom */

.card img,
.model-card img,
.video-card img{
transition:.45s;
}

.card:hover img,
.model-card:hover img,
.video-card:hover img{
transform:scale(1.06);
}

/* ===================================================== */
/* PROFILE PREMIUM */
/* ===================================================== */

.cover{
position:relative;
overflow:hidden;
border-bottom:1px solid rgba(255,255,255,.06);
z-index:1;
}

.cover img{
filter:brightness(.7);
}

.profile{
padding:10px;
}

.profile img{
box-shadow:
0 0 0 5px rgba(75,20,91,.35),
0 0 40px rgba(120,0,255,.25);
transition:.35s;
}

.profile img:hover{
transform:scale(1.05);
}

.profile h1{
font-size:34px;
margin-top:15px;
}

.profile p{
font-size:15px;
line-height:1.6;
}

/* ===================================================== */
/* DROPDOWN PREMIUM */
/* ===================================================== */

.dropdown-menu{
background: #fff;
backdrop-filter:blur(16px);
border:1px solid rgba(255,255,255,.05);
box-shadow:0 15px 30px rgba(0,0,0,.45);
animation:dropdownFade .25s ease;
}

.dropdown-menu a{
transition:.25s;
}

.dropdown-menu a:hover{
padding-left:22px;
background:rgba(255,255,255,.04);
}

@keyframes dropdownFade{
from{
opacity:0;
transform:translateY(10px);
}
to{
opacity:1;
transform:translateY(0);
}
}

/* ===================================================== */
/* HERO */
/* ===================================================== */

.hero h2{
font-weight:700;
letter-spacing:1px;
background:linear-gradient(to right,#661B7F,#661B7F);
-webkit-background-clip:text;
-webkit-text-fill-color:transparent;
}

.hero p{
line-height:1.8;
}

/* HERO */

.wa-privacy-hero h1{
font-weight:700;
letter-spacing:1px;
background:linear-gradient(to right,#661B7F,#661B7F);
-webkit-background-clip:text;
-webkit-text-fill-color:transparent;
}

.wa-privacy-hero p{
line-height:1.8;
}


/* ===================================================== */
/* FOOTER */
/* ===================================================== */

.site-footer,
.mega-footer{

);
}

.footer-logo a{
transition:.35s;
letter-spacing:1px;
}

.footer-logo a:hover{
color:#fff;
text-shadow:0 0 18px rgba(155,0,255,.6);
}

/* ===================================================== */
/* AVATAR */
/* ===================================================== */

.avatar img{
transition:.35s;
}

.avatar img:hover{
transform:scale(1.08);
box-shadow:
0 0 20px rgba(120,0,255,.4);
}

/* ===================================================== */
/* PREMIUM HAMBURGER */
/* ===================================================== */

.hamburger{
width:42px;
height:42px;
background:#F7F8F9;
border-radius:12px;
justify-content:center;
align-items:center;
padding:10px;
z-index:10001;
}

.hamburger span{
width:100%;
height:2px;
border-radius:20px;
transition:.35s;
}

/* active */

.hamburger.active span:nth-child(1){
transform:
translateY(6px)
rotate(45deg);
}

.hamburger.active span:nth-child(2){
opacity:0;
}

.hamburger.active span:nth-child(3){
transform:
translateY(-6px)
rotate(-45deg);
}

/* ===================================================== */
/* MOBILE MENU PREMIUM */
/* ===================================================== */

@media(max-width:1000px){

.main-menu{
position:fixed;
top:0;
right:-100%;
width:320px;
height:100vh;
background: #fff;
linear-gradient(
180deg,
rgba(15,15,15,.98),
rgba(5,5,5,.98)
);

backdrop-filter:blur(18px);

display:flex;
flex-direction:column;
align-items:flex-start;

padding:120px 35px;
gap:25px;

transition:.45s cubic-bezier(.77,0,.18,1);

border-left:1px solid rgba(255,255,255,.05);

box-shadow:
-20px 0 50px rgba(0,0,0,.55);

overflow-y:auto;
}

.main-menu.active{
right:0;
}

.main-menu a{
font-size:18px;
width:100%;
padding:14px 18px;
border-radius:12px;
background:rgba(255,255,255,.02);
}

.main-menu a:hover{
background:rgba(123,44,191,.15);
padding-left:25px;
}

}

/* ===================================================== */
/* LOGIN REGISTER UPLOAD */
/* ===================================================== */

.box{
position:relative;
overflow:hidden;
}

.box::before{
content:"";
position:absolute;
top:-100px;
right:-100px;
width:220px;
height:220px;
background:rgba(123,44,191,.12);
filter:blur(80px);
pointer-events:none;
}

.box::after{
content:"";
position:absolute;
bottom:-100px;
left:-100px;
width:220px;
height:220px;
background:rgba(0,180,255,.08);
filter:blur(80px);
pointer-events:none;
}

/* ===================================================== */
/* PREMIUM BADGES */
/* ===================================================== */

.admin-badge,
.artist-badge,
.verified-badge,
.verified-badge-video,
.verified-badge-blog,
.verified-badge-videos{
filter:drop-shadow(0 0 8px rgba(62,166,255,.55));
}

/* ===================================================== */
/* MOBILE IMPROVEMENTS */
/* ===================================================== */

@media(max-width:768px){

.box{
width:94% !important;
padding:22px !important;
border-radius:18px;
}

.hero h2{
font-size:30px !important;
}

.profile h1{
font-size:26px;
}

.profile img{
width:120px;
height:120px;
}

.cover{
height:220px;
}

.buttons{
flex-direction:column;
}

.buttons .btn{
width:100%;
justify-content:center;
}

}

/* ===================================================== */
/* ULTRA PREMIUM GLASS */
/* ===================================================== */

.wa-single-sidebar,
.wa-contact-info,
.wa-contact-form-box,
.plan{
background: #fff;
backdrop-filter:blur(18px);
border:1px solid rgba(255,255,255,.05);
}

/* ===================================================== */
/* ANIMATION */
/* ===================================================== */

.card,
.video-card,
.model-card,
.plan,
.box{
animation:fadeUp .5s ease;
}

@keyframes fadeUp{
from{
opacity:0;
transform:translateY(15px);
}
to{
opacity:1;
transform:translateY(0);
}
}

/* mobile */
@media(max-width:900px){
.wa-single-grid{
grid-template-columns:1fr;
}
}


/* POSTS TABLE */

.admin-table-wrap{
    max-width:1300px;
    margin:60px auto;
    padding:0 20px;
}

.admin-table-wrap h2{
    font-size:42px;
    margin-bottom:25px;
    color:#111;
}

.table-responsive{
    overflow-x:auto;
}

.admin-table{
    width:100%;
    border-collapse:collapse;
    background:#fff;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    border-radius:12px;
    overflow:hidden;
}

.admin-table thead{
    background:#f1f1f1;
}

.admin-table th{
    padding:16px;
    text-align:left;
    color:#111;
    font-weight:700;
    border-bottom:1px solid #ddd;
}

.admin-table td{
    padding:16px;
    border-bottom:1px solid #eee;
    color:#333;
}

.admin-table tbody tr{
    transition:.25s;
}

.admin-table tbody tr:hover{
    background:#f8f8f8;
}

.delete-btn{
    display:inline-block;
    background:#dc3545;
    color:#fff;
    text-decoration:none;
    padding:8px 14px;
    border-radius:6px;
    transition:.25s;
}

.delete-btn:hover{
    background:#bb2d3b;
    color:#fff;
}

@media(max-width:768px){

    .admin-table{
        min-width:900px;
    }

}

@media(max-width:900px){

    .eksi-search{
        display:none;
    }

    .eksi-nav{
        gap:20px;
        overflow-x:auto;
    }

}

<div class="mobile-bottom-nav">

    <a href="/">
        <i class="fa-solid fa-house"></i>
        <span>Home</span>
    </a>

    <a href="/search">
        <i class="fa-solid fa-magnifying-glass"></i>
        <span>Search</span>
    </a>

    <a href="/upload" class="center-btn">
        <i class="fa-solid fa-plus"></i>
    </a>

    <a href="/notifications">
        <i class="fa-solid fa-bell"></i>
        <span>Alerts</span>
    </a>

    <?php if(isset($_SESSION['user_id'])): ?>
    <a href="/@<?= $user['username'] ?>" class="profile-nav">

        <img src="<?= $profilePic ?>" alt="<?= htmlspecialchars($displayName) ?>">

        <span>Profile</span>

    </a>
    <?php else: ?>

    <a href="/login">
        <i class="fa-solid fa-user"></i>
        <span>Login</span>
    </a>

    <?php endif; ?>

</div>

CSS:

.mobile-bottom-nav{
    display:none;
}

@media(max-width:768px){

.mobile-bottom-nav{
    display:flex;
    position:fixed;
    left:0;
    bottom:0;

    width:100%;
    height:65px;

    background:#fff;

    border-top:1px solid #eee;

    justify-content:space-around;
    align-items:center;

    z-index:9999;

    box-shadow:0 -2px 10px rgba(0,0,0,.08);
}

.mobile-bottom-nav a{
    text-decoration:none;
    color:#666;

    display:flex;
    flex-direction:column;
    align-items:center;

    gap:3px;

    font-size:11px;
}

.mobile-bottom-nav i{
    font-size:20px;
}

.profile-nav img{
    width:24px;
    height:24px;

    border-radius:50%;

    object-fit:cover;

    border:2px solid #661B7F;
}

.center-btn{
    width:52px;
    height:52px;

    background:#661B7F;

    color:#fff !important;

    border-radius:50%;

    display:flex !important;
    align-items:center;
    justify-content:center;

    margin-top:-22px;
}

.center-btn span{
    display:none;
}

body{
    padding-bottom:75px;
}

}

.mobile-header{
    display:none;
}

@media(max-width:768px){

.site-header{
    display:none;
}

.mobile-header{
    display:flex;

    position:fixed;
    top:0;
    left:0;

    width:100%;
    height:55px;

    background:#fff;

    border-bottom:1px solid #eaeaea;

    align-items:center;
    justify-content:space-between;

    padding:0 15px;

    z-index:9999;
}

.mobile-logo img{
    height:30px;
    width:auto;
}

.mobile-icon{
    color:#222;
    font-size:22px;
    text-decoration:none;
}

body{
    padding-top:55px;
}

}

@media (max-width:768px){

    /* Masaüstü header tamamen gizlenir */
    .site-header{
        display:none !important;
    }

    /* Eğer başka header sınıfların varsa */
    .top-bar{
        display:none !important;
    }

    .header-wrap{
        display:none !important;
    }

    .header-wrap{
        display:none !important;
    }

    .eksi-header{
        display:none !important;
    }

    /* Mobil header görünür */
    .mobile-header{
        display:flex !important;
    }

    /* Mobil alt menü görünür */
    .mobile-bottom-nav{
        display:flex !important;
    }

    @media (min-width:769px){

    .mobile-bottom-nav{
        display:none !important;
        visibility:hidden !important;
        opacity:0 !important;
    }

}

.video-layout{
    max-width:1400px;
    margin:30px auto;
    padding:0 20px;

    display:grid;
    grid-template-columns:1fr 340px;
    gap:25px;
}

.video-main{
    min-width:0;
}

.video-header-card,
.author-card,
.description-card,
.details-card{
    background:#fff;
    border-radius:12px;
    padding:20px;
    margin-top:20px;
    border:1px solid #ececec;
}

.video-header-card h1{
    color:#111;
    font-size:28px;
    margin-bottom:15px;
}

.video-meta{
    display:flex;
    gap:20px;
    color:#666;
    font-size:14px;
}

.author-card{
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.author-left{
    display:flex;
    align-items:center;
    gap:15px;
}

.author-avatar{
    width:60px;
    height:60px;
    border-radius:50%;
    object-fit:cover;
    border:3px solid #4b145b;
}

.author-left h3{
    color:#111;
    margin-bottom:5px;
}

.author-left span{
    color:#666;
}

.description-card p{
    color:#444;
    line-height:1.8;
}

.details-card h3{
    margin-bottom:15px;
}

.details-card p{
    margin-bottom:15px;
    line-height:1.7;
}

.video-container{
    overflow:hidden;
    border-radius:12px;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
}

/* ================= MOBILE VIDEO PAGE ================= */

@media (max-width:768px){

.wrap{
    padding:15px;
}

.hero h2{
    font-size:22px;
    line-height:1.4;
    text-align:center;
}

/* Video */

.video-container{
    width:100%;
    border-radius:10px;
    overflow:hidden;
}

.video-container video{
    width:100%;
    height:auto;
}

/* Butonlar */

.nav{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin-top:15px;
}

.nav .btn{
    flex:1;
    min-width:120px;
    text-align:center;
}

/* Bilgiler */

.info{
    display:flex;
    flex-direction:column;
    gap:25px;
}

.info > div{
    width:100%;
}

/* Taşmaları engelle */

.info p,
.info h2,
.info h3{
    word-break:break-word;
    overflow-wrap:break-word;
}

/* Uzun dosya adları */

.info p{
    line-height:1.7;
}

/* Player kontrol barı */

.controls-bottom{
    flex-wrap:wrap;
    gap:10px;
}

.left-side,
.right-side{
    gap:5px;
}

.player-btn{
    width:36px;
    height:36px;
    font-size:14px;
}

/* Ses çubuğu */

#volumeSlider{
    width:70px;
}

/* Süre */

.time-area{
    font-size:12px;
}

/* Başlıklar */

.info h2{
    font-size:20px;
}

.info h3{
    font-size:18px;
}

}


/* FORUM KATEGORİ KARTLARI */
.forum-category-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    transition: all 0.3s;
    border: 1px solid #eee;
}

.forum-category-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(75,20,91,0.15);
}

.category-color-bar {
    width: 6px;
    flex-shrink: 0;
}

/* Renk çeşitliliği için örnek */
.forum-category-card:nth-child(2) .category-color-bar { background: linear-gradient(to bottom, #10b981, #34d399); }
.forum-category-card:nth-child(3) .category-color-bar { background: linear-gradient(to bottom, #3b82f6, #60a5fa); }


/* ====================== YENİ TAB MENÜ ====================== */
.creator-tabs {
    display: flex;
    justify-content: center;
    border-bottom: 2px solid #e5e5e5;
    margin: 40px 0 30px 0;
}

.tabs-container {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    justify-content: center;
}

.creator-tab {
    background: none;
    border: none;
    padding: 12px 8px;
    font-size: 17px;
    font-weight: 600;
    color: #666;
    cursor: pointer;
    position: relative;
    transition: all 0.3s;
}

.creator-tab:hover {
    color: #4b145b;
}

.creator-tab.active {
    color: #4b145b;
}

.creator-tab.active::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 4px;
    background: #4b145b;           /* mor renk */
    border-radius: 4px;
}

/* Mobil uyum */
@media (max-width: 768px) {
    .tabs-container {
        gap: 20px;
    }
    .creator-tab {
        font-size: 15px;
        padding: 10px 6px;
    }
}


.empty-state {
    grid-column: 1 / -1;
    text-align: center;
    padding: 80px 20px;
    color: #888;
    background: #f9f9f9;
    border-radius: 12px;
    margin: 20px 0;
}

.empty-state i {
    font-size: 52px;
    margin-bottom: 15px;
    display: block;
    opacity: 0.7;
}

.empty-state h3 {
    margin: 10px 0 8px 0;
    color: #555;
}

.empty-state p {
    margin: 0;
    font-size: 15px;
}