/* Your existing CSS remains the same */
.footer {
    border-top: none !important;
}
/* ================= BASE ================= */
body{
    background:#eef2f7;
    font-family:'Segoe UI',Roboto,Arial,sans-serif;
}
.content-wrapper{background:#eef2f7}

/* ================= LIVE HEADER ================= */
.resultno{
    background:linear-gradient(135deg,#1e3a8a,#2563eb);
    color:#fff;
    padding:25px;
    text-align:center;
    box-shadow:0 10px 25px rgba(0,0,0,.15);
}
.resultno h2{font-size:30px;font-weight:700}
.resultno h3{font-size:16px;opacity:.9}
#timewatch{
    margin-top:10px;
    font-size:18px;
    font-weight:600;
    letter-spacing:.5px;
}

/* ================= TODAY RESULT ================= */
#customers-data{margin-top:10px}
.tday{
    background:#111827;
    color:#fff;
    padding:12px;
    border-radius:12px;
    text-align:center;
    font-size:24px;
    margin-bottom:20px;
}

/* ================= LEFT / RIGHT CARDS ================= */
.colleft,
.colright{
    background:#ffffff;
    padding:20px;
    border-radius:18px;
    margin-bottom:25px;
    box-shadow:0 10px 22px rgba(0,0,0,.08);
    transition:.25s ease;
}
.colleft:hover,
.colright:hover{
    transform:translateY(-3px);
}

/* ================= GAME TITLES ================= */
.game-name{
    font-size:21px;
    font-weight:700;
    color:#111827;
    margin-top:18px;
}
.game-time{
    font-size:14px;
    color:#6b7280;
    margin-bottom:6px;
}

/* ================= TABLE ================= */
table{
    width:100%;
    border-collapse:collapse;
    margin-bottom:16px;
}
th{
    background:#f8fafc;
    padding:9px;
    font-size:14px;
    border-bottom:2px solid #e5e7eb;
}
td{
    padding:12px;
    border-bottom:1px solid #e5e7eb;
}

/* ================= NUMBERS ================= */
.number-old{
    font-size:26px;
    font-weight:800;
    letter-spacing:1px;
    display:inline-block;
    min-width:60px;
    border-radius:10px;
}
.numold{
    background:#fee2e2;
    color:#991b1b;
}
.numnew{
    background:#dcfce7;
    color:#166534;
    box-shadow:0 0 12px rgba(22,163,74,.35);
}

/* ================= MONTHLY SECTION ================= */
.omtext{
    background:#ffffff;
    padding:22px;
    box-shadow:0 10px 22px rgba(0,0,0,.08);
}
.omtext h4{
    font-size:22px;
    font-weight:700;
    color:#111827;
    margin-bottom:15px;
}

/* ================= MONTH TABLE ================= */
.date-name{
    background:#111827;
    color:#fff;
    position:sticky;
    top:0;
    z-index:2;
}
.date-name th,
.date-name td{
    color:#fff;
    font-weight:700;
}
.day-number{
    transition:.2s ease;
}
.day-number:hover{
    background:#f1f5f9;
}
.day-number:nth-child(even){
    background:#fafafa;
}

/* ================= OLD RESULT LINK ================= */
.container-top{
    background:#ffffff!important;
    border-radius:18px;
    padding:18px;
    margin-top:25px;
    box-shadow:0 10px 22px rgba(0,0,0,.08);
}
.navigation a {
    font-size: 18px;
    background: #111827;
    font-weight: 700;
    text-decoration: none;
}
.navigation a:hover{text-decoration:underline}

/* ================= FOOTER LINE ================= */
.omtext h4:last-child{
    text-align:center;
    color:#374151;
    font-weight:600;
}

/* ================= RESPONSIVE ================= */
@media(max-width:768px){
    .resultno h2{font-size:24px}
    .tday{font-size:20px}
    .number-old{font-size:22px}
}
/* ================= CURRENT MONTH TABLE ================= */

/* Wrapper spacing already hai (.omtext) */

/* Table base */
.omtext table{
    border-collapse:separate;
    border-spacing:0;
    width:100%;
    margin-top:10px;
    font-size:14px;
}

/* Sticky header */
.omtext thead tr{
    position:sticky;
    top:0;
    z-index:5;
}

/* Header cells */
.omtext thead th,
.omtext thead td{
    background:#0f172a;          /* dark slate */
    color:#ffffff;
    font-weight:700;
    padding:0px;
    text-transform:uppercase;
    letter-spacing:.5px;
    border-bottom:2px solid #1e293b;
}

/* Body rows */
.omtext tbody tr{
    transition:background .2s ease;
}
.omtext tbody tr:hover{
    background:#f1f5f9;
}

/* Zebra striping */
.omtext tbody tr:nth-child(even){
    background:#fafafa;
}

/* Day column */
.omtext td.day{
    font-weight:700;
    color:#1e293b;
}

/* Number cells */
.omtext td.number{
    font-weight:700;
    font-size:15px;
    letter-spacing:1px;
}

/* XX styling */
.omtext td.number:contains("XX"),
.omtext td.number{
    color:#374151;
}

/* Highlight today's row */
.omtext tbody tr:last-child{
    background:#bff4f7;
    border-left:4px solid #06b6d4;
}

/* Rounded corners */
.omtext table thead tr:first-child th:first-child{
    border-top-left-radius:12px;
}
.omtext table thead tr:first-child th:last-child{
    border-top-right-radius:12px;
}
.omtext table tbody tr:last-child td:first-child{
    border-bottom-left-radius:12px;
}
.omtext table tbody tr:last-child td:last-child{
    border-bottom-right-radius:12px;
}


/* Mobile optimization */
@media(max-width:768px){
    .omtext table{
        font-size:13px;
    }
    .omtext thead th{
        font-size:12px;
    }
	td {
    padding: 3px;
	}
}
/* ================= CHART FORM STYLING ================= */
#chart-form select:hover,
#chart-form select:focus {
    border-color: #2563eb;
    outline: none;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}

#chart-form select {
    min-width: 200px;
}

#chart-form #direct-chart:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(37, 99, 235, 0.4);
}

#chart-form #direct-chart:active {
    transform: translateY(0);
}

@media(max-width:768px) {
    #chart-form form {
        flex-direction: column;
        gap: 15px;
    }
    
    #chart-form select,
    #chart-form #direct-chart {
        width: 100%;
        min-width: unset;
    }
    
    #chart-text {
        font-size: 16px;
    }
}

.table-responsive {
    border: none !important;
}
#winner {
    padding: 0 !important;
}
.layout-1 {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 30px;
    border-radius: 0;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}

.container-wrapper {
    max-width: 1200px;
    margin: 0 auto;
}

/* Header */
.header-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.logo {
    height: 50px;
    width: auto;
}

.header-right {
    display: flex;
    align-items: center;
    gap: 12px;
}

.live-indicator {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #ff4757;
    color: white;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
}

.dot {
    width: 8px;
    height: 8px;
    background: white;
    border-radius: 50%;
    animation: blink 1.5s infinite;
}

@keyframes blink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.3; }
}

.time-box {
    margin-top: 0 !important;
    background: rgba(255, 255, 255, 0.2);
    color: white;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 12px !important;
    font-weight: 600;
}
/* Title Section */
.title-section {
    text-align: center;
    margin-bottom: 30px;
}

.main-title {
    color: white;
    font-size: 32px;
    font-weight: 800;
    margin: 0 0 10px;
}

.subtitle {
    color: rgba(255, 255, 255, 0.9);
    font-size: 18px;
    margin: 0;
}

/* Results Grid */
.results-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 20px;
}

/* Current Result - Left */
.featured-result {
    background: white;
    border-radius: 16px;
    padding: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    text-align: center;
}

.result-label {
    color: #636e72;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.result-city {
    color: #2d3436;
    font-size: 28px;
    font-weight: 800;
    margin: 0 0 25px;
    text-transform: uppercase;
}

.result-number {
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: white;
    font-size: 80px;
    font-weight: 900;
    padding: 30px;
    border-radius: 12px;
    display: inline-block;
    margin-bottom: 20px;
    letter-spacing: 8px;
    box-shadow: 0 8px 20px rgba(102, 126, 234, 0.3);
}

.result-time {
    color: #636e72;
    font-size: 14px;
    font-weight: 600;
    margin: 0;
}

/* Next Result - Right */
.next-result-box {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 12px;
    padding: 30px 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.next-label {
    color: rgba(255, 255, 255, 0.8);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 20px;
}

.resultCityRslt {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.resultCityRslt h1 {
    color: white;
    font-size: 26px;
    font-weight: 800;
    margin: 0 0 15px;
    text-transform: uppercase;
}

.resultCityRslt p {
    background: white;
    color: #667eea;
    padding: 14px 32px;
    border-radius: 25px;
    font-size: 24px;
    font-weight: 800;
    margin: 0;
    display: inline-block;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* Responsive */
@media (max-width: 992px) {
    .results-grid {
        grid-template-columns: 1fr;
    }
    
    .next-result-box {
        min-height: 200px;
    }
}

@media (max-width: 768px) {
    .layout-1 {
        padding: 20px;
    }
    
    .header-bar {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .main-title {
        font-size: 24px;
    }
    
    .subtitle {
        font-size: 16px;
    }
    
    .result-number {
        font-size: 60px;
        padding: 25px;
    }
    
    .featured-result {
        padding: 30px 20px;
    }
    
    .resultCityRslt h1 {
        font-size: 22px;
    }
    
    .resultCityRslt p {
        font-size: 20px;
        padding: 12px 24px;
    }
}

@media (max-width: 480px) {
    .result-number {
        font-size: 50px;
        padding: 20px;
        letter-spacing: 4px;
    }
    
    .result-city {
        font-size: 22px;
    }
    
    .resultCityRslt h1 {
        font-size: 20px;
    }
    
    .resultCityRslt p {
        font-size: 18px;
    }
}