@charset "utf-8";


/* Standart */
.rub {
    font-size: 10px;
    color: #163132;
}

.img {
    -webkit-filter: drop-shadow(0px 5px 5px #222);
    filter: drop-shadow(10px 9px 30px #ffff);
    transition: .3s;
}

.page_nav {
    letter-spacing: 1.1px;
    text-align: left;
    background-color: #ffffffde;
    color: #2f2f2f;
    padding: 20px;
    margin-bottom: 24px;
    border: 1px solid #c8c8c8;
    border-radius: 5px;
    padding-left: 20px;
    box-shadow: 2px 3px 5px -3px rgb(0 0 0 / 61%);
}


.mylink:link, .mylink:active, .mylink:visited {color:#333; text-decoration:none;}
.mylink:hover {color:#000000; border-bottom:3px dashed #666666}

.nav_str{ font-weight:bold;}
.nav_str a {
    background-color: #ffffff;
    color: #38858b;
    padding: 3px 12px;
    margin-right: 3px;
    margin-bottom: 5px;
    border-radius: 3px;
    border: 5px solid #f9f9f9;
    display: inline-table;
	text-decoration:none
}
.nav_str a:hover{ background-color:#F9F9F9}

.page_info {
    letter-spacing: 1.1px;
    text-align: left;
    background-color: #effcfc;
    color: #2f2f2f;
    line-height: 25px;
    padding: 12px;
    margin-bottom: 24px;
    border: 1px solid #4aaaad;
    border-radius: 5px;
    padding-left: 20px;
    box-shadow: 2px 3px 5px -3px rgb(0 0 0 / 61%);
    background-image: url(/assets/gobfin/load/img/body.webp);
}

.page_title {
    cursor: default;
    background-color: #3fc2c557;
    color: #2d2d2d;
    /* border: 1px solid #3c3c3c; */
    margin-bottom: 30px;
    height: 35px;
    line-height: 35px;
    letter-spacing: 2px;
    font-weight: bold;
    text-transform: uppercase;
    /* text-shadow: 1px 1px 0px #d8d8d8; */
    text-align: center;
    /* border-radius: 3px; */
    /* border-bottom: 3px solid #424242; */
}


/* BOOTSTRAP */
.input-group2 .form-control {
    height: 45px;
    background-color: #ffffff00;
    font-weight: bold;
    /* box-shadow: 0px 1px 3px #261e1c63; */
}

.input-group2 .form-select{
	height:50px;
	font-weight:bold;
}


.input-group2 .input-group-text {
    align-items: center;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #6c757d;
    text-align: center;
    background-color: #5ac7c900;
    border: 1px solid #4dafb100;
    border-radius: .25rem;
    min-width: 50px;
    /* box-shadow: 0px 1px 3px #261e1c63; */
}
.input-group2 .input-group-text i{ margin:auto; font-size:22px;}


.form-control {
    border: 0px solid #ced4da00;
	border-bottom: 1px solid #469fa1;
	font-weight:600;
	border-radius:0;
}


/**/
.btn2 {
    line-height: 1.0;
    height: 40px;
    min-width: 150px;
    box-shadow: 0px 0px 3px 0px #261e1c61;
    border: 0;
    font-weight: bold;
    letter-spacing: 1px;
    transition: .3s;
}
	
.btn-dark {
	background-color:#636363d1;
	border-color: #636363;
}
.btn-dark:hover {
	background-color:#2A2A2A;
}


.btn-primary {
	background-color:#0f586d61;
	border-color: #0a58ca;
}
.btn-primary:hover {
	background-color:#0f586d;
}


.btn-success {
	background-color:#00a7597d;
}
.btn-success:hover {
	background-color:#008647;
}


.btn-warning {
	background-color:#feaa20c4;
	border-color: #FEAA20;
	color:#FFFFFF;
}
.btn-warning:hover {
	background-color:#E89202;
}


.btn-danger {
	background-color:#b92d3bbd;
}
.btn-danger:hover {
	background-color:#b92d3b;
}


.btn-light {
	background-color:#ffffffb5;
}
.btn-light:hover {
	background-color:#e4e4e4;
}

/*ANIM*/
.zoom {
 -moz-transition: all 0.1s ease-out;
 -o-transition: all 0.1s ease-out;
 -webkit-transition: all 0.1s ease-out;
 transition: all 0.1s ease-out;
 }
.zoom:hover{
 -webkit-transform: scale(1.1);
 -moz-transform: scale(1.1);
 -o-transform: scale(1.1);
 transform: scale(1.1);
 }
 
.lin {
animation-duration: 5s;
animation-iteration-count: infinite;
animation-name: lin;
animation-timing-function: linear;
}
@keyframes lin {
	0%   { transform: translateY(0); }
	50%  { transform: translateY(5px); }
	100% { transform: translateY(0); }
}

.rotating {
  -webkit-animation: rotating 10s linear infinite;
  -moz-animation: rotating 10s linear infinite;
  -ms-animation: rotating 10s linear infinite;
  -o-animation: rotating 10s linear infinite;
  animation: rotating 10s linear infinite;
}

@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}



/* Base table styles */
#tab{ text-align:left}
#tab tr {
    height: 45px;
    color: #252525;
    border-bottom: 1px solid #258688;
}

#tab td{ padding-left:15px;}

#tab .tab_name {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
    color: #155f61;
}
#tab .tab_title{background-color:#258688; height:40px; color:#FFFFFF}

/* DravonX clone surface for the legacy FastCore public/account pages. */
body {
    min-width: 0 !important;
    color: #efe6d0 !important;
    background:
        linear-gradient(rgba(13, 17, 13, .32), rgba(13, 17, 13, .7)),
        url("/assets/gobfin/load/img/body.webp") center top / cover fixed !important;
}

#wrapper {
    width: min(1180px, calc(100% - 32px)) !important;
    margin: 18px auto 28px !important;
    text-align: center;
}

#wrapper > table:first-of-type {
    padding: 10px 14px;
    color: #2d281e;
    background:
        linear-gradient(180deg, rgba(255, 252, 236, .98), rgba(222, 211, 178, .98)),
        url("/assets/gobfin/load/img/body.webp") center / cover;
    border-radius: 8px;
    box-shadow: 0 10px 32px rgba(5, 8, 5, .24);
}

#content {
    min-height: 520px !important;
    padding: 20px 0 80px !important;
}

#nav,
#nav2,
#nav3 {
    gap: 8px;
    justify-content: center !important;
}

#nav .block,
#nav2 .block,
#nav3 .block {
    width: auto !important;
    min-width: 128px;
    margin: 0 !important;
    color: #e7deca;
    background: rgba(8, 13, 9, .88) !important;
    border: 1px solid rgba(237, 212, 145, .24) !important;
    border-radius: 6px !important;
    box-shadow: 0 8px 20px rgba(5, 8, 5, .18) !important;
}

#nav a,
#nav2 a,
#nav3 a {
    padding: 0 14px !important;
    color: #e7deca !important;
}

#nav a:hover,
#nav2 a:hover,
#nav3 a:hover {
    color: #fff7df !important;
}

.page_title,
.peace {
    color: #fff7df !important;
    background: linear-gradient(110deg, rgba(23, 36, 25, .94), rgba(48, 75, 55, .92)) !important;
    border: 1px solid rgba(237, 212, 145, .22) !important;
    border-radius: 8px !important;
    box-shadow: 0 14px 34px rgba(5, 8, 5, .22) !important;
}

.page_nav,
.page_info,
.card,
.alert,
#ids {
    color: #263229 !important;
    background: rgba(247, 249, 243, .96) !important;
    border: 1px solid rgba(213, 224, 200, .42) !important;
    border-radius: 8px !important;
    box-shadow: 0 12px 30px rgba(5, 8, 5, .2) !important;
}

#statis {
    gap: 10px;
}

#statis .block,
.card-header,
.thead-light th {
    color: #241b0d !important;
    background:
        linear-gradient(180deg, #f3d98b, #bf8f2c),
        url("/assets/gobfin/load/img/body.webp") center / cover !important;
    border: 0 !important;
}

.btn,
button,
input[type="submit"] {
    border-radius: 6px !important;
    font-weight: 800 !important;
}

.btn-success,
.btn-primary {
    color: #f8fbf5 !important;
    background: #397a50 !important;
    border-color: #397a50 !important;
}

.btn-warning,
.btn2,
#my_sub,
#sub {
    color: #241b0d !important;
    background: #d8ad43 !important;
    border-color: #d8ad43 !important;
}

.form-control,
select,
textarea,
#input_reg,
#inp {
    color: #1f271f !important;
    background: rgba(255, 252, 238, .96) !important;
    border-color: rgba(72, 94, 77, .28) !important;
    border-radius: 6px !important;
}

img[src*="/assets/images/dravonx/"] {
    object-fit: contain;
}

@media (max-width: 780px) {
    #wrapper {
        width: min(100%, calc(100% - 16px)) !important;
    }

    #wrapper > table:first-of-type,
    #wrapper > table:first-of-type tbody,
    #wrapper > table:first-of-type tr,
    #wrapper > table:first-of-type td {
        display: block;
        width: 100% !important;
        text-align: center !important;
    }

    #content table {
        display: block;
        max-width: 100%;
        overflow-x: auto;
    }

    #statis {
        display: grid !important;
        grid-template-columns: 1fr;
    }
}

/* Public-site design pass */
.gx-public #wrapper {
    width: min(1240px, calc(100% - 28px)) !important;
}

.gx-public #wrapper > table:first-of-type {
    position: sticky;
    top: 8px;
    z-index: 20;
    padding: 8px 12px;
}

.gx-public #wrapper > table:first-of-type td:first-child img {
    height: 64px !important;
}

.gx-public #head_ico i {
    font-size: 34px !important;
}

.gx-public #nav,
.gx-public #nav2 {
    flex-wrap: nowrap;
}

.gx-public #nav .block,
.gx-public #nav2 .block {
    min-width: 112px;
    height: 38px;
    line-height: 38px;
    box-shadow: none !important;
}

.gx-public #nav a,
.gx-public #nav2 a {
    font-size: 12px;
    letter-spacing: .04em;
}

.gx-public .backsocblock {
    margin: 8px 0 10px;
}

.gx-public #statis {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
}

.gx-public #statis .block {
    min-height: 82px;
    padding: 14px;
    color: #eadfc7 !important;
    text-align: left;
    background:
        linear-gradient(145deg, rgba(20, 30, 21, .97), rgba(8, 13, 9, .95)),
        url("/assets/gobfin/load/img/body.webp") center / cover !important;
    border: 1px solid rgba(237, 212, 145, .18) !important;
    border-radius: 7px !important;
    box-shadow: 0 10px 24px rgba(5, 8, 5, .2) !important;
}

.gx-public #statis .block i {
    margin-right: 6px;
    color: #d7a838;
    font-size: 18px;
}

.gx-public #statis .name {
    margin-bottom: 7px;
    color: #aab4a4;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.gx-public #content {
    padding-top: 14px !important;
}

.gx-public .page_title,
.gx-public .peace {
    position: relative;
    overflow: hidden;
    margin: 0 0 14px !important;
    padding: 18px 20px !important;
    font-family: peace_sans, "Segoe UI", sans-serif;
    font-size: clamp(20px, 4vw, 30px) !important;
    line-height: 1.1;
    letter-spacing: .02em !important;
    text-align: left !important;
    text-shadow: none !important;
}

.gx-public .page_nav,
.gx-public .page_info {
    padding: clamp(18px, 3vw, 30px);
    line-height: 1.7;
    text-align: left;
    overflow-wrap: anywhere;
}

.gx-public .btn,
.gx-public button,
.gx-public input[type="submit"] {
    min-height: 42px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.15);
    transition: transform .18s ease, filter .18s ease;
}

.gx-public .btn:hover,
.gx-public button:hover,
.gx-public input[type="submit"]:hover {
    filter: brightness(1.08);
}

.gx-public .btn:active,
.gx-public button:active,
.gx-public input[type="submit"]:active {
    transform: translateY(1px);
}

.gx-public-home #form {
    width: min(100%, 540px);
    margin: 0;
    padding: 20px;
    background:
        linear-gradient(145deg, rgba(20, 30, 21, .97), rgba(8, 13, 9, .95)),
        url("/assets/gobfin/load/img/body.webp") center / cover;
    border: 1px solid rgba(237, 212, 145, .18);
    border-radius: 9px;
    box-shadow: 0 16px 38px rgba(5, 8, 5, .24);
}

.gx-public-home #form div {
    margin: 0 0 10px !important;
}

.gx-public-home #form #inp,
.gx-public-home #form #my_sub,
.gx-public-home #form input[type="submit"] {
    width: 100% !important;
    margin: 0 !important;
    box-shadow: none !important;
}

.gx-public-home #content > table:first-of-type > tbody > tr {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr);
    align-items: center;
    gap: 24px;
}

.gx-public-home #content > table:first-of-type > tbody > tr > td {
    width: 100% !important;
}

.gx-public-home #content > table:first-of-type img.img {
    width: min(100%, 480px) !important;
    margin: 0 !important;
}

.gx-public-home #content > table.mt-1 > tbody > tr {
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(280px, .7fr);
    gap: 16px;
}

.gx-public-home #content > table.mt-1 > tbody > tr > td {
    width: 100% !important;
}

.gx-home-routes {
    display: grid;
    gap: 7px;
}

.gx-home-routes a {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr);
    align-items: center;
    gap: 12px;
    min-height: 68px;
    padding: 8px 12px;
    color: #eadfc7 !important;
    text-align: left;
    text-decoration: none;
    background:
        linear-gradient(145deg, rgba(20, 30, 21, .97), rgba(8, 13, 9, .95)),
        url("/assets/gobfin/load/img/body.webp") center / cover;
    border: 1px solid rgba(237, 212, 145, .18);
    border-radius: 7px;
    transition: border-color .18s ease, transform .18s ease;
}

.gx-home-routes a:hover,
.gx-home-routes a:focus-visible {
    border-color: rgba(215, 168, 56, .66);
    transform: translateY(-2px);
}

.gx-home-routes img {
    width: 48px;
    height: 48px;
    object-fit: contain;
}

.gx-home-routes span {
    display: grid;
    gap: 2px;
}

.gx-home-routes b {
    color: #f4e7c7;
    font-size: 14px;
}

.gx-home-routes small {
    color: #98a493;
    font-size: 10px;
}

.gx-public-terms .page_nav,
.gx-public-policy .page_nav {
    text-align: left !important;
}

.gx-public-shell-header {
    position: sticky;
    top: 8px;
    z-index: 20;
    overflow: hidden;
    margin-bottom: 14px;
    color: #2d281e;
    background:
        linear-gradient(180deg, rgba(255, 252, 236, .98), rgba(222, 211, 178, .98)),
        url("/assets/gobfin/load/img/body.webp") center / cover;
    border: 1px solid rgba(75, 48, 12, .18);
    border-radius: 10px;
    box-shadow: 0 14px 34px rgba(5, 8, 5, .24);
}

.gx-public-topline {
    display: grid;
    grid-template-columns: 170px minmax(0, 1fr) auto;
    align-items: center;
    gap: 16px;
    padding: 10px 16px;
}

.gx-public-brand img {
    width: auto;
    height: 62px;
    object-fit: contain;
}

.gx-dravonx-wordmark {
    display: inline-flex;
    align-items: baseline;
    color: #503015;
    font-family: peace_sans, "Segoe UI", sans-serif;
    font-size: clamp(28px, 4vw, 46px);
    font-weight: 950;
    line-height: .9;
    letter-spacing: -.07em;
    text-decoration: none;
    text-shadow: 0 1px 0 #fff6c9, 0 3px 0 rgba(71, 34, 12, .2);
}

.gx-dravonx-wordmark span {
    color: #a9221c;
    font-size: 1.18em;
    letter-spacing: -.12em;
}

.gx-home-wordmark {
    justify-content: center;
    margin: 0 auto 18px;
    color: #f4d782;
    font-size: clamp(42px, 6vw, 66px);
    text-shadow: 0 2px 0 #35180d, 0 8px 22px rgba(0, 0, 0, .34);
}

.gx-public-top-copy {
    display: grid;
    gap: 3px;
    text-align: left;
}

.gx-public-top-copy b {
    font-family: peace_sans, "Segoe UI", sans-serif;
    font-size: 24px;
    line-height: 1;
}

.gx-public-top-copy span {
    color: #6c5f45;
    font-size: 12px;
    font-weight: 800;
}

.gx-public-game-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 42px;
    padding: 0 14px;
    color: #241b0d !important;
    font-weight: 900;
    text-decoration: none;
    background: linear-gradient(180deg, #f8e7ad, #d0a43d);
    border: 1px solid rgba(75, 48, 12, .26);
    border-radius: 7px;
}

.gx-public-nav {
    display: flex;
    justify-content: center;
    gap: 8px;
    padding: 9px 14px;
    background: rgba(8, 13, 9, .9);
    border-top: 1px solid rgba(75, 48, 12, .12);
}

.gx-public-nav a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-width: 112px;
    min-height: 38px;
    padding: 0 12px;
    color: #e7deca !important;
    font-size: 12px;
    font-weight: 900;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid rgba(237, 212, 145, .16);
    border-radius: 7px;
    transition: transform .18s ease, border-color .18s ease, background .18s ease;
}

.gx-public-nav a:hover,
.gx-public-nav a:focus-visible,
.gx-public-nav a.is-active {
    color: #fff7df !important;
    background: rgba(255, 255, 255, .055);
    border-color: rgba(215, 168, 56, .48);
}

.gx-public-nav a:active,
.gx-public-game-link:active {
    transform: translateY(1px);
}

.gx-public-stats {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
    padding: 10px 14px 14px;
}

.gx-public-stats article {
    min-height: 74px;
    padding: 13px;
    color: #eadfc7;
    text-align: left;
    background:
        linear-gradient(145deg, rgba(20, 30, 21, .97), rgba(8, 13, 9, .95)),
        url("/assets/gobfin/load/img/body.webp") center / cover;
    border: 1px solid rgba(237, 212, 145, .18);
    border-radius: 8px;
}

.gx-public-stats span,
.gx-public-stats b {
    display: block;
}

.gx-public-stats span {
    color: #aab4a4;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.gx-public-stats b {
    margin-top: 6px;
    color: #f8e7ad;
    font-size: clamp(18px, 3vw, 26px);
    font-variant-numeric: tabular-nums;
}

.gx-public-info-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.gx-public-info-card {
    min-height: 250px;
    padding: 22px;
    color: #eadfc7;
    text-align: left;
    background:
        linear-gradient(145deg, rgba(20, 30, 21, .97), rgba(8, 13, 9, .95)),
        url("/assets/gobfin/load/img/body.webp") center / cover;
    border: 1px solid rgba(237, 212, 145, .18);
    border-radius: 10px;
    box-shadow: 0 18px 42px rgba(5, 8, 5, .26);
}

.gx-public-info-card img {
    width: 86px;
    height: 86px;
    object-fit: contain;
    filter: drop-shadow(0 12px 18px rgba(0, 0, 0, .26));
}

.gx-public-info-card h2,
.gx-public-info-card h3 {
    margin: 14px 0 10px;
    color: #fff7df;
    font-weight: 900;
}

.gx-public-info-card h2 {
    font-size: clamp(26px, 4vw, 42px);
    line-height: 1.02;
    letter-spacing: -.02em;
}

.gx-public-info-card h3 {
    font-size: 20px;
}

.gx-public-info-card p {
    margin: 0;
    color: #c4cebd;
    line-height: 1.7;
}

.gx-public-info-wide {
    display: grid;
    grid-column: span 3;
    grid-template-columns: 150px minmax(0, 1fr);
    align-items: center;
    gap: 24px;
    min-height: 220px;
}

.gx-public-info-wide img {
    width: 140px;
    height: 140px;
}

.gx-legal-page {
    display: grid;
    gap: 14px;
}

.gx-legal-page h2 {
    margin: 12px 0 0;
    color: #241b0d;
    font-size: 18px;
    font-weight: 900;
}

.gx-legal-page p {
    max-width: 860px;
    margin: 0;
    color: #354133;
    line-height: 1.72;
}

.gx-public-home .gx-home-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr);
    align-items: stretch;
    gap: 18px;
    margin-bottom: 16px;
}

.gx-public-home .gx-home-copy,
.gx-public-home .gx-home-login,
.gx-public-home .gx-home-card,
.gx-public-home .gx-home-routes-panel a {
    color: #eadfc7;
    background:
        linear-gradient(145deg, rgba(20, 30, 21, .97), rgba(8, 13, 9, .95)),
        url("/assets/gobfin/load/img/body.webp") center / cover;
    border: 1px solid rgba(237, 212, 145, .18);
    border-radius: 10px;
    box-shadow: 0 18px 42px rgba(5, 8, 5, .26);
}

.gx-public-home .gx-home-copy {
    min-height: 360px;
    padding: clamp(24px, 5vw, 52px);
    text-align: left;
    background:
        linear-gradient(90deg, rgba(11, 17, 12, .92), rgba(11, 17, 12, .45)),
        url("/assets/gobfin/load/img/body.webp") center / cover;
}

.gx-public-home .gx-home-kicker {
    width: max-content;
    max-width: 100%;
    margin-bottom: 16px;
    padding: 8px 11px;
    color: #241b0d;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
    background: linear-gradient(180deg, #f8e7ad, #d0a43d);
    border-radius: 6px;
}

.gx-public-home .gx-home-copy h1 {
    max-width: 720px;
    margin: 0;
    color: #fff7df;
    font-family: peace_sans, "Segoe UI", sans-serif;
    font-size: clamp(34px, 6vw, 62px);
    line-height: .98;
    letter-spacing: -.03em;
    text-wrap: balance;
}

.gx-public-home .gx-home-copy p {
    max-width: 620px;
    margin: 18px 0 0;
    color: #c7d0bf;
    font-size: 16px;
    line-height: 1.65;
}

.gx-public-home .gx-home-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-top: 24px;
}

.gx-public-home .gx-home-btn,
.gx-public-home .gx-home-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 18px;
    border-radius: 7px;
    font-weight: 900;
    text-decoration: none;
    transition: transform .18s ease, filter .18s ease, border-color .18s ease;
}

.gx-public-home .gx-home-btn {
    color: #241b0d !important;
    background: linear-gradient(180deg, #f8e7ad, #d0a43d);
    border: 1px solid rgba(75, 48, 12, .26);
}

.gx-public-home .gx-home-link {
    color: #f1e6ca !important;
    border: 1px solid rgba(237, 212, 145, .22);
}

.gx-public-home .gx-home-btn:hover,
.gx-public-home .gx-home-link:hover,
.gx-public-home .gx-home-routes-panel a:hover {
    filter: brightness(1.06);
    transform: translateY(-2px);
}

.gx-public-home .gx-home-btn:active,
.gx-public-home .gx-home-link:active,
.gx-public-home .gx-home-routes-panel a:active {
    transform: translateY(1px);
}

.gx-public-home .gx-home-login {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100% !important;
    min-height: 360px;
    margin: 0;
    padding: 24px;
}

.gx-public-home .gx-home-login img {
    width: min(100%, 190px);
    max-height: 118px;
    margin: 0 auto 14px;
    object-fit: contain;
    filter: drop-shadow(0 12px 20px rgba(0, 0, 0, .28));
}

.gx-public-home .gx-home-login h2,
.gx-public-home .gx-home-card h2 {
    margin: 0 0 12px;
    color: #fff7df;
    font-size: 22px;
    font-weight: 900;
}

.gx-public-home .gx-home-login p {
    margin: 0 0 16px;
    color: #aeb9a8;
    line-height: 1.55;
}

.gx-public-home .gx-home-login form {
    display: grid;
    gap: 10px;
}

.gx-public-home .gx-home-error {
    margin-bottom: 10px;
    padding: 10px 12px;
    color: #fff0d4;
    background: rgba(118, 48, 32, .82);
    border: 1px solid rgba(246, 181, 105, .25);
    border-radius: 7px;
}

.gx-public-home .gx-home-routes-panel {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 16px;
}

.gx-public-home .gx-home-routes-panel a {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    align-items: center;
    gap: 12px;
    min-height: 82px;
    padding: 11px 13px;
    text-align: left;
    text-decoration: none;
    transition: transform .18s ease, filter .18s ease;
}

.gx-public-home .gx-home-routes-panel img {
    width: 54px;
    height: 54px;
    object-fit: contain;
}

.gx-public-home .gx-home-routes-panel b,
.gx-public-home .gx-home-routes-panel small {
    display: block;
}

.gx-public-home .gx-home-routes-panel b {
    color: #f8efd7;
    font-size: 14px;
}

.gx-public-home .gx-home-routes-panel small {
    margin-top: 3px;
    color: #9daa98;
    font-size: 11px;
    line-height: 1.35;
}

.gx-public-home .gx-home-grid,
.gx-public-home .gx-home-ledgers {
    display: grid;
    grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr);
    gap: 16px;
    margin-bottom: 16px;
}

.gx-public-home .gx-home-ledgers {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gx-public-home .gx-home-grid > *,
.gx-public-home .gx-home-ledgers > * {
    min-width: 0;
}

.gx-public-home .gx-home-card {
    padding: 20px;
    text-align: left;
}

.gx-public-home .gx-home-steps ul {
    display: grid;
    gap: 9px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.gx-public-home .gx-home-steps li {
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr);
    align-items: center;
    gap: 9px;
    min-height: 48px;
    padding: 10px 12px;
    color: #263229;
    background: rgba(247, 249, 243, .95);
    border-radius: 7px;
}

.gx-public-home .gx-home-steps i {
    color: #d0a43d;
    font-size: 18px;
}

.gx-public-home .gx-crew-list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

.gx-public-home .gx-crew-list article {
    min-height: 210px;
    padding: 12px;
    color: #241b0d;
    text-align: center;
    background:
        linear-gradient(180deg, rgba(255, 252, 236, .96), rgba(220, 209, 176, .94)),
        url("/assets/gobfin/load/img/body.webp") center / cover;
    border-radius: 8px;
}

.gx-public-home .gx-crew-list img {
    width: 100%;
    height: 118px;
    object-fit: contain;
}

.gx-public-home .gx-crew-list b,
.gx-public-home .gx-crew-list span,
.gx-public-home .gx-crew-list small {
    display: block;
}

.gx-public-home .gx-crew-list b {
    min-height: 34px;
    margin-top: 6px;
    font-size: 12px;
    line-height: 1.2;
}

.gx-public-home .gx-crew-list span {
    margin-top: 7px;
    color: #397a50;
    font-size: 12px;
    font-weight: 900;
}

.gx-public-home .gx-crew-list small {
    margin-top: 3px;
    color: #5e542e;
    font-weight: 800;
}

.gx-public-home .gx-ledger-list {
    display: grid;
    gap: 7px;
}

.gx-public-home .gx-ledger-list > div {
    display: grid;
    grid-template-columns: 88px minmax(0, 1fr) 90px 82px;
    align-items: center;
    gap: 8px;
    min-height: 44px;
    padding: 8px 10px;
    color: #263229;
    background: rgba(247, 249, 243, .95);
    border-radius: 7px;
}

.gx-public-home .gx-ledger-list span {
    color: #60705f;
    font-size: 12px;
}

.gx-public-home .gx-ledger-list b {
    overflow: hidden;
    text-overflow: ellipsis;
}

.gx-public-home .gx-ledger-list em {
    justify-self: start;
    padding: 4px 7px;
    color: #241b0d;
    font-size: 10px;
    font-style: normal;
    font-weight: 900;
    background: linear-gradient(180deg, #f8e7ad, #d0a43d);
    border-radius: 5px;
}

.gx-public-home .gx-ledger-list strong {
    justify-self: end;
    font-variant-numeric: tabular-nums;
}

.gx-public-home .gx-empty-row {
    display: block !important;
    color: #60705f !important;
}

.gx-footer {
    margin: 0 0 24px;
    overflow: hidden;
    color: #d8dece;
    background:
        linear-gradient(145deg, rgba(18, 25, 19, .98), rgba(7, 11, 8, .96)),
        url("/assets/gobfin/load/img/body.webp") center / cover;
    border: 1px solid rgba(237, 212, 145, .16);
    border-radius: 9px;
    box-shadow: 0 16px 38px rgba(5, 8, 5, .24);
}

.gx-footer-active,
.gx-footer-meta {
    display: grid;
    align-items: center;
    gap: 8px;
}

.gx-footer-active {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding: 7px;
}

.gx-footer-active a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 46px;
    color: #d8dece;
    font-size: 11px;
    font-weight: 900;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid rgba(237, 212, 145, .12);
    border-radius: 6px;
}

.gx-footer-active a.is-active {
    color: #241b0d;
    background: linear-gradient(180deg, #f3d47b, #c8972e);
    border-color: rgba(75, 48, 12, .28);
}

.gx-footer-active img {
    width: 29px;
    height: 29px;
    object-fit: contain;
}

.gx-footer-meta {
    display: flex;
    justify-content: space-between;
    padding: 12px 20px;
    color: #7f8c7c;
    font-size: 11px;
    border-top: 1px solid rgba(237, 212, 145, .12);
    text-transform: uppercase;
    letter-spacing: .08em;
}

@media (max-width: 780px) {
    .gx-public #wrapper > table:first-of-type {
        position: relative;
        top: 0;
    }

    .gx-public-shell-header {
        position: relative;
        top: 0;
    }

    .gx-public-topline {
        grid-template-columns: 1fr;
        justify-items: center;
        text-align: center;
    }

    .gx-public-top-copy {
        text-align: center;
    }

    .gx-public-nav {
        flex-wrap: wrap;
    }

    .gx-public-nav a {
        min-width: calc(50% - 8px);
    }

    .gx-public-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .gx-public #nav,
    .gx-public #nav2 {
        flex-wrap: wrap;
    }

    .gx-public #statis {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .gx-public-info-grid,
    .gx-public-info-wide {
        grid-template-columns: 1fr;
    }

    .gx-public-info-wide {
        grid-column: auto;
    }

    .gx-public .page_nav,
    .gx-public .page_info {
        padding: 15px;
    }

    .gx-public-home #content > table:first-of-type > tbody > tr,
    .gx-public-home #content > table.mt-1 > tbody > tr {
        display: grid !important;
        grid-template-columns: 1fr;
    }

    .gx-public-home .gx-home-hero,
    .gx-public-home .gx-home-grid,
    .gx-public-home .gx-home-ledgers {
        grid-template-columns: 1fr;
    }

    .gx-public-home .gx-home-routes-panel {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .gx-public-home .gx-crew-list {
        display: flex;
        width: auto;
        min-width: 0;
        margin-right: -20px;
        margin-left: -20px;
        padding: 0 20px 8px;
        overflow-x: auto;
        scroll-padding-left: 20px;
        scroll-snap-type: x proximity;
        scrollbar-width: thin;
    }

    .gx-public-home .gx-crew-list article {
        flex: 0 0 min(70vw, 230px);
        scroll-snap-align: start;
    }

    .gx-public-home .gx-ledger-list > div {
        grid-template-columns: 78px minmax(0, 1fr);
    }

    .gx-public-home .gx-ledger-list em,
    .gx-public-home .gx-ledger-list strong {
        justify-self: start;
    }

    .gx-footer-active {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        padding: 6px;
    }

    .gx-footer-active a {
        display: grid;
        justify-items: center;
        gap: 2px;
        padding: 5px 2px;
        font-size: 8px;
    }

    .gx-footer-active img {
        width: 24px;
        height: 24px;
    }
}

/* Public pages aligned with the active DravonX-style route cards. */
.gx-public #content {
    width: min(1120px, calc(100% - 28px));
    margin: 0 auto;
}

.gx-public .page_title {
    height: auto;
    min-height: 0;
    margin: 26px auto 14px;
    padding: 0;
    color: #f9f5eb;
    background: transparent !important;
    border: 0;
    box-shadow: none;
    line-height: 1.12;
    overflow: visible;
    text-align: center;
    text-shadow: 1px 2px 3px rgba(0, 0, 0, .72);
}

.gx-public-shell-header {
    background: transparent;
    border: 0;
    box-shadow: none;
}

.gx-public-topline {
    grid-template-columns: 190px minmax(0, 1fr);
    margin-bottom: 3px;
    padding: 8px 46px 6px;
    background: url("/assets/gobfin/load/img/body.webp") center / 100% 100% no-repeat;
}

.gx-public-top-copy {
    display: none;
}

.gx-public-game-link {
    justify-self: end;
}

.gx-public-nav {
    width: min(720px, calc(100% - 50px));
    margin: 0 auto;
    padding: 6px 28px 9px;
    background: url("/assets/gobfin/load/img/body.webp") center / 100% 100% no-repeat;
    border: 0;
}

.gx-public-nav a {
    min-width: 0;
    color: #17150f !important;
    border: 0;
    border-radius: 0;
    font-size: 10px;
}

.gx-public-nav a:hover,
.gx-public-nav a:focus-visible,
.gx-public-nav a.is-active {
    color: #17150f !important;
    background: transparent;
    box-shadow: inset 0 -2px 0 #b98425;
}

.gx-public-stats {
    width: min(920px, calc(100% - 50px));
    margin: 0 auto 14px;
    padding: 0;
}

.gx-public-stats article,
.gx-public-info-card,
.gx-public-home .gx-home-login,
.gx-public-home .gx-home-card,
.gx-public-home .gx-home-routes-panel a,
.gx-public .page_nav,
.gx-public .page_info {
    color: #1f2420;
    background:
        linear-gradient(180deg, rgba(246, 249, 246, .72), rgba(224, 230, 224, .6)),
        rgba(255, 255, 255, .55) !important;
    border: 0;
    border-radius: 7px;
    box-shadow: 4px 6px 6px rgba(0, 0, 0, .38);
    backdrop-filter: blur(2px);
}

.gx-public-stats span,
.gx-public-info-card p,
.gx-public-home .gx-home-login p,
.gx-public-home .gx-home-routes-panel small,
.gx-public-home .gx-home-ledger-list span {
    color: rgba(22, 24, 22, .68);
}

.gx-public-stats b,
.gx-public-info-card h2,
.gx-public-info-card h3,
.gx-public-home .gx-home-login h2,
.gx-public-home .gx-home-card h2,
.gx-public-home .gx-home-routes-panel b {
    color: #161816;
}

.gx-public-home .gx-home-copy {
    min-height: 390px;
    background:
        linear-gradient(180deg, rgba(9, 12, 9, .16), rgba(9, 12, 9, .44)),
        url("/assets/gobfin/load/img/body.webp") center / cover !important;
    border: 0;
    box-shadow: 4px 6px 6px rgba(0, 0, 0, .38);
}

.gx-public-home .gx-home-copy h1,
.gx-public-home .gx-home-copy p {
    text-shadow: 1px 2px 3px rgba(0, 0, 0, .72);
}

.gx-public-home .gx-home-btn,
.gx-public-home .gx-home-link,
.gx-public-game-link,
.gx-public-home #form #my_sub {
    color: #281b0b !important;
    background: linear-gradient(180deg, #ffd36d, #d59629) !important;
    border: 0;
    border-radius: 50px !important;
    box-shadow: inset 0 0 4px rgba(0, 0, 0, .65);
}

.gx-public-home .gx-home-link {
    background: rgba(255, 255, 255, .58) !important;
}

.gx-public-home .gx-home-steps li,
.gx-public-home .gx-ledger-list > div,
.gx-public-home .gx-crew-list article {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .68), rgba(221, 226, 221, .55)),
        rgba(255, 255, 255, .58);
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .05);
}

.gx-public-home .gx-crew-list span,
.gx-public-home .gx-ledger-list strong,
.gx-legal-page h2 {
    color: #1f2420;
}

.gx-legal-page p {
    color: rgba(22, 24, 22, .76);
}

@media (max-width: 780px) {
    .gx-public #content {
        width: calc(100% - 20px);
    }

    .gx-public-topline {
        padding: 12px 18px;
    }

    .gx-public-nav {
        width: 100%;
        padding: 6px 5px 9px;
    }

    .gx-public-nav a {
        min-width: calc(50% - 8px);
    }

    .gx-public-stats {
        width: 100%;
    }
}

/* Public home final clone polish. */
.gx-public-home .gx-home-hero {
    grid-template-columns: minmax(0, 1.08fr) minmax(310px, .92fr);
    gap: 14px;
    width: min(1040px, 100%);
    margin-right: auto;
    margin-left: auto;
}

.gx-public-home .gx-home-copy {
    min-height: 352px;
    padding: clamp(24px, 4vw, 42px);
}

.gx-public-home .gx-home-login {
    min-height: 352px;
    padding: clamp(20px, 3vw, 30px);
}

.gx-public-home .gx-home-copy h1 {
    font-size: clamp(34px, 5vw, 54px);
}

.gx-public-home .gx-home-routes-panel,
.gx-public-home .gx-home-grid,
.gx-public-home .gx-home-ledgers {
    width: min(1040px, 100%);
    margin-right: auto;
    margin-left: auto;
}

.gx-public-home .gx-home-routes-panel {
    gap: 8px;
}

.gx-public-home .gx-home-routes-panel a {
    grid-template-columns: 52px minmax(0, 1fr);
    min-height: 76px;
    padding: 10px 12px;
}

.gx-public-home .gx-home-routes-panel img {
    width: 48px;
    height: 48px;
}

.gx-public-home .gx-home-grid {
    grid-template-columns: minmax(270px, .72fr) minmax(0, 1.28fr);
    align-items: start;
}

.gx-public-home .gx-home-card {
    padding: 18px;
}

.gx-public-home .gx-home-steps li {
    min-height: 44px;
    padding: 9px 11px;
    font-size: 13px;
}

.gx-public-home .gx-crew-list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.gx-public-home .gx-crew-list article {
    min-height: 176px;
    padding: 10px;
}

.gx-public-home .gx-crew-list img {
    height: 90px;
}

.gx-public-home .gx-ledger-list > div {
    min-height: 40px;
    padding: 7px 9px;
}

.gx-public-home .gx-home-login .gx-home-btn,
.gx-public-home .gx-home-login button {
    min-height: 44px;
}

@media (max-width: 900px) {
    .gx-public-home .gx-home-hero,
    .gx-public-home .gx-home-grid,
    .gx-public-home .gx-home-ledgers {
        grid-template-columns: 1fr;
    }

    .gx-public-home .gx-home-routes-panel {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 520px) {
    .gx-public-home .gx-home-copy,
    .gx-public-home .gx-home-login {
        min-height: 0;
    }

    .gx-public-home .gx-home-routes-panel {
        grid-template-columns: 1fr;
    }

    .gx-public-home .gx-ledger-list > div {
        grid-template-columns: 74px minmax(0, 1fr);
    }
}

/* Shared light Gobfin twin surface. */
body,
body.gx-public {
    color: #252525 !important;
    background: #dfe9e7 url("/assets/gobfin/load/img/body.webp") center top / cover fixed no-repeat !important;
}

.gx-public-shell-header,
.gx-public-topline,
.gx-public-nav,
.gx-public-stats,
.gx-public-home .gx-home-login,
.gx-public-home .gx-home-card,
.gx-public-home .gx-home-routes-panel a,
.gx-public-info-card,
.gx-public .page_nav,
.gx-public .page_info {
    color: #2c2c2c !important;
    background: rgba(255, 255, 255, .78) !important;
    border-color: rgba(53, 62, 61, .18) !important;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, .28) !important;
    backdrop-filter: blur(4px);
}

.gx-public-topline,
.gx-public-nav {
    background: url("/assets/gobfin/load/img/papir7.png") center / 100% 100% no-repeat !important;
    border: 0 !important;
    box-shadow: none !important;
    backdrop-filter: none;
}

.gx-public-nav a {
    color: #202020 !important;
}

.gx-public-nav a:hover,
.gx-public-nav a:focus-visible,
.gx-public-nav a.is-active {
    color: #111 !important;
    background: rgba(219, 165, 49, .24) !important;
}

.gx-public-home .gx-home-copy {
    color: #fff !important;
    background: rgba(33, 47, 48, .48) !important;
}

.gx-public-home .gx-home-login p,
.gx-public-home .gx-home-card p,
.gx-public-info-card p,
.gx-public .page_nav p {
    color: #454545 !important;
}

.gx-auth-tabs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px;
    width: 100%;
    margin-bottom: 12px;
}

.gx-auth-tabs button {
    min-height: 38px;
    color: #2c2c2c !important;
    background: rgba(230, 230, 225, .92) !important;
    border: 1px solid rgba(45, 45, 45, .18) !important;
}

.gx-auth-tabs button.is-active {
    background: linear-gradient(180deg, #ffd36d, #d59629) !important;
}

.gx-auth-form {
    display: none !important;
    gap: 8px;
}

.gx-auth-form.is-active {
    display: grid !important;
}

.gx-auth-form input,
.gx-auth-form button {
    width: 100%;
    min-height: 42px;
}

.gx-public .page_title {
    color: #252525 !important;
    background: rgba(255, 255, 255, .82) !important;
    border-color: rgba(53, 62, 61, .18) !important;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, .25) !important;
}

/* DravonX public asset balance after final image replacement. */
.gx-public-home .gx-home-login img,
.gx-public-info-card img,
.gx-public-home .gx-home-routes-panel img {
    filter: drop-shadow(0 10px 11px rgba(0, 0, 0, .24));
}

.gx-public-home .gx-home-login img {
    max-height: 104px;
}

.gx-public-home .gx-crew-list article {
    display: grid;
    align-content: start;
}

.gx-public-home .gx-crew-list img {
    filter: drop-shadow(0 8px 9px rgba(0, 0, 0, .24));
}

.gx-public-home .gx-ledger-list > div {
    overflow: hidden;
}

@media (min-width: 901px) {
    .gx-public-home .gx-home-login {
        align-items: center;
        text-align: center;
    }
}

@media (max-width: 780px) {
    .gx-public-home .gx-home-copy {
        background-position: center top !important;
    }

    .gx-public-info-card {
        min-height: 0;
    }
}

/* Public landing final alignment. */
.gx-public-home .gx-home-routes-panel a {
    overflow: hidden;
}

.gx-public-home .gx-home-routes-panel small {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.gx-public-home .gx-crew-list b,
.gx-public-home .gx-ledger-list b {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 22px;
}

.gx-public-home .gx-public-stats article {
    min-width: 0;
}

.gx-public-info-grid {
    align-items: stretch;
}

.gx-public-info-card {
    overflow: hidden;
}

.gx-public-info-card p,
.gx-legal-page p {
    max-width: 72ch;
}

.gx-legal-page h2 {
    display: flex;
    align-items: center;
    gap: 8px;
}

.gx-legal-page h2::before {
    content: "";
    width: 8px;
    height: 8px;
    flex: 0 0 8px;
    border-radius: 999px;
    background: linear-gradient(180deg, #f7da7a, #b77719);
    box-shadow: 0 0 10px rgba(216, 151, 37, .32);
}

@media (max-width: 520px) {
    .gx-public-home .gx-public-stats {
        grid-template-columns: 1fr !important;
    }

    .gx-public-home .gx-home-routes-panel {
        padding-inline: 14px;
    }
}
