.AuthModal-module__bEWZlG__overlay{z-index:1100;-webkit-backdrop-filter:blur(8px);background:#0000008c;justify-content:center;align-items:center;padding:1rem;animation:.25s AuthModal-module__bEWZlG__fadeIn;display:flex;position:fixed;inset:0}@keyframes AuthModal-module__bEWZlG__fadeIn{0%{opacity:0}to{opacity:1}}.AuthModal-module__bEWZlG__modal{text-align:center;background:#fff;border-radius:24px;width:100%;max-width:440px;padding:2.5rem 2rem 2rem;animation:.35s cubic-bezier(.16,1,.3,1) AuthModal-module__bEWZlG__slideUp;position:relative;box-shadow:0 24px 80px #0000002e,0 4px 16px #00000014}@keyframes AuthModal-module__bEWZlG__slideUp{0%{opacity:0;transform:translateY(24px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.AuthModal-module__bEWZlG__close{cursor:pointer;color:#aaa;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:1.6rem;line-height:1;transition:color .2s;display:flex;position:absolute;top:.9rem;right:1.1rem}.AuthModal-module__bEWZlG__close:hover{color:var(--text);background:var(--surface,#f5f5f5)}.AuthModal-module__bEWZlG__iconBlock{margin-bottom:.6rem;font-size:2.8rem}.AuthModal-module__bEWZlG__title{font-family:var(--font-display),"Fraunces",Georgia,serif;color:var(--text);margin-bottom:.5rem;font-size:1.4rem;font-weight:700;line-height:1.3}.AuthModal-module__bEWZlG__desc{color:var(--text-muted,#777);margin-bottom:1.5rem;font-size:.9rem;line-height:1.6}.AuthModal-module__bEWZlG__providers{flex-direction:column;gap:.65rem;margin-bottom:1.25rem;display:flex}.AuthModal-module__bEWZlG__providerBtn{cursor:pointer;border:1.5px solid var(--border,#e0e0e0);border-radius:12px;justify-content:center;align-items:center;gap:.6rem;width:100%;padding:.85rem 1rem;font-family:inherit;font-size:.95rem;font-weight:600;transition:all .2s;display:flex}.AuthModal-module__bEWZlG__providerBtn:hover{transform:translateY(-1px);box-shadow:0 6px 20px #00000014}.AuthModal-module__bEWZlG__providerBtn:active{transform:translateY(0)}.AuthModal-module__bEWZlG__providerIcon{flex-shrink:0}.AuthModal-module__bEWZlG__googleBtn{color:var(--text,#333);background:#fff}.AuthModal-module__bEWZlG__googleBtn:hover{background:#f8faff;border-color:#4285f4}.AuthModal-module__bEWZlG__facebookBtn{color:#fff;background:#1877f2;border-color:#1877f2}.AuthModal-module__bEWZlG__facebookBtn:hover{background:#166fe5;border-color:#166fe5}.AuthModal-module__bEWZlG__hinweis{color:var(--text,#1a1a1a);background:color-mix(in srgb,var(--primary,#e8503a)8%,#fff);border:1px solid color-mix(in srgb,var(--primary,#e8503a)25%,transparent);text-align:left;border-radius:12px;margin-bottom:1.25rem;padding:.7rem .9rem;font-size:.85rem;line-height:1.5}.AuthModal-module__bEWZlG__emailToggle{color:var(--text-muted,#888);cursor:pointer;text-underline-offset:3px;text-decoration:underline;-webkit-text-decoration-color:color-mix(in srgb,currentColor 35%,transparent);text-decoration-color:color-mix(in srgb,currentColor 35%,transparent);background:0 0;border:none;border-radius:8px;margin-top:.15rem;padding:.35rem .25rem;font-family:inherit;font-size:.8rem;line-height:1.5;transition:color .2s}.AuthModal-module__bEWZlG__emailToggle:hover{color:var(--text,#1a1a1a)}.AuthModal-module__bEWZlG__emailToggle:focus-visible{outline:2px solid var(--primary,#e8503a);outline-offset:2px}.AuthModal-module__bEWZlG__emailBereich{margin-top:.35rem;animation:.2s AuthModal-module__bEWZlG__fadeIn}.AuthModal-module__bEWZlG__emailForm{gap:.5rem;margin-bottom:.6rem;display:flex}.AuthModal-module__bEWZlG__emailInput{border:1.5px solid var(--border,#e0e0e0);background:var(--surface,#fafafa);color:var(--text,#333);border-radius:12px;outline:none;flex:1;padding:.8rem 1rem;font-family:inherit;font-size:.95rem;transition:border-color .2s,box-shadow .2s}.AuthModal-module__bEWZlG__emailInput:focus{border-color:var(--primary,#e07a2f);box-shadow:0 0 0 3px color-mix(in srgb,var(--primary,#e07a2f)15%,transparent)}.AuthModal-module__bEWZlG__emailInput::placeholder{color:var(--text-muted,#aaa)}.AuthModal-module__bEWZlG__emailBtn{background:var(--primary,#e07a2f);color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:12px;justify-content:center;align-items:center;min-width:120px;padding:.8rem 1.2rem;font-family:inherit;font-size:.85rem;font-weight:700;transition:all .2s;display:flex}.AuthModal-module__bEWZlG__emailBtn:hover:not(:disabled){box-shadow:0 6px 20px color-mix(in srgb,var(--primary,#e07a2f)35%,transparent);transform:translateY(-1px)}.AuthModal-module__bEWZlG__emailBtn:disabled{opacity:.5;cursor:not-allowed}.AuthModal-module__bEWZlG__spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:18px;height:18px;animation:.6s linear infinite AuthModal-module__bEWZlG__spin;display:inline-block}@keyframes AuthModal-module__bEWZlG__spin{to{transform:rotate(360deg)}}.AuthModal-module__bEWZlG__error{color:#e53e3e;margin-top:.25rem;margin-bottom:.5rem;font-size:.85rem}.AuthModal-module__bEWZlG__legal{color:var(--text-muted,#aaa);margin-top:.75rem;font-size:.78rem;line-height:1.5}.AuthModal-module__bEWZlG__successView{padding:1rem 0}.AuthModal-module__bEWZlG__successIcon{margin-bottom:1rem;font-size:3.5rem;animation:.35s cubic-bezier(.22,1,.36,1) both AuthModal-module__bEWZlG__successPop}@keyframes AuthModal-module__bEWZlG__successPop{0%{opacity:0;transform:scale(.85)}to{opacity:1;transform:scale(1)}}.AuthModal-module__bEWZlG__hint{color:var(--text-muted,#666);margin-top:1rem;font-size:.85rem;line-height:1.5}.AuthModal-module__bEWZlG__retryLink{color:var(--primary,#e07a2f);cursor:pointer;font-weight:600;font-size:inherit;text-underline-offset:2px;background:0 0;border:none;padding:0;font-family:inherit;text-decoration:underline}.AuthModal-module__bEWZlG__retryLink:hover{color:color-mix(in srgb,var(--primary,#e07a2f)80%,#000)}@media (max-width:480px){.AuthModal-module__bEWZlG__modal{border-radius:20px;margin:0 .5rem;padding:2rem 1.5rem 1.5rem}.AuthModal-module__bEWZlG__emailForm{flex-direction:column}.AuthModal-module__bEWZlG__emailBtn{width:100%;min-width:unset}.AuthModal-module__bEWZlG__title{font-size:1.25rem}}
.AuthHinweisBanner-module__DlXKrW__wrapper{left:0;right:0;bottom:max(1rem,env(safe-area-inset-bottom));z-index:1090;pointer-events:none;justify-content:center;padding:0 1rem;display:flex;position:fixed}.AuthHinweisBanner-module__DlXKrW__banner{pointer-events:auto;background:var(--dark,#1a1a1a);color:#fff;border-radius:14px;align-items:flex-start;gap:.75rem;width:100%;max-width:480px;padding:.85rem .9rem .85rem 1.1rem;animation:.28s cubic-bezier(.22,1,.36,1) both AuthHinweisBanner-module__DlXKrW__bannerIn;display:flex;box-shadow:0 12px 32px #00000038}@keyframes AuthHinweisBanner-module__DlXKrW__bannerIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.AuthHinweisBanner-module__DlXKrW__banner{animation:none}}.AuthHinweisBanner-module__DlXKrW__text{flex:1;font-size:.85rem;line-height:1.5}.AuthHinweisBanner-module__DlXKrW__text strong{overflow-wrap:anywhere;font-weight:600}.AuthHinweisBanner-module__DlXKrW__close{color:#ffffffa6;cursor:pointer;background:0 0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:1.35rem;line-height:1;transition:color .2s,background .2s;display:flex}.AuthHinweisBanner-module__DlXKrW__close:hover{color:#fff;background:#ffffff1f}.AuthHinweisBanner-module__DlXKrW__close:focus-visible{outline-offset:2px;outline:2px solid #fff}
.OnboardingWizard-module__VuXftG__overlay{z-index:10000;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#00000080;justify-content:center;align-items:center;animation:.25s OnboardingWizard-module__VuXftG__fadeIn;display:flex;position:fixed;inset:0}.OnboardingWizard-module__VuXftG__modal{background:#fff;border-radius:24px;width:94vw;max-width:520px;max-height:90vh;padding:32px 28px 24px;animation:.35s cubic-bezier(.16,1,.3,1) OnboardingWizard-module__VuXftG__slideUp;position:relative;overflow-y:auto;box-shadow:0 24px 80px #0003}.OnboardingWizard-module__VuXftG__progress{justify-content:center;gap:8px;margin-bottom:28px;display:flex}.OnboardingWizard-module__VuXftG__dot{background:#e0ddd8;border-radius:50%;width:10px;height:10px;transition:all .3s}.OnboardingWizard-module__VuXftG__dotActive{background:#fa9943;transform:scale(1.3);box-shadow:0 0 0 3px #fa994333}.OnboardingWizard-module__VuXftG__dotDone{background:#34a853}.OnboardingWizard-module__VuXftG__skip{color:var(--text-muted,#666);cursor:pointer;background:0 0;border:none;border-radius:6px;padding:4px 8px;font-size:.85rem;transition:all .2s;position:absolute;top:16px;right:20px}.OnboardingWizard-module__VuXftG__skip:hover{color:#666;background:#f5f3f0}.OnboardingWizard-module__VuXftG__content{min-height:320px}.OnboardingWizard-module__VuXftG__step{animation:.3s OnboardingWizard-module__VuXftG__fadeSlide}.OnboardingWizard-module__VuXftG__stepIcon{text-align:center;margin-bottom:8px;font-size:2.5rem}.OnboardingWizard-module__VuXftG__title{text-align:center;color:#2c2825;margin:0 0 8px;font-family:DM Serif Display,serif;font-size:1.6rem}.OnboardingWizard-module__VuXftG__desc{text-align:center;color:#7a756e;max-width:400px;margin:0 auto 24px;font-size:.92rem;line-height:1.5}.OnboardingWizard-module__VuXftG__optionGrid{grid-template-columns:1fr 1fr;gap:12px;margin-bottom:20px;display:grid}.OnboardingWizard-module__VuXftG__optionCard{cursor:pointer;background:#faf9f7;border:2px solid #eae7e2;border-radius:16px;flex-direction:column;align-items:center;gap:4px;padding:16px 12px;transition:all .2s;display:flex}.OnboardingWizard-module__VuXftG__optionCard:hover{background:#fff8f0;border-color:#fa9943;transform:translateY(-2px)}.OnboardingWizard-module__VuXftG__optionActive{background:#fff3e6;border-color:#fa9943;box-shadow:0 0 0 3px #fa994326}.OnboardingWizard-module__VuXftG__optionEmoji{font-size:1.8rem}.OnboardingWizard-module__VuXftG__optionLabel{color:#2c2825;font-size:.95rem;font-weight:600}.OnboardingWizard-module__VuXftG__optionDesc{color:var(--text-muted,#666);font-size:.75rem}.OnboardingWizard-module__VuXftG__toggleRow{background:#faf9f7;border:2px solid #eae7e2;border-radius:16px;justify-content:space-between;align-items:center;margin-top:4px;padding:16px 18px;display:flex}.OnboardingWizard-module__VuXftG__toggleInfo{align-items:center;gap:12px;display:flex}.OnboardingWizard-module__VuXftG__toggleEmoji{font-size:1.3rem}.OnboardingWizard-module__VuXftG__toggleLabel{color:#2c2825;font-size:.92rem;font-weight:600;display:block}.OnboardingWizard-module__VuXftG__toggleHint{color:var(--text-muted,#666);margin-top:2px;font-size:.78rem;display:block}.OnboardingWizard-module__VuXftG__toggle{cursor:pointer;background:#ddd;border:none;border-radius:15px;flex-shrink:0;width:52px;height:30px;padding:0;transition:background .25s;position:relative}.OnboardingWizard-module__VuXftG__toggleOn{background:#fa9943}.OnboardingWizard-module__VuXftG__toggleKnob{background:#fff;border-radius:50%;width:24px;height:24px;transition:transform .25s cubic-bezier(.4,0,.2,1);position:absolute;top:3px;left:3px;box-shadow:0 2px 6px #00000026}.OnboardingWizard-module__VuXftG__toggleOn .OnboardingWizard-module__VuXftG__toggleKnob{transform:translate(22px)}.OnboardingWizard-module__VuXftG__cuisineGrid{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.OnboardingWizard-module__VuXftG__cuisineCard{cursor:pointer;background:#faf9f7;border:2px solid #eae7e2;border-radius:14px;flex-direction:column;align-items:center;gap:6px;padding:14px 8px;transition:all .2s;display:flex}.OnboardingWizard-module__VuXftG__cuisineCard:hover{border-color:#fa9943;transform:translateY(-2px)}.OnboardingWizard-module__VuXftG__cuisineActive{background:#fff3e6;border-color:#fa9943;box-shadow:0 0 0 3px #fa994326}.OnboardingWizard-module__VuXftG__cuisineEmoji{font-size:1.6rem}.OnboardingWizard-module__VuXftG__cuisineLabel{color:#2c2825;text-align:center;font-size:.8rem;font-weight:600;line-height:1.2}.OnboardingWizard-module__VuXftG__equipmentCard{text-align:center;background:#faf9f7;border:2px solid #eae7e2;border-radius:20px;margin-bottom:20px;padding:28px 24px}.OnboardingWizard-module__VuXftG__equipmentTop h3{color:#2c2825;margin:12px 0 6px;font-family:DM Serif Display,serif;font-size:1.15rem}.OnboardingWizard-module__VuXftG__equipmentTop p{color:var(--text-muted,#666);margin:0 0 18px;font-size:.85rem}.OnboardingWizard-module__VuXftG__equipmentEmoji{font-size:2.2rem}.OnboardingWizard-module__VuXftG__equipmentToggle{color:var(--text-muted,#666);justify-content:center;align-items:center;gap:14px;font-size:.95rem;font-weight:500;display:flex}.OnboardingWizard-module__VuXftG__equipmentLabelActive{color:#fa9943;font-weight:700}.OnboardingWizard-module__VuXftG__summary{background:linear-gradient(135deg,#fef9f4,#fdf5ee);border:1px solid #f0e6d9;border-radius:16px;margin-top:8px;padding:20px}.OnboardingWizard-module__VuXftG__summary h3{color:#2c2825;margin:0 0 12px;font-family:DM Serif Display,serif;font-size:1rem}.OnboardingWizard-module__VuXftG__summaryTags{flex-wrap:wrap;gap:8px;display:flex}.OnboardingWizard-module__VuXftG__summaryTag{color:#2c2825;background:#fff;border:1px solid #eae7e2;border-radius:20px;align-items:center;gap:4px;padding:6px 12px;font-size:.82rem;font-weight:500;display:inline-flex}.OnboardingWizard-module__VuXftG__summaryTagMuted{color:#bbb;background:#fff;border:1px solid #eae7e2;border-radius:20px;align-items:center;gap:4px;padding:6px 12px;font-size:.82rem;font-style:italic;font-weight:500;display:inline-flex}.OnboardingWizard-module__VuXftG__nav{align-items:center;gap:12px;margin-top:28px;display:flex}.OnboardingWizard-module__VuXftG__navSpacer{flex:1}.OnboardingWizard-module__VuXftG__navBack{color:#7a756e;cursor:pointer;background:0 0;border:2px solid #eae7e2;border-radius:12px;padding:12px 20px;font-size:.92rem;font-weight:600;transition:all .2s}.OnboardingWizard-module__VuXftG__navBack:hover{background:#faf9f7;border-color:#ccc}.OnboardingWizard-module__VuXftG__navNext{color:#fff;cursor:pointer;background:#2c2825;border:none;border-radius:12px;padding:12px 28px;font-size:.95rem;font-weight:600;transition:all .2s}.OnboardingWizard-module__VuXftG__navNext:hover{background:#1a1816;transform:translateY(-1px)}.OnboardingWizard-module__VuXftG__navFinish{color:#fff;cursor:pointer;background:linear-gradient(135deg,#fa9943,#f07d20);border:none;border-radius:14px;justify-content:center;align-items:center;min-width:140px;padding:14px 32px;font-size:1rem;font-weight:700;transition:all .2s;display:flex}.OnboardingWizard-module__VuXftG__navFinish:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 24px #fa994359}.OnboardingWizard-module__VuXftG__navFinish:disabled{opacity:.7;cursor:not-allowed}.OnboardingWizard-module__VuXftG__spinner{border:2.5px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:20px;height:20px;animation:.6s linear infinite OnboardingWizard-module__VuXftG__spin;display:inline-block}@keyframes OnboardingWizard-module__VuXftG__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes OnboardingWizard-module__VuXftG__slideUp{0%{opacity:0;transform:translateY(30px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes OnboardingWizard-module__VuXftG__fadeSlide{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}@keyframes OnboardingWizard-module__VuXftG__spin{to{transform:rotate(360deg)}}@media (max-width:480px){.OnboardingWizard-module__VuXftG__modal{border-radius:20px;padding:24px 18px 20px}.OnboardingWizard-module__VuXftG__title{font-size:1.35rem}.OnboardingWizard-module__VuXftG__optionGrid{grid-template-columns:1fr 1fr;gap:8px}.OnboardingWizard-module__VuXftG__cuisineGrid{grid-template-columns:repeat(3,1fr);gap:8px}.OnboardingWizard-module__VuXftG__cuisineCard{padding:10px 6px}.OnboardingWizard-module__VuXftG__cuisineEmoji{font-size:1.3rem}.OnboardingWizard-module__VuXftG__cuisineLabel{font-size:.72rem}}
.HeartButton-module__i2MpIW__heart{cursor:pointer;min-width:44px;min-height:44px;color:var(--text-muted,#7a6b5d);z-index:2;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:6px;transition:transform .2s,background .2s;display:flex}.HeartButton-module__i2MpIW__heart:hover{color:var(--primary,#e8503a);background:#e8503a1a;transform:scale(1.15)}.HeartButton-module__i2MpIW__heart.HeartButton-module__i2MpIW__active{color:var(--primary,#e8503a);animation:.35s HeartButton-module__i2MpIW__heartPop}.HeartButton-module__i2MpIW__icon{display:block}.HeartButton-module__i2MpIW__sm .HeartButton-module__i2MpIW__icon{width:20px;height:20px}.HeartButton-module__i2MpIW__md .HeartButton-module__i2MpIW__icon{width:26px;height:26px}@keyframes HeartButton-module__i2MpIW__heartPop{0%{transform:scale(1)}30%{transform:scale(1.3)}60%{transform:scale(.95)}to{transform:scale(1)}}
.RecipeCard-module__UPjBQW__outer{flex-direction:column;height:100%;display:flex;position:relative}.RecipeCard-module__UPjBQW__link{color:inherit;flex-direction:column;height:100%;text-decoration:none;display:flex}.RecipeCard-module__UPjBQW__heart{z-index:3;position:absolute;top:12px;right:12px}.RecipeCard-module__UPjBQW__imgOuter{aspect-ratio:4/5;border-radius:var(--radius-card);background:var(--surface);width:100%;box-shadow:var(--shadow-card);transition:transform .35s cubic-bezier(.22,1,.36,1),box-shadow .35s cubic-bezier(.22,1,.36,1);position:relative;overflow:hidden}.RecipeCard-module__UPjBQW__outer:hover .RecipeCard-module__UPjBQW__imgOuter{box-shadow:var(--shadow-hover),0 0 0 3px color-mix(in srgb,var(--primary)35%,transparent);transform:translateY(-6px)}.RecipeCard-module__UPjBQW__img{object-fit:cover;transition:transform .5s cubic-bezier(.22,1,.36,1)}.RecipeCard-module__UPjBQW__outer:hover .RecipeCard-module__UPjBQW__img{transform:scale(1.05)}.RecipeCard-module__UPjBQW__placeholder{background:linear-gradient(135deg,var(--surface-alt),var(--surface));justify-content:center;align-items:center;width:100%;height:100%;font-size:3rem;display:flex}.RecipeCard-module__UPjBQW__tag{text-transform:uppercase;letter-spacing:.5px;border-radius:var(--radius-full);background:var(--primary-text);color:#fff;padding:4px 10px;font-size:.72rem;font-weight:700;position:absolute;top:.75rem;left:.75rem}.RecipeCard-module__UPjBQW__body{flex-direction:column;flex:1;gap:.45rem;padding:.85rem .25rem .5rem;display:flex}.RecipeCard-module__UPjBQW__title{font-family:var(--font-display),"Fraunces",Georgia,serif;color:var(--text);letter-spacing:-.01em;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:1.12rem;font-weight:600;line-height:1.3;display:-webkit-box;overflow:hidden}.RecipeCard-module__UPjBQW__meta{color:var(--text-muted);flex-wrap:wrap;align-items:center;gap:.4rem;font-size:.78rem;display:flex}.RecipeCard-module__UPjBQW__metaPill{background:var(--pill-bg);color:var(--pill-text);border-radius:var(--radius-full);white-space:nowrap;padding:3px 10px;font-weight:500}.RecipeCard-module__UPjBQW__metaPillEnergie{align-items:center;gap:4px;display:inline-flex}.RecipeCard-module__UPjBQW__metaLikes{color:var(--text-muted);align-items:center;gap:3px;font-size:.74rem;font-weight:600;display:inline-flex}.RecipeCard-module__UPjBQW__metaLikes svg{color:var(--badge-like,#c0392b);opacity:.85}.RecipeCard-module__UPjBQW__tagOmi{background:var(--primary-text)}.RecipeCard-module__UPjBQW__tagEnkelin{background:var(--char-enkelin,#b83f86)}.RecipeCard-module__UPjBQW__tagTeam{background:var(--accent)}.RecipeCard-module__UPjBQW__metaPillAbk{color:var(--primary,#e8503a);background:#e0701217;align-items:center;gap:4px;font-weight:600;display:inline-flex}.RecipeCard-module__UPjBQW__metaPillVeg{color:#3e7c4f;background:#3e7c4f1a;align-items:center;gap:4px;font-weight:600;display:inline-flex}.RecipeCard-module__UPjBQW__metaPillVorlauf{color:var(--text-muted,#666);background:var(--surface,#f0ede8);align-items:center;gap:4px;font-weight:600;display:inline-flex}
.HeroCompact-module__y2ujSa__hero{background:var(--bg)}.HeroCompact-module__y2ujSa__inner{max-width:var(--max-width);padding:1.25rem var(--content-px)1rem;grid-template-columns:minmax(0,1fr);gap:20px;margin:0 auto;display:grid}@media (max-width:900px){.HeroCompact-module__y2ujSa__inner{padding:1.5rem var(--content-px).5rem;gap:28px}}.HeroCompact-module__y2ujSa__copy{min-width:0}.HeroCompact-module__y2ujSa__title{font-family:var(--font-display-family);letter-spacing:-.022em;color:var(--text);margin:0 0 10px;font-size:clamp(2.5rem,5.4vw,3.55rem);font-weight:600;line-height:1.05}.HeroCompact-module__y2ujSa__highlight{font-style:italic;font-weight:500}.HeroCompact-module__y2ujSa__lead{color:var(--text-muted);max-width:46ch;margin:14px 0 0;font-size:1.15rem;line-height:1.5}.HeroCompact-module__y2ujSa__leadKurz{display:none}.HeroCompact-module__y2ujSa__stage{max-width:900px;position:relative}.HeroCompact-module__y2ujSa__searchWrap{z-index:2;background:var(--bg-alt);border:1.5px solid var(--border);border-radius:var(--radius-full);width:100%;box-shadow:var(--shadow-card);transition:border-color var(--d-fast)var(--ease);align-items:center;gap:8px;padding:6px 6px 6px 20px;display:flex;position:relative}.HeroCompact-module__y2ujSa__searchWrap:focus-within{border-color:var(--text);z-index:4}.HeroCompact-module__y2ujSa__searchIcon{color:var(--text-tertiary);flex:none;display:inline-flex}.HeroCompact-module__y2ujSa__searchInput{min-width:0;color:var(--text);background:0 0;border:none;outline:none;flex:1;padding:10px 0;font-family:inherit;font-size:16px}.HeroCompact-module__y2ujSa__searchInput::placeholder{color:var(--text-tertiary)}.HeroCompact-module__y2ujSa__searchBtn{background:var(--dark);color:#fff;border-radius:var(--radius-full);cursor:pointer;transition:background var(--d-fast)var(--ease),transform var(--d-fast)var(--ease);border:none;align-items:center;gap:8px;padding:12px 22px;font-family:inherit;font-size:15px;font-weight:600;display:inline-flex}.HeroCompact-module__y2ujSa__searchBtn:hover{background:var(--dark-hover);transform:translateY(-1px)}.HeroCompact-module__y2ujSa__searchBtn:active{transform:translateY(0)}.HeroCompact-module__y2ujSa__searchBtnIcon{display:none}.HeroCompact-module__y2ujSa__searchBtn .HeroCompact-module__y2ujSa__searchBtnIcon{color:var(--primary)}.HeroCompact-module__y2ujSa__suggestList{background:var(--bg-alt);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-md);z-index:50;margin:0;padding:6px;list-style:none;position:absolute;top:calc(100% + 8px);left:0;right:0}.HeroCompact-module__y2ujSa__suggestItem{color:var(--text);border-radius:8px;padding:10px 12px;font-size:15px;text-decoration:none;display:block}.HeroCompact-module__y2ujSa__suggestItem:hover{background:var(--surface)}.HeroCompact-module__y2ujSa__suggestAll{text-align:left;width:100%;color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:8px;padding:10px 12px;font-family:inherit;font-size:14px;font-weight:600;display:block}.HeroCompact-module__y2ujSa__suggestAll:hover{background:var(--surface);color:var(--text)}.HeroCompact-module__y2ujSa__quickRow{flex-wrap:wrap;gap:8px;margin-top:12px;display:flex}.HeroCompact-module__y2ujSa__quick{color:var(--text-muted);border:1px solid var(--border);border-radius:var(--radius-full);min-height:44px;transition:border-color var(--d-fast)var(--ease),color var(--d-fast)var(--ease);background:0 0;align-items:center;padding:8px 15px;font-size:13.5px;font-weight:500;text-decoration:none;display:inline-flex}.HeroCompact-module__y2ujSa__quick:hover{border-color:var(--text);color:var(--text)}.HeroCompact-module__y2ujSa__quickAbTablet{display:inline-flex}@media (max-width:767px){.HeroCompact-module__y2ujSa__quickAbTablet{display:none}.HeroCompact-module__y2ujSa__quickRow{-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;margin-inline:calc(-1*var(--content-px));padding-inline:var(--content-px);flex-wrap:nowrap;overflow-x:auto}.HeroCompact-module__y2ujSa__quickRow::-webkit-scrollbar{display:none}.HeroCompact-module__y2ujSa__quick{white-space:nowrap;flex:none}.HeroCompact-module__y2ujSa__lead{margin-top:10px;font-size:1rem}.HeroCompact-module__y2ujSa__leadLang{display:none}.HeroCompact-module__y2ujSa__leadKurz{display:block}.HeroCompact-module__y2ujSa__inner,.HeroCompact-module__y2ujSa__copyHead{gap:8px}.HeroCompact-module__y2ujSa__searchBtn{flex:none;justify-content:center;width:44px;height:44px;padding:0}.HeroCompact-module__y2ujSa__searchBtnLabel{clip:rect(0,0,0,0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.HeroCompact-module__y2ujSa__searchBtnIcon{display:block}}.HeroCompact-module__y2ujSa__copyHead{--hand-overlap:0px;margin-bottom:calc(-1*var(--hand-overlap));grid-template-columns:1fr auto;grid-template-areas:"titel omi""enkelin omi";align-items:end;gap:0 12px;display:grid;position:relative}.HeroCompact-module__y2ujSa__title{grid-area:titel}.HeroCompact-module__y2ujSa__enkelinInline{grid-area:enkelin}.HeroCompact-module__y2ujSa__omiInline{grid-area:omi}.HeroCompact-module__y2ujSa__figure{z-index:3;pointer-events:none;position:relative}.HeroCompact-module__y2ujSa__figure img{width:100%;height:auto;position:absolute;top:0;left:0}.HeroCompact-module__y2ujSa__copyHeadText{min-width:0}.HeroCompact-module__y2ujSa__omiInline{flex:none;align-self:end;width:auto;height:160px}.HeroCompact-module__y2ujSa__enkelinInline{width:auto;height:134px;margin-top:4px;margin-bottom:0}.HeroCompact-module__y2ujSa__cardRow{grid-template-columns:repeat(4,minmax(0,1fr));align-content:start;gap:1.2rem .9rem;display:grid}@media (max-width:900px){.HeroCompact-module__y2ujSa__cardRow{grid-template-columns:repeat(2,minmax(0,1fr))}.HeroCompact-module__y2ujSa__cardRow>:nth-child(n+3){display:none}}.HeroCompact-module__y2ujSa__cardRowSingle{grid-template-columns:minmax(0,1fr)}@media (max-width:767px){.HeroCompact-module__y2ujSa__copyHead{grid-template-columns:45% 50%;grid-template-areas:"titel titel""enkelin omi";justify-content:space-between}.HeroCompact-module__y2ujSa__omiInline,.HeroCompact-module__y2ujSa__enkelinInline{width:100%;height:auto}.HeroCompact-module__y2ujSa__enkelinInline{margin-top:0;margin-bottom:0}.HeroCompact-module__y2ujSa__quickRow{display:none}.HeroCompact-module__y2ujSa__lead{margin-top:12px}.HeroCompact-module__y2ujSa__cardRow{gap:.75rem}.HeroCompact-module__y2ujSa__title{font-size:clamp(1.85rem,7.6vw,2.5rem)}}@media (min-width:768px){.HeroCompact-module__y2ujSa__copy{flex-direction:column;align-items:stretch;display:flex}.HeroCompact-module__y2ujSa__quickRow{order:1}.HeroCompact-module__y2ujSa__lead{order:2}}
.RecipeTeaserGrid-module__RC_n3q__section{padding:calc(var(--section-py)*.75)0 var(--section-py)}.RecipeTeaserGrid-module__RC_n3q__inner{max-width:var(--max-width);padding:0 var(--content-px);margin:0 auto}.RecipeTeaserGrid-module__RC_n3q__header{text-align:center;margin-bottom:2.5rem}.RecipeTeaserGrid-module__RC_n3q__headline{font-family:var(--font-display),"Fraunces",Georgia,serif;letter-spacing:-.015em;color:var(--text);font-size:clamp(1.9rem,4vw,2.8rem);font-weight:560}.RecipeTeaserGrid-module__RC_n3q__grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1.6rem 1.3rem;display:grid}.RecipeTeaserGrid-module__RC_n3q__cellFeature{grid-area:span 2/span 2}.RecipeTeaserGrid-module__RC_n3q__cellFeature h3{font-size:1.55rem}.RecipeTeaserGrid-module__RC_n3q__cta{text-align:center;margin-top:3rem}@media (max-width:1024px){.RecipeTeaserGrid-module__RC_n3q__grid{grid-template-columns:repeat(3,minmax(0,1fr))}.RecipeTeaserGrid-module__RC_n3q__cellFeature{grid-area:span 1/span 2}.RecipeTeaserGrid-module__RC_n3q__cellFeature h3{font-size:1.3rem}}@media (max-width:640px){.RecipeTeaserGrid-module__RC_n3q__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.2rem .9rem}.RecipeTeaserGrid-module__RC_n3q__cellFeature{grid-column:span 2}}
.TeamStory-module__K08nDW__section{padding:var(--section-py)0;background:var(--bg-alt)}.TeamStory-module__K08nDW__inner{max-width:var(--max-width);padding:0 var(--content-px);margin:0 auto}.TeamStory-module__K08nDW__label{text-align:center}.TeamStory-module__K08nDW__row{grid-template-columns:minmax(0,5fr) minmax(0,6fr);align-items:center;gap:clamp(2rem,6vw,5rem);padding:3rem 0;display:grid}.TeamStory-module__K08nDW__rowReverse{direction:rtl}.TeamStory-module__K08nDW__rowReverse>*{direction:ltr}.TeamStory-module__K08nDW__imageWrap{justify-content:center;display:flex}.TeamStory-module__K08nDW__image{border-radius:var(--radius-hero);object-fit:cover;width:100%;max-width:440px;height:auto}.TeamStory-module__K08nDW__portraitLabel{letter-spacing:.14em;text-transform:uppercase;color:var(--primary-text);margin-bottom:.8rem;font-size:.78rem;font-weight:700}.TeamStory-module__K08nDW__title{font-family:var(--font-display),"Fraunces",Georgia,serif;letter-spacing:-.015em;color:var(--text);margin-bottom:1rem;font-size:clamp(1.8rem,3.6vw,2.6rem);font-weight:560;line-height:1.15}.TeamStory-module__K08nDW__text{color:var(--text-muted);max-width:30rem;line-height:1.7}@media (max-width:768px){.TeamStory-module__K08nDW__row{grid-template-columns:1fr;gap:1.5rem;padding:2rem 0}.TeamStory-module__K08nDW__rowReverse{direction:ltr}.TeamStory-module__K08nDW__image{max-width:320px}}
.Features-module__mTnrVG__section{color:#fafaf8;padding:clamp(72px,8vw,120px)var(--content-px,40px);background:linear-gradient(168deg,#1a1a1a 0%,#111 45%,#1a1a1a 100%);position:relative;overflow:hidden}.Features-module__mTnrVG__section:before{content:"";pointer-events:none;background:radial-gradient(600px 500px at 15% 20%,#e8503a14 0%,#0000 70%),radial-gradient(500px 400px at 85% 80%,#c69c720f 0%,#0000 70%),radial-gradient(300px,#5b8a720a 0%,#0000 60%);position:absolute;inset:0}.Features-module__mTnrVG__section:after{content:"";opacity:.03;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");position:absolute;inset:0}.Features-module__mTnrVG__inner{max-width:var(--max-width,1200px);z-index:1;margin:0 auto;position:relative}.Features-module__mTnrVG__header{text-align:center;margin-bottom:clamp(48px,5vw,72px)}.Features-module__mTnrVG__label{font-family:var(--font-body-family,"DM Sans",sans-serif);letter-spacing:.2em;text-transform:uppercase;color:var(--primary,#e8503a);margin-bottom:16px;padding:0 24px;font-size:11px;font-weight:700;display:inline-block;position:relative}.Features-module__mTnrVG__label:before,.Features-module__mTnrVG__label:after{content:"";background:#e8503a66;width:32px;height:1px;position:absolute;top:50%}.Features-module__mTnrVG__label:before{right:100%}.Features-module__mTnrVG__label:after{left:100%}.Features-module__mTnrVG__headline{font-family:var(--font-display-family,"Fraunces",Georgia,serif);letter-spacing:-.02em;color:#fafaf8;flex-wrap:wrap;justify-content:center;gap:0;margin:0;font-size:clamp(1.8rem,3vw,2.8rem);font-weight:600;line-height:1.2;display:flex}.Features-module__mTnrVG__word{will-change:transform,opacity;transition:opacity .4s,transform .4s;display:inline-block}.Features-module__mTnrVG__headlineAccent{color:var(--primary,#e8503a);font-style:italic}.Features-module__mTnrVG__pyramid{flex-direction:column;align-items:center;gap:20px;display:flex}.Features-module__mTnrVG__bottomRow{grid-template-columns:repeat(3,1fr);gap:20px;width:100%;display:grid}.Features-module__mTnrVG__feature{-webkit-backdrop-filter:blur(12px);will-change:transform,opacity;background:#ffffff0a;border:1px solid #ffffff0f;border-radius:20px;flex-direction:row;align-items:flex-start;gap:20px;padding:clamp(28px,2.5vw,40px) clamp(24px,2vw,36px);transition:all .5s cubic-bezier(.22,1,.36,1);display:flex;position:relative;overflow:hidden}.Features-module__mTnrVG__feature:hover{background:#ffffff12;border-color:#e8503a33;box-shadow:0 20px 60px #0000004d,inset 0 0 0 1px #e8503a1a;transform:translateY(-4px)!important}.Features-module__mTnrVG__feature:before{content:"";opacity:0;background:radial-gradient(circle at 0 0,#e8503a1f,#0000 70%);border-radius:20px 0 0;width:60px;height:60px;transition:opacity .4s;position:absolute;top:0;left:0}.Features-module__mTnrVG__feature:hover:before{opacity:1}.Features-module__mTnrVG__featureHero{text-align:left;justify-content:center;width:50%}.Features-module__mTnrVG__number{font-family:var(--font-display-family,"Fraunces",Georgia,serif);color:var(--primary,#e8503a);flex-shrink:0;font-size:clamp(36px,3.5vw,52px);font-style:italic;font-weight:300;line-height:1}.Features-module__mTnrVG__featureContent{flex:1;min-width:0}.Features-module__mTnrVG__title{font-family:var(--font-display-family,"Fraunces",Georgia,serif);color:#fafaf8;margin:0 0 8px;font-size:clamp(15px,1.2vw,18px);font-weight:600;line-height:1.3}.Features-module__mTnrVG__description{font-family:var(--font-body-family,"DM Sans",sans-serif);color:#f5f0eb80;margin:0;font-size:13.5px;line-height:1.65}@media (max-width:1024px){.Features-module__mTnrVG__featureHero{width:70%}.Features-module__mTnrVG__bottomRow{grid-template-columns:repeat(3,1fr);gap:16px}}@media (max-width:768px){.Features-module__mTnrVG__featureHero{width:100%}.Features-module__mTnrVG__bottomRow{grid-template-columns:1fr;gap:14px}.Features-module__mTnrVG__headline{gap:0 6px}}@media (max-width:640px){.Features-module__mTnrVG__section{padding:clamp(48px,6vw,72px)var(--content-px-mobile,20px)}.Features-module__mTnrVG__feature{gap:16px;padding:24px 20px}.Features-module__mTnrVG__number{font-size:32px}.Features-module__mTnrVG__description{font-size:13px}.Features-module__mTnrVG__header{margin-bottom:36px}}
.CategoryCarousel-module__V67Hha__section{margin-bottom:2.5rem}.CategoryCarousel-module__V67Hha__sectionHeader{justify-content:space-between;align-items:center;margin-bottom:1rem;padding:0 .25rem;display:flex}.CategoryCarousel-module__V67Hha__sectionHeadingReset{font:inherit;margin:0}.CategoryCarousel-module__V67Hha__sectionTitle{font-family:var(--font-display),"Fraunces",serif;color:var(--text,#1a1a1a);letter-spacing:-.01em;align-items:center;gap:.5rem;font-size:1.35rem;font-weight:600;text-decoration:none;transition:color .2s;display:inline-flex}.CategoryCarousel-module__V67Hha__sectionTitle:hover{color:var(--primary,#e8503a)}.CategoryCarousel-module__V67Hha__sectionTitleIcon{font-size:1.2rem}.CategoryCarousel-module__V67Hha__seeAll{min-height:44px;color:var(--text-muted,#666);white-space:nowrap;align-items:center;font-size:.85rem;font-weight:500;text-decoration:none;transition:color .2s;display:inline-flex}.CategoryCarousel-module__V67Hha__seeAll:hover{color:var(--primary,#e8503a)}.CategoryCarousel-module__V67Hha__carouselWrapper{position:relative}.CategoryCarousel-module__V67Hha__carousel{scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;-webkit-overflow-scrolling:touch;gap:1.25rem;padding:.25rem 6px;display:flex;overflow-x:auto}.CategoryCarousel-module__V67Hha__carousel::-webkit-scrollbar{display:none}.CategoryCarousel-module__V67Hha__cardSlot{scroll-snap-align:start;flex:0 0 calc(33.3333% - .833333rem);min-width:280px}.CategoryCarousel-module__V67Hha__arrowBtn{border:1px solid var(--border,#e5e5e5);background:var(--card-bg,#fff);width:42px;height:42px;color:var(--text,#1a1a1a);cursor:pointer;z-index:5;opacity:0;border-radius:50%;justify-content:center;align-items:center;font-size:1.1rem;transition:all .25s cubic-bezier(.22,1,.36,1);display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 4px 16px #0000001a}.CategoryCarousel-module__V67Hha__carouselWrapper:hover .CategoryCarousel-module__V67Hha__arrowBtn,.CategoryCarousel-module__V67Hha__carouselWrapper:hover .CategoryCarousel-module__V67Hha__arrowBtnLeft,.CategoryCarousel-module__V67Hha__carouselWrapper:hover .CategoryCarousel-module__V67Hha__arrowBtnRight{opacity:1}.CategoryCarousel-module__V67Hha__arrowBtn:hover,.CategoryCarousel-module__V67Hha__arrowBtnLeft:hover,.CategoryCarousel-module__V67Hha__arrowBtnRight:hover{background:var(--dark,#1a1a1a);color:#fff;border-color:var(--dark,#1a1a1a);transform:translateY(-50%)scale(1.08);box-shadow:0 6px 20px #00000026}.CategoryCarousel-module__V67Hha__arrowBtnLeft{border:1px solid var(--border,#e5e5e5);background:var(--card-bg,#fff);width:42px;height:42px;color:var(--text,#1a1a1a);cursor:pointer;z-index:5;opacity:0;border-radius:50%;justify-content:center;align-items:center;font-size:1.1rem;transition:all .25s cubic-bezier(.22,1,.36,1);display:flex;position:absolute;top:50%;left:-14px;transform:translateY(-50%);box-shadow:0 4px 16px #0000001a}.CategoryCarousel-module__V67Hha__arrowBtnRight{border:1px solid var(--border,#e5e5e5);background:var(--card-bg,#fff);width:42px;height:42px;color:var(--text,#1a1a1a);cursor:pointer;z-index:5;opacity:0;border-radius:50%;justify-content:center;align-items:center;font-size:1.1rem;transition:all .25s cubic-bezier(.22,1,.36,1);display:flex;position:absolute;top:50%;right:-14px;transform:translateY(-50%);box-shadow:0 4px 16px #0000001a}.CategoryCarousel-module__V67Hha__arrowBtnHidden{display:none}@media (max-width:1024px){.CategoryCarousel-module__V67Hha__cardSlot{flex:0 0 calc(50% - .625rem);min-width:240px}}@media (max-width:640px){.CategoryCarousel-module__V67Hha__section{margin-bottom:2rem}.CategoryCarousel-module__V67Hha__sectionTitle{font-size:1.15rem}.CategoryCarousel-module__V67Hha__cardSlot{flex:0 0 85%;min-width:260px}.CategoryCarousel-module__V67Hha__arrowBtn{display:none}.CategoryCarousel-module__V67Hha__carousel{padding:.25rem .5rem}}.CategoryCarousel-module__V67Hha__sectionTitle{align-items:center;min-height:44px;display:inline-flex}.CategoryCarousel-module__V67Hha__arrowBtnLeft,.CategoryCarousel-module__V67Hha__arrowBtnRight{min-width:44px;min-height:44px}
.CategoryTiles-module__flA6FW__section{max-width:var(--max-width);padding:3.5rem var(--content-px)0;margin:0 auto}@media (max-width:720px){.CategoryTiles-module__flA6FW__section{padding:2.5rem var(--content-px-mobile)0}}.CategoryTiles-module__flA6FW__head{margin-bottom:20px}.CategoryTiles-module__flA6FW__label{letter-spacing:.09em;text-transform:uppercase;color:var(--text-tertiary);align-items:center;gap:8px;margin:0 0 10px;font-size:12px;font-weight:700;display:flex}.CategoryTiles-module__flA6FW__label:before{content:"";background:var(--primary);border-radius:50%;width:7px;height:7px}.CategoryTiles-module__flA6FW__row{justify-content:space-between;align-items:baseline;gap:16px;display:flex}.CategoryTiles-module__flA6FW__title{font-family:var(--font-display-family);letter-spacing:-.015em;color:var(--text);margin:0;font-size:clamp(1.6rem,3.2vw,2rem);font-weight:600}.CategoryTiles-module__flA6FW__more{color:var(--text);white-space:nowrap;border-bottom:2px solid var(--primary);padding-bottom:2px;font-size:14px;font-weight:600;text-decoration:none}.CategoryTiles-module__flA6FW__more:hover{color:var(--primary-hover)}.CategoryTiles-module__flA6FW__grid{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}@media (max-width:900px){.CategoryTiles-module__flA6FW__grid{grid-template-columns:repeat(2,1fr);gap:12px}}.CategoryTiles-module__flA6FW__tile{border-radius:var(--radius-card);box-shadow:var(--shadow-card);transition:transform var(--d-slow)var(--ease),box-shadow var(--d-slow)var(--ease);text-decoration:none;position:relative;overflow:hidden}.CategoryTiles-module__flA6FW__tile:hover{box-shadow:var(--shadow-hover);transform:translateY(-6px)}.CategoryTiles-module__flA6FW__tile img{aspect-ratio:16/10;object-fit:cover;width:100%;height:auto;display:block}.CategoryTiles-module__flA6FW__tile:after{content:"";background:linear-gradient(#1110 40%,#1111119e 100%);position:absolute;inset:0}.CategoryTiles-module__flA6FW__tileLabel{z-index:1;color:#fff;font-family:var(--font-display-family);letter-spacing:-.01em;padding-right:56px;font-size:19px;font-weight:600;line-height:1.15;position:absolute;bottom:12px;left:16px}.CategoryTiles-module__flA6FW__tileCount{z-index:1;color:#e4e4e4;font-variant-numeric:tabular-nums;font-size:12px;font-weight:600;position:absolute;bottom:14px;right:14px}@media (max-width:720px){.CategoryTiles-module__flA6FW__tileLabel{font-size:16px;bottom:10px;left:12px}.CategoryTiles-module__flA6FW__tileCount{bottom:12px;right:12px}}.CategoryTiles-module__flA6FW__more{align-items:center;min-height:44px;display:inline-flex}
.EnergieKompass-module__filkBG__row{flex-wrap:wrap;gap:.5rem;display:flex}.EnergieKompass-module__filkBG__pill{box-sizing:border-box;border-radius:var(--radius-full);border:1.5px solid var(--border);background:var(--bg-alt);min-height:44px;color:var(--text);font-family:var(--font-body),"DM Sans",sans-serif;cursor:pointer;align-items:center;gap:.45rem;padding:.55rem 1.05rem;font-size:.88rem;font-weight:600;text-decoration:none;transition:transform .25s cubic-bezier(.22,1,.36,1),box-shadow .25s,border-color .25s,background .25s;display:inline-flex}.EnergieKompass-module__filkBG__pill:hover{border-color:var(--primary);transform:translateY(-2px);box-shadow:0 6px 18px #00000014}.EnergieKompass-module__filkBG__active{background:var(--dark);color:var(--text-on-dark);border-color:var(--dark)}.EnergieKompass-module__filkBG__active:hover{border-color:var(--dark)}.EnergieKompass-module__filkBG__active{--energie-voll:#f5f0eb;--energie-leer:#f5f0eb38}.EnergieKompass-module__filkBG__emoji{font-size:1.05rem;line-height:1}.EnergieKompass-module__filkBG__label{line-height:1}.EnergieKompass-module__filkBG__hint{color:var(--text-muted);font-size:.72rem;font-weight:500;line-height:1}.EnergieKompass-module__filkBG__active .EnergieKompass-module__filkBG__hint{color:#f5f0ebb3}.EnergieKompass-module__filkBG__compact .EnergieKompass-module__filkBG__pill{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffffd9;padding:.5rem .9rem;font-size:.84rem}@media (max-width:640px){.EnergieKompass-module__filkBG__row{gap:.4rem}.EnergieKompass-module__filkBG__pill{padding:.45rem .8rem;font-size:.8rem}.EnergieKompass-module__filkBG__hint{display:none}}
.ShoppingCartIcon-module__RhdetG__link{width:44px;height:44px;color:var(--text);transition:background var(--d-fast,.15s)var(--ease,ease);border-radius:999px;justify-content:center;align-items:center;text-decoration:none;display:inline-flex;position:relative}.ShoppingCartIcon-module__RhdetG__link:hover{background:var(--surface)}.ShoppingCartIcon-module__RhdetG__link:active{background:var(--border)}.ShoppingCartIcon-module__RhdetG__icon{width:22px;height:22px}.ShoppingCartIcon-module__RhdetG__badge{background:var(--primary,#e8503a);color:#fff;text-align:center;min-width:18px;height:18px;box-shadow:0 0 0 2px var(--bg,#fafaf8);border-radius:999px;padding:0 5px;font-family:inherit;font-size:10px;font-weight:700;line-height:18px;position:absolute;top:3px;right:3px}
.Header-module__lnUIdW__header{z-index:100;background:var(--bg);border-bottom:1px solid var(--border);grid-template-columns:1fr auto 1fr;align-items:center;gap:24px;width:100%;padding:.5rem 2.5rem;transition:background-color .3s,-webkit-backdrop-filter .3s,backdrop-filter .3s,border-color .3s;display:grid;position:fixed;top:0;left:0}.Header-module__lnUIdW__headerScrolled{-webkit-backdrop-filter:blur(12px);background:color-mix(in srgb,var(--bg)92%,transparent)}.Header-module__lnUIdW__left{align-items:center;gap:32px;min-width:0;display:flex}.Header-module__lnUIdW__logoLink{flex-shrink:0;align-items:center;display:flex}.Header-module__lnUIdW__navLeft{align-items:center;gap:24px;display:flex}.Header-module__lnUIdW__right{justify-content:flex-end;align-items:center;gap:24px;display:flex}.Header-module__lnUIdW__headerHome .Header-module__lnUIdW__left{grid-column:1/2}.Header-module__lnUIdW__headerHome .Header-module__lnUIdW__right{grid-column:3/4}.Header-module__lnUIdW__navLink{color:var(--text-muted);white-space:nowrap;font-size:14px;font-weight:500;text-decoration:none;transition:color .2s}.Header-module__lnUIdW__navLink:hover{color:var(--text)}.Header-module__lnUIdW__ctaBtn{color:var(--text);cursor:pointer;background:0 0;border:none;font-family:inherit;font-size:14px;font-weight:600;transition:color .2s}.Header-module__lnUIdW__ctaBtn:hover{color:var(--primary)}.Header-module__lnUIdW__searchWrap{justify-self:center;align-items:center;width:clamp(220px,24vw,400px);display:flex;position:relative}.Header-module__lnUIdW__searchInput{border:1px solid var(--border,#e5e5e5);background:var(--surface,#f5f5f5);width:100%;height:44px;color:var(--text);border-radius:999px;outline:none;padding:0 18px 0 44px;font-family:inherit;font-size:15px;transition:border-color .25s,box-shadow .25s,background-color .25s}.Header-module__lnUIdW__searchInput::placeholder{color:var(--text-muted,#666)}.Header-module__lnUIdW__searchInput:focus{border-color:var(--primary,#e8503a);background:#fff;box-shadow:0 0 0 3px #e070121f}.Header-module__lnUIdW__searchIcon{pointer-events:none;color:var(--text-muted,#666);font-size:14px;position:absolute;left:16px}.Header-module__lnUIdW__mobileSearchRow{display:none}.Header-module__lnUIdW__mobileBtn{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;min-width:44px;min-height:44px;padding:8px;display:none}.Header-module__lnUIdW__mobileOverlay{top:var(--header-h);background:var(--bg);z-index:99;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;padding:4px var(--content-px)32px;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:0;animation:.3s forwards Header-module__lnUIdW__fadeInDown;display:flex;position:fixed;bottom:0;left:0;right:0;overflow-y:auto}.Header-module__lnUIdW__mobileLink{border-bottom:1px solid var(--border);min-height:48px;color:var(--text);align-items:center;gap:8px;padding:13px 4px;font-size:16px;font-weight:600;text-decoration:none;display:flex}.Header-module__lnUIdW__mobileLink:active{color:var(--primary-text)}@media (min-width:768px) and (max-width:1080px){.Header-module__lnUIdW__header{gap:14px;padding:.5rem 1.25rem}.Header-module__lnUIdW__left{gap:16px}.Header-module__lnUIdW__navLeft{gap:14px}.Header-module__lnUIdW__right{gap:12px}.Header-module__lnUIdW__searchWrap{width:clamp(165px,21vw,300px)}.Header-module__lnUIdW__navLeft .Header-module__lnUIdW__saisonLink,.Header-module__lnUIdW__navLeft a[href=\/heute]{display:none}}@media (max-width:767px){.Header-module__lnUIdW__header{grid-template-rows:46px 42px;grid-template-columns:auto 1fr auto;gap:10px 12px;padding:.75rem 1.25rem;transition:grid-template-rows .25s,row-gap .25s}.rcpStepsActive .Header-module__lnUIdW__header{grid-template-rows:46px 0;row-gap:0}.rcpStepsActive .Header-module__lnUIdW__mobileSearchRow{opacity:0;pointer-events:none;max-height:0;transition:max-height .25s,opacity .15s;overflow:hidden}.Header-module__lnUIdW__headerHome{--header-h:70px;grid-template-rows:46px}.Header-module__lnUIdW__headerHome~main{--header-h:70px}.Header-module__lnUIdW__left .Header-module__lnUIdW__navLeft,.Header-module__lnUIdW__right{display:none!important}.Header-module__lnUIdW__left{grid-area:1/1/2/2;gap:0}.Header-module__lnUIdW__searchWrap{display:none}.Header-module__lnUIdW__mobileBtn{grid-area:1/3/2/4;justify-self:end;display:flex!important}.Header-module__lnUIdW__mobileSearchRow{grid-area:2/1/3/4;align-items:center;width:100%;max-height:100px;display:flex;position:relative}.Header-module__lnUIdW__mobileSearchRow .Header-module__lnUIdW__searchInput{height:44px;font-size:15px}}.Header-module__lnUIdW__profileWrap{position:relative}.Header-module__lnUIdW__profileBtn{cursor:pointer;width:44px;height:44px;transition:background var(--d-fast,.15s)var(--ease,ease);background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:0;display:flex;overflow:hidden}.Header-module__lnUIdW__profileBtn:hover{background:var(--surface)}.Header-module__lnUIdW__profileBtn:active{background:var(--border)}.Header-module__lnUIdW__profileInitial{border:1.5px solid var(--border);background:var(--surface);width:32px;height:32px;color:var(--text);border-radius:50%;justify-content:center;align-items:center;font-size:.85rem;font-weight:700;display:flex}.Header-module__lnUIdW__profileDropdown{border:1px solid var(--border,#e5e5e5);z-index:200;background:#fff;border-radius:14px;width:220px;padding:8px 0;animation:.2s Header-module__lnUIdW__dropdownIn;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 12px 40px #0000001f}.Header-module__lnUIdW__profileHeader{flex-direction:column;gap:2px;padding:12px 16px;display:flex}.Header-module__lnUIdW__profileName{color:var(--text,#2c2825);font-size:.9rem;font-weight:600}.Header-module__lnUIdW__profileEmail{color:var(--text-muted,#666);text-overflow:ellipsis;white-space:nowrap;font-size:.78rem;overflow:hidden}.Header-module__lnUIdW__profileDivider{background:var(--border,#eae7e2);height:1px;margin:4px 0}.Header-module__lnUIdW__profileItem{width:100%;color:var(--text,#2c2825);text-align:left;cursor:pointer;background:0 0;border:none;padding:10px 16px;font-family:inherit;font-size:.88rem;font-weight:500;text-decoration:none;transition:background .15s;display:block}.Header-module__lnUIdW__profileItem:hover{background:var(--surface,#f5f3f0)}.Header-module__lnUIdW__profileLogout{color:#c0392b}.Header-module__lnUIdW__profileLogout:hover{background:#fef5f4}@keyframes Header-module__lnUIdW__dropdownIn{0%{opacity:0;transform:translateY(-8px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.Header-module__lnUIdW__megaWrap{position:static}.Header-module__lnUIdW__megaTrigger{align-items:center;gap:5px;display:inline-flex}.Header-module__lnUIdW__caret{transition:transform var(--d-norm,.2s)var(--ease,ease)}.Header-module__lnUIdW__megaWrap:hover .Header-module__lnUIdW__caret,.Header-module__lnUIdW__megaWrap:focus-within .Header-module__lnUIdW__caret{transform:rotate(180deg)}.Header-module__lnUIdW__megaPanel{left:0;right:0;top:var(--header-h);z-index:99;background:var(--bg-alt);border-bottom:1px solid var(--border);opacity:0;visibility:hidden;transition:opacity var(--d-norm,.2s)var(--ease,ease),transform var(--d-norm,.2s)var(--ease,ease),visibility 0s linear var(--d-norm,.2s);position:fixed;transform:translateY(-6px);box-shadow:0 24px 60px #1a1a1a1a}.Header-module__lnUIdW__megaWrap:hover .Header-module__lnUIdW__megaPanel,.Header-module__lnUIdW__megaWrap:focus-within .Header-module__lnUIdW__megaPanel{opacity:1;visibility:visible;transition-delay:0s;transform:none}.Header-module__lnUIdW__megaInner{max-width:var(--max-width);padding:28px var(--content-px)20px;margin:0 auto}.Header-module__lnUIdW__megaGrid{grid-template-columns:repeat(6,1fr);gap:28px;display:grid}@media (max-width:1180px){.Header-module__lnUIdW__megaGrid{grid-template-columns:repeat(3,1fr)}}.Header-module__lnUIdW__megaCol ul{gap:1px;margin:0;padding:0;list-style:none;display:grid}.Header-module__lnUIdW__megaColTitle{text-transform:uppercase;letter-spacing:.09em;color:var(--text-tertiary);align-items:center;gap:7px;margin:0 0 10px;font-size:11.5px;font-weight:700;display:flex}.Header-module__lnUIdW__megaColTitle:before{content:"";background:var(--primary);border-radius:50%;width:6px;height:6px}.Header-module__lnUIdW__megaLink{color:var(--text-muted);transition:background var(--d-fast,.15s)var(--ease,ease),color var(--d-fast,.15s)var(--ease,ease);border-radius:8px;margin-left:-8px;padding:5px 8px;font-size:14px;text-decoration:none;display:block}.Header-module__lnUIdW__megaLink:hover{background:var(--surface);color:var(--text)}.Header-module__lnUIdW__megaFoot{border-top:1px dashed var(--border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-top:20px;padding-top:14px;display:flex}.Header-module__lnUIdW__megaFootLink{color:var(--text);font-size:14px;font-weight:600;text-decoration:none}.Header-module__lnUIdW__megaFootLink:hover{text-decoration:underline}.Header-module__lnUIdW__megaFootHint{color:var(--text-muted);font-size:12.5px}.Header-module__lnUIdW__saisonLink{align-items:center;gap:5px;display:inline-flex}.Header-module__lnUIdW__saisonLink svg{color:var(--primary)}.Header-module__lnUIdW__mAccWrap{width:100%}.Header-module__lnUIdW__mAcc{border-bottom:1px solid var(--border)}.Header-module__lnUIdW__mAccSummary{cursor:pointer;color:var(--text);justify-content:space-between;align-items:center;min-height:48px;padding:13px 4px;font-size:16px;font-weight:600;list-style:none;display:flex}.Header-module__lnUIdW__mAccSummary::-webkit-details-marker{display:none}.Header-module__lnUIdW__mAccSummary:after{content:"+";font-family:var(--font-display-family);color:var(--text-muted);font-size:20px}.Header-module__lnUIdW__mAcc[open] .Header-module__lnUIdW__mAccSummary:after{content:"−"}.Header-module__lnUIdW__mAccList{margin:0;padding:0 4px 12px;list-style:none}.Header-module__lnUIdW__mAccLink{min-height:44px;color:var(--text-muted);padding:10px 0;font-size:15px;text-decoration:none;display:block}.Header-module__lnUIdW__mAccLink:active,.Header-module__lnUIdW__mAccLink:hover{color:var(--text)}.Header-module__lnUIdW__actionCluster{align-items:center;gap:4px;display:flex}.Header-module__lnUIdW__actionIcon{border-radius:var(--radius-full);width:44px;height:44px;color:var(--text);cursor:pointer;transition:background var(--d-fast,.15s)var(--ease,ease);background:0 0;border:none;justify-content:center;align-items:center;text-decoration:none;display:inline-flex;position:relative}.Header-module__lnUIdW__actionIcon:hover{background:var(--surface)}.Header-module__lnUIdW__actionIcon:active{background:var(--border)}.Header-module__lnUIdW__mobileCta{width:100%;margin-top:20px;padding:.9rem 1.5rem;font-size:1rem}
.FilterSheet-module__cmtZvW__overlay{z-index:1050;-webkit-backdrop-filter:blur(4px);animation:FilterSheet-module__cmtZvW__fadeIn .25s var(--ease);background:#00000080;justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0}.FilterSheet-module__cmtZvW__overlayClosing{animation:.18s ease-in forwards FilterSheet-module__cmtZvW__fadeOut}.FilterSheet-module__cmtZvW__sheet{background:var(--bg-alt);width:100%;max-height:85dvh;box-shadow:var(--shadow-lg);border-radius:24px 24px 0 0;outline:none;flex-direction:column;animation:.3s cubic-bezier(.16,1,.3,1) FilterSheet-module__cmtZvW__sheetUp;display:flex}.FilterSheet-module__cmtZvW__sheetClosing{animation:.18s ease-in forwards FilterSheet-module__cmtZvW__sheetDown}.FilterSheet-module__cmtZvW__sheetHead{align-items:center;gap:.75rem;padding:1.1rem 1.25rem .6rem;display:flex}.FilterSheet-module__cmtZvW__sheetTitle{font-family:var(--font-display),"Fraunces",Georgia,serif;letter-spacing:-.015em;color:var(--text);margin-right:auto;font-size:1.3rem;font-weight:560}.FilterSheet-module__cmtZvW__resetBtn{color:var(--primary-text);font-family:var(--font-body),"DM Sans",sans-serif;cursor:pointer;background:0 0;border:none;padding:.5rem .4rem;font-size:.85rem;font-weight:600}.FilterSheet-module__cmtZvW__resetBtn:hover{text-decoration:underline}.FilterSheet-module__cmtZvW__close{border-radius:var(--radius-full);background:var(--surface);width:44px;height:44px;color:var(--text);cursor:pointer;border:none;flex-shrink:0;font-size:1.05rem;line-height:1;transition:background .2s}.FilterSheet-module__cmtZvW__close:hover{background:var(--border)}.FilterSheet-module__cmtZvW__groups{overscroll-behavior:contain;flex-direction:column;gap:1.4rem;padding:.25rem 1.25rem 1.25rem;display:flex;overflow-y:auto}.FilterSheet-module__cmtZvW__emptyHint{color:var(--text-muted);margin-bottom:.6rem;font-size:.85rem}.FilterSheet-module__cmtZvW__groupLabel{font-family:var(--font-body),"DM Sans",sans-serif;letter-spacing:.08em;text-transform:uppercase;color:var(--text-tertiary);margin-bottom:.6rem;font-size:.7rem;font-weight:700;display:block}.FilterSheet-module__cmtZvW__chipWrap{flex-wrap:wrap;gap:.5rem;display:flex}.FilterSheet-module__cmtZvW__chip{border-radius:var(--radius-full);border:1.5px solid var(--border);background:var(--bg-alt);min-height:44px;color:var(--text);font-family:var(--font-body),"DM Sans",sans-serif;white-space:nowrap;cursor:pointer;align-items:center;gap:.35rem;padding:.5rem 1rem;font-size:.88rem;font-weight:600;transition:border-color .2s,background .2s,color .2s;display:inline-flex}.FilterSheet-module__cmtZvW__chip:hover{border-color:var(--primary)}.FilterSheet-module__cmtZvW__chipActive{background:var(--dark);color:var(--text-on-dark);border-color:var(--dark)}.FilterSheet-module__cmtZvW__chipActive:hover{border-color:var(--dark)}.FilterSheet-module__cmtZvW__footer{padding:.75rem 1.25rem calc(.9rem + env(safe-area-inset-bottom));border-top:1px solid var(--border);background:var(--bg-alt)}.FilterSheet-module__cmtZvW__applyBtn{border-radius:var(--radius-full);background:var(--dark);width:100%;min-height:48px;color:var(--text-on-dark);font-family:var(--font-body),"DM Sans",sans-serif;cursor:pointer;border:none;font-size:1rem;font-weight:600;transition:background .2s,transform .2s}.FilterSheet-module__cmtZvW__applyBtn:hover{background:#333;transform:translateY(-1px)}@keyframes FilterSheet-module__cmtZvW__fadeIn{0%{opacity:0}}@keyframes FilterSheet-module__cmtZvW__fadeOut{to{opacity:0}}@keyframes FilterSheet-module__cmtZvW__sheetUp{0%{transform:translateY(100%)}}@keyframes FilterSheet-module__cmtZvW__sheetDown{to{transform:translateY(100%)}}@media (min-width:768px){.FilterSheet-module__cmtZvW__overlay{align-items:center;padding:2rem}.FilterSheet-module__cmtZvW__sheet{border-radius:24px;max-width:620px;max-height:82vh;animation:.3s cubic-bezier(.16,1,.3,1) FilterSheet-module__cmtZvW__dialogIn}.FilterSheet-module__cmtZvW__sheetClosing{animation:.18s ease-in forwards FilterSheet-module__cmtZvW__dialogOut}}@keyframes FilterSheet-module__cmtZvW__dialogIn{0%{opacity:0;transform:translateY(20px)scale(.98)}}@keyframes FilterSheet-module__cmtZvW__dialogOut{to{opacity:0;transform:translateY(12px)}}@media (prefers-reduced-motion:reduce){.FilterSheet-module__cmtZvW__overlay,.FilterSheet-module__cmtZvW__overlayClosing,.FilterSheet-module__cmtZvW__sheet,.FilterSheet-module__cmtZvW__sheetClosing{animation:none}}
.OmiHinweis-module__nkOzba__wrap{align-items:flex-end;gap:0;margin-top:22px;display:flex}.OmiHinweis-module__nkOzba__figur{flex:none;width:162px;margin-bottom:-4px}.OmiHinweis-module__nkOzba__figur img{width:100%;height:auto;display:block}.OmiHinweis-module__nkOzba__blase{background:var(--surface);max-width:46ch;color:var(--text);border-radius:18px;margin-bottom:16px;padding:15px 20px;font-size:15.5px;line-height:1.5;position:relative}.OmiHinweis-module__nkOzba__blase:before{content:"";background:var(--surface);border-radius:3px;width:15px;height:15px;position:absolute;bottom:20px;left:-6px;transform:rotate(45deg)}.OmiHinweis-module__nkOzba__name{text-transform:uppercase;letter-spacing:.1em;color:var(--text-tertiary);margin-bottom:3px;font-size:11px;font-weight:700;display:block}@media (max-width:640px){.OmiHinweis-module__nkOzba__wrap{gap:0;margin-top:18px}.OmiHinweis-module__nkOzba__figur{width:106px}.OmiHinweis-module__nkOzba__blase{border-radius:15px;margin-bottom:10px;padding:12px 15px;font-size:14.5px}.OmiHinweis-module__nkOzba__blase:before{width:13px;height:13px;bottom:16px}}
.EntdeckenPage-module__hYMYGa__page{max-width:var(--max-width);padding:.9rem var(--content-px)4rem;margin:0 auto}.EntdeckenPage-module__hYMYGa__head{margin-bottom:.7rem}.EntdeckenPage-module__hYMYGa__title{font-family:var(--font-display),"Fraunces",Georgia,serif;letter-spacing:-.02em;color:var(--text);font-size:clamp(1.8rem,3.8vw,2.4rem);font-weight:560}.EntdeckenPage-module__hYMYGa__energieBlock{margin:0 0 .3rem}.EntdeckenPage-module__hYMYGa__energieTitle{font-family:var(--font-body),"DM Sans",sans-serif;color:var(--text);font-size:1rem;font-weight:700}.EntdeckenPage-module__hYMYGa__energieSub{color:var(--text-muted);margin:.25rem 0 .75rem;font-size:.85rem}.EntdeckenPage-module__hYMYGa__tiles{grid-template-columns:repeat(5,minmax(0,1fr));gap:.6rem;margin:.8rem 0 .2rem;display:grid}.EntdeckenPage-module__hYMYGa__tile{border-radius:var(--radius);border:1.5px solid var(--border);background:var(--bg-alt);min-width:0;min-height:56px;color:var(--text);font-family:var(--font-body),"DM Sans",sans-serif;text-align:left;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;cursor:pointer;align-items:center;gap:.55rem;padding:.6rem .7rem;font-size:.88rem;font-weight:600;line-height:1.15;text-decoration:none;transition:border-color .2s,background .2s,color .2s,transform .2s,box-shadow .2s;display:flex}.EntdeckenPage-module__hYMYGa__tile:hover{border-color:var(--primary);box-shadow:var(--shadow-sm);transform:translateY(-2px)}.EntdeckenPage-module__hYMYGa__tileActive{background:var(--dark);border-color:var(--dark);color:var(--text-on-dark)}.EntdeckenPage-module__hYMYGa__tileActive:hover{border-color:var(--dark)}.EntdeckenPage-module__hYMYGa__tileIcon{background:var(--surface);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:1.05rem;display:inline-flex}.EntdeckenPage-module__hYMYGa__tileActive .EntdeckenPage-module__hYMYGa__tileIcon{background:#ffffff24}.EntdeckenPage-module__hYMYGa__tileAvatars{flex-shrink:0;display:inline-flex}.EntdeckenPage-module__hYMYGa__tileAvatars img{border:2px solid var(--bg-alt);object-fit:cover;border-radius:50%;margin-left:-9px}.EntdeckenPage-module__hYMYGa__tileAvatars img:first-child{margin-left:0}.EntdeckenPage-module__hYMYGa__tileActive .EntdeckenPage-module__hYMYGa__tileAvatars img{border-color:var(--dark)}.EntdeckenPage-module__hYMYGa__regionsWrap{animation:EntdeckenPage-module__hYMYGa__regionsIn .25s var(--ease)}@keyframes EntdeckenPage-module__hYMYGa__regionsIn{0%{opacity:0;transform:translateY(-6px)}}.EntdeckenPage-module__hYMYGa__toolbar{top:var(--header-h);z-index:10;margin:.5rem calc(-1*var(--content-px))0;padding:.4rem var(--content-px);background:color-mix(in srgb,var(--bg)96%,transparent);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:1rem;display:flex;position:sticky}.EntdeckenPage-module__hYMYGa__toolbarLeft{flex-wrap:wrap;align-items:center;gap:.4rem;min-width:0;min-height:44px;display:flex}.EntdeckenPage-module__hYMYGa__filterBtn{border-radius:var(--radius-full);border:1.5px solid var(--text);background:var(--bg-alt);min-height:44px;color:var(--text);font-family:var(--font-body),"DM Sans",sans-serif;cursor:pointer;align-items:center;gap:.45rem;padding:.5rem 1.15rem;font-size:.9rem;font-weight:600;transition:transform .2s,box-shadow .2s,background .2s;display:inline-flex}.EntdeckenPage-module__hYMYGa__filterBtn:hover{box-shadow:var(--shadow-sm);transform:translateY(-1px)}.EntdeckenPage-module__hYMYGa__filterBadge{border-radius:var(--radius-full);background:var(--dark);min-width:20px;height:20px;color:var(--text-on-dark);justify-content:center;align-items:center;padding:0 5px;font-size:.72rem;font-weight:700;display:inline-flex}.EntdeckenPage-module__hYMYGa__pill{border-radius:var(--radius-full);background:var(--surface);min-height:44px;color:var(--text);font-family:var(--font-body),"DM Sans",sans-serif;align-items:center;gap:.3rem;padding:.2rem .2rem .2rem .85rem;font-size:.85rem;font-weight:600;display:inline-flex}.EntdeckenPage-module__hYMYGa__pillX{width:44px;height:44px;color:var(--text);cursor:pointer;background-color:#1a1a1a14;background-clip:padding-box;border:8px solid #0000;border-radius:50%;justify-content:center;align-items:center;font-size:.8rem;line-height:1;transition:background-color .15s,color .15s;display:inline-flex}.EntdeckenPage-module__hYMYGa__pillX:hover{background-color:var(--dark);color:var(--text-on-dark)}.EntdeckenPage-module__hYMYGa__pillPlus{color:var(--text-muted);font-size:.95rem;font-weight:700}.EntdeckenPage-module__hYMYGa__combineHint{color:var(--text-muted);margin-left:.35rem;font-size:.8rem}@media (prefers-reduced-motion:no-preference){.EntdeckenPage-module__hYMYGa__filterBtnPulse{animation:EntdeckenPage-module__hYMYGa__filterPulse .6s var(--ease)}}@keyframes EntdeckenPage-module__hYMYGa__filterPulse{0%{transform:scale(1)}35%{box-shadow:var(--shadow-md);transform:scale(1.07)}to{transform:scale(1)}}.EntdeckenPage-module__hYMYGa__reset{color:var(--primary-text);font-family:var(--font-body),"DM Sans",sans-serif;cursor:pointer;background:0 0;border:none;padding:.48rem .6rem;font-size:.85rem;font-weight:600}.EntdeckenPage-module__hYMYGa__reset:hover{text-decoration:underline}.EntdeckenPage-module__hYMYGa__gridSection{margin-top:1.6rem}.EntdeckenPage-module__hYMYGa__grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1.6rem 1.3rem;display:grid}.EntdeckenPage-module__hYMYGa__loadMoreWrap{text-align:center;margin-top:2.8rem}.EntdeckenPage-module__hYMYGa__empty{text-align:center;color:var(--text-muted);flex-direction:column;align-items:center;gap:.5rem;padding:3rem 0;display:flex}@media (max-width:1024px){.EntdeckenPage-module__hYMYGa__grid,.EntdeckenPage-module__hYMYGa__tiles{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:640px){.EntdeckenPage-module__hYMYGa__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.2rem .9rem}.EntdeckenPage-module__hYMYGa__tiles{grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem}.EntdeckenPage-module__hYMYGa__tile{min-height:52px;padding:.55rem .7rem;font-size:.86rem}.EntdeckenPage-module__hYMYGa__tileLaender{grid-column:1/-1}}@media (prefers-reduced-motion:reduce){.EntdeckenPage-module__hYMYGa__regionsWrap{animation:none}}.EntdeckenPage-module__hYMYGa__regionRow{scrollbar-width:none;gap:.6rem;padding:.75rem 0 .25rem;display:flex;overflow-x:auto}.EntdeckenPage-module__hYMYGa__regionRow::-webkit-scrollbar{display:none}.EntdeckenPage-module__hYMYGa__regionChip{cursor:pointer;background:0 0;border:none;flex-direction:column;flex-shrink:0;align-items:center;gap:.35rem;min-width:68px;padding:.25rem .4rem;display:flex}.EntdeckenPage-module__hYMYGa__regionAvatarWrap{border:2px solid #0000;border-radius:50%;padding:2px;transition:border-color .15s,transform .15s;display:block}.EntdeckenPage-module__hYMYGa__regionChip:hover .EntdeckenPage-module__hYMYGa__regionAvatarWrap{border-color:var(--border,#ddd);transform:translateY(-2px)}.EntdeckenPage-module__hYMYGa__regionChipActive .EntdeckenPage-module__hYMYGa__regionAvatarWrap{border-color:var(--primary,#e8503a)}.EntdeckenPage-module__hYMYGa__regionAvatar{object-fit:cover;border-radius:50%;width:52px;height:52px;display:block}.EntdeckenPage-module__hYMYGa__regionLabel{color:var(--text-muted,#666);white-space:nowrap;font-size:12px;font-weight:500}.EntdeckenPage-module__hYMYGa__regionChipActive .EntdeckenPage-module__hYMYGa__regionLabel{color:var(--primary-text,#be412f);font-weight:600}
.SaveModal-module__kjS1ga__overlay{z-index:1000;opacity:0;pointer-events:none;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;justify-content:center;align-items:center;transition:opacity .3s;display:flex;position:fixed;inset:0}.SaveModal-module__kjS1ga__overlay.active{opacity:1;pointer-events:all}.SaveModal-module__kjS1ga__content{text-align:center;background:#fff;border-radius:24px;width:90%;max-width:440px;padding:3rem;transition:transform .3s;position:relative;transform:translateY(20px);box-shadow:0 20px 60px #0003}.SaveModal-module__kjS1ga__overlay.active .SaveModal-module__kjS1ga__content{transform:translateY(0)}.SaveModal-module__kjS1ga__close{cursor:pointer;color:var(--text-muted,#666);background:0 0;border:none;font-size:1.8rem;line-height:1;transition:color .2s;position:absolute;top:1rem;right:1.2rem}.SaveModal-module__kjS1ga__close:hover{color:var(--text)}.SaveModal-module__kjS1ga__icon{margin-bottom:1rem;font-size:3rem}.SaveModal-module__kjS1ga__heading{font-family:var(--font-display),"Fraunces",Georgia,serif;color:var(--text);margin-bottom:.75rem;font-size:1.5rem;font-weight:700}.SaveModal-module__kjS1ga__desc{color:var(--text-muted);margin-bottom:1.5rem;font-size:.95rem;line-height:1.6}.SaveModal-module__kjS1ga__btnPrimary{background:var(--primary-text);color:#fff;cursor:pointer;border:none;border-radius:12px;width:100%;margin-bottom:.75rem;padding:.9rem;font-family:inherit;font-size:.95rem;font-weight:700;transition:all .25s;display:block}.SaveModal-module__kjS1ga__btnPrimary:hover{box-shadow:0 8px 24px color-mix(in srgb,var(--primary)35%,transparent);transform:translateY(-1px)}.SaveModal-module__kjS1ga__btnOutline{width:100%;color:var(--text);border:1.5px solid var(--border);cursor:pointer;background:0 0;border-radius:12px;padding:.9rem;font-family:inherit;font-size:.95rem;font-weight:600;transition:all .25s;display:block}.SaveModal-module__kjS1ga__btnOutline:hover{border-color:var(--primary);color:var(--primary)}.SaveModal-module__kjS1ga__close{justify-content:center;align-items:center;min-width:44px;min-height:44px;display:inline-flex}
.Saison-module__-aE8qW__page{max-width:var(--max-width);padding:2.5rem var(--content-px)0;margin:0 auto}@media (max-width:720px){.Saison-module__-aE8qW__page{padding:1.5rem var(--content-px-mobile)0}}.Saison-module__-aE8qW__head{max-width:68ch;margin-bottom:2rem}.Saison-module__-aE8qW__label{letter-spacing:.09em;text-transform:uppercase;color:var(--text-tertiary);align-items:center;gap:8px;margin-bottom:12px;font-size:12px;font-weight:700;display:flex}.Saison-module__-aE8qW__label:before{content:"";background:var(--primary);border-radius:50%;width:7px;height:7px}.Saison-module__-aE8qW__title{font-family:var(--font-display-family);letter-spacing:-.02em;color:var(--text);margin:0 0 14px;font-size:clamp(2rem,4.5vw,3rem);font-weight:600;line-height:1.08}.Saison-module__-aE8qW__lead{color:var(--text-muted);max-width:62ch;font-size:1.1rem;line-height:1.55}.Saison-module__-aE8qW__grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:24px;padding-bottom:3rem;display:grid}@media (max-width:720px){.Saison-module__-aE8qW__grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:14px}}
