body {
    background: #0a0a18;
    min-height: 100vh;
    font-family: 'Segoe UI', system-ui, sans-serif;
}

.navbar-brand { font-size: 1.1rem; letter-spacing: .5px; }

.card {
    border-radius: 14px;
    box-shadow: 0 4px 24px rgba(0,0,0,.4);
}

/* Sinyal renkleri */
.text-buy  { color: #22c55e !important; }
.text-sell { color: #ef4444 !important; }
.text-flat { color: #6b7280 !important; }

/* Badge özelleştirme */
.badge { font-size: .75rem; font-weight: 600; letter-spacing: .3px; }

/* Yön satırları */
.dir-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 0;
    border-bottom: 1px solid #1a1a2e;
}
.dir-row:last-child { border-bottom: none; }
.dir-label { color: #8888aa; font-size: .85rem; }

/* Tahmin barı */
.forecast-row { margin-bottom: 8px; }
.forecast-tf   { color: #6b7280; font-size: .78rem; width: 28px; }
.forecast-side { font-size: .82rem; font-weight: 700; width: 40px; }
.forecast-pct  { color: #6b7280; font-size: .78rem; width: 40px; text-align: right; }

/* Performans barları */
.perf-row { margin-bottom: 10px; }
.perf-label {
    font-size: .82rem;
    font-weight: 600;
    color: #c8c8e8;
    min-width: 100px;
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.perf-cnt  { color: #4a4a6a; font-size: .75rem; }
.perf-val  { font-size: .88rem; font-weight: 700; min-width: 58px; text-align: right; }
.perf-val.pos { color: #22c55e; }
.perf-val.neg { color: #ef4444; }

.progress { border-radius: 6px; background: #1a1a2e; }
.progress-bar { border-radius: 6px; transition: width .6s ease; }

/* Section başlıkları */
.section-title {
    font-size: .72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #4a4a7a;
    margin-bottom: 12px;
    padding-bottom: 6px;
    border-bottom: 1px solid #1a1a2e;
}

hr { border-color: #1a1a2e !important; margin: 14px 0; }

/* Ana skor */
.main-signal { font-size: 1.8rem; font-weight: 800; letter-spacing: 1px; }
.main-icon   { font-size: 2.8rem; line-height: 1; }

/* FR satırı */
.fr-row { display: flex; gap: 16px; align-items: center; flex-wrap: wrap; }
.fr-item { font-size: .83rem; }
.fr-label { color: #6b7280; }

/* Sayaç */
#countdown { font-size: .78rem; }

/* Active trade satırı */
.trade-row {
    background: #0a0a1e;
    border: 1px solid #1a1a2e;
    border-radius: 8px;
    padding: 8px 10px;
    transition: border-color .2s;
}
.trade-row:hover { border-color: #3b3b6b; }

/* Responsive: küçük ekranda perf barları tek kolon */
@media (max-width: 768px) {
    .perf-label { min-width: 80px; }
}
