:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--ef-color-background:#f5f5f7;--ef-color-stage:#e9ebef;--ef-color-surface:#fff;--ef-color-surface-subtle:#f1f3f7;--ef-color-text:#1f2023;--ef-color-text-muted:#696c73;--ef-color-text-subtle:#9699a0;--ef-color-border:#e2e4e8;--ef-color-accent:#a74755;--ef-color-accent-soft:#f6ecee;--ef-color-accent-ink:#87323f;--ef-color-danger:#b3473f;--ef-color-danger-soft:#fff2f0;--ef-color-success:#2f6a4f;--ef-color-success-soft:#edf7f1;--ef-color-info:#315f78;--ef-color-info-soft:#edf5f8;--ef-color-focus:#913a48;--ef-font-sans:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--ef-font-serif:Georgia, "Iowan Old Style", "Palatino Linotype", "Book Antiqua", "Times New Roman", serif;--ef-font-size-xs:.75rem;--ef-font-size-sm:.875rem;--ef-font-size-md:1rem;--ef-font-size-lg:1.125rem;--ef-font-size-xl:clamp(1.375rem, 1.15rem + .8vw, 1.75rem);--ef-line-tight:1.25;--ef-line-body:1.6;--ef-weight-medium:550;--ef-weight-semibold:650;--ef-space-1:.25rem;--ef-space-2:.5rem;--ef-space-3:.75rem;--ef-space-4:1rem;--ef-space-5:1.25rem;--ef-space-6:1.5rem;--ef-space-8:2rem;--ef-space-10:2.5rem;--ef-space-12:3rem;--ef-radius-sm:.75rem;--ef-radius-md:1rem;--ef-radius-lg:1.5rem;--ef-radius-round:999px;--ef-shadow-1:0 8px 22px #1c1f2a12;--ef-shadow-2:0 18px 44px #1c1f2a1c;--ef-control-min:2.75rem;--ef-content-max:45rem;--ef-page-max:75rem;--ef-breakpoint-wide:48rem;--ef-motion-fast:.12s;--ef-motion-base:.18s;--ef-ease-standard:cubic-bezier(.2, 0, 0, 1);--ef-safe-bottom:env(safe-area-inset-bottom,0px)}@media (prefers-reduced-motion:reduce){:root{--ef-motion-fast:1ms;--ef-motion-base:1ms}}
*,:before,:after{box-sizing:border-box}.ef-page{min-height:100dvh;color:var(--ef-color-text);background:var(--ef-color-background);font-family:var(--ef-font-sans);font-size:var(--ef-font-size-md);line-height:var(--ef-line-body)}.ef-content{width:min(100%, var(--ef-content-max));padding:var(--ef-space-5) var(--ef-space-4) calc(5.5rem + var(--ef-safe-bottom));margin-inline:auto}.ef-stack{gap:var(--ef-space-4);flex-direction:column;display:flex}.ef-sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.ef-button,.ef-icon-button,.ef-navigation__item,.ef-toast__dismiss{-webkit-tap-highlight-color:transparent;font:inherit}.ef-button{min-height:var(--ef-control-min);justify-content:center;align-items:center;gap:var(--ef-space-2);padding:var(--ef-space-2) var(--ef-space-4);border-radius:var(--ef-radius-md);font-size:var(--ef-font-size-sm);font-weight:var(--ef-weight-semibold);line-height:var(--ef-line-tight);cursor:pointer;transition:background-color var(--ef-motion-fast) var(--ef-ease-standard), border-color var(--ef-motion-fast) var(--ef-ease-standard), transform var(--ef-motion-fast) var(--ef-ease-standard);border:1px solid #0000;display:inline-flex}.ef-button:hover:not(:disabled){filter:brightness(.97)}.ef-button:active:not(:disabled){filter:brightness(.94);transform:translateY(1px)}.ef-button:focus-visible,.ef-icon-button:focus-visible,.ef-navigation__item:focus-visible,.ef-control:focus-visible,.ef-toast__dismiss:focus-visible{outline:3px solid color-mix(in srgb, var(--ef-color-focus) 35%, transparent);outline-offset:2px}.ef-button:disabled,.ef-icon-button:disabled{cursor:not-allowed;opacity:.48}.ef-button--primary{color:#fffdf8;background:var(--ef-color-accent)}.ef-button--secondary{color:var(--ef-color-text);background:var(--ef-color-surface-subtle)}.ef-button--ghost{color:var(--ef-color-text);border-color:var(--ef-color-border);background:0 0}.ef-button--danger{color:var(--ef-color-danger);background:var(--ef-color-danger-soft)}.ef-button--full{width:100%}.ef-button__icon{place-items:center;display:inline-grid}.ef-icon-button{width:var(--ef-control-min);height:var(--ef-control-min);color:inherit;cursor:pointer;transition:background-color var(--ef-motion-fast) var(--ef-ease-standard), transform var(--ef-motion-fast) var(--ef-ease-standard);background:0 0;border:0;border-radius:50%;place-items:center;padding:0;display:inline-grid}.ef-icon-button:hover:not(:disabled){background:#1717170f}.ef-icon-button:active:not(:disabled){background:#1717171a;transform:scale(.97)}.ef-icon-button--surface{background:var(--ef-color-surface);box-shadow:var(--ef-shadow-1)}.ef-spinner{border:2px solid;border-right-color:#0000;border-radius:50%;flex:none;width:1rem;height:1rem;animation:.7s linear infinite ef-spin}.ef-spinner--large{width:1.75rem;height:1.75rem}@keyframes ef-spin{to{transform:rotate(360deg)}}.ef-field{gap:var(--ef-space-2);display:grid}.ef-field__label{color:var(--ef-color-text-muted);font-size:var(--ef-font-size-sm);font-weight:var(--ef-weight-medium)}.ef-control{width:100%;min-height:var(--ef-control-min);color:var(--ef-color-text);background:var(--ef-color-surface);border:1px solid var(--ef-color-border);border-radius:var(--ef-radius-sm);font:inherit;font-size:var(--ef-font-size-md);transition:border-color var(--ef-motion-fast) var(--ef-ease-standard), box-shadow var(--ef-motion-fast) var(--ef-ease-standard);padding:.65rem .75rem;line-height:1.4}.ef-control:hover:not(:disabled){border-color:color-mix(in srgb, var(--ef-color-text-muted) 45%, var(--ef-color-border))}.ef-control:focus{border-color:var(--ef-color-focus);box-shadow:0 0 0 3px color-mix(in srgb, var(--ef-color-accent) 22%, transparent);outline:0}.ef-control:disabled{color:var(--ef-color-text-subtle);background:var(--ef-color-surface-subtle);cursor:not-allowed}.ef-control[aria-invalid=true]{border-color:var(--ef-color-danger)}.ef-control[aria-invalid=true]:focus{box-shadow:0 0 0 3px color-mix(in srgb, var(--ef-color-danger) 16%, transparent)}.ef-textarea{resize:vertical;min-height:8.25rem}.ef-select{appearance:auto}.ef-field__hint,.ef-field__message{font-size:var(--ef-font-size-xs);margin:0;line-height:1.5}.ef-field__hint{color:var(--ef-color-text-subtle)}.ef-field__message{color:var(--ef-color-danger)}.ef-header{z-index:20;grid-template-columns:minmax(var(--ef-control-min), 1fr) minmax(0, auto) minmax(var(--ef-control-min), 1fr);min-height:4rem;padding:var(--ef-space-2) var(--ef-space-4);background:color-mix(in srgb, var(--ef-color-background) 90%, transparent);border-bottom:1px solid color-mix(in srgb, var(--ef-color-border) 75%, transparent);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);align-items:center;display:grid;position:sticky;inset-block-start:0}.ef-header__leading{justify-self:start;display:flex}.ef-header__title{min-width:0;font-size:var(--ef-font-size-md);font-weight:var(--ef-weight-semibold);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.ef-header__actions{justify-self:end;align-items:center;gap:var(--ef-space-1);display:flex}.ef-navigation{z-index:30;min-height:calc(4.75rem + var(--ef-safe-bottom));padding:var(--ef-space-1) var(--ef-space-2) calc(var(--ef-space-2) + var(--ef-safe-bottom));background:color-mix(in srgb, var(--ef-color-surface) 96%, transparent);border-top:1px solid var(--ef-color-border);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);grid-auto-columns:1fr;grid-auto-flow:column;display:grid;position:fixed;inset-block-end:0;inset-inline:0}.ef-navigation__item{min-width:var(--ef-control-min);min-height:var(--ef-control-min);color:var(--ef-color-text-muted);border-radius:var(--ef-radius-sm);font-size:var(--ef-font-size-xs);flex-direction:column;justify-content:center;align-items:center;gap:.15rem;line-height:1.2;text-decoration:none;display:flex;position:relative}.ef-navigation__item:hover{color:var(--ef-color-text);background:#1717170a}.ef-navigation__item:active{background:#17171712}.ef-navigation__item--active{color:var(--ef-color-accent-ink);font-weight:var(--ef-weight-semibold)}.ef-navigation__icon{place-items:center;width:1.5rem;height:1.5rem;display:grid}.ef-navigation__icon>svg{width:1.35rem;height:1.35rem}.ef-navigation__badge{background:var(--ef-color-accent);border-radius:50%;width:.375rem;height:.375rem;position:absolute;inset-block-start:.25rem;inset-inline-start:calc(50% + .55rem)}.ef-avatar{border-radius:50%;flex:none;place-items:center;font-weight:700;line-height:1;display:inline-grid;overflow:hidden}.ef-avatar img{object-fit:cover;width:100%;height:100%}.ef-avatar--small{width:1.75rem;height:1.75rem;font-size:.625rem}.ef-avatar--medium{width:2.5rem;height:2.5rem;font-size:var(--ef-font-size-xs)}.ef-avatar--large{width:3.5rem;height:3.5rem;font-size:var(--ef-font-size-md)}.ef-avatar--warm{color:#594430;background:#ead6bc}.ef-avatar--slate{color:#284151;background:#d7e1e7}.ef-avatar--dark{color:#fff;background:#333}.ef-alert,.ef-toast{padding:var(--ef-space-3) var(--ef-space-4);border-radius:var(--ef-radius-sm);font-size:var(--ef-font-size-sm);border:1px solid #0000;line-height:1.5}.ef-alert{gap:var(--ef-space-1);display:grid}.ef-alert--info,.ef-toast--info{color:var(--ef-color-info);background:var(--ef-color-info-soft)}.ef-alert--success,.ef-toast--success{color:var(--ef-color-success);background:var(--ef-color-success-soft)}.ef-alert--warning,.ef-toast--warning{color:var(--ef-color-accent-ink);background:var(--ef-color-accent-soft)}.ef-alert--danger,.ef-toast--danger{color:var(--ef-color-danger);background:var(--ef-color-danger-soft)}.ef-toast{width:min(100vw - 2rem,28rem);z-index:50;column-gap:var(--ef-space-3);box-shadow:var(--ef-shadow-2);grid-template-columns:minmax(0,1fr) auto;display:grid;position:fixed;inset-block-end:calc(5.5rem + var(--ef-safe-bottom));inset-inline-start:50%;transform:translate(-50%)}.ef-toast>strong{grid-column:1}.ef-toast__dismiss{width:var(--ef-control-min);height:var(--ef-control-min);color:currentColor;cursor:pointer;background:0 0;border:0;border-radius:50%;grid-area:1/2/span 2;align-self:center;font-size:1.4rem}.ef-toast__dismiss:hover{background:#1717170f}.ef-state{justify-content:center;align-items:center;gap:var(--ef-space-3);min-height:14rem;padding:var(--ef-space-8);color:var(--ef-color-text-muted);text-align:center;flex-direction:column;display:flex}.ef-state h2{color:var(--ef-color-text);font-size:var(--ef-font-size-lg);line-height:var(--ef-line-tight);margin:0}.ef-state p{max-width:30rem;margin:0}.ef-surface{padding:var(--ef-space-4);background:var(--ef-color-surface);border:1px solid var(--ef-color-border);border-radius:var(--ef-radius-lg)}.ef-surface--elevated{box-shadow:var(--ef-shadow-2)}.ef-list{border-block-start:1px solid var(--ef-color-border);margin:0;padding:0;list-style:none}.ef-list-item{min-height:var(--ef-control-min);align-items:center;gap:var(--ef-space-3);padding-block:var(--ef-space-3);border-block-end:1px solid var(--ef-color-border);grid-template-columns:auto minmax(0,1fr) auto;display:grid}.ef-list-item__leading,.ef-list-item__trailing{align-items:center;display:flex}.ef-list-item__title{color:var(--ef-color-text);font-size:var(--ef-font-size-sm);font-weight:var(--ef-weight-medium)}.ef-list-item__description{color:var(--ef-color-text-muted);font-size:var(--ef-font-size-xs);margin-block-start:var(--ef-space-1);line-height:1.5}@media (min-width:48rem){.ef-content{padding:var(--ef-space-8) var(--ef-space-6)}.ef-navigation{width:var(--ef-page-max);max-width:calc(100% - 2rem);min-height:3.75rem;padding:var(--ef-space-2);border:0;border-bottom:1px solid var(--ef-color-border);grid-auto-columns:minmax(7rem,auto);justify-content:end;margin-inline:auto;position:sticky;inset-block:0 auto;inset-inline:auto}.ef-navigation__item{gap:var(--ef-space-2);padding-inline:var(--ef-space-3);flex-direction:row}.ef-navigation__badge{inset-block-start:.45rem;inset-inline-start:1.75rem}.ef-toast{inset-block-end:var(--ef-space-6)}}@media (forced-colors:active){.ef-button,.ef-icon-button,.ef-control,.ef-surface,.ef-alert,.ef-toast{border:1px solid canvastext}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:1ms!important;animation-duration:1ms!important;animation-iteration-count:1!important}}
html{background:var(--ef-color-background);color:var(--ef-color-text)}.guest-home-heading h1{letter-spacing:-.04em;font-size:clamp(1.6rem,7vw,2.1rem);line-height:1.08}.guest-unified-entry{align-items:center;gap:var(--ef-space-3);width:100%;margin-top:var(--ef-space-3);color:var(--ef-color-text);border:1px solid var(--ef-color-border);font:inherit;text-align:left;cursor:pointer;background:#fff;border-radius:1.15rem;grid-template-columns:auto minmax(0,1fr) auto;padding:1rem;display:grid;box-shadow:0 7px 22px #1c1f2a0f}.guest-unified-entry>span{color:#fff;text-align:center;background:#777d8a;border-radius:.75rem;min-width:3.35rem;padding:.55rem .5rem;font-size:.65rem;font-weight:750}.guest-unified-entry strong{font-size:.78rem;font-weight:720;display:block}.guest-unified-entry p{color:var(--ef-color-text-muted);margin:.25rem 0 0;font-size:.68rem;line-height:1.45}.guest-unified-entry em{color:var(--ef-color-accent);font-size:1.1rem;font-style:normal}.guest-create{padding-bottom:2rem}.guest-create h1{letter-spacing:-.04em;max-width:18ch;margin:.3rem 0 .55rem;font-size:clamp(1.6rem,7vw,2.15rem);line-height:1.08}.guest-create>header>p:last-child{max-width:35rem;color:var(--ef-color-text-muted);margin:0;font-size:.78rem;line-height:1.6}.guest-create-progress{grid-template-columns:repeat(3,minmax(0,1fr));gap:0;margin:0 0 1.25rem;padding:0;list-style:none;display:grid}.guest-create-progress li{color:#9699a2;align-items:center;gap:.4rem;min-width:0;font-size:.66rem;font-weight:620;display:flex;position:relative}.guest-create-progress li:not(:last-child):after{content:"";background:#dde0e7;height:1px;position:absolute;left:4.4rem;right:.45rem}.guest-create-progress span{background:#fff;border:1px solid #d9dce4;border-radius:50%;flex:none;place-items:center;width:1.45rem;height:1.45rem;font-size:.58rem;display:grid}.guest-create-progress li[aria-current=step]{color:var(--ef-color-text)}.guest-create-progress li[aria-current=step] span{color:#fff;background:#8f4652;border-color:#8f4652}.guest-create-panel{border:1px solid var(--ef-color-border);background:#fff;border-radius:1.35rem;padding:1.15rem;box-shadow:0 10px 30px #1c1f2a0f}.guest-create-panel__heading{border-bottom:1px solid #eceef2;grid-template-columns:auto minmax(0,1fr);align-items:start;gap:.8rem;padding-bottom:1rem;display:grid}.guest-create-panel__heading>span{color:#9a5a65;font-family:var(--ef-font-serif);padding-top:.16rem;font-size:.72rem}.guest-create-panel h2{letter-spacing:-.025em;margin:0;font-size:1rem;font-weight:720}.guest-create-panel__heading p{color:var(--ef-color-text-muted);margin:.25rem 0 0;font-size:.7rem;line-height:1.5}.guest-create-panel>label{color:#626672;margin:1rem 0 .4rem;font-size:.69rem;font-weight:680;display:block}.guest-create-panel input,.guest-create-panel textarea{box-sizing:border-box;width:100%;color:var(--ef-color-text);font:inherit;background:#fafbfc;border:1px solid #dfe2e8;border-radius:.9rem;outline:0;padding:.85rem .9rem;font-size:.78rem;transition:border-color .16s,box-shadow .16s,background .16s}.guest-create-panel textarea{resize:vertical;min-height:7.5rem;line-height:1.65}.guest-create-panel input:focus,.guest-create-panel textarea:focus{background:#fff;border-color:#b66d79;box-shadow:0 0 0 3px #a6405117}.guest-create-guidance{color:#9295a0;margin:.55rem 0 0;font-size:.64rem}.guest-create-actions{justify-content:flex-end;gap:.65rem;margin-top:1.1rem;display:flex}.guest-create-actions button{color:#626672;min-height:2.65rem;font:inherit;cursor:pointer;background:#fff;border:1px solid #dfe2e8;border-radius:.85rem;padding:0 1rem;font-size:.72rem;font-weight:680}.guest-create-actions .guest-create-primary{color:#fff;background:#8f4652;border-color:#8f4652;box-shadow:0 7px 18px #87323f24}.guest-create-actions button:disabled{color:#a8aab1;box-shadow:none;cursor:not-allowed;background:#edeef1;border-color:#e6e7eb}.guest-source-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem;margin-top:1rem;display:grid}.guest-source-grid button{min-width:0;color:var(--ef-color-text);font:inherit;text-align:left;cursor:pointer;background:#fbfbfc;border:1px solid #e3e5ea;border-radius:.95rem;grid-template-columns:auto minmax(0,1fr);gap:.65rem;padding:.8rem;display:grid;position:relative}.guest-source-grid button>span{color:#7b6470;background:#f1e9eb;border-radius:.55rem;place-items:center;width:1.85rem;height:1.85rem;font-size:.62rem;font-weight:740;display:grid}.guest-source-grid strong{font-size:.72rem;font-weight:700;display:block}.guest-source-grid p{color:var(--ef-color-text-muted);margin:.18rem 0 0;padding-right:2.8rem;font-size:.61rem;line-height:1.4}.guest-source-grid em{color:#888c96;font-size:.56rem;font-style:normal;position:absolute;top:.8rem;right:.7rem}.guest-source-grid button[aria-pressed=true]{background:#fff8f9;border-color:#b96f7b;box-shadow:0 5px 14px #87323f12}.guest-source-grid button[aria-pressed=true] em{color:#8f4652}.guest-source-grid button:disabled{color:#9497a0;cursor:not-allowed;background:#f5f5f6;border-style:dashed}.guest-source-grid button:disabled>span{color:#9497a0;background:#e9eaed}.guest-create-boundary{color:#636773;background:#f0f2f6;border-radius:.8rem;margin-top:.8rem;padding:.75rem .85rem}.guest-create-boundary strong{font-size:.65rem;display:block}.guest-create-boundary p{margin:.2rem 0 0;font-size:.61rem;line-height:1.5}.guest-layout-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.65rem;margin-top:1rem;display:grid}.guest-layout-grid button{min-width:0;color:var(--ef-color-text);font:inherit;text-align:left;cursor:pointer;background:#fff;border:1px solid #e1e3e8;border-radius:.9rem;padding:.8rem}.guest-layout-grid button>span{background-color:#0000;background-image:linear-gradient(90deg,#d7d9df 38%,#0000 38%),linear-gradient(90deg,#eceef2 72%,#0000 72%),linear-gradient(90deg,#eceef2 54%,#0000 54%);background-position:0 0,0,0 100%;background-repeat:no-repeat;background-size:100% 28%,100% 16%,100% 16%;background-attachment:scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box;border-radius:.55rem;height:2.75rem;margin-bottom:.65rem;display:block}.guest-layout-grid button:nth-child(2)>span{background:linear-gradient(90deg,#d7d9df 48%,#0000 48% 52%,#e7e9ed 52%)}.guest-layout-grid button:nth-child(3)>span{background:radial-gradient(circle at 8% 18%,#9f727a 0 .18rem,#0000 .2rem),linear-gradient(90deg,#0000 7%,#dfe1e6 7% 8%,#0000 8%),linear-gradient(90deg,#0000 16%,#e7e9ed 16% 80%,#0000 80%)}.guest-layout-grid strong{font-size:.72rem;display:block}.guest-layout-grid p{color:var(--ef-color-text-muted);margin:.2rem 0 0;font-size:.59rem;line-height:1.4}.guest-layout-grid button[aria-pressed=true]{background:#fff8f9;border-color:#b96f7b;box-shadow:0 5px 14px #87323f12}.guest-create-review{background:#f5f5f7;border-radius:.9rem;margin-top:.9rem;padding:.9rem}.guest-create-review>span,.guest-create-review small{color:#8b8e97;font-size:.6rem;display:block}.guest-create-review strong{margin-top:.35rem;font-size:.84rem;display:block}.guest-create-review p{color:var(--ef-color-text-muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:.3rem 0 .55rem;font-size:.67rem;line-height:1.5;display:-webkit-box;overflow:hidden}.creator-capabilities{border:1px solid var(--ef-color-border);background:#fff;border-radius:1rem;padding:1rem}.creator-capabilities h2{margin:.2rem 0 0;font-size:1rem}.creator-capabilities ul{grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem;margin:1rem 0;padding:0;list-style:none;display:grid}.creator-capabilities li{background:#f4f5f7;border-radius:.7rem;padding:.65rem}.creator-capabilities li strong,.creator-capabilities li span{display:block}.creator-capabilities li strong{font-size:.75rem}.creator-capabilities li span{color:#6f7581;margin-top:.2rem;font-size:.625rem}.creator-capabilities li.is-planned{color:#8f939c;background:#f1f1f2}@media (max-width:767px){.guest-home-heading h1,.guest-create h1{max-width:none;font-size:1.375rem;line-height:1.12}.guest-create>header{padding-bottom:1rem}.guest-create-progress li{font-size:.61rem}.guest-create-progress li:last-child{justify-self:end}.guest-create-progress li{justify-items:start;gap:.25rem;display:grid}.guest-create-progress li:not(:last-child):after{top:.72rem;left:2rem;right:.45rem}.guest-source-grid,.guest-layout-grid{grid-template-columns:1fr}.guest-layout-grid button{grid-template-columns:4.5rem minmax(0,1fr);column-gap:.7rem;display:grid}.guest-layout-grid button>span{grid-row:1/span 2;margin:0}.creator-welcome h1{font-size:clamp(1.65rem,7vw,2rem)}.creator-capabilities ul{grid-template-columns:repeat(2,minmax(0,1fr))}}.guest-composition-materials{letter-spacing:.02em;color:#8a8d96!important;margin-top:.7rem!important;font-size:.625rem!important}.guest-story-opening blockquote{margin-top:0}.guest-composition--album .guest-composition-hero{text-align:center}.guest-composition--album .guest-composition-hero .guest-detail-art{border-radius:1.5rem 1.5rem .45rem .45rem;min-height:22rem}.guest-composition--album .guest-composition-title{max-width:30rem;margin-inline:auto;padding-inline:.75rem}.guest-composition--album .guest-composition-materials{text-align:center}.guest-composition--album .guest-story-canvas{gap:.8rem}.guest-composition--album .guest-story-mosaic{background:#fff;border-radius:1.4rem;order:1;grid-template-columns:1fr;gap:0;padding-bottom:.75rem}.guest-composition--album .guest-story-mosaic figure{border-radius:1.4rem 1.4rem .45rem .45rem}.guest-composition--album .guest-story-mosaic figure>div{min-height:24rem}.guest-composition--album .guest-story-mosaic article{z-index:2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff0;border:0;border-radius:1rem;width:calc(100% - 2rem);min-height:0;margin:-3.5rem auto 0;padding:1.15rem;position:relative;box-shadow:0 12px 30px #1e1f241f}.guest-composition--album .guest-story-mosaic article h2{margin:0 0 .45rem;font-size:1rem}.guest-composition--album .guest-story-opening{border:0;border-top:1px solid var(--ef-color-border);text-align:center;background:0 0;border-radius:0;order:2;padding:1.6rem .35rem 1.2rem}.guest-composition--album .guest-story-opening blockquote{max-width:28rem;margin-inline:auto}.guest-composition--album .guest-story-opening blockquote strong{color:var(--ef-color-text);font-size:1.45rem;line-height:1.22}.guest-composition--album .guest-story-opening blockquote p{color:var(--ef-color-text-muted);margin-top:.75rem;font-size:.8rem;line-height:1.8}.guest-composition--album .guest-voice-memory{order:3}.guest-composition--album .guest-video-memory{order:4}.guest-composition--album .guest-source-map{order:5}.guest-composition--album .guest-memory-song{order:6}.guest-composition--timeline .guest-composition-hero{border-bottom:1px solid var(--ef-color-border);grid-template-columns:8.5rem minmax(0,1fr);align-items:center;gap:1rem;padding-bottom:1rem}.guest-composition--timeline .guest-composition-hero .guest-detail-art{border-radius:1rem;min-height:10rem}.guest-composition--timeline .guest-composition-title h1{font-size:1.35rem}.guest-composition--timeline .guest-composition-title>p{-webkit-line-clamp:3;-webkit-box-orient:vertical;font-size:.7rem;display:-webkit-box;overflow:hidden}.guest-composition--timeline .guest-story-canvas{gap:.8rem;padding-left:3.65rem}.guest-composition--timeline .guest-story-canvas:before{background:#d8d9de;left:2.55rem}.guest-composition--timeline .guest-story-canvas>section{border-radius:1rem}.guest-composition--timeline .guest-story-canvas>section:before{top:1.1rem;left:-1.43rem}.guest-composition--timeline .guest-story-canvas>section:after{content:attr(data-timeline);color:#777a83;letter-spacing:.02em;text-align:right;width:2.45rem;font-size:.52rem;font-weight:700;position:absolute;top:1.05rem;left:-3.55rem}.guest-composition--timeline .guest-story-opening{border:1px solid var(--ef-color-border);background:#fff;padding:1.1rem}.guest-composition--timeline .guest-story-opening blockquote strong{color:var(--ef-color-text);font-size:1.05rem}.guest-composition--timeline .guest-story-opening blockquote p{color:var(--ef-color-text-muted);font-family:var(--ef-font-sans);margin-top:.55rem;font-size:.7rem;line-height:1.65}.guest-composition--timeline .guest-story-mosaic{grid-template-columns:1fr}.guest-composition--timeline .guest-story-mosaic figure>div{min-height:12rem}.guest-composition--timeline .guest-story-mosaic article{min-height:0}.guest-composition--timeline .guest-story-mosaic article h2{margin-top:0}.guest-composition--timeline .guest-voice-memory,.guest-composition--timeline .guest-source-map,.guest-composition--timeline .guest-memory-song{padding:1rem}.guest-composition--timeline .guest-video-memory>button>div{min-height:9rem}.guest-composition--timeline .guest-source-map ol{grid-template-columns:1fr}@media (max-width:767px){.guest-pieces>header h1{font-size:1.375rem}.guest-composition--album .guest-composition-hero .guest-detail-art,.guest-composition--album .guest-story-mosaic figure>div{min-height:20rem}.guest-composition--timeline .guest-composition-hero{grid-template-columns:7.25rem minmax(0,1fr)}.guest-composition--timeline .guest-composition-hero .guest-detail-art{min-height:8.5rem}}body{background:radial-gradient(circle at 15% 0%, #3154440d, transparent 28rem), var(--ef-color-background);min-width:320px;margin:0}*{box-sizing:border-box}a{color:inherit}.app-shell{min-height:100dvh;padding-bottom:calc(80px + env(safe-area-inset-bottom))}.desktop-nav{display:none}.brand{align-items:center;gap:var(--ef-space-2);min-height:44px;color:var(--ef-color-accent-ink);font-family:var(--ef-font-sans);letter-spacing:-.025em;white-space:nowrap;text-decoration:none;display:inline-flex}.brand-mark{width:1.75rem;height:1.75rem;color:var(--ef-color-accent);place-items:center;display:grid;transform:rotate(-8deg)}.brand-mark svg{width:100%;height:100%}.ef-header{gap:var(--ef-space-3);grid-template-columns:auto minmax(0,1fr) auto}.ef-header__title{justify-self:center;max-width:100%}.app-shell--public{padding-bottom:0}.app-shell--public .ef-header__title{display:none}.header-sign-in,.mobile-header-action{min-height:44px;color:var(--ef-color-accent-ink);font-weight:var(--ef-weight-semibold);justify-content:center;align-items:center;text-decoration:none;display:inline-flex}.header-sign-in{padding-inline:var(--ef-space-3);border:1px solid var(--ef-color-border);border-radius:var(--ef-radius-round);background:color-mix(in srgb, var(--ef-color-surface) 84%, transparent)}.mobile-header-action{border-radius:50%;width:44px}.mobile-header-action svg{width:1.4rem;height:1.4rem}.eyebrow{color:var(--ef-color-accent-ink);font-size:var(--ef-font-size-xs);font-weight:var(--ef-weight-semibold);letter-spacing:.08em;text-transform:uppercase}.landing-content{width:min(100%,72rem);padding-top:0}.landing-hero{align-items:center;gap:clamp(2rem,7vw,6rem);min-height:calc(100dvh - 4rem);padding:clamp(3.5rem,10vw,8rem) 0;display:grid}.landing-hero__copy h1{max-width:11ch;margin:var(--ef-space-3) 0 var(--ef-space-5);font-family:var(--ef-font-serif);letter-spacing:-.045em;font-size:clamp(3rem,10vw,5.75rem);font-weight:500;line-height:.98}.landing-hero__body{max-width:34rem;color:var(--ef-color-text-muted);margin:0;font-size:clamp(1.05rem,2.2vw,1.25rem);line-height:1.65}.landing-actions{gap:var(--ef-space-3);margin-top:var(--ef-space-6);flex-wrap:wrap;display:flex}.product-button{min-height:48px;padding:var(--ef-space-2) var(--ef-space-5);border-radius:var(--ef-radius-md);font-size:var(--ef-font-size-sm);font-weight:var(--ef-weight-semibold);transition:transform var(--ef-motion-fast) var(--ef-ease-standard), background-color var(--ef-motion-fast) var(--ef-ease-standard);border:1px solid #0000;justify-content:center;align-items:center;text-decoration:none;display:inline-flex}.product-button:hover{transform:translateY(-1px)}.product-button:focus-visible,.header-sign-in:focus-visible,.mobile-header-action:focus-visible,.brand:focus-visible,.round-create-action:focus-visible,.featured-piece:focus-visible,.piece-card:focus-visible,.quick-action-grid a:focus-visible,.library-list>a:focus-visible,.creator-path-card:focus-visible{outline:3px solid color-mix(in srgb, var(--ef-color-focus) 35%, transparent);outline-offset:3px}.product-button--primary{color:#fffdf8;background:var(--ef-color-accent);box-shadow:var(--ef-shadow-1)}.product-button--quiet{color:var(--ef-color-text);border-color:var(--ef-color-border);background:var(--ef-color-surface)}.trust-line{max-width:34rem;margin:var(--ef-space-5) 0 0;color:var(--ef-color-text-subtle);font-size:var(--ef-font-size-xs)}.trust-line a{color:var(--ef-color-accent-ink);text-underline-offset:3px}.story-object{border:1px solid var(--ef-color-border);background:var(--ef-color-surface);width:min(100%,25rem);box-shadow:var(--ef-shadow-2);border-radius:2rem;justify-self:center;overflow:hidden}.story-object__art{background:linear-gradient(145deg,#fffdf81f,#0000 42%),radial-gradient(circle at 70% 25%,#d9b67e 0 6%,#0000 6.4%),linear-gradient(155deg,#40604f 0%,#274a3e 48%,#b99869 49%,#e3d2b4 100%);min-height:21rem;position:relative;overflow:hidden}.story-object__art:before{content:"";background:#f1e6d4;border-radius:50% 50% 0 0;position:absolute;inset:45% -20% -30% -10%;transform:rotate(-8deg)}.story-object__art:after{content:"";background:#1f3f34;border-radius:5rem 5rem 1rem 1rem;width:10rem;height:14rem;position:absolute;bottom:-3rem;right:1.75rem;transform:rotate(-6deg);box-shadow:-8rem 1.5rem 0 -2.2rem #d0ad79}.story-orbit{z-index:1;border:1px solid #fffdf885;border-radius:50%;position:absolute}.story-orbit--one{width:13rem;height:13rem;top:2rem;left:-3rem}.story-orbit--two{width:7rem;height:7rem;top:5rem;left:1rem}.story-leaf{z-index:2;border:1px solid #fffdf8bf;border-radius:100% 0;width:2rem;height:3.5rem;position:absolute;top:5.3rem;left:6rem;transform:rotate(28deg)}.story-object__content{padding:var(--ef-space-5)}.story-object__content>span,.piece-kicker{color:var(--ef-color-accent-ink);font-size:var(--ef-font-size-xs);font-weight:var(--ef-weight-semibold);letter-spacing:.04em;text-transform:uppercase}.story-object__content strong{margin:var(--ef-space-2) 0;font-family:var(--ef-font-serif);font-size:1.45rem;font-weight:500;line-height:1.3;display:block}.story-object__content p{color:var(--ef-color-text-muted);font-size:var(--ef-font-size-sm);margin:0}.landing-principles{border-top:1px solid var(--ef-color-border);padding:clamp(4rem,10vw,8rem) 0}.section-heading{max-width:42rem}.section-heading h2,.section-row h2,.home-quick-actions h2,.recent-pieces h2{margin:var(--ef-space-2) 0;font-family:var(--ef-font-serif);letter-spacing:-.035em;font-size:clamp(2rem,5vw,3.25rem);font-weight:500;line-height:1.1}.section-heading>p:last-child{color:var(--ef-color-text-muted);line-height:var(--ef-line-body)}.principle-grid{gap:var(--ef-space-4);margin-top:var(--ef-space-8);display:grid}.principle-grid article{min-height:14rem;padding:var(--ef-space-5);border:1px solid var(--ef-color-border);border-radius:var(--ef-radius-lg);background:var(--ef-color-surface)}.principle-grid article>span{color:var(--ef-color-accent-ink);font-family:var(--ef-font-serif)}.principle-grid h3{margin:3rem 0 var(--ef-space-2);font-family:var(--ef-font-serif);font-size:1.4rem;font-weight:500}.principle-grid p{color:var(--ef-color-text-muted);margin:0;line-height:1.6}.form-actions{gap:var(--ef-space-3);flex-wrap:wrap;display:flex}.section-title{margin:var(--ef-space-8) 0 var(--ef-space-3)}.muted{color:var(--ef-color-text-muted)}.inline-link{color:var(--ef-color-accent-ink);text-underline-offset:3px}.calm-empty{text-align:center;max-width:38rem;margin-inline:auto;padding:clamp(4rem,16vw,9rem) 0}.calm-empty h1{max-width:16ch;margin:var(--ef-space-3) auto;font-family:var(--ef-font-serif);letter-spacing:-.035em;font-size:clamp(2rem,7vw,3.75rem);font-weight:500;line-height:1.08}.calm-empty>p:not(.eyebrow){max-width:42ch;color:var(--ef-color-text-muted);line-height:var(--ef-line-body);margin-inline:auto}.calm-empty .product-button{margin-top:var(--ef-space-4)}.experience-piece-state{align-content:start;justify-items:start;min-height:min(34rem,100svh - 10rem);padding:clamp(2.5rem,13vw,5rem) 0 6rem;display:grid}.experience-piece-state__symbol{border:1px solid color-mix(in srgb, var(--ef-color-accent) 22%, transparent);width:4.25rem;height:4.25rem;color:var(--ef-color-accent);background:color-mix(in srgb, var(--ef-color-accent) 7%, white);font-family:var(--ef-font-serif);border-radius:50%;place-items:center;margin-bottom:1.5rem;font-size:1.65rem;display:grid}.experience-piece-state__symbol span{border:1px solid;border-radius:50%;width:1.5rem;height:1.5rem;box-shadow:.55rem 0 0 -.35rem,-.55rem 0 0 -.35rem}.experience-piece-state h1{max-width:21rem;font-family:var(--ef-font-serif);margin:.35rem 0 .75rem;font-size:clamp(2rem,9vw,3rem);line-height:1.05}.experience-piece-state>p:not(.eyebrow){max-width:29rem;color:var(--ef-color-text-muted);margin:0 0 1.5rem;line-height:1.55}.experience-piece-state .product-button,.experience-piece-state .ef-button{min-width:9rem}.experience-piece-state--error .experience-piece-state__symbol{border-color:color-mix(in srgb, var(--ef-color-danger) 28%, transparent);color:var(--ef-color-danger);background:color-mix(in srgb, var(--ef-color-danger) 7%, white)}.empty-symbol{width:4.5rem;height:4.5rem;margin:0 auto var(--ef-space-5);color:var(--ef-color-accent-ink);border:1px solid var(--ef-color-border);background:var(--ef-color-accent-soft);font-family:var(--ef-font-serif);border-radius:50%;place-items:center;font-size:1.75rem;display:grid}.quiet-create-link{min-height:44px;margin-top:var(--ef-space-4);color:var(--ef-color-accent-ink);font-weight:var(--ef-weight-semibold);text-underline-offset:4px;align-items:center;display:inline-flex}.starting-example{max-width:34rem;margin:var(--ef-space-8) auto 0;color:var(--ef-color-text-muted);text-align:left}.starting-example summary{cursor:pointer;min-height:44px;color:var(--ef-color-text);align-items:center;display:flex}.home-heading,.composition-heading,.source-card__heading,.block-toolbar{justify-content:space-between;align-items:center;gap:var(--ef-space-3);flex-wrap:wrap;display:flex}.piece-list,.composition-blocks,.version-list{padding:0;list-style:none}.piece-list li{border-bottom:1px solid var(--ef-color-border)}.piece-list a{justify-content:space-between;align-items:center;gap:var(--ef-space-4);min-height:64px;text-decoration:none;display:flex}.piece-list span{color:var(--ef-color-text-muted);font-size:var(--ef-font-size-sm)}.auth-page{background:radial-gradient(circle at 80% 10%, #31544421, transparent 28rem), var(--ef-color-background);place-items:center;min-height:100dvh;display:grid}.auth-content{width:min(100%,34rem);padding-block:clamp(2rem,8vw,6rem)}.auth-brand{align-items:center;gap:var(--ef-space-2);min-height:44px;margin-bottom:var(--ef-space-5);color:var(--ef-color-accent-ink);font-weight:var(--ef-weight-semibold);text-decoration:none;display:inline-flex}.auth-brand span{font-size:1.4rem}.auth-card{border:1px solid var(--ef-color-border);border-radius:var(--ef-radius-lg);background:var(--ef-color-surface);box-shadow:var(--ef-shadow-2);padding:clamp(1.5rem,5vw,2.5rem)}.auth-card h1{font-family:var(--ef-font-serif);letter-spacing:-.04em;margin:0;font-size:clamp(2.25rem,8vw,3.4rem);font-weight:500;line-height:1.05}.auth-footnote{margin:var(--ef-space-4) auto 0;color:var(--ef-color-text-subtle);font-size:var(--ef-font-size-xs);text-align:center;line-height:1.5}.guest-stage{background:radial-gradient(circle at 15% 0%, #31544414, transparent 25rem), var(--ef-color-stage);min-height:100dvh;padding-bottom:5rem}.guest-app{min-height:100dvh;color:var(--ef-color-text);background:var(--ef-color-background);font-family:var(--ef-font-sans);margin-inline:auto;position:relative}.guest-header{z-index:20;min-height:4rem;padding:var(--ef-space-2) var(--ef-space-4);border-bottom:1px solid color-mix(in srgb, var(--ef-color-border) 74%, transparent);background:color-mix(in srgb, var(--ef-color-background) 92%, transparent);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);justify-content:space-between;align-items:center;display:flex;position:sticky;inset-block-start:0}.guest-sign-in{min-height:44px;padding-inline:var(--ef-space-3);color:var(--ef-color-accent-ink);border:1px solid var(--ef-color-border);border-radius:var(--ef-radius-round);background:var(--ef-color-surface);font-size:var(--ef-font-size-sm);font-weight:var(--ef-weight-semibold);align-items:center;text-decoration:none;display:inline-flex}.guest-disclosure{justify-content:center;align-items:center;gap:var(--ef-space-1) var(--ef-space-2);padding:var(--ef-space-2) var(--ef-space-4);color:var(--ef-color-accent-ink);border-bottom:1px solid color-mix(in srgb, var(--ef-color-accent) 18%, transparent);background:var(--ef-color-accent-soft);text-align:center;flex-wrap:wrap;font-size:.6875rem;display:flex}.guest-disclosure strong{color:#fffdf8;border-radius:var(--ef-radius-round);background:var(--ef-color-accent);letter-spacing:.04em;text-transform:uppercase;padding:.1rem .45rem;font-size:.625rem}.guest-main{min-height:calc(100dvh - 8.75rem);padding:var(--ef-space-5) var(--ef-space-4) 6.5rem}.guest-home-heading{justify-content:space-between;align-items:flex-start;gap:var(--ef-space-3);display:flex}.guest-home-heading h1,.guest-create h1,.guest-pieces>header h1,.guest-detail h1,.guest-me h1{margin:var(--ef-space-2) 0;font-family:var(--ef-font-serif);letter-spacing:-.04em;font-size:clamp(2.25rem,10vw,3.35rem);font-weight:500;line-height:1.02}.guest-home-heading>div>p:last-child,.guest-create>header>p:last-child,.guest-pieces>header>p:last-child,.guest-me>p:not(.eyebrow){color:var(--ef-color-text-muted);font-size:var(--ef-font-size-sm);margin:0;line-height:1.55}.guest-home-heading>button{color:#fffdf8;background:var(--ef-color-accent);width:3rem;height:3rem;font:inherit;cursor:pointer;box-shadow:var(--ef-shadow-1);border:0;border-radius:50%;flex:none;place-items:center;font-size:1.6rem;display:grid}.guest-featured{width:100%;margin-top:var(--ef-space-6);color:#fffdf8;border-radius:var(--ef-radius-lg);font:inherit;text-align:left;cursor:pointer;box-shadow:var(--ef-shadow-2);background:#284b3d;border:0;padding:0;display:grid;overflow:hidden}.guest-featured__art{background:linear-gradient(145deg,#56715f,#25483c 58%,#cfb183);min-height:13rem;position:relative;overflow:hidden}.guest-featured__art:before,.guest-piece-art:before,.guest-detail-art:before{content:"";background:#fffdf8c2;border-radius:50% 50% 0 0;width:55%;height:80%;position:absolute;bottom:-25%;right:-5%;transform:rotate(-12deg)}.guest-featured__art>span,.guest-piece-art>span,.guest-detail-art>span{aspect-ratio:1;border:1px solid #fffdf8a6;border-radius:50%;width:28%;position:absolute;top:17%;left:13%}.guest-featured__copy{padding:var(--ef-space-5)}.guest-featured__copy>span,.guest-piece-list button>div:nth-child(2)>span,.guest-detail>header>span,.guest-detail-grid section>span{color:#dce9e0;font-size:.6875rem;font-weight:var(--ef-weight-semibold);letter-spacing:.04em;text-transform:uppercase}.guest-featured h2{margin:var(--ef-space-2) 0;font-family:var(--ef-font-serif);font-size:1.8rem;font-weight:500;line-height:1.1}.guest-featured p{color:#fffdf8c2;font-size:var(--ef-font-size-sm);margin:0;line-height:1.5}.guest-featured em{margin-top:var(--ef-space-4);color:#fffdf8;font-size:var(--ef-font-size-xs);font-style:normal;font-weight:var(--ef-weight-semibold);display:inline-block}.guest-section-row h2{margin:var(--ef-space-2) 0 0;font-family:var(--ef-font-serif);letter-spacing:-.035em;font-size:2rem;font-weight:500}.guest-action-grid{gap:var(--ef-space-3);margin-top:var(--ef-space-4);display:grid}.guest-action-grid button,.guest-start-grid button{min-height:10rem;padding:var(--ef-space-4);color:var(--ef-color-text);border:1px solid var(--ef-color-border);border-radius:var(--ef-radius-lg);background:var(--ef-color-surface);font:inherit;text-align:left;cursor:pointer;flex-direction:column;align-items:flex-start;display:flex}.guest-action-grid button>span,.guest-start-grid button>span{color:var(--ef-color-accent-ink);font-family:var(--ef-font-serif);font-size:var(--ef-font-size-xs)}.guest-action-grid strong,.guest-start-grid strong{font-family:var(--ef-font-serif);margin-top:auto;font-size:1.25rem;font-weight:500}.guest-action-grid p,.guest-start-grid p{margin:var(--ef-space-1) 0 0;color:var(--ef-color-text-muted);font-size:.6875rem;line-height:1.45}.guest-create>header,.guest-pieces>header{padding-top:var(--ef-space-2)}.guest-create fieldset{margin:var(--ef-space-6) 0 0;border:0;padding:0}.guest-create legend{margin-bottom:var(--ef-space-3);color:var(--ef-color-text-muted);font-size:var(--ef-font-size-xs)}.guest-start-grid{gap:var(--ef-space-3);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.guest-start-grid button{min-height:9.5rem}.guest-start-grid button[aria-pressed=true]{border-color:var(--ef-color-accent);background:var(--ef-color-accent-soft)}.guest-title-card{gap:var(--ef-space-3);margin-top:var(--ef-space-4);padding:var(--ef-space-4);border:1px solid var(--ef-color-border);border-radius:var(--ef-radius-lg);background:var(--ef-color-surface);box-shadow:var(--ef-shadow-1);display:grid}.guest-title-card label{color:var(--ef-color-text-muted);font-size:var(--ef-font-size-xs);font-weight:var(--ef-weight-semibold)}.guest-title-card input{min-height:48px;padding:0 var(--ef-space-3);color:var(--ef-color-text);border:1px solid var(--ef-color-border);border-radius:var(--ef-radius-md);background:var(--ef-color-surface);font:inherit}.guest-title-card p{color:var(--ef-color-text-subtle);margin:0;font-size:.6875rem}.guest-title-card>button{color:#fffdf8;border-radius:var(--ef-radius-md);background:var(--ef-color-accent);min-height:48px;font:inherit;font-size:var(--ef-font-size-sm);font-weight:var(--ef-weight-semibold);cursor:pointer;border:0}.guest-title-card>button:disabled{opacity:.45;cursor:not-allowed}.guest-piece-summary{gap:var(--ef-space-2);margin-top:var(--ef-space-5);padding:var(--ef-space-3);border:1px solid var(--ef-color-border);border-radius:var(--ef-radius-lg);background:var(--ef-color-surface);grid-template-columns:repeat(3,1fr);display:grid}.guest-piece-summary>div{align-items:center;gap:var(--ef-space-1);text-align:center;flex-direction:column;min-width:0;display:flex}.guest-piece-summary>div+div{border-left:1px solid var(--ef-color-border)}.guest-piece-summary strong{color:var(--ef-color-accent-ink);font-family:var(--ef-font-serif);font-size:1.6rem;font-weight:500}.guest-piece-summary span{color:var(--ef-color-text-muted);font-size:.625rem}.guest-piece-list{gap:var(--ef-space-3);margin-top:var(--ef-space-4);display:grid}.guest-piece-list>button{align-items:center;gap:var(--ef-space-3);min-height:6.75rem;padding:var(--ef-space-3);color:var(--ef-color-text);border:1px solid var(--ef-color-border);border-radius:var(--ef-radius-lg);background:var(--ef-color-surface);font:inherit;text-align:left;cursor:pointer;grid-template-columns:5.25rem minmax(0,1fr) auto;display:grid}.guest-piece-art{border-radius:var(--ef-radius-md);background:linear-gradient(145deg,#56715f,#25483c 58%,#cfb183);width:5.25rem;height:5.25rem;position:relative;overflow:hidden}.guest-piece-list button>div:nth-child(2){min-width:0}.guest-piece-list button>div:nth-child(2)>span{color:var(--ef-color-accent-ink)}.guest-piece-list h2{margin:var(--ef-space-1) 0;font-family:var(--ef-font-serif);text-overflow:ellipsis;white-space:nowrap;font-size:1.1rem;font-weight:500;overflow:hidden}.guest-piece-list p{color:var(--ef-color-text-muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.6875rem;line-height:1.4;display:-webkit-box;overflow:hidden}.guest-piece-list em{color:var(--ef-color-accent-ink);font-size:1.25rem;font-style:normal}.guest-back{min-height:44px;margin-bottom:var(--ef-space-3);color:var(--ef-color-accent-ink);font:inherit;font-size:var(--ef-font-size-sm);font-weight:var(--ef-weight-semibold);cursor:pointer;background:0 0;border:0;padding:0}.guest-detail-art{border-radius:var(--ef-radius-lg);min-height:18rem;box-shadow:var(--ef-shadow-2);background:linear-gradient(145deg,#56715f,#25483c 58%,#cfb183);position:relative;overflow:hidden}.guest-detail>header{padding:var(--ef-space-5) 0}.guest-detail>header>span{color:var(--ef-color-accent-ink)}.guest-detail>header p{color:var(--ef-color-text-muted);margin:0;line-height:1.55}.guest-detail-grid{gap:var(--ef-space-3);display:grid}.guest-detail-grid section{min-height:13rem;padding:var(--ef-space-4);border:1px solid var(--ef-color-border);border-radius:var(--ef-radius-lg);background:var(--ef-color-surface)}.guest-detail-grid section>span{color:var(--ef-color-accent-ink)}.guest-detail-grid h2{margin:3rem 0 var(--ef-space-2);font-family:var(--ef-font-serif);font-size:1.3rem;font-weight:500}.guest-detail-grid p{color:var(--ef-color-text-muted);font-size:var(--ef-font-size-sm);margin:0;line-height:1.55}.guest-detail-actions{gap:var(--ef-space-2);margin-top:var(--ef-space-4);display:grid}.guest-detail-actions a,.guest-detail-actions button{border-radius:var(--ef-radius-md);min-height:48px;font:inherit;font-size:var(--ef-font-size-sm);font-weight:var(--ef-weight-semibold);justify-content:center;align-items:center;text-decoration:none;display:inline-flex}.guest-detail-actions a{color:#fffdf8;background:var(--ef-color-accent)}.guest-detail-actions button{color:var(--ef-color-text);border:1px solid var(--ef-color-border);background:var(--ef-color-surface);cursor:pointer}.guest-me{text-align:center;max-width:30rem;margin-inline:auto;padding-top:2rem}.guest-profile-mark{width:5rem;height:5rem;margin:0 auto var(--ef-space-4);color:var(--ef-color-accent-ink);border:1px solid var(--ef-color-border);background:var(--ef-color-accent-soft);font-family:var(--ef-font-serif);border-radius:50%;place-items:center;font-size:2rem;display:grid}.guest-boundary-list{gap:var(--ef-space-2);margin:var(--ef-space-6) 0;text-align:left;display:grid}.guest-boundary-list article{gap:var(--ef-space-1);padding:var(--ef-space-4);border:1px solid var(--ef-color-border);border-radius:var(--ef-radius-md);background:var(--ef-color-surface);display:grid}.guest-boundary-list strong{font-family:var(--ef-font-serif);font-weight:500}.guest-boundary-list span{color:var(--ef-color-text-muted);font-size:var(--ef-font-size-xs)}.guest-toast{z-index:40;width:min(100vw - 2rem,24rem);padding:var(--ef-space-3) var(--ef-space-4);color:#fffdf8;border-radius:var(--ef-radius-md);font-size:var(--ef-font-size-xs);text-align:center;box-shadow:var(--ef-shadow-2);background:#27322d;position:fixed;inset-block-end:5.75rem;inset-inline-start:50%;transform:translate(-50%)}.guest-navigation{width:min(100%,30rem);min-height:calc(4.75rem + var(--ef-safe-bottom));z-index:30;padding:var(--ef-space-1) var(--ef-space-2) calc(var(--ef-space-2) + var(--ef-safe-bottom));border-top:1px solid var(--ef-color-border);background:color-mix(in srgb, var(--ef-color-surface) 96%, transparent);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);grid-template-columns:repeat(4,1fr);display:grid;position:fixed;inset-block-end:0;inset-inline-start:50%;transform:translate(-50%)}.guest-navigation button{min-width:44px;min-height:44px;color:var(--ef-color-text-muted);border-radius:var(--ef-radius-sm);font:inherit;font-size:var(--ef-font-size-xs);cursor:pointer;background:0 0;border:0;flex-direction:column;justify-content:center;align-items:center;gap:.15rem;padding:0;display:flex}.experience-navigation a{min-width:0;min-height:3.25rem;color:var(--ef-color-text-subtle);font:inherit;background:0 0;border:0;border-radius:.75rem;align-content:center;place-items:center;gap:.15rem;font-size:.625rem;text-decoration:none;display:grid}.experience-navigation a[aria-current=page]{color:var(--ef-color-accent)}.experience-navigation a>span,.experience-navigation a svg{width:1.35rem;height:1.35rem}.experience-header{gap:var(--ef-space-3)}.experience-page-title{min-width:0;color:var(--ef-color-text-subtle);text-align:center;text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:.75rem;font-weight:650;overflow:hidden}.experience-main>.ef-content{padding-top:var(--ef-space-4)}.experience-media-state{min-height:100%;color:var(--ef-color-text-subtle);text-align:center;place-items:center;padding:.75rem;font-size:.625rem;display:grid}.experience-shelf-card{min-width:0;color:var(--ef-color-text);font:inherit;text-align:left;background:0 0;border:0;padding:0;text-decoration:none;display:block}.experience-featured,.guest-unified-entry{text-decoration:none}.experience-shelf-card strong,.experience-shelf-card p{margin-inline:.25rem;display:block}.experience-shelf-card strong{text-overflow:ellipsis;white-space:nowrap;margin-top:.55rem;font-size:.75rem;font-weight:720;overflow:hidden}.experience-shelf-card p{color:var(--ef-color-text-subtle);margin-top:.15rem;font-size:.625rem}.experience-library-row{width:100%;min-height:7.75rem;color:var(--ef-color-text);border:0;border-bottom:1px solid var(--ef-color-border);font:inherit;text-align:left;background:0 0;grid-template-columns:6.75rem minmax(0,1fr) auto;align-items:center;gap:.9rem;padding:.75rem 0;text-decoration:none;display:grid}.experience-library-row>div:nth-child(2)>span{color:var(--ef-color-accent);font-size:.625rem;font-weight:720}.experience-library-row h2{margin:.25rem 0;font-size:1rem;line-height:1.15}.experience-library-row p,.experience-library-row em{color:var(--ef-color-text-muted);margin:0;font-size:.6875rem;font-style:normal;line-height:1.45}.experience-cover-image{object-fit:cover;width:100%;height:100%}.experience-example-grid{margin-top:var(--ef-space-3);grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;display:grid}.experience-example-card{min-width:0;color:var(--ef-color-text);text-decoration:none}.experience-example-card small,.experience-example-card strong,.experience-example-card p,.experience-example-card em{margin-inline:.25rem;display:block}.experience-example-card small{color:var(--ef-color-accent);margin-top:.55rem;font-size:.6rem;font-weight:720}.experience-example-card strong{text-overflow:ellipsis;white-space:nowrap;margin-top:.15rem;font-size:.78rem;overflow:hidden}.experience-example-card p,.experience-example-card em{color:var(--ef-color-text-muted);font-size:.625rem;font-style:normal;line-height:1.45}.experience-example-card p{min-height:2.75em;margin-top:.2rem;margin-bottom:0}.experience-example-card em{margin-top:.3rem}.experience-library-heading{justify-content:space-between;align-items:flex-end;gap:var(--ef-space-4);border-bottom:1px solid var(--ef-color-border);padding-bottom:1rem;display:flex}.experience-library-heading h1{letter-spacing:-.05em;margin:.2rem 0;font-size:clamp(1.75rem,8vw,2.65rem)}.experience-library-heading p:last-child{color:var(--ef-color-text-muted);margin:0}.experience-library-list{margin-top:.75rem}.experience-anchor-choices{border:0;grid-template-columns:repeat(2,minmax(0,1fr));gap:.6rem;margin:1rem 0 0;padding:0;display:grid}.experience-anchor-choices legend{color:#626672;width:100%;margin-bottom:.45rem;font-size:.69rem;font-weight:680}.experience-anchor-choices button{min-height:4.75rem;color:var(--ef-color-text);font:inherit;text-align:left;background:#fff;border:1px solid #e1e3e8;border-radius:.9rem;padding:.75rem}.experience-anchor-choices button strong,.experience-anchor-choices button span{display:block}.experience-anchor-choices button strong{font-size:.72rem}.experience-anchor-choices button span{color:var(--ef-color-text-muted);margin-top:.2rem;font-size:.6rem;line-height:1.4}.experience-anchor-choices button[aria-pressed=true]{background:#fff8f9;border-color:#b96f7b;box-shadow:0 5px 14px #87323f12}.experience-me{gap:1.25rem;display:grid}.experience-account-links .guest-boundary-list{margin-top:.75rem}.experience-account-links .guest-boundary-list a{min-height:4.25rem;color:var(--ef-color-text);border:1px solid var(--ef-color-border);background:#fff;border-radius:.9rem;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.8rem;padding:.8rem;text-decoration:none;display:grid}.experience-account-links .guest-boundary-list a>span:first-child{color:var(--ef-color-accent);font-size:.625rem;font-weight:740}.experience-account-card{border:1px solid var(--ef-color-border);background:#fff;border-radius:1rem;padding:1rem}.experience-account-card h2{margin:0;font-size:1rem}.experience-account-card>p{color:var(--ef-color-text-muted);margin:.35rem 0 .9rem;font-size:.75rem;line-height:1.55}.experience-account-card--quiet{background:#f3f4f6}.experience-provenance{margin-top:1rem}.experience-provenance>p{color:var(--ef-color-text-muted);font-size:.75rem;line-height:1.55}.experience-starter-prompts{background:#fff8f9;border:1px solid #ead8dc;border-radius:1rem;margin-top:1rem;padding:1rem}.experience-starter-prompts h2{margin:.25rem 0;font-size:1rem}.experience-starter-prompts p{color:var(--ef-color-text-muted);margin:0;font-size:.72rem;line-height:1.55}.experience-starter-prompts>div{flex-wrap:wrap;gap:.5rem;margin-top:.75rem;display:flex}.experience-starter-prompts a{color:#7d3642;background:#fff;border:1px solid #ddb8bf;border-radius:999px;align-items:center;min-height:44px;padding:0 .8rem;font-size:.7rem;font-weight:700;text-decoration:none;display:inline-flex}.experience-navigation a:focus-visible,.experience-shelf-card:focus-visible,.experience-library-row:focus-visible,.experience-example-card:focus-visible,.experience-account-links a:focus-visible,.experience-anchor-choices button:focus-visible{outline:3px solid color-mix(in srgb, var(--ef-color-focus) 55%, transparent);outline-offset:3px}@media (max-width:420px){.experience-page-title{display:none}.experience-library-heading{flex-direction:column;align-items:flex-start}.experience-library-heading>.product-button{align-self:stretch}}.guest-navigation button[aria-current=page]{color:var(--ef-color-accent-ink);font-weight:var(--ef-weight-semibold)}.guest-navigation button>span,.guest-navigation svg{width:1.35rem;height:1.35rem}.guest-sign-in:focus-visible,.guest-home-heading>button:focus-visible,.guest-featured:focus-visible,.guest-action-grid button:focus-visible,.guest-start-grid button:focus-visible,.guest-title-card input:focus-visible,.guest-title-card button:focus-visible,.guest-piece-list button:focus-visible,.guest-back:focus-visible,.guest-detail-actions a:focus-visible,.guest-detail-actions button:focus-visible,.guest-navigation button:focus-visible{outline:3px solid color-mix(in srgb, var(--ef-color-focus) 35%, transparent);outline-offset:3px}.product-home,.pieces-library,.creator-page{width:min(100%,68rem)}.home-intro,.library-heading,.section-row{justify-content:space-between;align-items:flex-end;gap:var(--ef-space-4);display:flex}.home-intro{padding:clamp(1.5rem, 5vw, 3.5rem) 0 var(--ef-space-5)}.home-intro h1,.library-heading h1,.creator-welcome h1{margin:var(--ef-space-2) 0;font-family:var(--ef-font-serif);letter-spacing:-.04em;font-size:clamp(2.25rem,7vw,4rem);font-weight:500;line-height:1.05}.home-intro p:last-child,.library-heading>div>p:last-child,.creator-welcome>p:last-child{max-width:42rem;color:var(--ef-color-text-muted);margin-bottom:0;line-height:1.6}.round-create-action{color:#fffdf8;background:var(--ef-color-accent);width:3.25rem;height:3.25rem;box-shadow:var(--ef-shadow-1);border-radius:50%;flex:none;place-items:center;font-size:1.75rem;text-decoration:none;display:grid}.featured-piece{color:#fffdf8;min-height:22rem;box-shadow:var(--ef-shadow-2);background:#27483b;border-radius:1.75rem;text-decoration:none;display:grid;overflow:hidden}.piece-art{background:linear-gradient(150deg,#0000 0 52%,#fffdf829 52.4% 64%,#0000 64.4%),radial-gradient(circle at 70% 24%,#d8b878 0 5%,#0000 5.4%),linear-gradient(140deg,#56715f,#25483c 58%,#cfb183);min-height:15rem;position:relative;overflow:hidden}.piece-art:before,.piece-card__art:before,.library-piece-art:before{content:"";background:#fffdf8c2;border-radius:50% 50% 0 0;width:55%;height:80%;position:absolute;bottom:-25%;right:-5%;transform:rotate(-12deg)}.piece-art>span,.piece-card__art>span,.library-piece-art>span{aspect-ratio:1;border:1px solid #fffdf8a6;border-radius:50%;width:28%;position:absolute;top:17%;left:13%}.featured-piece__content{background:linear-gradient(#2027230d,#1a342beb);align-self:end;padding:clamp(1.5rem,5vw,2.75rem)}.featured-piece__content .piece-kicker{color:#dce9e0}.featured-piece h2{max-width:14ch;margin:var(--ef-space-2) 0;font-family:var(--ef-font-serif);letter-spacing:-.035em;font-size:clamp(2rem,7vw,3.75rem);font-weight:500;line-height:1.05}.featured-piece p{max-width:38rem;margin:0 0 var(--ef-space-4);color:#fffdf8c7}.piece-meta{color:#fffdf89e;font-size:var(--ef-font-size-xs)}.home-quick-actions,.recent-pieces{padding-top:clamp(3.5rem,8vw,6rem)}.quick-action-grid,.piece-card-grid{gap:var(--ef-space-4);margin-top:var(--ef-space-5);display:grid}.quick-action-grid a{min-height:14rem;padding:var(--ef-space-5);border:1px solid var(--ef-color-border);border-radius:var(--ef-radius-lg);background:var(--ef-color-surface);transition:transform var(--ef-motion-fast) var(--ef-ease-standard), box-shadow var(--ef-motion-fast) var(--ef-ease-standard);flex-direction:column;text-decoration:none;display:flex}.quick-action-grid a:hover,.piece-card:hover,.library-list>a:hover{box-shadow:var(--ef-shadow-1);transform:translateY(-2px)}.quick-action-grid a>span{color:var(--ef-color-accent-ink);font-family:var(--ef-font-serif)}.quick-action-grid strong{font-family:var(--ef-font-serif);margin-top:auto;font-size:1.35rem;font-weight:500}.quick-action-grid p{margin:var(--ef-space-2) 0 0;color:var(--ef-color-text-muted);font-size:var(--ef-font-size-sm);line-height:1.5}.section-row>a{min-height:44px;color:var(--ef-color-accent-ink);font-weight:var(--ef-weight-semibold);text-underline-offset:4px;align-items:center;display:inline-flex}.piece-card{border:1px solid var(--ef-color-border);border-radius:var(--ef-radius-lg);background:var(--ef-color-surface);transition:transform var(--ef-motion-fast) var(--ef-ease-standard), box-shadow var(--ef-motion-fast) var(--ef-ease-standard);text-decoration:none;overflow:hidden}.piece-card__art{background:linear-gradient(145deg,#56715f,#25483c 58%,#cfb183);min-height:10rem;position:relative;overflow:hidden}.piece-card>div:last-child{padding:var(--ef-space-4)}.piece-card h3{margin:var(--ef-space-2) 0;font-family:var(--ef-font-serif);font-size:1.35rem;font-weight:500}.piece-card p{color:var(--ef-color-text-muted);font-size:var(--ef-font-size-xs);margin:0}.library-heading{padding:clamp(1.5rem, 5vw, 3.5rem) 0 var(--ef-space-6)}.library-summary{gap:var(--ef-space-2);padding:var(--ef-space-4);border:1px solid var(--ef-color-border);border-radius:var(--ef-radius-lg);background:var(--ef-color-surface);grid-template-columns:repeat(3,1fr);display:grid}.library-summary>div{align-items:center;gap:var(--ef-space-1);min-width:0;padding-inline:var(--ef-space-2);text-align:center;flex-direction:column;display:flex}.library-summary>div+div{border-left:1px solid var(--ef-color-border)}.library-summary strong{color:var(--ef-color-accent-ink);font-family:var(--ef-font-serif);font-size:clamp(1.5rem,5vw,2.2rem);font-weight:500}.library-summary span{color:var(--ef-color-text-muted);font-size:var(--ef-font-size-xs)}.library-list{gap:var(--ef-space-3);margin-top:var(--ef-space-6);display:grid}.library-list>a{align-items:center;gap:var(--ef-space-4);min-height:7.5rem;padding:var(--ef-space-3);border:1px solid var(--ef-color-border);border-radius:var(--ef-radius-lg);background:var(--ef-color-surface);transition:transform var(--ef-motion-fast) var(--ef-ease-standard), box-shadow var(--ef-motion-fast) var(--ef-ease-standard);grid-template-columns:6rem minmax(0,1fr) auto;text-decoration:none;display:grid}.library-piece-art{border-radius:var(--ef-radius-md);background:linear-gradient(145deg,#56715f,#25483c 58%,#cfb183);width:6rem;height:6rem;position:relative;overflow:hidden}.library-piece-copy{min-width:0}.library-piece-copy h2{margin:var(--ef-space-1) 0;font-family:var(--ef-font-serif);text-overflow:ellipsis;white-space:nowrap;font-size:1.35rem;font-weight:500;overflow:hidden}.library-piece-copy p{color:var(--ef-color-text-muted);font-size:var(--ef-font-size-xs);text-transform:capitalize;margin:0}.library-piece-arrow{color:var(--ef-color-accent-ink);font-size:1.4rem}.library-empty{text-align:center;max-width:34rem;margin:5rem auto 0}.library-empty h2{font-family:var(--ef-font-serif);font-size:2rem;font-weight:500}.library-empty p{color:var(--ef-color-text-muted);line-height:1.6}.creator-start-form{max-width:58rem;margin:clamp(1.5rem,6vw,4rem) auto 0}.creator-welcome{max-width:46rem}.creator-paths{min-width:0;margin:var(--ef-space-5) 0 0;border:0;padding:0}.creator-paths legend{margin-bottom:var(--ef-space-3);color:var(--ef-color-text-muted);font-size:var(--ef-font-size-sm)}.creator-path-grid{gap:var(--ef-space-3);display:grid}.creator-path-card{min-height:11rem;padding:var(--ef-space-4);color:var(--ef-color-text);border:1px solid var(--ef-color-border);border-radius:var(--ef-radius-lg);background:var(--ef-color-surface);font:inherit;text-align:left;cursor:pointer;transition:transform var(--ef-motion-fast) var(--ef-ease-standard), border-color var(--ef-motion-fast) var(--ef-ease-standard), background-color var(--ef-motion-fast) var(--ef-ease-standard);flex-direction:column;align-items:flex-start;display:flex}.creator-path-card:hover{transform:translateY(-2px)}.creator-path-card[aria-pressed=true]{border-color:var(--ef-color-accent);background:var(--ef-color-accent-soft)}.creator-path-card>span{color:var(--ef-color-accent-ink);font-family:var(--ef-font-serif);font-size:var(--ef-font-size-sm)}.creator-path-card strong{font-family:var(--ef-font-serif);margin-top:auto;font-size:1.4rem;font-weight:500}.creator-path-card p{margin:var(--ef-space-2) 0 0;color:var(--ef-color-text-muted);font-size:var(--ef-font-size-xs);line-height:1.5}.creator-details{gap:var(--ef-space-4);margin-top:var(--ef-space-5);border:1px solid var(--ef-color-border);border-radius:var(--ef-radius-lg);background:var(--ef-color-surface);box-shadow:var(--ef-shadow-1);padding:clamp(1.25rem,5vw,2rem);display:grid}.creator-capability-note{padding:var(--ef-space-3);color:var(--ef-color-accent-ink);border-radius:var(--ef-radius-md);background:var(--ef-color-accent-soft);font-size:var(--ef-font-size-xs);margin:0;line-height:1.55}.save-state{min-height:1.5em;color:var(--ef-color-text-muted);font-size:var(--ef-font-size-sm);margin:0}.save-state--conflict,.save-state--failed{color:var(--ef-color-danger-ink,#8f2d24)}.creator-editor{max-width:58rem;margin:0 auto}.creator-heading{padding:var(--ef-space-5) 0}.source-entry-grid,.source-history,.source-correction,.composition-history{gap:var(--ef-space-4);display:grid}.source-history{margin-top:var(--ef-space-6)}.source-card{border-top:1px solid var(--ef-color-border);padding-top:var(--ef-space-4)}.version-item{padding:var(--ef-space-4) 0;border-top:1px solid var(--ef-color-border)}.version-item--hidden{opacity:.65}.source-content{white-space:pre-wrap;overflow-wrap:anywhere;line-height:var(--ef-line-body)}.source-badge{margin-left:var(--ef-space-2);background:var(--ef-color-background-muted,#f1eee8);color:var(--ef-color-text-muted);font-size:var(--ef-font-size-xs);border-radius:999px;padding:.15rem .45rem;display:inline-flex}.composition-add{gap:var(--ef-space-2);margin:var(--ef-space-4) 0;flex-wrap:wrap;display:flex}.composition-block{margin:var(--ef-space-3) 0;padding:var(--ef-space-4);border:1px solid var(--ef-color-border);border-radius:var(--ef-radius-lg,12px);background:var(--ef-color-surface)}.block-toolbar{margin-bottom:var(--ef-space-3);justify-content:flex-end}.drag-handle{color:var(--ef-color-text-muted);cursor:grab;font-size:var(--ef-font-size-sm);margin-right:auto}.composition-preview{border:1px solid var(--ef-color-border);background:var(--ef-color-surface);padding:clamp(1.5rem,6vw,4rem)}.composition-mode-picker{align-items:center;gap:var(--ef-space-2);margin:var(--ef-space-4) 0;border:0;flex-wrap:wrap;padding:0;display:flex}.composition-mode-picker legend{width:100%;color:var(--ef-color-text-muted);font-size:var(--ef-font-size-sm)}.composition-preview--album{gap:var(--ef-space-4);grid-template-columns:repeat(auto-fit,minmax(min(100%,15rem),1fr));display:grid}.composition-preview--album .preview-block{width:100%;min-height:10rem;padding:var(--ef-space-4);border-radius:var(--ef-radius-lg,12px);background:var(--ef-color-background-muted,#f1eee8);margin:0}.composition-preview--timeline{border-left:3px solid var(--ef-color-border)}.composition-preview--timeline .preview-block{padding-left:var(--ef-space-5);position:relative}.composition-preview--timeline .preview-block:before{background:var(--ef-color-accent,#6f5138);content:"";border-radius:999px;width:.75rem;height:.75rem;position:absolute;top:.4rem;left:-.48rem}.composition-preview--timeline .preview-block--date{font-weight:700}.preview-block{max-width:42rem;margin:0 auto var(--ef-space-6);line-height:var(--ef-line-body)}.composition-history summary{cursor:pointer;align-items:center;min-height:44px;display:flex}.composition-history li{justify-content:space-between;align-items:center;gap:var(--ef-space-3);min-height:44px;display:flex}.piece-experience{width:min(100%,72rem);margin:0 auto}.experience-heading{justify-items:start;gap:var(--ef-space-3);padding:clamp(2rem,8vw,6rem) 0 clamp(1.5rem,5vw,3rem);display:grid}.experience-heading h1{text-wrap:balance;max-width:18ch;margin:0;font-size:clamp(2.5rem,9vw,6rem);line-height:.98}.experience-edit-link{text-decoration:none}.piece-experience__body{padding:clamp(1.5rem,6vw,5rem)}.piece-experience__body--album{gap:var(--ef-space-5);grid-template-columns:repeat(auto-fit,minmax(min(100%,18rem),1fr));display:grid}.piece-experience__body--album .experience-block{min-height:12rem;padding:var(--ef-space-5);border-radius:var(--ef-radius-lg,12px);background:var(--ef-color-background-muted,#f1eee8);margin:0}.experience-block{overflow-wrap:anywhere;max-width:46rem;margin:0 auto clamp(1.5rem,5vw,3rem);font-size:clamp(1rem,2.2vw,1.2rem);line-height:1.75}.experience-media{width:100%;max-height:70dvh;margin-top:var(--ef-space-4);border-radius:var(--ef-radius-lg,12px);object-fit:contain;display:block}.experience-timeline{gap:var(--ef-space-6);border-left:3px solid var(--ef-color-border);padding-left:clamp(1rem,4vw,3rem);display:grid}.experience-timeline>section{position:relative}.experience-timeline>section:before{background:var(--ef-color-accent,#6f5138);content:"";border-radius:999px;width:.8rem;height:.8rem;position:absolute;top:.55rem;left:calc(-1*clamp(1rem,4vw,3rem) - .48rem)}@media (max-width:420px){.home-heading,.piece-list a,.composition-heading,.library-heading{flex-direction:column;align-items:flex-start}.home-intro{align-items:flex-start}.home-intro p:last-child{max-width:30ch}.landing-hero{gap:var(--ef-space-6);min-height:auto;padding:2.25rem 0 3rem}.landing-hero__copy h1{margin-bottom:var(--ef-space-4);font-size:clamp(2.7rem,12.5vw,3.25rem)}.landing-hero__body{font-size:1rem;line-height:1.55}.landing-actions{gap:var(--ef-space-2);margin-top:var(--ef-space-5);flex-wrap:nowrap}.landing-actions .product-button{padding-inline:var(--ef-space-3);font-size:var(--ef-font-size-xs)}.trust-line{margin-top:var(--ef-space-4)}.story-object__art{min-height:16rem}.section-row{align-items:flex-end}.section-row h2{font-size:2rem}.library-heading .product-button{width:100%}.library-list>a{gap:var(--ef-space-3);grid-template-columns:4.75rem minmax(0,1fr) auto}.library-piece-art{width:4.75rem;height:4.75rem}.library-piece-copy h2{font-size:1.15rem}.creator-editor .ef-surface{padding-inline:var(--ef-space-3)}.block-toolbar{justify-content:flex-start}.drag-handle{width:100%}}.desktop-nav a{min-height:44px;padding:0 var(--ef-space-3);border-radius:var(--ef-radius-round);align-items:center;text-decoration:none;display:inline-flex}.desktop-nav a[aria-current=page]{color:var(--ef-color-accent-ink);background:var(--ef-color-accent-soft)}@media (min-width:768px){.app-shell{padding-bottom:0}.desktop-nav{gap:var(--ef-space-2);display:flex}.mobile-header-action,.ef-navigation{display:none}.desktop-frame{max-width:1200px;min-height:100dvh;margin:0 auto}.product-header{border-inline:1px solid color-mix(in srgb, var(--ef-color-border) 72%, transparent)}.landing-hero{grid-template-columns:minmax(0,1.15fr) minmax(20rem,.85fr)}.principle-grid,.quick-action-grid{grid-template-columns:repeat(3,1fr)}.piece-card-grid,.creator-path-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.featured-piece{grid-template-columns:minmax(20rem,1.05fr) minmax(20rem,.95fr)}.featured-piece__content{flex-direction:column;justify-content:flex-end;display:flex}.guest-stage{padding:1.5rem 0 6rem}.guest-app{border:1px solid var(--ef-color-border);width:27rem;min-height:calc(100dvh - 3rem);box-shadow:var(--ef-shadow-2);border-radius:2rem;overflow:hidden}.guest-navigation{border-radius:0 0 2rem 2rem;width:27rem;inset-block-end:1.5rem}}@media (max-width:767px){.ef-content{padding-inline:var(--ef-space-4)}.app-shell--public .ef-header{grid-template-columns:1fr auto}.app-shell--public .ef-header__actions{grid-column:2}.product-header .ef-header__title{font-size:var(--ef-font-size-sm)}.featured-piece{grid-template-rows:minmax(13rem,42vw) auto}}.guest-me{max-width:32rem;padding-top:var(--ef-space-2);text-align:left}.guest-me-intro{text-align:center}.guest-me-intro h1{font-family:var(--ef-font-sans);letter-spacing:-.04em;margin:.3rem 0 .55rem;font-size:1.5rem;font-weight:680;line-height:1.12}.guest-me-intro>p:last-child{max-width:27rem;color:var(--ef-color-text-muted);margin:0 auto;font-size:.8125rem;line-height:1.6}.guest-me .guest-profile-mark{width:3.5rem;height:3.5rem;margin-bottom:var(--ef-space-2);font-size:1.25rem}.guest-code-card{margin-top:var(--ef-space-5);padding:var(--ef-space-4);border:1px solid var(--ef-color-border);background:var(--ef-color-surface);border-radius:1.35rem;box-shadow:0 10px 28px #1c1f2a0f}.guest-code-card>header{align-items:center;gap:var(--ef-space-3);display:flex}.guest-code-card h2,.guest-code-library h2{font-family:var(--ef-font-sans);letter-spacing:-.025em;margin:.15rem 0 0;font-size:1.15rem;font-weight:700}.guest-code-card>p{margin:var(--ef-space-2) 0 var(--ef-space-3);color:var(--ef-color-text-muted);font-size:.75rem;line-height:1.6}.guest-code-symbol{background:#26272b;border-radius:1rem;flex:none;grid-template-columns:repeat(2,.55rem);place-content:center;gap:.25rem;width:3.25rem;height:3.25rem;display:grid}.guest-code-symbol i{border:1px solid #ffffffd1;border-radius:.18rem;width:.55rem;height:.55rem}.guest-code-symbol i:nth-child(2),.guest-code-symbol i:nth-child(3){background:var(--ef-color-accent);border-color:var(--ef-color-accent)}.guest-code-card form{gap:var(--ef-space-2);display:grid}.guest-code-card form label{color:var(--ef-color-text-muted);font-size:.6875rem;font-weight:650}.guest-code-card form>div{gap:var(--ef-space-2);grid-template-columns:minmax(0,1fr) auto;display:grid}.guest-code-card input{min-width:0;min-height:46px;padding:0 var(--ef-space-3);color:var(--ef-color-text);border:1px solid var(--ef-color-border);background:var(--ef-color-background);font:inherit;letter-spacing:.08em;text-transform:uppercase;border-radius:.85rem;font-size:.875rem}.guest-code-card form button{min-width:4.25rem;min-height:46px;padding-inline:var(--ef-space-3);color:#fff;background:var(--ef-color-accent);font:inherit;cursor:pointer;border:0;border-radius:.85rem;font-size:.75rem;font-weight:680}.guest-code-card form button:disabled{opacity:.4;cursor:not-allowed}.guest-code-example{min-height:44px;color:var(--ef-color-accent-ink);font:inherit;cursor:pointer;background:0 0;border:0;padding:0;font-size:.6875rem}.guest-code-result{align-items:center;gap:var(--ef-space-3);width:100%;padding:var(--ef-space-2);color:var(--ef-color-text);border:1px solid color-mix(in srgb, var(--ef-color-accent) 25%, var(--ef-color-border));background:var(--ef-color-accent-soft);font:inherit;text-align:left;cursor:pointer;border-radius:1rem;grid-template-columns:4.5rem minmax(0,1fr);display:grid}.guest-code-result img{object-fit:cover;border-radius:.75rem;width:4.5rem;height:4.5rem}.guest-code-result>span{gap:.2rem;min-width:0;display:grid}.guest-code-result small,.guest-code-result em{color:var(--ef-color-accent-ink);font-size:.625rem;font-style:normal}.guest-code-result strong{font-size:.875rem}.guest-code-library{gap:var(--ef-space-3);margin-top:var(--ef-space-5);display:grid}.guest-code-library article{align-items:center;gap:var(--ef-space-3);padding:var(--ef-space-3);border:1px solid var(--ef-color-border);background:var(--ef-color-surface);border-radius:1rem;grid-template-columns:2.75rem minmax(0,1fr);display:grid}.guest-code-mini{color:#fff;letter-spacing:.08em;background:#2b2c31;border-radius:.75rem;place-items:center;width:2.75rem;height:2.75rem;font-size:.625rem;font-weight:750;display:grid}.guest-code-library article strong{font-size:.75rem}.guest-code-library article p{color:var(--ef-color-text-muted);margin:.25rem 0 0;font-size:.6875rem;line-height:1.45}.guest-me .guest-boundary-list{margin:var(--ef-space-5) 0 var(--ef-space-4)}.guest-me>.product-button{width:100%}.guest-code-card input:focus-visible,.guest-code-card button:focus-visible,.guest-code-result:focus-visible{outline:3px solid color-mix(in srgb, var(--ef-color-focus) 30%, transparent);outline-offset:3px}@media (max-width:767px){.guest-me h1{font-size:1.5rem}}.guest-composition{--composition-ink:#222226;--composition-paper:#fcfcfd;--composition-wine:#8f3b49}.guest-composition .guest-back{margin-bottom:var(--ef-space-2)}.guest-composition-hero{gap:var(--ef-space-4);display:grid}.guest-composition-hero .guest-detail-art{min-height:13.5rem}.guest-composition-title{padding:0}.guest-composition-title>span,.guest-story-opening>span,.guest-story-mosaic article>span,.guest-source-map>div>span,.guest-memory-song header>div>span{color:var(--composition-wine);letter-spacing:.08em;text-transform:uppercase;font-size:.625rem;font-weight:700}.guest-composition-title h1{font-family:var(--ef-font-serif);letter-spacing:-.035em;margin:.35rem 0;font-size:1.65rem;font-weight:500;line-height:1.08}.guest-composition-title>p{color:var(--ef-color-text-muted);margin:0;font-size:.8125rem;line-height:1.6}.guest-composition-title>div{gap:var(--ef-space-2);margin-top:var(--ef-space-3);flex-wrap:wrap;display:flex}.guest-composition-title>div span{color:#656870;border:1px solid var(--ef-color-border);border-radius:var(--ef-radius-round);background:var(--ef-color-surface);padding:.3rem .55rem;font-size:.625rem}.guest-layout-switcher{margin:var(--ef-space-5) 0;border:1px solid var(--ef-color-border);background:#fff;border-radius:.9rem;grid-template-columns:1fr repeat(3,auto);align-items:center;gap:.25rem;padding:.25rem;display:grid}.guest-layout-switcher>span{padding-left:var(--ef-space-2);color:var(--ef-color-text-subtle);font-size:.625rem}.guest-layout-switcher button{min-height:38px;padding:0 var(--ef-space-3);color:var(--ef-color-text-muted);font:inherit;cursor:pointer;background:0 0;border:0;border-radius:.7rem;font-size:.6875rem}.guest-layout-switcher button[aria-pressed=true]{color:#fff;background:#292a2f}.guest-story-canvas{gap:1rem;display:grid}.guest-story-canvas>section{position:relative}.guest-story-opening{background:#292a2f;border-radius:1.35rem;padding:1.5rem 1.25rem}.guest-story-opening>span{color:#cfa7ae}.guest-story-opening blockquote{margin:1.5rem 0 0}.guest-story-opening blockquote strong{color:#fff;font-family:var(--ef-font-serif);font-size:1.25rem;font-weight:500;line-height:1.25}.guest-story-opening blockquote p{margin:var(--ef-space-3) 0 0;color:#ffffffb8;font-family:var(--ef-font-serif);font-size:.875rem;line-height:1.85}.guest-story-mosaic{gap:var(--ef-space-2);grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);display:grid}.guest-story-mosaic figure,.guest-story-mosaic article{background:#fff;border-radius:1.25rem;min-width:0;margin:0;overflow:hidden}.guest-story-mosaic figure>div{min-height:18rem;position:relative}.guest-story-mosaic figcaption{color:var(--ef-color-text-subtle);padding:.65rem;font-size:.58rem}.guest-story-mosaic article{border:1px solid var(--ef-color-border);flex-direction:column;justify-content:flex-end;padding:1rem;display:flex}.guest-story-mosaic article h2{margin:1.5rem 0 var(--ef-space-2);font-family:var(--ef-font-serif);font-size:1.05rem;font-weight:500;line-height:1.2}.guest-story-mosaic article p{color:var(--ef-color-text-muted);margin:0;font-size:.6875rem;line-height:1.65}.guest-story-mosaic article small{margin-top:var(--ef-space-3);color:var(--composition-wine);font-size:.58rem}.guest-voice-memory{color:#fff;background:radial-gradient(circle at 100% 0,#8f3b495c,#0000 15rem),#25262b;border-radius:1.35rem;padding:1.25rem;overflow:hidden}.guest-voice-memory header{align-items:center;gap:var(--ef-space-3);display:flex}.guest-voice-memory header button{color:#fff;width:3rem;height:3rem;font:inherit;cursor:pointer;background:#ffffff14;border:1px solid #ffffff2e;border-radius:50%;flex:none;place-items:center;display:grid}.guest-voice-memory header span{color:#cfa7ae;font-size:.625rem}.guest-voice-memory h2{margin:.25rem 0 0;font-size:.875rem;font-weight:650}.guest-waveform{height:4.5rem;margin:var(--ef-space-4) 0 var(--ef-space-3);align-items:center;gap:.2rem;display:flex}.guest-waveform i{border-radius:var(--ef-radius-round);transform-origin:50%;width:100%;min-height:.2rem;transition:background-color var(--ef-motion-base) var(--ef-ease-standard);background:#ffffff57}.guest-voice-memory.is-playing .guest-waveform i:nth-child(-n+13){background:#d7929e}.guest-voice-memory blockquote{color:#ffffffe0;font-family:var(--ef-font-serif);margin:0;font-size:.9rem;line-height:1.65}.guest-voice-memory>p{margin:var(--ef-space-3) 0 0;color:#ffffff7a;font-size:.58rem}.guest-video-memory{background:#fff;border-radius:1.35rem;overflow:hidden}.guest-video-memory>button{width:100%;color:var(--ef-color-text);font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;padding:0 0 1rem}.guest-video-memory>button>div{min-height:12rem;position:relative;overflow:hidden}.guest-video-memory>button>div:after{content:"";background:linear-gradient(#0000 50%,#14141899);position:absolute;inset:0}.guest-video-memory>button>div>span{z-index:2;color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#1a1b1f73;border:1px solid #ffffffa6;border-radius:50%;place-items:center;width:3rem;height:3rem;font-size:1.1rem;display:grid;position:absolute;inset:50% auto auto 50%;transform:translate(-50%,-50%)}.guest-video-memory>button>div>small{right:var(--ef-space-3);bottom:var(--ef-space-3);z-index:2;color:#fff;font-size:.625rem;position:absolute}.guest-video-memory>button>strong,.guest-video-memory>button>em{padding-inline:var(--ef-space-4);display:block}.guest-video-memory>button>strong{margin-top:var(--ef-space-3);font-size:.95rem}.guest-video-memory>button>em{color:var(--composition-wine);margin-top:.2rem;font-size:.625rem;font-style:normal}.guest-video-storyboard{gap:var(--ef-space-1);padding:0 var(--ef-space-4) var(--ef-space-4);grid-template-columns:repeat(3,1fr);display:grid}.guest-video-storyboard span{color:#656870;background:var(--ef-color-surface-subtle);border-radius:.6rem;padding:.55rem;font-size:.55rem;line-height:1.4}.guest-video-storyboard p{margin:var(--ef-space-2) 0 0;color:var(--ef-color-text-muted);font-family:var(--ef-font-serif);grid-column:1/-1;font-size:.75rem;line-height:1.6}.guest-source-map{border:1px solid var(--ef-color-border);background:#fff;border-radius:1.35rem;padding:1.25rem}.guest-source-map h2{margin:.3rem 0 0;font-size:.95rem;font-weight:650}.guest-source-map ol{gap:var(--ef-space-2);margin:var(--ef-space-4) 0 0;grid-template-columns:repeat(2,1fr);padding:0;list-style:none;display:grid}.guest-source-map li{align-items:center;gap:var(--ef-space-2);padding:var(--ef-space-2);background:var(--ef-color-background);border-radius:.8rem;grid-template-columns:2rem minmax(0,1fr);display:grid}.guest-source-map li>span{color:#fff;background:#303137;border-radius:.55rem;place-items:center;width:2rem;height:2rem;font-size:.625rem;display:grid}.guest-source-map li p{margin:0;font-size:.6875rem}.guest-source-map li small{color:var(--ef-color-text-subtle);margin-top:.15rem;font-size:.55rem;display:block}.guest-memory-song{color:#f8f3f4;background:radial-gradient(circle at 105% -10%,#cd96a03d,#0000 15rem),linear-gradient(145deg,#5f3039,#27252c 70%);border-radius:1.35rem;padding:1.25rem;overflow:hidden}.guest-memory-song>header{align-items:center;gap:var(--ef-space-3);grid-template-columns:3rem minmax(0,1fr) auto;display:grid}.guest-song-mark{width:3rem;height:3rem;font-family:var(--ef-font-serif);background:#ffffff14;border:1px solid #ffffff2e;border-radius:1rem;place-items:center;font-size:1.3rem;display:grid}.guest-memory-song header>div>span{color:#d9adb5}.guest-memory-song h2{margin:.15rem 0 0;font-size:1rem}.guest-memory-song header>em{color:#d9adb5;font-size:.55rem;font-style:normal}.guest-memory-song>p{margin:var(--ef-space-4) 0;color:#ffffffad;font-size:.75rem;line-height:1.7}.guest-memory-song>button{color:#2b2428;width:100%;min-height:46px;font:inherit;cursor:pointer;background:#f3e9eb;border:0;border-radius:.85rem;font-size:.75rem;font-weight:680}.guest-song-workbench{gap:var(--ef-space-4);margin-top:var(--ef-space-4);padding-top:var(--ef-space-4);border-top:1px solid #ffffff1f;display:grid}.guest-song-workbench section>span,.guest-song-workbench blockquote small{color:#d9adb5;font-size:.625rem}.guest-song-workbench section>div{gap:var(--ef-space-2);margin-top:var(--ef-space-2);flex-wrap:wrap;display:flex}.guest-song-workbench section button{min-height:38px;padding:0 var(--ef-space-3);color:#ffffffb3;border-radius:var(--ef-radius-round);font:inherit;cursor:pointer;background:0 0;border:1px solid #ffffff24;font-size:.625rem}.guest-song-workbench section button[aria-pressed=true]{color:#2b2428;background:#f3e9eb;border-color:#f3e9eb}.guest-song-workbench blockquote{padding:var(--ef-space-4);font-family:var(--ef-font-serif);background:#ffffff0f;border-left:2px solid #d9adb5;margin:0;font-size:.82rem;line-height:1.8}.guest-song-workbench blockquote small{margin-bottom:var(--ef-space-3);font-family:var(--ef-font-sans);display:block}.guest-song-workbench footer{gap:var(--ef-space-2);display:grid}.guest-song-workbench footer span{color:#ffffff7a;font-size:.58rem}.guest-song-workbench footer button{color:#2b2428;min-height:44px;font:inherit;cursor:pointer;background:#f3e9eb;border:0;border-radius:.75rem;font-size:.7rem;font-weight:680}.guest-composition--timeline .guest-story-canvas{position:relative}.guest-composition--timeline .guest-story-canvas:before{content:"";width:1px;position:absolute;inset-block:0}.guest-composition--timeline .guest-story-canvas>section:before{content:"";z-index:3;border:2px solid var(--ef-color-background);background:var(--composition-wine);border-radius:50%;width:.55rem;height:.55rem;position:absolute}.guest-composition .guest-detail-actions{margin-top:var(--ef-space-5)}.guest-layout-switcher button:focus-visible,.guest-voice-memory button:focus-visible,.guest-video-memory button:focus-visible,.guest-memory-song button:focus-visible{outline:3px solid color-mix(in srgb, var(--ef-color-focus) 34%, transparent);outline-offset:3px}@media (max-width:767px){.guest-home-heading h1,.guest-create h1,.guest-pieces>header h1{font-size:1.625rem}.guest-composition-title h1{font-size:1.65rem}}@media (prefers-reduced-motion:reduce){html:focus-within{scroll-behavior:auto}.product-button:hover,.quick-action-grid a:hover,.piece-card:hover,.library-list>a:hover,.creator-path-card:hover{transform:none}}body{background:var(--ef-color-background)}.brand,.header-sign-in,.mobile-header-action{color:var(--ef-color-text)}.brand-mark,.eyebrow{color:var(--ef-color-accent)}.product-button--primary,.round-create-action{color:#fff;background:#a74755;box-shadow:0 8px 20px #87323f29}.product-button--quiet,.header-sign-in{background:#ffffffe0}.guest-stage{background:var(--ef-color-stage)}.guest-app{background:var(--ef-color-background)}.guest-header{background:#f7f8fbe0;border-bottom-color:#e7e9efb3}.guest-sign-in{color:var(--ef-color-text);background:#fff;border-color:#0000;box-shadow:0 4px 14px #1c1f2a0f}.guest-disclosure{color:#5d6170;background:#f0f3fb;border-bottom-color:#e5e9f4}.guest-disclosure strong{color:#5f6470;background:#e2e5eb}.guest-main{padding-top:var(--ef-space-4)}.guest-home-heading{align-items:center}.guest-home-heading h1,.guest-create h1,.guest-pieces>header h1,.guest-me h1{font-family:var(--ef-font-sans);letter-spacing:-.05em;font-weight:680}.guest-home-heading h1{margin:.2rem 0 .45rem;font-size:clamp(2.15rem,10vw,3rem);line-height:.98}.guest-home-heading>div>p:last-child{max-width:29ch}.guest-home-heading>button{background:#a74755;box-shadow:0 8px 20px #87323f29}.guest-home-heading .eyebrow,.guest-section-row .eyebrow,.guest-create>header .eyebrow,.guest-pieces>header .eyebrow{color:#777b84}.guest-continue{padding-top:2rem}.guest-section-row{justify-content:space-between;align-items:flex-end;gap:var(--ef-space-3);display:flex}.guest-section-row>span{color:var(--ef-color-text-subtle);flex:none;padding-bottom:.1rem;font-size:.6875rem}.guest-section-row h2{font-family:var(--ef-font-sans);letter-spacing:-.035em;margin:.15rem 0 0;font-size:1.25rem;font-weight:720}.guest-featured{min-height:8.75rem;margin-top:var(--ef-space-3);color:var(--ef-color-text);border:1px solid var(--ef-color-border);background:#fff;border-radius:1.35rem;grid-template-columns:7.5rem minmax(0,1fr);box-shadow:0 10px 30px #1c1f2a14}.guest-featured__art{background:linear-gradient(145deg,#95868c,#6f6977 50%,#535e6c);min-height:8.75rem}.guest-featured__art:after,.guest-shelf-art:after,.guest-piece-art:after,.guest-detail-art:after,.piece-art:after,.piece-card__art:after,.library-piece-art:after{content:"";aspect-ratio:1;border:1px solid #ffffff94;border-radius:1.1rem 50% 50%;width:46%;position:absolute;inset:10% auto auto 10%;transform:rotate(14deg)}.has-cover:before,.has-cover:after{display:none}.guest-cover-image{object-fit:cover}.guest-featured__art:before,.guest-shelf-art:before,.guest-piece-art:before,.guest-detail-art:before,.piece-art:before,.piece-card__art:before,.library-piece-art:before{background:#ffffffb3}.guest-featured__copy{min-width:0;padding:var(--ef-space-3) var(--ef-space-4);flex-direction:column;justify-content:center;display:flex}.guest-featured__copy>span,.guest-piece-list button>div:nth-child(2)>span,.guest-detail>header>span,.guest-detail-grid section>span{color:var(--ef-color-accent)}.guest-featured h2{color:var(--ef-color-text);font-family:var(--ef-font-sans);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:.25rem 0;font-size:1.05rem;font-weight:720;line-height:1.15;display:-webkit-box;overflow:hidden}.guest-featured p{color:var(--ef-color-text-muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.6875rem;line-height:1.35;display:-webkit-box;overflow:hidden}.guest-featured em{color:var(--ef-color-accent-ink);margin-top:.45rem}.guest-shelf{padding-top:2.25rem}.guest-shelf-grid{gap:var(--ef-space-3);margin-top:var(--ef-space-3);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.guest-shelf-grid>button{min-width:0;color:var(--ef-color-text);font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;padding:0}.guest-shelf-art{aspect-ratio:1.08;background:linear-gradient(145deg,#8a95a4,#65717f 55%,#887e88);border-radius:1.15rem;position:relative;overflow:hidden;box-shadow:0 8px 20px #2b30461a}.guest-shelf-art>span{aspect-ratio:1;border:1px solid #ffffffa3;border-radius:50%;width:34%;position:absolute;bottom:14%;right:11%}.guest-shelf-art em{color:#fff;z-index:2;background:linear-gradient(#0000,#1819218a);padding:1.5rem .65rem .55rem;font-size:.58rem;font-style:normal;position:absolute;inset:auto 0 0}.guest-shelf-grid strong{text-overflow:ellipsis;white-space:nowrap;margin-top:.6rem;font-size:.8rem;font-weight:680;display:block;overflow:hidden}.guest-shelf-grid p{color:var(--ef-color-text-muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:.2rem 0 0;font-size:.64rem;line-height:1.35;display:-webkit-box;overflow:hidden}.guest-next{padding-top:2.5rem}.guest-start-strip{gap:var(--ef-space-2);margin-top:var(--ef-space-3);grid-template-columns:repeat(4,minmax(0,1fr));display:grid}.guest-start-strip button{min-width:0;min-height:5.4rem;color:var(--ef-color-text);font:inherit;cursor:pointer;background:#fff;border:0;border-radius:1rem;flex-direction:column;align-items:center;gap:.45rem;padding:.65rem .25rem;display:flex}.guest-start-strip strong{white-space:nowrap;font-size:.65rem;font-weight:650}.guest-start-icon{color:#fff;background:#9b7c83;border-radius:.9rem;place-items:center;width:2.75rem;height:2.75rem;font-size:.65rem;font-weight:750;display:grid}.guest-start-icon--object{background:#9b8378}.guest-start-icon--relationship{background:#778799}.guest-start-icon--idea{background:#877d94}.guest-start-grid button{background:#fff;border-color:#0000;position:relative;overflow:hidden;box-shadow:0 5px 18px #1c1f2a0d}.guest-start-grid button:before{content:"";width:2.4rem;height:.3rem;inset:0 auto auto var(--ef-space-4);border-radius:0 0 var(--ef-radius-round) var(--ef-radius-round);background:#7f8997;position:absolute}.guest-start-grid button:nth-child(2):before{background:#9b8378}.guest-start-grid button:nth-child(3):before{background:#877d94}.guest-start-grid button:nth-child(4):before{background:#9b7c83}.guest-start-grid button[aria-pressed=true]{border-color:var(--ef-color-accent);background:#fff7f8;box-shadow:0 8px 24px #a640511a}.guest-start-grid strong,.guest-action-grid strong,.guest-boundary-list strong{font-family:var(--ef-font-sans);font-weight:700}.guest-title-card>button,.guest-detail-actions a{color:#fff;background:#a74755;box-shadow:0 8px 20px #87323f21}.guest-piece-summary strong{color:var(--ef-color-text);font-family:var(--ef-font-sans);font-weight:750}.guest-piece-art,.guest-detail-art{background:linear-gradient(145deg,#8a95a4,#65717f 55%,#887e88)}.piece-art--object{background:linear-gradient(145deg,#9d8e87,#7b7173 56%,#606875)}.piece-art--relationship{background:linear-gradient(145deg,#8492a1,#657383 54%,#847e8e)}.piece-art--idea{background:linear-gradient(145deg,#91899d,#706c82 54%,#867985)}.piece-art--experience{background:linear-gradient(145deg,#95868c,#6f6977 50%,#535e6c)}.piece-art--skill,.piece-art--project,.piece-art--action{background:linear-gradient(145deg,#82999b,#718091 54%,#8f8695)}.guest-detail-grid section{border-color:#0000;box-shadow:0 6px 20px #1c1f2a0d}.guest-toast{color:#fff;background:#292b33}.guest-navigation{background:#fffffff0;border-top-color:#e7e9efcc;box-shadow:0 -8px 24px #1c1f2a0d}.guest-navigation button[aria-current=page]{color:var(--ef-color-accent)}.guest-navigation button:nth-child(2)>span{color:#fff;background:#a74755;border:4px solid #fff;border-radius:1rem;place-items:center;width:2.75rem;height:2.75rem;margin-top:-1.15rem;display:grid;box-shadow:0 8px 20px #87323f2b}.guest-navigation button:nth-child(2) svg{width:1.25rem;height:1.25rem}.featured-piece{color:var(--ef-color-text);border:1px solid var(--ef-color-border);background:#fff}.piece-art{background:linear-gradient(145deg,#95868c,#6f6977 50%,#535e6c)}.featured-piece__content{background:#fff}.featured-piece__content .piece-kicker,.piece-kicker{color:var(--ef-color-accent)}.featured-piece h2{color:var(--ef-color-text)}.featured-piece p,.piece-meta{color:var(--ef-color-text-muted)}.quick-action-grid a{border-color:#0000;box-shadow:0 6px 20px #1c1f2a0d}.quick-action-grid a:first-child,.quick-action-grid a:nth-child(2),.quick-action-grid a:nth-child(3){background:#fff}.quick-action-grid strong{font-family:var(--ef-font-sans);font-weight:700}@media (max-width:767px){.landing-hero__copy h1{font-size:clamp(2.25rem,10vw,2.7rem)}.home-intro h1,.library-heading h1,.creator-welcome h1{font-size:clamp(2rem,8.5vw,2.45rem)}.guest-home-heading h1{max-width:12ch;font-size:1.95rem;line-height:1.04}.guest-create h1,.guest-pieces>header h1,.guest-me h1{font-size:2rem;line-height:1.06}.guest-detail h1{font-size:1.85rem;line-height:1.08}.guest-detail-art{min-height:15rem}.guest-detail>header{padding:var(--ef-space-4) 0}.guest-detail-grid section{min-height:0}.guest-detail-grid h2{margin:1.5rem 0 var(--ef-space-2)}.guest-featured{grid-template-rows:none}.featured-piece{border-radius:1.35rem;grid-template-rows:none;grid-template-columns:7.5rem minmax(0,1fr);min-height:0}.featured-piece .piece-art{min-height:9.5rem}.featured-piece__content{padding:var(--ef-space-4)}.featured-piece h2{font-family:var(--ef-font-sans);font-size:1.25rem;font-weight:720}.featured-piece p{margin-bottom:var(--ef-space-2);font-size:var(--ef-font-size-xs);-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}}.guest-pieces>header h1{letter-spacing:-.035em;font-size:1.375rem;line-height:1.12}.guest-layout-switcher{grid-template-columns:repeat(3,minmax(0,1fr));gap:.35rem;margin:1.25rem 0;padding:.3rem}.guest-layout-switcher button{width:100%;min-height:36px;padding-inline:.5rem}.guest-home-heading h1,.guest-create h1{letter-spacing:-.04em;font-size:clamp(1.6rem,7vw,2.1rem);line-height:1.08}.guest-create>header{max-width:34rem;padding:1rem 0 1.25rem}@media (max-width:767px){.guest-pieces>header h1{font-size:1.375rem}.guest-home-heading h1,.guest-create h1{max-width:none;font-size:1.375rem;line-height:1.12}.guest-create>header{padding-bottom:1rem}.guest-create-progress li{font-size:.61rem}.guest-create-progress li:last-child{justify-self:end}.creator-welcome h1{font-size:clamp(1.65rem,7vw,2rem)}}
