body:has(.studio-app){background:var(--ui-page);color:var(--ui-ink);color-scheme:var(--ui-scheme)}.studio-app{--paper:var(--ui-page);--surface:var(--ui-surface);--wash:var(--ui-subtle);--ink:var(--ui-ink);--muted:var(--ui-muted);--plum:var(--ui-accent);--line:var(--ui-line);--error:var(--ui-danger);--control-surface:var(--ui-surface);--control-ink:var(--ui-ink);--control-muted:var(--ui-muted);--control-line:var(--ui-line-strong);min-height:100dvh;background:var(--ui-page);color:var(--ui-ink);color-scheme:var(--ui-scheme)}.studio-app>.studio-nav{background:var(--ui-surface);color:var(--ui-ink);border-color:var(--ui-line)}.studio-app>.studio-nav .brand{color:var(--ui-accent)}.studio-app>.studio-nav :is(a,button,summary):focus-visible{outline:2px solid var(--ui-focus);outline-offset:3px}.studio-ui{font:400 14px/1.6 var(--font-sans),Arial,sans-serif;color:var(--ui-ink)}.studio-page-heading{display:flex;align-items:center;justify-content:space-between;gap:var(--ui-space-6);margin-bottom:var(--ui-space-8)}.studio-page-heading>div:first-child{min-width:0}.studio-page-heading h1{font:650 clamp(28px,2.6vw,36px)/1.2 var(--font-sans),Arial,sans-serif;letter-spacing:-.035em;overflow-wrap:anywhere}.studio-page-eyebrow{margin:0 0 var(--ui-space-2);color:var(--ui-muted);font-size:12px;font-weight:600}.studio-page-description{margin:var(--ui-space-3) 0 0;max-width:75ch;color:var(--ui-muted);font-size:14px;line-height:1.6}.studio-page-actions{display:flex;align-items:center;flex-wrap:wrap;gap:var(--ui-space-2);flex-shrink:0}.insight-button,.studio-button,:is(.studio-ui,body:has(.studio-app) .analytics-panel) .button{--button-bg:var(--ui-accent);--button-ink:var(--ui-on-accent);--button-line:var(--ui-accent);display:inline-flex;align-items:center;justify-content:center;gap:var(--ui-space-2);min-height:var(--ui-control-height);padding:11px 16px;border:1px solid var(--button-line);border-radius:var(--ui-radius-control);background:var(--button-bg);color:var(--button-ink);font:600 14px/1.45 var(--font-sans),Arial,sans-serif;letter-spacing:0;text-decoration:none;text-align:center;box-shadow:none;cursor:pointer}.insight-button.secondary,.studio-button-secondary,:is(.studio-ui,body:has(.studio-app) .analytics-panel) .button.secondary{--button-bg:var(--ui-surface);--button-ink:var(--ui-ink);--button-line:var(--ui-line-strong)}.studio-button-quiet{--button-bg:transparent;--button-ink:var(--ui-muted);--button-line:transparent}.studio-button-danger{--button-bg:var(--ui-danger-surface);--button-ink:var(--ui-danger);--button-line:var(--ui-danger)}.studio-button-compact{padding-inline:12px;font-size:13px}.insight-button:hover:not(:disabled):not([aria-disabled=true]),.studio-button:hover:not(:disabled):not([aria-disabled=true]),:is(.studio-ui,body:has(.studio-app) .analytics-panel) .button:hover:not(:disabled):not([aria-disabled=true]){background:var(--ui-accent-hover);border-color:var(--ui-accent-hover);color:var(--ui-on-accent)}.insight-button.secondary:hover:not(:disabled):not([aria-disabled=true]),.studio-button:is(.studio-button-secondary,.studio-button-quiet):hover:not(:disabled),:is(.studio-ui,body:has(.studio-app) .analytics-panel) .button.secondary:hover:not(:disabled){background:var(--ui-selected);border-color:var(--ui-line-strong);color:var(--ui-ink)}.studio-button.studio-button-danger:hover:not(:disabled):not([aria-disabled=true]){background:var(--ui-danger);border-color:var(--ui-danger);color:var(--ui-page)}.insight-button:disabled,.insight-button[aria-disabled=true],.studio-button:disabled,.studio-button[aria-disabled=true],:is(.studio-ui,body:has(.studio-app) .analytics-panel) .button:disabled{background:var(--ui-subtle);color:var(--ui-muted);border-color:var(--ui-line);opacity:1;cursor:not-allowed}.insight-button:focus-visible,.studio-button:focus-visible,.studio-ui :is(a,button,input,textarea,select,summary,[tabindex]):focus-visible{outline:2px solid var(--ui-focus);outline-offset:3px}.studio-ui :is(input:not([type=checkbox]):not([type=radio]):not([type=range]),textarea,select,.smart-select){min-height:var(--ui-control-height);border:1px solid var(--ui-line-strong);border-radius:var(--ui-radius-control);background-color:var(--ui-surface);color:var(--ui-ink);font:400 14px/1.45 var(--font-sans),Arial,sans-serif}.studio-ui :is(input,textarea)::placeholder{color:var(--ui-faint);opacity:1}.studio-ui :is(input,textarea,select,.smart-select):disabled{background-color:var(--ui-subtle);color:var(--ui-muted);opacity:1}.studio-notice{--notice-ink:var(--ui-muted);--notice-surface:var(--ui-subtle);display:flex;align-items:flex-start;gap:var(--ui-space-2);padding:14px 16px;margin-block:var(--ui-space-4);border:1px solid var(--ui-line);border-radius:var(--ui-radius-control);background:var(--notice-surface);color:var(--notice-ink);font:400 13px/1.6 var(--font-sans),Arial,sans-serif}.studio-notice>svg{margin-top:2px}.studio-notice p{margin:0}.studio-notice-warning{--notice-ink:var(--ui-warning);--notice-surface:var(--ui-warning-surface)}.studio-notice-danger{--notice-ink:var(--ui-danger);--notice-surface:var(--ui-danger-surface)}.studio-notice-success{--notice-ink:var(--ui-success);--notice-surface:var(--ui-success-surface)}.dashboard.studio-ui{padding-top:40px;padding-bottom:64px}.dashboard .wedding-card{overflow:hidden;border:1px solid var(--ui-line);border-radius:var(--ui-radius-panel);background:var(--ui-surface)}.dashboard .wedding-info{padding:20px}.dashboard .wedding-info h2{font:600 20px/1.35 var(--font-sans),Arial,sans-serif;letter-spacing:-.02em}.dashboard .wedding-info .status{padding:4px 8px;border-radius:5px;background:var(--ui-selected);color:var(--ui-accent);font-size:12px;letter-spacing:0;text-transform:none}.dashboard .wedding-info .text-link{color:var(--ui-accent)}.dashboard .dashboard-invitation-links a{min-height:44px;padding:10px 12px;background:var(--ui-subtle);border-color:var(--ui-line);border-radius:var(--ui-radius-control);color:var(--ui-ink)}.dashboard .dashboard-invitation-links a:hover{background:var(--ui-selected)}.dashboard .empty-wedding{border:1px solid var(--ui-line);border-radius:var(--ui-radius-panel);background:var(--ui-surface)}.dashboard .empty-wedding h2{font:600 clamp(28px,3vw,38px)/1.2 var(--font-sans),Arial,sans-serif;letter-spacing:-.03em}.dashboard .empty-wedding h2 i{font:inherit}.dashboard .studio-trash{color:var(--ui-ink)}.dashboard .studio-trash,.dashboard .studio-trash>article{border-color:var(--ui-line)}.dashboard .studio-trash :is(span,p){color:var(--ui-muted)}.dashboard .studio-trash h3{font:600 16px/1.4 var(--font-sans),Arial,sans-serif}.dashboard .studio-trash summary{display:list-item;min-height:44px;padding-block:10px;font-size:15px;font-weight:600}.dashboard .invitation-actions :is(button,.text-link){color:var(--ui-muted)}.dashboard .invitation-actions .error{color:var(--ui-danger)}.studio-app .invitation-action-sheet{--editor-page:var(--ui-surface);--editor-surface:var(--ui-surface);--editor-elevated:var(--ui-elevated);--editor-ink:var(--ui-ink);--editor-muted:var(--ui-muted);--editor-line:var(--ui-line);--editor-control-line:var(--ui-line-strong);--editor-focus:var(--ui-focus);--ink:var(--ui-ink);--paper:var(--ui-surface);--surface:var(--ui-surface);--muted:var(--ui-muted);--line:var(--ui-line);--plum:var(--ui-accent);background:var(--ui-surface);color:var(--ui-ink);color-scheme:var(--ui-scheme)}.invitation-action-sheet .editor-sheet-body p{color:var(--ui-muted)}.invitation-action-sheet .editor-sheet-body strong{color:var(--ui-ink)}.studio-app>.studio-nav:has(.studio-theme-control--compact){flex-wrap:wrap;gap:12px;padding-block:12px}.studio-app>.studio-nav:has(.studio-theme-control--compact) .account-nav{margin-left:auto}@media (max-width:700px){.studio-page-heading{align-items:flex-start;flex-direction:column;gap:20px}.studio-page-actions{width:100%}.studio-page-actions>:is(a,button){width:100%}.studio-page-description{font-size:13px}.studio-ui :is(input:not([type=checkbox]):not([type=radio]):not([type=range]),textarea,select,.smart-select){font-size:16px}.dashboard.studio-ui{padding-top:28px}}@media (forced-colors:active){.dashboard .wedding-card,.studio-button,.studio-notice{border:1px solid CanvasText}}body:has(.studio-app) .analytics-choice{background:var(--ui-surface);color:var(--ui-ink);border-color:var(--ui-line);color-scheme:var(--ui-scheme);box-shadow:var(--ui-shadow-menu)}body:has(.studio-app) .analytics-panel p,body:has(.studio-app) .analytics-settings{color:var(--ui-muted)}body:has(.studio-app) .analytics-panel p a{color:var(--ui-accent);text-decoration:underline;text-underline-offset:3px}body:has(.studio-app) .analytics-choice :is(button,a):focus-visible{outline:2px solid var(--ui-focus);outline-offset:3px}:root{--editor-color-scheme:light;--editor-page:#f2f1ee;--editor-canvas:#e4e3df;--editor-surface:#ffffff;--editor-elevated:#f2f1ee;--editor-overlay-surface:#fffffff5;--editor-ink:#292b30;--editor-muted:#60616a;--editor-line:#d4d3cf;--editor-control-line:#83817c;--editor-wash:#e8e5df;--editor-accent:#79502c;--editor-accent-hover:#654021;--editor-on-accent:#ffffff;--editor-focus:#946335;--editor-success:#376b45;--editor-success-surface:#e8efdf;--editor-warning:#856022;--editor-warning-surface:#f5eddc;--editor-error:#a1303e;--editor-error-surface:#f7e8e7;--editor-shadow:#17181c30;--editor-highlight:rgb(255 255 255/0.5);--editor-shadow-soft:#17181c12}html[data-studio-theme=dark]{--editor-color-scheme:dark;--editor-page:#191b20;--editor-canvas:#121419;--editor-surface:#25282f;--editor-elevated:#2d3038;--editor-overlay-surface:#25282ff5;--editor-ink:#f2f0ec;--editor-muted:#bcbab6;--editor-line:#464951;--editor-control-line:#82858e;--editor-wash:#363840;--editor-accent:#e2b681;--editor-accent-hover:#f1cda1;--editor-on-accent:#2b2016;--editor-focus:#eac08e;--editor-success:#b0d49c;--editor-success-surface:#2c3b29;--editor-warning:#e5c182;--editor-warning-surface:#3e3525;--editor-error:#ffb3b6;--editor-error-surface:#452b2b;--editor-shadow:#00000055;--editor-highlight:rgb(255 255 255/0.07);--editor-shadow-soft:#00000028}@media (prefers-color-scheme:dark){:root:not([data-studio-theme]){--editor-color-scheme:dark;--editor-page:#191b20;--editor-canvas:#121419;--editor-surface:#25282f;--editor-elevated:#2d3038;--editor-overlay-surface:#25282ff5;--editor-ink:#f2f0ec;--editor-muted:#bcbab6;--editor-line:#464951;--editor-control-line:#82858e;--editor-wash:#363840;--editor-accent:#e2b681;--editor-accent-hover:#f1cda1;--editor-on-accent:#2b2016;--editor-focus:#eac08e;--editor-success:#b0d49c;--editor-success-surface:#2c3b29;--editor-warning:#e5c182;--editor-warning-surface:#3e3525;--editor-error:#ffb3b6;--editor-error-surface:#452b2b;--editor-shadow:#00000055;--editor-shadow-soft:#00000028}}.asset-drawer,.composition-preview-dock,.composition-quick-controls,.composition-sheet,.editor-main,.editor-sheet,.editor-v2,.envelope-preview-dialog,.full-invitation-preview,.inline-text-panel,.new-wedding,.owner-preview-nav,.photo-inspector,.section-inline-order,.setup-preview{--paper:var(--editor-page);--surface:var(--editor-surface);--wash:var(--editor-wash);--ink:var(--editor-ink);--muted:var(--editor-muted);--line:var(--editor-line);--accent:var(--editor-accent);--plum:var(--editor-accent);--error:var(--editor-error);--control-surface:var(--editor-surface);--control-ink:var(--editor-ink);--control-muted:var(--editor-muted);--control-line:var(--editor-control-line);color-scheme:var(--editor-color-scheme)}.asset-drawer,.editor-main,.new-wedding{color:var(--editor-ink);background:var(--editor-page)}:is(.editor-main,.new-wedding) .image-picker svg{color:var(--editor-on-accent);background:var(--editor-accent)}:is(.editor-main,.new-wedding,.editor-sheet,.asset-drawer,.full-invitation-preview,.inline-text-panel) .button:not(:where(.invitation-page .button)):not(.secondary){color:var(--editor-on-accent);background:var(--editor-accent);border-color:var(--editor-accent)}:is(.editor-main,.new-wedding,.editor-sheet,.asset-drawer,.full-invitation-preview,.inline-text-panel) .button:not(:where(.invitation-page .button)):not(.secondary):hover:not(:disabled){color:var(--editor-on-accent);background:var(--editor-accent-hover);border-color:var(--editor-accent-hover)}:is(.editor-main,.new-wedding,.editor-sheet,.asset-drawer,.full-invitation-preview,.inline-text-panel) .button:not(:where(.invitation-page .button)).secondary{color:var(--editor-ink);background:var(--editor-surface);border-color:var(--editor-control-line)}:is(.editor-main,.new-wedding,.editor-sheet,.asset-drawer,.full-invitation-preview,.inline-text-panel) .button:not(:where(.invitation-page .button)).secondary:hover:not(:disabled){background:var(--editor-wash)}:is(.editor-main,.new-wedding,.editor-sheet,.asset-drawer,.full-invitation-preview,.inline-text-panel) .button:not(:where(.invitation-page .button)):disabled{color:var(--editor-muted);background:var(--editor-wash);border-color:var(--editor-line);opacity:1}:is(.editor-main,.new-wedding,.editor-sheet,.asset-drawer,.full-invitation-preview,.inline-text-panel) :is(button,a,input,textarea,select,summary):focus-visible:not(:where(.invitation-page :focus-visible)){outline-color:var(--editor-focus)}.share-link-image:has(img){background:#faf7ec}.section-inline-order{background:var(--editor-surface);border-color:var(--editor-line);box-shadow:0 4px 16px var(--editor-shadow-soft)}.section-inline-order,.section-inline-order button{color:var(--editor-ink)}.section-inline-order button:hover:not(:disabled){background:var(--editor-wash)}.section-inline-order button:disabled{color:var(--editor-muted)}.section-inline-order button:focus-visible{outline-color:var(--editor-focus)}.composition-edit-hint{background:var(--editor-overlay-surface);color:var(--editor-ink);box-shadow:0 8px 24px var(--editor-shadow)}.composition-preview-error{background:var(--editor-error-surface);color:var(--editor-error)}:is(.editor-v2,.editor-sheet,.inline-text-panel,.composition-quick-controls) :is(button,summary,.button){touch-action:manipulation;transition:background-color .14s ease,border-color .14s ease,box-shadow .14s ease,scale .12s ease}:is(.editor-v2,.editor-sheet,.inline-text-panel,.composition-quick-controls) :is(button,summary,.button):active:not(:disabled){scale:.97}:is(.editor-v2,.editor-sheet,.inline-text-panel,.composition-quick-controls) :is(button,summary,input,textarea,select):focus-visible{outline:2px solid var(--editor-focus);outline-offset:3px}:is(.editor-sheet,.inline-text-panel,.composition-quick-controls,.quick-control-panel){box-shadow:0 18px 56px var(--editor-shadow),inset 0 1px 0 var(--editor-highlight)}.editor-v2.editor-canvas-active .editor-tabs{display:none}.editor-v2.editor-canvas-active .editor-grid{grid-template-columns:minmax(0,1fr)}.editor-v2.editor-canvas-active .editor-live-canvas{grid-column:1}.editor-v2 .editor-floating-toolbar{gap:4px;padding:6px;border-radius:18px;border-color:var(--editor-control-line);box-shadow:0 12px 36px var(--editor-shadow),inset 0 1px 0 var(--editor-highlight)}.editor-v2 .editor-floating-toolbar>button{border-color:transparent;border-radius:12px;background:transparent}.editor-v2 .editor-floating-toolbar>button:hover:not(:disabled){background:var(--editor-wash)}.editor-v2 .editor-floating-toolbar .inline-mode-controls{padding-left:6px;border-color:var(--editor-control-line)}.editor-v2 .editor-floating-toolbar .inline-mode-controls button{color:var(--editor-on-accent);background:var(--editor-accent);border-color:var(--editor-accent);border-radius:12px}.editor-v2 .editor-workspace-nav button[aria-current=page]{color:var(--editor-accent);border-color:var(--editor-control-line);background:var(--editor-wash)}.editor-v2 .full-preview-header{box-shadow:inset 0 1px 0 var(--editor-highlight)}@media (max-width:850px){:is(.editor-v2,.editor-sheet,.inline-text-panel,.quick-control-panel) :is(input:not([type=checkbox]):not([type=range]),textarea,select){font-size:max(16px,1em)}.editor-v2 .full-preview-stage{padding:8px}}@media (prefers-reduced-motion:reduce){:is(.editor-v2,.editor-sheet,.inline-text-panel,.composition-quick-controls) :is(button,summary,.button){transition:none}:is(.editor-v2,.editor-sheet,.inline-text-panel,.composition-quick-controls) :is(button,summary,.button):active:not(:disabled){scale:none}}.editor-keep-compact{display:none}.navigator-appearance{margin-top:20px;padding-top:16px;border-top:1px solid var(--editor-line);--ui-ink:var(--editor-ink);--ui-muted:var(--editor-muted);--ui-surface:var(--editor-surface);--ui-elevated:var(--editor-elevated);--ui-subtle:var(--editor-wash);--ui-selected:var(--editor-wash);--ui-accent:var(--editor-accent);--ui-line:var(--editor-line);--ui-line-strong:var(--editor-control-line);--ui-focus:var(--editor-focus)}@media (max-width:600px){.editor-v2 .editor-keep-wide{display:none}.editor-v2 .editor-keep-compact{display:inline}.editor-v2 .editor-topbar .editor-identity{display:grid;grid-template-columns:20px minmax(0,1fr);gap:2px 6px}.editor-v2 .editor-topbar .editor-identity>.editor-studio-return{grid-column:1;grid-row:1/3}.editor-v2 .editor-topbar .editor-identity h1{grid-column:2;grid-row:1;align-self:end;font-size:14px}.editor-v2 .editor-topbar .editor-identity .status{display:none}.editor-v2 .editor-topbar .editor-identity .small{display:block;grid-column:2;grid-row:2;align-self:start;max-width:100%;font-size:10px}}.studio-app:has(.editor-workflow)>.studio-nav{display:none}.editor-workflow.editor-v2 .editor-topbar{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:18px;padding:10px 20px;min-height:72px}.editor-workflow.editor-v2 .editor-topbar .editor-heading{display:contents}.editor-workflow.editor-v2 .editor-topbar .editor-identity{grid-column:1;grid-row:1}.editor-workflow.editor-v2 .editor-topbar .editor-actions{grid-column:3;grid-row:1}.editor-workflow.editor-v2 .editor-topbar .editor-workspace-nav{position:static;transform:none;grid-column:2;grid-row:1;padding:3px;border:1px solid var(--editor-line);border-radius:14px;background:var(--editor-page)}.editor-workflow .workflow-step-number{display:grid;place-items:center;width:22px;height:22px;border:1px solid;border-radius:50%;font-size:11px}.editor-workflow.editor-v2 .editor-topbar .editor-workspace-nav button{gap:8px;padding:7px 12px;border-color:transparent;border-radius:10px;font-size:13px}.editor-workflow.editor-v2 .editor-topbar .editor-workspace-nav button[aria-current=page]{background:var(--editor-accent);color:var(--editor-on-accent)}.editor-workflow.editor-v2 .editor-grid{display:grid;grid-template-columns:minmax(290px,340px) minmax(0,1fr);align-items:start}.editor-workflow.editor-v2 .editor-grid:not(:has(.editor-workbench)){grid-template-columns:minmax(0,1fr)}.editor-workflow.editor-v2 .editor-live-canvas{grid-column:2;grid-row:1}.editor-workflow.editor-v2 .editor-grid:not(:has(.editor-workbench)) .editor-live-canvas{grid-column:1}.editor-workflow.editor-v2 .editor-management-panel{grid-column:1/-1}.editor-workflow .editor-workbench{position:sticky;top:72px;grid-column:1;grid-row:1;padding:22px 18px;background:var(--editor-surface);border-right:1px solid var(--editor-line);min-height:calc(100dvh - 72px);max-height:calc(100dvh - 72px);overflow-y:auto;scrollbar-width:thin}.workbench-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:8px;margin-bottom:20px}.editor-workflow .workbench-heading h2{margin:0;font:600 22px/1.25 var(--font-sans);letter-spacing:-.04em}.workbench-heading p,.workbench-hint,.workbench-next p{margin:7px 0 0;font-size:12px;line-height:1.5;color:var(--editor-muted)}.editor-workflow .workbench-appearance{display:flex;align-items:center;justify-content:center;flex:0 0 44px;min-width:44px;padding:8px;border:1px solid var(--editor-line)}.workbench-appearance span{display:none}.workbench-fields{border:0;margin:0;padding:0;min-width:0}.editor-form-tabs{display:flex;flex-wrap:wrap;gap:6px;margin:0 0 20px;padding:4px;border:1px solid var(--editor-line);border-radius:12px;background:var(--editor-page)}.editor-v2 .editor-form-tabs button{flex:1 1 auto;min-height:44px;padding:8px 10px;border:1px solid transparent;border-radius:8px;background:transparent;color:var(--editor-muted);font:500 13px/1.4 var(--font-sans)}.editor-v2 .editor-form-tabs button[aria-current=page]{border-color:var(--editor-control-line);background:var(--editor-elevated);color:var(--editor-ink);box-shadow:0 2px 6px var(--editor-shadow)}.editor-event-selector{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:20px}.editor-v2 .editor-event-selector button{display:flex;align-items:center;flex-wrap:wrap;gap:6px;min-height:44px;max-width:100%;padding:8px 12px;border:1px solid var(--editor-control-line);border-radius:10px;background:var(--editor-elevated);color:var(--editor-ink);font-size:13px;overflow-wrap:anywhere}.editor-v2 .editor-event-selector button[aria-pressed=true]{border-color:var(--editor-accent);background:var(--editor-wash)}.editor-event-selector small{flex-basis:100%}.invitation-details-editor .event-fields-body{min-width:0;margin:0;padding:0;border:0}.invitation-details-editor .event-fields-body>legend{margin-bottom:16px;font-size:16px;font-weight:600}.editor-v2 .editor-date-input{width:100%;min-width:0;min-height:44px;padding:10px 12px;border:1px solid var(--editor-control-line);border-radius:10px;background:var(--editor-page);color:var(--editor-ink);font:400 16px/1.4 var(--font-sans)}.composition-inline-form .composition-controls{padding:0}.chapter-select{flex:1;min-width:0}.editor-v2 .asset-library-inline{position:static;display:block;width:100%;max-width:none;height:auto;max-height:none;margin:0;padding:0;border:0;border-radius:0;box-shadow:none;background:transparent;color:var(--editor-ink)}.asset-library-inline .library-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.asset-library-inline .library-body{grid-template-columns:minmax(0,1fr)}.asset-library-inline .library-body[data-preview=true]>div,.asset-library-inline .library-preview{display:none}.asset-library-inline .library-body[data-preview=true] .library-preview{display:block}.editor-date-error{display:block;margin-top:6px}.editor-date-error+button{display:block;margin:8px 0 4px}.editor-planning-link{display:inline-flex;align-items:center;gap:5px;min-height:44px}.editor-workflow .workbench-fields label{display:grid;gap:7px;margin:0 0 16px;font-size:12px;font-weight:600;color:var(--editor-ink)}.editor-workflow .workbench-fields input{width:100%;min-width:0;min-height:44px;padding:10px 12px;border:1px solid var(--editor-control-line);border-radius:10px;background:var(--editor-page);color:var(--editor-ink);font:400 16px/1.4 var(--font-sans)}.workbench-hint{margin:-4px 0 20px}.workbench-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:8px}.editor-workflow .workbench-actions button{display:flex;align-items:center;justify-content:flex-start;gap:10px;min-height:54px;padding:10px 12px;border:1px solid var(--editor-line);border-radius:12px;background:var(--editor-elevated);font-size:13px;text-align:left}.editor-workflow .workbench-actions button:hover:not(:disabled){background:var(--editor-wash);border-color:var(--editor-control-line)}.workbench-actions svg{flex-shrink:0;color:var(--editor-accent)}.workbench-next{margin-top:20px;padding-top:14px;border-top:1px solid var(--editor-line)}.editor-workflow .workbench-next button{display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%;padding:11px 14px;min-height:44px;margin-top:12px;background:var(--editor-accent);color:var(--editor-on-accent);border-color:var(--editor-accent);font-size:13px;font-weight:600}.editor-workflow.editor-v2 .full-preview-header{top:72px}.editor-workflow.editor-v2 .full-preview-stage{padding:16px}.editor-workflow.editor-v2 .full-preview-heading h2{margin:0}.editor-workflow.editor-v2 .editor-context-panel{top:86px;right:14px;bottom:14px;width:min(470px,calc(100vw - 380px))}.section-add-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.section-add-actions button,.section-manager-actions button{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:44px;padding:8px;border:1px solid var(--editor-control-line);border-radius:9px;font-size:12px;background:var(--editor-surface);color:var(--editor-ink)}.section-add-actions button:disabled,.section-manager-actions button:disabled{color:var(--editor-muted);background:var(--editor-wash);border-color:var(--editor-line);cursor:not-allowed}.section-manager-list{list-style:none;margin:0;padding:0}.section-manager-list>li{padding:16px 0;border-top:1px solid var(--editor-line)}.section-manager-title{display:flex;align-items:center;gap:10px;margin-bottom:12px;font-size:14px}.section-manager-title>span{color:var(--editor-muted);font-size:12px}.section-manager-title strong{flex:1;min-width:0;overflow-wrap:anywhere}.section-manager-title small{color:var(--editor-muted);font-size:11px}.section-manager-actions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}.section-manager-help,.section-manager-message{font-size:12px;line-height:1.6;color:var(--editor-muted)}@media (max-width:1050px) and (min-width:851px){.editor-workflow.editor-v2 .editor-topbar{gap:10px;padding-inline:12px}.editor-workflow.editor-v2 .editor-topbar .editor-identity .small,.editor-workflow.editor-v2 .editor-topbar .editor-identity .status{display:none}.editor-workflow.editor-v2 .editor-topbar .editor-workspace-nav button{padding-inline:8px}}@media (max-width:850px){.editor-workflow.editor-v2 .editor-topbar{grid-template-columns:minmax(0,1fr) auto;gap:6px 10px;padding:6px 10px;min-height:108px}.editor-workflow.editor-v2 .editor-topbar .editor-actions{grid-column:2}.editor-workflow.editor-v2 .editor-topbar .editor-workspace-nav{grid-column:1/-1;grid-row:2;width:100%}.editor-workflow.editor-v2 .editor-topbar .editor-workspace-nav button{flex:1;font-size:12px;justify-content:center}.editor-workflow.editor-v2 .editor-grid{display:flex;flex-direction:column}.editor-workflow .editor-workbench{position:static;min-height:0;max-height:none;width:100%;padding:14px 12px;border-right:0;border-bottom:1px solid var(--editor-line);overflow:visible}.workbench-heading{margin-bottom:10px;align-items:center}.editor-workflow .workbench-heading h2{font-size:18px}.workbench-desktop-details,.workbench-heading p{display:none}.editor-workflow .workbench-fields label{margin-bottom:10px}.workbench-actions{grid-template-columns:repeat(4,minmax(0,1fr));gap:6px;margin:0}.editor-workflow .workbench-actions button{flex-direction:column;gap:5px;justify-content:center;min-height:58px;padding:7px 3px;text-align:center;font-size:11px;line-height:1.3}.workbench-next{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-top:12px;padding-top:10px}.workbench-next p{margin:0;font-size:11px;max-width:20ch}.editor-workflow .workbench-next button{width:auto;margin:0;white-space:nowrap;padding:8px 12px}.editor-workflow.editor-v2 .editor-live-canvas{width:100%}.editor-workflow.editor-v2 .inline-workspace-preview{min-height:480px}.editor-workflow.editor-v2 .full-preview-stage{padding:8px}.editor-workflow.editor-v2 .editor-context-panel{top:8px;right:8px;bottom:8px;width:calc(100% - 16px);max-width:none}.editor-workflow.editor-v2 .editor-management-panel{padding:24px 16px}}@media (min-width:851px){.editor-workflow .editor-workbench{padding:16px}.workbench-heading{margin-bottom:14px}.editor-workflow .workbench-fields label{margin-bottom:12px}.editor-workflow .workbench-actions button{min-height:46px;padding:8px 10px}.workbench-actions{gap:6px}.workbench-hint{margin-bottom:14px}.workbench-next{margin-top:14px;padding-top:10px}}.invitation-section-manager h3{font-family:inherit;font-size:18px;font-weight:650}.workbench-phone-actions,.workbench-phone-hint{display:none}.workbench-details-actions{display:grid;gap:8px;margin-top:18px}.editor-workflow .workbench-details-actions button{min-height:44px;display:flex;align-items:center;gap:10px;justify-content:flex-start;padding:10px 12px}.workbench-details-appearance{margin-top:24px;padding-top:16px;border-top:1px solid var(--editor-line)}@media (max-width:850px){.editor-workflow .editor-workbench{padding:8px 12px}.editor-workbench>.workbench-actions,.editor-workbench>.workbench-desktop-fields,.editor-workbench>.workbench-heading,.editor-workbench>.workbench-next{display:none}.workbench-phone-hint{display:block;margin:0;font:400 11px/1.5 var(--font-sans);text-align:center;color:var(--editor-muted)}.editor-workflow .workbench-phone-actions{position:fixed;z-index:65;bottom:0;left:0;right:0;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:4px;padding:6px 8px max(6px,env(safe-area-inset-bottom));background:var(--editor-surface);border-top:1px solid var(--editor-line);box-shadow:0 -8px 28px var(--editor-shadow)}.editor-workflow .workbench-phone-actions button{display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:0;min-height:52px;gap:4px;padding:5px 2px;border:1px solid transparent;border-radius:10px;background:transparent;font:500 11px/1.3 var(--font-sans)}.editor-workflow .workbench-phone-actions button:hover:not(:disabled){background:var(--editor-wash)}.workbench-phone-actions svg{color:var(--editor-accent)}.editor-workflow.editor-v2 .editor-live-canvas{padding-bottom:calc(68px + env(safe-area-inset-bottom))}.editor-workflow.editor-v2 .inline-workspace-preview{min-height:420px}.editor-workflow .workbench-details-sheet .workbench-fields label{margin-bottom:16px}}.editor-context-destinations{display:flex;flex-wrap:wrap;gap:4px;margin:-8px 0 18px;padding-bottom:12px;border-bottom:1px solid var(--editor-line)}.editor-v2 .editor-context-destinations button{min-height:44px;padding:8px 12px;font:500 13px/1.2 var(--font-sans)}.editor-v2 .editor-context-destinations button[aria-current=page]{color:var(--editor-on-accent);background:var(--editor-accent)}@media (min-width:851px){.editor-workflow.editor-v2 .editor-grid{grid-template-columns:390px minmax(0,1fr)}.editor-workflow.editor-v2 .editor-context-panel{position:sticky;grid-column:1;grid-row:1;top:72px;right:auto;bottom:auto;width:100%;max-width:none;height:calc(100dvh - 72px);max-height:calc(100dvh - 72px);border:0;border-right:1px solid var(--editor-line);border-radius:0;box-shadow:none;z-index:10}.editor-grid[data-context-open=true]>.editor-workbench{visibility:hidden;pointer-events:none}.editor-workflow.editor-v2 .editor-workspace-sheet{position:fixed;inset:72px auto 0 0;width:390px;max-width:390px;height:calc(100dvh - 72px);max-height:calc(100dvh - 72px);margin:0;border-radius:0;border:0;border-right:1px solid var(--editor-line);box-shadow:none;z-index:66;animation:none}.editor-workflow:has(.editor-workspace-sheet[open]) .editor-workbench{visibility:hidden;pointer-events:none}}@media (max-width:850px){.editor-workflow.editor-v2 .editor-context-panel{inset:auto 0 0;width:100%;max-height:calc(100dvh - 80px);height:80dvh;border-radius:18px 18px 0 0;padding-bottom:max(20px,env(safe-area-inset-bottom))}.editor-workflow.editor-v2 .editor-workspace-sheet{max-height:min(82dvh,var(--sheet-available-height,82dvh));border-radius:18px 18px 0 0}.editor-workflow .workbench-phone-actions{grid-template-columns:repeat(4,minmax(0,1fr));gap:2px;padding-top:4px}.editor-workflow .workbench-phone-actions button{flex-direction:row;min-height:44px;gap:5px;font-size:12px}.editor-workflow .workbench-phone-actions button:last-child{grid-column:span 2}.editor-workflow .full-preview-footer{padding-bottom:calc(104px + env(safe-area-inset-bottom))}.editor-context-destinations{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:2px}.editor-v2 .editor-context-destinations button{min-width:0;padding:6px 2px;font-size:11px}.editor-context-panel .editor-form-tabs[aria-label="Design settings"]{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:2px;padding:2px}.editor-context-panel .editor-form-tabs[aria-label="Design settings"] button{min-width:0;padding:6px 2px;font-size:11px}}.editor-v2 .invitation-color-editor h3{font:600 20px/1.3 var(--font-sans);letter-spacing:-.025em}@media (max-width:1023px){.editor-workflow .editor-grid[data-canvas-active=true] .workbench-phone-actions{display:none}}.editor-tool-loading{position:fixed;z-index:95;right:16px;bottom:calc(112px + env(safe-area-inset-bottom));max-width:calc(100vw - 32px);margin:0;padding:10px 14px;border:1px solid var(--editor-control-line);border-radius:10px;background:var(--editor-elevated);color:var(--editor-ink);box-shadow:0 6px 24px var(--editor-shadow);font:14px/1.4 var(--font-sans);pointer-events:none}.invitation-page[data-custom-colors=true],.invitation-page[data-custom-colors=true] :is(.invitation-cover,.story-experience,.story-chapter,.composition-landing,.composition-quick-view){--invite-paper:var(--custom-paper)!important;--invite-panel:color-mix(in srgb,var(--custom-paper) 92%,var(--custom-ink))!important;--invite-ink:var(--custom-ink)!important;--invite-muted:color-mix(in srgb,var(--custom-ink) 85%,var(--custom-paper))!important;--invite-line:color-mix(in srgb,var(--custom-ink) 25%,var(--custom-paper))!important;--invite-accent:var(--custom-accent)!important;--invite-dark:var(--custom-paper)!important;--stationery-paper:var(--custom-paper)!important;--stationery-ink:var(--custom-ink)!important;--stationery-accent:var(--custom-accent)!important;--stationery-blush:color-mix(in srgb,var(--custom-paper) 85%,var(--custom-accent))!important}.invitation-page.cinematic[data-custom-colors=true]{background:var(--custom-paper);color:var(--custom-ink)}.invitation-page.cinematic[data-custom-colors=true] :is(.guest-intro>p:last-child,.guest-events article p,.guest-practical p,.rsvp-form .optional,.guest-footer p){color:var(--invite-muted)}.invitation-page.cinematic[data-custom-colors=true] :is(section,article,footer,.guest-rsvp){border-color:var(--invite-line)}.invitation-page.cinematic[data-custom-colors=true] .guest-nav{border:1px solid var(--invite-line);background:color-mix(in srgb,var(--custom-paper) 92%,transparent);color:var(--custom-ink)}.invitation-page.cinematic[data-custom-colors=true] .interlude-caption{background:var(--custom-paper);color:var(--custom-ink)}.invitation-page.cinematic[data-custom-colors=true] .rsvp-options label{border-color:var(--invite-line);background:var(--invite-panel);color:var(--custom-ink)}.invitation-page.cinematic[data-custom-colors=true] .rsvp-options label.selected,.invitation-page.cinematic[data-custom-colors=true] .rsvp-options label:has(input:checked){border-color:var(--custom-ink);background:color-mix(in srgb,var(--custom-paper) 82%,var(--custom-accent))}.invitation-page.cinematic[data-custom-colors=true] .rsvp-options input{accent-color:var(--custom-accent)}.invitation-page.cinematic[data-custom-colors=true] .rsvp-form :is(input:not([type=radio]):not([type=checkbox]),textarea,select){border-color:var(--invite-line);background:var(--invite-panel);color:var(--custom-ink);caret-color:var(--custom-ink)}.invitation-page.cinematic[data-custom-colors=true] .rsvp-form :is(input,textarea)::placeholder{color:var(--invite-muted)}.invitation-page.cinematic[data-custom-colors=true] .button{border-color:var(--custom-ink);background:var(--custom-ink);color:var(--custom-paper)}.invitation-page.cinematic[data-custom-colors=true] .button.secondary{background:transparent;color:var(--custom-ink)}.invitation-page.cinematic[data-custom-colors=true] :focus-visible{outline-color:var(--custom-ink)}.invitation-page.cinematic[data-custom-colors=true] .guest-hero .invitation-cover.cinematic,.invitation-page.cinematic[data-custom-colors=true] .guest-hero .invitation-cover.cinematic .cover-copy,.invitation-page.cinematic[data-custom-colors=true] .guest-hero .invitation-cover.cinematic .cover-copy p{color:#fff}.invitation-color-presets{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:18px 0}.editor-v2 .invitation-color-presets button{display:flex;align-items:center;gap:8px;min-height:48px;padding:8px;font-size:12px}.invitation-color-presets button[aria-pressed=true]{outline:2px solid var(--editor-accent);outline-offset:1px}.invitation-color-swatches{display:flex;flex-shrink:0}.invitation-color-swatches i{width:15px;height:24px;border:1px solid #8886}.invitation-color-swatches i:first-child{border-radius:4px 0 0 4px}.invitation-color-swatches i:last-child{border-radius:0 4px 4px 0}.invitation-color-specimen{border:1px solid;padding:22px;border-radius:8px;margin:16px 0;text-align:center}.invitation-color-specimen>span{display:block;width:32px;height:3px;margin:0 auto 14px}.invitation-color-specimen strong{display:block;font:500 30px/1.2 var(--font-display);overflow-wrap:anywhere}.invitation-color-specimen p{margin:10px 0 0;font-size:13px;color:inherit}.invitation-color-fields{display:grid;gap:12px;margin:18px 0}.invitation-color-field>div{display:flex;align-items:center;gap:10px}.editor-v2 .invitation-color-field input[type=color]{width:48px;height:44px;flex:0 0 48px;padding:3px;cursor:pointer}.invitation-color-field input:not([type=color]){min-width:0;width:100%}.invitation-color-field small{display:block;margin-top:6px}