:root {

    --bg-body: #cbd5e1; --bg-app: #f8fafc;

    --primary: #4f46e5; --primary-dark: #4338ca;

    --secondary: #0ea5e9; --accent: #f59e0b;

    --text-main: #1e293b; --text-muted: #64748b;

    --card-bg: #ffffff;

    --success: #10b981; --danger: #ef4444; --combo: #f97316;

}



* { margin: 0; padding: 0; box-sizing: border-box; -webkit-tap-highlight-color: transparent; }



body{
font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
}

html{
font-family:'Nunito',system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
text-rendering:optimizeLegibility;
-webkit-font-smoothing:antialiased;
}

.app-wrapper { width: 100%; height: 100dvh; background: var(--bg-app); display: flex; flex-direction: column; position: relative; box-shadow: 0 0 30px rgba(0,0,0,0.15); overflow: hidden; }






.logo { font-size: 22px; font-weight: 900; color: var(--text-main); text-decoration: none; display: flex; align-items: center; gap: 8px; }

.logo span { background: var(--primary); color: white; padding: 4px 10px; border-radius: 10px; transform: rotate(-3deg); }



.content-area { display: flex; flex: 1; overflow: hidden; flex-direction: column; position: relative; }

main { flex: 1; padding: 15px; overflow-y: auto; scroll-behavior: smooth; display: flex; flex-direction: column; }

.page-content { flex: 1; width: 100%; max-width: 800px; margin: 0 auto; animation: fadeIn 0.3s ease; }

@keyframes fadeIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }



nav.main-nav{
background:var(--card-bg);
display:flex;
justify-content:space-around;
align-items:center;
padding:10px;
border-top:2px solid #e2e8f0;
z-index:1000;
flex-shrink:0;
min-height:60px;
}

.nav-item{
background:none;
border:none;
color:#475569;   /* daha koyu renk */
cursor:pointer;
transition:0.3s;
display:flex;
flex-direction:column;
align-items:center;
gap:4px;
font-family:inherit;
font-size:10px;
font-weight:800;
text-transform:uppercase;
text-decoration:none;
}

.nav-item span.icon{
font-size:22px;
}

.nav-item.active{
color:var(--primary);
transform:translateY(-4px);
}

.nav-item.active span.icon{
filter:drop-shadow(0 4px 4px rgba(79,70,229,0.3));
}


@media (min-width: 768px) {

    body { padding: 20px; }

    .app-wrapper { max-width: 1100px; height: 92vh; border-radius: 20px; }

    .content-area { flex-direction: row; }

    nav.main-nav { flex-direction: column; width: 100px; padding: 20px 0; border-right: 1px solid #e2e8f0; border-top: none; justify-content: flex-start; gap: 20px; border-radius: 0 0 0 20px; order: -1; }

    .nav-item { font-size: 11px; }

}



.card { background: var(--card-bg); border-radius: 20px; padding: 25px; box-shadow: 0 4px 15px rgba(0,0,0,0.02); border: 1px solid #f1f5f9; margin-bottom: 20px; }

h1, h2, h3 { color: var(--text-main); margin-bottom: 12px; font-weight: 900; }

p { color: var(--text-muted); font-size: 15px; line-height: 1.6; margin-bottom: 15px; font-weight: 600; }



.btn { width: 100%; padding: 16px; border-radius: 16px; border: none; font-weight: 900; font-size: 16px; cursor: pointer; text-transform: uppercase; transition: 0.2s; display: inline-flex; align-items: center; justify-content: center; gap: 10px; text-decoration: none;}

.btn-main { background: var(--primary); color: white; box-shadow: 0 6px 0 var(--primary-dark); }

.btn-main:active { transform: translateY(6px); box-shadow: 0 0 0 var(--primary-dark); }

.btn-ghost { background: #f1f5f9; color: var(--text-muted); }

.btn-ghost:active { background: #e2e8f0; }

.btn-reward { background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%); color: white; box-shadow: 0 6px 0 #b45309; }

.btn-reward:active { transform: translateY(6px); box-shadow: 0 0 0 #b45309; }



.game-board { text-align: center; }

.pp-answer-box { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; min-height: 75px; background: #f8fafc; border: 3px dashed #cbd5e0; border-radius: 16px; padding: 12px; margin-bottom: 20px; align-items: center; position: relative; transition: 0.2s; }

.pp-pieces-container { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; min-height: 120px; margin-bottom: 15px; }

.pp-piece { background-color: var(--secondary); color: white; padding: 14px 20px; font-size: 22px; font-weight: 900; border-radius: 14px; cursor: pointer; box-shadow: 0 6px 0 #0284c7; transition: 0.1s; text-transform: uppercase; user-select: none; }

.pp-piece:active { transform: translateY(6px); box-shadow: 0 0 0 #0284c7; }



.pp-shake { animation: shake 0.4s; border-color: var(--danger); background: rgba(239,68,68,0.1); }

.pp-success { border-color: var(--success); background: rgba(16,185,129,0.1); box-shadow: 0 0 15px rgba(16,185,129,0.3); }

@keyframes shake { 0%,100%{transform:translateX(0);} 25%{transform:translateX(-5px);} 50%{transform:translateX(5px);} 75%{transform:translateX(-5px);} }



.combo-badge { display: inline-block; background: var(--combo); color: white; font-weight: 900; padding: 6px 14px; border-radius: 20px; font-size: 15px; margin-bottom: 15px; box-shadow: 0 4px 10px rgba(249,115,22,0.3); transform: scale(0); transition: 0.3s; }

.combo-badge.active { transform: scale(1) rotate(-3deg); }

.floating-text { position: absolute; font-weight: 900; font-size: 24px; pointer-events: none; animation: floatUp 1s forwards ease-out; z-index: 50; text-shadow: 0 2px 5px rgba(0,0,0,0.2); }

@keyframes floatUp { 0% {opacity:1; transform:translateY(0) scale(1);} 100% {opacity:0; transform:translateY(-70px) scale(1.2);} }



.tabs{
display:flex;
background:#f1f5f9;
border-radius:12px;
padding:5px;
margin-bottom:20px;
}

.tab-btn{
flex:1;
padding:12px;
text-align:center;
font-weight:800;
cursor:pointer;
border-radius:10px;

color:#334155; /* kontrast düzeltildi */

transition:0.3s;
font-size:12px;
text-transform:uppercase;
}

.tab-btn.active{
background:#ffffff;
color:var(--primary);
box-shadow:0 4px 10px rgba(0,0,0,0.05);
}



.list-item { display: flex; justify-content: space-between; align-items: center; padding: 15px; background: #f8fafc; border-radius: 14px; margin-bottom: 10px; font-weight: 800; border: 1px solid #e2e8f0; }

.rank-1 { background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%); color: #fff; border:none; }

.rank-2 { background: linear-gradient(135deg, #cbd5e1 0%, #94a3b8 100%); color: #fff; border:none; }

.rank-3 { background: linear-gradient(135deg, #d97706 0%, #b45309 100%); color: #fff; border:none; }



.stats-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 20px; }

.stat-box { background: #f8fafc; padding: 15px; border-radius: 16px; text-align: center; border: 1px solid #e2e8f0; }

.stat-box h3 { font-size: 22px; color: var(--primary); margin: 0; }

.stat-box span { font-size: 10px; color: var(--text-muted); font-weight: 900; text-transform: uppercase; }



.history-item { display: flex; justify-content: space-between; padding: 10px 15px; border-bottom: 1px solid #e2e8f0; font-size: 14px; font-weight: 700; }

.history-item:last-child { border: none; }

.badge-success { color: var(--success); }

.badge-fail { color: var(--danger); }



.ad-modal { display: none; position: fixed; top:0; left:0; width:100%; height:100%; background: rgba(0,0,0,0.8); z-index: 999; justify-content: center; align-items: center; flex-direction: column; color: white; text-align: center; }

.spinner { width: 50px; height: 50px; border: 5px solid rgba(255,255,255,0.3); border-top-color: var(--accent); border-radius: 50%; animation: spin 1s linear infinite; margin-bottom: 20px; }

@keyframes spin { to { transform: rotate(360deg); } }



.bottom-content-wrapper { width: 100%; max-width: 800px; margin: 0 auto; margin-top: auto; padding-top: 20px; }

.ad-banner-container { width: 100%; text-align: center; margin-bottom: 15px; }

.ad-placeholder { width: 100%; height: 60px; background: #e2e8f0; border-radius: 10px; display: flex; align-items: center; justify-content: center; color: #64748b; font-size: 12px; font-weight: 800; border: 1px dashed #94a3b8; }



.footer-links { text-align: center; padding: 15px 0; border-top: 2px dashed #e2e8f0; }

.footer-links a { color: var(--text-muted); font-weight: 800; margin: 0 8px; font-size: 12px; text-transform: uppercase; text-decoration: none; transition: 0.2s; }

.footer-links a:hover { color: var(--primary); }



.avatar-selection { display: none; grid-template-columns: repeat(4, 1fr); gap: 10px; background: #f1f5f9; padding: 15px; border-radius: 16px; margin-bottom: 20px; }

.avatar-option { font-size: 30px; text-align: center; cursor: pointer; padding: 10px; border-radius: 12px; background: white; transition: 0.2s; }

.avatar-option:hover { transform: scale(1.1); background: var(--accent); }



/* =========================================

   PREMIUM ANASAYFA & SEO EKLENTİLERİ 

   ========================================= */

.premium-card { background: linear-gradient(145deg, #ffffff, #f8fafc); border-radius: 24px; padding: 40px 20px; box-shadow: 0 10px 30px rgba(0,0,0,0.03); border: 1px solid rgba(255,255,255,0.8); text-align: center; margin-bottom: 25px; position: relative; overflow: hidden; }

.hero-badge { display: inline-block; background: rgba(79, 70, 229, 0.1); color: var(--primary); padding: 8px 16px; border-radius: 20px; font-size: 11px; font-weight: 900; text-transform: uppercase; margin-bottom: 20px; letter-spacing: 1px; border: 1px solid rgba(79, 70, 229, 0.2); }

.hero-title { font-size: 32px; color: var(--text-main); line-height: 1.2; margin-bottom: 15px; font-weight: 900; letter-spacing: -1px; }

.hero-desc { font-size: 15px; color: var(--text-muted); line-height: 1.6; margin-bottom: 25px; font-weight: 600; padding: 0 5px; }

.hero-buttons { display: flex; gap: 12px; flex-direction: column; }

@media(min-width: 480px) { .hero-buttons { flex-direction: row; justify-content: center; } }

.btn-glow { box-shadow: 0 8px 25px rgba(79, 70, 229, 0.4) !important; animation: pulseGlow 2s infinite; }

@keyframes pulseGlow { 0% { box-shadow: 0 0 0 0 rgba(79,70,229,0.5); } 70% { box-shadow: 0 0 0 15px rgba(79,70,229,0); } 100% { box-shadow: 0 0 0 0 rgba(79,70,229,0); } }



.premium-stats { display: flex; justify-content: space-between; gap: 10px; margin-bottom: 30px; }

.stat-item { flex: 1; background: var(--card-bg); padding: 15px 5px; border-radius: 16px; text-align: center; box-shadow: 0 5px 15px rgba(0,0,0,0.02); border: 1px solid #e2e8f0; }

.stat-num { display: block; font-size: 22px; font-weight: 900; color: var(--primary); margin-bottom: 5px; }

.stat-label { font-size: 10px; color: var(--text-muted); font-weight: 900; text-transform: uppercase; }



.section-title { text-align: center; font-size: 22px; margin-bottom: 20px; color: var(--text-main); font-weight: 900; }

.features-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 30px; }

.feature-card { background: var(--card-bg); padding: 20px 15px; border-radius: 20px; border: 1px solid #e2e8f0; text-align: center; box-shadow: 0 5px 15px rgba(0,0,0,0.02); transition: transform 0.3s; }

.feature-card:hover { transform: translateY(-5px); border-color: var(--primary); }

.f-icon { font-size: 35px; margin-bottom: 10px; filter: drop-shadow(0 4px 4px rgba(0,0,0,0.1)); }

.feature-card h3 { font-size: 14px; margin-bottom: 8px; color: var(--text-main); font-weight: 900;}

.feature-card p { font-size: 11px; margin-bottom: 0; line-height: 1.5; color: var(--text-muted); font-weight: 600;}



.steps-list { list-style: none; text-align: left; display: flex; flex-direction: column; gap: 12px; margin-top: 15px;}

.steps-list li { display: flex; gap: 15px; align-items: center; background: #f8fafc; padding: 15px; border-radius: 16px; border: 1px solid #e2e8f0; transition: 0.2s;}

.steps-list li:hover { background: white; border-color: var(--secondary); box-shadow: 0 4px 10px rgba(0,0,0,0.03);}

.step-num { background: var(--secondary); color: white; width: 40px; height: 40px; border-radius: 12px; display: flex; justify-content: center; align-items: center; font-size: 20px; font-weight: 900; flex-shrink: 0; box-shadow: 0 4px 10px rgba(14, 165, 233, 0.3); transform: rotate(-5deg); }

.steps-list p { margin: 0; font-size: 13px; color: var(--text-muted); }

.steps-list strong { color: var(--text-main); font-weight: 800; display: block; margin-bottom: 2px; }



/* REWARD AD MODAL (GÜNCELLENMİŞ PREMIUM TASARIM) */

.ad-modal { 

    display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; 

    background: rgba(15, 23, 42, 0.95); 

    backdrop-filter: blur(8px); 

    z-index: 99999; 

    justify-content: center; align-items: center; flex-direction: column; 

    color: white; text-align: center; padding: 20px;

}

.ad-modal h2 { font-size: 24px; margin-bottom: 10px; }

.ad-modal p { font-size: 14px; color: #94a3b8; margin-bottom: 30px; }



/* RÜTBE VE TEBRİK EKRANI (LEVEL UP MODAL) */

#rankUpModal { background: rgba(15, 23, 42, 0.95); backdrop-filter: blur(10px); z-index: 999999; }

.bounce-anim { font-size: 65px; margin-bottom: 10px; animation: bounce 1.5s infinite; filter: drop-shadow(0 0 20px rgba(245, 158, 11, 0.5)); }

@keyframes bounce { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-20px); } }



.rank-badge-modal { background: linear-gradient(135deg, #f59e0b, #d97706); color: white; padding: 12px 25px; border-radius: 15px; font-size: 22px; font-weight: 900; margin-bottom: 15px; box-shadow: 0 5px 20px rgba(245, 158, 11, 0.5); text-transform: uppercase; border: 2px solid #fbbf24; }

.prof-rank-badge { display: inline-block; background: linear-gradient(135deg, #4f46e5, #4338ca); color: white; padding: 6px 18px; border-radius: 20px; font-size: 12px; font-weight: 900; margin-top: -15px; position: relative; z-index: 10; box-shadow: 0 4px 10px rgba(79, 70, 229, 0.4); text-transform: uppercase; border: 2px solid #c7d2fe; letter-spacing: 1px;}



/* =========================================

   YENİ EKLENEN MAĞAZA (SHOP) VE ALT MENÜ (BOTTOM NAV) CSS KODLARI

   ========================================= */



/* MAĞAZA ÖZEL TASARIMLARI */

.shop-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; margin-top: 15px; }

.shop-item { background: #f8fafc; border: 2px solid #e2e8f0; border-radius: 16px; padding: 20px 10px; text-align: center; transition: 0.3s; display:flex; flex-direction:column; align-items:center; }

.shop-item:hover { transform: translateY(-3px); border-color: var(--accent); box-shadow: 0 10px 20px rgba(245, 158, 11, 0.15); }

.shop-icon { font-size: 50px; margin-bottom: 10px; filter: drop-shadow(0 4px 5px rgba(0,0,0,0.1)); }

.shop-title { font-size: 14px; font-weight: 900; color: var(--text-main); margin-bottom: 5px; text-transform:uppercase;}

.shop-price { font-weight: 900; color: var(--accent); font-size: 16px; margin-bottom: 15px; background: rgba(245, 158, 11, 0.1); padding: 4px 12px; border-radius: 20px;}

.shop-btn { width: 100%; padding: 10px; border-radius: 12px; border: none; font-weight: 900; font-size: 13px; cursor: pointer; transition: 0.2s; text-transform:uppercase; }

.btn-buy { background: var(--accent); color: white; box-shadow: 0 4px 0 #b45309; }

.btn-buy:active { transform: translateY(4px); box-shadow: 0 0 0 #b45309; }

.btn-owned { background: var(--success); color: white; cursor: default; }



/* MOBİLDE MENÜYÜ EN ALTA SABİTLEME (BOTTOM NAV) */

@media (max-width: 767px) {

    nav.main-nav {

        position: fixed;

        bottom: 0;

        left: 0;

        width: 100%;

        background: var(--card-bg);

        box-shadow: 0 -5px 20px rgba(0,0,0,0.05);

        z-index: 1000;

        padding-bottom: env(safe-area-inset-bottom, 10px);

        border-top: 1px solid #e2e8f0;

    }

    .content-area {

        padding-bottom: 70px; /* Alttaki menü içeriği kapatmasın diye boşluk */

    }

}




.game-top-stats{
display:flex;
justify-content:center;
gap:15px;
margin-bottom:15px;
}





















/* =========================================
   STABLE HEADER
   ========================================= */

/* =========================================
   STABLE HEADER
   ========================================= */

header{
display:flex;
justify-content:space-between;
align-items:center;
padding:10px 15px;
background:#ffffff;
border-bottom:1px solid #e2e8f0;
position:sticky;
top:0;
z-index:1000;
height:64px;
}

/* LOGO */
.header-left{
display:flex;
align-items:center;
}

/* SAĞ TARAF */
.header-right{
display:flex;
align-items:center;
justify-content:flex-end;
gap:10px;
min-width:120px;
margin-left:auto;
}

/* PROFİL */
.profile-trigger{
display:flex;
align-items:center;
justify-content:flex-end;
gap:8px;
width:180px;
text-decoration:none;
color:var(--text-main);
}

/* AVATAR */
.avatar-circle{
width:34px;
height:34px;
display:flex;
align-items:center;
justify-content:center;
font-size:18px;
border-radius:50%;
background:#fff;
border:2px solid #fff;
box-shadow:0 0 0 2px var(--accent);
flex-shrink:0;
}



/* =========================================
   PREMIUM HEADER (JS UYUMLU - TEMİZ)
   ========================================= */

.footer-links {
    text-align: center;
    padding: 20px 0;
    margin-top: 20px;
    border-top: 1px dashed #e2e8f0;
}

.footer-links a {
    color: var(--text-muted);
    font-weight: 800;
    margin: 0 10px;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    transition: color 0.2s;
}

.footer-links a:hover {
    color: var(--primary);
}

/* PROFİL VE RÜTBE SİSTEMİ TAM TASARIM */
.profile-header { text-align: center; margin-bottom: 30px; }
.profile-avatar-container { width: 100px; height: 100px; background: #fff; border-radius: 50%; font-size: 50px; display: flex; align-items: center; justify-content: center; margin: 0 auto 15px; border: 4px solid var(--accent); position: relative; box-shadow: 0 10px 20px rgba(0,0,0,0.05); }
.edit-icon { position: absolute; bottom: 0; right: 0; background: var(--primary); color: white; width: 30px; height: 30px; border-radius: 50%; font-size: 14px; display: flex; align-items: center; justify-content: center; border: 3px solid white; }
.stats-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; margin-bottom: 20px; }
.stat-box { background: #f8fafc; padding: 20px 10px; border-radius: 20px; text-align: center; border: 1px solid #e2e8f0; }
.stat-box h3 { font-size: 26px; margin: 0 0 5px; font-weight: 900; }
.stat-box span { font-size: 10px; color: var(--text-muted); font-weight: 900; text-transform: uppercase; }
.balance-box { background: linear-gradient(135deg, rgba(245, 158, 11, 0.05) 0%, rgba(245, 158, 11, 0.15) 100%); border: 2px solid rgba(245, 158, 11, 0.3); border-radius: 24px; padding: 20px; text-align: center; }
.identity-section { display: flex; flex-direction: column; gap: 10px; margin-top: 10px; }
.display-username-full { background: #f1f5f9; padding: 12px; border-radius: 14px; border: 1px dashed #cbd5e1; text-align: center; }
.display-username-full span { font-size: 18px; font-weight: 900; color: var(--primary); text-transform: uppercase; }
.input-group { display: flex; gap: 10px; align-items: stretch; }
.input-group input { flex: 1; padding: 16px; border-radius: 16px; border: 2px solid #e2e8f0; font-weight: 900; text-transform: uppercase; outline: none; }
.btn-save { min-width: 120px; border-radius: 16px; background: var(--primary); color: white; font-weight: 900; border: none; cursor: pointer; box-shadow: 0 4px 0 var(--primary-dark); }
@media (max-width: 480px) { .input-group { flex-direction: column; } .btn-save { width: 100%; padding: 16px; } }


.nav-item,
.btn,
.feature-card,
.shop-item{
will-change:transform;
}

/* CLS SAFE USERNAME */

.username-text{
display:inline-flex;
align-items:center;
justify-content:flex-end;

width:110px;   /* sabit alan */
height:18px;

font-size:12px;
font-weight:900;
text-transform:uppercase;

overflow:hidden;
white-space:nowrap;
text-overflow:ellipsis;
}

.username-placeholder{
opacity:0.6;
}

/* mobil */

@media (max-width:480px){

.username-text{
width:80px;
font-size:11px;
}

}


/* public_html/style.css */

/* Header avatar taşma fix */
.avatar-circle{
  width:34px;
  height:34px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:18px;
  border-radius:50%;
  overflow:hidden;
  line-height:1;
}

/* Modal avatar grid responsive */
.avatar-grid{
display:grid;
grid-template-columns: repeat(4, 1fr);
gap:10px;
}


.avatar-btn{
  padding:10px !important;
  border-radius:14px !important;
  font-size:20px !important;
  line-height:1 !important;
}
.avatar-preview{
  font-size:44px;
  background: rgba(255,255,255,0.06);
  border:1px solid rgba(255,255,255,0.12);
  border-radius:18px;
  padding:14px;
  line-height:1;
}







/* public_html/profile.css */

#profilePageWrapper { width: 100%; }

/* GUEST */
.prof-guest{
  text-align:center;
  padding:34px 18px;
}
.prof-guest-lock{
  font-size:64px;
  margin-bottom:12px;
}
.prof-guest-title{
  margin-bottom:8px;
}
.prof-guest-desc{
  margin: 0 auto 18px;
  max-width: 420px;
}
.prof-guest-actions{
  display:flex;
  gap:12px;
  justify-content:center;
}
@media (max-width:520px){
  .prof-guest-actions{ flex-direction:column; }
}

/* HERO */
.prof-hero{ padding:20px; }
.prof-hero-top{
  display:flex;
  gap:14px;
  align-items:center;
}
.prof-avatar{
  width:92px;
  height:92px;
  border-radius:24px;
  border:2px solid #e2e8f0;
  background: linear-gradient(180deg, #ffffff, #f8fafc);
  box-shadow: 0 10px 22px rgba(0,0,0,0.05);
  font-size:44px;
  font-weight:900;
  display:flex;
  align-items:center;
  justify-content:center;
  position:relative;
  cursor:pointer;
}
.prof-avatar .edit-icon{
  position:absolute;
  right:-6px;
  bottom:-6px;
  width:28px;
  height:28px;
  border-radius:12px;
  background: var(--primary);
  color:#fff;
  font-size:13px;
  display:flex;
  align-items:center;
  justify-content:center;
  border:3px solid #fff;
}
.prof-hero-meta{ flex:1; min-width: 0; }
.prof-username{
  font-weight:900;
  color:var(--text-main);
  font-size:18px;
  text-transform:uppercase;
  overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
}
.prof-rank{
  margin-top:6px;
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:8px 12px;
  border-radius:14px;
  background: linear-gradient(135deg, #4f46e5, #4338ca);
  color:#fff;
  font-weight:900;
  font-size:12px;
}

/* Progress */
.prof-progress{
  margin-top:16px;
  padding-top:14px;
  border-top:1px dashed #e2e8f0;
}
.prof-progress-label{
  display:flex;
  justify-content:space-between;
  align-items:center;
  color: var(--text-muted);
  font-weight:900;
  font-size:11px;
  text-transform:uppercase;
  margin-bottom:8px;
}
.prof-progress-bar{
  height:12px;
  border-radius:999px;
  background:#eef2ff;
  border:1px solid #e2e8f0;
  overflow:hidden;
}
.prof-progress-fill{
  height:100%;
  width:0%;
  background: linear-gradient(90deg, var(--primary), var(--secondary));
  border-radius:999px;
  transition: width 220ms ease;
}

/* STATS */
.prof-stats{ padding:20px; }
.prof-stats-grid{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:12px;
}
.prof-stat{
  background:#f8fafc;
  border:1px solid #e2e8f0;
  border-radius:18px;
  padding:14px;
}
.prof-stat-top{
  display:flex;
  align-items:center;
  gap:8px;
  margin-bottom:10px;
}
.prof-stat-ico{ font-size:18px; }
.prof-stat-title{
  font-size:11px;
  font-weight:900;
  color:var(--text-muted);
  text-transform:uppercase;
}
.prof-stat-val{
  font-size:22px;
  font-weight:900;
  color:var(--text-main);
}

/* GOLD */
.prof-gold-box{
  margin-top:14px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:14px;
  border-radius:18px;
  border:1px solid rgba(245,158,11,0.25);
  background: linear-gradient(135deg, rgba(245,158,11,0.08), rgba(245,158,11,0.18));
}
.prof-gold-title{
  font-weight:900;
  color:var(--text-main);
}
.prof-gold-desc{
  margin-top:2px;
  font-size:12px;
  font-weight:700;
  color:var(--text-muted);
}
.prof-gold-amount{
  font-weight:900;
  font-size:18px;
  color:#92400e;
  white-space:nowrap;
}

/* IDENTITY */
.prof-identity{ padding:20px; }
.prof-section-title{
  margin-bottom:12px;
}
.prof-identity-row{
  display:flex;
  gap:10px;
}
.prof-input{
  flex:1;
  min-width:0;
  padding:14px 14px;
  border-radius:16px;
  border:2px solid #e2e8f0;
  font-weight:900;
  outline:none;
  text-transform:uppercase;
  background:#fff;
}
.prof-input:focus{
  border-color: rgba(79,70,229,0.45);
  box-shadow: 0 0 0 4px rgba(79,70,229,0.12);
}
.prof-save-btn{
  width:auto;
  min-width:140px;
}
.prof-mini-note{
  margin-top:10px;
  font-size:12px;
  font-weight:700;
  color:var(--text-muted);
}
@media (max-width:520px){
  .prof-identity-row{ flex-direction:column; }
  .prof-save-btn{ width:100%; }
}

/* HISTORY */
.prof-history{ padding:20px; }
.prof-loading{
  text-align:center;
  color:var(--text-muted);
  font-weight:800;
}



/* HEADER LOGIN BUTTON */

.header-login-btn{
background:#f59e0b;        /* farklı renk */
color:white;
border:none;

padding:13px 16px;         /* biraz daha büyük */
font-size:13px;
font-weight:900;

border-radius:12px;
cursor:pointer;

display:inline-flex;
align-items:center;
justify-content:center;

box-shadow:0 3px 0 #b45309;
transition:0.15s;
}

.header-login-btn:active{
transform:translateY(3px);
box-shadow:0 0 0 var(--primary-dark);
}

@media (max-width:480px){

.header-login-btn{
padding:10px 14px;
font-size:14px;
}

}




/* =========================================
   SEO CONTENT LIST DESIGN
   ========================================= */

.seo-content-block ul,
.seo-content-block ol{
margin:20px 0;
padding-left:0;
list-style:none;
display:flex;
flex-direction:column;
gap:10px;
}

.seo-content-block li{
background:#f8fafc;
border:1px solid #e2e8f0;
border-radius:14px;
padding:14px 16px;
font-size:14px;
font-weight:700;
color:var(--text-main);
display:flex;
align-items:flex-start;
gap:12px;
transition:0.2s;
}

.seo-content-block li:hover{
background:#ffffff;
border-color:var(--secondary);
box-shadow:0 4px 10px rgba(0,0,0,0.03);
}

/* numaralı liste */

.seo-content-block ol{
counter-reset: seoStep;
}

.seo-content-block ol li{
counter-increment: seoStep;
}

.seo-content-block ol li::before{

content: counter(seoStep);

background: var(--secondary);
color:white;

min-width:32px;
height:32px;

display:flex;
align-items:center;
justify-content:center;

border-radius:10px;

font-size:14px;
font-weight:900;

box-shadow:0 4px 10px rgba(14,165,233,0.3);

}

/* normal bullet */

.seo-content-block ul li::before{

content:"•";

color:var(--accent);

font-size:22px;
line-height:1;
font-weight:900;

}


/* Sıralı liste nokta kaldırma */

ol{
list-style:none;
padding-left:0;
margin-left:0;
}

ol li{
list-style:none;
}

.seo-content-block ol{
list-style:none;
padding-left:0;
}