.LoginScreen-module__46-dwq__container{width:100vw;height:100vh;font-family:var(--font-sans);background-color:#000;position:relative;overflow:hidden}.LoginScreen-module__46-dwq__videoBg{object-fit:cover;z-index:0;width:100%;height:100%;transition:opacity .5s;position:absolute;top:0;left:0}.LoginScreen-module__46-dwq__videoBg.LoginScreen-module__46-dwq__hidden{opacity:0;pointer-events:none}.LoginScreen-module__46-dwq__youtubeIframe{pointer-events:none}.LoginScreen-module__46-dwq__youtubeIframe iframe{pointer-events:none!important;width:100vw!important;min-width:177.77vh!important;height:56.25vw!important;min-height:100vh!important;position:absolute!important;top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important}.LoginScreen-module__46-dwq__staticBg{z-index:0;position:absolute;top:0;left:0}.LoginScreen-module__46-dwq__overlay{z-index:1;pointer-events:none;background:#0006;position:absolute;inset:0}.LoginScreen-module__46-dwq__statusOverlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:100;background:#0009;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.LoginScreen-module__46-dwq__statusBox{color:#fff;background:#000000d9;border:1px solid #ffffff26;width:480px;padding:20px;box-shadow:0 0 50px #000}.LoginScreen-module__46-dwq__statusTitle{border-bottom:1px solid #ffffff1a;margin-bottom:10px;padding-bottom:10px;font-family:serif;font-size:18px}.LoginScreen-module__46-dwq__statusMessage{color:#ccc;margin-bottom:30px;font-size:14px}.LoginScreen-module__46-dwq__loadingContainer{justify-content:center;align-items:center;height:60px;display:flex}.LoginScreen-module__46-dwq__loadingBars{align-items:flex-end;gap:4px;display:flex}.LoginScreen-module__46-dwq__bar{background:#fff;width:6px;animation:1s ease-in-out infinite LoginScreen-module__46-dwq__barGrow}.LoginScreen-module__46-dwq__bar:first-child{height:20px;animation-delay:0s}.LoginScreen-module__46-dwq__bar:nth-child(2){height:14px;animation-delay:.2s}.LoginScreen-module__46-dwq__bar:nth-child(3){height:8px;animation-delay:.4s}@keyframes LoginScreen-module__46-dwq__barGrow{0%,to{opacity:.3;transform:scaleY(1)}50%{opacity:1;transform:scaleY(1.3)}}.LoginScreen-module__46-dwq__content{z-index:2;flex-direction:column;height:100%;padding:40px 60px;display:flex;position:relative}.LoginScreen-module__46-dwq__headerLogo{flex-direction:column;align-items:center;width:100%;margin-bottom:20px;display:flex}.LoginScreen-module__46-dwq__logoImage{filter:drop-shadow(0 0 10px #00000080);width:280px;height:auto}.LoginScreen-module__46-dwq__fanProjectTag{color:#c8aa6e;letter-spacing:3px;font-size:10px;font-family:var(--font-sans);opacity:.7;text-shadow:0 2px 4px #000c;margin-top:-5px}.LoginScreen-module__46-dwq__loginBox{background:#060c16f2;border:1px solid #848fa033;flex-direction:column;width:400px;padding:30px;display:flex;box-shadow:0 0 40px #000000e6}.LoginScreen-module__46-dwq__loginGroup{flex-direction:column;align-items:center;width:400px;margin-top:60px;display:flex}.LoginScreen-module__46-dwq__title{color:#fff;font-size:20px;font-family:var(--font-serif);border-bottom:1px solid #ffffff1a;width:100%;margin-bottom:15px;padding-bottom:12px;font-weight:400}.LoginScreen-module__46-dwq__formGroup{margin-bottom:15px}.LoginScreen-module__46-dwq__label{color:#eee;font-size:14px;font-family:var(--font-serif);margin-bottom:6px;display:block}.LoginScreen-module__46-dwq__input{color:#000;width:100%;font-size:16px;font-family:var(--font-serif);background:#fff;border:1px solid #333;outline:none;height:32px;padding:4px 10px}.LoginScreen-module__46-dwq__input::placeholder{color:#999}.LoginScreen-module__46-dwq__selectWrapper{position:relative}.LoginScreen-module__46-dwq__select{color:#000;width:100%;font-size:16px;font-family:var(--font-serif);cursor:pointer;appearance:none;background:#fff;border:1px solid #333;outline:none;height:32px;padding:4px 10px}.LoginScreen-module__46-dwq__selectWrapper:after{content:"▼";color:#333;pointer-events:none;font-size:10px;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.LoginScreen-module__46-dwq__optionsRow{justify-content:space-between;align-items:center;margin-top:15px;display:flex}.LoginScreen-module__46-dwq__checkboxContainer{cursor:pointer;font-size:14px;font-family:var(--font-serif);color:#eee;-webkit-user-select:none;user-select:none;align-items:center;padding-left:24px;display:flex;position:relative}.LoginScreen-module__46-dwq__checkboxContainer input{opacity:0;cursor:pointer;position:absolute}.LoginScreen-module__46-dwq__checkmark{background-color:#555;border:1px solid #777;width:16px;height:16px;position:absolute;top:0;left:0}.LoginScreen-module__46-dwq__checkboxContainer input:checked~.LoginScreen-module__46-dwq__checkmark{background-color:#333}.LoginScreen-module__46-dwq__checkmark:after{content:"";display:none;position:absolute}.LoginScreen-module__46-dwq__checkboxContainer input:checked~.LoginScreen-module__46-dwq__checkmark:after{display:block}.LoginScreen-module__46-dwq__checkboxContainer .LoginScreen-module__46-dwq__checkmark:after{border:2px solid #fff;border-width:0 2px 2px 0;width:4px;height:8px;top:2px;left:5px;transform:rotate(45deg)}.LoginScreen-module__46-dwq__loginButton{color:#999;font-size:15px;font-family:var(--font-serif);cursor:not-allowed;text-shadow:1px 1px 1px #00000080;background:linear-gradient(#777,#444);border:1px solid #333;border-radius:2px;padding:8px 24px;font-weight:700;transition:all .2s;box-shadow:inset 0 1px #ffffff1a}.LoginScreen-module__46-dwq__loginButton.LoginScreen-module__46-dwq__active{color:#fffde0;cursor:pointer;text-shadow:1px 1px 2px #000c;background:linear-gradient(#f90 0%,#e65c00 100%);border:1px solid #4a2a00;box-shadow:0 2px 5px #0009,inset 0 1px 1px #ffffffb3,inset 0 -1px 2px #0006}.LoginScreen-module__46-dwq__loginButton.LoginScreen-module__46-dwq__active:hover{filter:brightness(1.05);background:linear-gradient(#ffac33,#ff7a00);box-shadow:0 2px 5px #0009,inset 0 1px 1px #fffc,inset 0 -1px 2px #0006}.LoginScreen-module__46-dwq__loginButton.LoginScreen-module__46-dwq__active:active{background:linear-gradient(#9e5218,#e89132);transform:translateY(1px)}.LoginScreen-module__46-dwq__error{color:#ff4d4d;margin-top:10px;font-size:11px}.LoginScreen-module__46-dwq__footerLinks{font-size:14px;font-family:var(--font-serif);color:#eee;margin-top:30px;line-height:2}.LoginScreen-module__46-dwq__footerLinks a{color:#09f;font-weight:500;text-decoration:none}.LoginScreen-module__46-dwq__footerLinks a:hover{text-decoration:underline}.LoginScreen-module__46-dwq__freeText{text-align:center;color:#f0e6d2;font-size:16px;font-family:var(--font-serif);text-shadow:0 2px 4px #00000080;margin-top:15px;font-weight:400}.LoginScreen-module__46-dwq__freePart{color:#c8aa6e;font-weight:700}.LoginScreen-module__46-dwq__bottomLeft{flex-direction:row;align-items:flex-end;gap:30px;margin-top:auto;display:flex}.LoginScreen-module__46-dwq__riotBrand{align-items:flex-end;display:flex}.LoginScreen-module__46-dwq__kofiLink{transition:transform .2s,filter .2s;display:flex}.LoginScreen-module__46-dwq__kofiLink:hover{filter:brightness(1.2);transform:scale(1.05)}.LoginScreen-module__46-dwq__riotLogoImage{filter:drop-shadow(0 0 5px #00000080);width:auto;height:36px}.LoginScreen-module__46-dwq__settingsGroup{flex-direction:column;gap:8px;display:flex}.LoginScreen-module__46-dwq__termsLink{color:#12c1c7;text-transform:capitalize;font-size:12px}.LoginScreen-module__46-dwq__settingsCheckbox{cursor:pointer;color:#fff;-webkit-user-select:none;user-select:none;align-items:center;padding-left:24px;font-size:12px;display:flex;position:relative}.LoginScreen-module__46-dwq__settingsCheckbox input{opacity:0;cursor:pointer;position:absolute}.LoginScreen-module__46-dwq__smallCheckmark{background-color:#333;border:1px solid #555;width:14px;height:14px;position:absolute;top:0;left:0}.LoginScreen-module__46-dwq__settingsCheckbox input:checked~.LoginScreen-module__46-dwq__smallCheckmark{background-color:#555}.LoginScreen-module__46-dwq__smallCheckmark:after{content:"";display:none;position:absolute}.LoginScreen-module__46-dwq__settingsCheckbox input:checked~.LoginScreen-module__46-dwq__smallCheckmark:after{display:block}.LoginScreen-module__46-dwq__smallCheckmark:after{border:1px solid #fff;border-width:0 1px 1px 0;width:3px;height:7px;top:1px;left:4px;transform:rotate(45deg)}.LoginScreen-module__46-dwq__bottomRight{align-items:center;gap:12px;display:flex;position:absolute;bottom:40px;right:60px}.LoginScreen-module__46-dwq__cogButton{cursor:pointer;background:linear-gradient(#777,#444);border:1px solid #1a1a1a;border-radius:2px;justify-content:center;align-items:center;width:32px;height:32px;padding:0;transition:all .2s;display:flex;box-shadow:inset 0 1px #ffffff1a,0 2px 4px #00000080}.LoginScreen-module__46-dwq__cogButton:hover{background:linear-gradient(#888,#555)}.LoginScreen-module__46-dwq__cogButton:active{background:linear-gradient(#444,#777);box-shadow:inset 0 2px 4px #00000080}.LoginScreen-module__46-dwq__cogSvg{color:#e0e0e0;filter:drop-shadow(1px 1px 1px #00000080);width:18px;height:18px;transition:color .2s}.LoginScreen-module__46-dwq__cogButton:hover .LoginScreen-module__46-dwq__cogSvg{color:#fff}.LoginScreen-module__46-dwq__themeSelectorOverlay{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:200;background:#000c;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.LoginScreen-module__46-dwq__themeSelectorBox{background:#060c16f2;border:1px solid #785a28;width:800px;max-width:90%;padding:30px;position:relative;box-shadow:0 0 40px #000,inset 0 0 0 1px #c8aa6e33}.LoginScreen-module__46-dwq__themeSelectorHeader{border-bottom:1px solid #785a2880;justify-content:space-between;align-items:center;margin-bottom:25px;padding-bottom:15px;display:flex}.LoginScreen-module__46-dwq__themeSelectorTitle{color:#f0e6d2;font-family:var(--font-serif);text-transform:uppercase;letter-spacing:2px;margin:0;font-size:24px}.LoginScreen-module__46-dwq__closeButton{color:#c8aa6e;cursor:pointer;background:0 0;border:none;padding:0;font-size:24px;line-height:1;transition:color .2s}.LoginScreen-module__46-dwq__closeButton:hover{color:#f0e6d2}.LoginScreen-module__46-dwq__themeGrid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:20px;max-height:60vh;padding-right:10px;display:grid;overflow-y:auto}.LoginScreen-module__46-dwq__themeGrid::-webkit-scrollbar{width:8px}.LoginScreen-module__46-dwq__themeGrid::-webkit-scrollbar-track{background:#0000004d}.LoginScreen-module__46-dwq__themeGrid::-webkit-scrollbar-thumb{background:#785a28;border-radius:4px}.LoginScreen-module__46-dwq__themeOption{cursor:pointer;background:#00000080;border:1px solid #333;border-radius:2px;transition:all .2s;position:relative;overflow:hidden}.LoginScreen-module__46-dwq__themeOption:hover{border-color:#c8aa6e;box-shadow:0 5px 15px #00000080}.LoginScreen-module__46-dwq__activeTheme{border-color:#f0e6d2;box-shadow:0 0 15px #c8aa6e80}.LoginScreen-module__46-dwq__themeThumbnail{object-fit:cover;object-position:center 20%;filter:brightness(.8);width:100%;height:120px;transition:filter .2s;display:block}.LoginScreen-module__46-dwq__themeOption:hover .LoginScreen-module__46-dwq__themeThumbnail,.LoginScreen-module__46-dwq__activeTheme .LoginScreen-module__46-dwq__themeThumbnail{filter:brightness(1.1)}.LoginScreen-module__46-dwq__themeInfo{background:linear-gradient(#000000b3,#000000e6);border-top:1px solid #ffffff0d;flex-direction:column;gap:4px;padding:10px 12px;display:flex}.LoginScreen-module__46-dwq__themeName{color:#a09b8c;font-family:var(--font-serif);text-align:center;font-size:14px;transition:color .2s}.LoginScreen-module__46-dwq__themeDate{color:#777;text-align:center;font-size:10px;font-family:var(--font-sans);text-transform:uppercase;letter-spacing:1px;transition:color .2s}.LoginScreen-module__46-dwq__themeOption:hover .LoginScreen-module__46-dwq__themeName,.LoginScreen-module__46-dwq__activeTheme .LoginScreen-module__46-dwq__themeName{color:#f0e6d2}.LoginScreen-module__46-dwq__themeOption:hover .LoginScreen-module__46-dwq__themeDate,.LoginScreen-module__46-dwq__activeTheme .LoginScreen-module__46-dwq__themeDate{color:#a09b8c}
.MainMenu-module__4-HaCW__container{background-color:var(--color-bg-dark);flex-direction:column;width:100vw;height:100vh;display:flex}.MainMenu-module__4-HaCW__mainContent{flex:1;margin-top:105px;display:flex;position:relative;overflow:hidden}.MainMenu-module__4-HaCW__centerArea{background:radial-gradient(circle,#1a2a3a 0%,#010a13 100%);flex-direction:column;flex:1;padding:20px;display:flex}.MainMenu-module__4-HaCW__socialSidebar{border-left:1px solid var(--color-gold-dark);background-color:#07121c;flex-direction:column;width:250px;display:flex}.MainMenu-module__4-HaCW__sidebarHeader{border-bottom:1px solid #1a2a3a;padding:10px}.MainMenu-module__4-HaCW__friendSearch{color:#a09b8c;background-color:#010a13;border:1px solid #333;width:100%;padding:5px;font-size:12px}.MainMenu-module__4-HaCW__friendList{flex:1;padding:10px;overflow-y:auto}.MainMenu-module__4-HaCW__friendGroup{margin-bottom:10px}.MainMenu-module__4-HaCW__groupName{color:#a09b8c;text-transform:uppercase;border-bottom:1px solid #333;margin-bottom:5px;padding-bottom:2px;font-size:11px}.MainMenu-module__4-HaCW__friendItem{cursor:pointer;align-items:center;padding:5px 0;display:flex}.MainMenu-module__4-HaCW__friendItem:hover{background-color:#ffffff0d}.MainMenu-module__4-HaCW__friendIcon{background-color:#444;border:1px solid #333;border-radius:50%;width:24px;height:24px;margin-right:8px}.MainMenu-module__4-HaCW__friendName{color:var(--color-text-main);font-size:12px}.MainMenu-module__4-HaCW__friendStatus{color:#0f0;font-size:10px}
.Header-module__KppamW__clientHeader{z-index:1000;box-sizing:border-box;background:url(/images/header_background.jpg) 50%/100% 100% no-repeat;justify-content:space-between;align-items:center;width:100%;height:105px;padding:0 15px;display:flex;position:absolute;top:0;left:0}.Header-module__KppamW__clientVersion{color:#555;font-size:11px;position:absolute;top:5px;left:15px}.Header-module__KppamW__leagueLogo{pointer-events:auto;cursor:pointer;width:auto;height:88px;transition:filter .2s;position:absolute;top:12px;left:25px}.Header-module__KppamW__playButtonContainer{position:absolute;top:22px;left:50%;transform:translate(-50%)}.Header-module__KppamW__playButton{cursor:pointer;background:url(/images/play_button_background.png) 50%/100% 100% no-repeat;border:none;justify-content:center;align-items:center;width:160px;height:60px;transition:filter .2s;display:flex}.Header-module__KppamW__playButton:hover{filter:brightness(1.2)}.Header-module__KppamW__playText{color:#f0e6d2;font-family:var(--font-serif);text-transform:uppercase;letter-spacing:1px;text-shadow:1px 1px 2px #000;font-size:20px}.Header-module__KppamW__clientNavRight{align-items:center;height:100%;margin-left:auto;display:flex}.Header-module__KppamW__rightHeaderWrapper{align-items:center;gap:10px;height:100%;margin-left:-100px;display:flex;transform:translateY(-5px)}.Header-module__KppamW__summonerIconContainer{position:relative}.Header-module__KppamW__iconBorderBox{border:none;width:65px;height:65px;position:relative;overflow:visible}.Header-module__KppamW__mainHeaderIcon{object-fit:cover;z-index:1;width:100%;height:100%}.Header-module__KppamW__headerIconBorder{pointer-events:none;z-index:2;width:calc(100% + 10px);height:calc(100% + 10px);position:absolute;top:-4px;left:-5px}.Header-module__KppamW__headerLevelBadge{color:#fff;z-index:3;text-shadow:1px 1px 2px #000,-1px -1px 2px #000;font-size:14px;font-weight:700;position:absolute;bottom:4px;right:4px}.Header-module__KppamW__rightHeaderColumn{flex-direction:column;gap:2px;display:flex}.Header-module__KppamW__headerTopRow{gap:2px;display:flex}.Header-module__KppamW__headerNameBox{color:#fff;min-width:195px;font-size:14px;font-family:var(--font-sans);box-sizing:border-box;background:url(/images/summoner_smallprofile_namebackground.png) 50%/100% 100% no-repeat;border:none;justify-content:center;align-items:center;height:26px;padding:0 12px;display:flex}.Header-module__KppamW__headerCurrencyBox{color:#fff;font-size:15px;font-family:var(--font-sans);box-sizing:border-box;background:#01333ed9;border:1px solid #c8aa6e4d;border-radius:2px;align-items:center;gap:16px;min-width:185px;height:26px;padding:0 16px;display:flex;box-shadow:inset 0 0 10px #00000080}.Header-module__KppamW__headerRpWrap,.Header-module__KppamW__headerIpWrap{align-items:center;gap:6px;display:flex}.Header-module__KppamW__headerRpIcon{background:url(/images/rp_logo.png) 50%/contain no-repeat;width:18px;height:18px}.Header-module__KppamW__headerIpIcon{background:url(/images/ip_icon.png) 50%/contain no-repeat;width:22px;height:22px;margin-left:6px}.Header-module__KppamW__headerCurrencyText{color:#f0e6d2;text-shadow:1px 1px 2px #000;font-weight:600}.Header-module__KppamW__headerBottomRow{gap:0;height:30px;display:flex}.Header-module__KppamW__headerBottomRow button{cursor:pointer;border:1px solid #000;outline:none;justify-content:center;align-items:center;transition:filter .2s;display:flex}.Header-module__KppamW__headerBottomRow button:hover{filter:brightness(1.3)}.Header-module__KppamW__headerLootBtn{background:url(/images/summoner_smallprofile_chesticon.png) 50%/100% 100% no-repeat;flex:35;border:none!important}.Header-module__KppamW__headerEssenceBtn{background:url(/images/summoner_smallprofile_essenceicon.png) 50%/100% 100% no-repeat;flex:35;border:none!important}.Header-module__KppamW__headerProfileBtn{background:url(/images/summoner_smallprofile_profileicon.png) 50%/100% 100% no-repeat;flex:35;border:none!important}.Header-module__KppamW__headerSettingsBtn{background:url(/images/summoner_smallprofile_settings.png) 50%/100% 100% no-repeat;flex:none;width:34px;border:none!important}.Header-module__KppamW__headerHelpBtn{background:url(/images/summoner_smallprofile_faq.png) 50%/100% 100% no-repeat;flex:none;width:38px;border:none!important}.Header-module__KppamW__settingsDropdown{z-index:2000;background:#012833fa;border:1px solid #c8aa6e;border-radius:2px;flex-direction:column;width:120px;display:flex;position:absolute;top:85px;right:15px;overflow:hidden;box-shadow:0 4px 15px #000c}.Header-module__KppamW__dropdownItem{color:#f0e6d2;text-align:left;cursor:pointer;width:100%;font-size:13px;font-family:var(--font-sans);background:0 0;padding:10px 15px;transition:background .2s,color .2s;border:none!important}.Header-module__KppamW__dropdownItem:hover{color:#fff;background:#c8aa6e40}
.HomeScreen-module__SHDDgG__homeContainer{color:#f0e6d2;-webkit-user-select:none;user-select:none;width:100%;height:100%;font-family:sans-serif;display:flex;overflow:hidden}.HomeScreen-module__SHDDgG__sideSpacer{flex:1.5;min-width:20px}.HomeScreen-module__SHDDgG__contentArea{flex:8;gap:8px;height:100%;padding:10px;display:flex}.HomeScreen-module__SHDDgG__leftColumn{flex-direction:column;flex:6.5;gap:8px;display:flex}.HomeScreen-module__SHDDgG__rightColumn{flex-direction:column;flex:3.5;gap:8px;display:flex}.HomeScreen-module__SHDDgG__mainNewsBox,.HomeScreen-module__SHDDgG__subNewsBox,.HomeScreen-module__SHDDgG__smallNewsBox,.HomeScreen-module__SHDDgG__skinBox,.HomeScreen-module__SHDDgG__watchMatchBox{cursor:pointer;background:#010a13;border:1px solid #c8aa6e33;transition:border-color .2s;position:relative;overflow:hidden}.HomeScreen-module__SHDDgG__mainNewsBox:hover,.HomeScreen-module__SHDDgG__subNewsBox:hover,.HomeScreen-module__SHDDgG__smallNewsBox:hover,.HomeScreen-module__SHDDgG__skinBox:hover{border-color:#c8aa6e99}.HomeScreen-module__SHDDgG__newsImage{object-fit:cover;opacity:1;width:100%;height:100%;display:block}.HomeScreen-module__SHDDgG__mainNewsBox{flex:2}.HomeScreen-module__SHDDgG__mainNewsOverlay{background:linear-gradient(#0000,#000000e6);padding:20px;position:absolute;bottom:0;left:0;right:0}.HomeScreen-module__SHDDgG__mainNewsTitle{color:#fff;text-shadow:0 2px 4px #000c;margin:0;font-family:sans-serif;font-size:26px}.HomeScreen-module__SHDDgG__mainNewsDesc{color:#a09b8c;text-shadow:0 1px 2px #000c;margin:8px 0 0;font-size:13px}.HomeScreen-module__SHDDgG__bottomNewsRow{flex:1;gap:8px;display:flex}.HomeScreen-module__SHDDgG__subNewsBox{flex:1}.HomeScreen-module__SHDDgG__subNewsOverlay{z-index:2;background:#000000b3;padding:10px;position:absolute;bottom:0;left:0;right:0}.HomeScreen-module__SHDDgG__playButtonOverlay{z-index:1;background:#0003;justify-content:center;align-items:center;transition:background .2s;display:flex;position:absolute;inset:0}.HomeScreen-module__SHDDgG__subNewsBox:hover .HomeScreen-module__SHDDgG__playButtonOverlay{background:#0006}.HomeScreen-module__SHDDgG__playIcon{border-top:15px solid #0000;border-bottom:15px solid #0000;border-left:25px solid #c8aa6ecc;width:0;height:0;margin-left:5px;transition:transform .2s,border-left-color .2s}.HomeScreen-module__SHDDgG__subNewsBox:hover .HomeScreen-module__SHDDgG__playIcon{border-left-color:#c8aa6e;transform:scale(1.1)}.HomeScreen-module__SHDDgG__subNewsOverlayCenter{text-align:center;background:#0006;flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.HomeScreen-module__SHDDgG__subNewsTitle{color:#f0e6d2;margin:0;font-size:14px}.HomeScreen-module__SHDDgG__feedbackTitle{color:#c8aa6e;letter-spacing:1px;margin:0;font-family:serif;font-size:20px}.HomeScreen-module__SHDDgG__feedbackSub{color:#f0e6d2;letter-spacing:2px;margin:5px 0 0;font-size:12px}.HomeScreen-module__SHDDgG__skinsRow{flex:1;gap:8px;display:flex}.HomeScreen-module__SHDDgG__skinBox{flex:1}.HomeScreen-module__SHDDgG__skinOverlay{background:#000c;padding:8px;position:absolute;bottom:0;left:0;right:0}.HomeScreen-module__SHDDgG__skinName{color:#f0e6d2;font-size:14px;font-weight:700}.HomeScreen-module__SHDDgG__skinPrice{color:#c8aa6e;align-items:center;gap:4px;margin-top:4px;font-size:13px;display:flex}.HomeScreen-module__SHDDgG__rpIcon{width:12px;height:12px}.HomeScreen-module__SHDDgG__smallNewsRow{flex:1;gap:8px;display:flex}.HomeScreen-module__SHDDgG__smallNewsBox{flex:1}.HomeScreen-module__SHDDgG__smallNewsOverlay{background:#000000d9;height:80px;padding:10px;position:absolute;bottom:0;left:0;right:0}.HomeScreen-module__SHDDgG__smallNewsTitle{color:#fff;margin:0;font-size:12px}.HomeScreen-module__SHDDgG__smallNewsDesc{color:#888;margin:6px 0 0;font-size:10px;line-height:1.3}.HomeScreen-module__SHDDgG__watchMatchBox{background-image:url(/images/livematch.png);background-position:50%;background-size:cover;border:1px solid #c8aa6e4d;flex-direction:column;flex:1;display:flex}.HomeScreen-module__SHDDgG__watchMatchHeader{flex:1;align-items:center;gap:5px;padding:10px;display:flex}.HomeScreen-module__SHDDgG__arrow{color:#c8aa6e;cursor:pointer;background:#c8aa6e1a;border:1px solid #c8aa6e33;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;padding:10px;font-family:sans-serif;font-weight:700;display:flex}.HomeScreen-module__SHDDgG__matchTeams{flex:1;justify-content:center;align-items:center;gap:15px;display:flex}.HomeScreen-module__SHDDgG__teamSide{flex-direction:column;gap:2px;display:flex}.HomeScreen-module__SHDDgG__player{align-items:center;gap:6px;font-size:11px;display:flex}.HomeScreen-module__SHDDgG__playerName{color:#a09b8c;text-align:right;text-overflow:ellipsis;white-space:nowrap;text-shadow:0 1px 3px #000000e6;width:70px;overflow:hidden}.HomeScreen-module__SHDDgG__teamSide:last-child .HomeScreen-module__SHDDgG__playerName{text-align:left}.HomeScreen-module__SHDDgG__champIcon{background:#010a13;border:1px solid #c8aa6e66;width:40px;height:40px}.HomeScreen-module__SHDDgG__vsText{color:#c8aa6e;opacity:.8;text-shadow:0 0 10px #c8aa6e4d;font-family:serif;font-size:24px;font-style:italic}.HomeScreen-module__SHDDgG__watchMatchFooter{color:#444;background:#00000080;border-top:1px solid #c8aa6e1a;justify-content:space-between;align-items:center;height:24px;padding:0 10px;font-size:10px;display:flex}.HomeScreen-module__SHDDgG__matchType{color:#2b5e6b;letter-spacing:1px}.HomeScreen-module__SHDDgG__matchTime{color:#a09b8c}.HomeScreen-module__SHDDgG__modalOverlay{z-index:10000;background:#000000e6;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.HomeScreen-module__SHDDgG__modalContent{aspect-ratio:16/9;background:#010a13;border:1px solid #c8aa6e;width:80%;max-width:1000px;position:relative;box-shadow:0 0 50px #000}.HomeScreen-module__SHDDgG__videoWrapper{width:100%;height:100%}.HomeScreen-module__SHDDgG__closeButton{color:#c8aa6e;cursor:pointer;background:0 0;border:none;padding:10px;font-size:40px;line-height:1;position:absolute;top:-40px;right:-40px}.HomeScreen-module__SHDDgG__closeButton:hover{color:#f0e6d2}
.ProfileScreen-module__-ShchW__container{width:100vw;height:100vh;font-family:var(--font-sans);background-color:#000;flex-direction:column;display:flex;overflow:hidden}.ProfileScreen-module__-ShchW__mainContent{background-color:#000;flex:1;justify-content:center;align-items:center;margin-top:105px;display:flex;position:relative}.ProfileScreen-module__-ShchW__parchmentWrapper{justify-content:center;align-items:center;width:100%;height:100%;padding:15px;display:flex}.ProfileScreen-module__-ShchW__parchmentContainer{box-sizing:border-box;color:#3b2f21;-webkit-user-select:none;user-select:none;background-image:url(/images/summoners_profile_bg.jpg?v=4);background-size:100% 100%;flex-direction:column;flex-shrink:0;width:1024px;height:600px;padding:25px 60px 40px;display:flex;position:relative;box-shadow:0 0 50px #000000e6}.ProfileScreen-module__-ShchW__parchmentContainer img{-webkit-user-drag:none;user-drag:none}.ProfileScreen-module__-ShchW__parchmentHistory{background-image:url(/images/summoners_history_bg.jpg)}.ProfileScreen-module__-ShchW__parchmentLeagues{background-image:url(/images/summoners_leagues_bg.jpg)}.ProfileScreen-module__-ShchW__parchmentMastery,.ProfileScreen-module__-ShchW__parchmentMasteryProgress{background-image:url(/images/summoners_masteryprogress_profile_bg.jpg)}.ProfileScreen-module__-ShchW__parchmentChampions{background-image:url(/images/summoners_champions_bg.jpg)}.ProfileScreen-module__-ShchW__parchmentRunes{background-image:url(/images/summoners_runes_bg.jpg)}.ProfileScreen-module__-ShchW__parchmentMasteries{background-image:url(/images/summoners_masteries_bg.jpg)}.ProfileScreen-module__-ShchW__parchmentSpells{background-image:url(/images/summoners_spells_bg.jpg)}.ProfileScreen-module__-ShchW__topProfileBar{align-items:center;margin-bottom:0;display:flex}.ProfileScreen-module__-ShchW__summonerNameBox{background:linear-gradient(#fbf6e1 0%,#f3e9d8 50%,#e8dcb8 100%);border:1px solid #b3976b;border-bottom:2px solid #a08c5c;border-radius:2px;justify-content:center;align-items:center;min-width:240px;margin-right:15px;padding:2px 25px;display:flex;box-shadow:inset 0 1px #ffffff80,0 1px 3px #0000001a}.ProfileScreen-module__-ShchW__summonerNameRed{color:#610c0c;font-size:24px;font-family:var(--font-serif);letter-spacing:.5px;text-shadow:0 1px 1px #ffffff4d}.ProfileScreen-module__-ShchW__summonerTitleSelect{color:#3b2f21;cursor:pointer;background:#fff6;border:1px solid #c8aa6e;align-items:center;min-width:220px;margin-right:auto;padding:4px 10px;font-size:12px;display:flex}.ProfileScreen-module__-ShchW__warningIcon{color:#fff;background:#d63333;margin-right:5px;padding:0 4px;font-weight:700}.ProfileScreen-module__-ShchW__dropdownArrow{margin-left:10px;font-size:10px}.ProfileScreen-module__-ShchW__createTeamBtn{color:#f0e6d2;font-size:12px;font-family:var(--font-sans);background:linear-gradient(#1e457c,#0a1b35);border:1px solid #000;padding:6px 15px;box-shadow:inset 0 0 5px #fff3,0 0 3px #1e457c}.ProfileScreen-module__-ShchW__tabsRow{border-bottom:1px solid #c8aa6e;justify-content:space-between;align-items:flex-end;margin-bottom:15px;display:flex}.ProfileScreen-module__-ShchW__tabs{gap:2px;display:flex}.ProfileScreen-module__-ShchW__tab{color:#5a4a35;cursor:pointer;background:linear-gradient(#f3e9d8,#d8c5a1);border:1px solid #b3976b;border-bottom:none;border-top-left-radius:2px;border-top-right-radius:2px;padding:6px 15px;font-size:12px}.ProfileScreen-module__-ShchW__tab.ProfileScreen-module__-ShchW__active{color:#8c734c;background:#fff;border-top:2px solid #8c734c;margin-bottom:-1px;padding-bottom:7px;font-weight:700}.ProfileScreen-module__-ShchW__searchBox{margin-bottom:5px}.ProfileScreen-module__-ShchW__searchInput{color:#5a4a35;background:#fff;border:1px solid #b3976b;outline:none;width:150px;padding:4px 8px;font-size:12px}.ProfileScreen-module__-ShchW__mainBanner{background:url(/images/summoners_profile_rectangle.jpg?v=4) 50%/100% 100% no-repeat;flex-shrink:0;align-items:center;height:100px;min-height:100px;margin-top:10px;margin-bottom:0;display:flex;position:relative;transform:translate(-15px)}.ProfileScreen-module__-ShchW__rankBannerBorder{pointer-events:none;z-index:2;width:100%;height:100%;position:absolute;top:0;left:0}.ProfileScreen-module__-ShchW__mainBanner:before{display:none}.ProfileScreen-module__-ShchW__bannerContent{z-index:1;align-items:center;width:100%;padding:0 20px 0 10px;display:flex}.ProfileScreen-module__-ShchW__bannerIconWrapper{background-color:#0000;width:85px;height:85px;margin-right:20px;position:relative}.ProfileScreen-module__-ShchW__bannerIcon{object-fit:cover;width:100%;height:100%}.ProfileScreen-module__-ShchW__yearBadge{display:none}.ProfileScreen-module__-ShchW__bannerInfo{flex-direction:column;flex:1;display:flex}.ProfileScreen-module__-ShchW__bannerName{font-family:var(--font-sans);color:#f0e6d2;text-shadow:1px 1px 3px #000;margin-bottom:10px;font-size:24px}.ProfileScreen-module__-ShchW__bannerLevelText{font-family:var(--font-sans);color:#f0e6d2;text-shadow:1px 1px 3px #000;font-size:18px}.ProfileScreen-module__-ShchW__bannerRightStats{text-align:right;color:#f0e6d2;flex-direction:column;gap:10px;font-size:13px;display:flex}.ProfileScreen-module__-ShchW__statLine{text-shadow:1px 1px 2px #000;justify-content:flex-end;align-items:center;gap:5px;display:flex}.ProfileScreen-module__-ShchW__miniIconsWrapper{align-items:center;gap:8px;display:flex}.ProfileScreen-module__-ShchW__miniStatIcon{object-fit:contain;filter:drop-shadow(0 1px 2px #00000080);width:14px;height:14px}.ProfileScreen-module__-ShchW__miniDiceIcon{object-fit:contain;filter:drop-shadow(0 1px 2px #00000080);width:16px;height:16px}.ProfileScreen-module__-ShchW__profileBody{flex:1;margin-top:10px;display:flex;position:relative}.ProfileScreen-module__-ShchW__columnLeft{flex-direction:column;flex:1;padding:0 50px 0 0;display:flex;position:relative}.ProfileScreen-module__-ShchW__middleDivider{flex-direction:column;align-items:center;gap:30px;width:50px;margin-left:-37px;margin-right:-13px;padding-top:65px;display:flex}.ProfileScreen-module__-ShchW__honorItem{flex-direction:column;align-items:center;gap:10px;display:flex}.ProfileScreen-module__-ShchW__honorPlaceholder{background:#8c734c1a;border-radius:50%;width:25px;height:25px;display:none}.ProfileScreen-module__-ShchW__honorValueBox{color:#7e6c4a;text-align:center;min-width:25px;font-size:9px;font-family:var(--font-sans);background:#e6e0c0;border:1px solid #d4cba1;border-radius:2px;padding:1px 4px;font-weight:700;box-shadow:inset 0 0 3px #0000000d}.ProfileScreen-module__-ShchW__columnRight{flex-direction:column;flex:1;padding:0 0 0 45px;display:flex}.ProfileScreen-module__-ShchW__topChampionsHeader{justify-content:center;align-items:center;gap:10px;width:100%;margin-top:25px;display:flex}.ProfileScreen-module__-ShchW__rankedHeader{justify-content:center;align-items:center;gap:20px;width:100%;margin-top:25px;display:flex;transform:translate(-22px)}.ProfileScreen-module__-ShchW__arrow{cursor:pointer;opacity:.8;border-top:8px solid #0000;border-bottom:8px solid #0000;width:0;height:0;transition:opacity .2s;transform:translateY(-6px)}.ProfileScreen-module__-ShchW__arrow:hover{opacity:1}.ProfileScreen-module__-ShchW__arrowDisabled{opacity:.3;cursor:default}.ProfileScreen-module__-ShchW__arrowLeft{border-right:18px solid #a08c5c}.ProfileScreen-module__-ShchW__arrowRight{border-left:18px solid #a08c5c}.ProfileScreen-module__-ShchW__topChampionsTitleContainer{flex-direction:column;align-items:center;width:125px;display:flex}.ProfileScreen-module__-ShchW__topChampionsTitle{font-family:var(--font-sans);color:#5c4e37;letter-spacing:-.1px;font-size:15px;font-weight:700}.ProfileScreen-module__-ShchW__paginationDots{gap:4px;margin-top:3px;display:flex}.ProfileScreen-module__-ShchW__dot{background:0 0;border:1px solid #8c734c;border-radius:50%;width:6px;height:6px}.ProfileScreen-module__-ShchW__dot.ProfileScreen-module__-ShchW__activeDot{background:#8c734c}.ProfileScreen-module__-ShchW__championsList{justify-content:center;align-items:flex-start;gap:30px;height:280px;margin-top:10px;margin-bottom:20px;margin-left:1px;display:flex}.ProfileScreen-module__-ShchW__championItem{flex-direction:column;align-items:center;width:100px;height:220px;display:flex;position:relative}.ProfileScreen-module__-ShchW__championItem.ProfileScreen-module__-ShchW__centerChamp{z-index:2}.ProfileScreen-module__-ShchW__champVisuals{flex-direction:column;align-items:center;width:100%;margin-top:25px;display:flex;transform:scale(.8)}.ProfileScreen-module__-ShchW__championItem.ProfileScreen-module__-ShchW__centerChamp .ProfileScreen-module__-ShchW__champVisuals{margin-top:15px;transform:scale(1)}.ProfileScreen-module__-ShchW__champIconWrapper{z-index:1;border-radius:50%;width:90px;height:90px;margin-bottom:-15px;position:relative}.ProfileScreen-module__-ShchW__champIconImg{object-fit:cover;z-index:1;border-radius:50%;width:100%;height:100%;position:relative}.ProfileScreen-module__-ShchW__champIconBorderImg{z-index:2;pointer-events:none;filter:drop-shadow(0 5px 10px #00000080);width:170%;height:170%;position:absolute;top:52%;left:50%;transform:translate(-50%,-50%)}.ProfileScreen-module__-ShchW__championItem.ProfileScreen-module__-ShchW__centerChamp .ProfileScreen-module__-ShchW__champIconBorderImg{filter:drop-shadow(0 8px 15px #000c)}.ProfileScreen-module__-ShchW__masteryBanner{z-index:0;flex-direction:column;align-items:center;width:150px;height:200px;margin-top:-80px;margin-left:0;display:flex;position:relative}.ProfileScreen-module__-ShchW__masteryBannerImg{object-fit:contain;z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.ProfileScreen-module__-ShchW__champScore{color:#362514;white-space:nowrap;z-index:5;font-size:9px;font-weight:700;display:block;position:absolute;top:99px;left:50%;transform:translate(-50%)}.ProfileScreen-module__-ShchW__championItem:not(.ProfileScreen-module__-ShchW__centerChamp) .ProfileScreen-module__-ShchW__champScore{top:111px}.ProfileScreen-module__-ShchW__championItem.ProfileScreen-module__-ShchW__centerChamp .ProfileScreen-module__-ShchW__champScore{font-size:11px;top:99px}.ProfileScreen-module__-ShchW__champName{color:#3b2f21;text-align:center;white-space:nowrap;z-index:5;font-size:13px;position:absolute;bottom:10px;left:50%;transform:translate(-50%)}.ProfileScreen-module__-ShchW__championItem.ProfileScreen-module__-ShchW__centerChamp .ProfileScreen-module__-ShchW__champName{font-size:14px}.ProfileScreen-module__-ShchW__inProgressGrid{grid-template-rows:repeat(2,1fr);grid-template-columns:repeat(4,1fr);place-items:center;gap:0 15px;width:360px;height:280px;margin-top:-10px;margin-left:auto;margin-right:auto;padding:0 10px;display:grid}.ProfileScreen-module__-ShchW__inProgressItem{width:80px;height:110px;margin-bottom:0}.ProfileScreen-module__-ShchW__inProgressItem:nth-child(n+5){margin-top:-25px}.ProfileScreen-module__-ShchW__inProgressItem .ProfileScreen-module__-ShchW__champVisuals{margin-top:5px;transform:scale(1)}.ProfileScreen-module__-ShchW__inProgressItem .ProfileScreen-module__-ShchW__champIconWrapper{border:1.5px solid #a08c5c;border-radius:0;width:60px;height:60px;margin-bottom:-5px;box-shadow:0 2px 5px #00000080}.ProfileScreen-module__-ShchW__inProgressItem .ProfileScreen-module__-ShchW__champIconImg{border-radius:0}.ProfileScreen-module__-ShchW__inProgressItem .ProfileScreen-module__-ShchW__masteryBanner{width:74px;height:98px;margin-top:-42px}.ProfileScreen-module__-ShchW__inProgressItem .ProfileScreen-module__-ShchW__champName{font-size:11px;bottom:-10px}.ProfileScreen-module__-ShchW__totalMasteryScore{text-align:center;z-index:10;margin-left:-26px;position:absolute;bottom:30px;left:50%;transform:translate(-50%)}.ProfileScreen-module__-ShchW__totalScoreNumber{font-size:28px;font-family:var(--font-serif);background:linear-gradient(#f0dfa8 20%,#a6813b 50%,#7a5c29 80%);-webkit-text-fill-color:transparent;filter:drop-shadow(0 1px 1px #000)drop-shadow(0 2px 4px #000000e6);-webkit-background-clip:text;background-clip:text;font-weight:700;line-height:1;display:inline-block}.ProfileScreen-module__-ShchW__totalScoreLabel{font-family:var(--font-sans);color:#5c4e37;text-transform:none;letter-spacing:-.2px;margin-top:0;font-size:11px;font-weight:700}.ProfileScreen-module__-ShchW__rankInfo{flex-direction:column;align-items:center;margin-top:0;display:flex;position:relative;transform:translate(-22px)}.ProfileScreen-module__-ShchW__rankBadge{width:160px;height:160px;margin-bottom:-15px}.ProfileScreen-module__-ShchW__rankEmblemImg{object-fit:contain;filter:drop-shadow(0 15px 20px #0009);width:100%;height:100%}.ProfileScreen-module__-ShchW__rankBadgePlaceholder{font-family:var(--font-serif);color:#8c734c;border:2px dashed #8c734c;border-radius:50%;justify-content:center;align-items:center;width:100%;height:100%;font-size:60px;display:flex}.ProfileScreen-module__-ShchW__rankDetailsContainer{text-align:center}.ProfileScreen-module__-ShchW__rankTypeLabel{color:#c93434;margin-bottom:2px;font-size:14px;font-weight:700}.ProfileScreen-module__-ShchW__rankTier{color:#111;font-size:18px;font-weight:700}.ProfileScreen-module__-ShchW__rankLP{color:#555;font-size:14px}.ProfileScreen-module__-ShchW__teamInfo{opacity:1;flex-direction:column;align-items:center;display:flex;position:absolute;top:100px}.ProfileScreen-module__-ShchW__teamLeft{left:15px}.ProfileScreen-module__-ShchW__teamRight{right:5px}.ProfileScreen-module__-ShchW__smallRankBadge{filter:drop-shadow(0 2px 5px #0006);width:128px;height:128px;margin-bottom:-10px}.ProfileScreen-module__-ShchW__teamLink{color:#c93434;font-size:11px;font-weight:700}.ProfileScreen-module__-ShchW__matchHistoryWrapper{background:0 0;border-radius:5px;width:100%;height:500px;padding:10px;overflow-y:auto}.ProfileScreen-module__-ShchW__matchList{flex-direction:column;gap:8px;display:flex}.ProfileScreen-module__-ShchW__matchItem{background:linear-gradient(90deg,#fcf5e5,#e8d8b8);border:1px solid #a08c5c;align-items:center;gap:15px;padding:8px;transition:background .2s;display:flex;position:relative}.ProfileScreen-module__-ShchW__matchItem:hover{background:linear-gradient(90deg,#fffaf0,#f0e6d2)}.ProfileScreen-module__-ShchW__matchChampIcon{border:2px solid #333;width:54px;height:54px}.ProfileScreen-module__-ShchW__profileContainer{flex-direction:column;width:100%;height:100%;display:flex;position:relative;overflow:hidden}.ProfileScreen-module__-ShchW__profileContainer img{-webkit-user-select:none;user-select:none;-webkit-user-drag:none;pointer-events:auto}.ProfileScreen-module__-ShchW__matchChampIcon img{object-fit:cover;width:100%;height:100%}.ProfileScreen-module__-ShchW__matchSpells{flex-direction:column;gap:2px;display:flex}.ProfileScreen-module__-ShchW__matchSpells img{border:1px solid #333;width:26px;height:26px}.ProfileScreen-module__-ShchW__matchInfo{width:180px}.ProfileScreen-module__-ShchW__victoryText{color:#2c7a2c;font-size:16px;font-weight:700}.ProfileScreen-module__-ShchW__defeatText{color:#c93434;font-size:16px;font-weight:700}.ProfileScreen-module__-ShchW__queueType{color:#333;font-size:12px;font-weight:400}.ProfileScreen-module__-ShchW__gameModeText,.ProfileScreen-module__-ShchW__mapNameText{color:#555;font-size:12px}.ProfileScreen-module__-ShchW__matchItems{align-items:center;gap:3px;display:flex}.ProfileScreen-module__-ShchW__itemSlot,.ProfileScreen-module__-ShchW__trinketSlot{background:#2a2a2a;border:1px solid #1a1a1a;width:32px;height:32px}.ProfileScreen-module__-ShchW__itemSlot img,.ProfileScreen-module__-ShchW__trinketSlot img{width:100%;height:100%}.ProfileScreen-module__-ShchW__emptyItemSlot{opacity:.3;background:url(https://raw.communitydragon.org/latest/plugins/rcp-be-lol-game-data/global/default/v1/item-icons/0.png) 50%/cover;width:100%;height:100%}.ProfileScreen-module__-ShchW__matchStats{flex-direction:column;flex:1;justify-content:space-between;align-items:flex-end;height:54px;display:flex}.ProfileScreen-module__-ShchW__statRow{color:#333;justify-content:flex-end;align-items:center;font-size:13px;font-weight:400;display:flex}.ProfileScreen-module__-ShchW__goldValue,.ProfileScreen-module__-ShchW__csValue,.ProfileScreen-module__-ShchW__kdaValue{color:#333;font-weight:400}.ProfileScreen-module__-ShchW__matchGoldStat,.ProfileScreen-module__-ShchW__matchKdaStat,.ProfileScreen-module__-ShchW__matchCsStat{align-items:center;display:flex}.ProfileScreen-module__-ShchW__matchGoldStat{width:90px}.ProfileScreen-module__-ShchW__matchKdaStat{width:110px}.ProfileScreen-module__-ShchW__matchCsStat{width:65px}.ProfileScreen-module__-ShchW__matchGoldIcon,.ProfileScreen-module__-ShchW__matchKdaIcon,.ProfileScreen-module__-ShchW__matchCsIcon{vertical-align:middle;background-repeat:no-repeat;background-size:contain;width:18px;height:18px;margin-right:4px;display:inline-block}.ProfileScreen-module__-ShchW__matchGoldIcon{background-image:url(/images/matchgold_icon.png);width:22px;height:22px;margin-left:5px}.ProfileScreen-module__-ShchW__matchKdaIcon{background-image:url(/images/kda_icon.png)}.ProfileScreen-module__-ShchW__matchCsIcon{background-image:url(/images/cs_icon.png)}.ProfileScreen-module__-ShchW__matchDate{color:#333;font-size:12px;font-weight:700}.ProfileScreen-module__-ShchW__matchHistoryFooter{flex-direction:column;align-items:center;gap:10px;margin-top:20px;padding-bottom:20px;display:flex}.ProfileScreen-module__-ShchW__footerNote{color:#5a4a35;font-size:11px;font-style:italic}.ProfileScreen-module__-ShchW__fullHistoryBtn{color:#f0e6d2;cursor:pointer;background:linear-gradient(#1e457c,#0a1b35);border:1px solid #000;padding:8px 20px;font-size:13px}.ProfileScreen-module__-ShchW__leaguesWrapper{box-sizing:border-box;flex-direction:row;width:100%;height:440px;margin-top:-10px;padding:0 10px 10px;display:flex;transform:translate(-20px)}.ProfileScreen-module__-ShchW__leaguesMainArea{flex-direction:column;flex:3;margin-right:15px;display:flex}.ProfileScreen-module__-ShchW__leaguesHeader{z-index:10;align-items:center;gap:15px;margin-bottom:15px;padding:5px;display:flex;position:relative;transform:translate(-10px,5px)}.ProfileScreen-module__-ShchW__leagueCrestContainer{width:90px;height:90px;transform:translate(8px,6px)}.ProfileScreen-module__-ShchW__leagueCrestImg{object-fit:contain;filter:drop-shadow(0 5px 10px #0006);width:100%;height:100%}.ProfileScreen-module__-ShchW__leagueTierInfo{align-items:center;gap:25px;display:flex;transform:translateY(-5px)}.ProfileScreen-module__-ShchW__divisionSelectorWrapper{flex-direction:column;align-items:center;gap:1px;display:flex;transform:translateY(-6px)}.ProfileScreen-module__-ShchW__leagueDivisionBox{background:linear-gradient(#fbf6e1,#e8dcb8);border:1px solid #b3976b;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:40px;display:flex;position:relative;box-shadow:0 1px 3px #0003}.ProfileScreen-module__-ShchW__divisionLabel{color:#1a78ae;letter-spacing:.5px;font-size:9px;font-weight:700}.ProfileScreen-module__-ShchW__divisionValue{color:#1a78ae;font-size:26px;font-weight:700;font-family:var(--font-serif)}.ProfileScreen-module__-ShchW__divisionArrows{flex-direction:column;gap:2px;display:flex;position:absolute;top:50%;right:-24px;transform:translateY(-50%)}.ProfileScreen-module__-ShchW__divisionArrowUp,.ProfileScreen-module__-ShchW__divisionArrowDown{cursor:pointer;background:linear-gradient(#fbf6e1,#e8dcb8);border:1px solid #b3976b;justify-content:center;align-items:center;width:18px;height:18px;transition:opacity .2s;display:flex;box-shadow:0 1px 2px #0000001a}.ProfileScreen-module__-ShchW__disabledArrow{opacity:.35;cursor:default;pointer-events:none}.ProfileScreen-module__-ShchW__divisionArrowUp:hover,.ProfileScreen-module__-ShchW__divisionArrowDown:hover{filter:brightness(1.05)}.ProfileScreen-module__-ShchW__divisionArrowUp:active,.ProfileScreen-module__-ShchW__divisionArrowDown:active{filter:brightness(.95)}.ProfileScreen-module__-ShchW__divisionArrowUp:after{content:"";border-bottom:6px solid #005a82;border-left:4px solid #0000;border-right:4px solid #0000;width:0;height:0}.ProfileScreen-module__-ShchW__divisionArrowDown:after{content:"";border-top:6px solid #005a82;border-left:4px solid #0000;border-right:4px solid #0000;width:0;height:0}.ProfileScreen-module__-ShchW__leagueNameContainer{flex-direction:column;margin-left:10px;display:flex;transform:translateY(0)}.ProfileScreen-module__-ShchW__leagueTierName{color:#610c0c;font-size:15px;font-weight:700;font-family:var(--font-serif);margin-bottom:-4px}.ProfileScreen-module__-ShchW__leagueFullName{color:#610c0c;font-size:24px;font-family:var(--font-serif);letter-spacing:.5px}.ProfileScreen-module__-ShchW__queueSelectorContainer{margin-left:auto;margin-right:-5px;transform:translateY(-9px)}.ProfileScreen-module__-ShchW__queueSelect{color:#610c0c;font-size:11px;font-family:var(--font-serif);appearance:none;cursor:pointer;background-color:#0000;background-image:linear-gradient(#c8aa6e,#c8aa6e),url("data:image/svg+xml;utf8,<svg fill=\"%23610c0c\" height=\"16\" viewBox=\"0 0 24 24\" width=\"16\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M7 10l5 5 5-5z\"/></svg>");background-position:right 28px center,right 5px center;background-repeat:no-repeat,no-repeat;background-size:1px 14px,18px;background-attachment:scroll;background-origin:padding-box;background-clip:border-box;border:1px solid #c8aa6e;border-radius:0;outline:none;width:160px;height:24px;padding:2px 35px 2px 10px;box-shadow:inset 0 0 0 1px #fffc}.ProfileScreen-module__-ShchW__queueSelect option{color:#3b2f21;font-family:var(--font-sans);background-color:#fbf6e1}.ProfileScreen-module__-ShchW__leaguesContent{flex:1;gap:15px;margin-top:-40px;display:flex;overflow:hidden}.ProfileScreen-module__-ShchW__leaguesTableContainer{background:0 0;border:none;flex-direction:column;flex:3;height:345px;display:flex;overflow-y:auto}.ProfileScreen-module__-ShchW__unrankedMessage{color:#8c734c;font-size:18px;font-family:var(--font-serif);text-align:center;flex:1;justify-content:center;align-items:center;padding:40px;line-height:1.4;display:flex}.ProfileScreen-module__-ShchW__leaguesTable{border-collapse:collapse;width:100%}.ProfileScreen-module__-ShchW__leaguesTable thead{z-index:5;background:#f4edd4;position:sticky;top:0}.ProfileScreen-module__-ShchW__leaguesTable th{text-align:left;color:#8c734c;border-bottom:1px solid #b3976b;padding:6px 10px;font-size:10px;font-weight:700}.ProfileScreen-module__-ShchW__sectionHeaderRow td{color:#610c0c;background:#b3976b26;border:none;padding:5px 12px;font-size:11px;font-weight:700}.ProfileScreen-module__-ShchW__sectionHeaderCell{text-align:left;padding-left:90px!important}.ProfileScreen-module__-ShchW__emblemsHeaderCell{text-align:center;width:100px}.ProfileScreen-module__-ShchW__winsHeaderCell{text-align:center;width:70px}.ProfileScreen-module__-ShchW__pointsHeaderCell{text-align:center;white-space:nowrap;width:90px}.ProfileScreen-module__-ShchW__leagueRow{border-bottom:1px solid #b3976b1a;height:32px}.ProfileScreen-module__-ShchW__leagueRow:nth-child(2n){background:#8c6e3c1a}.ProfileScreen-module__-ShchW__leagueRow:hover{background:#ffffff4d}.ProfileScreen-module__-ShchW__selfRow{box-shadow:inset 0 0 10px #00ff000d;background:#8cc88c26!important}.ProfileScreen-module__-ShchW__selfRow .ProfileScreen-module__-ShchW__summonerNameText{color:#1b8a1b;text-shadow:0 0 2px #00ff001a;font-weight:700}.ProfileScreen-module__-ShchW__rankCol{text-align:center;color:#610c0c;width:35px;font-weight:700}.ProfileScreen-module__-ShchW__trendCol{text-align:center;width:45px}.ProfileScreen-module__-ShchW__summonerCol{align-items:center;gap:10px;padding:4px 10px;display:flex}.ProfileScreen-module__-ShchW__emblemsCol{text-align:center;width:100px}.ProfileScreen-module__-ShchW__winsCol{text-align:center;color:#610c0c;width:70px}.ProfileScreen-module__-ShchW__pointsCol{text-align:center;color:#610c0c;width:70px;font-weight:700}.ProfileScreen-module__-ShchW__tableIcon{border:1px solid #a08c5c;width:22px;height:22px}.ProfileScreen-module__-ShchW__summonerNameText{color:#610c0c;font-size:13px}.ProfileScreen-module__-ShchW__trendUp{color:#2c8a2c;font-size:9px;font-weight:700}.ProfileScreen-module__-ShchW__trendDown{color:#b32a2a;font-size:9px;font-weight:700}.ProfileScreen-module__-ShchW__trendSame{color:#888;font-size:14px}.ProfileScreen-module__-ShchW__emblemIcons{justify-content:center;align-items:center;gap:0;display:flex}.ProfileScreen-module__-ShchW__emblemImg{object-fit:contain;width:22px;height:22px}.ProfileScreen-module__-ShchW__emblemRecruit{color:#c8aa6e;font-size:14px}.ProfileScreen-module__-ShchW__promoDots{justify-content:center;gap:3px;display:flex}.ProfileScreen-module__-ShchW__promoDot{background:#d8cbb0;border:1px solid #b3a78c;width:14px;height:3px}.ProfileScreen-module__-ShchW__leaguesSidebar{border-left:none;flex-direction:column;gap:4px;width:240px;height:100%;margin-top:3px;margin-left:25px;padding-top:17px;padding-left:15px;display:flex;overflow:hidden}.ProfileScreen-module__-ShchW__sidebarSelfInfo{align-items:center;gap:12px;padding:5px;display:flex}.ProfileScreen-module__-ShchW__sidebarSelfIcon{border:2px solid #3b2f21;width:48px;height:48px;box-shadow:0 2px 5px #0003}.ProfileScreen-module__-ShchW__sidebarSelfName{color:#610c0c;font-size:22px;font-family:var(--font-serif)}.ProfileScreen-module__-ShchW__sidebarSection{background:#b3976b1a;border:1px solid #b3976b4d;flex-direction:column;gap:4px;padding:6px;display:flex}.ProfileScreen-module__-ShchW__sidebarSectionTitle{color:#610c0c;font-size:15px;font-weight:700;font-family:var(--font-serif);border-bottom:1px solid #b3976b66;padding-bottom:2px}.ProfileScreen-module__-ShchW__promoStatusText{color:#3b2f21;font-size:12px;line-height:1.4}.ProfileScreen-module__-ShchW__sidebarPromoDots{justify-content:center;gap:8px;margin-top:5px;display:flex}.ProfileScreen-module__-ShchW__sidebarPromoDot{justify-content:center;align-items:center;width:24px;font-size:20px;display:flex}.ProfileScreen-module__-ShchW__dotSuccess{color:#080;font-weight:700}.ProfileScreen-module__-ShchW__dotFailure{color:#c00;font-weight:700}.ProfileScreen-module__-ShchW__dotEmpty{color:#888}.ProfileScreen-module__-ShchW__topPlayedChampsList{flex-direction:column;gap:5px;display:flex}.ProfileScreen-module__-ShchW__topPlayedChampRow{align-items:center;gap:8px;display:flex}.ProfileScreen-module__-ShchW__topChampIcon{background:#fbf6e1;border:1px solid #b3976b;width:38px;height:38px;overflow:hidden}.ProfileScreen-module__-ShchW__topChampSidebarImg{object-fit:cover;width:100%;height:100%}.ProfileScreen-module__-ShchW__topChampBarContainer{background:#0000000d;border:1px solid #b3976b;flex:1;height:18px;position:relative;overflow:hidden}.ProfileScreen-module__-ShchW__topChampBar{background:linear-gradient(#f0dfa8,#c8aa6e);height:100%;position:absolute;top:0;left:0;box-shadow:inset 0 1px #ffffff80}.ProfileScreen-module__-ShchW__topChampBar:after{content:"";background:#a08c5c;width:1px;position:absolute;top:0;bottom:0;right:0}.ProfileScreen-module__-ShchW__seeMoreStatsBtn{color:#f0e6d2;cursor:pointer;background:linear-gradient(#1e457c,#0a1b35);border:1px solid #000;margin-top:5px;padding:8px;font-size:14px;font-weight:700;box-shadow:0 2px 4px #0000004d}.ProfileScreen-module__-ShchW__seeMoreStatsBtn:hover{filter:brightness(1.2)}.ProfileScreen-module__-ShchW__moreAboutLeagues{color:#1a78ae;cursor:pointer;text-align:center;text-shadow:-1px -1px #fff,1px -1px #fff,-1px 1px #fff,1px 1px #fff;margin-top:5px;font-size:11px;text-decoration:underline}.ProfileScreen-module__-ShchW__fullHistoryBtn{color:#fff;font-family:var(--font-serif);cursor:pointer;background:linear-gradient(#2c56a1,#1a3a7a);border:1px solid #0a1a3a;padding:8px 30px;font-size:16px;box-shadow:inset 0 1px #ffffff4d}.ProfileScreen-module__-ShchW__fullHistoryBtn:hover{background:linear-gradient(#3c66b1,#2a4a8a)}.ProfileScreen-module__-ShchW__loadingMatches{color:#8c734c;height:300px;font-size:18px;font-family:var(--font-serif);justify-content:center;align-items:center;display:flex}.ProfileScreen-module__-ShchW__loading{color:#c8aa6e;font-family:var(--font-serif);z-index:100;background:#000000b3;justify-content:center;align-items:center;font-size:24px;display:flex;position:absolute;inset:0}.ProfileScreen-module__-ShchW__decayIconContainer{justify-content:center;width:100%;margin-top:5px;display:flex}.ProfileScreen-module__-ShchW__modalOverlay{z-index:10000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000b3;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:fixed;top:0;left:0}.ProfileScreen-module__-ShchW__modal{color:#f0e6d2;background:linear-gradient(#061a34,#040d1a);border:1px solid #1c3e66;border-radius:2px;width:420px;padding:25px;position:relative;box-shadow:0 0 30px #000000e6,inset 0 0 10px #00000080}.ProfileScreen-module__-ShchW__modal h3{font-family:var(--font-serif);color:#f0e6d2;text-transform:uppercase;letter-spacing:1px;border-bottom:1px solid #1c3e6680;margin-top:0;margin-bottom:20px;padding-bottom:10px;font-size:18px}.ProfileScreen-module__-ShchW__modal p{color:#a09b8c;margin:15px 0 25px;font-size:14px;line-height:1.5}.ProfileScreen-module__-ShchW__modalActions{justify-content:flex-end;gap:10px;margin-top:20px;display:flex}.ProfileScreen-module__-ShchW__modalActions button{color:#f0e6d2;cursor:pointer;text-transform:uppercase;background:linear-gradient(#1c3e66,#061a34);border:1px solid #3c5e86;min-width:90px;padding:6px 20px;font-size:12px;font-weight:600;transition:all .2s}.ProfileScreen-module__-ShchW__modalActions button:hover{filter:brightness(1.2);box-shadow:0 0 10px #3c5e8666}.ProfileScreen-module__-ShchW__modalActions .ProfileScreen-module__-ShchW__confirmBtn{color:#f0e6d2;background:linear-gradient(#1e457c,#0a1b35);border:1px solid #3c5e86;font-weight:700}.ProfileScreen-module__-ShchW__modalActions .ProfileScreen-module__-ShchW__confirmBtn:hover{background:linear-gradient(#25579b,#0e274d)}.ProfileScreen-module__-ShchW__promoDotsMini{justify-content:center;align-items:center;gap:2px;display:flex}.ProfileScreen-module__-ShchW__promoDotMini{color:#888;justify-content:center;align-items:center;width:14px;font-size:13px;font-weight:700;line-height:1;display:flex}.ProfileScreen-module__-ShchW__promoWin{color:#080!important}.ProfileScreen-module__-ShchW__promoLoss{color:#c00!important}.ProfileScreen-module__-ShchW__rankTooltip{z-index:10000;pointer-events:none;min-width:260px;font-family:var(--font-sans);color:#fff;pointer-events:none;background:#2b2923f2;border:1px solid #c8aa6e;border-radius:2px;min-width:220px;padding:10px 12px;position:fixed;box-shadow:0 0 15px #000c}.ProfileScreen-module__-ShchW__tooltipTitle{color:#c8aa6e;font-family:var(--font-serif);margin-bottom:4px;font-size:16px}.ProfileScreen-module__-ShchW__tooltipSubtitle{color:#a08c5c;margin-bottom:10px;font-size:12px}.ProfileScreen-module__-ShchW__tooltipStatsContainer{color:#f0e6d2;border-top:1px solid #c8aa6e4d;justify-content:space-between;padding-top:8px;font-size:12px;display:flex}.ProfileScreen-module__-ShchW__tooltipWinsCount{color:#0fc}.ProfileScreen-module__-ShchW__championsTabWrapper{flex-direction:column;height:458px;margin-left:-15px;padding:5px 10px;display:flex}.ProfileScreen-module__-ShchW__championsFilters{align-items:center;gap:25px;margin-top:-7px;margin-bottom:5px;padding:8px 0;display:flex}.ProfileScreen-module__-ShchW__filterGroup{align-items:center;gap:10px;display:flex}.ProfileScreen-module__-ShchW__filterLabel{color:#610c0c;font-family:var(--font-serif);font-size:12px}.ProfileScreen-module__-ShchW__champSearchInput{color:#333;width:200px;font-family:var(--font-sans);background:#ffffff26;border:1px solid #a08c5c;padding:4px 10px;font-size:13px}.ProfileScreen-module__-ShchW__champSelect{color:#333;font-family:var(--font-sans);cursor:pointer;background:#f0e6d2;border:1px solid #a08c5c;padding:3px 6px;font-size:11px}.ProfileScreen-module__-ShchW__championsGridContainer{flex:1;margin-right:15px;padding-top:15px;padding-right:15px;overflow-y:auto}.ProfileScreen-module__-ShchW__championsGrid{grid-template-columns:repeat(10,1fr);gap:5px 6px;padding-bottom:15px;display:grid}.ProfileScreen-module__-ShchW__champCard{flex-direction:column;align-items:center;width:100%;display:flex}.ProfileScreen-module__-ShchW__champCardVisuals{width:60px;height:60px;margin-bottom:54px;position:relative}.ProfileScreen-module__-ShchW__champCardIconWrapper{z-index:2;border:1px solid #c8aa6e;width:60px;height:60px;position:relative;overflow:visible;box-shadow:0 2px 4px #0000004d}.ProfileScreen-module__-ShchW__champCardImg{width:100%;height:100%;display:block}.ProfileScreen-module__-ShchW__champCardMasteryBorder{pointer-events:none;z-index:2;width:130%;height:130%;position:absolute;top:-15%;left:-15%}.ProfileScreen-module__-ShchW__chestAvailableMarker{color:#fff;z-index:5;background:#08c;border:1.5px solid #f0e6d2;border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;font-size:10px;font-weight:700;display:flex;position:absolute;top:-6px;left:-6px;box-shadow:0 0 6px #0009}.ProfileScreen-module__-ShchW__champCardMasteryBanner{z-index:1;width:58px;position:absolute;bottom:-56px;left:50%;transform:translate(-50%)}.ProfileScreen-module__-ShchW__champCardBannerImg{width:100%;display:block}.ProfileScreen-module__-ShchW__champCardName{color:#333;text-align:center;white-space:nowrap;text-overflow:ellipsis;width:100%;font-size:11px;font-family:var(--font-sans);text-shadow:0 1px #ffffff4d;overflow:hidden}.ProfileScreen-module__-ShchW__tooltipStatsLeft{color:#ccc}.ProfileScreen-module__-ShchW__tooltipStatsRight{color:#ccc;text-align:right}.ProfileScreen-module__-ShchW__tooltipWinsCount{color:#4caf50;font-weight:700}.ProfileScreen-module__-ShchW__decayIcon{filter:drop-shadow(0 0 5px #00000080);width:40px;height:auto}
.RunesTab-module__kDwtJa__runesWrapper{flex-direction:column;flex:1;width:100%;min-height:0;margin-top:-8px;display:flex;position:relative}.RunesTab-module__kDwtJa__topBar{align-items:center;gap:20px;margin-bottom:15px;margin-left:-20px;padding-left:10px;display:flex}.RunesTab-module__kDwtJa__filterSection{align-items:center;gap:10px;display:flex}.RunesTab-module__kDwtJa__filterLabel{color:#610c0c;font-size:11px;font-weight:700}.RunesTab-module__kDwtJa__runeSelect{color:#3b2f21;background:#fff;border:1px solid #b3976b;outline:none;padding:1px 4px;font-size:11px}.RunesTab-module__kDwtJa__pageSelector{gap:3px;margin-top:5px;display:flex}.RunesTab-module__kDwtJa__pageBtn{color:#fff;cursor:pointer;background:linear-gradient(#1e4b91 0%,#0a1b3d 100%);border:1px solid #051025;border-radius:3px;justify-content:center;align-items:center;width:20px;height:20px;font-family:sans-serif;font-size:11px;transition:all .2s;display:flex;box-shadow:0 1px 2px #0006}.RunesTab-module__kDwtJa__pageBtn:hover{filter:brightness(1.2)}.RunesTab-module__kDwtJa__pageBtnActive{color:#fff;background:#051025;border-color:#1e4b91;font-weight:700;box-shadow:inset 0 1px 3px #000c}.RunesTab-module__kDwtJa__mainArea{flex:1;gap:10px;min-height:0;display:flex}.RunesTab-module__kDwtJa__sidebar{flex-direction:column;width:208px;height:100%;margin-top:-5px;margin-left:-20px;padding:5px;display:flex;overflow:hidden}.RunesTab-module__kDwtJa__tierFilters{align-items:center;gap:8px;margin-bottom:5px;padding:5px;display:flex}.RunesTab-module__kDwtJa__tierLabel{color:#3b2f21;font-size:11px}.RunesTab-module__kDwtJa__checkboxLabel{color:#3b2f21;cursor:pointer;align-items:center;gap:2px;font-size:11px;display:flex}.RunesTab-module__kDwtJa__categories{flex:1;min-height:0;margin-bottom:7px;margin-right:5px;padding-right:0;overflow-y:scroll}.RunesTab-module__kDwtJa__categoryGroup{margin-bottom:2px}.RunesTab-module__kDwtJa__categoryHeader{color:#f0e6d2;cursor:pointer;background:linear-gradient(#1e457c,#0a1b35);align-items:center;gap:8px;padding:5px 10px;font-size:12px;font-weight:700;display:flex}.RunesTab-module__kDwtJa__headerMark{color:#f33}.RunesTab-module__kDwtJa__headerSeal{color:#ff3}.RunesTab-module__kDwtJa__headerGlyph{color:#3af}.RunesTab-module__kDwtJa__headerQuintessence{color:#c3f}.RunesTab-module__kDwtJa__categoryArrow{opacity:.8;font-size:8px}.RunesTab-module__kDwtJa__runeItems{background:#ffffffe6;flex-direction:column;gap:1px;padding:2px;display:flex}.RunesTab-module__kDwtJa__runeItem{cursor:pointer;border:1px solid #0000;align-items:center;gap:8px;padding:4px;transition:background .1s;display:flex}.RunesTab-module__kDwtJa__runeItem:hover{background:#fff9}.RunesTab-module__kDwtJa__runeInfo{flex-direction:column;min-width:0;line-height:1.1;display:flex}.RunesTab-module__kDwtJa__runeName{color:#3b2f21;white-space:normal;word-wrap:break-word;font-size:9px;font-weight:700}.RunesTab-module__kDwtJa__runeStatsInline{color:#777;margin-top:2px;font-size:8px}.RunesTab-module__kDwtJa__runeIconSmall{object-fit:contain;width:25px;height:25px;transform:scaleX(1.05)scaleY(1.02)}.RunesTab-module__kDwtJa__runeIconQuintessence{transform:scaleY(1.05)scaleX(1.1)!important}.RunesTab-module__kDwtJa__runeName{color:#111;font-size:10px;line-height:1.1}.RunesTab-module__kDwtJa__runeGridContainer{flex-direction:column;flex:1;display:flex;position:relative}.RunesTab-module__kDwtJa__runeGrid{transform-origin:50%;width:100%;height:100%;position:relative;transform:scale(.75)}.RunesTab-module__kDwtJa__pageTitle{font-family:var(--font-serif);color:#610c0c;padding-right:50px;font-size:20px;position:absolute;top:-66px;left:-100px}.RunesTab-module__kDwtJa__runeSlot{cursor:pointer;clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%);z-index:10;justify-content:center;align-items:center;width:66px;height:71px;transition:all .2s;display:flex;position:absolute;transform:translate(-50%,-50%)}.RunesTab-module__kDwtJa__largeSlot{clip-path:none;width:111px;height:111px}.RunesTab-module__kDwtJa__slotIndicator{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.RunesTab-module__kDwtJa__slotLabel{color:#fff9;pointer-events:none;font-size:10px;font-weight:700}.RunesTab-module__kDwtJa__slotNumber{color:#ffffffe6;text-shadow:0 1px 3px #000000e6;pointer-events:none;z-index:2;font-size:16px;font-weight:700}.RunesTab-module__kDwtJa__slotIndicator:before{content:"";opacity:.4;filter:blur(8px);z-index:-1;width:100%;height:100%;position:absolute;top:0;left:0}.RunesTab-module__kDwtJa__slotMark .RunesTab-module__kDwtJa__slotIndicator{border-color:#ff32004d}.RunesTab-module__kDwtJa__slotMark .RunesTab-module__kDwtJa__slotIndicator:before{background:radial-gradient(circle,#ff3200cc 0%,#0000 60%)}.RunesTab-module__kDwtJa__slotSeal .RunesTab-module__kDwtJa__slotIndicator{border-color:#ffff004d}.RunesTab-module__kDwtJa__slotSeal .RunesTab-module__kDwtJa__slotIndicator:before{background:radial-gradient(circle,#ff0c 0%,#0000 60%)}.RunesTab-module__kDwtJa__slotGlyph .RunesTab-module__kDwtJa__slotIndicator{border-color:#0096ff4d}.RunesTab-module__kDwtJa__slotGlyph .RunesTab-module__kDwtJa__slotIndicator:before{background:radial-gradient(circle,#0096ffcc 0%,#0000 60%)}.RunesTab-module__kDwtJa__slotQuintessence .RunesTab-module__kDwtJa__slotIndicator{border-color:#c800ff66}.RunesTab-module__kDwtJa__slotQuintessence .RunesTab-module__kDwtJa__slotIndicator:before{background:radial-gradient(circle,#c800ffcc 0%,#0000 60%)}.RunesTab-module__kDwtJa__slotGlow{pointer-events:none;z-index:5;filter:blur(12px);opacity:1;mix-blend-mode:screen;border-radius:50%;width:90px;height:90px;animation:3s ease-in-out infinite RunesTab-module__kDwtJa__glowPulse;position:absolute;transform:translate(-50%,-50%)}.RunesTab-module__kDwtJa__largeGlow{filter:blur(20px);width:160px;height:160px}.RunesTab-module__kDwtJa__glowMARK{background:radial-gradient(circle,#ff7878 20%,#ff2828b3 50%,#0000 80%)}.RunesTab-module__kDwtJa__glowSEAL{background:radial-gradient(circle,#ffffb4 20%,#ffd228b3 50%,#0000 80%)}.RunesTab-module__kDwtJa__glowGLYPH{background:radial-gradient(circle,#a0e6ff 20%,#28a0ffb3 50%,#0000 80%)}.RunesTab-module__kDwtJa__glowQUINTESSENCE{background:radial-gradient(circle,#f0a0ff 20%,#d228ffb3 50%,#0000 80%)}.RunesTab-module__kDwtJa__classicTooltip{pointer-events:none;z-index:5000;white-space:nowrap;background:#000000f2;border:1px solid #333;border-radius:2px;flex-direction:column;gap:2px;min-width:200px;max-width:280px;padding:6px 12px;display:flex;position:absolute;transform:translate(2%,-102%);box-shadow:0 5px 15px #0009}.RunesTab-module__kDwtJa__tierText{color:#f90;text-transform:uppercase;font-size:10px;font-weight:700}.RunesTab-module__kDwtJa__nameText{color:#83f;margin-bottom:2px;font-size:13px;font-weight:700}.RunesTab-module__kDwtJa__statText{color:#ccc;font-size:12px;font-style:italic}@keyframes RunesTab-module__kDwtJa__glowPulse{0%{opacity:.7;transform:translate(-50%,-50%)scale(.95)}50%{opacity:1;transform:translate(-50%,-50%)scale(1.05)}to{opacity:.7;transform:translate(-50%,-50%)scale(.95)}}@keyframes RunesTab-module__kDwtJa__glowPulseStrong{0%{opacity:.6;transform:translate(-50%,-50%)scale(.95)}to{opacity:1;transform:translate(-50%,-50%)scale(1.25)}}.RunesTab-module__kDwtJa__placedRune{object-fit:contain;filter:drop-shadow(0 2px 4px #0006);width:100%;height:100%;transform:scaleX(1.05)scaleY(1.02)}.RunesTab-module__kDwtJa__slotQuintessence .RunesTab-module__kDwtJa__placedRune{transform:scaleY(1.08)scaleX(1.1)!important}@keyframes RunesTab-module__kDwtJa__popIn{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}.RunesTab-module__kDwtJa__statsPanel{flex-direction:column;width:150px;height:400px;margin-top:-2px;margin-right:-15px;display:flex}.RunesTab-module__kDwtJa__statsTitle{color:#610c0c;font-size:12px;font-weight:700;font-family:var(--font-serif);padding:5px 10px}.RunesTab-module__kDwtJa__statsList{flex-direction:column;flex:1;gap:15px;padding:10px;display:flex;overflow-y:auto}.RunesTab-module__kDwtJa__emptyStats{color:#777;text-align:center;margin-top:20px;font-size:11px;font-style:italic}.RunesTab-module__kDwtJa__statRow{border-bottom:1px solid #0000001a;flex-direction:column;padding-bottom:5px;display:flex}.RunesTab-module__kDwtJa__statName{color:#3b2f21;font-size:10px;font-weight:700}.RunesTab-module__kDwtJa__statValue{color:#111;margin-top:2px;font-size:11px}.RunesTab-module__kDwtJa__actionButtons{justify-content:center;gap:10px;margin-top:auto;padding:5px 10px 3px;display:flex}.RunesTab-module__kDwtJa__actionBtn{cursor:pointer;justify-content:center;align-items:center;width:22px;height:10px;display:flex}.RunesTab-module__kDwtJa__actionBtn:hover{filter:brightness(1.3)}.RunesTab-module__kDwtJa__actionBtnImg{object-fit:cover;width:100%;height:100%}.RunesTab-module__kDwtJa__modalOverlay{z-index:10000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000b3;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:fixed;top:0;left:0}.RunesTab-module__kDwtJa__modal{color:#f0e6d2;z-index:1001;background:linear-gradient(#061a34,#040d1a);border:1px solid #1c3e66;border-radius:2px;width:380px;padding:25px;position:relative;box-shadow:0 0 30px #000000e6,inset 0 0 10px #00000080}.RunesTab-module__kDwtJa__modal h3{font-family:var(--font-serif);color:#f0e6d2;text-transform:uppercase;letter-spacing:1px;border-bottom:1px solid #1c3e6680;margin-top:0;margin-bottom:20px;padding-bottom:10px;font-size:18px}.RunesTab-module__kDwtJa__modalInput{color:#f0e6d2;width:100%;font-family:var(--font-sans);box-sizing:border-box;background:#0006;border:1px solid #1c3e66;border-radius:0;outline:none;margin:15px 0 25px;padding:10px 12px;font-size:14px}.RunesTab-module__kDwtJa__modalActions{justify-content:flex-end;gap:10px;display:flex}.RunesTab-module__kDwtJa__modalActions button{color:#f0e6d2;cursor:pointer;text-transform:uppercase;background:linear-gradient(#1c3e66,#061a34);border:1px solid #3c5e86;min-width:90px;padding:6px 20px;font-size:12px;font-weight:600;transition:all .2s}.RunesTab-module__kDwtJa__modalActions button:hover{filter:brightness(1.2);box-shadow:0 0 10px #3c5e8666}.RunesTab-module__kDwtJa__modalActions .RunesTab-module__kDwtJa__confirmBtn{color:#f0e6d2;background:linear-gradient(#1e457c,#0a1b35);border:1px solid #3c5e86;font-weight:700}.RunesTab-module__kDwtJa__modalActions .RunesTab-module__kDwtJa__confirmBtn:hover{background:linear-gradient(#25579b,#0e274d)}.RunesTab-module__kDwtJa__actionBtn{cursor:pointer;color:#5a4a35;background:linear-gradient(#f3e9d8,#d8c5a1);border:1px solid #b3976b;border-radius:2px;justify-content:center;align-items:center;width:32px;height:32px;font-size:16px;display:flex;box-shadow:inset 0 1px #ffffff80}.RunesTab-module__kDwtJa__actionBtn:hover{background:#fff}
.MasteriesTab-module__cfSAMG__masteriesWrapper{-webkit-user-select:none;user-select:none;color:#f0e6d2;flex-direction:column;width:100%;height:465px;margin-top:-10px;display:flex;position:relative}.MasteriesTab-module__cfSAMG__topBar{justify-content:space-between;align-items:center;margin-bottom:5px;padding:5px 10px;display:flex}.MasteriesTab-module__cfSAMG__pageSelector{gap:3px;margin-top:2px;margin-left:174px;display:flex}.MasteriesTab-module__cfSAMG__pageBtn{color:#fff;cursor:pointer;background:linear-gradient(#1e4b91 0%,#0a1b3d 100%);border:1px solid #051025;border-radius:3px;justify-content:center;align-items:center;width:20px;height:20px;font-family:sans-serif;font-size:11px;transition:all .2s;display:flex;box-shadow:0 1px 2px #0006}.MasteriesTab-module__cfSAMG__pageBtn:hover{filter:brightness(1.2)}.MasteriesTab-module__cfSAMG__pageBtnActive{color:#fff;background:#051025;border-color:#1e4b91;font-weight:700;box-shadow:inset 0 1px 3px #000c}.MasteriesTab-module__cfSAMG__mainArea{flex:1;gap:5px;display:flex}.MasteriesTab-module__cfSAMG__sidebar{background:0 0;border:none;flex-direction:column;width:195px;margin-left:-20px;padding:10px;display:flex}.MasteriesTab-module__cfSAMG__masteryPageHeader{background:#c9ae7866;border:1px solid #8c734b;border-radius:4px;justify-content:space-between;align-items:center;width:103%;margin-top:-5px;margin-bottom:12px;margin-left:-1.5%;padding-top:4px;display:flex}.MasteriesTab-module__cfSAMG__pageNameInput,.MasteriesTab-module__cfSAMG__pageNameDisplay{color:#2c2c2c;white-space:nowrap;text-overflow:ellipsis;box-sizing:border-box;background:0 0;border:none;border-bottom:1px solid #0000;outline:none;flex:1;min-width:0;height:22px;margin:0;padding:1px 5px;font-family:serif;font-size:15px;line-height:20px;display:inline-block;overflow:hidden}.MasteriesTab-module__cfSAMG__pageNameInput{background:0 0;border:none}.MasteriesTab-module__cfSAMG__editIcon{cursor:pointer;flex-shrink:0;width:23px;height:23px;margin-top:-6px;margin-left:35px;margin-right:4px;transition:all .2s}.MasteriesTab-module__cfSAMG__editIcon:hover{filter:drop-shadow(0 0 5px #c8aa6ecc)brightness(1.2)}.MasteriesTab-module__cfSAMG__pointSummary{justify-content:center;gap:16px;margin-bottom:5px;display:flex}.MasteriesTab-module__cfSAMG__treePoint{align-items:center;gap:0;display:flex}.MasteriesTab-module__cfSAMG__treeIcon{width:32px;height:32px}.MasteriesTab-module__cfSAMG__treePointValue{color:#000;font-family:serif;font-size:16px;font-weight:700}.MasteriesTab-module__cfSAMG__availablePoints{color:#7a2a1a;text-align:center;margin-bottom:6px;font-family:serif;font-size:13px}.MasteriesTab-module__cfSAMG__availablePointsValue{font-size:18px;font-weight:700}.MasteriesTab-module__cfSAMG__actionButtons{flex-direction:column;gap:3px;margin-top:-3px;display:flex}.MasteriesTab-module__cfSAMG__actionBtnWide{color:#fff;text-shadow:0 1px 2px #000;cursor:pointer;background:linear-gradient(#949494 0%,#636363 100%);border:1px solid #444;border-radius:3px;width:100%;height:25px;font-family:sans-serif;font-size:11px;box-shadow:0 2px 4px #0006}.MasteriesTab-module__cfSAMG__actionBtnBlue{background:linear-gradient(#1e4b91 0%,#0a1b3d 100%)!important}.MasteriesTab-module__cfSAMG__actionBtnRow{gap:5px;width:100%;display:flex}.MasteriesTab-module__cfSAMG__actionBtnSmall{color:#fff;text-shadow:0 1px 2px #000;cursor:pointer;background:linear-gradient(#949494 0%,#636363 100%);border:1px solid #444;border-radius:3px;flex:1;height:25px;font-family:sans-serif;font-size:11px;box-shadow:0 2px 4px #0006}.MasteriesTab-module__cfSAMG__actionBtnWide:hover,.MasteriesTab-module__cfSAMG__actionBtnSmall:hover{filter:brightness(1.1)}.MasteriesTab-module__cfSAMG__treesContainer{border:1px solid #c8aa6e66;flex:1;gap:0;display:flex}.MasteriesTab-module__cfSAMG__treeColumn{border-right:1px solid #c8aa6e33;flex-direction:column;flex:1;min-width:0;padding:15px 5px;display:flex;position:relative;overflow:hidden}.MasteriesTab-module__cfSAMG__treeColumn:last-child{border-right:none}.MasteriesTab-module__cfSAMG__treeContent{z-index:1;flex-direction:column;height:100%;display:flex;position:relative}.MasteriesTab-module__cfSAMG__treeRows{flex-direction:column;flex:1;justify-content:space-between;display:flex}.MasteriesTab-module__cfSAMG__masteryRow{justify-content:center;align-items:center;height:59px;display:flex}.MasteriesTab-module__cfSAMG__rowWide{gap:80px}.MasteriesTab-module__cfSAMG__rowNarrow{gap:20px}.MasteriesTab-module__cfSAMG__keystoneRow{gap:12px}.MasteriesTab-module__cfSAMG__masteryRow:last-child{height:62px}.MasteriesTab-module__cfSAMG__masteryIconWrapper{cursor:pointer;width:41px;height:41px;position:relative}.MasteriesTab-module__cfSAMG__keystoneWrapper{width:46px;height:46px}.MasteriesTab-module__cfSAMG__masteryIcon{box-sizing:border-box;background:#000;border:2px solid #5c5c5c;border-radius:4px;width:100%;height:100%;transition:border-color .2s,filter .2s}.MasteriesTab-module__cfSAMG__masteryIcon.MasteriesTab-module__cfSAMG__active{filter:none;border-color:#c8aa6e}.MasteriesTab-module__cfSAMG__masteryIcon.MasteriesTab-module__cfSAMG__locked{filter:brightness(.4);cursor:default}.MasteriesTab-module__cfSAMG__masteryIcon.MasteriesTab-module__cfSAMG__maxed{border-color:#c89b3c;box-shadow:0 0 10px #c89b3c80}.MasteriesTab-module__cfSAMG__learnedBorder,.MasteriesTab-module__cfSAMG__learnedBorderT2,.MasteriesTab-module__cfSAMG__learnedBorderKeystone{box-shadow:none!important}.MasteriesTab-module__cfSAMG__keystoneBorder{border:2px solid #6e4e1a;padding:1px}.MasteriesTab-module__cfSAMG__masteryRank{color:#8c8c8c;z-index:5;pointer-events:none;background:#000;border:1px solid #5c5c5c;padding:0 4px;font-size:11px;position:absolute;bottom:-4px;right:-6px}.MasteriesTab-module__cfSAMG__refNumber{color:#1a1a1a;z-index:2;pointer-events:none;background:#c8aa6e;border:1px solid #1a1a1a;border-radius:1px;padding:0 2px;font-size:8px;font-weight:700;position:absolute;top:-5px;left:-5px}.MasteriesTab-module__cfSAMG__rankActive{color:#c8aa6e;border-color:#c8aa6e}.MasteriesTab-module__cfSAMG__rankMaxed,.MasteriesTab-module__cfSAMG__rankMajority{color:#fff200;border-color:#fff200}.MasteriesTab-module__cfSAMG__rankMinority{color:#3af;border-color:#3af}.MasteriesTab-module__cfSAMG__treeTitle{letter-spacing:.8px;color:#d9d1b5;text-shadow:1px 1px 2px #000000e6;justify-content:center;align-items:center;margin-top:10px;margin-right:70px;font-family:serif;font-size:17px;display:flex}.MasteriesTab-module__cfSAMG__treeSpentNumber{text-align:left;width:25px;margin-left:12px;display:inline-block}.MasteriesTab-module__cfSAMG__classicTooltip{pointer-events:none;z-index:5000;white-space:normal;background:#000000f2;border:1px solid #333;border-radius:2px;flex-direction:column;gap:2px;min-width:200px;max-width:280px;padding:6px 12px;display:flex;position:absolute;transform:translate(2%,-102%);box-shadow:0 5px 15px #0009}.MasteriesTab-module__cfSAMG__selectionBorderOverlay{pointer-events:none;z-index:5;opacity:0;background-size:100% 100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transition:none!important;animation:none!important}.MasteriesTab-module__cfSAMG__visibleBorder{opacity:1}.MasteriesTab-module__cfSAMG__borderT1{background-image:url(/images/t1_mastery_border.png);width:45px;height:45px}.MasteriesTab-module__cfSAMG__borderT2{background-image:url(/images/t2_mastery_border.png);width:49px;height:49px}.MasteriesTab-module__cfSAMG__borderT3{background-image:url(/images/t3_mastery_border.png);width:62px;height:62px}.MasteriesTab-module__cfSAMG__tierText{color:#168016;margin-bottom:8px;font-size:11px;font-weight:500}.MasteriesTab-module__cfSAMG__nameText{color:#8b2513;margin-bottom:4px;font-family:serif;font-size:13px;font-weight:700}.MasteriesTab-module__cfSAMG__statText{color:#f0e6d2;white-space:pre-line;font-size:11px;font-weight:700}.MasteriesTab-module__cfSAMG__requirementText{color:#610c0c;margin-bottom:8px;font-size:11px;font-weight:500}.MasteriesTab-module__cfSAMG__modalOverlay{z-index:10000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000b3;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:fixed;top:0;left:0}.MasteriesTab-module__cfSAMG__modal{color:#f0e6d2;background:linear-gradient(#061a34,#040d1a);border:1px solid #1c3e66;border-radius:2px;width:420px;padding:25px;position:relative;box-shadow:0 0 30px #000000e6,inset 0 0 10px #00000080}.MasteriesTab-module__cfSAMG__modal h3{color:#f0e6d2;text-transform:uppercase;letter-spacing:1px;border-bottom:1px solid #1c3e6680;margin-top:0;margin-bottom:20px;padding-bottom:10px;font-family:serif;font-size:18px}.MasteriesTab-module__cfSAMG__modal p{color:#a09b8c;margin:15px 0 25px;font-size:14px;line-height:1.5}.MasteriesTab-module__cfSAMG__modalActions{justify-content:flex-end;gap:10px;margin-top:20px;display:flex}.MasteriesTab-module__cfSAMG__modalActions button{color:#f0e6d2;cursor:pointer;text-transform:uppercase;background:linear-gradient(#1c3e66,#061a34);border:1px solid #3c5e86;min-width:90px;padding:6px 20px;font-size:12px;font-weight:600;transition:all .2s}.MasteriesTab-module__cfSAMG__modalActions button:hover{filter:brightness(1.2);box-shadow:0 0 10px #3c5e8666}.MasteriesTab-module__cfSAMG__modalActions .MasteriesTab-module__cfSAMG__confirmBtn{color:#f0e6d2;background:linear-gradient(#1e457c,#0a1b35);border:1px solid #3c5e86;font-weight:700}.MasteriesTab-module__cfSAMG__modalActions .MasteriesTab-module__cfSAMG__confirmBtn:hover{background:linear-gradient(#25579b,#0e274d)}
.SpellsTab-module__KlhAIG__spellsContainer{-webkit-user-select:none;user-select:none;flex:1;gap:10px;width:100%;height:100%;min-height:0;padding:10px;display:flex}.SpellsTab-module__KlhAIG__sidebar{width:48%;padding:10px;overflow:hidden}.SpellsTab-module__KlhAIG__spellsGrid{grid-template-columns:repeat(4,1fr);justify-items:center;gap:25px 10px;display:grid}.SpellsTab-module__KlhAIG__spellItem{cursor:pointer;flex-direction:column;align-items:center;width:70px;transition:all .2s;display:flex}.SpellsTab-module__KlhAIG__iconBorder{background:#000;border:1px solid #333;width:64px;height:64px;padding:1px;transition:all .2s;box-shadow:0 4px 8px #00000080}.SpellsTab-module__KlhAIG__spellIcon{object-fit:cover;width:100%;height:100%;display:block}.SpellsTab-module__KlhAIG__spellItem.SpellsTab-module__KlhAIG__selected .SpellsTab-module__KlhAIG__iconBorder{border-color:#f0e6d2;outline:1px solid #f0e6d2;box-shadow:0 0 15px #a08c5c99}.SpellsTab-module__KlhAIG__spellLabel{color:#3b2f21;text-align:center;text-shadow:0 1px 1px #ffffff4d;margin-top:8px;font-size:11px;font-weight:700}.SpellsTab-module__KlhAIG__detailsArea{flex-direction:column;flex:1;gap:10px;padding:10px 15px 10px 40px;display:flex;overflow:hidden}.SpellsTab-module__KlhAIG__topDetails{flex-direction:column;flex-shrink:0;gap:10px;height:160px;display:flex}.SpellsTab-module__KlhAIG__headerInfo{align-items:flex-start;gap:15px;display:flex}.SpellsTab-module__KlhAIG__bigIconBorder{background:#000;border:1px solid #333;flex-shrink:0;width:56px;height:56px;padding:1px;position:relative;box-shadow:0 4px 10px #0006}.SpellsTab-module__KlhAIG__bigSpellIcon{object-fit:cover;z-index:2;width:100%;height:100%;animation:.25s ease-out SpellsTab-module__KlhAIG__fadeIn;position:relative}.SpellsTab-module__KlhAIG__bigSpellIconPrev{object-fit:cover;z-index:1;width:calc(100% - 2px);height:calc(100% - 2px);position:absolute;top:1px;left:1px}.SpellsTab-module__KlhAIG__titleInfo{flex-direction:column;justify-content:center;padding-top:2px;display:flex}.SpellsTab-module__KlhAIG__spellName{color:#000;margin:0;font-family:serif;font-size:20px;font-weight:500}.SpellsTab-module__KlhAIG__spellMeta{color:#000;margin-top:1px;font-size:11px;font-weight:500}.SpellsTab-module__KlhAIG__spellDescription{color:#000;max-width:95%;margin:0;font-size:12px;font-weight:500;line-height:1.4}.SpellsTab-module__KlhAIG__imageDetails{justify-content:center;align-items:flex-start;min-height:0;display:flex}.SpellsTab-module__KlhAIG__actionImageWrapper{width:410px;height:232px;box-shadow:none;background:0 0;border:none;justify-content:center;align-items:center;margin:0 auto;display:flex;position:relative}.SpellsTab-module__KlhAIG__actionImage{object-fit:contain;z-index:2;border:none;outline:none;width:410px;height:232px;animation:.3s ease-out SpellsTab-module__KlhAIG__fadeIn;display:block;position:relative}.SpellsTab-module__KlhAIG__actionImagePrev{object-fit:contain;z-index:1;width:410px;height:232px;position:absolute;top:0;left:0}@keyframes SpellsTab-module__KlhAIG__fadeIn{0%{opacity:0}to{opacity:1}}.SpellsTab-module__KlhAIG__sidebar::-webkit-scrollbar{width:6px}.SpellsTab-module__KlhAIG__detailsArea::-webkit-scrollbar{width:6px}.SpellsTab-module__KlhAIG__sidebar::-webkit-scrollbar-track{background:#0000000d}.SpellsTab-module__KlhAIG__detailsArea::-webkit-scrollbar-track{background:#0000000d}.SpellsTab-module__KlhAIG__sidebar::-webkit-scrollbar-thumb{background:#a08c5c;border-radius:3px}.SpellsTab-module__KlhAIG__detailsArea::-webkit-scrollbar-thumb{background:#a08c5c;border-radius:3px}
.TermsOfUse-module__AXpAZa__modalOverlay{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:10000;background:#000000f2;justify-content:center;align-items:center;padding:40px;display:flex;position:fixed;inset:0}.TermsOfUse-module__AXpAZa__modalContent{background:#010a13;border:1px solid #c8aa6e;flex-direction:column;width:100%;max-width:800px;max-height:80vh;display:flex;position:relative;box-shadow:0 0 50px #000}.TermsOfUse-module__AXpAZa__header{border-bottom:1px solid #c8aa6e33;justify-content:space-between;align-items:center;padding:20px;display:flex}.TermsOfUse-module__AXpAZa__title{color:#c8aa6e;text-transform:uppercase;letter-spacing:2px;margin:0;font-family:serif;font-size:24px}.TermsOfUse-module__AXpAZa__closeButton{color:#a09b8c;cursor:pointer;background:0 0;border:none;padding:0;font-size:30px;line-height:1}.TermsOfUse-module__AXpAZa__closeButton:hover{color:#f0e6d2}.TermsOfUse-module__AXpAZa__scrollArea{color:#a09b8c;padding:30px;font-family:sans-serif;font-size:14px;line-height:1.6;overflow-y:auto}.TermsOfUse-module__AXpAZa__scrollArea h2{color:#f0e6d2;margin-top:25px;margin-bottom:15px;font-size:18px}.TermsOfUse-module__AXpAZa__scrollArea p{margin-bottom:15px}.TermsOfUse-module__AXpAZa__disclaimer{color:#d2c8a0;background:#c8aa6e0d;border-left:3px solid #c8aa6e;margin-bottom:25px;padding:15px;font-style:italic}.TermsOfUse-module__AXpAZa__footer{border-top:1px solid #c8aa6e33;justify-content:flex-end;padding:20px;display:flex}.TermsOfUse-module__AXpAZa__acceptButton{color:#010a13;cursor:pointer;text-transform:uppercase;background:linear-gradient(#c8aa6e,#7a5c29);border:1px solid #4a3a1a;padding:8px 30px;font-size:14px;font-weight:700}.TermsOfUse-module__AXpAZa__acceptButton:hover{filter:brightness(1.1)}
