*{box-sizing:border-box}html{width:100%;height:100%;margin:0;padding:0;scroll-behavior:auto}body{width:100%;min-width:320px;height:100vh;height:100svh;height:100dvh;margin:0;padding:0;overflow:hidden;font-family:Inter,PingFang SC,Hiragino Sans GB,Microsoft YaHei UI,Microsoft YaHei,Noto Sans SC,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#eef3f1;color:#17221f}img{display:block}#app{width:100%;height:100%;margin:0;padding:0}.landing-page{--landing-top-safe: env(safe-area-inset-top, 0px);--landing-viewport-height: 100dvh;--landing-bottom-safe: env(safe-area-inset-bottom, 0px);--landing-button-height: 76px;--landing-shell-width: min(100vw, 430px);position:relative;width:100%;height:100vh;height:100svh;height:100dvh;margin:0;padding:var(--landing-top-safe) 0 0;overflow:hidden;background:#dfe8e4}.landing-scroll{width:var(--landing-shell-width);height:calc(var(--landing-viewport-height) - var(--landing-top-safe));margin:0 auto;padding:0 0 18px;overflow-x:hidden;overflow-y:auto;background:#eef3f1;scrollbar-width:none;-webkit-overflow-scrolling:touch;scroll-behavior:auto}.landing-page--has-action .landing-scroll{padding-bottom:calc(var(--landing-button-height) + var(--landing-bottom-safe) + 18px)}.landing-scroll::-webkit-scrollbar{display:none}.landing-hero,.landing-action,.landing-button{display:block;width:100%;margin:0;padding:0}.landing-action{position:fixed;right:0;bottom:0;left:0;z-index:10;pointer-events:none;animation:cta-rise .36s cubic-bezier(.22,1,.36,1) both}.landing-button{width:100%;margin:0 auto var(--landing-bottom-safe);text-decoration:none;pointer-events:auto;transition:filter .18s ease,transform .18s ease}.landing-button:hover{filter:brightness(1.03);transform:translateY(-1px)}.landing-button:active{transform:translateY(1px) scale(.99)}.landing-button img{width:100%;height:auto;margin:0 auto;padding:0}.landing-hero{background:#102822}.landing-hero img{width:100%;height:auto;margin:0;padding:0}.chat-panel{padding:18px 14px 6px;background:#eeeeee}.chat-body{display:flex;flex-direction:column;gap:12px;overflow:visible}.chat-row{display:flex;align-items:flex-start;gap:10px}.chat-row--user{justify-content:flex-end}.chat-avatar{display:grid;flex:0 0 42px;width:42px;height:42px;border-radius:50%;place-items:center;background:#263c36;color:#fff;box-shadow:0 3px 10px #1a2e2829;font-size:13px;font-weight:800;overflow:hidden}.chat-avatar img{width:100%;height:100%;object-fit:cover}.chat-avatar--user{background:#1a7f2b}.chat-bubble{position:relative;max-width:min(340px,calc(100vw - 60px));margin:0;padding:12px 14px;border-radius:8px;background:#ffffff;color:#1e2925;box-shadow:0 1px #223a320a;font-size:15px;line-height:1.6}.chat-bubble:before{position:absolute;top:14px;left:-7px;width:0;height:0;border-top:7px solid transparent;border-right:8px solid #ffffff;border-bottom:7px solid transparent;content:""}.chat-message-enter-active{transition:opacity .32s ease,transform .32s cubic-bezier(.22,1,.36,1)}.chat-message-leave-active{position:absolute;transition:opacity .18s ease,transform .18s ease}.chat-message-enter-from{opacity:0;transform:translate3d(-10px,12px,0) scale(.98)}.chat-message-leave-to{opacity:0;transform:translate3d(0,-6px,0)}.chat-row--user.chat-message-enter-from{transform:translate3d(12px,12px,0) scale(.98)}.chat-row--typing.chat-message-leave-active{position:static;transition:none}.chat-row--typing.chat-message-leave-to{opacity:0;transform:none}.chat-row--typing.chat-message-leave-active .chat-bubble--typing span{animation-play-state:paused}.chat-bubble strong{color:#d72921;font-weight:900}.chat-row--user .chat-bubble{background:#d9f4d1;color:#173316}.chat-row--user .chat-bubble:before{right:-7px;left:auto;border-right:0;border-left:8px solid #d9f4d1}.chat-row--typing .chat-bubble{display:inline-flex;align-items:center;gap:5px;min-width:58px;min-height:38px;padding:12px 14px}.chat-bubble--typing span{width:7px;height:7px;border-radius:50%;background:#789188;animation:typing-dot .9s ease-in-out infinite}.chat-bubble--typing span:nth-child(2){animation-delay:.12s}.chat-bubble--typing span:nth-child(3){animation-delay:.24s}.choice-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 12px;margin-top:18px;padding-bottom:4px}.choice-panel-enter-active,.choice-panel-leave-active{pointer-events:none;transition:opacity .22s ease,transform .22s ease}.choice-panel-enter-from,.choice-panel-leave-to{opacity:0;transform:translateY(10px)}.choice-button{background:#F0FCFD!important;color:#00777a!important;box-shadow:0 4px 8px #00646840!important;min-height:42px;border:0;border-radius:8px;cursor:pointer;font:inherit;font-size:14px;font-weight:800;line-height:1.2;animation:choice-rise .3s cubic-bezier(.22,1,.36,1) both;animation-delay:calc(var(--choice-index, 0) * 55ms);transition:background-color .16s ease,box-shadow .16s ease,transform .16s ease}.choice-button:hover{background:#139121;box-shadow:0 7px 16px #0c541c3d;transform:translateY(-1px)}.choice-button:active{transform:translateY(1px) scale(.99)}.landing-button:focus-visible,.choice-button:focus-visible{outline:3px solid rgba(255,198,57,.92);outline-offset:2px}@media (min-width: 768px){.landing-page{background:linear-gradient(90deg,rgba(22,43,38,.05),rgba(12,31,27,.14)),#dfe8e4}.landing-action{right:auto;left:50%;width:var(--landing-shell-width);transform:translate(-50%)}.landing-scroll{box-shadow:0 0 0 1px #1c393114,0 24px 80px #162a252e}}@keyframes typing-dot{0%,80%,to{opacity:.35;transform:translateY(0)}40%{opacity:1;transform:translateY(-4px)}}@keyframes choice-rise{0%{opacity:0;transform:translateY(12px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes cta-rise{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:1ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:1ms!important}}
