#screen-alchemy{height:calc(100vh - 70px);overflow-y:auto;background:#050505 url(../images/alchimie-bg.webp) center / cover no-repeat fixed;padding:30px;scrollbar-width:thin;scrollbar-color:#8b6f3a rgba(10,8,5,.6)}#screen-alchemy::-webkit-scrollbar{width:10px}#screen-alchemy::-webkit-scrollbar-track{background:#0a080599;border-radius:5px}#screen-alchemy::-webkit-scrollbar-thumb{background:linear-gradient(180deg,var(--gold-mid),#8b6f3a);border:1px solid #6b521f;border-radius:5px}#screen-alchemy::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#ffd24a,var(--gold-mid))}#screen-alchemy h2{color:var(--gold);font-family:Cinzel Decorative,serif;font-size:1.8em;margin-bottom:25px;text-align:center;text-shadow:0 0 15px var(--gold-dark)}#active-buffs{display:flex;flex-wrap:wrap;gap:10px}.buff-badge{background:#3498db33;border:1px solid #3498db;color:#3498db;padding:8px 12px;border-radius:4px;font-size:.85em;display:flex;align-items:center;gap:8px}.buff-timer{background:#3498db4d;padding:2px 6px;border-radius:2px;font-weight:700}.no-buff{color:var(--grey-mid);font-style:italic;text-align:center}#ingredients-list{display:grid;grid-template-columns:repeat(auto-fill,68px);justify-content:start;gap:3px;width:100%}#potions-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:15px}.ingredient-item{width:68px;height:68px;border:1px dashed #2a2200;border-radius:4px;background:#0c0c0c;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:0;padding:0;overflow:hidden;position:relative;text-align:center;transition:border-color .15s,box-shadow .15s,background .15s;cursor:default;flex-shrink:0}.ingredient-item.has-stock{border-style:solid;border-color:#5a4200;background:linear-gradient(135deg,#0e0e0e,#1a1200);opacity:1}.ingredient-item.has-stock:hover{background:#171200;box-shadow:0 0 10px #b482004d;border-color:#8a6200}.ingr-slot-empty{opacity:.25;cursor:default}.ingr-emoji{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-size:1.6em;line-height:1}.ingr-qty-badge{position:absolute;bottom:2px;right:3px;font-size:.5em;font-weight:700;color:var(--gold);line-height:1;text-shadow:0 0 4px #000,0 0 4px #000}.potion-item{background:var(--bg-panel2);border:1px solid var(--border);border-radius:6px;padding:12px;text-align:center}.potion-emoji{font-size:2em;margin-bottom:8px}.potion-name{color:var(--gold);font-weight:700;margin-bottom:4px}.potion-qty{color:var(--grey-light);font-size:.85em;margin-bottom:8px}.potion-desc{color:#999;font-size:.75em;margin-bottom:10px;font-style:italic;font-family:Georgia,serif}.recette{display:flex;flex-wrap:wrap;gap:5px;margin:10px 0;justify-content:center}.panel{background:var(--bg-panel);border:1px solid var(--border);border-radius:8px;padding:20px}.panel h3{color:var(--gold);font-size:1.2em;margin-bottom:15px;text-shadow:0 0 10px var(--gold-dark)}#flee-btn{border-color:var(--red-bright)}#flee-btn:hover{background:var(--red-bright);box-shadow:0 4px 12px #e74c3c66}
