:root{--green:#234638;--ink:#293e33;--paper:#faf8f1;--wood:#987352;--muted:#75796c;--line:#e6e7db}*{box-sizing:border-box}body,html{margin:0;height:100%;background:#e9ece5;color:var(--ink);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Microsoft YaHei,sans-serif;font-size:16px}body{overflow:hidden}button,input{font:inherit}button{cursor:pointer;-webkit-tap-highlight-color:transparent}button:disabled{opacity:.48;cursor:default}button:focus-visible,input:focus-visible{outline:2px solid var(--wood);outline-offset:3px}.shell{position:relative;width:100%;max-width:430px;height:100vh;height:var(--viewport-height,100dvh);margin:0 auto;display:flex;flex-direction:column;box-shadow:0 12px 80px #243b3410}.header{flex-shrink:0;padding:max(17px,env(safe-area-inset-top)) 22px 14px;display:flex;justify-content:space-between;gap:10px}.brand h1{font-family:Songti SC,SimSun,serif;font-size:22px;font-weight:600;letter-spacing:2px;margin:0 0 4px}.brand>span{letter-spacing:1px;color:#667665}.header>p{color:var(--muted);margin:0;white-space:nowrap}.conversation{min-height:0;flex:1 1;overflow-y:auto;overflow-x:hidden;overscroll-behavior-y:contain;-webkit-overflow-scrolling:touch;padding:0 20px 22px}.scene-card{padding:14px 18px 21px;border-radius:15px;color:#fffdf3;background-color:#254a38;background-image:radial-gradient(ellipse at 95% 0,#a1a87355,transparent 65%),linear-gradient(125deg,#1d4233,#496548);background-size:cover;background-position:50%}.scene-restaurant{background-image:radial-gradient(ellipse at 95% 0,#caab7455,transparent 65%),linear-gradient(125deg,#304735,#706c48)}.scene-greenhouse{background-image:radial-gradient(ellipse at 95% 0,#bbca8055,transparent 65%),linear-gradient(125deg,#264833,#5c754e)}.scene-morel{background-image:radial-gradient(ellipse at 95% 0,#b8a57b55,transparent 65%),linear-gradient(125deg,#293f31,#686d4c)}.scene-top{justify-content:space-between;gap:8px}.scene-top,.scene-top>span{display:flex;align-items:center}.scene-top>span{gap:5px;font-size:12px;color:#e0e7d4}.scene-top svg{width:14px;height:14px}.map-button{border:1px solid #ffffff30;background:#ffffff0c;color:#f9f7e9;border-radius:20px;padding:5px 10px;font-size:12px}.map-button span{margin-left:5px}.scene-card h2{font-family:Songti SC,SimSun,serif;letter-spacing:1px;margin:12px 0 8px;overflow-wrap:anywhere}.scene-card>p{margin:0;line-height:1.6;color:#e1e8d6}.welcome{padding:24px 0 18px}.welcome h2{letter-spacing:.2px;font-weight:600;margin:0 0 10px}.welcome p{font-size:14px;line-height:1.85;margin:0;color:#717969}.feature-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.feature-grid button{min-width:0;display:flex;flex-direction:column;align-items:flex-start;gap:6px;text-align:left;padding:14px;border:1px solid #e3e6d9;border-radius:12px;color:var(--ink);background:#f0f2e8}.feature-grid button:nth-child(2){background:#f5efe3;border-color:#ece4d5}.feature-grid button:nth-child(3){background:#f3f1e8}.feature-grid button:nth-child(4){background:#edf1ea}.feature-icon{font-size:22px;min-height:27px;line-height:1.2}.feature-grid strong{font-size:14px;line-height:1.5}.feature-subtitle{font-size:12px;color:var(--muted);line-height:1.4}.small-questions{padding-top:22px}.small-questions h3{color:var(--muted);font-size:12px;font-weight:400;letter-spacing:1px;margin:0 0 7px}.small-questions button{width:100%;display:flex;justify-content:space-between;align-items:center;gap:10px;padding:11px 0;min-height:44px;text-align:left;border:0;border-bottom:1px solid var(--line);background:transparent;color:#52604f;font-size:14px;line-height:1.6}.small-questions button>span:last-child{color:#8b967e}.chat-heading{display:flex;align-items:center;justify-content:space-between;gap:8px;margin:19px 0;color:var(--muted);font-size:12px}.chat-heading button{border:0;background:none;color:#657459;min-height:36px;padding:4px 0;font-size:12px}.messages{display:flex;flex-direction:column;gap:22px}.message{width:100%;min-width:0}.message.user{width:auto;max-width:88%;align-self:flex-end}.bubble{white-space:pre-wrap;overflow-wrap:anywhere;color:#fffdf5;padding:12px 16px;border-radius:16px 4px 16px 16px;font-size:16px;line-height:1.75}.answer-card{background:#fffef9;border:1px solid #e9e9dc;border-radius:12px;padding:18px 16px 16px}.answer-body{font-size:16px;line-height:1.85;overflow-wrap:anywhere}.answer-body p{white-space:pre-wrap;margin:0 0 13px}.answer-body p:last-child{margin-bottom:0}.guide-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px;padding-top:14px;border-top:1px solid var(--line)}.guide-actions button{display:flex;align-items:center;justify-content:space-between;gap:8px;max-width:100%;min-height:42px;padding:8px 11px;background:#eff2e8;color:var(--green);border:1px solid #dce2cf;border-radius:8px;font-size:14px;text-align:left}.guide-actions button span{color:#7a886b}.thinking{font-size:14px;color:var(--muted);padding:8px}.error{background:#f6eadd;border-radius:8px;padding:12px;font-size:14px;line-height:1.7;margin-top:15px}.error button{display:block;color:var(--green);background:none;border:0;text-decoration:underline;min-height:44px}.composer-area{flex-shrink:0;padding:9px 16px max(7px,env(safe-area-inset-bottom));background:var(--paper);border-top:1px solid var(--line)}.composer{display:flex;align-items:center;min-width:0;padding:3px;border:1px solid #dce1d2;border-radius:26px}.composer input{min-width:0;flex:1 1;width:0;height:40px;padding:0 5px;font-size:16px;background:transparent;border:0;color:var(--ink)}.composer input:focus{outline:none}.composer:focus-within{border-color:var(--wood)}.composer input::placeholder{color:#8a9183}.mic,.send{flex-shrink:0;display:grid;place-items:center;width:42px;height:42px;border:0;border-radius:50%}.mic{color:#7c8771;background:transparent}.mic svg{width:20px;height:20px}.send{color:white}.demo-note{text-align:center;color:#7d8275;font-size:12px;line-height:1.3;margin:6px 0 0}.notice-dialog{width:calc(100% - 48px);max-width:340px;max-height:80dvh;padding:0;border:1px solid var(--line);border-radius:18px;background:var(--paper);color:var(--ink)}.notice-dialog::backdrop{background:#18372bc0}.notice-content{padding:24px}.notice-content h2{font-size:20px;margin:0 0 14px}.notice-content p{font-size:16px;line-height:1.8;margin:0 0 22px}.notice-content button{width:100%;min-height:44px;background:var(--green);color:#fff;border:0;border-radius:10px}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}@media(hover:hover){button:hover:not(:disabled){filter:brightness(.96)}}@media(max-width:520px){.shell{position:fixed;top:var(--viewport-top,0);left:0;right:0}}@media(min-width:521px){.shell{margin:20px auto;height:calc(100dvh - 40px);border-radius:20px;overflow:hidden}}@media(max-width:359px){.header{padding-left:16px;padding-right:16px}.conversation{padding-left:14px;padding-right:14px}.feature-grid button{padding:11px}.welcome h2{font-size:19px}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation:none!important}}:root{--brand-olive:#727337;--brand-black:#211816;--brand-cream:#f7efda;--paper:#f6f5f2;--ink:#31382d;--green:#284737;--line:#e4e4d9}body,html{background:#e9e9e2}.shell{background:var(--paper)}.header{padding:20px 22px 17px;align-items:center}.brand h1{margin:0 0 8px;line-height:1}.brand-wordmark{display:block;width:142px;height:32px;object-fit:contain}.brand>span{font-size:12px;color:var(--brand-olive);letter-spacing:1.8px}.header>p{font-size:12px;letter-spacing:.4px;color:#7b7c6d}.scene-card{position:relative;isolation:isolate;overflow:hidden;padding:14px 19px 23px;border-radius:12px;background-image:radial-gradient(ellipse at 100% 90%,#72733788,transparent 75%),linear-gradient(110deg,#263e30,#465638);box-shadow:inset 0 0 0 1px #ffffff14}.scene-card:after{content:"";position:absolute;z-index:-1;inset:0;pointer-events:none;opacity:.12;background-image:repeating-linear-gradient(115deg,transparent 0 28px,#e5e6c6 29px,transparent 30px 57px);mask-image:linear-gradient(90deg,transparent 25%,black);-webkit-mask-image:linear-gradient(90deg,transparent 25%,black)}.scene-restaurant{background-image:radial-gradient(ellipse at 100% 90%,#ac916277,transparent 75%),linear-gradient(110deg,#39452e,#65643a)}.scene-greenhouse{background-image:radial-gradient(ellipse at 100% 90%,#9baf5588,transparent 75%),linear-gradient(110deg,#2a4531,#576c3b)}.scene-morel{background-image:radial-gradient(ellipse at 100% 90%,#9e8b5388,transparent 75%),linear-gradient(110deg,#303e2d,#5d6040)}.scene-card h2{font-family:inherit;font-size:25px;font-weight:500;letter-spacing:1.5px;margin-top:15px}.scene-card>p{color:#e4e5d0;font-size:14px;letter-spacing:.3px}.scene-top>span{color:#dde0c7}.map-button{min-height:36px;color:#f7efda;border-color:#deddb83b;background:#ffffff08;border-radius:6px;padding:5px 9px}.welcome{padding-top:25px}.welcome h2{font-size:21px;font-weight:500;letter-spacing:.4px}.welcome p{color:#717665;line-height:1.9}.feature-grid{gap:10px}.feature-grid button,.feature-grid button:nth-child(3),.feature-grid button:nth-child(4){background:#eeefe5;border:1px solid #e2e4d4;border-radius:10px;padding:14px;gap:7px;transition:background .15s,transform .15s}.feature-grid button:nth-child(2){background:#f4efdf;border-color:#e9e3d0}.feature-icon{display:grid;place-items:center;width:33px;height:33px;color:var(--brand-olive);background:#7273370d;border:1px solid #72733716;border-radius:8px;margin-bottom:1px}.feature-icon svg{width:21px;height:21px;stroke-width:1.45}.feature-grid strong{font-weight:500;color:#35432c}.feature-subtitle{color:#7a7e6c}.feature-grid button:active{transform:translateY(1px);background:#e3e6d4}.small-questions h3{color:#828671}.small-questions button{color:#586148;border-color:#e1e3d4}.small-questions button>span:last-child{color:var(--brand-olive)}.answer-card{background:#fbfaf5;border-color:#e3e4d7;border-radius:10px}.guide-actions button{color:#555e2d;background:#eff0e2;border-color:#dce0c9}.bubble{background:var(--green)}.composer-area{background:#f6f5f2;border-top-color:#e0e2d3}.composer{border-color:#d8ddc7;background:#fffef9;box-shadow:0 2px 8px #323d2604}.mic{color:var(--brand-olive)}.send{background:var(--green)}.demo-note{color:#848773}.notice-dialog{background:#f6f5f2}.notice-content h2{font-weight:500}@media(min-width:521px){.shell{border-radius:16px;border:1px solid #dfe2d3}}@media(max-width:359px){.header{padding-left:16px;padding-right:16px;gap:8px}.brand-wordmark{width:126px;height:29px}.header>p{letter-spacing:0}.feature-grid button{padding:11px}.feature-grid strong{font-size:14px}}@media(max-width:520px){.header{padding-top:max(20px,env(safe-area-inset-top))}}.answer-references{font-size:12px;color:#797d6b;line-height:1.7;margin-top:12px;overflow-wrap:anywhere}.answer-references summary{cursor:pointer}.answer-references p{margin:6px 0}.demo-note{overflow-wrap:anywhere}.guide-service-back{display:block;color:#687e54;font-size:13px;padding:0 0 12px;text-decoration:none}.global-help{position:fixed;right:max(12px,calc((100vw - 430px)/2 + 12px));bottom:calc(78px + env(safe-area-inset-bottom));z-index:20;display:flex;align-items:center;justify-content:center;min-height:40px;padding:6px 12px;border:1px solid #d8dfc8;border-radius:20px;color:#5b7044;background:#fffdf5ed;text-decoration:none;font-size:12px;box-shadow:0 2px 12px #35472412}