.new-rollers-container{width:100vw;max-width:100vw;min-height:100vh;margin:0;padding:0;background:#fff;box-sizing:border-box;display:flex;flex-direction:column}.rollers-header{width:100vw;background:#000;color:#fff;padding:24px 0 12px;text-align:center;margin:0}.table-scroll{width:100vw;overflow-x:auto;margin:0;padding:0}.bettors-table{width:100vw;min-width:600px;border-collapse:collapse;background:#fff;margin-top:10px;font-size:16px}.bettors-table td,.bettors-table th{border:none;padding:12px 8px;text-align:left}.bettors-table th{background:#000;color:#fff}.bettors-table tr:hover{background:#f1f1f1}@media (max-width:900px){.bettors-table,.table-scroll{min-width:480px;width:100vw;overflow-x:auto}.bettors-table td,.bettors-table th{padding:8px 4px;font-size:15px}}@media (max-width:600px){.bettors-table,.table-scroll{min-width:320px;width:100vw;overflow-x:auto}.bettors-table td,.bettors-table th{padding:6px 2px;font-size:14px}}.footer,.footer-section{width:100vw!important;max-width:100vw!important;margin:0!important;border-radius:0!important;box-sizing:border-box;padding-left:0!important;padding-right:0!important;background:#000;color:#fff}.footer-section{padding:32px 0 0}.footer-section .container{max-width:1200px;margin:0 auto;padding:0 24px}.footer-section .footer-row{display:flex;flex-wrap:wrap;justify-content:space-between;gap:32px;border-bottom:1px solid #23263a;padding-bottom:32px}.footer-col{flex:1 1 240px;min-width:180px;margin-bottom:12px}.footer-logo h2{font-size:1.5rem;font-weight:800;color:#fff;margin:0 0 8px}.footer-logo p{color:#bfc6d1;font-size:1rem;margin:0 0 8px}.footer-contact h4,.footer-links h4{font-size:1rem;font-weight:700;margin-bottom:10px;color:#fff}.footer-contact ul,.footer-links ul{list-style:none;padding:0;margin:0}.footer-contact li,.footer-links li{margin-bottom:8px}.footer-links a{color:#bfc6d1;text-decoration:none;font-size:1rem;transition:color .2s}.footer-links a:hover{color:#fff;text-decoration:underline}.footer-contact li,.footer-contact p{color:#bfc6d1;font-size:1rem;margin:0 0 6px}.footer-bottom-bar{background:#1d1d1d;color:#bfc6d1;text-align:center;padding:12px 0 8px;font-size:.98rem;border-top:1px solid #ffffff;margin-top:0}.footer-bottom-bar a{color:#fff;font-weight:600;margin:0 8px;text-decoration:none;transition:color .2s}.footer-bottom-bar a:hover{color:#007bff;text-decoration:underline}@media (max-width:900px){.footer-section .footer-row{flex-direction:column;gap:0;padding-bottom:12px}.footer-col{min-width:0;margin-bottom:6px}.footer-logo{margin-bottom:2px!important}}@media (max-width:600px){.footer-section{padding:16px 0 0}.footer-section .container{padding:0 8px}.footer-logo h2{font-size:1.1rem}.footer-contact h4,.footer-links h4{font-size:.95rem}.footer-bottom-bar{font-size:.92rem;padding:8px 0 6px}.footer-col{margin-bottom:2px}.footer-logo{margin-bottom:1px!important}}.stats-header{background-color:black;margin-left:5px;margin-right:5px;border-radius:8px;text-align:center;justify-content:center;height:100px;padding-bottom:20px}.stats-header,.stats-header h1{box-shadow:0 4px 6px rgba(0,0,0,.1)}.stats-header h1{font-size:18px;color:black;background-color:white;padding:5px;border-radius:5px;display:inline-block}.stats-container{color:white;font-size:13px;margin-top:-20px}.stat-item p{padding-left:10px}.status-icon{margin-left:5px;display:inline-block;width:20px;height:20px;line-height:20px;text-align:center;border-radius:50%;background-color:green;color:white;font-size:12px;font-weight:700}.stats-container{display:flex;justify-content:space-around;align-items:center;margin-top:10px;text-align:center}.stat-item{text-align:center;color:white;padding-right:10px;padding-left:10px}.stat-item h2{font-size:22px;margin:0}.stat-item p{font-size:14px;margin:0;color:gray}.stats-row{display:flex;justify-content:center;align-items:flex-end;gap:48px;margin-bottom:32px;flex-wrap:wrap}.stat-block{text-align:center;min-width:120px;margin:0 8px}.stat-block .stat-value{font-size:2.2rem;font-weight:800;color:#111;margin-bottom:2px;letter-spacing:1px}.stat-block .stat-label{font-size:1rem;color:#888;text-transform:uppercase;letter-spacing:.5px}@media (max-width:900px){.stats-row{gap:24px}.bettors-table,.table-scroll{min-width:480px;width:100vw;overflow-x:auto}.bettors-table td,.bettors-table th{padding:8px 4px;font-size:15px}}@media (max-width:600px){.stats-row{flex-direction:column;gap:12px}.bettors-table,.table-scroll{min-width:320px;width:100vw;overflow-x:auto}.bettors-table td,.bettors-table th{padding:6px 2px;font-size:14px}}.follow-container{display:flex;align-items:center;justify-content:center;background-color:var(--gray);border-radius:8px;padding-left:0;width:50px;height:25px;margin:0 auto;cursor:pointer;transition:transform .2s ease}.follow-container:hover{transform:scale(1.1);background-color:var(--gray2)}.follow-icon,.user-icon{width:16px;height:16px}.user-icon{margin-left:1px}.footer-social{display:flex;gap:12px;margin-top:8px}.footer-social a{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;background:#5f5f5f;transition:background .2s,box-shadow .2s;box-shadow:0 1px 4px rgba(0,0,0,.08);text-decoration:none;padding:0}.footer-social a:hover{background:#3d3d3d;box-shadow:0 2px 8px rgba(66,66,66,.13)}.footer-social img{width:16px;height:16px;display:block;object-fit:contain;filter:grayscale(.2) brightness(1.1)}