:root{--mint-cream:#f1fffa;--tea-green:#ccfccb;--celadon:#96e6b3;--fern:#568259;--iron-grey:#464e47;--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;font-family:inherit}#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:4px}.chat-area::-webkit-scrollbar-thumb{background:var(--celadon);border-radius:4px}.message{gap:10px;margin-bottom:18px;animation:.3s both msgIn;display:flex}.message.user{flex-direction:row-reverse}@keyframes msgIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.msg-avatar{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;margin-top:2px;display:flex}.msg-avatar.bot{background:var(--white);box-shadow:0 1px 4px #0000000f}.msg-avatar.human{background:linear-gradient(135deg, var(--fern), #3d5e40)}.msg-avatar svg{width:22px;height:22px}.msg-content{max-width:70%}.msg-bubble{word-break:break-word;border-radius:14px;padding:12px 16px;font-size:14px;line-height:1.7}.message.bot .msg-bubble{background:var(--white);border-bottom-left-radius:4px;box-shadow:0 1px 4px #0000000f}.message.user .msg-bubble{background:linear-gradient(135deg, var(--fern), #3d5e40);color:var(--white);border-bottom-right-radius:4px;box-shadow:0 2px 12px #56825933}.msg-time{color:#8a9a8d;margin-top:4px;padding:0 4px;font-size:11px}.message.user .msg-time{text-align:right}.typing-dots{gap:5px;padding:4px 0;display:flex}.typing-dots span{background:var(--celadon);border-radius:50%;width:8px;height:8px;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(-8px)}}.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:12px;padding:14px 24px;display:flex}.topbar-title{font-size:15px;font-weight:600}.topbar-sub{color:#8a9a8d;font-size:12px}.chat-area{padding:24px}.pc-input{padding:16px 24px 20px}.pc-input .input-row{background:var(--mint-cream);border:1.5px solid var(--tea-green);border-radius:24px;max-width:640px;margin:0 auto;padding:4px 4px 4px 18px;transition:border-color .2s,box-shadow .2s}.pc-input .input-row:focus-within{border-color:var(--celadon);box-shadow:0 0 0 3px #96e6b340}.pc-input .input-row textarea{background:0 0;border:none;border-radius:0;min-height:24px;padding:6px 4px;font-size:14px}.pc-input .input-row textarea::placeholder{font-size:14px}.input-hint{text-align:center;color:#8a9a8d;margin-top:8px;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 #5682591f;flex-shrink:0;align-items:center;gap:10px;padding:10px 14px;display:flex}.mob-avatar{background:var(--white);cursor:pointer;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex;box-shadow:0 2px 8px #00000014}.mob-avatar svg{width:22px;height:22px}.mob-info{flex:1}.mob-title{font-size:15px;font-weight:600}.mob-status{color:var(--fern);align-items:center;gap:4px;font-size:10px;display:flex}.mob-status .dot{background:#4caf50;border-radius:50%;width:6px;height:6px;animation:2s infinite pulse}.chat-area{-webkit-overflow-scrolling:touch;flex:1;min-height:0;padding:16px;overflow-y:auto}.mob-input{background:var(--white);border-top:1px solid #5682591a;flex-shrink:0;width:100%;padding:10px 12px}.mob-input .input-row{background:var(--mint-cream);border:1.5px solid var(--tea-green);border-radius:24px;padding:4px 4px 4px 16px}.mob-input .input-row:focus-within{border-color:var(--celadon)}.mob-input .input-row textarea{-webkit-tap-highlight-color:transparent;background:0 0;border:none;border-radius:0;min-height:24px;max-height:100px;padding:8px;font-size:14px;outline:none!important}.mob-input .input-row textarea::placeholder{font-size:14px}.message{margin-bottom:14px}.msg-content{max-width:85%}.msg-bubble{padding:10px 14px;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)}}
