.overlay.svelte-1y960i6{position:fixed;inset:0;background:#00000080;z-index:9999;display:flex;align-items:center;justify-content:center;padding:16px}.modal.svelte-1y960i6{background:#fff;border-radius:16px;padding:32px;width:100%;max-width:400px;position:relative}.close-btn.svelte-1y960i6{position:absolute;top:16px;right:16px;background:none;border:none;cursor:pointer;color:#6b7280;padding:4px}h2.svelte-1y960i6{margin:0 0 20px;font-size:24px;font-weight:700}form.svelte-1y960i6{display:flex;flex-direction:column;gap:12px}input.svelte-1y960i6{padding:12px 16px;border:1px solid #e5e7eb;border-radius:10px;font-size:16px;outline:none}input.svelte-1y960i6:focus{border-color:#10b981}.referral-field.svelte-1y960i6{display:flex;flex-direction:column;gap:4px}.referral-field.svelte-1y960i6 label:where(.svelte-1y960i6){font-size:12px;color:#6b7280;font-weight:500}.submit-btn.svelte-1y960i6{padding:14px;background:var(--gradient-primary);color:#fff;border:none;border-radius:10px;font-size:16px;font-weight:600;cursor:pointer}.submit-btn.svelte-1y960i6:disabled{opacity:.6}.error.svelte-1y960i6{color:#ef4444;font-size:14px;margin:0 0 8px}.switch-mode.svelte-1y960i6{text-align:center;margin-top:16px;font-size:14px;color:#6b7280}.link-btn.svelte-1y960i6{background:none;border:none;color:#10b981;font-weight:600;cursor:pointer;font-size:14px}.sidebar.svelte-py1ctu{position:fixed;top:0;left:0;bottom:0;width:220px;padding:80px 12px 100px;background:#fff;border-right:1px solid var(--color-border);z-index:100;overflow-y:auto}.side-nav.svelte-py1ctu{display:flex;flex-direction:column;gap:6px}.nav-item.svelte-py1ctu{display:flex;align-items:center;gap:10px;padding:8px 10px;border-radius:10px;color:var(--color-text-secondary);text-decoration:none;transition:all .2s}.nav-item.svelte-py1ctu:hover{background:var(--color-bg-tertiary)}.nav-item.active.svelte-py1ctu{background:var(--color-primary-light);color:var(--color-primary);font-weight:600}.logout-btn.svelte-py1ctu{margin-top:auto;padding-top:12px;border-top:1px solid var(--color-border)}.logout-btn.svelte-py1ctu button:where(.svelte-py1ctu){width:100%;display:flex;align-items:center;gap:10px;padding:8px 10px;border-radius:10px;color:var(--color-error);background:none;border:none;cursor:pointer;font-size:14px;transition:all .2s}.logout-btn.svelte-py1ctu button:where(.svelte-py1ctu):hover{background:var(--color-error-light)}.logout-btn.svelte-py1ctu .login-btn:where(.svelte-py1ctu){color:var(--color-primary);background:var(--color-primary-light)}.mobile-sidebar.svelte-py1ctu{position:fixed;top:70px;left:0;right:-100%;bottom:calc(70px + env(safe-area-inset-bottom));width:280px;max-width:85vw;padding:20px;background:#fff;transition:right .3s cubic-bezier(.4,0,.2,1);z-index:2000;overflow-y:auto;display:none}.mobile-sidebar.open.svelte-py1ctu{display:block!important;right:0}.sidebar-overlay.svelte-py1ctu{position:fixed;top:70px;left:0;right:0;bottom:calc(70px + env(safe-area-inset-bottom));background:#00000080;z-index:998;border:none;padding:0;cursor:pointer;display:none}.sidebar-overlay.visible.svelte-py1ctu{display:block!important}.desktop-only.svelte-py1ctu{display:block}@media(max-width:1350px)and (min-width:901px){.sidebar.desktop-only.svelte-py1ctu{width:70px;padding:80px 8px 100px}.sidebar.desktop-only.svelte-py1ctu .nav-item:where(.svelte-py1ctu) span:where(.svelte-py1ctu),.sidebar.desktop-only.svelte-py1ctu .logout-btn:where(.svelte-py1ctu) span:where(.svelte-py1ctu){display:none}.sidebar.desktop-only.svelte-py1ctu .nav-item:where(.svelte-py1ctu),.sidebar.desktop-only.svelte-py1ctu .logout-btn:where(.svelte-py1ctu) button:where(.svelte-py1ctu){justify-content:center;padding:10px}.sidebar.desktop-only.tablet-expanded.svelte-py1ctu{width:220px;padding:80px 12px 100px}.sidebar.desktop-only.tablet-expanded.svelte-py1ctu .nav-item:where(.svelte-py1ctu) span:where(.svelte-py1ctu),.sidebar.desktop-only.tablet-expanded.svelte-py1ctu .logout-btn:where(.svelte-py1ctu) span:where(.svelte-py1ctu){display:inline}.sidebar.desktop-only.tablet-expanded.svelte-py1ctu .nav-item:where(.svelte-py1ctu),.sidebar.desktop-only.tablet-expanded.svelte-py1ctu .logout-btn:where(.svelte-py1ctu) button:where(.svelte-py1ctu){justify-content:flex-start;padding:8px 10px}}@media(max-width:900px){.sidebar.desktop-only.svelte-py1ctu{display:none!important}}.loading-screen.svelte-uj45vr{position:fixed;inset:0;background:linear-gradient(135deg,#f8fafc,#e2e8f0);display:flex;align-items:center;justify-content:center;z-index:200;transition:opacity .8s ease-out;transform:translateZ(0)}.loading-screen.fade-out.svelte-uj45vr{opacity:0;pointer-events:none}.loading-content.svelte-uj45vr{text-align:center;display:flex;flex-direction:column;align-items:center;gap:1.5rem}.logo-icon.svelte-uj45vr{transition:transform .5s ease}.logo-icon.breathing.svelte-uj45vr{animation:svelte-uj45vr-breathe 2s ease-in-out infinite}@keyframes svelte-uj45vr-breathe{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.loading-text.svelte-uj45vr{display:flex;flex-direction:column;align-items:center;gap:8px}.brand-svg.svelte-uj45vr{height:32px;width:auto}.loading-text.svelte-uj45vr p:where(.svelte-uj45vr){margin:0;font-size:14px;color:#6b7280}.loading-dots.svelte-uj45vr{display:flex;gap:.5rem;justify-content:center;margin-top:.5rem}.loading-dots.svelte-uj45vr span:where(.svelte-uj45vr){width:8px;height:8px;border-radius:50%;background:#10b981;animation:svelte-uj45vr-dotPulse 1.5s ease-in-out infinite}.loading-dots.svelte-uj45vr span:where(.svelte-uj45vr):nth-child(1){animation-delay:0s}.loading-dots.svelte-uj45vr span:where(.svelte-uj45vr):nth-child(2){animation-delay:.2s}.loading-dots.svelte-uj45vr span:where(.svelte-uj45vr):nth-child(3){animation-delay:.4s}@keyframes svelte-uj45vr-dotPulse{0%,80%,to{transform:scale(.8);opacity:.5}40%{transform:scale(1.2);opacity:1}}html,body{font-family:Inter,system-ui,-apple-system,sans-serif;background:#f7f7fb;color:#111;margin:0;padding:0;padding-top:env(safe-area-inset-top);padding-bottom:env(safe-area-inset-bottom)}*,*:before,*:after{box-sizing:border-box}@media(min-width:901px){html{overflow-y:scroll}}.topbar.svelte-12qhfyh{border-bottom:1px solid #eee;position:fixed;top:0;left:0;width:100%;height:70px;background:#fff;z-index:300;padding-top:env(safe-area-inset-top);box-sizing:content-box;transform:translateZ(0)}.topbar-container.svelte-12qhfyh{display:flex;align-items:center;justify-content:space-between;padding:0 16px;max-width:1200px;margin:0 auto;height:70px;gap:16px}.left.svelte-12qhfyh{display:flex;align-items:center;justify-content:flex-start;flex:1;min-width:0;gap:8px}.center.svelte-12qhfyh{display:flex;align-items:center;justify-content:center;flex:2}nav.right.svelte-12qhfyh{display:flex;align-items:center;gap:10px;justify-content:flex-end;flex:1}.brand-link.svelte-12qhfyh{display:flex;align-items:center;text-decoration:none}.brand-svg.svelte-12qhfyh{height:28px;width:auto}.guthaben-btn.svelte-12qhfyh{display:flex;align-items:center;justify-content:center;text-decoration:none;border-radius:50%;transition:transform .15s ease}.guthaben-btn.svelte-12qhfyh:active{transform:scale(.9)}.desktop-full-only.svelte-12qhfyh{display:flex!important}.tablet-mobile-only.svelte-12qhfyh{display:none!important}@media(max-width:1350px){.desktop-full-only.svelte-12qhfyh{display:none!important}.tablet-mobile-only.svelte-12qhfyh{display:flex!important}}.icon-btn.svelte-12qhfyh{background:transparent!important;color:#374151;border:none;border-radius:10px;cursor:pointer;padding:8px;display:flex;align-items:center;justify-content:center;text-decoration:none;transition:transform .1s ease;-webkit-tap-highlight-color:transparent;outline:none}@media(hover:hover)and (pointer:fine){.icon-btn.svelte-12qhfyh:hover{background:#f3f4f6!important}}.icon-btn.svelte-12qhfyh:active{transform:scale(.9)}main.svelte-12qhfyh{margin-top:calc(70px + env(safe-area-inset-top));margin-left:220px;width:calc(100% - 220px);min-height:calc(100dvh - 70px - env(safe-area-inset-top));display:flex;flex-direction:column;box-sizing:border-box}@media(max-width:1350px)and (min-width:901px){main.svelte-12qhfyh{margin-left:70px;width:calc(100% - 70px)}}.bottom-nav.svelte-12qhfyh{position:fixed;left:0;right:0;bottom:0;height:70px;background:#fff;border-top:1px solid #eee;padding:8px 0;z-index:300;box-sizing:border-box;display:none;padding-bottom:calc(8px + env(safe-area-inset-bottom));transform:translateZ(0)}.bottom-nav-container.svelte-12qhfyh{display:grid;grid-template-columns:repeat(5,1fr);max-width:900px;width:100%;margin:0 auto;padding:0 8px}.bottom-nav.svelte-12qhfyh .item:where(.svelte-12qhfyh){display:flex;flex-direction:column;align-items:center;gap:4px;text-decoration:none;color:#6b7280;font-size:11px;justify-self:center;padding:6px 8px;border-radius:10px;transition:all .2s}.bottom-nav.svelte-12qhfyh .item:where(.svelte-12qhfyh) svg:where(.svelte-12qhfyh){width:24px;height:24px}.bottom-nav.svelte-12qhfyh .item.active:where(.svelte-12qhfyh){background:#e0f7ea;color:#10b981}@media(min-width:901px){.bottom-nav.svelte-12qhfyh{display:none!important}}@media(max-width:900px){.topbar.svelte-12qhfyh{height:auto;min-height:70px}.bottom-nav.svelte-12qhfyh{display:block!important}main.svelte-12qhfyh{margin-left:0;width:100%;margin-top:calc(70px + env(safe-area-inset-top));margin-bottom:calc(70px + env(safe-area-inset-bottom));min-height:calc(100dvh - 140px - env(safe-area-inset-top) - env(safe-area-inset-bottom))}}@media(max-width:400px){.topbar.svelte-12qhfyh{min-height:60px}.topbar.svelte-12qhfyh .topbar-container:where(.svelte-12qhfyh){height:60px}.brand-svg.svelte-12qhfyh{height:22px}.bottom-nav.svelte-12qhfyh{height:60px;padding:6px 0}.bottom-nav.svelte-12qhfyh .item:where(.svelte-12qhfyh){font-size:9px;gap:2px;padding:4px}.bottom-nav.svelte-12qhfyh .item:where(.svelte-12qhfyh) svg:where(.svelte-12qhfyh){width:20px;height:20px}main.svelte-12qhfyh{margin-top:calc(60px + env(safe-area-inset-top))!important;margin-bottom:calc(60px + env(safe-area-inset-bottom))!important}}
