:root{--ink:#17221f;--muted:#71807b;--line:#e4ebe8;--green:#147c66;--green2:#e7f4ef;--sand:#f6f3ec;--white:#fff;--blue:#368fd6}*{box-sizing:border-box}body{margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:#d9e4df}.app-shell{max-width:520px;min-height:100vh;margin:auto;background:#f7faf8;position:relative;padding-bottom:86px;box-shadow:0 0 40px #315b4c22}.app-header{height:66px;background:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 18px;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:20}.brand{display:flex;align-items:center;gap:10px;text-decoration:none;color:var(--ink);font-weight:750}.brand-mark{width:34px;height:34px;border-radius:11px;background:linear-gradient(140deg,#e2bc6b,#146b5a);color:#fff;display:grid;place-items:center;font-family:Georgia;font-size:20px}.language-switch{display:flex;background:#eef3f1;border-radius:10px;padding:3px}.language-switch a{font-size:12px;font-weight:700;color:var(--muted);text-decoration:none;padding:6px 8px;border-radius:7px}.language-switch a.active{background:#fff;color:var(--green);box-shadow:0 2px 8px #1b3e3214}.hero{padding:26px 20px 18px;background:linear-gradient(155deg,#f1f7f4,#e0f0e9)}.eyebrow{text-transform:uppercase;letter-spacing:.12em;color:var(--green);font-size:11px;font-weight:800}.hero h1,.page-content h1{font-size:30px;line-height:1.08;margin:8px 0 10px;letter-spacing:-.03em}.hero p,.lede{color:#53635e;line-height:1.55;margin:0}.section{padding:18px 14px}.section-title{font-size:13px;color:var(--muted);font-weight:700;margin:0 6px 10px}.menu-list{display:grid;gap:9px}.menu-card{min-height:68px;background:#fff;border:1px solid var(--line);border-radius:16px;padding:13px 14px;display:flex;align-items:center;gap:13px;color:var(--ink);text-decoration:none;box-shadow:0 6px 20px #18382c08}.menu-icon{width:42px;height:42px;border-radius:13px;background:var(--green2);color:var(--green);display:grid;place-items:center;font-size:21px;flex:none}.menu-title{font-size:15px;font-weight:680;flex:1}.chevron{color:#a2afa9;font-size:21px}.breadcrumb{padding:15px 18px;background:#fff;border-bottom:1px solid var(--line);font-size:13px;color:var(--muted)}.breadcrumb a{color:var(--green);text-decoration:none}.page-content{padding:24px 18px}.rich-content{line-height:1.65;color:#35433f}.rich-content h2{margin-top:25px}.rich-content ul{padding-left:20px}.info-box{padding:18px;border-radius:16px;background:var(--green2);margin:18px 0}.form-card{margin-top:24px;background:#fff;border:1px solid var(--line);border-radius:20px;padding:18px;box-shadow:0 12px 40px #16372a0d}.form-card h2{font-size:22px;margin:0 0 16px}.field{margin:0 0 17px}.field label{display:block;font-weight:700;font-size:14px;margin-bottom:7px}.required{color:#cf4a4a}.field input,.field select,.field textarea,.filter input,.filter select{width:100%;border:1px solid #dce4e0;background:#fbfcfb;border-radius:12px;padding:12px 13px;font:inherit;color:inherit;outline:none}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--green);box-shadow:0 0 0 3px #147c6618}.radio-option,.check-option{display:flex!important;align-items:center;gap:9px;padding:11px;border:1px solid var(--line);border-radius:12px;margin-bottom:7px!important;font-weight:500!important}.radio-option input,.check-option input{width:auto}.help{font-size:12px;color:var(--muted);margin-top:5px}.button{display:inline-flex;border:0;background:var(--green);color:#fff;border-radius:13px;padding:13px 18px;font-weight:750;font-size:14px;text-decoration:none;cursor:pointer;justify-content:center}.button.full{width:100%}.button.secondary{background:#eaf3ef;color:var(--green)}.form-actions{display:flex;gap:9px}.form-step[hidden],.conditional-field[hidden]{display:none}.step-progress{display:flex;gap:5px;margin-bottom:18px}.step-dot{height:5px;flex:1;background:#dfe8e4;border-radius:8px}.step-dot.active{background:var(--green)}.notice{padding:13px;border-radius:12px;background:#e6f5ec;color:#17663e;margin-bottom:15px}.bottom-nav{position:fixed;bottom:0;left:50%;transform:translateX(-50%);width:min(520px,100%);height:72px;padding-bottom:env(safe-area-inset-bottom);background:#fff;border-top:1px solid var(--line);display:grid;grid-template-columns:repeat(3,1fr);z-index:30}.bottom-nav a{text-decoration:none;color:#71807b;font-size:11px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:4px}.bottom-nav span{font-size:20px;color:var(--green)}.filter{padding:15px;background:#fff;display:grid;grid-template-columns:1fr 1fr;gap:8px;border-bottom:1px solid var(--line)}.filter .button{grid-column:1/-1}.listing-grid{padding:14px;display:grid;gap:13px}.listing{background:#fff;border:1px solid var(--line);border-radius:17px;overflow:hidden}.listing img{width:100%;height:180px;object-fit:cover;background:#e9efec}.listing-body{padding:14px}.listing-source{font-size:11px;color:var(--green);font-weight:800;text-transform:uppercase}.listing h3{font-size:17px;margin:6px 0}.price{font-size:21px;font-weight:800}.listing-meta{color:var(--muted);font-size:13px;margin-top:5px}.pagination{padding:10px 14px 24px}.empty{text-align:center;color:var(--muted);padding:40px 20px}@media(min-width:700px){.app-shell{margin:24px auto;min-height:calc(100vh - 48px);border-radius:24px;overflow:hidden}.app-header{position:relative}.bottom-nav{bottom:24px;border-radius:0 0 24px 24px}}
