@font-face{font-family:SUIT Variable;src:url(/assets/SUIT-Variable-DOzUagJL.ttf);font-weight:100 900}html,body{margin:0;background-color:#fff;width:100%;height:auto;min-height:100vh}#root{background-color:#f2f3f8;max-width:600px;width:100%;margin:0 auto;height:auto;min-height:100vh;padding:0 16px;box-sizing:border-box}body *{font-family:SUIT Variable}.Toastify__toast--error{background-color:#f44!important;color:#fff!important;font-family:SUIT Variable!important;font-weight:500!important;max-width:300px!important;justify-content:center!important;text-align:center!important}.Toastify__toast--success{background-color:#0a4!important;color:#fff!important;font-family:SUIT Variable!important;font-weight:500!important;max-width:300px!important;justify-content:center!important;text-align:center!important}.Toastify__close-button{color:#fff!important}@media (max-width: 480px){html,body{height:auto;min-height:100vh;min-height:100dvh;background-color:#f2f3f8;overflow-y:auto}#root{max-width:100vw;width:100vw;padding:0 16px;min-height:100vh;min-height:100dvh;height:auto}}@media (max-width: 375px){html,body{width:100vw;height:auto;min-height:100vh;min-height:100dvh;background-color:#f2f3f8;overflow-x:hidden;overflow-y:auto}#root{max-width:100vw;width:100vw;padding:0 12px;min-height:100vh;min-height:100dvh;height:auto}}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width: 480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.Header{height:15%;display:flex;align-items:center;padding:20px 0}.Header>div{display:flex}.Header .header_center{font-weight:800;font-size:24px}.Header .header_left{width:10%;margin-left:30px;font-weight:800;font-size:24px;cursor:pointer}.Button{background-color:#fff;cursor:pointer;border:none;border-radius:15px;padding:10px 20px;font-size:18px;font-weight:700;white-space:nowrap}.point-box{display:flex;justify-content:center;width:100%;margin-bottom:25px}.point-info{display:flex;align-items:center;gap:10px}.point-arrow{background:none;border:none}.main-button-group{display:flex;gap:16px;justify-content:center;margin-bottom:50px}.Button_POINT{color:#000;width:325px;height:82px;display:flex;align-items:center;justify-content:space-between}.Button_MAIN{color:#000;width:152px;height:65px}.Button_BACKHOME{background-color:#000;color:#fff;width:320px;height:50px;margin-top:40px}.Button_SIGNUP{background-color:#dbdbdb;color:#000;width:320px;height:50px}.Button_LOGIN{background-color:#000;color:#fff;width:320px;height:50px}.Button_ACTIVITY{color:#7e7e7e;width:152px;height:140px;display:flex;flex-direction:column;align-items:center;justify-content:center}.Button_REFRESH{background:none;border:none;font-size:16px;font-weight:500;color:#7e7e7e;text-decoration:underline;margin-top:16px;cursor:pointer}.Button_CLOSE{position:relative;background:none;border:none;font-size:16px;font-weight:500;color:#fff;text-decoration:underline;margin-top:60px;cursor:pointer;z-index:1001}.Button_EDITSAVE{background-color:#000;width:152px;height:50px;color:#fff}.Button_EDITRETURN{background-color:#dbdbdb;width:152px;height:50px;color:#000}.Button_EXCHANGE{background-color:#000;width:320px;height:50px;color:#fff;margin:24px 0}.Button_GACHASAVE{background-color:#000;width:216px;height:45px;border-radius:10px;color:#fff;font-weight:700;font-size:16px;position:static!important;inset:auto!important;transform:none!important;z-index:auto!important;display:inline-flex;align-items:center;justify-content:center;margin:0 auto 32px}.Button_GACHAHIS{background-color:#dbdbdb;width:216px;height:45px;border-radius:10px;color:#000;font-weight:700;font-size:16px;position:static!important;inset:auto!important;transform:none!important;z-index:auto!important;display:inline-flex;align-items:center;justify-content:center;margin:0 auto 10px}.button-group-section{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:15px;margin-top:40px}.Profile{width:325px;height:142px;display:flex;align-items:center;margin:50px auto 35px}.profile_edit{position:absolute;right:0;bottom:0;width:25px;height:25px;display:flex;align-items:center;justify-content:center;padding:0;z-index:2;cursor:pointer}.profile_edit>img{border:1px solid #F2F3F8}.profile_img{display:flex;align-items:center;justify-content:center;margin-left:15px;margin-right:35px}.profile_info{display:flex;flex-direction:column;justify-content:center}.profile_name{font-size:20px;font-weight:800;margin-bottom:10px}.profile_greeting{font-size:16px;font-weight:500;color:#7e7e7e}.profile-modal-overlay{position:fixed;inset:0;width:100vw;height:100dvh;background:#00000080;display:flex;justify-content:center;align-items:flex-end;z-index:1000}.profile-modal{width:min(570px,95vw);height:400px;min-height:48%;max-width:95%;background:#fff;border-radius:25px 25px 0 0;box-shadow:0 -4px 24px #0000001f;padding:16px 16px 24px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;position:relative;margin-bottom:0;animation:modalUp .3s cubic-bezier(.4,0,.2,1)}@keyframes modalUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.profile-title{font-size:20px;font-weight:700;margin:24px 0 16px 50px;line-height:1.5;text-align:left;width:100%}.profile-current-img{width:80px;height:80px;margin-top:16px;margin-bottom:16px}.image-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:16px;margin-bottom:24px;padding-bottom:8px;width:min(400px,calc(100vw - 32px));max-width:calc(100vw - 32px);scrollbar-width:none;-ms-overflow-style:none}.image-page{display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(2,1fr);gap:min(16px,2vw);min-width:min(400px,calc(100vw - 32px));max-width:min(400px,calc(100vw - 32px));scroll-snap-align:start;margin-top:16px;place-items:center}.profile-option-img{width:50px;height:50px;cursor:pointer;border:2px solid transparent;transition:border .2s ease;margin:auto;background:transparent;padding:0;border-radius:8px;display:flex;align-items:center;justify-content:center}.profile-option-img.selected{border:5px;border-color:#d9d9d9;border-radius:100%}.profile-option-img img{width:100%;height:100%;object-fit:contain;pointer-events:none}.button-group{display:flex;justify-content:center;gap:24px;position:absolute;left:0;right:0;bottom:0;padding:0 16px 24px}.image-grid-scroll{display:grid;grid-auto-flow:column;grid-template-rows:repeat(2,1fr);grid-auto-columns:1fr;gap:16px;overflow-x:auto;width:393px;max-width:393px;min-width:393px;min-height:120px;margin:0 auto 16px;padding-bottom:8px;scrollbar-width:none}.image-grid::-webkit-scrollbar{display:none}.image-grid{scroll-behavior:smooth}.pager{display:flex;align-items:center;justify-content:center;gap:8px;margin:8px 0 56px}.pager-dot{width:8px;height:8px;border-radius:999px;background:#d9d9d9;border:none;padding:0;cursor:pointer;transition:width .2s ease}.pager-dot.active{background:#000}@media (max-width: 480px){.profile-modal{width:100vw;border-radius:20px 20px 0 0;padding:12px 12px 20px}.profile-title{font-size:18px;margin:16px 0 12px 20px}.profile-current-img{width:70px;height:70px;margin:12px 0}.image-grid{width:calc(100vw - 24px);max-width:calc(100vw - 24px);gap:12px}.image-page{min-width:calc(100vw - 24px);max-width:calc(100vw - 24px);gap:min(12px,3vw)}.profile-option-img{width:min(45px,10vw);height:min(45px,10vw)}.button-group{gap:16px;padding:0 12px 20px}}.activity-section{margin-top:32px;margin-bottom:50px;display:flex;flex-direction:column;align-items:center}.activity-button-group{display:flex;gap:18px;margin-bottom:30px;justify-content:center}.activity-title{font-size:20px;font-weight:800;text-align:left;margin-bottom:16px;width:100%;max-width:310px}.activity-buttons{display:flex;gap:18px;justify-content:center}.activity-btn-content{display:flex;flex-direction:column;align-items:center;gap:10px}@media (max-width: 480px){.activity-section{margin-bottom:100px}}@media (max-width: 375px){.activity-section{margin-top:24px;margin-bottom:100px}.activity-title{font-size:18px;margin-bottom:12px}}.qr-modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100dvh;background:#00000080;display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:1000;overflow-y:auto}.qr-modal{background:#fff;border-radius:25px;width:313px;height:470px;padding:24px;text-align:center}.qr-title{font-size:24px;font-weight:700;margin-bottom:2px}.qr-desc{font-size:16px;color:#7e7e7e;margin-bottom:30px}.qr-image-wrapper{width:196px;height:196px;margin:auto auto 16px;display:flex;align-items:center;justify-content:center}.qr-image{max-width:100%;max-height:100%}.qr-btn-icon{margin-right:6px;vertical-align:middle;z-index:1001}.point-summary{width:100%;min-height:140px;display:flex;flex-direction:column;align-items:center;justify-content:center}.bag-icon{width:80px;height:80px;margin-top:16px}.point-summary .point-text{text-align:center;margin-bottom:25px}.point-text>p{font-size:18px;font-weight:700}.point-text>p>br{display:block;margin-bottom:5px}.tab-selector{display:flex;align-items:center;gap:12px;margin:20px 25px 40px}.tab-btn{min-width:78px;padding:6px 18px;border:none;border-radius:10px;background:#acacac;color:#fff;font-size:12px;font-weight:700;cursor:pointer}.tab-btn.selected{background:#000;color:#fff;font-size:12px;font-weight:700}.tab-btn:not(.selected):hover,.tab-btn.hovered{background:#626262}.card{width:100%;max-width:325px;min-height:64px;background:#fff;border-radius:15px;box-shadow:0 2px 8px #00000014;display:flex;align-items:center;margin:0 auto 18px;padding:16px 20px;box-sizing:border-box}.card-icon{width:30px;height:30px;margin-right:16px}.point-card .card-content{flex:1}.point-card .card-title{font-size:18px;font-weight:700;margin-bottom:5px}.point-card .card-date{font-size:10px;font-weight:500;color:#7e7e7e}.card-amount{font-size:18px;font-weight:700;min-width:80px;text-align:right}.card-amount.plus{color:#1452ff}.card-amount.minus{color:#000}.coupon-card{position:relative}.coupon-card.used:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#00000080;border-radius:15px}.coupon-card .card-content{flex:1}.coupon-card .card-title{font-size:18px;font-weight:700;margin-bottom:5px}.coupon-card .card-desc{font-size:13px;font-weight:700;color:#7e7e7e}.card-coupon-status{min-width:54px;padding:6px 0;border-radius:10px;background:#acacac;color:#fff;font-size:12px;font-weight:700;text-align:center}.card-coupon-status.used{background:#626262;color:#fff}.history-card .card-content{flex:1}.history-card .card-title{font-size:18px;font-weight:700;margin-bottom:5px}.history-card .card-date{font-size:10px;font-weight:500;color:#7e7e7e}.help-icon-container{position:relative;display:flex;align-items:center}.help-icon{color:#7e7e7e;cursor:pointer;transition:color .2s ease}.tooltip{position:absolute;top:-40px;right:0;background:#626262;color:#fff;padding:8px 12px;border-radius:6px;font-size:12px;white-space:nowrap;z-index:1000;box-shadow:0 2px 8px #0003}.tooltip:after{content:"";position:absolute;top:100%;right:12px;margin-left:-5px;border-width:5px;border-style:solid;border-color:#626262 transparent transparent transparent}.empty-state{min-height:65vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:50px 20px;text-align:center}.empty-state-image{width:80px;height:80px;margin-bottom:18px}.empty-state-text{font-size:18px;font-weight:700}.tab-navigation{width:85%;background:#f2f3f8;display:flex;flex-direction:column;align-items:center;justify-content:center;border-bottom:2px solid #E5E5E5;margin:0 auto}.tab-list{display:flex;position:relative;align-items:center;justify-content:center;gap:10vh}.tab-item{padding:16px 20px;background:none;border:none;font-size:16px;font-weight:700;color:#7e7e7e;text-align:center;cursor:pointer;transition:color .2s ease;position:relative}.tab-item:hover{color:#626262}.tab-item.active{color:#000;font-weight:700}.tab-indicator{align-items:center;height:100%;background:#f2f3f8;transition:transform .3s ease}.gacha-list{width:100%;height:140px;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:20px;overflow:hidden;margin:40px auto}.gacha-item{width:130px;height:130px;background-color:#fff;border-radius:25px;display:flex;align-items:center;justify-content:center}.point-icon{width:80px;height:80px}.arrow-icon{width:24px;height:24px}.question-icon{width:85px;height:85px}.pointshop-page{display:flex;flex-direction:column;align-items:center;padding:24px 20px}.gacha-title{font-size:20px;font-weight:700;color:#000;align-self:flex-start;text-align:left;margin:0 0 50px 12px}.gacha-desc{font-size:16px;font-weight:600;color:#7e7e7e;align-self:flex-start;text-align:left;margin:0 0 8px 12px}.gacha-list-desc{font-size:16px;font-weight:600;color:#7e7e7e;margin:24px 0 50px;text-align:center}.gacha-container{margin-top:-40px}.ranking-info-container{padding:24px 20px;margin-left:20px}.participants-text{font-size:16px;color:#7e7e7e;margin:0 0 8px}.ranking-title{font-size:24px;font-weight:800;margin:0 0 8px}.ranking-time-text{font-size:12px;color:#7e7e7e;margin:0 0 8px}.ranking-list-container{width:600px;max-width:100%}.ranking-item{display:flex;align-items:center;margin-left:45px;margin-bottom:24px}.rank-medal{width:40px;font-size:30px;font-weight:700;text-align:center;margin-right:25px}.rank-number{width:40px;font-size:24px;font-weight:700;text-align:center;margin-right:25px;color:#7e7e7e}.ranking-avatar{width:48px;height:48px;border-radius:50%;margin-right:20px}.ranking-user-info{flex-grow:1}.ranking-name{font-size:18px;font-weight:600;margin:0 0 4px}.ranking-score{font-size:14px;color:#7e7e7e;margin:0}.my-rank-card-container{width:600px;max-width:100%;left:50%;transform:translate(-50%);position:fixed;bottom:0;background:#fff;border-radius:25px 25px 0 0;box-shadow:0 -4px 12px #00000014;padding:20px;box-sizing:border-box;display:flex;align-items:center;justify-content:space-between}.my-rank-info{display:flex;align-items:center}.my-rank-avatar{width:48px;height:48px;border-radius:50%;margin-left:20px;margin-right:25px;box-shadow:0 2px 4px #0000001a}.my-rank-name{font-size:14px;font-weight:500;color:#7e7e7e;margin:0 0 4px}.my-rank-number{font-size:18px;margin:0;font-weight:600}.my-rank-score{font-size:14px;font-weight:600;color:#626262;background:#f2f3f8;padding:8px 16px;border-radius:10px}.login-auth-container{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px 20px;overflow-y:auto}.login-auth-title{font-size:32px;font-weight:700;text-align:center;margin-bottom:20px}.login-auth-desc{color:#7e7e7e;font-size:14px;text-align:center;margin-bottom:32px}.login-auth-image img{width:130px;height:130px}.login-unauth-container{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px 20px;overflow-y:auto}.login-unauth-title{font-size:32px;font-weight:700;text-align:center;margin-bottom:20px}.login-unauth-desc{color:#7e7e7e;font-size:16px;text-align:center;margin-bottom:32px}.login-unauth-image img{width:130px;height:130px}.notfound-container{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center}.notfound-title{font-size:32px;font-weight:700;text-align:center;margin-bottom:20px}.notfound-desc{color:#7e7e7e;font-size:16px;text-align:center;margin-bottom:32px}.notfound-image img{width:130px;height:130px}
