.like-button.svelte-dsuq6w{display:flex;align-items:center;justify-content:center;gap:4px;width:36px;height:36px;border-radius:50%;background:#ffffffe6;color:var(--color-ink);border:1px solid var(--color-sand-mid);cursor:pointer;transition:transform .18s cubic-bezier(.22,1,.36,1),box-shadow .18s ease,color .16s ease,background-color .16s ease,border-color .16s ease;box-shadow:var(--shadow-sm);touch-action:manipulation}.like-button.liked.svelte-dsuq6w{color:#ef4444}.like-button.svelte-dsuq6w:hover{transform:scale(1.06);box-shadow:var(--shadow-md)}.like-button.svelte-dsuq6w:active{transform:scale(.96)}.like-button.svelte-dsuq6w:focus-visible{outline:2px solid color-mix(in srgb,var(--color-coral) 65%,white);outline-offset:2px}.like-button.animating.svelte-dsuq6w{animation:svelte-dsuq6w-like-pop .6s cubic-bezier(.175,.885,.32,1.275)}@keyframes svelte-dsuq6w-like-pop{0%{transform:scale(1)}30%{transform:scale(1.3)}60%{transform:scale(.95)}to{transform:scale(1)}}.count.svelte-dsuq6w{font-size:11px;font-weight:600}.like-button.svelte-dsuq6w:has(.count:where(.svelte-dsuq6w)){width:auto;padding:0 10px;border-radius:var(--radius-full)}.like-button.overlay.svelte-dsuq6w{width:30px;height:30px;background:#fdfaf7eb;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);color:var(--color-ink, #1C1410);border:1px solid rgba(255,255,255,.75);box-shadow:0 8px 18px #1c141014}.like-button.overlay.liked.svelte-dsuq6w{color:#ef4444}.like-button.overlay.svelte-dsuq6w:hover{background:#fff;box-shadow:0 10px 20px #1c14101f}@media(prefers-reduced-motion:reduce){.like-button.svelte-dsuq6w{transition:none}.like-button.svelte-dsuq6w:hover,.like-button.svelte-dsuq6w:active{transform:none}}.like-button.overlay.svelte-dsuq6w .count:where(.svelte-dsuq6w){font-size:10px}.like-button.overlay.svelte-dsuq6w:has(.count:where(.svelte-dsuq6w)){padding:0 8px}.dark-mode .like-button.svelte-dsuq6w:not(.overlay),[data-theme=dark] .like-button.svelte-dsuq6w:not(.overlay){background:#1e1e1ecc;color:var(--color-white);border:1px solid rgba(255,255,255,.1)}.dark-mode .like-button.liked.svelte-dsuq6w,[data-theme=dark] .like-button.liked.svelte-dsuq6w{color:#ef4444}.sheet-backdrop.svelte-t71n5g{position:fixed;inset:0;background:#0006;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:9999;display:flex;flex-direction:column;justify-content:flex-end}.sheet-container.svelte-t71n5g{background:var(--color-white, #fff);width:100%;border-radius:24px 24px 0 0;padding-bottom:env(safe-area-inset-bottom,20px);box-shadow:0 -4px 24px #0000001a;max-height:85vh;display:flex;flex-direction:column}.sheet-handle-bar.svelte-t71n5g{width:100%;display:flex;justify-content:center;padding:12px 0 4px}.sheet-handle.svelte-t71n5g{width:36px;height:4px;background:var(--color-sand, #F7F2EC);border-radius:4px}.sheet-header.svelte-t71n5g{display:flex;align-items:flex-start;justify-content:space-between;padding:12px 20px;border-bottom:1px solid rgba(28,20,16,.05)}.header-info.svelte-t71n5g{display:flex;flex-direction:column;gap:4px;flex:1;min-width:0}.saved-badge.svelte-t71n5g{display:inline-flex;align-items:center;gap:4px;padding:3px 10px;background:#10b9811a;color:#10b981;border-radius:50px;font-size:12px;font-weight:600;width:fit-content}.product-title.svelte-t71n5g{margin:0;font-family:var(--font-display, "Playfair Display", serif);font-size:16px;font-weight:700;color:var(--color-ink, #1C1410);display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;line-clamp:1;overflow:hidden}.btn-close.svelte-t71n5g{background:var(--color-sand, #F7F2EC);border:none;border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;color:var(--color-ink, #1C1410);cursor:pointer;transition:background .2s;flex-shrink:0}.btn-close.svelte-t71n5g:hover{background:#1c14101a}.sheet-content.svelte-t71n5g{padding:8px 12px 20px;overflow-y:auto;flex:1}.loading-state.svelte-t71n5g{display:flex;justify-content:center;padding:32px 0;color:var(--color-muted, #8C7B72)}.actions-list.svelte-t71n5g{display:flex;flex-direction:column;gap:2px}.action-row.svelte-t71n5g{display:flex;align-items:center;gap:14px;width:100%;background:transparent;border:none;padding:14px 12px;border-radius:14px;cursor:pointer;text-align:left;transition:background .2s}.action-row.svelte-t71n5g:active,.action-row.svelte-t71n5g:hover{background:var(--color-sand, #F7F2EC)}.action-row.svelte-t71n5g:disabled{opacity:.7;cursor:not-allowed}.action-row.active.svelte-t71n5g{background:#e8400c0a}.action-icon.svelte-t71n5g{width:40px;height:40px;border:1.5px solid var(--color-sand, #F7F2EC);border-radius:12px;display:flex;align-items:center;justify-content:center;color:var(--color-muted, #8C7B72);transition:all .2s;flex-shrink:0}.action-icon.active.svelte-t71n5g{background:var(--color-coral, #E8400C);border-color:var(--color-coral, #E8400C);color:#fff}.action-info.svelte-t71n5g{display:flex;flex-direction:column;flex:1;min-width:0}.action-title.svelte-t71n5g{font-weight:600;font-size:15px;color:var(--color-ink, #1C1410)}.action-desc.svelte-t71n5g{font-size:12px;color:var(--color-muted, #8C7B72);line-height:1.3}.spin{animation:svelte-t71n5g-spin 1s linear infinite}@keyframes svelte-t71n5g-spin{to{transform:rotate(360deg)}}.save-button.svelte-1mp8zga{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:#ffffffe6;color:var(--color-ink);border:1px solid var(--color-sand-mid);cursor:pointer;transition:transform .18s cubic-bezier(.22,1,.36,1),box-shadow .18s ease,color .16s ease,background-color .16s ease,border-color .16s ease;box-shadow:var(--shadow-sm);touch-action:manipulation}.save-button.saved.svelte-1mp8zga{color:var(--t-accent, var(--color-coral))}.save-button.svelte-1mp8zga:hover{transform:scale(1.06);box-shadow:var(--shadow-md)}.save-button.svelte-1mp8zga:active{transform:scale(.96)}.save-button.svelte-1mp8zga:focus-visible{outline:2px solid color-mix(in srgb,var(--color-coral) 65%,white);outline-offset:2px}.save-button.animating.svelte-1mp8zga{animation:svelte-1mp8zga-save-bounce .5s cubic-bezier(.175,.885,.32,1.275)}@keyframes svelte-1mp8zga-save-bounce{0%{transform:scale(1)}40%{transform:scale(1.25) translateY(-2px)}to{transform:scale(1)}}.save-button.overlay.svelte-1mp8zga{width:30px;height:30px;background:#fdfaf7eb;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);color:var(--color-ink, #1C1410);border:1px solid rgba(255,255,255,.75);box-shadow:0 8px 18px #1c141014}.save-button.overlay.saved.svelte-1mp8zga{color:var(--t-accent, var(--color-coral, #E8400C))}.save-button.overlay.svelte-1mp8zga:hover{background:#fff;box-shadow:0 10px 20px #1c14101f}@media(prefers-reduced-motion:reduce){.save-button.svelte-1mp8zga{transition:none}.save-button.svelte-1mp8zga:hover,.save-button.svelte-1mp8zga:active{transform:none}}.dark-mode .save-button.svelte-1mp8zga:not(.overlay),[data-theme=dark] .save-button.svelte-1mp8zga:not(.overlay){background:#1e1e1ecc;color:var(--color-white);border:1px solid rgba(255,255,255,.1)}.dark-mode .save-button.saved.svelte-1mp8zga,[data-theme=dark] .save-button.saved.svelte-1mp8zga{color:var(--t-accent, var(--color-coral))}
