@import"https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;500;600;700&family=Noto+Sans+KR:wght@400;500;600;700&display=swap";:root{--ui-ease: cubic-bezier(.2, .8, .2, 1);--ui-fast: .16s;--ui-medium: .22s}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{min-width:320px;overflow-x:hidden;scrollbar-width:none;-ms-overflow-style:none}html::-webkit-scrollbar{width:0;height:0;display:none}body,button,input,textarea,select{font-family:Noto Sans,Noto Sans KR,sans-serif}body{color:#222;background:#fff;font-weight:400;overflow-x:hidden}body.user_site_page,body.admin_site_page,body.user_site_page *,body.admin_site_page *{scrollbar-width:none;-ms-overflow-style:none}body.user_site_page::-webkit-scrollbar,body.admin_site_page::-webkit-scrollbar,body.user_site_page *::-webkit-scrollbar,body.admin_site_page *::-webkit-scrollbar{width:0;height:0;display:none}@media(max-width:920px){body{padding-top:57px}}a{color:inherit;text-decoration:none}ul,ol{list-style:none}img{display:block;max-width:100%}body.user_site_page :where(a,button,[role=button],input,textarea,select),body.admin_site_page :where(a,button,[role=button],input,textarea,select){transition-property:background-color,border-color,color,opacity,transform,filter;transition-duration:var(--ui-fast);transition-timing-function:var(--ui-ease)}body.user_site_page :where(button,a,[role=button]):active:not(:disabled),body.admin_site_page :where(button,a,[role=button]):active:not(:disabled){transform:translateY(1px)}body.user_site_page :where(button,[role=button]):disabled,body.admin_site_page :where(button,[role=button]):disabled{transform:none}body.user_site_page :where(a,button,[role=button],input,textarea,select):focus-visible,body.admin_site_page :where(a,button,[role=button],input,textarea,select):focus-visible{outline:2px solid rgba(0,81,199,.28);outline-offset:2px}.system_alert_overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:4200;padding:20px;background:#0f172a75;display:flex;align-items:center;justify-content:center}.system_alert_card{width:min(100%,430px);border:1px solid #dfe5ec;border-radius:8px;background:#fff;overflow:hidden}.system_alert_card header{min-height:58px;padding:0 18px 0 20px;border-bottom:1px solid #eef1f4;display:flex;align-items:center;justify-content:space-between;gap:12px}.system_alert_card h2{color:#202a35;font-size:18px;line-height:1.35;font-weight:700}.system_alert_card header button{position:relative;width:30px;height:30px;border:0;border-radius:6px;background:transparent;color:#7b8794;cursor:pointer}.system_alert_card header button:before,.system_alert_card header button:after{content:"";position:absolute;top:50%;left:50%;width:16px;height:1.5px;border-radius:999px;background:currentColor}.system_alert_card header button:before{transform:translate(-50%,-50%) rotate(45deg)}.system_alert_card header button:after{transform:translate(-50%,-50%) rotate(-45deg)}.system_alert_body{padding:20px}.system_alert_body p{color:#3f4b58;font-size:14px;line-height:1.75;font-weight:500;white-space:pre-wrap}.system_alert_card footer{padding:0 20px 20px;display:flex;justify-content:flex-end;gap:8px}.system_alert_card footer button{height:38px;padding:0 16px;border:1px solid #dfe5ec;border-radius:7px;background:#fff;color:#4e5968;font-size:13px;font-weight:700;cursor:pointer}.system_alert_card footer button.is_primary{border-color:#0051c7;background:#0051c7;color:#fff}@media(max-width:520px){.system_alert_overlay{padding:14px;align-items:flex-end}.system_alert_card footer{display:grid;grid-template-columns:1fr}}body.user_site_page input[type=checkbox],body.admin_site_page input[type=checkbox]{width:16px;height:16px;border:1px solid #aab4c0;border-radius:5px;display:inline-grid;flex:0 0 auto;place-content:center;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff;cursor:pointer;vertical-align:middle}body.user_site_page input[type=checkbox]:before,body.admin_site_page input[type=checkbox]:before{content:"";width:8px;height:8px;background:#fff;clip-path:polygon(14% 44%,0 58%,39% 96%,100% 22%,86% 8%,38% 66%);transform:scale(0);transition:transform var(--ui-fast) var(--ui-ease)}body.user_site_page input[type=checkbox]:checked,body.admin_site_page input[type=checkbox]:checked{border-color:#0051c7;background:#0051c7}body.user_site_page input[type=checkbox]:checked:before,body.admin_site_page input[type=checkbox]:checked:before{transform:scale(1)}body.user_site_page input[type=checkbox]:hover,body.admin_site_page input[type=checkbox]:hover{border-color:#0051c7}body.user_site_page input[type=checkbox]:disabled,body.admin_site_page input[type=checkbox]:disabled{cursor:default;opacity:.55}.app_toast{position:fixed;top:22px;right:22px;z-index:9999;min-width:240px;max-width:min(380px,calc(100vw - 32px));padding:13px 16px;border:1px solid #d7e2f1;border-radius:10px;background:#fff;color:#152237;font-size:13px;line-height:1.45;font-weight:600;animation:uiToastEnter var(--ui-medium) var(--ui-ease) both}.app_toast_success{border-color:#bfe8ce;background:#f3fbf6;color:#17663b}.app_toast_error{border-color:#ffd0c7;background:#fff6f4;color:#c03617}.point_modal_overlay,.support_modal_backdrop,.admin_modal_backdrop,.confirm_dialog_backdrop{animation:uiOverlayFadeIn var(--ui-medium) var(--ui-ease) both}.point_modal,.support_answer_modal,.admin_inquiry_modal,.confirm_dialog{animation:uiModalEnter var(--ui-medium) var(--ui-ease) both;transform-origin:center}.confirm_dialog_backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:3000;display:grid;place-items:center;padding:20px;background:#0f172a52}.confirm_dialog{width:min(420px,100%);overflow:hidden;border:1px solid #d9e2ef;border-radius:10px;background:#fff}.confirm_dialog_head{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 20px;border-bottom:1px solid #edf1f6}.confirm_dialog_head h2{color:#0f172a;font-size:17px;font-weight:700;letter-spacing:0}.confirm_dialog_close{position:relative;width:28px;height:28px;border:1px solid #d9e2ef;border-radius:7px;background:#fff;cursor:pointer}.confirm_dialog_close:before,.confirm_dialog_close:after{position:absolute;top:50%;left:50%;width:13px;height:1.5px;border-radius:999px;background:#526274;content:""}.confirm_dialog_close:before{transform:translate(-50%,-50%) rotate(45deg)}.confirm_dialog_close:after{transform:translate(-50%,-50%) rotate(-45deg)}.confirm_dialog_close:hover{border-color:#b7c4d6;background:#f8fafc}.confirm_dialog p{padding:22px 20px;color:#334155;font-size:14px;font-weight:500;line-height:1.65}.confirm_dialog_actions{display:flex;justify-content:flex-end;gap:8px;padding:0 20px 20px}.confirm_dialog_actions button{min-width:82px;height:38px;border-radius:8px;font-size:14px;font-weight:700;cursor:pointer}.confirm_dialog_cancel{border:1px solid #d9e2ef;background:#fff;color:#334155}.confirm_dialog_submit{border:1px solid #0b5bd3;background:#0b5bd3;color:#fff}.confirm_dialog_submit.is_danger{border-color:#e23b24;background:#e23b24}@keyframes uiOverlayFadeIn{0%{opacity:0}to{opacity:1}}@keyframes uiModalEnter{0%{opacity:0;transform:translateY(10px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes uiToastEnter{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@media(max-width:760px){.app_toast{top:auto;right:16px;bottom:18px;left:16px;max-width:none;text-align:center}}@media(prefers-reduced-motion:reduce){body.user_site_page :where(a,button,[role=button],input,textarea,select),body.admin_site_page :where(a,button,[role=button],input,textarea,select),body.user_site_page input[type=checkbox]:before,body.admin_site_page input[type=checkbox]:before{transition-duration:1ms}.point_modal_overlay,.support_modal_backdrop,.admin_modal_backdrop,.point_modal,.support_answer_modal,.admin_inquiry_modal,.app_toast{animation-duration:1ms}}.footer_wrap{border-top:1px solid #e8edf3;background:#fff}.footer_inner{width:min(1200px,calc(100% - 48px));margin:0 auto;padding:20px 0 24px}.footer_links{display:flex;flex-wrap:wrap;gap:6px 18px}.footer_links a{position:relative;color:#46556a;font-size:13px;font-weight:500}.footer_links a:hover{color:#0051c7}.footer_links a+a:before{content:"";position:absolute;left:-10px;top:50%;width:1px;height:11px;background:#d3dae3;transform:translateY(-50%)}.footer_company{margin-top:14px;font-style:normal}.footer_company p{color:#6f7b89;font-size:12px;line-height:1.85;font-weight:400}.footer_company span{margin-right:5px;color:#a6b0bc;font-weight:500}.footer_company span+span,.footer_company span:not(:first-child){margin-left:14px}.footer_company a{color:#6f7b89}.footer_company a:hover{color:#0051c7;text-decoration:underline}.footer_notice{margin-top:12px;color:#a4525c;font-size:12px;font-weight:400}.footer_copy{display:block;margin-top:6px;color:#a6b0bc;font-size:12px;font-weight:400}@media(max-width:920px){.footer_inner{width:min(100% - 28px,1200px);padding:18px 0 22px}.footer_company span:not(:first-child){margin-left:10px}}html:has(body.admin_site_page){overflow-x:auto}body.admin_site_page{overflow-x:auto}body.admin_site_page,body.admin_site_page *{scrollbar-width:thin;scrollbar-color:#c8d0d9 transparent;-ms-overflow-style:auto}body.admin_site_page::-webkit-scrollbar,body.admin_site_page *::-webkit-scrollbar{width:8px;height:8px;display:block}body.admin_site_page::-webkit-scrollbar-track,body.admin_site_page *::-webkit-scrollbar-track{background:transparent}body.admin_site_page::-webkit-scrollbar-thumb,body.admin_site_page *::-webkit-scrollbar-thumb{border:2px solid transparent;border-radius:999px;background-clip:content-box;background-color:#c8d0d9}body.admin_site_page::-webkit-scrollbar-thumb:hover,body.admin_site_page *::-webkit-scrollbar-thumb:hover{background-color:#a7b2bf}body.admin_site_page::-webkit-scrollbar-corner,body.admin_site_page *::-webkit-scrollbar-corner{background:transparent}html:has(body.admin_proto_page){scrollbar-width:thin;scrollbar-color:#b7c1cd transparent;-ms-overflow-style:auto}html:has(body.admin_proto_page)::-webkit-scrollbar{display:block;width:10px;height:10px}html:has(body.admin_proto_page)::-webkit-scrollbar-track{background:transparent}html:has(body.admin_proto_page)::-webkit-scrollbar-thumb{border:3px solid transparent;border-radius:999px;background-clip:content-box;background-color:#b7c1cd}html:has(body.admin_proto_page)::-webkit-scrollbar-thumb:hover{background-color:#98a5b4}.app_error_screen{min-height:100vh;padding:24px;display:flex;align-items:center;justify-content:center;background:#f5f7fa}.app_error_box{width:min(420px,100%);padding:32px 28px;border:1px solid #e5eaf0;border-radius:14px;background:#fff;text-align:center;display:grid;gap:12px}.app_error_box strong{color:#1c2a38;font-size:17px;font-weight:700}.app_error_box p{color:#6b7480;font-size:13.5px;line-height:1.6;font-weight:400}.app_error_actions{display:flex;justify-content:center;gap:8px;margin-top:4px}.app_error_actions button{height:40px;padding:0 20px;border-radius:8px;font-size:13.5px;font-weight:600;cursor:pointer}.app_error_reload{border:0;background:#0051c7;color:#fff}.app_error_home{border:1px solid #d8dee7;background:#fff;color:#4b5766}.app_error_box small{margin-top:4px;color:#a4adb8;font-size:11.5px;word-break:break-all}.header_wrap{background-color:#fff}.header_auth_bar{width:min(1200px,calc(100% - 48px));height:34px;margin:0 auto;display:flex;align-items:center;justify-content:flex-end;gap:20px}.header_auth_bar_logged_in{gap:14px}.header_auth_bar a,.header_logout_btn{position:relative;padding:4px 0;border:0;background:transparent;color:#3a4654;font-size:14px;font-weight:600;font-family:inherit;transition:color .18s ease;cursor:pointer}.header_auth_bar a+a:before{content:"";position:absolute;left:-10px;top:50%;width:1px;height:12px;background:#cbd3df;transform:translateY(-50%)}.header_auth_bar a:after,.header_logout_btn:after{display:none}.header_auth_bar a:hover{color:#3a4654}.header_auth_bar_logged_in a:hover,.header_auth_bar_logged_in .header_logout_btn:hover{color:#f05f68}.header_welcome,.header_user_metric{color:#2e3a47;font-size:14px;font-weight:600;white-space:nowrap}.header_welcome strong,.header_user_metric strong{color:#0051c7;font-weight:700}.header_user_metric{position:relative;padding-left:14px}.header_user_metric_button{padding:0 0 0 14px;border:0;background:transparent;font-family:inherit;line-height:1;cursor:pointer}.header_user_metric_button:hover{color:#0051c7}.header_user_metric:before{content:"";position:absolute;left:0;top:50%;width:1px;height:12px;background:#cbd3df;transform:translateY(-50%)}.header_container{width:min(1200px,calc(100% - 48px));min-height:82px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;gap:36px}.mobile_menu_button,.mobile_nav_head{display:none}.header_logo_img{width:180px;height:auto}.header_logo_placeholder{width:180px;height:48px;display:block}.header_nav_bar{min-width:0}.header_nav_bar_ul{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:16px 28px}.header_nav_bar_li a{display:block;color:#1d2630;font-size:17px;font-weight:600;white-space:nowrap}.header_nav_bar_li a:hover{color:#0051c7}@keyframes msgPopIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.unread_message_overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;padding:20px;display:flex;align-items:center;justify-content:center;background:#141e2a2e}.unread_message_modal{width:320px;padding:32px 28px;border:1px solid #dfe7f0;border-radius:14px;background:#fff;text-align:center;animation:msgPopIn .25s ease-out}.unread_message_icon{width:48px;height:48px;margin:0 auto 16px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#f1f6ff;color:#0051c7}.unread_message_title{margin-bottom:6px;color:#202a35;font-size:15px;font-weight:500}.unread_message_title span{color:#0051c7;font-weight:700}.unread_message_modal p{margin-bottom:24px;color:#6b7480;font-size:13px;line-height:1.45;font-weight:500}.unread_message_modal button{width:100%;height:40px;border:0;border-radius:8px;background:#0051c7;color:#fff;font-size:14px;font-weight:600;font-family:inherit;cursor:pointer}.point_modal_overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;padding:24px;display:flex;align-items:center;justify-content:center;background:#141e2a52}.point_modal{position:relative;width:min(420px,100%);padding:28px;border:1px solid #dfe7f0;border-radius:18px;background:#fff}.point_modal_close{position:absolute;right:18px;top:16px;width:30px;height:30px;border:0;border-radius:50%;background:transparent;color:#6b7480;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:color .15s ease,background .15s ease}.point_modal_close:before,.point_modal_close:after{content:"";position:absolute;width:15px;height:2px;border-radius:999px;background:currentColor}.point_modal_close:before{transform:rotate(45deg)}.point_modal_close:after{transform:rotate(-45deg)}.point_modal_close:hover{background:#f2f5f8;color:#202a35}.point_modal h2{margin-bottom:22px;color:#202a35;font-size:24px;line-height:1.3;font-weight:600;letter-spacing:0}.point_modal_form{display:grid;gap:14px}.point_modal_balance{min-height:58px;padding:12px 14px;border:1px solid #edf1f5;border-radius:12px;display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:10px;background:#f8fafc}.point_modal_balance span,.point_modal_field span{color:#5f6b7a;font-size:13px;font-weight:500}.point_modal_balance strong{color:#202a35;font-size:16px;font-weight:700}.point_modal_balance button{height:34px;padding:0 13px;border:1px solid #d8dee7;border-radius:8px;background:#fff;color:#303d4b;font-size:13px;font-weight:600;cursor:pointer}.point_modal_balance button:hover{border-color:#0051c7;color:#0051c7}.point_modal_field{display:grid;gap:8px}.point_modal_field input{width:100%;height:50px;padding:0 14px;border:1px solid #d8dee7;border-radius:10px;background:#fafbfc;color:#1c2a38;font-size:15px;font-weight:500;outline:none}.point_modal_field input:focus{border-color:#0051c7;background:#fff}.point_modal_message{min-height:34px;padding:8px 10px;border-radius:8px;background:#f8fafc;color:#0051c7;font-size:13px;line-height:1.4;font-weight:500}.point_modal_submit{width:100%;height:48px;border:0;border-radius:10px;background:#0051c7;color:#fff;font-size:15px;font-weight:600;cursor:pointer}.point_modal_submit:hover{background:#0648a9}@media(max-width:920px){.header_container{align-items:center;gap:24px}.header_nav_bar_ul{justify-content:flex-end;gap:12px 22px}}@media(max-width:920px){.header_wrap{position:fixed;left:0;right:0;top:0;z-index:50;background:#fff;border-bottom:1px solid #edf2f7}.header_auth_bar{display:none}.header_container{width:min(100% - 28px,1200px);min-height:56px;position:relative;justify-content:flex-end;padding:6px 0;gap:16px}.header_logo{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.header_logo a{display:block}.header_logo_img{width:132px}.header_logo_placeholder{width:132px;height:38px}.mobile_menu_button{position:relative;width:42px;height:42px;padding:0;display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;border:1px solid #d9e5ef;border-radius:12px;background:#f8fbfd;cursor:pointer;z-index:2;transition:border-color .18s ease,background-color .18s ease}.mobile_menu_button span{width:20px;height:2px;border-radius:999px;background:#253648;transition:width .18s ease,background-color .18s ease}.mobile_menu_button span:nth-child(2){width:16px}.mobile_menu_button span:nth-child(3){width:20px;height:2px}.mobile_menu_button:hover,.mobile_menu_button_open{border-color:#abd8ea;background:#f1fbff}.mobile_menu_button:hover span,.mobile_menu_button_open span{background:#087ea8}.mobile_menu_button_open span:nth-child(1){width:20px}.mobile_menu_button_open span:nth-child(2){width:20px}.mobile_menu_button_open span:nth-child(3){width:20px}.header_nav_bar{position:fixed;left:auto;right:0;top:57px;bottom:0;width:min(86vw,340px);display:block;padding:18px 18px 26px;border-left:1px solid #e1ebf4;border-radius:0;background:#fff;opacity:1;pointer-events:none;visibility:hidden;overflow-y:auto;transform:translate(100%);transition:transform .24s ease,visibility .24s ease}.header_nav_bar_open{pointer-events:auto;visibility:visible;transform:translate(0)}.mobile_nav_head{width:100%;margin:0 0 18px;padding:0 0 16px;display:block;border-bottom:1px solid #e4edf5;background:transparent}.mobile_nav_head span{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.mobile_nav_head a,.mobile_nav_head button,.mobile_nav_head em{min-width:0;padding:10px 12px;border:1px solid #dce9f2;border-radius:8px;background:#fff;color:#2a4055;font-size:13px;font-weight:600;font-family:inherit;font-style:normal;text-align:center}.mobile_nav_head button{cursor:pointer}.mobile_nav_head em{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;background:#f8fbfd}.mobile_nav_head .mobile_nav_welcome{grid-column:1 / -1}.header_nav_bar_ul{width:100%;margin:0;padding:0;display:grid;grid-template-columns:1fr;gap:0;border:0;border-radius:0;background:transparent;overflow:visible}.header_nav_bar_li a{position:relative;min-height:48px;padding:14px 30px 14px 0;display:flex;align-items:center;border:0;border-bottom:1px solid #edf3f8;border-radius:0;background:#fff;color:#1d2630;font-size:15px;font-weight:600;text-align:left;transition:background-color .18s ease,border-color .18s ease,color .18s ease}.header_nav_bar_li:last-child a{border-bottom:0}.header_nav_bar_li a:before{content:none}.header_nav_bar_li a:after{content:"";position:absolute;right:2px;top:50%;width:7px;height:7px;border-top:2px solid #b6c7d6;border-right:2px solid #b6c7d6;transform:translateY(-50%) rotate(45deg)}.header_nav_bar_li a:hover{background:transparent;color:#0879a9}}.home_page{background:#fff;overflow-x:hidden}.mobile_winner_slot,.mobile_gif_hero{display:none}.desktop_winner_slot{display:block}.hero_wrap{position:relative;height:600px;margin-top:24px;background-color:#fff;overflow:visible}.hero_content{position:absolute;top:0;left:50%;width:min(1400px,calc(100% - 48px));height:600px;box-sizing:border-box;background-color:#e2efff;border-radius:150px 40px 48px 150px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding-left:64px;padding-right:400px;transform:translate(-50%)}.hero_box{position:relative;width:100%;box-sizing:border-box;display:flex;justify-content:space-between;align-items:stretch;gap:60px;background-color:transparent;border-radius:0;box-shadow:none;text-align:center}.left_box{width:100%;max-width:none;min-height:500px;flex:1 1 0;display:flex;flex-direction:column;align-items:center}.right_box{width:100%;max-width:none;min-height:500px;flex:1 1 0;padding-left:20px;display:flex;flex-direction:column;align-items:center}.hero_login_box{position:absolute;top:18px;right:-372px;width:344px;height:auto;padding:26px 22px 0;background:#fff;border-radius:6px 34px;box-shadow:0 10px 28px #0000321a;z-index:10;display:flex;flex-direction:column;align-items:center;overflow:hidden;opacity:0;animation:heroLoginFadeUp .4s ease-out forwards}.hero_login_panel{width:100%;padding:0 0 22px;background:transparent;border-radius:0;box-shadow:none}.hero_login_title{font-weight:400;font-size:18px;line-height:1.45;color:#222;text-align:center;margin:0 0 18px}.hero_login_title span{font-weight:600}.hero_login_buttons{display:flex;justify-content:center;gap:12px;width:100%}.hero_login_btn{flex:1;display:flex;align-items:center;justify-content:center;gap:8px;color:#fff;font-weight:500;font-size:15px;padding:10px 0;border-radius:30px;text-decoration:none;box-shadow:0 3px 10px #1748af66;transition:all .3s ease}.hero_login_btn--login{background-color:#1748af}.hero_login_btn--signup{background-color:#1d4a96}.hero_login_btn:hover{background-color:#0f346f}.hero_login_btn_icon{width:16px;height:16px}.hero_member_panel{display:grid;gap:15px}.hero_member_welcome{color:#222;font-size:18px;line-height:1.35;font-weight:500;text-align:center}.hero_member_welcome strong{color:#1748af;font-weight:700}.hero_member_welcome span{margin-left:3px;color:#303d4b}.hero_member_balance{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.hero_member_balance_item{min-width:0;min-height:68px;padding:12px 8px;border:0;border-radius:12px;background:#f5f8fc;color:inherit;font:inherit;text-decoration:none;display:grid;align-content:center;gap:5px;text-align:center;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none}.hero_member_balance span{color:#7b8490;font-size:12px;line-height:1.2;font-weight:500}.hero_member_balance strong{color:#172434;font-size:16px;line-height:1.2;font-weight:700}.hero_cs_center{display:flex;flex-direction:column;align-items:center;gap:12px;width:calc(100% + 44px);text-align:center;margin:0 -22px;padding:22px 22px 24px;background:#f7f8fd;border-radius:34px 34px 6px;box-shadow:none}.hero_cs_title{font-weight:600;font-size:16px;color:#222}.hero_cs_name{font-weight:700;font-size:20px;color:#1748af}.hero_cs_item{display:flex;align-items:center;gap:10px}.hero_cs_icon_wrap{width:28px;height:28px;border-radius:50%;background-color:#e9edf5;display:flex;align-items:center;justify-content:center}.hero_cs_icon_wrap img{width:16px;height:16px}.hero_cs_text{display:flex;gap:5px;font-size:15px;color:#222}.hero_cs_day{font-weight:600;color:#0f346f}.hero_cs_hours{font-weight:500}@keyframes heroLoginFadeUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.lotto_image{width:70%;height:auto;display:block;margin:0 auto 18px}.lotto_top_text{display:flex;justify-content:center;align-items:center;gap:14px;margin-bottom:12px}.lotto_badge{min-width:132px;background-color:#0051c7;color:#fff;padding:6px 14px;border-radius:50px;font-weight:400;font-size:15px}.lotto_date{min-width:142px;font-size:16px;color:#222;font-weight:500}.divider{width:92%;border:none;margin:8px 0}.lotto_winner_info{width:min(100%,330px);margin:0 auto 12px;padding:12px 18px 14px;border-radius:22px;background:#ffffffad}.lotto_winner_info p{margin:5px 0}.lotto_winner_count{display:inline-flex;align-items:center;justify-content:center;gap:7px;font-weight:600;font-size:15px;color:#222}.lotto_winner_count span{min-width:58px;padding:2px 8px;border-radius:999px;background:#0051c7;color:#fff;font-weight:600}.lotto_winner_money{min-height:44px;display:flex;align-items:center;justify-content:center;gap:10px;font-weight:700;font-size:34px;color:#123e72}.lotto_number_title{margin:24px 0 22px;font-weight:700;font-size:18px;position:relative;color:#222}.lotto_number_panel{width:100%;display:flex;flex-direction:column;align-items:center}.lotto_number_title span{position:relative;display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;margin:-15px 2px;padding:0;font-size:16px;line-height:52px;color:#222;vertical-align:middle;background:url(/images/gold.png) no-repeat center center;background-size:contain;transform:translateY(-1px)}.lotto_number_title:after{content:none}.lotto_numbers{display:flex;justify-content:center;gap:8px;margin-bottom:22px;align-items:center}.lotto_numbers .lotto_ball,.lotto_numbers .bonus{display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;background-color:#fff;color:#222;font-weight:700;font-size:15px}.lotto_numbers .bonus{background-color:#fdd835}.lotto_numbers .lotto_ball.is_placeholder{background-color:#ffffff85;color:transparent}.lotto_numbers .plus{font-size:28px;font-weight:500;color:#777}.lotto_btn{margin-top:auto;padding:9px 24px;border:none;border-radius:10px;cursor:pointer;font-weight:500;font-size:16px;background-color:#0051c7;color:#fff;display:inline-flex;align-items:center;justify-content:center;min-width:198px;min-height:40px}.lotto_prize{width:min(100%,340px);background-color:#ffffffad;color:#222;padding:9px 18px;border-radius:30px;font-weight:700;font-size:15px;margin-top:18px;position:relative;display:flex;align-items:center;justify-content:center;min-height:40px;box-shadow:0 6px 14px #14467814}.plus_info{width:100%;margin-top:22px;margin-bottom:20px}.plus_image{width:60%;height:auto;display:block;margin:8px auto 18px}.plus_top_text{display:flex;justify-content:center;align-items:center;gap:14px;margin-bottom:12px}.plus_badge{background-color:#e13b2c;color:#fff;padding:6px 14px;border-radius:50px;font-weight:400;font-size:15px}.plus_date{font-size:16px;color:#222;font-weight:500}.plus_item{width:min(100%,330px);padding:7px 10px;display:flex;align-items:center;gap:10px;margin:0 auto 10px;justify-content:center;border-radius:17px;background:#ffffff80;box-shadow:0 5px 14px #1446780f;font-weight:600}.plus_item.is_empty{min-height:48px;color:#536579;font-size:14px;font-weight:500}.plus_number{min-width:112px;text-align:left;font-weight:600;font-size:16px;color:#222}.plus_number .red{color:red;font-weight:700}.plus_box{width:39px;height:39px;text-align:center;line-height:35px;border-radius:13px;color:#fff;font-weight:700;min-width:40px;border:2px solid #222}.plus_box.blue{background-color:#0e64c7}.plus_box.red{background-color:#d32b2b}.plus_btn{margin-top:auto;padding:9px 24px;border:none;border-radius:10px;cursor:pointer;font-weight:500;font-size:16px;background-color:#e13b2c;color:#fff;display:inline-flex;align-items:center;justify-content:center;min-width:198px;min-height:40px}.plus_prize{width:min(100%,340px);background-color:#ffffffad;color:#222;padding:9px 18px;border-radius:30px;font-weight:700;font-size:15px;margin-top:18px;position:relative;display:flex;align-items:center;justify-content:center;min-height:40px;box-shadow:0 6px 14px #14467814}.post_hero_panel{width:min(1200px,calc(100% - 48px));margin:-152px auto 0;position:relative;z-index:4;pointer-events:none;display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:0;align-items:start}.quick_actions{margin-top:180px;min-height:124px;padding:16px;pointer-events:auto;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));align-items:center;gap:10px;border:1px solid #d8e4f0;border-radius:20px;background:#fff;overflow:hidden}.quick_action{position:relative;min-width:0;min-height:108px;padding:14px 8px 12px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:9px;color:#102437;font-size:14px;font-weight:600;text-align:center;border:1px solid #e3edf6;border-radius:12px;background:#f8fbfe;transition:background-color .18s ease,border-color .18s ease,color .18s ease}.quick_action:visited{color:#102437}.quick_action:after{content:none}.quick_action:hover{color:#0054c8;border-color:#bdd7f0;background:#fff}.quick_action_icon{width:56px;height:52px;display:grid;place-items:center;border:0;border-radius:0;background:transparent;color:#1748af;font-size:18px;font-weight:800}.quick_action_image{width:46px;height:46px;display:block;object-fit:contain;filter:brightness(0) saturate(100%) invert(24%) sepia(88%) saturate(2494%) hue-rotate(207deg) brightness(92%) contrast(102%)}.emergency_notice{width:340px;height:340px;justify-self:end;padding:12px;pointer-events:auto;border-radius:50%;background:#e7f4fcf5;box-shadow:0 18px 34px #1843722e;transform:translate(70px)}.emergency_notice_image{width:100%;height:100%;border:7px solid #43a9d5;border-radius:50%;background:#fff;display:block;object-fit:cover}.winner_section{width:min(1200px,calc(100% - 48px));margin:18px auto 0;padding:42px 0 38px;text-align:center}.winner_section h2{color:#202733;font-size:22px;font-weight:600}.winner_grid{margin-top:22px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.winner_photo{position:relative;aspect-ratio:1.62 / 1;overflow:hidden;border:1px solid #e1e6ef;background:#f5f7fb}.winner_photo img{width:100%;height:100%;display:block;object-fit:cover}.winner_card strong{display:block;margin-top:10px;color:#6d7480;font-size:13px;font-weight:800}.winner_card p{margin-top:6px;color:#2b313b;font-size:13px;line-height:1.55;font-weight:700}.feature_section{width:min(1200px,calc(100% - 48px));margin:0 auto 40px;padding:24px;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;border:1px solid #edf0f5;border-radius:22px;background:#fff;box-shadow:0 6px 16px #1c304a0a}.feature_card{position:relative;min-height:160px;padding:24px 20px;display:flex;flex-direction:column;justify-content:flex-start;overflow:hidden;border-radius:10px}.feature_card strong{display:block;color:#222b36;font-size:19px;line-height:1.3;font-weight:600}.feature_card span{display:block;margin-top:5px;color:#697585;font-size:15px;line-height:1.5;font-weight:400}.feature_art{position:absolute;right:18px;bottom:16px;width:74px;height:62px;display:flex;align-items:flex-end;justify-content:flex-end;pointer-events:none}.feature_art img{display:block;width:100%;height:100%;object-fit:contain}.feature_card_sky{background:#e9f7ff;color:#1683bd}.feature_card_cream{background:#fff8ea;color:#e2a91b}.feature_card_pink{background:#f8edff;color:#d779a4}.feature_card_mint{background:#eaf8ff;color:#26a6b8}.feature_card_violet{background:#f5edff;color:#8f71c9}.help_section{width:min(1200px,calc(100% - 48px));margin:0 auto 44px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border:1px solid #e9edf3;border-radius:10px;background:#fff}.help_item{min-height:102px;padding:20px 28px;display:flex;align-items:center;gap:18px;border-right:1px solid #edf0f5}.help_item:last-child{border-right:0}.help_icon{width:54px;height:54px;display:flex;align-items:center;justify-content:center;flex:0 0 54px}.help_icon img{display:block;width:100%;height:100%;object-fit:contain}.help_item strong{display:block;color:#252d38;font-size:20px;font-weight:800}.help_item small{display:block;margin-top:3px;color:#8a94a3;font-size:13px;font-weight:500}.partner_section{width:min(1200px,calc(100% - 48px));margin:0 auto;padding:6px 0 56px;display:flex;flex-wrap:wrap;justify-content:center;gap:18px 38px}.partner_logo{min-height:38px;display:inline-flex;align-items:center;justify-content:center}.partner_logo img{max-width:160px;max-height:38px;display:block;object-fit:contain}@media(max-width:1500px){.hero_content{padding-left:56px;padding-right:366px}.hero_login_box{right:-350px}}@media(max-width:1180px){.hero_wrap,.hero_content{height:auto;min-height:600px}.hero_content{position:relative;left:auto;width:min(900px,calc(100% - 28px));margin:0 auto;padding:48px 24px;border-bottom-left-radius:80px;border-bottom-right-radius:48px;align-items:center;transform:none}.hero_box{width:min(100%,900px);flex-direction:column;gap:44px}.left_box,.right_box{max-width:100%}.right_box{padding-left:0}.hero_login_box{position:relative;top:auto;right:auto;order:-1;width:min(100%,360px);height:auto;margin:0 auto}.post_hero_panel{width:min(900px,calc(100% - 28px));margin-top:24px;grid-template-columns:1fr}.quick_actions{margin-top:0;grid-template-columns:repeat(3,minmax(0,1fr))}.emergency_notice{width:300px;height:300px;justify-self:center;transform:none}.winner_grid,.help_section{grid-template-columns:repeat(2,minmax(0,1fr))}.feature_section{margin-top:28px;grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:920px){.home_page{background:#fff}.mobile_gif_hero{position:relative;width:min(100% - 28px,520px);margin:12px auto 14px;display:block;aspect-ratio:16 / 9;overflow:hidden;border-radius:15px}.mobile_gif_hero_video{width:100%;height:100%;display:block;object-fit:cover}.mobile_hero_sound_btn{position:absolute;right:9px;bottom:9px;width:30px;height:30px;padding:0;border:1px solid rgba(255,255,255,.18);border-radius:50%;background:#0000007a;color:#fff;cursor:pointer;display:grid;place-items:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transform:none;transition:background-color .16s ease,opacity .16s ease,border-color .16s ease;-webkit-tap-highlight-color:transparent;touch-action:manipulation}.mobile_hero_sound_btn:active,.mobile_hero_sound_btn:focus{transform:none}.mobile_hero_sound_btn svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.mobile_winner_slot{display:block}.desktop_winner_slot{display:none}.hero_wrap,.hero_content{height:auto;min-height:0}.hero_wrap{margin-top:2px}.hero_content{width:min(100% - 20px,900px);padding:14px;background:#fff;border-radius:28px;align-items:flex-start;overflow:visible}.hero_box{width:100%;min-width:0;flex-direction:column;gap:12px;padding-right:0}.lotto_top_text,.plus_top_text,.plus_item{flex-wrap:wrap;gap:10px}.hero_login_box{display:none}.left_box,.right_box{flex:1 1 auto;min-height:auto;width:100%;padding:18px 12px;border-radius:24px;background:#ffffffe6;border:1px solid #dceefa}.right_box{padding-left:14px}.post_hero_panel{width:min(100% - 28px,900px);margin-top:24px;gap:14px}.quick_actions{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;padding:10px;border:1px solid #d8e4f0;border-radius:18px;background:#fff;overflow:hidden}.quick_action{min-height:82px;padding:10px 4px 9px;flex-direction:column;justify-content:center;gap:7px;border:1px solid #e3edf6;border-radius:12px;background:#f8fbfe;color:#102437;font-size:12px;font-weight:600;text-align:center}.quick_action:after{content:none}.quick_action_icon{width:44px;height:42px;border:0;border-radius:0;background:transparent;font-size:15px}.quick_action_image{width:38px;height:38px}.emergency_notice{display:none}.lotto_image,.plus_image{width:min(66%,224px);margin-bottom:10px}.lotto_winner_info{width:min(100%,300px);margin-bottom:0;padding:10px 16px 11px}.lotto_winner_info p{margin:3px 0}.lotto_winner_money{font-size:30px}.divider{margin:4px 0}.lotto_top_text,.plus_top_text{gap:8px;margin-bottom:8px}.plus_item{width:min(100%,310px);justify-content:center}.plus_info{margin:0}.lotto_number_panel{width:min(100%,330px);margin:8px auto 0;padding:12px 12px 11px;border:1px solid #dceefa;border-radius:20px;background:#f8fcff}.lotto_number_title{display:flex;align-items:center;justify-content:center;gap:7px;width:100%;margin:0 0 8px;color:#1c2d40;font-size:16px;font-weight:600;line-height:1.2;white-space:nowrap}.lotto_number_title span{flex:0 0 auto;width:44px;height:44px;margin:0;font-size:14px;line-height:44px;transform:translateY(1px)}.lotto_numbers{width:100%;justify-content:space-between;gap:4px;margin-bottom:0}.lotto_numbers .lotto_ball,.lotto_numbers .bonus{width:32px;height:32px;border:1px solid #e3edf7;font-size:13px;font-weight:600}.lotto_numbers .plus{flex:0 0 16px;font-size:22px;line-height:1;color:#657487}.lotto_numbers .bonus{border-color:#fdd835}.lotto_btn,.plus_btn{margin-top:12px}.lotto_prize,.plus_prize{width:min(100%,320px);margin-top:14px;border:1px solid #dceefa;border-radius:20px;background:#f8fcff;box-shadow:none}.winner_section,.feature_section,.help_section,.partner_section{width:min(100% - 28px,1200px)}.feature_section,.help_section{grid-template-columns:1fr}.winner_section{width:100%;margin-top:8px;padding:10px 0 18px;background:#fff;overflow:hidden}.winner_section h2{width:fit-content;max-width:calc(100% - 28px);margin:0 auto;padding:0 8px;color:#17283a;font-size:19px;line-height:1.35;font-weight:700;letter-spacing:0;word-break:keep-all}.winner_grid{position:relative;width:100%;max-width:100%;margin-top:14px;padding:0 14px 14px;display:flex;gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-padding-left:14px;-webkit-overflow-scrolling:touch;background:#fff;overscroll-behavior-x:contain}.winner_grid::-webkit-scrollbar{display:none}.winner_card{flex:0 0 min(78vw,310px);max-width:calc(100vw - 52px);padding:10px 10px 14px;border-radius:22px;background:#fff;border:1px solid #edf1f6;box-shadow:none;scroll-snap-align:start}.winner_photo{border:0;border-radius:16px}.winner_card strong{margin-top:10px;font-size:12px;font-weight:700}.winner_card p{font-size:12px;line-height:1.5;font-weight:500}.feature_section{margin-top:30px;padding:14px;border:1px solid #edf2f7;border-radius:24px}.feature_card{min-height:128px;border-radius:20px}.help_section{overflow:hidden;border-radius:22px}.help_item{border-right:0;border-bottom:1px solid #edf0f5}.help_item:last-child{border-bottom:0}.partner_section{padding-bottom:34px;gap:14px 20px}.partner_logo img{max-width:132px}}.login_page{min-height:540px;background:#fff}.login_shell{width:min(500px,calc(100% - 48px));margin:62px auto 42px}.login_form_panel{padding:32px 32px 28px;border:1px solid #e0e6ee;border-radius:16px;background:#fff}.login_page_head{margin-bottom:24px}.login_page_head h2{color:#202a35;font-size:28px;line-height:1.3;font-weight:500;letter-spacing:0}.login_form{display:grid;gap:14px}.login_error_message{padding:11px 12px;border-radius:9px;background:#fff1f1;color:#d84b4b;font-size:13px;line-height:1.45;font-weight:500}.login_field{display:grid;gap:8px}.login_field span{color:#303d4b;font-size:14px;font-weight:500}.login_field input{width:100%;height:50px;padding:0 14px;border:1px solid #d8dee7;border-radius:10px;background:#fafbfc;color:#1c2a38;font-size:15px;font-weight:400;outline:none}.login_field input:focus{border-color:#0051c7;background:#fff}.login_submit_btn{width:100%;height:52px;margin-top:8px;border:0;border-radius:10px;background:#0051c7;color:#fff;font-size:16px;font-weight:500;cursor:pointer}.login_submit_btn:hover{background:#0648a9}.login_submit_btn:disabled{background:#9eb6da;cursor:default}.login_join_box{margin-top:18px;padding:16px 16px 0;border-top:1px solid #edf1f5;display:flex;align-items:center;justify-content:space-between;gap:12px}.login_join_box strong{color:#6b7480;font-size:14px;font-weight:400}.login_join_box a{color:#0051c7;font-size:14px;font-weight:500;text-align:center}.login_page .partner_section{padding-top:8px}@media(max-width:920px){.login_shell{width:min(100% - 28px,500px);margin:34px auto 30px}.login_form_panel{padding:28px 18px 24px;border-radius:14px}.login_page_head{margin-bottom:22px;text-align:center}.login_page_head h2{font-size:25px}.login_join_box{align-items:center;flex-direction:column;gap:8px}}.register_page{min-height:540px;background:#fff}.register_shell{width:min(720px,calc(100% - 48px));margin:62px auto 42px}.register_panel{padding:32px;border:1px solid #e0e6ee;border-radius:16px;background:#fff}.register_code_panel{width:min(500px,100%);margin:0 auto}.register_head{margin-bottom:24px}.register_head h2{color:#202a35;font-size:28px;line-height:1.3;font-weight:500;letter-spacing:0}.register_head p{margin-top:8px;color:#747d89;font-size:14px;line-height:1.55;font-weight:400;word-break:keep-all}.register_form{display:grid;gap:14px}.register_detail_form{grid-template-columns:repeat(2,minmax(0,1fr))}.register_field{display:grid;gap:8px}.register_field_wide,.register_message,.register_actions{grid-column:1 / -1}.register_field span{color:#303d4b;font-size:14px;font-weight:500}.register_field input{width:100%;height:50px;padding:0 14px;border:1px solid #d8dee7;border-radius:10px;background:#fafbfc;color:#1c2a38;font-size:15px;font-weight:400;outline:none}.register_field input:focus{border-color:#0051c7;background:#fff}.register_bank_select{position:relative;width:100%}.register_bank_trigger{width:100%;height:50px;padding:0 14px;border:1px solid #d8dee7;border-radius:10px;display:flex;align-items:center;justify-content:space-between;gap:12px;background:#fafbfc;color:#1c2a38;font-size:15px;line-height:1;font-weight:400;text-align:left;cursor:pointer}.register_bank_trigger:hover{border-color:#c8d1dc}.register_bank_select.is_open .register_bank_trigger{border-color:#0051c7;border-bottom-left-radius:0;border-bottom-right-radius:0;background:#fff}.register_bank_trigger span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.register_bank_trigger span.is_placeholder{color:#9aa4b2}.register_bank_trigger i{width:8px;height:8px;flex:0 0 auto;border-right:1px solid #7d8794;border-bottom:1px solid #7d8794;transform:rotate(45deg) translateY(-2px);transition:transform .2s ease}.register_bank_select.is_open .register_bank_trigger i{transform:rotate(225deg) translateY(-1px)}.register_bank_dropdown{position:absolute;top:100%;left:0;right:0;z-index:20;max-height:230px;margin:0;padding:6px 0;border:1px solid #0051c7;border-top:0;border-bottom-left-radius:10px;border-bottom-right-radius:10px;background:#fff;list-style:none;overflow-y:auto;animation:registerSelectDrop .16s ease;transform-origin:top;scrollbar-width:thin;scrollbar-color:#c7d0dc transparent}.register_bank_dropdown::-webkit-scrollbar{width:5px}.register_bank_dropdown::-webkit-scrollbar-track{background:transparent}.register_bank_dropdown::-webkit-scrollbar-thumb{border-radius:3px;background:#c7d0dc}.register_bank_dropdown button{width:100%;min-height:38px;padding:0 14px;border:0;background:transparent;color:#303d4b;font-size:14px;font-weight:400;text-align:left;cursor:pointer}.register_bank_dropdown button:hover{background:#f3f7fc;color:#0051c7}.register_bank_dropdown button.is_selected{background:#eef5ff;color:#0051c7;font-weight:500}@keyframes registerSelectDrop{0%{opacity:0;transform:scaleY(.96)}to{opacity:1;transform:scaleY(1)}}.register_message{padding:12px 14px;border-radius:10px;font-size:13px;line-height:1.45;font-weight:500}.register_error{border:1px solid #ffd6d6;background:#fff3f3;color:#d73b3b}.register_success{border:1px solid #cdebd8;background:#f2fbf5;color:#218047}.register_actions{margin-top:8px;display:flex;justify-content:flex-end;gap:10px}.register_submit_btn,.register_secondary_btn{height:52px;padding:0 18px;border-radius:10px;font-size:16px;font-weight:500;cursor:pointer}.register_submit_btn{border:0;background:#0051c7;color:#fff}.register_submit_btn:hover{background:#0648a9}.register_submit_btn:disabled{background:#9bbbe8;cursor:not-allowed}.register_secondary_btn{border:1px solid #d8dee7;background:#fff;color:#303d4b}.register_secondary_btn:hover{background:#f7f9fb}.register_page .partner_section{padding-top:8px}@media(max-width:920px){.register_shell{width:min(100% - 28px,720px);margin:34px auto 30px}.register_panel{padding:28px 18px 24px;border-radius:14px}.register_head{margin-bottom:22px;text-align:center}.register_head h2{font-size:25px}.register_detail_form{grid-template-columns:1fr}.register_actions{flex-direction:column}.register_submit_btn,.register_secondary_btn{width:100%}}.support_page{min-height:620px;background:#fff}@media(max-width:760px){body .support_table_scroll{overflow-x:hidden}body .support_table{width:100%;min-width:0;border-collapse:collapse;display:table;table-layout:fixed}body .support_table thead{display:table-header-group}body .support_table tbody{display:table-row-group}body .support_table tr{padding:0;border:0;display:table-row}body .support_table th,body .support_table td{width:auto!important;height:40px;min-height:0;margin:0;padding:0 4px;border-bottom:1px solid #edf1f5;display:table-cell;color:#202a35;font-size:10.5px;line-height:1.2;font-weight:600;text-align:center!important;vertical-align:middle;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}body .support_table th{height:36px;background:#f8fafc;color:#66717f;font-size:10px;font-weight:700}body .support_table th:nth-child(1),body .support_table td:nth-child(1){width:42%!important;text-align:left!important}body .support_table th:nth-child(2),body .support_table td:nth-child(2){width:22%!important}body .support_table th:nth-child(3),body .support_table td:nth-child(3){width:25%!important}body .support_table th:nth-child(4),body .support_table td:nth-child(4){width:11%!important}body .support_table td+td{margin-top:0}body .support_ticket_title{max-width:100%;white-space:nowrap}body .support_status_badge{min-height:20px;padding:0 6px;border-radius:6px;font-size:10px;white-space:nowrap}body .support_delete_btn{position:relative;width:24px;min-width:24px;height:24px;min-height:24px;padding:0;border:0;border-radius:50%;background:transparent;color:#8b95a1;font-size:0;display:inline-grid;place-items:center}body .support_delete_btn:before,body .support_delete_btn:after{content:"";position:absolute;width:13px;height:1.5px;border-radius:999px;background:currentColor}body .support_delete_btn:before{transform:rotate(45deg)}body .support_delete_btn:after{transform:rotate(-45deg)}body .support_empty_cell{height:96px;padding:0!important;display:table-cell!important;text-align:center!important}}.support_shell{width:min(1200px,calc(100% - 48px));margin:48px auto 60px}.support_page_head{margin-bottom:18px;display:flex;align-items:flex-end;justify-content:space-between;gap:18px}.support_page_head h2{color:#202a35;font-size:25px;line-height:1.25;font-weight:500;letter-spacing:0}.support_author_chip{min-height:46px;padding:0 16px;border:1px solid #e3e9f0;border-radius:999px;display:inline-flex;align-items:center;gap:10px;background:#fff}.support_author_chip span{margin:0;color:#7b8490;font-size:13px;font-weight:500}.support_author_chip strong{color:#202a35;font-size:15px;line-height:1;font-weight:600}.support_write_card,.support_list_card{border:1px solid #dfe7f0;border-radius:14px;background:#fff}.support_write_card{padding:24px}.support_write_head{margin-bottom:18px;padding-bottom:16px;border-bottom:1px solid #edf1f5;display:flex;align-items:flex-end;justify-content:space-between;gap:16px}.support_write_head h3{color:#202a35;font-size:18px;line-height:1.3;font-weight:600}.support_write_head p{color:#8b95a1;font-size:13px;line-height:1.45;font-weight:400;text-align:right;word-break:keep-all}.support_form{display:grid;gap:16px}.support_field{display:grid;gap:8px}.support_field span{color:#303d4b;font-size:14px;line-height:1.3;font-weight:500}.support_field input,.support_field textarea{width:100%;border:1px solid #d8dee7;border-radius:10px;background:#fafbfc;color:#1c2a38;font-size:15px;line-height:1.5;font-weight:400;outline:none}.support_field input{height:50px;padding:0 14px}.support_field textarea{min-height:180px;padding:13px 14px;resize:vertical}.support_field input:focus,.support_field textarea:focus{border-color:#0051c7;background:#fff}.support_message{min-height:36px;padding:9px 12px;border-radius:9px;background:#f0f7ff;color:#0051c7;font-size:13px;line-height:1.4;font-weight:500}.support_message.is_error{background:#fff1f1;color:#d84b4b}.support_form_actions{display:flex;align-items:center;justify-content:space-between;gap:14px}.support_form_actions span{color:#8b95a1;font-size:13px;line-height:1.45;font-weight:400}.support_submit_btn{flex:0 0 auto;min-width:150px;height:48px;border:0;border-radius:10px;background:#0051c7;color:#fff;font-size:15px;font-weight:500;cursor:pointer}.support_submit_btn:hover{background:#0648a9}.support_submit_btn:disabled{background:#9eb6da;cursor:default}.support_list_card{margin-top:24px;overflow:hidden}.support_list_head{min-height:66px;padding:16px 20px;border-bottom:1px solid #edf1f5;display:flex;align-items:center;justify-content:space-between;gap:14px}.support_list_head h3{color:#202a35;font-size:17px;line-height:1.3;font-weight:600}.support_table_scroll{width:100%;overflow-x:auto}.support_table{width:100%;min-width:720px;border-collapse:collapse;table-layout:fixed}.support_table th,.support_table td{padding:15px 18px;border-bottom:1px solid #edf1f5;color:#3f4b58;font-size:14px;line-height:1.45;font-weight:500;text-align:left;vertical-align:middle}.support_table th{background:#f8fafc;color:#6b7480;font-size:13px;font-weight:600}.support_table th:nth-child(2),.support_table td:nth-child(2),.support_table th:nth-child(4),.support_table td:nth-child(4){width:118px;text-align:center}.support_table th:nth-child(3),.support_table td:nth-child(3){width:190px;text-align:center}.support_table tbody tr:last-child td{border-bottom:0}.support_clickable_row{cursor:pointer}.support_clickable_row:hover td{background:#fbfcff}.support_ticket_title{overflow:hidden;color:#202a35;text-overflow:ellipsis;white-space:nowrap;font-weight:500}.support_status_badge{min-height:26px;padding:0 10px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#fff4e6;color:#d9480f;font-size:12px;line-height:1;font-weight:600}.support_status_badge.is_done{background:#e9f8ef;color:#218047}.support_delete_btn{height:32px;padding:0 12px;border:1px solid #dfe5ec;border-radius:8px;background:#fff;color:#6b7480;font-size:13px;font-weight:500;cursor:pointer}.support_delete_btn:hover{border-color:#d84b4b;color:#d84b4b}.support_empty_cell{height:118px;color:#8b95a1!important;text-align:center!important}.support_table td.support_empty_cell{text-align:center!important}.support_modal_backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;padding:24px;display:flex;align-items:center;justify-content:center;background:#00000085}.support_answer_modal{width:min(620px,100%);max-height:calc(100vh - 48px);border:1px solid #e5e8eb;border-radius:16px;background:#fff;overflow:auto}.support_answer_modal_head{min-height:62px;padding:16px 22px;border-bottom:1px solid #edf1f5;display:flex;align-items:center;justify-content:space-between;gap:12px}.support_answer_modal_head strong{color:#202a35;font-size:18px;line-height:1.2;font-weight:600}.support_answer_modal_head button{width:32px;height:32px;border:0;border-radius:8px;background:transparent;color:#8b95a1;font-size:22px;line-height:1;cursor:pointer}.support_answer_modal_head button:hover{background:#f1f3f5;color:#202a35}.support_answer_modal_body{padding:22px;display:grid;gap:14px}.support_question_box,.support_answer_box{padding:16px;border:1px solid #e5e8eb;border-radius:10px;background:#fafbfc}.support_question_box span,.support_answer_box span{display:block;margin-bottom:8px;color:#8b95a1;font-size:12px;line-height:1.2;font-weight:600}.support_question_box strong{display:block;color:#202a35;font-size:15px;line-height:1.35;font-weight:600}.support_question_box p,.support_answer_box p{margin-top:10px;color:#303d4b;font-size:14px;line-height:1.65;font-weight:500;white-space:pre-wrap}.support_answer_box{background:#fff}.support_answer_box small{display:block;margin-top:12px;color:#8b95a1;font-size:12px;font-weight:500}.support_page .partner_section{padding-top:0}@media(max-width:920px){.support_shell{width:min(100% - 28px,640px);margin:30px auto 38px}.support_page_head{align-items:flex-start;flex-direction:column;gap:14px}.support_page_head h2{font-size:25px}.support_author_chip{width:100%;min-height:44px;justify-content:space-between}.support_write_card{padding:18px;border-radius:14px}.support_write_head{align-items:flex-start;flex-direction:column;gap:6px}.support_write_head p{text-align:left}.support_field input{height:48px}.support_field textarea{min-height:150px}.support_form_actions{align-items:stretch;flex-direction:column}.support_submit_btn{width:100%}.support_list_card{margin-top:18px;border-radius:14px}.support_list_head{min-height:58px;padding:14px 16px}.support_table{min-width:0}.support_table thead{display:none}.support_table,.support_table tbody,.support_table tr,.support_table td{display:block;width:100%!important}.support_table tr{padding:15px 16px;border-bottom:1px solid #edf1f5}.support_table tbody tr:last-child{border-bottom:0}.support_table td{padding:0;border-bottom:0;text-align:left!important}.support_table td+td{margin-top:9px}.support_table td:nth-child(2),.support_table td:nth-child(3),.support_table td:nth-child(4){display:inline-flex;width:auto!important;margin-right:8px;align-items:center}.support_ticket_title{white-space:normal}.support_empty_cell{display:table-cell!important;height:112px;padding:30px 16px!important;text-align:center!important}.support_modal_backdrop{padding:14px}.support_answer_modal{border-radius:14px}.support_answer_modal_head,.support_answer_modal_body{padding:16px}}.support_date_mobile{display:none}@media(max-width:760px){body .support_page .support_table_scroll{overflow-x:hidden}body .support_page .support_table{width:100%;min-width:0;border-collapse:collapse;display:table;table-layout:fixed}body .support_page .support_table thead{display:table-header-group}body .support_page .support_table tbody{display:table-row-group}body .support_page .support_table tr{padding:0;border:0;display:table-row}body .support_page .support_table th,body .support_page .support_table td{width:auto!important;height:40px;min-height:0;margin:0;padding:0 4px;border-bottom:1px solid #edf1f5;display:table-cell;color:#202a35;font-size:10.5px;line-height:1.2;font-weight:600;text-align:center!important;vertical-align:middle;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}body .support_page .support_table th{height:36px;background:#f8fafc;color:#66717f;font-size:10px;font-weight:700}body .support_page .support_table th:nth-child(1),body .support_page .support_table td:nth-child(1){width:43%!important;text-align:left!important}body .support_page .support_table th:nth-child(2),body .support_page .support_table td:nth-child(2){width:25%!important}body .support_page .support_table th:nth-child(3),body .support_page .support_table td:nth-child(3){width:20%!important}body .support_page .support_table th:nth-child(4),body .support_page .support_table td:nth-child(4){width:12%!important}body .support_page .support_table td+td{margin-top:0}body .support_page .support_ticket_title{max-width:100%;white-space:nowrap}body .support_page .support_date_full{display:none}body .support_page .support_date_mobile{display:inline;white-space:nowrap}body .support_page .support_status_badge{min-width:50px;min-height:20px;padding:0 5px;border-radius:6px;font-size:9.5px;white-space:nowrap}body .support_page .support_delete_btn{position:relative;width:24px;min-width:24px;height:24px;min-height:24px;margin:0 auto;padding:0;border:0;border-radius:50%;background:transparent;color:#8b95a1;font-size:0;display:inline-grid;place-items:center}body .support_page .support_delete_btn:before,body .support_page .support_delete_btn:after{content:"";position:absolute;width:13px;height:1.5px;border-radius:999px;background:currentColor}body .support_page .support_delete_btn:before{transform:rotate(45deg)}body .support_page .support_delete_btn:after{transform:rotate(-45deg)}body .support_page .support_empty_cell{height:96px;padding:0!important;display:table-cell!important;text-align:center!important}}.rules_page{min-height:520px;background:#fff}.rules_shell{width:min(1200px,calc(100% - 48px));margin:48px auto 60px}.rules_page_head{margin-bottom:18px}.rules_page_head h2{color:#202a35;font-size:25px;line-height:1.25;font-weight:500;letter-spacing:0}.rules_detail_head{display:none}.rules_list_card{border:1px solid #dfe7f0;border-radius:14px;background:#fff;overflow:hidden}.rules_bottom_bar{min-height:50px;padding:10px 18px;border-top:1px solid #edf1f5;display:flex;align-items:center;justify-content:space-between;gap:14px}.rules_page_size{display:inline-flex;align-items:center;gap:8px}.rules_page_size select{height:30px;min-width:64px;padding:0 24px 0 9px;border:1px solid #d8dee7;border-radius:6px;background:#f8f9fa;color:#303d4b;font-size:12px;font-weight:500;outline:none;cursor:pointer}.rules_page_size select:focus{border-color:#0051c7}.rules_table_scroll{width:100%;overflow-x:auto}.rules_table{width:100%;min-width:640px;border-collapse:collapse;table-layout:fixed}.rules_table th,.rules_table td{padding:16px 18px;border-bottom:1px solid #edf1f5;color:#3f4b58;font-size:14px;line-height:1.45;font-weight:500;text-align:left;vertical-align:middle}.rules_table th{background:#f8fafc;color:#6b7480;font-size:13px;font-weight:600}.rules_table th:nth-child(2),.rules_table td:nth-child(2),.rules_table th:nth-child(3),.rules_table td:nth-child(3){width:150px;text-align:center}.rules_table tbody tr:last-child td{border-bottom:0}.rules_table tbody tr.rules_clickable_row{cursor:pointer}.rules_table tbody tr.rules_clickable_row:focus-visible td{background:#f5f9ff}.rules_post_title{display:block;overflow:hidden;color:#202a35;text-overflow:ellipsis;white-space:nowrap;font-weight:500}.rules_pagination{display:flex;align-items:center;justify-content:center;gap:4px}.rules_pagination button{min-width:28px;height:28px;padding:0 8px;border:1px solid #dfe5ec;border-radius:6px;background:#fff;color:#4e5968;font-size:12px;font-weight:600;line-height:1;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.rules_pagination button.is_active{border-color:#f1f3f5;background:#f1f3f5;color:#212529}.rules_pagination button:disabled{color:#c4c9d0;opacity:.65;cursor:default}.rules_page_arrow{font-size:20px!important;font-weight:400!important;line-height:1!important}.rules_empty_cell{height:120px;color:#8b95a1!important;text-align:center!important}.rules_table td.rules_empty_cell{text-align:center!important}.rules_detail_card{border:1px solid #dfe7f0;border-radius:14px;background:#fff;overflow:hidden}.rules_detail_title_box{padding:16px 20px;border-bottom:1px solid #edf1f5;background:#f8fafc}.rules_detail_title_box h3{color:#202a35;font-size:16px;line-height:1.35;font-weight:700}.rules_detail_title_box div{margin-top:8px;display:flex;align-items:center;flex-wrap:wrap;gap:14px}.rules_detail_title_box span{color:#7b8490;font-size:12px;font-weight:500}.rules_detail_content{min-height:220px;padding:20px;color:#303d4b;font-size:14px;line-height:1.8;font-weight:500;white-space:normal;word-break:keep-all;overflow-wrap:anywhere}.rules_detail_content p,.rules_detail_content div{margin:0 0 10px}.rules_detail_content ul,.rules_detail_content ol{margin:10px 0;padding-left:22px}.rules_detail_content img{max-width:100%;height:auto;display:block}.rules_detail_content table{width:100%;border-collapse:collapse}.rules_detail_content th,.rules_detail_content td{padding:8px;border:1px solid #dfe7f0}.rules_detail_empty{min-height:220px;padding:40px 24px;display:flex;align-items:center;justify-content:center;color:#8b95a1;font-size:14px;font-weight:500}.rules_detail_foot{min-height:64px;padding:14px 24px;border-top:1px solid #edf1f5;display:flex;align-items:center;justify-content:flex-end;background:#fff}.rules_detail_foot a{min-width:88px;height:38px;padding:0 18px;border:1px solid #dfe5ec;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;background:#fff;color:#4e5968;font-size:13px;font-weight:600}.rules_detail_foot a:hover{border-color:#0051c7;color:#0051c7}@media(max-width:920px){.rules_shell{width:min(100% - 28px,640px);margin:30px auto 38px}.rules_page_head h2{font-size:25px}.rules_list_card{border-radius:14px}.rules_bottom_bar{min-height:48px;padding:10px 14px;justify-content:center}.rules_page_size{display:none}.rules_table{min-width:0}.rules_table thead{display:none}.rules_table,.rules_table tbody,.rules_table tr,.rules_table td{display:block;width:100%!important}.rules_table tr{padding:12px 14px;border-bottom:1px solid #edf1f5}.rules_table tbody tr:last-child{border-bottom:0}.rules_table td{padding:0;border-bottom:0;text-align:left!important}.rules_table td+td{margin-top:0;color:#7b8490;font-size:12px}.rules_table td:nth-child(2),.rules_table td:nth-child(3){display:inline-flex;width:auto!important;margin-top:6px;margin-right:12px;align-items:center}.rules_table td:nth-child(2):before{content:"작성자 ";color:#9aa4b2}.rules_table td:nth-child(3):before{content:"작성일 ";color:#9aa4b2}.rules_post_title{white-space:normal;font-size:14px;line-height:1.35}.rules_pagination{width:100%;justify-content:center}.rules_detail_foot{min-height:58px;padding:12px 18px}.rules_detail_title_box{padding:14px}.rules_detail_title_box h3{font-size:15px}.rules_detail_content{min-height:190px;padding:14px;font-size:13px}}.wallet_page{min-height:620px;background:#fff}.wallet_shell{width:min(940px,calc(100% - 48px));margin:48px auto 60px}.wallet_page_head{margin-bottom:18px}.wallet_page_head_with_tabs{display:flex;align-items:center;justify-content:space-between;gap:18px}.wallet_page_head h2{color:#202a35;font-size:30px;line-height:1.25;font-weight:500;letter-spacing:0}.wallet_tabs{padding:5px;border:1px solid #dfe7f0;border-radius:14px;display:inline-flex;gap:5px;background:#fff}.wallet_tabs a{min-width:140px;height:42px;padding:0 18px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;color:#5f6b7a;font-size:15px;font-weight:600}.wallet_tabs a.is_active{background:#0051c7;color:#fff}.wallet_notice_card,.wallet_form_card,.wallet_history_card{border:1px solid #dfe7f0;border-radius:14px;background:#fff}.wallet_content_grid{display:grid;grid-template-columns:1fr;gap:14px;align-items:start}.wallet_content_grid>.wallet_form_card{grid-column:1 / -1;grid-row:auto}.wallet_content_grid>.wallet_notice_card{grid-column:1 / -1;grid-row:auto}.wallet_content_grid>.wallet_history_card{grid-column:1 / -1;grid-row:auto}.wallet_notice_card{padding:18px 20px}.wallet_notice_card ul{display:grid;grid-template-columns:1fr;gap:7px;align-content:start}.wallet_notice_card li{display:grid;grid-template-columns:22px minmax(0,1fr);gap:4px;color:#4e5968;font-size:13px;line-height:1.55;font-weight:500;word-break:keep-all}.wallet_notice_card li strong{color:#0051c7;font-weight:700}.wallet_form_card{padding:24px;display:flex}.wallet_form{width:100%;display:grid;gap:16px}.wallet_deposit_form,.wallet_withdraw_form{gap:14px 16px;align-items:stretch}.wallet_deposit_form{grid-template-columns:minmax(0,1fr) 240px}.wallet_deposit_form .wallet_account_row{grid-column:1 / 2}.wallet_deposit_form .wallet_inline_info_row{grid-column:2 / 3;min-height:58px}.wallet_deposit_form .wallet_amount_area{grid-column:1 / -1}.wallet_deposit_form .wallet_form_actions{grid-column:1 / -1;justify-content:flex-end}.wallet_deposit_form .wallet_message{grid-column:1 / -1}.wallet_withdraw_form{grid-template-columns:repeat(2,minmax(0,1fr))}.wallet_withdraw_form .wallet_info_rows{grid-column:1 / -1}.wallet_withdraw_form .wallet_field{grid-column:1 / 2}.wallet_withdraw_form .wallet_inline_info_row{grid-column:2 / 3;align-self:end}.wallet_withdraw_form .wallet_amount_area{grid-column:1 / -1}.wallet_withdraw_form .wallet_form_actions{grid-column:1 / -1;justify-content:flex-end}.wallet_withdraw_form .wallet_message{grid-column:1 / -1}.wallet_account_row{min-height:58px;padding:12px 14px;border:1px solid #edf1f5;border-radius:12px;display:flex;align-items:center;justify-content:space-between;gap:14px;background:#f8fafc}.wallet_account_row span{color:#202a35;font-size:15px;font-weight:600}.wallet_account_row button{width:auto;height:38px;padding:0 14px;border:0;border-radius:9px;background:#0051c7;color:#fff;font-size:14px;font-weight:500;cursor:pointer}.wallet_account_row button:disabled{opacity:.55;cursor:not-allowed}.wallet_account_modal_backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:3000;padding:20px;background:#0f172a57;display:flex;align-items:center;justify-content:center}.wallet_account_modal{width:min(100%,420px);border:1px solid #d7e1ee;border-radius:16px;background:#fff;overflow:hidden}.wallet_account_modal header{min-height:58px;padding:0 18px;border-bottom:1px solid #edf1f5;display:flex;align-items:center;justify-content:space-between;gap:12px}.wallet_account_modal h3{color:#0f172a;font-size:18px;line-height:1.25;font-weight:700;margin:0}.wallet_account_modal header button{position:relative;width:32px;height:32px;padding:0;border:0;border-radius:50%;background:transparent;color:#8b95a1;cursor:pointer}.wallet_account_modal header button:before,.wallet_account_modal header button:after{content:"";position:absolute;top:50%;left:50%;width:15px;height:1.5px;border-radius:999px;background:currentColor}.wallet_account_modal header button:before{transform:translate(-50%,-50%) rotate(45deg)}.wallet_account_modal header button:after{transform:translate(-50%,-50%) rotate(-45deg)}.wallet_account_modal header button:hover{background:#f851491a;color:#f85149}.wallet_account_modal_rows{padding:16px;display:grid;gap:8px}.wallet_account_modal_rows dl{min-height:50px;padding:0 14px;border:1px solid #edf1f5;border-radius:10px;background:#f8fafc;display:flex;align-items:center;justify-content:space-between;gap:14px;margin:0}.wallet_account_modal_rows dt{color:#667085;font-size:13px;font-weight:600}.wallet_account_modal_rows dd{color:#111827;font-size:14px;font-weight:700;text-align:right;margin:0}.wallet_account_modal_confirm{width:calc(100% - 32px);height:42px;margin:0 16px 16px;border:0;border-radius:10px;background:#0051c7;color:#fff;font-size:14px;font-weight:700;cursor:pointer}.wallet_field{display:grid;gap:8px}.wallet_readonly_field strong{width:100%;min-height:50px;padding:0 14px;border:1px solid #d8dee7;border-radius:10px;display:flex;align-items:center;background:#f8fafc;color:#1c2a38;font-size:15px;font-weight:600}.wallet_inline_info_row{min-height:52px;padding:0 16px;border:1px solid #edf1f5;border-radius:10px;display:flex;align-items:center;justify-content:space-between;gap:14px;background:#f8fafc}.wallet_inline_info_row span{color:#303d4b;font-size:14px;font-weight:500}.wallet_inline_info_row strong{color:#1c2a38;font-size:15px;font-weight:600}.wallet_info_rows{border:1px solid #edf1f5;border-radius:12px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));overflow:hidden;background:#f8fafc}.wallet_info_rows div{min-height:56px;padding:0 16px;border-right:1px solid #edf1f5;border-bottom:0;display:flex;align-items:center;justify-content:space-between;gap:14px}.wallet_info_rows div:last-child{border-right:0}.wallet_info_rows span{color:#687381;font-size:13px;font-weight:500}.wallet_info_rows strong{min-width:0;color:#1c2a38;font-size:14px;font-weight:600;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wallet_field span,.wallet_amount_head span{color:#303d4b;font-size:14px;line-height:1.3;font-weight:500}.wallet_field input,.wallet_amount_input_wrap input{width:100%;height:50px;padding:0 88px 0 14px;border:1px solid #d8dee7;border-radius:10px;background:#fafbfc;color:#1c2a38;font-size:15px;font-weight:400;outline:none}.wallet_field input:focus,.wallet_amount_input_wrap input:focus{border-color:#0051c7;background:#fff}.wallet_amount_input_wrap input::-webkit-outer-spin-button,.wallet_amount_input_wrap input::-webkit-inner-spin-button{margin:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}.wallet_amount_input_wrap button{position:absolute;right:7px;top:50%;height:36px;padding:0 12px;border:1px solid #dfe5ec;border-radius:8px;background:#fff;color:#6b7480;font-size:13px;font-weight:600;cursor:pointer;transform:translateY(-50%)}.wallet_amount_input_wrap button:hover{border-color:#0051c7;color:#0051c7}.wallet_amount_area{display:grid;gap:10px;align-self:start}.wallet_amount_head{display:block}.wallet_amount_buttons{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:8px}.wallet_amount_buttons button{width:100%;height:40px;padding:0 12px;border:1px solid #dfe5ec;border-radius:8px;background:#fff;color:#4e5968;font-size:13px;font-weight:600;cursor:pointer}.wallet_amount_buttons button:hover{border-color:#0051c7;color:#0051c7}.wallet_amount_buttons .wallet_amount_submit{border-color:#0051c7;background:#0051c7;color:#fff}.wallet_amount_buttons .wallet_amount_submit:hover{border-color:#003f9e;background:#003f9e;color:#fff}.wallet_message{min-height:36px;padding:9px 12px;border-radius:9px;background:#f0f7ff;color:#0051c7;font-size:13px;line-height:1.4;font-weight:500}.wallet_form_actions{display:flex;justify-content:flex-end;align-items:flex-end;align-self:end}.wallet_form_actions button{width:220px;min-width:0;height:48px;border:0;border-radius:10px;background:#0051c7;color:#fff;font-size:15px;font-weight:500;cursor:pointer}.wallet_history_card{margin-top:18px;overflow:hidden}.wallet_table_scroll{width:100%;overflow-x:auto}.wallet_table{width:100%;min-width:760px;border-collapse:collapse;table-layout:fixed}.wallet_col_no{width:9%}.wallet_col_date{width:30%}.wallet_col_type{width:13%}.wallet_col_amount{width:20%}.wallet_col_status{width:15%}.wallet_col_delete{width:13%}.wallet_content_grid .wallet_table{min-width:0}.wallet_table th,.wallet_table td{padding:16px 18px;border-bottom:1px solid #edf1f5;color:#3f4b58;font-size:14px;line-height:1.45;font-weight:500;text-align:left;vertical-align:middle}.wallet_table th{background:#f8fafc;color:#6b7480;font-size:13px;font-weight:600}.wallet_table th:first-child,.wallet_table td:first-child{text-align:left}.wallet_table th:last-child,.wallet_table td:last-child{text-align:right}.wallet_deposit_table th:nth-child(n+2):nth-child(-n+5),.wallet_deposit_table td:nth-child(n+2):nth-child(-n+5),.wallet_withdraw_table th:nth-child(n+2):nth-child(-n+5),.wallet_withdraw_table td:nth-child(n+2):nth-child(-n+5){text-align:center}.wallet_deposit_table th:last-child,.wallet_deposit_table td:last-child,.wallet_withdraw_table th:last-child,.wallet_withdraw_table td:last-child{padding-right:24px;text-align:right}.wallet_table tbody tr:last-child td{border-bottom:0}.wallet_status_badge{min-height:26px;padding:0 10px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#fff4e6;color:#d9480f;font-size:12px;line-height:1;font-weight:600}.wallet_delete_btn{position:relative;width:28px;min-width:28px;height:28px;min-height:28px;padding:0;border:0;border-radius:50%;background:transparent;color:#8b95a1;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:color .15s ease,background .15s ease}.wallet_delete_btn:before,.wallet_delete_btn:after{content:"";position:absolute;width:13px;height:1.5px;border-radius:999px;background:currentColor}.wallet_delete_btn:before{transform:rotate(45deg)}.wallet_delete_btn:after{transform:rotate(-45deg)}.wallet_delete_btn:hover{background:#f851491a;color:#f85149}.wallet_empty_cell{height:68px;color:#7b8794;text-align:center!important;font-size:13px;font-weight:500}.wallet_table td.wallet_empty_cell,.wallet_deposit_table td.wallet_empty_cell,.wallet_withdraw_table td.wallet_empty_cell{padding-right:18px;text-align:center!important}.wallet_withdraw_empty{min-height:220px;display:flex;align-items:center;justify-content:center}.wallet_withdraw_empty h3{color:#202a35;font-size:22px;font-weight:500}@media(max-width:920px){.wallet_shell{width:min(100% - 28px,640px);margin:30px auto 38px}.wallet_page_head h2{font-size:26px}.wallet_page_head_with_tabs{align-items:stretch;flex-direction:column}.wallet_tabs{width:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.wallet_tabs a{min-width:0}.wallet_content_grid{grid-template-columns:1fr;align-items:start}.wallet_content_grid>.wallet_form_card,.wallet_content_grid>.wallet_notice_card,.wallet_content_grid>.wallet_history_card{grid-column:1 / -1;grid-row:auto}.wallet_notice_card,.wallet_form_card,.wallet_history_card{border-radius:14px}.wallet_notice_card{padding:16px}.wallet_notice_card ul{grid-template-columns:1fr}.wallet_notice_card li{font-size:13px;word-break:normal}.wallet_form_card{padding:18px;display:block}.wallet_form{min-height:0;grid-template-rows:none}.wallet_deposit_form,.wallet_withdraw_form{grid-template-columns:1fr}.wallet_deposit_form .wallet_account_row,.wallet_deposit_form .wallet_amount_area,.wallet_deposit_form .wallet_inline_info_row,.wallet_withdraw_form .wallet_info_rows,.wallet_withdraw_form .wallet_field,.wallet_withdraw_form .wallet_inline_info_row,.wallet_withdraw_form .wallet_amount_area{grid-column:1 / -1}.wallet_info_rows{grid-template-columns:1fr}.wallet_info_rows div{border-right:0;border-bottom:1px solid #edf1f5}.wallet_info_rows div:last-child{border-bottom:0}.wallet_amount_buttons{grid-template-columns:repeat(2,minmax(0,1fr))}.wallet_account_row{align-items:stretch;flex-direction:column;min-height:0}.wallet_account_row button{width:100%}.wallet_table{width:100%;min-width:0;display:table;table-layout:fixed}.wallet_withdraw_table{min-width:0}.wallet_table_scroll{overflow-x:hidden}.wallet_table thead{display:table-header-group}.wallet_table tbody,.wallet_table tr,.wallet_table td{width:auto}.wallet_table tbody{display:table-row-group}.wallet_table tr{display:table-row}.wallet_table th,.wallet_table td{height:44px;padding:0 6px;font-size:11px;line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wallet_table th{height:34px;font-size:11px;font-weight:600}.wallet_table td{display:table-cell;border-bottom:1px solid #edf1f5}.wallet_table th:first-child,.wallet_table td:first-child{text-align:left!important}.wallet_table th:last-child,.wallet_table td:last-child{text-align:right!important}.wallet_deposit_table th:nth-child(n+2):nth-child(-n+5),.wallet_deposit_table td:nth-child(n+2):nth-child(-n+5),.wallet_withdraw_table th:nth-child(n+2):nth-child(-n+5),.wallet_withdraw_table td:nth-child(n+2):nth-child(-n+5){text-align:center!important}.wallet_deposit_table th:last-child,.wallet_deposit_table td:last-child,.wallet_withdraw_table th:last-child,.wallet_withdraw_table td:last-child{padding-right:9px;text-align:right!important}.wallet_table th:nth-child(1),.wallet_table td:nth-child(1){width:10%}.wallet_table th:nth-child(2),.wallet_table td:nth-child(2){width:31%}.wallet_table th:nth-child(3),.wallet_table td:nth-child(3){width:13%;font-weight:700}.wallet_table th:nth-child(4),.wallet_table td:nth-child(4){width:20%;font-weight:700}.wallet_table th:nth-child(5),.wallet_table td:nth-child(5){width:14%}.wallet_table th:nth-child(6),.wallet_table td:nth-child(6){width:12%}.wallet_table tbody tr:last-child{border-bottom:0}.wallet_table td[data-label]:before{content:none}.wallet_table td+td{margin-top:0}.wallet_status_badge,.wallet_delete_btn{min-height:22px}.wallet_delete_btn{width:24px;min-width:24px;height:24px}}.wallet_shell{width:min(1080px,calc(100% - 48px));margin:34px auto 60px}.wallet_sr_title{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.wallet_page_head_with_tabs{justify-content:flex-start;margin-bottom:20px}.wallet_tabs{padding:0;border:0;border-radius:0;display:inline-flex;gap:8px;background:transparent}.wallet_tabs a{min-width:112px;height:40px;padding:0 24px;border:1px solid #21262d;border-radius:6px;background:#161b22;color:#8b949e;font-size:14px;font-weight:700}.wallet_tabs a.is_active{border-color:#1f6feb;background:#1f6feb;color:#fff}.wallet_content_grid{grid-template-columns:minmax(0,1fr) minmax(360px,1fr);gap:16px;align-items:start}.wallet_form_card,.wallet_notice_card,.wallet_history_card{border:1px solid #21262d;border-radius:8px;background:#0d1117;overflow:hidden}.wallet_form_card{padding:20px;display:block}.wallet_form,.wallet_deposit_form,.wallet_withdraw_form{width:100%;display:flex;flex-direction:column;gap:16px}.wallet_balance_row{min-height:46px;padding:0 14px;border:1px solid #21262d;border-radius:6px;background:#161b22;display:flex;align-items:center;justify-content:space-between;gap:12px}.wallet_balance_row span{color:#8b949e;font-size:13px;font-weight:600}.wallet_balance_row strong{color:#58a6ff;font-size:15px;font-weight:700}.wallet_form_group{display:grid;gap:7px}.wallet_form_group label,.wallet_section_title{color:#c9d1d9;font-size:13px;font-weight:600}.wallet_form_group>input,.wallet_amount_input_wrap input{width:100%;height:42px;border:1px solid #21262d;border-radius:6px;background:#0d1117;color:#c9d1d9;font-size:13px;font-weight:600;outline:none}.wallet_form_group>input{padding:0 12px}.wallet_form_group>input:focus,.wallet_amount_input_wrap input:focus{border-color:#1f6feb;background:#0d1117}.wallet_amount_input_wrap{position:relative}.wallet_amount_input_wrap input{padding:0 34px 0 76px;text-align:right}.wallet_amount_input_wrap button{position:absolute;top:50%;left:10px;right:auto;height:26px;padding:0 10px;border:1px solid #30363d;border-radius:4px;background:#21262d;color:#8b949e;font-size:11px;font-weight:700;cursor:pointer;transform:translateY(-50%)}.wallet_amount_input_wrap button:hover{background:#30363d;color:#c9d1d9}.wallet_amount_input_wrap span{position:absolute;top:50%;right:12px;color:#8b949e;font-size:13px;font-weight:600;transform:translateY(-50%);pointer-events:none}.wallet_amount_buttons{display:flex;flex-wrap:wrap;gap:8px}.wallet_amount_buttons button{width:auto;min-width:84px;height:36px;padding:0 14px;border:1px solid #21262d;border-radius:6px;background:#161b22;color:#c9d1d9;font-size:12px;font-weight:700}.wallet_button_row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:4px}.wallet_single_button_row{grid-template-columns:1fr}.wallet_account_check_btn,.wallet_submit_btn{height:44px;border:0;border-radius:6px;color:#fff;font-size:14px;font-weight:700;cursor:pointer}.wallet_account_check_btn{background:#21262d;color:#c9d1d9}.wallet_submit_btn{background:#1f6feb}.wallet_account_info_block{display:grid;gap:10px}.wallet_withdraw_form .wallet_info_rows{border:1px solid #21262d;border-radius:6px;background:#161b22;display:flex;flex-direction:column;overflow:hidden}.wallet_withdraw_form .wallet_info_rows div{min-height:42px;padding:0 14px;border-right:0;border-bottom:1px solid #21262d;display:flex;align-items:center;justify-content:space-between}.wallet_withdraw_form .wallet_info_rows div:last-child{border-bottom:0}.wallet_withdraw_form .wallet_info_rows span{color:#8b949e;font-size:13px;font-weight:600}.wallet_withdraw_form .wallet_info_rows strong{color:#c9d1d9;font-size:13px;font-weight:700;text-align:right}.wallet_notice_card{padding:20px}.wallet_notice_title,.wallet_history_title{color:#c9d1d9;font-size:15px;font-weight:700}.wallet_notice_title{padding-bottom:12px;margin-bottom:14px;border-bottom:1px solid #21262d}.wallet_notice_card ul{display:flex;flex-direction:column;gap:12px}.wallet_notice_card li{position:relative;padding-left:14px;color:#8b949e;font-size:13px;line-height:1.6;font-weight:500;word-break:keep-all}.wallet_notice_card li:before{content:"";position:absolute;top:9px;left:0;width:5px;height:5px;border-radius:50%;background:#1f6feb}.wallet_history_card{margin-top:24px;padding:0}.wallet_history_title{padding:16px 18px 12px;border-bottom:1px solid #21262d}.wallet_table_scroll{overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.wallet_table_scroll::-webkit-scrollbar{display:none}.wallet_table{width:100%;min-width:760px;border-collapse:collapse;table-layout:fixed;background:#0d1117}.wallet_table th,.wallet_table td{height:44px;padding:0 14px;border-bottom:1px solid #1a1f27;color:#c9d1d9;font-size:13px;line-height:1.35;font-weight:600;text-align:left;vertical-align:middle;white-space:nowrap}.wallet_table th{background:#161b22;color:#8b949e;font-size:12px;font-weight:700}.wallet_table th:first-child,.wallet_table td:first-child,.wallet_table th:nth-child(3),.wallet_table td:nth-child(3),.wallet_table th:nth-child(5),.wallet_table td:nth-child(5),.wallet_table th:last-child,.wallet_table td:last-child{text-align:center!important}.wallet_table th:nth-child(4),.wallet_table td:nth-child(4){text-align:right!important}.wallet_status_badge{min-height:24px;padding:0 9px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#1f6feb24;color:#58a6ff;font-size:12px;line-height:1;font-weight:700}.wallet_empty_cell{height:68px;color:#8b949e;text-align:center!important;font-size:13px;font-weight:600}.wallet_account_modal_backdrop{background:#000000b3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:walletFadeIn .18s ease-out}.wallet_account_modal{width:min(100%,390px);border:1px solid #2a2f3a;border-radius:16px;background:linear-gradient(180deg,#1a1d24,#14161c);animation:walletPopIn .2s ease-out}.wallet_account_modal header{min-height:62px;padding:0 22px;border-bottom:1px solid #2a2f3a}.wallet_account_modal h3{color:#fff;font-size:16px}.wallet_account_modal header button{border-radius:6px;color:#a0a8b8}.wallet_account_modal_body{padding:24px}.wallet_account_modal_rows{padding:0;gap:8px}.wallet_account_modal_rows dl{min-height:44px;border:1px solid #21262d;border-radius:8px;background:#0d1117}.wallet_account_modal_rows dt{color:#8b949e;font-size:12px}.wallet_account_modal_rows dd{color:#e5e7eb;font-size:13px;font-weight:800}.wallet_account_number_row dd{color:#58a6ff;font-size:15px}.wallet_account_modal_actions{padding:0 24px 24px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.wallet_account_modal_copy,.wallet_account_modal_confirm{width:100%;height:42px;margin:0;border:0;border-radius:8px;font-size:14px;font-weight:800;cursor:pointer}.wallet_account_modal_copy{background:#21262d;color:#c9d1d9}.wallet_account_modal_confirm{background:#1f6feb;color:#fff}@media(max-width:920px){.wallet_shell{width:min(100% - 24px,640px);margin:22px auto 38px}.wallet_page_head_with_tabs{margin-bottom:14px}.wallet_tabs{width:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}.wallet_tabs a{min-width:0;height:38px}.wallet_content_grid{grid-template-columns:1fr;gap:12px}.wallet_form_card,.wallet_notice_card{padding:16px}.wallet_amount_buttons{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}.wallet_amount_buttons button{min-width:0;padding:0 8px}.wallet_button_row,.wallet_account_modal_actions{grid-template-columns:1fr}.wallet_table{min-width:560px}.wallet_table_scroll{overflow-x:auto}.wallet_table th,.wallet_table td{height:40px;padding:0 10px;font-size:12px}}.wallet_page .wallet_shell{width:min(1040px,calc(100% - 48px));margin:34px auto 60px}.wallet_page .wallet_page_head_with_tabs{justify-content:flex-start;margin-bottom:18px}.wallet_page .wallet_tabs{padding:5px;border:1px solid #dfe7f0;border-radius:12px;display:inline-flex;gap:5px;background:#fff}.wallet_page .wallet_tabs a{min-width:112px;height:38px;border:0;border-radius:8px;background:transparent;color:#4e5968;font-size:14px;font-weight:700}.wallet_page .wallet_tabs a.is_active{background:#0051c7;color:#fff}.wallet_page .wallet_content_grid{display:grid;grid-template-columns:minmax(0,480px) minmax(0,1fr);gap:16px;align-items:start}.wallet_page .wallet_content_grid>.wallet_form_card,.wallet_page .wallet_content_grid>.wallet_notice_card{grid-column:auto;grid-row:auto}.wallet_page .wallet_form_card,.wallet_page .wallet_notice_card,.wallet_page .wallet_history_card{border:1px solid #dfe7f0;border-radius:12px;background:#fff;overflow:hidden}.wallet_page .wallet_form_card,.wallet_page .wallet_notice_card{padding:20px}.wallet_page .wallet_form,.wallet_page .wallet_deposit_form,.wallet_page .wallet_withdraw_form{display:flex;flex-direction:column;gap:14px}.wallet_page .wallet_balance_row{min-height:46px;padding:0 14px;border:1px solid #edf1f5;border-radius:8px;background:#f8fafc}.wallet_page .wallet_balance_row span{color:#5f6b7a;font-size:13px;font-weight:600}.wallet_page .wallet_balance_row strong{color:#0051c7;font-size:15px;font-weight:700}.wallet_page .wallet_form_group{display:grid;gap:7px}.wallet_page .wallet_form_group label,.wallet_page .wallet_section_title{color:#202a35;font-size:13px;font-weight:700}.wallet_page .wallet_form_group>input,.wallet_page .wallet_amount_input_wrap input{height:42px;border:1px solid #d8dee7;border-radius:8px;background:#fff;color:#202a35;font-size:13px;font-weight:600}.wallet_page .wallet_form_group>input:focus,.wallet_page .wallet_amount_input_wrap input:focus{border-color:#0051c7;background:#fff}.wallet_page .wallet_amount_input_wrap input{padding:0 34px 0 76px;text-align:right}.wallet_page .wallet_amount_input_wrap button{left:8px;right:auto;height:28px;border:1px solid #dfe5ec;border-radius:6px;background:#f8fafc;color:#6b7480;font-size:12px}.wallet_page .wallet_amount_input_wrap span{right:12px;color:#6b7480;font-size:13px}.wallet_page .wallet_amount_buttons{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.wallet_page .wallet_amount_buttons button{width:100%;min-width:0;height:36px;border:1px solid #dfe5ec;border-radius:8px;background:#fff;color:#303d4b;font-size:12px;font-weight:700}.wallet_page .wallet_button_row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:2px}.wallet_page .wallet_single_button_row{grid-template-columns:1fr}.wallet_page .wallet_account_check_btn,.wallet_page .wallet_submit_btn{height:42px;border-radius:8px;font-size:14px;font-weight:700}.wallet_page .wallet_account_check_btn{background:#eef3f9;color:#202a35}.wallet_page .wallet_submit_btn{background:#0051c7;color:#fff}.wallet_page .wallet_notice_title,.wallet_page .wallet_history_title{color:#202a35;font-size:15px;font-weight:700}.wallet_page .wallet_notice_title{padding-bottom:12px;margin-bottom:13px;border-bottom:1px solid #edf1f5}.wallet_page .wallet_notice_card ul{display:flex;flex-direction:column;gap:8px}.wallet_page .wallet_notice_card li{display:block;position:relative;grid-template-columns:none;padding-left:14px;color:#4e5968;font-size:13px;line-height:1.55;font-weight:500;word-break:keep-all}.wallet_page .wallet_notice_card li:before{content:"";position:absolute;top:8px;left:0;width:5px;height:5px;border-radius:50%;background:#0051c7}.wallet_page .wallet_history_card{margin-top:18px;padding:0}.wallet_page .wallet_history_title{padding:15px 18px 12px;border-bottom:1px solid #edf1f5}.wallet_page .wallet_table{min-width:760px;background:#fff}.wallet_page .wallet_table th,.wallet_page .wallet_table td{height:44px;padding:0 14px;border-bottom:1px solid #edf1f5;color:#303d4b;font-size:13px;font-weight:600}.wallet_page .wallet_table th{background:#f8fafc;color:#6b7480;font-size:12px;font-weight:700}.wallet_page .wallet_status_badge{background:#fff4e6;color:#d9480f}.wallet_page .wallet_empty_cell{color:#7b8794}.wallet_page .wallet_account_modal{border:1px solid #dfe7f0;background:#fff}.wallet_page .wallet_account_modal header{border-bottom:1px solid #edf1f5}.wallet_page .wallet_account_modal h3{color:#202a35}.wallet_page .wallet_account_modal_rows dl{border-color:#edf1f5;background:#f8fafc}.wallet_page .wallet_account_modal_rows dt{color:#5f6b7a}.wallet_page .wallet_account_modal_rows dd{color:#202a35}.wallet_page .wallet_account_number_row dd{color:#0051c7}.wallet_page .wallet_account_modal_copy{background:#eef3f9;color:#202a35}.wallet_page .wallet_account_modal_confirm{background:#0051c7;color:#fff}@media(max-width:920px){.wallet_page .wallet_shell{width:min(100% - 24px,640px);margin:22px auto 38px}.wallet_page .wallet_content_grid{grid-template-columns:1fr}.wallet_page .wallet_tabs{width:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.wallet_page .wallet_tabs a{min-width:0}.wallet_page .wallet_amount_buttons{grid-template-columns:repeat(2,minmax(0,1fr))}.wallet_page .wallet_button_row,.wallet_page .wallet_account_modal_actions{grid-template-columns:1fr}.wallet_page .wallet_table_scroll{overflow-x:visible}.wallet_page .wallet_table{min-width:0;display:block}.wallet_page .wallet_table colgroup,.wallet_page .wallet_table thead{display:none}.wallet_page .wallet_table tbody{display:grid;gap:10px;padding:10px}.wallet_page .wallet_table tr{position:relative;min-width:0;padding:10px 44px 10px 10px;border:1px solid #dfe7f0;border-radius:10px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 12px;background:#fff}.wallet_page .wallet_table td{min-height:22px;padding:0;border:0;display:flex;align-items:center;justify-content:flex-start;gap:8px;color:#202a35;font-size:12px;line-height:1.35;text-align:left;white-space:normal}.wallet_page .wallet_table td:before{content:attr(data-label);flex:0 0 44px;color:#7b8490;font-size:11px;font-weight:500;text-align:left}.wallet_page .wallet_table td:first-child{display:none}.wallet_page .wallet_table td:nth-child(2),.wallet_page .wallet_table td:nth-child(3),.wallet_page .wallet_table td:nth-child(4),.wallet_page .wallet_table td:nth-child(5){min-width:0;overflow:hidden}.wallet_page .wallet_table td:nth-child(2){grid-column:1 / -1}.wallet_page .wallet_table td:nth-child(2),.wallet_page .wallet_table td:nth-child(4),.wallet_page .wallet_table td:nth-child(5){white-space:nowrap}.wallet_page .wallet_table td:nth-child(2){font-size:11.5px}.wallet_page .wallet_table td:nth-child(4){font-weight:700}.wallet_page .wallet_table td:first-child:before,.wallet_page .wallet_table td.wallet_empty_cell:before{content:none}.wallet_page .wallet_table td.wallet_empty_cell{min-height:96px;padding:0;display:grid;place-items:center;text-align:center;grid-column:1 / -1}.wallet_page .wallet_table td:last-child{position:absolute;right:8px;top:50%;display:block;transform:translateY(-50%)}.wallet_page .wallet_table td:last-child:before{content:none}.wallet_page .wallet_table td.wallet_empty_cell{position:static;transform:none}.wallet_page .wallet_delete_btn{width:28px;height:28px}.wallet_page .wallet_status_badge{min-height:22px;padding:0 8px;font-size:10px;white-space:nowrap}}@media(max-width:920px){body .wallet_page .wallet_table_scroll{overflow-x:hidden}body .wallet_page .wallet_table{width:100%;min-width:0;border-collapse:collapse;display:table;table-layout:fixed}body .wallet_page .wallet_table colgroup{display:none}body .wallet_page .wallet_table thead{display:table-header-group}body .wallet_page .wallet_table tbody{padding:0;display:table-row-group}body .wallet_page .wallet_table tr{position:static;min-width:0;padding:0;border:0;border-radius:0;display:table-row;background:transparent}body .wallet_page .wallet_table th,body .wallet_page .wallet_table td{height:40px;min-height:0;padding:0 4px;border:0;border-bottom:1px solid #edf1f5;display:table-cell;color:#202a35;font-size:10.5px;line-height:1.2;font-weight:600;text-align:center;vertical-align:middle;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}body .wallet_page .wallet_table th{height:36px;background:#f8fafc;color:#66717f;font-size:10px;font-weight:700}body .wallet_page .wallet_table th:first-child,body .wallet_page .wallet_table td:first-child:not(.wallet_empty_cell),body .wallet_page .wallet_table th:nth-child(3),body .wallet_page .wallet_table td:nth-child(3){display:none}body .wallet_page .wallet_table th:nth-child(2),body .wallet_page .wallet_table td:nth-child(2){width:38%;text-align:left}body .wallet_page .wallet_table th:nth-child(4),body .wallet_page .wallet_table td:nth-child(4){width:25%;text-align:right}body .wallet_page .wallet_table th:nth-child(5),body .wallet_page .wallet_table td:nth-child(5){width:24%;text-align:center}body .wallet_page .wallet_table th:nth-child(6),body .wallet_page .wallet_table td:nth-child(6){width:13%;text-align:center}body .wallet_page .wallet_table td:before{content:none}body .wallet_page .wallet_table td.wallet_empty_cell{height:92px;padding:0;display:table-cell;text-align:center;position:static;transform:none}body .wallet_page .wallet_table td:last-child{position:static;display:table-cell;transform:none}body .wallet_page .wallet_table td:last-child:before{content:none}body .wallet_page .wallet_delete_btn{width:24px;min-width:24px;height:24px;min-height:24px;margin:0 auto}body .wallet_page .wallet_status_badge{min-height:20px;padding:0 6px;font-size:10px;white-space:nowrap}}body .wallet_page .wallet_withdraw_form .wallet_account_info_block{display:grid;gap:10px}body .wallet_page .wallet_withdraw_form .wallet_info_rows{border:1px solid #edf1f5;border-radius:8px;background:#f8fafc;display:flex;flex-direction:column;overflow:hidden}body .wallet_page .wallet_withdraw_form .wallet_info_rows div{min-height:42px;padding:0 14px;border-right:0;border-bottom:1px solid #edf1f5;background:#f8fafc;display:flex;align-items:center;justify-content:space-between;gap:14px}body .wallet_page .wallet_withdraw_form .wallet_info_rows div:last-child{border-bottom:0}body .wallet_page .wallet_withdraw_form .wallet_info_rows span{color:#5f6b7a;font-size:13px;font-weight:600}body .wallet_page .wallet_withdraw_form .wallet_info_rows strong{color:#202a35;font-size:13px;font-weight:700;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wallet_pagination{display:flex;align-items:center;justify-content:center;gap:6px;padding:16px 0 2px}.wallet_pagination button{min-width:32px;height:32px;padding:0 9px;border:1px solid #d7e3f2;border-radius:7px;background:#fff;color:#203047;font-size:13px;font-weight:500;line-height:1;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.wallet_pagination button.is_active{border-color:#0b5bd3;background:#0b5bd3;color:#fff}.wallet_pagination button:disabled{cursor:default;opacity:.45}.messages_page{min-height:620px;background:#fff}.messages_shell{width:min(1200px,calc(100% - 48px));margin:48px auto 60px}.messages_page_head{margin-bottom:18px;display:flex;align-items:center;justify-content:space-between;gap:16px}.messages_page_head h2{color:#202a35;font-size:25px;line-height:1.25;font-weight:500;letter-spacing:0}.messages_actions{display:flex;align-items:center;gap:8px}.messages_actions button{height:34px;padding:0 14px;border:1px solid #dfe5ec;border-radius:7px;background:#fff;color:#3f4b58;font-size:12px;font-weight:600;cursor:pointer}.messages_actions button:hover{border-color:#0051c7;color:#0051c7}.messages_actions .messages_action_delete{color:#d64545}.messages_actions .messages_action_delete:hover{border-color:#d64545;color:#d64545}.messages_action_message{margin:-6px 0 14px;color:#0051c7;font-size:13px;font-weight:500}.messages_card,.messages_detail_card{border:1px solid #dfe7f0;border-radius:14px;background:#fff;overflow:hidden}.messages_table_scroll{width:100%;overflow-x:auto}.messages_table{width:100%;min-width:720px;border-collapse:collapse;table-layout:fixed}.messages_table th,.messages_table td{padding:12px 16px;border-bottom:1px solid #edf1f5;color:#3f4b58;font-size:14px;line-height:1.45;font-weight:500;text-align:left;vertical-align:middle}.messages_table th{background:#f8fafc;color:#6b7480;font-size:14px;font-weight:600}.messages_table th:first-child,.messages_table td:first-child,.messages_table th:nth-child(4),.messages_table td:nth-child(4),.messages_table th:nth-child(5),.messages_table td:nth-child(5){text-align:center}.messages_table tbody tr{cursor:pointer}.messages_table tbody tr:last-child td{border-bottom:0}.messages_col_check{width:62px}.messages_col_date{width:170px}.messages_col_status{width:100px}.messages_col_delete{width:78px}.messages_check{position:relative;width:16px;height:16px;margin:0 auto;display:flex;align-items:center;justify-content:center;cursor:pointer}.messages_check input{position:absolute;opacity:0;pointer-events:none}.messages_check span{position:relative;width:16px;height:16px;border:1px solid #aab4c0;border-radius:50%;background:#fff;transition:background-color var(--ui-fast) var(--ui-ease),border-color var(--ui-fast) var(--ui-ease)}.messages_check input:checked+span{border-color:#0051c7;background:#0051c7}.messages_check input:checked+span:after{content:"";position:absolute;left:50%;top:50%;width:6px;height:6px;border-radius:50%;background:#fff;transform:translate(-50%,-50%) scale(1)}.messages_check span:after{content:"";position:absolute;left:50%;top:50%;width:6px;height:6px;border-radius:50%;background:#fff;transform:translate(-50%,-50%) scale(0);transition:transform var(--ui-fast) var(--ui-ease)}.messages_post_title{display:block;overflow:hidden;color:#202a35;font-weight:500;text-overflow:ellipsis;white-space:nowrap}.messages_post_title.is_unread{color:#0051c7;font-weight:700}.messages_status_badge{min-width:52px;height:24px;padding:0 8px;border-radius:5px;display:inline-flex;align-items:center;justify-content:center;background:#f1f3f5;color:#7b8490;font-size:11px;font-weight:700}.messages_status_badge.is_unread{border:1px solid #c7dcff;background:#edf5ff;color:#0051c7}.messages_delete_btn{position:relative;width:28px;min-width:28px;height:28px;padding:0;border:0;border-radius:50%;background:transparent;color:#7b8490;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:color .15s ease,background .15s ease}.messages_delete_btn:before,.messages_delete_btn:after{content:"";position:absolute;width:13px;height:1.5px;border-radius:999px;background:currentColor}.messages_delete_btn:before{transform:rotate(45deg)}.messages_delete_btn:after{transform:rotate(-45deg)}.messages_delete_btn:hover{color:#d64545;background:#fff1f1}.messages_empty_cell,.messages_empty_mobile{padding:40px 20px;color:#8b95a1!important;text-align:center!important;font-size:14px;font-weight:500}.messages_table td.messages_empty_cell{text-align:center!important}.messages_mobile_list{display:none}.messages_bottom_bar{padding:10px 18px;border-top:1px solid #edf1f5;display:flex;align-items:center;justify-content:space-between;gap:14px}.messages_page_size{display:inline-flex;align-items:center}.messages_page_size select{height:30px;min-width:64px;padding:0 24px 0 9px;border:1px solid #d8dee7;border-radius:6px;background:#f8f9fa;color:#303d4b;font-size:12px;font-weight:500;outline:none;cursor:pointer}.messages_page_size select:focus{border-color:#0051c7}.messages_pagination{display:flex;align-items:center;justify-content:center;gap:4px}.messages_pagination button{min-width:28px;height:28px;padding:0 8px;border:1px solid #dfe5ec;border-radius:6px;background:#fff;color:#4e5968;font-size:12px;font-weight:600;line-height:1;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.messages_pagination button.is_active{border-color:#f1f3f5;background:#f1f3f5;color:#212529}.messages_pagination button:disabled{color:#c4c9d0;opacity:.65;cursor:default}.messages_page_arrow{font-size:20px!important;font-weight:400!important;line-height:1!important}.messages_detail_head{padding:16px 20px;border-bottom:1px solid #edf1f5;background:#f8fafc}.messages_detail_head h3{color:#202a35;font-size:16px;line-height:1.35;font-weight:700}.messages_detail_head div{margin-top:8px;display:flex;align-items:center;flex-wrap:wrap;gap:14px}.messages_detail_head span{color:#7b8490;font-size:12px;font-weight:500}.messages_detail_body{min-height:220px;padding:20px;color:#303d4b;font-size:14px;line-height:1.8;font-weight:500;white-space:pre-wrap}.messages_detail_foot{margin-top:14px;display:flex;justify-content:flex-end}.messages_detail_foot button{min-width:92px;height:38px;padding:0 18px;border:1px solid #dfe5ec;border-radius:8px;background:#fff;color:#4e5968;font-size:13px;font-weight:600;cursor:pointer}.messages_detail_foot button:hover{border-color:#0051c7;color:#0051c7}@media(max-width:920px){.messages_shell{width:min(100% - 28px,640px);margin:30px auto 38px}.messages_page_head{margin-bottom:14px;align-items:flex-start;flex-direction:column;gap:12px}.messages_page_head h2{font-size:25px}.messages_actions{width:100%}.messages_actions button{flex:1;height:38px}.messages_card{border:0;border-radius:0;overflow:visible}.messages_table_scroll{display:none}.messages_mobile_list{display:grid;gap:8px}.messages_mobile_card{width:100%;min-height:62px;padding:12px 10px;border:1px solid #dfe7f0;border-radius:10px;display:grid;grid-template-columns:24px minmax(0,1fr) auto;align-items:center;gap:10px;background:#fff;color:inherit;font-family:inherit;text-align:left;cursor:pointer}.messages_mobile_card.is_unread{border-color:#c7dcff;background:#fbfcff}.messages_mobile_text{min-width:0;display:grid;gap:3px}.messages_mobile_text strong{overflow:hidden;color:#202a35;font-size:14px;line-height:1.35;font-weight:600;text-overflow:ellipsis;white-space:nowrap}.messages_mobile_card.is_unread .messages_mobile_text strong{color:#0051c7;font-weight:700}.messages_mobile_text em{color:#7b8490;font-size:12px;line-height:1.3;font-style:normal;font-weight:500}.messages_mobile_side{display:inline-flex;align-items:center;gap:4px}.messages_bottom_bar{padding:10px 12px;align-items:center}.messages_detail_head,.messages_detail_body{padding:14px}.messages_detail_body{min-height:190px;font-size:13px}}.purchase_page{min-height:620px;background:#fff}.purchase_shell{width:min(1060px,calc(100% - 48px));margin:42px auto 70px}.purchase_tabs{width:fit-content;margin-top:0;padding:5px;border:1px solid #dfe7f0;border-radius:13px;display:flex;gap:4px;background:#fff}.purchase_tabs button{min-width:112px;height:38px;border:0;border-radius:9px;background:transparent;color:#4e5968;font-size:14px;line-height:1;font-weight:600;cursor:pointer}.purchase_tabs button:hover{background:#f4f7fb;color:#0051c7}.purchase_tabs button.is_active{background:#0051c7;color:#fff}.purchase_list_card{margin-top:14px;border:1px solid #dfe7f0;border-radius:14px;background:#fff;overflow:hidden}.purchase_table_scroll{overflow-x:auto}.purchase_table{width:100%;min-width:980px;border-collapse:collapse}.purchase_table th{height:44px;padding:0 14px;border-bottom:1px solid #e8edf4;background:#f8fafc;color:#66717f;font-size:12px;line-height:1.2;font-weight:700;text-align:center;white-space:nowrap}.purchase_table td{height:50px;padding:0 14px;border-bottom:1px solid #edf1f5;color:#303d4b;font-size:13px;line-height:1.35;font-weight:600;text-align:center;white-space:nowrap}.purchase_table tbody tr:last-child td{border-bottom:0}.purchase_table tbody tr:hover>td{background:#fbfcfe}.purchase_game_table tbody tr:hover>td{background:transparent}.purchase_table th:nth-child(2),.purchase_table td:nth-child(2){text-align:left}.purchase_table th:nth-child(5),.purchase_table td:nth-child(5),.purchase_table th:nth-child(7),.purchase_table td:nth-child(7),.purchase_table th:nth-child(8),.purchase_table td:nth-child(8){text-align:right}.purchase_table_date,.purchase_amount{color:#202a35;font-weight:700}.purchase_detail_button{height:28px;padding:0 12px;border:1px solid #d8e1ec;border-radius:7px;background:#fff;color:#0051c7;font-size:12px;line-height:1;font-weight:700;cursor:pointer}.purchase_detail_button:hover{border-color:#0051c7;background:#f5f9ff}.purchase_detail_row>td{height:auto;padding:12px 14px 14px;background:#fbfcfe;text-align:left}.purchase_table tbody .purchase_detail_row:hover>td{background:#fbfcfe}.purchase_detail_table{width:100%;border:1px solid #e8edf4;border-radius:10px;border-collapse:separate;border-spacing:0;overflow:hidden;background:#fff}.purchase_detail_table th{height:34px;padding:0 12px;border-bottom:1px solid #edf1f5;background:#fff;color:#7b8490;font-size:12px;font-weight:700;text-align:center}.purchase_detail_table td{height:40px;padding:0 12px;border-bottom:1px solid #f0f3f7;color:#303d4b;font-size:12px;font-weight:600;text-align:center}.purchase_detail_table tr:last-child td{border-bottom:0}.purchase_detail_table th:first-child,.purchase_detail_table td:first-child{text-align:left}.purchase_detail_empty{min-height:46px;border:1px dashed #d8e1ec;border-radius:9px;display:flex;align-items:center;justify-content:center;color:#8b95a1;font-size:13px;font-weight:600}.purchase_proto_list{display:grid;gap:12px;padding:14px}.purchase_lotto_table_scroll{overflow-x:auto}.purchase_lotto_mobile_wrap{display:none}.purchase_lotto_table{width:100%;min-width:980px;border-collapse:collapse;table-layout:fixed}.purchase_lotto_table th,.purchase_lotto_table td{height:48px;padding:0 14px;border-bottom:1px solid #edf1f5;color:#202a35;font-size:13px;font-weight:600;text-align:center;white-space:nowrap;vertical-align:middle}.purchase_lotto_table th{height:44px;background:#f8fafc;color:#66717f;font-size:12px;font-weight:800}.purchase_lotto_table tr:last-child td{border-bottom:0}.purchase_lotto_table th:first-child,.purchase_lotto_table td:first-child{width:58px}.purchase_lotto_table th:nth-child(2),.purchase_lotto_table td:nth-child(2){width:158px}.purchase_lotto_table th:nth-child(3),.purchase_lotto_table td:nth-child(3){width:86px}.purchase_lotto_table th:nth-child(5),.purchase_lotto_table td:nth-child(5),.purchase_lotto_table th:nth-child(6),.purchase_lotto_table td:nth-child(6),.purchase_lotto_table th:nth-child(7),.purchase_lotto_table td:nth-child(7),.purchase_lotto_table th:nth-child(8),.purchase_lotto_table td:nth-child(8){width:92px}.purchase_lotto_ticket_stack{display:grid;gap:5px;padding:7px 0}.purchase_lotto_ticket_line{min-height:30px;display:grid;grid-template-columns:62px minmax(0,1fr);align-items:center;gap:8px}.purchase_lotto_line_label{height:24px;border:1px solid #dfe7f0;border-radius:7px;display:inline-flex;align-items:center;justify-content:center;background:#f8fafc;color:#4e5968;font-size:11px;font-weight:700}.purchase_lotto_numbers{min-width:0;display:flex;justify-content:flex-start;gap:5px}.purchase_lotto_numbers span{width:25px;height:25px;border-radius:50%;display:grid;place-items:center;background:#eef4ff;color:#0051c7;font-size:11px;font-weight:700}.purchase_game_table{min-width:1040px}.purchase_game_table th,.purchase_game_table td{text-align:center}.purchase_game_table th:nth-child(2),.purchase_game_table td:nth-child(2),.purchase_game_table th:nth-child(5),.purchase_game_table td:nth-child(5),.purchase_game_table th:nth-child(7),.purchase_game_table td:nth-child(7),.purchase_game_table th:nth-child(8),.purchase_game_table td:nth-child(8){text-align:center}.purchase_round_text{color:#202a35;font-weight:700}.purchase_delete_btn{width:28px;height:28px;border:0;border-radius:50%;display:inline-grid;place-items:center;background:transparent;cursor:pointer;position:relative}.purchase_delete_btn:before,.purchase_delete_btn:after{content:"";width:13px;height:1.5px;border-radius:999px;background:#8b95a1;position:absolute}.purchase_delete_btn:before{transform:rotate(45deg)}.purchase_delete_btn:after{transform:rotate(-45deg)}.purchase_delete_btn:hover{background:#f4f7fb}.purchase_delete_btn:hover:before,.purchase_delete_btn:hover:after{background:#202a35}.purchase_pagination{display:flex;align-items:center;justify-content:center;gap:6px;margin-top:18px}.purchase_pagination button{min-width:32px;height:32px;padding:0 9px;border:1px solid #d7e3f2;border-radius:7px;background:#fff;color:#203047;font-size:13px;font-weight:500;line-height:1;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.purchase_pagination button.is_active{border-color:#0b5bd3;background:#0b5bd3;color:#fff}.purchase_pagination button:disabled{cursor:default;opacity:.45}.purchase_proto_card{border:1px solid #dfe7f0;border-radius:12px;display:grid;overflow:hidden;background:#fff}.purchase_proto_table{width:100%;border-collapse:collapse;table-layout:fixed}.purchase_proto_table td{height:46px;padding:0 12px;border-bottom:1px solid #edf1f5;color:#202a35;font-size:12px;line-height:1.35;font-weight:600;text-align:center;vertical-align:middle}.purchase_proto_table tbody tr:last-child td{border-bottom:0}.purchase_proto_table td:first-child{width:12%}.purchase_proto_table td:nth-child(2){width:17%}.purchase_proto_table td:nth-child(3){width:21%}.purchase_proto_table td:nth-child(4){width:17%}.purchase_proto_table td:nth-child(5){width:21%}.purchase_proto_table td:nth-child(6){width:12%}.purchase_league_label{min-width:0;display:inline-flex;align-items:center;justify-content:center;gap:6px;vertical-align:middle}.purchase_league_label img{width:15px;height:15px;flex:0 0 auto;object-fit:contain}.purchase_league_label span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.purchase_proto_odd{min-height:30px;padding:0 11px;border:1px solid transparent;border-radius:7px;display:flex;align-items:center;justify-content:space-between;gap:10px;color:#202a35}.purchase_proto_odd.is_selected{border-color:#b9d5ff;background:#f0f6ff;color:#0051c7;font-weight:800}.purchase_proto_odd.is_empty{justify-content:center;color:#8b95a1}.purchase_proto_odd span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.purchase_proto_odd strong{flex:0 0 auto;font-size:12px;font-weight:800}.purchase_proto_items{display:none;gap:7px}.purchase_proto_item{min-height:48px;padding:9px 11px;border:1px solid #edf1f5;border-radius:9px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;background:#fff}.purchase_proto_item>div{min-width:0;display:grid;gap:3px}.purchase_proto_item>div:last-child{display:flex;align-items:center;gap:0}.purchase_proto_item strong{overflow:hidden;color:#202a35;font-size:13px;line-height:1.35;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.purchase_proto_item span{overflow:hidden;color:#66717f;font-size:12px;line-height:1.35;font-weight:600;text-overflow:ellipsis;white-space:nowrap}.purchase_proto_item small{overflow:hidden;color:#8b95a1;font-size:11px;line-height:1.25;font-weight:600;text-overflow:ellipsis;white-space:nowrap}.purchase_proto_item b{color:#e03131;font-size:13px;font-weight:800}.purchase_proto_item.is_empty{display:flex;color:#8b95a1;font-size:13px;font-weight:600}.purchase_proto_summary{position:relative;min-height:44px;padding:9px 56px 9px 14px;border-top:1px solid #edf1f5;display:flex;align-items:center;flex-wrap:wrap;gap:8px 14px;background:#fff;color:#202a35;font-size:12px;line-height:1.35;font-weight:600}.purchase_summary_head{display:flex;align-items:center;gap:8px}.purchase_summary_head time{color:#202a35;font-weight:700}.purchase_summary_head span{color:#202a35;font-weight:800}.purchase_summary_grid{display:flex;align-items:center;flex-wrap:wrap;gap:8px 14px}.purchase_summary_grid span{display:inline-flex;align-items:center;gap:4px}.purchase_summary_grid b{color:#66717f;font-size:12px;font-weight:500}.purchase_summary_grid strong{color:#202a35;font-size:12px;font-weight:800}.purchase_proto_delete_btn{position:absolute;right:14px;bottom:8px}.purchase_proto_card_head{display:flex;align-items:center;justify-content:space-between;gap:12px}.purchase_proto_card_head div{display:grid;gap:3px}.purchase_proto_card_head span{color:#8b95a1;font-size:12px;font-weight:700}.purchase_proto_card_head strong{color:#202a35;font-size:15px;line-height:1.35;font-weight:700}.purchase_status,.purchase_item_result{min-height:25px;padding:0 10px;border-radius:7px;display:inline-flex;align-items:center;justify-content:center;background:#f1f3f5;color:#4e5968;font-size:12px;line-height:1;font-style:normal;font-weight:700}.purchase_status.is_win,.purchase_item_result.is_win{background:#e9f8ef;color:#218047}.purchase_status.is_lose,.purchase_item_result.is_lose{background:#fff0f0;color:#d9480f}.purchase_status.is_void,.purchase_item_result.is_void{background:#eef2f6;color:#66717f}.purchase_proto_meta{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));border:1px solid #edf1f5;border-radius:10px;overflow:hidden}.purchase_proto_meta div{min-height:58px;padding:10px 12px;border-right:1px solid #edf1f5;display:grid;align-content:center;gap:4px;background:#fbfcfe}.purchase_proto_meta div:last-child{border-right:0}.purchase_proto_meta dt{color:#7b8490;font-size:12px;font-weight:600}.purchase_proto_meta dd{color:#202a35;font-size:14px;line-height:1.25;font-weight:700}.purchase_empty{min-height:180px;padding:24px;display:flex;align-items:center;justify-content:center;color:#8b95a1;font-size:14px;line-height:1.5;font-weight:600;text-align:center}.purchase_empty.is_error{color:#d9480f}@media(max-width:860px){.purchase_page{background:#fff}.purchase_shell{width:min(100% - 16px,430px);margin:16px auto 42px}.purchase_tabs{width:100%;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));overflow:visible;margin-top:0;padding:4px;border-color:#dfe7f0;border-radius:10px;background:#fff}.purchase_tabs button{height:34px;min-width:0;border-radius:7px;color:#4e5968;font-size:12px}.purchase_tabs button:hover{background:#f7f8fa;color:#202a35}.purchase_proto_meta{grid-template-columns:repeat(2,minmax(0,1fr))}.purchase_proto_meta div:nth-child(2n){border-right:0}.purchase_proto_meta div:nth-child(n+3){border-top:1px solid #edf1f5}.purchase_list_card{margin-top:12px;border-color:#dfe7f0;border-radius:12px;background:#fff}.purchase_proto_list{padding:10px;gap:12px}.purchase_proto_card{border-color:#d8e2ee;border-radius:10px;overflow:hidden;background:#fff}.purchase_proto_table{display:none}.purchase_proto_items{padding:0;display:block}.purchase_mobile_columns{height:31px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-bottom:1px solid #e5e8eb;background:#fff}.purchase_mobile_columns span{display:flex;align-items:center;justify-content:center;color:#202a35;font-size:11px;line-height:1;font-weight:800}.purchase_mobile_columns span+span{border-left:1px solid #e5e8eb}.purchase_proto_item{min-height:auto;padding:0;border:0;border-bottom:1px solid #edf1f5;border-radius:0;display:block;background:#fff}.purchase_proto_item:last-child{border-bottom:0}.purchase_proto_item>div{min-width:0}.purchase_mobile_meta{min-height:32px;padding:0 10px;display:grid;grid-template-columns:minmax(0,1fr) 76px;align-items:center;gap:8px;background:#fff;color:#202a35;font-size:11px;line-height:1;font-weight:700}.purchase_mobile_meta span{min-width:0;overflow:hidden;color:#202a35;text-overflow:ellipsis;white-space:nowrap}.purchase_mobile_meta .purchase_league_label{width:100%;justify-content:flex-start;gap:5px}.purchase_mobile_meta .purchase_league_label img{width:14px;height:14px}.purchase_mobile_meta time{color:#202a35;font-size:10px;line-height:1;font-weight:700;text-align:right}.purchase_mobile_match_name{display:none}.purchase_mobile_match_name span{min-width:0;overflow:hidden;color:#202a35;font-size:12px;line-height:1.2;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.purchase_mobile_match_name .purchase_item_result{min-width:40px;min-height:20px;padding:0 5px;border-radius:5px;font-size:10px}.purchase_proto_item>.purchase_mobile_odds_row{min-height:36px;margin:0;padding:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;border:0;border-top:1px solid #e5e8eb;border-radius:0;overflow:hidden}.purchase_mobile_odd{width:100%;height:100%;min-width:0;min-height:36px;padding:0 6px;border:0;border-radius:0;display:grid;grid-auto-flow:column;grid-auto-columns:max-content;place-content:center;align-items:center;gap:5px;background:#fff;color:#202a35;overflow:hidden;font-size:11px;line-height:1;font-weight:700}.purchase_mobile_odd.is_selected{background:#eef4fb;color:#0051c7;font-weight:900}.purchase_mobile_odd.is_empty{place-content:center;color:#7b8490}.purchase_mobile_odd+.purchase_mobile_odd{border-left:1px solid #e5e8eb}.purchase_mobile_odd span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:center}.purchase_mobile_odd strong{flex:0 0 auto;color:#202a35;font-size:11px;font-weight:900}.purchase_mobile_odd.is_selected strong{color:#0051c7}.purchase_proto_summary{min-height:auto;padding:9px 42px 10px 10px;border-top:1px solid #e5e8eb;border-bottom:0;display:grid;grid-template-columns:1fr;gap:8px;background:#fff;color:#202a35;font-size:10px;line-height:1.2}.purchase_summary_head{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px}.purchase_summary_head time{min-width:0;overflow:hidden;color:#202a35;font-size:11px;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.purchase_summary_head span{min-height:22px;padding:0 8px;border-radius:999px;display:inline-flex;align-items:center;border:1px solid #e5e8eb;background:#fff;color:#202a35;font-size:10px;font-weight:800}.purchase_proto_delete_btn{right:10px;bottom:10px;width:24px;height:24px}.purchase_summary_grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}.purchase_summary_grid span{min-height:34px;padding:7px 8px;border:1px solid #e5e8eb;border-radius:8px;display:grid;gap:3px;background:#fff}.purchase_summary_grid b{color:#66717f;font-size:10px;line-height:1;font-weight:500}.purchase_summary_grid strong{min-width:0;overflow:hidden;color:#202a35;font-size:11px;line-height:1.1;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.purchase_summary_grid span:nth-child(2) strong,.purchase_summary_grid span:nth-child(3) strong{color:#202a35}.purchase_table_scroll,.purchase_lotto_table_scroll{overflow-x:visible}.purchase_game_table,.purchase_lotto_table{min-width:0;display:block;table-layout:auto}.purchase_game_table thead,.purchase_lotto_table thead{display:none}.purchase_game_table tbody,.purchase_lotto_table tbody{display:grid;gap:10px;padding:10px}.purchase_game_table tr,.purchase_lotto_table tr{position:relative;min-width:0;padding:10px;border:1px solid #dfe7f0;border-radius:10px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:7px 10px;background:#fff}.purchase_game_table td,.purchase_lotto_table td{height:auto;min-width:0;padding:0;border:0;display:none;white-space:normal;text-align:left}.purchase_game_table td:nth-child(2),.purchase_game_table td:nth-child(3),.purchase_game_table td:nth-child(4),.purchase_game_table td:nth-child(6),.purchase_game_table td:nth-child(7),.purchase_game_table td:nth-child(9){display:block}.purchase_game_table td:nth-child(2){grid-column:1 / 2;color:#202a35;font-size:12px;font-weight:700}.purchase_game_table td:nth-child(7){grid-column:2 / 3;justify-self:end}.purchase_game_table td:nth-child(3){grid-column:1 / -1;color:#303d4b;font-size:13px;font-weight:700}.purchase_game_table td:nth-child(4),.purchase_game_table td:nth-child(6){min-height:30px;padding:0 8px;border:1px solid #edf1f5;border-radius:8px;display:flex;align-items:center;justify-content:space-between;color:#202a35;font-size:12px}.purchase_game_table td:nth-child(4):before{content:"배팅금액";color:#7b8490;font-size:10px;font-weight:500}.purchase_game_table td:nth-child(6):before{content:"당첨금액";color:#7b8490;font-size:10px;font-weight:500}.purchase_game_table td:nth-child(9){position:absolute;right:8px;bottom:8px}.purchase_lotto_table td:nth-child(2),.purchase_lotto_table td:nth-child(3),.purchase_lotto_table td:nth-child(4),.purchase_lotto_table td:nth-child(5),.purchase_lotto_table td:nth-child(6),.purchase_lotto_table td:nth-child(7),.purchase_lotto_table td:nth-child(8){display:block}.purchase_lotto_table td:nth-child(2){grid-column:1 / 2;color:#202a35;font-size:12px;font-weight:700}.purchase_lotto_table td:nth-child(5){grid-column:2 / 3;justify-self:end}.purchase_lotto_table td:nth-child(3){grid-column:1 / -1;color:#4e5968;font-size:12px}.purchase_lotto_table td:nth-child(4){grid-column:1 / -1}.purchase_lotto_table td:nth-child(6),.purchase_lotto_table td:nth-child(7){min-height:30px;padding:0 8px;border:1px solid #edf1f5;border-radius:8px;display:flex;align-items:center;justify-content:space-between;color:#202a35;font-size:12px}.purchase_lotto_table td:nth-child(6):before{content:"구매개수";color:#7b8490;font-size:10px;font-weight:500}.purchase_lotto_table td:nth-child(7):before{content:"당첨금";color:#7b8490;font-size:10px;font-weight:500}.purchase_lotto_table td:nth-child(8){position:absolute;right:8px;bottom:8px}.purchase_lotto_ticket_stack{padding:2px 0;gap:6px}.purchase_lotto_ticket_line{grid-template-columns:42px minmax(0,1fr);gap:6px}.purchase_lotto_numbers{flex-wrap:wrap;gap:4px}.purchase_lotto_numbers span{width:22px;height:22px;font-size:10px}.purchase_game_table,.purchase_lotto_table{width:100%;min-width:0;border-collapse:collapse;display:table;table-layout:fixed}.purchase_game_table thead,.purchase_lotto_table thead{display:table-header-group}.purchase_game_table tbody,.purchase_lotto_table tbody{padding:0;display:table-row-group}.purchase_game_table tr,.purchase_lotto_table tr{position:static;padding:0;border:0;border-radius:0;display:table-row;background:transparent}.purchase_game_table th,.purchase_game_table td,.purchase_lotto_table th,.purchase_lotto_table td{height:40px;min-width:0;padding:0 4px;border-bottom:1px solid #edf1f5;display:table-cell;color:#202a35;font-size:10.5px;line-height:1.25;font-weight:600;text-align:center;vertical-align:middle;white-space:normal;word-break:keep-all}.purchase_game_table th,.purchase_lotto_table th{height:36px;background:#f8fafc;color:#66717f;font-size:10px;font-weight:700}.purchase_game_table th:nth-child(1),.purchase_game_table td:nth-child(1),.purchase_game_table th:nth-child(5),.purchase_game_table td:nth-child(5),.purchase_game_table th:nth-child(8),.purchase_game_table td:nth-child(8),.purchase_lotto_table th:nth-child(1),.purchase_lotto_table td:nth-child(1),.purchase_lotto_table th:nth-child(2),.purchase_lotto_table td:nth-child(2),.purchase_lotto_table th:nth-child(6),.purchase_lotto_table td:nth-child(6){display:none}.purchase_game_table th:nth-child(2),.purchase_game_table td:nth-child(2){width:64px}.purchase_game_table th:nth-child(4),.purchase_game_table td:nth-child(4),.purchase_game_table th:nth-child(6),.purchase_game_table td:nth-child(6){width:62px;text-align:right}.purchase_game_table th:nth-child(7),.purchase_game_table td:nth-child(7){width:44px}.purchase_game_table th:nth-child(9),.purchase_game_table td:nth-child(9){width:34px}.purchase_game_table td:nth-child(3){overflow:hidden;text-overflow:ellipsis}.purchase_game_table td:nth-child(4):before,.purchase_game_table td:nth-child(6):before,.purchase_lotto_table td:nth-child(6):before,.purchase_lotto_table td:nth-child(7):before{content:none}.purchase_game_table td:nth-child(9),.purchase_lotto_table td:nth-child(8){position:static}.purchase_game_table .purchase_round_text{font-size:10.5px;font-weight:700}.purchase_game_table .purchase_item_result,.purchase_lotto_table .purchase_item_result{min-width:0;padding:0 5px;font-size:10px}.purchase_lotto_table th:nth-child(3),.purchase_lotto_table td:nth-child(3){width:48px}.purchase_lotto_table th:nth-child(5),.purchase_lotto_table td:nth-child(5){width:48px}.purchase_lotto_table th:nth-child(7),.purchase_lotto_table td:nth-child(7){width:62px;text-align:right}.purchase_lotto_table th:nth-child(8),.purchase_lotto_table td:nth-child(8){width:34px}.purchase_lotto_table td:nth-child(4){padding-top:5px;padding-bottom:5px}.purchase_lotto_ticket_stack{padding:0;gap:3px}.purchase_lotto_ticket_line{grid-template-columns:24px minmax(0,1fr);gap:3px}.purchase_lotto_desktop_wrap{display:none}.purchase_lotto_mobile_wrap{display:block;overflow:hidden}.purchase_lotto_mobile_table{width:100%;border-collapse:collapse;table-layout:fixed}.purchase_lotto_mobile_table th,.purchase_lotto_mobile_table td{height:42px;padding:0 4px;border-bottom:1px solid #edf1f5;color:#202a35;font-size:10.5px;line-height:1.25;font-weight:600;text-align:center;vertical-align:middle;white-space:normal}.purchase_lotto_mobile_table th{height:36px;background:#f8fafc;color:#66717f;font-size:10px;font-weight:700}.purchase_lotto_mobile_table th:nth-child(1),.purchase_lotto_mobile_table td:nth-child(1){width:64px;white-space:nowrap}.purchase_lotto_mobile_table th:nth-child(3),.purchase_lotto_mobile_table td:nth-child(3){width:48px}.purchase_lotto_mobile_table th:nth-child(4),.purchase_lotto_mobile_table td:nth-child(4){width:54px;text-align:right}.purchase_lotto_mobile_table th:nth-child(5),.purchase_lotto_mobile_table td:nth-child(5){width:32px}.purchase_lotto_mobile_numbers{min-width:0;display:block}.purchase_lotto_mobile_numbers>div{min-width:0;display:flex;align-items:center;justify-content:center;gap:4px}.purchase_lotto_mobile_numbers b{width:auto;height:auto;margin:0;border-radius:0;display:inline;background:transparent;color:#202a35;font-size:10.5px;line-height:1;font-weight:600}.purchase_lotto_mobile_table .purchase_item_result{min-width:30px;min-height:20px;padding:0 6px;border-radius:6px;font-size:10px;line-height:1;white-space:nowrap;word-break:keep-all}.purchase_table_scroll,.purchase_lotto_table_scroll{overflow-x:hidden}.purchase_game_table tbody td:nth-child(2),.purchase_game_table tbody td:nth-child(3),.purchase_game_table tbody td:nth-child(4),.purchase_game_table tbody td:nth-child(6),.purchase_game_table tbody td:nth-child(7),.purchase_game_table tbody td:nth-child(9),.purchase_lotto_table tbody td:nth-child(3),.purchase_lotto_table tbody td:nth-child(4),.purchase_lotto_table tbody td:nth-child(5),.purchase_lotto_table tbody td:nth-child(7),.purchase_lotto_table tbody td:nth-child(8){min-height:0;padding:0 4px;border:0;border-bottom:1px solid #edf1f5;border-radius:0;display:table-cell;grid-column:auto;justify-self:auto;background:transparent;font-size:10.5px;line-height:1.25;text-align:center;vertical-align:middle;white-space:normal}.purchase_game_table tbody td:nth-child(4),.purchase_game_table tbody td:nth-child(6),.purchase_lotto_table tbody td:nth-child(7){text-align:right}.purchase_game_table tbody td:nth-child(9),.purchase_lotto_table tbody td:nth-child(8){width:34px;position:static;text-align:center}.purchase_game_table tbody td:nth-child(3){max-width:0;overflow:hidden;text-overflow:ellipsis}.purchase_lotto_table tbody td:nth-child(4){max-width:0;padding-top:5px;padding-bottom:5px;overflow:hidden}.purchase_empty{min-height:150px;color:#aeb8c4}}.game_results_page{min-height:620px;background:#fff}.game_results_shell{width:min(1060px,calc(100% - 48px));margin:42px auto 70px}.game_results_card{background:#fff}.game_results_market_tabs{width:fit-content;margin:0 0 14px;padding:5px;border:1px solid #dfe7f0;border-radius:13px;display:flex;gap:4px;background:#fff}.game_results_market_tabs button{min-width:112px;height:38px;border:0;border-radius:9px;background:transparent;color:#4e5968;font-size:14px;line-height:1;font-weight:600;cursor:pointer}.game_results_market_tabs button:hover{background:#f4f7fb;color:#0051c7}.game_results_market_tabs button.is_active{background:#0051c7;color:#fff}.game_results_list{display:grid;gap:12px;padding:0}.game_results_proto_card{border:1px solid #dfe7f0;border-radius:12px;overflow:hidden;background:#fff}.game_results_proto_head{min-height:48px;padding:11px 14px;border-bottom:1px solid #edf1f5;display:flex;align-items:center;gap:10px}.game_results_proto_head strong{min-width:0;overflow:hidden;color:#202a35;font-size:13px;line-height:1.35;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.game_results_proto_table{width:100%;border-collapse:collapse;table-layout:fixed}.game_results_proto_table td{height:48px;padding:0 9px;border-bottom:1px solid #edf1f5;color:#202a35;font-size:12px;line-height:1.35;font-weight:600;text-align:center;vertical-align:middle}.game_results_proto_table tbody tr:last-child td{border-bottom:0}.game_results_proto_table td:first-child{width:11%;color:#526174;font-weight:600;white-space:nowrap}.game_results_proto_table td:nth-child(2){width:13%;color:#27364a;font-weight:700;white-space:nowrap}.game_results_proto_table td:nth-child(3),.game_results_proto_table td:nth-child(5){width:24%}.game_results_proto_table td:nth-child(4){width:16%}.game_results_proto_table td:nth-child(6){width:12%}.game_results_league_label{min-width:0;display:inline-flex;align-items:center;justify-content:center;gap:6px;vertical-align:middle}.game_results_league_label img{width:15px;height:15px;flex:0 0 auto;object-fit:contain}.game_results_league_label span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#202a35;font-size:12px;line-height:1.25;font-weight:500;letter-spacing:0}.game_results_odd{min-height:30px;padding:0 11px;border:1px solid #dbe6f3;border-radius:7px;display:flex;align-items:center;justify-content:space-between;gap:10px;background:#fff;color:#202a35}.game_results_odd.is_empty{justify-content:center;background:#f6f8fb;color:#8b95a1}.game_results_odd.is_winner{border-color:#b9d5ff;background:#edf5ff;color:#004fc5}.game_results_odd span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.game_results_odd strong{flex:0 0 auto;color:#e03131;font-size:12px;font-weight:800}.game_results_odd.is_winner strong{color:#004fc5}.game_results_score{min-width:46px;height:26px;padding:0 8px;border-radius:7px;display:inline-flex;align-items:center;justify-content:center;background:#f5f7fa;color:#202a35;font-style:normal;font-size:12px;font-weight:600}.game_results_pagination{display:flex;align-items:center;justify-content:center;gap:6px;padding:4px 14px 18px}.game_results_pagination button{min-width:32px;height:32px;padding:0 9px;border:1px solid #d7e3f2;border-radius:7px;background:#fff;color:#203047;font-size:13px;font-weight:500;line-height:1;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.game_results_pagination button:first-child,.game_results_pagination button:nth-child(2),.game_results_pagination button:nth-last-child(2),.game_results_pagination button:last-child{font-size:20px;font-weight:400}.game_results_pagination button.is_active{border-color:#0b5bd3;background:#0b5bd3;color:#fff}.game_results_pagination button:disabled{cursor:default;opacity:.45}.game_results_empty{padding:48px 16px;color:#6b7a90;text-align:center;font-size:14px}.game_results_empty.is_error{color:#d93636}.game_results_empty.is_inner{padding:22px 14px;border-top:1px solid #edf1f5}@media(max-width:720px){.game_results_page{background:#fff}.game_results_shell{width:min(100% - 16px,430px);margin:16px auto 42px}.game_results_card{border-radius:10px}.game_results_market_tabs{padding:8px;gap:6px}.game_results_market_tabs button{height:36px;border-radius:7px;font-size:13px}.game_results_list{gap:9px;padding:9px}.game_results_proto_card{border-radius:9px}.game_results_proto_head{min-height:42px;padding:9px 10px;gap:7px}.game_results_proto_head strong{font-size:12px}.game_results_proto_table td{height:40px;padding:0 3px;font-size:11px}.game_results_proto_table td:first-child{display:none}.game_results_proto_table td:nth-child(2){width:17%}.game_results_proto_table td:nth-child(3),.game_results_proto_table td:nth-child(5){width:28%}.game_results_proto_table td:nth-child(4){width:17%}.game_results_proto_table td:nth-child(6){width:10%}.game_results_league_label{max-width:100%;gap:3px}.game_results_league_label img{width:13px;height:13px}.game_results_odd{min-height:29px;padding:0 5px;border-radius:6px;gap:4px}.game_results_odd strong{font-size:11px}.game_results_score{min-width:0;height:auto;padding:0;background:transparent;font-size:11px}.game_results_pagination{padding:5px 9px 14px}}.lotto_page{min-height:680px;background:#fff}.lotto_shell{width:min(1040px,calc(100% - 48px));margin:36px auto 72px}.lotto_game_header{border:0;border-bottom:1px solid #e2e7ee;border-radius:0;min-height:66px;padding:0 4px 14px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:24px;background:#fff}.lotto_header_main{display:flex;align-items:baseline;gap:22px;min-width:0}.lotto_round_panel{min-width:0;color:#1f252d;display:flex;align-items:baseline;gap:7px;white-space:nowrap}.lotto_round_label{color:#4f5b6b;font-size:14px;font-weight:500;white-space:nowrap}.lotto_round_panel strong{color:#f05f68;display:flex;align-items:baseline;gap:3px;font-size:30px;line-height:1.1;font-weight:600;letter-spacing:0}.lotto_round_panel strong span{color:#1f2937;font-size:16px;font-weight:500}.lotto_timer_panel{display:flex;align-items:baseline;gap:8px;min-width:0;min-height:auto;padding:0;border:0;border-radius:0;color:#1f252d;background:transparent;white-space:nowrap}.lotto_timer_panel span,.lotto_latest_panel span{color:#4f5b6b;font-size:14px;font-weight:500}.lotto_timer_panel strong{margin-top:0;color:#e94f59;font-size:24px;line-height:1.2;font-weight:500;letter-spacing:0}.lotto_latest_panel{min-width:300px;min-height:auto;padding:0;border:0;border-radius:0;display:flex;align-items:center;justify-content:flex-end;gap:12px;color:#1f252d;background:transparent;white-space:nowrap}.lotto_latest_numbers{margin-top:0;display:flex;align-items:center;gap:4px}.lotto_latest_numbers b,.lotto_line_balls span{width:28px;height:28px;border-radius:50%;display:grid;place-items:center;color:#fff;font-size:13px;font-weight:600}.lotto_line_balls span{width:26px;height:26px;font-size:12px}.lotto_latest_numbers i{color:#333940;font-style:normal;font-size:18px;font-weight:600}.lotto_latest_numbers small{color:#6d737c;font-size:13px;font-weight:500}.tone_yellow{background:#f3b83b}.tone_blue{background:#4b8fd9}.tone_red{background:#ef6262}.tone_dark{background:#59606b}.tone_green{background:#4ebd67}.lotto_game_board{width:max-content;max-width:100%;margin:24px auto 0;padding:0;border:0;border-radius:0;display:grid;grid-template-columns:186px 350px 460px;gap:16px;justify-content:center;background:transparent}.lotto_mode_panel{display:grid;grid-template-rows:repeat(4,1fr);gap:8px;align-self:stretch;overflow:visible;border:0;border-radius:0;background:transparent}.lotto_mode_panel button{min-height:0;padding:15px;border:1px solid #dfe6ee;border-radius:10px;background:#fff;color:#202a35;text-align:left;cursor:pointer;transition:border-color .16s ease,background .16s ease,color .16s ease}.lotto_mode_panel button.is_active{border-color:#f05f68;background:#fff6f7;color:#202a35}.lotto_mode_panel strong{display:block;font-size:14px;font-weight:600}.lotto_mode_panel button.is_active strong{color:#f05f68}.lotto_mode_panel span{display:block;margin-top:7px;color:#52606f;font-size:12px;line-height:1.52;font-weight:400}.lotto_mode_panel button.is_active span{color:#3f4b5a}.lotto_number_picker,.lotto_selected_panel,.lotto_history_card{border:1px solid #d8e1ec;border-radius:10px;background:#fff}.lotto_number_picker{position:relative;height:420px;min-height:420px;padding:0 26px 14px;border:1px solid #ff848d;border-radius:12px;background:#fff;overflow:visible;display:flex;flex-direction:column}.lotto_number_picker:before{display:none}.lotto_number_picker.is_mine,.lotto_number_picker.is_previous{height:420px;min-height:420px;padding:18px;border-radius:12px}.lotto_number_picker.is_mine:before,.lotto_number_picker.is_previous:before{display:none}.lotto_ticket_line_mark{position:absolute;left:17px;top:20px;z-index:1;color:#b74b54;font-size:18px;font-weight:500;line-height:1}.lotto_price_badge{height:42px;margin:0 -26px 22px;border-radius:11px 11px 0 0;display:grid;place-items:center;background:#f3656f;color:#fff;font-size:21px;font-weight:500}.lotto_number_stage{position:relative;min-height:236px;padding:0 6px;display:flex;justify-content:center}.lotto_number_grid{width:292px;display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:7px 11px;border:0}.lotto_number_grid button{height:27px;border:0;border-radius:0;background:#fff;color:#ff7885;font-size:14px;font-weight:500;text-decoration:none;cursor:pointer;display:grid;place-items:center}.lotto_number_grid button span{position:relative;min-width:25px;height:26px;display:grid;place-items:center;line-height:1}.lotto_number_grid button span:before,.lotto_number_grid button span:after{content:"";position:absolute;left:0;right:0;height:7px;border-color:#ff9aa2;border-style:solid;pointer-events:none}.lotto_number_grid button span:before{top:0;border-width:1px 1px 0}.lotto_number_grid button span:after{bottom:0;border-width:0 1px 1px}.lotto_number_grid button:disabled{cursor:default}.lotto_number_picker.is_auto .lotto_number_grid,.lotto_number_picker.is_previous .lotto_number_grid{opacity:.34;pointer-events:none}.lotto_number_picker.is_auto .lotto_number_grid button,.lotto_number_picker.is_previous .lotto_number_grid button{background:#fff;color:#ff9ea7}.lotto_number_grid button:hover{background:#fff;color:#ff7885;text-decoration:none}.lotto_number_grid button.is_selected{background:transparent;color:#fff}.lotto_number_grid button.is_selected span{background:#ec5563}.lotto_number_grid button:hover span:before,.lotto_number_grid button:hover span:after{border-color:#ff9aa2}.lotto_number_grid button.is_selected span:before,.lotto_number_grid button.is_selected span:after{border-color:#ec5563}.lotto_center_notice{position:absolute;left:50%;top:50%;width:min(172px,calc(100% - 24px));min-height:128px;transform:translate(-50%,-50%);border:3px solid #ef7680;background:#fff;display:grid;place-items:center;align-content:center;gap:8px;padding:16px 13px;color:#121820;text-align:center}.lotto_center_notice strong{font-size:15px;line-height:1.45;font-weight:600}.lotto_center_notice span{font-size:14px;line-height:1.5;font-weight:500}.lotto_picker_actions{margin-top:13px;display:flex;align-items:center;justify-content:center;gap:10px}.lotto_picker_actions button,.lotto_apply_row>button,.lotto_selected_head button,.lotto_line_actions button{height:34px;border:1px solid #d8e1ec;border-radius:7px;background:#fff;color:#4e5968;font-size:12px;font-weight:500;cursor:pointer}.lotto_picker_actions button{position:relative;height:28px;border:0;border-radius:0;background:transparent;color:#f05f68;font-size:13px;font-weight:500;line-height:28px;padding:0 9px;white-space:nowrap}.lotto_picker_actions button:before,.lotto_picker_actions button:after{content:"";position:absolute;top:4px;width:8px;height:20px;border-color:#ffadb4;border-style:solid;pointer-events:none}.lotto_picker_actions button:before{left:0;border-width:1px 0 1px 1px}.lotto_picker_actions button:after{right:0;border-width:1px 1px 1px 0}.lotto_picker_actions button:hover,.lotto_apply_row>button:hover,.lotto_selected_head button:hover,.lotto_line_actions button:hover{border-color:#ef646d;color:#ef646d}.lotto_picker_actions button:disabled{color:#d5a4aa;cursor:default;opacity:.45}.lotto_picker_actions button:hover{border-color:transparent;color:#e94f59}.lotto_picker_actions button:disabled:hover{color:#d5a4aa}.lotto_picker_actions button:hover:before,.lotto_picker_actions button:hover:after{border-color:#e94f59}.lotto_picker_actions button:disabled:before,.lotto_picker_actions button:disabled:after,.lotto_picker_actions button:disabled:hover:before,.lotto_picker_actions button:disabled:hover:after{border-color:#e7c2c6}.lotto_apply_row{margin:12px 0 0;padding-top:14px;border-top:1px solid #ffe0e4;display:flex;align-items:center;justify-content:center;gap:10px;position:relative;z-index:5}.lotto_apply_row label{height:36px;display:flex;align-items:center;gap:10px;color:#1f2937;font-size:13px;font-weight:500}.lotto_apply_row label span{white-space:nowrap}.lotto_custom_select{position:relative;width:72px}.lotto_custom_select>button{width:100%;height:36px;border:1px solid #cfd9e7;border-radius:7px;background:#fff;color:#1f2937;font-size:13px;font-weight:500;cursor:pointer;text-align:left;padding:0 28px 0 12px}.lotto_custom_select>button:after{content:"";position:absolute;right:12px;top:13px;width:7px;height:7px;border-right:1px solid #657386;border-bottom:1px solid #657386;transform:rotate(45deg)}.lotto_custom_select.is_open>button:after{top:16px;transform:rotate(225deg)}.lotto_custom_options{position:absolute;left:0;right:0;top:calc(100% + 6px);z-index:10;border:1px solid #d7e0ea;border-radius:8px;overflow:hidden;background:#fff}.lotto_custom_options button{width:100%;height:30px;border:0;border-bottom:1px solid #eef2f6;background:#fff;color:#273444;font-size:13px;font-weight:600;cursor:pointer}.lotto_custom_options button:last-child{border-bottom:0}.lotto_custom_options button.is_selected{background:#fff1f2;color:#f05f68}.lotto_apply_row>button{width:68px;height:36px;border-color:#3a4048;border-radius:8px;background:#3a4048;color:#fff;font-weight:500}.lotto_apply_row>button:hover{border-color:#30363d;background:#30363d;color:#fff}.lotto_my_number_panel{min-height:100%;height:100%;display:grid;grid-template-rows:auto minmax(170px,1fr) auto;gap:12px;color:#202a35}.lotto_my_number_panel>strong{min-height:38px;border-bottom:1px solid #e7edf4;display:flex;align-items:center;font-size:15px;font-weight:500}.lotto_my_empty{display:grid;place-items:center;color:#596575;font-size:13px;font-weight:600;text-align:center}.lotto_my_number_list{display:flex;flex-direction:column;gap:8px;overflow-y:auto;padding-right:2px}.lotto_my_number_list button{min-height:48px;border:1px solid #e1e8f0;border-radius:10px;background:#fff;display:grid;grid-template-columns:82px minmax(0,1fr);align-items:center;gap:12px;padding:8px 10px;color:#17212d;text-align:left;cursor:pointer}.lotto_my_number_list button.is_selected{border-color:#f05f68;background:#fff8f9}.lotto_my_number_label{color:#596575;font-size:12px;font-weight:500;white-space:nowrap}.lotto_my_number_balls{display:flex;align-items:center;gap:5px;min-width:0}.lotto_my_number_balls i{width:25px;height:25px;border-radius:50%;display:grid;place-items:center;color:#fff;font-size:12px;font-style:normal;font-weight:600;flex:0 0 auto}.lotto_my_actions{border-top:1px solid #e7edf4;display:flex;justify-content:center;gap:6px;padding-top:14px}.lotto_my_actions button{min-width:56px;height:34px;border:0;border-radius:7px;background:#444b55;color:#fff;font-size:12px;font-weight:600;cursor:pointer}.lotto_previous_number_panel{min-height:100%;height:100%;display:grid;grid-template-rows:auto minmax(170px,1fr) auto;gap:12px;color:#202a35}.lotto_previous_number_panel>strong{min-height:38px;border-bottom:1px solid #e7edf4;display:flex;align-items:center;font-size:15px;font-weight:500}.lotto_previous_list{display:flex;flex-direction:column;gap:7px}.lotto_previous_list button{min-height:42px;border:1px solid #dfe7f0;border-radius:0;background:#fff;display:grid;grid-template-columns:64px minmax(0,1fr);align-items:center;gap:10px;padding:8px 10px;color:#1e2a37;text-align:left;cursor:pointer}.lotto_previous_list button.is_selected{border-color:#ec5563;background:#fff6f7}.lotto_previous_list span{color:#8b4d56;font-size:12px;font-weight:500}.lotto_previous_list em{color:#17212d;font-size:13px;font-style:normal;font-weight:500;letter-spacing:0}.lotto_previous_empty{display:grid;place-items:center;color:#596575;font-size:13px;font-weight:600;text-align:center}.lotto_selected_panel{display:grid;height:420px;min-height:420px;grid-template-rows:auto 1fr auto;overflow:hidden;border-color:#dfe7f0;border-radius:12px}.lotto_selected_head{height:50px;padding:0 18px;border-bottom:0;display:flex;align-items:center;justify-content:space-between}.lotto_selected_head strong{color:#202a35;font-size:15px;font-weight:500}.lotto_selected_head button{width:60px;height:30px;border-color:#d9e2ec;background:#fff;color:#526172;font-weight:500}.lotto_selected_list{padding:8px 16px 10px;display:flex;flex-direction:column;justify-content:center;gap:9px}.lotto_selected_line{min-height:46px;border:1px solid #edf2f7;border-radius:9px;display:grid;grid-template-columns:64px minmax(168px,1fr) auto;align-items:center;justify-content:start;gap:9px;padding:0 9px 0 11px;background:#fff}.lotto_selected_line:last-child{border-bottom:1px solid #edf2f7}.lotto_selected_line.is_editing .lotto_line_name{color:#f05f68}.lotto_line_name{border:0;background:transparent;color:#202a35;font-size:13px;font-weight:500;text-align:left;cursor:pointer}.lotto_line_balls{display:flex;align-items:center;gap:4px;min-width:0}.lotto_line_balls i{width:26px;height:26px;border-radius:50%;border:1px solid #e6edf5;background:#f1f4f8}.lotto_line_actions{display:flex;justify-content:flex-end;gap:4px}.lotto_line_actions button{min-width:40px;height:26px;padding:0 7px;white-space:nowrap;border-color:#dfe7f0;color:#5f6f82;font-weight:500;background:#fff}.lotto_line_actions button:last-child{min-width:64px}.lotto_purchase_bar{min-height:72px;padding:10px 18px 14px;border-top:1px solid #e7edf4;display:grid;grid-template-columns:104px 112px 112px;justify-content:space-between;align-items:center;gap:12px;background:#fff}.lotto_purchase_bar div{display:grid;gap:4px}.lotto_purchase_bar span{color:#7b8490;font-size:12px;font-weight:600}.lotto_purchase_bar strong{color:#202a35;font-size:18px;line-height:1.1;font-weight:600}.lotto_purchase_bar strong.is_price{color:#f05a24}.lotto_purchase_bar button{height:44px;border:0;border-radius:8px;background:#f05f68;color:#fff;font-size:15px;font-weight:600;cursor:pointer}.lotto_purchase_bar button:disabled{background:#b8c4d2;cursor:default}.lotto_history_card{margin-top:18px;overflow:hidden;border-color:#dfe7f0;border-radius:12px}.lotto_history_card table{width:100%;border-collapse:collapse}.lotto_history_card th,.lotto_history_card td{height:42px;padding:0 14px;border-bottom:1px solid #edf1f5;color:#202a35;font-size:13px;font-weight:500;text-align:center;white-space:nowrap}.lotto_history_card th{background:#fbfcfd;color:#6b7685;font-size:12px;font-weight:500}.lotto_history_card tr:last-child td{border-bottom:0}.lotto_history_delete{width:28px;height:28px;border:0;border-radius:50%;background:transparent;color:#8b97a5;font-size:20px;line-height:1;font-weight:400;cursor:pointer}.lotto_history_delete:hover{color:#f05f68}.lotto_history_pagination{border-top:1px solid #edf1f5}.lotto_result_badge{min-width:52px;height:24px;padding:0 10px;border-radius:999px;display:inline-grid;place-items:center;background:#eef3f9;color:#4e5968;font-size:12px;font-weight:600}.lotto_result_badge.is_win{background:#eef7ff;color:#0051c7}.lotto_result_badge.is_lose{background:#fff2ed;color:#d84b1d}@media(max-width:920px){.lotto_shell{width:min(100% - 32px,520px);margin:20px auto 54px}.lotto_game_board,.lotto_number_picker,.lotto_selected_panel,.lotto_history_card{box-sizing:border-box}.lotto_game_header{border:1px solid #dfe7f0;border-radius:16px;min-height:auto;padding:14px 16px;grid-template-columns:minmax(0,1fr);gap:0}.lotto_header_main{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:end;gap:12px}.lotto_round_panel{display:grid;align-items:end;justify-content:start;gap:5px}.lotto_round_label{font-size:12px;line-height:1.2}.lotto_round_panel strong{font-size:28px}.lotto_round_panel strong span{font-size:14px}.lotto_timer_panel,.lotto_latest_panel{min-width:0;min-height:auto;padding:0}.lotto_timer_panel{flex-direction:column;align-items:flex-end;justify-content:end;gap:5px;padding:0;border:0;text-align:right}.lotto_timer_panel span,.lotto_latest_panel span{font-size:12px}.lotto_latest_panel{padding:10px 0 0;margin-top:12px;border:0;border-top:1px solid #edf1f5;border-radius:0;justify-content:space-between;align-items:center;flex-direction:row;flex-wrap:nowrap;gap:10px;background:transparent}.lotto_timer_panel strong{font-size:21px}.lotto_latest_numbers{gap:3px}.lotto_latest_numbers b{width:24px;height:24px;font-size:12px}.lotto_latest_numbers i{font-size:15px}.lotto_game_board{margin-top:14px;width:100%;max-width:100%;padding:0;border:0;border-radius:0;grid-template-columns:1fr;gap:14px;background:transparent}.lotto_mode_panel{width:calc(100% - 24px);margin:0 auto;grid-template-columns:repeat(2,1fr);grid-template-rows:none}.lotto_mode_panel button{min-height:84px;padding:14px}.lotto_number_picker,.lotto_selected_panel{width:calc(100% - 24px);margin-right:auto;margin-left:auto;height:auto;min-height:0;border-radius:14px}.lotto_selected_panel{overflow:hidden;background:#fff}.lotto_selected_head{height:48px;padding:0 14px;border-bottom:1px solid #eef2f7}.lotto_selected_head strong{font-size:14px}.lotto_selected_head button{width:54px;height:28px;font-size:12px}.lotto_number_grid{gap:6px}.lotto_number_grid button{font-size:12px}.lotto_selected_list{padding:10px;gap:7px;justify-content:center}.lotto_selected_line{min-height:60px;grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"name name" "balls actions";align-items:center;gap:8px 10px;padding:10px 15px;border-radius:10px;background:#fbfdff}.lotto_line_name{grid-area:name;width:100%;font-size:13px;line-height:1.1;text-align:left;white-space:nowrap}.lotto_line_balls{grid-area:balls;width:100%;justify-content:flex-start;gap:5px;flex-wrap:nowrap}.lotto_line_balls span,.lotto_line_balls i{width:24px;height:24px;flex:0 0 24px;font-size:11px}.lotto_line_actions{grid-area:actions;width:auto;align-self:center;justify-content:flex-end;gap:5px;flex-wrap:nowrap}.lotto_line_actions button{min-width:38px;height:26px;padding:0 8px;font-size:12px}.lotto_line_actions button:last-child{display:none}.lotto_purchase_bar{min-height:0;padding:12px;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.lotto_purchase_bar div{min-width:0;padding:10px 12px;border:1px solid #edf2f7;border-radius:10px;background:#fbfdff}.lotto_purchase_bar span{font-size:11px}.lotto_purchase_bar strong{font-size:17px}.lotto_purchase_bar button{grid-column:1 / -1;height:42px}.lotto_history_card{border-radius:14px;overflow:hidden}.lotto_history_card table{min-width:0;table-layout:fixed}.lotto_history_card th,.lotto_history_card td{height:40px;padding:0 6px;font-size:12px;white-space:normal;word-break:keep-all}.lotto_result_badge{min-width:42px;height:20px;padding:0 7px;font-size:11px;font-weight:500}.lotto_history_card th:nth-child(1),.lotto_history_card td:nth-child(1),.lotto_history_card th:nth-child(5),.lotto_history_card td:nth-child(5),.lotto_history_card th:nth-child(6),.lotto_history_card td:nth-child(6){display:none}.lotto_history_card td[colspan]{display:table-cell;height:88px;text-align:center}.lotto_history_card th:nth-child(2),.lotto_history_card td:nth-child(2){width:52px}.lotto_history_card th:nth-child(3),.lotto_history_card td:nth-child(3){width:auto;color:#202a35;font-weight:600;word-spacing:3px}.lotto_history_card th:nth-child(4),.lotto_history_card td:nth-child(4){width:64px}.lotto_history_card th:nth-child(7),.lotto_history_card td:nth-child(7){width:36px}.lotto_history_delete{width:26px;height:26px;font-size:19px}.lotto_history_pagination{min-height:46px;padding:8px 10px}}.proto_page{min-height:620px;background:#fff}.proto_shell{width:min(1180px,calc(100% - 48px));margin:34px auto 64px}.proto_top_bar{margin-bottom:12px;display:flex;align-items:center}.proto_layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:16px;align-items:stretch}.proto_cart_column{position:relative;min-width:0;align-self:stretch}.proto_board,.proto_cart{border:1px solid #dfe7f0;border-radius:14px;background:#fff;overflow:hidden}.proto_board{padding:14px}.proto_sport_tabs{padding:5px;border:1px solid #dfe7f0;border-radius:14px;display:inline-flex;flex-wrap:wrap;gap:5px;background:#fff}.proto_sport_tabs button{min-width:88px;height:38px;border:0;border-radius:10px;background:transparent;color:#5f6b7a;font-size:14px;line-height:1;font-weight:600;cursor:pointer}.proto_sport_tabs button:hover{background:#f4f7fb;color:#0051c7}.proto_sport_tabs button.is_active{background:#0051c7;color:#fff}.proto_board_header{min-height:38px;padding:0 12px;margin-bottom:10px;border:1px solid #e8edf4;border-radius:10px;display:grid;grid-template-columns:minmax(160px,1fr) 120px minmax(160px,1fr) 54px;gap:8px;align-items:center;background:#f8fafc;color:#6b7480;font-size:12px;font-weight:600;text-align:center}.proto_match_groups{display:grid;gap:10px}.proto_match_group{display:grid;gap:8px;padding:0 8px 8px;border:1px solid #dfe7f0;border-radius:12px;background:#f7f9fc;overflow:hidden}.proto_league_bar{min-height:46px;padding:0 14px;margin:0 -8px;border-bottom:1px solid #e8edf4;display:flex;align-items:center;justify-content:space-between;gap:10px;background:#fff}.proto_league_name{min-width:0;display:inline-flex;align-items:center;gap:10px}.proto_league_bar img{width:20px;height:20px;object-fit:contain;flex:0 0 auto}.proto_league_bar strong{min-width:0;color:#202a35;font-size:14px;line-height:1.35;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.proto_league_time{flex:0 0 auto;color:#697586;font-size:13px;line-height:1;font-weight:500}.proto_match{border:1px solid #e4ebf3;border-radius:10px;display:grid;background:#fff;overflow:hidden}.proto_league_bar+.proto_match{border-top:1px solid #e4ebf3}.proto_match.is_expanded{background:#fff}.proto_match.is_expanded .proto_match_row{border-bottom:1px solid #edf1f5}.proto_match_row{min-height:48px;display:grid;grid-template-columns:minmax(160px,1fr) 120px minmax(160px,1fr) 54px;gap:8px;align-items:stretch;padding:8px}.proto_match_draw>span,.proto_extra_spacer,.proto_extra_line{min-height:38px;border-radius:8px;display:flex;align-items:center;justify-content:center;background:#f5f8fc;color:#4e5968;font-size:13px;font-weight:600}.proto_match_draw>span{width:100%;border:1px solid #dfe7f0;background:#fff;color:#5f6b7a}.proto_match_team,.proto_match_draw{min-width:0;display:flex}.proto_odd_button{width:100%;min-height:38px;padding:0 12px;border:1px solid #dfe7f0;border-radius:8px;display:flex;align-items:center;justify-content:space-between;gap:12px;background:#fff;color:#202a35;font-size:13px;line-height:1.25;font-weight:600;text-align:left;cursor:pointer}.proto_odd_button:hover{border-color:#b8c9dd;background:#fbfcff}.proto_odd_button.is_selected{border-color:#0051c7;background:#0051c7;color:#fff}.proto_odd_button span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.proto_odd_button strong{flex:0 0 auto;color:#e03131;font-size:13px;font-weight:700}.proto_odd_button.is_selected strong{color:#fff}.proto_extra_toggle{min-height:38px;border:1px solid #dfe7f0;border-radius:8px;background:#fff;color:#0051c7;font-size:13px;line-height:1;font-weight:700;cursor:pointer}.proto_extra_toggle:hover:not(:disabled){border-color:#0051c7;background:#f0f7ff}.proto_extra_toggle:disabled{color:#aab4c0;cursor:default}.proto_extra_rows{padding:8px;display:grid;gap:5px;background:#fbfcfe}.proto_extra_row{min-height:38px;display:grid;grid-template-columns:minmax(160px,1fr) 120px minmax(160px,1fr) 54px;gap:8px;align-items:stretch}.proto_extra_line{padding:0 8px;background:#f7f9fc;color:#4e5968}.proto_extra_line strong{color:#0051c7;font-size:14px;line-height:1;font-weight:700}.proto_extra_spacer{background:transparent}.proto_empty{min-height:160px;border:1px dashed #d8dee7;border-radius:10px;display:flex;align-items:center;justify-content:center;color:#8b95a1;font-size:14px;font-weight:500}.proto_cart{align-self:start;position:sticky;top:86px;max-height:calc(100vh - 110px);padding:16px;overflow:auto;scrollbar-width:none}.proto_cart::-webkit-scrollbar{display:none}.proto_cart_close,.proto_mobile_cart_button,.proto_mobile_cart_backdrop{display:none}.proto_cart_head{min-height:58px;padding:0 0 14px;border-bottom:1px solid #edf1f5;display:flex;align-items:center;justify-content:space-between;gap:10px}.proto_cart_head h2{margin:0;color:#202a35;font-size:20px;line-height:1.25;font-weight:600}.proto_cart_head span{margin-left:auto;color:#0051c7;font-size:13px;line-height:1;font-weight:600}.proto_bonus_rules{padding:14px 0;display:grid;gap:7px;border-bottom:1px solid #edf1f5}.proto_bonus_rules strong{min-height:28px;padding:0 10px;border-radius:7px;display:flex;align-items:center;background:#f5f8fc;color:#4e5968;font-size:12px;line-height:1.25;font-weight:600}.proto_cart_items{padding:14px 0;border-bottom:1px solid #edf1f5;display:grid;gap:8px}.proto_cart_item{position:relative;min-height:54px;padding:10px 34px 10px 12px;border:1px solid #dfe7f0;border-radius:10px;display:grid;grid-template-columns:minmax(0,1fr);gap:5px;align-items:start;background:#fff}.proto_cart_item button{position:absolute;top:12px;right:10px;width:20px;height:20px;border:0;border-radius:50%;background:#f4f7fb;color:#6b7480;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:color .15s ease,background .15s ease}.proto_cart_item button:before,.proto_cart_item button:after{content:"";position:absolute;width:10px;height:1.5px;border-radius:999px;background:currentColor}.proto_cart_item button:before{transform:rotate(45deg)}.proto_cart_item button:after{transform:rotate(-45deg)}.proto_cart_item button:hover{background:#fff1f1;color:#d9480f}.proto_cart_item span,.proto_cart_match{color:#303d4b;font-size:12px;line-height:1.45;font-weight:500;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.proto_cart_item b{color:inherit;font-weight:500}.proto_cart_item b.is_picked{color:#0051c7;font-weight:700}.proto_cart_draw{margin-left:6px;padding:1px 6px;border-radius:4px;background:#eef3fb;color:#0051c7;font-size:11px;font-style:normal;font-weight:700}.proto_cart_item strong,.proto_cart_pick{color:#202a35;font-size:13px;line-height:1.35;font-weight:600;text-align:left;white-space:nowrap}.proto_cart_empty{padding:14px 12px;border:1px dashed #d8dee7;border-radius:10px;color:#8b95a1;font-size:13px;line-height:1.4;font-weight:500}.proto_cart_summary{padding:12px 0 0;display:grid;gap:8px}.proto_cart_summary div{min-height:32px;display:flex;align-items:center;justify-content:space-between;gap:10px}.proto_cart_summary dt{color:#7b8490;font-size:13px;font-weight:500}.proto_cart_summary dd{color:#0051c7;font-size:14px;font-weight:700}.proto_stake_input{margin-top:12px;display:grid;gap:8px}.proto_stake_input span{color:#303d4b;font-size:13px;font-weight:600}.proto_stake_input input{width:100%;height:42px;padding:0 12px;border:1px solid #d8dee7;border-radius:9px;background:#fafbfc;color:#202a35;font-size:15px;font-weight:600;text-align:right;outline:none}.proto_stake_input input:focus{border-color:#0051c7;background:#fff}.proto_amount_grid{margin-top:10px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.proto_amount_grid button{height:34px;border:1px solid #dfe7f0;border-radius:8px;background:#fff;color:#3f4b58;font-size:12px;font-weight:600;cursor:pointer}.proto_amount_grid button:hover{border-color:#0051c7;color:#0051c7}.proto_cart_actions{margin-top:8px;display:grid;gap:8px}.proto_submit_btn,.proto_clear_btn{width:100%;height:42px;border-radius:9px;font-size:14px;font-weight:700;cursor:pointer}.proto_submit_btn{border:0;background:#0051c7;color:#fff}.proto_submit_btn:hover{background:#0045ad}.proto_clear_btn{border:1px solid #dfe7f0;background:#fff;color:#4e5968}.proto_clear_btn:hover{border-color:#d9480f;color:#d9480f}@media(max-width:1080px){.proto_shell{width:min(100% - 32px,1040px)}.proto_layout{grid-template-columns:minmax(0,1fr) 280px;gap:12px}.proto_board{padding:14px}.proto_board_header,.proto_match_row,.proto_extra_row{grid-template-columns:minmax(126px,1fr) 104px minmax(126px,1fr) 48px;gap:6px}.proto_cart{top:78px;padding:14px}}@media(max-width:760px){.proto_shell{width:min(100% - 28px,560px);margin:24px auto 48px}.proto_top_bar{margin-bottom:10px}.proto_layout{grid-template-columns:1fr}.proto_board{padding:0;border:0;background:transparent}.proto_sport_tabs{width:100%;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:4px;overflow:visible}.proto_sport_tabs button{min-width:0;height:34px;padding:0 4px;font-size:12px}.proto_board_header{display:none}.proto_league_bar{min-height:42px;padding:0 10px}.proto_match_group{gap:6px;padding:0 6px 6px}.proto_match{border-radius:9px}.proto_league_bar{margin:0 -6px}.proto_league_bar img{width:17px;height:17px}.proto_league_bar strong{font-size:13px}.proto_league_time{font-size:12px}.proto_match_row{grid-template-columns:repeat(3,minmax(0,1fr)) 38px;grid-template-areas:"home draw away more";gap:6px;padding:7px}.proto_odd_button{min-height:38px;padding:0 7px;gap:5px;font-size:11px}.proto_odd_button strong{font-size:11px}.proto_home_team{grid-area:home}.proto_match_draw{grid-area:draw}.proto_away_team{grid-area:away}.proto_extra_toggle{grid-area:more;min-height:38px;font-size:13px}.proto_extra_rows{padding:7px}.proto_extra_row{grid-template-columns:repeat(3,minmax(0,1fr)) 38px;grid-template-areas:"home line away blank";gap:6px}.proto_extra_row .proto_match_team:nth-child(1){grid-area:home}.proto_extra_row .proto_extra_line{grid-area:line;min-height:38px}.proto_extra_row .proto_match_team:nth-child(3){grid-area:away}.proto_extra_row .proto_extra_spacer{grid-area:blank;min-height:38px;visibility:hidden}.proto_cart_column{min-height:0!important}.proto_cart{position:fixed!important;left:0!important;right:0!important;bottom:0;top:auto!important;z-index:1220;width:100%!important;max-height:min(78dvh,620px)!important;padding:14px;border-color:#cfdbe8;border-radius:16px 16px 0 0;opacity:0;visibility:hidden;transform:translateY(105%);transition:transform .22s ease,opacity .18s ease,visibility .22s ease}.proto_cart.is_mobile_open{opacity:1;visibility:visible;transform:translateY(0)}.proto_cart_head{min-height:52px;margin:-14px -14px 0;padding:0 14px;border-bottom-color:#e3eaf2}.proto_cart_head h2{font-size:17px}.proto_cart_head>span{margin-left:auto;margin-right:10px}.proto_cart_close{display:inline-flex;align-items:center;justify-content:center;height:30px;padding:0 10px;border:1px solid #d6e0ea;border-radius:999px;background:#fff;color:#536579;font-size:12px;font-weight:600;cursor:pointer}.proto_bonus_rules{padding:10px 0;gap:5px}.proto_cart_items{padding:10px 0;gap:6px}.proto_cart_item{min-height:48px;padding:9px 32px 9px 10px;gap:4px}.proto_cart_match,.proto_cart_pick{font-size:12px}.proto_cart_summary{padding-top:10px;gap:5px}.proto_cart_summary div{min-height:28px}.proto_stake_input{margin-top:10px}.proto_amount_grid{display:none}.proto_cart_actions{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:8px}.proto_submit_btn,.proto_clear_btn{height:40px}.proto_mobile_cart_backdrop{display:block;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1210;border:0;background:#141c2638;cursor:pointer}.proto_mobile_cart_button{position:fixed;right:14px;bottom:14px;z-index:40;width:52px;height:52px;border:1px solid #d6e2f1;border-radius:16px;display:inline-flex;align-items:center;justify-content:center;background:#fff;color:#0051c7;cursor:pointer}body.mobile_menu_open .proto_mobile_cart_button{display:none}.proto_mobile_cart_button svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.proto_mobile_cart_button span{position:absolute;right:8px;bottom:8px;min-width:17px;height:17px;padding:0 5px;border-radius:999px;display:flex;align-items:center;justify-content:center;background:#0051c7;color:#fff;font-size:11px;line-height:1;font-weight:700}}.game_page{min-height:calc(100vh - 168px);padding:36px 20px 64px;background:#fff;overflow-x:clip}.plus_game_layout{width:min(1180px,100%);margin:0 auto;display:grid;grid-template-columns:minmax(0,830px) 310px;gap:20px;align-items:start}.game_shell{width:100%;margin:0 auto}.plus_bet_cart_column{position:relative;min-width:0;align-self:stretch}.game_canvas{width:100%;aspect-ratio:830 / 699;overflow:hidden;border-radius:0;background:#78c934}.game_canvas canvas{display:block;width:100%;height:100%}.game_loading{min-height:320px;display:grid;place-items:center;color:#1748af;font-size:22px;font-weight:700}.plus_bet_panel{position:relative;margin-top:12px;padding:12px;border:1px solid #d6e0ea;border-radius:8px;display:grid;gap:8px;background:#fff}.plus_bet_closed_overlay{position:absolute;left:12px;right:12px;top:66px;bottom:12px;z-index:5;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;border-radius:8px;-webkit-backdrop-filter:blur(1.5px);backdrop-filter:blur(1.5px);text-align:center}.plus_bet_closed_overlay strong{color:#1c2a38;font-size:16px;font-weight:700}.plus_bet_closed_overlay span{color:#6b7480;font-size:13px;font-weight:500}.plus_bet_panel.is_closed .plus_bet_choice{opacity:.35}.plus_bet_round_bar{height:46px;padding:0 18px;border-radius:7px;display:flex;align-items:center;justify-content:space-between;background:#f4f7fb}.plus_bet_round_bar strong{color:#102033;font-size:18px;font-weight:600}.plus_bet_match_row{display:grid;grid-template-columns:minmax(0,1fr) 48px minmax(0,1fr);gap:8px;align-items:center}.plus_bet_combo_row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.plus_bet_choice{min-height:44px;border:1px solid #cfdbe8;border-radius:7px;display:flex;align-items:center;justify-content:center;gap:7px;padding:0 12px;background:#fff;color:#102033;font-size:15px;font-weight:600;cursor:pointer}.plus_bet_choice span{color:#e7333f;font-size:13px;font-weight:600;white-space:nowrap}.plus_bet_choice_left{border-color:#bed5ef;background:#f7fbff}.plus_bet_choice_right{border-color:#f1c7ca;background:#fff8f8}.plus_bet_choice.is_selected{border-color:#0b61d8;background:#eef6ff;color:#0051c7}.plus_bet_choice.is_selected span{color:#0051c7}.plus_bet_choice:disabled{cursor:default;opacity:.52}.plus_bet_vs{color:#536579;font-size:13px;font-weight:600;text-align:center}.plus_bet_cart{align-self:start;position:static;max-height:calc(100vh - 104px);overflow:auto;scrollbar-width:none;border:1px solid #d6e0ea;border-radius:10px;background:#fff}.plus_bet_cart::-webkit-scrollbar{display:none}.plus_bet_cart_head{min-height:58px;padding:0 16px;border-bottom:1px solid #e3eaf2;display:flex;align-items:center;justify-content:space-between}.plus_bet_cart_close,.plus_bet_mobile_cart_button,.plus_bet_mobile_backdrop{display:none}.plus_bet_cart_head h2{color:#13263b;font-size:20px;font-weight:600}.plus_bet_cart_head span{color:#0051c7;font-size:13px;font-weight:600}.plus_bet_cart_list{min-height:132px;padding:14px 16px;border-bottom:1px solid #e3eaf2;display:grid;gap:8px;align-content:start}.plus_bet_cart_list p{min-height:86px;border:1px dashed #cfdbe8;border-radius:8px;display:grid;place-items:center;color:#6b7c8f;font-size:13px;font-weight:500}.plus_bet_cart_item{min-height:38px;padding:0 12px;border:1px solid #d6e0ea;border-radius:8px;display:flex;align-items:center;justify-content:space-between;background:#f7fbff}.plus_bet_cart_item span,.plus_bet_cart_item strong{font-size:14px;font-weight:600}.plus_bet_cart_item strong{color:#e7333f}.plus_bet_cart_amount{padding:14px 16px 0}.plus_bet_cart_amount label{display:block;margin-bottom:8px;color:#13263b;font-size:13px;font-weight:600}.plus_bet_amount_input{height:42px;border:1px solid #cfdbe8;border-radius:8px;display:flex;align-items:center;padding:0 12px}.plus_bet_amount_input input{width:100%;border:0;outline:0;color:#102033;font-size:16px;font-weight:600;text-align:right}.plus_bet_amount_input span{margin-left:8px;color:#586a7d;font-size:13px;font-weight:600}.plus_bet_quick_amounts{padding:10px 16px 14px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.plus_bet_quick_amounts button{height:36px;border:1px solid #cfdbe8;border-radius:8px;background:#fff;color:#25384d;font-size:13px;font-weight:600;cursor:pointer}.plus_bet_cart_summary{padding:0 16px 14px;display:grid;gap:8px}.plus_bet_cart_summary div{display:flex;align-items:center;justify-content:space-between;gap:12px}.plus_bet_cart_summary dt,.plus_bet_cart_summary dd{font-size:13px;font-weight:600}.plus_bet_cart_summary dt{color:#6b7c8f}.plus_bet_cart_summary dd{color:#0051c7}.plus_bet_cart_actions{padding:0 16px 16px;display:grid;gap:8px}.plus_bet_cart_actions button{height:42px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer}.plus_bet_cart_actions button:disabled{cursor:default;opacity:.55}.plus_bet_submit{border:1px solid #0051c7;background:#0051c7;color:#fff}.plus_bet_clear{border:1px solid #cfdbe8;background:#fff;color:#25384d}.plus_bet_history{width:100%;margin:16px 0 0;border:1px solid #d6e0ea;border-radius:10px;overflow:hidden;background:#fff}.plus_bet_history_head{min-height:50px;padding:0 18px;border-bottom:1px solid #e3eaf2;display:flex;align-items:center}.plus_bet_history_head h2{color:#13263b;font-size:17px;font-weight:600}.plus_bet_history_table_wrap{overflow-x:auto}.plus_bet_history_table{width:100%;min-width:780px;border-collapse:collapse;table-layout:fixed}.plus_bet_history_table th,.plus_bet_history_table td{height:46px;padding:0 14px;border-bottom:1px solid #e9eef4;color:#102033;font-size:13px;font-weight:500;text-align:left;white-space:nowrap}.plus_bet_history_table th{background:#f7f9fc;color:#536579;font-weight:600}.plus_bet_history_table th:nth-child(2),.plus_bet_history_table td:nth-child(2),.plus_bet_history_table th:nth-child(5),.plus_bet_history_table td:nth-child(5),.plus_bet_history_table th:nth-child(7),.plus_bet_history_table td:nth-child(7),.plus_bet_history_table th:nth-child(8),.plus_bet_history_table td:nth-child(8){text-align:center}.plus_bet_history_table td[colspan]{height:88px;text-align:center}.plus_bet_history_delete{width:44px;height:28px;border:1px solid #d6e0ea;border-radius:999px;background:#fff;color:#536579;font-size:12px;font-weight:600;cursor:pointer}.plus_bet_status{display:inline-flex;align-items:center;height:22px;margin-left:8px;padding:0 8px;border-radius:999px;background:#f1f5f9;color:#536579;font-size:12px;font-weight:600;vertical-align:middle}.plus_bet_history_pagination{display:flex;align-items:center;justify-content:center;gap:4px;min-height:50px;padding:0 14px}.plus_bet_history_pagination button{min-width:28px;height:28px;padding:0 8px;border:1px solid #dfe5ec;border-radius:6px;background:#fff;color:#4e5968;font-size:12px;font-weight:600;line-height:1;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.plus_bet_history_pagination button.is_active{border-color:#f1f3f5;background:#f1f3f5;color:#212529}.plus_bet_history_pagination button:disabled{color:#c4c9d0;opacity:.65;cursor:default}@media(max-width:760px){.game_page{min-height:calc(100vh - 64px);padding:12px 8px 92px}.plus_game_layout{width:100%;grid-template-columns:1fr;gap:12px}.game_shell{min-width:0}.game_canvas{width:100%;max-width:100%;border-radius:8px;touch-action:pan-y}.game_canvas canvas{max-width:100%;touch-action:pan-y}.plus_bet_cart_column{position:static;min-height:0}.plus_bet_cart{position:fixed!important;left:0!important;right:0;bottom:0;top:auto!important;width:100%!important;max-height:min(78dvh,620px);border-radius:16px 16px 0 0;border-color:#cfdbe8;transform:translateY(calc(100% + 16px));transition:transform .18s ease;z-index:100;overflow:auto}.plus_bet_cart.is_mobile_open{transform:translateY(0)}.plus_bet_cart_head{min-height:52px;padding:0 14px}.plus_bet_cart_head h2{font-size:17px}.plus_bet_cart_head>span{margin-left:auto;margin-right:10px}.plus_bet_cart_close{display:inline-flex;align-items:center;justify-content:center;height:30px;padding:0 10px;border:1px solid #d6e0ea;border-radius:999px;background:#fff;color:#536579;font-size:12px;font-weight:600;cursor:pointer}.plus_bet_panel{grid-template-columns:1fr;padding:12px;gap:10px}.plus_bet_round_bar{height:42px;padding:0 12px}.plus_bet_round_bar strong{font-size:15px}.plus_bet_match_row{grid-template-columns:minmax(0,1fr) 34px minmax(0,1fr);gap:6px}.plus_bet_combo_row{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}.plus_bet_choice{min-height:42px;font-size:14px;padding:0 8px}.plus_bet_choice span{font-size:12px}.plus_bet_cart_list{min-height:92px;padding:12px}.plus_bet_cart_list p{min-height:64px}.plus_bet_cart_amount{padding:12px 12px 0}.plus_bet_quick_amounts{padding:10px 12px 12px;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}.plus_bet_quick_amounts button{height:34px;font-size:12px}.plus_bet_cart_summary{padding:0 12px 12px}.plus_bet_cart_actions{padding:0 12px 14px;grid-template-columns:1fr 1fr}.plus_bet_history{margin-top:14px}.plus_bet_history_table_wrap{overflow-x:visible}.plus_bet_history_table{min-width:0;table-layout:fixed}.plus_bet_history_head{min-height:46px;padding:0 12px}.plus_bet_history_table th,.plus_bet_history_table td{height:42px;padding:0 5px;font-size:11px;white-space:normal;word-break:keep-all}.plus_bet_history_table th:nth-child(1),.plus_bet_history_table td:nth-child(1),.plus_bet_history_table th:nth-child(5),.plus_bet_history_table td:nth-child(5){display:none}.plus_bet_history_table td[colspan]{display:table-cell;height:88px;text-align:center}.plus_bet_history_table th:nth-child(2),.plus_bet_history_table td:nth-child(2){width:54px}.plus_bet_history_table th:nth-child(3),.plus_bet_history_table td:nth-child(3){width:auto;text-align:left}.plus_bet_history_table th:nth-child(4),.plus_bet_history_table td:nth-child(4),.plus_bet_history_table th:nth-child(6),.plus_bet_history_table td:nth-child(6){width:60px;text-align:right}.plus_bet_history_table th:nth-child(7),.plus_bet_history_table td:nth-child(7){width:42px;text-align:center}.plus_bet_history_table th:nth-child(8),.plus_bet_history_table td:nth-child(8){width:42px;text-align:center}.plus_bet_status{margin:0;padding:0 6px;font-size:10px}.plus_bet_history_delete{width:28px;height:26px;padding:0;font-size:0;position:relative}.plus_bet_history_delete:before,.plus_bet_history_delete:after{content:"";position:absolute;left:50%;top:50%;width:11px;height:1.5px;border-radius:999px;background:#8b95a1}.plus_bet_history_delete:before{transform:translate(-50%,-50%) rotate(45deg)}.plus_bet_history_delete:after{transform:translate(-50%,-50%) rotate(-45deg)}.plus_bet_history_pagination{min-height:46px;padding:0 10px}.plus_bet_mobile_cart_button{position:fixed;right:14px;bottom:14px;z-index:40;width:52px;height:52px;padding:0;border:1px solid #d6e2f1;border-radius:16px;display:inline-flex;align-items:center;justify-content:center;background:#fff;color:#0051c7;cursor:pointer}body.mobile_menu_open .plus_bet_mobile_cart_button{display:none}.plus_bet_mobile_cart_button svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.plus_bet_mobile_cart_button span{position:absolute;right:8px;bottom:8px;min-width:17px;height:17px;padding:0 5px;border-radius:999px;display:flex;align-items:center;justify-content:center;background:#0051c7;color:#fff;font-size:11px;line-height:1;font-weight:700}.plus_bet_mobile_backdrop.is_visible{position:fixed;top:0;right:0;bottom:0;left:0;z-index:90;display:block;border:0;background:#0f172a3d;cursor:pointer}}.admin_page{min-height:100vh;background:#f5f5f5;color:#212529}.admin_proto_content{display:grid;gap:18px}.admin_data_card.admin_proto_form_card{position:relative;z-index:5;overflow:visible}.admin_proto_form{padding:16px;display:grid;gap:14px}.admin_proto_form_rows,.admin_proto_main_row,.admin_proto_odds_row,.admin_proto_extra_fields{display:grid;gap:12px}.admin_proto_main_row{grid-template-columns:minmax(210px,240px) minmax(260px,320px) 160px 140px minmax(190px,1fr) minmax(190px,1fr);align-items:end}.admin_proto_odds_row{grid-template-columns:144px 178px 144px minmax(0,1fr);align-items:end}.admin_proto_form label,.admin_proto_form_field,.admin_proto_extra_fields label{min-width:0;display:grid;gap:7px}.admin_proto_form label>span:first-child,.admin_proto_form_field>span,.admin_proto_extra_fields label span{color:#4e5968;font-size:12px;line-height:1.3;font-weight:600}.admin_proto_form input,.admin_proto_form select{width:100%;height:36px;border:1px solid #d8dee7;border-radius:7px;background:#fff;color:#202a35;font-size:13px;line-height:1.4;font-weight:500;outline:none}.admin_proto_form input{padding:0 12px}.admin_proto_choice_pair{display:grid;grid-template-columns:minmax(86px,.85fr) minmax(86px,1fr);gap:6px}.admin_proto_choice_pair input:disabled{background:#f8fafc;color:#9aa4b2;cursor:not-allowed}.admin_proto_form select{padding:0 10px}.admin_proto_form .admin_single_date_picker,.admin_proto_form .admin_single_date_button{width:100%}.admin_proto_form .admin_single_date_button{height:36px;padding:0 12px;border-color:#d8dee7;border-radius:7px;background:#fff}.admin_proto_form .admin_single_date_button span{color:#202a35;font-size:13px;font-weight:500}.admin_proto_form .admin_single_date_button svg{color:#7b8794}.admin_proto_form .admin_single_date_picker .admin_calendar_popover{left:0;right:auto}.admin_proto_time_control{position:relative;min-width:0;display:block}.admin_proto_time_control input{padding-left:12px;padding-right:30px;color:#202a35;font-size:13px;font-feature-settings:"tnum"}.admin_proto_time_control input[type=time]::-webkit-calendar-picker-indicator{position:absolute;inset:0 0 0 auto;width:36px;height:100%;opacity:0;cursor:pointer}.admin_proto_time_control svg{position:absolute;top:50%;right:10px;color:#7b8794;transform:translateY(-50%);pointer-events:none}.admin_proto_time_control input[type=time]{min-width:0}.admin_proto_form input:focus,.admin_proto_form select:focus,.admin_proto_form .admin_single_date_button:focus,.admin_proto_form .admin_single_date_button.is_open{border-color:#0051c7}.admin_proto_extra_head{padding:12px 14px;border:1px solid #edf1f5;border-radius:8px;display:flex;align-items:center;justify-content:space-between;gap:12px;background:#fafbfc}.admin_proto_extra_head strong{color:#202a35;font-size:15px;line-height:1.3;font-weight:600}.admin_proto_extra_buttons,.admin_proto_submit_row,.admin_proto_actions{display:flex;align-items:center;gap:6px}.admin_proto_extra_buttons{flex-wrap:nowrap;margin-left:auto}.admin_proto_extra_head button,.admin_proto_submit_row button,.admin_proto_actions button{height:32px;padding:0 12px;border:1px solid #dfe5ec;border-radius:7px;background:#fff;color:#3f4b58;font-size:12px;line-height:1;font-weight:600;white-space:nowrap;cursor:pointer}.admin_proto_extra_head button:hover,.admin_proto_submit_row button:hover,.admin_proto_actions button:hover{border-color:#0051c7;color:#0051c7}.admin_proto_extra_list{display:grid;gap:10px}.admin_proto_extra_box{padding:12px;border:1px solid #e4eaf1;border-radius:8px;background:#fff}.admin_proto_extra_box_head{min-height:34px;margin-bottom:12px;padding-bottom:10px;border-bottom:1px solid #eef2f6;display:flex;align-items:center;justify-content:space-between;gap:12px}.admin_proto_extra_box_head strong{color:#202a35;font-size:14px;font-weight:600}.admin_proto_extra_box_head button,.admin_proto_actions .is_danger{color:#d9480f}.admin_proto_extra_box_head button{height:28px;padding:0 9px;border:1px solid #ffd8cc;border-radius:6px;background:#fff7f4;color:#d9480f;font-size:12px;line-height:1;font-weight:600;cursor:pointer}.admin_proto_extra_box_head button:hover,.admin_proto_actions .is_danger:hover{border-color:#d9480f;color:#d9480f}.admin_proto_extra_fields{display:grid;grid-template-columns:minmax(140px,190px) 110px repeat(2,minmax(220px,1fr));gap:12px;align-items:end}.admin_proto_extra_fields label{grid-template-columns:1fr}.admin_proto_extra_fields .admin_proto_extra_pair,.admin_proto_extra_fields label:nth-child(n+3){grid-template-columns:minmax(0,1fr) 96px;align-items:end}.admin_proto_extra_fields .admin_proto_extra_pair span,.admin_proto_extra_fields label:nth-child(n+3) span{grid-column:1 / -1}.admin_proto_submit_row{justify-content:flex-end}.admin_proto_submit_row button[type=submit]{border-color:#0051c7;background:#0051c7;color:#fff}.admin_proto_settlement_page{display:grid;gap:14px}.admin_list_toolbar.admin_proto_settlement_filters{position:relative;z-index:20;display:grid;width:auto;grid-template-columns:150px 92px 104px 96px;align-items:end;gap:8px;flex-wrap:nowrap;justify-content:end}.admin_data_card_head.admin_proto_settlement_head{min-height:auto;align-items:center;overflow:visible}.admin_proto_settlement_filter_card{position:relative;z-index:30;overflow:visible}.admin_proto_settlement_filters label,.admin_proto_settlement_filters .admin_proto_form_field{min-width:0;display:grid;gap:7px}.admin_proto_settlement_filters label>span,.admin_proto_settlement_filters .admin_proto_form_field>span{color:#4e5968;font-size:12px;line-height:1.3;font-weight:600}.admin_proto_settlement_filters select,.admin_proto_settlement_filters button,.admin_proto_settlement_filters .admin_single_date_button{width:100%;height:36px;border:1px solid #d8dee7;border-radius:7px;background:#fff;color:#202a35;font-size:13px;font-weight:600}.admin_proto_settlement_filters select{padding:0 10px}.admin_proto_settlement_filters .admin_single_date_picker{width:100%}.admin_proto_settlement_filters button{border-color:#0051c7;background:#0051c7;color:#fff}.admin_proto_settlement_summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.admin_proto_settlement_summary>div{min-height:70px;padding:14px 16px;border:1px solid #dfe5ec;border-radius:8px;background:#fff;display:grid;gap:5px;align-content:center}.admin_proto_settlement_summary span{color:#7b8794;font-size:12px;font-weight:600}.admin_proto_settlement_summary strong{color:#202a35;font-size:17px;line-height:1.25;font-weight:700}.admin_proto_settlement_scroll{overflow:visible}.admin_proto_settlement_table{min-width:1660px;table-layout:fixed}.admin_proto_settlement_table th,.admin_proto_settlement_table td{height:48px;padding:0 8px;text-align:center!important;vertical-align:middle}.admin_proto_settlement_table th:nth-child(1),.admin_proto_settlement_table td:nth-child(1){width:42px}.admin_proto_settlement_table th:nth-child(2),.admin_proto_settlement_table td:nth-child(2){width:132px}.admin_proto_settlement_table th:nth-child(3),.admin_proto_settlement_table td:nth-child(3){width:62px}.admin_proto_settlement_table th:nth-child(4),.admin_proto_settlement_table td:nth-child(4){width:140px}.admin_proto_settlement_table th:nth-child(5),.admin_proto_settlement_table td:nth-child(5){width:170px}.admin_proto_settlement_table th:nth-child(6),.admin_proto_settlement_table td:nth-child(6){width:116px}.admin_proto_settlement_table th:nth-child(7),.admin_proto_settlement_table td:nth-child(7){width:450px}.admin_proto_settlement_table th:nth-child(8),.admin_proto_settlement_table td:nth-child(8){width:76px}.admin_proto_settlement_table th:nth-child(9),.admin_proto_settlement_table td:nth-child(9){width:118px}.admin_proto_settlement_table th:nth-child(10),.admin_proto_settlement_table td:nth-child(10){width:86px}.admin_proto_settlement_table th:nth-child(11),.admin_proto_settlement_table td:nth-child(11){width:190px}.admin_proto_settlement_match{display:block;color:#202a35;font-size:13px;line-height:1.35;font-weight:700}.admin_proto_result_controls{display:flex;align-items:center;justify-content:center;gap:12px;white-space:nowrap}.admin_proto_result_editor{display:grid;grid-template-columns:78px 44px 8px 44px;align-items:center;justify-content:center;gap:5px}.admin_proto_result_editor select,.admin_proto_result_editor input{height:32px;border:1px solid #d8dee7;border-radius:7px;background:#fff;color:#202a35;font-size:12px;font-weight:600;text-align:center}.admin_proto_result_editor select{padding:0 7px}.admin_proto_result_editor input{padding:0 6px}.admin_proto_result_editor input:disabled,.admin_proto_result_editor select:disabled{background:#f3f6fa;color:#9aa6b2}.admin_proto_special_editor{display:flex;align-items:center;gap:6px;min-width:0}.admin_proto_special_row{display:flex;align-items:center;gap:6px;text-align:left}.admin_proto_special_row>span{color:#4e5968;font-size:12px;font-weight:600;line-height:1.3;white-space:nowrap}.admin_proto_special_row>div{display:flex;gap:4px;flex-wrap:nowrap}.admin_proto_special_row button{min-width:46px;height:28px;padding:0 8px;border:1px solid #d8dee7;border-radius:7px;background:#fff;color:#202a35;font-size:12px;font-weight:600;cursor:pointer}.admin_proto_special_row button.is_selected{border-color:#0051c7;background:#edf4ff;color:#0051c7}.admin_proto_special_row button.is_void.is_selected{border-color:#8b95a1;background:#f3f6fa;color:#4e5968}.admin_proto_special_row button:disabled{cursor:not-allowed;opacity:.55}.admin_proto_settlement_counts,.admin_proto_settlement_money,.admin_proto_preview_result{display:grid;gap:3px;justify-items:center}.admin_proto_settlement_counts strong,.admin_proto_settlement_money strong,.admin_proto_preview_result strong{color:#202a35;font-size:13px;line-height:1.25;font-weight:700}.admin_proto_settlement_counts span,.admin_proto_settlement_money span,.admin_proto_preview_result span{color:#7b8794;font-size:12px;line-height:1.35;font-weight:600}.admin_proto_settlement_actions{display:flex;justify-content:center;gap:5px}.admin_proto_settlement_actions button{height:32px;padding:0 10px;border:1px solid #dfe5ec;border-radius:7px;background:#fff;color:#2f3b49;font-size:12px;font-weight:700}.admin_proto_settlement_actions button.is_primary{border-color:#0051c7;background:#0051c7;color:#fff}.admin_proto_settlement_actions button:disabled{opacity:.45;cursor:not-allowed}.admin_proto_settlement_modal{width:min(920px,calc(100vw - 32px))}.admin_proto_settlement_preview_head{padding:14px;border:1px solid #dfe5ec;border-radius:8px;background:#f8fafc;display:flex;align-items:center;justify-content:space-between;gap:16px}.admin_proto_settlement_preview_head div{display:grid;gap:4px}.admin_proto_settlement_preview_head span{color:#7b8794;font-size:12px;font-weight:600}.admin_proto_settlement_preview_head strong{color:#202a35;font-size:16px;line-height:1.25;font-weight:700}.admin_proto_settlement_preview_stats{margin:12px 0;display:flex;flex-wrap:wrap;gap:6px}.admin_proto_settlement_preview_stats span{min-width:68px;height:30px;padding:0 10px;border:1px solid #dfe5ec;border-radius:7px;background:#fff;color:#4e5968;display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:700}.admin_proto_preview_table{min-width:760px}.admin_proto_preview_table th,.admin_proto_preview_table td{text-align:center!important}.admin_proto_settings_page{display:grid;gap:14px}.admin_proto_settings_body{padding:16px;display:grid;gap:14px}.admin_proto_settings_note{min-height:58px;padding:12px 14px;border:1px solid #e4eaf1;border-radius:8px;background:#fafbfc;display:flex;align-items:center;justify-content:space-between;gap:14px}.admin_proto_settings_note strong{color:#202a35;font-size:15px;line-height:1.3;font-weight:700}.admin_proto_settings_note span{color:#6b7480;font-size:13px;line-height:1.45;font-weight:500}.admin_proto_setting_panel{border:1px solid #e4eaf1;border-radius:8px;overflow:hidden;background:#fff}.admin_proto_setting_panel .admin_proto_settings_note{border:0;border-bottom:1px solid #edf1f5;border-radius:0}.admin_proto_max_bet_field{min-height:58px;padding:10px 14px;display:grid;grid-template-columns:160px 260px;align-items:center;gap:12px}.admin_proto_max_bet_field>span{color:#4e5968;font-size:12px;line-height:1.3;font-weight:700}.admin_proto_max_bet_field>div{height:34px;border:1px solid #d8dee7;border-radius:7px;display:grid;grid-template-columns:minmax(0,1fr) 36px;align-items:center;overflow:hidden;background:#fff}.admin_proto_max_bet_field input{width:100%;height:100%;padding:0 10px;border:0;outline:none;background:transparent;color:#202a35;font-size:13px;font-weight:600}.admin_proto_max_bet_field em{color:#6b7480;font-size:12px;font-style:normal;font-weight:700;text-align:center}.admin_proto_max_bet_field>div:focus-within{border-color:#0051c7}.admin_proto_bonus_table{border:1px solid #e4eaf1;border-radius:8px;overflow:hidden}.admin_proto_bonus_head,.admin_proto_bonus_row{display:grid;grid-template-columns:180px 180px 100px;align-items:center;gap:10px}.admin_proto_bonus_head{min-height:38px;padding:0 12px;border-bottom:1px solid #e8edf4;background:#f8fafc;color:#5f6b7a;font-size:12px;line-height:1.3;font-weight:700}.admin_proto_bonus_row{min-height:52px;padding:8px 12px;border-bottom:1px solid #edf1f5;background:#fff}.admin_proto_bonus_row:last-child{border-bottom:0}.admin_proto_bonus_row input{width:100%;height:34px;padding:0 10px;border:1px solid #d8dee7;border-radius:7px;background:#fff;color:#202a35;font-size:13px;font-weight:600;outline:none}.admin_proto_bonus_row input:focus{border-color:#0051c7}.admin_proto_bonus_row button,.admin_proto_settings_actions button{height:34px;padding:0 12px;border:1px solid #dfe5ec;border-radius:7px;background:#fff;color:#3f4b58;font-size:12px;line-height:1;font-weight:700;cursor:pointer}.admin_proto_bonus_row button:hover,.admin_proto_settings_actions button:hover{border-color:#0051c7;color:#0051c7}.admin_proto_bonus_row button:disabled,.admin_proto_settings_actions button:disabled{opacity:.45;cursor:not-allowed}.admin_proto_settings_actions{display:flex;justify-content:flex-end;gap:7px}.admin_proto_settings_actions button.is_primary{border-color:#0051c7;background:#0051c7;color:#fff}.admin_plus_game_settings_page{width:100%;max-width:1420px;display:grid;grid-template-columns:minmax(0,1fr) 250px;align-items:start;gap:12px}.admin_plus_game_main{display:grid;align-items:start;gap:14px;min-width:0}.admin_plus_game_side{position:relative;min-width:0}@media(max-width:1180px){.admin_plus_game_settings_page{grid-template-columns:minmax(0,1fr)}}.admin_plus_game_settings_card,.admin_plus_game_result_card{width:100%}.admin_plus_game_panel_head{min-height:58px;padding:14px 18px;border-bottom:1px solid #eef1f4;display:flex;align-items:center;justify-content:space-between;gap:12px}.admin_plus_game_panel_head h2{color:#212529;font-size:15px;line-height:1.25;font-weight:700}.admin_plus_game_refresh_button,.admin_plus_game_primary_button{height:36px;border:1px solid #d7e0ea;border-radius:7px;padding:0 14px;background:#fff;color:#26384d;font-size:13px;font-weight:600;cursor:pointer;transition:background-color .15s ease,border-color .15s ease,color .15s ease}.admin_plus_game_refresh_button:hover:not(:disabled){border-color:#b8c8d8;background:#f8fafc}.admin_plus_game_primary_button{border-color:#0051c7;background:#0051c7;color:#fff}.admin_plus_game_primary_button:hover:not(:disabled){background:#0047ad}.admin_plus_game_refresh_button:disabled,.admin_plus_game_primary_button:disabled{opacity:.48;cursor:not-allowed}.admin_plus_game_config_bar{padding:14px 18px 18px;display:grid;grid-template-columns:repeat(4,minmax(120px,1fr)) minmax(150px,1.15fr) 86px;gap:10px;align-items:end}.admin_plus_game_config_bar label{display:grid;gap:7px;min-width:0}.admin_plus_game_config_bar span{color:#26384d;font-size:12px;font-weight:600}.admin_plus_game_config_bar input{width:100%;height:38px;border:1px solid #cfdbe8;border-radius:7px;padding:0 10px;color:#102033;font-size:14px;font-weight:500}.admin_plus_game_round_list{width:100%}.admin_plus_game_round_header,.admin_plus_game_round_row{display:grid;grid-template-columns:repeat(7,minmax(94px,1fr));align-items:center;gap:12px;padding:0 16px;text-align:center}.admin_plus_game_round_header>*,.admin_plus_game_round_row>*{min-width:0;justify-self:stretch;text-align:center}.admin_plus_game_round_header>*:first-child,.admin_plus_game_round_row>*:first-child{justify-self:start;text-align:left}.admin_plus_game_round_header>*:last-child,.admin_plus_game_round_row>*:last-child{justify-self:end;text-align:right}.admin_plus_game_round_header{min-height:38px;border-bottom:1px solid #eef1f4;background:#f8fafc;color:#526176;font-size:12px;font-weight:600}.admin_plus_game_round_row{min-height:48px;border-bottom:1px solid #eef1f4;color:#15263a;font-size:13px}.admin_plus_game_round_row:last-child{border-bottom:0}.admin_plus_round_no strong,.admin_plus_round_time strong{color:#15263a;font-size:13px;font-weight:600}.admin_plus_round_no,.admin_plus_round_time{display:flex;align-items:center;justify-content:center}.admin_plus_round_state{display:flex;align-items:center;justify-content:center;gap:6px}.admin_plus_round_state em{min-width:42px;height:24px;border-radius:999px;background:#f2f4f7;color:#8793a3;display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-style:normal;font-weight:600}.admin_plus_round_state em.is_manual{background:#eaf2ff;color:#0051c7}.admin_plus_round_select,.admin_plus_game_auto_result{width:100%;height:32px;border:1px solid #d7e0ea;border-radius:7px;background:#fff;color:#26384d;font-size:13px;font-weight:500}.admin_plus_round_select{padding:0 26px 0 9px;text-align:center;text-align-last:center}.admin_plus_round_select:disabled{background:#f7f9fc;color:#98a3b0}.admin_plus_game_auto_result{display:inline-flex;align-items:center;justify-content:center;background:#f8fafc;font-weight:600}.admin_plus_game_auto_result.is_empty{color:#8a98a8;font-weight:500}.admin_plus_round_actions{display:flex;justify-content:flex-end;gap:6px}.admin_plus_round_actions .admin_plus_game_primary_button,.admin_plus_game_cancel_button{width:52px;height:32px;padding:0}.admin_plus_game_cancel_button{border:1px solid #d7e0ea;border-radius:7px;background:#fff;color:#526176;font-size:13px;font-weight:600;cursor:pointer}.admin_plus_game_cancel_button:hover:not(:disabled){border-color:#b8c8d8;background:#f8fafc}.admin_plus_game_cancel_button:disabled{opacity:.48;cursor:not-allowed}.admin_plus_game_empty{min-height:92px;display:flex;align-items:center;justify-content:center;color:#7a8797;font-size:13px;font-weight:500}.admin_plus_game_result_table th,.admin_plus_game_result_table td{text-align:center;vertical-align:middle}.admin_plus_game_result_table td:nth-child(2){min-width:190px}.admin_plus_game_result_table .admin_table_text{display:block;color:#44576d;font-size:12px;line-height:1.6}.admin_plus_game_result_table .admin_compact_select{min-width:74px}.admin_plus_game_result_table .admin_board_soft_button{height:32px;padding:0 14px}.admin_compact_select{height:36px;border:1px solid #d7e0ea;border-radius:7px;padding:0 32px 0 10px;background:#fff;color:#26384d;font-size:13px;font-weight:500;cursor:pointer}.admin_proto_submit_row button[type=submit]:hover{background:#0045ad;color:#fff}.admin_deposit_account_page{display:grid;gap:14px}.admin_deposit_account_form{padding:18px;display:grid;gap:12px}.admin_deposit_account_grid{padding:14px;border:1px solid #e4eaf1;border-radius:8px;background:#fff;display:grid;grid-template-columns:180px minmax(320px,1fr) 180px;gap:10px;align-items:end}.admin_deposit_account_grid label,.admin_deposit_account_note{padding:14px;border:1px solid #e4eaf1;border-radius:8px;background:#fff;display:grid;gap:7px}.admin_deposit_account_grid label>span,.admin_deposit_account_note>span{color:#4e5968;font-size:12px;line-height:1.3;font-weight:700}.admin_deposit_account_grid input,.admin_deposit_account_note textarea{width:100%;border:1px solid #d8dee7;border-radius:7px;background:#fff;color:#202a35;font-size:13px;font-weight:500;outline:none}.admin_deposit_account_grid input{height:36px;padding:0 12px}.admin_deposit_account_note textarea{min-height:74px;padding:11px 12px;resize:vertical}.admin_deposit_account_grid input:focus,.admin_deposit_account_note textarea:focus{border-color:#0051c7}.admin_deposit_account_actions{display:flex;align-items:center;justify-content:flex-end;gap:12px}.admin_deposit_account_actions span{margin-right:auto;color:#7b8794;font-size:12px;font-weight:600}.admin_deposit_account_actions button{height:36px;min-width:110px;padding:0 18px;border:1px solid #0051c7;border-radius:7px;background:#0051c7;color:#fff;font-size:13px;font-weight:700;cursor:pointer}.admin_deposit_account_actions button:disabled{opacity:.55;cursor:not-allowed}.admin_data_card.admin_proto_list_card,.admin_proto_table_scroll,.admin_bank_account_card{overflow:visible}.admin_bank_account_head{align-items:center}.admin_primary_small_button{height:34px;padding:0 18px;border:0;border-radius:8px;background:#3b82f6;color:#fff;font-size:13px;font-weight:700;cursor:pointer}.admin_bank_table_scroll{width:100%;overflow-x:auto}.admin_bank_table{width:100%;min-width:900px;border-collapse:collapse;table-layout:fixed}.admin_bank_table th,.admin_bank_table td{height:44px;padding:0 12px;border-top:1px solid #edf1f5;color:#202a35;font-size:13px;line-height:1.35;font-weight:600;text-align:center;vertical-align:middle;white-space:nowrap}.admin_bank_table th{background:#f8fafc;color:#64748b;font-size:12px;font-weight:700}.admin_bank_table th:nth-child(4),.admin_bank_table td:nth-child(4){width:34%;text-align:left}.admin_bank_note_cell{overflow:hidden;text-overflow:ellipsis}.admin_bank_empty_cell{height:72px;color:#7b8794!important;text-align:center!important}.admin_table_action_button{height:28px;padding:0 12px;border:0;border-radius:6px;background:#3b82f61f;color:#2563eb;font-size:12px;font-weight:700;cursor:pointer}.admin_bank_modal_backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:5000;padding:16px;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;animation:adminBankFadeIn .18s ease-out}.admin_bank_modal{width:min(100%,520px);max-height:90vh;border:1px solid #e5e7eb;border-radius:16px;background:#fff;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none;animation:adminBankPopIn .2s ease-out}.admin_bank_modal::-webkit-scrollbar{display:none}.admin_bank_modal header{min-height:62px;padding:0 24px;border-bottom:1px solid #e5e7eb;display:flex;align-items:center;justify-content:space-between}.admin_bank_modal h3{color:#202a35;font-size:18px;font-weight:700;margin:0}.admin_bank_modal header button{position:relative;width:32px;height:32px;padding:0;border:0;border-radius:6px;background:transparent;color:#8b95a1;cursor:pointer}.admin_bank_modal header button:before,.admin_bank_modal header button:after{content:"";position:absolute;top:50%;left:50%;width:16px;height:1.5px;border-radius:999px;background:currentColor}.admin_bank_modal header button:before{transform:translate(-50%,-50%) rotate(45deg)}.admin_bank_modal header button:after{transform:translate(-50%,-50%) rotate(-45deg)}.admin_bank_modal_form{padding:24px;display:grid;gap:16px}.admin_bank_modal_form label{display:grid;gap:8px}.admin_bank_modal_form label span{color:#6b7280;font-size:13px;font-weight:700}.admin_bank_modal_form input,.admin_bank_modal_form select,.admin_bank_modal_form textarea{width:100%;border:1px solid #e5e7eb;border-radius:8px;background:#f8f9fa;color:#202a35;font-size:14px;font-weight:600;outline:none}.admin_bank_modal_form input,.admin_bank_modal_form select{height:42px;padding:0 14px}.admin_bank_modal_form textarea{min-height:86px;padding:12px 14px;resize:vertical}.admin_bank_modal_form input:focus,.admin_bank_modal_form select:focus,.admin_bank_modal_form textarea:focus{border-color:#3b82f6;background:#fff}.admin_bank_modal_actions{padding-top:2px;display:flex;justify-content:flex-end;gap:10px}.admin_bank_modal_actions button{height:38px;padding:0 22px;border:1px solid #e5e7eb;border-radius:8px;background:#fff;color:#3f4b58;font-size:14px;font-weight:700;cursor:pointer}.admin_bank_modal_actions button.is_primary{border-color:#3b82f6;background:#3b82f6;color:#fff}.admin_bank_modal_actions button:disabled{opacity:.55;cursor:not-allowed}.admin_system_alert_table{width:100%;min-width:1060px;border-collapse:collapse;table-layout:fixed}.admin_system_alert_table th,.admin_system_alert_table td{height:44px;padding:0 12px;border-top:1px solid #edf1f5;color:#202a35;font-size:13px;line-height:1.35;font-weight:600;text-align:center;vertical-align:middle;white-space:nowrap}.admin_system_alert_table th{background:#f8fafc;color:#64748b;font-size:12px;font-weight:700}.admin_system_alert_table th:nth-child(2),.admin_system_alert_table td:nth-child(2){width:180px}.admin_system_alert_table th:nth-child(3),.admin_system_alert_table td:nth-child(3){width:34%;text-align:left}.admin_system_alert_title,.admin_system_alert_content{overflow:hidden;text-overflow:ellipsis}.admin_system_status_pill{min-width:54px;height:24px;padding:0 10px;border-radius:999px;background:#f1f3f5;color:#7b8794;display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:700}.admin_system_status_pill.is_on{background:#eaf3ff;color:#0051c7}.admin_system_alert_modal{width:min(100%,640px)}.admin_system_alert_form textarea{min-height:132px}.admin_system_toggle_grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.admin_system_toggle_grid button{height:40px;border:1px solid #e5e7eb;border-radius:8px;background:#f8f9fa;color:#4e5968;font-size:13px;font-weight:700;cursor:pointer}.admin_system_toggle_grid button.is_active{border-color:#3b82f6;background:#eff6ff;color:#1f6feb}.admin_system_alert_two_cols{display:grid;grid-template-columns:160px minmax(0,1fr);gap:12px}.admin_system_checkbox_row{min-height:38px;padding:0 2px;display:flex!important;align-items:center;gap:10px!important}.admin_system_checkbox_row input{width:16px!important;height:16px!important;accent-color:#3b82f6}.admin_system_checkbox_row span{color:#4e5968!important;font-size:13px!important;font-weight:700!important}.admin_system_alert_preview{padding:18px;border:1px solid #e5e7eb;border-radius:12px;background:#fbfcfd;display:grid;gap:12px}.admin_system_alert_preview strong{color:#202a35;font-size:16px;line-height:1.35;font-weight:700}.admin_system_alert_preview p{min-height:58px;margin:0;color:#4e5968;font-size:13px;line-height:1.65;font-weight:500;white-space:pre-wrap}.admin_system_alert_preview div{display:flex;justify-content:flex-end;gap:8px}.admin_system_alert_preview button{height:34px;padding:0 14px;border:1px solid #dfe5ec;border-radius:7px;background:#fff;color:#4e5968;font-size:12px;font-weight:700}.admin_system_alert_preview button.is_primary{border-color:#3b82f6;background:#3b82f6;color:#fff}.admin_system_config_page{display:grid;gap:14px}.admin_system_card{overflow:visible}.admin_system_card_head{min-height:58px;padding:0 18px;border-bottom:1px solid #edf1f5;display:flex;align-items:center;justify-content:space-between;gap:12px}.admin_system_card_head strong{color:#1f2937;font-size:15px;line-height:1;font-weight:600}.admin_system_mute_button{height:34px;padding:0 14px;border:1px solid #dde5ef;border-radius:8px;background:#fff;color:#4b5563;font-size:12px;font-weight:600;cursor:pointer}.admin_system_mute_button.is_active{border-color:#1f6feb;background:#edf5ff;color:#1f6feb}.admin_system_notify_list{padding:14px 18px 18px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 18px}.admin_system_notify_row{min-width:0;display:grid;grid-template-columns:118px minmax(150px,1fr) 36px 56px;align-items:center;gap:8px}.admin_system_notify_row span{color:#334155;font-size:13px;line-height:1.2;font-weight:500}.admin_system_notify_row select,.admin_system_amount_grid input,.admin_system_operation_grid input,.admin_system_operation_grid textarea,.admin_system_password_field input{width:100%;height:38px;border:1px solid #dbe4ef;border-radius:8px;background:#fff;color:#1f2937;font-size:13px;line-height:1.3;font-weight:500;outline:none}.admin_system_notify_row select,.admin_system_amount_grid input,.admin_system_operation_grid input,.admin_system_password_field input{padding:0 12px}.admin_system_notify_row select:focus,.admin_system_amount_grid input:focus,.admin_system_operation_grid input:focus,.admin_system_operation_grid textarea:focus,.admin_system_password_field input:focus{border-color:#1f6feb}.admin_system_icon_button{width:36px;height:36px;border:1px solid #dbe4ef;border-radius:8px;background:#fff;color:#1f6feb;font-size:11px;font-weight:700;cursor:pointer}.admin_system_icon_button:disabled{color:#b8c2ce;cursor:default}.admin_system_amount_grid{padding:18px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr)) 82px;align-items:end;gap:12px}.admin_system_amount_grid label,.admin_system_operation_grid label,.admin_system_password_field{display:grid;gap:7px}.admin_system_amount_grid label span,.admin_system_operation_grid label span,.admin_system_password_field>span{color:#334155;font-size:12px;line-height:1.2;font-weight:600}.admin_system_operation_grid{padding:18px;display:grid;grid-template-columns:repeat(2,minmax(180px,240px)) 82px;align-items:end;gap:14px}.admin_system_operation_grid .is_wide{grid-column:span 2}.admin_system_operation_grid textarea{min-height:86px;padding:12px;resize:vertical}.admin_system_switch_row{min-height:62px;padding:12px 14px;border:1px solid #e7edf4;border-radius:10px;background:#fafcff;display:flex!important;align-items:center;justify-content:space-between}.admin_system_switch{width:42px;height:24px;border:0;border-radius:999px;background:#d7dee8;position:relative;cursor:pointer}.admin_system_switch:before{content:"";position:absolute;top:3px;left:3px;width:18px;height:18px;border-radius:50%;background:#fff;transition:transform .16s ease}.admin_system_switch.is_on{background:#1f6feb}.admin_system_switch.is_on:before{transform:translate(18px)}.admin_system_agent_notice{padding:18px;display:flex;align-items:center;gap:8px;flex-wrap:wrap}.admin_system_agent_notice span{height:30px;padding:0 12px;border:1px solid #dbe4ef;border-radius:999px;background:#f8fafc;color:#1f2937;display:inline-flex;align-items:center;font-size:12px;font-weight:600}.admin_system_password_form{padding:18px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr)) 140px;align-items:end;gap:12px}.admin_system_password_field div{position:relative}.admin_system_password_field input{padding-right:42px}.admin_password_eye{width:28px;height:28px;border:0;background:transparent;position:absolute;top:50%;right:8px;transform:translateY(-50%);cursor:pointer;color:#8c9aaa;padding:4px;display:inline-flex;align-items:center;justify-content:center}.admin_password_eye svg{display:block}.admin_password_eye.is_visible{color:#1f6feb}.admin_system_password_form>.admin_primary_small_button{min-width:140px;white-space:nowrap}@keyframes adminBankFadeIn{0%{opacity:0}to{opacity:1}}@keyframes adminBankPopIn{0%{opacity:0;transform:scale(.96) translateY(8px)}to{opacity:1;transform:scale(1) translateY(0)}}.admin_proto_table{min-width:1500px;table-layout:fixed}.admin_proto_table th,.admin_proto_table td{overflow:visible;vertical-align:middle}.admin_proto_table th{text-align:center!important}.admin_proto_table th:first-child,.admin_proto_table td:first-child{width:44px;text-align:center}.admin_proto_table th:nth-child(2),.admin_proto_table td:nth-child(2){width:62px;text-align:center}.admin_proto_table th:nth-child(3),.admin_proto_table td:nth-child(3){width:140px;text-align:left}.admin_proto_table th:nth-child(4),.admin_proto_table td:nth-child(4){width:148px;text-align:center}.admin_proto_table th:nth-child(5),.admin_proto_table td:nth-child(5){width:180px;text-align:left}.admin_proto_table th:nth-child(6),.admin_proto_table td:nth-child(6){width:180px;text-align:left}.admin_proto_table th:nth-child(7),.admin_proto_table td:nth-child(7){width:220px;text-align:left}.admin_proto_table th:nth-child(8),.admin_proto_table td:nth-child(8){width:58px;text-align:center}.admin_proto_table th:nth-child(9),.admin_proto_table td:nth-child(9){width:122px;text-align:center}.admin_proto_table th:nth-child(10),.admin_proto_table td:nth-child(10){width:108px;text-align:center}.admin_proto_table th:nth-child(11),.admin_proto_table td:nth-child(11){width:242px;text-align:right}.admin_proto_team_cell,.admin_proto_status_stack{min-width:0;display:flex;align-items:center;gap:7px;justify-items:start}.admin_proto_team_cell strong{max-width:120px;overflow:hidden;color:#202a35;font-size:13px;line-height:1.3;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.admin_proto_linked_cell span{max-width:100%;overflow:hidden;display:block;color:#4e5968;font-size:12px;line-height:1.3;font-weight:600;text-overflow:ellipsis;white-space:nowrap}.admin_proto_league_cell,.admin_proto_time_cell{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin_proto_odd_summary{display:flex;flex-wrap:wrap;gap:4px}.admin_proto_extra_count{min-width:32px;height:24px;padding:0 8px;border-radius:6px;display:inline-flex;align-items:center;justify-content:center;background:#eef4ff;color:#0051c7;font-size:12px;line-height:1;font-weight:700}.admin_proto_odd_summary span{min-height:24px;padding:0 7px;border-radius:6px;flex:0 0 auto;display:inline-flex;align-items:center;background:#f1f3f5;color:#3f4b58;font-size:11px;font-weight:600;white-space:nowrap}.admin_proto_live_state{display:inline-flex;align-items:center;gap:6px}.admin_proto_live_badge{min-height:24px;padding:0 8px;border-radius:6px;display:inline-flex;align-items:center;background:#f1f3f5;color:#4e5968;font-size:11px;line-height:1;font-weight:700}.admin_proto_live_badge.is_live{background:#e8f5ff;color:#0051c7}.admin_proto_live_badge.is_half_time,.admin_proto_live_badge.is_finished{background:#e9f8ef;color:#218047}.admin_proto_live_badge.is_cancelled,.admin_proto_live_badge.is_postponed{background:#fff1f1;color:#d9480f}.admin_proto_live_state small,.admin_proto_live_state em{color:#8b95a1;font-size:11px;line-height:1.2;font-style:normal;font-weight:500}.admin_proto_score_cell{min-width:16px;color:#202a35;font-size:12px;line-height:1.2;font-weight:700}.admin_proto_external_match{margin-top:0;max-width:120px;overflow:hidden;display:block;color:#7b8794;font-size:11px;line-height:1.35;font-weight:500;text-overflow:ellipsis;white-space:nowrap}.admin_proto_actions{position:relative;justify-content:flex-end;gap:6px;flex-wrap:nowrap}.admin_proto_actions>button{height:30px;padding:0 10px;border-radius:7px;font-size:12px;flex:0 0 auto}.admin_proto_action_menu{position:relative;flex:0 0 auto}.admin_proto_menu_trigger{width:32px;height:30px;padding:0;border:1px solid #dfe5ec;border-radius:7px;display:inline-flex;align-items:center;justify-content:center;background:#fff;color:#66717f;font-size:19px;line-height:1;font-weight:800;letter-spacing:0;cursor:pointer}.admin_proto_menu_trigger:hover{border-color:#b8c7dc;color:#202a35}.admin_proto_menu_panel{position:fixed;z-index:3000;width:112px;padding:6px;border:1px solid #dfe5ec;border-radius:8px;display:grid;gap:2px;background:#fff}.admin_proto_menu_panel button{width:100%;height:30px;padding:0 8px;border:0;border-radius:6px;background:transparent;color:#333d4b;font-size:12px;line-height:1;font-weight:600;text-align:left;cursor:pointer}.admin_proto_menu_panel button:hover{background:#f3f6fa}.admin_proto_menu_panel button.is_danger{color:#d9480f}.admin_proto_menu_panel button.is_danger:hover{background:#fff3ef}.admin_proto_finder_modal{width:min(900px,100%)}.admin_proto_finder_body{gap:14px}.admin_proto_finder_match{padding:14px 16px;border:1px solid #e8edf3;border-radius:10px;display:grid;gap:5px;background:#fafbfc}.admin_proto_finder_match span,.admin_proto_candidate_main em,.admin_proto_candidate_state small{color:#7b8794;font-size:12px;line-height:1.3;font-style:normal;font-weight:500}.admin_proto_finder_match strong{color:#202a35;font-size:15px;line-height:1.35;font-weight:700}.admin_proto_finder_match em{color:#4e5968;font-size:12px;line-height:1.3;font-style:normal;font-weight:600}.admin_proto_finder_controls{display:flex;flex-wrap:wrap;column-gap:10px;row-gap:12px;align-items:end}.admin_proto_finder_controls label,.admin_proto_finder_field{min-width:0;display:grid;gap:6px}.admin_proto_finder_controls>:nth-child(1){flex:0 0 146px}.admin_proto_finder_controls>:nth-child(2){flex:0 0 122px}.admin_proto_finder_controls>:nth-child(3){flex:1 1 185px}.admin_proto_finder_controls>:nth-child(4){flex:0 0 116px}.admin_proto_finder_controls>:nth-child(5){flex:1 1 170px}.admin_proto_finder_controls span{color:#4e5968;font-size:12px;font-weight:600}.admin_proto_finder_controls input,.admin_proto_finder_controls select{width:100%;height:38px;padding:0 12px;border:1px solid #d8dee7;border-radius:8px;background:#fff;color:#202a35;font-size:13px;outline:0}.admin_proto_finder_controls .admin_single_date_picker,.admin_proto_finder_controls .admin_single_date_button{width:100%}.admin_proto_finder_controls .admin_single_date_button{height:38px;padding:0 12px;border:1px solid #d8dee7;border-radius:8px;background:#fff}.admin_proto_finder_controls .admin_single_date_button span{color:#202a35;font-size:13px;font-weight:500}.admin_proto_finder_controls .admin_single_date_button svg{color:#7b8794}.admin_proto_finder_controls .admin_single_date_picker .admin_calendar_popover{left:0;right:auto}.admin_proto_finder_controls input:focus,.admin_proto_finder_controls select:focus,.admin_proto_finder_controls .admin_single_date_button:focus,.admin_proto_finder_controls .admin_single_date_button.is_open{border-color:#0051c7}.admin_proto_finder_controls button,.admin_proto_candidate_pick{height:38px;border:1px solid #0051c7;border-radius:8px;background:#0051c7;color:#fff;font-size:13px;font-weight:700;cursor:pointer}.admin_proto_finder_controls button{flex:0 0 82px;margin-left:auto}.admin_proto_finder_controls button:disabled{opacity:.65;cursor:wait}.admin_proto_finder_message{margin:0;padding:10px 12px;border-radius:8px;background:#fff8e8;color:#ad6800;font-size:12px;line-height:1.45;font-weight:600}.admin_proto_candidate_list{max-height:360px;display:grid;gap:8px;overflow:auto}.admin_proto_candidate_item{width:100%;padding:12px;border:1px solid #e8edf3;border-radius:10px;display:grid;grid-template-columns:118px minmax(0,1fr) 96px 62px;gap:12px;align-items:center;background:#fff;color:inherit;text-align:left;cursor:pointer}.admin_proto_candidate_item:hover{border-color:#b8c7dc;background:#fbfdff}.admin_proto_candidate_time{color:#4e5968;font-size:12px;font-weight:700}.admin_proto_candidate_main{min-width:0;display:grid;gap:4px}.admin_proto_candidate_main strong{overflow:hidden;color:#202a35;font-size:13px;line-height:1.35;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.admin_proto_candidate_state{display:grid;gap:4px;justify-items:start}.admin_proto_candidate_state b{color:#0051c7;font-size:12px;line-height:1.2;font-weight:700}.admin_proto_candidate_pick{min-width:0;display:inline-flex;align-items:center;justify-content:center}.admin_proto_candidate_empty{padding:28px 16px;border:1px dashed #d8dee7;border-radius:10px;color:#7b8794;font-size:13px;font-weight:600;text-align:center}.admin_sidebar{position:fixed;inset:0 auto 0 0;z-index:20;width:220px;background:#fff;border-right:1px solid #e9ecef;overflow:hidden}.admin_sidebar_content{height:100%;display:flex;flex-direction:column;overflow-y:auto;scrollbar-width:none}.admin_sidebar_content::-webkit-scrollbar{display:none}.admin_brand{min-height:86px;padding:16px 20px 24px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.admin_brand img{max-width:160px;max-height:48px;object-fit:contain}.admin_sidebar_nav{flex:1;padding:0 12px 18px;display:grid;align-content:start;gap:6px}.admin_nav_group{display:grid;gap:0}.admin_nav_group_trigger{width:100%;min-height:40px;padding:10px 12px 10px 14px;border:0;border-radius:8px;display:flex;align-items:center;justify-content:space-between;gap:10px;background:transparent;color:#495057;font-size:14px;font-weight:700;text-align:left;cursor:pointer;transition:background .15s ease,color .15s ease}.admin_nav_group_trigger:hover,.admin_nav_group.is_active_group>.admin_nav_group_trigger{background:#f1f3f5;color:#212529}.admin_nav_group_trigger i{width:7px;height:7px;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:rotate(45deg);opacity:.65;transition:transform .18s ease,opacity .15s ease}.admin_nav_group.is_open>.admin_nav_group_trigger i{transform:rotate(-135deg);opacity:.9}.admin_nav_group_body{display:grid;grid-template-rows:0fr;transition:grid-template-rows .22s ease}.admin_nav_group.is_open .admin_nav_group_body{grid-template-rows:1fr}.admin_nav_group_inner{min-height:0;overflow:hidden;display:grid;gap:2px;padding:3px 0 0 8px}.admin_nav_item{min-height:40px;padding:10px 14px;border-radius:8px;display:flex;align-items:center;gap:10px;color:#495057;font-size:14px;font-weight:500;transition:background .15s ease,color .15s ease}.admin_nav_group_inner .admin_nav_item{min-height:36px;padding:9px 12px;font-size:13px;font-weight:500}.admin_nav_item:hover{background:#f1f3f5;color:#212529}.admin_nav_item.is_active{background:#e8f4fd;color:#1976d2}.admin_nav_dot{width:8px;height:8px;border-radius:50%;flex:0 0 auto;background:#ced4da;transition:background .15s ease}.admin_nav_item.is_active .admin_nav_dot{background:#1f6feb}.admin_nav_label{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin_right_area{min-height:100vh;margin-left:220px;display:flex;flex-direction:column;overflow:hidden}.admin_header{min-height:56px;padding:8px 24px;display:flex;align-items:center;justify-content:flex-end;gap:16px;flex-shrink:0;background:#fff;border-bottom:1px solid #e9ecef}.admin_notification_wrap{position:relative;display:inline-flex;align-items:center}.admin_notification_button{position:relative;display:flex;align-items:center;justify-content:center;padding:6px;border:0;background:transparent;cursor:pointer;color:#1f6feb;line-height:0}.admin_notification_icon{display:block;flex:0 0 auto;fill:#1f6feb}.admin_notification_badge{position:absolute;top:0;right:0;min-width:16px;height:16px;padding:0 3px;border-radius:50%;border:2px solid #fff;background:#ef4444;color:#fff;font-size:10px;font-weight:700;display:flex;align-items:center;justify-content:center}.admin_notification_panel{width:380px;max-height:520px;border:1px solid #dde5ef;border-radius:14px;background:#fff;position:absolute;top:calc(100% + 8px);right:-10px;z-index:99999;overflow:hidden}.admin_notification_panel_head{height:48px;padding:0 16px;border-bottom:1px solid #edf1f5;display:flex;align-items:center;justify-content:space-between}.admin_notification_panel_head strong{color:#1f2937;font-size:14px;line-height:1;font-weight:600}.admin_notification_panel_head button{border:0;background:transparent;color:#7b8794;font-size:12px;font-weight:600;cursor:pointer}.admin_notification_panel_actions{display:flex;align-items:center;gap:6px}.admin_notification_panel_actions button{height:28px;padding:0 10px;border:1px solid #dce6f1;border-radius:999px;background:#f7f9fc;color:#344054;font-size:12px;line-height:1;font-weight:600;cursor:pointer;transition:background-color .16s ease,border-color .16s ease,color .16s ease}.admin_notification_panel_actions button:hover:not(:disabled){border-color:#cbd8e6;background:#fff;color:#0f172a}.admin_notification_panel_actions button:disabled{color:#a7b1bd;cursor:default;opacity:.72}.admin_notification_list{max-height:470px;overflow-y:auto}.admin_notification_empty{padding:54px 16px;color:#8b98a7;font-size:13px;text-align:center}.admin_notification_item{width:100%;padding:13px 16px;border:0;border-bottom:1px solid #f0f3f7;background:#fff;display:grid;grid-template-columns:1fr auto;gap:6px 10px;text-align:left;cursor:pointer}.admin_notification_item:hover,.admin_notification_item.is_unread{background:#f8fbff}.admin_notification_label{width:fit-content;min-width:54px;height:22px;padding:0 8px;border-radius:999px;background:#eef5ff;color:#1f6feb;display:inline-flex;align-items:center;justify-content:center;font-size:11px;font-weight:600}.admin_notification_label.is_withdraw,.admin_notification_label.is_loginFail{background:#fff1f2;color:#e03131}.admin_notification_label.is_deposit,.admin_notification_label.is_high_win{background:#ecfdf3;color:#139b5a}.admin_notification_label.is_support,.admin_notification_label.is_high_transfer{background:#f4f0ff;color:#6941c6}.admin_notification_time{color:#9aa6b2;font-size:11px;line-height:22px;font-weight:500}.admin_notification_item strong{grid-column:1 / -1;color:#243447;font-size:13px;line-height:1.45;font-weight:500}.admin_notification_item em{grid-column:1 / -1;color:#1f6feb;font-size:13px;font-style:normal;font-weight:600}.admin_notification_history_table{min-width:980px}.admin_notification_history_table th,.admin_notification_history_table td{text-align:center}.admin_notification_history_table th:nth-child(3),.admin_notification_history_table td:nth-child(3){width:36%;text-align:left}.admin_notification_history_message{color:#243447;font-weight:500}.admin_header_user{display:flex;align-items:center;gap:10px}.admin_user_avatar{width:34px;height:34px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:#1f6feb;color:#fff;font-size:14px;line-height:1;font-weight:700}.admin_user_text{min-width:0;display:grid;gap:2px}.admin_user_text strong{color:#495057;font-size:13px;line-height:1.2;font-weight:600}.admin_user_text small{color:#868e96;font-size:11px;line-height:1.2;font-weight:500}.admin_header_user button{height:32px;padding:0 12px;border:1px solid #e0e0e0;border-radius:8px;background:transparent;color:#495057;font-size:12px;font-weight:600;cursor:pointer}.admin_header_user button:hover{background:#f5f5f5}.admin_context_bar{flex-shrink:0;padding:15px 24px;display:flex;align-items:center;gap:12px;flex-wrap:wrap;font-size:13px;color:#495057;border-bottom:1px solid #e9ecef;background:#fff}.admin_context_balance,.admin_context_counts{display:flex;align-items:center}.admin_context_balance{gap:16px}.admin_context_counts{gap:8px}.admin_context_stat{display:inline-flex;align-items:center;gap:6px;white-space:nowrap}.admin_context_stat span,.admin_context_online span{color:#868e96;font-size:12px;font-weight:500}.admin_context_count span{color:#868e96;font-size:13px;font-weight:500}.admin_context_stat strong,.admin_context_count strong,.admin_context_online strong{color:#212529;font-size:13px;font-weight:700;font-feature-settings:"tnum"}.admin_context_divider{width:1px;height:20px;background:#e9ecef}.admin_context_count,.admin_context_online{border:0;background:transparent;display:inline-flex;align-items:center;gap:6px;cursor:pointer;white-space:nowrap;font:inherit;line-height:normal;transition:background .15s ease}.admin_context_count{padding:4px 10px;border-radius:8px}.admin_context_count:hover{background:#1f6feb14}.admin_context_count strong{color:#adb5bd}.admin_context_count.is_active strong{color:#1f6feb}.admin_context_online{margin-left:auto;padding:0}.admin_context_online_dot{width:7px;height:7px;border-radius:50%;display:inline-block;background:#4caf50;box-shadow:0 0 0 2px #4caf5033}.admin_context_online strong{color:#212529}.admin_content_wrapper{flex:1;padding:10px;overflow:auto;background:#f5f5f5}.admin_content_inner{min-height:calc(100vh - 124px)}.admin_empty_surface{min-height:calc(100vh - 161px);border:1px solid #eee;border-radius:10px;background:#fff}.admin_agent_overview{display:grid;gap:14px}.admin_overview_section_head{overflow:visible;align-items:center;gap:14px}.admin_overview_section_head .admin_date_range_picker{margin-left:auto}.admin_overview_section_head .admin_date_range_button{width:300px}.admin_sub_agents_page{display:grid;gap:14px}.admin_sub_agent_summary{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px}.admin_sub_agent_stat{min-height:74px;padding:14px 16px;border:1px solid #e9ecef;border-radius:10px;display:grid;align-content:center;gap:6px;background:#fff}.admin_sub_agent_stat span{color:#8b95a1;font-size:12px;font-weight:600}.admin_sub_agent_stat strong{color:#212529;font-size:19px;line-height:1.15;font-weight:700}.admin_sub_agent_filters{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:6px;margin-left:auto}.admin_sub_agent_head_actions{margin-left:auto;display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap}.admin_sub_agent_create_button{height:34px;padding:0 16px;border:1px solid #1f6feb;border-radius:9px;background:#1f6feb;color:#fff;font-family:inherit;font-size:13px;font-weight:600;cursor:pointer;transition:background .15s ease,border-color .15s ease}.admin_sub_agent_create_button:hover{border-color:#064fba;background:#064fba}.admin_sub_agent_filter_button{height:34px;padding:0 15px;border:1px solid transparent;border-radius:999px;display:inline-flex;align-items:center;gap:8px;background:#f1f3f5;color:#868e96;font-family:inherit;font-size:13px;line-height:1;font-weight:600;cursor:pointer;transition:border-color .15s ease,background .15s ease,color .15s ease}.admin_sub_agent_filter_button:hover{background:#e9ecef;color:#495057}.admin_sub_agent_filter_mark{width:8px;height:8px;border-radius:50%;display:inline-block;flex:0 0 auto;background:#adb5bd}.admin_sub_agent_filter_mark.is_hq{background:#3b82f6}.admin_sub_agent_filter_mark.is_branch{background:#22c55e}.admin_sub_agent_filter_mark.is_office{background:#ef4444}.admin_sub_agent_filter_mark.is_store{background:#eab308}.admin_sub_agent_filter_button.is_active{border-color:#3b82f6;background:#3b82f60f;color:#3b82f6}.admin_sub_agent_filter_button.is_hq.is_active{border-color:#3b82f6;background:#3b82f614;color:#3b82f6}.admin_sub_agent_filter_button.is_branch.is_active{border-color:#22c55e;background:#22c55e14;color:#16a34a}.admin_sub_agent_filter_button.is_office.is_active{border-color:#ef4444;background:#ef444414;color:#ef4444}.admin_sub_agent_filter_button.is_store.is_active{border-color:#eab308;background:#eab3081f;color:#a16207}.admin_link_button{border:0;background:transparent;color:#064fba;font:inherit;font-weight:600;padding:0;cursor:pointer}.admin_link_button:hover{color:#003f96;text-decoration:underline;text-underline-offset:3px}.admin_role_badge.is_member{color:#4b5563;background:#f3f4f6}.admin_sub_agent_table th,.admin_sub_agent_table td{text-align:center}.admin_sub_agent_table th:nth-child(4),.admin_sub_agent_table td:nth-child(4),.admin_sub_agent_table th:nth-child(5),.admin_sub_agent_table td:nth-child(5){text-align:left}.admin_sub_agent_row_actions{display:inline-flex;align-items:center;justify-content:center;gap:6px;white-space:nowrap}.admin_sub_agent_row_actions button{height:30px;padding:0 11px;border:1px solid #dbe5f2;border-radius:8px;background:#fff;color:#1f334a;font-family:inherit;font-size:12px;font-weight:600;cursor:pointer;transition:border-color .15s ease,background .15s ease,color .15s ease}.admin_sub_agent_row_actions button:hover{border-color:#1f6feb;background:#eef5ff;color:#064fba}.admin_segmented{display:inline-flex;align-items:center;gap:4px;padding:4px;border:1px solid #dbe5f2;border-radius:12px;background:#fff}.admin_segmented button{height:30px;padding:0 14px;border:0;border-radius:8px;background:transparent;color:#536273;font-size:13px;font-weight:600;cursor:pointer;transition:background .18s ease,color .18s ease}.admin_segmented button:hover,.admin_segmented button.is_active{background:#eef5ff;color:#064fba}.admin_account_detail_head{display:flex;align-items:center;gap:14px;margin-bottom:14px}.admin_account_detail_head>button{height:36px;padding:0 16px;border:1px solid #dbe5f2;border-radius:9px;background:#fff;color:#1f334a;font-size:13px;font-weight:600;cursor:pointer}.admin_account_detail_head span{display:block;color:#064fba;font-size:12px;font-weight:700;margin-bottom:4px}.admin_account_detail_head h2{margin:0;color:#0d1b2a;font-size:22px;font-weight:700}.admin_account_detail{display:grid;gap:16px}.admin_account_profile_bar{display:flex;align-items:center;justify-content:space-between;gap:22px;padding:16px 20px;border:1px solid #dbe5f2;border-radius:12px;background:#fff}.admin_account_profile_identity{display:flex;align-items:center;gap:12px;min-width:260px}.admin_account_profile_identity strong{display:flex;align-items:baseline;gap:6px;color:#0d1b2a;font-size:18px;font-weight:700;white-space:nowrap}.admin_account_profile_identity em{color:#6b7a8d;font-size:13px;font-style:normal;font-weight:500}.admin_account_profile_metrics{display:grid;grid-template-columns:repeat(4,minmax(130px,1fr));gap:0;flex:1}.admin_account_profile_metrics>div{padding:0 18px;border-left:1px solid #edf2f7}.admin_account_profile_metrics span{display:block;color:#7a8797;font-size:11px;font-weight:600;margin-bottom:5px}.admin_account_profile_metrics strong{color:#0d1b2a;font-size:15px;font-weight:700}.admin_account_tabs{display:flex;align-items:center;gap:0;overflow-x:auto;padding:0 18px;border:1px solid #dbe5f2;border-radius:12px;background:#fff}.admin_account_tabs button{height:46px;padding:0 18px;border:0;border-bottom:2px solid transparent;background:transparent;color:#69788a;font-size:13px;font-weight:600;white-space:nowrap;cursor:pointer;transition:color .16s ease,border-color .16s ease}.admin_account_tabs button:hover,.admin_account_tabs button.is_active{color:#064fba;border-bottom-color:#064fba}.admin_account_stat_grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.admin_account_stat_grid>div,.admin_account_child_grid>div{border:1px solid #dbe5f2;border-radius:12px;background:#fff;padding:15px 16px}.admin_account_stat_grid span,.admin_account_child_grid span,.admin_account_info_grid span{display:block;color:#7a8797;font-size:12px;font-weight:600;margin-bottom:7px}.admin_account_stat_grid strong,.admin_account_child_grid strong,.admin_account_info_grid strong{color:#0d1b2a;font-size:16px;font-weight:700}.admin_account_detail_card_head{gap:14px}.admin_account_ledger_head{overflow:visible}.admin_account_ledger_head .admin_list_toolbar{justify-content:flex-end}.admin_account_ledger_head .admin_date_range_picker{width:300px;flex:0 0 auto}.admin_account_adjust_buttons,.admin_balance_actions{display:flex;align-items:center;justify-content:flex-end;gap:6px;flex-wrap:wrap}.admin_account_adjust_buttons button,.admin_balance_actions button{height:30px;padding:0 12px;border:1px solid #cfe0f5;border-radius:8px;background:#f8fbff;color:#064fba;font-size:12px;font-weight:700;cursor:pointer;transition:background .18s ease,border-color .18s ease}.admin_account_adjust_buttons button:hover,.admin_balance_actions button:hover{background:#edf5ff;border-color:#a9c8ef}.admin_account_adjust_buttons button:disabled,.admin_balance_actions button:disabled{opacity:.55;cursor:not-allowed}.admin_account_info_grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;padding:4px 18px 20px}.admin_account_info_grid>div{min-height:68px;padding:14px 16px;border-bottom:1px solid #edf2f7}.admin_account_info_grid>div:nth-last-child(-n+4){border-bottom:0}.admin_account_edit_form{padding:4px 18px 18px}.admin_account_edit_grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.admin_account_edit_grid.is_password{grid-template-columns:repeat(2,minmax(0,1fr))}.admin_account_edit_grid.is_bank{grid-template-columns:repeat(3,minmax(0,1fr))}.admin_account_edit_field{display:grid;gap:7px}.admin_account_edit_field span{color:#596879;font-size:12px;font-weight:600}.admin_account_edit_field input,.admin_account_edit_field select{width:100%;height:40px;padding:0 12px;border:1px solid #dbe5f2;border-radius:8px;background:#fff;color:#0d1b2a;font-size:13px;font-weight:600;outline:none;transition:border-color .16s ease,background .16s ease}.admin_account_password_input_wrap{position:relative}.admin_account_password_input_wrap input{padding-right:40px}.admin_account_password_eye{position:absolute;top:50%;right:10px;display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;padding:0;border:0;background:transparent;color:#7a8797;cursor:pointer;transform:translateY(-50%);transition:color .16s ease}.admin_account_password_eye:hover{color:#064fba}.admin_account_edit_field select{cursor:pointer}.admin_account_edit_field input:focus,.admin_account_edit_field select:focus{border-color:#7daeea;background:#fbfdff}.admin_account_edit_field.is_readonly input{background:#f7f9fc;color:#536273;cursor:default}.admin_account_edit_actions{display:flex;justify-content:flex-end;gap:8px;margin-top:16px;padding-top:16px;border-top:1px solid #edf2f7}.admin_account_edit_actions button{min-width:92px;height:36px;border:1px solid #dbe5f2;border-radius:8px;background:#fff;color:#536273;font-size:13px;font-weight:700;cursor:pointer;transition:background .16s ease,border-color .16s ease,color .16s ease}.admin_account_edit_actions button:hover:not(:disabled){border-color:#bfd3ee;background:#f7fbff;color:#064fba}.admin_account_edit_actions button[type=submit]{border-color:#0b58c8;background:#0b58c8;color:#fff}.admin_account_edit_actions button[type=submit]:hover:not(:disabled){border-color:#064fba;background:#064fba;color:#fff}.admin_account_edit_actions button:disabled{opacity:.55;cursor:not-allowed}.admin_account_edit_actions.is_compact{margin-top:12px;padding-top:12px}.admin_account_form_split{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:16px}.admin_account_section_body{padding:4px 18px 18px}.admin_account_password_body{display:grid;gap:14px}.admin_account_password_row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.admin_account_message_grid{display:grid;grid-template-columns:minmax(360px,.85fr) minmax(0,1.15fr);gap:16px;align-items:start}.admin_account_message_form{display:grid;gap:14px;padding:4px 18px 18px}.admin_account_message_form .admin_account_edit_field textarea{width:100%;min-height:210px;padding:12px 14px;border:1px solid #dbe5f2;border-radius:8px;background:#fff;color:#0d1b2a;font-family:inherit;font-size:13px;line-height:1.55;font-weight:500;resize:vertical;outline:none;transition:border-color .16s ease,background .16s ease}.admin_account_message_form .admin_account_edit_field textarea:focus{border-color:#7daeea;background:#fbfdff}.admin_account_message_table th,.admin_account_message_table td{text-align:center}.admin_account_message_table .admin_support_title_cell{text-align:left}.admin_account_money_card .admin_data_card_head{min-height:58px}.admin_soft_button{height:30px;padding:0 14px;border:0;border-radius:15px;background:#f1f5fa;color:#6b7a8d;font-size:12px;font-weight:700;cursor:pointer;transition:background .16s ease,color .16s ease}.admin_soft_button:hover{background:#eef5ff;color:#064fba}.admin_account_sub_head{align-items:center;border-bottom:0;padding-bottom:10px}.admin_account_sub_toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:18px 14px;border-bottom:1px solid #eef1f4}.admin_account_sub_filters{display:inline-flex;align-items:center;gap:4px;padding:4px;border:1px solid #dbe5f2;border-radius:10px;background:#fff}.admin_account_sub_filters button{height:28px;padding:0 12px;border:0;border-radius:7px;background:transparent;color:#657386;font-size:12px;font-weight:700;cursor:pointer;transition:background .16s ease,color .16s ease}.admin_account_sub_filters button:hover,.admin_account_sub_filters button.is_active{background:#eef5ff;color:#064fba}.admin_account_sub_search input{width:220px}.admin_account_sub_table th,.admin_account_sub_table td{text-align:center;white-space:nowrap}.admin_account_sub_table .admin_table_key{text-align:center}.admin_account_sub_nickname{display:block;margin-top:3px;color:#7a8797;font-size:11px;font-weight:500}.admin_account_sub_footer{min-height:48px;padding:10px 18px;border-top:1px solid #edf2f7;display:flex;align-items:center;justify-content:space-between;gap:12px}.admin_account_sub_footer>div:first-child{display:flex;align-items:center;gap:10px}.admin_account_sub_footer select{height:28px;padding:0 8px;border:1px solid #dbe5f2;border-radius:6px;background:#fff;color:#4e5968;font-size:12px;font-weight:600}.admin_account_sub_footer span{color:#7a8797;font-size:12px;font-weight:600}.admin_pagination.compact{min-height:auto;padding:0;border-top:0;background:transparent;justify-content:flex-end;gap:4px}.admin_pagination.compact button{min-width:28px;height:28px;padding:0 8px;border:1px solid #dfe5ec;border-radius:6px;background:#fff;color:#4e5968;font-size:12px;font-weight:700;cursor:pointer}.admin_pagination.compact button.is_active,.admin_pagination.compact button:hover:not(:disabled){border-color:#0b58c8;color:#0b58c8}.admin_pagination.compact button:disabled{opacity:.45;cursor:default}.admin_account_child_grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:0 18px 18px}.admin_account_ledger_grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.admin_balance_table th,.admin_balance_table td{text-align:center}.admin_balance_actions{justify-content:center;gap:5px}.admin_balance_actions button{min-width:76px;padding:0 10px}.admin_adjust_modal{width:min(430px,calc(100vw - 36px));border:1px solid #dbe5f2;border-radius:16px;background:#fff;overflow:hidden}.admin_adjust_modal_head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:20px 22px 16px;border-bottom:1px solid #edf2f7}.admin_adjust_modal_head strong{display:block;color:#0d1b2a;font-size:18px;font-weight:700}.admin_adjust_modal_head span{display:block;margin-top:5px;color:#718096;font-size:13px;font-weight:600}.admin_adjust_modal_head button{border:0;background:transparent;color:#8492a6;font-size:24px;line-height:1;cursor:pointer}.admin_adjust_balance{display:flex;align-items:center;justify-content:space-between;margin:18px 22px 14px;padding:13px 14px;border-radius:10px;background:#f6f9fd}.admin_adjust_balance span,.admin_adjust_field span{color:#6b7788;font-size:12px;font-weight:700}.admin_adjust_balance strong{color:#0d1b2a;font-size:15px;font-weight:700}.admin_adjust_field{display:grid;gap:8px;margin:0 22px 14px}.admin_adjust_field input{width:100%;height:42px;border:1px solid #d5e0ee;border-radius:10px;background:#fff;color:#0d1b2a;font-size:14px;font-weight:600;padding:0 13px;outline:0}.admin_adjust_field input:focus{border-color:#8ab6ee}.admin_adjust_quick{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;margin:0 22px 16px}.admin_adjust_quick button{height:34px;border:1px solid #d5e0ee;border-radius:8px;background:#fff;color:#2d3d50;font-size:12px;font-weight:700;cursor:pointer}.admin_adjust_actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:18px 22px 22px;border-top:1px solid #edf2f7}.admin_adjust_actions button{height:42px;border:1px solid #d5e0ee;border-radius:10px;background:#fff;color:#2d3d50;font-size:14px;font-weight:700;cursor:pointer}.admin_adjust_actions button:last-child{border-color:#075bd7;background:#075bd7;color:#fff}.admin_adjust_actions button:disabled{cursor:not-allowed;opacity:.55}.admin_exchange_page{display:grid;gap:14px}.admin_exchange_request_grid{display:grid;grid-template-columns:minmax(0,1fr) 420px;gap:14px;align-items:start}.admin_wallet_request_page{overflow:visible}.admin_wallet_request_head{align-items:center}.admin_wallet_status_tabs{display:flex;align-items:center;gap:6px}.admin_wallet_status_tabs button{height:30px;padding:0 13px;border:0;border-radius:7px;background:transparent;color:#66717f;font-size:12px;font-weight:600;cursor:pointer}.admin_wallet_status_tabs button{border:1px solid #e9ecef;background:#fff}.admin_wallet_status_tabs button.is_active{border-color:#0051c7;background:#f0f6ff;color:#0051c7}.admin_wallet_status_tabs button:hover:not(.is_active){border-color:#c9d7e6;background:#f8fafc;color:#333d4b}.admin_wallet_summary{padding:14px 18px;border-bottom:1px solid #eef1f4;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;background:#fbfcfd}.admin_wallet_summary div{min-height:58px;padding:10px 14px;border:1px solid #edf1f5;border-radius:9px;display:grid;gap:4px;background:#fff}.admin_wallet_summary span{color:#8b95a1;font-size:13px;font-weight:500}.admin_wallet_summary strong{color:#212529;font-size:16px;line-height:1.2;font-weight:600}.admin_wallet_filters{padding:14px 18px;border-bottom:1px solid #eef1f4;display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.admin_data_card{border:1px solid #e9ecef;border-radius:10px;overflow:hidden;background:#fff}.admin_filter_data_card{overflow:visible}.admin_data_card_head{min-height:58px;padding:14px 18px;display:flex;align-items:center;justify-content:space-between;gap:12px;border-bottom:1px solid #eef1f4}.admin_data_card_head>div>span{display:none}.admin_data_card_head h2{color:#212529;font-size:15px;line-height:1.25;font-weight:700}.admin_data_head_help{margin-top:5px;color:#7a8797;font-size:12px;font-weight:500;line-height:1.35}.admin_table_scroll{width:100%;overflow-x:auto}.admin_table{width:100%;min-width:720px;border-collapse:collapse;font-size:13px}.admin_summary_table{min-width:1040px}.admin_history_table{min-width:860px}.admin_sub_agent_table{min-width:1120px}.admin_member_table{min-width:1380px}.admin_member_table.is_sortable{table-layout:fixed;min-width:1660px}.admin_member_table.is_sortable th,.admin_member_table.is_sortable td{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin_member_table.is_sortable th:nth-child(1){width:64px}.admin_member_table.is_sortable th:nth-child(2){width:110px}.admin_member_table.is_sortable th:nth-child(3){width:140px}.admin_member_table.is_sortable th:nth-child(4){width:95px}.admin_member_table.is_sortable th:nth-child(5){width:95px}.admin_member_table.is_sortable th:nth-child(6){width:125px}.admin_member_table.is_sortable th:nth-child(7){width:120px}.admin_member_table.is_sortable th:nth-child(8){width:120px}.admin_member_table.is_sortable th:nth-child(9){width:120px}.admin_member_table.is_sortable th:nth-child(10){width:145px}.admin_member_table.is_sortable th:nth-child(11){width:105px}.admin_member_table.is_sortable th:nth-child(12){width:190px}.admin_member_table.is_sortable th:nth-child(13){width:85px}.admin_member_table.is_sortable th:nth-child(14){width:145px}.admin_rejected_signup_table{min-width:1260px}.admin_rejected_signup_table th:last-child,.admin_rejected_signup_table td:last-child{width:100px;text-align:center}.admin_site_login_table{min-width:1180px}.admin_admin_login_table{min-width:960px}.admin_ip_management_table{min-width:1080px}.admin_ip_modal_table{min-width:620px}.admin_online_table{min-width:1180px}.admin_daily_table{min-width:1480px}.admin_sub_member_daily_table{min-width:1420px}.admin_exchange_table{min-width:760px}.admin_wallet_request_table{min-width:1560px}.admin_charge_exchange_table{min-width:1040px}.admin_live_betting_table{min-width:1080px}.admin_betting_history_table{min-width:1260px}.admin_game_betting_table{min-width:1480px}.admin_sports_bet_page{display:grid;gap:14px}.admin_sports_bet_head{min-height:62px;border:1px solid #dde3ea;border-radius:8px;background:#fff}.admin_sports_bet_count{padding:0 2px;color:#6b7684;font-size:12px;line-height:1.4;font-weight:600}.admin_sports_bet_list{display:grid;gap:12px}.admin_sports_bet_card{border:1px solid #dfe5ec;border-radius:8px;overflow:hidden;background:#fff}.admin_sports_bet_table{width:100%;border-collapse:collapse;table-layout:fixed}.admin_sports_bet_table th{height:38px;padding:0 12px;background:#f8f9fa;border-bottom:1px solid #e9ecef;color:#66717f;font-size:12px;line-height:1.2;font-weight:600;text-align:center;white-space:nowrap}.admin_sports_bet_table td{height:42px;padding:5px 12px;border-bottom:1px solid #f0f2f5;color:#4e5968;font-size:12px;line-height:1.25;font-weight:500;text-align:center;vertical-align:middle}.admin_sports_bet_table tbody tr:last-child td{border-bottom:0}.admin_sports_bet_table th:nth-child(1),.admin_sports_bet_table td:nth-child(1){width:116px}.admin_sports_bet_table th:nth-child(2),.admin_sports_bet_table td:nth-child(2){width:210px;text-align:left}.admin_sports_bet_table th:nth-child(3),.admin_sports_bet_table td:nth-child(3),.admin_sports_bet_table th:nth-child(5),.admin_sports_bet_table td:nth-child(5){width:30%}.admin_sports_bet_table th:nth-child(4),.admin_sports_bet_table td:nth-child(4){width:120px}.admin_sports_bet_table th:nth-child(6),.admin_sports_bet_table td:nth-child(6){width:118px}.admin_sports_bet_table th:nth-child(7),.admin_sports_bet_table td:nth-child(7){width:82px}.admin_sports_bet_odd{min-height:30px;padding:0 11px;border:1px solid transparent;border-radius:7px;display:flex;align-items:center;justify-content:space-between;gap:10px;color:#333d4b;background:transparent}.admin_sports_bet_odd.is_selected{border-color:#b9d5ff;background:#f0f6ff;color:#0051c7}.admin_sports_bet_odd span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin_sports_bet_odd strong{flex:0 0 auto;font-size:12px;font-weight:800}.admin_sports_bet_result{color:#2f80ed;font-size:12px;line-height:1;font-weight:800;white-space:nowrap}.admin_sports_bet_result.is_win{color:#ff4d4f}.admin_sports_bet_result.is_lose{color:#2f80ed}.admin_sports_bet_result.is_void{color:#f59f00}.admin_sports_bet_result.is_pending{color:#6b7684}.admin_sports_bet_summary{min-height:46px;padding:9px 14px;border-top:1px solid #edf1f5;display:flex;align-items:center;flex-wrap:wrap;gap:8px 14px;background:#fbfcfd;color:#4e5968;font-size:12px;line-height:1.35;font-weight:600}.admin_sports_bet_summary strong{color:#212529;font-weight:700}.admin_sports_bet_summary strong span{margin-left:2px}.admin_sports_bet_summary em{margin-left:auto;font-style:normal}.admin_sports_bet_empty{min-height:160px;border:1px solid #dde3ea;border-radius:8px;display:flex;align-items:center;justify-content:center;background:#fff;color:#6b7684;font-size:13px;font-weight:600}.admin_table th{height:42px;padding:0 16px;background:#f8f9fa;border-bottom:1px solid #e9ecef;color:#66717f;font-size:12px;line-height:1.2;font-weight:600;text-align:right;white-space:nowrap}.admin_table th:first-child,.admin_table td:first-child{text-align:left}.admin_table td{height:44px;padding:0 16px;border-bottom:1px solid #f0f2f5;color:#4e5968;font-weight:500;text-align:right;white-space:nowrap}.admin_table tbody tr:last-child td{border-bottom:0}.admin_table tbody tr:hover td{background:#fbfcfd}.admin_site_login_table th,.admin_site_login_table td,.admin_admin_login_table th,.admin_admin_login_table td,.admin_ip_management_table th,.admin_ip_management_table td,.admin_ip_modal_table th,.admin_ip_modal_table td,.admin_site_login_table th:first-child,.admin_site_login_table td:first-child,.admin_admin_login_table th:first-child,.admin_admin_login_table td:first-child,.admin_ip_management_table th:first-child,.admin_ip_management_table td:first-child,.admin_ip_modal_table th:first-child,.admin_ip_modal_table td:first-child{text-align:center}.admin_table_key{color:#212529;font-weight:700}.admin_table_no{color:#868e96;font-weight:600;text-align:center}.admin_table.admin_proto_table{min-width:1280px}.admin_table.admin_proto_table th,.admin_table.admin_proto_table td{height:42px;padding:0 8px;text-align:center!important}.admin_table.admin_proto_table th:first-child,.admin_table.admin_proto_table td:first-child{width:38px;text-align:center!important}.admin_table.admin_proto_table th:nth-child(2),.admin_table.admin_proto_table td:nth-child(2){width:54px}.admin_table.admin_proto_table th:nth-child(3),.admin_table.admin_proto_table td:nth-child(3){width:96px}.admin_table.admin_proto_table th:nth-child(4),.admin_table.admin_proto_table td:nth-child(4){width:130px}.admin_table.admin_proto_table th:nth-child(5),.admin_table.admin_proto_table td:nth-child(5),.admin_table.admin_proto_table th:nth-child(6),.admin_table.admin_proto_table td:nth-child(6){width:130px}.admin_table.admin_proto_table th:nth-child(7),.admin_table.admin_proto_table td:nth-child(7){width:226px}.admin_table.admin_proto_table th:nth-child(8),.admin_table.admin_proto_table td:nth-child(8){width:46px}.admin_table.admin_proto_table th:nth-child(9),.admin_table.admin_proto_table td:nth-child(9){width:96px}.admin_table.admin_proto_table th:nth-child(10),.admin_table.admin_proto_table td:nth-child(10){width:88px}.admin_table.admin_proto_table th:nth-child(11),.admin_table.admin_proto_table td:nth-child(11){width:206px}.admin_table.admin_proto_table td:nth-child(3),.admin_table.admin_proto_table td:nth-child(5),.admin_table.admin_proto_table td:nth-child(6){text-align:center!important}.admin_table.admin_proto_table .admin_proto_team_cell,.admin_table.admin_proto_table .admin_proto_status_stack,.admin_table.admin_proto_table .admin_proto_live_state,.admin_table.admin_proto_table .admin_proto_actions{justify-content:center}.admin_table.admin_proto_table .admin_proto_odd_summary{flex-wrap:nowrap;justify-content:center}.admin_table.admin_proto_table .admin_proto_team_cell strong,.admin_table.admin_proto_table .admin_proto_linked_cell span,.admin_table.admin_proto_table .admin_proto_league_cell,.admin_table.admin_proto_table .admin_proto_time_cell{margin:0 auto}.admin_history_table th:first-child,.admin_history_table td:first-child{width:68px;text-align:center}.admin_history_table th:nth-child(2),.admin_history_table td:nth-child(2),.admin_history_table th:nth-child(3),.admin_history_table td:nth-child(3),.admin_history_table th:nth-child(4),.admin_history_table td:nth-child(4){text-align:left}.admin_sub_agent_table th:first-child,.admin_sub_agent_table td:first-child,.admin_sub_agent_table th:nth-child(2),.admin_sub_agent_table td:nth-child(2),.admin_sub_agent_table th:nth-child(3),.admin_sub_agent_table td:nth-child(3),.admin_sub_agent_table th:nth-child(4),.admin_sub_agent_table td:nth-child(4),.admin_sub_agent_table th:nth-child(5),.admin_sub_agent_table td:nth-child(5),.admin_sub_agent_table th:nth-child(8),.admin_sub_agent_table td:nth-child(8),.admin_sub_agent_table th:nth-child(9),.admin_sub_agent_table td:nth-child(9){text-align:left}.admin_member_table th:first-child,.admin_member_table td:first-child{width:64px;text-align:center}.admin_sort_head{width:100%;padding:0;border:0;background:none;color:inherit;font:inherit;text-align:inherit;cursor:pointer;white-space:nowrap}.admin_sort_head:hover{color:#34568b}.admin_sort_head.is_active{color:#0051c7}.admin_sort_mark{display:inline-block;width:12px;margin-left:3px;color:#b4bdc8;font-size:10px;text-align:center}.admin_sort_head:hover .admin_sort_mark{color:#7d8b9c}.admin_sort_mark.is_active{color:#0051c7}.admin_member_table th:nth-child(2),.admin_member_table td:nth-child(2),.admin_member_table th:nth-child(3),.admin_member_table td:nth-child(3),.admin_member_table th:nth-child(4),.admin_member_table td:nth-child(4),.admin_member_table th:nth-child(5),.admin_member_table td:nth-child(5),.admin_member_table th:nth-child(11),.admin_member_table td:nth-child(11),.admin_member_table th:nth-child(12),.admin_member_table td:nth-child(12){text-align:left}.admin_online_table th:nth-child(1),.admin_online_table td:nth-child(1),.admin_online_table th:nth-child(2),.admin_online_table td:nth-child(2),.admin_online_table th:nth-child(3),.admin_online_table td:nth-child(3),.admin_online_table th:nth-child(4),.admin_online_table td:nth-child(4),.admin_online_table th:nth-child(9),.admin_online_table td:nth-child(9),.admin_online_table th:nth-child(10),.admin_online_table td:nth-child(10){text-align:left}.admin_online_table th:nth-child(11),.admin_online_table td:nth-child(11){width:96px;text-align:center}.admin_force_logout_button{min-width:74px;height:30px;padding:0 10px;border:1px solid #e3c7c7;border-radius:7px;background:#fff;color:#c0392b;font-size:13px;font-weight:600;cursor:pointer}.admin_force_logout_button:hover:not(:disabled){border-color:#d9a5a5;background:#fdf3f3}.admin_force_logout_button:disabled{border-color:#e6ebf1;background:#f4f6f9;color:#a9b4c2;cursor:not-allowed}.admin_daily_table th:first-child,.admin_daily_table td:first-child{width:118px;text-align:left}.admin_daily_table th:last-child,.admin_daily_table td:last-child{text-align:center}.admin_daily_table tfoot td{height:48px;border-top:1px solid #dfe8f6;border-bottom:0;background:#f8fbff;color:#212529;font-weight:700}.admin_sub_member_daily_table th:first-child,.admin_sub_member_daily_table td:first-child,.admin_sub_member_daily_table th:nth-child(2),.admin_sub_member_daily_table td:nth-child(2){text-align:left}.admin_exchange_table th:first-child,.admin_exchange_table td:first-child,.admin_exchange_table th:nth-child(5),.admin_exchange_table td:nth-child(5){width:88px;text-align:center}.admin_exchange_table th:nth-child(2),.admin_exchange_table td:nth-child(2),.admin_exchange_table th:nth-child(4),.admin_exchange_table td:nth-child(4){text-align:left}.admin_wallet_request_table th:first-child,.admin_wallet_request_table td:first-child,.admin_wallet_request_table th:nth-child(10),.admin_wallet_request_table td:nth-child(10),.admin_wallet_request_table th:last-child,.admin_wallet_request_table td:last-child{text-align:center}.admin_wallet_request_table th:nth-child(9),.admin_wallet_request_table td:nth-child(9){text-align:right}.admin_wallet_request_table th:nth-child(11),.admin_wallet_request_table td:nth-child(11),.admin_wallet_request_table th:nth-child(12),.admin_wallet_request_table td:nth-child(12){white-space:nowrap}.admin_request_actions{display:inline-flex;align-items:center;justify-content:center;gap:4px}.admin_request_actions button{height:26px;padding:0 9px;border:0;border-radius:6px;font-size:11px;font-weight:700;cursor:pointer}.admin_request_actions button:hover{filter:saturate(1.08)}.admin_request_actions button.is_approve{background:#e9f8ef;color:#218047}.admin_request_actions button.is_approve:hover{background:#dcf4e6}.admin_request_actions button.is_reject{background:#fff0f0;color:#d9480f}.admin_request_actions button.is_reject:hover{background:#ffe3e3}.admin_processed_text{color:#8b95a1;font-size:12px;font-weight:600}.admin_charge_exchange_table th:first-child,.admin_charge_exchange_table td:first-child{width:72px;text-align:center}.admin_charge_exchange_table th:nth-child(2),.admin_charge_exchange_table td:nth-child(2),.admin_charge_exchange_table th:nth-child(3),.admin_charge_exchange_table td:nth-child(3),.admin_charge_exchange_table th:nth-child(6),.admin_charge_exchange_table td:nth-child(6),.admin_charge_exchange_table th:nth-child(7),.admin_charge_exchange_table td:nth-child(7){text-align:left}.admin_live_betting_table th:nth-child(1),.admin_live_betting_table td:nth-child(1),.admin_live_betting_table th:nth-child(2),.admin_live_betting_table td:nth-child(2),.admin_live_betting_table th:nth-child(3),.admin_live_betting_table td:nth-child(3),.admin_live_betting_table th:nth-child(6),.admin_live_betting_table td:nth-child(6),.admin_live_betting_table th:nth-child(7),.admin_live_betting_table td:nth-child(7){text-align:left}.admin_betting_history_table th:first-child,.admin_betting_history_table td:first-child{width:72px;text-align:center}.admin_betting_history_table th:nth-child(2),.admin_betting_history_table td:nth-child(2),.admin_betting_history_table th:nth-child(3),.admin_betting_history_table td:nth-child(3),.admin_betting_history_table th:nth-child(4),.admin_betting_history_table td:nth-child(4),.admin_betting_history_table th:nth-child(8),.admin_betting_history_table td:nth-child(8),.admin_betting_history_table th:nth-child(9),.admin_betting_history_table td:nth-child(9){text-align:left}.admin_game_betting_table th:first-child,.admin_game_betting_table td:first-child{width:72px;text-align:center}.admin_game_betting_table th:nth-child(2),.admin_game_betting_table td:nth-child(2),.admin_game_betting_table th:nth-child(3),.admin_game_betting_table td:nth-child(3),.admin_game_betting_table th:nth-child(4),.admin_game_betting_table td:nth-child(4),.admin_game_betting_table th:nth-child(5),.admin_game_betting_table td:nth-child(5),.admin_game_betting_table th:nth-child(6),.admin_game_betting_table td:nth-child(6),.admin_game_betting_table th:nth-child(10),.admin_game_betting_table td:nth-child(10),.admin_game_betting_table th:nth-child(11),.admin_game_betting_table td:nth-child(11){text-align:left}.admin_table_text{color:#4e5968;font-weight:500}.admin_amount{color:#1f6feb;font-variant-numeric:tabular-nums}.admin_amount.is_positive{color:#218047}.admin_amount.is_negative{color:#d9480f}.admin_top_tables{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.admin_status_badge{min-height:24px;padding:0 9px;border-radius:7px;display:inline-flex;align-items:center;background:#f1f3f5;color:#495057;font-size:12px;line-height:1;font-weight:600}.admin_status_badge.is_done{background:#e9f8ef;color:#218047}.admin_status_badge.is_rejected{background:#fff0f0;color:#d9480f}.admin_status_badge.is_suspended{background:#eef1f5;color:#556171}.admin_rejected_detail_button{min-width:74px;height:30px;padding:0 10px;border:1px solid #d7e0ea;border-radius:7px;background:#fff;color:#34568b;font-size:13px;font-weight:600;cursor:pointer}.admin_rejected_detail_button:hover{border-color:#b8c8d8;background:#f6f9fd}.admin_role_badge{min-height:24px;padding:0 10px;border-radius:999px;display:inline-flex;align-items:center;background:#3b82f61a;color:#3b82f6;font-size:12px;line-height:1;font-weight:600}.admin_role_badge.is_hq{background:#3b82f61a;color:#3b82f6}.admin_role_badge.is_branch{background:#22c55e1a;color:#16a34a}.admin_role_badge.is_office{background:#ef44441a;color:#ef4444}.admin_role_badge.is_store{background:#eab30824;color:#a16207}.admin_list_head{align-items:flex-end}.admin_login_history_head{width:100%;display:grid;grid-template-columns:minmax(0,1fr);align-items:stretch;gap:12px}.admin_login_history_head.is_inline{display:flex;align-items:center;justify-content:space-between;gap:14px}.admin_login_history_inline_controls{margin-left:auto;display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap}.admin_login_history_top,.admin_login_history_bottom{width:100%;min-width:0;display:flex;align-items:center;justify-content:space-between;gap:12px}.admin_login_history_top .admin_date_range_picker,.admin_login_history_bottom .admin_search_box{margin-left:auto}.admin_login_history_bottom>div[aria-hidden=true]{width:1px;height:1px}.admin_list_toolbar{display:flex;align-items:flex-end;justify-content:flex-end;gap:8px;flex-wrap:wrap;margin-left:auto}.admin_list_limit{display:flex;align-items:center;gap:7px}.admin_list_limit select,.admin_board_footer select,.admin_search_box input{height:34px;border:1px solid #dee2e6;border-radius:7px;background:#fff;color:#333d4b;font-size:13px;font-weight:500;outline:none}.admin_list_limit select,.admin_board_footer select{height:30px;min-width:64px;padding:0 24px 0 9px;border-color:#d8dee7;border-radius:6px;background:#f8f9fa;color:#303d4b;font-size:12px;font-weight:500;cursor:pointer}.admin_search_box{display:flex;align-items:center;gap:6px}.admin_search_box input{width:280px;padding:0 12px}.admin_list_limit select:focus,.admin_board_footer select:focus,.admin_search_box input:focus{border-color:#0051c7}.admin_search_box button{height:34px;padding:0 14px;border:0;border-radius:7px;background:#3182f6;color:#fff;font-size:13px;font-weight:600;cursor:pointer}.admin_search_box button:hover{background:#1b64da}.admin_table_footer_controls{position:relative;min-height:52px;padding:11px 18px;border-top:1px solid #edf1f5;display:flex;align-items:center;justify-content:center;background:#fff}.admin_table_footer_controls .admin_pagination{min-height:0;padding:0;border-top:0;background:transparent}.admin_footer_limit{position:absolute;right:18px;top:50%;transform:translateY(-50%)}.admin_login_type_tabs{min-height:34px;padding:3px;border:1px solid #dfe5ec;border-radius:9px;display:flex;align-items:center;gap:3px;background:#fff}.admin_login_type_tabs button{height:26px;padding:0 13px;border:0;border-radius:7px;background:transparent;color:#6b7684;font-size:12px;line-height:1;font-weight:600;cursor:pointer}.admin_login_type_tabs button.is_active{background:#edf4ff;color:#0b58c8}.admin_login_status,.admin_ip_status{min-width:42px;height:24px;padding:0 10px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-size:11px;line-height:1;font-weight:700}.admin_role_chip{min-width:46px;height:24px;padding:0 10px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#f1f3f5;color:#4e5968;font-size:11px;line-height:1;font-weight:700}.admin_role_chip.is_hq{background:#edf4ff;color:#0b58c8}.admin_role_chip.is_branch{background:#eef8f2;color:#178747}.admin_role_chip.is_office{background:#fff8e7;color:#a16207}.admin_role_chip.is_store{background:#f3efff;color:#6f42c1}.admin_login_status.is_성공,.admin_ip_status.is_allowed{background:#eaf8ef;color:#1f9d55}.admin_login_status.is_실패{background:#fff1f1;color:#e03131}.admin_login_status.is_차단,.admin_ip_status.is_blocked{background:#ffecec;color:#e03131}.admin_ip_text{color:#212529;font-family:Consolas,Courier New,monospace;font-weight:600}.admin_ip_management_page{display:grid;gap:14px}.admin_ip_filter_bar{min-height:58px;padding:12px 18px;border-bottom:1px solid #eef1f4;display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.admin_ip_input,.admin_ip_memo_input{height:34px;border:1px solid #dee2e6;border-radius:7px;background:#fff;color:#333d4b;font-size:13px;font-weight:500;outline:none}.admin_ip_input{width:170px;padding:0 12px}.admin_ip_memo_input{width:220px;padding:0 12px}.admin_ip_input:focus,.admin_ip_memo_input:focus{border-color:#0051c7}.admin_ip_block_button{height:34px;padding:0 14px;border:0;border-radius:7px;background:#3182f6;color:#fff;font-size:13px;font-weight:600;cursor:pointer}.admin_ip_block_button:hover{background:#1b64da}.admin_ip_actions{display:inline-flex;align-items:center;justify-content:center;gap:6px}.admin_ip_actions button{height:26px;padding:0 10px;border:0;border-radius:6px;font-size:11px;line-height:1;font-weight:700;cursor:pointer}.admin_ip_actions .is_block{background:#fff1f1;color:#e03131}.admin_ip_actions .is_allow{background:#eaf8ef;color:#1f9d55}.admin_ip_actions .is_logs{background:#edf4ff;color:#0b58c8}.admin_ip_modal_backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;padding:24px;background:#0f172a73;display:flex;align-items:center;justify-content:center}.admin_ip_modal{width:min(720px,100%);max-height:min(78vh,720px);border:1px solid #dfe5ec;border-radius:12px;overflow:hidden;background:#fff}.admin_ip_modal_head{min-height:58px;padding:0 18px;border-bottom:1px solid #eef1f4;display:flex;align-items:center;justify-content:space-between;gap:10px}.admin_ip_modal_head h3{color:#212529;font-size:16px;line-height:1.25;font-weight:700}.admin_ip_modal_head button{width:32px;height:32px;border:0;border-radius:50%;background:#f1f3f5;color:#6b7684;font-size:20px;line-height:1;cursor:pointer}.admin_pagination{min-height:52px;padding:11px 18px;border-top:1px solid #edf1f5;display:flex;align-items:center;justify-content:center;background:#fff}.admin_pager{display:flex;align-items:center;justify-content:center;gap:4px}.admin_pager button{min-width:28px;height:28px;padding:0 8px;border:1px solid #dfe5ec;border-radius:6px;background:#fff;color:#4e5968;font-size:12px;font-weight:600;line-height:1;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.admin_pager button:hover:not(:disabled){border-color:#c9d7e6;background:#fbfcff;color:#0051c7}.admin_pager button.is_active{border-color:#f1f3f5;background:#f1f3f5;color:#212529}.admin_pager button:disabled{color:#c4c9d0;cursor:default;opacity:.65}.admin_page_arrow{font-size:20px!important;font-weight:400!important;line-height:1!important}.admin_exchange_form{padding:18px}.admin_exchange_notice{padding:14px 16px;border:1px solid #e9ecef;border-radius:8px;background:#fbfcfd}.admin_exchange_notice p{position:relative;margin:0;padding-left:13px;color:#4e5968;font-size:13px;line-height:1.6;font-weight:500}.admin_exchange_notice p:before{content:"";position:absolute;top:10px;left:0;width:4px;height:4px;border-radius:50%;background:#8b95a1}.admin_form_rows{margin-top:16px;border-top:1px solid #eef1f4}.admin_form_row{min-height:52px;border-bottom:1px solid #eef1f4;display:grid;grid-template-columns:128px minmax(0,1fr);align-items:center;gap:16px}.admin_form_row>span{color:#66717f;font-size:13px;font-weight:600}.admin_form_row strong{color:#212529;font-size:14px;font-weight:700}.admin_form_input_row input{width:100%;height:36px;border:1px solid #dfe5ec;border-radius:8px;padding:0 12px;background:#fff;color:#212529;font-size:14px;font-weight:600;outline:none}.admin_form_input_row input:focus{border-color:#3182f6}.admin_amount_quick_group{margin-top:14px;display:flex;flex-wrap:wrap;gap:8px}.admin_amount_quick_group button{height:32px;padding:0 12px;border:1px solid #d8e0ea;border-radius:7px;background:#fff;color:#333d4b;font-size:13px;font-weight:600;cursor:pointer}.admin_amount_quick_group button:hover{border-color:#3182f6;color:#1b64da}.admin_amount_quick_group .admin_amount_reset{border-color:#ffd8d6;background:#fff5f5;color:#e03131}.admin_exchange_submit_area{margin-top:28px;display:flex;justify-content:center}.admin_primary_submit{min-width:116px;height:36px;border:0;border-radius:8px;background:#3182f6;color:#fff;font-size:13px;font-weight:700;cursor:pointer}.admin_primary_submit:hover{background:#1b64da}.admin_primary_submit:disabled{background:#c4c9d0;cursor:not-allowed}.admin_bank_time_panel{padding:12px 18px 16px;display:grid;gap:2px}.admin_bank_time_item{min-height:34px;padding:7px 0;border-bottom:1px solid #f0f2f5;display:grid;grid-template-columns:86px minmax(0,1fr);gap:12px;align-items:start}.admin_bank_time_item:last-child{border-bottom:0}.admin_bank_time_item strong{color:#212529;font-size:13px;line-height:1.45;font-weight:700}.admin_bank_time_item span{color:#4e5968;font-size:12px;line-height:1.45;font-weight:500}.admin_table_action_button{height:28px;padding:0 10px;border:1px solid #e9ecef;border-radius:7px;background:#fff;color:#66717f;font-size:12px;font-weight:600;cursor:pointer}.admin_table_action_button:hover{border-color:#ffccd0;color:#e03131}.admin_table_action_button.is_detail{min-width:92px;border-color:#d8e4f2;color:#1d4f91}.admin_table_action_button.is_detail:hover{border-color:#adc7e5;color:#0f55b5;background:#f8fbff}.admin_board_page,.admin_board_card{overflow:visible}.admin_board_head{min-height:64px;padding:18px 20px;border-bottom:1px solid #eef1f4;display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.admin_board_head strong,.admin_board_title_group strong{color:#212529;font-size:16px;line-height:1.25;font-weight:700}.admin_board_title_group{display:flex;align-items:center;gap:10px}.admin_board_soft_button,.admin_board_primary_button,.admin_board_action_button,.admin_modal_cancel_button,.admin_modal_submit_button{border:0;cursor:pointer;font-weight:600}.admin_board_soft_button{height:32px;padding:0 14px;border-radius:999px;background:#f1f3f5;color:#868e96;font-size:13px}.admin_board_soft_button:hover{background:#3182f614;color:#1b64da}.admin_board_primary_button{height:36px;padding:0 18px;border-radius:8px;background:#3182f6;color:#fff;font-size:13px}.admin_board_primary_button:hover{background:#1b64da}.admin_board_table{min-width:900px}.admin_board_table th{height:40px;color:#8b95a1;font-size:12px;font-weight:600}.admin_board_table td{height:48px}.admin_support_table{min-width:980px}.admin_notice_board_table th:first-child,.admin_notice_board_table td:first-child{text-align:left}.admin_board_actions_cell{text-align:right;white-space:nowrap}.admin_board_title_button{max-width:100%;border:0;background:transparent;color:#212529;font-family:inherit;font-size:13px;line-height:1.35;font-weight:700;text-align:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;cursor:pointer}.admin_board_title_button:hover{color:#1f6feb}.admin_board_action_button{height:26px;margin-left:4px;padding:0 10px;border-radius:6px;background:#3b82f61f;color:#3b82f6;font-size:11px}.admin_board_action_button.is_success{background:#22c55e1f;color:#22c55e}.admin_board_action_button.is_danger{background:#ef44441f;color:#ef4444}.admin_board_action_button:hover{background:#3b82f62e}.admin_board_action_button.is_success:hover{background:#22c55e2e}.admin_board_action_button.is_danger:hover{background:#ef44442e}.admin_board_type_badge,.admin_board_visibility_badge{min-height:24px;padding:0 10px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#3b82f61a;color:#3b82f6;font-size:11px;font-weight:600}.admin_board_visibility_badge{background:#ef44441f;color:#ef4444;border:0;cursor:pointer}.admin_board_visibility_badge.is_visible{background:#22c55e1f;color:#22c55e}.admin_board_footer{min-height:52px;padding:11px 18px;border-top:1px solid #edf1f5;display:flex;align-items:center;justify-content:space-between;gap:12px;background:#fff}.admin_board_footer_controls{display:flex;align-items:center;gap:9px}.admin_board_footer span{color:#8b95a1;font-size:12px;font-weight:500}.admin_board_message{padding:10px 18px;border-top:1px solid #eef1f4;background:#fbfcfd;color:#1b64da;font-size:12px;line-height:1.5;font-weight:600}.admin_messages_page{display:grid;gap:18px}.admin_message_form{padding:18px 20px 20px;display:grid;gap:14px}.admin_message_recipient_row{display:flex;align-items:center;flex-wrap:wrap;gap:14px;min-height:42px;margin-bottom:6px}.admin_message_recipient_label{color:#6b7280;font-size:13px;font-weight:600;white-space:nowrap}.admin_message_recipient_label em{color:#ef4444;font-style:normal}.admin_message_recipient_label.is_disabled{opacity:.42}.admin_message_recipient_row>i{width:1px;height:20px;background:#e5eaf0}.admin_message_radio{display:inline-flex;align-items:center;gap:8px;min-height:28px;padding:0;border:0;background:transparent;color:#202b37;font-family:inherit;font-size:13px;font-weight:500;cursor:pointer;transition:color .15s ease,opacity .15s ease}.admin_message_radio>span{position:relative;width:16px;height:16px;border:1px solid #9aa4b2;border-radius:50%;background:#fff;flex:0 0 auto;transition:border-color .15s ease,background .15s ease}.admin_message_radio>span:after{content:"";position:absolute;top:50%;left:50%;width:7px;height:7px;border-radius:50%;background:#fff;opacity:0;transform:translate(-50%,-50%)}.admin_message_radio.is_active{color:#1f6feb}.admin_message_radio.is_active>span{border-color:#1f6feb;background:#1f6feb}.admin_message_radio.is_active>span:after{opacity:1}.admin_message_radio:disabled{opacity:.42;cursor:default}.admin_message_form_actions{display:flex;align-items:center;justify-content:space-between;gap:16px}.admin_message_form_actions .admin_board_message{margin:0;padding:0;border-top:0;background:transparent}.admin_signup_message_page{margin-top:12px}.admin_signup_message_card{padding:24px;border:1px solid #e5e9ef;border-radius:12px;background:#fff}.admin_signup_message_head{margin-bottom:24px;display:flex;align-items:center;justify-content:space-between;gap:18px}.admin_signup_message_head h2{margin:0;color:#222;font-size:18px;line-height:1.35;font-weight:700;letter-spacing:0}.admin_signup_message_head p{margin:4px 0 0;color:#999;font-size:12px;line-height:1.5;font-weight:500}.admin_signup_message_head button{min-width:86px;height:40px;padding:0 24px;border:0;border-radius:8px;background:#3b82f6;color:#fff;font-size:14px;font-weight:600;cursor:pointer}.admin_signup_message_head button:disabled{cursor:wait;opacity:.7}.admin_signup_message_toggle_panel{margin-bottom:20px;padding:14px 16px;border:1px solid #e9ecef;border-radius:8px;background:#f8f9fa;display:flex;align-items:center;justify-content:space-between;gap:16px}.admin_signup_message_toggle_panel strong{display:block;color:#222;font-size:14px;line-height:1.4;font-weight:600}.admin_signup_message_toggle_panel span{display:block;margin-top:2px;color:#999;font-size:12px;line-height:1.5;font-weight:500}.admin_signup_switch{position:relative;width:46px;height:24px;flex:0 0 auto;cursor:pointer}.admin_signup_switch input{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer}.admin_signup_switch span{position:absolute;top:0;right:0;bottom:0;left:0;margin:0;border-radius:999px;background:#ccc;transition:background-color .2s ease}.admin_signup_switch span:after{content:"";position:absolute;top:3px;left:3px;width:18px;height:18px;border-radius:50%;background:#fff;transition:transform .2s ease}.admin_signup_switch input:checked+span{background:#3b82f6}.admin_signup_switch input:checked+span:after{transform:translate(22px)}.admin_signup_message_field{margin-bottom:16px;display:block}.admin_signup_message_field>span{display:block;margin-bottom:6px;color:#999;font-size:13px;line-height:1.4;font-weight:600}.admin_signup_message_field em{color:#ef4444;font-style:normal}.admin_signup_message_field input{width:100%;height:46px;padding:0 14px;border:1px solid #e9ecef;border-radius:8px;background:#f8f9fa;color:#222;font-size:14px;outline:none;box-sizing:border-box}.admin_signup_message_field input:focus{border-color:#c8d6e6;background:#fff}.admin_signup_message_variables{margin-top:8px;color:#999;font-size:11px;line-height:1.6;font-weight:500}.admin_signup_message_variables code{margin-left:6px;padding:2px 6px;border-radius:4px;background:#f8f9fa;color:#333;font-family:inherit;font-size:11px}.admin_board_editor_page{overflow:visible}.admin_board_editor_page form{margin:0}.admin_board_editor_page_head{min-height:64px;padding:18px 20px;border-bottom:1px solid #edf1f5;display:flex;align-items:center;justify-content:space-between;gap:14px}.admin_board_editor_page_head strong{color:#212529;font-size:16px;font-weight:700}.admin_board_editor_page_actions{display:flex;align-items:center;justify-content:flex-end;gap:8px}.admin_board_editor_page_actions .admin_board_soft_button,.admin_board_editor_page_actions .admin_board_primary_button{height:36px;padding:0 18px;border-radius:8px;font-size:13px}.admin_board_editor_page_actions .admin_board_soft_button{border:1px solid #dfe5ec;background:#fff;color:#4e5968}.admin_board_editor_page_actions .admin_board_soft_button:hover{background:#f8f9fa;color:#212529}.admin_board_editor_form{padding:24px;display:grid;gap:16px}.admin_board_editor_top_grid{display:grid;grid-template-columns:210px minmax(0,1fr);gap:14px;align-items:end}.admin_board_editor_field{display:grid;gap:8px}.admin_board_editor_field>span{color:#6b7280;font-size:13px;font-weight:600}.admin_board_editor_field input,.admin_board_editor_field select,.admin_board_editor_field textarea{width:100%;border:1px solid #dfe5ec;border-radius:8px;background:#fff;color:#212529;font-family:inherit;font-size:14px;line-height:1.55;font-weight:500;outline:0}.admin_board_editor_field input,.admin_board_editor_field select{height:40px;padding:0 12px}.admin_board_editor_segmented{height:40px;padding:3px;border:1px solid #dfe5ec;border-radius:8px;display:flex;align-items:center;gap:3px;background:#f8fafc}.admin_board_editor_segmented button{flex:1 1 0;height:32px;border:0;border-radius:6px;background:transparent;color:#6b7280;font-family:inherit;font-size:12px;font-weight:600;cursor:pointer}.admin_board_editor_segmented button.is_active{background:#3b82f6;color:#fff}.admin_board_editor_segmented button.is_danger_active{background:#ef4444;color:#fff}.admin_board_editor_field textarea{min-height:190px;padding:12px 14px;resize:vertical}.admin_board_rich_editor{overflow:hidden;border:1px solid #dfe5ec;border-radius:8px;background:#fff}.admin_board_editor_toolbar{min-height:40px;padding:7px 9px;border-bottom:1px solid #edf1f5;display:flex;align-items:center;flex-wrap:wrap;gap:2px;background:#fff}.admin_board_editor_toolbar select,.admin_board_editor_toolbar button,.admin_board_color_tool{width:auto;height:26px;border:0;border-radius:4px;background:transparent;color:#444;font-family:inherit;font-size:13px;line-height:1;font-weight:500;outline:0}.admin_board_editor_toolbar select{min-width:86px;padding:0 8px;margin-right:4px}.admin_board_editor_toolbar button{min-width:28px;padding:0 8px;cursor:pointer}.admin_board_editor_toolbar button:hover,.admin_board_color_tool:hover{background:#f1f3f5}.admin_board_color_tool{padding:0 7px;display:inline-flex;align-items:center;gap:5px;cursor:pointer}.admin_board_color_tool input{width:22px;height:22px;padding:0;border:0;background:transparent;cursor:pointer}.admin_board_editor_area{min-height:400px;max-height:none;padding:15px 16px;overflow-y:auto;color:#212529;font-size:14px;line-height:1.75;font-weight:500;outline:0}.admin_board_editor_area:empty:before{content:attr(data-placeholder);color:#9aa6b2}.admin_board_editor_area img{max-width:100%;height:auto}.admin_board_editor_field input:focus,.admin_board_editor_field select:focus,.admin_board_editor_field textarea:focus,.admin_board_rich_editor:focus-within{border-color:#dfe5ec;box-shadow:none}.admin_board_editor_toggle{grid-template-columns:90px auto;align-items:center}.admin_board_editor_toggle button{width:92px;height:34px;border:0;border-radius:8px;background:#ef44441f;color:#ef4444;font-size:12px;font-weight:700;cursor:pointer}.admin_board_editor_toggle button.is_active{background:#22c55e1f;color:#22c55e}.admin_board_editor_toggle button:hover{filter:saturate(1.08)}@media(max-width:900px){.admin_board_editor_page_head,.admin_board_editor_top_grid{grid-template-columns:1fr}.admin_board_editor_page_head{align-items:stretch;flex-direction:column}.admin_board_editor_page_actions{justify-content:flex-start}}.admin_modal_backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;padding:24px;display:flex;align-items:center;justify-content:center;background:#00000094}.admin_agent_modal{width:min(720px,100%);max-height:calc(100vh - 48px);border:1px solid #dfe5ec;border-radius:16px;background:#fff;overflow:auto}.admin_agent_modal::-webkit-scrollbar{display:none}.admin_agent_modal_head{min-height:66px;padding:0 24px;border-bottom:1px solid #e9ecef;display:flex;align-items:center;justify-content:space-between;gap:16px}.admin_agent_modal_head div{display:grid;gap:4px}.admin_agent_modal_head span{color:#8b95a1;font-size:12px;font-weight:600}.admin_agent_modal_head strong{color:#212529;font-size:18px;font-weight:700}.admin_agent_modal_head>button{position:relative;width:32px;height:32px;border:0;border-radius:8px;background:transparent;cursor:pointer}.admin_agent_modal_head>button:before,.admin_agent_modal_head>button:after{content:"";position:absolute;left:50%;top:50%;width:16px;height:2px;border-radius:999px;background:#8b95a1}.admin_agent_modal_head>button:before{transform:translate(-50%,-50%) rotate(45deg)}.admin_agent_modal_head>button:after{transform:translate(-50%,-50%) rotate(-45deg)}.admin_agent_modal_head>button:hover{background:#f1f3f5}.admin_agent_modal_form{padding:22px 24px 24px;display:grid;gap:20px}.admin_agent_role_select{width:fit-content;max-width:100%;padding:4px;border:1px solid #dbe5f2;border-radius:12px;display:inline-flex;align-items:center;gap:4px;background:#fff}.admin_agent_role_select button{height:32px;min-width:74px;padding:0 16px;border:0;border-radius:8px;background:transparent;color:#536273;font-family:inherit;font-size:13px;font-weight:600;cursor:pointer;transition:background .15s ease,color .15s ease}.admin_agent_role_select button:hover,.admin_agent_role_select button.is_active{background:#eef5ff;color:#064fba}.admin_agent_form_grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.admin_agent_field{display:grid;gap:8px}.admin_agent_field span{color:#4e5968;font-size:13px;font-weight:600}.admin_agent_field input,.admin_agent_field select{width:100%;height:42px;border:1px solid #dbe5f2;border-radius:8px;background:#fff;color:#212529;font-family:inherit;font-size:14px;font-weight:500;outline:0}.admin_agent_field input{padding:0 14px}.admin_agent_field select{padding:0 36px 0 14px}.admin_agent_field input:focus,.admin_agent_field select:focus,.admin_agent_password_wrap:focus-within{border-color:#1f6feb}.admin_agent_password_wrap{position:relative;height:42px;border:1px solid #dbe5f2;border-radius:8px;background:#fff;display:flex;align-items:center}.admin_agent_password_wrap input{height:100%;padding-right:44px;border:0;background:transparent}.admin_agent_password_eye{position:absolute;right:7px;top:50%;width:30px;height:30px;border:0;border-radius:8px;display:grid;place-items:center;transform:translateY(-50%);background:transparent;color:#8b95a1;cursor:pointer}.admin_agent_password_eye:hover,.admin_agent_password_eye.is_visible{background:#f1f5f9;color:#1f6feb}.admin_agent_modal_foot{padding-top:2px;display:flex;align-items:center;justify-content:flex-end;gap:8px}.admin_inquiry_modal{width:min(640px,100%);max-height:calc(100vh - 48px);border:1px solid #e5e7eb;border-radius:16px;background:#fff;overflow:auto}.admin_inquiry_modal_head,.admin_inquiry_modal_foot{min-height:62px;padding:16px 24px;border-bottom:1px solid #e5e7eb;display:flex;align-items:center;justify-content:space-between;gap:12px}.admin_inquiry_modal_head strong{color:#212529;font-size:18px;font-weight:700}.admin_inquiry_modal_head button{width:32px;height:32px;border:0;border-radius:8px;background:transparent;color:#8b95a1;font-size:22px;line-height:1;cursor:pointer}.admin_inquiry_modal_head button:hover{background:#f1f3f5;color:#212529}.admin_inquiry_modal_body{padding:24px;display:grid;gap:16px}.admin_inquiry_summary{padding:16px;border:1px solid #e5e7eb;border-radius:10px;background:#f9fafb}.admin_inquiry_summary_top{margin-bottom:12px;display:flex;align-items:center;justify-content:space-between;gap:12px}.admin_inquiry_summary_top div{display:flex;align-items:center;gap:10px}.admin_inquiry_summary_top strong{color:#3b82f6;font-size:13px;font-weight:700}.admin_inquiry_summary_top span{color:#8b95a1;font-size:12px;font-weight:500}.admin_inquiry_summary h3{margin:0 0 8px;color:#212529;font-size:14px;line-height:1.4;font-weight:700}.admin_inquiry_summary p{margin:0;color:#333d4b;font-size:13px;line-height:1.6;font-weight:500;white-space:pre-wrap}.admin_inquiry_reply_field{display:grid;gap:8px}.admin_inquiry_reply_field span{color:#6b7280;font-size:13px;font-weight:600}.admin_inquiry_reply_field textarea{width:100%;min-height:150px;padding:12px 14px;border:1px solid #e5e7eb;border-radius:8px;background:#fff;color:#212529;font-size:14px;line-height:1.55;outline:0;resize:vertical}.admin_inquiry_reply_field textarea:focus{border-color:#3b82f6}.admin_inquiry_modal_foot{border-top:1px solid #e5e7eb;border-bottom:0;justify-content:flex-end}.admin_modal_cancel_button,.admin_modal_submit_button{height:38px;padding:0 22px;border-radius:8px;font-size:14px}.admin_modal_cancel_button{border:1px solid #dfe5ec;background:#fff;color:#333d4b}.admin_modal_cancel_button:hover{border-color:#b8c2cc;background:#f8f9fa}.admin_modal_submit_button{background:#3b82f6;color:#fff}.admin_modal_submit_button:hover:not(:disabled){background:#1b64da}.admin_modal_submit_button:disabled{opacity:.7;cursor:wait}.admin_support_page{display:grid;gap:14px}.admin_support_summary{padding:16px 18px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.admin_support_summary div{min-height:58px;padding:12px 14px;border:1px solid #eef1f4;border-radius:8px;display:grid;gap:6px;background:#fbfcfd}.admin_support_summary span,.admin_support_meta_grid span,.admin_support_content_box span,.admin_support_answer_form span,.admin_agent_support_form span{color:#8b95a1;font-size:12px;line-height:1.2;font-weight:600}.admin_support_summary strong{color:#212529;font-size:20px;line-height:1;font-weight:700}.admin_support_layout{display:grid;grid-template-columns:minmax(0,1fr) 420px;gap:14px;align-items:start}.admin_support_table{min-width:860px}.admin_agent_support_table{min-width:900px}.admin_support_clickable_row{cursor:pointer}.admin_support_clickable_row:hover td{background:#fbfcff}.admin_support_table tr.is_selected td{background:#f6f9ff}.admin_support_title_cell{color:#212529;font-weight:700;text-align:left}.admin_support_detail_body{padding:18px;display:grid;gap:14px}.admin_support_meta_grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.admin_support_meta_grid div{min-height:58px;padding:12px 14px;border:1px solid #eef1f4;border-radius:8px;display:grid;gap:6px;background:#fbfcfd}.admin_support_meta_grid strong{color:#212529;font-size:13px;line-height:1.35;font-weight:700}.admin_support_content_box{padding:14px;border:1px solid #eef1f4;border-radius:8px;background:#fbfcfd}.admin_support_content_box p{margin-top:8px;color:#333d4b;font-size:13px;line-height:1.65;font-weight:500;white-space:pre-wrap}.admin_support_answer_form,.admin_agent_support_form{display:grid;gap:12px}.admin_support_answer_form label,.admin_agent_support_form label{display:grid;gap:8px}.admin_support_answer_form textarea,.admin_agent_support_form textarea,.admin_agent_support_form input{width:100%;border:1px solid #dfe5ec;border-radius:8px;background:#fff;color:#212529;font-size:13px;line-height:1.55;font-weight:600;outline:none}.admin_agent_support_form input{height:38px;padding:0 12px}.admin_support_answer_form textarea,.admin_agent_support_form textarea{min-height:150px;padding:12px;resize:vertical}.admin_support_answer_form textarea:focus,.admin_agent_support_form textarea:focus,.admin_agent_support_form input:focus{border-color:#3182f6}.admin_support_answer_form .admin_primary_submit,.admin_agent_support_actions{justify-self:end}.admin_support_answer_meta,.admin_support_message{margin:0;color:#66717f;font-size:12px;line-height:1.5;font-weight:600}.admin_support_message{padding:10px 12px;border-radius:8px;background:#f6f9ff;color:#1b64da}.admin_support_empty_panel{min-height:220px;padding:18px;display:flex;align-items:center;justify-content:center;color:#8b95a1;font-size:13px;font-weight:600}.admin_support_author{color:#333d4b;font-size:13px;font-weight:700}.admin_agent_support_form{padding:18px}.admin_agent_support_actions{display:flex;justify-content:flex-end}.admin_support_answer_cell{max-width:360px;overflow:hidden;color:#4e5968;text-overflow:ellipsis;white-space:nowrap}.admin_date_range_picker{position:relative}.admin_date_range_button{width:300px;height:36px;padding:8px 14px;border:1px solid #e9ecef;border-radius:10px;display:inline-flex;align-items:center;gap:10px;background:#f8f9fa;color:#333d4b;cursor:pointer;transition:border-color .2s ease}.admin_date_range_button span{margin:0;color:#333d4b;font-size:13px;line-height:1;font-weight:500;font-feature-settings:"tnum"}.admin_date_range_button svg{margin-left:auto;flex:0 0 auto;color:#aaa}.admin_date_range_button:hover,.admin_date_range_button:focus,.admin_date_range_button.is_open{border-color:#1f6feb}.admin_calendar_popover{position:absolute;top:calc(100% + 6px);right:0;z-index:1000;width:300px;padding:20px;border:1px solid #e9ecef;border-radius:14px;background:#fff;box-shadow:0 8px 32px #0000001a;-webkit-user-select:none;user-select:none;animation:adminCalDropIn .18s ease-out}.admin_calendar_popover_portal{position:fixed;right:auto;z-index:10000}@keyframes adminCalDropIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.admin_calendar_header{margin-bottom:14px;display:flex;align-items:center;justify-content:space-between}.admin_calendar_header strong{color:#333;font-size:14px;line-height:1.2;font-weight:600}.admin_calendar_header div{display:flex;align-items:center;gap:4px}.admin_calendar_header button{min-width:0;width:auto;height:auto;padding:4px 8px;border:0;border-radius:6px;background:transparent;color:#aaa;font-size:13px;font-weight:600;cursor:pointer}.admin_calendar_header button:hover{background:#f5f5f5}.admin_calendar_weekdays,.admin_calendar_days{display:grid;grid-template-columns:repeat(7,1fr);text-align:center}.admin_calendar_weekdays{margin-bottom:6px}.admin_calendar_weekdays span{color:#aaa;font-size:12px;line-height:1.2;padding:4px 0;font-weight:500}.admin_calendar_day_cell,.admin_calendar_empty_day{position:relative;min-width:0;height:32px;display:flex;align-items:center;justify-content:center}.admin_calendar_range_bar{position:absolute;top:50%;left:0;right:0;height:32px;transform:translateY(-50%);background:#1f6feb1a}.admin_calendar_range_bar.is_start{left:50%;border-radius:0}.admin_calendar_range_bar.is_end{right:50%;border-radius:0}.admin_calendar_range_bar.is_start.is_end{display:none}.admin_calendar_day{position:relative;z-index:1;width:32px;height:32px;padding:0;border:0;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:transparent;color:#333;font-size:13px;line-height:32px;font-weight:400;transition:all .15s ease;cursor:pointer}.admin_calendar_day:hover{background:#f1f3f5}.admin_calendar_day.is_today{border:1px solid #aaa}.admin_calendar_day.is_selected{border:0;background:#1f6feb;color:#fff;font-weight:700}.admin_calendar_apply{width:100%;margin-top:16px;padding:10px;border:0;border-radius:10px;background:#1f6feb;color:#fff;font-size:14px;font-weight:600;cursor:pointer;transition:opacity .2s ease}.admin_calendar_apply:hover{background:#1f6feb;opacity:.85}.admin_empty_cell{height:160px;color:#8b95a1;text-align:center!important}.admin_table td.admin_empty_cell{text-align:center!important}.admin_lotto_page{display:flex;flex-direction:column;gap:18px}.admin_lotto_console,.admin_lotto_ticket_panel{border:1px solid #dce6f1;border-radius:8px;background:#fff;overflow:hidden}.admin_lotto_console_head,.admin_lotto_ticket_head{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:20px 22px;border-bottom:1px solid #edf1f5}.admin_lotto_console_title,.admin_lotto_ticket_title{display:flex;flex-direction:column;gap:5px}.admin_lotto_console_title span{color:#f05f68;font-size:12px;font-weight:600;letter-spacing:0}.admin_lotto_console_title h2,.admin_lotto_ticket_title h2{margin:0;color:#132233;font-size:20px;font-weight:600}.admin_lotto_console_title p,.admin_lotto_ticket_title span{margin:0;color:#748294;font-size:13px;font-weight:400}.admin_lotto_refresh_button{height:38px;border:1px solid #d5e0ee;border-radius:8px;background:#fff;color:#253448;font-size:13px;font-weight:600;padding:0 15px}.admin_lotto_round_timeline{display:flex;gap:8px;overflow-x:auto;padding:14px 22px;border-bottom:1px solid #edf1f5;background:#fbfcfe;scrollbar-width:none}.admin_lotto_round_timeline::-webkit-scrollbar{display:none}.admin_lotto_round_chip{flex:0 0 138px;min-height:82px;border:1px solid #dce6f1;border-radius:8px;background:#fff;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:5px;padding:11px 12px;text-align:left}.admin_lotto_round_chip.is_active{border-color:#f05f68;background:#fff8f9}.admin_lotto_round_chip span{border-radius:6px;background:#f1f4f8;color:#536273;font-size:11px;font-weight:600;padding:3px 7px}.admin_lotto_round_chip.is_active span{background:#ffe9ec;color:#d94d57}.admin_lotto_round_chip strong{color:#132233;font-size:14px;font-weight:600}.admin_lotto_round_chip em,.admin_lotto_round_chip small{color:#728094;font-size:11px;font-style:normal;font-weight:400}.admin_lotto_console_body{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:16px;padding:18px 22px 22px}.admin_lotto_editor_panel,.admin_lotto_status_panel{border:1px solid #dde7f3;border-radius:8px;background:#fff}.admin_lotto_editor_top{display:grid;grid-template-columns:190px minmax(0,1fr);align-items:center;gap:18px;padding:18px;border-bottom:1px solid #edf1f5}.admin_lotto_round_identity{display:flex;align-items:center;gap:8px}.admin_lotto_round_identity span{color:#687789;font-size:12px;font-weight:400}.admin_lotto_round_identity strong{color:#122033;font-size:24px;font-weight:600}.admin_lotto_round_identity em{border-radius:6px;background:#f1f4f8;color:#536273;font-size:11px;font-style:normal;font-weight:600;padding:4px 7px}.admin_lotto_round_summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:0}.admin_lotto_round_summary div{border-left:1px solid #edf1f5;padding-left:14px}.admin_lotto_round_summary dt,.admin_lotto_status_panel dt{color:#7a8797;font-size:12px;font-weight:400}.admin_lotto_round_summary dd,.admin_lotto_status_panel dd{margin:5px 0 0;color:#172436;font-size:13px;font-weight:600;word-break:break-all}.admin_lotto_editor_body{display:grid;grid-template-columns:260px minmax(0,1fr);gap:18px;padding:18px}.admin_lotto_ball_stage{display:flex;flex-direction:column;gap:10px}.admin_lotto_ball_stage>span,.admin_lotto_number_field strong,.admin_lotto_bonus_field strong,.admin_lotto_status_panel>strong{color:#253448;font-size:13px;font-weight:600}.admin_lotto_number_preview{min-height:132px;border:1px solid #e1e8f0;border-radius:8px;background:#f8fafc;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:7px;padding:18px}.admin_lotto_number_preview span{width:32px;height:32px;border-radius:50%;background:#fff;border:1px solid #d9e3ef;color:#1a2635;display:inline-flex;align-items:center;justify-content:center;font-size:13px;font-weight:600}.admin_lotto_number_preview span.is_bonus{border-color:#f2b8bd;color:#f05f68}.admin_lotto_number_preview i{color:#8b95a1;font-style:normal;font-size:16px;font-weight:500}.admin_lotto_input_panel{display:grid;grid-template-columns:minmax(0,1fr) 140px;align-content:start;gap:14px}.admin_lotto_number_field,.admin_lotto_bonus_field{display:flex;flex-direction:column;gap:10px}.admin_lotto_number_inputs{display:grid;grid-template-columns:repeat(6,minmax(46px,1fr));gap:8px}.admin_lotto_number_inputs input,.admin_lotto_bonus_field input{width:100%;height:42px;border:1px solid #d5e0ee;border-radius:8px;background:#fff;color:#122033;font-size:14px;font-weight:500;text-align:center;padding:0 10px}.admin_lotto_result_actions button{height:38px;border:1px solid #cfdceb;border-radius:8px;background:#fff;color:#132233;font-weight:600;padding:0 16px;transition:border-color .16s ease,background-color .16s ease,color .16s ease}.admin_lotto_result_actions button:hover:not(:disabled){border-color:#0b63d8;color:#0b63d8}.admin_lotto_result_actions{display:flex;justify-content:flex-end;gap:8px;padding:16px 18px;border-top:1px solid #edf1f5}.admin_lotto_result_actions button.is_primary{border-color:#0b63d8;background:#0b63d8;color:#fff}.admin_lotto_result_actions button:disabled,.admin_lotto_refresh_button:disabled{cursor:not-allowed;opacity:.55}.admin_lotto_status_panel{padding:18px}.admin_lotto_status_panel dl{display:flex;flex-direction:column;gap:14px;margin:16px 0 0}.admin_lotto_status_panel div{border-top:1px solid #edf1f5;padding-top:12px}.admin_lotto_ticket_panel .admin_search_box{width:min(420px,100%)}.admin_lotto_flat,.admin_lotto_purchase{border:1px solid #dce6f1;border-radius:8px;background:#fff;overflow:hidden}.admin_lotto_flat_title{display:flex;flex-direction:column;gap:4px;flex:0 0 168px}.admin_lotto_flat_title h2,.admin_lotto_purchase_toolbar h2{margin:0;color:#132233;font-size:18px;font-weight:600}.admin_lotto_flat_title span{color:#748294;font-size:12px;font-weight:400}.admin_lotto_flat_form{display:grid;grid-template-columns:auto auto auto minmax(0,1fr) auto;align-items:center;gap:12px;padding:16px 18px;flex-wrap:nowrap;overflow-x:hidden;background:#fff}.admin_lotto_round_dropdown{flex:0 0 auto;display:flex;align-items:center;gap:8px;min-width:0;height:40px}.admin_lotto_round_dropdown span,.admin_lotto_flat_numbers>span{color:#445267;font-size:13px;font-weight:600}.admin_lotto_round_dropdown select{width:118px;height:40px;border:1px solid #d5e0ee;border-radius:7px;background:#fff;color:#132233;font-size:14px;font-weight:500;padding:0 10px}.admin_lotto_flat_info{flex:0 0 auto;display:flex;justify-content:flex-start;min-width:0;gap:7px}.admin_lotto_flat_info span{min-width:0;height:40px;border:1px solid #edf1f5;border-radius:7px;background:#fafbfd;color:#5c6b7c;font-size:13px;font-weight:400;padding:0 12px;display:inline-flex;align-items:center;gap:8px;white-space:nowrap}.admin_lotto_flat_info b{color:#172436;font-weight:600}.admin_lotto_flat_numbers{flex:0 0 auto;display:flex;align-items:center;gap:8px;min-width:0;max-width:100%;height:44px;padding:0 12px;border:1px solid #e4ebf3;border-radius:8px;background:#f9fbfd}.admin_lotto_flat_numbers>span{width:auto;flex:0 0 auto;margin-right:4px;color:#253448;font-size:14px;font-weight:600;white-space:nowrap}.admin_lotto_flat_number_inputs{display:flex;align-items:center;gap:5px}.admin_lotto_flat_number_inputs input,.admin_lotto_bonus_input{width:34px;height:32px;border:1px solid #d5e0ee;border-radius:6px;background:#fff;color:#122033;font-size:14px;font-weight:500;text-align:center;padding:0 8px}.admin_lotto_bonus_input{width:34px}.admin_lotto_flat_numbers i{align-self:center;color:#7a8797;font-style:normal;font-size:15px;font-weight:500;padding-top:0;margin:0}.admin_lotto_flat_actions{grid-column:5;flex:0 0 auto;display:flex;align-items:center;justify-content:flex-end;gap:7px;margin-left:0}.admin_lotto_flat_actions button{height:40px;border:1px solid #cfdceb;border-radius:7px;background:#fff;color:#132233;font-size:13px;font-weight:600;padding:0 13px;cursor:pointer;transition:border-color .15s ease,background .15s ease,color .15s ease}.admin_lotto_flat_actions button:hover:not(:disabled){border-color:#0b63d8;background:#f8fbff;color:#0b63d8}.admin_lotto_flat_actions button.is_primary{border-color:#0b63d8;background:#0b63d8;color:#fff}.admin_lotto_flat_actions button.is_primary:hover:not(:disabled){border-color:#0051c7;background:#0051c7;color:#fff}.admin_lotto_flat_actions button:disabled{cursor:not-allowed;opacity:.55}.admin_lotto_purchase_toolbar{display:flex;align-items:center;justify-content:flex-start;gap:18px;padding:15px 18px;border-bottom:1px solid #edf1f5}.admin_lotto_purchase .admin_search_box{width:340px;flex:0 0 340px;margin-left:auto}.admin_lotto_table th,.admin_lotto_table td{text-align:center}.admin_lotto_table td:nth-child(3){text-align:left}.admin_lotto_table td strong,.admin_lotto_table td span{display:block}.admin_lotto_table td strong{font-weight:700}.admin_lotto_table td span{margin-top:3px;color:#6d7b8d;font-size:12px;font-weight:600}.admin_lotto_table td:nth-child(4){color:#0b63d8;font-weight:700;letter-spacing:0}.admin_login_page{min-height:100vh;padding:32px 20px;display:flex;align-items:center;justify-content:center;background:#f2f4f6}.admin_login_card{width:min(820px,100%);min-height:480px;display:flex;overflow:hidden;border:1px solid #e5e8eb;border-radius:20px;background:#fff}.admin_login_form_side{flex:1;padding:48px 40px;display:flex;flex-direction:column;justify-content:center}.admin_login_head{margin-bottom:36px}.admin_login_head h1{color:#191f28;font-size:24px;line-height:1.3;font-weight:700}.admin_login_head p{margin-top:8px;color:#8b95a1;font-size:14px;line-height:1.4;font-weight:400}.admin_login_form{display:grid;gap:16px}.admin_login_error{padding:12px 16px;border:1px solid #ffdddd;border-radius:10px;background:#fff0f0;color:#e53935;font-size:13px;line-height:1.4;font-weight:500}.admin_login_field{display:grid;gap:8px}.admin_login_field span{color:#4e5968;font-size:13px;line-height:1.2;font-weight:600}.admin_login_field input{width:100%;height:50px;padding:0 16px;border:1.5px solid #e5e8eb;border-radius:12px;background:#fff;color:#191f28;font-size:15px;font-weight:400;outline:none;transition:border-color .2s ease}.admin_login_field input:focus{border-color:#3182f6}.admin_login_submit{width:100%;height:50px;margin-top:12px;border:0;border-radius:12px;background:#3182f6;color:#fff;font-size:15px;font-weight:600;cursor:pointer;transition:background .2s ease}.admin_login_submit:hover{background:#1b64da}.admin_login_submit:disabled{background:#a8c8f0;cursor:not-allowed}.admin_login_note{margin-top:24px;color:#b0b8c1;font-size:12px;line-height:1.4;font-weight:400;text-align:center}.admin_login_visual_side{width:360px;padding:40px;display:flex;align-items:center;justify-content:center;flex-direction:column;background:#f8f9fa;color:#333d4b;text-align:center}.admin_login_visual_icon{width:80px;height:80px;margin-bottom:24px;border-radius:20px;display:inline-flex;align-items:center;justify-content:center;background:#3182f6;color:#fff}.admin_login_visual_side strong{color:#333d4b;font-size:18px;line-height:1.3;font-weight:700}.admin_login_visual_side p{margin-top:8px;color:#8b95a1;font-size:13px;line-height:1.6;font-weight:400;word-break:keep-all}@media(max-width:920px){.admin_page{margin-top:-57px}.admin_sidebar{position:static;width:100%;height:auto;border-right:0;border-bottom:1px solid #e9ecef}.admin_sidebar_content{height:auto;overflow:hidden}.admin_brand{min-height:58px;padding:12px 16px;justify-content:flex-start}.admin_sidebar_nav{display:flex;gap:7px;overflow-x:auto;padding:0 12px 12px}.admin_nav_item{flex:0 0 auto;min-height:38px;padding:9px 12px;font-size:13px}.admin_right_area{min-height:auto;margin-left:0}.admin_header{min-height:54px;padding:8px 14px}.admin_user_text{display:none}.admin_content_inner,.admin_empty_surface{min-height:520px}.admin_top_tables{grid-template-columns:1fr}.admin_sub_agent_summary{grid-template-columns:repeat(2,minmax(0,1fr))}.admin_sub_agents_page .admin_data_card_head{align-items:flex-start;flex-direction:column}.admin_sub_agent_filters{width:100%;justify-content:flex-start}.admin_exchange_request_grid{grid-template-columns:1fr}.admin_wallet_request_head{align-items:stretch;flex-direction:column}.admin_wallet_summary{padding:12px 14px;grid-template-columns:1fr}.admin_wallet_filters{padding:12px 14px;align-items:stretch;flex-direction:column}.admin_wallet_status_tabs{overflow-x:auto}.admin_wallet_status_tabs button{flex:0 0 auto}.admin_data_card_head{min-height:54px;padding:13px 14px}.admin_list_head{align-items:flex-start}.admin_list_toolbar{width:100%;justify-content:flex-start}.admin_search_box{width:100%}.admin_search_box input{width:100%;min-width:0}.admin_date_range_picker,.admin_date_range_button{width:100%}.admin_date_range_button{min-width:0}.admin_calendar_popover{left:0;right:auto;width:min(304px,calc(100vw - 28px))}.admin_table th,.admin_table td{height:41px;padding:0 12px}.admin_pagination{padding:11px 14px;flex-wrap:wrap;justify-content:center}.admin_pager{flex-wrap:wrap;justify-content:center}.admin_board_footer{align-items:flex-start;flex-direction:column}.admin_board_footer_controls{width:100%;justify-content:space-between}.admin_exchange_form{padding:14px}.admin_form_row{min-height:auto;padding:12px 0;grid-template-columns:1fr;gap:8px}.admin_exchange_submit_area{margin-top:22px;justify-content:stretch}.admin_primary_submit{width:100%}.admin_bank_time_panel{padding:10px 14px 14px}.admin_bank_time_item{grid-template-columns:78px minmax(0,1fr)}.admin_support_summary,.admin_support_layout,.admin_support_meta_grid{grid-template-columns:1fr}.admin_support_detail_body,.admin_agent_support_form{padding:14px}.admin_agent_support_actions,.admin_support_answer_form .admin_primary_submit{width:100%}.admin_login_page{margin-top:-57px;min-height:calc(100vh + 57px);padding:24px 14px}.admin_login_card{min-height:auto;display:block;border-radius:18px}.admin_login_form_side{padding:36px 22px}.admin_login_visual_side{width:auto;padding:28px 22px;border-top:1px solid #e5e8eb}}.admin_select_box{position:relative;display:inline-flex;flex-direction:column}.admin_select_button{width:100%;height:36px;padding:8px 14px;border:1px solid #e9ecef;border-radius:10px;display:inline-flex;align-items:center;gap:10px;background:#f8f9fa;color:#333d4b;cursor:pointer;transition:border-color .2s ease}.admin_select_button span{overflow:hidden;color:#333d4b;font-size:13px;line-height:1;font-weight:500;text-overflow:ellipsis;white-space:nowrap}.admin_select_button svg{margin-left:auto;flex:0 0 auto;color:#aaa;transition:transform .2s ease}.admin_select_button:hover,.admin_select_button:focus,.admin_select_button.is_open{border-color:#1f6feb}.admin_select_button.is_open svg{transform:rotate(180deg)}.admin_select_list{position:absolute;top:calc(100% + 6px);left:0;z-index:1000;width:100%;max-height:244px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#d3d9e0 transparent;margin:0;padding:6px;list-style:none;border:1px solid #e9ecef;border-radius:10px;background:#fff;box-shadow:0 10px 24px #1118271a}.admin_select_list li button{width:100%;height:34px;padding:0 10px;border:0;border-radius:7px;background:transparent;color:#4b5563;font-size:13px;font-weight:500;text-align:left;cursor:pointer;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin_select_list::-webkit-scrollbar{width:4px}.admin_select_list::-webkit-scrollbar-track{background:transparent}.admin_select_list::-webkit-scrollbar-thumb{border-radius:999px;background:#d3d9e0}.admin_select_list::-webkit-scrollbar-thumb:hover{background:#b9c1cb}.admin_select_list li button:hover{background:#f5f7f9}.admin_select_list li button.is_active{background:#f0f5ff;color:#1f6feb;font-weight:600}.admin_account_password_input_wrap input.is_masked,.admin_system_password_field input.is_masked,.admin_agent_password_wrap input.is_masked{-webkit-text-security:disc;font-family:text-security-disc,inherit;letter-spacing:.08em}.admin_account_password_eye svg,.admin_password_eye svg,.admin_agent_password_eye svg{display:block;flex:none;pointer-events:none}body.admin_site_page .admin_password_eye:active:not(:disabled),body.admin_site_page .admin_account_password_eye:active:not(:disabled),body.admin_site_page .admin_agent_password_eye:active:not(:disabled){transform:translateY(-50%)}.admin_rolling_badge{display:inline-flex;align-items:center;justify-content:center;min-width:48px;height:22px;padding:0 8px;border-radius:11px;background:#d9480f1a;color:#d9480f;font-size:12px;font-weight:700;font-variant-numeric:tabular-nums}.admin_rolling_badge.is_cleared{background:#2180471a;color:#218047}.admin_system_criteria_row{display:grid;grid-template-columns:repeat(auto-fill,minmax(400px,1fr));gap:14px;align-items:start}.admin_system_criteria_row>section{min-width:0}.admin_system_criteria_row .admin_system_amount_grid{grid-template-columns:repeat(3,minmax(0,1fr)) auto;gap:10px}.admin_system_criteria_row .admin_system_operation_grid{grid-template-columns:repeat(2,minmax(0,1fr)) auto;gap:10px}.admin_system_criteria_row .admin_system_operation_grid.is_single{grid-template-columns:minmax(0,1fr) auto}.admin_system_criteria_row .admin_primary_small_button{height:38px}.admin_system_criteria_row .admin_system_mute_button{height:30px}.admin_plus_round_tools{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.admin_plus_round_count{color:#8b95a1;font-size:12px;font-weight:600;font-variant-numeric:tabular-nums}.admin_plus_round_jump{display:flex;align-items:center;gap:6px}.admin_plus_round_jump input{width:92px;height:30px;padding:0 10px;border:1px solid #d8dee7;border-radius:6px;background:#f8f9fa;color:#303d4b;font-size:12px;font-weight:500;outline:none}.admin_plus_round_jump input:focus{border-color:#1f6feb}.admin_plus_round_jump button,.admin_plus_round_now{height:30px;padding:0 12px;border:1px solid #d8dee7;border-radius:6px;background:#fff;color:#303d4b;font-size:12px;font-weight:600;cursor:pointer;white-space:nowrap;transition:border-color .16s ease,color .16s ease}.admin_plus_round_jump button:hover,.admin_plus_round_now:hover{border-color:#1f6feb;color:#1f6feb}.admin_plus_round_pagination{padding:14px 18px;border-top:1px solid #eef1f4}.admin_plus_round_parity{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:4px}.admin_plus_round_parity button{height:32px;padding:0;border:1px solid #d7e0ea;border-radius:7px;background:#fff;color:#7a8797;font-size:13px;font-weight:600;cursor:pointer;transition:border-color .16s ease,background .16s ease,color .16s ease}.admin_plus_round_parity button:hover:not(:disabled){border-color:#1f6feb;color:#1f6feb}.admin_plus_round_parity button.is_active{border-color:#0b58c8;background:#0b58c8;color:#fff}.admin_plus_round_parity button:disabled{opacity:.5;cursor:not-allowed}.admin_parity_modal{width:min(360px,100%);padding:22px;border-radius:14px;background:#fff;display:grid;gap:16px}.admin_parity_modal_head{display:grid;gap:5px;text-align:center}.admin_parity_modal_head strong{color:#212529;font-size:15px;font-weight:700}.admin_parity_modal_head strong b{color:#0b58c8}.admin_parity_modal_head span{color:#8b95a1;font-size:12.5px;font-weight:500}.admin_parity_modal_options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.admin_parity_modal_options button{display:grid;gap:4px;padding:16px 10px;border:1px solid #dbe4ef;border-radius:10px;background:#f8fafc;cursor:pointer;transition:border-color .16s ease,background .16s ease}.admin_parity_modal_options button:hover,.admin_parity_modal_options button.is_current{border-color:#0b58c8;background:#f2f7ff}.admin_parity_modal_options strong{color:#212529;font-size:16px;font-weight:700}.admin_parity_modal_options em{color:#8b95a1;font-size:11.5px;font-style:normal;font-weight:500}.admin_parity_modal_cancel{height:38px;border:1px solid #dbe4ef;border-radius:8px;background:#fff;color:#58616b;font-size:13px;font-weight:600;cursor:pointer}.admin_parity_modal_cancel:hover{border-color:#b9c3cf}.admin_bet_summary_card{width:100%;max-height:calc(100vh - 150px);overflow:auto;scrollbar-width:none;position:sticky;top:12px;z-index:20}@media(max-width:1180px){.admin_bet_summary_card{position:static}.admin_plus_game_side{order:-1}}.admin_bet_summary_card::-webkit-scrollbar{display:none}.admin_bet_summary_head{display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:46px;padding:0 15px;border-bottom:1px solid #eef1f4}.admin_bet_summary_error{padding:8px 15px;border-bottom:1px solid #f6dede;background:#fdf3f3;color:#c0392b;font-size:12px;font-weight:500;line-height:1.5}.admin_bet_summary_head h2{color:#212529;font-size:13.5px;font-weight:700}.admin_bet_summary_head span{color:#8b95a1;font-size:12px;font-weight:600;font-variant-numeric:tabular-nums}.admin_bet_summary_total{display:flex;align-items:baseline;gap:7px;padding:13px 15px;border-bottom:1px solid #eef1f4}.admin_bet_summary_total>span{color:#8b95a1;font-size:12px;font-weight:600}.admin_bet_summary_total strong{margin-left:auto;color:#0b58c8;font-size:16px;font-weight:700;line-height:1.1;font-variant-numeric:tabular-nums}.admin_bet_summary_total em{color:#a4adb8;font-size:11.5px;font-style:normal;font-weight:500}.admin_bet_summary_body{padding:4px 0 10px}.admin_bet_versus{padding:11px 14px}.admin_bet_versus+.admin_bet_versus,.admin_bet_combo{border-top:1px solid #f2f5f8}.admin_bet_versus_title{display:block;margin-bottom:7px;color:#a4adb8;font-size:11px;font-weight:700;letter-spacing:.02em}.admin_bet_versus_values{display:flex;align-items:baseline;justify-content:space-between;gap:8px}.admin_bet_versus_values strong{font-size:13.5px;font-weight:700;font-variant-numeric:tabular-nums;opacity:.45}.admin_bet_versus_values strong:first-child{color:#1f6feb}.admin_bet_versus_values strong:last-child{color:#e03131}.admin_bet_versus_values strong.is_lead{opacity:1}.admin_bet_versus_bar{height:10px;margin:6px 0 5px;border-radius:999px;background:#e03131;overflow:hidden}.admin_bet_versus_left{height:100%;border-radius:999px;background:#1f6feb;transition:width .45s ease}.admin_bet_versus_labels{display:flex;align-items:center;justify-content:space-between;gap:8px}.admin_bet_versus_labels span{display:inline-flex;align-items:baseline;gap:4px;font-size:12px;font-weight:600}.admin_bet_versus_labels span:first-child{color:#1f6feb}.admin_bet_versus_labels span:last-child{color:#e03131}.admin_bet_versus_labels em{color:#aab3bd;font-size:11px;font-style:normal;font-weight:500;font-variant-numeric:tabular-nums}.admin_bet_combo{padding:11px 14px 4px}.admin_bet_combo_row{position:relative;display:flex;align-items:center;justify-content:space-between;gap:8px;height:30px;margin-bottom:4px;padding:0 8px;border-radius:6px;background:#f6f8fa;overflow:hidden}.admin_bet_combo_fill{position:absolute;left:0;top:0;bottom:0;border-radius:6px;background:#e4edfb;transition:width .45s ease}.admin_bet_combo_row span,.admin_bet_combo_row strong{position:relative;font-variant-numeric:tabular-nums}.admin_bet_combo_row span{color:#55606d;font-size:12px;font-weight:600}.admin_bet_combo_row strong{color:#1c2a38;font-size:12.5px;font-weight:700}.admin_bet_combo_row.is_top .admin_bet_combo_fill{background:#d7e6ff}.admin_bet_combo_row.is_top span,.admin_bet_combo_row.is_top strong{color:#0b58c8}.admin_bet_summary_label{color:#4b5766;font-size:12.5px;font-weight:600}.admin_bet_summary_amount{color:#212529;font-size:12.5px;font-weight:700;text-align:right;font-variant-numeric:tabular-nums}.admin_bet_summary_share{color:#a4adb8;font-size:11.5px;font-weight:500;text-align:right;font-variant-numeric:tabular-nums}.admin_staff_permission_cell{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:4px;padding-top:6px;padding-bottom:6px}.admin_staff_permission_tag{display:inline-flex;align-items:center;height:21px;padding:0 8px;border-radius:11px;background:#eef4ff;color:#2c6dd6;font-size:11.5px;font-weight:600;white-space:nowrap}.admin_staff_permission_empty{color:#a4adb8;font-size:12px;font-weight:500}.admin_staff_modal{width:min(440px,100%);border-radius:14px;background:#fff;overflow:hidden}.admin_staff_modal_head{display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:52px;padding:0 18px;border-bottom:1px solid #eef1f4}.admin_staff_modal_head strong{color:#212529;font-size:15px;font-weight:700}.admin_staff_modal_head button{width:28px;height:28px;border:0;border-radius:6px;background:transparent;color:#8b95a1;font-size:20px;line-height:1;cursor:pointer}.admin_staff_modal_body{display:grid;gap:12px;padding:18px}.admin_staff_permission_group{display:grid;gap:8px}.admin_staff_permission_group>span{color:#526176;font-size:12.5px;font-weight:600}.admin_staff_permission_list{display:grid;gap:2px;padding:8px;border:1px solid #e3e9f0;border-radius:9px;background:#f8fafc}.admin_staff_permission_item{display:flex;align-items:center;gap:8px;height:32px;padding:0 8px;border-radius:6px;cursor:pointer}.admin_staff_permission_item:hover{background:#eef2f7}.admin_staff_permission_item input{width:15px;height:15px;accent-color:#0b58c8;cursor:pointer}.admin_staff_permission_item span{color:#3d4753;font-size:12.5px;font-weight:500}.admin_staff_modal_foot{display:flex;justify-content:flex-end;gap:8px;padding:14px 18px;border-top:1px solid #eef1f4}.admin_plus_round_export{display:flex;align-items:center;gap:6px}.admin_plus_round_export .admin_date_range_button{width:150px;height:30px;padding:0 10px;border-radius:6px}.admin_plus_round_export .admin_date_range_button span{font-size:12px}.admin_plus_round_export>button{height:30px;padding:0 12px;border:1px solid #0b58c8;border-radius:6px;background:#0b58c8;color:#fff;font-size:12px;font-weight:600;cursor:pointer;white-space:nowrap;transition:background .16s ease}.admin_plus_round_export>button:hover:not(:disabled){background:#064fba}.admin_plus_round_export>button:disabled{opacity:.6;cursor:not-allowed}.admin_betting_info_cell{max-width:320px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
