@font-face{font-family:Unbounded Brand;src:url(/fonts/unbounded-brand.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}.chat-shell{display:flex;height:100dvh}.chat-side{width:264px;flex:none;border-right:1px solid var(--line);display:flex;flex-direction:column;padding:10px;gap:2px;background:#f9f9fb}.side-brand{display:flex;align-items:center;gap:8px;padding:8px 10px 14px}.side-brand svg{height:22px;width:auto;color:var(--blue);flex:none}.side-brand .word{font-family:Unbounded Brand,-apple-system,sans-serif;font-size:13.5px;font-weight:400;letter-spacing:-.01em;color:var(--ink)}.side-brand .word .dot{color:var(--blue)}.new-chat{display:flex;align-items:center;gap:9px;text-align:left;font-size:13.5px;font-weight:600;color:var(--ink);background:none;border:none;border-radius:9px;padding:9px 10px;cursor:pointer;font-family:inherit}.new-chat svg{width:16px;height:16px;flex:none}.new-chat:hover{background:#ececf1}.side-label{font-size:11.5px;font-weight:600;color:#8f95a3;padding:14px 10px 5px}.side-foot{border-top:1px solid var(--line);margin-top:8px;padding-top:8px}.side-user{display:flex;align-items:center;gap:9px;padding:8px 10px;border-radius:9px}.side-user:hover{background:#ececf1}.side-user .avatar{width:28px;height:28px;border-radius:50%;background:var(--blue);color:#fff;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;flex:none}.side-user .meta{display:flex;flex-direction:column;min-width:0}.side-user .meta b{font-size:13px;font-weight:600;color:var(--ink);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.side-user .meta span{font-size:11.5px;color:var(--muted)}.convo-list{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:2px}.convo-item{display:flex;align-items:center;gap:6px;padding:9px 10px;border-radius:9px;cursor:pointer;font-size:13.5px;color:#43484f}.convo-item:hover{background:#eef0f3}.convo-item.active{background:#e9ebff;color:var(--blue)}.convo-title{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.convo-del{flex:none;border:none;background:none;color:var(--faint);cursor:pointer;font-size:16px;line-height:1;padding:2px 4px;border-radius:6px;opacity:0;transition:opacity .12s}.convo-item:hover .convo-del{opacity:1}.convo-del:hover{color:var(--err);background:#d7263d14}.side-toggle{display:none;border:none;background:none;font-size:20px;cursor:pointer;color:#43484f;padding:0 4px}.side-backdrop{display:none}.chat-root{flex:1;min-width:0;display:flex;flex-direction:column;height:100dvh;position:relative}.drop-overlay{position:absolute;inset:0;z-index:30;pointer-events:none;display:flex;align-items:center;justify-content:center;padding:24px;background:color-mix(in srgb,#fff 72%,transparent);backdrop-filter:blur(2px)}.drop-box{display:flex;align-items:center;gap:10px;padding:18px 28px;border:1.5px dashed var(--blue);border-radius:var(--r-lg);background:#fff;color:var(--blue);font-weight:600;font-size:15px;box-shadow:var(--shadow-float)}.drop-box svg{width:20px;height:20px}.chat-scroll>.msg-row{max-width:820px;margin-left:auto;margin-right:auto}.chat-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 20px;border-bottom:1px solid var(--line)}.chat-head .brand{display:flex;align-items:center;gap:9px;margin:0}.chat-head .brand svg{height:26px;width:auto;color:var(--blue)}.chat-head .brand .word{font-family:Unbounded Brand,-apple-system,sans-serif;font-size:16.5px;font-weight:400;letter-spacing:-.01em}.chat-head .brand .word .dot{color:var(--blue)}.chat-head .right{display:flex;align-items:center;gap:12px}.model-select{font-size:13.5px;font-weight:600;color:var(--ink);border:1px solid var(--faint);border-radius:9px;padding:7px 10px;background:#fff;cursor:pointer;font-family:inherit}.chat-head a{font-size:13.5px;color:var(--muted);font-weight:500}.chat-head a:hover{color:var(--blue)}.model-fixed{font-size:13.5px;font-weight:600;color:var(--ink);padding:7px 10px;border:1px solid var(--line);border-radius:9px;background:#f6f7ff}.trial-banner{text-align:center;font-size:13px;color:var(--muted);background:#f4f5ff;border-bottom:1px solid var(--line);padding:9px 16px}.trial-banner a{color:var(--blue);font-weight:600}.trial-wall{border-top:1px solid var(--line);padding:22px 20px 26px;text-align:center}.trial-wall .t{font-size:16px;font-weight:700;color:var(--ink)}.trial-wall .s{font-size:14px;color:var(--muted);margin:6px 0 16px}.trial-wall .actions{display:flex;gap:10px;justify-content:center}.wall-btn{font-size:14px;font-weight:600;padding:10px 20px;border-radius:10px;background:var(--blue);color:#fff}.wall-btn:hover{background:var(--blue-2)}.wall-btn.ghost{background:#fff;color:var(--blue);border:1px solid var(--faint)}.wall-btn.ghost:hover{background:#f6f7ff}.chat-scroll{flex:1;overflow-y:auto;padding:24px 20px}.chat-hero{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:8px}.chat-hero>svg{height:52px;width:auto;color:var(--faint)}.chat-hero .t{font-size:24px;font-weight:700;letter-spacing:-.02em;color:var(--ink);margin-bottom:8px}.chat-hero .chat-input{width:min(100%,720px);padding:0}.chips{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin-top:14px}.chip{border:1px solid var(--line);background:#fff;color:var(--muted);font-size:13.5px;font-weight:500;font-family:inherit;border-radius:999px;padding:8px 15px;cursor:pointer;transition:border-color .15s,color .15s,transform .16s cubic-bezier(.23,1,.32,1)}.chip:hover{border-color:var(--blue);color:var(--blue)}.chip:active{transform:scale(.97)}.msg-row{display:flex;margin-bottom:18px}.msg-row.user{justify-content:flex-end}.bubble{max-width:86%;font-size:15px;line-height:1.6;white-space:pre-wrap;word-wrap:break-word}.msg-row.user .bubble{background:var(--blue);color:#fff;padding:11px 15px;border-radius:16px 16px 4px}.msg-row.assistant .bubble{background:#f5f6f8;color:var(--ink);padding:11px 15px;border-radius:16px 16px 16px 4px}.bubble .md{white-space:normal}.bubble .md p{margin:.55em 0}.bubble .md>p:first-child,.bubble .md>:first-child{margin-top:0}.bubble .md>p:last-child,.bubble .md>:last-child{margin-bottom:0}.bubble .md ul,.bubble .md ol{margin:.55em 0;padding-left:22px}.bubble .md li{margin:.2em 0}.bubble .md li>p{margin:.2em 0}.bubble .md h1,.bubble .md h2,.bubble .md h3,.bubble .md h4{margin:.9em 0 .45em;line-height:1.35}.bubble .md blockquote{margin:.55em 0;padding:8px 12px;background:#eceef4;border-radius:8px;color:var(--muted)}.bubble .caret{display:inline-block;width:7px;height:15px;background:var(--blue);vertical-align:-2px;margin-left:1px;animation:blink 1s steps(2) infinite;border-radius:1px}@keyframes blink{50%{opacity:0}}.chat-head .credits{display:inline-flex;align-items:center;gap:5px;font-size:13px;font-weight:600;color:var(--ink);border:1px solid var(--faint);border-radius:9px;padding:6px 10px;background:#f6f7ff}.chat-head .credits:hover{border-color:var(--blue);color:var(--blue)}.chat-head .credits .gift-dot{color:var(--blue);font-size:10px;line-height:1}.chat-head .credits.low{color:var(--err);border-color:#d7263d66;background:#d7263d0f}.chat-head .credits.low .gift-dot{color:var(--err)}.chat-head .credits.lite{color:#7a5b00;border-color:#b48c0059;background:#d6aa001a}.chat-head .credits.lite .gift-dot{color:#c79a00}.chat-head .credits.lite:hover{border-color:#c79a00;color:#7a5b00}.trial-banner.lite-banner{background:#fff8e6;color:#6b5600;border-bottom-color:#b48c0038}.trial-banner.lite-banner a{color:#8a6d00}.bubble .lite-badge{display:inline-flex;align-items:center;gap:5px;font-size:11.5px;font-weight:600;color:#7a5b00;background:#d6aa001f;border:1px solid rgba(180,140,0,.28);border-radius:7px;padding:3px 8px;margin-bottom:8px}.bubble .thinking{display:inline-flex;align-items:center;gap:9px;color:var(--muted)}.bubble .thinking .gift{display:inline-flex;color:var(--blue);animation:giftbob 1.6s ease-in-out infinite}.bubble .thinking .gift svg{width:19px;height:19px}.bubble .thinking .phrase{font-size:14px;font-weight:500;color:var(--muted);animation:phrasefade .5s ease;max-width:min(60vw,420px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bubble .thinking .tdots{display:inline-flex;gap:3px}.bubble .thinking .tdots i{width:4px;height:4px;border-radius:50%;background:var(--blue);opacity:.35;animation:tdot 1.2s infinite ease-in-out}.bubble .thinking .tdots i:nth-child(2){animation-delay:.18s}.bubble .thinking .tdots i:nth-child(3){animation-delay:.36s}@keyframes giftbob{0%,to{transform:translateY(0) rotate(-3deg)}50%{transform:translateY(-3px) rotate(3deg)}}@keyframes tdot{0%,to{opacity:.25;transform:translateY(0)}50%{opacity:1;transform:translateY(-3px)}}@keyframes phrasefade{0%{opacity:0}to{opacity:1}}@media(prefers-reduced-motion:reduce){.bubble .thinking .gift,.bubble .thinking .tdots i{animation:none}}.chat-err{color:var(--err);font-size:13px;padding:0 6px}.chat-input{display:flex;flex-direction:column;gap:8px;padding:10px 20px 18px;width:100%;max-width:860px;margin:0 auto}.chat-input .input-line{display:flex;gap:4px;align-items:flex-end;background:#fff;border:1px solid var(--faint);border-radius:26px;padding:6px;box-shadow:0 6px 26px #14185012;transition:border-color .15s,box-shadow .15s}.chat-input .input-line:focus-within{border-color:var(--blue);box-shadow:0 6px 26px #3a43ff24}.chat-input textarea{flex:1;resize:none;font-family:inherit;font-size:15px;line-height:1.5;border:none;outline:none;background:transparent;padding:9px 8px;max-height:180px}.chat-input button{flex:none;width:38px;height:38px;border:none;border-radius:50%;background:var(--blue);color:#fff;cursor:pointer;transition:background .15s,transform .16s cubic-bezier(.23,1,.32,1);display:flex;align-items:center;justify-content:center}.chat-input button:active:not(:disabled){transform:scale(.92)}.chat-input button svg{width:17px;height:17px}.chat-input button:hover{background:var(--blue-2)}.chat-input button:disabled{opacity:.45;cursor:default}.chat-input .attach-btn{background:none;color:var(--muted)}.chat-input .attach-btn:hover{background:#f0f1f5;color:var(--ink)}.attach-row{display:flex;gap:8px;flex-wrap:wrap}.attach-thumb{position:relative;width:56px;height:56px;border-radius:10px;overflow:hidden;border:1px solid var(--faint)}.attach-thumb img{width:100%;height:100%;object-fit:cover;display:block}.chat-input .attach-thumb button{position:absolute;top:2px;right:2px;width:18px;height:18px;border-radius:50%;background:#0f111599;color:#fff;font-size:12px;line-height:1;padding:0}.chat-input .attach-thumb button:hover{background:#0f1115cc}.attach-file{position:relative;display:inline-flex;align-items:center;gap:6px;height:56px;max-width:220px;padding:0 26px 0 10px;border-radius:10px;border:1px solid var(--faint);font-size:13px}.attach-file .fn{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-input .attach-file button{position:absolute;top:2px;right:2px;width:18px;height:18px;border-radius:50%;background:#0f111599;color:#fff;font-size:12px;line-height:1;padding:0}.chat-input .attach-file button:hover{background:#0f1115cc}.msg-imgs{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:6px}.msg-imgs img{max-width:220px;max-height:220px;border-radius:10px;display:block}.msg-imgs .file-chip{display:inline-flex;align-items:center;gap:6px;padding:8px 12px;border-radius:10px;background:#ffffff2e;font-size:13px;max-width:220px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.md>:first-child{margin-top:0}.md>:last-child{margin-bottom:0}.md p{margin:0 0 10px}.md ul,.md ol{margin:0 0 10px;padding-left:22px}.md li{margin:2px 0}.md h1,.md h2,.md h3{margin:14px 0 8px;line-height:1.3;font-weight:700}.md h1{font-size:20px}.md h2{font-size:18px}.md h3{font-size:16px}.md a{color:var(--blue);text-decoration:underline}.md code{font-family:SF Mono,ui-monospace,Menlo,Consolas,monospace;font-size:13px;background:#eceef2;padding:1.5px 5px;border-radius:5px}.md pre{background:#1a1c20;color:#eceef2;padding:13px 15px;border-radius:10px;overflow-x:auto;margin:0 0 10px;font-size:13px;line-height:1.5}.md pre code{background:none;padding:0;color:inherit;font-size:13px}.md blockquote{margin:0 0 10px;padding-left:12px;border-left:3px solid var(--faint);color:var(--muted)}.md table{border-collapse:collapse;margin:0 0 10px;font-size:13.5px;display:block;max-width:100%;overflow-x:auto}.md th,.md td{border:1px solid var(--line);padding:6px 10px;text-align:left}.md th{background:#f5f6f8;font-weight:600}@media(max-width:760px){.side-toggle{display:inline-block}.chat-side{position:fixed;top:0;left:0;bottom:0;z-index:40;transform:translate(-100%);transition:transform .2s ease;box-shadow:0 0 0 100vmax #0000}.chat-side.open{transform:translate(0)}.side-backdrop{display:block;position:fixed;inset:0;z-index:35;background:#14161e59}.bubble{max-width:92%}}.bubble .md .sources{display:flex;flex-wrap:wrap;gap:6px;margin-top:10px}.bubble .md .source-chip{display:inline-flex;align-items:center;gap:6px;padding:3px 10px 3px 4px;border-radius:999px;background:#eef1f5;color:#444a55;font-size:12px;font-weight:500;text-decoration:none;max-width:240px;transition:background .15s ease}.bubble .md .source-chip:hover{background:#e2e7ee}.bubble .md .source-chip .n{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;border-radius:50%;background:#fff;color:var(--muted);font-size:10px;font-weight:600}.bubble .md .source-chip .h{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
