:root{--bg: #f4efe6;--bg-deep: #e8dfd2;--ink: #132818;--ink-muted: #4d5e52;--accent: #a84a28;--accent-hover: #8f3d20;--accent-soft: rgba(168, 74, 40, .12);--sage: #4f7a56;--sage-2: #6b9573;--sage-soft: rgba(79, 122, 86, .2);--cream: #fdfbf7;--cream-dark: #f5f0e8;--border: rgba(19, 40, 24, .1);--border-strong: rgba(19, 40, 24, .16);--shadow: 0 8px 32px rgba(19, 40, 24, .07);--shadow-card: 0 2px 16px rgba(19, 40, 24, .06);--radius: 16px;--radius-sm: 10px;--font-display: "Cormorant Garamond", Georgia, "Times New Roman", serif;--font-ui: "Plus Jakarta Sans", system-ui, sans-serif}*,*:before,*:after{box-sizing:border-box}html{-webkit-font-smoothing:antialiased}body{margin:0;min-height:100vh;font-family:var(--font-ui);font-size:1rem;font-weight:400;color:var(--ink);background-color:var(--bg);position:relative;line-height:1.45}.hb-bg{pointer-events:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:0;background:radial-gradient(ellipse 90% 55% at 100% 0%,rgba(79,122,86,.14),transparent 55%),radial-gradient(ellipse 70% 50% at 0% 100%,rgba(168,74,40,.07),transparent 50%),linear-gradient(180deg,var(--bg) 0%,#ebe4d8 100%);opacity:1}.hb-bg:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");mix-blend-mode:multiply}#root{min-height:100vh;position:relative;z-index:1}.hb{max-width:1140px;margin:0 auto;padding:clamp(1.35rem,4vw,2.75rem);padding-bottom:4.5rem}.hb-header{margin-bottom:2.25rem}.hb-header-inner{text-align:center;max-width:34rem;margin:0 auto;position:relative;padding-top:.5rem}.hb-header-rule{width:3rem;height:3px;margin:0 auto 1.25rem;border-radius:999px;background:linear-gradient(90deg,transparent,var(--sage-2),transparent);opacity:.85}.hb-badge{display:inline-block;font-family:var(--font-ui);font-size:.68rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--sage);margin-bottom:.65rem}.hb-title{font-family:var(--font-display);font-size:clamp(2.5rem,7vw,3.6rem);font-weight:600;line-height:1.02;margin:0 0 .65rem;color:var(--ink);letter-spacing:-.03em;text-wrap:balance}.hb-subtitle{font-size:1.06rem;color:var(--ink-muted);margin:0 auto;line-height:1.55;font-weight:400;max-width:32rem}.hb-subtitle strong{color:var(--ink);font-weight:600}.hb-layout{display:grid;gap:2rem;align-items:start}@media(min-width:900px){.hb-layout{grid-template-columns:1fr min(340px,34vw);gap:2.75rem}}.hb-search-card{background:var(--cream);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem 1.5rem 1.35rem;box-shadow:var(--shadow);position:relative;overflow:hidden}.hb-search-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--sage),var(--sage-2),var(--accent));opacity:.85}.hb-search-intro{margin-bottom:1.1rem}.hb-search-heading{font-family:var(--font-display);font-size:1.45rem;font-weight:600;margin:0 0 .35rem;color:var(--ink);letter-spacing:-.02em}.hb-search-lead{margin:0;font-size:.9rem;color:var(--ink-muted);line-height:1.5;max-width:36rem}.hb-search-row{display:flex;gap:.75rem;flex-wrap:wrap;align-items:stretch}.hb-input-wrap{flex:1;min-width:200px;position:relative}.hb-input-wrap:before{content:"";position:absolute;left:1rem;top:50%;transform:translateY(-50%);width:1.15rem;height:1.15rem;opacity:.42;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23132818'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z'/%3E%3C/svg%3E") center / contain no-repeat;pointer-events:none}.hb-input{width:100%;padding:.9rem 1rem .9rem 2.85rem;font-family:var(--font-ui);font-size:1rem;border:1px solid var(--border-strong);border-radius:var(--radius-sm);background:#fff;color:var(--ink);transition:border-color .2s,box-shadow .2s}.hb-input::placeholder{color:var(--ink-muted);opacity:.72}.hb-input:hover{border-color:#4f7a5673}.hb-input:focus{outline:none;border-color:var(--sage);box-shadow:0 0 0 4px var(--sage-soft)}.hb-search-kbd-hint{margin:.85rem 0 0;font-size:.78rem;color:var(--ink-muted)}.hb-search-kbd-hint kbd{display:inline-block;font-family:var(--font-ui);font-size:.72rem;font-weight:600;padding:.15rem .45rem;border-radius:6px;border:1px solid var(--border);background:var(--cream-dark);color:var(--ink-muted);box-shadow:0 1px 0 var(--border)}.hb-btn{font-family:var(--font-ui);font-size:.95rem;font-weight:600;padding:.9rem 1.45rem;border:none;border-radius:var(--radius-sm);cursor:pointer;transition:background .2s,transform .12s,box-shadow .2s}.hb-btn:focus-visible{outline:2px solid var(--sage);outline-offset:2px}.hb-btn--primary{background:linear-gradient(165deg,var(--accent) 0%,#8f3d20 100%);color:#fff;box-shadow:0 2px 12px #a84a2859}.hb-btn--primary:hover:not(:disabled){background:linear-gradient(165deg,var(--accent-hover) 0%,#7a3419 100%);box-shadow:0 4px 16px #a84a2866}.hb-btn--primary:active:not(:disabled){transform:translateY(1px)}.hb-btn--primary:disabled{opacity:.55;cursor:not-allowed;box-shadow:none}.hb-btn--ghost{background:transparent;color:var(--ink-muted);padding:.45rem .55rem;font-size:.85rem;font-weight:500}.hb-btn--ghost:hover{color:var(--accent);background:var(--accent-soft)}.hb-msg{margin-top:1rem;padding:.8rem 1rem;border-radius:var(--radius-sm);font-size:.9rem}.hb-msg--error{background:#a84a281a;color:#6b3018;border:1px solid rgba(168,74,40,.22)}.hb-section-head{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;flex-wrap:wrap;margin:1.85rem 0 1rem;padding-bottom:.65rem;border-bottom:1px solid var(--border)}.hb-section-label{font-family:var(--font-display);font-size:1.5rem;font-weight:600;margin:0;color:var(--ink);letter-spacing:-.02em}.hb-section-meta{font-size:.8rem;font-weight:600;color:var(--sage);background:var(--sage-soft);padding:.25rem .65rem;border-radius:999px;letter-spacing:.02em}.hb-insights{display:flex;flex-direction:column;gap:1rem;margin:0 0 1.5rem}.hb-insight{margin:0;padding:1.2rem 1.35rem;background:linear-gradient(145deg,#fdfbf7fa,#e8dfd259);border:1px solid var(--border-strong);border-radius:var(--radius);box-shadow:0 4px 20px #1328180f;position:relative;overflow:hidden}.hb-insight:before{content:"";position:absolute;left:0;top:0;bottom:0;width:5px;background:linear-gradient(180deg,var(--sage),var(--accent));border-radius:var(--radius) 0 0 var(--radius)}.hb-insight-kicker{margin:0 0 .35rem;font-size:.68rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--sage)}.hb-insight-condition{font-family:var(--font-display);font-size:1.45rem;font-weight:600;margin:0 0 1rem;color:var(--ink);line-height:1.2;letter-spacing:-.02em}.hb-insight-rows{margin:0;display:flex;flex-direction:column;gap:.85rem}.hb-insight-row{display:grid;grid-template-columns:minmax(5.5rem,28%) 1fr;gap:.65rem 1rem;align-items:start}@media(max-width:520px){.hb-insight-row{grid-template-columns:1fr}}.hb-insight-row dt{margin:0;font-size:.68rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--accent);padding-top:.15rem}.hb-insight-row dd{margin:0;font-size:.9rem;line-height:1.5;color:var(--ink-muted)}.hb-results{display:flex;flex-direction:column;gap:.85rem}@media(prefers-reduced-motion:no-preference){.hb-results .hb-card{animation:hb-rise .45s ease backwards}.hb-results .hb-card:nth-child(1){animation-delay:.02s}.hb-results .hb-card:nth-child(2){animation-delay:.06s}.hb-results .hb-card:nth-child(3){animation-delay:.1s}.hb-results .hb-card:nth-child(4){animation-delay:.14s}.hb-results .hb-card:nth-child(5){animation-delay:.18s}.hb-results .hb-card:nth-child(n+6){animation-delay:.22s}}@keyframes hb-rise{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.hb-empty{text-align:center;padding:2.75rem 1.5rem;color:var(--ink-muted);font-size:.95rem;border:1px dashed var(--border-strong);border-radius:var(--radius);background:#fdfbf7a6;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.hb-empty strong{display:block;font-family:var(--font-display);font-size:1.28rem;color:var(--ink);margin-bottom:.4rem;font-weight:600}.hb-card{display:flex;flex-direction:column;gap:0;padding:0;overflow:hidden;background:var(--cream);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-card);transition:box-shadow .28s,border-color .2s,transform .2s;position:relative}.hb-card:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:linear-gradient(180deg,var(--sage),var(--sage-2));opacity:0;transition:opacity .25s;border-radius:var(--radius) 0 0 var(--radius)}.hb-card:hover{box-shadow:var(--shadow);border-color:#4f7a5647}.hb-card:hover:before{opacity:1}.hb-card-top{display:flex;align-items:flex-start;gap:1rem;padding:1.15rem 1.2rem .95rem}.hb-card-thumb{width:76px;height:76px;border-radius:12px;object-fit:cover;background:var(--bg-deep);flex-shrink:0;box-shadow:0 2px 8px #13281814;border:1px solid var(--border)}.hb-card-thumb--empty{display:grid;place-items:center;font-size:1.85rem;opacity:.38;background:linear-gradient(145deg,var(--bg-deep),var(--cream-dark))}.hb-card-body{flex:1;min-width:0}.hb-card-media{padding:0 1.2rem 1.15rem;border-top:1px solid var(--border);background:linear-gradient(180deg,rgba(232,223,210,.45) 0%,var(--cream) 18%)}.hb-card-media-title{margin:0 0 .5rem;font-size:.68rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--sage)}.hb-strip{display:grid;grid-template-columns:5.75rem 1fr;gap:.45rem .7rem;align-items:start;padding:.5rem 0}.hb-strip+.hb-strip{border-top:1px dashed rgba(19,40,24,.08)}.hb-strip-label{font-size:.65rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:var(--sage);line-height:1.35;padding-top:.38rem}.hb-strip-label small{display:block;font-weight:500;letter-spacing:0;text-transform:none;font-size:.68rem;color:var(--ink-muted);margin-top:.12rem}.hb-strip-thumbs{display:flex;flex-wrap:wrap;gap:7px}.hb-mini{width:58px;height:58px;border-radius:9px;object-fit:cover;background:var(--bg-deep);border:1px solid var(--border);transition:transform .2s}.hb-card:hover .hb-mini{transform:scale(1.02)}.hb-mini--ph{display:grid;place-items:center;font-size:.65rem;color:var(--ink-muted);opacity:.55}.hb-card-name{font-family:var(--font-display);font-size:1.35rem;font-weight:600;line-height:1.15;margin:0 0 .2rem;color:var(--ink)}.hb-card-latin{font-size:.84rem;font-style:italic;color:var(--ink-muted);margin:0;line-height:1.4}.hb-card-actions{display:flex;align-items:flex-start}.hb-btn--add{font-size:.82rem;padding:.55rem 1rem;background:#4f7a561f;color:var(--ink);border:1px solid rgba(79,122,86,.35);font-weight:600}.hb-btn--add:hover:not(:disabled){background:#4f7a5638;border-color:var(--sage)}.hb-btn--add:disabled{opacity:.65;cursor:default}.hb-skeleton{height:96px;border-radius:var(--radius);background:linear-gradient(90deg,var(--bg-deep) 0%,#fff 50%,var(--bg-deep) 100%);background-size:200% 100%;animation:hb-shimmer 1.15s ease-in-out infinite}@keyframes hb-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media(prefers-reduced-motion:reduce){.hb-skeleton{animation:none;background:var(--bg-deep)}.hb-results .hb-card{animation:none}.hb-card:hover .hb-mini{transform:none}}.hb-sidebar{position:sticky;top:1.25rem}.hb-recipe{background:var(--cream);border:1px solid var(--border);border-radius:var(--radius);padding:0;box-shadow:var(--shadow);position:relative;overflow:hidden}.hb-recipe-accent{height:5px;background:linear-gradient(90deg,var(--sage),var(--accent));opacity:.9}.hb-recipe-head{display:flex;align-items:center;justify-content:space-between;gap:.65rem;padding:1.25rem 1.35rem 1rem;border-bottom:1px solid var(--border)}.hb-recipe-title{font-family:var(--font-display);font-size:1.55rem;font-weight:600;margin:0;letter-spacing:-.02em}.hb-recipe-count{font-size:.75rem;font-weight:700;min-width:1.75rem;text-align:center;color:#fff;background:linear-gradient(145deg,var(--sage),#3d5f42);padding:.35rem .5rem;border-radius:10px;box-shadow:0 2px 8px #4f7a5659}.hb-recipe-hint{margin:0;padding:1rem 1.35rem 1.35rem;color:var(--ink-muted);font-size:.92rem;line-height:1.55}.hb-recipe-list{list-style:none;margin:0;padding:0 1.1rem .5rem;display:flex;flex-direction:column;gap:.65rem;max-height:min(58vh,520px);overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(79,122,86,.45) transparent}.hb-recipe-list::-webkit-scrollbar{width:6px}.hb-recipe-list::-webkit-scrollbar-thumb{background:#4f7a5659;border-radius:999px}.hb-recipe-item{display:flex;flex-direction:column;align-items:stretch;gap:.35rem;padding:.8rem .85rem;background:#fff;border-radius:var(--radius-sm);border:1px solid var(--border);font-size:.92rem;box-shadow:0 1px 4px #1328180a}.hb-recipe-item-head{display:flex;align-items:flex-start;justify-content:space-between;gap:.5rem}.hb-recipe-item-titles{flex:1;min-width:0}.hb-recipe-name{display:block;font-weight:700;color:var(--ink);line-height:1.25;font-size:.95rem}.hb-recipe-field-label{font-size:.62rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--sage);margin-top:.35rem}.hb-recipe-field-label:first-of-type{margin-top:.1rem}.hb-recipe-textarea{width:100%;margin:0;padding:.55rem .7rem;font-family:var(--font-ui);font-size:.84rem;line-height:1.45;color:var(--ink);border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--cream-dark);resize:vertical;min-height:2.85rem;transition:border-color .2s,box-shadow .2s,background .2s}.hb-recipe-textarea::placeholder{color:var(--ink-muted);opacity:.65}.hb-recipe-textarea:hover{border-color:#4f7a5666}.hb-recipe-textarea:focus{outline:none;border-color:var(--sage);box-shadow:0 0 0 3px var(--sage-soft);background:#fff}.hb-recipe-remove{flex-shrink:0;width:2.1rem;height:2.1rem;border:1px solid transparent;border-radius:9px;background:#1328180a;color:var(--ink-muted);cursor:pointer;font-size:1.15rem;line-height:1;transition:background .15s,color .15s,border-color .15s}.hb-recipe-remove:hover{background:var(--accent-soft);border-color:#a84a2840;color:var(--accent)}.hb-recipe-remove:focus-visible{outline:2px solid var(--sage);outline-offset:1px}.hb-recipe-latin{display:block;font-size:.78rem;font-style:italic;color:var(--ink-muted);margin-top:.15rem}.hb-recipe-actions{display:flex;flex-direction:column;gap:.55rem;padding:.85rem 1.35rem 1.35rem;border-top:1px solid var(--border);background:linear-gradient(180deg,rgba(232,223,210,.35),transparent)}.hb-btn--pdf{display:inline-flex;align-items:center;justify-content:center;gap:.45rem}.hb-btn--pdf:before{content:"";width:1.1rem;height:1.1rem;flex-shrink:0;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='white' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M12 10v6m0 0l-3-3m3 3l3-3m2 8H7a2 2 0 01-2-2V5a2 2 0 012-2h5.586a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V19a2 2 0 01-2 2z'/%3E%3C/svg%3E") center / contain no-repeat;opacity:.95}.hb-footer-disclaimer{margin:0 0 .4rem;max-width:38rem;margin-left:auto;margin-right:auto}.hb-footer{margin-top:3.25rem;padding-top:1.75rem;border-top:1px solid var(--border);text-align:center;font-size:.78rem;color:var(--ink-muted);letter-spacing:.03em;line-height:1.5}@media(max-width:899px){.hb-sidebar{position:static}.hb-layout{display:flex;flex-direction:column}.hb-recipe-list{max-height:none}}
