:root{--editor-modal-form-max:420px;--editor-modal-form-max-wide:560px;--editor-modal-btn-min:7.5rem}.delete-confirmation-overlay--stacked{z-index:calc(var(--z-modal,10050) + 20)}.delete-confirmation-overlay--editor-chrome{z-index:500000}.an-modal-overlay,.editor-modal-overlay,.create-journal-overlay{z-index:var(--z-modal,10050);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#2a0a0d6b;justify-content:center;align-items:center;padding:clamp(20px,4vw,36px) clamp(12px,3vw,28px);display:flex;position:fixed;inset:0;overflow-y:auto}.create-journal-overlay{padding:clamp(12px,3vw,28px)}.an-modal-dialog,.editor-modal-dialog,.create-journal-dialog{background:var(--site-surface,#fffdfa);width:100%;max-width:520px;max-height:none;box-shadow:var(--site-shadow-lg);color:var(--site-ink-800,#48161b);border-radius:28px;flex-shrink:0;margin:auto;padding:44px clamp(20px,4vw,36px) 24px;position:relative;overflow:visible}.an-modal-dialog--wide,.editor-modal-dialog--wide{max-width:520px}.warning-message-dialog,.delete-confirmation-dialog,.store-publish-result-dialog,.announcement-prompt-dialog,.usage-limit-dialog,.atj-limit-dialog,.template-picker-add-error-modal{max-width:450px}.delete-confirmation-dialog:has(.delete-confirmation-actions--row){max-width:560px}.warning-message-body{font-family:var(--site-font-sans,"Source Sans 3", sans-serif);color:var(--site-ink-700,#6a2a2c);text-align:center;margin:0 0 .5rem;font-size:.95rem;line-height:1.5}.an-modal-scroll,.editor-modal-scroll{scrollbar-gutter:stable;scrollbar-width:thin;scrollbar-color:#48161b61 transparent;max-height:min(92vh - 96px,780px);overflow:hidden auto}.an-modal-scroll::-webkit-scrollbar{width:6px}.editor-modal-scroll::-webkit-scrollbar{width:6px}.an-modal-scroll::-webkit-scrollbar-track{background:0 0;margin:6px 0}.editor-modal-scroll::-webkit-scrollbar-track{background:0 0;margin:6px 0}.an-modal-scroll::-webkit-scrollbar-thumb{background:#48161b4d;border:1px solid #fffaf559;border-radius:999px}.editor-modal-scroll::-webkit-scrollbar-thumb{background:#48161b4d;border:1px solid #fffaf559;border-radius:999px}.an-modal-scroll::-webkit-scrollbar-thumb:hover{background:#48161b7a}.editor-modal-scroll::-webkit-scrollbar-thumb:hover{background:#48161b7a}@supports not (scrollbar-gutter:stable){.an-modal-scroll,.editor-modal-scroll{padding-inline-end:6px}}.editor-modal-scroll .create-journal-form,.editor-modal-scroll>.editor-modal-section,.an-modal-body,.editor-modal-body{width:100%;max-width:var(--editor-modal-form-max,420px);margin-left:auto;margin-right:auto}.editor-modal-scroll .auth-field{max-width:100%}.editor-modal-scroll .auth-field input:not([type=checkbox]):not([type=radio]):not([type=number]){width:100%;height:48px;font-family:var(--site-font-display,"Playfair Display", serif);color:var(--site-ink-800,#48161b);background:var(--site-white-beige,#fbf1e8);border:1px solid var(--site-border,#d44d352e);border-radius:var(--site-radius-pill,999px);box-sizing:border-box;transition:border-color var(--dur,.24s) var(--ease-out,cubic-bezier(.22, 1, .36, 1)), box-shadow var(--dur,.24s) var(--ease-out,cubic-bezier(.22, 1, .36, 1)), background var(--dur,.24s) var(--ease-out,cubic-bezier(.22, 1, .36, 1));outline:none;padding:0 20px;font-size:17px}.editor-modal-scroll .auth-field input:not([type=checkbox]):not([type=radio]):not([type=number]):focus{border-color:var(--site-salmon,#ff664a);background:#fff;box-shadow:0 0 0 4px #ff664a1f}.editor-modal-scroll .auth-field input:not([type=checkbox]):not([type=radio]):not([type=number])::placeholder{color:var(--site-ink-muted,#7a4338);opacity:.75;font-style:italic;font-family:var(--site-font-serif,"Cormorant Garamond", serif)}.editor-modal-scroll .auth-field select{width:100%;height:48px;font-family:var(--site-font-display,"Playfair Display", serif);color:var(--site-ink-800,#48161b);background-color:var(--site-white-beige,#fbf1e8);border:1px solid var(--site-border,#d44d352e);border-radius:var(--site-radius-pill,999px);box-sizing:border-box;cursor:pointer;appearance:none;transition:border-color var(--dur,.24s) var(--ease-out,cubic-bezier(.22, 1, .36, 1)), box-shadow var(--dur,.24s) var(--ease-out,cubic-bezier(.22, 1, .36, 1)), background-color var(--dur,.24s) var(--ease-out,cubic-bezier(.22, 1, .36, 1));background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23a45a48' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-position:right 1.1rem center;background-repeat:no-repeat;background-size:12px;outline:none;padding:0 2.5rem 0 20px;font-size:17px}.editor-modal-scroll .auth-field select:focus{border-color:var(--site-salmon,#ff664a);background-color:#fff;box-shadow:0 0 0 4px #ff664a1f}.editor-modal-scroll .auth-field input[type=number]{max-width:12rem}.editor-modal-scroll .auth-field textarea{border-radius:var(--site-radius-md,14px);resize:vertical;width:100%;min-height:110px;line-height:1.5;font-family:var(--site-font-serif,"Cormorant Garamond", serif);color:var(--site-ink-800,#48161b);background:var(--site-white-beige,#fbf1e8);border:1px solid var(--site-border,#d44d352e);box-sizing:border-box;transition:border-color var(--dur,.24s) var(--ease-out,cubic-bezier(.22, 1, .36, 1)), box-shadow var(--dur,.24s) var(--ease-out,cubic-bezier(.22, 1, .36, 1)), background var(--dur,.24s) var(--ease-out,cubic-bezier(.22, 1, .36, 1));outline:none;padding:14px 20px;font-size:17px}.editor-modal-scroll .auth-field textarea:focus{border-color:var(--site-salmon,#ff664a);background:#fff;box-shadow:0 0 0 4px #ff664a1f}.editor-modal-scroll .auth-field textarea::placeholder{color:var(--site-ink-muted,#7a4338);opacity:.75;font-style:italic}.editor-modal-dialog .auth-btn-primary{width:max-content;max-width:min(100%, max-content);min-width:var(--editor-modal-btn-min,7.5rem);flex:none;margin-top:0;padding:0 24px}.an-modal-close,.editor-modal-close,.create-journal-close{width:40px;height:40px;color:var(--site-ink-muted,#7a4338);cursor:pointer;appearance:none;background:0 0;border:none;border-radius:999px;justify-content:center;align-items:center;transition:background .2s,color .2s;display:flex;position:absolute;top:14px;right:14px}.an-modal-close:hover,.editor-modal-close:hover,.create-journal-close:hover{background:var(--site-cream-200,#fbeadb);color:var(--site-ink-800,#48161b)}.an-modal-close svg,.editor-modal-close svg,.create-journal-close svg{fill:none;stroke:currentColor;flex-shrink:0;width:20px;height:20px;display:block;overflow:visible}.an-modal-icon,.editor-modal-icon,.create-journal-icon{background:var(--site-coral-500,#f36924);filter:drop-shadow(0 4px 12px #f3692459);border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;display:flex;position:absolute;top:0;left:50%;transform:translate(-50%,-50%)}.an-modal-icon-mark,.editor-modal-icon-mark,.create-journal-icon-mark{width:20px;height:auto;display:block}.an-modal-head,.editor-modal-head{text-align:center;margin-bottom:20px}.an-modal-kicker,.editor-modal-kicker{font-family:var(--site-font-sans,"Source Sans 3", sans-serif);letter-spacing:.22em;text-transform:uppercase;color:var(--site-ink-muted,#7a4338);margin-bottom:6px;font-size:11px}.an-modal-title,.editor-modal-title{font-family:var(--site-font-display,"Playfair Display", serif);color:var(--site-ink-800,#48161b);margin:0 0 8px;font-size:clamp(1.35rem,3vw,1.65rem);font-weight:500;line-height:1.15}.an-modal-sub,.editor-modal-sub{font-family:var(--site-font-serif,"Cormorant Garamond", serif);color:var(--site-ink-muted,#7a4338);margin:0;font-size:1.05rem;font-style:italic;line-height:1.45}.an-modal-actions,.editor-modal-actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;width:100%;max-width:none;margin-top:20px;margin-left:auto;margin-right:auto;display:flex}.editor-modal-dialog--wide .an-modal-actions,.editor-modal-actions{max-width:none}.editor-modal-actions .auth-btn-primary,.an-modal-actions .auth-btn-primary,.editor-modal-actions .editor-modal-btn-ghost,.an-modal-actions .an-modal-btn-ghost,.editor-modal-actions .editor-modal-btn-danger,.an-modal-actions .an-modal-btn-danger{width:max-content;max-width:min(100%, max-content);min-width:var(--editor-modal-btn-min,7.5rem);flex:none;min-height:44px}.an-modal-btn-ghost,.editor-modal-btn-ghost{width:max-content;max-width:min(100%, max-content);min-width:var(--editor-modal-btn-min,7.5rem);border:1.5px solid var(--site-border-strong,#d44d3573);min-height:44px;color:var(--site-ink-700,#6a2a2c);font-family:var(--site-font-sans,"Source Sans 3", sans-serif);cursor:pointer;background:0 0;border-radius:999px;padding:0 18px;font-size:.95rem;font-weight:600}.an-modal-btn-ghost:hover:not(:disabled),.editor-modal-btn-ghost:hover:not(:disabled){background:var(--site-cream-100,#fdf4eb)}.an-modal-btn-danger,.editor-modal-btn-danger{color:#b91c1c;min-height:44px;font-family:var(--site-font-sans,"Source Sans 3", sans-serif);cursor:pointer;background:0 0;border:1.5px solid #b91c1c6b;border-radius:999px;padding:0 18px;font-size:.95rem;font-weight:600;transition:background .2s,border-color .2s,opacity .2s}.an-modal-btn-danger:hover:not(:disabled),.editor-modal-btn-danger:hover:not(:disabled){background:#ef444414;border-color:#b91c1c8c}.an-modal-btn-danger:disabled,.editor-modal-btn-danger:disabled{opacity:.55;cursor:not-allowed}.an-modal-tagline,.editor-modal-tagline{text-align:center;font-family:var(--site-font-script,"Nothing You Could Do", cursive);color:var(--site-ink-muted,#7a4338);margin:18px 0 0;font-size:1.05rem}.editor-modal-section{border-top:1px solid var(--site-border,#d44d352e);margin-top:1.25rem;padding-top:1.25rem}.editor-modal-scroll .editor-modal-section .auth-btn-primary{margin-left:auto;margin-right:auto;display:inline-flex}.editor-modal-section--actions{text-align:center;flex-direction:column;align-items:center;display:flex}.editor-modal-section--actions .editor-modal-field-hint{margin-left:0;margin-right:0}.editor-modal-section:first-child{border-top:none;margin-top:0;padding-top:0}.editor-modal-section-title{font-family:var(--site-font-display,"Playfair Display", serif);color:var(--site-ink-800,#48161b);margin:0 0 1rem;font-size:1.15rem;font-weight:500}.editor-modal-section-subtitle{font-family:var(--site-font-sans,"Source Sans 3", sans-serif);letter-spacing:.06em;text-transform:uppercase;color:var(--site-ink-muted,#7a4338);margin:1.25rem 0 .75rem;font-size:.82rem;font-weight:600}.editor-modal-check-row{font-family:var(--site-font-sans,"Source Sans 3", sans-serif);color:var(--site-ink-700,#6a2a2c);cursor:pointer;align-items:flex-start;gap:10px;margin-bottom:.35rem;font-size:.95rem;display:flex}.editor-modal-check-row input[type=checkbox]{width:18px;height:18px;accent-color:var(--site-coral-500,#f36924);cursor:pointer;flex-shrink:0;margin-top:2px}.editor-modal-field-hint{font-family:var(--site-font-serif,"Cormorant Garamond", serif);color:var(--site-ink-muted,#7a4338);margin:0 0 1rem 28px;font-size:.95rem;font-style:italic;line-height:1.4}.editor-modal-categories{flex-wrap:wrap;gap:.65rem 1rem;margin-top:.35rem;display:flex}.auth-field .editor-modal-category-chip{white-space:nowrap;text-transform:none;letter-spacing:.02em;flex-flow:row;justify-content:flex-start;align-items:center;gap:6px;display:inline-flex}.editor-modal-category-chip{border:1px solid var(--site-border,#d44d352e);background:var(--site-cream-50,#fffaf5);font-family:var(--site-font-sans,"Source Sans 3", sans-serif);color:var(--site-ink-700,#6a2a2c);cursor:pointer;border-radius:999px;align-items:center;gap:6px;padding:6px 10px;font-size:.88rem;display:inline-flex}.auth-field .editor-modal-category-chip input[type=checkbox]{width:auto;min-width:18px;height:18px;box-shadow:none;background:0 0;border:none;border-radius:4px;flex-shrink:0;margin:0;padding:0}.editor-modal-category-chip input{accent-color:var(--site-coral-500,#f36924);cursor:pointer}.editor-modal-actions--split{flex-wrap:wrap;justify-content:space-between;gap:12px}.editor-modal-actions--split .editor-modal-actions-end{gap:10px;margin-left:auto;display:flex}.editor-modal-dialog--wide .editor-modal-scroll>.editor-modal-section{max-width:var(--editor-modal-form-max-wide,560px)}.editor-modal-scroll--tool{width:100%;max-width:100%}.editor-modal-dialog--wide .editor-modal-scroll--tool>.editor-modal-tool-body{width:100%;max-width:min(100%,860px);margin-left:auto;margin-right:auto}@media (width>=768px){.an-modal-dialog,.editor-modal-dialog,.create-journal-dialog,.an-modal-dialog--wide,.editor-modal-dialog--wide{max-width:920px;max-height:none;padding:40px 48px 22px;overflow:visible}.editor-modal-dialog.ta-modal,.an-modal-dialog.ta-modal{max-width:min(720px,100%);max-height:none;padding:0;overflow:visible}.an-modal-head,.editor-modal-head{margin-bottom:18px}.an-modal-kicker,.editor-modal-kicker{margin-bottom:2px;font-size:18px}.an-modal-title,.editor-modal-title{margin-bottom:4px;font-size:30px}.an-modal-sub,.editor-modal-sub{max-width:52ch;margin-left:auto;margin-right:auto;font-size:15px}.an-modal-scroll,.editor-modal-scroll{max-height:min(88vh - 220px,640px)}.an-modal-actions,.editor-modal-actions{margin-top:14px}.an-modal-tagline,.editor-modal-tagline{margin-top:8px;font-size:13px}}@media (width<=520px){.an-modal-overlay,.editor-modal-overlay,.create-journal-overlay{padding:max(10px, env(safe-area-inset-top,0px)) 10px max(24px, env(safe-area-inset-bottom,0px));align-items:flex-start}.an-modal-dialog,.editor-modal-dialog,.create-journal-dialog,.an-modal-dialog--wide,.editor-modal-dialog--wide,.warning-message-dialog,.delete-confirmation-dialog,.store-publish-result-dialog,.announcement-prompt-dialog,.usage-limit-dialog,.atj-limit-dialog,.template-picker-add-error-modal{border-radius:20px;max-height:none;padding:28px 16px 0;overflow:visible}.an-modal-scroll,.editor-modal-scroll{max-height:none;overflow:visible}.an-modal-close,.editor-modal-close,.create-journal-close{top:10px;right:10px}.an-modal-head,.editor-modal-head{margin-bottom:14px}.an-modal-tagline,.editor-modal-tagline{margin-top:14px;padding:0 0 16px}.an-modal-actions,.editor-modal-actions{border-top:1px solid var(--site-border,#d44d352e);flex-direction:column;align-items:stretch;gap:0;width:calc(100% + 32px);margin:18px -16px 0}.editor-modal-actions .editor-modal-btn-ghost,.an-modal-actions .an-modal-btn-ghost,.editor-modal-actions .auth-btn-primary,.an-modal-actions .auth-btn-primary,.editor-modal-actions .editor-modal-btn-danger,.an-modal-actions .an-modal-btn-danger,.editor-modal-dialog .auth-btn-primary{border:0;border-top:1px solid var(--site-border,#d44d352e);text-align:center;width:100%;min-width:0;max-width:100%;height:auto;min-height:48px;box-shadow:none;font-family:var(--site-font-sans,"Source Sans 3", sans-serif);background:0 0;border-radius:0;flex:none;justify-content:center;margin:0;padding:12px 16px;font-size:.95rem;font-weight:600;line-height:1.25}.editor-modal-actions .editor-modal-btn-ghost,.an-modal-actions .an-modal-btn-ghost{color:var(--site-ink-700,#6a2a2c);font-weight:500}.editor-modal-actions .auth-btn-primary,.an-modal-actions .auth-btn-primary,.editor-modal-dialog .auth-btn-primary{color:var(--site-coral-600,#d44d35)}.editor-modal-actions .editor-modal-btn-danger,.an-modal-actions .an-modal-btn-danger{color:#b42318}.editor-modal-actions .editor-modal-btn-ghost:hover:not(:disabled),.an-modal-actions .an-modal-btn-ghost:hover:not(:disabled),.editor-modal-actions .auth-btn-primary:hover:not(:disabled),.an-modal-actions .auth-btn-primary:hover:not(:disabled),.editor-modal-actions .editor-modal-btn-danger:hover:not(:disabled),.an-modal-actions .an-modal-btn-danger:hover:not(:disabled){box-shadow:none;background:#d44d350f;transform:none}.editor-modal-actions--row{flex-wrap:wrap}.editor-modal-actions--row .editor-modal-btn-ghost,.editor-modal-actions--row .auth-btn-primary,.editor-modal-actions--row .editor-modal-btn-danger{white-space:normal;flex:auto}.editor-modal-actions button:last-child,.an-modal-actions button:last-child{border-bottom:1px solid var(--site-border,#d44d352e)}.warning-message-body{padding:0 2px;font-size:.9rem}}.an-modal-dialog.profile-picture-modal,.editor-modal-dialog.profile-picture-modal{max-width:420px}.profile-picture-modal__body{max-width:var(--editor-modal-form-max,420px);margin:0 auto}.profile-picture-modal .profile-picture-grid{grid-template-columns:repeat(4,1fr);gap:10px;margin-top:8px;display:grid}.profile-picture-modal .profile-picture-option{aspect-ratio:1;background:var(--site-cream-200,#fbeadb);cursor:pointer;border:2px solid #0000;border-radius:12px;padding:3px;transition:border-color .18s,transform .18s;position:relative}.profile-picture-modal .profile-picture-option:hover:not(:disabled){border-color:var(--site-peach-300,#f6a382)}.profile-picture-modal .profile-picture-option.is-selected{border-color:var(--site-coral-600,#d44d35);box-shadow:0 0 0 3px #ff664a26}.profile-picture-modal .profile-picture-option:disabled{opacity:.65;cursor:wait}.profile-picture-modal .profile-picture-option img{object-fit:cover;border-radius:8px;width:100%;height:100%;display:block}.profile-picture-modal .profile-picture-check{background:var(--site-gradient-button,linear-gradient(180deg, #fe917d 0%, #f36924 100%));color:#fff;width:22px;height:22px;box-shadow:var(--site-shadow-xs,0 1px 2px #7a3a260f);border-radius:50%;place-items:center;display:grid;position:absolute;top:6px;right:6px}.profile-picture-modal .auth-alert{margin-top:14px}.profile-picture-modal .an-modal-actions,.profile-picture-modal .editor-modal-actions{max-width:var(--editor-modal-form-max,420px);margin-left:auto;margin-right:auto}html.osk-open .an-modal-overlay,html.osk-open .editor-modal-overlay,html.osk-open .create-journal-overlay{inset:auto;top:var(--vv-offset-top,0px);height:var(--vv-height,100dvh);max-height:var(--vv-height,100dvh);padding:max(10px, env(safe-area-inset-top,0px)) 12px max(16px, env(safe-area-inset-bottom,0px));box-sizing:border-box;overscroll-behavior:contain;align-items:flex-start;scroll-padding-bottom:48px;bottom:auto;left:0;right:0;overflow-y:auto}html.osk-open .an-modal-dialog,html.osk-open .editor-modal-dialog,html.osk-open .create-journal-dialog,html.osk-open .an-modal-dialog--wide,html.osk-open .editor-modal-dialog--wide{max-height:calc(var(--vv-height,100dvh) - 24px);margin-top:0;margin-bottom:12px;scroll-padding-bottom:48px;overflow-y:auto}html.osk-open .an-modal-scroll,html.osk-open .editor-modal-scroll{max-height:none;scroll-padding-bottom:48px;overflow:visible}
