:root{--color-primary: #7c3aed;--color-secondary: #5b21b6;--color-accent: #f5f3ff;--color-background: #fafafa;--color-surface: #ffffff;--color-text: #1f2937;--color-text-muted: #6b7280;--color-success: #16a34a;--color-error: #dc2626;--shadow-sm: 0 1px 2px rgba(0,0,0,.1);--shadow-md: 0 4px 6px rgba(0,0,0,.1);--shadow-lg: 0 10px 15px rgba(0,0,0,.1);--radius: 12px}*{box-sizing:border-box;margin:0;padding:0}html{font-family:Segoe UI,system-ui,-apple-system,sans-serif;background:var(--color-background);color:var(--color-text);line-height:1.6}body{min-height:100vh;display:flex;flex-direction:column}a{color:var(--color-primary);text-decoration:none}a:hover{text-decoration:underline}.btn{display:inline-block;padding:.75rem 1.5rem;border-radius:var(--radius);font-weight:600;text-decoration:none;cursor:pointer;border:none;transition:all .2s}.btn-primary{background:var(--color-primary);color:#fff}.btn-primary:hover{background:var(--color-secondary);text-decoration:none}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.card{background:var(--color-surface);border-radius:var(--radius);padding:1.5rem;box-shadow:var(--shadow-md)}.service-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.service-card{background:var(--color-surface);border-radius:var(--radius);padding:1.5rem;box-shadow:var(--shadow-sm);transition:box-shadow .2s,transform .2s}.service-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.professional-card{display:flex;gap:1rem;padding:1rem;background:var(--color-surface);border-radius:var(--radius);box-shadow:var(--shadow-sm)}.professional-card img{width:60px;height:60px;border-radius:50%;object-fit:cover}.rating{color:#fbbf24}.cookie-overlay.svelte-1xqvkrg{position:fixed;bottom:0;left:0;right:0;z-index:50;padding:1rem}.cookie-banner.svelte-1xqvkrg{max-width:56rem;margin:0 auto;background:#fff;border-radius:1rem;box-shadow:0 20px 60px #00000026;border:1px solid #f3f4f6;overflow:hidden}.cookie-content.svelte-1xqvkrg{padding:1.25rem 1.5rem}.cookie-header.svelte-1xqvkrg{display:flex;align-items:flex-start;gap:1rem}.cookie-icon.svelte-1xqvkrg{width:40px;height:40px;min-width:40px;background:#f5f3ff;border-radius:.75rem;display:flex;align-items:center;justify-content:center;color:#7c3aed}.cookie-text.svelte-1xqvkrg{flex:1}.cookie-text.svelte-1xqvkrg h3:where(.svelte-1xqvkrg){font-size:1.1rem;font-weight:600;color:#111827;margin-bottom:.25rem}.cookie-text.svelte-1xqvkrg>p:where(.svelte-1xqvkrg){font-size:.875rem;color:#6b7280;margin:0}.cookie-details.svelte-1xqvkrg{margin-top:1rem;display:flex;flex-direction:column;gap:.75rem}.detail-row.svelte-1xqvkrg{background:#f9fafb;border-radius:.5rem;padding:.75rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.detail-title.svelte-1xqvkrg{font-weight:500;color:#111827;font-size:.875rem;margin:0}.detail-desc.svelte-1xqvkrg{color:#9ca3af;font-size:.75rem;margin:0}.detail-badge.svelte-1xqvkrg{font-size:.75rem;color:#6b7280;white-space:nowrap}.detail-badge.active.svelte-1xqvkrg{color:#7c3aed;font-weight:500}.detail-link.svelte-1xqvkrg{font-size:.75rem;color:#9ca3af;margin:0}.detail-link.svelte-1xqvkrg a:where(.svelte-1xqvkrg){color:#7c3aed}.detail-link.svelte-1xqvkrg a:where(.svelte-1xqvkrg):hover{text-decoration:underline}.cookie-actions.svelte-1xqvkrg{background:#f9fafb;padding:1rem 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.cookie-links.svelte-1xqvkrg{display:flex;align-items:center;gap:1rem}.link-btn.svelte-1xqvkrg{font-size:.875rem;color:#6b7280;background:none;border:none;cursor:pointer;text-decoration:underline;font-family:inherit;padding:0}.link-btn.svelte-1xqvkrg:hover{color:#111827}.privacy-link.svelte-1xqvkrg{font-size:.875rem;color:#7c3aed}.privacy-link.svelte-1xqvkrg:hover{color:#5b21b6}.cookie-buttons.svelte-1xqvkrg{display:flex;align-items:center;gap:.75rem}.btn-secondary.svelte-1xqvkrg{padding:.5rem 1rem;font-size:.875rem;border:1px solid #d1d5db;color:#374151;border-radius:.5rem;background:#fff;cursor:pointer;font-family:inherit;transition:background .15s}.btn-secondary.svelte-1xqvkrg:hover{background:#f3f4f6}.btn-primary.svelte-1xqvkrg{padding:.5rem 1.5rem;font-size:.875rem;background:#7c3aed;color:#fff;border:none;border-radius:.5rem;cursor:pointer;font-weight:500;font-family:inherit;transition:background .15s}.btn-primary.svelte-1xqvkrg:hover{background:#5b21b6}@media(max-width:640px){.cookie-overlay.svelte-1xqvkrg{padding:.75rem}.cookie-actions.svelte-1xqvkrg{flex-direction:column;align-items:stretch}.cookie-links.svelte-1xqvkrg{justify-content:center}.cookie-buttons.svelte-1xqvkrg{width:100%}.btn-secondary.svelte-1xqvkrg,.btn-primary.svelte-1xqvkrg{flex:1}}.header.svelte-12qhfyh{background:linear-gradient(135deg,#7c3aed,#5b21b6);color:#fff;padding:.75rem 1rem;position:sticky;top:0;z-index:100;box-shadow:0 2px 8px #00000026}.header-content.svelte-12qhfyh{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto}.logo.svelte-12qhfyh{font-size:1.5rem;font-weight:700;color:#fff;text-decoration:none}.nav-links.svelte-12qhfyh{display:flex;gap:1.25rem;align-items:center}.nav-links.svelte-12qhfyh a:where(.svelte-12qhfyh){color:#ffffffe6;text-decoration:none;font-weight:500;font-size:.9rem;transition:color .15s}.nav-links.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:#fff}.nav-cta.svelte-12qhfyh{background:#fff3!important;padding:.5rem 1rem;border-radius:.5rem;font-weight:600!important;color:#fff!important;transition:background .15s!important}.nav-cta.svelte-12qhfyh:hover{background:#ffffff4d!important}.nav-login.svelte-12qhfyh{border:1.5px solid rgba(255,255,255,.5);padding:.4rem 1rem;border-radius:.5rem;font-size:.875rem!important;transition:border-color .15s,background .15s!important}.nav-login.svelte-12qhfyh:hover{border-color:#fff;background:#ffffff1a}.user-menu.svelte-12qhfyh{position:relative}.user-btn.svelte-12qhfyh{width:36px;height:36px;border-radius:50%;background:#ffffff40;color:#fff;border:2px solid rgba(255,255,255,.5);font-weight:700;font-size:.9rem;cursor:pointer;transition:background .15s}.user-btn.svelte-12qhfyh:hover{background:#ffffff59}.dropdown.svelte-12qhfyh{display:none;position:absolute;top:calc(100% + .5rem);right:0;background:#fff;border-radius:.75rem;box-shadow:0 8px 24px #00000026;min-width:200px;padding:.5rem 0;z-index:200}.user-menu.svelte-12qhfyh:hover .dropdown:where(.svelte-12qhfyh),.user-menu.svelte-12qhfyh:focus-within .dropdown:where(.svelte-12qhfyh){display:block}.dropdown-name.svelte-12qhfyh{display:block;padding:.75rem 1rem .5rem;font-size:.8rem;color:#666;border-bottom:1px solid #eee;margin-bottom:.25rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dropdown.svelte-12qhfyh a:where(.svelte-12qhfyh){display:block;padding:.6rem 1rem;color:#333!important;text-decoration:none!important;font-size:.9rem;transition:background .1s}.dropdown.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{background:#f5f3ff;color:#7c3aed!important}.dropdown-logout.svelte-12qhfyh{display:block;width:100%;text-align:left;padding:.6rem 1rem;background:none;border:none;border-top:1px solid #eee;margin-top:.25rem;color:#ef4444;font-size:.9rem;cursor:pointer;font-family:inherit}.dropdown-logout.svelte-12qhfyh:hover{background:#fef2f2}.mobile-toggle.svelte-12qhfyh{display:none;background:none;border:none;color:#fff;font-size:1.5rem;cursor:pointer;padding:.25rem}.mobile-nav.svelte-12qhfyh{display:none;flex-direction:column;gap:.25rem;padding:.75rem 0;border-top:1px solid rgba(255,255,255,.2);margin-top:.75rem;max-width:1200px;margin-left:auto;margin-right:auto}.mobile-nav.svelte-12qhfyh a:where(.svelte-12qhfyh){color:#fff;text-decoration:none;padding:.6rem 0;font-weight:500;font-size:.95rem}.mobile-logout.svelte-12qhfyh{text-align:left;padding:.6rem 0;background:none;border:none;border-top:1px solid rgba(255,255,255,.2);margin-top:.25rem;color:#fca5a5;font-size:.95rem;cursor:pointer;font-family:inherit;font-weight:500}.mobile-nav-btn.svelte-12qhfyh{text-align:left;padding:.6rem 0;background:none;border:none;color:#fff;font-size:.95rem;font-weight:500;cursor:pointer;font-family:inherit;width:100%}@media(max-width:768px){.desktop-nav.svelte-12qhfyh{display:none}.mobile-toggle.svelte-12qhfyh{display:block}.mobile-nav.svelte-12qhfyh{display:flex}}.footer.svelte-12qhfyh{background:#1f2937;color:#fff;padding:2rem;text-align:center;margin-top:auto}.footer.svelte-12qhfyh a:where(.svelte-12qhfyh){color:#a78bfa;text-decoration:none}.footer.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{text-decoration:underline}.container.svelte-12qhfyh{max-width:1200px;margin:0 auto;padding:0 1rem}
