:root{--bg: #f5f5f5;--accent: #0b74de;--green: #006837;--red: #EE2232;--muted: #6b7280;--card-bg: #ffffff;--font: "Roboto", system-ui, -apple-system, "Segoe UI", sans-serif;--roboto: "Roboto", system-ui, -apple-system, "Segoe UI", sans-serif;--robotoextrabold: "Roboto", system-ui, -apple-system, "Segoe UI", sans-serif;--font-head: var(--font);--font-body: var(--font)}*{box-sizing:border-box}html,body,#root{height:100%}html,body,button,input,textarea,select{font-family:var(--font)}body{margin:0;font-family:var(--font);font-weight:400;background:var(--bg);align-items:center;justify-content:center}.auth-root{width:100%;max-width:420px;margin:0 auto}.auth-card{background:var(--card-bg);border-radius:12px;padding:20px;box-shadow:0 6px 18px #00000014;text-align:center}.auth-logo{width:84px;height:84px;object-fit:contain;margin:0 auto 8px;display:block}.auth-title{margin:6px 0 2px;font-weight:700}.auth-sub{margin:0 0 12px;color:var(--muted);font-size:14px}.two-cards{display:flex;gap:12px;margin:10px 0 14px}.card{flex:1;border-radius:12px;padding:14px;color:#fff;min-height:92px;display:flex;align-items:center;justify-content:center;position:relative}.card.join{background:var(--green)}.card.create{background:var(--red)}.card h3{margin:0;font-size:16px}.card p{margin:4px 0 0;font-size:13px}.card-arrow{position:absolute;right:12px;bottom:12px;background:#ffffff1f;border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;font-weight:700}.divider{margin:22px 0;color:var(--muted);font-size:13px}.socials{display:flex;flex-direction:column;gap:10px;margin-bottom:12px}.btn{border:0;padding:12px 14px;border-radius:10px;font-weight:600;display:flex;align-items:center;gap:10px;justify-content:center;cursor:pointer}.btn.social{background:transparent;border:1px solid #e6e6e6}.btn.social img{width:18px;height:18px}.email-form{display:flex;flex-direction:column;gap:14px;margin-top:30px}.email-form input{padding:10px;border-radius:8px;border:1px solid #eaeaea}.form-actions{display:flex;gap:8px;margin-top:6px}.btn.primary{background:var(--green);color:#fff}.btn.outline{background:transparent;border:1px solid #e6e6e6}.legal{font-size:12px;color:var(--muted);margin-top:12px}.status{margin-top:10px;color:var(--muted);font-size:13px}@media(min-width:900px){.auth-root{max-width:420px}}.mh-root{min-height:100vh;display:flex;align-items:flex-start;justify-content:center;padding:0 16px;background:#f5f5f5}.mh-mobile .mh-card{width:360px;max-width:93vw;padding:22px;box-sizing:border-box;text-align:center}.mh-logo{width:72px;height:95px;margin:0 auto 8px}.mr-20{margin-right:40px}.mh-title{font-family:var(--font-head);font-size:25px;letter-spacing:.5px;margin:6px 0 4px;color:#0f0f0f;font-weight:700}.mh-sub{font-family:var(--font-body);font-size:14px;color:#0f0f0f;font-weight:600;margin-bottom:34px;margin-top:5px}.cta-row{display:flex;gap:12px;margin:6px 0 12px}.cta-card{flex:1;padding:14px;border-radius:22px;color:#fff;text-decoration:none;display:block;box-shadow:none;height:152px}.cta-card .cta-content{text-align:left}.cta-card{position:relative;overflow:hidden}.cta-join{background:#006837}.cta-create{background:#ee2f43}.cta-content h3{margin:0;font-size:18px;font-weight:700;font-family:var(--font-head)}.cta-content p{margin:6px 0 0;font-size:12px;opacity:.85;font-weight:500;font-family:var(--font-body)}.cta-icon{width:40px;height:40px;padding:6px;position:absolute;left:10px;bottom:14px}.divider{display:flex;align-items:center;gap:12px}.divider:before{content:"";flex:1;height:1px;background:linear-gradient(to right,transparent,#C2C2C2)}.divider:after{content:"";flex:1;height:1px;background:linear-gradient(to left,transparent,#C2C2C2)}.divider span{white-space:nowrap;color:#727272;font-size:14px}.social-buttons{display:flex;flex-direction:column;gap:15px;margin-top:8px}.social-btn{display:flex;align-items:center;gap:12px;padding:12px 14px;border-radius:18px;border:1px solid #CCCCCC;background:transparent;font-weight:700;justify-content:center;cursor:pointer;text-decoration:none}.social-btn span{font-size:14px;color:#000;font-family:var(--font);font-weight:600}.social-btn img{width:18px;height:18px}.social-btn img.apple{width:18px;height:20px}.consent-text{font-size:12px;color:#0f0f0f;margin-top:35px;font-size:13px;font-weight:500}.consent-text a{color:#e63946;text-decoration:none;font-size:13px;font-weight:500}.status-banner{margin-top:12px;padding:10px;border-radius:10px;background:#fff3e6;color:#7a4f00;font-weight:600}.form-card{text-align:left;padding:18px}.form-grid{display:grid;gap:16px}.form-grid.create{margin-top:30px}.form-grid label{display:block;font-size:13px;color:#333}.form-grid input,.form-grid select{width:100%;padding:12px;border-radius:10px;border:1px solid #e6e6e6;box-sizing:border-box;font-size:16px}.upload-label input[type=file]{display:none}.upload-ui{border:2px dashed #727272;border-radius:16px;padding:14px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:8px;background-color:#fff}.upload-ui img{width:72px;height:52px;object-fit:contain;border-radius:10px}.upload-img.has-preview{width:120px;height:120px;object-fit:cover}.upload-text{font-size:13px;color:#666}.upload-text span{color:#006837;font-size:14px}.upload-text span p{margin:0 5px 5px}.checkbox-row{display:flex;gap:10px;align-items:center;font-size:13px}.btn.primary{background:#006837;color:#fff;border:none;padding:16px;border-radius:15px;font-weight:500;font-size:16px;cursor:pointer;font-family:var(--font)}.btn.primary.full{width:100%;margin-top:0}input[type=checkbox]:checked{accent-color:#0f7a3b}.toast.success{background:#e6fff0;color:#0b7a44}.toast.error{background:#ffeceb;color:#b30b0b}@media(max-width:420px){.cta-row{flex-direction:row}.mh-mobile .mh-card{padding:18px 5px}}.form-header{display:flex;align-items:center;justify-content:space-between;position:relative;margin-bottom:10px}.form-header h2{margin:0;font-size:20px;font-weight:700;line-height:1;text-align:center;pointer-events:none;font-family:var(--font)}.back-btn{background:none;border:none}.back-btn img{width:35px}.form-grid.email-form{display:grid;gap:12px}.form-label{display:block;text-align:left}.form-label .label-text{font-size:16px;color:#0f0f0f;margin-bottom:10px;font-weight:400;font-family:var(--font)}.form-label input{width:100%;padding:15px;border-radius:14px;border:1px solid #e6e6e6;font-size:16px;box-sizing:border-box}.form-label .custom-select{width:100%;height:48px;padding:12px 48px 12px 12px;border-radius:10px;border:1px solid #e6e6e6;font-size:16px;box-sizing:border-box;background-color:#fff;color:#000;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none}.form-label .custom-select::-ms-expand{display:none}.form-label .select-wrap .select-chevron{position:absolute;top:50%;transform:translateY(-50%);right:16px;pointer-events:none;display:inline-flex;align-items:center;justify-content:center;color:#999;font-size:0}.form-label .select-chevron svg{width:18px;height:18px;display:block;stroke:currentColor}.form-label .custom-select:focus{outline:2px solid rgba(59,130,246,.25);outline-offset:0}.checkbox-row{display:flex!important;gap:10px;align-items:center;font-size:13px;color:#333;margin-top:10px}.checkbox-row input[type=checkbox]{width:16px;height:16px}.checkbox-text{font-size:13px;text-align:left}.muted-link{font-size:13px;color:#666;text-align:center}.link-btn{background:none;border:none;color:#0b7a44;font-weight:700;cursor:pointer;padding:0}.toast.success{background:#e6fff0;color:#0b7a44;border:1px solid rgba(11,122,68,.08)}.toast.error{background:#fff0f0;color:#a60f0f;border:1px solid rgba(166,15,15,.08)}@media(max-width:420px){.form-card{padding:16px}}.form-grid.create .upload-label{width:60%}.form-grid.create .upload-label.join{width:50%}.form-grid.create .upload-label .upload-text{text-align:left}.form-header{position:relative;width:100%;display:flex;align-items:center;padding:6px 0;box-sizing:border-box}.back-btn{left:0;top:50%;display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;padding:6px;border-radius:10px;background:transparent;border:none;cursor:pointer;transition:background .12s ease,transform .08s ease}.back-btn img{display:block;object-fit:contain}.pt-0{padding-top:0!important}.pb-0{padding-bottom:0!important}.mt-0{margin-top:0!important}.mb-0{margin-bottom:0!important}.red{color:var(--red)}.mt-5{margin-top:20px!important}.form-header .right-action{position:absolute;right:8px;top:50%;transform:translateY(-50%)}@media(max-width:420px){.back-btn{left:0;width:36px;height:36px}.form-header h2{font-size:24px}}.form-label select{width:100%;padding:12px 40px 12px 12px;border-radius:10px;border:1px solid #e6e6e6;background-repeat:no-repeat;background-position:right 25px center;font-size:15px;box-sizing:border-box;cursor:pointer;background-color:#fff;color:#000}.form-label select{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='12' viewBox='0 0 18 12'><path fill='%23999' d='M1 1l8 8 8-8' stroke='%23999' stroke-width='1' stroke-linecap='round' stroke-linejoin='round' fill='none'/></svg>");background-position:right 24px center;background-size:18px 12px}.form-label select::-webkit-search-decoration,.form-label select::-webkit-appearance{-webkit-appearance:none}.form-label select{height:48px;display:inline-block}.team-modal{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;background:#0c121973;z-index:9999;padding:24px}.team-modal-card{width:100%;max-width:420px;background:#fff;border-radius:18px;padding:18px 20px 20px;box-shadow:0 18px 40px #06122440;text-align:center;position:relative}.team-modal-card h3{margin:12px 0 4px;font-size:20px;font-weight:800}.team-modal-card .modal-sub{color:#666;margin-bottom:12px}.team-modal-card .team-code{font-weight:900;font-size:22px;color:#0b7a44;border-radius:10px;padding:8px 14px;display:inline-block;background:#f1fff6;margin-bottom:14px}.team-modal-card .modal-actions{display:flex;gap:10px;justify-content:center}.teams-list{display:flex;flex-direction:column;margin-top:30px}.team-row{display:flex;gap:12px;align-items:center;background:#fff;padding:10px;border-radius:12px;border:1px solid #f1f1f1;box-shadow:0 6px 18px #0c12240a}.team-thumb{width:56px;height:56px;border-radius:12px;overflow:hidden;flex:0 0 56px}.team-thumb img{width:100%;height:100%;object-fit:cover;display:block}.team-body{flex:1;display:flex;flex-direction:column;justify-content:center;text-align:left}.team-title{font-weight:800;font-size:15px;color:#111}.team-meta{font-size:13px;color:#666;margin-top:3px}.team-sub{font-size:12px;color:#9a9a9a;margin-top:2px}@media(max-width:420px){.team-modal-card{padding:16px}.team-modal-card .trophy-graphic{height:84px;margin-top:-36px}}.modal-overlay{position:fixed;inset:0;background:#020a1973;display:flex;align-items:center;justify-content:center;z-index:9999}.thanks-card h3{margin-bottom:8px}.thanks-card p{color:#666}.dom-loader{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;background:#f6f7f8;z-index:9999999;pointer-events:auto;opacity:1;transition:opacity .35s ease,transform .35s ease;transform:translateZ(0)}.dom-loader-inner{display:flex;align-items:center;justify-content:center;border-radius:14px;padding:8px}.dom-loader-icon{display:block;width:100%;height:100%;object-fit:contain;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;animation:domloader-spin .9s linear infinite;will-change:transform}@keyframes domloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.dom-loader--fading{opacity:0;pointer-events:none;transform:scale(.98)}.dom-loader-hidden{display:none!important}.lb-root{min-height:100vh;display:flex;align-items:flex-start;justify-content:center;padding:18px;background:#f6f7f8;font-family:var(--font)}.lb-card{width:100%;max-width:420px;background:transparent;padding:18px;position:relative;box-sizing:border-box}.lb-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:26px}.lb-logo{width:36px;height:36px;object-fit:contain}.hb-btn{width:44px;height:44px;border-radius:50%;background:#fff;border:none;box-shadow:0 6px 12px #0c12240f;display:inline-flex;align-items:center;justify-content:center;position:relative;padding:6px;cursor:pointer}.hb-lines,.hb-lines:before,.hb-lines:after{display:block;width:18px;height:2px;background:#233b4a;border-radius:2px;position:relative}.hb-lines:before,.hb-lines:after{content:"";position:absolute;left:0}.hb-lines:before{top:-6px}.hb-lines:after{top:6px}.hb-drawer{position:fixed;top:0;right:-320px;width:320px;height:100vh;background:#fff;box-shadow:-18px 0 40px #0c122414;padding:28px 18px;transition:right .24s ease-in-out;z-index:60;border-top-left-radius:12px;border-bottom-left-radius:12px}.hb-drawer.open{right:12px}.hb-drawer ul{list-style:none;padding:0;margin:8px 0 0}.hb-drawer li{padding:14px 12px;border-radius:10px;margin-bottom:10px;cursor:pointer;font-weight:700;color:#0b2b3a;background:linear-gradient(180deg,#00000003,#00000003);text-align:left}.hb-drawer li:hover{background:#f3f7f5}.hb-overlay{position:fixed;inset:0;background:#0c122459;z-index:50}.winner-banner{display:flex;align-items:center;gap:12px;padding:0;border-radius:16px;color:#fff;box-shadow:0 12px 24px #e63a2f24}.winner-left{flex:0 0 auto}.winner-avatar{width:84px;height:84px;border-radius:10px;object-fit:cover;border:3px solid rgba(255,255,255,.12);background:#ffffff0f}.winner-center{flex:1 1 auto}.winner-center .small{font-size:12px;opacity:.95;font-weight:700;letter-spacing:.4px}.winner-name{font-size:20px;margin-top:6px;font-weight:800;line-height:1}.winner-meta{font-size:12px;opacity:.95;margin-top:6px}.winner-right{flex:0 0 auto}.trophy{width:52px;height:52px;object-fit:contain}.mvp-section{margin-top:18px}.mvp-card{background:#6bc491;border-radius:18px;padding:12px;box-shadow:0 8px 18px #0b7a440f}.mvp-title{font-weight:800;margin-bottom:10px}.mvp-list{display:flex;flex-direction:column;gap:10px}.mvp-row{display:flex;align-items:center;gap:12px;background:#fff;border-radius:12px;padding:8px;box-shadow:0 6px 14px #0c12240a}.mvp-rank{width:36px;height:36px;border-radius:10px;background:#fff;display:inline-flex;align-items:center;justify-content:center;font-weight:900;color:#0b6e44;box-shadow:inset 0 -2px #00000008;font-size:14px}.mvp-avatar{width:46px;height:46px;border-radius:8px;object-fit:cover}.mvp-info{display:flex;flex-direction:column;flex:1 1 auto}.mvp-name{font-weight:800;font-size:14px}.mvp-sub{font-weight:800;font-size:13px;color:#0b7a44;margin-top:6px}.mvp-playername{font-family:var(--font);font-weight:700;font-size:28px}.lb-actions{margin-top:26px;display:flex;gap:12px;justify-content:center}.my-2{margin:10px 0}.btn{padding:12px 18px;border-radius:14px;border:none;font-weight:800;cursor:pointer;min-width:160px;box-shadow:0 8px 18px #0c12240f}.lb-root .btn.primary{background:#006837;color:#fff;font-weight:500;display:flex;align-items:center}.bg-red{background-color:var(--red)!important}.btn.outline{background:transparent;border:2px solid #006837;color:#006837}@keyframes fadePop{0%{opacity:0;transform:translateY(6px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}@media(max-width:420px){.lb-card{padding:12px;max-width:380px}.hb-drawer.open{right:8px;width:88%}}.potm-join-prompt{margin-top:20px;padding:16px;border-radius:14px;background:linear-gradient(180deg,#fff,#f8faf9);border:1px solid rgba(15,122,59,.18);box-shadow:0 8px 24px #0c12240f;text-align:center}.potm-join-prompt h3{margin:0 0 8px;font-size:18px;font-weight:800;color:#111}.potm-join-prompt p{margin:0 0 14px;font-size:14px;line-height:1.5;color:#586069}.potm-join-actions{display:flex;flex-direction:column;gap:8px}.potm-join-actions .btn{width:100%}.potm-join-dismiss{background:none;border:none;color:#888;font-size:13px;cursor:pointer;padding:8px}:root{--header-bg: #f6f7f8;--muted: #6b7280;--red: #ef2f3b;--pill-green: #0ea33a;--card-radius: 18px;--gap: 14px}.hl-root{display:flex;justify-content:center;min-height:100vh;align-items:flex-start;background-color:#fff}.hl-card{width:100%;background:#fff;background:var(--header-bg);overflow:hidden}.hl-header{display:flex;align-items:center;gap:12px;background:var(--header-bg);padding:10px 40px 12px;justify-content:center}.hl-header-left{flex:0 0 auto;display:flex;align-items:center}.hl-logo{height:68px;width:auto;display:block}.hl-header-right{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:2px}.hl-site-title{font-weight:800;font-size:30px;letter-spacing:-.5px;color:#111827;font-family:var(--font);margin-bottom:5px}.hl-subtitle{color:#6b7280;font-size:14px;line-height:1}.hl-hero-wrap{width:100%;overflow:hidden;border-top-left-radius:calc(var(--card-radius) - 2px);border-top-right-radius:calc(var(--card-radius) - 2px);background:var(--header-bg)}.hl-hero{width:100%;height:170px;object-fit:cover;display:block;background:var(--header-bg)}.hl-content{padding:14px 30px 28px;text-align:center;background-color:#fff}.hl-title{margin:0 0 14px;font-size:28px;line-height:1.25;font-weight:800;font-family:var(--font);color:#111827}.hl-cta{display:block;width:100%;padding:20px 18px;font-size:24px;font-weight:500;font-family:var(--font);color:#fff;background:#d5272e;border:none;border-radius:16px;box-shadow:0 6px 18px #ef2f3b2e;cursor:pointer;margin:2px 0}.hl-join{margin:0 auto;background:transparent;border:none;color:#9397a0;font-size:20px;display:block;padding:15px 0 5px;cursor:pointer;text-align:center;font-family:var(--font);display:flex;align-items:center}.hl-join span{font-size:34px;padding:0 5px}.hl-login{margin:0 auto;background:transparent;border:none;color:#9397a0;font-size:20px;display:block;padding:0 0 5px;cursor:pointer;text-align:center;font-family:var(--font);display:flex;align-items:center}.hl-login span{font-size:34px;padding:0 5px}.hl-features{list-style:none;padding:12px 6px 0;margin:0;display:flex;flex-direction:column;gap:12px;align-items:flex-start;justify-content:center}.hl-features li{display:flex;gap:12px;align-items:center;color:#000;font-size:19px;width:100%;justify-content:flex-start;padding:0 10px}.hl-check-wrap{width:20px;height:20px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:#0c9434;flex:0 0 20px;box-shadow:0 2px 6px #0ea33a1f}.hl-check{width:15px;height:15px;display:block;color:#fff}.hl-features li>span:last-child{color:#111827}@media(min-width:560px){.hl-hero{height:220px}.hl-title{font-size:22px}.hl-card{max-width:520px}.hl-header{padding:20px 22px}}.team-row-wrapper{display:flex;align-items:center;gap:12px;position:relative;margin-bottom:0}.team-row-link{flex:1;border:none;background:transparent;text-align:left;padding:8px;display:block;cursor:pointer}.team-row{display:flex;gap:12px;align-items:center}.team-thumb{width:56px;height:56px;flex:0 0 56px;display:flex;align-items:center;justify-content:center}.team-thumb-img{width:56px;height:56px;object-fit:cover;border-radius:8px}.team-thumb-placeholder{width:56px;height:56px;border-radius:12px;background:linear-gradient(180deg,#1e88e5,#1976d2);color:#fff;font-weight:700;display:flex;align-items:center;justify-content:center;font-size:20px}.team-body{flex:1}.team-title{font-weight:700}.team-meta{font-size:13px;color:#666;margin-top:2px}.team-sub{font-size:12px;color:#999;margin-top:4px}.team-delete-btn{background:transparent;border:none;color:#e53935;cursor:pointer;padding:6px;margin-left:8px;display:flex;align-items:center;justify-content:center}.team-delete-btn svg{display:block}.toast{position:absolute;left:50%;transform:translate(-50%);bottom:24px;padding:10px 14px;border-radius:8px;color:#fff}.manage-card{padding:18px;max-width:920px}.team-header{display:flex;justify-content:space-between;align-items:center;gap:16px;margin:10px 0 18px}.team-name{margin:0;font-size:20px;font-weight:800}.team-sub{color:#666;font-size:13px;margin-top:4px}.section-head{display:flex;justify-content:space-between;align-items:center;margin-top:10px}.players-list{display:flex;flex-direction:column;gap:10px;margin-top:12px}.player-row{display:flex;align-items:center;gap:12px;padding:10px;border-radius:12px;background:#fff;border:1px solid #f2f2f2;box-shadow:0 6px 18px #0c12240a}.player-thumb{width:64px;height:64px;overflow:hidden;background:#f6f6f6;flex:0 0 64px}.player-thumb img{width:100%;height:100%;object-fit:cover;display:block;border-radius:12px}.player-mid{flex:1;display:flex;flex-direction:column}.player-name{font-weight:600;font-size:16px;color:#111;text-align:left;font-family:var(--font)}.player-meta{margin-top:6px;display:flex;align-items:center;gap:4px;color:#666}.shirt-icon{width:18px;height:18px;opacity:.9;image-rendering:pixelated}.shirt-no{font-weight:500;font-size:14px;color:#727272;font-family:var(--font)}.player-right{flex:0 0 44px;display:flex;justify-content:center;align-items:center}.three-dot-wrap{position:relative}.icon-btn{background:transparent;border:none;font-size:20px;cursor:pointer;padding:6px}.menu{position:absolute;top:36px;right:0;background:#fff;border:1px solid #eee;box-shadow:0 8px 20px #0612241f;border-radius:8px;overflow:hidden;z-index:40;min-width:140px}.menu button{width:100%;text-align:left;padding:10px 12px;border:none;background:transparent;cursor:pointer;font-size:14px}.menu button:hover{background:#fafafa}.checkbox-row{display:flex;align-items:center;gap:10px;margin-top:6px}.modal-actions{display:flex;gap:10px;justify-content:flex-end;margin-top:12px}.toggle-row{display:flex;align-items:center;gap:8px;cursor:pointer;-webkit-user-select:none;user-select:none}.toggle-row input[type=checkbox]{width:20px;height:20px;appearance:none;padding:5px;-webkit-appearance:none;border:2px solid #ccc;border-radius:4px;display:inline-block;position:relative;cursor:pointer;transition:all .2s ease}.toggle-row input[type=checkbox]:checked{background-color:#22c55e;border-color:#22c55e}.toggle-row input[type=checkbox]:checked:after{content:"";position:absolute;left:5px;top:2px;width:5px;height:10px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}.toggle-row input[type=checkbox]:hover{border-color:#16a34a}@media(max-width:640px){.player-row{padding:10px}.player-thumb{width:56px;height:56px}}.mh-card.manage-card{position:relative;padding-bottom:20px}.players-list{display:flex;flex-direction:column;gap:12px;padding:12px 0}.player-card{background:#fff;border-radius:14px;box-shadow:0 6px 22px #06090e0f;display:flex;align-items:center;padding:10px 12px;gap:12px}.player-thumb{width:56px;height:56px;overflow:hidden;flex:0 0 56px;display:flex;align-items:center;justify-content:center;background:transparent}.player-thumb img{width:56px;height:56px;object-fit:cover;display:block}.player-right{flex:0 0 44px;display:flex;align-items:center;justify-content:flex-end}.three-dot-menu{position:relative}.three-dot-trigger{border-radius:999px;width:30px;height:30px;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer}.three-dot-trigger .dot{width:4px;height:4px;background:#5b6b7a;border-radius:50%;margin:0 2px;display:inline-block}.three-dot-pop{position:absolute;right:0;top:34px;background:#f0f0f0;border-radius:12px;box-shadow:0 8px 34px #03060c1f;padding:6px;min-width:160px;z-index:80}.menu-item{display:flex;gap:10px;align-items:center;padding:5px;border-radius:8px;background:transparent;border:none;width:100%;text-align:left;cursor:pointer}.menu-item:hover{background:#f7f9fb}.menu-item.danger{color:#c83a3a}.menu-icon{width:18px;height:18px;image-rendering:pixelated}.manage-footer-vertical{bottom:18px;display:flex;flex-direction:column;gap:10px}.btn.full{width:100%;padding:14px 16px;border-radius:12px;font-weight:700}.btn.primary.full.add-player-btn{background:#0f6b3d;color:#fff;border:none}.btn.outline.full.invite-btn{background:#fff;border:1px solid #dfe6ea;color:#0b1730;display:flex;align-items:center;justify-content:center;gap:8px}.muted{color:#242525;padding:12px;text-align:center}.toast.success{background:#2e7d32}.toast.error{background:#c62828}@media(min-width:900px){.mh-card.manage-card{margin:18px auto;max-width:680px}}.av-root{width:100%;max-width:360px;margin:0 auto;padding:0 0 24px}.winner-reveal-layout{width:100%}.potm-waiting-message{text-align:center;margin-top:18px}.potm-waiting-title{font-size:16px;font-weight:700;color:#0b2b3a}.potm-waiting-sub{margin-top:8px;color:#666;font-size:14px;line-height:1.45}.av-claim-prompt{margin-top:24px;padding:20px 16px;background:#fff;border-radius:16px;box-shadow:0 8px 28px #0c122414;text-align:center}.av-claim-prompt h3{margin:0 0 10px;font-size:18px;font-weight:800;color:#0b2b3a}.av-claim-prompt p{margin:0 0 16px;font-size:14px;line-height:1.5;color:#555}.av-claim-btn{width:100%;padding:14px 16px;font-size:16px;font-weight:700}.av-share-card{padding-top:12px}.av-share-card .sr-card{padding-top:0}.av-state{text-align:center;padding:40px 20px}.av-error-inline{text-align:center;padding:12px;margin-bottom:12px;background:#fdecea;border-radius:10px;color:#611a15;font-size:14px}.av-error-inline p{margin:0 0 10px}.claim-pending-card{text-align:center;padding:24px 16px;background:#f0f7ff;border-radius:12px;margin-bottom:16px}.claim-pending-card h3{margin:0 0 8px;font-size:17px}.claim-pending-card p{margin:0;color:#555;font-size:14px;line-height:1.45}.claim-rejected-card{background:#fdecea;color:#611a15}.player-awards-badge{font-size:13px;color:#b8860b;margin-top:2px}.manager-claim-requests{margin-top:20px;padding-top:16px;border-top:1px solid #eee}.manager-claim-requests h4{margin:0 0 12px;font-size:15px}.claim-request-row{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:12px;background:#fff;border-radius:10px;margin-bottom:8px;box-shadow:0 1px #0000000f}.claim-request-meta{flex:1;min-width:0}.claim-request-meta strong{display:block;font-size:14px}.claim-request-meta span{font-size:12px;color:#666}.claim-request-actions{display:flex;gap:6px;flex-shrink:0}.claim-request-actions button{padding:6px 10px;font-size:13px}.md-root{min-height:100vh;background:#f6f7f8;padding:12px}.md-card{max-width:520px;margin:2px auto;padding:2px 5px;background:transparent}.md-header h1{font-weight:800;text-align:center;margin-bottom:8px}.md-qr-wrap{display:flex;flex-direction:column;gap:0px;align-items:center}.md-qr-area{width:260px;height:280px;background:#fff;border-radius:16px;align-items:center;justify-content:center;box-shadow:0 12px 30px #0c12240f}.md-qr-image{width:240px;height:240px;object-fit:contain;margin:0 auto;display:block}.md-qr-placeholder{color:#777;padding:16px;display:flex;justify-content:center}.md-opponent{width:100%;display:flex;flex-direction:column;gap:6px;margin:10px 0}.md-opponent label{font-weight:400;font-size:16px;font-family:var(--font)}.md-opponent input{padding:12px;border-radius:10px;border:1px solid #e6e6e6}.md-btn{width:100%;padding:12px;border-radius:12px;border:0;font-weight:700;margin-top:5px}.md-btn-primary{background:#0b7a44;color:#fff;box-shadow:0 14px 36px #0b7a441f}.md-btn-ghost{background:#fff;border:1px solid #e6e6e6}.md-open-voting{margin-top:8px}.md-modal-overlay{position:fixed;inset:0;background:#020a1947;display:flex;align-items:center;justify-content:center;z-index:9999}.md-modal{width:92%;max-width:420px;background:#fff;padding:14px;border-radius:12px}.md-team-list{display:flex;flex-direction:column;gap:8px;max-height:320px;overflow:auto;padding:6px 0}.md-team-item{display:flex;gap:12px;align-items:center;padding:8px;border-radius:10px;border:1px solid #f0f0f0}.md-team-name{font-weight:700}.md-modal-actions{display:flex;gap:10px;justify-content:flex-end;margin-top:10px}.btn.secondary{background:transparent;color:#0f0f0f;border:none;padding:16px;border-radius:15px;font-weight:500;font-size:16px;cursor:pointer;font-family:var(--font);border:1px solid #CCCCCC}.manage-card{position:relative;padding-bottom:120px}.manage-footer{position:absolute;left:0;right:0;bottom:12px;display:flex;gap:12px;justify-content:space-between;padding:0 18px;align-items:center}.invite-btn{display:inline-flex;align-items:center;gap:8px;padding:10px 12px}.invite-icon{width:18px;height:18px;display:inline-block}.add-player-btn{flex:0 0 140px}.menu-item.danger{color:#c62828}.menu-icon{width:18px;height:18px}.modal-overlay{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;background:#00000059;z-index:120}.modal-card{background:#fff;width:94%;max-width:520px;border-radius:14px;padding:18px;position:relative;box-shadow:0 20px 60px #0000002e}.modal-close{position:absolute;right:12px;top:10px;border:none;background:transparent;font-size:22px;cursor:pointer}.modal-form{display:grid;gap:10px;margin-top:8px}.modal-label input[type=text],.modal-label input[type=number],.modal-label input[type=file]{width:100%;padding:10px;border-radius:8px;border:1px solid #e6e6e6}.file-preview img{width:72px;height:72px;object-fit:cover;border-radius:8px;margin-top:8px}.form-error{color:#c62828;background:#ffe7e7;padding:8px 10px;border-radius:8px;font-size:13px}.toast{position:fixed;left:50%;transform:translate(-50%);bottom:26px;padding:10px 14px;border-radius:8px;color:#fff;z-index:130}.toast.success{background:#2e7d32;color:#fff}.toast.error{background:#c62828;color:#fff}.date-clip{border-radius:0 0 10px 10px;overflow:hidden;display:inline-block}.trapezoid{background:#ffe3e3;padding:8px 55px;color:#333;font-weight:700;display:inline-block;font-family:var(--font);font-size:14px;border-radius:0 0 10px 10px;clip-path:polygon(0 0,100% 0,80% 100%,20% 100%)}.date-wrap{display:flex;justify-content:center}.date-svg{width:160px;display:block}.md-match-header{display:flex;justify-content:center;margin-bottom:6px}.md-match-title{font-weight:700;color:#222;font-size:18px;text-align:center;white-space:nowrap;font-family:var(--font)}.whatsapp{display:flex;align-items:center;justify-content:center}.form-header{display:grid;grid-template-columns:44px 1fr 44px;align-items:center;gap:10px;padding:16px 16px 0}.md-qr-wrap{padding:0 14px 18px}.md-share-panel{text-align:center;padding:0 2px 10px}.md-share-top{width:100%;margin-top:14px;height:42px}.md-share-hint{margin-top:10px;font-size:12px;color:#8a8f8b;background:#f4f6f4;border:1px solid #e7ebe7;border-radius:10px;padding:8px 10px}.md-btn{border:0;border-radius:14px;font-weight:700;cursor:pointer;transition:transform .15s ease,opacity .15s ease,box-shadow .15s ease}.md-btn:active{transform:scale(.99)}.md-btn:disabled{opacity:.68;cursor:not-allowed}.md-btn-ghost.whatsapp{background:#3f8b52;color:#fff;display:inline-flex;align-items:center;justify-content:center;gap:10px;box-shadow:0 10px 20px #3f8b522e}.md-btn-ghost.whatsapp:hover{box-shadow:0 12px 24px #3f8b523d}.invite-icon{width:18px;height:18px;object-fit:contain}.md-match-header{margin-top:10px;margin-bottom:10px;text-align:center}.md-match-header--card{margin-top:8px;margin-bottom:8px}.md-match-title{display:inline-block;font-size:14px;font-weight:700;color:#2d3530;background:#f7f9f7;border:1px solid #e3e8e3;border-radius:12px;padding:8px 12px;line-height:1.25}.md-qr-card{background:#fff;border:1px solid #e7ece7;border-radius:22px;box-shadow:0 8px 22px #132b1f0f;padding:12px}.md-qr-card-note{text-align:center;font-size:13px;color:#7a807c;margin-bottom:10px}.md-qr-card .md-match-header{margin-top:0}.md-qr-card .md-qr-area{border-radius:18px;margin-top:8px}.md-qr-card .md-presence-card{margin-top:10px}.md-qr-placeholder{min-height:250px;display:flex;align-items:center;justify-content:center;color:#7a7f7b;font-weight:700;border-radius:18px;border:2px dashed #d7dfd8;background:#fff}.md-presence-card{margin-top:12px;background:#f6fbf7;border:1px solid #deeadf;border-radius:16px;padding:10px 12px;text-align:center}.md-presence-count{font-size:14px;font-weight:700;color:#1f3326;line-height:1.35}.md-presence-hint{margin-top:8px;display:inline-flex;align-items:center;gap:8px;background:#eef9f0;border:1px solid #d3ead7;color:#1f5f3d;border-radius:999px;padding:7px 11px;font-size:12px;font-weight:700;line-height:1}.md-presence-dot{width:16px;height:16px;border-radius:50%;background:#40a866;display:inline-block;position:relative;flex:0 0 16px}.md-presence-dot:after{content:"✓";position:absolute;inset:0;display:grid;place-items:center;color:#fff;font-size:11px;font-weight:900}.md-btn-primary.md-open-voting{width:100%;margin-top:12px;height:44px;background:#3f8b52;color:#fff;box-shadow:0 10px 20px #3f8b522e}.md-btn-primary.md-open-voting:hover{box-shadow:0 12px 24px #3f8b523d}.md-toast{margin:12px;padding:10px 12px;background:#222;color:#fff;border-radius:8px;text-align:center}.md-modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:flex-end;justify-content:center;padding:16px;z-index:99}.md-modal{width:100%;max-width:430px;background:#fff;border-radius:18px;padding:16px;box-shadow:0 14px 38px #0000002e}.md-team-list{display:grid;gap:10px;margin:12px 0}.md-team-item{display:flex;gap:10px;align-items:center;padding:10px 12px;border:1px solid #e6ebe6;border-radius:14px;cursor:pointer}.md-team-info{display:grid;gap:2px}.md-team-name{font-weight:700;color:#1e3326}.md-team-sub{font-size:12px;color:#6c726d}.md-modal-actions{display:flex;gap:10px;justify-content:flex-end}.md-modal-actions .md-btn{padding:10px 14px;min-width:104px}@media(max-width:480px){.form-header{padding:14px 12px 0}.form-header h2{font-size:20px}.md-qr-wrap{padding:0 12px 14px}.md-share-title{font-size:18px}.md-qr-placeholder{min-height:220px}.md-modal-actions{flex-direction:column}.md-modal-actions .md-btn{width:100%}}.vp-root{min-height:100vh;background:#f6f7f8;padding:12px;display:flex;align-items:flex-start;justify-content:center}.vp-card{max-width:520px;width:100%;background:transparent;padding:8px}.vp-card h2{font-weight:800;text-align:center;margin-bottom:12px}.vp-players{display:flex;flex-direction:column;gap:12px;margin-bottom:10px}.vp-player{display:flex;align-items:center;gap:12px;padding:10px;border-radius:12px;background:#fff;box-shadow:0 12px 30px #0c12240a;border:1px solid rgba(12,18,36,.03)}.vp-player .vp-left img{width:56px;height:56px;border-radius:10px;object-fit:cover}.vp-name{font-weight:800}.vp-meta{color:#6b6b6b;font-size:13px;align-items:center;display:flex;margin-top:5px}.vp-btn{padding:12px;border-radius:12px;font-weight:800;border:0}.vp-btn.primary{background:#0b7a44;color:#fff;width:100%}.vp-btn.full{width:100%;margin-top:20px}.vp-player{display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:10px;border:1px solid #ddd;cursor:pointer;transition:background .2s ease,border-color .2s ease;position:relative}.vp-right{margin-left:auto}.vp-player input[type=radio]{-webkit-appearance:none;appearance:none;width:22px;height:22px;border-radius:50%;border:2px solid #ccc;background:transparent;cursor:pointer;transition:all .2s ease;position:relative}.vp-player input[type=radio]:after{content:"";position:absolute;top:50%;left:50%;width:10px;height:10px;border-radius:50%;background:#2fa84f;transform:translate(-50%,-50%) scale(0);transition:transform .2s ease}.vp-player input[type=radio]:checked{border-color:#2fa84f;background:#2fa84f14}.vp-player input[type=radio]:checked:after{transform:translate(-50%,-50%) scale(1)}.vp-player.selected{background:#2fa84f0f;border-color:#2fa84f38}.vp-left img{width:52px;height:52px;object-fit:cover;border-radius:8px}.modal-overlay{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;background:#0000006b;padding:20px;z-index:99999}.thanks-card{width:min(92vw,360px);background:#fff;border-radius:16px;overflow:hidden;transform:translateZ(0)}.thanks-card img{display:block;width:100%;height:auto;object-fit:cover;object-position:center}.thanks-card>div{padding:0 0 22px;text-align:center}.thanks-card h3{margin:8px 0 6px;font-size:18px;line-height:1.15;font-weight:700;color:#111}.thanks-card p{margin:0 0 14px;color:#586069;font-size:14px;line-height:1.45}.thanks-card .thanks-actions,.thanks-card>div>.thanks-actions{display:flex;gap:10px;margin-top:12px;justify-content:center;align-items:center;flex-direction:column}.btn{font-family:inherit;font-size:15px;line-height:1;padding:12px 16px;border-radius:10px;border:0;cursor:pointer;display:inline-block;min-width:120px;box-sizing:border-box}.btn.outline{background:#fff;color:#111;border:1px solid #e6e6e6;box-shadow:none;width:100%}.btn.primary{background:#0f7a3b;color:#fff;font-weight:700;width:100%;border-radius:10px;box-shadow:0 6px 20px #0f7a3b38;border:1px solid rgba(0,0,0,.04);padding:12px 18px}.thanks-card .btn.primary{border-radius:12px;font-size:16px;padding:14px 18px;margin:0 10px}@media(min-width:480px){.thanks-card{width:360px}.thanks-card img{height:160px}.thanks-card .thanks-actions{flex-direction:row}.btn{min-width:140px}}.vp-anon-hint{text-align:center;font-size:13px;color:#666;margin:0 0 12px}.res-root{min-height:100vh;background:#f6f7f8;padding:12px;display:flex;align-items:flex-start;justify-content:center}.res-card{max-width:520px;width:100%;padding:12px;background:transparent}.res-header h2{font-weight:800;text-align:center}.res-players{display:flex;flex-direction:column;gap:10px;margin-top:12px}.res-player{display:flex;gap:12px;align-items:center;padding:12px;background:#fff;border-radius:12px;box-shadow:0 12px 30px #0c12240a}.res-left{display:flex;align-items:center;gap:10px}.res-rank{font-weight:800;height:36px;width:36px;border-radius:10px;background:#f4f6f8;display:flex;align-items:center;justify-content:center}.res-avatar{width:56px;height:56px;border-radius:10px;object-fit:cover}.res-mid{flex:1}.res-name{font-weight:800}.res-stats{color:#6b6b6b;font-size:13px;margin-top:6px}.res-bar{height:8px;background:#e9ecef;border-radius:99px;margin-top:8px;overflow:hidden}.res-bar-fill{height:100%;background:#0b7a44;border-radius:99px}.res-right{min-width:56px;text-align:right;font-weight:800}.res-actions{margin-top:14px;display:flex;justify-content:center}.res-btn.end{background:#a60000;color:#fff;padding:12px;border-radius:10px;border:0;font-weight:800}.res-sub2{font-size:32px;font-weight:600;font-family:var(--font);text-align:center;margin-top:20px}.winner{font-family:var(--font);text-transform:uppercase;font-style:italic}.second{font-style:italic;font-family:var(--font);font-size:15px}.sr-root{min-height:100vh;align-items:flex-start;justify-content:center;padding:18px;background:#f3f5f6;font-family:var(--font);color:#0b2b3a}.sr-card{width:100%;max-width:360px;padding:12px;box-sizing:border-box;position:relative}.sr-preview-wrap{justify-content:center;margin-bottom:8px}.sr-tile{width:320px;height:220px;border-radius:18px;overflow:visible;display:flex;align-items:stretch;box-shadow:0 18px 48px #0c122414;background:transparent;position:relative}.sr-left{width:50%;background:linear-gradient(180deg,#c01c28,#e63946);border-top-left-radius:18px;position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden;z-index:110}.sr-left img{width:100%;height:100%;object-fit:cover;display:block}.tile-back-outside{position:absolute;left:-18px;top:16px;width:36px;height:36px;border-radius:18px;background:#fff;border:none;box-shadow:0 8px 18px #0c122414;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;font-size:16px;z-index:40}.sr-right{width:50%;padding:16px 12px;border-top-right-radius:18px;background:linear-gradient(180deg,#c01c28,#e63946);color:#fff;display:flex;flex-direction:column;gap:6px;justify-content:center;position:relative}.sr-logo{width:34px;height:44px;margin:0 auto}.sr-player-name{font-weight:900;font-size:20px;margin-top:4px;text-transform:capitalize;font-family:var(--font);font-weight:700}.sr-vs{font-weight:500;font-size:14px;font-family:var(--font)}.sr-date{font-size:14px;font-weight:500;font-family:var(--font)}.sr-footer{font-size:11px;display:block;font-weight:500;font-family:var(--font);word-break:break-all}.sr-share-row{display:flex;gap:14px;justify-content:center;margin-bottom:8px}.share-btn{width:100%;height:46px;font-size:15px;font-family:var(--font);font-weight:600;background:#fff;border-radius:14px;box-shadow:0 12px 22px #0c122414;border:none;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;color:#0f0f0f!important}.share-btn img{width:22px;height:22px;fill:#0b2b3a}.sr-join-wrap{padding:5px 0 32px}.btn.join{width:100%;background:#006837;color:#fff;border-radius:18px;padding:16px;font-weight:900;font-size:18px;box-shadow:0 12px 28px #0b8a4e2e;border:none;cursor:pointer}@media(max-width:380px){.sr-card{max-width:340px;padding:8px}}.sr-card{flex-direction:column;align-items:center;margin-top:0}.sr-preview-wrap{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 2px 8px #0000001a}.sr-tile{display:flex;border-radius:16px 16px 0 0;overflow:hidden}.sr-left img{width:160px;height:auto;object-fit:cover;z-index:19999}.sr-right{background:linear-gradient(180deg,#c01c28,#e63946);color:#fff;flex:1;padding:10px;text-align:center;display:flex;flex-direction:column;justify-content:center}.sr-top{font-weight:600;font-size:24px;font-family:var(--roboto)}.sr-trophy{font-size:28px;margin:4px 0}.sr-footer{background:#006837;color:#fff;font-size:14px;text-align:center;padding:10px;border-radius:0 0 18px 18px}.sr-footer a{color:#fff;font-weight:500;text-decoration:underline}.divider.share{margin:12px 0!important}.divider.share span{color:#0f0f0f!important;font-size:20px;font-family:var(--font-body);font-weight:500}.sr-bottom{margin-top:1rem;display:flex;flex-direction:column;align-items:center;gap:12px}.sr-share-row{display:flex;gap:16px}.share-btn:disabled{opacity:.5;cursor:not-allowed}.btn.join{background:#006837;color:#fff;border:none;border-radius:12px;padding:10px 20px;font-weight:600;cursor:pointer}.sr-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;pointer-events:none;z-index:18;opacity:1;transform:translateZ(0)}.new-look-tile .tile-player{position:absolute;inset:0;width:100%;height:100%;object-position:center center;display:block;transform:translateZ(0)}.new-look-tile .tile-left-gradient{left:0;top:0;bottom:0;pointer-events:none}.new-look-tile .headline{font-family:var(--font);font-weight:700;font-size:32px;line-height:.95;font-style:italic;letter-spacing:-1px;text-transform:uppercase}.new-look-tile .headline .small{font-size:.5em;display:inline-block;vertical-align:middle;margin-left:6px;text-transform:lowercase;font-weight:700}.new-look-tile .trophy-badge{position:absolute;left:260px;top:26px}.new-look-tile .trophy-badge img{width:34px}.new-look-tile .player-name{font-family:var(--font);font-weight:700;font-size:28px;text-transform:none;letter-spacing:.2px;margin-top:6px;color:#fff;text-shadow:0 6px 18px rgba(0,0,0,.55)}.new-look-tile .match-meta{margin-top:0;font-size:14px;opacity:.95;color:#ffde59}.new-look-tile .match-line{font-weight:600}.new-look-tile .match-date{margin-top:0;color:#ffffffd9}.new-look-tile .tile-footer{position:absolute;left:0;right:0;bottom:0;background:#2f7f2f;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:6;padding:9px 16px;color:#fff}.new-look-tile .footer-text{font-weight:600;letter-spacing:.2px;font-size:15px}.new-look-tile .footer-powered{font-size:11px;opacity:.9;vertical-align:middle;align-items:center;justify-content:center;display:flex;gap:3px}@media(max-width:620px){.new-look-tile{max-width:360px}.new-look-tile .headline{font-size:27px}.new-look-tile .player-name{font-size:24px}.new-look-tile .trophy-badge{width:44px;height:44px;right:0;top:0}}.new-look-tile img{-webkit-user-drag:none;-webkit-user-select:none;user-select:none}.new-look-tile{position:relative;width:320px;height:360px;border-radius:16px;overflow:hidden}.new-look-tile .tile-player{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center center;display:block;transform:translateZ(0)}@media(max-width:620px){.new-look-tile{width:320px;height:340px}}.new-look-tile .centered-meta{position:absolute;left:50%;top:74%;transform:translate(-50%,-50%);width:70%;bottom:auto;z-index:3;justify-content:center;display:flex;flex-direction:column;align-items:center;text-align:center;gap:0px;width:100%}@media(max-width:420px){.new-look-tile .centered-meta{width:100%;padding:0 6px}}.new-look-tile{max-width:360px;aspect-ratio:4 / 5}.new-look-tile .trophy-badge img,.new-look-tile .tile-footer .footer-powered img{object-fit:contain;display:inline-block;vertical-align:middle}.new-look-tile .tile-footer .footer-powered{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:600}.new-look-tile .tile-footer{padding:9px 16px;box-sizing:border-box}.new-look-tile img{display:block;max-width:100%}.mh-root{display:flex;justify-content:center;padding:20px}.mh-card{width:100%;max-width:880px}.sr-card{display:flex;flex-direction:column;gap:0px}.sr-preview-wrap{display:flex;justify-content:center;align-items:center}.sr-tile{position:relative;width:100%;max-width:720px;border-radius:12px;overflow:hidden;box-shadow:0 6px 20px #0000001f;background:#fff}.new-look-tile{display:block;position:relative;aspect-ratio:4 / 5;width:100%;min-height:400px;font-family:var(--font)}.tile-player{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.tile-left-gradient{position:absolute;left:0;top:0;bottom:0;width:46%;pointer-events:none}.tile-content{position:absolute;left:4%;top:8%;width:36%;background:#ffffff0f;z-index:4;display:flex;flex-direction:column;gap:8px;color:#fff}.headline{font-size:36px;line-height:1.02;font-weight:800;letter-spacing:-.6px;color:#fff;position:relative;display:inline-block}.headline-outline{color:#fff;text-shadow:-1px -1px 0 rgba(0,0,0,.35),1px -1px 0 rgba(0,0,0,.35),-1px 1px 0 rgba(0,0,0,.35),1px 1px 0 rgba(0,0,0,.35),0 0 4px rgba(0,0,0,.25)}.headline .small{font-size:16px;font-weight:600;display:inline-block;vertical-align:middle;margin-left:2px}.trophy-badge{position:absolute;right:8%;top:10%;width:64px;height:64px;z-index:6;display:flex;align-items:center;justify-content:center}.trophy-badge img{width:54px;height:54px;object-fit:contain;filter:drop-shadow(0 3px 6px rgba(0,0,0,.35))}.centered-meta{position:absolute;left:8%;bottom:90px;width:60%;color:#fff;z-index:5;text-shadow:0 2px 6px rgba(0,0,0,.45)}.player-name{font-size:30px;font-weight:700;margin-bottom:0;background:#ffffff40;padding:2px 4px;border-radius:7px}.match-meta{font-size:14px;color:#fffffff2}.match-line{margin-bottom:0;background:#ffffff40;padding:2px 4px;border-radius:7px}.match-date{background:#ffffff40;padding:2px 4px;border-radius:7px}.tile-footer{position:absolute;left:0;right:0;bottom:0;height:44px;display:flex;align-items:center;padding:8px 20px;background:#0a8f4a;color:#fff;z-index:6}.footer-powered{display:flex;gap:8px;align-items:center;font-weight:600}@media(max-width:880px){.centered-meta{left:6%;width:70%;bottom:84px}.headline{font-size:28px}.player-name{font-size:24px}}.sr-preview-wrap{display:inline-block}.sr-tile{position:relative;overflow:hidden}.mh-root-account{min-height:100vh;font-family:var(--font);color:#111}.mh-root-account .mh-card.form-card{max-width:520px;margin:14px auto;border-radius:14px;overflow:hidden}.mh-root-account .mh-card .form-grid,.mh-root-account .mh-card>div[style]{padding:12px}.mh-root-account .mh-card .avatar{width:92px;height:92px;border-radius:12px;overflow:hidden;background:#f4f6f8;border:1px solid rgba(0,0,0,.03);display:inline-flex;align-items:center;justify-content:center}.mh-root-account .mh-card .avatar img{width:100%;height:100%;object-fit:cover;display:block}.mh-root-account .form-label.block{display:block;margin-top:10px}.mh-root-account .label-text{font-size:13px;color:#444;margin-bottom:6px}.mh-root-account .form-label input[type=text],.mh-root-account .form-label input[type=password],.mh-root-account .form-label input[type=number],.mh-root-account .form-label select{width:100%;padding:10px 12px;border-radius:10px;border:1px solid rgba(0,0,0,.06);background:#fff;font-size:15px;box-sizing:border-box}.mh-root-account .checkbox-row{display:flex;gap:10px;align-items:center;margin-top:10px;-webkit-user-select:none;user-select:none}.mh-root-account .checkbox-row input[type=checkbox]{width:18px;height:18px}.mh-root-account .btn{display:inline-flex;align-items:center;justify-content:center;padding:10px 14px;border-radius:12px;font-weight:700;border:0;background:#eee;color:#111;cursor:pointer;min-height:44px;box-shadow:none}.mh-root-account .btn.full{width:100%}.mh-root-account .btn.primary{background:#0b6b3a;color:#fff}.mh-root-account .btn.outline{background:transparent;border:1px solid rgba(0,0,0,.08);color:#111}.mh-root-account .btn.danger{background:#d43d2f;color:#fff}.mh-root-account .toast{margin-top:12px;padding:10px 12px;border-radius:10px;font-weight:600}.mh-root-account .toast.success{background:#e6f4ea;color:#0b6b3a}.mh-root-account .toast.error{background:#fdecea;color:#b91c1c}@media(min-width:520px){.mh-root-account{padding-bottom:24px}}.mh-root-account .fixed-bottom{position:fixed;left:0;right:0;bottom:0;padding:10px;background:#fff;border-top:1px solid rgba(0,0,0,.04);display:flex;gap:10px;justify-content:space-between;align-items:center;box-shadow:0 -8px 20px #00000008}.mh-root-account .modal-overlay{position:fixed;inset:0;background:#090c1073;display:flex;align-items:center;justify-content:center;z-index:1200}.mh-root-account .modal{width:92%;max-width:420px;background:#fff;border-radius:12px;padding:16px;box-shadow:0 14px 40px #080c141f}.mh-root-account .modal h3{margin:0 0 8px;font-size:17px}.mh-root-account .modal p{margin:0 0 12px;color:#555}.mh-root-account .modal-input{width:100%;padding:10px 12px;border-radius:10px;border:1px solid rgba(0,0,0,.06)}.mh-root-account .muted{color:#888;font-size:14px}@media(max-width:420px){.mh-root-account .mh-card.form-card{margin:8px;border-radius:10px}.mh-root-account .form-header{padding:10px}.mh-root-account .avatar{width:78px;height:78px;border-radius:10px}.mh-root-account .btn{min-height:42px;font-size:14px}}.input-readonly{background:#fafafa;color:#333;border:1px solid rgba(0,0,0,.06)}.settings-item:hover{background:#00000004}.seasons-page__body{padding:16px 18px 24px}.seasons-summary{margin:0 0 16px;font-size:14px;color:#333;line-height:1.45}.seasons-summary--muted{color:#666}.seasons-new-btn{width:100%;margin-bottom:20px;padding:14px 12px;font-size:16px}.season-new-form{background:#f8f9fa;border:1px solid #eee;border-radius:12px;padding:14px;margin-bottom:20px}.season-new-form__title{margin:0 0 12px;font-size:16px;font-weight:700}.season-new-form__actions{display:flex;gap:10px;margin-top:12px}.season-new-form__actions .btn{flex:1}.season-field{display:block;margin-bottom:10px}.season-field span{display:block;margin-bottom:4px;font-size:13px;color:#555}.seasons-list-title{margin:0 0 12px;font-size:15px;font-weight:700;color:#333}.seasons-empty{color:#666;font-size:14px;margin:0}.seasons-list{display:flex;flex-direction:column;gap:12px}.season-card{border:1px solid #e8e8e8;border-radius:12px;padding:14px;background:#fff}.season-card--active{border-color:#0b7a44;box-shadow:0 0 0 1px #0b7a4426}.season-card__header{display:flex;justify-content:space-between;align-items:flex-start;gap:8px;margin-bottom:10px}.season-card__title{margin:0 0 6px;font-size:16px;font-weight:700}.season-badge{display:inline-block;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.03em;padding:3px 8px;border-radius:999px}.season-badge--open{background:#e6f4ec;color:#0b7a44}.season-badge--closed{background:#f0f0f0;color:#666}.season-meta{margin:0 0 12px;display:grid;gap:6px}.season-meta div{display:flex;gap:8px;font-size:13px}.season-meta dt{min-width:72px;color:#888;font-weight:500}.season-meta dd{margin:0;color:#333;flex:1}.season-input{width:100%;padding:10px 12px;border-radius:10px;border:1px solid #e0e0e0;font-size:15px;font-family:var(--font);box-sizing:border-box}.season-input--title{font-weight:700;margin-bottom:6px}.season-card__actions{display:flex;gap:8px;flex-wrap:wrap}.season-card__actions .btn{flex:1;min-width:100px;padding:10px 12px;font-size:14px}.btn.danger{background:#d9534f;color:#fff;border:none;border-radius:12px;font-weight:700;cursor:pointer}.btn.danger:disabled{opacity:.65;cursor:not-allowed}.seasons-toast{position:fixed;bottom:20px;left:16px;right:16px;max-width:480px;margin:0 auto;padding:12px 16px;border-radius:10px;font-size:14px;font-weight:600;text-align:center;z-index:9999;box-shadow:0 4px 20px #00000026}.seasons-toast--success{background:#0b7a44;color:#fff}.seasons-toast--error{background:#d9534f;color:#fff}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/roboto-cyrillic-ext-400-normal-qHufge6k.woff2) format("woff2"),url(/assets/roboto-cyrillic-ext-400-normal-CaK1767H.woff) format("woff");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/roboto-cyrillic-400-normal-CBPI_iaY.woff2) format("woff2"),url(/assets/roboto-cyrillic-400-normal-Bjg-1-sg.woff) format("woff");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:400;src:url(data:font/woff2;base64,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) format("woff2"),url(data:font/woff;base64,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) format("woff");unicode-range:U+1F00-1FFF}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/roboto-greek-400-normal-ai2Z1K3C.woff2) format("woff2"),url(/assets/roboto-greek-400-normal-Bb5mj_fZ.woff) format("woff");unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/roboto-math-400-normal-BEFej5gc.woff2) format("woff2"),url(/assets/roboto-math-400-normal-C9RxBKAh.woff) format("woff");unicode-range:U+0302-0303,U+0305,U+0307-0308,U+0310,U+0312,U+0315,U+031A,U+0326-0327,U+032C,U+032F-0330,U+0332-0333,U+0338,U+033A,U+0346,U+034D,U+0391-03A1,U+03A3-03A9,U+03B1-03C9,U+03D1,U+03D5-03D6,U+03F0-03F1,U+03F4-03F5,U+2016-2017,U+2034-2038,U+203C,U+2040,U+2043,U+2047,U+2050,U+2057,U+205F,U+2070-2071,U+2074-208E,U+2090-209C,U+20D0-20DC,U+20E1,U+20E5-20EF,U+2100-2112,U+2114-2115,U+2117-2121,U+2123-214F,U+2190,U+2192,U+2194-21AE,U+21B0-21E5,U+21F1-21F2,U+21F4-2211,U+2213-2214,U+2216-22FF,U+2308-230B,U+2310,U+2319,U+231C-2321,U+2336-237A,U+237C,U+2395,U+239B-23B7,U+23D0,U+23DC-23E1,U+2474-2475,U+25AF,U+25B3,U+25B7,U+25BD,U+25C1,U+25CA,U+25CC,U+25FB,U+266D-266F,U+27C0-27FF,U+2900-2AFF,U+2B0E-2B11,U+2B30-2B4C,U+2BFE,U+3030,U+FF5B,U+FF5D,U+1D400-1D7FF,U+1EE00-1EEFF}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/roboto-symbols-400-normal-CB1Ce4Gk.woff2) format("woff2"),url(/assets/roboto-symbols-400-normal-DLYbZahX.woff) format("woff");unicode-range:U+0001-000C,U+000E-001F,U+007F-009F,U+20DD-20E0,U+20E2-20E4,U+2150-218F,U+2190,U+2192,U+2194-2199,U+21AF,U+21E6-21F0,U+21F3,U+2218-2219,U+2299,U+22C4-22C6,U+2300-243F,U+2440-244A,U+2460-24FF,U+25A0-27BF,U+2800-28FF,U+2921-2922,U+2981,U+29BF,U+29EB,U+2B00-2BFF,U+4DC0-4DFF,U+FFF9-FFFB,U+10140-1018E,U+10190-1019C,U+101A0,U+101D0-101FD,U+102E0-102FB,U+10E60-10E7E,U+1D2C0-1D2D3,U+1D2E0-1D37F,U+1F000-1F0FF,U+1F100-1F1AD,U+1F1E6-1F1FF,U+1F30D-1F30F,U+1F315,U+1F31C,U+1F31E,U+1F320-1F32C,U+1F336,U+1F378,U+1F37D,U+1F382,U+1F393-1F39F,U+1F3A7-1F3A8,U+1F3AC-1F3AF,U+1F3C2,U+1F3C4-1F3C6,U+1F3CA-1F3CE,U+1F3D4-1F3E0,U+1F3ED,U+1F3F1-1F3F3,U+1F3F5-1F3F7,U+1F408,U+1F415,U+1F41F,U+1F426,U+1F43F,U+1F441-1F442,U+1F444,U+1F446-1F449,U+1F44C-1F44E,U+1F453,U+1F46A,U+1F47D,U+1F4A3,U+1F4B0,U+1F4B3,U+1F4B9,U+1F4BB,U+1F4BF,U+1F4C8-1F4CB,U+1F4D6,U+1F4DA,U+1F4DF,U+1F4E3-1F4E6,U+1F4EA-1F4ED,U+1F4F7,U+1F4F9-1F4FB,U+1F4FD-1F4FE,U+1F503,U+1F507-1F50B,U+1F50D,U+1F512-1F513,U+1F53E-1F54A,U+1F54F-1F5FA,U+1F610,U+1F650-1F67F,U+1F687,U+1F68D,U+1F691,U+1F694,U+1F698,U+1F6AD,U+1F6B2,U+1F6B9-1F6BA,U+1F6BC,U+1F6C6-1F6CF,U+1F6D3-1F6D7,U+1F6E0-1F6EA,U+1F6F0-1F6F3,U+1F6F7-1F6FC,U+1F700-1F7FF,U+1F800-1F80B,U+1F810-1F847,U+1F850-1F859,U+1F860-1F887,U+1F890-1F8AD,U+1F8B0-1F8BB,U+1F8C0-1F8C1,U+1F900-1F90B,U+1F93B,U+1F946,U+1F984,U+1F996,U+1F9E9,U+1FA00-1FA6F,U+1FA70-1FA7C,U+1FA80-1FA89,U+1FA8F-1FAC6,U+1FACE-1FADC,U+1FADF-1FAE9,U+1FAF0-1FAF8,U+1FB00-1FBFF}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/roboto-vietnamese-400-normal-D2PTxGxD.woff2) format("woff2"),url(/assets/roboto-vietnamese-400-normal-DnpnVwnf.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/roboto-latin-ext-400-normal-C3tdtHj3.woff2) format("woff2"),url(/assets/roboto-latin-ext-400-normal-scX0fKtV.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/roboto-latin-400-normal-BqEyEoaF.woff2) format("woff2"),url(/assets/roboto-latin-400-normal-DyYNIH4P.woff) format("woff");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+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/roboto-cyrillic-ext-500-normal-BWC_xYeb.woff2) format("woff2"),url(/assets/roboto-cyrillic-ext-500-normal-DqF2hftb.woff) format("woff");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/roboto-cyrillic-500-normal-CLao9AfR.woff2) format("woff2"),url(/assets/roboto-cyrillic-500-normal-CBKMylY4.woff) format("woff");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:500;src:url(data:font/woff2;base64,d09GMgABAAAAAA5YABIAAAAAGtwAAA34AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGhQbHhw0BmA/U1RBVFoAXgiBfgmfBhEMCoJ0gnQLFAABNgIkAyQEIAWFAAcgDIVOG40ZsxE1bBwMA50XA/wfEughKnuK7YfAQd7oCKWRnZ7rMH3WH3FsBrJK3bzAMeKEykqrc8fNcEo8/9JCPtUOSEZIMgsR4dRmT2A5BPzAKrLVj5KUOQV2SkTvPBPJ/6yZqYewZ4G08FV/WXYY3caAaSeSJyC57ZnkuCeCU6b+3i5POXVqT6iwuVQOw+WiJZ6nd/du+xh4IpEGjG2Z3dGcAqlNjz9FxiQtBwosfI2s0pP64PnlfSgiK6u63puWvyu6zeJKfGytZZLFgy+Pz4NRVSkDrVA18oRwmx9A6j+t+Wbf7ib9WwRVjioKSUrWmLw3mWTfzG5gPk5Spi1ni/kq+XUItp44LR8Qu7MnT2h78nSJ6eEnrpetMSCJfdtw0sGYOIEYTZC1L3siQASZFSxzZBOEkXFtks5dewcYpbPs5XmAxHVd6+FJWaPmz5xM2riZYyZFkyaPaJ0qeBvk3l3XJsmvGGDsM+pBsssJ7SXGKgB6sE00k63u1q9ft/CNs/uY/A9jffsUOchhAP1qIwTkoCHbT9I6ofRJKlBzR7eOl0KYO258q5Qg/xXmjVKHIo8kTDQUistbpSSulUr5FYd8rZjRV1AF7VrKo3V62iisrk2uvSPJ4ci+b3EDDuQo7/d+6uEf3uPvfEwqExKNEAnQ16+eDN63q/4P3m8cJ+b13wD3eZCD5+i77dbF702r3Os8+qx9XuEWe/Mhu8JHO5twlrnkiA12ustZyWznZl3Ieke9v+yg2zXxiQXHELMPuLvWbrLP3vlmr7DVXhfd4v48Jf/pt93YUyXaQD44nD1FSJuV1tux+DbV05LpzyjmsZjlDG+p+Wcec8mrvC9FLGSt7Q466dbZSIzdc++e3btWr1q5YvmytuDSJYsXLSzbbTfrFcvQ1HIxn00n4xFJ4NEezmflNIZnT588Pph492j/m/Fo0H/44P69XrfTbjW//CTfWK9laXO5y3fnG/WaSmFrGmyO3TKsJBzh62DEEmTgTG/oioY2xms2EGgKuD7OZIMY+ApWlQZWzbN6I+4NJo4KWQ2Itowxkqd0iS5rfaBcFt12HXuFnoY0UC/LoL6nMgH6EmYJFgu5NaITVt5s8s85jFjPWLds2M31dclHRO443L0H5U/LqAVKqhrU1G8rH3GFoW7iwOHQtyvWwEIhwB6jCs7z9/XPFMAlESw87TspAz/WuNFDx+2bljIb8r6KD/2cfiI29Vqi6Jiq2fEgSXY8mriqQSHneNK9om7hbrjjU43PMsCe7faUCOGe01Qv6w3deaXXlci9oDtq/11TVqsLeM+Cu3whpcKYxtwiZB2V0ou2hKOnrFQwXeJYbsxud6GE0D2XmXZ65212mGFbtt+OUJEqvV3QfPN44t0CfuGWJZFCQdAbuPJOCbbrt6TfKYRO4uUE6QnB/GeI4lhlgXvkjG9yrDj4NjXeEkGk+FRdQpW6k92hXisSXZaHdtb3gSAAVwevGQWKqa+GjBz/qqCNd9/aN+o1AvTJ8VyzTy1vyWmBEctpbeXzYGWg0fDq4/zKTkDRKbkZuCw0jjtwX7lPw64Hm66ivCmSKpdR4gfBO4mGzxKOn2U31I2E/coWNsr8DrJyhzruprrproBbCtx9/RcXXNB7L2SDp0SQvjvShz6CSwhH6HJHJx0djfHvZfUaFQke2Ea91hskeWj7Bw4FnEoSGrR56fNYxsteDaPZCPnaaqPhpeoKkuJWLIPKL7xQyUy8sYsjzSADaAgw4tRMJnLfZDxxkv8845FLckvWqIyaSq9lrvTzyka9ljlQTctrkkxqYaZbysNgz4rVNPAUeWFwuA94FPhQ2RANd5sUZQ83ST8XMxXBIM6EyqEzNPOcN5YBfTf3aUFcQ1A0sFwarmLSiAP3BaQ4Sh3PVRNOC9CcEMlIyo8y2Nc49JatXcTrlIRzvsIFocBpQYtNkngtIwjY8Yeg0z2Q3FQbD20vyqjLDsQKrZ2PY6u2DROwOgPCpHq89il4CoGBu2x07JgqHcYBRout6tuE4eiJIxtlot6Anzmr4KoT983ZIITv8r4HaDvfqOkCRg6gJbAU2ajQLEgQjLB2irgTp5bjHBzaDNhIHqWheIg0btIFGy8zhD/JeasripGFX2qUVCNhKVgY9qRJ+LLMvoYnuYJuuR8sG8qpSd1djhohR6hOKPurlmP2/QgdAhwljmxaWv0MmwtdJ1ZgiOW+BBg6jLJpF8HEzizouCQgB+yGz8RBd5aBYil3Qi2IMVrDGgLVGOm36ohHGgs6ZZXPXJPfZi9cNqwt8HJIwK88ttClkkU5k/J6Rb171MqBCs+MoEjNRUR1TRQQVc38nfsRJCNgtBoSGbbRVXww7SCBofF+E7RvjKSEei0XMpqex/fuIGoBuJnumNFA0mnUbruRl2a1GufnPVir4oPeExd5J+oyxcuZKecebMFuOJOMVlZxS1TuGpWDfYy6A2cMm1VNOLRnJExY2bAvfOnZsLtCYHYEZU1WTZiUgHcU4HZWWKkIOCsgqFBL8CsKsfjSDfy7JupWke0L0nPy7S0pWTbC7Oc53neAS/oaTQ6BxEnai2vLgLFb1kv+Glg0vOlWbYmY8glZ/AZF503lQ4eA8RxYsFSicPw1yTMQ1hoErzOgkiBWpNNw7RUudlKtC10MF7Rz11OkeW0kLG/VtLQzS23uHhd/AymX4TxtqfDP5kcL6DfPHpU3M3bGRFnXVdgkOdfrv4c3Qs4qWK056W6r6P3uUkI6Aht9cUsWqYE+ykX2UzUhh0c1Q242YYMtAo0rf6EJWKfYD0OJFdKPfchaJaacsL/T2C3pZY9UyqG44tPAD17FytIqGj597hqg5RI2fwMobXkNyla7lBfEC/JB4MnWaxLWNuqAaxS9fZY9XdouE0FOic1pIst9GI5alQyCvU7A8Mv/684JNM5xzQmgKMvfg1/7IO05sfJpYTu9238cPXa/kLfs/1Cxg1VDA1n/+0SLYpx3n9jdW/5Fa/CuEqP5iV5E6MzYrIa65UgVuMVCZyVEQsVq7uAleG+a3nCf+DmjieOcsmvq2iFQxEcXH8ERNO6avuyBXxW/+vE3RUMLxsbClO/R9cJvABu+7ExrzfhtTLByYobvLgm8ZEFia0F6I2iPw4KNyRuzcFh1yv+WRZGOJLBU8Jy/N/6IVfCUfzBUjMH02EmfAqi4/6GXQKeqHkN17bsSMQDCqao2fn+mIAMftTIStv6FFFmr4vkfNm13/AHfiVpRntlr8Uc07Ay+JQE6teFfcwnAG4OwbD8uizLPhgX88SO3SeBgpwbt093eXmUoLCyv7JIN8ePHqc8cBgSUYgeKKCACqFMrZFg7SoHWwxPeeWdl4ye1I5s/hLzr+Ye8wszCeXGwAP2wCwn+V18NW/f662+LtL3zxhvh61977a3AE7xuWSZ49ZgEwZe14A2rXyjN4TSOlPB3+bqA5sCanaHL5XKNEaKPHi1bmb2AiX95sqUwsfXqthyjtfahBrxC/5OOceiO94avXvXu8KN3NBonwZU36kfufMqrVhMf4vCdg/W/f30WVN3dtGS5PWhQmx33Vd+9oE+tvqcl2AaBv7cbrPor/r1bVyR8e/1TiR9dt/TPyZlAx8IRu3p361vcvCFumyKMrogP83/LA0H8P9n71hhlvG77i82MWG2m6Z9JeXldbH1N7e2GEelTykd1fXXMc3XV87e/Q1NVsRA3mPKGBgTQtDfuSn7tDIu+9jcr3QLg0R/3CsBnG9NaC/qNHtLqCnKAb/L/W2A8pfBxTmSRzeHXNjCaLvkPJozljNHSGV0X0lr0/pYVmFyLjiKGavZBfR49G4UA0dxNQ3Q/cHMSYkZI4++MIopvMxo13Nus82UMitjFJpdelInicrpmYojgao5tqao5pJAwCrjY0ilcYumI5koZrrM3Qw9aGcFkbozUUzKILY7Ad02ao0zpyE0j9TGcUHF/MctytnHXA0NSuOILNCvVyfM8PjAzNI8ipg3CMt20Un8rrqVVEbiYM6XXpA6L0dXF1TQMbAhrr6xvNVJsSOrzUkNsmp0s49n1Ex0U78KY9tmwfIvyiGyXNafF5FEY9KfDplGdR6zuydQ8WK/puS0Xxoj9VMORXJbVbdxTqykFY55fKyYGHmSaa6UsUz07sGnat2skHmVLgpG+J7p7Osf/4IT94/3d9ydsHzc2L6xfB1ptr+wNzI2DvlKgLljusDj/5yfMjiamR+5Pjg8xPhRodHwgcgViAD44fzjLg27/C/sNeu2m23B0CrTLRatCs141MtQT1CJUw38lQDm8lTwUHRQsH+WtAuV0E1kNGX2TNpAyF0kFCSlDcXkTkxCVRUSkDIUFhBgEGYUABz+n4AN46ZWHgpuA6wcctmvbbXpkNbxbjBTMxhRMRi4yGq50Wjc0agoqZRQyqRuizyehQIwEkOrTU1sK0uKy84201Ja8VI/nXJedc2VKUkt2SmV2VrJHkrwlyZedXp+a0ZzSkJTRnHZxk/9zElOvTzrVFF8b58TWxjhxbowb2RDhGA26E+HqbrY+TFfR+lL9B12LHhrlhDeEOb4G05FanCg3zDXdpaZUm/3MaaZ2gznMXGpquNVINdP4Ac3fYDlag3IsV7nZaphS0Wqp+kFpmm0bcqdsCQXKe93p87K9Qv7+zSFZEyoclb6qPaApZK4J4TQ1N7aLbHJXbtxIZsdeoS2DGm/WuD+S265UpwGN7bq2yZ3VSjnl5eUv9NXZlF8oSaLENcuJnkquoykHD/kWobEqo4ySnL/L4NL/SaUA) format("woff2"),url(data:font/woff;base64,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) format("woff");unicode-range:U+1F00-1FFF}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/roboto-greek-500-normal-C9AnhcmC.woff2) format("woff2"),url(/assets/roboto-greek-500-normal-oCqhoyfc.woff) format("woff");unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/roboto-math-500-normal-C4NU9gLX.woff2) format("woff2"),url(/assets/roboto-math-500-normal-C-7mKPO3.woff) format("woff");unicode-range:U+0302-0303,U+0305,U+0307-0308,U+0310,U+0312,U+0315,U+031A,U+0326-0327,U+032C,U+032F-0330,U+0332-0333,U+0338,U+033A,U+0346,U+034D,U+0391-03A1,U+03A3-03A9,U+03B1-03C9,U+03D1,U+03D5-03D6,U+03F0-03F1,U+03F4-03F5,U+2016-2017,U+2034-2038,U+203C,U+2040,U+2043,U+2047,U+2050,U+2057,U+205F,U+2070-2071,U+2074-208E,U+2090-209C,U+20D0-20DC,U+20E1,U+20E5-20EF,U+2100-2112,U+2114-2115,U+2117-2121,U+2123-214F,U+2190,U+2192,U+2194-21AE,U+21B0-21E5,U+21F1-21F2,U+21F4-2211,U+2213-2214,U+2216-22FF,U+2308-230B,U+2310,U+2319,U+231C-2321,U+2336-237A,U+237C,U+2395,U+239B-23B7,U+23D0,U+23DC-23E1,U+2474-2475,U+25AF,U+25B3,U+25B7,U+25BD,U+25C1,U+25CA,U+25CC,U+25FB,U+266D-266F,U+27C0-27FF,U+2900-2AFF,U+2B0E-2B11,U+2B30-2B4C,U+2BFE,U+3030,U+FF5B,U+FF5D,U+1D400-1D7FF,U+1EE00-1EEFF}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/roboto-symbols-500-normal-B_CZKVJS.woff2) format("woff2"),url(/assets/roboto-symbols-500-normal-F7c8nfcH.woff) format("woff");unicode-range:U+0001-000C,U+000E-001F,U+007F-009F,U+20DD-20E0,U+20E2-20E4,U+2150-218F,U+2190,U+2192,U+2194-2199,U+21AF,U+21E6-21F0,U+21F3,U+2218-2219,U+2299,U+22C4-22C6,U+2300-243F,U+2440-244A,U+2460-24FF,U+25A0-27BF,U+2800-28FF,U+2921-2922,U+2981,U+29BF,U+29EB,U+2B00-2BFF,U+4DC0-4DFF,U+FFF9-FFFB,U+10140-1018E,U+10190-1019C,U+101A0,U+101D0-101FD,U+102E0-102FB,U+10E60-10E7E,U+1D2C0-1D2D3,U+1D2E0-1D37F,U+1F000-1F0FF,U+1F100-1F1AD,U+1F1E6-1F1FF,U+1F30D-1F30F,U+1F315,U+1F31C,U+1F31E,U+1F320-1F32C,U+1F336,U+1F378,U+1F37D,U+1F382,U+1F393-1F39F,U+1F3A7-1F3A8,U+1F3AC-1F3AF,U+1F3C2,U+1F3C4-1F3C6,U+1F3CA-1F3CE,U+1F3D4-1F3E0,U+1F3ED,U+1F3F1-1F3F3,U+1F3F5-1F3F7,U+1F408,U+1F415,U+1F41F,U+1F426,U+1F43F,U+1F441-1F442,U+1F444,U+1F446-1F449,U+1F44C-1F44E,U+1F453,U+1F46A,U+1F47D,U+1F4A3,U+1F4B0,U+1F4B3,U+1F4B9,U+1F4BB,U+1F4BF,U+1F4C8-1F4CB,U+1F4D6,U+1F4DA,U+1F4DF,U+1F4E3-1F4E6,U+1F4EA-1F4ED,U+1F4F7,U+1F4F9-1F4FB,U+1F4FD-1F4FE,U+1F503,U+1F507-1F50B,U+1F50D,U+1F512-1F513,U+1F53E-1F54A,U+1F54F-1F5FA,U+1F610,U+1F650-1F67F,U+1F687,U+1F68D,U+1F691,U+1F694,U+1F698,U+1F6AD,U+1F6B2,U+1F6B9-1F6BA,U+1F6BC,U+1F6C6-1F6CF,U+1F6D3-1F6D7,U+1F6E0-1F6EA,U+1F6F0-1F6F3,U+1F6F7-1F6FC,U+1F700-1F7FF,U+1F800-1F80B,U+1F810-1F847,U+1F850-1F859,U+1F860-1F887,U+1F890-1F8AD,U+1F8B0-1F8BB,U+1F8C0-1F8C1,U+1F900-1F90B,U+1F93B,U+1F946,U+1F984,U+1F996,U+1F9E9,U+1FA00-1FA6F,U+1FA70-1FA7C,U+1FA80-1FA89,U+1FA8F-1FAC6,U+1FACE-1FADC,U+1FADF-1FAE9,U+1FAF0-1FAF8,U+1FB00-1FBFF}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/roboto-vietnamese-500-normal-B3ncpOoB.woff2) format("woff2"),url(/assets/roboto-vietnamese-500-normal-D380IkQ8.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/roboto-latin-ext-500-normal-pMCM9Ixg.woff2) format("woff2"),url(/assets/roboto-latin-ext-500-normal-Cyc0AKLz.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/roboto-latin-500-normal-7RbcRiD8.woff2) format("woff2"),url(/assets/roboto-latin-500-normal-DQZyH_nt.woff) format("woff");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+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/roboto-cyrillic-ext-700-normal-DmFxo5wj.woff2) format("woff2"),url(/assets/roboto-cyrillic-ext-700-normal-CI7FH63F.woff) format("woff");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/roboto-cyrillic-700-normal-C2o7G-SM.woff2) format("woff2"),url(/assets/roboto-cyrillic-700-normal-DhZFXDSN.woff) format("woff");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:700;src:url(data:font/woff2;base64,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) format("woff2"),url(data:font/woff;base64,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) format("woff");unicode-range:U+1F00-1FFF}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/roboto-greek-700-normal-0aHWxGLu.woff2) format("woff2"),url(/assets/roboto-greek-700-normal-DjRqqLBV.woff) format("woff");unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/roboto-math-700-normal-B8YqGHVc.woff2) format("woff2"),url(/assets/roboto-math-700-normal-DVoD5t2k.woff) format("woff");unicode-range:U+0302-0303,U+0305,U+0307-0308,U+0310,U+0312,U+0315,U+031A,U+0326-0327,U+032C,U+032F-0330,U+0332-0333,U+0338,U+033A,U+0346,U+034D,U+0391-03A1,U+03A3-03A9,U+03B1-03C9,U+03D1,U+03D5-03D6,U+03F0-03F1,U+03F4-03F5,U+2016-2017,U+2034-2038,U+203C,U+2040,U+2043,U+2047,U+2050,U+2057,U+205F,U+2070-2071,U+2074-208E,U+2090-209C,U+20D0-20DC,U+20E1,U+20E5-20EF,U+2100-2112,U+2114-2115,U+2117-2121,U+2123-214F,U+2190,U+2192,U+2194-21AE,U+21B0-21E5,U+21F1-21F2,U+21F4-2211,U+2213-2214,U+2216-22FF,U+2308-230B,U+2310,U+2319,U+231C-2321,U+2336-237A,U+237C,U+2395,U+239B-23B7,U+23D0,U+23DC-23E1,U+2474-2475,U+25AF,U+25B3,U+25B7,U+25BD,U+25C1,U+25CA,U+25CC,U+25FB,U+266D-266F,U+27C0-27FF,U+2900-2AFF,U+2B0E-2B11,U+2B30-2B4C,U+2BFE,U+3030,U+FF5B,U+FF5D,U+1D400-1D7FF,U+1EE00-1EEFF}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/roboto-symbols-700-normal-BiFDindJ.woff2) format("woff2"),url(/assets/roboto-symbols-700-normal-BoS6HWkc.woff) format("woff");unicode-range:U+0001-000C,U+000E-001F,U+007F-009F,U+20DD-20E0,U+20E2-20E4,U+2150-218F,U+2190,U+2192,U+2194-2199,U+21AF,U+21E6-21F0,U+21F3,U+2218-2219,U+2299,U+22C4-22C6,U+2300-243F,U+2440-244A,U+2460-24FF,U+25A0-27BF,U+2800-28FF,U+2921-2922,U+2981,U+29BF,U+29EB,U+2B00-2BFF,U+4DC0-4DFF,U+FFF9-FFFB,U+10140-1018E,U+10190-1019C,U+101A0,U+101D0-101FD,U+102E0-102FB,U+10E60-10E7E,U+1D2C0-1D2D3,U+1D2E0-1D37F,U+1F000-1F0FF,U+1F100-1F1AD,U+1F1E6-1F1FF,U+1F30D-1F30F,U+1F315,U+1F31C,U+1F31E,U+1F320-1F32C,U+1F336,U+1F378,U+1F37D,U+1F382,U+1F393-1F39F,U+1F3A7-1F3A8,U+1F3AC-1F3AF,U+1F3C2,U+1F3C4-1F3C6,U+1F3CA-1F3CE,U+1F3D4-1F3E0,U+1F3ED,U+1F3F1-1F3F3,U+1F3F5-1F3F7,U+1F408,U+1F415,U+1F41F,U+1F426,U+1F43F,U+1F441-1F442,U+1F444,U+1F446-1F449,U+1F44C-1F44E,U+1F453,U+1F46A,U+1F47D,U+1F4A3,U+1F4B0,U+1F4B3,U+1F4B9,U+1F4BB,U+1F4BF,U+1F4C8-1F4CB,U+1F4D6,U+1F4DA,U+1F4DF,U+1F4E3-1F4E6,U+1F4EA-1F4ED,U+1F4F7,U+1F4F9-1F4FB,U+1F4FD-1F4FE,U+1F503,U+1F507-1F50B,U+1F50D,U+1F512-1F513,U+1F53E-1F54A,U+1F54F-1F5FA,U+1F610,U+1F650-1F67F,U+1F687,U+1F68D,U+1F691,U+1F694,U+1F698,U+1F6AD,U+1F6B2,U+1F6B9-1F6BA,U+1F6BC,U+1F6C6-1F6CF,U+1F6D3-1F6D7,U+1F6E0-1F6EA,U+1F6F0-1F6F3,U+1F6F7-1F6FC,U+1F700-1F7FF,U+1F800-1F80B,U+1F810-1F847,U+1F850-1F859,U+1F860-1F887,U+1F890-1F8AD,U+1F8B0-1F8BB,U+1F8C0-1F8C1,U+1F900-1F90B,U+1F93B,U+1F946,U+1F984,U+1F996,U+1F9E9,U+1FA00-1FA6F,U+1FA70-1FA7C,U+1FA80-1FA89,U+1FA8F-1FAC6,U+1FACE-1FADC,U+1FADF-1FAE9,U+1FAF0-1FAF8,U+1FB00-1FBFF}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/roboto-vietnamese-700-normal-BEVeWqJt.woff2) format("woff2"),url(/assets/roboto-vietnamese-700-normal-DsFyXAL4.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/roboto-latin-ext-700-normal-DSBUz0N1.woff2) format("woff2"),url(/assets/roboto-latin-ext-700-normal-BUhwtWwy.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/roboto-latin-700-normal-BZpUvMxY.woff2) format("woff2"),url(/assets/roboto-latin-700-normal-DLgJJpmK.woff) format("woff");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+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
