:root{--bg: #f6f1e8;--ink: #1c1915;--muted: #6d655c;--accent: #2f5d50;--card: #fffdf8;--line: #e4d9c8;--warn: #8a5a12;color-scheme:light;font-family:Manrope,sans-serif;background:var(--bg);color:var(--ink)}body[data-theme=dark]{--bg: #161311;--ink: #f6f1e8;--muted: #b7aa9c;--card: #241f1b;--line: #3a322b}*{box-sizing:border-box}body{margin:0}button,input{font:inherit;color:inherit}button{cursor:pointer}.app{max-width:480px;margin:0 auto;min-height:100vh;padding:20px 20px 28px;display:flex;flex-direction:column;gap:16px}body[data-shell=desktop] .app-desktop{max-width:960px;padding:28px 32px 40px}body[data-shell=desktop] .app-desktop .cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}body[data-shell=desktop] .app-desktop .choices,body[data-shell=desktop] .app-desktop .prices{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.landing{--landing-display: "Literata", "Times New Roman", serif;position:relative;min-height:100vh;overflow-x:clip;background:linear-gradient(105deg,rgba(47,93,80,.07) 0%,transparent 42%),radial-gradient(ellipse 70% 55% at 92% 8%,rgba(47,93,80,.1),transparent 55%),#f6f1e8;color:var(--ink)}.landing-grain{pointer-events:none;position:absolute;top:0;right:0;bottom:0;left:0;opacity:.35;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.45'/%3E%3C/svg%3E");mix-blend-mode:multiply}.landing-bar{position:relative;z-index:1;max-width:1180px;margin:0 auto;padding:22px 28px 0;display:flex;justify-content:space-between;align-items:center;gap:16px}.landing-mark{margin:0;font-family:var(--landing-display);font-size:22px;font-weight:600;letter-spacing:-.02em}.landing-cta{border:0;border-radius:999px;background:var(--accent);color:#f6f1e8;font-family:Manrope,sans-serif;font-size:15px;font-weight:700;height:44px;padding:0 22px;transition:transform .2s ease,background .2s ease}.landing-cta:hover{background:#264a40}.landing-cta:focus-visible{outline:2px solid var(--accent);outline-offset:3px}.landing-cta-lg{height:52px;padding:0 28px;font-size:16px}.landing-hero{position:relative;z-index:1;max-width:1180px;margin:0 auto;padding:clamp(36px,7vw,72px) 28px clamp(48px,8vw,88px);display:grid;grid-template-columns:minmax(0,1.15fr) minmax(260px,.85fr);gap:clamp(28px,5vw,64px);align-items:end;animation:landing-rise .7s ease both}.landing-eyebrow{margin:0 0 14px;color:var(--accent);font-size:13px;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.landing-hero h1{margin:0;font-family:var(--landing-display);font-size:clamp(42px,7.2vw,84px);font-weight:600;line-height:.98;letter-spacing:-.03em}.landing-break{display:block;font-style:italic;font-weight:500;color:var(--accent)}.landing-lede{margin:22px 0 0;max-width:36ch;color:var(--muted);font-size:clamp(17px,1.6vw,19px);line-height:1.5}.landing-hero-actions{margin-top:28px;display:flex;flex-direction:column;align-items:flex-start;gap:12px}.landing-trust{margin:0;color:var(--muted);font-size:14px}.landing-stage{justify-self:stretch}.landing-fridge{display:grid;grid-template-columns:14px 1fr;min-height:340px;border-radius:8px 28px 28px 8px;overflow:hidden;box-shadow:0 24px 60px #1c19151f,inset 0 0 0 1px #e4d9c8cc;animation:landing-rise .85s .08s ease both}.landing-fridge-seal{background:linear-gradient(180deg,#3a7262,#2f5d50 45%,#1f3f36)}.landing-fridge-body{background:linear-gradient(180deg,#fffdf8,#f3ebe0);padding:22px 22px 18px;display:flex;flex-direction:column;gap:14px}.landing-shelf{flex:1;display:flex;align-items:flex-end;gap:12px;padding:0 4px 10px;border-bottom:2px solid rgba(47,93,80,.18)}.landing-shelf-last{border-bottom:0}.landing-jar,.landing-box,.landing-bowl,.landing-leaf{display:block;background:#2f5d502e;border:1.5px solid rgba(47,93,80,.28)}.landing-jar{width:34px;height:54px;border-radius:6px 6px 4px 4px}.landing-jar-tall{height:72px;width:28px;background:#2f5d5047}.landing-jar-wide{width:48px;height:40px;border-radius:8px}.landing-jar-short{height:36px;width:40px}.landing-box{width:64px;height:36px;border-radius:4px;background:#1c191514}.landing-box-sm{width:42px;height:28px}.landing-leaf{width:38px;height:22px;border-radius:40% 60% 55% 45%;background:#2f5d5059;border-color:transparent;transform:rotate(-18deg);margin-bottom:4px}.landing-bowl{width:70px;height:28px;border-radius:0 0 40px 40px;background:#2f5d5038}.landing-fridge-caption{margin:4px 0 0;color:var(--muted);font-size:13px;letter-spacing:.04em}.landing-flow{position:relative;z-index:1;max-width:1180px;margin:0 auto;padding:8px 28px 64px}.landing-section-label{margin:0 0 16px;color:var(--accent);font-size:13px;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.landing-rail{list-style:none;margin:0;padding:28px 0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.landing-rail li{position:relative;padding:0 28px 0 0;display:flex;flex-direction:column;gap:8px}.landing-rail-mark{font-family:var(--landing-display);font-size:28px;font-weight:600;letter-spacing:-.02em}.landing-rail-text{max-width:22ch;color:var(--muted);font-size:15px;line-height:1.45}.landing-rail-dash{position:absolute;top:18px;right:12px;width:28px;height:1px;background:var(--accent);opacity:.45}.landing-rates{position:relative;z-index:1;max-width:1180px;margin:0 auto;padding:24px 28px 72px}.landing-rates-head h2{margin:0 0 28px;max-width:22ch;font-family:var(--landing-display);font-size:clamp(26px,3.2vw,36px);font-weight:600;line-height:1.15;letter-spacing:-.02em}.landing-tariff{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;margin-bottom:20px;border-top:1px solid var(--ink)}.landing-tariff article{padding:22px 20px 22px 0;border-bottom:1px solid var(--line)}.landing-tariff article+article{padding-left:24px;border-left:1px solid var(--line)}.landing-tariff-price{margin:0;font-family:var(--landing-display);font-size:clamp(32px,4vw,44px);font-weight:600;letter-spacing:-.03em;color:var(--accent)}.landing-tariff-unit{margin:4px 0 10px;font-weight:700;font-size:15px}.landing-tariff-note{margin:0;color:var(--muted);font-size:14px;line-height:1.4}.landing-rates-note{margin:0 0 24px;color:var(--muted);font-size:14px}.landing-foot{position:relative;z-index:1;max-width:1180px;margin:0 auto;padding:0 28px 48px;display:flex;flex-direction:column;gap:16px;color:var(--muted);font-size:14px}.landing-foot-row{display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;padding-top:24px;border-top:1px solid var(--line)}.landing-foot a{color:var(--accent);text-decoration:none}.landing-foot-legal{display:flex;flex-wrap:wrap;gap:16px 24px}.landing-foot-legal button{background:none;border:0;color:var(--accent);font:inherit;padding:0;cursor:pointer}.landing-error{position:fixed;z-index:20;bottom:16px;left:50%;transform:translate(-50%);background:var(--card);padding:8px 16px;border-radius:12px;border:1px solid var(--line)}@keyframes landing-rise{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.landing-hero,.landing-fridge{animation:none}}@media(max-width:860px){.landing-hero{grid-template-columns:1fr;align-items:start;padding-top:28px}.landing-stage{order:-1}.landing-fridge{min-height:240px;max-width:420px}.landing-rail,.landing-tariff{grid-template-columns:1fr}.landing-rail li{padding:0 0 20px}.landing-rail-dash{display:none}.landing-tariff article+article{padding-left:0;border-left:0}.landing-bar .landing-cta{display:none}}.top{display:flex;justify-content:space-between;align-items:baseline}.brand{font-size:16px;font-weight:700}.step-name{color:var(--muted);font-size:16px}.dots{display:flex;gap:8px}.dots span{width:8px;height:8px;border-radius:99px;background:var(--line)}.dots span.on{background:var(--accent);width:22px}h1{font-size:28px;line-height:1.15;margin:8px 0}.lead{margin:0;color:var(--muted);font-size:16px;line-height:1.4}.drop{margin-top:16px;min-height:180px;border:1.5px dashed var(--line);border-radius:16px;display:grid;place-items:center;color:var(--muted);background:var(--card)}.thumbs{display:flex;gap:8px;overflow-x:auto;padding-top:8px}.thumbs figure{margin:0;position:relative}.thumbs img{width:84px;height:84px;object-fit:cover;border-radius:16px}.thumbs button{position:absolute;top:4px;right:4px;border:0;border-radius:99px;background:var(--ink);color:var(--bg);width:24px;height:24px}.btn{width:100%;height:52px;border:0;border-radius:16px;background:var(--accent);color:#f6f1e8;font-weight:700}label.btn{display:grid;place-items:center}.btn.quiet{background:transparent;color:var(--accent);height:40px}.stack{display:flex;flex-direction:column;gap:8px;margin-top:auto}.fine{font-size:13px;color:var(--muted);text-align:center}.fine button{background:none;border:0;color:var(--accent);padding:0}.chips{display:flex;flex-direction:column;gap:8px}.chip{display:flex;align-items:center;gap:8px;background:var(--card);border-radius:999px;padding:8px 12px;border:1px solid var(--line)}.chip .name{flex:1}.chip .dot{width:8px;height:8px;border-radius:99px;background:var(--warn)}.chip button{border:0;background:transparent;min-width:28px}.search{width:100%;height:48px;border-radius:16px;border:1px solid var(--line);background:var(--card);padding:0 16px}.suggest{background:var(--card);border-radius:16px;border:1px solid var(--line);overflow:hidden}.suggest button{width:100%;text-align:left;background:transparent;border:0;padding:12px 16px}.choices,.prices{display:grid;gap:8px}.choice,.price{text-align:left;background:var(--card);border:1px solid var(--line);border-radius:16px;padding:16px}.choice.on,.price.on{border-color:var(--accent)}.choice strong,.price strong{display:block;font-size:20px}.price span{color:var(--muted)}.cards{display:flex;flex-direction:column;gap:8px}.card{background:var(--card);border:0;border-radius:16px;padding:16px;text-align:left}.card small{color:var(--muted)}.steps{padding-left:20px}.steps li{margin:8px 0}.footer{margin-top:8px}.footer button{width:100%;background:none;border:0;color:var(--muted);font-size:13px}.sheet-back{position:fixed;top:0;right:0;bottom:0;left:0;background:#1c191573;display:flex;align-items:flex-end;justify-content:center}.sheet{width:min(480px,100%);background:var(--bg);border-radius:16px 16px 0 0;padding:16px 20px 24px;max-height:80vh;overflow:auto}.doc h2{font-size:20px;margin:24px 0 8px}.doc p,.doc li{line-height:1.45}.doc a{color:var(--accent)}.status{background:var(--card);border-radius:16px;padding:16px}.back{align-self:flex-start;background:none;border:0;color:var(--accent);padding:0}.app.admin{max-width:960px}.tabs{display:flex;gap:8px;flex-wrap:wrap}.tabs button{border:0;background:var(--card);border-radius:999px;padding:8px 16px}.tabs button.on{background:var(--accent);color:#f6f1e8}.metrics{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:8px}.metrics article{background:var(--card);border-radius:16px;padding:16px;display:flex;flex-direction:column;gap:8px}.metrics span{color:var(--muted);font-size:13px}.panel{display:flex;flex-direction:column;gap:8px;background:var(--card);border-radius:16px;padding:16px}
