/* Kaptan Doviz - Kurlar sayfasi stilleri (Tugba) */

.kurlar-header {
   background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
   color: #fff;
   padding: 130px 0 50px;
   text-align: center;
}
.kurlar-header h2 {
   font-weight: 600;
   letter-spacing: 1px;
   margin-bottom: 12px;
}
.kurlar-sub {
   font-size: 14px;
   opacity: 0.9;
   margin: 4px 0;
}
.kurlar-uyari {
   color: #ffb74d;
   font-size: 13px;
   margin-top: 8px;
}
.canli-lamba {
   display: inline-block;
   width: 10px; height: 10px;
   border-radius: 50%;
   background: #4caf50;
   margin-left: 8px;
   box-shadow: 0 0 8px #4caf50;
   animation: lambaPulse 1.5s infinite;
   vertical-align: middle;
}
@keyframes lambaPulse {
   0%,100% { opacity: 1; transform: scale(1); }
   50%     { opacity: 0.4; transform: scale(1.2); }
}

.kurlar-wrap {
   padding: 50px 0 80px;
   background: #f7f8fb;
}
.kurlar-baslik {
   color: #B81E20;
   font-weight: 600;
   margin: 0 0 18px;
   padding-bottom: 8px;
   border-bottom: 2px solid #B81E20;
}
.kurlar-baslik i { margin-right: 8px; }
.mt-40 { margin-top: 40px; }

.kur-tablo {
   width: 100%;
   background: #fff;
   border-collapse: separate;
   border-spacing: 0;
   box-shadow: 0 2px 12px rgba(0,0,0,0.06);
   border-radius: 8px;
   overflow: hidden;
   font-size: 15px;
}
.kur-tablo thead th {
   background: #1a1a2e;
   color: #fff;
   font-weight: 500;
   padding: 14px 16px;
   text-align: left;
   letter-spacing: 0.5px;
   font-size: 13px;
   text-transform: uppercase;
}
.kur-tablo tbody td {
   padding: 12px 16px;
   border-bottom: 1px solid #eef0f5;
}
.kur-tablo tbody tr:last-child td { border-bottom: 0; }
.kur-tablo tbody tr:hover { background: #fafbfd; }
.kur-tablo .kod {
   font-weight: 700;
   color: #B81E20;
   width: 70px;
}
.kur-tablo .ad { color: #4a5568; }
.kur-tablo .alis, .kur-tablo .satis {
   font-family: 'Poppins', monospace;
   font-weight: 600;
   font-variant-numeric: tabular-nums;
   width: 22%;
   transition: background 0.4s ease;
}
.kur-tablo .deger { display: inline-block; min-width: 80px; }

/* yon ikonu (Unicode ▲ ▼ ─) */
.kur-tablo .ok {
   display: inline-block;
   margin-left: 8px;
   font-size: 13px;
   font-weight: 700;
   vertical-align: middle;
   line-height: 1;
}
.yon-artis .ok { color: #2e7d32; }
.yon-artis    { color: #2e7d32; }
.yon-dusus .ok { color: #c62828; }
.yon-dusus    { color: #c62828; }
.yon-sabit .ok { color: #9aa1ab; }
.yon-sabit    { color: #4a5568; }

/* Degisim flash efekti */
.flash-artis { background: rgba(76,175,80,0.18) !important; }
.flash-dusus { background: rgba(244,67,54,0.18) !important; }

.kurlar-foot {
   text-align: center;
   margin-top: 30px;
   font-size: 12px;
   color: #6b7280;
}
.kurlar-foot a { color: #B81E20; }

@media (max-width: 600px) {
   .kurlar-header { padding: 100px 0 30px; }
   .kur-tablo { font-size: 13px; }
   .kur-tablo thead th, .kur-tablo tbody td { padding: 10px 8px; }
   .kur-tablo .ad { display: none; }
}
