*{box-sizing:border-box}:root{--ink:#22283d;--muted:#70778a;--line:#e5e5ef;--purple:#6257d9;--purple-dark:#4338b4;--orange:#ff825f;--orange-dark:#e75e3e;--blue:#6467e8;--mint:#18ac83;--panel:#fff;--shadow:0 22px 60px rgba(42,44,82,.11)}html,body{width:100%;height:100%;margin:0;overflow:hidden}body{font-family:"DM Sans",sans-serif;color:var(--ink);background:#eef0f7}button,input{font:inherit}.app-shell{width:100vw;height:100vh;display:grid;grid-template-rows:68px minmax(0,1fr);background:radial-gradient(circle at 10% 2%,#fff 0,transparent 33%),radial-gradient(circle at 92% 86%,#eae6ff 0,transparent 31%),linear-gradient(135deg,#f8f8fc,#eef0f6)}.topbar{display:flex;align-items:center;justify-content:space-between;padding:0 24px;background:rgba(255,255,255,.88);border-bottom:1px solid rgba(67,77,110,.12);backdrop-filter:blur(14px);z-index:5}.brand{display:flex;align-items:center;gap:12px}.brand-mark{width:39px;height:39px;border-radius:12px;display:grid;place-items:center;color:#fff;font:800 26px Manrope,sans-serif;background:linear-gradient(145deg,var(--purple),#9889ff);box-shadow:0 8px 20px rgba(98,87,217,.28);transform:rotate(-4deg)}.brand p,.kicker{margin:0;color:var(--purple);text-transform:uppercase;letter-spacing:.13em;font-size:10px;font-weight:800}.brand h1{font:800 20px/1.05 Manrope,sans-serif;margin:2px 0 0}.top-actions{display:flex;align-items:center;gap:10px}.shortcut{color:var(--muted);font-size:11px}.quiet-button{border:0;background:#eeeff5;border-radius:10px;padding:9px 13px;color:var(--ink);font-weight:700;font-size:12px;cursor:pointer}.workspace{min-height:0;display:grid;grid-template-columns:minmax(0,1fr) 370px;gap:14px;padding:14px}.visual-panel,.control-panel{min-height:0;border-radius:22px;background:var(--panel);border:1px solid rgba(87,99,132,.12);box-shadow:var(--shadow)}.visual-panel{overflow:hidden;display:grid;grid-template-rows:auto minmax(0,1fr) auto;gap:12px;padding:22px;background:linear-gradient(145deg,#fff,#fbfbfe)}.panel-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.panel-heading h2{font:800 clamp(18px,2.2vw,29px)/1.2 Manrope,sans-serif;letter-spacing:-.025em;margin:5px 0 0}.status-pill{display:flex;align-items:center;gap:7px;background:#e8f9f3;color:#13765d;border-radius:99px;padding:7px 11px;font-size:11px;font-weight:800;white-space:nowrap}.status-pill span{width:8px;height:8px;border-radius:50%;background:var(--mint);box-shadow:0 0 0 4px rgba(24,172,131,.12)}.lab-stage{min-height:0;display:grid;grid-template-columns:minmax(190px,.7fr) minmax(300px,1fr);gap:18px;align-items:center;padding:18px clamp(16px,3vw,34px);border-radius:20px;border:1px solid #e9e9f1;background:linear-gradient(rgba(92,87,145,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(92,87,145,.035) 1px,transparent 1px),linear-gradient(145deg,#f8f7ff,#f7f9fc);background-size:30px 30px,30px 30px,auto}.ingredients{display:grid;grid-template-columns:1fr 30px 1fr;align-items:end;gap:8px}.ingredient{text-align:center}.ingredient strong{display:block;font:800 12px Manrope,sans-serif;margin-top:7px}.ingredient small{display:block;color:var(--muted);font-size:9px}.mini-cylinder{height:min(28vh,190px);min-height:120px;max-width:96px;margin:auto;position:relative;border:3px solid #cfd2df;border-top:0;border-radius:3px 3px 24px 24px;overflow:hidden;background:rgba(255,255,255,.72);box-shadow:inset 7px 0 12px rgba(255,255,255,.7),0 14px 28px rgba(52,57,91,.1)}.mini-cylinder:before{content:"";position:absolute;z-index:4;left:-4px;right:-4px;top:0;height:8px;border:3px solid #bfc4d4;border-radius:50%;background:#f8f8fc}.mini-cylinder span{position:absolute;z-index:5;left:50%;top:50%;transform:translate(-50%,-50%);font:800 28px Manrope,sans-serif;color:#fff;text-shadow:0 2px 8px rgba(0,0,0,.18)}.mini-liquid{position:absolute;left:0;right:0;bottom:0;height:17%;transition:height .35s cubic-bezier(.2,.8,.2,1)}.mini-liquid:before{content:"";position:absolute;left:0;right:0;top:-5px;height:10px;border-radius:50%;background:inherit;filter:brightness(1.08)}.orange-ingredient .mini-liquid{background:linear-gradient(135deg,#ff9b68,var(--orange-dark))}.blue-ingredient .mini-liquid{background:linear-gradient(135deg,#8587ff,#4f50cc)}.pour-symbol{align-self:center;display:grid;place-items:center;width:30px;height:30px;border-radius:50%;background:#fff;border:1px solid var(--line);color:var(--muted);font-weight:800}.mix-card{display:grid;grid-template-columns:minmax(150px,1fr) minmax(160px,.9fr);align-items:center;gap:18px}.beaker-wrap{display:grid;place-items:center}.beaker{position:relative;width:min(19vw,210px);height:min(33vh,250px);min-width:150px;min-height:170px;border:5px solid #bfc4d4;border-top:0;border-radius:4px 4px 34px 34px;overflow:hidden;background:rgba(255,255,255,.62);box-shadow:inset 12px 0 20px rgba(255,255,255,.7),0 20px 38px rgba(53,59,94,.12)}.beaker:before{content:"";position:absolute;z-index:4;left:-7px;right:-7px;top:0;height:13px;border:4px solid #aeb5c8;border-radius:50%;background:#fbfbfd}.mix-liquid{position:absolute;left:0;right:0;bottom:0;height:24%;transition:height .4s cubic-bezier(.2,.8,.2,1),background .4s}.mix-liquid:before{content:"";position:absolute;left:0;right:0;top:-8px;height:16px;border-radius:50%;background:inherit;filter:brightness(1.08)}.shine{position:absolute;z-index:2;left:15%;top:12%;width:10%;height:58%;border-radius:99px;background:rgba(255,255,255,.3)}.ticks{position:absolute;z-index:3;right:0;top:22%;width:27px;height:61%;background:repeating-linear-gradient(to bottom,transparent 0 18px,#9ea5b8 19px 21px)}.ratio-readout span{display:block;color:var(--muted);text-transform:uppercase;letter-spacing:.11em;font-size:9px;font-weight:800}.ratio-readout strong{display:flex;align-items:center;gap:10px;font:800 clamp(37px,5vw,68px)/1 Manrope,sans-serif;letter-spacing:-.04em;margin:5px 0;color:var(--ink)}.ratio-readout strong b:first-child{color:var(--orange-dark)}.ratio-readout strong b:last-child{color:var(--blue)}.ratio-readout i{font-style:normal;color:#a7abbb;font-size:.65em}.ratio-readout p{font-size:11px;line-height:1.4;color:var(--muted);margin:0;max-width:180px}.model-card{padding:13px 15px;border:1px solid #e8e9f0;border-radius:16px;background:#fff}.model-heading{display:flex;align-items:end;justify-content:space-between;margin-bottom:9px}.model-heading span{display:block;color:var(--purple);font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.11em}.model-heading strong{font:800 14px Manrope,sans-serif}.model-heading p{font-size:10px;color:var(--muted);margin:0}.tape-model{height:32px;display:flex;gap:3px}.tape-part{min-width:0;flex:1;border-radius:5px;box-shadow:inset 0 0 0 1px rgba(255,255,255,.24);animation:pop .25s ease both}.tape-part.orange{background:linear-gradient(145deg,#ff9b72,var(--orange))}.tape-part.blue{background:linear-gradient(145deg,#7b7ef1,#5558d8)}@keyframes pop{from{opacity:0;transform:scale(.75)}to{opacity:1;transform:scale(1)}}.percent-row{display:flex;gap:16px;margin-top:8px;color:var(--muted);font-size:9px}.percent-row span{display:flex;align-items:center;gap:5px}.percent-row i{width:8px;height:8px;border-radius:50%}.orange-dot{background:var(--orange)}.blue-dot{background:var(--blue)}.percent-row b{color:var(--ink)}.control-panel{overflow:hidden;display:flex;flex-direction:column}.goal-card{display:flex;justify-content:space-between;align-items:center;padding:17px 18px;background:linear-gradient(135deg,#292f53,#474c7a);color:#fff}.step-badge{color:#d3d6ed;text-transform:uppercase;letter-spacing:.12em;font-size:8px;font-weight:800}.goal-card h2{font:800 18px Manrope,sans-serif;margin:3px 0}.goal-card p{color:#c9cde2;font-size:9px;line-height:1.4;margin:0;max-width:245px}.ratio-icon{width:50px;height:50px;flex:0 0 50px;border-radius:15px;background:rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;gap:4px}.ratio-icon span{width:7px;border-radius:6px;background:#a9a2ff}.ratio-icon span:nth-child(1){height:16px}.ratio-icon span:nth-child(2){height:30px;background:#ff9178}.ratio-icon span:nth-child(3){height:23px}.control-section{padding:15px 17px;border-bottom:1px solid #eceef4}.section-title{display:flex;gap:9px;align-items:flex-start;margin-bottom:11px}.step-number{width:23px;height:23px;flex:0 0 23px;border-radius:7px;display:grid;place-items:center;background:#efefff;color:var(--purple);font-size:10px;font-weight:800}.section-title h3{font:800 13px Manrope,sans-serif;margin:1px 0}.section-title p{font-size:9px;color:var(--muted);margin:2px 0}.slider-row{display:grid;grid-template-columns:72px 1fr 30px;align-items:center;gap:8px;margin:9px 0;font-size:10px;font-weight:700}.slider-row>span{display:flex;align-items:center;gap:6px}.slider-row i{width:9px;height:9px;border-radius:50%}.orange-control i{background:var(--orange)}.blue-control i{background:var(--blue)}.slider-row output{height:27px;display:grid;place-items:center;border-radius:8px;background:#f0f1f6;font:800 12px Manrope,sans-serif}.slider-row input{width:100%;accent-color:var(--purple);cursor:pointer}.orange-control input{accent-color:var(--orange-dark)}.blue-control input{accent-color:var(--blue)}.preset-row{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;margin-top:11px}.preset-row button,.ratio-table button{border:1px solid #e1e3ec;background:#f8f8fb;border-radius:9px;padding:7px;color:var(--purple-dark);font-size:9px;font-weight:800;cursor:pointer}.preset-row button:hover,.ratio-table button:hover{background:#f0efff;border-color:#c8c3f3}.table-section{padding-top:13px;padding-bottom:13px}.ratio-table{border:1px solid #e5e6ee;border-radius:11px;overflow:hidden;font-size:10px}.ratio-table>div{display:grid;grid-template-columns:1fr 1fr 1fr;text-align:center;align-items:center;min-height:31px;border-top:1px solid #ececf2}.ratio-table>div:first-child{border-top:0}.table-head{background:#f5f5f9;color:var(--muted);font-size:8px;text-transform:uppercase;letter-spacing:.08em;font-weight:800}.ratio-table button{justify-self:center;padding:4px 10px}.ratio-table span:not(.table-head span){font-weight:800}.challenge-card{margin:auto 13px 13px;padding:13px;border-radius:14px;background:#fff7f2;border:1px solid #f1dfd5}.challenge-card>div:first-child>span{color:#c65e45;text-transform:uppercase;letter-spacing:.1em;font-size:8px;font-weight:800}.challenge-card h3{font:800 12px/1.35 Manrope,sans-serif;margin:3px 0}.challenge-card h3 b{color:var(--purple)}.challenge-card p{font-size:9px;line-height:1.35;color:#755f59;margin:0}.challenge-actions{display:grid;grid-template-columns:1fr 35px;gap:6px;margin-top:9px}.challenge-actions button{border:0;border-radius:9px;cursor:pointer;font-weight:800}.check-button{padding:8px;background:var(--orange);color:#fff;font-size:9px}.next-button{background:#eee8e4;color:#765c55}.challenge-card.success{background:#e8f9f3;border-color:#c5eddf}.challenge-card.success .check-button{background:var(--mint)}.challenge-card.success>div:first-child>span{color:#14775e}.challenge-card.try-again{animation:shake .28s ease}@keyframes shake{25%{transform:translateX(-3px)}75%{transform:translateX(3px)}}button:focus-visible,input:focus-visible{outline:3px solid rgba(98,87,217,.28);outline-offset:2px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
@media(max-width:900px){.workspace{grid-template-columns:minmax(0,1fr) 330px}.visual-panel{padding:16px}.lab-stage{padding:13px}.mix-card{gap:10px}.control-section{padding-left:13px;padding-right:13px}}
@media(min-width:701px) and (max-height:700px){.app-shell{grid-template-rows:56px minmax(0,1fr)}.topbar{padding:0 18px}.brand-mark{width:34px;height:34px}.brand h1{font-size:17px}.workspace{padding:9px;gap:9px}.visual-panel{padding:14px;gap:7px}.panel-heading h2{font-size:20px}.lab-stage{padding:8px 20px}.mini-cylinder{min-height:100px}.beaker{min-height:145px}.model-card{padding:8px 11px}.tape-model{height:23px}.goal-card{padding:10px 14px}.goal-card h2{font-size:15px}.control-section{padding:8px 13px}.section-title{margin-bottom:5px}.slider-row{margin:4px 0}.preset-row{margin-top:6px}.table-section{padding-top:7px;padding-bottom:7px}.ratio-table>div{min-height:25px}.challenge-card{margin:7px 10px 9px;padding:8px}.challenge-actions{margin-top:5px}}
@media(max-width:700px){.app-shell{grid-template-rows:55px minmax(0,1fr)}.topbar{padding:0 11px}.brand-mark{width:32px;height:32px;font-size:20px}.brand p,.shortcut{display:none}.brand h1{font-size:15px}.quiet-button{padding:7px 9px;font-size:10px}.workspace{grid-template-columns:1fr;grid-template-rows:minmax(0,53%) minmax(0,47%);padding:6px;gap:6px}.visual-panel,.control-panel{border-radius:16px}.visual-panel{padding:9px;gap:5px}.panel-heading h2{font-size:13px;margin-top:1px}.kicker{font-size:7px}.status-pill{font-size:8px;padding:5px 7px}.lab-stage{grid-template-columns:.68fr 1fr;padding:5px 9px;gap:7px;border-radius:12px}.ingredients{grid-template-columns:1fr 12px 1fr;gap:3px}.pour-symbol{width:16px;height:16px;font-size:9px}.mini-cylinder{height:100%;min-height:75px;max-height:105px;max-width:50px;border-width:2px;border-radius:2px 2px 13px 13px}.mini-cylinder:before{left:-3px;right:-3px;height:5px;border-width:2px}.mini-cylinder span{font-size:15px}.ingredient strong{font-size:8px;margin-top:2px}.ingredient small{display:none}.mix-card{grid-template-columns:1fr .9fr;gap:5px}.beaker{width:90px;height:100%;min-width:70px;min-height:100px;max-height:125px;border-width:3px;border-radius:3px 3px 18px 18px}.beaker:before{left:-4px;right:-4px;height:8px;border-width:3px}.ticks{width:14px}.ratio-readout strong{font-size:27px;gap:4px;margin:2px 0}.ratio-readout span{font-size:6px}.ratio-readout p{font-size:7px}.model-card{padding:6px 8px;border-radius:10px}.model-heading{margin-bottom:4px}.model-heading span{font-size:6px}.model-heading strong{font-size:9px}.model-heading p{font-size:7px}.tape-model{height:16px;gap:2px}.percent-row{margin-top:3px;font-size:7px}.control-panel{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto minmax(0,1fr) auto}.goal-card{grid-column:1/-1;padding:6px 9px}.goal-card h2{font-size:12px;margin:0}.goal-card p,.step-badge,.ratio-icon{display:none}.control-section{padding:6px 8px;border-right:1px solid #eceef4;min-height:0}.section-title{margin-bottom:4px;gap:5px}.step-number{width:17px;height:17px;flex-basis:17px;font-size:7px}.section-title h3{font-size:9px}.section-title p{display:none}.slider-row{grid-template-columns:45px 1fr 23px;gap:3px;margin:4px 0;font-size:7px}.slider-row output{height:20px;font-size:8px}.slider-row i{width:6px;height:6px}.preset-row{gap:3px;margin-top:5px}.preset-row button{padding:4px 2px;font-size:7px}.table-section{padding:6px}.ratio-table{font-size:8px;border-radius:7px}.ratio-table>div{min-height:23px}.ratio-table button{padding:3px 6px;font-size:7px}.table-head{font-size:6px}.challenge-card{grid-column:1/-1;margin:0;padding:5px 7px;border-radius:0;display:grid;grid-template-columns:1fr 115px;align-items:center;gap:6px}.challenge-card h3{font-size:8px;margin:1px 0}.challenge-card p{font-size:6px}.challenge-card>div:first-child>span{display:none}.challenge-actions{grid-template-columns:1fr 29px;margin:0}.check-button{padding:6px;font-size:7px}}
@media(max-width:410px){.workspace{grid-template-rows:minmax(0,50%) minmax(0,50%)}.panel-heading h2{font-size:11px}.status-pill{display:none}.lab-stage{grid-template-columns:.6fr 1fr}.mini-cylinder{min-height:65px;max-height:88px}.beaker{min-height:84px;max-height:105px}.ratio-readout p{display:none}.model-heading p{max-width:120px;text-align:right}.challenge-card{grid-template-columns:1fr 105px}}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:.01ms!important;transition-duration:.01ms!important}}
