.checkin-button-container{flex-direction:column;align-items:center;gap:12px;margin:0;padding:0;display:flex}.checkin-button-wrapper{justify-content:center;align-items:center;display:flex;position:relative}.checkin-button{color:#fff;text-shadow:0 1px 2px #0000001a;background:linear-gradient(135deg,#ff6ba8 0%,#ff8cc8 50%,#ffa3d4 100%);border:2px solid #ffffff80;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;font-size:15px;font-weight:600;transition:all .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 16px #ff6ba840,0 2px 8px #ff6ba826}.checkin-button-dark{border:2px solid #ff6ba899;box-shadow:0 4px 16px #ff6ba859,0 2px 8px #ff6ba840,inset 0 0 20px #ff6ba81a}.checkin-button:before{content:"";opacity:0;background:radial-gradient(circle,#ffffff4d 0%,#0000 70%);width:200%;height:200%;transition:opacity .4s;position:absolute;top:-50%;left:-50%}.checkin-button:hover:not(:disabled):before{opacity:1}.checkin-button:hover:not(:disabled){border-color:#ffffffb3;transform:scale(1.05)translateY(-1px);box-shadow:0 6px 20px #ff6ba84d,0 3px 10px #ff6ba833}.checkin-button-dark:hover:not(:disabled){border-color:#ff6ba8cc;box-shadow:0 6px 20px #ff6ba866,0 3px 10px #ff6ba84d,inset 0 0 25px #ff6ba826}.checkin-button:active:not(:disabled){transform:scale(.98);box-shadow:0 3px 12px #ff6ba840,0 1px 6px #ff6ba826}.checkin-button:after{content:"";pointer-events:none;background:#ffffff80;border-radius:50%;width:0;height:0;transition:width .6s,height .6s,opacity .6s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.checkin-button:active:not(:disabled):after{opacity:0;width:200px;height:200px}.checkin-button:not(.checkin-button-checked):not(:disabled):not(.checkin-button-success){animation:2s ease-in-out infinite pulse-glow}@keyframes pulse-glow{0%,to{box-shadow:0 4px 16px #ff6ba840,0 2px 8px #ff6ba826}50%{box-shadow:0 6px 20px #ff6ba84d,0 3px 10px #ff6ba833}}.checkin-button-dark:not(.checkin-button-checked):not(:disabled):not(.checkin-button-success){animation:2s ease-in-out infinite pulse-glow-dark}@keyframes pulse-glow-dark{0%,to{box-shadow:0 4px 16px #ff6ba859,0 2px 8px #ff6ba840,inset 0 0 20px #ff6ba81a}50%{box-shadow:0 6px 20px #ff6ba873,0 3px 10px #ff6ba859,inset 0 0 25px #ff6ba826}}.checkin-button-checked{cursor:not-allowed;background:linear-gradient(135deg,#d9d9d9 0%,#bfbfbf 50%,#a6a6a6 100%);border-color:#ffffff4d;animation:none;box-shadow:0 4px 16px #0000001a,inset 0 2px 4px #0000001a}.checkin-button-dark.checkin-button-checked{background:linear-gradient(135deg,#595959 0%,#434343 50%,#2e2e2e 100%);border-color:#ffffff26;box-shadow:0 4px 16px #0000004d,inset 0 2px 4px #0003}.checkin-button-checked:hover{transform:none;box-shadow:0 4px 16px #0000001a,inset 0 2px 4px #0000001a}.checkin-button-pending{position:relative}.checkin-button-pending:after{content:"";opacity:.6;pointer-events:none;border:2px solid #ff6ba8;border-radius:50%;animation:2s ease-in-out infinite button-ring;position:absolute;inset:-4px}.checkin-button-dark.checkin-button-pending:after{opacity:.7;border-color:#ff6ba8cc}@keyframes button-ring{0%,to{opacity:.6;transform:scale(1)}50%{opacity:.3;transform:scale(1.1)}}.checkin-button-hint{color:#ff6ba8;text-align:center;margin-top:8px;font-size:12px;font-weight:500;animation:2s ease-in-out infinite hint-fade}@keyframes hint-fade{0%,to{opacity:.7}50%{opacity:1}}.checkin-continuous-badge{color:#ff6ba8;background:#ff6ba81a;border:1px solid #ff6ba833;border-radius:16px;padding:6px 14px;font-size:12px;font-weight:500;line-height:1.4;transition:all .2s;box-shadow:0 1px 4px #ff6ba81a}.checkin-button-success{animation:.6s ease-out success-pulse;background:linear-gradient(135deg,#52c41a 0%,#73d13d 50%,#95de64 100%)!important}@keyframes success-pulse{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.checkin-success-overlay{pointer-events:none;z-index:10;flex-direction:column;justify-content:center;align-items:center;width:200px;max-width:100%;display:flex;position:absolute;top:50%;left:50%;overflow:visible;transform:translate(-50%,-50%)}.checkin-success-icon{color:#52c41a;opacity:0;filter:drop-shadow(0 2px 8px #52c41a4d);margin-bottom:12px;font-size:56px;transition:all .5s cubic-bezier(.68,-.55,.265,1.55);transform:scale(0)}.checkin-success-icon.animate{opacity:1;transform:scale(1)}.checkin-rewards-fly{gap:16px;margin-bottom:12px;display:flex}.checkin-reward-item-fly{background:#fffffff2;border-radius:8px;flex-direction:column;align-items:center;gap:4px;min-width:60px;padding:8px 12px;display:flex;box-shadow:0 2px 8px #00000026}:global(.dark) .checkin-reward-item-fly{background:#1f1f1ff2}.checkin-reward-item-fly .reward-icon{color:#faad14;font-size:20px}.checkin-reward-item-fly .reward-value{color:#52c41a;font-size:18px;font-weight:600}.reward-fly-up{opacity:0;animation:.8s ease-out forwards flyUp}.reward-fly-up.delay-1{animation-delay:.2s}@keyframes flyUp{0%{opacity:0;transform:translateY(20px)scale(.8)}50%{opacity:1;transform:translateY(-8px)scale(1.05)}to{opacity:1;transform:translateY(0)scale(1)}}.checkin-continuous-text{color:#fa8c16;opacity:0;font-size:14px;font-weight:500;transition:all .5s .4s;transform:translateY(10px)}.checkin-continuous-text.animate{opacity:1;transform:translateY(0)}@media (width<=768px){.checkin-button-container{gap:14px}.checkin-button{width:80px;height:80px;font-size:15px}.checkin-button-hint{margin-top:6px;font-size:11px}.checkin-continuous-badge{padding:6px 16px;font-size:13px}.checkin-rewards-fly{gap:12px}.checkin-reward-item-fly{min-width:50px;padding:6px 10px}.checkin-reward-item-fly .reward-icon,.checkin-reward-item-fly .reward-value{font-size:16px}.checkin-continuous-text{font-size:12px}}.checkin-stats{background:var(--ant-color-bg-container);border:1px solid var(--ant-color-border);border-radius:12px;justify-content:center;align-items:center;gap:0;margin-bottom:24px;padding:20px;transition:all .3s;display:flex;box-shadow:0 2px 8px #0000000a}.checkin-stats:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.checkin-stats-item{flex:1;align-items:center;gap:12px;max-width:160px;padding:0 20px;display:flex}.checkin-stats-primary{position:relative}.checkin-stats-divider{background:var(--ant-color-border);opacity:.3;flex-shrink:0;width:1px;height:40px}.checkin-stats-icon-wrapper{background:var(--ant-color-fill-tertiary);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;transition:all .3s;display:flex}.checkin-stats-item:hover .checkin-stats-icon-wrapper{transform:scale(1.1);box-shadow:0 2px 8px #0000001a}.checkin-stats-primary .checkin-stats-icon-wrapper{background:linear-gradient(135deg,#ff6ba826 0%,#ff8ec826 100%)}.checkin-stats-icon{color:var(--ant-color-text-secondary);font-size:18px}.checkin-stats-primary .checkin-stats-icon{color:#ff6ba8;font-size:18px}.checkin-stats-content{flex-direction:column;flex:1;gap:6px;min-width:0;display:flex}.checkin-stats-label{color:var(--ant-color-text-secondary);font-size:13px;font-weight:500;line-height:1.4}.checkin-stats-value-wrapper{align-items:baseline;gap:4px;line-height:1;display:flex}.checkin-stats-value{color:var(--ant-color-text);letter-spacing:-.5px;font-size:28px;font-weight:700;line-height:1}.checkin-stats-primary .checkin-stats-value{background:linear-gradient(135deg,#ff6ba8 0%,#ff8cc8 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:32px;position:relative}.checkin-stats-primary .checkin-stats-value:after{content:"🔥";opacity:.8;font-size:20px;animation:2s ease-in-out infinite fire-pulse;position:absolute;top:50%;right:-24px;transform:translateY(-50%)}@keyframes fire-pulse{0%,to{opacity:.8;transform:translateY(-50%)scale(1)}50%{opacity:1;transform:translateY(-50%)scale(1.1)}}.checkin-stats-unit{color:var(--ant-color-text-tertiary);font-size:14px;font-weight:500;line-height:1}@media (width<=768px){.checkin-stats{margin-bottom:28px}.checkin-stats-item{flex:1;gap:10px;max-width:none;padding:0 12px}.checkin-stats-divider{height:36px}.checkin-stats-icon-wrapper{width:32px;height:32px}.checkin-stats-icon{font-size:16px}.checkin-stats-value{font-size:32px}.checkin-stats-primary .checkin-stats-value{font-size:36px}.checkin-stats-label{font-size:12px}}.reward-config{margin-bottom:0}.reward-today{text-align:center;background:linear-gradient(135deg,#ff6ba808 0%,#ff8ec808 100%);border:1px solid #ff6ba81a;border-radius:12px;margin-bottom:20px;padding:24px 0;transition:all .3s}.reward-today:hover{border-color:#ff6ba833;box-shadow:0 2px 8px #ff6ba81a}.reward-today-header{flex-direction:column;align-items:center;gap:8px;margin-bottom:16px;display:flex}.reward-today-label{color:var(--ant-color-text);justify-content:center;align-items:center;gap:8px;font-size:14px;font-weight:600;display:flex}.reward-today-label-icon{color:#ff6ba8;font-size:16px}.reward-today-values{justify-content:center;align-items:center;gap:0;display:flex;position:relative}.reward-today-item{flex:1;max-width:140px;padding:0 20px}.reward-today-divider{background:var(--ant-color-border);opacity:.3;flex-shrink:0;width:1px;height:32px}.reward-today-item-content{flex-direction:column;align-items:center;gap:6px;display:flex}.reward-today-value{color:var(--ant-color-text);letter-spacing:-.5px;font-size:32px;font-weight:700;line-height:1}.reward-today-unit{color:var(--ant-color-text-secondary);font-size:13px;font-weight:500;line-height:1.2}.reward-today-pending{opacity:.5;position:relative}.reward-today-lock-overlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:1;background:#ffffffd9;border-radius:12px;justify-content:center;align-items:center;transition:all .3s;display:flex;position:absolute;inset:0}:root.dark .reward-today-lock-overlay,html.dark .reward-today-lock-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:none;background:0 0;border:none}.reward-today-lock-icon{color:var(--ant-color-text-tertiary);opacity:.6;font-size:32px;animation:2s ease-in-out infinite lock-pulse}:root.dark .reward-today-lock-icon,html.dark .reward-today-lock-icon{color:var(--ant-color-text-secondary);opacity:.65;filter:drop-shadow(0 0 4px #ff6ba833);opacity:.7}@keyframes lock-pulse{0%,to{opacity:.6;transform:scale(1)}50%{opacity:.8;transform:scale(1.05)}}.reward-today-hint{color:var(--ant-color-text-secondary);background:var(--ant-color-fill-tertiary);border-radius:12px;justify-content:center;align-items:center;gap:4px;padding:4px 12px;font-size:12px;transition:all .3s;display:flex}.reward-today-hint-top{margin-top:0}.reward-today-hint-icon{font-size:12px}.reward-today-hint-success{color:#52c41a;background:#52c41a1a;font-weight:500}.reward-today-hint:not(.reward-today-hint-success){color:#ff6ba8;background:#ff6ba81a;animation:2s ease-in-out infinite hint-glow}@keyframes hint-glow{0%,to{box-shadow:0 0 #ff6ba800}50%{box-shadow:0 0 8px #ff6ba84d}}.reward-progress{background:var(--ant-color-fill-tertiary);text-align:center;border-radius:10px;padding:14px 16px}.reward-progress-text{color:var(--ant-color-text);margin-bottom:8px;font-size:13px;line-height:1.6}.reward-progress-highlight{color:#ff6ba8;font-weight:600}.reward-progress-preview{color:var(--ant-color-text-secondary);border-top:1px solid var(--ant-color-border);opacity:.5;justify-content:center;align-items:center;gap:8px;padding-top:6px;font-size:12px;display:flex}.reward-progress-label{color:var(--ant-color-text-tertiary);font-weight:500}.reward-progress-value{color:#ff6ba8;font-weight:600}.reward-progress-emoji{margin-right:6px;font-size:16px;animation:2s ease-in-out infinite emoji-bounce;display:inline-block}@keyframes emoji-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}.reward-progress-complete{background:linear-gradient(135deg,#ff6ba81f 0%,#ff8ec81f 100%);border:1px solid #ff6ba840}.reward-progress-complete .reward-progress-text{color:#ff6ba8;font-weight:500}.reward-achievement-badge{color:#fff;background:linear-gradient(135deg,#ff6ba8 0%,#ff8cc8 100%);border-radius:20px;justify-content:center;align-items:center;gap:6px;margin-top:12px;padding:8px 16px;font-size:13px;font-weight:600;animation:2s ease-in-out infinite achievement-glow;display:flex;box-shadow:0 2px 8px #ff6ba84d}@keyframes achievement-glow{0%,to{box-shadow:0 2px 8px #ff6ba84d}50%{box-shadow:0 4px 16px #ff6ba880}}.reward-achievement-icon{font-size:16px;animation:3s ease-in-out infinite icon-rotate}@keyframes icon-rotate{0%,to{transform:rotate(0)}25%{transform:rotate(-10deg)}75%{transform:rotate(10deg)}}.reward-achievement-text{letter-spacing:.5px}.reward-progress-bar{margin:24px 0 20px;padding:0 8px;position:relative}.reward-progress-bar-container{justify-content:space-between;align-items:flex-start;gap:0;padding:0 8px;display:flex;position:relative}.reward-progress-day{z-index:2;flex-direction:column;flex:1;justify-content:flex-start;align-self:flex-start;align-items:center;min-width:0;max-width:none;display:flex;position:relative}.reward-progress-day-circle{aspect-ratio:1;z-index:3;box-sizing:border-box;border:none;border-radius:50%;outline:none;flex:0 0 48px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:8px;margin-left:auto;margin-right:auto;transition:all .3s;display:flex;position:relative}.reward-progress-day-icon{color:#fff;font-size:24px}.reward-progress-day-today-indicator{background:linear-gradient(135deg,#ff6ba8 0%,#ff8cc8 100%);border:3px solid #ffffffe6;border-radius:50%;outline:none;width:100%;height:100%;animation:2s ease-in-out infinite pulse-today;position:absolute;box-shadow:0 0 0 2px #ff6ba8,0 4px 12px #ff6ba866}:root.dark .reward-progress-day-today-indicator,html.dark .reward-progress-day-today-indicator{animation:2s ease-in-out infinite pulse-today-dark;border:3px solid #ff6ba8d9!important;box-shadow:0 0 0 2px #ff6ba880,0 4px 12px #ff6ba880!important}:root.dark .reward-progress-day-completed .reward-progress-day-circle,html.dark .reward-progress-day-completed .reward-progress-day-circle{-webkit-background-clip:border-box!important;background-clip:border-box!important;border:0 #0000!important;outline:0!important;box-shadow:0 2px 8px #ff6ba84d!important}:root.dark .reward-progress-day-completed .reward-progress-day-icon,html.dark .reward-progress-day-completed .reward-progress-day-icon,:root.dark .reward-progress-day-completed .reward-progress-day-icon svg,html.dark .reward-progress-day-completed .reward-progress-day-icon svg,:root.dark .reward-progress-day-completed .reward-progress-day-circle svg,html.dark .reward-progress-day-completed .reward-progress-day-circle svg{box-shadow:none!important;border:none!important;outline:none!important}:root.dark .reward-progress-day-completed .reward-progress-day-circle,html.dark .reward-progress-day-completed .reward-progress-day-circle,:root.dark .reward-progress-day-today .reward-progress-day-circle,html.dark .reward-progress-day-today .reward-progress-day-circle{border-color:#0000!important}:root.dark .reward-progress-day-completed .reward-progress-day-circle:before,html.dark .reward-progress-day-completed .reward-progress-day-circle:before{content:none!important}:root.dark .reward-progress-day-completed .reward-progress-day-circle:after,html.dark .reward-progress-day-completed .reward-progress-day-circle:after,:root.dark .reward-progress-day-today-indicator:before,html.dark .reward-progress-day-today-indicator:before,:root.dark .reward-progress-day-today-indicator:after,html.dark .reward-progress-day-today-indicator:after{box-shadow:none!important;border:none!important;outline:none!important}.reward-progress-day-today-number{color:#fff;z-index:1;text-shadow:0 1px 2px #0003;font-size:18px;font-weight:700;position:absolute}@keyframes pulse-today{0%,to{box-shadow:0 0 0 2px #ff6ba8,0 4px 12px #ff6ba866}50%{box-shadow:0 0 0 3px #ff6ba8,0 6px 16px #ff6ba899}}@keyframes pulse-today-dark{0%,to{box-shadow:0 0 0 2px #ff6ba8cc,0 4px 12px #ff6ba880}50%{box-shadow:0 0 0 3px #ff6ba8e6,0 6px 16px #ff6ba8b3}}.reward-progress-day-number{color:var(--ant-color-text-secondary);font-size:18px;font-weight:700}.reward-progress-day-reward{flex-direction:column;flex-shrink:0;align-items:center;gap:2px;width:100%;min-width:0;margin-top:4px;padding:0 2px;display:flex}.reward-progress-day-reward-item{white-space:nowrap;flex-shrink:0;justify-content:center;align-items:baseline;gap:2px;width:100%;line-height:1.2;display:flex}.reward-progress-day-reward-value{white-space:nowrap;flex-shrink:0;font-size:11px;font-weight:600}.reward-progress-day-reward-unit{opacity:.7;white-space:nowrap;flex-shrink:0;font-size:9px}.reward-progress-day-completed .reward-progress-day-circle{background:linear-gradient(135deg,#ff6ba8 0%,#ff8cc8 100%);border:none;outline:none;box-shadow:0 2px 8px #ff6ba84d}.reward-progress-day-completed .reward-progress-day-reward-value{color:#ff6ba8}.reward-progress-day-completed .reward-progress-day-reward-unit{color:var(--ant-color-text-secondary)}.reward-progress-day-today .reward-progress-day-circle{background:0 0}.reward-progress-day-today .reward-progress-day-reward-value{color:#ff6ba8;font-weight:700}.reward-progress-day-today .reward-progress-day-reward-unit{color:var(--ant-color-text)}.reward-progress-day-future .reward-progress-day-circle{background:var(--ant-color-fill-tertiary);border:2px solid var(--ant-color-border)}.reward-progress-day-future .reward-progress-day-reward-value,.reward-progress-day-future .reward-progress-day-reward-unit{color:var(--ant-color-text-tertiary)}.reward-progress-day-connector{z-index:0;pointer-events:none;flex:1;align-self:flex-start;min-width:16px;max-width:60px;height:2px;margin:0 4px;transition:all .3s;position:relative;top:24px}.reward-progress-day-connector-completed{opacity:1;background:linear-gradient(90deg,#ff6ba8 0%,#ff8cc8 100%);box-shadow:0 1px 3px #ff6ba84d}.reward-progress-day-connector-pending{background:var(--ant-color-border);opacity:.3}@media (width<=768px){.reward-today{margin-bottom:20px;padding:24px 0}.reward-today-label{margin-bottom:20px;font-size:15px}.reward-today-item{max-width:none;padding:0 16px}.reward-today-divider{height:28px}.reward-today-value{font-size:36px}.reward-today-unit{font-size:14px}.reward-progress{padding:16px 18px}.reward-progress-text{margin-bottom:10px;font-size:12px}.reward-progress-preview{padding-top:8px;font-size:13px}.reward-progress-bar{-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;margin:20px 0 16px;padding:6px 0 0;overflow-x:auto}.reward-progress-bar::-webkit-scrollbar{display:none}.reward-progress-bar-container{min-width:380px;padding:0 4px}.reward-progress-day{min-width:40px}.reward-progress-day-circle{aspect-ratio:1;flex:0 0 36px;width:36px;height:36px;margin-bottom:6px}.reward-progress-day-icon{font-size:18px}.reward-progress-day-number,.reward-progress-day-today-number{font-size:14px}.reward-progress-day-reward-value{font-size:10px}.reward-progress-day-reward-unit{font-size:8px}.reward-progress-day-connector{min-width:8px;max-width:30px;margin:0 1px;top:18px}.reward-progress-day-reward{padding:0}.reward-progress-day-reward-item{gap:1px}.reward-today-header{gap:6px;margin-bottom:14px}.reward-today-hint{padding:3px 10px;font-size:11px}.reward-today-lock-icon{font-size:28px}}.checkin-modal-content{background:0 0;padding:8px 0}.checkin-modal-button-section{background:0 0;border-radius:16px;justify-content:center;margin-bottom:24px;padding:24px 0;display:flex;position:relative;overflow:hidden}.checkin-modal-stats-section{margin-bottom:32px}.checkin-modal-rewards-section{margin-bottom:0}.checkin-modal-drawer :global(.ant-drawer-body){padding:20px 16px}.checkin-modal-drawer :global(.ant-drawer-content){border-top:2px solid #0000;animation:.6s ease-out checkinDrawerOpen}.checkin-modal-drawer.dark :global(.ant-drawer-content){background-color:var(--ant-color-bg-container)}.checkin-modal-drawer.dark :global(.ant-drawer-header){background-color:var(--ant-color-bg-container);border-bottom-color:var(--ant-color-border)}@keyframes checkinDrawerOpen{0%{border-top-color:#ff6ba8;box-shadow:0 -4px 20px #ff6ba84d}50%{border-top-color:#ff6ba8;box-shadow:0 -4px 20px #ff6ba833}to{box-shadow:none;border-top-color:#0000}}.checkin-modal :global(.ant-modal-content){border:2px solid #0000;border-radius:20px;transition:all .3s;animation:.6s ease-out checkinModalOpen;overflow:hidden;box-shadow:0 8px 32px #0000001f}.checkin-modal :global(.ant-modal-content):hover{box-shadow:0 12px 40px #00000026}@keyframes checkinModalOpen{0%{border-color:#ff6ba8;box-shadow:0 8px 32px #0000001f,0 0 #ff6ba866}50%{border-color:#ff6ba8;box-shadow:0 8px 32px #0000001f,0 0 0 8px #ff6ba833}to{border-color:#0000;box-shadow:0 8px 32px #0000001f}}.checkin-modal.dark :global(.ant-modal-content){background-color:var(--ant-color-bg-container)}.checkin-modal.dark :global(.ant-modal-header){background-color:var(--ant-color-bg-container);border-bottom-color:var(--ant-color-border)}.checkin-modal.dark :global(.ant-modal-title){color:var(--ant-color-text);font-weight:600}.checkin-modal :global(.ant-modal-title){align-items:center;gap:8px;font-weight:600;display:flex}.checkin-modal :global(.ant-modal-header){background:0 0;border-bottom:1px solid #0000000f;padding:16px 20px;position:relative}.checkin-modal :global(.ant-modal-body){padding:20px 24px}.checkin-modal.dark :global(.ant-modal-header){border-bottom-color:#ffffff14}@media (width<=768px){.checkin-modal-content{padding:8px 0}.checkin-modal-button-section{margin-bottom:20px}.checkin-modal-stats-section{margin-bottom:32px}.checkin-modal-rewards-section{margin-bottom:0}.checkin-modal-content{min-height:auto}.checkin-modal-error{padding:16px}}
