@keyframes svelte-3bcrsj-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes svelte-3bcrsj-slideIn{0%{opacity:0;transform:scale(.95) translateY(-10px)}to{opacity:1;transform:scale(1) translateY(0)}}.modal-backdrop.svelte-3bcrsj{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:100;padding:1rem}.modal-content.svelte-3bcrsj{background:var(--color-surface, #ffffff);border-radius:var(--radius-md);width:70%;max-width:600px;max-height:80vh;display:flex;flex-direction:column;box-shadow:0 25px 50px -12px #00000040}@media(max-width:640px){.modal-content.svelte-3bcrsj{width:100%;max-height:90vh}}.modal-header.svelte-3bcrsj{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;border-bottom:1px solid var(--color-border, rgba(0, 0, 0, .08))}.modal-title.svelte-3bcrsj{font-size:1.25rem;font-weight:600;margin:0;color:var(--color-text, #1a1a2e)}.close-btn.svelte-3bcrsj{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border:none;background:transparent;border-radius:var(--radius-sm);cursor:pointer;color:var(--color-text-muted, #6b7280);transition:background-color .15s ease}.close-btn.svelte-3bcrsj:hover{background:#0000000d}.close-btn.svelte-3bcrsj svg:where(.svelte-3bcrsj){width:20px;height:20px}.mode-toggle.svelte-3bcrsj{display:flex;gap:.5rem;padding:1rem 1.5rem .5rem}.mode-btn.svelte-3bcrsj{flex:1;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1rem;border:2px solid var(--color-border, rgba(0, 0, 0, .08));background:transparent;border-radius:var(--radius-sm);font-size:.875rem;font-weight:500;cursor:pointer;transition:all .15s ease;color:var(--color-text-muted, #6b7280)}.mode-btn.svelte-3bcrsj:hover{border-color:var(--color-text-muted, #6b7280)}.mode-btn.active.svelte-3bcrsj{border-color:var(--color-primary, #3b82f6);background:#3b82f61a;color:var(--color-primary, #3b82f6)}.mode-icon.svelte-3bcrsj{font-size:.875rem}.mode-hint.svelte-3bcrsj{padding:0 1.5rem;margin:0 0 .5rem;font-size:.875rem;color:var(--color-text-muted, #6b7280)}.tags-container.svelte-3bcrsj{flex:1;overflow-y:auto;padding:1rem 1.5rem}.category-section.svelte-3bcrsj{margin-bottom:1.5rem}.category-section.svelte-3bcrsj:last-child{margin-bottom:0}.category-title.svelte-3bcrsj{font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-muted, #6b7280);margin:0 0 .75rem}.tags-grid.svelte-3bcrsj{display:flex;flex-wrap:wrap;gap:.5rem}.tag-btn.svelte-3bcrsj{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;min-height:44px;border:2px solid var(--color-border, rgba(0, 0, 0, .08));background:transparent;border-radius:var(--radius-full);cursor:pointer;transition:all .15s ease;box-sizing:border-box}.tag-btn.svelte-3bcrsj:hover{border-color:var(--color-text-muted, #6b7280)}.tag-btn.selected.show-mode.svelte-3bcrsj{background:#22c55e1a;border-color:#22c55e80}.tag-btn.selected.hide-mode.svelte-3bcrsj{background:#ef44441a;border-color:#ef444480}.tag-indicator.svelte-3bcrsj{font-size:.875rem;font-weight:700}.tag-btn.show-mode.svelte-3bcrsj .tag-indicator:where(.svelte-3bcrsj){color:#22c55e}.tag-btn.hide-mode.svelte-3bcrsj .tag-indicator:where(.svelte-3bcrsj){color:#ef4444}.modal-footer.svelte-3bcrsj{display:flex;gap:.75rem;padding:1rem 1.5rem;border-top:1px solid var(--color-border, rgba(0, 0, 0, .08))}.header.svelte-hv3zzy{position:fixed;top:0;left:0;right:0;height:var(--header-height, 64px);background:var(--color-surface, #ffffff);box-shadow:0 1px 3px #00000014;z-index:50}@media(min-width:1024px){.header.svelte-hv3zzy{left:var(--header-ad-width, 0)}}.header-nav.svelte-hv3zzy{height:100%;max-width:80rem;margin:0 auto;padding:0 1rem;display:flex;align-items:center;justify-content:space-between}.menu-container.svelte-hv3zzy{position:relative}.hamburger-btn.svelte-hv3zzy{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border:none;background:transparent;border-radius:var(--radius-sm);cursor:pointer;color:#70808d;transition:background-color .15s ease}.hamburger-btn.svelte-hv3zzy:hover{background:#70808d1a}.hamburger-icon.svelte-hv3zzy{width:24px;height:24px}.dropdown-menu.svelte-hv3zzy{position:absolute;top:calc(100% + 8px);inset-inline-end:0;min-width:280px;background:var(--color-surface, #ffffff);border-radius:var(--radius-md);box-shadow:0 4px 20px #00000026;border:1px solid var(--color-border, rgba(0, 0, 0, .08));padding:8px 0;z-index:100}.menu-user-section.svelte-hv3zzy{padding:12px 16px}.menu-user-info.svelte-hv3zzy{display:flex;align-items:center;gap:12px}.menu-user-avatar.svelte-hv3zzy{width:40px;height:40px;border-radius:var(--radius-full);object-fit:cover}.menu-user-avatar-placeholder.svelte-hv3zzy{width:40px;height:40px;border-radius:var(--radius-full);background:#70808d;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:1rem}.menu-user-name.svelte-hv3zzy{font-size:.875rem;color:var(--color-text, #1a1a2e);font-weight:500}.menu-divider.svelte-hv3zzy{height:1px;background:var(--color-border, rgba(0, 0, 0, .08));margin:8px 0}.menu-item.svelte-hv3zzy{display:flex;align-items:center;gap:12px;width:100%;padding:10px 16px;border:none;background:transparent;color:var(--color-text, #1a1a2e);font-size:.875rem;text-decoration:none;cursor:pointer;transition:background-color .15s ease;text-align:start}.menu-item.svelte-hv3zzy:hover{background:#70808d14}.menu-item-icon.svelte-hv3zzy{width:20px;height:20px;color:#70808d;flex-shrink:0}.search-form.svelte-hv3zzy{padding:8px 16px}.search-input-wrapper.svelte-hv3zzy{position:relative;display:flex;align-items:center}.search-icon.svelte-hv3zzy{position:absolute;inset-inline-start:12px;width:18px;height:18px;color:#70808d;pointer-events:none}.search-input.svelte-hv3zzy{width:100%;padding:10px 12px;padding-inline-start:40px;border:1px solid var(--color-border, rgba(0, 0, 0, .12));border-radius:var(--radius-sm);font-size:.875rem;background:var(--color-surface, #ffffff);color:var(--color-text, #1a1a2e);transition:border-color .15s ease,box-shadow .15s ease}.search-input.svelte-hv3zzy:focus{outline:none;border-color:var(--color-primary, #4f46e5);box-shadow:0 0 0 3px #4f46e51a}.search-input.svelte-hv3zzy::placeholder{color:#9ca3af}.logo-link.svelte-hv3zzy{display:flex;align-items:center;gap:12px;text-decoration:none;color:var(--color-text, #1a1a2e)}.logo-wrapper.svelte-hv3zzy{display:flex;flex-direction:column;gap:0}.site-tagline.svelte-hv3zzy{margin:0;font-size:.875rem;font-weight:400;color:var(--color-text-secondary, #666);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:200px}@media(min-width:640px){.site-tagline.svelte-hv3zzy{font-size:.9375rem;max-width:300px}}.logo-image.svelte-hv3zzy{width:40px;height:40px;border-radius:var(--radius-sm);object-fit:cover}@media(min-width:640px){.logo-image.svelte-hv3zzy{width:48px;height:48px}}.logo-text.svelte-hv3zzy{font-size:1.125rem;font-weight:700;margin:0;color:inherit}@media(min-width:640px){.logo-text.svelte-hv3zzy{font-size:1.25rem}}.skeleton-logo.svelte-hv3zzy{width:40px;height:40px;border-radius:var(--radius-sm);background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:svelte-hv3zzy-skeleton-pulse 1.5s ease-in-out infinite}.skeleton-text.svelte-hv3zzy{width:120px;height:24px;border-radius:calc(var(--radius-sm) / 2);background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:svelte-hv3zzy-skeleton-pulse 1.5s ease-in-out infinite}@keyframes svelte-hv3zzy-skeleton-pulse{0%{background-position:200% 0}to{background-position:-200% 0}}.toolbar-btn.svelte-1r71y7t{display:flex;flex-direction:column;align-items:center;gap:2px;padding:6px 8px;border-radius:var(--radius-sm);color:var(--color-text-secondary, #4b5563);transition:background-color .15s,color .15s;min-width:44px}.toolbar-btn.svelte-1r71y7t:hover{background-color:var(--color-gray-100, #f3f4f6);color:var(--color-primary-600, #4f46e5)}.toolbar-label.svelte-1r71y7t{font-size:.625rem;font-weight:500;line-height:1;white-space:nowrap}.tab-active.svelte-1r71y7t{background-color:var(--color-primary-100, #e0e7ff);color:var(--color-primary-700, #4338ca);border-bottom:2px solid var(--color-primary-600, #4f46e5)}.tag-category-section.svelte-1r71y7t{display:flex;flex-direction:column;gap:4px}.tag-category-header.svelte-1r71y7t{font-size:.75rem;font-weight:600;color:var(--color-text-muted, #6b7280);text-transform:uppercase;letter-spacing:.05em}.tag-category-tags.svelte-1r71y7t{display:flex;flex-wrap:wrap;gap:6px}.selected-tag-chip.svelte-1r71y7t{display:inline-flex;align-items:center;gap:4px;padding:4px 8px;border-radius:var(--radius-full);font-size:.875rem;color:#fff}.remove-tag-btn.svelte-1r71y7t{display:flex;align-items:center;justify-content:center;width:16px;height:16px;border-radius:var(--radius-full);background-color:#0003;color:#fff;font-size:10px;line-height:1;cursor:pointer;transition:background-color .15s}.remove-tag-btn.svelte-1r71y7t:hover{background-color:#0006}main.svelte-1h73kcc{padding-left:0}@media(min-width:1024px){main.svelte-1h73kcc{padding-left:var(--ad-width)}}
