* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Outfit', sans-serif;
    -webkit-tap-highlight-color: transparent;
}

body {
    background-color: #F3E2BF;
    color: #3A2A00;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

a { text-decoration: none; }
img { max-width: 100%; height: auto; }

.container {
    width: 92%;
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 0;
}

.main-header {
    background: linear-gradient(135deg, #D79B2F, #E5A93D, #F0C86B);
    padding: 12px 16px;
    border-bottom: 2px solid #C98A12;
    position: sticky;
    top: 0;
    z-index: 100;
}

.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

.header-container h1 {
    color: #3A2A00;
    font-size: 1.2rem;
    font-weight: 800;
}

.logo {
    display: flex;
    align-items: center;
    gap: 10px;
}

.logo img {
    height: 45px;
    width: auto;
}

.header-download-btn {
    background: #3A2A00;
    color: #F0C86B;
    padding: 8px 16px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.5px;
    transition: transform 0.2s;
    white-space: nowrap;
}

.header-download-btn:hover {
    transform: scale(1.05);
    background: #5B3A00;
}

.game-rates-section,
.live-results-section {
    padding: 40px 0 20px;
    text-align: center;
}

.rates-header h2 {
    font-size: 1.6rem;
    color: #3A2A00;
    margin-bottom: 5px;
    font-weight: 800;
}

.header-line {
    width: 50px;
    height: 3px;
    background: #D89B2B;
    margin: 8px auto;
    border-radius: 10px;
}

.rates-header p {
    color: #8A6A2F;
    margin-bottom: 24px;
    font-size: 13px;
}

.tabs-container {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-bottom: 24px;
    flex-wrap: wrap;
    padding: 0 4px;
}

.tab-btn, .result-tab {
    background: #FFFFFF;
    border: 2px solid #D89B2B;
    color: #5B3A00;
    padding: 8px 18px;
    border-radius: 50px;
    cursor: pointer;
    font-weight: 700;
    font-size: 13px;
    transition: all 0.3s;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: 'Outfit', sans-serif;
    white-space: nowrap;
}

.tab-btn i, .result-tab i { font-size: 12px; color: #D89B2B; }
.tab-btn:hover, .result-tab:hover { background: #FFF5DD; }

.tab-btn.active, .result-tab.active {
    background: linear-gradient(135deg, #D89B2B, #E5A93D);
    border-color: #D89B2B;
    color: #FFFFFF;
}

.tab-btn.active i, .result-tab.active i { color: #FFFFFF; }

.tab-content { display: none; animation: fadeIn 0.4s ease; }
.tab-content.active { display: block; }

.rates-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}

.rate-card {
    background: #FFFFFF;
    border-radius: 12px;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-left: 4px solid #D89B2B;
    box-shadow: 0 2px 8px rgba(185, 121, 31, 0.08);
    transition: transform 0.2s;
}

.rate-card:hover { transform: translateY(-1px); box-shadow: 0 4px 12px rgba(185, 121, 31, 0.12); }

.card-icon { color: #D89B2B; font-size: 16px; flex-shrink: 0; }

.rate-card p { color: #3A2A00; font-weight: 700; font-size: 0.9rem; flex-grow: 1; text-align: left; margin-left: 12px; }

.price-badge { background: #FFF5DD; color: #C98A12; padding: 5px 14px; border-radius: 50px; font-weight: 800; font-size: 0.85rem; white-space: nowrap; flex-shrink: 0; }

.download-section-center { padding: 20px 16px; text-align: center; }

.btn-premium-download {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background: linear-gradient(135deg, #D89B2B, #C98A12);
    color: #FFFFFF;
    font-weight: 900;
    font-size: 16px;
    padding: 14px 40px;
    border-radius: 60px;
    border: none;
    box-shadow: 0 4px 16px rgba(201, 138, 18, 0.25);
    transition: all 0.3s ease;
    letter-spacing: 0.5px;
    width: 85%;
    max-width: 400px;
}

.btn-premium-download:hover { transform: scale(1.03); box-shadow: 0 6px 24px rgba(201, 138, 18, 0.4); }
.btn-premium-download i { color: #FFFFFF; font-size: 18px; }

.result-content { display: none; animation: fadeIn 0.4s ease; }
.result-content.active { display: block; }

.results-grid { display: grid; grid-template-columns: 1fr; gap: 10px; }

.result-horizontal-card {
    background: #FFFFFF;
    border-radius: 12px;
    padding: 14px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-left: 4px solid #D89B2B;
    box-shadow: 0 2px 8px rgba(185, 121, 31, 0.08);
    transition: transform 0.2s;
}

.result-horizontal-card:hover { transform: translateY(-1px); box-shadow: 0 4px 12px rgba(185, 121, 31, 0.12); }
.result-horizontal-card.closed { border-left-color: #DC2626; opacity: 0.75; }

.res-info { flex: 1; min-width: 0; }
.res-info h3 { color: #3A2A00; font-size: 0.9rem; font-weight: 800; margin-bottom: 4px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.res-numbers { color: #C98A12; font-weight: 900; font-size: 1.15rem; letter-spacing: 1.5px; font-family: 'Bebas Neue', sans-serif; }

.res-action { text-align: center; min-width: 45px; flex-shrink: 0; margin-left: 12px; }
.res-action i { font-size: 28px; color: #16A34A; display: block; cursor: pointer; transition: transform 0.2s; }
.res-action i:hover { transform: scale(1.1); }
.result-horizontal-card.closed .res-action i { color: #DC2626; }
.res-action span { font-size: 9px; color: #8A6A2F; font-weight: 700; margin-top: 2px; display: block; text-transform: uppercase; letter-spacing: 0.5px; }
.result-horizontal-card.closed .res-action span { color: #DC2626; }

.dark-landing-footer { background-color: #3A2A00; padding: 40px 16px 90px; text-align: center; border-top: 2px solid #D89B2B; }
.footer-logo-small { height: 45px; width: auto; margin-bottom: 20px; }
.age-disclaimer { max-width: 600px; margin: 0 auto 20px; }
.warning-text { color: #F0C86B; font-size: 14px; font-weight: 700; margin-bottom: 6px; display: flex; align-items: center; justify-content: center; gap: 8px; flex-wrap: wrap; }
.warning-text i { color: #FFD978; }
.sub-disclaimer { color: #B8A06A; font-size: 12px; line-height: 1.5; }
.footer-bottom-info { margin-top: 24px; padding-top: 16px; border-top: 1px solid rgba(240, 200, 107, 0.15); }
.footer-bottom-info p { color: #B8A06A; font-size: 12px; }

.sticky-footer-bar { position: fixed; bottom: 0; left: 0; width: 100%; background: linear-gradient(135deg, #D79B2F, #E5A93D); padding: 10px 12px; box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.15); z-index: 9999; display: flex; justify-content: center; }
.sticky-container { width: 100%; max-width: 1200px; display: flex; justify-content: center; }

.btn-sticky-download {
    display: inline-flex; align-items: center; justify-content: center; gap: 10px;
    background: #3A2A00; color: #F0C86B; font-weight: 900; font-size: 15px;
    padding: 10px 30px; border-radius: 50px; border: none;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15); transition: all 0.3s ease;
    width: 92%; max-width: 500px;
}

.btn-sticky-download:hover { background: #5B3A00; transform: translateY(-1px); }
.btn-sticky-download i { color: #F0C86B; font-size: 16px; }

@keyframes fadeIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }

@media (min-width: 481px) {
    .container { width: 90%; }
    .logo img { height: 50px; }
    .header-container h1 { font-size: 1.3rem; }
    .header-download-btn { font-size: 13px; padding: 9px 20px; }
    .rates-header h2 { font-size: 1.8rem; }
    .tab-btn, .result-tab { padding: 9px 22px; font-size: 14px; }
    .rates-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
    .results-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
    .rate-card p { font-size: 0.95rem; }
    .res-info h3 { font-size: 0.95rem; }
    .res-numbers { font-size: 1.2rem; }
    .btn-premium-download { width: 70%; font-size: 18px; padding: 15px 40px; }
    .btn-sticky-download { width: 70%; font-size: 16px; }
}

@media (min-width: 769px) {
    .container { width: 88%; }
    .logo img { height: 55px; }
    .header-container h1 { font-size: 1.4rem; }
    .header-download-btn { font-size: 14px; padding: 10px 24px; }
    .rates-header h2 { font-size: 2rem; }
    .rates-header p { font-size: 14px; }
    .tab-btn, .result-tab { padding: 10px 28px; font-size: 14px; }
    .rates-grid { grid-template-columns: repeat(3, 1fr); gap: 14px; }
    .results-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
    .rate-card { padding: 14px 20px; border-radius: 14px; }
    .rate-card p { font-size: 1rem; }
    .price-badge { padding: 6px 16px; font-size: 0.95rem; }
    .result-horizontal-card { padding: 16px 22px; border-radius: 14px; }
    .res-info h3 { font-size: 1rem; }
    .res-numbers { font-size: 1.3rem; }
    .res-action i { font-size: 32px; }
    .btn-premium-download { width: auto; max-width: none; font-size: 20px; padding: 16px 50px; }
    .btn-sticky-download { width: auto; font-size: 18px; padding: 12px 50px; }
    .warning-text { font-size: 16px; }
    .sub-disclaimer { font-size: 13px; }
}

@media (min-width: 1025px) {
    .rates-grid { grid-template-columns: repeat(3, 1fr); gap: 16px; }
    .results-grid { grid-template-columns: repeat(3, 1fr); gap: 16px; }
    .logo img { height: 60px; }
    .header-container h1 { font-size: 1.5rem; }
}

@media (max-width: 360px) {
    .container { width: 96%; }
    .logo img { height: 35px; }
    .header-container h1 { font-size: 0.95rem; }
    .header-download-btn { font-size: 10px; padding: 6px 12px; }
    .rates-header h2 { font-size: 1.3rem; }
    .tabs-container { gap: 5px; }
    .tab-btn, .result-tab { padding: 7px 12px; font-size: 11px; gap: 4px; }
    .rate-card { padding: 10px 12px; }
    .rate-card p { font-size: 0.8rem; margin-left: 8px; }
    .price-badge { padding: 4px 10px; font-size: 0.75rem; }
    .result-horizontal-card { padding: 10px 12px; }
    .res-info h3 { font-size: 0.8rem; }
    .res-numbers { font-size: 1rem; letter-spacing: 1px; }
    .res-action i { font-size: 24px; }
    .res-action span { font-size: 8px; }
    .btn-premium-download { font-size: 14px; padding: 12px 20px; width: 95%; }
    .btn-sticky-download { font-size: 13px; padding: 8px 16px; }
    .warning-text { font-size: 12px; }
    .sub-disclaimer { font-size: 11px; }
}