@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,wght@8..144,100..1000&display=swap";@import"https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800;900&display=swap";:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._navbarSearch_aiu9v_4{position:relative;display:flex;align-items:center;height:34px;flex-shrink:0}@media(max-width:1024px){._navbarSearch_aiu9v_4{display:none}}._navbarSearch_aiu9v_4._expanded_aiu9v_16 ._trigger_aiu9v_16{visibility:hidden}._navbarSearch_aiu9v_4 ._trigger_aiu9v_16{display:flex;align-items:center;gap:.3125rem;height:100%;padding:0 .9375rem;border:1px solid var(--border-1);border-radius:999px;background-color:var(--surface-1);color:var(--text-3);font-size:.75rem;white-space:nowrap;cursor:pointer}._navbarSearch_aiu9v_4 ._trigger_aiu9v_16:hover{border-color:var(--border-strong);color:var(--text-strong)}._navbarSearch_aiu9v_4 ._trigger_aiu9v_16 ._triggerIcon_aiu9v_37{flex-shrink:0}._navbarSearch_aiu9v_4 ._trigger_aiu9v_16 ._triggerLabel_aiu9v_40{line-height:1}._navbarSearch_aiu9v_4 ._searchPanel_aiu9v_43{position:absolute;top:0;right:0;z-index:1100;display:flex;align-items:center;width:min(340px,60vw)}._navbarSearch_aiu9v_4 ._searchPanel_aiu9v_43 ._searchIcon_aiu9v_52{position:absolute;left:10px;color:var(--text-3);pointer-events:none}._navbarSearch_aiu9v_4 ._searchPanel_aiu9v_43 ._input_aiu9v_58{width:100%;height:34px;padding:0 .625rem 0 32px;border:1px solid var(--border-1);border-radius:999px;background-color:var(--surface-1);color:var(--text-strong);font-size:.75rem;outline:none}._navbarSearch_aiu9v_4 ._searchPanel_aiu9v_43 ._input_aiu9v_58::placeholder{color:var(--text-3)}._navbarSearch_aiu9v_4 ._searchPanel_aiu9v_43 ._input_aiu9v_58:focus{border-color:var(--focus-ring)}._navbarSearch_aiu9v_4 ._searchPanel_aiu9v_43 ._dropdown_aiu9v_75{position:absolute;top:calc(100% + 6px);left:0;right:0;z-index:1100;max-height:60vh;overflow-y:auto;background-color:var(--surface-1);border:1px solid var(--border-1);border-radius:12px;box-shadow:0 12px 32px #00000040;padding:.3125rem}._navbarSearch_aiu9v_4 ._searchPanel_aiu9v_43 ._dropdown_aiu9v_75 ._status_aiu9v_89{padding:.625rem;text-align:center;font-size:.6875rem;color:var(--text-3)}._navbarSearch_aiu9v_4 ._searchPanel_aiu9v_43 ._dropdown_aiu9v_75 ._group_aiu9v_95:not(:last-child){border-bottom:1px solid var(--border-1)}._navbarSearch_aiu9v_4 ._searchPanel_aiu9v_43 ._dropdown_aiu9v_75 ._group_aiu9v_95 ._groupTitle_aiu9v_98{padding:.3125rem .3125rem .125rem;font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:.02em;color:var(--text-3)}._navbarSearch_aiu9v_4 ._searchPanel_aiu9v_43 ._dropdown_aiu9v_75 ._group_aiu9v_95 ._resultRow_aiu9v_106{display:flex;align-items:center;gap:.3125rem;width:100%;padding:.3125rem;border:0;border-radius:8px;background-color:transparent;text-align:left;cursor:pointer}._navbarSearch_aiu9v_4 ._searchPanel_aiu9v_43 ._dropdown_aiu9v_75 ._group_aiu9v_95 ._resultRow_aiu9v_106:hover{background-color:var(--surface-2)}._navbarSearch_aiu9v_4 ._searchPanel_aiu9v_43 ._dropdown_aiu9v_75 ._group_aiu9v_95 ._resultRow_aiu9v_106 ._resultImage_aiu9v_121,._navbarSearch_aiu9v_4 ._searchPanel_aiu9v_43 ._dropdown_aiu9v_75 ._group_aiu9v_95 ._resultRow_aiu9v_106 ._resultImagePlaceholder_aiu9v_122{width:24px;height:24px;border-radius:50%;object-fit:contain;flex-shrink:0;background-color:var(--surface-2)}._navbarSearch_aiu9v_4 ._searchPanel_aiu9v_43 ._dropdown_aiu9v_75 ._group_aiu9v_95 ._resultRow_aiu9v_106 ._resultLabel_aiu9v_130{font-size:.75rem;color:var(--text-strong);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.popover-menu .button-theme.theme-toggle{display:flex;align-items:center;justify-content:center;width:100%;padding:12px 20px;margin:8px auto;background:var(--color-navbar);border:1px solid var(--color-navbar);border-radius:8px;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden;box-shadow:0 2px 8px #0d03344d,inset 0 1px #fff3}.popover-menu .button-theme.theme-toggle:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0d033480,inset 0 1px #ffffff4d;background:#1a0a4d;border-color:#1a0a4d}.popover-menu .button-theme.theme-toggle:active{transform:translateY(0);box-shadow:0 2px 6px #0d03344d,inset 0 1px #fff3;background:#0d0334}.popover-menu ul li:has(.theme-toggle){display:flex;justify-content:center;padding:0 16px}.popover-menu .button-theme.theme-toggle:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#ffffff4d;transform:translate(-50%,-50%);transition:width .4s,height .4s}.popover-menu .button-theme.theme-toggle:active:before{width:200px;height:200px}.popover-menu .button-theme.theme-toggle img{filter:drop-shadow(0 1px 4px rgba(0,0,0,.3));transition:all .3s ease;z-index:2;position:relative}.popover-menu .button-theme.theme-toggle:hover img{transform:scale(1.1);filter:drop-shadow(0 2px 6px rgba(0,0,0,.4))}.popover-menu .button-theme.theme-toggle{animation:themePulse 4s infinite ease-in-out}@keyframes themePulse{0%,to{box-shadow:0 2px 8px #0d03344d,inset 0 1px #fff3}50%{box-shadow:0 2px 12px #0d033480,inset 0 1px #ffffff4d}}[data-theme=dark] .popover-menu .button-theme.theme-toggle{background:linear-gradient(135deg,#2d3748,#4a5568);box-shadow:0 2px 8px #2d374880,inset 0 1px #ffffff1a}[data-theme=dark] .popover-menu .button-theme.theme-toggle:hover{background:linear-gradient(135deg,#4a5568,#718096);box-shadow:0 4px 12px #2d3748b3,inset 0 1px #fff3}.popover-menu .flags-section{display:flex;justify-content:space-between;gap:8px;padding:8px 0}.popover-menu .flags-section .button-theme{flex:1;display:flex;align-items:center;justify-content:center;padding:8px 6px;background:#f8f9fa;border:2px solid #e9ecef;border-radius:6px;transition:all .2s ease;min-height:40px;position:relative}.popover-menu .flags-section .button-theme:hover{background:#e9ecef;border-color:#dee2e6;transform:translateY(-1px);box-shadow:0 2px 4px #0000001a}.popover-menu .flags-section .button-theme:active{transform:translateY(0);box-shadow:0 1px 2px #0000001a}.popover-menu .flags-section .button-theme.active-language{background:var(--color-navbar);border-color:var(--color-navbar);box-shadow:0 2px 8px #0d033466,inset 0 1px #fff3}.popover-menu .flags-section .button-theme.active-language:hover{background:#1a0a4d;border-color:#1a0a4d;transform:translateY(-2px);box-shadow:0 4px 12px #0d033480,inset 0 1px #ffffff4d}.popover-menu .flags-section .button-theme.active-language:after{content:"";position:absolute;bottom:-2px;left:50%;transform:translate(-50%);width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-bottom:4px solid var(--color-navbar)}.popover-menu .flags-section .button-theme img.flags{width:20px;height:20px;border-radius:50%;transition:transform .2s ease}.popover-menu .flags-section .button-theme:hover img.flags{transform:scale(1.1)}.popover-menu .flags-section .button-theme.active-language img.flags{transform:scale(1.05);filter:drop-shadow(0 2px 4px rgba(0,0,0,.2))}.popover-menu .flags-section .button-theme.active-language:hover img.flags{transform:scale(1.15);filter:drop-shadow(0 3px 6px rgba(0,0,0,.3))}[data-theme=dark] .popover-menu .flags-section .button-theme{background:#374151;border-color:#4b5563}[data-theme=dark] .popover-menu .flags-section .button-theme:hover{background:#4b5563;border-color:#6b7280}[data-theme=dark] .popover-menu .flags-section .button-theme.active-language{background:linear-gradient(135deg,#2d3748,#4a5568);border-color:#4a5568;box-shadow:0 2px 8px #2d374899,inset 0 1px #ffffff1a}[data-theme=dark] .popover-menu .flags-section .button-theme.active-language:hover{background:linear-gradient(135deg,#4a5568,#718096);border-color:#718096}[data-theme=dark] .popover-menu .flags-section .button-theme.active-language:after{border-bottom-color:#4a5568}.popover-menu .button-theme.theme-toggle:after{content:attr(data-theme-text);position:absolute;bottom:-30px;left:50%;transform:translate(-50%);background:#000c;color:#fff;padding:4px 8px;border-radius:4px;font-size:10px;font-weight:500;opacity:0;pointer-events:none;transition:opacity .2s,transform .2s;white-space:nowrap;z-index:1000}.popover-menu .button-theme.theme-toggle:hover:after{opacity:1;transform:translate(-50%) translateY(-3px)}.popover-menu .button-theme.theme-toggle img{animation:iconRotate .4s ease-in-out}@keyframes iconRotate{0%{transform:rotate(-90deg) scale(.8);opacity:0}50%{transform:rotate(-45deg) scale(.9);opacity:.5}to{transform:rotate(0) scale(1);opacity:1}}.popover-menu ul li:has(.theme-toggle):hover,.popover-menu ul li:has(.flags-section):hover{background-color:transparent!important}.analytics-button-with-badge{position:relative}.coming-soon-badge{position:absolute;top:-8px;right:-8px;background-color:#ec1800;color:#fff;font-size:.65rem;font-weight:600;padding:2px 6px;border-radius:8px;line-height:1.2;text-transform:uppercase;white-space:nowrap;box-shadow:0 2px 4px #0003;letter-spacing:.3px;z-index:1000}[data-theme=dark] .coming-soon-badge{background-color:#c0392b;box-shadow:0 2px 6px #0006}@media(max-width:768px){.popover-menu .button-theme.theme-toggle{padding:12px 18px;border-radius:8px;margin:6px auto}.popover-menu .button-theme.theme-toggle img{height:24px!important}.popover-menu .flags-section{gap:6px}.popover-menu .flags-section .button-theme{padding:6px 4px;min-height:36px}.popover-menu .flags-section .button-theme img.flags{width:18px;height:18px}.coming-soon-badge{top:-6px;right:-6px;font-size:.6rem;padding:2px 5px}}.navbar-new-ui-toggle{display:flex;align-items:center;gap:8px;margin-right:14px;white-space:nowrap}.navbar-new-ui-label{color:#fff;font-size:.85rem;font-weight:600}.navbar-new-ui-switch{position:relative;flex-shrink:0;width:42px;height:22px;padding:2px;border:none;border-radius:11px;background-color:#ffffff4d;cursor:pointer;transition:background-color .2s ease}.navbar-new-ui-switch-on{background-color:#e30613}.navbar-new-ui-knob{display:block;width:18px;height:18px;border-radius:50%;background-color:#fff;transition:transform .2s ease-out}.navbar-new-ui-switch-on .navbar-new-ui-knob{transform:translate(20px)}._mainLayout_upk4r_3{display:flex;flex-direction:column;width:100vw;overflow:hidden}._mainLayout_upk4r_3 ._navbar_upk4r_9{position:fixed;z-index:1000;width:100%;height:60px}._mainLayout_upk4r_3 ._main_upk4r_3{position:fixed;overflow:auto;scrollbar-width:none;top:60px;width:100%;height:calc(100% - 60px)}@media(max-width:575px){._mainLayout_upk4r_3 ._main_upk4r_3{top:45px;height:calc(100% - 45px)}}@media(min-width:576px)and (max-width:767px){._mainLayout_upk4r_3 ._main_upk4r_3{top:48px;height:calc(100% - 48px)}}@media(min-width:768px)and (max-width:991px){._mainLayout_upk4r_3 ._main_upk4r_3{top:50px;height:calc(100% - 50px)}}@media(min-width:992px)and (max-width:1199px){._mainLayout_upk4r_3 ._main_upk4r_3{top:48px;height:calc(100% - 48px)}}._loader_e4i73_1{display:flex;flex-direction:column;align-items:center}._loader_e4i73_1 ._spinner_e4i73_6{border:5px solid #fff;border-bottom-color:#ff3d00;border-radius:50%;animation:_rotation_e4i73_1 1s linear infinite}._loader_e4i73_1 ._spinner_e4i73_6._small_e4i73_12{width:16px;height:16px;border-width:3px}._loader_e4i73_1 ._spinner_e4i73_6._medium_e4i73_17{width:32px;height:32px;border-width:5px}._loader_e4i73_1 ._spinner_e4i73_6._large_e4i73_22{width:48px;height:48px;border-width:6px}._loader_e4i73_1 ._description_e4i73_27{margin-top:10px;font-size:14px;color:#666;text-align:center}@keyframes _rotation_e4i73_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._container_6wyfd_1{width:20%;height:40%!important;background-color:#fff;padding:1.5rem;border-radius:.5rem;box-shadow:0 2px 4px #0000001a;margin-bottom:2rem;margin:0 2rem;overflow-y:hidden}@media(max-width:1366px){._container_6wyfd_1{width:30%;height:auto!important;max-height:none;overflow-y:auto;margin:0 1.5rem 1.5rem;padding:1.25rem}}@media(max-width:1024px){._container_6wyfd_1{width:45%;height:auto!important;max-height:none;overflow-y:auto;margin:0 1rem 1.5rem}}@media(max-width:768px){._container_6wyfd_1{width:90%;height:auto!important;max-height:none;overflow-y:auto;margin:0 auto 1.5rem;padding:1rem}}@media(max-width:480px){._container_6wyfd_1{width:95%;padding:.875rem}}._title_6wyfd_48{background-color:var(--color-navbar);color:#fff;padding:1rem 1.5rem;margin:-1.5rem -1.5rem 1rem;border-radius:.5rem .5rem 0 0;font-size:1.25rem;font-weight:600}@media(max-width:768px){._title_6wyfd_48{font-size:1.125rem;padding:.875rem 1rem;margin:-1rem -1rem 1rem}}@media(max-width:480px){._title_6wyfd_48{font-size:1rem;padding:.75rem .875rem;margin:-.875rem -.875rem .875rem}}._notificationsSettings_6wyfd_73{display:flex;flex-direction:column;max-height:100%;padding-bottom:10%;overflow-y:auto;padding-right:.5rem}@media(max-width:1366px){._notificationsSettings_6wyfd_73{max-height:600px}}@media(max-width:768px){._notificationsSettings_6wyfd_73{padding-right:.25rem;max-height:none}}._permissionsContainer_6wyfd_93{display:flex;flex-direction:column;gap:1rem}@media(max-width:768px){._permissionsContainer_6wyfd_93{gap:.75rem}}._permissionRow_6wyfd_104{display:flex;align-items:center;justify-content:space-between;padding:.5rem 0}._permissionRow_6wyfd_104:last-child{border-bottom:none}._permissionText_6wyfd_114{font-size:.95rem;color:#333}@media(max-width:768px){._permissionText_6wyfd_114{font-size:.875rem}}._permissionIcon_6wyfd_124{font-size:1.25rem}@media(max-width:768px){._permissionIcon_6wyfd_124{font-size:1.125rem}}._experimentalFeaturesRow_6wyfd_133{display:flex;align-items:center;justify-content:space-between;padding:.75rem 0;margin-top:.5rem;border-top:2px solid #e0e0e0}@media(max-width:768px){._experimentalFeaturesRow_6wyfd_133{padding:.625rem 0;flex-wrap:wrap;gap:.5rem}}._experimentalFeaturesRow_6wyfd_133 ._text_6wyfd_148{font-size:.95rem;color:#333;flex:1}@media(max-width:768px){._experimentalFeaturesRow_6wyfd_133 ._text_6wyfd_148{font-size:.875rem}}._experimentalFeaturesRow_6wyfd_133 ._toggleButton_6wyfd_158{margin-left:1rem}@media(max-width:768px){._experimentalFeaturesRow_6wyfd_133 ._toggleButton_6wyfd_158{margin-left:.5rem}}._infoContainer_6wyfd_167{display:flex;flex-direction:column;gap:1rem}@media(max-width:768px){._infoContainer_6wyfd_167{gap:.75rem}}._infoRow_6wyfd_178{display:flex;flex-direction:column;gap:.6rem}@media(max-width:768px){._infoRow_6wyfd_178{gap:.5rem}}._infoItem_6wyfd_189{display:flex;flex-direction:column;font-size:.95rem;line-height:1.5;margin-bottom:.25rem}@media(max-width:768px){._infoItem_6wyfd_189{font-size:.875rem}}._infoItem_6wyfd_189 ._infoLabel_6wyfd_201{font-weight:800;color:#555}@media(max-width:768px){._infoItem_6wyfd_189 ._infoLabel_6wyfd_201{font-size:.875rem}}._infoItem_6wyfd_189 ._infoValue_6wyfd_210{color:#333;padding-left:.5rem;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media(max-width:768px){._infoItem_6wyfd_189 ._infoValue_6wyfd_210{font-size:.875rem;padding-left:.375rem}}._xmlTypeContainer_6wyfd_225{display:flex;flex-direction:row;width:100%;gap:1rem;justify-content:center}._xmlTypeContainer_6wyfd_225 ._formatXmlContainer_6wyfd_232{display:flex;flex-direction:column;align-items:center;justify-content:space-between}@media(max-width:768px){._xmlTypeContainer_6wyfd_225 ._formatXmlContainer_6wyfd_232{gap:.75rem}}._xmlTypeContainer_6wyfd_225 ._formatXmlContainer_6wyfd_232 ._languageButton_6wyfd_243{display:flex;align-items:center;justify-content:center;gap:.75rem;width:100%;height:3rem;margin-bottom:1rem;padding:.75rem 1.25rem;border-radius:.5rem;background-color:#f8f9fa;border:2px solid #dee2e6;cursor:pointer;transition:all .2s ease;color:var(--color-navbar)}@media(max-width:1024px){._xmlTypeContainer_6wyfd_225 ._formatXmlContainer_6wyfd_232 ._languageButton_6wyfd_243{width:60%}}@media(max-width:768px){._xmlTypeContainer_6wyfd_225 ._formatXmlContainer_6wyfd_232 ._languageButton_6wyfd_243{width:80%;height:2.75rem;padding:.625rem 1rem;gap:.5rem;margin-bottom:.75rem;font-size:.9rem}}@media(max-width:480px){._xmlTypeContainer_6wyfd_225 ._formatXmlContainer_6wyfd_232 ._languageButton_6wyfd_243{width:90%;height:2.5rem;padding:.5rem .75rem;font-size:.875rem}}._xmlTypeContainer_6wyfd_225 ._formatXmlContainer_6wyfd_232 ._languageButton_6wyfd_243:hover{background-color:rgba(var(--color-navbar-rgb),.05);border-color:var(--color-navbar)}._xmlTypeContainer_6wyfd_225 ._formatXmlContainer_6wyfd_232 ._languageButton_6wyfd_243._selected_6wyfd_286{background-color:rgba(var(--color-navbar-rgb),.1);border-color:var(--color-navbar);border-width:2px}._languageContainer_6wyfd_292{display:flex;flex-direction:column;align-items:center;justify-content:space-between}@media(max-width:768px){._languageContainer_6wyfd_292{gap:.75rem}}._languageContainer_6wyfd_292 ._languageButton_6wyfd_243{display:flex;align-items:center;justify-content:center;gap:.75rem;width:45%;height:3rem;margin-bottom:1rem;padding:.75rem 1.25rem;border-radius:.5rem;background-color:#f8f9fa;border:2px solid #dee2e6;cursor:pointer;transition:all .2s ease;color:var(--color-navbar)}@media(max-width:1024px){._languageContainer_6wyfd_292 ._languageButton_6wyfd_243{width:60%}}@media(max-width:768px){._languageContainer_6wyfd_292 ._languageButton_6wyfd_243{width:80%;height:2.75rem;padding:.625rem 1rem;gap:.5rem;margin-bottom:.75rem;font-size:.9rem}}@media(max-width:480px){._languageContainer_6wyfd_292 ._languageButton_6wyfd_243{width:90%;height:2.5rem;padding:.5rem .75rem;font-size:.875rem}}._languageContainer_6wyfd_292 ._languageButton_6wyfd_243:hover{background-color:rgba(var(--color-navbar-rgb),.05);border-color:var(--color-navbar)}._languageContainer_6wyfd_292 ._languageButton_6wyfd_243._selected_6wyfd_286{background-color:rgba(var(--color-navbar-rgb),.1);border-color:var(--color-navbar);border-width:2px}._themeContainer_6wyfd_352{display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:1rem}@media(max-width:768px){._themeContainer_6wyfd_352{gap:.75rem}}._themeContainer_6wyfd_352 ._themeButton_6wyfd_364{display:flex;align-items:center;justify-content:center;gap:.75rem;width:80%;height:3.5rem;padding:.75rem 1.25rem;border-radius:.5rem;background-color:#f8f9fa;border:2px solid #dee2e6;cursor:pointer;transition:all .2s ease;color:var(--color-navbar)}@media(max-width:1024px){._themeContainer_6wyfd_352 ._themeButton_6wyfd_364{width:85%;height:3.25rem}}@media(max-width:768px){._themeContainer_6wyfd_352 ._themeButton_6wyfd_364{width:90%;height:3rem;padding:.625rem 1rem;gap:.5rem;font-size:.9rem}}@media(max-width:480px){._themeContainer_6wyfd_352 ._themeButton_6wyfd_364{width:95%;height:2.75rem;padding:.5rem .75rem;font-size:.875rem}}._themeContainer_6wyfd_352 ._themeButton_6wyfd_364:hover{background-color:rgba(var(--color-navbar-rgb),.05);border-color:var(--color-navbar)}._themeContainer_6wyfd_352 ._themeButton_6wyfd_364._selected_6wyfd_286{background-color:rgba(var(--color-navbar-rgb),.1);border-color:var(--color-navbar);border-width:2px}._themeContainer_6wyfd_352 ._themeButton_6wyfd_364 ._themeIcon_6wyfd_411{width:2rem;height:2rem;object-fit:contain}@media(max-width:768px){._themeContainer_6wyfd_352 ._themeButton_6wyfd_364 ._themeIcon_6wyfd_411{width:1.75rem;height:1.75rem}}@media(max-width:480px){._themeContainer_6wyfd_352 ._themeButton_6wyfd_364 ._themeIcon_6wyfd_411{width:1.5rem;height:1.5rem}}._themeContainer_6wyfd_352 ._themeButton_6wyfd_364 ._homeViewIcon_6wyfd_428{width:2.5rem;height:2.5rem;object-fit:contain;filter:invert(77%) sepia(48%) saturate(1583%) hue-rotate(212deg) brightness(91%) contrast(92%)}@media(max-width:768px){._themeContainer_6wyfd_352 ._themeButton_6wyfd_364 ._homeViewIcon_6wyfd_428{width:2rem;height:2rem}}@media(max-width:480px){._themeContainer_6wyfd_352 ._themeButton_6wyfd_364 ._homeViewIcon_6wyfd_428{width:1.75rem;height:1.75rem}}._notificationsContainer_6wyfd_447{display:flex;align-items:center;justify-content:space-between;padding:.75rem 0}@media(max-width:768px){._notificationsContainer_6wyfd_447{flex-wrap:wrap;gap:.5rem}}._notificationsContainer_6wyfd_447 ._text_6wyfd_148{font-size:.75rem;color:#333;flex:1}@media(max-width:768px){._notificationsContainer_6wyfd_447 ._text_6wyfd_148{font-size:.875rem}}._notificationsContainer_6wyfd_447 ._toggleButton_6wyfd_158{margin-left:1rem}@media(max-width:768px){._notificationsContainer_6wyfd_447 ._toggleButton_6wyfd_158{margin-left:.5rem}}._notificationsContainer_6wyfd_447 ._buttonGo_6wyfd_477{background-color:rgba(var(--color-navbar-rgb),.8);border:none;font-size:large}._toggleButton_1ei0v_1{width:38px;height:16px;background-color:var(--surface-1);border-radius:50px;position:relative;border:2px solid #000000;z-index:11;cursor:pointer}._toggleButton_1ei0v_1._isDisabled_1ei0v_11{cursor:not-allowed;background-color:#efefef4d}._toggleButton_1ei0v_1 ._btn_1ei0v_15{width:12px;height:12px;border-radius:12px;background-color:#e30613;position:absolute;left:0;transition:all .3s ease;z-index:10;overflow:hidden;border:2px solid #ffffff}._toggleButton_1ei0v_1 ._btn_1ei0v_15._move_1ei0v_27{left:22px;background-image:linear-gradient(315deg,#3bb78f,#0bab64 74%)}._circle_1ei0v_32{width:5px;height:5px;position:absolute;top:0;left:0;z-index:1;transition:all .3s cubic-bezier(.175,.885,.32,1.275)}._circle_1ei0v_32._expand_1ei0v_41{background-image:linear-gradient(315deg,#3bb78f,#0bab64 74%);width:100%;height:100%;border-radius:5px}._pageProfile_17yiu_1{display:flex;flex-wrap:wrap;position:absolute!important;overflow:hidden;justify-items:center;width:calc(100% - 4rem);height:calc(100% - 4rem)!important;margin:2rem}@media(max-width:1366px){._pageProfile_17yiu_1{position:relative!important;overflow-y:auto;overflow-x:hidden;height:auto!important;min-height:100vh;margin:1.5rem;width:calc(100% - 3rem)}}@media(max-width:1024px){._pageProfile_17yiu_1{position:relative!important;overflow-y:auto;overflow-x:hidden;height:auto!important;min-height:100vh;margin:1rem;width:calc(100% - 2rem)}}@media(max-width:768px){._pageProfile_17yiu_1{margin:.5rem;width:calc(100% - 1rem)}}.container-card-favorite{margin:10px;width:200px;min-height:150px;border-radius:10px;font-size:30px;font-weight:900;color:#000;cursor:pointer}.favorite-color{background-color:#e0ddcd}.favorite-color-linear{background:linear-gradient(45deg,#ffde45,#fff 16%,#ffde45 21%)}.favorite-card_info{overflow:hidden;display:flex;flex-direction:column;padding:15px 0 0;background:url(/assets/a_background-D0KaKAKT.png) no-repeat center center;background-size:cover;backface-visibility:hidden}.favorite-card_info_row{display:flex;flex-direction:row;flex:1;min-height:100%;max-height:100%}.favorite-card_info_1{min-width:60%;max-width:60%;min-height:100%;max-height:100%;font-size:12px;text-align:center;color:#000;display:flex;flex-direction:column;align-items:center;justify-content:space-between}.favorite-card_info_ipm{font-size:30px;line-height:40px;display:flex}.favorite-card_clubs{display:flex;flex-direction:column;align-items:center;justify-content:space-between;height:100%}.favorite-card_teamlogo{height:50px;width:100px;margin-top:5px;background-repeat:no-repeat;background-size:contain;background-position:center;opacity:90%}.favorite-card_info_2{min-width:40%;max-width:40%;font-size:12px;min-height:50%;max-height:50%;text-align:center;color:#000;display:flex;flex-direction:column;align-items:center;justify-content:space-between;padding-top:2px}.favorite-card_surname{align-self:flex-end;font-size:18px;height:25px;padding-right:5px;white-space:nowrap;text-overflow:ellipsis;max-width:90%;overflow:hidden}.favorite-card_name{padding:0 5px;margin:0;align-self:flex-end;white-space:nowrap;max-width:130%;text-overflow:ellipsis;overflow:hidden}.dashboardDisplay{display:flex;flex-direction:row;justify-content:space-between;align-items:center}._container_psddh_3{padding:16px;background:transparent;min-height:100vh}._title_psddh_9{font-size:18px;font-weight:600;color:var(--text-primary, #fff);margin:0 0 16px;text-align:center}._filters_psddh_18{display:flex;flex-direction:column;gap:12px;margin-bottom:20px}._searchInput_psddh_25,._select_psddh_26{width:100%;padding:12px 16px;font-size:15px;color:var(--text-primary, #fff);background-color:#ffffff0d;backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:10px;outline:none;transition:all .3s ease;-webkit-appearance:none;-moz-appearance:none;appearance:none}._searchInput_psddh_25:focus,._select_psddh_26:focus{background-color:#ffffff14;border-color:#ffffff4d;box-shadow:0 0 0 3px #ffffff1a}._searchInput_psddh_25::placeholder,._select_psddh_26::placeholder{color:#ffffff80}._select_psddh_26{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23ffffff' d='M1.41 0L6 4.59L10.59 0L12 1.41l-6 6l-6-6z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;padding-right:40px;cursor:pointer}._select_psddh_26:hover{border-color:#ffffff4d}._select_psddh_26 option{background-color:#0d0334;color:#fff}._loaderWrapper_psddh_67{display:flex;justify-content:center;align-items:center;padding:60px 20px}._empty_psddh_74{text-align:center;padding:40px 20px;color:#fffc;font-size:15px;background-color:#ffffff0d;backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:12px;margin-top:20px}._loader_psddh_67{display:flex;justify-content:center;padding:40px 0}._emptyState_psddh_92{text-align:center;padding:32px 16px;background-color:#ffffff0d;backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:12px;margin-top:16px}._emptyMessage_psddh_102{color:#fffc;font-size:14px;margin:0 0 16px}._ctaButton_psddh_108{background:linear-gradient(135deg,#e30613,#0d0334);color:#fff;border:none;border-radius:8px;padding:12px 24px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 12px #e306134d}._ctaButton_psddh_108:active{transform:translateY(2px);box-shadow:0 2px 6px #e306134d}._scopeToggle_psddh_125{display:flex;gap:8px}._scopeButton_psddh_130{flex:1;padding:10px 16px;font-size:14px;font-weight:600;color:#ffffffb3;background-color:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:10px;cursor:pointer;transition:all .2s ease}._scopeButton_psddh_130:active{transform:scale(.97)}._scopeButton_psddh_130._scopeButtonActive_psddh_145{color:#fff;background-color:#ffffff26;border-color:#fff6}._playersList_psddh_151{display:flex;flex-direction:column;gap:12px}._playerCard_psddh_157{background-color:#ffffff0d;backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:12px;display:flex;align-items:center;gap:12px;cursor:pointer;transition:all .2s ease}._playerCard_psddh_157:active{transform:scale(.98);background-color:#ffffff14}._playerPhoto_psddh_174{width:52px;height:52px;border-radius:50%;object-fit:cover;flex-shrink:0;border:2px solid rgba(255,255,255,.2)}._playerInfo_psddh_183{flex:1;display:flex;flex-direction:column;gap:4px}._playerName_psddh_190{font-size:14px;font-weight:600;color:var(--text-primary, #fff);margin:0}._playerPosition_psddh_197{font-size:12px;color:#ffffffb3;margin:0}._mobileWrapper_fd9gk_1{display:flex;flex-direction:column;height:100%;width:100%;background:linear-gradient(135deg,#0d0334,#1b1435);min-height:100vh}._cardTitle_fd9gk_10{margin-left:40px;margin-top:-10px}._filtersBar_fd9gk_15{display:flex;flex-wrap:wrap;align-items:flex-end;gap:.75rem;padding:0 1rem 1rem}._filterItem_fd9gk_23{display:flex;flex-direction:column;flex:0 0 220px;min-width:150px}._filterSpacer_fd9gk_30{flex:1 1 0;min-width:0}._filterItemGrow_fd9gk_35{flex:1 1 180px;max-width:260px}._filterItemCompetition_fd9gk_40{flex:2 1 280px;max-width:420px}._filterItemActions_fd9gk_45{flex:0 0 auto;min-width:0}._searchInput_fd9gk_50{color:#000;height:34px;padding:0 .5rem;font-size:14px}._toggleWrapper_fd9gk_57{display:flex;align-items:center;gap:.5rem}._toggleTrack_fd9gk_63{width:40px;height:20px;padding:1px;border-radius:10px;cursor:pointer;flex-shrink:0}._toggleTrack_fd9gk_63:focus-visible{outline:2px solid #0000ff;outline-offset:2px}._toggleTrack_fd9gk_63 ._toggleThumb_fd9gk_75{width:18px;height:18px;background:#0d0334;border-radius:10px;margin-left:var(--toggle-thumb-offset, 1px);transition:margin-left .2s ease-out}._viewsRow_fd9gk_84{display:flex;align-items:center;gap:6px;height:34px}._viewButtonWrapper_fd9gk_91{width:fit-content}._favoriteButton_fd9gk_95{height:34px;width:auto;border:2px solid black;border-radius:8px;padding:0 .75rem;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:6px;white-space:nowrap}._favoriteButtonLabel_fd9gk_109{margin:0;font-size:12px}._refereesGrid_fd9gk_114{justify-content:center}._favoriteButton_iy50z_1{width:44px;height:44px;border-radius:50%;background-color:#ffffff1a;border:2px solid var(--color-navbar);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;position:relative;margin:5px;outline:none;box-shadow:0 2px 5px #0003}._favoriteButton_iy50z_1:hover{transform:scale(1.1);box-shadow:0 4px 8px #0000004d;background-color:#0d033426;border-color:var(--color-navbar)}._favoriteButton_iy50z_1:active{transform:scale(.95)}._favoriteButton_iy50z_1:disabled{opacity:.6;cursor:not-allowed}._favoriteButton_iy50z_1 svg{width:28px;height:28px;fill:currentColor}._starIcon_iy50z_36{width:100%;height:100%;color:#e0e0e0;transition:all .3s ease;stroke:#2c3e50;stroke-width:1px;filter:drop-shadow(0 2px 4px rgba(0,0,0,.3))}._starIcon_iy50z_36._filled_iy50z_45{color:gold;stroke:#d55529;filter:drop-shadow(0 0 8px rgba(255,107,53,.6)) drop-shadow(0 2px 4px rgba(0,0,0,.4));transform:scale(1.05);animation:_starPulse_iy50z_1 1s ease-in-out}@keyframes _starPulse_iy50z_1{0%{transform:scale(1)}50%{transform:scale(1.2)}to{transform:scale(1.05)}}._rankingRow_by3dq_3{border-left:4px solid var(--team-color, transparent)}._teamButton_by3dq_7{padding:.125rem .3125rem;border:0;background-color:transparent;color:#333;font-weight:600;text-transform:uppercase;cursor:pointer;transition:color .2s ease}._teamButton_by3dq_7:hover{color:#0d0334;text-decoration:underline}._buttonReport_arc6g_1{height:6rem;padding:10px 20px;border-radius:30px;border:0;color:var(--color-white-always);background-color:var(--color-red);box-shadow:#0000000d 0 0 8px;text-transform:uppercase;transition:all .5s ease;cursor:pointer}._buttonReport_arc6g_1:disabled{background-color:var(--color-blue)!important;color:var(--color-white-always)!important;cursor:wait!important}._buttonReport_arc6g_1:hover{background-color:var(--color-blue);color:#fff;box-shadow:var(--color-tertiary) 0 7px 29px 0}._containerFavoritesCompetition_arc6g_26{display:flex;flex-direction:row;justify-items:center;margin-bottom:5px;justify-content:flex-start;align-items:center;width:50%;gap:10px}._containerFavoritesCompetition_arc6g_26 h3{margin:0!important}._buttonFavorite_arc6g_41{width:44px;height:44px;border-radius:50%;background-color:#ffffff1a;border:2px solid var(--color-red, #e31b23);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;position:relative;margin-left:16px;outline:none;box-shadow:0 2px 5px #0003}._buttonFavorite_arc6g_41:hover{transform:scale(1.1);box-shadow:0 4px 8px #0000004d;background-color:#fff3}._buttonFavorite_arc6g_41:active{transform:scale(.95)}._buttonFavorite_arc6g_41 svg{width:28px;height:28px;fill:currentColor}._starIcon_arc6g_71{width:100%;height:100%;color:silver;transition:all .2s ease;stroke:var(--color-red, #e31b23);stroke-width:.5px}._starIcon_arc6g_71._filled_arc6g_79{color:gold;filter:drop-shadow(0 0 3px rgba(255,215,0,.7));transform:scale(1.05);animation:_starPulse_arc6g_1 1s ease-in-out}@keyframes _starPulse_arc6g_1{0%{transform:scale(1)}50%{transform:scale(1.2)}to{transform:scale(1.05)}}._containerCompetitionsSelect_arc6g_97{display:flex;flex-direction:row;margin:0 1rem 1rem;gap:1rem;width:100%;height:100%}._containerCompetitionsSelect_arc6g_97 ._containerSearchInput_arc6g_105{display:flex;width:20%;flex-direction:column;justify-content:flex-start}._containerCompetitionsSelect_arc6g_97 ._containerSearchInput_arc6g_105 ._resetFilters_arc6g_111{align-items:flex-end;cursor:pointer;text-align:end}._containerCompetitionsSelect_arc6g_97 ._containerCompetitionsList_arc6g_116{display:flex;flex-direction:row;flex-wrap:wrap;max-height:20vh;overflow-y:auto;width:80%;gap:15px;padding:5px}._containerCompetitionsSelect_arc6g_97 ._containerCompetitionsList_arc6g_116 ._iconFavoriteStar_arc6g_126{height:25px;position:absolute;top:-6px;right:-7px;z-index:9999999}._containerCompetitionsSelect_arc6g_97 ._containerCompetitionsList_arc6g_116 ._containerCardCompetition_arc6g_133{width:calc(10% - 15px);cursor:pointer;position:relative}._containerCompetitionsSelect_arc6g_97 ._containerCompetitionsList_arc6g_116 ._containerCardCompetition_arc6g_133 ._cardCompetition_arc6g_138{background:linear-gradient(145deg,#fff,#f8f9fa);border:2px solid #e9ecef;border-radius:12px;padding:10px;text-align:center;cursor:pointer;position:relative;overflow:visible;transition:all .2s cubic-bezier(.4,0,.2,1);box-shadow:0 1px 2px #0000000d}._containerCompetitionsSelect_arc6g_97 ._containerCompetitionsList_arc6g_116 ._containerCardCompetition_arc6g_133 ._cardCompetition_arc6g_138 ._firstContent_arc6g_150{display:flex;justify-content:center;align-items:center;padding:10px 0;transition:opacity .2s ease}._containerCompetitionsSelect_arc6g_97 ._containerCompetitionsList_arc6g_116 ._containerCardCompetition_arc6g_133 ._cardCompetition_arc6g_138 ._firstContent_arc6g_150 ._logo_arc6g_157{width:40px;height:40px;transition:transform .2s ease}._containerCompetitionsSelect_arc6g_97 ._containerCompetitionsList_arc6g_116 ._containerCardCompetition_arc6g_133 ._cardCompetition_arc6g_138 ._secondContent_arc6g_162{text-align:center;padding:10px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:90%;opacity:0;transition:opacity .2s ease;pointer-events:none}._containerCompetitionsSelect_arc6g_97 ._containerCompetitionsList_arc6g_116 ._containerCardCompetition_arc6g_133 ._cardCompetition_arc6g_138 ._secondContent_arc6g_162 h4{font-size:.85rem;margin:0;color:var(--color-white);font-weight:600}._containerCompetitionsSelect_arc6g_97 ._containerCompetitionsList_arc6g_116 ._containerCardCompetition_arc6g_133 ._cardCompetition_arc6g_138._selected_arc6g_180{border-color:var(--color-navbar, #3f51b5);background:linear-gradient(145deg,#3f51b51a,#3f51b526);transform:scale(1.05);box-shadow:0 4px 12px #3f51b540}._containerCompetitionsSelect_arc6g_97 ._containerCompetitionsList_arc6g_116 ._containerCardCompetition_arc6g_133:hover ._cardCompetition_arc6g_138{border-color:var(--color-navbar, #3f51b5);background:linear-gradient(145deg,#f8f9fa,#e9ecef);transform:translateY(-1px) scale(1.01);box-shadow:0 4px 12px #3f51b526}._containerCompetitionsSelect_arc6g_97 ._containerCompetitionsList_arc6g_116 ._containerCardCompetition_arc6g_133:hover ._cardCompetition_arc6g_138 ._firstContent_arc6g_150{opacity:0}._containerCompetitionsSelect_arc6g_97 ._containerCompetitionsList_arc6g_116 ._containerCardCompetition_arc6g_133:hover ._cardCompetition_arc6g_138 ._secondContent_arc6g_162{opacity:1}._containerCompetitionsSelect_arc6g_97 ._containerCompetitionsList_arc6g_116 ._containerCardCompetition_arc6g_133:hover ._cardCompetition_arc6g_138._selected_arc6g_180{transform:translateY(-1px) scale(1.06);box-shadow:0 6px 16px #3f51b54d}._rankingContainer_1npty_1{width:100%}._title_1npty_5{font-size:1.1rem;font-weight:600;color:var(--text-primary, #fff);margin:0 0 1rem;padding-bottom:.5rem;border-bottom:2px solid rgba(255,255,255,.1)}._rankingList_1npty_14{display:flex;flex-direction:column;gap:.5rem}._rankingItem_1npty_20{display:flex;align-items:center;gap:.75rem;padding:.75rem;background-color:#ffffff08;border-radius:8px;cursor:pointer;transition:all .2s ease;border:1px solid transparent}._rankingItem_1npty_20:hover{background-color:#ffffff0f;border-color:#ffffff1a}._rankingItem_1npty_20:active{transform:scale(.98)}._position_1npty_39{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:linear-gradient(135deg,var(--color-navbar, #3f51b5),var(--color-blue, #5a67d8));border-radius:6px;flex-shrink:0;box-shadow:0 2px 4px #0003}._position_1npty_39 span{font-size:.95rem;font-weight:700;color:#fff}._teamInfo_1npty_56{display:flex;align-items:center;gap:.75rem;flex:1;min-width:0}._teamLogo_1npty_64{width:40px;height:40px;object-fit:contain;flex-shrink:0}._teamDetails_1npty_71{display:flex;flex-direction:column;gap:.25rem;flex:1;min-width:0}._teamName_1npty_79{font-size:.9rem;font-weight:600;padding:.25rem .5rem;border-radius:4px;display:inline-block;max-width:fit-content;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}._statsRow_1npty_92{display:flex;align-items:center;gap:.5rem;font-size:.75rem}._stat_1npty_92{color:var(--text-secondary, #999);font-weight:500}._statDiff_1npty_104{color:var(--text-secondary, #999);font-weight:600;padding:.125rem .375rem;background-color:#ffffff0d;border-radius:4px}._points_1npty_112{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:.5rem .75rem;background:linear-gradient(135deg,#e31b231a,#e31b2333);border-radius:8px;border:1px solid rgba(227,27,35,.3);min-width:50px;flex-shrink:0}._pointsValue_1npty_125{font-size:1.25rem;font-weight:700;color:var(--color-red, #e31b23);line-height:1}._pointsLabel_1npty_132{font-size:.65rem;font-weight:500;color:var(--text-secondary, #999);text-transform:uppercase;letter-spacing:.5px}._loaderContainer_1npty_140{display:flex;justify-content:center;align-items:center;padding:2rem}._emptyState_1npty_147{text-align:center;padding:2rem 1rem;color:var(--text-secondary, #999)}._emptyState_1npty_147 p{font-size:.95rem;margin:0}@media(max-width:360px){._rankingItem_1npty_20{gap:.5rem;padding:.6rem}._position_1npty_39{width:28px;height:28px}._position_1npty_39 span{font-size:.85rem}._teamLogo_1npty_64{width:35px;height:35px}._teamName_1npty_79{font-size:.85rem}._pointsValue_1npty_125{font-size:1.1rem}}@media(min-width:600px){._rankingItem_1npty_20{padding:1rem}._position_1npty_39{width:36px;height:36px}._position_1npty_39 span{font-size:1rem}._teamLogo_1npty_64{width:45px;height:45px}._teamName_1npty_79{font-size:.95rem}._statsRow_1npty_92{font-size:.8rem}._pointsValue_1npty_125{font-size:1.4rem}}._container_1sfqt_1{padding:1rem;min-height:100vh;background-color:var(--background-color, #1a1a1a);max-width:100%;overflow-x:hidden}._searchSection_1sfqt_9{margin-bottom:1.5rem}._pageTitle_1sfqt_13{font-size:1.5rem;font-weight:700;color:var(--text-primary, #fff);margin:0 0 1rem;text-align:center}._searchInputContainer_1sfqt_21{position:relative;display:flex;align-items:center;gap:.5rem}._searchInput_1sfqt_21{flex:1;padding:.75rem 1rem;background-color:var(--card-background, #2a2a2a);border:1px solid rgba(255,255,255,.2);border-radius:8px;color:var(--text-primary, #fff);font-size:.95rem}._searchInput_1sfqt_21::placeholder{color:var(--text-secondary, #999)}._searchInput_1sfqt_21:focus{outline:none;border-color:var(--primary-color, #007bff)}._resetButton_1sfqt_45{padding:.5rem .75rem;background-color:var(--color-red, #e31b23);border:none;border-radius:6px;color:#fff;font-size:.9rem;cursor:pointer;transition:opacity .2s}._resetButton_1sfqt_45:active{opacity:.8}._competitionsList_1sfqt_59{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem;max-height:40vh;overflow-y:auto;padding:.5rem}._competitionCard_1sfqt_69{display:flex;align-items:center;gap:1rem;padding:1rem;background-color:var(--card-background, #2a2a2a);border:2px solid transparent;border-radius:12px;cursor:pointer;transition:all .2s ease;position:relative;box-shadow:0 2px 4px #0003}._competitionCard_1sfqt_69._selected_1sfqt_82{border-color:var(--color-navbar, #3f51b5);background:linear-gradient(145deg,#3f51b51a,#3f51b526);box-shadow:0 4px 12px #3f51b540}._competitionCard_1sfqt_69:active{transform:scale(.98)}._favoriteIcon_1sfqt_91{position:absolute;top:.5rem;right:.5rem;color:gold;font-size:1.25rem;filter:drop-shadow(0 0 2px rgba(255,215,0,.7))}._competitionLogo_1sfqt_100{width:50px;height:50px;object-fit:contain;flex-shrink:0}._competitionName_1sfqt_107{flex:1;font-size:.95rem;font-weight:600;color:var(--text-primary, #fff);overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}._competitionHeader_1sfqt_119{display:flex;align-items:center;gap:1rem;background-color:var(--card-background, #2a2a2a);border-radius:12px;padding:1.25rem;margin-bottom:1rem;box-shadow:0 2px 8px #0003}._selectedLogo_1sfqt_130{width:70px;height:70px;object-fit:contain;flex-shrink:0}._competitionInfo_1sfqt_137{flex:1;min-width:0}._competitionTitle_1sfqt_142{font-size:1.15rem;font-weight:700;color:var(--text-primary, #fff);margin:0 0 .5rem;overflow:hidden;text-overflow:ellipsis}._favoriteContainer_1sfqt_151{display:flex;align-items:center}._filtersToggle_1sfqt_156{width:100%;padding:.875rem 1rem;background-color:var(--card-background, #2a2a2a);border:1px solid rgba(255,255,255,.2);border-radius:8px;color:var(--text-primary, #fff);font-size:.95rem;font-weight:600;cursor:pointer;margin-bottom:1rem;text-align:left;transition:background-color .2s}._filtersToggle_1sfqt_156:active{background-color:#ffffff0d}._filtersSection_1sfqt_174{display:flex;flex-direction:column;gap:1rem;padding:1rem;background-color:var(--card-background, #2a2a2a);border-radius:12px;margin-bottom:1rem;box-shadow:0 2px 8px #0003}._filterGroup_1sfqt_185{display:flex;flex-direction:column;gap:.5rem}._filterLabel_1sfqt_191{font-size:.85rem;font-weight:600;color:var(--text-secondary, #999);text-transform:uppercase;letter-spacing:.05em;margin:0}._actionButton_1sfqt_200{width:100%;padding:1rem;background:linear-gradient(135deg,var(--color-red, #e31b23),var(--color-blue, #3f51b5));border:none;border-radius:10px;color:#fff;font-size:.95rem;font-weight:600;text-transform:uppercase;cursor:pointer;margin-bottom:.75rem;box-shadow:0 4px 10px #0000004d;transition:all .2s ease}._actionButton_1sfqt_200:active{transform:translateY(2px);box-shadow:0 2px 5px #0000004d}._actionButton_1sfqt_200:disabled{opacity:.5;cursor:not-allowed}._rankingsSection_1sfqt_224{margin-bottom:1.5rem}._rankingsSection_1sfqt_224>div{background-color:var(--card-background, #2a2a2a);border-radius:12px;padding:1rem;margin-bottom:1rem;box-shadow:0 2px 8px #0003}._rankingCard_1sfqt_235,._matchesSection_1sfqt_243{background-color:var(--card-background, #2a2a2a);border-radius:12px;padding:1rem;margin-bottom:1rem;box-shadow:0 2px 8px #0003}._loaderContainer_1sfqt_251{display:flex;justify-content:center;align-items:center;padding:3rem 1rem}._competitionsList_1sfqt_59::-webkit-scrollbar{width:6px}._competitionsList_1sfqt_59::-webkit-scrollbar-track{background:#ffffff0d;border-radius:3px}._competitionsList_1sfqt_59::-webkit-scrollbar-thumb{background:#fff3;border-radius:3px}._competitionsList_1sfqt_59::-webkit-scrollbar-thumb:hover{background:#ffffff4d}@media(min-width:600px){._container_1sfqt_1{padding:1.5rem}._pageTitle_1sfqt_13{font-size:1.75rem}._competitionCard_1sfqt_69{padding:1.25rem}._competitionLogo_1sfqt_100{width:60px;height:60px}._competitionName_1sfqt_107{font-size:1.05rem}._selectedLogo_1sfqt_130{width:90px;height:90px}._competitionTitle_1sfqt_142{font-size:1.35rem}}@media(max-width:360px){._competitionCard_1sfqt_69{padding:.75rem}._competitionLogo_1sfqt_100{width:40px;height:40px}._competitionName_1sfqt_107{font-size:.85rem}}._pageTab_1ytt3_1{display:flex;flex-direction:row;align-items:center;height:40px;padding:15px;border:1px solid black;border-radius:50px;cursor:pointer;transition:all .5s ease;background-color:#fff}._pageTab_1ytt3_1 ._icon_1ytt3_13{margin-right:10px;width:20px;height:20px}._pageTab_1ytt3_1 ._label_1ytt3_18{flex-grow:1;color:#000;text-transform:uppercase;transition:inherit}._pageTab_1ytt3_1 ._loader_1ytt3_24{margin-left:5px}._pageTab_1ytt3_1:hover{background-color:#e30613}._pageTab_1ytt3_1:hover ._label_1ytt3_18{color:#fff}._pageTab_1ytt3_1._isSelected_1ytt3_33{background-color:#0d0334}._pageTab_1ytt3_1._isSelected_1ytt3_33 ._label_1ytt3_18{color:#fff}._pageTab_1ytt3_1._isDisabled_1ytt3_39{background-color:gray;cursor:not-allowed}._pageTab_1ytt3_1._isDisabled_1ytt3_39 ._label_1ytt3_18{color:#000}._pageTab_1ytt3_1._isHidden_1ytt3_46{display:none}.pdf-page-horizontal{top:0;left:0;display:block;height:29.7cm;width:42cm;margin:0;padding:0;border:0;font-size:100%;font:inherit;background:linear-gradient(135deg,#1b1435 38%,#000 56%,#e30613);font-weight:900}.pdf-page-no-background-horizontal{top:0;left:0;display:block;height:29.7cm;width:42cm;margin:0;padding:0;border:0;font-size:100%;font:inherit;font-weight:900}.titre_transition_comp-horizontal{font-family:play-bold;font-size:75pt;color:#1b1435;z-index:2;position:absolute;text-align:center;width:42cm;top:7cm}.competition-horizontal{position:relative;margin:0 auto;display:block;top:14.5cm;font-family:play-bold;font-size:28pt;line-height:30pt;text-align:center;text-transform:uppercase;color:#1b1435;z-index:3}.journee-horizontal{display:block;position:relative;margin:0 auto;top:15.5cm;font-family:play-bold;font-size:14pt;line-height:16pt;color:#fff;padding:.05cm .12cm;background:linear-gradient(90deg,#1b1435 10%,#e30613 70%);border-radius:.5cm;box-sizing:content-box}.equipe-horizontal{width:13cm;text-align:center;font-family:play-bold;font-size:25pt;text-transform:uppercase;color:#fff;display:inline-block}.logo_comp-horizontal{display:block;position:absolute;left:36cm;width:5cm;top:25cm}.logo_transition_comp-horizontal{display:block;position:absolute;left:-22cm;top:-7cm;width:66cm;opacity:.2}.titres_pages-horizontal{font-family:play-bold;font-size:40pt;text-transform:uppercase;color:#1b1435;text-shadow:.08cm 0 .05cm #e30613;z-index:2;text-align:right;position:relative;transform-origin:2.3cm 2.3cm;transform:rotate(-90deg);top:36.7cm;left:0;display:block;line-height:0}.compet-journee-horizontal{position:absolute;top:18cm;font-family:play-bold;font-size:30pt;line-height:2cm;color:#fff;text-transform:uppercase;z-index:3;text-align:center;width:8cm;padding-top:.08cm;border-top:.1cm solid white;left:10.8cm}.date-heure-horizontal{font-family:play-regular;font-size:25pt;line-height:1cm;color:#fff;text-transform:uppercase;z-index:3;text-align:center;position:absolute;display:block;width:8cm}.titre-composition-horizontal,.titre-remplaçants-horizontal{letter-spacing:1;font-family:play-bold;display:block;font-size:14pt;line-height:25pt;color:#1b1435}.titre-graphique-horizontal,.titre-graphique2-horizontal{letter-spacing:1;font-family:play-bold;display:block;font-size:12pt;line-height:6pt;color:#000c;text-align:center}.titre-composition2-horizontal,.titre-remplaçants2-horizontal{letter-spacing:1;font-family:play-bold;display:block;font-size:14pt;line-height:25pt;color:#e30613}.titre-meilleurs-horizontal,.titre-meilleurs2-horizontal{letter-spacing:1;font-family:play-bold;display:block;font-size:16pt;line-height:18pt;width:4cm;margin-left:5.25cm;text-align:center;text-transform:uppercase;padding:.05cm .12cm;border-radius:.5cm;color:#000c}.J-composition-horizontal span{font-family:raleway-regular;font-size:8.5pt;letter-spacing:0}.pannel_centre-horizontal{left:1.8cm;width:26cm;position:absolute;display:block;padding-bottom:1cm}.pannel_comp-horizontal{left:2cm;position:absolute;top:3cm;width:39cm}.pannel_bottom_left_comp-horizontal{left:2cm;position:absolute;top:3cm;width:18cm}.pannel_bottom_right_comp-horizontal{left:23cm;position:absolute;top:3cm;width:18cm}.titre_pannel_team_1-horizontal,.titre_pannel_team_2-horizontal{font-family:play-bold;font-size:14pt;letter-spacing:0;line-height:16pt;text-transform:uppercase;color:#fff;display:block;border-top-left-radius:.5cm;border-top-right-radius:.5cm;padding-top:.25cm;padding-bottom:.25cm;top:.5cm;position:absolute}.titre_pannel-horizontal,.titre_petit_pannel_T1-horizontal,.titre_petit_pannel_T2-horizontal{font-family:play-bold;font-size:14pt;letter-spacing:-.2;line-height:16pt;text-transform:uppercase;color:#fff;display:block;border-top-left-radius:.5cm;border-top-right-radius:.5cm;padding-top:.25cm;padding-bottom:.25cm;text-align:center;width:100%}.clubs-horizontal,.joueurs-horizontal,.date-horizontal,.tournoi-horizontal,.chiffre-horizontal,.note-horizontal,.chiffre_light-horizontal,.bonus-horizontal{font-family:raleway-regular;color:#000c;text-transform:capitalize;line-height:13pt}.chiffre_light-horizontal,.chiffre_2_light-horizontal{font-family:raleway-regular}.rubrique_tab-horizontal,.rubrique_tab_light-horizontal{font-family:play-bold;font-size:10pt;line-height:10pt;text-align:center;text-transform:capitalize;letter-spacing:-.2}.scoreL1-horizontal span,.scoreL2-horizontal span,.scoreL3-horizontal span{font-size:9pt;font-family:raleway-regular}.nom-arbitre-couv-horizontal{position:absolute;font-family:play-bold;text-align:center;line-height:18pt;width:9.7cm;top:3.7cm;color:#000c;font-size:27pt;z-index:10}.prenom-arbitre-couv-horizontal{position:absolute;font-family:play-bold;text-align:center;line-height:18pt;width:9.7cm;top:2.5cm;color:#000c;font-size:27pt;z-index:10;text-transform:none}.titre_emphase1-horizontal,.titre_emphase2-horizontal{font-family:play-bold;font-size:16pt;line-height:18pt;text-align:center;text-transform:uppercase;background-color:#fff;border:.08cm solid #1b1435;border-radius:.5cm;padding:.05cm .12cm;margin:0 auto}.titre_emphase-horizontal{top:0;font-family:play-bold;font-size:14pt;line-height:16pt;text-align:center;text-transform:uppercase;color:#000c;display:block;padding-top:.08cm;margin:0 auto;border-top:.08cm solid;border-image:linear-gradient(90deg,#1b1435 10%,#e30613 70%) 10 10}.detail-horizontal{font-family:raleway-regular;font-size:12pt;line-height:20pt;text-align:center;text-transform:uppercase;color:#000c}.pourcentage-radar1-horizontal,.pourcentage-radar2-horizontal,.pourcentage-radar-horizontal{display:block;font-family:play-bold;font-size:11pt;line-height:11pt;color:#fff;padding:.1cm .12cm;border-radius:0 0 .2cm .2cm;box-sizing:content-box;text-align:center;position:absolute;white-space:nowrap;width:1cm}.categorie-horizontal{display:block;font-family:play-bold;font-size:11pt;line-height:11pt;color:#fff;padding:.1cm .12cm;background:linear-gradient(90deg,#1b1435 10%,#e30613 70%);border-radius:.4cm;box-sizing:content-box;position:absolute;text-align:center;white-space:nowrap;z-index:3}.categorie-horizontal span{font-family:play-regular}.legende-horizontal{width:100%;margin-left:6cm;position:absolute;bottom:0;font-size:11pt;line-height:20pt;font-family:raleway-regular}.donnees-terrain1-horizontal,.donnees-terrain2-horizontal{background-color:#fff;border-radius:50%;width:1.5cm;height:1.5cm;font-family:play-bold;position:absolute;text-align:center;font-size:16pt;line-height:40pt}.tab_pannel_comp-horizontal{margin-top:.3cm;display:block;position:inherit;width:39cm;background-color:#fff;border-bottom:.08cm solid;padding-bottom:.5cm}.fractions-horizontal{font-family:raleway-regular;color:#000c}.chiffre_bT1-horizontal span,.chiffre_bT2-horizontal span{font-size:12pt;line-height:20pt;font-family:raleway-regular}.categorie2-horizontal{font-size:11pt;font-family:play-bold}.moyenne-horizontal{font-size:10pt;font-family:play-regular}.item-donut-horizontal,.legende-camembert-horizontal{font-size:9pt;text-align:center;letter-spacing:-.5;font-family:play-bold;background:var(--fill);color:#fff;display:block;border-radius:.25cm;padding-top:.05cm;padding-bottom:.05cm;max-width:2cm;height:.7cm;line-height:.3cm}.pourcentage-legende-donut-horizontal{font-size:13.5pt;line-height:.5cm;text-align:center;font-family:play-bold;color:var(--fill);padding-bottom:.1cm;width:2cm}.pourcentage1-horizontal,.pourcentage2-horizontal{position:inherit;display:block;width:1.6cm;top:4.5cm;font-family:play-bold;font-size:11pt;line-height:13pt;text-align:center;text-transform:uppercase;color:#000c}.categorie2-horizontal,.categorie2_sep-horizontal{line-height:13pt;text-align:center;text-transform:uppercase;font-family:play-bold;color:#000c}.petite_categorie_1-horizontal,.petite_categorie_2-horizontal{font-size:10pt;line-height:11pt;text-align:center;text-transform:uppercase;color:#fff;width:fit-content;display:block;font-family:play-bold;border-radius:.5cm;padding:.08cm .12cm}.fractions-horizontal span{font-size:9pt;display:block;padding-top:.3cm;font-family:raleway-regular;color:#fff}.categorie-horizontal{display:block;font-family:play-bold;font-size:11pt;line-height:11pt;color:#fff;padding:.1cm .12cm;background:linear-gradient(90deg,#1b1435 10%,#e30613 70%);border-radius:.5cm;box-sizing:content-box;position:absolute}.pourcentage1-horizontal,.pourcentage2-horizontal{position:inherit;display:block;width:1.6cm;top:3.5cm;font-family:play-bold;font-size:11pt;line-height:13pt;text-align:center;text-transform:uppercase;color:#000c}.titre_pannel-horizontal p{font-family:play-regular;font-size:12pt;line-height:16pt;position:relative;margin:0 auto;text-align:center;text-transform:uppercase;color:#fff}.team_name_A-horizontal{font-family:raleway-regular;color:#1b1435}.team_name_B-horizontal{font-family:raleway-regular;color:#e30613}.totmoy_name-horizontal{font-family:raleway-semibold;color:#000c}.rubrique_tab_stat_1_A-horizontal,.rubrique_tab_stat_2_A-horizontal,.rubrique_tab_stat_1_B-horizontal,.rubrique_tab_stat_2_B-horizontal,.rubrique_tab_stat-horizontal{font-family:play-bold;text-align:left;padding:.25cm .3cm;line-height:.5cm}.petite_rangee .colonne_type_1_1_A-horizontal p,.petite_rangee .colonne_type_1_2_A-horizontal p,.petite_rangee .colonne_type_2_1_A-horizontal p,.petite_rangee .colonne_type_2_2_A-horizontal p,.petite_rangee .colonne_type_1_1_B-horizontal p,.petite_rangee .colonne_type_1_2_B-horizontal p,.petite_rangee .colonne_type_2_1_B-horizontal p,.petite_rangee .colonne_type_2_2_B-horizontal p,.colonne_type_sous_rub_2_1_B_1-horizontal p,.colonne_type_sous_rub_2_2_B_1-horizontal p,.colonne_type_sous_rub_2_1_B_2-horizontal p,.colonne_type_sous_rub_2_2_B_2-horizontal p,.colonne_type_sous_rub_2_1_A_1-horizontal p,.colonne_type_sous_rub_2_2_A_1-horizontal p,.colonne_type_sous_rub_2_1_A_2-horizontal p,.colonne_type_sous_rub_2_2_A_2-horizontal p{line-height:.125cm;font-size:8pt;letter-spacing:-.5;font-family:play-regular}.titre_pannel_2-horizontal{font-family:play-bold;font-size:14pt;letter-spacing:-.2;line-height:16pt;text-transform:uppercase;color:#fff;display:block;border-top-left-radius:.5cm;border-top-right-radius:.5cm;padding-top:.25cm;padding-bottom:.25cm;background:linear-gradient(100deg,#1b1435 10%,#e30613 70%)}.sous_rubrique_tab_stat_1_A_1-horizontal,.sous_rubrique_tab_stat_1_A_2-horizontal,.sous_rubrique_tab_stat_2_A_1-horizontal,.sous_rubrique_tab_stat_2_A_2-horizontal,.sous_rubrique_tab_stat_1_B_1-horizontal,.sous_rubrique_tab_stat_1_B_2-horizontal,.sous_rubrique_tab_stat_2_B_1-horizontal,.sous_rubrique_tab_stat_2_B_2-horizontal{font-family:play-bold;text-align:left;padding:.125cm .3cm;line-height:.5cm}.bloc_barre_pourcent_g-horizontal p,.bloc_barre_pourcent_d-horizontal p,.bloc_petite_barre_pourcent-horizontal p{position:relative;display:block;font-family:play-bold;text-align:center;margin:0 auto}.categorie2_light-horizontal{font-family:play-regular;padding-top:.1cm}.categorie2-horizontal,.categorie2_sep-horizontal{font-family:play-bold}.categorie2_sep_2-horizontal,.categorie2_sep_2bis-horizontal{font-family:play-regular}.titre_players_comp-horizontal{font-family:play-bold;font-size:14pt;letter-spacing:-.2;line-height:16pt;text-transform:uppercase;color:#fff;border-top-left-radius:.5cm;border-top-right-radius:.5cm;padding-top:.25cm;padding-bottom:.25cm;text-align:left;background:#000;display:inline-flex;padding-left:.3cm;width:100%}.titre_pannel_club_team_2-horizontal{font-family:play-bold;font-size:14pt;letter-spacing:-.2;line-height:16pt;text-transform:uppercase;color:#fff;border-top-left-radius:.5cm;border-top-right-radius:.5cm;padding-top:.25cm;padding-bottom:.25cm;text-align:left;background:#e30613;display:inline-flex;padding-left:.3cm;width:100%}.tab_pannel_club-horizontal{margin-top:.5cm;display:block;position:relative;font-size:7pt;letter-spacing:-.5}.metric_name-horizontal{color:#000c;text-align:center;display:block;font-family:raleway-regular;text-transform:uppercase;width:1.3cm;word-wrap:break-word}.player_last_name-horizontal{font-size:9pt;letter-spacing:-.5;padding-right:0;font-family:play-bold;text-align:center;position:relative;margin:-3px 0 0}.player_last_name-horizontal span{font-size:7.5pt;letter-spacing:-.5;padding-right:0;font-family:play-regular;text-align:center;position:relative;margin:0}.name_player_comp_1-horizontal{width:4cm;background-color:#000;border-bottom-left-radius:.5cm;border-top-left-radius:.5cm;color:#fff}.name_player_comp_2-horizontal{width:4cm;background-color:#d6d6d6;color:#000;border-bottom-left-radius:.5cm;border-top-left-radius:.5cm}.metrics_player_comp_1-horizontal{width:1.3cm;background-color:#d6d6d6;color:#000;border-top:1px solid black;border-bottom:1px solid black}.metrics_player_comp_2-horizontal{width:1.3cm;background-color:#f5f1f1;color:#000}.name_player_t2_line_1-horizontal{width:4cm;background-color:#e30613;color:#fff;border-bottom-left-radius:.5cm;border-top-left-radius:.5cm}.name_player_t2_line_2-horizontal{width:4cm;background-color:#ffb4b8;color:#000;border-bottom-left-radius:.5cm;border-top-left-radius:.5cm}.radar_text_t1-horizontal{font-size:9pt;white-space:break-spaces;width:2cm;background:#1b1435;font-family:play-bold;color:#fff;padding:.1cm .12cm;border-radius:.5cm;text-align:center}.radar_value_t1-horizontal{border-radius:0 0 .5cm .5cm;margin-left:.7cm;font-size:9pt;margin-top:-20px;white-space:break-spaces;width:fit-content;background:#1b1435;font-family:play-bold;color:#fff;padding:.1cm .12cm}.radar_text_t2-horizontal{font-size:9pt;white-space:break-spaces;width:2cm;background:#e30613;font-family:play-bold;color:#fff;padding:.1cm .12cm;border-radius:.5cm;text-align:center}.radar_value_t2-horizontal{border-radius:0 0 .5cm .5cm;margin-left:.7cm;font-size:9pt;margin-top:-20px;white-space:break-spaces;width:fit-content;background:#e30613;font-family:play-bold;color:#fff;padding:.1cm .12cm}.table_competition_pdf_container{position:absolute;display:block;top:2cm;left:1cm;width:41cm}.table_competition_pdf{position:inherit;display:block;width:41cm;margin-top:.3cm;background-color:#fff;padding-bottom:.5cm}.table_competition_pdf_title{border-top-left-radius:.5cm;border-bottom-left-radius:.5cm;background-color:#1b1435;color:#fff;width:6cm;font-family:raleway-bold;text-align:center;font-size:"10pt";margin-bottom:0;text-transform:uppercase}.table_competition_pdf_subtitle{border-top-left-radius:.5cm;border-bottom-left-radius:.5cm;background-color:#d9d3ef;color:#1b1435;width:6cm;font-family:raleway-bold;text-align:center;font-size:"10pt";margin-bottom:0;text-transform:uppercase}.table_competition_pdf_competition_header{font-family:raleway-bold;text-align:"center";font-size:"14pt"}.table_competition_pdf_competition_value{font-family:raleway-regular;text-align:"center";font-size:"14pt";background:#9c9c9c;color:#fff}.table_competition_pdf_team_header{font-family:raleway-bold;text-align:"center";font-size:"14pt"}.table_competition_pdf_team_value{font-family:raleway-regular;text-align:"center";font-size:"14pt";background:#d9d3ef}.vertical_line_bold{top:-.4cm;position:absolute;height:98%;width:.08cm;border:none;color:transparent;background-color:transparent;border-left:.12cm solid #1b1435;border-radius:0}.vertical_line{top:-.4cm;position:absolute;height:98%;width:.04cm;border:none;color:transparent;background-color:transparent;border-left:.05cm dotted #1b1435;border-radius:0}.table_competition_pdf_rotated_title{transform:rotate(315deg);transform-origin:center;max-height:1.8cm;line-height:.3cm;max-width:3cm;align-content:center}.container-card-dream-team{position:relative;margin-top:10px;border-radius:10px;width:70%;color:#000;cursor:pointer}.player-number-dot{position:absolute;bottom:-20px;left:50%;transform:translate(-50%);width:30px;height:30px;background-color:#0d0334;border-radius:50%;display:flex;justify-content:center;align-items:center;color:#fff;font-size:25px}.dream_team_player_picture{height:100px;padding-top:5px}.dream_team_player_ipm{font-weight:900;font-size:30px;padding-left:5px}.dream_team_player_playing_time{font-weight:900;font-size:20px;padding-left:3px}.dream_team_player_surname{font-size:15px;font-weight:900;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding-left:10px}.bronze-grade,.silver-grade,.gold-grade,.blue-grade{background-position:center center;background-size:100% 100%;background-repeat:no-repeat;background-size:contain}.bronze-grade{background-image:url(/assets/bronze-SVGCPRPs.png)}.silver-grade{background-image:url(/assets/silver-DL_qHAB9.png)}.gold-grade{background-image:url(/assets/gold-D2jJh3UY.png)}.blue-grade{background-image:url(/assets/blue-CmNHxfRm.png)}._containerNotifications_p9wus_1{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:2rem}@media(max-width:768px){._containerNotifications_p9wus_1{padding:.625rem 0;flex-wrap:wrap;gap:.5rem}}._containerNotifications_p9wus_1 ._text_p9wus_15{align-items:flex-start;font-size:.95rem;color:#333;flex:1}@media(max-width:768px){._containerNotifications_p9wus_1 ._text_p9wus_15{font-size:.875rem}}._containerNotifications_p9wus_1 ._toggleButton_p9wus_26{margin-left:1rem}@media(max-width:768px){._containerNotifications_p9wus_1 ._toggleButton_p9wus_26{margin-left:.5rem}}._containerNotifications_p9wus_1 ._navigateToProfileButton_p9wus_34{padding:6px 14px;border:2px solid #d4d4d4;border-radius:12px;font-size:14px;background:#fff;cursor:pointer;transition:all .2s ease}._containerNotifications_p9wus_1 ._navigateToProfileButton_p9wus_34:hover{background:#f3f4f6;border-color:#9ca3af;box-shadow:0 1px 3px #0000001a}.pdf-page-vertical *,.pdf-page-no-background-vertical *,.pdf-page-horizontal *,.pdf-page-no-background-horizontal *{font-family:Roboto Flex,sans-serif!important;color:#000}.pdf-page-vertical{top:0;left:0;display:block;height:42cm;width:29.7cm;margin:0;padding:0;border:0;font-size:100%;font-family:Roboto Flex,sans-serif;background:linear-gradient(135deg,#1b1435 38%,#000 56%,#e30613);font-weight:900}.pdf-page-no-background-vertical{top:0;left:0;display:block;height:42cm;width:29.7cm;margin:0;padding:0;border:0;font-size:100%;font-family:Roboto Flex,sans-serif;font-weight:900}.titre_transition-vertical{font-weight:700;font-size:75pt;color:#1b1435;z-index:2;position:absolute;text-align:center;width:29.7cm;top:15cm}.titre_couv_part1-vertical,.titre_couv_part2-vertical,.titre_chapter-vertical,.titre_page-vertical{font-size:60pt;letter-spacing:-2;color:#fff;z-index:2;position:absolute;text-align:right;margin:0}.titre_couv_part1-vertical{display:block;top:1.5cm;text-align:center;text-shadow:none;width:29.7cm}.titre_couv_part2-vertical{display:block;top:4.5cm;text-align:center;text-shadow:none;width:29.7cm}.titre_chapter-vertical{display:block;top:14.4cm;text-align:right;width:29.7cm;color:#1b1435;transform:rotate(270deg);left:-13.5cm}.titre_page-vertical{display:block;top:.5cm;text-align:center;width:7.7cm;color:#1b1435;font-size:31pt;left:11cm;line-height:1cm}hr{width:42cm;border:none;height:.025cm}.vertical_blanc1-vertical{width:.08cm;top:.5cm;left:2.6cm;height:9.2cm;background-color:#fff;border-radius:.04cm;z-index:2;position:inherit;display:block}.horizontal_couv_blanc-vertical{width:.2cm;top:-15.5cm;left:-11cm;height:15cm;background-color:#fff;border-radius:.04cm;z-index:2;position:inherit;display:block;rotate:90deg}.vertical_blanc2-vertical{width:5.5cm;top:2.3cm;left:3.6cm;height:.08cm;background-color:#fff;border-radius:.04cm;z-index:2;position:absolute;display:none}.competition-vertical{position:relative;margin:0 auto;display:block;top:14.5cm;font-weight:700;font-size:28pt;line-height:30pt;text-align:center;text-transform:uppercase;color:#1b1435;z-index:3}.journee-vertical{display:block;position:relative;margin:0 auto;top:15.5cm;font-weight:700;font-size:14pt;line-height:16pt;color:#fff;padding:.05cm .12cm;background:linear-gradient(90deg,#1b1435 10%,#e30613 70%);border-radius:.5cm;box-sizing:content-box}.numero_journee-vertical{position:relative;margin:0 auto;width:fit-content;top:16.3cm;display:block;font-size:20pt;line-height:22pt;color:#000c;z-index:3}.equipes-vertical,.blasons-vertical{display:block;position:absolute;width:29.7cm;column-count:2;white-space:nowrap;z-index:2;top:10cm}.equipe-vertical{width:13cm;text-align:center;font-weight:700;font-size:25pt;text-transform:uppercase;color:#fff;display:inline-block;white-space:break-spaces;height:2cm;line-height:1cm;vertical-align:middle}.bloc_blason-vertical,.bloc_blason1-vertical,.bloc_blason2-vertical{position:absolute;display:block;width:8cm;height:8cm;top:2.5cm}.bloc_blason-vertical{position:absolute;right:.6cm}.bloc_blason1-vertical{left:2.5cm;background:#fff;border-radius:50%;border:solid #1b1435 .08cm}.bloc_blason2-vertical{right:2.5cm;background:#fff;border-radius:50%;border:solid #e30613 .08cm}.blason-vertical{max-height:6cm;max-width:6cm;min-height:4cm;min-width:4cm}.logo_couv-vertical{display:block;position:absolute;left:24.7cm;width:5cm;top:38cm}.logo_pages-vertical{display:block;position:absolute;left:27.7cm;width:2cm;top:40cm}.logo_transition-vertical{display:block;position:absolute;left:-31.3cm;width:78cm;opacity:.2}.competition-section-vertical{position:absolute;top:22cm;left:50%;transform:translate(-50%);text-align:center;z-index:10}.competition-logo-vertical{display:block;width:8cm;height:auto;margin:0 auto 1cm;object-fit:contain}.competition-info-vertical{margin-top:1cm}.competition-name-vertical{font-size:32pt;font-weight:700;color:#1b1435;margin:0 0 .5cm;text-align:center}.season-name-vertical{font-size:24pt;font-weight:600;color:#e30613;margin:0;text-align:center}.titres_pages-vertical{font-weight:700;font-size:40pt;text-transform:uppercase;color:#1b1435;text-shadow:.08cm 0 .05cm #e30613;z-index:2;text-align:right;position:relative;transform-origin:2.3cm 2.3cm;transform:rotate(-90deg);top:36.7cm;left:0;display:block;line-height:0}.sous-titres_pages-vertical,.sous-titres_pages_couv-vertical{z-index:3;text-align:center;position:absolute;display:block;width:29.7cm}.sous-titres_pages_couv-vertical{top:16cm}.competition_logo_couv-vertical{position:absolute;top:12cm;max-height:5.5cm;width:6cm;left:11.6cm}.compet-journee-vertical{font-weight:700;font-size:25pt;line-height:2cm;color:#fff;text-transform:uppercase;z-index:3;text-align:center;position:absolute;display:block;width:8cm;padding-top:.08cm;top:18cm;border-top:.1cm solid white;left:10.8cm}.date-heure-vertical{font-family:Roboto Flex,sans-serif;font-size:25pt;line-height:1cm;color:#fff;text-transform:uppercase;z-index:3;text-align:center;position:absolute;display:block;width:8cm}sup{font-size:.8em}.stade-vertical{position:absolute;top:.5cm;font-size:20pt;color:#000;width:9.7cm;text-align:center}.pelouse-vertical{position:absolute;top:2.5cm;font-size:21.5pt;color:#000;width:5cm;text-align:center}.terrain_couv-vertical{width:150px;top:40px;position:absolute;left:200px}.weather_couv-vertical{position:absolute;width:18cm;height:5cm;left:5.8cm;top:23.5cm;background:#ffffffc7;border:.08cm solid #ffffff;box-sizing:border-box;border-radius:.3cm}.weather_icon-vertical{width:140px;top:25px;position:absolute;left:40px}.weather_descr-vertical{position:absolute;color:#000;top:35;width:8cm;text-align:center;font-size:35;left:5.5cm}.weather_temp-vertical{position:absolute;color:#000;top:2.5cm;width:8cm;text-align:center;font-size:52;left:5.5cm}.wind_icon-vertical{width:109;top:.2cm;position:absolute;left:14cm}.wind_speed-vertical{position:absolute;color:#000;top:3.3cm;width:8cm;text-align:center;font-size:30;left:11.5cm}.stadium_couv-vertical{position:absolute;width:9.7cm;height:5cm;left:16cm;top:32cm;background:#ffffffc7;border:.08cm solid #ffffff;box-sizing:border-box;border-radius:.3cm}.referee_couv-vertical{position:absolute;width:9.7cm;height:5cm;left:4cm;top:32cm;background:#ffffffc7;border:.08cm solid #ffffff;box-sizing:border-box;border-radius:.3cm}.pannels-vertical{position:absolute;top:3cm;left:2cm;width:26cm;display:block;height:auto}.team1-vertical{width:16cm;position:absolute;display:block;left:0}.team1_petite-vertical{width:9cm;position:absolute}.milieu-vertical{width:10.92cm;position:absolute;display:block;left:9cm;height:25cm;top:3.9cm;margin-left:1.46cm;margin-right:1.46cm;border-right:dotted .08cm transparent;border-left:dotted .08cm transparent}.team2-vertical{width:16cm;position:absolute;display:block;right:0}.team2_petite-vertical{width:9cm;position:absolute}.composition-vertical{width:14cm;top:3cm;display:block;margin-left:0;position:relative}.composition2-vertical{width:14cm;top:3cm;display:block;margin-left:2cm;position:relative}.tab_composition-vertical,.tab_composition2-vertical{display:block;width:15cm;top:2.7cm;position:absolute;height:25cm}.tab_composition-vertical{margin-left:-1cm}.tab_composition2-vertical{margin-left:2cm}.tab_composition th-vertical,.tab_composition td-vertical,.tab_composition2 th-vertical,.tab_composition2 td-vertical{width:2cm;position:relative;border-spacing:0cm;padding:0}.tab_composition tr-vertical,.tab_composition2 tr-vertical{min-height:2.5cm;height:2.99cm;position:relative;border-spacing:0cm;padding:0}.titre-composition-vertical,.titre-remplaçants-vertical{letter-spacing:1;font-weight:700;display:block;font-size:14pt;line-height:25pt;color:#1b1435}.titre-graphique-vertical,.titre-graphique2-vertical{letter-spacing:1;font-weight:700;display:block;font-size:12pt;line-height:6pt;color:#000c;text-align:center}.titre-graphique-vertical{writing-mode:vertical-rl;text-orientation:upright;text-orientation:sideways;transform:rotate(180deg);height:9.5cm;width:1cm}.titre-composition2-vertical,.titre-remplaçants2-vertical{letter-spacing:1;font-weight:700;display:block;font-size:14pt;line-height:25pt;color:#e30613}.titre-composition-vertical,.titre-composition2-vertical{writing-mode:vertical-rl;text-orientation:upright;text-orientation:sideways;transform:rotate(180deg);height:7cm;width:1cm}.titre-remplaçants-vertical,.titre-remplaçants2-vertical{display:block;height:.3cm}.titre-meilleurs-vertical,.titre-meilleurs2-vertical{letter-spacing:1;font-weight:700;display:block;font-size:16pt;line-height:18pt;width:4cm;margin-left:5.25cm;text-align:center;text-transform:uppercase;padding:.05cm .12cm;border-radius:.5cm;color:#000c}.titre-meilleurs-vertical{border:.08cm solid #1b1435}.titre-meilleurs2-vertical{border:.08cm solid #e30613}.podium1-vertical{width:5cm;display:block;left:1.6cm;top:10cm;position:absolute}.podium2-vertical{width:8cm;right:1.4cm;top:17cm;position:absolute}.tab_podium1-vertical{display:block;width:5cm}.tab_podium2-vertical{display:block;width:6cm;top:18.5cm;right:2.65cm;position:absolute}.tab_podium1 th-vertical,.tab_podium1 td-vertical,.tab_podium2 th-vertical,.tab_podium2 td-vertical{width:2cm;position:relative;border-spacing:0cm;padding:0;border:solid transparent .08cm}.J-composition-vertical{color:#fff;background:#a8a8a8;text-align:center;text-transform:capitalize;font-size:9.5pt;min-height:30px;position:absolute;width:2cm;margin:.3cm auto 0;letter-spacing:-.5;word-wrap:break-word;-webkit-hyphens:auto;-moz-hyphens:auto;-ms-hyphens:auto;hyphens:auto}.J-composition span-vertical{font-family:Roboto Flex,sans-serif;font-size:8.5pt;letter-spacing:0}.j1-vertical,.j2-vertical,.j3-vertical{color:#fff;text-align:center;text-transform:capitalize;font-size:5.5pt;position:absolute;width:1cm}.tab_podium1 .j1-vertical,.tab_podium1 .j2-vertical,.tab_podium1 .j3-vertical{background:#1b1435;border:solid #1b1435 .01cm}.tab_podium2 .j1-vertical,.tab_podium2 .j2-vertical,.tab_podium2 .j3-vertical{background:#e30613;border:solid #e30613 .01cm}.j1-vertical{bottom:.6cm}.j2-vertical{bottom:-.1cm}.j3-vertical{bottom:.2cm}.p1j-vertical,.p2j-vertical,.p3j-vertical{width:.6cm;left:1cm;position:absolute;z-index:3}.p1-vertical,.p2-vertical,.p3-vertical{width:1.3cm;left:.65cm;position:absolute}.p1-vertical{bottom:1cm}.p1j-vertical{bottom:2cm}.p2-vertical{bottom:.05cm}.p2j-vertical{bottom:1.05cm}.p3-vertical{bottom:-.5cm}.p3j-vertical{bottom:.5cm}.placement-vertical{width:1.8cm;margin-left:.1cm;margin-right:.1cm;top:.2cm;position:relative}.pannel_centre-vertical{left:1.8cm;width:26cm;position:absolute;display:block;padding-bottom:1cm}.petit_pannel_T1-vertical,.petit_pannel_T2-vertical{top:3cm;width:14cm;position:relative;display:inline-block;padding-bottom:1cm}.petit_pannel_T2-vertical{left:.5cm}.pannel-vertical{left:2cm;position:absolute;top:3cm;width:26cm}.pannel_bottom_left-vertical{left:2cm;position:absolute;top:22cm;width:12.5cm}.pannel_bottom_right-vertical{left:15.5cm;position:absolute;top:22cm;width:12.5cm}.titre_pannel_team_1-vertical,.titre_pannel_team_2-vertical{font-weight:700;font-size:14pt;letter-spacing:0;line-height:16pt;text-transform:uppercase;color:#fff;display:block;border-top-left-radius:.5cm;border-top-right-radius:.5cm;padding-top:.25cm;padding-bottom:.25cm;top:.5cm;position:absolute}.titre_pannel_team_1-vertical{text-align:left;background:#1b1435;width:9cm;border-top-right-radius:0;left:.5cm;height:1cm;top:.5cm;line-height:.5cm}.titre_pannel_team_2-vertical{text-align:right;background:#e30613;width:9cm;border-top-left-radius:0;left:20.1cm;height:1cm;top:.5cm;line-height:.5cm}.titre_pannel_team_1-vertical p,.titre_pannel_team_2-vertical p{vertical-align:middle;display:inline-block;text-align:center;width:8cm;height:1cm;padding-left:.3cm;padding-right:.3cm}.blasons3-vertical{display:block;position:relative;margin:0 auto;width:100%;height:fit-content;z-index:2;position:absolute;top:.3cm}.team1-vertical .bloc4_blason-vertical,.team1_petite-vertical .bloc4_blason-vertical{position:absolute;left:6cm;width:1.8cm;height:1.8cm;background:#fff;border-radius:50%;border:solid #1b1435 .08cm}.team2-vertical .bloc4_blason-vertical,.team2_petite-vertical .bloc4_blason-vertical{position:absolute;right:6cm;width:1.8cm;height:1.8cm;background:#fff;border-radius:50%;border:solid #e30613 .08cm}.blason_taille_4-vertical{display:block;height:1.6cm;width:auto;margin:0 auto;padding-top:.1cm}.blason_taille-vertical{width:1.5cm;left:1cm;position:absolute}.titre_pannel-vertical,.titre_petit_pannel_T1-vertical,.titre_petit_pannel_T2-vertical{font-weight:700;font-size:14pt;letter-spacing:-.2;line-height:16pt;text-transform:uppercase;color:#fff;display:block;border-top-left-radius:.5cm;border-top-right-radius:.5cm;padding-top:.25cm;padding-bottom:.25cm;text-align:center;width:100%}.titre_pannel-vertical{background:linear-gradient(100deg,#1b1435 10%,#e30613 70%);height:fit-content}.titre_petit_pannel_T1-vertical{background:#1b1435}.titre_petit_pannel_T2-vertical{background:#e30613}.classement-joueurs-T1-vertical,.classement-joueurs-T2-vertical{width:16cm;top:3cm;position:relative}.classement-joueurs-T1-vertical{left:0}.classement-joueurs-T2-vertical{left:-6cm}.derniers-matchs-T1-vertical,.derniers-matchs-T2-vertical,.derniers-matchs-T1 .tab_petit_pannel-vertical,.tab_petit_pannel_T1-vertical,.tab_petit_pannel_T2-vertical,.derniers-matchs-T2 .tab_petit_pannel-vertical{width:14cm}.tab_pannel-vertical,.tab_petit_pannel-vertical,.tab_petit_pannel_T1-vertical,.tab_petit_pannel_T2-vertical{display:block;position:relative;border-bottom:.08cm solid}.tab_petit_pannel_T1-vertical{margin-top:0;border:solid #1b1435}.tab_petit_pannel_T2-vertical{margin-top:0;border:solid #e30613}.tab_petit_pannel tr-vertical{height:.8cm}.vertical_v-vertical,.vertical_b-vertical,.vertical_n-vertical,.vertical_n_light-vertical{height:120%;width:.08cm;border-radius:.04cm;border:none}.vertical_v-vertical{background:#1b1435}.vertical_b_dot-vertical,.vertical_b_dot_2-vertical{color:transparent;background-color:transparent;border-left:.06cm dotted #1b1435;height:95%;width:.08cm;border-radius:.04cm}.vertical_b-vertical{background:#e30613}.vertical_n-vertical{background:#000c;left:5.7cm}.vertical_n_light-vertical{border-left:.04cm dotted rgba(0-vertical,0,0,.8);width:.04cm;margin-left:.03cm}tr{height:.8cm}.classement-joueurs-T1 td-vertical{width:8cm}.clubs-vertical,.joueurs-vertical,.date-vertical,.tournoi-vertical,.chiffre-vertical,.note-vertical,.chiffre_light-vertical,.bonus-vertical{font-family:Roboto Flex,sans-serif;color:#000c;text-transform:capitalize;margin:0}.clubs-vertical,.joueurs-vertical,.note-vertical{font-size:11pt;text-align:left;letter-spacing:-.3px;width:inherit}.bonus-vertical{font-size:9pt;text-align:left;line-height:.5cm;text-transform:none;height:.4cm}.date-vertical,.tournoi-vertical,.chiffre-vertical,.chiffre_light-vertical{font-size:10pt;letter-spacing:-.3;text-align:center}.chiffre_light-vertical,.chiffre_2_light-vertical{font-family:Roboto Flex,sans-serif}.note-vertical{margin-right:.25cm}.rubrique_tab-vertical,.rubrique_tab_light-vertical{font-weight:700;font-size:10pt;line-height:10pt;text-align:center;text-transform:capitalize;letter-spacing:-.2}.rubrique_tab-vertical{color:#000c}.rubrique_tab_stat-vertical{color:#000c;font-size:9.5pt;letter-spacing:-.4}.rubrique_tab_light-vertical{color:#0009}.blason_tab-vertical{width:.5cm;max-height:.7cm}.score-vertical,.scoreW-vertical,.scoreL-vertical,.scoreD-vertical{text-align:center;text-transform:capitalize}.score-vertical{width:1.3cm;height:.6cm;font-size:10pt;line-height:15pt}.scoreW-vertical{width:1.3cm;height:.6cm;font-size:10pt;line-height:15pt;color:green}.scoreL-vertical{width:1.3cm;height:.6cm;font-size:10pt;line-height:15pt;color:red}.scoreD-vertical{width:1.3cm;height:.6cm;font-size:10pt;line-height:15pt;color:#000}.scoreL1-vertical,.scoreL2-vertical,.scoreL3-vertical{width:2cm;height:.8cm;font-size:10pt;line-height:10pt;border-radius:.35cm}.scoreL1 span-vertical,.scoreL2 span-vertical,.scoreL3 span-vertical{font-size:9pt;font-family:Roboto Flex,sans-serif}.position-vertical,.position_T1-vertical,.position_T2-vertical,.position_N-vertical,.victoire-vertical,.défaite-vertical,.nul-vertical{color:#fff;border-radius:50%;text-align:center;text-transform:capitalize;font-size:11pt;line-height:22pt;width:.8cm;height:.8cm;display:block}.position-vertical,.position_T2-vertical{background-color:#e30613}.position_T1-vertical{background-color:#1b1435}.position_N-vertical{background-color:#000c}.victoire-vertical{background-color:#1b1435}.défaite-vertical{background-color:#d30c14}.nul-vertical{background-color:#00f}.logo-pdf-page-vertical{display:block;position:absolute;left:38.2cm;width:3cm;top:26.2cm}.illu-affrontement-g-vertical,.illu-affrontement-d-vertical{display:block;position:absolute;width:18cm;top:16cm}.illu-affrontement-g-vertical{left:3cm}.illu-affrontement-d-vertical{left:21cm;transform:rotateY(180deg)}.sifflet_couv-vertical{width:2.5cm;left:3.5cm;top:.2cm;display:block;position:absolute}.nom-arbitre-couv-vertical{position:absolute;font-weight:700;text-align:center;line-height:18pt;width:9.7cm;top:3.7cm;color:#000c;font-size:23pt;z-index:10}.prenom-arbitre-couv-vertical{position:absolute;font-weight:700;text-align:center;line-height:18pt;width:9.7cm;top:2.5cm;color:#000c;font-size:23pt;z-index:10;text-transform:none}.categorie_class-vertical{display:block;position:absolute;left:8.5cm;top:.3cm;width:2cm;font-size:12pt;color:#1b1435;z-index:3}.titre_emphase1-vertical,.titre_emphase2-vertical{font-weight:700;font-size:16pt;line-height:18pt;text-align:center;text-transform:uppercase;border:.08cm solid #1b1435;border-radius:.5cm;padding:.05cm .12cm;margin:0 auto}.titre_emphase1-vertical{border:.08cm solid #1b1435}.titre_emphase2-vertical{border:.08cm solid #e30613}.titre_emphase-vertical{top:0;font-weight:700;font-size:14pt;line-height:16pt;text-align:center;text-transform:uppercase;color:#000c;display:block;padding-top:.08cm;margin:0 auto;border-top:.08cm solid;border-image:linear-gradient(90deg,#1b1435 10%,#e30613 70%) 10 10}.detail-vertical{font-family:Roboto Flex,sans-serif;font-size:12pt;line-height:20pt;text-align:center;text-transform:uppercase;color:#000c}.bloc_radar-vertical{position:absolute;width:13cm;height:16.3cm;top:6.5cm;left:7.8cm}.bloc_radar_arbitre-vertical{position:relative;width:16cm;height:10cm;top:6cm}.radar-vertical{position:absolute;top:3cm;left:0;margin-left:0}.radar_arbitre-vertical{position:absolute;top:3.4cm;left:3.5cm;margin-left:0}.pourcentage-radar1-vertical,.pourcentage-radar2-vertical,.pourcentage-radar-vertical{display:block;font-weight:700;font-size:11pt;line-height:11pt;color:#fff;padding:.1cm .12cm;border-radius:0 0 .2cm .2cm;box-sizing:content-box;text-align:center;position:absolute;white-space:nowrap;width:1cm}.pourcentage-radar1-vertical{background:#1b1435}.pourcentage-radar2-vertical{background:#e30613}.pourcentage-radar-vertical{background:#941131}.categorie-vertical{display:block;font-weight:700;font-size:11pt;line-height:11pt;color:#fff;padding:.1cm .12cm;background:linear-gradient(90deg,#1b1435 10%,#e30613 70%);border-radius:.4cm;box-sizing:content-box;position:absolute;text-align:center;white-space:nowrap;z-index:3}.categorie span-vertical{font-family:Roboto Flex,sans-serif}text{font-size:8pt;color:#000c}.donut text-vertical,.donut_moyen text-vertical{font-size:2pt;background-color:#000;display:block}.legende-vertical{width:100%;margin-left:6cm;position:absolute;bottom:0;font-size:11pt;line-height:20pt;font-family:Roboto Flex,sans-serif}.cercles_legende-vertical{bottom:0}.bloc_terrain-vertical{position:absolute;width:9cm;height:8cm;top:14.5cm;left:0}.terrain_g-vertical,.terrain_d-vertical{width:8cm;left:.5cm;position:absolute;margin-top:.6cm}.tab_terrain_g-vertical,.tab_terrain_d-vertical{position:absolute;height:9cm;width:9cm;z-index:3;margin-top:1.7cm}.tab_terrain_g-vertical{left:-.5cm}.tab_terrain_d-vertical{right:-.5cm}.fleche1-vertical{width:3.5cm;bottom:1.7cm;left:-1.2cm;margin-top:0;position:absolute}.fleche2-vertical{width:3.5cm;bottom:1.7cm;left:6.8cm;margin-top:0;position:absolute}.petit_blason-vertical{width:1cm;max-height:1cm;position:absolute;bottom:.5cm}.donnees-terrain1-vertical,.donnees-terrain2-vertical{background-color:#fff;border-radius:50%;width:1.5cm;height:1.5cm;font-weight:700;position:absolute;text-align:center;font-size:16pt;line-height:40pt}.donnees-terrain1-vertical{border:solid #1b1435 .06cm;color:#1b1435;left:4.2cm}.donnees-terrain2-vertical{border:solid #e30613 .06cm;color:#e30613;right:4.2cm}.legende-terrain1-vertical{position:relative;width:9cm;left:-.5cm;top:10.45cm}.legende-terrain2-vertical{position:relative;width:9cm;right:-.5cm;top:10.45cm}.tab_pannel-vertical{margin-top:.3cm;display:block;position:inherit;width:26cm}.bloc_barre_pourcent-vertical{width:8cm;display:block;position:relative;background:transparent;height:1.6cm;margin:0 auto;top:.25cm}.bloc_barre_pourcent_s-vertical{width:6cm;display:block;position:relative;background:transparent;height:1.6cm;margin:0 auto;top:.25cm}.fractions-vertical,.chiffre_bT1-vertical,.chiffre_bT2-vertical{font-size:16pt;line-height:12pt;text-align:center;text-transform:uppercase}.fractions-vertical{font-family:Roboto Flex,sans-serif;color:#000c}.chiffre_bT1-vertical,.chiffre_bT2-vertical{position:relative;top:-.1cm}.chiffre_bT1-vertical{color:#1b1435}.chiffre_bT2-vertical{color:#e30613}.chiffre_bT1 span-vertical,.chiffre_bT2 span-vertical{font-size:12pt;line-height:20pt;font-family:Roboto Flex,sans-serif}.categorie2-vertical,.moyenne-vertical{line-height:12.5pt;text-align:center;text-transform:uppercase;color:#000c}.categorie2-vertical{font-size:11pt;font-weight:700}.moyenne-vertical{font-size:10pt;font-family:Roboto Flex,sans-serif}.barre-vertical{width:100%;display:block;position:relative;top:.2cm;background-color:#e5e5e5;border-radius:.25cm}.barre-vertical,.pourcentage_barre_g-vertical,.pourcentage_barre_d-vertical,.curseur-moyenne-vertical{height:.5cm}.pourcentage_barre_g-vertical{left:0;border-bottom-left-radius:.25cm;border-top-left-radius:.25cm}.pourcentage_barre_d-vertical{right:0;border-bottom-right-radius:.25cm;border-top-right-radius:.25cm}.curseur-moyenne-vertical{left:0;border:none;border-right:.08cm solid white;background:transparent}.pourcentage_barre_g-vertical,.pourcentage_barre_d-vertical,.curseur-moyenne-vertical{position:absolute;display:block;width:var(--percentage)}.bloc_donut-vertical{position:relative;width:8cm;height:10cm;top:3cm;left:.5cm}.bloc_donut-horizontal{position:relative;width:11cm;height:6cm;display:flex;flex-direction:row;align-items:flex-start}.donut-horizontal{width:11cm;position:relative;display:flex;align-items:flex-start;justify-content:flex-start;overflow:visible;box-sizing:border-box}.legende-donut-horizontal{position:relative;width:6cm;z-index:3;display:block;margin-left:.5cm}.pourcentage-legende-donut-horizontal{font-size:10pt;line-height:.4cm;text-align:center;font-weight:700;padding-bottom:.05cm;width:2.8cm;margin:0}.item-donut-horizontal{font-size:9pt;text-align:center;font-weight:700;display:block;border-radius:.15cm;padding:.08cm;max-width:2.8cm;line-height:.5cm;margin:0;text-transform:uppercase}.donut-vertical{width:4.5cm;position:absolute;display:block;align-items:center;justify-content:center;overflow:hidden;box-sizing:border-box}.donut_moyen-vertical{top:.8cm;width:6.5cm;margin-left:.75cm;position:relative;display:block;align-items:center;justify-content:center;overflow:hidden;box-sizing:border-box}.legende-donut-vertical{position:absolute;width:8cm;z-index:3;display:block}.legende-donut_moyen-vertical{top:.25cm;position:relative;width:6.5cm;left:0;z-index:3;display:block;height:2cm}.item-donut-vertical,.legende-camembert-vertical{font-size:9pt;text-align:center;letter-spacing:-.5;font-weight:700;background:var(--fill);color:#fff;display:block;border-radius:.25cm;padding-top:.05cm;padding-bottom:.05cm;max-width:2cm;height:.7cm;line-height:.3cm}.legende-camembert-vertical{top:-6cm}.pourcentage-legende-donut-vertical{font-size:13.5pt;line-height:.5cm;text-align:center;font-weight:700;color:var(--fill);padding-bottom:.1cm;width:2cm}.semi-donut-arbitre-vertical{display:block;position:absolute;width:10cm;height:5cm;left:3cm;top:2cm}.semi-donut-vertical{transform:rotate(180deg);width:7.5cm;position:relative;margin:0 1.25cm;top:.5cm}.pourcentage1-vertical,.pourcentage2-vertical{position:inherit;display:block;width:1.6cm;top:4.5cm;font-weight:700;font-size:11pt;line-height:13pt;text-align:center;text-transform:uppercase;color:#000c}.pourcentage1-vertical{left:.2cm;text-align:left;padding-bottom:.1cm;border-bottom:solid .08cm #941131}.pourcentage2-vertical{right:.2cm;text-align:right;padding-bottom:.1cm;border-bottom:solid .08cm #3e113f}.graphique-vertical{width:10cm;top:.7cm;position:relative;margin-left:.5cm}.petit_blason_graphique-vertical{width:.5cm;height:.5cm}.petit-camembert-vertical{position:absolute;left:4.2cm}.petit-camembert-2-vertical{position:absolute;right:4.2cm}.petit-camembert text-vertical,.petit-camembert-2 text-vertical{font-size:14pt}.bloc_cartons-vertical{position:absolute;width:9cm;left:3.5cm;height:10cm;right:.08cm}.tableau_cartons-vertical{width:100%;position:absolute}.cartons-vertical{width:9cm;position:relative;height:1.2cm}.carton_1-vertical,.carton_2-vertical{width:1.2cm;height:1.2cm;display:block;position:absolute;top:-.5cm}.carton_1-vertical{left:.35cm}.carton_2-vertical{right:.35cm}.categorie2-vertical,.categorie2_sep-vertical{line-height:13pt;text-align:center;text-transform:uppercase;font-weight:700;color:#000c}.categorie2-vertical{font-size:11pt}.categorie2_sep-vertical{font-size:11pt;width:fit-content;display:block;padding-top:.1cm;border-top:.06cm dotted #1b1435}.petite_categorie_1-vertical,.petite_categorie_2-vertical{font-size:10pt;line-height:11pt;text-align:center;text-transform:uppercase;color:#fff;width:fit-content;display:block;font-weight:700;border-radius:.5cm;padding:.08cm .12cm}.petite_categorie_1-vertical{background-color:#941131}.petite_categorie_2-vertical{background-color:#0c6183}.fractions-vertical,.chiffre_b-vertical{line-height:14pt;text-align:center;text-transform:uppercase}.fractions-vertical{font-size:13pt;color:#000}.fractions span-vertical{font-size:9pt;display:block;padding-top:.3cm;font-family:Roboto Flex,sans-serif;color:#fff}.chiffre_b-vertical{font-size:14pt;color:#000}.player-vertical{position:absolute;color:#929292}.first_name_player-vertical{position:absolute;z-index:5;width:140;color:#fff;font-size:15;left:0;text-align:center;height:10}.last_name_player-vertical{position:absolute;z-index:5;width:140;color:#fff;font-size:15;left:0;text-align:center;height:20;top:15}.rectangle_player-vertical{position:absolute;z-index:0;background-color:#1b1435;border:2px solid black;width:140;height:30}.rectangle_player_2-vertical{position:absolute;z-index:0;background-color:#e30613;border:2px solid black;width:140;height:30}.bracket_box-vertical{position:absolute;border-radius:20px;text-align:center;font-weight:700;z-index:-1}.circle_player-vertical{width:30px;height:30px;border-radius:20px;background:#1b1435;z-index:10;position:absolute;border:2px solid black;top:-20;left:-15}.circle_player_2-vertical{width:30px;height:30px;border-radius:20px;background:#e30613;z-index:10;position:absolute;border:2px solid black;top:-20;left:-15}.poste_player-vertical{color:#fff;font-weight:700;font-size:23;text-align:center;position:absolute;z-index:11;top:-13;width:30;left:-13}.photo_player-vertical{height:90;width:70;position:absolute;top:-73;left:37}.radar-vertical{position:absolute;top:3.2cm;left:.3cm;margin-left:3.2cm}.categorie-vertical{display:block;font-weight:700;font-size:11pt;line-height:11pt;color:#fff;padding:.1cm .12cm;background:linear-gradient(90deg,#1b1435 10%,#e30613 70%);border-radius:.5cm;box-sizing:content-box;position:absolute}.pourcentage1-vertical,.pourcentage2-vertical{position:inherit;display:block;width:1.6cm;top:3.5cm;font-weight:700;font-size:11pt;line-height:13pt;text-align:center;text-transform:uppercase;color:#000c}.pourcentage1-vertical{left:.2cm;text-align:left;padding-bottom:.1cm;border-bottom:solid .08cm #1b1435}.pourcentage2-vertical{right:.2cm;text-align:right;padding-bottom:.1cm;border-bottom:solid .08cm #e30613}.occupation_globale-vertical{display:block;position:absolute;width:10cm;height:4cm;top:2cm;left:0}.possession_globale-vertical{left:16cm;top:2cm;display:block;position:absolute;width:10cm;height:4cm}.titre_pannel-vertical p{font-family:Roboto Flex,sans-serif;font-size:12pt;line-height:16pt;position:relative;margin:0 auto;text-align:center;text-transform:uppercase;color:#fff}.titre_pannel_2-vertical p{padding-left:.3cm}.tab_pannel_1-vertical{display:block;position:relative}.tab_pannel_3-vertical{display:block;position:relative;top:5.5cm}.petite_rangee-vertical{height:.5cm}.team_name_A-vertical,.team_name_B-vertical,.totmoy_name-vertical{transform-origin:50% 50%;font-size:8.5pt;width:.5cm;text-align:right;display:block;white-space:nowrap;letter-spacing:-.5}.team_name_A-vertical,.team_name_B-vertical,.totmoy_name-vertical{margin-left:-.3cm;line-height:8pt;transform:rotate(-35deg)}.team_name_A-vertical{font-family:Roboto Flex,sans-serif;color:#1b1435}.team_name_B-vertical{font-family:Roboto Flex,sans-serif;color:#e30613}.totmoy_name-vertical{font-family:Roboto Flex,sans-serif;color:#000c}.rubrique_tab_stat_1_A-vertical,.rubrique_tab_stat_2_A-vertical,.rubrique_tab_stat_1_B-vertical,.rubrique_tab_stat_2_B-vertical,.rubrique_tab_stat-vertical{font-weight:700;text-align:left;padding:.25cm .3cm;line-height:.5cm}.rubrique_tab_stat-vertical{color:#000c;font-size:9.5pt}.rubrique_tab_stat_2_A-vertical,.rubrique_tab_stat_2_B-vertical{margin-right:.15cm}.rubrique_tab_stat_2_A-vertical{color:#1b1435;font-size:9pt;letter-spacing:-.3;border-left:.06cm solid #1b1435;border-bottom:.04cm dotted #1b1435}.rubrique_tab_stat_1_B-vertical{background-color:#000;border-bottom-left-radius:.25cm;border-top-left-radius:.25cm;color:#fff;font-size:9pt;letter-spacing:-.3}.rubrique_tab_stat_2_B-vertical{color:#e30613;font-size:9pt;letter-spacing:-.3;border-left:.06cm solid #e30613;border-bottom:.04cm dotted #e30613}.colonne_type_1_1_A-vertical,.colonne_type_1_2_A-vertical,.colonne_type_2_1_A-vertical,.colonne_type_2_2_A-vertical,.colonne_type_1_1_B-vertical,.colonne_type_1_2_B-vertical,.colonne_type_2_1_B-vertical,.colonne_type_2_2_B-vertical{height:max-content}.colonne_type_1_1_A-vertical{background-color:#00cc99b3}.colonne_type_1_1_A_comp-vertical{background-color:#0c9}.colonne_type_sous_rub_1_1_A_1_comp-vertical{background-color:#019583}.colonne_type_sous_rub_1_1_A_1-vertical{background-color:#68b5a8}.colonne_type_sous_rub_1_1_A_2_comp-vertical{background-color:#0c6183}.colonne_type_sous_rub_1_1_A_2-vertical{background-color:#5f91a8}.colonne_type_1_2_A-vertical{background-color:#00cc994d}.colonne_type_sous_rub_1_2_A_1-vertical{background-color:#c0dfda}.colonne_type_sous_rub_1_2_A_1-vertical p{color:#1b1435}.colonne_type_sous_rub_1_2_A_2-vertical{background-color:#bbcfda}.colonne_type_sous_rub_1_2_A_2-vertical p{color:#0c6183}.colonne_type_2_1_A-vertical,.colonne_type_sous_rub_2_1_A_1-vertical,.colonne_type_sous_rub_2_1_A_2-vertical{background-color:#a8a8a8}.colonne_type_2_1_A_comp-vertical,.colonne_type_sous_rub_2_1_A_1_comp-vertical,.colonne_type_sous_rub_2_1_A_2_comp-vertical{background-color:#1b1435}.colonne_type_2_2_A-vertical,.colonne_type_sous_rub_2_2_A_1-vertical,.colonne_type_sous_rub_2_2_A_2-vertical{background-color:#e5e5e5}.colonne_type_sous_rub_2_2_A_1-vertical p{color:#1b1435}.colonne_type_sous_rub_2_2_A_2-vertical p{color:#0c6183}.colonne_type_1_1_B-vertical,.colonne_type_1_1_B_comp-vertical{background-color:#000}.colonne_type_sous_rub_1_1_B_1_comp-vertical{background-color:#3e113f}.colonne_type_sous_rub_1_1_B_1-vertical{background-color:#795979}.colonne_type_sous_rub_1_1_B_2_comp-vertical{background-color:#941131}.colonne_type_sous_rub_1_1_B_2-vertical{background-color:#b65e6f}.colonne_type_1_2_B-vertical{background-color:#9f9f9f}.colonne_type_sous_rub_1_2_B_1-vertical{background-color:#c5b7c5}.colonne_type_sous_rub_1_2_B_1-vertical p{color:#3e113f}.colonne_type_sous_rub_1_2_B_2-vertical{background-color:#e1bac0}.colonne_type_sous_rub_1_2_B_2-vertical p{color:#941131}.colonne_type_2_1_B-vertical,.colonne_type_sous_rub_2_1_B_1-vertical,.colonne_type_sous_rub_2_1_B_2-vertical{background-color:#df8288}.colonne_type_2_1_B_comp-vertical,.colonne_type_sous_rub_2_1_B_1_comp-vertical,.colonne_type_sous_rub_2_1_B_2_comp-vertical{background-color:#e30613}.colonne_type_2_2_B-vertical,.colonne_type_sous_rub_2_2_B_1-vertical,.colonne_type_sous_rub_2_2_B_2-vertical{background-color:#ffdcde}.colonne_type_sous_rub_2_2_B_1-vertical p{color:#3e113f}.colonne_type_sous_rub_2_2_B_2-vertical p{color:#941131}.colonne_type_1_1_A-vertical p,.colonne_type_1_2_A-vertical p,.colonne_type_2_1_A-vertical p,.colonne_type_2_2_A-vertical p,.colonne_type_1_1_B-vertical p,.colonne_type_1_2_B-vertical p,.colonne_type_2_1_B-vertical p,.colonne_type_2_2_B-vertical p{font-size:8.5pt;letter-spacing:-.5}.colonne_type_1_1_B_comp-vertical p,.colonne_type_1_2_B_comp-vertical p,.colonne_type_1_1_A_comp-vertical p,.colonne_type_1_2_A_comp-vertical p,.colonne_type_2_1_B_comp-vertical p,.colonne_type_2_2_B_comp-vertical p,.colonne_type_2_1_A_comp-vertical p,.colonne_type_2_2_A_comp-vertical p{font-size:9pt;letter-spacing:-.5}.colonne_type_1_1_A-vertical p,.colonne_type_2_1_A-vertical p,.colonne_type_1_1_B-vertical p,.colonne_type_2_1_B-vertical p,.colonne_type_sous_rub_1_1_A_1-vertical p,.colonne_type_sous_rub_1_1_A_2-vertical p,.colonne_type_sous_rub_2_1_A_1-vertical p,.colonne_type_sous_rub_2_1_A_2-vertical p,.colonne_type_sous_rub_1_1_B_1-vertical p,.colonne_type_sous_rub_1_1_B_2-vertical p,.colonne_type_sous_rub_2_1_B_1-vertical p,.colonne_type_sous_rub_2_1_B_2-vertical p{color:#000}.colonne_type_2_1_B_comp-vertical p,.colonne_type_sous_rub_2_1_B_1_comp-vertical p,.colonne_type_sous_rub_2_1_B_2_comp-vertical p,.colonne_type_2_1_A_comp-vertical p,.colonne_type_sous_rub_2_1_A_1_comp-vertical p,.colonne_type_sous_rub_2_1_A_2_comp-vertical p,.colonne_type_sous_rub_1_1_B_2_comp-vertical p,.colonne_type_sous_rub_1_1_B_1_comp-vertical p,.colonne_type_sous_rub_1_1_A_1_comp-vertical p,.colonne_type_sous_rub_1_1_A_2_comp-vertical p,.colonne_type_1_1_A_comp-vertical p,.colonne_type_1_1_B_comp-vertical p{color:#fff}.colonne_type_1_2_A-vertical p,.colonne_type_2_2_A-vertical p,.colonne_type_1_2_B-vertical p,.colonne_type_2_2_B-vertical p{color:#1b1435}.petite_rangee .colonne_type_1_1_A-vertical p,.petite_rangee .colonne_type_1_2_A-vertical p,.petite_rangee .colonne_type_2_1_A-vertical p,.petite_rangee .colonne_type_2_2_A-vertical p,.petite_rangee .colonne_type_1_1_B-vertical p,.petite_rangee .colonne_type_1_2_B-vertical p,.petite_rangee .colonne_type_2_1_B-vertical p,.petite_rangee .colonne_type_2_2_B-vertical p,.colonne_type_sous_rub_2_1_B_1-vertical p,.colonne_type_sous_rub_2_2_B_1-vertical p,.colonne_type_sous_rub_2_1_B_2-vertical p,.colonne_type_sous_rub_2_2_B_2-vertical p,.colonne_type_sous_rub_2_1_A_1-vertical p,.colonne_type_sous_rub_2_2_A_1-vertical p,.colonne_type_sous_rub_2_1_A_2-vertical p,.colonne_type_sous_rub_2_2_A_2-vertical p{line-height:.125cm;font-size:8pt;letter-spacing:-.5;font-family:Roboto Flex,sans-serif}.sous_rubrique .colonne_type_sous_rub_1_1_A_1-vertical p,.sous_rubrique .colonne_type_sous_rub_1_1_A_2-vertical p,.sous_rubrique .colonne_type_sous_rub_1_2_A_1-vertical p,.sous_rubrique .colonne_type_sous_rub_1_2_A_2-vertical p,.sous_rubrique .colonne_type_sous_rub_2_1_A_1-vertical p,.sous_rubrique .colonne_type_sous_rub_2_1_A_2-vertical p,.sous_rubrique .colonne_type_sous_rub_2_2_A_1-vertical p,.sous_rubrique .colonne_type_sous_rub_2_2_A_2-vertical p,.sous_rubrique .colonne_type_sous_rub_1_1_B_1-vertical p,.sous_rubrique .colonne_type_sous_rub_1_1_B_2-vertical p,.sous_rubrique .colonne_type_sous_rub_1_2_B_1-vertical p,.sous_rubrique .colonne_type_sous_rub_1_2_B_2-vertical p,.sous_rubrique .colonne_type_sous_rub_2_1_B_1-vertical p,.sous_rubrique .colonne_type_sous_rub_2_1_B_2-vertical p,.sous_rubrique .colonne_type_sous_rub_2_2_B_1-vertical p,.sous_rubrique .colonne_type_sous_rub_2_2_B_2-vertical p,.colonne_type_sous_rub_2_1_B_1_comp-vertical p,.colonne_type_sous_rub_2_1_B_2_comp-vertical p,.colonne_type_sous_rub_2_1_A_1_comp-vertical p,.colonne_type_sous_rub_2_1_A_2_comp-vertical p,.colonne_type_sous_rub_1_1_B_2_comp-vertical p,.colonne_type_sous_rub_1_1_B_1_comp-vertical p,.colonne_type_sous_rub_1_1_A_1_comp-vertical p,.colonne_type_sous_rub_1_1_A_2_comp-vertical p{line-height:.5cm;font-size:8.5pt}.titre_pannel_2-vertical{font-weight:700;font-size:14pt;letter-spacing:-.2;line-height:16pt;text-transform:uppercase;color:#fff;display:block;border-top-left-radius:.5cm;border-top-right-radius:.5cm;padding-top:.25cm;padding-bottom:.25cm;background:linear-gradient(100deg,#1b1435 10%,#e30613 70%)}.sous_rubrique_tab_stat_1_A_1-vertical,.sous_rubrique_tab_stat_1_A_2-vertical,.sous_rubrique_tab_stat_2_A_1-vertical,.sous_rubrique_tab_stat_2_A_2-vertical,.sous_rubrique_tab_stat_1_B_1-vertical,.sous_rubrique_tab_stat_1_B_2-vertical,.sous_rubrique_tab_stat_2_B_1-vertical,.sous_rubrique_tab_stat_2_B_2-vertical{font-weight:700;text-align:left;padding:.125cm .3cm;line-height:.5cm}.sous_rubrique .sous_rubrique_tab_stat_1_A_1-vertical,.sous_rubrique .sous_rubrique_tab_stat_1_A_2-vertical,.sous_rubrique .sous_rubrique_tab_stat_2_A_1-vertical,.sous_rubrique .sous_rubrique_tab_stat_2_A_2-vertical,.sous_rubrique .sous_rubrique_tab_stat_1_B_1-vertical,.sous_rubrique .sous_rubrique_tab_stat_1_B_2-vertical,.sous_rubrique .sous_rubrique_tab_stat_2_B_1-vertical,.sous_rubrique .sous_rubrique_tab_stat_2_B_2-vertical{padding:0 .3cm;line-height:.5cm}.sous_rubrique_tab_stat_2_A_1-vertical{color:#1b1435;font-size:8.5pt;border-left:.04cm solid #1b1435;letter-spacing:-.3;border-radius:0}.sous_rubrique_tab_stat_2_A_2-vertical{color:#0c6183;font-size:8.5pt;border-left:.04cm solid #0c6183;letter-spacing:-.3;border-radius:0}.sous_rubrique_tab_stat_2_B_1-vertical{color:#e30613;font-size:8.5pt;border-left:.04cm solid #e30613;letter-spacing:-.3;border-radius:0}.sous_rubrique_tab_stat_2_B_2-vertical{color:#941131;font-size:8.5pt;border-left:.04cm solid #941131;letter-spacing:-.3;border-radius:0}.bloc_barre_pourcent_g-vertical,.bloc_barre_pourcent_d-vertical{width:10cm;display:block;position:relative;background:transparent;height:.5cm}.bloc_barre_pourcent_g-vertical{left:0}.bloc_barre_pourcent_d-vertical{right:0}.barre_gauche-vertical,.barre_droite-vertical{top:-.3cm}.barre_gauche-vertical,.barre_droite-vertical,.petite_barre_gauche-vertical,.petite_barre_droite-vertical{width:100%;display:block;position:relative;background-color:#e5e5e5}.barre_gauche-vertical,.barre_droite-vertical,.pourcentage_barre_g-vertical,.pourcentage_barre_d-vertical{height:.38cm}.petite_barre_gauche-vertical,.petite_barre_droite-vertical,.petite_pourcentage_barre_g-vertical,.petite_pourcentage_barre_d-vertical{height:.2cm}.barre_gauche-vertical,.pourcentage_barre_g-vertical,.petite_barre_gauche-vertical,.petite_pourcentage_barre_g-vertical{left:0;border-bottom-right-radius:.25cm;border-top-right-radius:.25cm}.barre_droite-vertical,.pourcentage_barre_d-vertical,.petite_barre_droite-vertical,.petite_pourcentage_barre_d-vertical{right:0;border-bottom-left-radius:.25cm;border-top-left-radius:.25cm}.pourcentage_barre_g-vertical,.pourcentage_barre_d-vertical,.petite_pourcentage_barre_g-vertical,.petite_pourcentage_barre_d-vertical{position:absolute;display:block;width:var(--percentage)}.pourcentage_barre_g-vertical{background-color:#1b1435}.pourcentage_barre_d-vertical{background-color:#e30613}.petite_pourcentage_barre_g-vertical,.petite_pourcentage_barre_d-vertical{background-color:var(--fill)}.bloc_barre_pourcent_g-vertical p,.bloc_barre_pourcent_d-vertical p,.bloc_petite_barre_pourcent-vertical p{position:relative;display:block;font-weight:700;text-align:center;margin:0 auto}.bloc_barre_pourcent_g-vertical p,.bloc_barre_pourcent_d-vertical p{font-size:11.5pt;line-height:9.5pt;top:-.32cm;z-index:2}.bloc_barre_pourcent_g-vertical p{color:#1b1435}.bloc_barre_pourcent_d-vertical p{color:#e30613}.bloc_petite_barre_pourcent-vertical p{color:#000c;font-size:9pt;line-height:9pt;top:.02cm;z-index:2}.categorie2-vertical,.categorie2_sep-vertical,.categorie2_sep_2-vertical,.categorie2_sep_2bis-vertical,.categorie2_light-vertical,.categorie2_sep_3-vertical,.categorie2_sep_3bis-vertical{font-size:13pt;line-height:12.5pt;text-align:center;text-transform:uppercase;color:#000c}.categorie2_light-vertical{font-family:Roboto Flex,sans-serif;padding-top:.1cm}.categorie2-vertical,.categorie2_sep-vertical{font-weight:700}.categorie2_sep-vertical,.categorie2_sep_2-vertical,.categorie2_sep_2bis-vertical{width:4.3cm;display:block;margin-top:.1cm;padding-bottom:.25cm;border-bottom:.05cm solid;border-image:linear-gradient(90deg,#1b1435 10%,#e30613 70%) 10 10}.categorie2_sep_2-vertical,.categorie2_sep_2bis-vertical{font-family:Roboto Flex,sans-serif}.categorie2_sep_2-vertical{margin-top:.15cm}.players_left-vertical{width:19cm;position:absolute;display:block;left:-3cm}.players_right-vertical{width:19cm;position:absolute;display:block;left:12.5cm}.podium-vertical{width:10cm;display:block;margin-left:4.5cm;margin-right:4.5cm;position:relative;left:1cm}.podium2-vertical{width:10cm;top:3.5cm;display:block;margin-left:4.5cm;margin-right:4.5cm;position:relative;left:5}table{border-spacing:0}.tab_podium-vertical{display:block;width:7.8cm;height:6cm;top:5.8cm;left:5.7cm;position:absolute}.tab_podium th-vertical,.tab_podium td-vertical{width:2.6cm;position:relative;border-spacing:0cm;padding:0}.pannel_club-vertical{top:-1.4cm;width:29.7cm;position:inherit;display:block;margin:0 auto}.titre_pannel_club_team_1-vertical{font-weight:700;font-size:14pt;letter-spacing:-.2;line-height:16pt;text-transform:uppercase;color:#fff;display:block;border-top-left-radius:.5cm;border-top-right-radius:.5cm;padding-top:.25cm;padding-bottom:.25cm;text-align:left;background:#1b1435;display:inline-flex;padding-left:.3cm;width:100%}.titre_pannel_club_team_2-vertical{font-weight:700;font-size:14pt;letter-spacing:-.2;line-height:16pt;text-transform:uppercase;color:#fff;display:block;border-top-left-radius:.5cm;border-top-right-radius:.5cm;padding-top:.25cm;padding-bottom:.25cm;text-align:left;background:#e30613;display:inline-flex;padding-left:.3cm;width:100%}.tab_pannel_club-vertical{margin-top:.5cm;display:block;position:relative;font-size:7pt;letter-spacing:-.5}.metric_name-vertical{transform-origin:50% 50%;color:#000c;text-align:left;display:block;transform:rotate(-70deg);font-size:8pt;font-family:Roboto Flex,sans-serif;text-transform:uppercase;width:2.5cm;position:absolute;padding:0;margin-left:-.4cm}.player_last_name-vertical{font-size:9pt;letter-spacing:-.5;padding-right:0;font-weight:700;text-align:center;position:relative}.player_first_name-vertical{font-size:7.5pt;letter-spacing:-.5;padding-right:0;font-family:Roboto Flex,sans-serif;text-align:center;position:relative}.name_player_t1_line_1-vertical{width:3cm;background-color:#1b1435;border-bottom-left-radius:.5cm;border-top-left-radius:.5cm;color:#fff}.name_player_t1_line_2-vertical{width:3cm;background-color:#c8c2e1;border-bottom-left-radius:.5cm;border-top-left-radius:.5cm;color:#000}.colonne_t1_line_1_col_1-vertical{width:1cm;background-color:#c3bdd3;color:#000}.colonne_t1_line_1_col_2-vertical{width:1cm;background-color:#968dac;color:#000}.colonne_t1_line_2_col_1-vertical{width:1cm;background-color:#f1f0f5;color:#000}.colonne_t1_line_2_col_2-vertical{width:1cm;background-color:#c8c2e1;color:#000}.rank_team_1-vertical{background:#fff;border-radius:1cm;width:1cm;height:1cm;border:solid #1b1435;color:#1b1435}.rank_team_2-vertical{background:#fff;border-radius:1cm;width:1cm;height:1cm;border:solid #e30613;color:#e30613}.rank_team_first-vertical{background:gold;border-radius:1cm;width:1cm;height:1cm;border:solid black;color:#000}.rank_team_second-vertical{background:silver;border-radius:1cm;width:1cm;height:1cm;border:solid black;color:#000}.rank_team_third-vertical{background:peru;border-radius:1cm;width:1cm;height:1cm;border:solid black;color:#fff}.rank_team_text-vertical{text-align:center;font-size:14pt;height:1cm;line-height:1cm;color:inherit}.radar_text-vertical{font-size:7pt;white-space:break-spaces;width:2cm;font-weight:700;color:#fff;padding:.1cm .12cm;border-radius:.5cm;text-align:center}.radar_value-vertical{border-radius:0 0 .5cm .5cm;margin-left:.7cm;font-size:6pt;margin-top:-20px;white-space:break-spaces;width:fit-content;font-weight:700;color:#fff;padding:.1cm .12cm}@page{margin:0;size:A4 landscape}.pdf-page-horiontal-horizontal *,.pdf-page-no-background-horizontal *{font-family:Roboto Flex,sans-serif!important}.pdf-page-horiontal-horizontal{top:0;left:0;display:block;height:29.7cm;width:42cm;margin:0;padding:0;border:0;font-size:100%;font-family:Roboto Flex,sans-serif;background:linear-gradient(135deg,#1b1435 38%,#000 56%,#e30613);font-weight:900}.pdf-page-no-background-horizontal{top:0;left:0;display:block;height:29.7cm;width:42cm;margin:0;padding:0 0 2cm;border:0;font-size:100%;font-family:Roboto Flex,sans-serif;font-weight:900;box-sizing:border-box}.couverture-horizontal{display:block;height:29.7cm;width:42cm;position:absolute;padding:0}.background-horizontal-horizontal{width:30cm;height:43cm;background:linear-gradient(135deg,#1b1435 38%,#000 56%,#e30613);z-index:-1;position:absolute}header-horizontal-horizontal{position:relative}.titre_transition-horizontal{font-family:Roboto Flex,sans-serif;font-size:75pt;color:#1b1435;z-index:2;position:absolute;text-align:center;width:42cm;top:15cm}.titre_couv_part1-horizontal,.titre_couv_part2-horizontal,.titre_chapter-horizontal,.titre_page-horizontal{font-size:60pt;letter-spacing:-2;color:#fff;z-index:2;position:absolute;text-align:right;margin:0}.titre_couv_part1-horizontal{display:block;top:1.5cm;text-align:center;text-shadow:none;width:42cm}.titre_couv_part2-horizontal{display:block;top:4.5cm;text-align:center;text-shadow:none;width:42cm}.titre_chapter-horizontal{display:block;top:14.4cm;text-align:right;width:42cm;color:#1b1435;transform:rotate(270deg);left:-13.5cm}.titre_page-horizontal{display:block;top:.5cm;text-align:center;width:12cm;color:#1b1435;font-size:31pt;left:15cm;line-height:1cm}.header-section-horizontal{position:absolute;top:1cm;left:0;width:100%;display:flex;flex-direction:column;align-items:center;text-align:center;z-index:10}.titre_page-centered-horizontal{font-size:40pt;font-weight:900;color:#1b1435;margin:0;font-family:Roboto Flex,sans-serif;letter-spacing:-1px}hr-horizontal-horizontal{width:42cm;border:none;height:.025cm}.vertical_blanc1-horizontal{width:.08cm;top:.5cm;left:2.6cm;height:9.2cm;background-color:#fff;border-radius:.04cm;z-index:2;position:inherit;display:block}.horizontal_couv_blanc-horizontal{width:.2cm;top:-15.5cm;left:-11cm;height:15cm;background-color:#fff;border-radius:.04cm;z-index:2;position:inherit;display:block;rotate:90deg}.vertical_blanc2-horizontal{width:5.5cm;top:2.3cm;left:3.6cm;height:.08cm;background-color:#fff;border-radius:.04cm;z-index:2;position:absolute;display:none}.competition-horizontal{position:relative;margin:0 auto;display:block;top:14.5cm;font-family:Roboto Flex,sans-serif;font-size:28pt;line-height:30pt;text-align:center;text-transform:uppercase;color:#1b1435;z-index:3}.journee-horizontal{display:block;position:relative;margin:0 auto;top:15.5cm;font-family:Roboto Flex,sans-serif;font-size:14pt;line-height:16pt;color:#fff;padding:.05cm .12cm;background:linear-gradient(90deg,#1b1435 10%,#e30613 70%);border-radius:.5cm;box-sizing:content-box}.numero_journee-horizontal{position:relative;margin:0 auto;width:fit-content;top:16.3cm;display:block;font-size:20pt;line-height:22pt;color:#000c;z-index:3}.equipes-horizontal,.blasons-horizontal{display:block;position:absolute;width:42cm;column-count:2;white-space:nowrap;z-index:2;top:10cm}.equipe-horizontal{width:13cm;text-align:center;font-family:Roboto Flex,sans-serif;font-size:25pt;text-transform:uppercase;color:#fff;display:inline-block}.bloc_blason-horizontal,.bloc_blason1-horizontal,.bloc_blason2-horizontal{position:absolute;display:block;width:8cm;height:8cm;top:2.5cm}.bloc_blason-horizontal{position:absolute;right:.6cm}.bloc_blason1-horizontal{left:2.5cm;background:#fff;border-radius:50%;border:solid #1b1435 .08cm}.bloc_blason2-horizontal{right:2.5cm;background:#fff;border-radius:50%;border:solid #e30613 .08cm}.blason-horizontal{position:absolute;max-height:6cm;max-width:6cm;margin:.15cm;left:1cm;top:1cm}.logo_couv-horizontal{display:block;position:absolute;left:24.7cm;width:5cm;top:38cm}.logo_pages-horizontal{display:block;position:absolute;left:40cm;width:2cm;top:27.7cm}.logo_transition-horizontal{display:block;position:absolute;left:-31.3cm;width:78cm;opacity:.2}.titres_pages-horizontal{font-family:Roboto Flex,sans-serif;font-size:40pt;text-transform:uppercase;color:#1b1435;text-shadow:.08cm 0 .05cm #e30613;z-index:2;text-align:right;position:relative;transform-origin:2.3cm 2.3cm;transform:rotate(-90deg);top:36.7cm;left:0;display:block;line-height:0}.sous-titres_pages-horizontal,.sous-titres_pages_couv-horizontal{z-index:3;text-align:center;position:absolute;display:block;width:42cm}.sous-titres_pages_couv-horizontal{top:16cm}.competition_logo_couv-horizontal{position:absolute;top:12cm;max-height:5.5cm;width:6cm;left:11.6cm}.compet-journee-horizontal{position:absolute;top:18cm;font-family:Roboto Flex,sans-serif;font-size:30pt;line-height:2cm;color:#fff;text-transform:uppercase;z-index:3;text-align:center;width:8cm;padding-top:.08cm;border-top:.1cm solid white;left:10.8cm}.date-heure-horizontal{font-family:Roboto Flex,sans-serif;font-size:25pt;line-height:1cm;color:#fff;text-transform:uppercase;z-index:3;text-align:center;position:absolute;display:block;width:8cm}sup-horizontal{font-size:.8em}.stade-horizontal{position:absolute;top:.5cm;font-size:24pt;color:#000;width:9.7cm;text-align:center}.pelouse-horizontal{position:absolute;top:2.5cm;font-size:21.5pt;color:#000;width:5cm;text-align:center}.terrain_couv-horizontal{width:150;top:40;position:absolute;left:200}.weather_couv-horizontal{position:absolute;width:18cm;height:5cm;left:5.8cm;top:23.5cm;background:#ffffffc7;border:.08cm solid #ffffff;box-sizing:border-box;border-radius:.3cm}.weather_icon-horizontal{width:140;top:25;position:absolute;left:40}.weather_descr-horizontal{position:absolute;color:#000;top:35;width:8cm;text-align:center;font-size:35;left:5.5cm}.weather_temp-horizontal{position:absolute;color:#000;top:2.5cm;width:8cm;text-align:center;font-size:52;left:5.5cm}.wind_icon-horizontal{width:109;top:.2cm;position:absolute;left:14cm}.wind_speed-horizontal{position:absolute;color:#000;top:3.3cm;width:8cm;text-align:center;font-size:30;left:11.5cm}.stadium_couv-horizontal{position:absolute;width:9.7cm;height:5cm;left:16cm;top:32cm;background:#ffffffc7;border:.08cm solid #ffffff;box-sizing:border-box;border-radius:.3cm}.referee_couv-horizontal{position:absolute;width:9.7cm;height:5cm;left:4cm;top:32cm;background:#ffffffc7;border:.08cm solid #ffffff;box-sizing:border-box;border-radius:.3cm}.pannels-horizontal{position:absolute;top:3cm;left:2cm;width:26cm;display:block;height:auto}.team1-horizontal{width:16cm;position:absolute;display:block;left:0}.team1_petite-horizontal{width:9cm;position:absolute}.milieu-horizontal{width:10.92cm;position:absolute;display:block;left:9cm;height:25cm;top:3.9cm;margin-left:1.46cm;margin-right:1.46cm;border-right:dotted .08cm transparent;border-left:dotted .08cm transparent}.team2-horizontal{width:16cm;position:absolute;display:block;right:0}.team2_petite-horizontal{width:9cm;position:absolute}.composition-horizontal{width:14cm;top:3cm;display:block;margin-left:0;position:relative}.composition2-horizontal{width:14cm;top:3cm;display:block;margin-left:2cm;position:relative}.tab_composition-horizontal,.tab_composition2-horizontal{display:block;width:15cm;top:2.7cm;position:absolute;height:25cm}.tab_composition-horizontal{margin-left:-1cm}.tab_composition2-horizontal{margin-left:2cm}.tab_composition-horizontal th,.tab_composition-horizontal td,.tab_composition2-horizontal th,.tab_composition2-horizontal td{width:2cm;position:relative;border-spacing:0cm;padding:0}.tab_composition-horizontal tr,.tab_composition2-horizontal tr{min-height:2.5cm;height:2.99cm;position:relative;border-spacing:0cm;padding:0}.titre-composition-horizontal,.titre-remplaçants-horizontal{letter-spacing:1;font-family:Roboto Flex,sans-serif;display:block;font-size:14pt;line-height:25pt;color:#1b1435}.titre-graphique-horizontal,.titre-graphique2-horizontal{letter-spacing:1;font-family:Roboto Flex,sans-serif;display:block;font-size:12pt;line-height:6pt;color:#000c;text-align:center}.titre-graphique-horizontal{writing-mode:vertical-rl;text-orientation:upright;text-orientation:sideways;transform:rotate(180deg);height:9.5cm;width:1cm}.titre-composition2-horizontal,.titre-remplaçants2-horizontal{letter-spacing:1;font-family:Roboto Flex,sans-serif;display:block;font-size:14pt;line-height:25pt;color:#e30613}.titre-composition-horizontal,.titre-composition2-horizontal{writing-mode:vertical-rl;text-orientation:upright;text-orientation:sideways;transform:rotate(180deg);height:7cm;width:1cm}.titre-remplaçants-horizontal,.titre-remplaçants2-horizontal{display:block;height:.3cm}.titre-meilleurs-horizontal,.titre-meilleurs2-horizontal{letter-spacing:1;font-family:Roboto Flex,sans-serif;display:block;font-size:16pt;line-height:18pt;width:4cm;margin-left:5.25cm;text-align:center;text-transform:uppercase;padding:.05cm .12cm;border-radius:.5cm;color:#000c}.titre-meilleurs-horizontal{border:.08cm solid #1b1435}.titre-meilleurs2-horizontal{border:.08cm solid #e30613}.podium1-horizontal{width:8cm;display:block;left:1.6cm;top:10cm;position:absolute}.podium2-horizontal{width:8cm;right:1.4cm;top:17cm;position:absolute}.tab_podium1-horizontal{display:block;width:6cm;top:11.5cm;left:2.375cm;position:absolute}.tab_podium2-horizontal{display:block;width:6cm;top:18.5cm;right:2.65cm;position:absolute}.tab_podium1-horizontal th,.tab_podium1-horizontal td,.tab_podium2-horizontal th,.tab_podium2-horizontal td{width:2cm;position:relative;border-spacing:0cm;padding:0;border:solid transparent .08cm}.J-composition-horizontal{color:#fff;background:#a8a8a8;text-align:center;text-transform:capitalize;font-size:9.5pt;min-height:30px;position:absolute;width:2cm;margin:.3cm auto 0;letter-spacing:-.5;word-wrap:break-word;-webkit-hyphens:auto;-moz-hyphens:auto;-ms-hyphens:auto;hyphens:auto}.J-composition-horizontal span{font-family:Roboto Flex,sans-serif;font-size:8.5pt;letter-spacing:0}.j1-horizontal,.j2-horizontal,.j3-horizontal{color:#fff;text-align:center;text-transform:capitalize;font-size:9.5pt;position:absolute;width:2cm}.tab_podium1-horizontal .j1-horizontal,.tab_podium1-horizontal .j2-horizontal,.tab_podium1-horizontal .j3-horizontal{background:#1b1435;border:solid #1b1435 .01cm}.tab_podium2-horizontal .j1-horizontal,.tab_podium2-horizontal .j2-horizontal,.tab_podium2-horizontal .j3-horizontal{background:#e30613;border:solid #e30613 .01cm}.j1-horizontal{bottom:.6cm}.j2-horizontal{bottom:-.1cm}.j3-horizontal{bottom:.2cm}.p1j-horizontal,.p2j-horizontal,.p3j-horizontal{width:.6cm;left:1cm;position:absolute;z-index:3}.p1-horizontal,.p2-horizontal,.p3-horizontal{width:1.3cm;left:.65cm;position:absolute}.p1-horizontal,.j1-horizontal{bottom:1cm}.p1j-horizontal{bottom:2cm}.p2-horizontal,.j2-horizontal{bottom:.05cm}.p2j-horizontal{bottom:1.05cm}.p3-horizontal,.j3-horizontal{bottom:-.5cm}.p3j-horizontal{bottom:.5cm}.placement-horizontal{width:1.8cm;margin-left:.1cm;margin-right:.1cm;top:.2cm;position:relative}.pannel_centre-horizontal{left:1.8cm;width:18cm;position:absolute;display:block;padding-bottom:1cm}.petit_pannel_T1-horizontal,.petit_pannel_T2-horizontal{top:3cm;width:14cm;position:relative;display:inline-block;padding-bottom:1cm}.petit_pannel_T1-horizontal{left:.5cm}.petit_pannel_T2-horizontal{left:1cm}.pannel-horizontal{left:2cm;position:absolute;top:3cm;width:26cm}.pannel_bottom_left-horizontal{left:2cm;position:absolute;top:22cm;width:12.5cm}.pannel_bottom_right-horizontal{left:15.5cm;position:absolute;top:22cm;width:12.5cm}.titre_pannel_team_1-horizontal,.titre_pannel_team_2-horizontal{font-family:Roboto Flex,sans-serif;font-size:14pt;letter-spacing:0;line-height:16pt;text-transform:uppercase;color:#fff;display:block;border-top-left-radius:.5cm;border-top-right-radius:.5cm;padding-top:.25cm;padding-bottom:.25cm;top:.5cm;position:absolute}.titre_pannel_team_1-horizontal{text-align:left;background:#1b1435;width:12cm;border-top-right-radius:0;left:1cm}.titre_pannel_team_2-horizontal{text-align:right;background:#e30613;width:12cm;border-top-left-radius:0;left:29cm}.titre_pannel_team_1-horizontal p,.titre_pannel_team_2-horizontal p{width:11cm;text-align:center;padding-left:.3cm;padding-right:.3cm}.blasons3-horizontal{display:block;position:relative;margin:0 auto;width:100%;height:fit-content;z-index:2;position:absolute;top:.3cm}.team1-horizontal .bloc4_blason-horizontal,.team1_petite-horizontal .bloc4_blason-horizontal{position:absolute;left:6cm;width:1.8cm;height:1.8cm;background:#fff;border-radius:50%;border:solid #1b1435 .08cm}.team2-horizontal .bloc4_blason-horizontal,.team2_petite-horizontal .bloc4_blason-horizontal{position:absolute;right:6cm;width:1.8cm;height:1.8cm;background:#fff;border-radius:50%;border:solid #e30613 .08cm}.blason_taille_4-horizontal{display:block;height:1.6cm;width:auto;margin:0 auto;padding-top:.1cm}.blason_taille-horizontal{width:1.5cm;left:1cm;position:absolute}.titre_pannel-horizontal,.titre_petit_pannel_T1-horizontal,.titre_petit_pannel_T2-horizontal{font-family:Roboto Flex,sans-serif;font-size:14pt;letter-spacing:-.2;line-height:16pt;text-transform:uppercase;color:#fff;display:block;border-top-left-radius:.5cm;border-top-right-radius:.5cm;padding-top:.25cm;padding-bottom:.25cm;text-align:center;width:100%}.titre_pannel-horizontal{background:linear-gradient(100deg,#1b1435 10%,#e30613 70%)}.titre_petit_pannel_T1-horizontal{background:#1b1435}.titre_petit_pannel_T2-horizontal{background:#e30613}.classement-joueurs-T1-horizontal,.classement-joueurs-T2-horizontal{width:16cm;top:3cm;position:relative}.classement-joueurs-T1-horizontal{left:0}.classement-joueurs-T2-horizontal{left:-6cm}.derniers-matchs-T1-horizontal,.derniers-matchs-T2-horizontal,.derniers-matchs-T1-horizontal .tab_petit_pannel-horizontal,.tab_petit_pannel_T1-horizontal,.tab_petit_pannel_T2-horizontal,.derniers-matchs-T2-horizontal .tab_petit_pannel-horizontal{width:14cm}.tab_petit_pannel-horizontal,.tab_petit_pannel_T1-horizontal,.tab_petit_pannel_T2-horizontal{margin-top:.1cm;display:block;position:relative;border-bottom:.08cm solid;border-image:linear-gradient(90deg,#1b1435 10%,#e30613 70%) 10 10;padding-bottom:.5cm}.tab_petit_pannel_T1-horizontal{margin-top:0;border:solid #1b1435}.tab_petit_pannel_T2-horizontal{margin-top:0;border:solid #e30613}.tab_petit_pannel-horizontal tr{height:.8cm}.vertical_v-horizontal,.vertical_b-horizontal,.vertical_n-horizontal,.vertical_n_light-horizontal,.vertical_b_dot-horizontal,.horizontal_v-horizontal,.horizontal_b-horizontal{top:-.4cm;position:absolute;height:100%;width:.08cm;border-radius:.04cm;border:none}.vertical_v-horizontal{background:#1b1435;margin-left:-2px}.horizontal_v-horizontal{background:#1b1435;left:.5cm;width:98.7%;height:.08cm;margin-top:-3px;top:auto}.vertical_b_dot-horizontal,.vertical_b_dot_2-horizontal{width:0;color:transparent;background-color:transparent;border-left:.06cm dotted #1b1435;border-radius:0}.vertical_b-horizontal{background:#e30613;margin-left:-2px}.horizontal_b-horizontal{background:#e30613;left:.5cm;width:98.7%;height:.08cm;margin-top:-3px;top:auto}.vertical_n-horizontal{background:#000c;left:5.7cm}.vertical_n_light-horizontal{border-left:.04cm dotted rgba(0,0,0,.8);width:.04cm;margin-left:.03cm}tr-horizontal{height:.8cm}.classement-joueurs-T1-horizontal td{width:8cm}.clubs-horizontal,.joueurs-horizontal,.date-horizontal,.tournoi-horizontal,.chiffre-horizontal,.note-horizontal,.chiffre_light-horizontal,.bonus-horizontal{font-family:Roboto Flex,sans-serif;color:#000c;text-transform:capitalize;line-height:13pt}.clubs-horizontal,.joueurs-horizontal,.note-horizontal{font-size:11pt;text-align:left;letter-spacing:-.3;width:inherit;margin:0}.bonus-horizontal{font-size:9pt;text-align:left;line-height:.5cm;text-transform:none;height:.4cm}.date-horizontal,.tournoi-horizontal,.chiffre-horizontal,.chiffre_light-horizontal{font-size:10pt;letter-spacing:-.3;text-align:center}.chiffre_light-horizontal,.chiffre_2_light-horizontal{font-family:Roboto Flex,sans-serif}.note-horizontal{margin-right:.25cm}.rubrique_tab-horizontal,.rubrique_tab_light-horizontal{font-family:Roboto Flex,sans-serif;font-size:10pt;line-height:10pt;text-align:center;text-transform:capitalize;letter-spacing:-.2}.rubrique_tab-horizontal{color:#000c}.rubrique_tab_stat-horizontal{color:#000c;font-size:9.5pt;letter-spacing:-.4}.rubrique_tab_light-horizontal{color:#0009}.blason_tab-horizontal{width:.5cm;max-height:.7cm}.score-horizontal,.scoreW-horizontal,.scoreL-horizontal,.scoreD-horizontal{text-align:center;text-transform:capitalize}.score-horizontal{width:1.3cm;height:.6cm;font-size:10pt;line-height:15pt}.scoreW-horizontal{width:1.3cm;height:.6cm;font-size:10pt;line-height:15pt;color:green}.scoreL-horizontal{width:1.3cm;height:.6cm;font-size:10pt;line-height:15pt;color:red}.scoreD-horizontal{width:1.3cm;height:.6cm;font-size:10pt;line-height:15pt;color:#000}.scoreL1-horizontal,.scoreL2-horizontal,.scoreL3-horizontal{width:2cm;height:.8cm;font-size:10pt;line-height:10pt;border-radius:.35cm}.scoreL1-horizontal span,.scoreL2-horizontal span,.scoreL3-horizontal span{font-size:9pt;font-family:Roboto Flex,sans-serif}.position-horizontal,.position_T1-horizontal,.position_T2-horizontal,.position_N-horizontal,.victoire-horizontal,.défaite-horizontal,.nul-horizontal{color:#fff;border-radius:50%;text-align:center;text-transform:capitalize;font-size:11pt;line-height:22pt;width:.8cm;height:.8cm;display:block}.position-horizontal,.position_T2-horizontal{background-color:#e30613}.position_T1-horizontal{background-color:#1b1435}.position_N-horizontal{background-color:#000c}.victoire-horizontal{background-color:#1b1435}.défaite-horizontal{background-color:#d30c14}.nul-horizontal{background-color:#00f}.logo-horizontal{display:block;position:absolute;left:38.2cm;width:3cm;top:26.2cm}.illu-affrontement-g-horizontal,.illu-affrontement-d-horizontal{display:block;position:absolute;width:18cm;top:16cm}.illu-affrontement-g-horizontal{left:3cm}.illu-affrontement-d-horizontal{left:21cm;transform:rotateY(180deg)}.sifflet_couv-horizontal{width:2.5cm;left:3.5cm;top:.2cm;display:block;position:absolute}.nom-arbitre-couv-horizontal{position:absolute;font-family:Roboto Flex,sans-serif;text-align:center;line-height:18pt;width:9.7cm;top:3.7cm;color:#000c;font-size:27pt;z-index:10}.prenom-arbitre-couv-horizontal{position:absolute;font-family:Roboto Flex,sans-serif;text-align:center;line-height:18pt;width:9.7cm;top:2.5cm;color:#000c;font-size:27pt;z-index:10;text-transform:none}.categorie_class-horizontal{display:block;position:absolute;left:8.5cm;top:.3cm;width:2cm;font-size:12pt;color:#1b1435;z-index:3}.titre_emphase1-horizontal,.titre_emphase2-horizontal{font-family:Roboto Flex,sans-serif;font-size:16pt;line-height:18pt;text-align:center;text-transform:uppercase;background-color:#fff;border:.08cm solid #1b1435;border-radius:.5cm;padding:.05cm .12cm;margin:0 auto}.titre_emphase1-horizontal{border:.08cm solid #1b1435}.titre_emphase2-horizontal{border:.08cm solid #e30613}.titre_emphase-horizontal{top:0;font-family:Roboto Flex,sans-serif;font-size:14pt;line-height:16pt;text-align:center;text-transform:uppercase;color:#000c;display:block;padding-top:.08cm;margin:0 auto;border-top:.08cm solid;border-image:linear-gradient(90deg,#1b1435 10%,#e30613 70%) 10 10}.detail-horizontal{font-family:Roboto Flex,sans-serif;font-size:12pt;line-height:20pt;text-align:center;text-transform:uppercase;color:#000c}.bloc_radar-horizontal{position:absolute;width:16cm;height:16.3cm;top:6.5cm;left:7.8cm}.bloc_radar_arbitre-horizontal{position:relative;width:16cm;height:10cm;top:6cm}.radar-horizontal{position:absolute;top:3cm;left:0;margin-left:0}.radar_arbitre-horizontal{position:absolute;top:3.4cm;left:3.5cm;margin-left:0}.pourcentage-radar1-horizontal,.pourcentage-radar2-horizontal,.pourcentage-radar-horizontal{display:block;font-family:Roboto Flex,sans-serif;font-size:11pt;line-height:11pt;color:#fff;padding:.1cm .12cm;border-radius:0 0 .2cm .2cm;box-sizing:content-box;text-align:center;position:absolute;white-space:nowrap;width:1cm}.pourcentage-radar1-horizontal{background:#1b1435}.pourcentage-radar2-horizontal{background:#e30613}.pourcentage-radar-horizontal{background:#941131}.categorie-horizontal{display:block;font-family:Roboto Flex,sans-serif;font-size:11pt;line-height:11pt;color:#fff;padding:.1cm .12cm;background:linear-gradient(90deg,#1b1435 10%,#e30613 70%);border-radius:.4cm;box-sizing:content-box;position:absolute;text-align:center;white-space:nowrap;z-index:3}.categorie-horizontal span{font-family:Roboto Flex,sans-serif}text-horizontal{font-size:8pt;color:#000c}.donut-horizontal text,.donut_moyen-horizontal text{font-size:2pt;background-color:#000;display:block}.legende-horizontal{width:100%;margin-left:6cm;position:absolute;bottom:0;font-size:11pt;line-height:20pt;font-family:Roboto Flex,sans-serif}.cercles_legende-horizontal{bottom:0}.bloc_terrain-horizontal{position:absolute;width:9cm;height:8cm;top:14.5cm;left:0}.terrain_g-horizontal,.terrain_d-horizontal{width:8cm;left:.5cm;position:absolute;margin-top:.6cm}.tab_terrain_g-horizontal,.tab_terrain_d-horizontal{position:absolute;height:9cm;width:9cm;z-index:3;margin-top:1.7cm}.tab_terrain_g-horizontal{left:-.5cm}.tab_terrain_d-horizontal{right:-.5cm}.fleche1-horizontal{width:3.5cm;bottom:1.7cm;left:-1.2cm;margin-top:0;position:absolute}.fleche2-horizontal{width:3.5cm;bottom:1.7cm;left:6.8cm;margin-top:0;position:absolute}.petit_blason-horizontal{width:1cm;max-height:1cm;position:absolute;bottom:.5cm}.donnees-terrain1-horizontal,.donnees-terrain2-horizontal{background-color:#fff;border-radius:50%;width:1.5cm;height:1.5cm;font-family:Roboto Flex,sans-serif;position:absolute;text-align:center;font-size:16pt;line-height:40pt}.donnees-terrain1-horizontal{border:solid #1b1435 .06cm;color:#1b1435;left:4.2cm}.donnees-terrain2-horizontal{border:solid #e30613 .06cm;color:#e30613;right:4.2cm}.legende-terrain1-horizontal{position:relative;width:9cm;left:-.5cm;top:10.45cm}.legende-terrain2-horizontal{position:relative;width:9cm;right:-.5cm;top:10.45cm}.tab_pannel-horizontal{margin-top:.3cm;display:block;position:inherit;width:18cm;background-color:#fff;padding-bottom:.5cm}.bloc_barre_pourcent-horizontal{width:8cm;display:block;position:relative;background:transparent;height:1.6cm;margin:0 auto}.bloc_barre_pourcent_s-horizontal{width:6cm;display:block;position:relative;background:transparent;height:1.6cm;margin:0 auto;top:.25cm}.fractions-horizontal,.chiffre_bT1-horizontal,.chiffre_bT2-horizontal{font-size:16pt;line-height:12pt;text-align:center;text-transform:uppercase}.fractions-horizontal{font-family:Roboto Flex,sans-serif;color:#000c}.chiffre_bT1-horizontal,.chiffre_bT2-horizontal{position:relative;top:-.1cm}.chiffre_bT1-horizontal{color:#1b1435}.chiffre_bT2-horizontal{color:#e30613}.chiffre_bT1-horizontal span,.chiffre_bT2-horizontal span{font-size:12pt;line-height:20pt;font-family:Roboto Flex,sans-serif}.categorie2-horizontal,.moyenne-horizontal{line-height:12.5pt;text-align:center;text-transform:uppercase;color:#000c}.categorie2-horizontal{font-size:11pt;font-family:Roboto Flex,sans-serif}.moyenne-horizontal{font-size:10pt;font-family:Roboto Flex,sans-serif}.barre-horizontal{width:100%;display:block;position:relative;top:.2cm;background-color:#e5e5e5;border-radius:.25cm}.barre-horizontal,.pourcentage_barre_g-horizontal,.pourcentage_barre_d-horizontal,.curseur-moyenne-horizontal{height:.5cm}.pourcentage_barre_g-horizontal{left:0;border-bottom-left-radius:.25cm;border-top-left-radius:.25cm}.pourcentage_barre_d-horizontal{right:0;border-bottom-right-radius:.25cm;border-top-right-radius:.25cm}.curseur-moyenne-horizontal{left:0;border:none;border-right:.08cm solid white;background:transparent}.pourcentage_barre_g-horizontal,.pourcentage_barre_d-horizontal,.curseur-moyenne-horizontal{position:absolute;display:block;width:var(--percentage)}.bloc_donut-horizontal{position:relative;width:12cm;height:10cm;top:3cm;left:.5cm}.donut-horizontal{width:4.5cm;position:absolute;display:block;align-items:center;justify-content:center;overflow:hidden;box-sizing:border-box}.donut_moyen-horizontal{top:.8cm;width:6.5cm;margin-left:.75cm;position:relative;display:block;align-items:center;justify-content:center;overflow:hidden;box-sizing:border-box}.legende-donut-horizontal{position:absolute;width:8cm;z-index:3;display:block}.legende-donut_moyen-horizontal{top:.25cm;position:relative;width:6.5cm;left:0;z-index:3;display:block;height:2cm}.item-donut-horizontal,.legende-camembert-horizontal{font-size:9pt;text-align:center;letter-spacing:-.5;font-family:Roboto Flex,sans-serif;background:var(--fill);color:#fff;display:block;border-radius:.25cm;padding-top:.05cm;padding-bottom:.05cm;max-width:2cm;height:.7cm;line-height:.3cm}.legende-camembert-horizontal{top:-6cm}.pourcentage-legende-donut-horizontal{font-size:13.5pt;line-height:.5cm;text-align:center;font-family:Roboto Flex,sans-serif;color:var(--fill);padding-bottom:.1cm;width:2cm}.semi-donut-arbitre-horizontal{display:block;position:absolute;width:10cm;height:5cm;left:3cm;top:2cm}.semi-donut-horizontal{transform:rotate(180deg);width:7.5cm;position:relative;margin:0 1.25cm;top:.5cm}.pourcentage1-horizontal,.pourcentage2-horizontal{position:inherit;display:block;width:1.6cm;top:4.5cm;font-family:Roboto Flex,sans-serif;font-size:11pt;line-height:13pt;text-align:center;text-transform:uppercase;color:#000c}.pourcentage1-horizontal{left:.2cm;text-align:left;padding-bottom:.1cm;border-bottom:solid .08cm #941131}.pourcentage2-horizontal{right:.2cm;text-align:right;padding-bottom:.1cm;border-bottom:solid .08cm #3e113f}.graphique-horizontal{width:10cm;top:.7cm;position:relative;margin-left:.5cm}.petit_blason_graphique-horizontal{width:.5cm;height:.5cm}.petit-camembert-horizontal{position:absolute;left:4.2cm}.petit-camembert-2-horizontal{position:absolute;right:4.2cm}.petit-camembert-horizontal text,.petit-camembert-2-horizontal text{font-size:14pt}.bloc_cartons-horizontal{position:absolute;width:9cm;left:3.5cm;height:10cm;right:.08cm}.tableau_cartons-horizontal{width:100%;position:absolute}.cartons-horizontal{width:9cm;position:relative;height:1.2cm}.carton_1-horizontal,.carton_2-horizontal{width:1.2cm;height:1.2cm;display:block;position:absolute;top:-.5cm}.carton_1-horizontal{left:.35cm}.carton_2-horizontal{right:.35cm}.categorie2-horizontal,.categorie2_sep-horizontal{line-height:13pt;text-align:center;text-transform:uppercase;font-family:Roboto Flex,sans-serif;color:#000c}.categorie2-horizontal{font-size:11pt}.categorie2_sep-horizontal{font-size:11pt;width:fit-content;display:block;padding-top:.1cm;border-top:.06cm dotted #1b1435}.petite_categorie_1-horizontal,.petite_categorie_2-horizontal{font-size:10pt;line-height:11pt;text-align:center;text-transform:uppercase;color:#fff;width:fit-content;display:block;font-family:Roboto Flex,sans-serif;border-radius:.5cm;padding:.08cm .12cm}.petite_categorie_1-horizontal{background-color:#941131}.petite_categorie_2-horizontal{background-color:#0c6183}.fractions-horizontal,.chiffre_b-horizontal{line-height:14pt;text-align:center;text-transform:uppercase}.fractions-horizontal{font-size:13pt;color:#000}.fractions-horizontal span{font-size:9pt;display:block;padding-top:.3cm;font-family:Roboto Flex,sans-serif;color:#fff}.chiffre_b-horizontal{font-size:14pt;color:#000}.player-horizontal{position:absolute;color:#929292}.first_name_player-horizontal{position:absolute;z-index:5;width:140;color:#fff;font-size:15;left:0;text-align:center;height:10}.last_name_player-horizontal{position:absolute;z-index:5;width:140;color:#fff;font-size:15;left:0;text-align:center;height:20;top:15}.rectangle_player-horizontal{position:absolute;z-index:0;background-color:#1b1435;border:2px solid black;width:140;height:30}.rectangle_player_2-horizontal{position:absolute;z-index:0;background-color:#e30613;border:2px solid black;width:140;height:30}.bracket_box-horizontal{position:absolute;border-radius:20px;text-align:center;font-weight:700;z-index:-1}.circle_player-horizontal{width:30px;height:30px;border-radius:20px;background:#1b1435;z-index:10;position:absolute;border:2px solid black;top:-20;left:-15}.circle_player_2-horizontal{width:30px;height:30px;border-radius:20px;background:#e30613;z-index:10;position:absolute;border:2px solid black;top:-20;left:-15}.poste_player-horizontal{color:#fff;font-weight:700;font-size:23;text-align:center;position:absolute;z-index:11;top:-13;width:30;left:-13}.photo_player-horizontal{height:90;width:70;position:absolute;top:-73;left:37}.radar-horizontal{position:absolute;top:3.2cm;left:.3cm;margin-left:3.2cm}.categorie-horizontal{display:block;font-family:Roboto Flex,sans-serif;font-size:11pt;line-height:11pt;color:#fff;padding:.1cm .12cm;background:linear-gradient(90deg,#1b1435 10%,#e30613 70%);border-radius:.5cm;box-sizing:content-box;position:absolute}.pourcentage1-horizontal,.pourcentage2-horizontal{position:inherit;display:block;width:1.6cm;top:3.5cm;font-family:Roboto Flex,sans-serif;font-size:11pt;line-height:13pt;text-align:center;text-transform:uppercase;color:#000c}.pourcentage1-horizontal{left:.2cm;text-align:left;padding-bottom:.1cm;border-bottom:solid .08cm #1b1435}.pourcentage2-horizontal{right:.2cm;text-align:right;padding-bottom:.1cm;border-bottom:solid .08cm #e30613}.occupation_globale-horizontal{display:block;position:absolute;width:10cm;height:4cm;top:2cm;left:0}.possession_globale-horizontal{left:16cm;top:2cm;display:block;position:absolute;width:10cm;height:4cm}.titre_pannel-horizontal p{font-family:Roboto Flex,sans-serif;font-size:12pt;line-height:16pt;position:relative;margin:0 auto;text-align:center;text-transform:uppercase;color:#fff}.titre_pannel_2-horizontal p{padding-left:.3cm}.tab_pannel_1-horizontal{display:block;position:relative}.tab_pannel_3-horizontal{display:block;position:relative;top:5.5cm}.petite_rangee-horizontal{height:.5cm}.team_name_A-horizontal,.team_name_B-horizontal,.totmoy_name-horizontal{transform-origin:50% 50%;font-size:8.5pt;width:.5cm;text-align:right;display:block;white-space:nowrap;letter-spacing:-.5}.team_name_A-horizontal,.team_name_B-horizontal,.totmoy_name-horizontal{margin-left:-.3cm;line-height:8pt;transform:rotate(-35deg)}.team_name_A-horizontal{font-family:Roboto Flex,sans-serif;color:#1b1435}.team_name_B-horizontal{font-family:Roboto Flex,sans-serif;color:#e30613}.totmoy_name-horizontal{font-family:Roboto Flex,sans-serif;color:#000c}.rubrique_tab_stat_1_A-horizontal,.rubrique_tab_stat_2_A-horizontal,.rubrique_tab_stat_1_B-horizontal,.rubrique_tab_stat_2_B-horizontal,.rubrique_tab_stat-horizontal{font-family:Roboto Flex,sans-serif;text-align:left;padding:.25cm .3cm;line-height:.5cm}.rubrique_tab_stat-horizontal{color:#000c;font-size:9.5pt}.rubrique_tab_stat_2_A-horizontal,.rubrique_tab_stat_2_B-horizontal{margin-right:.15cm}.rubrique_tab_stat_2_A-horizontal{color:#1b1435;font-size:9pt;letter-spacing:-.3;border-left:.06cm solid #1b1435;border-bottom:.04cm dotted #1b1435}.rubrique_tab_stat_1_B-horizontal{background-color:#000;border-bottom-left-radius:.25cm;border-top-left-radius:.25cm;color:#fff;font-size:9pt;letter-spacing:-.3}.rubrique_tab_stat_2_B-horizontal{color:#e30613;font-size:9pt;letter-spacing:-.3;border-left:.06cm solid #e30613;border-bottom:.04cm dotted #e30613}.colonne_type_1_1_A-horizontal,.colonne_type_1_2_A-horizontal,.colonne_type_2_1_A-horizontal,.colonne_type_2_2_A-horizontal,.colonne_type_1_1_B-horizontal,.colonne_type_1_2_B-horizontal,.colonne_type_2_1_B-horizontal,.colonne_type_2_2_B-horizontal{height:max-content}.colonne_type_1_1_A-horizontal{background-color:#00cc99b3}.colonne_type_1_1_A_comp-horizontal{background-color:#0c9}.colonne_type_sous_rub_1_1_A_1_comp-horizontal{background-color:#019583}.colonne_type_sous_rub_1_1_A_1-horizontal{background-color:#68b5a8}.colonne_type_sous_rub_1_1_A_2_comp-horizontal{background-color:#0c6183}.colonne_type_sous_rub_1_1_A_2-horizontal{background-color:#5f91a8}.colonne_type_1_2_A-horizontal{background-color:#00cc994d}.colonne_type_sous_rub_1_2_A_1-horizontal{background-color:#c0dfda}.colonne_type_sous_rub_1_2_A_1-horizontal p{color:#1b1435}.colonne_type_sous_rub_1_2_A_2-horizontal{background-color:#bbcfda}.colonne_type_sous_rub_1_2_A_2-horizontal p{color:#0c6183}.colonne_type_2_1_A-horizontal,.colonne_type_sous_rub_2_1_A_1-horizontal,.colonne_type_sous_rub_2_1_A_2-horizontal{background-color:#a8a8a8}.colonne_type_2_1_A_comp-horizontal,.colonne_type_sous_rub_2_1_A_1_comp-horizontal,.colonne_type_sous_rub_2_1_A_2_comp-horizontal{background-color:#1b1435}.colonne_type_2_2_A-horizontal,.colonne_type_sous_rub_2_2_A_1-horizontal,.colonne_type_sous_rub_2_2_A_2-horizontal{background-color:#e5e5e5}.colonne_type_sous_rub_2_2_A_1-horizontal p{color:#1b1435}.colonne_type_sous_rub_2_2_A_2-horizontal p{color:#0c6183}.colonne_type_1_1_B-horizontal,.colonne_type_1_1_B_comp-horizontal{background-color:#000}.colonne_type_sous_rub_1_1_B_1_comp-horizontal{background-color:#3e113f}.colonne_type_sous_rub_1_1_B_1-horizontal{background-color:#795979}.colonne_type_sous_rub_1_1_B_2_comp-horizontal{background-color:#941131}.colonne_type_sous_rub_1_1_B_2-horizontal{background-color:#b65e6f}.colonne_type_1_2_B-horizontal{background-color:#9f9f9f}.colonne_type_sous_rub_1_2_B_1-horizontal{background-color:#c5b7c5}.colonne_type_sous_rub_1_2_B_1-horizontal p{color:#3e113f}.colonne_type_sous_rub_1_2_B_2-horizontal{background-color:#e1bac0}.colonne_type_sous_rub_1_2_B_2-horizontal p{color:#941131}.colonne_type_2_1_B-horizontal,.colonne_type_sous_rub_2_1_B_1-horizontal,.colonne_type_sous_rub_2_1_B_2-horizontal{background-color:#df8288}.colonne_type_2_1_B_comp-horizontal,.colonne_type_sous_rub_2_1_B_1_comp-horizontal,.colonne_type_sous_rub_2_1_B_2_comp-horizontal{background-color:#e30613}.colonne_type_2_2_B-horizontal,.colonne_type_sous_rub_2_2_B_1-horizontal,.colonne_type_sous_rub_2_2_B_2-horizontal{background-color:#ffdcde}.colonne_type_sous_rub_2_2_B_1-horizontal p{color:#3e113f}.colonne_type_sous_rub_2_2_B_2-horizontal p{color:#941131}.colonne_type_1_1_A-horizontal p,.colonne_type_1_2_A-horizontal p,.colonne_type_2_1_A-horizontal p,.colonne_type_2_2_A-horizontal p,.colonne_type_1_1_B-horizontal p,.colonne_type_1_2_B-horizontal p,.colonne_type_2_1_B-horizontal p,.colonne_type_2_2_B-horizontal-horizontal p{font-size:8.5pt;letter-spacing:-.5}.colonne_type_1_1_B_comp-horizontal p,.colonne_type_1_2_B_comp-horizontal p,.colonne_type_1_1_A_comp-horizontal p,.colonne_type_1_2_A_comp-horizontalp,.colonne_type_2_1_B_comp-horizontal p,.colonne_type_2_2_B_comp-horizontal p,.colonne_type_2_1_A_comp-horizontal p,.colonne_type_2_2_A_comp-horizontal-horizontal p{font-size:9pt;letter-spacing:-.5}.colonne_type_1_1_A-horizontal p,.colonne_type_2_1_A-horizontal p,.colonne_type_1_1_B-horizontal p,.colonne_type_2_1_B-horizontal p,.colonne_type_sous_rub_1_1_A_1-horizontal p,.colonne_type_sous_rub_1_1_A_2-horizontal p,.colonne_type_sous_rub_2_1_A_1-horizontal p,.colonne_type_sous_rub_2_1_A_2-horizontal p,.colonne_type_sous_rub_1_1_B_1-horizontal p,.colonne_type_sous_rub_1_1_B_2-horizontal p,.colonne_type_sous_rub_2_1_B_1-horizontal p,.colonne_type_sous_rub_2_1_B_2-horizontal p{color:#000}.colonne_type_2_1_B_comp-horizontal p,.colonne_type_sous_rub_2_1_B_1_comp-horizontal p,.colonne_type_sous_rub_2_1_B_2_comp-horizontal p,.colonne_type_2_1_A_comp-horizontal p,.colonne_type_sous_rub_2_1_A_1_comp-horizontal p,.colonne_type_sous_rub_2_1_A_2_comp-horizontal p,.colonne_type_sous_rub_1_1_B_2_comp-horizontal p,.colonne_type_sous_rub_1_1_B_1_comp-horizontal p,.colonne_type_sous_rub_1_1_A_1_comp-horizontal p,.colonne_type_sous_rub_1_1_A_2_comp-horizontal p,.colonne_type_1_1_A_comp-horizontal p,.colonne_type_1_1_B_comp-horizontal p{color:#fff}.colonne_type_1_2_A-horizontal p,.colonne_type_2_2_A-horizontal p,.colonne_type_1_2_B-horizontal p,.colonne_type_2_2_B-horizontal p{color:#1b1435}.petite_rangee .colonne_type_1_1_A-horizontal p,.petite_rangee .colonne_type_1_2_A-horizontal p,.petite_rangee .colonne_type_2_1_A-horizontal p,.petite_rangee .colonne_type_2_2_A-horizontal p,.petite_rangee .colonne_type_1_1_B-horizontal p,.petite_rangee .colonne_type_1_2_B-horizontal p,.petite_rangee .colonne_type_2_1_B-horizontal p,.petite_rangee .colonne_type_2_2_B-horizontal p,.colonne_type_sous_rub_2_1_B_1-horizontal p,.colonne_type_sous_rub_2_2_B_1-horizontal p,.colonne_type_sous_rub_2_1_B_2-horizontal p,.colonne_type_sous_rub_2_2_B_2-horizontal p,.colonne_type_sous_rub_2_1_A_1-horizontal p,.colonne_type_sous_rub_2_2_A_1-horizontal p,.colonne_type_sous_rub_2_1_A_2-horizontal p,.colonne_type_sous_rub_2_2_A_2-horizontal p{line-height:.125cm;font-size:8pt;letter-spacing:-.5;font-family:Roboto Flex,sans-serif}.sous_rubrique .colonne_type_sous_rub_1_1_A_1-horizontal p,.sous_rubrique .colonne_type_sous_rub_1_1_A_2-horizontal p,.sous_rubrique .colonne_type_sous_rub_1_2_A_1-horizontal p,.sous_rubrique .colonne_type_sous_rub_1_2_A_2-horizontal p,.sous_rubrique .colonne_type_sous_rub_2_1_A_1-horizontal p,.sous_rubrique .colonne_type_sous_rub_2_1_A_2-horizontal p,.sous_rubrique .colonne_type_sous_rub_2_2_A_1-horizontal p,.sous_rubrique .colonne_type_sous_rub_2_2_A_2-horizontal p,.sous_rubrique .colonne_type_sous_rub_1_1_B_1-horizontal p,.sous_rubrique .colonne_type_sous_rub_1_1_B_2-horizontal p,.sous_rubrique .colonne_type_sous_rub_1_2_B_1-horizontal p,.sous_rubrique .colonne_type_sous_rub_1_2_B_2-horizontal p,.sous_rubrique .colonne_type_sous_rub_2_1_B_1-horizontal p,.sous_rubrique .colonne_type_sous_rub_2_1_B_2-horizontal p,.sous_rubrique .colonne_type_sous_rub_2_2_B_1-horizontal p,.sous_rubrique .colonne_type_sous_rub_2_2_B_2-horizontal p,.colonne_type_sous_rub_2_1_B_1_comp-horizontal p,.colonne_type_sous_rub_2_1_B_2_comp-horizontal p,.colonne_type_sous_rub_2_1_A_1_comp-horizontal p,.colonne_type_sous_rub_2_1_A_2_comp-horizontal p,.colonne_type_sous_rub_1_1_B_2_comp-horizontal p,.colonne_type_sous_rub_1_1_B_1_comp-horizontal p,.colonne_type_sous_rub_1_1_A_1_comp-horizontal p,.colonne_type_sous_rub_1_1_A_2_comp-horizontal p{line-height:.5cm;font-size:8.5pt}.titre_pannel_2-horizontal{font-family:Roboto Flex,sans-serif;font-size:14pt;letter-spacing:-.2;line-height:16pt;text-transform:uppercase;color:#fff;display:block;border-top-left-radius:.5cm;border-top-right-radius:.5cm;padding-top:.25cm;padding-bottom:.25cm;background:linear-gradient(100deg,#1b1435 10%,#e30613 70%)}.sous_rubrique_tab_stat_1_A_1-horizontal,.sous_rubrique_tab_stat_1_A_2-horizontal,.sous_rubrique_tab_stat_2_A_1-horizontal,.sous_rubrique_tab_stat_2_A_2-horizontal,.sous_rubrique_tab_stat_1_B_1-horizontal,.sous_rubrique_tab_stat_1_B_2-horizontal,.sous_rubrique_tab_stat_2_B_1-horizontal,.sous_rubrique_tab_stat_2_B_2-horizontal{font-family:Roboto Flex,sans-serif;text-align:left;padding:.125cm .3cm;line-height:.5cm}.sous_rubrique .sous_rubrique_tab_stat_1_A_1-horizontal,.sous_rubrique .sous_rubrique_tab_stat_1_A_2-horizontal,.sous_rubrique .sous_rubrique_tab_stat_2_A_1-horizontal,.sous_rubrique .sous_rubrique_tab_stat_2_A_2-horizontal,.sous_rubrique .sous_rubrique_tab_stat_1_B_1-horizontal,.sous_rubrique .sous_rubrique_tab_stat_1_B_2-horizontal,.sous_rubrique .sous_rubrique_tab_stat_2_B_1-horizontal,.sous_rubrique .sous_rubrique_tab_stat_2_B_2-horizontal{padding:0 .3cm;line-height:.5cm}.sous_rubrique_tab_stat_2_A_1-horizontal{color:#1b1435;font-size:8.5pt;border-left:.04cm solid #1b1435;letter-spacing:-.3;border-radius:0}.sous_rubrique_tab_stat_2_A_2-horizontal{color:#0c6183;font-size:8.5pt;border-left:.04cm solid #0c6183;letter-spacing:-.3;border-radius:0}.sous_rubrique_tab_stat_2_B_1-horizontal{color:#e30613;font-size:8.5pt;border-left:.04cm solid #e30613;letter-spacing:-.3;border-radius:0}.sous_rubrique_tab_stat_2_B_2-horizontal{color:#941131;font-size:8.5pt;border-left:.04cm solid #941131;letter-spacing:-.3;border-radius:0}.bloc_barre_pourcent_g-horizontal,.bloc_barre_pourcent_d-horizontal{width:10cm;display:block;position:relative;background:transparent;height:.5cm}.bloc_barre_pourcent_g-horizontal{left:0}.bloc_barre_pourcent_d-horizontal{right:0}.barre_gauche-horizontal,.barre_droite-horizontal{top:-.3cm}.barre_gauche-horizontal,.barre_droite-horizontal,.petite_barre_gauche-horizontal,.petite_barre_droite-horizontal{width:100%;display:block;position:relative;background-color:#e5e5e5}.petite_barre_gauche-horizontal,.petite_barre_droite-horizontal,.petite_pourcentage_barre_g-horizontal,.petite_pourcentage_barre_d-horizontal{height:.2cm}.barre_gauche-horizontal,.pourcentage_barre_g-horizontal,.petite_barre_gauche-horizontal,.petite_pourcentage_barre_g-horizontal{left:0;border-bottom-right-radius:.25cm;border-top-right-radius:.25cm}.barre_droite-horizontal,.pourcentage_barre_d-horizontal,.petite_barre_droite-horizontal,.petite_pourcentage_barre_d-horizontal{right:0;border-bottom-left-radius:.25cm;border-top-left-radius:.25cm}.pourcentage_barre_g-horizontal,.pourcentage_barre_d-horizontal,.petite_pourcentage_barre_g-horizontal,.petite_pourcentage_barre_d-horizontal{position:absolute;display:block;width:var(--percentage)}.pourcentage_barre_g-horizontal{background-color:#1b1435}.pourcentage_barre_d-horizontal{background-color:#e30613}.petite_pourcentage_barre_g-horizontal,.petite_pourcentage_barre_d-horizontal{background-color:var(--fill)}.bloc_barre_pourcent_g-horizontal p,.bloc_barre_pourcent_d-horizontal p,.bloc_petite_barre_pourcent-horizontal p{position:relative;display:block;font-family:Roboto Flex,sans-serif;text-align:center;margin:0 auto}.bloc_barre_pourcent_g-horizontal p,.bloc_barre_pourcent_d-horizontal p{font-size:11.5pt;line-height:9.5pt;top:-.32cm;z-index:2}.bloc_barre_pourcent_g-horizontal p{color:#1b1435}.bloc_barre_pourcent_d-horizontal p{color:#e30613}.bloc_petite_barre_pourcent-horizontal p{color:#000c;font-size:9pt;line-height:9pt;top:.02cm;z-index:2}.categorie2-horizontal,.categorie2_sep-horizontal,.categorie2_sep_2-horizontal,.categorie2_sep_2bis-horizontal,.categorie2_light-horizontal,.categorie2_sep_3-horizontal,.categorie2_sep_3bis-horizontal{font-size:13pt;line-height:12.5pt;text-align:center;text-transform:uppercase;color:#000c}.categorie2_light-horizontal{font-family:Roboto Flex,sans-serif;padding-top:.1cm}.categorie2-horizontal,.categorie2_sep-horizontal{font-family:Roboto Flex,sans-serif}.categorie2_sep-horizontal,.categorie2_sep_2-horizontal,.categorie2_sep_2bis-horizontal{width:4.3cm;display:block;margin-top:.1cm;padding-bottom:.25cm;border-bottom:.05cm solid;border-image:linear-gradient(90deg,#1b1435 10%,#e30613 70%) 10 10}.categorie2_sep_2-horizontal,.categorie2_sep_2bis-horizontal{font-family:Roboto Flex,sans-serif}.categorie2_sep_2-horizontal{margin-top:.15cm}.players_left-horizontal{width:19cm;position:absolute;display:block;left:-3cm}.players_right-horizontal{width:19cm;position:absolute;display:block;left:12.5cm}.podium-horizontal,.podium2-horizontal{width:10cm;top:3.5cm;display:block;margin-left:4.5cm;margin-right:4.5cm;position:relative;left:5}table-horizontal{border-spacing:0}.tab_podium-horizontal{display:block;width:7.8cm;height:6cm;top:5.8cm;left:5.7cm;position:absolute}.tab_podium th-horizontal,.tab_podium td-horizontal{width:2.6cm;position:relative;border-spacing:0cm;padding:0}.pannel_club-horizontal{top:-1.4cm;width:42cm;position:inherit;display:block;margin:0 auto}.titre_pannel_club_team_1-horizontal{font-family:Roboto Flex,sans-serif;font-size:14pt;letter-spacing:-.2;line-height:16pt;text-transform:uppercase;color:#fff;border-top-left-radius:.5cm;border-top-right-radius:.5cm;padding-top:.25cm;padding-bottom:.25cm;text-align:left;background:#1b1435;display:inline-flex;align-items:center;padding-left:3.4cm;width:42cm;z-index:3}.titre_pannel_club_team_2-horizontal{font-family:Roboto Flex,sans-serif;font-size:14pt;letter-spacing:-.2;line-height:16pt;text-transform:uppercase;color:#fff;border-top-left-radius:.5cm;border-top-right-radius:.5cm;padding-top:.25cm;padding-bottom:.25cm;text-align:left;background:#e30613;display:inline-flex;align-items:center;padding-left:3.4cm;width:100%;z-index:3}.titre_pannel_club_text-horizontal{display:inline-block;font-family:Roboto Flex,sans-serif;font-size:14pt;letter-spacing:-.2;line-height:16pt;text-transform:uppercase;color:#fff;white-space:nowrap}.tab_pannel_club-horizontal{margin-top:.5cm;display:block;position:relative;font-size:7pt;letter-spacing:-.5;margin-left:.15cm}.metric_name-horizontal{color:#000c;text-align:center;display:block;font-family:Roboto Flex,sans-serif;text-transform:uppercase;width:1.05cm;word-wrap:break-word;font-size:7pt}.tab_pannel_club-horizontal{width:100%;table-layout:fixed}.tab_pannel_club-horizontal table{width:100%;table-layout:fixed;border-collapse:separate}.tab_pannel_club-horizontal th,.tab_pannel_club-horizontal td{padding:0 .06cm;overflow:visible;white-space:normal;word-break:break-word;hyphens:auto;vertical-align:middle;font-size:7.5pt;line-height:1em}.tab_pannel_club-horizontal th:first-child,.tab_pannel_club-horizontal td:first-child{width:2.8cm}.metric_name-horizontal{width:1.05cm;font-size:6.8pt;line-height:1em;padding:0 .02cm;word-break:break-word;hyphens:auto}.tab_pannel_club-horizontal thead tr{height:1.6cm}.tab_pannel_club-horizontal{--header-rotate: 0deg;--header-font-size: 7pt}.tab_pannel_club-horizontal th{position:relative;vertical-align:bottom;padding:0 .06cm .06cm;height:1.2cm;text-align:center}.metric_name-horizontal{position:static;display:block;white-space:normal;word-break:break-word;hyphens:auto;font-size:var(--header-font-size);line-height:1em;margin:.06cm auto 0;padding:0}.tab_pannel_club-horizontal.rotate-30{--header-rotate: -30deg;--header-font-size: 6.8pt}.tab_pannel_club-horizontal.rotate-60{--header-rotate: -60deg;--header-font-size: 5.6pt}.tab_pannel_club-horizontal.rotate-30 th .metric_name-horizontal,.tab_pannel_club-horizontal.rotate-60 th .metric_name-horizontal{position:absolute;left:50%;bottom:.06cm;transform:translate(-50%) rotate(var(--header-rotate));transform-origin:center bottom;white-space:nowrap}.rubrique_tab-horizontal{font-size:8pt;margin:0}.player_last_name-horizontal{font-size:9pt;letter-spacing:-.5;padding-right:0;font-family:Roboto Flex,sans-serif;text-align:center;position:relative;margin:-3px 0 0}.player_last_name-horizontal span{font-size:7.5pt;letter-spacing:-.5;padding-right:0;font-family:Roboto Flex,sans-serif;text-align:center;position:relative;margin:0}.name_player_t1_line_1-horizontal{width:4.4cm;background-color:#1b1435;border-bottom-left-radius:.5cm;border-top-left-radius:.5cm;color:#fff}.name_player_t1_line_2-horizontal{width:4.4cm;background-color:#c8c2e1;color:#000;border-bottom-left-radius:.5cm;border-top-left-radius:.5cm}.name_poste_t1-horizontal{width:2cm;text-transform:uppercase;background-color:#1b1435;border-bottom-left-radius:.5cm;border-top-left-radius:.5cm;color:#fff}.colonne_t1_line_1-horizontal{width:1.3cm;background-color:#bfb8d1;color:#000}.colonne_t1_line_2-horizontal{width:1.3cm;background-color:#f1f0f5;color:#000}.name_player_t2_line_1-horizontal{width:4.4cm;background-color:#e30613;color:#fff;border-bottom-left-radius:.5cm;border-top-left-radius:.5cm}.name_player_t2_line_2-horizontal{width:4.4cm;background-color:#ffb4b8;color:#000;border-bottom-left-radius:.5cm;border-top-left-radius:.5cm}.name_poste_t2-horizontal{width:2cm;text-transform:uppercase;background-color:#e30613;border-bottom-left-radius:.5cm;border-top-left-radius:.5cm;color:#fff}.colonne_t2_line_1-horizontal{width:1.3cm;background-color:#f5a6ab;color:#000}.colonne_t2_line_2-horizontal{width:1.3cm;background-color:#ffe2e4;color:#000}.rank_team_1-horizontal{background:#fff;border-radius:1cm;width:1cm;height:1cm;border:solid #1b1435;color:#1b1435}.rank_team_2-horizontal{background:#fff;border-radius:1cm;width:1cm;height:1cm;border:solid #e30613;color:#e30613}.rank_team_first-horizontal{background:gold;border-radius:1cm;width:1cm;height:1cm;border:solid black;color:#000}.rank_team_second-horizontal{background:silver;border-radius:1cm;width:1cm;height:1cm;border:solid black;color:#000}.rank_team_third-horizontal{background:peru;border-radius:1cm;width:1cm;height:1cm;border:solid black;color:#fff}.rank_team_text-horizontal{text-align:center;font-size:14pt;height:1cm;line-height:1cm;color:inherit}.radar_text_t1-horizontal{font-size:9pt;white-space:break-spaces;width:2cm;background:#1b1435;font-family:Roboto Flex,sans-serif;color:#fff;padding:.1cm .12cm;border-radius:.5cm;text-align:center}.radar_value_t1-horizontal{border-radius:0 0 .5cm .5cm;margin-left:.7cm;font-size:9pt;margin-top:-20px;white-space:break-spaces;width:fit-content;background:#1b1435;font-family:Roboto Flex,sans-serif;color:#fff;padding:.1cm .12cm}.radar_text_t2-horizontal{font-size:9pt;white-space:break-spaces;width:2cm;background:#e30613;font-family:Roboto Flex,sans-serif;color:#fff;padding:.1cm .12cm;border-radius:.5cm;text-align:center}.radar_value_t2-horizontal{border-radius:0 0 .5cm .5cm;margin-left:.7cm;font-size:9pt;margin-top:-20px;white-space:break-spaces;width:fit-content;background:#e30613;font-family:Roboto Flex,sans-serif;color:#fff;padding:.1cm .12cm}.barre_team_1-horizontal{border-top-left-radius:.25cm;border-top-right-radius:.25cm;background-color:#1b1435;width:.5cm}.barre_team_2-horizontal{border-top-left-radius:.25cm;border-top-right-radius:.25cm;background-color:#e30613;width:.5cm}._downloadContainer_1gpsg_1 ._buttonsRow_1gpsg_1 ._buttonColumn_1gpsg_1{text-align:center;margin-bottom:2rem}._buttonSection_1gpsg_6{display:flex;flex-direction:column;height:100%}._buttonDescription_1gpsg_12{margin-top:1rem;padding:15px;background-color:#f8f9fa;border:1px solid #dee2e6;border-radius:8px}._buttonDescription_1gpsg_12 ._descriptionText_1gpsg_19{color:#6c757d;font-size:13px;line-height:1.4;margin:0;text-align:left}._downloadButton_1gpsg_27{max-height:200px!important;min-height:200px!important;display:flex;flex-direction:column;align-items:center;justify-content:center;transition:all .3s ease;margin-bottom:0}._downloadButton_1gpsg_27:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}._downloadButton_1gpsg_27 ._downloadIcon_1gpsg_41{height:120px;margin-bottom:.5rem;transition:transform .2s ease}._downloadButton_1gpsg_27:hover ._downloadIcon_1gpsg_41{transform:scale(1.05)}._downloadButton_1gpsg_27 ._downloadTitle_1gpsg_49{margin:0;font-size:1rem;text-align:center;line-height:1.2}@media(max-width:768px){._downloadContainer_1gpsg_1 ._buttonsRow_1gpsg_1 ._buttonColumn_1gpsg_1{flex:0 0 100%;max-width:100%;margin-bottom:2rem}._downloadButton_1gpsg_27{max-height:150px!important;min-height:150px!important}._downloadButton_1gpsg_27 ._downloadIcon_1gpsg_41{height:80px}._downloadButton_1gpsg_27 ._downloadTitle_1gpsg_49{font-size:.9rem}._buttonDescription_1gpsg_12 ._descriptionText_1gpsg_19{font-size:12px}}@media(max-width:576px){._downloadButton_1gpsg_27{max-height:120px!important;min-height:120px!important}._downloadButton_1gpsg_27 ._downloadIcon_1gpsg_41{height:60px}._downloadButton_1gpsg_27 ._downloadTitle_1gpsg_49{font-size:.8rem}}._video-container_vogqc_18::-webkit-scrollbar{width:6px;height:6px}._video-container_vogqc_18::-webkit-scrollbar-track{background:var(--video-scrollbar-track);border-radius:3px}._video-container_vogqc_18::-webkit-scrollbar-thumb{background:var(--video-scrollbar-thumb);border-radius:3px}._video-container_vogqc_18::-webkit-scrollbar-thumb:hover{background:#0d03344d}._video-container_vogqc_18{scrollbar-width:thin;scrollbar-color:var(--video-scrollbar-thumb) var(--video-scrollbar-track)}._video-card_vogqc_38{border-radius:var(--video-border-radius);background:var(--video-card-bg);border:2px solid transparent}._video-card-clickable_vogqc_44{border-radius:var(--video-border-radius);background:var(--video-card-bg);border:2px solid transparent;cursor:pointer;transition:transform .15s ease}._video-card-clickable_vogqc_44:active{transform:scale(.98)}._container_vogqc_55::-webkit-scrollbar{width:6px;height:6px}._container_vogqc_55::-webkit-scrollbar-track{background:var(--video-scrollbar-track);border-radius:3px}._container_vogqc_55::-webkit-scrollbar-thumb{background:var(--video-scrollbar-thumb);border-radius:3px}._container_vogqc_55::-webkit-scrollbar-thumb:hover{background:#0d03344d}._container_vogqc_55{scrollbar-width:thin;scrollbar-color:var(--video-scrollbar-thumb) var(--video-scrollbar-track);max-height:var(--list-height, 200px);overflow-y:auto;overflow-x:hidden;padding-right:var(--video-spacing-sm);margin-top:var(--video-spacing-sm);height:100%;padding-bottom:5rem}._actionWrapper_vogqc_82{width:100%;max-width:100%;margin-bottom:var(--video-spacing-sm);padding:0 .25rem}@media(max-width:768px){._actionWrapper_vogqc_82{padding:0}}._actionCard_vogqc_94{border-radius:var(--video-border-radius);background:var(--video-card-bg);border:2px solid transparent;cursor:pointer;transition:transform .15s ease}._actionCard_vogqc_94:active{transform:scale(.98)}._actionCard_vogqc_94{padding:var(--video-spacing-md)}@media(max-width:768px){._actionCard_vogqc_94{padding:.625rem}}._actionCardActive_vogqc_113{border-color:var(--video-primary-color);background:var(--video-card-bg-active)}._actionCardActive_vogqc_113 ._actionHeader_vogqc_117,._actionCardActive_vogqc_113 ._timeText_vogqc_118{color:var(--video-text-primary-active)}._actionCardActive_vogqc_113 ._timeContainer_vogqc_121{color:var(--video-text-secondary-active)}._actionHeader_vogqc_117{font-weight:500;margin:0 0 var(--video-spacing-sm) 0;word-break:break-word;line-height:1.4;color:var(--video-text-primary);font-size:.875rem}@media(max-width:768px){._actionHeader_vogqc_117{font-size:.8rem}}._actionInfo_vogqc_139{display:flex;align-items:center;justify-content:space-between;gap:var(--video-spacing-sm)}@media(max-width:768px){._actionInfo_vogqc_139{flex-wrap:wrap;gap:.375rem}}._statusIndicator_vogqc_152{width:20px;height:20px;border-radius:50%;flex-shrink:0;background-color:var(--status-color)}@media(max-width:768px){._statusIndicator_vogqc_152{width:16px;height:16px}}._timeContainer_vogqc_121{flex:1;min-width:0;line-height:1.4;color:var(--video-text-secondary);font-size:.75rem}@media(max-width:768px){._timeContainer_vogqc_121{font-size:.7rem}}._timeText_vogqc_118{margin:0}._logoContainer_vogqc_183{display:flex;gap:.25rem;align-items:center;flex-shrink:0}._teamLogo_vogqc_190{width:25px;height:25px;object-fit:contain}@media(max-width:768px){._teamLogo_vogqc_190{width:20px;height:20px}}._competitionLogo_vogqc_202{width:25px;height:25px;object-fit:contain}@media(max-width:768px){._competitionLogo_vogqc_202{width:20px;height:20px}}._video-container_ixjt2_18::-webkit-scrollbar{width:6px;height:6px}._video-container_ixjt2_18::-webkit-scrollbar-track{background:var(--video-scrollbar-track);border-radius:3px}._video-container_ixjt2_18::-webkit-scrollbar-thumb{background:var(--video-scrollbar-thumb);border-radius:3px}._video-container_ixjt2_18::-webkit-scrollbar-thumb:hover{background:#0d03344d}._video-container_ixjt2_18{scrollbar-width:thin;scrollbar-color:var(--video-scrollbar-thumb) var(--video-scrollbar-track)}._video-card_ixjt2_38{border-radius:var(--video-border-radius);background:var(--video-card-bg);border:2px solid transparent}._video-card-clickable_ixjt2_44{border-radius:var(--video-border-radius);background:var(--video-card-bg);border:2px solid transparent;cursor:pointer;transition:transform .15s ease}._video-card-clickable_ixjt2_44:active{transform:scale(.98)}._container_ixjt2_55::-webkit-scrollbar{width:6px;height:6px}._container_ixjt2_55::-webkit-scrollbar-track{background:var(--video-scrollbar-track);border-radius:3px}._container_ixjt2_55::-webkit-scrollbar-thumb{background:var(--video-scrollbar-thumb);border-radius:3px}._container_ixjt2_55::-webkit-scrollbar-thumb:hover{background:#0d03344d}._container_ixjt2_55{scrollbar-width:thin;scrollbar-color:var(--video-scrollbar-thumb) var(--video-scrollbar-track);max-height:var(--list-height, 470px);width:100%;max-width:100%;padding:var(--video-spacing-sm);margin-top:var(--video-spacing-sm);box-sizing:border-box;overflow-y:auto;overflow-x:hidden;height:100%}@media(max-width:768px){._container_ixjt2_55{padding:.25rem}}._card_ixjt2_89{border-radius:var(--video-border-radius);background:var(--video-card-bg);border:2px solid transparent;padding:var(--video-spacing-md);box-sizing:border-box;overflow:hidden;display:flex;flex-direction:column;gap:var(--video-spacing-sm);height:100%}@media(max-width:768px){._card_ixjt2_89{padding:var(--video-spacing-sm);gap:.25rem}}._header_ixjt2_108{text-align:center;margin:0;padding:.125rem 0;color:var(--video-text-secondary);line-height:1;opacity:.4;font-weight:400;text-transform:uppercase;letter-spacing:.5px;font-size:.65rem}@media(max-width:768px){._header_ixjt2_108{font-size:.6rem}}._divider_ixjt2_126{border-top:1px solid var(--video-border-color);margin:.125rem auto .375rem;width:85%;opacity:.3}._title_ixjt2_133{font-weight:600;margin:.25rem 0;padding:.25rem 0;text-align:center;word-break:break-word;color:var(--video-text-primary);line-height:1.3;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;font-size:1.125rem}@media(max-width:768px){._title_ixjt2_133{font-size:1rem}}._statusRow_ixjt2_154{display:flex;align-items:center;justify-content:center;gap:var(--video-spacing-md);margin:.25rem 0;flex-wrap:wrap;min-height:24px}@media(max-width:768px){._statusRow_ixjt2_154{gap:var(--video-spacing-sm)}}._statusIndicator_ixjt2_169{width:16px;height:16px;border-radius:50%;flex-shrink:0;background-color:var(--status-color)}@media(max-width:768px){._statusIndicator_ixjt2_169{width:14px;height:14px}}._timeInfo_ixjt2_183{white-space:nowrap;color:var(--video-text-secondary);line-height:1.2;font-size:.8rem}@media(max-width:768px){._timeInfo_ixjt2_183{font-size:.7rem}}._teamLogo_ixjt2_195{width:20px;height:20px;object-fit:contain;flex-shrink:0}@media(max-width:768px){._teamLogo_ixjt2_195{width:18px;height:18px}}._competitionLogo_ixjt2_208{width:20px;height:20px;object-fit:contain;flex-shrink:0}@media(max-width:768px){._competitionLogo_ixjt2_208{width:18px;height:18px}}._labelsContainer_ixjt2_221{margin-top:.25rem;width:100%;box-sizing:border-box;display:flex;flex-direction:column;gap:.25rem}._labelRow_ixjt2_230{display:flex;justify-content:space-between;align-items:center;padding:.375rem var(--video-spacing-md);gap:var(--video-spacing-sm);text-transform:uppercase;box-sizing:border-box;overflow:hidden;min-height:30px}@media(max-width:768px){._labelRow_ixjt2_230{padding:.25rem var(--video-spacing-sm);min-height:28px}}._labelTitle_ixjt2_248{font-weight:500;margin:0;flex:1;min-width:0;color:var(--video-text-secondary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:1.2;font-size:.7rem}@media(max-width:768px){._labelTitle_ixjt2_248{font-size:.65rem}}._labelValue_ixjt2_266{background-color:var(--video-primary-color);color:#fff;border-radius:.5rem;padding:.25rem .5rem;white-space:nowrap;flex-shrink:0;overflow:hidden;text-overflow:ellipsis;max-width:55%;line-height:1.2;font-size:.7rem}@media(max-width:768px){._labelValue_ixjt2_266{font-size:.65rem}}@media(max-width:768px){._labelValue_ixjt2_266{padding:.2rem .4rem;max-width:50%}}._refereeNotesContainer_ixjt2_291{display:flex;flex-direction:column;gap:.25rem}._headToHeadMobile_166r8_1{padding:12px;display:flex;flex-direction:column;gap:12px}._sectionTitle_166r8_8{margin:0 0 6px;font-size:1rem;color:var(--color-primary);text-transform:uppercase;letter-spacing:.04em}._metricsRow_166r8_16{display:flex;gap:8px;justify-content:space-between}._metricCard_166r8_22{flex:1 1 0;background:#fff;padding:12px;border-radius:10px;text-align:center;border:1px solid rgba(15,15,20,.04);box-shadow:0 8px 20px #0c0f1e0f}._metricNumber_166r8_32{font-size:1.25rem;font-weight:700}._metricLabel_166r8_37{font-size:.75rem;color:#0f0f1499}._metricTeamName_166r8_42{font-size:.75rem;margin-top:6px;font-weight:600}._distributionRow_166r8_48{display:flex;align-items:center;gap:10px}._distributionLabel_166r8_54{font-size:.85rem;color:#fffc}._drawBox_166r8_59{background:#fff;padding:8px 12px;border-radius:8px;font-weight:700;border:1px solid rgba(15,15,20,.04);box-shadow:0 8px 18px #0c0f1e0d}._distributionGrid_166r8_68{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:8px}._distItem_166r8_75{display:flex;align-items:center;background:#fff;padding:10px;border-radius:10px;border:1px solid rgba(15,15,20,.04);box-shadow:0 8px 18px #0c0f1e0d}._distColor_166r8_85{width:10px;height:36px;border-radius:4px}._distValue_166r8_91{font-weight:700;width:36px;text-align:center}._distName_166r8_97{font-size:.75rem;color:#0f0f14bf}._recentHeader_166r8_102{font-size:.9rem;color:#ffffffe6}._recentList_166r8_107{display:flex;flex-direction:column;gap:8px}._empty_166r8_113{color:#fff9;font-style:italic}._matchItem_166r8_118{display:flex;flex-direction:column;background:#fff;padding:10px;border-radius:10px;border:1px solid rgba(15,15,20,.04);box-shadow:0 8px 20px #0c0f1e0d}._matchTeams_166r8_128{display:flex;align-items:center;justify-content:space-between}._team_166r8_134{display:flex;align-items:center;gap:8px}._teamShort_166r8_140{font-weight:700}._matchScore_166r8_144{font-weight:700;color:var(--color-primary)}._vs_166r8_149{flex:0 0 20px;text-align:center;color:#fff9}._matchMeta_166r8_155{margin-top:6px;font-size:.75rem;color:#ffffff8c}@media(max-width:420px){._metricsRow_166r8_16{flex-direction:column}._metricCard_166r8_22{padding:10px 8px}}._matchGeneralMobile_166r8_170{display:flex;flex-direction:column;width:100%;padding:12px;gap:12px;box-sizing:border-box}._header_166r8_179{display:flex;flex-direction:column;align-items:center;gap:4px;padding:8px 12px;background:linear-gradient(135deg,#0f0920f2,#0f0920d9);border-radius:10px;box-shadow:0 2px 8px #0000001a}._competitionRow_166r8_190{display:flex;align-items:center;gap:8px}._competitionLogo_166r8_196{width:28px;height:28px;min-width:28px;border-radius:6px;background:#fff;display:flex;align-items:center;justify-content:center;overflow:hidden;box-shadow:0 1px 6px #0000001f}._competitionLogo_166r8_196 img{width:100%;height:100%;object-fit:contain}._competitionLogoFallback_166r8_215{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;color:#0f0920;background:linear-gradient(135deg,#f0f0f0,#e0e0e0)}._competition_166r8_190{font-size:14px;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:.5px}._round_166r8_235{font-size:12px;font-weight:500;color:#ffffffd9}._date_166r8_241{font-size:11px;font-weight:400;color:#ffffffb3}._scoreRow_166r8_247{display:flex;align-items:center;justify-content:space-between;gap:8px;position:relative;width:100%}._team_166r8_134{flex:1;display:flex;flex-direction:column;align-items:center;gap:8px;padding:16px 8px;background:linear-gradient(135deg,#1f7a2e26,#0f4d1814);border-radius:12px;cursor:pointer;transition:all .3s ease;position:relative;min-height:140px;justify-content:center}._team_166r8_134:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}._team_166r8_134:first-child{background:linear-gradient(135deg,#1f7a2e33,#0f4d181a)}._team_166r8_134:last-child{background:linear-gradient(135deg,#9d293033,#5b13191a)}._logoWrap_166r8_282{width:56px;height:56px;border-radius:50%;background:#ffffffe6;display:flex;align-items:center;justify-content:center;padding:8px;box-shadow:0 2px 8px #0000001a;flex-shrink:0}._logoWrap_166r8_282 img{width:100%;height:100%;object-fit:contain}._teamName_166r8_300{font-size:13px;font-weight:600;text-align:center;line-height:1.2;color:#333;max-width:100%;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}._score_166r8_247{font-size:28px;font-weight:800;color:#0f0920;background:#fffffff2;padding:8px 16px;border-radius:8px;min-width:56px;text-align:center;box-shadow:0 2px 6px #0000001a}._logoCircle_166r8_327{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:64px;height:64px;border-radius:50%;background:linear-gradient(135deg,#fff,#f5f5f5);display:flex;align-items:center;justify-content:center;box-shadow:0 4px 16px #0003;z-index:10;border:3px solid #fff}._logoImgWrap_166r8_344{width:48px;height:48px;display:flex;align-items:center;justify-content:center}._logoImgWrap_166r8_344 img{width:100%;height:100%;object-fit:contain}._logoFallback_166r8_357{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:700;color:#0f0920;background:linear-gradient(135deg,#f0f0f0,#e0e0e0);border-radius:50%}@media(min-width:375px){._matchGeneralMobile_166r8_170{padding:16px}._logoWrap_166r8_282{width:64px;height:64px}._teamName_166r8_300{font-size:14px}._score_166r8_247{font-size:32px;padding:10px 18px}._logoCircle_166r8_327{width:72px;height:72px}._logoImgWrap_166r8_344{width:54px;height:54px}}@media(min-width:480px){._header_166r8_179{flex-direction:row;justify-content:space-around;padding:10px 16px}._competition_166r8_190{font-size:16px}._round_166r8_235,._date_166r8_241{font-size:13px}._team_166r8_134{padding:20px 12px;min-height:160px}._logoWrap_166r8_282{width:72px;height:72px}._teamName_166r8_300{font-size:15px}._score_166r8_247{font-size:36px;padding:12px 20px}._logoCircle_166r8_327{width:80px;height:80px}._logoImgWrap_166r8_344{width:60px;height:60px}}@media(min-width:640px){._matchGeneralMobile_166r8_170{padding:20px}._team_166r8_134{padding:24px 16px;gap:10px}._logoWrap_166r8_282{width:80px;height:80px}._teamName_166r8_300{font-size:16px}._score_166r8_247{font-size:40px}}._matchCard_172kz_3{background-color:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:12px;cursor:pointer;position:relative;transition:box-shadow .2s ease}._matchCard_172kz_3:active{box-shadow:0 2px 8px #0000001a}._header_172kz_18{display:flex;justify-content:space-between;align-items:center;padding-bottom:8px;border-bottom:1px solid #f0f0f0;margin-bottom:12px;flex-wrap:wrap;gap:4px}._date_172kz_29{font-size:11px;color:#666;font-weight:500}._competition_172kz_35{font-size:11px;color:#666;text-align:right;flex:1}._liveBadge_172kz_42{background-color:#e74c3c;color:#fff;font-size:9px;font-weight:600;padding:2px 6px;border-radius:4px;text-transform:uppercase;animation:_pulse_172kz_1 2s infinite}@keyframes _pulse_172kz_1{0%,to{opacity:1}50%{opacity:.7}}._teams_172kz_62{display:flex;align-items:center;justify-content:space-between;gap:8px}._team_172kz_62{display:flex;flex-direction:column;align-items:center;gap:6px;flex:1;min-width:0}._teamLogo_172kz_78{width:32px;height:32px;object-fit:contain}._teamName_172kz_84{font-size:12px;color:#333;font-weight:500;text-align:center;line-height:1.2;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;max-width:100%}._scoreSection_172kz_99{display:flex;align-items:center;gap:4px;flex-shrink:0}._score_172kz_99{font-size:20px;font-weight:700;color:#0c3868;min-width:24px;text-align:center}._scoreSeparator_172kz_114{font-size:16px;color:#999;font-weight:500}._vs_172kz_120{font-size:14px;font-weight:600;color:#999;padding:4px 8px}._notificationButton_172kz_128{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:none;border:none;font-size:18px;cursor:pointer;padding:4px;line-height:1;opacity:.8;transition:opacity .2s ease}._notificationButton_172kz_128:active{opacity:1}._container_r9br4_1{width:100%;padding:0;background:var(--color-dark-1);border-radius:20px;overflow:hidden}._header_r9br4_9{padding:16px;text-align:center;background:var(--color-dark-1);border-bottom:1px solid var(--color-splitter);cursor:pointer;user-select:none;transition:all .2s ease;display:flex;align-items:center;justify-content:space-between;gap:12px}._header_r9br4_9 h3{margin:0;font-size:18px;font-weight:600;color:var(--color-white);flex:1;text-align:center}._expandIcon_r9br4_31{font-size:14px;color:var(--color-primary);transition:transform .3s ease;display:flex;align-items:center;justify-content:center;width:24px;height:24px;flex-shrink:0}._expandIcon_r9br4_31._expanded_r9br4_42{transform:rotate(-180deg)}._teamsContainer_r9br4_46{display:flex;flex-direction:column;gap:24px;padding:16px;max-height:0;overflow:hidden;opacity:0;transition:max-height .3s ease,opacity .3s ease,padding .3s ease,gap .3s ease}._teamsContainer_r9br4_46._isExpanded_r9br4_56{max-height:3000px;opacity:1;gap:24px;padding:16px}@media(min-width:768px){._teamsContainer_r9br4_46{flex-direction:row;gap:16px;max-height:none;opacity:1;padding:16px}}._teamSection_r9br4_72{flex:1;background:var(--color-dark-1);border-radius:12px;overflow:hidden}._teamHeader_r9br4_79{padding:12px 16px;text-align:center;position:relative;overflow:hidden;cursor:pointer;user-select:none;transition:all .2s ease;display:flex;align-items:center;justify-content:space-between;gap:12px}._teamHeader_r9br4_79:after{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,#0000001a,#0000004d)}._teamHeader_r9br4_79 ._teamName_r9br4_101{position:relative;z-index:1;font-size:16px;font-weight:700;color:#fff;text-shadow:0 1px 3px rgba(0,0,0,.3);flex:1}._teamExpandIcon_r9br4_111{font-size:14px;color:#fffc;transition:transform .3s ease;display:flex;align-items:center;justify-content:center;width:24px;height:24px;flex-shrink:0;position:relative;z-index:2}._teamExpandIcon_r9br4_111._expanded_r9br4_42{transform:rotate(-180deg)}._teamContent_r9br4_128{max-height:0;overflow:hidden;opacity:0;transition:max-height .3s ease,opacity .3s ease}._teamContent_r9br4_128._isExpanded_r9br4_56{max-height:2000px;opacity:1}._playersSection_r9br4_139{padding:16px 12px}._playersSection_r9br4_139+._playersSection_r9br4_139{border-top:1px solid var(--color-splitter)}._sectionTitle_r9br4_146{font-size:12px;font-weight:600;color:var(--color-primary);text-transform:uppercase;letter-spacing:.5px;margin-bottom:12px;padding-left:4px}._playersList_r9br4_156{display:flex;flex-direction:column;gap:8px}._playerCard_r9br4_162{display:flex;align-items:center;gap:12px;padding:10px;background:var(--video-card-bg, #ffffff);border-radius:10px;transition:all .2s ease;position:relative;border:1px solid var(--color-splitter)}._playerCard_r9br4_162:active{transform:scale(.98)}@media(hover:hover){._playerCard_r9br4_162:hover{filter:brightness(.95)}}._playerNumber_r9br4_182{display:flex;align-items:center;justify-content:center;width:32px;height:32px;min-width:32px;border-radius:8px;font-size:14px;font-weight:700;color:#fff;box-shadow:0 2px 4px #0003;flex-shrink:0}._playerPhoto_r9br4_197{width:44px;height:44px;min-width:44px;border-radius:50%;overflow:hidden;background:var(--color-dark-1);border:2px solid var(--color-splitter);flex-shrink:0;position:relative}._playerPhoto_r9br4_197 img{width:100%;height:100%;object-fit:cover;object-position:top;display:block}._playerInfo_r9br4_216{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}._playerName_r9br4_224{font-size:14px;font-weight:600;color:var(--video-text-primary, #0d0334);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.3}._playerPosition_r9br4_234{font-size:11px;font-weight:500;color:var(--video-text-secondary, rgba(13, 3, 52, .7));white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.3}._substituteTag_r9br4_244{padding:4px 8px;background:#ffa50026;border:1px solid rgba(255,165,0,.3);border-radius:6px;font-size:9px;font-weight:700;color:orange;letter-spacing:.5px;flex-shrink:0}._substituteTag_r9br4_244._disabled_r9br4_255{background:#80808026;border:1px solid rgba(128,128,128,.3);color:gray;opacity:.5}@media(max-width:360px){._playerCard_r9br4_162{padding:8px;gap:10px}._playerNumber_r9br4_182{width:28px;height:28px;min-width:28px;font-size:12px}._playerPhoto_r9br4_197{width:40px;height:40px;min-width:40px}._playerName_r9br4_224{font-size:13px}._playerPosition_r9br4_234{font-size:10px}}@media(min-width:768px){._header_r9br4_9{padding:20px}._header_r9br4_9 h3{font-size:20px}._teamsContainer_r9br4_46{padding:20px}._playerCard_r9br4_162{padding:12px;gap:14px}._playerNumber_r9br4_182{width:36px;height:36px;min-width:36px;font-size:15px}._playerPhoto_r9br4_197{width:48px;height:48px;min-width:48px}._playerName_r9br4_224{font-size:15px}._playerPosition_r9br4_234{font-size:12px}}._matchCard_ouivv_1{position:relative}._dateContainer_ouivv_5{position:absolute;left:35%;width:30%;border-radius:0 0 10px 10px;color:#fff;padding-bottom:5px;text-transform:uppercase;z-index:1;text-align:center}._competitionContainer_ouivv_17{position:absolute;left:30%;width:40%;bottom:0;color:#fff;padding-top:5px;font-weight:900;border-radius:10px 10px 0 0;text-transform:uppercase;z-index:1;text-align:center}._vsText_ouivv_31{position:absolute;left:35%;width:30%;bottom:35%;padding-top:5px;font-weight:900;text-transform:uppercase;font-size:20px;z-index:1;text-align:center}._teamContainer_ouivv_44{padding-right:0;cursor:pointer}._teamContainer_ouivv_44._teamOne_ouivv_48{border-radius:20px 0 0 20px}._teamContainer_ouivv_44._teamTwo_ouivv_51{padding-left:0;padding-right:0;border-radius:0 20px 20px 0}._teamContent_ouivv_57{display:flex;align-items:center;padding:20px}._logoContainer_ouivv_63{text-align:center;display:flex;align-items:center}._logoContainer_ouivv_63 img{height:100px;width:auto}._teamName_ouivv_73{text-align:center;border-radius:10px}._scoreCard_ouivv_78{text-align:center}@media(max-width:768px){._dateContainer_ouivv_5{left:50%;transform:translate(-50%);width:50%;font-size:12px;padding-bottom:3px}._competitionContainer_ouivv_17{position:relative;left:unset;transform:none;width:100%;font-size:11px;padding-top:3px;bottom:unset;margin-bottom:10px}._vsText_ouivv_31{display:none}._teamContainer_ouivv_44{width:100%!important;max-width:100%!important;flex:0 0 100%!important;padding:0!important;margin-bottom:10px}._teamContainer_ouivv_44._teamOne_ouivv_48{border-radius:20px 20px 0 0!important;border-left:10px solid!important;border-right:10px solid!important;border-top:2px solid!important;border-bottom:1px solid!important}._teamContainer_ouivv_44._teamTwo_ouivv_51{border-radius:0 0 20px 20px!important;border-left:10px solid!important;border-right:10px solid!important;border-top:1px solid!important;border-bottom:2px solid!important;margin-top:0}._teamContent_ouivv_57{padding:15px 10px!important;margin:0!important;display:flex!important;flex-direction:row!important;justify-content:space-between!important;align-items:center!important}._logoContainer_ouivv_63{flex:0 0 60px!important;width:60px!important;max-width:60px!important;padding:0!important}._logoContainer_ouivv_63 img{height:60px!important;width:auto!important;max-width:60px!important}._teamName_ouivv_73{flex:1!important;width:auto!important;max-width:none!important;padding:0 10px!important}._teamName_ouivv_73 h4{font-size:16px!important;margin:0!important}._scoreCard_ouivv_78{flex:0 0 50px!important;width:50px!important;max-width:50px!important;font-size:24px!important;font-weight:700!important;padding:0!important}}@media(max-width:480px){._dateContainer_ouivv_5{width:60%;font-size:11px}._competitionContainer_ouivv_17{width:100%;font-size:10px}._teamContent_ouivv_57{padding:10px 8px!important}._logoContainer_ouivv_63{flex:0 0 50px!important;width:50px!important}._logoContainer_ouivv_63 img{height:50px!important;max-width:50px!important}._teamName_ouivv_73 h4{font-size:14px!important}._scoreCard_ouivv_78{flex:0 0 45px!important;width:45px!important;font-size:20px!important}}@font-face{font-family:Josefin Sans;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/josefinsans/v32/Qw3PZQNVED7rKGKxtqIqX5E-AVSJrOCfjY46_DjQbMZhLybpUVzEEQ.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}._verticalTimeline_pxg55_8{position:relative;width:100%}._verticalTimeline_pxg55_8 ._timelineLine_pxg55_12{position:absolute;left:50%;top:0;bottom:0;width:2px;background:var(--color-splitter);transform:translate(-50%);pointer-events:none}._verticalTimeline_pxg55_8 ._timeline_pxg55_12{position:relative;width:100%;padding:4px 0;display:flex;flex-direction:column;gap:6px}@media(max-width:768px){._verticalTimeline_pxg55_8 ._timeline_pxg55_12{gap:4px}}@media(max-width:480px){._verticalTimeline_pxg55_8 ._timeline_pxg55_12{gap:3px}}._periodMarker_pxg55_41{display:flex;align-items:center;gap:10px;margin-bottom:8px;padding:0 4px}._periodMarker_pxg55_41:before,._periodMarker_pxg55_41:after{content:"";flex:1;height:1px}._periodMarker_pxg55_41._periodMarkerFullTime_pxg55_53:before{background:linear-gradient(to right,transparent,rgba(227,6,19,.6))}._periodMarker_pxg55_41._periodMarkerFullTime_pxg55_53:after{background:linear-gradient(to left,transparent,rgba(227,6,19,.6))}._periodMarker_pxg55_41._periodMarkerFullTime_pxg55_53 ._periodLabel_pxg55_59{color:#e30613;background:#e306131a;border-color:#e3061373}._periodMarker_pxg55_41._periodMarkerHalfTime_pxg55_64:before{background:linear-gradient(to right,transparent,rgba(255,255,255,.25))}._periodMarker_pxg55_41._periodMarkerHalfTime_pxg55_64:after{background:linear-gradient(to left,transparent,rgba(255,255,255,.25))}._periodMarker_pxg55_41._periodMarkerHalfTime_pxg55_64 ._periodLabel_pxg55_59{color:#ffffffa6;background:#ffffff0f;border-color:#fff3}._periodMarker_pxg55_41._periodMarkerSecondHalf_pxg55_75:before{background:linear-gradient(to right,transparent,rgba(99,102,241,.5))}._periodMarker_pxg55_41._periodMarkerSecondHalf_pxg55_75:after{background:linear-gradient(to left,transparent,rgba(99,102,241,.5))}._periodMarker_pxg55_41._periodMarkerSecondHalf_pxg55_75 ._periodLabel_pxg55_59{color:#8b8ffff2;background:#6366f114;border-color:#6366f166}._periodMarker_pxg55_41._periodMarkerKickOff_pxg55_86:before{background:linear-gradient(to right,transparent,rgba(34,197,94,.5))}._periodMarker_pxg55_41._periodMarkerKickOff_pxg55_86:after{background:linear-gradient(to left,transparent,rgba(34,197,94,.5))}._periodMarker_pxg55_41._periodMarkerKickOff_pxg55_86 ._periodLabel_pxg55_59{color:#22c55ef2;background:#22c55e0f;border-color:#22c55e59}._periodMarker_pxg55_41 ._periodLabel_pxg55_59{flex-shrink:0;font-family:Josefin Sans,sans-serif;font-size:.65rem;font-weight:800;text-transform:uppercase;letter-spacing:1.5px;border:1px solid;padding:3px 12px;border-radius:20px}._block_pxg55_109{display:flex;align-items:stretch;min-height:60px}._block_pxg55_109._blockScoring_pxg55_114{min-height:80px}@media(max-width:1024px){._block_pxg55_109._blockScoring_pxg55_114{min-height:74px}}@media(max-width:768px){._block_pxg55_109._blockScoring_pxg55_114{min-height:68px}}@media(max-width:480px){._block_pxg55_109._blockScoring_pxg55_114{min-height:62px}}._block_pxg55_109._blockSecondary_pxg55_132{min-height:40px}@media(max-width:768px){._block_pxg55_109._blockSecondary_pxg55_132{min-height:34px}}@media(max-width:480px){._block_pxg55_109._blockSecondary_pxg55_132{min-height:30px}}._block_pxg55_109._blockSecondary_pxg55_132 ._card_pxg55_145{padding:.2rem .5rem;border-left-width:2px}._block_pxg55_109._blockSecondary_pxg55_132 ._item_pxg55_149._left_pxg55_149 ._card_pxg55_145{border-right-width:2px}._block_pxg55_109._blockSecondary_pxg55_132 ._actionName_pxg55_152{font-size:.58rem;font-weight:500;color:#0006}@media(max-width:1024px){._block_pxg55_109{min-height:54px}}@media(max-width:768px){._block_pxg55_109{min-height:48px}}@media(max-width:480px){._block_pxg55_109{min-height:42px}}._slot_pxg55_173{flex:1;min-width:0;display:flex}._slot_pxg55_173._slotLeft_pxg55_178{justify-content:flex-end}._slot_pxg55_173._slotRight_pxg55_181{justify-content:flex-start}._spineGroup_pxg55_185{flex:0 0 auto;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:2px;z-index:3;position:relative;padding:2px 5px}._spineTime_pxg55_197{font-family:Josefin Sans,sans-serif;font-size:1.08rem;font-weight:700;color:#000;white-space:nowrap;padding:1px 4px;border-radius:3px;letter-spacing:.3px;display:flex;flex-direction:column;align-items:center;line-height:1.15}@media(max-width:768px){._spineTime_pxg55_197{font-size:.88rem}}@media(max-width:480px){._spineTime_pxg55_197{font-size:.8rem;padding:1px 3px}}._spineTimeBase_pxg55_223{font-size:1em}._spineTimeExtra_pxg55_227{font-size:.8em;opacity:.75}._spineDot_pxg55_232{width:10px;height:10px;border-radius:50%;flex-shrink:0;background:var(--dot-color, #888)}._item_pxg55_149{width:100%;display:flex;flex-direction:column}._card_pxg55_145{position:relative;width:100%;flex:1;box-sizing:border-box;border-radius:6px;border:1px solid transparent;border-left-width:3px;display:flex;align-items:center;gap:.5rem;padding:.5rem .65rem;background-color:var(--card-bg, transparent);border-color:var(--card-border, transparent)}@media(max-width:768px){._card_pxg55_145{padding:.3rem .4rem;gap:.25rem}}@media(max-width:480px){._card_pxg55_145{padding:.22rem .3rem;gap:.15rem}}@media(hover:hover){._card_pxg55_145:hover{filter:brightness(1.15);cursor:default}}._item_pxg55_149._left_pxg55_149 ._card_pxg55_145{flex-direction:row-reverse;border-left-width:1px;border-right-width:3px}._badge_pxg55_286{position:absolute;top:-9px;right:-10px;font-family:Josefin Sans,sans-serif;font-size:.6rem;font-weight:900;color:#000;background:#fff;padding:2px 7px;border-radius:20px;letter-spacing:.5px;white-space:nowrap;z-index:4;border:1.5px solid rgba(0,0,0,.2);box-shadow:0 2px 6px #0000002e;text-transform:uppercase}._item_pxg55_149._left_pxg55_149 ._badge_pxg55_286{right:auto;left:-10px}._playerPhoto_pxg55_310{width:34px;height:34px;border-radius:50%;object-fit:cover;flex-shrink:0;border:2px solid rgba(0,0,0,.15);background:#0000000d}@media(max-width:768px){._playerPhoto_pxg55_310{width:26px;height:26px}}._actionInfo_pxg55_326{flex:1;min-width:0;overflow:hidden}._item_pxg55_149._left_pxg55_149 ._actionInfo_pxg55_326{text-align:right}._item_pxg55_149._right_pxg55_336 ._actionInfo_pxg55_326{text-align:left}._actionName_pxg55_152{font-weight:800;margin:0;line-height:1.25;color:#000;font-size:.78rem;text-transform:uppercase;letter-spacing:.4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media(max-width:768px){._actionName_pxg55_152{font-size:.65rem}}@media(max-width:480px){._actionName_pxg55_152{font-size:.58rem}}._noKeyEvents_pxg55_363{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:32px 16px;text-align:center}._noKeyEventsIcon_pxg55_373{font-size:2rem;opacity:.5}._noKeyEventsTitle_pxg55_378{font-family:Josefin Sans,sans-serif;font-size:.75rem;font-weight:800;text-transform:uppercase;letter-spacing:1px;color:#000;opacity:.5;margin:0}._noKeyEventsMessage_pxg55_389{font-size:.72rem;color:#000;opacity:.45;margin:0;max-width:260px;line-height:1.5}._actionPlayer_pxg55_398{font-size:.78rem;font-weight:800;color:#000;margin:2px 0 0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media(max-width:768px){._actionPlayer_pxg55_398{font-size:.65rem}}@media(max-width:480px){._actionPlayer_pxg55_398{font-size:.58rem}}._liveStatsContainer_1msrb_2{width:100%}._header_1msrb_7{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}._xmlDownloadBtn_1msrb_14{display:inline-flex;align-items:center;gap:6px;background:var(--color-red);border:1px solid var(--color-red);border-radius:6px;padding:8px 16px;color:var(--color-white-always, #fff);font-family:Josefin Sans,sans-serif;font-size:11px;font-weight:700;letter-spacing:.5px;text-transform:uppercase;cursor:pointer;transition:opacity .2s ease}._xmlDownloadBtn_1msrb_14:hover{opacity:.85}._xmlDownloadBtn_1msrb_14 img{width:14px;height:14px;object-fit:contain;filter:brightness(100)}._liveBadge_1msrb_41{display:inline-flex;align-items:center;gap:6px;background:#e3061326;border:1px solid var(--color-red);border-radius:50px;padding:5px 14px;font-family:Josefin Sans,sans-serif;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:var(--color-red)}._liveDot_1msrb_57{width:8px;height:8px;background:var(--color-red);border-radius:50%;animation:_pulse_1msrb_1 1.5s ease-in-out infinite}@keyframes _pulse_1msrb_1{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.8)}}._fetching_1msrb_75{display:inline-block;margin-left:6px;font-size:12px;animation:_spin_1msrb_1 1s linear infinite}@keyframes _spin_1msrb_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._content_1msrb_91{display:flex;gap:20px}._timelineColumn_1msrb_96,._statsColumn_1msrb_101{flex:1;min-width:0}._scrollWrap_1msrb_107{position:relative}._scrollArea_1msrb_111{height:600px;overflow-y:auto;overflow-x:hidden;position:relative;padding:6px}._scrollIndicator_1msrb_120{position:absolute;bottom:8px;left:50%;transform:translate(-50%);z-index:2;width:32px;height:32px;border-radius:50%;background:var(--color-red);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #0000004d;transition:opacity .3s ease,transform .2s ease;animation:_bounce_1msrb_1 2s ease-in-out infinite}._scrollIndicator_1msrb_120:hover{transform:translate(-50%) scale(1.1)}._scrollIndicator_1msrb_120 i{color:#fff;font-size:14px}._scrollIndicatorHidden_1msrb_149{opacity:0;pointer-events:none}@keyframes _bounce_1msrb_1{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(4px)}}._timelineTabHeader_1msrb_163{display:flex;align-items:center;justify-content:space-between;position:sticky;top:-6px;z-index:3;background:var(--color-dark-1);margin:0 -6px;padding:0 6px;border-bottom:1px solid var(--color-splitter)}._timelineTeamLogo_1msrb_176{width:28px;height:28px;object-fit:contain;flex-shrink:0}@media(max-width:768px){._timelineTeamLogo_1msrb_176{width:22px;height:22px}}._timelineTabs_1msrb_189{display:flex;flex:1;justify-content:center;gap:0}._timelineTab_1msrb_163{background:transparent;border:none;border-bottom:2px solid transparent;padding:8px 12px;font-family:Josefin Sans,sans-serif;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:var(--color-primary, rgba(255, 255, 255, .5));cursor:pointer;transition:all .2s ease;white-space:nowrap}._timelineTab_1msrb_163:hover{color:var(--color-white, #fff)}@media(max-width:768px){._timelineTab_1msrb_163{font-size:9px;padding:7px 8px}}._timelineTabActive_1msrb_221{color:var(--color-white, #fff);border-bottom-color:var(--color-red, #e30613)}._statsPanel_1msrb_227{padding:0}._statsToggle_1msrb_231{display:none}._mobileHeading_1msrb_236{display:flex;align-items:center;justify-content:center;gap:12px;font-size:18px;font-weight:600;text-transform:uppercase;color:var(--color-white);padding:12px 8px 8px;border-bottom:1px solid var(--color-splitter);margin-bottom:8px}._mobileHeadingLogo_1msrb_250{width:28px;height:28px;object-fit:contain;flex-shrink:0}._mobileStatsContainer_1msrb_257{overflow:hidden}._statsHeader_1msrb_261{display:flex;align-items:center;gap:8px;margin:0 -6px 14px;padding:8px 6px 0;border-bottom:1px solid var(--color-splitter);position:sticky;top:-6px;z-index:3;background:var(--color-dark-1)}._statsLogo_1msrb_274{width:32px;height:32px;object-fit:contain;flex-shrink:0}._tabs_1msrb_281{display:flex;flex:1;gap:4px;justify-content:center}._tab_1msrb_281{background:transparent;border:none;border-bottom:2px solid transparent;padding:6px 16px;font-family:Josefin Sans,sans-serif;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:var(--color-primary);cursor:pointer;transition:all .2s ease}._tab_1msrb_281:hover{color:var(--color-white)}._tabActive_1msrb_307{color:var(--color-white);border-bottom-color:var(--color-red)}._loaderContainer_1msrb_313{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:200px;gap:12px}._loaderText_1msrb_322{font-family:Josefin Sans,sans-serif;font-size:12px;color:var(--color-primary);text-transform:uppercase;letter-spacing:.5px}._emptyTimeline_1msrb_331{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:300px;color:var(--color-primary);font-family:Josefin Sans,sans-serif;font-size:13px;text-transform:uppercase;letter-spacing:.5px;gap:12px}._emptyIcon_1msrb_345{font-size:36px;opacity:.3}@media(max-width:1024px){._content_1msrb_91{gap:16px}._statsPanel_1msrb_227 .border-right-green,._statsPanel_1msrb_227 .border-left-blue,._statsPanel_1msrb_227 .button-play-video{display:none}._statsPanel_1msrb_227 .table{table-layout:fixed;width:100%}._statsPanel_1msrb_227 .table th:nth-child(1),._statsPanel_1msrb_227 .table td:nth-child(1),._statsPanel_1msrb_227 .table th:nth-child(7),._statsPanel_1msrb_227 .table td:nth-child(7){display:none}._statsPanel_1msrb_227 .table th:nth-child(2),._statsPanel_1msrb_227 .table td:nth-child(2),._statsPanel_1msrb_227 .table th:nth-child(6),._statsPanel_1msrb_227 .table td:nth-child(6){display:none}}@media(max-width:768px){._content_1msrb_91{flex-direction:column;gap:16px}._timelineColumn_1msrb_96{order:1}._statsColumn_1msrb_101{order:2;flex:1;max-width:100%}._scrollArea_1msrb_111{height:450px}._statsPanel_1msrb_227 .border-right-green,._statsPanel_1msrb_227 .border-left-blue,._statsPanel_1msrb_227 .button-play-video{display:none}._statsPanel_1msrb_227 .table{table-layout:fixed;width:100%}._statsPanel_1msrb_227 .table th:nth-child(1),._statsPanel_1msrb_227 .table td:nth-child(1),._statsPanel_1msrb_227 .table th:nth-child(7),._statsPanel_1msrb_227 .table td:nth-child(7){display:none}._statsPanel_1msrb_227 .table th:nth-child(2),._statsPanel_1msrb_227 .table td:nth-child(2),._statsPanel_1msrb_227 .table th:nth-child(6),._statsPanel_1msrb_227 .table td:nth-child(6){display:none}._statsHeader_1msrb_261{gap:4px;padding:6px 6px 0;margin:0 -6px 10px}._statsLogo_1msrb_274{width:24px;height:24px}._statsToggle_1msrb_231{display:flex;align-items:center;justify-content:center;width:100%;background:transparent;border:none;border-bottom:1px solid var(--color-splitter);border-radius:0;padding:16px;color:var(--color-white);font-size:18px;font-weight:600;text-transform:uppercase;cursor:pointer;transition:all .2s ease;margin-bottom:0;gap:12px}._statsToggleIcon_1msrb_450{font-size:14px;color:var(--color-primary);transition:transform .3s ease}._statsToggleOpen_1msrb_455{transform:rotate(180deg)}._statsCollapsed_1msrb_458{display:none}._tab_1msrb_281{padding:4px 10px;font-size:10px}._scrollWrap_1msrb_107{margin-top:0}}@media(max-width:480px){._scrollArea_1msrb_111{height:380px}._tabs_1msrb_281{gap:0}._tab_1msrb_281{padding:4px 6px;font-size:9px}._statsLogo_1msrb_274{width:20px;height:20px}}@media(max-width:768px){._compactCard_1msrb_488 [class*=teamContainer]{width:50%!important;max-width:50%!important;flex:0 0 50%!important;margin-bottom:0!important}._compactCard_1msrb_488 [class*=teamOne]{border-radius:12px 0 0 12px!important;border-left:6px solid!important;border-right:none!important;border-top:2px solid!important;border-bottom:2px solid!important}._compactCard_1msrb_488 [class*=teamTwo]{border-radius:0 12px 12px 0!important;border-right:6px solid!important;border-left:none!important;border-top:2px solid!important;border-bottom:2px solid!important}._compactCard_1msrb_488 [class*=teamContent]{padding:6px!important;flex-direction:row!important}._compactCard_1msrb_488 [class*=logoContainer]{flex:0 0 28px!important;width:28px!important;max-width:28px!important}._compactCard_1msrb_488 [class*=logoContainer] img{height:28px!important;max-width:28px!important}._compactCard_1msrb_488 [class*=teamName] h4{font-size:10px!important;margin:0!important}._compactCard_1msrb_488 [class*=scoreCard]{font-size:16px!important;flex:0 0 28px!important;width:28px!important}._compactCard_1msrb_488 [class*=dateContainer]{font-size:8px!important;padding:1px 4px!important;width:40%!important}._compactCard_1msrb_488 [class*=competitionContainer]{font-size:8px!important;padding:1px!important;margin-bottom:2px!important}._compactCard_1msrb_488 .row.p-3{padding:.25rem!important}}@page{margin:0;size:A4}.pdf-page-vertical{top:0;left:0;display:block;height:42cm;width:29.7cm;margin:0;padding:0;border:0;font-size:100%;font:inherit;background:linear-gradient(135deg,#1b1435 38%,#000 56%,#e30613);font-weight:900}.pdf-page-no-background-vertical{top:0;left:0;display:block;height:42cm;width:29.7cm;margin:0;padding:0;border:0;font-size:100%;font:inherit;font-weight:900}.couverture-pdf-match{display:block;height:42cm;width:29.7cm;position:absolute;padding:0}.repere-pdf-match{display:block;height:42cm;width:29.7cm;border:black .05cm solid;position:absolute;z-index:6}.titre_couv_part1-pdf-match,.titre_couv_part2-pdf-match,.titre_couv_part3-pdf-match{font-family:play-bold;font-size:60pt;letter-spacing:-2;color:#fff;text-shadow:.08cm 0 .05cm #1b1435;z-index:2;position:absolute;text-align:right;margin:0}.titre_couv_part1-pdf-match{display:block;transform-origin:2.3cm 2.3cm;transform:rotate(-90deg);top:7.6cm;left:.8cm}.titre_couv_part2-pdf-match{top:.5cm;left:.8cm;line-height:.9}.titre_couv_part3-pdf-match{top:2.5cm;position:relative;right:27.3cm;line-height:0;text-align:right}.id_match-pdf-match{position:absolute;width:20cm;height:4cm;left:4.7cm;top:4.7cm;background:#ffffffc7;border:.08cm solid #ffffff;box-sizing:border-box;border-radius:.3cm}.slash-pdf-match{position:absolute;display:block;left:5cm;width:3.6cm;padding-top:1.78cm;border-bottom:.08cm solid #ffffff;transform:rotate(-55deg)}.championnat_match-pdf-match{position:absolute;left:.35cm;top:.3cm;font-family:raleway-bold;font-size:11.5pt;line-height:12.5pt;color:#000;text-align:left}sup-pdf-match{font-size:.8em}.date_lieu-pdf-match{position:absolute;right:.35cm;bottom:.3cm;font-family:raleway-regular;font-size:11.5pt;line-height:12.5pt;color:#fff;text-align:right}.equipes-pdf-match,.blasons-pdf-match{display:block;position:absolute;width:20cm;left:4.85cm;-webkit-column-count:2;column-count:2;column-gap:0;column-width:6cm;white-space:nowrap;z-index:2;-webkit-column-break-inside:avoid}.equipes-pdf-match{top:9.8cm}.blasons-pdf-match{top:10.5cm}.equipe-pdf-match{width:10cm;text-align:center;font-family:play-bold;font-size:18pt;text-transform:uppercase;color:#fff;display:inline-block}.bloc_blason1-pdf-match,.bloc_blason2-pdf-match{position:absolute;display:block;width:5cm;height:5cm;top:.6cm}.bloc_blason1-pdf-match{left:2.5cm;background:#fff;border-radius:50%;border:solid #1b1435 .08cm}.bloc_blason2-pdf-match{right:2.5cm;background:#fff;border-radius:50%;border:solid #e30613 .08cm}.blason-pdf-match{max-height:3.5cm;width:3.5cm;margin:0 auto;top:.7cm;position:absolute;left:.7cm}.vertical_blanc1-pdf-match{width:.08cm;top:1.3cm;left:2.6cm;height:9.2cm;background-color:#fff;border-radius:.04cm;z-index:2;position:inherit;display:block}.vertical_blanc2-pdf-match{width:.08cm;top:12.5cm;left:28.5cm;height:26.5cm;background-color:#fff;border-radius:.04cm;z-index:2;position:absolute;display:block}.vertical_petit_b-pdf-match,.vertical_petit_v-pdf-match{width:.08cm;top:.6cm;height:5.5cm;border-radius:.04cm;z-index:2;position:absolute;display:block}.vertical_petit_b-pdf-match{background-color:#e30613}.vertical_petit_v-pdf-match{background-color:#1b1435}line-pdf-match{z-index:6}.final_score-pdf-match{position:absolute;width:29.7cm;height:fit-content;top:14cm;font-family:play-bold;font-size:25pt;line-height:27pt;text-align:center;text-transform:lowercase;color:#fff;z-index:3}.arbitre-pdf-match{position:absolute;width:29.7cm;height:fit-content;top:15.2cm;font-family:raleway-regular;font-size:13pt;line-height:15pt;text-align:center;text-transform:capitalize;color:#fff}.panneau_couv-pdf-match{position:absolute;display:block;top:.15cm}.tableau_couv-pdf-match{position:relative;width:18.16cm;height:6cm;left:5.77cm;right:5.77cm;top:17.5cm;z-index:5;justify-content:space-between}.tableau_couv-pdf-match tr{max-height:1.5cm;min-height:1cm;vertical-align:top}.tableau_couv-pdf-match td{position:inherit}.tableau_couv-pdf-match .rubrique_tab-pdf-match{padding-top:.5cm}.tr-pdf-match{height:1cm;vertical-align:text-bottom}.rubrique_tab-pdf-match,.rubrique_terrains-pdf-match{font-family:play-bold;font-size:11pt;color:#000c}.rubrique_tab-pdf-match{line-height:11pt;font-weight:900!important}.rubrique_terrains-pdf-match{line-height:9pt}.categorie-pdf-match{display:block;font-family:play-bold;font-size:10pt;line-height:11pt;color:#fff;padding:.05cm .12cm;background:linear-gradient(90deg,#1b1435 10%,#e30613 70%);border-radius:.5cm;box-sizing:content-box}.chiffre-pdf-match{font-family:raleway-bold;font-size:11pt;line-height:11pt;color:#000c;text-align:center}.joueurs-pdf-match{font-family:raleway-regular;font-size:9.5pt;letter-spacing:-.3;line-height:9.5pt;color:#000c;white-space:nowrap;padding-left:.05cm;padding-right:.05cm}.rubrique_tab-pdf-match,.categorie-pdf-match,.chiffre-pdf-match,.joueurs-pdf-match,.rubrique_terrains-pdf-match{text-align:center;text-transform:capitalize}.player_name_v-pdf-match,.player_name_b-pdf-match{transform:rotate(-90deg);transform-origin:50% 50%;line-height:8pt;font-size:8pt;font-family:raleway-regular;color:#000c;width:.5cm;text-align:center;margin-bottom:.1cm;display:block;margin-left:15px}.player_name_v-pdf-match span,.player_name_b-pdf-match span{font-family:raleway-bold}.timeline-pdf-match{top:30cm;position:absolute;display:block;width:29.7cm}.titre_timeline_couv-pdf-match,.titre_timeline-pdf-match{font-family:play-bold;font-size:16pt;line-height:18pt;text-align:center;text-transform:uppercase;border:.08cm solid #1b1435;border-radius:.5cm;padding:.05cm .12cm;margin:0 auto}.titre_timeline_couv-pdf-match{color:#fff}.timeline_bar_b-pdf-match{display:block;position:relative;width:20cm;top:1cm;margin:0 auto}.timeline_bar-pdf-match,.timeline_bar2-pdf-match{position:relative;width:20cm;height:2.5cm;list-style:none;text-align:justify;margin:0 auto}.timeline_bar-pdf-match:after,.timeline_bar2-pdf-match:after{display:inline-block;position:relative;content:"";width:100%}.timeline_bar-pdf-match li,.timeline_bar2-pdf-match li{display:inline-block;width:.25cm;height:.25cm;text-align:center;line-height:1;position:absolute;border-radius:50%;border:.08cm solid white;top:-.25cm}.team1-pdf-match{background:#1b1435}.team_transformation-pdf-match{background:none;line-height:0;border-radius:0%;border:none!important;width:0px!important;height:0px!important}.team_transformation_2-pdf-match{background:none;line-height:0;border-radius:0%;border:none!important;width:0px!important;height:0px!important;top:-.25cm}.team2-pdf-match{background:#e30613}.timeline_bar-pdf-match li:before,.timeline_bar2-pdf-match li:before{display:inline;content:attr(data-name);font-size:11pt;font-family:play-bold;position:absolute;left:50%;transform:translate(-50%)}.timeline_bar-pdf-match li:before,.timeline_bar2-pdf-match .team1_name-pdf-match:before,.timeline_bar2-pdf-match .team2_name-pdf-match:before{content:attr(data-name);color:#fff}.timeline_bar2-pdf-match li:before{color:#000c}.timeline_bar-pdf-match .team1-pdf-match:before,.timeline_bar2-pdf-match .team1-pdf-match:before{top:-.5cm}.timeline_bar-pdf-match .team1_name-pdf-match:before,.timeline_bar2-pdf-match .team1_name-pdf-match:before{top:-.6cm;background-color:#1b1435;padding:.03cm .1cm .03cm .03cm;border-radius:.3cm;margin-left:-3.5cm}.timeline_bar-pdf-match .team1_name-pdf-match:before,.timeline_bar2-pdf-match .team1_name-pdf-match:before,.timeline_bar-pdf-match .team2_name-pdf-match:before,.timeline_bar2-pdf-match .team2_name-pdf-match:before{text-align:right;left:0;width:4.85cm}.timeline_bar-pdf-match .team2-pdf-match:before,.timeline_bar2-pdf-match .team2-pdf-match:before{bottom:-.6cm}.timeline_bar-pdf-match .team2_name-pdf-match:before,.timeline_bar2-pdf-match .team2_name-pdf-match:before{bottom:-.6cm;background-color:#e30613;padding:.03cm .1cm .03cm .03cm;border-radius:.3cm;margin-left:-3.5cm}.event_t1-pdf-match,.event_t2-pdf-match,.event_t1_cart-pdf-match,.event_t2_cart-pdf-match,.event_score1-pdf-match,.event_score2-pdf-match,.event_score1_top-pdf-match,.event_score2_top-pdf-match{position:relative;left:50%;transform:translate(-50%)}.event_t1-pdf-match,.event_t2-pdf-match{width:.7cm;height:.7cm}.event_score1-pdf-match,.event_score2-pdf-match{width:.8cm;height:.8cm}.event_score1_top-pdf-match,.event_score2_top-pdf-match{width:.5cm;height:.5cm}.event_t1_cart-pdf-match,.event_t2_cart-pdf-match{width:.4cm;height:.4cm}.event_t1-pdf-match{bottom:1.4cm}.event_t1_cart-pdf-match{bottom:1.8cm}.event_score1-pdf-match{bottom:1.6cm}.event_score1_top-pdf-match{bottom:2cm}.event_t2-pdf-match{bottom:-.8cm}.event_t2_cart-pdf-match{bottom:-1.2cm}.event_score2-pdf-match{bottom:-1.1cm}.event_score2_top-pdf-match{bottom:-1.7cm}.start-pdf-match{margin-left:-.5cm}.end-pdf-match{margin-left:20.3cm}.timeline_bar-pdf-match .start-pdf-match,.timeline_bar-pdf-match .end-pdf-match,.timeline_bar-pdf-match .team1_name-pdf-match,.timeline_bar-pdf-match .team2_name-pdf-match{border:transparent}.logo_couv-pdf-match{display:block;position:absolute;left:25.3cm;width:3.2cm;top:38cm}.titres_pages-pdf-match{font-family:play-bold;font-size:40pt;text-transform:uppercase;color:#1b1435;text-shadow:.08cm 0 .05cm #e30613;z-index:2;text-align:right;position:relative;transform-origin:2.3cm 2.3cm;transform:rotate(-90deg);top:25.8cm;left:.1cm;display:block}#gabarit_1-pdf-match{position:absolute;display:block;top:0;left:23.95cm;width:6cm}.chrono-pdf-match{position:absolute;display:block;top:.6cm;left:22.8cm;width:1cm}.time_play-pdf-match,.time_play_chrono-pdf-match{position:absolute;font-family:play-bold;text-transform:uppercase;color:#fff}.time_play-pdf-match{left:24cm;top:.9cm;font-size:10pt;line-height:12pt}.time_play_chrono-pdf-match{left:25cm;top:2cm;font-size:15pt;line-height:17pt}#gabarit_2-pdf-match,#gabarit_4-pdf-match{position:relative;display:block;margin:0 auto;width:12.5cm}#gabarit_2-pdf-match{top:2cm}#gabarit_4-pdf-match{width:17cm;top:2cm}.occupation_globale-pdf-match,.possession_globale-pdf-match{display:block;position:absolute;width:10cm;height:5cm}.occupation_globale-pdf-match{left:4.85cm;top:2cm}.blasons2-pdf-match,.blasons3-pdf-match{display:block;position:relative;margin:0 auto;width:100%;height:fit-content;z-index:2}.blasons2-pdf-match{top:-1.5cm}.bloc2_blason1-pdf-match,.bloc2_blason2-pdf-match{position:absolute;display:block;width:10cm;height:1.2cm}.bloc2_blason1-pdf-match{left:-2.5cm}.bloc2_blason2-pdf-match{right:-2.5cm}.blason_taille_2-pdf-match{display:block;height:1.2cm;width:auto;margin:0 auto}.titre_emphase-pdf-match{top:0;font-family:play-bold;font-size:14pt;line-height:16pt;text-align:center;text-transform:uppercase;color:#000c;display:block;padding-top:.08cm;margin:0 auto;border-top:.08cm solid;background-color:linear-gradient(90deg,#1b1435 10%,#e30613 70%) 10 10}.detail-pdf-match{font-family:raleway-regular;font-size:12pt;line-height:16pt;text-align:center;text-transform:uppercase;color:#000c}.possession_globale-pdf-match{left:14.85cm;top:4cm}.semi-donut-pdf-match{transform:rotate(180deg);width:7.5cm;position:relative;margin:0 1.25cm;top:.5cm}.semi-donut2-pdf-match,.semi-donut3-pdf-match{transform:rotate(180deg);position:relative;margin:0 auto;z-index:-1}.semi-donut2-pdf-match{top:-.3cm;width:2.5cm}.semi-donut3-pdf-match{top:.5cm;width:3.5cm}.pourcentage1-pdf-match,.pourcentage2-pdf-match{position:inherit;display:block;width:1.6cm;top:3.5cm;font-family:play-bold;font-size:11pt;line-height:13pt;text-align:center;text-transform:uppercase;color:#000c}.pourcentage1-pdf-match{left:.2cm;text-align:left;padding-bottom:.1cm;border-bottom:solid .08cm #1b1435}.pourcentage2-pdf-match{right:.2cm;text-align:right;padding-bottom:.1cm;border-bottom:solid .08cm #e30613}.possession_zones-pdf-match{display:block;position:absolute;top:11.5cm;width:29.7cm}.blason_taille3-pdf-match{height:1cm}.fleche-pdf-match{height:1.5cm}.terrains-pdf-match{display:block;position:relative;width:20cm;top:.5cm}.terrain_d-pdf-match,.terrain_g-pdf-match{display:block;position:absolute;width:5.5cm;top:0}.terrain_g-pdf-match{left:1.3cm}.terrain_d-pdf-match{right:1.3cm}.donnees_terrains_G-pdf-match,.donnees_terrains_D-pdf-match{display:block;width:6.8cm}.donnees_terrains_G-pdf-match table,.donnees_terrains_D-pdf-match table{border-spacing:0 2}.donnees_terrains_gg-pdf-match,.donnees_terrains_dd-pdf-match,.donnees_terrains_gg_ronds-pdf-match,.donnees_terrains_dd_ronds-pdf-match{position:absolute;display:block;top:0}.donnees_terrains_gg-pdf-match{padding-top:.8cm;left:0}.donnees_terrains_gg_ronds-pdf-match{left:-.7cm;padding-top:.6cm}.donnees_terrains_gg_ronds-pdf-match tr,.donnees_terrains_dd_ronds-pdf-match tr{height:1.56cm}.donnees_terrains_gg_ronds-pdf-match,.donnees_terrains_dd_ronds-pdf-match{top:-.13cm}.donnees_terrains_dd_ronds-pdf-match{right:-.7cm;padding-top:.6cm}.donnees_terrains_dd-pdf-match{padding-top:.8cm;width:6.8cm;right:0}.donnees_terrains_gg-pdf-match td,.donnees_terrains_dd-pdf-match td,.donnees_terrains_gg_ronds-pdf-match td,.donnees_terrains_dd_ronds-pdf-match td{vertical-align:middle;height:max-content}.donnees_terrains-pdf-match{font-family:play-bold;font-size:9.3pt;line-height:9.3pt;letter-spacing:-.6;text-align:center;text-transform:uppercase;color:#fff}.donnees_terrains_back-pdf-match,.donnees_terrains_back2-pdf-match,.donnees_terrains_back3-pdf-match{width:1.3cm;height:1.3cm;border:.06cm solid var(--color);background-color:var(--fill);border-radius:50%}.donnees_terrains_back-pdf-match span,.donnees_terrains_back2-pdf-match p{font-family:play-bold;font-size:9.5pt;line-height:10pt;letter-spacing:-.5;display:inline;vertical-align:middle;text-align:center;text-transform:uppercase;color:var(--color);position:relative}.donnees_terrains_back-pdf-match span{top:.25cm}.donnees_terrains_back2-pdf-match p{top:.4cm}.vitesse-pdf-match,.vitesse_light-pdf-match,.donnees_terrains_back3-pdf-match p{font-size:9.5pt;line-height:10pt;text-align:center;letter-spacing:-.5;font-family:play-bold}.vitesse-pdf-match,.vitesse_light-pdf-match,.donnees_terrains_back3-pdf-match p{padding-top:.05cm}.vitesse_light-pdf-match,.donnees_terrains_back3-pdf-match p{color:var(--fill)}.vitesse-pdf-match{background:var(--fill);color:#fff;display:block;border-radius:.25cm}.type_donnees_G-pdf-match,.type_donnees_G_2-pdf-match{display:block;position:absolute}.type_donnees_G-pdf-match{left:6.15cm;top:9.5cm;width:5.5cm}.type_donnees_G_2-pdf-match{left:1.3cm;top:9.9cm;width:5.5cm}.type_donnees_G_2-pdf-match tr,.type_donnees_D_2-pdf-match tr{height:.4cm}.type_donnees_D-pdf-match,.type_donnees_D_2-pdf-match{display:block;position:absolute}.type_donnees_D-pdf-match{right:6.15cm;top:9.5cm;width:5.5cm}.type_donnees_D_2-pdf-match{right:1.3cm;top:9.9cm;width:5.5cm}hr-pdf-match{width:20cm;border:none;height:.025cm}.type_donnee-pdf-match{font-family:raleway-regular;font-size:9pt;line-height:11.5pt;display:block;align-items:flex-end;text-transform:uppercase;color:#000}.tab_avantage-pdf-match,.tab_avantage_vide-pdf-match,.tab_vitesses-pdf-match{display:block;width:6.6cm;margin:0 auto;top:0;padding-top:.8cm}.tab_moyennes-pdf-match{display:block;width:6.6cm;margin:.05cm auto 0}.tab_vitesses-pdf-match{margin-top:-.15cm}.tab_avantage-pdf-match tr,.tab_avantage_vide-pdf-match tr,.tab_moyennes-pdf-match tr,.tab_vitesses-pdf-match tr{display:block}.tab_avantage-pdf-match td,.tab_avantage_vide-pdf-match td,.tab_moyennes-pdf-match td,.tab_vitesses-pdf-match td{vertical-align:baseline}.zone_haut-pdf-match,.zone_bas-pdf-match,.zone_milieu1-pdf-match,.zone_milieu2-pdf-match{height:1.15cm}.zone_milieu_espace1-pdf-match,.zone_milieu_espace2-pdf-match{height:.5cm}.tab_avantage-pdf-match .zone_haut-pdf-match,.tab_avantage-pdf-match .zone_milieu2-pdf-match,.tab_avantage-pdf-match .zone_milieu_espace1-pdf-match,.tab_moyennes-pdf-match .zone_haut-pdf-match,.tab_moyennes-pdf-match .zone_milieu2-pdf-match,.tab_moyennes-pdf-match .zone_milieu_espace1-pdf-match,.tab_vitesses-pdf-match .zone_haut-pdf-match,.tab_vitesses-pdf-match .zone_milieu2-pdf-match,.tab_vitesses-pdf-match .zone_milieu_espace1-pdf-match{border-bottom:.05cm solid #1b1435}.zone_haut-pdf-match .avantage-pdf-match,.zone_milieu1-pdf-match .avantage-pdf-match,.zone_milieu2-pdf-match .avantage-pdf-match,.zone_bas-pdf-match .avantage-pdf-match{line-height:31pt}.avantage-pdf-match,.moyenne-pdf-match,.bras_casses-pdf-match{font-family:play-bold;font-size:11pt;align-items:center;text-align:center;text-transform:uppercase;margin:0 auto;color:#000c}.titre_timeline-pdf-match{color:#000c}.box_timelines-pdf-match{position:relative;display:block;top:21.5cm}.timeline2-pdf-match{margin-top:.08cm;margin-left:2.5cm;width:100%}.logo-pdf-match{display:block;position:absolute;left:25.8cm;width:3cm;top:38.5cm}.page-number{position:absolute;left:50%;bottom:1cm}.pannels-pdf-match{position:relative;top:0;bottom:0;margin:0 4.85cm;width:20cm;display:block;height:auto}.pannel-pdf-match{top:-.5cm;width:20cm;position:inherit;display:block;border-bottom:.08cm solid #1b1435!important;background-color:linear-gradient(90deg,#1b1435 10%,#e30613 70%) 10 10;padding-bottom:.5cm;margin-bottom:1.3cm}.bloc_barre_pourcent_g-pdf-match span,.bloc_barre_pourcent_d-pdf-match span,.bloc_barre_pourcent_g-pdf-match p,.bloc_barre_pourcent_d-pdf-match p{font-size:9.5pt;line-height:9.5pt;top:-.26cm;z-index:2}.bloc_barre_pourcent_g-pdf-match span,.bloc_barre_pourcent_g-pdf-match p{color:#1b1435}.bloc_barre_pourcent_d-pdf-match span,.bloc_barre_pourcent_g-pdf-match p{color:#e30613}.rubrique_tab_stat_1_A-pdf-match,.rubrique_tab_stat_2_A-pdf-match,.rubrique_tab_stat_1_B-pdf-match,.rubrique_tab_stat_2_B-pdf-match,.rubrique_tab_stat-pdf-match{font-family:play-bold;text-align:left;padding:.2cm .3cm;font-weight:900!important;margin:0;line-height:10px!important}.pannel-pdf-match{top:-.5cm;width:20cm;position:inherit;display:block;border-bottom:.08cm solid;background-color:linear-gradient(90deg,#1b1435 10%,#e30613 70%) 10 10;padding-bottom:.5cm;margin-bottom:1.3cm}.titre_pannel-pdf-match,.titre_pannel_team_1-pdf-match,.titre_pannel_team_2-pdf-match,.titre_pannel_team_1_15-pdf-match,.titre_pannel_team_2_15-pdf-match{font-family:play-bold;font-size:14pt;letter-spacing:-.2;line-height:16pt;text-transform:uppercase;color:#fff;display:block;border-top-left-radius:.5cm;border-top-right-radius:.5cm;padding-top:.25cm;padding-bottom:.25cm}.titre_pannel-pdf-match,.titre_pannel_team_1_15-pdf-match,.titre_pannel_team_2_15-pdf-match{width:20cm}.titre_pannel_team_1-pdf-match,.titre_pannel_team_2-pdf-match{width:25.4cm}.titre_pannel-pdf-match{text-align:center;background:linear-gradient(100deg,#1b1435 10%,#e30613 70%)}.titre_pannel_team_1-pdf-match,.titre_pannel_team_1_15-pdf-match{text-align:left;background:#1b1435}.titre_pannel_team_2-pdf-match,.titre_pannel_team_2_15-pdf-match{text-align:left;background:#e30613}.titre_pannel_team_1-pdf-match p,.titre_pannel_team_2-pdf-match p,.titre_pannel_team_1_15-pdf-match p,.titre_pannel_team_2_15-pdf-match p{padding-left:.3cm}.titre_pannel-pdf-match p{font-family:play-regular;font-size:12pt;line-height:16pt;position:relative;margin:0 auto;text-align:center;text-transform:uppercase;color:#fff}.blasons3-pdf-match{position:absolute;top:-.5cm}.bloc3_blason1-pdf-match,.bloc3_blason2-pdf-match{position:absolute;display:block;width:10cm;height:1.8cm}.bloc3_blason1-pdf-match{left:1cm}.bloc3_blason2-pdf-match{right:1cm}.bloc4_blason-pdf-match{position:absolute;right:.6cm}.blason_taille_4-pdf-match{display:block;height:1.8cm;width:auto;margin:0 auto}.tab_pannel-pdf-match{margin-top:.5cm;display:block;position:inherit}.pannel-pdf-match .terrains-pdf-match{margin-top:.1cm}.fractions-pdf-match,.chiffre_b-pdf-match{font-size:10pt;line-height:12pt;text-align:center;text-transform:uppercase;color:#000}.fractions-pdf-match{font-family:raleway-regular}.chiffre_b-pdf-match{font-family:raleway-bold}.categorie2-pdf-match,.categorie2_sep-pdf-match,.categorie2_sep_2-pdf-match,.categorie2_sep_2bis-pdf-match,.categorie2_light-pdf-match,.categorie2_sep_3-pdf-match,.categorie2_sep_3bis-pdf-match{font-size:10pt;line-height:12.5pt;text-align:center;text-transform:uppercase;color:#000c}.categorie2-pdf-match,.categorie2_sep-pdf-match{font-family:play-bold}.categorie2_sep-pdf-match,.categorie2_sep_2-pdf-match,.categorie2_sep_2bis-pdf-match{width:4.3cm;display:block;margin-top:.1cm;padding-bottom:.25cm;border-bottom:.05cm solid;background-color:linear-gradient(90deg,#1b1435 10%,#e30613 70%) 10 10}.categorie2_sep_2-pdf-match,.categorie2_sep_2bis-pdf-match{font-family:play-regular}.categorie2_sep_2-pdf-match{margin-top:.15cm}.categorie2_sep_3-pdf-match{width:4.3cm;display:block;margin-top:-.1cm;padding-top:.25cm;border-top:.06cm solid #1b1435;border-style:dotted;font-family:play-regular}.categorie2_sep_3bis-pdf-match{width:4.3cm;display:block;margin-top:.1cm;padding-bottom:.25cm;border-bottom:.06cm solid #1b1435;border-style:dotted;font-family:play-bold}.categorie2_light-pdf-match{font-family:play-regular;padding-top:.1cm}.bloc_barre_pourcent_g-pdf-match,.bloc_barre_pourcent_d-pdf-match{width:5cm;display:block;position:relative;background:transparent;height:.5cm}.bloc_barre_pourcent_g-pdf-match{left:0}.bloc_barre_pourcent_d-pdf-match{right:0}.bloc_petite_barre_pourcent-pdf-match{height:.5cm;width:5cm}.barre_gauche-pdf-match,.barre_droite-pdf-match{top:-.3cm}.barre_gauche-pdf-match,.barre_droite-pdf-match,.petite_barre_gauche-pdf-match,.petite_barre_droite-pdf-match{width:100%;display:block;position:relative;background-color:#e5e5e5}.barre_gauche-pdf-match,.barre_droite-pdf-match,.pourcentage_barre_g-pdf-match,.pourcentage_barre_d-pdf-match{height:.38cm}.petite_barre_gauche-pdf-match,.petite_barre_droite-pdf-match,.petite_pourcentage_barre_g-pdf-match,.petite_pourcentage_barre_d-pdf-match{height:.2cm}.barre_gauche-pdf-match,.pourcentage_barre_g-pdf-match,.petite_barre_gauche-pdf-match,.petite_pourcentage_barre_g-pdf-match{left:0;border-bottom-right-radius:.25cm;border-top-right-radius:.25cm}.barre_droite-pdf-match,.pourcentage_barre_d-pdf-match,.petite_barre_droite-pdf-match,.petite_pourcentage_barre_d-pdf-match{right:0;border-bottom-left-radius:.25cm;border-top-left-radius:.25cm}.pourcentage_barre_g-pdf-match,.pourcentage_barre_d-pdf-match,.petite_pourcentage_barre_g-pdf-match,.petite_pourcentage_barre_d-pdf-match{position:absolute;display:block;width:var(--percentage)}.pourcentage_barre_g-pdf-match{background-color:#1b1435}.pourcentage_barre_d-pdf-match{background-color:#e30613}.petite_pourcentage_barre_g-pdf-match,.petite_pourcentage_barre_d-pdf-match{background-color:var(--fill)}.bloc_barre_pourcent_g-pdf-match span,.bloc_barre_pourcent_d-pdf-match span,.bloc_barre_pourcent_g-pdf-match p,.bloc_barre_pourcent_d-pdf-match p,.bloc_petite_barre_pourcent-pdf-match p{position:relative;display:block;font-family:play-bold;text-align:center;margin:0 auto}.bloc_barre_pourcent_g-pdf-match p,.bloc_barre_pourcent_d-pdf-match p,.bloc_barre_pourcent_g-pdf-match span,.bloc_barre_pourcent_d-pdf-match span{font-size:9.5pt;line-height:9.5pt;top:-.26cm;z-index:2}.bloc_barre_pourcent_g-pdf-match p{color:#1b1435}.bloc_barre_pourcent_d-pdf-match p{color:#e30613}.bloc_petite_barre_pourcent-pdf-match p{color:#000c;font-size:9pt;line-height:9pt;top:.02cm;z-index:2}.sous_pannel-pdf-match,.sous_pannel_2-pdf-match,.sous_pannel_3-pdf-match{display:block;position:absolute;width:20cm}.sous_pannel-pdf-match{bottom:1.9cm}.sous_pannel_2-pdf-match{bottom:2.7cm}.sous_pannel_3-pdf-match{bottom:3.7cm}.sous_pannel-pdf-match tr{height:.5cm;display:inline;vertical-align:bottom}.sous_sous_pannel-pdf-match tr,.sous_sous_pannel_p-pdf-match tr{height:.5cm;display:block;align-items:center}.sous_sous_pannel-pdf-match,.sous_sous_pannel_p-pdf-match{position:relative}.sous_sous_pannel-pdf-match{top:-.05cm;left:0;right:0}.sous_sous_pannel_p-pdf-match{top:-.3cm}.titre_sous_tab-pdf-match{height:2.8cm}.titre_sous_tab_2-pdf-match{height:3.7cm}.titre_sous_tab_3-pdf-match{height:4.7cm}.titre_sous_tab_4-pdf-match{height:3.3cm}.petit_pourcentage-pdf-match,.petite_fraction-pdf-match{font-family:play-bold;font-size:9pt;line-height:11pt;display:flex;align-items:center;text-align:center;text-transform:uppercase;width:max-content;color:#000c}.petite_categorie-pdf-match,.petite_categorie_b-pdf-match{font-size:10pt;line-height:11pt;text-align:center;text-transform:uppercase;color:#000c;width:3cm;border-top:solid var(--fill) .05cm}.petite_categorie_c-pdf-match{font-size:10pt;line-height:21pt;text-align:center;text-transform:uppercase;color:#000c;width:3cm;border-top:solid var(--fill) .08cm}.petite_categorie-pdf-match{font-family:play-regular}.petite_categorie_b-pdf-match{font-family:play-bold}.donut-pdf-match,.donut2-pdf-match,.donut3-pdf-match{width:1.4cm;position:relative;display:block;align-items:center;justify-content:center;overflow:hidden;box-sizing:border-box}.donut-pdf-match{top:1cm}.donut2-pdf-match{top:2.2cm}.vertical_v-pdf-match,.vertical_b-pdf-match,.vertical_n-pdf-match,.vertical_v_2-pdf-match,.vertical_b_2-pdf-match{width:.08cm;position:absolute;border-radius:.04cm}.vertical_v-pdf-match,.vertical_b-pdf-match,.vertical_n-pdf-match{height:90%;top:.5cm}.vertical_v_2-pdf-match,.vertical_b_2-pdf-match{height:93%;top:-.2cm}.vertical_v-pdf-match,.vertical_v_2-pdf-match{background:#1b1435}.vertical_b-pdf-match,.vertical_b_2-pdf-match{background:#e30613}.vertical_n-pdf-match{background:#000c}.bloc_petit_graph-pdf-match{width:5cm;height:1.5cm;position:relative;bottom:-1.3cm;margin:0 auto}.petit_graph-pdf-match{position:absolute;display:block;bottom:0;width:.38cm;height:calc(var(--nombre) * .3cm);background:var(--fill);border-top-left-radius:.25cm;border-top-right-radius:.25cm}.bloc_petit_graph-pdf-match p,.petit_graph2-pdf-match p,.petit_graph2_L-pdf-match p,.petit_graph2_R-pdf-match p{position:relative;display:block;font-family:play-bold;text-align:center;color:#fff;margin:0 auto;font-size:8.5pt;line-height:8.5pt;letter-spacing:-.5;z-index:2}.bloc_petit_graph-pdf-match p,.petit_graph2-pdf-match p{top:.06cm}.petit_graph2-pdf-match{position:absolute;display:block;width:.38cm;height:calc(var(--nombre) * .15cm);background:var(--fill);bottom:-.3cm;border-top-left-radius:.25cm;border-top-right-radius:.25cm}.petit_graph2_L-pdf-match,.petit_graph2_R-pdf-match{position:absolute;display:block;width:calc(var(--nombre) * .15cm);height:.38cm;background:var(--fill)}.petit_graph2_L-pdf-match{border-top-right-radius:.25cm;border-bottom-right-radius:.25cm;left:0}.petit_graph2_L-pdf-match p{text-align:right;padding-right:.06cm;top:.03cm}.petit_graph2_R-pdf-match p{text-align:left;padding-left:.06cm;top:.03cm}.petit_graph2_R-pdf-match{border-top-left-radius:.25cm;border-bottom-left-radius:.25cm;right:0}.pannel_ind_1-pdf-match tr,.pannel_ind_1_15-pdf-match tr,.pannel_ind_2-pdf-match tr,.pannel_ind_2_15-pdf-match tr{height:0cm}.rubrique_tab_stat-pdf-match{color:#000c;font-size:9.5pt}.rubrique_tab_stat_1_A-pdf-match{background-color:#1b1435;border-bottom-left-radius:.25cm;border-top-left-radius:.25cm;color:#fff;font-size:12px;letter-spacing:-.3}.rubrique_tab_stat_2_A-pdf-match{color:#1b1435;font-size:12px;letter-spacing:-.3}.rubrique_tab_stat_1_B-pdf-match{background-color:#e30613;border-bottom-left-radius:.25cm;border-top-left-radius:.25cm;color:#fff;font-size:12px;letter-spacing:-.3}.rubrique_tab_stat_2_B-pdf-match{color:#e30613;font-size:12px;letter-spacing:-.3}.colonne_type_1_1_A-pdf-match,.colonne_type_1_2_A-pdf-match,.colonne_type_2_1_A-pdf-match,.colonne_type_2_2_A-pdf-match,.colonne_type_1_1_B-pdf-match,.colonne_type_1_2_B-pdf-match,.colonne_type_2_1_B-pdf-match,.colonne_type_2_2_B-pdf-match{height:max-content;font-size:6px!important}.colonne_type_1_1_A-pdf-match{background-color:#a8a8a8}.colonne_type_1_2_A-pdf-match{background-color:#e5e5e5}.colonne_type_2_1_A-pdf-match{background-color:#528397}.colonne_type_2_2_A-pdf-match{background-color:#8aa3ad}.colonne_type_1_1_B-pdf-match{background-color:#a8a8a8}.colonne_type_1_2_B-pdf-match{background-color:#e5e5e5}.colonne_type_2_1_B-pdf-match{background-color:#df8288}.colonne_type_2_2_B-pdf-match{background-color:#e8c4c7}.colonne_type_1_1_A-pdf-match p,.colonne_type_1_2_A-pdf-match p,.colonne_type_2_1_A-pdf-match p,.colonne_type_2_2_A-pdf-match p,.colonne_type_1_1_B-pdf-match p,.colonne_type_1_2_B-pdf-match p,.colonne_type_2_1_B-pdf-match p,.colonne_type_2_2_B-pdf-match p{font-size:7.8pt;letter-spacing:-.5;line-height:.3cm}.colonne_type_1_1_A-pdf-match p,.colonne_type_2_1_A-pdf-match p,.colonne_type_1_1_B-pdf-match p,.colonne_type_2_1_B-pdf-match p{color:#fff}.colonne_type_1_2_A-pdf-match p,.colonne_type_2_2_A-pdf-match p{color:#1b1435}.colonne_type_1_2_B-pdf-match p,.colonne_type_2_2_B-pdf-match p{color:#e30613}.pannel_ind_1-pdf-match,.pannel_ind_2-pdf-match,.pannel_ind_1_15-pdf-match,.pannel_ind_2_15-pdf-match{top:0;position:inherit;display:block;margin:0 auto}.pannel_ind_1-pdf-match,.pannel_ind_2-pdf-match{width:22.4cm;left:-1.2cm}.pannel_ind_1_15-pdf-match,.pannel_ind_2_15-pdf-match{width:22.4cm;left:-2cm}.pourcentage1_petit-pdf-match,.pourcentage2_petit-pdf-match,.pourcentage1_petit2-pdf-match,.pourcentage2_petit2-pdf-match,.pourcentage1_petit3-pdf-match,.pourcentage2_petit3-pdf-match{position:absolute;display:block;width:1.5cm;font-family:play-bold;font-size:9.5pt;line-height:10.5pt;letter-spacing:-.3;text-transform:uppercase;color:#000c}.pourcentage1_petit-pdf-match,.pourcentage2_petit-pdf-match{top:2.2cm}.pourcentage1_petit2-pdf-match,.pourcentage2_petit2-pdf-match{top:5.5cm}.pourcentage1_petit3-pdf-match,.pourcentage2_petit3-pdf-match{top:1.9cm}.pourcentage1_petit-pdf-match,.pourcentage1_petit2-pdf-match{left:7.3cm;text-align:left;padding-bottom:.1cm;border-bottom:solid .06cm #1b1435}.pourcentage1_petit3-pdf-match{left:6.8cm;text-align:left;padding-bottom:.1cm;border-bottom:solid .06cm #1b1435}.pourcentage2_petit-pdf-match,.pourcentage2_petit2-pdf-match{right:7.3cm;text-align:right;padding-bottom:.1cm;border-bottom:solid .06cm #e30613}.pourcentage2_petit3-pdf-match{right:6.8cm;text-align:right;padding-bottom:.1cm;border-bottom:solid .06cm #e30613}.bras_casses-pdf-match{width:1.2cm;height:1.2cm;border:.08cm solid var(--color);background-color:#fff;border-radius:50%;margin-top:-.5cm}.bras_casses-pdf-match p{position:relative;margin:0 auto;top:.35cm}.arrow-down-pdf-match,.arrow-down-2-pdf-match,.arrow-down-3-pdf-match{width:.3cm;height:.15cm;background-color:#1b1435;position:absolute;clip-path:polygon(100% 0,0 0,50% 100%)}.arrow-down-pdf-match{top:-.08cm;left:1.7cm}.arrow-down-2-pdf-match{top:.35cm;left:3.3cm}.arrow-down-3-pdf-match{top:.7cm;left:4.7cm}.rectangle-2-pdf-match,.rectangle-3-pdf-match{width:.05cm;background-color:#1b1435;position:absolute;border-top-left-radius:.015cm;border-top-right-radius:.015cm}.rectangle-2-pdf-match{height:.5cm;top:-.08cm;left:3.43cm}.rectangle-3-pdf-match{height:.8cm;top:-.08cm;left:4.83cm}.espace_bas_tab-pdf-match{height:2cm;width:20cm}.espace_bas_tab2-pdf-match{height:1.5cm;width:20cm}.espace_bas_tab3-pdf-match{height:2.5cm;width:20cm}.espace_bas_tab4-pdf-match{height:1.2cm;width:20cm}.espace_bas_tab5-pdf-match{height:.85cm;width:20cm}.espace_bas_tab6-pdf-match{height:2.1cm;width:20cm}.kicking_map_left-pdf-match{top:-1.2cm;left:-3cm;width:13cm;display:block;position:absolute}.kicking_map_right-pdf-match{top:-1.2cm;left:9.3cm;width:13cm;display:block;position:absolute}.kickingCE_map_left-pdf-match{top:-3.8cm;left:-2.2cm;width:13cm;display:block;position:absolute}.kickingCE_map_right-pdf-match{top:-3.8cm;left:8.7cm;width:13cm;display:block;position:absolute}.kickingR22_map_left-pdf-match{top:-2.9cm;left:-2.2cm;width:13cm;display:block;position:absolute}.kickingR22_map_right-pdf-match{top:-2.9cm;left:8.7cm;width:13cm;display:block;position:absolute}.kickingRLB_map_left-pdf-match{top:-2.9cm;left:-2.2cm;width:13cm;display:block;position:absolute}.kickingRLB_map_right-pdf-match{top:-2.9cm;left:8.7cm;width:13cm;display:block;position:absolute}.kicking_map_semi_left-pdf-match{top:-2cm;left:-2cm;width:11cm;display:block;position:absolute}.kicking_map_semi_right-pdf-match{top:-2cm;left:10.3cm;width:11cm;display:block;position:absolute}.player-pdf-match{position:absolute;color:#929292}.first_name_player-pdf-match{position:absolute;z-index:5;width:140px;color:#fff;font-size:15px;left:0;text-align:center;height:10px}.last_name_player-pdf-match{position:absolute;z-index:5;width:140px;color:#fff;font-size:15px;left:0;text-align:center;height:20px;top:15px}.rectangle_player-pdf-match{position:absolute;z-index:0;background-color:#1b1435;border:2px solid black;width:140px;height:30px}.bracket_box-pdf-match{position:absolute;border-radius:20px;text-align:center;font-weight:700;z-index:-1}.circle_player-pdf-match{width:30px;height:30px;border-radius:20px;background:#1b1435;z-index:10;position:absolute;border:2px solid black;top:-20px;left:-15px}.poste_player-pdf-match{color:#fff;font-weight:700;font-size:23px;text-align:center;position:absolute;z-index:11;top:-13px;width:30px;left:-13px}.photo_player-pdf-match{height:60px;position:absolute;top:-60px;left:40px}.rectangle_sub-pdf-match{position:absolute;z-index:0;background-color:#000;width:40px;height:20px;top:32px}.chrono_sub-pdf-match{color:#fff;font-weight:700;font-size:15px;text-align:center;position:absolute;z-index:11;top:35px;width:30px;left:15px}.logo_sub-pdf-match{height:20px;position:absolute;top:32px;left:0;width:20px}.nb_tries-pdf-match{color:#000;font-weight:700;font-size:15px;text-align:center;position:absolute;z-index:11;top:-7px;width:30px;left:120px}.logo_tries-pdf-match{height:40px;position:absolute;top:-20px;left:110px;width:50px}.rectangle_yellow-pdf-match{position:absolute;z-index:0;background-color:#ff0;width:20px;height:15px;top:32px;border:solid black;left:90px}.rectangle_orange-pdf-match{position:absolute;z-index:0;background-color:#ff7b00;width:20px;height:15px;top:32px;border:solid black;left:90px}.rectangle_red-pdf-match{position:absolute;z-index:0;background-color:red;width:20px;height:15px;top:32px;border:solid black;left:118px}.border-bottom-none-pdf-match{border-bottom:none!important;border:none!important}.table-indiv-pdf-match{margin:0;padding:0;border:0;font-size:100%;font:inherit}._matchGeneralMobile_191v7_1{display:flex;flex-direction:column;width:100%;padding:12px;gap:12px;box-sizing:border-box}._header_191v7_10{display:flex;flex-direction:column;align-items:center;gap:4px;padding:8px 12px;background:linear-gradient(135deg,#0f0920f2,#0f0920d9);border-radius:10px;box-shadow:0 2px 8px #0000001a}._competitionRow_191v7_21{display:flex;align-items:center;gap:8px}._competitionLogo_191v7_27{width:28px;height:28px;min-width:28px;border-radius:6px;background:#fff;display:flex;align-items:center;justify-content:center;overflow:hidden;box-shadow:0 1px 6px #0000001f}._competitionLogo_191v7_27 img{width:100%;height:100%;object-fit:contain}._competitionLogoFallback_191v7_46{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;color:#0f0920;background:linear-gradient(135deg,#f0f0f0,#e0e0e0)}._competition_191v7_21{font-size:14px;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:.5px}._round_191v7_66{font-size:12px;font-weight:500;color:#ffffffd9}._date_191v7_72{font-size:11px;font-weight:400;color:#ffffffb3}._scoreRow_191v7_78{display:flex;align-items:center;justify-content:space-between;gap:8px;position:relative;width:100%}._team_191v7_87{flex:1;display:flex;flex-direction:column;align-items:center;gap:8px;padding:16px 8px;background:linear-gradient(135deg,#1f7a2e26,#0f4d1814);border-radius:12px;cursor:pointer;transition:all .3s ease;position:relative;min-height:140px;justify-content:center}._team_191v7_87:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}._team_191v7_87:first-child{background:linear-gradient(135deg,#1f7a2e33,#0f4d181a)}._team_191v7_87:last-child{background:linear-gradient(135deg,#9d293033,#5b13191a)}._logoWrap_191v7_113{width:56px;height:56px;border-radius:50%;background:#ffffffe6;display:flex;align-items:center;justify-content:center;padding:8px;box-shadow:0 2px 8px #0000001a;flex-shrink:0}._logoWrap_191v7_113 img{width:100%;height:100%;object-fit:contain}._teamName_191v7_131{font-size:13px;font-weight:600;text-align:center;line-height:1.2;color:#333;max-width:100%;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}._score_191v7_78{font-size:28px;font-weight:800;color:#0f0920;background:#fffffff2;padding:8px 16px;border-radius:8px;min-width:56px;text-align:center;box-shadow:0 2px 6px #0000001a}._logoCircle_191v7_158{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:64px;height:64px;border-radius:50%;background:linear-gradient(135deg,#fff,#f5f5f5);display:flex;align-items:center;justify-content:center;box-shadow:0 4px 16px #0003;z-index:10;border:3px solid #fff}._logoImgWrap_191v7_175{width:48px;height:48px;display:flex;align-items:center;justify-content:center}._logoImgWrap_191v7_175 img{width:100%;height:100%;object-fit:contain}._logoFallback_191v7_188{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:700;color:#0f0920;background:linear-gradient(135deg,#f0f0f0,#e0e0e0);border-radius:50%}@media(min-width:375px){._matchGeneralMobile_191v7_1{padding:16px}._logoWrap_191v7_113{width:64px;height:64px}._teamName_191v7_131{font-size:14px}._score_191v7_78{font-size:32px;padding:10px 18px}._logoCircle_191v7_158{width:72px;height:72px}._logoImgWrap_191v7_175{width:54px;height:54px}}@media(min-width:480px){._header_191v7_10{flex-direction:row;justify-content:space-around;padding:10px 16px}._competition_191v7_21{font-size:16px}._round_191v7_66,._date_191v7_72{font-size:13px}._team_191v7_87{padding:20px 12px;min-height:160px}._logoWrap_191v7_113{width:72px;height:72px}._teamName_191v7_131{font-size:15px}._score_191v7_78{font-size:36px;padding:12px 20px}._logoCircle_191v7_158{width:80px;height:80px}._logoImgWrap_191v7_175{width:60px;height:60px}}@media(min-width:640px){._matchGeneralMobile_191v7_1{padding:20px}._team_191v7_87{padding:24px 16px;gap:10px}._logoWrap_191v7_113{width:80px;height:80px}._teamName_191v7_131{font-size:16px}._score_191v7_78{font-size:40px}}._scorersContainer_1vx5d_1{display:flex;flex-direction:column;width:calc(100% - 24px);padding:10px 8px;margin:12px;gap:10px;box-sizing:border-box;background:#fafafa;border-radius:10px}._titleBar_1vx5d_13{display:flex;align-items:center;justify-content:space-between;padding:8px 12px;background:#fff;border-radius:8px;cursor:pointer;user-select:none;transition:all .2s ease;box-shadow:0 1px 4px #00000014}._titleBar_1vx5d_13:hover{background:#f9f9f9;box-shadow:0 2px 6px #0000001f}._title_1vx5d_13{font-size:16px;font-weight:700;color:#1a1a1a;text-align:center;margin:0;padding:0;text-transform:uppercase;letter-spacing:.5px;flex:1}._expandIcon_1vx5d_42{font-size:14px;color:#666;transition:transform .3s ease;display:flex;align-items:center;justify-content:center;width:24px;height:24px;flex-shrink:0}._expandIcon_1vx5d_42._expanded_1vx5d_53{transform:rotate(-180deg)}._scorersContent_1vx5d_57{display:flex;flex-direction:column;gap:10px;max-height:0;overflow:hidden;opacity:0;transition:max-height .3s ease,opacity .3s ease,gap .3s ease}._scorersContent_1vx5d_57._isExpanded_1vx5d_66{max-height:2000px;opacity:1;gap:10px}._title_1vx5d_13{font-size:16px;font-weight:700;color:#1a1a1a;text-align:center;margin:0 0 4px;padding-bottom:6px;border-bottom:2px solid #e0e0e0;text-transform:uppercase;letter-spacing:.5px}._scorerSection_1vx5d_84{display:flex;flex-direction:column;gap:6px;background:#fff;border-radius:8px;padding:8px;box-shadow:0 1px 4px #00000014}._sectionHeader_1vx5d_94{display:flex;align-items:center;justify-content:center;padding:4px 0;margin-bottom:2px}._categoryLabel_1vx5d_102{font-size:13px;font-weight:600;color:#555;text-transform:uppercase;letter-spacing:.3px;background:#f5f5f5;padding:3px 10px;border-radius:5px}._teamsRow_1vx5d_113{display:grid;grid-template-columns:1fr 1fr;gap:8px;width:100%}._teamColumn_1vx5d_120{display:flex;flex-direction:column;gap:6px;padding:8px 6px;background:#fafafa;border-radius:6px;border-left:3px solid #ccc;min-height:50px}._teamScore_1vx5d_131{font-size:20px;font-weight:700;color:#1a1a1a;text-align:center;padding:3px 0;background:linear-gradient(135deg,#fff,#f9f9f9);border-radius:5px;box-shadow:0 1px 3px #0000000d}._playersList_1vx5d_142{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:4px}._playersList_1vx5d_142 li{font-size:11px;font-weight:500;color:#333;padding:5px 6px;background:#fff;border-radius:5px;line-height:1.3;border-left:2px solid #e0e0e0;transition:all .2s ease}._playersList_1vx5d_142 li:hover{background:#f9f9f9;border-left-color:#999}._count_1vx5d_166{font-size:10px;font-weight:600;color:#666;margin-left:3px}@media(min-width:375px){._scorersContainer_1vx5d_1{padding:12px;gap:12px}._title_1vx5d_13{font-size:17px}._categoryLabel_1vx5d_102{font-size:14px;padding:4px 12px}._teamScore_1vx5d_131{font-size:22px}._playersList_1vx5d_142 li{font-size:12px;padding:6px 8px}._count_1vx5d_166{font-size:11px}}@media(min-width:480px){._scorersContainer_1vx5d_1{padding:14px;gap:14px}._title_1vx5d_13{font-size:18px;margin-bottom:6px}._scorerSection_1vx5d_84{padding:10px}._categoryLabel_1vx5d_102{font-size:15px;padding:4px 14px}._teamsRow_1vx5d_113{gap:10px}._teamColumn_1vx5d_120{padding:10px 8px}._teamScore_1vx5d_131{font-size:24px;padding:4px 0}._playersList_1vx5d_142{gap:5px}._playersList_1vx5d_142 li{font-size:13px;padding:6px 10px}._count_1vx5d_166{font-size:12px}}@media(min-width:640px){._scorersContainer_1vx5d_1{padding:16px}._title_1vx5d_13{font-size:20px}._scorerSection_1vx5d_84{padding:12px}._teamsRow_1vx5d_113{gap:12px}._teamColumn_1vx5d_120{padding:12px 10px}._teamScore_1vx5d_131{font-size:26px}._playersList_1vx5d_142 li{font-size:14px;padding:7px 10px}}@media(min-width:768px){._titleBar_1vx5d_13{cursor:default}._titleBar_1vx5d_13:hover{background:#fff;box-shadow:0 1px 4px #00000014}._expandIcon_1vx5d_42{display:none}._scorersContent_1vx5d_57{max-height:none;opacity:1;gap:10px}}._scorersContainer_z9kb5_1{display:flex;flex-direction:column;width:calc(100% - 24px);padding:10px 8px;margin:12px;gap:10px;box-sizing:border-box;background:#fafafa;border-radius:10px}._titleBar_z9kb5_13{display:flex;align-items:center;justify-content:space-between;padding:8px 12px;background:#fff;border-radius:8px;cursor:pointer;user-select:none;transition:all .2s ease;box-shadow:0 1px 4px #00000014}._titleBar_z9kb5_13:hover{background:#f9f9f9;box-shadow:0 2px 6px #0000001f}._title_z9kb5_13{font-size:16px;font-weight:700;color:#1a1a1a;text-align:center;margin:0;padding:0;text-transform:uppercase;letter-spacing:.5px;flex:1}._expandIcon_z9kb5_42{font-size:14px;color:#666;transition:transform .3s ease;display:flex;align-items:center;justify-content:center;width:24px;height:24px;flex-shrink:0}._expandIcon_z9kb5_42._expanded_z9kb5_53{transform:rotate(-180deg)}._scorersContent_z9kb5_57{display:flex;flex-direction:column;gap:10px;max-height:0;overflow:hidden;opacity:0;transition:max-height .3s ease,opacity .3s ease,gap .3s ease}._scorersContent_z9kb5_57._isExpanded_z9kb5_66{max-height:2000px;opacity:1;gap:10px}._scorerSection_z9kb5_72{display:flex;flex-direction:column;gap:6px;background:#fff;border-radius:8px;padding:8px;box-shadow:0 1px 4px #00000014}._sectionHeader_z9kb5_82{display:flex;align-items:center;justify-content:center;padding:4px 0;margin-bottom:2px}._categoryLabel_z9kb5_90{font-size:13px;font-weight:600;color:#555;text-transform:uppercase;letter-spacing:.3px;background:#f5f5f5;padding:3px 10px;border-radius:5px}._teamsRow_z9kb5_101{display:grid;grid-template-columns:1fr 1fr;gap:8px;width:100%}._teamColumn_z9kb5_108{display:flex;flex-direction:column;gap:6px;padding:8px 6px;background:#fafafa;border-radius:6px;border-left:3px solid #ccc;min-height:50px}._teamScore_z9kb5_119{font-size:20px;font-weight:700;color:#1a1a1a;text-align:center;padding:3px 0;background:linear-gradient(135deg,#fff,#f9f9f9);border-radius:5px;box-shadow:0 1px 3px #0000000d}._playersList_z9kb5_130{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:4px}._playersList_z9kb5_130 li{font-size:11px;font-weight:500;color:#333;padding:5px 6px;background:#fff;border-radius:5px;line-height:1.3;border-left:2px solid #e0e0e0;transition:all .2s ease}._playersList_z9kb5_130 li:hover{background:#f9f9f9;border-left-color:#999}._count_z9kb5_154{font-size:10px;font-weight:600;color:#666;margin-left:3px}@media(min-width:375px){._scorersContainer_z9kb5_1{padding:12px;gap:12px}._title_z9kb5_13{font-size:17px}._categoryLabel_z9kb5_90{font-size:14px;padding:4px 12px}._teamScore_z9kb5_119{font-size:22px}._playersList_z9kb5_130 li{font-size:12px;padding:6px 8px}._count_z9kb5_154{font-size:11px}}@media(min-width:480px){._scorersContainer_z9kb5_1{padding:14px;gap:14px}._title_z9kb5_13{font-size:18px;margin-bottom:6px}._scorerSection_z9kb5_72{padding:10px}._categoryLabel_z9kb5_90{font-size:15px;padding:4px 14px}._teamsRow_z9kb5_101{gap:10px}._teamColumn_z9kb5_108{padding:10px 8px}._teamScore_z9kb5_119{font-size:24px;padding:4px 0}._playersList_z9kb5_130{gap:5px}._playersList_z9kb5_130 li{font-size:13px;padding:6px 10px}._count_z9kb5_154{font-size:12px}}@media(min-width:640px){._scorersContainer_z9kb5_1{padding:16px}._title_z9kb5_13{font-size:20px}._scorerSection_z9kb5_72{padding:12px}._teamsRow_z9kb5_101{gap:12px}._teamColumn_z9kb5_108{padding:12px 10px}._teamScore_z9kb5_119{font-size:26px}._playersList_z9kb5_130 li{font-size:14px;padding:7px 10px}}@media(min-width:768px){._titleBar_z9kb5_13{cursor:default}._titleBar_z9kb5_13:hover{background:#fff;box-shadow:0 1px 4px #00000014}._expandIcon_z9kb5_42{display:none}._scorersContent_z9kb5_57{max-height:none;opacity:1;gap:10px}}._notification_x7p0m_1{position:absolute;top:4%;right:5%;display:flex;width:fit-content;z-index:10}._notificationButton_x7p0m_10{background:none;border:none;cursor:pointer;font-size:1.5rem;padding:.25rem;transition:transform .2s,font-size .2s;z-index:11}._notificationButton_x7p0m_10:hover{transform:scale(1.2)}._notificationButton_x7p0m_10:active{transform:scale(.95)}._container_20s6x_1{background-color:transparent;min-height:100vh;padding:16px;color:#fff}._loaderText_20s6x_8{color:#fff;font-size:16px;margin-top:20px}._header_20s6x_14{background-color:#ffffff0d;backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:20px;margin-bottom:20px;display:flex;justify-content:space-between;align-items:center;box-shadow:0 4px 20px #0003}._teamInfo_20s6x_27{display:flex;align-items:center;gap:16px;flex:1}._logoContainer_20s6x_34{width:80px;height:80px;display:flex;align-items:center;justify-content:center;background-color:#ffffff1a;border-radius:12px;padding:10px}._teamLogo_20s6x_45{width:100%;height:100%;object-fit:contain}._teamName_20s6x_51{font-size:20px;font-weight:700;color:#fff;margin:0;flex:1;line-height:1.2}._section_20s6x_60{margin-bottom:24px}._sectionTitle_20s6x_64{font-size:18px;font-weight:700;color:#fff;margin-bottom:16px;text-transform:uppercase;letter-spacing:.5px}._upcomingGames_20s6x_73{display:flex;flex-direction:column;gap:12px}._upcomingGameCard_20s6x_79{background-color:#ffffff0d;backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:16px;cursor:pointer;transition:all .3s ease}._upcomingGameCard_20s6x_79:active{transform:scale(.98);background-color:#ffffff14}._gameDate_20s6x_93{font-size:12px;color:#ffffffb3;margin-bottom:8px;text-transform:uppercase}._gameTeams_20s6x_100{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:8px}._gameTeam_20s6x_100{display:flex;align-items:center;gap:8px;flex:1}._gameTeam_20s6x_100 img{width:30px;height:30px;object-fit:contain}._gameTeam_20s6x_100 span{font-size:14px;font-weight:600;color:#fff;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._vs_20s6x_128{font-size:12px;font-weight:700;color:#e30613;padding:0 8px}._gameCompetition_20s6x_135{font-size:11px;color:#fff9;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._emptyState_20s6x_144{background-color:#ffffff0d;backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:40px 20px;text-align:center;color:#ffffffb3}._emptyState_20s6x_144 h3,._emptyState_20s6x_144 p{margin:0;font-size:16px}@media(max-width:360px){._container_20s6x_1{padding:12px}._header_20s6x_14{padding:16px}._teamName_20s6x_51{font-size:18px}._logoContainer_20s6x_34{width:60px;height:60px}}._container_1keod_1{background-color:#ffffff0d;backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:20px;margin-bottom:24px;box-shadow:0 4px 20px #0003}._sectionTitle_1keod_11{font-size:18px;font-weight:700;color:#fff;margin:0 0 16px;text-transform:uppercase;letter-spacing:.5px}._formIndicators_1keod_20{display:flex;gap:8px;justify-content:center;margin-bottom:20px;flex-wrap:wrap}._formBadge_1keod_28{width:40px;height:40px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:700;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #0000004d}._formBadge_1keod_28:active{transform:scale(.95)}._win_1keod_45{background:linear-gradient(135deg,#28a745,#20c997);color:#fff}._loss_1keod_50{background:linear-gradient(135deg,#e30613,#c10510);color:#fff}._draw_1keod_55{background:linear-gradient(135deg,#6c757d,#5a6268);color:#fff}._stats_1keod_60{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:24px}._stat_1keod_60{background-color:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:16px;text-align:center}._statValue_1keod_75{font-size:28px;font-weight:700;color:#fff;margin-bottom:4px}._statLabel_1keod_82{font-size:12px;color:#ffffffb3;text-transform:uppercase;letter-spacing:.5px}._matches_1keod_89{margin-top:24px}._matchesTitle_1keod_93{font-size:16px;font-weight:700;color:#fff;margin:0 0 16px;text-transform:uppercase;letter-spacing:.5px}._matchCard_1keod_102{background-color:#ffffff0d;backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:12px;margin-bottom:12px;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden}._matchCard_1keod_102:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px}._matchCard_1keod_102:active{transform:scale(.98);background-color:#ffffff14}._matchWin_1keod_127:before{background:linear-gradient(180deg,#28a745,#20c997)}._matchLoss_1keod_131:before{background:linear-gradient(180deg,#e30613,#c10510)}._matchDraw_1keod_135:before{background:linear-gradient(180deg,#6c757d,#5a6268)}._matchHeader_1keod_139{display:flex;justify-content:space-between;align-items:center;padding-bottom:8px;border-bottom:1px solid rgba(255,255,255,.1);margin-bottom:12px;gap:8px}._matchDate_1keod_149{font-size:11px;color:#ffffffb3;font-weight:500;text-transform:uppercase}._matchCompetition_1keod_156{font-size:11px;color:#fff9;text-align:right;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._matchTeams_1keod_166{display:flex;align-items:center;justify-content:space-between;gap:12px}._matchTeam_1keod_166{display:flex;flex-direction:column;align-items:center;gap:6px;flex:1;min-width:0}._teamLogo_1keod_182{width:32px;height:32px;object-fit:contain;filter:drop-shadow(0 2px 4px rgba(0,0,0,.3))}._teamName_1keod_189{font-size:12px;color:#fff;font-weight:500;text-align:center;line-height:1.2;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;max-width:100%}._matchScoreCenter_1keod_203{display:flex;align-items:center;gap:4px;flex-shrink:0}._score_1keod_210{font-size:24px;font-weight:700;color:#fff;min-width:28px;text-align:center}._scoreSeparator_1keod_218{font-size:18px;color:#ffffff80;font-weight:500;padding:0 2px}@media(max-width:360px){._container_1keod_1{padding:16px}._formBadge_1keod_28{width:36px;height:36px;font-size:14px}._statValue_1keod_75{font-size:24px}._matchCard_1keod_102{padding:10px}}._container_i4hh4_1{padding:1rem;min-height:100vh;background-color:var(--background-color, #1a1a1a);max-width:100%;overflow-x:hidden}._header_i4hh4_9{margin-bottom:1.5rem}._pageTitle_i4hh4_13{font-size:1.5rem;font-weight:700;color:var(--text-primary, #fff);margin:0 0 1rem;text-align:center}._actionButtons_i4hh4_21{display:flex;gap:.5rem;margin-bottom:1rem}._actionBtn_i4hh4_27{flex:1;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem;background-color:var(--card-background, #2a2a2a);border:1px solid rgba(255,255,255,.2);border-radius:8px;color:var(--text-primary, #fff);font-size:.85rem;font-weight:600;cursor:pointer;transition:all .2s}._actionBtn_i4hh4_27 img{flex-shrink:0}._actionBtn_i4hh4_27 span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._actionBtn_i4hh4_27:active{background-color:#ffffff0d;transform:scale(.98)}._searchSection_i4hh4_56{position:relative;display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}._searchInput_i4hh4_64{flex:1;padding:.75rem 1rem;background-color:var(--card-background, #2a2a2a);border:1px solid rgba(255,255,255,.2);border-radius:8px;color:var(--text-primary, #fff);font-size:.95rem}._searchInput_i4hh4_64::placeholder{color:var(--text-secondary, #999)}._searchInput_i4hh4_64:focus{outline:none;border-color:var(--primary-color, #007bff)}._resetButton_i4hh4_81{padding:.5rem .75rem;background-color:var(--color-red, #e31b23);border:none;border-radius:6px;color:#fff;font-size:.9rem;cursor:pointer;transition:opacity .2s}._resetButton_i4hh4_81:active{opacity:.8}._filtersToggle_i4hh4_95{width:100%;padding:.875rem 1rem;background-color:var(--card-background, #2a2a2a);border:1px solid rgba(255,255,255,.2);border-radius:8px;color:var(--text-primary, #fff);font-size:.95rem;font-weight:600;cursor:pointer;margin-bottom:1rem;text-align:left;transition:background-color .2s}._filtersToggle_i4hh4_95:active{background-color:#ffffff0d}._filterIndicator_i4hh4_113{color:var(--color-red, #e31b23);font-weight:700}._competitionsSection_i4hh4_118{margin-bottom:1.5rem;background-color:var(--card-background, #2a2a2a);border-radius:12px;padding:1rem;box-shadow:0 2px 8px #0003}._competitionsList_i4hh4_126{display:flex;flex-direction:column;gap:.5rem;max-height:50vh;overflow-y:auto}._competitionCard_i4hh4_134{display:flex;align-items:center;gap:.75rem;padding:.75rem;background-color:#ffffff08;border:2px solid transparent;border-radius:8px;cursor:pointer;transition:all .2s ease}._competitionCard_i4hh4_134._selected_i4hh4_145{border-color:var(--color-navbar, #3f51b5);background:linear-gradient(145deg,#3f51b51a,#3f51b526);box-shadow:0 4px 12px #3f51b540}._competitionCard_i4hh4_134:active{transform:scale(.98)}._competitionLogo_i4hh4_154{width:40px;height:40px;object-fit:contain;flex-shrink:0}._competitionName_i4hh4_161{flex:1;font-size:.9rem;font-weight:600;color:var(--text-primary, #fff);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._teamsSection_i4hh4_171{margin-bottom:1.5rem}._teamsList_i4hh4_175{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}._teamCard_i4hh4_181{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:1rem;background-color:var(--card-background, #2a2a2a);border:2px solid transparent;border-radius:12px;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 4px #0003;position:relative}._teamCard_i4hh4_181:hover{border-color:var(--color-navbar, #3f51b5);transform:translateY(-2px);box-shadow:0 4px 8px #0000004d}._teamCard_i4hh4_181:active{transform:scale(.98)}._teamLogoContainer_i4hh4_204{position:relative;display:flex;align-items:center;justify-content:center;width:100%;min-height:80px}._teamLogo_i4hh4_204{width:80px;height:80px;object-fit:contain}._badgesContainer_i4hh4_219{position:absolute;bottom:-5px;right:5px;display:flex;gap:.25rem;z-index:1}._badge_i4hh4_219{width:28px;height:28px;object-fit:contain;filter:drop-shadow(0 2px 4px rgba(0,0,0,.3))}._teamInfo_i4hh4_235{width:100%;text-align:center}._teamName_i4hh4_240{font-size:.9rem;font-weight:600;color:var(--text-primary, #fff);margin:0;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-height:1.3;min-height:2.6em}._loaderContainer_i4hh4_254{display:flex;justify-content:center;align-items:center;padding:3rem 1rem}._emptyState_i4hh4_261{text-align:center;padding:3rem 1rem;color:var(--text-secondary, #999)}._emptyState_i4hh4_261 p{font-size:.95rem;margin:0}._competitionsList_i4hh4_126::-webkit-scrollbar{width:6px}._competitionsList_i4hh4_126::-webkit-scrollbar-track{background:#ffffff0d;border-radius:3px}._competitionsList_i4hh4_126::-webkit-scrollbar-thumb{background:#fff3;border-radius:3px}._competitionsList_i4hh4_126::-webkit-scrollbar-thumb:hover{background:#ffffff4d}@media(min-width:600px){._container_i4hh4_1{padding:1.5rem}._pageTitle_i4hh4_13{font-size:1.75rem}._teamsList_i4hh4_175{grid-template-columns:repeat(3,1fr)}._teamLogo_i4hh4_204{width:90px;height:90px}._teamName_i4hh4_240{font-size:.95rem}._badge_i4hh4_219{width:32px;height:32px}._actionBtn_i4hh4_27{font-size:.9rem}}@media(max-width:360px){._teamsList_i4hh4_175{grid-template-columns:1fr;gap:.75rem}._teamCard_i4hh4_181{padding:.75rem}._teamLogo_i4hh4_204{width:70px;height:70px}._teamName_i4hh4_240{font-size:.85rem}._badge_i4hh4_219{width:24px;height:24px}._actionBtn_i4hh4_27{font-size:.8rem;padding:.6rem}._actionBtn_i4hh4_27 span{display:none}}@media(min-width:768px){._teamsList_i4hh4_175{grid-template-columns:repeat(4,1fr)}}.container-referee{display:flex;flex-direction:column;align-items:center;width:100%;height:fit-content;position:relative;border-radius:10px;box-shadow:0 0 10px #000;padding:5px;background:url(/assets/a_background-D0KaKAKT.png) no-repeat center center;background-size:cover;backface-visibility:hidden}.referee_photo_bck{margin:0 0 10px;min-width:100%;max-width:100%;justify-self:flex-end;height:100px;background-repeat:no-repeat;background-size:contain;background-position:center bottom}.referee_name{margin:0}.referee_nationality{width:100%;text-align:right;padding-right:10px}.referee_photo{width:90px;height:90px;object-fit:contain;object-position:center;border-radius:10px;margin:10px 0;box-shadow:0 2px 5px #0003;background-color:transparent}._container_ulsa0_1{padding:1rem;min-height:100vh;background-color:var(--background-color, #1a1a1a)}._loaderWrapper_ulsa0_7{display:flex;justify-content:center;align-items:center;min-height:50vh}._empty_ulsa0_14{text-align:center;padding:2rem;color:var(--text-secondary, #999)}._profileHeader_ulsa0_20{display:flex;align-items:center;gap:1rem;background-color:var(--card-background, #2a2a2a);border-radius:12px;padding:1.5rem;margin-bottom:1.5rem;box-shadow:0 2px 8px #0003}._profilePhoto_ulsa0_31{width:80px;height:80px;border-radius:50%;object-fit:cover;border:3px solid var(--primary-color, #007bff);flex-shrink:0}._profileInfo_ulsa0_40{flex:1;min-width:0}._refereeName_ulsa0_45{font-size:1.25rem;font-weight:600;color:var(--text-primary, #fff);margin:0 0 .5rem;overflow:hidden;text-overflow:ellipsis}._nationality_ulsa0_54{font-size:.9rem;color:var(--text-secondary, #999);margin:0}._favoriteBtn_ulsa0_60{font-size:1.75rem;background:none;border:none;color:var(--text-secondary, #999);cursor:pointer;padding:.5rem;transition:all .2s;flex-shrink:0}._favoriteBtn_ulsa0_60:disabled{opacity:.5;cursor:not-allowed}._favoriteBtn_ulsa0_60._isFavorite_ulsa0_74{color:gold}._favoriteBtn_ulsa0_60:active:not(:disabled){transform:scale(1.1)}._statsSection_ulsa0_81{background-color:var(--card-background, #2a2a2a);border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #0003}._sectionTitle_ulsa0_88{font-size:1.1rem;font-weight:600;color:var(--text-primary, #fff);margin:0 0 1rem}._statCard_ulsa0_95{display:flex;justify-content:space-between;align-items:center;padding:1rem;background-color:var(--background-color, #1a1a1a);border-radius:8px;border-left:4px solid var(--primary-color, #007bff)}._statLabel_ulsa0_105{font-size:.95rem;color:var(--text-secondary, #999);text-transform:capitalize}._statValue_ulsa0_111{font-size:1.5rem;font-weight:700;color:var(--primary-color, #007bff)}.player_details{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between;color:#000}.game_info{display:flex;flex-direction:column;justify-content:center;align-items:center;width:30%}.perf_avg{display:flex;align-items:center;justify-content:center;font-size:30px;border-radius:50%;width:80px;height:80px}.position{font-size:20px}.player_info{width:40%;font-size:15px}.name{padding:10px;font-size:30px}.more_info{display:flex;flex-direction:row;justify-content:space-around;align-items:center;padding:10px 0}.measurements,.age,.size{display:flex;flex-direction:column}.nationality{display:flex;flex-direction:column;font-size:20px}.teams_info{display:flex;flex-direction:row;justify-content:center;align-items:flex-start;width:100%;padding:15px 10% 25px;gap:12px;flex-wrap:wrap;max-height:200px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.2) transparent}.teams_info::-webkit-scrollbar{width:6px}.teams_info::-webkit-scrollbar-track{background:transparent}.teams_info::-webkit-scrollbar-thumb{background-color:#0003;border-radius:3px}.teams_info::-webkit-scrollbar-thumb:hover{background-color:#0000004d}.team{display:flex;flex-direction:column;justify-content:center;align-items:center;cursor:pointer;min-width:110px;max-width:110px;height:100px;padding:8px 8px 12px;border-radius:12px;background:linear-gradient(145deg,#ffffff1a,#ffffff0d);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);box-shadow:0 4px 15px #0000001a,0 2px 8px #0000000d;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;flex-shrink:0}.team:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,255,255,.1) 0%,transparent 50%);opacity:0;transition:opacity .3s ease;pointer-events:none}.team:hover{transform:translateY(-4px) scale(1.02);box-shadow:0 8px 25px #00000026,0 4px 12px #0000001a;border-color:#ffffff4d}.team:hover:before{opacity:1}.team:active{transform:translateY(-2px) scale(1.01);transition:all .1s ease}.team_logo{width:48px;height:48px;background-repeat:no-repeat;background-size:contain;background-position:center;border-radius:6px;margin-bottom:6px;transition:all .3s ease;box-shadow:0 2px 8px #0000001a;flex-shrink:0}.team:hover .team_logo{transform:scale(1.1);box-shadow:0 4px 12px #00000026}.team_name{font-size:10px!important;font-weight:500;text-align:center;line-height:1.1!important;color:#000000d9;transition:color .3s ease;max-width:95px;overflow:hidden!important;text-overflow:ellipsis;display:-webkit-box!important;-webkit-line-clamp:3!important;line-clamp:3!important;-webkit-box-orient:vertical!important;white-space:normal!important;height:33px!important;word-wrap:break-word!important;hyphens:auto;word-break:break-word!important}.team:hover .team_name{color:#000;font-weight:600}.picture{width:10%}.picture_bgd{width:100%;height:0;padding-top:100%;background-repeat:no-repeat;background-size:contain;background-position:center;border-radius:50%}.player_photo_container{display:flex;flex-direction:row}.player_photo{width:90px;height:auto;object-fit:contain;object-position:center}.form-control.is-valid,.was-validated .form-control:valid{border-color:#28a745;padding-right:calc(1.5em + .75rem)!important;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.custom-select.is-valid,.was-validated .custom-select:valid{border-color:#28a745;padding-right:calc(.75em + 2.3125rem)!important;background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat,#fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/ calc(.75em + .375rem) calc(.75em + .375rem) no-repeat}.form-control.is-invalid,.was-validated .form-control:invalid{border-color:#dc3545;padding-right:calc(1.5em + .75rem)!important;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.custom-select.is-invalid,.was-validated .custom-select:invalid{border-color:#dc3545;padding-right:calc(.75em + 2.3125rem)!important;background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat,#fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/ calc(.75em + .375rem) calc(.75em + .375rem) no-repeat}.custom-checkbox .custom-control-input:checked~.custom-control-label:after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e")}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")}.custom-radio .custom-control-input:checked~.custom-control-label:after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")}.custom-select{display:inline-block;width:100%;height:calc(1.5em + .75rem + 2px);padding:.375rem 1.75rem .375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;vertical-align:middle;background:#fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat;border:1px solid #ced4da;border-radius:.25rem;-webkit-appearance:none;-moz-appearance:none;appearance:none}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.carousel-control-prev-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e")}.carousel-control-next-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e")}@font-face{font-family:Josefin Sans;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/josefinsans/v32/Qw3PZQNVED7rKGKxtqIqX5E-AVSJrOCfjY46_DjQbMZhLybpUVzEEQ.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}body{margin:0;overflow:hidden;font-family:Josefin Sans;font-size:12px;color:var(--color-primary);font-weight:400;background:var(--color-background) url(/assets/a_background-CJXz80qx.webp) no-repeat center center;background-size:cover}.popup-content-video-player{border:1px solid #fff;color:var(--color-primary);font-weight:400;background:var(--color-background-popup) url(/assets/a_background-CJXz80qx.webp) no-repeat center center;background-size:cover;background-attachment:fixed;opacity:1;margin-top:30px;width:95%;max-height:90%;text-align:center;padding:20px;position:relative;border-radius:40px}.popup-content-scan-zone{border:1px solid #fff;color:var(--color-primary);font-weight:400;background:var(--color-background-popup) url(/assets/a_background-CJXz80qx.webp) no-repeat center center;background-size:cover;background-attachment:fixed;opacity:1;margin-top:30px;width:95%;max-height:85%;text-align:center;padding:20px;position:relative;border-radius:40px}.datazone_player_info{min-height:60%;max-height:60%;overflow:hidden;display:flex;flex-direction:column;padding:10px 0 0;background:url(/assets/a_background-D0KaKAKT.png) no-repeat center center;background-size:cover;backface-visibility:hidden}.datazone_referee_info{width:100%;min-height:75%;max-height:75%;overflow:hidden;display:flex;flex-direction:column;padding:10px 0 0;background:url(/assets/a_background-D0KaKAKT.png) no-repeat center center;background-size:cover;backface-visibility:hidden}.corner{position:absolute;width:40px;height:40px;background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='500'%20zoomAndPan='magnify'%20viewBox='0%200%20375%20374.999991'%20height='500'%20preserveAspectRatio='xMidYMid%20meet'%20version='1.0'%3e%3cdefs%3e%3cclipPath%20id='657f55e832'%3e%3cpath%20d='M%2037.5%2037.5%20L%20337.5%2037.5%20L%20337.5%20337.5%20L%2037.5%20337.5%20Z%20M%2037.5%2037.5%20'%20clip-rule='nonzero'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20clip-path='url(%23657f55e832)'%3e%3cpath%20fill='%23ffffff'%20d='M%20187.5%2037.5%20C%20104.789062%2037.5%2037.5%20104.789062%2037.5%20187.5%20C%2037.5%20270.210938%20104.789062%20337.5%20187.5%20337.5%20C%20270.210938%20337.5%20337.5%20270.210938%20337.5%20187.5%20C%20337.5%20104.789062%20270.210938%2037.5%20187.5%2037.5%20Z%20M%20187.5%20317.5%20C%20115.816406%20317.5%2057.5%20259.183594%2057.5%20187.5%20C%2057.5%20115.816406%20115.816406%2057.5%20187.5%2057.5%20C%20259.183594%2057.5%20317.5%20115.816406%20317.5%20187.5%20C%20317.5%20259.183594%20259.183594%20317.5%20187.5%20317.5%20Z%20M%20187.5%20317.5%20'%20fill-opacity='1'%20fill-rule='nonzero'/%3e%3c/g%3e%3cpath%20fill='%23ffffff'%20d='M%20239.820312%20177.5%20L%20197.5%20177.5%20L%20197.5%20135.179688%20C%20197.5%20129.660156%20193.023438%20125.179688%20187.5%20125.179688%20C%20181.976562%20125.179688%20177.5%20129.65625%20177.5%20135.179688%20L%20177.5%20177.5%20L%20135.179688%20177.5%20C%20129.660156%20177.5%20125.179688%20181.976562%20125.179688%20187.5%20C%20125.179688%20193.023438%20129.65625%20197.5%20135.179688%20197.5%20L%20177.5%20197.5%20L%20177.5%20239.820312%20C%20177.5%20245.339844%20181.976562%20249.820312%20187.5%20249.820312%20C%20193.023438%20249.820312%20197.5%20245.34375%20197.5%20239.820312%20L%20197.5%20197.5%20L%20239.820312%20197.5%20C%20245.339844%20197.5%20249.820312%20193.023438%20249.820312%20187.5%20C%20249.820312%20181.976562%20245.339844%20177.5%20239.820312%20177.5%20Z%20M%20239.820312%20177.5%20'%20fill-opacity='1'%20fill-rule='nonzero'/%3e%3c/svg%3e");background-size:contain;background-repeat:no-repeat}.top-left{top:0;left:0;background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='500'%20zoomAndPan='magnify'%20viewBox='0%200%20375%20374.999991'%20height='500'%20preserveAspectRatio='xMidYMid%20meet'%20version='1.0'%3e%3cdefs%3e%3cclipPath%20id='57d71e32d5'%3e%3cpath%20d='M%2043.832031%2043.832031%20L%20331.082031%2043.832031%20L%20331.082031%20331.082031%20L%2043.832031%20331.082031%20Z%20M%2043.832031%2043.832031%20'%20clip-rule='nonzero'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20clip-path='url(%2357d71e32d5)'%3e%3cpath%20fill='%23ffffff'%20d='M%2043.914062%2043.914062%20L%20101.347656%2043.914062%20L%20101.347656%20101.347656%20L%2043.914062%20101.347656%20Z%20M%2043.914062%20158.78125%20L%20101.347656%20158.78125%20L%20101.347656%20216.214844%20L%2043.914062%20216.214844%20Z%20M%20158.78125%2043.914062%20L%20216.214844%2043.914062%20L%20216.214844%20101.347656%20L%20158.78125%20101.347656%20Z%20M%20158.78125%20158.78125%20L%20216.214844%20158.78125%20L%20216.214844%20216.214844%20L%20158.78125%20216.214844%20Z%20M%20273.648438%2043.914062%20L%20331.082031%2043.914062%20L%20331.082031%20101.347656%20L%20273.648438%20101.347656%20Z%20M%2043.914062%20273.648438%20L%20101.347656%20273.648438%20L%20101.347656%20331.082031%20L%2043.914062%20331.082031%20Z%20M%2043.914062%20273.648438%20'%20fill-opacity='1'%20fill-rule='nonzero'/%3e%3c/g%3e%3c/svg%3e")}.top-right{top:0;right:0;background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='500'%20zoomAndPan='magnify'%20viewBox='0%200%20375%20374.999991'%20height='500'%20preserveAspectRatio='xMidYMid%20meet'%20version='1.0'%3e%3cdefs%3e%3cclipPath%20id='a4f5f912f5'%3e%3cpath%20d='M%2043.914062%2043.832031%20L%20331.164062%2043.832031%20L%20331.164062%20331.082031%20L%2043.914062%20331.082031%20Z%20M%2043.914062%2043.832031%20'%20clip-rule='nonzero'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20clip-path='url(%23a4f5f912f5)'%3e%3cpath%20fill='%23ffffff'%20d='M%20331.082031%2043.914062%20L%20331.082031%20101.347656%20L%20273.648438%20101.347656%20L%20273.648438%2043.914062%20Z%20M%20216.214844%2043.914062%20L%20216.214844%20101.347656%20L%20158.78125%20101.347656%20L%20158.78125%2043.914062%20Z%20M%20331.082031%20158.78125%20L%20331.082031%20216.214844%20L%20273.648438%20216.214844%20L%20273.648438%20158.78125%20Z%20M%20216.214844%20158.78125%20L%20216.214844%20216.214844%20L%20158.78125%20216.214844%20L%20158.78125%20158.78125%20Z%20M%20331.082031%20273.648438%20L%20331.082031%20331.082031%20L%20273.648438%20331.082031%20L%20273.648438%20273.648438%20Z%20M%20101.347656%2043.914062%20L%20101.347656%20101.347656%20L%2043.914062%20101.347656%20L%2043.914062%2043.914062%20Z%20M%20101.347656%2043.914062%20'%20fill-opacity='1'%20fill-rule='nonzero'/%3e%3c/g%3e%3c/svg%3e")}.bottom-left{bottom:0;left:0;background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='500'%20zoomAndPan='magnify'%20viewBox='0%200%20375%20374.999991'%20height='500'%20preserveAspectRatio='xMidYMid%20meet'%20version='1.0'%3e%3cdefs%3e%3cclipPath%20id='277297b5e1'%3e%3cpath%20d='M%2043.832031%2043.914062%20L%20331.082031%2043.914062%20L%20331.082031%20331.164062%20L%2043.832031%20331.164062%20Z%20M%2043.832031%2043.914062%20'%20clip-rule='nonzero'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20clip-path='url(%23277297b5e1)'%3e%3cpath%20fill='%23ffffff'%20d='M%2043.914062%20331.082031%20L%2043.914062%20273.648438%20L%20101.347656%20273.648438%20L%20101.347656%20331.082031%20Z%20M%20158.78125%20331.082031%20L%20158.78125%20273.648438%20L%20216.214844%20273.648438%20L%20216.214844%20331.082031%20Z%20M%2043.914062%20216.214844%20L%2043.914062%20158.78125%20L%20101.347656%20158.78125%20L%20101.347656%20216.214844%20Z%20M%20158.78125%20216.214844%20L%20158.78125%20158.78125%20L%20216.214844%20158.78125%20L%20216.214844%20216.214844%20Z%20M%2043.914062%20101.347656%20L%2043.914062%2043.914062%20L%20101.347656%2043.914062%20L%20101.347656%20101.347656%20Z%20M%20273.648438%20331.082031%20L%20273.648438%20273.648438%20L%20331.082031%20273.648438%20L%20331.082031%20331.082031%20Z%20M%20273.648438%20331.082031%20'%20fill-opacity='1'%20fill-rule='nonzero'/%3e%3c/g%3e%3c/svg%3e")}.bottom-right{bottom:0;right:0;background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='500'%20zoomAndPan='magnify'%20viewBox='0%200%20375%20374.999991'%20height='500'%20preserveAspectRatio='xMidYMid%20meet'%20version='1.0'%3e%3cdefs%3e%3cclipPath%20id='267eba95b9'%3e%3cpath%20d='M%2043.914062%2043.914062%20L%20331.164062%2043.914062%20L%20331.164062%20331.164062%20L%2043.914062%20331.164062%20Z%20M%2043.914062%2043.914062%20'%20clip-rule='nonzero'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20clip-path='url(%23267eba95b9)'%3e%3cpath%20fill='%23ffffff'%20d='M%20331.082031%20331.082031%20L%20273.648438%20331.082031%20L%20273.648438%20273.648438%20L%20331.082031%20273.648438%20Z%20M%20331.082031%20216.214844%20L%20273.648438%20216.214844%20L%20273.648438%20158.78125%20L%20331.082031%20158.78125%20Z%20M%20216.214844%20331.082031%20L%20158.78125%20331.082031%20L%20158.78125%20273.648438%20L%20216.214844%20273.648438%20Z%20M%20216.214844%20216.214844%20L%20158.78125%20216.214844%20L%20158.78125%20158.78125%20L%20216.214844%20158.78125%20Z%20M%20101.347656%20331.082031%20L%2043.914062%20331.082031%20L%2043.914062%20273.648438%20L%20101.347656%20273.648438%20Z%20M%20331.082031%20101.347656%20L%20273.648438%20101.347656%20L%20273.648438%2043.914062%20L%20331.082031%2043.914062%20Z%20M%20331.082031%20101.347656%20'%20fill-opacity='1'%20fill-rule='nonzero'/%3e%3c/g%3e%3c/svg%3e")}.button-download-action.clicked{background-color:var(--color-red);color:#fff}.styled-table{width:100%;border-collapse:collapse;table-layout:auto}.video-btn{position:absolute;top:5px;right:5px;background:none;border:none;cursor:pointer;font-size:16px}.styled-table th,.styled-table td{padding:10px;text-align:left;border:1px solid #ddd;text-align:center;vertical-align:middle}.styled-table th{position:sticky;top:0;background-color:#f1f1f1;z-index:3;text-transform:uppercase;font-weight:bolder}.styled-table td{text-wrap:nowrap}.styled-table .first-column{font-weight:700;background-color:#685e91;color:#fff;width:150px}.styled-table .sticky-col{position:sticky;left:0;z-index:2}.sortable-header{cursor:pointer;background-color:var(--color-navbar)!important;color:#fff!important}.sortable-header:hover{background-color:var(--color-red)!important}.tab-container{display:flex;justify-content:flex-start;overflow-x:auto;white-space:nowrap}.tab-with-close{display:inline-flex;align-items:center}.tab-button{background-color:var(--color--navbar);color:#fff;border:3px solid white;cursor:pointer;border-radius:10px 10px 0 0;white-space:nowrap}.tab-button:hover{background-color:#fff;border:3px solid red;color:#000;font-weight:700}.tab-button.clicked{background-color:#d3d3d3;border:3px solid lightgray;color:#000;font-weight:700}.tab-close-button{background:none;border:none;cursor:pointer;color:red;font-size:20px;margin:0 0 0 10px!important}.content-container{position:relative;padding:20px}.helper-icon-container{position:absolute;top:0;left:10px;display:inline-block}.helper-icon{cursor:pointer;font-size:20px;color:#000;background-color:#789;border-radius:50%;padding:10px 20px;display:inline-block;text-align:center}.tooltip-text{visibility:hidden;width:160px;background-color:#789;color:#000;text-align:center;border-radius:6px;padding:5px 0;position:absolute;z-index:1;transform:translate(-35%);opacity:0;transition:opacity .3s;font-size:14px}.helper-icon-container:hover .tooltip-text{visibility:visible;opacity:1}.alternate-row-even{background-color:var(--color-dark)}.alternate-row-odd{background-color:var(--color-dark-1)}._container_1mcgs_1{padding:1rem;min-height:100vh;background-color:var(--background-color, #1a1a1a)}._profileHeader_1mcgs_7{display:flex;align-items:center;gap:1rem;background-color:var(--card-background, #2a2a2a);border-radius:12px;padding:1.5rem;margin-bottom:1.5rem;box-shadow:0 2px 8px #0003}._profilePhoto_1mcgs_18{width:80px;height:80px;border-radius:50%;object-fit:cover;border:3px solid var(--primary-color, #007bff);flex-shrink:0}._profileInfo_1mcgs_27{flex:1;min-width:0}._playerName_1mcgs_32{font-size:1.25rem;font-weight:600;color:var(--text-primary, #fff);margin:0 0 .5rem;overflow:hidden;text-overflow:ellipsis}._position_1mcgs_41{font-size:.85rem;color:var(--text-secondary, #999);margin:0 0 .25rem}._nationality_1mcgs_47{font-size:.85rem;color:var(--text-secondary, #999);margin:0}._favoriteBtn_1mcgs_53{font-size:1.75rem;background:none;border:none;color:var(--text-secondary, #999);cursor:pointer;padding:.5rem;transition:all .2s;flex-shrink:0}._favoriteBtn_1mcgs_53:disabled{opacity:.5;cursor:not-allowed}._favoriteBtn_1mcgs_53._isFavorite_1mcgs_67{color:gold}._favoriteBtn_1mcgs_53:active:not(:disabled){transform:scale(1.1)}._statsSection_1mcgs_74{background-color:var(--card-background, #2a2a2a);border-radius:12px;padding:1.5rem;margin-bottom:1.5rem;box-shadow:0 2px 8px #0003}._sectionTitle_1mcgs_82{font-size:1.1rem;font-weight:600;color:var(--text-primary, #fff);margin:0 0 1rem}._statsGrid_1mcgs_89{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem}._statCard_1mcgs_95{display:flex;flex-direction:column;align-items:center;padding:1rem;background-color:var(--background-color, #1a1a1a);border-radius:8px;text-align:center}._statLabel_1mcgs_105{font-size:.8rem;color:var(--text-secondary, #999);margin-bottom:.5rem;text-transform:capitalize}._statValue_1mcgs_112{font-size:1.5rem;font-weight:700;color:var(--primary-color, #007bff)}._detailsSection_1mcgs_118{background-color:var(--card-background, #2a2a2a);border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #0003}._detailItem_1mcgs_125{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid rgba(255,255,255,.1)}._detailItem_1mcgs_125:last-child{border-bottom:none}._detailLabel_1mcgs_136{font-size:.9rem;color:var(--text-secondary, #999);text-transform:capitalize}._detailValue_1mcgs_142{font-size:.95rem;font-weight:600;color:var(--text-primary, #fff);text-align:right}@media(min-width:600px){._profilePhoto_1mcgs_18{width:96px;height:96px}._playerName_1mcgs_32{font-size:1.4rem}}.rc-slider{position:relative;width:100%;height:14px;padding:5px 0;border-radius:6px;touch-action:none;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0)}.rc-slider *{box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0)}.rc-slider-rail{position:absolute;width:100%;height:4px;background-color:#e9e9e9;border-radius:6px}.rc-slider-track,.rc-slider-tracks{position:absolute;height:4px;background-color:#abe2fb;border-radius:6px}.rc-slider-track-draggable{z-index:1;box-sizing:content-box;background-clip:content-box;border-top:5px solid rgba(0,0,0,0);border-bottom:5px solid rgba(0,0,0,0);transform:translateY(-5px)}.rc-slider-handle{position:absolute;z-index:1;width:14px;height:14px;margin-top:-5px;background-color:#fff;border:solid 2px #96dbfa;border-radius:50%;cursor:pointer;cursor:-webkit-grab;cursor:grab;opacity:.8;user-select:none;touch-action:pan-x}.rc-slider-handle-dragging.rc-slider-handle-dragging.rc-slider-handle-dragging{border-color:#57c5f7;box-shadow:0 0 0 5px #96dbfa}.rc-slider-handle-dragging.rc-slider-handle-dragging.rc-slider-handle-dragging-delete{opacity:0}.rc-slider-handle:focus{outline:none;box-shadow:none}.rc-slider-handle:focus-visible{border-color:#2db7f5;box-shadow:0 0 0 3px #96dbfa}.rc-slider-handle-click-focused:focus{border-color:#96dbfa;box-shadow:unset}.rc-slider-handle:hover{border-color:#57c5f7}.rc-slider-handle:active{border-color:#57c5f7;box-shadow:0 0 5px #57c5f7;cursor:-webkit-grabbing;cursor:grabbing}.rc-slider-mark{position:absolute;top:18px;left:0;width:100%;font-size:12px}.rc-slider-mark-text{position:absolute;display:inline-block;color:#999;text-align:center;vertical-align:middle;cursor:pointer}.rc-slider-mark-text-active{color:#666}.rc-slider-step{position:absolute;width:100%;height:4px;background:transparent}.rc-slider-dot{position:absolute;bottom:-2px;width:8px;height:8px;vertical-align:middle;background-color:#fff;border:2px solid #e9e9e9;border-radius:50%;cursor:pointer}.rc-slider-dot-active{border-color:#96dbfa}.rc-slider-dot-reverse{margin-right:-4px}.rc-slider-disabled{background-color:#e9e9e9}.rc-slider-disabled .rc-slider-track{background-color:#ccc}.rc-slider-disabled .rc-slider-handle,.rc-slider-disabled .rc-slider-dot{background-color:#fff;border-color:#ccc;box-shadow:none;cursor:not-allowed}.rc-slider-disabled .rc-slider-mark-text,.rc-slider-disabled .rc-slider-dot{cursor:not-allowed!important}.rc-slider-vertical{width:14px;height:100%;padding:0 5px}.rc-slider-vertical .rc-slider-rail{width:4px;height:100%}.rc-slider-vertical .rc-slider-track{bottom:0;left:5px;width:4px}.rc-slider-vertical .rc-slider-track-draggable{border-top:0;border-right:5px solid rgba(0,0,0,0);border-bottom:0;border-left:5px solid rgba(0,0,0,0);transform:translate(-5px)}.rc-slider-vertical .rc-slider-handle{position:absolute;z-index:1;margin-top:0;margin-left:-5px;touch-action:pan-y}.rc-slider-vertical .rc-slider-mark{top:0;left:18px;height:100%}.rc-slider-vertical .rc-slider-step{width:4px;height:100%}.rc-slider-vertical .rc-slider-dot{margin-left:-2px}.rc-slider-tooltip-zoom-down-enter,.rc-slider-tooltip-zoom-down-appear,.rc-slider-tooltip-zoom-down-leave{display:block!important;animation-duration:.3s;animation-fill-mode:both;animation-play-state:paused}.rc-slider-tooltip-zoom-down-enter.rc-slider-tooltip-zoom-down-enter-active,.rc-slider-tooltip-zoom-down-appear.rc-slider-tooltip-zoom-down-appear-active{animation-name:rcSliderTooltipZoomDownIn;animation-play-state:running}.rc-slider-tooltip-zoom-down-leave.rc-slider-tooltip-zoom-down-leave-active{animation-name:rcSliderTooltipZoomDownOut;animation-play-state:running}.rc-slider-tooltip-zoom-down-enter,.rc-slider-tooltip-zoom-down-appear{transform:scale(0);animation-timing-function:cubic-bezier(.23,1,.32,1)}.rc-slider-tooltip-zoom-down-leave{animation-timing-function:cubic-bezier(.755,.05,.855,.06)}@keyframes rcSliderTooltipZoomDownIn{0%{transform:scale(0);transform-origin:50% 100%;opacity:0}to{transform:scale(1);transform-origin:50% 100%}}@keyframes rcSliderTooltipZoomDownOut{0%{transform:scale(1);transform-origin:50% 100%}to{transform:scale(0);transform-origin:50% 100%;opacity:0}}.rc-slider-tooltip{position:absolute;top:-9999px;left:-9999px;visibility:visible;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0)}.rc-slider-tooltip *{box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0)}.rc-slider-tooltip-hidden{display:none}.rc-slider-tooltip-placement-top{padding:4px 0 8px}.rc-slider-tooltip-inner{min-width:24px;height:24px;padding:6px 2px;color:#fff;font-size:12px;line-height:1;text-align:center;text-decoration:none;background-color:#6c6c6c;border-radius:6px;box-shadow:0 0 4px #d9d9d9}.rc-slider-tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.rc-slider-tooltip-placement-top .rc-slider-tooltip-arrow{bottom:4px;left:50%;margin-left:-4px;border-width:4px 4px 0;border-top-color:#6c6c6c}.frequencies{height:50px;width:100%}.frequency{background-color:#d8252d;min-width:4.5%;width:4.5%;border-top-left-radius:3px;border-top-right-radius:3px}.limit{cursor:pointer;height:20px!important}.limitInput{height:20px!important;width:50px!important;padding:0!important}.hiddencolor{backdrop-filter:grayscale(100%);max-width:100%;z-index:10}.pagination{display:flex;justify-content:center;align-items:center;margin:0}.pagination-btn{background-color:#fff;border:1px solid #ccc;padding:10px 15px;margin:0 5px;cursor:pointer;transition:background-color .3s ease,border-color .3s ease}.pagination-btn:disabled{background-color:#f1f1f1;cursor:not-allowed}.pagination-btn:hover:not(:disabled){background-color:#f7f7f7}.pagination-btn.active{background-color:#0d0334;color:#fff;border-color:#0d0334}.pagination-btn:focus{outline:none}.pagination-btn[data-ellipsis]{pointer-events:none;background-color:transparent;border:none;cursor:default;color:#aaa}:root{--video-card-bg: #ffffff;--video-card-bg-active: #0d0334;--video-border-radius: .5rem;--video-spacing-sm: .5rem;--video-spacing-md: .75rem;--video-spacing-lg: 1rem;--video-primary-color: #0d0334;--video-text-primary: #0d0334;--video-text-primary-active: #ffffff;--video-text-secondary: rgba(13, 3, 52, .7);--video-text-secondary-active: rgba(255, 255, 255, .7);--video-border-color: rgba(13, 3, 52, .2);--video-scrollbar-track: rgba(13, 3, 52, .05);--video-scrollbar-thumb: rgba(13, 3, 52, .2)}._video-container_dalrp_18::-webkit-scrollbar{width:6px;height:6px}._video-container_dalrp_18::-webkit-scrollbar-track{background:var(--video-scrollbar-track);border-radius:3px}._video-container_dalrp_18::-webkit-scrollbar-thumb{background:var(--video-scrollbar-thumb);border-radius:3px}._video-container_dalrp_18::-webkit-scrollbar-thumb:hover{background:#0d03344d}._video-container_dalrp_18{scrollbar-width:thin;scrollbar-color:var(--video-scrollbar-thumb) var(--video-scrollbar-track)}._video-card_dalrp_38{border-radius:var(--video-border-radius);background:var(--video-card-bg);border:2px solid transparent}._video-card-clickable_dalrp_44{border-radius:var(--video-border-radius);background:var(--video-card-bg);border:2px solid transparent;cursor:pointer;transition:transform .15s ease}._video-card-clickable_dalrp_44:active{transform:scale(.98)}._container_dalrp_55::-webkit-scrollbar{width:6px;height:6px}._container_dalrp_55::-webkit-scrollbar-track{background:var(--video-scrollbar-track);border-radius:3px}._container_dalrp_55::-webkit-scrollbar-thumb{background:var(--video-scrollbar-thumb);border-radius:3px}._container_dalrp_55::-webkit-scrollbar-thumb:hover{background:#0d03344d}._container_dalrp_55{scrollbar-width:thin;scrollbar-color:var(--video-scrollbar-thumb) var(--video-scrollbar-track);max-height:var(--lineup-height, 200px);overflow-y:auto;overflow-x:hidden;margin-top:var(--video-spacing-sm)}@media(max-width:768px){._container_dalrp_55{margin-right:var(--video-spacing-sm)}}._teamButtonsRow_dalrp_84{display:flex;gap:var(--video-spacing-md);margin-bottom:var(--video-spacing-lg);padding:0 var(--video-spacing-md)}@media(max-width:768px){._teamButtonsRow_dalrp_84{gap:var(--video-spacing-sm);padding:0 var(--video-spacing-sm)}}._teamButton_dalrp_84{flex:1;min-height:50px;max-height:50px;display:flex;align-items:center;justify-content:center;border-radius:var(--video-border-radius);border:2px solid var(--video-border-color);background:var(--video-card-bg);padding:var(--video-spacing-sm);cursor:pointer;transition:all .2s ease}._teamButton_dalrp_84:disabled{cursor:default;border-color:var(--video-primary-color);background:var(--video-card-bg-active)}@media(max-width:768px){._teamButton_dalrp_84{min-height:45px;max-height:45px}}._teamLogo_dalrp_123{max-width:100%;max-height:100%;object-fit:contain}._playersGrid_dalrp_129{display:flex;flex-direction:column;gap:var(--video-spacing-sm);padding:0 var(--video-spacing-md)}@media(max-width:768px){._playersGrid_dalrp_129{padding:0 var(--video-spacing-sm)}}._playerCard_dalrp_141{border-radius:var(--video-border-radius);background:var(--video-card-bg);border:2px solid transparent;cursor:pointer;transition:transform .15s ease}._playerCard_dalrp_141:active{transform:scale(.98)}._playerCard_dalrp_141{padding:var(--video-spacing-md)}@media(max-width:768px){._playerCard_dalrp_141{padding:.625rem}}._playerContent_dalrp_160{display:flex;align-items:center;justify-content:space-between;gap:var(--video-spacing-md)}._playerInfo_dalrp_167{flex:1;min-width:0}._playerName_dalrp_172{color:var(--video-text-primary);font-weight:500;margin:0;word-break:break-word;line-height:1.4;font-size:.875rem}@media(max-width:768px){._playerName_dalrp_172{font-size:.8rem}}._playerPhoto_dalrp_186{width:auto;height:40px;object-fit:contain;flex-shrink:0}@media(max-width:768px){._playerPhoto_dalrp_186{height:35px}}._container_5hkfl_3{min-height:90vh;display:flex;align-items:center;justify-content:center;padding:0 16px;box-sizing:border-box}._row_5hkfl_12{width:100%;max-width:1100px;margin:0 auto;box-sizing:border-box;position:relative}._langRow_5hkfl_20{position:absolute;top:8px;right:8px;display:flex;align-items:center;padding:8px;z-index:30;justify-content:flex-end;height:40px}._langGroup_5hkfl_32{display:flex;gap:8px}._langButton_5hkfl_37{width:40px;height:40px;padding:4px;border:1px solid #ddd;border-radius:4px;cursor:pointer;background-color:#fff;display:inline-flex;align-items:center;justify-content:center;transition:transform .2s ease}._langButton_5hkfl_37:active{transform:scale(.95)}._langButton_5hkfl_37 img{width:100%;height:100%;display:block}._active_5hkfl_61{border-color:#007bff;background-color:#f0f0f0}._logoRow_5hkfl_66{margin:0 auto 24px;text-align:center;display:flex;justify-content:center;align-items:center}._logo_5hkfl_66{height:100px;width:auto;display:inline-block}._main_5hkfl_80{margin-top:8px;margin-bottom:16px;padding:0 12px;text-align:center}._title_5hkfl_87{margin:8px 0 18px;text-align:center;color:#ec0505;font-size:1.6rem;line-height:1.2}._userBlock_5hkfl_95{text-align:center;margin-bottom:10px}._greeting_5hkfl_100{font-size:1.25rem;margin-bottom:6px}._userInfo_5hkfl_105{font-size:1rem;margin-top:0;color:#444}._noticeBox_5hkfl_111{padding:30px;background-color:#f8f9fafa;border-radius:8px;margin:20px auto;border:1px solid #dee2e6;max-width:900px;min-height:300px;display:flex;flex-direction:column;justify-content:center}._noticeLarge_5hkfl_124{font-size:1.1rem;line-height:1.6;margin-bottom:20px;text-align:center}._notice_5hkfl_111{font-size:.95rem;color:#666;line-height:1.6;text-align:center}._actions_5hkfl_138{margin-bottom:40px;text-align:center;display:flex;justify-content:center;gap:12px;padding:0 12px;flex-wrap:wrap}._contactButton_5hkfl_148{color:#fff;padding:12px 30px;background-color:#1a1433;border:none;border-radius:4px;cursor:pointer;font-size:1rem}._logoutButton_5hkfl_158{color:#fff;padding:12px 30px;background-color:#6c757d;border:none;border-radius:4px;cursor:pointer;font-size:1rem}:root{--pad-mobile: 12px}@media(max-width:599px){._container_5hkfl_3{padding:0 var(--pad-mobile)}._langRow_5hkfl_20{top:6px;right:6px}._langButton_5hkfl_37{width:34px;height:34px}._logo_5hkfl_66{height:72px}._title_5hkfl_87{font-size:1.15rem}._greeting_5hkfl_100{font-size:1rem}._noticeLarge_5hkfl_124{font-size:.98rem;padding:18px}._notice_5hkfl_111{font-size:.95rem}._contactButton_5hkfl_148,._logoutButton_5hkfl_158{padding:10px 18px;font-size:.95rem;width:100%;max-width:320px}._actions_5hkfl_138{flex-direction:column;gap:10px}._noticeBox_5hkfl_111{padding:18px;margin:12px}}@media(min-width:600px)and (max-width:1023px){._container_5hkfl_3{padding:0 24px}._langRow_5hkfl_20{top:10px;right:12px}._logo_5hkfl_66{height:88px}._title_5hkfl_87{font-size:1.4rem}._greeting_5hkfl_100{font-size:1.15rem}._noticeLarge_5hkfl_124{font-size:1.05rem}._contactButton_5hkfl_148,._logoutButton_5hkfl_158{padding:12px 26px}._actions_5hkfl_138{gap:14px}._noticeBox_5hkfl_111{padding:22px}}@media(min-width:1024px){._container_5hkfl_3{padding:0 32px}._langRow_5hkfl_20{top:12px;right:18px}._logo_5hkfl_66{height:100px}._title_5hkfl_87{font-size:1.8rem}._greeting_5hkfl_100{font-size:1.25rem}._noticeLarge_5hkfl_124{font-size:1.15rem}._contactButton_5hkfl_148,._logoutButton_5hkfl_158{padding:12px 30px}._noticeBox_5hkfl_111{padding:30px}}.accordion-matchRound{margin-bottom:1rem;border-radius:8px;background:#fff;box-shadow:0 2px 8px #0000001a;overflow:hidden;transition:all .3s ease}.accordion-matchRound:hover{box-shadow:0 4px 12px #00000026;transform:translateY(-1px)}.accordion-matchRound-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;background:#f8f9fa;border-bottom:1px solid #e9ecef;cursor:pointer;transition:background-color .2s ease;user-select:none}.accordion-matchRound-header:hover{background:#e9ecef}.accordion-matchRound-info{display:flex;flex-direction:column;gap:.25rem}.accordion-matchRound-title{margin:0;font-size:1.1rem;font-weight:600;color:#2c3e50}.accordion-matchRound-count{font-size:.85rem;color:#6c757d;font-weight:500}.accordion-matchRound-actions{display:flex;align-items:center;gap:.5rem}.accordion-matchRound-remove{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:none;border-radius:50%;background:#dc3545;color:#fff;font-size:18px;font-weight:700;cursor:pointer;transition:all .2s ease;line-height:1}.accordion-matchRound-remove:hover{background:#c82333;transform:scale(1.1)}.accordion-matchRound-remove:active{transform:scale(.95)}.accordion-matchRound-arrow{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;border-radius:50%;background:var(--color-navbar);color:#fff;cursor:pointer;transition:all .3s ease}.accordion-matchRound-arrow:hover{background:#0c3868;transform:scale(1.1)}.accordion-matchRound-arrow.expanded{transform:rotate(180deg)}.accordion-matchRound-arrow.expanded:hover{transform:rotate(180deg) scale(1.1)}.accordion-matchRound-arrow svg{transition:transform .3s ease}.accordion-matchRound-content{overflow:hidden;transition:all .4s cubic-bezier(.4,0,.2,1)}.accordion-matchRound-content.collapsed{max-height:0;opacity:0}.accordion-matchRound-content.expanded{max-height:2000px;opacity:1}.accordion-matchRound-games{padding:1rem;display:flex;flex-direction:column;gap:.75rem}@media(max-width:768px){.accordion-matchRound-header{padding:.875rem 1rem}.accordion-matchRound-title{font-size:1rem}.accordion-matchRound-count{font-size:.8rem}.accordion-matchRound-remove,.accordion-matchRound-arrow{width:28px;height:28px}.accordion-matchRound-games{padding:.75rem;gap:.5rem}}@media(max-width:480px){.accordion-matchRound-header{padding:.75rem}.accordion-matchRound-info{gap:.125rem}.accordion-matchRound-title{font-size:.95rem}.accordion-matchRound-count{font-size:.75rem}.accordion-matchRound-actions{gap:.375rem}.accordion-matchRound-remove,.accordion-matchRound-arrow{width:26px;height:26px}.accordion-matchRound-remove{font-size:16px}}@keyframes expandIn{0%{max-height:0;opacity:0}to{max-height:2000px;opacity:1}}@keyframes collapseOut{0%{max-height:2000px;opacity:1}to{max-height:0;opacity:0}}.accordion-matchRound-content.expanded{animation:expandIn .4s cubic-bezier(.4,0,.2,1) forwards}.accordion-matchRound-content.collapsed{animation:collapseOut .4s cubic-bezier(.4,0,.2,1) forwards}.accordion-matchRound-header:focus-visible,.accordion-matchRound-remove:focus-visible,.accordion-matchRound-arrow:focus-visible{outline:2px solid #007bff;outline-offset:2px}.container-favorite-card.no-hover:hover{border-color:#e9ecef;background:linear-gradient(145deg,#fff,#f8f9fa);transform:none;box-shadow:0 1px 2px #0000000d;cursor:default}.container-favorite-card.no-hover.selected{transform:none}.container-favorite-card.no-hover.selected:hover{border:2px solid var(--color-navbar);background-color:var(--color-navbar-light, rgba(63, 81, 181, .1));transform:none;box-shadow:0 1px 2px #0000000d}.container-favorite-card.no-hover:hover .logo-favorite-competition{transform:none;box-shadow:none}.container-favorite-card.no-hover:hover span{color:#2c3e50;font-weight:700}@media(max-width:1200px){.container-favorite-competitions{width:90%}}@media(max-width:768px){.container-favorite-competitions{width:95%;margin:0 auto}}.container-favorite-list{display:flex;flex-direction:row;overflow-x:auto;overflow-y:visible;padding:10px 15px;gap:15px;scrollbar-width:thin;scrollbar-color:var(--color-navbar) #f1f1f1}.container-favorite-card{display:flex;flex-direction:column;align-items:center;background:linear-gradient(145deg,#fff,#f8f9fa);border:2px solid #e9ecef;border-radius:12px;padding:10px;min-width:120px;width:120px;height:95px;text-align:center;cursor:pointer;position:relative;overflow:visible;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 1px 2px #0000000d}.container-favorite-card img.logo-favorite-competition{width:auto;height:40px;max-width:40px;object-fit:contain;border-radius:30%;margin-bottom:6px}@media(max-width:576px){.container-favorite-card{min-width:100px;width:100px;height:80px;padding:8px}}@media(max-width:576px){.container-favorite-card img.logo-favorite-competition{height:35px;max-width:35px;margin-bottom:5px}}.container-favorite-card span{display:inline-block;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:.8rem;font-weight:700;color:#2c3e50;transition:color .3s ease;padding:0 2px;line-height:1.1}@media(max-width:576px){.container-favorite-card span{font-size:.7rem}}.container-favorite-competitions-content{height:calc(100% - 20px);width:100%;display:flex;flex-direction:column;overflow:hidden}.favorite-competitions-loader{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;max-height:120px;padding:10px}.favorite-competitions-loader-text{color:#666;font-size:12px;margin-top:8px;text-align:center;font-weight:500}.favorite-competitions-empty-state{display:flex;flex-direction:column;gap:8px;height:100%;max-height:120px;padding:8px;background:#f9f9f9;border-radius:8px;border:1px solid #e0e0e0;overflow:hidden;justify-content:center}.favorite-competitions-empty-header{display:flex;justify-content:space-between;align-items:center;gap:10px}.favorite-competitions-empty-message{color:#666;font-size:13px;font-weight:500;line-height:1.3;text-align:left;flex:1;display:flex;align-items:center;gap:8px}.favorite-competitions-empty-state .container-favorite-card{min-width:85px;width:85px;height:70px;padding:8px 6px;margin-left:8px;flex-shrink:0}.favorite-competitions-empty-state img.logo-favorite-competition{height:30px;margin-bottom:5px}.favorite-competitions-empty-state .container-favorite-card img{max-width:30px;max-height:30px}.favorite-competitions-empty-state .container-favorite-card span{font-size:.65rem;line-height:1.2}.favorite-competitions-empty-state .container-favorite-card .competition-nav-icon{width:14px;height:14px;top:3px;right:3px}.favorite-competitions-cta-button{background-color:#0c3868;color:#fff;border:none;border-radius:6px;padding:8px 16px;font-size:12px;font-weight:500;cursor:pointer;transition:all .2s ease-in-out;box-shadow:0 2px 4px #0c386833;white-space:nowrap;flex-shrink:0;align-self:center}.favorite-competitions-cta-button:hover{background-color:#0a2d52;transform:translateY(-.25px);box-shadow:0 4px 8px #0c38684d}.favorite-competitions-cta-button:active{transform:translateY(0);box-shadow:0 2px 4px #0c386833}.favorite-competitions-default{margin-top:4px;align-self:flex-start;flex-shrink:0}.favorite-competitions-default-label{display:block;color:#888;font-size:8px;font-weight:500;font-style:italic;line-height:1.2;margin-bottom:4px;text-align:left}.favorite-competitions-default-competition{display:flex;flex-direction:column;align-items:center;background:linear-gradient(145deg,#fff,#f8f9fa);border:2px solid #e9ecef;border-radius:8px;padding:8px 6px;min-width:80px;max-width:100px;text-align:center;cursor:pointer;position:relative;overflow:hidden;min-height:50px;max-height:60px;transition:all .2s ease;box-shadow:0 1px 2px #0000000d}.favorite-competitions-default-competition:hover{border-color:var(--color-navbar, #3f51b5);background:linear-gradient(145deg,#f8f9fa,#e9ecef);transform:translateY(-1px);box-shadow:0 2px 6px #3f51b526}.favorite-competitions-default-competition img{width:24px;height:24px;border-radius:30%;transition:all .2s ease;border:1px solid transparent;flex-shrink:0}.favorite-competitions-default-competition:hover img{transform:scale(1.05);box-shadow:0 1px 4px #3f51b533}.favorite-competitions-default-competition span{color:#333;font-size:9px;font-weight:500;text-align:center;line-height:1.1;margin-top:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}@media(max-width:768px){.favorite-competitions-empty-state{gap:6px;max-height:100px;padding:6px}.favorite-competitions-empty-header{flex-direction:column;align-items:flex-start;gap:6px}.favorite-competitions-loader{max-height:100px;padding:6px}.favorite-competitions-empty-message{font-size:11px;text-align:center}.favorite-competitions-cta-button{padding:5px 10px;font-size:10px;align-self:center}.favorite-competitions-default{margin-top:3px}.favorite-competitions-default-label{font-size:7px;margin-bottom:3px}.favorite-competitions-default-competition{padding:6px 4px;min-width:70px;max-width:80px;min-height:40px;max-height:45px}.favorite-competitions-default-competition img{width:20px;height:20px}.favorite-competitions-default-competition span{font-size:8px;margin-top:3px}.favorite-competitions-loader-text{font-size:10px;margin-top:4px}}.favorite-players-loader{display:flex;flex-direction:column;align-items:center;justify-content:center;height:70%;margin:0 8px;padding:20px}.favorite-players-loader-text{margin-top:10px;font-size:clamp(12px,2.5vw,14px);color:#666;text-align:center}.favorite-players-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;height:70%;margin:0 8px;padding:clamp(16px,4vw,20px);border:1px solid #e0e0e0;border-radius:8px;background-color:#f9f9f9}.favorite-players-empty-message{margin-bottom:clamp(12px,3vw,15px);text-align:center;color:#666;font-size:clamp(13px,3vw,16px);line-height:1.4}.favorite-players-cta-button{padding:clamp(10px,2.5vw,12px) clamp(20px,5vw,24px);background-color:#0c3868;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:clamp(12px,2.8vw,14px);font-weight:500;transition:all .2s ease-in-out;box-shadow:0 2px 4px #0c386833;min-height:40px;white-space:nowrap}.favorite-players-cta-button:hover{background-color:#0a2d52;transform:translateY(-1px);box-shadow:0 4px 8px #0c38684d}.favorite-players-cta-button:active{transform:translateY(0);box-shadow:0 2px 4px #0c386833}.favorite-players-card{width:20%;display:flex;align-items:center;justify-content:center;padding:2px 3px}.favorite-players-card-content{width:60%}.favorite-players-card-empty{width:20%}@media(max-width:480px){.favorite-players-empty-state{margin:0 4px;padding:12px 8px;height:60%}.favorite-players-loader{margin:0 4px;padding:12px;height:60%}.favorite-players-empty-message{margin-bottom:10px;font-size:12px}.favorite-players-cta-button{padding:8px 16px;font-size:11px;min-height:32px}.favorite-players-loader-text{font-size:11px}}@media(min-width:481px)and (max-width:1024px){.favorite-players-empty-state{padding:16px 12px;height:65%;max-width:400px;margin:0 auto}.favorite-players-loader{padding:16px;height:65%;max-width:400px;margin:0 auto}.favorite-players-empty-message{margin-bottom:12px;font-size:14px;max-width:280px}.favorite-players-cta-button{padding:10px 20px;font-size:13px;min-height:38px}.favorite-players-loader-text{font-size:13px}}@media(min-width:768px)and (max-width:1024px)and (orientation:landscape){.favorite-players-empty-state{height:55%;padding:14px 10px;max-width:350px}.favorite-players-loader{height:55%;padding:14px;max-width:350px}.favorite-players-empty-message{font-size:13px;margin-bottom:10px;max-width:250px}.favorite-players-cta-button{padding:9px 18px;font-size:12px;min-height:36px}.favorite-players-loader-text{font-size:12px}}@media(min-width:1025px)and (max-width:1199px){.favorite-players-empty-state,.favorite-players-loader{max-width:450px;margin-left:auto;margin-right:auto}}@media(min-width:1200px){.favorite-players-empty-message{font-size:16px}.favorite-players-cta-button{font-size:14px;padding:12px 24px}.favorite-players-loader-text{font-size:14px}}.favorite-referees-loader{display:flex;flex-direction:column;align-items:center;justify-content:center;height:70%;margin:0 8px;padding:20px}.favorite-referees-loader-text{margin-top:10px;font-size:clamp(12px,2.5vw,14px);color:#666;text-align:center}.favorite-referees-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;height:70%;margin:0 8px;padding:clamp(16px,4vw,20px);border:1px solid #e0e0e0;border-radius:8px;background-color:#f9f9f9}.favorite-referees-empty-message{margin-bottom:clamp(12px,3vw,15px);text-align:center;color:#666;font-size:clamp(13px,3vw,16px);line-height:1.4}.favorite-referees-cta-button{padding:clamp(10px,2.5vw,12px) clamp(20px,5vw,24px);background-color:#0c3868;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:clamp(12px,2.8vw,14px);font-weight:500;transition:all .2s ease-in-out;box-shadow:0 2px 4px #0c386833;min-height:40px;white-space:nowrap}.favorite-referees-cta-button:hover{background-color:#0a2d52;transform:translateY(-1px);box-shadow:0 4px 8px #0c38684d}.favorite-referees-cta-button:active{transform:translateY(0);box-shadow:0 2px 4px #0c386833}.favorite-referees-card{width:20%;display:flex;align-items:center;justify-content:center;padding:2px 3px}.container-favorite-list-cards .photo{width:40px;height:40px;object-fit:contain;object-position:50% 18%;border-radius:50%;display:block}.favorite-referees-card{width:20%}.favorite-referees-card-content{width:80%}@media(max-width:480px){.favorite-referees-empty-state{margin:0 4px;padding:12px 8px;height:60%}.favorite-referees-loader{margin:0 4px;padding:12px;height:60%}.favorite-referees-empty-message{margin-bottom:10px;font-size:12px}.favorite-referees-cta-button{padding:8px 16px;font-size:11px;min-height:32px}.favorite-referees-loader-text{font-size:11px}}@media(min-width:481px)and (max-width:1024px){.favorite-referees-empty-state{padding:16px 12px;height:65%;max-width:400px;margin:0 auto}.favorite-referees-loader{padding:16px;height:65%;max-width:400px;margin:0 auto}.favorite-referees-empty-message{margin-bottom:12px;font-size:14px;max-width:280px}.favorite-referees-cta-button{padding:10px 20px;font-size:13px;min-height:38px}.favorite-referees-loader-text{font-size:13px}.container-favorite-list-cards{padding:8px 6px;margin:0 4px}.favorite-referees-card .photo{width:35px;height:35px}.favorite-referees-card-content{font-size:.85rem;line-height:1.3}.favorite-referees-card-content span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}@media(min-width:481px)and (max-width:768px){@media(min-width:1025px)and (max-width:1199px){.favorite-referees-empty-state,.favorite-referees-loader{max-width:450px;margin-left:auto;margin-right:auto}}.container-favorite-list-cards{padding:8px 6px;margin:0 4px}.favorite-referees-card .photo{width:35px;height:35px}.favorite-referees-card-content{font-size:.85rem;line-height:1.3}.favorite-referees-card-content span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(max-width:480px){.container-favorite-list-cards{flex-direction:column;align-items:center;text-align:center;padding:6px 4px;margin:0 2px}.favorite-referees-card{width:100%;margin-bottom:4px}.favorite-referees-card .photo{width:30px;height:30px}.favorite-referees-card-content{width:100%;font-size:.8rem;line-height:1.2}.favorite-referees-card-content span{font-size:.75rem}}@media(max-width:375px){.container-favorite-list-cards{padding:4px 2px;margin:0 1px}.favorite-referees-card .photo{width:28px;height:28px}.favorite-referees-card-content span{font-size:.7rem;line-height:1.1}}}.container-favorite-competitions{width:80%;margin:0 15px;height:100%;display:flex;flex-direction:column;gap:15px}.container-favorite-competitions-cards{background-color:#fff;border-radius:10px;height:auto;min-height:150px;padding:10px;flex-shrink:0}.favorite-teams-loader{display:flex;flex-direction:column;align-items:center;justify-content:center;height:70%;margin:0 8px;padding:20px}.favorite-teams-loader-text{margin-top:10px;font-size:clamp(12px,2.5vw,14px);color:#666;text-align:center}.favorite-teams-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;height:70%;margin:0 8px;padding:clamp(16px,4vw,20px);border:1px solid #e0e0e0;border-radius:8px;background-color:#f9f9f9}.favorite-teams-empty-message{margin-bottom:clamp(12px,3vw,15px);text-align:center;color:#666;font-size:clamp(13px,3vw,16px);line-height:1.4}.favorite-teams-cta-button{padding:clamp(10px,2.5vw,12px) clamp(20px,5vw,24px);background-color:#0c3868;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:clamp(12px,2.8vw,14px);font-weight:500;transition:all .2s ease-in-out;box-shadow:0 2px 4px #0c386833;min-height:40px;white-space:nowrap}.card-title-favorite{background-color:var(--color-navbar);color:var(--color-white-always)!important;padding:8px 10px;border-radius:10px;margin:-15px 0 0 40px;cursor:pointer;display:inline-flex;align-items:center;position:relative;transition:padding-right .3s ease}.icon-favorite{width:22px;height:22px;margin-left:10px;margin-bottom:2px;opacity:0;visibility:hidden;max-width:0;transition:all .3s ease}.card-title-favorite:hover .icon-favorite{opacity:1;visibility:visible;max-width:22px}.container-favorite-list{display:flex;flex-direction:row;overflow-x:auto;overflow-y:hidden;padding:10px 15px;gap:15px;scrollbar-width:thin;scrollbar-color:var(--color-navbar) #f1f1f1}.container-favorite-list::-webkit-scrollbar{height:8px}.container-favorite-list::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.container-favorite-list::-webkit-scrollbar-thumb{background:var(--color-navbar);border-radius:4px}.container-favorite-list::-webkit-scrollbar-thumb:hover{background:var(--color-navbar-dark, #303f9f)}.container-favorite-games{display:flex;flex-direction:column;overflow:hidden;background-color:#fff;border-radius:10px;flex:1;min-height:0}.container-favorite-card,.container-default-favorite-card{display:flex;flex-direction:column;align-items:center;background:linear-gradient(145deg,#fff,#f8f9fa);border:2px solid #e9ecef;border-radius:12px;padding:15px 10px;min-width:120px;text-align:center;cursor:pointer;position:relative;overflow:visible;min-height:80px;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 1px 2px #0000000d}.container-favorite-games-list{padding:0 80px;overflow-y:auto;margin:0}.selected-competition-dashboard{border:2px solid red;background-color:#bdbdbd;cursor:pointer}.container-favorite-card:hover{border-color:var(--color-navbar, #3f51b5);background:linear-gradient(145deg,#f8f9fa,#e9ecef);transform:translateY(-1px) scale(1.01);box-shadow:0 4px 12px #3f51b526;cursor:pointer}.container-favorite-card.selected{border:2px solid var(--color-navbar);background-color:var(--color-navbar-light, rgba(63, 81, 181, .1));transform:scale(1.05)}.container-favorite-card img{width:40px;height:40px;border-radius:30%}.logo-favorite-competition{transition:all .3s cubic-bezier(.4,0,.2,1);border:2px solid transparent}.container-favorite-card:hover .logo-favorite-competition{transform:scale(1.1) rotate(2deg);box-shadow:0 2px 8px #3f51b54d}.competition-nav-icon{height:28px!important;width:28px!important;position:absolute!important;top:-10px!important;right:-10px!important;z-index:100!important;cursor:pointer!important;border-radius:0!important;transition:none!important;opacity:.7}.container-favorite-card:hover .competition-nav-icon{transform:none!important;border:none!important;box-shadow:none!important;opacity:1}.container-favorite-card.selected .competition-nav-icon{opacity:1}.live-games-badge{position:absolute;top:-8px;right:-8px;background-color:#ff4757;color:#fff;border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;z-index:10;animation:pulse 2s infinite}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.container-favorite-card span{font-size:.9rem;font-weight:700;text-overflow:ellipsis;white-space:nowrap;color:#2c3e50;transition:color .3s ease}.container-favorite-card:hover span{color:var(--color-navbar, #3f51b5);font-weight:700}.toggle-button-favorite{padding:1rem;border:1px solid #ccc;font-weight:700;text-transform:uppercase;position:relative;text-decoration:none;color:var(--color-navbar)}.toggle-button-favorite:hover{background-color:var(--color-navbar);color:#fff!important;cursor:pointer}.toggle-button-favorite.active:after{content:"";position:absolute;left:0;bottom:0;width:100%;height:.2rem;background-color:var(--color-navbar)}.next-previous-games-section{display:flex;flex-direction:row;justify-content:center;padding:15px 10px 10px;flex-shrink:0}.container-favorite{flex-grow:1;flex-shrink:1;flex-basis:0%;margin-bottom:10px;background-color:#f8f9fa;border-radius:10px;padding:5px}.container-favorite-teams-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;max-height:220px;padding-left:16px;padding-right:16px;padding-top:4px;overflow-y:auto;overflow-x:hidden;scrollbar-width:thin;scrollbar-color:var(--color-navbar, #3f51b5) #f1f1f1}.container-favorite-teams-cards::-webkit-scrollbar{width:6px}.container-favorite-teams-cards::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.container-favorite-teams-cards::-webkit-scrollbar-thumb{background:var(--color-navbar, #3f51b5);border-radius:3px}.container-favorite-teams-cards::-webkit-scrollbar-thumb:hover{background:var(--color-navbar-dark, #303f9f)}.card-favorite-team{display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(145deg,#fff,#f8f9fa);border:2px solid #e9ecef;border-radius:8px;padding:8px 4px;text-align:center;cursor:pointer;position:relative;overflow:hidden;min-height:80px;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 1px 2px #0000000d}.card-favorite-team:hover{border-color:var(--color-navbar, #3f51b5);background:linear-gradient(145deg,#f8f9fa,#e9ecef);transform:translateY(-2px) scale(1.01);box-shadow:0 4px 12px #3f51b526}.card-favorite-team.selected{border-color:var(--color-navbar, #3f51b5);background:linear-gradient(145deg,var(--color-navbar-light, rgba(63, 81, 181, .08)) 0%,#ffffff 100%);transform:translateY(-2px);box-shadow:0 6px 20px #3f51b533}.card-favorite-team img{width:35px;height:35px;margin-bottom:6px;border-radius:50%;object-fit:cover;transition:all .3s cubic-bezier(.4,0,.2,1);border:2px solid transparent}.card-favorite-team:hover img{transform:scale(1.1) rotate(5deg);border-color:var(--color-navbar, #3f51b5);box-shadow:0 2px 8px #3f51b54d}.card-favorite-team span{font-size:.75rem;font-weight:600;color:#2c3e50;line-height:1.1;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;max-width:100%;width:100%;transition:color .3s ease}.card-favorite-team:hover span{color:var(--color-navbar, #3f51b5);font-weight:700}.card-favorite-team{animation:fadeInUp .5s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media screen and (max-width:768px){.container-favorite-teams-cards{grid-template-columns:repeat(2,1fr);gap:6px;padding:8px;max-height:160px}.card-favorite-team{padding:6px 3px;min-height:70px}.card-favorite-team img{width:30px;height:30px;margin-bottom:4px}.card-favorite-team span{font-size:.7rem}}.container-favorite-players-referees{margin-top:11px;max-height:400px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:var(--color-navbar, #3f51b5) #f1f1f1}.container-favorite-players-referees::-webkit-scrollbar{width:6px}.container-favorite-players-referees::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.container-favorite-players-referees::-webkit-scrollbar-thumb{background:var(--color-navbar, #3f51b5);border-radius:3px}.container-favorite-players-referees::-webkit-scrollbar-thumb:hover{background:var(--color-navbar-dark, #303f9f)}.container-favorite-list-cards{display:flex;align-items:center;background:linear-gradient(145deg,#fff,#f8f9fa);border:2px solid #e9ecef;border-radius:8px;margin:3px 0;padding:6px 10px;cursor:pointer;position:relative;overflow:hidden;min-height:45px;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 1px 2px #0000000d}.container-favorite-list-cards:hover{border-color:var(--color-navbar, #3f51b5);background:linear-gradient(145deg,#f8f9fa,#e9ecef);transform:translate(px) scale(1.01);box-shadow:0 4px 12px #3f51b526;font-weight:600}.photo{width:35px;height:35px;margin:0 10px 0 2px;border-radius:50%;object-fit:cover;border:2px solid transparent;transition:all .3s cubic-bezier(.4,0,.2,1);flex-shrink:0}.container-favorite-list-cards:hover .photo{transform:scale(1.1) rotate(3deg);border-color:var(--color-navbar, #3f51b5);box-shadow:0 4px 12px #3f51b54d}.container-favorite-list-cards span{font-size:.8rem;font-weight:500;color:#2c3e50;flex-grow:1;transition:all .3s ease;line-height:1.2}.container-favorite-list-cards:hover span{color:var(--color-navbar, #3f51b5);font-weight:600;font-size:.82rem}.logo-card-favorite{width:20px;height:20px;margin-left:6px;border-radius:50%;object-fit:cover;transition:all .3s cubic-bezier(.4,0,.2,1);flex-shrink:0}.container-favorite-list-cards:hover .logo-card-favorite{transform:scale(1.15) rotate(-3deg);box-shadow:0 2px 8px #0003}.container-favorite-list-cards{animation:slideInLeft .4s ease-out}@keyframes slideInLeft{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@media screen and (max-width:768px){.container-favorite-list-cards{padding:5px 8px;margin:2px 0;min-height:40px}.photo{width:30px;height:30px;margin:0 8px 0 0}.container-favorite-list-cards span{font-size:.75rem}.logo-card-favorite{width:18px;height:18px;margin-left:4px}}@media screen and (min-width:1921px){.container-favorite-competitions-cards{background-color:#fff;border-radius:10px;height:12%;margin-bottom:10px}.container-favorite-games-list{padding:0 80px;overflow-y:auto;margin:0}.container-favorite-games{display:flex;flex-direction:column;overflow:hidden;background-color:#fff;border-radius:10px;height:calc(88% - 10px);padding-bottom:15px}.container-favorite-teams-cards{grid-template-columns:repeat(4,1fr);max-height:250px;gap:14px}.container-favorite-players-referees{max-height:250px}.card-favorite-team img{width:50px;height:50px}.card-favorite-team span{font-size:.9rem}}@media screen and (max-width:1920px)and (min-width:1441px){.container-favorite-teams-cards{grid-template-columns:repeat(3,1fr);max-height:220px;gap:12px}.container-favorite-players-referees{max-height:220px}.card-favorite-team img{width:45px;height:45px}}@media screen and (max-width:1440px)and (min-width:1025px){.container-favorite-teams-cards{grid-template-columns:repeat(3,1fr);max-height:200px;gap:10px;padding:14px}.container-favorite-players-referees{max-height:200px}.card-favorite-team{padding:12px 6px}.card-favorite-team img{width:40px;height:40px;margin-bottom:8px}.card-favorite-team span{font-size:.8rem}}@media screen and (max-width:1024px)and (min-width:769px){.container-favorite-teams-cards{grid-template-columns:repeat(3,1fr);max-height:180px;gap:8px;padding:12px}.container-favorite-players-referees{max-height:180px}.card-favorite-team{padding:10px 5px}.card-favorite-team img{width:35px;height:35px;margin-bottom:6px}.card-favorite-team span{font-size:.75rem}}@media screen and (max-width:1024px)and (min-width:769px){.card-title-favorite{font-size:1rem;padding:7px 9px;margin:-12px 0 0 25px}.icon-favorite{width:20px;height:20px;margin-left:9px}.container-favorite{margin:0 10px}.container-favorite-list{padding:9px 13px;gap:13px}.container-favorite-card{min-width:110px;padding:13px 9px;min-height:75px}}@media screen and (max-width:768px){.card-title-favorite{font-size:.9rem;padding:6px 8px;margin:-10px 0 0 20px}.icon-favorite{width:18px;height:18px;margin-left:8px}.container-favorite{margin:0 8px}.container-favorite-list{padding:8px 12px;gap:12px}.container-favorite-card{min-width:100px;padding:12px 8px;min-height:70px}}@media screen and (max-width:480px){.card-title-favorite{font-size:.8rem;padding:5px 7px;margin:-8px 0 0 15px}.icon-favorite{width:16px;height:16px;margin-left:6px}.container-favorite{margin:0 4px}.container-favorite-list{padding:6px 8px;gap:8px}.container-favorite-card{min-width:80px;padding:8px 6px;min-height:60px}.container-favorite-competitions-cards{min-height:120px;padding:8px}}@media screen and (max-width:375px){.card-title-favorite{font-size:.75rem;padding:4px 6px;margin:-6px 0 0 10px}.icon-favorite{width:14px;height:14px;margin-left:5px}.container-favorite{margin:0 2px}.container-favorite-list{padding:5px 6px;gap:6px}.container-favorite-card{min-width:70px;padding:6px 4px;min-height:50px}.container-favorite-competitions-cards{min-height:100px;padding:6px}}.container-analyst-global-layout{width:80%;margin:0 15px;height:100%;display:flex;flex-direction:column;gap:15px}.container-analyst{display:flex;flex-direction:column;overflow:hidden;background-color:#fff;border-radius:10px;flex:1;min-height:0}._toggleFilterContainer_1c6l8_1{display:flex;align-items:center;flex-wrap:wrap}._toggleFilterContainer_1c6l8_1._labelsFull_1c6l8_6{gap:8px}._toggleFilterContainer_1c6l8_1._labelsFull_1c6l8_6 ._toggleTitle_1c6l8_9{display:inline;margin-right:0}._toggleFilterContainer_1c6l8_1._labelsFull_1c6l8_6 ._toggleGroup_1c6l8_13{flex-wrap:wrap}._toggleFilterContainer_1c6l8_1._labelsFull_1c6l8_6 ._fullLabel_1c6l8_16{display:inline}._toggleFilterContainer_1c6l8_1._labelsFull_1c6l8_6 ._shortLabel_1c6l8_19{display:none}._toggleTitle_1c6l8_9{font-weight:600;margin-right:8px}._toggleGroup_1c6l8_13{display:flex;gap:8px}._toggleBtn_1c6l8_33{padding:6px 14px;border:1px solid #d4d4d4;border-radius:12px;font-size:14px;background:#fff;cursor:pointer;transition:all .2s ease}._toggleBtn_1c6l8_33:hover:not(._active_1c6l8_42):not(._activePurple_1c6l8_42){background:#f3f4f6;border-color:#9ca3af;box-shadow:0 1px 3px #0000001a}._toggleBtn_1c6l8_33._active_1c6l8_42{color:#fff;background:var(--color-navbar);border-color:var(--color-navbar);box-shadow:0 2px 6px #0d033433;transition:all .2s ease}._toggleBtn_1c6l8_33._active_1c6l8_42:hover{background:#1a0a4d;border-color:#1a0a4d;box-shadow:0 3px 8px #0d03344d}._toggleBtn_1c6l8_33._active_1c6l8_42:active{transform:translateY(1px);box-shadow:0 1px 4px #0d033433}._toggleBtn_1c6l8_33._activePurple_1c6l8_42{color:#fff;background:#f43f5e;border-color:#f43f5e;box-shadow:0 2px 6px #f43f5e4d}._toggleBtn_1c6l8_33._activePurple_1c6l8_42:hover{background:#e11d48;border-color:#e11d48;box-shadow:0 3px 8px #f43f5e66}._toggleBtn_1c6l8_33._activePurple_1c6l8_42:active{transform:translateY(1px);box-shadow:0 1px 4px #f43f5e4d}._toggleText_1c6l8_79{display:flex}._fullLabel_1c6l8_16{display:inline}._shortLabel_1c6l8_19{display:none}@media(max-width:420px){._fullLabel_1c6l8_16{display:none}._shortLabel_1c6l8_19{display:inline}}@media(max-width:1400px){._fullLabel_1c6l8_16,._toggleTitle_1c6l8_9{display:none}._shortLabel_1c6l8_19{display:inline}._toggleBtn_1c6l8_33{padding:2px 4px}}@media(max-width:1725px){._toggleTitle_1c6l8_9{display:none}}._container_1t7k9_1{display:flex;align-items:center;gap:12px;padding-left:6px}._logoWrap_1t7k9_8{width:52px;height:44px;border-radius:8px;background:#fff;box-shadow:0 1px 3px #00000014;overflow:hidden;display:flex;align-items:center;justify-content:center}._logo_1t7k9_8{width:90%;height:90%;object-fit:contain}._placeholder_1t7k9_26{width:100%;height:100%;background:#e6e7ea}._labelWrap_1t7k9_32{display:flex;flex-direction:column;justify-content:center;margin-left:8px}._teamName_1t7k9_39{font-size:.95rem;font-weight:600;color:#0f172a}._teamSub_1t7k9_45{font-size:.8rem;color:#6b7280}._selectMulti_194tp_1{position:relative;width:180px;flex-shrink:0}._select_194tp_1{width:100%;font-size:14px}._optionWithCheckbox_194tp_12{display:flex;align-items:center;gap:8px;cursor:pointer}._optionWithCheckbox_194tp_12 label{flex:1;cursor:pointer}._checkbox_194tp_23{width:16px;height:16px;cursor:pointer}._selectAllOption_194tp_29{padding:8px 12px;border-bottom:1px solid #e0e0e0;margin-bottom:4px;cursor:pointer;transition:background .2s}._selectAllOption_194tp_29:hover{background:#f4f4f4}._label_194tp_40{font-size:14px;font-weight:500;color:#374151;margin-bottom:4px}._labelPositionInside_194tp_47 ._label_194tp_40,._labelPositionLeft_194tp_48 ._label_194tp_40{position:absolute;margin:0}._labelPositionInside_194tp_47 ._label_194tp_40{top:2px;left:12px;font-size:11px}._labelPositionLeft_194tp_48 ._label_194tp_40{top:50%;left:12px;transform:translateY(-50%);font-size:12px}._disabled_194tp_66{opacity:.6;pointer-events:none}@media(max-width:1400px){._selectMulti_194tp_1{width:140px}._select_194tp_1{font-size:10px}}._gameFiltersContainers_1vtht_1{display:flex;flex-direction:row;justify-content:space-around;align-items:center;gap:12px;padding:8px;background:transparent;height:100%}._separator_1vtht_12{width:1px;height:24px;background-color:#e5e7eb}@media(max-width:1400px){._gameFiltersContainers_1vtht_1{flex-direction:row;align-items:center;gap:8px}}._grid_1bfy3_1{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:.5rem}._card_1bfy3_7{position:relative;display:flex;flex-direction:column;align-items:flex-start;padding:.5rem;border-radius:.5rem;border:2px solid;border-left-width:4px;text-align:left;height:100%;overflow:hidden;transition:all .2s ease;cursor:pointer;outline:none}._card_1bfy3_7:focus{outline:none}._card_1bfy3_7:focus-visible{outline:none}._default_1bfy3_30{background-color:#fff;border-color:#e5e7eb;color:#374151}._default_1bfy3_30:hover{background-color:#f9fafb;border-top-color:var(--color-navbar);border-right-color:var(--color-navbar);border-bottom-color:var(--color-navbar);box-shadow:0 2px 6px #0d033426}._selected_1bfy3_43{background-color:var(--color-navbar)!important;border-top-color:var(--color-navbar)!important;border-right-color:var(--color-navbar)!important;border-bottom-color:var(--color-navbar)!important;color:#fff;box-shadow:0 4px 10px #0d03344d}._selected_1bfy3_43 ._eyesLink_1bfy3_51{position:absolute;top:.5rem;right:.5rem;cursor:pointer;transition:all .2s ease}._selected_1bfy3_43 ._eyesLink_1bfy3_51 img{width:16px;height:16px;opacity:1;transition:all .2s ease;filter:brightness(0) invert(1)}._selected_1bfy3_43 ._eyesLink_1bfy3_51 img:hover{opacity:.9;width:18px;height:18px;filter:brightness(0) invert(1) drop-shadow(0 2px 4px rgba(255,255,255,.5))}._selected_1bfy3_43 ._eyesLink_1bfy3_51 img:active{transform:scale(.95)}._eyesLink_1bfy3_51{position:absolute;top:.5rem;right:.5rem;cursor:pointer;transition:all .2s ease}._eyesLink_1bfy3_51 img{width:16px;height:16px;opacity:.6;transition:all .2s ease}._eyesLink_1bfy3_51 img:hover{opacity:1;width:18px;height:18px;filter:drop-shadow(0 2px 4px rgba(0,0,0,.2))}._eyesLink_1bfy3_51 img:active{transform:scale(.95)}._date_1bfy3_98{font-size:10px;font-weight:500;opacity:.9;margin-bottom:.25rem;padding-right:.75rem;width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._opponent_1bfy3_110{font-size:12px;font-weight:700;width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._notification_1bfy3_119{position:absolute;top:.25rem;right:1.75rem;font-size:x-small;margin:0!important;padding-top:5px}._notification_1bfy3_119:hover{font-size:small}._iconButton_64hsu_4{display:flex;flex-direction:column;align-items:center;gap:.625rem;position:relative;overflow:visible}._iconButton_64hsu_4 ._checkbox_64hsu_12{width:14px;height:14px;cursor:pointer;accent-color:#0d0334}._iconButton_64hsu_4 ._checkbox_64hsu_12:disabled{cursor:not-allowed;opacity:.5}._iconButton_64hsu_4 ._trigger_64hsu_22{min-width:25px;height:25px;border-radius:6px;background-color:#ffffff1a;border:1px solid transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.625rem;transition:all .2s ease;position:relative;outline:none;padding:.3125rem;overflow:visible;white-space:nowrap}._iconButton_64hsu_4 ._trigger_64hsu_22:hover{box-shadow:0 2px 8px #0003}._iconButton_64hsu_4 ._trigger_64hsu_22:disabled{cursor:not-allowed;opacity:.6}._iconButton_64hsu_4 ._trigger_64hsu_22 ._icon_64hsu_4{width:17px;height:17px;flex-shrink:0;object-fit:contain}._iconButton_64hsu_4 ._trigger_64hsu_22 ._title_64hsu_53{font-size:.875rem;font-weight:500;padding-right:.3125rem}._iconButton_64hsu_4 ._trigger_64hsu_22._available_64hsu_58{border-color:var(--surface-brand);background-color:#0d033426}._iconButton_64hsu_4 ._trigger_64hsu_22._available_64hsu_58:hover:not(:disabled){border-color:var(--surface-brand);background-color:#0d033440;box-shadow:0 2px 6px #0d033433}._iconButton_64hsu_4 ._trigger_64hsu_22._available_64hsu_58 ._icon_64hsu_4{filter:brightness(0) saturate(100%) invert(6%) sepia(53%) saturate(6783%) hue-rotate(244deg) brightness(97%) contrast(101%)}._iconButton_64hsu_4 ._trigger_64hsu_22._available_64hsu_58 ._title_64hsu_53{color:var(--text-strong)}._iconButton_64hsu_4 ._trigger_64hsu_22._unavailable_64hsu_73{border-color:#e74c3c;background-color:#e74c3c26}._iconButton_64hsu_4 ._trigger_64hsu_22._unavailable_64hsu_73 ._icon_64hsu_4{filter:brightness(0) saturate(100%) invert(39%) sepia(88%) saturate(2070%) hue-rotate(343deg) brightness(95%) contrast(87%)}._iconButton_64hsu_4 ._trigger_64hsu_22._unavailable_64hsu_73 ._title_64hsu_53{color:#e74c3c}._container_1k3pg_1{display:flex;flex-direction:column;gap:1rem;background-color:#fff;padding:1rem;border-radius:.75rem;border:1px solid #e5e7eb;box-shadow:0 1px 2px #0000000d;margin-top:.75rem}@media(min-width:640px){._container_1k3pg_1{flex-direction:row;align-items:center;justify-content:space-between}}._textBlock_1k3pg_20{display:flex;flex-direction:column;gap:.25rem}._textBlock_1k3pg_20 p{margin:0}._title_1k3pg_29{font-size:1.125rem;font-weight:700;color:#111827}._subtitle_1k3pg_35{font-size:.875rem;color:#6b7280}._actions_1k3pg_40{display:flex;flex-direction:column;align-items:end;gap:.5rem}._primaryButton_1k3pg_47{background-color:var(--color-navbar);color:#fff;border:1px solid var(--color-navbar);transition:all .2s ease}._primaryButton_1k3pg_47:hover{background-color:#1a0a4d;border-color:#1a0a4d;box-shadow:0 2px 8px #0d03344d}._primaryButton_1k3pg_47:active{background-color:#0d0334;transform:translateY(1px)}._icon_1k3pg_63{display:inline-flex;margin-right:.5rem}._downloadSection_1lf34_1{display:flex;flex-direction:column;align-items:center;gap:8px;padding:0;border-radius:0;background-color:transparent;width:fit-content;margin:0;overflow:visible}._iconsContainer_1lf34_14{display:flex;gap:13px;justify-content:space-around;align-items:center;overflow:visible}._downloadAllButton_1lf34_22{display:flex;align-items:center;gap:6px;padding:4px 8px;background:var(--surface-brand);color:#fff;border:1px solid #0d0334;border-radius:6px;font-size:9px;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px #0d03344d;outline:none}._downloadAllButton_1lf34_22:hover{transform:translateY(-1px);box-shadow:0 4px 12px #0d033480;background:#1a0a4d;border-color:#1a0a4d}._downloadAllButton_1lf34_22:active{transform:translateY(1px);box-shadow:0 2px 6px #0d03344d;background:var(--surface-brand)}._downloadAllButton_1lf34_22 ._downloadIcon_1lf34_49{width:16px;height:16px}@media(max-width:768px){._downloadSection_1lf34_1{width:100%}._iconsContainer_1lf34_14{flex-wrap:wrap;justify-content:center}._downloadAllButton_1lf34_22{width:100%;justify-content:center}}._matchCard_3evzy_1{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding:10px 16px;background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;border-left-width:4px;gap:16px;margin-bottom:8px}._matchCard_3evzy_1._win_3evzy_14{border-left-color:#10b981}._matchCard_3evzy_1._loss_3evzy_17{border-left-color:#ef4444}._matchCard_3evzy_1 ._matchInfo_3evzy_20{flex:1 1 220px;min-width:0;display:flex;flex-direction:column;gap:6px}._matchCard_3evzy_1 ._matchInfo_3evzy_20 ._header_3evzy_27{display:flex;flex-wrap:wrap;align-items:center;gap:6px;font-size:12px;color:#6b7280}._matchCard_3evzy_1 ._matchInfo_3evzy_20 ._header_3evzy_27 ._date_3evzy_35{font-weight:500}._matchCard_3evzy_1 ._matchInfo_3evzy_20 ._header_3evzy_27 ._separator_3evzy_38{color:#d1d5db}._matchCard_3evzy_1 ._matchInfo_3evzy_20 ._header_3evzy_27 ._round_3evzy_41{font-weight:400}._matchCard_3evzy_1 ._matchInfo_3evzy_20 ._teams_3evzy_44{display:flex;flex-direction:column;gap:4px}._matchCard_3evzy_1 ._matchInfo_3evzy_20 ._teams_3evzy_44 ._team_3evzy_44{display:flex;flex-direction:row;width:100%;max-width:260px;min-width:0;gap:8px;justify-content:space-between}._matchCard_3evzy_1 ._matchInfo_3evzy_20 ._teams_3evzy_44 ._team_3evzy_44 ._teamName_3evzy_58{font-size:14px;font-weight:600;color:#111827;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._matchCard_3evzy_1 ._matchInfo_3evzy_20 ._teams_3evzy_44 ._team_3evzy_44 ._score_3evzy_67{font-size:16px;font-weight:700;color:#111827;width:28px;flex-shrink:0;text-align:left}._matchCard_3evzy_1 ._downloadSection_3evzy_75{display:flex;align-items:center;flex-shrink:0}._matchCard_3evzy_1 ._eyesLink_3evzy_80{margin:0;cursor:pointer;flex-shrink:0;transition:all .2s ease}._matchCard_3evzy_1 ._eyesLink_3evzy_80 img{width:20px;height:20px;opacity:.7;transition:all .2s ease}._matchCard_3evzy_1 ._eyesLink_3evzy_80 img:hover{opacity:1;transform:scale(1.15);filter:drop-shadow(0 2px 4px rgba(0,0,0,.2))}._matchCard_3evzy_1 ._eyesLink_3evzy_80 img:active{transform:scale(.95)}@media(max-width:768px){._matchCard_3evzy_1{flex-direction:column;align-items:stretch;gap:16px}._matchCard_3evzy_1 ._matchInfo_3evzy_20{flex:1 1 auto}._matchCard_3evzy_1 ._downloadSection_3evzy_75{justify-content:center}._matchCard_3evzy_1 ._eyesLink_3evzy_80{align-self:center}}._nextGamesContainer_16dnq_1{width:50%;padding:1.5rem;border:1px solid #e5e7eb;border-radius:2%;box-shadow:0 8px 28px #0f172a24,0 4px 8px #0f172a0f;display:flex;flex-direction:column;max-height:100vh;overflow:hidden}._opponentPreviousGamesList_16dnq_13{margin-top:1rem;overflow-y:auto;overflow-x:hidden;flex:1;min-height:0}._opponentPreviousGamesList_16dnq_13::-webkit-scrollbar{display:none}._opponentPreviousGamesList_16dnq_13{scrollbar-width:none;-ms-overflow-style:none}._noGames_16dnq_28{text-align:center;color:#6b7280;font-size:1rem;margin-top:2rem}._header_16dnq_35{display:flex;justify-content:space-between;align-items:flex-start;gap:.5rem}._header_16dnq_35 ._title_16dnq_41,._header_16dnq_35 ._titleNotifications_16dnq_47{display:flex;flex-direction:row;align-items:flex-start;gap:.5rem}._previousGamesContainer_106fd_1{width:50%;--pg-padding: 1.5rem;padding:var(--pg-padding);background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:2%;box-shadow:0 8px 28px #0f172a24,0 4px 8px #0f172a0f;display:flex;flex-direction:column;max-height:100vh;overflow:hidden}._previousGamesHeader_106fd_15{flex-direction:row;display:flex;justify-content:space-between}._previousGamesSeparator_106fd_21{width:calc(100% + 2 * var(--pg-padding));margin-left:calc(-1 * var(--pg-padding));height:1px;display:block;background-color:#10182817}._previousGamesList_106fd_29{margin-top:1rem;flex:1;overflow-y:auto;overflow-x:hidden}._previousGamesList_106fd_29::-webkit-scrollbar{display:none}._previousGamesList_106fd_29{scrollbar-width:none;-ms-overflow-style:none}._noGames_106fd_43{text-align:center;color:#6b7280;font-size:1rem;margin-top:2rem}._gamesCenter_6b2ro_1{padding:1rem 1rem 1.5rem;background-color:#f9fafb;min-height:100%}._filters_6b2ro_7{height:10%;border:1px solid #e5e7eb;border-radius:5%;margin-bottom:1rem;box-shadow:0 6px 18px #0f172a1f,0 2px 6px #0f172a0f;background-color:#fff}._gamesLists_6b2ro_16{display:flex;height:auto;flex-direction:row;gap:.5rem;width:100%;height:90%;justify-content:space-between}.global-container{display:flex;height:90vh;width:100%;margin-top:15px;position:absolute!important}.favorite-columns{margin:0 15px 0 0;background-color:#fff;width:20%;border-radius:10px;display:flex;flex-direction:column;justify-content:space-between;height:100%}.mobile-container{display:flex;flex-direction:column;height:100%;width:100%;background:linear-gradient(135deg,#0d0334,#1b1435);min-height:100vh}.mobile-tabs{display:flex;background-color:#ffffff0d;backdrop-filter:blur(10px);border-bottom:2px solid rgba(255,255,255,.1);position:sticky;top:0;z-index:10}.mobile-tab{flex:1;padding:14px 8px;background-color:transparent;border:none;font-size:13px;font-weight:500;color:#ffffffb3;cursor:pointer;border-bottom:3px solid transparent;transition:all .2s ease;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mobile-tab.active{color:#fff;border-bottom-color:#e30613;font-weight:600}.mobile-content{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch;background:transparent}._container_nud5e_3{padding:0;margin-bottom:16px}._competitionsList_nud5e_8{display:flex;gap:12px;overflow-x:auto;padding:8px 0;-webkit-overflow-scrolling:touch;scrollbar-width:none}._competitionsList_nud5e_8::-webkit-scrollbar{display:none}._competitionCard_nud5e_21{flex-shrink:0;display:flex;flex-direction:column;align-items:center;gap:6px;padding:12px;background-color:#fff;border:2px solid #e0e0e0;border-radius:8px;cursor:pointer;transition:all .2s ease;min-width:80px}._competitionCard_nud5e_21._selected_nud5e_36{border-color:#c62d0b;background-color:#f0f5fa}._competitionLogo_nud5e_41{width:40px;height:40px;object-fit:contain}._competitionName_nud5e_47{font-size:11px;color:#333;text-align:center;line-height:1.2;max-width:80px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}._competitionCard_nud5e_21._selected_nud5e_36 ._competitionName_nud5e_47{color:#0c3868;font-weight:600}._loader_nud5e_66{display:flex;justify-content:center;padding:32px 0}._emptyState_nud5e_73{display:flex;flex-direction:column;align-items:center;gap:16px;padding:24px 16px;background-color:#f5f5f5;border-radius:8px;margin-bottom:16px}._emptyMessage_nud5e_84{font-size:14px;color:#666;text-align:center;margin:0}._defaultCompetition_nud5e_91{display:flex;flex-direction:column;align-items:center;gap:8px;padding:12px;background-color:#fff;border:2px solid #0c3868;border-radius:8px}._defaultLogo_nud5e_102{width:48px;height:48px;object-fit:contain}._defaultName_nud5e_108{font-size:13px;color:#0c3868;font-weight:600;text-align:center}._ctaButton_nud5e_115{background-color:#0c3868;color:#fff;border:none;border-radius:6px;padding:12px 24px;font-size:14px;font-weight:500;cursor:pointer}._container_3dwcn_3{padding:16px;background:transparent;min-height:100%}._toggleButtons_3dwcn_9{display:flex;gap:8px;margin:16px 0}._toggleButton_3dwcn_9{flex:1;background-color:#ffffff0d;backdrop-filter:blur(10px);color:#fffc;border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:10px 8px;font-size:12px;font-weight:500;cursor:pointer;position:relative;transition:all .2s ease}._toggleButton_3dwcn_9:active{transform:scale(.98)}._toggleButton_3dwcn_9._active_3dwcn_33{background:linear-gradient(135deg,#e30613,#0d0334);color:#fff;border-color:#e3061380;font-weight:600;box-shadow:0 4px 12px #e306134d}._badge_3dwcn_41{position:absolute;top:-6px;right:-6px;background-color:#e30613;color:#fff;border-radius:10px;padding:2px 6px;font-size:10px;font-weight:600;box-shadow:0 2px 6px #e3061366}._loader_3dwcn_54{display:flex;justify-content:center;padding:40px 0}._emptyState_3dwcn_60{text-align:center;padding:32px 16px;background-color:#ffffff0d;backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:12px;margin-top:16px}._emptyMessage_3dwcn_70{color:#fffc;font-size:14px;margin:0}._gamesList_3dwcn_76{display:flex;flex-direction:column;gap:12px;margin-top:16px}._roundGroup_3dwcn_83{border-bottom:1px solid rgba(255,255,255,.1);padding:8px 0 12px}._roundHeader_3dwcn_88{display:flex;align-items:center;justify-content:space-between;gap:8px;cursor:pointer;padding:8px 12px;background-color:#ffffff0d;border-radius:8px;transition:background-color .2s ease}._roundHeader_3dwcn_88:active{background-color:#ffffff14}._roundTitle_3dwcn_103{font-size:14px;color:var(--text-primary, #fff);margin:0;font-weight:600}._roundToggle_3dwcn_110{background:transparent;border:none;padding:6px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;color:var(--text-primary, #fff)}._roundToggle_3dwcn_110 svg{transition:transform .2s ease}._expanded_3dwcn_125 ._roundToggle_3dwcn_110 svg,._roundToggle_3dwcn_110._expanded_3dwcn_125 svg{transform:rotate(180deg)}._container_15qow_3{padding:16px;background:transparent;min-height:100%}._title_15qow_9{font-size:18px;font-weight:600;color:var(--text-primary, #fff);margin:0 0 16px;text-align:center}._loader_15qow_17{display:flex;justify-content:center;padding:40px 0}._emptyState_15qow_23{text-align:center;padding:32px 16px;background-color:#ffffff0d;backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:12px;margin-top:16px}._emptyMessage_15qow_33{color:#fffc;font-size:14px;margin:0 0 16px}._ctaButton_15qow_39{background:linear-gradient(135deg,#e30613,#0d0334);color:#fff;border:none;border-radius:8px;padding:12px 24px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 12px #e306134d}._ctaButton_15qow_39:active{transform:translateY(2px);box-shadow:0 2px 6px #e306134d}._teamsList_15qow_56{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}._teamCard_15qow_62{background-color:#ffffff0d;backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:16px;display:flex;flex-direction:column;align-items:center;gap:8px;cursor:pointer;transition:all .2s ease}._teamCard_15qow_62:active{transform:scale(.98);background-color:#ffffff14}._teamLogo_15qow_80{width:56px;height:56px;object-fit:contain;filter:drop-shadow(0 2px 8px rgba(0,0,0,.3))}._teamName_15qow_87{font-size:13px;color:var(--text-primary, #fff);text-align:center;line-height:1.3;font-weight:500}._container_9jbpb_3{padding:16px;background:transparent;min-height:100%}._title_9jbpb_9{font-size:18px;font-weight:600;color:var(--text-primary, #fff);margin:0 0 16px;text-align:center}._loader_9jbpb_17{display:flex;justify-content:center;padding:40px 0}._emptyState_9jbpb_23{text-align:center;padding:32px 16px;background-color:#ffffff0d;backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:12px;margin-top:16px}._emptyMessage_9jbpb_33{color:#fffc;font-size:14px;margin:0 0 16px}._ctaButton_9jbpb_39{background:linear-gradient(135deg,#e30613,#0d0334);color:#fff;border:none;border-radius:8px;padding:12px 24px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 12px #e306134d}._ctaButton_9jbpb_39:active{transform:translateY(2px);box-shadow:0 2px 6px #e306134d}._playersList_9jbpb_56{display:flex;flex-direction:column;gap:12px}._playerCard_9jbpb_62{background-color:#ffffff0d;backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:12px;display:flex;align-items:center;gap:12px;cursor:pointer;transition:all .2s ease}._playerCard_9jbpb_62:active{transform:scale(.98);background-color:#ffffff14}._playerPhoto_9jbpb_79{width:52px;height:52px;border-radius:50%;object-fit:cover;flex-shrink:0;border:2px solid rgba(255,255,255,.2)}._playerInfo_9jbpb_88{flex:1;display:flex;flex-direction:column;gap:4px}._playerName_9jbpb_95{font-size:14px;font-weight:600;color:var(--text-primary, #fff);margin:0}._playerPosition_9jbpb_102{font-size:12px;color:#ffffffb3;margin:0}._container_1gv4b_1{max-width:1400px;margin:0 auto;text-align:center;margin-bottom:3rem;padding:2rem;background:#fff;border:2px var(--color-navbar) solid;border-radius:16px;backdrop-filter:blur(10px)}._pageDownloads_1arv4_1{font-size:12px;color:var(--color-primary);font-weight:400;background:var(--color-background) url(./assets/images/a_background.webp) no-repeat center center;background-size:cover;min-height:100vh;max-height:100vh;overflow-y:auto;padding:2rem}._container_1arv4_13{max-width:1400px;margin:0 auto}._header_1arv4_18{text-align:center;margin-bottom:3rem;padding:2rem;background:#ffffff1a;border-radius:16px;backdrop-filter:blur(10px)}._title_1arv4_27{color:#fff;font-size:30px;font-weight:900;margin:0}._subtitle_1arv4_34{color:#fff;display:flex;flex-direction:column;align-items:center;gap:1rem}._matchInfo_1arv4_42{display:flex;align-items:center;gap:1.5rem;font-size:1.4rem;font-weight:600}._teamLogo_1arv4_50{width:60px;height:60px;object-fit:contain;filter:drop-shadow(0 2px 4px rgba(0,0,0,.2))}._vsText_1arv4_57{font-size:1.2rem;opacity:.8}._competitionInfo_1arv4_62{font-size:1rem;opacity:.9}._dateInfo_1arv4_67{font-size:.95rem;opacity:.85}._empty_1arv4_72{text-align:center;padding:4rem 2rem;color:#fff}._emptyIcon_1arv4_78{font-size:4rem;margin-bottom:1rem;animation:_pulse_1arv4_1 2s ease-in-out infinite}@keyframes _pulse_1arv4_1{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.1);opacity:.8}}._languageSelector_1arv4_94{display:flex;justify-content:center;align-items:center;gap:1rem;margin:2rem 0}._languageButton_1arv4_102{display:flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;background:#fff3;border:2px solid rgba(255,255,255,.3);border-radius:12px;color:#fff;font-weight:600;cursor:pointer;transition:all .3s ease;backdrop-filter:blur(10px);width:200px}._languageButton_1arv4_102:hover{background:#ffffff4d;border-color:#ffffff80;transform:translateY(-2px)}._languageButton_1arv4_102._selected_1arv4_122{background:#fff;color:#2d3748;border-color:#fff;box-shadow:0 4px 12px #ffffff4d}._languageButton_1arv4_102:disabled{cursor:not-allowed;opacity:.5}._flag_1arv4_133{margin-right:10px;width:24px;height:24px}._buttonContainer_1arv4_139{display:flex;justify-content:center;margin:2rem 0}._loadingText_1arv4_145{text-align:center;color:#fff;margin-top:2rem}._thumbnails_1arv4_151{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center;margin-top:2rem}._thumbnail_1arv4_151{width:180px;height:240px;overflow:hidden;border:2px solid rgba(255,255,255,.3);border-radius:12px;display:flex;flex-direction:column;background:#ffffff0d;transition:all .3s ease}._thumbnail_1arv4_151:hover{transform:translateY(-4px);box-shadow:0 8px 16px #0000004d;border-color:#ffffff80}._thumbnailInner_1arv4_176{flex:1;display:flex;justify-content:center;align-items:center;overflow:hidden;padding:10px}._thumbnailContent_1arv4_185{transform:scale(.085);transform-origin:center center;background-color:#fff;display:inline-block}._loadingPreview_1arv4_192{width:900px;max-width:calc(100% - 40px);height:600px;max-height:calc(100% - 80px);overflow:hidden;border-radius:12px;display:flex;flex-direction:column;position:fixed;left:50%;top:75%;transform:translate(-50%,-50%);padding:20px}._loadingPreviewInner_1arv4_208{flex:1;display:flex;justify-content:center;align-items:center;overflow:hidden}._loadingPreviewContent_1arv4_216{transform:scale(.25);transform-origin:center center;border:2px solid red;background-color:#fff;display:inline-block;margin-top:40px}._hiddenPages_1arv4_225{position:absolute;left:-9999px;top:0}._loader_1arv4_231{margin-top:20px;color:#fff}._safariNotice_1arv4_236{margin-top:2rem;padding:1.5rem;background:#ffffff1a;border-radius:12px;color:#fff;font-size:1rem;text-align:center;font-weight:500;font-style:italic}.codages-marketing-page{min-height:calc(100vh - 60px);overflow-y:auto;overflow-x:hidden;background:radial-gradient(ellipse at 20% 0%,rgba(227,6,19,.15) 0%,transparent 50%),radial-gradient(ellipse at 80% 100%,rgba(13,3,52,.8) 0%,transparent 50%),linear-gradient(180deg,#0a0118,#13054b,#0d0334);font-family:Outfit,Josefin Sans,sans-serif;position:relative}.codages-marketing-page:before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle at 25% 25%,rgba(255,255,255,.02) 1px,transparent 1px),radial-gradient(circle at 75% 75%,rgba(255,255,255,.02) 1px,transparent 1px);background-size:60px 60px;pointer-events:none}.codages-hero{display:grid;grid-template-columns:1fr 1.4fr;gap:60px;padding:60px 80px 80px;align-items:center;position:relative;z-index:1}.codages-hero-content{display:flex;flex-direction:column;gap:24px}.codages-hero-badge{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(135deg,#e3061333,#e306130d);border:1px solid rgba(227,6,19,.4);color:#ff6b6b;padding:8px 16px;border-radius:50px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:1.5px;width:fit-content;animation:pulse-glow 2s ease-in-out infinite}@keyframes pulse-glow{0%,to{box-shadow:0 0 20px #e3061333}50%{box-shadow:0 0 30px #e3061366}}.codages-hero-title{display:flex;flex-direction:column;line-height:1;margin:0}.codages-title-main{font-size:72px;font-weight:900;color:#fff;letter-spacing:-2px;text-shadow:0 0 60px rgba(255,255,255,.2)}.codages-title-accent{font-size:72px;font-weight:900;background:linear-gradient(135deg,#e30613,#ff4757,#e30613);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-2px;margin-top:-8px}.codages-title-sub{font-size:28px;font-weight:500;color:#ffffffb3;margin-top:12px;letter-spacing:2px;text-transform:uppercase}.codages-hero-subtitle{font-size:18px;line-height:1.7;color:#fff9;max-width:440px;margin:0}.codages-cta-button{display:inline-flex;align-items:center;gap:12px;background:linear-gradient(135deg,#e30613,#c70510);color:#fff;border:none;padding:18px 36px;font-size:16px;font-weight:700;border-radius:12px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 20px #e3061366,0 0 #e3061366;width:fit-content;text-transform:uppercase;letter-spacing:1px;position:relative;overflow:hidden}.codages-cta-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.codages-cta-button:hover:before{left:100%}.codages-cta-button:hover{transform:translateY(-3px);box-shadow:0 8px 30px #e3061380,0 0 0 4px #e3061333}.codages-cta-button:active{transform:translateY(-1px)}.codages-cta-arrow{font-size:20px;transition:transform .3s ease}.codages-cta-button:hover .codages-cta-arrow{transform:translate(4px)}.codages-hero-visual{position:relative;display:flex;justify-content:center;align-items:center}.codages-image-container{position:relative;border-radius:20px;overflow:hidden;box-shadow:0 25px 80px #00000080,0 0 0 1px #ffffff1a;animation:float 6s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-10px) rotate(.5deg)}}.codages-image-glow{position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(227,6,19,.3) 0%,transparent 50%);animation:glow-rotate 10s linear infinite;pointer-events:none}@keyframes glow-rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.codages-screenshot{width:100%;max-width:900px;height:auto;display:block;position:relative;z-index:1}.codages-image-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(10,1,24,.1) 0%,transparent 20%,transparent 80%,rgba(10,1,24,.3) 100%);pointer-events:none;z-index:2}.codages-features{padding:80px;position:relative;z-index:1}.codages-features-title{text-align:center;font-size:42px;font-weight:800;color:#fff;margin:0 0 60px;letter-spacing:-1px}.codages-features-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.codages-feature-card{background:linear-gradient(145deg,#ffffff14,#ffffff05);border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:32px 28px;text-align:center;transition:all .4s cubic-bezier(.4,0,.2,1);animation:fade-in-up .6s ease-out backwards;position:relative;overflow:hidden}.codages-feature-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,transparent,#e30613,transparent);opacity:0;transition:opacity .3s ease}.codages-feature-card:hover:before{opacity:1}@keyframes fade-in-up{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.codages-feature-card:hover{transform:translateY(-8px);background:linear-gradient(145deg,#ffffff1f,#ffffff0a);border-color:#e306134d;box-shadow:0 20px 40px #0000004d,0 0 40px #e306131a}.codages-feature-icon{font-size:48px;margin-bottom:20px;display:block}.codages-feature-title{font-size:20px;font-weight:700;color:#fff;margin:0 0 12px}.codages-feature-description{font-size:14px;line-height:1.6;color:#fff9;margin:0}.codages-stats{display:flex;justify-content:center;align-items:center;gap:60px;padding:60px 80px;background:linear-gradient(90deg,transparent 0%,rgba(227,6,19,.08) 50%,transparent 100%);position:relative;z-index:1}.codages-stat{display:flex;flex-direction:column;align-items:center;gap:8px}.codages-stat-number{font-size:56px;font-weight:900;background:linear-gradient(135deg,#fff,#e30613);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1}.codages-stat-label{font-size:14px;font-weight:500;color:#fff9;text-transform:uppercase;letter-spacing:2px}.codages-stat-divider{width:1px;height:60px;background:linear-gradient(180deg,transparent 0%,rgba(255,255,255,.3) 50%,transparent 100%)}.codages-final-cta{padding:100px 80px;text-align:center;position:relative;z-index:1}.codages-cta-content{max-width:600px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:20px}.codages-cta-content h2{font-size:38px;font-weight:800;color:#fff;margin:0;line-height:1.2}.codages-cta-content p{font-size:18px;color:#fff9;margin:0 0 16px;line-height:1.6}.codages-cta-large{padding:22px 48px;font-size:18px}@media(max-width:1400px){.codages-hero{padding:50px 60px 70px;gap:40px}.codages-title-main,.codages-title-accent{font-size:60px}.codages-features{padding:60px}.codages-features-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:1024px){.codages-hero{grid-template-columns:1fr;padding:40px;gap:50px}.codages-hero-content{align-items:center;text-align:center}.codages-hero-subtitle{max-width:100%}.codages-title-main,.codages-title-accent{font-size:52px}.codages-title-sub{font-size:22px}.codages-stats{gap:40px;padding:50px 40px}.codages-stat-number{font-size:44px}.codages-final-cta{padding:70px 40px}}@media(max-width:768px){.codages-hero{padding:30px 20px;gap:40px}.codages-title-main,.codages-title-accent{font-size:42px}.codages-title-sub{font-size:18px}.codages-hero-subtitle{font-size:16px}.codages-cta-button{padding:16px 28px;font-size:14px}.codages-features{padding:40px 20px}.codages-features-title{font-size:32px;margin-bottom:40px}.codages-features-grid{grid-template-columns:1fr;gap:16px}.codages-feature-card{padding:24px 20px}.codages-stats{flex-direction:column;gap:30px;padding:40px 20px}.codages-stat-divider{width:80px;height:1px}.codages-stat-number{font-size:40px}.codages-final-cta{padding:50px 20px}.codages-cta-content h2{font-size:28px}.codages-cta-content p{font-size:16px}.codages-cta-large{padding:18px 32px;font-size:16px}}@media(max-width:480px){.codages-title-main,.codages-title-accent{font-size:36px}.codages-title-sub{font-size:16px;letter-spacing:1px}.codages-hero-badge{font-size:10px;padding:6px 12px}.codages-feature-icon{font-size:36px}.codages-feature-title{font-size:18px}}@keyframes _pulseDot_1vnrm_1{0%,to{opacity:1}50%{opacity:.3}}._gameInfo_1vnrm_12{width:100%;display:flex;flex-direction:column}._gameInfo_1vnrm_12 ._card_1vnrm_17{width:100%;display:flex;align-items:stretch;min-height:130px;background-color:var(--surface-1);overflow:hidden;box-shadow:0 8px 32px #00000024,0 2px 6px #00000014}@media(max-width:768px){._gameInfo_1vnrm_12 ._card_1vnrm_17{min-height:unset}}._gameInfo_1vnrm_12 ._card_1vnrm_17 ._panel_1vnrm_31{flex:1;display:flex;align-items:center;padding:.9375rem 1.5625rem;gap:.9375rem;min-width:0;position:relative;isolation:isolate;overflow:hidden;transition:filter .15s ease}@media(max-width:1024px){._gameInfo_1vnrm_12 ._card_1vnrm_17 ._panel_1vnrm_31{padding:.625rem .9375rem;gap:.625rem}}@media(max-width:768px){._gameInfo_1vnrm_12 ._card_1vnrm_17 ._panel_1vnrm_31{padding:.3125rem .625rem;gap:.3125rem}}._gameInfo_1vnrm_12 ._card_1vnrm_17 ._panel_1vnrm_31:before{content:"";position:absolute;inset:0;z-index:-1;background:radial-gradient(circle at 110% -20%,rgba(255,255,255,.22) 0%,transparent 55%),radial-gradient(circle at -10% 115%,rgba(255,255,255,.12) 0%,transparent 45%);pointer-events:none}._gameInfo_1vnrm_12 ._card_1vnrm_17 ._panel_1vnrm_31._clickable_1vnrm_63{cursor:pointer}._gameInfo_1vnrm_12 ._card_1vnrm_17 ._panel_1vnrm_31._clickable_1vnrm_63:hover{filter:brightness(1.06)}._gameInfo_1vnrm_12 ._card_1vnrm_17 ._panel_1vnrm_31._textBlack_1vnrm_69{color:#111827}._gameInfo_1vnrm_12 ._card_1vnrm_17 ._panel_1vnrm_31._textWhite_1vnrm_72{color:#fff}._gameInfo_1vnrm_12 ._card_1vnrm_17 ._panel_1vnrm_31._panelLeft_1vnrm_75{border-bottom-right-radius:200px;background:linear-gradient(120deg,var(--team-color-light) 0%,var(--team-color) 100%)}._gameInfo_1vnrm_12 ._card_1vnrm_17 ._panel_1vnrm_31._panelRight_1vnrm_79{flex-direction:row-reverse;border-bottom-left-radius:200px;background:linear-gradient(-120deg,var(--team-color-light) 0%,var(--team-color) 100%)}._gameInfo_1vnrm_12 ._card_1vnrm_17 ._panel_1vnrm_31._panelRight_1vnrm_79 ._name_1vnrm_84{align-items:flex-end;padding-left:32px;text-align:right}._gameInfo_1vnrm_12 ._card_1vnrm_17 ._logo_1vnrm_89{height:68px;width:auto;object-fit:contain;flex-shrink:0;filter:drop-shadow(0 2px 8px rgba(0,0,0,.3))}@media(max-width:1024px){._gameInfo_1vnrm_12 ._card_1vnrm_17 ._logo_1vnrm_89{height:52px}}@media(max-width:768px){._gameInfo_1vnrm_12 ._card_1vnrm_17 ._logo_1vnrm_89{height:36px}}._gameInfo_1vnrm_12 ._card_1vnrm_17 ._name_1vnrm_84{flex:1;display:flex;flex-direction:column;align-items:flex-start;min-width:0;overflow:hidden}._gameInfo_1vnrm_12 ._card_1vnrm_17 ._name_1vnrm_84:after{content:"";display:block;width:40px;height:2px;margin-top:.3125rem;background-color:currentColor;border-radius:2px;flex-shrink:0}@media(max-width:768px){._gameInfo_1vnrm_12 ._card_1vnrm_17 ._name_1vnrm_84:after{width:20px}}._gameInfo_1vnrm_12 ._card_1vnrm_17 ._nameText_1vnrm_129{font-size:1.125rem;font-weight:700;line-height:1.2;max-width:100%;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}@media(max-width:768px){._gameInfo_1vnrm_12 ._card_1vnrm_17 ._nameText_1vnrm_129{font-size:.75rem}}._gameInfo_1vnrm_12 ._card_1vnrm_17 ._center_1vnrm_144{flex:0 0 26%;min-width:220px;display:flex;flex-direction:column;align-items:stretch;background-color:var(--surface-1);position:relative;z-index:1;overflow:hidden}@media(max-width:1024px){._gameInfo_1vnrm_12 ._card_1vnrm_17 ._center_1vnrm_144{min-width:170px}}@media(max-width:768px){._gameInfo_1vnrm_12 ._card_1vnrm_17 ._center_1vnrm_144{flex:0 0 auto;min-width:110px;width:auto}}._gameInfo_1vnrm_12 ._card_1vnrm_17 ._header_1vnrm_167{display:flex;align-items:center;justify-content:center;gap:.3125rem;background-color:var(--surface-brand);padding:.625rem .9375rem;border-bottom-left-radius:40px;border-bottom-right-radius:40px}@media(max-width:768px){._gameInfo_1vnrm_12 ._card_1vnrm_17 ._header_1vnrm_167{padding:.125rem .3125rem;border-bottom-left-radius:24px;border-bottom-right-radius:24px}}._gameInfo_1vnrm_12 ._card_1vnrm_17 ._header_1vnrm_167 ._headerIcon_1vnrm_184{width:12px;height:12px;flex-shrink:0;filter:brightness(0) invert(1);opacity:.7}@media(max-width:768px){._gameInfo_1vnrm_12 ._card_1vnrm_17 ._header_1vnrm_167 ._headerIcon_1vnrm_184{width:8px;height:8px}}._gameInfo_1vnrm_12 ._card_1vnrm_17 ._header_1vnrm_167 ._headerText_1vnrm_197{color:#fff;font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.7px;white-space:nowrap}@media(max-width:768px){._gameInfo_1vnrm_12 ._card_1vnrm_17 ._header_1vnrm_167 ._headerText_1vnrm_197{font-size:.625rem;letter-spacing:.3px}}._gameInfo_1vnrm_12 ._card_1vnrm_17 ._centerBody_1vnrm_211{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.625rem;padding:.625rem .9375rem}@media(max-width:768px){._gameInfo_1vnrm_12 ._card_1vnrm_17 ._centerBody_1vnrm_211{gap:.125rem;padding:.3125rem}}._gameInfo_1vnrm_12 ._card_1vnrm_17 ._scores_1vnrm_226{display:flex;align-items:center;gap:.9375rem}@media(max-width:768px){._gameInfo_1vnrm_12 ._card_1vnrm_17 ._scores_1vnrm_226{gap:.3125rem}}._gameInfo_1vnrm_12 ._card_1vnrm_17 ._score_1vnrm_226{font-size:3rem;font-weight:900;color:var(--text-strong);line-height:1;min-width:2.5rem;text-align:center;flex-shrink:0;letter-spacing:-1px}@media(max-width:1024px){._gameInfo_1vnrm_12 ._card_1vnrm_17 ._score_1vnrm_226{font-size:1.875rem;min-width:2rem}}@media(max-width:768px){._gameInfo_1vnrm_12 ._card_1vnrm_17 ._score_1vnrm_226{font-size:1.25rem;min-width:1.4rem}}._gameInfo_1vnrm_12 ._card_1vnrm_17 ._centerIcon_1vnrm_258{width:28px;height:20px;flex-shrink:0;filter:brightness(0) invert(60%)}@media(max-width:768px){._gameInfo_1vnrm_12 ._card_1vnrm_17 ._centerIcon_1vnrm_258{width:16px;height:12px}}._gameInfo_1vnrm_12 ._card_1vnrm_17 ._badge_1vnrm_270{display:flex;align-items:center;justify-content:center}._gameInfo_1vnrm_12 ._card_1vnrm_17 ._badge_1vnrm_270 ._terminated_1vnrm_275,._gameInfo_1vnrm_12 ._card_1vnrm_17 ._badge_1vnrm_270 ._vs_1vnrm_276,._gameInfo_1vnrm_12 ._card_1vnrm_17 ._badge_1vnrm_270 ._statusLabel_1vnrm_277{display:block;background-color:var(--surface-brand);color:#fff;font-size:.75rem;font-weight:700;letter-spacing:1px;text-transform:uppercase;padding:.125rem .9375rem;border-radius:20px;white-space:nowrap;box-shadow:0 2px 6px #0003}@media(max-width:768px){._gameInfo_1vnrm_12 ._card_1vnrm_17 ._badge_1vnrm_270 ._terminated_1vnrm_275,._gameInfo_1vnrm_12 ._card_1vnrm_17 ._badge_1vnrm_270 ._vs_1vnrm_276,._gameInfo_1vnrm_12 ._card_1vnrm_17 ._badge_1vnrm_270 ._statusLabel_1vnrm_277{font-size:.625rem;padding:2px .3125rem;letter-spacing:.5px}}._gameInfo_1vnrm_12 ._card_1vnrm_17 ._badge_1vnrm_270 ._live_1vnrm_299{display:flex;align-items:center;gap:.3125rem;background-color:#e30613;color:#fff;font-size:.75rem;font-weight:700;letter-spacing:1px;text-transform:uppercase;padding:.125rem .9375rem;border-radius:20px;white-space:nowrap;box-shadow:0 2px 6px #e3061373}@media(max-width:768px){._gameInfo_1vnrm_12 ._card_1vnrm_17 ._badge_1vnrm_270 ._live_1vnrm_299{font-size:.625rem;padding:2px .3125rem;gap:.125rem;letter-spacing:.5px}}._gameInfo_1vnrm_12 ._card_1vnrm_17 ._badge_1vnrm_270 ._live_1vnrm_299 ._liveDot_1vnrm_322{width:6px;height:6px;border-radius:50%;background-color:var(--surface-1);flex-shrink:0;animation:_pulseDot_1vnrm_1 1.4s ease-in-out infinite}@media(max-width:768px){._gameInfo_1vnrm_12 ._card_1vnrm_17 ._badge_1vnrm_270 ._live_1vnrm_299 ._liveDot_1vnrm_322{width:4px;height:4px}}._gameInfo_1vnrm_12 ._card_1vnrm_17 ._competition_1vnrm_336{display:flex;flex-direction:column;align-items:stretch;justify-content:center;gap:.125rem;padding:0 0 .625rem;min-width:0}@media(max-width:768px){._gameInfo_1vnrm_12 ._card_1vnrm_17 ._competition_1vnrm_336{padding:0 0 .3125rem;gap:.125rem}}._gameInfo_1vnrm_12 ._card_1vnrm_17 ._competition_1vnrm_336 ._competitionRow_1vnrm_351{display:flex;align-items:center;gap:.3125rem;min-width:0;max-width:100%}._gameInfo_1vnrm_12 ._card_1vnrm_17 ._competition_1vnrm_336 ._competitionRow_1vnrm_351:first-child{justify-content:flex-start}._gameInfo_1vnrm_12 ._card_1vnrm_17 ._competition_1vnrm_336 ._competitionRow_1vnrm_351:last-child:not(:first-child){justify-content:flex-end}._gameInfo_1vnrm_12 ._card_1vnrm_17 ._competition_1vnrm_336 ._competitionIcon_1vnrm_364{width:11px;height:11px;flex-shrink:0;filter:brightness(0) invert(40%)}@media(max-width:768px){._gameInfo_1vnrm_12 ._card_1vnrm_17 ._competition_1vnrm_336 ._competitionIcon_1vnrm_364{width:10px;height:10px}}._gameInfo_1vnrm_12 ._card_1vnrm_17 ._competition_1vnrm_336 ._competitionLogo_1vnrm_376{height:16px;width:auto;object-fit:contain;flex-shrink:0}@media(max-width:768px){._gameInfo_1vnrm_12 ._card_1vnrm_17 ._competition_1vnrm_336 ._competitionLogo_1vnrm_376{height:14px}}._gameInfo_1vnrm_12 ._card_1vnrm_17 ._competition_1vnrm_336 ._competitionText_1vnrm_387{font-size:.6875rem;color:var(--text-3);font-weight:600;text-transform:uppercase;letter-spacing:.6px;white-space:nowrap;min-width:0;max-width:100%;overflow:hidden;text-overflow:ellipsis}@media(max-width:768px){._gameInfo_1vnrm_12 ._card_1vnrm_17 ._competition_1vnrm_336 ._competitionText_1vnrm_387{font-size:.6875rem;letter-spacing:.3px}}@keyframes _pulseDot_196o5_1{0%,to{opacity:1}50%{opacity:.3}}._skeleton_196o5_9{background-image:linear-gradient(90deg,var(--skeleton-base) 25%,var(--skeleton-highlight) 50%,var(--skeleton-base) 75%);background-size:200% 100%;border-radius:4px;animation:_skeleton-shimmer_196o5_1 1.5s ease-in-out infinite}@keyframes _skeleton-shimmer_196o5_1{0%{background-position:200% 0}to{background-position:-200% 0}}._skeleton_196o5_9{flex-shrink:0}._widgetGameInfo_q9cx1_6{width:100%}._expandBtn_1iexd_4{position:fixed;top:var(--navbar-height, 60px);left:0;z-index:200;width:40px;height:40px;border-radius:0 0 6px;background-color:var(--surface-brand);border:none;border-right:2px solid rgba(255,255,255,.1);border-bottom:2px solid rgba(255,255,255,.1);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease}._expandBtn_1iexd_4:hover{background-color:#ffffff14}._expandBtn_1iexd_4 svg,._expandBtn_1iexd_4 img{width:20px;height:20px;fill:#fff}._sidebar_1iexd_32{width:250px;height:100%;background-color:var(--surface-brand);border-right:2px solid rgba(255,255,255,.1);overflow-y:auto;overflow-x:hidden;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.2) transparent}._sidebar_1iexd_32::-webkit-scrollbar{width:4px}._sidebar_1iexd_32::-webkit-scrollbar-track{background:transparent}._sidebar_1iexd_32::-webkit-scrollbar-thumb{background-color:#fff3;border-radius:4px}._sidebar_1iexd_32 ._collapseHeader_1iexd_52{display:flex;align-items:center;padding:.625rem 1.25rem;border-bottom:1px solid rgba(255,255,255,.1);margin-bottom:.625rem;gap:.625rem}._sidebar_1iexd_32 ._collapseHeader_1iexd_52 ._collapseTitle_1iexd_60{font-weight:700;font-size:.6875rem;color:#fff;text-transform:uppercase;letter-spacing:.5px;flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._sidebar_1iexd_32 ._collapseBtn_1iexd_72{background:#ffffff0d;border:1px solid rgba(255,255,255,.15);color:#fff;cursor:pointer;padding:5px 7px;display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:4px;transition:all .2s ease;flex-shrink:0}._sidebar_1iexd_32 ._collapseBtn_1iexd_72:hover{background-color:#ffffff26;border-color:#ffffff4d}._sidebar_1iexd_32 ._collapseBtn_1iexd_72 svg,._sidebar_1iexd_32 ._collapseBtn_1iexd_72 img{width:14px;height:14px;fill:#fff}._section_vjvpz_4{margin-bottom:.3125rem}._section_vjvpz_4 ._sectionHeader_vjvpz_7{display:flex;align-items:center;justify-content:space-between;padding:.625rem 1.25rem .3125rem;border-bottom:1px solid rgba(255,255,255,.08);margin-bottom:.125rem;cursor:pointer;-webkit-user-select:none;user-select:none;transition:background-color .2s ease}._section_vjvpz_4 ._sectionHeader_vjvpz_7:hover{background-color:#ffffff08}._section_vjvpz_4 ._sectionHeader_vjvpz_7 ._sectionTitle_vjvpz_22{font-weight:700;font-size:.6875rem;color:#fff9;text-transform:uppercase;letter-spacing:.5px;flex:1;white-space:nowrap}._section_vjvpz_4 ._sectionHeader_vjvpz_7 ._sectionChevron_vjvpz_31{width:10px;height:10px;fill:#fff6;transition:transform .2s ease;flex-shrink:0}._section_vjvpz_4 ._sectionHeader_vjvpz_7 ._sectionChevron_vjvpz_31._expanded_vjvpz_38{transform:rotate(90deg)}._section_vjvpz_4 ._sectionContent_vjvpz_41{display:flex;flex-direction:column;gap:1px;padding:0 .625rem;overflow:hidden;transition:max-height .25s ease,opacity .25s ease}._section_vjvpz_4 ._sectionContent_vjvpz_41._sectionCollapsed_vjvpz_49{max-height:0;opacity:0;padding:0 .625rem}._section_vjvpz_4 ._sectionContent_vjvpz_41._sectionExpanded_vjvpz_54{max-height:1200px;opacity:1}._section_vjvpz_4 ._sectionContent_vjvpz_41 ._navItem_vjvpz_58{display:flex;align-items:center;border-radius:4px;transition:background-color .15s ease}._section_vjvpz_4 ._sectionContent_vjvpz_41 ._navItem_vjvpz_58:hover{background-color:#ffffff14}._section_vjvpz_4 ._sectionContent_vjvpz_41 ._navItem_vjvpz_58._active_vjvpz_67{background-color:#e30613}._section_vjvpz_4 ._sectionContent_vjvpz_41 ._navItem_vjvpz_58._active_vjvpz_67 ._navItemButton_vjvpz_70{color:#fff}._section_vjvpz_4 ._sectionContent_vjvpz_41 ._navItem_vjvpz_58._active_vjvpz_67 ._favoriteToggle_vjvpz_73 ._favoriteStar_vjvpz_73{stroke:#fffc}._section_vjvpz_4 ._sectionContent_vjvpz_41 ._navItem_vjvpz_58._disabled_vjvpz_76{opacity:.35;cursor:not-allowed;pointer-events:none}._section_vjvpz_4 ._sectionContent_vjvpz_41 ._navItem_vjvpz_58._locked_vjvpz_81 ._navItemLabel_vjvpz_81{opacity:.55}._section_vjvpz_4 ._sectionContent_vjvpz_41 ._navItem_vjvpz_58 ._navItemButton_vjvpz_70{flex:1;min-width:0;background:none;border:none;padding:7px .9375rem;color:#fff;text-decoration:none;font-weight:500;font-size:.75rem;text-align:left;display:flex;align-items:center;gap:.625rem;cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._section_vjvpz_4 ._sectionContent_vjvpz_41 ._navItem_vjvpz_58 ._navItemButton_vjvpz_70 ._navItemLabel_vjvpz_81{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._section_vjvpz_4 ._sectionContent_vjvpz_41 ._navItem_vjvpz_58 ._navItemButton_vjvpz_70 ._navItemLockIcon_vjvpz_109{width:12px;height:12px;opacity:.55;flex-shrink:0}._section_vjvpz_4 ._sectionContent_vjvpz_41 ._navItem_vjvpz_58 ._favoriteToggle_vjvpz_73{display:flex;align-items:center;justify-content:center;flex-shrink:0;background:none;border:none;padding:0 .625rem;cursor:pointer}._section_vjvpz_4 ._sectionContent_vjvpz_41 ._navItem_vjvpz_58 ._favoriteToggle_vjvpz_73 ._favoriteStar_vjvpz_73{width:14px;height:14px;fill:none;stroke:#ffffff73;stroke-width:1.5;transition:fill .15s ease,stroke .15s ease}._section_vjvpz_4 ._sectionContent_vjvpz_41 ._navItem_vjvpz_58 ._favoriteToggle_vjvpz_73:hover ._favoriteStar_vjvpz_73{stroke:#ff9f00}._section_vjvpz_4 ._sectionContent_vjvpz_41 ._navItem_vjvpz_58 ._favoriteToggle_vjvpz_73._favoriteToggleActive_vjvpz_136 ._favoriteStar_vjvpz_73{fill:#ff9f00;stroke:#ff9f00}._mobileToggle_dh176_3{position:fixed;top:0;left:0;z-index:1001;width:48px;height:60px;border-radius:0;background-color:transparent;color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:opacity .2s ease}._mobileToggle_dh176_3:hover{opacity:.85}@media(max-width:575px){._mobileToggle_dh176_3{height:45px}}@media(min-width:576px)and (max-width:768px){._mobileToggle_dh176_3{height:48px}}@media(min-width:769px)and (max-width:991px){._mobileToggle_dh176_3{height:50px}}@media(min-width:992px)and (max-width:1024px){._mobileToggle_dh176_3{height:48px}}._mobileToggle_dh176_3 ._hamburgerIcon_dh176_43{width:22px;height:18px;position:relative;transition:.3s ease-in-out}._mobileToggle_dh176_3 ._hamburgerIcon_dh176_43 span{display:block;position:absolute;height:2px;width:100%;background:var(--surface-1);border-radius:2px;left:0;transform:rotate(0);transition:.25s ease-in-out}._mobileToggle_dh176_3 ._hamburgerIcon_dh176_43 span:nth-child(1){top:0}._mobileToggle_dh176_3 ._hamburgerIcon_dh176_43 span:nth-child(2){top:8px}._mobileToggle_dh176_3 ._hamburgerIcon_dh176_43 span:nth-child(3){top:16px}._backdrop_dh176_70{position:fixed;inset:0;background-color:#00000080;z-index:1049}._drawer_dh176_77{position:fixed;top:60px;left:0;width:270px;height:calc(100vh - 60px);background-color:var(--surface-brand);border-right:2px solid rgba(255,255,255,.1);z-index:1050;transform:translate(-100%);transition:transform .3s ease;overflow-y:auto;overflow-x:hidden;display:flex;flex-direction:column;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.2) transparent}._drawer_dh176_77::-webkit-scrollbar{width:4px}._drawer_dh176_77::-webkit-scrollbar-track{background:transparent}._drawer_dh176_77::-webkit-scrollbar-thumb{background-color:#fff3;border-radius:4px}._drawer_dh176_77._open_dh176_105{transform:translate(0)}@media(max-width:575px){._drawer_dh176_77{top:45px;height:calc(100vh - 45px)}}@media(min-width:576px)and (max-width:768px){._drawer_dh176_77{top:48px;height:calc(100vh - 48px)}}@media(min-width:769px)and (max-width:1024px){._drawer_dh176_77{top:48px;height:calc(100vh - 48px)}}._drawer_dh176_77 ._navSection_dh176_126{border-top:1px solid rgba(255,255,255,.12);padding:.3125rem 0;flex-shrink:0}._drawer_dh176_77 ._navSection_dh176_126._navSectionNoGroups_dh176_131{border-top:none}._drawer_dh176_77 ._navSection_dh176_126 ._navLink_dh176_134{display:flex;align-items:center;gap:.625rem;width:100%;padding:.625rem .9375rem;background:transparent;border:none;color:#ffffffa6;cursor:pointer;font-size:.875rem;text-align:left;transition:background .15s ease,color .15s ease}._drawer_dh176_77 ._navSection_dh176_126 ._navLink_dh176_134:hover{background:#ffffff12;color:#fff}._drawer_dh176_77 ._navSection_dh176_126 ._navLink_dh176_134._navLinkActive_dh176_152{color:#fff;background:#ffffff1a}._drawer_dh176_77 ._navSection_dh176_126 ._navLink_dh176_134 i{width:18px;text-align:center;font-size:.9rem;flex-shrink:0;color:inherit}._drawer_dh176_77 ._navSection_dh176_126 ._navLink_dh176_134 span{flex:1}._drawer_dh176_77 ._drawerHeader_dh176_166{display:flex;justify-content:flex-end;padding:.625rem .9375rem}._drawer_dh176_77 ._drawerHeader_dh176_166 ._closeBtn_dh176_171{background:#ffffff0d;border:1px solid rgba(255,255,255,.15);color:#fff;cursor:pointer;padding:5px 7px;display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:4px;transition:all .2s ease;flex-shrink:0}._drawer_dh176_77 ._drawerHeader_dh176_166 ._closeBtn_dh176_171:hover{background-color:#ffffff26;border-color:#ffffff4d}._drawer_dh176_77 ._drawerHeader_dh176_166 ._closeBtn_dh176_171 svg,._drawer_dh176_77 ._drawerHeader_dh176_166 ._closeBtn_dh176_171 img{width:14px;height:14px;fill:#fff}._gameLayout_1bzpd_3{min-height:calc(100vh - var(--navbar-height, 60px))}._gameLayout_1bzpd_3 ._sidebar_1bzpd_6{position:fixed;top:var(--navbar-height, 60px);left:0;width:var(--sidebar-width, 250px);height:calc(100vh - var(--navbar-height, 60px));z-index:50;transition:width .3s ease}._gameLayout_1bzpd_3 ._content_1bzpd_15{margin-left:var(--sidebar-width, 250px);overflow-x:hidden;transition:margin-left .3s ease}@font-face{font-family:Josefin Sans;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/josefinsans/v32/Qw3PZQNVED7rKGKxtqIqX5E-AVSJrOCfjY46_DjQbMZhLybpUVzEEQ.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}._backdrop_1mdh9_11{position:fixed;inset:0;z-index:var(--modal-layer, 1100);display:flex;align-items:center;justify-content:center;background-color:var(--overlay);padding:.9375rem}._backdrop_1mdh9_11 ._panel_1mdh9_21{display:flex;flex-direction:column;width:100%;max-width:var(--modal-max-width, 720px);max-height:90vh;background-color:var(--surface-1);border-radius:12px;overflow:hidden;box-shadow:var(--shadow-3)}._backdrop_1mdh9_11 ._panel_1mdh9_21 ._header_1mdh9_32{display:flex;align-items:center;justify-content:flex-end;gap:.625rem;background-color:var(--surface-brand);padding:.625rem .9375rem;flex-shrink:0}._backdrop_1mdh9_11 ._panel_1mdh9_21 ._header_1mdh9_32 ._title_1mdh9_41{flex:1;font-family:Josefin Sans,sans-serif;font-size:.875rem;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:1px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._backdrop_1mdh9_11 ._panel_1mdh9_21 ._header_1mdh9_32 ._closeButton_1mdh9_53{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:28px;height:28px;border:none;border-radius:50%;background:none;color:#fff;cursor:pointer;transition:background-color .2s ease}._backdrop_1mdh9_11 ._panel_1mdh9_21 ._header_1mdh9_32 ._closeButton_1mdh9_53:hover{background-color:#ffffff26}._backdrop_1mdh9_11 ._panel_1mdh9_21 ._body_1mdh9_70{flex:1;min-height:0;overflow-y:auto}@keyframes _pulseDot_1gd20_1{0%,to{opacity:1}50%{opacity:.3}}@font-face{font-family:Josefin Sans;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/josefinsans/v32/Qw3PZQNVED7rKGKxtqIqX5E-AVSJrOCfjY46_DjQbMZhLybpUVzEEQ.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}._fullFieldChart_1gd20_19{width:100%;background-color:var(--surface-1);border-radius:12px;display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--border-subtle);box-shadow:var(--shadow-1);transition:box-shadow .2s ease;color:var(--text-1)}._fullFieldChart_1gd20_19:hover{box-shadow:var(--shadow-2)}._fullFieldChart_1gd20_19 ._header_1gd20_34{display:flex;align-items:center;background-color:var(--surface-brand);padding:.625rem .9375rem;flex-shrink:0}._fullFieldChart_1gd20_19 ._header_1gd20_34 ._title_1gd20_41{flex:1;font-family:Josefin Sans,sans-serif;font-size:.75rem;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:1px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._fullFieldChart_1gd20_19 ._legend_1gd20_53{display:flex;flex-wrap:wrap;gap:.3125rem .9375rem;padding:.3125rem .9375rem;border-bottom:1px solid var(--border-subtle)}._fullFieldChart_1gd20_19 ._legend_1gd20_53 ._legendItem_1gd20_60{display:flex;align-items:center;gap:.125rem;font-family:Josefin Sans,sans-serif;font-size:.625rem;color:var(--text-2)}._fullFieldChart_1gd20_19 ._legend_1gd20_53 ._legendItem_1gd20_60 ._legendSymbol_1gd20_68{display:block;flex-shrink:0}._fullFieldChart_1gd20_19 ._legend_1gd20_53 ._legendItem_1gd20_60 ._legendLabel_1gd20_72{font-weight:500}._fullFieldChart_1gd20_19 ._fieldContainer_1gd20_75{width:100%;position:relative;padding:.625rem;box-sizing:border-box}._fullFieldChart_1gd20_19 ._fieldContainer_1gd20_75 ._fieldSvg_1gd20_81{width:100%;height:auto;display:block}._fullFieldChart_1gd20_19 ._fieldContainer_1gd20_75 ._fieldSvg_1gd20_81 ._safetyArea_1gd20_86{fill:#00000006}._fullFieldChart_1gd20_19 ._fieldContainer_1gd20_75 ._fieldSvg_1gd20_81 ._inGoalArea_1gd20_89{fill:#e3061312}._fullFieldChart_1gd20_19 ._fieldContainer_1gd20_75 ._fieldSvg_1gd20_81 ._playingArea_1gd20_92{fill:#fff}._fullFieldChart_1gd20_19 ._fieldContainer_1gd20_75 ._fieldSvg_1gd20_81 ._deadBallLine_1gd20_95{stroke:var(--text-1);stroke-width:.6;fill:none}._fullFieldChart_1gd20_19 ._fieldContainer_1gd20_75 ._fieldSvg_1gd20_81 ._tryLine_1gd20_100{stroke:var(--text-1);stroke-width:.8;fill:none}._fullFieldChart_1gd20_19 ._fieldContainer_1gd20_75 ._fieldSvg_1gd20_81 ._safetyLine_1gd20_105{stroke:var(--text-3);stroke-width:.3;stroke-dasharray:2 2;fill:none}._fullFieldChart_1gd20_19 ._fieldContainer_1gd20_75 ._fieldSvg_1gd20_81 ._fieldLine_1gd20_111{stroke:var(--text-3);stroke-width:.4;fill:none}._fullFieldChart_1gd20_19 ._fieldContainer_1gd20_75 ._fieldSvg_1gd20_81 ._line22m_1gd20_116{stroke:var(--text-3);stroke-width:.6;fill:none}._fullFieldChart_1gd20_19 ._fieldContainer_1gd20_75 ._fieldSvg_1gd20_81 ._midfieldLine_1gd20_121{stroke:var(--text-2);stroke-width:.7;fill:none}._fullFieldChart_1gd20_19 ._fieldContainer_1gd20_75 ._fieldSvg_1gd20_81 ._touchline_1gd20_126{stroke:var(--text-1);stroke-width:.6;fill:none}._fullFieldChart_1gd20_19 ._fieldContainer_1gd20_75 ._fieldSvg_1gd20_81 ._corridorLine_1gd20_131{stroke:var(--text-4);stroke-width:.3;stroke-dasharray:2 2;fill:none}._fullFieldChart_1gd20_19 ._fieldContainer_1gd20_75 ._fieldSvg_1gd20_81 ._lineLabel_1gd20_137{fill:var(--text-3);font-family:Josefin Sans,sans-serif;font-size:.125rem}._fullFieldChart_1gd20_19 ._fieldContainer_1gd20_75 ._fieldSvg_1gd20_81 ._goalPost_1gd20_142{stroke:var(--text-1);stroke-width:.4;stroke-linecap:round;fill:none}._fullFieldChart_1gd20_19 ._fieldContainer_1gd20_75 ._fieldSvg_1gd20_81 ._trajectoryGroup_1gd20_148{cursor:pointer;transition:opacity .2s ease}._fullFieldChart_1gd20_19 ._fieldContainer_1gd20_75 ._fieldSvg_1gd20_81 ._trajectoryGroup_1gd20_148._trajectoryDimmed_1gd20_152{opacity:.15}._fullFieldChart_1gd20_19 ._fieldContainer_1gd20_75 ._fieldSvg_1gd20_81 ._trajectoryGroup_1gd20_148._trajectoryActive_1gd20_155 ._departureDot_1gd20_155{animation:_pulseDot_1gd20_1 1.4s ease-in-out infinite}._fullFieldChart_1gd20_19 ._fieldContainer_1gd20_75 ._fieldSvg_1gd20_81 ._trajectoryLabel_1gd20_158{font-family:Josefin Sans,sans-serif;font-size:.125rem;fill:var(--text-1)}._fullFieldChart_1gd20_19 ._fieldContainer_1gd20_75 ._fieldSvg_1gd20_81 ._markerGroup_1gd20_163{transition:opacity .2s ease}._fullFieldChart_1gd20_19 ._fieldContainer_1gd20_75 ._fieldSvg_1gd20_81 ._markerGroup_1gd20_163._markerClickable_1gd20_166{cursor:pointer}._fullFieldChart_1gd20_19 ._fieldContainer_1gd20_75 ._fieldSvg_1gd20_81 ._markerGroup_1gd20_163._markerDimmed_1gd20_169{opacity:.15}._fullFieldChart_1gd20_19 ._fieldContainer_1gd20_75 ._fieldSvg_1gd20_81 ._markerGroup_1gd20_163._markerActive_1gd20_172 ._markerDot_1gd20_172{animation:_pulseDot_1gd20_1 1.4s ease-in-out infinite}._fullFieldChart_1gd20_19 ._fieldContainer_1gd20_75 ._tooltip_1gd20_175{position:fixed;left:var(--tooltip-x);top:var(--tooltip-y);pointer-events:none;z-index:9999;background-color:#000;color:#fff;border-radius:6px;border-left:3px solid var(--tooltip-accent);padding:.625rem .9375rem;min-width:160px}._fullFieldChart_1gd20_19 ._fieldContainer_1gd20_75 ._tooltip_1gd20_175 ._tooltipRow_1gd20_188{display:flex;justify-content:space-between;gap:.625rem;font-family:Josefin Sans,sans-serif;font-size:.6875rem;margin:0}._fullFieldChart_1gd20_19 ._fieldContainer_1gd20_75 ._tooltip_1gd20_175 ._tooltipRow_1gd20_188 ._tooltipKey_1gd20_196{color:#ffffff8c}._segmentedToggle_10vab_4{display:inline-flex;border:1px solid var(--border-1);border-radius:8px;overflow:hidden}._segmentedToggle_10vab_4 ._segment_10vab_4{border:none;background-color:var(--surface-1);color:var(--text-3);padding:.125rem .625rem;font-size:.6875rem;cursor:pointer;transition:background-color .15s ease,color .15s ease}._segmentedToggle_10vab_4 ._segment_10vab_4:not(:last-child){border-right:1px solid var(--border-1)}._segmentedToggle_10vab_4 ._segment_10vab_4:hover{background-color:var(--surface-2)}._segmentedToggle_10vab_4 ._segment_10vab_4._segmentActive_10vab_25{background-color:var(--surface-brand);color:#fff;font-weight:600}._segmentedToggle_10vab_4._segmentedToggleStretch_10vab_30{display:flex;width:100%}._segmentedToggle_10vab_4._segmentedToggleStretch_10vab_30 ._segment_10vab_4{flex:1;text-align:center}._segmentedToggle_10vab_4._segmentedTogglePills_10vab_38{display:flex;gap:.3125rem;border:none;border-radius:0;overflow-x:auto;scrollbar-width:none}._segmentedToggle_10vab_4._segmentedTogglePills_10vab_38::-webkit-scrollbar{display:none}._segmentedToggle_10vab_4._segmentedTogglePills_10vab_38 ._segment_10vab_4{flex-shrink:0;border:1px solid transparent;border-radius:999px;background-color:var(--surface-2);padding:.3125rem .625rem;font-size:.75rem;font-weight:600;white-space:nowrap;transition:background-color .15s ease,color .15s ease,border-color .15s ease}._segmentedToggle_10vab_4._segmentedTogglePills_10vab_38 ._segment_10vab_4:not(:last-child){border-right:1px solid transparent}._segmentedToggle_10vab_4._segmentedTogglePills_10vab_38 ._segment_10vab_4:hover{border-color:var(--border-1);background-color:var(--surface-2);color:var(--text-2)}._segmentedToggle_10vab_4._segmentedTogglePills_10vab_38 ._segment_10vab_4._segmentActive_10vab_25{border-color:var(--surface-brand);background-color:var(--surface-brand);color:#fff}@font-face{font-family:Josefin Sans;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/josefinsans/v32/Qw3PZQNVED7rKGKxtqIqX5E-AVSJrOCfjY46_DjQbMZhLybpUVzEEQ.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}._videoClipPanel_1azl8_16{display:flex;flex-direction:column;gap:.625rem;min-width:0;min-height:0;padding:.625rem;border:1px solid rgba(255,255,255,.14);border-radius:8px;font-family:Josefin Sans,sans-serif;color:#fff}._videoClipPanel_1azl8_16 ._viewSwitch_1azl8_28{flex-shrink:0;align-self:stretch}._videoClipPanel_1azl8_16 ._outcomeBullet_1azl8_32{flex-shrink:0;width:8px;height:8px;border-radius:50%;background-color:var(--outcome-color, #c7ccd6)}._videoClipPanel_1azl8_16 ._timecode_1azl8_39{font-size:.6875rem;color:#c7ccd6;font-variant-numeric:tabular-nums;white-space:nowrap}._videoClipPanel_1azl8_16 ._duration_1azl8_45{padding:0 .3125rem;border-radius:4px;background-color:#ffffff1f;font-size:.625rem;color:#c7ccd6;font-variant-numeric:tabular-nums;white-space:nowrap;text-align:center}._videoClipPanel_1azl8_16 ._badges_1azl8_55{display:flex;align-items:center;gap:.125rem}._videoClipPanel_1azl8_16 ._badges_1azl8_55 ._badge_1azl8_55{width:18px;height:18px;object-fit:contain}._videoClipPanel_1azl8_16 ._badges_1azl8_55 ._badgePlaceholder_1azl8_65{display:none}._videoClipPanel_1azl8_16 ._timing_1azl8_68{display:flex;align-items:center;gap:.3125rem;min-width:0}._videoClipPanel_1azl8_16 ._timing_1azl8_68 ._badges_1azl8_55{margin-left:auto}._videoClipPanel_1azl8_16 ._clipList_1azl8_77{flex:1;min-height:0;margin:0;padding:0;list-style:none;overflow-y:auto}@media(max-width:768px){._videoClipPanel_1azl8_16 ._clipList_1azl8_77{max-height:30vh}}._videoClipPanel_1azl8_16 ._clipList_1azl8_77 li:not(:last-child){border-bottom:1px solid rgba(255,255,255,.1)}._videoClipPanel_1azl8_16 ._clipList_1azl8_77 ._clipEntry_1azl8_93{display:grid;grid-template-columns:auto minmax(0,1fr);grid-template-areas:"bullet headline" "bullet meta";column-gap:.625rem;row-gap:.125rem;align-items:center;width:100%;min-height:40px;padding:.3125rem .625rem;border:none;border-radius:6px;background:none;font-family:Josefin Sans,sans-serif;color:#fff;text-align:left;cursor:pointer;transition:background-color .2s ease}@media(max-width:768px){._videoClipPanel_1azl8_16 ._clipList_1azl8_77 ._clipEntry_1azl8_93{min-height:44px}}._videoClipPanel_1azl8_16 ._clipList_1azl8_77 ._clipEntry_1azl8_93:hover{background-color:#ffffff1f}._videoClipPanel_1azl8_16 ._clipList_1azl8_77 ._clipEntry_1azl8_93._playing_1azl8_120{background-color:#ffffff38}._videoClipPanel_1azl8_16 ._clipList_1azl8_77 ._clipEntry_1azl8_93 ._outcomeBullet_1azl8_32{grid-area:bullet;width:12px;height:12px}._videoClipPanel_1azl8_16 ._clipList_1azl8_77 ._clipEntry_1azl8_93 ._headline_1azl8_128{grid-area:headline;display:grid;grid-template-columns:2.5ch minmax(0,1fr);column-gap:.3125rem;align-items:baseline}._videoClipPanel_1azl8_16 ._clipList_1azl8_77 ._clipEntry_1azl8_93 ._headline_1azl8_128 ._position_1azl8_135{font-size:.6875rem;color:#c7ccd6;font-variant-numeric:tabular-nums;text-align:right}._videoClipPanel_1azl8_16 ._clipList_1azl8_77 ._clipEntry_1azl8_93 ._headline_1azl8_128 ._clipLabel_1azl8_141{min-width:0;font-size:.75rem;overflow-wrap:anywhere}._videoClipPanel_1azl8_16 ._clipList_1azl8_77 ._clipEntry_1azl8_93 ._meta_1azl8_146{grid-area:meta;display:flex;align-items:center;gap:.3125rem}._videoClipPanel_1azl8_16 ._clipList_1azl8_77 ._clipEntry_1azl8_93 ._meta_1azl8_146 ._duration_1azl8_45{margin-left:auto}._videoClipPanel_1azl8_16 ._clipList_1azl8_77 ._clipEntry_1azl8_93._playing_1azl8_120 ._clipLabel_1azl8_141{font-weight:700}._videoClipPanel_1azl8_16 ._clipDetails_1azl8_158{flex:1;min-height:0;padding:.625rem;border-radius:6px;background-color:#ffffff14;overflow-y:auto}@media(max-width:768px){._videoClipPanel_1azl8_16 ._clipDetails_1azl8_158{max-height:30vh}}._videoClipPanel_1azl8_16 ._clipDetails_1azl8_158 ._name_1azl8_171{margin:0 0 .625rem;font-size:.875rem;font-weight:700;color:#fff}@media(max-width:768px){._videoClipPanel_1azl8_16 ._clipDetails_1azl8_158 ._name_1azl8_171{font-size:.75rem}}._videoClipPanel_1azl8_16 ._clipDetails_1azl8_158 ._detailList_1azl8_182{display:flex;flex-direction:column;gap:.3125rem;margin:.9375rem 0 0}._videoClipPanel_1azl8_16 ._clipDetails_1azl8_158 ._detailList_1azl8_182 ._detailEntry_1azl8_188{display:flex;align-items:baseline;gap:.3125rem}._videoClipPanel_1azl8_16 ._clipDetails_1azl8_158 ._detailList_1azl8_182 ._detailEntry_1azl8_188 ._detailLabel_1azl8_193{flex-shrink:0;margin:0;font-size:.6875rem;font-weight:700;color:#c7ccd6;text-transform:uppercase;letter-spacing:.5px}._videoClipPanel_1azl8_16 ._clipDetails_1azl8_158 ._detailList_1azl8_182 ._detailEntry_1azl8_188 ._detailValue_1azl8_202{margin:0;font-size:.75rem;overflow-wrap:anywhere}._videoClipPanel_1azl8_16 ._clipDetails_1azl8_158 ._noDetailNotice_1azl8_207{margin:.9375rem 0 0;font-size:.6875rem;color:#c7ccd6}._videoClipPanel_1azl8_16 ._clipField_1azl8_212{flex:1;min-height:0;overflow-y:auto}@media(max-width:768px){._videoClipPanel_1azl8_16 ._clipField_1azl8_212{max-height:45vh}}@font-face{font-family:Josefin Sans;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/josefinsans/v32/Qw3PZQNVED7rKGKxtqIqX5E-AVSJrOCfjY46_DjQbMZhLybpUVzEEQ.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}._videoPlayer_m2dpc_11{width:100%;max-width:100%;outline:none}._videoPlayer_m2dpc_11 ._stage_m2dpc_16{position:relative;width:100%;aspect-ratio:var(--aspect-ratio, 16/9);background-color:#000;border:1px solid rgba(255,255,255,.24);border-radius:8px;overflow:hidden}._videoPlayer_m2dpc_11 ._stage_m2dpc_16._fullscreen_m2dpc_25{aspect-ratio:auto;height:100%;border:none;border-radius:0}._videoPlayer_m2dpc_11 ._stage_m2dpc_16 ._picture_m2dpc_31{position:absolute;inset:0}._videoPlayer_m2dpc_11 ._stage_m2dpc_16 ._picture_m2dpc_31 video{object-fit:contain}._videoPlayer_m2dpc_11 ._stage_m2dpc_16 ._failureNotice_m2dpc_38{position:absolute;top:50%;left:0;right:0;margin:0;transform:translateY(-50%);padding:.9375rem;font-family:Josefin Sans,sans-serif;font-size:.75rem;color:#fff;text-align:center}._videoPlayer_m2dpc_11 ._stage_m2dpc_16 ._caption_m2dpc_51{position:absolute;top:0;left:0;right:0;display:flex;align-items:center;gap:.3125rem;padding:.625rem .9375rem;background:linear-gradient(to bottom,rgba(0,0,0,.65),transparent);font-family:Josefin Sans,sans-serif;color:#fff;opacity:0;transition:opacity .2s ease;pointer-events:none}._videoPlayer_m2dpc_11 ._stage_m2dpc_16 ._caption_m2dpc_51 ._position_m2dpc_67{flex-shrink:0;padding:.125rem .3125rem;border-radius:4px;background-color:#fff3;font-size:.6875rem;font-weight:700}._videoPlayer_m2dpc_11 ._stage_m2dpc_16 ._caption_m2dpc_51 ._label_m2dpc_75{font-size:.875rem;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media(max-width:768px){._videoPlayer_m2dpc_11 ._stage_m2dpc_16 ._caption_m2dpc_51 ._label_m2dpc_75{font-size:.75rem}}._videoPlayer_m2dpc_11 ._stage_m2dpc_16 ._controls_m2dpc_87{position:absolute;bottom:0;left:0;right:0;display:flex;flex-direction:column;gap:.3125rem;padding:.9375rem .9375rem .625rem;background:linear-gradient(to top,rgba(0,0,0,.8),transparent);opacity:0;transition:opacity .2s ease;pointer-events:none}@media(max-width:768px){._videoPlayer_m2dpc_11 ._stage_m2dpc_16 ._controls_m2dpc_87{padding:.625rem .625rem .3125rem}}._videoPlayer_m2dpc_11 ._stage_m2dpc_16 ._controls_m2dpc_87 ._progress_m2dpc_106{width:100%;height:4px;margin:0;appearance:none;border-radius:2px;background-color:#ffffff59;cursor:pointer}@media(max-width:768px){._videoPlayer_m2dpc_11 ._stage_m2dpc_16 ._controls_m2dpc_87 ._progress_m2dpc_106{height:6px}}._videoPlayer_m2dpc_11 ._stage_m2dpc_16 ._controls_m2dpc_87 ._progress_m2dpc_106::-webkit-slider-thumb{appearance:none;width:14px;height:14px;border:none;border-radius:50%;background-color:var(--surface-1);cursor:pointer}._videoPlayer_m2dpc_11 ._stage_m2dpc_16 ._controls_m2dpc_87 ._progress_m2dpc_106::-moz-range-track{height:4px;border-radius:2px;background-color:#ffffff59}._videoPlayer_m2dpc_11 ._stage_m2dpc_16 ._controls_m2dpc_87 ._progress_m2dpc_106::-moz-range-thumb{width:14px;height:14px;border:none;border-radius:50%;background-color:var(--surface-1);cursor:pointer}._videoPlayer_m2dpc_11 ._stage_m2dpc_16 ._controls_m2dpc_87 ._buttons_m2dpc_142{display:flex;align-items:center;gap:.3125rem;flex-wrap:wrap;row-gap:.125rem}@media(max-width:768px){._videoPlayer_m2dpc_11 ._stage_m2dpc_16 ._controls_m2dpc_87 ._buttons_m2dpc_142{justify-content:center}}._videoPlayer_m2dpc_11 ._stage_m2dpc_16 ._controls_m2dpc_87 ._buttons_m2dpc_142 ._button_m2dpc_142{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:32px;height:32px;padding:0;border:none;border-radius:50%;background:none;color:#fff;cursor:pointer;transition:background-color .2s ease}@media(max-width:768px){._videoPlayer_m2dpc_11 ._stage_m2dpc_16 ._controls_m2dpc_87 ._buttons_m2dpc_142 ._button_m2dpc_142{width:44px;height:44px}}._videoPlayer_m2dpc_11 ._stage_m2dpc_16 ._controls_m2dpc_87 ._buttons_m2dpc_142 ._button_m2dpc_142 svg{width:20px;height:20px}@media(max-width:768px){._videoPlayer_m2dpc_11 ._stage_m2dpc_16 ._controls_m2dpc_87 ._buttons_m2dpc_142 ._button_m2dpc_142 svg{width:24px;height:24px}}._videoPlayer_m2dpc_11 ._stage_m2dpc_16 ._controls_m2dpc_87 ._buttons_m2dpc_142 ._button_m2dpc_142:hover:not(:disabled){background-color:#fff3}._videoPlayer_m2dpc_11 ._stage_m2dpc_16 ._controls_m2dpc_87 ._buttons_m2dpc_142 ._button_m2dpc_142:disabled{opacity:.35;cursor:default}._videoPlayer_m2dpc_11 ._stage_m2dpc_16 ._controls_m2dpc_87 ._buttons_m2dpc_142 ._button_m2dpc_142._playButton_m2dpc_192 svg{width:26px;height:26px}@media(max-width:768px){._videoPlayer_m2dpc_11 ._stage_m2dpc_16 ._controls_m2dpc_87 ._buttons_m2dpc_142 ._button_m2dpc_142._playButton_m2dpc_192 svg{width:30px;height:30px}}._videoPlayer_m2dpc_11 ._stage_m2dpc_16 ._controls_m2dpc_87 ._buttons_m2dpc_142 ._button_m2dpc_142._muteButton_m2dpc_202{margin-left:auto}@media(max-width:768px){._videoPlayer_m2dpc_11 ._stage_m2dpc_16 ._controls_m2dpc_87 ._buttons_m2dpc_142 ._button_m2dpc_142._muteButton_m2dpc_202{margin-left:0}}._videoPlayer_m2dpc_11 ._stage_m2dpc_16 ._controls_m2dpc_87 ._buttons_m2dpc_142 ._time_m2dpc_210{font-family:Josefin Sans,sans-serif;font-size:.75rem;font-variant-numeric:tabular-nums;color:#fff;white-space:nowrap}@media(max-width:768px){._videoPlayer_m2dpc_11 ._stage_m2dpc_16 ._controls_m2dpc_87 ._buttons_m2dpc_142 ._time_m2dpc_210{font-size:.6875rem}}._videoPlayer_m2dpc_11 ._stage_m2dpc_16 ._controls_m2dpc_87 ._buttons_m2dpc_142 ._volume_m2dpc_222{width:70px;height:4px;margin:0;appearance:none;border-radius:2px;background-color:#ffffff59;cursor:pointer}@media(max-width:1024px){._videoPlayer_m2dpc_11 ._stage_m2dpc_16 ._controls_m2dpc_87 ._buttons_m2dpc_142 ._volume_m2dpc_222{display:none}}._videoPlayer_m2dpc_11 ._stage_m2dpc_16 ._controls_m2dpc_87 ._buttons_m2dpc_142 ._volume_m2dpc_222::-webkit-slider-thumb{appearance:none;width:12px;height:12px;border:none;border-radius:50%;background-color:var(--surface-1);cursor:pointer}._videoPlayer_m2dpc_11 ._stage_m2dpc_16 ._controls_m2dpc_87 ._buttons_m2dpc_142 ._volume_m2dpc_222::-moz-range-track{height:4px;border-radius:2px;background-color:#ffffff59}._videoPlayer_m2dpc_11 ._stage_m2dpc_16 ._controls_m2dpc_87 ._buttons_m2dpc_142 ._volume_m2dpc_222::-moz-range-thumb{width:12px;height:12px;border:none;border-radius:50%;background-color:var(--surface-1);cursor:pointer}._videoPlayer_m2dpc_11 ._stage_m2dpc_16._controlsShown_m2dpc_258 ._caption_m2dpc_51,._videoPlayer_m2dpc_11 ._stage_m2dpc_16._controlsShown_m2dpc_258 ._controls_m2dpc_87{opacity:1;pointer-events:auto}._videoPlayerModal_17mmm_3 ._playerAndClipPanel_17mmm_3{display:flex;align-items:stretch;justify-content:center;gap:.625rem;padding:.625rem;background-color:var(--surface-brand)}@media(max-width:768px){._videoPlayerModal_17mmm_3 ._playerAndClipPanel_17mmm_3{flex-direction:column;padding:.3125rem}}._videoPlayerModal_17mmm_3 ._playerAndClipPanel_17mmm_3 ._player_17mmm_3{flex:1;min-width:0;max-width:128vh}@media(max-width:768px){._videoPlayerModal_17mmm_3 ._playerAndClipPanel_17mmm_3 ._player_17mmm_3{max-width:100%}}._videoPlayerModal_17mmm_3 ._playerAndClipPanel_17mmm_3 ._clipPanelSlot_17mmm_27{position:relative;flex-shrink:0;width:360px}@media(max-width:1024px){._videoPlayerModal_17mmm_3 ._playerAndClipPanel_17mmm_3 ._clipPanelSlot_17mmm_27{width:280px}}@media(max-width:768px){._videoPlayerModal_17mmm_3 ._playerAndClipPanel_17mmm_3 ._clipPanelSlot_17mmm_27{position:static;width:100%}}._videoPlayerModal_17mmm_3 ._playerAndClipPanel_17mmm_3 ._clipPanelSlot_17mmm_27 ._clipPanel_17mmm_27{position:absolute;inset:0}@media(max-width:768px){._videoPlayerModal_17mmm_3 ._playerAndClipPanel_17mmm_3 ._clipPanelSlot_17mmm_27 ._clipPanel_17mmm_27{position:static}}._emptyState_r5ru3_4{display:flex;align-items:center;justify-content:center;padding:1.25rem;border:1px solid var(--border-1);border-radius:12px;background-color:var(--surface-2)}._emptyState_r5ru3_4 ._emptyMessage_r5ru3_13{color:var(--text-3);font-size:.875rem;text-align:center}@font-face{font-family:Josefin Sans;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/josefinsans/v32/Qw3PZQNVED7rKGKxtqIqX5E-AVSJrOCfjY46_DjQbMZhLybpUVzEEQ.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}._card_1x5xq_11{background-color:var(--surface-1);border-radius:12px;display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--border-subtle);box-shadow:var(--shadow-1);transition:box-shadow .2s ease;color:var(--text-1)}._card_1x5xq_11:hover{box-shadow:var(--shadow-2)}._card_1x5xq_11 ._header_1x5xq_25{display:flex;align-items:center;justify-content:space-between;gap:.625rem;background-color:var(--surface-brand);padding:.625rem .9375rem;flex-shrink:0}:root[data-theme=dark] ._card_1x5xq_11 ._header_1x5xq_25{box-shadow:inset 0 -1px 0 var(--border-1)}._card_1x5xq_11 ._header_1x5xq_25 ._title_1x5xq_37{flex:1;font-family:Josefin Sans,sans-serif;font-size:.75rem;font-weight:700;color:var(--text-on-brand);text-transform:uppercase;letter-spacing:1px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._card_1x5xq_11 ._header_1x5xq_25 ._title_1x5xq_37._align-left_1x5xq_49{text-align:left}._card_1x5xq_11 ._header_1x5xq_25 ._title_1x5xq_37._align-center_1x5xq_52{text-align:center}._card_1x5xq_11 ._header_1x5xq_25 ._title_1x5xq_37._align-right_1x5xq_55{text-align:right}._card_1x5xq_11 ._header_1x5xq_25 ._headerAction_1x5xq_58{display:flex;align-items:center;flex-shrink:0}._card_1x5xq_11 ._body_1x5xq_63{flex:1;min-height:0}._card_1x5xq_11 ._body_1x5xq_63._bodyScrollable_1x5xq_67{overflow-y:auto}@font-face{font-family:Josefin Sans;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/josefinsans/v32/Qw3PZQNVED7rKGKxtqIqX5E-AVSJrOCfjY46_DjQbMZhLybpUVzEEQ.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}._previewFiltersBarWrapper_jyndz_11{display:flex;flex-direction:column;gap:.625rem;margin-top:.9375rem;margin-bottom:.9375rem}._headerToggle_jyndz_19{display:inline-flex;align-items:center;justify-content:center;padding:.125rem;border:none;background:transparent;cursor:pointer}._headerToggle_jyndz_19 ._headerChevron_jyndz_28{width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:6px solid #ffffff;transition:transform .15s;transform:rotate(-90deg)}._headerToggle_jyndz_19 ._headerChevron_jyndz_28._headerChevronOpen_jyndz_37{transform:rotate(0)}._previewFiltersBar_jyndz_11{display:flex;gap:.9375rem}@media(max-width:1024px){._previewFiltersBar_jyndz_11{flex-direction:column;gap:.625rem}}._previewFiltersBar_jyndz_11>*{flex:1}._previewFiltersBar_jyndz_11 ._controls_jyndz_54{display:flex;flex-direction:column;gap:.625rem;padding:.9375rem}@media(max-width:1024px){._previewFiltersBar_jyndz_11 ._controls_jyndz_54{padding:.625rem;gap:.3125rem}}._previewFiltersBar_jyndz_11 ._controls_jyndz_54 ._dateRow_jyndz_66{display:flex;align-items:flex-end;gap:.625rem;flex-wrap:wrap}@media(max-width:1024px){._previewFiltersBar_jyndz_11 ._controls_jyndz_54 ._dateRow_jyndz_66{gap:.3125rem}}._previewFiltersBar_jyndz_11 ._controls_jyndz_54 ._dateRow_jyndz_66 ._dateField_jyndz_77{display:flex;flex-direction:column;gap:.125rem}._previewFiltersBar_jyndz_11 ._controls_jyndz_54 ._dateRow_jyndz_66 ._dateField_jyndz_77 ._label_jyndz_82{font-size:.75rem;font-weight:600;color:var(--text-2);text-transform:uppercase;letter-spacing:.05em}@media(max-width:768px){._previewFiltersBar_jyndz_11 ._controls_jyndz_54 ._dateRow_jyndz_66 ._dateField_jyndz_77 ._label_jyndz_82{font-size:.6875rem}}._previewFiltersBar_jyndz_11 ._controls_jyndz_54 ._dateRow_jyndz_66 ._dateField_jyndz_77 ._dateInput_jyndz_94{padding:7px 12px;border:1.5px solid #333333;border-radius:6px;font-size:.875rem;font-family:Josefin Sans;color:var(--text-strong);background:var(--surface-1);cursor:pointer}@media(max-width:1024px){._previewFiltersBar_jyndz_11 ._controls_jyndz_54 ._dateRow_jyndz_66 ._dateField_jyndz_77 ._dateInput_jyndz_94{padding:5px 8px;font-size:.75rem}}._previewFiltersBar_jyndz_11 ._controls_jyndz_54 ._dateRow_jyndz_66 ._dateField_jyndz_77 ._dateInput_jyndz_94:focus{outline:none;border-color:var(--surface-brand)}._previewFiltersBar_jyndz_11 ._controls_jyndz_54 ._dateRow_jyndz_66 ._applyButton_jyndz_114{padding:8px 20px;background:var(--btn-color, #0d0334);color:#fff;border:none}@media(max-width:1024px){._previewFiltersBar_jyndz_11 ._controls_jyndz_54 ._dateRow_jyndz_66 ._applyButton_jyndz_114{padding:6px 14px;font-size:.75rem}}._previewFiltersBar_jyndz_11 ._controls_jyndz_54 ._dateRow_jyndz_66 ._applyButton_jyndz_114._textBlack_jyndz_126{color:#111827}._previewFiltersBar_jyndz_11 ._controls_jyndz_54 ._dateRow_jyndz_66 ._applyButton_jyndz_114{border-radius:6px;font-size:.875rem;font-family:Josefin Sans;font-weight:600;cursor:pointer;align-self:flex-end;transition:opacity .15s}._previewFiltersBar_jyndz_11 ._controls_jyndz_54 ._dateRow_jyndz_66 ._applyButton_jyndz_114:hover{opacity:.8}._previewFiltersBar_jyndz_11 ._controls_jyndz_54 ._locationRow_jyndz_141{display:flex;gap:.3125rem}@media(max-width:768px){._previewFiltersBar_jyndz_11 ._controls_jyndz_54 ._locationRow_jyndz_141{gap:.125rem}}._previewFiltersBar_jyndz_11 ._controls_jyndz_54 ._locationRow_jyndz_141 ._locationBtn_jyndz_150{flex:1;padding:7px 0;border:1.5px solid #333333;border-radius:6px;font-size:.875rem;font-family:Josefin Sans;background:var(--surface-1);color:var(--text-strong);cursor:pointer;transition:background .15s,color .15s,border-color .15s}@media(max-width:1024px){._previewFiltersBar_jyndz_11 ._controls_jyndz_54 ._locationRow_jyndz_141 ._locationBtn_jyndz_150{padding:5px 0;font-size:.75rem}}._previewFiltersBar_jyndz_11 ._controls_jyndz_54 ._locationRow_jyndz_141 ._locationBtn_jyndz_150:hover{border-color:var(--surface-brand);background:var(--surface-2)}._previewFiltersBar_jyndz_11 ._controls_jyndz_54 ._locationRow_jyndz_141 ._locationBtn_jyndz_150._locationBtnActive_jyndz_172{background:var(--btn-color, #0d0334);border-color:var(--btn-color, #0d0334);color:#fff}._previewFiltersBar_jyndz_11 ._controls_jyndz_54 ._locationRow_jyndz_141 ._locationBtn_jyndz_150._locationBtnActive_jyndz_172._textBlack_jyndz_126{color:#111827}._previewFiltersBar_jyndz_11 ._controls_jyndz_54 ._linkedInfo_jyndz_180{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;border-radius:50%;border:1px solid #333333;color:var(--text-2);font-size:10px;font-style:italic;font-weight:700;cursor:help;flex-shrink:0}._previewFiltersBar_jyndz_11 ._controls_jyndz_54 ._codingRow_jyndz_195{display:flex;flex-direction:column;gap:.125rem}._previewFiltersBar_jyndz_11 ._controls_jyndz_54 ._codingRow_jyndz_195 ._codingHeader_jyndz_200{display:flex;align-items:center;gap:.3125rem}._previewFiltersBar_jyndz_11 ._controls_jyndz_54 ._matchesSection_jyndz_205{display:flex;flex-direction:column;gap:.3125rem}._previewFiltersBar_jyndz_11 ._controls_jyndz_54 ._matchesSection_jyndz_205 ._matchChips_jyndz_210{display:flex;flex-wrap:wrap;gap:.3125rem}@media(max-width:1024px){._previewFiltersBar_jyndz_11 ._controls_jyndz_54 ._matchesSection_jyndz_205 ._matchChips_jyndz_210{gap:.125rem}}._previewFiltersBar_jyndz_11 ._controls_jyndz_54 ._matchesSection_jyndz_205 ._matchChips_jyndz_210 ._matchChip_jyndz_210{padding:4px 10px;border:1.5px solid #333333;border-radius:14px;font-size:.6875rem;font-family:Josefin Sans;background:var(--surface-1);color:var(--text-3);cursor:pointer;text-decoration:line-through;transition:background .15s,color .15s,border-color .15s}@media(max-width:1024px){._previewFiltersBar_jyndz_11 ._controls_jyndz_54 ._matchesSection_jyndz_205 ._matchChips_jyndz_210 ._matchChip_jyndz_210{padding:3px 8px}}._previewFiltersBar_jyndz_11 ._controls_jyndz_54 ._matchesSection_jyndz_205 ._matchChips_jyndz_210 ._matchChip_jyndz_210:hover{border-color:var(--surface-brand)}._previewFiltersBar_jyndz_11 ._controls_jyndz_54 ._matchesSection_jyndz_205 ._matchChips_jyndz_210 ._matchChip_jyndz_210._matchChipActive_jyndz_240{background:var(--btn-color, #0d0334);border-color:var(--btn-color, #0d0334);color:#fff;text-decoration:none}._previewFiltersBar_jyndz_11 ._controls_jyndz_54 ._matchesSection_jyndz_205 ._matchChips_jyndz_210 ._matchChip_jyndz_210._matchChipActive_jyndz_240._textBlack_jyndz_126{color:#111827}._previewFiltersBar_jyndz_11 ._controls_jyndz_54 ._competitionRow_jyndz_249 ._select_jyndz_249 .previewSelect__control{border:1.5px solid #333333;border-radius:6px;font-size:.875rem;font-family:Josefin Sans;min-height:38px;box-shadow:none}._previewFiltersBar_jyndz_11 ._controls_jyndz_54 ._competitionRow_jyndz_249 ._select_jyndz_249 .previewSelect__control:hover,._previewFiltersBar_jyndz_11 ._controls_jyndz_54 ._competitionRow_jyndz_249 ._select_jyndz_249 .previewSelect__control--is-focused{border-color:var(--surface-brand)}._previewFiltersBar_jyndz_11 ._controls_jyndz_54 ._competitionRow_jyndz_249 ._select_jyndz_249 .previewSelect__placeholder{font-size:.875rem;color:var(--text-3)}._previewFiltersBar_jyndz_11 ._controls_jyndz_54 ._competitionRow_jyndz_249 ._select_jyndz_249 .previewSelect__multi-value{background:var(--surface-2);border-radius:4px}._previewFiltersBar_jyndz_11 ._controls_jyndz_54 ._competitionRow_jyndz_249 ._select_jyndz_249 .previewSelect__multi-value__label{font-size:.75rem;color:var(--text-strong)}._widgetGameLineUpPlayerCard_b7b7b_4{display:flex;flex-direction:column;align-items:center;gap:.125rem;padding:.3125rem;text-align:center}@media(max-width:768px){._widgetGameLineUpPlayerCard_b7b7b_4{padding:.125rem;gap:0}}._widgetGameLineUpPlayerCard_b7b7b_4 ._photo_b7b7b_18{width:72px;height:72px;border-radius:50%;object-fit:cover;object-position:top center}@media(max-width:768px){._widgetGameLineUpPlayerCard_b7b7b_4 ._photo_b7b7b_18{width:40px;height:40px}}._widgetGameLineUpPlayerCard_b7b7b_4 ._shirtBadge_b7b7b_31{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:4px;background-color:var(--team-color);font-size:.75rem;font-weight:700;flex-shrink:0}@media(max-width:768px){._widgetGameLineUpPlayerCard_b7b7b_4 ._shirtBadge_b7b7b_31{width:20px;height:20px;font-size:.6875rem;border-radius:2px}}._widgetGameLineUpPlayerCard_b7b7b_4 ._shirtBadge_b7b7b_31._textBlack_b7b7b_51{color:#111827}._widgetGameLineUpPlayerCard_b7b7b_4 ._shirtBadge_b7b7b_31._textWhite_b7b7b_54{color:#fff}._widgetGameLineUpPlayerCard_b7b7b_4 ._perfBadge_b7b7b_57{display:flex;align-items:center;justify-content:center;min-width:24px;height:20px;border-radius:10px;background-color:var(--team-color);font-size:.6875rem;font-weight:700;padding:0 .3125rem}@media(max-width:768px){._widgetGameLineUpPlayerCard_b7b7b_4 ._perfBadge_b7b7b_57{min-width:18px;height:14px;font-size:.625rem;padding:0 .125rem}}._widgetGameLineUpPlayerCard_b7b7b_4 ._perfBadge_b7b7b_57._textBlack_b7b7b_51{color:#111827}._widgetGameLineUpPlayerCard_b7b7b_4 ._perfBadge_b7b7b_57._textWhite_b7b7b_54{color:#fff}._widgetGameLineUpPlayerCard_b7b7b_4 ._playerName_b7b7b_83{font-size:.75rem;font-weight:700;line-height:1.2;word-break:break-word}@media(max-width:768px){._widgetGameLineUpPlayerCard_b7b7b_4 ._playerName_b7b7b_83{font-size:.625rem;line-height:1.1}}._widgetGameLineUpPlayerCard_b7b7b_4 ._playerFirstName_b7b7b_95{font-size:.6875rem;color:var(--text-3);line-height:1.2}@media(max-width:768px){._widgetGameLineUpPlayerCard_b7b7b_4 ._playerFirstName_b7b7b_95{display:none}}._widgetGameLineUpPlayerCard_b7b7b_4 ._position_b7b7b_105{font-size:.6875rem;color:var(--text-3);font-style:italic}@media(max-width:768px){._widgetGameLineUpPlayerCard_b7b7b_4 ._position_b7b7b_105{display:none}}._widgetGameLineUpPlayerCard_b7b7b_4 ._time_b7b7b_115{font-size:.6875rem;color:var(--text-3)}@media(max-width:768px){._widgetGameLineUpPlayerCard_b7b7b_4 ._time_b7b7b_115{font-size:.625rem}}._widgetGameLineUpPlayerCard_b7b7b_4 ._cards_b7b7b_124{display:flex;gap:2px;flex-wrap:wrap;justify-content:center}._widgetGameLineUpPlayerCard_b7b7b_4 ._cards_b7b7b_124 ._cardYellow_b7b7b_130,._widgetGameLineUpPlayerCard_b7b7b_4 ._cards_b7b7b_124 ._cardOrange_b7b7b_131,._widgetGameLineUpPlayerCard_b7b7b_4 ._cards_b7b7b_124 ._cardRed_b7b7b_132{display:inline-block;width:10px;height:14px;border-radius:2px}._widgetGameLineUpPlayerCard_b7b7b_4 ._cards_b7b7b_124 ._cardYellow_b7b7b_130{background-color:#ff9f00}._widgetGameLineUpPlayerCard_b7b7b_4 ._cards_b7b7b_124 ._cardOrange_b7b7b_131{background-color:#f60}._widgetGameLineUpPlayerCard_b7b7b_4 ._cards_b7b7b_124 ._cardRed_b7b7b_132{background-color:#e30613}._widgetGameLineUpStartingXV_mvio7_9{width:100%}._widgetGameLineUpStartingXV_mvio7_9 ._teamsGrid_mvio7_12{display:grid;grid-template-columns:1fr 1fr;gap:.9375rem;padding:.9375rem}@media(max-width:1024px){._widgetGameLineUpStartingXV_mvio7_9 ._teamsGrid_mvio7_12{grid-template-columns:1fr}}._widgetGameLineUpStartingXV_mvio7_9 ._teamsGrid_mvio7_12 ._teamColumn_mvio7_23{display:flex;flex-direction:column;gap:.625rem}._widgetGameLineUpStartingXV_mvio7_9 ._teamsGrid_mvio7_12 ._teamColumn_mvio7_23 ._teamHeader_mvio7_28{background-color:var(--team-color);font-weight:700;font-size:.875rem;padding:.3125rem .625rem;border-radius:4px;text-align:center}._widgetGameLineUpStartingXV_mvio7_9 ._teamsGrid_mvio7_12 ._teamColumn_mvio7_23 ._teamHeader_mvio7_28._textBlack_mvio7_36{color:#111827}._widgetGameLineUpStartingXV_mvio7_9 ._teamsGrid_mvio7_12 ._teamColumn_mvio7_23 ._teamHeader_mvio7_28._textWhite_mvio7_39{color:#fff}._widgetGameLineUpStartingXV_mvio7_9 ._teamsGrid_mvio7_12 ._teamColumn_mvio7_23 ._positionGrid_mvio7_42{display:grid;grid-template-columns:repeat(5,1fr);gap:.3125rem}@media(max-width:768px){._widgetGameLineUpStartingXV_mvio7_9 ._teamsGrid_mvio7_12 ._teamColumn_mvio7_23 ._positionGrid_mvio7_42{gap:.125rem}}._widgetGameLineUpStartingXV_mvio7_9 ._teamsGrid_mvio7_12 ._teamColumn_mvio7_23 ._positionGrid_mvio7_42._xvGrid_mvio7_52{grid-template-rows:repeat(7,auto)}._widgetGameLineUpStartingXV_mvio7_9 ._teamsGrid_mvio7_12 ._teamColumn_mvio7_23 ._positionGrid_mvio7_42._viiGrid_mvio7_55{grid-template-rows:repeat(3,auto)}._widgetGameLineUpStartingXV_mvio7_9 ._teamsGrid_mvio7_12 ._teamColumn_mvio7_23 ._positionGrid_mvio7_42 ._playerCell_mvio7_58{grid-row:var(--grid-row);grid-column:var(--grid-col)}._cardIndicatorAmber_183k9_4{display:inline-block;width:10px;height:14px;border-radius:2px;background-color:#ff9f00;margin-right:.125rem}._cardIndicatorDanger_183k9_13{display:inline-block;width:10px;height:14px;border-radius:2px;background-color:#e30613}._lineupTable_183k9_21{display:flex;flex-direction:column;width:100%}._lineupTable_183k9_21[data-position-display=numbers] ._detail_183k9_26,._lineupTable_183k9_21[data-position-display=names] ._numberBadge_183k9_29{display:none}._lineupTable_183k9_21[data-density=compact] ._row_183k9_32{padding:.125rem .3125rem}._lineupTable_183k9_21 ._section_183k9_35{display:flex;flex-direction:column}._lineupTable_183k9_21 ._section_183k9_35 ._sectionHeader_183k9_39{padding:.3125rem .625rem;font-size:.6875rem;font-weight:600;color:var(--text-3);text-transform:uppercase;letter-spacing:.04em;background-color:var(--surface-2)}._lineupTable_183k9_21 ._section_183k9_35 ._row_183k9_32{display:flex;align-items:center;gap:.625rem;padding:.3125rem .625rem;border-bottom:1px solid rgba(239,239,239,.3019607843);width:100%;background:none;border-left:none;border-right:none;border-top:none;text-align:left;font:inherit}._lineupTable_183k9_21 ._section_183k9_35 ._row_183k9_32:last-child{border-bottom:none}._lineupTable_183k9_21 ._section_183k9_35 ._row_183k9_32._rowDisabled_183k9_65{opacity:.45}._lineupTable_183k9_21 ._section_183k9_35 ._row_183k9_32._rowClickable_183k9_68{cursor:pointer}._lineupTable_183k9_21 ._section_183k9_35 ._row_183k9_32._rowClickable_183k9_68:hover{background-color:var(--surface-2)}._lineupTable_183k9_21 ._section_183k9_35 ._row_183k9_32._rowClickable_183k9_68:focus-visible{outline:2px solid #0000ff;outline-offset:-2px}._lineupTable_183k9_21 ._section_183k9_35 ._row_183k9_32 ._numberBadge_183k9_29{display:flex;align-items:center;justify-content:center;min-width:28px;height:28px;border-radius:4px;background-color:var(--accent-color);font-size:.75rem;font-weight:700;flex-shrink:0}._lineupTable_183k9_21 ._section_183k9_35 ._row_183k9_32 ._numberBadge_183k9_29._textBlack_183k9_90{color:#111827}._lineupTable_183k9_21 ._section_183k9_35 ._row_183k9_32 ._numberBadge_183k9_29._textWhite_183k9_93{color:#fff}._lineupTable_183k9_21 ._section_183k9_35 ._row_183k9_32 ._photo_183k9_96{width:44px;height:44px;border-radius:50%;object-fit:cover;object-position:top center;flex-shrink:0}._lineupTable_183k9_21 ._section_183k9_35 ._row_183k9_32 ._photoPlaceholder_183k9_104{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;background-color:var(--surface-2);flex-shrink:0}._lineupTable_183k9_21 ._section_183k9_35 ._row_183k9_32 ._entryInfo_183k9_114{display:flex;flex-direction:column;flex:1;min-width:0}._lineupTable_183k9_21 ._section_183k9_35 ._row_183k9_32 ._entryInfo_183k9_114 ._name_183k9_120{font-size:.875rem;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._lineupTable_183k9_21 ._section_183k9_35 ._row_183k9_32 ._entryInfo_183k9_114 ._detail_183k9_26{font-size:.6875rem;color:var(--text-3);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._lineupTable_183k9_21 ._section_183k9_35 ._row_183k9_32 ._substitutionIn_183k9_134{font-size:.75rem;color:#146714;flex-shrink:0}._lineupTable_183k9_21 ._section_183k9_35 ._row_183k9_32 ._substitutionOut_183k9_139{font-size:.75rem;color:#e30613;flex-shrink:0}._lineupTable_183k9_21 ._section_183k9_35 ._row_183k9_32 ._captainBadge_183k9_144{display:inline-flex;align-items:center;justify-content:center;padding:0 .125rem;font-size:.6875rem;font-weight:700;color:#fff;background-color:var(--surface-brand);border-radius:2px;flex-shrink:0}._lineupTable_183k9_21 ._section_183k9_35 ._row_183k9_32 ._badge_183k9_156{font-size:.75rem;color:var(--text-3);white-space:nowrap;flex-shrink:0}._lineupTable_183k9_21 ._section_183k9_35 ._row_183k9_32 ._cardIndicators_183k9_162{display:flex;gap:.125rem;flex-shrink:0}._skeletonLineupRows_1e7bw_3{display:flex;flex-direction:column;width:100%}._skeletonLineupRows_1e7bw_3 ._sectionHeader_1e7bw_8{padding:.3125rem .625rem;background-color:var(--surface-2)}._skeletonLineupRows_1e7bw_3 ._entry_1e7bw_12{display:flex;align-items:center;gap:.625rem;padding:.3125rem .625rem;border-bottom:1px solid rgba(239,239,239,.3019607843)}._skeletonLineupRows_1e7bw_3 ._entry_1e7bw_12:last-child{border-bottom:none}._skeletonLineupRows_1e7bw_3 ._entry_1e7bw_12 ._entryLabel_1e7bw_22{flex:1}._widgetGameLineUpSubstitutes_8auec_9{width:100%}._widgetGameLineUpSubstitutes_8auec_9 ._teamsGrid_8auec_12{display:grid;grid-template-columns:1fr 1fr;gap:.9375rem;padding:.9375rem}@media(max-width:1024px){._widgetGameLineUpSubstitutes_8auec_9 ._teamsGrid_8auec_12{grid-template-columns:1fr}}._widgetGameLineUpSubstitutes_8auec_9 ._teamsGrid_8auec_12 ._teamColumn_8auec_23{display:flex;flex-direction:column;gap:.625rem}._widgetGameLineUpSubstitutes_8auec_9 ._teamsGrid_8auec_12 ._teamColumn_8auec_23 ._teamHeader_8auec_28{background-color:var(--team-color);font-weight:700;font-size:.875rem;padding:.3125rem .625rem;border-radius:4px;text-align:center}._widgetGameLineUpSubstitutes_8auec_9 ._teamsGrid_8auec_12 ._teamColumn_8auec_23 ._teamHeader_8auec_28._textBlack_8auec_36{color:#111827}._widgetGameLineUpSubstitutes_8auec_9 ._teamsGrid_8auec_12 ._teamColumn_8auec_23 ._teamHeader_8auec_28._textWhite_8auec_39{color:#fff}._widgetGameLineUpSubstitutes_8auec_9 ._cardGroup_8auec_42{display:flex;gap:2px}._widgetGameLineUpSubstitutes_8auec_9 ._cardGroup_8auec_42 ._cardYellow_8auec_46,._widgetGameLineUpSubstitutes_8auec_9 ._cardGroup_8auec_42 ._cardOrange_8auec_47,._widgetGameLineUpSubstitutes_8auec_9 ._cardGroup_8auec_42 ._cardRed_8auec_48{display:inline-block;width:10px;height:14px;border-radius:2px}._widgetGameLineUpSubstitutes_8auec_9 ._cardGroup_8auec_42 ._cardYellow_8auec_46{background-color:#ff9f00}._widgetGameLineUpSubstitutes_8auec_9 ._cardGroup_8auec_42 ._cardOrange_8auec_47{background-color:#f60}._widgetGameLineUpSubstitutes_8auec_9 ._cardGroup_8auec_42 ._cardRed_8auec_48{background-color:#e30613}._widgetGameNotifications_r6zxm_4{width:100%;height:100%}._widgetGameNotifications_r6zxm_4 ._content_r6zxm_8{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.9375rem;height:100%;padding:1.25rem;text-align:center}._widgetGameNotifications_r6zxm_4 ._content_r6zxm_8 ._subscription_r6zxm_18{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:1.25rem}._widgetGameNotifications_r6zxm_4 ._content_r6zxm_8 ._subscription_r6zxm_18 ._text_r6zxm_25{font-size:.875rem;color:var(--text-2)}._widgetGameNotifications_r6zxm_4 ._content_r6zxm_8 ._subscription_r6zxm_18 ._toggleButton_r6zxm_29{flex-shrink:0}._widgetGameNotifications_r6zxm_4 ._content_r6zxm_8 ._text_r6zxm_25{font-size:.875rem;color:var(--text-2)}._widgetGameNotifications_r6zxm_4 ._content_r6zxm_8 ._navigateToProfileButton_r6zxm_36{padding:.3125rem .9375rem;margin-top:.625rem;border:2px solid #999999;border-radius:12px;font-size:.875rem;background:var(--surface-1);cursor:pointer;transition:all .2s ease}._widgetGameNotifications_r6zxm_4 ._content_r6zxm_8 ._navigateToProfileButton_r6zxm_36:hover{background:var(--surface-2);border-color:#666;box-shadow:0 1px 3px #0000001a}._widgetGameReferee_4k789_4{width:100%;height:100%}._widgetGameReferee_4k789_4 ._refereeInfo_4k789_8{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.9375rem;height:100%;padding:1.25rem;text-align:center}._widgetGameReferee_4k789_4 ._refereeInfo_4k789_8._clickable_4k789_18{cursor:pointer}._widgetGameReferee_4k789_4 ._refereeInfo_4k789_8 ._photo_4k789_21{border-radius:50%;object-fit:contain}._widgetGameReferee_4k789_4 ._refereeInfo_4k789_8 ._name_4k789_25{font-size:1.125rem;font-weight:600}._widgetGameCompetition_oq3iu_4{width:100%;height:100%}._widgetGameCompetition_oq3iu_4 ._content_oq3iu_8{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.625rem;height:100%;padding:1.25rem;text-align:center;cursor:pointer}._widgetGameCompetition_oq3iu_4 ._content_oq3iu_8 ._logo_oq3iu_19{object-fit:contain}._widgetGameCompetition_oq3iu_4 ._content_oq3iu_8 ._date_oq3iu_22{font-size:1.125rem;font-weight:600}._widgetGameCompetition_oq3iu_4 ._content_oq3iu_8 ._round_oq3iu_26{font-size:1rem}._widgetGameStadium_10c99_4{width:100%;height:100%}._widgetGameStadium_10c99_4 ._stadiumInfo_10c99_8{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.9375rem;height:100%;padding:1.25rem;text-align:center}._widgetGameStadium_10c99_4 ._stadiumInfo_10c99_8 ._icon_10c99_18{object-fit:contain}._widgetGameStadium_10c99_4 ._stadiumInfo_10c99_8 ._stadium_10c99_8{font-size:1.125rem;font-weight:600}._pageGamePreviewCollectiveMatchDetails_q6et0_1{display:flex;flex-direction:column;gap:16px}._pageGamePreviewCollectiveMatchDetails_q6et0_1 ._cards_q6et0_6{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px}._variantDropdownTrigger_cdpya_4{display:flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;padding:0;border:none;border-radius:.25rem;background:transparent;cursor:pointer;flex-shrink:0}._variantDropdownTrigger_cdpya_4 img{width:1rem;height:1rem}._variantDropdownTrigger_cdpya_4:hover{background:#ffffff26}._variantDropdownMenu_cdpya_25{position:absolute;top:var(--dropdown-top);right:0;z-index:100;min-width:12rem;background:var(--surface-1);border-radius:.5rem;box-shadow:0 4px 12px #00000026;max-height:16rem;overflow-y:auto}._variantDropdownMenu_cdpya_25 ._variantDropdownItem_cdpya_37{display:flex;align-items:center;justify-content:space-between;gap:.625rem;width:100%;padding:.625rem .9375rem;border:none;background:transparent;font-size:.75rem;color:var(--text-2);cursor:pointer;text-align:left}._variantDropdownMenu_cdpya_25 ._variantDropdownItem_cdpya_37 img{width:.75rem;height:.75rem;flex-shrink:0}._variantDropdownMenu_cdpya_25 ._variantDropdownItem_cdpya_37:hover{background:var(--surface-2);color:var(--text-strong)}._variantDropdownMenu_cdpya_25 ._variantDropdownItem_cdpya_37._variantDropdownItemActive_cdpya_60{font-weight:700;color:var(--text-strong)}._skeletonTable_dfy5k_3{display:flex;flex-direction:column;gap:.3125rem}._pieChart_1gcol_1{width:100%}._verticalBarChart_1ck6l_1{width:var(--vbc-width, 100%);overflow-x:auto}._widgetPreviewHeadToHead_mjd52_10{position:relative;width:100%}._widgetPreviewHeadToHead_mjd52_10 ._general_mjd52_14{padding:.9375rem}@media(max-width:1024px){._widgetPreviewHeadToHead_mjd52_10 ._general_mjd52_14{padding:.625rem}}._widgetPreviewHeadToHead_mjd52_10 ._general_mjd52_14 ._summary_mjd52_22{display:flex;justify-content:space-around;align-items:center;gap:.9375rem}._widgetPreviewHeadToHead_mjd52_10 ._general_mjd52_14 ._summary_mjd52_22 ._summaryItem_mjd52_28{display:flex;flex-direction:column;align-items:center;color:var(--text-strong)}._widgetPreviewHeadToHead_mjd52_10 ._general_mjd52_14 ._summary_mjd52_22 ._summaryItem_mjd52_28 ._summaryValue_mjd52_34{font-size:1.875rem;font-weight:700}@media(max-width:1024px){._widgetPreviewHeadToHead_mjd52_10 ._general_mjd52_14 ._summary_mjd52_22 ._summaryItem_mjd52_28 ._summaryValue_mjd52_34{font-size:1.25rem}}._widgetPreviewHeadToHead_mjd52_10 ._general_mjd52_14 ._summary_mjd52_22 ._summaryItem_mjd52_28 ._summaryLabel_mjd52_43{font-size:.75rem;font-weight:600}@media(max-width:1024px){._widgetPreviewHeadToHead_mjd52_10 ._general_mjd52_14 ._summary_mjd52_22 ._summaryItem_mjd52_28 ._summaryLabel_mjd52_43{font-size:.6875rem}}._widgetPreviewHeadToHead_mjd52_10 ._general_mjd52_14 ._gamesPlayed_mjd52_52{text-align:center;font-size:.875rem;color:var(--text-3);margin:.625rem 0}@media(max-width:1024px){._widgetPreviewHeadToHead_mjd52_10 ._general_mjd52_14 ._gamesPlayed_mjd52_52{font-size:.75rem}}._widgetPreviewHeadToHead_mjd52_10 ._distribution_mjd52_63{padding:.9375rem}@media(max-width:1024px){._widgetPreviewHeadToHead_mjd52_10 ._distribution_mjd52_63{padding:.625rem}}._widgetPreviewHeadToHead_mjd52_10 ._matchList_mjd52_71{padding:.9375rem;display:flex;flex-direction:column;gap:.625rem}@media(max-width:1024px){._widgetPreviewHeadToHead_mjd52_10 ._matchList_mjd52_71{padding:.625rem;gap:.3125rem}}._widgetPreviewHeadToHead_mjd52_10 ._matchList_mjd52_71 ._emptyState_mjd52_83{color:var(--text-3);font-size:.875rem;text-align:center;padding:1.25rem}._widgetPreviewHeadToHead_mjd52_10 ._matchList_mjd52_71 ._matchRow_mjd52_89{display:flex;align-items:center;gap:.9375rem;padding:.625rem;border-bottom:1px solid rgba(239,239,239,.3019607843)}@media(max-width:1024px){._widgetPreviewHeadToHead_mjd52_10 ._matchList_mjd52_71 ._matchRow_mjd52_89{gap:.3125rem;padding:.3125rem}}._widgetPreviewHeadToHead_mjd52_10 ._matchList_mjd52_71 ._matchRow_mjd52_89:last-child{border-bottom:none}._widgetPreviewHeadToHead_mjd52_10 ._matchList_mjd52_71 ._matchRow_mjd52_89 ._matchDate_mjd52_105{font-size:.75rem;color:var(--text-3);min-width:80px}@media(max-width:1024px){._widgetPreviewHeadToHead_mjd52_10 ._matchList_mjd52_71 ._matchRow_mjd52_89 ._matchDate_mjd52_105{min-width:60px;font-size:.6875rem}}._widgetPreviewHeadToHead_mjd52_10 ._matchList_mjd52_71 ._matchRow_mjd52_89 ._matchTeam_mjd52_116{flex:1;font-size:.875rem;color:var(--match-color, #0d0334);font-weight:600}@media(max-width:1024px){._widgetPreviewHeadToHead_mjd52_10 ._matchList_mjd52_71 ._matchRow_mjd52_89 ._matchTeam_mjd52_116{font-size:.75rem}}._widgetPreviewHeadToHead_mjd52_10 ._matchList_mjd52_71 ._matchRow_mjd52_89 ._matchScore_mjd52_127{font-size:1rem;font-weight:700;color:var(--text-strong);min-width:80px;text-align:center}@media(max-width:1024px){._widgetPreviewHeadToHead_mjd52_10 ._matchList_mjd52_71 ._matchRow_mjd52_89 ._matchScore_mjd52_127{font-size:.875rem;min-width:64px}}._pageGamePreviewCollectiveHeadToHead_ew0rh_1{display:flex;flex-direction:column;gap:16px}@font-face{font-family:Josefin Sans;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/josefinsans/v32/Qw3PZQNVED7rKGKxtqIqX5E-AVSJrOCfjY46_DjQbMZhLybpUVzEEQ.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}._dataTable_1pw8e_11{width:100%;overflow-x:auto}._dataTable_1pw8e_11._capped_1pw8e_15{max-height:calc(var(--max-visible-rows) * 2.125rem + 2.25rem);overflow-y:auto}._dataTable_1pw8e_11._capped_1pw8e_15 ._table_1pw8e_19 ._th_1pw8e_19{position:sticky;top:0;z-index:1}._dataTable_1pw8e_11 ._table_1pw8e_19{width:100%;border-collapse:collapse;font-family:Josefin Sans,sans-serif;font-size:.75rem}._dataTable_1pw8e_11 ._table_1pw8e_19 ._th_1pw8e_19{background-color:var(--surface-brand);color:#fff;padding:.3125rem .625rem;text-align:left;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap;-webkit-user-select:none;user-select:none}._dataTable_1pw8e_11 ._table_1pw8e_19 ._th_1pw8e_19 ._headerContent_1pw8e_41{display:flex;align-items:center;gap:.3125rem}._dataTable_1pw8e_11 ._table_1pw8e_19 ._th_1pw8e_19 ._headerText_1pw8e_46{flex:1}._dataTable_1pw8e_11 ._table_1pw8e_19 ._th_1pw8e_19 ._headerText_1pw8e_46 ._headerFull_1pw8e_49{display:inline}@media(max-width:1024px){._dataTable_1pw8e_11 ._table_1pw8e_19 ._th_1pw8e_19 ._headerText_1pw8e_46 ._headerFull_1pw8e_49{display:none}}._dataTable_1pw8e_11 ._table_1pw8e_19 ._th_1pw8e_19 ._headerText_1pw8e_46 ._headerShort_1pw8e_57{display:none}@media(max-width:1024px){._dataTable_1pw8e_11 ._table_1pw8e_19 ._th_1pw8e_19 ._headerText_1pw8e_46 ._headerShort_1pw8e_57{display:inline}}._dataTable_1pw8e_11 ._table_1pw8e_19 ._th_1pw8e_19 ._sortIcon_1pw8e_65{font-size:.6875rem;opacity:.6;flex-shrink:0}._dataTable_1pw8e_11 ._table_1pw8e_19 ._th_1pw8e_19._sortable_1pw8e_70{cursor:pointer}._dataTable_1pw8e_11 ._table_1pw8e_19 ._th_1pw8e_19._sortable_1pw8e_70:hover{background-color:#190664}._dataTable_1pw8e_11 ._table_1pw8e_19 ._th_1pw8e_19._sortable_1pw8e_70:hover ._sortIcon_1pw8e_65,._dataTable_1pw8e_11 ._table_1pw8e_19 ._th_1pw8e_19._sorted_1pw8e_79 ._sortIcon_1pw8e_65{opacity:1}._dataTable_1pw8e_11 ._table_1pw8e_19 ._tr_1pw8e_82{transition:background-color .1s ease}._dataTable_1pw8e_11 ._table_1pw8e_19 ._tr_1pw8e_82._even_1pw8e_85{background-color:var(--surface-1)}._dataTable_1pw8e_11 ._table_1pw8e_19 ._tr_1pw8e_82._odd_1pw8e_88{background-color:var(--surface-2)}._dataTable_1pw8e_11 ._table_1pw8e_19 ._tr_1pw8e_82._clickable_1pw8e_91{cursor:pointer}._dataTable_1pw8e_11 ._table_1pw8e_19 ._tr_1pw8e_82:hover{background-color:var(--surface-hover)}._dataTable_1pw8e_11 ._table_1pw8e_19 ._td_1pw8e_97{padding:.3125rem .625rem;border-bottom:1px solid var(--border-subtle);white-space:nowrap}@media(max-width:768px){._dataTable_1pw8e_11 ._table_1pw8e_19 ._td_1pw8e_97{padding:.125rem .3125rem;font-size:.6875rem}}._dataTable_1pw8e_11 ._table_1pw8e_19 ._summaryRow_1pw8e_108{background-color:var(--surface-2);font-weight:700}._dataTable_1pw8e_11 ._table_1pw8e_19 ._summaryRow_1pw8e_108 ._td_1pw8e_97{border-top:2px solid var(--text-strong);border-bottom:none}._lineChart_9b87q_1{width:100%}._lineChart_9b87q_1 .highcharts-grid-line{stroke:#00000014}._scatterChart_1b58z_1{width:100%}._widgetPreviewRanking_1sgbl_8{position:relative;width:100%}._widgetPreviewRanking_1sgbl_8 ._teamCell_1sgbl_12{display:flex;align-items:center;gap:.3125rem}._widgetPreviewRanking_1sgbl_8 ._teamCell_1sgbl_12 ._teamLogo_1sgbl_17{height:24px;width:24px;object-fit:contain}._widgetPreviewRanking_1sgbl_8 ._teamCell_1sgbl_12._highlighted_1sgbl_22{font-weight:700}._emptyNotice_1sgbl_26{margin:0;padding:3rem 1rem;text-align:center;font-weight:700;text-transform:uppercase;letter-spacing:.03em;color:var(--text-3)}._pageGamePreviewCollectiveRankings_1mfwz_1{display:flex;flex-direction:column;gap:16px}@font-face{font-family:Josefin Sans;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/josefinsans/v32/Qw3PZQNVED7rKGKxtqIqX5E-AVSJrOCfjY46_DjQbMZhLybpUVzEEQ.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}._linearGauge_19s7b_16{display:flex;flex-direction:column;gap:.3125rem}._linearGauge_19s7b_16 ._sideLabels_19s7b_21{display:flex;justify-content:space-between;align-items:center}._linearGauge_19s7b_16 ._sideLabels_19s7b_21 ._sideLabelLeft_19s7b_26{font-family:Josefin Sans,sans-serif;font-size:.75rem;font-weight:700;color:var(--left-color);text-transform:uppercase;letter-spacing:.5px}._linearGauge_19s7b_16 ._sideLabels_19s7b_21 ._sideLabelRight_19s7b_34{font-family:Josefin Sans,sans-serif;font-size:.75rem;font-weight:700;color:var(--right-color);text-transform:uppercase;letter-spacing:.5px;text-align:right}._linearGauge_19s7b_16 ._track_19s7b_43{display:flex;height:var(--thickness);position:relative;border-radius:4px;overflow:hidden}._linearGauge_19s7b_16 ._track_19s7b_43 ._centerLine_19s7b_50{position:absolute;left:50%;top:0;bottom:0;width:2px;background-color:var(--surface-1);transform:translate(-50%);z-index:1}._linearGauge_19s7b_16 ._track_19s7b_43 ._barLeft_19s7b_60{height:100%;width:var(--left-pct);flex-shrink:0;background-color:var(--left-color);transform-origin:left center}._linearGauge_19s7b_16 ._track_19s7b_43 ._barLeft_19s7b_60._animated_19s7b_67{will-change:transform;animation:_expandLeft_19s7b_1 .6s ease forwards}._linearGauge_19s7b_16 ._track_19s7b_43 ._barRight_19s7b_71{height:100%;flex:1;background-color:var(--right-color)}._linearGauge_19s7b_16 ._valueLabels_19s7b_76{display:flex;align-items:flex-start}._linearGauge_19s7b_16 ._valueLabels_19s7b_76 ._valueLabelLeft_19s7b_80{width:var(--left-pct);flex-shrink:0;font-family:Josefin Sans,sans-serif;font-size:.75rem;font-weight:700;color:var(--left-color);text-align:left}._linearGauge_19s7b_16 ._valueLabels_19s7b_76 ._valueLabelRight_19s7b_89{flex:1;font-family:Josefin Sans,sans-serif;font-size:.75rem;font-weight:700;color:var(--right-color);text-align:right}@keyframes _expandLeft_19s7b_1{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@font-face{font-family:Josefin Sans;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/josefinsans/v32/Qw3PZQNVED7rKGKxtqIqX5E-AVSJrOCfjY46_DjQbMZhLybpUVzEEQ.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}._widgetPreviewComparator_h5k33_16{width:100%}._widgetPreviewComparator_h5k33_16 ._teamsHeader_h5k33_19{display:flex;justify-content:space-between;align-items:center;padding:.625rem .9375rem;border-bottom:1px solid rgba(239,239,239,.3019607843)}@media(max-width:1024px){._widgetPreviewComparator_h5k33_16 ._teamsHeader_h5k33_19{padding:.3125rem .625rem}}._widgetPreviewComparator_h5k33_16 ._teamsHeader_h5k33_19 ._teamHeader_h5k33_31{display:flex;align-items:center;gap:.625rem}@media(max-width:1024px){._widgetPreviewComparator_h5k33_16 ._teamsHeader_h5k33_19 ._teamHeader_h5k33_31{gap:.3125rem}}._widgetPreviewComparator_h5k33_16 ._teamsHeader_h5k33_19 ._teamHeader_h5k33_31 ._teamLogo_h5k33_41{height:48px;width:48px;object-fit:contain}@media(max-width:1024px){._widgetPreviewComparator_h5k33_16 ._teamsHeader_h5k33_19 ._teamHeader_h5k33_31 ._teamLogo_h5k33_41{height:32px;width:32px}}._widgetPreviewComparator_h5k33_16 ._teamsHeader_h5k33_19 ._teamHeader_h5k33_31 ._teamName_h5k33_52{font-size:1.125rem;font-weight:700;font-family:Josefin Sans;color:var(--team-color)}@media(max-width:1024px){._widgetPreviewComparator_h5k33_16 ._teamsHeader_h5k33_19 ._teamHeader_h5k33_31 ._teamName_h5k33_52{font-size:.875rem}}._widgetPreviewComparator_h5k33_16 ._metricsRows_h5k33_63{display:flex;flex-direction:column}._widgetPreviewComparator_h5k33_16 ._metricsRows_h5k33_63 ._metricRow_h5k33_67{display:grid;grid-template-columns:1.4fr .9fr .7fr 2fr .7fr .9fr 1.4fr;align-items:center;gap:.3125rem;padding:.625rem .3125rem;border-bottom:1px solid #f8f9fb}@media(max-width:1024px){._widgetPreviewComparator_h5k33_16 ._metricsRows_h5k33_63 ._metricRow_h5k33_67{gap:.125rem;padding:.3125rem .125rem}}._widgetPreviewComparator_h5k33_16 ._metricsRows_h5k33_63 ._metricRow_h5k33_67:last-child{border-bottom:none}._widgetPreviewComparator_h5k33_16 ._metricsRows_h5k33_63 ._metricRow_h5k33_67 ._sparkline_h5k33_84{height:65px;border-right:2px dashed var(--sparkline-color);padding-right:.3125rem}@media(max-width:1024px){._widgetPreviewComparator_h5k33_16 ._metricsRows_h5k33_63 ._metricRow_h5k33_67 ._sparkline_h5k33_84{height:44px;padding-right:.125rem}}._widgetPreviewComparator_h5k33_16 ._metricsRows_h5k33_63 ._metricRow_h5k33_67 ._sparkline_h5k33_84._sparklineTeam2_h5k33_95{border-right:none;border-left:2px dashed var(--sparkline-color);padding-right:0;padding-left:.3125rem}@media(max-width:1024px){._widgetPreviewComparator_h5k33_16 ._metricsRows_h5k33_63 ._metricRow_h5k33_67 ._sparkline_h5k33_84._sparklineTeam2_h5k33_95{padding-left:.125rem}}._widgetPreviewComparator_h5k33_16 ._metricsRows_h5k33_63 ._metricRow_h5k33_67 ._kpi_h5k33_106{display:flex;flex-direction:column;align-items:center;text-align:center;color:var(--color-team1)}._widgetPreviewComparator_h5k33_16 ._metricsRows_h5k33_63 ._metricRow_h5k33_67 ._kpi_h5k33_106._kpiTeam2_h5k33_113{color:var(--color-team2)}._widgetPreviewComparator_h5k33_16 ._metricsRows_h5k33_63 ._metricRow_h5k33_67 ._kpi_h5k33_106 ._kpiValue_h5k33_116{font-size:1.25rem;font-weight:700;font-family:Josefin Sans}@media(max-width:1024px){._widgetPreviewComparator_h5k33_16 ._metricsRows_h5k33_63 ._metricRow_h5k33_67 ._kpi_h5k33_106 ._kpiValue_h5k33_116{font-size:1rem}}._widgetPreviewComparator_h5k33_16 ._metricsRows_h5k33_63 ._metricRow_h5k33_67 ._kpi_h5k33_106 ._kpiAvg_h5k33_126{font-size:.6875rem;color:var(--text-3);margin-top:.125rem}._widgetPreviewComparator_h5k33_16 ._metricsRows_h5k33_63 ._metricRow_h5k33_67 ._kpi_h5k33_106 ._playButton_h5k33_131{display:inline-flex;align-items:center;justify-content:center;margin-top:.125rem;padding:0;border:none;background:transparent;cursor:pointer}._widgetPreviewComparator_h5k33_16 ._metricsRows_h5k33_63 ._metricRow_h5k33_67 ._ranking_h5k33_141{display:flex;flex-direction:column;align-items:center;gap:.125rem}._widgetPreviewComparator_h5k33_16 ._metricsRows_h5k33_63 ._metricRow_h5k33_67 ._ranking_h5k33_141 ._rankingBadge_h5k33_147{display:inline-flex;align-items:center;justify-content:center;min-width:32px;height:32px;padding:0 .3125rem;border:2px solid;border-radius:50%;font-size:1rem;font-weight:700;font-family:Josefin Sans;background-color:var(--badge-color);border-color:var(--badge-color)}@media(max-width:1024px){._widgetPreviewComparator_h5k33_16 ._metricsRows_h5k33_63 ._metricRow_h5k33_67 ._ranking_h5k33_141 ._rankingBadge_h5k33_147{min-width:22px;height:22px;padding:0 .125rem;font-size:.6875rem}}._widgetPreviewComparator_h5k33_16 ._metricsRows_h5k33_63 ._metricRow_h5k33_67 ._ranking_h5k33_141 ._rankingBadge_h5k33_147._textBlack_h5k33_170{color:#111827}._widgetPreviewComparator_h5k33_16 ._metricsRows_h5k33_63 ._metricRow_h5k33_67 ._ranking_h5k33_141 ._rankingBadge_h5k33_147._textWhite_h5k33_173{color:#fff}._widgetPreviewComparator_h5k33_16 ._metricsRows_h5k33_63 ._metricRow_h5k33_67 ._ranking_h5k33_141 ._rankingValue_h5k33_176{font-size:.6875rem;color:var(--text-3)}._widgetPreviewComparator_h5k33_16 ._metricsRows_h5k33_63 ._metricRow_h5k33_67 ._gaugeSection_h5k33_180{display:flex;flex-direction:column;gap:.3125rem}._widgetPreviewComparator_h5k33_16 ._metricsRows_h5k33_63 ._metricRow_h5k33_67 ._gaugeSection_h5k33_180 ._metricLabel_h5k33_185{text-align:center;font-size:.875rem;font-weight:600;font-family:Josefin Sans;color:var(--text-strong)}@media(max-width:1024px){._widgetPreviewComparator_h5k33_16 ._metricsRows_h5k33_63 ._metricRow_h5k33_67 ._gaugeSection_h5k33_180 ._metricLabel_h5k33_185{font-size:.75rem}}@font-face{font-family:Josefin Sans;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/josefinsans/v32/Qw3PZQNVED7rKGKxtqIqX5E-AVSJrOCfjY46_DjQbMZhLybpUVzEEQ.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}._mirroredBarChart_2649f_11{width:var(--mbc-width, 100%);display:flex;flex-direction:column;overflow:hidden;border-radius:12px;border:1px solid var(--border-subtle);box-shadow:var(--shadow-1);background-color:var(--surface-1);color:var(--text-1)}._mirroredBarChart_2649f_11 ._header_2649f_22{display:flex;align-items:center;justify-content:center;background-color:var(--surface-brand);padding:.625rem .9375rem;flex-shrink:0}._mirroredBarChart_2649f_11 ._header_2649f_22 ._title_2649f_30{font-family:Josefin Sans,sans-serif;font-size:.75rem;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:1px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._mirroredBarChart_2649f_11 ._body_2649f_41{display:flex;flex-direction:column;padding:.625rem 0}._mirroredBarChart_2649f_11 ._body_2649f_41 ._row_2649f_46{display:grid;grid-template-columns:minmax(110px,160px) 1fr 1fr minmax(110px,160px);align-items:center;gap:.625rem;padding:.125rem .9375rem}@media(max-width:768px){._mirroredBarChart_2649f_11 ._body_2649f_41 ._row_2649f_46{grid-template-columns:minmax(70px,100px) 1fr 1fr minmax(70px,100px);gap:.3125rem}}._mirroredBarChart_2649f_11 ._body_2649f_41 ._row_2649f_46 ._labelStart_2649f_59{font-size:.6875rem;font-weight:600;color:var(--text-2);text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._mirroredBarChart_2649f_11 ._body_2649f_41 ._row_2649f_46 ._labelEnd_2649f_68{font-size:.6875rem;font-weight:600;color:var(--text-2);text-align:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._mirroredBarChart_2649f_11 ._body_2649f_41 ._row_2649f_46 ._trackStart_2649f_77{display:flex;flex-direction:row;align-items:center;gap:.3125rem;border-left:1px solid rgba(0,0,0,.12);border-right:1px solid rgba(0,0,0,.12);padding-left:.3125rem;padding-right:.3125rem;background-image:repeating-linear-gradient(to bottom,rgba(0,0,0,.18) 0 3px,transparent 3px 7px),repeating-linear-gradient(to bottom,rgba(0,0,0,.18) 0 3px,transparent 3px 7px),repeating-linear-gradient(to bottom,rgba(0,0,0,.18) 0 3px,transparent 3px 7px);background-size:1px 100%;background-repeat:no-repeat;background-position:left calc((100% - 44px)/4) top 0,left calc((100% - 44px)/2) top 0,left calc((100% - 44px)*.75) top 0}._mirroredBarChart_2649f_11 ._body_2649f_41 ._row_2649f_46 ._trackEnd_2649f_91{display:flex;flex-direction:row-reverse;align-items:center;gap:.3125rem;border-left:1px solid rgba(0,0,0,.12);border-right:1px solid rgba(0,0,0,.12);padding-left:.3125rem;padding-right:.3125rem;background-image:repeating-linear-gradient(to bottom,rgba(0,0,0,.18) 0 3px,transparent 3px 7px),repeating-linear-gradient(to bottom,rgba(0,0,0,.18) 0 3px,transparent 3px 7px),repeating-linear-gradient(to bottom,rgba(0,0,0,.18) 0 3px,transparent 3px 7px);background-size:1px 100%;background-repeat:no-repeat;background-position:right calc((100% - 44px)/4) top 0,right calc((100% - 44px)/2) top 0,right calc((100% - 44px)*.75) top 0}._mirroredBarChart_2649f_11 ._body_2649f_41 ._row_2649f_46 ._bar_2649f_105{height:14px;border-radius:7px;width:calc((100% - 44px) * var(--mbc-bar-ratio, 0));flex-shrink:0;background-color:var(--mbc-bar-color, #0d0334);transition:width .4s ease}._mirroredBarChart_2649f_11 ._body_2649f_41 ._row_2649f_46 ._bar_2649f_105._noAnimation_2649f_113{transition:none}._mirroredBarChart_2649f_11 ._body_2649f_41 ._row_2649f_46 ._value_2649f_116{font-size:.6875rem;font-weight:700;color:var(--text-1);flex-shrink:0}._podium_1mz60_4{display:flex;align-items:flex-end;justify-content:center;gap:.3125rem}._podium_1mz60_4 ._podiumItem_1mz60_10{flex:1;min-width:0;display:flex;flex-direction:column;align-items:center}._podium_1mz60_4 ._podiumItem_1mz60_10 ._podiumPlayer_1mz60_17{display:flex;flex-direction:column;align-items:center;gap:.125rem;padding-bottom:.3125rem;text-align:center;max-width:100%}._podium_1mz60_4 ._podiumItem_1mz60_10 ._podiumPhoto_1mz60_26{width:44px;height:44px;border-radius:50%;object-fit:cover;object-position:top center;border:2px solid #666666}._podium_1mz60_4 ._podiumItem_1mz60_10 ._podiumName_1mz60_34{font-size:.75rem;font-weight:600;color:var(--text-strong);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}._podium_1mz60_4 ._podiumItem_1mz60_10 ._podiumValue_1mz60_43{font-size:.875rem;font-weight:800;color:var(--text-1)}._podium_1mz60_4 ._podiumItem_1mz60_10 ._podiumBase_1mz60_48{display:flex;align-items:flex-start;justify-content:center;width:100%;padding-top:.3125rem;border-radius:6px 6px 0 0}._podium_1mz60_4 ._podiumItem_1mz60_10 ._podiumBase_1mz60_48 ._podiumRank_1mz60_56{font-size:1.25rem;font-weight:800;line-height:1;color:#fff}._podium_1mz60_4 ._podiumItem_1mz60_10._podiumFirst_1mz60_62 ._podiumPhoto_1mz60_26{width:58px;height:58px;border-width:3px}._podium_1mz60_4 ._podiumItem_1mz60_10._podiumFirst_1mz60_62 ._podiumBase_1mz60_48{min-height:64px;background:gold}._podium_1mz60_4 ._podiumItem_1mz60_10._podiumFirst_1mz60_62 ._podiumBase_1mz60_48 ._podiumRank_1mz60_56{color:var(--text-strong)}._podium_1mz60_4 ._podiumItem_1mz60_10._podiumSecond_1mz60_74 ._podiumBase_1mz60_48{min-height:42px;background:#999}._podium_1mz60_4 ._podiumItem_1mz60_10._podiumThird_1mz60_78 ._podiumBase_1mz60_48{min-height:26px;background:#8c564b}@font-face{font-family:Josefin Sans;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/josefinsans/v32/Qw3PZQNVED7rKGKxtqIqX5E-AVSJrOCfjY46_DjQbMZhLybpUVzEEQ.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}._widgetPreviewSegmentedControl_l8vr6_11{display:inline-flex;gap:.125rem;padding:3px;background:var(--surface-2);border-radius:8px}._widgetPreviewSegmentedControl_l8vr6_11 ._segment_l8vr6_18{padding:6px 16px;border:none;border-radius:6px;background:transparent;font-size:.6875rem;font-family:Josefin Sans;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--text-2);cursor:pointer;transition:background .15s,color .15s}@media(max-width:768px){._widgetPreviewSegmentedControl_l8vr6_11 ._segment_l8vr6_18{padding:4px 10px}}._widgetPreviewSegmentedControl_l8vr6_11 ._segment_l8vr6_18:hover{color:var(--text-strong)}._widgetPreviewSegmentedControl_l8vr6_11 ._segment_l8vr6_18._segmentActive_l8vr6_40{background:var(--segment-active-color, #0d0334);color:#fff}@font-face{font-family:Josefin Sans;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/josefinsans/v32/Qw3PZQNVED7rKGKxtqIqX5E-AVSJrOCfjY46_DjQbMZhLybpUVzEEQ.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}._widgetPreviewPlayerDetails_1mjck_15{position:relative;width:100%;padding:.9375rem}@media(max-width:1024px){._widgetPreviewPlayerDetails_1mjck_15{padding:.625rem}}._widgetPreviewPlayerDetails_1mjck_15 ._controls_1mjck_25{display:flex;align-items:center;justify-content:space-between;gap:.9375rem;margin-bottom:.9375rem;flex-wrap:wrap}@media(max-width:1024px){._widgetPreviewPlayerDetails_1mjck_15 ._controls_1mjck_25{gap:.3125rem}}._widgetPreviewPlayerDetails_1mjck_15 ._controls_1mjck_25 ._metricSelect_1mjck_38{min-width:260px}@media(max-width:1024px){._widgetPreviewPlayerDetails_1mjck_15 ._controls_1mjck_25 ._metricSelect_1mjck_38{min-width:0;flex:1}}._widgetPreviewPlayerDetails_1mjck_15 ._controls_1mjck_25 ._metricSelect_1mjck_38 .previewSelect__control{border:1.5px solid #333333;border-radius:6px;font-size:.875rem;font-family:Josefin Sans;min-height:38px;box-shadow:none}._widgetPreviewPlayerDetails_1mjck_15 ._controls_1mjck_25 ._metricSelect_1mjck_38 .previewSelect__control:hover,._widgetPreviewPlayerDetails_1mjck_15 ._controls_1mjck_25 ._metricSelect_1mjck_38 .previewSelect__control--is-focused{border-color:var(--surface-brand)}._widgetPreviewPlayerDetails_1mjck_15 ._podiums_1mjck_61{display:flex;gap:.9375rem;margin-bottom:.9375rem}@media(max-width:1024px){._widgetPreviewPlayerDetails_1mjck_15 ._podiums_1mjck_61{flex-direction:column;gap:.625rem}}._widgetPreviewPlayerDetails_1mjck_15 ._podiums_1mjck_61 ._teamPodium_1mjck_72{flex:1;min-width:0}._widgetPreviewPlayerDetails_1mjck_15 ._barsSection_1mjck_76{margin-top:.3125rem}._widgetPreviewPossessionOccupation_al4da_6{position:relative;width:100%}._pageGamePreviewCollectivePossession_nye1r_1{display:flex;flex-direction:column;gap:16px}._widgetPreviewPoints_5v9jg_6{position:relative;width:100%}._pageGamePreviewCollectivePoints_bycn3_1{display:flex;flex-direction:column;gap:16px}._widgetPreviewLinebreaks_19nu4_6{width:100%}._pageGamePreviewCollectiveLinebreaks_wqkpp_1{display:flex;flex-direction:column;gap:16px}._widgetPreviewScrums_13uyr_6{position:relative;width:100%}._pageGamePreviewCollectiveScrums_okjuk_1{display:flex;flex-direction:column;gap:16px}._widgetPreviewLineouts_1086l_12{position:relative;width:100%}._widgetPreviewLineouts_1086l_12 ._zonedChart_1086l_16 ._zoneControl_1086l_16{display:flex;justify-content:center;margin-bottom:.625rem}._widgetPreviewLineouts_1086l_12 ._explorer_1086l_21{display:flex;gap:.9375rem}@media(max-width:1024px){._widgetPreviewLineouts_1086l_12 ._explorer_1086l_21{flex-direction:column}}._widgetPreviewLineouts_1086l_12 ._explorer_1086l_21 ._explorerColumn_1086l_30{flex:1;min-width:0;display:flex;flex-direction:column;align-items:center;gap:.3125rem}._widgetPreviewLineouts_1086l_12 ._explorer_1086l_21 ._explorerColumn_1086l_30 ._explorerTeamName_1086l_38{font-size:1rem;font-weight:700;text-align:center}._widgetPreviewLineouts_1086l_12 ._explorer_1086l_21 ._explorerColumn_1086l_30 ._explorerTotals_1086l_43{display:flex;flex-wrap:wrap;justify-content:center;gap:.625rem;font-size:.75rem;font-weight:700}._widgetPreviewLineouts_1086l_12 ._explorer_1086l_21 ._explorerColumn_1086l_30 ._explorerTotals_1086l_43 ._explorerTotal_1086l_43{color:var(--text-strong)}._pageGamePreviewCollectiveLineouts_8txi5_1{display:flex;flex-direction:column;gap:16px}._widgetPreviewGoalKicks_1vbcx_6{position:relative;width:100%}._pageGamePreviewCollectiveGoalKicks_5247s_1{display:flex;flex-direction:column;gap:16px}._widgetPreviewAerialDuels_17yvl_6{position:relative;width:100%}._pageGamePreviewCollectiveAerialDuels_jyxb0_1{display:flex;flex-direction:column;gap:16px}._widgetPreviewDiscipline_9h0q5_6{position:relative;width:100%}._pageGamePreviewCollectiveDiscipline_xv6yc_1{display:flex;flex-direction:column;gap:16px}._widgetPreviewBallsLost_jd4qr_6{position:relative;width:100%}._pageGamePreviewCollectiveBallsLost_1wbjw_1{display:flex;flex-direction:column;gap:16px}._widgetPreviewTurnovers_nshjh_6{position:relative;width:100%}._pageGamePreviewCollectiveTurnovers_ponhv_1{display:flex;flex-direction:column;gap:16px}._downloadCard_15fai_1{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.6rem;min-height:9rem;padding:1.25rem 1rem;border:1px solid rgba(0,0,0,.08);border-radius:.75rem;background-color:var(--surface-1);box-shadow:0 2px 10px #0000000f;color:var(--text-strong);text-align:center;text-decoration:none;cursor:pointer;transition:all .2s ease;outline:none}._downloadCard_15fai_1:hover{transform:translateY(-2px);box-shadow:0 8px 18px #0d03344d}._downloadCard_15fai_1:active{transform:translateY(0);box-shadow:0 2px 8px #0d033440}._downloadCard_15fai_1._disabled_15fai_28{cursor:default;opacity:.65;box-shadow:none}._downloadCard_15fai_1._disabled_15fai_28:hover,._downloadCard_15fai_1._disabled_15fai_28:active{transform:none;box-shadow:none}._downloadCard_15fai_1 ._cardIcon_15fai_37{color:var(--text-strong)}._downloadCard_15fai_1 ._cardIcon_15fai_37 svg{width:3rem;height:3rem}._downloadCard_15fai_1 ._cardIcon_15fai_37._iconExcel_15fai_44{color:#217346}._downloadCard_15fai_1 ._cardIcon_15fai_37._iconPdf_15fai_47{color:#e30613}._downloadCard_15fai_1 ._cardLabel_15fai_50{font-size:.95rem;font-weight:700}._reportGenerateGate_b7sph_1{position:relative;display:flex;flex-direction:column;gap:1rem}._reportGenerateGate_b7sph_1 ._panel_b7sph_7{display:flex;flex-direction:column;align-items:center;gap:1rem;width:100%;max-width:32rem;margin:1rem auto 0;padding:2rem;text-align:center;background-color:#fff;border:1px solid rgba(0,0,0,.08);border-radius:.75rem;box-shadow:0 2px 12px #00000014}._reportGenerateGate_b7sph_1 ._panel_b7sph_7 ._panelTitle_b7sph_22{margin:0;font-size:1.35rem;font-weight:800;color:#0d0334}._reportGenerateGate_b7sph_1 ._panel_b7sph_7 ._panelDescription_b7sph_28{margin:0;max-width:26rem;font-size:.95rem;line-height:1.4;color:#666}._reportGenerateGate_b7sph_1 ._panel_b7sph_7 ._primaryButton_b7sph_35{padding:.75rem 1.75rem;border:none;border-radius:.5rem;background:#e30613;color:#fff;font-weight:700;text-transform:uppercase;letter-spacing:.02em;cursor:pointer;transition:filter .15s ease}._reportGenerateGate_b7sph_1 ._panel_b7sph_7 ._primaryButton_b7sph_35:hover{filter:brightness(1.08)}._reportDownloadShell_1eqyp_1,._reportGenerateGate_1eqyp_2{position:relative;display:flex;flex-direction:column;gap:1rem}._panel_1eqyp_9{display:flex;flex-direction:column;align-items:center;gap:1rem;width:100%;max-width:32rem;margin:1rem auto 0;padding:2rem;text-align:center;background-color:#fff;border:1px solid rgba(0,0,0,.08);border-radius:.75rem;box-shadow:0 2px 12px #00000014}._panelTitle_1eqyp_25{margin:0;font-size:1.35rem;font-weight:800;color:#0d0334}._panelDescription_1eqyp_32{margin:0;max-width:26rem;font-size:.95rem;line-height:1.4;color:#666}._actions_1eqyp_40{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.75rem}._primaryButton_1eqyp_48{padding:.75rem 1.75rem;border:none;border-radius:.5rem;background:#e30613;color:#fff;font-weight:700;text-transform:uppercase;letter-spacing:.02em;cursor:pointer;transition:filter .15s ease}._primaryButton_1eqyp_48:hover{filter:brightness(1.08)}._previewToggle_1eqyp_64{padding:.6rem 1.25rem;border:1px solid #d9d9d9;border-radius:.5rem;background:#fff;color:#0d0334;font-weight:600;cursor:pointer;transition:border-color .15s ease,background .15s ease}._previewToggle_1eqyp_64:hover{border-color:#c0c4cc;background:#f8f9fb}._preparing_1eqyp_79{display:flex;flex-direction:column;gap:.6rem;width:100%;color:#0d0334}._preparingText_1eqyp_87{font-weight:600}._progressTrack_1eqyp_91{width:100%;height:.5rem;background:#0d03341a;border-radius:.25rem;overflow:hidden}._progressFill_1eqyp_99{height:100%;background:#e30613;transition:width .3s ease}._progressPct_1eqyp_105{font-size:.9rem;font-weight:600;color:#666}._loading_1eqyp_111{display:flex;flex-direction:column;gap:.3rem;width:100%;color:#0d0334}._loadingText_1eqyp_119{font-weight:600}._loadingCount_1eqyp_123{font-size:.9rem;color:#666}._keepTabActive_1eqyp_128{margin:0;font-style:italic;font-size:.85rem;color:#999}._previewArea_1eqyp_135{display:flex;flex-direction:column;gap:1rem;align-items:center;max-height:80vh;overflow:auto;padding:1rem;background:#f8f9fb;border-radius:.5rem}._previewPageWrap_1eqyp_147{overflow:hidden;flex-shrink:0;box-shadow:0 0 .3cm #00000059;background:#fff}._wrapLandscape_1eqyp_154{width:14.7cm;height:10.395cm}._wrapPortrait_1eqyp_159{width:10.395cm;height:14.7cm}._previewPageScale_1eqyp_164{transform:scale(.35);transform-origin:top left;width:fit-content}._pageCapture_1eqyp_170{display:inline-block}._offscreen_1eqyp_174{position:absolute;top:0;left:0;width:0;height:0;overflow:hidden}._reportDividerPage_ppsxz_1{position:relative;box-sizing:border-box;width:29.7cm;height:42cm;background-color:transparent;color:#1b1435;font-family:Roboto Flex,sans-serif;overflow:hidden}._reportDividerPage_ppsxz_1 ._content_ppsxz_11{position:absolute;top:50%;left:0;width:100%;transform:translateY(-50%);display:flex;flex-direction:column;align-items:center;gap:.6cm;padding:0 2cm}._reportDividerPage_ppsxz_1 ._content_ppsxz_11 ._coverLogo_ppsxz_23{height:9cm;width:auto;max-width:18cm;object-fit:contain;margin-bottom:.4cm}._reportDividerPage_ppsxz_1 ._content_ppsxz_11 ._title_ppsxz_30{margin:0;text-align:center;font-size:52pt;font-weight:900;text-transform:uppercase;color:#1b1435}._reportDividerPage_ppsxz_1 ._content_ppsxz_11 ._subtitle_ppsxz_38{margin:0;max-width:22cm;text-align:center;font-size:18pt;color:#4a4763}._reportDividerPage_ppsxz_1 ._pageNumber_ppsxz_45{position:absolute;top:40.5cm;left:1cm;font-size:30px;font-weight:700;color:#000}._reportDividerPage_ppsxz_1 ._aiaLogo_ppsxz_53{position:absolute;bottom:.6cm;right:1cm;height:1.6cm;width:auto;object-fit:contain}._reportTeamsHeader_1hxof_1{display:flex;align-items:center;justify-content:space-between;padding:.2cm 1.5cm;width:100%;box-sizing:border-box}._teamPill_1hxof_10{display:flex;align-items:center;justify-content:space-between;padding:.2cm .8cm;border-radius:.4cm;flex:1;max-width:30%;gap:.2cm}._teamOne_1hxof_21{background-color:#1b1435}._teamTwo_1hxof_25{background-color:#e30613}._teamName_1hxof_29{margin:0;font-size:14pt;text-transform:uppercase;color:#fff;font-weight:900;letter-spacing:.04em}._logoCircle_1hxof_38{width:1.8cm;height:1.8cm;border-radius:50%;background-color:#fff;border:1pt solid #1b1435;display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden}._logo_1hxof_38{max-width:78%;max-height:78%;width:auto;height:auto;object-fit:contain}._reportPageLandscape_bux3k_1{position:relative;box-sizing:border-box;width:42cm;height:29.7cm;background-color:transparent;color:#111;font-family:Roboto Flex,sans-serif;padding:.6cm 0 2cm;overflow:hidden}._title_bux3k_13{margin:0 0 .2cm;text-align:center;font-size:30pt;font-weight:900;text-transform:uppercase;color:#1b1435}._content_bux3k_22{position:relative;box-sizing:border-box;width:100%;height:22cm;padding:0 1cm}._pageNumber_bux3k_30{position:absolute;top:28.5cm;left:1cm;font-size:30px;font-weight:700;color:#000}._aiaLogo_bux3k_39{position:absolute;bottom:.6cm;right:1cm;height:1.6cm;width:auto;object-fit:contain}._reportPagePortrait_1nxkr_1{position:relative;box-sizing:border-box;width:29.7cm;height:42cm;background-color:transparent;color:#111;font-family:Roboto Flex,sans-serif;padding:.8cm 0 2cm;overflow:hidden}._cover_1nxkr_13{background-image:linear-gradient(135deg,#1b1435 38%,#000 56%,#e30613);color:#fff}._title_1nxkr_18{margin:0 0 .3cm;text-align:center;font-size:32pt;font-weight:900;text-transform:uppercase;color:#1b1435}._cover_1nxkr_13 ._title_1nxkr_18{color:#fff}._content_1nxkr_31{position:relative;box-sizing:border-box;width:100%;height:36cm;padding:.6cm 1.5cm 0}._pageNumber_1nxkr_39{position:absolute;top:40.5cm;left:1cm;font-size:30px;font-weight:700;color:#000}._aiaLogo_1nxkr_48{position:absolute;bottom:.6cm;right:1cm;height:1.6cm;width:auto;object-fit:contain}._reportStatsTable_16edq_1{width:18cm}._reportStatsTable_16edq_1._withoutRanking_16edq_4 ._metricHead_16edq_4,._reportStatsTable_16edq_1._withoutRanking_16edq_4 ._metricCell_16edq_5{width:10cm}._header_16edq_9{width:18cm;margin:0 auto 15px;background:linear-gradient(90deg,#1a237e,#c62828);color:#fff;padding:10px;text-align:center;font-size:16px;font-weight:700;text-transform:uppercase;border-radius:5px;box-sizing:border-box}._table_16edq_23{width:18cm;margin:0 auto;border-collapse:collapse;border:2px solid #777;box-shadow:0 0 .5mm #00000040}._table_16edq_23 td{padding:6px 8px;background-clip:padding-box}._table_16edq_23 td:last-child{border-right:none}._headRow_16edq_38{background-color:#e2e3e5;height:.8cm;border-bottom:2px solid #777;font-weight:700}._rankHead_16edq_45{width:1.25cm;text-align:center;border-right:2px solid #777}._valueHead_16edq_51{width:4cm;text-align:center;border-right:2px solid #777}._metricHead_16edq_4{width:7.5cm;text-align:center;text-transform:uppercase;border-right:2px solid #777}._rowEven_16edq_64{background-color:#fff;height:1cm;border-bottom:2px solid #777}._rowOdd_16edq_70{background-color:#f4f5f7;height:1cm;border-bottom:2px solid #777}._rankCell_16edq_76{text-align:center;vertical-align:middle;border-right:2px solid #777;width:1.25cm}._valueCell_16edq_83{text-align:center;vertical-align:middle;border-right:2px solid #777;font-size:12pt;font-weight:600}._metricCell_16edq_5{text-align:center;vertical-align:middle;border-right:2px solid #777}._metricLabel_16edq_97{font-size:10pt;text-transform:uppercase;font-weight:800;margin:0 0 4px;color:#333}._bar_16edq_105{display:flex;width:4.5cm;height:.35cm;margin:0 auto;border-radius:.2cm;overflow:hidden;background-color:#e2e3e5}._barLeft_16edq_115{display:block;height:100%;background-color:#1b1435}._barRight_16edq_121{display:block;height:100%;background-color:#e30613}._rankBadge_16edq_127{display:inline-flex;align-items:center;justify-content:center;width:.9cm;height:.9cm;border-radius:50%;color:#fff;font-size:11pt;font-weight:700}._rankOne_16edq_139{background-color:#1b1435}._rankTwo_16edq_143{background-color:#e30613}._donutChart_c39jg_1{display:flex;flex-direction:column;align-items:center;width:8cm}._title_c39jg_8{width:8cm;box-sizing:border-box;margin:0 auto .15cm;color:#fff;padding:4px 8px;text-align:center;font-size:10pt;font-weight:700;text-transform:uppercase;border-radius:3px;line-height:1.1}._svg_c39jg_22{width:6cm;height:6cm;margin:0 auto}._legend_c39jg_28{display:flex;flex-wrap:wrap;justify-content:center;gap:.2cm .4cm;margin-top:.2cm;width:8cm}._legendItem_c39jg_37{display:flex;flex-direction:column;align-items:center;width:2.8cm}._legendPct_c39jg_44{margin:0;text-transform:uppercase;font-weight:700;font-size:10pt}._legendLabel_c39jg_51{display:block;max-width:2.8cm;font-size:9pt;line-height:1.1;text-transform:uppercase;color:#fff;padding:.08cm;border-radius:.15cm;text-align:center;font-weight:700}@font-face{font-family:Josefin Sans;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/josefinsans/v32/Qw3PZQNVED7rKGKxtqIqX5E-AVSJrOCfjY46_DjQbMZhLybpUVzEEQ.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}._radarChart_ynvs5_11{position:relative;width:var(--chart-width, 100%);height:var(--chart-height, 400px);display:flex;flex-direction:column;align-items:center;gap:.3125rem}._radarChart_ynvs5_11 ._chartArea_ynvs5_20{flex:1;min-height:0;overflow:visible}._radarChart_ynvs5_11 ._gridPolygon_ynvs5_25{fill:none;stroke:#0000001a;stroke-width:1}._radarChart_ynvs5_11 ._axisLine_ynvs5_30{stroke:#00000026;stroke-width:1}._radarChart_ynvs5_11 ._axisLabel_ynvs5_34{font-family:Josefin Sans,sans-serif;font-size:.6875rem;font-weight:700;fill:#0d0334;stroke:#fff;stroke-width:3px;paint-order:stroke fill}._radarChart_ynvs5_11 ._seriesPolygon_ynvs5_43{stroke-width:2}._radarChart_ynvs5_11 ._dataPoint_ynvs5_46{stroke:#fff;stroke-width:1.5;pointer-events:none}._radarChart_ynvs5_11 ._dataPointHit_ynvs5_51{cursor:crosshair}._radarChart_ynvs5_11 ._legend_ynvs5_54{display:flex;gap:.9375rem;flex-wrap:wrap;justify-content:center;flex-shrink:0}._radarChart_ynvs5_11 ._legend_ynvs5_54 ._legendItem_ynvs5_61{display:flex;align-items:center;gap:.3125rem;background:none;border:none;cursor:pointer;padding:0;transition:opacity .15s ease}._radarChart_ynvs5_11 ._legend_ynvs5_54 ._legendItem_ynvs5_61:hover{opacity:.75}._radarChart_ynvs5_11 ._legend_ynvs5_54 ._legendItem_ynvs5_61._legendItemHidden_ynvs5_74{opacity:.35}._radarChart_ynvs5_11 ._legend_ynvs5_54 ._legendItem_ynvs5_61._legendItemHidden_ynvs5_74 ._legendName_ynvs5_77{text-decoration:line-through}._radarChart_ynvs5_11 ._legend_ynvs5_54 ._legendItem_ynvs5_61 ._legendSymbol_ynvs5_80{width:20px;height:8px;flex-shrink:0}._radarChart_ynvs5_11 ._legend_ynvs5_54 ._legendItem_ynvs5_61 ._legendName_ynvs5_77{font-family:Josefin Sans,sans-serif;font-size:.75rem;font-weight:500;color:var(--text-2);white-space:nowrap}._radarChart_ynvs5_11 ._tooltip_ynvs5_92{position:absolute;left:var(--tooltip-x, 0px);top:var(--tooltip-y, 0px);display:none;align-items:center;gap:.3125rem;transform:translate(-50%,calc(-100% - 8px));background-color:#000000bf;color:#fff;font-family:Josefin Sans,sans-serif;font-size:.6875rem;font-weight:500;padding:.3125rem .625rem;border-radius:6px;white-space:nowrap;pointer-events:none;z-index:10}._radarChart_ynvs5_11 ._tooltip_ynvs5_92._tooltipVisible_ynvs5_111{display:flex}._radarChart_ynvs5_11 ._tooltip_ynvs5_92 ._tooltipDot_ynvs5_114{width:8px;height:8px;border-radius:50%;flex-shrink:0;background-color:var(--tooltip-color, #ffffff)}._reportComparatorScatter_66d9n_1{display:flex;flex-direction:column;align-items:center;width:100%;max-width:18cm}._reportComparatorScatter_66d9n_1 ._title_66d9n_8{margin:0 0 .2cm;font-size:12pt;font-weight:800;text-transform:uppercase;text-align:center;color:#1b1435}._reportComparatorScatter_66d9n_1 ._chart_66d9n_16{width:100%;height:auto}._reportComparatorScatter_66d9n_1 ._pointLabel_66d9n_20{font-size:12px;font-weight:800;text-transform:uppercase}._reportComparatorScatter_66d9n_1 ._axisLabel_66d9n_25{font-size:11px;font-weight:600;text-transform:uppercase}._reportStatPageBody_15gb7_1{display:flex;align-items:flex-start;justify-content:space-between;gap:.5cm;width:100%;height:100%}._sideColumn_15gb7_10{display:flex;flex-direction:column;align-items:center;gap:.4cm;flex:0 0 auto}._bestOfSlot_15gb7_18{width:8cm;height:3.9cm;overflow:hidden}._center_15gb7_24{display:flex;flex-direction:column;align-items:center;gap:.6cm;flex:1 1 auto}._radar_15gb7_32{display:flex;flex-direction:column;align-items:center;width:8cm}._radarTitle_15gb7_39{margin:0 0 .15cm;font-size:10pt;font-weight:700;text-transform:uppercase;text-align:center;color:#1b1435}._bestOf_15gb7_18{width:8cm;border-collapse:collapse;font-size:10pt}._bestOfHead_15gb7_54{color:#fff;padding:.15cm .3cm;text-align:center;text-transform:uppercase;font-weight:700;font-size:10pt;border-radius:3px 3px 0 0}._headOne_15gb7_64{background:#1b1435}._headTwo_15gb7_68{background:#e30613}._bestOfRow_15gb7_72{border-bottom:1px solid #e2e3e5}._bestOfRow_15gb7_72:nth-child(2n){background:#f4f5f7}._bestOfName_15gb7_79{padding:.1cm .3cm;text-transform:uppercase;font-weight:600}._bestOfValue_15gb7_85{padding:.1cm .3cm;text-align:right;font-weight:700;white-space:nowrap}._reportCoverHero_8piaj_1{display:flex;flex-direction:column;align-items:center;gap:2cm;padding-top:4cm}._confrontation_8piaj_9{display:flex;align-items:center;justify-content:center;gap:1.5cm;width:100%}._team_8piaj_17{display:flex;flex-direction:column;align-items:center;gap:.6cm;flex:1}._logo_8piaj_25{width:7cm;height:7cm;object-fit:contain}._name_8piaj_31{font-size:22pt;font-weight:900;text-transform:uppercase;text-align:center}._nameOne_8piaj_38{color:#1b1435}._nameTwo_8piaj_42{color:#e30613}._nameOnDark_8piaj_46{color:#fff}._versus_8piaj_50{font-size:40pt;font-weight:900;color:#111}._onDark_8piaj_56 ._versus_8piaj_50{color:#fff}._onDark_8piaj_56 ._line_8piaj_60{color:#ffffffd9}._lines_8piaj_64{display:flex;flex-direction:column;align-items:center;gap:.4cm}._line_8piaj_60{font-size:16pt;font-weight:600;text-transform:uppercase;color:#333}._reportCoverDetails_15ytu_1{display:flex;flex-direction:column;justify-content:space-between;height:100%;gap:1cm}._reportCoverDetails_15ytu_1 ._competitionHeader_15ytu_8{display:flex;flex-direction:column;align-items:center;gap:.3cm}._reportCoverDetails_15ytu_1 ._competitionHeader_15ytu_8 ._competitionLogo_15ytu_14{height:3.5cm;width:auto;object-fit:contain}._reportCoverDetails_15ytu_1 ._competitionHeader_15ytu_8 ._round_15ytu_19{font-size:26pt;font-weight:800;text-transform:uppercase;text-align:center;color:#fff}._reportCoverDetails_15ytu_1 ._competitionHeader_15ytu_8 ._dateTime_15ytu_26{font-size:18pt;color:#ffffffd9}._reportCoverDetails_15ytu_1 ._conditions_15ytu_30{display:flex;justify-content:space-around;gap:.8cm;padding:.7cm .5cm;background:#fffffff0;border-radius:.4cm}._reportCoverDetails_15ytu_1 ._conditions_15ytu_30 ._conditionBlock_15ytu_38{flex:1;display:flex;flex-direction:column;align-items:center;gap:.2cm;text-align:center;color:#1b1435}._reportCoverDetails_15ytu_1 ._conditions_15ytu_30 ._conditionBlock_15ytu_38 ._conditionTitle_15ytu_47{font-size:15pt;font-weight:700}._reportCoverDetails_15ytu_1 ._conditions_15ytu_30 ._conditionBlock_15ytu_38 ._conditionValue_15ytu_51{font-size:14pt}._reportCoverDetails_15ytu_1 ._conditions_15ytu_30 ._conditionBlock_15ytu_38 ._weatherIcon_15ytu_54{height:2cm;width:auto;object-fit:contain}._reportCoverDetails_15ytu_1 ._conditions_15ytu_30 ._conditionBlock_15ytu_38 ._wind_15ytu_59{display:flex;align-items:center;gap:.2cm;font-size:13pt}._reportCoverDetails_15ytu_1 ._conditions_15ytu_30 ._conditionBlock_15ytu_38 ._wind_15ytu_59 ._windIcon_15ytu_65{height:.9cm;width:auto}._reportCoverDetails_15ytu_1 ._conditions_15ytu_30 ._conditionBlock_15ytu_38 ._whistleIcon_15ytu_69,._reportCoverDetails_15ytu_1 ._conditions_15ytu_30 ._conditionBlock_15ytu_38 ._pitchIcon_15ytu_70{height:1.6cm;width:auto;object-fit:contain}._reportRankingTable_12wwi_1{width:100%}._reportRankingTable_12wwi_1 ._caption_12wwi_4{margin:0 0 .25cm;font-size:15pt;font-weight:800;text-transform:uppercase;color:#1b1435}._reportRankingTable_12wwi_1 ._table_12wwi_11{width:100%;border-collapse:collapse;font-size:13pt}._reportRankingTable_12wwi_1 ._table_12wwi_11 th,._reportRankingTable_12wwi_1 ._table_12wwi_11 td{padding:.25cm .3cm;border-bottom:1px solid #ccc}._headRow_12wwi_22{background:linear-gradient(90deg,#1a237e,#c62828);color:#fff;text-transform:uppercase;font-size:11pt}._teamRow_12wwi_29:nth-child(2n){background:#f4f5f7}._highlightedRow_12wwi_33{background:#e306131f;font-weight:700}._rankCol_12wwi_38{width:1.4cm;text-align:center;font-weight:700}._teamCol_12wwi_44{text-align:left}._teamCell_12wwi_48{display:flex;align-items:center;gap:.3cm}._teamLogo_12wwi_54{width:.9cm;height:.9cm;object-fit:contain}._teamName_12wwi_60{text-transform:uppercase}._numCol_12wwi_64{width:1.8cm;text-align:center}._pointsCol_12wwi_69{width:2cm;text-align:center;font-weight:700}._reportRankingEvolution_5dn88_1{display:flex;flex-direction:column;align-items:center;gap:.6cm;width:100%;padding:.5cm 1cm 0}._reportRankingEvolution_5dn88_1 ._chart_5dn88_9{width:100%;height:20cm}._reportRankingEvolution_5dn88_1 ._chart_5dn88_9 ._gridLine_5dn88_13{stroke:#e2e3e5;stroke-width:1}._reportRankingEvolution_5dn88_1 ._chart_5dn88_9 ._axisLabel_5dn88_17{font-size:13px;fill:#4a4763}._reportRankingEvolution_5dn88_1 ._chart_5dn88_9 ._line_5dn88_21{fill:none;stroke-width:3}._reportRankingEvolution_5dn88_1 ._legend_5dn88_25{display:flex;flex-wrap:wrap;justify-content:center;gap:.4cm .9cm}._reportRankingEvolution_5dn88_1 ._legend_5dn88_25 ._legendItem_5dn88_31{display:flex;align-items:center;gap:.25cm;font-size:11pt;font-weight:700;text-transform:uppercase;color:#1b1435}._reportRankingEvolution_5dn88_1 ._legend_5dn88_25 ._legendItem_5dn88_31 ._legendSwatch_5dn88_40{width:.7cm;height:.28cm;border-radius:.14cm}._reportRankingEvolution_5dn88_1 ._legend_5dn88_25 ._legendItem_5dn88_31 ._legendLogo_5dn88_45{width:.6cm;height:.6cm;object-fit:contain}._reportSelectedGames_qr06t_1{display:flex;flex-direction:column;gap:.6cm;width:100%;padding:.5cm .5cm 0}._reportSelectedGames_qr06t_1 ._subtitle_qr06t_8{margin:0;text-align:center;font-size:12pt;font-style:italic;color:#4a4763}._reportSelectedGames_qr06t_1 ._columns_qr06t_15{display:flex;gap:1.5cm;width:100%}._reportSelectedGames_qr06t_1 ._gamesColumn_qr06t_20{flex:1;min-width:0}._reportSelectedGames_qr06t_1 ._gamesColumn_qr06t_20 ._columnTitle_qr06t_24{margin:0 0 .4cm;text-align:center;font-size:16pt;font-weight:800;text-transform:uppercase;color:#1b1435}._reportSelectedGames_qr06t_1 ._gamesColumn_qr06t_20 ._table_qr06t_32{width:100%;border-collapse:collapse;font-size:11pt}._reportSelectedGames_qr06t_1 ._gamesColumn_qr06t_20 ._table_qr06t_32 ._gameRow_qr06t_37{border-bottom:1px solid #e2e3e5}._reportSelectedGames_qr06t_1 ._gamesColumn_qr06t_20 ._table_qr06t_32 td{padding:.18cm .25cm}._reportSelectedGames_qr06t_1 ._gamesColumn_qr06t_20 ._table_qr06t_32 ._date_qr06t_43{width:2.6cm;color:#4a4763;white-space:nowrap}._reportSelectedGames_qr06t_1 ._gamesColumn_qr06t_20 ._table_qr06t_32 ._match_qr06t_48{text-transform:uppercase;font-weight:600}._reportSelectedGames_qr06t_1 ._gamesColumn_qr06t_20 ._table_qr06t_32 ._score_qr06t_52{width:2.2cm;text-align:center;font-weight:800;white-space:nowrap}._reportSelectedGames_qr06t_1 ._gamesColumn_qr06t_20 ._table_qr06t_32 ._win_qr06t_58{color:#146714}._reportSelectedGames_qr06t_1 ._gamesColumn_qr06t_20 ._table_qr06t_32 ._loss_qr06t_61{color:#e30613}._reportSelectedGames_qr06t_1 ._gamesColumn_qr06t_20 ._table_qr06t_32 ._draw_qr06t_64{color:#f60}._reportSelectedGames_qr06t_1 ._gamesColumn_qr06t_20 ._table_qr06t_32 ._unknown_qr06t_67{color:#111}._reportLastGamesRepartition_iqdrp_1{display:flex;gap:2cm;width:100%;padding:1cm 1cm 0;justify-content:center}._reportLastGamesRepartition_iqdrp_1 ._side_iqdrp_8{flex:1;display:flex;flex-direction:column;align-items:center;gap:.6cm}._reportLastGamesRepartition_iqdrp_1 ._side_iqdrp_8 ._sideTitle_iqdrp_15{margin:0;text-align:center;font-size:16pt;font-weight:800;text-transform:uppercase;color:#1b1435}._reportHeadToHead_128w4_1{display:flex;flex-direction:column;align-items:center;gap:.8cm;width:100%;padding-top:.5cm}._reportHeadToHead_128w4_1 ._summary_128w4_9{display:flex;align-items:center;justify-content:center;gap:2cm;width:100%}._reportHeadToHead_128w4_1 ._summary_128w4_9 ._side_128w4_16{display:flex;flex-direction:column;align-items:center;gap:.1cm}._reportHeadToHead_128w4_1 ._summary_128w4_9 ._side_128w4_16 ._sidePct_128w4_22{font-size:22pt;font-weight:800;line-height:1}._reportHeadToHead_128w4_1 ._summary_128w4_9 ._side_128w4_16 ._sideCount_128w4_27{font-size:50pt;font-weight:900;line-height:1}._reportHeadToHead_128w4_1 ._summary_128w4_9 ._side_128w4_16 ._sideLabel_128w4_32{font-size:14pt;text-transform:uppercase;color:#4a4763}._reportHeadToHead_128w4_1 ._summary_128w4_9 ._donutColumn_128w4_37{display:flex;flex-direction:column;align-items:center;gap:.3cm}._reportHeadToHead_128w4_1 ._summary_128w4_9 ._donutColumn_128w4_37 ._donut_128w4_37{width:7cm;height:7cm;flex-shrink:0;transform:rotate(-90deg)}._reportHeadToHead_128w4_1 ._summary_128w4_9 ._donutColumn_128w4_37 ._draws_128w4_49{font-size:18pt;font-weight:800}._reportHeadToHead_128w4_1 ._gamesPlayed_128w4_53{margin:0;font-size:18pt;font-weight:800;text-transform:uppercase;color:#1b1435}._reportHeadToHead_128w4_1 ._matches_128w4_60{width:100%;border-collapse:collapse;font-size:12pt}._reportHeadToHead_128w4_1 ._matches_128w4_60 ._matchRow_128w4_65{height:1.4cm}._reportHeadToHead_128w4_1 ._matches_128w4_60 td{border:1px solid #333;padding:.15cm .35cm}._reportHeadToHead_128w4_1 ._matches_128w4_60 ._matchDate_128w4_72{width:4cm;text-align:center;color:#4a4763}._reportHeadToHead_128w4_1 ._matches_128w4_60 ._matchTeam_128w4_77{display:flex;align-items:center;gap:.3cm;font-weight:700;text-transform:uppercase}._reportHeadToHead_128w4_1 ._matches_128w4_60 ._matchTeam_128w4_77 ._matchLogo_128w4_84{width:.9cm;height:.9cm;object-fit:contain}._reportHeadToHead_128w4_1 ._matches_128w4_60 ._matchTeamRight_128w4_89{flex-direction:row-reverse}._reportHeadToHead_128w4_1 ._matches_128w4_60 ._matchScore_128w4_92{width:3cm;text-align:center;font-weight:800;color:#111}._reportHeadToHead_128w4_1 ._matches_128w4_60 ._tintOne_128w4_98{background:#9796aa}._reportHeadToHead_128w4_1 ._matches_128w4_60 ._tintTwo_128w4_101{background:#df8288}._reportHeadToHead_128w4_1 ._matches_128w4_60 ._scoreDraw_128w4_104{color:#469536;background:transparent}._reportPlayersTable_16cag_1{width:100%;padding:.4cm .5cm 0}._reportPlayersTable_16cag_1 ._caption_16cag_5{margin:0 0 .3cm;text-align:center;font-size:15pt;font-weight:800;text-transform:uppercase;color:#1b1435}._reportPlayersTable_16cag_1 ._table_16cag_13{width:100%;border-collapse:collapse;font-size:8pt;table-layout:fixed}._reportPlayersTable_16cag_1 ._table_16cag_13 ._headRow_16cag_19{background:linear-gradient(90deg,#1b1435,#e30613);color:#fff;text-transform:uppercase}._reportPlayersTable_16cag_1 ._table_16cag_13 th,._reportPlayersTable_16cag_1 ._table_16cag_13 td{padding:.12cm .08cm;border-bottom:1px solid #e2e3e5;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._reportPlayersTable_16cag_1 ._table_16cag_13 ._nameHead_16cag_32,._reportPlayersTable_16cag_1 ._table_16cag_13 ._nameCell_16cag_33{width:4.5cm;text-align:left;font-weight:700;text-transform:uppercase}._reportPlayersTable_16cag_1 ._table_16cag_13 ._numHead_16cag_39,._reportPlayersTable_16cag_1 ._table_16cag_13 ._numCell_16cag_40{text-align:center}._reportPlayersTable_16cag_1 ._table_16cag_13 ._rowEven_16cag_43{background:#fff}._reportPlayersTable_16cag_1 ._table_16cag_13 ._rowOdd_16cag_46{background:#f4f5f7}@font-face{font-family:Josefin Sans;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/josefinsans/v32/Qw3PZQNVED7rKGKxtqIqX5E-AVSJrOCfjY46_DjQbMZhLybpUVzEEQ.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}._fieldHeatmap_13tfd_11{--field-heatmap-color: #ff9f00;--fh-grid-color-min: #4ade80;--fh-grid-color-max: #ff9f00;width:100%;background-color:var(--surface-1);border-radius:12px;display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--border-subtle);box-shadow:var(--shadow-1);transition:box-shadow .2s ease;color:var(--text-1)}._fieldHeatmap_13tfd_11:hover{box-shadow:var(--shadow-2)}._fieldHeatmap_13tfd_11 ._header_13tfd_29{display:flex;align-items:center;justify-content:center;background-color:var(--surface-brand);padding:.625rem .9375rem;flex-shrink:0}._fieldHeatmap_13tfd_11 ._header_13tfd_29 ._title_13tfd_37{flex:1;font-family:Josefin Sans,sans-serif;font-size:.75rem;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:1px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:center}._fieldHeatmap_13tfd_11 ._fieldSvg_13tfd_50,._fieldHeatmap_13tfd_11 ._fieldSvgLandscape_13tfd_51{width:100%;height:auto;display:block;padding:.3125rem;box-sizing:border-box}._fieldHeatmap_13tfd_11 ._fieldSvg_13tfd_50 ._zoneFill_13tfd_58,._fieldHeatmap_13tfd_11 ._fieldSvgLandscape_13tfd_51 ._zoneFill_13tfd_58{fill:var(--field-heatmap-color);transition:opacity .25s ease}._fieldHeatmap_13tfd_11 ._fieldSvg_13tfd_50 ._zoneLabel_13tfd_63,._fieldHeatmap_13tfd_11 ._fieldSvgLandscape_13tfd_51 ._zoneLabel_13tfd_63{fill:var(--text-1);font-family:Josefin Sans,sans-serif;font-size:.125rem;font-weight:600}._fieldHeatmap_13tfd_11 ._fieldSvg_13tfd_50 ._zoneDuration_13tfd_70,._fieldHeatmap_13tfd_11 ._fieldSvgLandscape_13tfd_51 ._zoneDuration_13tfd_70{fill:#0009;font-family:Josefin Sans,sans-serif;font-weight:400}._fieldHeatmap_13tfd_11 ._fieldSvg_13tfd_50 ._zoneClickable_13tfd_76,._fieldHeatmap_13tfd_11 ._fieldSvgLandscape_13tfd_51 ._zoneClickable_13tfd_76{cursor:pointer}._fieldHeatmap_13tfd_11 ._fieldSvg_13tfd_50 ._zoneClickable_13tfd_76:hover ._zoneFill_13tfd_58,._fieldHeatmap_13tfd_11 ._fieldSvgLandscape_13tfd_51 ._zoneClickable_13tfd_76:hover ._zoneFill_13tfd_58{fill-opacity:.75}._fieldHeatmap_13tfd_11 ._fieldSvg_13tfd_50 ._gridCell_13tfd_84 ._gridCellFill_13tfd_84,._fieldHeatmap_13tfd_11 ._fieldSvg_13tfd_50 ._gridCellClickable_13tfd_85 ._gridCellFill_13tfd_84,._fieldHeatmap_13tfd_11 ._fieldSvgLandscape_13tfd_51 ._gridCell_13tfd_84 ._gridCellFill_13tfd_84,._fieldHeatmap_13tfd_11 ._fieldSvgLandscape_13tfd_51 ._gridCellClickable_13tfd_85 ._gridCellFill_13tfd_84{fill-opacity:.55;transition:fill-opacity .2s ease}._fieldHeatmap_13tfd_11 ._fieldSvg_13tfd_50 ._gridCell_13tfd_84 ._gridCellLabel_13tfd_91,._fieldHeatmap_13tfd_11 ._fieldSvg_13tfd_50 ._gridCellClickable_13tfd_85 ._gridCellLabel_13tfd_91,._fieldHeatmap_13tfd_11 ._fieldSvgLandscape_13tfd_51 ._gridCell_13tfd_84 ._gridCellLabel_13tfd_91,._fieldHeatmap_13tfd_11 ._fieldSvgLandscape_13tfd_51 ._gridCellClickable_13tfd_85 ._gridCellLabel_13tfd_91{fill:var(--text-1);font-family:Josefin Sans,sans-serif;font-size:.125rem;font-weight:700}._fieldHeatmap_13tfd_11 ._fieldSvg_13tfd_50 ._gridCell_13tfd_84 ._gridCellSublabel_13tfd_100,._fieldHeatmap_13tfd_11 ._fieldSvg_13tfd_50 ._gridCellClickable_13tfd_85 ._gridCellSublabel_13tfd_100,._fieldHeatmap_13tfd_11 ._fieldSvgLandscape_13tfd_51 ._gridCell_13tfd_84 ._gridCellSublabel_13tfd_100,._fieldHeatmap_13tfd_11 ._fieldSvgLandscape_13tfd_51 ._gridCellClickable_13tfd_85 ._gridCellSublabel_13tfd_100{fill:#000c;font-family:Josefin Sans,sans-serif;font-size:.125rem;font-weight:400}._fieldHeatmap_13tfd_11 ._fieldSvg_13tfd_50 ._gridCellClickable_13tfd_85,._fieldHeatmap_13tfd_11 ._fieldSvgLandscape_13tfd_51 ._gridCellClickable_13tfd_85{cursor:pointer}._fieldHeatmap_13tfd_11 ._fieldSvg_13tfd_50 ._gridCellClickable_13tfd_85:hover ._gridCellFill_13tfd_84,._fieldHeatmap_13tfd_11 ._fieldSvgLandscape_13tfd_51 ._gridCellClickable_13tfd_85:hover ._gridCellFill_13tfd_84{fill-opacity:.75}._fieldHeatmap_13tfd_11 ._fieldSvg_13tfd_50 ._tryLine_13tfd_117,._fieldHeatmap_13tfd_11 ._fieldSvgLandscape_13tfd_51 ._tryLine_13tfd_117{stroke:var(--text-1);stroke-width:.8;fill:none}._fieldHeatmap_13tfd_11 ._fieldSvg_13tfd_50 ._deadBallLine_13tfd_123,._fieldHeatmap_13tfd_11 ._fieldSvgLandscape_13tfd_51 ._deadBallLine_13tfd_123,._fieldHeatmap_13tfd_11 ._fieldSvg_13tfd_50 ._line22m_13tfd_129,._fieldHeatmap_13tfd_11 ._fieldSvgLandscape_13tfd_51 ._line22m_13tfd_129{stroke:var(--text-1);stroke-width:.6;fill:none}._fieldHeatmap_13tfd_11 ._fieldSvg_13tfd_50 ._line5m_13tfd_135,._fieldHeatmap_13tfd_11 ._fieldSvgLandscape_13tfd_51 ._line5m_13tfd_135{stroke:var(--text-1);stroke-width:.3;stroke-dasharray:2 2;fill:none}._fieldHeatmap_13tfd_11 ._fieldSvg_13tfd_50 ._midfieldLine_13tfd_142,._fieldHeatmap_13tfd_11 ._fieldSvgLandscape_13tfd_51 ._midfieldLine_13tfd_142{stroke:var(--text-1);stroke-width:.7;fill:none}._fieldHeatmap_13tfd_11 ._fieldSvg_13tfd_50 ._touchline_13tfd_148,._fieldHeatmap_13tfd_11 ._fieldSvgLandscape_13tfd_51 ._touchline_13tfd_148{stroke:var(--text-1);stroke-width:.6;fill:none}._fieldHeatmap_13tfd_11 ._fieldSvg_13tfd_50 ._goalPost_13tfd_154,._fieldHeatmap_13tfd_11 ._fieldSvgLandscape_13tfd_51 ._goalPost_13tfd_154{stroke:var(--text-1);stroke-width:.4;stroke-linecap:round;fill:none}._fieldHeatmap_13tfd_11 ._fieldSvg_13tfd_50 ._fieldMarker_13tfd_161:hover,._fieldHeatmap_13tfd_11 ._fieldSvgLandscape_13tfd_51 ._fieldMarker_13tfd_161:hover{opacity:.8}._fieldHeatmap_13tfd_11 ._fieldSvg_13tfd_50 ._fieldMarkerClickable_13tfd_165,._fieldHeatmap_13tfd_11 ._fieldSvgLandscape_13tfd_51 ._fieldMarkerClickable_13tfd_165{cursor:pointer}._fieldHeatmap_13tfd_11 ._legend_13tfd_169{display:flex;align-items:center;gap:.3125rem;padding:.3125rem .9375rem;border-top:1px solid var(--border-subtle)}._fieldHeatmap_13tfd_11 ._legend_13tfd_169 ._legendGradient_13tfd_176{flex:1;height:8px;border-radius:4px;background:var(--fh-legend-gradient)}._fieldHeatmap_13tfd_11 ._legend_13tfd_169 ._legendLabel_13tfd_182{font-family:Josefin Sans,sans-serif;font-size:.125rem;color:var(--text-3);white-space:nowrap}._fieldHeatmap_13tfd_11 ._markerTooltip_13tfd_188{position:fixed;left:var(--fh-tooltip-x);top:var(--fh-tooltip-y);z-index:1000;background:#333;color:#fff;border-radius:6px;padding:.3125rem .625rem;pointer-events:none;white-space:nowrap;box-shadow:0 4px 12px #00000040}._fieldHeatmap_13tfd_11 ._markerTooltip_13tfd_188 ._markerTooltipRow_13tfd_201{display:flex;gap:.3125rem}._fieldHeatmap_13tfd_11 ._markerTooltip_13tfd_188 ._markerTooltipRow_13tfd_201 ._markerTooltipLabel_13tfd_205{color:#ffffffa6;font-family:Josefin Sans,sans-serif;font-size:.625rem;text-transform:uppercase;letter-spacing:.5px}._fieldHeatmap_13tfd_11 ._markerTooltip_13tfd_188 ._markerTooltipRow_13tfd_201 ._markerTooltipValue_13tfd_212{font-family:Josefin Sans,sans-serif;font-size:.6875rem;font-weight:600}._storyWrapper_13tfd_218{padding:1.5625rem;width:260px}._storyWrapperLandscape_13tfd_223{padding:1.5625rem;width:520px}._storySideBySide_13tfd_228{padding:1.5625rem;display:grid;grid-template-columns:1fr 1fr;gap:.9375rem;width:520px}._reportFieldMap_1qw0x_1{display:flex;justify-content:center;gap:3cm;width:100%;padding-top:.5cm}._reportFieldMap_1qw0x_1 ._field_1qw0x_8{width:12cm;height:18cm}._reportEmptyState_10lcl_1{display:flex;align-items:center;justify-content:center;width:100%;height:100%;min-height:8cm}._reportEmptyState_10lcl_1 ._message_10lcl_9{font-size:24pt;font-weight:700;color:#6b6980;text-align:center;text-transform:uppercase;letter-spacing:.05em}._widgetPreviewTries_1siwc_6{position:relative;width:100%}._widgetPreviewAttack_9eyir_8 ._valueTypeDropdown_9eyir_8{top:var(--valuetype-dropdown-top)}._widgetPreviewAttack_9eyir_8{position:relative;width:100%}._widgetPreviewAttack_9eyir_8 ._efficiencyCharts_9eyir_15{display:flex;gap:.9375rem}@media(max-width:1024px){._widgetPreviewAttack_9eyir_8 ._efficiencyCharts_9eyir_15{flex-direction:column}}._widgetPreviewAttack_9eyir_8 ._efficiencyCharts_9eyir_15 ._efficiencyChart_9eyir_15{flex:1;min-width:0}._widgetPreviewDefence_avub9_6,._widgetPreviewRucks_11y0s_6{position:relative;width:100%}._widgetPreviewPenaltyKicks_193zb_6{width:100%}@font-face{font-family:Josefin Sans;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/josefinsans/v32/Qw3PZQNVED7rKGKxtqIqX5E-AVSJrOCfjY46_DjQbMZhLybpUVzEEQ.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}._widgetPreviewKicks_9ecqt_26{position:relative;width:100%}._widgetPreviewKicks_9ecqt_26 ._zonedChart_9ecqt_30 ._zoneControl_9ecqt_30{display:flex;justify-content:center;margin-bottom:.625rem}._widgetPreviewKicks_9ecqt_26 ._mapView_9ecqt_35{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem}@media(max-width:1024px){._widgetPreviewKicks_9ecqt_26 ._mapView_9ecqt_35{padding:.625rem;gap:.625rem}}._widgetPreviewKicks_9ecqt_26 ._mapView_9ecqt_35 ._kickTypeFilter_9ecqt_47{display:flex;flex-direction:column;gap:.3125rem}._widgetPreviewKicks_9ecqt_26 ._mapView_9ecqt_35 ._kickTypeFilter_9ecqt_47 ._filterLabel_9ecqt_52{font-family:Josefin Sans,sans-serif;font-size:.6875rem;font-weight:600;color:var(--label-color, var(--text-2));text-transform:uppercase;letter-spacing:.5px}._widgetPreviewKicks_9ecqt_26 ._mapView_9ecqt_35 ._fieldColumns_9ecqt_60{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}._widgetPreviewKicks_9ecqt_26 ._mapView_9ecqt_35 ._fieldColumn_9ecqt_60{display:flex;flex-direction:column;gap:.625rem}@media(max-width:1024px){._widgetPreviewKicks_9ecqt_26 ._mapView_9ecqt_35 ._fieldColumns_9ecqt_60{grid-template-columns:1fr;gap:.625rem}}._widgetPreviewKicks_9ecqt_26 ._mapView_9ecqt_35 ._fieldColumns_9ecqt_60 svg line[stroke]:not([stroke=transparent]){stroke-width:.4}._kickTypeOptionLabel_9ecqt_80{display:flex;align-items:center;gap:.3125rem;font-size:.6875rem}._kickTypeOptionLabel_9ecqt_80 ._kickTypeOptionDot_9ecqt_86{display:inline-block;width:10px;height:10px;border-radius:50%;flex-shrink:0}._kickTypeOptionLabel_9ecqt_80 ._kickTypeOptionDot_9ecqt_86._dotClearance_9ecqt_93{background-color:#00f}._kickTypeOptionLabel_9ecqt_80 ._kickTypeOptionDot_9ecqt_86._dotShort_9ecqt_96{background-color:#16a34a}._kickTypeOptionLabel_9ecqt_80 ._kickTypeOptionDot_9ecqt_86._dotPressure_9ecqt_99{background-color:#f60}._kickTypeOptionLabel_9ecqt_80 ._kickTypeOptionDot_9ecqt_86._dotFieldOccupation_9ecqt_102{background-color:#146714}._kickTypeOptionLabel_9ecqt_80 ._kickTypeOptionDot_9ecqt_86._dotOutFieldOccupation_9ecqt_105{background-color:var(--surface-brand)}._kickTypeOptionLabel_9ecqt_80 ._kickTypeOptionDot_9ecqt_86._dotPass_9ecqt_108{background-color:#ff9f00}._kickTypeOptionLabel_9ecqt_80 ._kickTypeOptionDot_9ecqt_86._dotPenalty_9ecqt_111{background-color:#e30613}._kickTypeOptionLabel_9ecqt_80 ._kickTypeOptionDot_9ecqt_86._dotFreeKick_9ecqt_114{background-color:#666}._kickTypeOptionLabel_9ecqt_80 ._kickTypeOptionDot_9ecqt_86._dotMark_9ecqt_117{background-color:#333}._widgetPreviewRestarts_19hod_8 ._typeDropdown_19hod_8{top:var(--type-dropdown-top)}._widgetPreviewRestarts_19hod_8{position:relative;width:100%}._widgetPreviewRestarts_19hod_8 ._dirControls_19hod_15{display:flex;justify-content:flex-end;padding:.625rem .9375rem 0}._pageGamePreviewIndividualDownloads_7gl1x_1{display:flex;flex-direction:column;gap:1.5rem;width:100%;padding:1.5rem}._pageGamePreviewIndividualDownloads_7gl1x_1 ._title_7gl1x_8{margin:0;font-size:1.4rem;font-weight:800;color:var(--text-strong)}._pageGamePreviewIndividualDownloads_7gl1x_1 ._backButton_7gl1x_14{align-self:flex-start;padding:.5rem 1rem;border:1px solid var(--border-1);border-radius:.5rem;background:var(--surface-1);color:var(--text-strong);font-weight:600;cursor:pointer}._pageGamePreviewIndividualDownloads_7gl1x_1 ._backButton_7gl1x_14:hover{border-color:var(--border-strong);background:var(--surface-2)}._pageGamePreviewIndividualDownloads_7gl1x_1 ._grid_7gl1x_28{display:grid;grid-template-columns:repeat(auto-fill,minmax(11rem,1fr));gap:1rem}._pageGamePreviewCollective_13shj_1{--placeholder: 0}@font-face{font-family:Josefin Sans;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/josefinsans/v32/Qw3PZQNVED7rKGKxtqIqX5E-AVSJrOCfjY46_DjQbMZhLybpUVzEEQ.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}._widgetPreviewSquads_1b2pm_11{width:100%}._widgetPreviewSquads_1b2pm_11 ._tables_1b2pm_14{display:flex;gap:.9375rem;padding:.9375rem}@media(max-width:1024px){._widgetPreviewSquads_1b2pm_11 ._tables_1b2pm_14{flex-direction:column;padding:.625rem;gap:.625rem}}._widgetPreviewSquads_1b2pm_11 ._tables_1b2pm_14 ._teamTable_1b2pm_26{flex:1;min-width:0}._widgetPreviewSquads_1b2pm_11 ._tables_1b2pm_14 ._teamTable_1b2pm_26 ._teamTitle_1b2pm_30{text-align:center;font-size:1rem;font-weight:700;font-family:Josefin Sans;margin-bottom:.3125rem}@media(max-width:1024px){._widgetPreviewSquads_1b2pm_11 ._squadsDataTable_1b2pm_38{overflow-x:hidden}._widgetPreviewSquads_1b2pm_11 ._squadsDataTable_1b2pm_38 table{table-layout:fixed;width:100%}._widgetPreviewSquads_1b2pm_11 ._squadsDataTable_1b2pm_38 th:first-child,._widgetPreviewSquads_1b2pm_11 ._squadsDataTable_1b2pm_38 td:first-child{width:55%}}@media(max-width:768px){._widgetPreviewSquads_1b2pm_11 ._squadsDataTable_1b2pm_38 th:not(:first-child){white-space:normal!important;word-break:break-word;text-align:center;font-size:.6875rem}}._widgetPreviewSquads_1b2pm_11 ._playerCell_1b2pm_58{display:flex;align-items:center;gap:.3125rem;min-width:0}._widgetPreviewSquads_1b2pm_11 ._playerCell_1b2pm_58 ._playerPhoto_1b2pm_64{height:32px;width:32px;border-radius:50%;object-fit:cover;flex-shrink:0}@media(max-width:768px){._widgetPreviewSquads_1b2pm_11 ._playerCell_1b2pm_58 ._playerPhoto_1b2pm_64{height:24px;width:24px}}._widgetPreviewSquads_1b2pm_11 ._playerCell_1b2pm_58 ._playerName_1b2pm_77{font-size:.75rem;color:var(--text-strong)}@media(max-width:1024px){._widgetPreviewSquads_1b2pm_11 ._playerCell_1b2pm_58 ._playerName_1b2pm_77{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}._emptyNotice_1b2pm_90{margin:0;padding:2.5rem 1rem;text-align:center;font-weight:600;color:var(--text-3)}._pageGamePreviewIndividualLineups_6b8pj_1,._pageGamePreviewIndividualMatchDetails_qursh_1{display:flex;flex-direction:column;gap:16px}._pageGamePreviewIndividualMatchDetails_qursh_1 ._cards_qursh_6{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px}._pageGamePreviewIndividualHeadToHead_1taqo_1,._pageGamePreviewIndividualRankings_2wsbh_1,._pageGamePreviewIndividualPossessionOccupation_hv6qu_1,._pageGamePreviewIndividualPoints_1gpfc_1,._pageGamePreviewIndividualTries_ae4pp_1,._pageGamePreviewIndividualAttack_17szo_1,._pageGamePreviewIndividualDefence_1vu8e_1,._pageGamePreviewIndividualDiscipline_1w2ku_1,._pageGamePreviewIndividualRucks_rgolz_1,._pageGamePreviewIndividualBallsLost_1vxvo_1,._pageGamePreviewIndividualTurnovers_kj4fo_1,._pageGamePreviewIndividualScrums_p6c7h_1,._pageGamePreviewIndividualLineouts_229k4_1,._pageGamePreviewIndividualPenaltyKicks_fr1mb_1,._pageGamePreviewIndividualKicks_1lu7v_1,._pageGamePreviewIndividualAerialDuels_bqzvi_1,._pageGamePreviewIndividualRestarts_1jxxt_1,._pageGamePreviewIndividualGoalKicks_1kx34_1{display:flex;flex-direction:column;gap:16px}._pageGamePreviewIndividual_12ocz_1{--placeholder: 0}._codingCoverageNotice_fkmmu_4{display:flex;align-items:center;justify-content:center;width:100%;padding:.625rem .9375rem;border:1px solid #ff6600;border-radius:12px;background-color:#ff660014}._codingCoverageNotice_fkmmu_4 ._message_fkmmu_14{color:var(--text-2);font-size:.875rem;font-weight:600;text-align:center}@font-face{font-family:Josefin Sans;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/josefinsans/v32/Qw3PZQNVED7rKGKxtqIqX5E-AVSJrOCfjY46_DjQbMZhLybpUVzEEQ.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}._playerMetricSelect_12wsj_11{display:flex;flex-direction:column;gap:.125rem;min-width:180px}@media(max-width:768px){._playerMetricSelect_12wsj_11{min-width:0;width:100%}}._playerMetricSelect_12wsj_11 ._label_12wsj_23{font-family:Josefin Sans,sans-serif;font-size:.6875rem;font-weight:700;color:var(--text-3);text-transform:uppercase;letter-spacing:.5px}._playerMetricSelect_12wsj_11 ._select_12wsj_31{font-family:Josefin Sans,sans-serif;font-size:.75rem;color:var(--text-strong);background-color:var(--surface-1);border:1px solid rgba(13,3,52,.3);border-radius:6px;padding:.3125rem .625rem;cursor:pointer}._playerMetricSelect_12wsj_11 ._select_12wsj_31:disabled{cursor:default;opacity:.6}@font-face{font-family:Josefin Sans;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/josefinsans/v32/Qw3PZQNVED7rKGKxtqIqX5E-AVSJrOCfjY46_DjQbMZhLybpUVzEEQ.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}._widgetGameIndividualStatsControls_1kr19_11{display:flex;align-items:center;gap:1.25rem;padding:.625rem .9375rem;background-color:var(--surface-1);border-radius:12px;border:1px solid var(--border-subtle);box-shadow:var(--shadow-1);flex-wrap:wrap}@media(max-width:768px){._widgetGameIndividualStatsControls_1kr19_11{flex-direction:column;align-items:flex-start;gap:.625rem}}._widgetGameIndividualStatsControls_1kr19_11 ._viewButtons_1kr19_29{display:flex;gap:.3125rem;flex-shrink:0}._widgetGameIndividualStatsControls_1kr19_11 ._viewButtons_1kr19_29 ._viewButton_1kr19_29{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border:2px solid transparent;border-radius:8px;background:transparent;cursor:pointer;transition:border-color .15s ease,background-color .15s ease}._widgetGameIndividualStatsControls_1kr19_11 ._viewButtons_1kr19_29 ._viewButton_1kr19_29:hover{background-color:#0d03340f;border-color:#0d033433}._widgetGameIndividualStatsControls_1kr19_11 ._viewButtons_1kr19_29 ._viewButton_1kr19_29._active_1kr19_50{background-color:#0d03341a;border-color:var(--surface-brand)}._widgetGameIndividualStatsControls_1kr19_11 ._viewButtons_1kr19_29 ._viewButton_1kr19_29 ._viewIcon_1kr19_54{width:32px;height:32px;object-fit:contain}._widgetGameIndividualStatsControls_1kr19_11 ._selectors_1kr19_59{display:flex;gap:.9375rem;flex-wrap:wrap;flex:1}@media(max-width:768px){._widgetGameIndividualStatsControls_1kr19_11 ._selectors_1kr19_59{flex-direction:column;width:100%}}._widgetGameIndividualStatsControls_1kr19_11 ._selectors_1kr19_59 ._selectorGroup_1kr19_71{display:flex;flex-direction:column;gap:.125rem;min-width:180px}@media(max-width:768px){._widgetGameIndividualStatsControls_1kr19_11 ._selectors_1kr19_59 ._selectorGroup_1kr19_71{min-width:0;width:100%}}._widgetGameIndividualStatsControls_1kr19_11 ._selectors_1kr19_59 ._selectorGroup_1kr19_71 ._label_1kr19_83{font-family:Josefin Sans,sans-serif;font-size:.6875rem;font-weight:700;color:var(--text-3);text-transform:uppercase;letter-spacing:.5px}._widgetGameIndividualStatsControls_1kr19_11 ._selectors_1kr19_59 ._selectorGroup_1kr19_71 ._select_1kr19_59{font-family:Josefin Sans,sans-serif;font-size:.75rem;color:var(--text-strong);background-color:var(--surface-1);border:1px solid rgba(13,3,52,.3);border-radius:6px;padding:.3125rem .625rem;cursor:pointer;appearance:auto}._widgetGameIndividualStatsControls_1kr19_11 ._selectors_1kr19_59 ._selectorGroup_1kr19_71 ._select_1kr19_59:focus{outline:2px solid var(--focus-ring);outline-offset:2px}._widgetGameIndividualStatsControls_1kr19_11 ._selectors_1kr19_59 ._selectorGroup_1kr19_71 ._select_1kr19_59:hover{border-color:var(--surface-brand)}._widgetGameIndividualStatsControls_1kr19_11 ._selectors_1kr19_59 ._selectorGroup_1kr19_71 ._select_1kr19_59:disabled{opacity:.5;cursor:not-allowed}@font-face{font-family:Josefin Sans;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/josefinsans/v32/Qw3PZQNVED7rKGKxtqIqX5E-AVSJrOCfjY46_DjQbMZhLybpUVzEEQ.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}._horizontalBarChart_7vpzz_11{width:var(--hbc-width, 400px);height:var(--hbc-height, 100%);display:flex;flex-direction:column;overflow:hidden;border-radius:12px;border:1px solid var(--border-subtle);box-shadow:var(--shadow-1);background-color:var(--surface-1);color:var(--text-1);transition:box-shadow .2s ease}._horizontalBarChart_7vpzz_11:hover{box-shadow:var(--shadow-2)}._horizontalBarChart_7vpzz_11 ._header_7vpzz_27{display:flex;align-items:center;background-color:var(--surface-brand);padding:.625rem .9375rem;flex-shrink:0}._horizontalBarChart_7vpzz_11 ._header_7vpzz_27 ._title_7vpzz_34{font-family:Josefin Sans,sans-serif;font-size:.75rem;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:1px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._horizontalBarChart_7vpzz_11 ._legend_7vpzz_45{display:flex;flex-wrap:wrap;gap:.625rem;padding:.3125rem .9375rem;border-bottom:1px solid var(--border-subtle);flex-shrink:0}._horizontalBarChart_7vpzz_11 ._legend_7vpzz_45 ._legendItem_7vpzz_53{display:flex;align-items:center;gap:.3125rem}._horizontalBarChart_7vpzz_11 ._legend_7vpzz_45 ._legendItem_7vpzz_53 ._legendSwatch_7vpzz_58{display:inline-block;width:10px;height:10px;border-radius:3px;flex-shrink:0;background-color:var(--hbc-swatch-color, #0d0334)}._horizontalBarChart_7vpzz_11 ._legend_7vpzz_45 ._legendItem_7vpzz_53 ._legendLabel_7vpzz_66{font-size:.6875rem;font-weight:500;color:var(--text-2)}._horizontalBarChart_7vpzz_11 ._body_7vpzz_71{display:flex;flex-direction:column;padding:.625rem 0;overflow-y:auto;flex:1}._horizontalBarChart_7vpzz_11 ._body_7vpzz_71 ._row_7vpzz_78{display:flex;align-items:flex-start;gap:.625rem;padding:.3125rem .9375rem;transition:background-color .15s ease;background:none;border:none;font:inherit;color:inherit;text-align:left;width:100%;box-sizing:border-box}._horizontalBarChart_7vpzz_11 ._body_7vpzz_71 ._row_7vpzz_78._clickable_7vpzz_92{cursor:pointer}._horizontalBarChart_7vpzz_11 ._body_7vpzz_71 ._row_7vpzz_78._clickable_7vpzz_92:hover{background-color:#00000008}._horizontalBarChart_7vpzz_11 ._body_7vpzz_71 ._row_7vpzz_78._clickable_7vpzz_92:hover ._bar_7vpzz_98{filter:brightness(1.15)}._horizontalBarChart_7vpzz_11 ._body_7vpzz_71 ._row_7vpzz_78 ._labelCell_7vpzz_101{width:130px;display:flex;align-items:flex-start;gap:.3125rem;flex-shrink:0}._horizontalBarChart_7vpzz_11 ._body_7vpzz_71 ._row_7vpzz_78 ._labelCell_7vpzz_101 ._labelImage_7vpzz_108{width:var(--hbc-image-size, 28px);height:var(--hbc-image-size, 28px);border-radius:50%;object-fit:cover;object-position:center 15%;flex-shrink:0}._horizontalBarChart_7vpzz_11 ._body_7vpzz_71 ._row_7vpzz_78 ._labelCell_7vpzz_101 ._labelImageSpacer_7vpzz_116{width:var(--hbc-image-size, 28px);height:var(--hbc-image-size, 28px);flex-shrink:0}._horizontalBarChart_7vpzz_11 ._body_7vpzz_71 ._row_7vpzz_78 ._labelCell_7vpzz_101 ._label_7vpzz_101{font-size:.75rem;font-weight:500;color:var(--text-2);min-width:0;overflow-wrap:break-word;word-break:break-word}._horizontalBarChart_7vpzz_11 ._body_7vpzz_71 ._row_7vpzz_78 ._barStartImage_7vpzz_129{width:var(--hbc-image-size, 28px);height:var(--hbc-image-size, 28px);border-radius:50%;object-fit:cover;object-position:center 15%;flex-shrink:0;border:2px solid #ffffff;box-shadow:0 0 0 1px #0000001f}._horizontalBarChart_7vpzz_11 ._body_7vpzz_71 ._row_7vpzz_78 ._barStartImageSpacer_7vpzz_139{width:var(--hbc-image-size, 28px);height:var(--hbc-image-size, 28px);flex-shrink:0}._horizontalBarChart_7vpzz_11 ._body_7vpzz_71 ._row_7vpzz_78 ._barTrack_7vpzz_144{flex:1;height:10px;background-color:#00000012;border-radius:999px;overflow:hidden}._horizontalBarChart_7vpzz_11 ._body_7vpzz_71 ._row_7vpzz_78 ._barTrack_7vpzz_144 ._bar_7vpzz_98{height:100%;border-radius:999px;width:var(--hbc-bar-width, 0%);background-color:var(--hbc-bar-color, #0d0334);transition:width .4s ease}._horizontalBarChart_7vpzz_11 ._body_7vpzz_71 ._row_7vpzz_78 ._barTrack_7vpzz_144 ._bar_7vpzz_98._noAnimation_7vpzz_158{transition:none}._horizontalBarChart_7vpzz_11 ._body_7vpzz_71 ._row_7vpzz_78 ._value_7vpzz_161{min-width:56px;text-align:right;font-size:.75rem;font-weight:600;font-variant-numeric:tabular-nums;color:var(--text-2);flex-shrink:0}._horizontalBarChart_7vpzz_11 ._body_7vpzz_71 ._groupedItem_7vpzz_170{display:flex;flex-direction:column;gap:.3125rem;padding:.3125rem .9375rem;transition:background-color .15s ease;background:none;border:none;font:inherit;color:inherit;text-align:left;width:100%;box-sizing:border-box}._horizontalBarChart_7vpzz_11 ._body_7vpzz_71 ._groupedItem_7vpzz_170._clickable_7vpzz_92{cursor:pointer}._horizontalBarChart_7vpzz_11 ._body_7vpzz_71 ._groupedItem_7vpzz_170._clickable_7vpzz_92:hover{background-color:#00000008}._horizontalBarChart_7vpzz_11 ._body_7vpzz_71 ._groupedItem_7vpzz_170 ._groupCategory_7vpzz_190{font-size:.75rem;font-weight:700;color:var(--text-2)}._horizontalBarChart_7vpzz_11 ._body_7vpzz_71 ._groupedItem_7vpzz_170 ._seriesRows_7vpzz_195{display:flex;flex-direction:column;gap:.3125rem}._horizontalBarChart_7vpzz_11 ._body_7vpzz_71 ._groupedItem_7vpzz_170 ._seriesRows_7vpzz_195 ._seriesRow_7vpzz_195{display:flex;align-items:center;gap:.625rem}._horizontalBarChart_7vpzz_11 ._body_7vpzz_71 ._groupedItem_7vpzz_170 ._seriesRows_7vpzz_195 ._seriesRow_7vpzz_195 ._seriesName_7vpzz_205{width:90px;font-size:.6875rem;font-weight:500;color:var(--text-3);flex-shrink:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._horizontalBarChart_7vpzz_11 ._body_7vpzz_71 ._groupedItem_7vpzz_170 ._seriesRows_7vpzz_195 ._seriesRow_7vpzz_195 ._barTrack_7vpzz_144{flex:1;height:8px;background-color:#00000012;border-radius:999px;overflow:hidden}._horizontalBarChart_7vpzz_11 ._body_7vpzz_71 ._groupedItem_7vpzz_170 ._seriesRows_7vpzz_195 ._seriesRow_7vpzz_195 ._barTrack_7vpzz_144 ._bar_7vpzz_98{height:100%;border-radius:999px;width:var(--hbc-bar-width, 0%);background-color:var(--hbc-bar-color, #0d0334);transition:width .4s ease}._horizontalBarChart_7vpzz_11 ._body_7vpzz_71 ._groupedItem_7vpzz_170 ._seriesRows_7vpzz_195 ._seriesRow_7vpzz_195 ._barTrack_7vpzz_144 ._bar_7vpzz_98._noAnimation_7vpzz_158{transition:none}._horizontalBarChart_7vpzz_11 ._body_7vpzz_71 ._groupedItem_7vpzz_170 ._seriesRows_7vpzz_195 ._seriesRow_7vpzz_195 ._value_7vpzz_161{min-width:40px;text-align:right;font-size:.6875rem;font-weight:600;font-variant-numeric:tabular-nums;color:var(--text-2);flex-shrink:0}._widgetGameIndividualStatsBarChart_t4gmf_3{width:100%}._widgetGameIndividualStatsBarChart_t4gmf_3 ._chartWrapper_t4gmf_6{padding:.625rem}._widgetGameIndividualStatsScatterChart_cz1n7_3{width:100%}._widgetGameIndividualStatsScatterChart_cz1n7_3 ._chartWrapper_cz1n7_6{padding:.625rem}._widgetGameIndividualStatsTable_kk1pc_3{width:100%}._widgetGameIndividualStatsTable_kk1pc_3 ._playerName_kk1pc_6{display:flex;align-items:center;gap:.3125rem}._widgetGameIndividualStatsTable_kk1pc_3 ._playerName_kk1pc_6 ._teamDot_kk1pc_11{display:inline-block;width:10px;height:10px;border-radius:50%;flex-shrink:0;background-color:var(--team-color, #0d0334)}._pageGameCompletedIndividualStatisticsDetails_vxogv_3{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem}._pageGameCompletedIndividualStatisticsDetails_vxogv_3 ._visualization_vxogv_9{width:100%}@font-face{font-family:Josefin Sans;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/josefinsans/v32/Qw3PZQNVED7rKGKxtqIqX5E-AVSJrOCfjY46_DjQbMZhLybpUVzEEQ.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}._card_qgrhr_11{display:flex;flex-direction:column;overflow:hidden;height:var(--card-height, auto);width:var(--card-width, 100%);border-radius:12px;border:1px solid var(--border-subtle);box-shadow:var(--shadow-1);background-color:var(--surface-1);color:var(--text-1);transition:box-shadow .2s ease}._card_qgrhr_11:hover{box-shadow:var(--shadow-2)}._card_qgrhr_11:hover ._label_qgrhr_27._clickable_qgrhr_27 ._labelPlayIcon_qgrhr_27{opacity:1}._card_qgrhr_11 ._header_qgrhr_30{display:flex;align-items:center;justify-content:center;background-color:var(--surface-brand);padding:.625rem .9375rem;flex-shrink:0}@media(max-width:768px){._card_qgrhr_11 ._header_qgrhr_30{padding:.3125rem .625rem}}._card_qgrhr_11 ._header_qgrhr_30 ._label_qgrhr_27{font-family:Josefin Sans,sans-serif;font-size:.75rem;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:1px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media(max-width:768px){._card_qgrhr_11 ._header_qgrhr_30 ._label_qgrhr_27{font-size:.6875rem}}._card_qgrhr_11 ._header_qgrhr_30 ._label_qgrhr_27._clickable_qgrhr_27{display:flex;align-items:center;gap:.3125rem;background:none;border:none;padding:0;cursor:pointer}@media(max-width:1024px){._card_qgrhr_11 ._header_qgrhr_30 ._label_qgrhr_27._clickable_qgrhr_27{min-height:44px}}._card_qgrhr_11 ._header_qgrhr_30 ._label_qgrhr_27 ._labelPlayIcon_qgrhr_27{width:14px;height:14px;flex-shrink:0;opacity:0;transition:opacity .15s ease}@media(max-width:1024px){._card_qgrhr_11 ._header_qgrhr_30 ._label_qgrhr_27 ._labelPlayIcon_qgrhr_27{opacity:1}}._card_qgrhr_11 ._body_qgrhr_85{display:flex;align-items:center;padding:1.25rem;gap:.625rem;flex:1;min-height:0}@media(max-width:1024px){._card_qgrhr_11 ._body_qgrhr_85{padding:.9375rem;gap:.3125rem}}@media(max-width:768px){._card_qgrhr_11 ._body_qgrhr_85{padding:.625rem;gap:.3125rem}}._card_qgrhr_11 ._body_qgrhr_85:hover ._leftValueCell_qgrhr_105._clickable_qgrhr_27 ._playIcon_qgrhr_105,._card_qgrhr_11 ._body_qgrhr_85:hover ._rightValueCell_qgrhr_106._clickable_qgrhr_27 ._playIcon_qgrhr_105{opacity:1}._card_qgrhr_11 ._body_qgrhr_85 ._leftValueCell_qgrhr_105{display:flex;align-items:center;gap:.3125rem;background:none;border:none;padding:0}@media(max-width:768px){._card_qgrhr_11 ._body_qgrhr_85 ._leftValueCell_qgrhr_105{gap:.125rem}}._card_qgrhr_11 ._body_qgrhr_85 ._leftValueCell_qgrhr_105._clickable_qgrhr_27{cursor:pointer}@media(max-width:1024px){._card_qgrhr_11 ._body_qgrhr_85 ._leftValueCell_qgrhr_105._clickable_qgrhr_27{min-height:44px}}._card_qgrhr_11 ._body_qgrhr_85 ._leftValueCell_qgrhr_105 ._playIcon_qgrhr_105{width:14px;height:14px;flex-shrink:0;opacity:0;transition:opacity .15s ease}@media(max-width:1024px){._card_qgrhr_11 ._body_qgrhr_85 ._leftValueCell_qgrhr_105 ._playIcon_qgrhr_105{opacity:1}}._card_qgrhr_11 ._body_qgrhr_85 ._rightValueCell_qgrhr_106{display:flex;align-items:center;gap:.3125rem;background:none;border:none;padding:0}@media(max-width:768px){._card_qgrhr_11 ._body_qgrhr_85 ._rightValueCell_qgrhr_106{gap:.125rem}}._card_qgrhr_11 ._body_qgrhr_85 ._rightValueCell_qgrhr_106._clickable_qgrhr_27{cursor:pointer}@media(max-width:1024px){._card_qgrhr_11 ._body_qgrhr_85 ._rightValueCell_qgrhr_106._clickable_qgrhr_27{min-height:44px}}._card_qgrhr_11 ._body_qgrhr_85 ._rightValueCell_qgrhr_106 ._playIcon_qgrhr_105{width:14px;height:14px;flex-shrink:0;opacity:0;transition:opacity .15s ease}@media(max-width:1024px){._card_qgrhr_11 ._body_qgrhr_85 ._rightValueCell_qgrhr_106 ._playIcon_qgrhr_105{opacity:1}}._card_qgrhr_11 ._body_qgrhr_85 ._sideLeft_qgrhr_175{flex:1;display:flex;flex-direction:column;align-items:flex-end;gap:.3125rem}._card_qgrhr_11 ._body_qgrhr_85 ._sideLeft_qgrhr_175 ._value_qgrhr_182{color:var(--left-color)}._card_qgrhr_11 ._body_qgrhr_85 ._sideRight_qgrhr_185{flex:1;display:flex;flex-direction:column;align-items:flex-start;gap:.3125rem}._card_qgrhr_11 ._body_qgrhr_85 ._sideRight_qgrhr_185 ._value_qgrhr_182{color:var(--right-color)}._card_qgrhr_11 ._body_qgrhr_85 ._value_qgrhr_182{font-family:Josefin Sans,sans-serif;font-size:2.25rem;font-weight:800;line-height:1;transition:color .2s ease}@media(max-width:1024px){._card_qgrhr_11 ._body_qgrhr_85 ._value_qgrhr_182{font-size:1.5rem}}@media(max-width:768px){._card_qgrhr_11 ._body_qgrhr_85 ._value_qgrhr_182{font-size:1.25rem}}._card_qgrhr_11 ._body_qgrhr_85._bodySingle_qgrhr_212{justify-content:center}._card_qgrhr_11 ._body_qgrhr_85._bodySingle_qgrhr_212 ._value_qgrhr_182{color:var(--left-color)}._card_qgrhr_11 ._body_qgrhr_85 ._badge_qgrhr_218{font-size:.6875rem;font-weight:500;color:var(--text-3);letter-spacing:.3px}._card_qgrhr_11 ._body_qgrhr_85 ._separator_qgrhr_224{font-size:.6875rem;font-weight:700;color:var(--text-4);text-transform:uppercase;letter-spacing:1.5px;flex-shrink:0}._card_qgrhr_11 ._bodyWithPlayers_qgrhr_232{display:flex;align-items:center;padding:.9375rem;gap:.625rem;flex:1}@media(max-width:768px){._card_qgrhr_11 ._bodyWithPlayers_qgrhr_232{padding:.625rem;gap:.3125rem}}._card_qgrhr_11 ._bodyWithPlayers_qgrhr_232 ._sideLeft_qgrhr_175{flex:1;display:flex;flex-direction:column;align-items:flex-end}._card_qgrhr_11 ._bodyWithPlayers_qgrhr_232 ._sideLeft_qgrhr_175 ._items_qgrhr_251{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.125rem}._card_qgrhr_11 ._bodyWithPlayers_qgrhr_232 ._sideLeft_qgrhr_175 ._items_qgrhr_251 ._item_qgrhr_251{font-size:.6875rem;color:var(--text-2);text-align:right}._card_qgrhr_11 ._bodyWithPlayers_qgrhr_232 ._sideRight_qgrhr_185{flex:1;display:flex;flex-direction:column;align-items:flex-start}._card_qgrhr_11 ._bodyWithPlayers_qgrhr_232 ._sideRight_qgrhr_185 ._items_qgrhr_251{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.125rem}._card_qgrhr_11 ._bodyWithPlayers_qgrhr_232 ._sideRight_qgrhr_185 ._items_qgrhr_251 ._item_qgrhr_251{font-size:.6875rem;color:var(--text-2);text-align:left}._card_qgrhr_11 ._bodyWithPlayers_qgrhr_232 ._centerScore_qgrhr_283{display:flex;align-items:center;gap:.3125rem;flex-shrink:0}._card_qgrhr_11 ._bodyWithPlayers_qgrhr_232 ._centerScore_qgrhr_283 ._leftScoreValue_qgrhr_289{font-family:Josefin Sans,sans-serif;font-size:2.25rem;font-weight:800;line-height:1;color:var(--left-color);transition:color .2s ease}@media(max-width:1024px){._card_qgrhr_11 ._bodyWithPlayers_qgrhr_232 ._centerScore_qgrhr_283 ._leftScoreValue_qgrhr_289{font-size:1.5rem}}@media(max-width:768px){._card_qgrhr_11 ._bodyWithPlayers_qgrhr_232 ._centerScore_qgrhr_283 ._leftScoreValue_qgrhr_289{font-size:1.25rem}}._card_qgrhr_11 ._bodyWithPlayers_qgrhr_232 ._centerScore_qgrhr_283 ._separator_qgrhr_224{font-size:.6875rem;font-weight:700;color:var(--text-4);text-transform:uppercase;letter-spacing:1.5px}._card_qgrhr_11 ._bodyWithPlayers_qgrhr_232 ._centerScore_qgrhr_283 ._rightScoreValue_qgrhr_314{font-family:Josefin Sans,sans-serif;font-size:2.25rem;font-weight:800;line-height:1;color:var(--right-color);transition:color .2s ease}@media(max-width:1024px){._card_qgrhr_11 ._bodyWithPlayers_qgrhr_232 ._centerScore_qgrhr_283 ._rightScoreValue_qgrhr_314{font-size:1.5rem}}@media(max-width:768px){._card_qgrhr_11 ._bodyWithPlayers_qgrhr_232 ._centerScore_qgrhr_283 ._rightScoreValue_qgrhr_314{font-size:1.25rem}}._card_qgrhr_11 ._entries_qgrhr_332{display:grid;grid-template-columns:repeat(var(--entry-count, 2),minmax(0,1fr));gap:.3125rem;padding:.9375rem}@media(max-width:768px){._card_qgrhr_11 ._entries_qgrhr_332{grid-template-columns:repeat(2,minmax(0,1fr))}}._card_qgrhr_11 ._entries_qgrhr_332 ._entry_qgrhr_343{display:flex;flex-direction:column;align-items:center;gap:.125rem;padding:.3125rem;border-radius:8px;border:1px solid transparent}._card_qgrhr_11 ._entries_qgrhr_332 ._entry_qgrhr_343._entryBest_qgrhr_352{border-color:var(--entry-color);background-color:#00000008}._card_qgrhr_11 ._entries_qgrhr_332 ._entry_qgrhr_343 ._subject_qgrhr_356{display:flex;align-items:center;gap:.3125rem;max-width:100%}._card_qgrhr_11 ._entries_qgrhr_332 ._entry_qgrhr_343 ._subject_qgrhr_356 ._subjectPhoto_qgrhr_362{width:1.25rem;height:1.25rem;border-radius:50%;object-fit:cover;object-position:top center;border:1px solid var(--entry-color)}._card_qgrhr_11 ._entries_qgrhr_332 ._entry_qgrhr_343 ._subject_qgrhr_356 ._subjectName_qgrhr_370{font-size:.6875rem;font-weight:600;color:var(--text-3);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._card_qgrhr_11 ._entries_qgrhr_332 ._entry_qgrhr_343 ._entryValueLine_qgrhr_378{display:flex;align-items:center;gap:.3125rem}._card_qgrhr_11 ._entries_qgrhr_332 ._entry_qgrhr_343 ._entryValueLine_qgrhr_378 ._entryValue_qgrhr_378{font-size:1.5rem;font-weight:800;color:var(--entry-color);line-height:1.1}@media(max-width:768px){._card_qgrhr_11 ._entries_qgrhr_332 ._entry_qgrhr_343 ._entryValueLine_qgrhr_378 ._entryValue_qgrhr_378{font-size:1.25rem}}._card_qgrhr_11 ._entries_qgrhr_332 ._entry_qgrhr_343 ._entryValueLine_qgrhr_378 ._entryVideoButton_qgrhr_394{display:flex;align-items:center;justify-content:center;padding:.125rem;border:none;border-radius:4px;background-color:#0000000f;cursor:pointer}._card_qgrhr_11 ._entries_qgrhr_332 ._entry_qgrhr_343 ._entryValueLine_qgrhr_378 ._entryVideoButton_qgrhr_394:disabled{opacity:.3;cursor:default}._card_qgrhr_11 ._entries_qgrhr_332 ._entry_qgrhr_343 ._badge_qgrhr_218{font-size:.625rem;color:var(--text-3);text-align:center}._card_qgrhr_11 ._shareBar_qgrhr_413{display:flex;height:.5rem;margin:0 .9375rem .9375rem;border-radius:4px;overflow:hidden;background-color:#0000000f}._card_qgrhr_11 ._shareBar_qgrhr_413 ._shareSegment_qgrhr_421{width:var(--entry-share, 0%);background-color:var(--entry-color)}._card_qgrhr_11 ._comparisonBar_qgrhr_425{display:flex;height:8px;flex-shrink:0}._card_qgrhr_11 ._comparisonBar_qgrhr_425 ._barLeft_qgrhr_430{height:100%;width:var(--left-pct);background-color:var(--left-color);transition:width .5s ease}._card_qgrhr_11 ._comparisonBar_qgrhr_425 ._barRight_qgrhr_436{height:100%;flex:1;background-color:var(--right-color)}._skeletonKpiTile_1a96l_4{display:flex;flex-direction:column;overflow:hidden;width:100%;border-radius:12px;border:1px solid var(--border-subtle);background-color:var(--surface-1)}._skeletonKpiTile_1a96l_4 ._header_1a96l_13{display:flex;align-items:center;justify-content:center;padding:.625rem .9375rem;background-color:#0d0334;flex-shrink:0}@media(max-width:768px){._skeletonKpiTile_1a96l_4 ._header_1a96l_13{padding:.3125rem .625rem}}._skeletonKpiTile_1a96l_4 ._header_1a96l_13 ._label_1a96l_26{width:60%;height:calc(.75rem * 1.2)}@media(max-width:768px){._skeletonKpiTile_1a96l_4 ._header_1a96l_13 ._label_1a96l_26{height:.825rem}}._skeletonKpiTile_1a96l_4 ._body_1a96l_35{display:flex;align-items:center;justify-content:center;padding:1.25rem;flex:1}@media(max-width:1024px){._skeletonKpiTile_1a96l_4 ._body_1a96l_35{padding:.9375rem}}@media(max-width:768px){._skeletonKpiTile_1a96l_4 ._body_1a96l_35{padding:.625rem}}._skeletonKpiTile_1a96l_4 ._body_1a96l_35 ._value_1a96l_52{width:45%;height:2.25rem}@media(max-width:1024px){._skeletonKpiTile_1a96l_4 ._body_1a96l_35 ._value_1a96l_52{height:1.5rem}}@media(max-width:768px){._skeletonKpiTile_1a96l_4 ._body_1a96l_35 ._value_1a96l_52{height:1.25rem}}._skeletonKpiGrid_1q7vt_3{display:grid;grid-template-columns:repeat(var(--kpi-grid-columns, 2),1fr);gap:.625rem;padding:.9375rem}@media(max-width:1024px){._skeletonKpiGrid_1q7vt_3{grid-template-columns:1fr}}._widgetGameCollectiveScore_3uexe_8{height:100%;width:100%}._widgetGameCollectiveScore_3uexe_8 ._content_3uexe_12{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem}._widgetGameCollectiveScore_3uexe_8 ._content_3uexe_12 ._metrics_3uexe_18{display:grid;grid-template-columns:repeat(2,1fr);gap:.625rem}@media(max-width:1024px){._widgetGameCollectiveScore_3uexe_8 ._content_3uexe_12 ._metrics_3uexe_18{grid-template-columns:1fr}}._widgetGameCollectiveStatsAttack_10a1n_8{height:100%;width:100%}._widgetGameCollectiveStatsAttack_10a1n_8 ._metrics_10a1n_12{display:grid;grid-template-columns:repeat(3,1fr);gap:.625rem;padding:.9375rem}@media(max-width:1024px){._widgetGameCollectiveStatsAttack_10a1n_8 ._metrics_10a1n_12{grid-template-columns:1fr}}._widgetGameCollectiveStatsDefence_1pfbt_8{height:100%;width:100%}._widgetGameCollectiveStatsDefence_1pfbt_8 ._metrics_1pfbt_12{display:grid;grid-template-columns:repeat(2,1fr);gap:.625rem;padding:.9375rem}@media(max-width:1024px){._widgetGameCollectiveStatsDefence_1pfbt_8 ._metrics_1pfbt_12{grid-template-columns:1fr}}@font-face{font-family:Josefin Sans;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/josefinsans/v32/Qw3PZQNVED7rKGKxtqIqX5E-AVSJrOCfjY46_DjQbMZhLybpUVzEEQ.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}._verticalTimeline_1cmuz_11{position:relative;width:100%;height:var(--vt-height, 400px)}._verticalTimeline_1cmuz_11 ._axisLine_1cmuz_16{position:absolute;left:50%;top:0;bottom:0;width:2px;background-color:var(--surface-2);transform:translate(-50%)}._verticalTimeline_1cmuz_11 ._entry_1cmuz_25{position:absolute;top:var(--entry-top);transform:translateY(-50%);display:flex;align-items:center;gap:0;z-index:2}._verticalTimeline_1cmuz_11 ._entry_1cmuz_25._entryLeft_1cmuz_34{right:50%;flex-direction:row}._verticalTimeline_1cmuz_11 ._entry_1cmuz_25._entryLeft_1cmuz_34 ._connector_1cmuz_38{border-top:2px dotted var(--entry-color)}._verticalTimeline_1cmuz_11 ._entry_1cmuz_25._entryRight_1cmuz_41{left:50%;flex-direction:row-reverse}._verticalTimeline_1cmuz_11 ._entry_1cmuz_25._entryRight_1cmuz_41 ._connector_1cmuz_38{border-top:2px dotted var(--entry-color)}._verticalTimeline_1cmuz_11 ._entry_1cmuz_25 ._badge_1cmuz_48{background-color:var(--entry-color);border-radius:6px;padding:.3125rem .625rem;color:var(--entry-text-color, #ffffff);font-family:Josefin Sans,sans-serif;white-space:nowrap}._verticalTimeline_1cmuz_11 ._entry_1cmuz_25 ._connector_1cmuz_38{height:0;width:32px;flex-shrink:0}._verticalTimeline_1cmuz_11 ._midpointMarker_1cmuz_61{position:absolute;top:var(--midpoint-top);left:8%;right:8%;height:0;border-top:2px dashed #666666;transform:translateY(-50%)}._verticalTimeline_1cmuz_11 ._midpointMarker_1cmuz_61 ._midpointLabel_1cmuz_70{position:absolute;top:4px;left:50%;transform:translate(-50%);font-size:.625rem;font-family:Josefin Sans,sans-serif;color:var(--text-3);background-color:var(--surface-1);border:1px solid #f8f9fb;border-radius:10px;padding:.125rem .625rem;white-space:nowrap;z-index:3}._verticalTimeline_1cmuz_11 ._axisMark_1cmuz_85{position:absolute;left:50%;top:var(--mark-top);transform:translate(-50%,-50%);font-size:.625rem;font-family:Josefin Sans,sans-serif;color:var(--text-3);background-color:var(--surface-1);padding:.125rem .3125rem;white-space:nowrap;z-index:3}._verticalTimeline_1cmuz_11 ._axisMark_1cmuz_85._axisMarkStart_1cmuz_98{top:0;transform:translate(-50%)}._verticalTimeline_1cmuz_11 ._axisMark_1cmuz_85._axisMarkEnd_1cmuz_102{top:100%;transform:translate(-50%,-100%)}@font-face{font-family:Josefin Sans;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/josefinsans/v32/Qw3PZQNVED7rKGKxtqIqX5E-AVSJrOCfjY46_DjQbMZhLybpUVzEEQ.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}._matchTimelineBadge_13ll6_16{position:relative;display:grid;grid-template-columns:auto auto 1fr;grid-template-rows:auto auto auto;row-gap:.125rem;column-gap:.3125rem;width:280px;font-family:Josefin Sans,sans-serif}@media(max-width:768px){._matchTimelineBadge_13ll6_16{width:190px}}._matchTimelineBadge_13ll6_16 ._cardIcon_13ll6_31{grid-column:1;grid-row:1/3;align-self:center}._matchTimelineBadge_13ll6_16 ._cardIcon_13ll6_31 svg{display:block;width:14px;height:14px}._matchTimelineBadge_13ll6_16 ._cardTime_13ll6_41{grid-column:2;grid-row:1;font-size:.75rem;font-weight:700;line-height:1.2}._matchTimelineBadge_13ll6_16 ._cardTeamName_13ll6_48{grid-column:3;grid-row:1;font-size:.625rem;font-weight:400;text-align:right;opacity:.85;align-self:center;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._matchTimelineBadge_13ll6_16 ._cardEventType_13ll6_61{grid-column:2;grid-row:2;font-size:.6875rem;font-weight:700;letter-spacing:.03em;line-height:1.2}._matchTimelineBadge_13ll6_16 ._cardScore_13ll6_69{grid-column:3;grid-row:2;font-size:.6875rem;font-weight:700;text-align:right;align-self:center}._matchTimelineBadge_13ll6_16 ._cardPlayer_13ll6_77{grid-column:1/-1;grid-row:3;display:flex;align-items:center;gap:.125rem;min-width:0;font-size:.625rem;opacity:.9}._matchTimelineBadge_13ll6_16 ._cardPlayerPhoto_13ll6_87{width:16px;height:16px;border-radius:50%;object-fit:cover;flex-shrink:0}._matchTimelineBadge_13ll6_16 ._cardPlayerName_13ll6_94{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-transform:uppercase;letter-spacing:.02em}._matchTimelineBadge_13ll6_16 ._cardSinBin_13ll6_102{margin-left:auto;flex-shrink:0;font-weight:700;padding:0 .125rem;border-radius:4px;border:1px solid currentColor}._matchTimelineBadge_13ll6_16._badgeNew_13ll6_110:before{content:"";position:absolute;top:-4px;right:-4px;width:8px;height:8px;border-radius:50%;background-color:currentColor;animation:_badgePulse_13ll6_1 1.8s ease-in-out infinite}._matchTimelineBadge_13ll6_16._badgePlayable_13ll6_121{cursor:pointer}._matchTimelineBadge_13ll6_16._badgePlayable_13ll6_121:hover ._cardEventType_13ll6_61,._matchTimelineBadge_13ll6_16._badgePlayable_13ll6_121:focus-visible ._cardEventType_13ll6_61{text-decoration:underline}@keyframes _badgePulse_13ll6_1{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.6);opacity:.4}}@keyframes _pulseDot_1dsei_1{0%,to{opacity:1}50%{opacity:.3}}@font-face{font-family:Josefin Sans;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/josefinsans/v32/Qw3PZQNVED7rKGKxtqIqX5E-AVSJrOCfjY46_DjQbMZhLybpUVzEEQ.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}._widgetGameEventsTimeline_1dsei_24{height:100%;width:100%}._widgetGameEventsTimeline_1dsei_24 ._headerActions_1dsei_28{display:flex;align-items:center;gap:.3125rem}._widgetGameEventsTimeline_1dsei_24 ._newCount_1dsei_33{font-family:Josefin Sans,sans-serif;font-size:.625rem;font-weight:700;letter-spacing:.03em;padding:.125rem .3125rem;border-radius:999px;background-color:#e30613;color:#fff;white-space:nowrap;animation:_pulseDot_1dsei_1 1.4s ease-in-out infinite}._widgetGameEventsTimeline_1dsei_24 ._content_1dsei_45{padding:1.5625rem .9375rem}._widgetGameScoreProgression_18qi7_8{height:100%;width:100%}._widgetGameScoreProgression_18qi7_8 ._content_18qi7_12{padding:.9375rem}._pageGameInProgressGeneral_1fvz0_3{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem}._pageGameInProgressGeneral_1fvz0_3 ._codingProgressAndExport_1fvz0_9{display:flex;align-items:center;justify-content:space-between;gap:.9375rem}@media(max-width:768px){._pageGameInProgressGeneral_1fvz0_3 ._codingProgressAndExport_1fvz0_9{flex-direction:column;align-items:stretch}}._pageGameInProgressGeneral_1fvz0_3 ._codingProgressAndExport_1fvz0_9 ._codingExports_1fvz0_21{display:flex;align-items:center;gap:.9375rem}@media(max-width:768px){._pageGameInProgressGeneral_1fvz0_3 ._codingProgressAndExport_1fvz0_9 ._codingExports_1fvz0_21{justify-content:center}}._pageGameInProgress_16yk1_1,._pageGameCompletedCollective_l3ka5_1{--placeholder: 0}._widgetGameLineOutsByZone_ctf83_8{height:100%;width:100%}._widgetGameLineOutsByZone_ctf83_8 ._zonesColumn_ctf83_12{display:flex;flex-direction:column;gap:.625rem;padding:.9375rem}._widgetGameLineOutsGeneral_rk0a2_8{width:100%}._widgetGameLineOutsGeneral_rk0a2_8 ._rows_rk0a2_11{display:grid;grid-template-columns:repeat(3,1fr);gap:.625rem;padding:.9375rem}@media(max-width:1024px){._widgetGameLineOutsGeneral_rk0a2_8 ._rows_rk0a2_11{grid-template-columns:1fr}}@font-face{font-family:Josefin Sans;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/josefinsans/v32/Qw3PZQNVED7rKGKxtqIqX5E-AVSJrOCfjY46_DjQbMZhLybpUVzEEQ.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}._chart_rpp6d_11{display:flex;flex-direction:column;overflow:hidden;border-radius:12px;border:1px solid var(--border-subtle);box-shadow:var(--shadow-1);background-color:var(--surface-1);color:var(--text-1);transition:box-shadow .2s ease}._chart_rpp6d_11:hover{box-shadow:var(--shadow-2)}._chart_rpp6d_11 ._header_rpp6d_25{display:flex;align-items:center;background-color:var(--surface-brand);padding:.625rem .9375rem;flex-shrink:0}._chart_rpp6d_11 ._header_rpp6d_25 ._title_rpp6d_32{font-family:Josefin Sans,sans-serif;font-size:.75rem;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:1px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._chart_rpp6d_11 ._body_rpp6d_43{display:flex;align-items:flex-start;padding:.9375rem .9375rem 0;gap:.625rem;overflow-x:auto;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.15) transparent}@media(max-width:768px){._chart_rpp6d_11 ._body_rpp6d_43{padding:.3125rem .3125rem 0;gap:.125rem}}._chart_rpp6d_11 ._body_rpp6d_43::-webkit-scrollbar{height:4px}._chart_rpp6d_11 ._body_rpp6d_43::-webkit-scrollbar-track{background:transparent}._chart_rpp6d_11 ._body_rpp6d_43::-webkit-scrollbar-thumb{background-color:#00000026;border-radius:4px}._chart_rpp6d_11 ._group_rpp6d_68{flex:1;min-width:56px}@media(max-width:768px){._chart_rpp6d_11 ._group_rpp6d_68{min-width:32px}}._chart_rpp6d_11 ._group_rpp6d_68{display:flex;flex-direction:column;align-items:center}._chart_rpp6d_11 ._group_rpp6d_68 ._bars_rpp6d_82{display:flex;align-items:flex-end;gap:.125rem}._chart_rpp6d_11 ._group_rpp6d_68 ._groupLabel_rpp6d_87{margin-top:.625rem;padding-bottom:.625rem;font-size:.6875rem;font-weight:500;color:var(--text-3);text-align:center;word-break:break-word;max-width:100%}._chart_rpp6d_11 ._barWrapper_rpp6d_97{display:flex;flex-direction:column;align-items:center;justify-content:flex-end;height:var(--chart-height, 160px);gap:.125rem}._chart_rpp6d_11 ._barWrapper_rpp6d_97._clickable_rpp6d_105{cursor:pointer}._chart_rpp6d_11 ._barWrapper_rpp6d_97._clickable_rpp6d_105:hover ._bar_rpp6d_82{filter:brightness(1.15)}._chart_rpp6d_11 ._barWrapper_rpp6d_97._clickable_rpp6d_105:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px;border-radius:2px}._chart_rpp6d_11 ._barWrapper_rpp6d_97 ._barValue_rpp6d_116{font-size:.6875rem;font-weight:700;color:var(--text-2);line-height:1}._chart_rpp6d_11 ._barWrapper_rpp6d_97 ._barPct_rpp6d_122{font-size:.625rem;font-weight:500;color:var(--text-4);line-height:1}._chart_rpp6d_11 ._barWrapper_rpp6d_97 ._bar_rpp6d_82{width:24px;border-radius:4px 4px 0 0}@media(max-width:768px){._chart_rpp6d_11 ._barWrapper_rpp6d_97 ._bar_rpp6d_82{width:14px}}._chart_rpp6d_11 ._barWrapper_rpp6d_97 ._bar_rpp6d_82{transition:height .4s ease,filter .15s ease;min-height:4px}._chart_rpp6d_11 ._baseline_rpp6d_141{height:1px;background-color:#0000001a;margin:0 .9375rem;flex-shrink:0}._widgetGameLineOutsThrows_70pn4_1{position:relative;width:100%;height:100%}._pageGameCompletedCollectiveLineOuts_14rp4_3{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem}._pageGameCompletedCollectiveLineOuts_14rp4_3 ._generalAndByZoneRow_14rp4_9{display:grid;grid-template-columns:1fr 1fr;align-items:stretch;gap:.9375rem}@media(max-width:1024px){._pageGameCompletedCollectiveLineOuts_14rp4_3 ._generalAndByZoneRow_14rp4_9{grid-template-columns:1fr}}._pageGameCompletedCollectiveLineOuts_14rp4_3 ._generalAndByZoneRow_14rp4_9>*{display:flex;flex-direction:column}._pageGameCompletedCollectiveLineOuts_14rp4_3 ._generalAndByZoneRow_14rp4_9>*>*{flex:1}._widgetGameKeyEvents_1wsti_8{height:100%;width:100%}._widgetGameKeyEvents_1wsti_8 ._content_1wsti_12{padding:1.5625rem .9375rem}._pageGameCompletedCollectiveScore_1lq81_3{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem}@font-face{font-family:Josefin Sans;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/josefinsans/v32/Qw3PZQNVED7rKGKxtqIqX5E-AVSJrOCfjY46_DjQbMZhLybpUVzEEQ.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}._chart_usaz7_11{display:flex;flex-direction:column;overflow:hidden;border-radius:12px;border:1px solid var(--border-subtle);box-shadow:var(--shadow-1);background-color:var(--surface-1);color:var(--text-1);width:100%}._chart_usaz7_11 ._header_usaz7_22{display:flex;align-items:center;justify-content:center;background-color:var(--surface-brand);padding:.625rem .9375rem;flex-shrink:0}._chart_usaz7_11 ._header_usaz7_22 ._title_usaz7_30{font-family:Josefin Sans,sans-serif;font-size:.75rem;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:2px;text-align:center}._chart_usaz7_11 ._body_usaz7_39{display:flex;flex-direction:column;flex:1;padding:.9375rem 0;gap:.625rem;justify-content:space-evenly}._chart_usaz7_11 ._row_usaz7_47{display:flex;align-items:center;width:100%}._chart_usaz7_11 ._row_usaz7_47 ._divider_usaz7_52{width:1px;align-self:stretch;background-color:#00000026;flex-shrink:0}._chart_usaz7_11 ._side_usaz7_58{flex:1;display:flex;align-items:center;gap:.625rem;min-width:0;padding:0 .9375rem}._chart_usaz7_11 ._side_usaz7_58 ._label_usaz7_66{font-family:Josefin Sans,sans-serif;font-size:.75rem;font-weight:500;color:var(--text-2);word-break:break-word;flex-shrink:0;width:160px}@media(max-width:768px){._chart_usaz7_11 ._side_usaz7_58 ._label_usaz7_66{width:80px;font-size:.6875rem}}._chart_usaz7_11 ._side_usaz7_58 ._totalLabel_usaz7_81{font-family:Josefin Sans,sans-serif;font-size:.75rem;font-weight:600;color:var(--text-2);flex-shrink:0}._chart_usaz7_11 ._side_usaz7_58 ._track_usaz7_88{flex:1;display:flex;align-items:center;gap:.3125rem;min-width:0}._chart_usaz7_11 ._side_usaz7_58 ._barGroup_usaz7_95{position:relative;height:26px;display:flex;align-items:center;max-width:100%}._chart_usaz7_11 ._side_usaz7_58 ._outline_usaz7_102{position:absolute;inset:0;border:2px solid;pointer-events:none;background-color:var(--surface-1)}._chart_usaz7_11 ._side_usaz7_58 ._bar_usaz7_95{height:100%;display:flex;align-items:center;transition:filter .15s ease;position:relative;border:none;padding:0;font:inherit;color:inherit;appearance:none;z-index:1}._chart_usaz7_11 ._side_usaz7_58 ._bar_usaz7_95._clickable_usaz7_122{cursor:pointer}._chart_usaz7_11 ._side_usaz7_58 ._bar_usaz7_95._clickable_usaz7_122:hover{filter:brightness(1.1)}._chart_usaz7_11 ._side_usaz7_58 ._bar_usaz7_95._clickable_usaz7_122:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}._chart_usaz7_11 ._side_usaz7_58 ._valueLabel_usaz7_132{font-family:Josefin Sans,sans-serif;font-size:.75rem;font-weight:700;color:#fff;pointer-events:none}._chart_usaz7_11 ._side_usaz7_58._left_usaz7_139 ._label_usaz7_66{order:1;text-align:right}._chart_usaz7_11 ._side_usaz7_58._left_usaz7_139 ._track_usaz7_88{order:2;justify-content:flex-end}._chart_usaz7_11 ._side_usaz7_58._left_usaz7_139 ._barGroup_usaz7_95{justify-content:flex-start}._chart_usaz7_11 ._side_usaz7_58._left_usaz7_139 ._outline_usaz7_102{border-radius:999px 0 0 999px}._chart_usaz7_11 ._side_usaz7_58._left_usaz7_139 ._bar_usaz7_95{margin-left:auto;border-radius:999px 0 0 999px;padding-right:.625rem;justify-content:flex-end}._chart_usaz7_11 ._side_usaz7_58._right_usaz7_159 ._track_usaz7_88{order:1;justify-content:flex-start}._chart_usaz7_11 ._side_usaz7_58._right_usaz7_159 ._totalLabel_usaz7_81{order:2}._chart_usaz7_11 ._side_usaz7_58._right_usaz7_159 ._label_usaz7_66{order:2;text-align:left}._chart_usaz7_11 ._side_usaz7_58._right_usaz7_159 ._barGroup_usaz7_95{justify-content:flex-end}._chart_usaz7_11 ._side_usaz7_58._right_usaz7_159 ._outline_usaz7_102{border-radius:0 999px 999px 0}._chart_usaz7_11 ._side_usaz7_58._right_usaz7_159 ._bar_usaz7_95{margin-right:auto;border-radius:0 999px 999px 0;padding-left:.625rem;justify-content:flex-start}._widgetGameCollectivePossessionGeneral_pr8uf_8{height:100%;width:100%}._widgetGameCollectivePossessionGeneral_pr8uf_8 ._gaugeWrapper_pr8uf_12{margin:.9375rem;margin-bottom:0;padding:.9375rem;border:1px solid var(--border-subtle);border-radius:12px;box-shadow:var(--shadow-1);background-color:var(--surface-1)}._widgetGameCollectivePossessionGeneral_pr8uf_8 ._kpis_pr8uf_21{display:grid;grid-template-columns:repeat(2,1fr);gap:.625rem;padding:.9375rem;padding-bottom:0}._widgetGameCollectivePossessionGeneral_pr8uf_8 ._durationSection_pr8uf_28{padding:.9375rem}@font-face{font-family:Josefin Sans;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/josefinsans/v32/Qw3PZQNVED7rKGKxtqIqX5E-AVSJrOCfjY46_DjQbMZhLybpUVzEEQ.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}._timeline_u2rxd_11{width:100%;display:flex;flex-direction:column;gap:.3125rem;padding:.9375rem}._timeline_u2rxd_11 ._track_u2rxd_18{position:relative;height:36px;background-color:var(--surface-2);border-radius:4px;overflow:hidden}._timeline_u2rxd_11 ._track_u2rxd_18 ._phase_u2rxd_25{position:absolute;top:2px;left:var(--phase-left);width:var(--phase-width);height:calc(100% - 4px);background-color:var(--phase-color);border-radius:2px;border:none;padding:0;display:flex;align-items:center;justify-content:center;overflow:hidden;opacity:.85;transition:opacity .15s ease}._timeline_u2rxd_11 ._track_u2rxd_18 ._phase_u2rxd_25:hover{opacity:1}._timeline_u2rxd_11 ._track_u2rxd_18 ._phase_u2rxd_25._clickable_u2rxd_45{cursor:pointer}._timeline_u2rxd_11 ._track_u2rxd_18 ._phase_u2rxd_25._clickable_u2rxd_45:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}._timeline_u2rxd_11 ._track_u2rxd_18 ._phase_u2rxd_25 ._durationLabel_u2rxd_52{font-size:.625rem;font-weight:700;color:var(--text-1);white-space:nowrap;pointer-events:none;-webkit-user-select:none;user-select:none}._timeline_u2rxd_11 ._track_u2rxd_18 ._pointMarker_u2rxd_61{position:absolute;top:2px;left:var(--phase-left);width:3px;height:calc(100% - 4px);background-color:var(--phase-color);border-radius:2px;border:none;padding:0;opacity:.85;transition:opacity .15s ease;transform:translate(-50%)}._timeline_u2rxd_11 ._track_u2rxd_18 ._pointMarker_u2rxd_61:hover{opacity:1}._timeline_u2rxd_11 ._track_u2rxd_18 ._pointMarker_u2rxd_61._clickable_u2rxd_45{cursor:pointer}._timeline_u2rxd_11 ._track_u2rxd_18 ._pointMarker_u2rxd_61._clickable_u2rxd_45:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}._timeline_u2rxd_11 ._track_u2rxd_18 ._halftimeMarker_u2rxd_85{position:absolute;left:var(--halftime-left);top:0;height:100%;width:2px;border-left:2px dashed #666666;pointer-events:none;z-index:1}._timeline_u2rxd_11 ._axis_u2rxd_95{position:relative;height:.6875rem;color:var(--text-3);font-size:.6875rem}._timeline_u2rxd_11 ._axis_u2rxd_95 ._axisMark_u2rxd_101{position:absolute;left:var(--mark-left);transform:var(--mark-transform);white-space:nowrap}._timeline_u2rxd_11 ._tooltip_u2rxd_107{position:fixed;left:var(--tooltip-x);top:var(--tooltip-y);pointer-events:none;z-index:9999;background-color:#000;color:#fff;border-radius:6px;border-left:3px solid var(--tooltip-accent);padding:.625rem .9375rem;min-width:180px}._timeline_u2rxd_11 ._tooltip_u2rxd_107 ._tooltipRow_u2rxd_120{display:flex;justify-content:space-between;gap:.625rem;font-family:Josefin Sans,sans-serif;font-size:.6875rem;margin:0}._timeline_u2rxd_11 ._tooltip_u2rxd_107 ._tooltipRow_u2rxd_120 ._tooltipKey_u2rxd_128{color:#ffffff8c;white-space:nowrap}._widgetGameCollectivePossessionTimeline_8wzna_6{height:100%;width:100%}._pageGameCompletedCollectivePossessions_1dp48_3{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem}._widgetGameEffectiveTimeBySequenceDuration_umfmo_8{width:100%}._widgetGameEffectiveTimeBySequenceDuration_umfmo_8 ._chartWrapper_umfmo_11{padding:.625rem}._widgetGameEffectiveTimeGeneral_1ib1k_8{height:100%;width:100%}._widgetGameEffectiveTimeGeneral_1ib1k_8 ._rows_1ib1k_12{display:grid;grid-template-columns:repeat(2,1fr);gap:.625rem;padding:.9375rem}@media(max-width:1024px){._widgetGameEffectiveTimeGeneral_1ib1k_8 ._rows_1ib1k_12{grid-template-columns:1fr}}._widgetGameEffectiveTimeTimeline_e608j_6{height:100%;width:100%}._pageGameCompletedCollectiveEffectiveTimePlayed_1jtlm_3{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem}._pageGameCompletedCollectiveEffectiveTimePlayed_1jtlm_3 ._generalAndEffectiveTimeRow_1jtlm_9{display:grid;grid-template-columns:1fr 1fr;align-items:stretch;gap:.9375rem}@media(max-width:1024px){._pageGameCompletedCollectiveEffectiveTimePlayed_1jtlm_3 ._generalAndEffectiveTimeRow_1jtlm_9{grid-template-columns:1fr}}._pageGameCompletedCollectiveEffectiveTimePlayed_1jtlm_3 ._generalAndEffectiveTimeRow_1jtlm_9>*{display:flex;flex-direction:column}._pageGameCompletedCollectiveEffectiveTimePlayed_1jtlm_3 ._generalAndEffectiveTimeRow_1jtlm_9>*>*{flex:1}@font-face{font-family:Josefin Sans;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/josefinsans/v32/Qw3PZQNVED7rKGKxtqIqX5E-AVSJrOCfjY46_DjQbMZhLybpUVzEEQ.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}._metricTable_tbk7n_16{display:flex;flex-direction:column;width:100%;font-family:Josefin Sans,sans-serif}._metricTable_tbk7n_16 ._header_tbk7n_22{display:flex;justify-content:space-between;align-items:center;padding:.3125rem .625rem;border-bottom:2px solid var(--text-strong)}@media(max-width:768px){._metricTable_tbk7n_16 ._header_tbk7n_22{padding:.3125rem}}._metricTable_tbk7n_16 ._header_tbk7n_22:hover ._headerLeft_tbk7n_34._clickable_tbk7n_34 ._headerPlayIcon_tbk7n_34,._metricTable_tbk7n_16 ._header_tbk7n_22:hover ._headerRight_tbk7n_35._clickable_tbk7n_34 ._headerPlayIcon_tbk7n_34{opacity:1}._metricTable_tbk7n_16 ._header_tbk7n_22 ._headerLeft_tbk7n_34{font-size:.75rem;font-weight:700;color:var(--left-color);text-transform:uppercase;letter-spacing:.5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}@media(max-width:768px){._metricTable_tbk7n_16 ._header_tbk7n_22 ._headerLeft_tbk7n_34{font-size:.6875rem}}._metricTable_tbk7n_16 ._header_tbk7n_22 ._headerLeft_tbk7n_34._clickable_tbk7n_34{display:flex;align-items:center;gap:.3125rem;background:none;border:none;padding:0;cursor:pointer}@media(max-width:1024px){._metricTable_tbk7n_16 ._header_tbk7n_22 ._headerLeft_tbk7n_34._clickable_tbk7n_34{min-height:44px}}._metricTable_tbk7n_16 ._header_tbk7n_22 ._headerLeft_tbk7n_34 ._headerPlayIcon_tbk7n_34{width:14px;height:14px;flex-shrink:0;opacity:0;transition:opacity .15s ease}@media(max-width:1024px){._metricTable_tbk7n_16 ._header_tbk7n_22 ._headerLeft_tbk7n_34 ._headerPlayIcon_tbk7n_34{opacity:1}}._metricTable_tbk7n_16 ._header_tbk7n_22 ._headerRight_tbk7n_35{font-size:.75rem;font-weight:700;color:var(--right-color);text-transform:uppercase;letter-spacing:.5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}@media(max-width:768px){._metricTable_tbk7n_16 ._header_tbk7n_22 ._headerRight_tbk7n_35{font-size:.6875rem}}._metricTable_tbk7n_16 ._header_tbk7n_22 ._headerRight_tbk7n_35._clickable_tbk7n_34{display:flex;align-items:center;gap:.3125rem;background:none;border:none;padding:0;cursor:pointer}@media(max-width:1024px){._metricTable_tbk7n_16 ._header_tbk7n_22 ._headerRight_tbk7n_35._clickable_tbk7n_34{min-height:44px}}._metricTable_tbk7n_16 ._header_tbk7n_22 ._headerRight_tbk7n_35 ._headerPlayIcon_tbk7n_34{width:14px;height:14px;flex-shrink:0;opacity:0;transition:opacity .15s ease}@media(max-width:1024px){._metricTable_tbk7n_16 ._header_tbk7n_22 ._headerRight_tbk7n_35 ._headerPlayIcon_tbk7n_34{opacity:1}}._metricTable_tbk7n_16 ._rows_tbk7n_122{display:flex;flex-direction:column}._metricTable_tbk7n_16 ._rows_tbk7n_122 ._row_tbk7n_122{display:flex;flex-direction:column;gap:.3125rem;padding:.625rem;border-bottom:1px solid var(--border-row)}@media(max-width:768px){._metricTable_tbk7n_16 ._rows_tbk7n_122 ._row_tbk7n_122{padding:.3125rem;gap:.125rem}}._metricTable_tbk7n_16 ._rows_tbk7n_122 ._row_tbk7n_122:last-child{border-bottom:none}._metricTable_tbk7n_16 ._rows_tbk7n_122 ._row_tbk7n_122 ._gauge_tbk7n_142{width:100%}._metricTable_tbk7n_16 ._rows_tbk7n_122 ._row_tbk7n_122 ._values_tbk7n_145{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:.625rem}@media(max-width:768px){._metricTable_tbk7n_16 ._rows_tbk7n_122 ._row_tbk7n_122 ._values_tbk7n_145{gap:.3125rem}}._metricTable_tbk7n_16 ._rows_tbk7n_122 ._row_tbk7n_122 ._values_tbk7n_145:hover ._leftValueCell_tbk7n_156._clickable_tbk7n_34 ._playIcon_tbk7n_156,._metricTable_tbk7n_16 ._rows_tbk7n_122 ._row_tbk7n_122 ._values_tbk7n_145:hover ._rightValueCell_tbk7n_157._clickable_tbk7n_34 ._playIcon_tbk7n_156,._metricTable_tbk7n_16 ._rows_tbk7n_122 ._row_tbk7n_122 ._values_tbk7n_145:hover ._rowLabel_tbk7n_158._clickable_tbk7n_34 ._rowLabelPlayIcon_tbk7n_158{opacity:1}._metricTable_tbk7n_16 ._rows_tbk7n_122 ._row_tbk7n_122 ._values_tbk7n_145 ._valueWithBadge_tbk7n_161{display:flex;flex-direction:column;align-items:flex-start}._metricTable_tbk7n_16 ._rows_tbk7n_122 ._row_tbk7n_122 ._values_tbk7n_145 ._valueWithBadge_tbk7n_161._alignEnd_tbk7n_166{align-items:flex-end}._metricTable_tbk7n_16 ._rows_tbk7n_122 ._row_tbk7n_122 ._values_tbk7n_145 ._badge_tbk7n_169{font-size:.625rem;font-weight:500;color:#666}._metricTable_tbk7n_16 ._rows_tbk7n_122 ._row_tbk7n_122 ._values_tbk7n_145 ._leftValueCell_tbk7n_156{display:flex;align-items:center;gap:.3125rem;background:none;border:none;padding:0}@media(max-width:768px){._metricTable_tbk7n_16 ._rows_tbk7n_122 ._row_tbk7n_122 ._values_tbk7n_145 ._leftValueCell_tbk7n_156{gap:.125rem}}._metricTable_tbk7n_16 ._rows_tbk7n_122 ._row_tbk7n_122 ._values_tbk7n_145 ._leftValueCell_tbk7n_156._clickable_tbk7n_34{cursor:pointer}@media(max-width:1024px){._metricTable_tbk7n_16 ._rows_tbk7n_122 ._row_tbk7n_122 ._values_tbk7n_145 ._leftValueCell_tbk7n_156._clickable_tbk7n_34{min-height:44px}}._metricTable_tbk7n_16 ._rows_tbk7n_122 ._row_tbk7n_122 ._values_tbk7n_145 ._leftValueCell_tbk7n_156 ._leftValue_tbk7n_156{font-size:.875rem;font-weight:700;color:var(--left-color)}@media(max-width:768px){._metricTable_tbk7n_16 ._rows_tbk7n_122 ._row_tbk7n_122 ._values_tbk7n_145 ._leftValueCell_tbk7n_156 ._leftValue_tbk7n_156{font-size:.75rem}}._metricTable_tbk7n_16 ._rows_tbk7n_122 ._row_tbk7n_122 ._values_tbk7n_145 ._leftValueCell_tbk7n_156 ._playIcon_tbk7n_156{width:16px;height:16px;opacity:0;flex-shrink:0;transition:opacity .15s ease}@media(max-width:1024px){._metricTable_tbk7n_16 ._rows_tbk7n_122 ._row_tbk7n_122 ._values_tbk7n_145 ._leftValueCell_tbk7n_156 ._playIcon_tbk7n_156{opacity:1}}._metricTable_tbk7n_16 ._rows_tbk7n_122 ._row_tbk7n_122 ._values_tbk7n_145 ._rowLabel_tbk7n_158{font-size:.75rem;font-weight:600;color:var(--text-strong);text-align:center;text-transform:uppercase;letter-spacing:.3px;white-space:nowrap}@media(max-width:768px){._metricTable_tbk7n_16 ._rows_tbk7n_122 ._row_tbk7n_122 ._values_tbk7n_145 ._rowLabel_tbk7n_158{font-size:.6875rem}}._metricTable_tbk7n_16 ._rows_tbk7n_122 ._row_tbk7n_122 ._values_tbk7n_145 ._rowLabel_tbk7n_158._clickable_tbk7n_34{display:inline-flex;align-items:center;gap:.125rem;background:none;border:none;padding:0;cursor:pointer}@media(max-width:1024px){._metricTable_tbk7n_16 ._rows_tbk7n_122 ._row_tbk7n_122 ._values_tbk7n_145 ._rowLabel_tbk7n_158._clickable_tbk7n_34{min-height:44px}}._metricTable_tbk7n_16 ._rows_tbk7n_122 ._row_tbk7n_122 ._values_tbk7n_145 ._rowLabel_tbk7n_158 ._rowLabelPlayIcon_tbk7n_158{width:14px;height:14px;flex-shrink:0;opacity:0;transition:opacity .15s ease}@media(max-width:1024px){._metricTable_tbk7n_16 ._rows_tbk7n_122 ._row_tbk7n_122 ._values_tbk7n_145 ._rowLabel_tbk7n_158 ._rowLabelPlayIcon_tbk7n_158{opacity:1}}._metricTable_tbk7n_16 ._rows_tbk7n_122 ._row_tbk7n_122 ._values_tbk7n_145 ._rightValueCell_tbk7n_157{display:flex;align-items:center;justify-content:flex-end;gap:.3125rem;background:none;border:none;padding:0}@media(max-width:768px){._metricTable_tbk7n_16 ._rows_tbk7n_122 ._row_tbk7n_122 ._values_tbk7n_145 ._rightValueCell_tbk7n_157{gap:.125rem}}._metricTable_tbk7n_16 ._rows_tbk7n_122 ._row_tbk7n_122 ._values_tbk7n_145 ._rightValueCell_tbk7n_157._clickable_tbk7n_34{cursor:pointer}@media(max-width:1024px){._metricTable_tbk7n_16 ._rows_tbk7n_122 ._row_tbk7n_122 ._values_tbk7n_145 ._rightValueCell_tbk7n_157._clickable_tbk7n_34{min-height:44px}}._metricTable_tbk7n_16 ._rows_tbk7n_122 ._row_tbk7n_122 ._values_tbk7n_145 ._rightValueCell_tbk7n_157 ._rightValue_tbk7n_157{font-size:.875rem;font-weight:700;color:var(--right-color)}@media(max-width:768px){._metricTable_tbk7n_16 ._rows_tbk7n_122 ._row_tbk7n_122 ._values_tbk7n_145 ._rightValueCell_tbk7n_157 ._rightValue_tbk7n_157{font-size:.75rem}}._metricTable_tbk7n_16 ._rows_tbk7n_122 ._row_tbk7n_122 ._values_tbk7n_145 ._rightValueCell_tbk7n_157 ._playIcon_tbk7n_156{width:16px;height:16px;opacity:0;flex-shrink:0;transition:opacity .15s ease}@media(max-width:1024px){._metricTable_tbk7n_16 ._rows_tbk7n_122 ._row_tbk7n_122 ._values_tbk7n_145 ._rightValueCell_tbk7n_157 ._playIcon_tbk7n_156{opacity:1}}._metricTable_tbk7n_16 ._empty_tbk7n_301{padding:1.25rem;text-align:center;color:var(--text-3);font-size:.75rem}@media(max-width:768px){._metricTable_tbk7n_16 ._empty_tbk7n_301{padding:.9375rem;font-size:.6875rem}}._widgetGameCollectiveAttackKpis_xia1f_6,._widgetGameCollectiveTriesByOrigin_1puvl_8{height:100%;width:100%}._widgetGameCollectiveTriesByOrigin_1puvl_8 ._chartWrapper_1puvl_12{padding:.9375rem}._pageGameCompletedCollectiveAttack_1k0ns_3{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem}._widgetGameCollectiveDefenceKpis_1lesv_6{height:100%;width:100%}._widgetGameOffensiveBallsLostByCause_1votl_1{position:relative;width:100%;height:100%}._pageGameCompletedCollectiveDefence_1ysqo_3{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem}._widgetGameCollectiveLineoutsSummary_1g1r0_3{height:100%;width:100%}._widgetGameCollectiveLineoutsSummary_1g1r0_3 ._cards_1g1r0_7{display:grid;grid-template-columns:repeat(2,1fr);gap:.625rem;padding:.9375rem}._widgetGameCollectiveScrumsSummary_viq82_3{height:100%;width:100%}._widgetGameCollectiveScrumsSummary_viq82_3 ._cards_viq82_7{display:grid;grid-template-columns:repeat(2,1fr);gap:.625rem;padding:.9375rem}._pageGameCompletedCollectiveScrumsLineOuts_1n7g2_3{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem}._pageGameCompletedCollectiveScrumsLineOuts_1n7g2_3 ._generalAndByZoneRow_1n7g2_9{display:grid;grid-template-columns:1fr 1fr;align-items:stretch;gap:.9375rem}._pageGameCompletedCollectiveScrumsLineOuts_1n7g2_3 ._generalAndByZoneRow_1n7g2_9>*{display:flex;flex-direction:column}._pageGameCompletedCollectiveScrumsLineOuts_1n7g2_3 ._generalAndByZoneRow_1n7g2_9>*>*{flex:1}@font-face{font-family:Josefin Sans;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/josefinsans/v32/Qw3PZQNVED7rKGKxtqIqX5E-AVSJrOCfjY46_DjQbMZhLybpUVzEEQ.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}._chipMultiSelect_1x816_11{display:flex;flex-direction:column;gap:.3125rem}._chipMultiSelect_1x816_11 ._filterLabel_1x816_16{font-family:Josefin Sans,sans-serif;font-size:.6875rem;font-weight:600;color:var(--label-color, var(--text-2));text-transform:uppercase;letter-spacing:.5px}@font-face{font-family:Josefin Sans;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/josefinsans/v32/Qw3PZQNVED7rKGKxtqIqX5E-AVSJrOCfjY46_DjQbMZhLybpUVzEEQ.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}._widgetGameScrumsField_11qj0_19{height:100%;width:100%;position:relative}._widgetGameScrumsField_11qj0_19 ._content_11qj0_24{display:flex;flex-direction:column;padding:.9375rem}._widgetGameScrumsField_11qj0_19 ._fieldColumns_11qj0_29{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}._widgetGameScrumsField_11qj0_19 ._fieldColumn_11qj0_29{display:flex;flex-direction:column;gap:.3125rem}._widgetGameScrumsField_11qj0_19 ._fieldColumn_11qj0_29 ._teamName_11qj0_39{font-family:Josefin Sans,sans-serif;font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}._widgetGameScrumsGeneral_ptrjv_8{height:100%;width:100%}._widgetGameScrumsGeneral_ptrjv_8 ._rows_ptrjv_12{display:grid;grid-template-columns:repeat(3,1fr);gap:.625rem;padding:.9375rem}@media(max-width:1024px){._widgetGameScrumsGeneral_ptrjv_8 ._rows_ptrjv_12{grid-template-columns:1fr}}._pageGameCompletedCollectiveScrums_1kjor_3{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem}._widgetGameCollectiveDisciplineKpis_1wkb2_3{height:100%;width:100%}._widgetGameCollectiveDisciplineKpis_1wkb2_3 ._metrics_1wkb2_7{display:grid;grid-template-columns:repeat(3,1fr);gap:.625rem;padding:.9375rem}@media(max-width:1024px){._widgetGameCollectiveDisciplineKpis_1wkb2_3 ._metrics_1wkb2_7{grid-template-columns:1fr}}._pageGameCompletedCollectiveDiscipline_krqff_3{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem}._widgetGameDefensiveRucksByResult_1b3tq_3{height:100%;width:100%}._widgetGameDefensiveRucksByResult_1b3tq_3 ._chartsRow_1b3tq_7{display:grid;grid-template-columns:1fr 1fr;gap:.9375rem;padding:.9375rem}@media(max-width:1024px){._widgetGameDefensiveRucksByResult_1b3tq_3 ._chartsRow_1b3tq_7{grid-template-columns:1fr}}._widgetGameDefensiveRucksGeneral_12rhj_3{height:100%;width:100%}._widgetGameDefensiveRucksGeneral_12rhj_3 ._kpiGrid_12rhj_7{display:grid;grid-template-columns:repeat(2,1fr);gap:.625rem;padding:.9375rem}@media(max-width:1024px){._widgetGameDefensiveRucksGeneral_12rhj_3 ._kpiGrid_12rhj_7{grid-template-columns:1fr}}._pageGameCompletedCollectiveDefensiveRucksAdvanced_omc7r_3{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem}._pageGameCompletedCollectiveDefensiveRucksAdvanced_omc7r_3 ._generalAndByResultRow_omc7r_9{display:grid;grid-template-columns:1fr 1fr;align-items:stretch;gap:.9375rem}@media(max-width:1024px){._pageGameCompletedCollectiveDefensiveRucksAdvanced_omc7r_3 ._generalAndByResultRow_omc7r_9{grid-template-columns:1fr}}._pageGameCompletedCollectiveDefensiveRucksAdvanced_omc7r_3 ._generalAndByResultRow_omc7r_9>*{display:flex;flex-direction:column}._pageGameCompletedCollectiveDefensiveRucksAdvanced_omc7r_3 ._generalAndByResultRow_omc7r_9>*>*{flex:1}@font-face{font-family:Josefin Sans;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/josefinsans/v32/Qw3PZQNVED7rKGKxtqIqX5E-AVSJrOCfjY46_DjQbMZhLybpUVzEEQ.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}._teamSplitFieldCard_j7i5b_11{height:100%;width:100%}._teamSplitFieldCard_j7i5b_11 ._content_j7i5b_15{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem}._teamSplitFieldCard_j7i5b_11 ._fieldColumns_j7i5b_21{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}._teamSplitFieldCard_j7i5b_11 ._fieldColumn_j7i5b_21{display:flex;flex-direction:column;gap:.625rem}._teamSplitFieldCard_j7i5b_11 ._fieldColumn_j7i5b_21 ._teamLabel_j7i5b_31{font-family:Josefin Sans,sans-serif;font-size:.6875rem;font-weight:600;color:var(--team-color, var(--text-2));text-transform:uppercase;letter-spacing:.5px}._widgetGameOffensiveBallsLostField_eutdm_11,._widgetGameOffensiveBallsLostGeneral_pdum1_3{height:100%;width:100%}._widgetGameOffensiveBallsLostGeneral_pdum1_3 ._rows_pdum1_7{padding:.9375rem}._pageGameCompletedCollectiveBallsLostAdvanced_18gep_3{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem}._pageGameCompletedCollectiveBallsLostAdvanced_18gep_3 ._generalAndByCauseRow_18gep_9{display:grid;grid-template-columns:1fr 1fr;align-items:stretch;gap:.9375rem}@media(max-width:1024px){._pageGameCompletedCollectiveBallsLostAdvanced_18gep_3 ._generalAndByCauseRow_18gep_9{grid-template-columns:1fr}}._pageGameCompletedCollectiveBallsLostAdvanced_18gep_3 ._generalAndByCauseRow_18gep_9>*{display:flex;flex-direction:column}._pageGameCompletedCollectiveBallsLostAdvanced_18gep_3 ._generalAndByCauseRow_18gep_9>*>*{flex:1}@font-face{font-family:Josefin Sans;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/josefinsans/v32/Qw3PZQNVED7rKGKxtqIqX5E-AVSJrOCfjY46_DjQbMZhLybpUVzEEQ.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}._widgetGameAerialReceptionsField_yk3us_17{height:100%;width:100%}._widgetGameAerialReceptionsField_yk3us_17 ._typeOptionLabel_yk3us_21{display:flex;align-items:center;gap:.3125rem;font-family:Josefin Sans,sans-serif;font-size:.6875rem}._widgetGameAerialReceptionsField_yk3us_17 ._typeOptionLabel_yk3us_21 ._typeOptionDot_yk3us_28{display:inline-block;width:10px;height:10px;border-radius:50%;flex-shrink:0}._widgetGameAerialReceptionsField_yk3us_17 ._typeOptionLabel_yk3us_21 ._typeOptionDot_yk3us_28._typeOptionDotUncontested_yk3us_35{background-color:#ff9f00}._widgetGameAerialReceptionsField_yk3us_17 ._typeOptionLabel_yk3us_21 ._typeOptionDot_yk3us_28._typeOptionDotOffensive_yk3us_38{background-color:#16a34a}._widgetGameAerialReceptionsField_yk3us_17 ._typeOptionLabel_yk3us_21 ._typeOptionDot_yk3us_28._typeOptionDotDefensive_yk3us_41{background-color:#e30613}._widgetGameAerialReceptionsGeneral_1auco_8{height:100%;width:100%}._widgetGameAerialReceptionsGeneral_1auco_8 ._rows_1auco_12{display:grid;grid-template-columns:repeat(2,1fr);gap:.625rem;padding:.9375rem}@media(max-width:1024px){._widgetGameAerialReceptionsGeneral_1auco_8 ._rows_1auco_12{grid-template-columns:1fr}}._pageGameCompletedCollectiveAerialContestsAdvanced_kun42_3{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem}._widgetGameCollectiveDisciplineByMotive_151l1_3{height:100%;width:100%}._widgetGameCollectiveDisciplineByMotive_151l1_3 ._chart_151l1_7{padding:.9375rem}._widgetGameCollectiveDisciplineField_1urhy_18{height:100%;width:100%}._pageGameCompletedCollectiveDisciplineAdvanced_1f8k6_3{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem}._widgetGameTriesField_3yfyw_18,._widgetGameTriesGlobal_8fp8r_8{height:100%;width:100%}._widgetGameTriesGlobal_8fp8r_8 ._rows_8fp8r_12{display:grid;grid-template-columns:repeat(2,1fr);gap:.625rem;padding:.9375rem}@media(max-width:1024px){._widgetGameTriesGlobal_8fp8r_8 ._rows_8fp8r_12{grid-template-columns:1fr}}._pageGameCompletedCollectiveTriesAdvanced_bbnhq_3{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem}._pageGameCompletedCollectiveTriesAdvanced_bbnhq_3 ._generalAndByOriginRow_bbnhq_9{display:grid;grid-template-columns:1fr 1fr;align-items:stretch;gap:.9375rem}@media(max-width:1024px){._pageGameCompletedCollectiveTriesAdvanced_bbnhq_3 ._generalAndByOriginRow_bbnhq_9{grid-template-columns:1fr}}._pageGameCompletedCollectiveTriesAdvanced_bbnhq_3 ._generalAndByOriginRow_bbnhq_9>*{display:flex;flex-direction:column}._pageGameCompletedCollectiveTriesAdvanced_bbnhq_3 ._generalAndByOriginRow_bbnhq_9>*>*{flex:1}._widgetGameDropOut22General_frn6x_8{height:100%;width:100%}._widgetGameDropOut22General_frn6x_8 ._kpis_frn6x_12{display:grid;grid-template-columns:repeat(2,1fr);gap:.625rem;padding:.9375rem}@media(max-width:1024px){._widgetGameDropOut22General_frn6x_8 ._kpis_frn6x_12{grid-template-columns:1fr}}._widgetGameDropOut22Trajectory_1dm3z_12{height:100%;width:100%}._widgetGameDropOut22Trajectory_1dm3z_12 ._teamFields_1dm3z_16{display:grid;grid-template-columns:1fr 1fr;gap:.9375rem;padding:.9375rem}@media(max-width:1024px){._widgetGameDropOut22Trajectory_1dm3z_12 ._teamFields_1dm3z_16{grid-template-columns:1fr}}._widgetGameKickOffsGeneral_7zu8h_8{height:100%;width:100%}._widgetGameKickOffsGeneral_7zu8h_8 ._kickOffResults_7zu8h_12{display:grid;grid-template-columns:repeat(2,1fr);gap:.625rem;padding:.9375rem}@media(max-width:1024px){._widgetGameKickOffsGeneral_7zu8h_8 ._kickOffResults_7zu8h_12{grid-template-columns:1fr}}@keyframes _pulseDot_1q0g6_1{0%,to{opacity:1}50%{opacity:.3}}@font-face{font-family:Josefin Sans;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/josefinsans/v32/Qw3PZQNVED7rKGKxtqIqX5E-AVSJrOCfjY46_DjQbMZhLybpUVzEEQ.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}._halfFieldChart_1q0g6_19{width:100%;background-color:var(--surface-1);border-radius:12px;display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--border-subtle);box-shadow:var(--shadow-1);transition:box-shadow .2s ease;color:var(--text-1)}._halfFieldChart_1q0g6_19:hover{box-shadow:var(--shadow-2)}._halfFieldChart_1q0g6_19 ._header_1q0g6_34{display:flex;align-items:center;background-color:var(--surface-brand);padding:.625rem .9375rem;flex-shrink:0}._halfFieldChart_1q0g6_19 ._header_1q0g6_34 ._title_1q0g6_41{flex:1;font-family:Josefin Sans,sans-serif;font-size:.75rem;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:1px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._halfFieldChart_1q0g6_19 ._fieldContainer_1q0g6_53{width:100%;position:relative;padding:.625rem;box-sizing:border-box}._halfFieldChart_1q0g6_19 ._fieldContainer_1q0g6_53 ._fieldSvg_1q0g6_59{width:100%;height:auto;display:block}._halfFieldChart_1q0g6_19 ._fieldContainer_1q0g6_53 ._fieldSvg_1q0g6_59 ._safetyArea_1q0g6_64{fill:#00000006}._halfFieldChart_1q0g6_19 ._fieldContainer_1q0g6_53 ._fieldSvg_1q0g6_59 ._inGoalArea_1q0g6_67{fill:#e3061312}._halfFieldChart_1q0g6_19 ._fieldContainer_1q0g6_53 ._fieldSvg_1q0g6_59 ._playingArea_1q0g6_70{fill:#fff}._halfFieldChart_1q0g6_19 ._fieldContainer_1q0g6_53 ._fieldSvg_1q0g6_59 ._deadBallLine_1q0g6_73{stroke:var(--text-1);stroke-width:.6;fill:none}._halfFieldChart_1q0g6_19 ._fieldContainer_1q0g6_53 ._fieldSvg_1q0g6_59 ._tryLine_1q0g6_78{stroke:var(--text-1);stroke-width:.8;fill:none}._halfFieldChart_1q0g6_19 ._fieldContainer_1q0g6_53 ._fieldSvg_1q0g6_59 ._safetyLine_1q0g6_83{stroke:var(--text-3);stroke-width:.3;stroke-dasharray:2 2;fill:none}._halfFieldChart_1q0g6_19 ._fieldContainer_1q0g6_53 ._fieldSvg_1q0g6_59 ._fieldLine_1q0g6_89{stroke:var(--text-3);stroke-width:.4;fill:none}._halfFieldChart_1q0g6_19 ._fieldContainer_1q0g6_53 ._fieldSvg_1q0g6_59 ._line22m_1q0g6_94{stroke:var(--text-3);stroke-width:.6;fill:none}._halfFieldChart_1q0g6_19 ._fieldContainer_1q0g6_53 ._fieldSvg_1q0g6_59 ._midfieldLine_1q0g6_99{stroke:var(--text-2);stroke-width:.7;fill:none}._halfFieldChart_1q0g6_19 ._fieldContainer_1q0g6_53 ._fieldSvg_1q0g6_59 ._teamLine_1q0g6_104{stroke:var(--text-2);stroke-width:.5;stroke-dasharray:3 2;fill:none}._halfFieldChart_1q0g6_19 ._fieldContainer_1q0g6_53 ._fieldSvg_1q0g6_59 ._touchline_1q0g6_110{stroke:var(--text-1);stroke-width:.6;fill:none}._halfFieldChart_1q0g6_19 ._fieldContainer_1q0g6_53 ._fieldSvg_1q0g6_59 ._corridorLine_1q0g6_115{stroke:var(--text-4);stroke-width:.3;stroke-dasharray:2 2;fill:none}._halfFieldChart_1q0g6_19 ._fieldContainer_1q0g6_53 ._fieldSvg_1q0g6_59 ._lineLabel_1q0g6_121{fill:var(--text-3);font-family:Josefin Sans,sans-serif;font-size:.125rem}._halfFieldChart_1q0g6_19 ._fieldContainer_1q0g6_53 ._fieldSvg_1q0g6_59 ._goalPost_1q0g6_126{stroke:var(--text-1);stroke-width:.4;stroke-linecap:round;fill:none}._halfFieldChart_1q0g6_19 ._fieldContainer_1q0g6_53 ._fieldSvg_1q0g6_59 ._trajectoryGroup_1q0g6_132{cursor:pointer;transition:opacity .2s ease}._halfFieldChart_1q0g6_19 ._fieldContainer_1q0g6_53 ._fieldSvg_1q0g6_59 ._trajectoryGroup_1q0g6_132._trajectoryDimmed_1q0g6_136{opacity:.15}._halfFieldChart_1q0g6_19 ._fieldContainer_1q0g6_53 ._fieldSvg_1q0g6_59 ._trajectoryGroup_1q0g6_132._trajectoryActive_1q0g6_139 ._departureDot_1q0g6_139{animation:_pulseDot_1q0g6_1 1.4s ease-in-out infinite}._halfFieldChart_1q0g6_19 ._fieldContainer_1q0g6_53 ._fieldSvg_1q0g6_59 ._trajectoryLabel_1q0g6_142{font-family:Josefin Sans,sans-serif}._halfFieldChart_1q0g6_19 ._fieldContainer_1q0g6_53 ._tooltip_1q0g6_145{position:fixed;left:var(--tooltip-x);top:var(--tooltip-y);pointer-events:none;z-index:9999;background-color:#000;color:#fff;border-radius:6px;border-left:3px solid var(--tooltip-accent);padding:.625rem .9375rem;min-width:160px}._halfFieldChart_1q0g6_19 ._fieldContainer_1q0g6_53 ._tooltip_1q0g6_145 ._tooltipPlayer_1q0g6_158{font-family:Josefin Sans,sans-serif;font-size:.6875rem;font-weight:700;margin:0 0 .3125rem}._halfFieldChart_1q0g6_19 ._fieldContainer_1q0g6_53 ._tooltip_1q0g6_145 ._tooltipRow_1q0g6_164{display:flex;justify-content:space-between;gap:.625rem;font-family:Josefin Sans,sans-serif;font-size:.6875rem;margin:0}._halfFieldChart_1q0g6_19 ._fieldContainer_1q0g6_53 ._tooltip_1q0g6_145 ._tooltipRow_1q0g6_164 ._tooltipKey_1q0g6_172{color:#ffffff8c}._widgetGameKickOffsTrajectory_1fwjl_12{height:100%;width:100%}._widgetGameKickOffsTrajectory_1fwjl_12 ._teamFields_1fwjl_16{display:grid;grid-template-columns:1fr 1fr;gap:.9375rem;padding:.9375rem}@media(max-width:1024px){._widgetGameKickOffsTrajectory_1fwjl_12 ._teamFields_1fwjl_16{grid-template-columns:1fr}}._pageGameCompletedCollectiveRestartsAdvanced_919cc_3{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem}._pageGameCompletedCollectiveRestartsAdvanced_919cc_3 ._kpisRow_919cc_9{display:grid;grid-template-columns:1fr 1fr;align-items:stretch;gap:.9375rem}@media(max-width:1024px){._pageGameCompletedCollectiveRestartsAdvanced_919cc_3 ._kpisRow_919cc_9{grid-template-columns:1fr}}._pageGameCompletedCollectiveRestartsAdvanced_919cc_3 ._kpisRow_919cc_9>*{display:flex;flex-direction:column}._pageGameCompletedCollectiveRestartsAdvanced_919cc_3 ._kpisRow_919cc_9>*>*{flex:1}._widgetGameGoalKickByDistance_1tjge_1{width:100%}._widgetGameGoalKickGeneral_iak4i_3{height:100%;width:100%}._widgetGameGoalKickGeneral_iak4i_3 ._rows_iak4i_7{display:grid;grid-template-columns:repeat(3,1fr);gap:.625rem;padding:.9375rem}._widgetGameGoalKickTrajectory_1axq1_8{height:100%;width:100%}._widgetGameGoalKickTrajectory_1axq1_8 ._teamFields_1axq1_12{display:grid;grid-template-columns:1fr 1fr;gap:.9375rem;padding:.9375rem}@media(max-width:768px){._widgetGameGoalKickTrajectory_1axq1_8 ._teamFields_1axq1_12{grid-template-columns:1fr}}._pageGameCompletedCollectiveKicksToPostAdvanced_1m7e1_3{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem}._widgetGamePenaltiesKicksToToucheGeneral_1oui3_8{height:100%;width:100%}._widgetGamePenaltiesKicksToToucheGeneral_1oui3_8 ._rows_1oui3_12{display:grid;grid-template-columns:repeat(2,1fr);gap:.625rem;padding:.9375rem}@media(max-width:1024px){._widgetGamePenaltiesKicksToToucheGeneral_1oui3_8 ._rows_1oui3_12{grid-template-columns:1fr}}._widgetGamePenaltiesKicksToToucheTrajectory_1e9jy_9{height:100%;width:100%}._pageGameCompletedCollectivePenaltiesKicksToToucheAdvanced_19e0s_3{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem}._pageGameCompletedCollectivePenaltiesKicksToToucheAdvanced_19e0s_3 ._generalAndMeters_19e0s_9{display:grid;grid-template-columns:1fr 1fr;align-items:stretch;gap:.9375rem}@media(max-width:1024px){._pageGameCompletedCollectivePenaltiesKicksToToucheAdvanced_19e0s_3 ._generalAndMeters_19e0s_9{grid-template-columns:1fr}}._pageGameCompletedCollectivePenaltiesKicksToToucheAdvanced_19e0s_3 ._generalAndMeters_19e0s_9>*{flex:1}._widgetGamePenaltiesKicksToToucheMeters_xgtss_8{height:100%;width:100%}._widgetGamePenaltiesKicksToToucheMeters_xgtss_8 ._chartsColumn_xgtss_12{display:flex;flex-direction:column;gap:.625rem;padding:.9375rem}._widgetGameHandGameKpis_13ykp_3{height:100%;width:100%}._widgetGameHandGameKpis_13ykp_3 ._kpiTable_13ykp_7{padding:.9375rem}._pageGameCompletedCollectiveHandGameAdvanced_qrrzg_3{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem}._reportLineupsTable_gk8nh_1{display:flex;gap:1cm;width:100%}._squad_gk8nh_7{flex:1;border-collapse:collapse;font-size:11pt}._teamHead_gk8nh_13{text-align:left;padding:.2cm .3cm;color:#fff;text-transform:uppercase;font-weight:700}._colHead_gk8nh_21{padding:.2cm .3cm;color:#fff;font-weight:700;text-align:center;width:2cm}._headOne_gk8nh_29{background:#1b1435}._headTwo_gk8nh_33{background:#e30613}._playerRow_gk8nh_37{border-bottom:1px solid #e2e3e5}._playerRow_gk8nh_37:nth-child(2n){background:#f4f5f7}._name_gk8nh_44{padding:.12cm .3cm;text-transform:uppercase;font-weight:600}._num_gk8nh_50{padding:.12cm .3cm;text-align:center;white-space:nowrap}._matchDownloads_lzsm8_1{display:flex;flex-direction:column;gap:1.5rem;padding:1.5rem}._matchDownloads_lzsm8_1 ._title_lzsm8_7{margin:0;font-size:1.4rem;font-weight:800;color:var(--text-strong)}._matchDownloads_lzsm8_1 ._backButton_lzsm8_13{align-self:flex-start;padding:.5rem 1rem;border:1px solid var(--border-1);border-radius:.5rem;background:var(--surface-1);color:var(--text-strong);font-weight:600;cursor:pointer}._matchDownloads_lzsm8_1 ._backButton_lzsm8_13:hover{border-color:var(--border-strong);background:var(--surface-2)}._matchDownloads_lzsm8_1 ._grid_lzsm8_27{display:grid;grid-template-columns:repeat(auto-fill,minmax(11rem,1fr));gap:1rem}._matchDownloads_lzsm8_1 ._fileLoading_lzsm8_32{display:flex;justify-content:center}._matchDownloads_lzsm8_1 ._overlay_lzsm8_36{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;background-color:#0000008c}._matchDownloads_lzsm8_1 ._overlay_lzsm8_36 ._dialog_lzsm8_45{display:flex;flex-direction:column;gap:1rem;width:90%;max-width:26rem;padding:1.75rem;border-radius:.75rem;background-color:var(--surface-1)}._matchDownloads_lzsm8_1 ._overlay_lzsm8_36 ._dialog_lzsm8_45 ._dialogTitle_lzsm8_55{margin:0;font-size:1.2rem;font-weight:800;color:var(--text-strong)}._matchDownloads_lzsm8_1 ._overlay_lzsm8_36 ._dialog_lzsm8_45 ._angleList_lzsm8_61{display:flex;flex-direction:column;gap:.6rem}._matchDownloads_lzsm8_1 ._overlay_lzsm8_36 ._dialog_lzsm8_45 ._angleList_lzsm8_61 ._angleLink_lzsm8_66{display:flex;align-items:center;gap:.6rem;padding:.7rem 1rem;border:1px solid var(--border-1);border-radius:.5rem;background-color:var(--surface-1);color:var(--text-strong);font-weight:600;text-decoration:none}._matchDownloads_lzsm8_1 ._overlay_lzsm8_36 ._dialog_lzsm8_45 ._angleList_lzsm8_61 ._angleLink_lzsm8_66:hover{background-color:#0d03340f}._matchDownloads_lzsm8_1 ._overlay_lzsm8_36 ._dialog_lzsm8_45 ._angleList_lzsm8_61 ._angleLink_lzsm8_66 ._angleIcon_lzsm8_81{height:1.5rem;width:1.5rem}._matchDownloads_lzsm8_1 ._overlay_lzsm8_36 ._dialog_lzsm8_45 ._emptyAngles_lzsm8_85{margin:0;text-align:center;color:var(--text-3)}._pageGameCompletedIndividualGeneral_xez7n_3,._pageGameCompletedIndividualLineups_1uhng_3{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem}._widgetGameCollectiveStatsSetPiece_1fl0l_8{height:100%;width:100%}._widgetGameCollectiveStatsSetPiece_1fl0l_8 ._metrics_1fl0l_12{display:grid;grid-template-columns:repeat(2,1fr);gap:.625rem;padding:.9375rem}@media(max-width:1024px){._widgetGameCollectiveStatsSetPiece_1fl0l_8 ._metrics_1fl0l_12{grid-template-columns:1fr}}._pageGameCompletedIndividualCollectiveStats_ae82t_3{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem}._pageGameCompletedIndividualCollectiveStats_ae82t_3 ._widgets_ae82t_9{display:grid;grid-template-columns:1fr 1fr;align-items:stretch;gap:.9375rem}@media(max-width:768px){._pageGameCompletedIndividualCollectiveStats_ae82t_3 ._widgets_ae82t_9{grid-template-columns:1fr}}._pageGameCompletedIndividualCollectiveStats_ae82t_3 ._widgets_ae82t_9>*{display:flex;flex-direction:column}._pageGameCompletedIndividualCollectiveStats_ae82t_3 ._widgets_ae82t_9>*>*{flex:1}@font-face{font-family:Josefin Sans;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/josefinsans/v32/Qw3PZQNVED7rKGKxtqIqX5E-AVSJrOCfjY46_DjQbMZhLybpUVzEEQ.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}._widgetGamePlayerDetailsControls_2fr52_11{display:flex;flex-direction:column;gap:.9375rem;padding:.625rem .9375rem;background-color:var(--surface-1);border-radius:12px;border:1px solid var(--border-subtle);box-shadow:var(--shadow-1)}._widgetGamePlayerDetailsControls_2fr52_11 ._controlsRow_2fr52_21{display:flex;align-items:center;gap:1.25rem;flex-wrap:wrap}@media(max-width:768px){._widgetGamePlayerDetailsControls_2fr52_11 ._controlsRow_2fr52_21{flex-direction:column;align-items:flex-start;gap:.625rem}}._widgetGamePlayerDetailsControls_2fr52_11 ._viewButtons_2fr52_34{display:flex;gap:.3125rem;flex-shrink:0}._widgetGamePlayerDetailsControls_2fr52_11 ._viewButtons_2fr52_34 ._viewButton_2fr52_34{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border:2px solid transparent;border-radius:8px;background:transparent;cursor:pointer;transition:border-color .15s ease,background-color .15s ease}._widgetGamePlayerDetailsControls_2fr52_11 ._viewButtons_2fr52_34 ._viewButton_2fr52_34:hover{background-color:#0d03340f;border-color:#0d033433}._widgetGamePlayerDetailsControls_2fr52_11 ._viewButtons_2fr52_34 ._viewButton_2fr52_34._active_2fr52_55{background-color:#0d03341a;border-color:var(--surface-brand)}._widgetGamePlayerDetailsControls_2fr52_11 ._viewButtons_2fr52_34 ._viewButton_2fr52_34 ._viewIcon_2fr52_59{width:32px;height:32px;object-fit:contain}._widgetGamePlayerDetailsControls_2fr52_11 ._selectors_2fr52_64{display:flex;gap:.9375rem;flex-wrap:wrap;flex:1}@media(max-width:768px){._widgetGamePlayerDetailsControls_2fr52_11 ._selectors_2fr52_64{flex-direction:column;width:100%}}._widgetGamePlayerDetailsControls_2fr52_11 ._selectors_2fr52_64 ._selectorGroup_2fr52_76{display:flex;flex-direction:column;gap:.125rem;min-width:220px}@media(max-width:768px){._widgetGamePlayerDetailsControls_2fr52_11 ._selectors_2fr52_64 ._selectorGroup_2fr52_76{min-width:0;width:100%}}._widgetGamePlayerDetailsControls_2fr52_11 ._label_2fr52_88{font-family:Josefin Sans,sans-serif;font-size:.6875rem;font-weight:700;color:var(--text-3);text-transform:uppercase;letter-spacing:.5px}._widgetGamePlayerDetailsControls_2fr52_11 ._select_2fr52_64{font-family:Josefin Sans,sans-serif;font-size:.75rem;color:var(--text-strong);background-color:var(--surface-1);border:1px solid rgba(13,3,52,.3);border-radius:6px;padding:.3125rem .625rem;cursor:pointer;appearance:auto}._widgetGamePlayerDetailsControls_2fr52_11 ._select_2fr52_64:focus{outline:2px solid var(--focus-ring);outline-offset:2px}._widgetGamePlayerDetailsControls_2fr52_11 ._select_2fr52_64:hover{border-color:var(--surface-brand)}._widgetGamePlayerDetailsControls_2fr52_11 ._select_2fr52_64:disabled{opacity:.5;cursor:not-allowed}._widgetGamePlayerDetailsControls_2fr52_11 ._metricsSelector_2fr52_118{flex:1;min-width:280px}._comparisonTable_6txa2_9{width:100%;overflow-x:hidden}._comparisonTable_6txa2_9 table{width:100%;border-collapse:collapse}._comparisonTable_6txa2_9 table thead tr ._columnLeftHeader_6txa2_17{text-align:right;padding:.625rem .9375rem;overflow:hidden;max-width:160px}@media(max-width:768px){._comparisonTable_6txa2_9 table thead tr ._columnLeftHeader_6txa2_17{padding:.125rem .3125rem}}._comparisonTable_6txa2_9 table thead tr ._columnLeftHeader_6txa2_17 ._entityName_6txa2_28{color:var(--left-color)}._comparisonTable_6txa2_9 table thead tr ._columnLeftHeader_6txa2_17 ._entityPhotoPlaceholder_6txa2_31{border-color:var(--left-color)}._comparisonTable_6txa2_9 table thead tr ._metricColumnHeader_6txa2_34{min-width:120px}@media(max-width:768px){._comparisonTable_6txa2_9 table thead tr ._metricColumnHeader_6txa2_34{min-width:0}}._comparisonTable_6txa2_9 table thead tr ._columnRightHeader_6txa2_42{text-align:left;padding:.625rem .9375rem;overflow:hidden;max-width:160px}@media(max-width:768px){._comparisonTable_6txa2_9 table thead tr ._columnRightHeader_6txa2_42{padding:.125rem .3125rem}}._comparisonTable_6txa2_9 table thead tr ._columnRightHeader_6txa2_42 ._entityName_6txa2_28{color:var(--right-color)}._comparisonTable_6txa2_9 table thead tr ._columnRightHeader_6txa2_42 ._entityPhotoPlaceholder_6txa2_31{border-color:var(--right-color)}._comparisonTable_6txa2_9 table thead tr ._entityHeader_6txa2_59{display:flex;align-items:center;gap:.625rem}@media(max-width:768px){._comparisonTable_6txa2_9 table thead tr ._entityHeader_6txa2_59{gap:.125rem}}._comparisonTable_6txa2_9 table thead tr ._entityHeader_6txa2_59._entityHeaderRight_6txa2_69{flex-direction:row-reverse}._comparisonTable_6txa2_9 table thead tr ._entityPhoto_6txa2_31{width:56px;height:56px;border-radius:50%;object-fit:cover;object-position:top center;flex-shrink:0}@media(max-width:768px){._comparisonTable_6txa2_9 table thead tr ._entityPhoto_6txa2_31{width:32px;height:32px}}._comparisonTable_6txa2_9 table thead tr ._entityPhotoPlaceholder_6txa2_31{width:56px;height:56px;border-radius:50%;background-color:var(--surface-2);border:2px solid;flex-shrink:0}@media(max-width:768px){._comparisonTable_6txa2_9 table thead tr ._entityPhotoPlaceholder_6txa2_31{width:32px;height:32px}}._comparisonTable_6txa2_9 table thead tr ._entityInfo_6txa2_100{display:flex;flex-direction:column;min-width:0}._comparisonTable_6txa2_9 table thead tr ._entityName_6txa2_28{font-size:.875rem;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media(max-width:768px){._comparisonTable_6txa2_9 table thead tr ._entityName_6txa2_28{font-size:.75rem}}._comparisonTable_6txa2_9 table thead tr ._entitySubtitle_6txa2_117{font-size:.6875rem;color:var(--text-3);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media(max-width:768px){._comparisonTable_6txa2_9 table thead tr ._entitySubtitle_6txa2_117{font-size:.625rem}}._comparisonTable_6txa2_9 table thead tr ._entityBadge_6txa2_129{flex-shrink:0}._comparisonTable_6txa2_9 table tbody tr._rowEven_6txa2_132{background-color:var(--surface-1)}._comparisonTable_6txa2_9 table tbody tr._rowOdd_6txa2_135{background-color:var(--surface-2)}._comparisonTable_6txa2_9 table tbody tr._rowClickable_6txa2_138{cursor:pointer}._comparisonTable_6txa2_9 table tbody tr._rowClickable_6txa2_138:hover{background-color:#999}._comparisonTable_6txa2_9 table tbody tr ._valueLeft_6txa2_144{position:relative;text-align:right;padding:.3125rem .9375rem;font-size:.875rem;color:var(--text-2);width:30%}@media(max-width:768px){._comparisonTable_6txa2_9 table tbody tr ._valueLeft_6txa2_144{padding:.125rem .3125rem;font-size:.75rem}}._comparisonTable_6txa2_9 table tbody tr ._valueLeft_6txa2_144._highlightedLeft_6txa2_158{font-weight:700;color:var(--left-color)}._comparisonTable_6txa2_9 table tbody tr ._valueLeft_6txa2_144._highlightedLeft_6txa2_158:before{content:"";position:absolute;inset:0;background-color:var(--left-color);opacity:.12;pointer-events:none}._comparisonTable_6txa2_9 table tbody tr ._metricLabel_6txa2_173{text-align:center;padding:.3125rem .625rem;font-size:.75rem;color:var(--text-3);width:40%}@media(max-width:768px){._comparisonTable_6txa2_9 table tbody tr ._metricLabel_6txa2_173{padding:.125rem;font-size:.6875rem}}._comparisonTable_6txa2_9 table tbody tr ._valueRight_6txa2_186{position:relative;text-align:left;padding:.3125rem .9375rem;font-size:.875rem;color:var(--text-2);width:30%}@media(max-width:768px){._comparisonTable_6txa2_9 table tbody tr ._valueRight_6txa2_186{padding:.125rem .3125rem;font-size:.75rem}}._comparisonTable_6txa2_9 table tbody tr ._valueRight_6txa2_186._highlightedRight_6txa2_200{font-weight:700;color:var(--right-color)}._comparisonTable_6txa2_9 table tbody tr ._valueRight_6txa2_186._highlightedRight_6txa2_200:before{content:"";position:absolute;inset:0;background-color:var(--right-color);opacity:.12;pointer-events:none}._comparisonTable_6txa2_9._compact_6txa2_215 table tbody tr ._valueLeft_6txa2_144,._comparisonTable_6txa2_9._compact_6txa2_215 table tbody tr ._metricLabel_6txa2_173,._comparisonTable_6txa2_9._compact_6txa2_215 table tbody tr ._valueRight_6txa2_186{padding-top:.125rem;padding-bottom:.125rem}._widgetGamePlayerDetailsComparisonTable_1ysjf_1,._widgetGamePlayerDetailsKpiCards_1u8n5_4{width:100%;height:100%}._widgetGamePlayerDetailsKpiCards_1u8n5_4 ._playerInfo_1u8n5_8{display:flex;align-items:center;gap:.625rem;padding:.9375rem;border-bottom:1px solid var(--border-subtle)}._widgetGamePlayerDetailsKpiCards_1u8n5_4 ._playerInfo_1u8n5_8 ._playerPhoto_1u8n5_15{width:56px;height:56px;border-radius:50%;object-fit:cover;object-position:center top;border:2px solid rgba(0,0,0,.08);background-color:var(--surface-2);flex-shrink:0}._widgetGamePlayerDetailsKpiCards_1u8n5_4 ._playerInfo_1u8n5_8 ._playerName_1u8n5_25{font-size:1rem;font-weight:700;color:var(--text-strong)}._widgetGamePlayerDetailsKpiCards_1u8n5_4 ._playerInfo_1u8n5_8 ._playerName_1u8n5_25 ._playerPosition_1u8n5_30{font-weight:400;color:var(--text-3);font-size:.875rem}._widgetGamePlayerDetailsKpiCards_1u8n5_4 ._kpiGrid_1u8n5_35{display:grid;grid-template-columns:repeat(3,1fr);gap:.625rem;padding:.9375rem}@media(max-width:1024px){._widgetGamePlayerDetailsKpiCards_1u8n5_4 ._kpiGrid_1u8n5_35{grid-template-columns:1fr}}._widgetGamePlayerDetailsRadarChart_146kq_1{width:100%;height:100%}._pageGameCompletedIndividualPlayersDetails_1c81p_3{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem}._pageGameCompletedIndividualPlayersDetails_1c81p_3 ._contentArea_1c81p_9{display:flex;flex-direction:column;gap:.9375rem}._widgetGameLinesOutsJumpers_x8n1j_6{height:100%;width:100%}._widgetGameLinesOutsJumpers_x8n1j_6 ._chartWrapper_x8n1j_10{padding:0}._pageGameCompletedIndividualLineOuts_10pet_3{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem}._pageGameCompletedIndividualLineOuts_10pet_3 ._generalAndByZoneRow_10pet_9{display:grid;grid-template-columns:1fr 1fr;align-items:stretch;gap:.9375rem}@media(max-width:768px){._pageGameCompletedIndividualLineOuts_10pet_3 ._generalAndByZoneRow_10pet_9{grid-template-columns:1fr}}._pageGameCompletedIndividualLineOuts_10pet_3 ._generalAndByZoneRow_10pet_9>*{display:flex;flex-direction:column}._pageGameCompletedIndividualLineOuts_10pet_3 ._generalAndByZoneRow_10pet_9>*>*{flex:1}._widgetGameLineOutsLineUpUsed_lkgj2_1{position:relative;width:100%;height:100%}._pageGameCompletedIndividualScrums_144oh_3{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem}._pageGameCompletedIndividualScrums_144oh_3 ._generalAndByZoneRow_144oh_9{display:grid;grid-template-columns:1fr 1fr;align-items:stretch;gap:.9375rem}@media(max-width:768px){._pageGameCompletedIndividualScrums_144oh_3 ._generalAndByZoneRow_144oh_9{grid-template-columns:1fr}}._pageGameCompletedIndividualScrums_144oh_3 ._generalAndByZoneRow_144oh_9>*{display:flex;flex-direction:column}._pageGameCompletedIndividualScrums_144oh_3 ._generalAndByZoneRow_144oh_9>*>*{flex:1}._widgetGameScrumsParticipatingPlayers_llfrm_8{height:100%;width:100%}._widgetGameScrumsParticipatingPlayers_llfrm_8 ._chartWrapper_llfrm_12{padding:.625rem 0}._widgetGameScrumsStarterPlay_6qx4b_8{height:100%;width:100%}._widgetGameScrumsStarterPlay_6qx4b_8 ._chartWrapper_6qx4b_12{padding:.9375rem .9375rem .625rem}@media(max-width:768px){._widgetGameScrumsStarterPlay_6qx4b_8 ._chartWrapper_6qx4b_12{padding:.3125rem .3125rem .125rem}}._widgetGamePassesByZone_6lfww_8{height:100%;width:100%}._widgetGamePassesByZone_6lfww_8 ._zonesColumn_6lfww_12{display:flex;flex-direction:column;gap:.625rem;padding:.9375rem}._widgetGamePassesGeneral_hznov_8{height:100%;width:100%}._widgetGamePassesGeneral_hznov_8 ._rows_hznov_12{display:grid;grid-template-columns:repeat(2,1fr);gap:.625rem;padding:.9375rem}@media(max-width:1024px){._widgetGamePassesGeneral_hznov_8 ._rows_hznov_12{grid-template-columns:1fr}}._pageGameCompletedIndividualPasses_1be31_3{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem}._pageGameCompletedIndividualPasses_1be31_3 ._generalAndByZoneRow_1be31_9{display:grid;grid-template-columns:1fr 1fr;align-items:stretch;gap:.9375rem}@media(max-width:768px){._pageGameCompletedIndividualPasses_1be31_3 ._generalAndByZoneRow_1be31_9{grid-template-columns:1fr}}._pageGameCompletedIndividualPasses_1be31_3 ._generalAndByZoneRow_1be31_9>*{display:flex;flex-direction:column}._pageGameCompletedIndividualPasses_1be31_3 ._generalAndByZoneRow_1be31_9>*>*{flex:1}._widgetGamePossessionsByDuration_1d3zr_8{height:100%;width:100%}._widgetGamePossessionsByDuration_1d3zr_8 ._chartWrapper_1d3zr_12{padding:.9375rem}@media(max-width:768px){._widgetGamePossessionsByDuration_1d3zr_8 ._chartWrapper_1d3zr_12{padding:.3125rem}}._widgetGamePossessionsByZone_m0pbk_8{height:100%;width:100%}._widgetGamePossessionsByZone_m0pbk_8 ._zonesColumn_m0pbk_12{display:flex;flex-direction:column;gap:.625rem;padding:.9375rem}._widgetGamePossessionsGeneral_18f7e_8{height:100%;width:100%}._widgetGamePossessionsGeneral_18f7e_8 ._rows_18f7e_12{display:grid;grid-template-columns:repeat(2,1fr);gap:.625rem;padding:.9375rem}@media(max-width:1024px){._widgetGamePossessionsGeneral_18f7e_8 ._rows_18f7e_12{grid-template-columns:1fr}}._widgetGamePossessionsTimeline_17nsv_6{height:100%;width:100%}._pageGameCompletedIndividualPossessions_1ht4j_3{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem}._pageGameCompletedIndividualPossessions_1ht4j_3 ._generalAndByZoneRow_1ht4j_9{display:grid;grid-template-columns:1fr 1fr;align-items:stretch;gap:.9375rem}@media(max-width:768px){._pageGameCompletedIndividualPossessions_1ht4j_3 ._generalAndByZoneRow_1ht4j_9{grid-template-columns:1fr}}._pageGameCompletedIndividualPossessions_1ht4j_3 ._generalAndByZoneRow_1ht4j_9>*{display:flex;flex-direction:column}._pageGameCompletedIndividualPossessions_1ht4j_3 ._generalAndByZoneRow_1ht4j_9>*>*{flex:1}._widgetGameOccupationGeneral_1ijx2_8{height:100%;width:100%}._widgetGameOccupationGeneral_1ijx2_8 ._rows_1ijx2_12{display:grid;grid-template-columns:repeat(2,1fr);gap:.625rem;padding:.9375rem}@media(max-width:1024px){._widgetGameOccupationGeneral_1ijx2_8 ._rows_1ijx2_12{grid-template-columns:1fr}}._widgetGameOccupationHeatmap_1x9m9_8{height:100%;width:100%}._widgetGameOccupationHeatmap_1x9m9_8 ._fieldsRow_1x9m9_12{display:grid;grid-template-columns:1fr 1fr;gap:.9375rem;padding:.9375rem}._widgetGameOccupationTimeline_17a0x_10{width:100%}._widgetGameOccupationTimeline_17a0x_10 ._chartArea_17a0x_13{padding:.9375rem}._pageGameCompletedIndividualOccupation_gcp68_3,._pageGameCompletedIndividualEffectiveTimePlayed_akc97_3{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem}._pageGameCompletedIndividualEffectiveTimePlayed_akc97_3 ._generalAndByDurationRow_akc97_9{display:grid;grid-template-columns:1fr 1fr;align-items:stretch;gap:.9375rem}@media(max-width:768px){._pageGameCompletedIndividualEffectiveTimePlayed_akc97_3 ._generalAndByDurationRow_akc97_9{grid-template-columns:1fr}}._pageGameCompletedIndividualEffectiveTimePlayed_akc97_3 ._generalAndByDurationRow_akc97_9>*{display:flex;flex-direction:column}._pageGameCompletedIndividualEffectiveTimePlayed_akc97_3 ._generalAndByDurationRow_akc97_9>*>*{flex:1}._widgetGameExpectedPointsBreakdown_1ob47_8{height:100%;width:100%}._widgetGameExpectedPointsBreakdown_1ob47_8 ._chartsWrapper_1ob47_12{display:flex;flex-direction:column;gap:.625rem;padding:.9375rem}._widgetGameExpectedPointsGeneral_1eoam_8{height:100%;width:100%}._widgetGameExpectedPointsGeneral_1eoam_8 ._kpiGrid_1eoam_12{display:grid;grid-template-columns:repeat(2,1fr);gap:.625rem;padding:.9375rem}@media(max-width:1024px){._widgetGameExpectedPointsGeneral_1eoam_8 ._kpiGrid_1eoam_12{grid-template-columns:1fr}}._pageGameCompletedIndividualExpectedPoints_1tiwj_3{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem}._pageGameCompletedIndividualExpectedPoints_1tiwj_3 ._xPointRow_1tiwj_9{display:grid;grid-template-columns:1fr 1fr;align-items:stretch;gap:.9375rem}@media(max-width:768px){._pageGameCompletedIndividualExpectedPoints_1tiwj_3 ._xPointRow_1tiwj_9{grid-template-columns:1fr}}._pageGameCompletedIndividualExpectedPoints_1tiwj_3 ._xPointRow_1tiwj_9>*{display:flex;flex-direction:column}._pageGameCompletedIndividualExpectedPoints_1tiwj_3 ._xPointRow_1tiwj_9>*>*{flex:1}._pageGameCompletedIndividualTries_1m6dh_3{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem}._widgetGameOffensiveRucksField_1jaf1_7,._widgetGameOffensiveRucksGeneral_utlb9_3{height:100%;width:100%}._widgetGameOffensiveRucksGeneral_utlb9_3 ._rows_utlb9_7{display:grid;grid-template-columns:repeat(2,1fr);gap:.625rem;padding:.9375rem}@media(max-width:1024px){._widgetGameOffensiveRucksGeneral_utlb9_3 ._rows_utlb9_7{grid-template-columns:1fr}}._widgetGameOffensiveRucksTopPlayers_1o49z_3{position:relative;height:100%;width:100%}._widgetGameOffensiveRucksTopPlayers_1o49z_3 ._chartsRow_1o49z_8{display:grid;grid-template-columns:1fr 1fr;gap:.9375rem;padding:.625rem .9375rem}@media(max-width:1024px){._widgetGameOffensiveRucksTopPlayers_1o49z_3 ._chartsRow_1o49z_8{grid-template-columns:1fr}}._widgetGameOffensiveRucksTopPlayers_1o49z_3 ._chartSingle_1o49z_19{padding:.625rem .9375rem}._pageGameCompletedIndividualOffensiveRucks_dipqy_3{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem}._pageGameCompletedIndividualOffensiveRucks_dipqy_3 ._generalAndBySpeedRow_dipqy_9{display:grid;grid-template-columns:1fr 1fr;align-items:stretch;gap:.9375rem}@media(max-width:768px){._pageGameCompletedIndividualOffensiveRucks_dipqy_3 ._generalAndBySpeedRow_dipqy_9{grid-template-columns:1fr}}._pageGameCompletedIndividualOffensiveRucks_dipqy_3 ._generalAndBySpeedRow_dipqy_9>*{display:flex;flex-direction:column}._pageGameCompletedIndividualOffensiveRucks_dipqy_3 ._generalAndBySpeedRow_dipqy_9>*>*{flex:1}@font-face{font-family:Josefin Sans;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/josefinsans/v32/Qw3PZQNVED7rKGKxtqIqX5E-AVSJrOCfjY46_DjQbMZhLybpUVzEEQ.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}._widgetGameBallHandPlaysField_ektrj_21{height:100%;width:100%}._widgetGameBallHandPlaysField_ektrj_21 ._content_ektrj_25{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem}._widgetGameBallHandPlaysField_ektrj_21 ._fieldColumns_ektrj_31{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}._widgetGameBallHandPlaysField_ektrj_21 ._fieldColumn_ektrj_31{display:flex;flex-direction:column;gap:.625rem}._widgetGameBallHandPlaysField_ektrj_21 ._fieldColumn_ektrj_31 ._teamLabel_ektrj_41{font-family:Josefin Sans,sans-serif;font-size:.6875rem;font-weight:600;color:var(--team-color, var(--text-2));text-transform:uppercase;letter-spacing:.5px}._widgetGameBallHandPlaysGeneral_11yky_8{height:100%;width:100%}._widgetGameBallHandPlaysGeneral_11yky_8 ._rows_11yky_12{display:grid;grid-template-columns:repeat(3,1fr);gap:.625rem;padding:.9375rem}@media(max-width:1024px){._widgetGameBallHandPlaysGeneral_11yky_8 ._rows_11yky_12{grid-template-columns:1fr}}._pageGameCompletedIndividualHandGame_1ow6y_3{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem}._widgetGameOffensiveBallsLostTopPlayers_fd0p6_3{height:100%;width:100%}._widgetGameOffensiveBallsLostTopPlayers_fd0p6_3 ._chartWrapper_fd0p6_7{padding:.625rem 0}._pageGameCompletedIndividualBallLost_yvqte_3{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem}._pageGameCompletedIndividualBallLost_yvqte_3 ._generalAndByCauseRow_yvqte_9{display:grid;grid-template-columns:1fr 1fr;align-items:stretch;gap:.9375rem}@media(max-width:768px){._pageGameCompletedIndividualBallLost_yvqte_3 ._generalAndByCauseRow_yvqte_9{grid-template-columns:1fr}}._pageGameCompletedIndividualBallLost_yvqte_3 ._generalAndByCauseRow_yvqte_9>*{display:flex;flex-direction:column}._pageGameCompletedIndividualBallLost_yvqte_3 ._generalAndByCauseRow_yvqte_9>*>*{flex:1}._widgetGameExpectedPointsConcededBreakdown_83ftv_3{height:100%;width:100%;min-width:0}._widgetGameExpectedPointsConcededBreakdown_83ftv_3 ._chartsWrapper_83ftv_8{display:flex;flex-direction:column;gap:.625rem;padding:.9375rem}._widgetGameExpectedPointsConcededGeneral_18p0o_3{height:100%;width:100%;min-width:0}._widgetGameExpectedPointsConcededGeneral_18p0o_3 ._kpiGrid_18p0o_8{display:grid;grid-template-columns:repeat(2,1fr);gap:.625rem;padding:.9375rem}@media(max-width:1024px){._widgetGameExpectedPointsConcededGeneral_18p0o_3 ._kpiGrid_18p0o_8{grid-template-columns:1fr}}._pageGameCompletedIndividualExpectedPointsConceded_1dozk_3{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem}._pageGameCompletedIndividualExpectedPointsConceded_1dozk_3 ._xPointRow_1dozk_9{display:grid;grid-template-columns:1fr 1fr;align-items:stretch;gap:.9375rem}@media(max-width:768px){._pageGameCompletedIndividualExpectedPointsConceded_1dozk_3 ._xPointRow_1dozk_9{grid-template-columns:1fr}}._pageGameCompletedIndividualExpectedPointsConceded_1dozk_3 ._xPointRow_1dozk_9>*{display:flex;flex-direction:column}._pageGameCompletedIndividualExpectedPointsConceded_1dozk_3 ._xPointRow_1dozk_9>*>*{flex:1}._widgetGameDefensiveTacklesByResult_1ybfs_1,._widgetGameDefensiveTacklesField_11yj8_7,._widgetGameDefensiveTacklesGeneral_1v6i7_3{height:100%;width:100%}._widgetGameDefensiveTacklesGeneral_1v6i7_3 ._rows_1v6i7_7{display:grid;grid-template-columns:repeat(2,1fr);gap:.625rem;padding:.9375rem}@media(max-width:1024px){._widgetGameDefensiveTacklesGeneral_1v6i7_3 ._rows_1v6i7_7{grid-template-columns:1fr}}._widgetGameDefensiveTacklesTopPlayers_1irz9_3{height:100%;width:100%}._widgetGameDefensiveTacklesTopPlayers_1irz9_3 ._chartWrapper_1irz9_7{padding:.625rem 0}._pageGameCompletedIndividualTackles_11cmd_3{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem}._pageGameCompletedIndividualTackles_11cmd_3 ._generalAndByResultRow_11cmd_9{display:grid;grid-template-columns:1fr 1fr;align-items:stretch;gap:.9375rem}@media(max-width:768px){._pageGameCompletedIndividualTackles_11cmd_3 ._generalAndByResultRow_11cmd_9{grid-template-columns:1fr}}._pageGameCompletedIndividualTackles_11cmd_3 ._generalAndByResultRow_11cmd_9>*{display:flex;flex-direction:column}._pageGameCompletedIndividualTackles_11cmd_3 ._generalAndByResultRow_11cmd_9>*>*{flex:1}._widgetGameDefensiveRucksField_ox72d_7,._widgetGameDefensiveRucksTopPlayers_n78lg_3{height:100%;width:100%}._widgetGameDefensiveRucksTopPlayers_n78lg_3 ._chartWrapper_n78lg_7{padding:.625rem 0}._pageGameCompletedIndividualDefensiveRucks_ueeys_3{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem}._pageGameCompletedIndividualDefensiveRucks_ueeys_3 ._generalAndByResultRow_ueeys_9{display:grid;grid-template-columns:1fr 1fr;align-items:stretch;gap:.9375rem}@media(max-width:768px){._pageGameCompletedIndividualDefensiveRucks_ueeys_3 ._generalAndByResultRow_ueeys_9{grid-template-columns:1fr}}._pageGameCompletedIndividualDefensiveRucks_ueeys_3 ._generalAndByResultRow_ueeys_9>*{display:flex;flex-direction:column}._pageGameCompletedIndividualDefensiveRucks_ueeys_3 ._generalAndByResultRow_ueeys_9>*>*{flex:1}._widgetGameDefensiveTurnoversGeneral_kppro_3{height:100%;width:100%}._widgetGameDefensiveTurnoversGeneral_kppro_3 ._rows_kppro_7{display:grid;grid-template-columns:repeat(2,1fr);gap:.625rem;padding:.9375rem}@media(max-width:1024px){._widgetGameDefensiveTurnoversGeneral_kppro_3 ._rows_kppro_7{grid-template-columns:1fr}}._widgetGameDefensiveTurnoversByOrigin_1ia1g_1{position:relative;width:100%;height:100%}._widgetGameDefensiveTurnoversField_1epuh_12,._widgetGameDefensiveTurnoversTopPlayers_b7zui_3{height:100%;width:100%}._widgetGameDefensiveTurnoversTopPlayers_b7zui_3 ._chartWrapper_b7zui_7{padding:.625rem 0}._pageGameCompletedIndividualDefensiveTurnovers_1dgc6_3{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem}._pageGameCompletedIndividualDefensiveTurnovers_1dgc6_3 ._generalAndByOriginRow_1dgc6_9{display:grid;grid-template-columns:1fr 1fr;align-items:stretch;gap:.9375rem}@media(max-width:768px){._pageGameCompletedIndividualDefensiveTurnovers_1dgc6_3 ._generalAndByOriginRow_1dgc6_9{grid-template-columns:1fr}}._pageGameCompletedIndividualDefensiveTurnovers_1dgc6_3 ._generalAndByOriginRow_1dgc6_9>*{display:flex;flex-direction:column}._pageGameCompletedIndividualDefensiveTurnovers_1dgc6_3 ._generalAndByOriginRow_1dgc6_9>*>*{flex:1}._pageGameCompletedIndividualAerialReceptions_1l9zn_3{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem}._pageGameCompletedIndividualAerialReceptions_1l9zn_3 ._generalAndByZoneRow_1l9zn_9{display:grid;grid-template-columns:1fr 1fr;align-items:stretch;gap:.9375rem}@media(max-width:768px){._pageGameCompletedIndividualAerialReceptions_1l9zn_3 ._generalAndByZoneRow_1l9zn_9{grid-template-columns:1fr}}._pageGameCompletedIndividualAerialReceptions_1l9zn_3 ._generalAndByZoneRow_1l9zn_9>*{display:flex;flex-direction:column}._pageGameCompletedIndividualAerialReceptions_1l9zn_3 ._generalAndByZoneRow_1l9zn_9>*>*{flex:1}._widgetGameAerialReceptionsPlayers_ypvim_8{height:100%;width:100%}._widgetGameAerialReceptionsPlayers_ypvim_8 ._chartWrapper_ypvim_12{display:flex;flex-direction:column;flex:1;padding:.9375rem}._widgetGameAerialContestsPlayers_w7s81_8{height:100%;width:100%}._widgetGameAerialContestsPlayers_w7s81_8 ._chartWrapper_w7s81_12{display:flex;flex-direction:column;flex:1;padding:.9375rem}@font-face{font-family:Josefin Sans;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/josefinsans/v32/Qw3PZQNVED7rKGKxtqIqX5E-AVSJrOCfjY46_DjQbMZhLybpUVzEEQ.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}._widgetGameXGoalKickers_nm46e_16{height:100%;width:100%}._widgetGameXGoalKickers_nm46e_16 ._teamSections_nm46e_20{display:grid;grid-template-columns:1fr 1fr;gap:.9375rem;padding:.9375rem}@media(max-width:1024px){._widgetGameXGoalKickers_nm46e_16 ._teamSections_nm46e_20{grid-template-columns:1fr;gap:.625rem;padding:.625rem}}@media(max-width:768px){._widgetGameXGoalKickers_nm46e_16 ._teamSections_nm46e_20{gap:.3125rem;padding:.3125rem}}._widgetGameXGoalKickers_nm46e_16 ._teamSection_nm46e_20{display:flex;flex-direction:column;gap:.3125rem;min-width:0}._widgetGameXGoalKickers_nm46e_16 ._teamSection_nm46e_20 ._teamName_nm46e_45{font-family:Josefin Sans,sans-serif;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:var(--team-color)}@media(max-width:1024px){._widgetGameXGoalKickers_nm46e_16 ._teamSection_nm46e_20 ._teamName_nm46e_45{font-size:.6875rem}}._widgetGameXGoalKickers_nm46e_16 ._teamSection_nm46e_20 ._tableWrapper_nm46e_58{width:100%;height:300px;overflow:auto;border-radius:4px;border:1px solid rgba(239,239,239,.3019607843)}@media(max-width:1024px){._widgetGameXGoalKickers_nm46e_16 ._teamSection_nm46e_20 ._tableWrapper_nm46e_58{height:260px}}@media(max-width:768px){._widgetGameXGoalKickers_nm46e_16 ._teamSection_nm46e_20 ._tableWrapper_nm46e_58{height:210px}}._widgetGameXGoalKickers_nm46e_16 ._teamSection_nm46e_20 ._tableWrapper_nm46e_58 ._statsTable_nm46e_75{table-layout:fixed;width:100%;min-width:540px;border-collapse:collapse;font-family:Josefin Sans,sans-serif;font-size:.6875rem}@media(max-width:1024px){._widgetGameXGoalKickers_nm46e_16 ._teamSection_nm46e_20 ._tableWrapper_nm46e_58 ._statsTable_nm46e_75{font-size:.625rem;min-width:460px}}._widgetGameXGoalKickers_nm46e_16 ._teamSection_nm46e_20 ._tableWrapper_nm46e_58 ._statsTable_nm46e_75 thead tr th{position:sticky;top:0;background-color:var(--surface-brand);color:#fff;font-weight:600;white-space:normal;word-break:break-word;padding:.3125rem .625rem;border-bottom:1px solid rgba(239,239,239,.3019607843);text-align:center;text-transform:uppercase;vertical-align:bottom;z-index:2}@media(max-width:1024px){._widgetGameXGoalKickers_nm46e_16 ._teamSection_nm46e_20 ._tableWrapper_nm46e_58 ._statsTable_nm46e_75 thead tr th{padding:.125rem .3125rem}}._widgetGameXGoalKickers_nm46e_16 ._teamSection_nm46e_20 ._tableWrapper_nm46e_58 ._statsTable_nm46e_75 thead tr th._stickyNameCell_nm46e_109{position:sticky;left:0;z-index:3;width:100px;text-align:left}._widgetGameXGoalKickers_nm46e_16 ._teamSection_nm46e_20 ._tableWrapper_nm46e_58 ._statsTable_nm46e_75 thead tr th._positionCell_nm46e_116{width:44px;border-right:2px solid var(--team-color);text-align:center}._widgetGameXGoalKickers_nm46e_16 ._teamSection_nm46e_20 ._tableWrapper_nm46e_58 ._statsTable_nm46e_75 thead tr th._dataCell_nm46e_121{width:96px;text-align:center}._widgetGameXGoalKickers_nm46e_16 ._teamSection_nm46e_20 ._tableWrapper_nm46e_58 ._statsTable_nm46e_75 tbody tr{border-bottom:1px dashed rgba(239,239,239,.3019607843)}._widgetGameXGoalKickers_nm46e_16 ._teamSection_nm46e_20 ._tableWrapper_nm46e_58 ._statsTable_nm46e_75 tbody tr:nth-child(2n){background-color:var(--surface-2)}._widgetGameXGoalKickers_nm46e_16 ._teamSection_nm46e_20 ._tableWrapper_nm46e_58 ._statsTable_nm46e_75 tbody tr td{padding:.3125rem .625rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media(max-width:1024px){._widgetGameXGoalKickers_nm46e_16 ._teamSection_nm46e_20 ._tableWrapper_nm46e_58 ._statsTable_nm46e_75 tbody tr td{padding:.125rem .3125rem}}._widgetGameXGoalKickers_nm46e_16 ._teamSection_nm46e_20 ._tableWrapper_nm46e_58 ._statsTable_nm46e_75 tbody tr td._stickyNameCell_nm46e_109{position:sticky;left:0;background-color:var(--surface-brand);color:#fff;font-weight:500;white-space:normal;word-break:break-word;overflow:visible;text-overflow:unset;z-index:1}._widgetGameXGoalKickers_nm46e_16 ._teamSection_nm46e_20 ._tableWrapper_nm46e_58 ._statsTable_nm46e_75 tbody tr td._positionCell_nm46e_116{width:44px;background-color:var(--surface-brand);color:#fff;border-right:2px solid var(--team-color);text-align:center}._widgetGameXGoalKickers_nm46e_16 ._teamSection_nm46e_20 ._tableWrapper_nm46e_58 ._statsTable_nm46e_75 tbody tr td._dataCell_nm46e_121{width:96px;text-align:center}@font-face{font-family:Josefin Sans;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/josefinsans/v32/Qw3PZQNVED7rKGKxtqIqX5E-AVSJrOCfjY46_DjQbMZhLybpUVzEEQ.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}._widgetGameXGoalKicksField_q5uth_21{height:100%;width:100%}._widgetGameXGoalKicksField_q5uth_21 ._content_q5uth_25{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem}._widgetGameXGoalKicksField_q5uth_21 ._fieldColumns_q5uth_31{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}._widgetGameXGoalKicksField_q5uth_21 ._fieldColumn_q5uth_31{display:flex;flex-direction:column;gap:.625rem}._widgetGameXGoalKicksField_q5uth_21 ._fieldColumn_q5uth_31 ._teamLabel_q5uth_41{font-family:Josefin Sans,sans-serif;font-size:.6875rem;font-weight:600;color:var(--team-color, var(--text-2));text-transform:uppercase;letter-spacing:.5px}._widgetGameXGoalKicksGeneral_1mph3_8{height:100%;width:100%}._widgetGameXGoalKicksGeneral_1mph3_8 ._kpiRows_1mph3_12{display:grid;grid-template-columns:repeat(2,1fr);gap:.625rem;padding:.9375rem}@media(max-width:1024px){._widgetGameXGoalKicksGeneral_1mph3_8 ._kpiRows_1mph3_12{grid-template-columns:1fr}}._pageGameCompletedIndividualGoalKicks_462wi_3{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem}._widgetGameDisciplinePenaltiesGeneral_ccyep_8{height:100%;width:100%}._widgetGameDisciplinePenaltiesGeneral_ccyep_8 ._kpiCards_ccyep_12{display:grid;grid-template-columns:repeat(3,1fr);gap:.625rem;padding:.9375rem}@media(max-width:1024px){._widgetGameDisciplinePenaltiesGeneral_ccyep_8 ._kpiCards_ccyep_12{grid-template-columns:1fr}}._widgetGameDisciplinePenaltiesByMotive_15xqw_6,._widgetGameDisciplinePenaltiesField_54z5m_18{height:100%;width:100%}._widgetGameDisciplinePenaltiesTopPlayers_pexiq_3{position:relative;height:100%;width:100%}._widgetGameDisciplinePenaltiesTopPlayers_pexiq_3 ._chartsRow_pexiq_8{display:grid;grid-template-columns:1fr 1fr;gap:.9375rem;padding:.625rem .9375rem}@media(max-width:1024px){._widgetGameDisciplinePenaltiesTopPlayers_pexiq_3 ._chartsRow_pexiq_8{grid-template-columns:1fr}}._widgetGameDisciplinePenaltiesTopPlayers_pexiq_3 ._chartSingle_pexiq_19{padding:.625rem .9375rem}._pageGameCompletedIndividualPenalties_1rwew_3{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem}._pageGameCompletedIndividualPenalties_1rwew_3 ._generalAndByMotiveRow_1rwew_9{display:grid;grid-template-columns:1fr 1fr;align-items:stretch;gap:.9375rem}@media(max-width:768px){._pageGameCompletedIndividualPenalties_1rwew_3 ._generalAndByMotiveRow_1rwew_9{grid-template-columns:1fr}}._pageGameCompletedIndividualPenalties_1rwew_3 ._generalAndByMotiveRow_1rwew_9>*{display:flex;flex-direction:column}._pageGameCompletedIndividualPenalties_1rwew_3 ._generalAndByMotiveRow_1rwew_9>*>*{flex:1}._widgetGameDisciplineFreeKicksGeneral_1fwio_3{height:100%;width:100%}._widgetGameDisciplineFreeKicksGeneral_1fwio_3 ._rows_1fwio_7{display:flex;flex-direction:column;gap:.3125rem;padding:.9375rem}._widgetGameDisciplineFreeKicksByMotive_7ekgh_3{height:100%;width:100%}._widgetGameDisciplineFreeKicksByMotive_7ekgh_3 ._chartWrapper_7ekgh_7{padding:.9375rem}._widgetGameDisciplineFreeKicksField_1qvyc_9{height:100%;width:100%}._widgetGameDisciplineFreeKicksTopPlayers_1h56u_3{position:relative;height:100%;width:100%}._widgetGameDisciplineFreeKicksTopPlayers_1h56u_3 ._chartsRow_1h56u_8{display:grid;grid-template-columns:1fr 1fr;gap:.9375rem;padding:.625rem .9375rem}@media(max-width:1024px){._widgetGameDisciplineFreeKicksTopPlayers_1h56u_3 ._chartsRow_1h56u_8{grid-template-columns:1fr}}._widgetGameDisciplineFreeKicksTopPlayers_1h56u_3 ._chartSingle_1h56u_19{padding:.625rem .9375rem}._pageGameCompletedIndividualDisciplineFreeKicks_d62b3_3{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem}._pageGameCompletedIndividualDisciplineFreeKicks_d62b3_3 ._kicksRow_d62b3_9{display:grid;grid-template-columns:1fr 1fr;align-items:stretch;gap:.9375rem}@media(max-width:768px){._pageGameCompletedIndividualDisciplineFreeKicks_d62b3_3 ._kicksRow_d62b3_9{grid-template-columns:1fr}}._pageGameCompletedIndividualDisciplineFreeKicks_d62b3_3 ._kicksRow_d62b3_9>*{display:flex;flex-direction:column}._pageGameCompletedIndividualDisciplineFreeKicks_d62b3_3 ._kicksRow_d62b3_9>*>*{flex:1}._widgetGameDisciplineCardsGeneral_1opcs_3{height:100%;width:100%}._widgetGameDisciplineCardsGeneral_1opcs_3 ._rows_1opcs_7{display:flex;flex-direction:column;gap:.625rem;padding:.9375rem}._widgetGameDisciplineCardsGeneral_1opcs_3 ._cardRow_1opcs_13{display:flex;align-items:center;gap:.625rem}._widgetGameDisciplineCardsGeneral_1opcs_3 ._cardColorBadge_1opcs_18{flex-shrink:0;width:20px;height:28px;border-radius:3px}._widgetGameDisciplineCardsGeneral_1opcs_3 ._cardColorBadge_1opcs_18._yellow_1opcs_24{background-color:gold}._widgetGameDisciplineCardsGeneral_1opcs_3 ._cardColorBadge_1opcs_18._orange_1opcs_27{background-color:#f60}._widgetGameDisciplineCardsGeneral_1opcs_3 ._cardColorBadge_1opcs_18._red_1opcs_30{background-color:#e30613}._widgetGameDisciplineCardsGeneral_1opcs_3 ._kpiWrapper_1opcs_33{flex:1}._widgetGameDisciplineCardsList_1iaec_7{height:100%;width:100%}._widgetGameDisciplineCardsList_1iaec_7 ._cardBadge_1iaec_11{display:inline-block;width:16px;height:22px;border-radius:2px;vertical-align:middle}._widgetGameDisciplineCardsList_1iaec_7 ._cardBadge_1iaec_11._yellow_1iaec_18{background-color:gold}._widgetGameDisciplineCardsList_1iaec_7 ._cardBadge_1iaec_11._orange_1iaec_21{background-color:#f60}._widgetGameDisciplineCardsList_1iaec_7 ._cardBadge_1iaec_11._red_1iaec_24{background-color:#e30613}._widgetGameDisciplineCardsTimeline_1vtcc_9{height:100%;width:100%}._pageGameCompletedIndividualYellowRedCards_18utd_3{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem}._pageGameCompletedIndividual_15exr_1{--placeholder: 0}._pageGameCompletedIndividualKickOffs_50oav_3{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem}._widgetGameKickingDistribution_j52w7_8{height:100%;width:100%}._widgetGameKickingDistribution_j52w7_8 ._chartsColumn_j52w7_12{display:flex;flex-direction:column;gap:.625rem;padding:.9375rem}._widgetGameKickingGeneral_mlom4_8{height:100%;width:100%}._widgetGameKickingGeneral_mlom4_8 ._rows_mlom4_12{display:grid;grid-template-columns:repeat(2,1fr);gap:.625rem;padding:.9375rem}@media(max-width:1024px){._widgetGameKickingGeneral_mlom4_8 ._rows_mlom4_12{grid-template-columns:1fr}}._widgetGameKickingMeters_lgxqh_8{height:100%;width:100%}._widgetGameKickingMeters_lgxqh_8 ._chartsColumn_lgxqh_12{display:flex;flex-direction:column;gap:.625rem;padding:.9375rem}@font-face{font-family:Josefin Sans;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/josefinsans/v32/Qw3PZQNVED7rKGKxtqIqX5E-AVSJrOCfjY46_DjQbMZhLybpUVzEEQ.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}._widgetGameKickingParticipants_um9fq_16{height:100%;width:100%}._widgetGameKickingParticipants_um9fq_16 ._teamSections_um9fq_20{display:grid;grid-template-columns:1fr 1fr;gap:.9375rem;padding:.9375rem}@media(max-width:1024px){._widgetGameKickingParticipants_um9fq_16 ._teamSections_um9fq_20{grid-template-columns:1fr;padding:.625rem;gap:.625rem}}@media(max-width:768px){._widgetGameKickingParticipants_um9fq_16 ._teamSections_um9fq_20{padding:.3125rem;gap:.3125rem}}._widgetGameKickingParticipants_um9fq_16 ._teamSection_um9fq_20{display:flex;flex-direction:column;gap:.3125rem;min-width:0}._widgetGameKickingParticipants_um9fq_16 ._teamSection_um9fq_20 ._teamName_um9fq_45{font-family:Josefin Sans,sans-serif;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:var(--team-color)}@media(max-width:1024px){._widgetGameKickingParticipants_um9fq_16 ._teamSection_um9fq_20 ._teamName_um9fq_45{font-size:.6875rem}}._widgetGameKickingParticipants_um9fq_16 ._teamSection_um9fq_20 ._tableWrapper_um9fq_58{width:100%;height:300px;overflow:auto;border-radius:4px;border:1px solid rgba(239,239,239,.3019607843)}@media(max-width:1024px){._widgetGameKickingParticipants_um9fq_16 ._teamSection_um9fq_20 ._tableWrapper_um9fq_58{height:260px}}@media(max-width:768px){._widgetGameKickingParticipants_um9fq_16 ._teamSection_um9fq_20 ._tableWrapper_um9fq_58{height:210px}}._widgetGameKickingParticipants_um9fq_16 ._teamSection_um9fq_20 ._tableWrapper_um9fq_58 ._statsTable_um9fq_75{table-layout:fixed;width:100%;min-width:480px;border-collapse:collapse;font-family:Josefin Sans,sans-serif;font-size:.6875rem}@media(max-width:1024px){._widgetGameKickingParticipants_um9fq_16 ._teamSection_um9fq_20 ._tableWrapper_um9fq_58 ._statsTable_um9fq_75{font-size:.625rem;min-width:380px}}._widgetGameKickingParticipants_um9fq_16 ._teamSection_um9fq_20 ._tableWrapper_um9fq_58 ._statsTable_um9fq_75 thead tr th{position:sticky;top:0;background-color:var(--surface-brand);color:#fff;font-weight:600;white-space:normal;word-break:break-word;padding:.3125rem .625rem;border-bottom:1px solid rgba(239,239,239,.3019607843);text-align:center;text-transform:uppercase;vertical-align:bottom;z-index:2}@media(max-width:1024px){._widgetGameKickingParticipants_um9fq_16 ._teamSection_um9fq_20 ._tableWrapper_um9fq_58 ._statsTable_um9fq_75 thead tr th{padding:.125rem .3125rem}}._widgetGameKickingParticipants_um9fq_16 ._teamSection_um9fq_20 ._tableWrapper_um9fq_58 ._statsTable_um9fq_75 thead tr th._stickyNameCell_um9fq_109{position:sticky;left:0;z-index:3}._widgetGameKickingParticipants_um9fq_16 ._teamSection_um9fq_20 ._tableWrapper_um9fq_58 ._statsTable_um9fq_75 thead tr th._positionCell_um9fq_114{width:88px;border-right:2px solid var(--team-color);text-align:center}._widgetGameKickingParticipants_um9fq_16 ._teamSection_um9fq_20 ._tableWrapper_um9fq_58 ._statsTable_um9fq_75 thead tr th._dataCell_um9fq_119{width:64px;text-align:center}._widgetGameKickingParticipants_um9fq_16 ._teamSection_um9fq_20 ._tableWrapper_um9fq_58 ._statsTable_um9fq_75 thead tr th._kickTypeCell_um9fq_123{width:56px;text-align:center}._widgetGameKickingParticipants_um9fq_16 ._teamSection_um9fq_20 ._tableWrapper_um9fq_58 ._statsTable_um9fq_75 tbody tr{border-bottom:1px dashed rgba(239,239,239,.3019607843)}._widgetGameKickingParticipants_um9fq_16 ._teamSection_um9fq_20 ._tableWrapper_um9fq_58 ._statsTable_um9fq_75 tbody tr:nth-child(2n){background-color:var(--surface-2)}._widgetGameKickingParticipants_um9fq_16 ._teamSection_um9fq_20 ._tableWrapper_um9fq_58 ._statsTable_um9fq_75 tbody tr td{padding:.3125rem .625rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media(max-width:1024px){._widgetGameKickingParticipants_um9fq_16 ._teamSection_um9fq_20 ._tableWrapper_um9fq_58 ._statsTable_um9fq_75 tbody tr td{padding:.125rem .3125rem}}._widgetGameKickingParticipants_um9fq_16 ._teamSection_um9fq_20 ._tableWrapper_um9fq_58 ._statsTable_um9fq_75 tbody tr td._stickyNameCell_um9fq_109{position:sticky;left:0;background-color:var(--surface-brand);color:#fff;font-weight:500;white-space:normal;word-break:break-word;overflow:visible;text-overflow:unset;z-index:1}._widgetGameKickingParticipants_um9fq_16 ._teamSection_um9fq_20 ._tableWrapper_um9fq_58 ._statsTable_um9fq_75 tbody tr td._positionCell_um9fq_114{width:88px;background-color:var(--surface-brand);color:#fff;border-right:2px solid var(--team-color);text-align:center}._widgetGameKickingParticipants_um9fq_16 ._teamSection_um9fq_20 ._tableWrapper_um9fq_58 ._statsTable_um9fq_75 tbody tr td._dataCell_um9fq_119{width:64px;text-align:center}._widgetGameKickingParticipants_um9fq_16 ._teamSection_um9fq_20 ._tableWrapper_um9fq_58 ._statsTable_um9fq_75 tbody tr td._kickTypeCell_um9fq_123{width:56px;text-align:center}@font-face{font-family:Josefin Sans;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/josefinsans/v32/Qw3PZQNVED7rKGKxtqIqX5E-AVSJrOCfjY46_DjQbMZhLybpUVzEEQ.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}._widgetGameKickersByZone_1ilej_16{position:relative;height:100%;width:100%}._widgetGameKickersByZone_1ilej_16 ._chartSection_1ilej_21{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem}@media(max-width:1024px){._widgetGameKickersByZone_1ilej_16 ._chartSection_1ilej_21{padding:.625rem;gap:.625rem}}@media(max-width:768px){._widgetGameKickersByZone_1ilej_16 ._chartSection_1ilej_21{padding:.3125rem;gap:.3125rem}}._widgetGameKickersByZone_1ilej_16 ._teamLegend_1ilej_39{display:flex;align-items:center;justify-content:center;gap:.9375rem;flex-wrap:wrap}._widgetGameKickersByZone_1ilej_16 ._legendItem_1ilej_46{display:flex;align-items:center;gap:.125rem}._widgetGameKickersByZone_1ilej_16 ._legendDot_1ilej_51{width:12px;height:12px;border-radius:50%;background-color:var(--dot-color);flex-shrink:0}._widgetGameKickersByZone_1ilej_16 ._legendName_1ilej_58{font-family:Josefin Sans,sans-serif;font-size:.6875rem;font-weight:500;color:var(--text-strong)}@media(max-width:768px){._widgetGameKickersByZone_1ilej_16 ._legendName_1ilej_58{font-size:.625rem}}._widgetGameKickersByZone_1ilej_16 ._charts_1ilej_69{display:grid;grid-template-columns:1fr 1fr;gap:.9375rem}@media(max-width:1024px){._widgetGameKickersByZone_1ilej_16 ._charts_1ilej_69{grid-template-columns:1fr;gap:.625rem}}._widgetGameKickersByZone_1ilej_16 ._charts_1ilej_69._chartsSingle_1ilej_80{grid-template-columns:1fr}._widgetGameKickingTrajectory_nuczu_15{height:100%;width:100%}._pageGameCompletedIndividualKickingGame_1ln30_3{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem}._pageGameCompletedIndividualKickingGame_1ln30_3 ._generalMetersAndDistribution_1ln30_9{display:grid;grid-template-columns:1fr 1fr;align-items:stretch;gap:.9375rem}@media(max-width:768px){._pageGameCompletedIndividualKickingGame_1ln30_3 ._generalMetersAndDistribution_1ln30_9{grid-template-columns:1fr}}._pageGameCompletedIndividualKickingGame_1ln30_3 ._generalMetersAndDistribution_1ln30_9 ._generalAndMeters_1ln30_20{display:flex;flex-direction:column;gap:.9375rem}@media(max-width:768px){._pageGameCompletedIndividualKickingGame_1ln30_3 ._generalMetersAndDistribution_1ln30_9 ._generalAndMeters_1ln30_20{grid-template-columns:1fr}}._pageGameCompletedIndividualKickingGame_1ln30_3 ._generalMetersAndDistribution_1ln30_9 ._generalAndMeters_1ln30_20>*{flex:1}@font-face{font-family:Josefin Sans;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/josefinsans/v32/Qw3PZQNVED7rKGKxtqIqX5E-AVSJrOCfjY46_DjQbMZhLybpUVzEEQ.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}._widgetGamePenaltiesKicksToToucheParticipants_rcjqq_16{height:100%;width:100%}._widgetGamePenaltiesKicksToToucheParticipants_rcjqq_16 ._teamSections_rcjqq_20{display:grid;grid-template-columns:1fr 1fr;gap:.9375rem;padding:.9375rem}@media(max-width:1024px){._widgetGamePenaltiesKicksToToucheParticipants_rcjqq_16 ._teamSections_rcjqq_20{grid-template-columns:1fr;padding:.625rem;gap:.625rem}}@media(max-width:768px){._widgetGamePenaltiesKicksToToucheParticipants_rcjqq_16 ._teamSections_rcjqq_20{padding:.3125rem;gap:.3125rem}}._widgetGamePenaltiesKicksToToucheParticipants_rcjqq_16 ._teamSection_rcjqq_20{display:flex;flex-direction:column;gap:.3125rem;min-width:0}._widgetGamePenaltiesKicksToToucheParticipants_rcjqq_16 ._teamSection_rcjqq_20 ._teamName_rcjqq_45{font-family:Josefin Sans,sans-serif;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:var(--team-color)}@media(max-width:1024px){._widgetGamePenaltiesKicksToToucheParticipants_rcjqq_16 ._teamSection_rcjqq_20 ._teamName_rcjqq_45{font-size:.6875rem}}._widgetGamePenaltiesKicksToToucheParticipants_rcjqq_16 ._teamSection_rcjqq_20 ._tableWrapper_rcjqq_58{width:100%;height:300px;overflow:auto;border-radius:4px;border:1px solid rgba(239,239,239,.3019607843)}@media(max-width:1024px){._widgetGamePenaltiesKicksToToucheParticipants_rcjqq_16 ._teamSection_rcjqq_20 ._tableWrapper_rcjqq_58{height:260px}}@media(max-width:768px){._widgetGamePenaltiesKicksToToucheParticipants_rcjqq_16 ._teamSection_rcjqq_20 ._tableWrapper_rcjqq_58{height:210px}}._widgetGamePenaltiesKicksToToucheParticipants_rcjqq_16 ._teamSection_rcjqq_20 ._tableWrapper_rcjqq_58 ._kicksTable_rcjqq_75{table-layout:fixed;width:100%;min-width:516px;border-collapse:collapse;font-family:Josefin Sans,sans-serif;font-size:.6875rem}@media(max-width:1024px){._widgetGamePenaltiesKicksToToucheParticipants_rcjqq_16 ._teamSection_rcjqq_20 ._tableWrapper_rcjqq_58 ._kicksTable_rcjqq_75{font-size:.625rem;min-width:420px}}._widgetGamePenaltiesKicksToToucheParticipants_rcjqq_16 ._teamSection_rcjqq_20 ._tableWrapper_rcjqq_58 ._kicksTable_rcjqq_75 thead tr th{position:sticky;top:0;background-color:var(--surface-brand);color:#fff;font-weight:600;white-space:normal;word-break:break-word;padding:.3125rem .625rem;border-bottom:1px solid rgba(239,239,239,.3019607843);text-align:center;text-transform:uppercase;vertical-align:bottom;z-index:2}@media(max-width:1024px){._widgetGamePenaltiesKicksToToucheParticipants_rcjqq_16 ._teamSection_rcjqq_20 ._tableWrapper_rcjqq_58 ._kicksTable_rcjqq_75 thead tr th{padding:.125rem .3125rem}}._widgetGamePenaltiesKicksToToucheParticipants_rcjqq_16 ._teamSection_rcjqq_20 ._tableWrapper_rcjqq_58 ._kicksTable_rcjqq_75 thead tr th._indexCell_rcjqq_109{width:36px;text-align:center}._widgetGamePenaltiesKicksToToucheParticipants_rcjqq_16 ._teamSection_rcjqq_20 ._tableWrapper_rcjqq_58 ._kicksTable_rcjqq_75 thead tr th._stickyNameCell_rcjqq_113{width:120px;position:sticky;left:0;border-right:2px solid var(--team-color);text-align:center;z-index:3}@media(max-width:1024px){._widgetGamePenaltiesKicksToToucheParticipants_rcjqq_16 ._teamSection_rcjqq_20 ._tableWrapper_rcjqq_58 ._kicksTable_rcjqq_75 thead tr th._stickyNameCell_rcjqq_113{width:100px}}._widgetGamePenaltiesKicksToToucheParticipants_rcjqq_16 ._teamSection_rcjqq_20 ._tableWrapper_rcjqq_58 ._kicksTable_rcjqq_75 thead tr th._dataCell_rcjqq_126{width:90px;text-align:center}@media(max-width:1024px){._widgetGamePenaltiesKicksToToucheParticipants_rcjqq_16 ._teamSection_rcjqq_20 ._tableWrapper_rcjqq_58 ._kicksTable_rcjqq_75 thead tr th._dataCell_rcjqq_126{width:80px}}._widgetGamePenaltiesKicksToToucheParticipants_rcjqq_16 ._teamSection_rcjqq_20 ._tableWrapper_rcjqq_58 ._kicksTable_rcjqq_75 tbody tr{border-bottom:1px dashed rgba(239,239,239,.3019607843)}._widgetGamePenaltiesKicksToToucheParticipants_rcjqq_16 ._teamSection_rcjqq_20 ._tableWrapper_rcjqq_58 ._kicksTable_rcjqq_75 tbody tr:nth-child(2n){background-color:var(--surface-2)}._widgetGamePenaltiesKicksToToucheParticipants_rcjqq_16 ._teamSection_rcjqq_20 ._tableWrapper_rcjqq_58 ._kicksTable_rcjqq_75 tbody tr td{padding:.3125rem .625rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media(max-width:1024px){._widgetGamePenaltiesKicksToToucheParticipants_rcjqq_16 ._teamSection_rcjqq_20 ._tableWrapper_rcjqq_58 ._kicksTable_rcjqq_75 tbody tr td{padding:.125rem .3125rem}}._widgetGamePenaltiesKicksToToucheParticipants_rcjqq_16 ._teamSection_rcjqq_20 ._tableWrapper_rcjqq_58 ._kicksTable_rcjqq_75 tbody tr td._indexCell_rcjqq_109{width:36px;background-color:var(--surface-brand);color:#fff;font-weight:500;text-align:center}._widgetGamePenaltiesKicksToToucheParticipants_rcjqq_16 ._teamSection_rcjqq_20 ._tableWrapper_rcjqq_58 ._kicksTable_rcjqq_75 tbody tr td._stickyNameCell_rcjqq_113{width:120px;position:sticky;left:0;background-color:var(--surface-brand);color:#fff;font-weight:500;border-right:2px solid var(--team-color);white-space:normal;word-break:break-word;overflow:visible;text-overflow:unset;z-index:1}@media(max-width:1024px){._widgetGamePenaltiesKicksToToucheParticipants_rcjqq_16 ._teamSection_rcjqq_20 ._tableWrapper_rcjqq_58 ._kicksTable_rcjqq_75 tbody tr td._stickyNameCell_rcjqq_113{width:100px}}._widgetGamePenaltiesKicksToToucheParticipants_rcjqq_16 ._teamSection_rcjqq_20 ._tableWrapper_rcjqq_58 ._kicksTable_rcjqq_75 tbody tr td._dataCell_rcjqq_126{width:90px;text-align:center}@media(max-width:1024px){._widgetGamePenaltiesKicksToToucheParticipants_rcjqq_16 ._teamSection_rcjqq_20 ._tableWrapper_rcjqq_58 ._kicksTable_rcjqq_75 tbody tr td._dataCell_rcjqq_126{width:80px}}._pageGameCompletedIndividualPenaltiesKicksToTouch_sidvn_3{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem}._pageGameCompletedIndividualPenaltiesKicksToTouch_sidvn_3 ._generalAndMeters_sidvn_9{display:grid;grid-template-columns:1fr 1fr;align-items:stretch;gap:.9375rem}@media(max-width:768px){._pageGameCompletedIndividualPenaltiesKicksToTouch_sidvn_3 ._generalAndMeters_sidvn_9{grid-template-columns:1fr}}._pageGameCompletedIndividualPenaltiesKicksToTouch_sidvn_3 ._generalAndMeters_sidvn_9>*{flex:1}._pageGameCompletedIndividualDropOutGoalLine_sn7l1_3{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem}._widgetGameDropOutGoalLineGeneral_1sfxf_8{height:100%;width:100%}._widgetGameDropOutGoalLineGeneral_1sfxf_8 ._rows_1sfxf_12{display:grid;grid-template-columns:repeat(3,1fr);gap:.625rem;padding:.9375rem}@media(max-width:1024px){._widgetGameDropOutGoalLineGeneral_1sfxf_8 ._rows_1sfxf_12{grid-template-columns:1fr}}._widgetGameDropOutGoalLineTrajectory_19kal_12{height:100%;width:100%}._widgetGameDropOutGoalLineTrajectory_19kal_12 ._teamFields_19kal_16{display:grid;grid-template-columns:1fr 1fr;gap:.9375rem;padding:.9375rem}@media(max-width:1024px){._widgetGameDropOutGoalLineTrajectory_19kal_12 ._teamFields_19kal_16{grid-template-columns:1fr}}._pageGameCompletedIndividualDropOut22_1fs4q_3{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem}._widgetGameOffensiveLinebreaksByPhase_ydz3g_3{height:100%;width:100%}._widgetGameOffensiveLinebreaksByPhase_ydz3g_3 ._chartWrapper_ydz3g_7{padding:.625rem 0}@font-face{font-family:Josefin Sans;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/josefinsans/v32/Qw3PZQNVED7rKGKxtqIqX5E-AVSJrOCfjY46_DjQbMZhLybpUVzEEQ.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}._widgetGameOffensiveLinebreaksField_1fpjy_11{height:100%;width:100%}._widgetGameOffensiveLinebreaksField_1fpjy_11 ._content_1fpjy_15{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem}._widgetGameOffensiveLinebreaksField_1fpjy_11 ._fieldColumns_1fpjy_21{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}._widgetGameOffensiveLinebreaksField_1fpjy_11 ._fieldColumn_1fpjy_21{display:flex;flex-direction:column;gap:.625rem}._widgetGameOffensiveLinebreaksField_1fpjy_11 ._fieldColumn_1fpjy_21 ._teamLabel_1fpjy_31{font-family:Josefin Sans,sans-serif;font-size:.6875rem;font-weight:600;color:var(--team-color, var(--text-2));text-transform:uppercase;letter-spacing:.5px}._widgetGameOffensiveLinebreaksGeneral_1jul6_3{height:100%;width:100%}._widgetGameOffensiveLinebreaksGeneral_1jul6_3 ._rows_1jul6_7{display:grid;grid-template-columns:repeat(3,1fr);gap:.625rem;padding:.9375rem}@media(max-width:1024px){._widgetGameOffensiveLinebreaksGeneral_1jul6_3 ._rows_1jul6_7{grid-template-columns:1fr}}._widgetGameOffensiveLinebreaksTopPlayers_snrod_3{position:relative;height:100%;width:100%}._widgetGameOffensiveLinebreaksTopPlayers_snrod_3 ._chartsRow_snrod_8{display:grid;grid-template-columns:1fr 1fr;gap:.9375rem;padding:.625rem .9375rem}@media(max-width:1024px){._widgetGameOffensiveLinebreaksTopPlayers_snrod_3 ._chartsRow_snrod_8{grid-template-columns:1fr}}._widgetGameOffensiveLinebreaksTopPlayers_snrod_3 ._chartSingle_snrod_19{padding:.625rem .9375rem}._pageGameCompletedIndividualOffensiveLinebreaks_1dqdm_3{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem}._pageGameCompletedIndividualOffensiveLinebreaks_1dqdm_3 ._byPhaseAndFieldRow_1dqdm_9{display:grid;grid-template-columns:1fr 1fr;align-items:stretch;gap:.9375rem}@media(max-width:768px){._pageGameCompletedIndividualOffensiveLinebreaks_1dqdm_3 ._byPhaseAndFieldRow_1dqdm_9{grid-template-columns:1fr}}._pageGameCompletedIndividualOffensiveLinebreaks_1dqdm_3 ._byPhaseAndFieldRow_1dqdm_9>*{display:flex;flex-direction:column}._pageGameCompletedIndividualOffensiveLinebreaks_1dqdm_3 ._byPhaseAndFieldRow_1dqdm_9>*>*{flex:1}._pageGameCancelled_1bblj_1,._pageGameNoData_13tsx_1{--placeholder: 0}._pageGame_1ml5y_1{display:contents}._reportBestOf_1agx4_1{display:flex;flex-direction:column;align-items:center;gap:.8cm;width:100%}._reportBestOf_1agx4_1 ._title_1agx4_8{margin:0;text-align:center;font-size:20pt;font-weight:800;text-transform:uppercase;color:#1b1435}._reportBestOf_1agx4_1 ._boards_1agx4_16{display:flex;justify-content:center;gap:1.5cm;width:100%}._reportBestOf_1agx4_1 ._boards_1agx4_16 ._boardSlot_1agx4_22{flex:1 1 0;max-width:18cm}._reportBestOf_1agx4_1 ._boards_1agx4_16 ._boardSlot_1agx4_22 ._board_1agx4_16{width:100%;border-collapse:collapse;font-size:12pt}._reportBestOf_1agx4_1 ._boards_1agx4_16 ._boardSlot_1agx4_22 ._board_1agx4_16 th,._reportBestOf_1agx4_1 ._boards_1agx4_16 ._boardSlot_1agx4_22 ._board_1agx4_16 td{padding:.18cm .3cm;border-bottom:1px solid #ccc}._reportBestOf_1agx4_1 ._boards_1agx4_16 ._boardSlot_1agx4_22 ._board_1agx4_16 ._boardHead_1agx4_36{color:#fff;text-transform:uppercase;font-size:12pt;text-align:center}._reportBestOf_1agx4_1 ._boards_1agx4_16 ._boardSlot_1agx4_22 ._board_1agx4_16 ._boardHead_1agx4_36._headOne_1agx4_42{background:#1b1435}._reportBestOf_1agx4_1 ._boards_1agx4_16 ._boardSlot_1agx4_22 ._board_1agx4_16 ._boardHead_1agx4_36._headTwo_1agx4_45{background:#e30613}._reportBestOf_1agx4_1 ._boards_1agx4_16 ._boardSlot_1agx4_22 ._board_1agx4_16 ._entryRow_1agx4_48:nth-child(2n){background:#f4f5f7}._reportBestOf_1agx4_1 ._boards_1agx4_16 ._boardSlot_1agx4_22 ._board_1agx4_16 ._rank_1agx4_51{width:1cm;text-align:center;font-weight:700;color:#4a4763}._reportBestOf_1agx4_1 ._boards_1agx4_16 ._boardSlot_1agx4_22 ._board_1agx4_16 ._nameCell_1agx4_57{display:flex;align-items:center;gap:.25cm}._reportBestOf_1agx4_1 ._boards_1agx4_16 ._boardSlot_1agx4_22 ._board_1agx4_16 ._nameCell_1agx4_57 ._logo_1agx4_62{width:.7cm;height:.7cm;object-fit:contain}._reportBestOf_1agx4_1 ._boards_1agx4_16 ._boardSlot_1agx4_22 ._board_1agx4_16 ._nameCell_1agx4_57 ._name_1agx4_57{text-transform:uppercase}._reportBestOf_1agx4_1 ._boards_1agx4_16 ._boardSlot_1agx4_22 ._board_1agx4_16 ._value_1agx4_70{width:3cm;text-align:right;font-weight:700}._reportCompetitionStatsTable_1i4y5_1{width:100%;overflow:hidden}._table_1i4y5_6{width:100%;border-collapse:collapse;table-layout:fixed;font-size:9px;color:#1b1435}._nameRow_1i4y5_14 th,._logoRow_1i4y5_15 th{vertical-align:bottom;padding:2px 1px;border-bottom:1px solid #c8c8c8}._labelCell_1i4y5_21{width:3.6cm;text-align:left}._competitionHead_1i4y5_26,._teamHead_1i4y5_27{text-align:center}._rotatedName_1i4y5_31{display:inline-block;writing-mode:vertical-rl;transform:rotate(180deg);max-height:2.4cm;overflow:hidden;font-weight:700;font-size:8px;line-height:1.1;text-transform:uppercase}._logo_1i4y5_15{max-width:100%;max-height:.85cm;object-fit:contain}._mainRow_1i4y5_49 td,._secondRow_1i4y5_50 td{padding:3px 2px;text-align:center;border-bottom:1px solid #ececec;vertical-align:middle}._mainLabel_1i4y5_57{text-align:left;font-weight:700;text-transform:uppercase;font-size:8px}._secondLabel_1i4y5_64{text-align:left;font-weight:500;color:#555;font-size:8px;padding-left:8px}._valueCell_1i4y5_72{font-variant-numeric:tabular-nums}._competitionValue_1i4y5_76{background:#e8e8ea;font-weight:700}._secondValue_1i4y5_81{background:#f7f7f9}._best_1i4y5_85{background:#8fe587}._worst_1i4y5_89{background:#f2a9a9}._reportRankingPropBrit_14ctx_1{display:flex;gap:1.2cm;width:100%;align-items:flex-start}._reportRankingPropBrit_14ctx_1 ._britannic_14ctx_7{flex:1 1 55%}._reportRankingPropBrit_14ctx_1 ._britannic_14ctx_7 ._paneTitle_14ctx_10{margin:0 0 .3cm;font-size:15pt;font-weight:800;text-transform:uppercase;color:#1b1435}._reportRankingPropBrit_14ctx_1 ._britannic_14ctx_7 ._table_14ctx_17{width:100%;border-collapse:collapse;font-size:12pt}._reportRankingPropBrit_14ctx_1 ._britannic_14ctx_7 ._table_14ctx_17 th,._reportRankingPropBrit_14ctx_1 ._britannic_14ctx_7 ._table_14ctx_17 td{padding:.22cm .28cm;border-bottom:1px solid #ccc}._reportRankingPropBrit_14ctx_1 ._britannic_14ctx_7 ._table_14ctx_17 ._headRow_14ctx_27{background:linear-gradient(90deg,#1a237e,#c62828);color:#fff;text-transform:uppercase;font-size:10pt}._reportRankingPropBrit_14ctx_1 ._britannic_14ctx_7 ._table_14ctx_17 ._teamRow_14ctx_33:nth-child(2n){background:#f4f5f7}._reportRankingPropBrit_14ctx_1 ._britannic_14ctx_7 ._table_14ctx_17 ._rankCol_14ctx_36{width:1.2cm;text-align:center;font-weight:700}._reportRankingPropBrit_14ctx_1 ._britannic_14ctx_7 ._table_14ctx_17 ._teamCol_14ctx_41{text-align:left}._reportRankingPropBrit_14ctx_1 ._britannic_14ctx_7 ._table_14ctx_17 ._teamCell_14ctx_44{display:flex;align-items:center;gap:.3cm}._reportRankingPropBrit_14ctx_1 ._britannic_14ctx_7 ._table_14ctx_17 ._teamCell_14ctx_44 ._teamLogo_14ctx_49{width:.85cm;height:.85cm;object-fit:contain}._reportRankingPropBrit_14ctx_1 ._britannic_14ctx_7 ._table_14ctx_17 ._teamCell_14ctx_44 ._teamName_14ctx_54{text-transform:uppercase}._reportRankingPropBrit_14ctx_1 ._britannic_14ctx_7 ._table_14ctx_17 ._numCol_14ctx_57{width:2.4cm;text-align:center}._reportRankingPropBrit_14ctx_1 ._britannic_14ctx_7 ._table_14ctx_17 ._pointsCol_14ctx_61{width:2.4cm;text-align:center;font-weight:700}._reportRankingPropBrit_14ctx_1 ._proportional_14ctx_66{flex:1 1 45%}._reportRankingPropBrit_14ctx_1 ._proportional_14ctx_66 ._paneTitle_14ctx_10{margin:0 0 .3cm;font-size:15pt;font-weight:800;text-transform:uppercase;color:#1b1435}._competitionDownloads_zxkls_1{display:flex;flex-direction:column;gap:1.5rem;padding:1.5rem}._competitionDownloads_zxkls_1 ._title_zxkls_7{margin:0;font-size:1.4rem;font-weight:800;color:var(--text-strong)}._competitionDownloads_zxkls_1 ._backButton_zxkls_13{align-self:flex-start;padding:.5rem 1rem;border:1px solid var(--border-1);border-radius:.5rem;background:var(--surface-1);color:var(--text-strong);font-weight:600;cursor:pointer}._competitionDownloads_zxkls_1 ._backButton_zxkls_13:hover{border-color:var(--border-strong);background:var(--surface-2)}._competitionDownloads_zxkls_1 ._grid_zxkls_27{display:grid;grid-template-columns:repeat(auto-fill,minmax(11rem,1fr));gap:1rem}._competitionDownloads_zxkls_1 ._preparing_zxkls_32{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:2rem 1rem;text-align:center;color:var(--text-strong)}._competitionHeader_os34y_4{display:flex;align-items:center;gap:1.25rem;width:100%;background-color:var(--surface-2);background-image:repeating-linear-gradient(-45deg,transparent,transparent 18px,rgba(13,3,52,.018) 18px,rgba(13,3,52,.018) 19px);padding:1.25rem 1.5625rem;position:relative}@media(max-width:1024px){._competitionHeader_os34y_4{gap:.625rem;padding:.625rem .9375rem}}@media(max-width:768px){._competitionHeader_os34y_4{gap:.3125rem;padding:.3125rem .625rem}}._competitionHeader_os34y_4 ._bgDecoration_os34y_26{position:absolute;inset:0;overflow:hidden;pointer-events:none;z-index:0}._competitionHeader_os34y_4 ._bgDecoration_os34y_26:before{content:"";position:absolute;inset:0;background:#0d03340a;clip-path:polygon(68% 0%,100% 0%,100% 100%,80% 100%)}._competitionHeader_os34y_4 ._bgDecoration_os34y_26:after{content:"";position:absolute;inset:0;background:#0d033406;clip-path:polygon(80% 0%,100% 0%,88% 100%,62% 100%)}._competitionHeader_os34y_4 ._identityPanel_os34y_47{flex:0 0 180px;background-color:var(--surface-1);border-radius:20px;box-shadow:0 6px 28px #00000021;padding:1.25rem 1.25rem 1.25rem 1.875rem;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.625rem;position:relative;z-index:2;align-self:stretch}@media(max-width:1024px){._competitionHeader_os34y_4 ._identityPanel_os34y_47{flex:0 0 130px;padding:.625rem .625rem .625rem 1.25rem;gap:.3125rem;border-radius:14px}}@media(max-width:768px){._competitionHeader_os34y_4 ._identityPanel_os34y_47{flex:0 0 76px;padding:.3125rem .3125rem .3125rem .625rem;gap:.125rem;border-radius:10px}}._competitionHeader_os34y_4 ._identityPanel_os34y_47 ._logo_os34y_81{width:96px;height:96px;object-fit:contain;border-radius:10px;flex-shrink:0}@media(max-width:1024px){._competitionHeader_os34y_4 ._identityPanel_os34y_47 ._logo_os34y_81{width:60px;height:60px;border-radius:7px}}@media(max-width:768px){._competitionHeader_os34y_4 ._identityPanel_os34y_47 ._logo_os34y_81{width:36px;height:36px;border-radius:5px}}._competitionHeader_os34y_4 ._identityPanel_os34y_47 ._competitionName_os34y_102{font-size:1.25rem;font-weight:700;color:var(--text-strong);text-align:center;margin:0;word-break:break-word}@media(max-width:1024px){._competitionHeader_os34y_4 ._identityPanel_os34y_47 ._competitionName_os34y_102{font-size:1rem}}@media(max-width:768px){._competitionHeader_os34y_4 ._identityPanel_os34y_47 ._competitionName_os34y_102{font-size:.6875rem}}._competitionHeader_os34y_4 ._identityPanel_os34y_47 ._favoriteWrapper_os34y_120{display:flex;align-items:center;justify-content:center}._competitionHeader_os34y_4 ._filtersArea_os34y_125{flex:1;min-width:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.625rem;padding-left:1.5625rem;position:relative;z-index:2}@media(max-width:1024px){._competitionHeader_os34y_4 ._filtersArea_os34y_125{gap:.3125rem;padding-left:.625rem}}@media(max-width:768px){._competitionHeader_os34y_4 ._filtersArea_os34y_125{gap:.125rem;padding-left:.3125rem}}._competitionHeader_os34y_4 ._filtersArea_os34y_125 ._filtersTitleRow_os34y_149{display:flex;align-items:center;gap:.625rem}@media(max-width:1024px){._competitionHeader_os34y_4 ._filtersArea_os34y_125 ._filtersTitleRow_os34y_149{gap:.3125rem}}@media(max-width:768px){._competitionHeader_os34y_4 ._filtersArea_os34y_125 ._filtersTitleRow_os34y_149{gap:.125rem}}._competitionHeader_os34y_4 ._filtersArea_os34y_125 ._filtersTitle_os34y_149{font-size:1.5rem;font-weight:700;color:var(--text-strong);letter-spacing:1px;text-transform:uppercase;margin:0}@media(max-width:1024px){._competitionHeader_os34y_4 ._filtersArea_os34y_125 ._filtersTitle_os34y_149{font-size:1.125rem;letter-spacing:.7px}}@media(max-width:768px){._competitionHeader_os34y_4 ._filtersArea_os34y_125 ._filtersTitle_os34y_149{font-size:.875rem;letter-spacing:.3px}}._competitionHeader_os34y_4 ._filtersArea_os34y_125 ._filtersTitleIcon_os34y_184{font-size:1.125rem;color:var(--text-strong)}@media(max-width:1024px){._competitionHeader_os34y_4 ._filtersArea_os34y_125 ._filtersTitleIcon_os34y_184{font-size:1rem}}@media(max-width:768px){._competitionHeader_os34y_4 ._filtersArea_os34y_125 ._filtersTitleIcon_os34y_184{font-size:.75rem}}._competitionHeader_os34y_4 ._filtersArea_os34y_125 ._filtersGrid_os34y_198{display:grid;grid-template-columns:repeat(3,minmax(0,190px));gap:.9375rem}@media(max-width:1024px){._competitionHeader_os34y_4 ._filtersArea_os34y_125 ._filtersGrid_os34y_198{grid-template-columns:repeat(3,1fr);gap:.625rem}}@media(max-width:768px){._competitionHeader_os34y_4 ._filtersArea_os34y_125 ._filtersGrid_os34y_198{grid-template-columns:1fr;gap:.3125rem}}._competitionHeader_os34y_4 ._filtersArea_os34y_125 ._filterItem_os34y_215{min-height:52px;background-color:var(--surface-1);border:1px solid var(--border-1);border-radius:8px;padding:.3125rem .625rem;display:flex;flex-direction:column;justify-content:center;gap:1px;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease}._competitionHeader_os34y_4 ._filtersArea_os34y_125 ._filterItem_os34y_215:hover{border-color:var(--border-strong)}._competitionHeader_os34y_4 ._filtersArea_os34y_125 ._filterItem_os34y_215:focus-within{border-color:var(--surface-brand);box-shadow:0 0 0 2px var(--focus-ring-tint)}@media(max-width:1024px){._competitionHeader_os34y_4 ._filtersArea_os34y_125 ._filterItem_os34y_215{min-height:44px;padding:.3125rem;border-radius:6px}}@media(max-width:768px){._competitionHeader_os34y_4 ._filtersArea_os34y_125 ._filterItem_os34y_215{min-height:52px;padding:.3125rem .625rem;border-radius:6px}}._competitionHeader_os34y_4 ._filtersArea_os34y_125 ._filterLabel_os34y_249{color:var(--text-3);font-size:.75rem;font-weight:400;align-self:flex-start;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}@media(max-width:1024px){._competitionHeader_os34y_4 ._filtersArea_os34y_125 ._filterLabel_os34y_249{font-size:.6875rem}}@media(max-width:768px){._competitionHeader_os34y_4 ._filtersArea_os34y_125 ._filterLabel_os34y_249{font-size:.75rem}}._competitionHeader_os34y_4 ._ballDecoration_os34y_269{flex:0 0 auto;display:flex;align-items:center;justify-content:center;opacity:.72;pointer-events:none;z-index:1;flex-shrink:0}._competitionHeader_os34y_4 ._ballDecoration_os34y_269 svg{width:200px;height:140px}@media(max-width:1024px){._competitionHeader_os34y_4 ._ballDecoration_os34y_269 svg{width:130px;height:92px}}@media(max-width:768px){._competitionHeader_os34y_4 ._ballDecoration_os34y_269 svg{width:72px;height:52px}}._competitionHeader_os34y_4 .competition-select__control{background-color:transparent;border:none;box-shadow:none;min-height:unset;cursor:pointer}._competitionHeader_os34y_4 .competition-select__control:hover{border-color:transparent}._competitionHeader_os34y_4 .competition-select__control--is-focused{border-color:transparent;box-shadow:none}._competitionHeader_os34y_4 .competition-select__value-container{padding:0}._competitionHeader_os34y_4 .competition-select__single-value{color:var(--text-strong);font-size:1rem;font-weight:500;margin:0}@media(max-width:1024px){._competitionHeader_os34y_4 .competition-select__single-value{font-size:.875rem}}@media(max-width:768px){._competitionHeader_os34y_4 .competition-select__single-value{font-size:.875rem;font-weight:600}}._competitionHeader_os34y_4 .competition-select__placeholder{color:var(--text-4);font-size:1rem;margin:0}@media(max-width:1024px){._competitionHeader_os34y_4 .competition-select__placeholder{font-size:.875rem}}@media(max-width:768px){._competitionHeader_os34y_4 .competition-select__placeholder{font-size:.75rem}}._competitionHeader_os34y_4 .competition-select__input-container{color:var(--text-strong);margin:0;padding:0}._competitionHeader_os34y_4 .competition-select__indicator{color:var(--text-3);padding:0}._competitionHeader_os34y_4 .competition-select__indicator svg{width:18px;height:18px}@media(max-width:1024px){._competitionHeader_os34y_4 .competition-select__indicator svg{width:14px;height:14px}}@media(max-width:768px){._competitionHeader_os34y_4 .competition-select__indicator svg{width:10px;height:10px}}._competitionHeader_os34y_4 .competition-select__indicator:hover{color:var(--text-2)}._competitionHeader_os34y_4 .competition-select__indicator-separator{display:none}._competitionHeader_os34y_4 .competition-select__menu{background-color:var(--surface-1);border:1px solid var(--border-1);border-radius:10px;box-shadow:0 4px 16px #0000001a;z-index:9999}._competitionHeader_os34y_4 .competition-select__option{font-size:1rem;color:var(--text-strong);background-color:transparent;cursor:pointer}._competitionHeader_os34y_4 .competition-select__option--is-focused{background-color:var(--surface-2)}._competitionHeader_os34y_4 .competition-select__option--is-selected{background-color:var(--surface-2);color:var(--text-strong);font-weight:600}._competitionLayout_8jsu5_3{min-height:calc(100vh - var(--navbar-height, 60px))}._competitionLayout_8jsu5_3 ._sidebar_8jsu5_6{position:fixed;top:var(--navbar-height, 60px);left:0;width:var(--sidebar-width, 250px);height:calc(100vh - var(--navbar-height, 60px));z-index:50;transition:width .3s ease}._competitionLayout_8jsu5_3 ._content_8jsu5_15{margin-left:var(--sidebar-width, 250px);overflow-x:hidden;transition:margin-left .3s ease}._competitionLayout_8jsu5_3 ._content_8jsu5_15 ._header_8jsu5_20{padding:.9375rem 1.25rem}._competitionLayoutLoading_8jsu5_24{display:flex;align-items:center;justify-content:center;min-height:calc(100vh - 60px)}._widgetCompetitionRankingTable_awnxu_3{position:relative;width:100%}._widgetCompetitionRankingTable_awnxu_3 ._teamCell_awnxu_7{display:flex;align-items:center;gap:.625rem}._widgetCompetitionRankingTable_awnxu_3 ._teamLogo_awnxu_12{width:24px;height:24px;object-fit:contain;flex-shrink:0}._widgetCompetitionRankingTable_awnxu_3 ._teamName_awnxu_18{white-space:nowrap}@media(max-width:768px){._widgetCompetitionRankingTable_awnxu_3 ._teamName_awnxu_18{white-space:normal;word-break:break-word;max-width:100px}}@media(max-width:1024px){._widgetCompetitionRankingTable_awnxu_3 ._tableGeneral_awnxu_29 table th:nth-child(10),._widgetCompetitionRankingTable_awnxu_3 ._tableGeneral_awnxu_29 table td:nth-child(10),._widgetCompetitionRankingTable_awnxu_3 ._tableGeneral_awnxu_29 table th:nth-child(11),._widgetCompetitionRankingTable_awnxu_3 ._tableGeneral_awnxu_29 table td:nth-child(11){display:none}}@media(max-width:768px){._widgetCompetitionRankingTable_awnxu_3 ._tableGeneral_awnxu_29 table th:nth-child(8),._widgetCompetitionRankingTable_awnxu_3 ._tableGeneral_awnxu_29 table td:nth-child(8),._widgetCompetitionRankingTable_awnxu_3 ._tableGeneral_awnxu_29 table th:nth-child(9),._widgetCompetitionRankingTable_awnxu_3 ._tableGeneral_awnxu_29 table td:nth-child(9){display:none}}@media(max-width:768px){._widgetCompetitionRankingTable_awnxu_3 ._tableHomeAway_awnxu_45 table th:nth-child(8),._widgetCompetitionRankingTable_awnxu_3 ._tableHomeAway_awnxu_45 table td:nth-child(8),._widgetCompetitionRankingTable_awnxu_3 ._tableHomeAway_awnxu_45 table th:nth-child(9),._widgetCompetitionRankingTable_awnxu_3 ._tableHomeAway_awnxu_45 table td:nth-child(9){display:none}}@media(max-width:1024px){._widgetCompetitionRankingTable_awnxu_3 ._tableBritish_awnxu_53 table th:nth-child(9),._widgetCompetitionRankingTable_awnxu_3 ._tableBritish_awnxu_53 table td:nth-child(9),._widgetCompetitionRankingTable_awnxu_3 ._tableBritish_awnxu_53 table th:nth-child(12),._widgetCompetitionRankingTable_awnxu_3 ._tableBritish_awnxu_53 table td:nth-child(12){display:none}}@media(max-width:768px){._widgetCompetitionRankingTable_awnxu_3 ._tableBritish_awnxu_53 table th:nth-child(5),._widgetCompetitionRankingTable_awnxu_3 ._tableBritish_awnxu_53 table td:nth-child(5),._widgetCompetitionRankingTable_awnxu_3 ._tableBritish_awnxu_53 table th:nth-child(6),._widgetCompetitionRankingTable_awnxu_3 ._tableBritish_awnxu_53 table td:nth-child(6){display:none}}._pageCompetitionIndividualRanking_nxsxp_3{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem}@keyframes _pulseDot_tjx42_1{0%,to{opacity:1}50%{opacity:.3}}._matchCardRow_tjx42_12{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:.625rem;padding:.625rem .9375rem;background:var(--surface-1);cursor:pointer;border:none;border-bottom:1px solid var(--border-1);width:100%;text-align:left;transition:background .12s}._matchCardRow_tjx42_12:hover{background:var(--surface-2)}._matchCardRow_tjx42_12 ._team1_tjx42_29{display:flex;align-items:center;justify-content:flex-start;gap:.3125rem;min-width:0;overflow:hidden}._matchCardRow_tjx42_12 ._team1_tjx42_29 ._gameLogo_tjx42_37{width:2rem;height:2rem;object-fit:contain;flex-shrink:0}@media(max-width:1024px){._matchCardRow_tjx42_12 ._team1_tjx42_29 ._gameLogo_tjx42_37{width:1.5rem;height:1.5rem}}@media(max-width:768px){._matchCardRow_tjx42_12 ._team1_tjx42_29 ._gameLogo_tjx42_37{width:1.25rem;height:1.25rem}}._matchCardRow_tjx42_12 ._team1_tjx42_29 ._teamName_tjx42_55{flex:1;min-width:0;font-size:.75rem;font-weight:600;color:var(--text-strong);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(max-width:768px){._matchCardRow_tjx42_12 ._team1_tjx42_29 ._teamName_tjx42_55{font-size:.6875rem}}._matchCardRow_tjx42_12 ._team2_tjx42_70{display:flex;align-items:center;justify-content:flex-end;gap:.3125rem;min-width:0;overflow:hidden}._matchCardRow_tjx42_12 ._team2_tjx42_70 ._teamName_tjx42_55{flex:1;min-width:0;font-size:.75rem;font-weight:600;color:var(--text-strong);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:right}@media(max-width:768px){._matchCardRow_tjx42_12 ._team2_tjx42_70 ._teamName_tjx42_55{font-size:.6875rem}}._matchCardRow_tjx42_12 ._team2_tjx42_70 ._gameLogo_tjx42_37{width:2rem;height:2rem;object-fit:contain;flex-shrink:0}@media(max-width:1024px){._matchCardRow_tjx42_12 ._team2_tjx42_70 ._gameLogo_tjx42_37{width:1.5rem;height:1.5rem}}@media(max-width:768px){._matchCardRow_tjx42_12 ._team2_tjx42_70 ._gameLogo_tjx42_37{width:1.25rem;height:1.25rem}}._matchCardRow_tjx42_12 ._matchScore_tjx42_112{display:flex;flex-direction:column;align-items:center;gap:.125rem;flex-shrink:0}._matchCardRow_tjx42_12 ._matchScore_tjx42_112 ._scores_tjx42_119{display:flex;align-items:center;gap:.3125rem}@media(max-width:768px){._matchCardRow_tjx42_12 ._matchScore_tjx42_112 ._scores_tjx42_119{gap:.125rem}}._matchCardRow_tjx42_12 ._matchScore_tjx42_112 ._score_tjx42_119{font-size:1rem;font-weight:800;color:var(--text-strong);white-space:nowrap;min-width:1.5rem;text-align:center}@media(max-width:1024px){._matchCardRow_tjx42_12 ._matchScore_tjx42_112 ._score_tjx42_119{font-size:.875rem}}@media(max-width:768px){._matchCardRow_tjx42_12 ._matchScore_tjx42_112 ._score_tjx42_119{font-size:.75rem;min-width:1rem}}._matchCardRow_tjx42_12 ._matchScore_tjx42_112 ._centerIcon_tjx42_148{width:20px;height:14px;flex-shrink:0;filter:brightness(0) invert(40%)}@media(max-width:1024px){._matchCardRow_tjx42_12 ._matchScore_tjx42_112 ._centerIcon_tjx42_148{width:16px;height:11px}}@media(max-width:768px){._matchCardRow_tjx42_12 ._matchScore_tjx42_112 ._centerIcon_tjx42_148{width:12px;height:9px}}._matchCardRow_tjx42_12 ._matchScore_tjx42_112 ._date_tjx42_166{font-size:.6875rem;color:var(--text-3);white-space:nowrap;text-align:center}._matchCardRow_tjx42_12 ._matchScore_tjx42_112 ._statusBadge_tjx42_172{display:flex;align-items:center;justify-content:center}._matchCardRow_tjx42_12 ._matchScore_tjx42_112 ._statusBadge_tjx42_172 ._terminated_tjx42_177,._matchCardRow_tjx42_12 ._matchScore_tjx42_112 ._statusBadge_tjx42_172 ._vs_tjx42_178,._matchCardRow_tjx42_12 ._matchScore_tjx42_112 ._statusBadge_tjx42_172 ._statusLabel_tjx42_179{display:block;background-color:var(--surface-brand);color:#fff;font-size:.625rem;font-weight:700;letter-spacing:.8px;text-transform:uppercase;padding:.125rem .625rem;border-radius:20px;white-space:nowrap}._matchCardRow_tjx42_12 ._matchScore_tjx42_112 ._statusBadge_tjx42_172 ._live_tjx42_191{display:flex;align-items:center;gap:.125rem;background-color:#e30613;color:#fff;font-size:.625rem;font-weight:700;letter-spacing:.8px;text-transform:uppercase;padding:.125rem .625rem;border-radius:20px;white-space:nowrap}._matchCardRow_tjx42_12 ._matchScore_tjx42_112 ._statusBadge_tjx42_172 ._live_tjx42_191 ._liveDot_tjx42_205{width:5px;height:5px;border-radius:50%;background-color:var(--surface-1);flex-shrink:0;animation:_pulseDot_tjx42_1 1.4s ease-in-out infinite}._matchCardRow_tjx42_12 ._matchScore_tjx42_112 ._lockIcon_tjx42_213{font-size:.6875rem;color:var(--text-4)}._matchCardRow_tjx42_12 ._matchScore_tjx42_112 ._notifButton_tjx42_217{padding:0;border:none;background:transparent;cursor:pointer;font-size:.75rem;line-height:1}._widgetCompetitionMatchesList_3okjs_4{position:relative;width:100%}._widgetCompetitionMatchesList_3okjs_4 ._teamFilters_3okjs_8{display:flex;flex-wrap:wrap;gap:.3125rem;padding:.625rem .9375rem;border-bottom:1px solid var(--border-1)}._widgetCompetitionMatchesList_3okjs_4 ._teamFilters_3okjs_8 ._teamButton_3okjs_15{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;padding:0;border:2px solid var(--border-1);border-radius:.5rem;background:var(--surface-1);cursor:pointer;transition:border-color .15s,background .15s}._widgetCompetitionMatchesList_3okjs_4 ._teamFilters_3okjs_8 ._teamButton_3okjs_15 i{font-size:.875rem;color:var(--text-3)}._widgetCompetitionMatchesList_3okjs_4 ._teamFilters_3okjs_8 ._teamButton_3okjs_15:hover{border-color:var(--border-strong);background:var(--surface-2)}._widgetCompetitionMatchesList_3okjs_4 ._teamFilters_3okjs_8 ._teamButton_3okjs_15._teamButtonActive_3okjs_36{border-color:var(--accent-selected);background:var(--accent-selected-tint)}._widgetCompetitionMatchesList_3okjs_4 ._teamFilters_3okjs_8 ._teamButton_3okjs_15._teamButtonActive_3okjs_36 i{color:var(--accent-selected)}._widgetCompetitionMatchesList_3okjs_4 ._teamFilters_3okjs_8 ._teamButton_3okjs_15 ._teamLogo_3okjs_43{width:1.75rem;height:1.75rem;object-fit:contain}._widgetCompetitionMatchesList_3okjs_4 ._teamFilters_3okjs_8 ._teamButton_3okjs_15 ._teamInitial_3okjs_48{font-size:.75rem;font-weight:600;color:var(--text-2)}._widgetCompetitionMatchesList_3okjs_4 ._noData_3okjs_53{padding:1.5625rem;text-align:center;color:var(--text-3);font-size:.75rem}._widgetCompetitionMatchesList_3okjs_4 ._roundList_3okjs_59{display:flex;flex-direction:column;max-height:36rem;overflow-y:auto}._widgetCompetitionMatchesList_3okjs_4 ._roundList_3okjs_59 ._roundGroup_3okjs_65 ._roundLabel_3okjs_65{position:sticky;top:0;z-index:1;padding:.3125rem .9375rem;background:var(--surface-2);font-size:.6875rem;font-weight:600;color:var(--text-3);letter-spacing:.06em;text-transform:uppercase;margin:0;border-bottom:1px solid var(--border-1)}._widgetCompetitionMatchesList_3okjs_4 ._roundList_3okjs_59 ._roundGroup_3okjs_65 ._gameList_3okjs_79{display:flex;flex-direction:column}._pageCompetitionIndividualMatches_jj8hk_3{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem}._widgetCompetitionTriesByTeam_3sbpv_7,._widgetCompetitionTriesByTeam_3sbpv_7 ._chart_3sbpv_10,._widgetCompetitionTriesTopScorers_1ijp1_3,._widgetCompetitionTriesTopScorers_1ijp1_3 ._chart_1ijp1_6{width:100%}._widgetCompetitionTriesTopScorers_1ijp1_3 ._noData_1ijp1_9{text-align:center;padding:1.875rem 0;color:var(--text-3)}._widgetCompetitionTriesByPhase_15ced_8{width:100%}._widgetCompetitionTriesByPhase_15ced_8 ._chart_15ced_11{padding:.625rem}@media(max-width:1024px){._widgetCompetitionTriesByPhase_15ced_8 ._chart_15ced_11{padding:.3125rem}}._widgetCompetitionTriesByPhase_15ced_8 ._noData_15ced_19{text-align:center;padding:1.875rem 0;color:var(--text-3)}._pageCompetitionIndividualTriesScoredConceded_1ifqr_3{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem;width:100%}._widgetCompetitionPossessionRanking_f07jf_9{position:relative;width:100%}._widgetCompetitionPossessionRanking_f07jf_9 ._chart_f07jf_13{padding:.625rem}@media(max-width:1024px){._widgetCompetitionPossessionRanking_f07jf_9 ._chart_f07jf_13{padding:.3125rem}}._widgetCompetitionPossessionRanking_f07jf_9 ._noData_f07jf_21{display:flex;align-items:center;justify-content:center;height:200px;font-size:.75rem;color:var(--text-3)}._widgetCompetitionPossessionByZone_14k1b_9{position:relative;width:100%}._widgetCompetitionPossessionByZone_14k1b_9 ._chart_14k1b_13{width:100%;padding:.625rem}@media(max-width:1024px){._widgetCompetitionPossessionByZone_14k1b_9 ._chart_14k1b_13{padding:.3125rem}}._widgetCompetitionPossessionByZone_14k1b_9 ._noData_14k1b_22{display:flex;align-items:center;justify-content:center;height:200px;font-size:.75rem;color:var(--text-3)}._pageCompetitionIndividualPossession_rirng_3{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem;width:100%}._widgetCompetitionOccupationRanking_wckl7_9{position:relative;width:100%}._widgetCompetitionOccupationRanking_wckl7_9 ._chart_wckl7_13{padding:.625rem}@media(max-width:1024px){._widgetCompetitionOccupationRanking_wckl7_9 ._chart_wckl7_13{padding:.3125rem}}._widgetCompetitionOccupationRanking_wckl7_9 ._noData_wckl7_21{display:flex;align-items:center;justify-content:center;height:200px;font-size:.75rem;color:var(--text-3)}._widgetCompetitionOccupationByZone_1i65k_9{position:relative;width:100%}._widgetCompetitionOccupationByZone_1i65k_9 ._chart_1i65k_13{padding:.625rem}@media(max-width:1024px){._widgetCompetitionOccupationByZone_1i65k_9 ._chart_1i65k_13{padding:.3125rem}}._widgetCompetitionOccupationByZone_1i65k_9 ._noData_1i65k_21{display:flex;align-items:center;justify-content:center;height:200px;font-size:.75rem;color:var(--text-3)}._pageCompetitionIndividualOccupation_zoz04_3{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem;width:100%}._widgetCompetitionBallInPlayRanking_1x71r_8{width:100%}._widgetCompetitionBallInPlayRanking_1x71r_8 ._chartWrapper_1x71r_11{padding:.625rem}@media(max-width:1024px){._widgetCompetitionBallInPlayRanking_1x71r_8 ._chartWrapper_1x71r_11{padding:.3125rem}}._widgetCompetitionBallInPlayRanking_1x71r_8 ._placeholder_1x71r_19{display:flex;align-items:center;justify-content:center;height:420px;font-size:1.5rem;color:var(--text-4)}@media(max-width:1024px){._widgetCompetitionBallInPlayRanking_1x71r_8 ._placeholder_1x71r_19{height:360px}}@media(max-width:768px){._widgetCompetitionBallInPlayRanking_1x71r_8 ._placeholder_1x71r_19{height:300px}}._widgetCompetitionBallInPlayDistribution_wjpqb_8{position:relative;width:100%}._widgetCompetitionBallInPlayDistribution_wjpqb_8 ._chartWrapper_wjpqb_12{padding:.625rem}@media(max-width:1024px){._widgetCompetitionBallInPlayDistribution_wjpqb_8 ._chartWrapper_wjpqb_12{padding:.3125rem}}._widgetCompetitionBallInPlayDistribution_wjpqb_8 ._placeholder_wjpqb_20{display:flex;align-items:center;justify-content:center;height:420px;font-size:1.5rem;color:var(--text-4)}@media(max-width:1024px){._widgetCompetitionBallInPlayDistribution_wjpqb_8 ._placeholder_wjpqb_20{height:360px}}@media(max-width:768px){._widgetCompetitionBallInPlayDistribution_wjpqb_8 ._placeholder_wjpqb_20{height:300px}}._pageCompetitionIndividualBallInPlay_2u5hu_3{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem;width:100%}._widgetCompetitionPointsScoredRanking_me7ln_7{position:relative;width:100%}._widgetCompetitionPointsScoredRanking_me7ln_7 ._chart_me7ln_11{padding:.625rem}@media(max-width:1024px){._widgetCompetitionPointsScoredRanking_me7ln_7 ._chart_me7ln_11{padding:.3125rem}}._widgetCompetitionPointsConcededRanking_9ux8d_7{position:relative;width:100%}._widgetCompetitionPointsConcededRanking_9ux8d_7 ._chart_9ux8d_11{padding:.625rem}@media(max-width:1024px){._widgetCompetitionPointsConcededRanking_9ux8d_7 ._chart_9ux8d_11{padding:.3125rem}}._widgetCompetitionPointsBreakdown_tdos4_7{position:relative;width:100%}._pageCompetitionIndividualPointsScoredConceded_18yu1_3{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem;width:100%}._widgetCompetitionLineoutsByType_nvmf9_7{width:100%}._widgetCompetitionLineoutsByType_nvmf9_7 ._noData_nvmf9_10{display:flex;align-items:center;justify-content:center;height:420px;font-size:.75rem;color:var(--text-3)}@media(max-width:1024px){._widgetCompetitionLineoutsByType_nvmf9_7 ._noData_nvmf9_10{height:360px}}@media(max-width:768px){._widgetCompetitionLineoutsByType_nvmf9_7 ._noData_nvmf9_10{height:300px}}._widgetCompetitionLineoutsByType_nvmf9_7 ._barChart_nvmf9_28{width:100%}._widgetCompetitionLineoutsRankingSuccess_1sxlx_9{position:relative;width:100%}._widgetCompetitionLineoutsRankingSuccess_1sxlx_9 ._chart_1sxlx_13{padding:.625rem}@media(max-width:1024px){._widgetCompetitionLineoutsRankingSuccess_1sxlx_9 ._chart_1sxlx_13{padding:.3125rem}}._widgetCompetitionLineoutsRankingSuccess_1sxlx_9 ._noData_1sxlx_21{display:flex;align-items:center;justify-content:center;height:200px;font-size:.75rem;color:var(--text-3)}._widgetCompetitionLineoutsRankingSteals_1j76k_9{position:relative;width:100%}._widgetCompetitionLineoutsRankingSteals_1j76k_9 ._chart_1j76k_13{padding:.625rem}@media(max-width:1024px){._widgetCompetitionLineoutsRankingSteals_1j76k_9 ._chart_1j76k_13{padding:.3125rem}}._widgetCompetitionLineoutsRankingSteals_1j76k_9 ._noData_1j76k_21{display:flex;align-items:center;justify-content:center;height:200px;font-size:.75rem;color:var(--text-3)}._widgetCompetitionLineoutsTopJumpers_w2f30_4{width:100%}._widgetCompetitionLineoutsTopJumpers_w2f30_4 ._chart_w2f30_7{padding:.625rem}@media(max-width:1024px){._widgetCompetitionLineoutsTopJumpers_w2f30_4 ._chart_w2f30_7{padding:.3125rem}}._widgetCompetitionLineoutsTopJumpers_w2f30_4 ._noData_w2f30_15{display:flex;align-items:center;justify-content:center;height:200px;font-size:.75rem;color:var(--text-3)}._pageCompetitionIndividualLineouts_k6kc4_3{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem;width:100%}._widgetCompetitionScrumsRankingPenalties_g25gf_9{position:relative;width:100%}._widgetCompetitionScrumsRankingPenalties_g25gf_9 ._chart_g25gf_13{padding:.625rem}@media(max-width:1024px){._widgetCompetitionScrumsRankingPenalties_g25gf_9 ._chart_g25gf_13{padding:.3125rem}}._widgetCompetitionScrumsRankingPenalties_g25gf_9 ._noData_g25gf_21{display:flex;align-items:center;justify-content:center;height:200px;font-size:.75rem;color:var(--text-3)}._widgetCompetitionScrumsRankingSuccess_1ppou_9{position:relative;width:100%}._widgetCompetitionScrumsRankingSuccess_1ppou_9 ._chart_1ppou_13{padding:.625rem}@media(max-width:1024px){._widgetCompetitionScrumsRankingSuccess_1ppou_9 ._chart_1ppou_13{padding:.3125rem}}._widgetCompetitionScrumsRankingSuccess_1ppou_9 ._noData_1ppou_21{display:flex;align-items:center;justify-content:center;height:200px;font-size:.75rem;color:var(--text-3)}._pageCompetitionIndividualScrums_quvg7_3{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem;width:100%}._widgetCompetitionGoalKicksRankingSuccess_1nmak_11{position:relative;width:100%}._widgetCompetitionGoalKicksRankingSuccess_1nmak_11 ._chart_1nmak_15{padding:.625rem}@media(max-width:1024px){._widgetCompetitionGoalKicksRankingSuccess_1nmak_11 ._chart_1nmak_15{padding:.3125rem}}._widgetCompetitionGoalKicksRankingSuccess_1nmak_11 ._noData_1nmak_23{display:flex;align-items:center;justify-content:center;height:200px;font-size:.75rem;color:var(--text-3)}._widgetCompetitionGoalKicksTopKickers_in7iq_4{width:100%}._widgetCompetitionGoalKicksTopKickers_in7iq_4 ._tableWrapper_in7iq_7{padding:.625rem;overflow-x:auto}@media(max-width:1024px){._widgetCompetitionGoalKicksTopKickers_in7iq_4 ._tableWrapper_in7iq_7{padding:.3125rem}}._widgetCompetitionGoalKicksTopKickers_in7iq_4 ._playerCell_in7iq_16{display:flex;align-items:center;gap:.3125rem}._widgetCompetitionGoalKicksTopKickers_in7iq_4 ._playerCell_in7iq_16 ._playerPhoto_in7iq_21{width:2rem;height:2rem;border-radius:50%;object-fit:cover;flex-shrink:0}@media(max-width:768px){._widgetCompetitionGoalKicksTopKickers_in7iq_4 ._playerCell_in7iq_16 ._playerPhoto_in7iq_21{width:1.5rem;height:1.5rem}}._widgetCompetitionGoalKicksTopKickers_in7iq_4 ._playerCell_in7iq_16 ._playerName_in7iq_34{font-size:.75rem;color:var(--text-strong);font-weight:600}@media(max-width:768px){._widgetCompetitionGoalKicksTopKickers_in7iq_4 ._playerCell_in7iq_16 ._playerName_in7iq_34{font-size:.6875rem}}._widgetCompetitionGoalKicksTopKickers_in7iq_4 ._teamCell_in7iq_44{display:flex;align-items:center;gap:.125rem}._widgetCompetitionGoalKicksTopKickers_in7iq_4 ._teamCell_in7iq_44 ._teamDot_in7iq_49{width:.5rem;height:.5rem;border-radius:50%;background:var(--team-color);flex-shrink:0}._widgetCompetitionGoalKicksTopKickers_in7iq_4 ._teamCell_in7iq_44 ._teamName_in7iq_56{font-size:.75rem}@media(max-width:768px){._widgetCompetitionGoalKicksTopKickers_in7iq_4 ._teamCell_in7iq_44 ._teamName_in7iq_56{font-size:.6875rem}}._widgetCompetitionGoalKicksTopKickers_in7iq_4 ._noData_in7iq_64{display:flex;align-items:center;justify-content:center;height:200px;font-size:.75rem;color:var(--text-3)}._pageCompetitionIndividualGoalKicks_17g1l_3{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem;width:100%}._widgetCompetitionKicksByType_1occc_7{width:100%}._widgetCompetitionKicksByType_1occc_7 ._noData_1occc_10{display:flex;align-items:center;justify-content:center;height:420px;font-size:.75rem;color:var(--text-3)}@media(max-width:1024px){._widgetCompetitionKicksByType_1occc_7 ._noData_1occc_10{height:360px}}@media(max-width:768px){._widgetCompetitionKicksByType_1occc_7 ._noData_1occc_10{height:300px}}._widgetCompetitionKicksByType_1occc_7 ._barChart_1occc_28{width:100%}._widgetCompetitionKicksByZone_1tjxx_4{position:relative;width:100%}._widgetCompetitionKicksByZone_1tjxx_4 ._fieldWrapper_1tjxx_8{max-width:420px;margin:0 auto;padding:.9375rem}._widgetCompetitionKicksByZone_1tjxx_4 ._scopeHeader_1tjxx_13{display:flex;align-items:center;justify-content:center;gap:.3125rem;margin-bottom:.625rem}._widgetCompetitionKicksByZone_1tjxx_4 ._scopeLogo_1tjxx_20{width:28px;height:28px;object-fit:contain;flex-shrink:0}._widgetCompetitionKicksByZone_1tjxx_4 ._scopeLabel_1tjxx_26{font-size:.75rem;font-weight:600;color:var(--text-strong)}._widgetCompetitionKicksVolume_1auxi_9{position:relative;width:100%}._widgetCompetitionKicksVolume_1auxi_9 ._chart_1auxi_13{padding:.625rem}@media(max-width:1024px){._widgetCompetitionKicksVolume_1auxi_9 ._chart_1auxi_13{padding:.3125rem}}._widgetCompetitionKicksVolume_1auxi_9 ._noData_1auxi_21{display:flex;align-items:center;justify-content:center;height:200px;font-size:.75rem;color:var(--text-3)}._pageCompetitionIndividualKickingGame_131cz_3{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem;width:100%}._widgetCompetitionKickOffsRanking_1g5v8_10{position:relative;width:100%}._widgetCompetitionKickOffsRanking_1g5v8_10 ._chart_1g5v8_14{padding:.625rem}@media(max-width:1024px){._widgetCompetitionKickOffsRanking_1g5v8_10 ._chart_1g5v8_14{padding:.3125rem}}._widgetCompetitionDropOuts22Ranking_1th4t_10{position:relative;width:100%}._widgetCompetitionDropOuts22Ranking_1th4t_10 ._chart_1th4t_14{padding:.625rem}@media(max-width:1024px){._widgetCompetitionDropOuts22Ranking_1th4t_10 ._chart_1th4t_14{padding:.3125rem}}._pageCompetitionIndividualRestarts_xe7g0_3{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem;width:100%}._widgetCompetitionRucksDefensiveRanking_11vs0_8{position:relative;width:100%}._widgetCompetitionRucksDefensiveRanking_11vs0_8 ._chart_11vs0_12{padding:.625rem}@media(max-width:1024px){._widgetCompetitionRucksDefensiveRanking_11vs0_8 ._chart_11vs0_12{padding:.3125rem}}._widgetCompetitionRucksOffensiveRanking_sqf2s_10{position:relative;width:100%}._widgetCompetitionRucksOffensiveRanking_sqf2s_10 ._chart_sqf2s_14{padding:.625rem}@media(max-width:1024px){._widgetCompetitionRucksOffensiveRanking_sqf2s_10 ._chart_sqf2s_14{padding:.3125rem}}._widgetCompetitionRucksSpeed_f70p6_8{position:relative;width:100%}._widgetCompetitionRucksSpeed_f70p6_8 ._chart_f70p6_12{padding:.625rem}@media(max-width:1024px){._widgetCompetitionRucksSpeed_f70p6_8 ._chart_f70p6_12{padding:.3125rem}}._pageCompetitionIndividualRucks_bmrri_3{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem;width:100%}._widgetCompetitionAttackKpisGlobal_1n6n2_1{width:100%}._widgetCompetitionAttackRankings_8kded_9{position:relative;width:100%}._widgetCompetitionAttackRankings_8kded_9 ._chart_8kded_13{padding:.625rem}@media(max-width:1024px){._widgetCompetitionAttackRankings_8kded_9 ._chart_8kded_13{padding:.3125rem}}._widgetCompetitionAttackRankings_8kded_9 ._noData_8kded_21{display:flex;align-items:center;justify-content:center;height:200px;font-size:.75rem;color:var(--text-3)}._pageCompetitionIndividualAttack_1pzkx_3{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem;width:100%}._widgetCompetitionDefenceKpisGlobal_1onfr_1{width:100%}._widgetCompetitionDefenceRankings_9y43m_9{position:relative;width:100%}._widgetCompetitionDefenceRankings_9y43m_9 ._chart_9y43m_13{padding:.625rem}@media(max-width:1024px){._widgetCompetitionDefenceRankings_9y43m_9 ._chart_9y43m_13{padding:.3125rem}}._widgetCompetitionDefenceRankings_9y43m_9 ._noData_9y43m_21{display:flex;align-items:center;justify-content:center;height:200px;font-size:.75rem;color:var(--text-3)}._pageCompetitionIndividualDefence_7qzo6_3{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem;width:100%}._widgetCompetitionDisciplineByMotive_kx6ay_6{width:100%}._widgetCompetitionDisciplineByMotive_kx6ay_6 ._noData_kx6ay_9{display:flex;align-items:center;justify-content:center;height:420px;font-size:.75rem;color:var(--text-3)}@media(max-width:1024px){._widgetCompetitionDisciplineByMotive_kx6ay_6 ._noData_kx6ay_9{height:360px}}@media(max-width:768px){._widgetCompetitionDisciplineByMotive_kx6ay_6 ._noData_kx6ay_9{height:300px}}._widgetCompetitionDisciplineByMotive_kx6ay_6 ._barChart_kx6ay_27{width:100%}._widgetCompetitionDisciplineRankings_2ae5x_9{position:relative;width:100%}._widgetCompetitionDisciplineRankings_2ae5x_9 ._chart_2ae5x_13{padding:.625rem}@media(max-width:1024px){._widgetCompetitionDisciplineRankings_2ae5x_9 ._chart_2ae5x_13{padding:.3125rem}}._widgetCompetitionDisciplineRankings_2ae5x_9 ._noData_2ae5x_21{display:flex;align-items:center;justify-content:center;height:200px;font-size:.75rem;color:var(--text-3)}._widgetCompetitionDisciplineTopOffenders_14clc_3,._widgetCompetitionDisciplineTopOffenders_14clc_3 ._chart_14clc_6{width:100%}._widgetCompetitionDisciplineTopOffenders_14clc_3 ._noData_14clc_9{text-align:center;padding:1.875rem 0;color:var(--text-3)}._pageCompetitionIndividualDiscipline_yj0hh_3{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem;width:100%}@font-face{font-family:Josefin Sans;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/josefinsans/v32/Qw3PZQNVED7rKGKxtqIqX5E-AVSJrOCfjY46_DjQbMZhLybpUVzEEQ.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}._widgetCompetitionBestOfControls_zzrye_11{width:100%}._widgetCompetitionBestOfControls_zzrye_11 ._controls_zzrye_14{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.25rem;padding:.625rem}._widgetCompetitionBestOfControls_zzrye_11 ._controls_zzrye_14 ._fieldLabel_zzrye_21{font-family:Josefin Sans,sans-serif;font-size:.6875rem;font-weight:600;color:var(--label-color, var(--text-2));text-transform:uppercase;letter-spacing:.5px;display:block;margin-bottom:.3125rem}._widgetCompetitionBestOfControls_zzrye_11 ._controls_zzrye_14 ._metricField_zzrye_31{display:flex;flex-direction:column;min-width:14rem}._widgetCompetitionBestOfControls_zzrye_11 ._controls_zzrye_14 ._metricField_zzrye_31 ._metricSelect_zzrye_36{padding:.3125rem .625rem;border:1px solid #999999;border-radius:.5rem;background:var(--surface-1);font-size:.75rem;color:var(--text-2);cursor:pointer}._widgetCompetitionBestOfControls_zzrye_11 ._controls_zzrye_14 ._positionField_zzrye_45{display:flex;flex-direction:column;flex:1 1 20rem}._widgetCompetitionBestOfControls_zzrye_11 ._controls_zzrye_14 ._positionField_zzrye_45 ._positionChips_zzrye_50{display:flex;flex-wrap:wrap;gap:.3125rem}._widgetCompetitionBestOfControls_zzrye_11 ._controls_zzrye_14 ._positionField_zzrye_45 ._positionChips_zzrye_50 ._positionChip_zzrye_50{padding:.3125rem .625rem;border:1px solid #999999;border-radius:999px;background:var(--surface-1);font-size:.6875rem;color:var(--text-2);cursor:pointer}._widgetCompetitionBestOfControls_zzrye_11 ._controls_zzrye_14 ._positionField_zzrye_45 ._positionChips_zzrye_50 ._positionChip_zzrye_50:hover{border-color:var(--surface-brand)}._widgetCompetitionBestOfControls_zzrye_11 ._controls_zzrye_14 ._positionField_zzrye_45 ._positionChips_zzrye_50 ._positionChip_zzrye_50._positionChipActive_zzrye_67{border-color:var(--surface-brand);background:var(--surface-brand);color:#fff}._widgetCompetitionBestOfPodium_zosia_4{width:100%}._widgetCompetitionBestOfPodium_zosia_4 ._noData_zosia_7{text-align:center;padding:1.875rem 0;font-size:.75rem;color:var(--text-3)}._widgetCompetitionBestOfTeamPodium_sqwlw_4{width:100%}._widgetCompetitionBestOfTeamPodium_sqwlw_4 ._noData_sqwlw_7{text-align:center;padding:1.875rem 0;font-size:.75rem;color:var(--text-3)}._widgetCompetitionBestOfTable_zyra5_4{width:100%}._widgetCompetitionBestOfTable_zyra5_4 ._rank_zyra5_7{font-weight:700;color:var(--text-2)}._widgetCompetitionBestOfTable_zyra5_4 ._player_zyra5_11{display:flex;align-items:center;gap:.625rem}@media(max-width:1024px){._widgetCompetitionBestOfTable_zyra5_4 ._player_zyra5_11{gap:.3125rem}}._widgetCompetitionBestOfTable_zyra5_4 ._player_zyra5_11 ._photo_zyra5_21{width:2rem;height:2rem;border-radius:50%;object-fit:cover}@media(max-width:1024px){._widgetCompetitionBestOfTable_zyra5_4 ._player_zyra5_11 ._photo_zyra5_21{width:1.5rem;height:1.5rem}}@media(max-width:768px){._widgetCompetitionBestOfTable_zyra5_4 ._player_zyra5_11 ._photo_zyra5_21{width:1.25rem;height:1.25rem}}._widgetCompetitionBestOfTable_zyra5_4 ._player_zyra5_11 ._photoFallback_zyra5_39{width:2rem;height:2rem;border-radius:50%;background:var(--surface-2)}@media(max-width:1024px){._widgetCompetitionBestOfTable_zyra5_4 ._player_zyra5_11 ._photoFallback_zyra5_39{width:1.5rem;height:1.5rem}}@media(max-width:768px){._widgetCompetitionBestOfTable_zyra5_4 ._player_zyra5_11 ._photoFallback_zyra5_39{width:1.25rem;height:1.25rem}}._widgetCompetitionBestOfTable_zyra5_4 ._player_zyra5_11 ._playerName_zyra5_57{white-space:nowrap}@media(max-width:1024px){._widgetCompetitionBestOfTable_zyra5_4 ._player_zyra5_11 ._playerName_zyra5_57{white-space:normal;word-break:break-word}}@media(max-width:768px){._widgetCompetitionBestOfTable_zyra5_4 ._player_zyra5_11 ._playerName_zyra5_57{max-width:90px}}._widgetCompetitionBestOfTable_zyra5_4 ._team_zyra5_71{display:flex;align-items:center;gap:.3125rem}._widgetCompetitionBestOfTable_zyra5_4 ._team_zyra5_71 ._teamLogo_zyra5_76{width:1.5rem;height:1.5rem;object-fit:contain}@media(max-width:1024px){._widgetCompetitionBestOfTable_zyra5_4 ._team_zyra5_71 ._teamLogo_zyra5_76{width:1.25rem;height:1.25rem}}@media(max-width:768px){._widgetCompetitionBestOfTable_zyra5_4 ._team_zyra5_71 ._teamLogo_zyra5_76{width:1rem;height:1rem}}._widgetCompetitionBestOfTable_zyra5_4 ._team_zyra5_71 ._teamName_zyra5_93{white-space:nowrap}@media(max-width:1024px){._widgetCompetitionBestOfTable_zyra5_4 ._team_zyra5_71 ._teamName_zyra5_93{white-space:normal;word-break:break-word}}@media(max-width:768px){._widgetCompetitionBestOfTable_zyra5_4 ._team_zyra5_71 ._teamName_zyra5_93{max-width:90px}}._widgetCompetitionBestOfTable_zyra5_4 ._value_zyra5_107{font-weight:700;color:var(--text-strong)}._widgetCompetitionBestOfTable_zyra5_4 ._noData_zyra5_111{text-align:center;padding:1.875rem 0;font-size:.75rem;color:var(--text-3)}@media(max-width:1024px){._widgetCompetitionBestOfTable_zyra5_4 ._leaderboardTable_zyra5_118 th,._widgetCompetitionBestOfTable_zyra5_4 ._leaderboardTable_zyra5_118 td{padding:.125rem .3125rem;font-size:.6875rem}}@media(max-width:768px){._widgetCompetitionBestOfTable_zyra5_4 ._leaderboardTable_zyra5_118 th,._widgetCompetitionBestOfTable_zyra5_4 ._leaderboardTable_zyra5_118 td{padding:.125rem;font-size:.625rem}}._pageCompetitionIndividualBestOf_93iv4_3{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem}._pageCompetitionIndividualBestOf_93iv4_3 ._podiumRow_93iv4_9,._pageCompetitionIndividualBestOf_93iv4_3 ._bestOfZoneRow_93iv4_10{display:grid;grid-template-columns:1fr 1fr;align-items:stretch;gap:.9375rem}@media(max-width:768px){._pageCompetitionIndividualBestOf_93iv4_3 ._podiumRow_93iv4_9,._pageCompetitionIndividualBestOf_93iv4_3 ._bestOfZoneRow_93iv4_10{grid-template-columns:1fr}}._pageCompetitionIndividualBestOf_93iv4_3 ._podiumRow_93iv4_9>*,._pageCompetitionIndividualBestOf_93iv4_3 ._bestOfZoneRow_93iv4_10>*{display:flex;flex-direction:column}._pageCompetitionIndividualBestOf_93iv4_3 ._podiumRow_93iv4_9>*>*,._pageCompetitionIndividualBestOf_93iv4_3 ._bestOfZoneRow_93iv4_10>*>*{flex:1}._widgetCompetitionBestOfTeamTable_1tssp_4{width:100%}._widgetCompetitionBestOfTeamTable_1tssp_4 ._rank_1tssp_7{font-weight:700;color:var(--text-2)}._widgetCompetitionBestOfTeamTable_1tssp_4 ._team_1tssp_11{display:flex;align-items:center;gap:.625rem}@media(max-width:1024px){._widgetCompetitionBestOfTeamTable_1tssp_4 ._team_1tssp_11{gap:.3125rem}}._widgetCompetitionBestOfTeamTable_1tssp_4 ._team_1tssp_11 ._teamLogo_1tssp_21{width:1.5rem;height:1.5rem;object-fit:contain}@media(max-width:1024px){._widgetCompetitionBestOfTeamTable_1tssp_4 ._team_1tssp_11 ._teamLogo_1tssp_21{width:1.25rem;height:1.25rem}}@media(max-width:768px){._widgetCompetitionBestOfTeamTable_1tssp_4 ._team_1tssp_11 ._teamLogo_1tssp_21{width:1rem;height:1rem}}._widgetCompetitionBestOfTeamTable_1tssp_4 ._team_1tssp_11 ._teamName_1tssp_38{white-space:nowrap}@media(max-width:1024px){._widgetCompetitionBestOfTeamTable_1tssp_4 ._team_1tssp_11 ._teamName_1tssp_38{white-space:normal;word-break:break-word}}@media(max-width:768px){._widgetCompetitionBestOfTeamTable_1tssp_4 ._team_1tssp_11 ._teamName_1tssp_38{max-width:90px}}._widgetCompetitionBestOfTeamTable_1tssp_4 ._value_1tssp_52{font-weight:700;color:var(--text-strong)}._widgetCompetitionBestOfTeamTable_1tssp_4 ._noData_1tssp_56{text-align:center;padding:1.875rem 0;font-size:.75rem;color:var(--text-3)}@media(max-width:1024px){._widgetCompetitionBestOfTeamTable_1tssp_4 ._leaderboardTable_1tssp_63 th,._widgetCompetitionBestOfTeamTable_1tssp_4 ._leaderboardTable_1tssp_63 td{padding:.125rem .3125rem;font-size:.6875rem}}@media(max-width:768px){._widgetCompetitionBestOfTeamTable_1tssp_4 ._leaderboardTable_1tssp_63 th,._widgetCompetitionBestOfTeamTable_1tssp_4 ._leaderboardTable_1tssp_63 td{padding:.125rem;font-size:.625rem}}._widgetPlayerDetailsBarChart_1a7vc_5{width:100%}@font-face{font-family:Josefin Sans;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/josefinsans/v32/Qw3PZQNVED7rKGKxtqIqX5E-AVSJrOCfjY46_DjQbMZhLybpUVzEEQ.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}._labelledSelect_2zkig_11{display:flex;flex-direction:column;gap:.3125rem;min-width:14rem}._labelledSelect_2zkig_11 ._filterLabel_2zkig_17{font-family:Josefin Sans,sans-serif;font-size:.6875rem;font-weight:600;color:var(--label-color, var(--text-2));text-transform:uppercase;letter-spacing:.5px}@font-face{font-family:Josefin Sans;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/josefinsans/v32/Qw3PZQNVED7rKGKxtqIqX5E-AVSJrOCfjY46_DjQbMZhLybpUVzEEQ.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}._playerDetailsChipRow_tn57s_11{display:flex;flex-direction:column;flex:1 1 20rem}._playerDetailsChipRow_tn57s_11._playerDetailsChipRowWide_tn57s_16{flex:1 1 100%}._playerDetailsChipRow_tn57s_11 ._fieldLabel_tn57s_19{font-family:Josefin Sans,sans-serif;font-size:.6875rem;font-weight:600;color:var(--label-color, var(--text-2));text-transform:uppercase;letter-spacing:.5px;display:block;margin-bottom:.3125rem}._playerDetailsChipRow_tn57s_11 ._chips_tn57s_29{display:flex;flex-wrap:wrap;gap:.3125rem}._playerDetailsChipRow_tn57s_11 ._chips_tn57s_29 ._chip_tn57s_29{padding:.3125rem .625rem;border:1px solid #999999;border-radius:999px;background:var(--surface-1);font-size:.6875rem;color:var(--text-2);cursor:pointer}._playerDetailsChipRow_tn57s_11 ._chips_tn57s_29 ._chip_tn57s_29:hover{border-color:var(--surface-brand)}._playerDetailsChipRow_tn57s_11 ._chips_tn57s_29 ._chip_tn57s_29._chipActive_tn57s_46{border-color:var(--surface-brand);background:var(--surface-brand);color:#fff}._playerDetailsChipRow_tn57s_11 ._chips_tn57s_29 ._chip_tn57s_29:disabled{opacity:.45;cursor:not-allowed}._playerDetailsChipRow_tn57s_11 ._chips_tn57s_29 ._chip_tn57s_29:disabled:hover{border-color:#999}@font-face{font-family:Josefin Sans;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/josefinsans/v32/Qw3PZQNVED7rKGKxtqIqX5E-AVSJrOCfjY46_DjQbMZhLybpUVzEEQ.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}._widgetPlayerDetailsControls_1ocha_11{width:100%}._widgetPlayerDetailsControls_1ocha_11 ._controls_1ocha_14{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.25rem;padding:.625rem}._widgetPlayerDetailsControls_1ocha_11 ._controls_1ocha_14 ._viewField_1ocha_21{display:flex;flex-direction:column}._widgetPlayerDetailsControls_1ocha_11 ._controls_1ocha_14 ._viewField_1ocha_21 ._fieldLabel_1ocha_25{font-family:Josefin Sans,sans-serif;font-size:.6875rem;font-weight:600;color:var(--label-color, var(--text-2));text-transform:uppercase;letter-spacing:.5px;display:block;margin-bottom:.3125rem}._widgetPlayerDetailsRadar_1en4b_6,._widgetPlayerDetailsScatter_664p6_6,._widgetPlayerDetailsTable_5y0mv_4{width:100%}._widgetPlayerDetailsTable_5y0mv_4 ._player_5y0mv_7{display:flex;align-items:center;gap:.625rem}@media(max-width:1024px){._widgetPlayerDetailsTable_5y0mv_4 ._player_5y0mv_7{gap:.3125rem}}._widgetPlayerDetailsTable_5y0mv_4 ._player_5y0mv_7 ._photo_5y0mv_17{width:2rem;height:2rem;border-radius:50%;object-fit:cover}@media(max-width:1024px){._widgetPlayerDetailsTable_5y0mv_4 ._player_5y0mv_7 ._photo_5y0mv_17{width:1.5rem;height:1.5rem}}@media(max-width:768px){._widgetPlayerDetailsTable_5y0mv_4 ._player_5y0mv_7 ._photo_5y0mv_17{width:1.25rem;height:1.25rem}}._widgetPlayerDetailsTable_5y0mv_4 ._player_5y0mv_7 ._photoFallback_5y0mv_35{width:2rem;height:2rem;border-radius:50%;background:var(--surface-2)}@media(max-width:1024px){._widgetPlayerDetailsTable_5y0mv_4 ._player_5y0mv_7 ._photoFallback_5y0mv_35{width:1.5rem;height:1.5rem}}@media(max-width:768px){._widgetPlayerDetailsTable_5y0mv_4 ._player_5y0mv_7 ._photoFallback_5y0mv_35{width:1.25rem;height:1.25rem}}._widgetPlayerDetailsTable_5y0mv_4 ._player_5y0mv_7 ._playerName_5y0mv_53{white-space:nowrap}@media(max-width:1024px){._widgetPlayerDetailsTable_5y0mv_4 ._player_5y0mv_7 ._playerName_5y0mv_53{white-space:normal;word-break:break-word}}@media(max-width:768px){._widgetPlayerDetailsTable_5y0mv_4 ._player_5y0mv_7 ._playerName_5y0mv_53{max-width:90px}}._widgetPlayerDetailsTable_5y0mv_4 ._team_5y0mv_67{display:flex;align-items:center;gap:.3125rem}._widgetPlayerDetailsTable_5y0mv_4 ._team_5y0mv_67 ._teamLogo_5y0mv_72{width:1.5rem;height:1.5rem;object-fit:contain}@media(max-width:1024px){._widgetPlayerDetailsTable_5y0mv_4 ._team_5y0mv_67 ._teamLogo_5y0mv_72{width:1.25rem;height:1.25rem}}@media(max-width:768px){._widgetPlayerDetailsTable_5y0mv_4 ._team_5y0mv_67 ._teamLogo_5y0mv_72{width:1rem;height:1rem}}._widgetPlayerDetailsTable_5y0mv_4 ._team_5y0mv_67 ._teamName_5y0mv_89{white-space:nowrap}@media(max-width:1024px){._widgetPlayerDetailsTable_5y0mv_4 ._team_5y0mv_67 ._teamName_5y0mv_89{white-space:normal;word-break:break-word}}@media(max-width:768px){._widgetPlayerDetailsTable_5y0mv_4 ._team_5y0mv_67 ._teamName_5y0mv_89{max-width:90px}}._widgetPlayerDetailsTable_5y0mv_4 ._position_5y0mv_103{white-space:nowrap;color:var(--text-3)}@media(max-width:1024px){._widgetPlayerDetailsTable_5y0mv_4 ._position_5y0mv_103{white-space:normal;word-break:break-word}}@media(max-width:1024px){._widgetPlayerDetailsTable_5y0mv_4 ._statsTable_5y0mv_114 th,._widgetPlayerDetailsTable_5y0mv_4 ._statsTable_5y0mv_114 td{padding:.125rem .3125rem;font-size:.6875rem}}@media(max-width:768px){._widgetPlayerDetailsTable_5y0mv_4 ._statsTable_5y0mv_114 th,._widgetPlayerDetailsTable_5y0mv_4 ._statsTable_5y0mv_114 td{padding:.125rem;font-size:.625rem}}._pageCompetitionIndividualPlayerDetails_wk2qa_3{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem;width:100%}@font-face{font-family:Josefin Sans;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/josefinsans/v32/Qw3PZQNVED7rKGKxtqIqX5E-AVSJrOCfjY46_DjQbMZhLybpUVzEEQ.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}._personCard_1wzry_11{position:relative;display:flex;flex-direction:column;align-items:center;min-width:0;gap:.3125rem;padding:.9375rem;background-color:var(--surface-1);border-radius:12px;border:1px solid var(--border-subtle);text-align:center}._personCard_1wzry_11._clickable_1wzry_24{cursor:pointer}._personCard_1wzry_11._clickable_1wzry_24:hover{box-shadow:0 4px 14px #0000001a}._personCard_1wzry_11._border-bronze_1wzry_30{border-width:2px;border-color:#cd7f32}._personCard_1wzry_11._border-silver_1wzry_34{border-width:2px;border-color:#adadad}._personCard_1wzry_11._border-gold_1wzry_38{border-width:2px;border-color:#d4af37}._personCard_1wzry_11._border-dark-blue_1wzry_42{border-width:2px;border-color:var(--surface-brand)}._personCard_1wzry_11 ._photoWrapper_1wzry_46{position:relative;width:72px;height:72px;border-radius:50%}._personCard_1wzry_11 ._photoWrapper_1wzry_46 ._cornerBadges_1wzry_52{position:absolute;top:-6px;right:-6px;display:flex;flex-direction:column;align-items:center;gap:.125rem}._personCard_1wzry_11 ._photoWrapper_1wzry_46 ._cornerBadges_1wzry_52 ._favoriteToggle_1wzry_61{display:flex;align-items:center;justify-content:center;width:24px;height:24px;padding:0;border:1px solid var(--border-1);border-radius:50%;background-color:var(--surface-1);color:var(--text-4);cursor:pointer;box-shadow:0 1px 4px #0000001f}._personCard_1wzry_11 ._photoWrapper_1wzry_46 ._cornerBadges_1wzry_52 ._favoriteToggle_1wzry_61._favoriteToggleActive_1wzry_75{border-color:#ff9f00;color:#ff9f00}._personCard_1wzry_11 ._photoWrapper_1wzry_46 ._cornerBadges_1wzry_52 ._scoreBadge_1wzry_79{display:flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:50%;border:2px solid #ffffff;box-shadow:0 1px 4px #00000040;color:#fff;font-family:Josefin Sans,sans-serif;font-size:.6875rem;font-weight:700}._personCard_1wzry_11 ._photoWrapper_1wzry_46 ._cornerBadges_1wzry_52 ._scoreBadge_1wzry_79._score-success_1wzry_93{background-color:#146714}._personCard_1wzry_11 ._photoWrapper_1wzry_46 ._cornerBadges_1wzry_52 ._scoreBadge_1wzry_79._score-warning_1wzry_96{background-color:#f60}._personCard_1wzry_11 ._photoWrapper_1wzry_46 ._cornerBadges_1wzry_52 ._scoreBadge_1wzry_79._score-danger_1wzry_99{background-color:#e30613}._personCard_1wzry_11 ._photoWrapper_1wzry_46._grade-bronze_1wzry_102{box-shadow:0 0 0 4px #cd7f32}._personCard_1wzry_11 ._photoWrapper_1wzry_46._grade-silver_1wzry_105{box-shadow:0 0 0 4px #adadad}._personCard_1wzry_11 ._photoWrapper_1wzry_46._grade-gold_1wzry_108{box-shadow:0 0 0 4px #d4af37}._personCard_1wzry_11 ._photoWrapper_1wzry_46._ringAccent_1wzry_111{box-shadow:0 0 0 4px var(--accent-color)}._personCard_1wzry_11 ._photoWrapper_1wzry_46 ._photo_1wzry_46{width:100%;height:100%;border-radius:50%;object-fit:cover;object-position:center top}._personCard_1wzry_11 ._photoWrapper_1wzry_46 ._photoPlaceholder_1wzry_121{display:flex;align-items:center;justify-content:center;overflow:hidden;width:100%;height:100%;border-radius:50%;background-color:var(--surface-2);border:1px solid var(--border-1)}._personCard_1wzry_11 ._photoWrapper_1wzry_46 ._clubBadge_1wzry_132{position:absolute;bottom:-2px;right:-2px;width:22px;height:22px;border-radius:50%;background-color:var(--surface-1);border:1px solid var(--border-1);object-fit:contain}._personCard_1wzry_11 ._identity_1wzry_143{display:flex;flex-direction:column;align-items:center;min-width:0;gap:.125rem;width:100%}._personCard_1wzry_11 ._identity_1wzry_143 ._nameRow_1wzry_151{display:flex;align-items:center;justify-content:center;min-width:0;gap:.125rem;max-width:100%}._personCard_1wzry_11 ._identity_1wzry_143 ._firstName_1wzry_159,._personCard_1wzry_11 ._identity_1wzry_143 ._lastName_1wzry_160{min-width:0;max-width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-family:Josefin Sans,sans-serif;font-size:1rem;font-weight:700;color:var(--text-1)}._personCard_1wzry_11 ._identity_1wzry_143 ._lastName_1wzry_160{text-transform:uppercase}._personCard_1wzry_11 ._identity_1wzry_143 ._numberBadge_1wzry_174{display:inline-flex;flex-shrink:0;align-items:center;justify-content:center;min-width:1.25rem;height:1.25rem;padding:0 .125rem;border-radius:999px;background-color:#0d033414;color:var(--text-strong);font-family:Josefin Sans,sans-serif;font-size:.6875rem;font-weight:700}._personCard_1wzry_11 ._identity_1wzry_143 ._detail_1wzry_189{font-family:Josefin Sans,sans-serif;font-size:.75rem;color:var(--text-3)}._personCard_1wzry_11 ._identity_1wzry_143 ._positionBadge_1wzry_194{display:inline-flex;align-items:center;align-self:center;padding:1px .3125rem;border-radius:999px;background-color:#0d033414;color:var(--text-strong);font-family:Josefin Sans,sans-serif;font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.02em}._personCard_1wzry_11 ._identity_1wzry_143 ._nationality_1wzry_208{font-family:Josefin Sans,sans-serif;font-size:.75rem;font-weight:500;color:var(--text-2)}._personCard_1wzry_11 ._identity_1wzry_143 ._measurements_1wzry_214{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.3125rem}._personCard_1wzry_11 ._identity_1wzry_143 ._measurements_1wzry_214 ._measurement_1wzry_214{display:inline-flex;align-items:center;padding:1px .3125rem;border-radius:999px;background-color:var(--surface-2);color:var(--text-3);font-family:Josefin Sans,sans-serif;font-size:.6875rem;font-weight:600}._personCard_1wzry_11._compact_1wzry_232{padding:.625rem;gap:.125rem}._personCard_1wzry_11._compact_1wzry_232 ._photoWrapper_1wzry_46{width:48px;height:48px}._personCard_1wzry_11._compact_1wzry_232 ._identity_1wzry_143 ._firstName_1wzry_159,._personCard_1wzry_11._compact_1wzry_232 ._identity_1wzry_143 ._lastName_1wzry_160{font-size:.875rem}._personCard_1wzry_11._compact_1wzry_232 ._identity_1wzry_143 ._numberBadge_1wzry_174,._personCard_1wzry_11._compact_1wzry_232 ._identity_1wzry_143 ._detail_1wzry_189,._personCard_1wzry_11._compact_1wzry_232 ._identity_1wzry_143 ._nationality_1wzry_208{font-size:.6875rem}._personCard_1wzry_11._compact_1wzry_232 ._identity_1wzry_143 ._positionBadge_1wzry_194{font-size:.625rem}._personCard_1wzry_11._dense_1wzry_252{padding:.3125rem;gap:.125rem}._personCard_1wzry_11._dense_1wzry_252 ._photoWrapper_1wzry_46{width:40px;height:40px}._personCard_1wzry_11._dense_1wzry_252 ._photoWrapper_1wzry_46 ._cornerBadges_1wzry_52{top:-4px;right:-4px}._personCard_1wzry_11._dense_1wzry_252 ._photoWrapper_1wzry_46 ._cornerBadges_1wzry_52 ._favoriteToggle_1wzry_61{width:18px;height:18px}._personCard_1wzry_11._dense_1wzry_252 ._photoWrapper_1wzry_46 ._cornerBadges_1wzry_52 ._scoreBadge_1wzry_79{width:20px;height:20px;border-width:1px;font-size:.625rem}._personCard_1wzry_11._dense_1wzry_252 ._photoWrapper_1wzry_46 ._clubBadge_1wzry_132{width:16px;height:16px}._personCard_1wzry_11._dense_1wzry_252 ._identity_1wzry_143 ._firstName_1wzry_159,._personCard_1wzry_11._dense_1wzry_252 ._identity_1wzry_143 ._lastName_1wzry_160{font-size:.75rem}._personCard_1wzry_11._dense_1wzry_252 ._identity_1wzry_143 ._numberBadge_1wzry_174,._personCard_1wzry_11._dense_1wzry_252 ._identity_1wzry_143 ._detail_1wzry_189,._personCard_1wzry_11._dense_1wzry_252 ._identity_1wzry_143 ._nationality_1wzry_208{font-size:.625rem}._personCard_1wzry_11._dense_1wzry_252 ._identity_1wzry_143 ._positionBadge_1wzry_194{padding:0 .125rem;font-size:.625rem;letter-spacing:0}._personCard_1wzry_11._ghost_1wzry_292{background-color:transparent;border:none;padding:.3125rem}._personCard_1wzry_11._ghost_1wzry_292._clickable_1wzry_24:hover{box-shadow:none;transform:translateY(-2px)}._personCard_1wzry_11._ghost_1wzry_292 ._photoWrapper_1wzry_46{width:104px;height:104px}._personCard_1wzry_11._ghost_1wzry_292 ._identity_1wzry_143 ._firstName_1wzry_159,._personCard_1wzry_11._ghost_1wzry_292 ._identity_1wzry_143 ._lastName_1wzry_160{color:#fff;text-shadow:0 1px 4px rgba(0,0,0,.85),0 0 10px rgba(0,0,0,.5)}._personCard_1wzry_11._ghost_1wzry_292 ._identity_1wzry_143 ._numberBadge_1wzry_174{background-color:#ffffff2e;border:1px solid rgba(255,255,255,.4);color:#fff;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}._personCard_1wzry_11._ghost_1wzry_292 ._identity_1wzry_143 ._positionBadge_1wzry_194{background-color:#ffffff29;border:1px solid rgba(255,255,255,.35);color:#fff;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}._personCard_1wzry_11._ghost_1wzry_292 ._identity_1wzry_143 ._nationality_1wzry_208{color:#fff;text-shadow:0 1px 3px rgba(0,0,0,.8)}._personCard_1wzry_11._ghost_1wzry_292 ._identity_1wzry_143 ._measurements_1wzry_214 ._measurement_1wzry_214{background-color:#ffffff29;border:1px solid rgba(255,255,255,.35);color:#fff;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}@container (max-width: 110px){._personCard_1wzry_11._ghost_1wzry_292._compact_1wzry_232{padding:.125rem}}._personCard_1wzry_11._ghost_1wzry_292._compact_1wzry_232 ._photoWrapper_1wzry_46{width:72px;height:72px}@container (max-width: 110px){._personCard_1wzry_11._ghost_1wzry_292._compact_1wzry_232 ._photoWrapper_1wzry_46{width:44px;height:44px}._personCard_1wzry_11._ghost_1wzry_292._compact_1wzry_232 ._photoWrapper_1wzry_46 ._cornerBadges_1wzry_52{top:-4px;right:-4px;gap:2px}._personCard_1wzry_11._ghost_1wzry_292._compact_1wzry_232 ._photoWrapper_1wzry_46 ._cornerBadges_1wzry_52 ._favoriteToggle_1wzry_61{width:18px;height:18px}._personCard_1wzry_11._ghost_1wzry_292._compact_1wzry_232 ._photoWrapper_1wzry_46 ._cornerBadges_1wzry_52 ._scoreBadge_1wzry_79{width:20px;height:20px;font-size:.625rem}}@container (max-width: 110px){._personCard_1wzry_11._ghost_1wzry_292._compact_1wzry_232 ._identity_1wzry_143,._personCard_1wzry_11._ghost_1wzry_292._compact_1wzry_232 ._identity_1wzry_143 ._nameRow_1wzry_151{gap:2px}._personCard_1wzry_11._ghost_1wzry_292._compact_1wzry_232 ._identity_1wzry_143 ._firstName_1wzry_159,._personCard_1wzry_11._ghost_1wzry_292._compact_1wzry_232 ._identity_1wzry_143 ._lastName_1wzry_160{overflow:visible;white-space:normal;overflow-wrap:break-word;font-size:.625rem}._personCard_1wzry_11._ghost_1wzry_292._compact_1wzry_232 ._identity_1wzry_143 ._numberBadge_1wzry_174,._personCard_1wzry_11._ghost_1wzry_292._compact_1wzry_232 ._identity_1wzry_143 ._nationality_1wzry_208,._personCard_1wzry_11._ghost_1wzry_292._compact_1wzry_232 ._identity_1wzry_143 ._detail_1wzry_189{font-size:.625rem}._personCard_1wzry_11._ghost_1wzry_292._compact_1wzry_232 ._identity_1wzry_143 ._positionBadge_1wzry_194{white-space:normal;font-size:.625rem}}._pitchField_16hy9_1{position:relative;width:100%;height:100%;overflow:hidden;box-shadow:0 12px 32px #00000059}._pitchField_16hy9_1 ._svg_16hy9_8{display:block;width:100%;height:100%}._pitchField_16hy9_1 ._grassDark_16hy9_13{fill:var(--grass-dark)}._pitchField_16hy9_1 ._grassLight_16hy9_16{fill:var(--grass-light)}._pitchField_16hy9_1 ._outline_16hy9_19{fill:none;stroke:var(--line-color);opacity:.9}._pitchField_16hy9_1 ._mainLine_16hy9_24,._pitchField_16hy9_1 ._dashedLine_16hy9_25,._pitchField_16hy9_1 ._regulationMark_16hy9_26{stroke:var(--line-color)}._pitchField_16hy9_1 ._post_16hy9_29{stroke:var(--post-color)}._pitchLineup_9t9ux_3{display:flex;flex-direction:column;gap:.9375rem}@media(max-width:768px){._pitchLineup_9t9ux_3{gap:.625rem}}._pitchLineup_9t9ux_3 ._pitch_9t9ux_3{position:relative;width:100%;aspect-ratio:700/1200}._pitchLineup_9t9ux_3 ._pitch_9t9ux_3 ._field_9t9ux_18{position:absolute;inset:0}._pitchLineup_9t9ux_3 ._pitch_9t9ux_3 ._slots_9t9ux_22{position:absolute;inset:10% 2.8571428571%;display:grid;grid-template-rows:repeat(7,minmax(0,1fr));grid-template-columns:repeat(5,minmax(0,1fr));gap:.625rem}@media(max-width:1024px){._pitchLineup_9t9ux_3 ._pitch_9t9ux_3 ._slots_9t9ux_22{gap:.3125rem}}@media(max-width:768px){._pitchLineup_9t9ux_3 ._pitch_9t9ux_3 ._slots_9t9ux_22{gap:.125rem}}._pitchLineup_9t9ux_3 ._pitch_9t9ux_3 ._slots_9t9ux_22 ._slot_9t9ux_22{display:flex;align-items:center;justify-content:center;min-width:0;container-type:inline-size;grid-row:var(--slot-row);grid-column:var(--slot-column)}._pitchLineup_9t9ux_3 ._pitch_9t9ux_3._landscape_9t9ux_52{aspect-ratio:1200/700}._pitchLineup_9t9ux_3 ._pitch_9t9ux_3._landscape_9t9ux_52 ._slots_9t9ux_22{inset:2.8571428571% 10%;grid-template-rows:repeat(5,minmax(0,1fr));grid-template-columns:repeat(7,minmax(0,1fr))}._pitchLineup_9t9ux_3 ._sideContent_9t9ux_63{display:flex;flex-wrap:wrap;justify-content:center;gap:.9375rem}@media(max-width:768px){._pitchLineup_9t9ux_3 ._sideContent_9t9ux_63{gap:.3125rem}}._widgetDreamTeamLineup_h93rj_1{width:100%;max-width:max(320px,(100vh - 300px) * 700 / 1200);margin:0 auto}._widgetDreamTeamLineup_h93rj_1._landscape_h93rj_6{max-width:max(320px,(100vh - 300px) * 1200 / 700)}._widgetDreamTeamLineup_h93rj_1 ._flag_h93rj_9{width:1.4em;height:1.4em;border-radius:2px;object-fit:cover}._widgetDreamTeamLineup_h93rj_1 ._photoPlaceholderIcon_h93rj_15{width:62%;height:62%;opacity:.55}._filterToggle_1s3d6_1{position:relative;width:40px;height:20px;padding:1px;border:none;border-radius:10px;background-color:#0d033426;cursor:pointer}._filterToggle_1s3d6_1 ._filterToggleKnob_1s3d6_11{display:block;width:18px;height:18px;border-radius:50%;background-color:var(--surface-brand);transition:transform .2s ease-out}._filterToggle_1s3d6_1 ._filterToggleKnob_1s3d6_11._filterToggleKnobOn_1s3d6_19{transform:translate(18px)}._pageCompetitionIndividualDreamTeam_tkizb_4{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem}._pageCompetitionIndividualDreamTeam_tkizb_4 ._toggles_tkizb_10{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:center;gap:.9375rem;padding:.625rem .9375rem;background-color:var(--surface-2);border:1px solid var(--border-1);border-radius:10px}@media(max-width:768px){._pageCompetitionIndividualDreamTeam_tkizb_4 ._toggles_tkizb_10{flex-direction:column;align-items:stretch}}._pageCompetitionIndividualDreamTeam_tkizb_4 ._toggles_tkizb_10 ._toggleGroup_tkizb_28{display:flex;align-items:center;justify-content:center;gap:.3125rem}._pageCompetitionIndividualDreamTeam_tkizb_4 ._toggles_tkizb_10 ._toggleGroup_tkizb_28 ._toggleLabel_tkizb_34{font-size:.75rem;font-weight:600;color:var(--text-strong)}._pageCompetitionCollectiveRanking_ata1x_3,._pageCompetitionCollectiveMatches_zeiue_3{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem}._pageCompetitionCollectiveTriesScoredConceded_130l9_3,._pageCompetitionCollectivePointsScoredConceded_w4hy7_3,._pageCompetitionCollectivePossession_q26ep_3,._pageCompetitionCollectiveBallInPlay_9w68b_3,._pageCompetitionCollectiveLineouts_kaq5g_3,._pageCompetitionCollectiveScrums_i78km_3,._pageCompetitionCollectiveGoalKicks_xhros_3,._pageCompetitionCollectiveRestarts_1bbh3_3,._pageCompetitionCollectiveAttack_183ys_3,._pageCompetitionCollectiveDefence_cnlv7_3,._pageCompetitionCollectiveDiscipline_1q8y8_3{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem;width:100%}._widgetCompetitionAerialContestsRanking_qlwtb_9{position:relative;width:100%}._widgetCompetitionAerialContestsRanking_qlwtb_9 ._chart_qlwtb_13{padding:.625rem}@media(max-width:1024px){._widgetCompetitionAerialContestsRanking_qlwtb_9 ._chart_qlwtb_13{padding:.3125rem}}._widgetCompetitionAerialContestsRanking_qlwtb_9 ._noData_qlwtb_21{display:flex;align-items:center;justify-content:center;height:200px;font-size:.75rem;color:var(--text-3)}._widgetCompetitionAerialReceptionsRanking_1cp45_9{position:relative;width:100%}._widgetCompetitionAerialReceptionsRanking_1cp45_9 ._chart_1cp45_13{padding:.625rem}@media(max-width:1024px){._widgetCompetitionAerialReceptionsRanking_1cp45_9 ._chart_1cp45_13{padding:.3125rem}}._widgetCompetitionAerialReceptionsRanking_1cp45_9 ._noData_1cp45_21{display:flex;align-items:center;justify-content:center;height:200px;font-size:.75rem;color:var(--text-3)}._pageCompetitionCollectiveAerialDuels_1dle4_3{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem;width:100%}._widgetCompetitionHandGameRankings_12tbd_9{position:relative;width:100%}._widgetCompetitionHandGameRankings_12tbd_9 ._chart_12tbd_13{padding:.625rem}@media(max-width:1024px){._widgetCompetitionHandGameRankings_12tbd_9 ._chart_12tbd_13{padding:.3125rem}}._widgetCompetitionHandGameRankings_12tbd_9 ._noData_12tbd_21{display:flex;align-items:center;justify-content:center;height:200px;font-size:.75rem;color:var(--text-3)}._widgetCompetitionHandGameDistribution_125re_11{position:relative;width:100%}._widgetCompetitionHandGameDistribution_125re_11 ._chart_125re_15{padding:.625rem}@media(max-width:1024px){._widgetCompetitionHandGameDistribution_125re_11 ._chart_125re_15{padding:.3125rem}}._widgetCompetitionHandGameDistribution_125re_11 ._noData_125re_23{display:flex;align-items:center;justify-content:center;height:200px;font-size:.75rem;color:var(--text-3)}._pageCompetitionCollectiveHandGame_g8ydo_3{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem;width:100%}@font-face{font-family:Josefin Sans;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/josefinsans/v32/Qw3PZQNVED7rKGKxtqIqX5E-AVSJrOCfjY46_DjQbMZhLybpUVzEEQ.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}._widgetCompetitionBestOfTeamControls_1if8s_11{width:100%}._widgetCompetitionBestOfTeamControls_1if8s_11 ._metricField_1if8s_14{display:flex;flex-direction:column;min-width:14rem;padding:.625rem}._widgetCompetitionBestOfTeamControls_1if8s_11 ._metricField_1if8s_14 ._fieldLabel_1if8s_20{font-family:Josefin Sans,sans-serif;font-size:.6875rem;font-weight:600;color:var(--label-color, var(--text-2));text-transform:uppercase;letter-spacing:.5px;margin-bottom:.3125rem}._widgetCompetitionBestOfTeamControls_1if8s_11 ._metricField_1if8s_14 ._metricSelect_1if8s_29{padding:.3125rem .625rem;border:1px solid #999999;border-radius:.5rem;background:var(--surface-1);font-size:.75rem;color:var(--text-2);cursor:pointer}._pageCompetitionCollectiveBestOf_wztew_3{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem;width:100%}._pageCompetition_c2bmq_1{width:100%}@font-face{font-family:Josefin Sans;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/josefinsans/v32/Qw3PZQNVED7rKGKxtqIqX5E-AVSJrOCfjY46_DjQbMZhLybpUVzEEQ.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}._compareButton_ygxqm_11{display:flex;flex-shrink:0;flex-direction:column;align-items:center;justify-content:center;gap:.125rem;min-width:100px;max-width:100%;min-height:72px;padding:.3125rem .625rem;border:none;border-radius:14px;background:linear-gradient(135deg,#7c3aed,#2f6bff);color:#fff;cursor:pointer;box-shadow:0 6px 18px #2f6bff59;transition:transform .2s ease,box-shadow .2s ease,filter .2s ease}._compareButton_ygxqm_11:hover{transform:translateY(-2px);filter:brightness(1.06);box-shadow:0 12px 26px #2f6bff73}@media(max-width:1024px){._compareButton_ygxqm_11{min-width:84px;min-height:64px;border-radius:10px}}._compareButton_ygxqm_11 ._compareTitle_ygxqm_42{font-family:Josefin Sans,sans-serif;font-size:1.125rem;font-weight:700;letter-spacing:.5px;line-height:1.1;white-space:nowrap}@media(max-width:1024px){._compareButton_ygxqm_11 ._compareTitle_ygxqm_42{font-size:1rem}}._compareButton_ygxqm_11 ._compareLabel_ygxqm_55{font-family:Josefin Sans,sans-serif;font-size:.6875rem;font-weight:500;text-align:center;line-height:1.2;overflow-wrap:anywhere}@media(max-width:1024px){._compareButton_ygxqm_11 ._compareLabel_ygxqm_55{font-size:.625rem}}@media(max-width:768px){._compareButton_ygxqm_11 ._compareLabel_ygxqm_55{font-size:.6875rem}}._dateRangePicker_aexrr_4{display:flex;flex-direction:column;gap:.3125rem}._dateRangePicker_aexrr_4 ._presets_aexrr_9{display:flex;flex-wrap:wrap;gap:.125rem}._dateRangePicker_aexrr_4 ._presets_aexrr_9 ._presetChip_aexrr_14{border:1px solid var(--border-1);background-color:var(--surface-1);color:var(--text-3);border-radius:999px;padding:.125rem .625rem;font-size:.75rem;cursor:pointer;transition:border-color .15s ease,background-color .15s ease,color .15s ease}._dateRangePicker_aexrr_4 ._presets_aexrr_9 ._presetChip_aexrr_14:hover{border-color:var(--border-strong)}._dateRangePicker_aexrr_4 ._presets_aexrr_9 ._presetChip_aexrr_14._presetChipActive_aexrr_27{border-color:var(--surface-brand);background-color:var(--surface-brand);color:#fff;font-weight:600}._dateRangePicker_aexrr_4 ._inputs_aexrr_33{display:flex;gap:.3125rem}._dateRangePicker_aexrr_4 ._inputs_aexrr_33 ._field_aexrr_37{display:flex;flex-direction:column;gap:1px}._dateRangePicker_aexrr_4 ._inputs_aexrr_33 ._field_aexrr_37 ._fieldLabel_aexrr_42{color:var(--text-3);font-size:.6875rem}._dateRangePicker_aexrr_4 ._inputs_aexrr_33 ._field_aexrr_37 ._input_aexrr_33{border:1px solid var(--border-1);border-radius:8px;padding:.3125rem .625rem;font-size:.75rem;color:var(--text-strong);background-color:var(--surface-1);cursor:pointer}._dateRangePicker_aexrr_4 ._inputs_aexrr_33 ._field_aexrr_37 ._input_aexrr_33:focus{outline:none;border-color:var(--surface-brand);box-shadow:0 0 0 2px var(--focus-ring-tint)}._competitionMultiSelect_3w1a1_2{min-width:0}._competitionMultiSelect_3w1a1_2 .competition-multi-select__control{border:1px solid var(--border-1);border-radius:8px;box-shadow:none;cursor:pointer}._competitionMultiSelect_3w1a1_2 .competition-multi-select__control:hover{border-color:var(--border-strong)}._competitionMultiSelect_3w1a1_2 .competition-multi-select__control--is-focused{border-color:var(--surface-brand);box-shadow:0 0 0 2px var(--focus-ring-tint)}._competitionMultiSelect_3w1a1_2 .competition-multi-select__multi-value{background-color:var(--surface-2);border-radius:6px}._competitionMultiSelect_3w1a1_2 .competition-multi-select__multi-value__label{color:var(--text-strong);font-size:.6875rem}._competitionMultiSelect_3w1a1_2 .competition-multi-select__placeholder{color:var(--text-4);font-size:.75rem}._competitionMultiSelect_3w1a1_2 .competition-multi-select__indicator-separator{display:none}._competitionMultiSelect_3w1a1_2 .competition-multi-select__menu{background-color:var(--surface-1);border:1px solid var(--border-1);border-radius:10px;box-shadow:0 4px 16px #0000001a;z-index:9999}._competitionMultiSelect_3w1a1_2 .competition-multi-select__option{font-size:.75rem;color:var(--text-strong);background-color:transparent;cursor:pointer}._competitionMultiSelect_3w1a1_2 .competition-multi-select__option--is-focused{background-color:var(--surface-2)}._competitionMultiSelect_3w1a1_2 .competition-multi-select__option--is-selected{background-color:var(--surface-2);color:var(--text-strong);font-weight:600}._gameMultiSelect_6vi8n_2{min-width:0}._gameMultiSelect_6vi8n_2 .game-multi-select__control{border:1px solid var(--border-1);border-radius:8px;box-shadow:none;cursor:pointer}._gameMultiSelect_6vi8n_2 .game-multi-select__control:hover{border-color:var(--border-strong)}._gameMultiSelect_6vi8n_2 .game-multi-select__control--is-focused{border-color:var(--surface-brand);box-shadow:0 0 0 2px var(--focus-ring-tint)}._gameMultiSelect_6vi8n_2 .game-multi-select__multi-value{background-color:var(--surface-2);border-radius:6px}._gameMultiSelect_6vi8n_2 .game-multi-select__multi-value__label{color:var(--text-strong);font-size:.6875rem}._gameMultiSelect_6vi8n_2 .game-multi-select__placeholder{color:var(--text-4);font-size:.75rem}._gameMultiSelect_6vi8n_2 .game-multi-select__indicator-separator{display:none}._gameMultiSelect_6vi8n_2 .game-multi-select__menu{background-color:var(--surface-1);border:1px solid var(--border-1);border-radius:10px;box-shadow:0 4px 16px #0000001a;z-index:9999}._gameMultiSelect_6vi8n_2 .game-multi-select__option{font-size:.75rem;color:var(--text-strong);background-color:transparent;cursor:pointer}._gameMultiSelect_6vi8n_2 .game-multi-select__option--is-focused{background-color:var(--surface-2)}._gameMultiSelect_6vi8n_2 .game-multi-select__option--is-selected{background-color:var(--surface-2);color:var(--text-strong);font-weight:600}._teamHeader_15gjx_4{display:flex;align-items:stretch;gap:1.25rem;width:100%;background-color:var(--surface-2);padding:1.25rem 1.5625rem}@media(max-width:1024px){._teamHeader_15gjx_4{gap:.625rem;padding:.625rem .9375rem}}@media(max-width:768px){._teamHeader_15gjx_4{flex-direction:column;gap:.3125rem;padding:.3125rem .625rem}}._teamHeader_15gjx_4 ._identityPanel_15gjx_25{flex:0 0 180px;background-color:var(--surface-1);border-radius:20px;box-shadow:0 6px 28px #00000021;padding:1.25rem;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.625rem}@media(max-width:1024px){._teamHeader_15gjx_4 ._identityPanel_15gjx_25{flex:0 0 130px;padding:.625rem;gap:.3125rem;border-radius:14px}}@media(max-width:768px){._teamHeader_15gjx_4 ._identityPanel_15gjx_25{flex:1 1 auto;flex-direction:row;gap:.3125rem;border-radius:10px}}._teamHeader_15gjx_4 ._identityPanel_15gjx_25 ._logo_15gjx_53{width:96px;height:96px;object-fit:contain;border-radius:10px;flex-shrink:0}@media(max-width:1024px){._teamHeader_15gjx_4 ._identityPanel_15gjx_25 ._logo_15gjx_53{width:60px;height:60px;border-radius:7px}}@media(max-width:768px){._teamHeader_15gjx_4 ._identityPanel_15gjx_25 ._logo_15gjx_53{width:40px;height:40px;border-radius:5px}}._teamHeader_15gjx_4 ._identityPanel_15gjx_25 ._teamName_15gjx_74{font-size:1.25rem;font-weight:700;color:var(--text-strong);text-align:center;margin:0;word-break:break-word}@media(max-width:1024px){._teamHeader_15gjx_4 ._identityPanel_15gjx_25 ._teamName_15gjx_74{font-size:1rem}}@media(max-width:768px){._teamHeader_15gjx_4 ._identityPanel_15gjx_25 ._teamName_15gjx_74{font-size:.875rem;text-align:left}}._teamHeader_15gjx_4 ._filtersArea_15gjx_93{flex:1;min-width:0;display:flex;flex-direction:column;justify-content:center;gap:.625rem}@media(max-width:1024px){._teamHeader_15gjx_4 ._filtersArea_15gjx_93{gap:.3125rem}}._teamHeader_15gjx_4 ._filtersArea_15gjx_93 ._filtersTitleRow_15gjx_106{display:flex;align-items:center;gap:.3125rem}._teamHeader_15gjx_4 ._filtersArea_15gjx_93 ._filtersTitleRow_15gjx_106 ._filtersTitle_15gjx_106{font-size:1.125rem;font-weight:700;color:var(--text-strong);letter-spacing:1px;text-transform:uppercase;margin:0}._teamHeader_15gjx_4 ._filtersArea_15gjx_93 ._filtersTitleRow_15gjx_106 ._filtersTitleIcon_15gjx_119{font-size:1rem;color:var(--text-strong)}._teamHeader_15gjx_4 ._filtersArea_15gjx_93 ._filtersGrid_15gjx_123{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.9375rem;align-items:start}@media(max-width:1024px){._teamHeader_15gjx_4 ._filtersArea_15gjx_93 ._filtersGrid_15gjx_123{gap:.625rem}}@media(max-width:768px){._teamHeader_15gjx_4 ._filtersArea_15gjx_93 ._filtersGrid_15gjx_123{grid-template-columns:1fr;gap:.3125rem}}._teamHeader_15gjx_4 ._filtersArea_15gjx_93 ._filtersGrid_15gjx_123 ._compareButton_15gjx_140{grid-column:-2;justify-self:end;align-self:center}@media(max-width:768px){._teamHeader_15gjx_4 ._filtersArea_15gjx_93 ._filtersGrid_15gjx_123 ._compareButton_15gjx_140{grid-column:1;justify-self:start;width:auto;min-width:0;min-height:44px;flex-direction:row;gap:.3125rem}}._teamHeader_15gjx_4 ._filtersArea_15gjx_93 ._filterItem_15gjx_156{background-color:var(--surface-1);border:1px solid var(--border-1);border-radius:8px;padding:.625rem;display:flex;flex-direction:column;gap:.125rem}._teamHeader_15gjx_4 ._filtersArea_15gjx_93 ._filterLabel_15gjx_165{color:var(--text-3);font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}._teamHeader_15gjx_4 ._filtersArea_15gjx_93 ._gameTypeToggle_15gjx_172{display:inline-flex;border:1px solid var(--border-1);border-radius:8px;overflow:hidden;align-self:flex-start}._teamHeader_15gjx_4 ._filtersArea_15gjx_93 ._gameTypeToggle_15gjx_172 ._gameTypeOption_15gjx_179{border:none;background-color:var(--surface-1);color:var(--text-3);padding:.3125rem .9375rem;font-size:.75rem;cursor:pointer;transition:background-color .15s ease,color .15s ease}._teamHeader_15gjx_4 ._filtersArea_15gjx_93 ._gameTypeToggle_15gjx_172 ._gameTypeOption_15gjx_179:not(:last-child){border-right:1px solid var(--border-1)}._teamHeader_15gjx_4 ._filtersArea_15gjx_93 ._gameTypeToggle_15gjx_172 ._gameTypeOption_15gjx_179:hover{background-color:var(--surface-2)}._teamHeader_15gjx_4 ._filtersArea_15gjx_93 ._gameTypeToggle_15gjx_172 ._gameTypeOption_15gjx_179._gameTypeOptionActive_15gjx_194{background-color:var(--surface-brand);color:#fff;font-weight:600}._teamLayout_psnew_3{min-height:calc(100vh - var(--navbar-height, 60px))}._teamLayout_psnew_3 ._sidebar_psnew_6{position:fixed;top:var(--navbar-height, 60px);left:0;width:var(--sidebar-width, 250px);height:calc(100vh - var(--navbar-height, 60px));z-index:50;transition:width .3s ease}._teamLayout_psnew_3 ._content_psnew_15{margin-left:var(--sidebar-width, 250px);overflow-x:hidden;transition:margin-left .3s ease}._teamLayout_psnew_3 ._content_psnew_15 ._header_psnew_20{padding:.9375rem 1.25rem}._teamLayoutLoading_psnew_24{display:flex;align-items:center;justify-content:center;min-height:calc(100vh - 60px)}._widgetTeamFormStripe_dhk1a_3{width:100%}._widgetTeamFormStripe_dhk1a_3 ._stripe_dhk1a_6{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:center;gap:.3125rem;padding:.625rem}._widgetTeamFormStripe_dhk1a_3 ._stripe_dhk1a_6 ._game_dhk1a_14{display:flex;flex-direction:column;align-items:center;gap:.125rem;background:none;border:none;padding:0;cursor:pointer}._widgetTeamFormStripe_dhk1a_3 ._stripe_dhk1a_6 ._game_dhk1a_14 ._glyph_dhk1a_24{width:56px;height:56px;color:var(--text-3);transition:transform .15s ease}._widgetTeamFormStripe_dhk1a_3 ._stripe_dhk1a_6 ._game_dhk1a_14 ._glyph_dhk1a_24._win_dhk1a_30{color:#146714}._widgetTeamFormStripe_dhk1a_3 ._stripe_dhk1a_6 ._game_dhk1a_14 ._glyph_dhk1a_24._draw_dhk1a_33{color:#f60}._widgetTeamFormStripe_dhk1a_3 ._stripe_dhk1a_6 ._game_dhk1a_14 ._glyph_dhk1a_24._loss_dhk1a_36{color:#e30613}._widgetTeamFormStripe_dhk1a_3 ._stripe_dhk1a_6 ._game_dhk1a_14 ._logo_dhk1a_39{width:28px;height:28px;object-fit:contain}._widgetTeamFormStripe_dhk1a_3 ._stripe_dhk1a_6 ._game_dhk1a_14:hover ._glyph_dhk1a_24{transform:translateY(-2px)}._widgetTeamMatchesAnalyzed_1ym9m_1{width:100%}._widgetTeamMatchesAnalyzed_1ym9m_1 ._gameList_1ym9m_4{display:flex;flex-direction:column;max-height:26rem;overflow-y:auto}._widgetTeamFormSummary_18a26_9{height:100%;width:100%;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:.625rem}@media(max-width:1280px){._widgetTeamFormSummary_18a26_9{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:768px){._widgetTeamFormSummary_18a26_9{grid-template-columns:repeat(1,minmax(0,1fr));gap:.625rem}}._widgetTeamFormHistory_744lm_2{width:100%}._widgetTeamFormHistory_744lm_2 ._logo_744lm_5{display:block;width:24px;height:24px;object-fit:contain}._widgetTeamFormHistory_744lm_2 ._logoPlaceholder_744lm_11{display:block;width:24px;height:24px;border-radius:50%;background-color:#00000014}._widgetTeamFormHistory_744lm_2 ._team_744lm_18{font-weight:500;white-space:nowrap}._widgetTeamFormHistory_744lm_2 ._score_744lm_22{font-weight:700;white-space:nowrap}._widgetTeamFormHistory_744lm_2 ._outcomeBadge_744lm_26{display:inline-block;min-width:22px;text-align:center;font-size:.6875rem;font-weight:700;color:#fff;background-color:#999;border-radius:4px;padding:2px 6px}._widgetTeamFormHistory_744lm_2 ._outcomeBadge_744lm_26._outcomeWin_744lm_37{background-color:#146714}._widgetTeamFormHistory_744lm_2 ._outcomeBadge_744lm_26._outcomeDraw_744lm_40{background-color:#f60}._widgetTeamFormHistory_744lm_2 ._outcomeBadge_744lm_26._outcomeLoss_744lm_43{background-color:#e30613}._widgetTeamFormTrend_6k4u5_8{width:100%}._widgetTeamFormTrend_6k4u5_8 ._chart_6k4u5_11{padding:.625rem}@media(max-width:1024px){._widgetTeamFormTrend_6k4u5_8 ._chart_6k4u5_11{padding:.3125rem}}@media(max-width:768px){._widgetTeamFormTrend_6k4u5_8 ._chart_6k4u5_11{padding:.125rem}}._widgetTeamPerMatchBar_16ya4_3{width:100%}._widgetTeamPerMatchBar_16ya4_3 ._chart_16ya4_6{padding:.625rem}._pageTeamRecentForm_1k4zc_3{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem 1.25rem}._pageTeamRecentForm_1k4zc_3 ._historyAndTrendRow_1k4zc_9{display:grid;grid-template-columns:1fr 1fr;gap:.9375rem;align-items:stretch;min-width:0}@media(max-width:1024px){._pageTeamRecentForm_1k4zc_3 ._historyAndTrendRow_1k4zc_9{grid-template-columns:1fr}}._pageTeamRecentForm_1k4zc_3 ._historyAndTrendRow_1k4zc_9>*{display:flex;flex-direction:column;min-width:0}._pageTeamRecentForm_1k4zc_3 ._historyAndTrendRow_1k4zc_9>*>*{flex:1;min-width:0}._widgetTeamUpcomingGames_1eik5_1{width:100%}._widgetTeamUpcomingGames_1eik5_1 ._gameList_1eik5_4{display:flex;flex-direction:column}._pageTeamUpcomingGames_110gd_3{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem 1.25rem}._widgetTeamLineupForecast_1sf2a_1{width:100%}._widgetTeamLineupSummary_1ex9t_3{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.625rem;width:100%}@media(max-width:768px){._widgetTeamLineupSummary_1ex9t_3{grid-template-columns:1fr;gap:.3125rem}}._widgetTeamLineupHistory_1qlk7_1{width:100%}._widgetTeamLineupHistory_1qlk7_1 ._opponent_1qlk7_4{font-weight:500;white-space:nowrap}._pageTeamLineupForecast_a13nk_3{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem 1.25rem}._widgetTeamAttackKpis_9flbk_3{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.625rem;width:100%}@media(max-width:1280px){._widgetTeamAttackKpis_9flbk_3{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:768px){._widgetTeamAttackKpis_9flbk_3{grid-template-columns:repeat(2,minmax(0,1fr));gap:.3125rem}}._widgetTeamAttackStyleRadar_1i7ft_7{width:100%}._widgetTeamAttackStyleRadar_1i7ft_7 ._chart_1i7ft_10{padding:.625rem;--chart-height: 360px}._widgetTeamAttackPointsBreakdown_1pmyn_10{width:100%}._widgetTeamAttackPointsBreakdown_1pmyn_10 ._chart_1pmyn_13{padding:.625rem}._widgetTeamAttackRatioTrend_8cqt7_9{width:100%}._widgetTeamAttackRatioTrend_8cqt7_9 ._chart_8cqt7_12{padding:.625rem}._widgetTeamAttackTrend_lf4kf_9{width:100%}._widgetTeamAttackTrend_lf4kf_9 ._chart_lf4kf_12{padding:.625rem}._widgetTeamCompetitionRanking_qt0i8_9{width:100%}@media(max-width:768px){._widgetTeamCompetitionRanking_qt0i8_9 ._cardTitle_qt0i8_13{display:block;white-space:normal;font-size:.6875rem;line-height:1.25;letter-spacing:.5px}}._widgetTeamCompetitionRanking_qt0i8_9 ._chart_qt0i8_21{padding:.625rem;max-height:calc(var(--max-visible-rows) * 2.375rem + .625rem * 2);overflow-y:auto}@media(max-width:1024px){._widgetTeamCompetitionRanking_qt0i8_9 ._chart_qt0i8_21{padding:.3125rem;max-height:calc(var(--max-visible-rows) * 2.375rem + .3125rem * 2)}}@media(max-width:768px){._widgetTeamCompetitionRanking_qt0i8_9 ._chart_qt0i8_21{padding:.125rem;max-height:calc(var(--max-visible-rows) * 2.375rem + .125rem * 2)}}._widgetTeamCompetitionRankings_1dm8r_3{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.9375rem;align-items:start;width:100%}@media(max-width:768px){._widgetTeamCompetitionRankings_1dm8r_3{grid-template-columns:minmax(0,1fr)}}._widgetTeamPerMatchGroupedBar_2fcmu_10{width:100%}._widgetTeamPerMatchGroupedBar_2fcmu_10 ._chart_2fcmu_13{padding:.625rem}._widgetTeamTriesByOrigin_t38ik_3{width:100%}._widgetTeamTriesByOrigin_t38ik_3 ._chart_t38ik_6{padding:.625rem}._widgetTeamTriesByOrigin_t38ik_3 ._videoButton_t38ik_9{border:none;background:transparent;cursor:pointer;display:inline-flex;align-items:center;padding:0}._widgetTeamTriesByOrigin_t38ik_3 ._videoButton_t38ik_9 img{width:22px;height:22px}._pageTeamAttack_1p5w9_9{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem 1.25rem}._pageTeamAttack_1p5w9_9 ._chartsRow_1p5w9_15{display:grid;grid-template-columns:1fr 1fr;gap:.9375rem;align-items:stretch}@media(max-width:1024px){._pageTeamAttack_1p5w9_9 ._chartsRow_1p5w9_15{grid-template-columns:1fr}}._pageTeamAttack_1p5w9_9 ._chartsRow_1p5w9_15>*{display:flex;flex-direction:column}._pageTeamAttack_1p5w9_9 ._chartsRow_1p5w9_15>*>*{flex:1}._widgetTeamEfficiencyScatter_10x39_7{width:100%}._widgetTeamEfficiencyScatter_10x39_7 ._chart_10x39_10{padding:.625rem}._pageTeamEfficiency_18td4_3{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem 1.25rem}._pageTeamEfficiency_18td4_3 ._chartsRow_18td4_9{display:grid;grid-template-columns:1fr 1fr;gap:.9375rem;align-items:start}@media(max-width:1024px){._pageTeamEfficiency_18td4_3 ._chartsRow_18td4_9{grid-template-columns:1fr}}._pageTeamEfficiency_18td4_3 ._chartsRow_18td4_9>*{display:flex;flex-direction:column}._pageTeamEfficiency_18td4_3 ._chartsRow_18td4_9>*>*{flex:1}._widgetTeamTopPlayers_32z8n_7{width:100%}._widgetTeamTopPlayers_32z8n_7 ._chart_32z8n_10{padding:.625rem}._widgetTeamTriesByQuarter_wzreu_8{width:100%}._widgetTeamTriesByQuarter_wzreu_8 ._chart_wzreu_11{padding:.625rem}._pageTeamTries_1sg25_7{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem 1.25rem}._pageTeamTries_1sg25_7 ._chartsRow_1sg25_13{display:grid;grid-template-columns:1fr 1fr;gap:.9375rem;align-items:stretch}@media(max-width:1024px){._pageTeamTries_1sg25_7 ._chartsRow_1sg25_13{grid-template-columns:1fr}}._pageTeamTries_1sg25_7 ._chartsRow_1sg25_13>*{display:flex;flex-direction:column}._pageTeamTries_1sg25_7 ._chartsRow_1sg25_13>*>*{flex:1}._widgetTeamFieldMap_zm6ts_1,._widgetTeamFieldHeatmap_e4zjf_1{width:100%}._pageTeamLinebreaks_1s3sw_7{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem 1.25rem}._pageTeamLinebreaks_1s3sw_7 ._rankingsRow_1s3sw_13{display:grid;grid-template-columns:1fr 1fr;gap:.9375rem;align-items:start}@media(max-width:1024px){._pageTeamLinebreaks_1s3sw_7 ._rankingsRow_1s3sw_13{grid-template-columns:1fr}}._pageTeamLinebreaks_1s3sw_7 ._rankingsRow_1s3sw_13>*{display:flex;flex-direction:column}._pageTeamLinebreaks_1s3sw_7 ._rankingsRow_1s3sw_13>*>*{flex:1}._widgetTeamKpiGrid_qwq2b_3{height:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.625rem;width:100%}@media(max-width:1280px){._widgetTeamKpiGrid_qwq2b_3{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:768px){._widgetTeamKpiGrid_qwq2b_3{grid-template-columns:repeat(1,minmax(0,1fr));gap:.625rem}}._pageTeamPasses_1uwrw_7{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem 1.25rem}._pageTeamPasses_1uwrw_7 ._rankingsRow_1uwrw_13{display:grid;grid-template-columns:1fr 1fr;gap:.9375rem;align-items:stretch}@media(max-width:1024px){._pageTeamPasses_1uwrw_7 ._rankingsRow_1uwrw_13{grid-template-columns:1fr}}._pageTeamPasses_1uwrw_7 ._rankingsRow_1uwrw_13>*{display:flex;flex-direction:column}._pageTeamPasses_1uwrw_7 ._rankingsRow_1uwrw_13>*>*{flex:1}._widgetTeamBallsLostByCause_16xo5_3{width:100%}._widgetTeamBallsLostByCause_16xo5_3 ._chart_16xo5_6{padding:.625rem}._widgetTeamBallsLostByCause_16xo5_3 ._videoButton_16xo5_9{border:none;background:transparent;cursor:pointer;display:inline-flex;align-items:center;padding:0}._widgetTeamBallsLostByCause_16xo5_3 ._videoButton_16xo5_9 img{width:22px;height:22px}._pageTeamBallLost_1ycw5_7{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem 1.25rem}._pageTeamBallLost_1ycw5_7 ._detailsRow_1ycw5_13{display:grid;grid-template-columns:1fr 1fr;gap:.9375rem;align-items:start}@media(max-width:1024px){._pageTeamBallLost_1ycw5_7 ._detailsRow_1ycw5_13{grid-template-columns:1fr}}._pageTeamBallLost_1ycw5_7 ._detailsRow_1ycw5_13>*{display:flex;flex-direction:column}._pageTeamBallLost_1ycw5_7 ._detailsRow_1ycw5_13>*>*{flex:1}._widgetTeamRuckDistribution_b9f11_7{width:100%}._widgetTeamRuckDistribution_b9f11_7 ._chart_b9f11_10{padding:.625rem}._pageTeamOffensiveRucks_1uvkz_7{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem 1.25rem}._widgetTeamGainLine_1541w_9{width:100%}._widgetTeamGainLine_1541w_9 ._chart_1541w_12{padding:.625rem}._widgetTeamZoneMap_xmmlq_1{width:100%}._pageTeamHandGame_jn0pz_3{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem 1.25rem}._widgetTeamOpponentPerMatchBar_1x7yv_3{width:100%}._widgetTeamOpponentPerMatchBar_1x7yv_3 ._chart_1x7yv_6{padding:.625rem}._pageTeamDefence_yc389_7{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem 1.25rem}._widgetTeamDefenceType_dqo9d_7{width:100%}._widgetTeamDefenceType_dqo9d_7 ._chart_dqo9d_10{padding:.625rem}._pageTeamTackles_18a47_7{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem 1.25rem}._pageTeamTackles_18a47_7 ._perMatchRow_18a47_13{display:grid;grid-template-columns:1fr 1fr;gap:.9375rem;align-items:start}@media(max-width:1024px){._pageTeamTackles_18a47_7 ._perMatchRow_18a47_13{grid-template-columns:1fr}}._pageTeamTackles_18a47_7 ._perMatchRow_18a47_13>*{display:flex;flex-direction:column}._pageTeamTackles_18a47_7 ._perMatchRow_18a47_13>*>*{flex:1}._pageTeamDefensiveRucks_1fxcn_7,._pageTeamStolenBalls_oukx1_7{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem 1.25rem}._pageTeamStolenBalls_oukx1_7 ._perMatchRow_oukx1_13{display:grid;grid-template-columns:1fr 1fr;gap:.9375rem;align-items:stretch}@media(max-width:1024px){._pageTeamStolenBalls_oukx1_7 ._perMatchRow_oukx1_13{grid-template-columns:1fr}}._pageTeamStolenBalls_oukx1_7 ._perMatchRow_oukx1_13>*{display:flex;flex-direction:column}._pageTeamStolenBalls_oukx1_7 ._perMatchRow_oukx1_13>*>*{flex:1}._pageTeamLineouts_mi7nu_8{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem 1.25rem}._pageTeamLineouts_mi7nu_8 ._rankingsRow_mi7nu_14{display:grid;grid-template-columns:1fr 1fr;gap:.9375rem;align-items:start}@media(max-width:1024px){._pageTeamLineouts_mi7nu_8 ._rankingsRow_mi7nu_14{grid-template-columns:1fr}}._pageTeamLineouts_mi7nu_8 ._rankingsRow_mi7nu_14>*{display:flex;flex-direction:column}._pageTeamLineouts_mi7nu_8 ._rankingsRow_mi7nu_14>*>*{flex:1}._widgetTeamPenalisedPlayers_17kuo_3{width:100%}._widgetTeamPenalisedPlayers_17kuo_3 ._chart_17kuo_6{padding:.625rem}._pageTeamScrums_15qoh_8,._pageTeamGoalKicks_gnu82_8{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem 1.25rem}._widgetTeamEventPerMatchBar_nyjuc_3{width:100%}._widgetTeamEventPerMatchBar_nyjuc_3 ._chart_nyjuc_6{padding:.625rem}._pageTeamPossession_9zsym_3,._pageTeamOccupation_6pag7_3{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem 1.25rem}._widgetTeamBallInPlay_b03o2_6{width:100%}._pageTeamEffectiveTime_183k8_3{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem 1.25rem}._pageTeamEffectiveTime_183k8_3 ._effectiveTimeRow_183k8_9{display:grid;grid-template-columns:1fr 1fr;align-items:stretch;gap:.9375rem}@media(max-width:768px){._pageTeamEffectiveTime_183k8_3 ._effectiveTimeRow_183k8_9{grid-template-columns:1fr}}._pageTeamEffectiveTime_183k8_3 ._effectiveTimeRow_183k8_9>*{display:flex;flex-direction:column}._pageTeamEffectiveTime_183k8_3 ._effectiveTimeRow_183k8_9>*>*{flex:1}._widgetTeamCompetitionScatter_1u99t_8{width:100%}._widgetTeamCompetitionScatter_1u99t_8 ._chart_1u99t_11{padding:.625rem}._widgetTeamPointsByQuarter_aimkp_8{width:100%}._widgetTeamPointsByQuarter_aimkp_8 ._chart_aimkp_11{padding:.625rem}._pageTeamPoints_deq9c_3{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem 1.25rem}._pageTeamPoints_deq9c_3 ._scatterRow_deq9c_9{display:grid;grid-template-columns:1fr 1fr;gap:.9375rem;align-items:start}@media(max-width:1024px){._pageTeamPoints_deq9c_3 ._scatterRow_deq9c_9{grid-template-columns:1fr}}._pageTeamPoints_deq9c_3 ._scatterRow_deq9c_9>*{display:flex;flex-direction:column}._pageTeamPoints_deq9c_3 ._scatterRow_deq9c_9>*>*{flex:1}._widgetTeamPenaltyBreakdown_1yp4i_8{width:100%}._widgetTeamPenaltyBreakdown_1yp4i_8 ._chart_1yp4i_11{padding:.625rem}._widgetTeamCardsByPlayer_14tae_1{width:100%}._widgetTeamCardsByPlayer_14tae_1 ._photo_14tae_4{display:block;width:28px;height:28px;border-radius:50%;object-fit:cover;object-position:center 15%}._widgetTeamCardsByPlayer_14tae_1 ._photoPlaceholder_14tae_12{display:block;width:28px;height:28px;border-radius:50%;background-color:#00000014}._widgetTeamCardsByPlayer_14tae_1 ._name_14tae_19{font-weight:500;white-space:nowrap}._pageTeamDiscipline_1re1g_8{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem 1.25rem}._widgetTeamPenaltyKicksToTouch_1ti0m_3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.625rem;width:100%}@media(max-width:768px){._widgetTeamPenaltyKicksToTouch_1ti0m_3{grid-template-columns:1fr;gap:.3125rem}}._failureNotice_1ti0m_18{grid-column:1/-1}._pageTeamPenaltyKicksToTouch_oszrw_7{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem 1.25rem}._widgetTeamRestartSplit_6ts8k_8{width:100%}._widgetTeamRestartSplit_6ts8k_8 ._chart_6ts8k_11{padding:.625rem}._widgetTeamRestartMaps_1scg7_4{display:flex;flex-direction:column;gap:.9375rem;width:100%}._widgetTeamRestartMaps_1scg7_4 ._controls_1scg7_10{display:flex;flex-wrap:wrap;gap:.625rem}._widgetTeamRestartMaps_1scg7_4 ._controls_1scg7_10 ._segment_1scg7_15{display:inline-flex;border:1px solid var(--border-1);border-radius:8px;overflow:hidden}._widgetTeamRestartMaps_1scg7_4 ._controls_1scg7_10 ._segment_1scg7_15 ._option_1scg7_21{padding:.3125rem .625rem;border:none;background:var(--surface-1);color:var(--text-strong);font-size:.6875rem;cursor:pointer}._widgetTeamRestartMaps_1scg7_4 ._controls_1scg7_10 ._segment_1scg7_15 ._option_1scg7_21:not(:last-child){border-right:1px solid var(--border-1)}._widgetTeamRestartMaps_1scg7_4 ._controls_1scg7_10 ._segment_1scg7_15 ._option_1scg7_21._optionActive_1scg7_32{background:var(--surface-brand);color:#fff}@media(max-width:768px){._widgetTeamRestartMaps_1scg7_4 ._controls_1scg7_10 ._segment_1scg7_15{width:100%}}._pageTeamRestarts_br23i_7{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem 1.25rem}._widgetTeamMostUsed23Pitch_hb7bx_1{width:100%;max-width:max(320px,(100vh - 300px) * 700 / 1200);margin:0 auto}._widgetTeamMostUsed23Pitch_hb7bx_1._landscape_hb7bx_6{max-width:max(320px,(100vh - 300px) * 1200 / 700)}._widgetTeamMostUsed23Pitch_hb7bx_1 ._photoPlaceholderIcon_hb7bx_9{width:60%;height:60%;object-fit:contain;opacity:.5}._pageTeamMostUsed23_11gir_7{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem 1.25rem}._countryFlag_1x8lo_2{display:inline-flex;align-items:center}._countryFlag_1x8lo_2 ._flag_1x8lo_6{width:22px;height:auto;border-radius:2px}._countryFlag_1x8lo_2 ._text_1x8lo_11{font-size:.6875rem;white-space:nowrap}._widgetTeamPlayerTable_3ee5i_4{width:100%}._widgetTeamPlayerTable_3ee5i_4 ._groups_3ee5i_7{display:flex;flex-direction:column;gap:.9375rem}._widgetTeamPlayerTable_3ee5i_4 ._groups_3ee5i_7 ._group_3ee5i_7 ._groupTitle_3ee5i_12{display:flex;align-items:center;gap:.3125rem;margin:0 0 .3125rem;font-size:.875rem;color:var(--text-strong)}._widgetTeamPlayerTable_3ee5i_4 ._groups_3ee5i_7 ._group_3ee5i_7 ._groupTitle_3ee5i_12 ._groupCount_3ee5i_20{display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:22px;padding:0 6px;border-radius:11px;background:var(--surface-2);font-size:.6875rem}._widgetTeamPlayerTable_3ee5i_4 ._photo_3ee5i_31{display:block;width:28px;height:28px;border-radius:50%;object-fit:cover;object-position:center 15%}._widgetTeamPlayerTable_3ee5i_4 ._photoPlaceholder_3ee5i_39{display:block;width:28px;height:28px;border-radius:50%;background-color:#00000014}._widgetTeamPlayerTable_3ee5i_4 ._playerName_3ee5i_46{font-weight:500;white-space:nowrap}._pageTeamSquad_1p17r_3,._pageTeamPlayerDetails_1thgt_3{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem 1.25rem}._widgetTeamKickersByZone_1xk61_12{width:100%}._widgetTeamKickersByZone_1xk61_12 ._chart_1xk61_15{padding:.625rem}._widgetTeamKickTypes_1bpci_7{width:100%}._widgetTeamKickTypes_1bpci_7 ._chart_1bpci_10{padding:.625rem}._widgetTeamKickContest_xv9dq_8{width:100%}._widgetTeamKickContest_xv9dq_8 ._chart_xv9dq_11{padding:.625rem}._widgetTeamKickersTable_1jwne_1{width:100%}._widgetTeamKickersTable_1jwne_1 ._photo_1jwne_4{display:block;width:28px;height:28px;border-radius:50%;object-fit:cover;object-position:center 15%}._widgetTeamKickersTable_1jwne_1 ._photoPlaceholder_1jwne_12{display:block;width:28px;height:28px;border-radius:50%;background-color:#00000014}._widgetTeamKickersTable_1jwne_1 ._playerName_1jwne_19{font-weight:500;white-space:nowrap}._pageTeamKicking_11rir_7{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem 1.25rem}._pageTeamKicking_11rir_7 ._breakdownRow_11rir_13{display:grid;grid-template-columns:1fr 1fr;gap:.9375rem;align-items:start}@media(max-width:1024px){._pageTeamKicking_11rir_7 ._breakdownRow_11rir_13{grid-template-columns:1fr}}._pageTeamKicking_11rir_7 ._breakdownRow_11rir_13>*{display:flex;flex-direction:column}._pageTeamKicking_11rir_7 ._breakdownRow_11rir_13>*>*{flex:1}._pageTeam_17n19_3{min-height:calc(100vh - 60px)}@font-face{font-family:Josefin Sans;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/josefinsans/v32/Qw3PZQNVED7rKGKxtqIqX5E-AVSJrOCfjY46_DjQbMZhLybpUVzEEQ.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}._searchInput_1i5zj_11{display:flex;align-items:center;gap:.3125rem;padding:.3125rem .625rem;border:1px solid var(--border-1);border-radius:8px;background-color:var(--surface-1)}._searchInput_1i5zj_11:focus-within{border-color:var(--border-strong)}._searchInput_1i5zj_11 ._searchIcon_1i5zj_23{flex-shrink:0;color:var(--text-4)}._searchInput_1i5zj_11 ._input_1i5zj_27{flex:1;min-width:0;border:none;outline:none;background-color:transparent;font-family:Josefin Sans,sans-serif;font-size:.875rem;color:var(--text-1)}._searchInput_1i5zj_11 ._input_1i5zj_27::placeholder{color:var(--text-4)}._searchInput_1i5zj_11 ._clearButton_1i5zj_40{flex-shrink:0;border:none;background:none;color:var(--text-4);font-size:1.125rem;line-height:1;cursor:pointer}._searchInput_1i5zj_11 ._clearButton_1i5zj_40:hover{color:var(--text-3)}._widgetCompetitionsSearchSelector_198hu_4 ._content_198hu_4{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem}._widgetCompetitionsSearchSelector_198hu_4 ._content_198hu_4 ._searchInput_198hu_10{width:100%;max-width:22.5rem}@media(max-width:768px){._widgetCompetitionsSearchSelector_198hu_4 ._content_198hu_4 ._searchInput_198hu_10{max-width:100%}}._widgetCompetitionsSearchSelector_198hu_4 ._content_198hu_4 ._competitionsList_198hu_19{display:flex;flex-wrap:nowrap;gap:.9375rem;overflow-x:auto;padding:.9375rem}._widgetCompetitionsSearchSelector_198hu_4 ._content_198hu_4 ._competitionsList_198hu_19 ._competitionTile_198hu_26{display:flex;flex:0 0 130px;flex-direction:column;align-items:center;gap:.625rem;background-color:var(--surface-1);border:1px solid var(--border-1);border-radius:16px;padding:1.5625rem .9375rem;text-align:center;cursor:pointer;position:relative;box-shadow:0 1px 3px #0000000d;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease,background-color .2s ease}@media(max-width:768px){._widgetCompetitionsSearchSelector_198hu_4 ._content_198hu_4 ._competitionsList_198hu_19 ._competitionTile_198hu_26{flex:0 0 100px}}._widgetCompetitionsSearchSelector_198hu_4 ._content_198hu_4 ._competitionsList_198hu_19 ._competitionTile_198hu_26:hover{border-color:var(--surface-brand);transform:translateY(-3px);box-shadow:0 8px 20px #0d033426}._widgetCompetitionsSearchSelector_198hu_4 ._content_198hu_4 ._competitionsList_198hu_19 ._competitionTile_198hu_26._competitionTileSelected_198hu_52{border-color:var(--surface-brand);background-color:var(--surface-brand);box-shadow:0 14px 28px #0d033466,0 4px 10px #0d033440;transform:translateY(-4px)}._widgetCompetitionsSearchSelector_198hu_4 ._content_198hu_4 ._competitionsList_198hu_19 ._competitionTile_198hu_26._competitionTileSelected_198hu_52 ._competitionName_198hu_58{color:#fff}._widgetCompetitionsSearchSelector_198hu_4 ._content_198hu_4 ._competitionsList_198hu_19 ._competitionTile_198hu_26 ._favoriteToggle_198hu_61{position:absolute;top:-8px;right:-8px;display:flex;align-items:center;justify-content:center;width:1.25rem;height:1.25rem;padding:0;border:1px solid var(--border-1);border-radius:50%;background-color:var(--surface-1);color:var(--text-4);cursor:pointer;box-shadow:0 2px 6px #0003}._widgetCompetitionsSearchSelector_198hu_4 ._content_198hu_4 ._competitionsList_198hu_19 ._competitionTile_198hu_26 ._favoriteToggle_198hu_61._favoriteToggleActive_198hu_78{border-color:#ff9f00;color:#ff9f00}._widgetCompetitionsSearchSelector_198hu_4 ._content_198hu_4 ._competitionsList_198hu_19 ._competitionTile_198hu_26 ._competitionLogoBadge_198hu_82{display:flex;align-items:center;justify-content:center;width:68px;height:68px;border-radius:50%;background-color:var(--surface-1);box-shadow:inset 0 0 0 1px #d9d9d9}._widgetCompetitionsSearchSelector_198hu_4 ._content_198hu_4 ._competitionsList_198hu_19 ._competitionTile_198hu_26 ._competitionLogoBadge_198hu_82 ._competitionLogo_198hu_82{width:auto;height:36px;max-width:40px;object-fit:contain}._widgetCompetitionsSearchSelector_198hu_4 ._content_198hu_4 ._competitionsList_198hu_19 ._competitionTile_198hu_26 ._competitionName_198hu_58{font-size:.6875rem;font-weight:600;line-height:1.25;color:var(--text-strong);max-width:100%;min-height:2.5em;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}._widgetCompetitionsSeasonOverview_1hxk9_4{margin-bottom:.9375rem}._widgetCompetitionsSeasonOverview_1hxk9_4 ._overview_1hxk9_7{display:flex;align-items:center;flex-wrap:wrap;gap:1.25rem;padding:.9375rem}._widgetCompetitionsSeasonOverview_1hxk9_4 ._overview_1hxk9_7 ._competitionLogo_1hxk9_14{width:6.25rem;height:6.25rem;object-fit:contain;flex-shrink:0}@media(max-width:768px){._widgetCompetitionsSeasonOverview_1hxk9_4 ._overview_1hxk9_7 ._competitionLogo_1hxk9_14{width:4rem;height:4rem}}._widgetCompetitionsSeasonOverview_1hxk9_4 ._overview_1hxk9_7 ._competitionInfo_1hxk9_26{display:flex;flex-direction:row;align-items:center;flex-wrap:wrap;gap:.9375rem;flex:1;min-width:220px}._widgetCompetitionsSeasonOverview_1hxk9_4 ._overview_1hxk9_7 ._competitionInfo_1hxk9_26 ._competitionHeader_1hxk9_35{display:flex;flex-direction:row;align-items:center;flex-shrink:0;gap:.625rem}._widgetCompetitionsSeasonOverview_1hxk9_4 ._overview_1hxk9_7 ._competitionInfo_1hxk9_26 ._competitionHeader_1hxk9_35 ._competitionName_1hxk9_42{margin:0;font-size:1.25rem;color:var(--text-strong)}._widgetCompetitionsSeasonOverview_1hxk9_4 ._overview_1hxk9_7 ._competitionInfo_1hxk9_26 ._selectorsRow_1hxk9_47{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;gap:.9375rem;flex:1}._widgetCompetitionsSeasonOverview_1hxk9_4 ._overview_1hxk9_7 ._competitionInfo_1hxk9_26 ._selectorsRow_1hxk9_47 ._selectorField_1hxk9_55{display:flex;flex-direction:column;gap:.125rem;min-width:180px}._widgetCompetitionsSeasonOverview_1hxk9_4 ._overview_1hxk9_7 ._competitionInfo_1hxk9_26 ._selectorsRow_1hxk9_47 ._selectorField_1hxk9_55 ._selectorLabel_1hxk9_61{font-size:.6875rem;font-weight:600;color:var(--text-3);text-transform:uppercase;letter-spacing:.5px}._widgetCompetitionsSeasonOverview_1hxk9_4 ._overview_1hxk9_7 ._reportActions_1hxk9_68{display:flex;flex-direction:row;flex-wrap:wrap;gap:.625rem}@media(max-width:768px){._widgetCompetitionsSeasonOverview_1hxk9_4 ._overview_1hxk9_7 ._reportActions_1hxk9_68{flex-direction:column;width:100%}}._widgetCompetitionsSeasonOverview_1hxk9_4 ._overview_1hxk9_7 ._reportButton_1hxk9_80{padding:.625rem 1.25rem;border:2px solid transparent;border-radius:999px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap;cursor:pointer;transition:background-color .2s ease,color .2s ease,box-shadow .2s ease,transform .2s ease}._widgetCompetitionsSeasonOverview_1hxk9_4 ._overview_1hxk9_7 ._reportButton_1hxk9_80._reportButtonPrimary_1hxk9_92{background-color:var(--surface-brand);color:#fff;box-shadow:0 2px 6px #0000001f}._widgetCompetitionsSeasonOverview_1hxk9_4 ._overview_1hxk9_7 ._reportButton_1hxk9_80._reportButtonPrimary_1hxk9_92:hover{background-color:#e30613;box-shadow:0 6px 16px #e306134d;transform:translateY(-2px)}._widgetCompetitionsSeasonOverview_1hxk9_4 ._overview_1hxk9_7 ._reportButton_1hxk9_80._reportButtonSecondary_1hxk9_102{background-color:var(--surface-1);color:var(--text-strong);border-color:var(--surface-brand)}._widgetCompetitionsSeasonOverview_1hxk9_4 ._overview_1hxk9_7 ._reportButton_1hxk9_80._reportButtonSecondary_1hxk9_102:hover{background-color:var(--surface-brand);color:#fff;transform:translateY(-2px)}._widgetCompetitionsRanking_1fxpw_4{display:flex;flex-direction:column;width:100%;height:100%;min-width:0;gap:.9375rem}@media(max-width:768px){._widgetCompetitionsRanking_1fxpw_4{gap:.3125rem}}._rankingRow_1fxpw_18{border-left:4px solid var(--team-color, transparent)}@media(max-width:1024px){._rankingTable_1fxpw_23 table th:nth-child(11),._rankingTable_1fxpw_23 table td:nth-child(11),._rankingTable_1fxpw_23 table th:nth-child(12),._rankingTable_1fxpw_23 table td:nth-child(12){display:none}}@media(max-width:768px){._rankingTable_1fxpw_23 table{font-size:.625rem}._rankingTable_1fxpw_23 table th,._rankingTable_1fxpw_23 table td{padding:.125rem}._rankingTable_1fxpw_23 table th{letter-spacing:normal}._rankingTable_1fxpw_23 table th:nth-child(9),._rankingTable_1fxpw_23 table td:nth-child(9),._rankingTable_1fxpw_23 table th:nth-child(10),._rankingTable_1fxpw_23 table td:nth-child(10){display:none}._rankingTable_1fxpw_23 table th:nth-child(4),._rankingTable_1fxpw_23 table td:nth-child(4),._rankingTable_1fxpw_23 table th:nth-child(5),._rankingTable_1fxpw_23 table td:nth-child(5),._rankingTable_1fxpw_23 table th:nth-child(6),._rankingTable_1fxpw_23 table td:nth-child(6),._rankingTable_1fxpw_23 table th:nth-child(7),._rankingTable_1fxpw_23 table td:nth-child(7),._rankingTable_1fxpw_23 table th:nth-child(8),._rankingTable_1fxpw_23 table td:nth-child(8),._rankingTable_1fxpw_23 table th:nth-child(13),._rankingTable_1fxpw_23 table td:nth-child(13){width:1%;white-space:nowrap}}._teamButton_1fxpw_64{padding:.125rem .3125rem;border:0;background-color:transparent;color:var(--text-2);font-weight:600;text-transform:uppercase;cursor:pointer;white-space:nowrap;transition:color .2s ease}@media(max-width:768px){._teamButton_1fxpw_64{padding:.125rem;font-size:.625rem;white-space:normal;overflow-wrap:break-word;max-width:80px}}._teamButton_1fxpw_64:hover{color:var(--text-strong);text-decoration:underline}._teamLogo_1fxpw_89{width:20px;height:20px}@media(max-width:768px){._teamLogo_1fxpw_89{width:14px;height:14px}}._widgetCompetitionsMatchList_133ai_3{display:flex;flex-direction:column;width:100%;height:100%}._widgetCompetitionsMatchList_133ai_3 ._content_133ai_9{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem}._widgetCompetitionsMatchList_133ai_3 ._content_133ai_9 ._roundSelect_133ai_15{align-self:flex-end;width:100%;min-width:200px;max-width:240px}@media(max-width:768px){._widgetCompetitionsMatchList_133ai_3 ._content_133ai_9 ._roundSelect_133ai_15{min-width:0;max-width:100%}}._widgetCompetitionsMatchList_133ai_3 ._content_133ai_9 ._teamFilters_133ai_27{display:flex;flex-direction:row;flex-wrap:wrap;gap:.3125rem}._widgetCompetitionsMatchList_133ai_3 ._content_133ai_9 ._teamFilters_133ai_27 ._teamFilterButton_133ai_33{display:flex;align-items:center;justify-content:center;width:56px;height:56px;padding:.3125rem;border:1px solid var(--border-1);border-radius:10px;background-color:var(--surface-1);cursor:pointer;transition:border-color .2s ease,background-color .2s ease}@media(max-width:768px){._widgetCompetitionsMatchList_133ai_3 ._content_133ai_9 ._teamFilters_133ai_27 ._teamFilterButton_133ai_33{width:44px;height:44px}}._widgetCompetitionsMatchList_133ai_3 ._content_133ai_9 ._teamFilters_133ai_27 ._teamFilterButton_133ai_33:hover{border-color:var(--surface-brand)}._widgetCompetitionsMatchList_133ai_3 ._content_133ai_9 ._teamFilters_133ai_27 ._teamFilterButton_133ai_33._teamFilterButtonSelected_133ai_55{border-color:var(--surface-brand);background-color:var(--surface-brand)}._widgetCompetitionsMatchList_133ai_3 ._content_133ai_9 ._teamFilters_133ai_27 ._teamFilterButton_133ai_33 ._teamFilterLogo_133ai_59{width:auto;height:32px;max-width:40px;object-fit:contain}._widgetCompetitionsMatchList_133ai_3 ._content_133ai_9 ._gamesList_133ai_65{display:flex;flex-direction:column;max-height:37.5rem;overflow-y:auto}@media(max-width:768px){._widgetCompetitionsMatchList_133ai_3 ._content_133ai_9 ._gamesList_133ai_65{max-height:25rem}}._pageCompetitions_vpxpv_3{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem}._pageCompetitions_vpxpv_3 ._competitionWidgetRow_vpxpv_9{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:stretch;gap:.9375rem}@media(max-width:768px){._pageCompetitions_vpxpv_3 ._competitionWidgetRow_vpxpv_9{grid-template-columns:minmax(0,1fr)}}._pageCompetitions_vpxpv_3 ._competitionWidgetRow_vpxpv_9>*{display:flex;flex-direction:column;min-width:0}._pageCompetitions_vpxpv_3 ._competitionWidgetRow_vpxpv_9>*>*{flex:1}._pageGames_e2p9r_3{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem}._pageGames_e2p9r_3 ._filterBar_e2p9r_9{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.625rem}@media(max-width:1024px){._pageGames_e2p9r_3 ._filterBar_e2p9r_9{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:768px){._pageGames_e2p9r_3 ._filterBar_e2p9r_9{grid-template-columns:minmax(0,1fr)}}._pageGames_e2p9r_3 ._filterBar_e2p9r_9 ._filterSelect_e2p9r_24{width:100%}._pageGames_e2p9r_3 ._gamesList_e2p9r_27{display:flex;flex-direction:column;max-height:37.5rem;overflow-y:auto}@media(max-width:768px){._pageGames_e2p9r_3 ._gamesList_e2p9r_27{max-height:25rem}}._optionLabel_e2p9r_39{display:flex;align-items:center;gap:.3125rem;min-width:0}._optionLabel_e2p9r_39 ._optionLogo_e2p9r_45{width:1.25rem;height:1.25rem;object-fit:contain;flex-shrink:0}._optionLabel_e2p9r_39 ._optionName_e2p9r_51{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._optionLabel_e2p9r_39 ._favoriteStar_e2p9r_57{margin-left:auto;color:#ff9f00;flex-shrink:0}._widgetTeamsCompetitionsSelector_ejze5_4 ._content_ejze5_4{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem}._widgetTeamsCompetitionsSelector_ejze5_4 ._content_ejze5_4 ._toolbar_ejze5_10{display:flex;flex-direction:row;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.625rem}@media(max-width:768px){._widgetTeamsCompetitionsSelector_ejze5_4 ._content_ejze5_4 ._toolbar_ejze5_10{flex-direction:column;align-items:stretch}}._widgetTeamsCompetitionsSelector_ejze5_4 ._content_ejze5_4 ._toolbar_ejze5_10 ._searchInput_ejze5_24{width:100%;max-width:22.5rem}@media(max-width:768px){._widgetTeamsCompetitionsSelector_ejze5_4 ._content_ejze5_4 ._toolbar_ejze5_10 ._searchInput_ejze5_24{max-width:100%}}._widgetTeamsCompetitionsSelector_ejze5_4 ._content_ejze5_4 ._toolbar_ejze5_10 ._actions_ejze5_33{display:flex;flex-direction:row;flex-wrap:wrap;gap:.625rem}@media(max-width:768px){._widgetTeamsCompetitionsSelector_ejze5_4 ._content_ejze5_4 ._toolbar_ejze5_10 ._actions_ejze5_33{justify-content:stretch}._widgetTeamsCompetitionsSelector_ejze5_4 ._content_ejze5_4 ._toolbar_ejze5_10 ._actions_ejze5_33 ._actionButton_ejze5_43{flex:1;justify-content:center}}._widgetTeamsCompetitionsSelector_ejze5_4 ._content_ejze5_4 ._toolbar_ejze5_10 ._actions_ejze5_33 ._actionButton_ejze5_43{display:flex;align-items:center;gap:.3125rem;padding:.3125rem .9375rem;border:1.5px solid #0d0334;border-radius:999px;background-color:var(--surface-brand);color:#fff;font-size:.75rem;font-weight:600;white-space:nowrap;cursor:pointer;box-shadow:0 2px 6px #00000014;transition:background-color .2s ease,border-color .2s ease,color .2s ease,box-shadow .2s ease,transform .2s ease}._widgetTeamsCompetitionsSelector_ejze5_4 ._content_ejze5_4 ._toolbar_ejze5_10 ._actions_ejze5_33 ._actionButton_ejze5_43:hover{border-color:#e30613;background-color:#e30613;color:#fff;box-shadow:0 6px 16px #e306134d;transform:translateY(-2px)}._widgetTeamsCompetitionsSelector_ejze5_4 ._content_ejze5_4 ._toolbar_ejze5_10 ._actions_ejze5_33 ._actionButton_ejze5_43 ._actionButtonIcon_ejze5_71{height:1rem;width:auto}._widgetTeamsCompetitionsSelector_ejze5_4 ._content_ejze5_4 ._toolbar_ejze5_10 ._actions_ejze5_33 ._toggleGroup_ejze5_75{display:flex;align-items:center;gap:.3125rem}._widgetTeamsCompetitionsSelector_ejze5_4 ._content_ejze5_4 ._toolbar_ejze5_10 ._actions_ejze5_33 ._toggleGroup_ejze5_75 ._toggleLabel_ejze5_80{display:inline-block;font-size:.75rem;font-weight:600;color:var(--text-strong);text-transform:lowercase}._widgetTeamsCompetitionsSelector_ejze5_4 ._content_ejze5_4 ._toolbar_ejze5_10 ._actions_ejze5_33 ._toggleGroup_ejze5_75 ._toggleLabel_ejze5_80:first-letter{text-transform:uppercase}._widgetTeamsCompetitionsSelector_ejze5_4 ._content_ejze5_4 ._competitionsList_ejze5_90{display:grid;grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:1.25rem;max-height:20rem;overflow-y:auto;padding:.9375rem}@media(max-width:768px){._widgetTeamsCompetitionsSelector_ejze5_4 ._content_ejze5_4 ._competitionsList_ejze5_90{grid-template-columns:repeat(auto-fill,minmax(100px,1fr))}}._widgetTeamsCompetitionsSelector_ejze5_4 ._content_ejze5_4 ._competitionsList_ejze5_90 ._competitionTile_ejze5_103{display:flex;flex-direction:column;align-items:center;gap:.625rem;background-color:var(--surface-1);border:1px solid var(--border-1);border-radius:16px;padding:1.25rem .9375rem;text-align:center;cursor:pointer;position:relative;box-shadow:0 1px 3px #0000000d;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease,background-color .2s ease}._widgetTeamsCompetitionsSelector_ejze5_4 ._content_ejze5_4 ._competitionsList_ejze5_90 ._competitionTile_ejze5_103:hover{border-color:var(--surface-brand);transform:translateY(-3px);box-shadow:0 8px 20px #0d033426}._widgetTeamsCompetitionsSelector_ejze5_4 ._content_ejze5_4 ._competitionsList_ejze5_90 ._competitionTile_ejze5_103._competitionTileSelected_ejze5_123{border-color:var(--surface-brand);background-color:var(--surface-brand);box-shadow:0 10px 24px #0d033459;transform:translateY(-2px)}._widgetTeamsCompetitionsSelector_ejze5_4 ._content_ejze5_4 ._competitionsList_ejze5_90 ._competitionTile_ejze5_103._competitionTileSelected_ejze5_123 ._competitionName_ejze5_129{color:#fff}._widgetTeamsCompetitionsSelector_ejze5_4 ._content_ejze5_4 ._competitionsList_ejze5_90 ._competitionTile_ejze5_103 ._favoriteToggle_ejze5_132{position:absolute;top:-8px;right:-8px;display:flex;align-items:center;justify-content:center;width:1.25rem;height:1.25rem;padding:0;border:1px solid var(--border-1);border-radius:50%;background-color:var(--surface-1);color:var(--text-4);cursor:pointer;box-shadow:0 2px 6px #0003}._widgetTeamsCompetitionsSelector_ejze5_4 ._content_ejze5_4 ._competitionsList_ejze5_90 ._competitionTile_ejze5_103 ._favoriteToggle_ejze5_132._favoriteToggleActive_ejze5_149{border-color:#ff9f00;color:#ff9f00}._widgetTeamsCompetitionsSelector_ejze5_4 ._content_ejze5_4 ._competitionsList_ejze5_90 ._competitionTile_ejze5_103 ._competitionLogoBadge_ejze5_153{display:flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:50%;background-color:var(--surface-1);box-shadow:inset 0 0 0 1px #d9d9d9}._widgetTeamsCompetitionsSelector_ejze5_4 ._content_ejze5_4 ._competitionsList_ejze5_90 ._competitionTile_ejze5_103 ._competitionLogoBadge_ejze5_153 ._competitionLogo_ejze5_153{width:auto;height:36px;max-width:40px;object-fit:contain}._widgetTeamsCompetitionsSelector_ejze5_4 ._content_ejze5_4 ._competitionsList_ejze5_90 ._competitionTile_ejze5_103 ._competitionName_ejze5_129{font-size:.75rem;font-weight:600;color:var(--text-strong);max-width:100%;min-height:2.5em;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}._widgetTeamsList_1h1m8_4 ._content_1h1m8_4{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem}._widgetTeamsList_1h1m8_4 ._content_1h1m8_4 ._searchInput_1h1m8_10{width:100%;max-width:22.5rem}@media(max-width:768px){._widgetTeamsList_1h1m8_4 ._content_1h1m8_4 ._searchInput_1h1m8_10{max-width:100%}}._widgetTeamsList_1h1m8_4 ._content_1h1m8_4 ._teamsList_1h1m8_19{display:grid;grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:1.25rem;max-height:20rem;overflow-y:auto;padding:.9375rem}@media(max-width:768px){._widgetTeamsList_1h1m8_4 ._content_1h1m8_4 ._teamsList_1h1m8_19{grid-template-columns:repeat(auto-fill,minmax(100px,1fr))}}._widgetTeamsList_1h1m8_4 ._content_1h1m8_4 ._teamsList_1h1m8_19 ._teamTile_1h1m8_32{display:flex;flex-direction:column;align-items:center;gap:.625rem;background-color:var(--surface-1);border:1px solid var(--border-1);border-radius:16px;padding:1.25rem .9375rem;text-align:center;cursor:pointer;position:relative;box-shadow:0 1px 3px #0000000d;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}._widgetTeamsList_1h1m8_4 ._content_1h1m8_4 ._teamsList_1h1m8_19 ._teamTile_1h1m8_32:hover{border-color:var(--surface-brand);transform:translateY(-3px);box-shadow:0 8px 20px #0d033426}._widgetTeamsList_1h1m8_4 ._content_1h1m8_4 ._teamsList_1h1m8_19 ._teamTile_1h1m8_32 ._favoriteToggle_1h1m8_52{position:absolute;top:-8px;right:-8px;display:flex;align-items:center;justify-content:center;width:1.25rem;height:1.25rem;padding:0;border:1px solid var(--border-1);border-radius:50%;background-color:var(--surface-1);color:var(--text-4);cursor:pointer;box-shadow:0 2px 6px #0003}._widgetTeamsList_1h1m8_4 ._content_1h1m8_4 ._teamsList_1h1m8_19 ._teamTile_1h1m8_32 ._favoriteToggle_1h1m8_52._favoriteToggleActive_1h1m8_69{border-color:#ff9f00;color:#ff9f00}._widgetTeamsList_1h1m8_4 ._content_1h1m8_4 ._teamsList_1h1m8_19 ._teamTile_1h1m8_32 ._teamLogoBadge_1h1m8_73{display:flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:50%;background-color:var(--surface-1);box-shadow:inset 0 0 0 1px #d9d9d9}._widgetTeamsList_1h1m8_4 ._content_1h1m8_4 ._teamsList_1h1m8_19 ._teamTile_1h1m8_32 ._teamLogoBadge_1h1m8_73 ._teamLogo_1h1m8_73{width:auto;height:36px;max-width:40px;object-fit:contain}._widgetTeamsList_1h1m8_4 ._content_1h1m8_4 ._teamsList_1h1m8_19 ._teamTile_1h1m8_32 ._teamTags_1h1m8_89{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.125rem}._widgetTeamsList_1h1m8_4 ._content_1h1m8_4 ._teamsList_1h1m8_19 ._teamTile_1h1m8_32 ._teamTags_1h1m8_89 ._teamTag_1h1m8_89{font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:.02em;color:var(--text-strong);background-color:var(--surface-2);border-radius:999px;padding:.125rem .3125rem}._widgetTeamsList_1h1m8_4 ._content_1h1m8_4 ._teamsList_1h1m8_19 ._teamTile_1h1m8_32 ._teamName_1h1m8_106{font-size:.75rem;font-weight:600;color:var(--text-strong);max-width:100%;min-height:2.5em;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}._pageTeams_9e0a6_3,._widgetPlayersFilters_zjw3b_4 ._content_zjw3b_4{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem}._widgetPlayersFilters_zjw3b_4 ._content_zjw3b_4 ._toolbar_zjw3b_10{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.9375rem}@media(max-width:768px){._widgetPlayersFilters_zjw3b_4 ._content_zjw3b_4 ._toolbar_zjw3b_10{flex-direction:column;align-items:stretch}}._widgetPlayersFilters_zjw3b_4 ._content_zjw3b_4 ._toolbar_zjw3b_10 ._searchInput_zjw3b_24{width:100%;max-width:18rem}@media(max-width:768px){._widgetPlayersFilters_zjw3b_4 ._content_zjw3b_4 ._toolbar_zjw3b_10 ._searchInput_zjw3b_24{max-width:100%}}._widgetPlayersFilters_zjw3b_4 ._content_zjw3b_4 ._toolbar_zjw3b_10 ._actions_zjw3b_33{display:flex;flex-direction:row;flex-wrap:wrap;gap:.625rem}@media(max-width:768px){._widgetPlayersFilters_zjw3b_4 ._content_zjw3b_4 ._toolbar_zjw3b_10 ._actions_zjw3b_33{justify-content:stretch}._widgetPlayersFilters_zjw3b_4 ._content_zjw3b_4 ._toolbar_zjw3b_10 ._actions_zjw3b_33 ._actionButton_zjw3b_43{flex:1;justify-content:center}}._widgetPlayersFilters_zjw3b_4 ._content_zjw3b_4 ._toolbar_zjw3b_10 ._actions_zjw3b_33 ._actionButton_zjw3b_43{display:flex;align-items:center;gap:.3125rem;padding:.3125rem .9375rem;border:1.5px solid #0d0334;border-radius:999px;background-color:var(--surface-brand);color:#fff;font-size:.75rem;font-weight:600;white-space:nowrap;cursor:pointer;box-shadow:0 2px 6px #00000014;transition:background-color .2s ease,border-color .2s ease,color .2s ease,box-shadow .2s ease,transform .2s ease}._widgetPlayersFilters_zjw3b_4 ._content_zjw3b_4 ._toolbar_zjw3b_10 ._actions_zjw3b_33 ._actionButton_zjw3b_43:hover{border-color:#e30613;background-color:#e30613;color:#fff;box-shadow:0 6px 16px #e306134d;transform:translateY(-2px)}._widgetPlayersFilters_zjw3b_4 ._content_zjw3b_4 ._toolbar_zjw3b_10 ._actions_zjw3b_33 ._actionButton_zjw3b_43 ._actionButtonIcon_zjw3b_71{height:1rem;width:auto}._widgetPlayersFilters_zjw3b_4 ._content_zjw3b_4 ._toggles_zjw3b_75{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:space-evenly;gap:.9375rem;padding:.625rem .9375rem;background-color:var(--surface-2);border:1px solid var(--border-1);border-radius:10px}@media(max-width:768px){._widgetPlayersFilters_zjw3b_4 ._content_zjw3b_4 ._toggles_zjw3b_75{flex-direction:column;align-items:stretch}}._widgetPlayersFilters_zjw3b_4 ._content_zjw3b_4 ._toggles_zjw3b_75 ._toggleGroup_zjw3b_93{display:flex;align-items:center;justify-content:center;gap:.3125rem;flex:1}._widgetPlayersFilters_zjw3b_4 ._content_zjw3b_4 ._toggles_zjw3b_75 ._toggleGroup_zjw3b_93 ._toggleLabel_zjw3b_100{display:inline-block;font-size:.75rem;font-weight:600;color:var(--text-strong);text-transform:lowercase}._widgetPlayersFilters_zjw3b_4 ._content_zjw3b_4 ._toggles_zjw3b_75 ._toggleGroup_zjw3b_93 ._toggleLabel_zjw3b_100:first-letter{text-transform:uppercase}._widgetPlayersFilters_zjw3b_4 ._content_zjw3b_4 ._toggles_zjw3b_75 ._toggleGroup_zjw3b_93 ._toggleLabelFormat_zjw3b_110{font-size:.75rem;font-weight:600;color:var(--text-strong)}._widgetPlayersFilters_zjw3b_4 ._content_zjw3b_4 ._toggles_zjw3b_75 ._toggleSeparator_zjw3b_115{width:1px;height:1.5rem;background-color:#d9d9d9}@media(max-width:768px){._widgetPlayersFilters_zjw3b_4 ._content_zjw3b_4 ._toggles_zjw3b_75 ._toggleSeparator_zjw3b_115{display:none}}._widgetPlayersFilters_zjw3b_4 ._content_zjw3b_4 ._selectsRow_zjw3b_125{display:grid;grid-template-columns:repeat(4,1fr);gap:.9375rem}@media(max-width:1024px){._widgetPlayersFilters_zjw3b_4 ._content_zjw3b_4 ._selectsRow_zjw3b_125{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){._widgetPlayersFilters_zjw3b_4 ._content_zjw3b_4 ._selectsRow_zjw3b_125{grid-template-columns:1fr}}._widgetPlayersFilters_zjw3b_4 ._content_zjw3b_4 ._selectsRow_zjw3b_125 ._selectField_zjw3b_140{display:flex;flex-direction:column;gap:.125rem}._widgetPlayersFilters_zjw3b_4 ._content_zjw3b_4 ._selectsRow_zjw3b_125 ._selectField_zjw3b_140 ._selectLabel_zjw3b_145{font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.02em;color:var(--text-3)}._widgetPlayersFilters_zjw3b_4 ._content_zjw3b_4 ._statsSection_zjw3b_152{display:flex;flex-direction:column;gap:.625rem}._widgetPlayersFilters_zjw3b_4 ._content_zjw3b_4 ._statsSection_zjw3b_152 ._statsHeader_zjw3b_157{display:flex;flex-direction:row;align-items:center;flex-wrap:wrap;gap:.625rem}._widgetPlayersFilters_zjw3b_4 ._content_zjw3b_4 ._statsSection_zjw3b_152 ._statsHeader_zjw3b_157 ._statsLabel_zjw3b_164{font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.02em;color:var(--text-3)}._widgetPlayersFilters_zjw3b_4 ._content_zjw3b_4 ._statsSection_zjw3b_152 ._statsHeader_zjw3b_157 ._statsPremiumNote_zjw3b_171{font-size:.6875rem;font-style:italic;color:var(--text-3)}._widgetPlayersFilters_zjw3b_4 ._content_zjw3b_4 ._statsSection_zjw3b_152 ._criteriaControlsRow_zjw3b_176{display:flex;flex-direction:row;align-items:flex-start;gap:.9375rem}@media(max-width:768px){._widgetPlayersFilters_zjw3b_4 ._content_zjw3b_4 ._statsSection_zjw3b_152 ._criteriaControlsRow_zjw3b_176{flex-direction:column;align-items:stretch}}._widgetPlayersFilters_zjw3b_4 ._content_zjw3b_4 ._statsSection_zjw3b_152 ._criteriaControlsRow_zjw3b_176 ._criterionControls_zjw3b_188{display:flex;flex-direction:row;align-items:stretch;gap:.3125rem;flex:1;min-width:0}._widgetPlayersFilters_zjw3b_4 ._content_zjw3b_4 ._statsSection_zjw3b_152 ._criteriaControlsRow_zjw3b_176 ._criterionControls_zjw3b_188 ._criterionSelect_zjw3b_196{flex:1;min-width:0}._widgetPlayersFilters_zjw3b_4 ._content_zjw3b_4 ._statsSection_zjw3b_152 ._criteriaControlsRow_zjw3b_176 ._criterionControls_zjw3b_188 ._criterionMethod_zjw3b_200{display:flex;flex-direction:row;align-items:stretch;gap:.125rem}._widgetPlayersFilters_zjw3b_4 ._content_zjw3b_4 ._statsSection_zjw3b_152 ._criteriaControlsRow_zjw3b_176 ._criterionControls_zjw3b_188 ._criterionMethod_zjw3b_200 ._criterionMethodLabel_zjw3b_206{display:flex;align-items:center;padding:.3125rem .625rem;border:0;border-radius:8px;background-color:var(--surface-brand);color:#fff;font-size:.75rem;font-weight:600;white-space:nowrap;cursor:pointer}._widgetPlayersFilters_zjw3b_4 ._content_zjw3b_4 ._statsSection_zjw3b_152 ._criteriaControlsRow_zjw3b_176 ._criterionControls_zjw3b_188 ._criterionMethod_zjw3b_200 ._criterionMethodLabel_zjw3b_206:disabled{cursor:default}._widgetPlayersFilters_zjw3b_4 ._content_zjw3b_4 ._statsSection_zjw3b_152 ._criteriaControlsRow_zjw3b_176 ._criterionControls_zjw3b_188 ._criterionMethod_zjw3b_200 ._criterionOrder_zjw3b_222{display:flex;align-items:center;justify-content:center;padding:.3125rem;border:0;border-radius:8px;background-color:var(--surface-brand);color:#fff;cursor:pointer}._widgetPlayersFilters_zjw3b_4 ._content_zjw3b_4 ._statsSection_zjw3b_152 ._criteriaControlsRow_zjw3b_176 ._criterionControls_zjw3b_188 ._criterionMethod_zjw3b_200 ._criterionOrder_zjw3b_222 svg{transition:transform .2s ease;transform:rotate(180deg)}._widgetPlayersFilters_zjw3b_4 ._content_zjw3b_4 ._statsSection_zjw3b_152 ._criteriaControlsRow_zjw3b_176 ._criterionControls_zjw3b_188 ._criterionMethod_zjw3b_200 ._criterionOrder_zjw3b_222._criterionOrderDesc_zjw3b_237 svg{transform:rotate(0)}._widgetPlayersFilters_zjw3b_4 ._content_zjw3b_4 ._statsSection_zjw3b_152 ._criteriaRangesRow_zjw3b_240{display:flex;flex-direction:row;align-items:flex-start;gap:.9375rem}@media(max-width:768px){._widgetPlayersFilters_zjw3b_4 ._content_zjw3b_4 ._statsSection_zjw3b_152 ._criteriaRangesRow_zjw3b_240{flex-direction:column;align-items:stretch}}._widgetPlayersFilters_zjw3b_4 ._content_zjw3b_4 ._statsSection_zjw3b_152 ._criteriaRangesRow_zjw3b_240 ._criterionRange_zjw3b_252{flex:1;min-width:0}._widgetPlayersFilters_zjw3b_4 ._content_zjw3b_4 ._resetRow_zjw3b_256{display:flex;justify-content:flex-end}._widgetPlayersFilters_zjw3b_4 ._content_zjw3b_4 ._resetRow_zjw3b_256 ._resetButton_zjw3b_260{display:flex;align-items:center;gap:.125rem;border:none;border-radius:8px;background:none;padding:.3125rem .625rem;color:var(--text-2);font-size:.75rem;cursor:pointer;transition:all .2s ease-in-out}._widgetPlayersFilters_zjw3b_4 ._content_zjw3b_4 ._resetRow_zjw3b_256 ._resetButton_zjw3b_260:hover{background-color:#0d033414;color:var(--text-strong)}._widgetPlayersFilters_zjw3b_4 ._content_zjw3b_4 ._resetRow_zjw3b_256 ._resetButton_zjw3b_260:hover ._resetButtonIcon_zjw3b_277{transform:rotate(-75deg)}._widgetPlayersFilters_zjw3b_4 ._content_zjw3b_4 ._resetRow_zjw3b_256 ._resetButton_zjw3b_260 ._resetButtonIcon_zjw3b_277{flex-shrink:0;transition:transform .3s ease-in-out}._widgetPlayersList_1y44v_4 ._content_1y44v_4{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem}._widgetPlayersList_1y44v_4 ._content_1y44v_4 ._playersGrid_1y44v_10{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:.9375rem}@media(max-width:768px){._widgetPlayersList_1y44v_4 ._content_1y44v_4 ._playersGrid_1y44v_10{grid-template-columns:repeat(auto-fill,minmax(130px,1fr))}}._widgetPlayersList_1y44v_4 ._content_1y44v_4 ._pagination_1y44v_20{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:.9375rem}._widgetPlayersList_1y44v_4 ._content_1y44v_4 ._pagination_1y44v_20 ._paginationButton_1y44v_27{padding:.3125rem .9375rem;border:1.5px solid #0d0334;border-radius:999px;background-color:var(--surface-1);color:var(--text-strong);font-size:.75rem;font-weight:600;cursor:pointer}._widgetPlayersList_1y44v_4 ._content_1y44v_4 ._pagination_1y44v_20 ._paginationButton_1y44v_27:hover:not(:disabled){background-color:var(--surface-brand);color:#fff}._widgetPlayersList_1y44v_4 ._content_1y44v_4 ._pagination_1y44v_20 ._paginationButton_1y44v_27:disabled{opacity:.4;cursor:not-allowed}._widgetPlayersList_1y44v_4 ._content_1y44v_4 ._pagination_1y44v_20 ._paginationIndicator_1y44v_45{font-size:.75rem;color:var(--text-3)}._pagePlayers_1iptv_3,._widgetRefereesFilters_1y1qk_4 ._content_1y1qk_4{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem}._widgetRefereesFilters_1y1qk_4 ._content_1y1qk_4 ._toolbar_1y1qk_10{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.9375rem}@media(max-width:768px){._widgetRefereesFilters_1y1qk_4 ._content_1y1qk_4 ._toolbar_1y1qk_10{flex-direction:column;align-items:stretch}}._widgetRefereesFilters_1y1qk_4 ._content_1y1qk_4 ._toolbar_1y1qk_10 ._searchInput_1y1qk_24{width:100%;max-width:18rem}@media(max-width:768px){._widgetRefereesFilters_1y1qk_4 ._content_1y1qk_4 ._toolbar_1y1qk_10 ._searchInput_1y1qk_24{max-width:100%}}._widgetRefereesFilters_1y1qk_4 ._content_1y1qk_4 ._toggles_1y1qk_33{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:space-evenly;gap:.9375rem;padding:.625rem .9375rem;background-color:var(--surface-2);border:1px solid var(--border-1);border-radius:10px}@media(max-width:768px){._widgetRefereesFilters_1y1qk_4 ._content_1y1qk_4 ._toggles_1y1qk_33{flex-direction:column;align-items:stretch}}._widgetRefereesFilters_1y1qk_4 ._content_1y1qk_4 ._toggles_1y1qk_33 ._toggleGroup_1y1qk_51{display:flex;align-items:center;justify-content:center;gap:.3125rem;flex:1}._widgetRefereesFilters_1y1qk_4 ._content_1y1qk_4 ._toggles_1y1qk_33 ._toggleGroup_1y1qk_51 ._toggleLabel_1y1qk_58{display:inline-block;font-size:.75rem;font-weight:600;color:var(--text-strong);text-transform:lowercase}._widgetRefereesFilters_1y1qk_4 ._content_1y1qk_4 ._toggles_1y1qk_33 ._toggleGroup_1y1qk_51 ._toggleLabel_1y1qk_58:first-letter{text-transform:uppercase}._widgetRefereesFilters_1y1qk_4 ._content_1y1qk_4 ._toggles_1y1qk_33 ._toggleSeparator_1y1qk_68{width:1px;height:1.5rem;background-color:#d9d9d9}@media(max-width:768px){._widgetRefereesFilters_1y1qk_4 ._content_1y1qk_4 ._toggles_1y1qk_33 ._toggleSeparator_1y1qk_68{display:none}}._widgetRefereesFilters_1y1qk_4 ._content_1y1qk_4 ._selectsRow_1y1qk_78{display:grid;grid-template-columns:repeat(2,1fr);gap:.9375rem}@media(max-width:768px){._widgetRefereesFilters_1y1qk_4 ._content_1y1qk_4 ._selectsRow_1y1qk_78{grid-template-columns:1fr}}._widgetRefereesFilters_1y1qk_4 ._content_1y1qk_4 ._selectsRow_1y1qk_78 ._selectField_1y1qk_88{display:flex;flex-direction:column;gap:.125rem}._widgetRefereesFilters_1y1qk_4 ._content_1y1qk_4 ._selectsRow_1y1qk_78 ._selectField_1y1qk_88 ._selectLabel_1y1qk_93{font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.02em;color:var(--text-3)}._widgetRefereesFilters_1y1qk_4 ._content_1y1qk_4 ._resetRow_1y1qk_100{display:flex;justify-content:flex-end}._widgetRefereesFilters_1y1qk_4 ._content_1y1qk_4 ._resetRow_1y1qk_100 ._resetButton_1y1qk_104{display:flex;align-items:center;gap:.125rem;border:none;border-radius:8px;background:none;padding:.3125rem .625rem;color:var(--text-2);font-size:.75rem;cursor:pointer;transition:all .2s ease-in-out}._widgetRefereesFilters_1y1qk_4 ._content_1y1qk_4 ._resetRow_1y1qk_100 ._resetButton_1y1qk_104:hover{background-color:#0d033414;color:var(--text-strong)}._widgetRefereesFilters_1y1qk_4 ._content_1y1qk_4 ._resetRow_1y1qk_100 ._resetButton_1y1qk_104:hover ._resetButtonIcon_1y1qk_121{transform:rotate(-75deg)}._widgetRefereesFilters_1y1qk_4 ._content_1y1qk_4 ._resetRow_1y1qk_100 ._resetButton_1y1qk_104 ._resetButtonIcon_1y1qk_121{flex-shrink:0;transition:transform .3s ease-in-out}._widgetRefereesList_io0pe_3 ._content_io0pe_3{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem}._widgetRefereesList_io0pe_3 ._content_io0pe_3 ._refereesGrid_io0pe_9{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:.9375rem}@media(max-width:768px){._widgetRefereesList_io0pe_3 ._content_io0pe_3 ._refereesGrid_io0pe_9{grid-template-columns:repeat(auto-fill,minmax(130px,1fr))}}._pageReferees_xlle3_3{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem}._widgetPlayerActivityByZone_1ionz_8{width:100%}._widgetPlayerActivityByZone_1ionz_8 ._content_1ionz_11{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem}._widgetPlayerActivityKpis_109n1_1{width:100%}._widgetPlayerActivityKpis_109n1_1 ._activityKpisCard_109n1_4{border-radius:0;box-shadow:var(--shadow-lift)}@media(max-width:1024px){._widgetPlayerActivityKpis_109n1_1 ._activityKpisCard_109n1_4{box-shadow:var(--shadow-lift-tablet)}}@media(max-width:768px){._widgetPlayerActivityKpis_109n1_1 ._activityKpisCard_109n1_4{box-shadow:var(--shadow-lift-mobile)}}._widgetPlayerActivityKpis_109n1_1 ._activityKpisCard_109n1_4:hover{box-shadow:var(--shadow-lift-hover)}._playerTrendChartCard_k6iws_1,._widgetPlayerActivityTrend_pw9mm_1{width:100%}._pagePlayerActivity_j267j_3{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem}._widgetPlayerAerialsDistribution_1adle_7,._widgetPlayerAerialsField_6zhiy_7{width:100%}._widgetPlayerAerialsField_6zhiy_7 ._content_6zhiy_10{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem}._widgetPlayerAerialsKpis_m2c8m_1{width:100%}._widgetPlayerAerialsKpis_m2c8m_1 ._aerialsKpisCard_m2c8m_4{border-radius:0;box-shadow:var(--shadow-lift)}@media(max-width:1024px){._widgetPlayerAerialsKpis_m2c8m_1 ._aerialsKpisCard_m2c8m_4{box-shadow:var(--shadow-lift-tablet)}}@media(max-width:768px){._widgetPlayerAerialsKpis_m2c8m_1 ._aerialsKpisCard_m2c8m_4{box-shadow:var(--shadow-lift-mobile)}}._widgetPlayerAerialsKpis_m2c8m_1 ._aerialsKpisCard_m2c8m_4:hover{box-shadow:var(--shadow-lift-hover)}._pagePlayerAerials_7fd0d_3{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem}._pagePlayerAerials_7fd0d_3 ._kpisAndDistribution_7fd0d_9{display:grid;grid-template-columns:1fr 1fr;align-items:stretch;gap:.9375rem}@media(max-width:1024px){._pagePlayerAerials_7fd0d_3 ._kpisAndDistribution_7fd0d_9{grid-template-columns:1fr}}._pagePlayerAerials_7fd0d_3 ._kpisAndDistribution_7fd0d_9>*{display:flex;flex-direction:column}._pagePlayerAerials_7fd0d_3 ._kpisAndDistribution_7fd0d_9>*>*{flex:1}._widgetPlayerBallsLostDistribution_y18kq_5,._widgetPlayerBallsLostField_x746r_7{width:100%}._widgetPlayerBallsLostField_x746r_7 ._content_x746r_10{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem}._widgetPlayerBallsLostKpis_1ur3m_1{width:100%}._widgetPlayerBallsLostKpis_1ur3m_1 ._ballsLostKpisCard_1ur3m_4{border-radius:0;box-shadow:var(--shadow-lift)}@media(max-width:1024px){._widgetPlayerBallsLostKpis_1ur3m_1 ._ballsLostKpisCard_1ur3m_4{box-shadow:var(--shadow-lift-tablet)}}@media(max-width:768px){._widgetPlayerBallsLostKpis_1ur3m_1 ._ballsLostKpisCard_1ur3m_4{box-shadow:var(--shadow-lift-mobile)}}._widgetPlayerBallsLostKpis_1ur3m_1 ._ballsLostKpisCard_1ur3m_4:hover{box-shadow:var(--shadow-lift-hover)}._pagePlayerBallsLost_1uwc5_3{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem}._pagePlayerBallsLost_1uwc5_3 ._kpisAndDistribution_1uwc5_9{display:grid;grid-template-columns:1fr 1fr;align-items:stretch;gap:.9375rem}@media(max-width:1024px){._pagePlayerBallsLost_1uwc5_3 ._kpisAndDistribution_1uwc5_9{grid-template-columns:1fr}}._pagePlayerBallsLost_1uwc5_3 ._kpisAndDistribution_1uwc5_9>*{display:flex;flex-direction:column}._pagePlayerBallsLost_1uwc5_3 ._kpisAndDistribution_1uwc5_9>*>*{flex:1}._widgetPlayerContactsRucksDistribution_1ok9m_8,._widgetPlayerContactsRucksField_sztri_9{width:100%}._widgetPlayerContactsRucksField_sztri_9 ._content_sztri_12{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem}._widgetPlayerContactsRucksKpis_1dgwr_1{width:100%}._widgetPlayerContactsRucksKpis_1dgwr_1 ._contactsRucksKpisCard_1dgwr_4{border-radius:0;box-shadow:var(--shadow-lift)}@media(max-width:1024px){._widgetPlayerContactsRucksKpis_1dgwr_1 ._contactsRucksKpisCard_1dgwr_4{box-shadow:var(--shadow-lift-tablet)}}@media(max-width:768px){._widgetPlayerContactsRucksKpis_1dgwr_1 ._contactsRucksKpisCard_1dgwr_4{box-shadow:var(--shadow-lift-mobile)}}._widgetPlayerContactsRucksKpis_1dgwr_1 ._contactsRucksKpisCard_1dgwr_4:hover{box-shadow:var(--shadow-lift-hover)}._pagePlayerContactsRucks_58sru_3{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem}._widgetPlayerContestsField_r2xa8_8{width:100%}._widgetPlayerContestsField_r2xa8_8 ._content_r2xa8_11{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem}._widgetPlayerContestsKpis_1cwgd_1{width:100%}._widgetPlayerContestsKpis_1cwgd_1 ._contestsKpisCard_1cwgd_4{border-radius:0;box-shadow:var(--shadow-lift)}@media(max-width:1024px){._widgetPlayerContestsKpis_1cwgd_1 ._contestsKpisCard_1cwgd_4{box-shadow:var(--shadow-lift-tablet)}}@media(max-width:768px){._widgetPlayerContestsKpis_1cwgd_1 ._contestsKpisCard_1cwgd_4{box-shadow:var(--shadow-lift-mobile)}}._widgetPlayerContestsKpis_1cwgd_1 ._contestsKpisCard_1cwgd_4:hover{box-shadow:var(--shadow-lift-hover)}._pagePlayerContests_3wkk9_3{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem}._widgetPlayerDisciplineDistribution_1ls68_5,._widgetPlayerDisciplineField_1pdl5_7{width:100%}._widgetPlayerDisciplineField_1pdl5_7 ._content_1pdl5_10{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem}._widgetPlayerDisciplineKpis_qt8hd_1{width:100%}._widgetPlayerDisciplineKpis_qt8hd_1 ._disciplineKpisCard_qt8hd_4{border-radius:0;box-shadow:var(--shadow-lift)}@media(max-width:1024px){._widgetPlayerDisciplineKpis_qt8hd_1 ._disciplineKpisCard_qt8hd_4{box-shadow:var(--shadow-lift-tablet)}}@media(max-width:768px){._widgetPlayerDisciplineKpis_qt8hd_1 ._disciplineKpisCard_qt8hd_4{box-shadow:var(--shadow-lift-mobile)}}._widgetPlayerDisciplineKpis_qt8hd_1 ._disciplineKpisCard_qt8hd_4:hover{box-shadow:var(--shadow-lift-hover)}._pagePlayerDiscipline_eik11_3{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem}._pagePlayerDiscipline_eik11_3 ._kpisAndDistribution_eik11_9{display:grid;grid-template-columns:1fr 1fr;align-items:stretch;gap:.9375rem}@media(max-width:1024px){._pagePlayerDiscipline_eik11_3 ._kpisAndDistribution_eik11_9{grid-template-columns:1fr}}._pagePlayerDiscipline_eik11_3 ._kpisAndDistribution_eik11_9>*{display:flex;flex-direction:column}._pagePlayerDiscipline_eik11_3 ._kpisAndDistribution_eik11_9>*>*{flex:1}@font-face{font-family:Josefin Sans;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/josefinsans/v32/Qw3PZQNVED7rKGKxtqIqX5E-AVSJrOCfjY46_DjQbMZhLybpUVzEEQ.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}._widgetPlayerGoalKickingField_pp0kc_18{width:100%}._widgetPlayerGoalKickingField_pp0kc_18 ._content_pp0kc_21{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem}._widgetPlayerGoalKickingField_pp0kc_18 ._content_pp0kc_21 ._viewSelector_pp0kc_27{display:flex;gap:.3125rem;justify-content:center}._widgetPlayerGoalKickingField_pp0kc_18 ._content_pp0kc_21 ._viewSelector_pp0kc_27 ._viewButton_pp0kc_32{padding:.3125rem .9375rem;border:1px solid var(--border-1);border-radius:6px;background:var(--surface-1);font-family:Josefin Sans,sans-serif;font-size:.6875rem;color:var(--text-2);cursor:pointer}._widgetPlayerGoalKickingField_pp0kc_18 ._content_pp0kc_21 ._viewSelector_pp0kc_27 ._viewButton_pp0kc_32:hover{border-color:var(--border-strong)}._widgetPlayerGoalKickingField_pp0kc_18 ._content_pp0kc_21 ._viewSelector_pp0kc_27 ._viewButton_pp0kc_32._viewButtonActive_pp0kc_45{background:var(--state-info);border-color:var(--state-info);color:var(--text-on-brand)}._widgetPlayerGoalKickingKpis_q63aw_1{width:100%}._widgetPlayerGoalKickingKpis_q63aw_1 ._goalKickingKpisCard_q63aw_4{border-radius:0;box-shadow:var(--shadow-lift)}@media(max-width:1024px){._widgetPlayerGoalKickingKpis_q63aw_1 ._goalKickingKpisCard_q63aw_4{box-shadow:var(--shadow-lift-tablet)}}@media(max-width:768px){._widgetPlayerGoalKickingKpis_q63aw_1 ._goalKickingKpisCard_q63aw_4{box-shadow:var(--shadow-lift-mobile)}}._widgetPlayerGoalKickingKpis_q63aw_1 ._goalKickingKpisCard_q63aw_4:hover{box-shadow:var(--shadow-lift-hover)}._pagePlayerGoalKicking_hi0t6_3{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem}._widgetPlayerBallInHandDistribution_it2yo_5,._widgetPlayerBallInHandField_1mgc6_7{width:100%}._widgetPlayerBallInHandField_1mgc6_7 ._content_1mgc6_10{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem}._widgetPlayerBallInHandKpis_b20eo_1{width:100%}._widgetPlayerBallInHandKpis_b20eo_1 ._ballInHandKpisCard_b20eo_4{border-radius:0;box-shadow:var(--shadow-lift)}@media(max-width:1024px){._widgetPlayerBallInHandKpis_b20eo_1 ._ballInHandKpisCard_b20eo_4{box-shadow:var(--shadow-lift-tablet)}}@media(max-width:768px){._widgetPlayerBallInHandKpis_b20eo_1 ._ballInHandKpisCard_b20eo_4{box-shadow:var(--shadow-lift-mobile)}}._widgetPlayerBallInHandKpis_b20eo_1 ._ballInHandKpisCard_b20eo_4:hover{box-shadow:var(--shadow-lift-hover)}._pagePlayerHandGame_18f6r_3{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem}._pagePlayerHandGame_18f6r_3 ._kpisAndDistribution_18f6r_9{display:grid;grid-template-columns:1fr 1fr;align-items:stretch;gap:.9375rem}@media(max-width:1024px){._pagePlayerHandGame_18f6r_3 ._kpisAndDistribution_18f6r_9{grid-template-columns:1fr}}._pagePlayerHandGame_18f6r_3 ._kpisAndDistribution_18f6r_9>*{display:flex;flex-direction:column}._pagePlayerHandGame_18f6r_3 ._kpisAndDistribution_18f6r_9>*>*{flex:1}._widgetPlayerKickersDistribution_bldz3_7,._widgetPlayerKickersField_mpotg_9{width:100%}._widgetPlayerKickersField_mpotg_9 ._content_mpotg_12{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem}._widgetPlayerKickersKpis_93unv_1{width:100%}._widgetPlayerKickersKpis_93unv_1 ._kickersKpisCard_93unv_4{border-radius:0;box-shadow:var(--shadow-lift)}@media(max-width:1024px){._widgetPlayerKickersKpis_93unv_1 ._kickersKpisCard_93unv_4{box-shadow:var(--shadow-lift-tablet)}}@media(max-width:768px){._widgetPlayerKickersKpis_93unv_1 ._kickersKpisCard_93unv_4{box-shadow:var(--shadow-lift-mobile)}}._widgetPlayerKickersKpis_93unv_1 ._kickersKpisCard_93unv_4:hover{box-shadow:var(--shadow-lift-hover)}._pagePlayerKickers_9ipgl_3{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem}._pagePlayerKickers_9ipgl_3 ._kpisAndDistribution_9ipgl_9{display:grid;grid-template-columns:1fr 1fr;align-items:stretch;gap:.9375rem}@media(max-width:1024px){._pagePlayerKickers_9ipgl_3 ._kpisAndDistribution_9ipgl_9{grid-template-columns:1fr}}._pagePlayerKickers_9ipgl_3 ._kpisAndDistribution_9ipgl_9>*{display:flex;flex-direction:column}._pagePlayerKickers_9ipgl_3 ._kpisAndDistribution_9ipgl_9>*>*{flex:1}._widgetPlayerKickingDistribution_1q8gj_5{width:100%}@font-face{font-family:Josefin Sans;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/josefinsans/v32/Qw3PZQNVED7rKGKxtqIqX5E-AVSJrOCfjY46_DjQbMZhLybpUVzEEQ.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}._widgetPlayerKickingField_18a1i_25{width:100%}._widgetPlayerKickingField_18a1i_25 ._content_18a1i_28{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem}._widgetPlayerKickingField_18a1i_25 ._content_18a1i_28 ._viewSelector_18a1i_34{display:flex;gap:.3125rem;justify-content:center}._widgetPlayerKickingField_18a1i_25 ._content_18a1i_28 ._viewSelector_18a1i_34 ._viewButton_18a1i_39{padding:.3125rem .9375rem;border:1px solid var(--border-1);border-radius:6px;background:var(--surface-1);font-family:Josefin Sans,sans-serif;font-size:.6875rem;color:var(--text-2);cursor:pointer}._widgetPlayerKickingField_18a1i_25 ._content_18a1i_28 ._viewSelector_18a1i_34 ._viewButton_18a1i_39:hover{border-color:var(--border-strong)}._widgetPlayerKickingField_18a1i_25 ._content_18a1i_28 ._viewSelector_18a1i_34 ._viewButton_18a1i_39._viewButtonActive_18a1i_52{background:var(--state-info);border-color:var(--state-info);color:var(--text-on-brand)}._widgetPlayerKickingKpis_1o2xk_1{width:100%}._widgetPlayerKickingKpis_1o2xk_1 ._kickingKpisCard_1o2xk_4{border-radius:0;box-shadow:var(--shadow-lift)}@media(max-width:1024px){._widgetPlayerKickingKpis_1o2xk_1 ._kickingKpisCard_1o2xk_4{box-shadow:var(--shadow-lift-tablet)}}@media(max-width:768px){._widgetPlayerKickingKpis_1o2xk_1 ._kickingKpisCard_1o2xk_4{box-shadow:var(--shadow-lift-mobile)}}._widgetPlayerKickingKpis_1o2xk_1 ._kickingKpisCard_1o2xk_4:hover{box-shadow:var(--shadow-lift-hover)}._pagePlayerKicking_1lnl6_3{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem}._pagePlayerKicking_1lnl6_3 ._kpisAndDistribution_1lnl6_9{display:grid;grid-template-columns:1fr 1fr;align-items:stretch;gap:.9375rem}@media(max-width:1024px){._pagePlayerKicking_1lnl6_3 ._kpisAndDistribution_1lnl6_9{grid-template-columns:1fr}}._pagePlayerKicking_1lnl6_3 ._kpisAndDistribution_1lnl6_9>*{display:flex;flex-direction:column}._pagePlayerKicking_1lnl6_3 ._kpisAndDistribution_1lnl6_9>*>*{flex:1}._widgetPlayerLinebreaksField_88jto_12{width:100%}._widgetPlayerLinebreaksField_88jto_12 ._content_88jto_15{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem}._widgetPlayerLinebreaksKpis_p0rov_1{width:100%}._widgetPlayerLinebreaksKpis_p0rov_1 ._linebreaksKpisCard_p0rov_4{border-radius:0;box-shadow:var(--shadow-lift)}@media(max-width:1024px){._widgetPlayerLinebreaksKpis_p0rov_1 ._linebreaksKpisCard_p0rov_4{box-shadow:var(--shadow-lift-tablet)}}@media(max-width:768px){._widgetPlayerLinebreaksKpis_p0rov_1 ._linebreaksKpisCard_p0rov_4{box-shadow:var(--shadow-lift-mobile)}}._widgetPlayerLinebreaksKpis_p0rov_1 ._linebreaksKpisCard_p0rov_4:hover{box-shadow:var(--shadow-lift-hover)}._widgetPlayerLinebreaksTrend_1gp7l_1{width:100%}._pagePlayerLinebreaks_16eut_3{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem}._widgetPlayerLineoutsField_x2uy9_8{width:100%}._widgetPlayerLineoutsField_x2uy9_8 ._content_x2uy9_11{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem}._widgetPlayerLineoutsKpis_1omi8_1{width:100%}._widgetPlayerLineoutsKpis_1omi8_1 ._lineoutsKpisCard_1omi8_4{border-radius:0;box-shadow:var(--shadow-lift)}@media(max-width:1024px){._widgetPlayerLineoutsKpis_1omi8_1 ._lineoutsKpisCard_1omi8_4{box-shadow:var(--shadow-lift-tablet)}}@media(max-width:768px){._widgetPlayerLineoutsKpis_1omi8_1 ._lineoutsKpisCard_1omi8_4{box-shadow:var(--shadow-lift-mobile)}}._widgetPlayerLineoutsKpis_1omi8_1 ._lineoutsKpisCard_1omi8_4:hover{box-shadow:var(--shadow-lift-hover)}._widgetPlayerLineoutsTrend_1ywiu_1{width:100%}._pagePlayerLineouts_1bsmo_3{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem}._widgetPlayerMatchesList_beqbw_4{width:100%}._widgetPlayerMatchesList_beqbw_4 ._noData_beqbw_7{padding:1.5625rem;text-align:center;color:var(--text-3);font-size:.75rem}._widgetPlayerMatchesList_beqbw_4 ._matchList_beqbw_13{display:flex;flex-direction:column;gap:.625rem;max-height:36rem;overflow-y:auto;list-style:none;margin:0;padding:0}._widgetPlayerMatchesList_beqbw_4 ._matchList_beqbw_13 ._matchCard_beqbw_23{display:flex;flex-direction:column;gap:.3125rem}._widgetPlayerMatchesList_beqbw_4 ._matchList_beqbw_13 ._matchCard_beqbw_23 ._matchCardButton_beqbw_28{display:flex;flex-direction:column;gap:.3125rem;width:100%;padding:.3125rem .625rem;border:1px solid var(--border-1);border-radius:8px;background:none;font-family:inherit;font-size:.75rem;color:inherit;text-align:left;cursor:pointer;transition:border-color .15s ease}._widgetPlayerMatchesList_beqbw_4 ._matchList_beqbw_13 ._matchCard_beqbw_23 ._matchCardButton_beqbw_28:hover{border-color:var(--surface-brand)}._widgetPlayerMatchesList_beqbw_4 ._matchList_beqbw_13 ._matchCard_beqbw_23 ._matchCardButton_beqbw_28 ._gameHeader_beqbw_47{display:flex;align-items:center;gap:.625rem}._widgetPlayerMatchesList_beqbw_4 ._matchList_beqbw_13 ._matchCard_beqbw_23 ._matchCardButton_beqbw_28 ._gameHeader_beqbw_47 ._gameDate_beqbw_52{color:var(--text-3);white-space:nowrap}._widgetPlayerMatchesList_beqbw_4 ._matchList_beqbw_13 ._matchCard_beqbw_23 ._matchCardButton_beqbw_28 ._gameHeader_beqbw_47 ._gameCompetition_beqbw_56{flex:1;font-weight:600;color:var(--text-strong);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._widgetPlayerMatchesList_beqbw_4 ._matchList_beqbw_13 ._matchCard_beqbw_23 ._matchCardButton_beqbw_28 ._gameHeader_beqbw_47 ._resultBadge_beqbw_64{display:flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;border-radius:50%;font-size:.625rem;font-weight:800;color:#fff;flex-shrink:0}._widgetPlayerMatchesList_beqbw_4 ._matchList_beqbw_13 ._matchCard_beqbw_23 ._matchCardButton_beqbw_28 ._gameHeader_beqbw_47 ._resultBadge_beqbw_64._resultWin_beqbw_76{background:#146714}._widgetPlayerMatchesList_beqbw_4 ._matchList_beqbw_13 ._matchCard_beqbw_23 ._matchCardButton_beqbw_28 ._gameHeader_beqbw_47 ._resultBadge_beqbw_64._resultDraw_beqbw_79{background:#666}._widgetPlayerMatchesList_beqbw_4 ._matchList_beqbw_13 ._matchCard_beqbw_23 ._matchCardButton_beqbw_28 ._gameHeader_beqbw_47 ._resultBadge_beqbw_64._resultLoss_beqbw_82{background:#e30613}._widgetPlayerMatchesList_beqbw_4 ._matchList_beqbw_13 ._matchCard_beqbw_23 ._matchCardButton_beqbw_28 ._gameHeader_beqbw_47 ._resultBadge_beqbw_64._resultUpcoming_beqbw_85{background:var(--surface-brand)}._widgetPlayerMatchesList_beqbw_4 ._matchList_beqbw_13 ._matchCard_beqbw_23 ._matchCardButton_beqbw_28 ._gameHeader_beqbw_47 ._gameAccessIcons_beqbw_88{display:flex;align-items:center;gap:.125rem;flex-shrink:0}._widgetPlayerMatchesList_beqbw_4 ._matchList_beqbw_13 ._matchCard_beqbw_23 ._matchCardButton_beqbw_28 ._gameHeader_beqbw_47 ._gameAccessIcons_beqbw_88 ._accessIcon_beqbw_94{width:18px;height:18px;object-fit:contain}._widgetPlayerMatchesList_beqbw_4 ._matchList_beqbw_13 ._matchCard_beqbw_23 ._matchCardButton_beqbw_28 ._gameTeams_beqbw_99{display:flex;align-items:center;justify-content:space-between;gap:.3125rem}@media(max-width:768px){._widgetPlayerMatchesList_beqbw_4 ._matchList_beqbw_13 ._matchCard_beqbw_23 ._matchCardButton_beqbw_28 ._gameTeams_beqbw_99{flex-direction:column;align-items:stretch}}._widgetPlayerMatchesList_beqbw_4 ._matchList_beqbw_13 ._matchCard_beqbw_23 ._matchCardButton_beqbw_28 ._gameTeams_beqbw_99 ._gameTeam_beqbw_99{display:flex;align-items:center;gap:.3125rem;flex:1;min-width:0;padding-left:.3125rem;border-left:3px solid var(--team-color, transparent)}._widgetPlayerMatchesList_beqbw_4 ._matchList_beqbw_13 ._matchCard_beqbw_23 ._matchCardButton_beqbw_28 ._gameTeams_beqbw_99 ._gameTeam_beqbw_99 ._teamLogo_beqbw_120{width:22px;height:22px;object-fit:contain;flex-shrink:0}._widgetPlayerMatchesList_beqbw_4 ._matchList_beqbw_13 ._matchCard_beqbw_23 ._matchCardButton_beqbw_28 ._gameTeams_beqbw_99 ._gameTeam_beqbw_99 ._teamName_beqbw_126{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--text-strong)}._widgetPlayerMatchesList_beqbw_4 ._matchList_beqbw_13 ._matchCard_beqbw_23 ._matchCardButton_beqbw_28 ._gameTeams_beqbw_99 ._gameTeam_beqbw_99 ._teamScore_beqbw_132{margin-left:auto;font-weight:700;color:var(--text-strong)}._widgetPlayerMatchesList_beqbw_4 ._matchList_beqbw_13 ._matchCard_beqbw_23 ._matchCardButton_beqbw_28 ._gameTeams_beqbw_99 ._gameTeam_beqbw_99._gameTeamRight_beqbw_137{flex-direction:row-reverse;text-align:right;border-left:none;padding-left:0;padding-right:.3125rem;border-right:3px solid var(--team-color, transparent)}._widgetPlayerMatchesList_beqbw_4 ._matchList_beqbw_13 ._matchCard_beqbw_23 ._matchCardButton_beqbw_28 ._gameTeams_beqbw_99 ._gameTeam_beqbw_99._gameTeamRight_beqbw_137 ._teamScore_beqbw_132{margin-left:0;margin-right:auto}._widgetPlayerMatchesList_beqbw_4 ._matchList_beqbw_13 ._matchCard_beqbw_23 ._matchCardButton_beqbw_28 ._gameTeams_beqbw_99 ._gameSeparator_beqbw_149{flex-shrink:0;font-weight:700;color:var(--text-3)}._widgetPlayerMatchesList_beqbw_4 ._matchList_beqbw_13 ._matchCard_beqbw_23 ._gameFooter_beqbw_154{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.3125rem;padding:0 .3125rem}._widgetPlayerMatchesList_beqbw_4 ._matchList_beqbw_13 ._matchCard_beqbw_23 ._gameFooter_beqbw_154 ._gameRole_beqbw_162{display:inline-flex;align-items:center;gap:.125rem;font-size:.625rem;font-weight:700;text-transform:uppercase;color:var(--text-3);white-space:nowrap}._widgetPlayerMatchesList_beqbw_4 ._matchList_beqbw_13 ._matchCard_beqbw_23 ._gameFooter_beqbw_154 ._gameRole_beqbw_162 ._statusDot_beqbw_172{display:inline-block;width:7px;height:7px;border-radius:50%;flex-shrink:0}._widgetPlayerMatchesList_beqbw_4 ._matchList_beqbw_13 ._matchCard_beqbw_23 ._gameFooter_beqbw_154 ._gameRole_beqbw_162 ._statusDot_beqbw_172._statusDotStarting_beqbw_179{background-color:#146714}._widgetPlayerMatchesList_beqbw_4 ._matchList_beqbw_13 ._matchCard_beqbw_23 ._gameFooter_beqbw_154 ._gameRole_beqbw_162 ._statusDot_beqbw_172._statusDotSubstitute_beqbw_182{background-color:#f60}._widgetPlayerMatchesList_beqbw_4 ._matchList_beqbw_13 ._matchCard_beqbw_23 ._gameFooter_beqbw_154 ._gameFooterEnd_beqbw_185{display:flex;align-items:center;gap:.625rem}._widgetPlayerMatchesList_beqbw_4 ._matchList_beqbw_13 ._matchCard_beqbw_23 ._gameFooter_beqbw_154 ._gameFooterEnd_beqbw_185 ._gameVenue_beqbw_190,._widgetPlayerMatchesList_beqbw_4 ._matchList_beqbw_13 ._matchCard_beqbw_23 ._gameFooter_beqbw_154 ._gameFooterEnd_beqbw_185 ._gameMinutes_beqbw_191,._widgetPlayerMatchesList_beqbw_4 ._matchList_beqbw_13 ._matchCard_beqbw_23 ._gameFooter_beqbw_154 ._gameFooterEnd_beqbw_185 ._gamePerf_beqbw_192{font-size:.625rem;font-weight:600;color:var(--text-strong);white-space:nowrap}._widgetPlayerMatchesList_beqbw_4 ._matchList_beqbw_13 ._matchCard_beqbw_23 ._gameFooter_beqbw_154 ._gameFooterEnd_beqbw_185 ._quickActions_beqbw_198{display:flex;gap:.3125rem}._widgetPlayerMatchesList_beqbw_4 ._matchList_beqbw_13 ._matchCard_beqbw_23 ._gameFooter_beqbw_154 ._gameFooterEnd_beqbw_185 ._quickActions_beqbw_198 ._quickActionButton_beqbw_202{display:flex;align-items:center;justify-content:center;width:28px;height:28px;padding:0;border:1px solid var(--border-1);border-radius:50%;background-color:var(--surface-2);cursor:pointer;transition:border-color .15s ease;flex-shrink:0}._widgetPlayerMatchesList_beqbw_4 ._matchList_beqbw_13 ._matchCard_beqbw_23 ._gameFooter_beqbw_154 ._gameFooterEnd_beqbw_185 ._quickActions_beqbw_198 ._quickActionButton_beqbw_202:hover{border-color:var(--surface-brand)}._widgetPlayerMatchesList_beqbw_4 ._matchList_beqbw_13 ._matchCard_beqbw_23 ._gameFooter_beqbw_154 ._gameFooterEnd_beqbw_185 ._quickActions_beqbw_198 ._quickActionButton_beqbw_202 ._quickActionIcon_beqbw_219{width:15px;height:15px;object-fit:contain}._pagePlayerMatches_19w31_3{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem}._widgetPlayerPassesField_k8pri_9{width:100%}._widgetPlayerPassesField_k8pri_9 ._content_k8pri_12{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem}._widgetPlayerPassesKpis_teetd_1{width:100%}._widgetPlayerPassesKpis_teetd_1 ._passesKpisCard_teetd_4{border-radius:0;box-shadow:var(--shadow-lift)}@media(max-width:1024px){._widgetPlayerPassesKpis_teetd_1 ._passesKpisCard_teetd_4{box-shadow:var(--shadow-lift-tablet)}}@media(max-width:768px){._widgetPlayerPassesKpis_teetd_1 ._passesKpisCard_teetd_4{box-shadow:var(--shadow-lift-mobile)}}._widgetPlayerPassesKpis_teetd_1 ._passesKpisCard_teetd_4:hover{box-shadow:var(--shadow-lift-hover)}._widgetPlayerPassesTrend_1idb4_1{width:100%}._pagePlayerPasses_1c4zd_3{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem}._widgetPlayerPointsScoredField_1nnk5_10{width:100%}._widgetPlayerPointsScoredField_1nnk5_10 ._content_1nnk5_13{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem}._widgetPlayerPointsScoredKpis_1v3mx_1{width:100%}._widgetPlayerPointsScoredKpis_1v3mx_1 ._pointsScoredKpisCard_1v3mx_4{border-radius:0;box-shadow:var(--shadow-lift)}@media(max-width:1024px){._widgetPlayerPointsScoredKpis_1v3mx_1 ._pointsScoredKpisCard_1v3mx_4{box-shadow:var(--shadow-lift-tablet)}}@media(max-width:768px){._widgetPlayerPointsScoredKpis_1v3mx_1 ._pointsScoredKpisCard_1v3mx_4{box-shadow:var(--shadow-lift-mobile)}}._widgetPlayerPointsScoredKpis_1v3mx_1 ._pointsScoredKpisCard_1v3mx_4:hover{box-shadow:var(--shadow-lift-hover)}._widgetPlayerPointsScoredTrend_8g6w4_1{width:100%}._pagePlayerPointsScored_12hpx_3{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem}@font-face{font-family:Josefin Sans;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/josefinsans/v32/Qw3PZQNVED7rKGKxtqIqX5E-AVSJrOCfjY46_DjQbMZhLybpUVzEEQ.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}._widgetPlayerProfileBio_1qjyn_11{width:100%}._widgetPlayerProfileBio_1qjyn_11 ._bioCard_1qjyn_14{border-radius:0}._widgetPlayerProfileBio_1qjyn_11 ._bioCard_1qjyn_14 ._entries_1qjyn_17{display:grid;grid-template-columns:repeat(4,1fr);gap:.9375rem;margin:0;padding:.625rem}@media(max-width:1024px){._widgetPlayerProfileBio_1qjyn_11 ._bioCard_1qjyn_14 ._entries_1qjyn_17{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){._widgetPlayerProfileBio_1qjyn_11 ._bioCard_1qjyn_14 ._entries_1qjyn_17{grid-template-columns:1fr;gap:.3125rem}}._widgetPlayerProfileBio_1qjyn_11 ._bioCard_1qjyn_14 ._entries_1qjyn_17 ._entry_1qjyn_35{box-sizing:border-box;display:flex;flex-direction:column;gap:.3125rem;padding:.625rem .9375rem;border-radius:14px;border:1px solid rgba(217,217,217,.6);background-color:var(--surface-1);box-shadow:0 2px 10px #0d03340d;transition:transform .2s ease,box-shadow .2s ease}._widgetPlayerProfileBio_1qjyn_11 ._bioCard_1qjyn_14 ._entries_1qjyn_17 ._entry_1qjyn_35:hover{transform:translateY(-2px);box-shadow:0 8px 22px #0d03341a}._widgetPlayerProfileBio_1qjyn_11 ._bioCard_1qjyn_14 ._entries_1qjyn_17 ._entry_1qjyn_35 ._entryLabel_1qjyn_51{font-family:Josefin Sans,sans-serif;font-size:.6875rem;font-weight:500;text-transform:uppercase;letter-spacing:.5px;color:var(--text-4)}._widgetPlayerProfileBio_1qjyn_11 ._bioCard_1qjyn_14 ._entries_1qjyn_17 ._entry_1qjyn_35 ._entryValue_1qjyn_59{margin:0;font-family:Josefin Sans,sans-serif;font-size:1.125rem;font-weight:700;color:var(--text-ink)}._lockNotice_neftv_4{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.625rem;text-align:center}._lockNotice_neftv_4 ._icon_neftv_12{opacity:.6}._lockNotice_neftv_4 ._title_neftv_15{margin:0;font-size:1.125rem;font-weight:700}._lockNotice_neftv_4 ._description_neftv_20{margin:0;max-width:420px;font-size:.75rem;opacity:.7}._lockNotice_neftv_4._medium_neftv_26{padding:1.25rem .9375rem}._lockNotice_neftv_4._medium_neftv_26 ._icon_neftv_12{width:40px;height:40px}._lockNotice_neftv_4._large_neftv_33{padding:2.5rem 1.25rem}._lockNotice_neftv_4._large_neftv_33 ._icon_neftv_12{width:64px;height:64px}._lockNotice_neftv_4._large_neftv_33 ._description_neftv_20{font-size:.875rem}@font-face{font-family:Josefin Sans;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/josefinsans/v32/Qw3PZQNVED7rKGKxtqIqX5E-AVSJrOCfjY46_DjQbMZhLybpUVzEEQ.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}._widgetPlayerProfileContractHistory_lgw40_11{width:100%}._widgetPlayerProfileContractHistory_lgw40_11 ._contractHistoryCard_lgw40_14{border-radius:0}._widgetPlayerProfileContractHistory_lgw40_11 ._contractHistoryCard_lgw40_14 ._timeline_lgw40_17{display:flex;flex-direction:column;gap:.625rem;margin:0;padding:.625rem;list-style:none}._widgetPlayerProfileContractHistory_lgw40_11 ._contractHistoryCard_lgw40_14 ._timeline_lgw40_17 ._entry_lgw40_25{box-sizing:border-box;display:flex;align-items:center;gap:.9375rem;padding:.625rem .9375rem;border-radius:14px;border:1px solid rgba(217,217,217,.6);border-left:4px solid var(--border-1);background-color:var(--surface-1);box-shadow:0 2px 10px #0d03340d;transition:transform .2s ease,box-shadow .2s ease}._widgetPlayerProfileContractHistory_lgw40_11 ._contractHistoryCard_lgw40_14 ._timeline_lgw40_17 ._entry_lgw40_25:hover{transform:translateY(-2px)}._widgetPlayerProfileContractHistory_lgw40_11 ._contractHistoryCard_lgw40_14 ._timeline_lgw40_17 ._entry_lgw40_25._current_lgw40_41{border-left-color:#146714}._widgetPlayerProfileContractHistory_lgw40_11 ._contractHistoryCard_lgw40_14 ._timeline_lgw40_17 ._entry_lgw40_25._current_lgw40_41 ._marker_lgw40_44{background-color:#146714}._widgetPlayerProfileContractHistory_lgw40_11 ._contractHistoryCard_lgw40_14 ._timeline_lgw40_17 ._entry_lgw40_25._current_lgw40_41:hover{box-shadow:0 8px 22px #14671440}._widgetPlayerProfileContractHistory_lgw40_11 ._contractHistoryCard_lgw40_14 ._timeline_lgw40_17 ._entry_lgw40_25._past_lgw40_50{border-left-color:#e30613}._widgetPlayerProfileContractHistory_lgw40_11 ._contractHistoryCard_lgw40_14 ._timeline_lgw40_17 ._entry_lgw40_25._past_lgw40_50 ._marker_lgw40_44{background-color:#e30613}._widgetPlayerProfileContractHistory_lgw40_11 ._contractHistoryCard_lgw40_14 ._timeline_lgw40_17 ._entry_lgw40_25._past_lgw40_50:hover{box-shadow:0 8px 22px #e3061340}._widgetPlayerProfileContractHistory_lgw40_11 ._contractHistoryCard_lgw40_14 ._timeline_lgw40_17 ._entry_lgw40_25 ._marker_lgw40_44{flex-shrink:0;width:10px;height:10px;border-radius:50%}._widgetPlayerProfileContractHistory_lgw40_11 ._contractHistoryCard_lgw40_14 ._timeline_lgw40_17 ._entry_lgw40_25 ._teamLogo_lgw40_65{flex-shrink:0;width:44px;height:44px;object-fit:contain}._widgetPlayerProfileContractHistory_lgw40_11 ._contractHistoryCard_lgw40_14 ._timeline_lgw40_17 ._entry_lgw40_25 ._teamLogoPlaceholder_lgw40_71{flex-shrink:0;width:44px;height:44px;border-radius:12px;background-color:var(--surface-2)}._widgetPlayerProfileContractHistory_lgw40_11 ._contractHistoryCard_lgw40_14 ._timeline_lgw40_17 ._entry_lgw40_25 ._teamName_lgw40_78{font-family:Josefin Sans,sans-serif;font-size:1rem;font-weight:700;color:var(--text-ink)}._widgetPlayerProfileContractHistory_lgw40_11 ._contractHistoryCard_lgw40_14 ._timeline_lgw40_17 ._entry_lgw40_25 ._period_lgw40_84{margin-left:auto;padding:.125rem .625rem;border-radius:999px;background-color:var(--surface-2);font-family:Josefin Sans,sans-serif;font-size:.75rem;font-weight:500;color:var(--text-ink);white-space:nowrap}@media(max-width:768px){._widgetPlayerProfileContractHistory_lgw40_11 ._contractHistoryCard_lgw40_14 ._timeline_lgw40_17 ._entry_lgw40_25{flex-wrap:wrap;gap:.3125rem}._widgetPlayerProfileContractHistory_lgw40_11 ._contractHistoryCard_lgw40_14 ._timeline_lgw40_17 ._entry_lgw40_25 ._period_lgw40_84{margin-left:0;width:100%;text-align:center}}._widgetPlayerProfileKeyStats_svx1t_4{width:100%}._widgetPlayerProfileKeyStats_svx1t_4 ._keyStatsCard_svx1t_7{border-radius:0;box-shadow:var(--shadow-lift)}@media(max-width:1024px){._widgetPlayerProfileKeyStats_svx1t_4 ._keyStatsCard_svx1t_7{box-shadow:var(--shadow-lift-tablet)}}@media(max-width:768px){._widgetPlayerProfileKeyStats_svx1t_4 ._keyStatsCard_svx1t_7{box-shadow:var(--shadow-lift-mobile)}}._widgetPlayerProfileKeyStats_svx1t_4 ._keyStatsCard_svx1t_7:hover{box-shadow:var(--shadow-lift-hover)}._widgetPlayerProfileKeyStats_svx1t_4 ._keyStatsCard_svx1t_7 ._premiumHint_svx1t_24{margin:.625rem 0 0;text-align:center;font-size:.75rem;color:var(--text-strong);opacity:.75}._pagePlayerProfile_85yqf_3{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem}._widgetPlayerRestartsDistribution_p168y_7,._widgetPlayerRestartsField_1tstz_9{width:100%}._widgetPlayerRestartsField_1tstz_9 ._content_1tstz_12{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem}._widgetPlayerRestartsKpis_1b4ep_1{width:100%}._widgetPlayerRestartsKpis_1b4ep_1 ._restartsKpisCard_1b4ep_4{border-radius:0;box-shadow:var(--shadow-lift)}@media(max-width:1024px){._widgetPlayerRestartsKpis_1b4ep_1 ._restartsKpisCard_1b4ep_4{box-shadow:var(--shadow-lift-tablet)}}@media(max-width:768px){._widgetPlayerRestartsKpis_1b4ep_1 ._restartsKpisCard_1b4ep_4{box-shadow:var(--shadow-lift-mobile)}}._widgetPlayerRestartsKpis_1b4ep_1 ._restartsKpisCard_1b4ep_4:hover{box-shadow:var(--shadow-lift-hover)}._pagePlayerRestarts_18wgw_3{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem}._pagePlayerRestarts_18wgw_3 ._kpisAndDistribution_18wgw_9{display:grid;grid-template-columns:1fr 1fr;align-items:stretch;gap:.9375rem}@media(max-width:1024px){._pagePlayerRestarts_18wgw_3 ._kpisAndDistribution_18wgw_9{grid-template-columns:1fr}}._pagePlayerRestarts_18wgw_3 ._kpisAndDistribution_18wgw_9>*{display:flex;flex-direction:column}._pagePlayerRestarts_18wgw_3 ._kpisAndDistribution_18wgw_9>*>*{flex:1}._widgetPlayerScrumsField_ghiu4_8{width:100%}._widgetPlayerScrumsField_ghiu4_8 ._content_ghiu4_11{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem}._widgetPlayerScrumsKpis_q4p0y_1{width:100%}._widgetPlayerScrumsKpis_q4p0y_1 ._scrumsKpisCard_q4p0y_4{border-radius:0;box-shadow:var(--shadow-lift)}@media(max-width:1024px){._widgetPlayerScrumsKpis_q4p0y_1 ._scrumsKpisCard_q4p0y_4{box-shadow:var(--shadow-lift-tablet)}}@media(max-width:768px){._widgetPlayerScrumsKpis_q4p0y_1 ._scrumsKpisCard_q4p0y_4{box-shadow:var(--shadow-lift-mobile)}}._widgetPlayerScrumsKpis_q4p0y_1 ._scrumsKpisCard_q4p0y_4:hover{box-shadow:var(--shadow-lift-hover)}._widgetPlayerScrumsTrend_z4irj_1{width:100%}._pagePlayerScrums_yacmm_3{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem}@font-face{font-family:Josefin Sans;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/josefinsans/v32/Qw3PZQNVED7rKGKxtqIqX5E-AVSJrOCfjY46_DjQbMZhLybpUVzEEQ.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}._widgetPlayerDetailedStatsControls_129w7_11{display:flex;align-items:flex-end;gap:1.25rem;padding:.625rem .9375rem;background-color:var(--surface-1);border-radius:12px;border:1px solid var(--border-subtle);box-shadow:var(--shadow-1);flex-wrap:wrap}@media(max-width:768px){._widgetPlayerDetailedStatsControls_129w7_11{flex-direction:column;align-items:stretch;gap:.625rem}}._widgetPlayerDetailedStatsControls_129w7_11 ._label_129w7_29{display:block;font-family:Josefin Sans,sans-serif;font-size:.6875rem;font-weight:700;color:var(--text-3);text-transform:uppercase;letter-spacing:.5px;margin-bottom:.125rem}._widgetPlayerDetailedStatsControls_129w7_11 ._modeSelector_129w7_39{flex-shrink:0}._widgetPlayerDetailedStatsControls_129w7_11 ._modeSelector_129w7_39 ._modeButtons_129w7_42{display:inline-flex;border:1px solid rgba(13,3,52,.3);border-radius:8px;overflow:hidden}@media(max-width:768px){._widgetPlayerDetailedStatsControls_129w7_11 ._modeSelector_129w7_39 ._modeButtons_129w7_42{display:flex;flex-wrap:wrap}}._widgetPlayerDetailedStatsControls_129w7_11 ._modeSelector_129w7_39 ._modeButtons_129w7_42 ._modeButton_129w7_42{font-family:Josefin Sans,sans-serif;font-size:.6875rem;font-weight:600;color:var(--text-strong);background-color:var(--surface-1);border:none;border-right:1px solid rgba(13,3,52,.2);padding:.3125rem .625rem;cursor:pointer;transition:background-color .15s ease}._widgetPlayerDetailedStatsControls_129w7_11 ._modeSelector_129w7_39 ._modeButtons_129w7_42 ._modeButton_129w7_42:last-child{border-right:none}._widgetPlayerDetailedStatsControls_129w7_11 ._modeSelector_129w7_39 ._modeButtons_129w7_42 ._modeButton_129w7_42:hover{background-color:#0d03340f}._widgetPlayerDetailedStatsControls_129w7_11 ._modeSelector_129w7_39 ._modeButtons_129w7_42 ._modeButton_129w7_42._active_129w7_72{color:#fff;background-color:var(--surface-brand)}._widgetPlayerDetailedStatsControls_129w7_11 ._columnsSelector_129w7_76{flex:1;min-width:240px}@media(max-width:768px){._widgetPlayerDetailedStatsControls_129w7_11 ._columnsSelector_129w7_76{min-width:0;width:100%}}._widgetPlayerDetailedStatsControls_129w7_11 ._columnsSelector_129w7_76 ._columnsSelect_129w7_76{font-family:Josefin Sans,sans-serif;font-size:.75rem}._widgetPlayerDetailedStatsControls_129w7_11 ._actions_129w7_90{display:flex;gap:.3125rem;flex-shrink:0}._widgetPlayerDetailedStatsControls_129w7_11 ._actions_129w7_90 ._actionButton_129w7_95{font-family:Josefin Sans,sans-serif;font-size:.6875rem;font-weight:600;color:var(--text-strong);background-color:var(--surface-1);border:1px solid rgba(13,3,52,.3);border-radius:6px;padding:.3125rem .625rem;cursor:pointer;transition:background-color .15s ease,border-color .15s ease}._widgetPlayerDetailedStatsControls_129w7_11 ._actions_129w7_90 ._actionButton_129w7_95:hover:not(:disabled){background-color:#0d03340f;border-color:var(--surface-brand)}._widgetPlayerDetailedStatsControls_129w7_11 ._actions_129w7_90 ._actionButton_129w7_95._primary_129w7_111{color:#fff;background-color:var(--surface-brand)}._widgetPlayerDetailedStatsControls_129w7_11 ._actions_129w7_90 ._actionButton_129w7_95._primary_129w7_111:hover:not(:disabled){background-color:#03010d}._widgetPlayerDetailedStatsControls_129w7_11 ._actions_129w7_90 ._actionButton_129w7_95:disabled{opacity:.5;cursor:not-allowed}@font-face{font-family:Josefin Sans;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/josefinsans/v32/Qw3PZQNVED7rKGKxtqIqX5E-AVSJrOCfjY46_DjQbMZhLybpUVzEEQ.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}._widgetPlayerDetailedStatsTable_9789c_11{width:100%}._widgetPlayerDetailedStatsTable_9789c_11 ._opponent_9789c_14{display:inline-flex;align-items:center;gap:.3125rem}._widgetPlayerDetailedStatsTable_9789c_11 ._opponent_9789c_14 ._opponentDot_9789c_19{width:10px;height:10px;border-radius:50%;background-color:var(--team-color);flex-shrink:0}._widgetPlayerDetailedStatsTable_9789c_11 ._opponent_9789c_14 ._opponentName_9789c_26{font-weight:600}._widgetPlayerDetailedStatsTable_9789c_11 ._opponent_9789c_14 ._result_9789c_29{font-family:Josefin Sans,sans-serif;font-size:.625rem;font-weight:700;color:#fff;border-radius:4px;padding:0 .125rem;line-height:1.6}._widgetPlayerDetailedStatsTable_9789c_11 ._opponent_9789c_14 ._result_9789c_29._win_9789c_38{background-color:#146714}._widgetPlayerDetailedStatsTable_9789c_11 ._opponent_9789c_14 ._result_9789c_29._draw_9789c_41{background-color:#666}._widgetPlayerDetailedStatsTable_9789c_11 ._opponent_9789c_14 ._result_9789c_29._loss_9789c_44{background-color:#e30613}._pagePlayerStatistics_tupp1_3{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem}._widgetPlayerTacklesField_4jxc6_9{width:100%}._widgetPlayerTacklesField_4jxc6_9 ._content_4jxc6_12{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem}._widgetPlayerTacklesKpis_1dfmc_1{width:100%}._widgetPlayerTacklesKpis_1dfmc_1 ._tacklesKpisCard_1dfmc_4{border-radius:0;box-shadow:var(--shadow-lift)}@media(max-width:1024px){._widgetPlayerTacklesKpis_1dfmc_1 ._tacklesKpisCard_1dfmc_4{box-shadow:var(--shadow-lift-tablet)}}@media(max-width:768px){._widgetPlayerTacklesKpis_1dfmc_1 ._tacklesKpisCard_1dfmc_4{box-shadow:var(--shadow-lift-mobile)}}._widgetPlayerTacklesKpis_1dfmc_1 ._tacklesKpisCard_1dfmc_4:hover{box-shadow:var(--shadow-lift-hover)}._widgetPlayerTacklesTrend_1prs8_1{width:100%}._pagePlayerTackles_p1abz_3{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem}._widgetPlayerTurnoversConcededKpis_10p9s_1{width:100%}._widgetPlayerTurnoversConcededKpis_10p9s_1 ._turnoversConcededKpisCard_10p9s_4{border-radius:0;box-shadow:var(--shadow-lift)}@media(max-width:1024px){._widgetPlayerTurnoversConcededKpis_10p9s_1 ._turnoversConcededKpisCard_10p9s_4{box-shadow:var(--shadow-lift-tablet)}}@media(max-width:768px){._widgetPlayerTurnoversConcededKpis_10p9s_1 ._turnoversConcededKpisCard_10p9s_4{box-shadow:var(--shadow-lift-mobile)}}._widgetPlayerTurnoversConcededKpis_10p9s_1 ._turnoversConcededKpisCard_10p9s_4:hover{box-shadow:var(--shadow-lift-hover)}._widgetPlayerTurnoversField_1c6rq_8{width:100%}._widgetPlayerTurnoversField_1c6rq_8 ._content_1c6rq_11{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem}._widgetPlayerTurnoversWonKpis_9cegb_1{width:100%}._widgetPlayerTurnoversWonKpis_9cegb_1 ._turnoversWonKpisCard_9cegb_4{border-radius:0;box-shadow:var(--shadow-lift)}@media(max-width:1024px){._widgetPlayerTurnoversWonKpis_9cegb_1 ._turnoversWonKpisCard_9cegb_4{box-shadow:var(--shadow-lift-tablet)}}@media(max-width:768px){._widgetPlayerTurnoversWonKpis_9cegb_1 ._turnoversWonKpisCard_9cegb_4{box-shadow:var(--shadow-lift-mobile)}}._widgetPlayerTurnoversWonKpis_9cegb_1 ._turnoversWonKpisCard_9cegb_4:hover{box-shadow:var(--shadow-lift-hover)}._pagePlayerTurnovers_g6m9o_3{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem}._pagePlayerTurnovers_g6m9o_3 ._wonAndConcededKpis_g6m9o_9{display:grid;grid-template-columns:1fr 1fr;gap:.9375rem}@media(max-width:1024px){._pagePlayerTurnovers_g6m9o_3 ._wonAndConcededKpis_g6m9o_9{grid-template-columns:1fr}}._playerLayout_1xa1b_3{min-height:calc(100vh - var(--navbar-height, 60px))}._playerLayout_1xa1b_3 ._sidebar_1xa1b_6{position:fixed;top:var(--navbar-height, 60px);left:0;width:var(--sidebar-width, 250px);height:calc(100vh - var(--navbar-height, 60px));z-index:50;transition:width .3s ease}._playerLayout_1xa1b_3 ._content_1xa1b_15{margin-left:var(--sidebar-width, 250px);overflow-x:hidden;transition:margin-left .3s ease}@font-face{font-family:Josefin Sans;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/josefinsans/v32/Qw3PZQNVED7rKGKxtqIqX5E-AVSJrOCfjY46_DjQbMZhLybpUVzEEQ.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}._personHeroCard_8fgad_11{--hero-accent: #2f6bff;position:relative;display:flex;align-items:center;gap:1.5625rem;width:100%;min-height:120px;padding:0 1.25rem;border-radius:20px;overflow:hidden;background:linear-gradient(135deg,var(--surface-1) 0%,var(--surface-2) 100%);box-shadow:0 10px 35px #0d033414;animation:_personHeroCardIn_8fgad_1 .32s ease both}@keyframes _personHeroCardIn_8fgad_1{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}._personHeroCard_8fgad_11 ._favoriteButton_8fgad_36{display:flex;flex-shrink:0;align-items:center;justify-content:center;width:48px;height:48px;padding:0;border:2px solid var(--hero-accent);border-radius:50%;background-color:var(--surface-1);color:var(--hero-accent);cursor:pointer;transition:all .2s ease}._personHeroCard_8fgad_11 ._favoriteButton_8fgad_36:hover,._personHeroCard_8fgad_11 ._favoriteButton_8fgad_36._favoriteButtonActive_8fgad_55{background-color:var(--hero-accent);color:#fff}._personHeroCard_8fgad_11 ._photoStage_8fgad_59{position:relative;display:flex;flex-shrink:0;align-items:flex-end;justify-content:center;align-self:stretch;width:140px}._personHeroCard_8fgad_11 ._photoStage_8fgad_59 ._photoBackdrop_8fgad_68{position:absolute;top:50%;left:50%;z-index:1;width:220px;height:200px;transform:translate(-55%,-50%) rotate(20deg);background:linear-gradient(135deg,var(--hero-accent) 0%,color-mix(in srgb,var(--hero-accent) 45%,#ffffff) 100%);-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 400'%3E%3Cdefs%3E%3Cfilter id='p' x='-20%25' y='-20%25' width='140%25' height='140%25'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.05' numOctaves='4' result='noise'/%3E%3CfeDisplacementMap in='SourceGraphic' in2='noise' scale='30' xChannelSelector='R' yChannelSelector='G'/%3E%3C/filter%3E%3C/defs%3E%3Cg filter='url(%23p)' fill='%23fff'%3E%3Cpath d='M 120 320 L 220 220 L 320 150 L 420 80 L 440 110 L 340 190 L 210 280 L 150 350 Z'/%3E%3Cpath d='M 150 280 L 250 180 L 300 170 L 280 230 L 190 290 Z' opacity='0.8'/%3E%3Cpath d='M 280 140 L 360 80 L 450 60 L 420 130 L 330 180 Z' opacity='0.9'/%3E%3Cpath d='M 100 350 L 180 290 L 160 380 Z'/%3E%3Ccircle cx='130' cy='340' r='20'/%3E%3Ccircle cx='100' cy='370' r='12'/%3E%3Ccircle cx='160' cy='360' r='15'/%3E%3Ccircle cx='430' cy='70' r='18'/%3E%3Ccircle cx='460' cy='100' r='12'/%3E%3Ccircle cx='410' cy='130' r='14'/%3E%3C/g%3E%3C/svg%3E") center/contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 400'%3E%3Cdefs%3E%3Cfilter id='p' x='-20%25' y='-20%25' width='140%25' height='140%25'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.05' numOctaves='4' result='noise'/%3E%3CfeDisplacementMap in='SourceGraphic' in2='noise' scale='30' xChannelSelector='R' yChannelSelector='G'/%3E%3C/filter%3E%3C/defs%3E%3Cg filter='url(%23p)' fill='%23fff'%3E%3Cpath d='M 120 320 L 220 220 L 320 150 L 420 80 L 440 110 L 340 190 L 210 280 L 150 350 Z'/%3E%3Cpath d='M 150 280 L 250 180 L 300 170 L 280 230 L 190 290 Z' opacity='0.8'/%3E%3Cpath d='M 280 140 L 360 80 L 450 60 L 420 130 L 330 180 Z' opacity='0.9'/%3E%3Cpath d='M 100 350 L 180 290 L 160 380 Z'/%3E%3Ccircle cx='130' cy='340' r='20'/%3E%3Ccircle cx='100' cy='370' r='12'/%3E%3Ccircle cx='160' cy='360' r='15'/%3E%3Ccircle cx='430' cy='70' r='18'/%3E%3Ccircle cx='460' cy='100' r='12'/%3E%3Ccircle cx='410' cy='130' r='14'/%3E%3C/g%3E%3C/svg%3E") center/contain no-repeat;opacity:.4;pointer-events:none}._personHeroCard_8fgad_11 ._photoStage_8fgad_59 ._photo_8fgad_59{position:relative;z-index:2;max-width:100%;height:128px;object-fit:contain;object-position:bottom center;transition:transform .2s ease}._personHeroCard_8fgad_11 ._photoStage_8fgad_59 ._photo_8fgad_59:hover{transform:scale(1.02)}._personHeroCard_8fgad_11 ._photoStage_8fgad_59 ._photoPlaceholder_8fgad_94{position:relative;z-index:2;display:flex;align-items:flex-end;justify-content:center;width:100%;height:128px}._personHeroCard_8fgad_11 ._identity_8fgad_103{display:flex;flex:1;flex-direction:column;align-items:flex-start;gap:.3125rem;min-width:0}._personHeroCard_8fgad_11 ._identity_8fgad_103 ._numberBadge_8fgad_111{display:inline-flex;align-items:center;justify-content:center;padding:.125rem .625rem;border-radius:999px;background-color:var(--hero-accent);color:#fff;font-family:Josefin Sans,sans-serif;font-size:.75rem;font-weight:700;animation:_numberBadgeIn_8fgad_1 .32s .12s ease both}@keyframes _numberBadgeIn_8fgad_1{0%{opacity:0;transform:scale(.7)}to{opacity:1;transform:scale(1)}}._personHeroCard_8fgad_11 ._identity_8fgad_103 ._name_8fgad_134{margin:0;font-family:Josefin Sans,sans-serif;font-size:1.875rem;font-weight:700;letter-spacing:-.5px;line-height:1.05;color:var(--text-ink)}._personHeroCard_8fgad_11 ._identity_8fgad_103 ._name_8fgad_134 ._firstName_8fgad_143{font-weight:500}._personHeroCard_8fgad_11 ._identity_8fgad_103 ._name_8fgad_134 ._lastName_8fgad_146{text-transform:uppercase}._personHeroCard_8fgad_11 ._identity_8fgad_103 ._role_8fgad_149{position:relative;padding-bottom:.3125rem;color:var(--hero-accent);font-family:Josefin Sans,sans-serif;font-size:1rem;font-weight:600}._personHeroCard_8fgad_11 ._identity_8fgad_103 ._role_8fgad_149:after{content:"";position:absolute;bottom:0;left:0;width:40px;height:3px;border-radius:999px;background-color:var(--hero-accent)}._personHeroCard_8fgad_11 ._identity_8fgad_103 ._stats_8fgad_167{display:flex;flex-wrap:wrap;align-items:center;gap:.9375rem;margin-top:.125rem}._personHeroCard_8fgad_11 ._identity_8fgad_103 ._stats_8fgad_167 ._stat_8fgad_167{display:inline-flex;align-items:center;gap:.3125rem;color:var(--text-3);font-family:Josefin Sans,sans-serif;font-size:.875rem}._personHeroCard_8fgad_11 ._identity_8fgad_103 ._stats_8fgad_167 ._stat_8fgad_167 ._statIcon_8fgad_182{display:inline-flex;align-items:center}._personHeroCard_8fgad_11 ._identity_8fgad_103 ._stats_8fgad_167 ._statDivider_8fgad_186{width:1px;height:16px;background-color:#d9d9d9}._personHeroCard_8fgad_11 ._orgsViewport_8fgad_191{position:relative;flex-shrink:0;min-width:0;max-width:calc(448px + 2.8125rem)}._personHeroCard_8fgad_11 ._orgsViewport_8fgad_191 ._orgs_8fgad_191{display:flex;gap:.9375rem;overflow-x:auto;scrollbar-width:thin;padding-bottom:.125rem}._personHeroCard_8fgad_11 ._orgsViewport_8fgad_191 ._orgs_8fgad_191 ._orgCard_8fgad_204{display:flex;flex-shrink:0;flex-direction:column;align-items:center;justify-content:center;gap:.3125rem;width:112px;height:92px;padding:.625rem;border-radius:14px;border:1px solid rgba(217,217,217,.6);background-color:var(--surface-1);box-shadow:0 2px 10px #0d03340d;transition:transform .2s ease,box-shadow .2s ease}._personHeroCard_8fgad_11 ._orgsViewport_8fgad_191 ._orgs_8fgad_191 ._orgCard_8fgad_204:hover{transform:translateY(-2px);box-shadow:0 8px 22px #0d03341a}._personHeroCard_8fgad_11 ._orgsViewport_8fgad_191 ._orgs_8fgad_191 ._orgCard_8fgad_204 ._orgLogo_8fgad_224{width:40px;height:40px;object-fit:contain}._personHeroCard_8fgad_11 ._orgsViewport_8fgad_191 ._orgs_8fgad_191 ._orgCard_8fgad_204 ._orgLogoPlaceholder_8fgad_229{width:40px;height:40px;border-radius:10px;background-color:var(--surface-2)}._personHeroCard_8fgad_11 ._orgsViewport_8fgad_191 ._orgs_8fgad_191 ._orgCard_8fgad_204 ._orgName_8fgad_235{font-family:Josefin Sans,sans-serif;font-size:.75rem;font-weight:600;color:var(--text-ink);text-align:center}._personHeroCard_8fgad_11 ._orgsViewport_8fgad_191 ._orgsScrollHint_8fgad_242{position:absolute;top:50%;right:0;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;width:24px;height:24px;padding:0;border:none;border-radius:50%;background-color:var(--surface-1);color:var(--hero-accent);box-shadow:0 2px 8px #0d033438;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease}._personHeroCard_8fgad_11 ._orgsViewport_8fgad_191 ._orgsScrollHint_8fgad_242:hover{transform:translateY(-50%) scale(1.12);box-shadow:0 4px 12px #0d03344d}._personHeroCard_8fgad_11 ._compareButton_8fgad_265{align-self:center}@media(max-width:1024px){._personHeroCard_8fgad_11{flex-wrap:wrap}._personHeroCard_8fgad_11 ._orgsViewport_8fgad_191{order:1;width:100%;max-width:100%}}@media(max-width:768px){._personHeroCard_8fgad_11{gap:.9375rem;min-height:96px;padding:0 .9375rem}._personHeroCard_8fgad_11 ._favoriteButton_8fgad_36{width:36px;height:36px}._personHeroCard_8fgad_11 ._favoriteButton_8fgad_36 svg{width:18px;height:18px}._personHeroCard_8fgad_11 ._photoStage_8fgad_59{width:88px}._personHeroCard_8fgad_11 ._photoStage_8fgad_59 ._photoBackdrop_8fgad_68{width:150px;height:136px}._personHeroCard_8fgad_11 ._photoStage_8fgad_59 ._photo_8fgad_59,._personHeroCard_8fgad_11 ._photoStage_8fgad_59 ._photoPlaceholder_8fgad_94{height:84px}._personHeroCard_8fgad_11 ._identity_8fgad_103{gap:.125rem}._personHeroCard_8fgad_11 ._identity_8fgad_103 ._numberBadge_8fgad_111{font-size:.6875rem}._personHeroCard_8fgad_11 ._identity_8fgad_103 ._name_8fgad_134{font-size:1.125rem}._personHeroCard_8fgad_11 ._identity_8fgad_103 ._role_8fgad_149{font-size:.75rem}._personHeroCard_8fgad_11 ._identity_8fgad_103 ._stats_8fgad_167{gap:.3125rem}._personHeroCard_8fgad_11 ._identity_8fgad_103 ._stats_8fgad_167 ._stat_8fgad_167{font-size:.6875rem}._personHeroCard_8fgad_11 ._orgsViewport_8fgad_191{max-width:100%}._personHeroCard_8fgad_11 ._orgsViewport_8fgad_191 ._orgs_8fgad_191{flex-wrap:wrap;gap:.3125rem}._personHeroCard_8fgad_11 ._orgsViewport_8fgad_191 ._orgs_8fgad_191 ._orgCard_8fgad_204{width:76px;height:68px;padding:.3125rem}._personHeroCard_8fgad_11 ._orgsViewport_8fgad_191 ._orgs_8fgad_191 ._orgCard_8fgad_204 ._orgLogo_8fgad_224,._personHeroCard_8fgad_11 ._orgsViewport_8fgad_191 ._orgs_8fgad_191 ._orgCard_8fgad_204 ._orgLogoPlaceholder_8fgad_229{width:28px;height:28px}._personHeroCard_8fgad_11 ._orgsViewport_8fgad_191 ._orgs_8fgad_191 ._orgCard_8fgad_204 ._orgName_8fgad_235{font-size:.625rem}._personHeroCard_8fgad_11 ._orgsViewport_8fgad_191 ._orgsScrollHint_8fgad_242{display:none}._personHeroCard_8fgad_11 ._compareButton_8fgad_265{width:100%}}._storyBackdrop_8fgad_349{padding:1.5625rem;background:var(--surface-2)}@font-face{font-family:Josefin Sans;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/josefinsans/v32/Qw3PZQNVED7rKGKxtqIqX5E-AVSJrOCfjY46_DjQbMZhLybpUVzEEQ.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}._widgetPlayerProfileHeader_yog9a_11{width:100%}._widgetPlayerProfileHeader_yog9a_11 ._heroCard_yog9a_14,._widgetPlayerProfileHeader_yog9a_11 ._heroSurface_yog9a_17{border-radius:0}._widgetPlayerProfileHeader_yog9a_11 ._photoPlaceholder_yog9a_20{width:80%;opacity:.6}._widgetPlayerProfileHeader_yog9a_11 ._playerRightSection_yog9a_24{display:flex;flex-shrink:0;align-items:center;gap:.9375rem}._widgetPlayerProfileHeader_yog9a_11 ._teamsViewport_yog9a_30{position:relative;flex-shrink:0;min-width:0;max-width:calc(336px + 1.875rem)}._widgetPlayerProfileHeader_yog9a_11 ._teamsViewport_yog9a_30 ._teamsScroller_yog9a_36{display:flex;gap:.9375rem;overflow-x:auto;scrollbar-width:thin;padding-bottom:.125rem}._widgetPlayerProfileHeader_yog9a_11 ._teamsViewport_yog9a_30 ._teamsScrollHint_yog9a_43{position:absolute;top:50%;right:0;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;width:24px;height:24px;padding:0;border:none;border-radius:50%;background-color:var(--surface-1);color:var(--hero-accent, #2f6bff);box-shadow:0 2px 8px #0d033438;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease}._widgetPlayerProfileHeader_yog9a_11 ._teamsViewport_yog9a_30 ._teamsScrollHint_yog9a_43:hover{transform:translateY(-50%) scale(1.12);box-shadow:0 4px 12px #0d03344d}._widgetPlayerProfileHeader_yog9a_11 ._teamCard_yog9a_66{display:flex;flex-shrink:0;flex-direction:column;align-items:center;justify-content:center;gap:.3125rem;width:112px;height:92px;padding:.625rem;border-radius:14px;border:1px solid rgba(217,217,217,.6);background-color:var(--surface-1);box-shadow:0 2px 10px #0d03340d;transition:transform .2s ease,box-shadow .2s ease}._widgetPlayerProfileHeader_yog9a_11 ._teamCard_yog9a_66:hover{transform:translateY(-2px);box-shadow:0 8px 22px #0d03341a}._widgetPlayerProfileHeader_yog9a_11 ._teamCard_yog9a_66 ._teamLogo_yog9a_86{width:40px;height:40px;object-fit:contain}._widgetPlayerProfileHeader_yog9a_11 ._teamCard_yog9a_66 ._teamLogoPlaceholder_yog9a_91{width:40px;height:40px;border-radius:10px;background-color:var(--surface-2)}._widgetPlayerProfileHeader_yog9a_11 ._teamCard_yog9a_66 ._teamName_yog9a_97{font-family:Josefin Sans,sans-serif;font-size:.75rem;font-weight:600;color:var(--text-ink);text-align:center}._widgetPlayerProfileHeader_yog9a_11 ._compareButton_yog9a_104{display:flex;flex-shrink:0;flex-direction:column;align-items:center;justify-content:center;gap:.125rem;width:100px;height:72px;border:none;border-radius:14px;background:linear-gradient(135deg,#7c3aed,#2f6bff);color:#fff;cursor:pointer;box-shadow:0 6px 18px #2f6bff59;transition:transform .2s ease,box-shadow .2s ease,filter .2s ease}._widgetPlayerProfileHeader_yog9a_11 ._compareButton_yog9a_104:hover{transform:translateY(-2px);filter:brightness(1.06);box-shadow:0 12px 26px #2f6bff73}._widgetPlayerProfileHeader_yog9a_11 ._compareButton_yog9a_104 ._compareTitle_yog9a_126{font-family:Josefin Sans,sans-serif;font-size:1.125rem;font-weight:700;letter-spacing:.5px}._widgetPlayerProfileHeader_yog9a_11 ._compareButton_yog9a_104 ._compareLabel_yog9a_132{font-family:Josefin Sans,sans-serif;font-size:.6875rem;font-weight:500}@media(max-width:1024px){._widgetPlayerProfileHeader_yog9a_11 ._playerRightSection_yog9a_24{order:1;width:100%;justify-content:flex-start}._widgetPlayerProfileHeader_yog9a_11 ._teamsViewport_yog9a_30{max-width:none;flex:1;min-width:0}}@media(max-width:768px){._widgetPlayerProfileHeader_yog9a_11 ._playerRightSection_yog9a_24{gap:.3125rem}._widgetPlayerProfileHeader_yog9a_11 ._teamsViewport_yog9a_30 ._teamsScroller_yog9a_36{flex-wrap:wrap;gap:.3125rem}._widgetPlayerProfileHeader_yog9a_11 ._teamsViewport_yog9a_30 ._teamsScrollHint_yog9a_43{display:none}._widgetPlayerProfileHeader_yog9a_11 ._teamCard_yog9a_66{width:76px;height:68px;padding:.3125rem}._widgetPlayerProfileHeader_yog9a_11 ._teamCard_yog9a_66 ._teamLogo_yog9a_86,._widgetPlayerProfileHeader_yog9a_11 ._teamCard_yog9a_66 ._teamLogoPlaceholder_yog9a_91{width:28px;height:28px}._widgetPlayerProfileHeader_yog9a_11 ._teamCard_yog9a_66 ._teamName_yog9a_97{font-size:.625rem}._widgetPlayerProfileHeader_yog9a_11 ._compareButton_yog9a_104{width:72px;height:68px}._widgetPlayerProfileHeader_yog9a_11 ._compareButton_yog9a_104 ._compareTitle_yog9a_126{font-size:1rem}._widgetPlayerProfileHeader_yog9a_11 ._compareButton_yog9a_104 ._compareLabel_yog9a_132{font-size:.625rem}}@font-face{font-family:Josefin Sans;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/josefinsans/v32/Qw3PZQNVED7rKGKxtqIqX5E-AVSJrOCfjY46_DjQbMZhLybpUVzEEQ.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}._widgetPlayerProfileFilters_1lhv6_11{width:100%;padding:.9375rem}._widgetPlayerProfileFilters_1lhv6_11 ._toggleGroup_1lhv6_15{display:flex;flex-wrap:wrap;gap:.3125rem}._widgetPlayerProfileFilters_1lhv6_11 ._toggleGroup_1lhv6_15 ._toggleButton_1lhv6_20{padding:.3125rem .625rem;border:1px solid var(--border-1);border-radius:999px;background-color:var(--surface-1);color:var(--text-2);font-size:.75rem;font-weight:600;cursor:pointer;transition:all .2s ease-in-out}._widgetPlayerProfileFilters_1lhv6_11 ._toggleGroup_1lhv6_15 ._toggleButton_1lhv6_20:hover{border-color:var(--surface-brand)}._widgetPlayerProfileFilters_1lhv6_11 ._toggleGroup_1lhv6_15 ._toggleButton_1lhv6_20._selected_1lhv6_34{border-color:var(--surface-brand);background-color:var(--surface-brand);color:#fff}._widgetPlayerProfileFilters_1lhv6_11 ._filterControls_1lhv6_39{display:grid;grid-template-columns:repeat(3,1fr);align-items:end;gap:.9375rem;padding:.9375rem}@media(max-width:768px){._widgetPlayerProfileFilters_1lhv6_11 ._filterControls_1lhv6_39{grid-template-columns:1fr}}._widgetPlayerProfileFilters_1lhv6_11 ._filterControls_1lhv6_39 ._field_1lhv6_51{display:flex;flex-direction:column;gap:.125rem}._widgetPlayerProfileFilters_1lhv6_11 ._filterControls_1lhv6_39 ._field_1lhv6_51 ._fieldLabel_1lhv6_56{font-family:Josefin Sans,sans-serif;font-size:.6875rem;font-weight:600;color:var(--label-color, var(--text-2));text-transform:uppercase;letter-spacing:.5px}._widgetPlayerProfileFilters_1lhv6_11 ._filterControls_1lhv6_39 ._field_1lhv6_51 ._dateInput_1lhv6_64{padding:.3125rem .625rem;border:1px solid var(--border-1);border-radius:8px;background-color:var(--surface-1);font-size:.75rem;color:var(--text-strong)}._widgetPlayerProfileFilters_1lhv6_11 ._filterControls_1lhv6_39 ._resetRow_1lhv6_72{display:flex;justify-content:flex-end;grid-column:1/-1}._widgetPlayerProfileFilters_1lhv6_11 ._filterControls_1lhv6_39 ._resetRow_1lhv6_72 ._resetButton_1lhv6_77{border:none;border-radius:8px;background:none;padding:.3125rem .625rem;color:var(--text-2);font-size:.75rem;cursor:pointer;transition:all .2s ease-in-out}._widgetPlayerProfileFilters_1lhv6_11 ._filterControls_1lhv6_39 ._resetRow_1lhv6_72 ._resetButton_1lhv6_77:hover{background-color:#0d033414;color:var(--text-strong)}._widgetPlayerProfileFilters_1lhv6_11 ._selectionRecap_1lhv6_91{display:flex;flex-direction:column;gap:.9375rem;padding:0 .9375rem .9375rem}._widgetPlayerProfileFilters_1lhv6_11 ._selectionRecap_1lhv6_91 ._recapLabel_1lhv6_97{display:block;margin-bottom:.3125rem;font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.02em;color:var(--text-3)}._widgetPlayerProfileFilters_1lhv6_11 ._selectionRecap_1lhv6_91 ._emptyRecap_1lhv6_106{font-size:.75rem;color:var(--text-3)}._widgetPlayerProfileFilters_1lhv6_11 ._selectionRecap_1lhv6_91 ._seasons_1lhv6_110{display:flex;flex-direction:column}._widgetPlayerProfileFilters_1lhv6_11 ._selectionRecap_1lhv6_91 ._matches_1lhv6_114 ._matchesToggle_1lhv6_114{display:inline-flex;align-items:center;gap:.3125rem;margin-bottom:.3125rem;border:none;background:none;padding:0;font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.02em;color:var(--text-3);cursor:pointer}._widgetPlayerProfileFilters_1lhv6_11 ._selectionRecap_1lhv6_91 ._matches_1lhv6_114 ._matchesToggle_1lhv6_114:disabled{cursor:default;opacity:.6}._widgetPlayerProfileFilters_1lhv6_11 ._selectionRecap_1lhv6_91 ._matches_1lhv6_114 ._matchesToggle_1lhv6_114 ._matchesToggleChevron_1lhv6_133{display:inline-block;transition:transform .2s ease-in-out}._widgetPlayerProfileFilters_1lhv6_11 ._selectionRecap_1lhv6_91 ._matches_1lhv6_114 ._matchesToggle_1lhv6_114 ._matchesToggleChevron_1lhv6_133[data-open=true]{transform:rotate(90deg)}._widgetPlayerProfileFilters_1lhv6_11 ._selectionRecap_1lhv6_91 ._matches_1lhv6_114 ._matchList_1lhv6_140{display:grid;grid-template-columns:repeat(4,1fr);gap:.3125rem;max-height:18rem;overflow-y:auto;margin:0;padding:0;list-style:none}@media(max-width:1280px){._widgetPlayerProfileFilters_1lhv6_11 ._selectionRecap_1lhv6_91 ._matches_1lhv6_114 ._matchList_1lhv6_140{grid-template-columns:repeat(3,1fr)}}@media(max-width:1024px){._widgetPlayerProfileFilters_1lhv6_11 ._selectionRecap_1lhv6_91 ._matches_1lhv6_114 ._matchList_1lhv6_140{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){._widgetPlayerProfileFilters_1lhv6_11 ._selectionRecap_1lhv6_91 ._matches_1lhv6_114 ._matchList_1lhv6_140{grid-template-columns:1fr}}._widgetPlayerProfileFilters_1lhv6_11 ._selectionRecap_1lhv6_91 ._matches_1lhv6_114 ._matchList_1lhv6_140 ._matchItem_1lhv6_165{display:flex;flex-direction:column;gap:.125rem;width:100%;height:100%;padding:.3125rem .625rem;border:1px solid transparent;border-radius:8px;background-color:#0d03340a;font-size:.6875rem;text-align:left;cursor:pointer;transition:all .2s ease-in-out}._widgetPlayerProfileFilters_1lhv6_11 ._selectionRecap_1lhv6_91 ._matches_1lhv6_114 ._matchList_1lhv6_140 ._matchItem_1lhv6_165 ._matchDate_1lhv6_180{color:var(--text-2);font-variant-numeric:tabular-nums}._widgetPlayerProfileFilters_1lhv6_11 ._selectionRecap_1lhv6_91 ._matches_1lhv6_114 ._matchList_1lhv6_140 ._matchItem_1lhv6_165 ._matchTeams_1lhv6_184{color:var(--text-strong);font-weight:600}._widgetPlayerProfileFilters_1lhv6_11 ._selectionRecap_1lhv6_91 ._matches_1lhv6_114 ._matchList_1lhv6_140 ._matchItem_1lhv6_165 ._matchCompetition_1lhv6_188{color:var(--text-3);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._widgetPlayerProfileFilters_1lhv6_11 ._selectionRecap_1lhv6_91 ._matches_1lhv6_114 ._matchList_1lhv6_140 ._matchItem_1lhv6_165._selected_1lhv6_34{background-color:var(--surface-brand)}._widgetPlayerProfileFilters_1lhv6_11 ._selectionRecap_1lhv6_91 ._matches_1lhv6_114 ._matchList_1lhv6_140 ._matchItem_1lhv6_165._selected_1lhv6_34 ._matchDate_1lhv6_180,._widgetPlayerProfileFilters_1lhv6_11 ._selectionRecap_1lhv6_91 ._matches_1lhv6_114 ._matchList_1lhv6_140 ._matchItem_1lhv6_165._selected_1lhv6_34 ._matchTeams_1lhv6_184,._widgetPlayerProfileFilters_1lhv6_11 ._selectionRecap_1lhv6_91 ._matches_1lhv6_114 ._matchList_1lhv6_140 ._matchItem_1lhv6_165._selected_1lhv6_34 ._matchCompetition_1lhv6_188{color:#fff}._pagePlayer_1ln4s_1{width:100%}._refereeLayout_1m96g_3{min-height:calc(100vh - var(--navbar-height, 60px))}._refereeLayout_1m96g_3 ._sidebar_1m96g_6{position:fixed;top:var(--navbar-height, 60px);left:0;width:var(--sidebar-width, 250px);height:calc(100vh - var(--navbar-height, 60px));z-index:50;transition:width .3s ease}._refereeLayout_1m96g_3 ._content_1m96g_15{margin-left:var(--sidebar-width, 250px);overflow-x:hidden;transition:margin-left .3s ease}@font-face{font-family:Josefin Sans;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/josefinsans/v32/Qw3PZQNVED7rKGKxtqIqX5E-AVSJrOCfjY46_DjQbMZhLybpUVzEEQ.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}._widgetRefereeProfileFilters_1qv7a_11{width:100%;padding:.9375rem}._widgetRefereeProfileFilters_1qv7a_11 ._content_1qv7a_15{display:grid;grid-template-columns:repeat(3,1fr);align-items:end;gap:.9375rem;padding:.9375rem}@media(max-width:768px){._widgetRefereeProfileFilters_1qv7a_11 ._content_1qv7a_15{grid-template-columns:1fr}}._widgetRefereeProfileFilters_1qv7a_11 ._content_1qv7a_15 ._field_1qv7a_27{display:flex;flex-direction:column;gap:.125rem}._widgetRefereeProfileFilters_1qv7a_11 ._content_1qv7a_15 ._field_1qv7a_27 ._fieldLabel_1qv7a_32{font-family:Josefin Sans,sans-serif;font-size:.6875rem;font-weight:600;color:var(--label-color, var(--text-2));text-transform:uppercase;letter-spacing:.5px}._widgetRefereeProfileFilters_1qv7a_11 ._content_1qv7a_15 ._field_1qv7a_27 ._dateInput_1qv7a_40{padding:.3125rem .625rem;border:1px solid var(--border-1);border-radius:8px;background-color:var(--surface-1);font-size:.75rem;color:var(--text-strong)}._widgetRefereeProfileFilters_1qv7a_11 ._content_1qv7a_15 ._resetRow_1qv7a_48{display:flex;justify-content:flex-end;grid-column:1/-1}._widgetRefereeProfileFilters_1qv7a_11 ._content_1qv7a_15 ._resetRow_1qv7a_48 ._resetButton_1qv7a_53{border:none;border-radius:8px;background:none;padding:.3125rem .625rem;color:var(--text-2);font-size:.75rem;cursor:pointer;transition:all .2s ease-in-out}._widgetRefereeProfileFilters_1qv7a_11 ._content_1qv7a_15 ._resetRow_1qv7a_48 ._resetButton_1qv7a_53:hover{background-color:#0d033414;color:var(--text-strong)}._widgetRefereeProfileFilters_1qv7a_11 ._selectionRecap_1qv7a_67{display:flex;flex-direction:column;gap:.9375rem;padding:0 .9375rem .9375rem}._widgetRefereeProfileFilters_1qv7a_11 ._selectionRecap_1qv7a_67 ._recapLabel_1qv7a_73{display:block;margin-bottom:.3125rem;font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.02em;color:var(--text-3)}._widgetRefereeProfileFilters_1qv7a_11 ._selectionRecap_1qv7a_67 ._emptyRecap_1qv7a_82{font-size:.75rem;color:var(--text-3)}._widgetRefereeProfileFilters_1qv7a_11 ._selectionRecap_1qv7a_67 ._seasons_1qv7a_86 ._seasonsHint_1qv7a_86{display:block;margin-bottom:.3125rem;font-size:.6875rem;color:var(--text-3)}._widgetRefereeProfileFilters_1qv7a_11 ._selectionRecap_1qv7a_67 ._seasons_1qv7a_86 ._seasonTags_1qv7a_92{display:flex;flex-wrap:wrap;gap:.3125rem}._widgetRefereeProfileFilters_1qv7a_11 ._selectionRecap_1qv7a_67 ._seasons_1qv7a_86 ._seasonTags_1qv7a_92 ._seasonTag_1qv7a_92{padding:.125rem .625rem;border:1px solid rgba(13,3,52,.16);border-radius:999px;background:none;color:var(--text-3);font-size:.75rem;font-weight:600;cursor:pointer;transition:all .2s ease-in-out;text-decoration:line-through}._widgetRefereeProfileFilters_1qv7a_11 ._selectionRecap_1qv7a_67 ._seasons_1qv7a_86 ._seasonTags_1qv7a_92 ._seasonTag_1qv7a_92._selected_1qv7a_109{background-color:var(--surface-brand);border-color:var(--surface-brand);color:#fff;text-decoration:none}._widgetRefereeProfileFilters_1qv7a_11 ._selectionRecap_1qv7a_67 ._matches_1qv7a_115 ._matchesToggle_1qv7a_115{display:inline-flex;align-items:center;gap:.3125rem;margin-bottom:.3125rem;border:none;background:none;padding:0;font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.02em;color:var(--text-3);cursor:pointer}._widgetRefereeProfileFilters_1qv7a_11 ._selectionRecap_1qv7a_67 ._matches_1qv7a_115 ._matchesToggle_1qv7a_115:disabled{cursor:default;opacity:.6}._widgetRefereeProfileFilters_1qv7a_11 ._selectionRecap_1qv7a_67 ._matches_1qv7a_115 ._matchesToggle_1qv7a_115 ._matchesToggleChevron_1qv7a_134{display:inline-block;transition:transform .2s ease-in-out}._widgetRefereeProfileFilters_1qv7a_11 ._selectionRecap_1qv7a_67 ._matches_1qv7a_115 ._matchesToggle_1qv7a_115 ._matchesToggleChevron_1qv7a_134[data-open=true]{transform:rotate(90deg)}._widgetRefereeProfileFilters_1qv7a_11 ._selectionRecap_1qv7a_67 ._matches_1qv7a_115 ._matchList_1qv7a_141{display:grid;grid-template-columns:repeat(4,1fr);gap:.3125rem;max-height:18rem;overflow-y:auto;margin:0;padding:0;list-style:none}@media(max-width:1280px){._widgetRefereeProfileFilters_1qv7a_11 ._selectionRecap_1qv7a_67 ._matches_1qv7a_115 ._matchList_1qv7a_141{grid-template-columns:repeat(3,1fr)}}@media(max-width:1024px){._widgetRefereeProfileFilters_1qv7a_11 ._selectionRecap_1qv7a_67 ._matches_1qv7a_115 ._matchList_1qv7a_141{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){._widgetRefereeProfileFilters_1qv7a_11 ._selectionRecap_1qv7a_67 ._matches_1qv7a_115 ._matchList_1qv7a_141{grid-template-columns:1fr}}._widgetRefereeProfileFilters_1qv7a_11 ._selectionRecap_1qv7a_67 ._matches_1qv7a_115 ._matchList_1qv7a_141 ._matchItem_1qv7a_166{display:flex;flex-direction:column;gap:.125rem;width:100%;height:100%;padding:.3125rem .625rem;border:1px solid transparent;border-radius:8px;background-color:#0d03340a;font-size:.6875rem;text-align:left;cursor:pointer;transition:all .2s ease-in-out}._widgetRefereeProfileFilters_1qv7a_11 ._selectionRecap_1qv7a_67 ._matches_1qv7a_115 ._matchList_1qv7a_141 ._matchItem_1qv7a_166 ._matchDate_1qv7a_181{color:var(--text-2);font-variant-numeric:tabular-nums}._widgetRefereeProfileFilters_1qv7a_11 ._selectionRecap_1qv7a_67 ._matches_1qv7a_115 ._matchList_1qv7a_141 ._matchItem_1qv7a_166 ._matchTeams_1qv7a_185{color:var(--text-strong);font-weight:600}._widgetRefereeProfileFilters_1qv7a_11 ._selectionRecap_1qv7a_67 ._matches_1qv7a_115 ._matchList_1qv7a_141 ._matchItem_1qv7a_166 ._matchCompetition_1qv7a_189{color:var(--text-3);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._widgetRefereeProfileFilters_1qv7a_11 ._selectionRecap_1qv7a_67 ._matches_1qv7a_115 ._matchList_1qv7a_141 ._matchItem_1qv7a_166._selected_1qv7a_109{background-color:var(--surface-brand)}._widgetRefereeProfileFilters_1qv7a_11 ._selectionRecap_1qv7a_67 ._matches_1qv7a_115 ._matchList_1qv7a_141 ._matchItem_1qv7a_166._selected_1qv7a_109 ._matchDate_1qv7a_181,._widgetRefereeProfileFilters_1qv7a_11 ._selectionRecap_1qv7a_67 ._matches_1qv7a_115 ._matchList_1qv7a_141 ._matchItem_1qv7a_166._selected_1qv7a_109 ._matchTeams_1qv7a_185,._widgetRefereeProfileFilters_1qv7a_11 ._selectionRecap_1qv7a_67 ._matches_1qv7a_115 ._matchList_1qv7a_141 ._matchItem_1qv7a_166._selected_1qv7a_109 ._matchCompetition_1qv7a_189{color:#fff}._widgetRefereeProfileHeader_gj99g_1{width:100%}._widgetRefereeProfileHeader_gj99g_1 ._heroCard_gj99g_4,._widgetRefereeProfileHeader_gj99g_1 ._heroSurface_gj99g_7{border-radius:0}._widgetRefereeProfileHeader_gj99g_1 ._photoPlaceholder_gj99g_10{width:80%;opacity:.6}@font-face{font-family:Josefin Sans;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/josefinsans/v32/Qw3PZQNVED7rKGKxtqIqX5E-AVSJrOCfjY46_DjQbMZhLybpUVzEEQ.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}._refereeBarChartCard_vwwhf_11{height:100%;width:100%}._refereeBarChartCard_vwwhf_11 ._chart_vwwhf_15{padding:.9375rem}._refereeBarChartCard_vwwhf_11 ._emptyMessage_vwwhf_18{padding:.9375rem;text-align:center;font-family:Josefin Sans,sans-serif;font-size:.75rem;color:var(--text-2)}._widgetRefereeByTeamCards_gieep_5,._widgetRefereeByTeamPenalties_v3ird_5{height:100%;width:100%}@font-face{font-family:Josefin Sans;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/josefinsans/v32/Qw3PZQNVED7rKGKxtqIqX5E-AVSJrOCfjY46_DjQbMZhLybpUVzEEQ.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}._widgetRefereeByTeamTable_8j2ty_11{height:100%;width:100%}._widgetRefereeByTeamTable_8j2ty_11 ._teamCell_8j2ty_15{display:flex;align-items:center;gap:.625rem}._widgetRefereeByTeamTable_8j2ty_11 ._teamCell_8j2ty_15 ._teamLogo_8j2ty_20{width:24px;height:24px;object-fit:contain;flex-shrink:0}._widgetRefereeByTeamTable_8j2ty_11 ._teamCell_8j2ty_15 ._teamName_8j2ty_26{white-space:nowrap}@media(max-width:768px){._widgetRefereeByTeamTable_8j2ty_11 ._teamCell_8j2ty_15 ._teamName_8j2ty_26{white-space:normal;word-break:break-word;max-width:100px}}._widgetRefereeByTeamTable_8j2ty_11 ._emptyMessage_8j2ty_36{padding:.9375rem;text-align:center;font-family:Josefin Sans,sans-serif;font-size:.75rem;color:var(--text-2)}._pageRefereeByTeam_dgez3_3{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem}._widgetRefereeCardsByInfraction_11qxo_5,._widgetRefereeCardsKpis_1wwab_3{height:100%;width:100%}._widgetRefereeCardsKpis_1wwab_3 ._tiles_1wwab_7{display:grid;grid-template-columns:repeat(4,1fr);gap:.625rem;padding:.9375rem}@media(max-width:1024px){._widgetRefereeCardsKpis_1wwab_3 ._tiles_1wwab_7{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){._widgetRefereeCardsKpis_1wwab_3 ._tiles_1wwab_7{grid-template-columns:1fr}}._widgetRefereeCardsKpis_1wwab_3 ._tiles_1wwab_7 ._cardTile_1wwab_23{display:flex;align-items:center;gap:.3125rem}._widgetRefereeCardsKpis_1wwab_3 ._tiles_1wwab_7 ._cardTile_1wwab_23 ._cardColorBadge_1wwab_28{flex-shrink:0;width:16px;height:24px;border-radius:3px}._widgetRefereeCardsKpis_1wwab_3 ._tiles_1wwab_7 ._cardTile_1wwab_23 ._cardColorBadge_1wwab_28._yellow_1wwab_34{background-color:gold}._widgetRefereeCardsKpis_1wwab_3 ._tiles_1wwab_7 ._cardTile_1wwab_23 ._cardColorBadge_1wwab_28._orange_1wwab_37{background-color:#f60}._widgetRefereeCardsKpis_1wwab_3 ._tiles_1wwab_7 ._cardTile_1wwab_23 ._cardColorBadge_1wwab_28._red_1wwab_40{background-color:#e30613}._widgetRefereeCardsKpis_1wwab_3 ._tiles_1wwab_7 ._cardTile_1wwab_23 ._cardColorKpi_1wwab_43{flex:1}@font-face{font-family:Josefin Sans;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/josefinsans/v32/Qw3PZQNVED7rKGKxtqIqX5E-AVSJrOCfjY46_DjQbMZhLybpUVzEEQ.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}._widgetRefereeCardsTimeline_sgji5_18{height:100%;width:100%}._widgetRefereeCardsTimeline_sgji5_18 ._timeline_sgji5_22{padding:.9375rem}._widgetRefereeCardsTimeline_sgji5_18 ._emptyMessage_sgji5_25{padding:.9375rem;text-align:center;font-family:Josefin Sans,sans-serif;font-size:.75rem;color:var(--text-2)}._pageRefereeCards_u9hmk_3{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem}._widgetRefereeFreeKicksField_l2cj2_10,._widgetRefereeFreeKicksByType_uif6i_1,._refereeMotiveFieldCard_xn26l_3{height:100%;width:100%}._refereeMotiveFieldCard_xn26l_3 ._content_xn26l_7{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem}._refereeMotiveFieldCard_xn26l_3 ._content_xn26l_7 ._fieldChart_xn26l_13 circle:not([fill=transparent]){r:.7}._pageRefereeFreeKicks_171fk_3{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem}@font-face{font-family:Josefin Sans;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/josefinsans/v32/Qw3PZQNVED7rKGKxtqIqX5E-AVSJrOCfjY46_DjQbMZhLybpUVzEEQ.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}._widgetRefereeMatchesGrid_yapnz_11{height:100%;width:100%}._widgetRefereeMatchesGrid_yapnz_11 ._matchList_yapnz_15{display:flex;flex-direction:column;gap:.3125rem;padding:.9375rem;margin:0;list-style:none;font-family:Josefin Sans,sans-serif}@media(max-width:768px){._widgetRefereeMatchesGrid_yapnz_11 ._matchList_yapnz_15{padding:.3125rem;gap:.125rem}}._widgetRefereeMatchesGrid_yapnz_11 ._matchList_yapnz_15 ._match_yapnz_15{border:1px solid var(--border-1);border-radius:.3125rem;overflow:hidden}._widgetRefereeMatchesGrid_yapnz_11 ._matchList_yapnz_15 ._match_yapnz_15 ._matchSummary_yapnz_35{display:flex;align-items:center;gap:.625rem;width:100%;padding:.625rem;background:var(--surface-1);border:none;cursor:pointer;text-align:left}@media(max-width:1024px){._widgetRefereeMatchesGrid_yapnz_11 ._matchList_yapnz_15 ._match_yapnz_15 ._matchSummary_yapnz_35{gap:.3125rem}}@media(max-width:768px){._widgetRefereeMatchesGrid_yapnz_11 ._matchList_yapnz_15 ._match_yapnz_15 ._matchSummary_yapnz_35{flex-wrap:wrap;gap:.125rem;padding:.3125rem}}._widgetRefereeMatchesGrid_yapnz_11 ._matchList_yapnz_15 ._match_yapnz_15 ._matchSummary_yapnz_35:hover,._widgetRefereeMatchesGrid_yapnz_11 ._matchList_yapnz_15 ._match_yapnz_15 ._matchSummary_yapnz_35._expanded_yapnz_61{background:var(--surface-2)}._widgetRefereeMatchesGrid_yapnz_11 ._matchList_yapnz_15 ._match_yapnz_15 ._matchSummary_yapnz_35._expanded_yapnz_61 ._chevron_yapnz_64{transform:rotate(90deg)}._widgetRefereeMatchesGrid_yapnz_11 ._matchList_yapnz_15 ._match_yapnz_15 ._matchSummary_yapnz_35 ._matchDate_yapnz_67{flex:0 0 auto;font-size:.6875rem;color:var(--text-3);min-width:64px}@media(max-width:768px){._widgetRefereeMatchesGrid_yapnz_11 ._matchList_yapnz_15 ._match_yapnz_15 ._matchSummary_yapnz_35 ._matchDate_yapnz_67{font-size:.625rem;min-width:0}}._widgetRefereeMatchesGrid_yapnz_11 ._matchList_yapnz_15 ._match_yapnz_15 ._matchSummary_yapnz_35 ._teams_yapnz_79{display:flex;align-items:center;gap:.3125rem;flex:1 1 auto}@media(max-width:768px){._widgetRefereeMatchesGrid_yapnz_11 ._matchList_yapnz_15 ._match_yapnz_15 ._matchSummary_yapnz_35 ._teams_yapnz_79{order:3;flex:1 1 100%;gap:.125rem}}._widgetRefereeMatchesGrid_yapnz_11 ._matchList_yapnz_15 ._match_yapnz_15 ._matchSummary_yapnz_35 ._teams_yapnz_79 ._team_yapnz_79{display:flex;align-items:center;gap:.125rem;flex:1 1 0;min-width:0}._widgetRefereeMatchesGrid_yapnz_11 ._matchList_yapnz_15 ._match_yapnz_15 ._matchSummary_yapnz_35 ._teams_yapnz_79 ._team_yapnz_79:last-child{justify-content:flex-end}._widgetRefereeMatchesGrid_yapnz_11 ._matchList_yapnz_15 ._match_yapnz_15 ._matchSummary_yapnz_35 ._teams_yapnz_79 ._team_yapnz_79 ._teamLogo_yapnz_102{width:24px;height:24px;object-fit:contain}@media(max-width:768px){._widgetRefereeMatchesGrid_yapnz_11 ._matchList_yapnz_15 ._match_yapnz_15 ._matchSummary_yapnz_35 ._teams_yapnz_79 ._team_yapnz_79 ._teamLogo_yapnz_102{width:20px;height:20px}}._widgetRefereeMatchesGrid_yapnz_11 ._matchList_yapnz_15 ._match_yapnz_15 ._matchSummary_yapnz_35 ._teams_yapnz_79 ._team_yapnz_79 ._teamName_yapnz_113{font-size:.75rem;color:var(--text-2);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(max-width:768px){._widgetRefereeMatchesGrid_yapnz_11 ._matchList_yapnz_15 ._match_yapnz_15 ._matchSummary_yapnz_35 ._teams_yapnz_79 ._team_yapnz_79 ._teamName_yapnz_113{font-size:.6875rem}}._widgetRefereeMatchesGrid_yapnz_11 ._matchList_yapnz_15 ._match_yapnz_15 ._matchSummary_yapnz_35 ._teams_yapnz_79 ._score_yapnz_125{flex:0 0 auto;font-size:.75rem;font-weight:700;color:var(--text-strong)}._widgetRefereeMatchesGrid_yapnz_11 ._matchList_yapnz_15 ._match_yapnz_15 ._matchSummary_yapnz_35 ._disciplinePreview_yapnz_131{display:flex;align-items:center;gap:.125rem;flex:0 0 auto}@media(max-width:768px){._widgetRefereeMatchesGrid_yapnz_11 ._matchList_yapnz_15 ._match_yapnz_15 ._matchSummary_yapnz_35 ._disciplinePreview_yapnz_131{flex:1 1 auto;justify-content:flex-end}}._widgetRefereeMatchesGrid_yapnz_11 ._matchList_yapnz_15 ._match_yapnz_15 ._matchSummary_yapnz_35 ._disciplinePreview_yapnz_131 ._penaltiesBadge_yapnz_143,._widgetRefereeMatchesGrid_yapnz_11 ._matchList_yapnz_15 ._match_yapnz_15 ._matchSummary_yapnz_35 ._disciplinePreview_yapnz_131 ._cardsBadge_yapnz_144{padding:.125rem .3125rem;border-radius:.125rem;font-size:.625rem;white-space:nowrap}._widgetRefereeMatchesGrid_yapnz_11 ._matchList_yapnz_15 ._match_yapnz_15 ._matchSummary_yapnz_35 ._disciplinePreview_yapnz_131 ._penaltiesBadge_yapnz_143{background:var(--surface-2);color:var(--text-2);border:1px solid var(--border-1)}._widgetRefereeMatchesGrid_yapnz_11 ._matchList_yapnz_15 ._match_yapnz_15 ._matchSummary_yapnz_35 ._disciplinePreview_yapnz_131 ._cardsBadge_yapnz_144{background:#f60;color:#fff}._widgetRefereeMatchesGrid_yapnz_11 ._matchList_yapnz_15 ._match_yapnz_15 ._matchSummary_yapnz_35 ._chevron_yapnz_64{flex:0 0 auto;width:16px;height:16px;transition:transform .15s ease}._widgetRefereeMatchesGrid_yapnz_11 ._matchList_yapnz_15 ._match_yapnz_15 ._matchDetail_yapnz_165{display:flex;flex-direction:column;gap:.625rem;padding:.625rem;border-top:1px solid var(--border-1)}@media(max-width:768px){._widgetRefereeMatchesGrid_yapnz_11 ._matchList_yapnz_15 ._match_yapnz_15 ._matchDetail_yapnz_165{padding:.3125rem;gap:.3125rem}}._widgetRefereeMatchesGrid_yapnz_11 ._matchList_yapnz_15 ._match_yapnz_15 ._matchDetail_yapnz_165 ._disciplineBreakdown_yapnz_178{display:grid;grid-template-columns:repeat(3,1fr);gap:.3125rem;margin:0}@media(max-width:768px){._widgetRefereeMatchesGrid_yapnz_11 ._matchList_yapnz_15 ._match_yapnz_15 ._matchDetail_yapnz_165 ._disciplineBreakdown_yapnz_178{grid-template-columns:repeat(2,1fr)}}._widgetRefereeMatchesGrid_yapnz_11 ._matchList_yapnz_15 ._match_yapnz_15 ._matchDetail_yapnz_165 ._disciplineBreakdown_yapnz_178 ._disciplineItem_yapnz_189{display:flex;flex-direction:column;gap:.125rem}._widgetRefereeMatchesGrid_yapnz_11 ._matchList_yapnz_15 ._match_yapnz_15 ._matchDetail_yapnz_165 ._disciplineBreakdown_yapnz_178 ._disciplineItem_yapnz_189 dt{font-size:.625rem;color:var(--text-3)}._widgetRefereeMatchesGrid_yapnz_11 ._matchList_yapnz_15 ._match_yapnz_15 ._matchDetail_yapnz_165 ._disciplineBreakdown_yapnz_178 ._disciplineItem_yapnz_189 dd{margin:0;font-size:.875rem;font-weight:700;color:var(--text-strong)}._widgetRefereeMatchesGrid_yapnz_11 ._matchList_yapnz_15 ._match_yapnz_15 ._matchDetail_yapnz_165 ._openMatch_yapnz_204{align-self:flex-start;padding:.3125rem .9375rem;background:#2f6bff;color:#fff;border:none;border-radius:.125rem;font-family:Josefin Sans,sans-serif;font-size:.6875rem;cursor:pointer}@media(max-width:768px){._widgetRefereeMatchesGrid_yapnz_11 ._matchList_yapnz_15 ._match_yapnz_15 ._matchDetail_yapnz_165 ._openMatch_yapnz_204{align-self:stretch;padding:.3125rem;text-align:center}}._widgetRefereeMatchesGrid_yapnz_11 ._matchList_yapnz_15 ._match_yapnz_15 ._matchDetail_yapnz_165 ._openMatch_yapnz_204:hover{background:#4c8dff}._pageRefereeMatches_k55a7_3{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem}@font-face{font-family:Josefin Sans;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/josefinsans/v32/Qw3PZQNVED7rKGKxtqIqX5E-AVSJrOCfjY46_DjQbMZhLybpUVzEEQ.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}._widgetRefereePenaltiesByMinute_kqhbw_15{position:relative;height:100%;width:100%}._widgetRefereePenaltiesByMinute_kqhbw_15 ._chart_kqhbw_20{padding:.9375rem}._widgetRefereePenaltiesByMinute_kqhbw_15 ._emptyMessage_kqhbw_23{padding:.9375rem;text-align:center;font-family:Josefin Sans,sans-serif;font-size:.75rem;color:var(--text-2)}._widgetRefereePenaltiesField_1nb35_18,._widgetRefereePenaltiesByMotive_baqey_1{height:100%;width:100%}._pageRefereePenalties_1b3dx_3{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem}._widgetRefereeProfileKpis_1389n_1{width:100%}._widgetRefereeProfileKpis_1389n_1 ._kpisCard_1389n_4{border-radius:0;box-shadow:var(--shadow-lift)}@media(max-width:1024px){._widgetRefereeProfileKpis_1389n_1 ._kpisCard_1389n_4{box-shadow:var(--shadow-lift-tablet)}}@media(max-width:768px){._widgetRefereeProfileKpis_1389n_1 ._kpisCard_1389n_4{box-shadow:var(--shadow-lift-mobile)}}._widgetRefereeProfileKpis_1389n_1 ._kpisCard_1389n_4:hover{box-shadow:var(--shadow-lift-hover)}._widgetRefereeProfileTrend_zqwgb_3{width:100%}._widgetRefereeProfileTrend_zqwgb_3 ._emptyMessage_zqwgb_6{padding:1.5625rem;text-align:center;color:var(--text-3)}._pageRefereeProfile_67fvb_3{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem}._pageReferee_lh4j2_1{width:100%}._widgetDreamTeamFilters_dhkua_4 ._content_dhkua_4{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem}._widgetDreamTeamFilters_dhkua_4 ._content_dhkua_4 ._selectsRow_dhkua_10{display:grid;grid-template-columns:repeat(3,1fr);gap:.9375rem}@media(max-width:1024px){._widgetDreamTeamFilters_dhkua_4 ._content_dhkua_4 ._selectsRow_dhkua_10{grid-template-columns:1fr}}._widgetDreamTeamFilters_dhkua_4 ._content_dhkua_4 ._selectsRow_dhkua_10 ._selectField_dhkua_20{min-width:0}._widgetDreamTeamFilters_dhkua_4 ._content_dhkua_4 ._toggles_dhkua_23{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:center;gap:.9375rem;padding:.625rem .9375rem;background-color:var(--surface-2);border:1px solid var(--border-1);border-radius:10px}@media(max-width:768px){._widgetDreamTeamFilters_dhkua_4 ._content_dhkua_4 ._toggles_dhkua_23{flex-direction:column;align-items:stretch}}._widgetDreamTeamFilters_dhkua_4 ._content_dhkua_4 ._toggles_dhkua_23 ._toggleGroup_dhkua_41{display:flex;align-items:center;justify-content:center;gap:.3125rem}._widgetDreamTeamFilters_dhkua_4 ._content_dhkua_4 ._toggles_dhkua_23 ._toggleGroup_dhkua_41 ._toggleLabel_dhkua_47{font-size:.75rem;font-weight:600;color:var(--text-strong)}._pageDreamTeam_17d82_3{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem}._widgetScanZoneSearch_1u20n_4 ._content_1u20n_4{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.9375rem;padding:.9375rem}@media(max-width:768px){._widgetScanZoneSearch_1u20n_4 ._content_1u20n_4{flex-direction:column;align-items:stretch}}._widgetScanZoneSearch_1u20n_4 ._content_1u20n_4 ._searchInput_1u20n_19{width:100%;max-width:26rem}@media(max-width:768px){._widgetScanZoneSearch_1u20n_4 ._content_1u20n_4 ._searchInput_1u20n_19{max-width:100%}}._widgetScanZoneSearch_1u20n_4 ._content_1u20n_4 ._resetRow_1u20n_28{display:flex;justify-content:flex-end}._widgetScanZoneSearch_1u20n_4 ._content_1u20n_4 ._resetRow_1u20n_28 ._resetButton_1u20n_32{display:flex;align-items:center;gap:.125rem;border:none;border-radius:8px;background:none;padding:.3125rem .625rem;color:var(--text-2);font-size:.75rem;cursor:pointer;transition:all .2s ease-in-out}._widgetScanZoneSearch_1u20n_4 ._content_1u20n_4 ._resetRow_1u20n_28 ._resetButton_1u20n_32:hover{background-color:#0d033414;color:var(--text-strong)}._widgetScanZoneSearch_1u20n_4 ._content_1u20n_4 ._resetRow_1u20n_28 ._resetButton_1u20n_32:hover ._resetButtonIcon_1u20n_49{transform:rotate(-75deg)}._widgetScanZoneSearch_1u20n_4 ._content_1u20n_4 ._resetRow_1u20n_28 ._resetButton_1u20n_32 ._resetButtonIcon_1u20n_49{flex-shrink:0;transition:transform .3s ease-in-out}._playerDetailsPopup_1mlsn_10 ._content_1mlsn_10{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem}._playerDetailsPopup_1mlsn_10 ._content_1mlsn_10 ._identity_1mlsn_16{display:flex;align-items:center;gap:.9375rem}._playerDetailsPopup_1mlsn_10 ._content_1mlsn_10 ._identity_1mlsn_16 ._photo_1mlsn_21{width:88px;height:88px;border-radius:50%;object-fit:cover;object-position:center top;background-color:var(--surface-2);box-shadow:0 4px 10px #00000026;flex-shrink:0}._playerDetailsPopup_1mlsn_10 ._content_1mlsn_10 ._identity_1mlsn_16 ._identityDetails_1mlsn_31{flex:1;display:flex;flex-direction:column;gap:.125rem}._playerDetailsPopup_1mlsn_10 ._content_1mlsn_10 ._identity_1mlsn_16 ._identityDetails_1mlsn_31 ._position_1mlsn_37{display:inline-flex;align-self:flex-start;padding:1px .3125rem;border-radius:999px;background-color:#0d033414;color:var(--text-strong);font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:.02em}._playerDetailsPopup_1mlsn_10 ._content_1mlsn_10 ._identity_1mlsn_16 ._identityDetails_1mlsn_31 ._nationality_1mlsn_49,._playerDetailsPopup_1mlsn_10 ._content_1mlsn_10 ._identity_1mlsn_16 ._identityDetails_1mlsn_31 ._teams_1mlsn_50,._playerDetailsPopup_1mlsn_10 ._content_1mlsn_10 ._identity_1mlsn_16 ._identityDetails_1mlsn_31 ._measurements_1mlsn_51{font-size:.75rem;color:var(--text-strong)}._playerDetailsPopup_1mlsn_10 ._content_1mlsn_10 ._identity_1mlsn_16 ._profileButton_1mlsn_55{flex-shrink:0;padding:.3125rem .9375rem;border:1.5px solid #0d0334;border-radius:999px;background-color:var(--surface-1);color:var(--text-strong);font-size:.75rem;font-weight:600;cursor:pointer}._playerDetailsPopup_1mlsn_10 ._content_1mlsn_10 ._identity_1mlsn_16 ._profileButton_1mlsn_55:hover{background-color:var(--surface-brand);color:#fff}._playerDetailsPopup_1mlsn_10 ._content_1mlsn_10 ._statistics_1mlsn_70{display:flex;flex-direction:column;gap:.3125rem;padding:.625rem .9375rem;background-color:var(--surface-2);border-radius:10px}._playerDetailsPopup_1mlsn_10 ._content_1mlsn_10 ._statistics_1mlsn_70 ._statisticsTitle_1mlsn_78{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.02em;color:var(--text-3)}._playerDetailsPopup_1mlsn_10 ._content_1mlsn_10 ._statistics_1mlsn_70 ._charts_1mlsn_85{display:grid;grid-template-columns:repeat(2,1fr);gap:.9375rem}@media(max-width:768px){._playerDetailsPopup_1mlsn_10 ._content_1mlsn_10 ._statistics_1mlsn_70 ._charts_1mlsn_85{grid-template-columns:1fr}}._playerDetailsPopup_1mlsn_10 ._content_1mlsn_10 ._games_1mlsn_95{display:flex;flex-direction:column;gap:.3125rem}._playerDetailsPopup_1mlsn_10 ._content_1mlsn_10 ._games_1mlsn_95 ._gamesTitle_1mlsn_100{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.02em;color:var(--text-3)}._playerDetailsPopup_1mlsn_10 ._content_1mlsn_10 ._games_1mlsn_95 ._gamesList_1mlsn_107{display:flex;flex-direction:column;gap:.3125rem;max-height:340px;overflow-y:auto;list-style:none;margin:0;padding:0}._playerDetailsPopup_1mlsn_10 ._content_1mlsn_10 ._games_1mlsn_95 ._gamesList_1mlsn_107 ._gameCard_1mlsn_117{display:flex;flex-direction:column;gap:.3125rem}._playerDetailsPopup_1mlsn_10 ._content_1mlsn_10 ._games_1mlsn_95 ._gamesList_1mlsn_107 ._gameCard_1mlsn_117 ._gameCardButton_1mlsn_122{display:flex;flex-direction:column;gap:.3125rem;width:100%;padding:.3125rem .625rem;border:1px solid var(--border-1);border-radius:8px;background:none;font-family:inherit;font-size:.75rem;color:inherit;text-align:left;cursor:pointer;transition:border-color .15s ease}._playerDetailsPopup_1mlsn_10 ._content_1mlsn_10 ._games_1mlsn_95 ._gamesList_1mlsn_107 ._gameCard_1mlsn_117 ._gameCardButton_1mlsn_122:hover{border-color:var(--surface-brand)}._playerDetailsPopup_1mlsn_10 ._content_1mlsn_10 ._games_1mlsn_95 ._gamesList_1mlsn_107 ._gameCard_1mlsn_117 ._gameCardButton_1mlsn_122 ._gameHeader_1mlsn_141{display:flex;align-items:center;gap:.625rem}._playerDetailsPopup_1mlsn_10 ._content_1mlsn_10 ._games_1mlsn_95 ._gamesList_1mlsn_107 ._gameCard_1mlsn_117 ._gameCardButton_1mlsn_122 ._gameHeader_1mlsn_141 ._gameDate_1mlsn_146{color:var(--text-3);white-space:nowrap}._playerDetailsPopup_1mlsn_10 ._content_1mlsn_10 ._games_1mlsn_95 ._gamesList_1mlsn_107 ._gameCard_1mlsn_117 ._gameCardButton_1mlsn_122 ._gameHeader_1mlsn_141 ._gameCompetition_1mlsn_150{flex:1;font-weight:600;color:var(--text-strong);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._playerDetailsPopup_1mlsn_10 ._content_1mlsn_10 ._games_1mlsn_95 ._gamesList_1mlsn_107 ._gameCard_1mlsn_117 ._gameCardButton_1mlsn_122 ._gameHeader_1mlsn_141 ._gameAccessIcons_1mlsn_158{display:flex;align-items:center;gap:.125rem;flex-shrink:0}._playerDetailsPopup_1mlsn_10 ._content_1mlsn_10 ._games_1mlsn_95 ._gamesList_1mlsn_107 ._gameCard_1mlsn_117 ._gameCardButton_1mlsn_122 ._gameHeader_1mlsn_141 ._gameAccessIcons_1mlsn_158 ._accessIcon_1mlsn_164{width:18px;height:18px;object-fit:contain}._playerDetailsPopup_1mlsn_10 ._content_1mlsn_10 ._games_1mlsn_95 ._gamesList_1mlsn_107 ._gameCard_1mlsn_117 ._gameCardButton_1mlsn_122 ._gameTeams_1mlsn_169{display:flex;align-items:center;justify-content:space-between;gap:.3125rem}@media(max-width:768px){._playerDetailsPopup_1mlsn_10 ._content_1mlsn_10 ._games_1mlsn_95 ._gamesList_1mlsn_107 ._gameCard_1mlsn_117 ._gameCardButton_1mlsn_122 ._gameTeams_1mlsn_169{flex-direction:column;align-items:stretch}}._playerDetailsPopup_1mlsn_10 ._content_1mlsn_10 ._games_1mlsn_95 ._gamesList_1mlsn_107 ._gameCard_1mlsn_117 ._gameCardButton_1mlsn_122 ._gameTeams_1mlsn_169 ._gameTeam_1mlsn_169{display:flex;align-items:center;gap:.3125rem;flex:1;min-width:0;padding-left:.3125rem;border-left:3px solid var(--team-color, transparent)}._playerDetailsPopup_1mlsn_10 ._content_1mlsn_10 ._games_1mlsn_95 ._gamesList_1mlsn_107 ._gameCard_1mlsn_117 ._gameCardButton_1mlsn_122 ._gameTeams_1mlsn_169 ._gameTeam_1mlsn_169 ._teamLogo_1mlsn_190{width:22px;height:22px;object-fit:contain;flex-shrink:0}._playerDetailsPopup_1mlsn_10 ._content_1mlsn_10 ._games_1mlsn_95 ._gamesList_1mlsn_107 ._gameCard_1mlsn_117 ._gameCardButton_1mlsn_122 ._gameTeams_1mlsn_169 ._gameTeam_1mlsn_169 ._teamName_1mlsn_196{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--text-strong)}._playerDetailsPopup_1mlsn_10 ._content_1mlsn_10 ._games_1mlsn_95 ._gamesList_1mlsn_107 ._gameCard_1mlsn_117 ._gameCardButton_1mlsn_122 ._gameTeams_1mlsn_169 ._gameTeam_1mlsn_169 ._teamScore_1mlsn_202{margin-left:auto;font-weight:700;color:var(--text-strong)}._playerDetailsPopup_1mlsn_10 ._content_1mlsn_10 ._games_1mlsn_95 ._gamesList_1mlsn_107 ._gameCard_1mlsn_117 ._gameCardButton_1mlsn_122 ._gameTeams_1mlsn_169 ._gameTeam_1mlsn_169._gameTeamRight_1mlsn_207{flex-direction:row-reverse;text-align:right;border-left:none;padding-left:0;padding-right:.3125rem;border-right:3px solid var(--team-color, transparent)}._playerDetailsPopup_1mlsn_10 ._content_1mlsn_10 ._games_1mlsn_95 ._gamesList_1mlsn_107 ._gameCard_1mlsn_117 ._gameCardButton_1mlsn_122 ._gameTeams_1mlsn_169 ._gameTeam_1mlsn_169._gameTeamRight_1mlsn_207 ._teamScore_1mlsn_202{margin-left:0;margin-right:auto}._playerDetailsPopup_1mlsn_10 ._content_1mlsn_10 ._games_1mlsn_95 ._gamesList_1mlsn_107 ._gameCard_1mlsn_117 ._gameCardButton_1mlsn_122 ._gameTeams_1mlsn_169 ._gameSeparator_1mlsn_219{flex-shrink:0;font-weight:700;color:var(--text-3)}._playerDetailsPopup_1mlsn_10 ._content_1mlsn_10 ._games_1mlsn_95 ._gamesList_1mlsn_107 ._gameCard_1mlsn_117 ._gameFooter_1mlsn_224{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.3125rem;padding:0 .3125rem}._playerDetailsPopup_1mlsn_10 ._content_1mlsn_10 ._games_1mlsn_95 ._gamesList_1mlsn_107 ._gameCard_1mlsn_117 ._gameFooter_1mlsn_224 ._gameRole_1mlsn_232{display:inline-flex;align-items:center;gap:.125rem;font-size:.625rem;font-weight:700;text-transform:uppercase;color:var(--text-3);white-space:nowrap}._playerDetailsPopup_1mlsn_10 ._content_1mlsn_10 ._games_1mlsn_95 ._gamesList_1mlsn_107 ._gameCard_1mlsn_117 ._gameFooter_1mlsn_224 ._gameRole_1mlsn_232 ._statusDot_1mlsn_242{display:inline-block;width:7px;height:7px;border-radius:50%;flex-shrink:0}._playerDetailsPopup_1mlsn_10 ._content_1mlsn_10 ._games_1mlsn_95 ._gamesList_1mlsn_107 ._gameCard_1mlsn_117 ._gameFooter_1mlsn_224 ._gameRole_1mlsn_232 ._statusDot_1mlsn_242._statusDotStarting_1mlsn_249{background-color:#146714}._playerDetailsPopup_1mlsn_10 ._content_1mlsn_10 ._games_1mlsn_95 ._gamesList_1mlsn_107 ._gameCard_1mlsn_117 ._gameFooter_1mlsn_224 ._gameRole_1mlsn_232 ._statusDot_1mlsn_242._statusDotSubstitute_1mlsn_252{background-color:#f60}._playerDetailsPopup_1mlsn_10 ._content_1mlsn_10 ._games_1mlsn_95 ._gamesList_1mlsn_107 ._gameCard_1mlsn_117 ._gameFooter_1mlsn_224 ._gameFooterEnd_1mlsn_255{display:flex;align-items:center;gap:.625rem}._playerDetailsPopup_1mlsn_10 ._content_1mlsn_10 ._games_1mlsn_95 ._gamesList_1mlsn_107 ._gameCard_1mlsn_117 ._gameFooter_1mlsn_224 ._gameFooterEnd_1mlsn_255 ._gamePerf_1mlsn_260{font-size:.625rem;font-weight:600;color:var(--text-strong);white-space:nowrap}._playerDetailsPopup_1mlsn_10 ._content_1mlsn_10 ._games_1mlsn_95 ._gamesList_1mlsn_107 ._gameCard_1mlsn_117 ._gameFooter_1mlsn_224 ._gameFooterEnd_1mlsn_255 ._quickActions_1mlsn_266{display:flex;gap:.3125rem}._playerDetailsPopup_1mlsn_10 ._content_1mlsn_10 ._games_1mlsn_95 ._gamesList_1mlsn_107 ._gameCard_1mlsn_117 ._gameFooter_1mlsn_224 ._gameFooterEnd_1mlsn_255 ._quickActions_1mlsn_266 ._quickActionButton_1mlsn_270{display:flex;align-items:center;justify-content:center;width:28px;height:28px;padding:0;border:1px solid var(--border-1);border-radius:50%;background-color:var(--surface-2);cursor:pointer;transition:border-color .15s ease;flex-shrink:0}._playerDetailsPopup_1mlsn_10 ._content_1mlsn_10 ._games_1mlsn_95 ._gamesList_1mlsn_107 ._gameCard_1mlsn_117 ._gameFooter_1mlsn_224 ._gameFooterEnd_1mlsn_255 ._quickActions_1mlsn_266 ._quickActionButton_1mlsn_270:hover{border-color:var(--surface-brand)}._playerDetailsPopup_1mlsn_10 ._content_1mlsn_10 ._games_1mlsn_95 ._gamesList_1mlsn_107 ._gameCard_1mlsn_117 ._gameFooter_1mlsn_224 ._gameFooterEnd_1mlsn_255 ._quickActions_1mlsn_266 ._quickActionButton_1mlsn_270 ._quickActionIcon_1mlsn_287{width:15px;height:15px;object-fit:contain}._widgetScanZonePlayers_yhno1_4 ._content_yhno1_4{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem}._widgetScanZonePlayers_yhno1_4 ._content_yhno1_4 ._playersGrid_yhno1_10{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:.9375rem;max-height:55vh;overflow-y:auto;padding:.3125rem}@media(max-width:768px){._widgetScanZonePlayers_yhno1_4 ._content_yhno1_4 ._playersGrid_yhno1_10{grid-template-columns:repeat(auto-fill,minmax(120px,1fr))}}._widgetScanZonePlayers_yhno1_4 ._content_yhno1_4 ._playersGrid_yhno1_10 ._playerCard_yhno1_23{display:flex;flex-direction:column;align-items:center;gap:.3125rem;background-color:var(--surface-1);border:1px solid var(--border-1);border-radius:16px;padding:.9375rem;text-align:center;cursor:pointer;box-shadow:0 1px 3px #0000000d;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}._widgetScanZonePlayers_yhno1_4 ._content_yhno1_4 ._playersGrid_yhno1_10 ._playerCard_yhno1_23:hover{border-color:var(--surface-brand);transform:translateY(-3px);box-shadow:0 8px 20px #0d033426}._widgetScanZonePlayers_yhno1_4 ._content_yhno1_4 ._playersGrid_yhno1_10 ._playerCard_yhno1_23 ._playerPhoto_yhno1_42{width:64px;height:64px;border-radius:50%;object-fit:cover;object-position:center top;background-color:var(--surface-2);flex-shrink:0}._widgetScanZonePlayers_yhno1_4 ._content_yhno1_4 ._playersGrid_yhno1_10 ._playerCard_yhno1_23 ._playerName_yhno1_51{font-size:.75rem;font-weight:600;color:var(--text-strong)}._widgetScanZonePlayers_yhno1_4 ._content_yhno1_4 ._playersGrid_yhno1_10 ._playerCard_yhno1_23 ._playerPosition_yhno1_56{font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:.02em;color:var(--text-3)}._widgetScanZonePlayers_yhno1_4 ._content_yhno1_4 ._playersGrid_yhno1_10 ._playerCard_yhno1_23 ._playerMeasurements_yhno1_63{font-size:.6875rem;color:var(--text-3)}._teamDetailsPopup_116gy_4 ._content_116gy_4{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem}._teamDetailsPopup_116gy_4 ._content_116gy_4 ._identity_116gy_10{display:flex;align-items:center;gap:.9375rem}._teamDetailsPopup_116gy_4 ._content_116gy_4 ._identity_116gy_10 ._logo_116gy_15{width:88px;height:88px;object-fit:contain;flex-shrink:0}._teamDetailsPopup_116gy_4 ._content_116gy_4 ._identity_116gy_10 ._identityDetails_116gy_21{flex:1;display:flex;flex-direction:column;gap:.125rem}._teamDetailsPopup_116gy_4 ._content_116gy_4 ._identity_116gy_10 ._identityDetails_116gy_21 ._nationality_116gy_27,._teamDetailsPopup_116gy_4 ._content_116gy_4 ._identity_116gy_10 ._identityDetails_116gy_21 ._category_116gy_28{font-size:.75rem;color:var(--text-strong)}._teamDetailsPopup_116gy_4 ._content_116gy_4 ._identity_116gy_10 ._teamPageButton_116gy_32{flex-shrink:0;padding:.3125rem .9375rem;border:1.5px solid #0d0334;border-radius:999px;background-color:var(--surface-1);color:var(--text-strong);font-size:.75rem;font-weight:600;cursor:pointer}._teamDetailsPopup_116gy_4 ._content_116gy_4 ._identity_116gy_10 ._teamPageButton_116gy_32:hover{background-color:var(--surface-brand);color:#fff}._teamDetailsPopup_116gy_4 ._content_116gy_4 ._games_116gy_47{display:flex;flex-direction:column;gap:.3125rem}._teamDetailsPopup_116gy_4 ._content_116gy_4 ._games_116gy_47 ._gamesTitle_116gy_52{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.02em;color:var(--text-3)}._teamDetailsPopup_116gy_4 ._content_116gy_4 ._games_116gy_47 ._gamesList_116gy_59{display:flex;flex-direction:column;gap:.3125rem;max-height:340px;overflow-y:auto;list-style:none;margin:0;padding:0}._teamDetailsPopup_116gy_4 ._content_116gy_4 ._games_116gy_47 ._gamesList_116gy_59 ._gameCard_116gy_69{display:flex;flex-direction:column;gap:.3125rem}._teamDetailsPopup_116gy_4 ._content_116gy_4 ._games_116gy_47 ._gamesList_116gy_59 ._gameCard_116gy_69 ._gameCardButton_116gy_74{display:flex;flex-direction:column;gap:.3125rem;width:100%;padding:.3125rem .625rem;border:1px solid var(--border-1);border-radius:8px;background:none;font-family:inherit;font-size:.75rem;color:inherit;text-align:left;cursor:pointer;transition:border-color .15s ease}._teamDetailsPopup_116gy_4 ._content_116gy_4 ._games_116gy_47 ._gamesList_116gy_59 ._gameCard_116gy_69 ._gameCardButton_116gy_74:hover{border-color:var(--surface-brand)}._teamDetailsPopup_116gy_4 ._content_116gy_4 ._games_116gy_47 ._gamesList_116gy_59 ._gameCard_116gy_69 ._gameCardButton_116gy_74 ._gameHeader_116gy_93{display:flex;align-items:center;gap:.625rem}._teamDetailsPopup_116gy_4 ._content_116gy_4 ._games_116gy_47 ._gamesList_116gy_59 ._gameCard_116gy_69 ._gameCardButton_116gy_74 ._gameHeader_116gy_93 ._gameDate_116gy_98{color:var(--text-3);white-space:nowrap}._teamDetailsPopup_116gy_4 ._content_116gy_4 ._games_116gy_47 ._gamesList_116gy_59 ._gameCard_116gy_69 ._gameCardButton_116gy_74 ._gameHeader_116gy_93 ._gameCompetition_116gy_102{flex:1;font-weight:600;color:var(--text-strong);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._teamDetailsPopup_116gy_4 ._content_116gy_4 ._games_116gy_47 ._gamesList_116gy_59 ._gameCard_116gy_69 ._gameCardButton_116gy_74 ._gameHeader_116gy_93 ._gameAccessIcons_116gy_110{display:flex;align-items:center;gap:.125rem;flex-shrink:0}._teamDetailsPopup_116gy_4 ._content_116gy_4 ._games_116gy_47 ._gamesList_116gy_59 ._gameCard_116gy_69 ._gameCardButton_116gy_74 ._gameHeader_116gy_93 ._gameAccessIcons_116gy_110 ._accessIcon_116gy_116{width:18px;height:18px;object-fit:contain}._teamDetailsPopup_116gy_4 ._content_116gy_4 ._games_116gy_47 ._gamesList_116gy_59 ._gameCard_116gy_69 ._gameCardButton_116gy_74 ._gameTeams_116gy_121{display:flex;align-items:center;justify-content:space-between;gap:.3125rem}@media(max-width:768px){._teamDetailsPopup_116gy_4 ._content_116gy_4 ._games_116gy_47 ._gamesList_116gy_59 ._gameCard_116gy_69 ._gameCardButton_116gy_74 ._gameTeams_116gy_121{flex-direction:column;align-items:stretch}}._teamDetailsPopup_116gy_4 ._content_116gy_4 ._games_116gy_47 ._gamesList_116gy_59 ._gameCard_116gy_69 ._gameCardButton_116gy_74 ._gameTeams_116gy_121 ._gameTeam_116gy_121{display:flex;align-items:center;gap:.3125rem;flex:1;min-width:0;padding-left:.3125rem;border-left:3px solid var(--team-color, transparent)}._teamDetailsPopup_116gy_4 ._content_116gy_4 ._games_116gy_47 ._gamesList_116gy_59 ._gameCard_116gy_69 ._gameCardButton_116gy_74 ._gameTeams_116gy_121 ._gameTeam_116gy_121 ._teamLogo_116gy_142{width:22px;height:22px;object-fit:contain;flex-shrink:0}._teamDetailsPopup_116gy_4 ._content_116gy_4 ._games_116gy_47 ._gamesList_116gy_59 ._gameCard_116gy_69 ._gameCardButton_116gy_74 ._gameTeams_116gy_121 ._gameTeam_116gy_121 ._teamName_116gy_148{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--text-strong)}._teamDetailsPopup_116gy_4 ._content_116gy_4 ._games_116gy_47 ._gamesList_116gy_59 ._gameCard_116gy_69 ._gameCardButton_116gy_74 ._gameTeams_116gy_121 ._gameTeam_116gy_121 ._teamScore_116gy_154{margin-left:auto;font-weight:700;color:var(--text-strong)}._teamDetailsPopup_116gy_4 ._content_116gy_4 ._games_116gy_47 ._gamesList_116gy_59 ._gameCard_116gy_69 ._gameCardButton_116gy_74 ._gameTeams_116gy_121 ._gameTeam_116gy_121._gameTeamRight_116gy_159{flex-direction:row-reverse;text-align:right;border-left:none;padding-left:0;padding-right:.3125rem;border-right:3px solid var(--team-color, transparent)}._teamDetailsPopup_116gy_4 ._content_116gy_4 ._games_116gy_47 ._gamesList_116gy_59 ._gameCard_116gy_69 ._gameCardButton_116gy_74 ._gameTeams_116gy_121 ._gameTeam_116gy_121._gameTeamRight_116gy_159 ._teamScore_116gy_154{margin-left:0;margin-right:auto}._teamDetailsPopup_116gy_4 ._content_116gy_4 ._games_116gy_47 ._gamesList_116gy_59 ._gameCard_116gy_69 ._gameCardButton_116gy_74 ._gameTeams_116gy_121 ._gameSeparator_116gy_171{flex-shrink:0;font-weight:700;color:var(--text-3)}._teamDetailsPopup_116gy_4 ._content_116gy_4 ._games_116gy_47 ._gamesList_116gy_59 ._gameCard_116gy_69 ._gameFooter_116gy_176{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.3125rem;padding:0 .3125rem}._teamDetailsPopup_116gy_4 ._content_116gy_4 ._games_116gy_47 ._gamesList_116gy_59 ._gameCard_116gy_69 ._gameFooter_116gy_176 ._gameVenue_116gy_184{display:inline-flex;align-items:center;gap:.125rem;font-size:.625rem;font-weight:700;text-transform:uppercase;color:var(--text-3);white-space:nowrap}._teamDetailsPopup_116gy_4 ._content_116gy_4 ._games_116gy_47 ._gamesList_116gy_59 ._gameCard_116gy_69 ._gameFooter_116gy_176 ._gameVenue_116gy_184 ._statusDot_116gy_194{display:inline-block;width:7px;height:7px;border-radius:50%;flex-shrink:0}._teamDetailsPopup_116gy_4 ._content_116gy_4 ._games_116gy_47 ._gamesList_116gy_59 ._gameCard_116gy_69 ._gameFooter_116gy_176 ._gameVenue_116gy_184 ._statusDot_116gy_194._statusDotHome_116gy_201{background-color:#00f}._teamDetailsPopup_116gy_4 ._content_116gy_4 ._games_116gy_47 ._gamesList_116gy_59 ._gameCard_116gy_69 ._gameFooter_116gy_176 ._gameVenue_116gy_184 ._statusDot_116gy_194._statusDotAway_116gy_204{background-color:#666}._teamDetailsPopup_116gy_4 ._content_116gy_4 ._games_116gy_47 ._gamesList_116gy_59 ._gameCard_116gy_69 ._gameFooter_116gy_176 ._quickActions_116gy_207{display:flex;gap:.3125rem}._teamDetailsPopup_116gy_4 ._content_116gy_4 ._games_116gy_47 ._gamesList_116gy_59 ._gameCard_116gy_69 ._gameFooter_116gy_176 ._quickActions_116gy_207 ._quickActionButton_116gy_211{display:flex;align-items:center;justify-content:center;width:28px;height:28px;padding:0;border:1px solid var(--border-1);border-radius:50%;background-color:var(--surface-2);cursor:pointer;transition:border-color .15s ease;flex-shrink:0}._teamDetailsPopup_116gy_4 ._content_116gy_4 ._games_116gy_47 ._gamesList_116gy_59 ._gameCard_116gy_69 ._gameFooter_116gy_176 ._quickActions_116gy_207 ._quickActionButton_116gy_211:hover{border-color:var(--surface-brand)}._teamDetailsPopup_116gy_4 ._content_116gy_4 ._games_116gy_47 ._gamesList_116gy_59 ._gameCard_116gy_69 ._gameFooter_116gy_176 ._quickActions_116gy_207 ._quickActionButton_116gy_211 ._quickActionIcon_116gy_228{width:15px;height:15px;object-fit:contain}._widgetScanZoneTeams_16kgz_4 ._content_16kgz_4{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem}._widgetScanZoneTeams_16kgz_4 ._content_16kgz_4 ._teamsGrid_16kgz_10{display:grid;grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:.9375rem;max-height:55vh;overflow-y:auto;padding:.3125rem}@media(max-width:768px){._widgetScanZoneTeams_16kgz_4 ._content_16kgz_4 ._teamsGrid_16kgz_10{grid-template-columns:repeat(auto-fill,minmax(100px,1fr))}}._widgetScanZoneTeams_16kgz_4 ._content_16kgz_4 ._teamsGrid_16kgz_10 ._teamTile_16kgz_23{display:flex;flex-direction:column;align-items:center;gap:.625rem;background-color:var(--surface-1);border:1px solid var(--border-1);border-radius:16px;padding:1.25rem .9375rem;text-align:center;cursor:pointer;box-shadow:0 1px 3px #0000000d;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}._widgetScanZoneTeams_16kgz_4 ._content_16kgz_4 ._teamsGrid_16kgz_10 ._teamTile_16kgz_23:hover{border-color:var(--surface-brand);transform:translateY(-3px);box-shadow:0 8px 20px #0d033426}._widgetScanZoneTeams_16kgz_4 ._content_16kgz_4 ._teamsGrid_16kgz_10 ._teamTile_16kgz_23 ._teamLogoBadge_16kgz_42{display:flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:50%;background-color:var(--surface-1);box-shadow:inset 0 0 0 1px #d9d9d9}._widgetScanZoneTeams_16kgz_4 ._content_16kgz_4 ._teamsGrid_16kgz_10 ._teamTile_16kgz_23 ._teamLogoBadge_16kgz_42 ._teamLogo_16kgz_42{width:auto;height:36px;max-width:40px;object-fit:contain}._widgetScanZoneTeams_16kgz_4 ._content_16kgz_4 ._teamsGrid_16kgz_10 ._teamTile_16kgz_23 ._teamTags_16kgz_58{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.125rem}._widgetScanZoneTeams_16kgz_4 ._content_16kgz_4 ._teamsGrid_16kgz_10 ._teamTile_16kgz_23 ._teamTags_16kgz_58 ._teamTag_16kgz_58{font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:.02em;color:var(--text-strong);background-color:var(--surface-2);border-radius:999px;padding:.125rem .3125rem}._widgetScanZoneTeams_16kgz_4 ._content_16kgz_4 ._teamsGrid_16kgz_10 ._teamTile_16kgz_23 ._teamName_16kgz_75{font-size:.75rem;font-weight:600;color:var(--text-strong);max-width:100%;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}._widgetScanZoneCompetitions_1ak8z_4 ._content_1ak8z_4{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem}._widgetScanZoneCompetitions_1ak8z_4 ._content_1ak8z_4 ._competitionsGrid_1ak8z_10{display:grid;grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:.9375rem;max-height:55vh;overflow-y:auto;padding:.3125rem}@media(max-width:768px){._widgetScanZoneCompetitions_1ak8z_4 ._content_1ak8z_4 ._competitionsGrid_1ak8z_10{grid-template-columns:repeat(auto-fill,minmax(100px,1fr))}}._widgetScanZoneCompetitions_1ak8z_4 ._content_1ak8z_4 ._competitionsGrid_1ak8z_10 ._competitionTile_1ak8z_23{display:flex;flex-direction:column;align-items:center;gap:.625rem;background-color:var(--surface-1);border:1px solid var(--border-1);border-radius:16px;padding:1.25rem .9375rem;text-align:center;cursor:pointer;box-shadow:0 1px 3px #0000000d;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}._widgetScanZoneCompetitions_1ak8z_4 ._content_1ak8z_4 ._competitionsGrid_1ak8z_10 ._competitionTile_1ak8z_23:hover{border-color:var(--surface-brand);transform:translateY(-3px);box-shadow:0 8px 20px #0d033426}._widgetScanZoneCompetitions_1ak8z_4 ._content_1ak8z_4 ._competitionsGrid_1ak8z_10 ._competitionTile_1ak8z_23 ._competitionLogoBadge_1ak8z_42{display:flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:50%;background-color:var(--surface-1);box-shadow:inset 0 0 0 1px #d9d9d9}._widgetScanZoneCompetitions_1ak8z_4 ._content_1ak8z_4 ._competitionsGrid_1ak8z_10 ._competitionTile_1ak8z_23 ._competitionLogoBadge_1ak8z_42 ._competitionLogo_1ak8z_42{width:auto;height:36px;max-width:40px;object-fit:contain}._widgetScanZoneCompetitions_1ak8z_4 ._content_1ak8z_4 ._competitionsGrid_1ak8z_10 ._competitionTile_1ak8z_23 ._competitionTags_1ak8z_58{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.125rem}._widgetScanZoneCompetitions_1ak8z_4 ._content_1ak8z_4 ._competitionsGrid_1ak8z_10 ._competitionTile_1ak8z_23 ._competitionTags_1ak8z_58 ._competitionTag_1ak8z_58{font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:.02em;color:var(--text-strong);background-color:var(--surface-2);border-radius:999px;padding:.125rem .3125rem}._widgetScanZoneCompetitions_1ak8z_4 ._content_1ak8z_4 ._competitionsGrid_1ak8z_10 ._competitionTile_1ak8z_23 ._competitionName_1ak8z_75{font-size:.75rem;font-weight:600;color:var(--text-strong);max-width:100%;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}._widgetScanZoneReferees_f8rua_4 ._content_f8rua_4{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem}._widgetScanZoneReferees_f8rua_4 ._content_f8rua_4 ._refereesGrid_f8rua_10{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:.9375rem;max-height:55vh;overflow-y:auto;padding:.3125rem}@media(max-width:768px){._widgetScanZoneReferees_f8rua_4 ._content_f8rua_4 ._refereesGrid_f8rua_10{grid-template-columns:repeat(auto-fill,minmax(120px,1fr))}}._widgetScanZoneReferees_f8rua_4 ._content_f8rua_4 ._refereesGrid_f8rua_10 ._refereeCard_f8rua_23{display:flex;flex-direction:column;align-items:center;gap:.3125rem;background-color:var(--surface-1);border:1px solid var(--border-1);border-radius:16px;padding:.9375rem;text-align:center;cursor:pointer;box-shadow:0 1px 3px #0000000d;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}._widgetScanZoneReferees_f8rua_4 ._content_f8rua_4 ._refereesGrid_f8rua_10 ._refereeCard_f8rua_23:hover{border-color:var(--surface-brand);transform:translateY(-3px);box-shadow:0 8px 20px #0d033426}._widgetScanZoneReferees_f8rua_4 ._content_f8rua_4 ._refereesGrid_f8rua_10 ._refereeCard_f8rua_23 ._refereePhoto_f8rua_42{width:64px;height:64px;border-radius:50%;object-fit:cover;object-position:center top;background-color:var(--surface-2)}._widgetScanZoneReferees_f8rua_4 ._content_f8rua_4 ._refereesGrid_f8rua_10 ._refereeCard_f8rua_23 ._refereeName_f8rua_50{font-size:.75rem;font-weight:600;color:var(--text-strong)}._widgetScanZoneReferees_f8rua_4 ._content_f8rua_4 ._refereesGrid_f8rua_10 ._refereeCard_f8rua_23 ._refereeCountry_f8rua_55{font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:.02em;color:var(--text-3)}._pageScanZone_2c7az_3{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem}._pageScanZone_2c7az_3 ._resultsRow_2c7az_9{display:grid;grid-template-columns:1fr 1fr;align-items:stretch;gap:.9375rem}@media(max-width:1024px){._pageScanZone_2c7az_3 ._resultsRow_2c7az_9{grid-template-columns:1fr}}._pageScanZone_2c7az_3 ._resultsRow_2c7az_9>*{display:flex;flex-direction:column;min-width:0}@font-face{font-family:Josefin Sans;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/josefinsans/v32/Qw3PZQNVED7rKGKxtqIqX5E-AVSJrOCfjY46_DjQbMZhLybpUVzEEQ.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}._comparatorStatViews_1dk0p_11{position:relative;height:100%;width:100%}._comparatorStatViews_1dk0p_11 ._chart_1dk0p_16{width:100%;padding:.625rem 0}._comparatorStatViews_1dk0p_11 ._dashboard_1dk0p_20{display:flex;flex-direction:column;padding:.3125rem 0}._comparatorStatViews_1dk0p_11 ._dashboard_1dk0p_20 ._dashboardHeader_1dk0p_25{display:flex;justify-content:space-between;align-items:center;padding:.625rem .3125rem;border-bottom:1px solid rgba(239,239,239,.3019607843)}._comparatorStatViews_1dk0p_11 ._dashboard_1dk0p_20 ._dashboardHeader_1dk0p_25 ._dashboardTeam_1dk0p_32{display:flex;align-items:center;gap:.625rem}._comparatorStatViews_1dk0p_11 ._dashboard_1dk0p_20 ._dashboardHeader_1dk0p_25 ._dashboardTeam_1dk0p_32._dashboardTeamRight_1dk0p_37{flex-direction:row-reverse}._comparatorStatViews_1dk0p_11 ._dashboard_1dk0p_20 ._dashboardHeader_1dk0p_25 ._dashboardTeam_1dk0p_32 ._dashboardTeamLogo_1dk0p_40{height:40px;width:40px;object-fit:contain}@media(max-width:1024px){._comparatorStatViews_1dk0p_11 ._dashboard_1dk0p_20 ._dashboardHeader_1dk0p_25 ._dashboardTeam_1dk0p_32 ._dashboardTeamLogo_1dk0p_40{height:28px;width:28px}}._comparatorStatViews_1dk0p_11 ._dashboard_1dk0p_20 ._dashboardHeader_1dk0p_25 ._dashboardTeam_1dk0p_32 ._dashboardTeamName_1dk0p_51{font-size:1rem;font-weight:700;font-family:Josefin Sans;color:var(--text-strong)}@media(max-width:1024px){._comparatorStatViews_1dk0p_11 ._dashboard_1dk0p_20 ._dashboardHeader_1dk0p_25 ._dashboardTeam_1dk0p_32 ._dashboardTeamName_1dk0p_51{font-size:.875rem}}._comparatorStatViews_1dk0p_11 ._dashboard_1dk0p_20 ._dashboardRow_1dk0p_62{display:grid;grid-template-columns:minmax(60px,.9fr) 2.4fr minmax(60px,.9fr);align-items:center;gap:.625rem;padding:.625rem .3125rem;border-bottom:1px solid #f8f9fb}._comparatorStatViews_1dk0p_11 ._dashboard_1dk0p_20 ._dashboardRow_1dk0p_62._dashboardRowWithSparklines_1dk0p_70{grid-template-columns:1.4fr minmax(60px,.9fr) 2.4fr minmax(60px,.9fr) 1.4fr}._comparatorStatViews_1dk0p_11 ._dashboard_1dk0p_20 ._dashboardRow_1dk0p_62:last-child{border-bottom:none}._comparatorStatViews_1dk0p_11 ._dashboard_1dk0p_20 ._dashboardRow_1dk0p_62 ._dashboardSparkline_1dk0p_76{height:56px;border-right:2px dashed var(--sparkline-color);padding-right:.3125rem}._comparatorStatViews_1dk0p_11 ._dashboard_1dk0p_20 ._dashboardRow_1dk0p_62 ._dashboardSparkline_1dk0p_76._dashboardSparklineRight_1dk0p_81{border-right:none;border-left:2px dashed var(--sparkline-color);padding-right:0;padding-left:.3125rem}._comparatorStatViews_1dk0p_11 ._dashboard_1dk0p_20 ._dashboardRow_1dk0p_62 ._dashboardKpi_1dk0p_87{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.125rem;color:var(--text-2)}._comparatorStatViews_1dk0p_11 ._dashboard_1dk0p_20 ._dashboardRow_1dk0p_62 ._dashboardKpi_1dk0p_87._dashboardKpiWinner_1dk0p_95{color:var(--value-color, #0d0334)}._comparatorStatViews_1dk0p_11 ._dashboard_1dk0p_20 ._dashboardRow_1dk0p_62 ._dashboardKpi_1dk0p_87 ._dashboardKpiValue_1dk0p_98{display:inline-flex;align-items:center;gap:.3125rem;font-size:1.125rem;font-weight:700;font-family:Josefin Sans}._comparatorStatViews_1dk0p_11 ._dashboard_1dk0p_20 ._dashboardRow_1dk0p_62 ._dashboardKpi_1dk0p_87 ._dashboardKpiAverage_1dk0p_106{font-size:.6875rem;font-weight:400;color:var(--text-3)}._comparatorStatViews_1dk0p_11 ._dashboard_1dk0p_20 ._dashboardRow_1dk0p_62 ._dashboardGauge_1dk0p_111{display:flex;flex-direction:column;gap:.125rem}._comparatorStatViews_1dk0p_11 ._dashboard_1dk0p_20 ._dashboardRow_1dk0p_62 ._dashboardGauge_1dk0p_111 ._dashboardLabel_1dk0p_116{text-align:center;font-size:.75rem;font-family:Josefin Sans;color:var(--text-3)}._comparatorStatViews_1dk0p_11 ._dashboard_1dk0p_20 ._dashboardRow_1dk0p_62 ._dashboardGauge_1dk0p_111 ._dashboardGaugeTrack_1dk0p_122{display:flex;align-items:center;gap:.625rem}._comparatorStatViews_1dk0p_11 ._dashboard_1dk0p_20 ._dashboardRow_1dk0p_62 ._dashboardGauge_1dk0p_111 ._dashboardGaugeTrack_1dk0p_122 ._dashboardGaugeBar_1dk0p_127{flex:1;min-width:0}._comparatorStatViews_1dk0p_11 ._dashboard_1dk0p_20 ._dashboardRow_1dk0p_62 ._dashboardGauge_1dk0p_111 ._dashboardGaugeTrack_1dk0p_122 ._dashboardGaugeVideo_1dk0p_131{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;padding:0;border:none;background:transparent;cursor:pointer}._comparatorStatViews_1dk0p_11 ._dashboard_1dk0p_20 ._dashboardRow_1dk0p_62 ._dashboardGauge_1dk0p_111 ._dashboardGaugeTrack_1dk0p_122 ._dashboardGaugeVideo_1dk0p_131 img{width:.875rem;height:.875rem}._comparatorStatViews_1dk0p_11 ._dashboard_1dk0p_20 ._dashboardRow_1dk0p_62 ._dashboardGauge_1dk0p_111 ._dashboardGaugeTrack_1dk0p_122 ._dashboardGaugeVideo_1dk0p_131:disabled{opacity:.4;cursor:default}._comparatorStatViews_1dk0p_11 ._bars_1dk0p_149{display:flex;flex-direction:column;gap:.9375rem;padding:.625rem 0;width:100%}._comparatorStatViews_1dk0p_11 ._mapping_1dk0p_156{width:100%}._comparatorStatViews_1dk0p_11 ._players_1dk0p_159{width:100%;padding:.3125rem 0}._comparatorStatViews_1dk0p_11 ._launches_1dk0p_163,._comparatorStatViews_1dk0p_11 ._alignments_1dk0p_167{width:100%;padding:.625rem 0}._comparatorStatViews_1dk0p_11 ._explorer_1dk0p_171,._comparatorStatViews_1dk0p_11 ._efficiency_1dk0p_175{width:100%;padding:.3125rem 0}._comparatorStatViews_1dk0p_11 ._video_1dk0p_179{display:flex;flex-direction:column;gap:.625rem;padding:.625rem 0}._comparatorStatViews_1dk0p_11 ._video_1dk0p_179 ._videoRow_1dk0p_185{display:grid;grid-template-columns:minmax(56px,1fr) 3fr minmax(56px,1fr);align-items:center;gap:.625rem}._comparatorStatViews_1dk0p_11 ._video_1dk0p_179 ._videoRow_1dk0p_185 ._videoClip_1dk0p_191{display:inline-flex;align-items:center;justify-content:center;gap:.3125rem;padding:.3125rem .625rem;border:none;border-radius:6px;background:var(--clip-color, #0d0334);font-size:.75rem;font-weight:700;font-family:Josefin Sans;cursor:pointer}._comparatorStatViews_1dk0p_11 ._video_1dk0p_179 ._videoRow_1dk0p_185 ._videoClip_1dk0p_191._textBlack_1dk0p_205{color:#111827}._comparatorStatViews_1dk0p_11 ._video_1dk0p_179 ._videoRow_1dk0p_185 ._videoClip_1dk0p_191._textWhite_1dk0p_208{color:#fff}._comparatorStatViews_1dk0p_11 ._video_1dk0p_179 ._videoRow_1dk0p_185 ._videoClip_1dk0p_191:disabled{opacity:.4;cursor:default}._comparatorStatViews_1dk0p_11 ._video_1dk0p_179 ._videoRow_1dk0p_185 ._videoLabel_1dk0p_215{text-align:center;font-size:.875rem;font-family:Josefin Sans;color:var(--text-2)}._comparatorStatViews_1dk0p_11 ._multiDashboard_1dk0p_221{display:flex;flex-direction:column;gap:.625rem;padding:.625rem 0}._comparatorStatViews_1dk0p_11 ._multiTable_1dk0p_227{padding:.625rem 0;font-family:Josefin Sans}._comparatorStatViews_1dk0p_11 ._multiTable_1dk0p_227 ._multiTableEntity_1dk0p_231{display:flex;align-items:center;justify-content:center;gap:.3125rem;font-size:.75rem;font-weight:700;text-align:center}._comparatorStatViews_1dk0p_11 ._multiTable_1dk0p_227 ._multiTableEntity_1dk0p_231 ._multiTableEntityPhoto_1dk0p_240{width:1.5rem;height:1.5rem;flex-shrink:0;border-radius:50%;border:2px solid var(--entity-color);box-shadow:0 0 0 1px #fff;background-color:var(--surface-1);object-fit:cover;object-position:top center}._comparatorStatViews_1dk0p_11 ._multiTable_1dk0p_227 ._multiTableEntity_1dk0p_231 ._multiTableEntityDot_1dk0p_251{width:.75rem;height:.75rem;flex-shrink:0;border-radius:50%;border:1px solid #ffffff;background-color:var(--entity-color)}._comparatorStatViews_1dk0p_11 ._multiTable_1dk0p_227 ._multiTableValue_1dk0p_259{display:block;text-align:center;font-size:.875rem;color:var(--text-2)}._comparatorStatViews_1dk0p_11 ._multiTable_1dk0p_227 ._multiTableValue_1dk0p_259._multiTableValueBest_1dk0p_265{font-weight:800;color:var(--entity-color)}._comparatorStatViews_1dk0p_11 ._multiTable_1dk0p_227 ._multiTableMetric_1dk0p_269{font-size:.875rem;color:var(--text-2)}._comparatorStatViews_1dk0p_11 ._multiTrends_1dk0p_273{display:flex;flex-direction:column;gap:1.25rem;padding:.625rem 0}._comparatorStatViews_1dk0p_11 ._multiTrends_1dk0p_273 ._multiTrendsChart_1dk0p_279{display:flex;flex-direction:column;gap:.3125rem}._comparatorStatViews_1dk0p_11 ._multiTrends_1dk0p_273 ._multiTrendsChart_1dk0p_279 ._multiTrendsLabel_1dk0p_284{font-family:Josefin Sans;font-size:.875rem;font-weight:700;color:var(--text-strong);text-align:center}._widgetComparatorTeamsAerialDuels_141us_1,._widgetComparatorTeamsAttackStats_mqnzt_3{height:100%;width:100%}._efficiencyViews_mqnzt_8{display:flex;flex-direction:column;gap:.9375rem}._efficiencyViews_mqnzt_8 ._valueTypeToggle_mqnzt_13{justify-content:center}._efficiencyViews_mqnzt_8 ._efficiencyCharts_mqnzt_16{display:flex;gap:.9375rem}@media(max-width:1024px){._efficiencyViews_mqnzt_8 ._efficiencyCharts_mqnzt_16{flex-direction:column}}._efficiencyViews_mqnzt_8 ._efficiencyCharts_mqnzt_16 ._efficiencyChart_mqnzt_16{flex:1;min-width:0}._widgetComparatorTeamsBallsLost_8si7d_1{height:100%;width:100%}._comparatorMetricPicker_13sqy_4 ._headerAction_13sqy_4{display:flex;align-items:center;gap:.625rem}._comparatorMetricPicker_13sqy_4 ._headerAction_13sqy_4 ._count_13sqy_9{border-radius:999px;background-color:#2f6bff1a;padding:.125rem .625rem;font-size:.75rem;font-weight:700;white-space:nowrap;color:#2f6bff}._comparatorMetricPicker_13sqy_4 ._headerAction_13sqy_4 ._clearButton_13sqy_18{border:none;border-radius:999px;background:none;padding:.125rem .3125rem;font-size:.75rem;font-weight:600;white-space:nowrap;color:var(--text-3);cursor:pointer;transition:background-color .15s ease,color .15s ease}._comparatorMetricPicker_13sqy_4 ._headerAction_13sqy_4 ._clearButton_13sqy_18:hover{background-color:#e3061314;color:#e30613}._comparatorMetricPicker_13sqy_4 ._picker_13sqy_34{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem}._comparatorMetricPicker_13sqy_4 ._picker_13sqy_34 ._toolbar_13sqy_40{display:flex;align-items:center;gap:.625rem}@media(max-width:1024px){._comparatorMetricPicker_13sqy_4 ._picker_13sqy_34 ._toolbar_13sqy_40{flex-direction:column;align-items:stretch}}._comparatorMetricPicker_13sqy_4 ._picker_13sqy_34 ._toolbar_13sqy_40 ._search_13sqy_51{flex:0 0 260px}@media(max-width:1024px){._comparatorMetricPicker_13sqy_4 ._picker_13sqy_34 ._toolbar_13sqy_40 ._search_13sqy_51{flex:1 1 auto}}._comparatorMetricPicker_13sqy_4 ._picker_13sqy_34 ._toolbar_13sqy_40 ._categoryFilter_13sqy_59{flex:1;min-width:0}._comparatorMetricPicker_13sqy_4 ._picker_13sqy_34 ._selection_13sqy_63{display:flex;flex-wrap:wrap;align-items:center;gap:.3125rem;border:1px dashed var(--border-1);border-radius:12px;background-color:var(--surface-2);padding:.625rem;min-height:56px}._comparatorMetricPicker_13sqy_4 ._picker_13sqy_34 ._selection_13sqy_63 ._selectionHint_13sqy_74{font-size:.75rem;color:var(--text-4)}._comparatorMetricPicker_13sqy_4 ._picker_13sqy_34 ._selection_13sqy_63 ._selectedPill_13sqy_78{display:inline-flex;align-items:center;gap:.3125rem;border-radius:999px;background-color:var(--surface-brand);padding:.125rem .3125rem .125rem .125rem;color:#fff}._comparatorMetricPicker_13sqy_4 ._picker_13sqy_34 ._selection_13sqy_63 ._selectedPill_13sqy_78 ._pillRank_13sqy_87{display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background-color:#ffffff2e;width:18px;height:18px;font-size:.6875rem;font-weight:700}._comparatorMetricPicker_13sqy_4 ._picker_13sqy_34 ._selection_13sqy_63 ._selectedPill_13sqy_78 ._pillLabel_13sqy_98{font-size:.75rem;font-weight:600}._comparatorMetricPicker_13sqy_4 ._picker_13sqy_34 ._selection_13sqy_63 ._selectedPill_13sqy_78 ._pillRemove_13sqy_102{display:inline-flex;align-items:center;justify-content:center;border:none;border-radius:50%;background:none;width:18px;height:18px;font-size:1rem;line-height:1;color:#ffffffb3;cursor:pointer;transition:background-color .15s ease,color .15s ease}._comparatorMetricPicker_13sqy_4 ._picker_13sqy_34 ._selection_13sqy_63 ._selectedPill_13sqy_78 ._pillRemove_13sqy_102:hover{background-color:#fff3;color:#fff}._comparatorMetricPicker_13sqy_4 ._picker_13sqy_34 ._selection_13sqy_63 ._freeSlot_13sqy_121{border:1px dashed #c0c4cc;border-radius:999px;width:84px;height:26px}._comparatorMetricPicker_13sqy_4 ._picker_13sqy_34 ._catalog_13sqy_127{display:flex;flex-direction:column;gap:1.25rem}._comparatorMetricPicker_13sqy_4 ._picker_13sqy_34 ._catalog_13sqy_127 ._category_13sqy_59{display:flex;flex-direction:column;gap:.625rem}._comparatorMetricPicker_13sqy_4 ._picker_13sqy_34 ._catalog_13sqy_127 ._category_13sqy_59 ._categoryHeader_13sqy_137{display:flex;align-items:center;gap:.625rem}._comparatorMetricPicker_13sqy_4 ._picker_13sqy_34 ._catalog_13sqy_127 ._category_13sqy_59 ._categoryHeader_13sqy_137 ._categoryLabel_13sqy_142{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;white-space:nowrap;color:var(--text-ink)}._comparatorMetricPicker_13sqy_4 ._picker_13sqy_34 ._catalog_13sqy_127 ._category_13sqy_59 ._categoryHeader_13sqy_137 ._categoryCount_13sqy_150{font-size:.6875rem;font-weight:600;color:var(--text-4)}._comparatorMetricPicker_13sqy_4 ._picker_13sqy_34 ._catalog_13sqy_127 ._category_13sqy_59 ._categoryHeader_13sqy_137:after{content:"";flex:1;border-top:1px solid var(--border-1)}._comparatorMetricPicker_13sqy_4 ._picker_13sqy_34 ._catalog_13sqy_127 ._category_13sqy_59 ._metrics_13sqy_160{display:grid;grid-template-columns:repeat(auto-fill,minmax(190px,1fr));gap:.3125rem}@media(max-width:768px){._comparatorMetricPicker_13sqy_4 ._picker_13sqy_34 ._catalog_13sqy_127 ._category_13sqy_59 ._metrics_13sqy_160{grid-template-columns:1fr}}._comparatorMetricPicker_13sqy_4 ._picker_13sqy_34 ._catalog_13sqy_127 ._category_13sqy_59 ._metrics_13sqy_160 ._metricTile_13sqy_170{display:flex;align-items:center;gap:.625rem;border:1px solid var(--border-1);border-radius:10px;background-color:var(--surface-1);padding:.625rem;text-align:left;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease,background-color .15s ease}._comparatorMetricPicker_13sqy_4 ._picker_13sqy_34 ._catalog_13sqy_127 ._category_13sqy_59 ._metrics_13sqy_160 ._metricTile_13sqy_170 ._tileMarker_13sqy_182{display:inline-flex;flex-shrink:0;align-items:center;justify-content:center;border:1px solid var(--border-1);border-radius:50%;background-color:var(--surface-1);width:20px;height:20px;color:var(--text-4);transition:background-color .15s ease,border-color .15s ease,color .15s ease}._comparatorMetricPicker_13sqy_4 ._picker_13sqy_34 ._catalog_13sqy_127 ._category_13sqy_59 ._metrics_13sqy_160 ._metricTile_13sqy_170 ._tileLabel_13sqy_195{font-size:.75rem;font-weight:600;line-height:1.25;color:var(--text-2)}._comparatorMetricPicker_13sqy_4 ._picker_13sqy_34 ._catalog_13sqy_127 ._category_13sqy_59 ._metrics_13sqy_160 ._metricTile_13sqy_170:hover:not(:disabled){transform:translateY(-1px);border-color:#2f6bff;box-shadow:0 4px 10px #0d03341a}._comparatorMetricPicker_13sqy_4 ._picker_13sqy_34 ._catalog_13sqy_127 ._category_13sqy_59 ._metrics_13sqy_160 ._metricTile_13sqy_170:hover:not(:disabled) ._tileMarker_13sqy_182{border-color:#2f6bff;color:#2f6bff}._comparatorMetricPicker_13sqy_4 ._picker_13sqy_34 ._catalog_13sqy_127 ._category_13sqy_59 ._metrics_13sqy_160 ._metricTile_13sqy_170:disabled{background-color:var(--surface-2);cursor:not-allowed}._comparatorMetricPicker_13sqy_4 ._picker_13sqy_34 ._catalog_13sqy_127 ._category_13sqy_59 ._metrics_13sqy_160 ._metricTile_13sqy_170:disabled ._tileLabel_13sqy_195{color:var(--text-4)}._comparatorMetricPicker_13sqy_4 ._picker_13sqy_34 ._catalog_13sqy_127 ._category_13sqy_59 ._metrics_13sqy_160 ._metricTile_13sqy_170._metricTileSelected_13sqy_217{border-color:var(--surface-brand);background-color:#2f6bff14}._comparatorMetricPicker_13sqy_4 ._picker_13sqy_34 ._catalog_13sqy_127 ._category_13sqy_59 ._metrics_13sqy_160 ._metricTile_13sqy_170._metricTileSelected_13sqy_217 ._tileMarker_13sqy_182{border-color:var(--surface-brand);background-color:var(--surface-brand);color:#fff}._comparatorMetricPicker_13sqy_4 ._picker_13sqy_34 ._catalog_13sqy_127 ._category_13sqy_59 ._metrics_13sqy_160 ._metricTile_13sqy_170._metricTileSelected_13sqy_217 ._tileLabel_13sqy_195{color:var(--text-strong)}@font-face{font-family:Josefin Sans;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/josefinsans/v32/Qw3PZQNVED7rKGKxtqIqX5E-AVSJrOCfjY46_DjQbMZhLybpUVzEEQ.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}._comparatorKickExplorer_1v01n_24{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem}@media(max-width:1024px){._comparatorKickExplorer_1v01n_24{padding:.625rem;gap:.625rem}}._comparatorKickExplorer_1v01n_24 ._kickTypeFilter_1v01n_36{display:flex;flex-direction:column;gap:.3125rem}._comparatorKickExplorer_1v01n_24 ._kickTypeFilter_1v01n_36 ._filterLabel_1v01n_41{font-family:Josefin Sans,sans-serif;font-size:.6875rem;font-weight:600;color:var(--label-color, var(--text-2));text-transform:uppercase;letter-spacing:.5px}._comparatorKickExplorer_1v01n_24 ._fieldColumns_1v01n_49{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}@media(max-width:1024px){._comparatorKickExplorer_1v01n_24 ._fieldColumns_1v01n_49{grid-template-columns:1fr;gap:.625rem}}._comparatorKickExplorer_1v01n_24 ._fieldColumns_1v01n_49 ._fieldColumn_1v01n_49{min-width:0}._comparatorKickExplorer_1v01n_24 ._fieldColumns_1v01n_49 svg line[stroke]:not([stroke=transparent]){stroke-width:.4}._kickTypeOptionLabel_1v01n_67{display:flex;align-items:center;gap:.3125rem;font-size:.6875rem}._kickTypeOptionLabel_1v01n_67 ._kickTypeOptionDot_1v01n_73{display:inline-block;width:10px;height:10px;border-radius:50%;flex-shrink:0}._kickTypeOptionLabel_1v01n_67 ._kickTypeOptionDot_1v01n_73._dotClearance_1v01n_80{background-color:#00f}._kickTypeOptionLabel_1v01n_67 ._kickTypeOptionDot_1v01n_73._dotShort_1v01n_83{background-color:#16a34a}._kickTypeOptionLabel_1v01n_67 ._kickTypeOptionDot_1v01n_73._dotPressure_1v01n_86{background-color:#f60}._kickTypeOptionLabel_1v01n_67 ._kickTypeOptionDot_1v01n_73._dotFieldOccupation_1v01n_89{background-color:#146714}._kickTypeOptionLabel_1v01n_67 ._kickTypeOptionDot_1v01n_73._dotOutFieldOccupation_1v01n_92{background-color:var(--surface-brand)}._kickTypeOptionLabel_1v01n_67 ._kickTypeOptionDot_1v01n_73._dotPass_1v01n_95{background-color:#ff9f00}._kickTypeOptionLabel_1v01n_67 ._kickTypeOptionDot_1v01n_73._dotPenalty_1v01n_98{background-color:#e30613}._kickTypeOptionLabel_1v01n_67 ._kickTypeOptionDot_1v01n_73._dotFreeKick_1v01n_101{background-color:#666}._kickTypeOptionLabel_1v01n_67 ._kickTypeOptionDot_1v01n_73._dotMark_1v01n_104{background-color:#333}@font-face{font-family:Josefin Sans;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/josefinsans/v32/Qw3PZQNVED7rKGKxtqIqX5E-AVSJrOCfjY46_DjQbMZhLybpUVzEEQ.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}._comparatorRestartExplorer_ivp1o_17{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem}@media(max-width:1024px){._comparatorRestartExplorer_ivp1o_17{padding:.625rem;gap:.625rem}}._comparatorRestartExplorer_ivp1o_17 ._restartTypeFilter_ivp1o_29{display:flex;flex-direction:column;gap:.3125rem}._comparatorRestartExplorer_ivp1o_17 ._restartTypeFilter_ivp1o_29 ._filterLabel_ivp1o_34{font-family:Josefin Sans,sans-serif;font-size:.6875rem;font-weight:600;color:var(--label-color, var(--text-2));text-transform:uppercase;letter-spacing:.5px}._comparatorRestartExplorer_ivp1o_17 ._fieldColumns_ivp1o_42{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}@media(max-width:1024px){._comparatorRestartExplorer_ivp1o_17 ._fieldColumns_ivp1o_42{grid-template-columns:1fr;gap:.625rem}}._comparatorRestartExplorer_ivp1o_17 ._fieldColumns_ivp1o_42 ._fieldColumn_ivp1o_42{min-width:0}._comparatorRestartExplorer_ivp1o_17 ._fieldColumns_ivp1o_42 svg line[stroke]:not([stroke=transparent]){stroke-width:.4}._restartTypeOptionLabel_ivp1o_60{display:flex;align-items:center;gap:.3125rem;font-size:.6875rem}._restartTypeOptionLabel_ivp1o_60 ._restartTypeOptionDot_ivp1o_66{display:inline-block;width:10px;height:10px;border-radius:50%;flex-shrink:0}._restartTypeOptionLabel_ivp1o_60 ._restartTypeOptionDot_ivp1o_66._dotKickOff_ivp1o_73{background-color:#00f}._restartTypeOptionLabel_ivp1o_60 ._restartTypeOptionDot_ivp1o_66._dotDropOut22_ivp1o_76{background-color:#146714}._restartTypeOptionLabel_ivp1o_60 ._restartTypeOptionDot_ivp1o_66._dotDropOutGoalLine_ivp1o_79{background-color:#f60}._widgetComparatorTeamsBuilder_pqxv3_3{display:flex;flex-direction:column;gap:.9375rem;width:100%}._widgetComparatorTeamsDefenceStats_qwopw_1,._widgetComparatorTeamsDisciplineStats_1yrlq_1{height:100%;width:100%}@font-face{font-family:Josefin Sans;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/josefinsans/v32/Qw3PZQNVED7rKGKxtqIqX5E-AVSJrOCfjY46_DjQbMZhLybpUVzEEQ.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}._comparatorFieldMap_u4mug_11{width:100%;padding:.625rem 0}._comparatorFieldMap_u4mug_11 ._subjectFilter_u4mug_15{display:flex;flex-direction:column;gap:.3125rem;margin-bottom:.625rem}._comparatorFieldMap_u4mug_11 ._subjectFilter_u4mug_15 ._filterLabel_u4mug_21{font-family:Josefin Sans,sans-serif;font-size:.6875rem;font-weight:600;color:var(--label-color, var(--text-2));text-transform:uppercase;letter-spacing:.5px}._comparatorFieldMap_u4mug_11 ._subjectOptionLabel_u4mug_29{display:flex;align-items:center;gap:.3125rem;font-family:Josefin Sans,sans-serif;font-size:.6875rem}._comparatorFieldMap_u4mug_11 ._subjectOptionLabel_u4mug_29 ._subjectOptionDot_u4mug_36{display:inline-block;width:10px;height:10px;border-radius:50%;flex-shrink:0;background-color:var(--subject-color)}._widgetComparatorTeamsGoalKicks_1w71l_1,._widgetComparatorTeamsKicks_1vct2_1,._widgetComparatorTeamsLineouts_9f3hh_10{height:100%;width:100%}._widgetComparatorTeamsLineouts_9f3hh_10 ._zonedChart_9f3hh_14 ._zoneControl_9f3hh_14{display:flex;justify-content:center;margin-bottom:.625rem}._widgetComparatorTeamsLineouts_9f3hh_10 ._explorer_9f3hh_19{display:flex;flex-direction:column;gap:.625rem}._widgetComparatorTeamsLineouts_9f3hh_10 ._explorer_9f3hh_19 ._resultOption_9f3hh_24{display:flex;align-items:center;gap:.3125rem;font-size:.6875rem}._widgetComparatorTeamsLineouts_9f3hh_10 ._explorer_9f3hh_19 ._resultOption_9f3hh_24 ._resultOptionDot_9f3hh_30{display:inline-block;width:10px;height:10px;border-radius:50%;background-color:var(--dot-color);flex-shrink:0}._widgetComparatorTeamsLineouts_9f3hh_10 ._explorer_9f3hh_19 ._explorerFields_9f3hh_38{display:flex;gap:.9375rem}@media(max-width:1024px){._widgetComparatorTeamsLineouts_9f3hh_10 ._explorer_9f3hh_19 ._explorerFields_9f3hh_38{flex-direction:column}}._widgetComparatorTeamsLineouts_9f3hh_10 ._explorer_9f3hh_19 ._explorerFields_9f3hh_38 ._explorerColumn_9f3hh_47{flex:1;min-width:0;display:flex;flex-direction:column;align-items:center;gap:.3125rem}._widgetComparatorTeamsLineouts_9f3hh_10 ._explorer_9f3hh_19 ._explorerFields_9f3hh_38 ._explorerColumn_9f3hh_47 ._explorerTeamName_9f3hh_55{font-size:1rem;font-weight:700;text-align:center}._widgetComparatorTeamsLineouts_9f3hh_10 ._explorer_9f3hh_19 ._explorerFields_9f3hh_38 ._explorerColumn_9f3hh_47 ._explorerTotals_9f3hh_60{display:flex;flex-wrap:wrap;justify-content:center;gap:.625rem;font-size:.75rem;font-weight:700}._widgetComparatorTeamsLineouts_9f3hh_10 ._explorer_9f3hh_19 ._explorerFields_9f3hh_38 ._explorerColumn_9f3hh_47 ._explorerTotals_9f3hh_60 ._explorerTotal_9f3hh_60{color:var(--text-strong)}._widgetComparatorTeamsPenaltyKicks_195r0_1,._widgetComparatorTeamsPoints_1ib8c_3{height:100%;width:100%}._widgetComparatorTeamsPoints_1ib8c_3 ._viewToggle_1ib8c_7{justify-content:center;margin-bottom:.9375rem}._widgetComparatorTeamsPossession_vomwp_1,._widgetComparatorTeamsRestarts_14ld9_1,._widgetComparatorTeamsRucks_1fld4_1,._widgetComparatorTeamsScrums_azvx5_1,._widgetComparatorTeamsTries_19ofg_3{height:100%;width:100%}._widgetComparatorTeamsTries_19ofg_3 ._viewToggle_19ofg_7{justify-content:center;margin-bottom:.9375rem}._widgetComparatorTeamsTurnovers_1tjvp_1{height:100%;width:100%}._widgetTeamsComparatorSelector_7f1e4_3 ._content_7f1e4_3{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem}._widgetTeamsComparatorSelector_7f1e4_3 ._content_7f1e4_3 ._selectsRow_7f1e4_9{display:grid;grid-template-columns:repeat(2,1fr);gap:.9375rem}@media(max-width:768px){._widgetTeamsComparatorSelector_7f1e4_3 ._content_7f1e4_3 ._selectsRow_7f1e4_9{grid-template-columns:1fr}}._widgetTeamsComparatorSelector_7f1e4_3 ._content_7f1e4_3 ._selectsRow_7f1e4_9 ._selectField_7f1e4_19{min-width:0}._comparatorLayout_1x06c_3{min-height:calc(100vh - var(--navbar-height, 60px))}._comparatorLayout_1x06c_3 ._sidebar_1x06c_6{position:fixed;top:var(--navbar-height, 60px);left:0;width:var(--sidebar-width, 250px);height:calc(100vh - var(--navbar-height, 60px));z-index:50;transition:width .3s ease}._comparatorLayout_1x06c_3 ._content_1x06c_15{display:flex;flex-direction:column;gap:.9375rem;margin-left:var(--sidebar-width, 250px);padding:.9375rem;overflow-x:hidden;transition:margin-left .3s ease}._colorPickerTrigger_kipcn_22{display:flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;padding:0;border:1px solid rgba(255,255,255,.5);border-radius:.25rem;background:var(--swatch-color);cursor:pointer;flex-shrink:0}._colorPickerTrigger_kipcn_22:hover{border-color:#fff}._colorPickerTrigger_kipcn_22:focus-visible{outline:none;box-shadow:0 0 0 2px #fff9}._colorPickerPanel_kipcn_43{position:absolute;top:var(--color-picker-top);right:0;z-index:100;width:13.5rem;padding:.625rem;background:var(--surface-1);border-radius:.5rem;box-shadow:var(--shadow-2)}._colorPickerPanel_kipcn_43 ._presets_kipcn_54{display:grid;grid-template-columns:repeat(6,1fr);gap:.3125rem}._colorPickerPanel_kipcn_43 ._presets_kipcn_54 ._presetSwatch_kipcn_59{display:flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;padding:0;border:1px solid var(--border-1);border-radius:.25rem;background:var(--swatch-color);cursor:pointer}._colorPickerPanel_kipcn_43 ._presets_kipcn_54 ._presetSwatch_kipcn_59:hover{border-color:var(--border-strong)}._colorPickerPanel_kipcn_43 ._presets_kipcn_54 ._presetSwatch_kipcn_59:focus-visible{outline:none;box-shadow:0 0 0 2px var(--focus-ring-tint)}._colorPickerPanel_kipcn_43 ._presets_kipcn_54 ._presetSwatch_kipcn_59._presetSwatchOnLight_kipcn_78{color:var(--text-strong)}._colorPickerPanel_kipcn_43 ._presets_kipcn_54 ._presetSwatch_kipcn_59._presetSwatchOnDark_kipcn_81{color:#fff}._colorPickerPanel_kipcn_43 ._presets_kipcn_54 ._presetSwatch_kipcn_59 svg{width:.875rem;height:.875rem}._colorPickerPanel_kipcn_43 ._customColor_kipcn_88{display:flex;align-items:center;justify-content:space-between;gap:.625rem;margin-top:.9375rem;font-size:.75rem;color:var(--text-2);cursor:pointer}._colorPickerPanel_kipcn_43 ._customColor_kipcn_88 input{width:2.5rem;height:1.5rem;padding:0;border:1px solid var(--border-1);border-radius:.25rem;background:transparent;cursor:pointer;flex-shrink:0}._colorPickerPanel_kipcn_43 ._resetColor_kipcn_108{width:100%;margin-top:.625rem;padding:.3125rem .625rem;border:1px solid var(--border-1);border-radius:.5rem;background:transparent;font-size:.75rem;color:var(--text-2);cursor:pointer;transition:background .15s ease}._colorPickerPanel_kipcn_43 ._resetColor_kipcn_108:hover{background:var(--surface-2);color:var(--text-strong)}._comparatorFilterCard_1p8xg_3{position:relative;display:flex;flex-direction:column}._comparatorFilterCard_1p8xg_3 ._headerActions_1p8xg_8{display:flex;align-items:center;gap:.3125rem}._comparatorFilterCard_1p8xg_3 ._headerActions_1p8xg_8 ._headerToggle_1p8xg_13{display:inline-flex;align-items:center;justify-content:center;padding:.125rem;border:none;background:transparent;cursor:pointer}._comparatorFilterCard_1p8xg_3 ._headerActions_1p8xg_8 ._headerToggle_1p8xg_13 ._headerChevron_1p8xg_22{width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:6px solid #ffffff;transition:transform .15s;transform:rotate(-90deg)}._comparatorFilterCard_1p8xg_3 ._headerActions_1p8xg_8 ._headerToggle_1p8xg_13 ._headerChevron_1p8xg_22._headerChevronOpen_1p8xg_31{transform:rotate(0)}@font-face{font-family:Josefin Sans;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/josefinsans/v32/Qw3PZQNVED7rKGKxtqIqX5E-AVSJrOCfjY46_DjQbMZhLybpUVzEEQ.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}._comparatorFiltersBar_oxwnt_11{display:flex;flex-direction:column;gap:.625rem}._comparatorFiltersBar_oxwnt_11 ._panels_oxwnt_16{display:flex;gap:.9375rem}@media(max-width:1024px){._comparatorFiltersBar_oxwnt_11 ._panels_oxwnt_16{flex-direction:column;gap:.625rem}}._comparatorFiltersBar_oxwnt_11 ._panels_oxwnt_16>*{flex:1}._comparatorFiltersBar_oxwnt_11 ._controls_oxwnt_29{display:flex;flex-direction:column;gap:.625rem;padding:.9375rem}@media(max-width:1024px){._comparatorFiltersBar_oxwnt_11 ._controls_oxwnt_29{padding:.625rem;gap:.3125rem}}._comparatorFiltersBar_oxwnt_11 ._controls_oxwnt_29 ._dateRow_oxwnt_41{display:flex;align-items:flex-end;gap:.625rem;flex-wrap:wrap}@media(max-width:1024px){._comparatorFiltersBar_oxwnt_11 ._controls_oxwnt_29 ._dateRow_oxwnt_41{gap:.3125rem}}._comparatorFiltersBar_oxwnt_11 ._controls_oxwnt_29 ._dateRow_oxwnt_41 ._dateField_oxwnt_52{display:flex;flex-direction:column;gap:.125rem}._comparatorFiltersBar_oxwnt_11 ._controls_oxwnt_29 ._dateRow_oxwnt_41 ._dateField_oxwnt_52 ._label_oxwnt_57{font-size:.75rem;font-weight:600;color:var(--text-2);text-transform:uppercase;letter-spacing:.05em}@media(max-width:768px){._comparatorFiltersBar_oxwnt_11 ._controls_oxwnt_29 ._dateRow_oxwnt_41 ._dateField_oxwnt_52 ._label_oxwnt_57{font-size:.6875rem}}._comparatorFiltersBar_oxwnt_11 ._controls_oxwnt_29 ._dateRow_oxwnt_41 ._dateField_oxwnt_52 ._dateInput_oxwnt_69{padding:7px 12px;border:1.5px solid #333333;border-radius:6px;font-size:.875rem;font-family:Josefin Sans;color:var(--text-strong);background:var(--surface-1);cursor:pointer}@media(max-width:1024px){._comparatorFiltersBar_oxwnt_11 ._controls_oxwnt_29 ._dateRow_oxwnt_41 ._dateField_oxwnt_52 ._dateInput_oxwnt_69{padding:5px 8px;font-size:.75rem}}._comparatorFiltersBar_oxwnt_11 ._controls_oxwnt_29 ._dateRow_oxwnt_41 ._dateField_oxwnt_52 ._dateInput_oxwnt_69:focus{outline:none;border-color:var(--surface-brand)}._comparatorFiltersBar_oxwnt_11 ._controls_oxwnt_29 ._dateRow_oxwnt_41 ._applyButton_oxwnt_89{padding:8px 20px;background:var(--btn-color, #0d0334);color:#fff;border:none;border-radius:6px;font-size:.875rem;font-family:Josefin Sans;font-weight:600;cursor:pointer;align-self:flex-end;transition:opacity .15s}._comparatorFiltersBar_oxwnt_11 ._controls_oxwnt_29 ._dateRow_oxwnt_41 ._applyButton_oxwnt_89._textBlack_oxwnt_102{color:#111827}._comparatorFiltersBar_oxwnt_11 ._controls_oxwnt_29 ._dateRow_oxwnt_41 ._applyButton_oxwnt_89:hover{opacity:.8}._comparatorFiltersBar_oxwnt_11 ._controls_oxwnt_29 ._locationRow_oxwnt_108{display:flex;gap:.3125rem}@media(max-width:768px){._comparatorFiltersBar_oxwnt_11 ._controls_oxwnt_29 ._locationRow_oxwnt_108{gap:.125rem}}._comparatorFiltersBar_oxwnt_11 ._controls_oxwnt_29 ._locationRow_oxwnt_108 ._locationBtn_oxwnt_117{flex:1;padding:7px 0;border:1.5px solid #333333;border-radius:6px;font-size:.875rem;font-family:Josefin Sans;background:var(--surface-1);color:var(--text-strong);cursor:pointer;transition:background .15s,color .15s,border-color .15s}@media(max-width:1024px){._comparatorFiltersBar_oxwnt_11 ._controls_oxwnt_29 ._locationRow_oxwnt_108 ._locationBtn_oxwnt_117{padding:5px 0;font-size:.75rem}}._comparatorFiltersBar_oxwnt_11 ._controls_oxwnt_29 ._locationRow_oxwnt_108 ._locationBtn_oxwnt_117:hover{border-color:var(--surface-brand);background:var(--surface-2)}._comparatorFiltersBar_oxwnt_11 ._controls_oxwnt_29 ._locationRow_oxwnt_108 ._locationBtn_oxwnt_117._locationBtnActive_oxwnt_139{background:var(--btn-color, #0d0334);border-color:var(--btn-color, #0d0334);color:#fff}._comparatorFiltersBar_oxwnt_11 ._controls_oxwnt_29 ._locationRow_oxwnt_108 ._locationBtn_oxwnt_117._locationBtnActive_oxwnt_139._textBlack_oxwnt_102{color:#111827}._comparatorFiltersBar_oxwnt_11 ._controls_oxwnt_29 ._linkedInfo_oxwnt_147{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;border-radius:50%;border:1px solid #333333;color:var(--text-2);font-size:10px;font-style:italic;font-weight:700;cursor:help;flex-shrink:0}._comparatorFiltersBar_oxwnt_11 ._controls_oxwnt_29 ._matchesSection_oxwnt_162{display:flex;flex-direction:column;gap:.3125rem}._comparatorFiltersBar_oxwnt_11 ._controls_oxwnt_29 ._matchesSection_oxwnt_162 ._matchChips_oxwnt_167{display:flex;flex-wrap:wrap;gap:.3125rem}@media(max-width:1024px){._comparatorFiltersBar_oxwnt_11 ._controls_oxwnt_29 ._matchesSection_oxwnt_162 ._matchChips_oxwnt_167{gap:.125rem}}._comparatorFiltersBar_oxwnt_11 ._controls_oxwnt_29 ._matchesSection_oxwnt_162 ._matchChips_oxwnt_167 ._matchChip_oxwnt_167{padding:4px 10px;border:1.5px solid #333333;border-radius:14px;font-size:.6875rem;font-family:Josefin Sans;background:var(--surface-1);color:var(--text-3);cursor:pointer;text-decoration:line-through;transition:background .15s,color .15s,border-color .15s}@media(max-width:1024px){._comparatorFiltersBar_oxwnt_11 ._controls_oxwnt_29 ._matchesSection_oxwnt_162 ._matchChips_oxwnt_167 ._matchChip_oxwnt_167{padding:3px 8px}}._comparatorFiltersBar_oxwnt_11 ._controls_oxwnt_29 ._matchesSection_oxwnt_162 ._matchChips_oxwnt_167 ._matchChip_oxwnt_167:hover{border-color:var(--surface-brand)}._comparatorFiltersBar_oxwnt_11 ._controls_oxwnt_29 ._matchesSection_oxwnt_162 ._matchChips_oxwnt_167 ._matchChip_oxwnt_167._matchChipActive_oxwnt_197{background:var(--btn-color, #0d0334);border-color:var(--btn-color, #0d0334);color:#fff;text-decoration:none}._comparatorFiltersBar_oxwnt_11 ._controls_oxwnt_29 ._matchesSection_oxwnt_162 ._matchChips_oxwnt_167 ._matchChip_oxwnt_167._matchChipActive_oxwnt_197._textBlack_oxwnt_102{color:#111827}._comparatorFiltersBar_oxwnt_11 ._controls_oxwnt_29 ._competitionRow_oxwnt_206 ._select_oxwnt_206 .comparatorSelect__control{border:1.5px solid #333333;border-radius:6px;font-size:.875rem;font-family:Josefin Sans;min-height:38px;box-shadow:none}._comparatorFiltersBar_oxwnt_11 ._controls_oxwnt_29 ._competitionRow_oxwnt_206 ._select_oxwnt_206 .comparatorSelect__control:hover,._comparatorFiltersBar_oxwnt_11 ._controls_oxwnt_29 ._competitionRow_oxwnt_206 ._select_oxwnt_206 .comparatorSelect__control--is-focused{border-color:var(--surface-brand)}._comparatorFiltersBar_oxwnt_11 ._controls_oxwnt_29 ._competitionRow_oxwnt_206 ._select_oxwnt_206 .comparatorSelect__placeholder{font-size:.875rem;color:var(--text-3)}._comparatorFiltersBar_oxwnt_11 ._controls_oxwnt_29 ._competitionRow_oxwnt_206 ._select_oxwnt_206 .comparatorSelect__multi-value{background:var(--surface-2);border-radius:4px}._comparatorFiltersBar_oxwnt_11 ._controls_oxwnt_29 ._competitionRow_oxwnt_206 ._select_oxwnt_206 .comparatorSelect__multi-value__label{font-size:.75rem;color:var(--text-strong)}._comparatorModeToggle_17cx7_4{display:flex;align-items:center;justify-content:flex-end;gap:.3125rem}@media(max-width:1024px){._comparatorModeToggle_17cx7_4{justify-content:space-between}}._comparatorModeToggle_17cx7_4 ._label_17cx7_15{font-size:.75rem;font-weight:600;color:var(--text-2);text-transform:uppercase;letter-spacing:.05em}@media(max-width:768px){._comparatorModeToggle_17cx7_4 ._label_17cx7_15{font-size:.6875rem}}._widgetComparatorTeamsH2HMatches_1z0wu_4{width:100%}._widgetComparatorTeamsH2HMatches_1z0wu_4 ._matches_1z0wu_7{display:flex;flex-direction:column;gap:.3125rem;max-height:340px;overflow-y:auto;margin:0;padding:.9375rem;list-style:none}._widgetComparatorTeamsH2HMatches_1z0wu_4 ._matches_1z0wu_7 ._matchCard_1z0wu_17{display:flex;flex-direction:column}._widgetComparatorTeamsH2HMatches_1z0wu_4 ._matches_1z0wu_7 ._matchCard_1z0wu_17 ._matchCardButton_1z0wu_21{display:flex;flex-direction:column;gap:.3125rem;width:100%;padding:.3125rem .625rem;border:1px solid var(--border-1);border-radius:8px;background:none;font-family:inherit;color:inherit;text-align:left;cursor:pointer;transition:border-color .15s ease}._widgetComparatorTeamsH2HMatches_1z0wu_4 ._matches_1z0wu_7 ._matchCard_1z0wu_17 ._matchCardButton_1z0wu_21:hover{border-color:var(--surface-brand)}._widgetComparatorTeamsH2HMatches_1z0wu_4 ._matches_1z0wu_7 ._matchCard_1z0wu_17 ._matchCardButton_1z0wu_21 ._matchHeader_1z0wu_39{display:flex;align-items:center;gap:.625rem;font-size:.6875rem}._widgetComparatorTeamsH2HMatches_1z0wu_4 ._matches_1z0wu_7 ._matchCard_1z0wu_17 ._matchCardButton_1z0wu_21 ._matchHeader_1z0wu_39 ._matchDate_1z0wu_45{color:var(--text-3);white-space:nowrap}._widgetComparatorTeamsH2HMatches_1z0wu_4 ._matches_1z0wu_7 ._matchCard_1z0wu_17 ._matchCardButton_1z0wu_21 ._matchHeader_1z0wu_39 ._matchCompetition_1z0wu_49{flex:1;font-weight:600;color:var(--text-strong);text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._widgetComparatorTeamsH2HMatches_1z0wu_4 ._matches_1z0wu_7 ._matchCard_1z0wu_17 ._matchCardButton_1z0wu_21 ._matchTeams_1z0wu_58{display:flex;align-items:center;justify-content:space-between;gap:.3125rem}@media(max-width:768px){._widgetComparatorTeamsH2HMatches_1z0wu_4 ._matches_1z0wu_7 ._matchCard_1z0wu_17 ._matchCardButton_1z0wu_21 ._matchTeams_1z0wu_58{flex-direction:column;align-items:stretch}}._widgetComparatorTeamsH2HMatches_1z0wu_4 ._matches_1z0wu_7 ._matchCard_1z0wu_17 ._matchCardButton_1z0wu_21 ._matchTeams_1z0wu_58 ._matchTeam_1z0wu_58{display:flex;align-items:center;gap:.3125rem;flex:1;min-width:0;padding-left:.3125rem;border-left:3px solid var(--team-color, transparent)}._widgetComparatorTeamsH2HMatches_1z0wu_4 ._matches_1z0wu_7 ._matchCard_1z0wu_17 ._matchCardButton_1z0wu_21 ._matchTeams_1z0wu_58 ._matchTeam_1z0wu_58 ._teamLogo_1z0wu_79{width:22px;height:22px;object-fit:contain;flex-shrink:0}._widgetComparatorTeamsH2HMatches_1z0wu_4 ._matches_1z0wu_7 ._matchCard_1z0wu_17 ._matchCardButton_1z0wu_21 ._matchTeams_1z0wu_58 ._matchTeam_1z0wu_58 ._teamName_1z0wu_85{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.75rem;font-weight:600;color:var(--text-strong)}@media(max-width:768px){._widgetComparatorTeamsH2HMatches_1z0wu_4 ._matches_1z0wu_7 ._matchCard_1z0wu_17 ._matchCardButton_1z0wu_21 ._matchTeams_1z0wu_58 ._matchTeam_1z0wu_58 ._teamName_1z0wu_85{font-size:.6875rem}}._widgetComparatorTeamsH2HMatches_1z0wu_4 ._matches_1z0wu_7 ._matchCard_1z0wu_17 ._matchCardButton_1z0wu_21 ._matchTeams_1z0wu_58 ._matchTeam_1z0wu_58 ._teamScore_1z0wu_98{margin-left:auto;font-size:1rem;font-weight:600;color:var(--text-3)}._widgetComparatorTeamsH2HMatches_1z0wu_4 ._matches_1z0wu_7 ._matchCard_1z0wu_17 ._matchCardButton_1z0wu_21 ._matchTeams_1z0wu_58 ._matchTeam_1z0wu_58 ._teamScore_1z0wu_98._teamScoreWinner_1z0wu_104{color:var(--text-strong);font-weight:700}._widgetComparatorTeamsH2HMatches_1z0wu_4 ._matches_1z0wu_7 ._matchCard_1z0wu_17 ._matchCardButton_1z0wu_21 ._matchTeams_1z0wu_58 ._matchTeam_1z0wu_58._matchTeamRight_1z0wu_108{flex-direction:row-reverse;text-align:right;border-left:none;padding-left:0;padding-right:.3125rem;border-right:3px solid var(--team-color, transparent)}._widgetComparatorTeamsH2HMatches_1z0wu_4 ._matches_1z0wu_7 ._matchCard_1z0wu_17 ._matchCardButton_1z0wu_21 ._matchTeams_1z0wu_58 ._matchTeam_1z0wu_58._matchTeamRight_1z0wu_108 ._teamScore_1z0wu_98{margin-left:0;margin-right:auto}._widgetComparatorTeamsH2HMatches_1z0wu_4 ._matches_1z0wu_7 ._matchCard_1z0wu_17 ._matchCardButton_1z0wu_21 ._matchTeams_1z0wu_58 ._matchSeparator_1z0wu_120{flex-shrink:0;font-weight:700;color:var(--text-3)}._widgetComparatorTeamsH2HSummary_185is_8{width:100%}._widgetComparatorTeamsH2HSummary_185is_8 ._distributionChart_185is_11{padding-top:.625rem}._widgetComparatorTeamsH2HSummary_185is_8 ._summary_185is_14{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem}._widgetComparatorTeamsH2HSummary_185is_8 ._summary_185is_14 ._playedCaption_185is_20{margin:0;text-align:center;font-size:.75rem;color:var(--text-3)}._widgetComparatorTeamsH2HSummary_185is_8 ._summary_185is_14 ._record_185is_26{display:grid;grid-template-columns:repeat(3,1fr);align-items:end;gap:.625rem}._widgetComparatorTeamsH2HSummary_185is_8 ._summary_185is_14 ._record_185is_26 ._recordSide_185is_32{display:flex;flex-direction:column;align-items:center;gap:.125rem;color:var(--record-color, #0d0334)}._widgetComparatorTeamsH2HSummary_185is_8 ._summary_185is_14 ._record_185is_26 ._recordSide_185is_32 ._recordValue_185is_39{font-size:1.5rem;font-weight:700;line-height:1}._widgetComparatorTeamsH2HSummary_185is_8 ._summary_185is_14 ._record_185is_26 ._recordSide_185is_32 ._recordLabel_185is_44{font-size:.6875rem;font-weight:600;text-align:center;color:var(--text-strong)}@media(max-width:768px){._widgetComparatorTeamsH2HSummary_185is_8 ._summary_185is_14 ._record_185is_26 ._recordSide_185is_32 ._recordLabel_185is_44{font-size:.625rem}}._widgetComparatorTeamsH2HTrend_4usfa_7{position:relative;width:100%}._widgetComparatorTeamsH2HTrend_4usfa_7 ._chart_4usfa_11,._widgetComparatorTeamsH2HTrend_4usfa_7 ._distribution_4usfa_14{padding:.9375rem}._faceToFace_bqbws_3{display:flex;flex-direction:column;gap:.9375rem}._widgetComparatorTeamsFormSummary_ghy87_3{height:100%;width:100%}._widgetComparatorTeamsFormSummary_ghy87_3 ._table_ghy87_7{padding:.9375rem}@media(max-width:768px){._widgetComparatorTeamsFormSummary_ghy87_3 ._table_ghy87_7{padding:.3125rem}}._logoScrollStrip_17b9d_4{position:relative;min-width:0;max-width:calc(304px + .9375rem)}@media(max-width:768px){._logoScrollStrip_17b9d_4{max-width:calc(108px + .125rem)}}._logoScrollStrip_17b9d_4._logoScrollStripRight_17b9d_14{margin-left:auto}._logoScrollStrip_17b9d_4 ._strip_17b9d_17{display:flex;gap:.3125rem;overflow-x:auto;scrollbar-width:thin;padding-bottom:.125rem}._logoScrollStrip_17b9d_4 ._strip_17b9d_17 ._item_17b9d_24{display:flex;flex-shrink:0;flex-direction:column;align-items:center;justify-content:flex-start;gap:.125rem;width:76px;padding:.3125rem;border-radius:10px;border:1px solid rgba(217,217,217,.6);background-color:var(--surface-1)}@media(max-width:768px){._logoScrollStrip_17b9d_4 ._strip_17b9d_17 ._item_17b9d_24{width:54px;padding:.125rem;border-radius:8px}}._logoScrollStrip_17b9d_4 ._strip_17b9d_17 ._item_17b9d_24 ._itemLogo_17b9d_44{width:28px;height:28px;object-fit:contain}@media(max-width:768px){._logoScrollStrip_17b9d_4 ._strip_17b9d_17 ._item_17b9d_24 ._itemLogo_17b9d_44{width:22px;height:22px}}._logoScrollStrip_17b9d_4 ._strip_17b9d_17 ._item_17b9d_24 ._itemLogoPlaceholder_17b9d_55{width:28px;height:28px;border-radius:8px;background-color:var(--surface-2)}@media(max-width:768px){._logoScrollStrip_17b9d_4 ._strip_17b9d_17 ._item_17b9d_24 ._itemLogoPlaceholder_17b9d_55{width:22px;height:22px}}._logoScrollStrip_17b9d_4 ._strip_17b9d_17 ._item_17b9d_24 ._itemName_17b9d_67{width:100%;font-size:.6875rem;font-weight:600;color:var(--text-ink);text-align:center;white-space:normal;overflow-wrap:anywhere}@media(max-width:768px){._logoScrollStrip_17b9d_4 ._strip_17b9d_17 ._item_17b9d_24 ._itemName_17b9d_67{font-size:.625rem}}._logoScrollStrip_17b9d_4 ._scrollHint_17b9d_81{position:absolute;top:40%;transform:translateY(-50%)}._logoScrollStrip_17b9d_4 ._scrollHint_17b9d_81._scrollHintLeft_17b9d_86{left:0}._logoScrollStrip_17b9d_4 ._scrollHint_17b9d_81._scrollHintRight_17b9d_89{right:0}._logoScrollStrip_17b9d_4 ._scrollHint_17b9d_81{display:flex;align-items:center;justify-content:center;width:22px;height:22px;padding:0;border:none;border-radius:50%}@media(max-width:768px){._logoScrollStrip_17b9d_4 ._scrollHint_17b9d_81{width:18px;height:18px}}._logoScrollStrip_17b9d_4 ._scrollHint_17b9d_81{background-color:var(--surface-1);color:var(--text-strong);box-shadow:0 2px 8px #0d033438;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease}._logoScrollStrip_17b9d_4 ._scrollHint_17b9d_81:hover{transform:translateY(-50%) scale(1.12);box-shadow:0 4px 12px #0d03344d}._widgetComparatorTeamsHeader_9sp2g_4{height:100%;width:100%}._widgetComparatorTeamsHeader_9sp2g_4 ._matchup_9sp2g_8{display:grid;grid-template-columns:1fr auto 1fr;align-items:start;gap:.9375rem;padding:1.25rem}@media(max-width:768px){._widgetComparatorTeamsHeader_9sp2g_4 ._matchup_9sp2g_8{gap:.3125rem;padding:.625rem}}._widgetComparatorTeamsHeader_9sp2g_4 ._matchup_9sp2g_8 ._teamIdentity_9sp2g_21{display:flex;flex-direction:column;align-items:flex-start;gap:.625rem}@media(max-width:768px){._widgetComparatorTeamsHeader_9sp2g_4 ._matchup_9sp2g_8 ._teamIdentity_9sp2g_21{gap:.3125rem;min-width:0}}._widgetComparatorTeamsHeader_9sp2g_4 ._matchup_9sp2g_8 ._teamIdentity_9sp2g_21._teamIdentityRight_9sp2g_33{align-items:flex-end;text-align:right}._widgetComparatorTeamsHeader_9sp2g_4 ._matchup_9sp2g_8 ._teamIdentity_9sp2g_21 ._crest_9sp2g_37{display:flex;align-items:center;justify-content:center;height:4rem;width:4rem;border-radius:50%;border:3px solid var(--team-color);overflow:hidden}@media(max-width:768px){._widgetComparatorTeamsHeader_9sp2g_4 ._matchup_9sp2g_8 ._teamIdentity_9sp2g_21 ._crest_9sp2g_37{height:2.75rem;width:2.75rem;border-width:2px}}._widgetComparatorTeamsHeader_9sp2g_4 ._matchup_9sp2g_8 ._teamIdentity_9sp2g_21 ._crest_9sp2g_37 ._crestImage_9sp2g_54{height:100%;width:100%;object-fit:contain}._widgetComparatorTeamsHeader_9sp2g_4 ._matchup_9sp2g_8 ._teamIdentity_9sp2g_21 ._crest_9sp2g_37 ._crestInitials_9sp2g_59{font-size:1.125rem;font-weight:700;color:var(--team-color);text-transform:uppercase}@media(max-width:768px){._widgetComparatorTeamsHeader_9sp2g_4 ._matchup_9sp2g_8 ._teamIdentity_9sp2g_21 ._crest_9sp2g_37 ._crestInitials_9sp2g_59{font-size:.75rem}}._widgetComparatorTeamsHeader_9sp2g_4 ._matchup_9sp2g_8 ._teamIdentity_9sp2g_21 ._teamName_9sp2g_70{font-size:1.25rem;font-weight:700;color:var(--text-strong)}@media(max-width:1024px){._widgetComparatorTeamsHeader_9sp2g_4 ._matchup_9sp2g_8 ._teamIdentity_9sp2g_21 ._teamName_9sp2g_70{font-size:1rem}}@media(max-width:768px){._widgetComparatorTeamsHeader_9sp2g_4 ._matchup_9sp2g_8 ._teamIdentity_9sp2g_21 ._teamName_9sp2g_70{font-size:.875rem;max-width:100%;overflow-wrap:anywhere}}._widgetComparatorTeamsHeader_9sp2g_4 ._matchup_9sp2g_8 ._versus_9sp2g_87{align-self:center;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.625rem}@media(max-width:768px){._widgetComparatorTeamsHeader_9sp2g_4 ._matchup_9sp2g_8 ._versus_9sp2g_87{gap:.3125rem}}._widgetComparatorTeamsHeader_9sp2g_4 ._matchup_9sp2g_8 ._versus_9sp2g_87 ._versusBall_9sp2g_100{width:34px;height:24px;flex-shrink:0;filter:brightness(0) invert(60%)}@media(max-width:768px){._widgetComparatorTeamsHeader_9sp2g_4 ._matchup_9sp2g_8 ._versus_9sp2g_87 ._versusBall_9sp2g_100{width:24px;height:17px}}._widgetComparatorTeamsHeader_9sp2g_4 ._matchup_9sp2g_8 ._versus_9sp2g_87 ._versusLabel_9sp2g_112{display:block;background-color:var(--surface-brand);color:#fff;font-size:.75rem;font-weight:700;letter-spacing:1px;text-transform:uppercase;padding:.125rem .9375rem;border-radius:20px;white-space:nowrap;box-shadow:0 2px 6px #0003}@media(max-width:768px){._widgetComparatorTeamsHeader_9sp2g_4 ._matchup_9sp2g_8 ._versus_9sp2g_87 ._versusLabel_9sp2g_112{font-size:.625rem;letter-spacing:.5px;padding:.125rem .3125rem}}._widgetComparatorTeamsKeyKpis_oxrtw_3{position:relative;height:100%;width:100%}._widgetComparatorTeamsKeyKpis_oxrtw_3 ._rows_oxrtw_8{display:grid;grid-template-columns:repeat(2,1fr);gap:.625rem;padding:.9375rem}@media(max-width:1024px){._widgetComparatorTeamsKeyKpis_oxrtw_3 ._rows_oxrtw_8{grid-template-columns:1fr}}._widgetComparatorTeamsRadar_1ya55_1{height:100%;width:100%}._widgetComparatorTeamsRadar_1ya55_1 ._chart_1ya55_5{display:flex;justify-content:center}._headToHead_zewg3_3{display:flex;flex-direction:column;gap:.9375rem}._widgetComparatorPlayersActivity_1jzpt_1,._widgetComparatorPlayersAerialDuels_zpy05_1,._widgetComparatorPlayersAttack_19laz_1,._widgetComparatorPlayersBallsLost_xuepz_1,._widgetComparatorPlayersContactsRucks_x4mld_1,._widgetComparatorPlayersContestsCounterRucks_z8pl8_1{display:flex;flex-direction:column;width:100%}._widgetComparatorPlayersCustom_8bicg_3{display:flex;flex-direction:column;gap:.9375rem;width:100%}._widgetComparatorPlayersDiscipline_1y2tg_1,._widgetComparatorPlayersGoalKicks_14cy6_1,._widgetComparatorPlayersHandGame_1rhmi_1,._widgetComparatorPlayersKicks_n9qqa_1,._widgetComparatorPlayersKicksToTouch_87ckm_1,._widgetComparatorPlayersLineouts_4hc8e_1,._widgetComparatorPlayersPasses_1gcki_1,._widgetComparatorPlayersPointsScored_acbop_1,._widgetComparatorPlayersRestarts_7os86_1,._widgetComparatorPlayersScrums_1pal5_1,._widgetComparatorPlayersTackles_1hqq6_1,._widgetComparatorPlayersTurnovers_unmzj_1{display:flex;flex-direction:column;width:100%}._columnGrid_1ek11_3{display:grid;grid-template-columns:repeat(var(--column-count, 2),minmax(0,1fr));gap:var(--column-gap, .9375rem);align-items:stretch;width:100%}@media(max-width:1280px){._columnGrid_1ek11_3{grid-template-columns:repeat(min(var(--column-count, 2),2),minmax(0,1fr))}}@media(max-width:768px){._columnGrid_1ek11_3{grid-template-columns:minmax(0,1fr)}}@font-face{font-family:Josefin Sans;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/josefinsans/v32/Qw3PZQNVED7rKGKxtqIqX5E-AVSJrOCfjY46_DjQbMZhLybpUVzEEQ.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}._resetFiltersButton_1f8n7_11{display:flex;align-items:center;gap:.125rem;border:none;border-radius:8px;background:none;padding:.3125rem .625rem;color:var(--text-2);font-size:.75rem;font-family:Josefin Sans;cursor:pointer;transition:all .2s ease-in-out}._resetFiltersButton_1f8n7_11:hover{background-color:#0d033414;color:var(--text-strong)}._resetFiltersButton_1f8n7_11:hover ._resetFiltersButtonIcon_1f8n7_29{transform:rotate(-75deg)}._resetFiltersButton_1f8n7_11 ._resetFiltersButtonIcon_1f8n7_29{flex-shrink:0;transition:transform .3s ease-in-out}._playerPickerModal_1slgd_4{max-width:900px}._playerPickerModal_1slgd_4 ._picker_1slgd_7{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem}._playerPickerModal_1slgd_4 ._picker_1slgd_7 ._toolbar_1slgd_13{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;gap:.9375rem}@media(max-width:768px){._playerPickerModal_1slgd_4 ._picker_1slgd_7 ._toolbar_1slgd_13{flex-direction:column;align-items:stretch}}._playerPickerModal_1slgd_4 ._picker_1slgd_7 ._toolbar_1slgd_13 ._searchInput_1slgd_26{width:100%;max-width:18rem}@media(max-width:768px){._playerPickerModal_1slgd_4 ._picker_1slgd_7 ._toolbar_1slgd_13 ._searchInput_1slgd_26{max-width:100%}}._playerPickerModal_1slgd_4 ._picker_1slgd_7 ._selectsRow_1slgd_35{display:grid;grid-template-columns:repeat(3,1fr);gap:.9375rem}@media(max-width:768px){._playerPickerModal_1slgd_4 ._picker_1slgd_7 ._selectsRow_1slgd_35{grid-template-columns:1fr}}._playerPickerModal_1slgd_4 ._picker_1slgd_7 ._selectsRow_1slgd_35 ._selectField_1slgd_45{display:flex;flex-direction:column;gap:.125rem;min-width:0}._playerPickerModal_1slgd_4 ._picker_1slgd_7 ._selectsRow_1slgd_35 ._selectField_1slgd_45 ._selectLabel_1slgd_51{font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.02em;color:var(--text-3)}._playerPickerModal_1slgd_4 ._picker_1slgd_7 ._resetRow_1slgd_58{display:flex;justify-content:flex-end}._playerPickerModal_1slgd_4 ._picker_1slgd_7 ._playersGrid_1slgd_62{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:.9375rem}@media(max-width:768px){._playerPickerModal_1slgd_4 ._picker_1slgd_7 ._playersGrid_1slgd_62{grid-template-columns:repeat(auto-fill,minmax(130px,1fr))}}._playerSlot_1k9t2_4{display:flex;flex-direction:column;gap:.3125rem;padding:.625rem;border:2px solid #999999;border-left-width:6px;border-left-color:var(--slot-color);border-radius:8px;background:var(--surface-1);text-align:left;cursor:pointer;transition:border-color .15s,box-shadow .15s}._playerSlot_1k9t2_4:hover{box-shadow:0 2px 10px #0000001f}._playerSlot_1k9t2_4 ._slotLabel_1k9t2_21{display:flex;align-items:baseline;gap:.125rem;font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.02em;color:var(--text-3)}._playerSlot_1k9t2_4 ._slotLabel_1k9t2_21 ._slotOptional_1k9t2_31{font-weight:500;text-transform:none;color:var(--text-4);font-style:italic}._playerSlot_1k9t2_4 ._slotPlayer_1k9t2_37{display:flex;align-items:center;gap:.625rem}._playerSlot_1k9t2_4 ._slotPlayer_1k9t2_37 ._slotPhoto_1k9t2_42{width:48px;height:48px;border-radius:50%;object-fit:cover;object-position:center top;background-color:var(--surface-2);flex-shrink:0}._playerSlot_1k9t2_4 ._slotPlayer_1k9t2_37 ._slotInfo_1k9t2_51{display:flex;flex-direction:column;min-width:0;flex:1}._playerSlot_1k9t2_4 ._slotPlayer_1k9t2_37 ._slotInfo_1k9t2_51 ._slotName_1k9t2_57{font-size:.875rem;font-weight:700;color:var(--text-strong);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._playerSlot_1k9t2_4 ._slotPlayer_1k9t2_37 ._slotInfo_1k9t2_51 ._slotPosition_1k9t2_65{font-size:.6875rem;color:var(--text-3)}._playerSlot_1k9t2_4 ._slotPlayer_1k9t2_37 ._slotClear_1k9t2_69{display:flex;align-items:center;justify-content:center;width:24px;height:24px;flex-shrink:0;border-radius:50%;font-size:1rem;line-height:1;color:var(--text-3);cursor:pointer}._playerSlot_1k9t2_4 ._slotPlayer_1k9t2_37 ._slotClear_1k9t2_69:hover{background:#999;color:#fff}._playerSlot_1k9t2_4 ._slotPlaceholder_1k9t2_86{font-size:.875rem;color:var(--text-4);font-style:italic}._widgetPlayersComparatorSelector_l0c48_3 ._content_l0c48_3{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem}@font-face{font-family:Josefin Sans;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/josefinsans/v32/Qw3PZQNVED7rKGKxtqIqX5E-AVSJrOCfjY46_DjQbMZhLybpUVzEEQ.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}._playersComparatorFiltersBar_4vkaq_11{display:flex;flex-direction:column;gap:.625rem}@media(max-width:1024px){._playersComparatorFiltersBar_4vkaq_11 ._panels_4vkaq_17{gap:.625rem}}._playersComparatorFiltersBar_4vkaq_11 ._controls_4vkaq_21{display:flex;flex-direction:column;gap:.625rem;padding:.9375rem}@media(max-width:1024px){._playersComparatorFiltersBar_4vkaq_11 ._controls_4vkaq_21{padding:.625rem;gap:.3125rem}}._playersComparatorFiltersBar_4vkaq_11 ._controls_4vkaq_21 ._dateRow_4vkaq_33{display:flex;align-items:flex-end;gap:.625rem;flex-wrap:wrap}@media(max-width:1024px){._playersComparatorFiltersBar_4vkaq_11 ._controls_4vkaq_21 ._dateRow_4vkaq_33{gap:.3125rem}}._playersComparatorFiltersBar_4vkaq_11 ._controls_4vkaq_21 ._dateRow_4vkaq_33 ._dateField_4vkaq_44{display:flex;flex-direction:column;gap:.125rem}._playersComparatorFiltersBar_4vkaq_11 ._controls_4vkaq_21 ._dateRow_4vkaq_33 ._dateField_4vkaq_44 ._label_4vkaq_49{font-size:.75rem;font-weight:600;color:var(--text-2);text-transform:uppercase;letter-spacing:.05em}@media(max-width:768px){._playersComparatorFiltersBar_4vkaq_11 ._controls_4vkaq_21 ._dateRow_4vkaq_33 ._dateField_4vkaq_44 ._label_4vkaq_49{font-size:.6875rem}}._playersComparatorFiltersBar_4vkaq_11 ._controls_4vkaq_21 ._dateRow_4vkaq_33 ._dateField_4vkaq_44 ._dateInput_4vkaq_61{padding:7px 12px;border:1.5px solid #333333;border-radius:6px;font-size:.875rem;font-family:Josefin Sans;color:var(--text-strong);background:var(--surface-1);cursor:pointer}@media(max-width:1024px){._playersComparatorFiltersBar_4vkaq_11 ._controls_4vkaq_21 ._dateRow_4vkaq_33 ._dateField_4vkaq_44 ._dateInput_4vkaq_61{padding:5px 8px;font-size:.75rem}}._playersComparatorFiltersBar_4vkaq_11 ._controls_4vkaq_21 ._dateRow_4vkaq_33 ._dateField_4vkaq_44 ._dateInput_4vkaq_61:focus{outline:none;border-color:var(--surface-brand)}._playersComparatorFiltersBar_4vkaq_11 ._controls_4vkaq_21 ._dateRow_4vkaq_33 ._applyButton_4vkaq_81{padding:8px 20px;background:var(--btn-color, #0d0334);color:#fff;border:none;border-radius:6px;font-size:.875rem;font-family:Josefin Sans;font-weight:600;cursor:pointer;align-self:flex-end;transition:opacity .15s}._playersComparatorFiltersBar_4vkaq_11 ._controls_4vkaq_21 ._dateRow_4vkaq_33 ._applyButton_4vkaq_81._textBlack_4vkaq_94{color:#111827}._playersComparatorFiltersBar_4vkaq_11 ._controls_4vkaq_21 ._dateRow_4vkaq_33 ._applyButton_4vkaq_81:hover{opacity:.8}._playersComparatorFiltersBar_4vkaq_11 ._controls_4vkaq_21 ._label_4vkaq_49{font-size:.75rem;font-weight:600;color:var(--text-2);text-transform:uppercase;letter-spacing:.05em}@media(max-width:768px){._playersComparatorFiltersBar_4vkaq_11 ._controls_4vkaq_21 ._label_4vkaq_49{font-size:.6875rem}}._playersComparatorFiltersBar_4vkaq_11 ._controls_4vkaq_21 ._linkedInfo_4vkaq_112{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;border-radius:50%;border:1px solid #333333;color:var(--text-2);font-size:10px;font-style:italic;font-weight:700;cursor:help;flex-shrink:0}._playersComparatorFiltersBar_4vkaq_11 ._controls_4vkaq_21 ._matchesSection_4vkaq_127{display:flex;flex-direction:column;gap:.3125rem}._playersComparatorFiltersBar_4vkaq_11 ._controls_4vkaq_21 ._matchesSection_4vkaq_127 ._matchChips_4vkaq_132{display:flex;flex-wrap:wrap;gap:.3125rem}@media(max-width:1024px){._playersComparatorFiltersBar_4vkaq_11 ._controls_4vkaq_21 ._matchesSection_4vkaq_127 ._matchChips_4vkaq_132{gap:.125rem}}._playersComparatorFiltersBar_4vkaq_11 ._controls_4vkaq_21 ._matchesSection_4vkaq_127 ._matchChips_4vkaq_132 ._matchChip_4vkaq_132{padding:4px 10px;border:1.5px solid #333333;border-radius:14px;font-size:.6875rem;font-family:Josefin Sans;background:var(--surface-1);color:var(--text-3);cursor:pointer;text-decoration:line-through;transition:background .15s,color .15s,border-color .15s}@media(max-width:1024px){._playersComparatorFiltersBar_4vkaq_11 ._controls_4vkaq_21 ._matchesSection_4vkaq_127 ._matchChips_4vkaq_132 ._matchChip_4vkaq_132{padding:3px 8px}}._playersComparatorFiltersBar_4vkaq_11 ._controls_4vkaq_21 ._matchesSection_4vkaq_127 ._matchChips_4vkaq_132 ._matchChip_4vkaq_132:hover{border-color:var(--surface-brand)}._playersComparatorFiltersBar_4vkaq_11 ._controls_4vkaq_21 ._matchesSection_4vkaq_127 ._matchChips_4vkaq_132 ._matchChip_4vkaq_132._matchChipActive_4vkaq_162{background:var(--btn-color, #0d0334);border-color:var(--btn-color, #0d0334);color:#fff;text-decoration:none}._playersComparatorFiltersBar_4vkaq_11 ._controls_4vkaq_21 ._matchesSection_4vkaq_127 ._matchChips_4vkaq_132 ._matchChip_4vkaq_132._matchChipActive_4vkaq_162._textBlack_4vkaq_94{color:#111827}._widgetComparatorPlayersHeader_1bep2_4{height:100%;width:100%}._widgetComparatorPlayersHeader_1bep2_4 ._playerColumns_1bep2_8{position:relative;padding:1.25rem}@media(max-width:768px){._widgetComparatorPlayersHeader_1bep2_4 ._playerColumns_1bep2_8{padding:.625rem}}._widgetComparatorPlayersHeader_1bep2_4 ._playerColumns_1bep2_8 ._versus_1bep2_17{align-self:center;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.625rem}@media(max-width:768px){._widgetComparatorPlayersHeader_1bep2_4 ._playerColumns_1bep2_8 ._versus_1bep2_17{gap:.3125rem}}._widgetComparatorPlayersHeader_1bep2_4 ._playerColumns_1bep2_8 ._versus_1bep2_17 ._versusBall_1bep2_30{width:34px;height:24px;flex-shrink:0;filter:brightness(0) invert(60%)}@media(max-width:768px){._widgetComparatorPlayersHeader_1bep2_4 ._playerColumns_1bep2_8 ._versus_1bep2_17 ._versusBall_1bep2_30{width:24px;height:17px}}._widgetComparatorPlayersHeader_1bep2_4 ._playerColumns_1bep2_8 ._versus_1bep2_17 ._versusLabel_1bep2_42{display:block;background-color:var(--surface-brand);color:#fff;font-size:.75rem;font-weight:700;letter-spacing:1px;text-transform:uppercase;padding:.125rem .9375rem;border-radius:20px;white-space:nowrap;box-shadow:0 2px 6px #0003}@media(max-width:768px){._widgetComparatorPlayersHeader_1bep2_4 ._playerColumns_1bep2_8 ._versus_1bep2_17 ._versusLabel_1bep2_42{font-size:.625rem;letter-spacing:.5px;padding:.125rem .3125rem}}._widgetComparatorPlayersHeader_1bep2_4 ._playerColumns_1bep2_8 ._versus_1bep2_17{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1}._widgetComparatorPlayersHeader_1bep2_4 ._playerColumns_1bep2_8 ._columnsGrid_1bep2_69{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;column-gap:3.75rem;row-gap:.9375rem}@media(max-width:768px){._widgetComparatorPlayersHeader_1bep2_4 ._playerColumns_1bep2_8 ._columnsGrid_1bep2_69{grid-template-columns:minmax(0,1fr);column-gap:.625rem;row-gap:.625rem}}._widgetComparatorPlayersHeader_1bep2_4 ._playerColumns_1bep2_8 ._columnsGrid_1bep2_69 ._playerColumn_1bep2_8{display:flex;flex-direction:column;align-items:flex-start;text-align:left;gap:.3125rem;padding:.625rem;border-radius:10px}._widgetComparatorPlayersHeader_1bep2_4 ._playerColumns_1bep2_8 ._columnsGrid_1bep2_69 ._playerColumn_1bep2_8._playerColumnRight_1bep2_92{align-items:flex-end;text-align:right}._widgetComparatorPlayersHeader_1bep2_4 ._playerColumns_1bep2_8 ._columnsGrid_1bep2_69 ._playerColumn_1bep2_8 ._portrait_1bep2_96{display:flex;align-items:center;justify-content:center;height:4rem;width:4rem;border-radius:50%;border:3px solid var(--player-color);overflow:hidden}@media(max-width:768px){._widgetComparatorPlayersHeader_1bep2_4 ._playerColumns_1bep2_8 ._columnsGrid_1bep2_69 ._playerColumn_1bep2_8 ._portrait_1bep2_96{height:2.75rem;width:2.75rem;border-width:2px}}._widgetComparatorPlayersHeader_1bep2_4 ._playerColumns_1bep2_8 ._columnsGrid_1bep2_69 ._playerColumn_1bep2_8 ._portrait_1bep2_96 ._portraitImage_1bep2_113{height:100%;width:100%;object-fit:cover;object-position:top center}._widgetComparatorPlayersHeader_1bep2_4 ._playerColumns_1bep2_8 ._columnsGrid_1bep2_69 ._playerColumn_1bep2_8 ._playerName_1bep2_119{font-size:1.25rem;font-weight:700;color:var(--text-strong)}@media(max-width:1024px){._widgetComparatorPlayersHeader_1bep2_4 ._playerColumns_1bep2_8 ._columnsGrid_1bep2_69 ._playerColumn_1bep2_8 ._playerName_1bep2_119{font-size:1rem}}@media(max-width:768px){._widgetComparatorPlayersHeader_1bep2_4 ._playerColumns_1bep2_8 ._columnsGrid_1bep2_69 ._playerColumn_1bep2_8 ._playerName_1bep2_119{font-size:.875rem;max-width:100%;overflow-wrap:anywhere}}._widgetComparatorPlayersHeader_1bep2_4 ._playerColumns_1bep2_8 ._columnsGrid_1bep2_69 ._playerColumn_1bep2_8 ._playerPosition_1bep2_136{font-size:.75rem;font-weight:600;color:var(--text-ink)}@media(max-width:768px){._widgetComparatorPlayersHeader_1bep2_4 ._playerColumns_1bep2_8 ._columnsGrid_1bep2_69 ._playerColumn_1bep2_8 ._playerPosition_1bep2_136{font-size:.6875rem}}._widgetComparatorPlayersHeader_1bep2_4 ._playerColumns_1bep2_8 ._columnsGrid_1bep2_69 ._playerColumn_1bep2_8 ._playerName_1bep2_119{font-size:1rem}._widgetComparatorPlayersHeader_1bep2_4 ._playerColumns_1bep2_8 ._columnsGrid_1bep2_69 ._playerColumn_1bep2_8 ._playerBio_1bep2_149{font-size:.6875rem;color:var(--text-3)}._widgetComparatorPlayersHeader_1bep2_4 ._matchup_1bep2_153{display:grid;grid-template-columns:1fr auto 1fr;align-items:start;gap:.9375rem;padding:1.25rem}@media(max-width:768px){._widgetComparatorPlayersHeader_1bep2_4 ._matchup_1bep2_153{gap:.3125rem;padding:.625rem}}._widgetComparatorPlayersHeader_1bep2_4 ._matchup_1bep2_153 ._playerIdentity_1bep2_166{display:flex;flex-direction:column;align-items:flex-start;gap:.625rem}._widgetComparatorPlayersHeader_1bep2_4 ._matchup_1bep2_153 ._playerIdentity_1bep2_166 ._portrait_1bep2_96{display:flex;align-items:center;justify-content:center;height:4rem;width:4rem;border-radius:50%;border:3px solid var(--player-color);overflow:hidden}@media(max-width:768px){._widgetComparatorPlayersHeader_1bep2_4 ._matchup_1bep2_153 ._playerIdentity_1bep2_166 ._portrait_1bep2_96{height:2.75rem;width:2.75rem;border-width:2px}}._widgetComparatorPlayersHeader_1bep2_4 ._matchup_1bep2_153 ._playerIdentity_1bep2_166 ._portrait_1bep2_96 ._portraitImage_1bep2_113{height:100%;width:100%;object-fit:cover;object-position:top center}._widgetComparatorPlayersHeader_1bep2_4 ._matchup_1bep2_153 ._playerIdentity_1bep2_166 ._playerName_1bep2_119{font-size:1.25rem;font-weight:700;color:var(--text-strong)}@media(max-width:1024px){._widgetComparatorPlayersHeader_1bep2_4 ._matchup_1bep2_153 ._playerIdentity_1bep2_166 ._playerName_1bep2_119{font-size:1rem}}@media(max-width:768px){._widgetComparatorPlayersHeader_1bep2_4 ._matchup_1bep2_153 ._playerIdentity_1bep2_166 ._playerName_1bep2_119{font-size:.875rem;max-width:100%;overflow-wrap:anywhere}}._widgetComparatorPlayersHeader_1bep2_4 ._matchup_1bep2_153 ._playerIdentity_1bep2_166 ._playerPosition_1bep2_136{font-size:.75rem;font-weight:600;color:var(--text-ink)}@media(max-width:768px){._widgetComparatorPlayersHeader_1bep2_4 ._matchup_1bep2_153 ._playerIdentity_1bep2_166 ._playerPosition_1bep2_136{font-size:.6875rem}}@media(max-width:768px){._widgetComparatorPlayersHeader_1bep2_4 ._matchup_1bep2_153 ._playerIdentity_1bep2_166{gap:.3125rem;min-width:0}}._widgetComparatorPlayersHeader_1bep2_4 ._matchup_1bep2_153 ._playerIdentity_1bep2_166._playerIdentityRight_1bep2_228{align-items:flex-end;text-align:right}._widgetComparatorPlayersHeader_1bep2_4 ._matchup_1bep2_153 ._versus_1bep2_17{align-self:center;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.625rem}@media(max-width:768px){._widgetComparatorPlayersHeader_1bep2_4 ._matchup_1bep2_153 ._versus_1bep2_17{gap:.3125rem}}._widgetComparatorPlayersHeader_1bep2_4 ._matchup_1bep2_153 ._versus_1bep2_17 ._versusBall_1bep2_30{width:34px;height:24px;flex-shrink:0;filter:brightness(0) invert(60%)}@media(max-width:768px){._widgetComparatorPlayersHeader_1bep2_4 ._matchup_1bep2_153 ._versus_1bep2_17 ._versusBall_1bep2_30{width:24px;height:17px}}._widgetComparatorPlayersHeader_1bep2_4 ._matchup_1bep2_153 ._versus_1bep2_17 ._versusLabel_1bep2_42{display:block;background-color:var(--surface-brand);color:#fff;font-size:.75rem;font-weight:700;letter-spacing:1px;text-transform:uppercase;padding:.125rem .9375rem;border-radius:20px;white-space:nowrap;box-shadow:0 2px 6px #0003}@media(max-width:768px){._widgetComparatorPlayersHeader_1bep2_4 ._matchup_1bep2_153 ._versus_1bep2_17 ._versusLabel_1bep2_42{font-size:.625rem;letter-spacing:.5px;padding:.125rem .3125rem}}._widgetComparatorPlayersKeyStats_2mszp_3{position:relative;height:100%;width:100%}._widgetComparatorPlayersKeyStats_2mszp_3 ._rows_2mszp_8{display:grid;grid-template-columns:repeat(2,1fr);gap:.625rem;padding:.9375rem}@media(max-width:1024px){._widgetComparatorPlayersKeyStats_2mszp_3 ._rows_2mszp_8{grid-template-columns:1fr}}._profileVs_9fynq_3{display:flex;flex-direction:column;gap:.9375rem}@keyframes _pulseDot_igrie_1{0%,to{opacity:1}50%{opacity:.3}}._widgetHomeFavoriteCompetitions_igrie_12{width:100%;display:flex;flex-direction:column;gap:.9375rem}._widgetHomeFavoriteCompetitions_igrie_12 ._content_igrie_18{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem}._widgetHomeFavoriteCompetitions_igrie_12 ._content_igrie_18 ._emptyState_igrie_24{display:flex;flex-direction:column;align-items:center;gap:.625rem;padding:1.25rem;border:1px solid var(--border-1);border-radius:8px;background-color:var(--surface-2)}._widgetHomeFavoriteCompetitions_igrie_12 ._content_igrie_18 ._emptyState_igrie_24 ._emptyMessage_igrie_34{color:var(--text-3);font-size:.875rem;text-align:center}._widgetHomeFavoriteCompetitions_igrie_12 ._content_igrie_18 ._emptyState_igrie_24 ._emptyCtaButton_igrie_39{padding:.9375rem 1.5625rem;background-color:var(--surface-brand);color:#fff;border:none;border-radius:999px;cursor:pointer;font-size:.875rem;font-weight:500}._widgetHomeFavoriteCompetitions_igrie_12 ._content_igrie_18 ._competitionsList_igrie_49{display:flex;flex-direction:row;overflow-x:auto;gap:.9375rem}._widgetHomeFavoriteCompetitions_igrie_12 ._content_igrie_18 ._competitionsList_igrie_49 ._competitionCard_igrie_55{display:flex;flex-direction:column;align-items:center;gap:.3125rem;background-color:var(--surface-1);border:1px solid var(--border-1);border-radius:12px;padding:.9375rem;min-width:130px;text-align:center;cursor:pointer;position:relative}._widgetHomeFavoriteCompetitions_igrie_12 ._content_igrie_18 ._competitionsList_igrie_49 ._competitionCard_igrie_55:hover{border-color:var(--surface-brand)}._widgetHomeFavoriteCompetitions_igrie_12 ._content_igrie_18 ._competitionsList_igrie_49 ._competitionCard_igrie_55._competitionCardSelected_igrie_72{border-color:var(--surface-brand);background-color:var(--surface-brand)}._widgetHomeFavoriteCompetitions_igrie_12 ._content_igrie_18 ._competitionsList_igrie_49 ._competitionCard_igrie_55._competitionCardSelected_igrie_72 span{color:#fff}._widgetHomeFavoriteCompetitions_igrie_12 ._content_igrie_18 ._competitionsList_igrie_49 ._competitionCard_igrie_55._competitionCardSelected_igrie_72 ._openIcon_igrie_79 ._openIconCircle_igrie_79{fill:#fff}._widgetHomeFavoriteCompetitions_igrie_12 ._content_igrie_18 ._competitionsList_igrie_49 ._competitionCard_igrie_55._competitionCardSelected_igrie_72 ._openIcon_igrie_79 ._openIconArrow_igrie_82{fill:#0d0334}._widgetHomeFavoriteCompetitions_igrie_12 ._content_igrie_18 ._competitionsList_igrie_49 ._competitionCard_igrie_55 ._openIcon_igrie_79{display:flex;position:absolute;top:.3125rem;right:.3125rem;z-index:1;cursor:pointer}._widgetHomeFavoriteCompetitions_igrie_12 ._content_igrie_18 ._competitionsList_igrie_49 ._competitionCard_igrie_55 ._openIcon_igrie_79 ._openIconCircle_igrie_79{fill:#0d0334}._widgetHomeFavoriteCompetitions_igrie_12 ._content_igrie_18 ._competitionsList_igrie_49 ._competitionCard_igrie_55 ._openIcon_igrie_79 ._openIconArrow_igrie_82{fill:#fff}._widgetHomeFavoriteCompetitions_igrie_12 ._content_igrie_18 ._competitionsList_igrie_49 ._competitionCard_igrie_55 ._competitionLogoBadge_igrie_99{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:10px;background-color:var(--surface-1)}._widgetHomeFavoriteCompetitions_igrie_12 ._content_igrie_18 ._competitionsList_igrie_49 ._competitionCard_igrie_55 ._competitionLogoBadge_igrie_99 ._competitionLogo_igrie_99{width:auto;height:32px;max-width:32px;object-fit:contain}._widgetHomeFavoriteCompetitions_igrie_12 ._content_igrie_18 ._competitionsList_igrie_49 ._competitionCard_igrie_55 span{font-size:.75rem;font-weight:700;color:var(--text-strong);max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._widgetHomeFavoriteCompetitions_igrie_12 ._content_igrie_18 ._toggleSection_igrie_123{display:flex;flex-direction:row;justify-content:center;gap:.3125rem}._widgetHomeFavoriteCompetitions_igrie_12 ._content_igrie_18 ._toggleSection_igrie_123 ._toggleButton_igrie_129{padding:.3125rem 1.25rem;border:1px solid var(--border-1);border-radius:999px;background-color:var(--surface-1);font-size:.75rem;font-weight:700;text-transform:uppercase;position:relative;color:var(--text-3);cursor:pointer}._widgetHomeFavoriteCompetitions_igrie_12 ._content_igrie_18 ._toggleSection_igrie_123 ._toggleButton_igrie_129:hover{border-color:var(--surface-brand)}._widgetHomeFavoriteCompetitions_igrie_12 ._content_igrie_18 ._toggleSection_igrie_123 ._toggleButton_igrie_129._toggleButtonActive_igrie_144{background-color:var(--surface-brand);border-color:var(--surface-brand);color:#fff}._widgetHomeFavoriteCompetitions_igrie_12 ._content_igrie_18 ._toggleSection_igrie_123 ._toggleButton_igrie_129 ._liveGamesBadge_igrie_149{position:absolute;top:-8px;right:-8px;background-color:#e30613;color:#fff;border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:.6875rem;font-weight:700}._widgetHomeFavoriteCompetitions_igrie_12 ._content_igrie_18 ._noGames_igrie_164{text-align:center;color:var(--text-3)}._widgetHomeFavoriteCompetitions_igrie_12 ._content_igrie_18 ._roundList_igrie_168{display:flex;flex-direction:column}._widgetHomeFavoriteCompetitions_igrie_12 ._content_igrie_18 ._roundList_igrie_168 ._roundGroup_igrie_172 ._roundLabel_igrie_172{position:sticky;top:0;z-index:1;padding:.3125rem .9375rem;background:var(--surface-2);font-size:.6875rem;font-weight:600;color:var(--text-3);letter-spacing:.06em;text-transform:uppercase;margin:0;border-bottom:1px solid var(--border-1)}._widgetHomeFavoriteCompetitions_igrie_12 ._content_igrie_18 ._roundList_igrie_168 ._roundGroup_igrie_172 ._gameList_igrie_186{display:flex;flex-direction:column}._widgetHomeFavoriteCompetitions_igrie_12 ._content_igrie_18 ._roundList_igrie_168 ._roundGroup_igrie_172 ._gameList_igrie_186 ._gameCard_igrie_190{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:.625rem;padding:.625rem .9375rem;background:var(--surface-1);cursor:pointer;border:none;border-bottom:1px solid var(--border-1);width:100%;text-align:left;transition:background .12s}._widgetHomeFavoriteCompetitions_igrie_12 ._content_igrie_18 ._roundList_igrie_168 ._roundGroup_igrie_172 ._gameList_igrie_186 ._gameCard_igrie_190:hover{background:var(--surface-2)}._widgetHomeFavoriteCompetitions_igrie_12 ._content_igrie_18 ._roundList_igrie_168 ._roundGroup_igrie_172 ._gameList_igrie_186 ._gameCard_igrie_190 ._team1_igrie_207{display:flex;align-items:center;justify-content:flex-start;gap:.3125rem;min-width:0;overflow:hidden}._widgetHomeFavoriteCompetitions_igrie_12 ._content_igrie_18 ._roundList_igrie_168 ._roundGroup_igrie_172 ._gameList_igrie_186 ._gameCard_igrie_190 ._team1_igrie_207 ._gameLogo_igrie_215{width:2rem;height:2rem;object-fit:contain;flex-shrink:0}@media(max-width:1024px){._widgetHomeFavoriteCompetitions_igrie_12 ._content_igrie_18 ._roundList_igrie_168 ._roundGroup_igrie_172 ._gameList_igrie_186 ._gameCard_igrie_190 ._team1_igrie_207 ._gameLogo_igrie_215{width:1.5rem;height:1.5rem}}@media(max-width:768px){._widgetHomeFavoriteCompetitions_igrie_12 ._content_igrie_18 ._roundList_igrie_168 ._roundGroup_igrie_172 ._gameList_igrie_186 ._gameCard_igrie_190 ._team1_igrie_207 ._gameLogo_igrie_215{width:1.25rem;height:1.25rem}}._widgetHomeFavoriteCompetitions_igrie_12 ._content_igrie_18 ._roundList_igrie_168 ._roundGroup_igrie_172 ._gameList_igrie_186 ._gameCard_igrie_190 ._team1_igrie_207 ._teamName_igrie_233{flex:1;min-width:0;font-size:.75rem;font-weight:600;color:var(--text-strong);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(max-width:768px){._widgetHomeFavoriteCompetitions_igrie_12 ._content_igrie_18 ._roundList_igrie_168 ._roundGroup_igrie_172 ._gameList_igrie_186 ._gameCard_igrie_190 ._team1_igrie_207 ._teamName_igrie_233{font-size:.6875rem}}._widgetHomeFavoriteCompetitions_igrie_12 ._content_igrie_18 ._roundList_igrie_168 ._roundGroup_igrie_172 ._gameList_igrie_186 ._gameCard_igrie_190 ._team2_igrie_248{display:flex;align-items:center;justify-content:flex-end;gap:.3125rem;min-width:0;overflow:hidden}._widgetHomeFavoriteCompetitions_igrie_12 ._content_igrie_18 ._roundList_igrie_168 ._roundGroup_igrie_172 ._gameList_igrie_186 ._gameCard_igrie_190 ._team2_igrie_248 ._teamName_igrie_233{flex:1;min-width:0;font-size:.75rem;font-weight:600;color:var(--text-strong);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:right}@media(max-width:768px){._widgetHomeFavoriteCompetitions_igrie_12 ._content_igrie_18 ._roundList_igrie_168 ._roundGroup_igrie_172 ._gameList_igrie_186 ._gameCard_igrie_190 ._team2_igrie_248 ._teamName_igrie_233{font-size:.6875rem}}._widgetHomeFavoriteCompetitions_igrie_12 ._content_igrie_18 ._roundList_igrie_168 ._roundGroup_igrie_172 ._gameList_igrie_186 ._gameCard_igrie_190 ._team2_igrie_248 ._gameLogo_igrie_215{width:2rem;height:2rem;object-fit:contain;flex-shrink:0}@media(max-width:1024px){._widgetHomeFavoriteCompetitions_igrie_12 ._content_igrie_18 ._roundList_igrie_168 ._roundGroup_igrie_172 ._gameList_igrie_186 ._gameCard_igrie_190 ._team2_igrie_248 ._gameLogo_igrie_215{width:1.5rem;height:1.5rem}}@media(max-width:768px){._widgetHomeFavoriteCompetitions_igrie_12 ._content_igrie_18 ._roundList_igrie_168 ._roundGroup_igrie_172 ._gameList_igrie_186 ._gameCard_igrie_190 ._team2_igrie_248 ._gameLogo_igrie_215{width:1.25rem;height:1.25rem}}._widgetHomeFavoriteCompetitions_igrie_12 ._content_igrie_18 ._roundList_igrie_168 ._roundGroup_igrie_172 ._gameList_igrie_186 ._gameCard_igrie_190 ._matchScore_igrie_290{display:flex;flex-direction:column;align-items:center;gap:.125rem;flex-shrink:0}._widgetHomeFavoriteCompetitions_igrie_12 ._content_igrie_18 ._roundList_igrie_168 ._roundGroup_igrie_172 ._gameList_igrie_186 ._gameCard_igrie_190 ._matchScore_igrie_290 ._scores_igrie_297{display:flex;align-items:center;gap:.3125rem}@media(max-width:768px){._widgetHomeFavoriteCompetitions_igrie_12 ._content_igrie_18 ._roundList_igrie_168 ._roundGroup_igrie_172 ._gameList_igrie_186 ._gameCard_igrie_190 ._matchScore_igrie_290 ._scores_igrie_297{gap:.125rem}}._widgetHomeFavoriteCompetitions_igrie_12 ._content_igrie_18 ._roundList_igrie_168 ._roundGroup_igrie_172 ._gameList_igrie_186 ._gameCard_igrie_190 ._matchScore_igrie_290 ._score_igrie_297{font-size:1rem;font-weight:800;color:var(--text-strong);white-space:nowrap;min-width:1.5rem;text-align:center}@media(max-width:1024px){._widgetHomeFavoriteCompetitions_igrie_12 ._content_igrie_18 ._roundList_igrie_168 ._roundGroup_igrie_172 ._gameList_igrie_186 ._gameCard_igrie_190 ._matchScore_igrie_290 ._score_igrie_297{font-size:.875rem}}@media(max-width:768px){._widgetHomeFavoriteCompetitions_igrie_12 ._content_igrie_18 ._roundList_igrie_168 ._roundGroup_igrie_172 ._gameList_igrie_186 ._gameCard_igrie_190 ._matchScore_igrie_290 ._score_igrie_297{font-size:.75rem;min-width:1rem}}._widgetHomeFavoriteCompetitions_igrie_12 ._content_igrie_18 ._roundList_igrie_168 ._roundGroup_igrie_172 ._gameList_igrie_186 ._gameCard_igrie_190 ._matchScore_igrie_290 ._centerIcon_igrie_326{width:20px;height:14px;flex-shrink:0;filter:brightness(0) invert(40%)}@media(max-width:1024px){._widgetHomeFavoriteCompetitions_igrie_12 ._content_igrie_18 ._roundList_igrie_168 ._roundGroup_igrie_172 ._gameList_igrie_186 ._gameCard_igrie_190 ._matchScore_igrie_290 ._centerIcon_igrie_326{width:16px;height:11px}}@media(max-width:768px){._widgetHomeFavoriteCompetitions_igrie_12 ._content_igrie_18 ._roundList_igrie_168 ._roundGroup_igrie_172 ._gameList_igrie_186 ._gameCard_igrie_190 ._matchScore_igrie_290 ._centerIcon_igrie_326{width:12px;height:9px}}._widgetHomeFavoriteCompetitions_igrie_12 ._content_igrie_18 ._roundList_igrie_168 ._roundGroup_igrie_172 ._gameList_igrie_186 ._gameCard_igrie_190 ._matchScore_igrie_290 ._date_igrie_344{font-size:.6875rem;color:var(--text-3);white-space:nowrap;text-align:center}._widgetHomeFavoriteCompetitions_igrie_12 ._content_igrie_18 ._roundList_igrie_168 ._roundGroup_igrie_172 ._gameList_igrie_186 ._gameCard_igrie_190 ._matchScore_igrie_290 ._statusBadge_igrie_350{display:flex;align-items:center;justify-content:center}._widgetHomeFavoriteCompetitions_igrie_12 ._content_igrie_18 ._roundList_igrie_168 ._roundGroup_igrie_172 ._gameList_igrie_186 ._gameCard_igrie_190 ._matchScore_igrie_290 ._statusBadge_igrie_350 ._terminated_igrie_355,._widgetHomeFavoriteCompetitions_igrie_12 ._content_igrie_18 ._roundList_igrie_168 ._roundGroup_igrie_172 ._gameList_igrie_186 ._gameCard_igrie_190 ._matchScore_igrie_290 ._statusBadge_igrie_350 ._vs_igrie_356,._widgetHomeFavoriteCompetitions_igrie_12 ._content_igrie_18 ._roundList_igrie_168 ._roundGroup_igrie_172 ._gameList_igrie_186 ._gameCard_igrie_190 ._matchScore_igrie_290 ._statusBadge_igrie_350 ._statusLabel_igrie_357{display:block;background-color:var(--surface-brand);color:#fff;font-size:.625rem;font-weight:700;letter-spacing:.8px;text-transform:uppercase;padding:.125rem .625rem;border-radius:20px;white-space:nowrap}._widgetHomeFavoriteCompetitions_igrie_12 ._content_igrie_18 ._roundList_igrie_168 ._roundGroup_igrie_172 ._gameList_igrie_186 ._gameCard_igrie_190 ._matchScore_igrie_290 ._statusBadge_igrie_350 ._live_igrie_149{display:flex;align-items:center;gap:.125rem;background-color:#e30613;color:#fff;font-size:.625rem;font-weight:700;letter-spacing:.8px;text-transform:uppercase;padding:.125rem .625rem;border-radius:20px;white-space:nowrap}._widgetHomeFavoriteCompetitions_igrie_12 ._content_igrie_18 ._roundList_igrie_168 ._roundGroup_igrie_172 ._gameList_igrie_186 ._gameCard_igrie_190 ._matchScore_igrie_290 ._statusBadge_igrie_350 ._live_igrie_149 ._liveDot_igrie_383{width:5px;height:5px;border-radius:50%;background-color:var(--surface-1);flex-shrink:0;animation:_pulseDot_igrie_1 1.4s ease-in-out infinite}._widgetHomeFavoriteCompetitions_igrie_12 ._content_igrie_18 ._roundList_igrie_168 ._roundGroup_igrie_172 ._gameList_igrie_186 ._gameCard_igrie_190 ._matchScore_igrie_290 ._notifButton_igrie_391{padding:0;border:none;background:transparent;cursor:pointer;font-size:.75rem;line-height:1}._widgetHomeFavoritePlayers_1mebh_4{width:100%;height:100%}._widgetHomeFavoritePlayers_1mebh_4 ._titleContent_1mebh_8{display:flex;align-items:center;gap:.3125rem}._widgetHomeFavoritePlayers_1mebh_4 ._content_1mebh_13{display:flex;box-sizing:border-box;height:100%;padding:.9375rem}._widgetHomeFavoritePlayers_1mebh_4 ._content_1mebh_13 ._emptyState_1mebh_19{flex:1;display:flex;flex-direction:column;align-items:center;gap:.625rem;padding:1.25rem;border:1px solid var(--border-1);border-radius:8px;background-color:var(--surface-2)}._widgetHomeFavoritePlayers_1mebh_4 ._content_1mebh_13 ._emptyState_1mebh_19 ._emptyMessage_1mebh_30{color:var(--text-3);font-size:.875rem;text-align:center}._widgetHomeFavoritePlayers_1mebh_4 ._content_1mebh_13 ._emptyState_1mebh_19 ._emptyCtaButton_1mebh_35{display:flex;align-items:center;gap:.3125rem;padding:.625rem 1.5625rem;background-color:var(--surface-brand);color:var(--text-on-brand);border:none;border-radius:999px;cursor:pointer;font-size:.875rem;font-weight:500}._widgetHomeFavoritePlayers_1mebh_4 ._content_1mebh_13 ._playersList_1mebh_48{flex:1;min-height:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:minmax(104px,1fr);gap:.3125rem;overflow-y:auto}._widgetHomeFavoritePlayers_1mebh_4 ._content_1mebh_13 ._playersList_1mebh_48 ._playerCard_1mebh_57{min-width:0}._widgetHomeFavoriteTeams_tlmuv_4{width:100%;height:100%}._widgetHomeFavoriteTeams_tlmuv_4 ._titleContent_tlmuv_8{display:flex;align-items:center;gap:.3125rem}._widgetHomeFavoriteTeams_tlmuv_4 ._content_tlmuv_13{display:flex;box-sizing:border-box;height:100%;padding:.9375rem}._widgetHomeFavoriteTeams_tlmuv_4 ._content_tlmuv_13 ._emptyState_tlmuv_19{flex:1;display:flex;flex-direction:column;align-items:center;gap:.625rem;padding:1.25rem;border:1px solid var(--border-1);border-radius:8px;background-color:var(--surface-2)}._widgetHomeFavoriteTeams_tlmuv_4 ._content_tlmuv_13 ._emptyState_tlmuv_19 ._emptyMessage_tlmuv_30{color:var(--text-3);font-size:.875rem;text-align:center}._widgetHomeFavoriteTeams_tlmuv_4 ._content_tlmuv_13 ._emptyState_tlmuv_19 ._emptyCtaButton_tlmuv_35{display:flex;align-items:center;gap:.3125rem;padding:.625rem 1.5625rem;background-color:var(--surface-brand);color:var(--text-on-brand);border:none;border-radius:999px;cursor:pointer;font-size:.875rem;font-weight:500}._widgetHomeFavoriteTeams_tlmuv_4 ._content_tlmuv_13 ._teamsGrid_tlmuv_48{flex:1;min-height:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-auto-rows:minmax(80px,1fr);gap:.625rem;overflow-y:auto}._widgetHomeFavoriteTeams_tlmuv_4 ._content_tlmuv_13 ._teamsGrid_tlmuv_48 ._teamCard_tlmuv_57{display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(145deg,var(--surface-1) 0%,var(--surface-2) 100%);border:2px solid var(--border-1);border-radius:8px;padding:.3125rem .125rem;text-align:center;cursor:pointer}._widgetHomeFavoriteTeams_tlmuv_4 ._content_tlmuv_13 ._teamsGrid_tlmuv_48 ._teamCard_tlmuv_57:hover{border-color:var(--surface-brand)}._widgetHomeFavoriteTeams_tlmuv_4 ._content_tlmuv_13 ._teamsGrid_tlmuv_48 ._teamCard_tlmuv_57 img{width:35px;height:35px;margin-bottom:6px;border-radius:50%;object-fit:cover}._widgetHomeFavoriteTeams_tlmuv_4 ._content_tlmuv_13 ._teamsGrid_tlmuv_48 ._teamCard_tlmuv_57 span{font-size:.6875rem;font-weight:600;color:var(--text-2);line-height:1.1;max-width:100%;white-space:normal;overflow-wrap:anywhere}._widgetHomeFavoriteReferees_1607x_4{width:100%;height:100%}._widgetHomeFavoriteReferees_1607x_4 ._titleContent_1607x_8{display:flex;align-items:center;gap:.3125rem}._widgetHomeFavoriteReferees_1607x_4 ._content_1607x_13{display:flex;box-sizing:border-box;height:100%;padding:.9375rem}._widgetHomeFavoriteReferees_1607x_4 ._content_1607x_13 ._emptyState_1607x_19{flex:1;display:flex;flex-direction:column;align-items:center;gap:.625rem;padding:1.25rem;border:1px solid var(--border-1);border-radius:8px;background-color:var(--surface-2)}._widgetHomeFavoriteReferees_1607x_4 ._content_1607x_13 ._emptyState_1607x_19 ._emptyMessage_1607x_30{color:var(--text-3);font-size:.875rem;text-align:center}._widgetHomeFavoriteReferees_1607x_4 ._content_1607x_13 ._emptyState_1607x_19 ._emptyCtaButton_1607x_35{display:flex;align-items:center;gap:.3125rem;padding:.625rem 1.5625rem;background-color:var(--surface-brand);color:var(--text-on-brand);border:none;border-radius:999px;cursor:pointer;font-size:.875rem;font-weight:500}._widgetHomeFavoriteReferees_1607x_4 ._content_1607x_13 ._refereesList_1607x_48{flex:1;min-height:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:minmax(92px,1fr);gap:.3125rem;overflow-y:auto}._widgetHomeFavoriteReferees_1607x_4 ._content_1607x_13 ._refereesList_1607x_48 ._refereeCard_1607x_57{min-width:0}._widgetHomeTeamCompetitions_s5xxh_4{width:100%;min-width:0}._widgetHomeTeamCompetitions_s5xxh_4 ._emptyState_s5xxh_8{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.625rem;padding:.9375rem}._widgetHomeTeamCompetitions_s5xxh_4 ._emptyState_s5xxh_8 ._emptyMessage_s5xxh_16{color:var(--text-3);font-size:.875rem;min-width:0}._widgetHomeTeamCompetitions_s5xxh_4 ._emptyState_s5xxh_8 ._emptyCtaButton_s5xxh_21{padding:.3125rem 1.25rem;background-color:var(--surface-brand);color:#fff;border:none;border-radius:999px;cursor:pointer;font-size:.875rem;font-weight:500;white-space:nowrap}._widgetHomeTeamCompetitions_s5xxh_4 ._competitionsStrip_s5xxh_32{display:flex;flex-wrap:wrap;align-items:stretch;gap:.625rem;padding:.9375rem}@media(max-width:768px){._widgetHomeTeamCompetitions_s5xxh_4 ._competitionsStrip_s5xxh_32{flex-wrap:nowrap;overflow-x:auto}}._widgetHomeTeamCompetitions_s5xxh_4 ._competitionsStrip_s5xxh_32 ._competitionShortcut_s5xxh_45{display:flex;align-items:center;gap:.3125rem;min-width:0;max-width:100%;padding:.3125rem .9375rem;background-color:var(--surface-2);border:1px solid var(--border-1);border-radius:8px;cursor:pointer}._widgetHomeTeamCompetitions_s5xxh_4 ._competitionsStrip_s5xxh_32 ._competitionShortcut_s5xxh_45:hover{border-color:var(--surface-brand)}@media(max-width:768px){._widgetHomeTeamCompetitions_s5xxh_4 ._competitionsStrip_s5xxh_32 ._competitionShortcut_s5xxh_45{flex-shrink:0}}._widgetHomeTeamCompetitions_s5xxh_4 ._competitionsStrip_s5xxh_32 ._competitionShortcut_s5xxh_45 ._competitionLogo_s5xxh_65{width:28px;height:28px;object-fit:contain;flex-shrink:0}._widgetHomeTeamCompetitions_s5xxh_4 ._competitionsStrip_s5xxh_32 ._competitionShortcut_s5xxh_45 ._competitionName_s5xxh_71{font-size:.875rem;font-weight:600;color:var(--text-ink);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._widgetHomeTeamGamesFilters_qmn7g_3{width:100%;min-width:0}._widgetHomeTeamGamesFilters_qmn7g_3 ._filtersBar_qmn7g_7{display:flex;flex-wrap:wrap;align-items:center;gap:.9375rem;padding:.9375rem}@media(max-width:768px){._widgetHomeTeamGamesFilters_qmn7g_3 ._filtersBar_qmn7g_7{align-items:stretch;gap:.625rem}._widgetHomeTeamGamesFilters_qmn7g_3 ._filtersBar_qmn7g_7>*{width:100%}}._widgetHomeTeamGamesFilters_qmn7g_3 ._filtersBar_qmn7g_7 ._competitionPicker_qmn7g_23{flex:1 1 240px;max-width:320px}@media(max-width:768px){._widgetHomeTeamGamesFilters_qmn7g_3 ._filtersBar_qmn7g_7 ._competitionPicker_qmn7g_23{max-width:none}}._widgetHomeTeamGamesFilters_qmn7g_3 ._filtersBar_qmn7g_7 ._teamGamesFilters_qmn7g_32{display:flex;flex-wrap:wrap;align-items:center;gap:.9375rem;min-width:0}._widgetHomeTeamNextGames_mtesz_4{width:100%;min-width:0}._widgetHomeTeamNextGames_mtesz_4 ._titleContent_mtesz_8{display:flex;align-items:center;gap:.3125rem;min-width:0}._widgetHomeTeamNextGames_mtesz_4 ._titleContent_mtesz_8 ._infoIcon_mtesz_14{width:16px;height:16px;flex-shrink:0;cursor:help}._widgetHomeTeamNextGames_mtesz_4 ._notificationSwitch_mtesz_20{display:flex;align-items:center;gap:.3125rem}._widgetHomeTeamNextGames_mtesz_4 ._notificationSwitch_mtesz_20 ._bell_mtesz_25{font-size:.875rem;cursor:help}._widgetHomeTeamNextGames_mtesz_4 ._nextGamesContent_mtesz_29{display:flex;flex-direction:column;gap:.9375rem;padding:.9375rem;min-width:0}._widgetHomeTeamNextGames_mtesz_4 ._nextGamesContent_mtesz_29 ._noGames_mtesz_36{margin:1.875rem 0;color:var(--text-3);font-size:.875rem;text-align:center}._widgetHomeTeamNextGames_mtesz_4 ._nextGamesContent_mtesz_29 ._opponentGamesList_mtesz_42{display:flex;flex-direction:column;gap:.625rem;min-width:0}._widgetHomeTeamPreviousGames_ydfjm_4{width:100%;min-width:0}._widgetHomeTeamPreviousGames_ydfjm_4 ._gamesCount_ydfjm_8{color:var(--text-3);font-size:.75rem;white-space:nowrap}._widgetHomeTeamPreviousGames_ydfjm_4 ._gamesList_ydfjm_13{display:flex;flex-direction:column;gap:.625rem;padding:.9375rem;min-width:0}._widgetHomeTeamPreviousGames_ydfjm_4 ._gamesList_ydfjm_13 ._noGames_ydfjm_20{margin:1.875rem 0;color:var(--text-3);font-size:.875rem;text-align:center}._homeTeamGamesView_1xcw6_3{display:flex;flex-direction:column;gap:.9375rem;min-width:0}._homeTeamGamesView_1xcw6_3 ._playedAndUpcomingGames_1xcw6_9{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:.9375rem}._homeTeamGamesView_1xcw6_3 ._playedAndUpcomingGames_1xcw6_9>*{height:min(70vh,640px)}@media(max-width:1024px){._homeTeamGamesView_1xcw6_3 ._playedAndUpcomingGames_1xcw6_9{grid-template-columns:1fr}._homeTeamGamesView_1xcw6_3 ._playedAndUpcomingGames_1xcw6_9>*{height:min(80vh,560px)}}._pageHome_1ow8k_3{display:grid;grid-template-columns:minmax(0,1fr) 320px;align-items:start;gap:1.25rem;padding:1.25rem}@media(max-width:1280px){._pageHome_1ow8k_3{grid-template-columns:minmax(0,1fr)}}@media(max-width:768px){._pageHome_1ow8k_3{gap:.9375rem;padding:.625rem}}._pageHome_1ow8k_3 ._mainColumn_1ow8k_21{min-width:0}._pageHome_1ow8k_3 ._favoriteColumn_1ow8k_24{display:flex;flex-direction:column;gap:.9375rem;min-width:0}._pageHome_1ow8k_3 ._favoriteColumn_1ow8k_24 ._favoriteWidget_1ow8k_30{height:315px;flex:0 0 auto}@media(max-width:1280px){._pageHome_1ow8k_3 ._favoriteColumn_1ow8k_24{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:768px){._pageHome_1ow8k_3 ._favoriteColumn_1ow8k_24{grid-template-columns:minmax(0,1fr)}}._container_13r95_1{display:flex;flex-direction:column;background-color:#fff;width:calc(70% - 4rem);height:calc(100% - 4rem)!important;margin:2rem;margin-left:20%;padding:4rem 4rem 0rem;border-radius:10px;overflow:hidden}._container_13r95_1 ._header_13r95_13{flex-shrink:0}._container_13r95_1 ._backButton_13r95_16{background:none;border:none;font-size:1.25rem;margin-right:.5rem;cursor:pointer}._container_13r95_1 ._title_13r95_23{background-color:var(--color-navbar);color:#fff;padding:1.5rem 2rem;margin:-4rem -4rem .25rem;border-radius:10px 10px 0 0;font-size:1.5rem;font-weight:600;width:calc(100% + 8rem)}@media(max-width:768px){._container_13r95_1 ._title_13r95_23{font-size:1.25rem;padding:1rem 1.5rem;margin:-1rem -1rem 1.5rem;width:calc(100% + 2rem)}}@media(max-width:480px){._container_13r95_1 ._title_13r95_23{font-size:1.125rem;padding:.875rem 1rem;margin:-.5rem -.5rem 1rem;width:calc(100% + 1rem)}}._container_13r95_1 p{font-style:italic;font-size:small}._container_13r95_1 ._noNotifications_13r95_53{display:flex;justify-content:center;align-items:center;min-height:400px;width:100%;padding:2rem;text-align:center}._container_13r95_1 ._noNotifications_13r95_53 h3{color:var(--color-navbar, #1a1a2e);font-size:1.125rem;font-weight:500;line-height:1.6;max-width:600px;margin:0}@media(max-width:768px){._container_13r95_1 ._noNotifications_13r95_53 h3{font-size:1rem;padding:0 1rem}}@media(max-width:480px){._container_13r95_1 ._noNotifications_13r95_53 h3{font-size:.938rem}}._container_13r95_1 ._gamesList_13r95_81{overflow-y:auto;overflow-x:hidden;display:flex;flex-wrap:wrap;gap:1rem}@media(max-width:1366px){._container_13r95_1{position:relative!important;overflow:hidden;height:auto!important;min-height:100vh;margin:1.5rem;width:calc(100% - 3rem)}}@media(max-width:1024px){._container_13r95_1{position:relative!important;overflow:hidden;height:auto!important;min-height:100vh;margin:1rem;width:calc(100% - 2rem)}}@media(max-width:768px){._container_13r95_1{margin:.5rem;width:calc(100% - 1rem)}}._sidebarButton_1etkh_1{display:flex;align-items:center;gap:12px;padding:12px 16px;width:100%;background:transparent;border:none;border-radius:8px;cursor:pointer;transition:all .2s ease-in-out;text-align:left;white-space:nowrap}._sidebarButton_1etkh_1 ._icon_1etkh_15{width:20px;flex-shrink:0;font-size:16px;text-align:center;transition:opacity .2s ease-in-out}._sidebarButton_1etkh_1 ._title_1etkh_22{color:#ffffffd9;font-size:15px;font-weight:400;line-height:1.4}._sidebarButton_1etkh_1:hover{background-color:#374151}._sidebarButton_1etkh_1:hover ._title_1etkh_22{color:#fff}._sidebarButton_1etkh_1._active_1etkh_34{background-color:var(--color-red)!important}._sidebarButton_1etkh_1._active_1etkh_34 ._title_1etkh_22{color:#fff;font-weight:700}._sidebarButton_1etkh_1._collapsed_1etkh_41{padding:12px;justify-content:center;gap:0}._container_1j8d1_1{display:flex;align-items:center;justify-content:center;border-radius:8px;flex-shrink:0}._container_1j8d1_1._md_1j8d1_8{width:32px;height:32px}._container_1j8d1_1._md_1j8d1_8 i{font-size:14px}._container_1j8d1_1._lg_1j8d1_15{width:48px;height:48px}._container_1j8d1_1._lg_1j8d1_15 i{font-size:24px}._plain_1j8d1_23{flex-shrink:0;line-height:1}._plain_1j8d1_23._md_1j8d1_8{font-size:16px}._plain_1j8d1_23._lg_1j8d1_15{font-size:24px}._treeContainer_eo8gs_1{display:flex;flex-direction:column;gap:2px}._treeItem_eo8gs_7{display:flex;align-items:center;gap:8px;padding:10px 16px;width:100%;background:transparent;border:none;border-radius:8px;cursor:pointer;transition:all .2s ease-in-out;text-align:left;white-space:nowrap;overflow:hidden}._treeItem_eo8gs_7:hover{background-color:#374151}._treeItem_eo8gs_7:hover ._folderName_eo8gs_25{color:#fff}._treeItem_eo8gs_7._active_eo8gs_28{background-color:var(--color-red)!important}._treeItem_eo8gs_7._active_eo8gs_28 ._folderName_eo8gs_25{color:#fff;font-weight:700}._treeItem_eo8gs_7._collapsed_eo8gs_35{padding:10px;justify-content:center;gap:0}._chevron_eo8gs_41{font-size:10px;color:#ffffff80;transition:transform .2s ease;flex-shrink:0;width:12px;text-align:center}._chevron_eo8gs_41._expanded_eo8gs_49{transform:rotate(90deg)}._folderName_eo8gs_25{color:#ffffffd9;font-size:14px;font-weight:400;line-height:1.4;overflow:hidden;text-overflow:ellipsis}._children_eo8gs_62{padding-left:12px;display:flex;flex-direction:column;gap:2px}._emptyMessage_eo8gs_69{padding:8px 16px 8px 24px;color:#ffffff59;font-size:12px;font-style:italic}._loadingSpinner_eo8gs_76{padding:8px 16px 8px 40px;color:#fff6;font-size:12px}._loadingSpinner_eo8gs_76 i{margin-right:6px}._page_p1991_3{width:100%;height:100%;display:flex;flex-direction:column;flex:1;min-height:0;background:#fff;padding:48px;overflow-y:auto}._headerSection_p1991_15{margin-bottom:24px}._mainTitle_p1991_19{font-size:32px;font-weight:700;color:#111827;margin:0 0 8px}._mainSubtitle_p1991_26{font-size:16px;color:#6b7280;margin:0}._breadcrumb_p1991_32{display:flex;align-items:center;gap:4px;list-style:none;padding:0;margin:0;font-size:14px}._breadcrumbSeparator_p1991_42{color:#9ca3af}._breadcrumbActive_p1991_46{color:#111827;font-weight:600}._breadcrumbLink_p1991_51{background:none;border:none;color:#6b7280;cursor:pointer;padding:0;font-size:14px}._breadcrumbLink_p1991_51:hover{color:#374151;text-decoration:underline}._listContainer_p1991_65{border:1px solid #e5e7eb;border-radius:8px;max-height:50vh;overflow-y:auto}._listHeader_p1991_72{display:flex;align-items:center;padding:10px 16px;background:#f9fafb;border-bottom:1px solid #e5e7eb;font-size:12px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.5px}._listHeaderCell_p1991_85{display:flex;align-items:center}._listRow_p1991_90{display:flex;align-items:center;padding:12px 16px;border-bottom:1px solid #f3f4f6;cursor:pointer;transition:background .15s ease;position:relative}._listRow_p1991_90:hover{background:#f9fafb}._listRow_p1991_90:last-child{border-bottom:none}._listRowSelected_p1991_106{background:#eff6ff}._listRowSelected_p1991_106:hover{background:#dbeafe}._listRowName_p1991_113{flex:1;display:flex;align-items:center;gap:12px;font-size:14px;font-weight:500;color:#111827;min-width:0}._listRowName_p1991_113 span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._listRowType_p1991_129{width:120px;font-size:13px;color:#6b7280}._listRowActions_p1991_135{width:40px;display:flex;align-items:center;justify-content:center;position:relative}._menuButton_p1991_143{display:flex;align-items:center;justify-content:center;width:28px;height:28px;background:none;border:none;border-radius:4px;color:#9ca3af;cursor:pointer}._menuButton_p1991_143:hover{background:#e5e7eb;color:#374151}._contextMenu_p1991_160{position:fixed;z-index:50;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 4px 12px #00000026;min-width:160px;padding:4px}._contextMenu_p1991_160 button{display:flex;align-items:center;gap:10px;width:100%;padding:8px 12px;background:none;border:none;border-radius:4px;font-size:13px;color:#374151;cursor:pointer;text-align:left}._contextMenu_p1991_160 button:hover{background:#f3f4f6}._contextMenu_p1991_160 button i{width:16px;text-align:center;font-size:12px;color:#6b7280}._menuDanger_p1991_194,._menuDanger_p1991_194 i{color:#ef4444!important}._menuDanger_p1991_194:hover{background:#fef2f2!important}._listLoading_p1991_204{display:flex;align-items:center;justify-content:center;gap:12px;padding:48px;color:#6b7280;font-size:14px}._listEmpty_p1991_214{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px;color:#9ca3af}._listEmpty_p1991_214 i{font-size:48px;margin-bottom:16px}._listEmpty_p1991_214 p{font-size:14px;margin:0}._detailPanel_p1991_232{margin-top:24px;border:1px solid #e5e7eb;border-radius:8px;padding:24px;background:#fafafa}._detailHeader_p1991_240{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:16px}._detailTitle_p1991_247{font-size:18px;font-weight:700;color:#111827;margin:0 0 4px}._detailDescription_p1991_254{font-size:14px;color:#6b7280;margin:0}._detailActions_p1991_260{display:flex;gap:8px}._detailActionButton_p1991_265{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:#fff;border:1px solid #d1d5db;border-radius:6px;color:#6b7280;cursor:pointer;transition:all .2s ease}._detailActionButton_p1991_265:hover:not(:disabled){background:#f9fafb;border-color:#9ca3af;color:#374151}._detailActionButton_p1991_265:disabled{opacity:.5;cursor:not-allowed}._detailDangerButton_p1991_288:hover:not(:disabled){background:#fef2f2;border-color:#fca5a5;color:#ef4444}._detailSection_p1991_297{margin-top:16px;padding-top:16px;border-top:1px solid #e5e7eb}._detailSectionTitle_p1991_303{font-size:13px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.5px;margin:0 0 8px}._relatedList_p1991_312{display:flex;flex-wrap:wrap;gap:6px}._relatedItem_p1991_318{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;background:#fff;border:1px solid #e5e7eb;border-radius:6px;font-size:13px;color:#374151;cursor:pointer;transition:all .2s ease}._relatedItem_p1991_318:hover{background:#f9fafb;border-color:#9ca3af;transform:translateY(-1px);box-shadow:0 1px 3px #0000001a}._fieldsList_p1991_338{display:flex;flex-wrap:wrap;gap:4px}._fieldTag_p1991_344{background:#f3f4f6;border-radius:4px;padding:2px 8px;font-size:12px;color:#374151;white-space:nowrap}._detailEmptyText_p1991_353{font-size:13px;color:#9ca3af;font-style:italic;margin:0}._modalOverlay_p1991_361{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}._modal_p1991_361{background:#fff;border-radius:12px;box-shadow:0 20px 60px #0000004d;width:100%;max-width:480px;padding:24px}._modalTitle_p1991_383{font-size:18px;font-weight:700;color:#111827;margin:0 0 16px}._modalInput_p1991_390{width:100%;padding:10px 14px;border:1px solid #d1d5db;border-radius:8px;font-size:14px;color:#111827;outline:none}._modalInput_p1991_390:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}._modalActions_p1991_404{display:flex;justify-content:flex-end;gap:8px;margin-top:20px}._modalCancel_p1991_411{padding:8px 16px;background:#fff;border:1px solid #d1d5db;border-radius:8px;font-size:14px;color:#374151;cursor:pointer}._modalCancel_p1991_411:hover{background:#f9fafb}._modalConfirm_p1991_424{padding:8px 16px;background:#1e1b4b;border:none;border-radius:8px;font-size:14px;font-weight:500;color:#fff;cursor:pointer}._modalConfirm_p1991_424:hover{background:#2e2a5b}._modalConfirm_p1991_424:disabled{opacity:.5;cursor:not-allowed}._modalDanger_p1991_442{background:#ef4444}._modalDanger_p1991_442:hover{background:#dc2626}._modalText_p1991_450{font-size:14px;color:#6b7280;margin:0 0 8px;line-height:1.5}._deleteRelationsSection_p1991_458{margin:12px 0;padding:12px;background:#fafafa;border:1px solid #e5e7eb;border-radius:8px}._deleteRelationsList_p1991_466{list-style:none;padding:0;margin:8px 0 0;max-height:160px;overflow-y:auto}._deleteRelationsList_p1991_466 li{display:flex;align-items:center;gap:8px;padding:6px 10px;font-size:13px;color:#374151;border-bottom:1px solid #f3f4f6}._deleteRelationsList_p1991_466 li:last-child{border-bottom:none}._deleteRelationsList_p1991_466 li i{font-size:12px;color:#6b7280;width:16px;text-align:center}._deleteCheckboxLabel_p1991_492{display:flex;align-items:flex-start;gap:8px;margin-top:12px;cursor:pointer;font-size:13px;color:#374151;line-height:1.4}._deleteCheckboxLabel_p1991_492 input[type=checkbox]{margin-top:2px;accent-color:#ef4444;width:16px;height:16px;flex-shrink:0}._newFolderButton_p1991_511{background:none;border:none;color:#ef4444;font-size:12px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:4px;padding:0}._newFolderButton_p1991_511:hover{color:#dc2626}._newFolderButton_p1991_511 i{font-size:10px}._modalFieldGroup_p1991_531{margin-bottom:16px}._modalLabel_p1991_535{display:block;font-size:13px;font-weight:600;color:#374151;margin-bottom:6px}._modalLabelRow_p1991_543{display:flex;align-items:center;justify-content:space-between;margin-bottom:6px}._newFolderRow_p1991_550{display:flex;gap:8px;margin-bottom:8px}._newFolderInput_p1991_556{flex:1}._newFolderConfirm_p1991_561{white-space:nowrap;padding:8px 12px}._folderTreeLoading_p1991_567{padding:16px;text-align:center;color:#6b7280}._folderTree_p1991_567{max-height:300px;overflow-y:auto;border:1px solid #e5e7eb;border-radius:8px;margin-top:12px}._folderTreeItem_p1991_582{display:flex;align-items:center;gap:10px;padding:10px 16px;border-bottom:1px solid #f3f4f6;cursor:pointer;font-size:14px;color:#374151}._folderTreeItem_p1991_582:hover{background:#f9fafb}._folderTreeItem_p1991_582:last-child{border-bottom:none}._folderTreeItemSelected_p1991_599{background:#eff6ff;font-weight:600;color:#1d4ed8}._sidebar_lvl2e_1{display:flex;flex-direction:column;width:240px;height:calc(100vh - 60px);background-color:var(--color-navbar);color:#fff;transition:width .3s ease-in-out;position:fixed;top:60px;left:0;z-index:100;overflow:hidden}._sidebar_lvl2e_1._collapsed_lvl2e_15{width:70px}._sidebar_lvl2e_1._collapsed_lvl2e_15 ._nav_lvl2e_18{align-items:center;padding:16px 8px}._sidebar_lvl2e_1._collapsed_lvl2e_15 ._collapseButton_lvl2e_22{margin:8px}._nav_lvl2e_18{flex:1;min-height:0;padding:16px 12px;display:flex;flex-direction:column;gap:4px;overflow-y:auto}._nav_lvl2e_18::-webkit-scrollbar{width:6px}._nav_lvl2e_18::-webkit-scrollbar-track{background:transparent}._nav_lvl2e_18::-webkit-scrollbar-thumb{background:#fff3;border-radius:3px}._sectionLabelRow_lvl2e_46{display:flex;align-items:center;justify-content:space-between;padding:12px 12px 4px 16px}._sectionLabelRow_lvl2e_46 ._sectionLabel_lvl2e_46{padding:0}._sectionLabel_lvl2e_46{font-size:10px;font-weight:700;color:#fff6;text-transform:uppercase;letter-spacing:1px;padding:12px 16px 4px}._addFolderButton_lvl2e_65{display:flex;align-items:center;justify-content:center;width:18px;height:18px;background:transparent;border:1px solid rgba(255,255,255,.25);border-radius:4px;color:#fff6;font-size:9px;cursor:pointer;transition:all .15s ease;flex-shrink:0}._addFolderButton_lvl2e_65:hover{background:#ffffff1a;border-color:#ffffff80;color:#fff}._sectionDivider_lvl2e_86{height:1px;background:#ffffff1a;margin:8px 12px}._createButton_lvl2e_92{display:flex;align-items:center;justify-content:center;gap:10px;margin:0 12px 8px;padding:12px 16px;background:var(--color-red);border:none;border-radius:8px;color:#fff;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease}._createButton_lvl2e_92:hover{filter:brightness(.85);transform:translateY(-1px)}._createButton_lvl2e_92:active{transform:translateY(0)}._createButton_lvl2e_92 i{font-size:14px}._createButtonActive_lvl2e_119{filter:brightness(.75);box-shadow:0 0 0 2px #ffffff4d}._supportButton_lvl2e_124{display:flex;align-items:center;justify-content:center;gap:10px;margin:0 12px 8px;padding:10px 16px;background:#ffffff0f;border:1px solid rgba(255,255,255,.12);border-radius:8px;color:#fff;font-size:14px;font-weight:600;cursor:pointer;text-decoration:none;transition:all .2s ease}._supportButton_lvl2e_124 i{font-size:14px;flex-shrink:0}._supportButton_lvl2e_124:hover{background:#ffffff1f;border-color:#ffffff40;color:#fff}._collapseButton_lvl2e_22{display:flex;align-items:center;justify-content:center;padding:12px;margin:12px;background:#ffffff14;border:1px solid rgba(255,255,255,.15);border-radius:8px;cursor:pointer;transition:all .2s ease-in-out}._collapseButton_lvl2e_22:hover{background-color:#ffffff26;border-color:#ffffff4d;transform:translateY(-1px)}._collapseButton_lvl2e_22:hover ._collapseIcon_lvl2e_168{color:#fff}._collapseButton_lvl2e_22:active{transform:translateY(0)}._collapseIcon_lvl2e_168{color:#ffffffd9;font-size:24px;font-weight:700;line-height:1;-webkit-user-select:none;user-select:none}.analytics-marketing-page{min-height:calc(100vh - 60px);overflow-y:auto;overflow-x:hidden;display:flex;flex-direction:column;background:radial-gradient(ellipse at 20% 0%,rgba(227,6,19,.12) 0%,transparent 50%),radial-gradient(ellipse at 80% 100%,rgba(13,3,52,.9) 0%,transparent 50%),linear-gradient(180deg,#0d0334,#1a0a4d,#0d0334);position:relative}.analytics-marketing-page:before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle at 25% 25%,rgba(255,255,255,.015) 1px,transparent 1px),radial-gradient(circle at 75% 75%,rgba(255,255,255,.015) 1px,transparent 1px);background-size:60px 60px;pointer-events:none}.analytics-hero{display:flex;justify-content:center;padding:50px 80px 30px;position:relative;z-index:1;flex-shrink:0}.analytics-hero-content{display:flex;flex-direction:column;align-items:center;text-align:center;gap:20px;max-width:700px}.analytics-hero-title{display:flex;flex-direction:column;line-height:1;margin:0}.analytics-title-main{font-size:56px;font-weight:900;color:#fff;letter-spacing:-2px;text-shadow:0 0 40px rgba(255,255,255,.15)}.analytics-title-accent{font-size:56px;font-weight:900;background:linear-gradient(135deg,#e30613,#ff4757,#e30613);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-2px;margin-top:-8px}.analytics-title-sub{font-size:22px;font-weight:500;color:#fff9;margin-top:8px;letter-spacing:2px;text-transform:uppercase}.analytics-hero-subtitle{font-size:16px;line-height:1.7;color:#ffffff8c;margin:0}.analytics-cta-button{display:inline-flex;align-items:center;gap:12px;background:linear-gradient(135deg,#e30613,#c70510);color:#fff;border:none;padding:18px 36px;font-size:16px;font-weight:700;border-radius:12px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 20px #e3061359,0 0 #e306134d;width:fit-content;text-transform:uppercase;letter-spacing:1px;position:relative;overflow:hidden}.analytics-cta-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.analytics-cta-button:hover:before{left:100%}.analytics-cta-button:hover{transform:translateY(-3px);box-shadow:0 8px 30px #e3061373,0 0 0 4px #e3061326}.analytics-cta-button:active{transform:translateY(-1px)}.analytics-cta-arrow{font-size:20px;transition:transform .3s ease}.analytics-cta-button:hover .analytics-cta-arrow{transform:translate(4px)}.analytics-features{padding:40px 80px;position:relative;z-index:1;flex:1;display:flex;flex-direction:column;justify-content:center}.analytics-features-title{text-align:center;font-size:38px;font-weight:800;color:#fff;margin:0 0 40px;letter-spacing:-1px}.analytics-features-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.analytics-feature-card{background:linear-gradient(145deg,#ffffff0f,#ffffff04);border:1px solid rgba(255,255,255,.08);border-radius:20px;padding:32px 24px;text-align:center;transition:all .4s cubic-bezier(.4,0,.2,1);animation:analytics-fade-in-up .6s ease-out backwards;position:relative;overflow:hidden}.analytics-feature-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,transparent,#e30613,transparent);opacity:0;transition:opacity .3s ease}.analytics-feature-card:hover:before{opacity:1}@keyframes analytics-fade-in-up{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.analytics-feature-card:hover{transform:translateY(-8px);background:linear-gradient(145deg,#ffffff1a,#ffffff08);border-color:#e3061340;box-shadow:0 20px 40px #0000004d,0 0 30px #e3061314}.analytics-feature-icon{font-size:40px;margin-bottom:16px;display:block}.analytics-feature-card h3{font-size:22px;font-weight:700;color:#fff;margin:0 0 12px}.analytics-feature-description{font-size:15px;line-height:1.6;color:#ffffff8c;margin:0}.analytics-final-cta{padding:20px 80px 30px;text-align:center;position:relative;z-index:1;flex-shrink:0}.analytics-cta-content{max-width:600px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:12px}.analytics-cta-content h2{font-size:28px;font-weight:800;color:#fff;margin:0;line-height:1.2}.analytics-cta-content p{font-size:16px;color:#ffffff8c;margin:0 0 8px;line-height:1.6}.analytics-cta-large{padding:16px 36px;font-size:16px}@media(max-width:1400px){.analytics-hero{padding:70px 60px 60px}.analytics-title-main,.analytics-title-accent{font-size:60px}.analytics-features{padding:60px}.analytics-features-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:1024px){.analytics-hero{padding:50px 40px}.analytics-title-main,.analytics-title-accent{font-size:52px}.analytics-title-sub{font-size:22px}.analytics-final-cta{padding:70px 40px}}@media(max-width:768px){.analytics-hero{padding:40px 20px}.analytics-title-main,.analytics-title-accent{font-size:42px}.analytics-title-sub{font-size:18px}.analytics-hero-subtitle{font-size:16px}.analytics-cta-button{padding:16px 28px;font-size:14px}.analytics-features{padding:40px 20px}.analytics-features-title{font-size:32px;margin-bottom:40px}.analytics-features-grid{grid-template-columns:1fr;gap:16px}.analytics-feature-card{padding:24px 20px}.analytics-final-cta{padding:50px 20px}.analytics-cta-content h2{font-size:28px}.analytics-cta-content p{font-size:16px}.analytics-cta-large{padding:18px 32px;font-size:16px}}@media(max-width:480px){.analytics-title-main,.analytics-title-accent{font-size:36px}.analytics-title-sub{font-size:16px;letter-spacing:1px}.analytics-hero-badge{font-size:10px;padding:6px 12px}.analytics-feature-icon{font-size:36px}.analytics-feature-card h3{font-size:18px}}._layout_cxszg_1{display:block}._content_cxszg_5{width:calc(100% - 280px);background-color:#fff;margin:20px 20px 20px 260px;border-radius:26px;height:calc(100vh - 100px);position:fixed;top:60px;overflow:scroll;z-index:101}._collapsed_cxszg_18 ._content_cxszg_5{margin:20px 20px 20px 80px;width:calc(100% - 100px)}._tabsContainer_1ccn8_2{display:flex;flex-wrap:wrap;gap:8px;padding:0;margin-bottom:32px}._tab_1ccn8_2{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:10px 20px;font-size:14px;font-weight:500;color:#4b5563;cursor:pointer;transition:all .2s ease;white-space:nowrap}._tab_1ccn8_2:hover{background:#f9fafb;border-color:#d1d5db}._tab_1ccn8_2._active_1ccn8_26{background:#1e1b4b;color:#fff;border-color:#1e1b4b}._tab_1ccn8_2._active_1ccn8_26:hover{background:#2e2a5b}._card_1izqp_2{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:24px;display:flex;flex-direction:column;gap:16px;transition:all .2s ease;height:100%;box-shadow:0 1px 3px #0000001a}._card_1izqp_2:hover{box-shadow:0 4px 12px #00000026;transform:translateY(-2px)}._cardHeader_1izqp_19{display:flex;align-items:flex-start;gap:16px}._icon_1izqp_25{flex-shrink:0}._headerContent_1izqp_29{flex:1;min-width:0}._title_1izqp_34{font-size:18px;font-weight:700;color:#111827;margin:0 0 4px;line-height:1.3;word-break:break-word;overflow-wrap:anywhere}._subtitle_1izqp_44{font-size:14px;color:#6b7280;margin:0;font-weight:500}._description_1izqp_51{flex:1;font-size:14px;color:#4b5563;line-height:1.6;margin:0}._fieldsSection_1izqp_59{display:flex;flex-direction:column;gap:6px}._fieldsLabel_1izqp_65{font-size:12px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.5px}._fieldsList_1izqp_73{display:flex;flex-wrap:wrap;gap:4px}._fieldTag_1izqp_79{background:#f3f4f6;border-radius:4px;padding:2px 8px;font-size:12px;color:#374151;white-space:nowrap}._fieldTagMore_1izqp_88{background:#f3f4f6;border-radius:4px;padding:2px 8px;font-size:12px;color:#6b7280;font-style:italic;white-space:nowrap}._cardFooter_1izqp_98{display:flex;flex-direction:column;gap:16px;border-top:1px solid #f3f4f6;padding-top:16px}._meta_1izqp_106{display:flex;align-items:center;gap:8px;font-size:13px;color:#6b7280}._widgetCount_1izqp_114{font-weight:500}._separator_1izqp_118{color:#d1d5db}._certified_1izqp_122{color:#059669;font-weight:500}._useButton_1izqp_127{width:100%;background:#1e1b4b;color:#fff;border:none;border-radius:8px;padding:12px 20px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:8px}._useButton_1izqp_127:hover{background:#2e2a5b;transform:translateY(-1px)}._useButton_1izqp_127:active{transform:translateY(0)}._useButton_1izqp_127 i{font-size:14px}._page_iztx8_2{width:100%;height:100%;display:flex;flex-direction:column;flex:1;min-height:0;background:#fff;padding:48px;overflow-y:auto}._headerSection_iztx8_14{margin-bottom:40px}._mainTitle_iztx8_18{font-size:32px;font-weight:700;color:#111827;margin:0 0 8px;line-height:1.2}._mainSubtitle_iztx8_26{font-size:16px;color:#6b7280;margin:0;line-height:1.5}._content_iztx8_33{flex:1;min-height:0;display:flex;flex-direction:column}._cardsGrid_iztx8_40{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:24px;padding-bottom:48px}._emptyState_iztx8_47{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:80px 20px;flex:1}._emptyStateText_iztx8_57{color:#374151;margin:16px 0 8px;font-size:18px;font-weight:600}._emptyStateHint_iztx8_64{color:#9ca3af;font-size:14px;margin:0}._loadingState_iztx8_70{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:80px 20px;flex:1}._loadingText_iztx8_80{color:#6b7280;margin:16px 0 0;font-size:16px;font-weight:500}._errorState_iztx8_87{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:80px 20px;flex:1}._errorText_iztx8_97{color:#dc2626;margin:16px 0 8px;font-size:18px;font-weight:600}._errorHint_iztx8_104{color:#9ca3af;font-size:14px;margin:0;max-width:500px}@media(max-width:1400px){._cardsGrid_iztx8_40{grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}}@media(max-width:768px){._page_iztx8_2{padding:24px}._headerSection_iztx8_14{margin-bottom:32px}._mainTitle_iztx8_18{font-size:24px}._mainSubtitle_iztx8_26{font-size:14px}._cardsGrid_iztx8_40{grid-template-columns:1fr;gap:16px}}._header_1m5yz_3{display:flex;align-items:center;justify-content:space-between;padding:16px 24px;background:#fff;border-bottom:1px solid #e5e7eb;flex-shrink:0}._headerLeft_1m5yz_13{display:flex;align-items:center;gap:12px}._headerActions_1m5yz_19{display:flex;align-items:center;gap:8px}._actionButton_1m5yz_25{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#fff;border:1px solid #d1d5db;border-radius:8px;color:#6b7280;cursor:pointer;transition:all .2s ease}._actionButton_1m5yz_25:hover:not(:disabled){background:#f9fafb;border-color:#9ca3af;color:#374151}._actionButton_1m5yz_25:disabled{opacity:.5;cursor:not-allowed}._actionButton_1m5yz_25 i{font-size:16px}._container_16ge0_2{width:100%;height:100%;display:flex;flex-direction:column;background:#fff;overflow:hidden}._backButton_16ge0_11{display:flex;align-items:center;gap:8px;padding:10px 16px;background:#fff;border:1px solid #d1d5db;border-radius:8px;color:#374151;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}._backButton_16ge0_11:hover{background:#f9fafb;border-color:#9ca3af}._backButton_16ge0_11 i{font-size:14px}._leftContentGroup_16ge0_33{display:flex;align-items:center;gap:12px}._originBadgeOwned_16ge0_39{display:inline-flex;align-items:center;gap:6px;padding:4px 12px;font-size:12px;font-weight:600;border-radius:20px;background:#ecfdf5;color:#059669;border:1px solid #a7f3d0;white-space:nowrap}._originBadgeOwned_16ge0_39 i{font-size:11px}._originBadgeReadonly_16ge0_56{display:inline-flex;align-items:center;gap:6px;padding:4px 12px;font-size:12px;font-weight:600;border-radius:20px;background:#eff6ff;color:#2563eb;border:1px solid #bfdbfe;white-space:nowrap}._originBadgeReadonly_16ge0_56 i{font-size:11px}._content_16ge0_73{flex:1;min-height:0;position:relative;overflow:hidden;display:flex;flex-direction:column}._dashboardWrapper_16ge0_82{flex:1;min-height:0;overflow:auto;position:relative;z-index:0}._dashboardWrapper_16ge0_82 .EmbeddingFrame{height:100%;min-height:100%}._dashboardWrapper_16ge0_82 .Dashboard{background:transparent}._dashboardWrapper_16ge0_82 .DashCard{border-radius:8px;box-shadow:0 1px 3px #0000001a}._dashboardWrapper_16ge0_82 .DashCard:hover{box-shadow:0 4px 12px #00000026}._dashboardWrapper_16ge0_82 .Modal,._dashboardWrapper_16ge0_82 .Popover,._dashboardWrapper_16ge0_82 [data-testid=modal-root],._dashboardWrapper_16ge0_82 .ChartSettingsSidebar,._dashboardWrapper_16ge0_82 .VisualizationSettings{z-index:200!important}._loadingOverlay_16ge0_111{position:absolute;inset:0;background:#fffffff2;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:1000;gap:16px}._loadingOverlay_16ge0_111 p{color:#6b7280;font-size:16px;font-weight:500;margin:0}._spinner_16ge0_132{font-size:48px;color:#1e1b4b}._spinner_16ge0_132 i{display:block}._errorState_16ge0_140{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:80px 20px;flex:1}._errorState_16ge0_140 i{font-size:64px;color:#ef4444;margin-bottom:24px}._errorState_16ge0_140 h2{font-size:24px;font-weight:700;color:#111827;margin:0 0 12px}._errorState_16ge0_140 p{font-size:16px;color:#6b7280;margin:0 0 32px;max-width:500px}._errorState_16ge0_140 ._backButton_16ge0_11{display:flex;align-items:center;gap:8px;padding:12px 24px;background:#1e1b4b;border:none;border-radius:8px;color:#fff;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease}._errorState_16ge0_140 ._backButton_16ge0_11:hover{background:#2e2a5b;transform:translateY(-1px)}._errorState_16ge0_140 ._backButton_16ge0_11 i{font-size:14px}@media(max-width:768px){._header_16ge0_190{padding:12px 16px}._backButton_16ge0_11{padding:8px 12px;font-size:13px}._backButton_16ge0_11 span{display:none}}._myDashboardsEmpty_1un1a_1{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:64px 20px;flex:1;max-width:720px;margin:0 auto}._myDashboardsEmpty_1un1a_1 ._icon_1un1a_12{width:72px;height:72px;display:flex;align-items:center;justify-content:center;border-radius:16px;background:#eff6ff;color:#3b82f6;font-size:32px;margin-bottom:20px}._myDashboardsEmpty_1un1a_1 ._title_1un1a_24{font-size:22px;font-weight:700;color:#111827;margin:0 0 8px}._myDashboardsEmpty_1un1a_1 ._hint_1un1a_30{font-size:15px;color:#6b7280;margin:0 0 28px;line-height:1.5;max-width:480px}._myDashboardsEmpty_1un1a_1 ._howItWorks_1un1a_37{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:20px 24px;margin:0 0 28px;width:100%;text-align:left}._myDashboardsEmpty_1un1a_1 ._howItWorks_1un1a_37 ._howItWorksTitle_1un1a_46{font-size:14px;font-weight:700;color:#1e1b4b;margin:0 0 8px;display:flex;align-items:center;gap:8px}._myDashboardsEmpty_1un1a_1 ._howItWorks_1un1a_37 ._howItWorksTitle_1un1a_46 i{color:#f59e0b}._myDashboardsEmpty_1un1a_1 ._howItWorks_1un1a_37 ._howItWorksText_1un1a_58{font-size:13px;color:#4b5563;line-height:1.6;margin:0 0 16px}._myDashboardsEmpty_1un1a_1 ._howItWorks_1un1a_37 ._howItWorksFlow_1un1a_64{display:flex;align-items:center;gap:10px;font-size:13px;font-weight:600;color:#1e1b4b;flex-wrap:wrap}._myDashboardsEmpty_1un1a_1 ._howItWorks_1un1a_37 ._howItWorksFlow_1un1a_64 ._howItWorksStep_1un1a_73{display:flex;align-items:center;gap:6px;padding:6px 12px;background:#fff;border:1px solid #e5e7eb;border-radius:8px}._myDashboardsEmpty_1un1a_1 ._howItWorks_1un1a_37 ._howItWorksFlow_1un1a_64 ._howItWorksStep_1un1a_73 i{font-size:13px}._myDashboardsEmpty_1un1a_1 ._howItWorks_1un1a_37 ._howItWorksFlow_1un1a_64 ._howItWorksArrow_1un1a_85{color:#9ca3af;font-size:12px}._myDashboardsEmpty_1un1a_1 ._cta_1un1a_89{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;background:#1e1b4b;color:#fff;border:none;border-radius:10px;font-size:15px;font-weight:600;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,background .15s ease;box-shadow:0 1px 3px #0000001a}._myDashboardsEmpty_1un1a_1 ._cta_1un1a_89:hover{background:#312e81;transform:translateY(-1px);box-shadow:0 4px 12px #1e1b4b40}._myDashboardsEmpty_1un1a_1 ._cta_1un1a_89:active{transform:translateY(0)}._myDashboardsEmpty_1un1a_1 ._cta_1un1a_89 i{font-size:13px}@media(max-width:768px){._myDashboardsEmpty_1un1a_1{padding:48px 16px}._myDashboardsEmpty_1un1a_1 ._howItWorks_1un1a_37 ._howItWorksFlow_1un1a_64{gap:6px}._myDashboardsEmpty_1un1a_1 ._howItWorks_1un1a_37 ._howItWorksFlow_1un1a_64 ._howItWorksStep_1un1a_73{padding:5px 10px}}._customDashboardsEmpty_gfrdu_1{flex:1;display:flex;align-items:center;justify-content:center;padding:24px 16px 56px;min-height:480px}._customDashboardsEmpty_gfrdu_1 ._column_gfrdu_9{display:flex;flex-direction:column;align-items:center;text-align:center;max-width:620px;width:100%;gap:16px}._customDashboardsEmpty_gfrdu_1 ._column_gfrdu_9 ._heading_gfrdu_18{position:relative;font-size:32px;font-weight:800;color:#0d0334;margin:0;line-height:1.1;letter-spacing:-.5px;padding-bottom:14px}._customDashboardsEmpty_gfrdu_1 ._column_gfrdu_9 ._heading_gfrdu_18:after{content:"";position:absolute;left:50%;bottom:0;transform:translate(-50%);width:48px;height:4px;background:#e30613;border-radius:2px}._customDashboardsEmpty_gfrdu_1 ._column_gfrdu_9 ._subhead_gfrdu_39{font-size:20px;font-weight:700;color:#0d0334;margin:6px 0 0;line-height:1.3;max-width:560px}._customDashboardsEmpty_gfrdu_1 ._column_gfrdu_9 ._body_gfrdu_47{font-size:15px;color:#4b5563;line-height:1.65;margin:0;max-width:560px}._customDashboardsEmpty_gfrdu_1 ._column_gfrdu_9 ._sourcesBlock_gfrdu_54{display:flex;flex-direction:column;align-items:center;gap:12px;margin-top:8px}._customDashboardsEmpty_gfrdu_1 ._column_gfrdu_9 ._sourcesBlock_gfrdu_54 ._sourcesLabel_gfrdu_61{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.8px;color:#9ca3af;margin:0}._customDashboardsEmpty_gfrdu_1 ._column_gfrdu_9 ._sourcesBlock_gfrdu_54 ._sourcesRow_gfrdu_69{display:flex;flex-wrap:wrap;justify-content:center;gap:10px}._customDashboardsEmpty_gfrdu_1 ._column_gfrdu_9 ._sourcesBlock_gfrdu_54 ._sourcesRow_gfrdu_69 ._chip_gfrdu_75{display:inline-flex;align-items:center;gap:8px;padding:8px 14px;background:#fff;border:1px solid #e5e7eb;border-radius:999px;font-size:13px;font-weight:600;color:#1f2937}._customDashboardsEmpty_gfrdu_1 ._column_gfrdu_9 ._sourcesBlock_gfrdu_54 ._sourcesRow_gfrdu_69 ._chip_gfrdu_75 i{font-size:14px}._customDashboardsEmpty_gfrdu_1 ._column_gfrdu_9 ._sourcesBlock_gfrdu_54 ._sourcesRow_gfrdu_69 ._chip_gfrdu_75._sourceExcel_gfrdu_90 i{color:#1d6f42}._customDashboardsEmpty_gfrdu_1 ._column_gfrdu_9 ._sourcesBlock_gfrdu_54 ._sourcesRow_gfrdu_69 ._chip_gfrdu_75._sourcePowerBi_gfrdu_93 i{color:#c8a200}._customDashboardsEmpty_gfrdu_1 ._column_gfrdu_9 ._sourcesBlock_gfrdu_54 ._sourcesRow_gfrdu_69 ._chip_gfrdu_75._sourceTableau_gfrdu_96 i{color:#0176d3}._customDashboardsEmpty_gfrdu_1 ._column_gfrdu_9 ._sourcesBlock_gfrdu_54 ._sourcesRow_gfrdu_69 ._chip_gfrdu_75._sourceXml_gfrdu_99 i{color:#6b7280}._customDashboardsEmpty_gfrdu_1 ._column_gfrdu_9 ._cta_gfrdu_102{margin-top:12px;padding:12px 32px;background:#e30613;color:#fff;border:none;border-radius:10px;font-size:15px;font-weight:700;letter-spacing:.2px;cursor:pointer;transition:background .15s ease,transform .15s ease,box-shadow .15s ease;box-shadow:0 1px 2px #e3061340}._customDashboardsEmpty_gfrdu_1 ._column_gfrdu_9 ._cta_gfrdu_102:hover:not(:disabled){background:#c00510;transform:translateY(-1px);box-shadow:0 6px 16px #e3061347}._customDashboardsEmpty_gfrdu_1 ._column_gfrdu_9 ._cta_gfrdu_102:active:not(:disabled){transform:translateY(0)}._customDashboardsEmpty_gfrdu_1 ._column_gfrdu_9 ._cta_gfrdu_102:disabled{opacity:.6;cursor:not-allowed}._customDashboardsEmpty_gfrdu_1 ._column_gfrdu_9 ._reassurance_gfrdu_128{font-size:13px;color:#9ca3af;margin:0}@media(max-width:768px){._customDashboardsEmpty_gfrdu_1{padding:16px 16px 40px}._customDashboardsEmpty_gfrdu_1 ._column_gfrdu_9 ._heading_gfrdu_18{font-size:26px}._customDashboardsEmpty_gfrdu_1 ._column_gfrdu_9 ._subhead_gfrdu_39{font-size:17px}._customDashboardsEmpty_gfrdu_1 ._column_gfrdu_9 ._body_gfrdu_47{font-size:14px}}._page_15hmt_2{width:100%;height:100%;display:flex;flex-direction:column;flex:1;min-height:0;background:#fff;padding:48px;overflow-y:auto}._headerSection_15hmt_14{margin-bottom:32px}._mainTitle_15hmt_18{font-size:32px;font-weight:700;color:#111827;margin:0 0 8px}._mainSubtitle_15hmt_25{font-size:16px;color:#6b7280;margin:0}._howItWorks_15hmt_32{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:24px;margin-bottom:32px}._howItWorksTitle_15hmt_40{font-size:15px;font-weight:700;color:#1e1b4b;margin:0 0 12px;display:flex;align-items:center;gap:8px}._howItWorksTitle_15hmt_40 i{color:#f59e0b}._howItWorksText_15hmt_53{font-size:14px;color:#4b5563;line-height:1.7;margin:0 0 12px}._howItWorksFlow_15hmt_60{display:flex;align-items:center;gap:12px;font-size:14px;font-weight:600;color:#1e1b4b;margin-top:16px}._howItWorksStep_15hmt_70{display:flex;align-items:center;gap:6px;padding:6px 14px;background:#fff;border:1px solid #e5e7eb;border-radius:8px}._howItWorksStep_15hmt_70 i{font-size:14px}._howItWorksArrow_15hmt_83{color:#9ca3af;font-size:14px}._cardsGrid_15hmt_89{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}._pickerContainer_15hmt_96{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;padding:48px}._pickerTitle_15hmt_105{font-size:24px;font-weight:700;color:#111827;margin:0 0 8px;text-align:center}._pickerSubtitle_15hmt_113{font-size:14px;color:#6b7280;margin:0 0 32px;text-align:center}._pickerCards_15hmt_120{display:flex;gap:24px;width:100%;max-width:600px}._pickerCard_15hmt_120{flex:1;background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:24px;display:flex;flex-direction:column;align-items:center;gap:12px;cursor:pointer;transition:all .2s ease;text-align:center;position:relative;box-shadow:0 1px 3px #0000001a}._pickerCard_15hmt_120:hover{box-shadow:0 4px 12px #00000026;transform:translateY(-2px);border-color:#1e1b4b}._pickerCardIcon_15hmt_149{width:56px;height:56px;display:flex;align-items:center;justify-content:center;border-radius:12px;font-size:24px}._pickerCardContent_15hmt_159{display:flex;flex-direction:column;gap:4px}._pickerCardTitle_15hmt_165{font-size:16px;font-weight:700;color:#111827;margin:0}._pickerCardDesc_15hmt_172{font-size:13px;color:#6b7280;margin:0;line-height:1.5}._pickerRecommended_15hmt_179{position:absolute;top:-10px;right:-10px;background:#10b981;color:#fff;font-size:11px;font-weight:600;padding:3px 10px;border-radius:12px;text-transform:uppercase;letter-spacing:.5px}._editorContainer_15hmt_194{width:100%;height:100%;display:flex;flex-direction:column;overflow:hidden}._editorWrapper_15hmt_202{flex:1;min-height:0;height:calc(100vh - 140px);overflow:auto;position:relative}@media(max-width:768px){._cardsGrid_15hmt_89{grid-template-columns:1fr}._pickerCards_15hmt_120{flex-direction:column}}._container_13p4s_1{width:100%;height:100%;display:flex;flex-direction:column;background:#fff;overflow:hidden}._backButton_13p4s_10{display:flex;align-items:center;gap:8px;padding:10px 16px;background:#fff;border:1px solid #d1d5db;border-radius:8px;color:#374151;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}._backButton_13p4s_10:hover{background:#f9fafb;border-color:#9ca3af}._backButton_13p4s_10 i{font-size:14px}._content_13p4s_32{flex:1;min-height:0;overflow:hidden;display:flex;flex-direction:column}._container_1j26c_2{display:flex;flex-direction:column;height:100%;max-width:820px;margin:0 auto;background:#fff}._header_1j26c_12{padding:16px 24px;border-bottom:1px solid #e5e7eb;display:flex;align-items:center;justify-content:space-between;background:linear-gradient(180deg,#fafbfc,#fff)}._headerLeft_1j26c_21{display:flex;align-items:center;gap:10px}._headerIcon_1j26c_27{width:32px;height:32px;border-radius:10px;background:linear-gradient(135deg,#1e1b4b,#312e81);display:flex;align-items:center;justify-content:center;color:#fff;font-size:14px;flex-shrink:0}._title_1j26c_40{font-size:17px;font-weight:700;color:#1e1b4b;margin:0}._newConversationButton_1j26c_47{display:flex;align-items:center;gap:6px;padding:8px 14px;background:#fff;border:1px solid #d1d5db;border-radius:8px;color:#374151;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s ease}._newConversationButton_1j26c_47:hover:not(:disabled){background:#f9fafb;border-color:#1e1b4b;color:#1e1b4b}._newConversationButton_1j26c_47:disabled{opacity:.5;cursor:default}._newConversationButton_1j26c_47 i{font-size:12px}._chatArea_1j26c_75{flex:1;min-height:0;overflow:hidden;display:flex;flex-direction:column}._messages_1j26c_84{flex:1;overflow-y:auto;padding:24px 24px 32px;display:flex;flex-direction:column;gap:24px;scroll-behavior:smooth}._message_1j26c_84{display:flex;flex-direction:column;gap:6px;max-width:88%;animation:_fadeIn_1j26c_1 .25s ease}@keyframes _fadeIn_1j26c_1{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}._messageUser_1j26c_113{align-self:flex-end}._messageAssistant_1j26c_117,._messageError_1j26c_121{align-self:flex-start}._messageLabel_1j26c_125{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;display:flex;align-items:center;gap:6px}._messageUser_1j26c_113 ._messageLabel_1j26c_125{color:#6b7280;justify-content:flex-end}._messageAssistant_1j26c_117 ._messageLabel_1j26c_125{color:#1e1b4b}._messageLabelIcon_1j26c_144{width:18px;height:18px;border-radius:5px;display:inline-flex;align-items:center;justify-content:center;font-size:9px;flex-shrink:0}._messageAssistant_1j26c_117 ._messageLabelIcon_1j26c_144{background:linear-gradient(135deg,#1e1b4b,#312e81);color:#fff}._messageUser_1j26c_113 ._messageLabelIcon_1j26c_144{background:#e5e7eb;color:#6b7280}._messageBody_1j26c_166{font-size:14px;line-height:1.65;overflow-wrap:break-word}._messageBody_1j26c_166 p{margin:0 0 8px}._messageBody_1j26c_166 p:last-child{margin-bottom:0}._messageBody_1j26c_166 ul,._messageBody_1j26c_166 ol{display:block;margin:4px 0 8px 20px;padding-left:16px;list-style-position:outside}._messageBody_1j26c_166 ul{list-style-type:disc}._messageBody_1j26c_166 ol{list-style-type:decimal}._messageBody_1j26c_166 li{display:list-item;margin-bottom:3px}._messageBody_1j26c_166 strong{font-weight:600}._messageBody_1j26c_166 table{border-collapse:collapse;margin:8px 0;font-size:13px;width:100%;border-radius:8px;overflow:hidden}._messageBody_1j26c_166 th,._messageBody_1j26c_166 td{border:1px solid #e5e7eb;padding:8px 12px;text-align:left}._messageBody_1j26c_166 th{background:#f0f0f8;font-weight:600;color:#1e1b4b}._messageBody_1j26c_166 code{background:#f3f4f6;padding:2px 6px;border-radius:4px;font-size:13px}._messageUser_1j26c_113 ._messageBody_1j26c_166{background:linear-gradient(135deg,#1e1b4b,#2d2a5e);padding:10px 16px;border-radius:16px 16px 4px;color:#fff}._messageAssistant_1j26c_117 ._messageBody_1j26c_166{padding:8px 16px;background:#f8f9fb;border-radius:16px 16px 16px 4px;border:1px solid #e8e9f0;color:#111827}._messageError_1j26c_121 ._messageBody_1j26c_166{background:#fef2f2;border:1px solid #fecaca;border-radius:12px;padding:10px 16px;color:#dc2626;font-size:13px;display:flex;align-items:center;gap:8px}._thinking_1j26c_251{color:#6b7280;font-style:italic;font-size:13px;display:flex;align-items:center;gap:8px;padding:8px 16px;background:#f8f9fb;border-radius:16px 16px 16px 4px;border:1px solid #e8e9f0}@keyframes _pulse_1j26c_1{0%,to{opacity:.4}50%{opacity:1}}._thinkingDots_1j26c_272{display:flex;gap:3px}._thinkingDots_1j26c_272 span{width:5px;height:5px;border-radius:50%;background:#1e1b4b;animation:_pulse_1j26c_1 1.4s ease-in-out infinite}._thinkingDots_1j26c_272 span:nth-child(2){animation-delay:.2s}._thinkingDots_1j26c_272 span:nth-child(3){animation-delay:.4s}._toolCard_1j26c_291{display:flex;align-items:center;gap:10px;background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:10px 14px;margin:6px 0;transition:all .2s ease}._toolCardDone_1j26c_303{border-color:#d1fae5;background:#f0fdf4}._toolCardDone_1j26c_303 ._toolCardIcon_1j26c_308{color:#059669}._toolCardPending_1j26c_312 ._toolCardIcon_1j26c_308{color:#1e1b4b;animation:_spin_1j26c_1 1s linear infinite}@keyframes _spin_1j26c_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._toolCardIcon_1j26c_308{font-size:14px;flex-shrink:0;width:20px;text-align:center}._toolCardContent_1j26c_332{display:flex;flex-direction:column;gap:1px;min-width:0}._toolCardLabel_1j26c_339{font-size:13px;font-weight:500;color:#374151}._toolCardDone_1j26c_303 ._toolCardLabel_1j26c_339{color:#065f46}._toolCardDetail_1j26c_349{font-size:12px;color:#9ca3af;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._inputArea_1j26c_358{padding:12px 24px 20px;background:linear-gradient(180deg,transparent 0%,#fafbfc 100%)}._inputContainer_1j26c_363{display:flex;align-items:center;gap:8px;border:1.5px solid #e5e7eb;border-radius:14px;padding:4px 6px 4px 16px;box-shadow:0 2px 8px #1e1b4b0f;min-height:48px;background:#fff;transition:border-color .2s ease,box-shadow .2s ease}._inputContainer_1j26c_363:focus-within{border-color:#1e1b4b;box-shadow:0 2px 12px #1e1b4b1f}._inputContainerLoading_1j26c_380{background:#fafbfc;border-color:#d1d5db}._input_1j26c_358{flex:1;border:none;outline:none;font-size:14px;line-height:1.7;color:#111827;background:transparent}._input_1j26c_358::placeholder{color:#9ca3af}._sendButton_1j26c_399,._cancelButton_1j26c_400{width:34px;height:34px;border-radius:10px;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;transition:opacity .15s ease,background .15s ease,transform .15s ease}._sendButton_1j26c_399{background:linear-gradient(135deg,#1e1b4b,#312e81);color:#fff;font-size:14px}._sendButton_1j26c_399:hover:not(:disabled){background:linear-gradient(135deg,#2e2a5b,#3b3791);transform:scale(1.04)}._sendButton_1j26c_399:active:not(:disabled){transform:scale(.94)}._sendButton_1j26c_399:disabled{opacity:.25;cursor:default}._cancelButton_1j26c_400{background:transparent;border:1.5px solid #e30613;color:#e30613;font-size:10px;border-radius:10px}._cancelButton_1j26c_400:hover{background:#fef2f2}._cancelButton_1j26c_400:active{transform:scale(.94)}._suggestedPrompts_1j26c_445{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 24px;gap:8px}._welcomeIcon_1j26c_455{width:56px;height:56px;border-radius:16px;background:linear-gradient(135deg,#1e1b4b,#312e81);display:flex;align-items:center;justify-content:center;color:#fff;font-size:22px;margin-bottom:8px;box-shadow:0 4px 16px #1e1b4b33}._welcomeTitle_1j26c_469{font-size:22px;font-weight:700;color:#1e1b4b;margin:0}._welcomeSubtitle_1j26c_476{font-size:14px;color:#6b7280;margin:0 0 24px}._suggestedPromptsTitle_1j26c_482{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#9ca3af;margin:0 0 12px}._suggestedPromptsGrid_1j26c_491{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;max-width:540px;width:100%}._suggestedPromptCard_1j26c_499{padding:16px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;color:#374151;font-size:13px;line-height:1.55;text-align:left;cursor:pointer;transition:all .2s ease;display:flex;align-items:flex-start;gap:10px;box-shadow:0 1px 3px #0000000a}._suggestedPromptCard_1j26c_499:hover{background:#f8f9fb;border-color:#1e1b4b;box-shadow:0 4px 12px #1e1b4b1a;transform:translateY(-2px)}._promptIcon_1j26c_522{width:28px;height:28px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:12px;flex-shrink:0;margin-top:1px}._promptIconBlue_1j26c_534{background:#eff6ff;color:#3b82f6}._promptIconGreen_1j26c_539{background:#ecfdf5;color:#059669}._promptIconPurple_1j26c_544{background:#f5f3ff;color:#7c3aed}._promptIconAmber_1j26c_549{background:#fffbeb;color:#d97706}@media(max-width:640px){._suggestedPromptsGrid_1j26c_491{grid-template-columns:1fr}._header_1j26c_12{padding:12px 16px}._messages_1j26c_84{padding:16px}._inputArea_1j26c_358{padding:8px 16px 12px}._welcomeTitle_1j26c_469{font-size:18px}}/*!
 * Bootstrap v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */:root{--blue:#007bff;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:#dc3545;--orange:#fd7e14;--yellow:#ffc107;--green:#28a745;--teal:#20c997;--cyan:#17a2b8;--white:#fff;--gray:#6c757d;--gray-dark:#343a40;--primary:#007bff;--secondary:#6c757d;--success:#28a745;--info:#17a2b8;--warning:#ffc107;--danger:#dc3545;--light:#f8f9fa;--dark:#343a40;--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px;--font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}*,:after,:before{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}[tabindex="-1"]:focus:not(:focus-visible){outline:0!important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[data-original-title],abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#007bff;text-decoration:none;background-color:transparent}a:hover{color:#0056b3;text-decoration:underline}a:not([href]):not([class]){color:inherit;text-decoration:none}a:not([href]):not([class]):hover{color:inherit;text-decoration:none}code,kbd,pre,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg{overflow:hidden;vertical-align:middle}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#6c757d;text-align:left;caption-side:bottom}th{text-align:inherit;text-align:-webkit-match-parent}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus:not(:focus-visible){outline:0}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}template{display:none}[hidden]{display:none!important}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin-bottom:.5rem;font-weight:500;line-height:1.2}.h1,h1{font-size:2.5rem}.h2,h2{font-size:2rem}.h3,h3{font-size:1.75rem}.h4,h4{font-size:1.5rem}.h5,h5{font-size:1.25rem}.h6,h6{font-size:1rem}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:6rem;font-weight:300;line-height:1.2}.display-2{font-size:5.5rem;font-weight:300;line-height:1.2}.display-3{font-size:4.5rem;font-weight:300;line-height:1.2}.display-4{font-size:3.5rem;font-weight:300;line-height:1.2}hr{margin-top:1rem;margin-bottom:1rem;border:0;border-top:1px solid rgba(0,0,0,.1)}.small,small{font-size:.875em;font-weight:400}.mark,mark{padding:.2em;background-color:#fcf8e3}.list-unstyled,.list-inline{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:90%;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote-footer{display:block;font-size:.875em;color:#6c757d}.blockquote-footer:before{content:"— "}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #dee2e6;border-radius:.25rem;max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:90%;color:#6c757d}code{font-size:87.5%;color:#e83e8c;word-wrap:break-word}a>code{color:inherit}kbd{padding:.2rem .4rem;font-size:87.5%;color:#fff;background-color:#212529;border-radius:.2rem}kbd kbd{padding:0;font-size:100%;font-weight:700}pre{display:block;font-size:87.5%;color:#212529}pre code{font-size:inherit;color:inherit;word-break:normal}.pre-scrollable{max-height:340px;overflow-y:scroll}.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media(min-width:576px){.container,.container-sm{max-width:540px}}@media(min-width:768px){.container,.container-md,.container-sm{max-width:720px}}@media(min-width:992px){.container,.container-lg,.container-md,.container-sm{max-width:960px}}@media(min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1140px}}.row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto{position:relative;width:100%;padding-right:15px;padding-left:15px}.col{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-first{-ms-flex-order:-1;order:-1}.order-last{-ms-flex-order:13;order:13}.order-0{-ms-flex-order:0;order:0}.order-1{-ms-flex-order:1;order:1}.order-2{-ms-flex-order:2;order:2}.order-3{-ms-flex-order:3;order:3}.order-4{-ms-flex-order:4;order:4}.order-5{-ms-flex-order:5;order:5}.order-6{-ms-flex-order:6;order:6}.order-7{-ms-flex-order:7;order:7}.order-8{-ms-flex-order:8;order:8}.order-9{-ms-flex-order:9;order:9}.order-10{-ms-flex-order:10;order:10}.order-11{-ms-flex-order:11;order:11}.order-12{-ms-flex-order:12;order:12}.offset-1{margin-left:8.333333%}.offset-2{margin-left:16.666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.333333%}.offset-5{margin-left:41.666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.333333%}.offset-8{margin-left:66.666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.333333%}.offset-11{margin-left:91.666667%}@media(min-width:576px){.col-sm{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-sm-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-sm-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-sm-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-sm-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-sm-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-sm-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-sm-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-sm-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-sm-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-sm-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-sm-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-sm-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-sm-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-sm-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-sm-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-sm-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-sm-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-sm-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-sm-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-sm-first{-ms-flex-order:-1;order:-1}.order-sm-last{-ms-flex-order:13;order:13}.order-sm-0{-ms-flex-order:0;order:0}.order-sm-1{-ms-flex-order:1;order:1}.order-sm-2{-ms-flex-order:2;order:2}.order-sm-3{-ms-flex-order:3;order:3}.order-sm-4{-ms-flex-order:4;order:4}.order-sm-5{-ms-flex-order:5;order:5}.order-sm-6{-ms-flex-order:6;order:6}.order-sm-7{-ms-flex-order:7;order:7}.order-sm-8{-ms-flex-order:8;order:8}.order-sm-9{-ms-flex-order:9;order:9}.order-sm-10{-ms-flex-order:10;order:10}.order-sm-11{-ms-flex-order:11;order:11}.order-sm-12{-ms-flex-order:12;order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.333333%}.offset-sm-2{margin-left:16.666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.333333%}.offset-sm-5{margin-left:41.666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.333333%}.offset-sm-8{margin-left:66.666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.333333%}.offset-sm-11{margin-left:91.666667%}}@media(min-width:768px){.col-md{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-md-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-md-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-md-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-md-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-md-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-md-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-md-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-md-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-md-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-md-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-md-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-md-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-md-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-md-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-md-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-md-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-md-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-md-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-md-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-md-first{-ms-flex-order:-1;order:-1}.order-md-last{-ms-flex-order:13;order:13}.order-md-0{-ms-flex-order:0;order:0}.order-md-1{-ms-flex-order:1;order:1}.order-md-2{-ms-flex-order:2;order:2}.order-md-3{-ms-flex-order:3;order:3}.order-md-4{-ms-flex-order:4;order:4}.order-md-5{-ms-flex-order:5;order:5}.order-md-6{-ms-flex-order:6;order:6}.order-md-7{-ms-flex-order:7;order:7}.order-md-8{-ms-flex-order:8;order:8}.order-md-9{-ms-flex-order:9;order:9}.order-md-10{-ms-flex-order:10;order:10}.order-md-11{-ms-flex-order:11;order:11}.order-md-12{-ms-flex-order:12;order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.333333%}.offset-md-2{margin-left:16.666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.333333%}.offset-md-5{margin-left:41.666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.333333%}.offset-md-8{margin-left:66.666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.333333%}.offset-md-11{margin-left:91.666667%}}@media(min-width:992px){.col-lg{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-lg-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-lg-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-lg-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-lg-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-lg-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-lg-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-lg-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-lg-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-lg-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-lg-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-lg-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-lg-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-lg-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-lg-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-lg-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-lg-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-lg-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-lg-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-lg-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-lg-first{-ms-flex-order:-1;order:-1}.order-lg-last{-ms-flex-order:13;order:13}.order-lg-0{-ms-flex-order:0;order:0}.order-lg-1{-ms-flex-order:1;order:1}.order-lg-2{-ms-flex-order:2;order:2}.order-lg-3{-ms-flex-order:3;order:3}.order-lg-4{-ms-flex-order:4;order:4}.order-lg-5{-ms-flex-order:5;order:5}.order-lg-6{-ms-flex-order:6;order:6}.order-lg-7{-ms-flex-order:7;order:7}.order-lg-8{-ms-flex-order:8;order:8}.order-lg-9{-ms-flex-order:9;order:9}.order-lg-10{-ms-flex-order:10;order:10}.order-lg-11{-ms-flex-order:11;order:11}.order-lg-12{-ms-flex-order:12;order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.333333%}.offset-lg-2{margin-left:16.666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.333333%}.offset-lg-5{margin-left:41.666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.333333%}.offset-lg-8{margin-left:66.666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.333333%}.offset-lg-11{margin-left:91.666667%}}@media(min-width:1200px){.col-xl{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-xl-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-xl-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-xl-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-xl-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-xl-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-xl-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-xl-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-xl-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-xl-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-xl-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xl-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-xl-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-xl-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xl-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-xl-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-xl-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xl-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-xl-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-xl-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-xl-first{-ms-flex-order:-1;order:-1}.order-xl-last{-ms-flex-order:13;order:13}.order-xl-0{-ms-flex-order:0;order:0}.order-xl-1{-ms-flex-order:1;order:1}.order-xl-2{-ms-flex-order:2;order:2}.order-xl-3{-ms-flex-order:3;order:3}.order-xl-4{-ms-flex-order:4;order:4}.order-xl-5{-ms-flex-order:5;order:5}.order-xl-6{-ms-flex-order:6;order:6}.order-xl-7{-ms-flex-order:7;order:7}.order-xl-8{-ms-flex-order:8;order:8}.order-xl-9{-ms-flex-order:9;order:9}.order-xl-10{-ms-flex-order:10;order:10}.order-xl-11{-ms-flex-order:11;order:11}.order-xl-12{-ms-flex-order:12;order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.333333%}.offset-xl-2{margin-left:16.666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.333333%}.offset-xl-5{margin-left:41.666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.333333%}.offset-xl-8{margin-left:66.666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.333333%}.offset-xl-11{margin-left:91.666667%}}.table{width:100%;margin-bottom:1rem;color:#212529}.table td,.table th{padding:.75rem;vertical-align:top;border-top:1px solid #dee2e6}.table thead th{vertical-align:bottom;border-bottom:2px solid #dee2e6}.table tbody+tbody{border-top:2px solid #dee2e6}.table-sm td,.table-sm th{padding:.3rem}.table-bordered,.table-bordered td,.table-bordered th{border:1px solid #dee2e6}.table-bordered thead td,.table-bordered thead th{border-bottom-width:2px}.table-borderless tbody+tbody,.table-borderless td,.table-borderless th,.table-borderless thead th{border:0}.table-striped tbody tr:nth-of-type(odd){background-color:#0000000d}.table-hover tbody tr:hover{color:#212529;background-color:#00000013}.table-primary,.table-primary>td,.table-primary>th{background-color:#b8daff}.table-primary tbody+tbody,.table-primary td,.table-primary th,.table-primary thead th{border-color:#7abaff}.table-hover .table-primary:hover{background-color:#9fcdff}.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th{background-color:#9fcdff}.table-secondary,.table-secondary>td,.table-secondary>th{background-color:#d6d8db}.table-secondary tbody+tbody,.table-secondary td,.table-secondary th,.table-secondary thead th{border-color:#b3b7bb}.table-hover .table-secondary:hover{background-color:#c8cbcf}.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th{background-color:#c8cbcf}.table-success,.table-success>td,.table-success>th{background-color:#c3e6cb}.table-success tbody+tbody,.table-success td,.table-success th,.table-success thead th{border-color:#8fd19e}.table-hover .table-success:hover{background-color:#b1dfbb}.table-hover .table-success:hover>td,.table-hover .table-success:hover>th{background-color:#b1dfbb}.table-info,.table-info>td,.table-info>th{background-color:#bee5eb}.table-info tbody+tbody,.table-info td,.table-info th,.table-info thead th{border-color:#86cfda}.table-hover .table-info:hover{background-color:#abdde5}.table-hover .table-info:hover>td,.table-hover .table-info:hover>th{background-color:#abdde5}.table-warning,.table-warning>td,.table-warning>th{background-color:#ffeeba}.table-warning tbody+tbody,.table-warning td,.table-warning th,.table-warning thead th{border-color:#ffdf7e}.table-hover .table-warning:hover{background-color:#ffe8a1}.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th{background-color:#ffe8a1}.table-danger,.table-danger>td,.table-danger>th{background-color:#f5c6cb}.table-danger tbody+tbody,.table-danger td,.table-danger th,.table-danger thead th{border-color:#ed969e}.table-hover .table-danger:hover{background-color:#f1b0b7}.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th{background-color:#f1b0b7}.table-light,.table-light>td,.table-light>th{background-color:#fdfdfe}.table-light tbody+tbody,.table-light td,.table-light th,.table-light thead th{border-color:#fbfcfc}.table-hover .table-light:hover{background-color:#ececf6}.table-hover .table-light:hover>td,.table-hover .table-light:hover>th{background-color:#ececf6}.table-dark,.table-dark>td,.table-dark>th{background-color:#c6c8ca}.table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th{border-color:#95999c}.table-hover .table-dark:hover{background-color:#b9bbbe}.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th{background-color:#b9bbbe}.table-active,.table-active>td,.table-active>th{background-color:#00000013}.table-hover .table-active:hover{background-color:#00000013}.table-hover .table-active:hover>td,.table-hover .table-active:hover>th{background-color:#00000013}.table .thead-dark th{color:#fff;background-color:#343a40;border-color:#454d55}.table .thead-light th{color:#495057;background-color:#e9ecef;border-color:#dee2e6}.table-dark{color:#fff;background-color:#343a40}.table-dark td,.table-dark th,.table-dark thead th{border-color:#454d55}.table-dark.table-bordered{border:0}.table-dark.table-striped tbody tr:nth-of-type(odd){background-color:#ffffff0d}.table-dark.table-hover tbody tr:hover{color:#fff;background-color:#ffffff13}@media(max-width:575.98px){.table-responsive-sm{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-sm>.table-bordered{border:0}}@media(max-width:767.98px){.table-responsive-md{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-md>.table-bordered{border:0}}@media(max-width:991.98px){.table-responsive-lg{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-lg>.table-bordered{border:0}}@media(max-width:1199.98px){.table-responsive-xl{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-xl>.table-bordered{border:0}}.table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive>.table-bordered{border:0}.form-control{display:block;width:100%;height:calc(1.5em + .75rem + 2px);padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.form-control{transition:none}}.form-control::-ms-expand{background-color:transparent;border:0}.form-control:focus{color:#495057;background-color:#fff;border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem #007bff40}.form-control::-webkit-input-placeholder{color:#6c757d;opacity:1}.form-control::-moz-placeholder{color:#6c757d;opacity:1}.form-control:-ms-input-placeholder{color:#6c757d;opacity:1}.form-control::-ms-input-placeholder{color:#6c757d;opacity:1}.form-control::placeholder{color:#6c757d;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#e9ecef;opacity:1}input[type=date].form-control,input[type=datetime-local].form-control,input[type=month].form-control,input[type=time].form-control{-webkit-appearance:none;-moz-appearance:none;appearance:none}select.form-control:-moz-focusring{color:transparent;text-shadow:0 0 0 #495057}select.form-control:focus::-ms-value{color:#495057;background-color:#fff}.form-control-file,.form-control-range{display:block;width:100%}.col-form-label{padding-top:calc(.375rem + 1px);padding-bottom:calc(.375rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(.5rem + 1px);padding-bottom:calc(.5rem + 1px);font-size:1.25rem;line-height:1.5}.col-form-label-sm{padding-top:calc(.25rem + 1px);padding-bottom:calc(.25rem + 1px);font-size:.875rem;line-height:1.5}.form-control-plaintext{display:block;width:100%;padding:.375rem 0;margin-bottom:0;font-size:1rem;line-height:1.5;color:#212529;background-color:transparent;border:solid transparent;border-width:1px 0}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm{padding-right:0;padding-left:0}.form-control-sm{height:calc(1.5em + .5rem + 2px);padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.form-control-lg{height:calc(1.5em + 1rem + 2px);padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}select.form-control[multiple],select.form-control[size],textarea.form-control{height:auto}.form-group{margin-bottom:1rem}.form-text{display:block;margin-top:.25rem}.form-row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-5px;margin-left:-5px}.form-row>.col,.form-row>[class*=col-]{padding-right:5px;padding-left:5px}.form-check{position:relative;display:block;padding-left:1.25rem}.form-check-input{position:absolute;margin-top:.3rem;margin-left:-1.25rem}.form-check-input:disabled~.form-check-label,.form-check-input[disabled]~.form-check-label{color:#6c757d}.form-check-label{margin-bottom:0}.form-check-inline{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;padding-left:0;margin-right:.75rem}.form-check-inline .form-check-input{position:static;margin-top:0;margin-right:.3125rem;margin-left:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:#28a745}.valid-tooltip{position:absolute;top:100%;left:0;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;line-height:1.5;color:#fff;background-color:#28a745e6;border-radius:.25rem}.form-row>.col>.valid-tooltip,.form-row>[class*=col-]>.valid-tooltip{left:5px}.is-valid~.valid-feedback,.is-valid~.valid-tooltip,.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip{display:block}.form-control.is-valid,.was-validated .form-control:valid{border-color:#28a745;padding-right:calc(1.5em + .75rem)!important;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-valid:focus,.was-validated .form-control:valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem #28a74540}.was-validated select.form-control:valid,select.form-control.is-valid{padding-right:3rem!important;background-position:right 1.5rem center}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.custom-select.is-valid,.was-validated .custom-select:valid{border-color:#28a745;padding-right:calc(.75em + 2.3125rem)!important;background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat,#fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/ calc(.75em + .375rem) calc(.75em + .375rem) no-repeat}.custom-select.is-valid:focus,.was-validated .custom-select:valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem #28a74540}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:#28a745}.form-check-input.is-valid~.valid-feedback,.form-check-input.is-valid~.valid-tooltip,.was-validated .form-check-input:valid~.valid-feedback,.was-validated .form-check-input:valid~.valid-tooltip{display:block}.custom-control-input.is-valid~.custom-control-label,.was-validated .custom-control-input:valid~.custom-control-label{color:#28a745}.custom-control-input.is-valid~.custom-control-label:before,.was-validated .custom-control-input:valid~.custom-control-label:before{border-color:#28a745}.custom-control-input.is-valid:checked~.custom-control-label:before,.was-validated .custom-control-input:valid:checked~.custom-control-label:before{border-color:#34ce57;background-color:#34ce57}.custom-control-input.is-valid:focus~.custom-control-label:before,.was-validated .custom-control-input:valid:focus~.custom-control-label:before{box-shadow:0 0 0 .2rem #28a74540}.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label:before,.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label:before{border-color:#28a745}.custom-file-input.is-valid~.custom-file-label,.was-validated .custom-file-input:valid~.custom-file-label{border-color:#28a745}.custom-file-input.is-valid:focus~.custom-file-label,.was-validated .custom-file-input:valid:focus~.custom-file-label{border-color:#28a745;box-shadow:0 0 0 .2rem #28a74540}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:#dc3545}.invalid-tooltip{position:absolute;top:100%;left:0;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;line-height:1.5;color:#fff;background-color:#dc3545e6;border-radius:.25rem}.form-row>.col>.invalid-tooltip,.form-row>[class*=col-]>.invalid-tooltip{left:5px}.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip,.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip{display:block}.form-control.is-invalid,.was-validated .form-control:invalid{border-color:#dc3545;padding-right:calc(1.5em + .75rem)!important;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem #dc354540}.was-validated select.form-control:invalid,select.form-control.is-invalid{padding-right:3rem!important;background-position:right 1.5rem center}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.custom-select.is-invalid,.was-validated .custom-select:invalid{border-color:#dc3545;padding-right:calc(.75em + 2.3125rem)!important;background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat,#fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/ calc(.75em + .375rem) calc(.75em + .375rem) no-repeat}.custom-select.is-invalid:focus,.was-validated .custom-select:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem #dc354540}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:#dc3545}.form-check-input.is-invalid~.invalid-feedback,.form-check-input.is-invalid~.invalid-tooltip,.was-validated .form-check-input:invalid~.invalid-feedback,.was-validated .form-check-input:invalid~.invalid-tooltip{display:block}.custom-control-input.is-invalid~.custom-control-label,.was-validated .custom-control-input:invalid~.custom-control-label{color:#dc3545}.custom-control-input.is-invalid~.custom-control-label:before,.was-validated .custom-control-input:invalid~.custom-control-label:before{border-color:#dc3545}.custom-control-input.is-invalid:checked~.custom-control-label:before,.was-validated .custom-control-input:invalid:checked~.custom-control-label:before{border-color:#e4606d;background-color:#e4606d}.custom-control-input.is-invalid:focus~.custom-control-label:before,.was-validated .custom-control-input:invalid:focus~.custom-control-label:before{box-shadow:0 0 0 .2rem #dc354540}.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label:before,.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label:before{border-color:#dc3545}.custom-file-input.is-invalid~.custom-file-label,.was-validated .custom-file-input:invalid~.custom-file-label{border-color:#dc3545}.custom-file-input.is-invalid:focus~.custom-file-label,.was-validated .custom-file-input:invalid:focus~.custom-file-label{border-color:#dc3545;box-shadow:0 0 0 .2rem #dc354540}.form-inline{display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;-ms-flex-align:center;align-items:center}.form-inline .form-check{width:100%}@media(min-width:576px){.form-inline label{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;margin-bottom:0}.form-inline .form-group{display:-ms-flexbox;display:flex;-ms-flex:0 0 auto;flex:0 0 auto;-ms-flex-flow:row wrap;flex-flow:row wrap;-ms-flex-align:center;align-items:center;margin-bottom:0}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-plaintext{display:inline-block}.form-inline .custom-select,.form-inline .input-group{width:auto}.form-inline .form-check{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:auto;padding-left:0}.form-inline .form-check-input{position:relative;-ms-flex-negative:0;flex-shrink:0;margin-top:0;margin-right:.25rem;margin-left:0}.form-inline .custom-control{-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.form-inline .custom-control-label{margin-bottom:0}}.btn{display:inline-block;font-weight:400;color:#212529;text-align:center;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:transparent;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;line-height:1.5;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.btn{transition:none}}.btn:hover{color:#212529;text-decoration:none}.btn.focus,.btn:focus{outline:0;box-shadow:0 0 0 .2rem #007bff40}.btn.disabled,.btn:disabled{opacity:.65}.btn:not(:disabled):not(.disabled){cursor:pointer}a.btn.disabled,fieldset:disabled a.btn{pointer-events:none}.btn-primary{color:#fff;background-color:#007bff;border-color:#007bff}.btn-primary:hover{color:#fff;background-color:#0069d9;border-color:#0062cc}.btn-primary.focus,.btn-primary:focus{color:#fff;background-color:#0069d9;border-color:#0062cc;box-shadow:0 0 0 .2rem #268fff80}.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#007bff;border-color:#007bff}.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#0062cc;border-color:#005cbf}.btn-primary:not(:disabled):not(.disabled).active:focus,.btn-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #268fff80}.btn-secondary{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:hover{color:#fff;background-color:#5a6268;border-color:#545b62}.btn-secondary.focus,.btn-secondary:focus{color:#fff;background-color:#5a6268;border-color:#545b62;box-shadow:0 0 0 .2rem #828a9180}.btn-secondary.disabled,.btn-secondary:disabled{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:not(:disabled):not(.disabled).active,.btn-secondary:not(:disabled):not(.disabled):active,.show>.btn-secondary.dropdown-toggle{color:#fff;background-color:#545b62;border-color:#4e555b}.btn-secondary:not(:disabled):not(.disabled).active:focus,.btn-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #828a9180}.btn-success{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:hover{color:#fff;background-color:#218838;border-color:#1e7e34}.btn-success.focus,.btn-success:focus{color:#fff;background-color:#218838;border-color:#1e7e34;box-shadow:0 0 0 .2rem #48b46180}.btn-success.disabled,.btn-success:disabled{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:not(:disabled):not(.disabled).active,.btn-success:not(:disabled):not(.disabled):active,.show>.btn-success.dropdown-toggle{color:#fff;background-color:#1e7e34;border-color:#1c7430}.btn-success:not(:disabled):not(.disabled).active:focus,.btn-success:not(:disabled):not(.disabled):active:focus,.show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #48b46180}.btn-info{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:hover{color:#fff;background-color:#138496;border-color:#117a8b}.btn-info.focus,.btn-info:focus{color:#fff;background-color:#138496;border-color:#117a8b;box-shadow:0 0 0 .2rem #3ab0c380}.btn-info.disabled,.btn-info:disabled{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:not(:disabled):not(.disabled).active,.btn-info:not(:disabled):not(.disabled):active,.show>.btn-info.dropdown-toggle{color:#fff;background-color:#117a8b;border-color:#10707f}.btn-info:not(:disabled):not(.disabled).active:focus,.btn-info:not(:disabled):not(.disabled):active:focus,.show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #3ab0c380}.btn-warning{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:hover{color:#212529;background-color:#e0a800;border-color:#d39e00}.btn-warning.focus,.btn-warning:focus{color:#212529;background-color:#e0a800;border-color:#d39e00;box-shadow:0 0 0 .2rem #deaa0c80}.btn-warning.disabled,.btn-warning:disabled{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:not(:disabled):not(.disabled).active,.btn-warning:not(:disabled):not(.disabled):active,.show>.btn-warning.dropdown-toggle{color:#212529;background-color:#d39e00;border-color:#c69500}.btn-warning:not(:disabled):not(.disabled).active:focus,.btn-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #deaa0c80}.btn-danger{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:hover{color:#fff;background-color:#c82333;border-color:#bd2130}.btn-danger.focus,.btn-danger:focus{color:#fff;background-color:#c82333;border-color:#bd2130;box-shadow:0 0 0 .2rem #e1536180}.btn-danger.disabled,.btn-danger:disabled{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:not(:disabled):not(.disabled).active,.btn-danger:not(:disabled):not(.disabled):active,.show>.btn-danger.dropdown-toggle{color:#fff;background-color:#bd2130;border-color:#b21f2d}.btn-danger:not(:disabled):not(.disabled).active:focus,.btn-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #e1536180}.btn-light{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:hover{color:#212529;background-color:#e2e6ea;border-color:#dae0e5}.btn-light.focus,.btn-light:focus{color:#212529;background-color:#e2e6ea;border-color:#dae0e5;box-shadow:0 0 0 .2rem #d8d9db80}.btn-light.disabled,.btn-light:disabled{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:not(:disabled):not(.disabled).active,.btn-light:not(:disabled):not(.disabled):active,.show>.btn-light.dropdown-toggle{color:#212529;background-color:#dae0e5;border-color:#d3d9df}.btn-light:not(:disabled):not(.disabled).active:focus,.btn-light:not(:disabled):not(.disabled):active:focus,.show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #d8d9db80}.btn-dark{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:hover{color:#fff;background-color:#23272b;border-color:#1d2124}.btn-dark.focus,.btn-dark:focus{color:#fff;background-color:#23272b;border-color:#1d2124;box-shadow:0 0 0 .2rem #52585d80}.btn-dark.disabled,.btn-dark:disabled{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:not(:disabled):not(.disabled).active,.btn-dark:not(:disabled):not(.disabled):active,.show>.btn-dark.dropdown-toggle{color:#fff;background-color:#1d2124;border-color:#171a1d}.btn-dark:not(:disabled):not(.disabled).active:focus,.btn-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #52585d80}.btn-outline-primary{color:#007bff;border-color:#007bff}.btn-outline-primary:hover{color:#fff;background-color:#007bff;border-color:#007bff}.btn-outline-primary.focus,.btn-outline-primary:focus{box-shadow:0 0 0 .2rem #007bff80}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#007bff;background-color:transparent}.btn-outline-primary:not(:disabled):not(.disabled).active,.btn-outline-primary:not(:disabled):not(.disabled):active,.show>.btn-outline-primary.dropdown-toggle{color:#fff;background-color:#007bff;border-color:#007bff}.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #007bff80}.btn-outline-secondary{color:#6c757d;border-color:#6c757d}.btn-outline-secondary:hover{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary.focus,.btn-outline-secondary:focus{box-shadow:0 0 0 .2rem #6c757d80}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#6c757d;background-color:transparent}.btn-outline-secondary:not(:disabled):not(.disabled).active,.btn-outline-secondary:not(:disabled):not(.disabled):active,.show>.btn-outline-secondary.dropdown-toggle{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #6c757d80}.btn-outline-success{color:#28a745;border-color:#28a745}.btn-outline-success:hover{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success.focus,.btn-outline-success:focus{box-shadow:0 0 0 .2rem #28a74580}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#28a745;background-color:transparent}.btn-outline-success:not(:disabled):not(.disabled).active,.btn-outline-success:not(:disabled):not(.disabled):active,.show>.btn-outline-success.dropdown-toggle{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success:not(:disabled):not(.disabled).active:focus,.btn-outline-success:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #28a74580}.btn-outline-info{color:#17a2b8;border-color:#17a2b8}.btn-outline-info:hover{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info.focus,.btn-outline-info:focus{box-shadow:0 0 0 .2rem #17a2b880}.btn-outline-info.disabled,.btn-outline-info:disabled{color:#17a2b8;background-color:transparent}.btn-outline-info:not(:disabled):not(.disabled).active,.btn-outline-info:not(:disabled):not(.disabled):active,.show>.btn-outline-info.dropdown-toggle{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info:not(:disabled):not(.disabled).active:focus,.btn-outline-info:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #17a2b880}.btn-outline-warning{color:#ffc107;border-color:#ffc107}.btn-outline-warning:hover{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning.focus,.btn-outline-warning:focus{box-shadow:0 0 0 .2rem #ffc10780}.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#ffc107;background-color:transparent}.btn-outline-warning:not(:disabled):not(.disabled).active,.btn-outline-warning:not(:disabled):not(.disabled):active,.show>.btn-outline-warning.dropdown-toggle{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #ffc10780}.btn-outline-danger{color:#dc3545;border-color:#dc3545}.btn-outline-danger:hover{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger.focus,.btn-outline-danger:focus{box-shadow:0 0 0 .2rem #dc354580}.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#dc3545;background-color:transparent}.btn-outline-danger:not(:disabled):not(.disabled).active,.btn-outline-danger:not(:disabled):not(.disabled):active,.show>.btn-outline-danger.dropdown-toggle{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #dc354580}.btn-outline-light{color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:hover{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light.focus,.btn-outline-light:focus{box-shadow:0 0 0 .2rem #f8f9fa80}.btn-outline-light.disabled,.btn-outline-light:disabled{color:#f8f9fa;background-color:transparent}.btn-outline-light:not(:disabled):not(.disabled).active,.btn-outline-light:not(:disabled):not(.disabled):active,.show>.btn-outline-light.dropdown-toggle{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:not(:disabled):not(.disabled).active:focus,.btn-outline-light:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #f8f9fa80}.btn-outline-dark{color:#343a40;border-color:#343a40}.btn-outline-dark:hover{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark.focus,.btn-outline-dark:focus{box-shadow:0 0 0 .2rem #343a4080}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#343a40;background-color:transparent}.btn-outline-dark:not(:disabled):not(.disabled).active,.btn-outline-dark:not(:disabled):not(.disabled):active,.show>.btn-outline-dark.dropdown-toggle{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #343a4080}.btn-link{font-weight:400;color:#007bff;text-decoration:none}.btn-link:hover{color:#0056b3;text-decoration:underline}.btn-link.focus,.btn-link:focus{text-decoration:underline}.btn-link.disabled,.btn-link:disabled{color:#6c757d;pointer-events:none}.btn-group-lg>.btn,.btn-lg{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.btn-group-sm>.btn,.btn-sm{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:.5rem}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{transition:opacity .15s linear}@media(prefers-reduced-motion:reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{position:relative;height:0;overflow:hidden;transition:height .35s ease}@media(prefers-reduced-motion:reduce){.collapsing{transition:none}}.collapsing.width{width:0;height:auto;transition:width .35s ease}@media(prefers-reduced-motion:reduce){.collapsing.width{transition:none}}.dropdown,.dropleft,.dropright,.dropup{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}.dropdown-toggle:empty:after{margin-left:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:10rem;padding:.5rem 0;margin:.125rem 0 0;font-size:1rem;color:#212529;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.dropdown-menu-left{right:auto;left:0}.dropdown-menu-right{right:0;left:auto}@media(min-width:576px){.dropdown-menu-sm-left{right:auto;left:0}.dropdown-menu-sm-right{right:0;left:auto}}@media(min-width:768px){.dropdown-menu-md-left{right:auto;left:0}.dropdown-menu-md-right{right:0;left:auto}}@media(min-width:992px){.dropdown-menu-lg-left{right:auto;left:0}.dropdown-menu-lg-right{right:0;left:auto}}@media(min-width:1200px){.dropdown-menu-xl-left{right:auto;left:0}.dropdown-menu-xl-right{right:0;left:auto}}.dropup .dropdown-menu{top:auto;bottom:100%;margin-top:0;margin-bottom:.125rem}.dropup .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}.dropup .dropdown-toggle:empty:after{margin-left:0}.dropright .dropdown-menu{top:0;right:auto;left:100%;margin-top:0;margin-left:.125rem}.dropright .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:0;border-bottom:.3em solid transparent;border-left:.3em solid}.dropright .dropdown-toggle:empty:after{margin-left:0}.dropright .dropdown-toggle:after{vertical-align:0}.dropleft .dropdown-menu{top:0;right:100%;left:auto;margin-top:0;margin-right:.125rem}.dropleft .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:""}.dropleft .dropdown-toggle:after{display:none}.dropleft .dropdown-toggle:before{display:inline-block;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}.dropleft .dropdown-toggle:empty:after{margin-left:0}.dropleft .dropdown-toggle:before{vertical-align:0}.dropdown-menu[x-placement^=bottom],.dropdown-menu[x-placement^=left],.dropdown-menu[x-placement^=right],.dropdown-menu[x-placement^=top]{right:auto;bottom:auto}.dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid #e9ecef}.dropdown-item{display:block;width:100%;padding:.25rem 1.5rem;clear:both;font-weight:400;color:#212529;text-align:inherit;white-space:nowrap;background-color:transparent;border:0}.dropdown-item:focus,.dropdown-item:hover{color:#16181b;text-decoration:none;background-color:#e9ecef}.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:#007bff}.dropdown-item.disabled,.dropdown-item:disabled{color:#adb5bd;pointer-events:none;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:.5rem 1.5rem;margin-bottom:0;font-size:.875rem;color:#6c757d;white-space:nowrap}.dropdown-item-text{display:block;padding:.25rem 1.5rem;color:#212529}.btn-group,.btn-group-vertical{position:relative;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;-ms-flex:1 1 auto;flex:1 1 auto}.btn-group-vertical>.btn:hover,.btn-group>.btn:hover{z-index:1}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus{z-index:1}.btn-toolbar{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:start;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group>.btn-group:not(:first-child),.btn-group>.btn:not(:first-child){margin-left:-1px}.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}.dropdown-toggle-split:after,.dropright .dropdown-toggle-split:after,.dropup .dropdown-toggle-split:after{margin-left:0}.dropleft .dropdown-toggle-split:before{margin-right:0}.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.btn-group-vertical{-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:center;justify-content:center}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{width:100%}.btn-group-vertical>.btn-group:not(:first-child),.btn-group-vertical>.btn:not(:first-child){margin-top:-1px}.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn:not(:first-child){border-top-left-radius:0;border-top-right-radius:0}.btn-group-toggle>.btn,.btn-group-toggle>.btn-group>.btn{margin-bottom:0}.btn-group-toggle>.btn input[type=checkbox],.btn-group-toggle>.btn input[type=radio],.btn-group-toggle>.btn-group>.btn input[type=checkbox],.btn-group-toggle>.btn-group>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:stretch;align-items:stretch;width:100%}.input-group>.custom-file,.input-group>.custom-select,.input-group>.form-control,.input-group>.form-control-plaintext{position:relative;-ms-flex:1 1 auto;flex:1 1 auto;width:1%;min-width:0;margin-bottom:0}.input-group>.custom-file+.custom-file,.input-group>.custom-file+.custom-select,.input-group>.custom-file+.form-control,.input-group>.custom-select+.custom-file,.input-group>.custom-select+.custom-select,.input-group>.custom-select+.form-control,.input-group>.form-control+.custom-file,.input-group>.form-control+.custom-select,.input-group>.form-control+.form-control,.input-group>.form-control-plaintext+.custom-file,.input-group>.form-control-plaintext+.custom-select,.input-group>.form-control-plaintext+.form-control{margin-left:-1px}.input-group>.custom-file .custom-file-input:focus~.custom-file-label,.input-group>.custom-select:focus,.input-group>.form-control:focus{z-index:3}.input-group>.custom-file .custom-file-input:focus{z-index:4}.input-group>.custom-select:not(:first-child),.input-group>.form-control:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.input-group>.custom-file{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.input-group>.custom-file:not(:last-child) .custom-file-label,.input-group>.custom-file:not(:last-child) .custom-file-label:after{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.custom-file:not(:first-child) .custom-file-label{border-top-left-radius:0;border-bottom-left-radius:0}.input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label,.input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label:after,.input-group:not(.has-validation)>.custom-select:not(:last-child),.input-group:not(.has-validation)>.form-control:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label,.input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label:after,.input-group.has-validation>.custom-select:nth-last-child(n+3),.input-group.has-validation>.form-control:nth-last-child(n+3){border-top-right-radius:0;border-bottom-right-radius:0}.input-group-append,.input-group-prepend{display:-ms-flexbox;display:flex}.input-group-append .btn,.input-group-prepend .btn{position:relative;z-index:2}.input-group-append .btn:focus,.input-group-prepend .btn:focus{z-index:3}.input-group-append .btn+.btn,.input-group-append .btn+.input-group-text,.input-group-append .input-group-text+.btn,.input-group-append .input-group-text+.input-group-text,.input-group-prepend .btn+.btn,.input-group-prepend .btn+.input-group-text,.input-group-prepend .input-group-text+.btn,.input-group-prepend .input-group-text+.input-group-text{margin-left:-1px}.input-group-prepend{margin-right:-1px}.input-group-append{margin-left:-1px}.input-group-text{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:.375rem .75rem;margin-bottom:0;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid #ced4da;border-radius:.25rem}.input-group-text input[type=checkbox],.input-group-text input[type=radio]{margin-top:0}.input-group-lg>.custom-select,.input-group-lg>.form-control:not(textarea){height:calc(1.5em + 1rem + 2px)}.input-group-lg>.custom-select,.input-group-lg>.form-control,.input-group-lg>.input-group-append>.btn,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-prepend>.input-group-text{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.input-group-sm>.custom-select,.input-group-sm>.form-control:not(textarea){height:calc(1.5em + .5rem + 2px)}.input-group-sm>.custom-select,.input-group-sm>.form-control,.input-group-sm>.input-group-append>.btn,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-prepend>.input-group-text{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.input-group-lg>.custom-select,.input-group-sm>.custom-select{padding-right:1.75rem}.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.btn,.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.input-group-text,.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.btn,.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.input-group-text,.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),.input-group>.input-group-prepend>.btn,.input-group>.input-group-prepend>.input-group-text{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.input-group-append>.btn,.input-group>.input-group-append>.input-group-text,.input-group>.input-group-prepend:first-child>.btn:not(:first-child),.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),.input-group>.input-group-prepend:not(:first-child)>.btn,.input-group>.input-group-prepend:not(:first-child)>.input-group-text{border-top-left-radius:0;border-bottom-left-radius:0}.custom-control{position:relative;z-index:1;display:block;min-height:1.5rem;padding-left:1.5rem;-webkit-print-color-adjust:exact;color-adjust:exact;print-color-adjust:exact}.custom-control-inline{display:-ms-inline-flexbox;display:inline-flex;margin-right:1rem}.custom-control-input{position:absolute;left:0;z-index:-1;width:1rem;height:1.25rem;opacity:0}.custom-control-input:checked~.custom-control-label:before{color:#fff;border-color:#007bff;background-color:#007bff}.custom-control-input:focus~.custom-control-label:before{box-shadow:0 0 0 .2rem #007bff40}.custom-control-input:focus:not(:checked)~.custom-control-label:before{border-color:#80bdff}.custom-control-input:not(:disabled):active~.custom-control-label:before{color:#fff;background-color:#b3d7ff;border-color:#b3d7ff}.custom-control-input:disabled~.custom-control-label,.custom-control-input[disabled]~.custom-control-label{color:#6c757d}.custom-control-input:disabled~.custom-control-label:before,.custom-control-input[disabled]~.custom-control-label:before{background-color:#e9ecef}.custom-control-label{position:relative;margin-bottom:0;vertical-align:top}.custom-control-label:before{position:absolute;top:.25rem;left:-1.5rem;display:block;width:1rem;height:1rem;pointer-events:none;content:"";background-color:#fff;border:1px solid #adb5bd}.custom-control-label:after{position:absolute;top:.25rem;left:-1.5rem;display:block;width:1rem;height:1rem;content:"";background:50%/50% 50% no-repeat}.custom-checkbox .custom-control-label:before{border-radius:.25rem}.custom-checkbox .custom-control-input:checked~.custom-control-label:after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e")}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before{border-color:#007bff;background-color:#007bff}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")}.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label:before{background-color:#007bff80}.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before{background-color:#007bff80}.custom-radio .custom-control-label:before{border-radius:50%}.custom-radio .custom-control-input:checked~.custom-control-label:after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")}.custom-radio .custom-control-input:disabled:checked~.custom-control-label:before{background-color:#007bff80}.custom-switch{padding-left:2.25rem}.custom-switch .custom-control-label:before{left:-2.25rem;width:1.75rem;pointer-events:all;border-radius:.5rem}.custom-switch .custom-control-label:after{top:calc(.25rem + 2px);left:calc(-2.25rem + 2px);width:calc(1rem - 4px);height:calc(1rem - 4px);background-color:#adb5bd;border-radius:.5rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out;transition:transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out}@media(prefers-reduced-motion:reduce){.custom-switch .custom-control-label:after{transition:none}}.custom-switch .custom-control-input:checked~.custom-control-label:after{background-color:#fff;-webkit-transform:translateX(.75rem);transform:translate(.75rem)}.custom-switch .custom-control-input:disabled:checked~.custom-control-label:before{background-color:#007bff80}.custom-select{display:inline-block;width:100%;height:calc(1.5em + .75rem + 2px);padding:.375rem 1.75rem .375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;vertical-align:middle;background:#fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat;border:1px solid #ced4da;border-radius:.25rem;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-select:focus{border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem #007bff40}.custom-select:focus::-ms-value{color:#495057;background-color:#fff}.custom-select[multiple],.custom-select[size]:not([size="1"]){height:auto;padding-right:.75rem;background-image:none}.custom-select:disabled{color:#6c757d;background-color:#e9ecef}.custom-select::-ms-expand{display:none}.custom-select:-moz-focusring{color:transparent;text-shadow:0 0 0 #495057}.custom-select-sm{height:calc(1.5em + .5rem + 2px);padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:.875rem}.custom-select-lg{height:calc(1.5em + 1rem + 2px);padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:1.25rem}.custom-file{position:relative;display:inline-block;width:100%;height:calc(1.5em + .75rem + 2px);margin-bottom:0}.custom-file-input{position:relative;z-index:2;width:100%;height:calc(1.5em + .75rem + 2px);margin:0;overflow:hidden;opacity:0}.custom-file-input:focus~.custom-file-label{border-color:#80bdff;box-shadow:0 0 0 .2rem #007bff40}.custom-file-input:disabled~.custom-file-label,.custom-file-input[disabled]~.custom-file-label{background-color:#e9ecef}.custom-file-input:lang(en)~.custom-file-label:after{content:"Browse"}.custom-file-input~.custom-file-label[data-browse]:after{content:attr(data-browse)}.custom-file-label{position:absolute;top:0;right:0;left:0;z-index:1;height:calc(1.5em + .75rem + 2px);padding:.375rem .75rem;overflow:hidden;font-weight:400;line-height:1.5;color:#495057;background-color:#fff;border:1px solid #ced4da;border-radius:.25rem}.custom-file-label:after{position:absolute;top:0;right:0;bottom:0;z-index:3;display:block;height:calc(1.5em + .75rem);padding:.375rem .75rem;line-height:1.5;color:#495057;content:"Browse";background-color:#e9ecef;border-left:inherit;border-radius:0 .25rem .25rem 0}.custom-range{width:100%;height:1.4rem;padding:0;background-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-range:focus{outline:0}.custom-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem #007bff40}.custom-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem #007bff40}.custom-range:focus::-ms-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem #007bff40}.custom-range::-moz-focus-outer{border:0}.custom-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;background-color:#007bff;border:0;border-radius:1rem;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;appearance:none}@media(prefers-reduced-motion:reduce){.custom-range::-webkit-slider-thumb{-webkit-transition:none;transition:none}}.custom-range::-webkit-slider-thumb:active{background-color:#b3d7ff}.custom-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.custom-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#007bff;border:0;border-radius:1rem;-moz-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-moz-appearance:none;appearance:none}@media(prefers-reduced-motion:reduce){.custom-range::-moz-range-thumb{-moz-transition:none;transition:none}}.custom-range::-moz-range-thumb:active{background-color:#b3d7ff}.custom-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.custom-range::-ms-thumb{width:1rem;height:1rem;margin-top:0;margin-right:.2rem;margin-left:.2rem;background-color:#007bff;border:0;border-radius:1rem;-ms-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;appearance:none}@media(prefers-reduced-motion:reduce){.custom-range::-ms-thumb{-ms-transition:none;transition:none}}.custom-range::-ms-thumb:active{background-color:#b3d7ff}.custom-range::-ms-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:transparent;border-color:transparent;border-width:.5rem}.custom-range::-ms-fill-lower{background-color:#dee2e6;border-radius:1rem}.custom-range::-ms-fill-upper{margin-right:15px;background-color:#dee2e6;border-radius:1rem}.custom-range:disabled::-webkit-slider-thumb{background-color:#adb5bd}.custom-range:disabled::-webkit-slider-runnable-track{cursor:default}.custom-range:disabled::-moz-range-thumb{background-color:#adb5bd}.custom-range:disabled::-moz-range-track{cursor:default}.custom-range:disabled::-ms-thumb{background-color:#adb5bd}.custom-control-label:before,.custom-file-label,.custom-select{transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.custom-control-label:before,.custom-file-label,.custom-select{transition:none}}.nav{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:.5rem 1rem}.nav-link:focus,.nav-link:hover{text-decoration:none}.nav-link.disabled{color:#6c757d;pointer-events:none;cursor:default}.nav-tabs{border-bottom:1px solid #dee2e6}.nav-tabs .nav-link{margin-bottom:-1px;background-color:transparent;border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{isolation:isolate;border-color:#e9ecef #e9ecef #dee2e6}.nav-tabs .nav-link.disabled{color:#6c757d;background-color:transparent;border-color:transparent}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{color:#495057;background-color:#fff;border-color:#dee2e6 #dee2e6 #fff}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-link{background:0 0;border:0;border-radius:.25rem}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#007bff}.nav-fill .nav-item,.nav-fill>.nav-link{-ms-flex:1 1 auto;flex:1 1 auto;text-align:center}.nav-justified .nav-item,.nav-justified>.nav-link{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;text-align:center}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{position:relative;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;padding:.5rem 1rem}.navbar .container,.navbar .container-fluid,.navbar .container-lg,.navbar .container-md,.navbar .container-sm,.navbar .container-xl{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between}.navbar-brand{display:inline-block;padding-top:.3125rem;padding-bottom:.3125rem;margin-right:1rem;font-size:1.25rem;line-height:inherit;white-space:nowrap}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-nav{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link{padding-right:0;padding-left:0}.navbar-nav .dropdown-menu{position:static;float:none}.navbar-text{display:inline-block;padding-top:.5rem;padding-bottom:.5rem}.navbar-collapse{-ms-flex-preferred-size:100%;flex-basis:100%;-ms-flex-positive:1;flex-grow:1;-ms-flex-align:center;align-items:center}.navbar-toggler{padding:.25rem .75rem;font-size:1.25rem;line-height:1;background-color:transparent;border:1px solid transparent;border-radius:.25rem}.navbar-toggler:focus,.navbar-toggler:hover{text-decoration:none}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;content:"";background:50%/100% 100% no-repeat}.navbar-nav-scroll{max-height:75vh;overflow-y:auto}@media(max-width:575.98px){.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-sm,.navbar-expand-sm>.container-xl{padding-right:0;padding-left:0}}@media(min-width:576px){.navbar-expand-sm{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-sm .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-sm,.navbar-expand-sm>.container-xl{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-sm .navbar-nav-scroll{overflow:visible}.navbar-expand-sm .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}}@media(max-width:767.98px){.navbar-expand-md>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-md,.navbar-expand-md>.container-sm,.navbar-expand-md>.container-xl{padding-right:0;padding-left:0}}@media(min-width:768px){.navbar-expand-md{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-md .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-md>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-md,.navbar-expand-md>.container-sm,.navbar-expand-md>.container-xl{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-md .navbar-nav-scroll{overflow:visible}.navbar-expand-md .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}}@media(max-width:991.98px){.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-xl{padding-right:0;padding-left:0}}@media(min-width:992px){.navbar-expand-lg{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-lg .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-xl{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-lg .navbar-nav-scroll{overflow:visible}.navbar-expand-lg .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}}@media(max-width:1199.98px){.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid,.navbar-expand-xl>.container-lg,.navbar-expand-xl>.container-md,.navbar-expand-xl>.container-sm,.navbar-expand-xl>.container-xl{padding-right:0;padding-left:0}}@media(min-width:1200px){.navbar-expand-xl{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-xl .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid,.navbar-expand-xl>.container-lg,.navbar-expand-xl>.container-md,.navbar-expand-xl>.container-sm,.navbar-expand-xl>.container-xl{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-xl .navbar-nav-scroll{overflow:visible}.navbar-expand-xl .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}}.navbar-expand{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-lg,.navbar-expand>.container-md,.navbar-expand>.container-sm,.navbar-expand>.container-xl{padding-right:0;padding-left:0}.navbar-expand .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-lg,.navbar-expand>.container-md,.navbar-expand>.container-sm,.navbar-expand>.container-xl{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand .navbar-nav-scroll{overflow:visible}.navbar-expand .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-light .navbar-brand{color:#000000e6}.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover{color:#000000e6}.navbar-light .navbar-nav .nav-link{color:#00000080}.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{color:#000000b3}.navbar-light .navbar-nav .nav-link.disabled{color:#0000004d}.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .show>.nav-link{color:#000000e6}.navbar-light .navbar-toggler{color:#00000080;border-color:#0000001a}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.navbar-light .navbar-text{color:#00000080}.navbar-light .navbar-text a{color:#000000e6}.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover{color:#000000e6}.navbar-dark .navbar-brand{color:#fff}.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover{color:#fff}.navbar-dark .navbar-nav .nav-link{color:#ffffff80}.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{color:#ffffffbf}.navbar-dark .navbar-nav .nav-link.disabled{color:#ffffff40}.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .show>.nav-link{color:#fff}.navbar-dark .navbar-toggler{color:#ffffff80;border-color:#ffffff1a}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.navbar-dark .navbar-text{color:#ffffff80}.navbar-dark .navbar-text a{color:#fff}.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover{color:#fff}.card{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid rgba(0,0,0,.125);border-radius:.25rem}.card>hr{margin-right:0;margin-left:0}.card>.list-group{border-top:inherit;border-bottom:inherit}.card>.list-group:first-child{border-top-width:0;border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card>.list-group:last-child{border-bottom-width:0;border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card>.card-header+.list-group,.card>.list-group+.card-footer{border-top:0}.card-body{-ms-flex:1 1 auto;flex:1 1 auto;min-height:1px;padding:1.25rem}.card-title{margin-bottom:.75rem}.card-subtitle{margin-top:-.375rem;margin-bottom:0}.card-text:last-child{margin-bottom:0}.card-link:hover{text-decoration:none}.card-link+.card-link{margin-left:1.25rem}.card-header{padding:.75rem 1.25rem;margin-bottom:0;background-color:#00000008;border-bottom:1px solid rgba(0,0,0,.125)}.card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}.card-footer{padding:.75rem 1.25rem;background-color:#00000008;border-top:1px solid rgba(0,0,0,.125)}.card-footer:last-child{border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)}.card-header-tabs{margin-right:-.625rem;margin-bottom:-.75rem;margin-left:-.625rem;border-bottom:0}.card-header-pills{margin-right:-.625rem;margin-left:-.625rem}.card-img-overlay{position:absolute;inset:0;padding:1.25rem;border-radius:calc(.25rem - 1px)}.card-img,.card-img-bottom,.card-img-top{-ms-flex-negative:0;flex-shrink:0;width:100%}.card-img,.card-img-top{border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card-img,.card-img-bottom{border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card-deck .card{margin-bottom:15px}@media(min-width:576px){.card-deck{display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;margin-right:-15px;margin-left:-15px}.card-deck .card{-ms-flex:1 0 0%;flex:1 0 0%;margin-right:15px;margin-bottom:0;margin-left:15px}}.card-group>.card{margin-bottom:15px}@media(min-width:576px){.card-group{display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap}.card-group>.card{-ms-flex:1 0 0%;flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:not(:last-child) .card-header,.card-group>.card:not(:last-child) .card-img-top{border-top-right-radius:0}.card-group>.card:not(:last-child) .card-footer,.card-group>.card:not(:last-child) .card-img-bottom{border-bottom-right-radius:0}.card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:not(:first-child) .card-header,.card-group>.card:not(:first-child) .card-img-top{border-top-left-radius:0}.card-group>.card:not(:first-child) .card-footer,.card-group>.card:not(:first-child) .card-img-bottom{border-bottom-left-radius:0}}.card-columns .card{margin-bottom:.75rem}@media(min-width:576px){.card-columns{-webkit-column-count:3;-moz-column-count:3;column-count:3;-webkit-column-gap:1.25rem;-moz-column-gap:1.25rem;column-gap:1.25rem;orphans:1;widows:1}.card-columns .card{display:inline-block;width:100%}}.accordion{overflow-anchor:none}.accordion>.card{overflow:hidden}.accordion>.card:not(:last-of-type){border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.accordion>.card:not(:first-of-type){border-top-left-radius:0;border-top-right-radius:0}.accordion>.card>.card-header{border-radius:0;margin-bottom:-1px}.breadcrumb{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:.75rem 1rem;margin-bottom:1rem;list-style:none;background-color:#e9ecef;border-radius:.25rem}.breadcrumb-item+.breadcrumb-item{padding-left:.5rem}.breadcrumb-item+.breadcrumb-item:before{float:left;padding-right:.5rem;color:#6c757d;content:"/"}.breadcrumb-item+.breadcrumb-item:hover:before{text-decoration:underline}.breadcrumb-item+.breadcrumb-item:hover:before{text-decoration:none}.breadcrumb-item.active{color:#6c757d}.pagination{display:-ms-flexbox;display:flex;padding-left:0;list-style:none;border-radius:.25rem}.page-link{position:relative;display:block;padding:.5rem .75rem;margin-left:-1px;line-height:1.25;color:#007bff;background-color:#fff;border:1px solid #dee2e6}.page-link:hover{z-index:2;color:#0056b3;text-decoration:none;background-color:#e9ecef;border-color:#dee2e6}.page-link:focus{z-index:3;outline:0;box-shadow:0 0 0 .2rem #007bff40}.page-item:first-child .page-link{margin-left:0;border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.page-item:last-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.page-item.active .page-link{z-index:3;color:#fff;background-color:#007bff;border-color:#007bff}.page-item.disabled .page-link{color:#6c757d;pointer-events:none;cursor:auto;background-color:#fff;border-color:#dee2e6}.pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.25rem;line-height:1.5}.pagination-lg .page-item:first-child .page-link{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}.pagination-lg .page-item:last-child .page-link{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}.pagination-sm .page-link{padding:.25rem .5rem;font-size:.875rem;line-height:1.5}.pagination-sm .page-item:first-child .page-link{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}.pagination-sm .page-item:last-child .page-link{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem}.badge{display:inline-block;padding:.25em .4em;font-size:75%;font-weight:700;line-height:1;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.badge{transition:none}}a.badge:focus,a.badge:hover{text-decoration:none}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.badge-pill{padding-right:.6em;padding-left:.6em;border-radius:10rem}.badge-primary{color:#fff;background-color:#007bff}a.badge-primary:focus,a.badge-primary:hover{color:#fff;background-color:#0062cc}a.badge-primary.focus,a.badge-primary:focus{outline:0;box-shadow:0 0 0 .2rem #007bff80}.badge-secondary{color:#fff;background-color:#6c757d}a.badge-secondary:focus,a.badge-secondary:hover{color:#fff;background-color:#545b62}a.badge-secondary.focus,a.badge-secondary:focus{outline:0;box-shadow:0 0 0 .2rem #6c757d80}.badge-success{color:#fff;background-color:#28a745}a.badge-success:focus,a.badge-success:hover{color:#fff;background-color:#1e7e34}a.badge-success.focus,a.badge-success:focus{outline:0;box-shadow:0 0 0 .2rem #28a74580}.badge-info{color:#fff;background-color:#17a2b8}a.badge-info:focus,a.badge-info:hover{color:#fff;background-color:#117a8b}a.badge-info.focus,a.badge-info:focus{outline:0;box-shadow:0 0 0 .2rem #17a2b880}.badge-warning{color:#212529;background-color:#ffc107}a.badge-warning:focus,a.badge-warning:hover{color:#212529;background-color:#d39e00}a.badge-warning.focus,a.badge-warning:focus{outline:0;box-shadow:0 0 0 .2rem #ffc10780}.badge-danger{color:#fff;background-color:#dc3545}a.badge-danger:focus,a.badge-danger:hover{color:#fff;background-color:#bd2130}a.badge-danger.focus,a.badge-danger:focus{outline:0;box-shadow:0 0 0 .2rem #dc354580}.badge-light{color:#212529;background-color:#f8f9fa}a.badge-light:focus,a.badge-light:hover{color:#212529;background-color:#dae0e5}a.badge-light.focus,a.badge-light:focus{outline:0;box-shadow:0 0 0 .2rem #f8f9fa80}.badge-dark{color:#fff;background-color:#343a40}a.badge-dark:focus,a.badge-dark:hover{color:#fff;background-color:#1d2124}a.badge-dark.focus,a.badge-dark:focus{outline:0;box-shadow:0 0 0 .2rem #343a4080}.jumbotron{padding:2rem 1rem;margin-bottom:2rem;background-color:#e9ecef;border-radius:.3rem}@media(min-width:576px){.jumbotron{padding:4rem 2rem}}.jumbotron-fluid{padding-right:0;padding-left:0;border-radius:0}.alert{position:relative;padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:4rem}.alert-dismissible .close{position:absolute;top:0;right:0;z-index:2;padding:.75rem 1.25rem;color:inherit}.alert-primary{color:#004085;background-color:#cce5ff;border-color:#b8daff}.alert-primary hr{border-top-color:#9fcdff}.alert-primary .alert-link{color:#002752}.alert-secondary{color:#383d41;background-color:#e2e3e5;border-color:#d6d8db}.alert-secondary hr{border-top-color:#c8cbcf}.alert-secondary .alert-link{color:#202326}.alert-success{color:#155724;background-color:#d4edda;border-color:#c3e6cb}.alert-success hr{border-top-color:#b1dfbb}.alert-success .alert-link{color:#0b2e13}.alert-info{color:#0c5460;background-color:#d1ecf1;border-color:#bee5eb}.alert-info hr{border-top-color:#abdde5}.alert-info .alert-link{color:#062c33}.alert-warning{color:#856404;background-color:#fff3cd;border-color:#ffeeba}.alert-warning hr{border-top-color:#ffe8a1}.alert-warning .alert-link{color:#533f03}.alert-danger{color:#721c24;background-color:#f8d7da;border-color:#f5c6cb}.alert-danger hr{border-top-color:#f1b0b7}.alert-danger .alert-link{color:#491217}.alert-light{color:#818182;background-color:#fefefe;border-color:#fdfdfe}.alert-light hr{border-top-color:#ececf6}.alert-light .alert-link{color:#686868}.alert-dark{color:#1b1e21;background-color:#d6d8d9;border-color:#c6c8ca}.alert-dark hr{border-top-color:#b9bbbe}.alert-dark .alert-link{color:#040505}@-webkit-keyframes progress-bar-stripes{0%{background-position:1rem 0}to{background-position:0 0}}@keyframes progress-bar-stripes{0%{background-position:1rem 0}to{background-position:0 0}}.progress{display:-ms-flexbox;display:flex;height:1rem;overflow:hidden;line-height:0;font-size:.75rem;background-color:#e9ecef;border-radius:.25rem}.progress-bar{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;overflow:hidden;color:#fff;text-align:center;white-space:nowrap;background-color:#007bff;transition:width .6s ease}@media(prefers-reduced-motion:reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:1rem 1rem}.progress-bar-animated{-webkit-animation:1s linear infinite progress-bar-stripes;animation:1s linear infinite progress-bar-stripes}@media(prefers-reduced-motion:reduce){.progress-bar-animated{-webkit-animation:none;animation:none}}.media{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start}.media-body{-ms-flex:1;flex:1}.list-group{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0;border-radius:.25rem}.list-group-item-action{width:100%;color:#495057;text-align:inherit}.list-group-item-action:focus,.list-group-item-action:hover{z-index:1;color:#495057;text-decoration:none;background-color:#f8f9fa}.list-group-item-action:active{color:#212529;background-color:#e9ecef}.list-group-item{position:relative;display:block;padding:.75rem 1.25rem;background-color:#fff;border:1px solid rgba(0,0,0,.125)}.list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.list-group-item:last-child{border-bottom-right-radius:inherit;border-bottom-left-radius:inherit}.list-group-item.disabled,.list-group-item:disabled{color:#6c757d;pointer-events:none;background-color:#fff}.list-group-item.active{z-index:2;color:#fff;background-color:#007bff;border-color:#007bff}.list-group-item+.list-group-item{border-top-width:0}.list-group-item+.list-group-item.active{margin-top:-1px;border-top-width:1px}.list-group-horizontal{-ms-flex-direction:row;flex-direction:row}.list-group-horizontal>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal>.list-group-item.active{margin-top:0}.list-group-horizontal>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}@media(min-width:576px){.list-group-horizontal-sm{-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-sm>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-sm>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-sm>.list-group-item.active{margin-top:0}.list-group-horizontal-sm>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-sm>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media(min-width:768px){.list-group-horizontal-md{-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-md>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-md>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-md>.list-group-item.active{margin-top:0}.list-group-horizontal-md>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-md>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media(min-width:992px){.list-group-horizontal-lg{-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-lg>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-lg>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-lg>.list-group-item.active{margin-top:0}.list-group-horizontal-lg>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-lg>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media(min-width:1200px){.list-group-horizontal-xl{-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-xl>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-xl>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-xl>.list-group-item.active{margin-top:0}.list-group-horizontal-xl>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-xl>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}.list-group-flush{border-radius:0}.list-group-flush>.list-group-item{border-width:0 0 1px}.list-group-flush>.list-group-item:last-child{border-bottom-width:0}.list-group-item-primary{color:#004085;background-color:#b8daff}.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover{color:#004085;background-color:#9fcdff}.list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#004085;border-color:#004085}.list-group-item-secondary{color:#383d41;background-color:#d6d8db}.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover{color:#383d41;background-color:#c8cbcf}.list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#383d41;border-color:#383d41}.list-group-item-success{color:#155724;background-color:#c3e6cb}.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover{color:#155724;background-color:#b1dfbb}.list-group-item-success.list-group-item-action.active{color:#fff;background-color:#155724;border-color:#155724}.list-group-item-info{color:#0c5460;background-color:#bee5eb}.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover{color:#0c5460;background-color:#abdde5}.list-group-item-info.list-group-item-action.active{color:#fff;background-color:#0c5460;border-color:#0c5460}.list-group-item-warning{color:#856404;background-color:#ffeeba}.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover{color:#856404;background-color:#ffe8a1}.list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#856404;border-color:#856404}.list-group-item-danger{color:#721c24;background-color:#f5c6cb}.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover{color:#721c24;background-color:#f1b0b7}.list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#721c24;border-color:#721c24}.list-group-item-light{color:#818182;background-color:#fdfdfe}.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover{color:#818182;background-color:#ececf6}.list-group-item-light.list-group-item-action.active{color:#fff;background-color:#818182;border-color:#818182}.list-group-item-dark{color:#1b1e21;background-color:#c6c8ca}.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover{color:#1b1e21;background-color:#b9bbbe}.list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#1b1e21;border-color:#1b1e21}.close{float:right;font-size:1.5rem;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.5}.close:hover{color:#000;text-decoration:none}.close:not(:disabled):not(.disabled):focus,.close:not(:disabled):not(.disabled):hover{opacity:.75}button.close{padding:0;background-color:transparent;border:0}a.close.disabled{pointer-events:none}.toast{-ms-flex-preferred-size:350px;flex-basis:350px;max-width:350px;font-size:.875rem;background-color:#ffffffd9;background-clip:padding-box;border:1px solid rgba(0,0,0,.1);box-shadow:0 .25rem .75rem #0000001a;opacity:0;border-radius:.25rem}.toast:not(:last-child){margin-bottom:.75rem}.toast.showing{opacity:1}.toast.show{display:block;opacity:1}.toast.hide{display:none}.toast-header{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:.25rem .75rem;color:#6c757d;background-color:#ffffffd9;background-clip:padding-box;border-bottom:1px solid rgba(0,0,0,.05);border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.toast-body{padding:.75rem}.modal-open{overflow:hidden}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal{position:fixed;top:0;left:0;z-index:1050;display:none;width:100%;height:100%;overflow:hidden;outline:0}.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade .modal-dialog{transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out;-webkit-transform:translate(0,-50px);transform:translateY(-50px)}@media(prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{-webkit-transform:none;transform:none}.modal.modal-static .modal-dialog{-webkit-transform:scale(1.02);transform:scale(1.02)}.modal-dialog-scrollable{display:-ms-flexbox;display:flex;max-height:calc(100% - 1rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 1rem);overflow:hidden}.modal-dialog-scrollable .modal-footer,.modal-dialog-scrollable .modal-header{-ms-flex-negative:0;flex-shrink:0}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;min-height:calc(100% - 1rem)}.modal-dialog-centered:before{display:block;height:calc(100vh - 1rem);height:-webkit-min-content;height:-moz-min-content;height:min-content;content:""}.modal-dialog-centered.modal-dialog-scrollable{-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;height:100%}.modal-dialog-centered.modal-dialog-scrollable .modal-content{max-height:none}.modal-dialog-centered.modal-dialog-scrollable:before{content:none}.modal-content{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0}.modal-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:justify;justify-content:space-between;padding:1rem;border-bottom:1px solid #dee2e6;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.modal-header .close{padding:1rem;margin:-1rem -1rem -1rem auto}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;-ms-flex:1 1 auto;flex:1 1 auto;padding:1rem}.modal-footer{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:end;justify-content:flex-end;padding:.75rem;border-top:1px solid #dee2e6;border-bottom-right-radius:calc(.3rem - 1px);border-bottom-left-radius:calc(.3rem - 1px)}.modal-footer>*{margin:.25rem}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media(min-width:576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-scrollable{max-height:calc(100% - 3.5rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 3.5rem)}.modal-dialog-centered{min-height:calc(100% - 3.5rem)}.modal-dialog-centered:before{height:calc(100vh - 3.5rem);height:-webkit-min-content;height:-moz-min-content;height:min-content}.modal-sm{max-width:300px}}@media(min-width:992px){.modal-lg,.modal-xl{max-width:800px}}@media(min-width:1200px){.modal-xl{max-width:1140px}}.tooltip{position:absolute;z-index:1070;display:block;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;white-space:normal;word-spacing:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;opacity:0}.tooltip.show{opacity:.9}.tooltip .arrow{position:absolute;display:block;width:.8rem;height:.4rem}.tooltip .arrow:before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-auto[x-placement^=top],.bs-tooltip-top{padding:.4rem 0}.bs-tooltip-auto[x-placement^=top] .arrow,.bs-tooltip-top .arrow{bottom:0}.bs-tooltip-auto[x-placement^=top] .arrow:before,.bs-tooltip-top .arrow:before{top:0;border-width:.4rem .4rem 0;border-top-color:#000}.bs-tooltip-auto[x-placement^=right],.bs-tooltip-right{padding:0 .4rem}.bs-tooltip-auto[x-placement^=right] .arrow,.bs-tooltip-right .arrow{left:0;width:.4rem;height:.8rem}.bs-tooltip-auto[x-placement^=right] .arrow:before,.bs-tooltip-right .arrow:before{right:0;border-width:.4rem .4rem .4rem 0;border-right-color:#000}.bs-tooltip-auto[x-placement^=bottom],.bs-tooltip-bottom{padding:.4rem 0}.bs-tooltip-auto[x-placement^=bottom] .arrow,.bs-tooltip-bottom .arrow{top:0}.bs-tooltip-auto[x-placement^=bottom] .arrow:before,.bs-tooltip-bottom .arrow:before{bottom:0;border-width:0 .4rem .4rem;border-bottom-color:#000}.bs-tooltip-auto[x-placement^=left],.bs-tooltip-left{padding:0 .4rem}.bs-tooltip-auto[x-placement^=left] .arrow,.bs-tooltip-left .arrow{right:0;width:.4rem;height:.8rem}.bs-tooltip-auto[x-placement^=left] .arrow:before,.bs-tooltip-left .arrow:before{left:0;border-width:.4rem 0 .4rem .4rem;border-left-color:#000}.tooltip-inner{max-width:200px;padding:.25rem .5rem;color:#fff;text-align:center;background-color:#000;border-radius:.25rem}.popover{position:absolute;top:0;left:0;z-index:1060;display:block;max-width:276px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;white-space:normal;word-spacing:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem}.popover .arrow{position:absolute;display:block;width:1rem;height:.5rem;margin:0 .3rem}.popover .arrow:after,.popover .arrow:before{position:absolute;display:block;content:"";border-color:transparent;border-style:solid}.bs-popover-auto[x-placement^=top],.bs-popover-top{margin-bottom:.5rem}.bs-popover-auto[x-placement^=top]>.arrow,.bs-popover-top>.arrow{bottom:calc(-.5rem - 1px)}.bs-popover-auto[x-placement^=top]>.arrow:before,.bs-popover-top>.arrow:before{bottom:0;border-width:.5rem .5rem 0;border-top-color:#00000040}.bs-popover-auto[x-placement^=top]>.arrow:after,.bs-popover-top>.arrow:after{bottom:1px;border-width:.5rem .5rem 0;border-top-color:#fff}.bs-popover-auto[x-placement^=right],.bs-popover-right{margin-left:.5rem}.bs-popover-auto[x-placement^=right]>.arrow,.bs-popover-right>.arrow{left:calc(-.5rem - 1px);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-auto[x-placement^=right]>.arrow:before,.bs-popover-right>.arrow:before{left:0;border-width:.5rem .5rem .5rem 0;border-right-color:#00000040}.bs-popover-auto[x-placement^=right]>.arrow:after,.bs-popover-right>.arrow:after{left:1px;border-width:.5rem .5rem .5rem 0;border-right-color:#fff}.bs-popover-auto[x-placement^=bottom],.bs-popover-bottom{margin-top:.5rem}.bs-popover-auto[x-placement^=bottom]>.arrow,.bs-popover-bottom>.arrow{top:calc(-.5rem - 1px)}.bs-popover-auto[x-placement^=bottom]>.arrow:before,.bs-popover-bottom>.arrow:before{top:0;border-width:0 .5rem .5rem .5rem;border-bottom-color:#00000040}.bs-popover-auto[x-placement^=bottom]>.arrow:after,.bs-popover-bottom>.arrow:after{top:1px;border-width:0 .5rem .5rem .5rem;border-bottom-color:#fff}.bs-popover-auto[x-placement^=bottom] .popover-header:before,.bs-popover-bottom .popover-header:before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-.5rem;content:"";border-bottom:1px solid #f7f7f7}.bs-popover-auto[x-placement^=left],.bs-popover-left{margin-right:.5rem}.bs-popover-auto[x-placement^=left]>.arrow,.bs-popover-left>.arrow{right:calc(-.5rem - 1px);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-auto[x-placement^=left]>.arrow:before,.bs-popover-left>.arrow:before{right:0;border-width:.5rem 0 .5rem .5rem;border-left-color:#00000040}.bs-popover-auto[x-placement^=left]>.arrow:after,.bs-popover-left>.arrow:after{right:1px;border-width:.5rem 0 .5rem .5rem;border-left-color:#fff}.popover-header{padding:.5rem .75rem;margin-bottom:0;font-size:1rem;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.popover-header:empty{display:none}.popover-body{padding:.5rem .75rem;color:#212529}.carousel{position:relative}.carousel.pointer-event{-ms-touch-action:pan-y;touch-action:pan-y}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner:after{display:block;clear:both;content:""}.carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:-webkit-transform .6s ease-in-out;transition:transform .6s ease-in-out;transition:transform .6s ease-in-out,-webkit-transform .6s ease-in-out}@media(prefers-reduced-motion:reduce){.carousel-item{transition:none}}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block}.active.carousel-item-right,.carousel-item-next:not(.carousel-item-left){-webkit-transform:translateX(100%);transform:translate(100%)}.active.carousel-item-left,.carousel-item-prev:not(.carousel-item-right){-webkit-transform:translateX(-100%);transform:translate(-100%)}.carousel-fade .carousel-item{opacity:0;transition-property:opacity;-webkit-transform:none;transform:none}.carousel-fade .carousel-item-next.carousel-item-left,.carousel-fade .carousel-item-prev.carousel-item-right,.carousel-fade .carousel-item.active{z-index:1;opacity:1}.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{z-index:0;opacity:0;transition:opacity 0s .6s}@media(prefers-reduced-motion:reduce){.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{transition:none}}.carousel-control-next,.carousel-control-prev{position:absolute;top:0;bottom:0;z-index:1;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:15%;padding:0;color:#fff;text-align:center;background:0 0;border:0;opacity:.5;transition:opacity .15s ease}@media(prefers-reduced-motion:reduce){.carousel-control-next,.carousel-control-prev{transition:none}}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-next-icon,.carousel-control-prev-icon{display:inline-block;width:20px;height:20px;background:50%/100% 100% no-repeat}.carousel-control-prev-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e")}.carousel-control-next-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e")}.carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:15;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;padding-left:0;margin-right:15%;margin-left:15%;list-style:none}.carousel-indicators li{box-sizing:content-box;-ms-flex:0 1 auto;flex:0 1 auto;width:30px;height:3px;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#fff;background-clip:padding-box;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;transition:opacity .6s ease}@media(prefers-reduced-motion:reduce){.carousel-indicators li{transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center}@-webkit-keyframes spinner-border{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spinner-border{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.spinner-border{display:inline-block;width:2rem;height:2rem;vertical-align:-.125em;border:.25em solid currentcolor;border-right-color:transparent;border-radius:50%;-webkit-animation:.75s linear infinite spinner-border;animation:.75s linear infinite spinner-border}.spinner-border-sm{width:1rem;height:1rem;border-width:.2em}@-webkit-keyframes spinner-grow{0%{-webkit-transform:scale(0);transform:scale(0)}50%{opacity:1;-webkit-transform:none;transform:none}}@keyframes spinner-grow{0%{-webkit-transform:scale(0);transform:scale(0)}50%{opacity:1;-webkit-transform:none;transform:none}}.spinner-grow{display:inline-block;width:2rem;height:2rem;vertical-align:-.125em;background-color:currentcolor;border-radius:50%;opacity:0;-webkit-animation:.75s linear infinite spinner-grow;animation:.75s linear infinite spinner-grow}.spinner-grow-sm{width:1rem;height:1rem}@media(prefers-reduced-motion:reduce){.spinner-border,.spinner-grow{-webkit-animation-duration:1.5s;animation-duration:1.5s}}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.bg-primary{background-color:#007bff!important}a.bg-primary:focus,a.bg-primary:hover,button.bg-primary:focus,button.bg-primary:hover{background-color:#0062cc!important}.bg-secondary{background-color:#6c757d!important}a.bg-secondary:focus,a.bg-secondary:hover,button.bg-secondary:focus,button.bg-secondary:hover{background-color:#545b62!important}.bg-success{background-color:#28a745!important}a.bg-success:focus,a.bg-success:hover,button.bg-success:focus,button.bg-success:hover{background-color:#1e7e34!important}.bg-info{background-color:#17a2b8!important}a.bg-info:focus,a.bg-info:hover,button.bg-info:focus,button.bg-info:hover{background-color:#117a8b!important}.bg-warning{background-color:#ffc107!important}a.bg-warning:focus,a.bg-warning:hover,button.bg-warning:focus,button.bg-warning:hover{background-color:#d39e00!important}.bg-danger{background-color:#dc3545!important}a.bg-danger:focus,a.bg-danger:hover,button.bg-danger:focus,button.bg-danger:hover{background-color:#bd2130!important}.bg-light{background-color:#f8f9fa!important}a.bg-light:focus,a.bg-light:hover,button.bg-light:focus,button.bg-light:hover{background-color:#dae0e5!important}.bg-dark{background-color:#343a40!important}a.bg-dark:focus,a.bg-dark:hover,button.bg-dark:focus,button.bg-dark:hover{background-color:#1d2124!important}.bg-white{background-color:#fff!important}.bg-transparent{background-color:transparent!important}.border{border:1px solid #dee2e6!important}.border-top{border-top:1px solid #dee2e6!important}.border-right{border-right:1px solid #dee2e6!important}.border-bottom{border-bottom:1px solid #dee2e6!important}.border-left{border-left:1px solid #dee2e6!important}.border-0{border:0!important}.border-top-0{border-top:0!important}.border-right-0{border-right:0!important}.border-bottom-0{border-bottom:0!important}.border-left-0{border-left:0!important}.border-primary{border-color:#007bff!important}.border-secondary{border-color:#6c757d!important}.border-success{border-color:#28a745!important}.border-info{border-color:#17a2b8!important}.border-warning{border-color:#ffc107!important}.border-danger{border-color:#dc3545!important}.border-light{border-color:#f8f9fa!important}.border-dark{border-color:#343a40!important}.border-white{border-color:#fff!important}.rounded-sm{border-radius:.2rem!important}.rounded{border-radius:.25rem!important}.rounded-top{border-top-left-radius:.25rem!important;border-top-right-radius:.25rem!important}.rounded-right{border-top-right-radius:.25rem!important;border-bottom-right-radius:.25rem!important}.rounded-bottom{border-bottom-right-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-left{border-top-left-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-lg{border-radius:.3rem!important}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:50rem!important}.rounded-0{border-radius:0!important}.clearfix:after{display:block;clear:both;content:""}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:-ms-flexbox!important;display:flex!important}.d-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}@media(min-width:576px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:-ms-flexbox!important;display:flex!important}.d-sm-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media(min-width:768px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:-ms-flexbox!important;display:flex!important}.d-md-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media(min-width:992px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:-ms-flexbox!important;display:flex!important}.d-lg-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media(min-width:1200px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:-ms-flexbox!important;display:flex!important}.d-xl-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media print{.d-print-none{display:none!important}.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:-ms-flexbox!important;display:flex!important}.d-print-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}.embed-responsive{position:relative;display:block;width:100%;padding:0;overflow:hidden}.embed-responsive:before{display:block;content:""}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-21by9:before{padding-top:42.857143%}.embed-responsive-16by9:before{padding-top:56.25%}.embed-responsive-4by3:before{padding-top:75%}.embed-responsive-1by1:before{padding-top:100%}.flex-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-center{-ms-flex-align:center!important;align-items:center!important}.align-items-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}@media(min-width:576px){.flex-sm-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-sm-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-sm-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-sm-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-sm-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-sm-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-sm-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-sm-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-sm-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-sm-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-sm-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-sm-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-sm-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-sm-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-sm-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-sm-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-sm-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-sm-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-sm-center{-ms-flex-align:center!important;align-items:center!important}.align-items-sm-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-sm-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-sm-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-sm-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-sm-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-sm-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-sm-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-sm-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-sm-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-sm-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-sm-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-sm-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-sm-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-sm-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media(min-width:768px){.flex-md-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-md-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-md-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-md-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-md-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-md-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-md-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-md-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-md-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-md-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-md-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-md-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-md-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-md-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-md-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-md-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-md-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-md-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-md-center{-ms-flex-align:center!important;align-items:center!important}.align-items-md-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-md-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-md-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-md-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-md-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-md-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-md-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-md-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-md-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-md-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-md-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-md-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-md-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-md-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media(min-width:992px){.flex-lg-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-lg-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-lg-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-lg-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-lg-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-lg-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-lg-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-lg-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-lg-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-lg-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-lg-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-lg-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-lg-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-lg-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-lg-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-lg-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-lg-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-lg-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-lg-center{-ms-flex-align:center!important;align-items:center!important}.align-items-lg-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-lg-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-lg-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-lg-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-lg-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-lg-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-lg-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-lg-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-lg-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-lg-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-lg-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-lg-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-lg-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-lg-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media(min-width:1200px){.flex-xl-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-xl-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-xl-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-xl-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-xl-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-xl-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-xl-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-xl-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-xl-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-xl-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-xl-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-xl-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-xl-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-xl-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-xl-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-xl-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-xl-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-xl-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-xl-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-xl-center{-ms-flex-align:center!important;align-items:center!important}.align-items-xl-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-xl-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-xl-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-xl-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-xl-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-xl-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-xl-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-xl-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-xl-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-xl-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-xl-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-xl-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-xl-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-xl-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}.float-left{float:left!important}.float-right{float:right!important}.float-none{float:none!important}@media(min-width:576px){.float-sm-left{float:left!important}.float-sm-right{float:right!important}.float-sm-none{float:none!important}}@media(min-width:768px){.float-md-left{float:left!important}.float-md-right{float:right!important}.float-md-none{float:none!important}}@media(min-width:992px){.float-lg-left{float:left!important}.float-lg-right{float:right!important}.float-lg-none{float:none!important}}@media(min-width:1200px){.float-xl-left{float:left!important}.float-xl-right{float:right!important}.float-xl-none{float:none!important}}.user-select-all{-webkit-user-select:all!important;-moz-user-select:all!important;user-select:all!important}.user-select-auto{-webkit-user-select:auto!important;-moz-user-select:auto!important;-ms-user-select:auto!important;user-select:auto!important}.user-select-none{-webkit-user-select:none!important;-moz-user-select:none!important;-ms-user-select:none!important;user-select:none!important}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:-webkit-sticky!important;position:sticky!important}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}@supports ((position:-webkit-sticky) or (position:sticky)){.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal}.shadow-sm{box-shadow:0 .125rem .25rem #00000013!important}.shadow{box-shadow:0 .5rem 1rem #00000026!important}.shadow-lg{box-shadow:0 1rem 3rem #0000002d!important}.shadow-none{box-shadow:none!important}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.mw-100{max-width:100%!important}.mh-100{max-height:100%!important}.min-vw-100{min-width:100vw!important}.min-vh-100{min-height:100vh!important}.vw-100{width:100vw!important}.vh-100{height:100vh!important}.m-0{margin:0!important}.mt-0,.my-0{margin-top:0!important}.mr-0,.mx-0{margin-right:0!important}.mb-0,.my-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.m-1{margin:.25rem!important}.mt-1,.my-1{margin-top:.25rem!important}.mr-1,.mx-1{margin-right:.25rem!important}.mb-1,.my-1{margin-bottom:.25rem!important}.ml-1,.mx-1{margin-left:.25rem!important}.m-2{margin:.5rem!important}.mt-2,.my-2{margin-top:.5rem!important}.mr-2,.mx-2{margin-right:.5rem!important}.mb-2,.my-2{margin-bottom:.5rem!important}.ml-2,.mx-2{margin-left:.5rem!important}.m-3{margin:1rem!important}.mt-3,.my-3{margin-top:1rem!important}.mr-3,.mx-3{margin-right:1rem!important}.mb-3,.my-3{margin-bottom:1rem!important}.ml-3,.mx-3{margin-left:1rem!important}.m-4{margin:1.5rem!important}.mt-4,.my-4{margin-top:1.5rem!important}.mr-4,.mx-4{margin-right:1.5rem!important}.mb-4,.my-4{margin-bottom:1.5rem!important}.ml-4,.mx-4{margin-left:1.5rem!important}.m-5{margin:3rem!important}.mt-5,.my-5{margin-top:3rem!important}.mr-5,.mx-5{margin-right:3rem!important}.mb-5,.my-5{margin-bottom:3rem!important}.ml-5,.mx-5{margin-left:3rem!important}.p-0{padding:0!important}.pt-0,.py-0{padding-top:0!important}.pr-0,.px-0{padding-right:0!important}.pb-0,.py-0{padding-bottom:0!important}.pl-0,.px-0{padding-left:0!important}.p-1{padding:.25rem!important}.pt-1,.py-1{padding-top:.25rem!important}.pr-1,.px-1{padding-right:.25rem!important}.pb-1,.py-1{padding-bottom:.25rem!important}.pl-1,.px-1{padding-left:.25rem!important}.p-2{padding:.5rem!important}.pt-2,.py-2{padding-top:.5rem!important}.pr-2,.px-2{padding-right:.5rem!important}.pb-2,.py-2{padding-bottom:.5rem!important}.pl-2,.px-2{padding-left:.5rem!important}.p-3{padding:1rem!important}.pt-3,.py-3{padding-top:1rem!important}.pr-3,.px-3{padding-right:1rem!important}.pb-3,.py-3{padding-bottom:1rem!important}.pl-3,.px-3{padding-left:1rem!important}.p-4{padding:1.5rem!important}.pt-4,.py-4{padding-top:1.5rem!important}.pr-4,.px-4{padding-right:1.5rem!important}.pb-4,.py-4{padding-bottom:1.5rem!important}.pl-4,.px-4{padding-left:1.5rem!important}.p-5{padding:3rem!important}.pt-5,.py-5{padding-top:3rem!important}.pr-5,.px-5{padding-right:3rem!important}.pb-5,.py-5{padding-bottom:3rem!important}.pl-5,.px-5{padding-left:3rem!important}.m-n1{margin:-.25rem!important}.mt-n1,.my-n1{margin-top:-.25rem!important}.mr-n1,.mx-n1{margin-right:-.25rem!important}.mb-n1,.my-n1{margin-bottom:-.25rem!important}.ml-n1,.mx-n1{margin-left:-.25rem!important}.m-n2{margin:-.5rem!important}.mt-n2,.my-n2{margin-top:-.5rem!important}.mr-n2,.mx-n2{margin-right:-.5rem!important}.mb-n2,.my-n2{margin-bottom:-.5rem!important}.ml-n2,.mx-n2{margin-left:-.5rem!important}.m-n3{margin:-1rem!important}.mt-n3,.my-n3{margin-top:-1rem!important}.mr-n3,.mx-n3{margin-right:-1rem!important}.mb-n3,.my-n3{margin-bottom:-1rem!important}.ml-n3,.mx-n3{margin-left:-1rem!important}.m-n4{margin:-1.5rem!important}.mt-n4,.my-n4{margin-top:-1.5rem!important}.mr-n4,.mx-n4{margin-right:-1.5rem!important}.mb-n4,.my-n4{margin-bottom:-1.5rem!important}.ml-n4,.mx-n4{margin-left:-1.5rem!important}.m-n5{margin:-3rem!important}.mt-n5,.my-n5{margin-top:-3rem!important}.mr-n5,.mx-n5{margin-right:-3rem!important}.mb-n5,.my-n5{margin-bottom:-3rem!important}.ml-n5,.mx-n5{margin-left:-3rem!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media(min-width:576px){.m-sm-0{margin:0!important}.mt-sm-0,.my-sm-0{margin-top:0!important}.mr-sm-0,.mx-sm-0{margin-right:0!important}.mb-sm-0,.my-sm-0{margin-bottom:0!important}.ml-sm-0,.mx-sm-0{margin-left:0!important}.m-sm-1{margin:.25rem!important}.mt-sm-1,.my-sm-1{margin-top:.25rem!important}.mr-sm-1,.mx-sm-1{margin-right:.25rem!important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem!important}.ml-sm-1,.mx-sm-1{margin-left:.25rem!important}.m-sm-2{margin:.5rem!important}.mt-sm-2,.my-sm-2{margin-top:.5rem!important}.mr-sm-2,.mx-sm-2{margin-right:.5rem!important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem!important}.ml-sm-2,.mx-sm-2{margin-left:.5rem!important}.m-sm-3{margin:1rem!important}.mt-sm-3,.my-sm-3{margin-top:1rem!important}.mr-sm-3,.mx-sm-3{margin-right:1rem!important}.mb-sm-3,.my-sm-3{margin-bottom:1rem!important}.ml-sm-3,.mx-sm-3{margin-left:1rem!important}.m-sm-4{margin:1.5rem!important}.mt-sm-4,.my-sm-4{margin-top:1.5rem!important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem!important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem!important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem!important}.m-sm-5{margin:3rem!important}.mt-sm-5,.my-sm-5{margin-top:3rem!important}.mr-sm-5,.mx-sm-5{margin-right:3rem!important}.mb-sm-5,.my-sm-5{margin-bottom:3rem!important}.ml-sm-5,.mx-sm-5{margin-left:3rem!important}.p-sm-0{padding:0!important}.pt-sm-0,.py-sm-0{padding-top:0!important}.pr-sm-0,.px-sm-0{padding-right:0!important}.pb-sm-0,.py-sm-0{padding-bottom:0!important}.pl-sm-0,.px-sm-0{padding-left:0!important}.p-sm-1{padding:.25rem!important}.pt-sm-1,.py-sm-1{padding-top:.25rem!important}.pr-sm-1,.px-sm-1{padding-right:.25rem!important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem!important}.pl-sm-1,.px-sm-1{padding-left:.25rem!important}.p-sm-2{padding:.5rem!important}.pt-sm-2,.py-sm-2{padding-top:.5rem!important}.pr-sm-2,.px-sm-2{padding-right:.5rem!important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem!important}.pl-sm-2,.px-sm-2{padding-left:.5rem!important}.p-sm-3{padding:1rem!important}.pt-sm-3,.py-sm-3{padding-top:1rem!important}.pr-sm-3,.px-sm-3{padding-right:1rem!important}.pb-sm-3,.py-sm-3{padding-bottom:1rem!important}.pl-sm-3,.px-sm-3{padding-left:1rem!important}.p-sm-4{padding:1.5rem!important}.pt-sm-4,.py-sm-4{padding-top:1.5rem!important}.pr-sm-4,.px-sm-4{padding-right:1.5rem!important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem!important}.pl-sm-4,.px-sm-4{padding-left:1.5rem!important}.p-sm-5{padding:3rem!important}.pt-sm-5,.py-sm-5{padding-top:3rem!important}.pr-sm-5,.px-sm-5{padding-right:3rem!important}.pb-sm-5,.py-sm-5{padding-bottom:3rem!important}.pl-sm-5,.px-sm-5{padding-left:3rem!important}.m-sm-n1{margin:-.25rem!important}.mt-sm-n1,.my-sm-n1{margin-top:-.25rem!important}.mr-sm-n1,.mx-sm-n1{margin-right:-.25rem!important}.mb-sm-n1,.my-sm-n1{margin-bottom:-.25rem!important}.ml-sm-n1,.mx-sm-n1{margin-left:-.25rem!important}.m-sm-n2{margin:-.5rem!important}.mt-sm-n2,.my-sm-n2{margin-top:-.5rem!important}.mr-sm-n2,.mx-sm-n2{margin-right:-.5rem!important}.mb-sm-n2,.my-sm-n2{margin-bottom:-.5rem!important}.ml-sm-n2,.mx-sm-n2{margin-left:-.5rem!important}.m-sm-n3{margin:-1rem!important}.mt-sm-n3,.my-sm-n3{margin-top:-1rem!important}.mr-sm-n3,.mx-sm-n3{margin-right:-1rem!important}.mb-sm-n3,.my-sm-n3{margin-bottom:-1rem!important}.ml-sm-n3,.mx-sm-n3{margin-left:-1rem!important}.m-sm-n4{margin:-1.5rem!important}.mt-sm-n4,.my-sm-n4{margin-top:-1.5rem!important}.mr-sm-n4,.mx-sm-n4{margin-right:-1.5rem!important}.mb-sm-n4,.my-sm-n4{margin-bottom:-1.5rem!important}.ml-sm-n4,.mx-sm-n4{margin-left:-1.5rem!important}.m-sm-n5{margin:-3rem!important}.mt-sm-n5,.my-sm-n5{margin-top:-3rem!important}.mr-sm-n5,.mx-sm-n5{margin-right:-3rem!important}.mb-sm-n5,.my-sm-n5{margin-bottom:-3rem!important}.ml-sm-n5,.mx-sm-n5{margin-left:-3rem!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media(min-width:768px){.m-md-0{margin:0!important}.mt-md-0,.my-md-0{margin-top:0!important}.mr-md-0,.mx-md-0{margin-right:0!important}.mb-md-0,.my-md-0{margin-bottom:0!important}.ml-md-0,.mx-md-0{margin-left:0!important}.m-md-1{margin:.25rem!important}.mt-md-1,.my-md-1{margin-top:.25rem!important}.mr-md-1,.mx-md-1{margin-right:.25rem!important}.mb-md-1,.my-md-1{margin-bottom:.25rem!important}.ml-md-1,.mx-md-1{margin-left:.25rem!important}.m-md-2{margin:.5rem!important}.mt-md-2,.my-md-2{margin-top:.5rem!important}.mr-md-2,.mx-md-2{margin-right:.5rem!important}.mb-md-2,.my-md-2{margin-bottom:.5rem!important}.ml-md-2,.mx-md-2{margin-left:.5rem!important}.m-md-3{margin:1rem!important}.mt-md-3,.my-md-3{margin-top:1rem!important}.mr-md-3,.mx-md-3{margin-right:1rem!important}.mb-md-3,.my-md-3{margin-bottom:1rem!important}.ml-md-3,.mx-md-3{margin-left:1rem!important}.m-md-4{margin:1.5rem!important}.mt-md-4,.my-md-4{margin-top:1.5rem!important}.mr-md-4,.mx-md-4{margin-right:1.5rem!important}.mb-md-4,.my-md-4{margin-bottom:1.5rem!important}.ml-md-4,.mx-md-4{margin-left:1.5rem!important}.m-md-5{margin:3rem!important}.mt-md-5,.my-md-5{margin-top:3rem!important}.mr-md-5,.mx-md-5{margin-right:3rem!important}.mb-md-5,.my-md-5{margin-bottom:3rem!important}.ml-md-5,.mx-md-5{margin-left:3rem!important}.p-md-0{padding:0!important}.pt-md-0,.py-md-0{padding-top:0!important}.pr-md-0,.px-md-0{padding-right:0!important}.pb-md-0,.py-md-0{padding-bottom:0!important}.pl-md-0,.px-md-0{padding-left:0!important}.p-md-1{padding:.25rem!important}.pt-md-1,.py-md-1{padding-top:.25rem!important}.pr-md-1,.px-md-1{padding-right:.25rem!important}.pb-md-1,.py-md-1{padding-bottom:.25rem!important}.pl-md-1,.px-md-1{padding-left:.25rem!important}.p-md-2{padding:.5rem!important}.pt-md-2,.py-md-2{padding-top:.5rem!important}.pr-md-2,.px-md-2{padding-right:.5rem!important}.pb-md-2,.py-md-2{padding-bottom:.5rem!important}.pl-md-2,.px-md-2{padding-left:.5rem!important}.p-md-3{padding:1rem!important}.pt-md-3,.py-md-3{padding-top:1rem!important}.pr-md-3,.px-md-3{padding-right:1rem!important}.pb-md-3,.py-md-3{padding-bottom:1rem!important}.pl-md-3,.px-md-3{padding-left:1rem!important}.p-md-4{padding:1.5rem!important}.pt-md-4,.py-md-4{padding-top:1.5rem!important}.pr-md-4,.px-md-4{padding-right:1.5rem!important}.pb-md-4,.py-md-4{padding-bottom:1.5rem!important}.pl-md-4,.px-md-4{padding-left:1.5rem!important}.p-md-5{padding:3rem!important}.pt-md-5,.py-md-5{padding-top:3rem!important}.pr-md-5,.px-md-5{padding-right:3rem!important}.pb-md-5,.py-md-5{padding-bottom:3rem!important}.pl-md-5,.px-md-5{padding-left:3rem!important}.m-md-n1{margin:-.25rem!important}.mt-md-n1,.my-md-n1{margin-top:-.25rem!important}.mr-md-n1,.mx-md-n1{margin-right:-.25rem!important}.mb-md-n1,.my-md-n1{margin-bottom:-.25rem!important}.ml-md-n1,.mx-md-n1{margin-left:-.25rem!important}.m-md-n2{margin:-.5rem!important}.mt-md-n2,.my-md-n2{margin-top:-.5rem!important}.mr-md-n2,.mx-md-n2{margin-right:-.5rem!important}.mb-md-n2,.my-md-n2{margin-bottom:-.5rem!important}.ml-md-n2,.mx-md-n2{margin-left:-.5rem!important}.m-md-n3{margin:-1rem!important}.mt-md-n3,.my-md-n3{margin-top:-1rem!important}.mr-md-n3,.mx-md-n3{margin-right:-1rem!important}.mb-md-n3,.my-md-n3{margin-bottom:-1rem!important}.ml-md-n3,.mx-md-n3{margin-left:-1rem!important}.m-md-n4{margin:-1.5rem!important}.mt-md-n4,.my-md-n4{margin-top:-1.5rem!important}.mr-md-n4,.mx-md-n4{margin-right:-1.5rem!important}.mb-md-n4,.my-md-n4{margin-bottom:-1.5rem!important}.ml-md-n4,.mx-md-n4{margin-left:-1.5rem!important}.m-md-n5{margin:-3rem!important}.mt-md-n5,.my-md-n5{margin-top:-3rem!important}.mr-md-n5,.mx-md-n5{margin-right:-3rem!important}.mb-md-n5,.my-md-n5{margin-bottom:-3rem!important}.ml-md-n5,.mx-md-n5{margin-left:-3rem!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media(min-width:992px){.m-lg-0{margin:0!important}.mt-lg-0,.my-lg-0{margin-top:0!important}.mr-lg-0,.mx-lg-0{margin-right:0!important}.mb-lg-0,.my-lg-0{margin-bottom:0!important}.ml-lg-0,.mx-lg-0{margin-left:0!important}.m-lg-1{margin:.25rem!important}.mt-lg-1,.my-lg-1{margin-top:.25rem!important}.mr-lg-1,.mx-lg-1{margin-right:.25rem!important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem!important}.ml-lg-1,.mx-lg-1{margin-left:.25rem!important}.m-lg-2{margin:.5rem!important}.mt-lg-2,.my-lg-2{margin-top:.5rem!important}.mr-lg-2,.mx-lg-2{margin-right:.5rem!important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem!important}.ml-lg-2,.mx-lg-2{margin-left:.5rem!important}.m-lg-3{margin:1rem!important}.mt-lg-3,.my-lg-3{margin-top:1rem!important}.mr-lg-3,.mx-lg-3{margin-right:1rem!important}.mb-lg-3,.my-lg-3{margin-bottom:1rem!important}.ml-lg-3,.mx-lg-3{margin-left:1rem!important}.m-lg-4{margin:1.5rem!important}.mt-lg-4,.my-lg-4{margin-top:1.5rem!important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem!important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem!important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem!important}.m-lg-5{margin:3rem!important}.mt-lg-5,.my-lg-5{margin-top:3rem!important}.mr-lg-5,.mx-lg-5{margin-right:3rem!important}.mb-lg-5,.my-lg-5{margin-bottom:3rem!important}.ml-lg-5,.mx-lg-5{margin-left:3rem!important}.p-lg-0{padding:0!important}.pt-lg-0,.py-lg-0{padding-top:0!important}.pr-lg-0,.px-lg-0{padding-right:0!important}.pb-lg-0,.py-lg-0{padding-bottom:0!important}.pl-lg-0,.px-lg-0{padding-left:0!important}.p-lg-1{padding:.25rem!important}.pt-lg-1,.py-lg-1{padding-top:.25rem!important}.pr-lg-1,.px-lg-1{padding-right:.25rem!important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem!important}.pl-lg-1,.px-lg-1{padding-left:.25rem!important}.p-lg-2{padding:.5rem!important}.pt-lg-2,.py-lg-2{padding-top:.5rem!important}.pr-lg-2,.px-lg-2{padding-right:.5rem!important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem!important}.pl-lg-2,.px-lg-2{padding-left:.5rem!important}.p-lg-3{padding:1rem!important}.pt-lg-3,.py-lg-3{padding-top:1rem!important}.pr-lg-3,.px-lg-3{padding-right:1rem!important}.pb-lg-3,.py-lg-3{padding-bottom:1rem!important}.pl-lg-3,.px-lg-3{padding-left:1rem!important}.p-lg-4{padding:1.5rem!important}.pt-lg-4,.py-lg-4{padding-top:1.5rem!important}.pr-lg-4,.px-lg-4{padding-right:1.5rem!important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem!important}.pl-lg-4,.px-lg-4{padding-left:1.5rem!important}.p-lg-5{padding:3rem!important}.pt-lg-5,.py-lg-5{padding-top:3rem!important}.pr-lg-5,.px-lg-5{padding-right:3rem!important}.pb-lg-5,.py-lg-5{padding-bottom:3rem!important}.pl-lg-5,.px-lg-5{padding-left:3rem!important}.m-lg-n1{margin:-.25rem!important}.mt-lg-n1,.my-lg-n1{margin-top:-.25rem!important}.mr-lg-n1,.mx-lg-n1{margin-right:-.25rem!important}.mb-lg-n1,.my-lg-n1{margin-bottom:-.25rem!important}.ml-lg-n1,.mx-lg-n1{margin-left:-.25rem!important}.m-lg-n2{margin:-.5rem!important}.mt-lg-n2,.my-lg-n2{margin-top:-.5rem!important}.mr-lg-n2,.mx-lg-n2{margin-right:-.5rem!important}.mb-lg-n2,.my-lg-n2{margin-bottom:-.5rem!important}.ml-lg-n2,.mx-lg-n2{margin-left:-.5rem!important}.m-lg-n3{margin:-1rem!important}.mt-lg-n3,.my-lg-n3{margin-top:-1rem!important}.mr-lg-n3,.mx-lg-n3{margin-right:-1rem!important}.mb-lg-n3,.my-lg-n3{margin-bottom:-1rem!important}.ml-lg-n3,.mx-lg-n3{margin-left:-1rem!important}.m-lg-n4{margin:-1.5rem!important}.mt-lg-n4,.my-lg-n4{margin-top:-1.5rem!important}.mr-lg-n4,.mx-lg-n4{margin-right:-1.5rem!important}.mb-lg-n4,.my-lg-n4{margin-bottom:-1.5rem!important}.ml-lg-n4,.mx-lg-n4{margin-left:-1.5rem!important}.m-lg-n5{margin:-3rem!important}.mt-lg-n5,.my-lg-n5{margin-top:-3rem!important}.mr-lg-n5,.mx-lg-n5{margin-right:-3rem!important}.mb-lg-n5,.my-lg-n5{margin-bottom:-3rem!important}.ml-lg-n5,.mx-lg-n5{margin-left:-3rem!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media(min-width:1200px){.m-xl-0{margin:0!important}.mt-xl-0,.my-xl-0{margin-top:0!important}.mr-xl-0,.mx-xl-0{margin-right:0!important}.mb-xl-0,.my-xl-0{margin-bottom:0!important}.ml-xl-0,.mx-xl-0{margin-left:0!important}.m-xl-1{margin:.25rem!important}.mt-xl-1,.my-xl-1{margin-top:.25rem!important}.mr-xl-1,.mx-xl-1{margin-right:.25rem!important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem!important}.ml-xl-1,.mx-xl-1{margin-left:.25rem!important}.m-xl-2{margin:.5rem!important}.mt-xl-2,.my-xl-2{margin-top:.5rem!important}.mr-xl-2,.mx-xl-2{margin-right:.5rem!important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem!important}.ml-xl-2,.mx-xl-2{margin-left:.5rem!important}.m-xl-3{margin:1rem!important}.mt-xl-3,.my-xl-3{margin-top:1rem!important}.mr-xl-3,.mx-xl-3{margin-right:1rem!important}.mb-xl-3,.my-xl-3{margin-bottom:1rem!important}.ml-xl-3,.mx-xl-3{margin-left:1rem!important}.m-xl-4{margin:1.5rem!important}.mt-xl-4,.my-xl-4{margin-top:1.5rem!important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem!important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem!important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem!important}.m-xl-5{margin:3rem!important}.mt-xl-5,.my-xl-5{margin-top:3rem!important}.mr-xl-5,.mx-xl-5{margin-right:3rem!important}.mb-xl-5,.my-xl-5{margin-bottom:3rem!important}.ml-xl-5,.mx-xl-5{margin-left:3rem!important}.p-xl-0{padding:0!important}.pt-xl-0,.py-xl-0{padding-top:0!important}.pr-xl-0,.px-xl-0{padding-right:0!important}.pb-xl-0,.py-xl-0{padding-bottom:0!important}.pl-xl-0,.px-xl-0{padding-left:0!important}.p-xl-1{padding:.25rem!important}.pt-xl-1,.py-xl-1{padding-top:.25rem!important}.pr-xl-1,.px-xl-1{padding-right:.25rem!important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem!important}.pl-xl-1,.px-xl-1{padding-left:.25rem!important}.p-xl-2{padding:.5rem!important}.pt-xl-2,.py-xl-2{padding-top:.5rem!important}.pr-xl-2,.px-xl-2{padding-right:.5rem!important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem!important}.pl-xl-2,.px-xl-2{padding-left:.5rem!important}.p-xl-3{padding:1rem!important}.pt-xl-3,.py-xl-3{padding-top:1rem!important}.pr-xl-3,.px-xl-3{padding-right:1rem!important}.pb-xl-3,.py-xl-3{padding-bottom:1rem!important}.pl-xl-3,.px-xl-3{padding-left:1rem!important}.p-xl-4{padding:1.5rem!important}.pt-xl-4,.py-xl-4{padding-top:1.5rem!important}.pr-xl-4,.px-xl-4{padding-right:1.5rem!important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem!important}.pl-xl-4,.px-xl-4{padding-left:1.5rem!important}.p-xl-5{padding:3rem!important}.pt-xl-5,.py-xl-5{padding-top:3rem!important}.pr-xl-5,.px-xl-5{padding-right:3rem!important}.pb-xl-5,.py-xl-5{padding-bottom:3rem!important}.pl-xl-5,.px-xl-5{padding-left:3rem!important}.m-xl-n1{margin:-.25rem!important}.mt-xl-n1,.my-xl-n1{margin-top:-.25rem!important}.mr-xl-n1,.mx-xl-n1{margin-right:-.25rem!important}.mb-xl-n1,.my-xl-n1{margin-bottom:-.25rem!important}.ml-xl-n1,.mx-xl-n1{margin-left:-.25rem!important}.m-xl-n2{margin:-.5rem!important}.mt-xl-n2,.my-xl-n2{margin-top:-.5rem!important}.mr-xl-n2,.mx-xl-n2{margin-right:-.5rem!important}.mb-xl-n2,.my-xl-n2{margin-bottom:-.5rem!important}.ml-xl-n2,.mx-xl-n2{margin-left:-.5rem!important}.m-xl-n3{margin:-1rem!important}.mt-xl-n3,.my-xl-n3{margin-top:-1rem!important}.mr-xl-n3,.mx-xl-n3{margin-right:-1rem!important}.mb-xl-n3,.my-xl-n3{margin-bottom:-1rem!important}.ml-xl-n3,.mx-xl-n3{margin-left:-1rem!important}.m-xl-n4{margin:-1.5rem!important}.mt-xl-n4,.my-xl-n4{margin-top:-1.5rem!important}.mr-xl-n4,.mx-xl-n4{margin-right:-1.5rem!important}.mb-xl-n4,.my-xl-n4{margin-bottom:-1.5rem!important}.ml-xl-n4,.mx-xl-n4{margin-left:-1.5rem!important}.m-xl-n5{margin:-3rem!important}.mt-xl-n5,.my-xl-n5{margin-top:-3rem!important}.mr-xl-n5,.mx-xl-n5{margin-right:-3rem!important}.mb-xl-n5,.my-xl-n5{margin-bottom:-3rem!important}.ml-xl-n5,.mx-xl-n5{margin-left:-3rem!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}.stretched-link:after{position:absolute;inset:0;z-index:1;pointer-events:auto;content:"";background-color:#0000}.text-monospace{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace!important}.text-justify{text-align:justify!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-center{text-align:center!important}@media(min-width:576px){.text-sm-left{text-align:left!important}.text-sm-right{text-align:right!important}.text-sm-center{text-align:center!important}}@media(min-width:768px){.text-md-left{text-align:left!important}.text-md-right{text-align:right!important}.text-md-center{text-align:center!important}}@media(min-width:992px){.text-lg-left{text-align:left!important}.text-lg-right{text-align:right!important}.text-lg-center{text-align:center!important}}@media(min-width:1200px){.text-xl-left{text-align:left!important}.text-xl-right{text-align:right!important}.text-xl-center{text-align:center!important}}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.font-weight-light{font-weight:300!important}.font-weight-lighter{font-weight:lighter!important}.font-weight-normal{font-weight:400!important}.font-weight-bold{font-weight:700!important}.font-weight-bolder{font-weight:bolder!important}.font-italic{font-style:italic!important}.text-white{color:#fff!important}.text-primary{color:#007bff!important}a.text-primary:focus,a.text-primary:hover{color:#0056b3!important}.text-secondary{color:#6c757d!important}a.text-secondary:focus,a.text-secondary:hover{color:#494f54!important}.text-success{color:#28a745!important}a.text-success:focus,a.text-success:hover{color:#19692c!important}.text-info{color:#17a2b8!important}a.text-info:focus,a.text-info:hover{color:#0f6674!important}.text-warning{color:#ffc107!important}a.text-warning:focus,a.text-warning:hover{color:#ba8b00!important}.text-danger{color:#dc3545!important}a.text-danger:focus,a.text-danger:hover{color:#a71d2a!important}.text-light{color:#f8f9fa!important}a.text-light:focus,a.text-light:hover{color:#cbd3da!important}.text-dark{color:#343a40!important}a.text-dark:focus,a.text-dark:hover{color:#121416!important}.text-body{color:#212529!important}.text-muted{color:#6c757d!important}.text-black-50{color:#00000080!important}.text-white-50{color:#ffffff80!important}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.text-decoration-none{text-decoration:none!important}.text-break{word-break:break-word!important;word-wrap:break-word!important}.text-reset{color:inherit!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}@media print{*,:after,:before{text-shadow:none!important;box-shadow:none!important}a:not(.btn){text-decoration:underline}abbr[title]:after{content:" (" attr(title) ")"}pre{white-space:pre-wrap!important}blockquote,pre{border:1px solid #adb5bd;page-break-inside:avoid}img,tr{page-break-inside:avoid}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}@page{size:a3}body,.container{min-width:992px!important}.navbar{display:none}.badge{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #dee2e6!important}.table-dark{color:inherit}.table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th{border-color:#dee2e6}.table .thead-dark th{color:inherit;border-color:#dee2e6}}*{box-sizing:border-box}@font-face{font-family:Josefin Sans;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/josefinsans/v32/Qw3PZQNVED7rKGKxtqIqX5E-AVSJrOCfjY46_DjQbMZhLybpUVzEEQ.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}:root{--color-primary: #888;--color-primary-input: #888;--color-background: #1a143399;--color-background-popup: #1a1433;--color-navbar: #0d0334;--color-red: #e30613;--color-white: #fff;--color-white-always: #fff;--color-blue: #1b1435;--color-dark: #292929;--color-dark-1: #313131;--color-splitter: #3e426199;--color-team1: #e30613;--color-team2: #0d6efd;--color-fiddle: #1e4d60;--color-primary-text: white;--color-black: black}[data-theme=light]{--color-primary: black;--color-primary-input: black;--color-background: #4b495699;--color-background-popup: #4b4956;--color-navbar: #0d0334;--color-red: #e30613;--color-white: black;--color-white-always: white;--color-blue: #1b1435;--color-dark: #f0e1e17a;--color-dark-1: #fff;--color-team1: #e30613;--color-team2: #0d6efd;--color-fiddle: #1e4d60;--color-primary-text: black;--color-splitter: #fff;--color-darker: #f0e1e1;--color-black: black}[data-theme=dark]{--color-primary: #888;--color-primary-input: white;--color-background: #1a1433;--color-background-popup: #1a1433;--color-navbar: #0d0334;--color-red: #e30613;--color-white: #fff;--color-white-always: #fff;--color-blue: #13054b;--color-dark: #3e426199;--color-dark-1: #313131bb;--color-team1: #e30613;--color-team2: #0d6efd;--color-fiddle: #1e4d60;--color-primary-text: white;--color-splitter: #0d0334;--color-black: black;--color-darker: #3e4261}hr{display:block;height:2px;border:0;border-top:2px solid var(--color-primary);margin:1em 0;padding:0;width:auto}body{margin:0;overflow:hidden;font-family:Josefin Sans;font-size:12px;color:var(--color-primary);font-weight:400;background:var(--color-background) url(/assets/a_background-CJXz80qx.webp) no-repeat center center;background-size:cover}.container-home{height:calc(100vh - 50px)}*:focus{outline:none}a:hover{outline:none;text-decoration:none}h1{font-size:48px}h2{font-size:44px;color:var(--color-white)}h3{font-size:26px;color:var(--color-white)}h4{font-size:20px;color:var(--color-white)}h5{font-size:18px}h6,p{font-size:14px}strong{font-weight:400}body.open{margin-left:260px}body.open .sidebar button>span{opacity:1;animation:appear .3s both}a{color:var(--color-secondary)}button{outline:none;box-shadow:none}.appbar{background-color:var(--color-navbar)}.button-navbar{background:transparent;border:0;padding:0;cursor:pointer}.color-primary-text{color:var(--color-primary-text)!important}@keyframes appear{0%{opacity:0;translate:0 10px}to{opacity:1;translate:0}}.burger{width:72px}.navbar{width:100%;height:60px;display:flex;align-items:center;justify-content:space-between;background:var(--color-navbar);flex-wrap:nowrap;padding:0 10px;position:relative}.navbar-left{display:flex;align-items:center;gap:20px}.navbar-right{display:flex;align-items:center;gap:10px}.analytics-new-dropdown-container{position:relative;margin-right:10px}.navbar-analytics-new-btn{background-color:var(--color-red);color:var(--color-white-always);border:1px solid var(--color-red);padding:8px 16px;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:6px;white-space:nowrap;position:relative}.navbar-analytics-new-btn:hover{background-color:#c80510;border-color:#c80510;transform:translateY(-1px);box-shadow:0 2px 4px #0003}.navbar-analytics-new-btn.active{background-color:#c80510;border-color:#c80510}.navbar-analytics-new-btn i{font-size:12px}.analytics-new-dropdown{position:absolute;top:calc(100% + 4px);right:0;background-color:#374151;border:1px solid rgba(255,255,255,.1);border-radius:6px;box-shadow:0 4px 12px #0000004d;min-width:180px;z-index:1000;overflow:hidden;padding:4px 0}.analytics-new-dropdown-item{width:100%;background:transparent;border:none;color:var(--color-white-always);padding:10px 16px;text-align:left;cursor:pointer;display:flex;align-items:center;gap:12px;font-size:14px;transition:background-color .2s ease}.analytics-new-dropdown-item:hover{background-color:#ffffff1a}.analytics-new-dropdown-item i{width:16px;text-align:center;font-size:14px;flex-shrink:0}.analytics-new-dropdown-item .sql-icon{width:16px;text-align:center;font-size:14px;flex-shrink:0;font-family:Courier New,monospace;font-weight:600;display:inline-flex;align-items:center;justify-content:center}.analytics-new-dropdown-item span:not(.sql-icon){flex:1}.desktop-nav{display:flex;align-items:center;gap:5px;margin-left:20px}.burger-menu-container{position:relative;display:none}.burger-button{background:transparent;border:none;cursor:pointer;padding:5px;display:flex;flex-direction:column;justify-content:center;align-items:center}.burger-icon{width:25px;height:20px;position:relative;transform:rotate(0);transition:.3s ease-in-out}.burger-icon span{display:block;position:absolute;height:3px;width:100%;background:var(--color-white-always);border-radius:3px;opacity:1;left:0;transform:rotate(0);transition:.25s ease-in-out}.burger-icon span:nth-child(1){top:0}.burger-icon span:nth-child(2){top:8px}.burger-icon span:nth-child(3){top:16px}.burger-icon.open span:nth-child(1){top:8px;transform:rotate(135deg)}.burger-icon.open span:nth-child(2){opacity:0;left:-30px}.burger-icon.open span:nth-child(3){top:8px;transform:rotate(-135deg)}.burger-menu{position:absolute;top:50px;right:0;background-color:var(--color-navbar);border:1px solid var(--color-primary);border-radius:8px;box-shadow:0 8px 16px #0003;z-index:1000;min-width:200px;padding:10px;display:flex;flex-direction:column;gap:8px}.burger-menu .button-home{width:100%;text-align:left;margin:2px 0}.mobile-flags{display:flex;flex-direction:column;gap:8px;border-top:1px solid var(--color-white-always);padding-top:10px;margin-top:10px}.mobile-flags .button-theme{display:flex;align-items:center;gap:10px;padding:8px;background:transparent;border:1px solid var(--color-white-always);border-radius:5px;color:var(--color-white-always);text-align:left;justify-content:flex-start}.mobile-flags .flags{height:20px;width:20px}@media(max-width:1024px){.desktop-nav{display:none}.burger-menu-container{display:block}.flags-section{display:none}.navbar{height:48px;padding:0 8px}.button-theme img{height:25px!important}}@media(max-width:575px){.navbar{height:45px;padding:0 5px}.desktop-nav{display:none!important}.burger-menu-container{display:block!important}.navbar-user-info,.popover-container{display:none!important}.flags{height:18px}.button-theme img{height:18px!important}.burger-menu{right:-5px;min-width:160px}.flags-section{display:none}}@media(min-width:576px)and (max-width:767px){.navbar{height:48px;padding:0 8px}.desktop-nav{display:none!important}.burger-menu-container{display:block!important}.navbar-user-info,.popover-container{display:none!important}.flags{height:20px}.button-theme img{height:20px!important}.burger-menu{right:-10px;min-width:180px}.flags-section{display:none}}.navbar-v3-games .burger-menu-v3-hidden{display:none!important}:root{--navbar-height: 60px}@media(max-width:575px){:root{--navbar-height: 45px}}@media(min-width:576px)and (max-width:767px){:root{--navbar-height: 48px}}@media(min-width:768px)and (max-width:991px){:root{--navbar-height: 50px}}@media(min-width:992px)and (max-width:1199px){:root{--navbar-height: 48px}}@media(min-width:1025px){.navbar-v3-games .desktop-nav{display:flex!important}}@media(max-width:1024px){.navbar-v3-games{justify-content:flex-end}.navbar-v3-games .navbar-left{order:2}.navbar-v3-games .navbar-right{order:1}}@media(max-width:1366px){.navbar-v3-games .navbar-user-info,.navbar-v3-games .popover-container{display:none!important}}@media(min-width:768px)and (max-width:991px){.navbar{height:50px;padding:0 8px}.desktop-nav{display:none!important}.burger-menu-container{display:block!important}.navbar-user-info,.popover-container{display:none!important}.button-theme img{height:22px!important}.popover-menu{top:100%;min-width:200px;right:0}.burger-menu{right:-10px;min-width:200px}.flags-section{display:none}}@media(min-width:992px)and (max-width:1199px){.navbar{height:48px;padding:0 10px}.desktop-nav{display:none!important}.burger-menu-container{display:block!important}.navbar-user-info,.popover-container{display:none!important}.button-theme img{height:25px!important}.flags-section{display:flex}.button-home{width:120px;font-size:14px;padding:7.5px;margin-left:5px;margin-right:5px}.burger-menu{right:-10px;min-width:220px}}@media(min-width:1200px)and (max-width:1399px){.navbar{height:60px;padding:0 10px}.desktop-nav{display:flex!important}.burger-menu-container{display:none!important}.navbar-user-info,.popover-container{display:flex!important}.button-theme img{height:25px!important}.button-theme-user img{height:50px!important}.flags-section{display:flex}.button-home{width:120px;font-size:14px;padding:7.5px;margin-left:5px;margin-right:5px}}@media(min-width:1400px){.navbar{height:60px;padding:0 15px}.desktop-nav{display:flex!important}.burger-menu-container{display:none!important}.navbar-user-info,.popover-container{display:flex!important}.button-theme img{height:25px!important}.button-theme-user img{height:50px!important}.flags-section{display:flex}.button-home{width:120px;font-size:14px;padding:7.5px;margin-left:5px;margin-right:5px}}.logo{display:flex;align-items:center;gap:8px;width:88px;padding-right:10px}@media(width>=500px){.logo{margin-bottom:0}}.logo img{height:20px}.center{flex:0 0 auto;display:flex;align-items:center;margin:auto;color:#888989;height:30px}@media(width>=500px){.center button{display:block}}.search{position:relative;display:none}@media(width>=500px){.search{display:block}}@media(width>=650px){.search input{width:240px}}.navbar nav{display:flex;align-items:center;padding-right:20px}.navbar nav img{flex:0 32px;width:32px;height:32px;margin-left:8px}@media(width>=500px){.navbar nav button:is(:nth-child(1),:nth-child(2)){display:none}}@media(width<400px){.navbar nav button:is(:nth-child(2),:nth-child(4)){display:none}}.button-nav-bar{position:relative;display:grid;place-items:center;width:40px;height:72px;border:0;padding:0;font-family:Josefin Sans,sans-serif;background:transparent;color:var(--color-white);cursor:pointer}.flag-indiv{padding-left:5px}.flags{height:30px;width:auto}.button-help{margin-right:10px;padding:10px 20px;border-radius:50px;border:0;color:var(--color-white-always)!important;background-color:var(--color-blue);box-shadow:#0000000d 0 0 8px;letter-spacing:1.2px;text-transform:uppercase;transition:all .5s ease;cursor:pointer}.button-help:hover{background-color:var(--color-red);color:var(--color-white-always);box-shadow:var(--color-tertiary) 0 7px 29px 0}.button-validate{margin-right:10px;padding:10px 20px;border-radius:50px;border:0;color:var(--color-white-always)!important;background-color:var(--color-blue);box-shadow:#0000000d 0 0 8px;letter-spacing:1.2px;text-transform:uppercase;transition:all .5s ease;cursor:pointer}.button-validate:hover{background-color:var(--color-red);color:var(--color-white-always);box-shadow:var(--color-tertiary) 0 7px 29px 0}.button-logout{margin-right:10px;padding:10px 20px;border-radius:50px;border:0;color:var(--color-white-always);background-color:var(--color-red);box-shadow:#0000000d 0 0 8px;letter-spacing:1.2px;text-transform:uppercase;transition:all .5s ease;cursor:pointer}.button-incentives{border-radius:30px;border:0;background-color:var(--color-red);text-transform:uppercase;cursor:pointer;margin:0 10px}.button-logout:hover{background-color:var(--color-blue);color:#fff;box-shadow:var(--color-tertiary) 0 7px 29px 0}.button-logout:disabled{background-color:var(--color-blue)!important;color:var(--color-white-always)!important;cursor:wait!important}.button-team{padding:2px 5px;border-radius:50px;border:0;color:var(--color-white-always);background-color:var(--color-red);box-shadow:#0000000d 0 0 8px;text-transform:uppercase;transition:all .5s ease;cursor:pointer}.button-team:hover{background-color:var(--color-blue);color:#fff;box-shadow:var(--color-tertiary) 0 7px 29px 0}.dark-1{background-color:var(--color-dark-1)}.dark{background-color:var(--color-dark)}.card .card-block,.card .card-body{padding:30px 25px}.loading-wrapper{text-align:center;margin-top:100px;position:relative;width:100%;height:400px}.wrapper{position:absolute;width:100%;margin:0 50px;max-width:300px;height:100%;left:50%;-webkit-transform:translateX(-50%);transform:translate(-50%);width:200px;height:100px;z-index:1}.circle{width:20px;height:20px;position:absolute;border-radius:50%;background-color:#fff;left:15%;transform-origin:50%;animation:circle7124 .5s alternate infinite ease}@keyframes circle7124{0%{top:60px;height:5px;border-radius:50px 50px 25px 25px;transform:scaleX(1.7)}40%{height:20px;border-radius:50%;transform:scaleX(1)}to{top:0%}}.circle:nth-child(2){left:45%;animation-delay:.2s}.circle:nth-child(3){left:auto;right:15%;animation-delay:.3s}.shadow{width:20px;height:4px;border-radius:50%;background-color:#000000e6;position:absolute;top:62px;transform-origin:50%;z-index:-1;left:15%;filter:blur(1px);animation:shadow046 .5s alternate infinite ease}@keyframes shadow046{0%{transform:scaleX(1.5)}40%{transform:scaleX(1);opacity:.7}to{transform:scaleX(.2);opacity:.4}}.shadow:nth-child(4){left:45%;animation-delay:.2s}.shadow:nth-child(5){left:auto;right:15%;animation-delay:.3s}.button-download{width:100%;border-radius:20px!important;color:"#fff";font-weight:700;min-height:120px!important;max-height:120px!important;text-align:center!important;border:1px solid var(--color-blue);transition:all .2s ease-in;position:relative;overflow:hidden;padding:5px 20px;border-radius:50px;background-color:var(--color-dark);color:var(--color-white);box-shadow:#0000000d 0 0 8px;transition:all .5s ease;cursor:pointer}.button-download:hover{color:#fff;border:1px solid var(--color-blue);background-color:var(--color-red)}.button-link{width:100%;border-radius:20px!important;color:"#fff";font-weight:700;min-height:40px!important;max-height:40px!important;text-align:center!important;border:1px solid var(--color-blue);transition:all .2s ease-in;position:relative;overflow:hidden;padding:5px 20px;border-radius:50px;color:var(--color-white);box-shadow:#0000000d 0 0 8px;transition:all .5s ease;cursor:pointer}.button-link-selected{border-color:#fff;background-color:var(--color-navbar)!important;color:#fff!important}.button-link-selected-player{border-color:#fff;background-color:var(--color-navbar)!important}.button-link-selected-player-light{border:solid 1px black!important;color:#fff!important;background-color:var(--color-navbar)!important}.h5-button-link{font-size:12px!important;display:flex;align-items:center;justify-content:center;margin-bottom:auto;text-transform:uppercase}.button-link:hover{color:#fff;border:1px solid var(--color-blue)}.button-link-mini-items,.button-link-mini-items-logo{border-radius:20px!important;font-weight:700;min-height:40px!important;max-height:40px!important;cursor:pointer}.button-logo-items{border-radius:20px!important;font-weight:700;min-height:fit-content!important;max-height:fit-content!important;cursor:pointer}[data-theme=light] .logo-to-shade{filter:brightness(0) saturate(100%) invert(0%) sepia(100%) saturate(0%) hue-rotate(292deg) brightness(95%) contrast(103%)}[data-theme=light] .logo-to-shade:disabled{filter:brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7399%) hue-rotate(186deg) brightness(108%) contrast(98%)}[data-theme=light] .button-link-mini-items img{filter:brightness(0) saturate(100%) invert(0%) sepia(100%) saturate(0%) hue-rotate(292deg) brightness(95%) contrast(103%)}[data-theme=light] .button-link-mini-items:disabled img{filter:brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7399%) hue-rotate(186deg) brightness(108%) contrast(98%)}.button-link-mini:hover:before{background-color:var(--color-red)!important;color:var(--color-white-always)!important}.button-link-mini:hover:after{color:var(--color-white-always)!important}.button-link:hover{background-color:var(--color-red);color:var(--color-white-always)!important}.button-link-mini:disabled{background-color:var(--color-navbar)!important;color:var(--color-white-always)!important;border:1px solid var(--color-white)}.button-link-disabled{cursor:not-allowed!important;background-color:var(--color-dark)!important}.col-8-12{-ms-flex:0 0 12.5%;flex:0 0 12.5%;max-width:12.5%}.col-7-12{-ms-flex:0 0 14.2857%;flex:0 0 14.2857%;max-width:14.2857%}.col-6-12{-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.col-9-12{-ms-flex:0 0 11.1%;flex:0 0 11.1%;max-width:11.1%}.panneau_couv{position:absolute;display:block;top:.15cm}table{color:var(--color-white)!important;text-align:center}.metric-rounded{display:block;font-family:Josefin Sans,sans-serif;font-size:13pt;line-height:15pt;color:#fff;padding:.05cm .12cm;background:var(--color-blue);border-radius:.5cm;box-sizing:content-box;font-weight:900;text-transform:uppercase!important}.kpi{font-family:Josefin Sans,sans-serif;font-size:14pt;line-height:14pt;text-align:center;font-weight:900}.rounded{border-radius:30px!important}.border-bottom-dark{border-bottom:2px solid var(--color-navbar)!important;padding-bottom:5px}.border-bottom-dashed{border-bottom:.5px dashed var(--color-primary)!important}.border-top-dashed{border-top:.5px dashed var(--color-primary)!important}ul{list-style-type:none!important}.subtitle{font-family:Josefin Sans,sans-serif;font-size:16pt;line-height:18pt;text-align:center;text-transform:uppercase;font-weight:900;color:var(--color-white);border:.08cm solid var(--color-white);border-radius:.5cm;padding:.05cm .12cm;margin:10 auto}.color-white{color:var(--color-white)}.color-white-always-text{color:var(--color-white-always)!important}.color-team1{color:var(--color-team1)}.color-team2{color:var(--color-team2)}.rounded-team1{border:var(--color-team1) 2px solid;padding:1rem;border-radius:50px}.rounded-team2{border:var(--color-team2) 2px solid;padding:1rem;border-radius:50px}.timeline{display:flex;overflow-x:auto;background-color:#f0f0f0;padding:20px}.team-one,.team-two{flex-grow:1;display:flex;flex-direction:column}.event{display:flex;align-items:center;margin-right:10px}.event-type{background-color:red;color:#fff;padding:5px 10px;margin-right:10px}.event-time{font-weight:700}.team-two .event-type{background-color:#00f}.label{color:var(--color-white);font-size:.8rem}.input{color:var(--color-primary-input);cursor:pointer;max-width:100%;height:44px;background-color:var(--color-dark);border-radius:.5rem;padding:0 1rem;border:2px solid var(--color-blue);font-size:1rem;transition:border-color .3s cubic-bezier(.25,.01,.25,1) 0s,color .3s cubic-bezier(.25,.01,.25,1) 0s,background .2s cubic-bezier(.25,.01,.25,1) 0s}.input-full-width{max-width:100%!important;min-width:100%!important}.button-icon-link{width:100%;border-radius:20px!important;color:"#fff";font-weight:700;text-align:center!important;border:4px solid var(--color-primary);transition:all .2s ease-in;position:relative;overflow:hidden;padding:10px 20px;border-radius:50px;color:var(--color-white);box-shadow:#0000000d 0 0 8px;transition:all .5s ease;cursor:pointer;background-color:var(--color-navbar)}.button-icon-link:after{content:"";position:absolute;background-color:var(--color-blue);border-radius:50%}.button-icon-link:hover{color:#fff}.button-icon-link:disabled{background-color:var(--color-blue)!important;border:4px solid var(--color-red)}.button-icon-link:hover:before{background-color:var(--color-blue)}.button-icon-link:hover:after{background-color:var(--color-blue)}.table-sticky{max-height:500px;min-width:100%;max-width:100%}.table-sticky-players{max-height:500px;min-width:100%;max-width:100%;overflow:auto}.table-sticky-players thead tr th{z-index:1;position:sticky;top:0;background-color:var(--color-blue);color:var(--color-white-always)}.table-sticky-cell{position:sticky;left:0;background-color:var(--color-blue);color:var(--color-white-always)}.table-sticky thead tr th{z-index:1;position:sticky;top:0;background-color:var(--color-blue);color:var(--color-white-always)}.kpi-card{width:100%;border-radius:20px!important;color:"#fff";font-weight:700;min-height:100px!important;max-height:100px!important;text-align:center!important;border:1px solid #4f4f4f;transition:all .2s ease-in;position:relative;overflow:hidden;color:#fff;z-index:1;padding:10px 20px;border-radius:50px;color:var(--color-white);box-shadow:#0000000d 0 0 8px;transition:all .5s ease;cursor:pointer;display:grid}.kpi-value{font-family:Josefin Sans,sans-serif;font-size:20px;line-height:20px;text-align:center;font-weight:900;margin:0}.active-floating-button-display{margin-left:5px;margin-right:5px;background-color:#008162;color:#fff;border-radius:5px;padding:5px;width:fit-content}.floating-button-display{margin-left:5px;margin-right:5px;color:#008162;background-color:#fff;font-weight:600;padding:5px;opacity:1;width:fit-content}.table-no-padding td{padding:0;text-align:center!important}.button-theme,.button-theme-user{background-color:transparent!important;border:none}.button-theme:hover:active:after:focus{background-color:transparent!important;border:none;outline:none!important}.button-home{background-color:var(--color-navbar);padding:7.5px;color:var(--color-white-always)!important;border-radius:5px;margin-left:5px;margin-right:5px;border:none;width:120px;outline:none!important;box-shadow:none!important;font-weight:900!important;font-size:14px}.button-home:hover{background-color:#374151}.button-home-selected{background-color:var(--color-red)!important;cursor:pointer}.button-home:disabled{background-color:var(--color-red);padding:10px}.button-home-disabled{cursor:not-allowed!important}@media(max-width:1199px){.coming-soon-badge{font-size:8px;padding:1px 4px;top:-5px;right:-5px}}.red-text{color:var(--color-red)}.card-title{background-color:var(--color-navbar);color:var(--color-white-always)!important;padding:5px;width:fit-content;border-radius:10px}.card-title-simple{background-color:var(--color-navbar);color:var(--color-white-always)!important;border-radius:10px}.accordion{margin:2rem auto}.accordion-title{display:flex;flex-direction:row;justify-content:space-between;cursor:pointer;background-color:var(--color-dark-1);color:var(--color-white);border-radius:20px;border-bottom:1px solid var(--color-primary)}.accordion-title-team1:hover{background-color:var(--color-team1)}.accordion-title-team2:hover{background-color:var(--color-team2)}.accordion-title,.accordion-content{padding:.5rem}.container-card-home{width:20%;padding-left:5px;padding-right:5px}.content-card-home{margin-bottom:5px;width:100%;height:100px;background:var(--color-dark);border-radius:10px;font-size:30px;font-weight:900}.content-card-scan-zone{margin-bottom:5px;width:100%;height:130px;background:var(--color-dark);border-radius:10px;font-size:30px;font-weight:900}.content-card-home-small{height:60px!important}.container-card-competition{width:10%!important;padding-left:5px;padding-right:5px}.container-card-scan-zone{width:20%!important;padding-left:5px;padding-right:5px}.card-selected{border:3px solid var(--color-red)}.content-card-home:hover,.content-card-scan-zone:hover{border-radius:15px;cursor:pointer;box-shadow:0 0 10px 5px #000000b4}.first-content{height:100%;width:100%;transition:all .4s;display:flex;justify-content:center;align-items:center;opacity:1;border-radius:15px;color:var(--color-white)}.content-card-home:hover .first-content,.content-card-scan-zone:hover .first-content{height:0px;opacity:0}.second-content{text-align:center;height:0%;width:100%;opacity:0;display:flex;justify-content:center;align-items:center;border-radius:15px;transition:all .4s;font-size:0px;color:var(--color-white)}.content-card-scan-zone:hover .second-content,.content-card-home:hover .second-content{opacity:1;height:100%;font-size:1.8rem;transform:rotate(0)}.logo{width:60px;height:60px}.score-card{background-color:var(--color-navbar);color:var(--color-white-always);font-size:20px;font-weight:900;border-radius:5px;padding:10px 6px}.match-metric{font-size:60px}.player-metric{font-size:80px}.small-loader{text-align:center;border:4px solid rgba(0,0,0,.1);border-left:4px solid var(--color-red);border-radius:50%;width:24px;height:24px;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.match-card-team-one{border-radius:20px 0 0 20px;background-color:var(--color-dark);background-image:repeating-radial-gradient(circle at 0 0,transparent 0,var(--color-dark) 10px),repeating-linear-gradient(var(--color-dark-1),var(--color-dark));color:var(--color-primary-text)!important}.match-card-team-two{padding-left:0;border-radius:0 20px 20px 0;background-color:var(--color-dark);background-image:repeating-radial-gradient(circle at top right,transparent 0,var(--color-dark) 10px),repeating-linear-gradient(var(--color-dark-1),var(--color-dark));color:var(--color-primary-text)!important}.container-podium{display:flex;align-items:flex-end}.podium__item{width:100%}.podium__rank{display:flex;justify-content:center;align-items:center;font-size:45px}.podium__city{color:var(--color-primary-text)!important;font-size:20px;text-align:center;padding:0 .5rem}.podium__number{width:27px;height:75px}.podium .first{min-height:150px}.podium .second{min-height:100px}.podium .third{min-height:50px}.big-button-height{max-height:80px!important;min-height:80px!important;height:80px!important;width:80px!important}input[type=date]::-webkit-calendar-picker-indicator{cursor:pointer;border-radius:4px;margin-right:2px;opacity:.6;filter:invert(.8)}input[type=date]::-webkit-calendar-picker-indicator:hover{opacity:1}.float-bottom-right{position:fixed;bottom:10px;right:10px;z-index:99999999}.float-bottom-left{position:fixed;bottom:15px;left:15px;z-index:99999999}.popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:100}.popup-content button{margin:10px}.popup-content{background-color:var(--color-navbar);opacity:1;width:900px;max-height:700px;text-align:center;padding:20px;position:relative;border-radius:40px}.popup-content-video-player{border:1px solid #fff;color:var(--color-primary);font-weight:400;background:var(--color-background-popup) url(/assets/a_background-CJXz80qx.webp) no-repeat center center;background-size:cover;background-attachment:fixed;opacity:1;margin-top:30px;width:95%;max-height:90%;text-align:center;padding:20px;position:relative;border-radius:40px}.popup-content-scan-zone{border:1px solid #fff;color:var(--color-primary);font-weight:400;background:var(--color-background-popup) url(/assets/a_background-CJXz80qx.webp) no-repeat center center;background-size:cover;background-attachment:fixed;opacity:1;margin-top:30px;width:95%;max-height:85%;text-align:center;padding:20px;position:relative;border-radius:40px}.popup-content-scan-zone button{margin:10px}.close-button{border-radius:10px;position:absolute;top:10px;right:10px;background-color:red;color:#fff;border:none;padding:5px 10px;cursor:pointer}.close-button:hover{background-color:#8b0000}.close-button-video{border-radius:10px;background-color:red;color:#fff;border:none;padding:5px 10px;cursor:pointer}.close-button-video:hover{background-color:#8b0000}.button-download-action{margin-right:10px;padding:10px 20px;border-radius:50px;border:0;color:var(--color-white-always);background-color:var(--color-blue);box-shadow:#0000000d 0 0 8px;letter-spacing:1.2px;text-transform:uppercase;transition:all .5s ease;cursor:pointer;border:2px solid var(--color-white-always)}.button-download-action:hover{background-color:var(--color-red);color:#fff;box-shadow:var(--color-tertiary) 0 7px 29px 0}.button-buy-game-action{margin-right:10px;padding:10px 20px;border-radius:50px;border:0;color:var(--color-white-always);background-color:var(--color-blue);box-shadow:#0000000d 0 0 8px;letter-spacing:1.2px;text-transform:uppercase;transition:all .5s ease;cursor:pointer;border:2px solid var(--color-white-always)}.button-buy-game-action:hover{background-color:green;color:#fff;box-shadow:var(--color-tertiary) 0 7px 29px 0}.button-download-action:disabled{background-color:var(--color-red);color:var(--color-white-always);border:2px solid var(--color-white-always);cursor:not-allowed}.table-sticky-redirect{width:100%;border-collapse:collapse;margin-bottom:1rem}.table-sticky-redirect th,.table-sticky-redirect td{padding:.75rem;text-align:center;vertical-align:middle}.table-sticky-redirect th{background-color:var(--color-blue);color:var(--color-white-always)}.table-sticky-redirect tbody tr:hover{background-color:var(--color-navbar);color:var(--color-white-always)}.table-sticky-redirect tbody tr{transition:background-color .3s;cursor:pointer}.table-sticky-redirect tbody tr td:first-child{position:sticky;left:0;z-index:1;background-color:var(--color-blue);color:var(--color-white-always)}.table-sticky-redirect tbody tr.border-bottom-dashed{border-bottom:1px dashed var(--color-background)}.input-color{border:none;cursor:pointer;height:56px;position:absolute;right:-8px;top:-8px;width:56px}.input-color-container{border:2px solid #ddd;border-radius:40px;height:40px;margin:0 auto;overflow:hidden;position:relative;width:40px}.small-button{font-size:10px!important;padding:0 15px!important;margin:1px!important;min-height:30px!important;max-height:30px!important}.small-button-special-player{font-size:10px!important;padding:0 15px!important;min-height:30px!important;max-height:30px!important}.small-chip{color:#333;background-color:#e5e5e5;border:none;border-radius:16px;padding:2px 8px;align-items:center;vertical-align:middle;text-decoration:none;justify-content:center}.chip{display:inline-flex;flex-direction:row;background-color:#e5e5e5;border:none;cursor:default;height:34px;outline:none;padding:1;font-size:14px;color:#333;white-space:nowrap;align-items:center;border-radius:16px;vertical-align:middle;text-decoration:none;justify-content:center;margin:5px 2px}.chip-clickable:hover{cursor:pointer;background-color:var(--color-red)!important;color:var(--color-white-always)!important}.chip-content{cursor:inherit;display:flex;align-items:center;user-select:none;white-space:nowrap;padding-left:12px;padding-right:12px}.chip-svg{color:#999;cursor:pointer;height:auto;margin:4px 4px 0 -8px;fill:currentColor;width:1em;height:1em;display:inline-block;font-size:24px;transition:fill .2s cubic-bezier(.4,0,.2,1) 0ms;user-select:none;flex-shrink:0}.chip-svg:hover{color:#666}.chip-close{margin-bottom:5px}.fakeTextArea{color:var(--color-primary);cursor:pointer;max-width:100%;min-height:44px;background-color:var(--color-dark);border-radius:.5rem;padding:1 1rem;border:2px solid var(--color-background);font-size:1rem;transition:border-color .3s cubic-bezier(.25,.01,.25,1) 0s,color .3s cubic-bezier(.25,.01,.25,1) 0s,background .2s cubic-bezier(.25,.01,.25,1) 0s}.fakeTextArea-error{border-color:var(--color-red)!important;outline:none}.fakeTextArea-validated{border-color:green!important;outline:none}.button-calculation{margin-right:10px;padding:10px 20px;border-radius:50px;border:0;color:var(--color-white);background-color:var(--color-blue);box-shadow:#0000000d 0 0 8px;letter-spacing:1.2px;transition:all .5s ease;cursor:pointer;vertical-align:middle}.fakeTextAreaElement{display:inline-flex;flex-direction:row;color:var(--color-red);font-size:20px;margin:4px 4px 2px -8px;fill:currentColor;width:1em;height:1em;display:inline-block;font-size:24px;transition:fill .2s cubic-bezier(.4,0,.2,1) 0ms;user-select:none;flex-shrink:0}.big-height-button{min-height:none!important;max-height:none!important;line-height:1.5rem!important}.redirect-div:hover{background-color:var(--color-navbar);color:var(--color-white-always)!important;border:2px solid var(--color-white-always);cursor:pointer}.redirect-div:hover h3,.redirect-div:hover h4{color:var(--color-white-always)!important}.redirect-div2:hover{background-color:#e30613;color:var(--color-white-always)!important;border:2px solid var(--color-white-always);cursor:pointer}.redirect-div2:hover h3,.redirect-div2:hover h4{color:var(--color-white-always)!important}@keyframes blink{50%{opacity:0}}.blinking{animation:blink 1s linear infinite}.button-download-small{margin:0 0 3px!important;padding:0!important;width:100%;border-radius:20px!important;color:"#fff";font-weight:700;min-height:50px!important;max-height:50px!important;text-align:center!important;border:1px solid var(--color-blue);transition:all .2s ease-in;position:relative;overflow:hidden;background-color:var(--color-dark);color:var(--color-white);box-shadow:#0000000d 0 0 8px;transition:all .5s ease;cursor:pointer}.button-download-small:hover{color:#fff;border:1px solid var(--color-blue);background-color:var(--color-red)}[data-theme=light] .button-download-small img{filter:brightness(0) saturate(100%) invert(0%) sepia(100%) saturate(0%) hue-rotate(292deg) brightness(95%) contrast(103%)}[data-theme=light] .button-download-small:disabled img{filter:brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7399%) hue-rotate(186deg) brightness(108%) contrast(98%)}[data-theme=light] .img-to-shade{filter:brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7399%) hue-rotate(186deg) brightness(108%) contrast(98%)}.datazone_players{display:flex;align-items:center;justify-content:center;padding:10px 0 0 25px}.players_filters{margin:0}.container-card-datazone{margin:10px;width:200px;height:300px;min-height:300px;border-radius:10px;font-size:30px;font-weight:900;color:#000;transition:transform .5s ease-in-out 0s;transform-style:preserve-3d;cursor:pointer}.container-card-datazone:hover{transform:rotateY(180deg);cursor:pointer!important}.container-referee-card-datazone{margin:1%;width:18%;border-radius:10px;font-size:30px;font-weight:900;color:#000;transition:transform .5s ease-in-out 0s;transform-style:preserve-3d;cursor:pointer;background-color:silver}.container-referee-card-datazone:hover{transform:scale(1.1);box-shadow:0 0 20px #000;cursor:pointer!important}.content-card-referee{margin-bottom:5px;width:100%;border-radius:10px;font-size:30px;font-weight:900}.datazone_player_info{min-height:60%;max-height:60%;overflow:hidden;display:flex;flex-direction:column;padding:10px 0 0;background:url(/assets/a_background-D0KaKAKT.png) no-repeat center center;background-size:cover;backface-visibility:hidden}.datazone_player_info_row{display:flex;flex-direction:row;flex:1;min-height:100%;max-height:100%}.datazone_player_info_1{min-width:60%;max-width:60%;min-height:100%;max-height:100%;font-size:12px;text-align:center;color:#000;display:flex;flex-direction:column;align-items:center;justify-content:space-between}.datazone_player_info_ipm{font-size:30px;line-height:40px;display:flex}.datazone_player_clubs{display:flex;flex-direction:column;align-items:center;justify-content:space-between;height:100%}.datazone_player_teamlogo{height:50px;width:100px;margin-top:5px;background-repeat:no-repeat;background-size:contain;background-position:center;opacity:90%}.datazone_player_info_2{min-width:40%;max-width:40%;font-size:12px;min-height:50%;max-height:50%;text-align:center;color:#000;display:flex;flex-direction:column;align-items:center;justify-content:space-between;padding-top:2px}.datazone_player_photo{min-width:100%;max-width:100%;justify-self:flex-end}.data_zone_player_photo_bck{min-width:100%;max-width:100%;justify-self:flex-end;height:150px;background-repeat:no-repeat;background-size:contain;background-position:right bottom}.datazone_player_identity{display:flex;flex-direction:row;align-items:center;justify-content:center;flex-wrap:wrap;max-width:80%;padding:5px 0}.datazone_player_surname{align-self:flex-end;font-size:18px;height:25px;padding-right:5px;white-space:nowrap;text-overflow:ellipsis;max-width:90%;overflow:hidden}.datazone_player_name{padding:0 5px;margin:0;align-self:flex-end;white-space:nowrap;max-width:130%;text-overflow:ellipsis;overflow:hidden}.bronze{background-color:#8b4f0b}.bronze-linear{background:linear-gradient(45deg,#734033 5%,#8b4f0b 30%,#734033 80%)}.silver{background-color:#999}.silver-linear{background:linear-gradient(45deg,#999 5%,#fff 50%,#ccc 80%,#999 95%)}.gold{background-color:#c4a623}.gold-linear{background:linear-gradient(45deg,#ffde45,#fff 16%,#ffde45 21%)}.datazone_player_bottom{min-height:40%;max-height:40%;display:flex;flex-direction:column;border-bottom-left-radius:10px;border-bottom-right-radius:10px;backface-visibility:hidden}.datazone_player_stats{min-height:100%;max-height:100%;display:flex;flex-direction:row;align-items:center}.datazone_referee_info{width:100%;min-height:75%;max-height:75%;overflow:hidden;display:flex;flex-direction:column;padding:10px 0 0;background:url(/assets/a_background-D0KaKAKT.png) no-repeat center center;background-size:cover;backface-visibility:hidden}.datazone_referee_info_row{display:flex;flex-direction:row;flex:1;justify-content:center;min-height:100%;max-height:100%}.datazone_referee_info_1{min-width:95%;max-width:95%;min-height:100%;max-height:100%;font-size:12px;text-align:right;color:#000;display:flex;flex-direction:column;justify-content:space-between}.datazone_referee_surname{align-self:flex-end;font-size:1vw;font-weight:bolder;height:25px;white-space:nowrap;text-overflow:ellipsis;max-width:100%;overflow:hidden;color:#000}.datazone_referee_name{font-size:1vw;margin:0;align-self:flex-end;white-space:nowrap;max-width:100%;text-overflow:ellipsis;overflow:hidden;color:#000}.datazone_referee_clubs{display:flex;flex-direction:column;justify-content:space-between;height:100%;font-size:1vw}.data_zone_referee_photo_bck{min-width:100%;max-width:100%;justify-self:flex-end;height:100px;background-repeat:no-repeat;background-size:contain;background-position:center bottom}.active-action-playlist{background-color:var(--color-navbar);border:3px solid var(--color-navbar);cursor:not-allowed;color:var(--color-white-always)}.action-playlist{cursor:pointer;color:var(--color-primary);border:3px solid var(--color-navbar)}.action-playlist:hover{color:var(--color-white-always);background-color:var(--color-red);border:3px solid var(--color-red)}.button-play-video{border-radius:20px!important;font-weight:700;text-align:center!important;position:relative;overflow:hidden;background-color:var(--color-navbar);outline:none;border:none;padding:5px}.button-play-video:hover{background-color:var(--color-red)}.flex{display:flex}.flex-column{flex-direction:column}.shrink-0{flex-shrink:0}.grow{flex-grow:1}.overflow-hidden{overflow:hidden}.contents{display:grid;transition:filter .2s ease-out,background-color .2s ease-out}.dragging{filter:blur(5px);background-color:#555;border:2px solid var(--color-red)}.sample-drag-bar{flex-shrink:0;width:10px;margin-top:10px;background-color:var(--color-splitter);cursor:col-resize;transition:background-color .15s .15s ease-in-out}.sample-drag-bar.sample-drag-bar--dragging,.sample-drag-bar:hover{background-color:var(--color-red)}.sample-drag-bar.sample-drag-bar--horizontal{height:10px;width:100%;cursor:row-resize}.resizable-div{position:relative;background-color:#f0f0f0;border:2px solid var(--color-red)}.corner{position:absolute;width:40px;height:40px;background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='500'%20zoomAndPan='magnify'%20viewBox='0%200%20375%20374.999991'%20height='500'%20preserveAspectRatio='xMidYMid%20meet'%20version='1.0'%3e%3cdefs%3e%3cclipPath%20id='657f55e832'%3e%3cpath%20d='M%2037.5%2037.5%20L%20337.5%2037.5%20L%20337.5%20337.5%20L%2037.5%20337.5%20Z%20M%2037.5%2037.5%20'%20clip-rule='nonzero'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20clip-path='url(%23657f55e832)'%3e%3cpath%20fill='%23ffffff'%20d='M%20187.5%2037.5%20C%20104.789062%2037.5%2037.5%20104.789062%2037.5%20187.5%20C%2037.5%20270.210938%20104.789062%20337.5%20187.5%20337.5%20C%20270.210938%20337.5%20337.5%20270.210938%20337.5%20187.5%20C%20337.5%20104.789062%20270.210938%2037.5%20187.5%2037.5%20Z%20M%20187.5%20317.5%20C%20115.816406%20317.5%2057.5%20259.183594%2057.5%20187.5%20C%2057.5%20115.816406%20115.816406%2057.5%20187.5%2057.5%20C%20259.183594%2057.5%20317.5%20115.816406%20317.5%20187.5%20C%20317.5%20259.183594%20259.183594%20317.5%20187.5%20317.5%20Z%20M%20187.5%20317.5%20'%20fill-opacity='1'%20fill-rule='nonzero'/%3e%3c/g%3e%3cpath%20fill='%23ffffff'%20d='M%20239.820312%20177.5%20L%20197.5%20177.5%20L%20197.5%20135.179688%20C%20197.5%20129.660156%20193.023438%20125.179688%20187.5%20125.179688%20C%20181.976562%20125.179688%20177.5%20129.65625%20177.5%20135.179688%20L%20177.5%20177.5%20L%20135.179688%20177.5%20C%20129.660156%20177.5%20125.179688%20181.976562%20125.179688%20187.5%20C%20125.179688%20193.023438%20129.65625%20197.5%20135.179688%20197.5%20L%20177.5%20197.5%20L%20177.5%20239.820312%20C%20177.5%20245.339844%20181.976562%20249.820312%20187.5%20249.820312%20C%20193.023438%20249.820312%20197.5%20245.34375%20197.5%20239.820312%20L%20197.5%20197.5%20L%20239.820312%20197.5%20C%20245.339844%20197.5%20249.820312%20193.023438%20249.820312%20187.5%20C%20249.820312%20181.976562%20245.339844%20177.5%20239.820312%20177.5%20Z%20M%20239.820312%20177.5%20'%20fill-opacity='1'%20fill-rule='nonzero'/%3e%3c/svg%3e");background-size:contain;background-repeat:no-repeat}[data-theme=light] .corner,[data-theme=light] .dragging-icon{filter:brightness(0) saturate(100%) invert(0%) sepia(100%) saturate(0%) hue-rotate(292deg) brightness(95%) contrast(103%)}.top-left{top:0;left:0;background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='500'%20zoomAndPan='magnify'%20viewBox='0%200%20375%20374.999991'%20height='500'%20preserveAspectRatio='xMidYMid%20meet'%20version='1.0'%3e%3cdefs%3e%3cclipPath%20id='57d71e32d5'%3e%3cpath%20d='M%2043.832031%2043.832031%20L%20331.082031%2043.832031%20L%20331.082031%20331.082031%20L%2043.832031%20331.082031%20Z%20M%2043.832031%2043.832031%20'%20clip-rule='nonzero'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20clip-path='url(%2357d71e32d5)'%3e%3cpath%20fill='%23ffffff'%20d='M%2043.914062%2043.914062%20L%20101.347656%2043.914062%20L%20101.347656%20101.347656%20L%2043.914062%20101.347656%20Z%20M%2043.914062%20158.78125%20L%20101.347656%20158.78125%20L%20101.347656%20216.214844%20L%2043.914062%20216.214844%20Z%20M%20158.78125%2043.914062%20L%20216.214844%2043.914062%20L%20216.214844%20101.347656%20L%20158.78125%20101.347656%20Z%20M%20158.78125%20158.78125%20L%20216.214844%20158.78125%20L%20216.214844%20216.214844%20L%20158.78125%20216.214844%20Z%20M%20273.648438%2043.914062%20L%20331.082031%2043.914062%20L%20331.082031%20101.347656%20L%20273.648438%20101.347656%20Z%20M%2043.914062%20273.648438%20L%20101.347656%20273.648438%20L%20101.347656%20331.082031%20L%2043.914062%20331.082031%20Z%20M%2043.914062%20273.648438%20'%20fill-opacity='1'%20fill-rule='nonzero'/%3e%3c/g%3e%3c/svg%3e")}.top-right{top:0;right:0;background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='500'%20zoomAndPan='magnify'%20viewBox='0%200%20375%20374.999991'%20height='500'%20preserveAspectRatio='xMidYMid%20meet'%20version='1.0'%3e%3cdefs%3e%3cclipPath%20id='a4f5f912f5'%3e%3cpath%20d='M%2043.914062%2043.832031%20L%20331.164062%2043.832031%20L%20331.164062%20331.082031%20L%2043.914062%20331.082031%20Z%20M%2043.914062%2043.832031%20'%20clip-rule='nonzero'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20clip-path='url(%23a4f5f912f5)'%3e%3cpath%20fill='%23ffffff'%20d='M%20331.082031%2043.914062%20L%20331.082031%20101.347656%20L%20273.648438%20101.347656%20L%20273.648438%2043.914062%20Z%20M%20216.214844%2043.914062%20L%20216.214844%20101.347656%20L%20158.78125%20101.347656%20L%20158.78125%2043.914062%20Z%20M%20331.082031%20158.78125%20L%20331.082031%20216.214844%20L%20273.648438%20216.214844%20L%20273.648438%20158.78125%20Z%20M%20216.214844%20158.78125%20L%20216.214844%20216.214844%20L%20158.78125%20216.214844%20L%20158.78125%20158.78125%20Z%20M%20331.082031%20273.648438%20L%20331.082031%20331.082031%20L%20273.648438%20331.082031%20L%20273.648438%20273.648438%20Z%20M%20101.347656%2043.914062%20L%20101.347656%20101.347656%20L%2043.914062%20101.347656%20L%2043.914062%2043.914062%20Z%20M%20101.347656%2043.914062%20'%20fill-opacity='1'%20fill-rule='nonzero'/%3e%3c/g%3e%3c/svg%3e")}.bottom-left{bottom:0;left:0;background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='500'%20zoomAndPan='magnify'%20viewBox='0%200%20375%20374.999991'%20height='500'%20preserveAspectRatio='xMidYMid%20meet'%20version='1.0'%3e%3cdefs%3e%3cclipPath%20id='277297b5e1'%3e%3cpath%20d='M%2043.832031%2043.914062%20L%20331.082031%2043.914062%20L%20331.082031%20331.164062%20L%2043.832031%20331.164062%20Z%20M%2043.832031%2043.914062%20'%20clip-rule='nonzero'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20clip-path='url(%23277297b5e1)'%3e%3cpath%20fill='%23ffffff'%20d='M%2043.914062%20331.082031%20L%2043.914062%20273.648438%20L%20101.347656%20273.648438%20L%20101.347656%20331.082031%20Z%20M%20158.78125%20331.082031%20L%20158.78125%20273.648438%20L%20216.214844%20273.648438%20L%20216.214844%20331.082031%20Z%20M%2043.914062%20216.214844%20L%2043.914062%20158.78125%20L%20101.347656%20158.78125%20L%20101.347656%20216.214844%20Z%20M%20158.78125%20216.214844%20L%20158.78125%20158.78125%20L%20216.214844%20158.78125%20L%20216.214844%20216.214844%20Z%20M%2043.914062%20101.347656%20L%2043.914062%2043.914062%20L%20101.347656%2043.914062%20L%20101.347656%20101.347656%20Z%20M%20273.648438%20331.082031%20L%20273.648438%20273.648438%20L%20331.082031%20273.648438%20L%20331.082031%20331.082031%20Z%20M%20273.648438%20331.082031%20'%20fill-opacity='1'%20fill-rule='nonzero'/%3e%3c/g%3e%3c/svg%3e")}.bottom-right{bottom:0;right:0;background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='500'%20zoomAndPan='magnify'%20viewBox='0%200%20375%20374.999991'%20height='500'%20preserveAspectRatio='xMidYMid%20meet'%20version='1.0'%3e%3cdefs%3e%3cclipPath%20id='267eba95b9'%3e%3cpath%20d='M%2043.914062%2043.914062%20L%20331.164062%2043.914062%20L%20331.164062%20331.164062%20L%2043.914062%20331.164062%20Z%20M%2043.914062%2043.914062%20'%20clip-rule='nonzero'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20clip-path='url(%23267eba95b9)'%3e%3cpath%20fill='%23ffffff'%20d='M%20331.082031%20331.082031%20L%20273.648438%20331.082031%20L%20273.648438%20273.648438%20L%20331.082031%20273.648438%20Z%20M%20331.082031%20216.214844%20L%20273.648438%20216.214844%20L%20273.648438%20158.78125%20L%20331.082031%20158.78125%20Z%20M%20216.214844%20331.082031%20L%20158.78125%20331.082031%20L%20158.78125%20273.648438%20L%20216.214844%20273.648438%20Z%20M%20216.214844%20216.214844%20L%20158.78125%20216.214844%20L%20158.78125%20158.78125%20L%20216.214844%20158.78125%20Z%20M%20101.347656%20331.082031%20L%2043.914062%20331.082031%20L%2043.914062%20273.648438%20L%20101.347656%20273.648438%20Z%20M%20331.082031%20101.347656%20L%20273.648438%20101.347656%20L%20273.648438%2043.914062%20L%20331.082031%2043.914062%20Z%20M%20331.082031%20101.347656%20'%20fill-opacity='1'%20fill-rule='nonzero'/%3e%3c/g%3e%3c/svg%3e")}.hidden-div{display:none}.bg-darker{background-color:var(--color-darker)}.input-select{color:var(--color-black);cursor:pointer;max-width:100%;height:44px;border-radius:.5rem;border:2px solid var(--color-blue);font-size:1rem;transition:border-color .3s cubic-bezier(.25,.01,.25,1) 0s,color .3s cubic-bezier(.25,.01,.25,1) 0s,background .2s cubic-bezier(.25,.01,.25,1) 0s}.video_container{flex-direction:column;justify-content:center;align-items:center;width:100%}.player-wrapper{position:relative;width:100%;height:auto}.player-wrapper-fullscreen{position:fixed!important;top:0!important;left:0!important;width:100%!important;height:100%!important;z-index:9999!important;background-color:#d3d3d3}.player__wrapper{position:relative}.control-container{color:#fff;padding:10px;border-radius:8px;position:absolute;inset:0;flex-direction:column;z-index:1}.main-container{margin-left:20px;margin-right:50px;position:relative;display:flex;flex-direction:column;height:100%}.top_container{display:flex;align-items:center;justify-content:space-between;margin:5px 20px}.mid-container{justify-content:center;align-items:center;position:absolute;bottom:50%;width:100%}.top-container{display:flex;flex-direction:column;align-items:flex-start;position:absolute;top:0;margin-left:20px;width:100%}.video-title{font-size:1.5em;font-weight:700;margin-bottom:10px;margin-top:-10px;background-color:var(--color-navbar);padding:10px 20px;border-radius:8px}.bottom-container{display:flex;flex-direction:column;align-items:center;position:absolute;bottom:0;margin-left:20px;margin-right:20px;margin-bottom:5px;width:100%}.slider-container{width:100%;margin-bottom:10px}.slider{width:100%;accent-color:var(--color-red);cursor:pointer}.control-box{display:flex;justify-content:space-between;width:100%;align-items:center}.inner-controls{display:flex;align-items:center;margin-top:0;justify-content:space-between}.volume-slider{width:100px}.controls-video-icon{height:80px;cursor:pointer}.controls-video-icon-small{height:40px;cursor:pointer}.controls-video-icon:hover,.controls-video-icon-small:hover{filter:invert(13%) sepia(96%) saturate(4588%) hue-rotate(351deg) brightness(103%) contrast(102%)}.video-loader{border:10px solid #f3f3f3;border-top:10px solid var(--color-red);border-radius:50%;width:80px;height:80px;animation:spinBis 1s linear infinite}@keyframes spinBis{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.datazone_player_position{font-size:17px;padding:3px 0 1px;display:flex;align-self:center}.datazone_player_stats_col{min-width:50%;max-width:50%;display:flex;flex-direction:column;padding:10px 15px}.first{border-right:1px solid black}.datazone_player_stat{font-size:15px;display:flex;justify-content:space-between}.datazone_player_stat_lab,.datazone_player_stat_val{display:flex}.datazone_player_stats_reverse{padding:15px;position:absolute;left:0;top:0;min-width:100%;max-width:100%;min-height:100%;max-height:100%;border-radius:10px;display:flex;flex-direction:column;align-items:center;justify-content:space-around;backface-visibility:hidden;transform:rotateY(180deg)}.datazone_player_stat_reverse{min-width:100%;font-size:15px;display:flex;align-items:center;justify-content:space-between}.datazone_player_title_reverse{display:flex;flex-direction:row;justify-content:space-between;width:100%}.datazone_player_surname_reverse{align-self:flex-end;font-size:12px;height:20px;white-space:nowrap}.datazone_player_name_reverse{margin:0;align-self:flex-end;white-space:nowrap;font-size:12px}.datazone_player_identity_reverse{display:flex;flex-direction:column}.datazone_player_stat_way{font-style:italic;font-size:12px}.datazone_filters_stats{display:flex;flex-direction:column;justify-content:space-around;height:80px}.datazone_player_stat_filter{min-height:25px;max-height:25px;margin:1px 10px;font-size:15px;display:flex;flex-direction:row;align-items:center;justify-content:space-between}.datazone_player_stat_filter_label{font-size:13px;width:70%}.datazone_player_stat_filter_label_way{font-size:12px;padding-left:5px}.datazone_player_stat_filter_metric{display:flex;flex-direction:row;justify-content:end;align-items:center;width:30%}.datazone_player_stat_filter_value{font-size:20px;font-weight:900}.datazone_player_stat_filter_additional{font-weight:500;font-size:11px;padding-left:5px;display:flex;flex-direction:column;min-height:25px;max-height:25px;justify-content:center}.datazone_player_stat_filter_additional_line{line-height:10px;padding:0;align-self:flex-start}.line2{align-self:flex-end;padding-left:2px}.playerInCompo{position:relative;border-radius:20px;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:var(--color-dark)}.playerInCompo:hover{color:#fff;box-shadow:#000 0 7px 29px;background-color:gray}.number-compo{position:absolute;top:0;left:0;margin-left:-3px;margin:top -3px;border-radius:15px!important;color:var(--color-primary);width:40px;height:40px;display:flex;align-items:center;justify-content:center;font-size:large;font-weight:900}.ipm-compo{position:absolute;bottom:0;right:0;margin-left:-3px;margin:top -3px;border-radius:15px!important;color:var(--color-primary);width:30px;height:30px;display:flex;align-items:center;justify-content:center;font-size:large;font-weight:900}.logosModal{display:flex;flex-direction:row;justify-content:center;margin-bottom:30px}.matchblocked{border:.08cm solid var(--color-white);background-color:var(--color-dark-1);border-radius:30px!important}.player-in-team-squad-number{font-weight:700;font-size:25px;padding-left:4px;color:var(--color-white)}.player-in-team-squad-age{font-weight:700;font-size:15px;padding-left:4px;color:var(--color-white);margin-top:5px}.player-in-team-squad-surname{font-size:15px;font-weight:900;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding-left:10px;color:var(--color-white)}.player-in-team-squad{background-color:var(--color-dark);border-radius:20px;width:90%;cursor:pointer}.team-logo-to-fill-white{filter:invert(100%) sepia(100%) saturate(0%) hue-rotate(94deg) brightness(102%) contrast(102%)!important}.button-download-big{min-height:200px!important;max-height:200px!important}.popover-container{position:relative;display:inline-block}.popover-menu{position:absolute;top:100%;right:-10px;background-color:var(--color-navbar);border:1px solid var(--color-primary);border-radius:4px;box-shadow:0 8px 16px #0003;z-index:1000;min-width:225px;max-width:300px}@media(max-width:1024px){.popover-menu{top:100%;min-width:200px;right:-8px}}@media(max-width:768px){.popover-menu{top:100%;min-width:180px;right:-8px}.popover-menu li{padding:8px 12px;font-size:14px}}@media(max-width:640px){.popover-menu{top:100%;min-width:160px;right:-5px}.popover-menu li{padding:6px 10px;font-size:13px}}@media(min-width:768px)and (max-width:1024px)and (orientation:landscape){.popover-menu{top:100%;min-width:190px}}.popover-menu ul{list-style:none;margin:0;padding:0;text-align:left}.popover-menu li{padding:10px 15px;cursor:pointer;border-top:.5px solid var(--color-white-always)}.popover-menu li{color:var(--color-white-always);text-decoration:none;display:block}.popover-menu li:hover{background-color:var(--color-red)}.button-profile{background-color:var(--color-navbar);color:var(--color-white-always);margin:10px;padding:10px;border-radius:20px;font-size:20px;width:100%}.button-profile img{padding-right:10px}.button-profile:hover{background-color:var(--color-red)}.button-profile:disabled{background-color:green;color:var(--color-white-always);cursor:not-allowed}.button-profile-theme{background-color:var(--color-navbar);color:var(--color-white-always);margin:10px;padding-left:10px;padding-right:10px;border-radius:20px;font-size:20px}.button-profile-theme img{padding:10px}.button-profile-theme:hover{background-color:var(--color-red)}.button-profile-theme:disabled{color:var(--color-white-always);cursor:not-allowed;border:5px solid green}.comparison-kpi{display:flex;flex-direction:column;position:relative}.triangle-container{position:absolute;top:60%;right:10%;transform:translateY(-50%);display:flex;align-items:center;gap:5px}.triangle{width:0;height:0;border-style:solid}.triangle.up{border-width:0 10px 17px 10px;border-color:transparent transparent green transparent}.triangle.down{border-width:17px 10px 0 10px;border-color:red transparent transparent transparent}:root{color-scheme:light;--surface-page: #f8f9fb;--surface-1: #ffffff;--surface-2: #f8f9fb;--surface-3: #f1f2f6;--surface-hover: rgba(13, 3, 52, .05);--surface-brand: #0d0334;--text-strong: #0d0334;--text-1: #000000;--text-2: #333333;--text-3: #666666;--text-4: #999999;--text-ink: #111827;--text-on-brand: #ffffff;--border-1: #d9d9d9;--border-subtle: rgba(0, 0, 0, .06);--border-row: rgba(0, 0, 0, .08);--border-strong: #c0c4cc;--shadow-1: 0 2px 8px rgba(0, 0, 0, .07);--shadow-2: 0 6px 20px rgba(0, 0, 0, .12);--shadow-3: 0 12px 40px rgba(0, 0, 0, .3);--focus-ring: #0d0334;--focus-ring-tint: rgba(13, 3, 52, .12);--accent-selected: #0000ff;--accent-selected-tint: rgba(0, 0, 255, .06);--select-bg: hsl(0, 0%, 100%);--select-border: hsl(0, 0%, 80%);--select-border-hover: hsl(0, 0%, 70%);--select-text: hsl(0, 0%, 20%);--select-placeholder: hsl(0, 0%, 50%);--select-indicator: hsl(0, 0%, 80%);--select-indicator-hover: hsl(0, 0%, 60%);--select-option-hover-bg: #deebff;--select-option-selected-bg: #2684ff;--select-option-selected-text: hsl(0, 0%, 100%);--select-multi-bg: hsl(0, 0%, 90%);--overlay: rgba(0, 0, 0, .6);--shadow-lift: 0 8px 32px rgba(0, 0, 0, .14), 0 2px 6px rgba(0, 0, 0, .08);--shadow-lift-tablet: 0 6px 20px rgba(0, 0, 0, .12), 0 2px 5px rgba(0, 0, 0, .07);--shadow-lift-mobile: 0 4px 14px rgba(0, 0, 0, .1), 0 1px 4px rgba(0, 0, 0, .06);--shadow-lift-hover: 0 12px 36px rgba(0, 0, 0, .16), 0 3px 8px rgba(0, 0, 0, .1);--skeleton-base: #d9d9d9;--skeleton-highlight: #f8f8f8;--state-success: #146714;--state-warning: #ff6600;--state-danger: #e30613;--state-info: #2f6bff}[data-theme=light]{color-scheme:light;--surface-page: #f8f9fb;--surface-1: #ffffff;--surface-2: #f8f9fb;--surface-3: #f1f2f6;--surface-hover: rgba(13, 3, 52, .05);--surface-brand: #0d0334;--text-strong: #0d0334;--text-1: #000000;--text-2: #333333;--text-3: #666666;--text-4: #999999;--text-ink: #111827;--text-on-brand: #ffffff;--border-1: #d9d9d9;--border-subtle: rgba(0, 0, 0, .06);--border-row: rgba(0, 0, 0, .08);--border-strong: #c0c4cc;--shadow-1: 0 2px 8px rgba(0, 0, 0, .07);--shadow-2: 0 6px 20px rgba(0, 0, 0, .12);--shadow-3: 0 12px 40px rgba(0, 0, 0, .3);--focus-ring: #0d0334;--focus-ring-tint: rgba(13, 3, 52, .12);--accent-selected: #0000ff;--accent-selected-tint: rgba(0, 0, 255, .06);--select-bg: hsl(0, 0%, 100%);--select-border: hsl(0, 0%, 80%);--select-border-hover: hsl(0, 0%, 70%);--select-text: hsl(0, 0%, 20%);--select-placeholder: hsl(0, 0%, 50%);--select-indicator: hsl(0, 0%, 80%);--select-indicator-hover: hsl(0, 0%, 60%);--select-option-hover-bg: #deebff;--select-option-selected-bg: #2684ff;--select-option-selected-text: hsl(0, 0%, 100%);--select-multi-bg: hsl(0, 0%, 90%);--overlay: rgba(0, 0, 0, .6);--shadow-lift: 0 8px 32px rgba(0, 0, 0, .14), 0 2px 6px rgba(0, 0, 0, .08);--shadow-lift-tablet: 0 6px 20px rgba(0, 0, 0, .12), 0 2px 5px rgba(0, 0, 0, .07);--shadow-lift-mobile: 0 4px 14px rgba(0, 0, 0, .1), 0 1px 4px rgba(0, 0, 0, .06);--shadow-lift-hover: 0 12px 36px rgba(0, 0, 0, .16), 0 3px 8px rgba(0, 0, 0, .1);--skeleton-base: #d9d9d9;--skeleton-highlight: #f8f8f8;--state-success: #146714;--state-warning: #ff6600;--state-danger: #e30613;--state-info: #2f6bff}:root[data-theme=dark]{color-scheme:dark;--surface-page: #15151d;--surface-1: #272735;--surface-2: #30303f;--surface-3: #3a3a4b;--surface-hover: rgba(255, 255, 255, .06);--surface-brand: #0d0334;--text-strong: #ffffff;--text-1: #f7f8fb;--text-2: #e4e5ec;--text-3: #cdcfd9;--text-4: #b9bbc7;--text-ink: #f7f8fb;--text-on-brand: #ffffff;--border-1: #43434f;--border-subtle: rgba(255, 255, 255, .08);--border-row: rgba(255, 255, 255, .1);--border-strong: #55556b;--shadow-1: 0 2px 8px rgba(0, 0, 0, .45);--shadow-2: 0 6px 20px rgba(0, 0, 0, .6);--shadow-3: 0 12px 40px rgba(0, 0, 0, .7);--focus-ring: #ffffff;--focus-ring-tint: rgba(255, 255, 255, .24);--accent-selected: #8ab4ff;--accent-selected-tint: rgba(255, 255, 255, .08);--select-bg: #30303f;--select-border: #55556b;--select-border-hover: #6b6b83;--select-text: #f7f8fb;--select-placeholder: #cdcfd9;--select-indicator: #a8aab7;--select-indicator-hover: #e4e5ec;--select-option-hover-bg: #3a3a4b;--select-option-selected-bg: #4d7fd6;--select-option-selected-text: #ffffff;--select-multi-bg: #43434f;--overlay: rgba(0, 0, 0, .72);--shadow-lift: 0 8px 32px rgba(0, 0, 0, .55), 0 2px 6px rgba(0, 0, 0, .4);--shadow-lift-tablet: 0 6px 20px rgba(0, 0, 0, .5), 0 2px 5px rgba(0, 0, 0, .35);--shadow-lift-mobile: 0 4px 14px rgba(0, 0, 0, .45), 0 1px 4px rgba(0, 0, 0, .3);--shadow-lift-hover: 0 12px 36px rgba(0, 0, 0, .65), 0 3px 8px rgba(0, 0, 0, .45);--skeleton-base: #3a3a4b;--skeleton-highlight: #4a4a5e;--state-success: #4ade80;--state-warning: #ff9f00;--state-danger: #ff6b72;--state-info: #69a8ff}:root{--rt-color-white:#fff;--rt-color-dark:#222;--rt-color-success:#8dc572;--rt-color-error:#be6464;--rt-color-warning:#f0ad4e;--rt-color-info:#337ab7;--rt-opacity:.9;--rt-transition-show-delay:.15s;--rt-transition-closing-delay:.15s;--rt-arrow-size:8px}.core-styles-module_tooltip__3vRRp{left:0;opacity:0;pointer-events:none;position:absolute;top:0;will-change:opacity}.core-styles-module_fixed__pcSol{position:fixed}.core-styles-module_arrow__cvMwQ{background:inherit;position:absolute;z-index:-1}.core-styles-module_noArrow__xock6{display:none}.core-styles-module_clickable__ZuTTB{pointer-events:auto}.core-styles-module_show__Nt9eE{opacity:var(--rt-opacity);transition:opacity var(--rt-transition-show-delay) ease-out}.core-styles-module_closing__sGnxF{opacity:0;transition:opacity var(--rt-transition-closing-delay) ease-in}.styles-module_tooltip__mnnfp{border-radius:3px;font-size:90%;padding:8px 16px;width:max-content}.styles-module_arrow__K0L3T{height:var(--rt-arrow-size);width:var(--rt-arrow-size)}[class*=react-tooltip__place-top]>.styles-module_arrow__K0L3T{transform:rotate(45deg)}[class*=react-tooltip__place-right]>.styles-module_arrow__K0L3T{transform:rotate(135deg)}[class*=react-tooltip__place-bottom]>.styles-module_arrow__K0L3T{transform:rotate(225deg)}[class*=react-tooltip__place-left]>.styles-module_arrow__K0L3T{transform:rotate(315deg)}.styles-module_dark__xNqje{background:var(--rt-color-dark);color:var(--rt-color-white)}.styles-module_light__Z6W-X{background-color:var(--rt-color-white);color:var(--rt-color-dark)}.styles-module_success__A2AKt{background-color:var(--rt-color-success);color:var(--rt-color-white)}.styles-module_warning__SCK0X{background-color:var(--rt-color-warning);color:var(--rt-color-white)}.styles-module_error__JvumD{background-color:var(--rt-color-error);color:var(--rt-color-white)}.styles-module_info__BWdHW{background-color:var(--rt-color-info);color:var(--rt-color-white)}
