.theme-toggle[data-astro-cid-efubawbo]{background:transparent;border:1px solid var(--color-border-subtle);color:var(--color-text-secondary);padding:var(--space-2);border-radius:var(--radius-md);display:inline-flex;align-items:center;justify-content:center;min-width:36px;height:36px;cursor:pointer;transition:background var(--motion-fast) var(--ease-standard),color var(--motion-fast) var(--ease-standard),border-color var(--motion-fast) var(--ease-standard)}.theme-toggle[data-astro-cid-efubawbo]:hover{background:var(--color-surface-2);color:var(--color-text-primary)}.theme-toggle[data-astro-cid-efubawbo]:focus-visible{outline:2px solid var(--color-focus-ring);outline-offset:2px}.theme-toggle[data-astro-cid-efubawbo] .icon[data-astro-cid-efubawbo]{display:none}:root[data-theme-mode=light] .theme-toggle[data-astro-cid-efubawbo] .icon-sun[data-astro-cid-efubawbo]{display:inline-grid;place-items:center}:root[data-theme-mode=dark] .theme-toggle[data-astro-cid-efubawbo] .icon-moon[data-astro-cid-efubawbo]{display:inline-block}:root[data-theme-mode=system] .theme-toggle[data-astro-cid-efubawbo] .icon-system[data-astro-cid-efubawbo]{display:inline-block}.icon-stack[data-astro-cid-efubawbo]{position:relative;display:inline-grid;place-items:center;width:20px;height:20px}.icon-stack[data-astro-cid-efubawbo] .lord-icon-fg[data-astro-cid-efubawbo]{position:relative;z-index:1}.icon-stack[data-astro-cid-efubawbo] .static-fallback[data-astro-cid-efubawbo]{position:absolute;inset:0;z-index:0;margin:auto}:root[data-theme-mode=light] .theme-toggle[data-astro-cid-efubawbo] .icon-sun[data-astro-cid-efubawbo],:root[data-theme-mode=dark] .theme-toggle[data-astro-cid-efubawbo] .icon-moon[data-astro-cid-efubawbo],:root[data-theme-mode=system] .theme-toggle[data-astro-cid-efubawbo] .icon-system[data-astro-cid-efubawbo]{animation:theme-icon-in var(--motion-default) var(--ease-expressive)}@keyframes theme-icon-in{0%{transform:rotate(-45deg) scale(.6);opacity:0}to{transform:rotate(0) scale(1);opacity:1}}@media (prefers-reduced-motion: reduce){.theme-toggle[data-astro-cid-efubawbo] .icon[data-astro-cid-efubawbo]{animation:none}}:root[data-theme-mode=system] .theme-toggle[data-astro-cid-efubawbo]{color:var(--color-primary);border-color:var(--color-primary-soft)}:root[data-theme-mode=system] .theme-toggle[data-astro-cid-efubawbo]:hover{color:var(--color-primary-deep)}.generated-avatar[data-astro-cid-ndwi6q2l]{display:inline-grid;place-items:center;overflow:hidden;border-radius:var(--radius-circle);flex-shrink:0;box-shadow:0 0 0 1px var(--color-border-subtle)}.generated-avatar[data-astro-cid-ndwi6q2l] svg[data-astro-cid-ndwi6q2l]{display:block;width:100%;height:100%}.profile-menu[data-astro-cid-aebu7h2m]{position:relative}.profile-menu[data-astro-cid-aebu7h2m] summary[data-astro-cid-aebu7h2m]{display:inline-flex;align-items:center;gap:var(--space-1);list-style:none;cursor:pointer;min-width:36px;height:36px;padding:0 var(--space-1);border-radius:var(--radius-pill);background:var(--color-surface-1);border:1px solid var(--color-border);transition:background var(--motion-fast) var(--ease-standard)}.profile-menu[data-astro-cid-aebu7h2m] summary[data-astro-cid-aebu7h2m]::-webkit-details-marker{display:none}.profile-menu[data-astro-cid-aebu7h2m] summary[data-astro-cid-aebu7h2m]:hover{background:var(--color-surface-2)}.profile-menu[data-astro-cid-aebu7h2m] summary[data-astro-cid-aebu7h2m]:focus-visible{outline:2px solid var(--color-focus-ring);outline-offset:2px}.avatar[data-astro-cid-aebu7h2m]{display:inline-grid;place-items:center;width:28px;height:28px;border-radius:var(--radius-circle);background:var(--color-primary);color:var(--color-text-on-accent);font-size:var(--font-size-micro);font-weight:var(--font-weight-semibold);overflow:hidden}.avatar[data-astro-cid-aebu7h2m].empty{background:var(--color-surface-2);color:var(--color-text-muted)}.icon-stack[data-astro-cid-aebu7h2m]{position:relative}.icon-stack[data-astro-cid-aebu7h2m] .lord-icon-fg[data-astro-cid-aebu7h2m]{position:relative;z-index:1}.avatar-initials[data-astro-cid-aebu7h2m]{position:absolute;inset:0;z-index:0;display:grid;place-items:center;font-size:var(--font-size-micro);font-weight:var(--font-weight-semibold)}body:has(lord-icon[src]) .icon-stack[data-astro-cid-aebu7h2m] .avatar-initials[data-astro-cid-aebu7h2m]{display:none}.login-dot[data-astro-cid-aebu7h2m]{width:8px;height:8px;border-radius:var(--radius-circle);margin-right:var(--space-1)}.login-dot[data-astro-cid-aebu7h2m][data-state=online]{background:var(--status-active)}.login-dot[data-astro-cid-aebu7h2m][data-state=offline]{background:var(--status-expired)}.menu[data-astro-cid-aebu7h2m]{position:absolute;right:0;top:calc(100% + var(--space-2));min-width:220px;max-height:calc(100vh - var(--top-nav-height) - var(--space-6));overflow-y:auto;background:var(--color-surface-1);border:1px solid var(--color-border);border-radius:var(--radius-md);box-shadow:var(--shadow-modal);padding:var(--space-2);display:flex;flex-direction:column;z-index:var(--z-overlay)}.menu[data-astro-cid-aebu7h2m] a[data-astro-cid-aebu7h2m]{padding:var(--space-2) var(--space-3);border-radius:var(--radius-sm);color:var(--color-text-primary);text-decoration:none;font-size:var(--font-size-body-sm)}.menu[data-astro-cid-aebu7h2m] a[data-astro-cid-aebu7h2m]:hover{background:var(--color-surface-2)}.menu[data-astro-cid-aebu7h2m] a[data-astro-cid-aebu7h2m]:focus-visible{outline:2px solid var(--color-focus-ring);outline-offset:2px}.menu[data-astro-cid-aebu7h2m] a[data-astro-cid-aebu7h2m].danger{color:var(--color-danger)}.menu[data-astro-cid-aebu7h2m] a[data-astro-cid-aebu7h2m].primary{background:var(--color-primary);color:var(--color-text-on-accent)}.menu[data-astro-cid-aebu7h2m] a[data-astro-cid-aebu7h2m].primary:hover{background:var(--color-primary-hover)}.menu-head[data-astro-cid-aebu7h2m]{padding:var(--space-2) var(--space-3) var(--space-3);border-bottom:1px solid var(--color-border);margin-bottom:var(--space-2);display:flex;flex-direction:column}.menu-head[data-astro-cid-aebu7h2m] .email[data-astro-cid-aebu7h2m]{color:var(--color-text-muted);font-size:var(--font-size-caption)}.menu[data-astro-cid-aebu7h2m] hr[data-astro-cid-aebu7h2m]{border:0;border-top:1px solid var(--color-border);margin:var(--space-2) 0}@media (max-width: 30rem){.menu[data-astro-cid-aebu7h2m]{position:fixed;top:50%;left:50%;right:auto;transform:translate(-50%,-50%);min-width:0;width:calc(100vw - var(--space-6));max-width:360px;max-height:70vh}}
