:root{--bg: #fbf7f0;--bg-card: #ffffff;--ink: #2a2118;--ink-soft: #6e5e4a;--rule: #e8dfd0;--accent: #a14b30;--serif: "Cormorant Garamond", Georgia, "Times New Roman", serif;--sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}*{box-sizing:border-box}html,body{margin:0;padding:0}img{image-orientation:from-image}[hidden]{display:none!important}body{font-family:var(--sans);color:var(--ink);background:var(--bg);line-height:1.55;min-height:100vh;display:flex;flex-direction:column;-webkit-font-smoothing:antialiased}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}h1,h2,h3{font-family:var(--serif);font-weight:600;letter-spacing:-.005em;color:var(--ink)}h1{font-size:2.6rem;line-height:1.1;margin:0 0 .25rem}h2{font-size:1.6rem;margin:0 0 .75rem}h3{font-size:1.2rem;margin:0 0 .5rem}.site-header{width:100%;padding:1.1rem 0;border-bottom:1px solid var(--rule);display:grid;grid-template-columns:minmax(0,1fr) minmax(0,880px) minmax(0,1fr);align-items:center}.site-header .brand{grid-column:1;justify-self:center;min-width:0;padding:0 .75rem;display:inline-block;text-decoration:none;color:inherit}.site-header .brand:hover{text-decoration:none}.site-header .brand-logo{display:block;width:auto;height:auto;max-height:137px;max-width:100%}.site-header-cookbook{grid-column:2;justify-self:center;min-width:0;text-align:center;padding:0 .75rem}.site-header-cookbook-inner{display:inline-flex;align-items:center;gap:.6rem;max-width:100%}.site-header-cookbook-text{min-width:0;text-align:center}.site-header-cookbook-link{display:inline-block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;vertical-align:middle;font-family:var(--serif);font-size:1.45rem;font-weight:600;color:var(--ink);letter-spacing:-.005em}a.site-header-cookbook-link:hover{color:var(--accent);text-decoration:none}.site-header-cookbook-subtitle{margin-top:.05rem;font-size:.85rem;color:var(--ink-soft);letter-spacing:.04em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.site-header-cookbook.is-primary .site-header-cookbook-link{font-size:2.6rem}.site-header-cookbook.is-primary .site-header-cookbook-subtitle{margin-top:.15rem;font-size:.95rem}.site-header-user{grid-column:3;justify-self:center;padding:0 .75rem;display:flex;align-items:center;gap:.6rem}.site-header-back,.site-header-right{display:none}@media (max-width: 1460px){.site-header{grid-template-columns:1fr auto 1fr;padding:1.1rem 1.5rem;gap:1rem}.site-header .brand{justify-self:start;padding:0}.site-header-cookbook{padding:0}.site-header-user{justify-self:end;padding:0}}main{width:100%;max-width:880px;margin:0 auto;padding:2rem 1.5rem 4rem;flex:1 0 auto}.site-footer{border-top:1px solid var(--rule);padding:2rem 0;margin-top:2rem;color:var(--ink-soft);font-size:.88rem}.site-footer-inner{max-width:880px;margin:0 auto;padding:0 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.site-footer-brand{font-family:var(--serif);font-weight:500;color:var(--ink)}.site-footer-links{display:inline-flex;gap:1.25rem}.site-footer-legal{font-family:var(--serif);font-weight:500;color:var(--ink-soft);text-decoration:underline}.site-footer-legal:hover{color:var(--accent)}@media (max-width: 600px){h1{font-size:2rem}h2{font-size:1.3rem}.site-header{display:flex;align-items:center;justify-content:center;position:relative;padding:1.5rem 1rem}.site-header .brand{display:none}.site-header-user{position:absolute;left:1rem;top:50%;transform:translateY(-50%);padding:0;z-index:100}.site-header-cookbook{text-align:center;padding:0;min-width:0;max-width:calc(100% - 10rem)}.site-header-right{display:block;position:absolute;right:1rem;top:50%;transform:translateY(-50%);z-index:100}.site-header-cookbook-link{font-size:1.05rem}.site-header-cookbook.is-primary .site-header-cookbook-link{font-size:1.6rem;white-space:normal;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.18}.site-header-cookbook:empty{display:none}main{padding:1rem 1.25rem 3rem}.site-header.has-back{display:grid;grid-template-columns:1fr 1fr;grid-template-areas:"back user" "book book";align-items:center;justify-content:initial;row-gap:.5rem;column-gap:.5rem;padding:1.1rem 1rem .9rem}.site-header.has-back .site-header-back{display:inline-flex;align-items:center;justify-content:center;grid-area:back;justify-self:start;width:36px;height:36px;border-radius:999px;color:var(--ink);background:var(--bg-card);border:1px solid var(--rule)}.site-header.has-back .site-header-back:hover{background:var(--rule);color:var(--ink);text-decoration:none}.site-header.has-back .site-header-user{position:static;transform:none;left:auto;top:auto;grid-area:user;justify-self:end}.site-header.has-back .site-header-cookbook{grid-area:book;justify-self:center;max-width:100%}}
