* { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: 'Segoe UI', Arial, sans-serif; background: #f8f8f6; color: #1a1a1a; }
header { background: #1a1a1a; 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: #c8a96e; 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: #c8a96e; 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: #1a1a1a; margin-bottom: 10px; }
.sonuc-alt-baslik { font-size: 16px; color: #444; margin-bottom: 28px; }
.sonuc-alt-baslik span { color: #c8a96e; font-weight: bold; }
.toplar { display: flex; align-items: center; justify-content: center; gap: 12px; flex-wrap: wrap; margin-bottom: 10px; }
.top { width: 44px; height: 44px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 15px; font-weight: bold; color: #fff; box-shadow: 0 3px 8px rgba(0,0,0,0.15); }
.top-sans { background: radial-gradient(circle at 35% 35%, #ff6b6b, #e94560); }
.top-sayisal { background: radial-gradient(circle at 35% 35%, #4dabf7, #1971c2); }
.top-super { background: radial-gradient(circle at 35% 35%, #ffd43b, #f08c00); }
.top-on { background: radial-gradient(circle at 35% 35%, #a9e34b, #5c940d); }
.top-arti { background: radial-gradient(circle at 35% 35%, #ffb84d, #ff9800); }
.top-joker { background: radial-gradient(circle at 35% 35%, #da77f2, #9c36b5); }
.top-ss { background: radial-gradient(circle at 35% 35%, #ffd43b, #f08c00); }
.arti-ayrac { font-size: 28px; color: #ccc; font-weight: bold; }
.joker-label { font-size: 11px; color: #888; margin-top: 4px; }
.joker-grup { display: flex; flex-direction: column; align-items: center; }
.ikramiye-tablo { width: 100%; border-collapse: collapse; font-size: 14px; margin-top: 24px; }
.ikramiye-tablo th { background: #1a1a1a; 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: #fafaf8; }
.kazanan-sayi { font-weight: bold; color: #c8a96e; }
.bos { color: #ccc; }
.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: #1a1a1a; border-bottom: 2px solid #c8a96e; padding-bottom: 10px; margin-bottom: 16px; }
.seo-yazi p { font-size: 14px; color: #555; line-height: 1.8; margin-bottom: 12px; }
.seo-yazi a { color: #c8a96e; text-decoration: none; font-weight: bold; }
footer { background: #1a1a1a; color: #888; text-align: center; padding: 16px; font-size: 12px; margin-top: 40px; }
