:root{color-scheme:dark;--bg: #111318;--panel: #191d25;--panel-2: #202632;--text: #f2f4f8;--muted: #9aa4b2;--line: #303849;--gold: #d8b15f;--green: #63c786;--red: #d96a6a;--blue: #5eb3e5;--field: #121720;--focus: transparent}html{overflow-y:scroll;scrollbar-gutter:stable}*{box-sizing:border-box}[hidden]{display:none!important}body{background:var(--bg);color:var(--text);font-family:Inter,Arial,sans-serif;margin:0;min-height:100vh}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.sidebar{background:#151922;border-right:1px solid var(--line);padding:24px 18px}.brand{align-items:center;display:flex;justify-content:flex-start;margin-bottom:14px}.brand strong{font-size:20px;letter-spacing:.04em;text-transform:uppercase}.badge{border:1px solid var(--line);border-radius:999px;color:var(--gold);font-size:12px;padding:4px 8px}.sidebar-language{display:flex;gap:8px;margin-bottom:14px}.chip{align-items:center;border:1px solid var(--line);border-radius:999px;color:var(--muted);display:inline-flex;font-size:13px;justify-content:center;min-height:32px;padding:0 10px;transition:background-color .16s ease,border-color .16s ease,color .16s ease,opacity .16s ease,transform .16s ease}.sidebar-language .chip{flex:1 1 0;font-weight:800;min-width:0}.chip.active,.chip:hover{border-color:var(--gold);color:var(--text)}.sidebar-server{border-bottom:1px solid var(--line);border-top:1px solid var(--line);display:grid;gap:8px;margin-bottom:18px;padding:12px 0}.sidebar-server-label{color:var(--muted);font-size:12px;font-weight:800;text-transform:uppercase}.sidebar-server-options{display:grid;gap:6px}.sidebar-server .chip{justify-content:space-between;min-height:36px;width:100%}.sidebar-server-rate{color:var(--muted);font-size:12px;margin-left:8px}.nav{display:grid;gap:6px}.nav form{margin:0;min-width:0}.nav a,.nav button{background:transparent;border:0;border-radius:8px;color:var(--muted);cursor:pointer;display:block;padding:11px 12px;text-align:left;transition:background-color .16s ease,border-color .16s ease,color .16s ease,opacity .16s ease,transform .16s ease;width:100%}.nav a.active,.nav a:hover,.nav button:hover{background:var(--panel-2);color:var(--text)}.nav button.nav-logout{background:#d8b15f1a;border:1px solid rgba(216,177,95,.55);color:var(--gold);font-weight:900;margin-top:8px;text-align:center}.nav button.nav-logout:hover{background:var(--gold);color:#15110a}.nav button.nav-logout .button-icon{color:inherit}.main{padding:28px}.topbar{align-items:center;display:flex;gap:16px;justify-content:flex-start;margin-bottom:24px}.sidebar-toggle-button{align-items:center;background:var(--panel-2);border:1px solid var(--line);border-radius:8px;color:var(--text);cursor:pointer;display:inline-flex;flex:0 0 auto;font-size:22px;font-weight:700;height:48px;justify-content:center;left:234px;line-height:1;padding:0;position:fixed;top:60px;transition:background-color .16s ease,border-color .16s ease,color .16s ease,opacity .16s ease,transform .16s ease;width:52px;z-index:30}body.sidebar-collapsed .sidebar-toggle-button{left:24px}body.sidebar-collapsed .shell{grid-template-columns:260px minmax(0,1fr)}body.sidebar-collapsed .sidebar{display:block;pointer-events:none;visibility:hidden}h1{font-size:18px;font-weight:600;line-height:1.25;margin:0 0 4px}h2{font-size:18px;margin:0}.sub{color:var(--muted);font-size:18px;font-weight:600;line-height:1.25;margin:0}.top-actions{align-items:center;display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end;margin-left:auto}.button{align-items:center;background:var(--gold);border:0;border-radius:8px;color:#15110a;cursor:pointer;display:inline-flex;gap:8px;font-weight:800;justify-content:center;min-height:40px;padding:0 16px;transition:background-color .16s ease,border-color .16s ease,color .16s ease,opacity .16s ease,transform .16s ease;-webkit-user-select:none;user-select:none}.button-icon{display:inline-block;flex:0 0 auto;height:18px;width:18px}.button>span{align-items:center;display:inline-flex;gap:8px}.button.secondary{background:var(--panel-2);border:1px solid var(--line);color:var(--text)}.button.danger{background:#d96a6a29;border:1px solid rgba(217,106,106,.5);color:#ffd7d7}.button:not(.secondary):not(.danger):hover{background:#e3bd6f;border-color:#e3bd6f;color:#15110a;filter:none}.button.secondary:hover{border-color:var(--gold);color:var(--gold);filter:none}.button.danger:hover{background:#d96a6a47;border-color:#d96a6adb;color:#fff;filter:none}.button:active,.chip:active,.nav button:active{transform:translateY(1px)}.button:disabled{cursor:not-allowed;opacity:.55}.auth-layout{display:grid;gap:18px;grid-template-columns:minmax(0,680px);justify-content:center;min-width:0;padding-top:38px}.card{background:var(--panel);border:1px solid var(--line);border-radius:8px;min-width:0;overflow:hidden}.card-head{align-items:center;border-bottom:1px solid var(--line);display:flex;gap:16px;justify-content:space-between;padding:16px 18px}.card-body{padding:20px 24px 24px}.field{margin-bottom:16px}label{color:var(--text);display:block;font-weight:800;margin-bottom:8px}input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=hidden]),select,textarea{background-color:var(--field);border:1px solid var(--line);border-radius:6px;color:var(--text);min-height:42px;padding:0 12px;width:100%}textarea{min-height:96px;padding-bottom:10px;padding-top:10px;resize:vertical}select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:linear-gradient(45deg,transparent 50%,var(--muted) 50%),linear-gradient(135deg,var(--muted) 50%,transparent 50%);background-position:calc(100% - 18px) 50%,calc(100% - 13px) 50%;background-repeat:no-repeat;background-size:5px 5px,5px 5px;padding-right:36px}option{background:#121720;color:var(--text)}input::placeholder,textarea::placeholder{color:#6f7a8a}input:disabled,select:disabled,textarea:disabled{cursor:not-allowed;opacity:.58}.hint{color:var(--muted);line-height:1.45;margin:7px 0 0}.hint[data-type=success]{color:var(--green)}.hint[data-type=error]{color:var(--red)}.control-group{display:flex;width:100%}.control-group select,.control-group input,.control-group button{border-radius:0}.control-group>:first-child{border-bottom-left-radius:6px;border-top-left-radius:6px}.control-group>:last-child{border-bottom-right-radius:6px;border-top-right-radius:6px}.prefix-select{flex:0 0 106px;text-transform:uppercase}.control-action{align-items:center;background:var(--panel-2);border:1px solid var(--line);border-left:0;color:var(--text);cursor:pointer;display:inline-flex;gap:8px;justify-content:center;min-height:42px;padding:0;transition:background-color .16s ease,border-color .16s ease,color .16s ease,opacity .16s ease;width:52px}.control-action.text-action{flex:0 0 auto;font-weight:800;padding:0 14px;width:auto}.control-action:hover{border-color:var(--gold);color:var(--gold)}.control-group input{border-left:0;flex:1;min-width:0}.control-icon,.control-action .button-icon{height:18px;width:18px}.check{align-items:center;display:flex;gap:8px;margin:10px 0}input[type=checkbox],input[type=radio]{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#111720;border:1px solid #4a5466;cursor:pointer;display:inline-grid;flex:0 0 auto;height:18px;margin:0;min-height:18px;padding:0;place-content:center;width:18px}input[type=checkbox]{border-radius:4px}input[type=radio]{border-radius:999px}input[type=checkbox]:before,input[type=radio]:before{content:"";transform:scale(0);transition:transform .14s ease}input[type=checkbox]:before{border-bottom:2px solid #15110a;border-right:2px solid #15110a;height:9px;transform:rotate(45deg) scale(0);width:5px}input[type=radio]:before{background:#15110a;border-radius:999px;height:8px;width:8px}input[type=checkbox]:checked,input[type=radio]:checked{background:var(--gold);border-color:var(--gold)}input[type=checkbox]:checked:before{transform:rotate(45deg) scale(1)}input[type=radio]:checked:before{transform:scale(1)}input[type=checkbox]:disabled,input[type=radio]:disabled{cursor:not-allowed;opacity:.55}.check span{font-weight:800}.captcha-field{margin:20px 0}.captcha-field altcha-widget{--altcha-color-base: var(--field);--altcha-color-border: var(--line);--altcha-color-border-focus: var(--gold);--altcha-color-text: var(--text);--altcha-color-error-text: #ff6b6b;display:block;max-width:420px}.auth-method-tabs{border:1px solid var(--line);border-radius:8px;display:grid;gap:0;grid-template-columns:repeat(2,minmax(0,1fr));margin:2px 0 22px;overflow:hidden}.auth-method-tab{align-items:center;background:var(--panel-2);border:0;color:var(--muted);cursor:pointer;display:inline-flex;font-weight:900;gap:8px;justify-content:center;padding:12px 14px}.auth-method-tab.active{color:var(--text)}.auth-method-tab.disabled{opacity:.55}.actions{align-items:center;display:flex;gap:12px;justify-content:flex-end;margin-top:22px}.auth-links{align-items:center;border-top:1px solid var(--line);display:flex;flex-wrap:wrap;gap:20px;justify-content:center;padding:16px 18px}.auth-links a,.muted{color:var(--muted)}.auth-links a{font-weight:800}.auth-links a:hover{color:var(--gold)}.auth-layout{grid-template-columns:minmax(320px,680px);padding:34px 0 28px}.card{background:linear-gradient(180deg,#20263273,#191d25f5),var(--panel);box-shadow:0 14px 34px #0000002e}.card-head{min-height:58px;padding:0 22px}.card-head h2{font-size:20px;line-height:1.2;overflow-wrap:anywhere}.card-body{padding:22px 26px 24px}.card-body form{display:grid;gap:14px}.card-body .field{margin:0}.card-body [data-recovery-panel]{display:grid;gap:14px}.card-body [data-recovery-panel][hidden]{display:none}.card-body label{font-size:16px;line-height:1.2;margin-bottom:8px}.card-body input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=hidden]),.card-body select,.card-body textarea{border-radius:7px;font-size:15px;min-height:44px}.card-body .hint{color:#a9bed7;font-size:15px;line-height:1.45;margin-top:6px}.card-body .control-group,.card-body .control-group select,.card-body .control-group input,.card-body .control-group button{min-height:44px}.card-body .prefix-select{flex-basis:104px;font-size:15px;font-weight:800}.card-body .control-action{min-height:44px;width:52px}.card-body .control-action.text-action{flex:0 0 auto;font-size:15px;min-height:44px;min-width:max-content;padding:0 14px;white-space:nowrap;width:auto}.card-body .check{gap:10px;margin:0}.card-body .check span{font-size:16px;line-height:1.25}.card-body input[type=checkbox],.card-body input[type=radio]{height:18px;min-height:18px;width:18px}.card-body input[type=checkbox]:before{height:9px;width:5px}.captcha-field{margin:4px 0 2px}.captcha-field altcha-widget{max-width:360px;width:min(360px,100%)}.captcha-actions{align-items:stretch;display:flex;gap:24px;justify-content:space-between;margin-top:8px}.captcha-actions .captcha-field{flex:0 1 360px;margin:0;min-width:260px}.captcha-actions .actions{align-items:center;align-self:stretch;flex:1 1 280px;justify-content:flex-end;margin:0;min-height:44px;min-width:0}.actions{margin-top:6px;min-height:46px}.actions .button{font-size:16px;min-height:44px;max-width:100%;min-width:min(132px,100%);padding:0 22px;white-space:nowrap}.actions .button>span{min-width:0}.auth-links{background:#151922a8;gap:24px;min-height:56px;padding:14px 20px}.auth-links a{font-size:16px}.auth-method-tabs{background:#202632b8;gap:4px;margin:0 0 16px;min-height:42px;padding:4px}.auth-method-tab{background:transparent;border-radius:6px;font-size:15px;padding:0 14px}.auth-method-tab.active{background:var(--field);color:var(--text)}.auth-layout{grid-template-columns:minmax(320px,680px);padding:62px 0 32px}.auth-layout .card{background:linear-gradient(180deg,#2026326b,#191d25fa),var(--panel);border-color:var(--line);border-radius:8px;box-shadow:inset 0 1px #ffffff08,0 14px 34px #0000001f}.auth-layout .card-head{background:#202632d1;min-height:58px;padding:0 24px}.auth-layout .card-head h2{font-size:20px;font-weight:800}.auth-layout .card-body{padding:24px 26px}.auth-layout .auth-links{background:#202632b8}.auth-layout .auth-method-tabs,.auth-layout input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=hidden]),.auth-layout select,.auth-layout textarea,.auth-layout .control-action,.auth-layout .button{border-radius:7px}.auth-layout .control-group>:first-child{border-bottom-left-radius:7px;border-top-left-radius:7px}.auth-layout .control-group>:last-child{border-bottom-right-radius:7px;border-top-right-radius:7px}.auth-layout .control-group>:not(:first-child):not(:last-child){border-radius:0}.auth-layout .captcha-actions{align-items:center}.button:focus-visible,.sidebar-toggle-button:focus-visible,.chip:focus-visible,.control-action:focus-visible,.nav a:focus-visible,.nav button:focus-visible,.sidebar-link:focus-visible,.auth-links a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{box-shadow:none;outline:0;outline-offset:0}a:focus,button:focus,input:focus,select:focus,textarea:focus{box-shadow:none;outline:0;outline-offset:0}@media (max-width: 1100px){.shell{grid-template-columns:1fr}.sidebar{border-bottom:1px solid var(--line);border-right:0}body.sidebar-collapsed .shell{grid-template-columns:1fr}body.sidebar-collapsed .sidebar{display:none}.nav,.sidebar-server-options{grid-template-columns:repeat(2,minmax(0,1fr))}.main{padding:22px}.profile-auth-page .profile-top-panel{column-gap:12px;grid-template-columns:auto minmax(0,1fr) auto}.profile-auth-page .profile-top-panel .sidebar-toggle-button{grid-column:1;justify-self:start}.profile-auth-page .profile-top-panel-actions{display:none}.profile-auth-page .profile-top-panel-spacer.has-mobile-brand{align-items:center;display:flex;grid-column:2;justify-content:center;min-width:0}.profile-auth-page .profile-top-panel-brand{display:inline-flex;line-height:0;max-width:100%}.profile-auth-page .profile-top-panel-brand img{display:block;height:auto;max-width:190px;width:min(190px,50vw)}}@media (max-width: 720px){.profile-auth-page .main{--profile-main-padding-x: 18px;--profile-main-padding-y: 18px;background:radial-gradient(circle at 50% 0,rgba(216,177,95,.06),transparent 38%),var(--bg)}.profile-auth-page .profile-top-panel{min-height:64px}.profile-auth-page .profile-page-content{max-width:430px}.profile-auth-page .auth-layout{grid-template-columns:minmax(0,1fr);padding:16px 0 28px}.profile-auth-page .auth-layout .card{border-radius:10px;box-shadow:inset 0 1px #ffffff0a,0 18px 42px #00000038}.profile-auth-page .auth-layout .card-head{align-items:center;min-height:60px;padding:14px 18px}.profile-auth-page .auth-layout .card-head h2{font-size:21px;line-height:1.18}.profile-auth-page .auth-layout .card-body{padding:22px 18px 24px}.profile-auth-page .card-body form{gap:15px}.profile-auth-page .card-body label{font-size:15px}.profile-auth-page .card-body .check{align-items:flex-start}.profile-auth-page .card-body .check span{font-size:15px;line-height:1.3}.profile-auth-page .captcha-field{display:flex;justify-content:center;margin:2px 0}.profile-auth-page .captcha-field altcha-widget{max-width:100%;width:min(300px,100%)}.profile-auth-page .captcha-actions{gap:18px}.profile-auth-page .captcha-actions .actions .button,.profile-auth-page .actions .button{min-width:0;width:min(100%,230px)}.profile-auth-page .auth-layout .auth-links{align-items:stretch;display:grid;gap:8px;min-height:0;padding:14px}.profile-auth-page .auth-layout .auth-links a{align-items:center;background:#12172080;border:1px solid rgba(48,56,73,.9);border-radius:8px;display:flex;justify-content:center;min-height:40px;padding:0 12px;width:100%}.profile-auth-page .auth-layout .auth-links a:hover{background:#d8b15f1a;border-color:#d8b15f8c}.topbar{align-items:stretch;flex-direction:column}.top-actions{justify-content:flex-start;margin-left:0}.sidebar-toggle-button{left:auto;right:22px;top:22px}.nav{grid-template-columns:1fr}.auth-layout{padding-top:10px}.card-head,.actions,.auth-links,.captcha-actions{align-items:stretch;flex-direction:column}.captcha-actions .captcha-field{flex-basis:auto;min-width:0}.captcha-actions .actions{flex-basis:auto;justify-content:center;min-width:0}.button,.auth-links a{width:100%}.captcha-actions .actions .button{width:auto}.prefix-select{flex-basis:86px}}@media (max-width: 420px){.profile-auth-page .main{--profile-main-padding-x: 14px;--profile-main-padding-y: 14px}.profile-auth-page .profile-top-panel{min-height:60px}.profile-auth-page .profile-top-panel-brand img{width:168px}.profile-auth-page .auth-layout{padding-top:14px}.profile-auth-page .auth-layout .card-head{padding-left:16px;padding-right:16px}.profile-auth-page .auth-layout .card-head h2{font-size:20px}.profile-auth-page .auth-layout .card-body{padding-left:16px;padding-right:16px}.profile-auth-page .card-body .prefix-select{flex-basis:78px;padding-left:10px;padding-right:28px}.profile-auth-page .card-body .control-action{width:44px}}.profile-auth-page{--auth-card-width: 620px}.profile-auth-page .main{background:radial-gradient(circle at 50% 12%,rgba(216,177,95,.055),transparent 34%),radial-gradient(circle at 76% 36%,rgba(94,179,229,.045),transparent 32%),var(--bg)}.profile-auth-page .profile-page-content{align-content:start;display:grid;min-height:0}.profile-auth-page .auth-layout{grid-template-columns:minmax(0,var(--auth-card-width));padding:clamp(34px,6vh,68px) 0 32px;width:100%}.profile-auth-page .auth-layout-register,.profile-auth-page .auth-layout-registration-success{--auth-card-width: 680px}.profile-auth-page .auth-layout-login,.profile-auth-page .auth-layout-recovery,.profile-auth-page .auth-layout-reset,.profile-auth-page .auth-layout-confirm{--auth-card-width: 620px}.profile-auth-page .auth-layout .card{border-color:#3a4458f5;box-shadow:inset 0 1px #ffffff09,0 22px 58px #0000003d}.profile-auth-page .auth-layout .card-head{background:linear-gradient(180deg,#232a37f0,#1d222de0);min-height:60px;padding:0 24px}.profile-auth-page .auth-layout .card-head h2{font-size:20px;font-weight:900;letter-spacing:0}.profile-auth-page .auth-layout .card-body{padding:24px 26px 26px}.profile-auth-page .auth-layout input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=hidden]),.profile-auth-page .auth-layout select,.profile-auth-page .auth-layout textarea{background-color:#111821;border-color:#3a4458f5;transition:background-color .16s ease,border-color .16s ease,color .16s ease}.profile-auth-page .auth-layout input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=hidden]):focus,.profile-auth-page .auth-layout select:focus,.profile-auth-page .auth-layout textarea:focus{background-color:#101923;border-color:#d8b15f9e}.profile-auth-page .auth-layout .control-action{background:#202737;border-color:#3a4458f5}.profile-auth-page .auth-layout .control-group input:focus+.control-action,.profile-auth-page .auth-layout .control-action:focus{border-color:#d8b15f9e}.profile-auth-page .auth-layout .check,.profile-auth-page .auth-layout .check span{min-width:0}.profile-auth-page .auth-layout .captcha-actions{gap:18px;margin-top:10px}.profile-auth-page .auth-layout .captcha-actions .actions{flex:0 0 auto}.profile-auth-page .auth-layout-register .captcha-actions .actions{flex:1 1 220px}.profile-auth-page .auth-layout .actions .button{box-shadow:0 8px 18px #d8b15f1f}.profile-auth-page .auth-layout .auth-links{background:#1e2430d6}.profile-auth-page .auth-layout .auth-links a{transition:background-color .16s ease,border-color .16s ease,color .16s ease}.profile-auth-page .auth-layout .auth-links a:hover{color:var(--text)}@media (min-width: 1101px){.profile-auth-page .profile-page-content{justify-content:center}.profile-auth-page .auth-layout-login,.profile-auth-page .auth-layout-recovery,.profile-auth-page .auth-layout-reset,.profile-auth-page .auth-layout-confirm{padding-top:clamp(46px,8vh,86px)}}@media (max-width: 720px){.profile-auth-page{--auth-card-width: 100%}.profile-auth-page .main{background:radial-gradient(circle at 50% 0,rgba(216,177,95,.055),transparent 34%),var(--bg)}.profile-auth-page .profile-page-content{max-width:430px;width:100%}.profile-auth-page .auth-layout{padding:14px 0 24px}.profile-auth-page .auth-layout .card-head{min-height:58px;padding:13px 16px}.profile-auth-page .auth-layout .card-head h2{font-size:clamp(19px,5.3vw,21px);line-height:1.16}.profile-auth-page .auth-layout .card-body{padding:18px 16px 20px}.profile-auth-page .card-body form{gap:13px}.profile-auth-page .auth-layout .field{min-width:0}.profile-auth-page .auth-layout .captcha-actions{gap:14px;margin-top:4px}.profile-auth-page .auth-layout .captcha-actions .actions{flex:0 0 auto;justify-content:center}.profile-auth-page .auth-layout .actions .button{width:min(100%,240px)}.profile-auth-page .auth-layout-login .auth-links{grid-template-columns:repeat(2,minmax(0,1fr))}.profile-auth-page .auth-layout-login .auth-links a{font-size:14px;min-height:38px;text-align:center}.profile-auth-page .auth-layout-recovery .auth-links,.profile-auth-page .auth-layout-reset .auth-links,.profile-auth-page .auth-layout-confirm .auth-links{justify-items:center}.profile-auth-page .auth-layout-recovery .auth-links a,.profile-auth-page .auth-layout-reset .auth-links a,.profile-auth-page .auth-layout-confirm .auth-links a{max-width:240px}}@media (max-width: 360px){.profile-auth-page .auth-layout-login .auth-links{grid-template-columns:1fr}}.shell{display:grid;grid-template-columns:260px minmax(0,1fr);min-height:100vh}.sidebar{align-self:start;background:#151922;border-right:1px solid var(--line);display:flex;flex-direction:column;height:100vh;min-height:100vh;overflow-x:hidden;overflow-y:auto;padding:24px 18px;position:sticky;top:0;z-index:20;scrollbar-color:rgba(216,177,95,.45) transparent;scrollbar-width:thin}.sidebar::-webkit-scrollbar{width:5px}.sidebar::-webkit-scrollbar-track{background:transparent}.sidebar::-webkit-scrollbar-thumb{background:#d8b15f73;border-radius:999px}.sidebar .brand{align-items:center;display:flex;flex:0 0 auto;justify-content:center;margin-bottom:20px}.sidebar .brand a{display:inline-flex;justify-content:center;line-height:0;max-width:100%}.sidebar-logo{display:block;height:auto;max-width:175px;width:175px}.sidebar .brand strong{font-size:20px;letter-spacing:.04em;text-transform:uppercase}.sidebar-language{display:flex;flex:0 0 auto;gap:10px;justify-content:center;margin-bottom:19px}.sidebar .chip{align-items:center;border:1px solid var(--line);border-radius:999px;color:var(--muted);display:inline-flex;font-size:13px;justify-content:center;min-height:32px;padding:0 10px;transition:background-color .16s ease,border-color .16s ease,color .16s ease,opacity .16s ease,transform .16s ease}.sidebar-language .chip{background:#d8b15f9e;border-color:transparent;border-radius:4px;color:#15110a;flex:0 0 auto;font-size:12px;font-weight:900;line-height:1;min-height:26px;min-width:35px;opacity:.78;padding:4px 7px}.sidebar-language .chip.active,.sidebar-language .chip:hover{background:var(--gold);border-color:var(--gold);color:#15110a;opacity:1}.sidebar-language .chip:not(.active):not(:hover){background:#d8b15f94;color:#15110a;opacity:.72}.sidebar-server{border-bottom:1px solid var(--line);border-top:1px solid var(--line);display:block;flex:0 0 auto;margin-bottom:18px;padding:12px 0}.sidebar-label{color:var(--muted);font-size:12px;font-weight:800;text-transform:uppercase}.sidebar-server-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:linear-gradient(45deg,transparent 50%,var(--muted) 50%),linear-gradient(135deg,var(--muted) 50%,transparent 50%),var(--field);background-position:calc(100% - 18px) 50%,calc(100% - 13px) 50%,0 0;background-repeat:no-repeat;background-size:5px 5px,5px 5px,auto;border:1px solid var(--line);border-radius:999px;color:var(--text);cursor:pointer;font:inherit;font-size:14px;min-height:42px;padding:0 38px 0 14px;width:100%}.sidebar-server-select:hover,.sidebar-server-select:focus{border-color:var(--gold);outline:0}.sidebar-server-select option{background:#121720;color:var(--text)}.sidebar-section{border-bottom:1px solid var(--line);border-top:1px solid var(--line);display:grid;gap:8px;margin-bottom:18px;padding:12px 0}.sidebar-external-links{background:#151922;border-bottom:0;flex:0 0 auto;margin-bottom:0;margin-top:auto;padding:12px 0 0;z-index:3}.sidebar-link{align-items:center;border:1px solid var(--line);border-radius:999px;color:var(--muted);display:flex;font-size:13px;justify-content:space-between;min-height:36px;padding:0 10px}.sidebar-link:hover{border-color:var(--gold);color:var(--text)}.sidebar .nav{display:grid;flex:0 0 auto;gap:6px}.sidebar .nav form{margin:0;min-width:0}.sidebar .nav a,.sidebar .nav button{align-items:center;background:transparent;border:0;border-radius:8px;color:var(--muted);cursor:pointer;display:flex;gap:9px;padding:11px 12px;text-align:left;transition:background-color .16s ease,border-color .16s ease,color .16s ease,opacity .16s ease,transform .16s ease;width:100%}.sidebar .nav a .button-icon,.sidebar .nav button .button-icon{color:var(--gold);height:17px;width:17px}.sidebar .nav a.active,.sidebar .nav a:hover,.sidebar .nav button:hover{background:var(--panel-2);color:var(--text)}.sidebar .nav button.nav-logout{background:#d8b15f1a;border:1px solid rgba(216,177,95,.55);color:var(--gold);font-weight:900;justify-content:center;margin-top:8px;text-align:center}.sidebar .nav button.nav-logout .button-icon{color:inherit}.sidebar .nav button.nav-logout:hover{background:var(--gold);color:#15110a}.sidebar-toggle-button{align-items:center;background:var(--panel-2);border:1px solid var(--line);border-radius:8px;color:var(--text);cursor:pointer;display:inline-grid;flex:0 0 auto;font-size:16px;font-weight:500;height:34px;justify-content:center;left:242px;line-height:1;padding:0;place-items:center;position:fixed;right:auto;top:18px;transition:background-color .16s ease,border-color .16s ease,color .16s ease,opacity .16s ease,transform .16s ease;width:36px;z-index:30}.sidebar-toggle-icon{grid-area:1 / 1;transition:opacity .16s ease,transform .18s ease}.sidebar-toggle-icon-close{opacity:0;transform:scale(.72)}.sidebar-toggle-button:hover,body.sidebar-collapsed .sidebar-toggle-button{border-color:var(--gold);color:var(--gold)}body.sidebar-collapsed .sidebar-toggle-button{left:18px}body.sidebar-collapsed .shell{grid-template-columns:minmax(0,1fr)}body.sidebar-collapsed .sidebar{display:none}.main{--profile-main-padding-x: 28px;--profile-main-padding-y: 28px;display:flex;flex-direction:column;min-height:100vh}.profile-top-panel{align-items:center;background:#151922;border-bottom:1px solid var(--line);display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);min-height:64px;margin:calc(-1 * var(--profile-main-padding-y)) calc(-1 * var(--profile-main-padding-x)) var(--profile-main-padding-y);padding:0 var(--profile-main-padding-x);position:sticky;top:0;z-index:24}.profile-top-panel-spacer{grid-column:1;min-width:0}.profile-top-panel-brand{display:none}.profile-top-panel-brand img{display:block;height:auto;max-width:100%}.profile-top-panel .sidebar-toggle-button{grid-column:2;justify-self:center}.profile-top-panel-actions{align-items:center;display:flex;gap:8px;grid-column:3;justify-content:flex-end;min-width:0}.profile-top-panel-actions form{margin:0}.profile-top-panel-link,.profile-top-panel-logout{align-items:center;background:var(--panel-2);border:1px solid var(--line);border-radius:8px;color:var(--text);cursor:pointer;display:inline-flex;font:inherit;font-size:14px;font-weight:800;gap:6px;justify-content:center;min-height:36px;padding:0 14px;transition:background-color .16s ease,border-color .16s ease,color .16s ease,opacity .16s ease,transform .16s ease;white-space:nowrap}.profile-top-panel-link .button-icon,.profile-top-panel-logout .button-icon{height:17px;width:17px}.profile-top-panel-link:hover,.profile-top-panel-logout:hover{border-color:var(--gold);color:var(--gold)}.profile-top-panel-link.primary,.profile-top-panel-logout{background:var(--gold);border-color:var(--gold);color:#15110a}.profile-top-panel-link.primary:hover,.profile-top-panel-logout:hover{background:#e3bd6f;color:#15110a}.profile-page-content{margin-bottom:24px;margin-left:auto;margin-right:auto;max-width:1400px;width:100%}.profile-footer{align-items:center;border-top:1px solid rgba(48,56,73,.72);color:var(--muted);display:flex;font-size:13px;font-weight:700;gap:16px;justify-content:space-between;margin:auto auto 0;max-width:1400px;min-height:38px;padding-top:12px;width:100%}.profile-footer-copy{white-space:nowrap}.profile-footer-language{align-items:center;display:inline-flex;gap:6px;justify-content:flex-end}.profile-footer-language-link{align-items:center;border:1px solid var(--line);border-radius:5px;color:var(--muted);display:inline-flex;font-size:12px;font-weight:900;justify-content:center;min-height:28px;min-width:34px;padding:0 8px;transition:background-color .16s ease,border-color .16s ease,color .16s ease}.profile-footer-language-link.active,.profile-footer-language-link:hover{background:var(--gold);border-color:var(--gold);color:#15110a}.main-donate .profile-footer{max-width:1504px}.main-rating .profile-footer{max-width:1440px}@media (max-width: 1100px){:root{--profile-mobile-panel-height: 64px}html.sidebar-mobile-open,body.sidebar-mobile-open{overflow:hidden;overscroll-behavior:contain}body.sidebar-mobile-open:before{background:#080b11a8;content:"";inset:var(--profile-mobile-panel-height) 0 0;position:fixed;z-index:38}.shell{grid-template-columns:1fr;min-width:0;padding-top:var(--profile-mobile-panel-height)}.sidebar{border-bottom:1px solid var(--line);border-right:0;box-shadow:0 18px 42px #00000057;display:flex;height:auto;max-width:100%;max-height:calc(100dvh - var(--profile-mobile-panel-height));min-width:0;min-height:auto;opacity:1;overflow-x:hidden;overflow-y:auto;padding:20px 18px 18px;pointer-events:auto;position:fixed;top:var(--profile-mobile-panel-height);left:0;right:0;transform:translateY(0);width:100%;z-index:45;transition:max-height .32s ease,opacity .22s ease,padding-bottom .32s ease,padding-top .32s ease,transform .32s ease,border-color .22s ease}body.sidebar-collapsed .sidebar{border-bottom-color:transparent;box-shadow:none;contain:layout paint;display:flex;height:auto;max-height:0;opacity:0;overflow:hidden;padding-bottom:0;padding-top:0;pointer-events:none;transform:translateY(-12px)}.sidebar-external-links{bottom:auto;margin-top:18px;position:static}.sidebar .nav{grid-template-columns:repeat(2,minmax(0,1fr))}body.sidebar-collapsed .shell{grid-template-columns:1fr}.main{--profile-main-padding-x: 22px;--profile-main-padding-y: 22px;min-width:0}.profile-top-panel{box-shadow:0 10px 24px #00000038;column-gap:12px;grid-template-columns:auto minmax(0,1fr) auto;left:0;margin:0;min-height:var(--profile-mobile-panel-height);padding:0 18px;position:fixed;right:0;top:0;z-index:50}.profile-top-panel-spacer{grid-column:2;grid-row:1;min-width:0}.profile-top-panel-spacer.has-mobile-brand{align-items:center;display:flex;justify-content:center}.profile-top-panel-brand{display:inline-flex;line-height:0;max-width:100%}.profile-top-panel-brand img{max-height:34px;width:auto}.profile-top-panel .sidebar-toggle-button{grid-column:1;grid-row:1;justify-self:start}.profile-top-panel-actions{grid-column:3;grid-row:1}body:not(.sidebar-collapsed) .profile-top-panel-actions form{display:none}body:not(.sidebar-collapsed).profile-auth-page .profile-top-panel{border-bottom-color:var(--line);margin-bottom:0;min-height:var(--profile-mobile-panel-height)}body:not(.sidebar-collapsed).profile-auth-page .profile-top-panel-spacer.has-mobile-brand,body:not(.sidebar-collapsed).profile-auth-page .profile-top-panel-actions{display:none}.sidebar-toggle-button,body.sidebar-collapsed .sidebar-toggle-button{height:38px;left:auto;position:static;right:auto;top:auto;width:40px;z-index:auto}body.sidebar-mobile-open .sidebar-toggle-button{background:#d8b15f1f;border-color:var(--gold);color:var(--gold)}body.sidebar-mobile-open .sidebar-toggle-icon-menu{opacity:0;transform:scale(.72) rotate(45deg)}body.sidebar-mobile-open .sidebar-toggle-icon-close{opacity:1;transform:scale(1)}}@media (max-width: 900px){.main{--profile-main-padding-x: 20px;--profile-main-padding-y: 20px}.profile-top-panel{padding:0 var(--profile-main-padding-x)}}@media (max-width: 720px){.sidebar-toggle-button{height:34px;width:36px}.sidebar .nav{grid-template-columns:1fr}.profile-top-panel{grid-template-columns:auto minmax(0,1fr) auto;min-height:58px}.profile-top-panel-spacer{display:none}.profile-top-panel .sidebar-toggle-button{grid-column:1;justify-self:start}.profile-top-panel-actions{grid-column:3}.profile-top-panel-link,.profile-top-panel-logout{font-size:13px;min-height:34px;padding:0 10px}}@media (max-width: 560px){.profile-footer{align-items:flex-start;flex-direction:column;gap:10px}.profile-footer-language{justify-content:flex-start}}.ss-main,.ss-content{--ss-primary-color: var(--gold);--ss-bg-color: var(--field);--ss-font-color: var(--text);--ss-placeholder-color: #6f7a8a;--ss-disabled-color: rgba(18, 23, 32, .62);--ss-border-color: var(--line);--ss-highlight-color: rgba(216, 177, 95, .2);--ss-focus-color: transparent;--ss-main-height: 42px;--ss-content-height: 284px;--ss-search-height: 42px;--ss-spacing-l: 10px;--ss-spacing-m: 7px;--ss-spacing-s: 5px;--ss-border-radius: 6px;box-sizing:border-box;font:inherit}.ss-main{background:linear-gradient(180deg,#ffffff06,#fff0),var(--field);border-color:var(--line);color:var(--text);min-width:0;padding:0 10px;transition:background-color .16s ease,border-color .16s ease,color .16s ease,opacity .16s ease}.ss-main:hover,.ss-main.ss-open{border-color:var(--gold)}.ss-main:focus,.ss-main:focus-visible{box-shadow:none;outline:0}.ss-main.ss-disabled{background:var(--field);opacity:.58}.ss-main .ss-values{align-items:center;gap:6px;min-height:100%}.ss-main .ss-values .ss-single,.ss-main .ss-values .ss-placeholder{line-height:1.2;margin:0;padding:0}.ss-main .ss-values .ss-single{color:var(--text);font-weight:700}.ss-main .ss-arrow{margin-right:0}.ss-main .ss-arrow path{stroke:var(--muted)}.ss-main:hover .ss-arrow path,.ss-main.ss-open .ss-arrow path{stroke:var(--gold)}.ss-content{background:#121720;border-color:var(--line);border-radius:8px;box-shadow:0 18px 42px #00000061;color:var(--text);overflow:hidden;scrollbar-color:rgba(216,177,95,.45) rgba(18,23,32,.9);scrollbar-width:thin;z-index:5000}.ss-content .ss-search{border-color:var(--line)}.ss-content .ss-search input{background:var(--field);border:0;color:var(--text);min-height:42px}.ss-content .ss-search input::placeholder{color:#6f7a8a}.ss-content .ss-list .ss-option{color:var(--text);font-weight:700;line-height:1.25;min-height:34px;padding:9px 10px}.ss-content .ss-list .ss-option:hover:not(.ss-disabled),.ss-content .ss-list .ss-option.ss-highlighted,.ss-content .ss-list .ss-option:not(.ss-disabled).ss-selected{background:#d8b15f29;border-left-color:transparent;color:var(--gold)}.ss-content .ss-list .ss-option.ss-disabled{background:transparent;color:var(--muted);opacity:.55}.ss-content .ss-list .ss-optgroup .ss-optgroup-label{color:var(--muted);font-size:11px;font-weight:800;letter-spacing:.04em;padding:9px 10px 5px;text-transform:uppercase}.ss-content .ss-list .ss-error,.ss-content .ss-list .ss-searching{color:var(--muted);padding:12px}.sidebar-server .ss-main,.ss-main.sidebar-server-select{border-radius:999px;font-size:14px;min-height:42px;padding-left:14px;padding-right:14px}.ss-main.prefix-select{flex:0 0 106px;font-size:15px;font-weight:800;text-transform:uppercase;width:106px}.currency-input-group .ss-main{align-self:stretch;background:transparent;border:0;border-radius:0;min-height:44px;padding:0 12px}.currency-transfer-game-form .currency-input-group .ss-main,.ss-main.currency-transfer-select{min-height:50px;padding:0 16px}.currency-transfer-game-form .ss-main .ss-values .ss-single,.ss-main.currency-transfer-select .ss-values .ss-single{font-weight:800}.currency-transfer-game-form .ss-main .ss-values .ss-placeholder,.ss-main.currency-transfer-select .ss-values .ss-placeholder{color:#8b96a8;font-weight:700}.currency-input-group.account-login-combo .ss-main{border-right:1px solid var(--line)}.currency-input-group.account-login-combo.has-prefix-refresh .ss-main{border-right:0}.donate-input-group .ss-main{background:var(--field);border:0;border-left:1px solid var(--line);border-radius:0;min-height:39px}.control-group .ss-main{align-self:stretch;border-radius:0;min-height:42px}.control-group>select:first-child+.ss-main{border-bottom-left-radius:6px;border-top-left-radius:6px}.control-group>.ss-main:last-child{border-bottom-right-radius:6px;border-top-right-radius:6px}.card-body .control-group .ss-main{min-height:44px}.card-body .ss-main.prefix-select{flex-basis:104px}@media (max-width: 700px){.ss-main.prefix-select{flex-basis:86px;width:86px}.currency-input-group.account-login-combo.has-prefix-refresh .ss-main{border-left:1px solid var(--line);border-right:0}}.app-toast-stack{bottom:max(24px,env(safe-area-inset-bottom));display:grid;gap:10px;justify-items:center;left:0;padding:0 16px;pointer-events:none;position:fixed;right:0;z-index:9999}.app-toast{align-items:start;background:#171c25;border:1px solid #303849;border-radius:8px;box-shadow:0 18px 50px #00000047;color:#f2f4f8;display:grid;gap:10px;grid-template-columns:auto minmax(0,1fr) auto;max-width:min(620px,calc(100vw - 32px));min-width:min(420px,calc(100vw - 32px));opacity:1;padding:13px 14px;pointer-events:auto;transform:translateY(0);transition:opacity .18s ease,transform .18s ease}.app-toast.is-hiding{opacity:0;transform:translateY(12px)}.app-toast-mark{border-radius:999px;height:10px;margin-top:5px;width:10px}.app-toast-success{border-color:#63c7868c}.app-toast-success .app-toast-mark{background:#63c786}.app-toast-error{border-color:#d96a6a9e}.app-toast-error .app-toast-mark{background:#d96a6a}.app-toast-warning{border-color:#d8b15fb3}.app-toast-warning .app-toast-mark{background:#d8b15f}.app-toast-info{border-color:#5eb3e59e}.app-toast-info .app-toast-mark{background:#5eb3e5}.app-toast-message{line-height:1.45;overflow-wrap:anywhere}.app-toast-close{align-items:center;background:transparent;border:1px solid rgba(242,244,248,.18);border-radius:6px;color:#f2f4f8;cursor:pointer;display:inline-flex;font:inherit;font-weight:800;height:26px;justify-content:center;line-height:1;padding:0;width:26px}.app-toast-close:hover{border-color:#f2f4f86b}.app-toast-close:focus-visible{box-shadow:none;outline:0;outline-offset:0}.app-toast-close:focus{box-shadow:none;outline:0;outline-offset:0}@media (max-width: 560px){.app-toast{min-width:0;width:100%}}
