:root{--mint-cream:#f8fffc;--tea-green:#d6f8d5;--celadon:#82d49e;--fern:#487c4c;--fern-dark:#2f4f32;--iron-grey:#3a413d;--light-gray:#7c8c7f;--white:#fff}*{box-sizing:border-box;margin:0;padding:0}html,body{background:var(--mint-cream);height:100%;color:var(--iron-grey);-webkit-tap-highlight-color:transparent;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif}button{cursor:pointer;border:none;font-family:inherit;transition:all .22s}#app{height:100%}.page-shell{height:100vh;display:flex;overflow:hidden}.chat-area{scroll-behavior:smooth;flex:1;min-height:0;padding:16px;overflow-y:auto}.chat-area::-webkit-scrollbar{width:5px}.chat-area::-webkit-scrollbar-thumb{background:var(--celadon);border-radius:99px}.chat-area::-webkit-scrollbar-track{background:0 0}.message{gap:12px;margin-bottom:20px;animation:.3s both msgIn;display:flex}.message.user{flex-direction:row-reverse}@keyframes msgIn{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.msg-avatar{border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;margin-top:2px;display:flex;overflow:hidden}.msg-avatar img{object-fit:contain;width:100%;height:100%}.msg-avatar.bot{background:var(--white);box-shadow:0 2px 6px #00000012}.msg-avatar.human{background:linear-gradient(135deg, var(--fern), var(--fern-dark))}.msg-avatar svg{width:24px;height:24px}.msg-content{max-width:72%}.msg-bubble{word-break:break-word;border-radius:16px;padding:14px 18px;font-size:14px;line-height:1.75}.message.bot .msg-bubble{background:var(--white);border-bottom-left-radius:5px;box-shadow:0 2px 8px #0000000f}.message.user .msg-bubble{background:linear-gradient(135deg, var(--fern), var(--fern-dark));color:var(--white);border-bottom-right-radius:5px;box-shadow:0 3px 14px #487c4c38}.msg-time{color:var(--light-gray);margin-top:5px;padding:0 6px;font-size:11px}.message.user .msg-time{text-align:right}.typing-dots{gap:6px;padding:5px 0;display:flex}.typing-dots span{background:var(--celadon);border-radius:50%;width:9px;height:9px;animation:1.2s infinite dotBounce}.typing-dots span:nth-child(2){animation-delay:.2s}.typing-dots span:nth-child(3){animation-delay:.4s}@keyframes dotBounce{0%,60%,to{opacity:.4;transform:translateY(0)}30%{opacity:1;transform:translateY(-9px)}}.input-bar{background:var(--white);border-top:1px solid var(--tea-green)}@media (width>=769px){.page-shell{flex-direction:row}.main{flex-direction:column;flex:1;min-width:0;display:flex}.topbar{background:var(--white);border-bottom:1px solid var(--tea-green);flex-shrink:0;align-items:center;gap:14px;padding:16px 28px;display:flex}.topbar-title{color:var(--fern-dark);font-size:16px;font-weight:600}.topbar-sub{color:var(--light-gray);font-size:13px}.chat-area{padding:28px}.pc-input{padding:18px 28px 22px}.pc-input .input-row{background:var(--mint-cream);border:1.5px solid var(--tea-green);border-radius:26px;max-width:660px;margin:0 auto;padding:5px 5px 5px 20px;transition:border-color .24s,box-shadow .24s}.pc-input .input-row:focus-within{border-color:var(--celadon);box-shadow:0 0 0 4px #82d49e3d}.pc-input .input-row textarea{resize:none;background:0 0;border:none;border-radius:0;outline:none;min-height:26px;padding:8px 6px;font-size:14px}.pc-input .input-row textarea::placeholder{color:var(--light-gray);font-size:14px}.input-hint{text-align:center;color:var(--light-gray);margin-top:9px;font-size:11px}.mobile-only{display:none!important}}@media (width<=768px){html,body{height:100%;overflow:hidden}.page-shell{flex-direction:column;max-width:100%;height:100vh}.page-shell .main{flex-direction:column;flex:1;min-width:0;min-height:0;display:flex}.mobile-header{background:linear-gradient(135deg, var(--celadon), var(--tea-green));z-index:10;border-bottom:1px solid #487c4c26;flex-shrink:0;align-items:center;gap:12px;padding:12px 16px;display:flex}.mob-avatar{background:var(--white);cursor:pointer;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex;overflow:hidden;box-shadow:0 3px 10px #00000017}.mob-avatar img{object-fit:contain;width:100%;height:100%}.mob-avatar svg{width:24px;height:24px}.mob-info{flex:1}.mob-title{color:var(--fern-dark);font-size:16px;font-weight:600}.mob-status{color:var(--fern);align-items:center;gap:5px;font-size:11px;display:flex}.mob-status .dot{background:#38c172;border-radius:50%;width:7px;height:7px;animation:2s infinite pulse}.chat-area{-webkit-overflow-scrolling:touch;flex:1;min-height:0;padding:18px;overflow-y:auto}.mob-input{background:var(--white);border-top:1px solid #487c4c1f;flex-shrink:0;width:100%;padding:12px 14px}.mob-input .input-row{background:var(--mint-cream);border:1.5px solid var(--tea-green);border-radius:26px;padding:5px 5px 5px 18px}.mob-input .input-row:focus-within{border-color:var(--celadon);box-shadow:0 0 0 3px #82d49e33}.mob-input .input-row textarea{-webkit-tap-highlight-color:transparent;resize:none;background:0 0;border:none;border-radius:0;min-height:26px;max-height:110px;padding:9px 8px;font-size:14px;outline:none!important}.mob-input .input-row textarea::placeholder{color:var(--light-gray);font-size:14px}.message{gap:10px;margin-bottom:16px}.msg-content{max-width:88%}.msg-bubble{padding:12px 16px;font-size:14px}.pc-only{display:none!important}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.sidebar.svelte-jljflr{background:#fff;border-right:1px solid #ccfccb;flex-direction:column;flex-shrink:0;width:280px;height:100vh;display:flex}.sidebar-top.svelte-jljflr{border-bottom:1px solid #ccfccb;flex-shrink:0;padding:20px 18px 14px}.brand.svelte-jljflr{align-items:center;gap:10px;display:flex}.brand-icon.svelte-jljflr{cursor:pointer;background:linear-gradient(135deg,#96e6b3,#ccfccb);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;display:flex;box-shadow:0 1px 4px #0000000f}.brand-text.svelte-jljflr h1:where(.svelte-jljflr){font-size:15px;font-weight:600}.brand-text.svelte-jljflr span:where(.svelte-jljflr){color:#8a9a8d;font-size:11px}.new-chat-btn.svelte-jljflr{color:#568259;cursor:pointer;background:0 0;border:1.5px dashed #96e6b3;border-radius:8px;justify-content:center;align-items:center;gap:6px;width:100%;margin-top:14px;padding:10px 16px;font-family:inherit;font-size:13px;transition:all .2s;display:flex}.new-chat-btn.svelte-jljflr:hover{background:#ccfccb;border-style:solid}.chat-history.svelte-jljflr{flex:1;padding:10px 8px;overflow-y:auto}.chat-history.svelte-jljflr::-webkit-scrollbar{width:3px}.chat-history.svelte-jljflr::-webkit-scrollbar-thumb{background:#ccfccb;border-radius:3px}.hist-item.svelte-jljflr{cursor:pointer;color:#464e47;white-space:nowrap;text-overflow:ellipsis;border-radius:8px;align-items:center;gap:8px;padding:10px 12px;font-size:13px;transition:background .2s;display:flex;overflow:hidden}.hist-item.svelte-jljflr:hover{background:#f1fffa}.hist-item.active.svelte-jljflr{background:#ccfccb;font-weight:500}.hist-item.svelte-jljflr .icon:where(.svelte-jljflr){opacity:.5}.hist-item.svelte-jljflr .del-btn:where(.svelte-jljflr){opacity:0;color:#8a9a8d;cursor:pointer;background:0 0;border:none;margin-left:auto;padding:2px 4px;font-family:inherit;font-size:14px;transition:opacity .2s}.hist-item.svelte-jljflr:hover .del-btn:where(.svelte-jljflr){opacity:1}.sidebar-footer.svelte-jljflr{color:#8a9a8d;border-top:1px solid #ccfccb;flex-shrink:0;align-items:center;gap:8px;padding:14px 18px;font-size:11px;display:flex}.sidebar-footer.svelte-jljflr .status-dot:where(.svelte-jljflr){background:#4caf50;border-radius:50%;width:7px;height:7px;animation:2s infinite svelte-jljflr-pulse}@keyframes svelte-jljflr-pulse{0%,to{opacity:1}50%{opacity:.4}}.overlay.svelte-1ky9gsy{z-index:99;background:#00000059;position:fixed;inset:0}.mob-sidebar.svelte-1ky9gsy{z-index:100;background:#fff;flex-direction:column;width:280px;height:100vh;transition:left .3s;display:flex;position:fixed;top:0;left:-300px;box-shadow:4px 0 20px #0000001a}.mob-sidebar.open.svelte-1ky9gsy{left:0}.mob-sidebar-header.svelte-1ky9gsy{border-bottom:1px solid #ccfccb;justify-content:space-between;align-items:center;padding:20px 18px 14px;display:flex}.close-btn.svelte-1ky9gsy{color:#8a9a8d;cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;font-family:inherit;font-size:22px;transition:background .2s;display:flex}.close-btn.svelte-1ky9gsy:hover{background:#ccfccb}.mob-sidebar-body.svelte-1ky9gsy{flex:1;padding:6px 0;overflow-y:auto}.mob-sidebar-body.svelte-1ky9gsy::-webkit-scrollbar{width:3px}.mob-sidebar-body.svelte-1ky9gsy::-webkit-scrollbar-thumb{background:#ccfccb;border-radius:3px}.mob-sidebar-body.svelte-1ky9gsy .hist-item:where(.svelte-1ky9gsy){border-radius:10px;margin:2px 8px;padding:12px 14px}.mob-new-chat.svelte-1ky9gsy{color:#568259;cursor:pointer;background:0 0;border:1.5px dashed #96e6b3;border-radius:8px;justify-content:center;align-items:center;gap:6px;width:100%;margin-bottom:14px;padding:10px 16px;font-family:inherit;font-size:13px;transition:all .2s;display:flex}.mob-new-chat.svelte-1ky9gsy:hover{background:#ccfccb;border-style:solid}.empty-hint.svelte-1ky9gsy{text-align:center;color:#8a9a8d;padding:32px 16px;font-size:13px}.empty-hint.svelte-1ky9gsy .icon:where(.svelte-1ky9gsy){margin-bottom:8px;font-size:36px}.input-row.svelte-1a8gd73{align-items:flex-end;gap:8px;display:flex}textarea.svelte-1a8gd73{resize:none;color:#464e47;-webkit-tap-highlight-color:transparent;background:#f1fffa;border:1.5px solid #ccfccb;border-radius:16px;outline:none;flex:1;min-height:40px;max-height:120px;padding:10px 16px;font-family:inherit;font-size:14px;line-height:1.5;transition:border-color .2s}textarea.svelte-1a8gd73::placeholder{font-size:14px}textarea.svelte-1a8gd73:focus{border-color:#96e6b3}textarea.svelte-1a8gd73::placeholder{color:#8a9a8d}.send-btn.svelte-1a8gd73{color:#fff;cursor:pointer;background:linear-gradient(135deg,#568259,#3d5e40);border:none;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;transition:all .2s;display:flex;box-shadow:0 2px 8px #5682594d}.send-btn.svelte-1a8gd73:active{transform:scale(.92)}.send-btn.svelte-1a8gd73:disabled{opacity:.4;box-shadow:none;transform:none}.welcome-card.svelte-1ueyo8e{text-align:center;animation:.6s both svelte-1ueyo8e-fadeUp}@keyframes svelte-1ueyo8e-fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.timi-hero.svelte-1ueyo8e{animation:3s ease-in-out infinite svelte-1ueyo8e-float}@keyframes svelte-1ueyo8e-float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}h2.svelte-1ueyo8e{color:#568259;margin-bottom:8px;font-size:22px;font-weight:700}p.svelte-1ueyo8e{color:#8a9a8d;font-size:14px;line-height:1.7}.quick-actions.svelte-1ueyo8e{flex-wrap:wrap;justify-content:center;gap:10px;margin-top:20px;display:flex}.quick-btn.svelte-1ueyo8e{color:#568259;cursor:pointer;background:#fff;border:1.5px solid #96e6b3;border-radius:22px;padding:10px 18px;font-family:inherit;font-size:13px;transition:all .2s}.quick-btn.svelte-1ueyo8e:hover{color:#464e47;background:#96e6b3;transform:translateY(-1px)}.is-pc.svelte-1ueyo8e .timi-hero:where(.svelte-1ueyo8e){width:130px;height:130px;margin:0 auto 16px}.is-pc.svelte-1ueyo8e h2:where(.svelte-1ueyo8e){font-size:24px}@media (width<=768px){.welcome-card.svelte-1ueyo8e{padding:0 4px}.welcome-card.svelte-1ueyo8e .timi-hero:where(.svelte-1ueyo8e){width:80px!important;height:80px!important;margin:0 auto 12px!important}.welcome-card.svelte-1ueyo8e h2:where(.svelte-1ueyo8e){font-size:18px!important}.welcome-card.svelte-1ueyo8e p:where(.svelte-1ueyo8e){font-size:13px!important}.welcome-card.svelte-1ueyo8e .quick-actions:where(.svelte-1ueyo8e){gap:8px}.welcome-card.svelte-1ueyo8e .quick-btn:where(.svelte-1ueyo8e){padding:8px 14px;font-size:12px}}.message.svelte-1ebqwt{gap:10px;margin-bottom:18px;animation:.3s both svelte-1ebqwt-msgIn;display:flex}.message.user.svelte-1ebqwt{flex-direction:row-reverse}@keyframes svelte-1ebqwt-msgIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}
