body{margin:0;background:var(--theme-surface, #f5f0eb)}.public-event.svelte-1fd9htq{min-height:100vh;display:flex;justify-content:center;align-items:flex-start;padding:2rem 1rem;font-family:var(--theme-font-body);color:var(--theme-text);background:var(--theme-surface);position:relative}.page-bg-wallpaper.svelte-1fd9htq{position:fixed;inset:0;background-image:var(--bg-image);background-size:cover;background-position:center;background-repeat:no-repeat;opacity:var(--bg-opacity, .15);pointer-events:none;z-index:0}.page-bg-tint.svelte-1fd9htq{position:fixed;inset:0;background:var(--theme-surface);opacity:var(--tint-opacity, .7);pointer-events:none;z-index:0}.event-card.svelte-1fd9htq{position:relative;z-index:1;max-width:600px;width:100%;background:var(--theme-bg);display:flex;flex-direction:column;align-items:center;padding:20px;min-height:0}.hero.svelte-1fd9htq{width:100%;text-align:center;padding:3rem 2rem 2.5rem}.event-type.svelte-1fd9htq{font-size:.8rem;letter-spacing:.25em;text-transform:uppercase;color:var(--theme-text-muted);margin:0 0 1rem;font-family:var(--theme-font-body)}h1.svelte-1fd9htq{font-size:3rem;font-weight:var(--theme-heading-weight);text-transform:var(--theme-heading-transform);margin:0;color:var(--theme-text);line-height:1.2;font-family:var(--theme-font-heading)}.divider.svelte-1fd9htq{display:flex;align-items:center;justify-content:center;gap:10px;margin:2rem auto 0}.dot.svelte-1fd9htq{width:5px;height:5px;border-radius:50%;background:var(--theme-accent)}.line.svelte-1fd9htq{width:60px;height:1px;background:linear-gradient(to right,transparent,var(--theme-accent),transparent)}.diamond.svelte-1fd9htq{width:8px;height:8px;background:var(--theme-accent);transform:rotate(45deg)}.details.svelte-1fd9htq{max-width:600px;width:100%;padding:2.5rem 2rem;display:flex;flex-direction:column;gap:2rem}.detail-item.svelte-1fd9htq{text-align:center}.detail-label.svelte-1fd9htq{display:block;font-size:.75rem;letter-spacing:.2em;text-transform:uppercase;color:var(--theme-text-muted);margin-bottom:.4rem}.detail-value.svelte-1fd9htq{display:block;font-size:1.15rem;color:var(--theme-text)}.date.svelte-1fd9htq{font-style:italic}.address.svelte-1fd9htq{font-size:.95rem;color:var(--theme-text-muted)}.venue-link.svelte-1fd9htq{color:var(--theme-text);text-decoration:none;transition:color .15s}.venue-link.svelte-1fd9htq:hover{color:var(--theme-accent);text-decoration:underline;text-underline-offset:3px}.maps-link.svelte-1fd9htq{color:var(--theme-accent);text-decoration:none;transition:color .15s}.maps-link.svelte-1fd9htq:hover{color:var(--theme-text);text-decoration:underline}.notes.svelte-1fd9htq{font-size:.85rem;color:var(--theme-text-muted);font-style:italic;margin-top:.25rem;white-space:pre-line}.description.svelte-1fd9htq{text-align:center;border-top:1px solid var(--theme-divider);padding-top:2rem}.description.svelte-1fd9htq p:where(.svelte-1fd9htq){font-size:1.05rem;line-height:1.8;color:var(--theme-text-muted);margin:0;white-space:pre-line}.photo-gallery.svelte-1fd9htq{max-width:700px;width:100%;padding:0 2rem 2rem}.gallery-title.svelte-1fd9htq{font-size:.8rem;letter-spacing:.2em;text-transform:uppercase;color:var(--theme-text-muted);text-align:center;margin:0 0 1.5rem;font-family:var(--theme-font-body);font-weight:400}.photo-grid.svelte-1fd9htq{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:.5rem}.photo-item.svelte-1fd9htq{aspect-ratio:1;overflow:hidden;border-radius:4px}.photo-item.svelte-1fd9htq img:where(.svelte-1fd9htq){width:100%;height:100%;object-fit:cover;display:block}.completed-notice.svelte-1fd9htq{max-width:600px;width:100%;text-align:center;padding:1rem 2rem;margin-top:1rem}.completed-notice.svelte-1fd9htq p:where(.svelte-1fd9htq){font-size:.9rem;color:var(--theme-text-muted);font-style:italic;margin:0 0 .75rem}.scrapbook-link.svelte-1fd9htq{display:inline-block;padding:.5rem 1.25rem;background:var(--theme-accent);color:var(--theme-surface, #fff);border-radius:6px;text-decoration:none;font-size:.85rem;font-weight:500}.feature-links.svelte-1fd9htq{display:flex;gap:1rem;justify-content:center;padding:0 2rem 2rem;max-width:600px;width:100%}.guest-messages-section.svelte-1fd9htq{max-width:600px;width:100%;padding:0 2rem 2rem;text-align:center}.guest-messages-list.svelte-1fd9htq{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.guest-msg.svelte-1fd9htq{background:color-mix(in srgb,var(--theme-surface) 60%,transparent);border:1px solid color-mix(in srgb,var(--theme-accent) 15%,transparent);border-radius:10px;padding:1rem 1.25rem;text-align:left}.guest-msg-text.svelte-1fd9htq{font-size:.9rem;line-height:1.65;color:var(--theme-text);margin:0 0 .4rem;white-space:pre-line}.guest-msg-author.svelte-1fd9htq{font-size:.78rem;color:var(--theme-muted);font-style:italic}.message-section.svelte-1fd9htq{max-width:600px;width:100%;padding:0 2rem 2rem;text-align:center}.section-label.svelte-1fd9htq{font-size:.8rem;letter-spacing:.2em;text-transform:uppercase;color:var(--theme-text-muted);margin:0 0 1rem;font-family:var(--theme-font-body);font-weight:400}.message-input.svelte-1fd9htq{width:100%;padding:.75rem;border:1px solid var(--theme-divider);border-radius:6px;font-size:.9rem;font-family:var(--theme-font-body);color:var(--theme-text);background:var(--theme-surface);resize:vertical;box-sizing:border-box}.message-input.svelte-1fd9htq:focus{outline:none;border-color:var(--theme-accent)}.message-input.svelte-1fd9htq::placeholder{color:var(--theme-text-muted);opacity:.6}.message-footer.svelte-1fd9htq{display:flex;justify-content:space-between;align-items:center;margin-top:.5rem}.char-count.svelte-1fd9htq{font-size:.75rem;color:var(--theme-text-muted)}.btn-send-message.svelte-1fd9htq{padding:.5rem 1.2rem;background:var(--theme-accent);color:#fff;border:none;border-radius:6px;font-size:.85rem;font-family:var(--theme-font-body);cursor:pointer;transition:opacity .2s}.btn-send-message.svelte-1fd9htq:hover:not(:disabled){opacity:.85}.btn-send-message.svelte-1fd9htq:disabled{opacity:.5;cursor:not-allowed}.message-saved.svelte-1fd9htq{font-size:.9rem;color:var(--theme-text-muted);font-style:italic;margin:0 0 .5rem}.btn-edit-message.svelte-1fd9htq{padding:.4rem 1rem;background:none;color:var(--theme-accent);border:1px solid var(--theme-accent);border-radius:6px;font-size:.8rem;font-family:var(--theme-font-body);cursor:pointer;transition:all .15s}.btn-edit-message.svelte-1fd9htq:hover{background:var(--theme-accent);color:#fff}.message-error.svelte-1fd9htq{font-size:.82rem;color:#991b1b;margin:.5rem 0 0}.feature-link.svelte-1fd9htq{display:inline-block;margin-top:.5rem;padding:.6rem 1.5rem;background:var(--theme-accent);color:#fff;text-decoration:none;border-radius:6px;font-size:.9rem;letter-spacing:.05em;transition:opacity .2s}.feature-link.svelte-1fd9htq:hover{opacity:.85}@media(max-width:600px){.public-event.svelte-1fd9htq{padding:.5rem}.event-card.svelte-1fd9htq{padding:16px 12px;max-width:100%}h1.svelte-1fd9htq{font-size:2rem}.hero.svelte-1fd9htq{padding:3rem 1.5rem 2rem}.details.svelte-1fd9htq{padding:2rem 1.5rem}.feature-links.svelte-1fd9htq{padding:0 1.5rem 2rem}}
