.hf-shell,.hf-shell *,.hf-shell :before,.hf-shell :after{box-sizing:border-box}@keyframes hf-spin{to{transform:rotate(360deg)}}@keyframes hf-zone-flash{0%{fill-opacity:0}15%{fill-opacity:.42}30%{fill-opacity:.05}45%{fill-opacity:.42}60%{fill-opacity:.05}75%{fill-opacity:.32}to{fill-opacity:0}}.hf-zone-flash{pointer-events:none;animation:1.6s ease-out both hf-zone-flash}.hf-shell{font-family:var(--font-inter), "Inter", sans-serif;color:#3e2a23;-webkit-font-smoothing:antialiased;background:#faf5ef;flex-direction:column;min-height:100vh;display:flex}.hf-header{z-index:100;background:#fff;border-bottom:1px solid #eadbc8;flex-shrink:0;justify-content:space-between;align-items:center;gap:12px;padding:11px 20px;display:flex;position:sticky;top:0}.hf-brand{flex-direction:column;display:flex}.hf-brand-name{font-family:var(--font-playfair), "Playfair Display", serif;color:#3e2a23;font-size:1.05rem;font-weight:700;line-height:1.1}.hf-brand-sub{letter-spacing:.1em;text-transform:uppercase;color:#b07852;margin-top:2px;font-size:.62rem;font-weight:600}.hf-header-actions{flex-shrink:0;align-items:center;gap:8px;display:flex}.hf-badge{color:#8c593b;white-space:nowrap;background:#f5efe6;border-radius:20px;padding:3px 10px;font-size:.7rem;font-weight:600}.hf-side-selector{-webkit-overflow-scrolling:touch;scrollbar-width:none;background:#fff;border-bottom:1px solid #eadbc8;flex-shrink:0;display:flex;overflow-x:auto}.hf-side-selector::-webkit-scrollbar{display:none}.hf-side-tab{color:#8c593b;cursor:pointer;font-size:.8rem;font-weight:500;font-family:var(--font-inter), "Inter", sans-serif;white-space:nowrap;background:0 0;border:none;border-bottom:2.5px solid #0000;flex-shrink:0;align-items:center;gap:8px;padding:7px 16px;transition:color .13s,border-color .13s;display:flex}.hf-side-tab:hover{color:#3e2a23}.hf-side-tab.active{color:#3e2a23;border-bottom-color:#8c593b;font-weight:600}.hf-side-thumb{background:#e8d5b7;border:1.5px solid #eadbc8;border-radius:3px;flex-shrink:0;width:32px;height:28px;transition:border-color .13s;overflow:hidden}.hf-side-tab.active .hf-side-thumb{border-color:#8c593b}.hf-side-thumb img{object-fit:cover;width:100%;height:100%;display:block}.hf-count-dot{color:#fff;background:#8c593b;border-radius:10px;padding:1px 6px;font-size:.6rem;font-weight:700;line-height:1.4}.hf-editor{background:#faf5ef;flex:1;min-height:0;display:flex;overflow:hidden}.hf-bottom{background:#fff;border-top:1px solid #eadbc8;flex-shrink:0;justify-content:space-between;align-items:center;gap:10px;padding:11px 20px;display:flex}.hf-bottom-left,.hf-bottom-right{gap:7px;display:flex}.hf-btn{font-size:.8rem;font-weight:600;font-family:var(--font-inter), "Inter", sans-serif;cursor:pointer;white-space:nowrap;border:1px solid;border-radius:6px;align-items:center;gap:6px;padding:8px 16px;transition:all .13s;display:inline-flex}.hf-btn:disabled{opacity:.38;pointer-events:none}.hf-btn-ghost{color:#3e2a23;background:#fff;border-color:#eadbc8}.hf-btn-ghost:hover{background:#fbf7f3;border-color:#e0c4a8}.hf-btn-primary{color:#fff;background:#8c593b;border-color:#8c593b}.hf-btn-primary:hover{background:#74462e;border-color:#74462e}.hf-btn-dark{color:#fff;background:#3e2a23;border-color:#3e2a23}.hf-btn-dark:hover{background:#2a1a15}.hf-btn-danger{color:#8a3434;background:#fff;border-color:#e6b9b9}.hf-btn-danger:hover{background:#fbf3f3}.hf-tool-drawer-toggle{width:100%;font-family:var(--font-inter), "Inter", sans-serif;color:#3e2a23;cursor:pointer;background:#fff;border:none;border-top:1px solid #eadbc8;flex-shrink:0;justify-content:space-between;align-items:center;padding:11px 16px;font-size:.8rem;font-weight:600;display:none}.hf-steps{background:#fff;border-bottom:1px solid #f5efe6;flex-shrink:0;align-items:center;gap:0;padding:0 20px;display:flex}.hf-step{color:#c89d7a;align-items:center;gap:7px;padding:8px 16px 8px 0;font-size:.72rem;font-weight:500;display:flex}.hf-step.done{color:#8c593b}.hf-step-num{border:1.5px solid;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;font-size:.65rem;font-weight:700;display:flex}.hf-step.done .hf-step-num{color:#fff;background:#8c593b;border-color:#8c593b}.hf-step-sep{background:#eadbc8;flex-shrink:0;width:20px;height:1px;margin:0 2px}@keyframes hf-fab-ripple{0%{opacity:.55;transform:scale(.85)}70%{opacity:0;transform:scale(1.6)}to{opacity:0;transform:scale(1.6)}}.hf-fab-pulse{pointer-events:none;z-index:0;background:#8c593b;border-radius:50%;animation:1.4s ease-out infinite hf-fab-ripple;position:absolute;inset:0}.hf-fab-pulse-2{animation-delay:.55s}@keyframes hf-backdrop-fade{0%{opacity:0}to{opacity:1}}.hf-nudge-backdrop{z-index:50;background:#2618136b;animation:.18s ease-out both hf-backdrop-fade;position:fixed;inset:0}.hf-modal-overlay{z-index:400;background:#00000073;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.hf-modal{background:#fff;border-radius:12px;width:100%;max-width:480px;max-height:90vh;padding:28px;overflow-y:auto;box-shadow:0 24px 64px #0003}@media (max-width:720px){.hf-editor{flex-direction:column;overflow:visible}.hf-tool-panel-wrap{border-top:1px solid #eadbc8;max-height:0;transition:max-height .3s;overflow:hidden;border-left:none!important;width:100%!important;min-width:0!important}.hf-tool-panel-wrap.open{max-height:600px}.hf-tool-drawer-toggle{display:flex}.hf-header-actions .hf-badge{display:none}.hf-btn{padding:8px 12px;font-size:.75rem}.hf-steps{display:none}.hf-bottom{padding:10px 12px}.hf-bottom-left{display:none}.hf-bottom-right{width:100%}.hf-bestellen-btn{justify-content:center;width:100%;padding:12px 16px;font-size:.92rem}.hf-header-actions .hf-bestellen-header{display:none}}
