html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@400;700;900&family=Plus+Jakarta+Sans:wght@400;700&family=JetBrains+Mono:wght@800&display=swap');

:root {
    --bg: #08080a; --card: rgba(18, 18, 22, 0.9); --accent: #00f2ff;
    --purple: #8e2de2; --text: #ffffff; --dim: #8492a6; --danger: #ff3366; --success: #00ff88;
}

body {
    background: var(--bg); color: var(--text); font-family: 'Outfit', sans-serif;
    background-image: radial-gradient(circle at 10% 20%, rgba(142, 45, 226, 0.12) 0%, transparent 40%);
    margin: 0; overflow-x: hidden;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    font-weight: 700;
}

.navbar-custom {
    background-color: #161b22;
    border-bottom: 1px solid #30363d;
    padding: 15px 0;
}

.navbar-brand {
    font-family: 'Outfit', sans-serif;
    font-weight: 900;
    font-size: 1.5rem;
    letter-spacing: -0.5px;
    background: linear-gradient(135deg, #00f2ff 0%, #8e2de2 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    display: flex;
    align-items: center;
    gap: 12px;
    text-transform: uppercase;
}

.logo-container {
    position: relative;
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, rgba(0, 242, 255, 0.1), rgba(142, 45, 226, 0.1));
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(0, 242, 255, 0.2);
}

.logo-icon {
    font-size: 24px;
    background: linear-gradient(135deg, #00f2ff, #8e2de2);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.header-stats {
    display: flex;
    gap: 15px;
    align-items: center;
}

.header-stat-box {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    padding: 5px 12px;
    display: flex;
    flex-direction: column;
    line-height: 1.2;
    min-width: 100px;
}

.header-stat-label {
    font-size: 0.65rem;
    font-weight: 800;
    color: #8b949e;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

.header-stat-value {
    font-family: 'Outfit', sans-serif;
    font-size: 0.95rem;
    font-weight: 900;
    color: #fff;
}

.stat-steam { color: #00f2ff !important; }
.stat-float { color: #00ff88 !important; }

.lang-select {
    background: #1a1a1c !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    color: white !important;
    border-radius: 8px;
    padding: 5px 10px;
    font-size: 0.8rem;
    cursor: pointer;
    outline: none;
    appearance: auto;
    font-weight: bold;
}

.btn-elite {
    background: linear-gradient(135deg, var(--accent), var(--purple));
    border: none;
    border-radius: 10px;
    color: #ffffff !important;
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: 0.3s;
}

.btn-elite:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 242, 255, 0.2);
}

.btn-outline-elite {
    background: transparent;
    border: 1px solid rgba(0, 242, 255, 0.3);
    color: #00f2ff !important;
    padding: 6px 15px;
    border-radius: 8px;
    font-size: 0.8rem;
    font-weight: 700;
    transition: 0.3s;
}

.btn-outline-elite:hover {
    background: rgba(0, 242, 255, 0.1);
    border-color: #00f2ff;
}

.glass-panel {
    background: var(--card); border: 1px solid rgba(255,255,255,0.05);
    border-radius: 20px; padding: 20px; transition: 0.3s ease;
}

.market-btn {
    flex: 1; padding: 12px; border-radius: 12px; font-family: 'Outfit'; font-weight: 700;
    text-decoration: none; text-align: center; font-size: 0.75rem; transition: 0.3s;
    border: 1px solid rgba(255,255,255,0.1); color: white !important;
    display: flex; align-items: center; justify-content: center; gap: 8px; background: rgba(255,255,255,0.02);
}

.market-btn:hover { background: rgba(255,255,255,0.08); transform: translateY(-2px); border-color: var(--accent); }
.market-btn svg, .market-btn img { width: 18px; height: 18px; }

.price-box-elite {
    display: flex; flex-direction: column; justify-content: center; align-items: center;
    min-height: 120px; text-align: center; border: 1px solid rgba(0, 242, 255, 0.15) !important;
    box-shadow: 0 0 15px rgba(0, 242, 255, 0.05); position: relative;
}

.clickable-box { cursor: pointer; transition: 0.2s; }
.clickable-box:hover { background: rgba(0, 242, 255, 0.05); border-color: var(--accent) !important; }
.info-badge { position: absolute; top: 8px; right: 12px; font-size: 0.6rem; color: var(--accent); opacity: 0.6; font-weight: bold; }

.input-elite {
    background: rgba(255, 255, 255, 0.03); border: 1px solid rgba(255, 255, 255, 0.12);
    color: white; border-radius: 10px; padding: 12px; text-align: center;
    font-weight: 600;
}

.status-badge {
    background: rgba(255, 255, 255, 0.02); border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 12px; padding: 8px 15px; display: flex; align-items: center; gap: 10px; min-height: 52px;
}

.stat-val { font-size: 1.4rem; font-weight: 900; display: block; margin-top: 5px; letter-spacing: -0.5px; }
.status-res { font-family: 'JetBrains Mono', monospace; font-weight: 900; }
.accent-text { color: var(--accent); }
.success-text { color: var(--success); }
.danger-text { color: var(--danger); }

#favSide {
    position: fixed; top: 0; right: -400px; width: 380px; height: 100vh;
    background: rgba(10, 10, 12, 0.98); backdrop-filter: blur(20px);
    border-left: 1px solid rgba(255,255,255,0.1); z-index: 2000; transition: 0.4s; padding: 30px;
}

#favSide.open { right: 0; }
.fav-card { background: rgba(255,255,255,0.03); border-radius: 15px; padding: 15px; margin-bottom: 12px; }

/* v35.0 LOGO VE ICON TASARIMI */
.logo-container-v2 {
    width: 40px;
    height: 40px;
    background: rgba(0, 242, 255, 0.08);
    border: 1.5px solid rgba(0, 242, 255, 0.2);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 15px rgba(0, 242, 255, 0.1);
    transition: all 0.3s ease;
}

.navbar-brand:hover .logo-container-v2 {
    transform: rotate(5deg) scale(1.05);
    border-color: rgba(0, 242, 255, 0.5);
    box-shadow: 0 0 20px rgba(0, 242, 255, 0.2);
}

.logo-icon-v2 {
    font-size: 1.4rem;
    background: linear-gradient(135deg, #00f2ff 0%, #7000ff 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.3));
}

.brand-text-v2 {
    font-weight: 800;
    letter-spacing: 1.5px;
    background: linear-gradient(to right, #fff 0%, rgba(255,255,255,0.7) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 1.1rem;
}

#itemIcon { max-height: 220px !important; width: auto !important; margin-bottom: 15px !important; }
.display-6 { font-size: 1.8rem !important; }
.mb-5 { margin-bottom: 2rem !important; }
.glass-panel { padding: 15px !important; margin-bottom: 10px !important; }
.price-box-elite { min-height: 80px !important; padding: 10px !important; }
.stat-val { font-size: 1.3rem !important; }
#priceGrid { margin-bottom: 5px !important; }
#dailySalesRow { margin-top: 0 !important; }
.container { margin-top: 20px !important; }
.navbar-custom { padding: 10px 0 !important; }

/* v30.1 GÜNLÜK SATIŞ PANELİ TASARIMI VE RENK UYUMU */
.stats-card-v2 {
    padding: 20px !important;
    border-radius: 15px !important;
    background: rgba(255, 255, 255, 0.03) !important;
    border: 1px solid rgba(255, 255, 255, 0.05) !important;
    transition: all 0.3s ease;
}

.stats-card-float {
    background: rgba(0, 242, 255, 0.05) !important;
    border: 1px solid rgba(0, 242, 255, 0.15) !important;
}

.stats-card-steam {
    background: rgba(0, 242, 255, 0.05) !important;
    border: 1px solid rgba(0, 242, 255, 0.15) !important;
}

.stats-card-v2:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.stats-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}

.icon-float { color: #00f2ff; font-size: 1.2rem; }
.icon-steam { color: #00f2ff; font-size: 1.2rem; }

.stats-title {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 1px;
    color: rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
}

.stats-body {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.stats-value {
    font-family: 'Outfit', sans-serif;
    font-size: 2.2rem;
    font-weight: 800;
    line-height: 1;
}

.val-float { color: #00f2ff; }
.val-steam { color: #00f2ff; }

.stats-trend {
    font-size: 0.65rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.4);
    padding: 4px 8px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 5px;
}

/* ESKİ ALANLARI GİZLE */
#quickStatsRow, #statsGrid, .liq-card, #dailySalesRow_old { display: none !important; }

.liq-item { border-right: 1px solid rgba(255,255,255,0.05); }
.liq-item:last-child { border-right: none; }
.liq-val { font-family: 'Outfit'; font-size: 1.8rem; font-weight: 900; color: #fff; }

.sim-input { width: 110px !important; padding-left: 5px !important; padding-right: 5px !important; }

.warning-banner {
    background: rgba(255, 184, 108, 0.05);
    border: 1px solid rgba(255, 184, 108, 0.2);
    border-radius: 12px;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

.warning-icon { color: #ffb86c; font-size: 1.2rem; }
.warning-text { font-size: 0.75rem; color: rgba(255, 255, 255, 0.7); line-height: 1.4; }

.main-content {
    flex: 1;
    padding-bottom: 50px;
}

footer {
    background-color: #161b22;
    border-top: 1px solid #30363d;
    padding: 20px 0;
    color: #8b949e;
    font-size: 0.85rem;
}
