.memorial_editor_intro{color:var(--gray-7);margin:0 0 16px}.memorial_editor_form{box-sizing:border-box;max-width:560px;margin:0 auto}html dialog.sheet:has(.memorial_editor_form){width:min(640px,100vw)}html dialog.sheet:has(.memorial_editor_form) .dialog_content{box-sizing:border-box;width:100%;padding:36px 42px}dialog.sheet:has(.memorial_editor_form) .memorial_editor_form{max-width:100%;margin:0}.memorial_editor_toolbar{gap:4px;margin-bottom:6px;display:flex}.memorial_editor_toolbar .btn{min-width:0;padding:3px 10px;font-size:13px}.memorial_style_picker{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;display:grid}.memorial_style_card{border:1px solid var(--gray-3);border-radius:var(--border-radius);background:var(--surface,#fff);cursor:pointer;gap:8px;min-width:0;padding:10px;transition:border-color .12s,box-shadow .12s,background .12s;display:grid;position:relative}.memorial_style_card:hover{border-color:var(--gray-5)}.memorial_style_card:has(input:checked){border-color:var(--blue-8);box-shadow:0 0 0 1px var(--blue-8);background:color-mix(in srgb, var(--blue-0,#f0f7ff) 80%, #fff)}.memorial_style_card:has(input:focus-visible){box-shadow:0 0 0 2px #fff, 0 0 0 4px var(--brand-color4,var(--blue-5))}.memorial_style_card input{opacity:0;cursor:pointer;width:100%;height:100%;margin:0;position:absolute;top:0;bottom:0;left:0;right:0}.memorial_style_preview{border:1px solid var(--gray-2);background:linear-gradient(180deg, var(--gray-0) 0%, #fff 100%);border-radius:6px;height:64px;display:block;position:relative;overflow:hidden}.memorial_style_preview_photo{background:linear-gradient(135deg,#d8e8f6,#f4e8d4);position:absolute;top:0;bottom:0;left:0;right:0}.memorial_style_preview_avatar{border-radius:var(--radius-pill);background:var(--gray-3);border:2px solid #fff;width:24px;height:24px;position:absolute;top:14px;left:50%;transform:translate(-50%)}.memorial_style_preview_line{border-radius:var(--radius-pill);background:var(--gray-4);width:36px;height:4px;position:absolute;bottom:14px;left:50%;transform:translate(-50%)}.memorial_style_preview_line--wide{background:var(--gray-8);width:54px;bottom:22px}.memorial_style_card--classic .memorial_style_preview_photo{display:none}.memorial_style_card--classic .memorial_style_preview_avatar{width:28px;height:28px;top:10px}.memorial_style_card--cover .memorial_style_preview_photo{bottom:30px}.memorial_style_card--cover .memorial_style_preview_avatar{top:23px}.memorial_style_card--gallery .memorial_style_preview_photo{border-radius:4px;top:6px;bottom:28px;left:6px;right:6px}.memorial_style_card--gallery .memorial_style_preview_avatar{display:none}.memorial_style_card--keepsake .memorial_style_preview{background:#f6f0e6}.memorial_style_card--keepsake .memorial_style_preview_photo{border:1px solid #cbb079;border-radius:4px;top:8px;bottom:26px;left:16px;right:16px}.memorial_style_card--keepsake .memorial_style_preview_avatar{display:none}.memorial_style_text{gap:1px;display:grid}.memorial_style_text strong{color:var(--gray-12);font-size:13px;font-weight:650;line-height:1.2}.memorial_style_text small{color:var(--gray-7);font-size:12px;line-height:1.25}.memorial_cover_required_hint{color:var(--red-8)!important}@media (max-width:560px){.memorial_style_picker{grid-template-columns:repeat(2,minmax(0,1fr))}}.memorial_cover_control{align-items:center;gap:12px;display:flex}.memorial_cover_thumb{object-fit:cover;border:1px solid var(--gray-2);border-radius:var(--border-radius);background:var(--gray-0);width:120px;height:90px}.memorial_cover_actions{flex-wrap:wrap;gap:8px;display:flex}.memorial_cover_style_preview{border:1px solid var(--gray-2);border-radius:var(--border-radius);background:var(--gray-0);margin-top:12px;padding:10px}.memorial_cover_style_preview span{color:var(--gray-8);margin-bottom:6px;font-size:12px;font-weight:600;display:block}.memorial_cover_style_preview img{object-fit:cover;background:var(--gray-1);border-radius:6px;width:100%;max-height:180px;display:block}.memorial_cover_style_preview.is-gallery img{aspect-ratio:4/3;max-height:none}.memorial_cover_style_preview.is-keepsake{background:#f6f0e6;border-color:#e3d2b2}.memorial_cover_style_preview.is-keepsake img{aspect-ratio:4/3;border:1px solid #cbb079;max-width:320px;max-height:none;margin:0 auto}@media (max-width:480px){.memorial_cover_control{flex-direction:column;align-items:flex-start}}.memorial_editor_preview_wrap{border:1px solid var(--gray-3);border-radius:var(--border-radius);background:var(--gray-0,#fafafa);margin-top:12px;overflow:hidden}.memorial_editor_preview_label{letter-spacing:.04em;text-transform:uppercase;color:var(--gray-5);background:var(--gray-1,#f4f4f4);border-bottom:1px solid var(--gray-3);padding:4px 12px;font-size:11px;font-weight:600;display:block}.memorial_editor_preview{min-height:48px;padding:16px}.memorial_editor_preview:empty:before{content:"Preview will appear here as you type…";color:var(--gray-5);font-size:13px;font-style:italic}.memorial_featured_preview:empty:before{content:"No photos selected";border:1px dashed var(--gray-3);border-radius:var(--border-radius);color:var(--gray-5);text-align:center;padding:16px;font-size:14px;display:block}.memorial_featured_preview{flex-wrap:wrap;gap:8px;display:flex}.memorial_featured_chip{align-items:center;gap:6px;display:inline-flex;position:relative}.memorial_featured_chip img{object-fit:cover;border-radius:var(--border-radius);width:64px;height:64px}.memorial_featured_chip .remove{border:1px solid var(--gray-3);border-radius:var(--radius-pill);width:20px;height:20px;color:var(--gray-7);cursor:pointer;background:#fff;padding:0;font-size:14px;line-height:1;position:absolute;top:-6px;right:-6px}.memorial_featured_chip .remove:before{content:"×"}.memorial_editor_form .f>small{color:var(--gray-8);margin-top:4px;font-size:12px;display:block}.memorial_feed_status{border:1px solid var(--gray-2);border-radius:var(--border-radius);background:var(--gray-0);color:var(--gray-8);margin:6px 0 0;padding:10px 12px;font-size:13px;line-height:1.45}.memorial_private_warning{align-items:flex-start;gap:8px;display:flex}.memorial_private_warning svg.icon{flex:none;width:18px;height:18px;margin-top:1px}.profile_memorial{width:100%}.memorial_card{box-sizing:border-box;background:var(--surface,#fff);border:1px solid var(--gray-2);border-radius:var(--border-radius);width:100%;overflow:hidden}.memorial_card>*+*{border-top:1px solid var(--gray-2)}.memorial_hero{text-align:center;padding:32px 24px 24px;position:relative}.memorial_hero_portrait .profile_pic{width:104px;height:104px;margin:0 auto 16px}.memorial_hero_portrait .profile_pic .placeholder{font-size:40px}.memorial_hero_eyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--gray-8);align-items:center;gap:6px;margin:0 0 8px;font-size:12px;display:inline-flex}.memorial_hero_eyebrow svg.icon{width:14px;height:14px}.memorial_hero_name{font-family:var(--font-display,"Instrument Serif", Georgia, serif);letter-spacing:0;color:var(--gray-12);margin:0 0 6px;font-size:2.1rem;font-weight:400;line-height:1.15}.memorial_hero_meta{color:var(--gray-7);margin:0;font-size:.95rem}.memorial_hero_meta span+span:before{content:"·";color:var(--gray-4);margin:0 8px}@media (max-width:640px){html dialog.sheet:has(.memorial_editor_form) .dialog_content{padding:24px 18px}.memorial_hero{padding:24px 16px}.memorial_hero_name{font-size:1.6rem}}.memorial_hero_epitaph{font-family:var(--font-heading);color:var(--gray-9);margin:10px 0 0;font-size:1.05rem;font-style:italic}.memorial_hero_cover img{object-fit:cover;width:100%;display:block}.memorial_hero--cover{padding-top:0}.memorial_hero--cover .memorial_hero_cover{margin:0}.memorial_hero--cover .memorial_hero_cover img{border-radius:0;height:240px}.memorial_hero--cover .memorial_hero_portrait .profile_pic{border:4px solid var(--surface,#fff);margin-top:-52px;position:relative}@media (max-width:640px){.memorial_hero--cover .memorial_hero_cover img{height:180px}}.memorial_hero--gallery{padding:24px}.memorial_hero--gallery .memorial_hero_cover img{border-radius:var(--border-radius);height:320px}.memorial_hero_gallery_grid{grid-template-columns:minmax(0,2.2fr) minmax(96px,.8fr);gap:8px;display:grid}.memorial_hero_gallery_grid .memorial_hero_cover img{height:320px}.memorial_hero_gallery_thumbs{gap:8px;display:grid}.memorial_hero_gallery_thumbs img{object-fit:cover;background:var(--gray-1);border-radius:6px;width:100%;height:100%;min-height:0;display:block}@media (max-width:560px){.memorial_hero_gallery_grid{grid-template-columns:1fr}.memorial_hero--gallery .memorial_hero_cover img{height:220px}.memorial_hero_gallery_thumbs{grid-template-columns:repeat(auto-fit,minmax(0,1fr))}.memorial_hero_gallery_thumbs img{height:96px}}.memorial_hero--keepsake{background:#f6f0e6;padding:40px 40px 34px}.memorial_hero--keepsake .memorial_hero_cover{max-width:420px;margin:0 auto 18px}.memorial_hero--keepsake .memorial_hero_cover img{aspect-ratio:4/3;border:1px solid #cbb079;border-radius:8px;height:auto}.memorial_hero--keepsake .memorial_hero_eyebrow{color:#b08d4f}.memorial_keepsake_divider{color:#b08d4f;justify-content:center;align-items:center;gap:8px;max-width:170px;margin:0 auto 12px;display:flex}.memorial_keepsake_divider:before,.memorial_keepsake_divider:after{content:"";opacity:.55;background:currentColor;flex:1;height:1px}.memorial_keepsake_divider span{border:1px solid;border-radius:14px 2px;width:14px;height:8px;transform:rotate(-24deg)}.memorial_hero--keepsake .memorial_hero_name{color:#2c2620}.memorial_hero--keepsake .memorial_hero_meta,.memorial_hero--keepsake .memorial_hero_epitaph{color:#6e6555}@media (max-width:640px){.memorial_hero--keepsake{padding:28px 18px 24px}}.memorial_remembrance{padding:24px}.memorial_remembrance_body{max-width:60ch;font-family:var(--font-heading);color:var(--gray-12);margin:0 auto;font-size:1.12rem;line-height:1.85}.memorial_remembrance_body p{margin:0 0 .9em}.memorial_remembrance_body p:last-child{margin-bottom:0}.memorial_remembrance_heading{font-family:var(--font-heading);color:var(--gray-12);margin:1.2em 0 .4em;font-size:1.25rem;font-weight:700}.memorial_legacy{border:1px solid var(--gray-2);border-radius:var(--border-radius);background:var(--gray-0);color:var(--gray-9);justify-content:space-between;align-items:center;gap:12px;margin:20px 24px;padding:14px 16px;font-size:.95rem;text-decoration:none;display:flex}.memorial_legacy:hover{border-color:var(--gray-3)}.memorial_legacy_text{overflow-wrap:anywhere;min-width:0}.memorial_legacy_link{color:var(--blue-8);white-space:nowrap;align-items:center;gap:4px;display:inline-flex}.memorial_legacy_link svg.icon{width:15px;height:15px}@media (max-width:640px){.memorial_legacy{flex-direction:column;align-items:flex-start;gap:6px;margin:16px}}.memorial_photos h3,.memorial_tributes h3{font-family:var(--font-heading);color:var(--gray-12);margin:0 0 14px;font-size:1.25rem;font-weight:700}.memorial_photos{padding:24px}.memorial_photos .items{grid-template-columns:repeat(4,1fr);gap:8px;display:grid}.memorial_photos .items a{aspect-ratio:1;border-radius:var(--border-radius);display:block;overflow:hidden}.memorial_photos .items img{object-fit:cover;width:100%;height:100%;transition:opacity .15s}.memorial_photos .items a:hover img{opacity:.9}@media (max-width:640px){.memorial_photos .items{grid-template-columns:repeat(2,1fr)}}.memorial_tributes{padding:24px}.memorial_tribute_list{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.memorial_tribute{border-radius:var(--radius-lg);gap:12px;padding:14px;display:flex}.memorial_tribute--pinned{background:var(--gray-0);border:1px solid var(--gray-2)}.memorial_tribute--hidden{opacity:.55}.memorial_tribute_avatar .profile_pic{flex:none;width:36px;height:36px}.memorial_tribute_main{flex:1;min-width:0}.memorial_tribute_head{flex-wrap:wrap;align-items:center;gap:4px 8px;display:flex}.memorial_tribute_author{color:var(--gray-12);font-weight:600;text-decoration:none}.memorial_tribute_author:hover{text-decoration:underline}.memorial_tribute_pin{color:var(--gray-8);align-items:center;gap:4px;font-size:11px;display:inline-flex}.memorial_tribute_pin svg.icon{width:12px;height:12px}.memorial_tribute_status{color:var(--gray-5);align-items:center;gap:4px;font-size:12px;display:inline-flex}.memorial_tribute_time{color:var(--gray-5);font-size:13px}.memorial_tribute_menu_btn{margin-left:auto}.dropdown .memorial_tribute_remove{color:var(--red-8)}.dropdown .memorial_tribute_remove:hover{--bg-color:var(--red-0)}.memorial_tribute_body{color:var(--gray-11);margin-top:6px;font-size:.95rem;line-height:1.6}.memorial_no_tributes{color:var(--gray-7);margin:0 0 8px;font-size:1rem}.memorial_tribute_composer{margin-top:20px}.memorial_tribute_composer textarea{box-sizing:border-box;width:100%}.memorial_tribute_toolbar{flex-wrap:wrap;align-items:center;gap:12px;margin-top:8px;display:flex}.field_error_message[data-tribute-error]{flex:1}.memorial_signin_prompt{color:var(--gray-7);margin-top:16px;font-size:14px}.memorial_hero_edit{position:absolute;top:16px;right:16px}@media (max-width:640px){.memorial_remembrance,.memorial_photos,.memorial_tributes{padding:20px 16px}.memorial_hero_edit{margin:0 auto 12px;display:inline-flex;position:static}}
