.dashboard-page.svelte-khl9ds{display:flex;flex-direction:column;gap:2rem}.page-header.svelte-khl9ds{margin-bottom:.5rem}.header-content.svelte-khl9ds{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;flex-wrap:wrap}.header-text.svelte-khl9ds{display:flex;flex-direction:column;gap:.25rem}.page-title.svelte-khl9ds{font-family:var(--heading-font-family);font-size:1.75rem;font-weight:700;color:var(--color-surface-800)}.page-subtitle.svelte-khl9ds{color:var(--color-surface-500);font-size:.9375rem}.create-button.svelte-khl9ds{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background:linear-gradient(135deg,var(--color-primary-400) 0%,var(--color-secondary-400) 100%);color:#fff;font-weight:600;border-radius:1rem;text-decoration:none;box-shadow:0 4px 16px #7ecfff4d;transition:all .2s ease}.create-button.svelte-khl9ds:hover{transform:translateY(-2px);box-shadow:0 8px 24px #7ecfff66}.error-content.svelte-khl9ds{padding:1rem;color:var(--color-error-600)}.lists-section.svelte-khl9ds{width:100%}.lists-grid.svelte-khl9ds{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.list-card.svelte-khl9ds{background:#fff;border-radius:1.25rem;padding:1.5rem;box-shadow:0 4px 16px #2d3a4a0f;transition:all .2s ease;display:flex;flex-direction:column;gap:1rem}.list-card.svelte-khl9ds:hover{transform:translateY(-4px);box-shadow:0 12px 32px #2d3a4a1a}.card-header.svelte-khl9ds{display:flex;justify-content:space-between;align-items:flex-start}.card-icon.svelte-khl9ds{width:2.5rem;height:2.5rem;border-radius:.75rem;background:linear-gradient(135deg,var(--color-primary-100) 0%,var(--color-secondary-100) 100%);display:flex;align-items:center;justify-content:center;color:var(--color-primary-600)}.card-actions.svelte-khl9ds{display:flex;gap:.5rem;opacity:0;transition:opacity .2s ease}.list-card.svelte-khl9ds:hover .card-actions:where(.svelte-khl9ds){opacity:1}.action-btn.svelte-khl9ds{width:2rem;height:2rem;border:none;border-radius:.5rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.action-btn.duplicate.svelte-khl9ds{background:var(--color-primary-100);color:var(--color-primary-600)}.action-btn.duplicate.svelte-khl9ds:hover{background:var(--color-primary-200)}.action-btn.delete.svelte-khl9ds{background:var(--color-error-100);color:var(--color-error-500)}.action-btn.delete.svelte-khl9ds:hover{background:var(--color-error-200)}.action-btn.svelte-khl9ds:disabled{opacity:.5;cursor:not-allowed}.card-body.svelte-khl9ds{flex:1}.card-title.svelte-khl9ds{font-family:var(--heading-font-family);font-size:1.125rem;font-weight:600;color:var(--color-surface-800);margin-bottom:.25rem;word-break:break-word}.card-url.svelte-khl9ds{font-size:.8125rem;color:var(--color-surface-400)}.card-footer.svelte-khl9ds{padding-top:1rem;border-top:1px solid var(--color-surface-100)}.card-link.svelte-khl9ds{display:inline-flex;align-items:center;justify-content:center;gap:.375rem;width:100%;padding:.75rem 1rem;border-radius:.75rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:all .2s ease}.card-link.view.svelte-khl9ds{background:linear-gradient(135deg,var(--color-primary-400) 0%,var(--color-secondary-400) 100%);color:#fff}.card-link.view.svelte-khl9ds:hover{opacity:.9;transform:translateY(-1px)}.empty-state.svelte-khl9ds{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center;background:#fff;border-radius:1.5rem;box-shadow:0 4px 16px #2d3a4a0f}.empty-icon.svelte-khl9ds{width:5rem;height:5rem;border-radius:1.25rem;background:linear-gradient(135deg,var(--color-primary-100) 0%,var(--color-secondary-100) 100%);display:flex;align-items:center;justify-content:center;color:var(--color-primary-500);margin-bottom:1.5rem}.empty-title.svelte-khl9ds{font-family:var(--heading-font-family);font-size:1.25rem;font-weight:600;color:var(--color-surface-800);margin-bottom:.5rem}.empty-description.svelte-khl9ds{color:var(--color-surface-500);margin-bottom:1.5rem;max-width:280px}.empty-cta.svelte-khl9ds{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 1.5rem;background:linear-gradient(135deg,var(--color-primary-400) 0%,var(--color-secondary-400) 100%);color:#fff;font-weight:600;border-radius:1rem;text-decoration:none;box-shadow:0 4px 16px #7ecfff4d;transition:all .2s ease}.empty-cta.svelte-khl9ds:hover{transform:translateY(-2px);box-shadow:0 8px 24px #7ecfff66}.modal-overlay.svelte-khl9ds{position:fixed;inset:0;background:#00000080;backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:100;padding:1rem}.modal.svelte-khl9ds{background:#fff;border-radius:1.5rem;padding:2rem;max-width:400px;width:100%;text-align:center;animation:svelte-khl9ds-modalSlideIn .3s ease}@keyframes svelte-khl9ds-modalSlideIn{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.modal-icon.svelte-khl9ds{width:3.5rem;height:3.5rem;border-radius:1rem;display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem}.modal-icon.delete.svelte-khl9ds{background:var(--color-error-100);color:var(--color-error-500)}.modal-icon.duplicate.svelte-khl9ds{background:var(--color-primary-100);color:var(--color-primary-600)}.modal-title.svelte-khl9ds{font-family:var(--heading-font-family);font-size:1.25rem;font-weight:600;color:var(--color-surface-800);margin-bottom:.5rem}.modal-description.svelte-khl9ds{color:var(--color-surface-500);margin-bottom:1.5rem;line-height:1.5}.modal-actions.svelte-khl9ds{display:flex;gap:.75rem;justify-content:center}@media(max-width:640px){.header-content.svelte-khl9ds{flex-direction:column;align-items:stretch}.create-button.svelte-khl9ds{justify-content:center}.lists-grid.svelte-khl9ds{grid-template-columns:1fr}.card-actions.svelte-khl9ds{opacity:1}.modal.svelte-khl9ds{margin:1rem}.modal-actions.svelte-khl9ds{flex-direction:column}}[data-mode=dark] .page-title.svelte-khl9ds{color:var(--color-surface-100)}[data-mode=dark] .list-card.svelte-khl9ds{background:var(--color-surface-800)}[data-mode=dark] .card-title.svelte-khl9ds{color:var(--color-surface-100)}[data-mode=dark] .card-footer.svelte-khl9ds{border-color:var(--color-surface-700)}[data-mode=dark] .empty-state.svelte-khl9ds{background:var(--color-surface-800)}[data-mode=dark] .empty-title.svelte-khl9ds{color:var(--color-surface-100)}[data-mode=dark] .modal.svelte-khl9ds{background:var(--color-surface-800)}[data-mode=dark] .modal-title.svelte-khl9ds{color:var(--color-surface-100)}
