:root{--primary-teal: #5ba7a7;--primary-teal-light: #7cbdbd;--primary-teal-dark: #3e8d8d;--secondary-coral: #ef7c6d;--secondary-coral-light: #f39b8f;--secondary-coral-dark: #d65a49;--bg-primary: #f9f9f7;--text-main: #2c3e50;--text-muted: #627485;--white: #ffffff;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--radius-md: .5rem;--radius-lg: .75rem;--radius-full: 9999px}@media(prefers-color-scheme:dark){:root{--bg-primary: #1a1a1a;--text-main: #e0e0e0;--text-muted: #a0a0a0;--white: #2d2d2d;--shadow: 0 4px 6px -1px rgb(0 0 0 / .3), 0 2px 4px -2px rgb(0 0 0 / .3)}}body.light{--bg-primary: #f9f9f7;--text-main: #2c3e50;--text-muted: #627485;--white: #ffffff;--shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1)}body.dark{--bg-primary: #1a1a1a;--text-main: #e0e0e0;--text-muted: #a0a0a0;--white: #2d2d2d;--shadow: 0 4px 6px -1px rgb(0 0 0 / .3), 0 2px 4px -2px rgb(0 0 0 / .3)}body{margin:0;font-family:Inter,system-ui,-apple-system,sans-serif;background-color:var(--bg-primary);color:var(--text-main);line-height:1.5}h1,h2,h3,h4{font-family:Outfit,Inter,sans-serif;color:var(--text-main);margin-top:0}a{color:var(--primary-teal);text-decoration:none;transition:color .2s}a:hover{color:var(--primary-teal-dark)}.btn{display:inline-flex;align-items:center;padding:.5rem 1rem;border-radius:var(--radius-md);font-weight:500;cursor:pointer;transition:all .2s;border:none}.btn-primary{background-color:var(--primary-teal);color:#fff}.btn-primary:hover{background-color:var(--primary-teal-dark)}.btn-secondary{background-color:var(--secondary-coral);color:#fff}.btn-secondary:hover{background-color:var(--secondary-coral-dark)}.btn-sm{padding:.25rem .75rem;font-size:.875rem}.card{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow);padding:1.5rem}.title-with-icon{display:flex;align-items:center;gap:.75rem}.card-icon-sm{width:32px;height:32px}.card-icon-lg{width:80px;height:80px;margin-bottom:1.25rem}.app-shell.svelte-12qhfyh{display:flex;flex-direction:column;min-height:100vh}.container.svelte-12qhfyh{max-width:1000px;margin:0 auto;padding:0 1.5rem;width:100%;box-sizing:border-box}.main-header.svelte-12qhfyh{background:var(--white);border-bottom:1px solid rgba(0,0,0,.05);padding:1rem 0;position:sticky;top:0;z-index:100}nav.svelte-12qhfyh{display:flex;justify-content:space-between;align-items:center}.logo.svelte-12qhfyh{display:flex;align-items:center;gap:.5rem;font-family:Outfit,sans-serif;font-size:1.5rem;font-weight:700;color:var(--text-main)}.logo-img.svelte-12qhfyh{height:48px;width:auto}.nav-links.svelte-12qhfyh{display:flex;gap:2rem}.nav-links.svelte-12qhfyh a:where(.svelte-12qhfyh){font-weight:500;color:var(--text-muted)}.nav-links.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--primary-teal)}.user-profile.svelte-12qhfyh{display:flex;align-items:center;gap:.75rem;background:var(--white);padding:.35rem .75rem;border-radius:var(--radius-full);border:1px solid rgba(0,0,0,.08);transition:all .2s cubic-bezier(.4,0,.2,1);cursor:pointer;color:var(--text-main)}.user-profile.svelte-12qhfyh:hover{background-color:var(--bg-primary);border-color:var(--primary-teal);box-shadow:0 2px 8px #0000000d}.user-menu-container.svelte-12qhfyh{position:relative}.dropdown-arrow.svelte-12qhfyh{font-size:.7rem;opacity:.5}.dropdown-menu.svelte-12qhfyh{position:absolute;top:100%;right:0;margin-top:.5rem;background:var(--white);border-radius:var(--radius-md);min-width:200px;padding:.5rem 0;box-shadow:var(--shadow);z-index:1000;border:1px solid rgba(0,0,0,.1)}.dropdown-menu.svelte-12qhfyh a:where(.svelte-12qhfyh){display:block;padding:.75rem 1rem;color:var(--text-main);font-size:.9rem;text-decoration:none}.dropdown-menu.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{background-color:#0000000d;color:var(--primary-teal)}.dropdown-menu.svelte-12qhfyh hr:where(.svelte-12qhfyh){margin:.5rem 0;border:none;border-top:1px solid rgba(0,0,0,.1)}.logout-link.svelte-12qhfyh{color:var(--secondary-coral)!important}.user-avatar.svelte-12qhfyh{width:24px;height:24px;border-radius:50%}.user-name.svelte-12qhfyh{font-size:.875rem;font-weight:500}main.svelte-12qhfyh{flex:1;padding-top:2rem;padding-bottom:4rem}.main-footer.svelte-12qhfyh{padding:2rem 0;text-align:center;color:var(--text-muted);font-size:.875rem}
