@charset "UTF-8";

/* Used structural rules from the former style.css. */

/* ---------------------------------------------------------------------------------
   Included CSS INDEX
   -----------------------------------------------------------------------------------
   
   01. Typography
   02. Components
   - Common
   - Sidebar
   - Header
   - Tools-sidebar
   
   03. Layout
   - Cards
   
   -----------------------------------------------------------------------------------
*/

/* * General * */
body {
  background-color: #181d27;
  color: #9ba5b5;
  margin: 0;
}
body,h1,h2,h3,h4,h5,h6 {
  font-family: Elarion Text;
  letter-spacing: .03rem;
}
h1,h2,h3,h4,h5,h6 {
  color: #ced2d9 !important;
  font-weight: 600;
}
a {
  color: #aab2bf !important;
  text-decoration: none;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
a:hover {
  color: #edf0f5 !important;
}
p {
  color: #aab2bf !important;
  font-family: Elarion Text;
  font-size: 18px;
  line-height: 26px;
}
ul {
  margin: 0;
  padding: 0;
}
ul li {
  color: #aab2bf !important;
  font-family: Elarion Text;
  font-size: 16px;
  line-height: 16px;
  list-style-type: none;
}
ul li strong {
  font-weight: 600;
}
.form-control,input {
  border: 1px solid #eee;
  border-radius: 5px;
  color: #aab2bf;
  font-family: Elarion Text;
  font-size: 16px;
  line-height: 22px;
  max-width: 350px;
  padding: 8px 15px;
  width: 100%;
}
.form-control:active,.form-control:focus,input:active,input:focus {
  border: 1px solid #eee;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #6b6b6b;
  outline: none;
}
.form-control::-webkit-input-placeholder,input::-webkit-input-placeholder {
  color: #aab2bf !important;
}
.form-control::-moz-placeholder,input::-moz-placeholder {
  color: #aab2bf !important;
}
.form-control:-ms-input-placeholder,input:-ms-input-placeholder {
  color: #aab2bf !important;
}
.form-control::-ms-input-placeholder,input::-ms-input-placeholder {
  color: #aab2bf !important;
}
.form-control::placeholder,input::placeholder {
  color: #aab2bf !important;
}
textarea {
  border: 1px solid #eee;
  border-radius: 5px;
  color: #6b6b6b;
  font-size: 16px;
}
.sb-collapse .gx-main-content {
  margin-left: 80px;
  width: calc(100% - 80px);
}
main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.gx-main-content {
  margin-left: 270px;
  padding: 94px 12px 0;
  -webkit-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
  width: calc(100% - 270px);
  -webkit-box-flex: 1;
  background-color: #181d27;
  background-image: linear-gradient(#1f2531 1px,transparent 0),linear-gradient(90deg,#1f2531 1px,#181d27 0);
  background-size: 20px 20px;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
b {
  color: #aebacd;
}
code[class*=language-],pre[class*=language-] {
  text-shadow: none;
}

/* Spacing */

/* Loader */
#gx-overlay {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  background: #1e2531;
  bottom: 0;
  justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
}

/* Colors */
label {
  color: #aab2bf !important;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px;
}
thead td {
  border-color: #313a4b !important;
}
thead th {
  color: #ced2d9;
}
thead tr {
  background-color: #181d27;
}
.gx-page-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 24px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.gx-page-title .gx-breadcrumb h5 {
  color: #ced2d9;
  font-size: 21px;
  font-weight: 600;
}
.gx-page-title .gx-breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.gx-page-title .gx-breadcrumb ul li {
  color: #aab2bf;
  font-size: 13px;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.gx-page-title .gx-breadcrumb ul li:not(:first-child) {
  padding-left: 20px;
}
.gx-page-title .gx-breadcrumb ul li:not(:first-child):after {
  content: "\ea6e";
  font-family: remixicon !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  left: 3px;
  position: absolute;
  top: 0;
}
.gx-page-title .gx-breadcrumb ul li a {
  color: #aab2bf;
}
.gx-page-title-2 .gx-breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.gx-page-title-2 .gx-breadcrumb h5 {
  margin: 0;
}
.form-control,.form-control:focus,input,input:focus,textarea,textarea:focus {
  background-color: #262e3d;
  border-color: #313a4b;
  color: #9ba5b5;
}
.gx-btn-primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 35px;
  max-width: 350px;
  padding: 0 15px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  background-color: #0e559b;
  border: 1px solid #2f6ba7;
  border-radius: 5px;
  color: #ced2d9 !important;
  cursor: pointer;
  font-size: 18px;
  justify-content: center;
}
.gx-btn-primary:hover {
  background-color: #286fb5;
  border: 1px solid #9ba5b5;
  color: #1e2531;
}
.gx-btn-primary:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}
.dropdown {
  border-radius: 5px;
}

/* *  Tags and skills input  * */
.gx-toggle-sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.gx-toggle-sidebar .outer-ring {
  border: 1px solid #9799a7;
  border-radius: 30px;
  display: block;
  height: 18px;
  position: relative;
  width: 30px;
}
.gx-toggle-sidebar .outer-ring .inner-ring {
  background-color: #9799a7;
  border-radius: 30px;
  display: block;
  height: 10px;
  position: absolute;
  right: 4px;
  top: 3px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  width: 10px;
}
.gx-toggle-sidebar.active .outer-ring .inner-ring {
  left: 4px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

/* Responsive css sidebar */
@media only screen and (max-width:1399px) {
  .gx-main-content {
    margin-left: 250px;
    width: calc(100% - 250px);
  }
}
@media only screen and (max-width:991px) {
  .gx-main-content {
    margin-left: 80px;
    width: calc(100% - 80px);
  }
}
@media only screen and (max-width:767px) {
  .gx-page-title,.gx-page-title-2 .gx-breadcrumb {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .gx-page-title-2 .gx-breadcrumb {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  .gx-page-title-2 .gx-breadcrumb ul {
    margin-top: 5px;
  }
}
@media only screen and (max-width:575px) {
  .gx-main-content,.sb-collapse .gx-main-content {
    margin-left: 0;
    width: 100%;
  }
}

/* * Sidebar css * */
.sb-collapse .gx-sidebar {
  min-height: 100%;
  overflow: inherit;
  -webkit-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
  width: 80px;
}
.sb-collapse .gx-sidebar .condense {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sb-collapse .gx-sidebar .gx-sb-wrapper .gx-sb-list .sb-drop-item.active .gx-sb-drop {
  display: none !important;
}
.sb-collapse .gx-sidebar .gx-sb-wrapper .gx-sb-list .gx-sb-item>a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.sb-collapse .gx-sidebar .gx-sb-wrapper .gx-sb-list .gx-sb-item>a>i {
  font-size: 21px;
  margin-right: 0;
}
.sb-collapse .gx-sidebar:hover {
  width: 270px;
}
.sb-collapse .gx-sidebar:hover .condense {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.sb-collapse .gx-sidebar:hover .gx-sb-wrapper .gx-sb-list .sb-drop-item.active .gx-sb-drop {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.sb-collapse .gx-sidebar:hover .gx-sb-wrapper .gx-sb-list .gx-sb-item>a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.sb-collapse .gx-sidebar:hover .gx-sb-wrapper .gx-sb-list .gx-sb-item>a>i {
  font-size: 19px;
  margin-right: 10px;
}
.sb-collapse .gx-sidebar:hover .gx-sb-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  overflow: hidden;
}
.sb-collapse .gx-sidebar:hover .gx-sb-logo .sb-full {
  display: block;
}
.sb-collapse .gx-sidebar:hover .gx-sb-logo .sb-full img {
  width: 200px;
}
.sb-collapse .gx-sidebar .sb-full,.sb-collapse .gx-sidebar:hover .gx-sb-logo .sb-collapse {
  display: none;
}
.sb-collapse .gx-sidebar .sb-collapse {
  display: block;
}
.gx-sidebar {
  background-color: #fff;
  left: 0;
  position: fixed;
  top: 0;
  -webkit-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
  width: 270px;
  z-index: 40;
}
.gx-sidebar .condense {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.gx-sidebar .sb-collapse {
  display: none;
}
.gx-sidebar .gx-sb-logo {
  background-color: #181e28;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  padding: 0 24px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  overflow: hidden;
}
.gx-sidebar .gx-sb-logo .sb-full img {
  width: 200px;
}
.gx-sidebar .gx-sb-logo .sb-collapse img {
  width: 35px;
}
.gx-sidebar .gx-sb-wrapper {
  height: calc(100vh - 70px);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  overflow-Y: scroll;
  overflow-x: hidden;
  padding: 24px 15px 24px 24px;
}
.gx-sidebar .gx-sb-wrapper::-webkit-scrollbar {
  position: absolute;
  width: 7px;
}
.gx-sidebar .gx-sb-wrapper::-webkit-scrollbar-thumb {
  background-color: transparent;
  border-radius: 5px;
}
.gx-sidebar .gx-sb-wrapper:hover::-webkit-scrollbar {
  position: absolute;
  width: 7px;
}
.gx-sidebar .gx-sb-wrapper:hover::-webkit-scrollbar-thumb {
  background-color: rgba(80,93,113,.5);
  border-radius: 5px;
}
.gx-sidebar .gx-sb-wrapper .gx-sb-item-separator {
  background-color: #27303e;
  display: block;
  height: 1px;
  margin: 15px 0;
  padding: 0;
  width: 100%;
}
.gx-sidebar .gx-sb-wrapper .gx-sb-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.gx-sidebar .gx-sb-wrapper .gx-sb-list li {
  padding: 5px 0;
}
.gx-sidebar .gx-sb-wrapper .gx-sb-list li:last-child {
  padding-bottom: 0;
}
.gx-sidebar .gx-sb-wrapper .gx-sb-list li li {
  padding: 5px 0 5px 30px;
}
.gx-sidebar .gx-sb-wrapper .gx-sb-list li li i {
  font-size: 13px !important;
}
.gx-sidebar .gx-sb-wrapper .gx-sb-list .gx-sb-title {
  color: #485568;
  font-size: 14px;
  font-weight: 600;
  padding: 5px 0;
  text-transform: uppercase;
}
.gx-sidebar .gx-sb-wrapper .gx-sb-list .gx-sb-item-separator {
  background-color: #27303e;
  display: block;
  height: 1px;
  margin: 12px 0;
  padding: 0;
  width: 100%;
}
.gx-sidebar .gx-sb-wrapper .gx-sb-list .gx-sb-item.home {
  background-color: #27303e;
  border-radius: 5px;
  padding: 12px;
}
.gx-sidebar .gx-sb-wrapper .gx-sb-list .load-active>a .drop-arrow,.gx-sidebar .gx-sb-wrapper .gx-sb-list .load-sub-active>a .drop-arrow {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.gx-sidebar .gx-sb-wrapper .gx-sb-list .gx-sb-item {
  position: relative;
}
.gx-sidebar .gx-sb-wrapper .gx-sb-list .gx-sb-item a {
  color: #aeb8c7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 18px;
}
.gx-sidebar .gx-sb-wrapper .gx-sb-list .gx-sb-item a:hover {
  color: #fff;
}
.gx-sidebar .gx-sb-wrapper .gx-sb-list .gx-sb-item a>i {
  font-size: 19px;
  margin-right: 10px;
}
.gx-sidebar .gx-sb-wrapper .gx-sb-list .gx-sb-item a .drop-arrow {
  font-size: 18px;
  position: absolute;
  right: 0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.gx-sidebar .gx-sb-wrapper .gx-sb-list .gx-sb-item.active>a {
  color: #fff;
}
.gx-sidebar .gx-sb-wrapper .gx-sb-list .gx-sb-drop {
  padding-left: 0;
  padding-top: 5px;
}
.gx-sidebar .gx-sb-wrapper .gx-sb-list .gx-sb-drop a {
  color: #9da7b5;
  font-size: 15px;
  font-weight: 300;
  text-transform: none;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.gx-sidebar .gx-sb-wrapper .gx-sb-list .gx-sb-drop a:hover {
  color: #fff;
}
[data-mode=dark] {
  background-color: #1d2531;
}
[data-mode=dark] .gx-sb-logo {
  background-color: rgb(4 12 22) !important;
}
[data-mode=dark] .gx-sb-wrapper .gx-sb-list .gx-sb-item.load-active>a {
  color: #fff;
}
[data-mode=dark] .gx-sb-wrapper .gx-sb-list {
  color: #9ba2ad;
  font-weight: 500;
  padding: 10px 0;
}
[data-mode=dark] .gx-sb-item a {
  color: #9ba2ad;
  font-weight: 500;
  padding: 3px 0;
}
[data-mode=dark] .gx-sb-wrapper .gx-sb-list .gx-sb-item a:hover {
  color: #fff;
}

/* Responsive css sidebar */
@media only screen and (max-width:1399px) {
  .sb-default .gx-sidebar {
    width: 250px;
  }
}
@media only screen and (max-width:991px) {
  .gx-sidebar-overlay {
    background-color: rgba(0,0,0,.5);
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 40;
  }
  .sb-default .gx-sidebar {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
  }
  .sb-default .gx-sidebar .gx-sb-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 70px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
  }
  .sb-default .gx-sidebar .gx-sb-logo .sb-full {
    display: block;
  }
  .sb-default .gx-sidebar .gx-sb-logo .sb-collapse {
    display: none;
  }
  .sb-collapse .gx-sidebar {
    left: 0;
    position: fixed;
    top: 0;
    width: 80px;
    z-index: 40;
  }
  .sb-collapse .gx-sidebar:hover {
    width: 80px;
  }
  .sb-collapse .gx-sidebar:hover .gx-sb-logo .sb-collapse {
    display: block;
  }
  .sb-collapse .gx-sidebar:hover .gx-sb-logo .sb-full {
    display: none;
  }
  .sb-collapse .gx-sidebar:hover .gx-sb-wrapper {
    pointer-events: auto;
  }
  .sb-collapse .gx-sidebar:hover .gx-sb-wrapper .gx-sb-list .gx-sb-item>a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .sb-collapse .gx-sidebar:hover .gx-sb-wrapper .gx-sb-list .gx-sb-item>a>i {
    font-size: 19px;
    margin-right: 0;
  }
  .sb-collapse .gx-sidebar .condense {
    display: block;
  }
  .elarion-site .wrapper.sb-collapse .gx-sidebar .gx-sb-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
  .elarion-site .wrapper.sb-collapse .gx-sidebar .gx-sb-title {
    display: none !important;
  }
}
@media only screen and (max-width:767px) {
  .sb-default .gx-sb-logo {
    height: 60px;
  }
}
@media only screen and (max-width:575px) {
  .sb-collapse .gx-sidebar {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    width: 270px;
  }
  .sb-collapse .gx-sidebar:hover {
    width: 270px;
  }
  .sb-collapse .gx-sidebar:hover .gx-sb-wrapper {
    pointer-events: auto;
  }
  .sb-collapse .gx-sidebar:hover .gx-sb-wrapper .gx-sb-list .gx-sb-item>a {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .sb-collapse .gx-sidebar:hover .gx-sb-wrapper .gx-sb-list .gx-sb-item>a i {
    margin-right: 10px;
  }
  .sb-collapse .gx-sidebar:hover .gx-sb-logo .sb-full {
    display: block !important;
  }
  .sb-collapse .gx-sidebar:hover .gx-sb-logo .sb-collapse {
    display: none;
  }
  .sb-collapse .gx-sidebar .gx-sb-wrapper .gx-sb-list .gx-sb-item>a {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .sb-collapse .gx-sidebar .gx-sb-wrapper .gx-sb-list .gx-sb-item>a i {
    margin-right: 10px;
  }
  .sb-collapse .gx-sidebar .gx-sb-logo .sb-full {
    display: block;
  }
  .sb-collapse .gx-sidebar .gx-sb-logo .sb-collapse {
    display: none;
  }
  .sb-default .gx-sidebar {
    -webkit-transform: translateX(-270px);
    transform: translateX(-270px);
    width: 270px;
  }
}

/* ======================================
   Tools sidebar
   =========================================
*/

/* * Header css * */
.sb-collapse .gx-header {
  margin-left: 80px;
  width: calc(100% - 80px);
}
.gx-header {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #040c16;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  margin-left: 270px;
  padding: 0 12px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
  width: calc(100% - 270px);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-shadow: 0 0 10px -3px rgba(0,0,0,.15);
  box-shadow: 0 0 10px -3px rgba(0,0,0,.15);
  justify-content: center;
  z-index: 15;
}
.gx-header .gx-header-items {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.gx-header .gx-header-items,.gx-header .gx-header-items .left-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.gx-header .gx-header-items .left-header {
  height: 70px;
}
.gx-header .gx-header-items .left-header a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.gx-header .gx-header-items .gx-toggle-sidebar.active .outer-ring .inner-ring {
  left: 4px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.gx-header .gx-header-items .outer-ring {
  border: 1px solid #9ba5b5;
  border-radius: 30px;
  display: block;
  height: 18px;
  position: relative;
  width: 30px;
}
.gx-header .gx-header-items .outer-ring .inner-ring {
  background-color: #9ba5b5;
  border-radius: 30px;
  display: block;
  height: 10px;
  position: absolute;
  right: 4px;
  top: 3px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  width: 10px;
}
.gx-header .right-header {
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

/* Responsive css sidebar */
@media only screen and (max-width:1399px) {
  .gx-header {
    margin-left: 250px;
    width: calc(100% - 250px);
  }
}
@media only screen and (max-width:991px) {
  .gx-header {
    margin-left: 80px;
    width: calc(100% - 80px);
    z-index: 20;
  }
  .gx-header .gx-header-items .outer-ring .inner-ring {
    left: 4px;
    right: auto;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }
  .gx-header .gx-header-items .gx-toggle-sidebar.active .outer-ring .inner-ring {
    left: auto;
    right: 4px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }
}
@media only screen and (max-width:767px) {
  .gx-header .gx-header-items .left-header {
    height: 60px;
  }
}
@media only screen and (max-width:575px) {
  .gx-header,.sb-collapse .gx-header {
    margin-left: 0;
    width: 100%;
  }
}

/* * All Cards * */
.source li {
  padding: 8px 0;
}

/* Responsive css */
.cookie-warning {
  background: #1e2531;
  border: 1px solid #313a4b;
  border-radius: 5px;
  bottom: 20px;
  box-shadow: 0 4px 6px rgba(0,0,0,.1);
  color: #aab2bf !important;
  left: 20px;
  max-width: 450px;
  opacity: 0;
  padding: 15px;
  position: fixed;
  transform: translateY(100%);
  transition: opacity .5s ease-out,transform .5s ease-out;
  z-index: 1000;
}
.cookie-warning.visible {
  opacity: 1;
  transform: translateY(0);
}
.cookie-btn--decline {
  background: #0e559b !important;
}
@media (max-width:768px) {
  .cookie-warning {
    bottom: 10px;
    font-family: Elarion Text;
    font-size: 14px;
    max-width: 90%;
    padding: 20px;
    text-align: center;
  }
}

/* Site component system. */

/* =========================================================
   ELARION HOME — SHARED BUILD 12
   Generated from the supplied full CSS.
   Shared component layer is appended at the end.
   =========================================================
*/
@font-face {
  font-display: swap;
  font-family: Elarion Display;
  font-weight: 700;
  src: url(../fonts/gilroy/gilroy-bold.ttf) format("truetype");
}
@font-face {
  font-display: swap;
  font-family: Elarion Text;
  font-weight: 400;
  src: url(../fonts/gilroy/gilroy-regular.ttf) format("truetype");
}
@font-face {
  font-display: swap;
  font-family: Elarion Text;
  font-weight: 500;
  src: url(../fonts/gilroy/gilroy-medium.ttf) format("truetype");
}

/* =========================================================
   ELARION — GLOBAL SITE ROOT
   =========================================================
*/
.elarion-site {
  min-height: 100vh;
  --l2-bg: #080b10;
  --l2-panel: #10151d;
  --l2-panel-2: #151b24;
  --l2-line: rgba(198,164,101,.18);
  --l2-line-soft: hsla(0,0%,100%,.07);
  --l2-gold: #d0ad6b;
  --l2-gold-bright: #efcf8c;
  --l2-ivory: #f4efe4;
  --l2-muted: #8d98a9;
  --l2-green: #61d995;
  background: var(--l2-bg);
  color: var(--l2-ivory);
  font-family: Elarion Text,Arial,sans-serif;
}
.elarion-site .gx-main-content {
  background: radial-gradient(circle at 85% 8%,rgba(92,117,149,.12),transparent 29rem),linear-gradient(180deg,#0b1017,#080b10 60%,#07090d);
  padding: 88px 18px 32px;
}
.elarion-site .gx-main-content>.container-fluid {
  margin: 0 auto;
}
.elarion-site .sections>.col-xl-9 {
  flex: 0 0 100%;
  max-width: 100%;
}
.elarion-site .cookie-warning {
  display: none !important;
}
.elarion-site .gx-header {
  backdrop-filter: none;
  background: #040c16;
  border-bottom: 1px solid rgba(208,173,107,.12);
  box-shadow: 0 12px 32px rgba(0,0,0,.24);
  height: 70px;
}
.elarion-site .gx-header .gx-header-items {
  width: 100%;
}
.elarion-site .gx-header .gx-header-items .outer-ring {
  border-color: rgba(208,173,107,.52);
}
.elarion-site .gx-header .gx-header-items .outer-ring .inner-ring {
  background: var(--l2-gold);
}
.l2-mobile-brand {
  color: var(--l2-ivory);
  display: none !important;
  gap: 8px;
  margin-left: 14px;
}
.l2-mobile-brand span {
  color: var(--l2-gold);
  font-family: Georgia,serif;
  font-size: 25px;
  line-height: 1;
}
.l2-header-login {
  align-items: center;
  background: linear-gradient(180deg,rgba(8,15,24,.96),rgba(5,10,17,.96));
  border: 1px solid hsla(0,0%,100%,.08);
  border-radius: 4px;
  box-shadow: inset 0 1px 0 hsla(0,0%,100%,.03),0 8px 18px rgba(0,0,0,.18);
  color: #c8d1dc;
  display: inline-flex;
  flex-shrink: 0;
  font-size: 14px;
  font-weight: 600;
  gap: 9px;
  margin-right: 0;
  min-height: 40px;
  padding: 0 16px;
  transition: .2s ease;
  white-space: nowrap;
}
.l2-header-login:hover {
  background: linear-gradient(180deg,rgba(12,19,29,.98),rgba(7,12,19,.98));
  border-color: rgba(208,173,107,.32);
  box-shadow: inset 0 1px 0 hsla(0,0%,100%,.04),0 10px 22px rgba(0,0,0,.22);
  color: var(--l2-ivory);
}
.elarion-site .gx-btn-primary {
  align-items: center;
  border: 1px solid var(--l2-gold);
  border-radius: 3px;
  display: inline-flex;
  font-family: Elarion Text,Arial,sans-serif;
  font-size: 14px;
  font-weight: 700;
  min-height: 40px;
  padding: 0 18px;
}

/* * Основні бронзові кнопки:
   * cookie, початок гри та реєстрація.
*/
.elarion-site .gx-btn-primary.gx-btn-register,.elarion-site .l2-btn--gold,.elarion-site .l2-submit,.elarion-site .referral-program .referral-submit,.l2-cookie-consent__accept {
  align-items: center;
  background: linear-gradient(135deg,#211a11,#45321a 50%,#251b0f) padding-box,linear-gradient(105deg,rgba(92,67,31,.55),rgba(222,178,88,.95) 26%,rgba(111,78,34,.5) 49%,hsla(41,76%,69%,.92) 74%,rgba(78,56,27,.48)) border-box;
  background-position: 50%,0;
  background-size: 100% 100%,220% 100%;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: inset 0 1px 0 rgba(255,239,201,.09),inset 0 -1px 0 rgba(22,14,5,.38),0 0 16px rgba(196,146,58,.12),0 9px 24px rgba(0,0,0,.28);
  color: #efe2c5 !important;
  display: inline-flex;
  font-weight: 700;
  gap: 8px;
  justify-content: center;
  text-shadow: 0 1px 1px rgba(0,0,0,.46);
  transition: background-position .55s ease,box-shadow .25s ease,color .2s ease,filter .2s ease,transform .2s ease;
}
.elarion-site .gx-btn-primary.gx-btn-register>*,.elarion-site .l2-btn--gold>*,.elarion-site .l2-submit>*,.elarion-site .referral-program .referral-submit>*,.l2-cookie-consent__accept>* {
  color: inherit !important;
}
.elarion-site .gx-btn-primary.gx-btn-register:focus,.elarion-site .gx-btn-primary.gx-btn-register:hover,.elarion-site .l2-btn--gold:focus,.elarion-site .l2-btn--gold:hover,.elarion-site .l2-submit:focus,.elarion-site .l2-submit:hover,.elarion-site .referral-program .referral-submit:focus,.elarion-site .referral-program .referral-submit:hover,.l2-cookie-consent__accept:focus,.l2-cookie-consent__accept:hover {
  background-position: 50%,100%;
  box-shadow: inset 0 1px 0 rgba(255,241,207,.14),inset 0 -1px 0 rgba(22,14,5,.32),0 0 22px rgba(211,164,76,.2),0 12px 29px rgba(0,0,0,.32);
  color: #fff0d1 !important;
  filter: brightness(1.08);
  transform: translateY(-1px);
}
.elarion-site .gx-btn-primary.gx-btn-register:active,.elarion-site .l2-btn--gold:active,.elarion-site .l2-submit:active,.elarion-site .referral-program .referral-submit:active,.l2-cookie-consent__accept:active {
  background-position: 50%,50%;
  box-shadow: inset 0 2px 5px rgba(0,0,0,.4),0 0 12px rgba(190,142,52,.1),0 4px 12px rgba(0,0,0,.2);
  color: #e8d6b3 !important;
  filter: brightness(.94);
  transform: translateY(0);
}

/* Велика кнопка у hero */

/* Велика кнопка у hero */
.elarion-site .l2-btn--gold {
  min-width: 184px;
}

/* Компактні кнопки швидкого старту та сторінки файлів. */
.elarion-site .l2-start-actions {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(auto-fit,minmax(145px,180px));
  justify-content: start;
  margin-top: 12px;
  width: 100%;
}
.elarion-site .l2-start-actions .l2-btn--gold {
  background: linear-gradient(135deg,#17130e,#2b2114);
  border-color: rgba(207,164,84,.38);
  box-shadow: inset 0 1px 0 rgba(255,235,193,.06),0 5px 14px rgba(0,0,0,.2);
  font-size: 12px;
  font-weight: 700;
  gap: 7px;
  line-height: 1.2;
  min-height: 40px;
  min-width: 0;
  padding: 0 12px;
  white-space: nowrap;
  width: 100%;
}
.elarion-site .l2-start-actions .l2-btn--gold i {
  font-size: 14px;
}
.elarion-site .l2-start-actions .l2-btn--gold:focus,.elarion-site .l2-start-actions .l2-btn--gold:hover {
  background: linear-gradient(135deg,#1c170f,#382918);
  border-color: rgba(225,183,99,.58);
  box-shadow: inset 0 1px 0 rgba(255,239,204,.08),0 7px 17px rgba(0,0,0,.24);
  filter: none;
  transform: translateY(-1px);
}
@media (max-width:680px) {
  .elarion-site .l2-start-actions {
    grid-template-columns: 1fr;
  }
  .elarion-site .l2-start-actions .l2-btn--gold {
    min-height: 40px;
    width: 100%;
  }
}

/* Компактна кнопка у шапці */
.elarion-site .gx-btn-primary.gx-btn-register {
  min-height: 40px;
  padding: 0 20px;
}

/* Кнопка у cookie-вікні */
.l2-cookie-consent__accept {
  min-height: 44px;
  padding: 10px 16px;
}
.elarion-site .gx-btn-primary:not(.gx-btn-register):not(.gx-btn-logout):hover {
  transform: translateY(-1px);
}
.elarion-site .gx-sidebar {
  background: linear-gradient(180deg,rgba(0,16,28),rgba(8,12,18,.99)),#0c1118;
  border-right: 1px solid rgba(208,173,107,.13);
  box-shadow: 18px 0 38px rgba(0,0,0,.18);
}
.elarion-site .gx-sidebar .gx-sb-logo {
  background: #040c16;
  border-bottom: 1px solid rgba(208,173,107,.12);
  height: 70px;
  padding: 0 22px;
}
.l2-sidebar-brand {
  align-items: center;
  display: inline-flex;
  gap: 12px;
}
.l2-sidebar-brand,.l2-sidebar-brand:hover {
  color: var(--l2-ivory);
}
.l2-brand-rune {
  align-items: center;
  background: radial-gradient(circle,rgba(208,173,107,.14),transparent 68%);
  border: 1px solid rgba(208,173,107,.58);
  color: var(--l2-gold-bright);
  display: inline-flex;
  flex: 0 0 34px;
  font-family: Georgia,serif;
  font-size: 22px;
  height: 34px;
  justify-content: center;
  line-height: 1;
  width: 34px;
}
.l2-brand-copy {
  display: flex;
  flex-direction: column;
  transform: translateY(2px);
}
.l2-brand-copy strong {
  color: #f2eadb;
  font-family: Elarion Display,Arial,sans-serif;
  font-size: 16px;
  letter-spacing: .18em;
  line-height: 1.1;
}
.l2-brand-copy small {
  color: #6f7a8a;
  font-size: 8px;
  letter-spacing: .35em;
  margin-top: 4px;
}
.l2-sidebar-brand--compact {
  margin-left: 0;
}
.elarion-site .gx-sidebar .gx-sb-wrapper {
  padding: 22px 15px 24px 20px;
}
.elarion-site .gx-sidebar .gx-sb-wrapper .gx-sb-list .gx-sb-title {
  color: #858f9e;
  font-family: Elarion Text,Arial,sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .11em;
  line-height: 1.2;
  text-transform: uppercase;
}
.elarion-site .gx-sidebar .gx-sb-wrapper .gx-sb-list .gx-sb-item {
  padding: 3px 0;
}
.elarion-site .gx-sidebar .gx-sb-wrapper .gx-sb-list .gx-sb-item>a {
  border: 1px solid transparent;
  border-radius: 3px;
  color: #aeb7c5;
  font-family: Elarion Text,Arial,sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  min-height: 42px;
  padding: 0 11px;
  transition: color .18s ease,border-color .18s ease,background .18s ease;
}

/* Звичайна іконка — приглушене золото як логотип E */
.elarion-site .gx-sidebar .gx-sb-wrapper .gx-sb-list .gx-sb-item>a>i {
  color: #a98d59;
  font-size: 19px;
  transition: color .18s ease,text-shadow .18s ease;
}

/* Hover пункту */
.elarion-site .gx-sidebar .gx-sb-wrapper .gx-sb-list .gx-sb-item>a:hover {
  background: linear-gradient(90deg,rgba(201,164,95,.075),rgba(201,164,95,.018));
  border-color: rgba(201,164,95,.28);
  color: #eef1f5;
}

/* Hover іконки */
.elarion-site .gx-sidebar .gx-sb-wrapper .gx-sb-list .gx-sb-item>a:hover>i {
  color: #c9a45f;
  text-shadow: 0 0 9px rgba(201,164,95,.18);
}

/* Активний пункт */
.elarion-site .gx-sidebar .gx-sb-wrapper .gx-sb-list .gx-sb-item.active>a {
  background: linear-gradient(90deg,rgba(201,164,95,.11),rgba(201,164,95,.025));
  border-color: rgba(201,164,95,.42);
  color: #f0f2f5;
}

/* Активна іконка */
.elarion-site .gx-sidebar .gx-sb-wrapper .gx-sb-list .gx-sb-item.active>a>i {
  color: #d2ad67;
  text-shadow: 0 0 9px rgba(201,164,95,.2);
}
.elarion-site .gx-sidebar .gx-sb-wrapper .gx-sb-list .gx-sb-drop {
  padding-top: 2px;
}
.elarion-site .gx-sidebar .gx-sb-wrapper .gx-sb-list .gx-sb-drop a {
  color: #788394;
  font-size: 13px;
}
.l2-live-dot {
  animation: l2-pulse 2.2s infinite;
  background: var(--l2-green);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(97,217,149,.09),0 0 14px rgba(97,217,149,.65);
  display: inline-block;
  flex: 0 0 8px;
  height: 8px;
  width: 8px;
}
.elarion-site .gx-page-title {
  padding: 0 2px 16px;
}
.elarion-site .gx-page-title .gx-breadcrumb ul li {
  color: #667182;
  font-size: 13px;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.l2-home,.l2-home * {
  box-sizing: border-box;
}
.l2-home {
  color: var(--l2-ivory);
  overflow: hidden;
  padding-bottom: 30px;
  padding-top: 0;
  width: 100%;
}
.l2-hero {
  align-items: center;
  background: #0b1017 url(../img/home/elarion-hero.png) 72% 10% / cover no-repeat;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  display: grid;
  gap: clamp(40px,5vw,78px);
  grid-template-columns: minmax(0,1.15fr) minmax(330px,.55fr);
  isolation: isolate;
  margin-left: -30px;
  margin-right: -30px;
  margin-top: -80px;
  margin-bottom: 0;
  min-height: clamp(540px,60vh,650px);
  overflow: hidden;
  padding: clamp(54px,5vw,78px);
  position: relative;
  width: calc(100% + 60px);
}
.l2-hero:before {
  background:
    linear-gradient(
      80deg,
      rgb(8 12 17),
      rgb(4 5 7) 0%,
      rgb(10 13 19) 0%,
      rgb(10 13 19 / 18%)
    ),
    linear-gradient(
      0deg,
      rgb(10 13 19),
      transparent 58%
    ),
    radial-gradient(
      circle at 82% 18%,
      rgba(207,161,76,.1),
      transparent 27rem
    );

  inset: 0;
  z-index: -1;
}.l2-hero
.l2-hero:after,.l2-hero:before {
  content: "";
  position: absolute;
}
.l2-hero:after {
  display: none;
}
.l2-hero-copy {
  max-width: 680px;
}
.l2-kicker {
  color: var(--l2-gold);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .22em;
  margin: 0 0 13px;
  text-transform: uppercase;
}
.l2-hero h1 span {
  background: linear-gradient(105deg,#e7cc93,#c89b58 52%,#a9793f);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  white-space: nowrap;
}
.l2-hero-lead {
  color: #b7c0cd;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: .005em;
  line-height: 1.65;
  margin: 25px 0 0;
  max-width: 620px;
}
.l2-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 31px;
}
.l2-hero-actions .l2-btn {
  font-size: 15px;
  padding: 0 22px;
}
.l2-btn,.l2-hero-actions .l2-btn {
  font-weight: 600;
  min-height: 52px;
}
.l2-btn {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 3px;
  display: inline-flex;
  font-size: 14px;
  gap: 11px;
  justify-content: center;
  padding: 0 20px;
  transition: transform .2s ease,border-color .2s ease,background .2s ease,color .2s ease;
}
.l2-btn:hover {
  transform: translateY(-2px);
}
.l2-btn--ghost {
  backdrop-filter: blur(8px);
  background: rgba(8,12,18,.58);
  border-color: hsla(0,0%,100%,.16);
  color: #d8dfe8;
}
.l2-btn--ghost:hover {
  border-color: rgba(208,173,107,.42);
  color: #f4ead8;
}
.l2-hero-note {
  align-items: center;
  color: #aab4c2;
  display: flex;
  font-size: 14px;
  font-weight: 400;
  gap: 8px;
  line-height: 1.5;
  margin: 21px 0 0;
}
.l2-hero-note i {
  color: var(--l2-gold);
  font-size: 16px;
}
.l2-hero-note strong {
  color: #d7dde5;
  font-weight: 500;
}
.l2-server-panel {
  backdrop-filter: blur(15px);
  background: linear-gradient(180deg,rgba(0,16,28,1),rgba(8,12,18,.99)),#0c1118;
  border: 1px solid rgba(208,173,107,.19);
  border-radius: 5px;
  box-shadow: 0 22px 48px rgba(0,0,0,.26);
  justify-self: end;
  max-width: 360px;
  padding: 24px;
  width: 100%;
}
.l2-server-panel__head {
  align-items: center;
  border-bottom: 1px solid hsla(0,0%,100%,.07);
  display: flex;
  justify-content: space-between;
  padding-bottom: 19px;
}
.l2-server-panel__head>div {
  display: flex;
  flex-direction: column;
}
.l2-server-panel__head small {
  color: #929cab;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.l2-server-panel__head strong {
  color: #f0f3f7;
  font-family: Elarion Display,Arial,sans-serif;
  font-size: 23px;
  font-weight: 600;
  letter-spacing: .01em;
  margin-top: 4px;
}
.l2-status-pill {
  align-items: center;
  color: #72dfa2;
  display: inline-flex;
  font-size: 11px;
  font-weight: 600;
  gap: 7px;
  letter-spacing: .04em;
}
.l2-status-pill i {
  background: var(--l2-green);
  border-radius: 50%;
  box-shadow: 0 0 12px rgba(97,217,149,.7);
  display: inline-block;
  height: 6px;
  width: 6px;
}
.l2-server-facts {
  margin: 4px 0 0;
}
.l2-server-facts div {
  align-items: center;
  border-bottom: 1px solid hsla(0,0%,100%,.065);
  display: flex;
  gap: 18px;
  justify-content: space-between;
  padding: 15px 0;
}
.l2-server-facts dt {
  color: #9ca6b5;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.45;
}
.l2-server-facts dd {
  color: #e2e7ed;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.45;
  margin: 0;
}
.l2-server-link {
  align-items: center;
  color: #b5becb;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  justify-content: space-between;
  margin-top: 19px;
  transition: color .18s ease;
}
.l2-server-link i {
  color: var(--l2-gold);
  font-size: 16px;
}
.l2-server-link:hover {
  color: #eef2f7;
}
.l2-features,
.l2-quick-start {
  box-sizing: border-box;
  padding: 28px;
  width: 100%;
}

/* Перший блок стоїть впритик до hero */
.l2-quick-start {
  margin-top: 30px;
}

/* Наступні блоки зберігають нормальний проміжок */
.l2-features {
  margin: 30px 0 0;
}
.elarion-homepage .l2-home-panel__header {
  margin-bottom: 0 !important;
}
.elarion-homepage .l2-home-panel__header>div {
  max-width: 650px;
}
.elarion-homepage .l2-home-panel__header .l2-main-section-link {
  align-self: center;
}
.elarion-homepage .l2-home-panel .l2-steps {
  margin-top: 24px;
}
.elarion-homepage .l2-main-section-link {
  align-items: center;
  color: #aeb8c6;
  display: inline-flex;
  font-size: 14px;
  font-weight: 600;
  gap: 8px;
  line-height: 1.2;
  padding-bottom: 6px;
  text-decoration: none;
  transition: color .2s ease,transform .2s ease;
  white-space: nowrap;
}
.elarion-homepage .l2-main-section-link:hover {
  color: var(--l2-gold-bright);
  transform: translateX(2px);
}
.l2-steps {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3,minmax(0,1fr));
  margin-top: 26px;
}
.l2-step {
  align-items: center;
  background: linear-gradient(180deg,rgba(0,16,28,1),rgba(8,12,18,.99)),#0c1118;
  border: 1px solid rgba(208,173,107,.2);
  border-radius: 4px;
  box-shadow: inset 0 1px 0 hsla(0,0%,100%,.025),0 14px 34px rgba(0,0,0,.12);
  color: inherit;
  display: grid;
  gap: 18px;
  grid-template-columns: 42px minmax(0,1fr) 18px;
  min-height: 148px;
  overflow: hidden;
  padding: 44px 24px 22px;
  position: relative;
  text-decoration: none;
  transition: border-color .22s ease,box-shadow .22s ease,transform .22s ease;
}
.l2-step:after {
  border: 1px solid rgba(208,173,107,.1);
  bottom: -68px;
  content: "";
  height: 105px;
  pointer-events: none;
  position: absolute;
  right: -48px;
  transform: rotate(45deg);
  transition: border-color .22s ease,transform .22s ease;
  width: 105px;
}
.l2-step:hover {
  border-color: rgba(224,186,112,.4);
  box-shadow: inset 0 1px 0 hsla(0,0%,100%,.04),0 20px 44px rgba(0,0,0,.22);
  color: inherit;
  transform: translateY(-3px);
}
.l2-step:hover:after {
  border-color: rgba(224,186,112,.26);
  transform: rotate(45deg) scale(1.07);
}
.l2-step__number {
  color: #61738d;
  font-family: Elarion Display,Arial,sans-serif;
  font-size: 11px;
  font-weight: 700;
  left: 24px;
  letter-spacing: .15em;
  line-height: 1;
  position: absolute;
  top: 17px;
}
.l2-step__icon {
  align-items: center;
  background: rgba(208,173,107,.065);
  border: 1px solid rgba(208,173,107,.28);
  border-radius: 3px;
  color: #e5b653;
  display: inline-flex;
  font-size: 20px;
  height: 42px;
  justify-content: center;
  width: 42px;
}
.l2-step__copy {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.l2-step__copy strong {
  color: #eef2f6;
  display: block;
  font-family: Elarion Display,Arial,sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.35;
}
.l2-step__copy small {
  color: #adb7c5;
  display: block;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .004em;
  line-height: 1.6;
  margin-top: 6px;
}
.l2-step__arrow {
  color: #8292a7;
  font-size: 18px;
  transition: color .2s ease,transform .2s ease;
}
.l2-step:hover .l2-step__arrow {
  color: #e0b45f;
  transform: translateX(3px);
}
.l2-feature-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4,minmax(0,1fr));
  margin-top: 26px;
}
.l2-feature-card {
  background: linear-gradient(180deg,rgba(0,16,28,1),rgba(8,12,18,.99)),#0c1118;
  border: 1px solid rgba(208,173,107,.2);
  border-radius: 4px;
  box-shadow: inset 0 1px 0 hsla(0,0%,100%,.025),0 14px 34px rgba(0,0,0,.12);
  display: flex;
  flex-direction: column;
  min-height: 205px;
  overflow: hidden;
  padding: 26px;
  position: relative;
  transition: border-color .22s ease,box-shadow .22s ease,transform .22s ease;
}
.l2-feature-card:before {
  background: linear-gradient(90deg,transparent,rgba(224,180,95,.32),transparent);
  content: "";
  height: 1px;
  left: 22px;
  pointer-events: none;
  position: absolute;
  right: 22px;
  top: 0;
}
.l2-feature-card:hover {
  border-color: rgba(224,186,112,.4);
  box-shadow: inset 0 1px 0 hsla(0,0%,100%,.04),0 20px 44px rgba(0,0,0,.22);
  transform: translateY(-3px);
}
.l2-feature-card>i {
  align-items: center;
  background: rgba(208,173,107,.065);
  border: 1px solid rgba(208,173,107,.28);
  border-radius: 3px;
  color: #e5b653;
  display: inline-flex;
  flex: 0 0 44px;
  font-size: 22px;
  height: 44px;
  justify-content: center;
  width: 44px;
}
.l2-feature-card h3 {
  color: #eef2f6;
  font-family: Elarion Display,Arial,sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
  margin: auto 0 9px;
  padding-top: 25px;
}
.l2-feature-card p {
  color: #adb7c5;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .004em;
  line-height: 1.65;
  margin: 0;
}
.l2-community {
  align-items: center;
  background: linear-gradient(180deg,rgba(0,16,28,1),rgba(8,12,18,.99)),#0c1118;
  border: 1px solid rgba(208,173,107,.2);
  border-radius: 4px;
  display: flex;
  gap: 40px;
  justify-content: space-between;
  margin: 20px clamp(8px,2.4vw,32px) 10px;
  overflow: hidden;
  padding: clamp(30px,4vw,54px);
  position: relative;
}
.l2-community h2 {
  color: #ece7dd;
  font-family: Elarion Display,Arial,sans-serif;
  font-size: clamp(20px,2vw,42px);
  margin: 0;
}
.l2-community>div:first-child>p:last-child {
  color: #7e8999;
  font-size: 14px;
  line-height: 1.6;
  margin: 13px 0 0;
  max-width: 580px;
}
.l2-community-links {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  justify-content: flex-end;
  position: relative;
  z-index: 1;
}
.l2-community-links a {
  align-items: center;
  background: rgba(7,10,15,.4);
  border: 1px solid hsla(0,0%,100%,.09);
  border-radius: 3px;
  color: #aeb7c4;
  display: inline-flex;
  font-size: 13px;
  gap: 9px;
  min-height: 45px;
  padding: 0 16px;
  transition: .2s ease;
}
.l2-community-links a:hover {
  border-color: rgba(208,173,107,.34);
  color: var(--l2-gold-bright);
  transform: translateY(-2px);
}
.l2-header-login:focus-visible,.l2-home a:focus-visible,.l2-sidebar-brand:focus-visible {
  outline: 2px solid var(--l2-gold-bright);
  outline-offset: 3px;
}
@keyframes l2-pulse {
  0%,to {
    opacity: 1;
  }
  50% {
    opacity: .52;
  }
}
@media (prefers-reduced-motion:reduce) {
  .l2-live-dot {
    animation: none;
  }
  .l2-btn,.l2-community-links a,.l2-step,.l2-step:after {
    transition: none;
  }
}
@media (max-width:1199px) {
  .l2-hero {
    grid-template-columns: minmax(0,1fr) minmax(260px,.48fr);
    padding: 58px 46px;
  }
  .l2-steps {
    grid-template-columns: 1fr;
  }
  .l2-step {
    min-height: 118px;
  }
  .l2-feature-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
}
@media (max-width:991px) {
  .elarion-site .gx-main-content {
    padding: 84px 12px 24px;
  }
  .l2-mobile-brand {
    display: inline-flex !important;
  }
  .l2-hero {
    background-position: 68%;
    grid-template-columns: 1fr;
    padding: 56px 34px 34px;
    margin-left: -24px;
    margin-right: -24px;
    width: calc(100% + 48px);
  }
  .l2-hero:before {
    background: linear-gradient(90deg,rgba(5,8,12,.97),rgba(6,9,14,.82) 62%,rgba(5,8,12,.58)),linear-gradient(0deg,rgba(5,8,12,.9),transparent 52%);
  }
  .l2-server-panel {
    justify-self: stretch;
    max-width: none;
  }
  .l2-community {
    align-items: flex-start;
    flex-direction: column;
  }
  .l2-community-links {
    justify-content: flex-start;
  }
}
@media (max-width:767px) {
  .l2-home {
    padding-bottom: 20px;
    padding-top: 12px;
  }
  .l2-header-login span {
    display: none;
  }
  .l2-header-login {
    justify-content: center;
    padding: 0;
    width: 40px;
  }
  .elarion-site .gx-btn-primary {
    font-size: 12px;
    font-weight: 600;
    gap: 6px;
    padding: 0 10px;
    white-space: nowrap;
  }
  .l2-hero {
    background-position: 71%;
    border-radius: 0;
    padding: 52px 22px 24px;
  }
  .l2-hero:after {
    inset: 8px;
  }
  .l2-hero h1 span {
    white-space: normal;
  }
  .l2-hero-lead {
    font-size: 15px;
  }
  .l2-hero-actions {
    flex-direction: column;
  }
  .l2-btn {
    width: 100%;
  }
  .l2-server-panel {
    padding: 19px;
  }
  .l2-features,.l2-quick-start {
    padding-left: 2px;
    padding-right: 2px;
  }
  .l2-step {
    gap: 16px;
    grid-template-columns: 42px minmax(0,1fr);
    min-height: 0;
    padding: 42px 18px 20px;
  }
  .l2-step__arrow {
    display: none;
  }
  .l2-feature-grid {
    grid-template-columns: 1fr;
  }
  .l2-feature-card {
    min-height: 180px;
    padding: 22px;
  }
  .l2-community {
    margin-left: 2px;
    margin-right: 2px;
    padding: 28px 22px;
  }
  .l2-community-links {
    flex-direction: column;
    width: 100%;
  }
  .l2-community-links a {
    justify-content: center;
    width: 100%;
  }
}
@media (max-width:420px) {
  .elarion-site .gx-btn-primary {
    font-size: 11px;
    min-height: 38px;
    padding: 0 8px;
  }
  .l2-server-facts {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .l2-server-facts div {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }
  .l2-server-facts div:nth-child(odd) {
    padding-right: 12px;
  }
  .l2-server-facts div:nth-child(2n) {
    border-left: 1px solid hsla(0,0%,100%,.055);
    padding-left: 12px;
  }
}

/* =========================================================
   Етап 1: меню, мови, кнопки та перший екран
   =========================================================
*/

/* Логотип не переходить у колонку після розгортання меню */
.elarion-site .wrapper.sb-collapse .gx-sidebar .gx-sb-logo,
.elarion-site .wrapper.sb-collapse .gx-sidebar:hover .gx-sb-logo {
  justify-content: flex-start;
  padding-left: 22px;
  padding-right: 22px;
}
.elarion-site .wrapper.sb-collapse .gx-sidebar:hover .gx-sb-logo .l2-sidebar-brand.sb-full {
  align-items: center;
  display: inline-flex !important;
  gap: 12px;
}
.elarion-site .wrapper.sb-collapse .gx-sidebar:hover .gx-sb-logo .l2-sidebar-brand--compact {
  display: none !important;
}
.elarion-site .wrapper.sb-collapse .gx-sidebar:hover .l2-brand-rune {
  margin: 0;
  transform: none;
}

.elarion-site .gx-sidebar .gx-sb-logo {
    background: #040c16;
    border-bottom: 1px solid rgba(208,173,107,.12);
    height: 70px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.l2-sidebar-logo-img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 227px;
    height: 42px;
    line-height: 0;
}

.l2-sidebar-logo-img img {
    display: block;
    width: 227px;
    height: 42px;
    object-fit: contain;
}

/* Коли sidebar згорнутий */
.l2-sidebar-logo-img--compact {
    width: 42px;
    height: 42px;
    overflow: visible;
    justify-content: center;
}

.l2-sidebar-logo-img--compact img {
    width: 36px;
    height: 36px;
    max-width: 36px;
    flex: 0 0 36px;
    object-fit: contain;
}

/* Перемикання української та англійської мов */

/* Основна кнопка у шапці */
.elarion-site .gx-btn-primary {
  background: linear-gradient(135deg,#c5964c,#f0d18f);
  border-color: #e0ba70;
  box-shadow: inset 0 1px 0 hsla(0,0%,100%,.35),0 10px 24px rgba(187,142,73,.24);
  color: #17120b !important;
  text-shadow: none;
}

/* Стримана кнопка виходу */
.elarion-site .gx-btn-primary.gx-btn-logout {
  align-items: center;
  background: rgba(118,48,53,.18);
  border-color: rgba(181,91,96,.38);
  box-shadow: none;
  color: #d6a5a8 !important;
  display: inline-flex;
  gap: 7px;
  justify-content: center;
  text-shadow: none;
}
.elarion-site .gx-btn-primary.gx-btn-logout:focus,.elarion-site .gx-btn-primary.gx-btn-logout:hover {
  background: rgba(139,55,61,.34);
  border-color: hsla(0,47%,60%,.7);
  box-shadow: inset 0 1px 0 hsla(0,0%,100%,.06),0 6px 16px rgba(74,22,27,.18);
  color: #f1c4c6 !important;
  transform: none;
}
.elarion-site .gx-btn-primary.gx-btn-logout:active {
  background: rgba(110,41,47,.42);
  border-color: hsla(0,47%,60%,.8);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.22);
}
.elarion-site .gx-btn-primary>*,.elarion-site .l2-btn--gold>* {
  color: inherit !important;
}
.elarion-site .l2-btn--ghost {
  background: rgba(7,11,17,.76);
  border-color: rgba(208,173,107,.3);
  color: #edf1f7 !important;
}
.elarion-site .l2-btn--ghost>* {
  color: inherit !important;
}

/* Перший екран розтягується і має лише одну рамку */
.elarion-site .gx-main-content>.container-fluid {
  max-width: none;
}
@media (max-width:767px) {
  .l2-hero {
    min-height: auto;
  }
}

/* =========================================================
   Етап 2: мобільний логотип, верхня лінія та компактний hero
   =========================================================
*/

/* Статус сервера у верхній панелі */
.l2-header-server {
  align-items: center;
  background: linear-gradient(180deg,rgba(10,18,28,.96),rgba(6,11,18,.96));
  border: 1px solid rgba(208,173,107,.2);
  border-radius: 4px;
  box-shadow: inset 0 1px 0 hsla(0,0%,100%,.03),0 8px 18px rgba(0,0,0,.16);
  color: #d8dee7;
  display: inline-flex;
  gap: 11px;
  margin-right: 0;
  min-height: 40px;
  padding: 0 14px;
  transition: .2s ease;
}
.l2-header-server:hover {
  background: linear-gradient(180deg,rgba(21,27,35,.98),rgba(10,14,20,.98));
  border-color: rgba(208,173,107,.42);
  box-shadow: inset 0 1px 0 hsla(0,0%,100%,.04),0 10px 22px rgba(0,0,0,.2);
  color: #f4efe4;
}
.l2-header-server>span:last-child {
  align-items: baseline;
  display: inline-flex;
  gap: 6px;
  white-space: nowrap;
}
.l2-header-server strong {
  color: #f0d08d;
  font-family: Georgia,Times New Roman,serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .03em;
}
.l2-header-server small {
  color: #8d98a9;
  font-size: 10px;
}

/* Назва Elarion у мобільній шапці */
.l2-mobile-brand strong {
  color: var(--l2-gold-bright);
  font-family: Georgia,Times New Roman,serif;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: none;
}

/* Напис на кнопці створення акаунта */
.elarion-site .gx-header .gx-btn-primary {
  border-radius: 4px;
  box-shadow: inset 0 1px 0 rgba(255,239,201,.08),inset 0 -1px 0 rgba(22,14,5,.32),0 8px 18px rgba(0,0,0,.18),0 0 14px rgba(196,146,58,.09);
  font-family: Arial,sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .01em;
  line-height: 1;
  min-height: 40px;
  padding: 0 18px;
}

.l2-page-line {
  display: flex;
  gap: 20px;
  min-height: 46px;
  position: relative;
  z-index: 5;
  width: 100%;
}
.l2-page-chronicle {
  align-items: center;
  display: inline-flex;
  gap: 10px;
}
.l2-page-chronicle__game {
  color: #8f99a7;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .035em;
}
.l2-page-chronicle__separator {
  background: #c9a45f;
  border-radius: 50%;
  box-shadow: 0 0 7px rgba(201,164,95,.22);
  flex: 0 0 4px;
  height: 4px;
  width: 4px;
}
.l2-page-chronicle__server {
  color: #d7dde5;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .025em;
}
.elarion-site .l2-language-link {
  align-items: stretch;
  background: linear-gradient(180deg,rgba(0,16,28,1),rgba(8,12,18,.99)),#0c1118;
  border: 1px solid rgba(201,164,95,.34);
  border-radius: 4px;
  box-shadow: inset 0 1px 0 hsla(0,0%,100%,.025),0 7px 20px rgba(0,0,0,.13);
  color: #eef1f5;
  display: grid;
  grid-template-columns: 42px 1fr 32px;
  height: 44px;
  min-height: 44px;
  overflow: hidden;
  padding: 0;
  text-decoration: none;
  transition: border-color .18s ease,background .18s ease,box-shadow .18s ease;
  width: 170px;
}
.elarion-site .l2-language-link__icon {
  align-items: center;
  background: transparent;
  border-right: 1px solid rgba(201,164,95,.14);
  display: flex;
  justify-content: center;
}
.elarion-site .l2-language-link__icon i {
  color: #c9a45f;
  font-size: 16px;
}
.elarion-site .l2-language-link__label {
  align-items: center;
  color: #eef1f5;
  display: flex;
  font-family: Elarion Text,Arial,sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .015em;
  line-height: 1;
  padding: 0 14px;
  white-space: nowrap;
}
.elarion-site .l2-language-link__arrow {
  align-items: center;
  border-left: 1px solid hsla(0,0%,100%,.055);
  display: flex;
  justify-content: center;
}
.elarion-site .l2-language-link__arrow i {
  color: #758190;
  font-size: 16px;
  transition: color .18s ease,transform .18s ease;
}
.elarion-site .l2-language-link:hover {
  background: linear-gradient(180deg,rgba(0,16,28,1),rgba(8,12,18,.99)),#0c1118;
  border-color: rgba(201,164,95,.58);
  box-shadow: inset 0 1px 0 hsla(0,0%,100%,.035),0 0 18px rgba(201,164,95,.06);
}
.elarion-site .l2-language-link:hover .l2-language-link__icon i {
  color: #dfbf7b;
}
.elarion-site .l2-language-link:hover .l2-language-link__label {
  color: #fff;
}
.elarion-site .l2-language-link:hover .l2-language-link__arrow i {
  color: #c9a45f;
  transform: translateX(2px);
}

.elarion-site .gx-header .l2-language-link {
  display: none;
}

/* Реферальна програма */
.l2-community>div:first-child>p:nth-of-type(2) {
  color: #8d98a9;
  line-height: 1.65;
  margin: 12px 0 0;
  max-width: 620px;
}

/* Планшети */
@media (max-width:991px) {
  .l2-header-server {
    display: none !important;
  }
  .l2-hero {
    align-items: stretch;
    min-height: auto;
  }
  .l2-server-panel {
    align-self: stretch;
  }
}

/* Телефони */
@media (max-width:767px) {
  .elarion-site .gx-page-title {
    display: block !important;
    padding: 0 0 12px;
  }
  .l2-page-line {
    min-height: 40px;
  }
  .l2-page-chronicle {
    gap: 7px;
  }
  .l2-page-chronicle__game {
    font-size: 10px;
  }
  .l2-page-chronicle__server {
    font-size: 11px;
  }
  .l2-page-chronicle__separator {
    flex-basis: 3px;
    height: 3px;
    width: 3px;
  }
  .elarion-site .l2-page-line .l2-language-link {
    display: none !important;
  }
  .elarion-site .gx-header .l2-language-link {
    align-items: center;
    background: linear-gradient(180deg,rgba(8,15,24,.96),rgba(5,10,17,.96));
    border: 1px solid hsla(0,0%,100%,.08);
    border-radius: 4px;
    box-shadow: inset 0 1px 0 hsla(0,0%,100%,.03),0 8px 18px rgba(0,0,0,.18);
    display: inline-flex !important;
    flex: 0 0 40px;
    height: 40px;
    justify-content: center;
    margin: 0;
    min-height: 40px;
    padding: 0;
    position: static;
    width: 40px;
  }
  .elarion-site .gx-header .l2-language-link:hover {
    background: linear-gradient(180deg,rgba(12,19,29,.98),rgba(7,12,19,.98));
    border-color: rgba(208,173,107,.32);
    box-shadow: inset 0 1px 0 hsla(0,0%,100%,.04),0 10px 22px rgba(0,0,0,.22);
  }
  .elarion-site .gx-header .l2-language-link__icon {
    border-right: 0;
    height: 100%;
    width: 100%;
  }
  .elarion-site .gx-header .l2-language-link__icon i {
    color: #c8d1dc;
    font-size: 18px;
  }
  .elarion-site .gx-header .l2-language-link:hover .l2-language-link__icon i {
    color: var(--l2-ivory);
  }
  .elarion-site .gx-header .l2-language-link__label,
  .elarion-site .gx-header .l2-language-link__arrow {
    display: none;
  }
}

/* Виправлення першого відкриття мобільного меню */
@media (max-width:575px) {
  .elarion-site .wrapper.sb-collapse .gx-sidebar .gx-sb-logo .l2-sidebar-brand.sb-full,.elarion-site .wrapper.sb-collapse .gx-sidebar:hover .gx-sb-logo .l2-sidebar-brand.sb-full {
    align-items: center;
    display: inline-flex !important;
    gap: 12px;
  }
  .elarion-site .wrapper.sb-collapse .gx-sidebar .gx-sb-logo .l2-sidebar-brand--compact {
    display: none !important;
  }
}
@media (max-width:420px) {
  .l2-mobile-brand strong {
    display: inline !important;
  }
  .l2-page-chronicle__game,.l2-page-chronicle__separator {
    display: none;
  }
  .l2-page-chronicle__server {
    font-size: 11px;
  }
}

/* =========================================================
   Етап 3: навігаційний рядок і розміри заголовків
   Додати в самий кінець home.css
   =========================================================
*/

/* Нейтральний рядок для майбутніх breadcrumbs */
.l2-page-line {
  align-items: center !important;
  flex-direction: row !important;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.l2-page-chronicle {
  color: #667182;
  flex: 1 1 auto;
  font-family: Elarion Text,Arial,sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .045em;
  line-height: 1.2;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: none;
  white-space: nowrap;
}
.l2-page-chronicle span {
  color: #596372;
}

/* Мова завжди залишається праворуч */
.l2-language-link {
  flex: 0 0 auto;
  margin-left: auto;
}

/* Головний заголовок */
.l2-hero h1 {
  color: #eef2f7;
  font-family: Elarion Display,Arial,sans-serif;
  font-size: clamp(52px,4vw,68px);
  font-weight: 700;
  letter-spacing: -.035em;
  line-height: 1.02;
  margin: 0;
  max-width: 700px;
  text-shadow: 0 12px 36px rgba(0,0,0,.55);
  text-wrap: balance;
}

/* Заголовки головних секцій */

/* Смартфони і планшети */
@media (max-width:767px) {
  .l2-page-line {
    align-items: center !important;
    flex-direction: row !important;
    flex-wrap: nowrap;
    gap: 8px;
    justify-content: space-between;
    width: 100%;
  }
  .l2-page-chronicle {
    flex: 1 1 auto;
    font-size: 10px;
    letter-spacing: .025em;
    min-width: 0;
    white-space: nowrap;
  }
  .l2-language-link {
    flex: 0 0 auto;
  }
  .l2-hero h1 {
    font-size: clamp(34px,8vw,44px);
    letter-spacing: -.025em;
    line-height: 1;
    margin-top: 22px;
  }
}

/* Невеликі смартфони */
@media (max-width:420px) {
  .l2-page-chronicle {
    font-size: 9px;
  }
  .l2-header-login {
    display: inline-flex !important;
  }
}

/* =========================================================
   ELARION — REGISTRATION
   =========================================================
*/
.elarion-site .l2-page {
  min-height: calc(100vh - 150px);
  padding: 0 0 48px;
  position: relative;
}
.elarion-site .l2-panel--main,.elarion-site .l2-panel--side {
  background: linear-gradient(180deg,rgba(0,16,28,1),rgba(8,12,18,.99)),#0c1118;
  border: 1px solid rgba(197,157,86,.22);
  border-radius: 5px;
  box-shadow: 0 24px 70px rgba(0,0,0,.28);
  overflow: hidden;
  position: relative;
}
.elarion-site .l2-panel--main:before,.elarion-site .l2-panel--side:before {
  background: linear-gradient(90deg,transparent,rgba(230,189,108,.75),transparent);
  content: "";
  height: 1px;
  inset: 0 0 auto;
  position: absolute;
}
.elarion-site .l2-panel__icon {
  background: rgba(218,177,98,.07);
  border: 1px solid rgba(218,177,98,.38);
  border-radius: 4px;
  color: #ddb469;
}
.elarion-site .l2-panel__kicker {
  margin-bottom: 7px;
}
.elarion-site .l2-panel--main h1 {
  color: #f0f2f5;
  font-size: clamp(28px,3vw,40px);
  font-weight: 700;
  letter-spacing: -.035em;
  line-height: 1.05;
  margin: 0 0 8px;
}
.elarion-site .l2-panel__header p {
  max-width: 570px;
}
.elarion-site .l2-callout--success {
  align-items: center;
  background: rgba(32,111,74,.1);
  border: 1px solid rgba(67,181,126,.25);
  border-radius: 4px;
  color: #70d5a2;
  display: flex;
  gap: 13px;
  margin: -8px 0 25px;
  padding: 14px 16px;
}
.elarion-site .l2-callout--success i {
  font-size: 22px;
}
.elarion-site .l2-callout--success span {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.elarion-site .l2-callout--success strong {
  color: #bcebd3;
  font-size: 13px;
}
.elarion-site .l2-callout--success small {
  color: #789989;
}
.elarion-site .l2-form-grid {
  display: grid;
  gap: 20px 18px;
  grid-template-columns: repeat(2,minmax(0,1fr));
}
.elarion-site .l2-field label {
  color: #b8bec9;
  display: block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .04em;
  margin-bottom: 8px;
}
.elarion-site .l2-control {
  align-items: center;
  background: rgba(4,8,13,.58);
  border: 1px solid #282f39;
  border-radius: 4px;
  display: flex;
  height: 54px;
  position: relative;
  transition: border-color .2s ease,background-color .2s ease,box-shadow .2s ease;
}
.elarion-site .l2-control:focus-within {
  background: rgba(7,11,16,.88);
  border-color: rgba(213,172,94,.68);
  box-shadow: 0 0 0 3px rgba(205,161,79,.07);
}
.elarion-site .l2-control>i {
  color: #6f7887;
  flex: 0 0 46px;
  font-size: 18px;
  text-align: center;
}
.elarion-site .l2-control:focus-within>i {
  color: #d6ad62;
}
.elarion-site .l2-control input {
  background: transparent;
  border: 0;
  color: #e8ebef;
  font: inherit;
  font-size: 13px;
  height: 100%;
  min-width: 0;
  outline: 0;
  padding: 0 15px 0 0;
  width: 100%;
}
.elarion-site .l2-control input::placeholder {
  color: #5f6876;
  opacity: 1;
}
.elarion-site .l2-password-toggle {
  background: transparent;
  border: 0;
  color: #747d8b;
  cursor: pointer;
  display: grid;
  flex: 0 0 45px;
  height: 100%;
  outline: 0;
  padding: 0;
  place-items: center;
}
.elarion-site .l2-password-toggle:hover {
  color: #d8ae62;
}
.elarion-site .l2-captcha {
  display: grid;
  margin-top: 22px;
}
.elarion-site .l2-captcha__image button:hover {
  border-color: rgba(214,173,98,.58);
}
.elarion-site .l2-form-agreement {
  color: #737c8b;
  margin: 22px 0 19px;
}
.elarion-site .l2-form-agreement a {
  color: #b9975a;
  text-decoration: none;
}
.elarion-site .l2-form-agreement a:hover {
  color: #e0ba72;
}
.elarion-site .l2-submit {
  font: inherit;
  font-size: 13px;
  letter-spacing: .02em;
  min-height: 56px;
  padding: 0 22px;
  width: 100%;
}
.elarion-site .l2-panel--side {
  background: linear-gradient(180deg,rgba(0,16,28,1),rgba(8,12,18,.99)),#0c1118;
  display: flex;
  flex-direction: column;
}
.elarion-site .l2-step-list {
  border-bottom: 1px solid #252b34;
}
.elarion-site .l2-step-list>div {
  display: flex;
  gap: 14px;
}
.elarion-site .l2-step-list>div+div {
  margin-top: 18px;
}
.elarion-site .l2-step-list>div>span {
  color: #9d7e49;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
}
.elarion-site .l2-step-list p,.elarion-site .l2-step-list__content {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin: 0;
  min-width: 0;
}
.elarion-site .l2-step-list strong {
  color: #eef1f5;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .005em;
  line-height: 1.45;
}
.elarion-site .l2-step-list small {
  color: #adb7c5;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .008em;
  line-height: 1.68;
}
.elarion-site .l2-action-grid a>i:first-child {
  color: #b99250;
  font-size: 18px;
}
.elarion-site .l2-action-grid span {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
.elarion-site .l2-callout {
  align-items: flex-start;
  display: flex;
  gap: 13px;
  margin-top: auto;
  padding-top: 25px;
}
.elarion-site .l2-callout>i {
  color: #c59b51;
  font-size: 21px;
}
.elarion-site .l2-callout p {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin: 0;
}
.elarion-site .l2-callout strong {
  color: #eef1f5;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.45;
}
.elarion-site .l2-callout small {
  color: #adb7c5;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .008em;
  line-height: 1.68;
}

/* Responsive */
@media (max-width:1100px) {
  .elarion-site .l2-panel--side {
    min-height: auto;
  }
  .elarion-site .l2-callout {
    margin-top: 24px;
  }
}
@media (max-width:680px) {
  .elarion-site .l2-page {
    padding-bottom: 28px;
  }
  .elarion-site .l2-panel--main,.elarion-site .l2-panel--side {
    padding: 23px 18px;
  }
  .elarion-site .l2-panel__header {
    gap: 13px;
    margin-bottom: 24px;
  }
  .elarion-site .l2-panel__icon {
    flex-basis: 45px;
    font-size: 21px;
    height: 45px;
    width: 45px;
  }
  .elarion-site .l2-panel--main h1 {
    font-size: 27px;
  }
  .elarion-site .l2-panel__header p {
    font-size: 13px;
  }
  .elarion-homepage .l2-home-panel {
    padding: 22px 18px;
  }
  .elarion-homepage .l2-home-panel__header .l2-main-section-link {
    align-self: flex-start;
  }
  .elarion-site .l2-form-grid {
    gap: 17px;
    grid-template-columns: 1fr;
  }
}

/* =========================================================
   ELARION REGISTRATION — FINAL FIXES / FILE 3 / 2026-08-02
   Цей блок повинен залишатися в самому кінці home.css.
   =========================================================
*/

/* 1. Чистий sans-serif у статусі сервера. */
.elarion-site .gx-header .l2-header-server strong {
  color: #e6c174 !important;
  font-family: Elarion Text,Segoe UI,Arial,sans-serif !important;
  font-size: 12px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  letter-spacing: .01em !important;
  line-height: 1 !important;
  text-rendering: optimizeLegibility;
}
.elarion-site .gx-header .l2-header-server>span:last-child {
  align-items: baseline !important;
  gap: 5px !important;
}

/* Сітка реєстрації та колонка новин. */
.elarion-site .l2-page {
  max-width: none !important;
  padding-bottom: 38px !important;
  width: 100% !important;
}
.elarion-site .l2-page-grid {
  align-items: stretch !important;
  display: grid !important;
  gap: 20px !important;
  grid-template-columns: minmax(0,1.45fr) minmax(370px,.85fr) !important;
  width: 100% !important;
}
.elarion-site .l2-panel--news {
  background: linear-gradient(180deg,rgba(0,16,28,1),rgba(8,12,18,.99)),#0c1118;
  border: 1px solid rgba(197,157,86,.24);
  border-radius: 5px;
  box-shadow: 0 24px 70px rgba(0,0,0,.24);
  display: flex;
  flex-direction: column;
  grid-column: 1 / -1;
  min-width: 0;
  overflow: hidden;
  position: relative;
}
.elarion-site .l2-panel--news:before {
  background: linear-gradient(90deg,transparent,rgba(230,189,108,.72),transparent);
  content: "";
  height: 1px;
  inset: 0 0 auto;
  position: absolute;
}

/* 2. Однаковий верхній відступ і однакова типографіка трьох карток. */
.elarion-site .l2-panel--main,.elarion-site .l2-panel--news,.elarion-site .l2-panel--side {
  box-sizing: border-box !important;
  font-family: Elarion Text,Segoe UI,Arial,sans-serif !important;
  padding-top: 30px !important;
  text-rendering: optimizeLegibility;
}
.elarion-site .l2-panel--main {
  padding: 30px 28px 28px !important;
}
.elarion-site .l2-panel--news,.elarion-site .l2-panel--side {
  padding: 30px 24px 24px !important;
}
.elarion-site .l2-panel__header {
  align-items: flex-start !important;
  border-bottom: 1px solid #29313b !important;
  box-sizing: border-box !important;
  display: flex !important;
  gap: 16px !important;
  margin: 0 0 20px !important;
  min-height: 0 !important;
  padding: 0 0 14px !important;
}
.elarion-site .l2-panel__header>div:not(.l2-panel__icon) {
  min-width: 0 !important;
}
.elarion-site .l2-panel__header>div>span,.elarion-site .l2-panel__header>span,.elarion-site .l2-panel__kicker {
  color: #c89d50 !important;
  display: block !important;
  font-family: Elarion Text,Segoe UI,Arial,sans-serif !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: .17em !important;
  line-height: 1.2 !important;
  margin: 0 0 8px !important;
  text-transform: uppercase !important;
}
.elarion-site .l2-panel__header h1,.elarion-site .l2-panel__header h2,.elarion-site .l2-panel__header h3 {
  color: #edf0f4 !important;
  font-family: Elarion Display,Arial,sans-serif !important;
  font-size: 23px !important;
  font-weight: 600 !important;
  letter-spacing: -.018em !important;
  line-height: 1.2 !important;
  margin: 0 0 8px !important;
}
.elarion-site .l2-panel__header p {
  color: #b4bdca !important;
  font-size: 15px !important;
  line-height: 1.65 !important;
  margin: 0 !important;
}
.elarion-site .l2-panel__icon {
  border-color: rgba(218,177,98,.34) !important;
  display: grid !important;
  flex: 0 0 44px !important;
  font-size: 20px !important;
  height: 44px !important;
  place-items: center !important;
  position: static !important;
  width: 44px !important;
}

/* Кроки починаються одразу після спільної шапки. */
.elarion-site .l2-step-list {
  border-top: 0 !important;
  margin: 0 0 22px !important;
  padding: 22px 0 !important;
}

/* Новини. */
.elarion-site .l2-news-list {
  display: grid;
  gap: 0 24px;
  grid-template-columns: repeat(2,minmax(0,1fr));
  margin-top: 4px;
}
.elarion-site .l2-news-item {
  border-bottom: 1px solid #242c36;
  display: grid;
  gap: 12px;
  grid-template-columns: 29px minmax(0,1fr);
  padding: 19px 0;
}
.elarion-site .l2-news-item__number {
  color: #c99d4c;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
  padding-top: 2px;
}
.elarion-site .l2-news-item h3 {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.42;
  margin: 0 0 7px;
}
.elarion-site .l2-news-item h3 a {
  color: #e5e9ef;
  display: -webkit-box;
  overflow: hidden;
  text-decoration: none;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.elarion-site .l2-news-item h3 a:hover {
  color: #dfb768;
}
.elarion-site .l2-news-item p {
  color: #adb7c5;
  display: -webkit-box;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .005em;
  line-height: 1.65;
  margin: 0 0 9px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.elarion-site .l2-news-item__more {
  align-items: center;
  color: #b8914c;
  display: inline-flex;
  font-size: 9px;
  font-weight: 700;
  gap: 5px;
  letter-spacing: .04em;
  text-decoration: none;
  text-transform: uppercase;
}
.elarion-site .l2-news-empty {
  align-items: center;
  color: #8f98a6;
  display: flex;
  flex-direction: column;
  grid-column: 1 / -1;
  justify-content: center;
  min-height: 180px;
  padding: 25px;
  text-align: center;
}

/* 3. CAPTCHA отримує той самий фон і розмір, що й поле введення. */
.elarion-site .l2-captcha__preview {
  display: flex !important;
  flex-direction: column !important;
}
.elarion-site .l2-captcha__label {
  color: #b8bec9 !important;
  display: block !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  letter-spacing: .04em !important;
  line-height: 1.2 !important;
  margin-bottom: 8px !important;
}
.elarion-site .l2-captcha__image {
  border: 1px solid #282f39 !important;
  border-radius: 4px !important;
  box-shadow: none !important;
  display: grid !important;
  grid-template-columns: minmax(0,1fr) 44px !important;
  overflow: hidden !important;
  padding: 0 !important;
}
.elarion-site .l2-captcha__image img {
  display: block !important;
}
.elarion-site .l2-captcha__image button {
  cursor: pointer;
  right: 6px;
  top: 6px;
  border: 0 !important;
  border-left: 1px solid #282f39 !important;
  border-radius: 0 3px 3px 0 !important;
  box-shadow: none !important;
  color: #cda354 !important;
  display: grid !important;
  height: 52px !important;
  padding: 0 !important;
  place-items: center !important;
  position: static !important;
  width: 44px !important;
}
.elarion-site .l2-captcha__image button:hover {
  background: linear-gradient(180deg,rgba(0,16,28,1),rgba(8,12,18,.99)),#0c1118;
  color: #edc372 !important;
}

/* 4. Компактні назви, іконка біля назви, опис окремим рядком. */
.elarion-site .l2-action-grid {
  display: grid !important;
  gap: 10px !important;
  grid-template-columns: repeat(2,minmax(0,1fr)) !important;
}
.elarion-site .l2-action-grid a {
  transition: border-color .2s ease,background-color .2s ease;
  align-items: center !important;
  background: rgba(5,9,14,.55) !important;
  border: 1px solid #303844 !important;
  border-radius: 4px !important;
  color: #9099a7 !important;
  display: grid !important;
  gap: 10px !important;
  grid-template-columns: minmax(0,1fr) 16px !important;
  min-height: 72px !important;
  padding: 11px 12px !important;
  text-decoration: none !important;
}
.elarion-site .l2-action-grid a:hover {
  background: rgba(202,158,78,.085) !important;
  border-color: rgba(218,174,91,.62) !important;
}
.elarion-site .l2-action-grid a>.l2-action-card__copy {
  display: flex !important;
  flex-direction: column !important;
  gap: 5px !important;
  min-width: 0 !important;
}
.elarion-site .l2-action-grid .l2-action-card__title {
  align-items: center !important;
  display: flex !important;
  flex-direction: row !important;
  gap: 8px !important;
  min-width: 0 !important;
}
.elarion-site .l2-action-grid .l2-action-card__title i {
  color: #d4a653 !important;
  flex: 0 0 auto !important;
  font-size: 17px !important;
}
.elarion-site .l2-action-grid strong {
  color: #e3e7ed !important;
  display: block !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  line-height: 1.25 !important;
  overflow: visible !important;
  text-overflow: clip !important;
  white-space: normal !important;
}
.elarion-site .l2-action-grid small {
  color: #929ba9 !important;
  display: block !important;
  font-size: 13px !important;
  line-height: 1.4 !important;
  margin: 0 !important;
  white-space: normal !important;
}
.elarion-site .l2-action-grid a>i:last-child {
  color: #667180 !important;
  font-size: 15px !important;
  transition: color .2s ease,transform .2s ease;
}
.elarion-site .l2-action-grid a:hover>i:last-child {
  color: #ddb462 !important;
  transform: translateX(2px);
}

/* 5. Відступ до спільноти дорівнює проміжку між картками. */
.elarion-site .l2-community {
  box-sizing: border-box !important;
  margin: 20px 0 0 !important;
  width: 100% !important;
}

/* Описовий текст на сторінці реєстрації має єдиний читабельний розмір. */
.elarion-site .l2-callout small,.elarion-site .l2-callout--success small,.elarion-site .l2-community>div:first-child>p:last-child,.elarion-site .l2-form-agreement,.elarion-site .l2-news-empty small,.elarion-site .l2-step-list small {
  font-size: 14px !important;
  line-height: 1.68 !important;
}

/* Три колонки на звичайному широкому моніторі. */
@media (min-width:1450px) {
  .elarion-site .l2-page-grid {
    grid-template-columns: minmax(0,1.35fr) minmax(340px,.78fr) minmax(320px,.72fr) !important;
  }
  .elarion-site .l2-panel--news {
    grid-column: auto !important;
  }
  .elarion-site .l2-news-list {
    display: block !important;
    flex: 1 1 auto;
  }
}
@media (max-width:1100px) {
  .elarion-site .l2-page-grid {
    grid-template-columns: 1fr !important;
  }
  .elarion-site .l2-panel--news {
    grid-column: auto !important;
  }
}
@media (max-width:680px) {
  .elarion-site .l2-panel--main,.elarion-site .l2-panel--news,.elarion-site .l2-panel--side {
    padding: 24px 18px !important;
  }
  .elarion-site .l2-panel__header {
    min-height: 0 !important;
  }
  .elarion-site .l2-panel__header h1,.elarion-site .l2-panel__header h2,.elarion-site .l2-panel__header h3 {
    font-size: 21px !important;
  }
  .elarion-site .l2-captcha__image,.elarion-site .l2-captcha__preview {
    width: 100% !important;
  }
  .elarion-site .l2-action-grid {
    grid-template-columns: 1fr !important;
  }
  .elarion-site .l2-community {
    margin-top: 18px !important;
  }
}

/* ========================================
   Elarion cookie consent
   ========================================
*/
.l2-cookie-consent {
  bottom: 24px;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 24px;
  transform: translateY(20px);
  transition: opacity .25s ease,transform .25s ease,visibility .25s ease;
  visibility: hidden;
  width: min(520px,calc(100vw - 48px));
  z-index: 12000;
}
.l2-cookie-consent.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  visibility: visible;
}
.l2-cookie-consent__panel {
  background: linear-gradient(180deg,rgba(0,16,28,1),rgba(8,12,18,.99)),#0c1118;
  border: 1px solid rgba(211,166,83,.34);
  border-radius: 6px;
  box-shadow: 0 26px 80px rgba(0,0,0,.58);
  color: #9ca5b2;
  overflow: hidden;
  padding: 24px;
  position: relative;
}
.l2-cookie-consent__panel:before {
  background: linear-gradient(90deg,transparent,#cda354,transparent);
  content: "";
  height: 1px;
  left: 24px;
  position: absolute;
  right: 24px;
  top: 0;
}
.l2-cookie-consent__header {
  align-items: flex-start;
  display: flex;
  gap: 15px;
}
.l2-cookie-consent__icon {
  background: rgba(211,166,83,.07);
  border: 1px solid rgba(214,170,87,.38);
  border-radius: 4px;
  color: #e0b45f;
  display: grid;
  flex: 0 0 44px;
  font-size: 21px;
  height: 44px;
  place-items: center;
  width: 44px;
}
.l2-cookie-consent__kicker {
  color: #c89d50;
  display: block;
  font-family: Elarion Text,Segoe UI,Arial,sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .17em;
  line-height: 1.2;
  margin: 1px 0 8px;
  text-transform: uppercase;
}
.l2-cookie-consent h2 {
  color: #edf0f4;
  font-size: 23px;
  font-weight: 600;
  letter-spacing: -.018em;
  line-height: 1.2;
  margin: 0;
}
.l2-cookie-consent__text {
  color: #b4bdca;
  font-size: 15px;
  line-height: 1.65;
  margin: 15px 0 0;
}
.l2-cookie-consent__links {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 16px;
  margin-top: 10px;
}
.l2-cookie-consent__links a {
  color: #d5ad63;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: none;
  transition: color .2s ease;
}
.l2-cookie-consent__links a:hover {
  color: #f0ca7c;
}
.l2-cookie-consent__note {
  align-items: center;
  background: rgba(34,105,72,.08);
  border: 1px solid rgba(63,178,120,.2);
  border-radius: 4px;
  color: #91b7a4;
  display: flex;
  font-size: 13px;
  gap: 9px;
  line-height: 1.5;
  margin-top: 16px;
  padding: 11px 12px;
}
.l2-cookie-consent__note i {
  color: #58ca8e;
  font-size: 16px;
}
.l2-cookie-consent__actions {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1.15fr;
  margin-top: 18px;
}
.l2-cookie-consent__button {
  align-items: center;
  border-radius: 4px;
  cursor: pointer;
  display: inline-flex;
  font-family: Elarion Text,Arial,sans-serif;
  font-size: 14px;
  font-weight: 600;
  gap: 8px;
  justify-content: center;
  letter-spacing: .005em;
  line-height: 1.25;
  min-height: 44px;
  padding: 10px 15px;
  transition: border-color .2s ease,background-color .2s ease,transform .2s ease;
}
.l2-cookie-consent__button:hover {
  transform: translateY(-1px);
}
.l2-cookie-consent__button:focus-visible,.l2-cookie-consent__links a:focus-visible {
  outline: 2px solid #e2b763;
  outline-offset: 3px;
}
.l2-cookie-consent__necessary {
  background: rgba(6,10,15,.46);
  border: 1px solid #303844;
  color: #d4dae3;
}
@media (max-width:600px) {
  .l2-cookie-consent {
    bottom: 12px;
    right: 12px;
    width: calc(100vw - 24px);
  }
  .l2-cookie-consent__panel {
    padding: 20px 17px 17px;
  }
  .l2-cookie-consent__icon {
    flex-basis: 40px;
    font-size: 19px;
    height: 40px;
    width: 40px;
  }
  .l2-cookie-consent h2 {
    font-size: 23px;
  }
  .l2-cookie-consent__text {
    font-size: 15px;
  }
  .l2-cookie-consent__actions {
    grid-template-columns: 1fr;
  }
  .l2-cookie-consent__accept {
    order: -1;
  }
}
@media (prefers-reduced-motion:reduce) {
  .l2-cookie-consent,.l2-cookie-consent__button {
    transition: none;
  }
}

/* =========================================================
   DEFAULT / ОСОБИСТИЙ КАБІНЕТ
   Додати в самий кінець поточного home.css.
   Основний CSS вище не замінювати.
   =========================================================
*/
.elarion-site .l2-account-news,.elarion-site .l2-account-profile,.elarion-site .l2-account-referral {
  height: 100%;
}
.elarion-site .l2-account-profile,.elarion-site .l2-account-referral {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
}
.elarion-site .l2-account-summary {
  background: #29313b;
  border: 1px solid #29313b;
  border-radius: 4px;
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(2,minmax(0,1fr));
  margin: 0 0 22px;
  overflow: hidden;
}
.elarion-site .l2-account-summary>div {
  background: rgba(6,10,16,.84);
  display: flex;
  flex-direction: column;
  gap: 5px;
  justify-content: center;
  min-height: 63px;
  min-width: 0;
  padding: 11px 13px;
}
.elarion-site .l2-account-summary dd,.elarion-site .l2-account-summary dt {
  margin: 0;
  min-width: 0;
}
.elarion-site .l2-account-summary dt {
  color: #778291;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .09em;
  line-height: 1.2;
  text-transform: uppercase;
}
.elarion-site .l2-account-summary dd {
  color: #e0e5ec;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.35;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.elarion-site .l2-account-section-title {
  align-items: center;
  color: #c4cbd5;
  display: flex;
  font-size: 11px;
  font-weight: 700;
  gap: 12px;
  justify-content: space-between;
  letter-spacing: .04em;
  margin-bottom: 9px;
  text-transform: uppercase;
}
.elarion-site .l2-account-section-title small {
  background: rgba(204,162,82,.06);
  border: 1px solid rgba(204,162,82,.28);
  border-radius: 3px;
  color: #d2a755;
  display: grid;
  font-size: 10px;
  height: 24px;
  min-width: 24px;
  padding: 0 6px;
  place-items: center;
}
.elarion-site .l2-account-characters {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.elarion-site .l2-account-character {
  align-items: center;
  background: rgba(5,9,14,.52);
  border: 1px solid #2b333e;
  border-radius: 4px;
  display: grid;
  gap: 11px;
  grid-template-columns: 38px minmax(0,1fr) auto 8px;
  min-height: 58px;
  padding: 9px 12px;
  transition: border-color .2s ease,background-color .2s ease;
}
.elarion-site .l2-account-character:hover {
  background: rgba(204,159,76,.06);
  border-color: rgba(211,169,87,.45);
}
.elarion-site .l2-account-character__mark {
  background: rgba(198,151,68,.06);
  border: 1px solid rgba(211,169,87,.25);
  border-radius: 3px;
  color: #d2a654;
  display: grid;
  font-size: 17px;
  height: 38px;
  place-items: center;
  width: 38px;
}
.elarion-site .l2-account-character__copy {
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-width: 0;
}
.elarion-site .l2-account-character__copy strong {
  color: #e6eaf0;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.elarion-site .l2-account-character__copy small {
  color: #8d97a5;
  font-size: 12px;
  line-height: 1.35;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.elarion-site .l2-account-character__level {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  gap: 1px;
}
.elarion-site .l2-account-character__level small {
  color: #6f7a89;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .09em;
}
.elarion-site .l2-account-character__level strong {
  color: #d9b160;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
}
.elarion-site .l2-account-character__status {
  background: #596270;
  border-radius: 50%;
  box-shadow: 0 0 0 3px rgba(89,98,112,.1);
  height: 7px;
  width: 7px;
}
.elarion-site .l2-account-character__status.is-online {
  background: #57d18c;
  box-shadow: 0 0 0 3px rgba(87,209,140,.11),0 0 11px rgba(87,209,140,.28);
}
.elarion-site .l2-account-empty {
  align-items: center;
  border: 1px dashed #303844;
  border-radius: 4px;
  color: #7f8997;
  display: flex;
  flex-direction: column;
  gap: 7px;
  justify-content: center;
  min-height: 128px;
  padding: 18px;
  text-align: center;
}
.elarion-site .l2-account-empty>i {
  color: #bd944b;
  font-size: 23px;
  margin-bottom: 2px;
}
.elarion-site .l2-account-empty strong {
  color: #cdd3db;
  font-size: 12px;
  font-weight: 600;
}
.elarion-site .l2-account-empty small {
  font-size: 13px;
  line-height: 1.5;
}
.elarion-site .l2-account-actions {
  margin-top: 20px !important;
}
.elarion-site .l2-account-referral-notice {
  align-items: flex-start;
  background: rgba(190,141,55,.07);
  border: 1px solid rgba(209,166,84,.24);
  border-radius: 4px;
  display: flex;
  gap: 11px;
  margin: 20px 0 15px;
  padding: 12px 13px;
}
.elarion-site .l2-account-referral-notice>i {
  color: #daa951;
  flex: 0 0 auto;
  font-size: 19px;
}
.elarion-site .l2-account-referral-notice>span {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}
.elarion-site .l2-account-referral-notice strong {
  color: #e2e6ec;
  font-size: 12px;
  font-weight: 600;
}
.elarion-site .l2-account-referral-notice small {
  color: #949eac;
  font-size: 13px;
  line-height: 1.5;
}
.elarion-site .l2-account-referral-link {
  background: rgba(5,9,14,.58);
  border: 1px solid #2b333e;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 16px;
  padding: 13px;
}
.elarion-site .l2-account-referral-link>span {
  color: #7f8997;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.elarion-site .l2-account-referral-full-link,.elarion-site .l2-account-referral-link>a {
  color: #dcb263;
  display: block;
  font-size: 12px;
  line-height: 1.55;
  overflow-wrap: anywhere;
  text-decoration: none;
  white-space: normal;
  width: 100%;
  word-break: break-all;
}
.elarion-site .l2-account-referral-full-link:hover,.elarion-site .l2-account-referral-link>a:hover {
  color: #f0cb7e;
}
.elarion-site .l2-account-referral-link>button {
  align-items: center;
  background: rgba(10,15,22,.8);
  border: 1px solid #323b47;
  border-radius: 3px;
  color: #bcc4cf;
  cursor: pointer;
  display: inline-flex;
  font-size: 11px;
  font-weight: 600;
  gap: 7px;
  justify-content: center;
  min-height: 40px;
  padding: 8px 12px;
  transition: border-color .2s ease,color .2s ease,background-color .2s ease;
  width: 100%;
}
.elarion-site .l2-account-referral-link>button:hover {
  background: rgba(202,158,78,.075);
  border-color: rgba(218,174,91,.55);
  color: #e3bd70;
}
.elarion-site .l2-account-referral-embed {
  color: #9ba4b1;
  font-size: 13px;
  line-height: 1.55;
  margin-top: 2px;
  min-width: 0;
}
.elarion-site .l2-account-referral-embed .gx-block,.elarion-site .l2-account-referral-embed .intro {
  background: transparent;
  border: 0;
  box-shadow: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.elarion-site .l2-account-referral-embed .gx-card-header {
  display: none;
}
.elarion-site .l2-account-referral-embed a,.elarion-site .l2-account-referral-embed code,.elarion-site .l2-account-referral-embed pre {
  max-width: 100%;
  overflow-wrap: anywhere;
  white-space: normal;
  word-break: break-all;
}
.elarion-site .l2-account-referral-embed input,.elarion-site .l2-account-referral-embed textarea {
  background: rgba(4,8,13,.64);
  border: 1px solid #2d3641;
  border-radius: 4px;
  box-sizing: border-box;
  color: #d8dee7;
  font-family: Elarion Text,Arial,sans-serif;
  font-size: 12px;
  margin: 6px 0;
  max-width: 100% !important;
  min-height: 46px;
  padding: 10px 12px;
  text-overflow: clip;
  width: 100% !important;
}
.elarion-site .l2-account-referral-embed button,.elarion-site .l2-account-referral-embed input[type=submit] {
  background: rgba(190,143,57,.08);
  border: 1px solid rgba(213,169,84,.48);
  border-radius: 3px;
  color: #e1ba6c;
  cursor: pointer;
  font-size: 11px;
  font-weight: 600;
  min-height: 40px;
  padding: 8px 13px;
}
.elarion-site .l2-account-referral-embed table {
  border-collapse: collapse;
  margin-top: 12px;
  width: 100%;
}
.elarion-site .l2-account-referral-embed td,.elarion-site .l2-account-referral-embed th {
  border-bottom: 1px solid #28313b;
  color: #9aa4b1;
  font-size: 12px;
  padding: 9px 7px;
  text-align: left;
}
.elarion-site .l2-account-login .l2-captcha {
  margin-top: 18px;
}
.elarion-site .l2-account-login .l2-submit {
  margin-top: 20px;
}
@media (min-width:1450px) {
  .elarion-site .l2-account-grid {
    grid-template-columns: minmax(0,1.18fr) minmax(350px,.9fr) minmax(330px,.82fr) !important;
  }
  .elarion-site .l2-account-news {
    grid-column: auto !important;
  }
  .elarion-site .l2-account-news .l2-news-list {
    display: block !important;
  }
}
@media (max-width:680px) {
  .elarion-site .l2-account-summary {
    grid-template-columns: 1fr;
  }
  .elarion-site .l2-account-character {
    gap: 9px;
    grid-template-columns: 36px minmax(0,1fr) auto 7px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .elarion-site .l2-account-character__mark {
    height: 36px;
    width: 36px;
  }
  .elarion-site .l2-account-referral-full-link,.elarion-site .l2-account-referral-link>a {
    font-size: 11px;
  }
}
@media (prefers-reduced-motion:reduce) {
  .elarion-site .l2-account-character,.elarion-site .l2-account-referral-link>button {
    transition: none;
  }
}

/* =========================================================
   DEFAULT 6 — ЄДИНИЙ БЛОК СИСТЕМНИХ ПОМИЛОК
   Додати після default_patch_3.css
   =========================================================
*/
.elarion-site .l2-account-page-messages {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0 0 20px;
  width: 100%;
}
.elarion-site .l2-account-auth-message {
  align-items: flex-start;
  background: radial-gradient(circle at 100% 0,rgba(165,53,53,.08),transparent 36%),rgba(47,16,22,.22);
  border: 1px solid rgba(213,82,82,.34);
  border-radius: 4px;
  color: #d86f76;
  display: flex;
  gap: 13px;
  padding: 15px 16px;
}
.elarion-site .l2-account-auth-message>i {
  color: #df767d;
  flex: 0 0 auto;
  font-size: 20px;
  margin-top: 1px;
}
.elarion-site .l2-account-auth-message>span {
  display: flex;
  flex-direction: column;
  gap: 5px;
  min-width: 0;
}
.elarion-site .l2-account-auth-message strong {
  color: #eceff3;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.3;
}
.elarion-site .l2-account-auth-message small {
  color: #b9a0a4;
  font-size: 13px;
  line-height: 1.55;
}
@media (max-width:640px) {
  .elarion-site .l2-account-page-messages {
    margin-bottom: 14px;
  }
  .elarion-site .l2-account-auth-message {
    gap: 10px;
    padding: 13px;
  }
}
.elarion-site .l2-account-login .l2-captcha {
  align-items: end !important;
  gap: 20px 18px !important;
  grid-template-columns: repeat(2,minmax(0,1fr)) !important;
}
.elarion-site .l2-account-login .l2-captcha__image,.elarion-site .l2-account-login .l2-captcha__preview {
  min-width: 0 !important;
  width: 100% !important;
}
@media (max-width:680px) {
  .elarion-site .l2-account-login .l2-captcha {
    gap: 17px !important;
    grid-template-columns: 1fr !important;
  }
}

/* =========================================================
   REGISTER 6 — ПОВІДОМЛЕННЯ ТА ВИРІВНЮВАННЯ CAPTCHA
   Додати в самий кінець home.css
   =========================================================
*/
.elarion-site .l2-alert+.l2-alert {
  margin-top: -8px;
}
.elarion-site .l2-alert>i {
  color: #df767d;
}
.elarion-site .l2-alert--success small {
  color: #9fc9b2;
}

/* CAPTCHA займає таку саму ширину, як поля логіна та пароля. */
.elarion-site .l2-captcha {
  gap: 20px 18px !important;
  grid-template-columns: repeat(2,minmax(0,1fr)) !important;
}
.elarion-site .l2-captcha__image,.elarion-site .l2-captcha__preview {
  min-width: 0 !important;
  width: 100% !important;
}
@media (max-width:680px) {
  .elarion-site .l2-alert {
    gap: 10px;
    margin-bottom: 14px;
    padding: 13px;
  }
  .elarion-site .l2-captcha {
    gap: 17px !important;
    grid-template-columns: 1fr !important;
  }
}

/* Кнопка «Усі новини». */
.elarion-site .l2-panel__header>a {
  align-items: center;
  background: rgba(5,9,14,.62) !important;
  border: 1px solid #303844 !important;
  border-radius: 4px !important;
  color: #bdc4ce !important;
  display: inline-flex !important;
  font-size: 10px !important;
  font-weight: 600 !important;
  gap: 6px;
  justify-content: center;
  line-height: 1;
  min-height: 34px;
  padding: 0 11px !important;
  text-decoration: none !important;
  white-space: nowrap;
}
.elarion-site .l2-panel__header>a:hover {
  background: rgba(202,158,78,.08) !important;
  border-color: rgba(210,169,91,.62) !important;
  color: #e6bd70 !important;
}

/* Картка, що з'являється після успішної реєстрації. */
.elarion-site .l2-register-success-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.elarion-site .l2-panel__icon--success {
  background: rgba(25,86,58,.18) !important;
  border-color: rgba(67,197,126,.34) !important;
  color: #55d797 !important;
}
.elarion-site .l2-register-success-account {
  align-items: center;
  background: linear-gradient(180deg,rgba(0,16,28,1),rgba(8,12,18,.99)),#0c1118;
  border: 1px solid rgba(201,157,76,.3);
  border-radius: 4px;
  display: grid;
  gap: 13px;
  grid-template-columns: 48px minmax(0,1fr) auto;
  margin: 3px 0 18px;
  min-height: 76px;
  padding: 13px 14px;
}
.elarion-site .l2-register-success-account__rune {
  background: #0c1118;
  border: 1px solid rgba(201,157,76,.52);
  color: #dfb76a;
  display: grid;
  font-family: Georgia,Times New Roman,serif;
  font-size: 25px;
  height: 46px;
  line-height: 1;
  place-items: center;
  width: 46px;
}
.elarion-site .l2-register-success-account__copy {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}
.elarion-site .l2-register-success-account__copy small {
  color: #7f8998;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.elarion-site .l2-register-success-account__copy strong {
  color: #eef1f5;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.elarion-site .l2-register-success-account__status {
  align-items: center;
  background: rgba(20,88,57,.22);
  border: 1px solid rgba(67,197,126,.34);
  border-radius: 99px;
  color: #62dca0;
  display: inline-flex;
  font-size: 10px;
  font-weight: 700;
  gap: 6px;
  min-height: 30px;
  padding: 0 10px;
  white-space: nowrap;
}
.elarion-site .l2-register-success-steps {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2,minmax(0,1fr));
  margin-bottom: 18px;
}
.elarion-site .l2-register-success-steps>div {
  align-items: flex-start;
  background: rgba(6,10,15,.46);
  border: 1px solid #2a323d;
  border-radius: 4px;
  display: flex;
  gap: 11px;
  min-height: 73px;
  min-width: 0;
  padding: 12px;
}
.elarion-site .l2-register-success-steps>div>i {
  color: #d1a653;
  flex: 0 0 auto;
  font-size: 18px;
  margin-top: 1px;
}
.elarion-site .l2-register-success-steps span {
  display: flex;
  flex-direction: column;
  gap: 5px;
  min-width: 0;
}
.elarion-site .l2-register-success-steps strong {
  color: #e1e5eb;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;
}
.elarion-site .l2-register-success-steps small {
  color: #919ba9;
  font-size: 13px;
  line-height: 1.45;
}
.elarion-site .l2-register-success-actions {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2,minmax(0,1fr));
  margin-top: auto;
}
.elarion-site [data-elarion-page=start] .l2-register-success-actions {
  grid-template-columns: repeat(auto-fit,minmax(150px,1fr));
  margin-top: 16px;
}
.elarion-site .l2-register-success-actions a {
  align-items: center;
  background: rgba(5,9,14,.65);
  border: 1px solid #303844;
  border-radius: 4px;
  color: #d4d9e0;
  display: inline-flex;
  font-size: 12px;
  font-weight: 650;
  gap: 8px;
  justify-content: center;
  min-height: 48px;
  padding: 0 15px;
  text-decoration: none;
}
.elarion-site .l2-register-success-actions a:hover {
  background: rgba(202,158,78,.08);
  border-color: rgba(213,170,87,.62);
  color: #efc677;
}
.elarion-site .l2-register-success-actions__primary {
  background: linear-gradient(135deg,#d5a850,#efcb7b) !important;
  border-color: #d7aa56 !important;
  color: #17120a !important;
}
.elarion-site .l2-register-success-actions__primary:hover {
  background: linear-gradient(135deg,#e2b760,#f3d58f) !important;
  border-color: #f2d28e !important;
  color: #100c06 !important;
}

/* Оновлений важливий блок спільноти. */
.elarion-site .l2-community--featured {
  align-items: center !important;
  background: linear-gradient(180deg,rgba(0,16,28,1),rgba(8,12,18,.99)),#0c1118 !important;
  border: 1px solid rgba(198,158,85,.3) !important;
  border-radius: 5px !important;
  box-shadow: 0 22px 65px rgba(0,0,0,.22);
  box-sizing: border-box !important;
  display: grid !important;
  gap: 24px !important;
  grid-template-columns: 112px minmax(280px,1fr) auto;
  margin: 30px 0 0 !important;
  overflow: hidden;
  padding: 24px 24px !important;
  position: relative;
  width: 100% !important;
}
.elarion-site .l2-community--featured:before {
  background: linear-gradient(90deg,transparent,rgba(224,184,107,.75),transparent);
  content: "";
  height: 1px;
  inset: 0 0 auto;
  position: absolute;
}
.elarion-site .l2-community__emblem {
  background: rgba(4,8,13,.5) url("../img/logo/logo.png") center 8px / 34px auto no-repeat;
  border: 1px solid rgba(199,158,83,.32);
  border-radius: 4px;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.02);
  height: 76px;
  padding: 8px 10px;
  position: relative;
  width: 112px;
  z-index: 1;
}
.elarion-site .l2-community__emblem small {
  bottom: 8px;
  color: #9a8257;
  display: block;
  font-family: Elarion Text,Segoe UI,Arial,sans-serif;
  font-size: 9px;
  font-weight: 600;
  left: 0;
  letter-spacing: .08em;
  line-height: 1;
  position: absolute;
  text-align: center;
  text-transform: none;
  width: 100%;
}
.elarion-site .l2-community__copy {
  min-width: 0;
  position: relative;
  z-index: 1;
}
.elarion-site .l2-community__copy .l2-kicker {
  color: #c89d50 !important;
  display: block !important;
  font-family: Elarion Text,Segoe UI,Arial,sans-serif !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: .17em !important;
  line-height: 1.2 !important;
  margin: 0 0 8px !important;
  text-transform: uppercase !important;
}
.elarion-site .l2-community__copy h2 {
  color: #edf0f4 !important;
  font-size: 23px !important;
  font-weight: 600 !important;
  letter-spacing: -.018em !important;
  line-height: 1.2 !important;
  margin: 0 0 8px !important;
}
.elarion-site .l2-community__copy>p:last-child {
  color: #b4bdca;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: .004em;
  line-height: 1.65;
  margin: 0;
  max-width: 980px;
}
.elarion-site .l2-community--featured .l2-community-links {
  align-self: center;
  display: grid !important;
  gap: 10px !important;
  grid-template-columns: repeat(3,minmax(170px,1fr));
  position: relative;
  z-index: 1;
}
.elarion-site .l2-community--featured .l2-community-links a {
  align-items: center;
  background: rgba(4,8,13,.66) !important;
  border: 1px solid #303844 !important;
  border-radius: 4px !important;
  color: #cbd1d9 !important;
  display: grid !important;
  gap: 10px !important;
  grid-template-columns: 20px minmax(0,1fr) 14px;
  min-height: 64px !important;
  min-width: 170px !important;
  padding: 11px 14px !important;
  text-decoration: none;
  transform: none !important;
}
.elarion-site .l2-community--featured .l2-community-links a:hover {
  background: rgba(197,151,68,.08) !important;
  border-color: rgba(211,169,88,.58) !important;
  color: #edc475 !important;
}
.elarion-site .l2-community--featured .l2-community-links a>i:first-child {
  color: #cda45a !important;
  font-size: 18px !important;
}
.elarion-site .l2-community--featured .l2-community-links a>i:last-child {
  color: #667180 !important;
  font-size: 14px !important;
}
.elarion-site .l2-community--featured .l2-community-links a:hover>i:last-child {
  color: #ddb462 !important;
}
.elarion-site .l2-community--featured .l2-community-links a>span {
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-width: 0;
}
.elarion-site .l2-community--featured .l2-community-links strong {
  color: #e9edf2;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.25;
}
.elarion-site .l2-community--featured .l2-community-links small {
  color: #99a4b3;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.3;
}
@media (max-width:1250px) {
  .elarion-site .l2-community--featured {
    align-items: flex-start !important;
    grid-template-columns: 112px minmax(0,1fr);
  }
  .elarion-site .l2-community--featured .l2-community-links {
    grid-column: 1 / -1;
    grid-template-columns: repeat(3,minmax(0,1fr));
    width: 100%;
  }
}
@media (max-width:760px) {
  .elarion-site .l2-community--featured {
    gap: 17px !important;
    grid-template-columns: minmax(0,1fr);
    padding: 22px 18px !important;
  }
  .elarion-site .l2-community__emblem {
    background-position: center 7px;
    background-size: 30px auto;
    height: 70px;
    justify-self: center;
    width: 106px;
  }
  .elarion-site .l2-community--featured .l2-community-links {
    grid-column: auto;
    grid-template-columns: 1fr !important;
  }
  .elarion-site .l2-community--featured .l2-community-links a {
    width: 100% !important;
  }
}
@media (max-width:600px) {
  .elarion-site .l2-panel__header {
    align-items: flex-start !important;
  }
  .elarion-site .l2-panel__header>a {
    font-size: 9px !important;
    min-height: 32px;
    padding: 0 9px !important;
  }
  .elarion-site .l2-register-success-account {
    grid-template-columns: 46px minmax(0,1fr);
  }
  .elarion-site .l2-register-success-account__status {
    grid-column: 1 / -1;
    justify-self: start;
  }
  .elarion-site .l2-register-success-actions,.elarion-site .l2-register-success-steps {
    grid-template-columns: 1fr;
  }
}

/* =========================================================
   ELARION GLOBAL LOADER — NEW BRAND DESIGN
   =========================================================
*/

/* Старий базовий #gx-overlay не використовується для нового loader. */
#gx-overlay:not(.l2-global-loader) {
  display: none !important;
}

#gx-overlay.l2-global-loader {
  align-items: center !important;
  background: #040d16 !important;
  display: flex !important;
  height: 100% !important;
  inset: 0 !important;
  justify-content: center !important;
  opacity: 1;
  overflow: hidden;
  position: fixed !important;
  transition: opacity .28s ease,visibility .28s ease;
  visibility: visible;
  width: 100% !important;
  z-index: 99999 !important;
}

#gx-overlay.l2-global-loader:before {
  background: radial-gradient(
    ellipse at 50% 48%,
    transparent 0,
    transparent 31%,
    rgba(0,0,0,.10) 62%,
    rgba(0,0,0,.34) 100%
  );
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

#gx-overlay.l2-global-loader:after {
  background:
    linear-gradient(90deg,transparent,rgba(226,156,25,.13),transparent);
  content: "";
  height: 1px;
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateX(-50%);
  width: min(560px,72vw);
}

#gx-overlay.l2-global-loader.is-hidden {
  opacity: 0 !important;
  pointer-events: none !important;
  visibility: hidden !important;
}

.l2-global-loader__content {
  align-items: center;
  display: flex;
  flex-direction: column;
  position: relative;
  text-align: center;
  width: min(380px,calc(100vw - 54px));
  z-index: 1;
}

.l2-global-loader__brand {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 42px;
  position: relative;
  width: auto;
  z-index: 1;
}

.l2-global-loader__brand:before {
  content: none;
}

.l2-global-loader__brand img {
  display: block;
  height: auto;
  max-width: 100%;
  object-fit: contain;
  position: relative;
  width: 227px;
  z-index: 1;
}

.l2-global-loader__progress {
  background: rgba(126,139,153,.13);
  box-shadow: 0 1px 0 rgba(255,255,255,.015);
  height: 1px;
  margin: 38px 0 16px;
  overflow: hidden;
  position: relative;
  width: 78%;
}

.l2-global-loader__progress span {
  animation: l2-global-loader-progress 1.35s ease-in-out infinite;
  background: linear-gradient(
    90deg,
    transparent 0%,
    #8f4a00 15%,
    #d88c0b 36%,
    #f1bd3d 50%,
    #d98e0d 64%,
    #8f4a00 85%,
    transparent 100%
  );
  box-shadow: 0 0 10px rgba(232,157,25,.18);
  display: block;
  height: 100%;
  width: 42%;
}

.l2-global-loader__footer {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.l2-global-loader__footer>small {
  color: #8d98a7;
  font-family: Elarion Text,Segoe UI,Arial,sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .13em;
  line-height: 1.2;
  text-transform: uppercase;
}

.l2-global-loader__dots {
  align-items: center;
  display: flex;
  gap: 7px;
  height: 8px;
}

.l2-global-loader__dots i {
  animation: l2-global-loader-dot 1s ease-in-out infinite;
  background: #d88c0b;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(216,140,11,.22);
  display: block;
  height: 5px;
  width: 5px;
}

.l2-global-loader__dots i:nth-child(2) {
  animation-delay: .14s;
}

.l2-global-loader__dots i:nth-child(3) {
  animation-delay: .28s;
}

@keyframes l2-global-loader-progress {
  0% {
    transform: translateX(-120%);
  }
  to {
    transform: translateX(340%);
  }
}

@keyframes l2-global-loader-dot {
  0%,to {
    opacity: .28;
    transform: scale(.76);
  }
  50% {
    opacity: 1;
    transform: scale(1);
  }
}

@media (max-width:600px) {
  #gx-overlay.l2-global-loader:after {
    height: 150px;
    top: calc(50% + 64px);
    width: min(360px,82vw);
  }

  .l2-global-loader__content {
    width: min(300px,calc(100vw - 44px));
  }

  .l2-global-loader__brand {
    min-height: 42px;
  }

  .l2-global-loader__brand img {
    width: 205px;
  }

  .l2-global-loader__progress {
    margin-top: 32px;
    width: 84%;
  }

  .l2-global-loader__footer>small {
    font-size: 10px;
  }
}

@media (prefers-reduced-motion:reduce) {
  #gx-overlay.l2-global-loader {
    transition-duration: .01ms;
  }

  .l2-global-loader__dots i,
  .l2-global-loader__progress span {
    animation-duration: 2.5s;
  }
}

/* =========================================================
   SHARED COMPONENTS — MIGRATION LAYER 9
   
   Нові PHP-файли повинні використовувати короткі спільні
   класи. Старі l2-register-* / l2-account-* селектори тут
   залишені тільки як тимчасова сумісність на час міграції.
   =========================================================
*/

/* Page and grid */
.l2-page {
  padding-bottom: 38px;
  position: relative;
  width: 100%;
}
.l2-page-grid {
  align-items: stretch;
  display: grid;
  gap: 20px;
  grid-template-columns: minmax(0,1.45fr) minmax(370px,.85fr);
  width: 100%;
}

/* Shared panel */
.l2-page-grid>*,.l2-panel {
  min-width: 0;
}
.l2-panel {
  background: linear-gradient(180deg,rgba(0,16,28,1),rgba(8,12,18,.99)),#0c1118;
  border: 1px solid rgba(197,157,86,.24);
  border-radius: 5px;
  box-shadow: 0 24px 70px rgba(0,0,0,.25);
  box-sizing: border-box;
  font-family: Elarion Text,Segoe UI,Arial,sans-serif;
  overflow: hidden;
  position: relative;
  text-rendering: optimizeLegibility;
}
.l2-panel:before {
  background: linear-gradient(90deg,transparent,rgba(230,189,108,.72),transparent);
  content: "";
  height: 1px;
  inset: 0 0 auto;
  position: absolute;
}
.l2-panel--main {
  padding: 30px 28px 28px;
}
.l2-panel--news,.l2-panel--side {
  padding: 30px 24px 24px;
  display: flex;
  flex-direction: column;
}
.l2-panel--side {
  background: linear-gradient(180deg,rgba(0,16,28,1),rgba(8,12,18,.99)),#0c1118;
}
.l2-panel--news {
  background: linear-gradient(180deg,rgba(0,16,28,1),rgba(8,12,18,.99)),#0c1118;
  grid-column: 1 / -1;
}
.l2-panel__header {
  align-items: flex-start;
  border-bottom: 1px solid #29313b;
  box-sizing: border-box;
  display: flex;
  gap: 16px;
  margin: 0 0 20px;
  min-height: 0;
  padding: 0 0 14px;
}
.l2-panel__header--split {
  align-items: flex-start;
  display: flex;
  gap: 14px;
  justify-content: space-between;
}
.l2-panel__header>div:not(.l2-panel__icon) {
  min-width: 0;
}
.l2-panel__icon {
  background: rgba(218,177,98,.07);
  border: 1px solid rgba(218,177,98,.34);
  border-radius: 4px;
  color: #ddb469;
  display: grid;
  flex: 0 0 44px;
  font-size: 20px;
  height: 44px;
  place-items: center;
  width: 44px;
}
.l2-panel__kicker {
  color: #d2a554;
  display: block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .15em;
  line-height: 1.2;
  margin: 0 0 8px;
  text-transform: uppercase;
}
.l2-panel__title {
  color: #edf0f4;
  font-size: 23px;
  font-weight: 600;
  letter-spacing: -.018em;
  line-height: 1.2;
  margin: 0 0 8px;
}
.l2-panel__description {
  color: #9da6b4;
  font-size: 14px;
  line-height: 1.55;
  margin: 0;
}
.l2-quick-start .l2-panel__description,.l2-features .l2-panel__description,.l2-referral__lead {
  color: #b4bdca;
  font-size: 15px;
  line-height: 1.65;
}
.elarion-site [data-elarion-page=start] .l2-panel__description {
  color: #b0b8c4;
}

/* Shared alert */
.l2-account-page-messages {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0 0 20px;
  width: 100%;
}
.l2-account-auth-message,.l2-alert {
  align-items: flex-start;
  background: radial-gradient(circle at 100% 0,rgba(165,53,53,.08),transparent 36%),rgba(47,16,22,.22);
  border: 1px solid rgba(213,82,82,.34);
  border-radius: 4px;
  box-sizing: border-box;
  display: flex;
  gap: 13px;
  margin: 0 0 18px;
  padding: 15px 16px;
  width: 100%;
}
.l2-account-auth-message>i,.l2-alert>i {
  color: #df767d;
  flex: 0 0 auto;
  font-size: 20px;
  margin-top: 1px;
}
.l2-account-auth-message>span,.l2-alert>span {
  display: flex;
  flex-direction: column;
  gap: 5px;
  min-width: 0;
}
.l2-account-auth-message strong,.l2-alert strong {
  color: #eceff3;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.3;
}
.l2-account-auth-message small,.l2-alert small {
  color: #b9a0a4;
  font-size: 13px;
  line-height: 1.55;
}
.l2-alert--success {
  background: radial-gradient(circle at 100% 0,rgba(42,148,94,.1),transparent 36%),rgba(14,54,38,.24);
  border-color: rgba(67,197,126,.3);
}
.l2-alert--success>i {
  color: #4bd38b;
}

/* Shared form */
.l2-form-grid {
  display: grid;
  gap: 20px 18px;
  grid-template-columns: repeat(2,minmax(0,1fr));
}
.l2-field label {
  color: #b8bec9;
  display: block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .04em;
  margin-bottom: 8px;
}
.l2-control {
  align-items: center;
  background: #000a14;
  border: 1px solid #282f39;
  border-radius: 4px;
  display: flex;
  height: 54px;
  position: relative;
  transition: border-color .2s ease,background-color .2s ease,box-shadow .2s ease;
}
.l2-control:focus-within {
  background: rgba(7,11,16,.88);
  border-color: rgba(213,172,94,.68);
  box-shadow: 0 0 0 3px rgba(205,161,79,.07);
}
.l2-control>i {
  color: #6f7887;
  flex: 0 0 46px;
  font-size: 18px;
  text-align: center;
}
.l2-control:focus-within>i {
  color: #d6ad62;
}
.l2-control input {
  background: transparent;
  border: 0;
  color: #e8ebef;
  font: inherit;
  font-size: 13px;
  height: 100%;
  min-width: 0;
  outline: 0;
  padding: 0 15px 0 0;
  width: 100%;
}
.l2-control input::placeholder {
  color: #5f6876;
  opacity: 1;
}
.l2-captcha {
  align-items: end;
  display: grid;
  gap: 20px 18px;
  grid-template-columns: repeat(2,minmax(0,1fr));
  margin-top: 22px;
}
.l2-captcha__image,.l2-captcha__preview {
  min-width: 0;
  width: 100%;
}

/* Shared action cards */
.l2-action-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2,minmax(0,1fr));
}
.l2-action-card>a {
  align-items: center;
  background: linear-gradient(180deg,rgba(0,16,28,1),rgba(8,12,18,.99)),#0c1118;
  border: 1px solid #303844;
  border-radius: 4px;
  color: #9099a7;
  display: grid;
  gap: 10px;
  grid-template-columns: minmax(0,1fr) 16px;
  min-height: 72px;
  padding: 11px 12px;
  text-decoration: none;
}
.l2-action-card:hover {
  background: rgba(202,158,78,.085);
  border-color: rgba(218,174,91,.62);
}

/* Shared news */
.l2-news-list {
  display: grid;
  gap: 0 24px;
  grid-template-columns: repeat(2,minmax(0,1fr));
  margin-top: 4px;
}
.l2-news-item {
  border-bottom: 1px solid #242c36;
  display: grid;
  gap: 12px;
  grid-template-columns: 29px minmax(0,1fr);
  padding: 19px 0;
}
.l2-news-item__number {
  color: #c99d4c;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
  padding-top: 2px;
}
@media (min-width:1450px) {
  .l2-page-grid {
    grid-template-columns: minmax(0,1.35fr) minmax(340px,.78fr) minmax(320px,.72fr);
  }
  .l2-panel--news {
    grid-column: auto;
  }
}
@media (max-width:1100px) {
  .l2-page-grid {
    grid-template-columns: 1fr;
  }
  .l2-panel--news {
    grid-column: auto;
  }
}
@media (max-width:680px) {
  .l2-panel {
    padding: 24px 18px;
  }
  .l2-panel__title {
    font-size: 21px;
  }
  .l2-action-grid,.l2-captcha,.l2-form-grid {
    grid-template-columns: 1fr;
  }
  .l2-account-auth-message,.l2-alert {
    gap: 10px;
    padding: 13px;
  }
  .l2-news-list {
    grid-template-columns: 1fr;
  }
}

/* =========================================================
   REGISTER PAGE — SHARED COMPONENT MODIFIERS 10
   =========================================================
*/
.l2-panel__header--stacked {
  display: block;
}
.l2-panel__header--split .l2-panel__title,.l2-panel__header--stacked .l2-panel__title {
  margin-bottom: 8px;
}
.l2-panel__header-link {
  flex: 0 0 auto;
}
.l2-callout {
  box-sizing: border-box;
}
.l2-callout--gift {
  margin-top: auto;
}
.l2-form-agreement {
  font-size: 13px;
  line-height: 1.55;
}
.elarion-site .l2-page-grid--success {
  align-items: stretch;
  grid-template-columns: minmax(0,1fr);
}
.elarion-site .l2-page-grid--success+.l2-community,.elarion-site .l2-page-grid--success+.l2-community--featured {
  margin-top: 20px;
}

/* =========================================================
   PANEL HEADER LAYOUT FIX — FILE 14
   
   Один компонент, три чіткі модифікатори. Ці правила навмисно
   стоять останніми: вони нейтралізують старі aliases під час міграції.
   =========================================================
*/
.elarion-site .l2-panel__header--main {
  align-items: start !important;
  column-gap: 16px !important;
  display: grid !important;
  grid-template-columns: 44px minmax(0,1fr) !important;
  justify-content: start !important;
  row-gap: 0 !important;
  width: 100% !important;
}
.elarion-site .l2-panel__header--main>.l2-panel__icon {
  grid-column: 1 !important;
  grid-row: 1 !important;
}
.elarion-site .l2-panel__header--main>div:not(.l2-panel__icon) {
  grid-column: 2 !important;
  grid-row: 1 !important;
  min-width: 0 !important;
  width: auto !important;
}
.elarion-site .l2-panel__header--stacked {
  display: block !important;
  justify-content: normal !important;
  width: 100% !important;
}
.elarion-site .l2-panel__header--split {
  align-items: flex-start !important;
  display: flex !important;
  gap: 14px !important;
  justify-content: space-between !important;
  width: 100% !important;
}
.elarion-site .l2-panel__header--stacked>.l2-panel__description,.elarion-site .l2-panel__header--stacked>.l2-panel__kicker,.elarion-site .l2-panel__header--stacked>.l2-panel__title {
  display: block !important;
  width: 100% !important;
}
@media (max-width:600px) {
  .elarion-site .l2-panel__header--main {
    column-gap: 13px !important;
    grid-template-columns: 42px minmax(0,1fr) !important;
  }
  .elarion-site .l2-panel__header--split {
    gap: 10px !important;
  }
}

/* =========================================================
   REGISTRATION AND CAPTCHA — FILE 14
   Final scoped rules for the shared registration component.
   =========================================================
*/
.elarion-site .l2-form-errors:empty {
  display: none;
}
.elarion-site .l2-form-errors {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0 0 18px;
  width: 100%;
}
.elarion-site .l2-form-errors .l2-alert {
  margin: 0;
}
.elarion-site .l2-form-errors--result {
  margin: 18px 0;
}
.elarion-site .l2-honeypot {
  height: 1px !important;
  left: -10000px !important;
  overflow: hidden !important;
  position: absolute !important;
  top: auto !important;
  width: 1px !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}
.elarion-site .l2-captcha {
  align-items: start !important;
}
.elarion-site .l2-captcha>.l2-field,.elarion-site .l2-captcha__preview {
  display: flex !important;
  flex-direction: column !important;
  min-width: 0;
}
.elarion-site .l2-captcha__image {
  background: #000a14;
  border-color: rgba(197,157,86,.28) !important;
  height: 54px !important;
  position: relative;
}
.elarion-site .l2-captcha__image:focus-within,.elarion-site .l2-captcha__image:hover {
  border-color: hsla(40,65%,65%,.55) !important;
}
.elarion-site .l2-captcha__image img {
  background: #000a14;
  border-radius: 3px 0 0 3px !important;
  filter: none !important;
  height: 52px !important;
  mix-blend-mode: normal !important;
  object-fit: fill !important;
  padding: 0 !important;
  transition: opacity .18s ease;
  width: 100% !important;
}
.elarion-site .l2-captcha__image.is-refreshing img {
  opacity: .42;
}
.elarion-site .l2-captcha__image button {
  background: linear-gradient(180deg,rgba(0,16,28,1),rgba(8,12,18,.99)),#0c1118;
}
.elarion-site .l2-captcha__image button:focus-visible {
  outline: 2px solid rgba(232,188,101,.7) !important;
  outline-offset: -3px;
}
.elarion-site .l2-field__hint {
  color: #778291;
  display: block;
  font-size: 11px;
  line-height: 1.45;
  margin-top: 7px;
  min-height: 17px;
}
.elarion-site #register-captcha {
  font-variant-numeric: tabular-nums;
  letter-spacing: .14em;
}
.elarion-site .l2-control.is-invalid {
  border-color: rgba(223,91,101,.72) !important;
  box-shadow: 0 0 0 3px rgba(190,57,68,.08) !important;
}
.elarion-site .l2-form.is-submitting {
  pointer-events: none;
}
.elarion-site .l2-submit:disabled {
  box-shadow: none;
  cursor: wait;
  opacity: .72;
}
.elarion-site .l2-submit:disabled i {
  font-size: 17px;
}
@media (max-width:680px) {
  .elarion-site .l2-captcha__image img {
    object-fit: cover !important;
  }
}
.elarion-site .gx-btn-register.is-active,.elarion-site .gx-btn-register[aria-current=page] {
  box-shadow: 0 0 0 1px rgba(239,207,140,.35),0 10px 28px rgba(208,173,107,.18);
  cursor: default;
  filter: brightness(1.08);
  pointer-events: none;
}

/* =========================================================
   SHARED ALERT COMPONENT
   =========================================================
*/
.elarion-site .l2-alert {
  align-items: flex-start;
  background: rgba(8,13,19,.72);
  border: 1px solid rgba(198,158,85,.28);
  border-radius: 4px;
  box-sizing: border-box;
  display: flex;
  gap: 12px;
  margin: 0 0 18px;
  padding: 14px 15px;
  width: 100%;
}
.elarion-site .l2-alert>i {
  flex: 0 0 auto;
  font-size: 19px;
  margin-top: 1px;
}
.elarion-site .l2-alert>span {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}
.elarion-site .l2-alert strong {
  color: #e8ecf1;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.3;
}
.elarion-site .l2-alert small {
  color: #9aa4b2;
  font-size: 13px;
  line-height: 1.5;
}
.elarion-site .l2-alert--error {
  background: rgba(102,31,39,.2);
  border-color: rgba(218,94,94,.34);
}
.elarion-site .l2-alert--error>i {
  color: #e17878;
}
.elarion-site .l2-alert--success {
  background: rgba(20,88,57,.2);
  border-color: rgba(67,197,126,.32);
}
.elarion-site .l2-alert--success>i {
  color: #58d797;
}
.elarion-site .l2-vote-alert {
  margin-top: 0;
}

/* =========================================================
   VOTE REWARD CALLOUT
   =========================================================
*/
.elarion-site .l2-vote-reward {
  align-items: center;
  background: rgba(32,111,74,.1);
  border: 1px solid rgba(67,181,126,.25);
  border-radius: 4px;
  box-shadow: none;
  color: #70d5a2;
  display: flex;
  gap: 13px;
  margin: -8px 0 25px;
  padding: 14px 16px;
}
.elarion-site .l2-vote-reward>i {
  color: #70d5a2;
  flex: 0 0 auto;
  font-size: 22px;
  margin: 0;
}
.elarion-site .l2-vote-reward>span {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
.elarion-site .l2-vote-reward strong {
  color: #bcebd3;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
}
.elarion-site .l2-vote-reward small {
  color: #789989;
  font-size: 13px;
  line-height: 1.55;
  margin: 0;
}
@media (max-width:680px) {
  .elarion-site .l2-vote-reward {
    align-items: flex-start;
    gap: 11px;
    margin-bottom: 20px;
    padding: 13px 14px;
  }
}

/* =========================================================
   GLOBAL HEADING FONT
   =========================================================
*/
.elarion-site .l2-panel__title,.elarion-site h1,.elarion-site h2,.elarion-site h3 {
  font-family: Elarion Display,Arial,sans-serif !important;
}

/* =========================================================
   REFERRAL PANEL
   =========================================================
*/
.referral-program--list {
  margin-top: 16px;
}
.referral-program .referral-list-box,.referral-program .referral-reward-box {
  box-sizing: border-box;
  width: 100%;
}
.referral-program .referral-reward-box {
  background: linear-gradient(180deg,rgba(0,16,28,1),rgba(8,12,18,.99)),#0c1118;
  border: 1px solid rgba(205,162,82,.24);
  border-radius: 4px;
  margin-bottom: 0;
  padding: 15px;
}
.referral-program .referral-section-heading {
  align-items: flex-start;
  display: flex;
  gap: 11px;
  margin-bottom: 14px;
}
.referral-program .referral-section-heading>i {
  background: rgba(195,146,58,.06);
  border: 1px solid rgba(215,171,88,.3);
  border-radius: 3px;
  color: #d8aa55;
  display: grid;
  flex: 0 0 36px;
  font-size: 17px;
  height: 36px;
  place-items: center;
  width: 36px;
}
.referral-program .referral-section-heading>span {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}
.referral-program .referral-section-heading strong {
  color: #e4e8ee;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
}
.referral-program .referral-section-heading small {
  color: #919ba8;
  font-size: 12px;
  line-height: 1.5;
}
.referral-program .referral-form {
  display: grid;
  gap: 10px;
  grid-template-columns: minmax(0,1fr);
  margin: 0;
  max-width: none;
  width: 100%;
}
.referral-program .referral-field-label {
  color: #aeb7c3;
  display: block;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .04em;
  margin-bottom: -3px;
}
.referral-program .referral-form .form-control {
  border: 0 !important;
  height: 1px !important;
  margin: 0 !important;
  min-height: 0 !important;
  opacity: 0 !important;
  overflow: hidden !important;
  padding: 0 !important;
  pointer-events: none !important;
  position: absolute !important;
  width: 1px !important;
}
.referral-program .referral-select-wrap {
  min-width: 0;
  position: relative;
}
.referral-program .referral-select-trigger {
  align-items: center !important;
  background: #000a14;
  border: 1px solid #303946 !important;
  border-radius: 4px !important;
  box-shadow: none !important;
  color: #d9dfe7 !important;
  cursor: pointer !important;
  display: grid !important;
  font-size: 13px !important;
  gap: 10px !important;
  grid-template-columns: 20px minmax(0,1fr) 18px !important;
  min-height: 46px !important;
  padding: 0 12px !important;
  text-align: left !important;
  width: 100% !important;
}
.referral-program .referral-select-trigger:hover {
  background: #0a1018 !important;
  border-color: rgba(218,174,91,.62) !important;
  box-shadow: 0 0 0 3px rgba(203,157,75,.08) !important;
}
.referral-program .referral-select-wrap.has-error .referral-select-trigger {
  border-color: rgba(220,92,92,.72) !important;
  box-shadow: 0 0 0 3px rgba(178,57,57,.09) !important;
}
.referral-program .referral-select-trigger>i:first-child {
  color: #c99d4e;
  font-size: 17px;
}
.referral-program .referral-select-trigger>span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.referral-program .referral-select-trigger>i:last-child {
  color: #778392;
  font-size: 17px;
  transition: transform .2s ease;
}
.referral-program .referral-select-menu {
  background: #000a14;
  border: 1px solid rgba(205,163,84,.42);
  border-radius: 4px;
  box-shadow: 0 18px 42px rgba(0,0,0,.66);
  left: 0;
  max-height: 224px;
  overflow-y: auto;
  padding: 5px;
  position: absolute;
  right: 0;
  top: calc(100% + 6px);
  z-index: 100;
}
.referral-program .referral-select-menu[hidden] {
  display: none !important;
}
.referral-program .referral-select-option {
  align-items: center !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 3px !important;
  box-shadow: none !important;
  color: #b5beca !important;
  cursor: pointer !important;
  display: flex !important;
  font-size: 12px !important;
  gap: 9px !important;
  min-height: 38px !important;
  padding: 7px 10px !important;
  text-align: left !important;
  width: 100% !important;
}
.referral-program .referral-select-option.is-selected,.referral-program .referral-select-option:hover {
  background: rgba(203,158,76,.13) !important;
  color: #f0cc81 !important;
}
.referral-program .referral-select-option>i {
  color: #c99d4e;
  font-size: 15px;
}
.referral-program .referral-submit {
  font-size: 11px !important;
  min-height: 44px !important;
  padding: 9px 14px !important;
  width: 100% !important;
}
.referral-program .referral-list-header {
  align-items: center;
  border-bottom: 1px solid #29313b;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  margin-bottom: 14px;
  padding-bottom: 14px;
}
.referral-program .referral-list-box {
  background: linear-gradient(180deg,rgba(0,16,28,1),rgba(8,12,18,.99)),#0c1118;
  border: 1px solid rgba(205,162,82,.24);
  border-radius: 4px;
  box-sizing: border-box;
  clear: both;
  margin-top: 0;
  padding: 15px;
  width: 100%;
}
.referral-program .referral-list-header .referral-section-heading {
  margin: 0;
  min-width: 0;
}
.referral-program .referral-list-header .referral-section-heading>span {
  min-width: 0;
}
.referral-program .referral-list-count {
  background: rgba(193,144,56,.06);
  border: 1px solid rgba(211,168,84,.3);
  border-radius: 3px;
  color: #d5a953;
  display: grid;
  font-size: 10px;
  font-weight: 700;
  height: 28px;
  min-width: 28px;
  padding: 0 7px;
  place-items: center;
}
.referral-program .referral-table-wrap {
  background: linear-gradient(180deg,rgba(0,16,28,1),rgba(8,12,18,.99)),#0c1118;
  border: 1px solid #303946;
  border-radius: 4px;
  box-shadow: inset 0 1px hsla(0,0%,100%,.015);
  overflow: hidden;
  width: 100%;
}
.referral-program .referral-table {
  background: linear-gradient(180deg,rgba(0,16,28,1),rgba(8,12,18,.99)),#0c1118;
  border: 0 !important;
  border-collapse: separate;
  border-spacing: 0;
  margin: 0 !important;
  table-layout: fixed;
  width: 100%;
}
.referral-program .referral-table thead,.referral-program .referral-table thead tr {
  background: linear-gradient(180deg,rgba(0,16,28,1),rgba(8,12,18,.99)),#0c1118;
}
.referral-program .referral-table th {
  background: linear-gradient(180deg,rgba(0,16,28,1),rgba(8,12,18,.99)),#0c1118;
  border: 0 !important;
  border-bottom: 1px solid #303946 !important;
  color: #8693a4 !important;
  font-size: 9px !important;
  font-weight: 700 !important;
  height: 32px !important;
  letter-spacing: .06em;
  line-height: 1.2 !important;
  padding: 6px 9px !important;
  text-align: left !important;
  text-transform: uppercase;
  vertical-align: middle !important;
}
.referral-program .referral-table th:first-child {
  width: 34%;
}
.referral-program .referral-table th:nth-child(2) {
  width: 29%;
}
.referral-program .referral-table th:nth-child(3) {
  width: 37%;
}
.referral-program .referral-table td {
  background: linear-gradient(180deg,rgba(0,16,28,1),rgba(8,12,18,.99)),#0c1118;
  border: 0 !important;
  border-bottom: 1px solid #252e38 !important;
  color: #b3bdc9 !important;
  font-size: 12px !important;
  height: 44px;
  line-height: 1.35 !important;
  padding: 8px 9px !important;
  text-align: left !important;
  vertical-align: middle !important;
}
.referral-program .referral-table tbody tr:nth-child(2n) td {
  background: #0b1119 !important;
}
.referral-program .referral-table tbody tr:hover td {
  background: rgba(194,148,62,.055) !important;
}
.referral-program .referral-table tr:last-child td {
  border-bottom: 0 !important;
}
.referral-program .referral-empty-row td {
  color: #7f8996 !important;
  padding: 20px 10px !important;
  text-align: center !important;
}
.referral-program .referral-row.is-extra {
  display: none;
}
.referral-program .referral-row.is-extra.is-visible {
  display: table-row;
}
.referral-program .referral-more-wrap {
  display: flex;
  justify-content: center;
  margin-top: 13px;
  width: 100%;
}
.referral-program .referral-more-button {
  align-items: center;
  background: rgba(8,13,20,.72);
  border: 1px solid #303b4d;
  border-radius: 4px;
  color: #bec7d3;
  cursor: pointer;
  display: inline-flex;
  font-size: 12px;
  font-weight: 600;
  gap: 8px;
  justify-content: center;
  min-height: 40px;
  padding: 8px 16px;
  transition: border-color .2s ease,color .2s ease,background-color .2s ease;
}
.referral-program .referral-more-button:hover {
  background: rgba(202,158,78,.08);
  border-color: rgba(218,174,91,.58);
  color: #e5bd70;
}
.referral-program .referral-more-button i {
  color: #d3a653;
  font-size: 16px;
  transition: transform .2s ease;
}
.referral-program .referral-status {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 999px;
  display: inline-flex;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.2;
  min-height: 26px;
  padding: 3px 10px;
}
.referral-program .referral-status.is-active {
  background: rgba(75,207,130,.13);
  border-color: rgba(75,207,130,.35);
  color: #73e6a1;
}
.referral-program .referral-status.is-inactive {
  background: hsla(0,82%,71%,.13);
  border-color: hsla(0,82%,71%,.36);
  color: #faa;
}
@media (max-width:640px) {
  .referral-program .referral-table td,.referral-program .referral-table th {
    font-size: 10px !important;
    padding: 9px 7px !important;
  }
}

/* Shared behavior utilities — presentation removed from JavaScript/HTML. */
.l2-clipboard-fallback {
  left: -9999px;
  position: fixed;
}
@media only screen and (max-width:991px) {
  .gx-sidebar-overlay.is-visible {
    display: block;
  }
}
.gx-sidebar .gx-sb-item > .gx-sb-drop {
  display: none !important;
}
.gx-sidebar .gx-sb-item.is-open > .gx-sb-drop {
  display: block !important;
}

.l2-referral {
  align-items: flex-start;
  background: linear-gradient(180deg,rgba(0,16,28,1),rgba(8,12,18,.99)),#0c1118;
  border: 1px solid rgba(208,173,107,.20);
  border-radius: 4px;
  box-shadow: inset 0 1px 0 hsla(0,0%,100%,.025),0 14px 34px rgba(0,0,0,.12);
  box-sizing: border-box;
  margin: 30px 0 0;
  overflow: visible;
  padding: 22px 24px 24px;
  position: relative;
  width: 100%;
}
.l2-referral__header {
  align-items: flex-start;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  margin-bottom: 18px;
}
.l2-referral__intro {
  flex: 1 1 auto;
  min-width: 0;
}
.l2-referral__intro .l2-panel__title {
  margin-bottom: 10px;
}
.l2-referral__lead {
  margin: 0;
  max-width: none;
}
.l2-referral__lead strong {
  color: #ead7aa;
  font-weight: 600;
}
.l2-referral__hint {
  align-items: center;
  align-self: flex-start;
  background: rgba(4,8,13,.58);
  border: 1px solid rgba(208,173,107,.22);
  border-radius: 4px;
  box-shadow: inset 0 1px 0 hsla(0,0%,100%,.025),0 8px 22px rgba(0,0,0,.12);
  color: #b8c0cb;
  display: flex;
  flex: 0 0 310px;
  font-size: 14px;
  gap: 11px;
  line-height: 1.5;
  max-width: 310px;
  padding: 12px 14px;
}
.l2-referral__hint i {
  align-items: center;
  background: rgba(208,173,107,.06);
  border: 1px solid rgba(208,173,107,.22);
  border-radius: 3px;
  color: var(--l2-gold-bright);
  display: inline-flex;
  flex: 0 0 32px;
  font-size: 16px;
  height: 32px;
  justify-content: center;
  width: 32px;
}
.l2-referral__hint strong {
  color: #e6d3a8;
  font-weight: 600;
}
.l2-referral__rewards {
  align-items: start;
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4,minmax(0,1fr));
}
.l2-referral-reward {
  min-width: 0;
  position: relative;
}
.l2-referral-reward__stage {
  color: #93a3b7;
  display: block;
  font-family: Elarion Display,Arial,sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .10em;
  line-height: 1.2;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.l2-referral-reward__chest {
  align-items: center;
  background: rgba(7,10,15,.40);
  border: 1px solid hsla(0,0%,100%,.09);
  border-radius: 4px;
  color: #dbe1e8;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  font: inherit;
  justify-content: flex-start;
  min-height: 148px;
  padding: 16px 12px 14px;
  text-align: center;
  transition: border-color .22s ease,box-shadow .22s ease,transform .22s ease,background-color .22s ease;
  width: 100%;
}
.l2-referral-reward__chest:hover,
.l2-referral-reward__chest:focus-visible {
  background: rgba(208,173,107,.06);
  border-color: rgba(224,186,112,.44);
  box-shadow: inset 0 1px 0 hsla(0,0%,100%,.04),0 20px 44px rgba(0,0,0,.22);
  outline: none;
  transform: translateY(-3px);
}
.l2-referral-reward__icon {
  align-items: center;
  background: rgba(208,173,107,.065);
  border: 1px solid rgba(208,173,107,.28);
  border-radius: 3px;
  display: inline-flex;
  height: 50px;
  justify-content: center;
  margin-bottom: 12px;
  width: 50px;
}
.l2-referral-reward__icon img {
  display: block;
  height: 32px;
  image-rendering: auto;
  object-fit: contain;
  width: 32px;
}
.l2-referral-reward__name {
  color: #eef2f6;
  display: block;
  font-family: Elarion Display,Arial,sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.35;
}
.l2-referral-reward__action {
  align-items: center;
  color: var(--l2-gold);
  display: inline-flex;
  font-size: 13px;
  font-weight: 600;
  gap: 5px;
  margin-top: 8px;
}
.l2-referral-tooltip {
  background: #0b1017;
  border: 1px solid rgba(208,173,107,.42);
  border-radius: 4px;
  bottom: calc(100% + 10px);
  box-shadow: 0 18px 42px rgba(0,0,0,.48);
  left: 50%;
  max-width: calc(100vw - 48px);
  opacity: 0;
  padding: 14px 15px;
  pointer-events: none;
  position: absolute;
  top: auto;
  transform: translate(-50%,5px);
  transition: opacity .18s ease,transform .18s ease,visibility .18s ease;
  visibility: hidden;
  width: 315px;
  z-index: 30;
}
.l2-referral-tooltip:before {
  background: #0b1017;
  border-bottom: 1px solid rgba(208,173,107,.42);
  border-right: 1px solid rgba(208,173,107,.42);
  bottom: -6px;
  content: "";
  height: 10px;
  left: 50%;
  position: absolute;
  top: auto;
  transform: translateX(-50%) rotate(45deg);
  width: 10px;
}
.l2-referral-tooltip strong {
  color: #ead7aa;
  display: block;
  font-family: Elarion Display,Arial,sans-serif;
  font-size: 14px;
  margin-bottom: 6px;
}
.l2-referral-tooltip p {
  color: #d1b46f !important;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.45;
  margin: 0 0 8px;
}
.l2-referral-tooltip ul {
  margin: 0;
  padding: 0;
}
.l2-referral-tooltip li {
  color: #adb7c5 !important;
  font-size: 13px;
  line-height: 1.5;
  list-style: none;
  padding-left: 12px;
  position: relative;
}
.l2-referral-tooltip li + li {
  margin-top: 2px;
}
.l2-referral-tooltip li:before {
  color: #d1b46f;
  content: "•";
  left: 0;
  position: absolute;
  top: 0;
}
.l2-referral-reward:hover .l2-referral-tooltip,
.l2-referral-reward:focus-within .l2-referral-tooltip {
  opacity: 1;
  transform: translate(-50%,0);
  visibility: visible;
}
@media (prefers-reduced-motion:reduce) {
  .l2-referral-reward__chest,
  .l2-referral-tooltip {
    transition: none;
  }
}
@media (max-width:1199px) {
  .l2-referral__header {
    flex-direction: column;
  }
  .l2-referral__hint {
    flex-basis: auto;
    max-width: none;
  }
}
@media (max-width:991px) {
  .l2-referral__rewards {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
}
@media (max-width:767px) {
  .l2-referral {
    padding: 20px;
  }
  .l2-referral__rewards {
    grid-template-columns: 1fr;
  }
  .l2-referral-reward__chest {
    min-height: 138px;
  }
  .l2-referral-tooltip {
    width: min(320px,calc(100vw - 40px));
  }
}

/* =========================================================
   ELARION — GAME DOWNLOAD / LAUNCHER
   ========================================================= */


/* =========================================================
   TABS
   ========================================================= */

.elarion-site .l2-download-tabs {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 0 0 22px;
	width: 100%;
}

.elarion-site .l2-download-tab {
	appearance: none;
	align-items: center;
	background:
		linear-gradient(
			180deg,
			rgba(8, 15, 24, .9),
			rgba(5, 10, 17, .96)
		);
	border: 1px solid #29313b;
	border-radius: 4px;
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, .025);
	color: #9da7b5;
	cursor: pointer;
	display: grid;
	font-family: Elarion Text, Segoe UI, Arial, sans-serif;
	gap: 12px;
	grid-template-columns: 42px minmax(0, 1fr) auto;
	min-height: 76px;
	padding: 12px 15px;
	position: relative;
	text-align: left;
	transition:
		background .2s ease,
		border-color .2s ease,
		box-shadow .2s ease,
		transform .2s ease;
	width: 100%;
}

.elarion-site .l2-download-tab:hover {
	background:
		linear-gradient(
			180deg,
			rgba(27, 23, 16, .8),
			rgba(9, 13, 19, .97)
		);
	border-color: rgba(208, 173, 107, .38);
	transform: translateY(-1px);
}

.elarion-site .l2-download-tab:focus {
	outline: none;
}

.elarion-site .l2-download-tab:focus-visible {
	border-color: rgba(239, 207, 140, .72);
	box-shadow:
		0 0 0 2px rgba(208, 173, 107, .12);
	outline: none;
}

.elarion-site .l2-download-tab.is-active {
	background:
		linear-gradient(
			135deg,
			rgba(40, 30, 17, .96),
			rgba(22, 18, 13, .98) 53%,
			rgba(8, 13, 19, .98)
		);
	border-color: rgba(208, 173, 107, .62);
	box-shadow:
		inset 0 1px 0 rgba(255, 238, 199, .07),
		0 8px 24px rgba(0, 0, 0, .18);
}


/* Tab icon */

.elarion-site .l2-download-tab__icon {
	align-items: center;
	background: rgba(208, 173, 107, .055);
	border: 1px solid rgba(208, 173, 107, .2);
	border-radius: 4px;
	color: #9c8254;
	display: flex;
	font-size: 20px;
	height: 40px;
	justify-content: center;
	transition:
		background .2s ease,
		border-color .2s ease,
		color .2s ease;
	width: 40px;
}

.elarion-site .l2-download-tab:hover .l2-download-tab__icon {
	border-color: rgba(208, 173, 107, .35);
	color: #c4a365;
}

.elarion-site .l2-download-tab.is-active .l2-download-tab__icon {
	background: rgba(208, 173, 107, .11);
	border-color: rgba(208, 173, 107, .43);
	color: var(--l2-gold-bright);
}


/* Tab text */

.elarion-site .l2-download-tab__copy {
	display: flex;
	flex-direction: column;
	gap: 4px;
	min-width: 0;
}

.elarion-site .l2-download-tab__copy strong {
	color: #dbe0e7;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.25;
}

.elarion-site .l2-download-tab__copy small {
	color: #747f8f;
	font-size: 11px;
	font-weight: 500;
	line-height: 1.25;
}

.elarion-site .l2-download-tab.is-active .l2-download-tab__copy strong {
	color: #f2eadb;
}

.elarion-site .l2-download-tab.is-active .l2-download-tab__copy small {
	color: #b8a47c;
}


/* Current badge */

.elarion-site .l2-download-tab__badge {
	background: rgba(208, 173, 107, .08);
	border: 1px solid rgba(208, 173, 107, .25);
	border-radius: 3px;
	color: #c9a762;
	font-size: 9px;
	font-weight: 700;
	letter-spacing: .07em;
	padding: 5px 7px;
	text-transform: uppercase;
	white-space: nowrap;
}


/* =========================================================
   MAIN DOWNLOAD PANEL
   ========================================================= */

.elarion-site .l2-download-panel {
	border-top: 1px solid #29313b;
	padding-top: 23px;
}

.elarion-site .l2-download-panel[hidden] {
	display: none !important;
}


/* Header */

.elarion-site .l2-download-panel__heading {
	align-items: flex-start;
	display: flex;
	gap: 24px;
	justify-content: space-between;
	margin-bottom: 24px;
}

.elarion-site .l2-download-panel__intro {
	min-width: 0;
}

.elarion-site .l2-download-panel__eyebrow {
	color: #c89d50;
	display: block;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .15em;
	line-height: 1.2;
	margin-bottom: 7px;
	text-transform: uppercase;
}

.elarion-site .l2-download-panel__heading h2 {
	color: #edf0f4 !important;
	font-family: Elarion Display, Arial, sans-serif;
	font-size: 22px;
	font-weight: 600;
	letter-spacing: -.015em;
	line-height: 1.25;
	margin: 0 0 7px;
}

.elarion-site .l2-download-panel__heading p {
	color: #adb7c5 !important;
	font-size: 14px;
	line-height: 1.65;
	margin: 0;
	max-width: 560px;
}


/* File card */

.elarion-site .l2-download-file {
	align-items: center;
	background: rgba(4, 8, 13, .42);
	border: 1px solid #29313b;
	border-radius: 4px;
	display: flex;
	flex: 0 0 auto;
	gap: 10px;
	min-width: 190px;
	padding: 10px 12px;
}

.elarion-site .l2-download-file > i {
	color: #c59b51;
	font-size: 21px;
}

.elarion-site .l2-download-file > span {
	display: flex;
	flex-direction: column;
	gap: 2px;
	min-width: 0;
}

.elarion-site .l2-download-file small {
	color: #6f7a89;
	font-size: 9px;
	font-weight: 700;
	letter-spacing: .12em;
	line-height: 1.2;
	text-transform: uppercase;
}

.elarion-site .l2-download-file strong {
	color: #dde2e8;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.3;
}


/* Code */

.elarion-site .l2-download-panel code,
.elarion-site .l2-launcher-guide code,
.elarion-site .l2-full-client code {
	background: rgba(255, 255, 255, .045);
	border: 1px solid rgba(255, 255, 255, .07);
	border-radius: 3px;
	color: #e4c887;
	font-family: Consolas, Monaco, monospace;
	font-size: .88em;
	padding: 2px 5px;
}


/* Notice */

.elarion-site .l2-download-notice {
	align-items: flex-start;
	background: rgba(208, 173, 107, .045);
	border: 1px solid rgba(208, 173, 107, .16);
	border-radius: 4px;
	display: flex;
	gap: 12px;
	margin: 0 0 12px;
	padding: 14px;
}

.elarion-site .l2-download-notice--warning {
	background: rgba(169, 118, 43, .055);
	border-color: rgba(196, 151, 76, .19);
}

.elarion-site .l2-download-notice > i {
	color: #bd9250;
	flex: 0 0 auto;
	font-size: 19px;
	margin-top: 1px;
}

.elarion-site .l2-download-notice p {
	display: flex;
	flex-direction: column;
	gap: 4px;
	margin: 0 !important;
}

.elarion-site .l2-download-notice strong {
	color: #e1d2b4;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.4;
}

.elarion-site .l2-download-notice small {
	color: #9fa9b7;
	font-size: 13px;
	line-height: 1.6;
}


/* Existing client */

.elarion-site .l2-download-existing {
	align-items: flex-start;
	border-top: 1px solid #242c36;
	display: flex;
	gap: 12px;
	margin-top: 22px;
	padding: 22px 0;
}

.elarion-site .l2-download-existing > i {
	color: #c59b51;
	flex: 0 0 auto;
	font-size: 19px;
	margin-top: 1px;
}

.elarion-site .l2-download-existing p {
	display: flex;
	flex-direction: column;
	gap: 4px;
	margin: 0 !important;
}

.elarion-site .l2-download-existing strong {
	color: #eef1f5;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.45;
}

.elarion-site .l2-download-existing small {
	color: #adb7c5;
	font-size: 13px;
	line-height: 1.65;
}


/* Footer */

.elarion-site .l2-download-footer {
	border-top: 1px solid #29313b;
	padding-top: 22px;
}

.elarion-site .l2-download-security {
	align-items: flex-start;
	color: #8f9aa9;
	display: flex;
	font-size: 12px;
	gap: 8px;
	line-height: 1.6;
	max-width: 680px;
}

.elarion-site .l2-download-security i {
	color: #8fbda1;
	flex: 0 0 auto;
	font-size: 16px;
	margin-top: 1px;
}

.elarion-site .l2-download-unavailable {
	color: #8e98a7;
	display: block;
	font-size: 13px;
	margin-top: 14px;
}

.elarion-site .l2-launcher-download-action {
	grid-template-columns: minmax(240px, 320px);
	margin-top: 15px;
}

.elarion-site .l2-launcher-download-action .l2-btn--gold {
	min-height: 44px;
}


/* =========================================================
   FULL CLIENT
   ========================================================= */

.elarion-site .l2-full-client {
	align-items: flex-start;
	background:
		linear-gradient(
			135deg,
			rgba(208, 173, 107, .045),
			rgba(8, 13, 19, .18) 55%,
			rgba(8, 13, 19, .5)
		);
	border: 1px solid rgba(208, 173, 107, .18);
	border-radius: 4px;
	display: grid;
	gap: 16px;
	grid-template-columns: 46px minmax(0, 1fr);
	margin-top: 28px;
	padding: 20px;
}

.elarion-site .l2-full-client__icon {
	align-items: center;
	background: rgba(208, 173, 107, .07);
	border: 1px solid rgba(208, 173, 107, .26);
	border-radius: 4px;
	color: #c9a45f;
	display: flex;
	font-size: 21px;
	height: 44px;
	justify-content: center;
	width: 44px;
}

.elarion-site .l2-full-client__content {
	min-width: 0;
}

.elarion-site .l2-full-client__content .l2-panel__kicker {
	margin-bottom: 6px !important;
}

.elarion-site .l2-full-client h2 {
	color: #edf0f4 !important;
	font-family: Elarion Display, Arial, sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.3;
	margin: 0 0 7px;
}

.elarion-site .l2-full-client p {
	color: #abb5c3 !important;
	font-size: 14px;
	line-height: 1.65;
	margin: 0 0 5px;
}

.elarion-site .l2-full-client__content > small {
	color: #818c9b;
	display: block;
	font-size: 12px;
	line-height: 1.6;
	max-width: 680px;
}

.elarion-site .l2-full-client__actions {
	grid-template-columns: minmax(230px, 310px);
	margin-top: 15px;
}

.elarion-site .l2-full-client__actions .l2-btn--gold {
	min-height: 44px;
}


/* =========================================================
   SIDE GUIDE
   ========================================================= */

.elarion-site .l2-launcher-guide__panel[hidden] {
	display: none !important;
}


/* Selected OS */

.elarion-site .l2-guide-version {
	align-items: center;
	background:
		linear-gradient(
			90deg,
			rgba(208, 173, 107, .065),
			rgba(208, 173, 107, .015)
		);
	border: 1px solid rgba(208, 173, 107, .16);
	border-radius: 4px;
	display: flex;
	gap: 10px;
	margin-bottom: 22px;
	padding: 11px 12px;
}

.elarion-site .l2-guide-version > i {
	align-items: center;
	background: rgba(208, 173, 107, .08);
	border: 1px solid rgba(208, 173, 107, .2);
	border-radius: 3px;
	color: #c59b51;
	display: flex;
	flex: 0 0 34px;
	font-size: 16px;
	height: 34px;
	justify-content: center;
}

.elarion-site .l2-guide-version > span {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.elarion-site .l2-guide-version small {
	color: #897750;
	font-size: 9px;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.elarion-site .l2-guide-version strong {
	color: #e8ecf1;
	font-size: 13px;
	font-weight: 600;
}


/* Guide sections */

.elarion-site .l2-guide-section {
	padding: 0 0 23px;
}

.elarion-site .l2-guide-section + .l2-guide-section {
	border-top: 1px solid #29313b;
	padding-top: 23px;
}

.elarion-site .l2-guide-section__heading {
	align-items: center;
	display: flex;
	gap: 10px;
	margin-bottom: 16px;
}

.elarion-site .l2-guide-section__number {
	align-items: center;
	background: rgba(208, 173, 107, .055);
	border: 1px solid rgba(208, 173, 107, .17);
	border-radius: 3px;
	color: #b58d49;
	display: flex;
	flex: 0 0 28px;
	font-size: 9px;
	font-weight: 700;
	height: 28px;
	justify-content: center;
	letter-spacing: .05em;
}

.elarion-site .l2-guide-section__heading > div {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.elarion-site .l2-guide-section__heading small {
	color: #82764f;
	font-size: 9px;
	font-weight: 700;
	letter-spacing: .1em;
	line-height: 1.2;
	text-transform: uppercase;
}

.elarion-site .l2-guide-section__heading strong {
	color: #eef1f5;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.35;
}


/* Requirements */

.elarion-site .l2-guide-requirements {
	display: grid;
	gap: 11px;
	margin: 0;
	padding: 0;
}

.elarion-site .l2-guide-requirements li {
	align-items: flex-start;
	color: #adb7c5 !important;
	display: flex;
	font-family: Elarion Text, Segoe UI, Arial, sans-serif;
	font-size: 13px;
	gap: 9px;
	line-height: 1.6;
	margin: 0;
	padding: 0;
}

.elarion-site .l2-guide-requirements li > i {
	color: #b58e49;
	flex: 0 0 15px;
	font-size: 14px;
	margin-top: 3px;
}

.elarion-site .l2-guide-requirements strong {
	color: #e0e4e9;
	font-weight: 600;
}


/* Runtime links */

.elarion-site .l2-inline-link,
.elarion-site .l2-inline-link:visited {
	color: #d0ad6b !important;
	text-decoration: underline;
	text-decoration-color: rgba(208, 173, 107, .28);
	text-underline-offset: 3px;
}

.elarion-site .l2-inline-link:hover {
	color: #efcf8c !important;
	text-decoration-color: rgba(239, 207, 140, .65);
}


/* Guide steps */

.elarion-site .l2-step-list--guide {
	border-bottom: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}

.elarion-site .l2-step-list--guide > div {
	gap: 12px !important;
}

.elarion-site .l2-step-list--guide > div + div {
	margin-top: 15px !important;
}

.elarion-site .l2-step-list--guide .l2-step-list__number {
	flex: 0 0 21px;
}

.elarion-site .l2-step-list--guide strong {
	font-size: 13px;
}

.elarion-site .l2-step-list--guide small {
	font-size: 13px;
	line-height: 1.6;
}


/* Legacy warning */

.elarion-site .l2-guide-warning {
	align-items: flex-start;
	background: rgba(164, 119, 50, .055);
	border: 1px solid rgba(196, 151, 76, .17);
	border-radius: 4px;
	display: flex;
	gap: 9px;
	margin: 0 0 23px;
	padding: 11px 12px;
}

.elarion-site .l2-guide-warning > i {
	color: #bd9250;
	flex: 0 0 auto;
	font-size: 16px;
	margin-top: 2px;
}

.elarion-site .l2-guide-warning p {
	color: #9ea8b6 !important;
	font-size: 12px;
	line-height: 1.55;
	margin: 0 !important;
}


/* Bottom guide callout */

.elarion-site .l2-launcher-guide__footer {
	border-top: 1px solid #29313b;
	margin-top: auto !important;
	padding-top: 23px !important;
}


/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 760px) {
	.elarion-site .l2-download-tabs {
		grid-template-columns: 1fr;
	}

	.elarion-site .l2-download-panel__heading {
		flex-direction: column;
		gap: 14px;
	}

	.elarion-site .l2-download-file {
		min-width: 0;
		width: 100%;
	}

	.elarion-site .l2-launcher-download-action,
	.elarion-site .l2-full-client__actions {
		grid-template-columns: 1fr;
	}
}


@media (max-width: 520px) {
	.elarion-site .l2-download-tab {
		gap: 10px;
		grid-template-columns: 38px minmax(0, 1fr);
		min-height: 70px;
		padding: 11px 12px;
	}

	.elarion-site .l2-download-tab__icon {
		font-size: 18px;
		height: 36px;
		width: 36px;
	}

	.elarion-site .l2-download-tab__badge {
		display: none;
	}

	.elarion-site .l2-full-client {
		grid-template-columns: 1fr;
	}

	.elarion-site .l2-full-client__icon {
		height: 40px;
		width: 40px;
	}
}
.elarion-site .l2-download-tab__icon svg {
	display: block;
	height: 20px;
	width: 20px;
}

.elarion-site .l2-download-tab:not(.is-active) .l2-download-tab__icon svg {
	opacity: .72;
}

.elarion-site .l2-download-tab.is-active .l2-download-tab__icon svg {
	opacity: 1;
}
.elarion-site .l2-panel__icon svg {
	display: block;
	height: 20px;
	width: 20px;
}