.notif-bell.svelte-vtze1i{cursor:pointer;background:0 0;border:none;padding:.5rem;font-size:1.2rem;position:relative}.bell-icon.svelte-vtze1i{display:block}.badge.svelte-vtze1i{color:#fff;text-align:center;background:#dc3545;border-radius:10px;min-width:16px;padding:.1rem .35rem;font-size:.65rem;font-weight:700;line-height:1.3;position:absolute;top:0;right:0}.toast-container.svelte-1cpok13{z-index:9999;flex-direction:column;gap:.5rem;max-width:400px;display:flex;position:fixed;top:1rem;right:1rem}.toast.svelte-1cpok13{border-radius:8px;justify-content:space-between;align-items:center;gap:1rem;padding:.75rem 1rem;font-size:.9rem;animation:.3s ease-out svelte-1cpok13-slideIn;display:flex;box-shadow:0 4px 12px #00000026}.toast-success.svelte-1cpok13{background:var(--success-bg,#d4edda);color:var(--success-text,#155724)}.toast-error.svelte-1cpok13{background:var(--error-bg,#f8d7da);color:var(--error-text,#dc3545)}.toast-info.svelte-1cpok13{color:#0c5460;background:#d1ecf1}.toast-msg.svelte-1cpok13{flex:1}.toast-close.svelte-1cpok13{cursor:pointer;opacity:.6;background:0 0;border:none;padding:0;font-size:1.2rem;line-height:1}.toast-close.svelte-1cpok13:hover{opacity:1}@keyframes svelte-1cpok13-slideIn{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}.app-layout.svelte-12qhfyh{height:100vh;display:flex}.sidebar.svelte-12qhfyh{background:var(--sidebar-bg,#db0007);width:240px;color:var(--sidebar-text,#fff8e1);box-sizing:border-box;flex-direction:column;flex-shrink:0;height:100vh;padding:1rem;display:flex;overflow:hidden}.brand.svelte-12qhfyh{font-size:1.3rem;font-weight:700}.brand.svelte-12qhfyh a:where(.svelte-12qhfyh){color:var(--sidebar-brand,#ffbc0d);text-decoration:none}.search-wrapper.svelte-12qhfyh{margin:1rem 0;overflow:hidden}.search-wrapper.svelte-12qhfyh input:where(.svelte-12qhfyh){border:1px solid var(--sidebar-border,#ffbc0d4d);background:var(--sidebar-input-bg,#0003);width:100%;color:var(--sidebar-text,#fff8e1);box-sizing:border-box;border-radius:6px;padding:.5rem .75rem;font-size:.85rem}.search-wrapper.svelte-12qhfyh input:where(.svelte-12qhfyh)::placeholder{color:var(--sidebar-placeholder,#fff8e199)}.search-wrapper.svelte-12qhfyh input:where(.svelte-12qhfyh):focus{border-color:var(--sidebar-focus,#ffbc0d);outline:none}.nav-links.svelte-12qhfyh{flex:1;min-height:0;margin:1rem 0;padding:0;list-style:none;overflow-y:auto}.nav-links.svelte-12qhfyh li:where(.svelte-12qhfyh){margin-bottom:.25rem}.nav-links.svelte-12qhfyh a:where(.svelte-12qhfyh){color:var(--sidebar-link,#fff8e1);border-radius:6px;padding:.6rem .75rem;font-size:.9rem;text-decoration:none;display:block}.nav-links.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{background:var(--sidebar-hover,#ffbc0d26);color:var(--sidebar-link-hover,#ffbc0d)}.nav-links.svelte-12qhfyh a.active:where(.svelte-12qhfyh){background:var(--sidebar-active,#ffbc0d26);color:var(--sidebar-link-active,#ffbc0d);font-weight:600}.bottom-bar.svelte-12qhfyh{border-top:1px solid var(--sidebar-border,#ffbc0d4d);align-items:center;gap:.5rem;margin-top:auto;padding-top:.75rem;display:flex}.user-link.svelte-12qhfyh{color:var(--sidebar-user,#ffbc0d);flex:1;font-size:.85rem;text-decoration:none}.theme-toggle.svelte-12qhfyh{cursor:pointer;background:0 0;border:none;border-radius:4px;padding:.25rem;font-size:1.1rem}.theme-toggle.svelte-12qhfyh:hover{background:var(--sidebar-hover,#ffbc0d26)}.content.svelte-12qhfyh{background:var(--content-bg,#fff8e1) url(../../../mcd-pattern.png) repeat;box-sizing:border-box;background-size:150px 167px;flex:1;height:100vh;padding:2rem;overflow-y:auto}.page-card{background:var(--card-bg,#fff);border:1px solid var(--card-border,#ffbc0d);border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #0000000f}.page-card h1{color:var(--text-primary,#1a1a1a);margin-top:0}[data-theme=light]{--sidebar-bg:#db0007;--sidebar-text:#fff8e1;--sidebar-brand:#ffbc0d;--sidebar-link:#fff8e1;--sidebar-link-hover:#ffbc0d;--sidebar-link-active:#ffbc0d;--sidebar-active:#ffbc0d26;--sidebar-hover:#ffbc0d26;--sidebar-border:#ffbc0d4d;--sidebar-input-bg:#0003;--sidebar-placeholder:#fff8e199;--sidebar-focus:#ffbc0d;--sidebar-user:#ffbc0d;--content-bg:#fff8e1;--card-bg:#fff;--card-border:#ffbc0d;--text-primary:#1a1a1a;--text-secondary:#264f36;--text-muted:#6d3200;--input-bg:#fff;--input-border:#ffbc0d;--error-bg:#f8d7da;--error-text:#db0007;--success-bg:#d4edda;--success-text:#264f36;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}[data-theme=dark]{--sidebar-bg:#8b0000;--sidebar-text:#fff8e1;--sidebar-brand:#ffbc0d;--sidebar-link:#ffe4b5;--sidebar-link-hover:#ffbc0d;--sidebar-link-active:#ffbc0d;--sidebar-active:#ffbc0d33;--sidebar-hover:#ffbc0d26;--sidebar-border:#ffbc0d40;--sidebar-input-bg:#0000004d;--sidebar-placeholder:#fff8e180;--sidebar-focus:#ffbc0d;--sidebar-user:#ffbc0d;--content-bg:#1c1c1c;--card-bg:#2a2a2a;--card-border:#5a3e00;--text-primary:#f0f0f0;--text-secondary:#b0b0b0;--text-muted:#888;--input-bg:#333;--input-border:#5a3e00;--error-bg:#3d1518;--error-text:#ff6b6b;--success-bg:#1a3d2a;--success-text:#7ddf7d;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}body{color:var(--text-primary,#1a1a1a);background:var(--content-bg,#fff8e1);margin:0;font-family:Segoe UI,system-ui,-apple-system,BlinkMacSystemFont,sans-serif}
