.navigation{position:fixed;top:0;left:0;right:0;z-index:100;padding:1.5rem}@media (max-width: 767px){.navigation{background-color:var(--color-red)}}.nav-content{display:flex;align-items:center;max-width:1200px;margin:0 auto}.nav-home{font-weight:700;font-size:.875rem;letter-spacing:.15em;color:var(--color-white);transition:opacity .2s ease}.nav-home:hover{opacity:.7}.nav-spacer{flex:1}.nav-content{gap:.75rem}.nav-lang{background:none;border:none;font-weight:700;font-size:.875rem;letter-spacing:.15em;color:var(--color-white);padding:.5rem;transition:opacity .2s ease}.nav-lang:hover{opacity:.7}.nav-link{font-weight:800;font-size:1rem;letter-spacing:.04em;color:var(--color-red);background-color:var(--color-cream);padding:.6rem 1.4rem;border:none;border-radius:6px;box-shadow:0 6px 18px #00000038;transition:all .2s ease}.nav-link:hover{background-color:var(--color-white);color:var(--color-red-dark);transform:translateY(-1px)}@media (min-width: 768px){.navigation{padding:2rem 3rem}.nav-link{font-size:.875rem;padding:.65rem 1.6rem}}.photo-strips{position:fixed;top:0;right:0;bottom:0;left:0;overflow:hidden;pointer-events:none;z-index:400}.photo-strip{position:absolute;--w: clamp(120px, 16vw, 180px);width:var(--w);--y: calc(50vh - 2.7 * var(--w) + var(--oy));top:var(--y);transition:left .8s cubic-bezier(.45,0,.2,1),right .8s cubic-bezier(.45,0,.2,1),top .8s cubic-bezier(.45,0,.2,1)}.photo-strip-inner{pointer-events:auto;touch-action:none;cursor:grab;user-select:none;-webkit-user-select:none}.photo-strip.is-animating .photo-strip-inner{pointer-events:none}.photo-strip-inner:active{cursor:grabbing}.photo-strip-1,.photo-strip-2,.photo-strip-3{left:var(--x);--pile-x: calc(50vw - var(--x) - 50% + var(--jx))}.photo-strip-4,.photo-strip-5,.photo-strip-6{right:var(--xr);--pile-x: calc(var(--xr) - 50vw + 50% + var(--jx))}.photo-strip{--pile-y: calc(50vh - var(--y) - 50% + var(--jy))}.photo-strip-travel{animation:photo-strip-part .55s cubic-bezier(.33,0,.15,1) both;animation-delay:1.3s}.photo-strip-fall{animation:photo-strip-fall .55s both;animation-delay:var(--fall-delay)}.photo-strip-inner{transform:rotate(var(--rot));transition:transform .8s cubic-bezier(.45,0,.2,1);box-shadow:0 14px 30px #00000059}.photo-strip img{display:block;width:100%;height:auto}.photo-strip-1{--x: calc(50vw - var(--w) - 236px);--oy: -45px;--rot: -8deg;--jx: -60px;--jy: -18px;--pile-rot: -12deg;--fall-spin: 10deg;--fall-delay: 0s}.photo-strip-2{--x: calc(-4vw + 109px) ;--oy: 34px;--rot: -12deg;--jx: -22px;--jy: 16px;--pile-rot: 9deg;--fall-spin: -8deg;--fall-delay: .12s}.photo-strip-3{--x: calc(23vw - .5 * var(--w) - 96px);--oy: 53px;--rot: 7deg;--jx: 32px;--jy: -6px;--pile-rot: 4deg;--fall-spin: 12deg;--fall-delay: .24s}.photo-strip-4{--xr: calc(50vw - var(--w) - 241px);--oy: -98px;--rot: 8deg;--jx: 52px;--jy: 10px;--pile-rot: -6deg;--fall-spin: -11deg;--fall-delay: .36s}.photo-strip-5{--xr: calc(23vw - .5 * var(--w) - 98px);--oy: 43px;--rot: -7deg;--jx: -6px;--jy: -26px;--pile-rot: 11deg;--fall-spin: 9deg;--fall-delay: .48s}.photo-strip-6{--xr: calc(-4vw + 72px) ;--oy: 11px;--rot: 12deg;--jx: 14px;--jy: 28px;--pile-rot: -3deg;--fall-spin: -9deg;--fall-delay: .6s}.photo-strips--app{--col-margin: max(0px, calc((100vw - 1200px)/2) )}.photo-strips--app .photo-strip-1{--x: calc(var(--col-margin) - 5px - var(--w));--oy: -74px;--rot: -6deg}.photo-strips--app .photo-strip-2{--x: calc(var(--col-margin) - 12px - var(--w));--oy: 62px;--rot: 5deg}.photo-strips--app .photo-strip-3{--x: calc(var(--col-margin) - 68px - var(--w));--oy: -81px;--rot: -10deg}.photo-strips--app .photo-strip-4{--xr: calc(var(--col-margin) + 60px - var(--w));--oy: -64px;--rot: 7deg}.photo-strips--app .photo-strip-5{--xr: calc(var(--col-margin) + 70px - var(--w));--oy: 78px;--rot: -4deg}.photo-strips--app .photo-strip-6{--xr: calc(var(--col-margin) + 10px - var(--w));--oy: 80px;--rot: 9deg}@keyframes photo-strip-fall{0%{transform:translateY(calc(-50vh - 3.4 * var(--w))) rotate(var(--fall-spin));animation-timing-function:cubic-bezier(.5,0,.85,.6)}82%{transform:translateY(12px) rotate(0);animation-timing-function:cubic-bezier(.25,.6,.35,1)}to{transform:translateY(0) rotate(0)}}@keyframes photo-strip-part{0%{transform:translate(var(--pile-x),var(--pile-y)) rotate(var(--pile-rot))}to{transform:translate(0) rotate(0)}}@media (max-width: 899px){.photo-strip{--w: 96px}.photo-strip-1{--x: -80px;--oy: -26px}.photo-strip-2{--x: -40px;--oy: 239px}.photo-strip-3{--x: -75px;--oy: -133px}.photo-strip-4{--xr: -56px;--oy: -22px}.photo-strip-5{--xr: -51px;--oy: -134px}.photo-strip-6{--xr: -16px;--oy: 195px}.photo-strips--app .photo-strip-1{--x: -93px;--oy: -205px}.photo-strips--app .photo-strip-2{--x: -94px;--oy: 219px}.photo-strips--app .photo-strip-3{--x: -68px;--oy: 343px}.photo-strips--app .photo-strip-4{--xr: -70px;--oy: -14px}.photo-strips--app .photo-strip-5{--xr: -64px;--oy: -139px}.photo-strips--app .photo-strip-6{--xr: -32px;--oy: 253px}}.photo-strips--layout .photo-strip-travel,.photo-strips--layout .photo-strip-fall{animation:none}.photo-strips-layout-panel{position:fixed;left:12px;bottom:12px;z-index:300;padding:10px 12px;background:#000c;color:#fff;font:12px/1.5 monospace;border-radius:8px}.photo-strips-layout-panel ol{margin:6px 0;padding-left:22px;list-style:none}.photo-strips-layout-actions{display:flex;gap:8px}.photo-strips-layout-panel button{font:inherit;cursor:pointer}@media (prefers-reduced-motion: reduce){.photo-strip-travel,.photo-strip-fall{animation:none}.photo-strip,.photo-strip-inner{transition:none}}.chat-window{position:fixed;top:0;right:0;bottom:0;left:0;z-index:500;display:flex;flex-direction:column;background:linear-gradient(180deg,#f4f8fe,#e3eefb 55%,#cfe1f7);color:#1a1a1a;font-family:Tahoma,Segoe UI,Verdana,Arial,sans-serif;font-size:13px;border:3px solid #0842d0;border-top:none}.chat-titlebar{display:flex;align-items:center;justify-content:space-between;gap:.5rem;min-height:30px;padding:3px 4px 3px 9px;background:linear-gradient(180deg,#0997ff,#0053ee 8%,#0050ee 40%,#06f 88%,#0066f4 93%,#005bea 95%,#003dd7 96%,#003dd7);-webkit-user-select:none;user-select:none;touch-action:none;flex:none}.chat-title{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-family:Trebuchet MS,Tahoma,Segoe UI,sans-serif;font-size:14px;font-weight:700;color:#fff;text-shadow:1px 1px 0 #0f1089}.chat-titlebar-actions{display:flex;gap:2px;flex:none}.chat-titlebar-btn{width:21px;height:21px;display:flex;align-items:center;justify-content:center;padding:0;background:linear-gradient(180deg,#7ea9f0,#4479e0 42%,#2760cf 50%,#1c50be 88%,#3567cd);border:1px solid #ffffff;border-radius:3px;box-shadow:inset 0 1px #ffffff73,inset 0 -1px 1px #00083c59;font-size:14px;font-weight:700;line-height:1;color:#fff;text-shadow:0 1px 1px rgba(0,8,60,.5);cursor:pointer}.chat-titlebar-btn:hover{filter:brightness(1.15)}.chat-titlebar-btn:active{filter:brightness(.85);box-shadow:inset 0 1px 2px #00083c80}.chat-titlebar-btn:focus-visible{outline:2px solid #ffffff;outline-offset:1px}.chat-titlebar-btn-sound{position:relative;font-size:12px}.chat-titlebar-btn-muted{filter:saturate(.35) brightness(.85)}.chat-titlebar-btn-muted:after{content:"";position:absolute;top:3px;right:3px;bottom:3px;left:3px;background:linear-gradient(to bottom right,transparent 44%,#ffffff 46%,#ffffff 54%,transparent 56%);pointer-events:none}.chat-titlebar-actions .chat-titlebar-btn:last-child{background:linear-gradient(180deg,#f6b09b,#e26a44 42%,#d54a25 50%,#b33415 88%,#cc5b33);box-shadow:inset 0 1px #ffffff73,inset 0 -1px 1px #5a0a0059;text-shadow:0 1px 1px rgba(90,10,0,.5)}.chat-identity{flex:none;padding:0 .75rem;border-bottom:1px solid #a7c1e0}.chat-identity-toggle{display:block;width:100%;padding:.35rem 0;background:none;border:none;text-align:left;font-size:.8rem;color:#1d59ab;cursor:pointer}.chat-identity-current{font-weight:700}.chat-identity-name{display:block}.chat-identity-status-line{display:block;font-size:.75rem;color:#67707f;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-identity-status-line .chat-emoticon,.chat-buddies .chat-emoticon{width:15px;height:15px;vertical-align:text-bottom}.chat-identity-form{display:flex;gap:.5rem;padding-bottom:.5rem}.chat-identity-status-form{display:flex;flex-direction:column;gap:.5rem;padding-bottom:.5rem}.chat-identity-status-row{display:flex;gap:.5rem}.chat-identity-status-select{padding:.3rem .4rem;font:inherit;font-size:.85rem;color:#1c2633;background:#fff;border:1px solid #7f9db9;border-radius:3px}.chat-identity-hint{padding-bottom:.5rem;font-size:.75rem;color:#67707f}.chat-identity-count{white-space:nowrap}.chat-buddies{flex:none;max-height:40%;overflow-y:auto;overscroll-behavior:contain;margin:8px 8px 0;padding:4px 8px 6px;background:#fff;border:1px solid #7f9db9;font-size:12px}.chat-buddies-note{margin:0;padding:2px 0;font-size:11px;color:#5f6f96}.chat-buddies-error{color:#b00020}.chat-buddies-heading{margin:0;padding:2px 0;font-size:11px;font-weight:700;color:#1d59ab}.chat-buddies-list{margin:0;padding:0;list-style:none}.chat-buddy{display:flex;align-items:center;gap:5px;padding:2px 0 2px 10px;min-width:0}.chat-buddy-icon{width:16px;height:16px;flex:none}.chat-buddy-line{min-width:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;color:#000}.chat-buddy-self .chat-buddy-name{font-weight:700}.chat-buddy-message{color:#67707f}.chat-buddies-offline .chat-buddy-line{color:gray}.chat-buddies-offline .chat-buddy-icon{opacity:.75}.chat-titlebar-btn-buddies img{width:13px;height:13px;display:block}@keyframes chat-nudge-shake{0%,to{translate:0 0}10%{translate:-6px -4px}20%{translate:5px 3px}30%{translate:-5px 4px}40%{translate:6px -3px}50%{translate:-4px -5px}60%{translate:4px 4px}70%{translate:-6px 2px}80%{translate:5px -4px}90%{translate:-3px 3px}}.chat-nudge-shaking{animation:chat-nudge-shake .75s linear}.chat-taskbar-flash.chat-nudge-shaking{animation:chat-flash 1s step-end infinite,chat-nudge-shake .75s linear}@media (prefers-reduced-motion: reduce){.chat-nudge-shaking,.chat-taskbar-flash.chat-nudge-shaking{animation:none}}.chat-list{position:relative;flex:1;min-height:0;overflow-y:auto;overflow-anchor:none;overscroll-behavior:contain;margin:8px 8px 0;padding:8px;display:flex;flex-direction:column;gap:8px;background:#fff;border:1px solid #7f9db9}.chat-buddies::-webkit-scrollbar,.chat-list::-webkit-scrollbar{width:15px}.chat-buddies::-webkit-scrollbar-track,.chat-list::-webkit-scrollbar-track{background:#f1f4fb}.chat-buddies::-webkit-scrollbar-thumb,.chat-list::-webkit-scrollbar-thumb{background:linear-gradient(90deg,#cddcfc,#b7c9f2,#a5b8e8);border:1px solid #8ba0d2;border-radius:2px}.chat-loader{min-height:1.25rem;text-align:center;font-size:11px;color:#5f6f96;flex:none}.chat-empty{margin:auto;text-align:center;font-size:12px;color:#5f6f96}.chat-msg{display:flex;flex-direction:column;gap:2px;flex:none}.chat-msg-row{position:relative;display:flex;flex-direction:column}.chat-msg-delete{position:absolute;top:0;right:0;width:1.25rem;height:1.25rem;display:flex;align-items:center;justify-content:center;padding:0;background:transparent;border:none;border-radius:3px;font-size:.85rem;line-height:1;color:#9aa6c4;opacity:.6;cursor:pointer}.chat-msg-delete:hover,.chat-msg-delete:focus-visible{background:#f0d0d0;color:#b00020;opacity:1}.chat-nudge-row{position:relative;flex:none;padding:3px 0;border-top:1px solid #c9d8ee;border-bottom:1px solid #c9d8ee}.chat-nudge-line{display:block;font-size:11px;font-style:italic;color:#757575;overflow-wrap:anywhere;word-break:break-word}.chat-msg-sender{font-size:11px;color:#757575}.chat-msg-mine .chat-msg-sender{color:#1d59ab}.chat-msg-body{padding-left:14px;white-space:pre-wrap;overflow-wrap:anywhere;word-break:break-word;color:#000}.chat-msg-pending{opacity:.5}.chat-status{margin:0;padding:4px 10px 0;font-size:11px;color:#67707f;flex:none}.chat-error{margin:0;padding:4px 10px 0;font-size:11px;color:#b00020;flex:none}.chat-composer{display:flex;gap:6px;padding:8px;flex:none}.chat-input{flex:1;min-width:0;padding:5px 6px;border:1px solid #7f9db9;border-radius:0;font-family:inherit;font-size:16px;color:#000;background:#fff}.chat-input:focus{outline:1px solid #316ac5;outline-offset:-1px}.chat-send{padding:4px 14px;background:linear-gradient(180deg,#fff,#f2f1ea 55%,#dcd8cc);color:#000;border:1px solid #003c74;border-radius:3px;font-family:inherit;font-size:12px;font-weight:400;cursor:pointer}.chat-send:hover:not(:disabled){box-shadow:inset 0 0 0 2px #ffb2498c}.chat-send:active:not(:disabled){background:linear-gradient(180deg,#d8d4c8,#e8e5da)}.chat-send:focus-visible{outline:2px solid #316ac5;outline-offset:1px}.chat-send:disabled{background:#f2f1ea;border-color:#b5b2a5;color:#a0a0a0;cursor:not-allowed}.chat-nudge-btn{min-width:3.4rem;padding-left:6px;padding-right:6px}.chat-taskbar{position:fixed;left:1rem;right:1rem;bottom:1rem;z-index:500;display:flex;align-items:center;justify-content:space-between;gap:.5rem;min-height:30px;padding:4px 10px;background:linear-gradient(180deg,#5292f8,#3675e0 10%,#2b66d9 88%,#1d50b8);border:1px solid #123a86;border-radius:3px;box-shadow:inset 0 1px #fff6,inset 0 -1px #000a3c40;color:#fff;font-family:Tahoma,Segoe UI,Verdana,Arial,sans-serif;font-size:12px;text-align:left;text-shadow:0 1px 1px rgba(0,10,60,.45);cursor:pointer}.chat-taskbar:active{background:linear-gradient(180deg,#1d50b8,#2b66d9 90%,#3675e0);box-shadow:inset 0 1px 3px #000a3c80}.chat-taskbar-title{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-weight:700}.chat-taskbar-badge{font-size:11px;font-weight:700;color:#fff;flex:none}.chat-taskbar-flash{animation:chat-flash 1s step-end infinite}@keyframes chat-flash{0%{background:linear-gradient(180deg,#5292f8,#3675e0 10%,#2b66d9 88%,#1d50b8);border-color:#123a86}50%{background:linear-gradient(180deg,#ffd58f,#f6a91f 12%,#ee8f10 88%,#d67a08);border-color:#a35910}}@media (prefers-reduced-motion: reduce){.chat-taskbar-flash{animation:none;background:linear-gradient(180deg,#ffd58f,#f6a91f 12%,#ee8f10 88%,#d67a08);border-color:#a35910}}.chat-resize-handle{position:absolute;right:0;bottom:0;width:14px;height:14px;z-index:10;cursor:nwse-resize;touch-action:none;background:repeating-linear-gradient(135deg,transparent 0 3px,#7f9db9 3px 5px);clip-path:polygon(100% 0,100% 100%,0 100%)}@media (min-width: 768px){.chat-window{inset:auto;right:24px;bottom:24px;width:360px;height:480px;max-height:80vh;border-radius:8px 8px 4px 4px;box-shadow:0 8px 24px #00145059;overflow:hidden}.chat-titlebar{cursor:grab}.chat-input{font-size:13px}.chat-taskbar{right:auto;width:240px}}.chat-emoticon{width:19px;height:19px;vertical-align:text-bottom;display:inline-block}.chat-picker{position:relative;display:flex;align-items:center}.chat-picker-toggle{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;padding:0;background:transparent;border:1px solid transparent;border-radius:3px;cursor:pointer}.chat-picker-toggle:hover,.chat-picker-toggle[aria-expanded=true]{border-color:#316ac5;background:#eef2fb}.chat-picker-grid{position:absolute;bottom:calc(100% + .4rem);left:0;display:grid;grid-template-columns:repeat(8,1.6rem);gap:2px;padding:.4rem;background:#fff;border:1px solid #7f9db9;border-radius:3px;box-shadow:0 4px 12px #0014504d;z-index:10}.chat-picker-item{display:flex;align-items:center;justify-content:center;width:1.6rem;height:1.6rem;padding:0;background:transparent;border:1px solid transparent;border-radius:3px;cursor:pointer}.chat-picker-item:hover{border-color:#316ac5;background:#eef2fb}.chat-picker-toggle img,.chat-picker-item img{width:19px;height:19px}.layout{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1;display:flex;flex-direction:column}.gate{min-height:100vh;min-height:100dvh;display:flex;align-items:center;justify-content:center;padding:6rem 1.5rem 2rem}.gate-card{width:100%;max-width:440px}.gate-brand{font-size:1.25rem;font-weight:700;color:var(--color-white)}.gate-facts{font-size:.875rem;font-weight:700;letter-spacing:.1em;color:#fffc;margin-bottom:3rem}.gate-title{font-size:2.5rem;font-weight:700;letter-spacing:.02em;margin-bottom:.75rem;color:var(--color-cream)}.gate-subtitle{font-size:.9rem;font-weight:600;color:#fffc;margin-bottom:2.5rem}.gate-form{display:flex;flex-direction:column;gap:.75rem}.gate-label{font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--color-white)}.gate-input{background:transparent;border:3px solid var(--color-white);border-radius:6px;color:var(--color-white);padding:1rem;font-size:1.5rem;font-weight:700;text-align:center;min-height:60px;transition:border-color .2s ease,box-shadow .2s ease}.gate-input:focus{outline:none;border-color:var(--color-cream);box-shadow:0 0 0 1px var(--color-cream)}.gate-input:disabled{opacity:.6;cursor:not-allowed}.gate-error{color:var(--color-cream);font-size:.875rem;font-weight:600;text-align:center;margin-top:.5rem}.gate-submit{background:var(--color-white);border:3px solid var(--color-white);color:var(--color-red);padding:1rem 2rem;font-size:.875rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;transition:all .2s ease;min-height:56px;margin-top:1rem}.gate-submit:hover:not(:disabled){background:transparent;color:var(--color-white)}.gate-submit:disabled{opacity:.6;cursor:not-allowed}@media (min-width: 768px){.gate-title{font-size:3.5rem}.gate-subtitle{font-size:1rem}}.day{min-height:100vh;min-height:100dvh;display:flex;flex-direction:column;padding:6rem 2rem 3rem}.day-hello{font-size:1.25rem;font-weight:700;color:var(--color-white)}.day-hero{margin:1.75rem 0 1.5rem}.day-kicker{font-size:.95rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#ffffffd9;margin-bottom:1rem}.day-weekday{font-size:3.5rem;font-weight:700;line-height:1;letter-spacing:-.01em;color:var(--color-cream)}.day-date{font-size:3.5rem;font-weight:700;line-height:1.05;letter-spacing:-.01em;color:var(--color-cream)}.day-time{font-weight:700;color:var(--color-cream)}.day-sep{color:#ffffff80}.day-details{margin-bottom:2.5rem}.day-detail{display:flex;align-items:baseline;flex-wrap:wrap;gap:.75rem;font-size:1.9rem;font-weight:700;line-height:1.5;color:var(--color-white)}.day-directions{display:inline-block;font-size:1rem;font-weight:700;color:var(--color-cream);margin-top:.5rem;transition:color .2s ease}.day-directions:hover{color:var(--color-white)}.day-rsvp-banner{display:inline-block;align-self:flex-start;font-size:1rem;font-weight:700;color:var(--color-red);background:var(--color-cream);padding:.75rem 1.25rem;border-radius:6px;margin-bottom:2.5rem;transition:all .2s ease}.day-rsvp-banner:hover{background:var(--color-white)}.day-links{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem;margin-top:auto}.day-link{font-size:1.9rem;font-weight:700;line-height:1.2;color:var(--color-white);transition:color .2s ease,transform .2s ease}button.day-link{background:none;border:none;padding:0;text-align:left;font-family:inherit}.day-link:hover{color:var(--color-cream);transform:translate(.5rem)}.day-logout{background:none;border:none;color:#fff9;font-size:.8rem;font-weight:600;text-align:left;padding:0;margin-top:3rem;transition:color .2s ease}.day-logout:hover{color:var(--color-white)}@media (min-width: 640px){.day{padding:7rem 3rem 3rem}.day-weekday,.day-date{font-size:4.5rem}}@media (min-width: 1024px){.day{padding:8rem 4rem 4rem;max-width:1200px;margin:0 auto;width:100%}.day-hello{font-size:1.75rem}.day-weekday,.day-date{font-size:5.5rem}.day-detail,.day-link{font-size:2.5rem}}.info-page{min-height:100vh;min-height:100dvh;display:flex;flex-direction:column;padding:6rem 2rem 3rem}.info-title{font-size:2.5rem;font-weight:700;line-height:1;color:var(--color-cream);margin-bottom:3rem}.info-section{margin-bottom:2.5rem}.info-heading{font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--color-cream);margin-bottom:.75rem}.info-text{font-size:1.125rem;font-weight:600;line-height:1.6;color:var(--color-white);max-width:36rem}.info-text+.info-text{margin-top:.75rem}.info-link{display:inline-block;font-size:1rem;font-weight:700;color:var(--color-cream);margin-top:.75rem;transition:color .2s ease}.info-link:hover{color:var(--color-white)}.info-back{font-size:.875rem;font-weight:700;color:#ffffffb3;margin-top:auto;align-self:flex-start;transition:color .2s ease}.info-back:hover{color:var(--color-white)}.schedule-day{margin-bottom:3rem}.schedule-row{display:flex;align-items:baseline;gap:1.25rem;padding:.875rem 0;border-bottom:3px solid rgba(255,255,255,.25)}.schedule-time{font-size:1rem;font-weight:700;color:var(--color-cream);min-width:5.5rem;flex-shrink:0}.schedule-what{font-size:1.5rem;font-weight:700;line-height:1.2;color:var(--color-white)}.schedule-note{display:block;font-size:.9rem;font-weight:600;color:var(--color-cream);margin-top:.25rem}.schedule-lead{font-size:1.5rem;font-weight:700;line-height:1.2;color:var(--color-white);margin-bottom:1rem}.schedule-link{font-size:.9rem;font-weight:700;color:var(--color-cream);margin-left:auto;white-space:nowrap;transition:color .2s ease}.schedule-link:hover{color:var(--color-white)}.hotel-block{margin-top:2rem}.hotel-name{display:inline-block;font-size:1.375rem;font-weight:700;line-height:1.2;color:var(--color-white);margin-bottom:.5rem;transition:color .2s ease}.hotel-name:hover{color:var(--color-cream)}.todo-hint{font-size:.95rem;font-weight:600;color:var(--color-cream);margin-bottom:1rem;max-width:36rem}.todo-list{list-style:none;padding:0;margin:0}.todo-item{font-size:1.125rem;font-weight:600;line-height:1.5;color:var(--color-white);max-width:36rem;padding:.625rem 0;border-bottom:3px solid rgba(255,255,255,.25)}.todo-item:last-child{border-bottom:none}.todo-link{color:var(--color-cream);text-decoration:underline;text-underline-offset:.2em;transition:color .2s ease}.todo-link:hover{color:var(--color-white)}.faq-item{margin-bottom:2.5rem}.faq-question{font-size:1.5rem;font-weight:700;line-height:1.2;color:var(--color-white);margin-bottom:.75rem}.faq-answer{font-size:1.125rem;font-weight:600;line-height:1.6;color:#ffffffd9;max-width:36rem;white-space:pre-line}.faq-answer a{color:var(--color-white);text-decoration:underline;text-underline-offset:.2em;transition:color .2s ease}.faq-answer a:hover{color:var(--color-cream)}@media (min-width: 640px){.info-page{padding:7rem 3rem 3rem}}@media (min-width: 1024px){.info-page{padding:8rem 4rem 4rem;max-width:1200px;margin:0 auto;width:100%}.info-title{font-size:4.5rem}.schedule-what,.schedule-lead{font-size:2rem}.schedule-time{font-size:1.25rem;min-width:8rem}.faq-question{font-size:2rem}}.rsvp{min-height:100vh;min-height:100dvh;display:flex;justify-content:center;padding:6rem 1.5rem 3rem}.rsvp-card{width:100%;max-width:560px;display:flex;flex-direction:column}.rsvp-title{font-size:2.5rem;font-weight:700;color:var(--color-cream);margin-bottom:.75rem}.rsvp-subtitle{font-size:.9rem;font-weight:600;color:#fffc;line-height:1.6;margin-bottom:2.5rem}.rsvp-form{display:flex;flex-direction:column;gap:2rem}.rsvp-guest{border:3px solid var(--color-white);border-radius:6px;padding:1.25rem}.rsvp-guest-name{font-size:1.25rem;font-weight:700;color:var(--color-cream);padding:0 .5rem}.rsvp-row{display:flex;flex-direction:column;gap:.5rem;padding:.75rem 0}.rsvp-row-label{font-size:.8rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--color-white)}.rsvp-row-buttons{display:flex;gap:.75rem}.rsvp-choice{flex:1;background:transparent;border:2px solid var(--color-white);color:var(--color-white);padding:.75rem;font-size:1rem;font-weight:700;min-height:48px;border-radius:6px;transition:all .15s ease}.rsvp-choice:hover:not(:disabled){border-color:var(--color-cream);color:var(--color-cream)}.rsvp-choice-active,.rsvp-choice-active:hover:not(:disabled){background:var(--color-white);border-color:var(--color-white);color:var(--color-red)}.rsvp-choice:disabled{opacity:.6;cursor:not-allowed}.rsvp-dietary{display:flex;flex-direction:column;gap:.5rem;padding-top:.75rem}.rsvp-dietary-label{font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--color-white)}.rsvp-optional{font-weight:400;text-transform:none;letter-spacing:0;color:#fff9}.rsvp-dietary-input{background:transparent;border:2px solid var(--color-white);color:var(--color-white);padding:.875rem;font-size:1rem;min-height:48px;border-radius:6px;transition:border-color .2s ease,box-shadow .2s ease}.rsvp-dietary-input::placeholder{color:#ffffff80}.rsvp-dietary-input:focus{outline:none;border-color:var(--color-cream);box-shadow:0 0 0 1px var(--color-cream)}.rsvp-error{color:var(--color-cream);font-size:.875rem;font-weight:600;text-align:center}.rsvp-submit{background:var(--color-white);border:3px solid var(--color-white);color:var(--color-red);padding:1rem 2rem;font-size:.875rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;transition:all .2s ease;min-height:56px;border-radius:6px}.rsvp-submit:hover:not(:disabled){background:transparent;color:var(--color-white)}.rsvp-submit:disabled{opacity:.6;cursor:not-allowed}.rsvp-back{margin-top:2.5rem}.rsvp-closed{font-size:1.125rem;font-weight:600;color:var(--color-white);line-height:1.6;margin-bottom:2.5rem}.rsvp-success{justify-content:center;text-align:center;min-height:60vh}.rsvp-success-text{font-size:2.5rem;font-weight:700;color:var(--color-cream);margin-bottom:1rem}.rsvp-success-edit{font-size:.9rem;font-weight:600;color:#fffc;margin-bottom:2rem}.rsvp-success-actions{display:flex;flex-direction:column;align-items:center;gap:1.25rem}.rsvp-edit-button{background:transparent;border:3px solid var(--color-white);color:var(--color-white);padding:.75rem 2rem;font-size:.875rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;border-radius:6px;transition:all .2s ease}.rsvp-edit-button:hover{background:var(--color-white);color:var(--color-red)}@media (min-width: 768px){.rsvp-title{font-size:3.5rem}.rsvp-guest{padding:1.75rem}}.hh{display:flex;flex-direction:column;gap:1.5rem}.hh-status{font-size:.95rem;font-weight:500;color:#fffc;display:flex;flex-direction:column;align-items:flex-start;gap:.75rem}.hh-toolbar{display:flex;justify-content:flex-end;gap:.5rem;flex-wrap:wrap}.hh-file-input{display:none}.hh-btn-filters{margin-right:auto;display:inline-flex;align-items:center;gap:.4rem}.hh-btn-filters.is-open{background:var(--color-white);color:var(--color-red)}.hh-filter-count{display:inline-flex;align-items:center;justify-content:center;min-width:1.1rem;height:1.1rem;padding:0 .3rem;border-radius:999px;background:var(--color-white);color:var(--color-red);font-size:.65rem;font-weight:800}.hh-btn-filters.is-open .hh-filter-count{background:var(--color-red);color:var(--color-white)}.hh-filters{display:flex;flex-wrap:wrap;gap:.75rem 1rem;margin-top:1rem;padding:.9rem 1rem;border:1px solid rgba(255,255,255,.25);border-radius:10px}.hh-filter{display:flex;flex-direction:column;gap:.3rem}.hh-filter-label{font-size:.65rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#ffffffb3}.hh-filter-select{background:transparent;border:2px solid rgba(255,255,255,.5);color:var(--color-white);padding:.4rem .6rem;font-size:.85rem;font-weight:600;border-radius:8px}.hh-filter-select:focus{outline:none;border-color:var(--color-white)}.hh-filter-select option{color:var(--color-red)}.hh-filter-clear{margin-left:auto;align-self:flex-end;background:transparent;border:none;color:#fffc;font-size:.8rem;font-weight:700;text-decoration:underline;text-underline-offset:2px;padding:.4rem 0;cursor:pointer}.hh-filter-clear:hover{color:var(--color-white)}.hh-btn{background:transparent;border:2px solid var(--color-white);color:var(--color-white);padding:.4rem .9rem;font-size:.75rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;border-radius:999px;transition:all .2s ease}.hh-btn:hover:not(:disabled){background:var(--color-white);color:var(--color-red)}.hh-btn:disabled{opacity:.5;cursor:not-allowed}.hh-btn-primary{background:var(--color-white);color:var(--color-red)}.hh-btn-primary:hover:not(:disabled){background:transparent;color:var(--color-white)}.hh-icon-btn{background:transparent;border:2px solid rgba(255,255,255,.5);color:var(--color-white);width:2rem;height:2rem;flex:0 0 auto;font-size:1rem;font-weight:700;border-radius:999px;line-height:1}.hh-icon-btn:hover:not(:disabled){background:var(--color-white);color:var(--color-red)}.hh-icon-btn:disabled{opacity:.35;cursor:not-allowed}.hh-group{display:flex;flex-direction:column;gap:1rem}.hh-group-archived{margin-top:1.5rem}.hh-group-heading{font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#fff9;margin-bottom:.25rem}.hh-card{border:2px solid rgba(255,255,255,.3);border-radius:12px;padding:1rem 1.25rem;display:flex;flex-direction:column;gap:.75rem}.hh-card.is-archived{opacity:.55}.hh-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;flex-wrap:wrap}.hh-card-name{font-size:1.1rem;font-weight:700;color:var(--color-cream);display:flex;align-items:center;gap:.6rem;flex-wrap:wrap}.hh-badge{font-size:.6rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--color-white);border:1px solid rgba(255,255,255,.6);border-radius:999px;padding:.1rem .5rem}.hh-card-meta{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;margin-top:.35rem;font-size:.8rem;font-weight:600;color:#ffffffbf}.hh-code{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.8rem;color:var(--color-white);background:#ffffff1f;padding:.1rem .4rem;border-radius:4px}.hh-card-actions{display:flex;gap:.5rem;flex-wrap:wrap}.hh-card-notes{font-size:.85rem;font-style:italic;color:#ffffffb3}.hh-card-noguests{font-size:.85rem;color:#fff9}.hh-guests{display:flex;flex-direction:column;gap:.4rem;list-style:none}.hh-guest{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;padding:.35rem 0;border-top:1px solid rgba(255,255,255,.12);font-size:.9rem}.hh-guest-name{font-weight:600;color:var(--color-white)}.hh-guest-rsvps{display:flex;gap:1rem;flex-wrap:wrap}.hh-rsvp{display:flex;align-items:center;gap:.35rem;font-size:.75rem}.hh-rsvp-event{color:#fff9;text-transform:uppercase;letter-spacing:.05em}.hh-rsvp-val{font-weight:700}.hh-rsvp-val.is-yes{color:var(--color-cream)}.hh-rsvp-val.is-no{color:#ffffff8c}.hh-rsvp-val.is-none{color:#ffffff73}.hh-error{font-size:.85rem;font-weight:600;color:var(--color-cream)}.hh-form{display:flex;flex-direction:column;gap:1rem;max-width:560px}.hh-form-title{font-size:1.25rem;font-weight:700;color:var(--color-cream)}.hh-field{display:flex;flex-direction:column;gap:.4rem}.hh-field-row{display:flex;gap:1rem;flex-wrap:wrap}.hh-field-row .hh-field{flex:1 1 160px}.hh-field-label{font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#fffc}.hh-input{background:transparent;border:2px solid rgba(255,255,255,.5);color:var(--color-white);padding:.6rem .75rem;font-size:1rem;font-weight:500;border-radius:8px;width:100%}.hh-input:focus{outline:none;border-color:var(--color-white)}.hh-textarea{resize:vertical;font-family:inherit}.hh-input option{color:var(--color-red)}.hh-code-row{display:flex;gap:.5rem;align-items:stretch}.hh-code-row .hh-input{flex:1 1 auto}.hh-code-row .hh-btn{flex:0 0 auto}.hh-guest-editor{display:flex;flex-direction:column;gap:.5rem;list-style:none}.hh-guest-row{display:flex;align-items:center;gap:.4rem}.hh-guest-row .hh-input{flex:1 1 auto}.hh-form-actions{display:flex;gap:.75rem;justify-content:flex-end;margin-top:.5rem}.hh-import{border:2px solid rgba(255,255,255,.4);border-radius:12px;padding:1rem 1.25rem;display:flex;flex-direction:column;gap:.75rem}.hh-import-title{font-size:1rem;font-weight:700;color:var(--color-cream)}.hh-import-errors ul,.hh-import-list{list-style:none;display:flex;flex-direction:column;gap:.35rem;font-size:.85rem}.hh-import-errors{color:var(--color-cream)}.hh-import-preview{font-size:.9rem;color:#ffffffd9}.hh-import-list li{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap;padding:.35rem 0;border-top:1px solid rgba(255,255,255,.12)}.hh-import-hh-name{font-weight:700;color:var(--color-white)}.hh-import-guests{color:#ffffffb3}.hh-import-progress{font-size:.85rem;color:#fffc}.hh-import-actions{display:flex;gap:.75rem;justify-content:flex-end}.dash{display:flex;flex-direction:column;gap:2rem}.dash-status{font-size:.95rem;font-weight:500;color:#fffc;display:flex;flex-direction:column;align-items:flex-start;gap:.75rem}.dash-toolbar{display:flex;justify-content:flex-end}.dash-btn{background:transparent;border:2px solid var(--color-white);color:var(--color-white);padding:.4rem .9rem;font-size:.75rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;border-radius:999px;transition:all .2s ease}.dash-btn:hover:not(:disabled){background:var(--color-white);color:var(--color-red)}.dash-btn:disabled{opacity:.5;cursor:not-allowed}.dash-btn-primary{background:var(--color-white);color:var(--color-red)}.dash-btn-primary:hover:not(:disabled){background:transparent;color:var(--color-white)}.dash-section{display:flex;flex-direction:column;gap:.75rem}.dash-heading{font-size:.8rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#ffffffa6}.dash-subheading{font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#ffffff8c;margin-bottom:.35rem}.dash-intro{font-size:.85rem;color:#ffffffb3;margin-top:-.35rem}.dash-muted{font-size:.9rem;color:#fff9}.dash-cards{display:flex;gap:1rem;flex-wrap:wrap}.dash-card{flex:1 1 200px;border:2px solid rgba(255,255,255,.3);border-radius:12px;padding:1rem 1.25rem}.dash-card-title{font-size:1rem;font-weight:700;color:var(--color-cream);margin-bottom:.75rem}.dash-counts{display:flex;gap:1.25rem}.dash-count{display:flex;flex-direction:column;gap:.2rem}.dash-count dt{font-size:.65rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#fff9}.dash-count dd{font-size:1.6rem;font-weight:700}.dash-count.is-yes dd{color:var(--color-cream)}.dash-count.is-no dd{color:#ffffffbf}.dash-count.is-none dd{color:#ffffff80}.dash-tier-group+.dash-tier-group{margin-top:.75rem;padding-top:.75rem;border-top:1px solid rgba(255,255,255,.2)}.dash-tier-label{font-size:.62rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#ffffffd9;margin-bottom:.45rem}.dash-tier-total{margin-top:.75rem;padding-top:.6rem;border-top:1px solid rgba(255,255,255,.35);display:flex;gap:.6rem;align-items:baseline}.dash-tier-total-label{font-size:.62rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#ffffffbf}.dash-tier-total-value{font-size:1.25rem;font-weight:700;color:var(--color-cream)}.dash-list{display:flex;flex-direction:column;gap:.6rem;list-style:none}.dash-chase{border-top:1px solid rgba(255,255,255,.12);padding-top:.5rem;display:flex;flex-direction:column;gap:.3rem;font-size:.9rem}.dash-chase-name{font-weight:700;color:var(--color-white)}.dash-chase-guests{list-style:none;font-size:.8rem;color:#ffffffbf;display:flex;flex-direction:column;gap:.2rem}.dash-code{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.75rem;color:var(--color-white);background:#ffffff1f;padding:.1rem .4rem;border-radius:4px;align-self:flex-start}.dash-diet-group{margin-bottom:.75rem}.dash-diet{border-top:1px solid rgba(255,255,255,.12);padding-top:.4rem;display:flex;flex-direction:column;gap:.15rem;font-size:.9rem}.dash-diet-who{font-size:.75rem;font-weight:600;color:#fff9}.dash-diet-note{color:var(--color-white)}.dash-edit-card{border:2px solid rgba(255,255,255,.25);border-radius:12px;padding:1rem 1.25rem;margin-bottom:1rem;display:flex;flex-direction:column;gap:.75rem}.dash-edit-name{font-size:1rem;font-weight:700;color:var(--color-cream)}.dash-edit-guests{display:flex;flex-direction:column;gap:1rem;list-style:none}.dash-edit-guest{border-top:1px solid rgba(255,255,255,.12);padding-top:.75rem;display:flex;flex-direction:column;gap:.5rem}.dash-edit-guest-name{font-weight:600;color:var(--color-white)}.dash-edit-events{display:flex;flex-direction:column;gap:.5rem}.dash-edit-event{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.dash-edit-event-label{flex:0 0 8rem;font-size:.7rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:#fff9}.dash-select,.dash-input{background:transparent;border:2px solid rgba(255,255,255,.5);color:var(--color-white);padding:.4rem .6rem;font-size:.9rem;font-weight:500;border-radius:8px}.dash-select{flex:0 0 auto}.dash-input{flex:1 1 12rem}.dash-select:focus,.dash-input:focus{outline:none;border-color:var(--color-white)}.dash-select option{color:var(--color-red)}.dash-edit-actions{display:flex;align-items:center;gap:.75rem}.dash-saved,.dash-error{font-size:.8rem;font-weight:600;color:var(--color-cream)}.admin-gate{min-height:100vh;min-height:100dvh;display:flex;align-items:center;justify-content:center;padding:6rem 1.5rem 2rem}.admin-gate-card{width:100%;max-width:440px}.admin-gate-title{font-size:2.5rem;font-weight:700;letter-spacing:.02em;margin-bottom:.75rem;color:var(--color-cream)}.admin-gate-subtitle{font-size:.9rem;font-weight:600;color:#fffc;margin-bottom:2.5rem}.admin-gate-form{display:flex;flex-direction:column;gap:.75rem}.admin-gate-label{font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--color-white)}.admin-gate-input{background:transparent;border:3px solid var(--color-white);color:var(--color-white);padding:1rem;font-size:1.5rem;font-weight:700;text-align:center;min-height:60px;transition:border-color .2s ease,box-shadow .2s ease}.admin-gate-input:focus{outline:none;border-color:var(--color-cream);box-shadow:0 0 0 1px var(--color-cream)}.admin-gate-input:disabled{opacity:.6;cursor:not-allowed}.admin-gate-error{color:var(--color-cream);font-size:.875rem;font-weight:600;text-align:center;margin-top:.5rem}.admin-gate-submit{background:var(--color-white);border:3px solid var(--color-white);color:var(--color-red);padding:1rem 2rem;font-size:.875rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;transition:all .2s ease;min-height:56px;margin-top:1rem}.admin-gate-submit:hover:not(:disabled){background:transparent;color:var(--color-white)}.admin-gate-submit:disabled{opacity:.6;cursor:not-allowed}.admin-shell{min-height:100vh;min-height:100dvh;max-width:960px;margin:0 auto;padding:2rem 1.5rem 4rem}.admin-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;margin-bottom:2rem}.admin-header-title{font-size:1.5rem;font-weight:700;color:var(--color-cream)}.admin-header-actions{display:flex;align-items:center;gap:1.25rem}.admin-lang{display:flex;align-items:center;gap:.4rem}.admin-lang-btn{background:transparent;border:none;color:#fff9;font-size:.8rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;padding:0}.admin-lang-btn.is-active{color:var(--color-white)}.admin-lang-sep{color:#fff6;font-size:.8rem}.admin-logout{background:transparent;border:2px solid var(--color-white);color:var(--color-white);padding:.5rem 1rem;font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;border-radius:999px;transition:all .2s ease}.admin-logout:hover{background:var(--color-white);color:var(--color-red)}.admin-tabs{display:flex;gap:.5rem;border-bottom:2px solid rgba(255,255,255,.25);margin-bottom:2rem}.admin-tab{background:transparent;border:none;color:#fff9;font-size:.85rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;padding:.75rem .5rem;margin-bottom:-2px;border-bottom:2px solid transparent}.admin-tab.is-active{color:var(--color-white);border-bottom-color:var(--color-white)}.admin-panel{padding:1rem 0}.admin-placeholder{font-size:.95rem;font-weight:500;color:#ffffffbf}@media (min-width: 768px){.admin-gate-title{font-size:3.5rem}}:root{--color-black: #000000;--color-white: #ffffff;--color-cream: #fff5f0;--color-red: #ff2e2e;--color-red-dark: #e02828;--font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif}*{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;min-height:100%;overscroll-behavior:none}body{font-family:var(--font-family);background-color:var(--color-red);color:var(--color-white);min-height:100%;overscroll-behavior:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100%}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer}input,textarea{font-family:inherit}
