body {
    margin: 0;
    padding: 0;
	background: linear-gradient(180deg, #1d0306 0%, #2d0913 80%, #000 100%);
	/*background: url("/bg.png") repeat;*/
	/*background: url("/bg.png") no-repeat center center fixed;*/
	background-size: cover;
    font-family: 'Montserrat', Arial, sans-serif;
    color: #fff;
    min-height: 100vh;
	height: 100vh;
}

/* Güvenlik damgası */
.guvenli-badge {
    margin: 16px auto 0 auto;
    max-width: 420px;
    background: #18131d;
    color: #ffc200;
    font-size: 1em;
    border-radius: 9px;
    padding: 7px 14px 7px 11px;
    border: 1px solid #ffb42a;
    box-shadow: 0 0 5px 2px #ed9207aa, 0 0 0 4px #ffbb2a22;
    display: flex;
    align-items: center;
    gap: 7px;
    justify-content: center;
}

/* Popup */
.popup {
    display: none;
    position: fixed;
    z-index: 888;
    left: 0; top: 0;
    width: 100vw; height: 100vh;
    background: rgba(17,10,26,0.89);
    align-items: center;
    justify-content: center;
}
.popup-content {
    background: #221023;
    border-radius: 17px;
    box-shadow: 0 0 36px 2px #ed9207aa, 0 0 0 4px #ffbb2a22;
    padding: 33px 17px 24px 17px;
    max-width: 340px;
    margin: 0 auto;
    text-align: center;
    color: #ffd;
    position: relative;
}
.close-popup {
    position: absolute;
    top: 13px; right: 17px;
    color: #ffbb2a;
    font-size: 1.7em;
    cursor: pointer;
    opacity: .65;
}
.popup-title {
    color: #ffe13b;
    font-weight: 800;
    font-size: 1.29em;
    margin-bottom: 7px;
    text-shadow: 0 2px 6px #ffae0055;
}
.popup-btn {
    background: linear-gradient(90deg,#ffbb2a 50%,#ff6100 100%);
    color: #222;
    border: none;
    border-radius: 11px;
    padding: 10px 44px;
    font-weight: 800;
    margin-top: 19px;
    font-size: 1.07em;
    cursor: pointer;
    box-shadow: 0 3px 18px #ffbb2a44;
}
.popup-btn:hover { background: linear-gradient(90deg,#ffdf67 60%,#ff9900 100%); }

.popup-text { color: #ffe; font-size: 1em; margin-bottom: 7px; }
.popup b { color: #ffbb2a; }

/* Vegas arka plan efekti */
.vegas-bg {
    position: fixed;
    z-index: 0;
    top: 0; left: 0; width: 100vw; height: 100vh;
    background:
        url('roulette.png') no-repeat right 28% top 39% / 160px auto,
        url('dice.png') no-repeat left 8% bottom 12% / 80px auto;
    opacity: 0.11;
    pointer-events: none;
}
.vegas-overlay {
    position: fixed;
    z-index: 1;
    top: 0; left: 0; width: 100vw; height: 100vh;
    background: radial-gradient(ellipse at center, #1a081a20 0%, #000a 100%);
    pointer-events: none;
}

/* Welcome Banner */
.welcome-banner {
    background: rgba(27,7,17,0.98);
    border: 1px solid #ffb42a;
    box-shadow: 0 0 2px 2px #ed9207aa, 0 0 0 4px #ffbb2a22;
    border-radius: 10px;
    max-width: 420px;
    margin: 26px auto 18px auto;
    padding: 19px 7px 17px 7px;
    text-align: center;
    z-index: 10;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.welcome-banner .emoji { font-size: 1.5em; }
.welcome-banner .main {
    color: #ffd700;
    font-size: 1.24em;
    font-weight: 900;
    margin-bottom: 3px;
    text-shadow: 0 2px 7px #ffae0080, 0 0px 20px #fff5d020;
    letter-spacing: .01em;
}
.welcome-banner .desc {
    color: #fff8e2;
    font-size: 1.03em;
}
.welcome-banner .highlight {
    color: #ffbb2a;
    font-weight: 900;
}

/* BONUS KARTLARI — MASAÜSTÜNDE YATAY, MOBİLDE DİKEY */
.bonus-list-container {
    width: 100%;
    display: flex;
    justify-content: center;
}
.bonus-list {
    max-width: 450px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
    z-index: 2;
    position: relative;
}
.bonus-card {
    background: rgba(22,9,29,0.92);
    border-radius: 15px;
    box-shadow: 0 2px 18px 0 #e8810f77;
    margin: 20px 0;
    padding: 14px 12px 12px 14px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    position: relative;
    min-height: 70px;
    border: 1px solid #ffbb2a80;
    opacity: 0.96;
    transition: box-shadow .18s, transform .14s;
    gap: 18px;
}
.bonus-card-content {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    gap: 3px;
    min-width: 0;
}
.bonus-site {
    font-size: 1.13em;
    font-weight: 900;
    color: #22e1ff;
    letter-spacing: .01em;
}
.bonus-amount {
    font-size: 1.10em;
    color: #ffd700;
    font-weight: 900;
    margin-left: 4px;
}
.bonus-desc {
    color: #fffbe6;
    font-size: .97em;
    margin-top: 2px;
    font-weight: 600;
}
.bonus-badge {
    background: linear-gradient(90deg,#ffbb2a 75%,#ff3d37 100%);
    color: #fff;
    font-weight: 700;
    font-size: .92em;
    padding: 2px 9px;
    border-radius: 8px;
    margin-left: 7px;
    margin-bottom: 2px;
    animation: badgeblink .9s alternate infinite;
    display: inline-block;
}
@keyframes badgeblink { 100% { opacity: 0.70;} }
.bonus-micro {
    color: #ffe5ae;
    font-size: .93em;
    margin-left: 4px;
    display: inline-block;
    font-weight: 500;
}

/* BONUS BUTON */
.bonus-btn {
    font-size: 1.07em;
    font-weight: 700;
    background: linear-gradient(90deg,#0fffad 0,#f7e200 60%,#ff9c00 100%);
    color: #111;
    border: none;
    border-radius: 14px;
    padding: 13px 32px 13px 18px;
    box-shadow: 0 2px 10px 0 #ffbb2a80;
    cursor: pointer;
    transition: box-shadow .19s, transform .14s;
    outline: none;
    position: relative;
    display: flex; align-items: center; flex-direction: column; justify-content: center;
    min-width: 135px;
    min-height: 52px;
    overflow: hidden;
    margin-left: 18px;

}
.bonus-btn .mini {
    font-size: .8em;
    color: #ff2600;
    font-weight: bold;
    margin-left: 7px;
    margin-top: 3px;
}
.bonus-btn.jump { animation: btnjump .27s cubic-bezier(.51,1.2,.53,1.35) alternate; }
@keyframes btnjump { 100% { transform: translateY(-13%); } }
.bonus-btn:hover {
    box-shadow: 0 0 32px 4px #ffe15a70, 0 0 10px #ff980088;
    transform: scale(1.05) rotate(-1deg);
}

/* Bildirim Toast */
.live-toast {
    position: fixed;
    right: 15px;
    bottom: 23px;
    background: #2e1a10e8;
    color: #ffe;
    border: 2px solid #ffc200;
    border-radius: 13px;
    box-shadow: 0 0 32px 8px #ff920040;
    font-size: 1.03em;
    font-weight: 700;
    display: flex;
    align-items: center;
    padding: 13px 18px 13px 13px;
    min-width: 180px;
    z-index: 99;
    gap: 7px;
}
.close-toast {
    margin-left: 7px; background: none; border: none; color: #fff; font-size: 1.28em; cursor: pointer; opacity: .50;
}

/* Konfeti (+1 animasyonu) */
.confetti {
    position: fixed;
    font-size: 1.6em;
    color: #ffeb36;
    font-weight: bold;
    pointer-events: none;
    z-index: 900;
    animation: konfetiYukari 1.1s cubic-bezier(.51,1.2,.53,1.35);
}
@keyframes konfetiYukari {
    0% { opacity: 0.6; transform: scale(1) translateY(0);}
    80% { opacity: 1; }
    100% { opacity: 0; transform: scale(1.2) translateY(-50px);}
}

/* Mobil uyum */
@media screen and (max-width: 720px){
    .welcome-banner, .guvenli-badge, .bonus-list {
        max-width: 99vw;
    }
    .bonus-card {
        flex-direction: column;
        align-items: stretch;
        padding: 10px 7px 10px 7px;
        min-height: 48px;
        border-radius: 10px;
        margin: 13px 0;
        gap: 0;
    }
    .bonus-card-content { align-items: flex-start; }
    .bonus-btn { min-width: 80px; min-height: 38px; padding: 10px 0; margin-left: 0; margin-top: 10px; }
    .live-toast { right: 4px; bottom: 6px; min-width: 100px; padding: 7px 6px 7px 6px; }
}

/* --- Eski micro badge, ab, shadow, special class'lar, vs. --- */
.bonus-btn.ab2 { background: linear-gradient(90deg,#2ff5f9 0,#f7e200 45%,#ff1db7 100%);}
.bonus-btn.ab3 { background: linear-gradient(90deg,#ffe48b 0,#ffb700 50%,#ff1db7 100%);}
.bonus-btn.shadow { box-shadow: 0 6px 24px 2px #ffd59b77; }
.bonus-btn.special { filter: brightness(1.1) saturate(1.4);}
.bonus-btn:hover.special { filter: brightness(1.15) saturate(1.9);}

.bonus-list.bonus-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    max-width: 900px;
    margin: 0 auto;
}
.bonus-card {
    margin: 0;
    min-width: 0;
}

@media screen and (max-width: 720px){
    .welcome-banner, .guvenli-badge, .bonus-list {
        max-width: 99vw;
    }
    .bonus-btn {
        font-size: 0.95em;
        padding: 7px 10px 7px 10px;
        min-width: 68px;
        min-height: 28px;
    }
    .bonus-btn .mini {
        font-size: .74em;
        margin-top: 1px;
    }
}
