.note-card.svelte-b4a6t4{position:relative;background:var(--note-bg, var(--color-bg-surface));border:1.5px solid var(--color-border-subtle);border-radius:var(--radius-md);padding:var(--space-4);cursor:pointer;transition:box-shadow var(--duration-fast),border-color var(--duration-fast),transform var(--duration-fast);display:flex;flex-direction:column;gap:var(--space-2);min-height:128px;text-align:left;width:100%;overflow:hidden}.photo-layer.svelte-b4a6t4{position:absolute;inset:0;pointer-events:none;z-index:0}.photo-layer.svelte-b4a6t4 svg.tile{width:100%;height:100%;display:block;filter:saturate(.7)}.note-card.photo-bg.svelte-b4a6t4:before{content:"";position:absolute;inset:0;background:var(--note-photo-scrim);pointer-events:none;z-index:0}[data-theme=dark] .note-card.svelte-b4a6t4{background:var(--note-bg-dark, var(--note-bg, var(--color-bg-surface)))}[data-theme=dark] .note-card.photo-bg.svelte-b4a6t4:before{background:var(--note-photo-scrim-dark)}.note-title.svelte-b4a6t4,.note-preview.svelte-b4a6t4,.note-tags.svelte-b4a6t4,.note-footer.svelte-b4a6t4{position:relative;z-index:1}.note-card.svelte-b4a6t4:hover,.note-card.svelte-b4a6t4:focus-visible{box-shadow:var(--shadow-md);border-color:var(--color-border);transform:translateY(-1px);outline:none}.note-card.selected.svelte-b4a6t4{border-color:var(--color-accent);box-shadow:0 0 0 2px var(--color-accent-subtle)}.pin-badge.svelte-b4a6t4{display:inline-flex;align-items:center;color:var(--color-warn-amber);margin-right:4px;vertical-align:-1px}.note-title.svelte-b4a6t4{font-size:.975rem;font-weight:var(--font-semibold);color:var(--color-text-primary);line-height:1.4;margin:0;padding-right:56px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical}.note-card.photo-bg.svelte-b4a6t4 .note-title:where(.svelte-b4a6t4),.note-card.photo-bg.svelte-b4a6t4 .note-preview:where(.svelte-b4a6t4){text-shadow:0 1px 0 rgba(255,255,255,.6)}[data-theme=dark] .note-card.photo-bg.svelte-b4a6t4 .note-title:where(.svelte-b4a6t4),[data-theme=dark] .note-card.photo-bg.svelte-b4a6t4 .note-preview:where(.svelte-b4a6t4){text-shadow:0 1px 0 rgba(0,0,0,.55)}.note-preview.svelte-b4a6t4{font-size:var(--text-sm);color:var(--color-text-primary);line-height:1.5;margin:0;overflow:hidden;display:-webkit-box;-webkit-line-clamp:9;line-clamp:9;-webkit-box-orient:vertical;white-space:pre-wrap;word-break:break-word}.note-preview.empty.svelte-b4a6t4{opacity:.4;font-style:italic}.note-tags.svelte-b4a6t4{display:flex;flex-wrap:wrap;gap:var(--space-1)}.tag.svelte-b4a6t4{font-size:var(--text-xs);background:var(--color-accent-subtle);color:var(--color-accent);border-radius:var(--radius-full);padding:2px var(--space-2);white-space:nowrap}.note-footer.svelte-b4a6t4{display:flex;align-items:center;justify-content:flex-start;margin-top:auto;padding-top:var(--space-1)}.note-time.svelte-b4a6t4{font-size:var(--text-xs);color:var(--color-text-tertiary);white-space:nowrap}.note-actions.svelte-b4a6t4{position:absolute;top:var(--space-2);right:var(--space-2);display:flex;align-items:center;gap:2px;opacity:0;z-index:2;transition:opacity var(--duration-fast)}.note-card.svelte-b4a6t4:hover .note-actions:where(.svelte-b4a6t4),.note-card.svelte-b4a6t4:focus-within .note-actions:where(.svelte-b4a6t4),.note-card.selected.svelte-b4a6t4 .note-actions:where(.svelte-b4a6t4){opacity:1}.action-btn.svelte-b4a6t4{display:flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:var(--radius-sm);color:var(--color-text-secondary);transition:background var(--duration-fast),color var(--duration-fast)}.action-btn.svelte-b4a6t4:hover{background:var(--color-bg-elevated);color:var(--color-text-primary)}.action-btn.active.svelte-b4a6t4{color:var(--color-warn-amber)}.action-btn.danger.svelte-b4a6t4:hover{color:var(--color-danger-red)}@media(max-width:767px){.note-actions.svelte-b4a6t4{opacity:1}}.note-editor.svelte-okwkxt{position:relative;display:flex;flex-direction:column;height:100%;background:var(--editor-bg, var(--color-bg-surface));border-radius:var(--radius-lg);overflow:hidden}.photo-layer.svelte-okwkxt{position:absolute;inset:0;pointer-events:none;z-index:0}.photo-layer.svelte-okwkxt svg.tile{width:100%;height:100%;display:block;filter:saturate(.7)}.note-editor.photo-bg.svelte-okwkxt:before{content:"";position:absolute;inset:0;background:var(--note-photo-scrim);pointer-events:none;z-index:0}[data-theme=dark] .note-editor.svelte-okwkxt{background:var(--editor-bg-dark, var(--editor-bg, var(--color-bg-surface)))}[data-theme=dark] .note-editor.photo-bg.svelte-okwkxt:before{background:var(--note-photo-scrim-dark)}.editor-toolbar.svelte-okwkxt,.title-input.svelte-okwkxt,.editor-body.svelte-okwkxt,.tags-row.svelte-okwkxt{position:relative;z-index:1}.editor-toolbar.svelte-okwkxt{z-index:30;display:flex;align-items:center;justify-content:space-between;padding:var(--space-2) var(--space-3);border-bottom:1px solid var(--color-border-subtle);gap:var(--space-2);flex-wrap:wrap;flex-shrink:0}.toolbar-left.svelte-okwkxt,.toolbar-right.svelte-okwkxt{display:flex;align-items:center;gap:2px;flex-wrap:wrap}.tb-btn.svelte-okwkxt{display:flex;align-items:center;justify-content:center;min-width:28px;height:28px;padding:0 var(--space-1);border-radius:var(--radius-sm);font-size:var(--text-xs);font-family:var(--font-mono);color:var(--color-text-secondary);transition:background var(--duration-fast),color var(--duration-fast)}.tb-btn.svelte-okwkxt:hover:not(:disabled){background:var(--color-bg-elevated);color:var(--color-text-primary)}.tb-btn.active.svelte-okwkxt{color:var(--color-accent);background:var(--color-accent-subtle)}.tb-btn.danger.svelte-okwkxt:hover{color:var(--color-danger-red)}.tb-btn.svelte-okwkxt:disabled{opacity:.4;cursor:default}.tb-btn.save-btn.saving.svelte-okwkxt{color:var(--color-warn-amber)}.saving-dot.svelte-okwkxt{width:8px;height:8px;border-radius:50%;background:var(--color-warn-amber);animation:svelte-okwkxt-pulse 1s infinite}@keyframes svelte-okwkxt-pulse{0%,to{opacity:1}50%{opacity:.3}}.background-picker-wrap.svelte-okwkxt{position:relative}.background-trigger.svelte-okwkxt{gap:var(--space-1);min-width:34px;padding:0 var(--space-1);border:1px solid var(--color-border-subtle);background:color-mix(in srgb,var(--color-bg-elevated) 70%,transparent)}.background-dot.svelte-okwkxt{width:9px;height:9px;border-radius:var(--radius-sm);border:1.5px solid var(--color-border);background:var(--dot-bg, var(--color-bg-surface));display:block}[data-theme=dark] .background-dot.svelte-okwkxt{background:var(--dot-bg-dark, var(--dot-bg, var(--color-bg-surface)))}.background-dot.photo-dot.svelte-okwkxt{padding:0;overflow:hidden;background:transparent}.background-dot.photo-dot.svelte-okwkxt svg.tile{width:100%;height:100%;display:block}.background-picker.svelte-okwkxt{position:absolute;top:calc(100% + 8px);left:0;background:var(--color-bg-elevated);border:1px solid var(--color-border-subtle);border-radius:var(--radius-md);padding:var(--space-3);display:flex;flex-direction:column;gap:var(--space-3);width:min(320px,calc(100vw - 32px));box-shadow:var(--shadow-xl);z-index:50}.picker-row.svelte-okwkxt{display:grid;gap:6px;grid-template-columns:repeat(8,28px)}.swatch.svelte-okwkxt{width:28px;height:28px;border-radius:50%;border:1.5px solid var(--color-border-subtle);background:var(--swatch-bg, var(--color-bg-surface));padding:0;cursor:pointer;position:relative;overflow:hidden;transition:transform var(--duration-fast),border-color var(--duration-fast),box-shadow var(--duration-fast)}[data-theme=dark] .swatch.swatch-color.svelte-okwkxt{background:var(--swatch-bg-dark, var(--swatch-bg, var(--color-bg-surface)))}.swatch.svelte-okwkxt:hover{transform:scale(1.1);border-color:var(--color-border-strong)}.swatch.active.svelte-okwkxt{border-color:var(--color-accent);box-shadow:0 0 0 2px var(--color-accent-subtle)}.swatch-none.svelte-okwkxt{background:var(--color-bg-surface)}.swatch-none.svelte-okwkxt:after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,transparent calc(50% - 1.25px),var(--color-text-tertiary) calc(50% - 1.25px),var(--color-text-tertiary) calc(50% + 1.25px),transparent calc(50% + 1.25px));pointer-events:none}[data-theme=dark] .swatch-none.svelte-okwkxt{background:var(--color-bg-elevated)}.swatch-scene.svelte-okwkxt{background:transparent;border-color:transparent}.swatch-scene.svelte-okwkxt .scene-thumb:where(.svelte-okwkxt){position:absolute;inset:0;display:block;border-radius:50%;overflow:hidden}.swatch-scene.svelte-okwkxt .scene-thumb:where(.svelte-okwkxt) svg.tile{width:100%;height:100%;display:block}.swatch-scene.active.svelte-okwkxt{border-color:var(--color-accent)}.title-input.svelte-okwkxt{border:none;background:transparent;font-size:var(--text-xl);font-weight:var(--font-bold);color:var(--color-text-primary);padding:var(--space-3) var(--space-4);width:100%;outline:none;flex-shrink:0}.title-input.svelte-okwkxt::placeholder{color:var(--color-text-tertiary);font-weight:var(--font-normal)}.note-editor.photo-bg.svelte-okwkxt .title-input:where(.svelte-okwkxt),.note-editor.photo-bg.svelte-okwkxt .ProseMirror,.note-editor.photo-bg.svelte-okwkxt .ProseMirror p,.note-editor.photo-bg.svelte-okwkxt .ProseMirror li,.note-editor.photo-bg.svelte-okwkxt .ProseMirror blockquote{text-shadow:0 1px 0 rgba(255,255,255,.6)}[data-theme=dark] .note-editor.photo-bg.svelte-okwkxt .title-input:where(.svelte-okwkxt),[data-theme=dark] .note-editor.photo-bg.svelte-okwkxt .ProseMirror,[data-theme=dark] .note-editor.photo-bg.svelte-okwkxt .ProseMirror p,[data-theme=dark] .note-editor.photo-bg.svelte-okwkxt .ProseMirror li,[data-theme=dark] .note-editor.photo-bg.svelte-okwkxt .ProseMirror blockquote{text-shadow:0 1px 0 rgba(0,0,0,.55)}.note-editor.photo-bg.svelte-okwkxt .editor-toolbar:where(.svelte-okwkxt),.note-editor.photo-bg.svelte-okwkxt .tags-row:where(.svelte-okwkxt){background:var(--color-bg-surface)}[data-theme=dark] .note-editor.photo-bg.svelte-okwkxt .editor-toolbar:where(.svelte-okwkxt),[data-theme=dark] .note-editor.photo-bg.svelte-okwkxt .tags-row:where(.svelte-okwkxt){background:var(--color-bg-elevated)}.editor-body.svelte-okwkxt{flex:1;min-height:0;overflow:hidden;border-top:1px solid var(--color-border-subtle)}.editor-body.svelte-okwkxt .notes-tipex{display:flex;flex-direction:column;height:100%;min-height:0;background:transparent;border:none;border-radius:0;overflow:hidden}.editor-body.svelte-okwkxt .tipex-editor-wrap{display:flex;flex-direction:column;height:100%;min-height:0;overflow:hidden}.editor-body.svelte-okwkxt .tipex-editor-section{flex:1 1 0;min-height:0;overflow-y:auto;padding:var(--space-3) var(--space-4)}.editor-body.svelte-okwkxt .ProseMirror{min-height:100%;color:var(--color-text-primary);font-size:var(--text-sm);line-height:1.7;outline:none}.editor-body.svelte-okwkxt .ProseMirror p{margin:0 0 var(--space-2);color:var(--color-text-primary)}.editor-body.svelte-okwkxt .ProseMirror h1{font-size:var(--text-2xl);font-weight:var(--font-bold);margin:var(--space-4) 0 var(--space-2);color:var(--color-text-primary)}.editor-body.svelte-okwkxt .ProseMirror h2{font-size:var(--text-xl);font-weight:var(--font-semibold);margin:var(--space-3) 0 var(--space-2);color:var(--color-text-primary)}.editor-body.svelte-okwkxt .ProseMirror h3{font-size:var(--text-lg);font-weight:var(--font-semibold);margin:var(--space-3) 0 var(--space-2);color:var(--color-text-primary)}.editor-body.svelte-okwkxt .ProseMirror strong{color:var(--color-text-primary);font-weight:var(--font-semibold)}.editor-body.svelte-okwkxt .ProseMirror em{font-style:italic}.editor-body.svelte-okwkxt .ProseMirror code{font-family:var(--font-mono);font-size:.9em;background:var(--color-bg-elevated);border-radius:var(--radius-sm);padding:2px 6px;color:var(--color-accent)}.editor-body.svelte-okwkxt .ProseMirror pre{background:var(--color-bg-elevated);border-radius:var(--radius-md);padding:var(--space-3);overflow-x:auto;margin-bottom:var(--space-3)}.editor-body.svelte-okwkxt .ProseMirror pre code{background:none;padding:0;color:var(--color-text-primary)}.editor-body.svelte-okwkxt .ProseMirror blockquote{border-left:3px solid var(--color-accent);padding-left:var(--space-3);color:var(--color-text-primary);margin:var(--space-2) 0;font-style:italic}.editor-body.svelte-okwkxt .ProseMirror ul,.editor-body.svelte-okwkxt .ProseMirror ol{padding-left:var(--space-5);margin-bottom:var(--space-2)}.editor-body.svelte-okwkxt .ProseMirror li{color:var(--color-text-primary);line-height:1.7}.editor-body.svelte-okwkxt .ProseMirror hr{border:none;border-top:1px solid var(--color-border-subtle);margin:var(--space-4) 0}.editor-body.svelte-okwkxt .ProseMirror a{color:var(--color-accent);text-decoration:underline}.editor-body.svelte-okwkxt .tipex-controller{display:flex;align-items:center;justify-content:space-between;gap:var(--space-2);margin-top:auto;padding:var(--space-2) var(--space-3);border-top:1px solid var(--color-border-subtle);background:var(--editor-bg, var(--color-bg-surface));box-shadow:0 -6px 16px #0000000a;flex-wrap:wrap;flex-shrink:0}[data-theme=dark] .editor-body.svelte-okwkxt .tipex-controller{background:var(--editor-bg-dark, var(--editor-bg, var(--color-bg-surface)))}.editor-body.svelte-okwkxt .tipex-basic-controller-wrapper,.editor-body.svelte-okwkxt .tipex-utilities{display:flex;align-items:center;gap:2px;flex-wrap:wrap}.editor-body.svelte-okwkxt .tipex-edit-button{display:inline-flex;align-items:center;justify-content:center;min-width:28px;height:28px;padding:0 var(--space-2);border-radius:var(--radius-sm);color:var(--color-text-secondary);font-size:var(--text-xs);transition:background var(--duration-fast),color var(--duration-fast)}.editor-body.svelte-okwkxt .tipex-edit-button:hover:not(:disabled){background:var(--color-bg-elevated);color:var(--color-text-primary)}.editor-body.svelte-okwkxt .tipex-edit-button.active{color:var(--color-accent);background:var(--color-accent-subtle)}.editor-body.svelte-okwkxt .tipex-edit-button:disabled{opacity:.35;cursor:default}.editor-body.svelte-okwkxt .tipex-edit-button svg{width:14px;height:14px}.editor-body.svelte-okwkxt .w-px{width:1px;height:16px;margin:0 var(--space-1);background:var(--color-border-subtle)}.editor-body.svelte-okwkxt .font-semibold{font-weight:var(--font-semibold)}.editor-body.svelte-okwkxt .text-xs{font-size:var(--text-xs)}.editor-body.svelte-okwkxt .underline{text-decoration:underline}.editor-body.svelte-okwkxt .line-through{text-decoration:line-through}.tags-row.svelte-okwkxt{display:flex;align-items:center;gap:var(--space-2);padding:var(--space-2) var(--space-4);border-top:1px solid var(--color-border-subtle);flex-shrink:0;color:var(--color-text-tertiary);flex-wrap:wrap;min-height:40px}.tags-list.svelte-okwkxt{display:flex;align-items:center;flex-wrap:wrap;gap:var(--space-1);flex:1}.tag.svelte-okwkxt{display:inline-flex;align-items:center;gap:2px;font-size:var(--text-xs);background:var(--color-accent-subtle);color:var(--color-accent);border-radius:var(--radius-full);padding:2px var(--space-2)}.tag-remove.svelte-okwkxt{font-size:12px;line-height:1;opacity:.6;transition:opacity var(--duration-fast);cursor:pointer;color:inherit}.tag-remove.svelte-okwkxt:hover{opacity:1}.tag-input.svelte-okwkxt{border:none;background:transparent;font-size:var(--text-xs);color:var(--color-text-secondary);outline:none;min-width:80px;padding:2px var(--space-1)}.tag-input.svelte-okwkxt::placeholder{color:var(--color-text-tertiary)}.notes-page.svelte-1pmaoh3{display:grid;grid-template-columns:200px minmax(0,1fr);height:100%;overflow:hidden;background:var(--color-bg-base)}.filter-panel.svelte-1pmaoh3{display:flex;flex-direction:column;border-right:1px solid var(--color-border-subtle);background:var(--color-bg-surface);overflow-y:auto;flex-shrink:0}.filter-header.svelte-1pmaoh3{display:flex;align-items:center;justify-content:space-between;padding:var(--space-4) var(--space-3) var(--space-2)}.filter-title.svelte-1pmaoh3{font-size:var(--text-base);font-weight:var(--font-semibold);color:var(--color-text-primary);margin:0}.new-note-btn.svelte-1pmaoh3{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:var(--radius-md);background:var(--color-accent);color:#fff;transition:background var(--duration-fast);flex-shrink:0}.new-note-btn.svelte-1pmaoh3:hover:not(:disabled){background:var(--color-accent-hover)}.new-note-btn.svelte-1pmaoh3:disabled{opacity:.4;cursor:not-allowed}.filter-nav.svelte-1pmaoh3{flex:1;padding:var(--space-1) var(--space-2);display:flex;flex-direction:column;gap:2px}.filter-item.svelte-1pmaoh3{display:flex;align-items:center;gap:var(--space-2);padding:var(--space-2);border-radius:var(--radius-md);font-size:var(--text-sm);color:var(--color-text-secondary);transition:background var(--duration-fast),color var(--duration-fast);text-align:left;width:100%}.filter-item.svelte-1pmaoh3:hover{background:var(--color-bg-elevated);color:var(--color-text-primary)}.filter-item.active.svelte-1pmaoh3{background:var(--color-accent-subtle);color:var(--color-accent)}.filter-count.svelte-1pmaoh3{margin-left:auto;font-size:var(--text-xs);color:var(--color-text-tertiary)}.filter-item.active.svelte-1pmaoh3 .filter-count:where(.svelte-1pmaoh3){color:var(--color-accent);opacity:.7}.filter-section-label.svelte-1pmaoh3{display:flex;align-items:center;gap:var(--space-1);padding:var(--space-3) var(--space-2) var(--space-1);font-size:var(--text-xs);font-weight:var(--font-semibold);text-transform:uppercase;letter-spacing:.06em;color:var(--color-text-tertiary)}.tag-item.svelte-1pmaoh3{padding-left:var(--space-3)}.tag-dot.svelte-1pmaoh3{width:8px;height:8px;border-radius:50%;background:var(--color-accent);flex-shrink:0;opacity:.6}.enc-badge.svelte-1pmaoh3{display:flex;align-items:center;gap:var(--space-1);padding:var(--space-3);font-size:var(--text-xs);color:var(--color-secure-green);border-top:1px solid var(--color-border-subtle);margin-top:auto}.list-panel.svelte-1pmaoh3{display:flex;flex-direction:column;border-right:1px solid var(--color-border-subtle);background:var(--color-bg-base);overflow:hidden}.list-header.svelte-1pmaoh3{display:flex;align-items:center;gap:var(--space-2);padding:var(--space-3);border-bottom:1px solid var(--color-border-subtle);flex-shrink:0}.search-wrap.svelte-1pmaoh3{flex:1;display:flex;align-items:center;gap:var(--space-2);background:var(--color-bg-elevated);border:1px solid var(--color-border-subtle);border-radius:var(--radius-md);padding:0 var(--space-2);color:var(--color-text-tertiary);transition:border-color var(--duration-fast)}.search-wrap.svelte-1pmaoh3:focus-within{border-color:var(--color-accent);color:var(--color-text-secondary)}.search-input.svelte-1pmaoh3{flex:1;border:none;background:transparent;font-size:var(--text-sm);color:var(--color-text-primary);outline:none;padding:var(--space-2) 0}.search-input.svelte-1pmaoh3::placeholder{color:var(--color-text-tertiary)}.notes-grid.svelte-1pmaoh3{flex:1;overflow-y:auto;padding:var(--space-3);column-width:220px;column-gap:var(--space-3)}.notes-grid.svelte-1pmaoh3>[role=listitem]:where(.svelte-1pmaoh3){break-inside:avoid;margin-bottom:var(--space-3)}.editor-overlay.svelte-1pmaoh3{position:fixed;inset:0;z-index:900;display:flex;align-items:center;justify-content:center;padding:var(--space-5);background:color-mix(in srgb,var(--color-bg-overlay) 82%,transparent)}.editor-window.svelte-1pmaoh3{width:min(920px,calc(100vw - 40px));height:min(760px,calc(100dvh - 40px));overflow:hidden;border:1px solid var(--color-border-subtle);border-radius:var(--radius-xl);box-shadow:var(--shadow-xl);background:var(--color-bg-surface)}.state-msg.svelte-1pmaoh3{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--space-3);padding:var(--space-8);color:var(--color-text-secondary);text-align:center}.state-msg.svelte-1pmaoh3 p:where(.svelte-1pmaoh3){margin:0}.state-msg.error.svelte-1pmaoh3{color:var(--color-danger-red)}.state-msg.empty.svelte-1pmaoh3{color:var(--color-text-tertiary)}.state-sub.svelte-1pmaoh3{font-size:var(--text-sm)}.spinner.svelte-1pmaoh3{width:28px;height:28px;border:3px solid var(--color-border-subtle);border-top-color:var(--color-accent);border-radius:50%;animation:svelte-1pmaoh3-spin .7s linear infinite}@keyframes svelte-1pmaoh3-spin{to{transform:rotate(360deg)}}.mobile-only.svelte-1pmaoh3,.fab.svelte-1pmaoh3{display:none}.delete-msg.svelte-1pmaoh3{color:var(--color-text-secondary);line-height:1.6}@media(max-width:1024px){.notes-page.svelte-1pmaoh3{grid-template-columns:180px minmax(0,1fr)}.notes-grid.svelte-1pmaoh3{column-width:190px}}@media(max-width:767px){.notes-page.svelte-1pmaoh3{grid-template-columns:1fr;grid-template-rows:1fr}.filter-panel.svelte-1pmaoh3{display:none}.list-panel.svelte-1pmaoh3{grid-column:1;grid-row:1;height:100%}.editor-overlay.svelte-1pmaoh3{align-items:stretch;justify-content:stretch;padding:0;background:var(--color-bg-base)}.editor-window.svelte-1pmaoh3{width:100%;height:100dvh;border:none;border-radius:0;box-shadow:none}.mobile-only.svelte-1pmaoh3{display:flex}.fab.svelte-1pmaoh3{display:flex;align-items:center;justify-content:center;position:fixed;bottom:calc(var(--mobile-nav-height) + var(--space-4));right:var(--space-4);width:56px;height:56px;border-radius:50%;background:var(--color-accent);color:#fff;box-shadow:0 4px 16px #0003;z-index:50;transition:background var(--duration-fast),transform var(--duration-fast)}.fab.svelte-1pmaoh3:hover:not(:disabled){background:var(--color-accent-hover);transform:scale(1.05)}.fab.svelte-1pmaoh3:active{transform:scale(.97)}.fab.svelte-1pmaoh3:disabled{opacity:.4;cursor:not-allowed}}
