:root{font-family:Inter,ui-sans-serif,system-ui,sans-serif;color:#25180e;background:#fff8ed;font-synthesis:none}*{box-sizing:border-box}html,body,#root{height:100%;overflow:hidden}body{margin:0;min-width:320px;min-height:100vh}button,input{font:inherit}main{display:grid;height:100dvh;grid-template-rows:auto auto minmax(0,1fr) auto;max-width:1500px;margin:0 auto;padding:2rem}main>section:not(.summary){min-height:0;overflow-y:auto;overscroll-behavior:contain}header{display:flex;align-items:center;justify-content:space-between;gap:2rem;margin-bottom:2rem}h1{margin:0;font-size:clamp(2rem,4vw,4.8rem);line-height:.95;letter-spacing:-.04em}h2{font-size:clamp(1.5rem,2.5vw,2.4rem)}.eyebrow{margin:0 0 .45rem;color:#b6470b;font-weight:900;letter-spacing:.13em;text-transform:uppercase}.connection{display:flex;align-items:center;gap:.6rem;border:1px solid #ddcdbb;border-radius:999px;background:#fff;padding:.75rem 1rem;font-weight:800;white-space:nowrap}.connection span{width:13px;height:13px;border-radius:50%;background:#db8a0e}.connection.online span{background:#21884a}.connection.offline span{background:#c6332b}.summary{display:flex;align-items:center;justify-content:space-between;gap:1rem;border-radius:18px;background:#24180f;color:#fff;padding:1rem 1.4rem}.summary div{display:flex;align-items:baseline;gap:.7rem}.summary div strong{font-size:2.5rem}.ingredient-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(270px,1fr));gap:1rem}.ingredient{display:flex;min-height:130px;align-items:center;justify-content:space-between;gap:1rem;border:1px solid #eadac8;border-radius:18px;background:#fff;padding:1.4rem;box-shadow:0 8px 24px #6d3b1912}.ingredient span{display:flex;flex-direction:column;gap:.45rem;font-size:clamp(1.2rem,2vw,1.8rem);font-weight:800}.ingredient span small{color:#786654;font-size:.82rem;font-weight:700}.ingredient strong{min-width:70px;text-align:right;color:#d14d08;font-size:clamp(3rem,5vw,5rem);line-height:1}.empty{grid-column:1 / -1;border:2px dashed #ddcdbb;border-radius:18px;padding:3rem;text-align:center;color:#786654}details{margin-top:2rem;border-top:1px solid #ddcdbb;padding-top:1.2rem}summary{cursor:pointer;font-size:1.2rem;font-weight:850}.order-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:.8rem;margin-top:1rem}.order-list article{border-radius:14px;background:#fff;padding:1rem}.order-list article>span{float:right;color:#786654;font-size:.8rem;font-weight:800}.order-list p{color:#584636;line-height:1.5}.error{border-radius:10px;background:#fee6e3;color:#9c231d;padding:.8rem}.pairing{min-height:100vh;display:grid;place-items:center}.pairing form{width:min(560px,100%);border:1px solid #eadac8;border-radius:22px;background:#fff;padding:2rem;box-shadow:0 16px 50px #6d3b1920}.pairing h1{font-size:clamp(2rem,6vw,3.4rem)}.pairing label{display:grid;gap:.5rem;margin:1.5rem 0;font-weight:800}.pairing input{min-height:54px;border:1px solid #cdb9a5;border-radius:10px;padding:.8rem}.pairing button{width:100%;min-height:54px;border:0;border-radius:10px;background:#d14d08;color:#fff;font-weight:900}@media(max-width:650px){main{padding:1rem}header,.summary{align-items:flex-start;flex-direction:column}}
