.daily-signin-mask{position:fixed;inset:0;z-index:130;display:flex;align-items:center;justify-content:center;padding:16px;background:#00000073}.daily-signin-dialog{position:relative;width:min(448px,100%);min-height:560px;display:flex;flex-direction:column;align-items:center;padding:190px 24px 28px;background-image:url(/assets/imgs/sign_img_bg.png);background-repeat:no-repeat;background-position:center top;background-size:100% 100%}.daily-signin-dialog__close{position:absolute;right:18px;top:18px;width:32px;height:32px;border:0;border-radius:50%;background:#00000040;color:#fff;font-size:28px;line-height:30px;cursor:pointer}.daily-signin-dialog__title-img{width:min(230px,62%);height:auto}.daily-signin-dialog__body{flex:1;width:100%;display:flex;align-items:center;justify-content:center;color:#2b2b2b;font-size:18px;text-align:center}.daily-signin-days{display:grid;grid-template-columns:repeat(3,83px);justify-content:center;gap:8px 4px;margin:20px 0 12px}.daily-signin-day{width:83px;height:107px;display:flex;flex-direction:column;align-items:center;justify-content:space-between;padding:12px 6px 10px;background-image:url(/assets/imgs/sign_img_daybg.png);background-repeat:no-repeat;background-size:200% 100%;background-position-x:0;color:#fff;font-weight:700}.daily-signin-day--received{background-position-x:100%}.daily-signin-day__label{color:#fff7d2;font-size:14px}.daily-signin-day__coin{font-size:14px}.daily-signin-dialog__receive{width:256px;height:70px;border:0;background-image:url(/assets/imgs/sign_btn_bg.png);background-repeat:no-repeat;background-size:200% 100%;background-position-x:0;color:#fff;font-size:24px;font-weight:700;text-shadow:0 2px 2px rgba(0,0,0,.35);cursor:pointer;animation:take-coin-breathing 2s ease infinite}.daily-signin-dialog__receive[hidden]{display:none}.daily-signin-dialog__receive:disabled{cursor:wait;opacity:.85}.daily-signin-dialog__receive--disabled{background-position-x:100%;animation:none}@keyframes take-coin-breathing{0%,to{transform:scale(1)}50%{transform:scale(1.04)}}@media (max-width: 420px){.daily-signin-dialog{min-height:508px;padding:160px 18px 24px}.daily-signin-days{grid-template-columns:repeat(3,66px);gap:4px}.daily-signin-day{width:66px;height:86px;padding:8px 4px 7px}.daily-signin-dialog__receive{width:205px;height:56px;font-size:18px}}
