:root{color-scheme:light;font-family:-apple-system,BlinkMacSystemFont,PingFang SC,Segoe UI,sans-serif;--bg: #f0f2f7;--primary: #6366f1;--primary-2: #4f46e5;--text: #1f2937}*{box-sizing:border-box}html,body{margin:0;padding:0;height:100%;background:var(--bg);color:var(--text);-webkit-text-size-adjust:100%;text-size-adjust:100%;overflow:hidden}body{min-height:100dvh;overscroll-behavior-y:contain}#app{height:100dvh;overflow:hidden}.start-page{max-width:900px;min-height:100vh;margin:0 auto;padding:40px 22px 28px;display:flex;flex-direction:column}.hero{margin-bottom:30px}.hero-badge{display:inline-block;font-size:13px;font-weight:600;color:var(--primary);background:#eef2ff;border-radius:999px;padding:6px 12px}.hero-title{margin:16px 0 8px;font-size:clamp(34px,4.8vw,56px)}.gradient-text{margin-left:4px;background:linear-gradient(135deg,#6366f1,#7c3aed);-webkit-background-clip:text;background-clip:text;color:transparent}.hero-sub{margin:0;color:#6b7280}.card-list{display:flex;flex-direction:column;gap:14px}.card{border:0;text-align:left;display:flex;align-items:center;border-radius:18px;padding:20px;cursor:pointer}.card-active{background:#fff;box-shadow:0 8px 24px #00000012}.card-pending{background:#f9fafb;border:1px dashed #dde0ea}.card-icon-wrap{width:56px;height:56px;border-radius:14px;display:flex;align-items:center;justify-content:center;margin-right:16px;flex-shrink:0;color:#fff;font-weight:700}.icon-english{background:linear-gradient(135deg,#6366f1,#7c3aed)}.icon-pending{background:#eceef5;color:#9ca3af}.card-body{flex:1}.card-top{display:flex;align-items:center;gap:8px;margin-bottom:6px}.card-name{font-size:22px;font-weight:700}.card-name-dim{color:#9ca3af}.badge{font-size:11px;border-radius:6px;padding:2px 8px}.badge-blue{background:#eef2ff;color:var(--primary)}.badge-gray{background:#f3f4f6;color:#9ca3af}.card-desc{color:#6b7280}.card-desc-dim{color:#c4c9d4}.arrow-circle{width:34px;height:34px;border-radius:50%;background:linear-gradient(135deg,#6366f1,#7c3aed);color:#fff;font-size:25px;line-height:1;display:flex;align-items:center;justify-content:center}.footer{margin-top:auto;text-align:center;color:#b0b5c5;font-size:13px;padding-top:20px}.chat-page{max-width:1000px;margin:0 auto;height:100dvh;position:relative;overflow:hidden;padding-top:56px;padding-bottom:96px;background:#f7f7f8}.chat-header{position:absolute;top:0;left:0;right:0;z-index:6;background:#f7f7f8;border-bottom:1px solid #ececf0;display:flex;align-items:center;justify-content:space-between;padding:10px 14px}.chat-header h2{margin:0;font-size:18px;font-weight:700;color:#20222b}.header-icon{width:34px;height:34px;border-radius:10px;border:0;background:transparent;color:#4b5565;display:flex;align-items:center;justify-content:center}.i-btn,.i-send,.i-dots{width:20px;height:20px}.chat-main{height:100%;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:18px 12px 20px}.message-item{display:flex;align-items:flex-start;margin-bottom:16px}.message-user{flex-direction:row-reverse}.avatar{width:34px;height:34px;border-radius:10px;box-shadow:0 2px 8px #00000014;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:12px;background:#fff;font-weight:700}.avatar-ai{color:var(--primary-2)}.content-wrapper{margin:0 10px;padding:12px 14px;border-radius:14px;max-width:min(740px,80vw)}.bubble-user{background:#5f6fff;color:#fff;border-bottom-right-radius:6px}.bubble-ai{background:#fff;color:var(--text);border-bottom-left-radius:6px;box-shadow:0 2px 10px #0000000f}.text-content{white-space:pre-wrap;line-height:1.7}.msg-images{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:8px}.msg-image{width:110px;height:110px;border-radius:8px;object-fit:cover;cursor:pointer}.msg-actions{margin-top:10px;display:flex;gap:8px;justify-content:flex-start}.msg-actions-user{justify-content:flex-end}.msg-action{border:0;border-radius:999px;background:#6366f11f;color:var(--primary);font-size:12px;padding:6px 10px;cursor:pointer}.bubble-user .msg-action{color:#fff;background:#fff3}.markdown-content{line-height:1.75;overflow-wrap:break-word}.markdown-content>:first-child{margin-top:0}.markdown-content>:last-child{margin-bottom:0}.markdown-content pre{overflow-x:auto;background:#f4f5f8;border-radius:8px;padding:10px}.reasoning-block{margin-bottom:10px;border:1px solid #e9ecf2;border-radius:10px;overflow:hidden}.reasoning-header{border:0;width:100%;cursor:pointer;display:flex;justify-content:space-between;align-items:center;padding:8px 10px;background:#f4f5f9}.reasoning-title{font-size:12px;color:#6b7280}.reasoning-toggle{font-size:12px;color:var(--primary)}.reasoning-body{border-top:1px solid #e9ecf2;padding:10px;white-space:pre-wrap;font-size:13px;color:#4b5563;line-height:1.7}.streaming-text{white-space:pre-wrap;line-height:1.75}.cursor{color:var(--primary);animation:blink .8s step-end infinite}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.loading-row{display:flex;align-items:flex-start;margin-bottom:16px}.loading-bubble{background:#fff;margin-left:10px;border-radius:12px 12px 12px 6px;padding:12px 14px;display:flex;gap:8px}.dot{width:8px;height:8px;border-radius:50%;background:#9ca3af;animation:pulse 1.3s infinite ease-in-out}.dot:nth-child(2){animation-delay:.18s}.dot:nth-child(3){animation-delay:.36s}@keyframes pulse{0%,60%,to{transform:scale(.8);opacity:.4}30%{transform:scale(1.2);opacity:1}}.attachment-bar{position:absolute;left:16px;right:16px;bottom:calc(84px + env(safe-area-inset-bottom));z-index:5;border:1px solid #eceff5;background:#fff;border-radius:12px;padding:8px;display:flex;gap:8px;overflow-x:auto}.attachment-item{width:68px;height:68px;border-radius:8px;overflow:hidden;position:relative;flex-shrink:0}.attach-thumb{width:100%;height:100%;object-fit:cover}.attach-mask{position:absolute;inset:0;background:#0006;color:#fff;font-size:12px;display:flex;align-items:center;justify-content:center}.attach-mask-fail{background:#dc2626a8}.attach-remove{position:absolute;right:0;top:0;width:20px;height:20px;border:0;border-radius:0 0 0 8px;cursor:pointer;background:#0000008f;color:#fff}.input-panel{position:absolute;left:0;right:0;bottom:0;z-index:6;background:transparent;padding:10px 14px calc(12px + env(safe-area-inset-bottom))}.input-shell{background:#fff;border:1px solid #e5e7ee;border-radius:22px;padding:10px 10px 8px}.chat-input{width:100%;border:0;background:transparent;padding:2px 8px 8px;min-height:34px;font-size:17px;outline:none}.input-actions{display:flex;justify-content:flex-end;align-items:center;gap:8px}.icon-btn{width:34px;height:34px;border:0;border-radius:999px;background:transparent;color:#454b57;display:flex;align-items:center;justify-content:center;user-select:none;-webkit-user-select:none;touch-action:none}.icon-btn-active{background:#eef2ff;color:#4f46e5}.send-icon-btn{width:36px;height:36px;border:0;border-radius:999px;color:#fff;display:flex;align-items:center;justify-content:center}.send-btn-on{background:#7487ff}.send-btn-off{background:#d1d5db}.send-btn-stop{background:#ef4444}.tool-btn-disabled{opacity:.45;cursor:not-allowed}.voice-overlay{position:fixed;inset:0;z-index:18;display:flex;align-items:center;justify-content:center;pointer-events:none}.voice-popup{min-width:210px;padding:18px 20px;border-radius:16px;background:#0f172adb;color:#fff;text-align:center}.voice-popup-cancel{background:#b91c1ce0}.voice-popup-title{font-size:16px;font-weight:700}.voice-popup-sub{margin-top:8px;font-size:13px;opacity:.95}.history-mask{position:fixed;inset:0;z-index:30;pointer-events:none;background:#0000;transition:.2s}.history-mask-show{pointer-events:auto;background:#00000059}.history-panel{width:min(320px,82vw);height:100%;background:#f7f7f8;border-right:1px solid #ececf0;transform:translate(-100%);transition:.22s;padding:14px 12px;display:flex;flex-direction:column}.history-mask-show .history-panel{transform:translate(0)}.history-brand-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.history-logo{font-size:28px;font-weight:800;color:#3a63f5}.history-close{width:32px;height:32px;border:0;border-radius:8px;background:transparent}.history-new{border:1px solid #e4e8f2;background:#fff;border-radius:999px;height:42px;font-size:16px;display:flex;align-items:center;justify-content:center;gap:8px;margin-bottom:14px}.history-list{overflow-y:auto;padding-right:2px}.history-group{margin-bottom:14px}.history-group-title{font-size:13px;color:#868d98;margin:4px 4px 8px}.history-item{display:flex;align-items:center;gap:6px;border-radius:10px;padding:8px}.history-item-active,.history-item:hover{background:#eceff8}.history-main{flex:1;cursor:pointer}.history-title{font-size:16px;line-height:1.3;color:#262a35;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.history-delete{border:0;background:transparent;color:#8f96a2;width:28px;height:28px;border-radius:8px;display:flex;align-items:center;justify-content:center}.history-empty{color:#9ca3af;font-size:13px;text-align:center;padding:26px 0}.toast{position:fixed;left:50%;bottom:32px;transform:translate(-50%) translateY(8px);background:#111827eb;color:#fff;border-radius:999px;font-size:13px;padding:8px 14px;opacity:0;transition:.2s;pointer-events:none;z-index:20}.toast-show{opacity:1;transform:translate(-50%) translateY(0)}@media(max-width:680px){.chat-header h2{font-size:16px}.content-wrapper{max-width:calc(100vw - 88px)}.history-panel{width:min(320px,88vw)}}
