@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700;800&display=swap";:root{font-synthesis:none;text-rendering:optimizelegibility;--bg:#f5f6f3;--surface:#fff;--surface-2:#eef0eb;--text:#172019;--muted:#637068;--line:#dfe3dc;--accent:#2e7d4f;--accent-soft:#dff3e6;--shadow:0 18px 50px #182a1e14;--lightningcss-light:initial;--lightningcss-dark: ;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;font-family:DM Sans,system-ui,sans-serif}:root[data-theme=dark]{--bg:#101411;--surface:#171c18;--surface-2:#202620;--text:#edf4ee;--muted:#9faa9f;--line:#2b332c;--accent:#65c88b;--accent-soft:#183526;--shadow:0 18px 50px #00000040;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}@media (prefers-color-scheme:dark){:root[data-theme=system]{--bg:#101411;--surface:#171c18;--surface-2:#202620;--text:#edf4ee;--muted:#9faa9f;--line:#2b332c;--accent:#65c88b;--accent-soft:#183526;--shadow:0 18px 50px #00000040;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}}*{box-sizing:border-box}body{background:var(--bg);color:var(--text);margin:0}button,input,select{font:inherit}button,select{color:inherit}.app-shell{min-height:100vh}.topbar{border-bottom:1px solid var(--line);background:color-mix(in srgb,var(--bg) 88%,transparent);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);z-index:5;justify-content:space-between;align-items:center;height:68px;padding:0 max(24px,50vw - 660px);display:flex;position:sticky;top:0}.brand{color:var(--text);letter-spacing:-.04em;align-items:center;gap:8px;font-size:18px;text-decoration:none;display:flex}.brand-cube{background:linear-gradient(135deg,#6fc780 0 50%,#347651 50%);border-radius:5px;width:22px;height:22px;box-shadow:inset 0 0 0 2px #ffffff2e}.header-controls{gap:8px;display:flex}select{border:1px solid var(--line);background:var(--surface);border-radius:10px;padding:8px 30px 8px 10px}main{width:min(1320px,100% - 32px);margin:auto}.hero{max-width:820px;padding:76px 0 38px}.eyebrow{color:var(--accent);letter-spacing:.1em;text-transform:uppercase;margin:0 0 12px;font-size:12px;font-weight:800}h1{letter-spacing:-.065em;max-width:760px;margin:0;font-size:clamp(38px,6vw,68px);line-height:.98}.hero>p:not(.eyebrow){color:var(--muted);margin:20px 0 28px;font-size:18px}.search-box{background:var(--surface);border:1px solid var(--line);height:62px;box-shadow:var(--shadow);border-radius:16px;align-items:center;gap:12px;padding:0 18px;font-size:24px;display:flex}.search-box:focus-within{outline:3px solid color-mix(in srgb,var(--accent) 30%,transparent);border-color:var(--accent)}.search-box input{width:100%;color:var(--text);background:0 0;border:0;outline:0;font-size:18px}.toggle{color:var(--muted);cursor:pointer;align-items:center;gap:10px;margin-top:18px;display:inline-flex}.toggle input{accent-color:var(--accent);width:18px;height:18px}.workspace{grid-template-columns:340px minmax(0,1fr);align-items:start;gap:20px;margin-bottom:48px;display:grid}.catalog-panel,.detail-panel{border:1px solid var(--line);background:var(--surface);box-shadow:var(--shadow);border-radius:18px;overflow:hidden}.catalog-panel{position:sticky;top:88px}.panel-heading{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding:18px;display:flex}.panel-heading span{color:var(--muted);font-size:12px}.item-list{max-height:68vh;padding:7px;overflow:auto}.item-row{text-align:left;cursor:pointer;background:0 0;border:0;border-radius:11px;align-items:center;gap:12px;width:100%;padding:10px;display:flex}.item-row:hover{background:var(--surface-2)}.item-row.active{background:var(--accent-soft);color:var(--accent)}.item-row>span:last-child{gap:3px;min-width:0;display:grid}.item-row strong{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.item-row small{color:var(--muted)}.item-icon{border:1px solid var(--line);background:linear-gradient(135deg,var(--surface-2),var(--surface));width:40px;height:40px;image-rendering:pixelated;border-radius:9px;flex:0 0 40px;place-items:center;display:grid}.item-icon img{max-width:30px;max-height:30px;image-rendering:pixelated}.item-icon--large{border-radius:15px;flex-basis:72px;width:72px;height:72px}.item-icon--large img{max-width:54px;max-height:54px}.texture-missing:after{content:"?";color:var(--muted);font-weight:800}.detail-panel{min-height:560px;padding:28px}.item-title{align-items:center;gap:18px;display:flex}.item-title h2{letter-spacing:-.04em;margin:0;font-size:32px}.item-title p{color:var(--muted);margin:6px 0 0}code{background:var(--surface-2);border-radius:5px;padding:3px 6px;font-size:12px}.use-summary{background:var(--accent-soft);border-radius:14px;margin:26px 0 22px;padding:20px}.use-summary h3{margin:0;font-size:18px}.use-summary p:last-child{color:var(--muted);margin:8px 0 0;font-size:13px}.tabs{border-bottom:1px solid var(--line);gap:8px;margin-bottom:18px;display:flex}.tabs button{cursor:pointer;color:var(--muted);background:0 0;border:0;border-bottom:2px solid #0000;margin-right:16px;padding:12px 4px}.tabs button.active{color:var(--text);border-color:var(--accent)}.tabs span{background:var(--surface-2);border-radius:99px;margin-left:5px;padding:2px 7px;font-size:12px}.recipe-list{gap:12px;display:grid}.recipe-card{border:1px solid var(--line);border-radius:14px;padding:16px}.recipe-meta{flex-wrap:wrap;gap:7px;margin-bottom:14px;display:flex}.recipe-meta span{color:var(--muted);background:var(--surface-2);text-transform:capitalize;border-radius:99px;padding:5px 8px;font-size:11px;font-weight:700}.recipe-flow{justify-content:space-between;align-items:center;gap:18px;display:flex}.craft-grid{grid-template-columns:repeat(3,52px);gap:5px;display:grid}.craft-slot{border:1px solid var(--line);background:var(--surface-2);border-radius:8px;place-items:center;width:52px;height:52px;display:grid;overflow:hidden}.craft-slot .stack>span:last-child{display:none}.ingredient-list,.result-list{flex-wrap:wrap;flex:1;gap:8px;display:flex}.result-list{justify-content:flex-end}.stack{align-items:center;gap:8px;min-width:0;display:inline-flex}.stack>span:last-child{flex-direction:column;min-width:0;display:flex}.stack strong{text-overflow:ellipsis;font-size:13px;overflow:hidden}.stack small{color:var(--muted)}.arrow{color:var(--accent);font-size:26px}.empty-state{color:var(--muted);text-align:center;padding:56px 20px}footer{width:min(1320px,100% - 32px);color:var(--muted);border-top:1px solid var(--line);flex-wrap:wrap;gap:14px 24px;margin:0 auto;padding:24px 0 42px;font-size:11px;display:flex}footer p{flex:100%;margin:0;font-weight:700}footer a{color:var(--muted)}.status-page{min-height:100vh;color:var(--muted);place-content:center;justify-items:center;display:grid}.loader{border:3px solid var(--line);border-top-color:var(--accent);border-radius:50%;width:38px;height:38px;animation:.8s linear infinite spin}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@keyframes spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation:none!important}}@media (width<=800px){.hero{padding-top:46px}.workspace{grid-template-columns:1fr}.catalog-panel{position:static}.item-list{max-height:340px}.detail-panel{padding:18px}.recipe-flow{flex-direction:column;align-items:stretch}.arrow{align-self:center;transform:rotate(90deg)}.result-list{justify-content:flex-start}}@media (width<=480px){main{width:min(100% - 20px,1320px)}.topbar{padding:0 10px}.brand{font-size:15px}.hero{padding-top:34px}.search-box{height:56px}.item-title h2{font-size:26px}.craft-grid{grid-template-columns:repeat(3,48px)}.craft-slot{width:48px;height:48px}}
