@keyframes ddayFadeIn{0%{opacity:0}to{opacity:1}}@keyframes ddayFadeOut{0%{opacity:1}to{opacity:0}}@keyframes ddayScaleIn{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}.dday-popup-overlay{background:#00000080;justify-content:center;align-items:safe center;padding:24px 0;display:flex;position:fixed;inset:0;overflow-y:auto}.dday-popup--open{animation:.5s ease-out forwards ddayFadeIn}.dday-popup--closing{animation:.3s ease-out forwards ddayFadeOut}.dday-popup-title{color:#1a1a1a;text-align:center;margin-bottom:12px;font-size:16px;font-weight:600}.dday-popup-badge{letter-spacing:.05em;font-size:11px;font-weight:600;display:inline-block}.dday-popup-badge--pill{color:#fff;background:#1a1a1a;border-radius:100px;padding:3px 10px}.dday-popup-badge--outline{color:#1a1a1a;background:0 0;border:1.5px solid #1a1a1a;border-radius:100px;padding:3px 10px}.dday-popup-badge--circle{color:#fff;background:#1a1a1a;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;padding:0;font-size:10px;display:inline-flex}.dday-popup-badge--minimal{color:#1a1a1a;letter-spacing:.08em;background:0 0;padding:0;font-size:13px;font-weight:800}.dday-popup-badge--elegant{color:#1a1a1a;letter-spacing:.1em;background:0 0;flex-direction:column;align-items:center;gap:4px;padding:6px 0 4px;font-size:10px;font-weight:500;display:inline-flex}.dday-popup-badge--elegant:before,.dday-popup-badge--elegant:after{content:"";opacity:.4;background:currentColor;width:24px;height:1px;display:block}.dday-popup-v1-card{text-align:center;background:#fff;border-radius:16px;flex-shrink:0;width:calc(100% - 48px);max-width:340px;margin:auto;padding:28px 24px 24px;animation:.8s cubic-bezier(.16,1,.3,1) .15s both ddayScaleIn;position:relative;overflow-y:auto}.dday-popup-close-btn{cursor:pointer;border:none;width:100%;margin-top:16px;padding:12px;font-size:14px;font-weight:500;transition:all .15s}.dday-popup-close-btn--solid{color:#fff;background:#1a1a1a;border-radius:8px}.dday-popup-close-btn--solid:hover{background:#333}.dday-popup-close-btn--outline{color:#1a1a1a;background:0 0;border:1.5px solid #1a1a1a;border-radius:8px}.dday-popup-close-btn--outline:hover{background:#f5f5f5}.dday-popup-close-btn--pill{color:#fff;background:#1a1a1a;border-radius:100px}.dday-popup-close-btn--pill:hover{background:#333}.dday-popup-close-btn--minimal{color:#1a1a1a;text-underline-offset:3px;background:0 0;border-radius:8px;text-decoration:underline}.dday-popup-close-btn--minimal:hover{background:#f5f5f5}.dday-popup-close-btn--soft{color:#1a1a1a;background:#1a1a1a0f;border-radius:8px}.dday-popup-close-btn--soft:hover{background:#1a1a1a1f}.dday-popup-dismiss-today{color:#999;text-underline-offset:2px;cursor:pointer;letter-spacing:.01em;background:0 0;border:none;width:100%;margin-top:25px;padding:0;font-size:11px;text-decoration:underline;display:block}.dday-popup-dismiss-today:hover{color:#666}.dday-popup-header{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.dday-popup-header--center{justify-content:center}.dday-popup-page-counter{color:#999;letter-spacing:.05em;white-space:nowrap;font-size:11px;font-weight:500}.dday-popup-pages-wrap{text-align:left;overflow:hidden}.dday-popup-page-animate{will-change:opacity,transform}.dday-page-enter-initial{animation:.35s both ddayPageFadeIn}.dday-page-enter-next{animation:.3s both ddayPageSlideFromRight}.dday-page-enter-prev{animation:.3s both ddayPageSlideFromLeft}@keyframes ddayPageFadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes ddayPageSlideFromRight{0%{opacity:0;transform:translate(24px)}to{opacity:1;transform:translate(0)}}@keyframes ddayPageSlideFromLeft{0%{opacity:0;transform:translate(-24px)}to{opacity:1;transform:translate(0)}}.dday-popup-page-nav{justify-content:space-between;gap:8px;margin-top:18px;display:flex}.dday-popup-page-nav-btn{color:#666;cursor:pointer;background:#fff;border:1px solid #e0e0e0;border-radius:6px;flex:1;padding:6px 0;font-size:11px;transition:all .15s}.dday-popup-page-nav-btn:hover:not(:disabled){color:#333;border-color:#999}.dday-popup-page-nav-btn:disabled{opacity:.3;cursor:default}.dday-popup-page{text-align:left}.dday-popup-page-title{color:#1a1a1a;margin:0 0 6px;font-size:14px;font-weight:600}.dday-popup-page-body{color:#6b6b6b;white-space:pre-line;margin:0 0 10px;font-size:12px;line-height:1.7}.dday-popup-img-slider{margin-bottom:10px}.dday-popup-img-slider-image{cursor:pointer;border-radius:8px;position:relative;overflow:hidden}.dday-popup-img-slider-image img{object-fit:cover;width:100%;display:block}.dday-popup-img-dots{justify-content:center;gap:5px;margin-top:8px;display:flex}.dday-popup-img-dot{cursor:pointer;background:#ccc;border-radius:50%;width:5px;height:5px;transition:background .15s}.dday-popup-img-dot--active{background:#1a1a1a}.dday-popup-img-hint{color:#aaa;text-align:center;margin:6px 0 0;font-size:10px}.dday-popup-page-links{flex-wrap:wrap;gap:8px;margin-top:6px;display:flex}.dday-popup-page-link{color:#1a1a1a;text-underline-offset:2px;align-items:center;gap:4px;font-size:12px;font-weight:500;text-decoration:underline;display:inline-flex}.dday-popup-zoom-overlay{z-index:1;background:#000000d9;justify-content:center;align-items:center;animation:.2s ease-out forwards ddayFadeIn;display:flex;position:absolute;inset:0}.dday-popup-zoom-img{object-fit:contain;border-radius:4px;max-width:90%;max-height:85vh}.dday-popup-zoom-close{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff;cursor:pointer;background:#ffffff26;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:20px;display:flex;position:absolute;top:16px;right:16px}.dday-popup-zoom-nav{z-index:2;pointer-events:none;justify-content:space-between;align-items:center;padding:0 12px;display:flex;position:absolute;top:50%;left:0;right:0;transform:translateY(-50%)}.dday-popup-zoom-nav>*{pointer-events:auto}.dday-popup-zoom-nav-btn{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff;cursor:pointer;background:#ffffff26;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;padding:0 0 2px;font-size:20px;line-height:1;transition:background .15s;display:flex}.dday-popup-zoom-nav-btn:hover:not(:disabled){background:#ffffff4d}.dday-popup-zoom-nav-btn:disabled{opacity:.25;cursor:default}.dday-popup-zoom-nav-counter{color:#fffc;letter-spacing:.05em;font-size:13px;font-weight:500;position:absolute;bottom:32px;left:50%;transform:translate(-50%)}
