@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{--color-primary:#37003c;--color-secondary:#ff2882;--color-accent:#00ff85;--color-accent-alt:#963cff;--color-bg-dark:#1f0022;--color-bg-card:#ffffff0d;--color-text-main:#fff;--color-text-muted:#e0e0e0;--gradient-banner:linear-gradient(90deg, #90b6ff 0%, #2ed4e5 100%);--gradient-card:linear-gradient(135deg, #ffffff1a 0%, #fff0 100%);--border-radius:8px;--transition:all .3s ease}*{box-sizing:border-box;margin:0;padding:0;font-family:Inter,sans-serif}body{background-color:var(--color-primary);color:var(--color-text-main);-webkit-font-smoothing:antialiased;min-height:100vh}button,input,select,textarea{font-family:Inter,sans-serif}a{color:inherit;text-decoration:none}.glass-panel{background:var(--color-bg-card);-webkit-backdrop-filter:blur(10px);border-radius:var(--border-radius);border:1px solid #ffffff1a}.title-gradient{background:var(--gradient-banner);-webkit-text-fill-color:transparent;-webkit-background-clip:text}@media (width<=768px){.responsive-label{display:none!important}.responsive-sidebar{align-items:center!important;width:50px!important;min-width:50px!important}.responsive-sidebar button{justify-content:center!important;padding:.8rem 0!important}.responsive-sidebar button svg{margin:0!important}}tbody tr{transition:background-color .2s}tbody tr:hover{cursor:default;background-color:#f8f9fa!important}tbody tr:hover td{background-color:#eff6fc!important}.admin-filter-input{box-sizing:border-box!important;color:#323130!important;background:#fff!important;border:1px solid #d1d1d1!important;border-radius:4px!important;outline:none!important;width:100%!important;height:32px!important;padding:0 8px!important;font-size:.8rem!important;transition:border-color .15s!important}.admin-filter-input:focus{border-color:#0078d4!important;box-shadow:0 0 0 1px #0078d4!important}.admin-filter-input-search{padding-left:1.8rem!important}.ac-tooltip-container{cursor:help;display:inline-block;position:relative}.ac-tooltip{color:#fff;white-space:nowrap;z-index:9999;pointer-events:none;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);-webkit-user-select:none;user-select:none;background:#0078d4f2;border-radius:20px;padding:8px 14px;font-size:.8rem;font-weight:600;position:absolute;box-shadow:0 10px 25px -5px #0078d466,0 8px 10px -6px #0000001a,inset 0 0 0 1px #fff3}.ac-tooltip-top{animation:.4s cubic-bezier(.175,.885,.32,1.275) ac-tooltip-bounce-top;transform:translate(-50%,calc(-100% - 10px))}.ac-tooltip-bottom{animation:.4s cubic-bezier(.175,.885,.32,1.275) ac-tooltip-bounce-bottom;transform:translate(-50%,10px)}.ac-tooltip-left{animation:.4s cubic-bezier(.175,.885,.32,1.275) ac-tooltip-bounce-left;transform:translate(calc(-100% - 10px),-50%)}.ac-tooltip-right{animation:.4s cubic-bezier(.175,.885,.32,1.275) ac-tooltip-bounce-right;transform:translate(10px,-50%)}@keyframes ac-tooltip-bounce-top{0%{opacity:0;transform:translate(-50%,calc(-100% - 2px))scale(.5)}to{opacity:1;transform:translate(-50%,calc(-100% - 10px))scale(1)}}@keyframes ac-tooltip-bounce-bottom{0%{opacity:0;transform:translate(-50%,2px)scale(.5)}to{opacity:1;transform:translate(-50%,10px)scale(1)}}@keyframes ac-tooltip-bounce-left{0%{opacity:0;transform:translate(calc(-100% - 2px),-50%)scale(.5)}to{opacity:1;transform:translate(calc(-100% - 10px),-50%)scale(1)}}@keyframes ac-tooltip-bounce-right{0%{opacity:0;transform:translate(2px,-50%)scale(.5)}to{opacity:1;transform:translate(10px,-50%)scale(1)}}.ac-tooltip-arrow{border-style:solid;width:0;height:0;position:absolute}.ac-tooltip-top .ac-tooltip-arrow{border-width:6px 6px 0;border-color:#0078d4f2 #0000 #0000;margin-left:-6px;bottom:-6px;left:50%}.ac-tooltip-bottom .ac-tooltip-arrow{border-width:0 6px 6px;border-color:#0000 #0000 #0078d4f2;margin-left:-6px;top:-6px;left:50%}.public-app-page{color:#fff;background:#1e0021;flex-direction:column;min-height:100vh;display:flex}.public-shell{width:min(1400px,100% - 3rem);margin:0 auto}.public-top-header .public-shell{height:100%}.public-top-header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:50;background:#1e0021;border-bottom:1px solid #ffffff24;height:36px;transition:transform .25s;position:fixed;top:0;left:0;right:0}.public-top-header.is-hidden{transform:translateY(-100%)}.public-top-header-content{scrollbar-width:none;align-items:stretch;gap:1.55rem;height:100%;display:flex;overflow-x:auto}.public-top-header-content::-webkit-scrollbar{display:none}.public-top-link{color:#ffffffd9;white-space:nowrap;border-bottom:2px solid #0000;justify-content:center;align-items:center;height:calc(100% + 1px);margin-bottom:-1px;padding:0 .15rem;font-size:.82rem;font-weight:500;transition:color 80ms linear,border-color 80ms linear;display:flex}.public-top-link:hover{color:#fff;border-bottom-width:5px;border-bottom-color:#541e5d;font-size:.94rem;font-weight:800}.public-main-header{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:60;background:#1e0021;border-bottom:none;height:72px;transition:top .25s;position:fixed;top:36px;left:0;right:0}.public-main-header.top-collapsed{top:0}.public-main-header-content{grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.85rem;height:100%;display:grid}.public-main-header-left{align-items:center;gap:.85rem;display:inline-flex}.public-menu-button,.public-search-button{color:#fff;cursor:pointer;background:#00000038;border:none;border-radius:999px;justify-content:center;align-items:center;width:38px;height:38px;display:inline-flex}.public-menu-button:hover{background:#ffffff1c}.public-brand{align-items:center;gap:.5rem;display:inline-flex}.public-brand img{object-fit:contain;width:50px;height:auto}.public-brand-stacked{flex-direction:column;align-items:flex-start;min-width:88px;line-height:.88;display:flex}.public-brand-title{font-family:Montserrat,Inter,sans-serif;font-weight:900;display:block}.public-brand-stacked .public-brand-title:first-child{font-size:1.52rem}.public-brand-stacked .public-brand-title:last-child{margin-top:.05rem;font-size:.94rem}.public-brand-subtitle{color:#ffffffad;margin-top:1px;font-size:.7rem;display:block}.public-main-nav{scrollbar-width:none;justify-content:flex-start;align-items:center;gap:.14rem;min-width:0;padding-left:.25rem;display:flex;overflow-x:auto}.public-main-nav::-webkit-scrollbar{display:none}.public-main-nav-item{letter-spacing:.01em;color:#ffffffeb;white-space:nowrap;border-radius:999px;padding:.45rem .64rem;font-family:Montserrat,Inter,sans-serif;font-size:1.03rem;font-weight:700}.public-main-nav-item:hover{color:#fff;background:#ffffff17}.public-main-header-right{align-items:center;gap:.7rem;display:inline-flex;position:relative}.public-signin-button{background:linear-gradient(#1e0021,#1e0021) padding-box padding-box,linear-gradient(90deg,#00f6ff,#ff2b8f) border-box;border:1px solid #0000;border-radius:999px;padding:.5rem .98rem;font-size:.9rem;font-weight:700}.public-signin-button:hover{background:linear-gradient(#2a002d,#2a002d) padding-box padding-box,linear-gradient(90deg,#00f6ff,#ff2b8f) border-box}.public-profile-wrap{position:relative}.public-profile-trigger{color:#fff;cursor:pointer;background:#35063edb;border:1px solid #ffffff52;border-radius:999px;justify-content:center;align-items:center;width:40px;height:40px;padding:0;display:inline-flex;overflow:hidden}.public-profile-trigger:hover{background:#581967f5;border-color:#ffffff6b}.public-profile-trigger-avatar{color:#fff;background:linear-gradient(145deg,#7f2aa7,#3b0c67);border-radius:999px;justify-content:center;align-items:center;width:100%;height:100%;font-size:1rem;font-weight:800;display:inline-flex;overflow:hidden}.public-profile-trigger-avatar img,.public-profile-avatar img{object-fit:cover;width:100%;height:100%}.public-profile-menu{z-index:120;background:radial-gradient(650px 240px at 0 -10%,#b24cff29,#0000 60%),linear-gradient(#26002a 0%,#1f0023 100%);border:1px solid #ffffff26;border-radius:0;width:min(360px,100vw - 1.2rem);position:absolute;top:calc(100% + .55rem);right:0;overflow:hidden;box-shadow:0 20px 40px #06000a99}.public-profile-menu-top{z-index:2;padding:0;position:absolute;top:0;right:0}.public-profile-logout-link{color:#ffffffe6;cursor:pointer;background:0 0;border:none;border-radius:0;padding:.62rem .96rem;font-size:.87rem;font-weight:600;line-height:1}.public-profile-logout-link:hover{color:#fff;background:#ffffff1f}.public-profile-head{grid-template-columns:84px 1fr;align-items:center;gap:.85rem;padding:2rem 1rem 1rem;display:grid}.public-profile-avatar{color:#fff;background:linear-gradient(145deg,#7f2aa7,#3b0c67);border:2px solid #ffffff57;border-radius:999px;justify-content:center;align-items:center;width:84px;height:84px;font-size:1.6rem;font-weight:900;display:inline-flex;overflow:hidden}.public-profile-meta{flex-direction:column;gap:.2rem;min-width:0;display:flex}.public-profile-meta strong{white-space:nowrap;text-overflow:ellipsis;font-size:1.55rem;line-height:1.05;overflow:hidden}.public-profile-meta span{color:#ffffffe6;white-space:nowrap;text-overflow:ellipsis;font-size:1.03rem;overflow:hidden}.public-profile-account-link{color:#d9b6ff;align-items:center;width:fit-content;margin-top:.2rem;font-size:.98rem;display:inline-flex}.public-profile-account-link:hover{color:#ecd5ff;text-decoration:underline}.public-profile-menu-divider{background:#ffffff24;height:1px;margin:0 1rem}.public-profile-menu-actions{flex-direction:column;padding:.5rem .55rem .7rem;display:flex}.public-profile-menu-link{color:#ffffffeb;text-align:left;cursor:pointer;background:0 0;border:none;width:100%;padding:.48rem .56rem;font-size:.94rem;font-weight:600}.public-profile-menu-link:hover{background:#ffffff1a}.public-main-content{flex:1;padding-top:120px;transition:padding-top .2s}.public-main-content.top-collapsed{padding-top:120px}.public-hero{background:#1e0021;padding:1.5rem 0 3rem}.news-carousel-shell{overflow-anchor:none;background:radial-gradient(900px 340px at 20% -20%,#ff3eaa2e,#0000 65%),linear-gradient(#37003d 0%,#28002f 100%);border:1px solid #ffffff1f;border-radius:18px;height:600px;max-height:600px;padding:.85rem;overflow:hidden;box-shadow:0 16px 32px #06000c52}.news-carousel-grid{grid-template-columns:2fr 1fr 1fr;align-items:stretch;gap:.8rem;height:100%;min-height:0;display:grid}.news-carousel-grid.no-text-news{grid-template-columns:1fr 1fr}.news-carousel-main{background:#17001ac7;border:1px solid #ffffff1f;border-radius:16px;flex-direction:column;height:100%;min-height:0;display:flex;overflow:hidden}a.news-carousel-main{text-decoration:none}.news-carousel-main-image-link{color:inherit;text-decoration:none;display:block}.news-carousel-main-image-wrap{flex:auto;min-height:0;position:relative;overflow:hidden}.news-carousel-main-image{object-fit:cover;object-position:center;width:100%;height:100%}.news-carousel-play-badge{color:#fff;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:2;cursor:pointer;background:#16041ec7;border:2px solid #ffffffb8;border-radius:999px;justify-content:center;align-items:center;width:50px;height:50px;padding:0;text-decoration:none;display:inline-flex;position:absolute;bottom:.9rem;right:.9rem;box-shadow:0 6px 20px #00000057}.news-carousel-play-badge svg{filter:drop-shadow(0 2px 5px #00000059);width:42px;height:42px}.news-carousel-play-badge--thumb{background:#13021ad1;border-color:#ffffffc7;width:28px;height:28px;bottom:.28rem;right:.28rem}.news-carousel-play-badge--thumb svg{width:22px;height:22px}.ac-media-popup{left:var(--ac-popup-left,24px);top:var(--ac-popup-top,24px);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);z-index:900;opacity:0;pointer-events:none;width:min(22.5rem,100vw - 2rem);max-width:calc(100vw - 2rem);transform-origin:var(--ac-popup-origin-x,right) var(--ac-popup-origin-y,bottom);background:#0a0a0ee0;border:1px solid #ffffff1a;border-radius:24px;padding:.8rem;transition:opacity .34s cubic-bezier(.22,1,.36,1),transform .52s cubic-bezier(.19,1,.22,1),left .48s cubic-bezier(.22,1,.36,1),top .48s cubic-bezier(.22,1,.36,1),border-radius .52s cubic-bezier(.19,1,.22,1),width .48s cubic-bezier(.22,1,.36,1),padding .48s cubic-bezier(.22,1,.36,1),box-shadow .48s cubic-bezier(.22,1,.36,1);position:fixed;overflow:hidden;transform:translateY(28px)scale(.82);box-shadow:0 24px 60px #0000006b,0 0 32px #ff3b7b38,0 0 56px #9152ff2e,0 0 84px #ff3b7b1a}.ac-media-popup:before{content:"";border-radius:inherit;-webkit-mask-composite:xor;opacity:.96;filter:saturate(1.25)blur(.2px);pointer-events:none;background:linear-gradient(120deg,#ff4b96 0%,#bc5cff 22%,#ff68c4 46%,#8456ff 68%,#ff3b7b 100%) 0 0/280% 280%;padding:1px;animation:3.1s linear infinite popupNeonFlow;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#000 0 0),linear-gradient(#000 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.ac-media-popup:after{content:"";border-radius:inherit;pointer-events:none;background:radial-gradient(circle at top,#ffffff1a,#fff0 30%),linear-gradient(#ffffff0d,#fff0);position:absolute;inset:1px;box-shadow:inset 0 0 24px #ff4da614,inset 0 0 42px #8054ff0f}.ac-media-popup.is-open{opacity:1;pointer-events:auto;animation:.72s cubic-bezier(.22,1,.36,1) popupIslandIn;transform:translate(0,0)scale(1)}.ac-media-popup.is-expanded{width:min(48rem,100vw - 2rem);padding:.92rem;box-shadow:0 28px 72px #00000075,0 0 42px #ff3b7b42,0 0 72px #9152ff38,0 0 110px #ff3b7b24}.ac-media-popup.is-open.is-expanded{animation:.56s cubic-bezier(.22,1,.36,1) popupIslandExpand}.ac-media-popup-header{justify-content:space-between;align-items:flex-start;gap:.85rem;margin-bottom:.72rem;display:flex}.ac-media-popup-drag-handle{cursor:grab;-webkit-user-select:none;user-select:none;touch-action:none}.ac-media-popup-drag-handle:active{cursor:grabbing}.ac-media-popup-copy{gap:.2rem;display:grid}.ac-media-popup-copy strong{color:#fff;font-size:.95rem;line-height:1.1}.ac-media-popup-copy span{color:#ffffffb8;font-size:.76rem}.ac-media-popup-actions{gap:.5rem;display:flex}.ac-media-popup-actions button{color:#fff;cursor:pointer;background:#ffffff14;border:1px solid #ffffff1f;border-radius:999px;justify-content:center;align-items:center;width:2.35rem;height:2.35rem;display:inline-flex}.ac-media-popup-actions button:hover{background:#ffffff29}.ac-media-popup-actions button svg{stroke:currentColor;stroke-width:2px;fill:none;width:1.1rem;height:1.1rem}.ac-media-popup-body{aspect-ratio:16/9;background:#050507;border-radius:18px;position:relative;overflow:hidden}.ac-media-popup-player{z-index:1;background:#050507;border:0;width:100%;height:100%;position:relative}@keyframes popupNeonFlow{0%{background-position:0%}50%{background-position:100%}to{background-position:220%}}@keyframes popupIslandIn{0%{border-radius:999px;transform:translateY(44px)scale(.62,.42)}38%{border-radius:44px;transform:translateY(4px)scale(1.04,.88)}64%{border-radius:28px;transform:translateY(-3px)scale(.985,1.03)}to{border-radius:24px;transform:translate(0,0)scale(1)}}@keyframes popupIslandExpand{0%{border-radius:24px;transform:translate(0,0)scale(1)}38%{border-radius:30px;transform:translate(0,0)scale(1.035,.96)}68%{border-radius:26px;transform:translate(0,0)scale(.992,1.012)}to{border-radius:24px;transform:translate(0,0)scale(1)}}.news-carousel-main-copy{flex:none;padding:1rem 1.1rem 1.15rem}.news-carousel-main-copy h2{color:#fff;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0;font-family:Montserrat,Inter,sans-serif;font-size:clamp(1.35rem,2.15vw,2.1rem);font-weight:800;line-height:1.15;display:-webkit-box;overflow:hidden}.news-carousel-main-copy p{color:#ffffffd1;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:.52rem 0 0;font-size:.9rem;line-height:1.34;display:-webkit-box;overflow:hidden}.news-carousel-list{background:#1a001ed1;border:1px solid #ffffff1a;border-radius:16px;height:100%;min-height:0;padding:.58rem;position:relative;overflow:hidden}.news-carousel-list-viewport{flex-direction:column;row-gap:.4rem;height:100%;min-height:0;display:flex;overflow:hidden}.news-carousel-list-measure{visibility:hidden;pointer-events:none;z-index:-1;flex-direction:column;row-gap:.4rem;display:flex;position:absolute;inset:.58rem}.news-carousel-list-item{color:#fff;cursor:pointer;text-align:left;box-sizing:border-box;background:0 0;border:none;border-radius:12px;grid-template-columns:1fr 102px;align-items:center;gap:.58rem;padding:.42rem;text-decoration:none;display:grid}.news-carousel-list-item:hover,.news-carousel-list-item.is-active{background:#ffffff1c}.news-carousel-list-item--measure{cursor:default}.news-carousel-list-copy p,.news-carousel-list-name{color:#fff;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0;font-size:.98rem;font-weight:700;line-height:1.24;display:-webkit-box;overflow:hidden}.public-tooltip{max-width:100%;display:inline-block;position:relative}.public-tooltip-bubble{color:#fff;opacity:0;pointer-events:none;z-index:30;background:radial-gradient(200px 80px at 20% 0,#ff58b433,#0000 70%),linear-gradient(#2b0034fa,#1c0024fa);border:1px solid #fff3;border-radius:10px;width:max-content;max-width:min(360px,80vw);padding:.48rem .62rem;font-size:.78rem;line-height:1.3;transition:opacity .16s,transform .16s;position:absolute;bottom:calc(100% + 8px);left:0;transform:translateY(4px)scale(.98);box-shadow:0 10px 24px #0006,0 0 16px #b654ff38}.public-tooltip-bubble-portal{z-index:2000;opacity:1;position:fixed;top:0;bottom:auto;left:0;transform:translate(-50%,calc(-100% - 10px))scale(1)}.public-tooltip-bubble:after{content:"";background:#1c0024fa;border-bottom:1px solid #fff3;border-right:1px solid #fff3;width:9px;height:9px;position:absolute;top:100%;left:50%;transform:translate(-50%,-5px)rotate(45deg)}.public-tooltip:hover .public-tooltip-bubble{opacity:1;transform:translateY(0)scale(1)}.news-carousel-list-thumb-wrap{background:#ffffff17;border-radius:10px;width:100%;height:64px;position:relative;overflow:hidden}.news-carousel-list-thumb{object-fit:cover;width:100%;height:100%}.news-carousel-list-thumb-link{width:100%;height:100%;text-decoration:none;display:block}.news-carousel-matches-placeholder,.news-carousel-matches-panel{background:#18001ccc;border:1px solid #ffffff1a;border-radius:16px;height:100%;min-height:0}.news-carousel-matches-panel{scrollbar-width:thin;scrollbar-color:#ffffff52 transparent;background:radial-gradient(380px 180px at 100% 0,#ff48aa14,#0000 65%),linear-gradient(#1f0024e6,#140018eb);padding:.86rem .86rem 1rem;overflow:hidden auto}.news-carousel-matches-panel::-webkit-scrollbar{width:8px}.news-carousel-matches-panel::-webkit-scrollbar-track{background:0 0}.news-carousel-matches-panel::-webkit-scrollbar-thumb{background:#ffffff47;border-radius:999px}.news-carousel-match-filters{z-index:2;background:0 0;grid-template-columns:1fr;gap:.5rem;margin-bottom:.85rem;padding-bottom:0;display:grid}.public-dropdown-trigger{color:#fff;cursor:pointer;background:#ffffff08;border:1px solid #ffffff47;border-radius:10px;justify-content:space-between;align-items:center;gap:.5rem;min-width:0;height:36px;padding:0 .78rem;font-size:.86rem;font-weight:600;display:inline-flex}.public-dropdown-trigger span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.public-dropdown-trigger:disabled{opacity:.45;cursor:not-allowed}.public-dropdown-trigger:hover:not(:disabled){background:#ffffff12;border-color:#ffffff6b}.public-dropdown-overlay{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:1300;background:#05000a85;justify-content:flex-end;display:flex;position:fixed;inset:0}.public-dropdown-drawer{background:radial-gradient(560px 280px at 100% 0,#ff48aa29,#0000 70%),linear-gradient(#27002b 0%,#17001c 100%);border-left:1px solid #ffffff24;flex-direction:column;width:min(430px,100vw);height:100%;display:flex;box-shadow:-14px 0 38px #00000059}.public-dropdown-head{grid-template-columns:auto 1fr auto;align-items:center;gap:.65rem;padding:1.1rem 1.1rem .6rem;display:grid}.public-dropdown-head h3{color:#fff;margin:0;font-family:Montserrat,Inter,sans-serif;font-size:2rem;font-weight:800;line-height:1.1}.public-dropdown-icon-btn{color:#fffffff0;cursor:pointer;background:0 0;border:none;border-radius:999px;justify-content:center;align-items:center;width:32px;height:32px;display:inline-flex}.public-dropdown-icon-btn:hover{background:#ffffff1c}.public-dropdown-options{flex-direction:column;flex:auto;gap:.35rem;min-height:0;padding:.15rem 1.1rem .8rem;display:flex;overflow:hidden auto}.public-dropdown-option{color:#fff;text-align:left;cursor:pointer;background:0 0;border:none;border-radius:10px;grid-template-columns:1fr auto;align-items:center;gap:.6rem;width:100%;padding:.8rem .74rem;font-size:.95rem;font-weight:700;display:grid}.public-dropdown-option:hover{background:#ffffff17}.public-dropdown-option.is-selected{background:#ffffff24}.public-dropdown-radio{color:#fff;border:2px solid #ffffffe6;border-radius:999px;justify-content:center;align-items:center;width:20px;height:20px;display:inline-flex}.public-dropdown-foot{background:#110014a8;border-top:1px solid #ffffff14;padding:.9rem 1.1rem 1.1rem}.public-dropdown-save{color:#34003a;cursor:pointer;background:#ececec;border:none;border-radius:999px;width:100%;padding:.78rem 1rem;font-size:1rem;font-weight:700}.public-dropdown-save:hover{background:#fff}.news-carousel-match-day+.news-carousel-match-day{margin-top:1.12rem}.news-carousel-match-day{row-gap:1.15rem;display:grid}.news-carousel-match-day-title{color:#fffffff2;letter-spacing:.01em;margin:0 0 .72rem;font-family:Montserrat,Inter,sans-serif;font-size:1.02rem;font-weight:800;line-height:1.12}.news-carousel-match-row-wrap{justify-items:center;gap:.82rem;padding:.15rem 0;display:grid}.news-carousel-match-row{row-gap:.28rem;width:100%;display:grid}.news-carousel-match-main{grid-template-columns:minmax(0,1fr) 24px auto 24px minmax(0,1fr);justify-content:center;align-items:center;gap:.46rem;width:100%;padding:0 .35rem;display:grid}.news-carousel-match-team{color:#fffffff5;white-space:normal;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.74rem;font-weight:700;line-height:1.16;display:-webkit-box;overflow:visible}.news-carousel-match-main .news-carousel-match-team:first-child{text-align:right}.news-carousel-match-time{color:#fff;letter-spacing:.01em;text-align:center;min-width:2.8rem;font-family:Montserrat,Inter,sans-serif;font-size:.88rem;font-weight:800}.news-carousel-match-score{color:#fff;letter-spacing:.01em;text-align:center;min-width:3rem;font-family:Montserrat,Inter,sans-serif;font-size:.92rem;font-weight:800}.news-carousel-match-penalty{color:#ffffffd1;text-align:center;font-size:.62rem;font-weight:700;line-height:1.1}.news-carousel-match-cancelled{color:#ff6b7e;letter-spacing:.01em;text-align:center;font-family:Montserrat,Inter,sans-serif;font-size:.78rem;font-weight:800}.news-carousel-match-center{justify-items:center;row-gap:.16rem;min-width:0;display:grid}.news-carousel-match-meta{color:#ffffffa3;justify-content:center;align-items:center;gap:.2rem;width:100%;max-width:190px;margin:0 auto;font-size:.6rem;line-height:1.1;display:inline-flex}.news-carousel-match-meta svg{opacity:.86;flex-shrink:0}.news-carousel-match-meta span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.news-carousel-match-shield{background:0 0;border:none;border-radius:0;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;display:inline-flex;overflow:hidden}.news-carousel-match-shield img{object-fit:contain;object-position:center;width:100%;height:100%;display:block}.news-carousel-match-divider{background:linear-gradient(90deg,#fff0,#ffffff47,#fff0);width:72%;height:1px;margin-top:.2rem}.public-matches-page{padding:0 0 2.2rem}.public-matches-hero{background:linear-gradient(90deg,#130017 0%,#1a001d 100%);align-items:center;min-height:140px;margin-bottom:1rem;padding:0;display:grid;position:relative;overflow:hidden}.public-matches-hero-bg{object-fit:cover;opacity:.92;pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.public-matches-hero .public-shell{z-index:1;position:relative}.public-matches-hero h1{color:#fff;letter-spacing:.01em;text-shadow:0 10px 26px #0000006b;margin:0;font-family:Sora,Montserrat,Inter,sans-serif;font-size:clamp(2.2rem,5.2vw,3.35rem);font-weight:800;line-height:1}.public-matches-filter-bar{flex-wrap:wrap;align-items:center;gap:.7rem;margin-bottom:.95rem;display:flex}.public-matches-filter-bar .public-dropdown-trigger{background:#ffffff0f;border-color:#fff3;min-width:190px}.public-matches-clear-btn{border-radius:10px;justify-content:center;width:36px;min-width:36px;height:36px;padding-inline:0}.public-matches-filter-bar .public-matches-clear-btn{flex:0 0 36px;width:36px;min-width:36px}.public-tables-page{padding-bottom:2.8rem}.public-tables-filter-bar{margin-bottom:1rem}.public-tables-filter-bar .public-dropdown-trigger{min-width:220px}.public-standings-card{background:linear-gradient(#34033cf2 0%,#25022bf7 100%);border:1px solid #ffffff24;border-radius:16px;overflow:hidden;box-shadow:0 20px 40px #06000a61}.public-standings-table-wrap{overflow-x:auto}.public-standings-mobile-tabs{background:#5e0963bd;border-radius:10px;grid-template-columns:repeat(3,minmax(0,1fr));gap:.22rem;margin:.65rem .65rem .2rem;padding:.22rem;display:grid}.public-standings-mobile-tab{color:#ffffffe6;cursor:pointer;background:0 0;border:none;border-radius:7px;height:32px;font-size:.84rem;font-weight:700;transition:background-color .14s,color .14s}.public-standings-mobile-tab.is-active{color:#fff;background:#1c0026f5}.public-standings-table{border-collapse:separate;border-spacing:0 4px;width:100%;min-width:960px;padding:0 .4rem .25rem}.public-standings-table thead th{z-index:1;color:#fffc;letter-spacing:.06em;text-transform:uppercase;text-align:center;white-space:nowrap;padding:.75rem .6rem;font-size:.75rem;font-weight:700;position:sticky;top:0}.public-standings-table thead th.is-team,.public-standings-table tbody td.is-team{text-align:left;min-width:260px}.public-standings-table thead th.is-pos,.public-standings-table tbody td.is-pos{width:52px}.public-standings-table thead th.is-next,.public-standings-table tbody td.is-next{width:96px}.public-standings-table thead th.is-form,.public-standings-table tbody td.is-form{width:154px}.public-standings-table tbody tr{transition:background-color .16s}.public-standings-table tbody tr:hover td{background:#5e0963d1}.public-tables-page .public-standings-table tbody tr:hover,.public-tables-page .public-standings-table tbody tr:hover td{background-color:#5e0963d1!important}.public-standings-table tbody tr.is-qualified td:first-child{box-shadow:inset 3px 0 #0078d4}.public-standings-table tbody td{color:#fff;text-align:center;white-space:nowrap;background:#ffffff08;border-top:none;padding:.68rem .6rem;font-size:.84rem;transition:background-color .16s}.public-standings-table tbody td.is-pos{font-weight:800}.public-standings-table tbody td.is-positive{color:#2cf08f}.public-standings-table tbody td.is-negative{color:#ff5d8b}.public-standings-table tbody td.is-pts,.public-standings-table thead th.is-pts{color:#fff;font-weight:800}.public-standings-team-cell{align-items:center;gap:.62rem;max-width:100%;display:inline-flex}.public-standings-team-shield,.public-standings-next-shield{background:var(--team-color,#330344);box-sizing:border-box;border:2px solid #ffffffe0;border-radius:999px;flex:0 0 42px;justify-content:center;align-items:center;width:42px;height:42px;padding:4px;display:inline-flex;overflow:hidden;box-shadow:0 2px 7px #0000004d,inset 0 0 0 1px #ffffff29}.public-standings-next-shield{cursor:help;flex-basis:40px;width:40px;height:40px}.public-standings-team-shield img,.public-standings-next-shield img{object-fit:contain;width:100%;height:100%}.public-standings-next-shield span{font-size:.68rem;font-weight:700}.public-standings-team-name{text-overflow:ellipsis;white-space:nowrap;font-size:.98rem;font-weight:700;display:inline-block;overflow:hidden}.public-standings-form-row{justify-content:center;align-items:center;gap:.26rem;display:inline-flex}.public-standings-form-pill{color:#fff;border-radius:999px;justify-content:center;align-items:center;width:18px;height:18px;font-size:.62rem;font-weight:800;display:inline-flex}.public-standings-muted{color:#ffffff94;font-size:.74rem}.public-standings-legend{color:#ffffffe6;align-items:center;gap:.5rem;padding:.6rem .95rem .8rem;font-size:.78rem;font-weight:600;display:inline-flex}.public-standings-legend-swatch{background:#0078d4;border-radius:3px;width:16px;height:8px}.public-matches-week-control{justify-content:center;align-items:center;gap:.7rem;margin-bottom:1rem;display:flex}.public-matches-week-btn{color:#fff;cursor:pointer;background:#ffffff14;border:1px solid #fff3;border-radius:999px;justify-content:center;align-items:center;width:38px;height:38px;display:inline-flex}.public-matches-week-btn:hover{background:#ffffff29}.public-matches-week-text{text-align:center;gap:.1rem;min-width:270px;display:grid}.public-matches-week-text strong{color:#fff;font-family:Montserrat,Inter,sans-serif;font-size:1rem;font-weight:800}.public-matches-week-text span{color:#ffffffb8;font-size:.8rem}.public-matches-empty{color:#ffffffe0;text-align:center;background:#ffffff0a;border:1px solid #ffffff1f;border-radius:14px;padding:1.6rem 1rem;font-size:.94rem}.public-matches-list{gap:.9rem;display:grid}.public-match-vote-callout-row{grid-template-columns:280px minmax(0,640px) 280px;justify-content:center;align-items:center;gap:.8rem;margin-bottom:.15rem;display:grid}.public-match-vote-callout{text-align:center;color:#fff;letter-spacing:.08em;text-transform:uppercase;background:radial-gradient(180px 90px at 50% 0,#ffffff47,#0000 70%),linear-gradient(135deg,#ff2882f2,#00b7ffe6);border-radius:90px 90px 40px 40px;grid-column:3;justify-self:end;width:100%;max-width:252px;padding:.44rem .7rem;font-size:.76rem;font-weight:900;animation:1.8s ease-in-out infinite publicVoteCalloutPulse;box-shadow:inset 0 0 0 1px #ffffff2e,0 10px 28px #ff288259,0 0 18px #00b7ff47}@keyframes publicVoteCalloutPulse{0%,to{filter:saturate();transform:translateY(0)scale(1)}50%{filter:saturate(1.15);transform:translateY(-1px)scale(1.018)}}.public-matches-day-card{padding:.15rem 0}.public-matches-day-card h2{color:#fff;margin:0 0 .42rem;font-family:Montserrat,Inter,sans-serif;font-size:.96rem;font-weight:800}.public-matches-day-items{gap:0;display:grid}.public-match-card{padding:.7rem .15rem}.public-match-card+.public-match-card{border-top:1px solid #ffffff29}.public-match-row-grid{grid-template-columns:280px minmax(0,640px) 280px;justify-content:center;align-items:center;gap:.8rem;display:grid}.public-match-insight-col{justify-content:flex-start;justify-self:start;align-items:center;min-width:0;display:flex}.public-match-insight-wrap{grid-template-columns:minmax(0,128px) 108px;align-items:center;column-gap:.8rem;width:100%;max-width:252px;display:grid}.public-match-insight-title{color:#ffffffdb;text-transform:uppercase;letter-spacing:.06em;white-space:nowrap;margin-bottom:.18rem;font-size:.62rem;font-weight:700;display:block}.public-match-last5-card,.public-match-pie-card{width:100%;padding:.12rem 0}.public-match-last5-table{grid-template-columns:minmax(0,1fr) 38px minmax(0,1fr);align-items:center;gap:.34rem;width:100%;display:grid}.public-match-last5-cell{color:#fff;text-align:center;justify-content:center;justify-items:center;gap:.08rem;display:grid}.public-match-last5-cell.is-home{text-align:left;justify-content:start;justify-items:start}.public-match-last5-cell.is-away{text-align:right;justify-content:end;justify-items:end}.public-match-last5-cell strong{font-size:1.02rem;line-height:1}.public-match-last5-cell small{color:#ffffffb8;text-transform:uppercase;letter-spacing:.04em;white-space:nowrap;font-size:.52rem;font-weight:700}.public-match-last5-cell.is-team{grid-template-columns:auto auto;align-items:center;column-gap:.28rem}.public-match-last5-metric{justify-items:center;gap:.08rem;display:grid}.public-match-last5-cell.is-home .public-match-last5-metric{justify-items:start}.public-match-last5-cell.is-away .public-match-last5-metric{justify-items:end}.public-match-last5-shield{width:20px;height:20px;display:inline-flex}.public-match-last5-shield img{object-fit:contain;width:100%;height:100%}.public-match-pie-block{grid-template-columns:62px 1fr;justify-content:start;align-items:center;column-gap:.4rem;width:108px;margin:0;display:grid}.public-match-pie-trigger{appearance:none;cursor:pointer;background:0 0;border:0;margin:0;padding:0;display:inline-flex}.public-match-pie{border:2px solid #ffffffe0;border-radius:999px;place-items:center;width:48px;height:48px;transition:transform .2s,box-shadow .2s;display:grid;position:relative;box-shadow:0 10px 24px #0000003d}.public-match-pie-trigger:hover .public-match-pie,.public-match-pie-trigger:focus-visible .public-match-pie{transform:scale(1.04);box-shadow:0 14px 28px #00000047}.public-match-pie-legend{align-content:center;justify-items:start;gap:.14rem;min-width:42px;display:grid}.public-match-pie-legend span{color:#ffffffc2;white-space:nowrap;align-items:center;gap:.28rem;font-size:.52rem;line-height:1.1;display:inline-flex}.public-match-pie-legend i{border:1px solid #ffffffe6;border-radius:999px;flex:none;width:10px;height:10px;display:inline-block}.public-match-insight-empty{color:#ffffff8f;text-align:left;width:100%;padding:.7rem 0;font-size:.66rem;font-style:italic}.public-match-center-col{min-width:0}.public-match-vote-col{justify-content:flex-end;min-width:0;display:flex}.public-match-vote-card{justify-items:end;gap:.36rem;width:100%;max-width:252px;display:grid}.public-match-vote-title{color:#fff7ff;text-transform:uppercase;letter-spacing:.08em;white-space:nowrap;font-size:.68rem;font-weight:800}.public-match-vote-subtitle{color:#ffffff9e;letter-spacing:.03em;text-align:center;justify-self:center;width:100%;margin-top:.12rem;font-size:.56rem;font-weight:700;line-height:1.2}.public-match-vote-shell{border-radius:14px;grid-template-columns:42px minmax(0,1fr) 42px;align-items:center;gap:.45rem;width:100%;transition:box-shadow .25s,border-color .25s;display:grid}.public-match-vote-team-btn{width:42px;height:42px;box-shadow:none;cursor:pointer;background:0 0;border:2px solid #0000;border-radius:999px;justify-content:center;align-items:center;padding:0;transition:transform .2s,box-shadow .2s,border-color .2s;display:inline-flex}.public-match-vote-team-slot{justify-items:center;gap:.2rem;display:grid}.public-match-vote-team-count{color:#ffffffeb;letter-spacing:.02em;white-space:nowrap;font-size:.56rem;font-weight:700;line-height:1}.public-match-vote-team-btn img{object-fit:contain;width:28px;height:28px}.public-match-vote-team-btn span{color:#fff;letter-spacing:.04em;font-size:.7rem;font-weight:800}.public-match-vote-team-btn:hover:not(:disabled),.public-match-vote-team-btn:focus-visible:not(:disabled){transform:translateY(-1px);box-shadow:0 0 0 2px #ffffff2e}.public-match-vote-team-btn.is-selected{border-color:#ffffffeb;box-shadow:0 0 0 2px #ffffff24}.public-match-vote-team-btn.is-leading{box-shadow:0 0 0 2px,0 0 12px,0 0 22px}.public-match-vote-team-btn.is-home.is-leading{color:var(--team-leading-home,#00b7ff)}.public-match-vote-team-btn.is-away.is-leading{color:var(--team-leading-away,#ff2882)}.public-match-vote-team-btn:disabled{opacity:.72;cursor:default}.public-match-vote-center{justify-content:center;align-items:center;min-width:0;min-height:42px;display:flex;position:relative}.public-match-vote-center>.public-tooltip{flex:auto;width:100%;display:block}.public-match-vote-track-trigger{cursor:pointer;background:0 0;border:0;width:100%;padding:0}.public-match-vote-track-trigger:focus-visible{outline:none}.public-match-vote-track-trigger:focus-visible .public-match-vote-track{box-shadow:0 0 0 2px #ffffff3d,inset 0 1px #ffffff14,0 10px 22px #0003}.public-match-vote-draw-btn{color:#ffffffe6;text-transform:uppercase;letter-spacing:.06em;cursor:pointer;background:#ffffff14;border:1px solid #ffffff29;border-radius:999px;min-width:74px;padding:.22rem .58rem;font-size:.58rem;font-weight:800;transition:transform .2s,background .2s,border-color .2s;position:absolute;top:-14px;left:50%;transform:translate(-50%)}.public-match-vote-draw-btn:hover:not(:disabled),.public-match-vote-draw-btn:focus-visible:not(:disabled){background:#ffffff24;border-color:#ffffff5c;transform:translate(-50%)translateY(-1px)}.public-match-vote-draw-btn.is-selected{background:#fff3;border-color:#ffffffe0}.public-match-vote-draw-btn:disabled{opacity:.78;cursor:default}.public-match-vote-track{background:#ffffff0f;border:1px solid #ffffff1f;border-radius:999px;width:100%;height:14px;transition:border-color .25s,box-shadow .25s;display:flex;position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffff14,0 10px 22px #0003}.public-match-vote-track:before{content:"";opacity:.28;pointer-events:none;background:linear-gradient(90deg,#fff0 0%,#ffffff8c 50%,#fff0 100%);border-radius:999px;width:32%;height:165%;animation:2.2s linear infinite voteTrackShine;position:absolute;top:-30%;left:-36%;transform:skew(-18deg)}.public-match-vote-track:after{content:"";pointer-events:none;opacity:0;border-radius:999px;transition:opacity .25s;position:absolute;inset:-5px}.public-match-vote-track span{height:100%;display:block}.public-match-vote-shell.is-home-leading{--team-leading-home:#00b7ff}.public-match-vote-shell.is-away-leading{--team-leading-away:#ff2882}.public-match-vote-shell.is-home-leading .public-match-vote-track{border-color:var(--team-leading-home,#00b7ff);box-shadow:inset 0 1px 0 #ffffff24, 0 0 0 1px color-mix(in srgb, var(--team-leading-home,#00b7ff) 65%, transparent), 0 0 9px color-mix(in srgb, var(--team-leading-home,#00b7ff) 58%, transparent), 0 0 18px color-mix(in srgb, var(--team-leading-home,#00b7ff) 45%, transparent)}.public-match-vote-shell.is-home-leading .public-match-vote-track:after{background:radial-gradient(ellipse at center, var(--team-leading-home,#00b7ff) 0%, #fff0 70%);opacity:.35;filter:blur(5px)}.public-match-vote-shell.is-away-leading .public-match-vote-track{border-color:var(--team-leading-away,#ff2882);box-shadow:inset 0 1px 0 #ffffff24, 0 0 0 1px color-mix(in srgb, var(--team-leading-away,#ff2882) 65%, transparent), 0 0 9px color-mix(in srgb, var(--team-leading-away,#ff2882) 58%, transparent), 0 0 18px color-mix(in srgb, var(--team-leading-away,#ff2882) 45%, transparent)}.public-match-vote-shell.is-away-leading .public-match-vote-track:after{background:radial-gradient(ellipse at center, var(--team-leading-away,#ff2882) 0%, #fff0 70%);opacity:.35;filter:blur(5px)}.public-match-vote-shell.is-home-leading .public-match-vote-track:before,.public-match-vote-shell.is-away-leading .public-match-vote-track:before{opacity:.45}@keyframes voteTrackShine{0%{left:-38%}to{left:110%}}.public-match-vote-modal{background:radial-gradient(220px 140px at 18% 18%,#ffffff1f,#0000 70%),linear-gradient(#3a003ef5,#1e0023f5);border:1px solid #ffffff1f;border-radius:26px;width:min(460px,100vw - 1.5rem);position:relative;overflow:hidden;box-shadow:0 30px 80px #0000006b}.public-match-vote-modal-body{text-align:center;justify-items:center;gap:.8rem;padding:2.2rem 1.5rem 1.7rem;display:grid}.public-match-vote-modal-body strong{color:#fff;font-size:clamp(1.4rem,4vw,2rem);line-height:1.02}.public-match-vote-modal-body p{color:#ffffffc7;max-width:320px;margin:0;font-size:.94rem;line-height:1.45}.public-match-vote-register-link{color:#fff;letter-spacing:.04em;text-transform:uppercase;background:linear-gradient(135deg,#00c2ff,#3b82f6);border-radius:999px;justify-content:center;align-items:center;min-width:220px;padding:.8rem 1.15rem;font-size:.82rem;font-weight:800;text-decoration:none;display:inline-flex;box-shadow:0 16px 36px #00000047}.public-match-vote-detail-modal{background:radial-gradient(360px 220px at 10% 16%,#ffffff1a,#0000 70%),linear-gradient(160deg,#2b0031f0,#0d081ef5);border:1px solid #ffffff24;border-radius:28px;gap:.95rem;width:min(880px,100vw - 1.5rem);padding:1.55rem 1.35rem 1.3rem;display:grid;position:relative;box-shadow:0 36px 90px #00000070}.public-match-vote-detail-header{text-align:center;justify-items:center;gap:.25rem;display:grid}.public-match-vote-detail-header strong{color:#fff;letter-spacing:.04em;text-transform:uppercase;font-size:clamp(1.2rem,2vw,1.62rem)}.public-match-vote-detail-header span{color:#fffc;font-size:.9rem;font-weight:600}.public-match-vote-shell.is-large{grid-template-columns:74px minmax(0,1fr) 74px;gap:.7rem;padding:.45rem .3rem .2rem}.public-match-vote-shell.is-large .public-match-vote-team-btn{border-width:3px;width:68px;height:68px}.public-match-vote-shell.is-large .public-match-vote-team-btn img{width:52px;height:52px}.public-match-vote-shell.is-large .public-match-vote-center{min-height:68px}.public-match-vote-shell.is-large .public-match-vote-draw-btn{min-width:95px;padding:.26rem .64rem;font-size:.64rem;top:-18px}.public-match-vote-track.is-large{height:26px}.public-match-vote-detail-meta{color:#ffffffd1;letter-spacing:.03em;text-transform:uppercase;justify-content:center;font-size:.78rem;font-weight:700;display:flex}.public-match-vote-columns{grid-template-columns:repeat(3,minmax(0,1fr));gap:.85rem;display:grid}.public-match-vote-column{border:1px solid #ffffff1f;border-radius:14px;gap:.42rem;min-width:0;padding:.3rem .2rem;display:grid}.public-match-vote-column-head{text-align:center;color:#ffffffe6;justify-items:center;gap:.08rem;min-height:40px;display:grid}.public-match-vote-column-head span{font-size:.72rem;font-weight:700;line-height:1.2}.public-match-vote-column-head strong{font-size:1rem;line-height:1}.public-match-vote-voters-panel{min-height:220px;max-height:280px;padding:.2rem .02rem;overflow:hidden auto}.public-match-vote-voters-empty{text-align:center;color:#ffffffad;place-items:center;min-height:120px;font-size:.88rem;display:grid}.public-match-vote-voters-grid{gap:.45rem;display:grid}.public-match-vote-voter-card{align-items:center;gap:.56rem;padding:.18rem .2rem;display:flex}.public-match-vote-voter-avatar{border-radius:999px;flex:0 0 36px;justify-content:center;align-items:center;width:36px;height:36px;display:inline-flex;overflow:hidden}.public-match-vote-voter-avatar img{object-fit:cover;width:100%;height:100%}.public-match-vote-voter-avatar span{color:#fff;letter-spacing:.04em;font-size:.68rem;font-weight:800}.public-match-vote-voter-name{color:#fff;font-size:.82rem;font-weight:700;line-height:1.2}.public-match-pie-overlay{z-index:1350;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#0a000e57;place-items:center;padding:1rem;display:grid;position:fixed;inset:0}.public-match-pie-modal{width:min(560px,100vw - 1.5rem);position:relative;overflow:hidden}.public-match-pie-close{color:#fff;cursor:pointer;background:#ffffff14;border:1px solid #ffffff2e;border-radius:999px;justify-content:center;align-items:center;width:34px;height:34px;display:inline-flex;position:absolute;top:.9rem;right:.9rem}.public-match-pie-modal-body{justify-items:center;gap:1.15rem;padding:1.45rem 1.3rem 1.2rem;display:grid}.public-match-pie-modal-chart{place-items:center;width:100%;display:grid}.public-match-pie-large{border:2px solid #ffffffe0;border-radius:999px;place-items:center;width:300px;height:300px;display:grid;position:relative;overflow:visible;box-shadow:0 20px 44px #0000003d}.public-match-pie-svg{width:100%;height:100%;position:absolute;inset:0;overflow:visible}.public-match-pie-slice{transform-origin:75px 75px;transition:transform .2s}.public-match-pie-slice path{filter:drop-shadow(0 10px 18px #0003)}.public-match-pie-segment-label{--pie-label-shift-x:0px;--pie-label-shift-y:0px;transform:translate(calc(-50% + var(--pie-label-shift-x)), calc(-50% + var(--pie-label-shift-y)));z-index:3;color:#fff;pointer-events:none;background:#12001699;border:1px solid #ffffff24;border-radius:999px;justify-content:center;align-items:center;gap:.28rem;min-height:44px;padding:.36rem .7rem;font-size:.92rem;transition:transform .2s,background .2s;display:inline-flex;position:absolute;box-shadow:0 8px 20px #00000038}.public-match-pie-segment-label.is-active{transform:translate(calc(-50% + var(--pie-label-shift-x)), calc(-50% + var(--pie-label-shift-y))) scale(1.08);background:#22002ad6}.public-match-pie-segment-label img{object-fit:contain;width:28px;height:28px}.public-match-pie-segment-label strong{font-size:1rem;line-height:1}.public-match-pie-segment-text{text-transform:uppercase;letter-spacing:.04em;white-space:nowrap;font-size:.8rem;font-weight:700}.public-match-pie-modal-meta{justify-items:center;gap:.7rem;width:100%;display:grid}.public-match-pie-modal-teams{color:#fff;text-align:center;align-items:center;gap:.55rem;font-size:.92rem;font-weight:700;display:inline-flex}.public-match-pie-modal-teams small{color:#ffffff9e;text-transform:uppercase;letter-spacing:.08em;font-size:.58rem}.public-match-pie-modal-legend{flex-wrap:wrap;justify-content:center;gap:.45rem .75rem;display:flex}.public-match-pie-modal-legend span{color:#ffffffc7;align-items:center;gap:.3rem;font-size:.72rem;display:inline-flex}.public-match-pie-modal-legend i{border:1px solid #ffffffe6;border-radius:999px;width:10px;height:10px;display:inline-block}@media (width<=720px){.public-match-vote-detail-modal{gap:.75rem;padding:1.2rem .85rem .95rem}.public-match-vote-shell.is-large{grid-template-columns:54px minmax(0,1fr) 54px;gap:.5rem;padding-inline:0}.public-match-vote-shell.is-large .public-match-vote-team-btn{width:50px;height:50px}.public-match-vote-shell.is-large .public-match-vote-team-btn img{width:38px;height:38px}.public-match-vote-shell.is-large .public-match-vote-center{min-height:52px}.public-match-vote-track.is-large{height:20px}.public-match-vote-columns{gap:.5rem}.public-match-vote-column-head span{font-size:.64rem}.public-match-vote-voters-panel{min-height:180px;max-height:300px}.public-match-vote-voters-grid{grid-template-columns:1fr}.public-match-pie-large{width:240px;height:240px}.public-match-pie-segment-label{min-height:36px;padding:.28rem .56rem;font-size:.78rem}.public-match-pie-segment-label img{width:22px;height:22px}.public-match-pie-segment-label strong{font-size:.88rem}.public-match-pie-segment-text{font-size:.68rem}}.public-match-card-main{grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:.5rem;display:grid}.public-match-team{color:#fff;align-items:center;gap:.4rem;min-width:0;font-size:.84rem;font-weight:700;display:inline-flex}.public-match-team span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.public-match-team-home{justify-content:flex-end}.public-match-team-away{justify-content:flex-start}.public-match-shield{flex:none;justify-content:center;align-items:center;width:64px;height:64px;display:inline-flex}.public-match-shield img{object-fit:contain;width:100%;height:100%}.public-match-center{justify-items:center;gap:.05rem;min-width:92px;display:grid}.public-match-time,.public-match-score{color:#fff;font-family:Montserrat,Inter,sans-serif;font-size:.94rem;font-weight:800}.public-match-penalty{color:#ffffffc2;font-size:.62rem;font-weight:700}.public-match-final-label{color:#dcdce2db;letter-spacing:.03em;text-transform:uppercase;font-size:.58rem;font-weight:700;line-height:1}.public-match-cancelled{color:#ff6b7e;font-family:Montserrat,Inter,sans-serif;font-size:.78rem;font-weight:800}.public-match-card-meta{color:#ffffffbd;flex-wrap:wrap;justify-content:center;align-items:center;gap:.26rem;margin-top:.42rem;font-size:.66rem;display:flex}.public-match-dot{opacity:.6}.public-match-venue{align-items:center;gap:.2rem;display:inline-flex}.public-team-option{gap:.7rem}.public-team-option-left{align-items:center;gap:.56rem;min-width:0;display:inline-flex}.public-team-option-shield{flex:none;justify-content:center;align-items:center;width:52px;height:52px;display:inline-flex}.public-team-option-shield img{object-fit:contain;width:100%;height:100%}.public-team-option .public-dropdown-radio{border-radius:6px}.public-team-panel-actions{border-bottom:1px solid #ffffff14;justify-content:flex-end;gap:.4rem;padding:.55rem .9rem .35rem;display:flex}.public-team-panel-action-btn{color:#fffffff5;white-space:nowrap;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff38;border-radius:999px;justify-content:center;align-items:center;min-width:64px;height:30px;padding:0 .62rem;font-size:.7rem;font-weight:700;line-height:1;display:inline-flex}.public-team-panel-action-btn:disabled{opacity:.45;cursor:not-allowed}@media (width<=780px){.public-matches-hero{min-height:130px}.public-matches-hero h1{font-size:clamp(1.62rem,7.2vw,2.3rem)}.public-matches-week-text{flex:1;min-width:0}.public-matches-week-control{gap:.45rem;width:100%}.public-matches-week-btn{flex:0 0 34px;width:34px;height:34px}.public-matches-week-text strong{font-size:.9rem;line-height:1.1}.public-matches-week-text span{font-size:.72rem;line-height:1.2}.public-match-row-grid{grid-template-columns:minmax(0,1fr);gap:.5rem}.public-match-vote-callout-row,.public-match-insight-col,.public-match-vote-col{display:none}.public-match-shield{width:44px;height:44px}.public-match-card-meta{font-size:.62rem}.public-matches-filter-bar{gap:.5rem}.public-matches-filter-bar .public-dropdown-trigger{flex:170px;min-width:0}.public-matches-clear-btn{flex:0 0 36px}.public-tables-filter-bar .public-dropdown-trigger{flex:220px;min-width:0}.public-standings-table{min-width:840px}.public-standings-table thead th.is-team,.public-standings-table tbody td.is-team{min-width:200px}}@media (width<=760px){.public-standings-table.is-points-mode,.public-standings-table.is-form-mode{min-width:100%}.public-standings-table.is-full-mode{min-width:560px}.public-standings-table.is-points-mode thead th,.public-standings-table.is-points-mode tbody td,.public-standings-table.is-form-mode thead th,.public-standings-table.is-form-mode tbody td{padding-left:.34rem;padding-right:.34rem}.public-standings-table.is-points-mode thead th.is-team,.public-standings-table.is-points-mode tbody td.is-team,.public-standings-table.is-form-mode thead th.is-team,.public-standings-table.is-form-mode tbody td.is-team{text-align:left;min-width:106px}.public-standings-table.is-points-mode .public-standings-team-cell,.public-standings-table.is-form-mode .public-standings-team-cell{justify-content:flex-start}.public-standings-table.is-points-mode thead th:not(.is-pos):not(.is-team),.public-standings-table.is-points-mode tbody td:not(.is-pos):not(.is-team),.public-standings-table.is-form-mode thead th.is-form,.public-standings-table.is-form-mode tbody td.is-form{width:1%}.public-standings-table.is-form-mode .public-standings-form-row{gap:.18rem}.public-standings-team-cell{gap:.34rem}.public-standings-team-shield{border-width:1.5px;flex-basis:30px;width:30px;height:30px;padding:2px}.public-standings-team-name{max-width:90px;font-size:.82rem}}@media (width<=560px){.public-standings-mobile-tabs{margin:.5rem .5rem .2rem}.public-standings-mobile-tab{height:30px;font-size:.8rem}.public-standings-table{min-width:520px}.public-standings-table thead th,.public-standings-table tbody td{padding:.58rem .44rem}.public-standings-table thead th.is-team,.public-standings-table tbody td.is-team{min-width:96px}.public-standings-team-cell{gap:.4rem}.public-standings-team-shield{border-width:1.5px;flex-basis:34px;width:34px;height:34px;padding:3px}.public-standings-team-name{font-size:.9rem}.public-matches-week-control{grid-template-columns:34px minmax(0,1fr) 34px;align-items:center;gap:.2rem .35rem;margin-bottom:.85rem;display:grid}.public-matches-week-text{min-width:0}.public-matches-week-text strong{font-size:.82rem}.public-matches-week-text span{font-size:.66rem}.public-matches-week-btn{flex:0 0 32px;width:32px;height:32px}.public-match-team-name,.public-match-card-meta{display:none}.public-match-card{padding:.55rem .05rem}.public-match-card-main{gap:.35rem}.public-match-center{min-width:74px}.public-match-time,.public-match-score{font-size:.86rem}.public-match-penalty{font-size:.58rem}.public-match-shield{width:36px;height:36px}.public-match-team-home{justify-content:flex-end}.public-match-team-away{justify-content:flex-start}.public-team-panel-actions{justify-content:center}}@media (width<=460px){.public-standings-table{min-width:450px}.public-standings-table thead th,.public-standings-table tbody td{padding:.5rem .36rem;font-size:.76rem}.public-standings-table thead th.is-team,.public-standings-table tbody td.is-team{min-width:58px}.public-standings-team-name{display:none}.public-standings-team-cell{justify-content:center;width:100%}.public-standings-team-shield{border-width:1px;flex-basis:28px;width:28px;height:28px;padding:2px}}@media (width<=620px){.public-standings-table.is-points-mode thead th.is-team,.public-standings-table.is-points-mode tbody td.is-team,.public-standings-table.is-form-mode thead th.is-team,.public-standings-table.is-form-mode tbody td.is-team{width:44px;min-width:44px}.public-standings-table.is-points-mode .public-standings-team-name,.public-standings-table.is-form-mode .public-standings-team-name{display:none}.public-standings-table.is-points-mode .public-standings-team-cell,.public-standings-table.is-form-mode .public-standings-team-cell{justify-content:flex-start;gap:0;width:100%}}.news-carousel-list-empty,.news-carousel-main.is-empty{color:#ffffffb3;text-align:center;place-items:center;min-height:200px;padding:1rem;font-size:.92rem;display:grid}.news-carousel-fallback{background:radial-gradient(340px 150px at 20% 0,#ff32a047,#0000 60%),linear-gradient(#45104f 0%,#2f0035 100%)}.public-hero-grid{grid-template-columns:2fr 1fr 1fr;gap:1rem;display:grid}.public-card{background:linear-gradient(#ffffff17,#ffffff08);border:1px solid #ffffff1a;border-radius:18px;padding:1.2rem;box-shadow:0 16px 30px #08000c3d}.public-card-featured{background:radial-gradient(700px 280px at 15% 0,#ff288254,#0000 60%),linear-gradient(#ffffff24,#ffffff08);min-height:280px}.public-kicker{text-transform:uppercase;letter-spacing:.1em;color:#00ff85;margin-bottom:.75rem;font-size:.7rem;font-weight:700;display:inline-block}.public-card h1{margin-bottom:.8rem;font-family:Montserrat,Inter,sans-serif;font-size:clamp(1.7rem,2.5vw,2.6rem);line-height:1.05}.public-card h2{margin-bottom:.5rem;font-size:1.2rem}.public-card p{color:#ffffffdb;line-height:1.45}.public-footer{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:radial-gradient(1200px 180px at 50% 0,#ffffff0d,#0000 70%),#110014c7;border-top:1px solid #ffffff1a;margin-top:auto}.public-footer-stack{flex-direction:column;gap:.45rem;padding:1.2rem 0 .75rem;display:flex}.public-footer-section{padding:.9rem .2rem}.public-footer-section+.public-footer-section{border-top:1px solid #ffffff1f}.public-footer-section.partners{background:#28002b;border-radius:18px;padding:.5rem .8rem .95rem}.public-partners-grid{grid-template-columns:repeat(auto-fit,minmax(165px,1fr));align-items:stretch;gap:.45rem .8rem;display:grid}.public-partner-item{height:126px}.public-partner-link{text-align:center;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:.45rem;height:100%;padding:.55rem .35rem;transition:transform .18s;display:flex}a.public-partner-link:hover{transform:translateY(-2px)}.public-partner-image{object-fit:contain;width:min(132px,100%);max-height:62px}.public-partner-title{color:#ffffffe6;font-size:.81rem;line-height:1.35}.public-empty-state{color:#ffffffb3;font-size:.85rem}.public-footer-mid-grid{grid-template-columns:1fr 1fr;gap:1.4rem;display:grid}.public-footer-sitemap h4,.public-footer-social h4{margin:0 0 .75rem;font-size:.94rem;font-weight:700}.public-footer-social{text-align:right}.public-footer-link-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.6rem;display:grid}.public-footer-site-link{color:#ffffffe0;text-align:left;padding:.25rem .15rem;font-size:.9rem;font-weight:600;transition:color .2s,transform .2s;position:relative}.public-footer-site-link:hover{color:#fff;transform:translate(4px)}.public-footer-site-link:after{content:"";background:#ffffffa6;width:0;height:1px;transition:width .2s;position:absolute;bottom:-2px;left:0}.public-footer-site-link:hover:after{width:70%}.public-social-icons{flex-wrap:wrap;justify-content:flex-end;gap:.7rem;display:flex}.public-social-icon-btn{color:#fff;background:0 0;border:none;justify-content:center;align-items:center;padding:0;line-height:0;transition:transform .2s,filter .2s,color .2s;animation:3.6s linear infinite social-rainbow-glow;display:inline-flex}.public-social-icon-btn:hover{animation-duration:1.8s;transform:translateY(-2px)scale(1.1)}.public-social-icon-btn svg{flex-shrink:0;width:36px;height:36px;display:block}.public-social-icon-btn[data-platform=youtube] svg{transform:scale(.92)}.public-social-icon-btn[data-platform=linkedin] svg,.public-social-icon-btn[data-platform=facebook] svg{transform:scale(.94)}.public-social-icon-btn[data-platform=tiktok] svg{transform:scale(.96)}@keyframes social-rainbow-glow{0%{filter:drop-shadow(0 0 2px #ff3b9ee6)drop-shadow(0 0 6px #ff3b9e8c)}20%{filter:drop-shadow(0 0 2px #ff9248e6)drop-shadow(0 0 6px #ff92488c)}40%{filter:drop-shadow(0 0 2px #ffe570e6)drop-shadow(0 0 6px #ffe5708c)}60%{filter:drop-shadow(0 0 2px #65eea5e6)drop-shadow(0 0 6px #65eea58c)}80%{filter:drop-shadow(0 0 2px #5fc0ffe6)drop-shadow(0 0 6px #5fc0ff8c)}to{filter:drop-shadow(0 0 2px #c47effe6)drop-shadow(0 0 6px #c47eff8c)}}.public-footer-section.slim{padding:.42rem .1rem .2rem}.public-footer-bottom{color:#ffffffdb;grid-template-columns:1fr auto 1fr;align-items:end;gap:.75rem;min-height:30px;font-size:.68rem;display:grid}.public-footer-bottom>span:first-child{justify-self:start;font-size:.64rem;font-weight:800}.public-bottom-brand{letter-spacing:-.01em;justify-self:end;align-items:center;gap:0;font-weight:800;display:inline-flex}.public-bottom-brand img{object-fit:contain;width:32px;height:32px;margin:0 -7px}.public-codedev-pill{color:#2f0034;white-space:nowrap;transform-origin:50%;will-change:transform, box-shadow;cursor:pointer;background:#fff;border-radius:999px;justify-content:center;justify-self:center;align-items:center;padding:.2rem .58rem;font-size:.62rem;font-weight:700;line-height:1;transition:box-shadow .25s,transform .25s;display:inline-flex}.public-codedev-pill:hover{animation:.62s cubic-bezier(.2,.85,.25,1.15) codedev-island;box-shadow:0 8px 18px #ffffff42,0 4px 10px #00000040}@keyframes codedev-island{0%{transform:translateY(0)scale(1)}24%{transform:translateY(-2px)scale(1.07,.9)}48%{transform:translateY(0)scale(.98,1.08)}72%{transform:translateY(-1px)scale(1.02,.97)}to{transform:translateY(0)scale(1)}}@media (width<=1180px){.news-carousel-grid{grid-template-columns:minmax(0,1.2fr) minmax(0,.8fr);align-items:start;height:auto}.news-carousel-grid.no-text-news{grid-template-columns:1fr 1fr}.news-carousel-main{grid-column:1/-1;height:auto}.news-carousel-grid.no-text-news .news-carousel-main{grid-column:auto}.news-carousel-shell{height:auto;max-height:none;overflow:visible}.news-carousel-list,.news-carousel-matches-panel{height:460px}.news-carousel-main-image-wrap{flex:none;height:min(52vw,420px);min-height:240px;max-height:420px}.news-carousel-main-image-wrap,.news-carousel-list,.news-carousel-matches-placeholder,.news-carousel-matches-panel,.news-carousel-main{min-height:460px}.public-hero-grid{grid-template-columns:1fr}.public-card-featured{min-height:210px}}@media (width<=960px){.public-top-header{height:32px}.public-main-header{height:72px;top:32px}.public-main-content,.public-main-content.top-collapsed{padding-top:104px}.public-main-header-content{grid-template-columns:1fr auto;gap:.6rem}.public-main-nav{display:none}.public-brand img{width:42px}.public-brand-stacked .public-brand-title:first-child{font-size:1.22rem}.public-brand-stacked .public-brand-title:last-child{font-size:.94rem}.news-carousel-grid{grid-template-columns:1fr;align-items:start;height:auto}.news-carousel-grid.no-text-news{grid-template-columns:1fr}.news-carousel-shell{height:auto;max-height:none;overflow:visible}.news-carousel-main,.news-carousel-list,.news-carousel-matches-placeholder,.news-carousel-matches-panel{height:auto;min-height:auto}.news-carousel-main-image-wrap{flex:none;height:min(58vw,340px);min-height:220px;max-height:340px}.news-carousel-list{max-height:none;padding-bottom:.72rem;overflow:visible}.news-carousel-list-viewport,.news-carousel-list-measure{height:auto}.news-carousel-list-viewport{overflow:visible}.news-carousel-matches-panel{max-height:500px}.news-carousel-match-day-title{font-size:.96rem}.news-carousel-match-time{font-size:.92rem}}@media (width<=640px){.public-shell{width:calc(100% - 1.2rem)}.public-main-header{height:68px}.public-main-content,.public-main-content.top-collapsed{padding-top:100px}.public-main-header-left{gap:.55rem;min-width:0}.public-main-header-right{gap:.4rem}.public-menu-button,.public-search-button{width:34px;height:34px}.public-brand img{width:36px}.public-top-header-content{gap:.55rem}.public-top-link{font-size:.68rem}.public-brand-stacked .public-brand-title:first-child{font-size:1.04rem}.public-brand-stacked .public-brand-title:last-child{font-size:.94rem}.public-signin-button{padding:.45rem .78rem;font-size:.78rem}.public-profile-trigger{width:36px;height:36px}.public-profile-trigger-avatar{width:100%;height:100%}.public-profile-menu{width:min(335px,100vw - 1rem);right:-.2rem}.public-profile-head{grid-template-columns:68px 1fr;padding:.88rem}.public-profile-avatar{width:68px;height:68px;font-size:1.3rem}.public-profile-meta strong{font-size:1.2rem}.public-profile-meta span,.public-profile-account-link,.public-profile-logout-link{font-size:.9rem}.public-main-nav-item{padding:.38rem .5rem;font-size:.92rem}.public-social-icon-btn{transform:scale(.92)}.news-carousel-match-filters{grid-template-columns:1fr}.public-dropdown-head h3{font-size:1.7rem}.news-carousel-match-day-title{text-align:center;font-size:.88rem}.news-carousel-match-row{justify-items:center;row-gap:.38rem}.news-carousel-match-main{grid-template-columns:22px minmax(72px,auto) 22px;gap:.42rem;width:auto;max-width:100%;padding:0}.news-carousel-match-team{display:none}.news-carousel-match-time{min-width:2.35rem;font-size:.76rem}.news-carousel-match-score{min-width:2.5rem;font-size:.8rem}.news-carousel-match-center{min-width:72px}.news-carousel-match-meta{justify-content:center;max-width:100%;font-size:.62rem}.news-carousel-match-shield{width:22px;height:22px}.public-footer-mid-grid,.public-footer-link-grid{grid-template-columns:1fr}.public-footer-bottom{text-align:center;grid-template-columns:1fr;justify-items:center;gap:.45rem}.public-footer-bottom>span:first-child,.public-bottom-brand{justify-self:center}}@media (width<=460px){.public-main-header-right{gap:.28rem}.public-search-button{width:32px;height:32px}.public-signin-button{padding:.4rem .62rem;font-size:.74rem}.public-profile-menu{width:min(315px,100vw - .75rem);right:-.3rem}.public-brand-stacked{min-width:auto;line-height:.9}.public-brand-stacked .public-brand-title:first-child{font-size:.96rem}.public-brand-stacked .public-brand-title:last-child{font-size:.94rem}}.public-side-overlay{z-index:85;background:#00000073;position:fixed;inset:0}.public-side-menu{z-index:90;background:#1e0021;border-right:1px solid #ffffff1f;flex-direction:column;width:min(320px,88vw);transition:transform .25s;display:flex;position:fixed;top:0;bottom:0;left:0;transform:translate(-100%)}.public-side-menu.is-open{transform:translate(0)}.public-side-menu-head{border-bottom:1px solid #ffffff1f;justify-content:space-between;align-items:center;gap:.65rem;height:62px;padding:0 .9rem;display:flex}.public-side-brand{align-items:center;gap:.45rem;min-width:0;display:inline-flex}.public-side-brand img{object-fit:contain;width:42px;height:auto}.public-side-brand div{flex-direction:column;line-height:.9;display:flex}.public-side-brand span{color:#fff;font-family:Montserrat,Inter,sans-serif;font-weight:900}.public-side-brand span:first-child{font-size:1.52rem}.public-side-brand span:last-child{margin-top:.05rem;font-size:.94rem!important}.public-side-brand-champions{font-size:.94rem!important}.public-side-close{color:#fff;cursor:pointer;background:#ffffff14;border:none;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;line-height:0;display:inline-flex}.public-side-close:hover{background:#ffffff29}.public-side-auth{padding:.85rem .9rem .35rem}.public-side-login-btn{color:#fff;background:linear-gradient(#1e0021,#1e0021) padding-box padding-box,linear-gradient(90deg,#00f6ff,#ff2b8f) border-box;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;width:auto;padding:.55rem .8rem;font-size:.9rem;font-weight:700;display:inline-flex}.public-side-menu-list{margin:0;padding:.65rem 0;list-style:none}.public-side-menu-list li a{color:#ffffffe6;padding:.72rem 1rem;font-size:.98rem;font-weight:600;display:block}.public-side-menu-list li a:hover{background:#ffffff1a}.banner-carousel-container{-webkit-user-select:none;user-select:none;background:0 0;width:100%;position:relative}.banner-carousel-viewport{width:100%;position:relative;overflow:hidden}.banner-carousel-track{height:100%;transition:transform .6s cubic-bezier(.4,0,.2,1);display:flex}.banner-carousel-item{flex-direction:column;justify-content:center;align-items:center;min-width:100%;display:flex;position:relative}.banner-carousel-image-wrapper{aspect-ratio:16/9;border-radius:12px;justify-content:center;align-items:center;width:100%;max-width:100%;transition:transform .3s;display:flex;position:relative;overflow:hidden}.banner-carousel-item:hover .banner-carousel-image-wrapper{transform:scale(1.02)}.banner-carousel-link{justify-content:center;align-items:center;width:100%;height:100%;text-decoration:none;display:flex}.banner-carousel-img{object-fit:scale-down;width:auto;max-width:100%;height:auto;max-height:100%;display:block}.banner-carousel-content{text-align:center;max-width:95%;margin-top:1.5rem}.banner-carousel-message{margin:0;font-size:1.1rem;font-weight:500;line-height:1.4;transition:opacity .3s}.banner-carousel-indicators{justify-content:center;gap:12px;margin-top:1.5rem;padding:5px 0;display:flex}.banner-carousel-dot{opacity:.3;cursor:pointer;background:currentColor;border-radius:50%;width:8px;height:8px;transition:all .3s}.banner-carousel-dot:hover{opacity:.6}.banner-carousel-dot.active{opacity:1;transform:scale(1.2)}@media (width<=1024px){.banner-carousel-message{font-size:1rem}}@media (width<=768px){.banner-carousel-image-wrapper{max-width:100%}.banner-carousel-indicators{margin-top:1rem}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.banner-carousel-item.active .banner-carousel-content{animation:.8s forwards fadeIn}.user-form-page{max-width:920px;margin:0 auto}.user-form-back-btn{color:#0078d4;cursor:pointer;background:0 0;border:none;align-items:center;gap:6px;margin-bottom:1rem;padding:0;font-size:.9rem;font-weight:600;display:flex}.user-form-card{background:#fff;border:1px solid #edebe9;border-radius:8px;padding:2rem;box-shadow:0 2px 8px #00000008}.user-form-title{color:#323130;margin-top:0;margin-bottom:1.6rem;font-size:1.3rem;font-weight:600}.user-image-section{grid-template-columns:280px minmax(0,1fr);justify-content:center;place-items:center;gap:1rem;margin-bottom:1.6rem;display:grid}.user-image-dropzone{justify-content:center;align-items:center;width:150px;height:150px;display:flex;position:relative;overflow:visible}.user-image-preview-shell{background:#f3f2f1;border:2px dashed #c8c6c4;border-radius:50%;justify-content:center;align-items:center;width:100%;height:100%;display:flex;overflow:hidden}.user-image-preview{object-fit:cover;width:100%;height:100%}.user-image-upload-btn{color:#fff;cursor:pointer;white-space:nowrap;z-index:4;background:#000000a6;border:none;border-radius:4px;align-items:center;gap:4px;padding:6px 8px;font-size:.7rem;display:inline-flex;position:absolute;bottom:-14px;left:50%;transform:translate(-50%);box-shadow:0 4px 14px #00000038}.user-image-hints{width:100%;min-width:0;max-width:430px;padding-top:8px}.user-image-help-text{color:#605e5c;margin:0 0 10px;font-size:.85rem}.user-preserve-png-box{cursor:pointer;background:#f3f2f1;border:1px solid #edebe9;border-radius:4px;align-items:center;gap:8px;padding:10px;display:flex}.user-preserve-png-title{color:#323130;font-size:.85rem;font-weight:600;display:block}.user-preserve-png-subtitle{color:#605e5c;font-size:.75rem;display:block}.user-image-note{color:#0078d4;margin-top:8px;font-size:.78rem}.user-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.2rem;margin-bottom:1.5rem;display:grid}.user-field{min-width:0}.user-kind-section{background:#faf9f8;border:1px solid #edebe9;border-radius:8px;grid-column:1/-1;padding:1rem}.user-kind-title,.user-org-title{color:#323130;margin:0 0 .8rem;font-size:1rem;font-weight:600}.user-check-row{color:#323130;cursor:pointer;background:#fff;border:1px solid #edebe9;border-radius:6px;align-items:center;gap:10px;margin-bottom:.6rem;padding:10px;font-size:.88rem;display:flex}.user-check-row input{cursor:pointer;width:18px;height:18px}.user-player-fields,.user-org-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-top:.4rem;display:grid}.user-referee-relations-card{border-radius:8px;margin:.2rem 0 .8rem;padding:.9rem}.user-referee-relations-head{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.user-referee-relations-head h4{color:#1f2937;margin:0;font-size:.9rem;font-weight:700}.user-referee-relations-form{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:.6rem;display:grid}.user-referee-add-btn{color:#fff;cursor:pointer;background:#0078d4;border:none;border-radius:6px;align-items:center;gap:6px;height:38px;padding:0 .85rem;font-size:.82rem;font-weight:600;display:inline-flex}.user-referee-add-btn:disabled{opacity:.65;cursor:not-allowed}.user-referee-create-note{color:#22577a;background:#f2f8ff;border:1px dashed #9dc4ea;border-radius:6px;align-items:center;height:38px;padding:0 .8rem;font-size:.8rem;display:inline-flex}.user-referee-relations-list{gap:.55rem;margin-top:.8rem;display:grid}.user-referee-relation-item{background:#fff;border:1px solid #d8e3ef;border-radius:8px;justify-content:space-between;gap:.8rem;padding:.65rem .75rem;display:flex}.user-referee-owner-name{color:#1f2937;font-size:.86rem;font-weight:700}.user-referee-owner-email{color:#4b5563;margin-top:1px;font-size:.78rem}.user-referee-created-at{color:#6b7280;margin-top:3px;font-size:.72rem}.user-referee-relation-actions{align-items:center;gap:.5rem;display:inline-flex}.user-referee-status-pill{border-radius:999px;padding:2px 8px;font-size:.7rem;font-weight:700}.user-referee-status-pill.is-active{color:#107c10;background:#dff6dd}.user-referee-status-pill.is-inactive{color:#6b7280;background:#f1f3f5}.user-referee-toggle-btn{color:#1f2937;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:6px;justify-content:center;align-items:center;min-width:88px;padding:5px 10px;font-size:.76rem;font-weight:600;display:inline-flex}.user-referee-toggle-btn:disabled{opacity:.6;cursor:not-allowed}.user-referee-empty{color:#64748b;background:#fff;border:1px dashed #cfd8e3;border-radius:8px;padding:.75rem;font-size:.8rem}.user-referee-pending{color:#1f4f82;background:#fff;border:1px dashed #9dc4ea;border-radius:8px;margin-top:.75rem;margin-bottom:.55rem;padding:.6rem .7rem;font-size:.8rem}.spin{animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.user-org-section{background:#faf9f8;border:1px solid #edebe9;border-radius:8px;grid-column:1/-1;margin-top:.3rem;padding:1rem}.user-org-logo-preview-wrap{background:#fff;border:1px solid #edebe9;border-radius:10px;justify-content:center;align-items:center;width:96px;height:96px;margin-top:.9rem;padding:8px;display:flex;box-shadow:0 8px 24px #0000001f}.user-org-logo-preview{object-fit:contain;width:100%;height:100%}.user-form-actions{border-top:1px solid #edebe9;justify-content:flex-end;gap:10px;padding-top:1.3rem;display:flex}.user-form-cancel-btn{color:#323130;cursor:pointer;background:#f3f2f1;border:none;border-radius:4px;padding:.6rem 1.5rem;font-size:.9rem;font-weight:500}.user-form-save-btn{color:#fff;cursor:pointer;background:#0078d4;border:none;border-radius:4px;align-items:center;gap:8px;padding:.6rem 2rem;font-size:.9rem;font-weight:600;display:inline-flex}@media (width<=980px){.user-form-page{max-width:100%}.user-form-card{padding:1.2rem}.user-image-section{grid-template-columns:1fr}.user-image-dropzone{margin:0 auto}}@media (width<=720px){.user-form-grid,.user-player-fields,.user-org-grid{grid-template-columns:1fr}.user-form-actions{flex-direction:column-reverse}.user-form-cancel-btn,.user-form-save-btn{justify-content:center;width:100%}.user-referee-relations-form{grid-template-columns:1fr}.user-referee-relation-item{flex-direction:column}.user-referee-relation-actions{justify-content:flex-start}}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;top:0;left:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:0 0}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{-webkit-transform-origin:0 0;width:1600px;height:1600px}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{width:auto;padding:0;max-width:none!important;max-height:none!important}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:#33b5e566}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{box-sizing:border-box;z-index:800;width:0;height:0}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{z-index:800;pointer-events:visiblePainted;pointer-events:auto;position:relative}.leaflet-top,.leaflet-bottom{z-index:1000;pointer-events:none;position:absolute}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{outline-offset:1px;background:#ddd}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{background:#ffffff80;border:2px dotted #38f}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:.75rem;line-height:1.5}.leaflet-bar{border-radius:4px;box-shadow:0 1px 5px #000000a6}.leaflet-bar a{text-align:center;color:#000;background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;text-decoration:none;display:block}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom:none;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.leaflet-bar a.leaflet-disabled{cursor:default;color:#bbb;background-color:#f4f4f4}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-right-radius:2px;border-bottom-left-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{text-indent:1px;font:700 18px Lucida Console,Monaco,monospace}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{background:#fff;border-radius:5px;box-shadow:0 1px 5px #0006}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{color:#333;background:#fff;padding:6px 10px 6px 6px}.leaflet-control-layers-scrollbar{padding-right:5px;overflow:hidden scroll}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{font-size:1.08333em;display:block}.leaflet-control-layers-separator{border-top:1px solid #ddd;height:0;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{color:#333;padding:0 5px;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{width:1em;height:.6669em;vertical-align:baseline!important;display:inline!important}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{white-space:nowrap;box-sizing:border-box;text-shadow:1px 1px #fff;background:#fffc;border:2px solid #777;border-top:none;padding:2px 5px 1px;line-height:1.1}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{background-clip:padding-box;border:2px solid #0003}.leaflet-popup{text-align:center;margin-bottom:20px;position:absolute}.leaflet-popup-content-wrapper{text-align:left;border-radius:12px;padding:1px}.leaflet-popup-content{min-height:1px;margin:13px 24px 13px 20px;font-size:1.08333em;line-height:1.3}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{pointer-events:none;width:40px;height:20px;margin-top:-1px;margin-left:-20px;position:absolute;left:50%;overflow:hidden}.leaflet-popup-tip{pointer-events:auto;width:17px;height:17px;margin:-10px auto 0;padding:1px;transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{color:#333;background:#fff;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{text-align:center;color:#757575;background:0 0;border:none;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;text-decoration:none;position:absolute;top:0;right:0}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";width:24px;filter:progid:DXImageTransform.Microsoft.Matrix(M11=.707107, M12=.707107, M21=-.707107, M22=.707107);margin:0 auto}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{color:#222;white-space:nowrap;-webkit-user-select:none;user-select:none;pointer-events:none;background-color:#fff;border:1px solid #fff;border-radius:3px;padding:6px;position:absolute;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{pointer-events:none;content:"";background:0 0;border:6px solid #0000;position:absolute}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{margin-left:-6px;left:50%}.leaflet-tooltip-top:before{border-top-color:#fff;margin-bottom:-12px;bottom:0}.leaflet-tooltip-bottom:before{border-bottom-color:#fff;margin-top:-12px;margin-left:-6px;top:0}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{margin-top:-6px;top:50%}.leaflet-tooltip-left:before{border-left-color:#fff;margin-right:-12px;right:0}.leaflet-tooltip-right:before{border-right-color:#fff;margin-left:-12px;left:0}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}
