:root{--teal:#11b9b4;--deep-teal:#087f7e;--ink:#213536;--muted:#71807f}*{box-sizing:border-box}html,body{height:100%;margin:0;background:#f7fbfa;color:var(--ink);font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei",sans-serif}body{overflow:hidden}.page-shell{width:100%;max-width:430px;height:100vh;margin:auto;background:radial-gradient(circle at 82% 4%,#dff8f4 0,rgba(223,248,244,0) 25%),linear-gradient(180deg,#f1fcfa 0,#fff 39%)}.ai-page{height:100%;overflow-y:auto;padding:16px 16px 180px;scrollbar-width:none}.ai-page::-webkit-scrollbar{display:none}.ai-header{display:grid;grid-template-columns:36px 1fr 36px;align-items:center;min-height:49px}.ai-header a,.ai-header button{display:grid;width:32px;height:32px;place-content:center;border:0;border-radius:11px;background:rgba(255,255,255,.82);color:#3f5c5b;font-size:26px;line-height:1;text-decoration:none}.ai-header button{font-size:18px;cursor:pointer}.ai-header div{text-align:center}.ai-header p{margin:0 0 2px;color:#10aaa5;font-size:8px;font-weight:800;letter-spacing:.15em}.ai-header h1{margin:0;font-size:19px;font-weight:750;letter-spacing:.02em}.welcome-card{position:relative;display:block;overflow:hidden;margin-top:14px;padding:16px 17px 18px;border:1px solid rgba(255,255,255,.7);border-radius:21px;background:linear-gradient(135deg,#b9eee8,#eafffc 72%);box-shadow:0 12px 27px rgba(17,144,138,.12)}.welcome-card::before{position:absolute;right:-25px;bottom:-46px;width:148px;height:148px;border:21px solid rgba(255,255,255,.33);border-radius:50%;content:""}.welcome-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.ai-orb{display:grid;width:42px;height:42px;place-content:center;border-radius:14px;background:linear-gradient(145deg,#16c8c3,#079b9b);color:#fff;font-size:16px;font-weight:800;box-shadow:0 8px 16px rgba(0,146,145,.2)}.welcome-tag{padding:5px 8px;border-radius:9px;background:rgba(255,255,255,.54);color:#287270;font-size:10px;font-weight:650}.welcome-card h2{position:relative;margin:0;font-size:19px;font-weight:750;letter-spacing:.01em}.welcome-card p{position:relative;max-width:285px;margin:6px 0 0;color:#4e716f;font-size:12px;line-height:1.65}.welcome-route{position:absolute;right:19px;bottom:18px;display:flex;align-items:center;gap:5px}.welcome-route i,.welcome-route b{width:8px;height:8px;border:2px solid #46bcb4;border-radius:50%}.welcome-route span{width:32px;height:1px;background:#62c8c0}.ask-section{margin-top:20px}.section-heading{display:flex;align-items:baseline;justify-content:space-between;margin:0 2px 10px}.section-heading span{font-size:15px;font-weight:750}.section-heading small{color:#91a3a1;font-size:10px}.suggestions{display:grid;grid-template-columns:1fr 1fr;gap:9px}.suggestions button{min-height:71px;padding:11px;border:1px solid #e0eeeb;border-radius:14px;background:rgba(255,255,255,.82);color:#36514f;font:inherit;text-align:left;cursor:pointer;box-shadow:0 5px 13px rgba(35,83,78,.035)}.suggestions button:last-child{grid-column:1 / -1;min-height:55px;background:linear-gradient(90deg,#fff,#f2fffc)}.suggestions b,.suggestions span{display:block}.suggestions b{font-size:12px;font-weight:700}.suggestions span{margin-top:5px;color:#8a9b99;font-size:10px}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;height:140px;color:#b3c2c0;text-align:center}.empty-state span{display:grid;width:34px;height:34px;place-content:center;border-radius:50%;background:#f0f9f7;color:#79bbb5;font-size:15px}.empty-state p{margin:9px 0 0;font-size:11px}.chat-thread{display:flex;flex-direction:column;gap:13px;padding:18px 1px 4px}.message{max-width:84%;padding:12px 14px;border-radius:16px;font-size:14px;line-height:1.65;white-space:pre-wrap;word-break:break-word}.message.user{align-self:flex-end;border-bottom-right-radius:4px;background:#1abdb8;color:#fff}.message.assistant{align-self:flex-start;border-bottom-left-radius:4px;background:#fff;color:#354846;box-shadow:0 5px 17px rgba(45,78,75,.08)}.message.loading{color:#69807e;font-size:13px}.message.loading::after{display:inline-block;content:"";width:5px;height:5px;margin-left:5px;border-radius:50%;background:var(--teal);animation:pulse 1s infinite}@keyframes pulse{50%{opacity:.2;transform:scale(.65)}}.composer{position:fixed;z-index:10;bottom:92px;left:50%;display:flex;align-items:end;gap:8px;width:calc(100% - 32px);max-width:398px;padding:7px 8px 7px 14px;border:1px solid #dbeae8;border-radius:17px;background:rgba(255,255,255,.97);box-shadow:0 10px 28px rgba(45,91,87,.15);transform:translateX(-50%)}.composer textarea{flex:1;max-height:120px;padding:7px 0;resize:none;border:0;outline:0;background:transparent;color:var(--ink);font:inherit;font-size:14px;line-height:1.5}.composer textarea::placeholder{color:#9ba8a7}.composer button{display:grid;width:36px;height:36px;flex:0 0 auto;place-content:center;border:0;border-radius:12px;background:var(--teal);color:#fff;font-size:21px;line-height:1;cursor:pointer}.composer button:disabled{background:#a8c9c7}.notice{position:fixed;z-index:10;bottom:76px;left:50%;width:100%;max-width:430px;margin:0;padding:0 20px;color:#a7b3b1;font-size:9px;line-height:1.2;text-align:center;transform:translateX(-50%)}.history-backdrop{position:fixed;z-index:1000;inset:0;background:rgba(20,41,40,.3);backdrop-filter:blur(2px)}.history-panel{position:fixed;z-index:1001;bottom:0;left:50%;width:100%;max-width:430px;min-height:270px;max-height:72vh;padding:8px 18px calc(24px + env(safe-area-inset-bottom));overflow:auto;border-radius:24px 24px 0 0;background:#fff;box-shadow:0 -14px 38px rgba(24,67,63,.18);transform:translateX(-50%)}.history-panel[hidden],.history-backdrop[hidden]{display:none}.history-handle{width:32px;height:4px;margin:0 auto 15px;border-radius:2px;background:#dce9e7}.history-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:15px}.history-heading small{display:block;margin-bottom:3px;color:#10aaa5;font-size:8px;font-weight:800;letter-spacing:.12em}.history-heading h2{margin:0;font-size:19px}.history-heading button{display:grid;width:30px;height:30px;place-content:center;border:0;border-radius:50%;background:#eff8f7;color:#466260;font-size:21px;cursor:pointer}.history-list{display:flex;flex-direction:column;gap:9px}.history-item{width:100%;padding:12px 13px;border:1px solid #e5efed;border-radius:13px;background:#fff;color:var(--ink);font:inherit;text-align:left;cursor:pointer}.history-item strong,.history-item span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.history-item strong{font-size:13px}.history-item span{margin-top:5px;color:#8b9c99;font-size:10px}.history-empty{margin:34px 0;color:#9dacaa;font-size:13px;text-align:center}@media(max-width:360px){.ai-page{padding-right:13px;padding-left:13px}.composer{width:calc(100% - 26px)}.welcome-card h2{font-size:18px}.message{font-size:13px}}
