:root{--font: "Inter", system-ui, -apple-system, sans-serif;--bg: #f5f4f1;--surface: #ffffff;--surface-2: #f9f8f6;--text: #111827;--text-secondary: #374151;--muted: #6b7280;--border: #e5e7eb;--confirm: #059669;--confirm-dark: #047857;--confirm-glow: rgba(5, 150, 105, .32);--declined: #6b7280;--maybe: #d97706;--maybe-dark: #b45309;--maybe-glow: rgba(217, 119, 6, .32);--waitlist: #2563eb;--waitlist-glow: rgba(37, 99, 235, .24);--checked-in: #7c3aed;--radius-xl: 28px;--radius-lg: 20px;--radius-md: 14px;--radius-sm: 10px;--shadow-card: 0 1px 3px rgba(0, 0, 0, .06), 0 8px 32px rgba(0, 0, 0, .08);--shadow-btn: 0 2px 10px rgba(0, 0, 0, .12);--shadow-confirm: 0 4px 16px var(--confirm-glow);--spring: cubic-bezier(.34, 1.56, .64, 1);--ease: cubic-bezier(.4, 0, .2, 1)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}body{font-family:var(--font);background:var(--bg);color:var(--text);line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100dvh}.rsvp-page{min-height:100dvh;display:flex;flex-direction:column}.rsvp-hero{position:relative;height:300px;background:linear-gradient(135deg,#1e3a5f,#1d4a3a);overflow:hidden;flex-shrink:0}.rsvp-hero__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center}.rsvp-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0000,#00000026 40%,#000000b8)}.rsvp-hero__content{position:absolute;bottom:0;left:0;right:0;padding:20px 24px 52px;color:#fff}.rsvp-hero__title{font-size:clamp(1.5rem,5vw,2rem);font-weight:800;line-height:1.2;letter-spacing:-.02em;text-shadow:0 2px 8px rgba(0,0,0,.4);margin-bottom:10px}.rsvp-hero__meta{display:flex;flex-direction:column;gap:4px}.rsvp-hero__meta-row{display:flex;align-items:center;gap:6px;font-size:.875rem;font-weight:500;opacity:.92;text-shadow:0 1px 4px rgba(0,0,0,.4)}.rsvp-hero__meta-row--secondary{font-size:.8rem;font-weight:400;opacity:.7}.rsvp-preview-banner{position:sticky;top:0;z-index:100;background:#f59e0b;color:#1c1917;text-align:center;padding:10px 16px;font-size:.875rem;font-weight:600;width:100%}.rsvp-hero__meta-row svg{flex-shrink:0;opacity:.85}.rsvp-hero__meta-link{color:inherit;text-decoration:none;cursor:pointer}.rsvp-hero__meta-link:hover{text-decoration:underline}.rsvp-sheet{flex:1;margin-top:-28px;border-radius:var(--radius-xl) var(--radius-xl) 0 0;background:var(--bg);padding:28px 20px 140px;position:relative;z-index:1}@media(min-width:480px){.rsvp-sheet{max-width:520px;margin-left:auto;margin-right:auto;width:100%;border-radius:var(--radius-xl);margin-top:-32px;padding-bottom:40px;box-shadow:var(--shadow-card)}.rsvp-page{background:var(--bg);align-items:center;padding-bottom:20px}.rsvp-hero{width:100%;border-radius:0}}.rsvp-invite{display:flex;align-items:center;gap:12px;padding:16px 18px;background:var(--surface);border-radius:var(--radius-lg);border:1px solid var(--border);margin-bottom:20px;box-shadow:0 1px 4px #0000000a}.rsvp-invite__avatar{width:42px;height:42px;border-radius:50%;background:linear-gradient(135deg,#6366f1,#8b5cf6);display:flex;align-items:center;justify-content:center;font-size:1rem;font-weight:700;color:#fff;flex-shrink:0;letter-spacing:-.01em}.rsvp-invite__text{flex:1;min-width:0}.rsvp-invite__organizer{font-size:.8125rem;font-weight:500;color:var(--muted);margin-bottom:1px}.rsvp-invite__question{font-size:1.0625rem;font-weight:700;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rsvp-about{margin:4px var(--sheet-padding) 8px;padding:16px 18px;background:var(--bg);border-radius:var(--radius-lg);border:1px solid rgba(0,0,0,.06)}.rsvp-about__label{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.09em;color:var(--muted);margin:0 0 10px}.rsvp-about__body{font-size:.875rem;color:#374151;line-height:1.65}.rsvp-about__body p{margin:0 0 .6em}.rsvp-about__body p:last-child{margin-bottom:0}.rsvp-about__body ul,.rsvp-about__body ol{padding-left:1.4em;margin:0 0 .6em}.rsvp-about__body strong{font-weight:600}.rsvp-about__body em{font-style:italic}.rsvp-cta{position:fixed;bottom:0;left:0;right:0;padding:12px 16px calc(12px + env(safe-area-inset-bottom));background:#f5f4f1eb;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-top:1px solid rgba(0,0,0,.07);display:flex;flex-direction:row;gap:8px;z-index:100}@media(min-width:480px){.rsvp-cta{position:static;background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none;border-top:none;padding:16px 0 0;flex-direction:row;gap:12px}}.btn{display:flex;align-items:center;justify-content:center;gap:6px;min-height:52px;border-radius:var(--radius-lg);font-family:var(--font);font-size:.875rem;font-weight:700;cursor:pointer;border:none;transition:transform .15s var(--spring),box-shadow .15s var(--ease),opacity .15s var(--ease);-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none;flex:1}.btn:active:not(:disabled){transform:scale(.96)}.btn:disabled{opacity:.6;cursor:not-allowed}.btn--confirm{background:var(--confirm);color:#fff;box-shadow:var(--shadow-confirm)}.btn--confirm:hover:not(:disabled){background:var(--confirm-dark);box-shadow:0 6px 20px var(--confirm-glow);transform:translateY(-1px)}.btn--decline{background:var(--surface);color:var(--text-secondary);border:1.5px solid var(--border);box-shadow:var(--shadow-btn)}.btn--decline:hover:not(:disabled){border-color:#d1d5db;transform:translateY(-1px)}.btn__spinner{width:18px;height:18px;border:2.5px solid rgba(255,255,255,.4);border-top-color:#fff;border-radius:50%;animation:spin .7s linear infinite}.btn--decline .btn__spinner{border-color:#00000026;border-top-color:var(--muted)}@keyframes spin{to{transform:rotate(360deg)}}.rsvp-status{display:flex;flex-direction:column;align-items:center;text-align:center;padding:32px 20px 8px;animation:fade-up .4s var(--ease) both}@keyframes fade-up{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.rsvp-status__icon{width:72px;height:72px;margin-bottom:20px}.check-bg{fill:none;stroke:#d1fae5;stroke-width:0;animation:check-bg-fill .3s var(--ease) forwards}@keyframes check-bg-fill{0%{r:0}to{r:34}}.check-circle{fill:var(--confirm);transform-origin:36px 36px;animation:pop-in .4s var(--spring) both}@keyframes pop-in{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}.check-mark{fill:none;stroke:#fff;stroke-width:3.5;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:47;stroke-dashoffset:47;animation:draw-check .35s ease-out .25s forwards}@keyframes draw-check{to{stroke-dashoffset:0}}.decline-circle{fill:#f3f4f6;transform-origin:36px 36px;animation:pop-in .4s var(--spring) both}.decline-x{fill:none;stroke:var(--muted);stroke-width:3.5;stroke-linecap:round;stroke-dasharray:36;stroke-dashoffset:36;animation:draw-check .35s ease-out .25s forwards}.rsvp-status__title{font-size:1.5rem;font-weight:800;letter-spacing:-.02em;color:var(--text);margin-bottom:8px}.rsvp-status__subtitle{font-size:.9375rem;color:var(--muted);margin-bottom:28px;max-width:280px;line-height:1.6}.rsvp-status__actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:center;margin-bottom:20px;width:100%}.btn--secondary{flex:none;min-height:44px;padding:0 18px;font-size:.875rem;background:var(--surface);color:var(--text-secondary);border:1.5px solid var(--border);box-shadow:var(--shadow-btn);border-radius:var(--radius-md)}.btn--secondary:hover{border-color:#d1d5db;transform:translateY(-1px)}.rsvp-status__change{font-size:.8125rem;color:var(--muted);background:none;border:none;cursor:pointer;font-family:var(--font);text-decoration:underline;text-underline-offset:3px;padding:4px 0;transition:color .15s var(--ease)}.rsvp-status__change:hover{color:var(--text)}.rsvp-qr{background:var(--surface);border-radius:var(--radius-lg);border:1px solid var(--border);padding:20px;display:flex;flex-direction:column;align-items:center;gap:10px;margin-top:8px;box-shadow:0 1px 4px #0000000a;animation:fade-up .4s var(--ease) .15s both}.rsvp-qr__label{font-size:.8125rem;font-weight:600;color:var(--muted);text-transform:uppercase;letter-spacing:.06em}.rsvp-qr svg{border-radius:var(--radius-sm)}.skeleton{animation:pulse 1.6s ease-in-out infinite;border-radius:var(--radius-md);background:linear-gradient(90deg,#0000000f,#0000001a,#0000000f);background-size:200% 100%}@keyframes pulse{0%{background-position:200% 0}to{background-position:-200% 0}}.skeleton-hero{height:300px;border-radius:0;background:linear-gradient(90deg,#1a2744,#243450,#1a2744);background-size:200% 100%}.skeleton-sheet{flex:1;margin-top:-28px;border-radius:var(--radius-xl) var(--radius-xl) 0 0;background:var(--bg);padding:28px 20px;position:relative;z-index:1}.skeleton-block{height:14px;margin-bottom:10px}.skeleton-block--lg{height:52px;border-radius:var(--radius-lg);margin-bottom:10px}.skeleton-card{background:var(--surface);border-radius:var(--radius-lg);padding:18px;margin-bottom:20px;border:1px solid var(--border)}.rsvp-error{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100dvh;padding:40px 24px;text-align:center}.rsvp-error__icon{font-size:3rem;margin-bottom:16px}.rsvp-error__title{font-size:1.25rem;font-weight:700;color:var(--text);margin-bottom:8px}.rsvp-error__message{font-size:.9375rem;color:var(--muted);max-width:280px;line-height:1.6}.btn--maybe{background:var(--maybe);color:#fff;box-shadow:0 4px 16px var(--maybe-glow)}.btn--maybe:hover:not(:disabled){background:var(--maybe-dark);transform:translateY(-1px)}@media(min-width:480px){.btn{min-height:64px;min-width:150px;font-size:1rem;gap:8px}}.btn__spinner--dark{border-color:#00000026;border-top-color:var(--muted)}.maybe-circle{fill:var(--maybe);transform-origin:36px 36px;animation:pop-in .4s var(--spring) both}.maybe-mark{fill:none;stroke:#fff;stroke-width:3.5;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:50;stroke-dashoffset:50;animation:draw-check .4s ease-out .25s forwards}.waitlist-circle{fill:#dbeafe;transform-origin:36px 36px;animation:pop-in .4s var(--spring) both}.waitlist-clock{fill:none;stroke:var(--waitlist);stroke-width:2.5;stroke-dasharray:100;stroke-dashoffset:100;animation:draw-check .5s ease-out .3s forwards}.waitlist-hand{fill:none;stroke:var(--waitlist);stroke-width:2.5;stroke-dasharray:20;stroke-dashoffset:20;animation:draw-check .3s ease-out .6s forwards}.checked-in-circle{fill:var(--checked-in);transform-origin:36px 36px;animation:pop-in .4s var(--spring) both}.rsvp-lock-banner{display:flex;gap:10px;align-items:flex-start;background:#fffbeb;border:1px solid #fbbf24;border-radius:var(--radius-md);padding:12px 14px;margin-bottom:16px}.rsvp-lock-banner__icon{color:#d97706;flex-shrink:0;margin-top:1px}.rsvp-lock-banner__body{flex:1;min-width:0}.rsvp-lock-banner__message{font-size:.875rem;font-weight:600;color:#92400e;line-height:1.4;margin-bottom:4px}.rsvp-lock-banner__contact{font-size:.8125rem;color:#a16207;line-height:1.4}.hero-img-wrapper{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden}.hero-img-placeholder{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;filter:blur(20px);transform:scale(1.1);transition:opacity .4s ease;opacity:1}.hero-img-placeholder--hidden{opacity:0;pointer-events:none}.hero-img-picture{position:absolute;top:0;right:0;bottom:0;left:0}.hero-img-picture img{width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .4s ease}.hero-img-picture img.loaded{opacity:1}.rsvp-footer{padding:24px 20px;text-align:center;border-top:1px solid var(--border, #edf1f7);margin-top:16px}@media(max-width:479px){.rsvp-footer{margin-top:0;margin-bottom:77px}}.rsvp-footer__label{font-size:.75rem;color:var(--muted, #999);margin:0 0 6px}.rsvp-footer__links{display:flex;justify-content:center;align-items:center;gap:8px}.rsvp-footer__link{background:none;border:none;color:var(--muted, #999);font-size:.75rem;cursor:pointer;text-decoration:underline;padding:0}.rsvp-footer__link:hover{color:var(--text, #333)}.rsvp-footer__sep{color:var(--muted, #999);font-size:.75rem}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:16px;animation:fadeIn .15s ease}.modal-content{background:#fff;border-radius:16px;padding:32px 24px;max-width:420px;width:100%;max-height:90vh;overflow-y:auto;position:relative;animation:slideUp .2s ease}.modal-close{position:absolute;top:12px;right:16px;background:none;border:none;font-size:1.5rem;color:var(--muted, #999);cursor:pointer;line-height:1}.modal-title{font-size:1.25rem;font-weight:700;color:var(--text, #1a1a2e);margin:0 0 4px}.modal-subtitle{font-size:.875rem;color:var(--muted, #666);margin:0 0 20px}.modal-result{text-align:center;padding:16px 0}.modal-result__icon{font-size:2.5rem;margin-bottom:12px}.modal-result__title{font-size:1.125rem;font-weight:700;color:var(--text, #1a1a2e);margin:0 0 8px}.modal-result__text{font-size:.875rem;color:var(--muted, #666);margin:0 0 20px;line-height:1.5}.modal-btn{display:block;width:100%;padding:12px 20px;border:none;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:opacity .15s}.modal-btn:disabled{opacity:.5;cursor:not-allowed}.modal-btn--primary{background:linear-gradient(135deg,#4ecdc4,#7c6fcd);color:#fff}.modal-btn--secondary{background:var(--bg-secondary, #f4f4f8);color:var(--text, #333)}.modal-btn--danger{background:#e74c3c;color:#fff}.report-reasons{display:flex;flex-direction:column;gap:8px;margin-bottom:16px}.report-reason{display:flex;align-items:center;gap:10px;padding:10px 12px;border:1px solid var(--border, #edf1f7);border-radius:8px;cursor:pointer;font-size:.85rem;color:var(--text, #333);transition:border-color .15s,background .15s}.report-reason:hover{border-color:var(--primary, #7C6FCD)}.report-reason--selected{border-color:var(--primary, #7C6FCD);background:#7c6fcd0d}.report-reason input[type=radio]{accent-color:var(--primary, #7C6FCD)}.report-details{position:relative;margin-bottom:20px}.report-details textarea{width:100%;padding:10px 12px;border:1px solid var(--border, #edf1f7);border-radius:8px;font-size:.85rem;resize:vertical;min-height:80px;font-family:inherit}.report-details textarea:focus{outline:none;border-color:var(--primary, #7C6FCD)}.report-details__count{position:absolute;bottom:8px;right:12px;font-size:.7rem;color:var(--muted, #999)}.erasure-info{background:var(--bg-secondary, #f8f9ff);border-radius:8px;padding:16px;margin-bottom:16px}.erasure-info__text{font-size:.85rem;color:var(--text, #333);margin:0 0 10px}.erasure-info__list{margin:0 0 12px;padding-left:20px;font-size:.85rem;color:var(--text, #555)}.erasure-info__list li{margin-bottom:4px}.erasure-info__warning{font-size:.8rem;font-weight:600;color:#e74c3c;margin:0}.erasure-confirm{display:flex;align-items:flex-start;gap:10px;margin-bottom:20px;font-size:.85rem;color:var(--text, #333);cursor:pointer}.erasure-confirm input[type=checkbox]{margin-top:2px;accent-color:#e74c3c}.rsvp-erased{text-align:center;padding:80px 24px;max-width:420px;margin:0 auto}.rsvp-erased__icon{margin-bottom:20px}.rsvp-erased__title{font-size:1.25rem;font-weight:700;color:var(--text, #1a1a2e);margin:0 0 8px}.rsvp-erased__event{font-size:.9rem;color:var(--muted, #666);margin:0 0 16px}.rsvp-erased__message{font-size:.85rem;color:var(--muted, #666);line-height:1.6;margin:0 0 32px}.rsvp-erased__footer{padding-top:20px;border-top:1px solid var(--border, #edf1f7)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(16px);opacity:0}to{transform:translateY(0);opacity:1}}
