.notification-bell.svelte-vtze1i{position:relative}.bell-btn.svelte-vtze1i{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;border:none;background:var(--color-glass);cursor:pointer;transition:all .2s;position:relative;color:var(--color-text-muted)}.bell-btn.svelte-vtze1i:hover{background:var(--color-glass-hover);color:var(--color-text)}.badge.svelte-vtze1i{position:absolute;top:-2px;right:-2px;background:var(--color-accent);color:#fff;font-size:.65rem;font-weight:600;min-width:16px;height:16px;padding:0 4px;border-radius:8px;display:flex;align-items:center;justify-content:center}.dropdown.svelte-vtze1i{position:absolute;top:100%;right:0;margin-top:.5rem;background:var(--color-bg-elevated);border:1px solid var(--color-glass-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-elevated);width:320px;max-height:400px;overflow:hidden;z-index:200}.dropdown-header.svelte-vtze1i{display:flex;justify-content:space-between;align-items:center;padding:.875rem 1rem;border-bottom:1px solid var(--color-glass-border)}.dropdown-header.svelte-vtze1i h3:where(.svelte-vtze1i){font-size:.95rem;font-weight:600;color:var(--color-text);margin:0}.mark-read-btn.svelte-vtze1i{background:none;border:none;color:var(--color-accent);font-size:.8rem;cursor:pointer;padding:0}.mark-read-btn.svelte-vtze1i:hover{text-decoration:underline}.mark-read-btn.svelte-vtze1i:disabled{opacity:.5;cursor:not-allowed}.notification-list.svelte-vtze1i{max-height:340px;overflow-y:auto}.empty.svelte-vtze1i{display:flex;flex-direction:column;align-items:center;padding:1.5rem 1rem;text-align:center}.empty.svelte-vtze1i .quote:where(.svelte-vtze1i){display:inline-block;position:relative;font-size:.95rem;font-style:italic;color:var(--color-text);background:var(--color-surface);padding:.75rem 1rem;border-radius:1rem;margin-bottom:1.5rem}.empty.svelte-vtze1i .quote:where(.svelte-vtze1i):before{content:"";position:absolute;bottom:-8px;left:50%;transform:translate(-50%);width:10px;height:10px;background:var(--color-surface);border-radius:50%}.empty.svelte-vtze1i .quote:where(.svelte-vtze1i):after{content:"";position:absolute;bottom:-16px;left:50%;transform:translate(-50%);width:6px;height:6px;background:var(--color-surface);border-radius:50%}.empty-squibbles.svelte-vtze1i{width:100px;height:100px;margin-top:-30px}.notification-item.svelte-vtze1i{display:flex;align-items:flex-start;gap:.75rem;padding:.875rem 1rem;text-decoration:none;transition:background .2s;border-bottom:1px solid var(--color-glass-border);position:relative}.notification-item.svelte-vtze1i:last-child{border-bottom:none}.notification-item.svelte-vtze1i:hover{background:var(--color-glass);text-decoration:none}.notification-item.unread.svelte-vtze1i{background:#3b82f60d}.notification-icon.svelte-vtze1i{width:32px;height:32px;border-radius:50%;background:var(--color-glass);display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--color-text-muted)}.notification-content.svelte-vtze1i{flex:1;min-width:0}.notification-title.svelte-vtze1i{font-size:.875rem;color:var(--color-text);margin:0 0 .125rem;line-height:1.4}.notification-message.svelte-vtze1i{font-size:.8rem;color:var(--color-text-muted);margin:0 0 .25rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.notification-time.svelte-vtze1i{font-size:.7rem;color:var(--color-text-faint)}.unread-dot.svelte-vtze1i{width:8px;height:8px;border-radius:50%;background:var(--color-accent);flex-shrink:0;margin-top:4px}@media(max-width:600px){.dropdown.svelte-vtze1i{position:fixed;top:auto;right:1rem;left:1rem;width:auto;margin-top:.5rem}}:root{--color-bg-deep: #f8fafc;--color-bg: #ffffff;--color-bg-elevated: #ffffff;--bg-glow-amber: rgba(251, 191, 36, .08);--bg-glow-blue: rgba(56, 189, 248, .06);--color-glass: rgba(255, 255, 255, .8);--color-glass-border: rgba(0, 0, 0, .08);--color-glass-hover: rgba(0, 0, 0, .04);--color-surface: #f1f5f9;--color-primary: #d97706;--color-primary-glow: rgba(217, 119, 6, .2);--color-secondary: #0ea5e9;--color-accent: #38bdf8;--color-accent-hover: #0ea5e9;--color-success: #22c55e;--color-danger: #ef4444;--color-text: #1e293b;--color-text-muted: #64748b;--color-text-faint: #94a3b8;--gradient-primary: linear-gradient(135deg, #d97706 0%, #f59e0b 100%);--gradient-hero: linear-gradient(135deg, #fffbeb 0%, #fef3c7 50%, #f0f9ff 100%);--gradient-card: linear-gradient(145deg, #ffffff 0%, #f8fafc 100%);--blur-glass: blur(20px);--shadow-glow: 0 0 30px var(--color-primary-glow);--shadow-card: 0 4px 20px rgba(0, 0, 0, .08);--shadow-elevated: 0 12px 40px rgba(0, 0, 0, .12);--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--radius-xl: 24px;--font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif}*{box-sizing:border-box;margin:0;padding:0}html,body{font-family:var(--font-family);background:var(--color-bg-deep);color:var(--color-text);line-height:1.6;min-height:100vh}body{background:radial-gradient(ellipse 80% 50% at 20% 0%,var(--bg-glow-amber),transparent),radial-gradient(ellipse 60% 40% at 80% 100%,var(--bg-glow-blue),transparent),var(--color-bg-deep);background-attachment:fixed}a{color:var(--color-text);text-decoration:none;transition:color .2s}a:hover{color:var(--color-text-muted);text-decoration:none}.glass{background:var(--gradient-card);backdrop-filter:var(--blur-glass);-webkit-backdrop-filter:var(--blur-glass);border:1px solid var(--color-glass-border);border-radius:var(--radius-lg)}button,.btn{font-family:inherit;cursor:pointer;transition:all .2s ease}input,textarea,select{font-family:inherit;background:var(--color-glass);border:1px solid var(--color-glass-border);border-radius:var(--radius-sm);color:var(--color-text);transition:border-color .2s,box-shadow .2s}input:focus,textarea:focus,select:focus{outline:none;border-color:var(--color-text-muted);box-shadow:0 0 0 3px #64748b26}input::placeholder,textarea::placeholder{color:var(--color-text-faint)}::selection{background:var(--color-text-muted);color:#fff}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--color-surface)}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}.empty{display:flex;flex-direction:column;align-items:center;text-align:center;padding:2rem 1.5rem;background:var(--color-glass);border:1px solid var(--color-glass-border);border-radius:var(--radius-xl)}.empty .bg-squibbles{width:180px;height:180px;object-fit:contain;margin-top:-54px}.empty p{color:var(--color-text-muted);margin:0}.empty a{color:var(--color-text);font-weight:500}.empty .quote,.empty-state .quote{display:inline-block;position:relative;font-size:1.1rem;font-style:italic;color:var(--color-text);background:var(--color-bg);padding:1rem 1.5rem;border-radius:1.5rem;margin-bottom:2rem;box-shadow:0 2px 8px #0000000f}.empty .quote:before,.empty-state .quote:before{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:14px;height:14px;background:var(--color-bg);border-radius:50%;box-shadow:0 2px 4px #0000000f}.empty .quote:after,.empty-state .quote:after{content:"";position:absolute;bottom:-22px;left:50%;transform:translate(-50%);width:10px;height:10px;background:var(--color-bg);border-radius:50%;box-shadow:0 2px 4px #0000000f}.header-squibbles{width:80px;height:80px;margin-bottom:.75rem}.squibbles-hint{display:flex;align-items:center;gap:.5rem;padding:.75rem;background:var(--color-glass);border-radius:var(--radius-md)}.squibbles-hint .squibbles-icon{width:32px;height:32px;flex-shrink:0}.squibbles-hint p{font-size:.85rem;color:var(--color-text-muted);margin:0;line-height:1.4}.hint-squibbles{width:48px;height:48px}.page-tree.svelte-12qhfyh{position:fixed;bottom:-5%;right:-5%;width:500px;height:500px;opacity:.06;pointer-events:none;z-index:0}@media(max-width:768px){.page-tree.svelte-12qhfyh{width:350px;height:350px;bottom:-10%;right:-15%;opacity:.12}}.app.svelte-12qhfyh{min-height:100vh;display:flex;flex-direction:column}header.svelte-12qhfyh{position:sticky;top:0;z-index:50;background:#ffffffe6;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--color-glass-border);padding:.75rem 2rem}nav.svelte-12qhfyh{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto}.logo.svelte-12qhfyh{display:flex;align-items:center;gap:.4rem;font-size:1.2rem;font-weight:600;background:linear-gradient(135deg,#92400e,#78350f);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-decoration:none}.logo-tree.svelte-12qhfyh{width:28px;height:28px;object-fit:contain}@media(max-width:480px){.logo.svelte-12qhfyh{font-size:1.1rem}.logo-tree.svelte-12qhfyh{width:24px;height:24px}}.logo.svelte-12qhfyh:hover{background:linear-gradient(135deg,#b45309,#92400e);-webkit-background-clip:text;background-clip:text;text-decoration:none}ul.svelte-12qhfyh{display:flex;list-style:none;gap:.5rem;align-items:center}nav.svelte-12qhfyh a:where(.svelte-12qhfyh){color:var(--color-text-muted);padding:.5rem 1rem;border-radius:var(--radius-sm);transition:all .2s}nav.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--color-text);background:var(--color-glass)}nav.svelte-12qhfyh a.active:where(.svelte-12qhfyh){color:var(--color-text);background:var(--color-surface);font-weight:600}.login-btn.svelte-12qhfyh{background:var(--gradient-primary)!important;color:#fff!important;font-weight:500}.login-btn.svelte-12qhfyh:hover{opacity:.9;box-shadow:var(--shadow-glow)}form.svelte-12qhfyh{margin:0}.profile-dropdown.svelte-12qhfyh{position:relative}.profile-btn.svelte-12qhfyh{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;border:2px solid var(--color-glass-border);background:var(--color-glass);cursor:pointer;transition:all .2s;padding:0;overflow:hidden}.profile-btn.svelte-12qhfyh:hover,.profile-btn.active.svelte-12qhfyh{border-color:var(--color-text-muted);box-shadow:0 0 0 3px #64748b26}.profile-avatar.svelte-12qhfyh{width:100%;height:100%;object-fit:cover}.profile-initial.svelte-12qhfyh{font-size:1rem;font-weight:600;color:var(--color-text)}.profile-menu.svelte-12qhfyh{position:absolute;top:100%;right:0;margin-top:.5rem;background:var(--color-bg-elevated);border:1px solid var(--color-glass-border);border-radius:var(--radius-md);box-shadow:var(--shadow-elevated);min-width:220px;z-index:100;overflow:hidden}.profile-header.svelte-12qhfyh{padding:1rem;border-bottom:1px solid var(--color-glass-border);display:flex;flex-direction:column;gap:.25rem}.profile-name.svelte-12qhfyh{font-weight:600;color:var(--color-text)}.profile-email.svelte-12qhfyh{font-size:.85rem;color:var(--color-text-muted)}.profile-menu-item.svelte-12qhfyh{display:flex;align-items:center;gap:.75rem;width:100%;padding:.75rem 1rem;background:none;border:none;text-align:left;cursor:pointer;font-size:.9rem;color:var(--color-text-muted);transition:background .2s}.profile-menu-item.svelte-12qhfyh:hover{background:var(--color-glass);color:var(--color-text);text-decoration:none}.logout-item.svelte-12qhfyh{border-top:1px solid var(--color-glass-border);color:var(--color-danger)}.logout-item.svelte-12qhfyh:hover{background:#ef44441a;color:var(--color-danger)}main.svelte-12qhfyh{flex:1;max-width:1200px;width:100%;margin:0 auto;padding:2rem}footer.svelte-12qhfyh{border-top:1px solid var(--color-glass-border);text-align:center;padding:1.5rem;color:var(--color-text-faint);font-size:.9rem}.heart.svelte-12qhfyh{color:var(--color-danger)}.mobile-header-actions.svelte-12qhfyh,.mobile-login-btn.svelte-12qhfyh{display:none}.hamburger.svelte-12qhfyh{background:none;border:none;cursor:pointer;padding:.5rem;z-index:101}.hamburger.svelte-12qhfyh span:where(.svelte-12qhfyh){display:block;width:24px;height:2px;background:var(--color-text);position:relative;transition:background .2s}.hamburger.svelte-12qhfyh span:where(.svelte-12qhfyh):before,.hamburger.svelte-12qhfyh span:where(.svelte-12qhfyh):after{content:"";position:absolute;width:24px;height:2px;background:var(--color-text);left:0;transition:transform .2s}.hamburger.svelte-12qhfyh span:where(.svelte-12qhfyh):before{top:-7px}.hamburger.svelte-12qhfyh span:where(.svelte-12qhfyh):after{top:7px}.hamburger.svelte-12qhfyh span.open:where(.svelte-12qhfyh){background:transparent}.hamburger.svelte-12qhfyh span.open:where(.svelte-12qhfyh):before{transform:rotate(45deg) translate(5px,5px)}.hamburger.svelte-12qhfyh span.open:where(.svelte-12qhfyh):after{transform:rotate(-45deg) translate(5px,-5px)}.mobile-menu.svelte-12qhfyh{display:none}@media(max-width:600px){header.svelte-12qhfyh{padding:.75rem 1rem}.desktop-nav.svelte-12qhfyh{display:none}.mobile-header-actions.svelte-12qhfyh{display:flex;align-items:center;gap:.5rem}.hamburger.svelte-12qhfyh{display:block}.mobile-menu.svelte-12qhfyh{display:flex;flex-direction:column;position:absolute;top:100%;left:0;right:0;background:var(--color-bg-elevated);border-bottom:1px solid var(--color-glass-border);box-shadow:var(--shadow-elevated);padding:1rem;z-index:100}.mobile-menu.svelte-12qhfyh a:where(.svelte-12qhfyh),.mobile-menu.svelte-12qhfyh button:where(.svelte-12qhfyh){display:block;padding:.875rem 1rem;color:var(--color-text);text-decoration:none;border-radius:var(--radius-md);font-size:1rem;transition:background .2s}.mobile-menu.svelte-12qhfyh a:where(.svelte-12qhfyh):hover,.mobile-menu.svelte-12qhfyh a.active:where(.svelte-12qhfyh){background:var(--color-surface);text-decoration:none}.mobile-menu.svelte-12qhfyh a.active:where(.svelte-12qhfyh){font-weight:600}.mobile-menu.svelte-12qhfyh hr:where(.svelte-12qhfyh){border:none;border-top:1px solid var(--color-glass-border);margin:.5rem 0}.mobile-logout.svelte-12qhfyh{width:100%;background:none;border:none;text-align:left;cursor:pointer;color:var(--color-danger);font-family:inherit}.mobile-login-btn.svelte-12qhfyh{display:block;padding:.5rem 1rem;background:var(--gradient-primary);color:#fff;border-radius:var(--radius-md);font-weight:500;font-size:.9rem;text-decoration:none}.mobile-login-btn.svelte-12qhfyh:hover{text-decoration:none}main.svelte-12qhfyh{padding:1rem}}
