*{box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,sans-serif;color:#1f2937;background:#fafaf9}.topbar{background:#e8590c;color:white;padding:.6rem 1.5rem;display:flex;align-items:center;gap:2rem;flex-wrap:wrap}.brand{color:white;text-decoration:none;font-size:1.2rem;font-weight:700;white-space:nowrap}.searchbar{display:flex;align-items:center;gap:.75rem;flex:1 1;min-width:20rem;flex-wrap:wrap}.searchbar input[type=search]{flex:1 1;min-width:12rem;max-width:28rem;border:none}.searchbar label{display:flex;align-items:center;gap:.3rem;font-size:.9rem;white-space:nowrap}.searchbar button{background:#9a3412}.searchbar button:hover{background:#7c2d12}.shell{display:flex;max-width:70rem;margin:0 auto;align-items:flex-start}.sidenav{width:10.5rem;flex-shrink:0;padding:1.5rem .75rem;display:flex;flex-direction:column;gap:.25rem}.sidenav a{display:block;padding:.5rem .75rem;border-radius:6px;color:#1f2937;text-decoration:none}.sidenav a:hover{background:#ffedd5}.sidenav a.active{background:#e8590c;color:white;font-weight:600}main{flex:1 1;min-width:0;padding:1.5rem}@media (max-width:720px){.shell{flex-direction:column}.sidenav{flex-direction:row;width:100%;padding:.5rem 1rem 0}}h2{font-size:1.1rem;margin:0 0 .75rem}h2~h2{margin-top:2rem}table{width:100%;border-collapse:collapse;background:white;border:1px solid #e5e7eb}td,th{text-align:left;padding:.5rem .75rem;border-bottom:1px solid #e5e7eb}th{background:#f3f4f6;font-weight:600}th a.sort{color:inherit;text-decoration:none}.sort-dir,th a.sort:hover{color:#c2410c}tr.latest{background:#fff7ed}tr.latest td:first-child{font-weight:700}.badge{background:#e8590c;color:white;border-radius:8px;font-size:.7rem;padding:.1rem .5rem;margin-left:.5rem;vertical-align:middle}form.inline{grid-template-columns:repeat(auto-fit,minmax(10rem,1fr));grid-gap:.5rem;gap:.5rem}form.inline,form.stack{display:grid;background:white;border:1px solid #e5e7eb;padding:1rem}form.stack{grid-gap:.6rem;gap:.6rem;max-width:36rem}.field{display:flex;flex-direction:column;gap:.2rem;font-size:.85rem;color:#374151}.ingredient-list{display:grid;grid-gap:.4rem;gap:.4rem}.ingredient-row{display:grid;grid-template-columns:2fr 1fr auto auto;grid-gap:.4rem;gap:.4rem;align-items:center}input,select,textarea{padding:.45rem .6rem;border:1px solid #d1d5db;border-radius:4px;font:inherit;background:white}a{color:#c2410c}a.button{display:inline-block;padding:.45rem 1rem;border-radius:4px;background:#e8590c;color:white;text-decoration:none}a.button:hover{background:#d9480f}.notice{padding:.6rem 1rem;border-radius:4px;border:1px solid}.notice.ok{background:#ecfdf5;border-color:#34d399;color:#065f46}.notice.error{background:#fef2f2;border-color:#f87171;color:#991b1b}button{padding:.45rem 1rem;border:none;border-radius:4px;background:#e8590c;color:white;font:inherit;cursor:pointer}button:hover{background:#d9480f}button.danger{background:#b91c1c}button.danger:hover{background:#991b1b}.muted{color:#6b7280;font-style:italic}.thumb{height:48px;width:36px;object-fit:cover;border-radius:3px;display:block}.cover{max-height:200px;border:1px solid #e5e7eb}.cover,code{border-radius:4px}code{background:#f3f4f6;padding:.1rem .35rem;font-size:.9em}