:root {
    --panel-dark: rgba(7, 16, 29, 0.88);
    --panel-mid: rgba(12, 25, 43, 0.9);
    --line-blue: rgba(84, 204, 255, 0.28);
    --line-gold: rgba(255, 196, 77, 0.32);
    --text-main: #dcecff;
    --text-soft: #92afd2;
    --text-link: #72d8ff;
    --gold: #ffd05e;
    --shadow-main: 0 18px 34px rgba(0, 0, 0, 0.34);
}

body {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    color: var(--text-main);
    background-color: #000;
}

a {
    color: var(--text-link);
    text-decoration: none;
    transition: color 0.22s ease, transform 0.22s ease, filter 0.22s ease;
}

a:hover {
    color: var(--gold);
}

.layout_wrapper {
    display: block;
    min-height: 100%;
    background-image:
        linear-gradient(rgba(5, 10, 18, 0.18), rgba(4, 7, 12, 0.78)),
        url(../img/bg1.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
    position: relative;
    overflow: hidden;
}

.layout_wrapper::before {
    content: "";
    position: fixed;
    left: 50%;
    top: 110px;
    width: 1100px;
    height: 760px;
    transform: translateX(-50%);
    background:
        radial-gradient(circle at 20% 30%, rgba(61, 210, 255, 0.1), transparent 28%),
        radial-gradient(circle at 80% 20%, rgba(255, 184, 63, 0.09), transparent 24%),
        radial-gradient(circle at 50% 55%, rgba(61, 210, 255, 0.06), transparent 34%);
    pointer-events: none;
    filter: blur(14px);
}

.home_header_wrapper {
    width: 100%;
    clear: both;
    position: relative;
    z-index: 1;
}

.nav_top_wrapper {
    width: 100%;
    height: 50px;
    margin: 0 auto;
    padding: 0;
    background-image:
        linear-gradient(180deg, rgba(34, 44, 59, 0.92), rgba(24, 29, 38, 0.95)),
        url(https://web.archive.org/web/20190625135531im_/https://www.toyheroes.net/img/top1_middle2_bg.png);
    background-repeat: repeat-x;
    background-position: 0 0;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.05);
}

.nav_top_wrapper .nav_top_container {
    width: 960px;
    height: 10px;
    margin: 0 auto;
    padding: 0;
}

.nav_top_wrapper a {
    color: #b3bfd0;
}

.nav_top_wrapper a:hover {
    color: #f2f8ff;
}

.player_info {
    float: left;
    margin: 0;
    padding: 0;
    height: 50px;
    filter: drop-shadow(0 8px 12px rgba(0, 0, 0, 0.25));
}

.player_info .left {
    float: left;
    width: 4px;
    height: 50px;
    margin: 0;
    padding: 0;
    background-image: url(https://web.archive.org/web/20190625135531im_/https://www.toyheroes.net/img/top1_left_bg.png);
    background-repeat: no-repeat;
    background-position: 0 bottom;
}

.player_info .right {
    float: left;
    width: 4px;
    height: 50px;
    background-image: url(https://web.archive.org/web/20190625135531im_/https://www.toyheroes.net/img/top1_right_bg.png);
    background-repeat: no-repeat;
    background-position: 0 bottom;
}

.player_info .middle {
    float: left;
    width: 220px;
    height: 43px;
    padding-top: 7px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    position: relative;
    background-image: url(https://web.archive.org/web/20190625135531im_/https://www.toyheroes.net/img/top1_middle1_bg.png);
    background-repeat: repeat-x;
    background-position: 0 bottom;
}

.player_info .side {
    height: 16px;
    margin-top: 34px;
}

form {
    display: block;
    margin-top: 0;
    margin-bottom: 0;
}

.middle .login_info1 {
    float: left;
    width: 127px;
    height: 40px;
    margin-right: 5px;
}

.middle .login_info2 {
    float: left;
    width: 83px;
    height: 40px;
}

.login_info2 .row1 {
    width: 61px;
    height: 21px;
    color: #999;
}

a.login2 {
    display: block;
    float: left;
    height: 19px;
    font-size: 11px;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    color: #292929;
    text-decoration: none;
    cursor: pointer;
}

a.login2 span.left {
    display: block;
    width: 2px;
    height: 19px;
    background-image: url(https://web.archive.org/web/20190625135531im_/https://www.toyheroes.net/img/btn_login2_left.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}

a.login2:hover span.left {
    background-position: 0 bottom;
}

a.login2 span.middle {
    display: block;
    float: left;
    width: 56px;
    height: 17px;
    margin: 0;
    padding-top: 2px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    text-align: center;
    background-image: url(https://web.archive.org/web/20190625135531im_/https://www.toyheroes.net/img/btn_login2_middle.png);
    background-repeat: repeat-x;
    background-position: 0 0;
}

a.login2:hover span.middle {
    color: #000;
    background-position: 0 -19px;
}

a.login2 span.right {
    display: block;
    float: left;
    width: 2px;
    height: 19px;
    background-image: url(https://web.archive.org/web/20190625135531im_/https://www.toyheroes.net/img/btn_login2_right.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}

a.login2:hover span.right {
    background-position: 0 bottom;
}

.icon_rh {
    float: left;
    width: 31px;
    height: 38px;
    margin-bottom: 6px;
    margin-right: 5px;
    margin-top: 0;
    background-image: url(https://web.archive.org/web/20190625135531im_/https://www.toyheroes.net/img/icon_rh.png);
}

.wrong_password {
    display: none;
    float: left;
    width: 300px;
    height: 18px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 41px;
    left: -4px;
    z-index: 1;
}

.wrong_password .topleft {
    float: left;
    width: 3px;
    height: 16px;
    margin: 0;
    padding: 0;
    background-image: url(https://web.archive.org/web/20190625135531im_/https://www.toyheroes.net/img/top_bg.png);
    background-repeat: no-repeat;
    background-position: 0 -84px;
}

.wrong_password .topmiddle {
    float: left;
    width: 223px;
    height: 15px;
    padding: 0;
    color: #f40000;
    font-size: 11px;
    font-weight: normal;
    text-align: center;
    background-color: #202020;
    border-bottom: 1px solid #49587a;
}

.wrong_password .topright {
    float: left;
    width: 3px;
    height: 16px;
    margin: 0;
    padding: 0;
    background-image: url(https://web.archive.org/web/20190625135531im_/https://www.toyheroes.net/img/top_bg.png);
    background-repeat: no-repeat;
    background-position: -2px -184px;
}

.login_info1 .text_box {
    float: left;
    width: 84px;
    height: 17px;
    margin: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 2px;
    color: #d3e4f5;
    font-size: 11px;
    background-color: rgba(49, 58, 71, 0.84);
    border: 1px solid #5d5d5d;
    box-sizing: initial;
    transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.login_info1 .text_box:focus {
    outline: none;
    border-color: #58ccff;
    background-color: rgba(17, 31, 48, 0.92);
    box-shadow: 0 0 10px rgba(61, 210, 255, 0.18);
}

.header_bottom {
    width: 960px;
    height: 168px;
    margin: 0 auto 4px;
    position: relative;
    background-image: url(../img/bb_logo3.png);
    background-repeat: no-repeat;
    background-position: 10px 28px;
}

.home_header_middle {
    display: table;
    width: 100%;
    height: 120px;
    position: relative;
}

.home_header_middle::after {
    content: "";
    position: absolute;
    left: 142px;
    top: 74px;
    width: 210px;
    height: 30px;
    background: radial-gradient(circle, rgba(45, 206, 255, 0.24), transparent 70%);
    filter: blur(11px);
    pointer-events: none;
}

.header_bottom .bb_logo {
    position: relative;
    top: 10px;
    float: left;
    width: 211px;
    height: 92px;
    margin-left: 0;
    margin-top: 28px;
    background-position: 0 0;
    background-repeat: no-repeat;
    animation: logo-float 5s ease-in-out infinite;
    filter: drop-shadow(0 14px 24px rgba(0, 0, 0, 0.36));
}

.header_bottom .nav {
    width: 100%;
    height: 50px;
    clear: both;
}

.nav {
    width: 960px;
    margin: 0 auto;
    padding: 0;
}

.nav_container {
    width: 960px;
    height: 49px;
    margin: 0 auto;
    position: relative;
    z-index: 990;
    background-image: url(https://web.archive.org/web/20190625135531im_/https://www.toyheroes.net/img/bg1.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.26));
}

.nav_container::before {
    content: "";
    position: absolute;
    left: 28px;
    right: 28px;
    top: 6px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(88, 204, 255, 0.42), transparent);
    pointer-events: none;
}

.ddsmoothmenu {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    float: left;
    width: 100%;
    margin: 0;
    padding: 5px 0 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
}

.ddsmoothmenu ul {
    z-index: 100;
    height: 35px;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.ddsmoothmenu ul li {
    position: relative;
    top: 0;
    float: left;
    display: inline;
}

.nav_divider {
    float: left;
    width: 5px;
    height: 35px;
    margin: 0;
    padding: 0;
}

.btn_nav_home_en,
.btn_nav_download_en,
.btn_nav_clubhouse_en,
.btn_nav_guide_en,
.btn_nav_media_en,
.btn_nav_support_en,
.btn_nav_deposit_en {
    position: relative;
    float: left;
    height: 35px;
    background-repeat: no-repeat;
    background-position: 0 top;
    transition: transform 0.18s ease, filter 0.18s ease;
}

.btn_nav_home_en {
    width: 30px;
    margin-left: 20px;
    background-image: url(https://web.archive.org/web/20190625135531im_/https://www.toyheroes.net/img/btn_home_en.png);
}

.btn_nav_download_en {
    width: 120px;
    background-image: url(https://web.archive.org/web/20190625135531im_/https://www.toyheroes.net/img/btn_download_en.png);
}

.btn_nav_clubhouse_en {
    width: 120px;
    background-image: url(https://web.archive.org/web/20190625135531im_/https://www.toyheroes.net/img/btn_club_house_en.png);
}

.btn_nav_guide_en {
    width: 120px;
    background-image: url(https://web.archive.org/web/20190625135531im_/https://www.toyheroes.net/img/btn_guide_en.png);
}

.btn_nav_media_en {
    width: 109px;
    background-image: url(https://web.archive.org/web/20190625135531im_/https://www.toyheroes.net/img/btn_media_en.png);
}

.btn_nav_support_en {
    width: 105px;
    background-image: url(https://web.archive.org/web/20190625135531im_/https://www.toyheroes.net/img/btn_support_en.png);
}

.btn_nav_deposit_en {
    width: 120px;
    background-image: url(https://web.archive.org/web/20190625135531im_/https://www.toyheroes.net/img/btn_shop_en.png);
}

.btn_nav_home_en:hover,
.btn_nav_download_en:hover,
.btn_nav_clubhouse_en:hover,
.btn_nav_guide_en:hover,
.btn_nav_media_en:hover,
.btn_nav_support_en:hover,
.btn_nav_deposit_en:hover {
    background-position: 0 bottom;
    transform: translateY(-2px);
    filter: drop-shadow(0 8px 10px rgba(49, 213, 255, 0.2));
}

.ddsmoothmenu ul li a:link,
.ddsmoothmenu ul li a:visited {
    color: #49cbfc;
}

.ddsmoothmenu ul li a {
    display: block;
    height: 35px;
    margin: 0;
    padding: 0;
    color: #3cf;
    text-align: center;
    text-decoration: none;
}

.btn_nav_hide {
    position: absolute;
    top: -1000px;
    z-index: -1000000000;
    display: block;
    width: 105px;
    height: 33px;
    overflow: hidden;
    text-indent: -50000px;
}

.layout_wrapper .footer_wrapper {
    width: 100%;
    display: table;
    margin-top: 20px;
}

.layout_wrapper .footer_container {
    width: 960px;
    height: 70px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 33px;
    display: block;
    background-image: url(https://web.archive.org/web/20190625135531im_/https://www.toyheroes.net/img/footer_bg.jpg);
    background-repeat: no-repeat;
    background-position: 0 0;
    filter: drop-shadow(0 12px 20px rgba(0, 0, 0, 0.24));
}

.main_content_wrapper {
    width: 950px;
    display: table;
    clear: both;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    padding: 0;
}

.top_wrapper {
    margin-bottom: 16px;
}

.top_wrapper .top {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: var(--shadow-main);
}

.top_wrapper .middle {
    overflow: hidden;
}

.top_wrapper .col1 {
    position: relative;
}

.top_wrapper .col1::after {
    content: "";
    position: absolute;
    right: 0;
    top: 16px;
    width: 1px;
    height: 220px;
    background: linear-gradient(180deg, transparent, rgba(110, 208, 255, 0.22), transparent);
}

.top_wrapper .col2 iframe {
    display: block;
}

.content1_info_container,
.content2_info_container,
.social2 {
    position: relative;
    border-radius: 18px;
    box-shadow: var(--shadow-main);
}

.content1_info_container::before,
.content2_info_container::before,
.social2::before {
    content: "";
    position: absolute;
    left: 14px;
    right: 14px;
    top: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(101, 213, 255, 0.3), transparent);
    pointer-events: none;
}

.news_tabs {
    margin-bottom: 8px;
}

.news_headline_container {
    border-radius: 14px;
    background: rgba(3, 10, 18, 0.16);
}

.news_headline {
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.news_headline:hover {
    transform: translateX(3px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.18);
}

.footer_container .info {
    float: right;
    width: 348px;
    height: 43px;
    padding-left: 20px;
    background-image: url(https://web.archive.org/web/20190625135531im_/https://www.toyheroes.net/img/footer_bg2.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}

.footer_container .info div {
    float: left;
    margin-left: 35px;
    margin-top: 14px;
}

.footer_container .info a {
    color: #d6a008;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
}

.footer_container .info a:hover {
    color: #f8c630;
}

.layout_wrapper .footer_container img {
    float: left;
    width: 163px;
    height: 41px;
    margin-right: 5px;
    margin-left: 20px;
}

.info2_container .container img,
a[href="club@player=.html"] img[src="img/guides.png"] {
    transition: transform 0.35s ease, box-shadow 0.35s ease, filter 0.35s ease;
}

.info2_container .container img:hover {
    transform: perspective(900px) rotateY(-4deg) translateY(-2px);
    box-shadow: 0 22px 30px rgba(0, 0, 0, 0.28);
    filter: saturate(1.05);
}

a[href="club@player=.html"] img[src="img/guides.png"]:hover {
    transform: perspective(1000px) rotateY(5deg) translateY(-3px);
    box-shadow: 0 24px 34px rgba(0, 0, 0, 0.3);
}

@keyframes logo-float {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-5px);
    }
}
