*{box-sizing:border-box}html,body,#root{width:100%;min-height:100%}body{margin:0;font-family:Pretendard,Noto Sans KR,Arial,sans-serif;background:#202327}button,input,select{font:inherit}button{padding:0;border:0}a,button{color:inherit}a{text-decoration:none}.app{min-height:100vh}[data-theme="2"]{--primary-color: #205e43;--primary-color-h: 154;--primary-color-s: 49%;--primary-color-l: 25%;--btn-blue: linear-gradient(#3e73b7, #3264a7);--panel: #333b4d;--panel2: #2d3444;--page-bg: #202327}.member_wrap{position:relative;min-height:100vh;overflow:hidden;font-size:1px;background:#25272c}.member_wrap .video_bg{position:fixed;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 50% 51%,rgba(67,112,166,.34) 0 3%,transparent 15%),repeating-conic-gradient(from -18deg at 50% 51%,transparent 0deg,transparent 6deg,rgba(31,95,152,.32) 7deg,transparent 9deg,transparent 19deg,rgba(105,36,132,.23) 21deg,transparent 24deg),linear-gradient(90deg,#202438,#22263c 48%,#1d2238);background-size:cover;transform-origin:50% 51%;animation:bgFlow 6.5s ease-in-out infinite;will-change:transform,background-position}.member_wrap .video_bg_media{background:#25272c;transform:none;animation:none}.member_wrap .video_bg_media video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.17}.member_wrap .video_bg_media:before,.member_wrap .video_bg_media:after{display:none}.member_wrap .video_bg:before{position:absolute;top:-25%;right:-25%;bottom:-25%;left:-25%;background:repeating-conic-gradient(from 8deg at 50% 50%,transparent 0deg,transparent 13deg,rgba(41,132,199,.16) 14deg,transparent 17deg,transparent 31deg,rgba(130,42,153,.14) 33deg,transparent 37deg),radial-gradient(circle at 50% 50%,transparent 0 9%,rgba(18,22,40,.32) 38%,rgba(18,22,40,.75) 72%);content:"";transform-origin:center;animation:bgTunnel 3.4s linear infinite}.member_wrap .video_bg:after{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 50% 51%,transparent 0 11%,rgba(27,31,48,.36) 45%,rgba(19,22,36,.7) 100%),#191d2e52;content:"";animation:bgPulse 5s ease-in-out infinite alternate}.login_wrap{display:flex;align-items:center;justify-content:center;position:relative;height:100vh;min-height:560px;padding-top:0;text-align:center;z-index:1}.login_wrap:after{display:none}.login_wrap .mb_content_inner{position:relative;z-index:2;display:block;width:410px;transform:translateY(10px);animation:authPanelIn .32s cubic-bezier(.22,.78,.28,1) both}.brand_logo{display:inline-flex;align-items:center;justify-content:center;height:52px;margin:0 auto 24px;color:#fff;font-family:Georgia,Times New Roman,Pretendard,serif;font-size:38px;font-weight:900;letter-spacing:0;text-shadow:0 .08em .18em rgba(0,0,0,.72),0 0 .22em rgba(202,20,40,.18)}.brand_logo>span:not(.brand_mark){display:block;line-height:1;color:#f4f0ea;transform:scaleX(.94);filter:drop-shadow(0 .04em .06em rgba(0,0,0,.7)) drop-shadow(0 0 .09em rgba(255,44,61,.2))}.brand_logo.compact{height:28px;margin:0;font-size:24px;line-height:28px;text-shadow:0 1px 2px rgba(0,0,0,.65)}.brand_logo.compact .brand_mark{width:1.28em;height:1.28em;margin-right:.2em}.brand_mark{position:relative;display:inline-flex;align-items:center;justify-content:center;width:1.34em;height:1.34em;margin-right:.08em;background:url(/img/mir_dragon_mark.svg) no-repeat center / contain;filter:drop-shadow(0 .07em .08em rgba(0,0,0,.55)) drop-shadow(0 0 .18em rgba(255,24,48,.34))}.brand_mark:before,.brand_mark:after{content:none}.auth_logo_button{display:inline-flex;margin:0 auto;background:transparent;cursor:pointer}.mb_content_box{position:relative;background:linear-gradient(transparent 1px,#2b2f3b 0,#232630),radial-gradient(at top,#50566a,#2b2f3b 70%);border-radius:5px;box-shadow:0 0 0 1px #0e1315,0 0 5px #0003,0 0 10px #0000004d}.login_box{width:410px}.login_member_form{position:relative;padding:64px 53px 136px}.input_box{position:relative;display:block;height:54px;overflow:hidden;background:#151a22;border:1px solid #0f1218;border-radius:5px;box-shadow:0 1px #313543}.input_box+.input_box{margin-top:9px}.input_box .icon{position:absolute;left:16px;top:50%;width:20px;height:20px;margin-top:-10px;opacity:1;filter:brightness(1.18) contrast(1.08)}.input_box .icon_user{background:url(/img/icon_user.png) no-repeat center / contain}.input_box .icon_pw{background:url(/img/icon_pw.png) no-repeat center / contain}.input_text{width:100%;height:100%;padding:0 17px 0 45px;color:#aaa9a9;font-size:13px;background:transparent;border:0;outline:0;caret-color:#aaa9a9}.input_text::placeholder{color:#566172}.btn_wrap{position:static;margin-top:24px}.btn_mb01{display:block;width:100%;height:57px;cursor:pointer;color:#fff;background:var(--btn-blue);border-radius:29px;box-shadow:inset 0 1px #ffffff1f,0 2px 4px #0003}.btn_mb01 span{font-size:16px;font-weight:700;text-shadow:none}.login_box_bottom{position:absolute;left:0;right:0;bottom:0;height:96px;padding-top:37px;background:#485061;border-radius:0 0 14px 14px}.login_box_bottom .txt{line-height:1.3;color:#b8bdc6;font-size:13px}.login_box_bottom .link_join{margin-left:8px;padding-left:0;color:#64a6e7;font-size:13px;font-weight:700;background:transparent;cursor:pointer}.login_cs{width:410px;margin-top:66px}.login_cs .cs_title{display:flex;align-items:center}.login_cs .line{flex:1;height:1px;background:#fff3}.login_cs .cs_title .txt{padding:0 13px;color:#c5c8ce;font-size:14px}.login_cs_btns{display:flex;justify-content:center;margin-top:30px}.register_wrap{min-height:100vh}.join_wrap{display:flex;align-items:center;justify-content:center;position:relative;z-index:1;min-height:100vh;padding:42px 0;text-align:center}.join_content_inner{position:relative;z-index:2;width:520px;transform:translateY(4px);animation:authPanelIn .32s cubic-bezier(.22,.78,.28,1) both}.join_content_inner .brand_logo{margin-bottom:22px}.mb_content_header{position:relative;z-index:2;height:112px}.mb_content_header .btn_back{position:absolute;left:34px;top:31px;width:48px;height:48px;color:#d7dce5;background:#1f232d8c;border-radius:50%;cursor:pointer}.mb_content_header .btn_back span{display:block;margin-top:-3px;font-size:44px;font-family:Arial,sans-serif;line-height:48px}.mb_content_header .logo{display:flex;justify-content:center;padding-top:31px}.mb_content_header .brand_logo{margin-bottom:0}.register_content{display:flex;justify-content:center;position:relative;z-index:1;min-height:calc(100vh - 112px);padding-top:122px;text-align:center}.register_content_inner{width:410px}.join_process{display:flex;justify-content:space-between;position:relative;width:342px;margin:0 auto}.join_process:before{position:absolute;left:40px;right:40px;bottom:8px;height:2px;background:#ffffff29;content:""}.item_step{position:relative;z-index:1;width:68px;text-align:center}.item_step .txt{height:26px;color:#8d95a1;font-size:13px;font-weight:700}.item_step .circle{width:18px;height:18px;margin:0 auto;background:#555d6a;border:4px solid #303743;border-radius:50%;box-shadow:0 0 0 1px #ffffff1f}.item_step.active .txt{color:#e4e9f1}.item_step.active .circle{background:#4d8dd3;box-shadow:0 0 0 1px #589eebe6,0 0 13px #4d8dd39e}.join_info_txt{margin-top:50px;color:#bec5cf;font-size:14px;line-height:1.5}.join_info_txt span{color:#62a8ed;font-weight:800}.join_box{width:520px;margin-top:0;overflow:hidden}.join_box form{padding:30px 42px 34px}.join_box .btn_wrap{margin-top:24px}.join_head{height:86px;padding-top:24px;text-align:center;background:#485061}.join_head strong{display:block;color:#eef2f7;font-size:20px;font-weight:800;line-height:1}.join_head span{display:block;margin-top:9px;color:#aeb6c4;font-size:12px}.join_box .join_member_form{padding:30px 42px 34px}.join_input{display:grid;grid-template-columns:98px 1fr;align-items:center;min-height:46px;gap:8px;margin-top:10px}.join_input:first-child{margin-top:0}.join_input span{color:#c4cad4;font-size:13px;font-weight:700;text-align:left}.join_input input,.join_input select{width:100%;height:46px;padding:0 17px;color:#eef1f5;font-size:13px;background:#5f6570;border:0;border-radius:23px;box-shadow:inset 0 2px 4px #00000038;outline:0}.join_input input::placeholder{color:#d1d5dc}.join_input select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:linear-gradient(45deg,transparent 50%,#cbd2dc 50%) no-repeat right 19px center / 6px 6px,linear-gradient(135deg,#cbd2dc 50%,transparent 50%) no-repeat right 13px center / 6px 6px,#5f6570}.join_btns{display:grid;grid-template-columns:1fr 120px;gap:12px;margin-top:24px}.join_btns .btn_mb01{height:52px}.btn_join_cancel{height:52px;color:#cbd4df;font-size:14px;font-weight:800;background:#485061;border-radius:26px;cursor:pointer}.join_cs{width:520px;margin-top:32px}@keyframes bgFlow{0%{transform:scale(1.18) rotate(-.8deg);background-position:50% 50%}50%{transform:scale(1.26) rotate(.8deg);background-position:50.5% 49.5%}to{transform:scale(1.18) rotate(-.8deg);background-position:50% 50%}}@keyframes bgTunnel{0%{transform:scale(.9);opacity:.42}50%{opacity:.85}to{transform:scale(1.24);opacity:.42}}@keyframes bgPulse{0%{opacity:.84}to{opacity:.58}}@keyframes authPanelIn{0%{opacity:0;transform:translateY(22px) scale(.985)}to{opacity:1;transform:translateY(10px) scale(1)}}.join_content_inner{animation-name:joinPanelIn}@keyframes joinPanelIn{0%{opacity:0;transform:translateY(18px) scale(.985)}to{opacity:1;transform:translateY(4px) scale(1)}}.btn_cs_link{display:flex;align-items:center;width:244px;height:50px;margin:0;padding-right:26px;color:#bfc4ce;font-size:14px;background:#333946;border-radius:24px}.btn_cs_link .icon{flex:0 0 auto;width:54px;height:54px;margin:-2px 12px 0 -2px;border-radius:50%}.btn_cs_link .txt{flex:1;text-align:center;transform:translate(-10px)}.btn_cs_link .icon_telegram{background:url(/img/icon_telegram2-1.png) no-repeat center / cover}#wrap{min-width:1604px;height:100vh;min-height:100vh;overflow:hidden;color:#c7cedb;background:var(--page-bg);font-size:12px}#container{height:calc(100vh - 59px);overflow:hidden}#header{position:sticky;z-index:2;top:0}.header_top{height:59px;background:#292d34;box-shadow:inset 0 -1px #343943,inset 0 -2px #1b1e24}.header_top>.inner{display:flex;align-items:center;width:1564px;height:100%;margin:0 auto;transform:translate(-10px)}.logo_link{width:148px;flex:0 0 148px;padding-left:22px;text-align:left;background:transparent;cursor:pointer}.gnb{display:flex;align-items:center;height:100%;gap:34px;margin-left:18px;min-width:0}.gnb button{position:relative;height:100%;color:#b9c0cc;font-size:14px;font-weight:700;background:transparent;cursor:pointer;white-space:nowrap;transition:color .24s ease,text-shadow .24s ease}.gnb button:after{position:absolute;left:50%;bottom:0;width:0;height:3px;background:#3caeff;box-shadow:0 0 8px #3caeff9e;content:"";transform:translate(-50%);transition:width .24s ease,opacity .24s ease;opacity:0}.gnb button:hover{color:#d1e3ff;text-shadow:0 0 8px rgba(72,175,254,.45)}.gnb button:hover:after{width:100%;opacity:1}.member_info{display:flex;align-items:center;gap:10px;margin-left:auto;transform:translate(-34px);color:#aeb6c3;font-size:12px;white-space:nowrap}.member_info b{color:#4ea1ed;font-size:15px}.member_info .green{color:#41c074}.member_money_btn{color:#4ea1ed;font-size:15px;font-weight:800;background:transparent;cursor:pointer}.member_money_btn.green{color:#41c074}.avatar,.refresh{width:31px;height:31px;color:#fff;background:#376eb6;border-radius:50%;cursor:pointer}.avatar{background:#376eb6 url(/img/icon_profile.png) no-repeat center / cover}.profile_menu{position:relative}.profile_hover_panel{position:absolute;z-index:10;top:36px;right:-7px;display:none;width:222px;padding-top:10px;color:#b9c2d0;text-align:center;background:#303849;border-radius:10px;box-shadow:0 8px 22px #00000047}.profile_hover_panel:before{position:absolute;top:-8px;right:10px;width:31px;height:8px;content:""}.profile_menu:hover .profile_hover_panel{display:block}.profile_avatar{width:46px;height:46px;margin:8px auto 9px;background:#376eb6 url(/img/icon_profile.png) no-repeat center / cover;border-radius:50%}.profile_name_row{display:flex;align-items:center;justify-content:center;gap:7px}.profile_name_row strong{color:#e3e8f1;font-size:13px;line-height:1}.profile_name_row button{width:20px;height:20px;font-size:13px;line-height:20px;background:transparent;cursor:pointer;filter:grayscale(1);opacity:.55}.profile_name_row button.on{filter:none;opacity:1}.profile_quick_actions{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;padding:12px 13px 9px}.profile_quick_actions button{height:29px;color:#d9e3f0;font-size:11px;font-weight:800;background:#465267;border-radius:15px;cursor:pointer}.profile_quick_actions button:hover{color:#fff;background:#376eb6}.profile_icons{display:flex;justify-content:center;gap:12px;height:38px;align-items:center}.profile_icons button,.profile_logout{color:#9ea8b8;font-size:11px;font-weight:800;background:transparent;cursor:pointer}.profile_logout{position:absolute;right:12px;top:12px;height:22px;padding:0 12px;color:#c9d1dd;background:#485267;border-radius:12px}.profile_sums{display:grid;grid-template-columns:repeat(2,1fr);margin-top:0;background:#3a4356}.profile_sums button{height:54px;color:#aeb8c8;background:transparent;cursor:pointer}.profile_sums button+button{border-left:1px solid #485267}.profile_sums span,.profile_sums b{display:block}.profile_sums span{font-size:11px}.profile_sums b{margin-top:5px;color:#45a3f5;font-size:13px}.profile_sums button:last-child b{color:#4fd07b}.header_message_btn{height:24px;padding:0 9px;color:#cfd8e6;font-size:11px;font-weight:800;background:#343d4f;border-radius:13px;cursor:pointer}.header_message_btn b{margin-left:3px;color:#4fd07b;font-size:11px}.refresh{position:relative;background:#376eb6 url(/img/icon_refresh.png) no-repeat center / 20px auto;transition:background-color .24s ease,filter .24s ease,box-shadow .24s ease}.refresh:before{position:absolute;top:-1px;bottom:-1px;left:-6px;width:1px;background:#4d5562;box-shadow:-1px 0 #00000059;content:""}.refresh:hover{background-color:#3f83d4;filter:brightness(1.12) contrast(1.05);box-shadow:0 0 10px #3caeff59,inset 0 1px #ffffff2e}.btn_logout{display:none;height:31px;padding:0 12px;color:#d7e1ef;font-size:12px;background:#313949;border-radius:16px;cursor:pointer}#container .layout_content{display:grid;grid-template-columns:287px 950px 250px;gap:20px;width:1527px;height:100%;margin:0 auto;transform:translate(-8px);padding:17px 0 40px;box-sizing:border-box}.left_panel,.right_panel,.contents{min-width:0}.left_panel,.right_panel{height:fit-content}.contents{height:100%;overflow-x:hidden;overflow-y:auto;padding-right:2px;scrollbar-width:none}.contents::-webkit-scrollbar{display:none}.right_panel{padding-top:0}.top_action_grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.top_action{position:relative;display:flex;align-items:center;justify-content:center;height:52px;color:#eef5ff;font-size:16px;font-weight:800;border-radius:9px;cursor:pointer;overflow:hidden;transition:filter .25s ease,transform .25s ease}.top_action:before{position:absolute;z-index:0;top:0;right:0;bottom:0;left:0;opacity:0;background:radial-gradient(60% 85% at 50% 0%,#559ae7a8,#fff0),linear-gradient(#366fb7,#2d5f9e);box-shadow:inset 0 0 0 2px #86abdc47;content:"";transition:opacity .25s ease}.top_action:hover{filter:brightness(1.08);transform:none}.top_action:hover:before{opacity:1}.top_action .action_icon{position:relative;z-index:1;width:40px;height:40px;margin-right:10px;border-radius:0;background:no-repeat center / contain}.top_action .action_label{position:relative;z-index:1}.top_action{z-index:0}.top_action{text-shadow:0 1px 2px rgba(0,0,0,.3)}.top_action.income{background:#386db1}.top_action.income .action_icon{background-image:url(/img/icon_link_income.png)}.top_action.outcome{background:#34765f}.top_action.outcome .action_icon{background-image:url(/img/icon_link_outcome.png)}.top_action.money{background:#9a641f}.top_action.money .action_icon{background-image:url(/img/icon_link_cash.png)}.top_action.point{background:#5e438f}.top_action.point .action_icon{background-image:url(/img/icon_link_point.png)}.search_area{display:flex;align-items:center;height:57px;margin-top:14px;padding:12px;background:#323a4b;border-radius:14px}.search_area select,.search_area input,.search_area button{height:33px;color:#aeb6c4;background:#252b38;border:0;outline:0}.search_area select{width:75px;padding-left:8px;font-size:11px;border-radius:17px 0 0 17px}.search_area input{flex:1;min-width:0;padding:0 8px;font-size:11px}.search_area button{width:35px;color:#b5bfcc;font-size:19px;border-radius:0 17px 17px 0}.side_box{overflow:hidden;background:#323a4b;border-radius:10px;box-shadow:0 2px 7px #0003}.today_box{height:435px;margin-top:16px}.side_box_head{display:flex;align-items:center;height:43px;padding:0 14px;background:linear-gradient(#5b6374,#454d5f)}.side_box_head span{color:#f1f3f7;font-size:12px;font-weight:800}.side_box_head b,.side_box_head em{margin-left:auto;color:#4fd6c8;font-size:10px;font-style:normal}.side_box_menu{padding:22px 16px}.menu_section{height:34px;color:#818a9d;font-size:11px;line-height:34px}.item_menu{display:flex;align-items:center;height:39px;color:#d1d8e5;font-size:12px;border-bottom:1px solid #485164}.sport_icon{width:15px;height:15px;margin-right:9px;border-radius:50%;background:linear-gradient(135deg,#eef4ff,#8692a5)}.item_menu b{margin-left:auto;color:#4ac477;font-size:10px}.domain_banner{display:block;width:100%;margin-top:14px;border-radius:10px}.main_banner{position:relative;height:302px;overflow:hidden;background:#161a24;border-radius:12px}.main_banner img{display:block;width:100%;height:100%;object-fit:cover;object-position:center}.main_thumb_tab{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-top:15px}.main_thumb_tab .item{position:relative;height:262px;overflow:hidden;text-align:left;background:#283040;border-radius:11px;cursor:pointer;transition:filter .25s ease,transform .25s ease}.main_thumb_tab .item:after{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;background:radial-gradient(70% 70% at 50% 0%,#579dec5c,#fff0 68%);content:"";transition:opacity .25s ease}.main_thumb_tab .item:hover{filter:brightness(1.16) contrast(1.05);transform:translateY(-1px)}.main_thumb_tab .item:hover:after{opacity:1}.main_thumb_tab img{width:100%;height:100%;object-fit:cover;object-position:center bottom}.main_thumb_tab strong,.main_thumb_tab span{position:absolute;z-index:1;left:15px;right:9px;text-shadow:0 1px 3px rgba(0,0,0,.45)}.main_thumb_tab strong{top:15px;color:#fff;font-family:Impact,Arial Black,sans-serif;font-size:28px;line-height:.95}.main_thumb_tab span{top:52px;color:#e6edf8b8;font-size:13px;font-weight:700}.quick_grid{display:grid;grid-template-columns:repeat(5,1fr);gap:15px;margin-top:16px}.quick_item{position:relative;height:116px;color:#cbd3e1;background:#333b4d;border-radius:11px;cursor:pointer;overflow:hidden;transition:color .25s ease,filter .25s ease,transform .25s ease}.quick_item:before{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;background:radial-gradient(60% 85% at 50% 0%,#559ae7a8,#fff0),linear-gradient(#366fb7,#2d5f9e);box-shadow:inset 0 0 0 2px #86abdc47;content:"";transition:opacity .25s ease}.quick_item:hover{color:#fff;filter:brightness(1.08);transform:translateY(-1px)}.quick_item:hover:before{opacity:1}.quick_icon{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;width:56px;height:56px;margin:7px auto 9px;background:#2e527e;border-radius:50%;transition:background .25s ease,filter .25s ease}.quick_item:hover .quick_icon{background:#2f65a8;filter:brightness(1.15)}.quick_item span{position:relative;z-index:1}.quick_icon img{max-width:48px;max-height:48px;object-fit:contain}.quick_icon:has(img):before,.quick_icon:has(img):after{display:none}.quick_icon:before,.quick_icon:after{position:absolute;content:""}.quick_event,.quick_rule,.quick_profile,.quick_bet,.quick_result,.quick_worldcup,.quick_cs,.quick_board,.quick_notice,.quick_message,.quick_recommend,.quick_point,.quick_point-list,.quick_income,.quick_outcome{background:#2e527e}.quick_cs:before,.quick_board:before,.quick_notice:before,.quick_message:before,.quick_recommend:before{top:9px;right:9px;bottom:9px;left:9px;border:3px solid #e7eef8}.quick_cs:before,.quick_board:before,.quick_notice:before,.quick_message:before{border-radius:7px}.quick_cs:after{left:18px;top:10px;color:#fff;font-size:20px;font-weight:900;content:"?"}.quick_board:after{left:12px;top:18px;width:18px;height:3px;background:#e7eef8;box-shadow:0 -7px #e7eef8,0 7px #e7eef8}.quick_notice:before{border-radius:50%}.quick_notice:after{left:19px;top:10px;width:4px;height:16px;background:#e7eef8;box-shadow:0 21px 0 -1px #e7eef8}.quick_message:before{border-radius:5px}.quick_message:after{left:11px;top:15px;width:20px;height:14px;border-left:3px solid #e7eef8;border-bottom:3px solid #e7eef8;transform:rotate(-45deg)}.quick_event:before{left:10px;top:17px;width:22px;height:17px;background:#f0b22e;border-radius:3px}.quick_event:after{left:18px;top:8px;width:6px;height:29px;background:#5fd28d;box-shadow:-10px 9px 0 -1px #5fd28d,10px 9px 0 -1px #5fd28d}.quick_rule:before,.quick_bet:before,.quick_profile:before,.quick_result:before{left:11px;top:11px;width:20px;height:24px;background:#e7eef8;border-radius:3px}.quick_rule:after,.quick_bet:after,.quick_result:after{left:15px;top:17px;width:13px;height:3px;background:#ec5058;box-shadow:0 6px #ec5058,0 12px #f1ba2d}.quick_profile:after{left:13px;top:12px;width:16px;height:16px;background:radial-gradient(circle at 50% 35%,#f0b22e 0 4px,transparent 5px),radial-gradient(ellipse at 50% 95%,#4fb0e6 0 11px,transparent 12px)}.quick_recommend:before{border-radius:4px}.quick_recommend:after{left:13px;top:13px;width:17px;height:17px;background:linear-gradient(90deg,transparent 0 7px,#e7eef8 7px 10px,transparent 10px),linear-gradient(0deg,transparent 0 7px,#e7eef8 7px 10px,transparent 10px)}.quick_worldcup:before{left:13px;top:7px;width:16px;height:24px;background:linear-gradient(#f7d94b,#e19a18);border-radius:8px 8px 4px 4px;box-shadow:0 22px 0 -7px #55c57a}.quick_item span:last-child{font-size:15px;font-weight:700}.footer_notice{position:relative;display:flex;align-items:center;width:100%;height:46px;margin-top:18px;padding:0 17px;text-align:left;color:#d7dce6;background:#424d66;border-radius:8px;cursor:pointer;overflow:hidden;transition:filter .25s ease,transform .25s ease}.footer_notice:before{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;background:radial-gradient(70% 90% at 50% 0%,#5c9eec80,#fff0),linear-gradient(#4b5b78,#384866);content:"";transition:opacity .25s ease}.footer_notice:hover{filter:brightness(1.12);transform:translateY(-1px)}.footer_notice:hover:before{opacity:1}.footer_notice b,.footer_notice span{position:relative;z-index:1;font-size:12px}.footer_notice b{margin-right:8px}.footer_notice i{position:relative;z-index:1;margin-left:auto;font-size:25px;font-style:normal}.footer_links{display:flex;align-items:center;gap:0;height:35px;margin-top:16px;color:#9aa2b0;font-size:11px}.footer_links button{padding:0;color:#9aa2b0;font-size:11px;background:transparent;cursor:pointer}.footer_links button:hover{color:#cbd3df}.footer_links button+button:before{display:inline-block;width:1px;height:9px;margin:0 12px;vertical-align:-1px;background:#545d70;content:""}.footer_copy{height:28px;color:#6f7684;font-size:10px;line-height:28px}.contents>.brand_logo.compact{justify-content:flex-start;height:28px;margin-top:13px;color:#555d6c;font-size:17px}.betslip{border-radius:13px;min-height:340px}.betslip .side_box_head{height:42px;background:linear-gradient(#5e6676,#464e60)}.betslip .side_box_head em{margin-left:8px}.betslip .side_box_head b{display:flex;align-items:center;justify-content:center;width:18px;height:18px;margin-left:auto;color:#fff;font-size:10px;background:#ef9426;border-radius:50%}.bet_refresh{display:flex;align-items:center;height:46px;margin:10px 9px 0;padding:0 10px;color:#aeb6c5;background:#252b38;border-radius:9px}.bet_refresh button{width:26px;height:26px;color:#c4ccd7;font-size:20px;line-height:26px;background:transparent}.bet_refresh span{margin-left:auto;color:#9aa3b2;font-size:12px}.bet_amounts{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;padding:10px 9px 0}.bet_amounts button{height:30px;color:#c8d0dd;font-size:11px;font-weight:700;background:#465065;border-radius:7px}.bet_empty{display:flex;align-items:center;justify-content:center;height:54px;margin:13px 9px 0;color:#d2d8e4;font-size:11px;border:1px solid #596275;border-radius:9px}.bet_money,.bet_row{display:flex;align-items:center;height:40px;margin:0 18px;color:#b9c1cf;font-size:12px;border-bottom:1px solid #4d5668}.bet_money{margin-top:6px}.bet_money b,.bet_row b{margin-left:auto;color:#58a8f1}.bet_money b{color:#4ac477}.bet_buttons{display:grid;grid-template-columns:1fr 1fr;gap:9px;padding:12px 9px 16px}.bet_buttons button{height:38px;color:#fff;font-size:12px;font-weight:800;background:#3a72b8;border-radius:20px;cursor:pointer}.bet_buttons button+button{background:#566176}.sns_links{display:flex;gap:16px;margin-top:10px;padding-right:10px}.sns_links button{position:relative;display:flex;align-items:center;flex:1;height:50px;padding-right:13px;color:#cfd5df;font-size:15px;font-weight:700;background:#353d4f;border-radius:24px;border:0;cursor:pointer;overflow:hidden;transition:color .25s ease,filter .25s ease,transform .25s ease}.sns_links button:before{position:absolute;z-index:0;top:0;right:0;bottom:0;left:0;opacity:0;background:radial-gradient(60% 85% at 50% 0%,#559ae7a8,#fff0),linear-gradient(#366fb7,#2d5f9e);box-shadow:inset 0 0 0 2px #86abdc47;content:"";transition:opacity .25s ease}.sns_links button:hover{color:#fff;filter:brightness(1.08);transform:none}.sns_links button:hover:before{opacity:1}.sns_links img{position:relative;z-index:1;width:52px;height:52px;margin:-1px 9px 0 -2px;border-radius:50%}.sns_links button span{position:relative;z-index:1}.sns_links button{text-align:center}.sns_links button:after{display:block;flex:1;position:relative;z-index:1;content:""}.sns_links button{text-shadow:0 1px 2px rgba(0,0,0,.3)}.page_box{min-height:782px;overflow:hidden;background:#313949;border-radius:11px;box-shadow:0 2px 7px #0003}.page_head{display:flex;align-items:center;height:52px;padding:0 15px 0 18px;background:linear-gradient(#5d6677,#465064)}.page_head h2{margin:0;color:#f1f4f8;font-size:14px;font-weight:800}.page_head button{height:28px;margin-left:auto;padding:0 17px;color:#dbe5f2;font-size:12px;font-weight:700;background:#31394a;border-radius:15px;cursor:pointer}.money_page,.list_page,.game_page{padding:18px}.money_status{display:grid;grid-template-columns:110px 1fr 110px 1fr;align-items:center;height:50px;padding:0 18px;color:#b9c2cf;background:#283040;border-radius:9px}.money_status b{color:#4ea1ed;font-size:14px}.money_status .green{color:#44c878}.form_row{display:grid;grid-template-columns:110px 1fr;align-items:center;height:58px;margin-top:12px;padding:0 18px;color:#d4dae5;background:#394255;border-radius:9px}.form_row span{font-size:13px;font-weight:700}.form_row input{height:36px;padding:0 14px;color:#eef3fb;background:#252b38;border:0;border-radius:18px;outline:0}.amount_grid{display:grid;grid-template-columns:repeat(6,1fr);gap:8px;margin-top:12px}.amount_grid button,.submit_btn{height:38px;color:#eaf1fa;font-size:12px;font-weight:800;background:#465165;border-radius:19px;cursor:pointer}.submit_btn{width:180px;margin-top:18px;background:#386db1}.list_header,.list_row{display:grid;grid-template-columns:90px 1fr 140px;align-items:center;width:100%;min-height:44px;padding:0 16px}.list_header{color:#dce3ee;font-size:12px;font-weight:800;background:#465064;border-radius:8px 8px 0 0}.list_row{color:#cbd3df;text-align:left;background:#363f51;border-top:1px solid #4c5669;cursor:pointer}.list_row b{font-size:12px}.list_row em{color:#9099a9;font-style:normal;text-align:right}.page_empty,.game_ready{display:flex;align-items:center;justify-content:center;min-height:120px;color:#8f99aa;font-size:12px;background:#283040;border-radius:0 0 8px 8px}.game_page{display:grid;grid-template-columns:1fr 1fr;gap:14px}.game_card{position:relative;height:280px;overflow:hidden;text-align:left;background:#283040;border-radius:11px;cursor:pointer}.game_card img{width:100%;height:100%;object-fit:cover;object-position:center bottom}.game_card strong,.game_card span{position:absolute;left:16px;right:12px}.game_card strong{top:16px;color:#fff;font-family:Impact,Arial Black,sans-serif;font-size:30px;line-height:1}.game_card span{top:55px;color:#e6edf8b8;font-size:13px;font-weight:700}.game_ready{min-height:280px;border-radius:11px}.money_route_box{overflow:hidden;height:86px;background:#313949;border-radius:11px;box-shadow:0 0 10px 2px #0000001f}.route_title{display:flex;align-items:center;height:42px;padding:0 18px;color:#d5d9e2;font-size:15px;font-weight:800;background:linear-gradient(#626a7b,#454e61)}.route_title span{margin:0 9px;color:#8f98a9}.route_title b{color:#48a1f1;font-size:15px}.route_root_button{color:inherit;font:inherit;font-weight:inherit;background:none;border:0;cursor:pointer}.route_root_button:hover{color:#fff}.money_tabs{display:flex;align-items:center;gap:22px;height:44px;padding:0 18px;background:#303849}.money_tabs button{height:29px;padding:0 12px;color:#aab3c2;font-size:12px;font-weight:800;background:transparent;border-radius:15px;cursor:pointer;transition:background .25s ease,color .25s ease}.money_tabs button.active{color:#e5e8f0;background:linear-gradient(transparent 2px,#376eb6 0,#254f87),radial-gradient(at top,rgba(255,255,255,.22),transparent 60%),linear-gradient(#376eb6,#376eb6);box-shadow:inset 0 1px #ffffff2e}.money_tabs button:hover:not(.active){color:#e5e8f0;background:#ffffff12;filter:brightness(1.08)}.money_tabs button:disabled{color:#858d9d;cursor:default;opacity:.75}.money_tabs button:disabled:hover{background:transparent;filter:none}.mgmt_panel{position:relative;overflow:hidden;margin-top:15px;background:#313949;border-radius:11px;box-shadow:0 0 10px 2px #0000001f}.mgmt_panel_head.clickable{cursor:pointer}.mgmt_panel_head.clickable:focus-visible{outline:2px solid rgba(72,161,241,.7);outline-offset:-2px}.mgmt_panel_head{display:flex;align-items:center;height:42px;padding:0 16px;background:linear-gradient(#606878,#485164);border-bottom:1px solid rgba(255,255,255,.08)}.mgmt_panel_head h3{margin:0;color:#e1e5ed;font-size:14px;font-weight:800}.panel_actions{display:flex;gap:8px;margin-left:auto}.mgmt_panel_body{background:#303849}.guide_toggle{display:block;width:100%;height:0;color:#eef3fb;font-size:34px;line-height:0;text-align:right;background:transparent;transform:translate(-18px,-21px)}.betting_percent{display:flex;align-items:center;gap:7px;height:50px;padding:0 16px;color:#aeb6c5;font-size:12px;font-weight:700}.betting_percent b,.betting_percent em{color:#49a1ef;font-style:normal}.deposit_guide{padding:38px 60px 0;color:#c5cedc;text-align:center;background:#354054}.guide_collapse_btn{position:absolute;top:7px;right:14px;z-index:1;width:34px;height:34px;color:#eef3fb;background:transparent;cursor:pointer}.guide_collapse_btn:before{position:absolute;top:12px;left:10px;width:13px;height:13px;border-top:3px solid #eef3fb;border-left:3px solid #eef3fb;border-radius:2px 0 0;content:"";filter:drop-shadow(0 1px 1px rgba(0,0,0,.45));transform:rotate(45deg);transition:transform .22s ease,top .22s ease,border-color .22s ease}.guide_collapse_btn:after{display:block;position:absolute;top:5px;right:5px;bottom:5px;left:5px;border-radius:50%;background:#ffffff0d;content:"⌄";opacity:0;transition:opacity .2s ease}.guide_collapse_btn:hover:after{opacity:1}.guide_collapse_btn.open:before{top:8px;transform:rotate(225deg)}.deposit_guide p{margin:0;color:#d8dee8;font-size:15px;font-weight:800;line-height:1.65}.split_amount{display:inline-flex;align-items:center;justify-content:center;gap:16px;min-width:512px;height:52px;margin:26px auto 13px;padding:0 36px;color:#cfd8e6;background:#20242d;border-radius:26px}.split_amount b,.split_amount em{color:#3caeff;font-style:normal;font-weight:900}.split_amount span{font-weight:800}.deposit_guide .guide_note{color:#82d9b5;font-size:13px;font-weight:800;margin-top:22px}.guide_steps{display:flex;align-items:center;justify-content:center;gap:24px;margin-top:42px}.guide_steps figure{width:240px;margin:0;overflow:hidden;background:#475266;border-radius:12px}.guide_steps img{display:block;width:100%;height:205px;object-fit:cover}.guide_steps figcaption{display:flex;align-items:center;justify-content:center;min-height:52px;color:#d9e1ee;font-size:13px;font-weight:800}.guide_step_arrow{position:relative;width:22px;height:42px;flex:0 0 22px}.guide_step_arrow:before{position:absolute;top:9px;left:1px;width:20px;height:20px;border-top:4px solid #d9e1ec;border-right:4px solid #d9e1ec;content:"";transform:rotate(45deg)}.guide_steps div{display:flex;flex-direction:column;justify-content:flex-end;min-height:150px;padding:20px 14px 16px;background:#30394b;border-radius:10px;box-shadow:inset 0 0 0 1px #ffffff0a}.guide_steps strong{color:#eef4ff;font-size:13px}.guide_steps span{margin-top:8px;color:#aeb7c7;font-size:12px}.guide_caution{display:grid;grid-template-columns:150px 1fr 1fr;gap:12px 28px;align-items:start;margin:46px -60px 0;padding:30px 62px 34px;color:#c2ccd9;font-size:13px;font-weight:800;text-align:left;background:#3b465d}.guide_caution b{grid-row:span 3;color:#dce5f2;font-size:18px}.guide_caution p{grid-column:2 / 4;color:#bfc8d8;font-size:13px;font-weight:800;line-height:1.8}.guide_caution span:before{margin-right:7px;color:#58c889;content:"✓"}.withdraw_betting_guide{display:flex;flex-wrap:wrap;gap:10px;min-height:64px;padding:22px 24px;color:#b9c2d0;background:#354054}.withdraw_betting_guide span{font-size:12px;font-weight:800}.withdraw_betting_guide b{color:#49a1ef}.coin_method_guide{padding:44px 34px 36px;color:#bfc8d8;text-align:center;background:#354054}.coin_method_icon{position:relative;width:52px;height:52px;margin:0 auto 18px;border-radius:50%;background:#8b94a5}.coin_method_icon:before{position:absolute;top:13px;left:18px;width:13px;height:22px;border-right:5px solid #343b48;border-bottom:5px solid #343b48;content:"";transform:rotate(45deg)}.coin_method_guide strong{display:block;color:#e4eaf3;font-size:20px;font-weight:900}.coin_method_guide h3{margin:11px 0 19px;color:#51d783;font-size:18px;font-weight:900}.coin_method_guide p{margin:0 0 26px;color:#a9b2c1;font-size:13px;font-weight:800}.coin_method_steps{width:860px;margin:0 auto;padding:27px 28px;text-align:left;background:#4a5569;border-radius:16px}.coin_method_steps div+div{margin-top:17px}.coin_method_steps b{display:block;color:#2ba7ff;font-size:15px;font-weight:900}.coin_method_steps span{display:block;margin-top:8px;color:#b7c0cf;font-size:13px;font-weight:700}.coin_form_grid{margin-top:15px}.coin_charge_form{padding-top:26px}.money_form_grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}.money_form_grid .mgmt_panel{min-height:206px}.info_rows{padding:24px 20px}.info_rows div{display:grid;grid-template-columns:86px 1fr 92px 1fr;align-items:center;min-height:34px;color:#aeb6c5;font-size:12px;font-weight:700}.info_rows span{color:#aeb6c5}.info_rows b{color:#d2a866}.info_rows strong{color:#e2e7ef;font-style:normal}.info_rows .yellow{color:#f2de32}.info_rows .account_text{word-break:break-all}.info_rows em{color:#dbe2ec;font-style:normal}.info_rows.coin_info_rows{display:grid;gap:8px;padding:30px 26px}.info_rows.coin_info_rows div{grid-template-columns:130px minmax(0,1fr);min-height:44px}.info_rows.coin_info_rows span,.info_rows.coin_info_rows b,.info_rows.coin_info_rows strong{white-space:nowrap}.coin_selected{display:flex;align-items:center;min-height:34px;padding:0;color:#e2e7ef;font-size:13px;font-weight:800}.check_btn{width:94px;height:30px;color:#eaf3ff;font-size:12px;font-weight:800;background:#34765f;border-radius:16px}.card_label{color:#d8dde7;width:max-content;padding:0;font-size:12px;font-weight:800;background:transparent;cursor:pointer}.charge_form{padding:22px 20px 25px}.money_type_switch{display:flex;justify-content:flex-end;gap:7px;margin-bottom:12px}.money_type_switch button{height:28px;min-width:62px;padding:0 14px;color:#dbe5f1;font-size:12px;font-weight:800;background:#34765f;border-radius:15px;cursor:pointer}.money_type_switch button.active{background:#376eb6}.charge_form input{width:100%;height:40px;padding:0 17px;color:#bec7d5;font-size:13px;font-weight:800;background:#202228;border:0;border-radius:21px;outline:0}.charge_form .withdraw_password_input{margin-top:12px}.charge_amounts{display:grid;grid-template-columns:repeat(4,1fr);gap:7px;margin-top:12px}.charge_amounts button{height:33px;color:#d6deea;font-size:12px;font-weight:800;background:#485267;border-radius:7px;cursor:pointer}.charge_amounts .all{background:#e79417;color:#fff}.charge_amounts .delete{background:#34765f}.money_limits{display:grid;grid-template-columns:1fr;gap:5px;margin-top:12px;color:#9fa8b8;font-size:11px;font-weight:700}.charge_submit{width:100%;height:43px;margin-top:17px;color:#eef5ff;font-size:13px;font-weight:800;background:#346bb1;border-radius:22px;cursor:pointer}.pill{height:25px;padding:0 20px;color:#e9f1fb;font-size:12px;font-weight:800;background:#465267;border-radius:14px;cursor:pointer}.pill.active{background:#346bb1}.pill.green{background:#34765f}.history_empty{display:flex;align-items:center;justify-content:center;height:95px;color:#9aa4b4;font-size:12px;font-weight:700}.history_empty.compact{height:119px}.point_summary{padding:18px 20px 20px;background:#283040;border-radius:0 0 8px 8px}.point_summary_row{display:grid;grid-template-columns:170px 1fr 120px;gap:10px;align-items:center;min-height:46px;color:#d4dae5;font-size:13px;font-weight:800}.point_summary_row+.point_summary_row{margin-top:8px;padding-top:8px;border-top:1px solid #414b5f}.point_summary_row b{color:#58c889;font-size:14px}.point_summary_row input{width:100%;height:36px;padding:0 14px;color:#eef3fb;font-size:13px;font-weight:800;background:#202228;border:0;border-radius:18px;outline:0}.point_summary_row button{height:36px;color:#eef5ff;font-size:12px;font-weight:800;background:#34765f;border-radius:18px;cursor:pointer}.point_summary_row:first-child{grid-template-columns:170px 1fr}.money_history,.support_history{overflow:hidden;background:#283040;border-radius:0 0 8px 8px}.money_history_header,.money_history_row,.support_history_header,.support_history_row{display:grid;align-items:center;min-height:44px;padding:0 16px}.money_history_header,.money_history_row{grid-template-columns:180px 1fr 100px 180px;column-gap:16px}.support_history_header,.support_history_row{grid-template-columns:90px 1fr 150px}.money_history_header,.support_history_header{color:#dce3ee;font-size:12px;font-weight:800;background:#465064}.money_history_row,.support_history_row{width:100%;color:#cbd3df;font-size:12px;text-align:left;background:#363f51;border-top:1px solid #4c5669}.support_history_row{cursor:pointer}.support_history_row:hover,.support_history_row.active{background:#3e4a5f}.money_history_row b,.support_history_row b{color:#eef3fb;font-size:12px}.money_history_row em,.support_history_row em{color:#58c889;font-style:normal;font-weight:800}.money_history_row span:last-child,.support_history_row span{color:#9fa8b8;text-align:right}.money_history_header span:nth-child(2),.money_history_row b{text-align:right}.money_history_header span:nth-child(3),.money_history_row em{text-align:center}.money_history_header span:last-child{text-align:right}.support_message_box{padding:12px 16px;background:#2d3545;border-top:1px solid #4c5669}.support_message{padding:12px 14px;color:#d6deea;background:#394255;border-radius:8px}.support_message+.support_message{margin-top:8px}.support_message.admin{background:#344b49}.support_message div{display:flex;gap:12px;align-items:center;margin-bottom:7px}.support_message b{color:#f1f6fd;font-size:12px}.support_message span{margin-left:auto;color:#9fa8b8;font-size:11px}.support_message p{margin:0;color:#d5dde9;font-size:12px;line-height:1.55;white-space:pre-wrap}.support_reply_form{display:grid;grid-template-columns:1fr 96px;gap:8px;margin-top:10px}.support_reply_form textarea{min-height:72px;padding:12px 14px;color:#dce4ee;font-size:12px;line-height:1.55;resize:vertical;background:#252c3a;border:1px solid #4c5669;border-radius:8px;outline:0}.support_reply_form button{color:#eef5ff;font-size:12px;font-weight:800;background:#376eb6;border-radius:8px;cursor:pointer}.message_toolbar{display:flex;align-items:center;height:44px;padding:0 14px;color:#aeb7c7;font-size:12px;font-weight:800;background:#465064}.message_toolbar span{flex:1}.message_toolbar button{height:26px;min-width:72px;margin-left:8px;color:#edf4ff;font-size:11px;font-weight:800;background:#376eb6;border-radius:14px;cursor:pointer}.message_toolbar button.green{background:#34765f}.message_history{overflow:hidden;background:#283040;border-radius:0 0 8px 8px}.message_history_header,.message_history_row{display:grid;grid-template-columns:46px 86px 1fr 150px;align-items:center;min-height:44px;padding:0 16px}.message_history_header{color:#dce3ee;font-size:12px;font-weight:800;background:#3b4457}.message_history_row{color:#cbd3df;font-size:12px;background:#363f51;border-top:1px solid #4c5669}.message_history_row.active{background:#3e4a5f}.message_history_row em{color:#58c889;font-style:normal;font-weight:800}.message_history_row button{overflow:hidden;color:#eef3fb;font-size:12px;font-weight:800;text-align:left;text-overflow:ellipsis;white-space:nowrap;background:transparent;cursor:pointer}.message_history_row span:last-child{color:#9fa8b8;text-align:right}.message_history input{width:14px;height:14px;accent-color:#376eb6}.message_detail{padding:13px 18px;color:#d5dde9;background:#2d3545;border-top:1px solid #4c5669}.message_detail p{margin:0;font-size:12px;line-height:1.55;white-space:pre-wrap}.card_modal_layer{position:fixed;z-index:20;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#000000b8}.alert_layer{position:fixed;z-index:100;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;padding:24px;background:#0000009e;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.alert_modal{width:min(420px,100%);overflow:hidden;padding:34px 28px 18px;text-align:center;background:linear-gradient(transparent 2px,#29303d 0,#222733),radial-gradient(at top,rgba(92,105,132,.85),transparent 62%),linear-gradient(#29303d,#29303d);border:1px solid rgba(255,255,255,.08);border-radius:10px;box-shadow:0 18px 45px #0000006b,inset 0 1px #ffffff1f}.alert_icon{position:relative;width:62px;height:62px;margin:0 auto 16px;overflow:visible;background:radial-gradient(circle at 34% 22%,rgba(255,255,255,.72),rgba(255,255,255,.18) 18%,transparent 32%),linear-gradient(145deg,#55a8f4,#295a99 56%,#1d365e);border:1px solid rgba(255,255,255,.18);border-radius:50%;box-shadow:inset 0 2px #ffffff3d,inset 0 -10px 20px #00000042,0 12px 28px #285b9761,0 0 0 6px #366fb71f}.alert_icon:before{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;color:#fff;font-size:38px;font-weight:900;line-height:1;content:"!";filter:drop-shadow(0 2px 2px rgba(0,0,0,.24))}.alert_icon:after{position:absolute;top:7px;right:7px;bottom:7px;left:7px;border:1px solid rgba(255,255,255,.16);border-radius:50%;content:"";pointer-events:none}.alert_modal h2{margin:0;color:#fff;font-size:18px;font-weight:900}.alert_modal p{min-height:44px;margin:12px 0 24px;color:#c8d1df;font-size:13px;font-weight:700;line-height:1.6;white-space:pre-wrap}.alert_modal button{width:132px;height:38px;color:#eef5ff;font-size:13px;font-weight:900;background:linear-gradient(transparent 2px,#376eb6 0,#254f87),radial-gradient(at top,rgba(255,255,255,.24),transparent 60%),linear-gradient(#376eb6,#376eb6);border-radius:20px;box-shadow:inset 0 1px #ffffff2e;cursor:pointer}.alert_modal button:hover{filter:brightness(1.1)}.card_modal{width:518px;overflow:hidden;text-align:center;background:#333b4c;border-radius:9px;box-shadow:0 10px 35px #00000073}.modal_icon{display:flex;align-items:center;justify-content:center;width:35px;height:35px;margin:34px auto 12px;color:#3c4350;font-size:25px;font-weight:900;background:#aeb6c3;border-radius:50%}.card_modal h3{margin:0 0 20px;color:#eef3fb;font-size:18px}.card_notice{margin:0 27px 22px;padding:24px 30px;color:#bfc7d5;text-align:left;background:#505a71;border-radius:12px}.card_notice p{margin:0;line-height:1.75;font-size:12px;font-weight:700}.card_notice b{color:#f0d71c}.card_notice .blue{color:#39a4f6}.modal_btns{display:flex;justify-content:center;gap:10px;padding:12px 0 14px;background:#181c23}.modal_btns button{width:96px;height:36px;color:#fff;font-size:13px;font-weight:800;background:#356db5;border-radius:19px;cursor:pointer}.modal_btns button+button{background:#596273}.game_route_box{overflow:hidden;margin-bottom:14px;background:#313949;border-radius:11px;box-shadow:0 0 10px 2px #0000001f}.game_route_box .route_title{height:42px}.game_desc{padding:16px 18px 21px;color:#aeb7c7;background:#303849}.game_desc p{margin:0;line-height:1.8;font-size:12px;font-weight:700}.game_desc b{color:#45a3f5}.money_tabs.single{gap:18px;height:42px}.casino_grid_box,.slot_grid_box{display:grid;gap:6px;padding:11px;background:#313949;border-radius:11px}.casino_grid_box{grid-template-columns:repeat(3,1fr);align-items:start;min-height:480px}.game_loading_state{grid-column:1 / -1;display:flex;align-items:center;justify-content:center;min-height:220px;color:#aeb7c7;font-size:13px;font-weight:800;background:#252c3a;border-radius:7px}.casino_card{position:relative;overflow:hidden;height:260px;color:#fff;background:#171b23;border-radius:5px;cursor:pointer}.casino_card img{width:100%;height:218px;object-fit:cover;filter:contrast(1.05) brightness(.85)}.casino_card img.provider_logo{padding:28px 24px;object-fit:contain;background:radial-gradient(circle at 50% 15%,rgba(80,145,214,.28),transparent 52%),linear-gradient(#222936,#151a22);filter:none}.provider_logo_placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:218px;padding:20px;color:#eef4ff;text-align:center;background:radial-gradient(circle at 50% 15%,rgba(80,145,214,.28),transparent 52%),linear-gradient(#222936,#151a22)}.provider_logo_placeholder b{font-size:18px;font-weight:900;line-height:1.2}.casino_card strong{position:absolute;top:14px;right:12px;color:#151515;font-size:37px;font-weight:900;text-shadow:1px 1px #f3c15b}.casino_card span{display:flex;align-items:center;justify-content:center;height:42px;color:#dfe7f3;font-size:12px;font-weight:800;background:linear-gradient(transparent 2px,#2b2f39 0,#252831),radial-gradient(at top,#3c4153,transparent 60%),linear-gradient(#2b2f39,#2b2f39);transition:background .25s ease,color .25s ease,filter .25s ease}.casino_card:hover span{color:#e5e8f0;background:linear-gradient(transparent 2px,#34765f 0,#1f5141),radial-gradient(at top,rgba(255,255,255,.2),transparent 60%),linear-gradient(#34765f,#34765f)}.winner_rows button{display:grid;grid-template-columns:1fr 150px 100px;align-items:center;width:100%;height:41px;padding:0 42px;color:#d8dee9;text-align:left;background:#353d50;border-bottom:1px solid #444d5f;cursor:pointer}.winner_rows b{color:#5acf8b}.winner_rows em{color:#d6dbe5;font-style:normal}.slot_filter{display:flex;align-items:center;gap:10px;margin:14px 0}.slot_filter button,.slot_filter label{display:flex;align-items:center;height:39px;color:#aeb7c6;background:#202631;border-radius:10px}.slot_filter button{padding:0 19px;font-size:12px;font-weight:800;cursor:pointer}.slot_filter label{width:158px;padding:0 12px}.slot_filter input{flex:1;min-width:0;color:#dfe5ef;background:transparent;border:0;outline:0}.slot_filter button:last-child{margin-left:auto;background:transparent}.slot_grid_box{grid-template-columns:repeat(6,1fr);gap:14px 6px;padding:18px 12px 22px}.slot_card{overflow:hidden;color:#dce4ee;background:#171b23;border:1px solid #17191c;border-radius:5px;cursor:pointer}.slot_thumb{position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;height:117px;padding:10px;text-align:center;background:radial-gradient(circle at 30% 20%,rgba(255,226,87,.7),transparent 31%),radial-gradient(circle at 75% 24%,rgba(67,186,255,.68),transparent 35%),linear-gradient(135deg,#982d2d,#273f7d 45%,#2f8f61)}.slot_thumb img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.slot_thumb img.provider_logo{padding:18px 14px;object-fit:contain;filter:drop-shadow(0 6px 10px rgba(0,0,0,.35))}.slot_thumb .provider_logo_placeholder{position:absolute;top:0;right:0;bottom:0;left:0;height:auto;padding:14px;background:transparent}.slot_thumb .provider_logo_placeholder b{font-size:15px}.slot_thumb span{position:relative;z-index:1;color:#fff;font-family:Impact,Arial Black,sans-serif;font-size:21px;line-height:1;text-shadow:0 2px 4px rgba(0,0,0,.75)}.slot_card strong{display:flex;align-items:center;justify-content:center;height:33px;padding:0 4px;font-size:11px;background:linear-gradient(transparent 2px,#2b2f39 0,#252831),radial-gradient(at top,#3c4153,transparent 60%),linear-gradient(#2b2f39,#2b2f39);transition:background .25s ease,color .25s ease,filter .25s ease}.slot_card:hover strong{color:#e5e8f0;background:linear-gradient(transparent 2px,#34765f 0,#1f5141),radial-gradient(at top,rgba(255,255,255,.2),transparent 60%),linear-gradient(#34765f,#34765f)}.more_btn{width:100%;height:37px;margin-top:14px;color:#cfd7e3;font-size:12px;font-weight:800;background:#3f4960;border-radius:11px;cursor:pointer}.collapse_btn{color:#eef3fb;font-size:24px;background:transparent;cursor:pointer}.faq_list{padding:16px 16px 20px}.faq_list button{display:block;width:100%;height:43px;margin-top:8px;padding:0 18px;color:#cbd3df;font-size:12px;font-weight:800;text-align:left;background:#4b556b;border-radius:10px;cursor:pointer}.faq_list button:first-child{margin-top:0}.faq_accordion{padding:16px}.faq_accordion .faq_item+.faq_item{margin-top:8px}.faq_accordion .faq_item button{display:flex;align-items:center;min-height:43px;height:auto;margin-top:0;padding:0 14px 0 18px;background:linear-gradient(transparent 2px,#4b556b 0,#40495d),radial-gradient(at top,rgba(255,255,255,.12),transparent 60%),linear-gradient(#4b556b,#4b556b);border-radius:8px}.faq_accordion .faq_item.open button{border-radius:8px 8px 0 0}.faq_accordion .faq_item button span{flex:1;min-width:0;line-height:1.35}.faq_answer{white-space:pre-line;padding:18px 20px;color:#b8c1cf;font-size:12px;font-weight:700;line-height:1.75;background:#252c3a;border-top:1px solid #596275;border-radius:0 0 8px 8px}.question_form{padding:17px 17px 22px;text-align:center}.question_form textarea{display:block;width:100%;height:170px;padding:18px;color:#dce3ee;font-size:12px;background:#1d2027;border:0;border-radius:11px;resize:none;outline:0}.question_form button{width:120px;height:35px;margin-top:24px;color:#fff;font-size:12px;font-weight:800;background:#346bb1;border-radius:18px;cursor:pointer}.question_actions{display:flex;justify-content:center;gap:10px}.question_form button.draft{background:#34765f}.support_drafts{padding:0 17px 18px}.support_drafts div{display:grid;grid-template-columns:1fr 62px;gap:8px;align-items:center;min-height:38px;padding:0 10px;background:#283040;border-top:1px solid #4c5669}.support_drafts button{overflow:hidden;color:#cbd3df;font-size:12px;text-align:left;background:transparent;cursor:pointer}.support_drafts b{color:#eef3fb}.support_drafts span{margin-left:12px;color:#9fa8b8}.support_drafts .delete{height:25px;color:#eef5ff;text-align:center;background:#485267;border-radius:14px}.notice_history{overflow:hidden;background:#283040;border-radius:0 0 8px 8px}.notice_history_header,.notice_history_row{display:grid;grid-template-columns:1fr 150px;align-items:center;width:100%;min-height:44px;padding:0 16px}.notice_history_header{color:#dce3ee;font-size:12px;font-weight:800;background:#465064}.notice_history_row{color:#cbd3df;text-align:left;background:#363f51;border-top:1px solid #4c5669;cursor:pointer}.notice_history_row:hover,.notice_history_row.active{background:#3e4a5f}.notice_history_row b{color:#eef3fb;font-size:12px}.notice_history_row span{color:#9fa8b8;text-align:right}.notice_detail{padding:16px 18px;color:#d5dde9;font-size:12px;line-height:1.65;white-space:pre-wrap;background:#2d3545;border-top:1px solid #4c5669}.maintenance_page{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;padding:40px;color:#dce4ee;text-align:center;background:#202327}.maintenance_page h1{margin:18px 0 10px;color:#fff;font-size:28px}.maintenance_page p{max-width:560px;margin:0;color:#aeb7c7;font-size:14px;line-height:1.7}.myinfo_tabs{gap:29px}.myinfo_grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}.myinfo_grid .mgmt_panel{min-height:265px}.grade_text{color:#f1dd31;font-size:15px}.myinfo_rows{padding:26px 22px 20px}.myinfo_rows div,.myinfo_rows label{display:grid;grid-template-columns:125px 1fr;align-items:center;height:51px;color:#aeb7c7;font-size:13px;font-weight:800}.myinfo_rows b{color:#d9dee8;font-weight:800}.myinfo_rows input{width:100%;height:40px;padding:0 14px;color:#dce4ef;background:#1f2128;border:0;border-radius:21px;outline:0}.myinfo_bottom{height:59px;padding-top:12px;text-align:center;background:#364053}.myinfo_bottom button{width:105px;height:36px;color:#9fa9b9;font-size:13px;font-weight:800;background:#535d72;border-radius:19px;cursor:pointer}@media (max-width: 1300px){#wrap{min-width:1604px}}
