*{box-sizing:border-box}body{margin:0;font-family:SF Mono,Menlo,Monaco,Consolas,monospace;background:#282828;color:#ebdbb2;line-height:1.2}.app{height:100vh;display:flex;flex-direction:column;padding:.5rem}.header{display:flex;align-items:baseline;gap:1rem;margin-bottom:.5rem;padding:0 .25rem}.header h1{margin:0;font-size:1.1rem;color:#fabd2f}.help-hint{font-size:.8rem;color:#665c54}.search-form{margin-bottom:.5rem}.search-input{width:100%;padding:.4rem .6rem;font-size:.9rem;font-family:inherit;background:#3c3836;border:1px solid #504945;border-radius:2px;color:#ebdbb2}.search-input:focus{outline:none;border-color:#fabd2f}.search-input::placeholder{color:#665c54}.loading,.error{padding:1rem;font-size:.9rem;color:#a89984}.error{color:#fb4934}.recipe-grid{flex:1;overflow:auto;border:1px solid #504945;background:#282828}.recipe-header,.recipe-row{display:grid;grid-template-columns:45px minmax(200px,1fr) 55px 55px 55px 50px 50px 50px 55px 120px;min-width:750px;gap:0}.recipe-header{position:sticky;top:0;z-index:10;background:#3c3836;border-bottom:1px solid #504945;font-size:.8rem;font-weight:600;color:#928374;text-transform:uppercase}.recipe-header span{padding:.35rem .5rem;border-right:1px solid #3c3836}.recipe-header span:last-child{border-right:none}.recipe-row{font-size:.85rem;border-bottom:1px solid #3c3836;cursor:pointer}.recipe-row span{padding:.25rem .5rem;border-right:1px solid #282828}.recipe-row span:last-child{border-right:none}.recipe-row:hover{background:#3c3836}.recipe-row.selected{background:#504945;color:#fbf1c7}.recipe-row.selected:hover{background:#665c54}.col-idx{color:#665c54;text-align:right;font-size:.75rem}.col-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.col-cal,.col-protein,.col-carbs,.col-fat,.col-fiber,.col-sugar,.col-sodium{text-align:right;font-variant-numeric:tabular-nums;color:#b8bb26}.col-cal{color:#fe8019}.col-sugar{color:#d3869b}.col-sodium{color:#83a598}.col-source{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#a89984;font-size:.75rem}.status-bar{display:flex;gap:1rem;padding:.3rem .5rem;background:#3c3836;border:1px solid #504945;border-top:none;font-size:.8rem;color:#a89984}.status-count{color:#fabd2f;font-variant-numeric:tabular-nums}.status-loaded{color:#665c54;font-variant-numeric:tabular-nums}.status-info{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.help-overlay{position:fixed;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:100}.help-modal{background:#3c3836;border:1px solid #504945;border-radius:4px;padding:1rem;min-width:280px}.help-modal h2{margin:0 0 .75rem;font-size:1rem;color:#ebdbb2}.help-grid{display:grid;grid-template-columns:auto 1fr;gap:.3rem .75rem;font-size:.85rem}.help-grid kbd{background:#282828;border:1px solid #504945;border-radius:2px;padding:.15rem .4rem;font-family:inherit;font-size:.8rem;color:#a89984}.help-grid span{color:#a89984}.help-footer{margin:.75rem 0 0;font-size:.75rem;color:#665c54;text-align:center}.recipe-grid::-webkit-scrollbar{width:8px}.recipe-grid::-webkit-scrollbar-track{background:#282828}.recipe-grid::-webkit-scrollbar-thumb{background:#504945;border-radius:4px}.recipe-grid::-webkit-scrollbar-thumb:hover{background:#665c54}.loading-more{padding:.5rem;text-align:center;font-size:.8rem;color:#a89984;background:#3c3836}.command-bar{position:fixed;bottom:0;left:0;right:0;padding:.4rem .6rem;background:#3c3836;border-top:1px solid #504945;font-size:.9rem;font-family:inherit;z-index:50}.command-bar.error{background:#462726;border-color:#fb4934}.command-prompt{color:#fabd2f}.command-input{color:#ebdbb2}.command-cursor{color:#fabd2f;animation:blink 1s step-end infinite}@keyframes blink{50%{opacity:0}}.status-source{color:#83a598;margin-right:.5rem}.status-filters{color:#b8bb26;margin-right:.5rem}.help-modal h3{margin:1rem 0 .5rem;font-size:.9rem;color:#a89984;font-weight:600}.help-text{margin:.5rem 0;font-size:.8rem;color:#928374}.help-text kbd{background:#282828;border:1px solid #504945;border-radius:2px;padding:.15rem .4rem;font-family:inherit;font-size:.75rem;color:#a89984}.empty-state{flex:1;display:flex;flex-direction:column;padding:1rem 2rem;border:1px solid #504945;background:#282828;overflow:auto}.man-page{width:100%;font-size:.85rem;line-height:1.6}.man-header{display:flex;justify-content:space-between;color:#928374;margin-bottom:1.5rem;border-bottom:1px solid #504945;padding-bottom:.5rem}.man-section{color:#fabd2f;font-weight:600;margin-top:1.5rem;margin-bottom:.5rem}.man-section:first-of-type{margin-top:.5rem}.man-desc{color:#ebdbb2;padding-left:2rem}.man-row{display:flex;padding-left:2rem;gap:2rem;margin:.25rem 0}.man-cmd{color:#8ec07c;min-width:160px}.man-text{color:#a89984}.man-footer{margin-top:1.5rem;text-align:center;color:#665c54}
