.mcard-preview .phone #phone-popup-layer{height:100%;inset:0;pointer-events:none;position:absolute;width:100%;z-index:80}.mcard-preview .popup-stack{--bg-page:#fafafa;--label-primary:#1a1a1a;--label-primary-rgb:26,26,26;--label-secondary:#4d4c4c;--label-tertiary:#999;--label-quaternary:#ccc;--surface-card:#fff;--surface-popup:var(--bg-page);--surface-inverse-text:#fff;--border-subtle:rgba(64,64,64,.16);--border-strong:rgba(64,64,64,.3);height:100%;position:relative;width:100%;z-index:999}.mcard-preview .popup-stack.bg_theme_white{--bg-page:#fafafa}.mcard-preview .popup-stack.bg_theme_pink{--bg-page:#fef7f7}.mcard-preview .popup-stack.bg_theme_brown{--bg-page:#f2ece6}.mcard-preview .popup-stack.bg_theme_purple{--bg-page:#f1edee}.mcard-preview .popup-stack.bg_theme_sage{--bg-page:#f3f5f2}.mcard-preview .popup-stack.bg_theme_sky{--bg-page:#eef6fc}.mcard-preview .popup-stack.bg_theme_cream{--bg-page:#fcfaf2}.mcard-preview .popup-stack.bg_theme_stone{--bg-page:#ebebeb}.mcard-preview .popup-stack.bg_theme_dark{--bg-page:#1a1a1a;--label-primary:#f0f0f0;--label-primary-rgb:240,240,240;--label-secondary:silver;--label-tertiary:grey;--label-quaternary:#505050;--surface-card:#2a2a2a;--surface-popup:#242424;--surface-inverse-text:#1a1a1a;--border-subtle:hsla(0,0%,100%,.08);--border-strong:hsla(0,0%,100%,.15)}.mcard-preview .popup-wrapper{align-items:center;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:color-mix(in srgb,var(--bg-page,var(--surface-popup)) 90%,transparent);box-sizing:border-box;display:flex;flex-direction:column;height:100%;inset:0;justify-content:flex-start;overflow:hidden;pointer-events:auto;position:absolute;width:100%;z-index:999}.mcard-preview .popup-wrapper.animated{animation:mc-popup-fade-up .3s ease-out}.mcard-preview .popup-wrapper.animated.is-closing{animation:mc-popup-fade-down .3s ease-in forwards}.mcard-preview .popup-wrapper .inner{-webkit-overflow-scrolling:touch;display:flex;flex-direction:column;height:100%;overflow-y:auto;padding:40px 16px;width:100%}.mcard-preview .popup-wrapper .header{align-items:center;display:flex;flex-shrink:0;justify-content:space-between;width:100%}.mcard-preview .popup-wrapper .header-spacer{flex-shrink:0;width:32px}.mcard-preview .popup-wrapper .header-title{color:var(--label-primary);flex:1;font-size:calc(var(--mcard-unit) * 1.8);font-weight:500;line-height:calc(var(--mcard-unit) * 2.8);margin:0;text-align:center}.mcard-preview .popup-wrapper .close-button{align-items:center;background:none;border:none;color:var(--label-primary);cursor:pointer;display:flex;flex-shrink:0;height:32px;justify-content:center;padding:0;width:32px}.mcard-preview .popup-wrapper.bottom-sheet-mode{backdrop-filter:none;-webkit-backdrop-filter:none;background:transparent;justify-content:flex-end}.mcard-preview .popup-wrapper .overlay{background:rgba(0,0,0,.3);inset:0;position:absolute}.mcard-preview .popup-wrapper .sheet{align-items:center;animation:mc-popup-sheet-up .3s ease-out;background:var(--surface-popup);border-radius:16px 16px 0 0;display:flex;flex-direction:column;gap:16px;padding:16px 16px 40px;position:relative;width:100%}.mcard-preview .popup-wrapper .sheet.is-closing{animation:mc-popup-sheet-down .3s ease-in forwards}.mcard-preview .popup-wrapper .sheet-header{align-items:center;display:flex;justify-content:flex-end;width:100%}.mcard-preview .popup-wrapper .sheet-content{align-items:center;max-width:320px}.mcard-preview .interview-popup-list,.mcard-preview .popup-wrapper .sheet-content{display:flex;flex-direction:column;width:100%}.mcard-preview .interview-popup-list .interview-popup-item{display:flex;flex-direction:column;gap:20px;padding:0 8px}.mcard-preview .interview-popup-list .question{color:var(--label-primary);font-size:calc(var(--mcard-unit) * 1.4);font-weight:700;line-height:calc(var(--mcard-unit) * 2.2);margin:0}.mcard-preview .interview-popup-list .answer{color:var(--label-primary);font-size:calc(var(--mcard-unit) * 1.4);font-weight:400;line-height:calc(var(--mcard-unit) * 2.5);white-space:pre-wrap;word-break:keep-all}.mcard-preview .interview-popup-list .divider{border-bottom:1px solid var(--border-subtle);height:0;margin:32px 0;width:100%}.mcard-preview .contact-popup-content{display:flex;flex-direction:column;gap:32px;width:100%}.mcard-preview .contact-popup-content .contact-section{display:flex;flex-direction:column;gap:16px;width:100%}.mcard-preview .contact-popup-content .contact-section-title{align-items:center;border-bottom:1px solid var(--border-subtle);display:flex;padding:8px;width:100%}.mcard-preview .contact-popup-content .contact-section-title span{color:var(--label-primary);font-size:calc(var(--mcard-unit) * 1.4);font-weight:500;line-height:calc(var(--mcard-unit) * 2.2)}.mcard-preview .contact-popup-content .contact-row{align-items:center;display:flex;justify-content:space-between;width:100%}.mcard-preview .contact-popup-content .contact-info{align-items:center;display:flex;flex:1;flex-wrap:wrap;gap:8px;min-height:49px;min-width:0;padding:8px}.mcard-preview .contact-popup-content .contact-label{color:var(--label-secondary);flex-shrink:0;font-size:calc(var(--mcard-unit) * 1.2);font-weight:500;line-height:calc(var(--mcard-unit) * 1.8);min-width:40px}.mcard-preview .contact-popup-content .contact-name{color:var(--label-primary);font-size:calc(var(--mcard-unit) * 1.4);font-weight:500;line-height:calc(var(--mcard-unit) * 2.2)}.mcard-preview .contact-popup-content .contact-actions{align-items:center;display:flex;flex-shrink:0;gap:8px}.mcard-preview .contact-popup-content .action-button{align-items:center;background:none;border:1px solid var(--border-subtle);border-radius:900px;cursor:pointer;display:flex;flex-shrink:0;justify-content:center;padding:8px 16px;text-decoration:none}.mcard-preview .contact-popup-content .action-button svg{display:block;height:20px;width:20px}.mcard-preview .account-qr-zoom{animation:mc-qr-fade-in .3s ease;background:var(--surface-card);height:100%;inset:0;pointer-events:auto;position:absolute;width:100%;z-index:500}.mcard-preview .account-qr-zoom .inner{display:flex;flex-direction:column;height:100%;position:relative;width:100%}.mcard-preview .account-qr-zoom .head{display:flex;justify-content:flex-end;padding:16px;position:absolute;right:0;top:0;z-index:10}.mcard-preview .account-qr-zoom .close{align-items:center;background:hsla(0,0%,100%,.7);border:none;border-radius:9999px;color:#1a1a1a;cursor:pointer;display:flex;height:30px;justify-content:center;padding:5px;width:30px}.mcard-preview .account-qr-zoom .image-container{align-items:center;display:flex;flex:1;height:100%;justify-content:center;padding:48px 20px 20px;position:relative;width:100%}.mcard-preview .account-qr-zoom .image-container img{background:#fff;border-radius:12px;box-shadow:0 8px 32px rgba(0,0,0,.14);max-height:100%;max-width:560px;object-fit:contain;width:100%}.mcard-preview .account-qr-zoom .image-guard{inset:0;position:absolute;z-index:1}.mcard-preview .gallery-zoom{animation:mc-qr-fade-in .5s;background:var(--surface-card);height:100%;inset:0;pointer-events:auto;position:absolute;width:100%;z-index:500}.mcard-preview .gallery-zoom .inner{display:flex;flex-direction:column;height:100%;position:relative;width:100%}.mcard-preview .gallery-zoom .head{display:flex;justify-content:end;padding:16px;position:absolute;right:0;top:0;z-index:10}.mcard-preview .gallery-zoom .close{align-items:center;background:hsla(0,0%,100%,.6);border:none;border-radius:9999px;cursor:pointer;display:flex;justify-content:center;padding:5px}.mcard-preview .gallery-zoom .close svg{height:20px;width:20px}.mcard-preview .gallery-zoom .image-container{align-items:center;display:flex;flex:1;flex-direction:column;height:100%;justify-content:center;width:100%}.mcard-preview .gallery-zoom .zoom-swiper{height:100%;overflow:hidden;width:100%}.mcard-preview .gallery-zoom .zoom-swiper .swiper-wrapper{display:flex;height:100%}.mcard-preview .gallery-zoom .zoom-swiper .swiper-slide{align-items:center;display:flex;flex-shrink:0;justify-content:center;width:100%}.mcard-preview .gallery-zoom .zoom-swiper .swiper-zoom-container{align-items:center;display:flex;height:100%;justify-content:center;position:relative;text-align:center;width:100%}.mcard-preview .gallery-zoom .zoom-swiper .swiper-zoom-container>canvas,.mcard-preview .gallery-zoom .zoom-swiper .swiper-zoom-container>img,.mcard-preview .gallery-zoom .zoom-swiper .swiper-zoom-container>svg{max-height:100%;max-width:100%;object-fit:contain}.mcard-preview .gallery-zoom .zoom-swiper .swiper-slide-zoomed{cursor:move;touch-action:none}.mcard-preview .gallery-zoom .image-guard{inset:0;position:absolute;z-index:1}.mcard-preview .gallery-zoom .image-container .swiper-navigation-icon{display:none!important}.mcard-preview .gallery-zoom .func-wrap{align-items:center;background:hsla(0,0%,100%,.6);border-radius:12px;bottom:20px;color:#1a1a1a;display:flex;font-size:calc(var(--mcard-unit) * 1.4);gap:8px;justify-content:center;left:50%;padding:8px 12px;position:absolute;transform:translateX(-50%);z-index:10}.mcard-preview .gallery-zoom .count{display:flex;gap:4px}.mcard-preview .gallery-zoom .zoom-button-next,.mcard-preview .gallery-zoom .zoom-button-prev{cursor:pointer;height:20px;margin-top:0!important;position:static;width:20px;z-index:10}.mcard-preview .gallery-zoom .zoom-button-next:after,.mcard-preview .gallery-zoom .zoom-button-prev:after{display:none}@keyframes mc-popup-fade-up{0%{opacity:0;transform:translateY(50vh)}to{opacity:1;transform:translateY(0)}}@keyframes mc-popup-fade-down{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(50vh)}}@keyframes mc-popup-sheet-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes mc-popup-sheet-down{0%{transform:translateY(0)}to{transform:translateY(100%)}}@keyframes mc-qr-fade-in{0%{opacity:0}to{opacity:1}}.mcard-preview .rsvp-subtitle{color:var(--label-secondary);font-size:14px;font-weight:400;line-height:22px;margin:0;text-align:center}.mcard-preview .rsvp-toggle-group{display:flex;gap:4px;width:100%}.mcard-preview .rsvp-toggle-button{align-items:center;background:none;border:1px solid var(--border-subtle);border-radius:8px;cursor:pointer;display:flex;flex:1;justify-content:space-between;min-height:52px;padding:0 12px 0 20px;transition:border-color .15s ease}.mcard-preview .rsvp-toggle-button.active{border-color:var(--label-primary)}.mcard-preview .rsvp-toggle-left{align-items:center;display:inline-flex;gap:8px}.mcard-preview .rsvp-toggle-left svg{flex-shrink:0}.mcard-preview .rsvp-toggle-left span{color:var(--label-primary);font-size:14px;font-weight:500;line-height:22px}.mcard-preview .rsvp-toggle-check{align-items:center;display:inline-flex;height:20px;justify-content:center;width:20px}.mcard-preview .rsvp-empty-circle{border:1px solid var(--border-strong);border-radius:50%;box-sizing:border-box;display:block;height:20px;width:20px}.mcard-preview .rsvp-text-field{border-bottom:.5px solid rgba(var(--label-primary-rgb),.32);box-sizing:border-box;display:flex;flex-direction:column;gap:12px;padding:8px;width:100%}.mcard-preview .rsvp-text-field-label{align-items:flex-start;color:var(--label-primary);display:flex;font-size:12px;font-weight:500;gap:4px;line-height:18px}.mcard-preview .rsvp-required{color:#e14444}.mcard-preview .rsvp-text-field input{background:transparent;border:none;color:var(--label-primary);font-family:inherit;font-size:14px;font-weight:500;line-height:22px;outline:none;padding:0;width:100%}.mcard-preview .rsvp-text-field input::placeholder{color:var(--label-tertiary);font-weight:400}.mcard-preview .rsvp-name-row{align-items:center;display:flex;gap:12px;width:100%}.mcard-preview .rsvp-name-row .rsvp-text-field{flex:1;min-width:0}.mcard-preview .rsvp-gender-radios{align-items:center;display:flex;flex-shrink:0;gap:12px;padding-right:8px}.mcard-preview .rsvp-radio-label{align-items:center;cursor:pointer;display:flex;gap:4px}.mcard-preview .rsvp-radio-dot{align-items:center;border:1px solid var(--border-strong);border-radius:50%;box-sizing:border-box;display:inline-flex;height:16px;justify-content:center;width:16px}.mcard-preview .rsvp-radio-dot.active{border:none}.mcard-preview .rsvp-radio-label span{color:var(--label-primary);font-size:14px;font-weight:500;line-height:22px}.mcard-preview .rsvp-people-counter{align-items:center;box-sizing:border-box;display:flex;justify-content:space-between;padding:12px 12px 12px 8px;width:100%}.mcard-preview .rsvp-people-counter-label{align-items:flex-start;color:var(--label-primary);display:flex;font-size:12px;font-weight:500;gap:4px;line-height:18px}.mcard-preview .rsvp-counter-button{align-items:center;background:none;border:none;cursor:pointer;display:flex;height:20px;justify-content:center;padding:0;width:20px}.mcard-preview .rsvp-counter-button:disabled{cursor:not-allowed;opacity:.3}.mcard-preview .rsvp-counter-value{color:var(--label-primary);font-size:16px;font-weight:400;line-height:24px;min-width:24px;text-align:center}.mcard-preview .rsvp-submit-button{align-items:center;background:none;border:1px solid var(--border-subtle);border-radius:8px;color:var(--label-tertiary);cursor:pointer;display:flex;flex-shrink:0;font-family:inherit;font-size:14px;font-weight:500;justify-content:center;line-height:22px;min-height:52px;transition:border-color .15s ease,color .15s ease;width:100%}.mcard-preview .rsvp-submit-button.ready{border-color:var(--label-primary);color:var(--label-primary)}.mcard-preview .rsvp-confirm-overlay{align-items:center;background:rgba(0,0,0,.6);display:flex;inset:0;justify-content:center;padding:24px;pointer-events:auto;position:absolute;z-index:1100}.mcard-preview .rsvp-confirm-card{animation:rsvp-confirm-fade-in .2s ease-out;background:var(--surface-popup);border-radius:16px;display:flex;flex-direction:column;gap:32px;max-width:345px;padding:16px 12px;width:100%}.mcard-preview .rsvp-confirm-header{align-items:center;display:flex;padding:0 8px;position:relative}.mcard-preview .rsvp-back-button{background:none;border:none;color:var(--label-primary);cursor:pointer;font-family:inherit;font-size:14px;font-weight:400;line-height:22px;padding:0}.mcard-preview .rsvp-confirm-title{color:var(--label-primary);flex:1;font-size:18px;font-weight:500;line-height:28px;margin:0;padding-right:25px;text-align:center}.mcard-preview .rsvp-status-row{align-items:center;display:flex;justify-content:center;padding:0 8px;width:100%}.mcard-preview .rsvp-status-item{align-items:center;display:flex;flex:1;flex-direction:column;gap:8px;padding:12px 0 8px}.mcard-preview .rsvp-status-icon{align-items:center;display:flex;height:32px;justify-content:center;width:32px}.mcard-preview .rsvp-status-label{color:var(--label-primary);font-size:12px;font-weight:500;line-height:18px;text-align:center}.mcard-preview .rsvp-confirm-info-section{display:flex;flex-direction:column;gap:16px;width:100%}.mcard-preview .rsvp-info-row{align-items:center;display:flex;gap:12px;padding:0 8px}.mcard-preview .rsvp-info-row-between{justify-content:space-between}.mcard-preview .rsvp-info-left{align-items:center;display:flex;gap:12px}.mcard-preview .rsvp-gender-badge{align-items:center;border:1px solid var(--label-primary);border-radius:8px;color:var(--label-primary);display:flex;font-size:12px;font-weight:500;justify-content:center;line-height:18px;padding:2px 0;text-align:center;width:52px}.mcard-preview .rsvp-info-name,.mcard-preview .rsvp-info-tel,.mcard-preview .rsvp-info-value{color:var(--label-primary);font-size:14px;font-weight:500;line-height:22px}.mcard-preview .rsvp-info-label{color:var(--label-secondary);font-size:14px;font-weight:400;line-height:22px}.mcard-preview .rsvp-confirm-submit-button{align-items:center;background:none;border:1px solid var(--label-primary);border-radius:8px;color:var(--label-primary);cursor:pointer;display:flex;font-family:inherit;font-size:14px;font-weight:500;justify-content:center;line-height:22px;min-height:52px;padding:0 24px;width:100%}.mcard-preview .rsvp-confirm-submit-button:disabled{cursor:default;opacity:.5}.mcard-preview .rsvp-confirm-error{color:#d0342c;font-size:13px;line-height:20px;margin:0;text-align:center}.mcard-preview .rsvp-thanks{align-items:center;display:flex;flex-direction:column;gap:8px;padding:24px 0 32px;text-align:center}.mcard-preview .rsvp-thanks-title{color:var(--label-primary);font-size:17px;font-weight:500;line-height:26px;margin:4px 0 0}@keyframes rsvp-confirm-fade-in{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.mcard-preview .rsvp-notice-title{color:var(--label-primary);font-size:18px;font-weight:500;line-height:28px;margin:0;text-align:center;width:100%}.mcard-preview .rsvp-notice-profile-icon{align-items:center;display:flex;height:32px;justify-content:center;width:48px}.mcard-preview .rsvp-notice-description{color:var(--label-secondary);font-size:14px;font-weight:400;line-height:22px;margin:0;max-height:140px;overflow:auto;text-align:center;white-space:pre-line;width:100%}.mcard-preview .rsvp-notice-description::-webkit-scrollbar{display:none}.mcard-preview .rsvp-notice-info-section{align-items:flex-start;border-bottom:1px solid rgba(var(--label-primary-rgb),.32);border-top:1px solid rgba(var(--label-primary-rgb),.32);box-sizing:border-box;display:flex;flex-direction:column;gap:8px;padding:16px 20px;width:100%}.mcard-preview .rsvp-notice-info-item{align-items:center;display:flex;gap:12px}.mcard-preview .rsvp-notice-info-icon{align-items:center;display:flex;flex-shrink:0;height:32px;justify-content:center;width:32px}.mcard-preview .rsvp-notice-info-icon.small{height:20px;margin-left:6px;margin-right:6px;width:20px}.mcard-preview .rsvp-notice-info-text{color:var(--label-primary);font-size:14px;font-weight:400;line-height:22px}.mcard-preview .rsvp-notice-button-row{align-items:center;display:flex;gap:10px;justify-content:center;width:100%}.mcard-preview .rsvp-notice-skip-button{border:none;color:var(--label-secondary);font-weight:400;padding:0;text-align:center}.mcard-preview .rsvp-notice-skip-button,.mcard-preview .rsvp-notice-submit-button{background:none;cursor:pointer;flex:1;font-family:inherit;font-size:14px;line-height:22px;min-height:52px}.mcard-preview .rsvp-notice-submit-button{align-items:center;border:1px solid var(--label-primary);border-radius:8px;color:var(--label-primary);display:flex;font-weight:500;justify-content:center;padding:0 24px}.mcard-preview .gb-popup-field{border-bottom:.5px solid rgba(var(--label-primary-rgb),.32);box-sizing:border-box;display:flex;flex-direction:column;gap:12px;padding:8px;width:100%}.mcard-preview .gb-popup-field-label{align-items:flex-start;color:var(--label-primary);display:flex;font-size:12px;font-weight:500;gap:4px;line-height:18px}.mcard-preview .gb-popup-required{color:#e14444}.mcard-preview .gb-popup-field input,.mcard-preview .gb-popup-field textarea{background:transparent;border:none;color:var(--label-primary);font-family:inherit;font-size:14px;font-weight:500;line-height:22px;outline:none;padding:0;resize:none;width:100%}.mcard-preview .gb-popup-field input::placeholder,.mcard-preview .gb-popup-field textarea::placeholder{color:var(--label-tertiary);font-weight:400}.mcard-preview .gb-popup-field textarea{min-height:80px}.mcard-preview .gb-popup-submit-wrap{display:flex;justify-content:flex-end;width:100%}.mcard-preview .gb-popup-submit{align-items:center;background:none;border:1px solid var(--border-subtle);border-radius:8px;color:var(--label-tertiary);cursor:pointer;display:flex;font-family:inherit;font-size:14px;font-weight:500;justify-content:center;line-height:22px;min-height:44px;padding:0 24px;transition:border-color .15s ease,color .15s ease}.mcard-preview .gb-popup-submit.ready{border-color:var(--label-primary);color:var(--label-primary)}.mcard-preview .gb-popup-submit:disabled{cursor:not-allowed;opacity:.4}.mcard-preview .gb-popup-empty{align-items:center;display:flex;flex:1;flex-direction:column;gap:16px;justify-content:center;min-height:0;padding:0 8px}.mcard-preview .gb-popup-empty-text{color:var(--label-primary);font-size:14px;font-weight:400;line-height:22px;margin:0;text-align:center}.mcard-preview .gb-popup-write-btn{align-items:center;background:none;border:1px solid var(--label-primary);border-radius:8px;color:var(--label-primary);cursor:pointer;display:flex;font-family:inherit;font-size:14px;font-weight:500;justify-content:center;line-height:22px;min-height:52px;padding:0 24px}.mcard-preview .gb-popup-entries{display:flex;flex-direction:column;gap:16px;overflow-y:auto;width:100%}.mcard-preview .gb-popup-entry{box-sizing:border-box;display:flex;flex-direction:column;gap:12px;padding:0 8px;width:100%}.mcard-preview .gb-popup-entry-writer{font-weight:500}.mcard-preview .gb-popup-entry-message,.mcard-preview .gb-popup-entry-writer{color:var(--label-primary);font-size:14px;line-height:22px;margin:0;text-align:left}.mcard-preview .gb-popup-entry-message{font-weight:400;overflow-wrap:anywhere;white-space:pre-wrap;word-break:keep-all}.mcard-preview .gb-popup-entry-date{display:flex;justify-content:flex-end;width:100%}.mcard-preview .gb-popup-entry-date span{color:var(--label-secondary);font-size:12px;font-variant-numeric:tabular-nums;font-weight:400;line-height:18px;white-space:nowrap}.mcard-preview .gb-popup-divider{border-bottom:1px solid rgba(var(--label-primary-rgb),.16);height:0;width:100%}.mcard-preview .gb-popup-more-btn{align-items:center;background:none;border:none;color:var(--label-tertiary);cursor:pointer;display:flex;flex-direction:column;font-family:inherit;font-size:14px;font-weight:500;gap:4px;justify-content:center;line-height:22px;padding:20px 0;width:100%}