.pmx-world-cup{flex-direction:column;width:100%;padding:32px;box-sizing:border-box}@media(max-width:991.98px){.pmx-world-cup{padding:16px}}.pmx-world-cup .wc-score-row{width:100%;margin-bottom:32px}@media(max-width:991.98px){.pmx-world-cup .wc-score-row{margin-bottom:24px}}.pmx-world-cup .wc-header{text-align:center;margin-bottom:32px}.pmx-world-cup .wc-header .wc-title-row{display:flex;align-items:center;justify-content:center;gap:12px}.pmx-world-cup .wc-header .wc-title-row .wc-trophy{font-size:28px}.pmx-world-cup .wc-header .wc-title-row .wc-title{font-size:24px;font-weight:800;color:#23262f;margin:0}@media(max-width:991.98px){.pmx-world-cup .wc-header .wc-title-row .wc-title{font-size:18px}}.pmx-world-cup .wc-header .wc-subtitle{margin-top:8px;color:#868686;font-size:14px}.pmx-world-cup .wc-header .wc-prizes{display:flex;justify-content:center;gap:16px;margin-top:24px;flex-wrap:wrap}.pmx-world-cup .wc-header .wc-prizes .wc-prize-card{display:flex;flex-direction:column;align-items:center;gap:6px;padding:16px 24px;border-radius:16px;min-width:140px;border:2px solid transparent}.pmx-world-cup .wc-header .wc-prizes .wc-prize-card .prize-rank{font-size:13px;font-weight:700}.pmx-world-cup .wc-header .wc-prizes .wc-prize-card .prize-value{font-size:28px}.pmx-world-cup .wc-header .wc-prizes .wc-prize-card .prize-desc{font-size:12px;font-weight:600;text-align:center}.pmx-world-cup .wc-header .wc-prizes .wc-prize-card.gold{background:linear-gradient(135deg,#fff9e6,#fff3cc);border-color:#f5c842}.pmx-world-cup .wc-header .wc-prizes .wc-prize-card.gold .prize-rank{color:#b8860b}.pmx-world-cup .wc-header .wc-prizes .wc-prize-card.gold .prize-desc{color:#9a7200}.pmx-world-cup .wc-header .wc-prizes .wc-prize-card.silver{background:linear-gradient(135deg,#f5f5f5,#e8e8e8);border-color:silver}.pmx-world-cup .wc-header .wc-prizes .wc-prize-card.silver .prize-desc,.pmx-world-cup .wc-header .wc-prizes .wc-prize-card.silver .prize-rank{color:#555}.pmx-world-cup .wc-header .wc-prizes .wc-prize-card.bronze{background:linear-gradient(135deg,#fff0e6,#ffe0cc);border-color:#cd7f32}.pmx-world-cup .wc-header .wc-prizes .wc-prize-card.bronze .prize-desc,.pmx-world-cup .wc-header .wc-prizes .wc-prize-card.bronze .prize-rank{color:#8b4513}.pmx-world-cup .wc-slots{display:flex;gap:16px;margin-bottom:16px;flex-wrap:wrap}.pmx-world-cup .wc-slots .wc-slot{flex:1 1;min-width:140px;padding:16px;border-radius:16px;border:2px dashed #d0d0d0;background:#fafafa;cursor:pointer;transition:all .2s ease;text-align:center;display:flex;flex-direction:column;align-items:center;gap:8px}.pmx-world-cup .wc-slots .wc-slot .slot-label{font-size:12px;font-weight:700;color:#868686}.pmx-world-cup .wc-slots .wc-slot .slot-empty{font-size:13px;color:#bbb;font-style:italic}.pmx-world-cup .wc-slots .wc-slot .slot-team{display:flex;flex-direction:column;align-items:center;gap:6px}.pmx-world-cup .wc-slots .wc-slot .slot-team .slot-flag{width:40px;height:27px;object-fit:cover;border-radius:4px;box-shadow:0 1px 4px rgba(0,0,0,.15)}.pmx-world-cup .wc-slots .wc-slot .slot-team span{font-size:13px;font-weight:600;color:#23262f}.pmx-world-cup .wc-slots .wc-slot.active{border-style:solid;box-shadow:0 4px 16px rgba(55,114,255,.15)}.pmx-world-cup .wc-slots .wc-slot.gold.active{border-color:#f5c842;background:#fffdf0}.pmx-world-cup .wc-slots .wc-slot.silver.active{border-color:#aaa;background:#f7f7f7}.pmx-world-cup .wc-slots .wc-slot.bronze.active{border-color:#cd7f32;background:#fff8f2}.pmx-world-cup .wc-slots .wc-slot.gold.filled{border-color:#f5c842;border-style:solid;background:#fffdf0}.pmx-world-cup .wc-slots .wc-slot.silver.filled{border-color:#aaa;border-style:solid;background:#f7f7f7}.pmx-world-cup .wc-slots .wc-slot.bronze.filled{border-color:#cd7f32;border-style:solid;background:#fff8f2}.pmx-world-cup .wc-instruction{text-align:center;font-size:13px;color:#868686;margin-bottom:16px}.pmx-world-cup .wc-instruction strong{color:#3772ff}.pmx-world-cup .wc-teams-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(110px,1fr));grid-gap:12px;gap:12px;margin-bottom:32px}@media(max-width:991.98px){.pmx-world-cup .wc-teams-grid{grid-template-columns:repeat(auto-fill,minmax(90px,1fr));gap:8px}}.pmx-world-cup .wc-teams-grid .wc-team-card{display:flex;flex-direction:column;align-items:center;gap:8px;padding:12px 8px;border-radius:16px;border:2px solid #f0f0f0;background:#fff;cursor:pointer;transition:all .2s ease;position:relative;text-align:center}.pmx-world-cup .wc-teams-grid .wc-team-card:hover{border-color:#3772ff;box-shadow:0 4px 12px rgba(55,114,255,.12);transform:translateY(-2px)}.pmx-world-cup .wc-teams-grid .wc-team-card .team-flag{width:52px;height:35px;object-fit:cover;border-radius:6px;box-shadow:0 2px 6px rgba(0,0,0,.12)}.pmx-world-cup .wc-teams-grid .wc-team-card .team-name{font-size:11px;font-weight:600;color:#23262f;line-height:1.4}.pmx-world-cup .wc-teams-grid .wc-team-card .team-selection-badge{position:absolute;top:-8px;right:50%;transform:translateX(50%);font-size:9px;font-weight:800;padding:2px 8px;border-radius:20px;white-space:nowrap}.pmx-world-cup .wc-teams-grid .wc-team-card .team-selection-badge.gold{background:#f5c842;color:#7a5700}.pmx-world-cup .wc-teams-grid .wc-team-card .team-selection-badge.silver{background:silver;color:#333}.pmx-world-cup .wc-teams-grid .wc-team-card .team-selection-badge.bronze{background:#cd7f32;color:#fff}.pmx-world-cup .wc-teams-grid .wc-team-card.selected.gold{border-color:#f5c842;background:linear-gradient(135deg,#fff9e6,#fffdf5)}.pmx-world-cup .wc-teams-grid .wc-team-card.selected.silver{border-color:silver;background:linear-gradient(135deg,#f5f5f5,#fafafa)}.pmx-world-cup .wc-teams-grid .wc-team-card.selected.bronze{border-color:#cd7f32;background:linear-gradient(135deg,#fff4e8,#fff8f2)}.pmx-world-cup .wc-submit{display:flex;justify-content:center;margin-bottom:16px}.pmx-world-cup .wc-submit .pmx-button{min-width:200px;height:52px}.pmx-world-cup .wc-my-teams-card .body{flex-direction:column}.pmx-world-cup .wc-my-teams-card .wc-locked-note{text-align:center;color:#868686;font-size:13px;margin-bottom:24px}.pmx-world-cup .wc-my-teams-card .wc-my-teams{display:flex;gap:20px;flex-wrap:wrap;justify-content:center}.pmx-world-cup .wc-my-teams-card .wc-my-teams .wc-my-team-item{display:flex;flex-direction:column;align-items:center;gap:10px;padding:24px 20px;border-radius:20px;border:2px solid transparent;min-width:140px;position:relative}.pmx-world-cup .wc-my-teams-card .wc-my-teams .wc-my-team-item .my-team-badge{position:absolute;top:-10px;font-size:10px;font-weight:800;padding:3px 12px;border-radius:20px}.pmx-world-cup .wc-my-teams-card .wc-my-teams .wc-my-team-item .team-flag{width:64px;height:43px;object-fit:cover;border-radius:8px;box-shadow:0 3px 10px rgba(0,0,0,.15)}.pmx-world-cup .wc-my-teams-card .wc-my-teams .wc-my-team-item .team-name{font-size:15px;font-weight:700;color:#23262f}.pmx-world-cup .wc-my-teams-card .wc-my-teams .wc-my-team-item .team-prize{font-size:11px;font-weight:600}.pmx-world-cup .wc-my-teams-card .wc-my-teams .wc-my-team-item.gold{background:linear-gradient(135deg,#fff9e6,#fff3cc);border-color:#f5c842}.pmx-world-cup .wc-my-teams-card .wc-my-teams .wc-my-team-item.gold .my-team-badge{background:#f5c842;color:#7a5700}.pmx-world-cup .wc-my-teams-card .wc-my-teams .wc-my-team-item.gold .team-prize{color:#9a7200}.pmx-world-cup .wc-my-teams-card .wc-my-teams .wc-my-team-item.silver{background:linear-gradient(135deg,#f5f5f5,#e8e8e8);border-color:silver}.pmx-world-cup .wc-my-teams-card .wc-my-teams .wc-my-team-item.silver .my-team-badge{background:silver;color:#333}.pmx-world-cup .wc-my-teams-card .wc-my-teams .wc-my-team-item.silver .team-prize{color:#555}.pmx-world-cup .wc-my-teams-card .wc-my-teams .wc-my-team-item.bronze{background:linear-gradient(135deg,#fff4e8,#ffe0cc);border-color:#cd7f32}.pmx-world-cup .wc-my-teams-card .wc-my-teams .wc-my-team-item.bronze .my-team-badge{background:#cd7f32;color:#fff}.pmx-world-cup .wc-my-teams-card .wc-my-teams .wc-my-team-item.bronze .team-prize{color:#8b4513}