@charset "utf-8";

:root {
    --lb-bg: #080d18;
    --lb-panel: #101828;
    --lb-panel-2: #172237;
    --lb-line: #0b9dff;
    --lb-blue: #2374c9;
    --lb-blue-2: #164c89;
    --lb-text: #f8fbff;
    --lb-muted: #8fa0bb;
}

html, body {
    background: var(--lb-bg) !important;
    color: var(--lb-text);
    overflow-x: hidden;
}

body {
    min-width: 0 !important;
    font-family: "Malgun Gothic", "Apple SD Gothic Neo", Arial, sans-serif !important;
    letter-spacing: 0;
}

a { color: inherit; }

#wraper { background: var(--lb-bg); }
#container { padding-top: 0 !important; }

.lb-header {
    position: sticky;
    top: 0;
    z-index: 200;
    background: #090e1a;
    border-bottom: 4px solid #0c7dff;
}

.lb-util {
    height: 36px;
    border-bottom: 1px solid rgba(255,255,255,.12);
    color: #e6edf7;
    font-size: 13px;
}

.lb-util-inner,
.lb-nav-inner,
.lb-shell {
    width: min(100%, calc(100vw - 46px));
    margin: 0 auto;
}

.lb-util-inner {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 18px;
    height: 100%;
    white-space: nowrap;
}

.lb-nav {
    height: 66px;
}

.lb-nav-inner {
    display: flex;
    align-items: center;
    height: 100%;
    gap: 24px;
}

.lb-logo {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    width: 236px;
    height: 54px;
}

.lb-logo img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.lb-main-menu {
    display: flex;
    align-items: center;
    gap: 22px;
    flex: 1;
    min-width: 0;
    font-size: 18px;
    font-weight: 800;
    white-space: nowrap;
}

.lb-main-menu a:hover { color: #35c8ff; }

.lb-actions {
    display: flex;
    gap: 8px;
}

.lb-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    padding: 0 14px;
    border-radius: 8px;
    background: #20283a;
    color: #fff;
    font-weight: 800;
}

.lb-btn.primary { background: #1f74d0; }
.lb-btn.green { background: #172d28; color: #8bf0b0; }

.lb-hero {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    height: clamp(260px, 34.8vw, 501px);
    min-height: 150px;
    background:
        linear-gradient(90deg, rgba(2,5,10,.88) 0%, rgba(2,5,10,.5) 48%, rgba(2,5,10,.25) 100%),
        url("https://images.ghostgames.io/podo/images/main/casino_v2.png") center center/cover no-repeat;
    border-bottom: 1px solid rgba(15,151,255,.7);
}

.lb-hero-inner {
    width: min(100%, calc(100vw - 46px));
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding-left: 56px;
}

.lb-hero-copy {
    max-width: 880px;
    color: #fff;
    text-shadow: 0 5px 18px rgba(0,0,0,.75);
}

.lb-hero-kicker {
    font-size: 36px;
    font-style: italic;
    font-weight: 300;
}

.lb-hero-kicker b { color: #13c8e8; }

.lb-hero-title {
    margin-top: 21px;
    font-size: 76px;
    line-height: 1.14;
    font-weight: 900;
}

.lb-hero-title span { color: #21c8ff; }

.lb-shell {
    display: grid;
    grid-template-columns: 250px minmax(0, 1fr) 360px;
    gap: 12px;
    align-items: start;
    padding: 19px 0 0;
}

.lb-left,
.right-box {
    position: sticky;
    top: 106px;
    align-self: start;
    min-width: 0;
    height: auto !important;
    overflow: hidden;
    box-sizing: border-box;
}

.lb-left *,
.right-box * {
    box-sizing: border-box;
}

.lb-left img,
.lb-left video,
.right-box img,
.right-box video {
    max-width: 100%;
}

.lb-user-panel,
.lb-search,
.lb-sports-list,
.lb-side-banner,
.cartArea,
.lb-login-cart,
.cart-bt-banner {
    background: var(--lb-panel);
    border-radius: 8px;
}

.lb-user-panel {
    padding: 18px 16px 14px;
}

.lb-welcome {
    height: 96px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    border-radius: 16px;
    background: #28344f;
    font-size: 16px;
    font-weight: 900;
}

.lb-user-meta {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px 10px;
    font-size: 15px;
    font-weight: 900;
}

.lb-user-meta div {
    min-width: 0;
}

.lb-user-meta span {
    display: block;
    color: #fff;
}

.lb-user-meta strong {
    display: block;
    margin-top: 8px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.lb-user-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 9px;
    margin-top: 18px;
}

.lb-user-actions a,
.lb-mypage {
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    background: #252d42;
    font-weight: 900;
}

.lb-user-actions a:last-child { color: #ff6976; }
.lb-mypage { margin-top: 9px; background: #2878d3; }

.lb-search {
    margin-top: 16px;
    height: 34px;
    padding: 0 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #a8b7d0;
    font-weight: 800;
}

.lb-sports-list { margin-top: 8px; padding: 0; }
.lb-sports-list li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 32px;
    margin: 5px 0;
    padding: 0 9px;
    background: #2a3552;
    border-radius: 7px;
    font-size: 15px;
    font-weight: 900;
}

.lb-sports-list li a span {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.lb-sports-list li a img {
    width: 18px;
    height: 18px;
    object-fit: contain;
    flex: 0 0 auto;
}

.lb-sports-list li a strong {
    min-width: 34px;
    height: 20px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #116bb5;
    color: #bfeaff;
    font-size: 12px;
}

.lb-side-banners {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-top: 18px;
}

.lb-image-banner {
    display: block;
    overflow: hidden;
    border: 1px solid #079fff;
    background: #071321;
}

.lb-image-banner img,
.lb-image-banner video {
    display: block;
    width: 100%;
    height: auto;
}

.lb-center {
    min-width: 0;
    border-left: 1px solid rgba(9,158,255,.65);
    border-right: 1px solid rgba(9,158,255,.65);
    padding: 0 10px 34px;
    overflow: hidden;
}

.lb-sub-shell {
    min-height: 680px;
}

.lb-sub-center {
    min-width: 0;
    overflow: hidden;
    border-left: 1px solid rgba(9,158,255,.65);
    border-right: 1px solid rgba(9,158,255,.65);
    background: rgba(8, 16, 29, .72);
    padding: 0 10px 34px;
    box-sizing: border-box;
}

.lb-sub-center > * {
    max-width: 100%;
    box-sizing: border-box;
}

.lb-sub-center table {
    max-width: 100%;
}

.lb-sub-center #container,
.lb-sub-center .contract_sub_layout,
.lb-sub-center .sub_container,
.lb-sub-center .sub_article,
.lb-sub-center .inner_wrap,
.lb-sub-center .sub_content,
.lb-sub-center .main_game_wrapper,
.lb-sub-center .main_games,
.lb-sub-center .game_section,
.lb-sub-center .game_list_wrap,
.lb-sub-center .slot_wrapper {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box;
}

.lb-sub-center #container {
    background: transparent !important;
}

.lb-sub-center .sub_visual,
.lb-sub-center .sub_img,
.lb-sub-center .pc_img,
.lb-sub-center .mobile_img {
    display: none !important;
}

.lb-sub-center .sub_title,
.lb-sub-center .game_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 58px;
    margin: 0 0 14px !important;
    padding: 0 !important;
    border-bottom: 1px solid rgba(15, 151, 255, .45);
    background: transparent !important;
}

.lb-sub-center .sub_title h2,
.lb-sub-center .sub_title .h2,
.lb-sub-center .game_title .blind,
.lb-sub-center .game_title h2 {
    display: block !important;
    overflow: visible !important;
    position: static !important;
    width: auto !important;
    height: auto !important;
    clip: auto !important;
    color: #fff !important;
    font-size: 26px !important;
    line-height: 1.2 !important;
    font-weight: 900 !important;
    text-indent: 0 !important;
    white-space: normal !important;
}

.lb-sub-center .sub_title h2::before,
.lb-sub-center .sub_title .h2::before,
.lb-sub-center .game_title .blind::before {
    content: "";
    display: inline-block;
    width: 22px;
    height: 22px;
    margin-right: 9px;
    vertical-align: -3px;
    border-radius: 4px;
    background: linear-gradient(135deg, #0ca1ff, #13284d);
}

.lb-sub-center .search,
.lb-sub-center .search-container,
.lb-sub-center .btn_board_area,
.lb-sub-center .charge_flex,
.lb-sub-center .charge_btns,
.lb-sub-center .sub_tabs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    max-width: 100%;
    box-sizing: border-box;
}

.lb-sub-center .sub_tabs {
    margin: 0 0 18px !important;
    padding: 0 !important;
}

.lb-sub-center .sub_tabs li {
    flex: 1 1 150px;
}

.lb-sub-center .sub_tabs a,
.lb-sub-center .btn_ui,
.lb-sub-center button,
.lb-sub-center .btnSearch,
.lb-sub-center .event-style,
.lb-sub-center .paginate strong {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0 14px !important;
    border: 0 !important;
    border-radius: 7px !important;
    background: #24304a !important;
    color: #fff !important;
    font-weight: 900 !important;
    box-sizing: border-box;
}

.lb-sub-center .sub_tabs li.on a,
.lb-sub-center .sub_tabs a.on,
.lb-sub-center .btn_ui.btn_highlight,
.lb-sub-center .btnSearch {
    background: #2374c9 !important;
}

.lb-sub-center input,
.lb-sub-center select,
.lb-sub-center textarea {
    max-width: 100%;
    min-height: 38px;
    border: 1px solid #233b61 !important;
    border-radius: 6px !important;
    background: #101828 !important;
    color: #fff !important;
    box-sizing: border-box;
}

.lb-sub-center table,
.lb-sub-center .tbl_board {
    width: 100% !important;
    border-collapse: collapse !important;
    border-spacing: 0 !important;
    table-layout: fixed;
    background: #101828 !important;
    color: #dce8f8 !important;
}

.lb-sub-center th,
.lb-sub-center td {
    min-height: 44px;
    padding: 13px 10px !important;
    border-bottom: 1px solid #26354e !important;
    color: #dce8f8 !important;
    font-size: 14px !important;
    line-height: 1.35 !important;
    overflow-wrap: anywhere;
}

.lb-sub-center th {
    background: #202a40 !important;
    color: #fff !important;
    font-weight: 900 !important;
}

.lb-sub-center .money_charge,
.lb-sub-center .charge_section,
.lb-sub-center .board_list,
.lb-sub-center .board_form,
.lb-sub-center .table-style2,
.lb-sub-center .table-tbody {
    width: 100%;
    max-width: 100%;
    padding: 0 !important;
    margin: 0 0 16px !important;
    background: transparent !important;
    box-sizing: border-box;
}

.lb-sub-center .charge_section,
.lb-sub-center .board_form,
.lb-sub-center .board_list,
.lb-sub-center .table-style2,
.lb-sub-center .table-tbody {
    overflow: hidden;
    border-radius: 7px;
    background: #101828 !important;
}

.lb-sub-center .tit_area,
.lb-sub-center .dl_list,
.lb-sub-center .board_form dl {
    padding: 14px !important;
    border-bottom: 1px solid #26354e;
    box-sizing: border-box;
}

.lb-sub-center .board_form dl {
    display: grid;
    grid-template-columns: 130px minmax(0, 1fr) 130px minmax(0, 1fr);
    gap: 10px;
    margin: 0 !important;
}

.lb-sub-center dt {
    color: #8fa0bb !important;
    font-weight: 900;
}

.lb-sub-center dd {
    min-width: 0;
    color: #fff !important;
}

.lb-sub-center .main_game_list,
.lb-sub-center .game_list {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box;
}

.lb-sub-center .main_game_list li {
    min-width: 0;
}

.lb-sub-center .game_item,
.lb-sub-center .game_list > a,
.lb-sub-center .game_list > div,
.lb-sub-center .slot-game-item {
    position: relative;
    display: block !important;
    overflow: hidden;
    width: 100% !important;
    min-width: 0 !important;
    aspect-ratio: 1 / 1;
    border: 1px solid #109dff !important;
    border-radius: 6px !important;
    background: #0b1322 !important;
    box-sizing: border-box;
}

.lb-sub-center .game_item img,
.lb-sub-center .game_icon img,
.lb-sub-center .game_list img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

.lb-sub-center .game_icon {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
}

.lb-sub-center .game_info {
    position: absolute;
    z-index: 2;
    left: 12px;
    right: 12px;
    bottom: 12px;
    color: #fff;
    text-shadow: 0 3px 9px #000;
}

.lb-sub-center .game_name {
    margin: 0;
    color: #fff !important;
    font-size: 19px !important;
    line-height: 1.12 !important;
    font-weight: 900 !important;
}

.lb-sub-center .game_sub_name {
    margin: 4px 0 0;
    color: #c8d8ed !important;
    font-size: 11px !important;
    line-height: 1.1 !important;
    font-weight: 800 !important;
}

.lb-slot-search {
    display: grid;
    grid-template-columns: minmax(150px, 190px) minmax(180px, 1fr) auto auto;
    gap: 8px;
    align-items: center;
    width: min(100%, 620px);
    margin-left: auto;
}

.lb-slot-search select,
.lb-slot-search input {
    width: 100%;
    height: 40px;
    min-height: 40px;
    padding: 0 12px;
    border: 1px solid #233b61 !important;
    border-radius: 6px !important;
    background: #101828 !important;
    color: #fff !important;
    box-sizing: border-box;
}

.lb-slot-search button {
    min-width: 70px;
    height: 40px;
    min-height: 40px;
    padding: 0 12px !important;
    white-space: nowrap;
}

.lb-slot-search-btn {
    background: #2374c9 !important;
}

.lb-slot-reset-btn {
    background: #24304a !important;
}

.lb-slot-result {
    display: flex;
    align-items: center;
    min-height: 32px;
    margin: -4px 0 12px;
    color: #8fa0bb;
    font-size: 13px;
    font-weight: 800;
}

.slot_pager {
    width: 100%;
    margin: 22px 0 2px;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    overflow: visible !important;
}

.lb-slot-pager {
    grid-column: 1 / -1;
    width: 100%;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    overflow: visible !important;
    aspect-ratio: auto !important;
}

.lb-sub-center .game_list > .lb-slot-pager {
    position: static !important;
    display: block !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    overflow: visible !important;
    aspect-ratio: auto !important;
}

.lb-slot-pager .block {
    display: flex;
    justify-content: center;
    width: 100%;
}

.lb-slot-pager .el-pagination {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 7px;
    width: auto !important;
    max-width: 100%;
    min-height: 0 !important;
    padding: 0 !important;
    margin: 0 auto !important;
    border: 0 !important;
    background: transparent !important;
    box-sizing: border-box;
}

.lb-slot-pager .el-pagination::before,
.lb-slot-pager .el-pagination::after {
    display: none !important;
    content: none !important;
}

.lb-slot-pager .el-pager {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 7px;
    width: auto !important;
    min-width: 0 !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
    background: transparent !important;
    box-sizing: border-box;
}

.lb-slot-pager .btn-prev,
.lb-slot-pager .btn-next,
.lb-slot-pager .el-pager li {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    flex: 0 0 36px;
    width: 36px !important;
    min-width: 36px !important;
    max-width: 36px !important;
    height: 36px !important;
    min-height: 36px !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 1px solid #263b5d !important;
    border-radius: 6px !important;
    background: #101828 !important;
    color: #dce8f8 !important;
    font-size: 14px !important;
    line-height: 1 !important;
    font-weight: 900 !important;
    box-shadow: none !important;
    box-sizing: border-box;
}

.lb-slot-pager .el-pager li a {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    height: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: inherit !important;
    font-size: inherit !important;
    line-height: 1 !important;
    text-decoration: none !important;
}

.lb-slot-pager .btn-prev:not(:disabled):hover,
.lb-slot-pager .btn-next:not(:disabled):hover,
.lb-slot-pager .el-pager li:not(.active):hover {
    border-color: #109dff !important;
    background: #172a46 !important;
    color: #fff !important;
}

.lb-slot-pager .el-pager li.active {
    border-color: #159cff !important;
    background: #2374c9 !important;
    color: #fff !important;
}

.lb-slot-pager .btn-prev:disabled,
.lb-slot-pager .btn-next:disabled {
    opacity: .38 !important;
    cursor: default !important;
}

.lb-section {
    margin-bottom: 30px;
    overflow: hidden;
    contain: paint;
}

.lb-section-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
}

.lb-section-title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 28px;
    font-weight: 900;
}

.lb-section-title small {
    color: #258fe7;
    font-size: 18px;
}

.lb-sports-cards,
.lb-game-grid,
.lb-event-grid {
    display: grid;
    gap: 14px;
    scroll-behavior: smooth;
    overscroll-behavior-inline: contain;
    -webkit-overflow-scrolling: touch;
}

.lb-sports-cards { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.lb-game-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.lb-event-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }

.lb-sports-section .lb-card {
    aspect-ratio: 241 / 325;
}

.lb-swiper {
    display: block;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    contain: paint;
}

.lb-swiper .swiper-wrapper {
    align-items: stretch;
    max-width: 100%;
}

.lb-swiper .swiper-slide {
    height: auto;
    flex-shrink: 0;
}

@media (min-width: 901px) {
    .lb-slot-section .lb-swiper { height: auto; }
}

.lb-slot-page {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    height: auto;
}

.lb-card {
    overflow: hidden;
    position: relative;
    display: block;
    border: 1px solid #109dff;
    border-radius: 6px;
    background: #0b1322;
    aspect-ratio: 1 / 1;
}

.lb-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.lb-card-title {
    position: absolute;
    left: 14px;
    right: 14px;
    bottom: 14px;
    color: #fff;
    font-size: 22px;
    line-height: 1.12;
    font-weight: 900;
    text-shadow: 0 3px 9px #000;
    max-width: calc(100% - 28px);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow-wrap: anywhere;
}

.lb-card-title small {
    display: block;
    margin-top: 3px;
    font-size: 11px;
    color: #c8d8ed;
}

.lb-mobile-banners { display: none; }

.lb-scroll-controls {
    display: flex;
    align-items: center;
    gap: 8px;
}

.lb-scroll-controls a,
.lb-scroll-controls button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 34px;
    min-width: 34px;
    padding: 0 11px;
    border-radius: 9px;
    background: #27324b;
    color: #fff;
    font-weight: 900;
    font-size: 14px;
}

.lb-scroll-controls button {
    border: 0;
}

.right-box {
    width: 100%;
    background: #080d18;
}

.cartArea,
.lb-login-cart {
    padding: 14px;
    color: #dce9ff;
}

.cartArea .title,
.lb-cart-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #168df0;
    font-size: 17px;
    font-weight: 900;
}

.cartArea .content {
    margin-top: 14px;
}

#picklist,
.lb-empty-cart {
    min-height: 102px !important;
    border-radius: 8px;
    background: #252e45;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #d9e3f6;
}

.btnMoney dl dd input,
#betMoney {
    width: 100%;
    height: 45px;
    padding: 0 14px;
    border: 0;
    border-radius: 5px;
    background: #29344f;
    color: #fff;
    text-align: right;
    font-weight: 900;
    box-sizing: border-box;
}

.bsp_money ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 7px;
    margin-top: 9px;
}

.bsp_money li span,
.lb-money-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 36px;
    border-radius: 5px;
    background: #11375b;
    color: #dcecff;
    font-weight: 900;
    cursor: pointer;
}

.betInfo,
.betLimit,
.lb-bet-summary {
    margin-top: 13px;
    padding: 10px;
    background: #303443;
    border-radius: 5px;
}

.betInfo li,
.betLimit li,
.lb-bet-summary li {
    display: flex;
    justify-content: space-between;
    margin: 6px 0;
    color: #b8c9e5;
}

.btnBet button,
.lb-login-cart .lb-login-main {
    width: 100%;
    height: 56px;
    margin-top: 14px;
    border-radius: 8px;
    background: #2374c9;
    color: #fff;
    font-size: 20px;
    font-weight: 900;
}

.lb-login-help {
    margin-top: 14px;
    text-align: center;
    color: #dce8f8;
    font-weight: 800;
}

.lb-login-help a { color: #269dff; text-decoration: underline; }

.cart-bt-banner { padding: 10px; }

#footer {
    margin-top: 0;
    background: #1b2336;
}

#footer .footer-tp {
    min-height: 150px;
    border: 0 !important;
}

.lb-provider-row {
    width: min(1220px, calc(100vw - 40px));
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(10, minmax(72px, 1fr));
    align-items: center;
    justify-content: center;
    gap: 20px 30px;
    padding: 36px 0 34px;
}

.lb-provider-row img {
    display: block;
    max-width: 124px;
    max-height: 42px;
    width: 100%;
    height: auto;
    object-fit: contain;
    opacity: .68;
    filter: grayscale(1);
    margin: 0 auto;
}

.layer {
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    padding: 22px;
    background: rgba(2, 7, 15, .86);
    backdrop-filter: blur(10px);
    z-index: 9999;
    box-sizing: border-box;
}

.swal2-container {
    z-index: 20000 !important;
}

.layer[style*="flex"],
.layer[style*="block"] {
    display: flex;
}

.layer .layer-content {
    position: relative;
    display: flex;
    overflow: hidden;
    width: min(720px, calc(100vw - 32px));
    max-height: calc(100vh - 44px);
    border: 1px solid #0b9dff;
    border-radius: 8px;
    background: #080f1d;
    box-shadow: 0 26px 80px rgba(0, 0, 0, .58);
}

.layer.login .layer-content {
    width: min(430px, calc(100vw - 32px));
    height: auto !important;
}

.layer .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    color: #fff;
}

.layer .btn-close .iconfont {
    font-size: 30px;
}

.lb-modal-visual {
    flex: 0 0 315px;
    min-height: 480px;
    border-right: 1px solid rgba(11, 157, 255, .55);
    background: #050a13;
}

.layer.login .lb-modal-visual {
    display: none;
}

.lb-modal-visual img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.layer form {
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
    color: #fff;
}

.layer.login form {
    position: relative;
    min-height: 0;
    padding: 0;
}

.layer.login .frm,
.layer.code form,
.layer.pop form {
    padding: 54px 38px 30px;
}

.layer h4 {
    margin: 0 0 32px;
    color: #fff;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 900;
    text-align: center;
}

.layer.login h4 img {
    display: block;
    width: 172px;
    height: auto;
    margin: 0 auto 14px;
}

.layer.login h4 span {
    display: block;
    margin: 0;
    color: #fff;
    font-size: 19px;
}

.layer.login form .frm {
    padding: 42px 38px 28px;
}

.layer.login form .frm h4 {
    margin: 0 0 24px;
    font-family: "Malgun Gothic", "Apple SD Gothic Neo", Arial, sans-serif;
    font-weight: 900;
    font-size: 19px;
}

.layer.login form .frm div.lb-field {
    height: 48px;
    margin-bottom: 12px;
    border: 1px solid #1f395a;
    border-radius: 6px;
    background: #101828;
}

.layer.login form .frm strong {
    height: auto;
    margin: 16px 0 10px;
    font-family: "Malgun Gothic", "Apple SD Gothic Neo", Arial, sans-serif;
    font-size: 14px;
}

.layer.login form .frm p {
    font-family: "Malgun Gothic", "Apple SD Gothic Neo", Arial, sans-serif;
    font-size: 14px;
}

.layer.login form .btn {
    display: none;
}

.layer h4 span {
    margin: 0 8px;
    color: #2374c9;
}

.layer.code h4 img {
    width: 172px;
    height: auto;
}

.layer .lb-field,
.layer.join form dd,
.layer.pop form input,
.layer.pop form textarea {
    border: 1px solid #1f395a;
    border-radius: 6px;
    background: #101828;
}

.layer .lb-field {
    display: flex;
    align-items: center;
    height: 48px;
    margin-bottom: 12px;
}

.layer .lb-field .iconfont {
    flex: 0 0 48px;
    color: #24a4ff;
    text-align: center;
    font-size: 20px;
}

.layer input,
.layer select,
.layer textarea {
    width: 100%;
    min-width: 0;
    border: 0;
    outline: 0;
    background: transparent;
    color: #fff;
    font-family: "Malgun Gothic", "Apple SD Gothic Neo", Arial, sans-serif;
    font-size: 14px;
    box-sizing: border-box;
}

.layer input::placeholder,
.layer textarea::placeholder {
    color: #7486a1;
}

.layer select {
    height: 43px;
    padding: 0 12px;
    border: 1px solid #1f395a;
    border-radius: 6px;
    background: #101828;
}

.layer .lb-field input {
    height: 100%;
    padding: 0 14px 0 0;
}

.layer button,
.layer .chk-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 6px;
    background: #2374c9;
    color: #fff;
    font-weight: 900;
    cursor: pointer;
}

.layer .layer-content form button,
.layer .layer-content form button.btn-red,
.layer.login form .frm button {
    border: 0;
    background: #2374c9;
    color: #fff;
}

.layer .layer-content form button.btn-cancel {
    background: #26334b;
    border: 1px solid #26334b;
}

.layer form > button,
.layer.login .frm button {
    width: 100%;
    height: 50px;
    margin-top: 10px;
    font-size: 16px;
}

.layer .btn-red {
    background: #2374c9;
}

.layer .btn-cancel {
    background: #26334b;
}

.layer.login strong,
.layer.join .tennage {
    display: block;
    margin: 18px 0 10px;
    color: #ff4d63;
    font-weight: 800;
    text-align: center;
}

.layer.login p {
    margin: 0;
    color: #aebbd0;
    text-align: center;
}

.layer.login p a {
    color: #24a4ff;
    font-weight: 900;
}

.layer.login .btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-top: 1px solid #1f395a;
}

.layer.login .btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 56px;
    color: #dce8f8;
    font-weight: 800;
}

.layer.login .btn a + a {
    border-left: 1px solid #1f395a;
}

.layer.code .layer-content,
.layer.pop .layer-content {
    width: min(430px, calc(100vw - 32px));
}

.layer.code form,
.layer.pop form {
    padding-top: 62px;
}

.layer.join .layer-content {
    width: min(560px, calc(100vw - 32px));
    overflow-y: auto;
}

.layer.join form {
    padding: 30px;
}

.layer.join form dl {
    display: grid;
    grid-template-columns: 112px minmax(0, 1fr);
    gap: 8px;
    align-items: center;
    margin: 8px 0 0;
}

.layer.join form dt {
    color: #d9e7fb;
    font-weight: 800;
}

.layer.join form dd {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 45px;
    padding: 0;
}

.layer.join form dd > input {
    height: 43px;
    padding: 0 13px;
}

.layer.join form dd input.btnwith {
    padding-right: 72px;
}

.layer.join form dd .chk-btn {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 60px;
    height: 33px;
    font-size: 12px;
}

.layer.join .bank-box {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 6px;
    width: 100%;
}

.layer.join .bank-box + input {
    margin-top: 6px;
}

.layer.pop form {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.layer.pop h4 {
    margin-bottom: 18px;
}

.layer.pop form input,
.layer.pop form textarea {
    height: 45px;
    padding: 0 13px;
}

.layer.pop form textarea {
    height: 120px;
    padding-top: 12px;
    resize: none;
}

@media (max-width: 1180px) and (min-width: 901px) {
    .lb-util-inner,
    .lb-nav-inner,
    .lb-shell {
        width: min(1000px, calc(100vw - 24px));
    }
    .lb-nav-inner {
        gap: 16px;
    }
    .lb-logo {
        font-size: 34px;
    }
    .lb-main-menu {
        gap: 13px;
        font-size: 16px;
    }
    .lb-actions {
        gap: 6px;
    }
    .lb-btn {
        height: 38px;
        padding: 0 10px;
        font-size: 13px;
    }
    .lb-shell {
        grid-template-columns: 230px minmax(0, 1fr) 250px;
        gap: 10px;
    }
    .lb-welcome {
        height: 82px;
    }
    .lb-sports-list li a {
        font-size: 14px;
    }
}

@media (max-width: 900px) {
    .is_pc { display: none !important; }
    .is_mobile { display: inline-flex !important; }

    .lb-header { border-bottom-width: 4px; }
    .lb-util { display: none; }
    .lb-nav { height: auto; }
    .lb-nav-inner {
        width: 100%;
        padding: 7px 10px 6px;
        box-sizing: border-box;
        display: grid;
        grid-template-columns: 1fr auto;
        gap: 8px;
    }
    .lb-logo {
        width: 112px;
        height: 36px;
        align-self: center;
    }
    .lb-actions {
        justify-content: flex-end;
    }
    .lb-btn {
        height: 28px;
        padding: 0 7px;
        border-radius: 6px;
        font-size: 11px;
    }
    .lb-main-menu {
        grid-column: 1 / -1;
        flex-wrap: wrap;
        justify-content: center;
        gap: 5px 15px;
        font-size: 14px;
        line-height: 1.2;
    }
    .lb-main-menu a { display: inline-flex; }
    .lb-hero {
        width: 100%;
        max-width: 100%;
        height: auto;
        min-height: 150px;
        aspect-ratio: 8 / 3;
        background-position: center top;
    }
    .lb-hero-inner {
        width: 100%;
        max-width: 100%;
        padding: 0 12px;
        box-sizing: border-box;
    }
    .lb-hero-kicker { font-size: 16px; }
    .lb-hero-title {
        margin-top: 8px;
        font-size: 28px;
        line-height: 1.15;
    }
    .lb-shell {
        display: block;
        width: 100%;
        padding: 0 0 28px;
    }
    .lb-left,
    .right-box {
        display: none;
    }
    .lb-center {
        border: 0;
        padding: 0 10px 20px;
        overflow: hidden;
    }
    .lb-sub-shell {
        min-height: 0;
    }
    .lb-sub-center {
        width: 100%;
        border: 0;
        padding: 10px 10px 24px;
        overflow: hidden;
    }
    .lb-sub-center .sub_title,
    .lb-sub-center .game_title {
        min-height: 48px;
        margin-bottom: 10px !important;
    }
    .lb-sub-center .sub_title h2,
    .lb-sub-center .sub_title .h2,
    .lb-sub-center .game_title .blind,
    .lb-sub-center .game_title h2 {
        font-size: 22px !important;
    }
    .lb-sub-center .main_game_list,
    .lb-sub-center .game_list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }
    .lb-sub-center .board_form dl {
        grid-template-columns: 92px minmax(0, 1fr);
    }
    .lb-sub-center th,
    .lb-sub-center td {
        padding: 10px 7px !important;
        font-size: 12px !important;
    }
    .lb-sub-center .search,
    .lb-sub-center .search-container,
    .lb-sub-center .btn_board_area,
    .lb-sub-center .charge_flex,
    .lb-sub-center .charge_btns,
    .lb-sub-center .sub_tabs {
        gap: 6px;
    }
    .lb-sub-center .sub_tabs li {
        flex-basis: calc(50% - 6px);
    }
    .lb-slot-search {
        grid-template-columns: 1fr 1fr;
        width: 100%;
        margin: 0;
    }
    .lb-slot-search select,
    .lb-slot-search input {
        grid-column: 1 / -1;
    }
    .lb-slot-search button {
        width: 100%;
    }
    .lb-slot-pager {
        overflow-x: auto;
        padding-bottom: 4px;
    }
    .lb-slot-pager .el-pagination {
        gap: 5px;
    }
    .lb-slot-pager .el-pager {
        gap: 5px;
    }
    .lb-slot-pager .btn-prev,
    .lb-slot-pager .btn-next,
    .lb-slot-pager .el-pager li {
        flex-basis: 32px;
        width: 32px !important;
        min-width: 32px !important;
        max-width: 32px !important;
        height: 32px !important;
        min-height: 32px !important;
        font-size: 13px !important;
    }
    .lb-mobile-banners {
        display: grid;
        gap: 8px;
        margin: 8px 0 14px;
    }
    .lb-mobile-banner {
        position: relative;
        display: block;
        overflow: hidden;
        border: 1px solid #089cff;
        border-radius: 5px;
        height: 117px;
        background: #0c1422;
    }
    .lb-mobile-banner img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        filter: saturate(.95) contrast(1.08);
    }
    .lb-mobile-banner strong {
        display: none;
        position: absolute;
        right: 18px;
        top: 50%;
        transform: translateY(-50%);
        color: #fff;
        text-align: right;
        font-size: 25px;
        line-height: 1.05;
        font-weight: 900;
        text-shadow: 0 3px 8px #000;
    }
    .lb-mobile-banner small {
        display: block;
        margin-top: 4px;
        font-size: 13px;
    }
    .lb-section {
        margin-bottom: 18px;
    }
    .lb-section-title {
        margin: 10px 0;
        font-size: 22px;
    }
    .lb-scroll-controls {
        gap: 6px;
    }
    .lb-scroll-controls a,
    .lb-scroll-controls button {
        height: 30px;
        min-width: 30px;
        padding: 0 9px;
        font-size: 12px;
    }
    .lb-section-title small { font-size: 13px; }
    .lb-sports-cards {
        display: block;
        overflow: hidden;
        gap: 0;
        padding-bottom: 0;
        scrollbar-width: none;
        height: calc((100vw - 32px) / 2) !important;
    }
    .lb-sports-cards .swiper-wrapper {
        height: calc((100vw - 32px) / 2) !important;
    }
    .lb-sports-cards .lb-card {
        width: auto;
        height: calc((100vw - 32px) / 2) !important;
        aspect-ratio: auto;
    }
    .lb-game-grid,
    .lb-event-grid {
        display: block;
        overflow: hidden;
        gap: 0;
        scroll-snap-type: none;
        scrollbar-width: none;
        max-width: 100%;
        height: calc((100vw - 32px) / 2) !important;
    }
    .lb-game-grid .swiper-wrapper,
    .lb-event-grid .swiper-wrapper {
        height: calc((100vw - 32px) / 2) !important;
    }
    .lb-slot-section.lb-section .lb-game-grid,
    .lb-slot-section.lb-section .lb-game-grid .swiper-wrapper {
        height: calc(((100vw - 32px) / 2 * 4) + 36px) !important;
    }
    .lb-slot-page {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }
    .lb-game-grid .lb-card,
    .lb-event-grid .lb-card {
        width: auto;
        height: calc((100vw - 32px) / 2) !important;
        aspect-ratio: auto;
        border-radius: 7px;
        scroll-snap-align: start;
    }
    .lb-card-title {
        left: 8px;
        right: 8px;
        bottom: 9px;
        font-size: 19px;
        max-width: calc(100% - 16px);
    }
    #footer .footer-tp {
        min-height: 90px;
    }
    .lb-provider-row {
        width: 100%;
        grid-template-columns: repeat(3, minmax(82px, 1fr));
        gap: 14px 18px;
        padding: 26px 16px;
        box-sizing: border-box;
    }
    .lb-provider-row img {
        max-width: 96px;
        max-height: 30px;
    }
    .bottom_menu,
    .quick-menu,
    .fix_menu,
    .footer-menu {
        display: none !important;
    }

    .layer {
        padding: 14px;
    }

    .layer .layer-content,
    .layer.code .layer-content,
    .layer.pop .layer-content,
    .layer.join .layer-content {
        width: calc(100vw - 28px);
        max-height: calc(100vh - 28px);
    }

    .layer.login .layer-content {
        display: block;
    }

    .lb-modal-visual {
        display: none;
    }

    .layer.login form {
        min-height: 420px;
    }

    .layer.login .frm,
    .layer.code form,
    .layer.pop form,
    .layer.join form {
        padding: 54px 18px 22px;
    }

    .layer.join form dl {
        display: block;
    }

    .layer.join form dd {
        margin-top: 6px;
    }

    .layer.join .bank-box {
        grid-template-columns: 1fr;
    }
}
