:root{--font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--fluya-bg-color: #2563eb;--fluya--zero-white: #ffffff;--fluya-border: #e2e8f0;--fluya-btn-ghost: #0f172a;--fluya-btn-ghost-muted: #f1f5f9}@font-face{font-family:var(--font);font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:var(--font);font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:var(--font);font-weight:400;font-style:normal;font-display:swap}a{color:inherit;text-decoration:none}body,a,p,span,button,div{color:var(--fluya-p-light-color);font-family:var(--font),sans-serif;font-weight:600}body{line-height:1.5}body p{margin:0}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.375rem;font-weight:500;font-size:.875rem;padding:.5rem 1rem;border-radius:6px;border:1px solid transparent;white-space:nowrap;line-height:1.2}.btn.btn-lg{font-size:.9375rem;padding:.625rem 1.5rem}.btn.btn-primary{background:#2563eb;color:#fff}.btn.btn-outline{background:#ffffff0d;border-color:#fff3;color:#fff}.sidebar.svelte-ogdhzs{background:var(--bg-secondary);border-right:1px solid var(--border);box-sizing:border-box;display:flex;flex-direction:column;gap:1.5rem;height:100vh;max-height:100vh;overflow-x:hidden;overflow-y:hidden;padding:1.25rem 0 1.25rem 1rem;width:100%;z-index:100}.sidebar-brand.svelte-ogdhzs{align-items:center;color:var(--fg);display:flex;gap:.625rem;min-height:2.5rem;padding-right:1rem}.sidebar-brand__icon.svelte-ogdhzs{align-items:center;background:var(--fluya-bg-color);border-radius:8px;color:var(--fluya--zero-white);display:inline-flex;height:2.25rem;justify-content:center;width:2.25rem}.sidebar-brand__text.svelte-ogdhzs{color:var(--fg);font-size:1.125rem;font-weight:700}.sidebar-nav.svelte-ogdhzs{display:flex;flex-direction:column;gap:.125rem}.sidebar-nav__link.svelte-ogdhzs{background:transparent;border:1px solid transparent;border-left:3px solid transparent;border-radius:8px 0 0 8px;color:var(--fg-secondary);display:flex;font-size:.8125rem;font-weight:500;line-height:1.35;padding:.6875rem 1rem .6875rem .875rem;transition:background var(--transition),border-color var(--transition),box-shadow var(--transition),color var(--transition)}.sidebar-nav__link.svelte-ogdhzs:hover:not(.sidebar-nav__link--active),.sidebar-nav__link.svelte-ogdhzs:focus-visible:not(.sidebar-nav__link--active){background:var(--bg-muted);color:var(--fg);outline:none}.sidebar-nav__link--active.svelte-ogdhzs{background:var(--bg);border-color:var(--border);border-left-color:var(--primary);border-right:none;border-top-right-radius:0;border-bottom-right-radius:0;box-shadow:-2px 0 0 var(--primary);color:var(--fg);font-weight:700;margin-right:-1px;position:relative;z-index:1}.sidebar-nav__short-label.svelte-ogdhzs{display:none}.sidebar-user.svelte-ogdhzs{align-items:center;border-top:1px solid var(--border);display:flex;gap:.5rem;margin-top:auto;min-width:0;padding-right:1rem;padding-top:1rem}.sidebar-user__email.svelte-ogdhzs{color:var(--fg-secondary);flex:1;font-size:.75rem;font-weight:600;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sidebar-user__logout.svelte-ogdhzs{align-items:center;background:transparent;border:1px solid var(--border);border-radius:999px;color:var(--fg-secondary);cursor:pointer;display:inline-flex;flex:0 0 auto;font-size:.75rem;height:1.5rem;justify-content:center;line-height:1;padding:0;transition:background var(--transition),color var(--transition);width:1.5rem}.sidebar-user__logout.svelte-ogdhzs:hover,.sidebar-user__logout.svelte-ogdhzs:focus-visible{background:var(--accent);color:var(--fg);outline:none}.sidebar-user__logout.svelte-ogdhzs:disabled{cursor:wait;opacity:.6}@media (max-width: 700px){.sidebar.svelte-ogdhzs{align-items:center;background:var(--bg);padding:1rem .5rem}.sidebar-brand__text.svelte-ogdhzs,.sidebar-nav__label.svelte-ogdhzs,.sidebar-user__email.svelte-ogdhzs{display:none}.sidebar-nav.svelte-ogdhzs{align-items:stretch;width:100%}.sidebar-nav__link.svelte-ogdhzs{align-items:center;border-left-width:1px;border-radius:8px;justify-content:center;margin-right:0;min-height:2.625rem;padding:.625rem .375rem;width:100%}.sidebar-nav__link--active.svelte-ogdhzs{border-bottom-color:var(--bg);border-left-color:var(--border);border-right-color:var(--border);border-top-color:var(--border);box-shadow:0 -2px 0 var(--primary)}.sidebar-nav__short-label.svelte-ogdhzs{display:inline;font-size:.75rem;font-weight:700}.sidebar-user.svelte-ogdhzs{justify-content:center;width:100%}}.toast-container.svelte-1ldvlc{display:grid;gap:.5rem;left:50%;pointer-events:none;position:fixed;top:1.25rem;transform:translate(-50%);width:min(22.5rem,100vw - 2.5rem);z-index:2000}.toast.svelte-1ldvlc{align-items:flex-start;animation:svelte-1ldvlc-toast-in .2s ease;background:var(--success-bg);border:1px solid #86efac;border-radius:10px;box-shadow:var(--shadow);color:var(--success-fg);display:flex;gap:.625rem;padding:.75rem .875rem;pointer-events:auto}.toast__message.svelte-1ldvlc{flex:1;font-size:.8125rem;line-height:1.45;margin:0}.toast__close.svelte-1ldvlc{background:transparent;border:0;color:inherit;cursor:pointer;flex:0 0 auto;font-size:1.125rem;line-height:1;opacity:.7;padding:0}.toast__close.svelte-1ldvlc:hover,.toast__close.svelte-1ldvlc:focus-visible{opacity:1;outline:none}@keyframes svelte-1ldvlc-toast-in{0%{opacity:0;transform:translateY(-.5rem)}to{opacity:1;transform:translateY(0)}}html,body{background-color:#fff;box-sizing:border-box;height:100%;margin:0;max-width:100%;width:100%}.global-app-shell[data-astro-cid-sckkx6r4]{min-height:100vh;width:100%}.global-app-main-content[data-astro-cid-sckkx6r4]{min-height:100vh;min-width:0;width:100%}.global-app-shell--with-sidebar[data-astro-cid-sckkx6r4]{display:grid;grid-template-columns:var(--sidebar-width) minmax(0,1fr)}.global-app-shell--with-sidebar[data-astro-cid-sckkx6r4] .global-app-sidebar[data-astro-cid-sckkx6r4]{align-self:start;grid-column:1;grid-row:1;height:100vh;min-width:0;position:sticky;top:0}.global-app-shell--with-sidebar[data-astro-cid-sckkx6r4] .global-app-main-content[data-astro-cid-sckkx6r4]{grid-column:2;grid-row:1}*{box-sizing:border-box!important}:root{--bg: #ffffff;--bg-secondary: #f8fafc;--bg-muted: #f1f5f9;--bg-card: #ffffff;--fg: #0f172a;--fg-secondary: #475569;--fg-muted: #94a3b8;--border: #e2e8f0;--primary: #2563eb;--primary-fg: #ffffff;--primary-hover: #1d4ed8;--accent: #f1f5f9;--destructive: #ef4444;--success: #10b981;--success-bg: #ecfdf5;--success-fg: #065f46;--warning: #f59e0b;--warning-bg: #fffbeb;--warning-fg: #92400e;--info-bg: #eff6ff;--info-fg: #1e40af;--radius: 6px;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .05);--shadow: 0 1px 3px rgba(0, 0, 0, .1), 0 1px 2px rgba(0, 0, 0, .06);--transition: .15s ease;--sidebar-width: clamp(12rem, 28vw, 16rem);--font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif}@media (max-width: 700px){:root{--sidebar-width: 4.5rem}}
