.notification.svelte-6rhnmd{min-width:300px;max-width:500px;padding:1rem;border-radius:8px;border:1px solid;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;display:flex;align-items:center;justify-content:space-between;gap:.75rem;opacity:0;transform:translateY(-10px);transition:opacity .3s ease,transform .3s ease;margin-bottom:.5rem}.notification.show.svelte-6rhnmd{opacity:1;transform:translateY(0)}.notification-content.svelte-6rhnmd{display:flex;align-items:center;gap:.5rem;flex:1}.notification-icon.svelte-6rhnmd{font-size:1.25rem;font-weight:700}.notification-message.svelte-6rhnmd{flex:1;font-size:.875rem}.notification-close.svelte-6rhnmd{cursor:pointer;border:none;background:transparent;font-size:1.5rem;line-height:1;padding:0;opacity:.7;transition:opacity .2s ease}.notification-close.svelte-6rhnmd:hover{opacity:1}.notification-container.svelte-u5f246{position:fixed;top:1rem;right:1rem;z-index:9999;display:flex;flex-direction:column;align-items:flex-end;pointer-events:none}.notification{pointer-events:auto}.theme-toggle.svelte-1cmi4dh{position:relative;display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:none;border:none;color:#6b7280;cursor:pointer;transition:all .2s}.theme-toggle.svelte-1cmi4dh:hover{background:#6366f114;color:var(--accent)}.theme-toggle.svelte-1cmi4dh:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.theme-toggle.svelte-1cmi4dh svg:where(.svelte-1cmi4dh){transition:transform .2s}.theme-toggle.svelte-1cmi4dh:hover svg:where(.svelte-1cmi4dh){transform:rotate(20deg) scale(1.1)}[data-theme=dark] .theme-toggle.svelte-1cmi4dh{color:#9ca3af}[data-theme=dark] .theme-toggle.svelte-1cmi4dh:hover{background:#6366f126;color:#a855f7}.toast.svelte-1cpok13{display:flex;align-items:center;gap:.75rem;min-width:300px;max-width:400px;padding:1rem 1rem 1rem .875rem;border-radius:12px;box-shadow:0 4px 12px #00000014,0 2px 6px #0000000a;margin-bottom:1rem;opacity:0;transform:translate(calc(100% + 2rem));transition:opacity .3s cubic-bezier(.4,0,.2,1),transform .3s cubic-bezier(.4,0,.2,1);outline:2px solid transparent;outline-offset:2px}.toast.svelte-1cpok13:focus-visible{outline-color:var(--accent, #6366f1)}.toast-visible.svelte-1cpok13{opacity:1;transform:translate(0)}.toast-icon.svelte-1cpok13{flex-shrink:0;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center}.toast-message.svelte-1cpok13{flex:1;font-size:.875rem;line-height:1.5;font-weight:500;word-wrap:break-word}.toast-dismiss.svelte-1cpok13{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;background:none;cursor:pointer;border-radius:6px;transition:background-color .2s ease,opacity .2s ease;opacity:.6;padding:0}.toast-dismiss.svelte-1cpok13:hover{opacity:1}.toast-dismiss.svelte-1cpok13:focus-visible{outline:2px solid currentColor;outline-offset:2px}.toast-success.svelte-1cpok13{background:#f0fdf4;border:1px solid #bbf7d0;color:#166534}.toast-success.svelte-1cpok13 .toast-icon:where(.svelte-1cpok13){background:#dcfce7;color:#16a34a}.toast-success.svelte-1cpok13 .toast-dismiss:where(.svelte-1cpok13):hover{background:#dcfce7}.toast-error.svelte-1cpok13{background:#fef2f2;border:1px solid #fecaca;color:#991b1b}.toast-error.svelte-1cpok13 .toast-icon:where(.svelte-1cpok13){background:#fee2e2;color:#dc2626}.toast-error.svelte-1cpok13 .toast-dismiss:where(.svelte-1cpok13):hover{background:#fee2e2}.toast-warning.svelte-1cpok13{background:#fffbeb;border:1px solid #fde68a;color:#92400e}.toast-warning.svelte-1cpok13 .toast-icon:where(.svelte-1cpok13){background:#fef3c7;color:#f59e0b}.toast-warning.svelte-1cpok13 .toast-dismiss:where(.svelte-1cpok13):hover{background:#fef3c7}.toast-info.svelte-1cpok13{background:#eff6ff;border:1px solid #bfdbfe;color:#1e40af}.toast-info.svelte-1cpok13 .toast-icon:where(.svelte-1cpok13){background:#dbeafe;color:#3b82f6}.toast-info.svelte-1cpok13 .toast-dismiss:where(.svelte-1cpok13):hover{background:#dbeafe}@media(max-width:640px){.toast.svelte-1cpok13{min-width:calc(100vw - 2rem);max-width:calc(100vw - 2rem)}}@media(pointer:coarse){.toast-dismiss.svelte-1cpok13{width:44px;height:44px;min-width:44px;min-height:44px}}.toast-container.svelte-cqwvc2{position:fixed;top:5rem;right:1rem;z-index:9999;display:flex;flex-direction:column;align-items:flex-end;pointer-events:none;max-width:calc(100vw - 2rem)}.toast-container.svelte-cqwvc2 .toast{pointer-events:auto}@media(max-width:640px){.toast-container.svelte-cqwvc2{top:4.5rem;right:.5rem;left:.5rem;align-items:stretch}}@media(min-width:641px)and (max-width:1024px){.toast-container.svelte-cqwvc2{right:1.5rem;max-width:420px}}@media(min-width:1025px){.toast-container.svelte-cqwvc2{right:2rem;max-width:440px}}@media(prefers-contrast:high){.toast-container.svelte-cqwvc2 .toast{border-width:2px}}@media(prefers-reduced-motion:reduce){.toast-container.svelte-cqwvc2 .toast{transition:opacity .1s ease;transform:none}}:root{color-scheme:light;--accent: #6366f1;--accent-soft: #a855f7;--accent-gradient: linear-gradient(135deg, #6366f1 0%, #a855f7 100%);--text: #0f172a;--text-strong: #020617;--text-muted: #374151;--bg: #f5f6fb;--bg-elevated: #ffffff;--border: rgba(15, 23, 42, .08);--border-strong: rgba(15, 23, 42, .14);--radius-lg: 20px;--radius-md: 14px;--radius-sm: 10px;--shadow-soft: 0 20px 45px rgba(15, 23, 42, .08);--shadow-strong: 0 40px 80px rgba(15, 23, 42, .16)}[data-theme=dark]{color-scheme:dark;--accent: #818cf8;--accent-soft: #c084fc;--accent-gradient: linear-gradient(135deg, #818cf8 0%, #c084fc 100%);--text: #e2e8f0;--text-strong: #f8fafc;--text-muted: #94a3b8;--bg: #0f172a;--bg-elevated: #1e293b;--border: rgba(241, 245, 249, .08);--border-strong: rgba(241, 245, 249, .14);--shadow-soft: 0 20px 45px rgba(0, 0, 0, .3);--shadow-strong: 0 40px 80px rgba(0, 0, 0, .5)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,SF Pro Text,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;line-height:1.6;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:background-color .2s ease,color .2s ease}.skip-link.svelte-12qhfyh{position:absolute;top:-40px;left:0;background:var(--accent);color:#fff;padding:.75rem 1.5rem;text-decoration:none;font-weight:600;font-size:.875rem;border-radius:0 0 var(--radius-sm) 0;z-index:1000;transition:top .2s}.skip-link.svelte-12qhfyh:focus{top:0;outline:2px solid var(--accent);outline-offset:2px}.main.svelte-12qhfyh:focus{outline:none}.app.svelte-12qhfyh{min-height:100vh;display:flex;flex-direction:column}.header.svelte-12qhfyh{background:#f5f6fbc7;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-bottom:1px solid rgba(15,23,42,.05);position:sticky;top:0;z-index:100}.nav.svelte-12qhfyh{max-width:1200px;margin:0 auto;padding:1.1rem 2rem;display:flex;align-items:center;justify-content:space-between}.nav-brand.svelte-12qhfyh{display:flex;align-items:center}.logo.svelte-12qhfyh{display:flex;align-items:center;gap:.85rem;font-weight:700;font-size:1.1rem;color:var(--text-strong);text-decoration:none;letter-spacing:-.01em}.logo-img.svelte-12qhfyh{border-radius:6px;object-fit:contain}.nav-links.svelte-12qhfyh{display:flex;align-items:center;gap:2rem}.nav-link.svelte-12qhfyh{color:var(--text-muted);text-decoration:none;font-weight:500;padding:.5rem 0;transition:color .2s;position:relative}.nav-link.svelte-12qhfyh:hover,.nav-link.active.svelte-12qhfyh{color:var(--text-strong)}.nav-link.active.svelte-12qhfyh:after{content:"";position:absolute;bottom:-.35rem;left:0;right:0;height:2px;background:var(--accent-gradient);border-radius:999px}.logo-link.svelte-12qhfyh{text-decoration:none;color:inherit}.nav-user.svelte-12qhfyh,.user-menu.svelte-12qhfyh{position:relative}.user-menu.open.svelte-12qhfyh .user-dropdown:where(.svelte-12qhfyh){opacity:1;visibility:visible;transform:translateY(0)}.user-button.svelte-12qhfyh{display:flex;align-items:center;gap:.75rem;background:none;border:none;cursor:pointer;padding:.5rem;border-radius:8px;transition:background-color .2s}.user-button.svelte-12qhfyh:hover{background:#f3f4f6}.user-avatar.svelte-12qhfyh{width:32px;height:32px;border-radius:50%;background:var(--accent-gradient);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.875rem;overflow:hidden}.user-name.svelte-12qhfyh{font-weight:500;color:#374151}.user-dropdown.svelte-12qhfyh{position:absolute;top:100%;right:0;background:#fffffffa;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:0 0 0 1px #6366f10d,var(--shadow-soft),0 4px 12px #6366f114;min-width:280px;opacity:0;visibility:hidden;transform:translateY(-10px);transition:opacity .2s cubic-bezier(.4,0,.2,1),transform .2s cubic-bezier(.4,0,.2,1);z-index:50;margin-top:.75rem}.user-info.svelte-12qhfyh{padding:1rem;border-bottom:1px solid #e5e7eb}.user-details.svelte-12qhfyh .user-name:where(.svelte-12qhfyh){font-weight:600;color:#1f2937;margin-bottom:.25rem}.user-details.svelte-12qhfyh .user-email:where(.svelte-12qhfyh){color:#6b7280;font-size:.875rem;margin-bottom:.75rem}.user-actions.svelte-12qhfyh{padding:.5rem}.dropdown-item.svelte-12qhfyh{display:flex;align-items:center;gap:.75rem;padding:.75rem;color:#374151;text-decoration:none;border-radius:8px;transition:background-color .2s;width:100%;background:none;border:none;cursor:pointer;font-size:.875rem}.dropdown-item.svelte-12qhfyh:hover{background:#f3f4f6}.dropdown-item.logout.svelte-12qhfyh{color:#dc2626}.dropdown-item.logout.svelte-12qhfyh:hover{background:#fef2f2}.dropdown-divider.svelte-12qhfyh{height:1px;background:#e5e7eb;margin:.5rem 0}.nav-auth.svelte-12qhfyh{display:flex;align-items:center}.btn.svelte-12qhfyh{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.65rem 1.5rem;border-radius:999px;font-size:.95rem;font-weight:600;text-decoration:none;border:1px solid transparent;cursor:pointer;position:relative;overflow:hidden;transition:transform .2s cubic-bezier(.34,1.56,.64,1),box-shadow .2s ease}.btn.svelte-12qhfyh:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#ffffff4d;transform:translate(-50%,-50%);transition:width .6s,height .6s}.btn.svelte-12qhfyh:hover:before{width:300px;height:300px}.btn.svelte-12qhfyh:hover{transform:translateY(-2px)}.btn.svelte-12qhfyh:active{transform:scale(.98)}.btn-primary.svelte-12qhfyh{background:var(--accent-gradient);color:#fff;box-shadow:var(--shadow-soft)}.btn-primary.svelte-12qhfyh:hover{box-shadow:var(--shadow-strong)}.main.svelte-12qhfyh{flex:1}.footer.svelte-12qhfyh{background:#1a1a1a;color:#fff;margin-top:auto}.footer-content.svelte-12qhfyh{max-width:1200px;margin:0 auto;padding:4rem 2rem 2rem;display:grid;grid-template-columns:1fr 2fr;gap:3rem}.footer-brand.svelte-12qhfyh .logo:where(.svelte-12qhfyh){color:#fff;margin-bottom:1rem}.footer-brand.svelte-12qhfyh p:where(.svelte-12qhfyh){color:#9ca3af;max-width:300px;line-height:1.6}.footer-links.svelte-12qhfyh{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.footer-column.svelte-12qhfyh h4:where(.svelte-12qhfyh){font-weight:600;margin-bottom:1rem;color:#fff}.footer-column.svelte-12qhfyh a:where(.svelte-12qhfyh){display:block;color:#9ca3af;text-decoration:none;margin-bottom:.5rem;transition:color .2s}.footer-column.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:#fff}.footer-bottom.svelte-12qhfyh{border-top:1px solid #374151;padding:2rem;text-align:center;color:#9ca3af}.nav-user.svelte-12qhfyh{display:flex;align-items:center;gap:.5rem}.quick-actions-menu.svelte-12qhfyh,.notifications-menu.svelte-12qhfyh{position:relative}.icon-button.svelte-12qhfyh{position:relative;display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:none;border:none;color:#6b7280;cursor:pointer;transition:all .2s}.icon-button.svelte-12qhfyh:hover{background:#6366f114;color:var(--accent)}.notification-badge.svelte-12qhfyh{position:absolute;top:6px;right:6px;background:#dc2626;color:#fff;font-size:.625rem;font-weight:600;padding:.125rem .375rem;border-radius:10px;min-width:18px;text-align:center;line-height:1}.action-dropdown.svelte-12qhfyh,.notifications-dropdown.svelte-12qhfyh{position:absolute;top:100%;right:0;background:#fffffffa;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:0 0 0 1px #6366f10d,var(--shadow-soft),0 4px 12px #6366f114;opacity:0;visibility:hidden;transform:translateY(-10px);transition:opacity .2s cubic-bezier(.4,0,.2,1),transform .2s cubic-bezier(.4,0,.2,1);z-index:50;margin-top:.75rem}.quick-actions-menu.open.svelte-12qhfyh .action-dropdown:where(.svelte-12qhfyh),.notifications-menu.open.svelte-12qhfyh .notifications-dropdown:where(.svelte-12qhfyh){opacity:1;visibility:visible;transform:translateY(0)}.action-dropdown.svelte-12qhfyh{min-width:280px}.notifications-dropdown.svelte-12qhfyh{min-width:360px;max-height:480px;display:flex;flex-direction:column}.dropdown-header.svelte-12qhfyh{display:flex;align-items:center;justify-content:space-between;padding:1rem;border-bottom:1px solid #e5e7eb}.dropdown-header.svelte-12qhfyh h4:where(.svelte-12qhfyh){font-weight:600;color:#1f2937;font-size:.875rem;margin:0}.mark-all-read.svelte-12qhfyh{background:none;border:none;color:var(--accent);font-size:.75rem;font-weight:500;cursor:pointer;padding:.25rem .5rem;border-radius:var(--radius-sm);transition:background-color .2s}.mark-all-read.svelte-12qhfyh:hover{background:#6366f114}.action-list.svelte-12qhfyh{padding:.5rem}.action-item.svelte-12qhfyh{display:flex;align-items:center;gap:1rem;padding:.75rem;width:100%;background:none;border:none;border-radius:8px;cursor:pointer;transition:background-color .2s;text-align:left}.action-item.svelte-12qhfyh:hover{background:#f3f4f6}.action-item.svelte-12qhfyh svg:where(.svelte-12qhfyh){color:var(--accent);flex-shrink:0}.action-content.svelte-12qhfyh{display:flex;flex-direction:column;gap:.125rem}.action-title.svelte-12qhfyh{font-weight:500;color:#1f2937;font-size:.875rem}.action-desc.svelte-12qhfyh{color:#6b7280;font-size:.75rem}.notification-list.svelte-12qhfyh{overflow-y:auto;max-height:400px}.empty-state.svelte-12qhfyh{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 2rem;color:#9ca3af;text-align:center}.empty-state.svelte-12qhfyh svg:where(.svelte-12qhfyh){margin-bottom:.5rem}.empty-state.svelte-12qhfyh p:where(.svelte-12qhfyh){font-size:.875rem;margin:0}.notification-item.svelte-12qhfyh{position:relative;display:flex;align-items:flex-start;gap:.75rem;padding:.875rem 1rem;width:100%;background:none;border:none;border-bottom:1px solid #f3f4f6;cursor:pointer;text-align:left;transition:background-color .2s}.notification-item.svelte-12qhfyh:hover{background:#f9fafb}.notification-item.svelte-12qhfyh:last-child{border-bottom:none}.notification-item.unread.svelte-12qhfyh{background:#eff6ff}.notification-item.unread.svelte-12qhfyh:hover{background:#dbeafe}.notification-icon.svelte-12qhfyh{flex-shrink:0;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center}.notification-icon.success.svelte-12qhfyh{background:#d1fae5;color:#059669}.notification-icon.error.svelte-12qhfyh{background:#fee2e2;color:#dc2626}.notification-icon.warning.svelte-12qhfyh{background:#fef3c7;color:#f59e0b}.notification-icon.info.svelte-12qhfyh{background:#dbeafe;color:#3b82f6}.notification-content.svelte-12qhfyh{flex:1;min-width:0}.notification-title.svelte-12qhfyh{font-weight:500;color:#1f2937;font-size:.875rem;margin-bottom:.25rem}.notification-message.svelte-12qhfyh{color:#6b7280;font-size:.75rem;line-height:1.4;margin-bottom:.25rem}.notification-time.svelte-12qhfyh{color:#9ca3af;font-size:.75rem}.unread-indicator.svelte-12qhfyh{flex-shrink:0;width:8px;height:8px;border-radius:50%;background:var(--accent)}.mobile-menu-button.svelte-12qhfyh{display:none;align-items:center;justify-content:center;width:40px;height:40px;border:none;background:none;color:var(--text-muted);cursor:pointer;border-radius:8px;transition:all .2s}.mobile-menu-button.svelte-12qhfyh:hover{background:#6366f114;color:var(--accent)}.mobile-nav.svelte-12qhfyh{display:none;position:fixed;top:69px;left:0;right:0;background:#fffffffa;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);box-shadow:var(--shadow-soft);z-index:99;max-height:calc(100vh - 69px);overflow-y:auto}.mobile-nav-content.svelte-12qhfyh{display:flex;flex-direction:column;padding:1rem;gap:.5rem}.mobile-nav-link.svelte-12qhfyh{display:flex;align-items:center;padding:.875rem 1rem;color:var(--text-muted);text-decoration:none;font-weight:500;border-radius:var(--radius-sm);transition:all .2s;background:none;border:none;width:100%;text-align:left;cursor:pointer;font-size:1rem}.mobile-nav-link.svelte-12qhfyh:hover{background:#6366f114;color:var(--text-strong)}.mobile-nav-link.active.svelte-12qhfyh{background:var(--accent-gradient);color:#fff;font-weight:600}.mobile-nav-link.logout.svelte-12qhfyh{color:#dc2626;margin-top:.5rem}.mobile-nav-link.logout.svelte-12qhfyh:hover{background:#fef2f2}.mobile-nav-divider.svelte-12qhfyh{height:1px;background:var(--border);margin:.5rem 0}.desktop-nav.svelte-12qhfyh{display:flex}@media(max-width:768px){.nav.svelte-12qhfyh{padding:0 1rem}.mobile-menu-button.svelte-12qhfyh{display:flex;order:2}.desktop-nav.svelte-12qhfyh{display:none!important}.mobile-nav.svelte-12qhfyh{display:block}.nav-links.svelte-12qhfyh{gap:1rem}.nav-user.svelte-12qhfyh{order:3;margin-left:auto}.footer-content.svelte-12qhfyh{grid-template-columns:1fr;gap:2rem;padding:3rem 1rem 2rem}.footer-links.svelte-12qhfyh{grid-template-columns:repeat(2,1fr)}.action-dropdown.svelte-12qhfyh,.notifications-dropdown.svelte-12qhfyh{right:-50%}.user-name.svelte-12qhfyh{display:none}}
