.teer-master-container{margin-bottom:30px;font-family:'Inter',-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;border-radius:0}.teer-table{display:table!important;table-layout:fixed!important;width:100%!important;max-width:100%!important;border-collapse:collapse;background:#fff;text-align:center;margin-bottom:0}.teer-table th,.teer-table td{padding:12px 15px;border:1px solid #2a5298;margin:0}.teer-table .table-header th{background:linear-gradient(135deg,#1e3c72 0%,#2a5298 100%);color:#fff;font-size:1.2rem;font-weight:600;text-transform:uppercase;letter-spacing:1px;padding:5px}.teer-table .table-subheader th{background:#f7fafc;color:#4a5568;font-weight:600}.teer-table tbody tr:nth-child(even) {background:#fdfdfd}.teer-table tbody tr:hover{background:#f1f5f9;transition:background .3s ease}.teer-table .today-row{background-color:#fffff0}.teer-table .result-cell,.teer-table .number-cell{font-weight:bold;color:#e53e3e;font-size:1.1rem}.teer-numbers .number-cell{font-size:1.5rem;color:#2b6cb0}.teer-future-date{display:inline-flex;align-items:center;background:#ebf4ff;color:#2b6cb0;padding:8px 16px;border-radius:20px;font-weight:600;gap:8px;border:1px solid #c3dafe;margin:10px 0;box-shadow:0 2px 4px rgba(43,108,176,.1)}.teer-future-date i{font-size:1.1em}.loading-icon{color:#a0aec0;font-size:1.2em}@media (max-width:600px){.teer-table{table-layout:fixed;width:100%;word-wrap:break-word}.teer-table th,.teer-table td{padding:6px 4px;font-size:.75rem}.teer-table .table-header th{font-size:.9rem;padding:8px 4px}.teer-numbers .number-cell{font-size:1rem}.teer-table .result-cell,.teer-table .number-cell{font-size:.85rem}.teer-master-container{border-radius:4px}}@media (max-width:400px){.teer-table th,.teer-table td{padding:4px 2px;font-size:.65rem}.teer-table .result-cell,.teer-table .number-cell{font-size:.75rem}.teer-table .table-header th{font-size:.8rem}.teer-prediction-table .circles-cell{padding:6px 2px!important}.teer-prediction-table .circles-cell .blue-circle{margin:1px;width:28px;height:28px;font-size:.75rem}.teer-prediction-table .row-label{width:20%;font-size:.85rem!important;padding:6px 2px!important}.teer-prediction-table .table-header th{font-size:.85rem!important;padding:8px 2px!important}}.teer-accordion-container{background:transparent;box-shadow:none;margin-bottom:30px;font-family:'Inter',-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif}.teer-accordion-item{border:1px solid #2a5298;margin-bottom:-1px;background:#fff;overflow:hidden}.teer-accordion-item:first-child{border-top-left-radius:8px;border-top-right-radius:8px}.teer-accordion-item:last-child{border-bottom-left-radius:8px;border-bottom-right-radius:8px}.teer-accordion-header{background:linear-gradient(135deg,#1e3c72 0%,#2a5298 100%);color:#fff;padding:15px 20px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:filter .2s}.accordion-title{font-weight:600;font-size:1.2rem;text-transform:uppercase;letter-spacing:1px;color:#fff}.accordion-badge{background:rgba(255,255,255,.2);color:#fff;border:1px solid rgba(255,255,255,.4);padding:2px 8px;border-radius:12px;font-size:.75rem;font-weight:700;margin-left:10px;vertical-align:middle}.accordion-icon{color:#fff}.teer-accordion-content{padding:0}.teer-accordion-content .teer-table{box-shadow:none!important;margin:0!important;border-radius:0!important;border:none!important;border-top:1px solid #2a5298!important}.teer-accordion-content .teer-table th:first-child,.teer-accordion-content .teer-table td:first-child{border-left:none!important}.teer-accordion-content .teer-table th:last-child,.teer-accordion-content .teer-table td:last-child{border-right:none!important}.teer-accordion-content .teer-table tr:last-child td{border-bottom:none!important}.teer-live-icon-container{display:flex;justify-content:center;align-items:center;margin:10px 0}.teer-live-badge{background-color:#dc2626;color:#fff;font-weight:bold;font-size:1rem;padding:1px 20px;border-radius:20px;display:flex;align-items:center;gap:8px;box-shadow:0 4px 6px -1px rgba(220,38,38,.3);font-family:'Inter',-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;letter-spacing:.5px}.teer-live-badge .pulse-dot{width:10px;height:10px;background-color:#ffb3b3;border-radius:50%;animation:teer-pulse-animation 1.5s infinite}@keyframes teer-pulse-animation {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255, 179, 179, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 6px rgba(255, 179, 179, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255, 179, 179, 0);
    }
}.teer-prediction-card{border:1px solid #2b6cb0;border-radius:0;overflow:hidden;background:#f8fafc;margin-bottom:0;font-family:'Inter',-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;box-shadow:0 4px 6px -1px rgba(0,0,0,.05)}.prediction-header{background:#154c9c;color:#fff;padding:10px;text-align:center;font-weight:700;font-size:1.1rem;text-transform:uppercase;letter-spacing:.5px}.prediction-live-bar{background:#f1f5f9;padding:8px 15px;text-align:center;font-size:.85rem;font-weight:700;color:#1e293b;border-bottom:1px solid #e2e8f0;display:flex;justify-content:center;align-items:center;gap:8px}.prediction-live-bar .pulse-dot{width:10px;height:10px;background-color:#fca5a5;border-radius:50%;animation:teer-pulse-animation 1.5s infinite}.prediction-body{padding:10px;background:#fff}.prediction-subtitle{text-align:center;font-weight:700;color:#334155;letter-spacing:1px;margin-bottom:10px;font-size:.95rem}.direct-number-boxes{display:flex;justify-content:center;flex-wrap:wrap;gap:12px;margin-bottom:10px;padding-bottom:20px;border-bottom:1px solid #e2e8f0}.direct-box{display:inline-block;padding:10px 18px;border:2px solid #154c9c;border-radius:50px;color:#154c9c;font-weight:700;font-size:1.3rem;background:#fff;min-width:50px;text-align:center}.he-grid{display:flex;justify-content:space-around;text-align:center}.he-grid .he-col{flex:1}.he-number{font-size:1.8rem;font-weight:800;color:#154c9c;margin-bottom:5px}.he-label{font-size:.8rem;font-weight:700;color:#475569}.hit-guti-body{background:#f4f5f8}.hg-grid{display:flex;justify-content:space-between;margin-bottom:25px}.hg-col{text-align:center;flex:1}.hg-label{font-weight:700;color:#154c9c;font-size:1.1rem;margin-bottom:15px}.hg-circles{display:flex;justify-content:center;flex-wrap:wrap;gap:10px}.blue-circle{display:inline-flex;justify-content:center;align-items:center;width:45px;height:45px;background:#154c9c;color:#fff;border-radius:50%;font-weight:700;font-size:1.1rem}.hg-button-container{text-align:center}.vip-guti-btn{display:inline-block;background:#f97316;color:#fff!important;font-weight:700;padding:10px 20px;border-radius:25px;text-decoration:none;font-size:1.05rem;transition:background .2s}.vip-guti-btn:hover{background:#ea580c;color:#fff!important}.teer-prediction-table{margin-bottom:0!important;border:1px solid #e2e8f0!important;border-radius:0!important;overflow:hidden!important}.teer-prediction-table .table-header th{background:#154c9c!important;padding:10px!important}.teer-prediction-table .row-label{width:30%;font-weight:700!important;text-align:center!important;border-right:1px solid #2b6cb0!important;font-size:1.1rem!important}.teer-prediction-table .circles-cell{text-align:center!important;padding:15px!important}.teer-prediction-table .circles-cell .blue-circle{margin:0 5px;width:40px;height:40px;font-size:1rem}.teer-today-wrapper{text-align:center;margin:20px auto;font-family:inherit}.teer-live-pill{display:inline-flex;align-items:center;gap:10px;padding:5px 20px;border:2px solid #fda4af;border-radius:40px;font-size:15px;font-weight:700;color:#ef4444;background-color:#fff1f2;margin-bottom:20px;box-shadow:0 4px 15px rgba(225,29,72,.15);letter-spacing:.5px}.live-dot-glow{width:14px;height:14px;background-color:#fb7185;border-radius:50%;box-shadow:0 0 10px 4px rgba(251,113,133,.4);animation:live-pulse-soft 2s infinite}@keyframes live-pulse-soft {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(251, 113, 133, 0.6);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 8px rgba(251, 113, 133, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(251, 113, 133, 0);
    }
}.teer-table.teer-today-premium{width:100%;border-collapse:separate;border-spacing:0;border:1px solid #e2e8f0;border-radius:0;overflow:hidden;box-shadow:0 8px 20px rgba(0,0,0,.06);background-color:#fff}.teer-today-premium .table-header th{font-size:19px;padding:10px;text-transform:uppercase;font-weight:700}.today-premium-subheader th{background-color:#f8fafc;color:#475569;font-size:17px;font-weight:700;padding:10px;border-bottom:1px solid #e2e8f0;width:50%}.today-premium-subheader th:first-child{border-right:1px solid #e2e8f0}.today-premium-cell{padding:35px 15px;text-align:center;vertical-align:middle}.today-premium-cell:first-child{border-right:1px solid #e2e8f0}.today-blue-circle{width:110px;height:110px;background:linear-gradient(135deg,#154c9c 0%,#0d3b80 100%);color:#fff;border-radius:50%;display:inline-flex;justify-content:center;align-items:center;font-size:3.5rem;font-weight:800;margin:0 auto 10px auto;box-shadow:0 8px 16px rgba(13,59,128,.25);line-height:1;border:3px solid #e0e7ff}.today-premium-label{color:#475569;font-size:14px;font-weight:400;text-transform:capitalize;letter-spacing:.5px}.teer-refresh-container{margin-top:20px}.teer-refresh-btn{display:inline-block;background:linear-gradient(to right,#60a5fa,#3b82f6);color:#fff;padding:10px 20px;border-radius:25px;text-decoration:none;font-weight:600;font-size:15px;box-shadow:0 4px 6px rgba(59,130,246,.4);border:none;cursor:pointer;transition:transform .2s , box-shadow .2s}.teer-refresh-btn:hover,.teer-refresh-btn:focus{color:#fff;transform:translateY(-2px);box-shadow:0 6px 12px rgba(59,130,246,.5)}@media (max-width:600px){.prediction-header{font-size:.95rem}.direct-box{padding:8px 14px;font-size:1.1rem}.he-number{font-size:1.5rem}.hg-grid{flex-direction:column;gap:25px}.blue-circle{width:38px;height:38px;font-size:1rem}.vip-guti-btn{width:100%;box-sizing:border-box}.teer-prediction-table .circles-cell{padding:8px 4px!important}.teer-prediction-table .circles-cell .blue-circle{margin:2px;width:32px;height:32px;font-size:.85rem}.teer-prediction-table .row-label{width:25%;font-size:.95rem!important;padding:8px 4px!important}.teer-prediction-table .table-header th{font-size:.95rem!important;padding:10px 4px!important}.teer-live-pill{padding:6px 20px;font-size:1.1rem}.today-blue-circle{width:80px;height:80px;font-size:2.2rem;border-width:2px}.today-premium-cell{padding:25px 5px}.today-premium-label{font-size:.95rem}.teer-refresh-btn{padding:8px 24px;font-size:.95rem}}