:root { color-scheme: light; }
* { box-sizing: border-box; }
body { font-family: system-ui, sans-serif; margin: 0; background: #f7f7f8; color: #1a1a1a; }
header { background: #1a1a1a; color: #fff; padding: 1rem 1.5rem; display: flex; justify-content: space-between; align-items: center; }
header .logo { color: #fff; font-weight: 700; text-decoration: none; font-size: 1.1rem; }
header nav a { color: #cbd5e1; margin-left: 1rem; text-decoration: none; font-size: 0.9rem; }
header nav a:hover { color: #fff; }
.bildirim { background: #fef3c7; color: #92400e; padding: 0.6rem 1.5rem; font-size: 0.9rem; }
main { padding: 2rem 1.5rem; max-width: 960px; margin: 0 auto; }
section { background: #fff; border: 1px solid #e5e7eb; border-radius: 8px; padding: 1.25rem 1.5rem; margin-bottom: 1.5rem; }
.hero { text-align: center; padding: 3rem 1.5rem; }
.hero h1 { font-size: 1.75rem; margin-bottom: 0.5rem; }
.cta { display: inline-block; margin-top: 1rem; background: #2563eb; color: #fff; padding: 0.6rem 1.5rem; border-radius: 6px; text-decoration: none; font-weight: 600; }
.form-kutu { max-width: 400px; margin: 0 auto; }
.form-kutu form { display: flex; flex-direction: column; gap: 0.75rem; }
.form-kutu label { display: flex; flex-direction: column; gap: 0.25rem; font-size: 0.9rem; }
.form-kutu input { padding: 0.5rem; border: 1px solid #d1d5db; border-radius: 6px; font-size: 1rem; }
button { background: #2563eb; color: #fff; border: none; padding: 0.6rem 1rem; border-radius: 6px; cursor: pointer; font-size: 0.95rem; }
button:hover { background: #1d4ed8; }
.ipucu { color: #6b7280; font-size: 0.85rem; }
table.tablo { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
table.tablo th, table.tablo td { border: 1px solid #e5e7eb; padding: 0.4rem 0.6rem; text-align: left; }
.odeme-yontemleri { display: flex; gap: 0.75rem; flex-wrap: wrap; }
.odeme-yontemleri form { margin: 0; }
.odeme-yontemleri button { font-size: 1rem; padding: 0.8rem 1.2rem; }
.banka-bilgisi { background: #f3f4f6; border-radius: 6px; padding: 0.75rem 1rem; margin: 0.75rem 0; font-size: 0.9rem; }
.banka-bilgisi p { margin: 0.25rem 0; }
button.tehlikeli { background: #dc2626; }
button.tehlikeli:hover { background: #b91c1c; }
iframe#paytriframe { border: none; }
.gun-secim { display: inline-flex; align-items: center; gap: 0.25rem; margin-right: 0.75rem; font-size: 0.85rem; }
.kanal-secim { display: block; margin: 0.4rem 0; }
.takvim-gezinme { display: flex; justify-content: space-between; align-items: center; margin-bottom: 0.75rem; }
.takvim-gezinme a { text-decoration: none; color: #2563eb; }
table.takvim-tablosu { width: 100%; border-collapse: collapse; font-size: 0.85rem; }
table.takvim-tablosu th, table.takvim-tablosu td { border: 1px solid #e5e7eb; padding: 0.4rem 0.5rem; text-align: left; vertical-align: top; }
.saat-basligi { white-space: nowrap; background: #f3f4f6; }
.hucre-bos { background: #fafafa; }
.takvim-gonderi { font-size: 0.75rem; margin-bottom: 0.25rem; padding: 0.15rem 0.3rem; border-radius: 4px; background: #eef2ff; }
.takvim-gonderi.durum-yayinlandi { background: #d1fae5; }
.takvim-gonderi.durum-durduruldu { background: #fee2e2; }
tr.log-hata td { background: #fef2f2; }
