.overlay.svelte-10ythhu{-webkit-backdrop-filter:var(--modal-backdrop-blur);backdrop-filter:var(--modal-backdrop-blur);z-index:1000;background:#000000b3;justify-content:center;align-items:center;padding:1rem;animation:.15s ease-out svelte-10ythhu-fadeIn;display:flex;position:fixed;inset:0}.z-high.svelte-10ythhu{z-index:1010}.z-higher.svelte-10ythhu{z-index:1020}@keyframes svelte-10ythhu-fadeIn{0%{opacity:0}to{opacity:1}}.large-modal.svelte-10ythhu{background:var(--color-modal-bg);border:1px solid var(--color-surface-border);width:100%;max-width:1100px;height:90vh;max-height:900px;box-shadow:var(--shadow-deep);border-radius:24px;flex-direction:column;display:flex;overflow:hidden}.large-modal-header.svelte-10ythhu{background:var(--color-surface-raised);border-bottom:1px solid var(--color-surface-border-dark);justify-content:space-between;align-items:center;padding:1.5rem 2rem;display:flex}.header-title.svelte-10ythhu{font-size:var(--text-lg);color:var(--color-text-dark);text-transform:uppercase;letter-spacing:.05em;font-weight:700;font-family:var(--font-heading);margin:0}.large-modal-body.svelte-10ythhu{padding:var(--space-8);flex:1;overflow-y:auto}.two-col-layout.svelte-10ythhu{grid-template-columns:320px 1fr;align-items:start;gap:2rem;display:grid}@media (width<=900px){.two-col-layout.svelte-10ythhu{grid-template-columns:1fr}.large-modal.svelte-10ythhu{height:95vh}}.col-left.svelte-10ythhu{gap:var(--space-5);flex-direction:column;display:flex}.prof-card.svelte-10ythhu{background:var(--color-surface-dark);border:1px solid var(--color-surface-border-dark);padding:var(--space-6);border-radius:16px}.hero-card.svelte-10ythhu{text-align:center;flex-direction:column;align-items:center;display:flex}.avatar-hero.svelte-10ythhu{color:#fff;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:1rem;font-size:1.5rem;font-weight:700;display:flex}.hero-name.svelte-10ythhu{font-size:var(--text-2xl);color:var(--color-text-dark);font-weight:700;line-height:1.2;font-family:var(--font-heading);margin:0}.info-card.svelte-10ythhu{gap:var(--space-5);flex-direction:column;display:flex}.info-row.svelte-10ythhu{color:var(--color-text-muted);font-size:var(--text-sm);align-items:center;gap:14px;display:flex}.info-icon.svelte-10ythhu{color:var(--color-primary);background:var(--color-primary-glow);border-radius:8px;padding:6px;display:flex}.info-value.svelte-10ythhu{line-height:1.4}.obs-card.svelte-10ythhu{flex-direction:column;gap:8px;display:flex}.obs-label.svelte-10ythhu{font-size:var(--text-xs);text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-muted);font-weight:700}.obs-text.svelte-10ythhu{font-size:var(--text-sm);color:var(--color-text-dark);white-space:pre-wrap;margin:0;line-height:1.6}.btn-edit-profile.svelte-10ythhu{background:var(--color-surface-raised);border:1px solid var(--color-surface-border);width:100%;color:var(--color-text-dark);font-weight:600;font-size:var(--text-sm);cursor:pointer;transition:all var(--transition-enter);border-radius:12px;padding:14px}.btn-edit-profile.svelte-10ythhu:hover{background:var(--color-surface-raised);border-color:var(--color-surface-border-dark)}.editing-card.svelte-10ythhu{flex-direction:column;display:flex}.panel-header-inline.svelte-10ythhu{border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;width:100%;margin-bottom:24px;padding-bottom:12px;display:flex}.inline-title.svelte-10ythhu{font-size:var(--text-sm);text-transform:uppercase;color:var(--color-text-muted);letter-spacing:.05em;font-weight:700}.btn-cancel-edit.svelte-10ythhu{background:var(--color-surface-raised);color:var(--color-text-dark);font-size:var(--text-xs);cursor:pointer;transition:background var(--transition-enter);border:none;border-radius:6px;padding:6px 12px;font-weight:600}.btn-cancel-edit.svelte-10ythhu:hover{background:var(--color-surface-border-dark)}.items-panel.svelte-10ythhu{background:0 0}.items-header.svelte-10ythhu{border-bottom:1px solid var(--color-surface-border-dark);justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;display:flex}.items-title.svelte-10ythhu{font-size:var(--text-xl);color:var(--color-text-dark);font-weight:700;font-family:var(--font-heading);margin:0}.btn-primary.svelte-10ythhu{background:var(--color-primary-glow);color:var(--color-primary);font-size:var(--text-sm);cursor:pointer;transition:all var(--transition-enter);border:1px solid #b6f0004d;border-radius:10px;align-items:center;gap:8px;padding:8px 16px;font-weight:700;display:flex}.btn-primary.svelte-10ythhu:hover{background:var(--color-surface-raised);border-color:var(--color-primary);color:var(--color-primary)}.items-grid.svelte-10ythhu{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.25rem;display:grid}.item-card.svelte-10ythhu{background:var(--color-surface-dark);border:1px solid var(--color-surface-border);padding:var(--space-5);transition:transform var(--transition-enter), border-color var(--transition-enter);border-radius:16px}.item-card.svelte-10ythhu:hover{border-color:var(--color-surface-border-dark);transform:translateY(-2px)}.item-card-header.svelte-10ythhu{border-bottom:1px solid var(--color-surface-border-dark);justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.75rem;display:flex}.item-card-title.svelte-10ythhu{font-size:var(--text-md);color:var(--color-text-dark);margin:0;font-weight:700}.item-card-actions.svelte-10ythhu{gap:4px;display:flex}.item-card-actions.svelte-10ythhu button:where(.svelte-10ythhu){color:var(--color-text-muted);cursor:pointer;transition:all var(--transition-enter);background:0 0;border:none;border-radius:6px;padding:4px}.item-card-actions.svelte-10ythhu button:where(.svelte-10ythhu):hover{color:var(--color-text-dark);background:#ffffff1a}.item-card-actions.svelte-10ythhu button.danger:where(.svelte-10ythhu):hover{color:#ff6b6b;background:#ff4d4d26}.item-card-body.svelte-10ythhu{flex-direction:column;gap:8px;display:flex}.dyn-field.svelte-10ythhu{flex-direction:column;gap:2px;display:flex}.dyn-label.svelte-10ythhu{font-size:var(--text-xs);text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-muted);font-weight:600}.dyn-value.svelte-10ythhu{font-size:var(--text-sm);color:var(--color-text-dark);line-height:1.4}.dyn-fallback.svelte-10ythhu{font-size:var(--text-sm);color:var(--color-text-muted);margin:0;font-style:italic}.empty-items.svelte-10ythhu{color:var(--color-text-muted);text-align:center;border:1px dashed #ffffff1a;border-radius:16px;flex-direction:column;grid-column:1/-1;align-items:center;gap:12px;padding:4rem 1rem;display:flex}.empty-items.svelte-10ythhu svg:where(.svelte-10ythhu){opacity:.4}.empty-items.svelte-10ythhu p:where(.svelte-10ythhu){font-size:var(--text-sm);margin:0}.modal.svelte-10ythhu{background:var(--color-surface-dark);border:1px solid var(--color-surface-border);width:100%;max-width:460px;box-shadow:var(--shadow-deep);border-radius:20px;flex-direction:column;max-height:90vh;display:flex}.modal-sm.svelte-10ythhu{max-width:380px}.modal-header.svelte-10ythhu{border-bottom:1px solid var(--color-surface-border-dark);align-items:center;gap:14px;padding:1.25rem 1.5rem;display:flex}.header-icon-box.svelte-10ythhu{background:var(--color-primary-glow);width:42px;height:42px;color:var(--color-primary);border:1px solid #b6f00033;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.header-text-group.svelte-10ythhu{flex-direction:column;flex:1;gap:2px;display:flex}.modal-eyebrow.svelte-10ythhu{font-size:var(--text-xs);letter-spacing:.08em;color:var(--color-text-muted);text-transform:uppercase;font-weight:700}.modal-title.svelte-10ythhu{font-size:var(--text-md);color:var(--color-text-dark);font-weight:700;font-family:var(--font-heading);margin:0}.modal-close.svelte-10ythhu{color:var(--color-text-muted);cursor:pointer;transition:color var(--transition-enter);background:0 0;border:none;margin-left:auto;padding:4px;font-size:1.5rem}.modal-close.svelte-10ythhu:hover{color:var(--color-text-dark)}.label-flex.svelte-10ythhu{justify-content:space-between;align-items:center;display:flex}.label-icon.svelte-10ythhu{color:var(--color-primary);vertical-align:middle;margin-right:6px;display:inline-flex}.optional-badge.svelte-10ythhu{font-size:var(--text-xs);letter-spacing:.05em;color:var(--color-text-muted);background:#ffffff0a;border:1px solid #ffffff0f;border-radius:4px;padding:2px 6px;font-weight:700}.modal-body.svelte-10ythhu{flex-direction:column;gap:1rem;padding:1.5rem;display:flex;overflow-y:auto}.field-group.svelte-10ythhu{text-align:left;flex-direction:column;gap:6px;display:flex}.field-label.svelte-10ythhu{font-size:var(--text-sm);color:var(--color-text-muted);font-weight:600}.field-input.svelte-10ythhu{background:var(--color-surface-dark);border:1px solid var(--color-surface-border);color:var(--color-text-dark);font-size:var(--text-sm);transition:border-color var(--transition-enter);border-radius:10px;outline:none;padding:10px 14px;font-family:inherit}.field-input.filled.svelte-10ythhu{background:var(--color-surface-raised);border:1px solid var(--color-surface-border-dark);border-radius:12px;padding:13px 16px}.field-input.svelte-10ythhu:focus{border-color:var(--color-primary)}.field-input.filled.svelte-10ythhu:focus{border-color:var(--color-primary);box-shadow:0 0 0 3px var(--color-primary-glow)}.field-input.textarea.svelte-10ythhu{resize:vertical;min-height:80px}.field-input.sm.svelte-10ythhu{font-size:var(--text-sm);padding:8px 12px}.form-error.svelte-10ythhu{font-size:var(--text-sm);color:#ff6b6b;background:#ff4d4d1a;border-radius:8px;margin:0;padding:8px 12px}.modal-footer.svelte-10ythhu{border-top:1px solid var(--color-surface-border-dark);justify-content:flex-end;gap:10px;padding:1.25rem 1.5rem;display:flex}.btn-cancel.svelte-10ythhu{color:var(--color-text-muted);font-size:var(--text-sm);cursor:pointer;transition:color var(--transition-enter);background:0 0;border:none;padding:8px 16px;font-family:inherit;font-weight:600}.btn-cancel.svelte-10ythhu:hover{color:#fff}.btn-cancel-dark.svelte-10ythhu{color:var(--color-text-muted);font-size:var(--text-sm);cursor:pointer;transition:color var(--transition-enter);background:0 0;border:none;padding:10px 24px;font-family:inherit;font-weight:600}.btn-cancel-dark.svelte-10ythhu:hover{color:#fff}.btn-save-solid.svelte-10ythhu{background:var(--color-primary);color:#fff;font-size:var(--text-sm);cursor:pointer;transition:background var(--transition-enter);border:none;border-radius:12px;align-items:center;gap:8px;padding:10px 24px;font-family:inherit;font-weight:700;display:flex}.btn-save-solid.svelte-10ythhu:hover:not(:disabled){background:var(--color-primary-hover)}.btn-save-solid.svelte-10ythhu:disabled{opacity:.55;cursor:not-allowed}.btn-save.svelte-10ythhu{background:var(--color-primary-glow);color:var(--color-primary);font-size:var(--text-sm);cursor:pointer;border:1px solid #b6f0004d;border-radius:8px;padding:8px 16px;font-family:inherit;font-weight:700}.btn-save.svelte-10ythhu:hover:not(:disabled){color:#fff;background:#b6f00040}.btn-save.svelte-10ythhu:disabled{opacity:.5;cursor:not-allowed}.btn-delete.svelte-10ythhu{color:#ff6b6b;cursor:pointer;background:#ff4d4d26;border:1px solid #ff4d4d4d;border-radius:8px;padding:8px 16px;font-size:.85rem;font-weight:700}.btn-delete.svelte-10ythhu:hover:not(:disabled){background:#ff4d4d40}.delete-msg.svelte-10ythhu{color:var(--color-text-muted);margin:0;font-size:.9rem;line-height:1.5}.edit-profile-form.svelte-10ythhu{text-align:left;flex-direction:column;gap:12px;width:100%;display:flex}.w-full.svelte-10ythhu{width:100%}.mt-2.svelte-10ythhu{margin-top:.5rem}.skeleton-layout.svelte-10ythhu{grid-template-columns:280px 1fr;gap:2rem;display:grid}.skeleton-col.svelte-10ythhu{background:var(--color-surface-border-dark);border-radius:20px;height:300px;animation:1.5s infinite svelte-10ythhu-pulse}.skeleton-col.wide.svelte-10ythhu{height:500px}@keyframes svelte-10ythhu-pulse{0%,to{opacity:.6}50%{opacity:.9}}.contacts-page.svelte-67057e{max-width:1300px;padding:var(--space-10) var(--space-8) 5rem;gap:var(--space-6);flex-direction:column;margin:0 auto;display:flex}.page-header.svelte-67057e{padding-bottom:var(--space-6);border-bottom:1px solid var(--color-surface-border);justify-content:space-between;align-items:flex-end;display:flex}.page-eyebrow.svelte-67057e{font-size:var(--text-xs);letter-spacing:.1em;text-transform:uppercase;color:var(--color-primary);margin:0 0 4px;font-weight:700}.page-title.svelte-67057e{letter-spacing:-.02em;color:var(--color-text-dark);font-size:clamp(1.5rem,3vw,2rem);font-weight:700;font-family:var(--font-heading);margin:0}.search-bar-wrap.svelte-67057e{align-items:center;gap:var(--space-4);margin-bottom:var(--space-3);display:flex}.search-bar.svelte-67057e{background:var(--color-surface-raised);border:1px solid var(--color-surface-border);color:var(--color-text-muted);transition:border-color var(--transition-enter);border-radius:999px;flex:1;align-items:center;gap:10px;padding:12px 20px;display:flex}.search-bar.svelte-67057e:focus-within{border-color:var(--color-primary)}.search-input.svelte-67057e{color:var(--color-text-dark);font-size:var(--text-sm);background:0 0;border:none;outline:none;flex:1;font-family:inherit}.search-input.svelte-67057e::placeholder{color:var(--color-text-muted)}.clear-btn.svelte-67057e{color:var(--color-text-muted);cursor:pointer;transition:color var(--transition-enter);background:0 0;border:none;padding:0 2px;font-size:1.1rem;line-height:1}.clear-btn.svelte-67057e:hover{color:var(--color-text-dark)}.contacts-count.svelte-67057e{font-size:var(--text-sm);color:var(--color-text-muted);white-space:nowrap;font-weight:600}.btn-create.svelte-67057e{background:var(--color-primary-glow);color:var(--color-primary);font-size:var(--text-sm);cursor:pointer;transition:all var(--transition-enter);border:1px solid #b6f0004d;border-radius:999px;align-items:center;gap:8px;padding:10px 22px;font-family:inherit;font-weight:600;display:flex}.btn-create.svelte-67057e:hover{border-color:var(--color-primary);color:#fff;background:#b6f00040}.table-card.svelte-67057e{background:var(--color-surface-dark);border:1px solid var(--color-surface-border);box-shadow:var(--shadow-deep);border-radius:24px;overflow:hidden}.table-header.svelte-67057e,.contact-row.svelte-67057e{grid-template-columns:5fr 3fr 3fr 1fr;display:grid}.table-header.svelte-67057e{background:var(--color-surface-raised);border-bottom:1px solid var(--color-surface-border-dark);padding:14px 32px}.th.svelte-67057e{font-size:var(--text-xs);letter-spacing:.18em;text-transform:uppercase;color:var(--color-text-muted);font-weight:700}.contact-row.svelte-67057e{border-bottom:1px solid var(--color-surface-border-dark);cursor:pointer;transition:background var(--transition-enter);align-items:center;padding:20px 32px}.contact-row.svelte-67057e:last-child{border-bottom:none}.contact-row.hovered.svelte-67057e{background:var(--color-surface-raised)}.cell.svelte-67057e{align-items:center;display:flex}.col-name-cell.svelte-67057e{gap:16px}.col-phone-cell.svelte-67057e,.col-date-cell.svelte-67057e,.date-text.svelte-67057e{color:var(--color-text-muted);font-size:var(--text-sm);font-variant-numeric:tabular-nums}.col-actions-cell.svelte-67057e{justify-content:flex-end;gap:4px}.avatar.svelte-67057e{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;font-size:.82rem;font-weight:700;display:flex}.name-block.svelte-67057e{flex-direction:column;gap:3px;min-width:0;display:flex}.contact-name.svelte-67057e{font-size:var(--text-sm);color:var(--color-text-dark);white-space:nowrap;text-overflow:ellipsis;font-weight:500;overflow:hidden}.contact-subtitle.svelte-67057e{font-size:var(--text-xs);color:var(--color-text-muted);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.phone-link.svelte-67057e{color:inherit;transition:color var(--transition-enter);text-decoration:none}.phone-link.svelte-67057e:hover{color:var(--color-primary)}.action-icon.svelte-67057e{cursor:pointer;opacity:0;transition:opacity var(--transition-enter), background var(--transition-enter), color var(--transition-enter);background:0 0;border:none;border-radius:8px;align-items:center;padding:7px;display:flex}.action-icon.visible.svelte-67057e{opacity:1}.eye-btn.svelte-67057e{color:var(--color-primary)}.eye-btn.svelte-67057e:hover{background:var(--color-surface-raised)}.trash-btn.svelte-67057e{color:var(--color-danger,#ef4444)}.trash-btn.svelte-67057e:hover{background:#ef44441a}.empty-state.svelte-67057e{color:var(--color-text-muted);text-align:center;flex-direction:column;align-items:center;gap:14px;padding:5rem 2rem;display:flex}.empty-state.svelte-67057e svg:where(.svelte-67057e){opacity:.35}.empty-state.svelte-67057e p:where(.svelte-67057e){margin:0;font-size:.9rem;line-height:1.7}.skeleton-list.svelte-67057e{flex-direction:column;gap:4px;display:flex}.skeleton-row.svelte-67057e{background:var(--color-surface-border-dark);border-radius:12px;height:56px;animation:1.6s ease-in-out infinite svelte-67057e-pulse}@keyframes svelte-67057e-pulse{0%,to{opacity:.5}50%{opacity:.85}}.overlay.svelte-67057e{-webkit-backdrop-filter:var(--modal-backdrop-blur);backdrop-filter:var(--modal-backdrop-blur);z-index:1000;background:#0009;justify-content:center;align-items:center;padding:1rem;animation:.15s ease-out svelte-67057e-fadeIn;display:flex;position:fixed;inset:0}@keyframes svelte-67057e-fadeIn{0%{opacity:0}to{opacity:1}}.modal.svelte-67057e{background:var(--color-surface-dark);border:1px solid var(--color-surface-border);width:100%;max-width:480px;box-shadow:var(--shadow-deep);animation:svelte-67057e-slideUp var(--transition-enter);border-radius:24px;overflow:hidden}.premium-modal.svelte-67057e{background:var(--color-surface-dark);max-width:520px}.modal-sm.svelte-67057e{max-width:380px}@keyframes svelte-67057e-slideUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.modal-top.svelte-67057e{align-items:center;gap:var(--space-5);padding:2rem 2rem 1.5rem;display:flex;position:relative}.modal-icon-box.svelte-67057e{background:var(--color-surface-raised);border:1px solid var(--color-surface-border-dark);width:48px;height:48px;color:var(--color-primary);border-radius:14px;justify-content:center;align-items:center;display:flex}.modal-title-wrap.svelte-67057e{flex-direction:column;gap:2px;display:flex}.modal-eyebrow.svelte-67057e{font-size:var(--text-xs);letter-spacing:.12em;color:var(--color-primary);text-transform:uppercase;font-weight:800}.modal-title.svelte-67057e{font-size:var(--text-lg);color:var(--color-text-dark);letter-spacing:-.01em;font-weight:700;font-family:var(--font-heading);margin:0}.modal-close-btn.svelte-67057e{width:32px;height:32px;color:var(--color-text-muted);cursor:pointer;transition:all var(--transition-enter);background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:1.5rem;display:flex;position:absolute;top:1.5rem;right:1.5rem}.modal-close-btn.svelte-67057e:hover{background:var(--color-surface-raised);color:var(--color-text-dark)}.modal-content.svelte-67057e{padding:0 2rem 2rem}.form-grid.svelte-67057e{flex-direction:column;gap:1.5rem;display:flex}.field-group.svelte-67057e{flex-direction:column;gap:8px;display:flex}.field-label.svelte-67057e{font-size:var(--text-sm);color:var(--color-text-muted);letter-spacing:.02em;font-weight:600}.field-input.svelte-67057e{background:var(--color-surface-dark);border:1px solid var(--color-surface-border);color:var(--color-text-dark);font-size:var(--text-sm);transition:all var(--transition-enter);border-radius:12px;outline:none;padding:13px 16px;font-family:inherit}.field-input.filled.svelte-67057e{background:var(--color-surface-raised);border-color:var(--color-surface-border-dark)}.field-input.svelte-67057e:focus{border-color:var(--color-primary);background:var(--color-surface-raised);box-shadow:0 0 0 4px var(--color-primary-glow)}.error-banner.svelte-67057e{color:#ff6b6b;background:#ff4d4d14;border:1px solid #ff4d4d26;border-radius:12px;align-items:center;gap:10px;margin-top:1.5rem;padding:12px 16px;font-size:.85rem;font-weight:600;display:flex}.modal-actions.svelte-67057e{background:var(--color-surface-raised);border-top:1px solid var(--color-surface-border-dark);justify-content:flex-end;align-items:center;gap:1rem;padding:1.5rem 2rem;display:flex}.btn-ghost.svelte-67057e{color:var(--color-text-muted);font-size:var(--text-sm);cursor:pointer;transition:color var(--transition-enter);background:0 0;border:none;padding:10px 16px;font-family:inherit;font-weight:600}.btn-ghost.svelte-67057e:hover{color:var(--color-text-dark)}.btn-primary-solid.svelte-67057e{background:var(--color-primary);color:#fff;font-size:var(--text-sm);cursor:pointer;transition:all var(--transition-enter);border:none;border-radius:12px;justify-content:center;align-items:center;gap:10px;padding:12px 24px;font-family:inherit;font-weight:700;display:flex}.btn-primary-solid.svelte-67057e:hover:not(:disabled){background:var(--color-primary-hover);box-shadow:var(--shadow-glow);transform:translateY(-1px)}.btn-primary-solid.svelte-67057e:disabled{opacity:.5;cursor:not-allowed}.spinner.svelte-67057e{border:2px solid #0003;border-top-color:#000;border-radius:50%;width:16px;height:16px;animation:.8s linear infinite svelte-67057e-spin}@keyframes svelte-67057e-spin{to{transform:rotate(360deg)}}.delete-msg.svelte-67057e{font-size:var(--text-sm);color:var(--color-text-muted);margin:0;line-height:1.6}.btn-delete.svelte-67057e{color:#ff6b6b;cursor:pointer;background:#ff4d4d26;border:1px solid #ff4d4d40;border-radius:12px;padding:10px 20px;font-family:inherit;font-size:.9rem;font-weight:700;transition:all .15s}.btn-delete.svelte-67057e:hover:not(:disabled){background:#ef444440;border-color:#ef444473}.btn-delete.svelte-67057e:disabled{opacity:.4;cursor:not-allowed}@media (width<=680px){.contacts-page.svelte-67057e{padding:1.5rem 1rem 4rem}.page-header.svelte-67057e{flex-direction:column;align-items:flex-start;gap:1rem}.table-header.svelte-67057e{display:none}.contact-row.svelte-67057e{grid-template-rows:auto auto;grid-template-columns:1fr auto;gap:4px 10px}}
