: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;background:var(--bg);color:var(--text);-webkit-text-size-adjust:100%;text-size-adjust:100%}body{min-height:var(--app-height, 100vh);overscroll-behavior-y:contain}#app{min-height:var(--app-height, 100vh)}.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:980px;margin:0 auto;min-height:var(--app-height, 100vh);display:flex;flex-direction:column}.chat-header{position:sticky;top:0;z-index:3;background:#f8f9fc;border-bottom:1px solid #eceff5;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:12px 16px}.chat-header h2{margin:0;font-size:18px}.header-back,.header-btn{border:0;border-radius:999px;padding:7px 12px;background:#eef2ff;color:var(--primary-2);cursor:pointer}.header-actions{display:flex;gap:6px}.chat-main{flex:1;overflow-y:auto;padding:18px 12px 20px}.message-item{display:flex;align-items:flex-start;margin-bottom:16px}.message-user{flex-direction:row-reverse}.avatar{width:38px;height:38px;border-radius:12px;box-shadow:0 4px 12px #0000001f;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:13px;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:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;border-bottom-right-radius:6px}.bubble-ai{background:#fff;color:var(--text);border-bottom-left-radius:6px;box-shadow:0 4px 16px #00000014}.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{border-top:1px solid #eceff5;background:#fff;padding:10px 12px;display:flex;gap:8px;overflow-x:auto}.attachment-item{width:74px;height:74px;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:sticky;bottom:0;z-index:4;border-top:1px solid #eceff5;background:#fff;padding:12px;padding-bottom:calc(12px + env(safe-area-inset-bottom));display:flex;align-items:center;gap:8px}.tool-btn{width:62px;height:40px;border-radius:10px;border:0;background:#f3f4f8;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:14px;color:#4b5563}.tool-btn-disabled{opacity:.45;cursor:not-allowed}.tool-btn-recording{background:#fee2e2;color:#dc2626}.voice-hold-btn{min-width:94px;height:40px;border:0;border-radius:10px;background:#f3f4f8;color:#374151;font-size:14px;font-weight:600;cursor:pointer;user-select:none;-webkit-user-select:none;touch-action:none}.voice-hold-btn-active{background:#dbeafe;color:#1d4ed8}.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}.chat-input{flex:1;border:0;background:#f3f4f8;border-radius:12px;padding:0 12px;height:40px;font-size:16px;outline:none}.send-btn{min-width:56px;height:40px;border:0;border-radius:10px;font-size:15px;color:#fff;cursor:pointer}.send-btn-on{background:linear-gradient(135deg,#6366f1,#4f46e5)}.send-btn-off{background:#d1d5db}.history-mask{position:fixed;inset:0;background:#0006;display:flex;align-items:center;justify-content:center;padding:14px}.history-panel{width:min(600px,100%);max-height:70vh;background:#fff;border-radius:16px;overflow:hidden;display:flex;flex-direction:column}.history-header{padding:12px 14px;border-bottom:1px solid #eceff5;display:flex;justify-content:space-between;align-items:center}.history-header button{border:0;background:#eef2ff;color:var(--primary-2);border-radius:999px;padding:6px 12px}.history-list{overflow-y:auto;padding:8px}.history-item{display:flex;align-items:center;gap:8px;border-radius:10px;padding:8px}.history-item:hover{background:#f7f8fb}.history-main{flex:1;cursor:pointer}.history-title{font-size:14px;font-weight:600}.history-time{margin-top:2px;font-size:12px;color:#6b7280}.history-delete{border:0;border-radius:8px;background:#fee2e2;color:#ef4444;padding:6px 8px;cursor:pointer}.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}.header-back,.header-btn{padding:6px 8px;font-size:12px}.content-wrapper{max-width:calc(100vw - 88px)}}
