:root{--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);--ff-head:'bebas-neue',sans-serif;--ff-body:'sofia-sans',sans-serif;--radius-s:6px;--radius-m:10px;--radius-l:15px;--shadow-card:0 6px 14px rgba(0,0,0,.35)}.predictions-wrestling-prediction-event-card{width:100%;background:var(--c-panel);border-radius:var(--radius-m);overflow:hidden;font-family:var(--ff-body);color:#fff;border:1px solid var(--c-border)}.predictions-event-poster-banner{width:100%;max-height:250px;overflow:hidden;background:var(--c-panel-light);display:flex;justify-content:center;align-items:center;padding:20px}.predictions-event-poster-banner img{width:100%;height:auto;max-height:180px;object-fit:contain;object-position:center;border-radius:8px}.predictions-section-header{text-align:center;padding:40px 30px;background:#121921;border-bottom:1px solid var(--c-border)}.predictions-title{font:clamp(2rem, 5vw, 2.5rem)/0.9 'Khand',sans-serif;color:var(--c-accent-gold);font-weight:600;text-transform:uppercase;letter-spacing:1px;margin:0 0 20px;text-shadow:0 2px 4px rgba(230,201,127,.3);display:flex;align-items:center;justify-content:center;gap:15px}.predictions-title i{color:var(--c-accent-blue);font-size:.8em;opacity:.8}.predictions-stats{display:flex;justify-content:center;gap:30px;margin-top:15px}.predictions-stats .predictions-stat{text-align:center;font:.9rem/1.2 var(--ff-body);color:var(--c-muted)}.predictions-stats .predictions-stat strong{display:block;font:1.5rem/1 'Khand',sans-serif;color:var(--c-accent-gold);margin-bottom:4px}.predictions-event-header{padding:20px;background:var(--c-panel);color:#fff;border-bottom:1px solid var(--c-border)}.predictions-event-details{width:100%}.predictions-event-title{margin:0 0 12px;font:1.8rem/1.1 var(--ff-head);color:var(--c-accent-gold);font-weight:500 !important;text-transform:uppercase;letter-spacing:.5px}.predictions-event-meta{margin-bottom:12px}.predictions-event-promotion{display:flex;align-items:center;margin-bottom:8px;font-size:1rem;color:var(--c-accent-blue);font-weight:600}.predictions-event-date,.predictions-event-venue{display:flex;align-items:center;margin-bottom:6px;font-size:.9rem;opacity:.9}.predictions-event-meta .predictions-icon,.predictions-countdown-timer i,.predictions-countdown-closed i{margin-right:8px;font-size:.9em;color:var(--c-accent-blue)}.predictions-countdown{margin:16px 0;padding:12px 16px;background:#182029;border-radius:6px;border:1px solid var(--c-border);text-align:center;display:flex;justify-content:center}.predictions-countdown-timer{display:flex;align-items:center;gap:8px;font-size:1rem;font-weight:500}.predictions-countdown-display{font-family:'sofia-sans',monospace;font-size:1.1em;color:var(--c-accent-gold);font-weight:500;letter-spacing:1.1px}.predictions-countdown-closed{display:flex;align-items:center;gap:8px;font-size:.9rem;font-weight:500;color:#ff8a80}.predictions-event-stats{display:flex;gap:12px;margin-top:12px}.predictions-event-stats .predictions-stat{background:var(--c-panel-light);padding:6px 12px;border-radius:12px;font-size:.8rem;border:1px solid var(--c-border)}.progress-text{color:#fff !important}.predictions-matches-container{padding:20px;background:#121921}.predictions-matches-container h3{margin:0 0 16px;font-size:1.2rem;color:#fff;text-align:center;font-family:var(--ff-head);text-transform:uppercase;letter-spacing:.5px}.predictions-matches-grid{display:flex;flex-direction:column;gap:16px}.predictions-match-card{background:var(--c-panel);border:1px solid var(--c-border);border-radius:var(--radius-m);overflow:hidden;position:relative;transition:box-shadow .3s,transform .3s,border-color .3s}.predictions-match-card.predictions-has-team-predictions{background:var(--c-panel-light);border:1px solid var(--c-border);border-radius:var(--radius-m);overflow:hidden;position:relative;transition:box-shadow .3s,transform .3s,border-color .3s}.predictions-match-card:hover{border-color:var(--c-accent-gold)}.predictions-match-card.predictions-main-event{border:2px solid #e6c97f;background:linear-gradient(135deg,var(--c-panel-light) 0%,rgba(231,76,60,.05) 100%);box-shadow:0 4px 20px rgba(231,76,60,.2)}.predictions-match-card.predictions-main-event:before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#e6c97f,#a98f49,#e6c97f);z-index:1}.predictions-match-accordion-header{display:grid;grid-template-columns:1fr auto;grid-template-rows:auto auto auto;grid-template-areas:"number arrow" "names  arrow" "meta   arrow";gap:6px 14px;padding:16px 18px;align-items:start;background:#182029;cursor:pointer;transition:background .2s ease;border:1px solid #ffffff26;border-radius:var(--radius-m)}.predictions-match-accordion-header:hover{background:rgba(255,255,255,.02)}.predictions-match-accordion.active .predictions-match-accordion-header{border-bottom:0 solid var(--c-border);border-bottom-left-radius:0;border-bottom-right-radius:0}.predictions-accordion-arrow{grid-area:arrow;align-self:center;margin-left:0;display:flex;align-items:center;transition:transform .3s ease}.predictions-match-accordion.active .predictions-accordion-arrow{transform:rotate(180deg)}.predictions-accordion-arrow i{color:var(--c-accent-blue);font-size:14px}.predictions-match-accordion-content{background:#182029}.predictions-match-header{display:flex;flex-direction:column;gap:0px;padding:16px 18px;position:relative;background:var(--c-panel);border-bottom:1px solid var(--c-border)}.predictions-match-number-badge{grid-area:number;background:0 0;border:none;box-shadow:none;min-width:unset;height:auto;margin-bottom:5px;padding:0;display:inline-flex;align-items:baseline;gap:.4rem}.predictions-match-number-badge .predictions-match-number-label{color:var(--c-accent-gold);text-transform:uppercase;letter-spacing:.12em;font-size:.85rem;font-weight:500;line-height:1}.predictions-match-number-badge .predictions-match-number{color:var(--c-accent-gold);font-size:.95rem;font-weight:500;line-height:1}.predictions-match-info{grid-area:names;display:block;min-width:0;width:100%}.predictions-match-competitors{margin:0;color:#e9ecf2;text-transform:uppercase;letter-spacing:.02em;font-weight:500;line-height:1.15;font-size:clamp(1.2rem, 2vw, 1.45rem);display:block;white-space:normal;word-break:break-word;font-family:'sofia-sans',sans-serif;text-align:left}.predictions-competitor-name{color:#e9ecf2;font-size:1.3rem;letter-spacing:0px}.predictions-vs-separator{color:var(--c-accent-gold);font-weight:500;letter-spacing:0rem;font-size:clamp(.85rem, 1.2vw, .8rem);padding:0 .4rem}.predictions-champion-indicator{font-size:.95rem;color:var(--c-accent-gold,#e6c97f);font-weight:400;margin-left:-2px}.predictions-pct-bar{width:100%;margin-top:6px;position:relative;height:18px;background:rgba(255,255,255,.2);border-radius:9px;overflow:hidden}.predictions-pct-fill{height:100%;background:linear-gradient(90deg,rgba(160,166,188,.4),rgba(160,166,188,.2));border-radius:9px;transition:width .4s ease,background .3s ease;min-width:0}.predictions-pct-fill.pct-leading{background:#6d28d9}.predictions-pct-fill.pct-tied{background:#0f6eaa}.predictions-pct-fill.pct-trailing{background:#e5625e}.predictions-pct-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:.7rem;font-weight:600;color:#e9ecf2;text-shadow:0 1px 2px rgba(0,0,0,.5);font-family:sofia-sans,sans-serif}.predictions-pct-count{position:absolute;top:50%;right:8px;transform:translateY(-50%);font-size:.7rem;color:#e9ecf2;font-family:sofia-sans,sans-serif}.predictions-rumble-card-inner .predictions-pct-bar{height:14px;margin-top:4px}.predictions-rumble-card-inner .predictions-pct-text{font-size:.6rem}.predictions-rumble-card-inner .predictions-pct-count{display:none}.predictions-6way-wrestler-card .predictions-pct-bar{height:16px;margin-top:4px}.predictions-6way-wrestler-card .predictions-pct-text{font-size:.65rem}.predictions-6way-wrestler-card .predictions-pct-count{display:none}.predictions-5v5-team-card .predictions-pct-bar{margin-top:8px}.predictions-match-meta-tags{grid-area:meta;display:flex;gap:.6rem;flex-wrap:wrap;margin-top:6px}.predictions-match-badges{display:flex;flex-direction:column;gap:4px;align-items:flex-end}.predictions-championship-titles{display:inline-flex;align-items:center;align-content:center;gap:6px;padding-left:6px;padding-right:6px;padding-top:2px !important;padding-bottom:1px !important;border-radius:6px;background:#313a43;border:1px solid rgba(230,201,127,.3);font-size:12px;margin-top:3px;color:var(--c-accent-gold);text-transform:uppercase;font-weight:500;letter-spacing:.5px;white-space:nowrap;overflow:visible;max-width:none}.predictions-championship-titles i{font-size:12px;color:var(--c-accent-gold)}.predictions-championship-titles span{font-size:12px;font-weight:500;margin-top:1px;color:var(--c-accent-gold)}.predictions-special-rules-pill{display:inline-flex;align-items:bottom !important;gap:6px;padding:3px 6px;font-size:12px;margin-top:3px;color:var(--c-warning);text-transform:uppercase;font-weight:500;letter-spacing:.5px;white-space:wrap;overflow:visible;max-width:none;background:#313a43;border:1px solid var(--c-warning);border-radius:6px;font-size:11px}.predictions-special-rules-pill i{font-size:11px;color:var(--c-warning);margin-top:5px;padding-left:1px}.predictions-special-rules-pill span{font-size:12px;color:var(--c-warning);margin-top:1px}.predictions-match-details-table-container{margin:2rem 1.5rem;overflow-x:auto}.predictions-match-details-table{width:100%;border-collapse:collapse;background:rgba(255,255,255,.02);border:1px solid rgba(255,255,255,.08);border-radius:10px;overflow:hidden}.predictions-match-details-table tbody{border:none}.predictions-detail-label{background:#1a242e;color:#a0a6bc;font-weight:600;font-size:.85rem;padding:.75rem 1rem;text-transform:uppercase;letter-spacing:.5px;border-bottom:1px solid rgba(255,255,255,.08);width:35%;vertical-align:top}.predictions-detail-value{background:#121921;color:#cee5f2;font-size:.95rem;padding:.75rem 1rem;border-bottom:1px solid rgba(255,255,255,.08);line-height:1.5;word-wrap:break-word}.predictions-titles-on-the-line-box{background:#121920;border:1px solid #e6c97f;border-radius:15px;padding:1.5rem;margin:1.5rem;text-align:center;box-shadow:0 6px 14px rgba(0,0,0,.5);max-width:50%;margin:0 auto;margin-bottom:30px}.predictions-titles-on-the-line-header{color:#e6c97f;font-size:1.2rem;font-weight:600;text-transform:uppercase;letter-spacing:1px;margin-bottom:1.5rem;font-family:var(--ff-head)}.predictions-title-belts-display{display:flex;flex-direction:column;gap:1rem}.predictions-title-belt-item{background:#151d25;border:1px solid rgba(230,201,127,.3);border-radius:10px;padding:1rem;display:flex;flex-direction:column;align-items:center;gap:1rem}.predictions-title-belt-image{display:flex;justify-content:center;align-items:center}.predictions-title-belt-img{width:200px;height:auto;max-height:120px;object-fit:contain;border-radius:8px}.predictions-title-belt-name{color:#e6c97f;font-size:1.1rem;font-weight:500;text-transform:uppercase;text-align:center}.predictions-match-details{display:flex;flex-direction:column;gap:3px;margin-top:10px}.predictions-match-detail{display:flex;align-items:top;gap:6px;font-size:.85rem;color:rgba(255,255,255,.8)}.predictions-match-detail i{font-size:.8rem;width:12px;flex-shrink:0;margin-top:3px}.predictions-match-badges{display:flex;flex-direction:column;gap:4px;align-items:flex-end}.predictions-match-type-pill,.predictions-main-event-pill{display:inline-flex;align-items:center;align-content:center;gap:6px;padding-left:6px;padding-right:6px;padding-top:2px !important;padding-bottom:1px !important;border-radius:6px;background:#313a43;border:1px solid rgba(230,201,127,.3);font-size:12px;margin-top:3px;color:var(--c-accent-gold);text-transform:uppercase;font-weight:500;letter-spacing:.5px;white-space:nowrap;overflow:visible;max-width:none}.predictions-main-event-pill{background:#313a43;color:var(--c-accent-gold);border:1px solid var(--c-accent-gold);filter:brightness(1.1)}.predictions-match-type-badge{background:#c5d1eb;color:#000;padding:4px 8px;border-radius:12px;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;border:1px solid rgba(74,158,255,.3)}.predictions-main-event-badge{background:linear-gradient(135deg,#e6c97f,#d4a853);color:#0a0e13;padding:4px 8px;border-radius:12px;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;border:1px solid rgba(230,201,127,.3)}.predictions-wrestlers-selection{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:20px;padding:20px;background:#182029 !important}.predictions-wrestlers-selection:has(.predictions-wrestler-choice:nth-child(3):last-child){flex-wrap:nowrap;flex-direction:row}.predictions-wrestlers-selection.predictions-has-team-cards{display:flex !important;flex-direction:column !important;align-items:center;justify-content:center;gap:20px;padding:20px;background:#182029;width:100%;margin:0 auto;box-sizing:border-box;flex-wrap:nowrap !important}.predictions-wrestlers-selection:has(.predictions-prediction-wrestler-card.predictions-prediction-team){flex-direction:column;align-items:center;gap:0px;max-width:100%;margin:0 auto;justify-content:center}.predictions-wrestlers-selection.predictions-wrestlers-3{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;max-width:450px;margin:0 auto}.predictions-wrestlers-selection.predictions-wrestlers-4{display:grid;grid-template-columns:repeat(2,1fr);gap:30px;max-width:380px;margin:0 auto}.predictions-wrestlers-selection.predictions-wrestlers-5,.predictions-wrestlers-selection.predictions-wrestlers-6{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;max-width:450px;margin:0 auto}.predictions-wrestlers-selection.predictions-wrestlers-7,.predictions-wrestlers-selection.predictions-wrestlers-8{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;max-width:500px;margin:0 auto}.predictions-wrestlers-selection.predictions-wrestlers-many{display:grid;grid-template-columns:repeat(auto-fill,minmax(80px, 1fr));gap:8px;max-width:600px;margin:0 auto}.prediction-vs-separator{font-family:var(--ff-head);font-size:1.5rem;font-weight:700;color:var(--c-accent-gold);text-shadow:0 0 8px rgba(230,201,127,.3);margin:0 8px;display:flex;align-items:center;justify-content:center;text-transform:uppercase;letter-spacing:2px;flex-shrink:0;user-select:none}.predictions-wrestlers-selection.predictions-has-team-cards .prediction-vs-separator{margin:10px 0;width:100%}.predictions-wrestlers-selection.predictions-wrestlers-3 .prediction-vs-separator,.predictions-wrestlers-selection.predictions-wrestlers-4 .prediction-vs-separator,.predictions-wrestlers-selection.predictions-wrestlers-5 .prediction-vs-separator,.predictions-wrestlers-selection.predictions-wrestlers-6 .prediction-vs-separator,.predictions-wrestlers-selection.predictions-wrestlers-7 .prediction-vs-separator,.predictions-wrestlers-selection.predictions-wrestlers-8 .prediction-vs-separator,.predictions-wrestlers-selection.predictions-wrestlers-many .prediction-vs-separator{display:none}.predictions-wrestlers-selection.predictions-wrestlers-3:before,.predictions-wrestlers-selection.predictions-wrestlers-4:before,.predictions-wrestlers-selection.predictions-wrestlers-5:before,.predictions-wrestlers-selection.predictions-wrestlers-6:before,.predictions-wrestlers-selection.predictions-wrestlers-7:before,.predictions-wrestlers-selection.predictions-wrestlers-8:before{content:'SELECT YOUR WINNER';grid-column:1/-1;text-align:center;font-family:'sofia-sans',sans-serif;font-size:1.1rem;color:var(--c-accent-gold);text-transform:uppercase;letter-spacing:.5px;margin-bottom:-5px;opacity:1}.predictions-wrestler-choice{cursor:pointer;display:block;position:relative;transition:all .3s ease;flex:0 0 auto}.predictions-wrestlers-selection.predictions-has-team-cards .predictions-wrestler-choice{display:inline-flex;width:auto;max-width:none;flex:none}.predictions-wrestler-choice input[type=radio]{position:absolute;opacity:0;pointer-events:none}.predictions-wrestler-card{background:0 0;border:none;border-radius:0;padding:0;text-align:center;transition:all .2s ease;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;overflow:visible;width:160px;gap:8px}.predictions-wrestlers-selection.predictions-wrestlers-3 .predictions-wrestler-card,.predictions-wrestlers-selection.predictions-wrestlers-4 .predictions-wrestler-card,.predictions-wrestlers-selection.predictions-wrestlers-5 .predictions-wrestler-card,.predictions-wrestlers-selection.predictions-wrestlers-6 .predictions-wrestler-card,.predictions-wrestlers-selection.predictions-wrestlers-7 .predictions-wrestler-card,.predictions-wrestlers-selection.predictions-wrestlers-8 .predictions-wrestler-card,.predictions-wrestlers-selection.predictions-wrestlers-many .predictions-wrestler-card{width:160px}.predictions-wrestler-card.predictions-singles{min-height:240px}.predictions-wrestlers-selection.predictions-wrestlers-3 .predictions-wrestler-card.predictions-singles,.predictions-wrestlers-selection.predictions-wrestlers-4 .predictions-wrestler-card.predictions-singles,.predictions-wrestlers-selection.predictions-wrestlers-5 .predictions-wrestler-card.predictions-singles,.predictions-wrestlers-selection.predictions-wrestlers-6 .predictions-wrestler-card.predictions-singles,.predictions-wrestlers-selection.predictions-wrestlers-7 .predictions-wrestler-card.predictions-singles,.predictions-wrestlers-selection.predictions-wrestlers-8 .predictions-wrestler-card.predictions-singles,.predictions-wrestlers-selection.predictions-wrestlers-many .predictions-wrestler-card.predictions-singles{min-height:240px}.predictions-wrestler-card.predictions-team{min-height:200px;padding:15px}.predictions-mixed-side{display:flex;flex-direction:row;align-items:flex-start;justify-content:center;gap:6px;width:100%;border:2px solid rgba(255,255,255,.1);border-radius:10px;padding-top:10px;background:linear-gradient(135deg,#0a0e13 0%,#1a242e 100%);transition:all .3s ease;margin-bottom:10px !important}.predictions-prediction-wrestler-card:has(.predictions-mixed-side){min-width:430px;max-width:440px}.predictions-mixed-wrestler-photo{width:200px;height:180px;object-fit:contain !important;border-radius:6px}.predictions-mixed-wrestler-placeholder{width:200px;height:180px;background:#2a2a2a;display:flex;align-items:center;justify-content:center;font-size:1.3rem;color:#666;border-radius:6px}.predictions-wrestler-choice input[type=radio]:checked+.predictions-prediction-wrestler-card img{border-color:#4caf50 !important;box-shadow:0 0 0 3px rgba(76,175,80,.3) !important}.predictions-wrestler-checkmark{display:none !important;position:absolute;top:10px;right:10px;width:26px;height:26px;background:#4caf50;color:#fff;border-radius:50%;align-items:center;justify-content:center;font-size:16px;z-index:10;box-shadow:0 2px 8px rgba(76,175,80,.4);border:2px solid #fff}.predictions-wrestler-choice input[type=radio]:checked+.predictions-prediction-wrestler-card .predictions-wrestler-checkmark{display:flex !important}.predictions-prediction-wrestler-card.predictions-prediction-singles .predictions-wrestler-photo,.predictions-prediction-wrestler-card.predictions-prediction-singles img{width:100% !important;max-width:160px !important;height:200px !important;aspect-ratio:4/5 !important;object-fit:cover !important;object-position:center 20% !important;border-radius:12px !important;border:2px solid rgba(255,255,255,.1) !important;margin:0 !important;display:block !important;background:linear-gradient(135deg,#0a0e13 0%,#1a242e 100%);transition:all .3s ease;padding-top:10px}.predictions-prediction-wrestler-card.predictions-prediction-singles:hover img{box-shadow:0 8px 20px rgba(230,201,127,.3);transform:translateY(-5px);border-radius:10px;border:2px solid #e9ecf294 !important}.predictions-wrestler-card img{width:100% !important;max-width:160px !important;height:200px !important;aspect-ratio:4/5 !important;object-fit:cover !important;object-position:center 20% !important;border-radius:12px !important;border:2px solid rgba(255,255,255,.1) !important;margin:0 !important;display:block !important;background:linear-gradient(135deg,#0a0e13 0%,#1a242e 100%);transition:all .3s ease;padding-top:10px}.predictions-wrestler-card:hover img{border-color:var(--c-accent-gold);box-shadow:0 8px 20px rgba(230,201,127,.3)}.predictions-wrestler-placeholder{width:100%;max-width:160px;height:200px;aspect-ratio:4/5;background:linear-gradient(135deg,#0a0e13 0%,#1a242e 100%);color:#a0a6bc;display:flex;align-items:center;justify-content:center;font-size:2.5rem;font-weight:700;margin:0;border-radius:12px;border:2px solid rgba(255,255,255,.1)}.predictions-wrestlers-selection.predictions-wrestlers-3 .predictions-wrestler-placeholder,.predictions-wrestlers-selection.predictions-wrestlers-4 .predictions-wrestler-placeholder,.predictions-wrestlers-selection.predictions-wrestlers-5 .predictions-wrestler-placeholder,.predictions-wrestlers-selection.predictions-wrestlers-6 .predictions-wrestler-placeholder,.predictions-wrestlers-selection.predictions-wrestlers-7 .predictions-wrestler-placeholder,.predictions-wrestlers-selection.predictions-wrestlers-8 .predictions-wrestler-placeholder,.predictions-wrestlers-selection.predictions-wrestlers-many .predictions-wrestler-placeholder{width:160px;height:200px;font-size:2.5rem}.predictions-wrestler-name{color:#e9ecf2;font-weight:500;font-size:1.1rem;text-align:center;text-transform:uppercase;letter-spacing:.5px;margin-top:4px;font-family:'sofia-sans',sans-serif;line-height:1.2;padding:0;background:0 0}.predictions-wrestlers-selection.predictions-wrestlers-3 .predictions-wrestler-card .predictions-wrestler-name,.predictions-wrestlers-selection.predictions-wrestlers-4 .predictions-wrestler-card .predictions-wrestler-name,.predictions-wrestlers-selection.predictions-wrestlers-5 .predictions-wrestler-card .predictions-wrestler-name,.predictions-wrestlers-selection.predictions-wrestlers-6 .predictions-wrestler-card .predictions-wrestler-name,.predictions-wrestlers-selection.predictions-wrestlers-7 .predictions-wrestler-card .predictions-wrestler-name,.predictions-wrestlers-selection.predictions-wrestlers-8 .predictions-wrestler-card .predictions-wrestler-name,.predictions-wrestlers-selection.predictions-wrestlers-many .predictions-wrestler-card .predictions-wrestler-name{font-size:1.1rem;padding:0;letter-spacing:.5px}.predictions-wrestler-choice input[type=radio]:checked+.predictions-wrestler-card .predictions-wrestler-name{color:#4caf50}.predictions-prediction-wrestler-card{background:0 0;border:none;border-radius:0;padding:0;text-align:center;transition:all .2s ease;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;overflow:visible;gap:8px}.predictions-prediction-wrestler-card.predictions-prediction-singles{width:160px;min-height:240px}.predictions-prediction-wrestler-card.predictions-prediction-singles .predictions-wrestler-name{padding:0;display:flex;align-items:center;justify-content:center;line-height:1.2}.predictions-prediction-wrestler-card.predictions-prediction-team{width:360px;max-width:calc(100% - 20px);padding:15px 10px;min-height:200px;gap:0px;border-radius:12px;border:2px solid rgba(255,255,255,0) !important}.predictions-prediction-wrestler-card.predictions-prediction-team:hover{box-shadow:0 8px 20px rgba(230,201,127,.3);transform:translateY(-5px);border-radius:10px;border:2px solid #e9ecf294 !important}.predictions-team-photos{display:flex;justify-content:center;align-items:center;gap:0;margin:0 auto 15px auto;width:100%;max-width:600px !important;border:2px solid rgba(255,255,255,.1);border-radius:12px;background:linear-gradient(135deg,#0a0e13 0%,#1a242e 100%);overflow:hidden;padding-top:5px}.predictions-team-photos .predictions-team-left{flex:0 1 auto;display:flex;justify-content:center}.predictions-team-photos .predictions-team-right{flex:0 1 auto;display:flex;justify-content:center}.predictions-team-photos.predictions-team-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;margin:0 auto 15px auto;width:100%;max-width:300px;border:none;border-radius:0;background:0 0;overflow:visible}.predictions-team-wrestler-photo,.predictions-team-wrestler-placeholder{width:100%;max-width:150px;aspect-ratio:4/5;border-radius:0;object-fit:contain !important;object-position:center 20%;border:none;background:0 0;transition:all .3s ease;padding-top:5px}.predictions-team-photos.predictions-team-grid .predictions-team-wrestler-photo,.predictions-team-photos.predictions-team-grid .predictions-team-wrestler-placeholder{width:100%;height:220px !important;aspect-ratio:3/4;border-radius:6px;object-fit:contain;object-position:center 20%;border:1px solid var(--c-border);background:#172029}.predictions-team-wrestler-placeholder{background:linear-gradient(135deg,#0a0e13 0%,#1a242e 100%);color:#a0a6bc;display:flex;align-items:center;justify-content:center;font-size:2.5rem;font-weight:700}.predictions-wrestlers-selection.predictions-wrestlers-3 .predictions-team-photos,.predictions-wrestlers-selection.predictions-wrestlers-4 .predictions-team-photos{max-width:140px;height:180px}.predictions-wrestlers-selection.predictions-wrestlers-5 .predictions-team-photos,.predictions-wrestlers-selection.predictions-wrestlers-6 .predictions-team-photos{max-width:140px;height:170px}.predictions-wrestlers-selection.predictions-wrestlers-7 .predictions-team-photos,.predictions-wrestlers-selection.predictions-wrestlers-8 .predictions-team-photos{max-width:110px;height:140px}.predictions-team-more{grid-column:1/-1;width:100%;padding:4px;background:var(--c-panel);color:var(--c-muted);border-radius:4px;font-size:.7rem;font-weight:600;text-align:center}.predictions-team-type{display:inline-block;background:#a0a6bc3b;color:#e9ecf2;padding-top:5px;padding-bottom:1px;padding-left:10px;padding-right:10px;border-radius:6px;font-size:19px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;margin:10px 0;font-family:'khand',sans-serif}img.predictions-match-tag-team-photo{width:100%;max-width:360px;aspect-ratio:16/9;object-fit:contain;object-position:center 20%;border-radius:12px;border:2px solid rgba(255,255,255,.1);margin:0 auto 5px auto;display:block;background:linear-gradient(135deg,#0a0e13 0%,#1a242e 100%);transition:all .3s ease;padding-top:5px}.predictions-wrestlers-selection.predictions-wrestlers-3 .prediction-match-tag-team-photo,.predictions-wrestlers-selection.predictions-wrestlers-4 .prediction-match-tag-team-photo{height:250px !important}.predictions-wrestlers-selection.predictions-wrestlers-5 .prediction-match-tag-team-photo,.predictions-wrestlers-selection.predictions-wrestlers-6 .prediction-match-tag-team-photo{height:220px !important}.predictions-wrestlers-selection.predictions-wrestlers-7 .prediction-match-tag-team-photo,.predictions-wrestlers-selection.predictions-wrestlers-8 .prediction-match-tag-team-photo{height:180px !important}.predictions-wrestler-alignment{font-size:.8rem;padding:3px 8px;border-radius:12px;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.predictions-wrestler-alignment.predictions-face{background:#e8f5e8;color:#2e7d32}.predictions-wrestler-alignment.predictions-heel{background:#ffebee;color:#c62828}.predictions-wrestler-alignment.predictions-tweener{background:#f3e5f5;color:#7b1fa2}.predictions-wrestler-choice input[type=radio]:checked+.predictions-wrestler-card .predictions-wrestler-alignment{background:rgba(255,255,255,.2);color:rgba(255,255,255,.9)}.predictions-5v5-layout{display:flex;flex-direction:column;align-items:center;width:100%;gap:.5rem}.predictions-5v5-team-choice{cursor:pointer;display:block;position:relative;width:100%;max-width:700px}.predictions-5v5-team-choice input[type=radio]{position:absolute;opacity:0;pointer-events:none}.predictions-5v5-team-card{background:var(--c-panel-light);border:2px solid var(--c-border);border-radius:var(--radius-m);padding:10px;transition:all .3s ease;position:relative}.predictions-5v5-team-choice:hover .predictions-5v5-team-card{border-color:var(--c-accent-gold);transform:scale(1.01)}.predictions-5v5-team-choice input[type=radio]:checked+.predictions-5v5-team-card{border-color:#4caf50 !important;box-shadow:0 0 0 3px rgba(76,175,80,.3)}.predictions-5v5-team-choice input[type=radio]:checked+.predictions-5v5-team-card .predictions-wrestler-checkmark{display:flex !important}.predictions-5v5-wrestlers-row{display:flex;flex-direction:row;justify-content:center;gap:1rem;flex-wrap:wrap}.predictions-5v5-wrestler-thumb{display:flex;flex-direction:column;align-items:center;max-width:120px}.predictions-5v5-wrestler-thumb img,.predictions-5v5-wrestler-placeholder{width:120px;height:165px;border-radius:8px;object-fit:cover;border:1px solid var(--c-border)}.predictions-5v5-wrestler-placeholder{background:var(--c-panel);display:flex;align-items:center;justify-content:center;font-size:1.8rem;font-weight:700;color:var(--c-muted)}.predictions-5v5-wrestler-name{font-size:.8rem;margin-top:5px;text-align:center;color:#e9ecf2;line-height:1.2}.predictions-5v5-vs-separator{color:var(--c-accent-gold);font-weight:700;font-size:1.8rem !important;text-transform:uppercase;letter-spacing:2px;font-family:var(--ff-head);margin:.5rem 0;text-align:center}.predictions-6way-layout{display:flex;flex-direction:column;align-items:center;gap:15px;padding:20px 0;width:100%}.predictions-6way-row{display:flex;align-items:flex-start;justify-content:center;gap:10px}.predictions-6way-wrestler-choice{cursor:pointer;display:block;position:relative;flex:0 0 auto}.predictions-6way-wrestler-choice input[type=radio]{position:absolute;opacity:0;pointer-events:none}.predictions-6way-wrestler-card{background:0 0;border:2px solid transparent;border-radius:var(--radius-m);padding:8px;text-align:center;transition:all .2s ease;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;max-width:120px;gap:6px}.predictions-6way-wrestler-card .predictions-wrestler-photo,.predictions-6way-wrestler-card img{width:120px !important;height:150px !important;object-fit:cover !important;object-position:center 20% !important;border-radius:10px !important;border:2px solid var(--c-border) !important}.predictions-6way-wrestler-card .predictions-wrestler-placeholder{width:120px;height:150px;border-radius:10px;background:var(--c-panel-light);border:2px solid var(--c-border);display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:var(--c-muted)}.predictions-6way-wrestler-card .predictions-wrestler-name{font-size:.75rem;color:var(--c-text);text-align:center;line-height:1.2;max-width:120px;word-wrap:break-word}.predictions-6way-wrestler-choice:hover .predictions-6way-wrestler-card{border-color:var(--c-accent-gold);transform:scale(1.03)}.predictions-6way-wrestler-choice input[type=radio]:checked+.predictions-6way-wrestler-card{border-color:#4caf50 !important;box-shadow:0 0 0 3px rgba(76,175,80,.3)}.predictions-6way-wrestler-choice input[type=radio]:checked+.predictions-6way-wrestler-card img{border-color:#4caf50 !important;box-shadow:0 0 0 3px rgba(76,175,80,.3) !important}.predictions-6way-wrestler-choice input[type=radio]:checked+.predictions-6way-wrestler-card .predictions-wrestler-checkmark{display:flex !important}.predictions-6way-vs{color:var(--c-accent-gold);font-weight:700;font-size:1.2rem;font-family:var(--ff-head);text-transform:uppercase;letter-spacing:1px;min-width:30px;text-align:center;padding-top:50px}.predictions-extras{display:flex;justify-content:center;padding:16px 20px;background:var(--c-panel);border-top:1px solid var(--c-border)}.predictions-method{max-width:250px}.predictions-method label{display:block;font:.95rem/1.2 var(--ff-body);color:var(--c-muted);margin-bottom:8px;text-transform:uppercase;letter-spacing:.3px}.predictions-method select{width:100%;padding:8px 32px 8px 12px;border:1px solid var(--c-border);border-radius:var(--radius-s);background:#172029;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23CEE5F2' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;color:#fff;font:.9rem/1 var(--ff-body);transition:border-color .2s ease;-webkit-appearance:none;-moz-appearance:none;appearance:none}.predictions-method select:focus{border-color:var(--c-accent-gold);outline:none;box-shadow:0 0 0 3px rgba(230,201,127,.1)}.predictions-method select option{background:var(--c-panel-light);color:#fff}.predictions-confidence-slider{display:none}.predictions-submit{text-align:center;padding:20px;background:var(--c-panel-light);border-top:1px solid var(--c-border)}.predictions-submit-btn{background:var(--c-accent-gold);color:var(--c-bg-dark);padding:12px 32px;border:1px solid var(--c-accent-gold);border-radius:var(--radius-s);font:.9rem/1.2 var(--ff-body);font-weight:600;cursor:pointer;transition:all .2s ease;min-width:180px;text-transform:uppercase;letter-spacing:.3px}.predictions-submit-btn:hover{background:0 0;color:var(--c-accent-gold)}.predictions-submit-btn:focus{outline:none;box-shadow:0 0 0 2px rgba(230,201,127,.5)}.predictions-note{margin:15px 0 0;font-size:.9rem;color:#6c757d;font-style:italic}.predictions-login-required,.predictions-closed{text-align:center;padding:50px 30px;background:var(--c-panel-light);border:1px solid var(--c-border);border-radius:var(--radius-m)}.predictions-login-required h3,.predictions-closed h3{margin:0 0 15px;font-size:1.8rem;color:var(--c-accent-gold);font-family:var(--ff-head);text-transform:uppercase;letter-spacing:1px}.predictions-login-required p,.predictions-closed p{margin-bottom:25px;color:var(--c-muted);font-size:1rem;font-family:var(--ff-body)}.predictions-login-btn{display:inline-block;background:var(--c-accent-gold);color:var(--c-bg-dark);padding:6px 20px;border-radius:var(--radius-s);border:2px solid var(--c-accent-gold);text-decoration:none;font-weight:600;font-family:var(--ff-body);text-transform:uppercase;letter-spacing:.5px;transition:all .3s ease;font-size:14px}.predictions-login-btn:hover{background:0 0;color:var(--c-accent-gold);border-color:var(--c-accent-gold);text-decoration:none}.predictions-user-final-predictions{background:#fff;padding:25px;border-radius:10px;margin-top:20px;text-align:left;box-shadow:0 2px 10px rgba(0,0,0,.1)}.predictions-user-final-predictions h4{margin:0 0 20px;color:#333;font-size:1.2rem}.predictions-final-prediction{padding:12px 0;border-bottom:1px solid #e0e0e0}.predictions-final-prediction:last-child{border-bottom:none}.predictions-form.predictions-loading{opacity:.7;pointer-events:none}.predictions-submit-btn.predictions-loading:after{content:'';display:inline-block;width:14px;height:14px;margin-left:10px;border:2px solid transparent;border-top-color:currentColor;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width:1200px){.predictions-event-poster-banner img{width:60%}.predictions-wrestlers-selection{gap:15px}.predictions-wrestler-card{width:160px}.predictions-prediction-wrestler-card.predictions-prediction-singles .predictions-wrestler-photo,.predictions-prediction-wrestler-card.predictions-prediction-singles img,.predictions-wrestler-card img{max-width:140px !important;height:175px !important}.predictions-wrestler-placeholder{max-width:140px;height:175px}}@media (max-width:1024px){.predictions-event-poster-banner img{width:60%}.predictions-wrestlers-selection{gap:15px}.predictions-wrestler-card{width:160px}.predictions-prediction-wrestler-card.predictions-prediction-singles .predictions-wrestler-photo,.predictions-prediction-wrestler-card.predictions-prediction-singles img,.predictions-wrestler-card img{max-width:160px !important;height:200px !important}.predictions-wrestler-placeholder{max-width:160px;height:200px}}@media (max-width:768px){.predictions-wrestling-prediction-event-card{margin:10px;border-radius:8px}.predictions-titles-on-the-line-box{max-width:80%}.predictions-event-header{flex-direction:column;text-align:center;padding:20px}.predictions-event-poster-banner{max-height:180px;padding:15px}.predictions-event-poster-banner img{width:70%;max-height:150px}.predictions-event-title{font-size:1.4rem}.predictions-matches-grid{grid-template-columns:1fr;gap:25px}.predictions-match-card.predictions-has-team-predictions{overflow:visible;padding:0;margin:0}.predictions-prediction-wrestler-card:has(.predictions-mixed-side){min-width:360px;max-width:360px}.predictions-mixed-wrestler-photo{width:110px;height:145px;object-fit:contaom !important;border-radius:6px}.predictions-match-card.predictions-has-team-predictions .predictions-wrestlers-selection.predictions-has-team-cards{padding:15px 10px !important;margin:0 !important;width:100% !important;max-width:100% !important;overflow:hidden !important}.predictions-wrestlers-selection.predictions-has-team-cards{padding:15px 0;gap:15px;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}.predictions-prediction-wrestler-card.predictions-prediction-team{width:300px;max-width:calc(100vw - 40px);margin:0 auto}.predictions-prediction-wrestler-card.predictions-prediction-singles{width:160px;min-height:260px}.predictions-prediction-wrestler-card.predictions-prediction-singles .predictions-wrestler-name{min-height:60px;font-size:.85rem;padding:8px 5px}.predictions-match-card .predictions-match-header{display:flex;flex-direction:column;gap:6px;padding:14px 16px}.predictions-match-card .predictions-match-number-badge{display:inline-flex;gap:.35rem;margin-bottom:4px}.predictions-match-card .predictions-match-number-badge .predictions-match-number-label{font-size:.8rem}.predictions-match-card .predictions-match-number-badge .predictions-match-number{font-size:.9rem;font-weight:700}.predictions-match-card .predictions-match-info{display:block;width:100%}.predictions-match-card .predictions-match-competitors{font-size:clamp(1.2rem, 6vw, 1.4rem);line-height:1.2;white-space:normal;word-break:break-word}.predictions-match-card .predictions-vs-separator{font-size:clamp(.6rem, 1.3vw, .8rem)}.predictions-match-card .predictions-match-meta-tags{gap:.45rem;margin-top:10px;flex-wrap:wrap}.predictions-match-card .predictions-match-type-pill,.predictions-match-card .predictions-main-event-pill{font-size:clamp(.68rem, 1.3vw, .85rem);padding:3px 10px}.predictions-match-card .predictions-championship-titles{font-size:.7rem;padding:3px 6px;gap:4px}.predictions-match-card .predictions-match-details{gap:3px;margin-top:10px}.predictions-match-card .predictions-match-detail{font-size:.8rem}.predictions-match-card .predictions-main-event-badge{font-size:.65rem;padding:3px 6px}.predictions-match-card .predictions-match-type-badge{font-size:.65rem;padding:2px 6px}.predictions-wrestlers-selection{flex-direction:column;flex-wrap:nowrap;justify-content:center;align-items:center;gap:15px;padding:10px;width:100%;box-sizing:border-box;overflow:visible !important;position:relative}.predictions-wrestlers-selection:not(:has(.predictions-prediction-wrestler-card.predictions-prediction-team)){flex-direction:row;flex-wrap:wrap}.predictions-wrestlers-selection.predictions-wrestlers-3{grid-template-columns:repeat(3,1fr);gap:12px;max-width:100%}.predictions-wrestlers-selection.predictions-wrestlers-4{grid-template-columns:repeat(2,1fr);gap:12px;max-width:310px}.predictions-wrestlers-selection.predictions-wrestlers-5,.predictions-wrestlers-selection.predictions-wrestlers-6{grid-template-columns:repeat(3,1fr);gap:10px;max-width:100%}.predictions-wrestlers-selection.predictions-wrestlers-7,.predictions-wrestlers-selection.predictions-wrestlers-8{grid-template-columns:repeat(4,1fr);gap:8px;max-width:100%}.predictions-wrestlers-selection.predictions-wrestlers-many{grid-template-columns:repeat(auto-fill,minmax(60px, 1fr));gap:8px}.predictions-wrestlers-selection.predictions-wrestlers-3:before,.predictions-wrestlers-selection.predictions-wrestlers-4:before,.predictions-wrestlers-selection.predictions-wrestlers-5:before,.predictions-wrestlers-selection.predictions-wrestlers-6:before,.predictions-wrestlers-selection.predictions-wrestlers-7:before,.predictions-wrestlers-selection.predictions-wrestlers-8:before{margin-bottom:10px;padding-bottom:8px}.predictions-wrestlers-selection.predictions-wrestlers-3 .predictions-wrestler-card{width:100px}.predictions-wrestlers-selection.predictions-wrestlers-4 .predictions-wrestler-card{width:130px}.predictions-wrestlers-selection.predictions-wrestlers-5 .predictions-wrestler-card,.predictions-wrestlers-selection.predictions-wrestlers-6 .predictions-wrestler-card{width:90px}.predictions-wrestlers-selection.predictions-wrestlers-7 .predictions-wrestler-card,.predictions-wrestlers-selection.predictions-wrestlers-8 .predictions-wrestler-card{width:70px}.predictions-wrestlers-selection.predictions-wrestlers-many .predictions-wrestler-card{width:60px}.predictions-wrestlers-selection:has(.predictions-wrestler-choice:nth-child(2)):not(:has(.predictions-wrestler-choice:nth-child(4))):not(:has(.predictions-prediction-wrestler-card.predictions-prediction-team)){flex-wrap:nowrap !important;gap:10px}.predictions-wrestlers-selection:has(.predictions-wrestler-choice:nth-child(2)):not(:has(.predictions-wrestler-choice:nth-child(4))):not(:has(.predictions-prediction-wrestler-card.predictions-prediction-team)) .predictions-wrestler-choice{flex:0 1 auto !important;max-width:48% !important}.predictions-wrestlers-selection:has(.predictions-wrestler-choice:nth-child(2)):not(:has(.predictions-wrestler-choice:nth-child(4))) .prediction-vs-separator{flex:0 0 auto !important;width:auto !important;margin:0 8px !important}@supports not selector(:has(*)){.predictions-wrestlers-selection>.predictions-wrestler-choice:first-child:nth-last-child(3),.predictions-wrestlers-selection>.predictions-wrestler-choice:first-child:nth-last-child(3)~.predictions-wrestler-choice,.predictions-wrestlers-selection>.predictions-wrestler-choice:first-child:nth-last-child(3)~.prediction-vs-separator{display:inline-flex !important;vertical-align:middle}.predictions-wrestlers-selection>.predictions-wrestler-choice:first-child:nth-last-child(3),.predictions-wrestlers-selection>.predictions-wrestler-choice:first-child:nth-last-child(3)~.predictions-wrestler-choice{max-width:45% !important;flex:0 1 auto !important}.predictions-wrestlers-selection>.predictions-wrestler-choice:first-child:nth-last-child(3)~.prediction-vs-separator{flex:0 0 auto !important;width:auto !important;margin:0 5px !important}}.predictions-wrestlers-selection:not(.predictions-has-team-cards) .predictions-wrestler-choice{flex:0 0 calc(50% - 10px);max-width:150px !important}.predictions-wrestlers-selection.predictions-has-team-cards .predictions-wrestler-choice{width:auto;max-width:none;margin:0}.predictions-wrestler-card{width:100%}.predictions-prediction-wrestler-card.predictions-prediction-singles .predictions-wrestler-photo,.predictions-prediction-wrestler-card.predictions-prediction-singles img,.predictions-wrestler-card img{max-width:150px !important;height:180px !important}.predictions-wrestlers-selection.predictions-wrestlers-3 .predictions-wrestler-card img{width:100px !important;height:130px !important}.predictions-wrestlers-selection.predictions-wrestlers-4 .predictions-wrestler-card img{width:130px !important;height:160px !important}.predictions-wrestlers-selection.predictions-wrestlers-5 .predictions-wrestler-card img,.predictions-wrestlers-selection.predictions-wrestlers-6 .predictions-wrestler-card img{width:90px !important;height:110px !important}.predictions-wrestlers-selection.predictions-wrestlers-7 .predictions-wrestler-card img,.predictions-wrestlers-selection.predictions-wrestlers-8 .predictions-wrestler-card img{width:70px !important;height:90px !important}.predictions-wrestlers-selection.predictions-wrestlers-many .predictions-wrestler-card img{width:60px !important;height:75px !important}.predictions-wrestler-placeholder{width:100%;height:180px}.predictions-wrestlers-selection.predictions-wrestlers-3 .predictions-wrestler-placeholder{width:100px;height:130px}.predictions-wrestlers-selection.predictions-wrestlers-4 .predictions-wrestler-placeholder{width:130px;height:160px}.predictions-wrestlers-selection.predictions-wrestlers-5 .predictions-wrestler-placeholder,.predictions-wrestlers-selection.predictions-wrestlers-6 .predictions-wrestler-placeholder{width:90px;height:110px}.predictions-wrestlers-selection.predictions-wrestlers-7 .predictions-wrestler-placeholder,.predictions-wrestlers-selection.predictions-wrestlers-8 .predictions-wrestler-placeholder{width:70px;height:90px}.predictions-wrestlers-selection.predictions-wrestlers-many .predictions-wrestler-placeholder{width:60px;height:75px;font-size:.7rem}.predictions-wrestler-card.predictions-singles{min-height:240px}.predictions-wrestlers-selection.predictions-wrestlers-3 .predictions-wrestler-card.predictions-singles{min-height:200px}.predictions-wrestlers-selection.predictions-wrestlers-4 .predictions-wrestler-card.predictions-singles{min-height:220px}.predictions-wrestlers-selection.predictions-wrestlers-5 .predictions-wrestler-card.predictions-singles,.predictions-wrestlers-selection.predictions-wrestlers-6 .predictions-wrestler-card.predictions-singles{min-height:180px}.predictions-wrestlers-selection.predictions-wrestlers-7 .predictions-wrestler-card.predictions-singles,.predictions-wrestlers-selection.predictions-wrestlers-8 .predictions-wrestler-card.predictions-singles{min-height:150px}.predictions-wrestlers-selection.predictions-wrestlers-many .predictions-wrestler-card.predictions-singles{min-height:120px}.prediction-vs-separator{margin:10px 0;font-size:1.2rem;color:var(--c-accent-gold);padding:10px;border-radius:20px;display:inline-block;width:auto;flex:0 0 auto;text-align:center}.predictions-team-photos{max-width:100%;width:280px;gap:10px;margin:0 auto 15px auto;box-sizing:border-box}.predictions-team-wrestler-photo,.predictions-team-wrestler-placeholder{max-width:150px;height:180px;aspect-ratio:4/5;border-radius:8px}.prediction-match-tag-team-photo{max-width:260px;width:100%}.predictions-match-competitors{font-size:.9rem}.predictions-matches-container,.predictions-submit{padding:15px}.predictions-submit-btn{width:100%;min-width:auto}.predictions-stats{gap:20px;flex-wrap:wrap}.predictions-5v5-wrestler-thumb{max-width:80px}.predictions-5v5-wrestler-thumb img,.predictions-5v5-wrestler-placeholder{width:80px;height:105px}.predictions-5v5-wrestlers-row{gap:.8rem}.predictions-5v5-vs-separator{font-size:1.5rem}.predictions-6way-wrestler-card{max-width:100px}.predictions-6way-wrestler-card .predictions-wrestler-photo,.predictions-6way-wrestler-card img{width:100px !important;height:125px !important}.predictions-6way-wrestler-card .predictions-wrestler-placeholder{width:100px;height:125px}.predictions-6way-vs{padding-top:40px;font-size:1rem}.predictions-6way-wrestler-card .predictions-wrestler-name{font-size:.7rem;max-width:100px}}@media (max-width:600px){.predictions-5v5-wrestler-thumb{max-width:70px}.predictions-5v5-wrestler-thumb img,.predictions-5v5-wrestler-placeholder{width:70px;height:90px}.predictions-5v5-wrestlers-row{gap:.6rem}.predictions-5v5-wrestler-name{font-size:.7rem}.predictions-5v5-vs-separator{font-size:1.3rem}}@media (max-width:480px){.predictions-wrestling-prediction-event-card{margin:0}.predictions-event-header{padding:15px}.predictions-6way-layout{gap:10px;padding:15px 0}.predictions-6way-row{gap:8px}.predictions-6way-wrestler-card{max-width:80px;padding:5px}.predictions-6way-wrestler-card .predictions-wrestler-photo,.predictions-6way-wrestler-card img{width:80px !important;height:100px !important}.predictions-6way-wrestler-card .predictions-wrestler-placeholder{width:80px;height:100px;font-size:1.2rem}.predictions-6way-vs{padding-top:30px;font-size:.9rem;min-width:24px}.predictions-6way-wrestler-card .predictions-wrestler-name{font-size:.65rem;max-width:80px}.predictions-match-card.predictions-has-team-predictions{overflow:visible;padding:0;margin:0}.predictions-match-card.predictions-has-team-predictions .predictions-wrestlers-selection.predictions-has-team-cards{padding:10px 5px !important;margin:0 !important;width:100% !important;max-width:100% !important;overflow:hidden !important}.predictions-wrestlers-selection.predictions-has-team-cards{padding:10px 0;gap:12px;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}.predictions-prediction-wrestler-card.predictions-prediction-team{width:320px;max-width:calc(100vw - 30px);margin:0 auto}.predictions-prediction-wrestler-card.predictions-prediction-singles{width:auto;min-height:240px}.predictions-prediction-wrestler-card.predictions-prediction-singles .predictions-wrestler-name{min-height:5px;font-size:1rem;padding:6px 4px;margin-bottom:10px}.predictions-wrestlers-selection{gap:0px;padding:10px}.predictions-wrestlers-selection.predictions-wrestlers-3,.predictions-wrestlers-selection.predictions-wrestlers-4{gap:30px !important}.predictions-wrestlers-selection.predictions-wrestlers-5,.predictions-wrestlers-selection.predictions-wrestlers-6{gap:8px}.predictions-wrestlers-selection.predictions-wrestlers-7,.predictions-wrestlers-selection.predictions-wrestlers-8,.predictions-wrestlers-selection.predictions-wrestlers-many{gap:6px}.predictions-wrestlers-selection.predictions-wrestlers-3:before,.predictions-wrestlers-selection.predictions-wrestlers-4:before,.predictions-wrestlers-selection.predictions-wrestlers-5:before,.predictions-wrestlers-selection.predictions-wrestlers-6:before,.predictions-wrestlers-selection.predictions-wrestlers-7:before,.predictions-wrestlers-selection.predictions-wrestlers-8:before{margin-bottom:0;padding-bottom:0;color:#e6c97f !important}.predictions-wrestlers-selection:has(.predictions-wrestler-choice:nth-child(2)):not(:has(.predictions-wrestler-choice:nth-child(4))):not(:has(.predictions-prediction-wrestler-card.predictions-prediction-team)) .predictions-wrestler-choice{flex:0 0 150px !important;max-width:150px !important}.predictions-wrestlers-selection:has(.predictions-wrestler-choice:nth-child(2)):not(:has(.predictions-wrestler-choice:nth-child(4))) .prediction-vs-separator{flex:0 0 auto !important;width:auto !important;margin:0 6px !important;font-size:.9rem !important}.predictions-wrestlers-selection:not(.predictions-has-team-cards):not(:has(.predictions-wrestler-choice:nth-child(2)):not(:has(.predictions-wrestler-choice:nth-child(4)))) .predictions-wrestler-choice{flex:0 0 calc(50% - 5px);max-width:auto !important}.predictions-wrestlers-selection.predictions-has-team-cards .predictions-wrestler-choice{width:auto;max-width:none;margin:0}.predictions-prediction-wrestler-card.predictions-prediction-singles .predictions-wrestler-photo,.predictions-prediction-wrestler-card.predictions-prediction-singles img,.predictions-wrestler-card img{max-width:160px !important;height:200px !important;background:linear-gradient(135deg,#0a0e13 0%,#1a242e 100%) !important;border-radius:8px !important;object-fit:cover !important;object-position:center 20% !important}.predictions-wrestler-placeholder{height:150px;font-size:1.5rem}.predictions-wrestler-card.predictions-singles{min-height:200px !important}.predictions-wrestler-card .predictions-wrestler-name{font-size:.85rem !important;padding:8px 3px;font-weight:500}.predictions-wrestlers-selection.predictions-wrestlers-4 .predictions-wrestler-choice{flex:0 0 140px !important;max-width:140px !important}.predictions-wrestlers-selection.predictions-wrestlers-4 .predictions-wrestler-card{width:140px !important}.predictions-wrestlers-selection.predictions-wrestlers-4 .predictions-wrestler-card img,.predictions-wrestlers-selection.predictions-wrestlers-4 .predictions-wrestler-placeholder{width:100% !important;height:auto !important;aspect-ratio:3/4;object-fit:cover}.predictions-wrestlers-selection.predictions-wrestlers-3 .predictions-wrestler-card .predictions-wrestler-name,.predictions-wrestlers-selection.predictions-wrestlers-4 .predictions-wrestler-card .predictions-wrestler-name{padding:6px 3px}.predictions-wrestlers-selection.predictions-wrestlers-5 .predictions-wrestler-card .predictions-wrestler-name,.predictions-wrestlers-selection.predictions-wrestlers-6 .predictions-wrestler-card .predictions-wrestler-name{padding:5px 2px}.predictions-wrestlers-selection.predictions-wrestlers-7 .predictions-wrestler-card .predictions-wrestler-name,.predictions-wrestlers-selection.predictions-wrestlers-8 .predictions-wrestler-card .predictions-wrestler-name,.predictions-wrestlers-selection.predictions-wrestlers-many .predictions-wrestler-card .predictions-wrestler-name{padding:4px 2px}.predictions-team-photos{width:320px !important;gap:15px;margin:-7px auto 15px auto;box-sizing:border-box}.predictions-wrestlers-selection.predictions-wrestlers-3 .predictions-team-photos,.predictions-wrestlers-selection.predictions-wrestlers-4 .predictions-team-photos{max-width:180px}.predictions-wrestlers-selection.predictions-wrestlers-5 .predictions-team-photos,.predictions-wrestlers-selection.predictions-wrestlers-6 .predictions-team-photos,.predictions-wrestlers-selection.predictions-wrestlers-7 .predictions-team-photos,.predictions-wrestlers-selection.predictions-wrestlers-8 .predictions-team-photos{max-width:140px}.predictions-team-wrestler-photo,.predictions-team-wrestler-placeholder{max-width:180px;height:200px;aspect-ratio:4/5;border-radius:8px}.prediction-match-tag-team-photo{max-width:280px;width:100%}.predictions-event-stats{justify-content:center;flex-wrap:wrap;gap:8px}.predictions-event-poster-banner{padding:10px}.predictions-event-poster-banner img{width:90%;max-height:120px}.predictions-title{font-size:1.8rem}.predictions-matches-container{padding:8px}.predictions-submit-btn{padding:12px 24px;width:100%;font-size:.9rem}.predictions-match-card .predictions-match-header{gap:6px 8px;padding:10px}.predictions-match-card .predictions-match-number-badge .predictions-match-number-label{font-size:.75rem}.predictions-match-card .predictions-match-number-badge .predictions-match-number{font-size:.85rem}.predictions-match-card .predictions-match-competitors{font-size:clamp(1.2rem, 4.2vw, 1.4rem) !important;margin-bottom:2px}.predictions-match-card .predictions-vs-separator{font-size:clamp(.56rem, 2.8vw, .72rem);padding:0 .3rem}.predictions-match-card .predictions-match-type-pill,.predictions-match-card .predictions-main-event-pill{font-size:12px;padding-top:2px;padding-bottom:2px;padding-left:8px;padding-right:8px}.predictions-match-card .predictions-championship-titles span{font-size:13px !important}.predictions-match-card .predictions-championship-titles{padding-top:2px;padding-bottom:2px;padding-left:8px;padding-right:8px}.predictions-match-card .predictions-match-detail{font-size:.85rem}.predictions-stats .predictions-stat{font-size:.8rem}.predictions-5v5-wrestlers-row{display:grid;grid-template-columns:repeat(6,1fr);gap:.8rem;max-width:100%;padding:0 10px}.predictions-5v5-wrestler-thumb{grid-column:span 2;max-width:100%}.predictions-5v5-wrestler-thumb:nth-child(4){grid-column:2/4}.predictions-5v5-wrestler-thumb:nth-child(5){grid-column:4/6}.predictions-5v5-wrestler-thumb img,.predictions-5v5-wrestler-placeholder{width:100%;height:auto;aspect-ratio:3/4;min-height:120px;padding-top:5px}.predictions-5v5-wrestler-name{font-size:.85rem;line-height:1.2;text-transform:uppercase}.predictions-5v5-vs-separator{font-size:1.1rem;margin:.3rem 0}}.predictions-wrestler-choice:focus-within .predictions-wrestler-card{outline:2px solid #4caf50;outline-offset:2px}.predictions-wrestler-choice input[type=radio]:focus+.predictions-wrestler-card{box-shadow:0 0 0 3px rgba(76,175,80,.3)}.predictions-submit-btn:focus{outline:2px solid #667eea;outline-offset:2px}@media (prefers-contrast:high){.predictions-wrestling-prediction-event-card{border:2px solid #000}.predictions-wrestler-card{border-width:2px}.predictions-wrestler-choice input[type=radio]:checked+.predictions-wrestler-card{border-width:3px}}.predictions-match-description-box{padding:15px 5px;margin:0 15px 20px}.predictions-match-description-box .predictions-description-text{font:1rem/1.6 var(--ff-body);color:#e9ecf2}.predictions-match-description-box .predictions-description-text p{margin:0 0 10px}.predictions-match-description-box .predictions-description-text p:last-child{margin-bottom:0}@media (max-width:768px){.predictions-match-description-box{margin:0 10px 15px;padding:12px 15px}}.predictions-layout-rumble{padding:20px}.predictions-rumble-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:10px}.predictions-rumble-card{position:relative;cursor:pointer}.predictions-rumble-card input[type=radio]{position:absolute;opacity:0;width:100%;height:100%;cursor:pointer;z-index:2}.predictions-rumble-card-inner{position:relative;background:rgba(255,255,255,.03);border:2px solid rgba(255,255,255,.1);border-radius:8px;padding:10px 8px;text-align:center;transition:all .2s ease}.predictions-rumble-card:hover .predictions-rumble-card-inner{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.2);transform:translateY(-2px)}.predictions-rumble-card input:checked+.predictions-rumble-card-inner{background:rgba(230,201,127,.15);border-color:#e6c97f;box-shadow:0 0 15px rgba(230,201,127,.2)}.predictions-rumble-card input:checked+.predictions-rumble-card-inner .predictions-wrestler-checkmark{display:flex}.predictions-rumble-card .predictions-wrestler-checkmark{position:absolute;top:-8px;right:-8px;width:22px;height:22px;background:#e6c97f;color:#0a0e13;border-radius:50%;display:none;align-items:center;justify-content:center;font-size:10px;z-index:3}.predictions-rumble-entry{display:block;font-size:10px;font-weight:700;color:#e6c97f;margin-bottom:6px}.predictions-rumble-img{width:50px;height:50px;object-fit:cover;border-radius:6px;display:block;margin:0 auto 6px auto}.predictions-rumble-placeholder{width:50px;height:50px;display:flex;align-items:center;justify-content:center;background:#2a2f38;border-radius:6px;margin:0 auto 6px auto;font-size:14px;font-weight:700;color:#a0a6bc}.predictions-rumble-name{display:block;font-size:10px;font-weight:600;color:#fff;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (max-width:1024px){.predictions-rumble-grid{grid-template-columns:repeat(5,1fr)}}@media (max-width:768px){.predictions-rumble-grid{grid-template-columns:repeat(4,1fr);gap:8px}.predictions-rumble-card-inner{padding:8px 6px}.predictions-rumble-img,.predictions-rumble-placeholder{width:40px;height:40px}}@media (max-width:480px){.predictions-rumble-grid{grid-template-columns:repeat(3,1fr)}.predictions-rumble-name{font-size:9px}.predictions-competitor-name{font-size:1.3rem}}