.mobile-nav-container.svelte-1kj3hvb{position:relative;z-index:1000}.mobile-nav-toggle.svelte-1kj3hvb{background:none;border:none;cursor:pointer;padding:8px;display:flex;align-items:center;justify-content:center;border-radius:8px;transition:background-color .2s ease}.mobile-nav-toggle.svelte-1kj3hvb:hover{background-color:#0000000d}.mobile-nav-toggle.svelte-1kj3hvb.focus-visible{outline:2px solid var(--primary);outline-offset:2px}.mobile-nav-toggle.svelte-1kj3hvb:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.hamburger.svelte-1kj3hvb{width:24px;height:24px;position:relative;display:flex;flex-direction:column;justify-content:center;gap:4px}.line.svelte-1kj3hvb{width:100%;height:2px;background-color:var(--text-primary);border-radius:2px;transition:all .3s cubic-bezier(.4,0,.2,1);transform-origin:center}.hamburger.open.svelte-1kj3hvb .line-1:where(.svelte-1kj3hvb){transform:translateY(6px) rotate(45deg)}.hamburger.open.svelte-1kj3hvb .line-2:where(.svelte-1kj3hvb){opacity:0;transform:scaleX(0)}.hamburger.open.svelte-1kj3hvb .line-3:where(.svelte-1kj3hvb){transform:translateY(-6px) rotate(-45deg)}.mobile-nav-overlay.svelte-1kj3hvb{position:fixed;inset:0;background-color:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:999;display:flex;align-items:flex-start;justify-content:flex-start}.mobile-nav-panel.svelte-1kj3hvb{background-color:var(--card-background);width:320px;max-width:85vw;height:100vh;overflow-y:auto;box-shadow:4px 0 24px #00000026;display:flex;flex-direction:column}.mobile-nav-header.svelte-1kj3hvb{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 1.25rem 1rem;border-bottom:1px solid var(--border-color)}.nav-title.svelte-1kj3hvb{font-size:1.25rem;font-weight:600;color:var(--text-primary);margin:0}.close-button.svelte-1kj3hvb{background:none;border:none;cursor:pointer;padding:8px;color:var(--text-secondary);border-radius:6px;transition:all .2s ease}.close-button.svelte-1kj3hvb:hover{background-color:var(--light-gray);color:var(--text-primary)}.close-button.svelte-1kj3hvb.focus-visible{outline:2px solid var(--primary);outline-offset:2px}.close-button.svelte-1kj3hvb:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.mobile-nav-content.svelte-1kj3hvb{flex:1;padding:1rem 0;display:flex;flex-direction:column}.nav-list.svelte-1kj3hvb{list-style:none;margin:0;padding:0;flex:1}.nav-item.svelte-1kj3hvb{margin:0;padding:0}.nav-link.svelte-1kj3hvb{display:block;padding:.875rem 1.25rem;color:var(--text-primary);text-decoration:none;font-size:1.125rem;font-weight:500;transition:all .2s ease;border-left:3px solid transparent}.nav-link.svelte-1kj3hvb:hover{background-color:var(--light-gray);color:var(--primary)}.nav-link.active.svelte-1kj3hvb{background-color:var(--accent-light);color:var(--primary);border-left-color:var(--primary);font-weight:600}.nav-link.svelte-1kj3hvb.focus-visible{outline:2px solid var(--primary);outline-offset:-2px}.nav-link.svelte-1kj3hvb:focus-visible{outline:2px solid var(--primary);outline-offset:-2px}.dropdown-item.svelte-1kj3hvb{position:relative}.dropdown-toggle.svelte-1kj3hvb{width:100%;background:none;border:none;display:flex;align-items:center;justify-content:space-between;padding:.875rem 1.25rem;color:var(--text-primary);font-size:1.125rem;font-weight:500;cursor:pointer;transition:all .2s ease;text-align:left}.dropdown-toggle.svelte-1kj3hvb:hover{background-color:var(--light-gray);color:var(--primary)}.dropdown-toggle.svelte-1kj3hvb.focus-visible{outline:2px solid var(--primary);outline-offset:-2px}.dropdown-toggle.svelte-1kj3hvb:focus-visible{outline:2px solid var(--primary);outline-offset:-2px}.dropdown-arrow.svelte-1kj3hvb{transition:transform .3s ease;color:var(--text-secondary)}.dropdown-arrow.rotated.svelte-1kj3hvb{transform:rotate(180deg)}.submenu.svelte-1kj3hvb{list-style:none;margin:0;padding:0;background-color:var(--lightest-gray);border-top:1px solid var(--border-color)}.submenu-item.svelte-1kj3hvb{margin:0;padding:0}.submenu-link.svelte-1kj3hvb{display:block;padding:.75rem 1.25rem .75rem 2.5rem;color:var(--text-secondary);text-decoration:none;font-size:1rem;font-weight:400;transition:all .2s ease;border-left:3px solid transparent}.submenu-link.svelte-1kj3hvb:hover{background-color:var(--light-gray);color:var(--primary)}.submenu-link.active.svelte-1kj3hvb{background-color:var(--accent-light);color:var(--primary);border-left-color:var(--primary);font-weight:500}.submenu-link.svelte-1kj3hvb.focus-visible{outline:2px solid var(--primary);outline-offset:-2px}.submenu-link.svelte-1kj3hvb:focus-visible{outline:2px solid var(--primary);outline-offset:-2px}.nav-actions.svelte-1kj3hvb{padding:1rem 1.25rem;border-top:1px solid var(--border-color)}.login-button.svelte-1kj3hvb{display:block;width:100%;padding:.875rem 1.25rem;background-color:var(--primary);color:#fff;text-align:center;text-decoration:none;border-radius:8px;font-weight:600;font-size:1rem;transition:all .2s ease}.login-button.svelte-1kj3hvb:hover{background-color:var(--primary-dark);transform:translateY(-1px)}.login-button.svelte-1kj3hvb.focus-visible{outline:2px solid var(--primary);outline-offset:2px}.login-button.svelte-1kj3hvb:focus-visible{outline:2px solid var(--primary);outline-offset:2px}@media(max-width:480px){.mobile-nav-panel.svelte-1kj3hvb{width:280px;max-width:90vw}.mobile-nav-header.svelte-1kj3hvb{padding:1rem 1rem .75rem}.nav-title.svelte-1kj3hvb{font-size:1.125rem}.nav-link.svelte-1kj3hvb,.dropdown-toggle.svelte-1kj3hvb{padding:.75rem 1rem;font-size:1rem}.submenu-link.svelte-1kj3hvb{padding:.625rem 1rem .625rem 2rem;font-size:.9rem}.nav-actions.svelte-1kj3hvb{padding:.75rem 1rem}.login-button.svelte-1kj3hvb{padding:.75rem 1rem;font-size:.9rem}}.notification-container.svelte-dn2pz6{position:relative;display:inline-flex;align-items:center;justify-content:center;margin:0 .25rem}.notification-bell.svelte-dn2pz6{background:transparent;border:none;font-size:1.125rem;cursor:pointer;padding:.5rem;border-radius:.5rem;transition:all .2s ease;position:relative;display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;color:#94a3b8}.notification-bell.svelte-dn2pz6:hover{background-color:#7c3aed26;color:#a78bfa}.notification-bell.svelte-dn2pz6:focus{outline:2px solid #a78bfa;outline-offset:2px}.notification-bell.svelte-dn2pz6:focus:not(.focus-visible){outline:none}.notification-bell.svelte-dn2pz6:focus:not(:focus-visible){outline:none}.notification-bell.svelte-dn2pz6:active{transform:scale(.95)}.notification-bell.has-messages.svelte-dn2pz6{color:#a78bfa;animation:svelte-dn2pz6-shake .5s ease-in-out}.notification-badge.svelte-dn2pz6{position:absolute;top:.125rem;right:.125rem;background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;border-radius:9999px;min-width:1.125rem;height:1.125rem;padding:0 .25rem;font-size:.625rem;display:flex;align-items:center;justify-content:center;font-weight:700;border:2px solid #1a1a2e;box-shadow:0 2px 4px #0000004d;z-index:10}.notification-panel.svelte-dn2pz6{position:absolute;top:calc(100% + .5rem);right:-.5rem;width:340px;max-height:450px;background:#16161e;border:1px solid rgba(124,58,237,.2);border-radius:.75rem;box-shadow:0 20px 25px -5px #00000080,0 0 30px #7c3aed1a;z-index:1000;overflow:hidden;transform:translateY(-8px);opacity:0;animation:svelte-dn2pz6-slideDown .2s ease-out forwards}@keyframes svelte-dn2pz6-slideDown{to{transform:translateY(0);opacity:1}}.notification-header.svelte-dn2pz6{padding:1rem 1.25rem;border-bottom:1px solid rgba(124,58,237,.15);display:flex;justify-content:space-between;align-items:center;background:linear-gradient(180deg,rgba(124,58,237,.08) 0%,transparent 100%)}.notification-header.svelte-dn2pz6 h3:where(.svelte-dn2pz6){margin:0;font-size:.9375rem;font-weight:600;color:#f1f5f9;letter-spacing:-.01em}.close-btn.svelte-dn2pz6{background:transparent;border:none;border-radius:.375rem;font-size:1.25rem;cursor:pointer;color:#64748b;width:1.75rem;height:1.75rem;display:flex;align-items:center;justify-content:center;line-height:1;transition:all .15s ease}.close-btn.svelte-dn2pz6:hover{background:#7c3aed26;color:#e2e8f0}.close-btn.svelte-dn2pz6:active{transform:scale(.95)}.notification-content.svelte-dn2pz6{max-height:300px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(124,58,237,.3) transparent}.notification-content.svelte-dn2pz6::-webkit-scrollbar{width:5px}.notification-content.svelte-dn2pz6::-webkit-scrollbar-track{background:transparent}.notification-content.svelte-dn2pz6::-webkit-scrollbar-thumb{background-color:#7c3aed4d;border-radius:3px}.notification-content.svelte-dn2pz6::-webkit-scrollbar-thumb:hover{background-color:#7c3aed80}.no-messages.svelte-dn2pz6{padding:2.5rem 1.25rem;text-align:center;color:#64748b;font-size:.875rem;line-height:1.5}.messages-list.svelte-dn2pz6{padding:.5rem}.message-item.svelte-dn2pz6{padding:.875rem 1rem;margin:.25rem 0;border-radius:.5rem;background:#7c3aed0d;border:1px solid transparent;transition:all .15s ease;position:relative}.message-item.svelte-dn2pz6:first-child{margin-top:0}.message-item.svelte-dn2pz6:last-child{margin-bottom:0}.message-item.svelte-dn2pz6:hover{background:#7c3aed1a;border-color:#7c3aed33}.message-item.svelte-dn2pz6:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);height:50%;width:2px;background:#7c3aed;border-radius:0 2px 2px 0;opacity:0;transition:opacity .15s ease}.message-item.svelte-dn2pz6:hover:before{opacity:1}.message-header.svelte-dn2pz6{display:flex;justify-content:space-between;align-items:center;margin-bottom:.375rem;gap:.75rem}.message-type.svelte-dn2pz6{font-size:.75rem;font-weight:600;color:#a78bfa;display:flex;align-items:center;gap:.25rem}.message-time.svelte-dn2pz6{font-size:.6875rem;color:#64748b;white-space:nowrap}.message-content.svelte-dn2pz6{font-size:.8125rem;color:#cbd5e1;line-height:1.5;word-wrap:break-word}.notification-actions.svelte-dn2pz6{padding:.75rem 1rem;border-top:1px solid rgba(124,58,237,.15);display:flex;gap:.5rem;background:#0003}.clear-btn.svelte-dn2pz6,.permission-btn.svelte-dn2pz6{flex:1;padding:.5rem .75rem;min-height:2.25rem;border:1px solid rgba(124,58,237,.2);border-radius:.375rem;background:#7c3aed1a;color:#cbd5e1;font-size:.75rem;font-weight:500;cursor:pointer;transition:all .15s ease;display:flex;align-items:center;justify-content:center}.permission-btn.svelte-dn2pz6{background:linear-gradient(135deg,#7c3aed,#6d28d9);color:#fff;border-color:transparent}.clear-btn.svelte-dn2pz6:hover{background:#7c3aed33;border-color:#7c3aed4d}.permission-btn.svelte-dn2pz6:hover{background:linear-gradient(135deg,#8b5cf6,#7c3aed);box-shadow:0 0 15px #7c3aed4d}@keyframes svelte-dn2pz6-shake{0%,to{transform:translate(0)}25%{transform:translate(-2px)}75%{transform:translate(2px)}}@media(max-width:768px){.notification-bell.svelte-dn2pz6{width:2.75rem;height:2.75rem;padding:.625rem}.notification-panel.svelte-dn2pz6{width:300px;right:-.75rem;max-height:60vh}.notification-header.svelte-dn2pz6{padding:.875rem 1rem}.message-item.svelte-dn2pz6{padding:.75rem .875rem}.notification-actions.svelte-dn2pz6{padding:.625rem .875rem}.clear-btn.svelte-dn2pz6,.permission-btn.svelte-dn2pz6{min-height:2.5rem;padding:.625rem .75rem;font-size:.8125rem}}@media(max-width:480px){.notification-container.svelte-dn2pz6{margin:0}.notification-panel.svelte-dn2pz6{position:fixed;inset:auto 0 0;width:100%;max-height:75vh;border-radius:1rem 1rem 0 0;border-bottom:none;animation:svelte-dn2pz6-slideUp .25s ease-out forwards}.notification-header.svelte-dn2pz6{padding:1rem 1.25rem}.notification-header.svelte-dn2pz6 h3:where(.svelte-dn2pz6){font-size:1rem}.messages-list.svelte-dn2pz6{padding:.75rem}.message-item.svelte-dn2pz6{padding:1rem}.message-content.svelte-dn2pz6{font-size:.875rem}.notification-actions.svelte-dn2pz6{padding:1rem;gap:.75rem}.clear-btn.svelte-dn2pz6,.permission-btn.svelte-dn2pz6{min-height:2.75rem;font-size:.875rem}}@keyframes svelte-dn2pz6-slideUp{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}.footer-wrapper.svelte-luhbdn{position:relative;z-index:10;margin-top:4rem;width:100%;border-top:1px solid rgba(100,116,139,.2);background:#0a0a0f}.footer-container.svelte-luhbdn{max-width:1200px;margin:0 auto;padding:3rem 1.5rem 2rem}.footer-grid.svelte-luhbdn{display:grid;grid-template-columns:1fr 2fr;grid-gap:3rem;gap:3rem}.brand-section.svelte-luhbdn{display:flex;flex-direction:column}.brand-logo.svelte-luhbdn{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.brand-logo.svelte-luhbdn img:where(.svelte-luhbdn){width:48px;height:48px}.brand-name.svelte-luhbdn{font-size:1.25rem;font-weight:700;color:#f1f5f9}.brand-description.svelte-luhbdn{font-size:.875rem;line-height:1.6;color:#64748b;margin-bottom:1.5rem}.social-links.svelte-luhbdn{display:flex;gap:.75rem}.social-link.svelte-luhbdn{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;background:#1a1a2e;border:1px solid rgba(100,116,139,.3);border-radius:.5rem;transition:all .2s ease}.social-link.svelte-luhbdn img:where(.svelte-luhbdn){width:1.25rem;height:1.25rem;filter:brightness(0) invert(1);opacity:.8}.social-link.svelte-luhbdn:hover{background:#7c3aed33;border-color:#7c3aed80;transform:translateY(-2px);box-shadow:0 0 15px #7c3aed4d}.social-link.svelte-luhbdn:hover img:where(.svelte-luhbdn){opacity:1}.links-container.svelte-luhbdn{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem;gap:2rem}.link-section.svelte-luhbdn h3:where(.svelte-luhbdn){font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:#94a3b8;margin-bottom:1rem}.link-section.svelte-luhbdn ul:where(.svelte-luhbdn){list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.625rem}.link-section.svelte-luhbdn li:where(.svelte-luhbdn){list-style:none}.link-section.svelte-luhbdn li:where(.svelte-luhbdn)::marker{display:none;content:none}.link-section.svelte-luhbdn a:where(.svelte-luhbdn){font-size:.875rem;color:#64748b;text-decoration:none;transition:color .2s ease}.link-section.svelte-luhbdn a:where(.svelte-luhbdn):hover,.link-section.svelte-luhbdn a.active:where(.svelte-luhbdn){color:#a78bfa}.link-section.svelte-luhbdn a:where(.svelte-luhbdn):after{display:none!important}.connect-section.svelte-luhbdn p:where(.svelte-luhbdn){font-size:.8125rem;color:#64748b;line-height:1.5;margin-bottom:1rem}.contact-link.svelte-luhbdn{display:inline-flex;align-items:center;gap:.25rem;font-size:.875rem;font-weight:500;color:#7c3aed;text-decoration:none;transition:color .2s ease}.contact-link.svelte-luhbdn svg:where(.svelte-luhbdn){width:1rem;height:1rem}.contact-link.svelte-luhbdn:hover{color:#a78bfa}.contact-link.svelte-luhbdn:after{display:none!important}.footer-bottom.svelte-luhbdn{margin-top:2.5rem;padding-top:1.5rem;border-top:1px solid rgba(100,116,139,.15);text-align:center}.footer-bottom.svelte-luhbdn p:where(.svelte-luhbdn){font-size:.8125rem;color:#475569;margin:0}@media(max-width:900px){.footer-grid.svelte-luhbdn{grid-template-columns:1fr;gap:2.5rem}.links-container.svelte-luhbdn{grid-template-columns:repeat(3,1fr)}}@media(max-width:640px){.footer-wrapper.svelte-luhbdn{margin-top:3rem}.footer-container.svelte-luhbdn{padding:2rem 1rem 1.5rem}.footer-grid.svelte-luhbdn{gap:2rem}.brand-section.svelte-luhbdn{align-items:center;text-align:center}.brand-logo.svelte-luhbdn{justify-content:center}.brand-logo.svelte-luhbdn img:where(.svelte-luhbdn){width:40px;height:40px}.brand-name.svelte-luhbdn{font-size:1.125rem}.brand-description.svelte-luhbdn{font-size:.8125rem;max-width:280px;margin-left:auto;margin-right:auto}.social-links.svelte-luhbdn{justify-content:center}.links-container.svelte-luhbdn{grid-template-columns:1fr 1fr;gap:1.5rem}.link-section.svelte-luhbdn{text-align:center}.link-section.svelte-luhbdn h3:where(.svelte-luhbdn){font-size:.6875rem;margin-bottom:.75rem}.link-section.svelte-luhbdn ul:where(.svelte-luhbdn){gap:.5rem}.link-section.svelte-luhbdn a:where(.svelte-luhbdn){font-size:.8125rem}.connect-section.svelte-luhbdn{grid-column:1/-1}.connect-section.svelte-luhbdn p:where(.svelte-luhbdn){font-size:.75rem;max-width:280px;margin-left:auto;margin-right:auto;margin-bottom:.75rem}.contact-link.svelte-luhbdn{justify-content:center;font-size:.8125rem}.footer-bottom.svelte-luhbdn{margin-top:1.5rem;padding-top:1rem}.footer-bottom.svelte-luhbdn p:where(.svelte-luhbdn){font-size:.75rem}}@media(max-width:380px){.footer-container.svelte-luhbdn{padding:1.5rem .75rem 1rem}.brand-logo.svelte-luhbdn img:where(.svelte-luhbdn){width:36px;height:36px}.brand-name.svelte-luhbdn{font-size:1rem}.brand-description.svelte-luhbdn{font-size:.75rem}.link-section.svelte-luhbdn h3:where(.svelte-luhbdn){font-size:.625rem}.link-section.svelte-luhbdn a:where(.svelte-luhbdn){font-size:.75rem}.social-link.svelte-luhbdn{width:2.25rem;height:2.25rem}.social-link.svelte-luhbdn img:where(.svelte-luhbdn){width:1rem;height:1rem}}a.svelte-luhbdn.focus-visible{outline:2px solid #a78bfa;outline-offset:2px}a.svelte-luhbdn:focus-visible{outline:2px solid #a78bfa;outline-offset:2px}@media(max-width:480px){.xs\:px-1.svelte-1c3jtse{padding-left:.25rem;padding-right:.25rem}.xs\:p-0\.5.svelte-1c3jtse{padding:.125rem}.xs\:min-w-7.svelte-1c3jtse{min-width:1.75rem}.xs\:min-h-7.svelte-1c3jtse{min-height:1.75rem}.xs\:w-4.svelte-1c3jtse{width:1rem}.xs\:h-4.svelte-1c3jtse{height:1rem}.xs\:text-sm.svelte-1c3jtse{font-size:.85rem}.xs\:p-1.svelte-1c3jtse{padding:.25rem}}.glow-container.svelte-1spybnk{position:fixed;inset:0;pointer-events:none;z-index:1;overflow:hidden}.particles-container.svelte-1spybnk{position:fixed;inset:0;pointer-events:none;z-index:25;overflow:hidden}.particle.svelte-1spybnk{position:absolute;width:var(--size);height:var(--size);background:radial-gradient(circle,rgb(167,139,250) 0%,rgba(139,92,246,.7) 40%,transparent 70%);border-radius:50%;opacity:0;left:var(--x-start);bottom:-20px;animation:svelte-1spybnk-float-up var(--duration) ease-in-out infinite;animation-delay:var(--delay);filter:blur(.5px);box-shadow:0 0 12px #8b5cf699,0 0 4px #a78bfacc}@keyframes svelte-1spybnk-float-up{0%{transform:translateY(0) translate(0);opacity:0}5%{opacity:var(--opacity)}95%{opacity:var(--opacity)}to{transform:translateY(-100vh) translate(var(--x-drift));opacity:0}}.glow.svelte-1spybnk{position:absolute;border-radius:50%;filter:blur(100px);opacity:0;animation:svelte-1spybnk-glow-pulse 10s ease-in-out infinite}.glow-1.svelte-1spybnk{width:500px;height:500px;background:#7c3aed14;top:5%;left:-150px;animation-delay:0s}.glow-2.svelte-1spybnk{width:400px;height:400px;background:#6d28d90f;top:40%;right:-100px;animation-delay:3s}.glow-3.svelte-1spybnk{width:450px;height:450px;background:#8b5cf60d;bottom:5%;left:20%;animation-delay:6s}@keyframes svelte-1spybnk-glow-pulse{0%,to{opacity:.4;transform:scale(1)}50%{opacity:.7;transform:scale(1.15)}}@media(prefers-reduced-motion:reduce){.particle.svelte-1spybnk,.glow.svelte-1spybnk{animation:none}.particle.svelte-1spybnk{display:none}.glow.svelte-1spybnk{opacity:.3}}@media(max-width:768px){.particle.svelte-1spybnk:nth-child(n+9){display:none}.particle.svelte-1spybnk{filter:blur(.5px)}.glow.svelte-1spybnk{filter:blur(80px)}.glow-1.svelte-1spybnk{width:300px;height:300px}.glow-2.svelte-1spybnk{width:250px;height:250px}.glow-3.svelte-1spybnk{width:280px;height:280px}}body{margin:0;box-sizing:border-box;padding:0;background-color:#0a0a0f;color:#f8fafc;-webkit-tap-highlight-color:rgba(0,0,0,0);touch-action:manipulation}.solo-leveling-app.svelte-12qhfyh{min-height:100vh;background:linear-gradient(180deg,#0a0a0f,#12121a,#0a0a0f)}@media(max-width:768px){.max-w-4xl.svelte-12qhfyh{max-width:100%;padding-left:.75rem;padding-right:.75rem}}@media(max-width:480px){.max-w-4xl.svelte-12qhfyh{padding-left:.5rem;padding-right:.5rem}}
