html{box-sizing: border-box;}
*,*::before,*::after{box-sizing: inherit;}
*{margin: 0; padding: 0;}
ul,ol{list-style: none;}
input,textarea,select,button{font: inherit;}
button{border: 0; background: none; color: inherit; cursor: pointer;}
a:link,a:visited{text-decoration: none; color: inherit;}
img,svg,video{max-width: 100%; display: block;}
body{background: #0B0D0C; line-height: 1.6; -webkit-font-smoothing: antialiased; color: #C5BBA8; min-height: 100vh; font-family: 'Raleway', sans-serif;}
.oge-layout_log{flex-direction: column; display: flex; min-height: 100vh;}
.oge-page_log{display: flex; min-height: 100vh;}
.oge-main_log{flex: 1; min-width: 0; padding-top: 3.5rem;}
@media (min-width: 1081px) {
.oge-main_log{padding-left: 220px;}
}
@media (max-width: 1080px) {
.oge-main_log{padding-bottom: 72px;}
}
.oge-gc_log{border-radius: 10px; background: #0F1210; border: 1px solid rgba(255, 255, 255, 0.05); overflow: hidden; transition: transform .2s,border-color .2s; cursor: pointer; width: 140px; position: relative; flex-shrink: 0;}
@media(min-width: 638px) {
.oge-gc_log{width: 156px;}
}
@media(min-width: 1077px) {
.oge-gc_log{width: 10.5rem;}
}
.oge-gc_log:hover{border-color: rgba(201, 133, 32, 0.07); transform: translateY(-3px);}
.oge-gc_img_log{overflow: hidden; position: relative; padding-bottom: 80%; width: 100%;}
.oge-gc_img_log img{inset: 0; width: 100%; object-fit: cover; position: absolute; height: 100%;}
.oge-gc_hover_log{inset: 0; transition: opacity .2s; background: rgba(4, 6, 5, 0.78); align-items: center; opacity: 0; position: absolute; justify-content: center; display: flex;}
.oge-gc_log:hover .oge-gc_hover_log{opacity: 1;}
.oge-gc_hover_btn_log{background: #C98520; padding: 0.5rem 16px; border-radius: 6px; font-size: 12px; color: #F0EBE0; font-weight: 700;}
.oge-gc_info_log{padding: 0.5rem 10px 10px;}
.oge-gc_name_log{overflow: hidden; white-space: nowrap; font-size: 0.75rem; color: #C5BBA8; text-overflow: ellipsis; max-width: 100%; font-weight: 600; margin-bottom: 3px;}
.oge-gc_prov_log{font-size: 10px; color: #605650;}
.oge-gc_tag_log{padding: 2px 0.438rem; border-radius: 4px; font-size: 0.563rem; top: 6px; text-transform: uppercase; font-weight: 700; z-index: 2; position: absolute; left: 0.375rem; letter-spacing: .04em;}
.oge-gc_tag_hot_log{background: #BE3030; color: #fff;}
.oge-gc_tag_new_log{background: #3D8F50; color: #0B0D0C;}
.oge-gc_tag_jp_log{background: #D4A018; color: #0B0D0C;}
.oge-gc_tag_ex_log{background: #7A4F18; color: #fff;}
.oge-gc_tag_live_log{background: #BE3030; color: #fff;}
.oge-gr_log{background: #0B0D0C; padding: 2rem 1rem 0;}
@media(min-width: 770px) {
.oge-gr_log{padding: 36px 1.5rem 0;}
}
.oge-gr_in_log{margin: 0 auto; max-width: 1320px;}
.oge-gr_head_log{gap: 12px; display: flex; flex-wrap: wrap; margin-bottom: 10px; align-items: center;}
.oge-gr_head_l_log{flex: 1; gap: 10px; align-items: center; display: flex; min-width: 0;}
.oge-gr_ic_log{border-radius: 10px; display: flex; width: 32px; justify-content: center; flex-shrink: 0; height: 2rem; align-items: center;}
.oge-gr_ic_log svg{stroke-linejoin: round; width: 16px; stroke-linecap: round; height: 1rem;}
.oge-gr_title_log{font-size: 1rem; font-weight: 700; overflow-wrap: break-word; color: #F0EBE0; font-family: 'Cinzel', serif;}
@media(min-width:768px) {
.oge-gr_title_log{font-size: 18px;}
}
.oge-gr_more_log{gap: 5px; transition: color .2s; font-weight: 600; white-space: nowrap; display: flex; flex-shrink: 0; color: #726660; align-items: center; font-size: 0.75rem;}
.oge-gr_more_log:hover{color: #C98520;}
.oge-gr_more_log svg{height: 12px; stroke-linejoin: round; width: 12px; stroke-linecap: round;}
.oge-gr_arrows_log{gap: 6px; display: flex; flex-shrink: 0;}
.oge-gr_arr_log{transition: background .15s,color .15s; border: 1px solid rgba(255, 255, 255, 0.09); background: rgba(255, 255, 255, 0.05); border-radius: 6px; width: 1.875rem; justify-content: center; height: 1.875rem; color: #968B78; display: flex; align-items: center;}
.oge-gr_arr_log:hover{background: rgba(255, 255, 255, 0.07); color: #F0EBE0;}
.oge-gr_arr_log svg{height: 13px; stroke-linecap: round; stroke-linejoin: round; width: 0.813rem;}
.oge-gr_seo_h_log{margin: 0 0 6px; color: #C5BBA8; font-weight: 700; overflow-wrap: break-word; max-width: 680px; font-size: 0.813rem; font-family: 'Cinzel', serif;}
@media(min-width: 766px) {
.oge-gr_seo_h_log{font-size: 14px;}
}
.oge-gr_seo_log{line-height: 1.55; font-size: 12px; color: #726660; overflow-wrap: break-word; max-width: 680px; margin-bottom: 12px;}
.oge-gr_seo_log strong{font-weight: 600; color: #C5BBA8;}
.oge-gr_scroll_log{gap: 10px; display: flex; -webkit-overflow-scrolling: touch; scrollbar-width: none; overflow-x: auto; padding-bottom: 0.625rem;}
.oge-gr_scroll_log::-webkit-scrollbar{display: none;}
@media(min-width: 770px) {
.oge-gr_scroll_log{gap: 0.75rem;}
}
.oge-tb_log{background: #0B0D0C; border-bottom: 1px solid rgba(255, 255, 255, 0.07); position: fixed; z-index: 80; top: 0; display: flex; right: 0; height: 56px; align-items: center; left: 0;}
.oge-tb_in_log{gap: 0; padding: 0 14px; height: 100%; align-items: center; width: 100%; display: flex;}
.oge-tb_burger_log{border-radius: 10px; gap: 0.313rem; height: 38px; width: 38px; align-items: center; display: flex; flex-direction: column; justify-content: center; margin-right: 0.5rem; flex-shrink: 0;}
.oge-tb_burger_log:hover{background: rgba(255, 255, 255, 0.05);}
.oge-tb_burger_line_log{background: #968B78; border-radius: 1px; width: 18px; height: 2px; display: block;}
@media(min-width: 1083px) {
.oge-tb_burger_log{display: none;}
}
.oge-tb_logo_log{gap: 0.563rem; font-size: 18px; overflow-wrap: break-word; margin-right: 20px; display: flex; letter-spacing: -.01em; color: #F0EBE0; flex-shrink: 0; font-weight: 800; align-items: center;}
.oge-tb_logo_mark_log{overflow: hidden; border-radius: 0.625rem; justify-content: center; height: 32px; display: flex; align-items: center; width: 32px;}
.oge-tb_logo_mark_log img{object-fit: cover; width: 100%; height: 100%;}
.oge-tb_nav_log{flex: 1; gap: 2px; display: none;}
@media(min-width: 642px) {
.oge-tb_nav_log{display: flex;}
}
.oge-tb_tab_log{padding: 8px 14px; border-radius: 0.625rem; transition: background .15s,color .15s; color: #968B78; font-weight: 600; font-size: 0.813rem; white-space: nowrap;}
.oge-tb_tab_log:hover{background: rgba(255, 255, 255, 0.05); color: #F0EBE0;}
.oge-tb_tab_log.oge-state_active_log{background: rgba(201, 133, 32, 0.18); color: #F0EBE0;}
.oge-tb_right_log{gap: 0.5rem; margin-left: auto; flex-shrink: 0; align-items: center; display: flex;}
.oge-tb_login_log{background: rgba(255, 255, 255, 0.05); border: 1px solid rgba(255, 255, 255, 0.09); border-radius: 10px; transition: border-color .2s,color .2s; padding: 9px 16px; color: #C5BBA8; display: none; font-size: 0.813rem; font-weight: 600;}
.oge-tb_login_log:hover{border-color: rgba(201, 133, 32, 0.45); color: #F0EBE0;}
@media(min-width: 482px) {
.oge-tb_login_log{display: block;}
}
.oge-tb_reg_log{background: #3D8F50; border-radius: 0.625rem; transition: background .2s; padding: 0.563rem 18px; white-space: nowrap; font-weight: 700; color: #0D0C09; font-size: 0.813rem;}
.oge-tb_reg_log:hover{background: #4CAF64;}
.oge-sb_log{transition: transform .25s ease; transform: translateX(-100%); background: #131714; border-right: 1px solid rgba(255, 255, 255, 0.05); z-index: 70; overflow-y: auto; bottom: 0; position: fixed; top: 56px; left: 0; width: 220px;}
.oge-sb_log.oge-state_open_log{transform: translateX(0);}
.oge-sb_log::-webkit-scrollbar{width: 4px;}
.oge-sb_log::-webkit-scrollbar-thumb{background: rgba(255, 255, 255, 0.07); border-radius: 2px;}
@media(min-width: 1077px) {
.oge-sb_log{transform: translateX(0);}
}
.oge-sb_auth_log{padding: 14px 12px 10px;}
.oge-sb_btn_reg_log{border-radius: 0.625rem; background: #3D8F50; padding: 0.688rem; transition: background .2s; text-align: center; display: block; font-size: 0.813rem; color: #0D0C09; margin-bottom: 8px; font-weight: 700;}
.oge-sb_btn_reg_log:hover{background: #4CAF64;}
.oge-sb_btn_login_log{padding: 0.625rem; background: rgba(255, 255, 255, 0.05); transition: border-color .2s; border-radius: 10px; border: 1px solid rgba(255, 255, 255, 0.09); color: #C5BBA8; font-size: 13px; font-weight: 600; text-align: center; display: block;}
.oge-sb_btn_login_log:hover{border-color: rgba(201, 133, 32, 0.45); color: #F0EBE0;}
.oge-sb_promo_log{border-radius: 0.625rem; overflow: hidden; margin: 0 12px 0.625rem; padding: 0.75rem 0.875rem; background: linear-gradient(135deg,#1A1008,#131714); border: 1px solid rgba(201, 133, 32, 0.18); position: relative;}
.oge-sb_promo_log::before{border-radius: 50%; background: radial-gradient(circle,rgba(201, 133, 32, 0.18),transparent 70%); height: 5rem; content: ''; top: -20px; width: 5rem; right: -20px; position: absolute;}
.oge-sb_promo_title_log{font-weight: 700; color: #C98520; font-size: 11px; text-transform: uppercase; margin-bottom: 4px; letter-spacing: .06em;}
.oge-sb_promo_text_log{font-weight: 600; line-height: 1.35; font-size: 0.75rem; color: #F0EBE0; overflow-wrap: break-word;}
.oge-sb_promo_sub_log{color: #726660; margin-top: 3px; font-size: 0.625rem;}
.oge-sb_nav_log{padding: 6px 0.5rem 16px;}
.oge-sb_nav_lb_log{padding: 10px 8px 6px; color: #605650; font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;}
.oge-sb_link_log{padding: 9px 10px; transition: background .15s,color .15s; gap: 0.625rem; border-radius: 6px; align-items: center; font-weight: 500; font-size: 0.813rem; cursor: pointer; color: #968B78; overflow-wrap: break-word; display: flex;}
.oge-sb_link_log:hover{background: rgba(255, 255, 255, 0.05); color: #F0EBE0;}
.oge-sb_link_log.oge-state_active_log{background: rgba(201, 133, 32, 0.18); color: #F0EBE0;}
.oge-sb_ic_log{border-radius: 0.375rem; flex-shrink: 0; align-items: center; justify-content: center; height: 1.875rem; width: 30px; display: flex;}
.oge-sb_ic_log svg{height: 1rem; width: 1rem; stroke-linejoin: round; stroke-linecap: round;}
.oge-sb_ic_1_log{background: rgba(201, 133, 32, 0.07); color: #C98520;}
.oge-sb_ic_2_log{background: rgba(61, 143, 80, 0.18); color: #3D8F50;}
.oge-sb_ic_3_log{background: rgba(212, 160, 24, 0.16); color: #D4A018;}
.oge-sb_ic_4_log{background: rgba(122, 79, 24, 0.28); color: #7A4F18;}
.oge-sb_ic_5_log{background: rgba(201, 133, 32, 0.07); color: #C84E6A;}
.oge-sb_ic_6_log{background: rgba(122, 79, 24, 0.28); color: #7B3FA8;}
.oge-sb_badge_log{border-radius: 0.375rem; background: #D4A018; padding: 2px 0.438rem; font-size: 9px; margin-left: auto; color: #0D0C09; font-weight: 700;}
.oge-sb_bot_log{border-top: 1px solid rgba(255, 255, 255, 0.05); padding: 12px; gap: 8px; display: flex;}
.oge-sb_lang_log,.oge-sb_help_log{background: rgba(255, 255, 255, 0.05); border-radius: 6px; transition: border-color .2s; flex: 1; border: 1px solid rgba(255, 255, 255, 0.05); padding: 9px 6px; gap: 6px; font-size: 11px; justify-content: center; align-items: center; display: flex; font-weight: 600; color: #968B78;}
.oge-sb_lang_log:hover,.oge-sb_help_log:hover{border-color: rgba(201, 133, 32, 0.45); color: #F0EBE0;}
.oge-sb_lang_log svg,.oge-sb_help_log svg{stroke-linecap: round; stroke-linejoin: round; height: 13px; width: 13px;}
.oge-sb_bd_log{inset: 0; background: rgba(4, 6, 5, 0.78); position: fixed; display: none; z-index: 69;}
.oge-sb_bd_log.oge-state_on_log{display: block;}
@media(min-width: 1077px) {
.oge-sb_bd_log{display: none!important;}
}
.oge-mob_nav_log{background: #131714; padding: 0.5rem 0 max(8px,env(safe-area-inset-bottom)); border-top: 1px solid rgba(255, 255, 255, 0.09); display: flex; right: 0; z-index: 80; position: fixed; bottom: 0; left: 0;}
@media(min-width: 1081px) {
.oge-mob_nav_log{display: none;}
}
.oge-mob_nav_item_log{gap: 4px; padding: 4px 2px; flex: 1; color: #605650; align-items: center; flex-direction: column; display: flex; cursor: pointer;}
.oge-mob_nav_ic_log{line-height: 1;}
.oge-mob_nav_ic_log svg{stroke-linecap: round; height: 20px; width: 1.25rem; stroke-linejoin: round;}
.oge-mob_nav_lb_log{font-weight: 600; font-size: 0.625rem; color: #605650;}
.oge-mob_nav_item_log.oge-state_active_log{color: #C98520;}
.oge-mob_nav_item_log.oge-state_active_log .oge-mob_nav_lb_log{color: #C98520;}
.oge-hero_log{padding: 1.25rem 1rem 0; background: #0B0D0C;}
@media(min-width: 765px) {
.oge-hero_log{padding: 24px 1.5rem 0;}
}
.oge-hero_in_log{margin: 0 auto; gap: 12px; display: grid; grid-template-columns: 1fr; max-width: 82.5rem;}
@media(min-width: 858px) {
.oge-hero_in_log{grid-template-columns: 1fr 300px;}
}
@media(min-width: 1101px) {
.oge-hero_in_log{grid-template-columns: 1fr 340px;}
}
.oge-hero_promo_log{overflow: hidden; border-radius: 16px; background: #0F1210; min-height: 13.75rem; position: relative; display: flex; align-items: stretch;}
@media(min-width: 769px) {
.oge-hero_promo_log{min-height: 280px;}
}
.oge-hero_promo_bg_log{inset: 0; background-position: center; background: linear-gradient(120deg,#1A1008 0%,#0B0D0C 100%); background-size: cover; position: absolute;}
.oge-hero_promo_bg_log::after{inset: 0; background: linear-gradient(90deg,#0B0D0C 0%,rgba(4, 6, 5, 0.78) 60%,transparent 100%); content: ''; position: absolute;}
.oge-hero_promo_glow_log{background: radial-gradient(circle,rgba(122, 79, 24, 0.28) 0%,transparent 65%); border-radius: 50%; right: 60px; position: absolute; width: 300px; top: -40px; height: 18.75rem; pointer-events: none;}
.oge-hero_promo_ct_log{padding: 28px 1.5rem 1.75rem 28px; position: relative; flex-direction: column; justify-content: center; max-width: 30rem; z-index: 2; display: flex;}
@media(min-width: 767px) {
.oge-hero_promo_ct_log{padding: 40px 2rem;}
}
.oge-hero_badge_log{background: rgba(201, 133, 32, 0.18); border: 1px solid rgba(201, 133, 32, 0.07); padding: 0.313rem 12px; border-radius: 1.25rem; text-transform: uppercase; letter-spacing: .08em; font-size: 10px; display: inline-block; margin-bottom: 0.875rem; font-weight: 700; color: #C98520;}
.oge-hero_h1_log{font-size: 26px; margin-bottom: 10px; color: #F0EBE0; line-height: 1.15; font-family: 'Cinzel', serif; overflow-wrap: break-word; font-weight: 800;}
.oge-hero_h1_log em{font-style: normal; color: #D4A018;}
@media(min-width: 765px) {
.oge-hero_h1_log{font-size: 2.25rem;}
}
.oge-hero_sub_log{color: #968B78; font-size: 13px; line-height: 1.55; margin-bottom: 20px;}
@media(min-width: 766px) {
.oge-hero_sub_log{font-size: 14px;}
}
.oge-hero_row_log{gap: 10px; flex-wrap: wrap; display: flex; align-items: center;}
.oge-hero_cta_log{background: #3D8F50; transition: background .2s; padding: 13px 26px; border-radius: 0.625rem; color: #0D0C09; font-size: 14px; font-weight: 700; box-shadow: 0 6px 24px rgba(61, 143, 80, 0.44);}
.oge-hero_cta_log:hover{background: #4CAF64;}
.oge-hero_terms_log{font-size: 11px; color: #605650;}
.oge-hero_game_log{background: #0F1210; border-radius: 1rem; border: 1px solid rgba(255, 255, 255, 0.05); overflow: hidden; display: flex; position: relative; flex-direction: column;}
.oge-hero_game_badge_log{background: rgba(212, 160, 24, 0.16); border: 1px solid rgba(212, 160, 24, 0.16); border-radius: 20px; padding: 5px 0.625rem; letter-spacing: .06em; font-size: 10px; z-index: 3; position: absolute; top: 12px; color: #D4A018; text-transform: uppercase; left: 0.75rem; font-weight: 700;}
.oge-hero_game_badge_log svg{height: 0.688rem; vertical-align: -1px; width: 11px; margin-right: 4px;}
.oge-hero_game_img_log{overflow: hidden; background: linear-gradient(135deg,#1A1008,#0B0D0C); position: relative; padding-bottom: 60%;}
.oge-hero_game_img_log img{inset: 0; position: absolute; width: 100%; height: 100%; object-fit: cover;}
.oge-hero_game_play_log{transition: opacity .2s; inset: 0; background: rgba(4, 6, 5, 0.78); justify-content: center; display: flex; align-items: center; opacity: 0; position: absolute;}
.oge-hero_game_log:hover .oge-hero_game_play_log{opacity: 1;}
.oge-hero_game_play_log span{border-radius: 50%; background: #C98520; align-items: center; justify-content: center; display: flex; width: 3.25rem; height: 52px;}
.oge-hero_game_play_log span svg{margin-left: 2px; width: 1.125rem; height: 18px;}
.oge-hero_game_info_log{padding: 14px 16px;}
.oge-hero_game_title_log{font-size: 0.938rem; font-weight: 700; overflow-wrap: break-word; margin-bottom: 4px; color: #F0EBE0;}
.oge-hero_game_provider_log{font-size: 0.688rem; color: #726660;}
.oge-hero_game_btn_log{margin: 12px 16px 16px; border-radius: 10px; background: #C98520; transition: background .2s; padding: 0.688rem; display: block; font-weight: 700; text-align: center; color: #F0EBE0; font-size: 0.813rem;}
.oge-hero_game_log:hover .oge-hero_game_btn_log{background: #E09C30;}
.oge-wy_log{padding: 32px 1rem 0; background: #0B0D0C;}
@media(min-width: 770px) {
.oge-wy_log{padding: 40px 24px 0;}
}
.oge-wy_in_log{margin: 0 auto; max-width: 82.5rem;}
.oge-wy_head_log{max-width: 720px; margin-bottom: 1.125rem;}
.oge-wy_label_log{font-weight: 700; text-transform: uppercase; letter-spacing: .08em; font-size: 11px; color: #C98520; margin-bottom: 8px;}
.oge-wy_h2_log{font-size: 1.25rem; margin-bottom: 0.5rem; font-family: 'Cinzel', serif; overflow-wrap: break-word; color: #F0EBE0; font-weight: 800;}
@media(min-width: 767px) {
.oge-wy_h2_log{font-size: 24px;}
}
.oge-wy_intro_log{margin: 0; line-height: 1.6; font-size: 0.813rem; color: #726660;}
.oge-wy_grid_log{gap: 12px; grid-template-columns: 1fr; display: grid;}
@media(min-width: 637px) {
.oge-wy_grid_log{gap: 0.875rem; grid-template-columns: repeat(2,1fr);}
}
@media(min-width: 1082px) {
.oge-wy_grid_log{gap: 16px; grid-template-columns: repeat(3,1fr);}
}
.oge-wy_card_log{padding: 20px; transition: border-color .2s,transform .2s; border-radius: 10px; border: 1px solid rgba(255, 255, 255, 0.09); background: #131714;}
.oge-wy_card_log:hover{border-color: rgba(201, 133, 32, 0.07); transform: translateY(-2px);}
.oge-wy_card_ic_log{background: rgba(201, 133, 32, 0.18); border-radius: 50%; margin-bottom: 14px; align-items: center; display: flex; width: 44px; height: 44px; justify-content: center; color: #C98520;}
.oge-wy_card_ic_log svg{height: 1.375rem; stroke-linecap: round; stroke-linejoin: round; width: 1.375rem;}
.oge-wy_card_h_log{overflow-wrap: break-word; color: #F0EBE0; margin-bottom: 0.375rem; font-size: 0.938rem; line-height: 1.25; font-weight: 700;}
.oge-wy_card_p_log{font-size: 0.813rem; color: #726660; line-height: 1.6; overflow-wrap: break-word;}
.oge-wy_card_p_log strong{color: #C5BBA8; font-weight: 600;}
.oge-gcg_log{background: #0B0D0C; padding: 2.25rem 16px 0;}
@media(min-width: 769px) {
.oge-gcg_log{padding: 44px 1.5rem 0;}
}
.oge-gcg_in_log{margin: 0 auto; max-width: 1320px;}
.oge-gcg_head_log{max-width: 720px; margin-bottom: 1.25rem;}
.oge-gcg_label_log{color: #C98520; text-transform: uppercase; letter-spacing: .08em; margin-bottom: 0.5rem; font-size: 11px; font-weight: 700;}
.oge-gcg_h2_log{overflow-wrap: break-word; font-size: 1.375rem; margin-bottom: 8px; font-family: 'Cinzel', serif; color: #F0EBE0; font-weight: 800;}
@media(min-width: 769px) {
.oge-gcg_h2_log{font-size: 28px;}
}
.oge-gcg_intro_log{color: #726660; font-size: 0.813rem; line-height: 1.6;}
.oge-gcg_grid_log{gap: 12px; grid-template-columns: 1fr; display: grid;}
@media(min-width: 641px) {
.oge-gcg_grid_log{gap: 14px; grid-template-columns: repeat(2,1fr);}
}
@media(min-width: 1078px) {
.oge-gcg_grid_log{gap: 16px; grid-template-columns: repeat(3,1fr);}
}
.oge-gcg_card_log{overflow: hidden; border-radius: 16px; padding: 20px; transition: transform .2s,border-color .2s; border: 1px solid rgba(255, 255, 255, 0.09); min-height: 240px; display: flex; position: relative; cursor: pointer; flex-direction: column; justify-content: flex-end;}
.oge-gcg_card_log:hover{transform: translateY(-3px); border-color: rgba(201, 133, 32, 0.18);}
.oge-gcg_card_bg_log{inset: 0; position: absolute; z-index: 0;}
.oge-gcg_card_bg_log::after{inset: 0; background: linear-gradient(180deg,rgba(0,0,0,0) 30%,rgba(0,0,0,.75) 100%); position: absolute; content: '';}
.oge-gcg_card_ic_log{background: rgba(0,0,0,.45); border-radius: 6px; top: 1.125rem; height: 40px; right: 18px; z-index: 2; width: 40px; position: absolute; color: #F0EBE0; justify-content: center; display: flex; align-items: center;}
.oge-gcg_card_ic_log svg{height: 20px; stroke-linecap: round; width: 20px; stroke-linejoin: round;}
.oge-gcg_card_ct_log{z-index: 1; position: relative;}
.oge-gcg_card_h_log{margin-bottom: 8px; overflow-wrap: break-word; font-weight: 800; font-size: 1.125rem; color: #F0EBE0; line-height: 1.2; font-family: 'Cinzel', serif;}
@media(min-width: 767px) {
.oge-gcg_card_h_log{font-size: 20px;}
}
.oge-gcg_card_p_log{line-height: 1.55; overflow-wrap: break-word; font-size: 0.75rem; margin-bottom: 0.625rem; color: rgba(255,255,255,.82);}
.oge-gcg_card_p_log strong{color: #F0EBE0; font-weight: 600;}
.oge-gcg_card_cta_log{gap: 0.25rem; font-size: 0.75rem; letter-spacing: .04em; display: inline-flex; align-items: center; font-weight: 700; text-transform: uppercase; color: #C98520;}
.oge-gcg_card_cta_log svg{stroke-linejoin: round; height: 12px; width: 0.75rem; stroke-linecap: round;}
.oge-ws_log{background: #0B0D0C; padding: 2rem 1rem 0;}
@media(min-width: 765px) {
.oge-ws_log{padding: 2.25rem 24px 0;}
}
.oge-ws_in_log{margin: 0 auto; max-width: 1320px;}
.oge-ws_head_log{gap: 12px; justify-content: space-between; margin-bottom: 0.875rem; align-items: center; flex-wrap: wrap; display: flex;}
.oge-ws_title_log{gap: 10px; display: flex; font-family: 'Cinzel', serif; overflow-wrap: break-word; font-size: 16px; color: #F0EBE0; font-weight: 700; flex-wrap: wrap; align-items: center;}
.oge-ws_title_ic_log svg{width: 18px; stroke-linejoin: round; height: 1.125rem; color: #D4A018; stroke-linecap: round;}
.oge-ws_online_log{gap: 7px; display: flex; font-weight: 600; color: #726660; font-size: 0.75rem; align-items: center;}
.oge-ws_online_dot_log{background: #3D8F50; border-radius: 50%; width: 8px; height: 8px; box-shadow: 0 0 6px rgba(61, 143, 80, 0.18); flex-shrink: 0;}
.oge-ws_scroll_log{gap: 0.5rem; overflow-x: auto; display: flex; scrollbar-width: none; padding-bottom: 0.5rem;}
.oge-ws_scroll_log::-webkit-scrollbar{display: none;}
.oge-wc_log{background: #0F1210; border: 1px solid rgba(255, 255, 255, 0.09); padding: 10px 0.875rem; border-radius: 0.625rem; gap: 10px; align-items: center; flex-shrink: 0; min-width: 220px; display: flex;}
.oge-wc_img_log{background: #131714; border-radius: 6px; overflow: hidden; width: 2.25rem; flex-shrink: 0; height: 2.25rem;}
.oge-wc_img_log img{height: 100%; object-fit: cover; width: 100%;}
.oge-wc_info_log{min-width: 0;}
.oge-wc_game_log{overflow: hidden; color: #C5BBA8; font-weight: 600; text-overflow: ellipsis; white-space: nowrap; font-size: 0.75rem;}
.oge-wc_player_log{overflow: hidden; text-overflow: ellipsis; color: #605650; white-space: nowrap; font-size: 0.625rem;}
.oge-wc_amount_log{flex-shrink: 0; font-weight: 700; color: #3D8F50; white-space: nowrap; font-size: 13px; margin-left: auto;}
.oge-htp_log{padding: 2.25rem 16px 0; background: #0B0D0C;}
@media(min-width: 770px) {
.oge-htp_log{padding: 2.75rem 24px 0;}
}
.oge-htp_in_log{margin: 0 auto; max-width: 1320px;}
.oge-htp_head_log{max-width: 45rem; margin-bottom: 1.375rem;}
.oge-htp_label_log{text-transform: uppercase; font-size: 11px; color: #C98520; letter-spacing: .08em; margin-bottom: 8px; font-weight: 700;}
.oge-htp_h2_log{font-family: 'Cinzel', serif; color: #F0EBE0; margin-bottom: 8px; font-weight: 800; overflow-wrap: break-word; font-size: 1.375rem;}
@media(min-width: 771px) {
.oge-htp_h2_log{font-size: 28px;}
}
.oge-htp_intro_log{color: #726660; line-height: 1.6; font-size: 0.875rem;}
.oge-htp_steps_log{padding: 0; list-style: none; margin: 0; gap: 12px; display: grid; grid-template-columns: 1fr; counter-reset: none;}
@media(min-width: 641px) {
.oge-htp_steps_log{grid-template-columns: repeat(2,1fr);}
}
@media(min-width: 1077px) {
.oge-htp_steps_log{gap: 14px; grid-template-columns: repeat(4,1fr);}
}
.oge-htp_step_log{background: #131714; border-radius: 0.625rem; border: 1px solid rgba(255, 255, 255, 0.09); padding: 20px 18px 18px; position: relative; display: flex; flex-direction: column;}
.oge-htp_step_num_log{background: #C98520; border-radius: 50%; color: #0D0C09; justify-content: center; height: 28px; top: -12px; left: 1.25rem; position: absolute; align-items: center; font-weight: 800; font-size: 0.813rem; font-family: 'Cinzel', serif; display: flex; width: 1.75rem;}
.oge-htp_step_ic_log{margin: 0.5rem 0 0.75rem; border-radius: 6px; background: rgba(201, 133, 32, 0.18); width: 36px; align-items: center; height: 2.25rem; color: #C98520; justify-content: center; display: flex;}
.oge-htp_step_ic_log svg{stroke-linejoin: round; width: 1.125rem; height: 18px; stroke-linecap: round;}
.oge-htp_step_h_log{color: #F0EBE0; overflow-wrap: break-word; line-height: 1.25; font-weight: 700; margin-bottom: 6px; font-size: 14px;}
.oge-htp_step_p_log{color: #726660; font-size: 0.813rem; line-height: 1.55; overflow-wrap: break-word;}
.oge-htp_step_p_log strong{font-weight: 600; color: #C5BBA8;}
.oge-htp_cta_log{border-radius: 0.625rem; transition: background .2s; background: #3D8F50; padding: 13px 26px; color: #0D0C09; display: inline-block; font-weight: 700; margin-top: 20px; font-size: 14px;}
.oge-htp_cta_log:hover{background: #4CAF64;}
.oge-app_log{background: #0B0D0C; padding: 2.25rem 1rem 0;}
@media(min-width:768px) {
.oge-app_log{padding: 44px 24px 0;}
}
.oge-app_in_log{margin: 0 auto; max-width: 1320px;}
.oge-app_head_log{margin-bottom: 16px;}
.oge-app_label_log{margin-bottom: 8px; letter-spacing: .08em; text-transform: uppercase; color: #C98520; font-size: 0.688rem; font-weight: 700;}
.oge-app_h2_log{font-size: 20px; color: #F0EBE0; overflow-wrap: break-word; font-family: 'Cinzel', serif; margin-bottom: 0.375rem; font-weight: 800;}
@media(min-width: 770px) {
.oge-app_h2_log{font-size: 1.5rem;}
}
.oge-app_sub_log{font-size: 0.813rem; max-width: 600px; line-height: 1.6; color: #726660; overflow-wrap: break-word;}
.oge-app_sub_log strong{color: #C5BBA8; font-weight: 700;}
.oge-app_cards_log{gap: 10px; display: grid; grid-template-columns: 1fr; margin-top: 1rem;}
@media(min-width: 642px) {
.oge-app_cards_log{grid-template-columns: repeat(3,1fr);}
}
.oge-app_card_log{gap: 1rem; padding: 20px; overflow: hidden; border-radius: 0.625rem; display: flex; align-items: flex-start; flex-wrap: wrap; position: relative;}
.oge-app_card_ios_log{background: linear-gradient(135deg,rgba(201, 133, 32, 0.18) 0%,#131714 100%);}
.oge-app_card_android_log{background: linear-gradient(135deg,rgba(61, 143, 80, 0.18) 0%,#131714 100%);}
.oge-app_card_win_log{background: linear-gradient(135deg,rgba(212, 160, 24, 0.16) 0%,#131714 100%);}
.oge-app_card_ic_log svg{stroke-linecap: round; width: 34px; height: 34px; stroke-linejoin: round;}
.oge-app_card_ic_log{color: #F0EBE0; flex-shrink: 0;}
.oge-app_card_os_log{font-weight: 700; text-transform: uppercase; color: #726660; font-size: 0.625rem; letter-spacing: .08em; margin-bottom: 6px;}
.oge-app_card_title_log{font-weight: 700; line-height: 1.2; font-size: 0.938rem; color: #F0EBE0; overflow-wrap: break-word; margin-bottom: 0.375rem;}
.oge-app_card_text_log{font-size: 12px; overflow-wrap: break-word; line-height: 1.5; margin-bottom: 14px; color: #726660;}
.oge-app_card_btn_log{border: 1px solid rgba(201, 133, 32, 0.45); border-radius: 0.375rem; transition: background .2s; gap: 7px; padding: 10px 1.125rem; background: rgba(255, 255, 255, 0.12); color: #F0EBE0; display: inline-flex; align-items: center; font-weight: 700; font-size: 13px;}
.oge-app_card_btn_log:hover{background: rgba(255, 255, 255, 0.07);}
.oge-prov_log{padding: 36px 16px 0; background: #0B0D0C;}
@media(min-width: 767px) {
.oge-prov_log{padding: 2.75rem 1.5rem 0;}
}
.oge-prov_in_log{margin: 0 auto; max-width: 82.5rem;}
.oge-prov_head_log{margin-bottom: 16px;}
.oge-prov_label_log{font-size: 0.688rem; font-weight: 700; color: #C98520; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 8px;}
.oge-prov_h2_log{overflow-wrap: break-word; font-weight: 800; font-size: 20px; color: #F0EBE0; margin-bottom: 8px; font-family: 'Cinzel', serif;}
@media(min-width:768px) {
.oge-prov_h2_log{font-size: 1.5rem;}
}
.oge-prov_seo_log{color: #726660; margin-bottom: 16px; font-size: 13px; line-height: 1.6; max-width: 38.75rem; overflow-wrap: break-word;}
.oge-prov_seo_log strong{color: #C5BBA8; font-weight: 700;}
.oge-prov_seo_log a{text-decoration: underline; color: #C98520;}
.oge-prov_grid_log{gap: 0.5rem; grid-template-columns: repeat(4,1fr); display: grid;}
@media(min-width: 638px) {
.oge-prov_grid_log{gap: 10px; grid-template-columns: repeat(5,1fr);}
}
@media(min-width: 1077px) {
.oge-prov_grid_log{grid-template-columns: repeat(8,1fr);}
}
.oge-prov_card_log{background: #0F1210; transition: border-color .2s,background .2s; padding: 14px 0.625rem; gap: 0.438rem; border: 1px solid rgba(255, 255, 255, 0.09); border-radius: 10px; cursor: pointer; align-items: center; flex-direction: column; display: flex;}
.oge-prov_card_log:hover{background: #131714; border-color: rgba(201, 133, 32, 0.45);}
.oge-prov_logo_log{border-radius: 6px; overflow: hidden; background: rgba(255, 255, 255, 0.05); width: 2.75rem; display: flex; justify-content: center; height: 44px; align-items: center;}
.oge-prov_logo_log img{height: 100%; object-fit: contain; width: 100%;}
.oge-prov_name_log{font-size: 11px; color: #968B78; overflow-wrap: break-word; font-weight: 600; text-align: center;}
.oge-bon_log{padding: 2.25rem 16px 0; background: #0B0D0C;}
@media(min-width: 769px) {
.oge-bon_log{padding: 2.75rem 1.5rem 0;}
}
.oge-bon_in_log{margin: 0 auto; max-width: 1320px;}
.oge-bon_head_log{margin-bottom: 20px;}
.oge-bon_label_log{text-transform: uppercase; letter-spacing: .08em; margin-bottom: 8px; font-size: 0.688rem; color: #C98520; font-weight: 700;}
.oge-bon_h2_log{color: #F0EBE0; overflow-wrap: break-word; margin-bottom: 8px; font-family: 'Cinzel', serif; font-size: 20px; font-weight: 800;}
@media(min-width: 765px) {
.oge-bon_h2_log{font-size: 24px;}
}
.oge-bon_seo_log{line-height: 1.6; color: #726660; overflow-wrap: break-word; font-size: 0.813rem; max-width: 620px;}
.oge-bon_seo_log strong{font-weight: 700; color: #C5BBA8;}
.oge-bon_seo_log a{color: #C98520; text-decoration: underline;}
.oge-bon_grid_log{gap: 10px; grid-template-columns: 1fr 1fr; display: grid;}
@media(min-width: 639px) {
.oge-bon_grid_log{grid-template-columns: repeat(3,1fr);}
}
@media(min-width: 1083px) {
.oge-bon_grid_log{grid-template-columns: repeat(5,1fr);}
}
.oge-bon_card_log{border-radius: 0.625rem; transition: border-color .2s,transform .2s; border: 1px solid rgba(255, 255, 255, 0.09); padding: 1rem; background: #0F1210;}
.oge-bon_card_log:hover{border-color: rgba(201, 133, 32, 0.07); transform: translateY(-2px);}
.oge-bon_card_ic_log svg{stroke-linejoin: round; stroke-linecap: round; height: 1.625rem; width: 1.625rem;}
.oge-bon_card_ic_log{margin-bottom: 0.625rem;}
.oge-bon_card_type_log{text-transform: uppercase; font-weight: 700; margin-bottom: 0.375rem; letter-spacing: .06em; font-size: 10px; color: #726660;}
.oge-bon_card_amount_log{line-height: 1.1; font-weight: 800; margin-bottom: 6px; font-size: 18px; color: #D4A018;}
.oge-bon_card_name_log{margin-bottom: 0.5rem; overflow-wrap: break-word; font-weight: 600; color: #F0EBE0; font-size: 13px;}
.oge-bon_card_detail_log{border-top: 1px solid rgba(255, 255, 255, 0.05); line-height: 1.5; overflow-wrap: break-word; padding-top: 0.5rem; font-size: 11px; color: #605650;}
.oge-reg_log{padding: 36px 16px 0; background: #0B0D0C;}
@media(min-width: 770px) {
.oge-reg_log{padding: 2.75rem 24px 0;}
}
.oge-reg_in_log{padding: 28px 24px; border: 1px solid rgba(255, 255, 255, 0.05); border-radius: 1rem; background: #131714; margin: 0 auto; max-width: 1320px;}
@media(min-width:768px) {
.oge-reg_in_log{padding: 40px;}
}
.oge-reg_top_log{gap: 1.75rem; display: grid; grid-template-columns: 1fr;}
@media(min-width: 859px) {
.oge-reg_top_log{gap: 2.5rem; grid-template-columns: 1fr 1fr;}
}
.oge-reg_label_log{margin-bottom: 10px; text-transform: uppercase; letter-spacing: .08em; color: #C98520; font-size: 11px; font-weight: 700;}
.oge-reg_h2_log{overflow-wrap: break-word; margin-bottom: 12px; font-size: 22px; line-height: 1.2; font-family: 'Cinzel', serif; font-weight: 800; color: #F0EBE0;}
@media(min-width: 767px) {
.oge-reg_h2_log{font-size: 1.75rem;}
}
.oge-reg_bonus_log{gap: 0.5rem; background: rgba(212, 160, 24, 0.16); border-radius: 10px; border: 1px solid rgba(212, 160, 24, 0.16); padding: 10px 1rem; display: inline-flex; align-items: center; margin-bottom: 16px;}
.oge-reg_bonus_amount_log{font-weight: 800; color: #D4A018; font-size: 1.25rem;}
.oge-reg_bonus_text_log{line-height: 1.35; color: #968B78; font-size: 0.813rem;}
.oge-reg_cta_btn_log{background: #3D8F50; border-radius: 0.625rem; padding: 0.875rem 32px; transition: background .2s; font-size: 15px; font-weight: 700; color: #0D0C09; display: inline-block; margin-bottom: 0.75rem; box-shadow: 0 0.375rem 24px rgba(61, 143, 80, 0.44);}
.oge-reg_cta_btn_log:hover{background: #4CAF64;}
.oge-reg_terms_log{font-size: 11px; line-height: 1.5; color: #605650;}
.oge-reg_seo_log{border-top: 1px solid rgba(255, 255, 255, 0.05); margin-top: 20px; color: #726660; padding-top: 20px; overflow-wrap: break-word; font-size: 13px; line-height: 1.65;}
.oge-reg_seo_log p{margin-bottom: 0.625rem; font-size: 13px; line-height: 1.65; color: #726660;}
.oge-reg_seo_log p:last-child{margin-bottom: 0;}
.oge-reg_seo_log strong{font-weight: 700; color: #C5BBA8;}
.oge-reg_seo_log a{transition: color .2s; text-decoration: underline; color: #C98520;}
.oge-reg_seo_log a:hover{color: #E09C30;}
.oge-reg_seo_log ul,.oge-reg_seo_log ol{margin: 0 0 10px; list-style: disc; padding-left: 18px;}
.oge-reg_seo_log ol{list-style: decimal;}
.oge-reg_seo_log li{color: #726660; margin-bottom: 4px; font-size: 0.813rem; line-height: 1.65;}
.oge-reg_seo_log table{overflow-x: auto; width: 100%; border-collapse: collapse; margin-bottom: 10px; font-size: 0.813rem; display: block;}
@media(min-width: 770px) {
.oge-reg_seo_log table{display: table;}
}
.oge-reg_seo_log th{border-bottom: 1px solid rgba(255, 255, 255, 0.07); padding: 0.5rem; text-align: left; color: #C5BBA8; font-weight: 700;}
.oge-reg_seo_log td{padding: 8px; border-bottom: 1px solid rgba(255, 255, 255, 0.05); color: #726660;}
.oge-reg_steps_log{gap: 0.875rem; margin-top: 1.75rem; flex-direction: column; display: flex;}
@media(min-width: 858px) {
.oge-reg_steps_log{margin-top: 0;}
}
.oge-reg_step_log{gap: 0.875rem; background: rgba(255, 255, 255, 0.05); border: 1px solid rgba(255, 255, 255, 0.05); border-radius: 0.625rem; padding: 16px; display: flex; flex-wrap: wrap; align-items: flex-start;}
.oge-reg_step_num_log{border: 1px solid rgba(201, 133, 32, 0.07); border-radius: 50%; background: rgba(201, 133, 32, 0.18); font-weight: 800; width: 2.125rem; align-items: center; flex-shrink: 0; height: 34px; justify-content: center; display: flex; font-size: 0.875rem; color: #C98520;}
.oge-reg_step_title_log{font-weight: 700; font-size: 14px; margin-bottom: 3px; color: #F0EBE0;}
.oge-reg_step_text_log{color: #726660; font-size: 0.75rem; line-height: 1.5;}
.oge-reg_trust_log{border-top: 1px solid rgba(255, 255, 255, 0.05); gap: 0.625rem; padding-top: 1.25rem; margin-top: 1.25rem; display: flex; flex-wrap: wrap;}
.oge-reg_trust_item_log{gap: 0.438rem; overflow-wrap: break-word; color: #726660; align-items: center; font-size: 12px; display: flex;}
.oge-reg_trust_ic_log svg{stroke-linejoin: round; stroke-linecap: round; height: 16px; color: #C98520; width: 1rem;}
.oge-pmt_log{background: #0B0D0C; padding: 36px 1rem 0;}
@media(min-width: 765px) {
.oge-pmt_log{padding: 2.75rem 1.5rem 0;}
}
.oge-pmt_in_log{margin: 0 auto; max-width: 82.5rem;}
.oge-pmt_head_log{margin-bottom: 22px; max-width: 720px;}
.oge-pmt_label_log{margin-bottom: 8px; font-weight: 700; color: #C98520; font-size: 0.688rem; text-transform: uppercase; letter-spacing: .08em;}
.oge-pmt_h2_log{overflow-wrap: break-word; font-size: 22px; color: #F0EBE0; font-weight: 800; font-family: 'Cinzel', serif; margin-bottom: 8px;}
@media(min-width: 767px) {
.oge-pmt_h2_log{font-size: 1.75rem;}
}
.oge-pmt_intro_log{line-height: 1.6; overflow-wrap: break-word; color: #726660; font-size: 0.875rem;}
.oge-pmt_groups_log{gap: 20px; display: flex; flex-direction: column;}
.oge-pmt_group_log{background: #131714; border-radius: 0.625rem; border: 1px solid rgba(255, 255, 255, 0.09); padding: 1.25rem;}
.oge-pmt_group_head_log{gap: 0.75rem; display: flex; align-items: center; margin-bottom: 0.625rem; flex-wrap: wrap;}
.oge-pmt_group_ic_log{border-radius: 6px; background: rgba(201, 133, 32, 0.18); color: #C98520; justify-content: center; height: 2.25rem; display: flex; align-items: center; width: 2.25rem; flex-shrink: 0;}
.oge-pmt_group_ic_log svg{width: 1.125rem; stroke-linecap: round; height: 18px; stroke-linejoin: round;}
.oge-pmt_group_h_log{margin: 0; font-size: 1rem; font-weight: 700; color: #F0EBE0; font-family: 'Cinzel', serif; overflow-wrap: break-word;}
.oge-pmt_group_p_log{margin-bottom: 0.875rem; font-size: 0.813rem; overflow-wrap: break-word; color: #726660; line-height: 1.6;}
.oge-pmt_group_p_log strong{color: #C5BBA8; font-weight: 600;}
.oge-pmt_table_wrap_log{overflow-x: auto; -webkit-overflow-scrolling: touch;}
.oge-pmt_table_log{width: 100%; border-collapse: collapse; font-size: 0.813rem; min-width: 33.75rem;}
.oge-pmt_table_log th{padding: 0.625rem 12px; border-bottom: 1px solid rgba(255, 255, 255, 0.07); font-weight: 700; white-space: nowrap; font-size: 11px; color: #C5BBA8; letter-spacing: .04em; text-transform: uppercase; text-align: left;}
.oge-pmt_table_log td{padding: 12px; border-bottom: 1px solid rgba(255, 255, 255, 0.05); color: #726660;}
.oge-pmt_table_log tbody tr:last-child td{border-bottom: none;}
.oge-pmt_table_log tr:hover td{background: rgba(255, 255, 255, 0.05); color: #C5BBA8;}
.oge-seo_log{background: #0B0D0C; padding: 36px 16px 0;}
@media(min-width: 767px) {
.oge-seo_log{padding: 44px 24px 0;}
}
.oge-seo_in_log{background: #131714; margin: 0 auto; border: 1px solid rgba(255, 255, 255, 0.09); border-radius: 1rem; padding: 28px 24px; max-width: 1320px;}
@media(min-width: 767px) {
.oge-seo_in_log{padding: 36px 2.5rem;}
}
.oge-seo_label_log{margin-bottom: 10px; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; color: #C98520; font-weight: 700;}
.oge-seo_h2_log{font-family: 'Cinzel', serif; font-weight: 800; color: #F0EBE0; overflow-wrap: break-word; font-size: 20px; line-height: 1.25; margin-bottom: 14px;}
@media(min-width: 767px) {
.oge-seo_h2_log{font-size: 1.5rem;}
}
.oge-seo_body_log{font-size: 0.875rem; line-height: 1.75; overflow-wrap: break-word; color: #968B78;}
.oge-seo_body_log p{margin-bottom: 12px; line-height: 1.75; font-size: 14px; color: #968B78;}
.oge-seo_body_log p:last-child{margin-bottom: 0;}
.oge-seo_body_log strong{color: #C5BBA8; font-weight: 700;}
.oge-seo_body_log a{transition: color .2s; color: #C98520; text-decoration: underline;}
.oge-seo_body_log a:hover{color: #E09C30;}
.oge-seo_body_log ul,.oge-seo_body_log ol{margin: 0 0 0.75rem; list-style: disc; padding-left: 22px;}
.oge-seo_body_log ol{list-style: decimal;}
.oge-seo_body_log li{margin-bottom: 0.375rem; color: #968B78; font-size: 0.875rem; line-height: 1.75;}
.oge-seo_body_log table{margin-bottom: 0.75rem; width: 100%; border-collapse: collapse; overflow-x: auto; display: block; font-size: 13px;}
@media(min-width: 771px) {
.oge-seo_body_log table{display: table;}
}
.oge-seo_body_log th{padding: 0.625rem 0.75rem; border-bottom: 1px solid rgba(255, 255, 255, 0.07); font-weight: 700; text-align: left; color: #C5BBA8;}
.oge-seo_body_log td{border-bottom: 1px solid rgba(255, 255, 255, 0.05); padding: 10px 12px; color: #968B78;}
.oge-seo_cols_log{gap: 1.5rem; display: grid; margin-top: 1.25rem;}
@media(min-width: 637px) {
.oge-seo_cols_log{grid-template-columns: 1fr 1fr;}
}
@media(min-width: 1082px) {
.oge-seo_cols_log{grid-template-columns: repeat(3,1fr);}
}
.oge-seo_col_h_log{color: #C5BBA8; font-weight: 700; font-size: 0.813rem; overflow-wrap: break-word; margin-bottom: 7px;}
.oge-seo_col_p_log{line-height: 1.65; color: #726660; font-size: 0.813rem; overflow-wrap: break-word;}
.oge-seo_stats_log{margin: 1.25rem 0; gap: 1rem; display: flex; flex-wrap: wrap;}
.oge-seo_stat_log{flex: 1; padding: 14px 16px; border: 1px solid rgba(201, 133, 32, 0.18); border-radius: 0.625rem; background: rgba(201, 133, 32, 0.07); min-width: 140px;}
.oge-seo_stat_val_log{overflow-wrap: break-word; font-weight: 800; color: #C98520; font-size: 1.25rem; margin-bottom: 4px;}
.oge-seo_stat_lb_log{overflow-wrap: break-word; font-size: 0.688rem; color: #726660;}
.oge-rv_log{padding: 36px 1rem 0; background: #0B0D0C;}
@media(min-width: 769px) {
.oge-rv_log{padding: 2.75rem 24px 0;}
}
.oge-rv_in_log{margin: 0 auto; max-width: 1320px;}
.oge-rv_head_log{max-width: 720px; margin-bottom: 1.25rem;}
.oge-rv_label_log{font-size: 11px; color: #C98520; font-weight: 700; text-transform: uppercase; margin-bottom: 0.5rem; letter-spacing: .08em;}
.oge-rv_h2_log{color: #F0EBE0; margin-bottom: 10px; overflow-wrap: break-word; font-family: 'Cinzel', serif; font-weight: 800; font-size: 22px;}
@media(min-width: 771px) {
.oge-rv_h2_log{font-size: 1.75rem;}
}
.oge-rv_stats_log{gap: 1.125rem; flex-wrap: wrap; align-items: center; color: #726660; font-size: 0.813rem; display: flex;}
.oge-rv_stats_score_log{gap: 6px; align-items: baseline; display: flex;}
.oge-rv_stats_score_val_log{font-size: 22px; color: #D4A018; font-family: 'Cinzel', serif; font-weight: 800;}
.oge-rv_stats_score_max_log{color: #605650; font-size: 13px;}
.oge-rv_stats_badge_log{gap: 0.25rem; display: flex; align-items: center;}
.oge-rv_stats_badge_log svg{height: 14px; width: 0.875rem; color: #D4A018;}
.oge-rv_grid_log{gap: 0.75rem; grid-template-columns: 1fr; display: grid;}
@media(min-width: 641px) {
.oge-rv_grid_log{gap: 14px; grid-template-columns: repeat(2,1fr);}
}
@media(min-width: 1077px) {
.oge-rv_grid_log{gap: 16px; grid-template-columns: repeat(3,1fr);}
}
.oge-rv_card_log{background: #131714; border-radius: 0.625rem; padding: 20px; border: 1px solid rgba(255, 255, 255, 0.09); flex-direction: column; display: flex;}
.oge-rv_card_stars_log{gap: 2px; margin-bottom: 10px; display: flex; color: #D4A018;}
.oge-rv_card_stars_log svg{height: 0.875rem; width: 14px;}
.oge-rv_card_h_log{color: #F0EBE0; line-height: 1.3; font-weight: 700; font-size: 0.875rem; overflow-wrap: break-word; margin-bottom: 0.5rem;}
.oge-rv_card_body_log{flex: 1; font-size: 13px; overflow-wrap: break-word; margin-bottom: 0.875rem; color: #726660; line-height: 1.65;}
.oge-rv_card_body_log strong{color: #C5BBA8; font-weight: 600;}
.oge-rv_card_meta_log{border-top: 1px solid rgba(255, 255, 255, 0.05); gap: 10px; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; padding-top: 0.75rem;}
.oge-rv_card_author_log{font-size: 12px; color: #C5BBA8; font-weight: 600;}
.oge-rv_card_date_log{font-size: 0.688rem; color: #605650;}
.oge-faq_log{padding: 2.25rem 16px 0; background: #0B0D0C;}
@media(min-width: 766px) {
.oge-faq_log{padding: 44px 24px 0;}
}
.oge-faq_in_log{margin: 0 auto; max-width: 82.5rem;}
.oge-faq_head_log{margin-bottom: 20px;}
.oge-faq_label_log{font-weight: 700; margin-bottom: 0.5rem; letter-spacing: .08em; text-transform: uppercase; font-size: 11px; color: #C98520;}
.oge-faq_h2_log{font-size: 20px; font-weight: 800; font-family: 'Cinzel', serif; overflow-wrap: break-word; color: #F0EBE0;}
@media(min-width: 771px) {
.oge-faq_h2_log{font-size: 1.5rem;}
}
.oge-faq_list_log{gap: 0.5rem; flex-direction: column; display: flex;}
.oge-faq_item_log{border-radius: 10px; overflow: hidden; border: 1px solid rgba(255, 255, 255, 0.09); background: #131714;}
.oge-faq_q_log{gap: 0.75rem; transition: color .2s; padding: 1rem 1.25rem; cursor: pointer; overflow-wrap: break-word; align-items: center; font-weight: 600; font-size: 14px; flex-wrap: wrap; justify-content: space-between; display: flex; color: #C5BBA8;}
.oge-faq_q_log:hover{color: #F0EBE0;}
.oge-faq_q_ic_log{border-radius: 50%; transition: transform .25s; background: rgba(255, 255, 255, 0.05); font-size: 16px; color: #C98520; justify-content: center; width: 24px; flex-shrink: 0; display: flex; align-items: center; height: 1.5rem;}
.oge-faq_item_log.oge-state_open_log .oge-faq_q_ic_log{transform: rotate(45deg);}
.oge-faq_a_log{padding: 0 1.25rem 1rem; display: none; line-height: 1.7; color: #726660; overflow-wrap: break-word; font-size: 13px;}
.oge-faq_item_log.oge-state_open_log .oge-faq_a_log{display: block;}
.oge-faq_a_log strong{font-weight: 700; color: #C5BBA8;}
.oge-faq_a_log a{text-decoration: underline; color: #C98520;}
.oge-faq_a_log ul,.oge-faq_a_log ol{margin: 0.5rem 0; list-style: disc; padding-left: 1.25rem;}
.oge-faq_a_log ol{list-style: decimal;}
.oge-faq_a_log li{margin-bottom: 4px; line-height: 1.6;}
.oge-faq_a_log table{margin: 8px 0; width: 100%; display: block; border-collapse: collapse; font-size: 12px; overflow-x: auto;}
@media(min-width: 767px) {
.oge-faq_a_log table{display: table;}
}
.oge-faq_a_log th{padding: 6px 0.5rem; border-bottom: 1px solid rgba(255, 255, 255, 0.07); color: #C5BBA8; font-weight: 700; text-align: left;}
.oge-faq_a_log td{padding: 6px 0.5rem; border-bottom: 1px solid rgba(255, 255, 255, 0.05); color: #726660;}
.oge-seo_log{padding: 36px 1rem 0; background: #0B0D0C;}
@media(min-width: 766px) {
.oge-seo_log{padding: 44px 1.5rem 0;}
}
.oge-seo_in_log{background: #131714; margin: 0 auto; border-radius: 1rem; padding: 1.75rem 24px; border: 1px solid rgba(255, 255, 255, 0.09); max-width: 1320px;}
@media(min-width: 769px) {
.oge-seo_in_log{padding: 2.25rem 40px;}
}
.oge-seo_label_log{letter-spacing: .08em; font-weight: 700; text-transform: uppercase; margin-bottom: 10px; color: #C98520; font-size: 11px;}
.oge-seo_h2_log{font-family: 'Cinzel', serif; font-weight: 800; line-height: 1.25; overflow-wrap: break-word; margin-bottom: 14px; font-size: 20px; color: #F0EBE0;}
@media(min-width: 766px) {
.oge-seo_h2_log{font-size: 24px;}
}
.oge-seo_body_log{color: #968B78; font-size: 14px; line-height: 1.75; overflow-wrap: break-word;}
.oge-seo_body_log p{color: #968B78; font-size: 0.875rem; margin-bottom: 0.75rem; line-height: 1.75;}
.oge-seo_body_log p:last-child{margin-bottom: 0;}
.oge-seo_body_log strong{font-weight: 700; color: #C5BBA8;}
.oge-seo_body_log a{transition: color .2s; text-decoration: underline; color: #C98520;}
.oge-seo_body_log a:hover{color: #E09C30;}
.oge-seo_body_log ul,.oge-seo_body_log ol{list-style: disc; margin: 0 0 0.75rem; padding-left: 1.375rem;}
.oge-seo_body_log ol{list-style: decimal;}
.oge-seo_body_log li{color: #968B78; font-size: 14px; margin-bottom: 0.375rem; line-height: 1.75;}
.oge-seo_body_log table{font-size: 13px; margin-bottom: 12px; width: 100%; border-collapse: collapse; display: block; overflow-x: auto;}
@media(min-width:768px) {
.oge-seo_body_log table{display: table;}
}
.oge-seo_body_log th{padding: 10px 12px; border-bottom: 1px solid rgba(255, 255, 255, 0.07); text-align: left; font-weight: 700; color: #C5BBA8;}
.oge-seo_body_log td{padding: 0.625rem 12px; border-bottom: 1px solid rgba(255, 255, 255, 0.05); color: #968B78;}
.oge-seo_cols_log{gap: 24px; display: grid; margin-top: 1.25rem;}
@media(min-width: 637px) {
.oge-seo_cols_log{grid-template-columns: 1fr 1fr;}
}
@media(min-width: 1082px) {
.oge-seo_cols_log{grid-template-columns: repeat(3,1fr);}
}
.oge-seo_col_h_log{color: #C5BBA8; font-weight: 700; overflow-wrap: break-word; font-size: 0.813rem; margin-bottom: 0.438rem;}
.oge-seo_col_p_log{color: #726660; overflow-wrap: break-word; line-height: 1.65; font-size: 13px;}
.oge-seo_stats_log{gap: 1rem; margin: 20px 0; display: flex; flex-wrap: wrap;}
.oge-seo_stat_log{flex: 1; background: rgba(201, 133, 32, 0.07); padding: 0.875rem 16px; border-radius: 10px; border: 1px solid rgba(201, 133, 32, 0.18); min-width: 140px;}
.oge-seo_stat_val_log{overflow-wrap: break-word; font-weight: 800; margin-bottom: 4px; color: #C98520; font-size: 1.25rem;}
.oge-seo_stat_lb_log{color: #726660; overflow-wrap: break-word; font-size: 0.688rem;}
.oge-seo_log{background: #0B0D0C; padding: 36px 16px 0;}
@media(min-width: 766px) {
.oge-seo_log{padding: 2.75rem 1.5rem 0;}
}
.oge-seo_in_log{margin: 0 auto; background: #131714; border-radius: 16px; padding: 1.75rem 24px; border: 1px solid rgba(255, 255, 255, 0.09); max-width: 82.5rem;}
@media(min-width: 765px) {
.oge-seo_in_log{padding: 2.25rem 40px;}
}
.oge-seo_label_log{margin-bottom: 0.625rem; font-size: 0.688rem; color: #C98520; text-transform: uppercase; letter-spacing: .08em; font-weight: 700;}
.oge-seo_h2_log{font-family: 'Cinzel', serif; font-weight: 800; color: #F0EBE0; line-height: 1.25; overflow-wrap: break-word; font-size: 20px; margin-bottom: 0.875rem;}
@media(min-width: 769px) {
.oge-seo_h2_log{font-size: 24px;}
}
.oge-seo_body_log{line-height: 1.75; color: #968B78; overflow-wrap: break-word; font-size: 14px;}
.oge-seo_body_log p{margin-bottom: 12px; color: #968B78; line-height: 1.75; font-size: 0.875rem;}
.oge-seo_body_log p:last-child{margin-bottom: 0;}
.oge-seo_body_log strong{font-weight: 700; color: #C5BBA8;}
.oge-seo_body_log a{transition: color .2s; color: #C98520; text-decoration: underline;}
.oge-seo_body_log a:hover{color: #E09C30;}
.oge-seo_body_log ul,.oge-seo_body_log ol{margin: 0 0 12px; list-style: disc; padding-left: 22px;}
.oge-seo_body_log ol{list-style: decimal;}
.oge-seo_body_log li{color: #968B78; line-height: 1.75; font-size: 0.875rem; margin-bottom: 0.375rem;}
.oge-seo_body_log table{margin-bottom: 0.75rem; overflow-x: auto; font-size: 13px; border-collapse: collapse; display: block; width: 100%;}
@media(min-width: 771px) {
.oge-seo_body_log table{display: table;}
}
.oge-seo_body_log th{border-bottom: 1px solid rgba(255, 255, 255, 0.07); padding: 0.625rem 0.75rem; text-align: left; color: #C5BBA8; font-weight: 700;}
.oge-seo_body_log td{padding: 0.625rem 12px; border-bottom: 1px solid rgba(255, 255, 255, 0.05); color: #968B78;}
.oge-seo_cols_log{gap: 1.5rem; margin-top: 20px; display: grid;}
@media(min-width: 637px) {
.oge-seo_cols_log{grid-template-columns: 1fr 1fr;}
}
@media(min-width: 1077px) {
.oge-seo_cols_log{grid-template-columns: repeat(3,1fr);}
}
.oge-seo_col_h_log{overflow-wrap: break-word; margin-bottom: 0.438rem; font-weight: 700; color: #C5BBA8; font-size: 13px;}
.oge-seo_col_p_log{overflow-wrap: break-word; line-height: 1.65; font-size: 0.813rem; color: #726660;}
.oge-seo_stats_log{gap: 16px; margin: 20px 0; flex-wrap: wrap; display: flex;}
.oge-seo_stat_log{padding: 14px 16px; border-radius: 0.625rem; background: rgba(201, 133, 32, 0.07); border: 1px solid rgba(201, 133, 32, 0.18); flex: 1; min-width: 8.75rem;}
.oge-seo_stat_val_log{color: #C98520; font-weight: 800; margin-bottom: 0.25rem; font-size: 1.25rem; overflow-wrap: break-word;}
.oge-seo_stat_lb_log{font-size: 0.688rem; color: #726660; overflow-wrap: break-word;}
.oge-ft_log{background: #070908; border-top: 1px solid rgba(255, 255, 255, 0.05); margin-top: 3rem;}
.oge-ft_support_log{border-bottom: 1px solid rgba(255, 255, 255, 0.05); padding: 1.5rem 1rem;}
@media(min-width: 771px) {
.oge-ft_support_log{padding: 28px 1.5rem;}
}
.oge-ft_support_in_log{margin: 0 auto; gap: 16px; max-width: 82.5rem; align-items: center; display: flex; flex-wrap: wrap;}
.oge-ft_support_main_log{gap: 1rem; flex: 1; align-items: center; display: flex; min-width: 13.75rem; flex-wrap: wrap;}
.oge-ft_support_ic_log{flex-shrink: 0; color: #C98520;}
.oge-ft_support_ic_log svg{stroke-linejoin: round; height: 30px; width: 1.875rem; stroke-linecap: round;}
.oge-ft_support_text_title_log{margin-bottom: 3px; font-size: 0.938rem; font-weight: 700; color: #F0EBE0; overflow-wrap: break-word;}
.oge-ft_support_text_sub_log{overflow-wrap: break-word; font-size: 12px; color: #726660;}
.oge-ft_support_btn_log{background: #C98520; border-radius: 10px; transition: background .2s; padding: 0.688rem 1.375rem; color: #F0EBE0; font-size: 13px; font-weight: 700; white-space: nowrap; flex-shrink: 0;}
.oge-ft_support_btn_log:hover{background: #E09C30;}
.oge-ft_support_contacts_log{gap: 16px; flex-wrap: wrap; margin-left: auto; display: flex;}
.oge-ft_support_contact_log{color: #605650; line-height: 1.4; font-size: 12px;}
.oge-ft_support_contact_log strong{margin-bottom: 2px; font-size: 0.688rem; font-weight: 600; color: #968B78; display: block;}
.oge-ft_main_log{border-bottom: 1px solid rgba(255, 255, 255, 0.05); padding: 32px 1rem 24px;}
@media(min-width:768px) {
.oge-ft_main_log{padding: 40px 24px 32px;}
}
.oge-ft_main_in_log{gap: 1.5rem; margin: 0 auto; display: grid; max-width: 82.5rem; grid-template-columns: 1fr 1fr;}
@media(min-width: 638px) {
.oge-ft_main_in_log{grid-template-columns: repeat(3,1fr);}
}
@media(min-width: 1083px) {
.oge-ft_main_in_log{grid-template-columns: 200px repeat(3,1fr) 1fr;}
}
.oge-ft_col_logo_log{grid-column: 1/-1;}
@media(min-width:1080px) {
.oge-ft_col_logo_log{grid-column: auto;}
}
.oge-ft_logo_log{gap: 0.563rem; align-items: center; display: flex; color: #F0EBE0; font-size: 16px; flex-wrap: wrap; overflow-wrap: break-word; font-weight: 800; margin-bottom: 0.75rem;}
.oge-ft_logo_mark_log{overflow: hidden; border-radius: 6px; height: 30px; width: 30px;}
.oge-ft_logo_mark_log img{height: 100%; width: 100%; object-fit: cover;}
.oge-ft_logo_sub_log{overflow-wrap: break-word; max-width: 200px; color: #605650; font-size: 0.75rem; line-height: 1.55;}
.oge-ft_col_title_log{margin-bottom: 14px; text-transform: uppercase; letter-spacing: .07em; color: #968B78; font-size: 0.75rem; font-weight: 700;}
.oge-ft_col_links_log{gap: 0.563rem; display: flex; flex-direction: column;}
.oge-ft_col_link_log{transition: color .2s; font-size: 13px; overflow-wrap: break-word; color: #605650;}
.oge-ft_col_link_log:hover{color: #C5BBA8;}
.oge-ft_apps_log{gap: 8px; display: flex; flex-direction: column;}
.oge-ft_app_card_log{background: rgba(255, 255, 255, 0.05); gap: 0.625rem; padding: 10px 12px; border: 1px solid rgba(255, 255, 255, 0.09); border-radius: 6px; transition: border-color .2s; display: flex; align-items: center;}
.oge-ft_app_card_log:hover{border-color: rgba(201, 133, 32, 0.45);}
.oge-ft_app_card_ic_log svg{stroke-linejoin: round; width: 1.375rem; stroke-linecap: round; height: 22px;}
.oge-ft_app_card_os_log{color: #605650; font-size: 0.625rem; font-weight: 600;}
.oge-ft_app_card_action_log{font-weight: 700; color: #C5BBA8; font-size: 0.75rem;}
.oge-ft_bot_log{padding: 20px 16px;}
@media(min-width: 765px) {
.oge-ft_bot_log{padding: 20px 24px;}
}
.oge-ft_bot_in_log{margin: 0 auto; gap: 16px; align-items: center; flex-wrap: wrap; display: flex; max-width: 1320px;}
.oge-ft_socials_log{gap: 0.5rem; display: flex;}
.oge-ft_soc_log{transition: background .2s; border-radius: 6px; border: 1px solid rgba(255, 255, 255, 0.09); background: rgba(255, 255, 255, 0.05); height: 36px; justify-content: center; align-items: center; display: flex; width: 36px; color: #968B78;}
.oge-ft_soc_log svg{stroke-linecap: round; width: 16px; stroke-linejoin: round; height: 16px;}
.oge-ft_soc_log:hover{background: rgba(255, 255, 255, 0.07);}
.oge-ft_legal_log{flex: 1; font-size: 0.688rem; min-width: 12.5rem; line-height: 1.6; overflow-wrap: break-word; color: #887870;}
.oge-ft_legal_log strong{font-weight: 700; color: #968B78;}
.oge-ft_legal_log a{text-decoration: underline; color: #968B78;}
.oge-ft_age_log{border-radius: 50%; border: 2px solid #887870; display: flex; height: 32px; margin-left: auto; color: #887870; flex-shrink: 0; justify-content: center; align-items: center; font-size: 11px; width: 2rem; font-weight: 800;}