@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Space+Grotesk:wght@400;500;600;700&display=swap');
:root{--ink:#143f3b;--paper:#f5f1e6;--green:#1c5950;--lime:#dbec86;--rust:#b04e33}*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink);font:16px 'DM Sans',sans-serif}button,a{-webkit-tap-highlight-color:transparent}button{font:inherit;cursor:pointer}button:focus-visible,a:focus-visible{outline:3px solid #dc693c;outline-offset:4px}button:disabled{cursor:default}main{max-width:1420px;margin:auto;padding:0 48px}header{display:flex;align-items:center;justify-content:space-between;padding:27px 0;border-bottom:1px solid #143f3b30}.brand{display:flex;gap:12px;align-items:center;color:inherit;text-decoration:none;font:bold 21px 'Space Grotesk',sans-serif;letter-spacing:1px}.brand small{display:block;font:14px 'DM Sans',sans-serif;letter-spacing:.2px;margin-top:4px}.brand-icon{font-size:43px;line-height:1}.header-right{display:flex;align-items:center;gap:22px}.pill{font-size:12px;letter-spacing:1.4px;font-weight:bold}#help{border:1px solid #143f3b40;border-radius:50%;background:transparent;width:34px;height:34px;font-weight:bold}.dashboard{display:flex;justify-content:space-between;align-items:center;padding:35px 0 29px;gap:20px}.eyebrow{font-size:12px;font-weight:700;letter-spacing:1.8px}h1{font:500 clamp(24px,2.6vw,38px) 'Space Grotesk',sans-serif;margin:8px 0 0;letter-spacing:-1.4px}.stats{display:flex;gap:35px}.stats div{padding-left:24px;border-left:1px solid #143f3b30}.stats small{font-size:11px;letter-spacing:1.3px;display:block}.stats strong{display:block;font:500 29px 'Space Grotesk',sans-serif;margin-top:7px}.game-layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:22px}.shop{border:1px solid var(--ink);border-radius:10px;overflow:hidden;background:#e5d9b5}.shop-top{background:var(--ink);color:#f4f0d9;display:flex;justify-content:space-between;padding:15px 20px;font-size:11px;font-weight:bold;letter-spacing:1.5px}.shop-top span:last-child{color:var(--lime)}.scene{position:relative;aspect-ratio:1.65;overflow:hidden;background:#98baa6}.scene img{width:100%;height:100%;object-fit:cover;image-rendering:pixelated;display:block}.speech{position:absolute;left:22px;top:20px;max-width:300px;background:#fffbed;border:2px solid var(--ink);padding:15px 20px;box-shadow:4px 4px 0 #143f3b50;border-radius:3px}.speech:after{content:'';position:absolute;bottom:-12px;left:25px;width:18px;height:18px;background:#fffbed;border-bottom:2px solid var(--ink);border-right:2px solid var(--ink);transform:rotate(45deg)}.speech span{font-size:12px;font-weight:bold;text-transform:uppercase;letter-spacing:1px}.speech p{font-size:16px;line-height:1.45;margin:6px 0 0}.scene-label{position:absolute;bottom:16px;left:20px;background:#143f3bea;color:#f4f0d9;font-size:10px;letter-spacing:1.7px;padding:9px 12px}.shop-bottom{display:flex;align-items:center;justify-content:space-between;padding:17px 20px;background:#e9e5d6;font-size:12px;gap:12px}.shop-bottom b{font-weight:500;margin-left:6px}.shop-bottom span:last-child{opacity:.7}.order-panel{background:#fffdf7;border:1px solid #143f3b26;border-radius:10px;padding:24px;display:flex;flex-direction:column}.order-heading{display:flex;justify-content:space-between;gap:8px}.order-heading .eyebrow{font-size:10px}.order-heading>span:last-child{font:12px monospace;color:#627873}h2{font:500 23px 'Space Grotesk',sans-serif;letter-spacing:-.7px;margin:9px 0 20px}.ticket{background:#eeeddf;padding:16px;border-top:3px solid #d5d5bf}.ticket-top{display:flex;justify-content:space-between;font-size:10px;letter-spacing:.8px}.ticket h3{font-size:19px;margin:17px 0 4px}.ticket p{font-size:14px;margin:0;color:#637168}.price{display:flex;justify-content:space-between;border-top:1px dashed #80938c;margin-top:16px;padding-top:13px;font-size:13px}.price b{font-size:20px}.steps{list-style:none;padding:0;margin:20px 0 12px}.steps li{display:flex;align-items:center;gap:10px;margin:10px 0;color:#7c8983;font-size:14px}.steps li span{width:24px;height:24px;border:1px solid #bdc5b9;display:grid;place-items:center;border-radius:50%;font-size:12px}.steps li.active{color:var(--green);font-weight:bold}.steps li.active span{background:var(--lime);border-color:var(--lime)}.steps li.done span{background:var(--green);color:white;border-color:var(--green)}#feedback{font-size:13px;line-height:1.5;min-height:39px;margin:auto 0 13px;padding-top:4px}.primary{width:100%;border:0;background:var(--green);color:#fffbed;padding:16px 12px;border-radius:5px;font-weight:600;transition:background .2s}.primary:hover:not(:disabled){background:#0b3832}.primary:disabled{background:#e3e6dc;color:#6b7c70}.workbench{padding:28px 0}.bench-heading{display:flex;justify-content:space-between;align-items:center;gap:20px}.bench-heading h2{margin:6px 0 17px}.bench-heading>span{font-size:13px;color:#6d7c6e}.products{display:grid;grid-template-columns:1fr 1fr;gap:20px}.product{display:flex;align-items:center;text-align:left;padding:20px;border:1px solid #143f3b38;background:transparent;border-radius:7px;color:var(--ink);gap:17px;transition:background .2s,transform .2s}.product:hover:not(:disabled){background:#e8edd4;transform:translateY(-2px)}.product:disabled{opacity:.5}.product-symbol{font:40px Georgia;color:#c38930;background:#e6d6a7;display:grid;place-items:center;width:62px;height:62px;border-radius:5px;flex-shrink:0}.toast{background:#efd2a9;color:#a65a2a}.product b{display:block;font-size:17px}.product small{display:block;font-size:13px;margin-top:6px;color:#67766b}.prepare{margin-left:auto;font-size:10px;font-weight:bold;letter-spacing:1px}footer{display:flex;justify-content:space-between;gap:20px;border-top:1px solid #143f3b30;padding:20px 0 25px;font-size:11px;color:#718075}footer i{margin:0 7px}dialog{border:1px solid var(--ink);border-radius:12px;background:var(--paper);color:var(--ink);padding:35px;width:460px;max-width:calc(100% - 32px)}dialog::backdrop{background:#082c28a8;backdrop-filter:blur(3px)}dialog p{line-height:1.65;font-size:16px}dialog h2{font-size:30px}.close{float:right;border:0;background:none;color:inherit;font-size:28px}.working .scene img{animation:warm 1s ease-in-out infinite alternate}@keyframes warm{to{filter:brightness(1.09)}}@media(min-width:1350px){.scene{aspect-ratio:1.8}}@media(max-width:1050px){main{padding:0 24px}.stats{gap:15px}.stats div{padding-left:15px}.game-layout{grid-template-columns:minmax(0,1fr) 310px;gap:16px}.scene{aspect-ratio:auto;height:100%;min-height:420px}.shop{display:flex;flex-direction:column}.scene img{position:absolute}.shop-bottom{font-size:11px}.shop-bottom span:last-child{display:none}.prepare{display:none}}@media(max-width:750px){main{padding:0 16px}header{padding:20px 0}.brand{font-size:17px}.brand-icon{font-size:34px}.header-right{gap:12px}.pill{font-size:10px}.dashboard{display:block;padding:25px 0 20px}.stats{margin-top:24px;justify-content:space-between}.stats div{padding:0;border:0}.stats strong{font-size:25px}.game-layout{grid-template-columns:1fr}.scene{aspect-ratio:1.3;min-height:0;height:auto}.shop-top{font-size:9px;padding:12px}.speech{top:15px;left:15px;max-width:240px;padding:10px 14px}.speech p{font-size:14px}.scene-label{font-size:8px;left:12px;bottom:12px}.order-panel{padding:20px}.order-panel h2{margin-bottom:16px}.steps{display:flex;justify-content:space-between;gap:8px}.steps li{font-size:11px;flex-direction:column;align-items:flex-start;flex:1}#feedback{min-height:0;margin:0 0 13px}.bench-heading>span{display:none}.products{grid-template-columns:1fr;gap:12px}.product{padding:15px}.prepare{display:block}.product-symbol{width:48px;height:48px;font-size:33px}footer{flex-direction:column;gap:9px}.workbench{padding:24px 0}.ticket h3{margin-top:12px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important}}
