.live-mats-page{min-height:100vh;background:#fff}.live-mats-main{padding-top:100px}@media (max-width:992px){.live-mats-main{padding-top:var(--header-height,180px)}}.live-mats-content{padding:0}.live-mats-container{width:100%;padding:0;background:#fff}.live-mats-wrapper{margin:0 auto;padding:40px 40px 80px}.live-mats-toolbar{display:flex;align-items:center;gap:16px;margin-bottom:20px}.live-mats-toolbar.centered{flex-direction:column;align-items:center;max-width:720px;margin-left:auto;margin-right:auto}.live-mats-toolbar.centered .live-academy-search,.live-mats-toolbar.centered .live-mat-select,.live-mats-toolbar.centered .live-search-input{width:100%}.live-mats-toolbar.centered .live-filter-count,.live-mats-toolbar.centered .live-filter-reset{align-self:flex-end}.live-mat-select{padding:10px 36px 10px 14px;font-size:14px;font-weight:700;font-family:var(--font-pretendard);border:2px solid #000;border-radius:8px;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23004581' stroke-width='2' fill='none'/%3E%3C/svg%3E") no-repeat right 12px center;color:#000;cursor:pointer;outline:none;min-width:200px;-moz-appearance:none;appearance:none;-webkit-appearance:none;transition:border-color .2s,box-shadow .2s}.live-mat-select:focus{border-color:#000;box-shadow:0 0 0 3px rgba(0,69,129,.12)}.live-auto-refresh{display:flex;align-items:center;gap:10px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.live-auto-refresh-label{font-size:13px;font-weight:600;color:#999;font-family:var(--font-pretendard)}.live-auto-refresh-switch{width:44px;height:24px;border-radius:12px;background:#ddd;position:relative;transition:background .25s}.live-auto-refresh-switch.on{background:#4caf50}.live-auto-refresh-thumb{width:20px;height:20px;border-radius:50%;background:#fff;position:absolute;top:2px;left:2px;transition:transform .25s;box-shadow:0 1px 3px rgba(0,0,0,.2)}.live-auto-refresh-switch.on .live-auto-refresh-thumb{transform:translateX(20px)}.live-mats-championship-info{text-align:center;margin-bottom:36px}.live-mats-championship-name{font-size:22px;font-weight:800;color:#000;margin:0 0 6px;font-family:var(--font-pretendard)}.live-mats-championship-date{font-size:14px;color:#999;margin:0;font-family:var(--font-pretendard)}.live-refresh-bar{width:100%;height:3px;background:#e8e8e8;border-radius:2px;margin-top:10px;overflow:hidden}.live-refresh-bar-fill{height:100%;background:#00b894;border-radius:2px;width:0;animation:refresh-fill 9.5s linear forwards}@keyframes refresh-fill{0%{width:0}to{width:100%}}.live-mats-scroll{display:flex;gap:20px;overflow-x:auto;padding-bottom:16px;align-items:flex-start;justify-content:safe center}.live-mats-scroll::-webkit-scrollbar{height:8px}.live-mats-scroll::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.live-mats-scroll::-webkit-scrollbar-thumb{background:#bbb;border-radius:4px}.live-mats-scroll::-webkit-scrollbar-thumb:hover{background:#999}.live-mat-column{display:flex;flex-direction:column;background:#f9f9f9;border-radius:8px;overflow:hidden;border:1px solid #e8e8e8;min-width:180px;flex-shrink:0}.live-mat-header{background:#000;color:#fff;font-size:18px;font-weight:800;padding:14px 12px;letter-spacing:2px;font-family:var(--font-pretendard);display:flex;align-items:center;justify-content:space-between}.live-mat-header-left,.live-mat-title-block{display:flex;flex-direction:column;align-items:flex-start}.live-mat-title-block{flex-shrink:0;white-space:nowrap}.live-mats-confirmed .live-mat-header{padding:24px;gap:24px;justify-content:flex-start}.live-mats-confirmed .live-mat-header .live-mat-nav{margin-left:auto}.live-mat-status{flex:1 1;min-width:0;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:16px;font-weight:800;letter-spacing:.3px;padding:12px 16px;border-radius:14px;font-family:var(--font-pretendard);white-space:nowrap}.live-mat-status .badge-var-icon{width:20px;height:20px;flex-shrink:0}.live-mat-status.mat-badge-var{background:transparent;color:#fff;border:2px solid #548af6;animation:mat-var-pulse 1.4s infinite}.live-mat-status.mat-badge-var .badge-var-icon{color:#548AF6}.live-mat-status.mat-badge-injured{background:transparent;color:#fff;border:2px solid #e53935;font-size:14px;letter-spacing:.2px;animation:mat-injured-pulse 1.4s infinite}.live-mat-status.mat-badge-injured .badge-var-icon{width:18px;height:18px;color:#e53935}@keyframes mat-var-pulse{0%,to{box-shadow:0 0 0 0 rgba(84,138,246,.5);opacity:1}50%{box-shadow:0 0 0 5px rgba(84,138,246,0);opacity:.45}}@keyframes mat-injured-pulse{0%,to{box-shadow:0 0 0 0 rgba(229,57,53,.5);opacity:1}50%{box-shadow:0 0 0 5px rgba(229,57,53,0);opacity:.45}}.live-mat-nav{display:flex;gap:4px}.live-mat-nav-btn{width:32px;height:32px;border:1px solid rgba(255,255,255,.3);background:rgba(255,255,255,.1);color:#fff;border-radius:6px;cursor:pointer;font-size:14px;display:flex;align-items:center;justify-content:center;transition:background .2s}.live-mat-nav-btn:hover{background:rgba(255,255,255,.25)}.live-mat-matches{padding:6px;display:flex;flex-direction:column;gap:6px}.live-match-card{background:#fff;border-radius:6px;padding:8px 10px;border-left:3px solid #000;box-shadow:0 1px 4px rgba(0,0,0,.06);position:relative;transition:opacity .2s}.live-match-card.live-match-bye{opacity:.55;border-style:dashed;background:#fafafa}.live-match-status{display:inline-block;font-size:9px;font-weight:700;padding:2px 6px;border-radius:10px;letter-spacing:.3px;font-family:var(--font-pretendard)}.live-match-status.badge-bye{background:#e8e8e8;color:#999}.live-match-status.badge-waiting{background:#fff3e0;color:#e65100}.live-match-status.badge-active{background:#2e7d32;color:#fff;animation:active-pulse 1.5s infinite}@keyframes active-pulse{0%,to{opacity:1}50%{opacity:.5}}.live-match-status.badge-done{background:#e8f5e9;color:#2e7d32}.live-match-status.badge-var{display:inline-flex;align-items:center;gap:4px;background:#fff;color:#548AF6;border:1.5px solid #548af6;padding:2px 8px;white-space:nowrap;animation:var-pulse 1.4s infinite}.live-match-status .badge-var-icon{width:11px;height:11px;flex-shrink:0}@keyframes var-pulse{0%,to{box-shadow:0 0 0 0 rgba(84,138,246,.45);opacity:1}50%{box-shadow:0 0 0 4px rgba(84,138,246,0);opacity:.5}}.live-match-status.badge-injured{display:inline-flex;align-items:center;gap:4px;background:#fdecea;color:#d32f2f;border:1.5px solid #e57373;padding:2px 8px;white-space:nowrap;animation:injured-pulse 1.4s infinite}@keyframes injured-pulse{0%,to{box-shadow:0 0 0 0 rgba(211,47,47,.45);opacity:1}50%{box-shadow:0 0 0 4px rgba(211,47,47,0);opacity:.5}}.live-match-card.live-match-waiting{box-shadow:0 0 0 2px rgba(230,81,0,.25),0 2px 8px rgba(230,81,0,.1);background:#fffaf5}.live-match-card.live-match-active{border-left-color:#2e7d32;box-shadow:0 0 0 2px rgba(46,125,50,.3),0 2px 8px rgba(46,125,50,.15);background:#f5faf5}.live-match-card.live-match-done{opacity:.6;background:#f8f8f8}.live-match-card.live-match-var{border-left-color:#548AF6;box-shadow:0 0 0 2px rgba(84,138,246,.3),0 2px 8px rgba(84,138,246,.15);background:#f7f9ff}.live-match-card.live-match-injured{border-left-color:#e57373;box-shadow:0 0 0 2px rgba(211,47,47,.3),0 2px 8px rgba(211,47,47,.15);background:#fff8f7}.live-match-player.winner .live-match-player-name{color:#2e7d32;font-weight:800}.live-match-result{margin-top:8px;padding-top:8px;border-top:1px solid #eee;font-size:12px}.live-match-result,.live-mats-finished{font-weight:700;color:#2e7d32;text-align:center;font-family:var(--font-pretendard)}.live-mats-finished{padding:20px;margin-bottom:16px;background:#f1f8e9;border:1px solid #c5e1a5;border-radius:8px;font-size:15px}.live-mats-empty{padding:80px 20px;color:#999;font-size:15px}.live-mats-empty,.live-mats-notice{text-align:center;font-family:var(--font-pretendard)}.live-mats-notice{padding:120px 20px;color:#555;font-size:17px;font-weight:500;line-height:1.6}.live-mats-notice p{margin:0}.live-mat-empty{text-align:center;padding:40px 12px;color:#bbb;font-size:13px;font-family:var(--font-pretendard)}.live-mat-match-count{display:block;font-size:11px;font-weight:400;letter-spacing:0;opacity:.7;margin-top:2px}.live-match-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px}.live-match-fight-info{font-size:10px;color:#999;font-weight:600;font-family:var(--font-pretendard)}.live-match-timeslot{display:inline-block;margin-left:6px;padding:1px 6px;border-radius:3px;font-size:9px;font-weight:700;font-family:var(--font-pretendard)}.timeslot-am{background:#e3f2fd;color:#1565c0}.timeslot-pm{background:#fff3e0;color:#e65100}.live-match-category{font-size:11px;font-weight:600;color:#333;margin-bottom:6px;font-family:var(--font-pretendard)}.live-match-players{display:flex;flex-direction:column;gap:4px}.live-match-player{display:flex;justify-content:space-between;align-items:center;padding:4px 6px;background:#f5f7fa;border-radius:4px}.live-match-player-name{font-size:12px;font-weight:700;color:#222;font-family:var(--font-pretendard)}.live-match-player-academy{font-size:10px;color:#999;font-family:var(--font-pretendard)}.live-match-vs{text-align:center;font-size:9px;font-weight:800;color:#bbb;padding:1px 0}.live-match-vs,.live-weigh-badge{font-family:var(--font-pretendard)}.live-weigh-badge{display:inline-block;font-size:10px;font-weight:700;padding:1px 6px;border-radius:8px;margin-left:6px;vertical-align:middle;letter-spacing:.3px}.live-weigh-badge.weigh-waiting{background:#f0f0f0;color:#999}.live-weigh-badge.weigh-pass{background:#e8f5e9;color:#2e7d32}.live-weigh-badge.weigh-fail,.live-weigh-badge.weigh-noshow{background:#ffebee;color:#c62828}.live-mats-scroll.single-mat{overflow-x:visible}.live-mats-scroll.single-mat .live-mat-column{width:100%;min-width:unset;max-width:720px;margin:0 auto}.live-mats-scroll.single-mat .live-mat-header{font-size:22px;padding:18px 16px;letter-spacing:3px}.live-mats-scroll.single-mat.live-mats-confirmed .live-mat-header{padding:24px}.live-mats-scroll.single-mat .live-mat-match-count{font-size:13px}.live-mats-scroll.single-mat .live-match-card{padding:18px 22px}.live-mats-scroll.single-mat .live-match-category,.live-mats-scroll.single-mat .live-match-fight-info{font-size:14px}.live-mats-scroll.single-mat .live-match-player{padding:10px 14px}.live-mats-scroll.single-mat .live-match-player-name{font-size:16px}.live-mats-scroll.single-mat .live-match-player-academy{font-size:13px}.live-mats-scroll.single-mat .live-match-vs{font-size:12px}.live-mats-scroll.single-mat .live-match-status{font-size:12px;padding:4px 12px}.live-mats-scroll.single-mat .live-match-result{font-size:14px}.live-mat-independent .live-mat-matches-scroll{max-height:calc(100vh - 280px);overflow-y:auto}.live-mat-matches-scroll::-webkit-scrollbar{width:4px}.live-mat-matches-scroll::-webkit-scrollbar-track{background:transparent}.live-mat-matches-scroll::-webkit-scrollbar-thumb{background:#ccc;border-radius:2px}.live-search-input{padding:10px 36px 10px 14px;font-size:14px;font-weight:700;font-family:var(--font-pretendard);border:2px solid #000;border-radius:8px;background:#fff;color:#000;outline:none;min-width:180px;transition:border-color .2s,box-shadow .2s}.live-search-input:focus{border-color:#000;box-shadow:0 0 0 3px rgba(0,69,129,.12)}.live-search-input::placeholder{color:#8ab4d4;font-weight:400}.live-academy-search{position:relative;min-width:200px}.live-academy-search-input-wrap{display:flex;align-items:center;position:relative}.live-academy-search-input{width:100%;padding:10px 32px 10px 14px;font-size:14px;font-weight:700;font-family:var(--font-pretendard);border:2px solid #000;border-radius:8px;background:#fff;color:#000;outline:none;transition:border-color .2s,box-shadow .2s}.live-academy-search-input:focus{border-color:#000;box-shadow:0 0 0 3px rgba(0,69,129,.12)}.live-academy-search-input::placeholder{color:#8ab4d4;font-weight:400}.live-academy-search-clear{position:absolute;right:8px;background:none;border:none;font-size:14px;color:#000;cursor:pointer;padding:2px 4px;opacity:.6}.live-academy-search-clear:hover{opacity:1}.live-academy-search-dropdown{position:absolute;top:100%;left:0;right:0;background:#fff;border:2px solid #000;border-radius:8px;margin-top:4px;max-height:240px;overflow-y:auto;z-index:50;box-shadow:0 4px 16px rgba(0,69,129,.15)}.live-academy-search-item{padding:10px 14px;font-size:13px;font-weight:600;font-family:var(--font-pretendard);cursor:pointer;color:#333;transition:background .15s}.live-academy-search-item.highlighted,.live-academy-search-item:hover{background:#e8f0f8}.live-academy-search-item.selected{background:#004581;color:#fff;font-weight:700}.live-academy-search-item.selected.highlighted{background:#003866}.live-academy-search-empty{padding:12px 14px;font-size:12px;color:#8ab4d4;text-align:center;font-family:var(--font-pretendard)}.live-filter-count{color:#000}.live-filter-count,.live-filter-reset{font-size:14px;font-weight:700;white-space:nowrap;font-family:var(--font-pretendard)}.live-filter-reset{padding:10px 20px;border:2px solid #000;border-radius:8px;background:#000;color:#fff;cursor:pointer;transition:background .2s,box-shadow .2s}.live-filter-reset:hover{background:#003866;box-shadow:0 0 0 3px rgba(0,69,129,.12)}.live-match-card.live-match-highlighted{border-left-color:#fff;box-shadow:0 0 0 2px rgba(0,0,0,.3);background:#000}.live-match-card.live-match-highlighted .live-match-fight-info{color:#bbb}.live-match-card.live-match-highlighted .live-match-category{color:#eee}.live-match-card.live-match-highlighted .live-match-vs{color:#999}.live-match-card.live-match-highlighted .live-match-player{background:#555}.live-match-card.live-match-highlighted .live-match-player-name{color:#fff}.live-match-card.live-match-highlighted .live-match-player-academy{color:#ccc}.live-match-player.player-highlighted{background:#333}.live-match-player.player-highlighted .live-match-player-name{color:#fff;font-weight:800}.live-match-player.player-highlighted .live-match-player-academy{color:#ddd}.live-match-card.belt-black,.live-match-card.belt-blue,.live-match-card.belt-brown,.live-match-card.belt-gray,.live-match-card.belt-green,.live-match-card.belt-orange,.live-match-card.belt-purple,.live-match-card.belt-white,.live-match-card.belt-yellow{border-left-color:#000}.live-match-card.live-match-waiting:not(.live-match-highlighted){border-left-color:#e65100}.live-match-card.live-match-active:not(.live-match-highlighted){border-left-color:#2e7d32}.live-match-card.live-match-var:not(.live-match-highlighted){border-left-color:#548AF6}.live-match-card.live-match-injured:not(.live-match-highlighted){border-left-color:#e53935}.live-mat-header-special{background:#e65100}.live-mat-special{border-color:#ff9800}@media (max-width:1200px){.live-mats-wrapper{padding:30px 20px 60px}.live-mat-column{min-width:170px}.live-mats-championship-name{font-size:20px}}@media (max-width:768px){.live-mats-wrapper{padding:24px 12px 50px}.live-mats-toolbar{flex-wrap:wrap}.live-mat-select{min-width:160px;font-size:13px}.live-search-input{font-size:13px}.live-academy-search,.live-search-input{flex:1 1 100%;min-width:0}.live-mat-independent .live-mat-matches-scroll{max-height:calc(100vh - 260px)}.live-mat-column{min-width:160px}.live-mats-scroll.single-mat .live-mat-column{max-width:100%}.live-mats-scroll.single-mat .live-mat-header{font-size:14px;padding:8px 10px;letter-spacing:1px}.live-mats-scroll.single-mat .live-mat-match-count{font-size:10px}.live-mats-scroll.single-mat .live-match-card{padding:6px 8px}.live-mats-scroll.single-mat .live-match-fight-info{font-size:9px}.live-mats-scroll.single-mat .live-match-category{font-size:10px}.live-mats-scroll.single-mat .live-match-player{padding:3px 6px}.live-mats-scroll.single-mat .live-match-player-name{font-size:11px}.live-mats-scroll.single-mat .live-match-player-academy{font-size:9px}.live-mats-scroll.single-mat .live-match-vs{font-size:8px}.live-mats-scroll.single-mat .live-match-status{font-size:8px;padding:1px 5px}.live-mats-scroll.single-mat .live-match-result{font-size:10px}.live-mat-header{font-size:14px;padding:8px 10px;letter-spacing:1px}.live-mat-match-count{font-size:10px}.live-mat-nav-btn{width:26px;height:26px;font-size:12px}.live-mat-matches{padding:4px;gap:4px}.live-match-card{padding:6px 8px;border-left-width:3px}.live-match-header{margin-bottom:2px}.live-match-fight-info{font-size:9px}.live-match-status{font-size:8px;padding:1px 5px}.live-match-category{font-size:10px;margin-bottom:4px}.live-match-players{gap:2px}.live-match-player{padding:3px 6px}.live-match-player-name{font-size:11px}.live-match-player-academy{font-size:9px}.live-match-vs{font-size:8px;padding:0}.live-match-result{margin-top:4px;padding-top:4px;font-size:10px}.live-weigh-badge{font-size:8px;padding:1px 4px}.live-mats-championship-name{font-size:18px}.live-mats-championship-date{font-size:12px}}@media (max-width:576px){.live-mats-wrapper{padding:12px 4px 40px}.live-mat-column{min-width:150px}.live-mat-header{font-size:13px;padding:6px 8px}.live-match-card{padding:5px 6px}.live-match-category{font-size:9px;margin-bottom:3px}.live-match-player{padding:2px 4px}.live-match-player-name{font-size:10px}.live-match-player-academy{font-size:8px}.live-mats-championship-name{font-size:16px}}