body{margin:0;font-family:var(--font-ui);background:var(--surface-canvas);color:var(--text-strong);letter-spacing:.005em}:root{--font-ui: "Manrope", "Segoe UI", -apple-system, BlinkMacSystemFont, sans-serif;--font-display: "Space Grotesk", "Manrope", "Segoe UI", sans-serif;--font-code: "JetBrains Mono", "SFMono-Regular", Menlo, Monaco, Consolas, monospace;--surface-canvas: #f4f7f5;--surface-card: #ffffff;--surface-card-muted: #edf4f1;--text-strong: #14312e;--text-muted: #607772;--text-subtle: #3f5c56;--border-soft: #d4e1dc;--border-strong: #b6c9c2;--accent-strong: #0f5f59;--accent-strong-hover: #0c504b;--accent-soft: #dff1ed;--accent-soft-strong: #c6e7e1;--focus-ring: rgba(15, 95, 89, .24);--danger-soft: #fee9e5;--danger-strong: #b44735;--warning-soft: #fff6de;--warning-strong: #895e16;--info-soft: #e0f1f5;--info-strong: #256170;--info-strong-hover: #1f5360;--success-soft: #e2f4eb;--success-strong: #1f7a5a;--radius-card: 1rem;--radius-control: .75rem;--space-1: .35rem;--space-2: .6rem;--space-3: .9rem;--space-4: 1.25rem;--space-5: 1.5rem;--card-radius: var(--radius-card);--card-border: 1px solid var(--border-soft);--card-shadow: 0 12px 30px rgba(15, 55, 51, .08)}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);letter-spacing:-.01em}input,textarea,select,button{font-family:var(--font-ui)}code,pre{font-family:var(--font-code)}.page{max-width:1100px;margin:0 auto 3rem;padding:clamp(1rem,3vw,2.5rem);display:flex;flex-direction:column;gap:1.5rem}.card-panel{border:var(--card-border);border-radius:var(--radius-card);background:var(--surface-card);box-shadow:var(--card-shadow);padding:var(--space-5)}.pill-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:.75rem}.pill-link{display:inline-flex;align-items:center;justify-content:center;padding:.85rem;border-radius:.85rem;background:var(--accent-strong);color:var(--surface-card);text-decoration:none;font-weight:600}.pill-link--ghost{background:var(--surface-card);color:var(--text-strong);border:1px solid var(--border-soft)}.text-muted{color:var(--text-muted)}.btn-primary,.btn-secondary,.btn-ghost{border-radius:var(--radius-control);border:1px solid transparent;padding:.55rem .95rem;font-weight:600;font-size:.92rem;cursor:pointer;transition:background-color .2s ease,border-color .2s ease,color .2s ease}.btn-primary{background:var(--accent-strong);color:var(--surface-card)}.btn-primary:hover{background:var(--accent-strong-hover)}.btn-secondary{background:var(--surface-card);color:var(--text-subtle);border-color:var(--border-soft)}.btn-secondary:hover{background:var(--surface-card-muted);border-color:var(--border-strong)}.btn-ghost{background:transparent;color:var(--text-subtle);border-color:var(--border-soft)}.btn-ghost:hover{background:var(--surface-card-muted);color:var(--text-strong);border-color:var(--border-strong)}.input-control{border:1px solid var(--border-soft);border-radius:var(--radius-control);padding:.62rem .85rem;background:var(--surface-card);color:var(--text-strong);font-family:inherit;font-size:.95rem}.input-control:focus,.btn-primary:focus-visible,.btn-secondary:focus-visible,.btn-ghost:focus-visible,.chip-filter:focus-visible,.nav a:focus-visible,.nav__cta:focus-visible,.nav__menu-toggle:focus-visible,.nav__mobile-logout:focus-visible{outline:none;box-shadow:0 0 0 3px var(--focus-ring)}.chip-filter{padding:.4rem .85rem;border-radius:999px;border:1px solid var(--border-soft);background:var(--surface-card);color:var(--text-subtle);font-weight:600;cursor:pointer}.chip-filter.is-active{background:var(--accent-strong);color:var(--surface-card);border-color:var(--accent-strong)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.app-shell.svelte-12qhfyh{min-height:100vh;display:flex;flex-direction:column}.app-header.svelte-12qhfyh{position:sticky;top:0;z-index:20;background:color-mix(in srgb,var(--surface-card) 92%,transparent);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-bottom:1px solid color-mix(in srgb,var(--border-strong) 58%,transparent);box-shadow:0 6px 24px #0f373314;padding:.7rem clamp(1.2rem,4vw,2.8rem);display:grid;grid-template-columns:1fr auto 1fr;grid-template-areas:"left center right";align-items:center;gap:1rem}.header-side.svelte-12qhfyh{min-width:0;display:flex;align-items:center}.header-side--left.svelte-12qhfyh{grid-area:left;justify-content:flex-start}.header-side--right.svelte-12qhfyh{grid-area:right;justify-content:flex-end}.nav.svelte-12qhfyh{display:inline-flex;gap:.6rem;align-items:center;position:relative}.nav--center.svelte-12qhfyh{grid-area:center;justify-self:center}.nav__links.svelte-12qhfyh{display:inline-flex;gap:.4rem;align-items:center;padding:.2rem;border-radius:999px;border:1px solid color-mix(in srgb,var(--border-strong) 78%,transparent);background:color-mix(in srgb,var(--surface-card) 82%,transparent);box-shadow:inset 0 1px color-mix(in srgb,var(--surface-card) 70%,transparent)}.nav__menu-toggle.svelte-12qhfyh{display:none;width:2.2rem;height:2.2rem;padding:0;border:1px solid var(--border-soft);border-radius:.65rem;background:color-mix(in srgb,var(--surface-card) 88%,transparent);cursor:pointer;align-items:center;justify-content:center;gap:.2rem;flex-direction:column}.nav__menu-toggle.svelte-12qhfyh span:where(.svelte-12qhfyh){display:block;width:.95rem;height:2px;border-radius:999px;background:var(--text-subtle);transition:transform .15s ease,opacity .15s ease}.nav__menu-toggle[aria-expanded=true].svelte-12qhfyh span:where(.svelte-12qhfyh):nth-child(1){transform:translateY(4px) rotate(45deg)}.nav__menu-toggle[aria-expanded=true].svelte-12qhfyh span:where(.svelte-12qhfyh):nth-child(2){opacity:0}.nav__menu-toggle[aria-expanded=true].svelte-12qhfyh span:where(.svelte-12qhfyh):nth-child(3){transform:translateY(-4px) rotate(-45deg)}.nav__mobile-user.svelte-12qhfyh{display:none}.nav__mobile-user-label.svelte-12qhfyh{margin:0;font-size:.72rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em}.nav__mobile-email.svelte-12qhfyh{margin:0;font-size:.86rem;font-weight:600;color:var(--text-strong);word-break:break-all}.nav__mobile-logout.svelte-12qhfyh{margin-top:.35rem;padding:.42rem .72rem;border-radius:999px;border:1px solid var(--border-soft);background:var(--surface-card);color:var(--text-subtle);font-size:.78rem;font-weight:600;cursor:pointer}.nav__mobile-logout.svelte-12qhfyh:hover{border-color:var(--border-strong);background:var(--surface-card-muted)}.nav-backdrop.svelte-12qhfyh{display:none}.nav.svelte-12qhfyh a:where(.svelte-12qhfyh){color:var(--text-subtle);text-decoration:none;padding:.4rem .95rem;border-radius:999px;box-sizing:border-box;max-width:100%;font-size:.92rem;transition:all .2s ease;font-weight:600;font-family:var(--font-display);border:1px solid transparent}.nav.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{background:#0f37330d}.nav.svelte-12qhfyh a.active:where(.svelte-12qhfyh){background:var(--accent-strong);color:var(--surface-card);border-color:var(--accent-strong);box-shadow:0 10px 20px #0f37332e}.nav__cta.svelte-12qhfyh{background:var(--accent-strong);color:var(--surface-card);font-weight:700;height:2.2rem;border-radius:999px;border:none;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 10px 20px #0f373333;padding:0 .9rem}.nav__cta--label.svelte-12qhfyh{font-size:.83rem;letter-spacing:.01em;font-family:var(--font-display)}.nav__cta.svelte-12qhfyh:hover{background:var(--accent-strong-hover)}.user-menu.svelte-12qhfyh{display:flex;align-items:center;gap:.7rem;min-height:2.2rem}.user-menu--placeholder.svelte-12qhfyh{width:7.5rem}.user-email.svelte-12qhfyh{font-size:.85rem;color:var(--text-muted);max-width:16rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.btn-logout.svelte-12qhfyh{padding:.4rem .95rem;background:transparent;color:var(--text-muted);border:1px solid var(--border-soft);border-radius:999px;font-size:.85rem;font-weight:500;cursor:pointer;transition:all .2s ease}.btn-logout.svelte-12qhfyh:hover{background:var(--surface-card-muted);color:var(--text-strong);border-color:var(--border-strong)}.app-main.svelte-12qhfyh{flex:1;padding:clamp(1rem,3vw,2.5rem)}@media(max-width:960px){.app-header.svelte-12qhfyh{padding:.65rem 1rem;gap:.65rem}.nav.svelte-12qhfyh a:where(.svelte-12qhfyh){padding:.38rem .72rem;font-size:.86rem}.user-email.svelte-12qhfyh{max-width:10rem}}@media(max-width:640px){.app-header.svelte-12qhfyh{grid-template-columns:auto 1fr auto;grid-template-areas:"left center right";gap:.5rem;padding:.6rem .75rem}.header-side--left.svelte-12qhfyh{grid-area:right;justify-content:flex-end;width:auto}.header-side--right.svelte-12qhfyh{display:none}.nav.svelte-12qhfyh{width:auto;justify-self:start;gap:0}.nav--center.svelte-12qhfyh{grid-area:left;justify-self:start}.nav__menu-toggle.svelte-12qhfyh{display:inline-flex}.nav__links.svelte-12qhfyh{display:none;position:fixed;top:3.65rem;left:.75rem;right:.75rem;flex-direction:column;align-items:stretch;gap:.3rem;padding:.45rem;border-radius:.95rem;border:1px solid var(--border-soft);background:color-mix(in srgb,var(--surface-card) 96%,transparent);box-shadow:0 16px 32px #0f373324;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);z-index:30;overflow-x:hidden}.nav__links.nav__links--open.svelte-12qhfyh{display:flex}.nav.svelte-12qhfyh a:where(.svelte-12qhfyh){width:100%;text-align:left;font-size:.87rem;padding:.6rem .72rem;border-radius:.68rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.nav.svelte-12qhfyh a.active:where(.svelte-12qhfyh){box-shadow:none}.nav__cta.svelte-12qhfyh{height:2.1rem;padding:0 .72rem}.nav__cta--label.svelte-12qhfyh{font-size:.79rem}.nav__mobile-user.svelte-12qhfyh{display:flex;flex-direction:column;align-items:flex-start;gap:.15rem;padding:.6rem .55rem .25rem;margin-top:.2rem;border-top:1px solid var(--border-soft)}.nav-backdrop.svelte-12qhfyh{display:block;position:fixed;inset:0;padding:0;margin:0;border:0;background:transparent;z-index:18}.app-main.svelte-12qhfyh{padding:1rem}}
