:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--tg-theme-text-color, #14261f);background:var(--tg-theme-bg-color, #f4f6f2);font-synthesis:none}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:#f4f6f2}button,textarea{font:inherit}.app-shell{min-height:100vh;padding-bottom:calc(84px + env(safe-area-inset-bottom))}.hero{color:#fff;padding:calc(20px + env(safe-area-inset-top)) 22px 34px;background:radial-gradient(circle at 90% 0,#2a8064 0,transparent 45%),linear-gradient(145deg,#0f4938,#16644d);border-radius:0 0 30px 30px;box-shadow:0 14px 35px #0c433133}.brand{display:flex;align-items:center;gap:9px;font-weight:750;font-size:14px;letter-spacing:.02em}.brand span,.logo{display:grid;place-items:center;width:30px;height:30px;border-radius:10px;background:#f4d35e;color:#134d3b;font-weight:900}.eyebrow{margin:29px 0 6px;opacity:.78;font-size:13px;text-transform:uppercase;letter-spacing:.09em}.hero h1{font-size:clamp(25px,7vw,34px);line-height:1.08;margin:0 0 9px;letter-spacing:-.03em}.hero>p:last-child{margin:0;opacity:.75}.content{padding:18px 16px 12px;max-width:680px;margin:auto}.progress-card,.info-card,.address,.help-card{background:#fff;border:1px solid #e8ece7;border-radius:22px;box-shadow:0 7px 24px #203a2f0f}.progress-card{padding:20px;margin-top:-2px}.progress-top{display:flex;justify-content:space-between;align-items:center}.progress-top div:first-child{display:flex;flex-direction:column}small{color:#718078;font-size:12px}.progress-top strong{font-size:28px;color:#155c46}.day-pill{padding:8px 12px;border-radius:999px;background:#edf7f2;color:#16644d;font-weight:700;font-size:13px}.progress-track{height:9px;background:#e9eee9;border-radius:99px;overflow:hidden;margin-top:15px}.progress-track i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#22a273,#f0c74f);transition:width .5s ease}.progress-card>p{margin:8px 0 0;color:#7c8983;font-size:12px}.grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:12px}.info-card{min-height:154px;padding:17px;display:flex;flex-direction:column}.card-icon{display:grid;place-items:center;width:35px;height:35px;border-radius:12px;background:#eff7f3;color:#17634d;font-size:19px;margin-bottom:15px}.info-card strong{font-size:15px;margin-top:4px;line-height:1.25}.info-card p{color:#75827b;font-size:12px;margin:auto 0 0}.attention{width:100%;margin:12px 0 0;padding:14px;border:0;border-radius:16px;background:#fff5dc;color:#7d5a00;font-weight:700}.address{margin-top:12px;padding:17px;display:flex;flex-direction:column;gap:4px}.timeline{padding:8px 4px 20px}.step{position:relative;display:grid;grid-template-columns:40px 1fr;gap:12px;min-height:76px}.step:not(:last-child):before{content:"";position:absolute;left:16px;top:30px;bottom:-4px;width:2px;background:#dfe7e1}.step-dot{z-index:1;display:grid;place-items:center;width:34px;height:34px;border:2px solid #d9e3dc;background:#f4f6f2;border-radius:50%;color:#fff;font-weight:800}.step.completed .step-dot{background:#1d8a66;border-color:#1d8a66}.step.sent .step-dot{border-color:#e0b83f;background:#fff8dc}.step>div:last-child{display:flex;flex-direction:column;gap:4px;padding-top:5px}.help-card{padding:25px 20px;text-align:center}.help-icon{margin:0 auto;display:grid;place-items:center;width:48px;height:48px;border-radius:16px;background:#edf7f2;color:#17634d;font-size:24px;font-weight:800}.help-card h2{margin:13px 0 4px}.help-card p{color:#6d7a73;margin-top:0}textarea{width:100%;resize:vertical;padding:14px;border:1px solid #d8e1dc;border-radius:15px;outline:none;background:#fafcfb;color:#14261f}textarea:focus{border-color:#1d8a66;box-shadow:0 0 0 3px #1d8a661f}.help-card button{width:100%;margin-top:10px;padding:14px;border:0;border-radius:15px;background:#17634d;color:#fff;font-weight:750}.help-card button:disabled{opacity:.45}.success{margin-top:14px;padding:12px;border-radius:13px;color:#16644d;background:#edf7f2;font-size:13px}.bottom-nav{position:fixed;z-index:10;bottom:0;left:0;right:0;display:grid;grid-template-columns:repeat(3,1fr);gap:4px;padding:9px 12px calc(9px + env(safe-area-inset-bottom));background:#fffffff0;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-top:1px solid #e4e9e5}.bottom-nav button{border:0;background:transparent;color:#78847e;font-size:11px;padding:4px}.bottom-nav span{display:block;font-size:20px;margin-bottom:2px}.bottom-nav button.active{color:#17634d;font-weight:750}.state-screen{min-height:100vh;padding:30px;display:flex;flex-direction:column;gap:16px;align-items:center;justify-content:center;text-align:center;color:#536159}.loader{width:34px;height:34px;border:3px solid #dfe8e2;border-top-color:#17634d;border-radius:50%;animation:spin .7s linear infinite}.empty{padding:30px 15px;text-align:center;color:#6d7a73}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:360px){.grid{grid-template-columns:1fr}.info-card{min-height:125px}}
