* { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: Arial, sans-serif; background: #f0f4f8; color: #333; }
.header { background: #1a1a2e; padding: 14px 20px; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 10px; }
.header h1 { color: #fff; font-size: 18px; }
.header a { color: #aaa; font-size: 13px; text-decoration: none; }
.header a:hover { color: #fff; }
.container { max-width: 780px; margin: 28px auto; padding: 0 15px; }
.uyari { font-size: 12px; color: #e94560; font-weight: bold; margin-bottom: 20px; }
.sonuc-kart { background: #fff; border-radius: 14px; padding: 32px 24px; box-shadow: 0 2px 12px rgba(0,0,0,0.09); margin-bottom: 24px; text-align: center; }
.sonuc-baslik { font-size: 22px; font-weight: bold; color: #1a1a2e; margin-bottom: 10px; }
.sonuc-alt-baslik { font-size: 16px; color: #444; margin-bottom: 28px; }
.sonuc-alt-baslik span { color: #e94560; font-weight: bold; }
.toplar { display: flex; align-items: center; justify-content: center; gap: 12px; flex-wrap: wrap; margin-bottom: 10px; }
.top { width: 62px; height: 62px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 22px; font-weight: bold; color: #fff; box-shadow: 0 3px 8px rgba(0,0,0,0.15); }
.top-ana { background: radial-gradient(circle at 35% 35%, #ff6b6b, #e94560); }
.top-arti { background: radial-gradient(circle at 35% 35%, #ffb84d, #ff9800); }
.arti-ayrac { font-size: 28px; color: #ccc; font-weight: bold; }
.ikramiye-kart { background: #fff; border-radius: 14px; padding: 24px; box-shadow: 0 2px 12px rgba(0,0,0,0.09); margin-bottom: 24px; }
.ikramiye-kart h2 { font-size: 16px; color: #1a1a2e; border-bottom: 2px solid #e94560; padding-bottom: 10px; margin-bottom: 18px; }
.ikramiye-tablo { width: 100%; border-collapse: collapse; font-size: 14px; }
.ikramiye-tablo th { background: #1a1a2e; color: #fff; padding: 11px 16px; text-align: left; }
.ikramiye-tablo td { padding: 11px 16px; border-bottom: 1px solid #f0f0f0; }
.ikramiye-tablo tr:last-child td { border-bottom: none; }
.ikramiye-tablo tr:hover td { background: #fff8f8; }
.kazanan-sayi { font-weight: bold; color: #e94560; }
.bos { color: #ccc; }
.youtube-kart { background: #fff; border-radius: 14px; padding: 24px; box-shadow: 0 2px 12px rgba(0,0,0,0.09); margin-bottom: 24px; }
.youtube-kart h2 { font-size: 16px; color: #1a1a2e; border-bottom: 2px solid #e94560; padding-bottom: 10px; margin-bottom: 18px; }
.yt-linkler { display: flex; gap: 12px; flex-wrap: wrap; }
.yt-btn { display: inline-flex; align-items: center; gap: 8px; background: #ff0000; color: #fff; border-radius: 8px; padding: 10px 20px; text-decoration: none; font-size: 14px; font-weight: bold; }
.yt-btn:hover { background: #cc0000; }
.seo-yazi { background: #fff; border-radius: 14px; padding: 28px; box-shadow: 0 2px 12px rgba(0,0,0,0.09); margin-bottom: 24px; }
.seo-yazi h2 { font-size: 16px; color: #1a1a2e; border-bottom: 2px solid #e94560; padding-bottom: 10px; margin-bottom: 16px; }
.seo-yazi p { font-size: 14px; color: #555; line-height: 1.8; margin-bottom: 12px; }
.seo-yazi p:last-child { margin-bottom: 0; }
.seo-yazi a { color: #e94560; text-decoration: none; font-weight: bold; }
.seo-yazi a:hover { text-decoration: underline; }
