.all-matches-container{--c-bg-dark:#0a0e13;--c-panel:#1a242e;--c-panel-light:#121921;--c-accent-gold:#e6c97f;--c-accent-blue:#cee5f2;--c-muted:#a0a6bc;--c-border:rgba(255,255,255,.08);--c-warning:#ffd43b;--radius-l:15px;--radius-m:10px;--radius-s:6px;--shadow-card:0 6px 14px rgba(0,0,0,.35);--shadow-hover:0 8px 20px rgba(0,0,0,.45);--transition:all .3s ease;display:block;max-width:100%;box-sizing:border-box;overflow-x:hidden;background:var(--c-bg-dark);color:#fff;font-family:'sofia-sans',sans-serif;padding:2rem 0;min-height:400px;padding-top:0}.all-matches-container .matches-page-header{text-align:center;margin:0 auto 3rem;padding:2rem 0}.all-matches-container .matches-page-header .page-title{color:var(--c-accent-gold);font-family:'khand',sans-serif;font-size:3.5rem;font-weight:700;text-transform:uppercase;letter-spacing:2px;margin:0 0 1rem}.all-matches-container .matches-page-header .page-subtitle{color:var(--c-muted);font-size:1.2rem;margin:0}.all-matches-container .matches-main-wrapper{max-width:1400px;width:100%;margin:0 auto;padding:0 2rem;box-sizing:border-box;overflow-x:hidden}.all-matches-container .matches-content{width:100%}.all-matches-container .matches-filters-bar{background:#121920;border:1px solid rgba(255,255,255,.08);border-radius:var(--radius-m);margin-bottom:30px;padding:24px;backdrop-filter:blur(10px)}.all-matches-container .filters-main-container{max-width:100%}.all-matches-container .search-section{margin-bottom:2rem}.all-matches-container .search-input-wrapper{position:relative;max-width:500px;margin:0 auto;display:flex;align-items:center;gap:.5rem}.all-matches-container .search-input-wrapper input[type=text]{flex:1;padding:.8rem 1rem;background:var(--c-panel);border:1px solid var(--c-border);border-radius:var(--radius-m);color:#fff;font-size:.95rem;transition:var(--transition)}.all-matches-container .search-input-wrapper input[type=text]:focus{outline:none;border-color:var(--c-accent-gold) !important;background:rgba(10,14,19,.95)}.all-matches-container .search-go-btn{padding:.95rem 1.2rem;background:var(--c-accent-gold);color:var(--c-bg-dark);border:none;border-radius:var(--radius-m);cursor:pointer;transition:var(--transition);display:flex;align-items:center;justify-content:center;font-size:.9rem;font-weight:600;min-width:45px;flex-shrink:0}.all-matches-container .search-go-btn:hover{background:#d4b570;transform:translateY(-1px)}.all-matches-container .search-go-btn:active{transform:translateY(0)}.all-matches-container .search-suggestions-dropdown{position:absolute;top:100%;left:0;right:0;background:var(--c-panel);border:1px solid var(--c-border);border-top:none;border-radius:0 0 var(--radius-m) var(--radius-m);max-height:300px;overflow-y:auto;z-index:1000;box-shadow:0 8px 32px rgba(0,0,0,.3)}.all-matches-container .suggestion-loading{padding:1rem;text-align:center;color:var(--c-muted);font-style:italic}.all-matches-container .suggestion-item{display:flex;align-items:center;justify-content:space-between;padding:1rem;border-bottom:1px solid rgba(255,255,255,.06);cursor:pointer;transition:all .2s ease;position:relative}.all-matches-container .suggestion-item:hover,.all-matches-container .suggestion-item.highlighted{background:linear-gradient(135deg,rgba(230,201,127,.08) 0%,rgba(206,229,242,.05) 100%);border-left:3px solid var(--c-accent-gold);padding-left:calc(1rem - 3px)}.all-matches-container .suggestion-item:last-child{border-bottom:none}.all-matches-container .suggestion-main{flex:1;min-width:0}.all-matches-container .suggestion-title{font-weight:600;color:#fff;margin-bottom:.25rem;line-height:1.3;font-size:.95rem}.all-matches-container .suggestion-subtitle{color:var(--c-muted);font-size:.8rem;line-height:1.2}.all-matches-container .suggestion-title mark,.all-matches-container .suggestion-subtitle mark{background:var(--c-accent-gold);color:var(--c-bg-dark);padding:1px 3px;border-radius:3px;font-weight:600}.all-matches-container .suggestion-arrow{color:var(--c-muted);opacity:.5;transition:all .2s ease;margin-left:1rem;flex-shrink:0}.all-matches-container .suggestion-item:hover .suggestion-arrow,.all-matches-container .suggestion-item.highlighted .suggestion-arrow{opacity:1;color:var(--c-accent-gold);transform:translateX(2px)}.all-matches-container .filters-collapsible{overflow:visible;transition:none}.all-matches-container .primary-filters-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px, 1fr));gap:1.5rem;align-items:end}.all-matches-container .mobile-filter-toggle{display:none;margin-bottom:1rem}.all-matches-container .mobile-filter-btn{display:flex;align-items:center;justify-content:space-between;width:100%;background:var(--c-panel);color:#fff;border:1px solid var(--c-border);border-radius:var(--radius-m);padding:.8rem 1rem;font-size:1rem;font-weight:500;cursor:pointer;transition:var(--transition)}.all-matches-container .mobile-filter-btn:hover{background:var(--c-panel-light);border-color:var(--c-accent-gold)}.all-matches-container .mobile-filter-btn .fas.fa-filter{color:#e9ecf2;margin-right:.75rem}.all-matches-container .mobile-filter-btn .filter-text{flex:1;text-align:left;font-weight:500;font-family:'sofia-sans',sans-serif;color:#e9ecf2}.all-matches-container .mobile-filter-btn .filter-count{background:var(--c-accent-gold);color:#000;border-radius:50%;min-width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:700;margin-right:.75rem}.all-matches-container .mobile-filter-btn .filter-count:empty{display:none}.all-matches-container .mobile-filter-btn .toggle-icon{transition:transform .3s ease;color:#e9ecf2;font-size:13px}.all-matches-container .mobile-filter-btn.active .toggle-icon{transform:rotate(180deg)}.all-matches-container .filter-group{display:flex;flex-direction:column}.all-matches-container .filter-group label{color:#e9ecf2;font-weight:500;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.5rem;font-size:.85rem}.all-matches-container .filter-select{background:var(--c-panel);color:#fff;border:1px solid var(--c-border);border-radius:var(--radius-m);padding:.7rem .9rem;font-size:.95rem;appearance:none;transition:.3s;font-family:'sofia-sans',sans-serif}.all-matches-container .match-search-input{background:rgba(10,14,19,.8) !important;width:100%;padding:12px 30px 12px 45px;background:rgba(10,14,19,.8);border:1px solid rgba(206,229,242,.2) !important;border-radius:var(--radius-s) !important;color:var(--c-accent-blue);font-size:16px;font-family:var(--ff-body);transition:all .3s ease;box-sizing:border-box}.all-matches-container .filter-select{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23CEE5F2' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3e%3cpolyline points='6 9 12 15 18 9'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right .9rem center;background-size:.9rem;padding-right:2.8rem;font-family:'sofia-sans',sans-serif;font-size:.95rem}.all-matches-container .filter-select:focus,.all-matches-container .match-search-input:focus{outline:none;border-color:var(--c-accent-blue);box-shadow:0 0 0 3px rgba(206,229,242,.1)}.all-matches-container .match-search-input::placeholder{color:var(--c-muted)}.all-matches-container .matches-active-chips{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:0;margin-top:1rem;min-height:2rem;align-items:center;justify-content:space-between}.all-matches-container .filter-chips-wrapper{display:flex;flex-wrap:wrap;gap:.5rem;flex:1}.all-matches-container .filter-chip{display:inline-flex;align-items:center;gap:.4rem;padding:.35rem .6rem;border-radius:6px;background:var(--c-panel);color:var(--c-accent-blue);font-size:14px}.all-matches-container .filter-chip button{background:0 0;border:none;color:var(--c-accent-blue);font-size:14px;cursor:pointer;line-height:1}.all-matches-container .filter-chip button:hover{color:var(--c-accent-gold)}.all-matches-container .clear-all-btn{background:linear-gradient(135deg,#ff4757,#ff3742);color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;font-weight:500;font-size:.8rem;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px rgba(255,71,87,.3);margin-left:auto;white-space:nowrap}.all-matches-container .clear-all-btn:hover{background:linear-gradient(135deg,#ff3742,#ff2d3a);transform:translateY(-1px)}.all-matches-container .matches-count-section{display:flex;align-items:center;justify-content:space-between;padding:1rem 0;border-top:1px solid var(--c-border)}.all-matches-container .matches-count-section span{color:var(--c-muted);font-family:'sofia-sans',sans-serif;font-size:.9rem;font-weight:500;text-transform:uppercase}.view-toggle-buttons{display:flex;gap:4px}.view-toggle-btn{background:#1a242e;border:1px solid #2a3a4a;color:#8899a6;padding:6px 10px;border-radius:4px;cursor:pointer;transition:all .2s ease;font-size:.85rem}.view-toggle-btn:hover{color:#e6c97f;border-color:#e6c97f}.view-toggle-btn.active{background:#e6c97f;color:#0a0e13;border-color:#e6c97f}.all-matches-container .matches-list{display:flex;flex-direction:column}.all-matches-container .match-list-item{display:block;padding:10px 14px;color:#d4dbe4;text-decoration:none;border-bottom:1px solid #1a242e;font-size:1rem;transition:background .15s ease,color .15s ease}.all-matches-container .match-list-item:hover{background:#1a242e;color:#e6c97f}.all-matches-container .matches-main-content{min-width:0}.all-matches-container .matches-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2.5rem;margin-bottom:2rem}.all-matches-container .match-card{background:linear-gradient(120deg,var(--c-panel),var(--c-panel-light));border:2px solid var(--c-border);border-radius:var(--radius-l);box-shadow:var(--shadow-card);overflow:hidden;transition:var(--transition);position:relative;display:flex;flex-direction:column;height:100%}.all-matches-container .match-card:hover{box-shadow:var(--shadow-hover);border-color:rgba(230,201,127,.3);transform:none !important}.all-matches-container .match-competitors-card{background:#10161c;border-bottom:1px solid var(--c-border);padding:1.5rem 2.5rem 1rem;display:flex;align-items:center;justify-content:center;height:340px;min-height:340px;max-height:340px;position:relative;overflow:hidden}.all-matches-container .match-layout-1v1{display:flex;align-items:center;justify-content:space-evenly;width:100%;gap:0rem;height:100%}.all-matches-container .match-layout-1v1 .competitor-side{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:0 1 auto}.all-matches-container .match-layout-1v1 .wrestler-card img,.all-matches-container .match-layout-1v1 .wrestler-placeholder{width:180px !important;height:200px !important}.all-matches-container .match-layout-1v1 .wrestler-card{max-width:180px}.all-matches-container .match-layout-2v2-tag{display:flex;flex-direction:row;align-items:stretch;justify-content:space-evenly;width:auto;height:100%;gap:.2rem}.all-matches-container .tag-team-row{display:flex;justify-content:center;align-items:center;gap:.8rem}.all-matches-container .wrestler-card.tag-team{max-width:130px}.all-matches-container .wrestler-card.tag-team img,.all-matches-container .wrestler-card.tag-team .wrestler-placeholder{width:130px !important;height:200px !important;object-fit:cover}.all-matches-container .match-layout-2v2-tag .vs-separator-card{font-size:2rem;letter-spacing:2px;flex-shrink:0;align-self:center}.all-matches-container .team-row{display:flex;justify-content:center;align-items:center;gap:1rem}.all-matches-container .tag-team-label{color:#e9ecf2;font-weight:600;font-size:24px;letter-spacing:.3px;text-transform:uppercase;margin-bottom:.75rem;font-family:'khand',sans-serif;text-align:center}.all-matches-container .tag-team-block:not(:has(.tag-team-label)):before{content:'';display:block;height:51px}.all-matches-container .match-layout-3v3{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%;gap:0rem}.all-matches-container .match-layout-3v3 .team-row{display:flex;justify-content:center;gap:1rem;margin-bottom:-10px;margin-top:5px}.all-matches-container .match-layout-3v3 .wrestler-card img,.all-matches-container .match-layout-3v3 .wrestler-placeholder{width:110px !important;height:120px !important;object-fit:contain}.all-matches-container .match-layout-3v3 .wrestler-card{max-width:110px}.all-matches-container .match-layout-3v3 .vs-separator-card{font-size:1.5rem;letter-spacing:2px}.all-matches-container .match-layout-5v5{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%;gap:0rem;margin-bottom:12px}.all-matches-container .match-layout-5v5 .team-row{display:flex;flex-direction:column;align-items:center;width:100%}.all-matches-container .match-layout-5v5 .team-name-label{font-size:.9rem;font-weight:600;margin-bottom:.3rem;color:var(--primary-text-color,#333);text-transform:uppercase;letter-spacing:.5px}.all-matches-container .match-layout-5v5 .wrestlers-row-5v5{display:flex;justify-content:center;gap:.8rem;width:100%}.all-matches-container .match-layout-5v5 .wrestler-card img,.all-matches-container .match-layout-5v5 .wrestler-placeholder{width:90px !important;height:115px !important;object-fit:contain}.all-matches-container .match-layout-5v5 .wrestler-card{max-width:90px}.all-matches-container .match-layout-5v5 .wrestler-name{font-size:.75rem;margin-top:.3rem}.all-matches-container .match-layout-5v5 .vs-separator-card{font-size:1.5rem;letter-spacing:2px;margin:.5rem 0}.all-matches-container .match-layout-5v5 .vs-separator-card{margin:0;letter-spacing:3px;margin-bottom:6px}.all-matches-container .match-layout-6way-individual{display:flex;flex-direction:column;align-items:center;gap:15px;padding:1.5rem 0}.all-matches-container .match-6way-row{display:flex;align-items:flex-start;justify-content:center;gap:10px}.all-matches-container .match-6way-row .wrestler-card{max-width:95px}.all-matches-container .match-6way-row .wrestler-card img,.all-matches-container .match-6way-row .wrestler-placeholder{width:95px !important;height:115px !important;object-fit:contain}.all-matches-container .match-6way-row .vs-separator-6way{color:#e6c97f;font-weight:700;font-size:1.4rem;font-family:'bebas-neue',sans-serif;letter-spacing:2px;min-width:30px;padding-top:35px;display:flex;align-items:center;justify-content:center;text-transform:uppercase}.all-matches-container .match-layout-multi{display:flex;align-items:center;justify-content:center;width:100%;height:100%;position:relative}.all-matches-container .wrestlers-grid-2x2{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem 2rem;align-items:center;justify-items:center;padding:.5rem}.all-matches-container .wrestler-card{display:flex;flex-direction:column;align-items:center;text-decoration:none;transition:transform .2s ease;position:relative;max-width:90px}.all-matches-container .wrestler-card:hover{transform:translateY(-3px);z-index:2}.all-matches-container .wrestler-card img,.all-matches-container .wrestler-placeholder{width:140px;height:180px;object-fit:contain;object-position:center 20%;border-radius:8px;border:2px solid rgba(255,255,255,.1);background:linear-gradient(135deg,var(--c-bg-dark) 0%,var(--c-panel) 100%);transition:all .3s ease;padding-top:3px}.all-matches-container .wrestler-card:hover img,.all-matches-container .wrestler-card:hover .wrestler-placeholder{border-color:var(--c-accent-gold);box-shadow:0 4px 12px rgba(230,201,127,.3)}.all-matches-container .wrestler-placeholder{font-size:1.2rem;color:var(--c-muted);display:flex;align-items:center;justify-content:center;font-weight:700}.all-matches-container .wrestler-name{color:#e9ecf2;font-weight:500;font-size:1rem;text-align:center;text-transform:uppercase;letter-spacing:.3px;margin-top:.5rem;font-family:'sofia-sans',sans-serif;line-height:1.1;text-wrap:wrap;min-height:2.2em;display:flex;align-items:flex-start;justify-content:center}.all-matches-container .vs-separator-card{color:var(--c-accent-gold);font-weight:700;font-size:1.8rem;text-transform:uppercase;letter-spacing:2px;font-family:'bebas-neue',sans-serif;flex-shrink:0;user-select:none;padding:0 .5rem}.all-matches-container .match-layout-1v1 .vs-separator-card{font-size:2.5rem;letter-spacing:3px}.all-matches-container .vs-separator-center{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:var(--c-accent-gold);font-weight:700;font-size:.8rem;text-transform:uppercase;letter-spacing:1px;font-family:'bebas-neue',sans-serif;background:var(--c-panel-light);padding:.2rem .5rem;border-radius:15px;z-index:3}.all-matches-container .match-info{padding:1.5rem;padding-top:0;flex:1;display:flex;flex-direction:column;gap:.75rem;background:#151d25}.all-matches-container .match-main-title{font-family:'khand',sans-serif;font-size:1.1rem;font-weight:700;color:#e9ecf2;text-transform:uppercase;letter-spacing:.5px;line-height:1.2;padding:1rem 1.5rem;margin:0;background-color:#151d25}.all-matches-container .wrestler-name-title{color:#e9ecf2;font-weight:500;font-family:'sofia-sans',sans-serif;font-size:1.4rem;letter-spacing:0px}.all-matches-container .vs-separator-title{color:var(--c-accent-gold);font-size:1.1rem;font-weight:500;letter-spacing:1px;margin:0 .2rem;text-transform:lowercase}.all-matches-container .wrestler-names-row{margin-bottom:.3rem}.all-matches-container .match-title-pills{display:flex;flex-wrap:wrap;gap:.3rem;align-items:center;margin-bottom:5px}.all-matches-container .promotion-pill{display:inline-flex;align-items:center;gap:6px;padding:4px 6px 3px;background:#313a43;border-radius:6px;border:1px solid rgba(206,229,242,.3);font-size:11px;color:#c5d1eb;text-transform:uppercase;font-weight:500;font-family:'sofia-sans',sans-serif;text-decoration:none;transition:all .2s ease}.all-matches-container .promotion-pill:hover{background:#3d4a56;border-color:rgba(206,229,242,.5);color:#e9ecf2;text-decoration:none;transform:translateY(-1px)}.all-matches-container .match-type-pill{display:inline-flex;align-items:center;gap:6px;padding:4px 6px 3px;background:#313a43;border-radius:6px;border:1px solid rgba(230,201,127,.3);font-size:11px;margin-top:3px;color:var(--c-accent-gold);text-transform:uppercase;font-weight:500;font-family:'sofia-sans',sans-serif;margin-top:0}.all-matches-container .championship-pill{display:inline-flex;align-items:center;gap:6px;padding-top:3px;padding-bottom:2px;padding-left:6px;padding-right:6px;background:#313a43;border-radius:6px;border:1px solid var(--c-accent-gold);font-size:11px;color:var(--c-accent-gold);text-transform:uppercase;font-weight:500;font-family:'sofia-sans',sans-serif}.all-matches-container .championship-pill i{font-size:11px;color:var(--c-accent-gold)}.all-matches-container .championship-pill span{font-size:12px;font-weight:500;color:var(--c-accent-gold);margin-top:0}.all-matches-container .match-event-name{font-family:'sofia-sans',sans-serif;font-size:1.1rem;font-weight:500;color:var(--c-accent-blue);text-transform:uppercase;letter-spacing:.5px;line-height:1.2;margin-bottom:.2rem}.all-matches-container .event-name-link{color:inherit;text-decoration:none;transition:all .2s ease}.all-matches-container .event-name-link:hover{color:var(--c-accent-gold)}.all-matches-container .match-tournament-name{font-family:'sofia-sans',sans-serif;font-size:1.1rem;font-weight:500;color:var(--c-accent-blue);text-transform:uppercase;letter-spacing:.5px;line-height:1.2;margin-bottom:.2rem}.all-matches-container .tournament-name-link{color:inherit;text-decoration:none;transition:all .2s ease}.all-matches-container .tournament-name-link:hover{color:var(--c-accent-gold)}.all-matches-container .match-date-simple{color:#c5d1eb;font-family:'sofia-sans',sans-serif;font-weight:500;font-size:.85rem;text-transform:uppercase;letter-spacing:.3px;margin-bottom:.5rem;margin-top:-.8rem}.all-matches-container .match-rating-below-date{display:flex;align-items:center;gap:.5rem;margin-top:0;margin-bottom:0}.all-matches-container .match-rating-label{color:var(--c-accent-blue);font-family:'sofia-sans',sans-serif;font-weight:500;font-size:.9rem;text-transform:uppercase;letter-spacing:.3px}.all-matches-container .match-rating-below-date .star-rating{display:flex;gap:2px;margin-bottom:2px}.all-matches-container .match-rating-number{color:var(--c-muted);font-family:'sofia-sans',sans-serif;font-weight:500;font-size:.9rem;margin-left:.2rem}.all-matches-container .star-rating i{color:var(--c-accent-gold);font-size:.8rem}.all-matches-container .match-meta-tags{display:flex;gap:.6rem;flex-wrap:wrap;margin-bottom:.75rem}.all-matches-container .championship-titles{display:inline-flex;align-items:center;gap:6px;padding:4px 12px;background:#313a43;border-radius:6px;border:1px solid var(--c-accent-gold);font-size:11px;color:var(--c-accent-gold);text-transform:uppercase;font-weight:500;letter-spacing:.5px}.all-matches-container .championship-titles i{font-size:11px;color:var(--c-accent-gold)}.all-matches-container .special-rules{display:block;align-items:flex-start;gap:8px;margin-bottom:.75rem;font-size:.9rem;color:var(--c-warning);text-align:left !important}.all-matches-container .special-rules span{text-align:left !important}.all-matches-container .special-rules i{color:var(--c-warning);width:14px;font-size:.8rem;margin-top:5px}.all-matches-container .match-summary{color:var(--c-muted);font-size:1rem;line-height:1.4;flex:1;opacity:.9}.all-matches-container .match-actions{padding:1rem 1.5rem;border-top:1px solid var(--c-border);display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-top:auto;background:#151d25}.all-matches-container .view-match-btn,.all-matches-container .watch-match-btn{padding:.6rem 1.2rem;border-radius:var(--radius-m);font-family:'sofia-sans',sans-serif;font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;transition:var(--transition);text-decoration:none;display:flex;align-items:center;justify-content:center;gap:.5rem}.all-matches-container .view-match-btn{background:var(--c-accent-gold);color:var(--c-bg-dark);flex:1;text-align:center}.all-matches-container .view-match-btn:hover{background:var(--c-accent-blue);color:var(--c-bg-dark);transform:translateY(-1px);text-decoration:none}.all-matches-container .watch-match-btn{background:var(--c-panel);color:var(--c-accent-gold);border:1px solid rgba(230,201,127,.3);font-size:.85rem}.all-matches-container .watch-match-btn:hover{background:var(--c-accent-gold);color:var(--c-bg-dark);transform:translateY(-1px);text-decoration:none}.all-matches-container .matches-pagination-section{margin-top:3rem}.all-matches-container .matches-pagination{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.all-matches-container .pagination-text{color:var(--c-muted);font-family:'khand',sans-serif;font-size:1rem;font-weight:600;text-transform:uppercase}.all-matches-container .pagination-links{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}.all-matches-container .pagination-link{display:inline-flex;align-items:center;justify-content:center;padding:.55rem;background:var(--c-panel);color:#fff;border-radius:var(--radius-m);font-family:'khand',sans-serif;font-weight:600;font-size:.9rem;text-transform:uppercase;letter-spacing:.3px;border:1px solid var(--c-border);min-width:2.5rem;line-height:1;transition:.3s;text-decoration:none}.all-matches-container .pagination-link:hover{background:var(--c-accent-gold);color:var(--c-bg-dark);transform:translateY(-2px);text-decoration:none}.all-matches-container .pagination-link.current-page{background:var(--c-accent-gold);color:var(--c-bg-dark);cursor:default}.all-matches-container .pagination-ellipsis{color:var(--c-muted);padding:0 .5rem;font-family:'khand',sans-serif;font-size:.9rem;user-select:none}.all-matches-container .no-matches-message{text-align:center;color:var(--c-muted);font-style:italic;padding:3rem;background:var(--c-panel);border-radius:var(--radius-l);border:1px solid var(--c-border);box-shadow:var(--shadow-card);grid-column:1/-1}.all-matches-container .no-matches-message h3{color:var(--c-accent-gold);font-family:'khand',sans-serif;font-size:1.5rem;text-transform:uppercase;margin-bottom:1rem}.all-matches-container .matches-grid.loading,.all-matches-container .matches-pagination-section.loading{opacity:.6;pointer-events:none}@media (max-width:1290px){.all-matches-container .matches-main-wrapper{padding:0 1.5rem}.all-matches-container .matches-grid{grid-template-columns:1fr;gap:2rem}.all-matches-container .match-competitors-card{height:280px;min-height:280px;max-height:280px;padding:1.5rem 1.5rem .8rem}.all-matches-container .match-layout-1v1 .wrestler-card img,.all-matches-container .match-layout-1v1 .wrestler-placeholder{width:180px !important;height:240px !important}.all-matches-container .match-layout-1v1 .wrestler-card{max-width:150px}.all-matches-container .wrestler-card.tag-team img,.all-matches-container .wrestler-card.tag-team .wrestler-placeholder{width:105px !important;height:155px !important}.all-matches-container .wrestler-card.tag-team{max-width:120px}.all-matches-container .match-layout-1v1{justify-content:center;gap:2rem}}@media (max-width:768px){.all-matches-container{padding:1rem 0}.all-matches-container .matches-main-wrapper{padding:0 1rem}.all-matches-container .matches-page-header .page-title{font-size:2.5rem}.all-matches-container .matches-grid{grid-template-columns:1fr;gap:1.5rem}.all-matches-container .pagination-links{gap:.3rem}.all-matches-container .pagination-link{padding:.5rem .7rem;font-size:.8rem;min-width:2rem}.all-matches-container .pagination-link.prev-page,.all-matches-container .pagination-link.next-page{padding:.5rem .8rem;font-size:.75rem}.all-matches-container .pagination-text{font-size:.85rem}.all-matches-container .match-competitors-card{height:auto;min-height:auto;max-height:none;padding:1.5rem 1.5rem 1rem}.all-matches-container .match-layout-multi-team{height:280px;min-height:280px;max-height:280px}.all-matches-container .matches-filters-bar{padding:20px}.all-matches-container .search-input-wrapper{max-width:100%}.all-matches-container .mobile-filter-toggle{display:block;margin-bottom:1rem}.all-matches-container .filters-collapsible{overflow:hidden;transition:max-height .3s ease-out}.all-matches-container .filters-collapsible.collapsed{max-height:0}.all-matches-container .primary-filters-row{grid-template-columns:1fr 1fr;gap:1rem}.all-matches-container .match-actions{flex-direction:column;gap:.75rem;padding-left:40px;padding-right:40px}.all-matches-container .view-match-btn,.all-matches-container .watch-match-btn{width:100%;text-align:center;justify-content:center;font-size:13px}.all-matches-container .match-search-input{font-size:14px !important}.all-matches-container .match-layout-1v1{gap:1.5rem}.all-matches-container .match-layout-1v1 .wrestler-card img,.all-matches-container .match-layout-1v1 .wrestler-placeholder{width:140px !important;height:185px !important}.all-matches-container .match-layout-1v1 .wrestler-card{max-width:120px}.all-matches-container .match-layout-1v1 .vs-separator-card{font-size:1.8rem}.all-matches-container .match-layout-2v2-tag{flex-direction:column;gap:0rem;padding:1rem 0}.all-matches-container .wrestler-card.tag-team img,.all-matches-container .wrestler-card.tag-team .wrestler-placeholder{width:150px !important;height:180px !important;object-fit:cover;padding-top:10px}.all-matches-container .wrestler-card.tag-team{max-width:260px;gap:rem}.all-matches-container .tag-team-row{gap:2.5rem}.all-matches-container .tag-team-block:not(:has(.tag-team-label)):before{height:24px}.all-matches-container .match-layout-2v2-tag .vs-separator-card{font-size:1.5rem;padding:0;width:100%;text-align:center}.all-matches-container .wrestler-card.triple-threat img,.all-matches-container .wrestler-card.triple-threat .wrestler-placeholder{width:90px !important;height:120px !important}.all-matches-container .wrestler-card.triple-threat{max-width:90px}.all-matches-container .wrestlers-line-3{gap:.8rem}.all-matches-container .vs-separator-inline{font-size:1.2rem;padding:0 .5rem}.all-matches-container .wrestler-card.fatal-four img,.all-matches-container .wrestler-card.fatal-four .wrestler-placeholder{width:100px !important;height:100px !important}.all-matches-container .wrestler-card.fatal-four{max-width:100px}.all-matches-container .wrestlers-grid-fatal-four{gap:1rem 1.5rem}.all-matches-container .vs-separator-center-fatal{min-width:40px;min-height:40px;font-size:.9rem}.all-matches-container .match-layout-3v3 .team-row{display:flex;justify-content:center;gap:2rem}.all-matches-container .match-layout-3v3 .wrestler-card img,.all-matches-container .match-layout-3v3 .wrestler-placeholder{width:130px !important;height:145px !important}.all-matches-container .match-layout-3v3{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%;gap:.5rem}.all-matches-container .match-layout-3v3 .wrestler-card{max-width:120px}.all-matches-container .match-layout-5v5 .wrestler-card img,.all-matches-container .match-layout-5v5 .wrestler-placeholder{width:105px !important;height:130px !important}.all-matches-container .match-layout-5v5 .wrestler-card{max-width:105px}.all-matches-container .match-layout-5v5 .wrestlers-row-5v5{gap:1rem}.all-matches-container .match-6way-row .wrestler-card{max-width:80px}.all-matches-container .match-6way-row .wrestler-card img,.all-matches-container .match-6way-row .wrestler-placeholder{width:80px !important;height:90px !important}.all-matches-container .match-6way-row .vs-separator-6way{min-width:25px;padding-top:25px;font-size:1.2rem}.all-matches-container .wrestler-card.multi-team img,.all-matches-container .wrestler-card.multi-team .wrestler-placeholder{width:80px !important;height:105px !important}.all-matches-container .wrestler-card.multi-team{max-width:80px}.all-matches-container .match-layout-multi-team{padding:.8rem .5rem}.all-matches-container .team-wrestlers-row{gap:.8rem}.all-matches-container .wrestler-name{min-height:1.8em}}@media (max-width:600px){.all-matches-container .matches-grid{grid-template-columns:1fr !important;gap:1rem}}@media (max-width:480px){.all-matches-container .matches-main-wrapper{margin:0 !important;padding:0 10px !important;width:100%}.all-matches-container .match-layout-3v3 .wrestler-card img,.all-matches-container .match-layout-3v3 .wrestler-placeholder{width:100px !important;height:145px !important}.all-matches-container .match-layout-3v3 .wrestler-card{max-width:80px}.all-matches-container .match-layout-5v5 .wrestler-card img,.all-matches-container .match-layout-5v5 .wrestler-placeholder{width:65px !important;height:85px !important}.all-matches-container .match-layout-5v5 .wrestler-card{max-width:65px}.all-matches-container .match-layout-5v5 .wrestlers-row-5v5{gap:.5rem}.all-matches-container .match-layout-5v5 .wrestler-name{font-size:.65rem}.all-matches-container .match-layout-6way-individual{gap:10px;padding:1rem 0}.all-matches-container .match-6way-row{gap:8px}.all-matches-container .match-6way-row .wrestler-card{max-width:80px}.all-matches-container .match-6way-row .wrestler-card img,.all-matches-container .match-6way-row .wrestler-placeholder{width:80px !important;height:100px !important}.all-matches-container .match-6way-row .vs-separator-6way{min-width:20px;padding-top:30px;font-size:1rem}.all-matches-container .match-6way-row .wrestler-name{font-size:.65rem}.all-matches-container .matches-grid{gap:1rem !important}.all-matches-container .matches-pagination-section{margin-top:2rem}.all-matches-container .pagination-links{gap:.25rem}.all-matches-container .pagination-link{padding:.4rem .6rem;font-size:.75rem;min-width:1.8rem;border-radius:6px}.all-matches-container .pagination-link.prev-page,.all-matches-container .pagination-link.next-page{padding:.4rem .6rem;font-size:.7rem}.all-matches-container .pagination-text{font-size:.8rem}.all-matches-container .pagination-ellipsis{font-size:.75rem;padding:0 .25rem}.all-matches-container .matches-page-header .page-title{font-size:2.5rem}.all-matches-container .matches-page-header{padding:0}.all-matches-container .matches-filters-bar{padding:15px}.all-matches-container .mobile-filter-toggle{display:block;margin-bottom:.8rem}.all-matches-container .filters-collapsible{overflow:hidden;transition:max-height .3s ease-out}.all-matches-container .filters-collapsible.collapsed{max-height:0}.all-matches-container .primary-filters-row{grid-template-columns:1fr;gap:.8rem}.all-matches-container .wrestler-card img,.all-matches-container .wrestler-placeholder{width:140px;height:160px;object-fit:contain}.all-matches-container .wrestler-card{max-width:100px}.all-matches-container .wrestler-name{font-size:.9rem !important;max-width:200px !important;text-wrap:wrap}.all-matches-container .vs-separator-card{font-size:1.3rem}.all-matches-container .vs-separator-center{font-size:1rem;padding:.15rem .4rem}.all-matches-container .team-row{gap:.25rem;margin-bottom:15px !important;margin-top:10px !important}.all-matches-container .wrestlers-grid-2x2{gap:.3rem}.all-matches-container .match-event-name{font-size:1.1rem}.all-matches-container .match-date-simple{font-size:.8rem}.all-matches-container .match-main-title{font-size:1.2rem}.all-matches-container .vs-separator-title{font-size:.8em;margin:0 .2rem}.all-matches-container .match-title-pills{display:flex;flex-wrap:wrap;gap:.4rem;align-items:center}}@media (max-width:360px){.all-matches-container .matches-main-wrapper{padding:0 .5rem}.all-matches-container .wrestler-card img,.all-matches-container .wrestler-placeholder{width:50px;height:63px}.all-matches-container .wrestler-card{max-width:60px}.all-matches-container .wrestler-name{font-size:.55rem;max-width:60px}}.all-matches-container .match-layout-triple-threat{position:relative;display:flex;align-items:center;justify-content:space-evenly;width:auto;height:100%}.all-matches-container .wrestlers-line-3{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:0}.all-matches-container .wrestler-card.triple-threat img,.all-matches-container .wrestler-card.triple-threat .wrestler-placeholder{width:150px !important;height:230px !important}.all-matches-container .wrestler-card.triple-threat{max-width:130px}.all-matches-container .vs-separator-inline{color:var(--c-accent-gold);font-family:'bebas-neue',sans-serif;font-size:1.6rem;font-weight:700;text-transform:uppercase;letter-spacing:2px;padding:0 .8rem;text-shadow:0 0 8px rgba(230,201,127,.3)}.all-matches-container .match-layout-fatal-four-way{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.all-matches-container .wrestlers-grid-fatal-four{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(1fr);gap:.5rem 4rem;align-items:center;justify-items:center;padding:.5rem;margin-top:1rem}.all-matches-container .wrestler-card.fatal-four img,.all-matches-container .wrestler-card.fatal-four .wrestler-placeholder{width:180px !important;height:130px !important;object-fit:contain}.all-matches-container .wrestler-card.fatal-four{max-width:130px}.all-matches-container .vs-separator-center-fatal{position:absolute;top:46%;left:50%;transform:translate(-50%,-50%);color:var(--c-accent-gold);font-family:'bebas-neue',sans-serif;font-size:1.2rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;padding:0;z-index:10;display:flex;align-items:center;justify-content:center}.all-matches-container .match-layout-handicap{display:flex;align-items:center;justify-content:space-around;width:100%;height:100%;gap:2rem;padding:1rem}.all-matches-container .handicap-side{display:flex;flex-wrap:wrap;gap:1rem;align-items:center;justify-content:center;flex:1}.all-matches-container .wrestler-card.handicap img,.all-matches-container .wrestler-card.handicap .wrestler-placeholder{width:100px !important;height:135px !important}.all-matches-container .wrestler-card.handicap{max-width:100px}.all-matches-container .vs-separator-handicap{color:var(--c-accent-gold);font-family:'bebas-neue',sans-serif;font-size:1.8rem;font-weight:700;text-transform:uppercase;letter-spacing:2px;padding:1rem;background:var(--c-panel);border:2px solid var(--c-accent-gold);border-radius:var(--radius-s);text-shadow:0 0 10px rgba(230,201,127,.4);flex-shrink:0}.all-matches-container .match-layout-multi-team{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;width:100%;height:100%;overflow-y:auto;overflow-x:hidden;padding:0 .8rem}.all-matches-container .multi-team-competitors-row{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:0;width:100%}.all-matches-container .team-competitor-block{display:flex;flex-direction:column;align-items:center;text-align:center;width:100%;padding:0}.all-matches-container .team-label-card{color:#e9ecf2;font-weight:600;font-size:1.5rem;letter-spacing:0px;text-transform:uppercase;margin-bottom:.5rem;font-family:'khand',sans-serif}.all-matches-container .team-wrestlers-row{display:grid;gap:0px;justify-items:center;width:100%}.all-matches-container .team-wrestlers-row:has(.wrestler-card:only-child){grid-template-columns:1fr;max-width:150px}.all-matches-container .team-wrestlers-row:has(.wrestler-card:nth-child(2)):not(:has(.wrestler-card:nth-child(3))){grid-template-columns:repeat(2,1fr);max-width:400px}.all-matches-container .team-wrestlers-row:has(.wrestler-card:nth-child(3)){grid-template-columns:repeat(2,1fr);max-width:300px}.all-matches-container .wrestler-card.multi-team{max-width:100px}.all-matches-container .wrestler-card.multi-team img,.all-matches-container .wrestler-card.multi-team .wrestler-placeholder{width:180px !important;height:200px !important;object-fit:contain}.all-matches-container .vs-icon-multi{color:var(--c-accent-gold);font-weight:700;font-size:1.5rem;text-transform:uppercase;letter-spacing:2px;font-family:'bebas-neue',sans-serif;user-select:none;display:flex;align-items:center;justify-content:center;width:100%;padding:.75rem 0}.all-matches-container .match-layout-multi-team{scrollbar-width:thin;scrollbar-color:#3a4652 #121921;margin-top:1rem}.all-matches-container .match-layout-multi-team::-webkit-scrollbar{width:10px}.all-matches-container .match-layout-multi-team::-webkit-scrollbar-track{background:#121921;border-radius:6px}.all-matches-container .match-layout-multi-team::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#2b3742,#3a4652);border-radius:6px;border:2px solid #121921;transition:opacity .3s ease;opacity:0}.all-matches-container .match-layout-multi-team:hover::-webkit-scrollbar-thumb,.all-matches-container .match-layout-multi-team:focus-within::-webkit-scrollbar-thumb{opacity:1}.all-matches-container .match-layout-multi-team::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#445362,#586678);box-shadow:0 0 0 1px #22303a}.all-matches-container .match-layout-multi-team::-webkit-scrollbar-thumb:active{background:linear-gradient(180deg,#29b6f6,#66ff4e);box-shadow:0 0 0 1px #0a0e13}.all-matches-container .wrestlers-grid-4x2{display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(2,1fr);gap:.5rem;align-items:center;justify-items:center;position:relative;padding:.5rem}.all-matches-container .wrestler-card.small img,.all-matches-container .wrestler-card.small .wrestler-placeholder{width:45px;height:57px}.all-matches-container .wrestler-card.small{max-width:55px}.all-matches-container .wrestler-card.small .wrestler-name{font-size:.5rem;max-width:55px;line-height:1.1}.all-matches-container .more-wrestlers.small .wrestler-placeholder{background:var(--c-accent-gold);color:var(--c-bg-dark);font-weight:700;font-size:.7rem}.all-matches-container .royal-rumble-display{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;background:linear-gradient(135deg,var(--c-panel) 0%,var(--c-panel-light) 100%);border-radius:var(--radius-m);border:2px solid var(--c-accent-gold);text-align:center;min-height:120px}.all-matches-container .rumble-icon{font-size:2.5rem;color:var(--c-accent-gold);margin-bottom:.5rem}.all-matches-container .rumble-count{font-family:'khand',sans-serif;font-size:1.8rem;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:1px;margin-bottom:.25rem}.all-matches-container .rumble-label{color:var(--c-muted);font-size:.9rem;text-transform:uppercase;letter-spacing:.5px}@media (max-width:768px){.all-matches-container .wrestlers-grid-4x2{grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(3,1fr);gap:.4rem}.all-matches-container .wrestler-name-title{font-size:1.3rem}.all-matches-container .match-main-title,.all-matches-container .match-info{padding:1rem}.all-matches-container .match-actions{padding:1rem 2rem}.all-matches-container .wrestler-card.small img,.all-matches-container .wrestler-card.small .wrestler-placeholder{width:40px;height:50px}.all-matches-container .wrestler-card.small{max-width:50px}.all-matches-container .royal-rumble-display{padding:1.5rem;min-height:100px}.all-matches-container .rumble-icon{font-size:2rem}.all-matches-container .rumble-count{font-size:1.5rem}.all-matches-container .wrestler-card.triple-threat img,.all-matches-container .wrestler-card.triple-threat .wrestler-placeholder{width:90px !important;height:140px !important;object-fit:cover}.all-matches-container .wrestler-card.triple-threat{max-width:75px}.all-matches-container .wrestler-card.fatal-four img,.all-matches-container .wrestler-card.fatal-four .wrestler-placeholder{width:120px;height:160px}.all-matches-container .wrestler-card.fatal-four{max-width:100px}.all-matches-container .wrestler-card.handicap img,.all-matches-container .wrestler-card.handicap .wrestler-placeholder{width:55px;height:70px}.all-matches-container .wrestler-card.handicap{max-width:70px}.all-matches-container .vs-separator-inline{font-size:.9rem;padding:0 .3rem}.all-matches-container .vs-separator-center-fatal{font-size:.9rem;padding:.4rem .6rem}.all-matches-container .vs-separator-handicap{font-size:1.2rem;padding:.8rem .6rem}}@media (max-width:480px){.all-matches-container .wrestlers-grid-4x2{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(4,1fr);gap:.3rem}.all-matches-container .wrestler-card.multi-team img,.all-matches-container .wrestler-card.multi-team .wrestler-placeholder{width:130px !important;height:180px !important;object-fit:cover}.all-matches-container .wrestler-card{max-width:140px;width:120px}.all-matches-container .wrestler-card .wrestler-name{font-size:.7rem;font-weight:500;max-width:140px}.all-matches-container .match-layout-1v1{margin-top:0;gap:1rem}.all-matches-container .royal-rumble-display{padding:1rem;min-height:80px}.all-matches-container .wrestlers-grid-fatal-four{gap:6rem 4rem !important}.all-matches-container .rumble-icon{font-size:1.5rem}.all-matches-container .rumble-count{font-size:1.2rem}.all-matches-container .rumble-label{font-size:.8rem}.all-matches-container .wrestlers-line-3{gap:.6rem;padding:.8rem .3rem}.all-matches-container .wrestler-card.triple-threat img,.all-matches-container .wrestler-card.triple-threat .wrestler-placeholder{width:90px;height:140px}.all-matches-container .wrestler-card.triple-threat{max-width:85px}.all-matches-container .wrestler-card.triple-threat .wrestler-name{font-size:.7rem;max-width:100px;font-weight:500}.all-matches-container .wrestlers-grid-fatal-four{gap:2rem;padding:1rem .5rem}.all-matches-container .wrestler-card.fatal-four img,.all-matches-container .wrestler-card.fatal-four .wrestler-placeholder{width:140px !important;height:185px !important}.all-matches-container .wrestler-card.fatal-four{max-width:300px}.all-matches-container .wrestler-card.fatal-four .wrestler-name{font-size:.8rem;font-weight:500;max-width:300px}.all-matches-container .match-layout-handicap{gap:1rem;padding:.8rem}.all-matches-container .handicap-side{gap:.5rem}.all-matches-container .wrestler-card.handicap img,.all-matches-container .wrestler-card.handicap .wrestler-placeholder{width:140px;height:185px}.all-matches-container .wrestler-card.handicap{max-width:60px}.all-matches-container .wrestler-card.handicap .wrestler-name{font-size:.5rem;max-width:60px}.all-matches-container .vs-separator-inline{font-size:1rem;padding:0 .2rem}.all-matches-container .vs-separator-center-fatal{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:var(--c-accent-gold);color:var(--c-bg-dark);font-family:'bebas-neue',sans-serif;font-size:1.1rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;padding:0;border-radius:50%;box-shadow:0 6px 16px rgba(0,0,0,.4);z-index:10;min-width:50px;min-height:50px;display:flex;align-items:center;justify-content:center}.all-matches-container .vs-separator-handicap{font-size:1rem;padding:.6rem .4rem}}.multi-stage-pill{display:inline-flex;align-items:center;gap:.35rem;padding:6px 6px 3px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;border-radius:4px;background:linear-gradient(135deg,#1a1a2e 0%,#16213e 100%);color:gold;border:1px solid rgba(255,215,0,.3)}.multi-stage-pill i{font-size:.7rem}.multi-stage-pill span{line-height:1}.match-card.rumble-match-card{border-color:rgba(230,201,127,.3)}.rumble-card-content{padding:15px}.rumble-card-header{display:flex;align-items:center;justify-content:center;gap:12px;margin-bottom:15px;flex-wrap:wrap}.rumble-card-title{font-size:16px;font-weight:700;color:#e6c97f}.rumble-card-count{font-size:12px;color:#a0a6bc;background:rgba(255,255,255,.05);padding:3px 10px;border-radius:4px}.rumble-participants-grid{display:grid;grid-template-columns:repeat(10,1fr);gap:4px;max-height:180px;overflow:hidden}.rumble-participants-grid[data-count="1"],.rumble-participants-grid[data-count="2"],.rumble-participants-grid[data-count="3"],.rumble-participants-grid[data-count="4"],.rumble-participants-grid[data-count="5"]{grid-template-columns:repeat(auto-fit,minmax(40px, 1fr));max-width:250px;margin:0 auto}.rumble-participants-grid[data-count="6"],.rumble-participants-grid[data-count="7"],.rumble-participants-grid[data-count="8"],.rumble-participants-grid[data-count="9"],.rumble-participants-grid[data-count="10"]{grid-template-columns:repeat(10,1fr)}.rumble-participant-item{position:relative;aspect-ratio:1/1;border-radius:3px;overflow:hidden;display:block}.rumble-participant-item img{width:100%;height:100%;object-fit:cover;object-position:top;display:block}.rumble-participant-item.is-winner{box-shadow:0 0 0 2px #51cf66}.rumble-participant-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#2a2f38;font-size:14px;font-weight:700;color:#a0a6bc}.rumble-winner-badge{position:absolute;bottom:2px;right:2px;background:#51cf66;color:#000;font-size:9px;font-weight:700;width:14px;height:14px;border-radius:50%;display:flex;align-items:center;justify-content:center}.rumble-no-participants{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:30px;color:#a0a6bc;gap:10px}.rumble-no-participants i{font-size:24px;opacity:.5}@media (max-width:768px){.rumble-participants-grid{grid-template-columns:repeat(6,1fr);max-height:none}}@media (max-width:480px){.rumble-participants-grid{grid-template-columns:repeat(5,1fr);max-height:none}.rumble-card-header{flex-direction:column;gap:6px}}@media (max-width:1290px){.all-matches-container .match-layout-fatal-four-way{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.all-matches-container .wrestlers-grid-fatal-four{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(1fr);gap:.5rem 4rem;align-items:center;justify-items:center;padding:.5rem;margin-top:1rem}.all-matches-container .wrestler-card.fatal-four img,.all-matches-container .wrestler-card.fatal-four .wrestler-placeholder{width:140px !important;height:105px !important;object-fit:contain}.all-matches-container .wrestler-card.fatal-four{max-width:110px}.all-matches-container .vs-separator-center-fatal{position:absolute;top:46%;left:50%;transform:translate(-50%,-50%);color:var(--c-accent-gold);font-family:'bebas-neue',sans-serif;font-size:1.2rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;padding:0;z-index:10;display:flex;align-items:center;justify-content:center}.all-matches-container .wrestler-card.fatal-four .wrestler-name{font-size:14px !important}}@media (max-width:768px){.all-matches-container .match-layout-fatal-four-way{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.all-matches-container .wrestlers-grid-fatal-four{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(1fr);gap:2rem 6rem;align-items:center;justify-items:center;padding:.5rem;margin-top:1rem}.all-matches-container .wrestler-card.fatal-four img,.all-matches-container .wrestler-card.fatal-four .wrestler-placeholder{width:180px !important;height:180px !important;object-fit:contain}.all-matches-container .wrestler-card.fatal-four{max-width:110px}.all-matches-container .vs-separator-center-fatal{position:absolute;top:49%;left:50%;transform:translate(-50%,-50%);color:var(--c-accent-gold);font-family:'bebas-neue',sans-serif;font-size:1.2rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;padding:0;z-index:10;display:flex;align-items:center;justify-content:center}.all-matches-container .wrestler-card.fatal-four .wrestler-name{font-size:14px !important}}@media (max-width:460px){.all-matches-container .match-layout-fatal-four-way{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.all-matches-container .wrestlers-grid-fatal-four{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(1fr);gap:2rem 3rem !important;align-items:center;justify-items:center;padding:.5rem;margin-top:1rem}.all-matches-container .wrestler-card.fatal-four img,.all-matches-container .wrestler-card.fatal-four .wrestler-placeholder{width:140px !important;height:140px !important;object-fit:contain}.all-matches-container .wrestler-card.fatal-four{max-width:110px}.all-matches-container .vs-separator-center-fatal{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:0 0;box-shadow:none;color:var(--c-accent-gold);font-family:'bebas-neue',sans-serif;font-size:1.2rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;padding:0;z-index:10;display:flex;align-items:center;justify-content:center}.all-matches-container .wrestler-card.fatal-four .wrestler-name{font-size:14px !important}}