@import"https://cdn.jsdelivr.net/gh/orioncactus/suit@v1.0.6/packages/suit-variable/dist/suit-variable.css";@import"https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@300;400&family=Playfair+Display:ital,wght@0,400;0,700;1,400&display=swap";*{margin:0;padding:0;box-sizing:border-box}body{font-family:SUIT Variable,Suit,sans-serif;background-color:#f0f0f0;color:#020817;min-height:100vh;-webkit-font-smoothing:antialiased}#root{max-width:448px;margin:0 auto;background:#fff;overflow:hidden;font-size:.95em;word-break:keep-all}button{cursor:pointer;font-family:SUIT Variable,Suit,sans-serif}:root{--green-deep: #36AB5C;--green-mid: #5DC772;--green-light: #70BC87;--green-pale: #E1F5E8;--green-soft: #EEF6F1;--bg: #f4f3f0}.fade-section{opacity:0;transform:translateY(28px);transition:opacity .7s ease,transform .7s ease}.fade-section.visible{opacity:1;transform:translateY(0)}@keyframes petalFly1{0%{transform:translate(0) rotate(0);opacity:0}8%{opacity:.75}50%{transform:translate(-220px,18px) rotate(-90deg)}to{transform:translate(-460px,30px) rotate(-200deg);opacity:0}}@keyframes petalFly2{0%{transform:translate(0) rotate(0);opacity:0}8%{opacity:.75}50%{transform:translate(-220px,-14px) rotate(80deg)}to{transform:translate(-460px,-22px) rotate(185deg);opacity:0}}@keyframes petalFly3{0%{transform:translate(0) rotate(0);opacity:0}8%{opacity:.75}35%{transform:translate(-160px,-20px) rotate(-65deg)}70%{transform:translate(-320px,24px) rotate(-145deg)}to{transform:translate(-460px,12px) rotate(-215deg);opacity:0}}@keyframes petalFly4{0%{transform:translate(0) rotate(0);opacity:0}8%{opacity:.75}50%{transform:translate(-220px,8px) rotate(100deg)}to{transform:translate(-460px,-10px) rotate(230deg);opacity:0}}.petal-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:10;pointer-events:none;overflow:hidden;border-radius:12px}.petal-item{position:absolute;border-radius:50% 0;opacity:0;animation:petalFly1 linear infinite}.petal-item:nth-child(4n+1){animation-name:petalFly2}.petal-item:nth-child(4n+2){animation-name:petalFly3}.petal-item:nth-child(4n+3){animation-name:petalFly4}.petal-item:nth-child(3n){background:#f9c4d2}.petal-item:nth-child(3n+1){background:#fce4ec}.petal-item:nth-child(3n+2){background:#fff0f5}.petal-item:nth-child(5n){background:#f8bbd0}.petal-item:nth-child(7n){background:#fdd5e2}.cover-wrapper{padding:0;background:#fff}.cover-card{background:#fff;border-radius:0;overflow:hidden;position:relative}.cover-top-bar{display:flex;justify-content:space-between;align-items:center;padding:14px 16px;background:#fff}.cover-top-bar .couple-name{font-size:13px;font-weight:400;letter-spacing:1px;color:#222}.play-btn{width:36px;height:36px;border-radius:50%;background:var(--green-deep);border:none;display:flex;align-items:center;justify-content:center;color:#fff;font-size:12px;flex-shrink:0}.cover-photos{position:relative;padding:40px;display:flex;flex-direction:column;gap:20px}.cover-photo-item{position:relative;background:#d0d0d0}.cover-photo-item img{width:100%;display:block;object-fit:cover;border-radius:12px}.cover-photo-img{width:100%;aspect-ratio:1 / 1;object-fit:cover;border-radius:12px;display:block;position:relative;z-index:0}.cover-photo-placeholder{width:100%;aspect-ratio:1/1;background:linear-gradient(135deg,#c8d8c8,#e0ece0);display:flex;align-items:center;justify-content:center;font-size:13px;color:#888;letter-spacing:1px;border-radius:12px}.cover-side-text{position:absolute;white-space:nowrap;font-weight:400;color:#020817;text-transform:uppercase;display:flex;align-items:center;gap:4px}.cover-side-text.left{bottom:4px;left:-6px;transform:rotate(-90deg);transform-origin:bottom left}.cover-side-num{position:absolute;white-space:nowrap;color:#020817;display:flex;align-items:center;gap:8px}.cover-side-num svg{transform:rotate(90deg)}.cover-side-num.right{top:4px;right:-6px;transform:rotate(-90deg);transform-origin:top right}.cover-side-num.right.bottom{top:auto;bottom:4px;right:-70px;transform:rotate(-90deg);transform-origin:bottom left}.cover-names-right{position:absolute;right:4px;top:50%;transform:translateY(-50%);writing-mode:vertical-rl;text-orientation:mixed;color:#020817;text-transform:uppercase;white-space:nowrap;pointer-events:none}.cover-bottom-bar{display:flex;justify-content:center;align-items:center;padding:16px 16px 24px;margin-top:4px;background:#fff}.cover-bottom-bar span{font-size:12px;color:#555;letter-spacing:.5px;padding:0 14px}.cover-bottom-bar .sep{color:var(--green-light);padding:0}@keyframes ringPulse{0%{transform:scale(1);opacity:.6}to{transform:scale(1.8);opacity:0}}.floating-play{position:fixed;top:12px;right:max(12px,(100vw - 448px) / 2 + 12px);z-index:200;width:28px;height:28px;border-radius:50%;background:#1e1e1ed1;border:none;display:flex;align-items:center;justify-content:center;box-shadow:0 1px 6px #00000040;cursor:pointer;overflow:visible}.floating-play-ring{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;border:2px solid var(--green-mid);pointer-events:none}.floating-play.playing .floating-play-ring{animation:ringPulse 1.4s ease-out infinite}.music-toast{position:fixed;top:7px;left:50%;transform:translate(-50%) translateY(-20px);z-index:201;pointer-events:none;opacity:0;transition:opacity .3s ease,transform .3s ease;padding:8px 16px;background:#00000080;border-radius:9999px;white-space:nowrap}.music-toast.visible{opacity:1;transform:translate(-50%) translateY(0)}.music-toast p{font-size:12px;color:#fff;text-align:center;white-space:nowrap}.greeting-section{background:#fff;padding:56px 44px 0;text-align:center;border-top:none}.rainbow-wrap{display:flex;justify-content:center;margin-bottom:40px}@keyframes drawArc{to{stroke-dashoffset:0}}.arc{fill:none}.arc-inner{stroke-dasharray:44;stroke-dashoffset:44}.arc-mid{stroke-dasharray:82;stroke-dashoffset:82}.arc-outer{stroke-dasharray:120;stroke-dashoffset:120}.fade-section.visible .arc-inner{animation:drawArc 1.1s cubic-bezier(.4,0,.2,1) .1s forwards}.fade-section.visible .arc-mid{animation:drawArc 1.3s cubic-bezier(.4,0,.2,1) .35s forwards}.fade-section.visible .arc-outer{animation:drawArc 1.5s cubic-bezier(.4,0,.2,1) .6s forwards}.cross-symbol{display:block;font-size:28px;font-weight:200;color:var(--green-light);margin-bottom:48px;line-height:1;letter-spacing:-2px}.greeting-invite-img{margin-top:40px;margin-left:-44px;margin-right:-44px}.greeting-invite-photo{width:100%;display:block;object-fit:cover}.quote-text{font-family:"Noto Serif KR",serif;font-size:14px;font-weight:300;line-height:1.8rem;color:#555;margin-bottom:8px}.quote-source{font-size:12px;color:#aaa;margin-bottom:48px;letter-spacing:1px}.greeting-divider{width:1px;height:40px;background:var(--green-pale);margin:0 auto 40px}.greeting-message{font-size:14px;line-height:2.2;color:#555;margin-bottom:40px}.couple-names-text{font-size:15px;font-weight:400;color:#222;letter-spacing:2px}.date-reveal-section{background-color:#7c7c7c;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:0}.date-reveal-row{display:flex;width:100%;justify-content:center;align-items:center}.date-reveal-row.has-gap{gap:20px}.date-reveal-clip{display:flex;width:fit-content;align-items:center;justify-content:center;overflow-y:clip;height:7rem}.date-reveal-letter{font-family:Playfair Display,serif;font-size:6rem;line-height:1;color:#fff;display:inline-block;transform:translateY(105%);opacity:0;transition:transform .75s cubic-bezier(.22,1,.36,1),opacity .75s ease}.date-reveal-letter.visible{transform:translateY(0);opacity:1}.full-photo-section{position:relative;background:#1a1a1a}.full-photo-header{display:flex;justify-content:space-between;align-items:center;padding:14px 16px;background:#fff}.full-photo-header span{font-size:13px;color:#222;letter-spacing:1px}.full-photo-placeholder{width:100%;height:460px;background:linear-gradient(180deg,#1a3020,#2d5038);display:flex;align-items:center;justify-content:center;font-size:13px;color:#6a9a7a;letter-spacing:1px}.loc-section{background:#fff;overflow:hidden}.loc-header{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:64px 16px 40px;text-align:center;gap:12px}.loc-title{font-family:Playfair Display,serif;font-size:2rem;font-weight:400;letter-spacing:.15em;color:#111;opacity:.9}.loc-venue{font-size:15px;font-weight:500;color:#111;letter-spacing:.03em}.loc-addr{font-size:13px;color:#111;opacity:.5;letter-spacing:.02em}.loc-image{width:100%}.loc-photo{width:100%;display:block;object-fit:cover;aspect-ratio:16 / 9}.loc-transport{background:#f2f2f2;padding:32px 32px 48px}.loc-transport-block{padding-top:8px}.loc-transport-row{display:flex;align-items:center;gap:8px;padding:12px 0 0}.loc-transport-label{font-weight:600;font-size:14px;color:#999}.loc-transport-text{font-size:14px;color:#111;opacity:.9;line-height:1.8;padding:12px 0 0}.loc-transport-divider{height:1px;background:#999;opacity:.4;margin-top:20px}.info-section{background:#fff;padding:80px 16px;text-align:center;border-top:1px solid var(--green-soft)}.section-label{font-size:10px;letter-spacing:4px;color:var(--green-light);text-transform:uppercase;margin-bottom:32px}.info-date-big{font-size:28px;font-weight:300;letter-spacing:2px;color:#222;margin-bottom:8px}.info-time{font-size:14px;color:#888;letter-spacing:2px;margin-bottom:40px}.info-divider{width:24px;height:1px;background:var(--green-pale);margin:0 auto 40px}.info-venue-name{font-size:16px;font-weight:400;color:#222;margin-bottom:8px}.info-venue-addr{font-size:13px;color:#888;line-height:1.8;margin-bottom:24px}.map-placeholder{background:var(--green-soft);border-radius:10px;height:180px;display:flex;align-items:center;justify-content:center;font-size:13px;color:var(--green-light);margin-bottom:16px}.map-btns{display:flex;gap:8px;justify-content:center}.map-btn{font-size:12px;padding:8px 20px;border:1px solid var(--green-pale);border-radius:20px;background:#fff;color:var(--green-deep);text-decoration:none;letter-spacing:.5px;transition:background .15s}.map-btn:hover{background:var(--green-soft)}.gallery-section{background:#fff;padding:80px 0;border-top:1px solid var(--green-soft)}.gallery-section .section-label{padding:0 28px;text-align:center}.gallery-grid{display:grid;grid-template-columns:1fr 1fr;gap:2px;margin-top:24px}.gallery-item{aspect-ratio:1;background:linear-gradient(135deg,#d0e8d8,#e4f0e8);display:flex;align-items:center;justify-content:center;font-size:12px;color:var(--green-light);overflow:hidden}.gallery-item img{width:100%;height:100%;object-fit:cover}.account-section{background:#fff;padding:80px 16px;border-top:1px solid var(--green-soft);text-align:center}.account-group{margin-bottom:32px;text-align:left}.account-group:last-child{margin-bottom:0}.account-group-label{font-size:10px;letter-spacing:3px;color:var(--green-light);text-transform:uppercase;margin-bottom:12px}.account-row{display:flex;justify-content:space-between;align-items:center;padding:14px 0;border-bottom:1px solid var(--green-soft)}.account-row:last-child{border-bottom:none}.account-info{font-size:13px;color:#222;line-height:1.6}.account-info small{color:#aaa;font-size:11px}.copy-btn{font-size:11px;padding:6px 14px;border:1px solid var(--green-pale);border-radius:20px;background:#fff;color:var(--green-deep);white-space:nowrap;transition:background .15s}.copy-btn:hover{background:var(--green-soft)}.msg-section{background:#ebebeb;padding:80px 40px;display:flex;flex-direction:column;align-items:center;min-height:24rem}.msg-header{text-align:center;margin-bottom:32px}.msg-title{font-family:Playfair Display,serif;font-size:2rem;font-weight:400;letter-spacing:.15em;color:#111;opacity:.9;margin-bottom:16px}.msg-subtitle{font-size:13px;color:#111;opacity:.5}.msg-list{width:100%;display:flex;flex-direction:column;gap:12px;margin-bottom:24px}.msg-empty{text-align:center;font-size:13px;color:#aaa;padding:24px 0}.msg-card{background:#fff;border-radius:10px;padding:20px 24px;box-shadow:0 2px 12px #00000014}.msg-text{font-size:14px;line-height:1.8;color:#111;white-space:pre-wrap;word-break:break-all;margin-bottom:12px}.msg-meta{display:flex;justify-content:space-between;align-items:flex-end;font-size:13px}.msg-from{color:#7c7c7c}.msg-name{color:#666}.msg-date{color:#666;font-size:12px}.msg-form-wrap{width:100%;margin-bottom:16px}.msg-form{display:flex;flex-direction:column;gap:10px}.msg-input,.msg-textarea{width:100%;padding:12px 14px;border:1px solid #e0e0e0;border-radius:8px;background:#fff;font-family:SUIT Variable,Suit,sans-serif;font-size:14px;color:#111;outline:none}.msg-textarea{height:100px;resize:none}.msg-form-btns{display:flex;gap:8px}.msg-cancel-btn{flex:1;padding:12px;border:1px solid #ddd;border-radius:8px;background:#fff;font-size:14px;color:#888}.msg-submit-btn{flex:2;padding:12px;border:none;border-radius:8px;background:#999;color:#fff;font-size:14px;font-family:SUIT Variable,Suit,sans-serif}.msg-submit-btn:disabled{opacity:.6}.msg-open-btn{width:100%;padding:14px;border:none;border-radius:8px;background:#999;color:#fff;font-size:14px;font-family:SUIT Variable,Suit,sans-serif;letter-spacing:.03em}.guestbook-section{background:#fff;padding:80px 16px;border-top:1px solid var(--green-soft)}.guestbook-section .section-label{text-align:center;margin-bottom:32px}.gb-form{display:flex;flex-direction:column;gap:8px;margin-bottom:36px}.gb-form input,.gb-form textarea{width:100%;padding:13px 14px;border:1px solid #e8e8e8;border-radius:8px;background:var(--green-soft);font-family:SUIT Variable,Suit,sans-serif;font-size:13px;color:#222;resize:none;outline:none;transition:border-color .15s}.gb-form input:focus,.gb-form textarea:focus{border-color:var(--green-mid);background:#fff}.gb-form textarea{height:88px}.gb-form .error-msg{font-size:11px;color:#e06060;text-align:left;padding-left:2px}.gb-submit{padding:13px;background:var(--green-deep);color:#fff;border:none;border-radius:8px;font-size:13px;letter-spacing:1px;transition:background .15s}.gb-submit:hover{background:#2d9050}.gb-list{display:flex;flex-direction:column;gap:0}.gb-item{padding:18px 0;border-bottom:1px solid var(--green-soft)}.gb-item:last-child{border-bottom:none}.gb-item .gb-name{font-size:13px;font-weight:500;color:var(--green-deep);margin-bottom:6px}.gb-item .gb-msg{font-size:13px;line-height:1.8;color:#555}.gb-item .gb-date{font-size:11px;color:#bbb;margin-top:8px}.gb-empty{text-align:center;font-size:13px;color:#bbb;padding:24px 0}.cal-section{background:#fff;padding:80px 16px;text-align:center}.cal-title-wrap{margin-bottom:24px}.cal-title{font-family:Playfair Display,serif;font-size:2.25rem;font-weight:400;letter-spacing:.1em;color:#111;opacity:.9}.cal-date-wrap{margin-bottom:24px}.cal-date-kr{font-size:14px;color:#555;margin-bottom:4px;letter-spacing:.02em}.cal-date-en{font-size:12px;color:#999;letter-spacing:.05em}.cal-rule{height:1px;background:#0000001a;margin:32px 0}.cal-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:4px 0;font-size:13px;font-weight:300;margin-bottom:4px}.cal-hd{font-size:11px;color:#999;padding:6px 0;font-weight:400}.cal-hd.sun{color:#e05050}.cal-day{padding:8px 2px;color:#333}.cal-day.sun{color:#e05050}.cal-day.sat{color:#4a7cdc}.cal-wedding-wrap{display:flex;align-items:center;justify-content:center;padding:4px 2px}.cal-wedding{width:32px;height:32px;border-radius:50%;background:#7c7c7c;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:13px;font-weight:400}.cal-countdown{display:flex;gap:8px;justify-content:center}.cal-box{flex:1;background:#fff;border-radius:8px;padding:16px 0;box-shadow:0 2px 12px #00000014}.cal-box-num{font-size:22px;font-weight:300;color:#111;letter-spacing:.02em}.cal-box-label{font-size:9px;letter-spacing:2px;color:#aaa;text-transform:uppercase;margin-top:4px}.cal-dday{font-size:13px;color:#555;margin-top:20px;letter-spacing:.02em;line-height:1.8}.cal-dday-heart{display:inline-flex;align-items:center;vertical-align:middle;margin:0 4px}.cal-dday-days{color:#7c7c7c;font-weight:500}.ci-section{background:#f2f2f2;min-height:24rem;display:flex;flex-direction:column;justify-content:center;padding:80px 16px}.ci-row{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;width:100%;padding:0 52px;gap:12px}.ci-left{display:flex;align-items:center;justify-content:flex-end;gap:6px}.ci-family{font-weight:500;letter-spacing:.1em;white-space:nowrap;color:#111}.ci-no{color:#111;opacity:.7;white-space:nowrap}.ci-rel{text-align:center;color:#111;opacity:.7;white-space:nowrap}.ci-name{display:flex;align-items:flex-start;justify-content:flex-start;font-weight:500;letter-spacing:.1em;white-space:nowrap;color:#111}.ci-en{font-size:.55rem;vertical-align:super;letter-spacing:.05em;line-height:1}.ci-gap{height:32px}.couple-intro-section{background:#f0f0f0;padding:80px 16px;border-top:1px solid var(--green-soft)}.couple-intro-block{padding:0 56px;margin-bottom:32px}.couple-intro-block:last-of-type{margin-bottom:0}.couple-parents{display:flex;justify-content:space-between;align-items:center;font-size:13px;color:#555;margin-bottom:10px}.couple-parents-names{font-weight:500;letter-spacing:1px}.couple-parents-rel{color:#999;font-size:12px}.couple-name-row{display:flex;justify-content:space-between;align-items:baseline}.couple-role{font-size:12px;color:#aaa}.couple-name-kr{font-size:18px;font-weight:500;color:#222;letter-spacing:2px}.couple-name-en{font-size:9px;color:#aaa;vertical-align:super;letter-spacing:1px;margin-left:2px}.couple-intro-divider{height:1px;background:#00000014;margin:24px 0}.contact-btn{display:flex;justify-content:space-between;align-items:center;width:100%;margin-top:32px;padding:14px 20px;background:var(--green-deep);color:#fff;border:none;border-radius:10px;font-size:14px;letter-spacing:1px}.footer{background:var(--green-soft);padding:40px 28px;text-align:center;font-size:11px;color:var(--green-light);letter-spacing:2px}
