
body{
    background-color:#492f0a;
    margin:0;
    font-family:Arial;
    color:white;
    text-align:center;
    no-repeat center center fixed;
    background-size:cover;
}

/* 🌑 dark overlay for readability */
body::before{
    content:"";
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.78);
    z-index:-1;
}
h1{
    font-size:50px;
    color:gold;
    text-shadow:0 0 20px gold;
}

button{
    padding:12px 25px;
    font-size:18px;
    background:gold;
    border:none;
    font-weight:bold;
    cursor:pointer;
    margin-top:10px;
}

table{
    margin: 15px auto;
    width: 60%;
    border-collapse: collapse;
    background: #3a080d;
}

th,td{
    padding:5px;    
    border:1px solid gold;
}

th{
    background:#dfc32d;
    color:#000;
}


.zebra  tr:nth-child(even) {
    background: #ffffff0d;
}
.row{
	margin-left: 0px !important;
	margin-right: 0px !important;
}


.div_header{
    background-color: #340207 ;
    padding: 10px;
    display: flex;
    border-bottom: 4px solid #d4af37;
    box-shadow: 0 2px 20px #d4af3726;
}

.brand{
    color: #fff;
    font-size: 18px;
    padding: 6px;
    border-radius: 8px;
    margin-bottom: 0px;
}

.label-color{
	color: sandybrown;
	font-size: 16px;
}

.logo-badge{
	margin-bottom: 5px;
}

.badge-text{
    color: #d4af37;
    font-size: 11px;
    background: #d4af371a;
    padding: 5px;
    border-radius: 12px;
    border: 1px solid #d4af374d;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: .5px;
}
.game-time{
	font-size: 14px;
}

.game-name{
	color: sandybrown;
        font-size: 13px;	
	font-weight:800;
}

.game-card{
    border: 1px solid #d4af3733;
    border-radius: 12px;
    box-shadow: 0 4px 20px #0000004d;
    margin: 5px;
}

.game-header{
    border-bottom: 1px solid #ffffff1a;
}

.marq{
    background: #d4af371a;
    border: 1px solid #d4af3733;
    border-radius: 8px;
    margin: 16px;
    padding: 6px 0;
}

.latest-result{
    background: #d4af371a;
    border: 1px solid #d4af3733;
    border-radius: 8px;
    padding: 15px 0px;
}


.latest-result .track {
    color: #d4af37;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.marq .track {
    color: #d4af37;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.disclaimer-section{
    margin: 12px 16px;
    padding: 10px 16px;
    background: linear-gradient(135deg, #d4af371a 0%, #dc143c1a 100%);
    border: 1px solid #d4af374d;
    border-radius: 8px;
}
.disclaimer-container{
    display: flex;
    align-items: flex-start;
    gap: 12px;
    max-width: 100%;
}
.disclaimer-content{
    flex:1;
}

.disclaimer-text {
        font-size: 11px;
}

.disclaimer-text strong{color: #dc143c;
    font-weight: 700;
}
.separator{
    color: #666;
    font-size: 10px;
}
.disclaimer-icon{
    font-size: 20px;
    flex-shrink: 0;
    margin-top: 2px;
    filter: drop-shadow(0 2px 4px #d4af374d);
}
.latest-val{    
    font-size: 30px;
    height: 50px;
    text-align: -webkit-center;
    -webkit-text-fill-color: #d4af37;
}

.footer {
    background: #0a0a0ae6;
    border-top: 1px solid #d4af374d;
    padding: 17px;
}
.footer-content {
    text-align: center;
    max-width: 100%;
}
.foot-copyright {
    color: #888;
    font-size: 12px;
    margin-bottom: 13px;
    font-weight: 500;
}
.logo-container {
    display: flex;
    align-items: center;
    gap: 14px;
    border: 1px solid #d4af3733;
    border-left: 3px solid #d4af3733;
    border-radius: 12px;
    padding: 12px 14px;
}

.logo-text-block {
    display: flex;
    flex-direction: column;
    gap: 3px;
    min-width: 0;
    flex: 1;
}
.logo-section__title {
    font-size: 1.05rem;
    font-weight: 800;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.logo-subtitle {
    font-size: .68rem;
    color: gold;
    font-weight: 600;
    letter-spacing: .03em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin:0px;
}


.logo-chip {
    font-size: .58rem;
    font-weight: 600;
    color: var(--muted);
    background: rgba(255, 255, 255, .05);
    border: 1px solid var(--border);
    border-radius: 999px;
    padding: 2px 7px;
    white-space: nowrap;
}
.logo-chip--warn {
    color: #f59e0b;
    border-color: rgba(245, 158, 11, .3);
    background: rgba(245, 158, 11, .07);
}