.guest-popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);z-index:1;display:none}.popup{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:380px;max-width:90%;background:#fff;border-radius:20px;box-shadow:0 15px 30px rgba(0,0,0,.15);flex-direction:column;font-family:Arial,sans-serif;z-index:3;overflow:hidden}.popup-header .final-popup-title{font-weight:700;font-size:25px;text-align:center;color:#000;line-height:1.4;margin:40px 0}.open-popup-btn,.step-button{position:fixed;bottom:20px;right:20px;padding:12px 20px;border-radius:30px;border:none;background:#cbd81d;font-weight:700;cursor:pointer;z-index:2}.popup-header{position:relative;padding:20px 20px 16px;text-align:center}.popup-header h3{margin:0;font-size:16px;font-weight:600;color:#000}.step-title-inner{font-weight:700;color:#cbd81d}.close-btn{position:absolute;top:16px;left:16px;width:32px;height:32px;font-size:18px;border:none;background:#cbd81d;border-radius:50%;cursor:pointer;color:#fff;display:flex;align-items:center;justify-content:center}.close-btn:hover{background:#b8c91b}#register-btn,#sign-in-btn{margin-top:14px;width:100%;padding:12px;border-radius:30px;border:none;background:#cbd81d;font-weight:700;font-size:18px;cursor:pointer}#register-btn:hover,#sign-in-btn:hover{background:#b8c91b}.signin-divider{width:100%;height:1px;background-color:#cbd81d;margin:50px 0 0}.member-text{margin-top:12px;margin-bottom:8px;text-align:center;font-size:14px;color:#000;font-weight:800}.warning{position:relative;width:90%;background:#fff4e5;border:1px solid coral;border-radius:12px;margin:30px 0 8px 20px;padding:10px;font-size:14px;line-height:1.2;text-align:left;display:none;box-shadow:0 5px 15px rgba(0,0,0,.1);flex-shrink:0}.warning.show{display:block}.warning strong{display:block;margin-bottom:4px}.warning-buttons{display:flex;gap:12px;margin-top:6px}.warning .link-btn{background:transparent;border:none;font-weight:700;font-size:14px;border-bottom:1px solid currentColor;color:coral}.popup-content{padding:16px 20px 20px;display:flex;flex-direction:column;gap:14px;text-align:center}#step-description p{margin-top:0;margin-bottom:0}#step-description{font-size:14px;color:#555;margin:0;line-height:1.4}.stepper{margin-bottom:12px}.step,.stepper{display:flex;align-items:center;justify-content:center}.step{width:18px;height:18px;border:2px solid #c7d431;border-radius:50%}.step-inner{width:10px;height:10px;border-radius:50%}.step.active .step-inner{background:#c7d431}.line{flex:1;height:3px;background:#ddd;margin:0 4px;border-radius:2px;position:relative;overflow:hidden}.line:after{content:"";position:absolute;top:0;left:0;height:100%;width:var(--fill-width,0);background:#c7d431;transition:width .3s ease}.line.active:after{width:100%}.line.partial:after{width:10%}.reminder-warning{font-size:14px;line-height:1.4;color:#000;text-align:left;margin:12px 0}#sign-in-btn .btn-icon{width:18px;height:18px;margin-top:20px;object-fit:contain}#reminder-form label{display:block;margin:6px 0 4px;font-weight:600;font-size:14px;color:#333}#reminder-form input,#reminder-form select{width:100%;padding:10px 12px;border-radius:22px;border:1px solid #ddd;font-size:14px}.day-month-wrapper{display:flex;gap:8px;margin-top:6px}.day-month-wrapper .day,.day-month-wrapper .month{flex:1}#set-reminder-submit{margin-top:14px;width:100%;padding:12px;border-radius:30px;border:none;background:#cbd81d;font-weight:700;cursor:pointer}#set-reminder-submit:hover{background:#b8c91b}.bottom-text{font-size:12px;text-align:center;color:#777;margin-top:6px}@media (max-width:480px){.popup{width:95%}#reminder-form input,#reminder-form select,#set-reminder-submit{padding:10px}}.final-popup{display:none;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:380px;max-width:90%;background:#fff;border-radius:20px;box-shadow:0 15px 30px rgba(0,0,0,.15);flex-direction:column;justify-content:center;align-items:center;font-family:Arial,sans-serif;z-index:3;overflow:hidden}.final-popup.is-active{display:flex;animation:fade-in .25s ease}