.breadcrumbs.svelte-1jovwxm{font-size:.85rem;font-family:var(--font-display);box-sizing:border-box;width:100%;max-width:800px;margin:1.5rem auto .5rem;padding:0 1.5rem;font-weight:500}.breadcrumbs-container.svelte-1jovwxm{color:var(--text-muted);flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.breadcrumb-link.svelte-1jovwxm{color:var(--text-secondary);transition:var(--transition-fast);text-decoration:none}.breadcrumb-link.svelte-1jovwxm:hover{color:var(--color-accent-cyan)}.breadcrumb-separator.svelte-1jovwxm{color:var(--text-muted);opacity:.6;font-weight:400}.breadcrumb-current.svelte-1jovwxm{color:#fff;text-overflow:ellipsis;white-space:nowrap;max-width:450px;font-weight:600;overflow:hidden}:root.light .breadcrumb-current.svelte-1jovwxm{color:#09090c}@media (width<=768px){.breadcrumb-current.svelte-1jovwxm{max-width:200px}}:root{--font-sans:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-display:"Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--bg-dark:#070709;--bg-card:#14141999;--bg-card-hover:#1c1c23cc;--border-color:#ffffff14;--border-color-hover:#ffffff29;--text-primary:#f4f4f5;--text-secondary:#a1a1aa;--text-muted:#71717a;--color-accent-cyan:#c51114;--color-accent-violet:#9b19e6;--color-accent-rose:#ef4444;--gradient-accent:linear-gradient(135deg, #9b19e6 0%, #c51114 100%);--gradient-secondary:linear-gradient(135deg, #10b981 0%, #06b6d4 100%);--gradient-card-glow:radial-gradient(800px circle at var(--x,0) var(--y,0), #ffffff0f, transparent 40%);--shadow-glow:0 0 25px #9b19e626;--shadow-glow-hover:0 0 40px #9b19e659;--transition-smooth:all .3s cubic-bezier(.4, 0, .2, 1);--transition-fast:all .15s cubic-bezier(.4, 0, .2, 1);--max-width:1200px;--bg-card-overlay:#09090cd1}:root.light{--bg-dark:#f8fafc;--bg-card:#ffffffb3;--bg-card-hover:#fffffff2;--border-color:#00000014;--border-color-hover:#00000026;--text-primary:#0f172a;--text-secondary:#475569;--text-muted:#64748b;--color-accent-cyan:#dc2626;--color-accent-violet:#7c3aed;--color-accent-rose:#ea580c;--shadow-glow:0 0 25px #7c3aed14;--shadow-glow-hover:0 0 40px #7c3aed26;--bg-card-overlay:#f8fafce0}:root.light .main-header-delight{background:#f1f5f9;border-bottom:1px solid #0000000f}:root.light .logo-text-delight{color:#0f172a}:root.light .center-nav-link:hover{color:#000}:root.light h1,:root.light h2,:root.light h3,:root.light h4,:root.light h5,:root.light h6{color:#0f172a}:root.light .grid-bg{background-image:linear-gradient(90deg,#00000005 1px,#0000 1px),linear-gradient(#00000005 1px,#0000 1px)}:root.light .circular-action-btn{background:#00000008;border:1px solid #0000000a}:root.light .circular-action-btn:hover{background:#0000000f}:root.light .profile-status-badge{color:#64748b;background:#fff;border:1px solid #0000001a}:root.light .footer{background:#f1f5f9;border-top:1px solid #0000000f}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body{background-color:var(--bg-dark);color:var(--text-primary);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth;line-height:1.6;overflow-x:hidden}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--bg-dark)}::-webkit-scrollbar-thumb{transition:var(--transition-smooth);background:#ffffff1a;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--color-accent-violet)}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);letter-spacing:normal;color:#fff;font-weight:700;line-height:1.25}h1{font-size:clamp(2rem,5.5vw,3.5rem)}h2{font-size:clamp(1.6rem,4.5vw,2.5rem)}h3{font-size:clamp(1.3rem,3.5vw,1.85rem)}h4{font-size:clamp(1.15rem,2.8vw,1.45rem)}h5{font-size:clamp(1rem,2.2vw,1.25rem)}h6{font-size:clamp(.85rem,1.8vw,1.1rem)}p{color:var(--text-secondary);font-size:clamp(.92rem,1.8vw,1.05rem)}a{color:inherit;transition:var(--transition-fast);text-decoration:none}.text-gradient{background:linear-gradient(90deg,#9b19e6,#c51114,#d946ef,#9b19e6);-webkit-text-fill-color:transparent;background-size:300%;-webkit-background-clip:text;background-clip:text;animation:6s linear infinite text-shimmer}@keyframes text-shimmer{0%{background-position:0%}to{background-position:300%}}.glow-btn{font-family:var(--font-display);color:#fff;border:1px solid var(--border-color);cursor:pointer;transition:var(--transition-smooth);background:#ffffff08;border-radius:9999px;justify-content:center;align-items:center;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;display:inline-flex;position:relative;overflow:hidden}.glow-btn:before{content:"";background:var(--gradient-accent);opacity:0;z-index:0;transition:var(--transition-smooth);position:absolute;inset:0}.glow-btn span{z-index:1;position:relative}.glow-btn:hover{box-shadow:var(--shadow-glow);border-color:#0000;transform:translateY(-2px)}.glow-btn:hover:before{opacity:1}.glass-card{font-family:var(--font-display);background:var(--bg-card);-webkit-backdrop-filter:blur(12px);border:1px solid var(--border-color);transition:var(--transition-smooth);border-radius:16px}.glass-card:hover{background:var(--bg-card-hover);border-color:var(--border-color-hover);transform:translateY(-4px);box-shadow:0 20px 40px -15px #00000080}.grid-bg{pointer-events:none;z-index:-2;background-image:linear-gradient(90deg,#ffffff04 1px,#0000 1px),linear-gradient(#ffffff04 1px,#0000 1px);background-size:40px 40px;position:fixed;inset:0}.radial-glow{pointer-events:none;z-index:-1;background:radial-gradient(circle at 50% 30%,#8b5cf60d 0%,#06b6d408 30%,#0000 70%);width:140vw;height:140vh;position:fixed;top:-20%;left:-20%}.bg-stars{pointer-events:none;z-index:-2;position:fixed;inset:0;overflow:hidden}.orb{filter:blur(120px);opacity:.08;border-radius:50%;transition:opacity .4s;animation:25s ease-in-out infinite float-orb;position:absolute}:root.light .orb{opacity:.03}.orb1{background:#9b19e6;width:500px;height:500px;animation-duration:28s;top:-10%;left:-5%}.orb2{background:#c51114;width:450px;height:450px;animation-duration:32s;animation-delay:-7s;bottom:-15%;right:-8%}.orb3{background:#6366f1;width:350px;height:350px;animation-duration:24s;animation-delay:-14s;top:40%;left:45%}@keyframes float-orb{0%,to{transform:translate(0)scale(1)}25%{transform:translate(50px,-40px)scale(1.06)}50%{transform:translate(-30px,50px)scale(.94)}75%{transform:translate(40px,30px)scale(1.03)}}.main-header-delight.svelte-12qhfyh{z-index:100;background:#09090c;border-bottom:1px solid #ffffff0d;justify-content:center;align-items:center;width:100%;height:4rem;padding:0 2rem;transition:background .3s,border-color .3s;display:flex;position:fixed;top:0;left:0}.header-container-delight.svelte-12qhfyh{justify-content:space-between;align-items:center;width:100%;max-width:1400px;display:flex}.logo-box-delight.svelte-12qhfyh{cursor:pointer;align-items:center;gap:.75rem;display:flex}.logo-svg-new.svelte-12qhfyh{transition:transform .3s cubic-bezier(.25,.8,.25,1)}.logo-box-delight.svelte-12qhfyh:hover .logo-svg-new:where(.svelte-12qhfyh){transform:rotate(8deg)scale(1.08)}.logo-text-delight.svelte-12qhfyh{font-family:var(--font-display);background:linear-gradient(135deg,#9b19e6 0%,#c51114 100%);-webkit-text-fill-color:transparent;letter-spacing:-.02em;-webkit-background-clip:text;background-clip:text;font-size:1.35rem;font-weight:800;transition:filter .3s}.logo-box-delight.svelte-12qhfyh:hover .logo-text-delight:where(.svelte-12qhfyh){filter:brightness(1.1)}.nav-dropdown-wrapper.svelte-12qhfyh{display:inline-block;position:relative}.glass-pill-btn.svelte-12qhfyh{font-family:var(--font-display);color:var(--text-secondary);cursor:pointer;transition:var(--transition-smooth);background:#ffffff08;border:1px solid #ffffff14;border-radius:9999px;align-items:center;gap:.5rem;padding:.45rem 1.15rem;font-size:.85rem;font-weight:600;display:flex}.glass-pill-btn.svelte-12qhfyh:hover{border-color:var(--color-accent-cyan);color:#fff;background:#ffffff14}:root.light .glass-pill-btn.svelte-12qhfyh{color:var(--text-secondary);background:#00000005;border:1px solid #00000014}:root.light .glass-pill-btn.svelte-12qhfyh:hover{border-color:var(--color-accent-violet);color:#000;background:#0000000a}.chevron-svg.svelte-12qhfyh{width:12px;height:12px;color:var(--text-muted);transition:transform .2s}.nav-dropdown-wrapper.svelte-12qhfyh:hover .chevron-svg:where(.svelte-12qhfyh),.nav-dropdown-wrapper.active-dropdown.svelte-12qhfyh .chevron-svg:where(.svelte-12qhfyh){transform:rotate(180deg)}.nav-dropdown-menu.svelte-12qhfyh{transform-origin:top;opacity:0;visibility:hidden;z-index:150;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:linear-gradient(#0f0f14e6, #0f0f14e6) padding-box, var(--gradient-accent) border-box;border:1px solid #0000;border-radius:12px;width:190px;padding:.5rem;transition:opacity .3s cubic-bezier(.16,1,.3,1),transform .3s cubic-bezier(.16,1,.3,1),visibility .3s;position:absolute;top:100%;right:0;transform:translateY(-15px)scaleY(.95);box-shadow:0 10px 40px -10px #0009}.categories-grid-menu.svelte-12qhfyh{grid-template-columns:1fr;gap:.2rem .5rem;width:240px;max-height:300px;padding:.85rem;overflow-y:auto;display:grid!important}.categories-grid-menu.svelte-12qhfyh::-webkit-scrollbar{width:6px}.categories-grid-menu.svelte-12qhfyh::-webkit-scrollbar-track{background:#ffffff03;border-radius:999px}.categories-grid-menu.svelte-12qhfyh::-webkit-scrollbar-thumb{background:#9b19e640;border-radius:999px}.categories-grid-menu.svelte-12qhfyh::-webkit-scrollbar-thumb:hover{background:#9b19e680}:root.light .categories-grid-menu.svelte-12qhfyh::-webkit-scrollbar-thumb{background:#9b19e626}:root.light .categories-grid-menu.svelte-12qhfyh::-webkit-scrollbar-thumb:hover{background:#9b19e659}:root.light .nav-dropdown-menu.svelte-12qhfyh{background:linear-gradient(#ffffffe6, #ffffffe6) padding-box, var(--gradient-accent) border-box;border:1px solid #0000;box-shadow:0 10px 40px -10px #00000026}.nav-dropdown-wrapper.svelte-12qhfyh:hover .nav-dropdown-menu:where(.svelte-12qhfyh),.nav-dropdown-wrapper.active-dropdown.svelte-12qhfyh .nav-dropdown-menu:where(.svelte-12qhfyh){opacity:1;visibility:visible;transform:translateY(12px)scaleY(1)}.dropdown-item.svelte-12qhfyh{color:var(--text-secondary);transition:var(--transition-fast);border-radius:6px;padding:.55rem .85rem;font-size:.9rem;display:block}.dropdown-item.svelte-12qhfyh:hover{color:var(--color-accent-violet);background:#ffffff0a}:root.light .dropdown-item.svelte-12qhfyh:hover{color:var(--color-accent-violet);background:#00000008}.actions-box-delight.svelte-12qhfyh{align-items:center;gap:1rem;display:flex}.action-btn-telegram.svelte-12qhfyh{font-family:var(--font-display);color:#0ea5e9;letter-spacing:.05em;cursor:pointer;transition:var(--transition-smooth);background:#06b6d408;border:1px solid #06b6d440;border-radius:9999px;align-items:center;gap:.6rem;padding:.45rem 1rem .45rem .5rem;font-size:.8rem;font-weight:700;display:flex}.action-btn-telegram.svelte-12qhfyh:hover{background:#0ea5e91a;border-color:#0ea5e9}.telegram-icon-circle.svelte-12qhfyh{color:#fff;background:#0ea5e9;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;display:flex}.tg-paperplane-svg.svelte-12qhfyh{color:#fff;width:11px;height:11px}.action-btn-ai-tools.svelte-12qhfyh{font-family:var(--font-display);color:#fff;cursor:pointer;transition:var(--transition-smooth);background:linear-gradient(135deg,#a855f7 0%,#ec4899 50%,#ef4444 100%);border-radius:9999px;align-items:center;gap:.5rem;padding:.5rem 1.15rem;font-size:.8rem;font-weight:700;display:flex;box-shadow:0 4px 15px #ec489933}.action-btn-ai-tools.svelte-12qhfyh:hover{transform:translateY(-1px);box-shadow:0 6px 20px #ec489959}.sparkle-icon.svelte-12qhfyh{fill:#fff;width:14px;height:14px}.circular-action-btn.svelte-12qhfyh{width:34px;height:34px;color:var(--text-secondary);cursor:pointer;transition:var(--transition-fast);background:#ffffff0a;border:1px solid #ffffff0d;border-radius:50%;justify-content:center;align-items:center;display:flex;position:relative}.circular-action-btn.svelte-12qhfyh:hover{color:#fff;background:#ffffff14;border-color:#ffffff1a}.bell-svg.svelte-12qhfyh,.sun-svg.svelte-12qhfyh,.moon-svg.svelte-12qhfyh{width:16px;height:16px}.red-badge-dot.svelte-12qhfyh{background:#ef4444;border-radius:50%;width:6px;height:6px;position:absolute;top:6px;right:7px}.sun-svg.svelte-12qhfyh{color:#f97316}.moon-svg.svelte-12qhfyh{color:#3b82f6}.profile-avatar-delight.svelte-12qhfyh{cursor:pointer;width:34px;height:34px;position:relative}.avatar-gradient-circle.svelte-12qhfyh{background:linear-gradient(135deg,#ec4899 0%,#8b5cf6 100%);border-radius:50%;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.avatar-letter.svelte-12qhfyh{font-family:var(--font-display);color:#fff;font-size:.85rem;font-weight:800}.profile-status-badge.svelte-12qhfyh{color:#a1a1aa;background:#18181b;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:13px;height:13px;transition:background .3s,border-color .3s;display:flex;position:absolute;bottom:-2px;right:-2px}.status-user-svg.svelte-12qhfyh{width:7px;height:7px}.main-content-delight.svelte-12qhfyh{width:90%;min-height:calc(100vh - 4rem);max-width:var(--max-width);margin:0 auto;padding-top:6rem;padding-bottom:5rem}.footer.svelte-12qhfyh{background:#09090c;border-top:1px solid #ffffff0d;width:100%;margin-top:auto;padding:5rem 2rem 2.5rem;transition:background .3s,border-color .3s}:root.light .footer.svelte-12qhfyh{background:#f1f5f9;border-top:1px solid #0000000f}.footer-container.svelte-12qhfyh{border-bottom:1px solid var(--border-color);grid-template-columns:1.3fr .9fr .9fr .9fr 1.5fr;gap:3rem;max-width:1400px;margin:0 auto;padding-bottom:4rem;display:grid}.footer-brand-col.svelte-12qhfyh{flex-direction:column;gap:1.5rem;display:flex}.brand-tagline.svelte-12qhfyh{color:var(--text-muted);font-size:.9rem;line-height:1.6}.footer-col.svelte-12qhfyh{flex-direction:column;gap:1.5rem;display:flex}.footer-title.svelte-12qhfyh{font-family:var(--font-display);color:var(--text-primary);align-items:center;gap:.5rem;font-size:1.05rem;font-weight:700;display:flex}.col-title-icon.svelte-12qhfyh{width:16px;height:16px;stroke:url(#footer-logo-primary-grad)!important}.footer-nav.svelte-12qhfyh{flex-direction:column;gap:.85rem;display:flex}.footer-link.svelte-12qhfyh{color:var(--text-secondary);transition:var(--transition-fast);font-size:.9rem}.footer-link.svelte-12qhfyh:hover{color:var(--color-accent-cyan)}.social-glass-grid.svelte-12qhfyh{grid-template-columns:repeat(6,1fr);gap:.5rem;max-width:260px;display:grid}.social-grid-btn.svelte-12qhfyh{width:38px;height:38px;color:var(--text-secondary);transition:var(--transition-smooth);background:#ffffff08;border:1px solid #ffffff0d;border-radius:8px;justify-content:center;align-items:center;display:flex}.social-grid-btn.svelte-12qhfyh:hover{color:#fff;border-color:var(--color-accent-violet);background:#ffffff14;transform:translateY(-2px)}:root.light .social-grid-btn.svelte-12qhfyh{background:#00000005;border:1px solid #0000000d}:root.light .social-grid-btn.svelte-12qhfyh:hover{color:#000;background:#0000000d}.social-icon.svelte-12qhfyh{width:16px;height:16px}.footer-actions-row.svelte-12qhfyh{flex-direction:column;gap:.75rem;margin-top:.5rem;display:flex}.footer-language-btn.svelte-12qhfyh,.footer-bug-report-btn.svelte-12qhfyh{color:var(--text-secondary);border:1px solid var(--border-color);cursor:pointer;transition:var(--transition-smooth);background:#ffffff05;border-radius:8px;justify-content:flex-start;align-items:center;gap:.6rem;width:100%;max-width:260px;padding:.65rem 1rem;font-size:.85rem;font-weight:500;display:flex}.footer-language-btn.svelte-12qhfyh:hover,.footer-bug-report-btn.svelte-12qhfyh:hover{border-color:var(--color-accent-cyan);color:#fff}.action-icon-small.svelte-12qhfyh{width:14px;height:14px}.chevron-tiny.svelte-12qhfyh{width:12px;height:12px;color:var(--text-muted);margin-left:auto}.footer-newsletter-box.svelte-12qhfyh{flex-direction:column;gap:.75rem;margin-top:1rem;display:flex}.newsletter-label.svelte-12qhfyh{font-family:var(--font-display);color:var(--text-muted);letter-spacing:.1em;font-size:.75rem;font-weight:800}.newsletter-pills-row.svelte-12qhfyh{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.pill-btn-white.svelte-12qhfyh{color:#09090c;font-family:var(--font-display);transition:var(--transition-fast);background:#fff;border-radius:9999px;align-items:center;gap:.4rem;padding:.55rem 1rem;font-size:.75rem;font-weight:800;display:inline-flex}.pill-btn-white.svelte-12qhfyh:hover{background:#ffffffe6}:root.light .pill-btn-white.svelte-12qhfyh{color:#fff;background:#09090c}.pill-btn-outline.svelte-12qhfyh{color:#fff;font-family:var(--font-display);transition:var(--transition-fast);background:0 0;border:1px solid #ffffff26;border-radius:9999px;padding:.55rem 1rem;font-size:.75rem;font-weight:700}.pill-btn-outline.svelte-12qhfyh:hover{background:#ffffff08;border-color:#fff}:root.light .pill-btn-outline.svelte-12qhfyh{color:#000;border-color:#00000026}:root.light .pill-btn-outline.svelte-12qhfyh:hover{background:#00000008;border-color:#000}.pill-btn-gradient.svelte-12qhfyh{color:#fff;font-family:var(--font-display);transition:var(--transition-smooth);background:linear-gradient(135deg,#a855f7 0%,#ec4899 50%,#ef4444 100%);border-radius:9999px;padding:.55rem 1rem;font-size:.75rem;font-weight:700}.pill-btn-gradient.svelte-12qhfyh:hover{box-shadow:0 4px 15px #ec489959}.footer-bottom-row.svelte-12qhfyh{justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto;padding-top:2rem;display:flex}.footer-bottom-left.svelte-12qhfyh{color:var(--text-muted);font-size:.85rem}.bottom-profile-link.svelte-12qhfyh{color:var(--text-secondary);text-decoration:underline}.bottom-profile-link.svelte-12qhfyh:hover{color:var(--color-accent-cyan)}.back-to-top-circle.svelte-12qhfyh{border:1px solid var(--border-color);width:44px;height:44px;color:var(--text-secondary);cursor:pointer;transition:var(--transition-smooth);background:#ffffff08;border-radius:50%;justify-content:center;align-items:center;display:flex}.back-to-top-circle.svelte-12qhfyh:hover{background:var(--color-accent-violet);color:#fff;border-color:var(--color-accent-violet);box-shadow:0 0 20px #8b5cf64d}.back-to-top-chevron.svelte-12qhfyh{width:16px;height:16px}.desktop-only.svelte-12qhfyh{display:inline-block!important}.mobile-only.svelte-12qhfyh{display:none!important}@media (width<=1024px){.desktop-only.svelte-12qhfyh{display:none!important}.mobile-only.svelte-12qhfyh{display:inline-flex!important}}@media (width<=900px){.action-btn-telegram.svelte-12qhfyh{border-radius:50%!important;padding:.45rem!important}.action-btn-telegram.svelte-12qhfyh span:where(.svelte-12qhfyh){display:none!important}}@media (width<=768px){.action-btn-ai-tools.svelte-12qhfyh{justify-content:center;min-width:34px;height:34px;box-shadow:none!important;border-radius:50%!important;padding:.45rem!important}.action-btn-ai-tools.svelte-12qhfyh span:where(.svelte-12qhfyh){display:none!important}.main-header-delight.svelte-12qhfyh{padding:0 1rem}.logo-text-delight.svelte-12qhfyh{display:none}}@media (width<=580px){.footer-container.svelte-12qhfyh{grid-template-columns:1fr;gap:2.5rem}.main-header-delight.svelte-12qhfyh{padding:0 .5rem}.actions-box-delight.svelte-12qhfyh{gap:.35rem}.glass-pill-btn.svelte-12qhfyh{padding:.4rem .8rem;font-size:.8rem}}.mobile-menu-backdrop.svelte-12qhfyh{z-index:140;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);opacity:0;pointer-events:none;background:#000000a6;width:100vw;height:100vh;transition:opacity .4s cubic-bezier(.25,1,.5,1);position:fixed;top:0;left:0}.mobile-menu-backdrop.active.svelte-12qhfyh{opacity:1;pointer-events:auto}.mobile-menu-drawer.svelte-12qhfyh{z-index:150;-webkit-backdrop-filter:blur(35px);backdrop-filter:blur(35px);border-left:1px solid #ffffff0f;width:100%;max-width:290px;height:100vh;transition:transform .4s cubic-bezier(.32,.72,0,1);position:fixed;top:0;right:0;transform:translate(100%);background:#09090cd9!important}.mobile-menu-drawer.active.svelte-12qhfyh{transform:translate(0)}:root.light .mobile-menu-drawer.svelte-12qhfyh{border-left:1px solid #0000000f;background:#f8fafcd9!important}.mobile-menu-inner.svelte-12qhfyh{flex-direction:column;height:100%;display:flex}.mobile-menu-header.svelte-12qhfyh{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;padding:1.15rem 1rem;display:flex}.mobile-menu-brand.svelte-12qhfyh{align-items:center;gap:.6rem;display:flex}.mobile-menu-brand-text.svelte-12qhfyh{font-family:var(--font-display);background:linear-gradient(135deg,#9b19e6 0%,#c51114 100%);-webkit-text-fill-color:transparent;letter-spacing:-.02em;-webkit-background-clip:text;background-clip:text;font-size:1.15rem;font-weight:800}.mobile-menu-close-btn.svelte-12qhfyh{cursor:pointer;color:var(--text-muted);background:0 0;border:none;justify-content:center;align-items:center;padding:.25rem;transition:transform .4s ease-in-out,color .2s;display:flex}.mobile-menu-close-btn.svelte-12qhfyh:hover{color:#c51114;transform:rotate(90deg)}.mobile-menu-auth-section.svelte-12qhfyh{border-bottom:1px solid var(--border-color);padding:1rem}.mobile-login-full-btn.svelte-12qhfyh{background:linear-gradient(135deg,#9b19e6 0%,#c51114 100%);border-radius:12px;justify-content:center;align-items:center;width:100%;padding:.65rem;font-size:.85rem;font-weight:700;text-decoration:none;display:flex;box-shadow:0 4px 12px #9b19e626;color:#fff!important}.mobile-auth-wrapper.svelte-12qhfyh{flex-direction:column;display:flex}.mobile-auth-trigger.svelte-12qhfyh{cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;padding:.25rem;display:flex}.mobile-auth-avatar-box.svelte-12qhfyh{align-items:center;gap:.75rem;display:flex}.mobile-auth-meta.svelte-12qhfyh{text-align:left;flex-direction:column;align-items:flex-start;gap:.15rem;display:flex}.mobile-auth-name.svelte-12qhfyh{color:var(--text-primary);font-size:.9rem;font-weight:700}.mobile-auth-email.svelte-12qhfyh{color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;max-width:160px;font-size:.72rem;overflow:hidden}.chevron-arrow-svg.svelte-12qhfyh{width:14px;height:14px;color:var(--text-muted);transition:transform .3s}.chevron-arrow-svg.rotated.svelte-12qhfyh{transform:rotate(180deg)}.mobile-auth-dropdown.svelte-12qhfyh{border:1px solid var(--border-color);background:#ffffff05;border-radius:10px;flex-direction:column;gap:.25rem;margin-top:.5rem;padding:.35rem;display:flex}:root.light .mobile-auth-dropdown.svelte-12qhfyh{background:#00000005}.mobile-auth-dropdown-item.svelte-12qhfyh{color:var(--text-secondary);text-align:left;cursor:pointer;background:0 0;border:none;border-radius:6px;padding:.5rem .75rem;font-size:.85rem;font-weight:600;text-decoration:none;transition:background .2s,color .2s}.mobile-auth-dropdown-item.svelte-12qhfyh:hover{color:var(--color-accent-violet);background:#ffffff0a}:root.light .mobile-auth-dropdown-item.svelte-12qhfyh:hover{background:#00000008}.mobile-auth-dropdown-item.signout-btn.svelte-12qhfyh:hover{color:#ef4444;background:#ef444414}.mobile-menu-scrollable-content.svelte-12qhfyh{flex-direction:column;flex:1;gap:1.5rem;padding:1.25rem 1rem;display:flex;overflow-y:auto}.mobile-menu-scrollable-content.svelte-12qhfyh::-webkit-scrollbar{width:4px}.mobile-menu-scrollable-content.svelte-12qhfyh::-webkit-scrollbar-thumb{background:#9b19e626;border-radius:99px}.mobile-section-block.svelte-12qhfyh{border-bottom:1px solid #ffffff08;flex-direction:column;padding-bottom:.75rem;display:flex}:root.light .mobile-section-block.svelte-12qhfyh{border-bottom:1px solid #00000008}.mobile-section-trigger.svelte-12qhfyh{cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;padding:.5rem 0;display:flex}.section-title.svelte-12qhfyh{font-family:var(--font-display);color:var(--text-muted);letter-spacing:.1em;text-transform:uppercase;font-size:.72rem;font-weight:800}.toggle-icon-wrap.svelte-12qhfyh{width:14px;height:14px;color:var(--text-muted);justify-content:center;align-items:center;display:flex}.math-icon.svelte-12qhfyh{width:11px;height:11px}.mobile-accordion-content.svelte-12qhfyh{flex-direction:column;gap:.4rem;padding:.5rem .25rem;display:flex}.menu-sub-label.svelte-12qhfyh{color:var(--text-muted);letter-spacing:.05em;border-bottom:1px solid #ffffff08;margin-top:.35rem;padding:.25rem .5rem;font-size:.65rem;font-weight:700}:root.light .menu-sub-label.svelte-12qhfyh{border-bottom:1px solid #00000008}.mobile-inner-link.svelte-12qhfyh{color:var(--text-secondary);border-radius:6px;padding:.4rem .5rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:background .2s,color .2s}.mobile-inner-link.svelte-12qhfyh:hover{color:var(--color-accent-cyan);background:#ffffff08}:root.light .mobile-inner-link.svelte-12qhfyh:hover{background:#00000005}.categories-layout-grid.svelte-12qhfyh{grid-template-columns:1fr;gap:.4rem;display:grid}.mobile-category-item-link.svelte-12qhfyh{color:var(--text-secondary);border:1px solid var(--border-color);background:#ffffff03;border-radius:8px;padding:.45rem .65rem;font-size:.85rem;font-weight:600;text-decoration:none;transition:all .2s}.mobile-category-item-link.svelte-12qhfyh:hover{color:var(--color-accent-violet);background:#ffffff0a;border-color:#ffffff14}:root.light .mobile-category-item-link.svelte-12qhfyh:hover{background:#00000008}.mobile-menu-footer.svelte-12qhfyh{border-top:1px solid var(--border-color);background:0 0;flex-direction:column;gap:.65rem;padding:1rem;display:flex}.mobile-coffee-btn.svelte-12qhfyh{background:#fd0;border-radius:10px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.65rem;font-size:.85rem;font-weight:700;text-decoration:none;transition:transform .2s;display:flex;color:#000!important}.mobile-coffee-btn.svelte-12qhfyh:hover{transform:scale(1.02)}.mobile-ai-trigger-btn-gradient.svelte-12qhfyh{background:linear-gradient(135deg,#f43f5e 0%,#9b19e6 100%);border-radius:10px;justify-content:center;align-items:center;width:100%;padding:.65rem;font-size:.85rem;font-weight:800;text-decoration:none;transition:transform .2s;display:flex;box-shadow:0 4px 12px #f43f5e33;color:#fff!important}.mobile-ai-trigger-btn-gradient.svelte-12qhfyh:hover{transform:scale(1.02)}.mobile-auth-prompt-box.svelte-12qhfyh{border:1px solid var(--border-color);text-align:center;background:#ffffff04;border-radius:14px;padding:1rem}.mobile-auth-prompt-text.svelte-12qhfyh{color:var(--text-secondary);margin-bottom:.75rem;font-size:.78rem;line-height:1.4}.section-group-label.svelte-12qhfyh{color:var(--text-muted);letter-spacing:.12em;margin-bottom:.5rem;font-size:.65rem;font-weight:800;display:block}.mobile-explore-grid.svelte-12qhfyh{grid-template-columns:1fr 1fr;gap:.65rem;margin-top:.35rem;display:grid}.mobile-explore-card.svelte-12qhfyh{border:1px solid var(--border-color);background:#ffffff05;border-radius:12px;flex-direction:column;align-items:flex-start;padding:.75rem;transition:all .2s;display:flex}.mobile-explore-card.svelte-12qhfyh:hover{background:#ffffff0d;border-color:#ffffff1f}.explore-icon-wrap.svelte-12qhfyh{border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;margin-bottom:.5rem;display:flex}.icon-cyan.svelte-12qhfyh{color:#06b6d4;background:#06b6d426}.icon-violet.svelte-12qhfyh{color:#8b5cf6;background:#8b5cf626}.icon-rose.svelte-12qhfyh{color:#f43f5e;background:#f43f5e26}.icon-emerald.svelte-12qhfyh{color:#10b981;background:#10b98126}.explore-label.svelte-12qhfyh{color:var(--text-primary);font-size:.78rem;font-weight:700}.mobile-switch-row.svelte-12qhfyh{border:1px solid var(--border-color);background:#ffffff05;border-radius:12px;justify-content:space-between;align-items:center;margin-bottom:.75rem;padding:.65rem .5rem;display:flex}.mobile-switch-label-col.svelte-12qhfyh{align-items:center;gap:.5rem;display:flex}.switch-icon.svelte-12qhfyh{width:16px;height:16px;color:var(--text-secondary)}.switch-title-text.svelte-12qhfyh{color:var(--text-primary);font-size:.82rem;font-weight:700}.mobile-switch-btn.svelte-12qhfyh{cursor:pointer;background:#ffffff1a;border:none;border-radius:99px;width:38px;height:20px;transition:background .2s;position:relative}.mobile-switch-btn.checked.svelte-12qhfyh{background:#10b981}.switch-handle.svelte-12qhfyh{background:#fff;border-radius:50%;width:14px;height:14px;transition:transform .2s;position:absolute;top:3px;left:3px}.mobile-switch-btn.checked.svelte-12qhfyh .switch-handle:where(.svelte-12qhfyh){transform:translate(18px)}.mobile-newsletter-box.svelte-12qhfyh{background:#9b19e60d;border:1px solid #9b19e626;border-radius:14px;margin-top:.35rem;padding:.85rem}.newsletter-header-row.svelte-12qhfyh{align-items:center;gap:.5rem;margin-bottom:.5rem;display:flex}.newsletter-icon-mini.svelte-12qhfyh{width:14px;height:14px;color:var(--color-accent-violet)}.newsletter-box-title.svelte-12qhfyh{font-family:var(--font-display);color:var(--text-primary);font-size:.78rem;font-weight:800}.newsletter-mini-form.svelte-12qhfyh{flex-direction:column;gap:.45rem;display:flex}.newsletter-mini-input.svelte-12qhfyh{border:1px solid var(--border-color);color:var(--text-primary);background:#0003;border-radius:8px;outline:none;padding:.45rem .75rem;font-size:.78rem}.newsletter-mini-input.svelte-12qhfyh:focus{border-color:#9b19e64d}.newsletter-mini-submit.svelte-12qhfyh{color:#fff;cursor:pointer;letter-spacing:.05em;background:linear-gradient(135deg,#9b19e6 0%,#c51114 100%);border:none;border-radius:8px;padding:.45rem;font-size:.75rem;font-weight:700}.newsletter-success-feedback.svelte-12qhfyh{color:#10b981;text-align:center;padding:.5rem 0;font-size:.78rem;font-weight:600}.mobile-app-badges-block.svelte-12qhfyh{flex-direction:column;gap:.5rem;margin-top:.5rem;display:flex}.mobile-app-badges-row.svelte-12qhfyh{gap:.5rem;display:flex}.app-store-badge.svelte-12qhfyh{background:#000;border:1px solid #ffffff26;border-radius:8px;flex:1;align-items:center;padding:.45rem .5rem;text-decoration:none;display:flex;color:#fff!important}.badge-text-col.svelte-12qhfyh{flex-direction:column;align-items:flex-start;line-height:1.1;display:flex}.badge-sub.svelte-12qhfyh{color:#a1a1aa;font-size:.5rem}.badge-main.svelte-12qhfyh{font-size:.7rem;font-weight:700}.profile-avatar-delight-link.svelte-12qhfyh{text-decoration:none;display:inline-block}.header-avatar-img.svelte-12qhfyh{object-fit:cover;border-radius:50%;width:100%;height:100%}.active-user-badge.svelte-12qhfyh{color:#fff;background:#10b981!important}.login-header-btn.svelte-12qhfyh{font-weight:700;text-decoration:none;color:#fff!important}.circular-action-btn-placeholder.svelte-12qhfyh{background:#ffffff0d;border-radius:50%;width:38px;height:38px}
