:root,:host{--fin-primary: #6555f5;--fin-accent: #d1fc57;--fin-radius: 20px;--fin-radius-lg: 25px;--fin-font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--fin-font-display: "Unbounded", "Inter", system-ui, sans-serif;--ft-purple: var(--fin-primary);--ft-purple-deep: #5c509d;--ft-lavender: #d1bdf2;--ft-lime: var(--fin-accent);--ft-lime-olive: #dbdd40;--ft-pink: #ff386c;--ft-yellow: #ffcf14;--ft-green: #4caa6b;--ft-black: #000000;--ft-ink-900: #0d0f0e;--ft-ink-800: #1d1b1b;--ft-ink-700: #222021;--ft-ink-600: #2d2d2d;--ft-grey-700: #727272;--ft-grey-600: #7d7d7d;--ft-grey-500: #9d9d9d;--ft-grey-400: #aaaaaa;--ft-grey-300: #b7b7b7;--ft-grey-250: #c7c7c7;--ft-grey-200: #d4d1d1;--ft-grey-150: #d9d9d9;--ft-grey-100: #ebebeb;--ft-white: #ffffff;--ft-off-white: #f1f2f2;--font-ui: var(--fin-font);--font-display: var(--fin-font-display);--hairline: inset 0 0 0 1px var(--ft-black);--hairline-2: inset 0 0 0 2px rgba(255, 255, 255, .6);--hairline-soft: inset 0 0 0 1px var(--ft-grey-300);--shadow-overlay: 0 4px 24px rgba(0, 0, 0, .25);--radius-md: var(--fin-radius);--radius-lg: var(--fin-radius-lg);--radius-xl: 30px;--ease-standard: cubic-bezier(.2, 0, .2, 1);--dur-fast: .12s;--dur-base: .18s}.fc-root{display:flex;flex-direction:column;height:100%;min-height:0;background:#fff;font-family:var(--font-ui);color:#000;overflow:hidden;font-size:16px;line-height:22px;text-align:left}.fc-root *,.fc-root *:before,.fc-root *:after{box-sizing:border-box}.fc-root button{font:inherit}.fc-tap:focus-visible{outline:2px solid var(--ft-purple);outline-offset:2px}.fc-scroll::-webkit-scrollbar{width:8px}.fc-scroll::-webkit-scrollbar-thumb{background:var(--ft-grey-200);border-radius:20px}.fc-scroll::-webkit-scrollbar-track{background:transparent}@keyframes fcFadeUp{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}@keyframes fcBlink{0%,60%{opacity:1}61%,to{opacity:0}}@keyframes fcPulse{0%,to{opacity:.25}50%{opacity:1}}.fc-msg{animation:fcFadeUp var(--dur-base) var(--ease-standard) both}.fc-header{display:flex;align-items:center;gap:12px;padding:14px 16px;background:var(--ft-purple);color:#fff;flex:none}.fc-header--plain{padding:16px 24px;background:#fff;color:#000;box-shadow:inset 0 -1px #000}.fc-avatar{width:40px;height:40px;border-radius:50%;background:var(--ft-lime);display:flex;align-items:center;justify-content:center;flex:none;overflow:hidden}.fc-header--plain .fc-avatar{width:36px;height:36px}.fc-avatar img{width:90%;height:90%;object-fit:contain}.fc-header-info{display:flex;flex-direction:column;gap:3px;min-width:0;flex:1}.fc-header-title{font-size:16px;font-weight:500;line-height:19px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.fc-header-sub{font-size:12px;line-height:14px;color:#ffffffbf;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.fc-header--plain .fc-header-sub{color:var(--ft-grey-600)}.fc-header-iconbtn{width:44px;height:44px;flex:none;border:none;border-radius:var(--radius-md);background:transparent;box-shadow:var(--hairline-2);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center}.fc-header-iconbtn:hover{background:#ffffff1f}.fc-model-chip{display:flex;align-items:center;gap:7px;padding:7px 12px;border-radius:var(--radius-md);box-shadow:var(--hairline);font-size:12px;line-height:14px;white-space:nowrap}.fc-model-dot{width:7px;height:7px;border-radius:50%;background:var(--ft-green)}.fc-newchat-btn{display:flex;align-items:center;gap:8px;padding:10px 14px;min-height:40px;border:none;border-radius:var(--radius-md);background:#fff;box-shadow:var(--hairline);color:#000;font-family:var(--font-ui);font-size:12px;text-transform:uppercase;cursor:pointer;transition:background var(--dur-fast) var(--ease-standard)}.fc-newchat-btn:hover{background:var(--ft-lime)}.fc-feed{flex:1;min-height:0;overflow-y:auto;padding:20px;display:flex;flex-direction:column;align-items:center;gap:18px;background:#fff}.fc-feed-col{width:100%;max-width:800px;display:flex;flex-direction:column;gap:18px}.fc-greeting{display:flex;flex-direction:column;gap:16px;padding:20px;border-radius:var(--radius-md);box-shadow:var(--hairline)}.fc-greeting-row{display:flex;align-items:flex-start;gap:14px}.fc-greeting-avatar{width:44px;height:44px;flex:none;border-radius:50%;background:var(--ft-lime)}.fc-greeting-texts{display:flex;flex-direction:column;gap:8px}.fc-greeting-title{font-family:var(--font-display);font-weight:700;font-size:16px;line-height:22px;text-wrap:pretty}.fc-greeting-sub{font-size:16px;line-height:22px;color:var(--ft-grey-600);text-wrap:pretty}.fc-chips{display:flex;flex-wrap:wrap;gap:10px}.fc-chip{padding:11px 16px;min-height:44px;border:none;border-radius:var(--radius-md);background:#fff;box-shadow:var(--hairline);font-family:var(--font-ui);font-size:14px;line-height:18px;color:#000;text-align:left;cursor:pointer;transition:background var(--dur-fast) var(--ease-standard)}.fc-chip:hover{background:var(--ft-lime)}.fc-msg-wrap{display:flex;flex-direction:column;gap:12px}.fc-user-row{display:flex;justify-content:flex-end}.fc-user-bubble{max-width:78%;padding:14px 18px;border-radius:var(--radius-md);background:var(--ft-purple);color:#fff;font-size:16px;line-height:22px;text-wrap:pretty;overflow-wrap:break-word}.fc-bot-card{display:flex;flex-direction:column;gap:14px;padding:20px;border-radius:var(--radius-md);box-shadow:var(--hairline);background:#fff}.fc-caret{display:inline-block;width:9px;height:16px;margin-left:2px;background:#000;vertical-align:-2px;animation:fcBlink .9s steps(1,end) infinite}.fc-blocks{display:flex;flex-direction:column;gap:14px}.fc-p{font-size:16px;line-height:22px;text-wrap:pretty;overflow-wrap:break-word}.fc-h{font-family:var(--font-display);font-weight:700;font-size:14px;line-height:20px;text-transform:uppercase}.fc-ul{display:flex;flex-direction:column;gap:8px}.fc-li{display:flex;gap:10px;font-size:16px;line-height:22px;text-wrap:pretty}.fc-li-dot{flex:none;width:6px;height:6px;margin-top:8px;border-radius:50%;background:var(--ft-purple)}.fc-note{font-size:14px;line-height:19px;color:var(--ft-grey-600);text-wrap:pretty}.fc-cite{border:none;padding:1px 7px;margin:0 1px;border-radius:var(--radius-md);background:var(--ft-lavender);color:#000;font-family:var(--font-ui);font-size:11px;line-height:14px;vertical-align:5px;cursor:pointer}.fc-cite:hover{background:var(--ft-lime)}.fc-table-wrap{border-radius:var(--radius-md);box-shadow:var(--hairline);overflow-x:auto}.fc-table{border-collapse:collapse;width:100%;min-width:320px}.fc-table thead th{background:var(--ft-lime);border-bottom:1px solid #000;padding:11px 14px;font-size:12px;line-height:16px;font-weight:500;text-transform:uppercase;text-align:left}.fc-table td{padding:12px 14px;font-size:14px;line-height:19px;border-bottom:1px solid var(--ft-grey-200);vertical-align:top}.fc-table tr:last-child td{border-bottom:none}.fc-meta-row{display:flex;flex-wrap:wrap;align-items:center;gap:10px}.fc-verified{display:flex;align-items:center;gap:8px;padding:7px 13px;border-radius:var(--radius-md);background:var(--ft-lime);box-shadow:var(--hairline);font-size:12px;line-height:14px;font-weight:500}.fc-notfound{display:flex;align-items:center;gap:8px;padding:7px 13px;border-radius:var(--radius-md);background:var(--ft-grey-100);font-size:12px;line-height:14px;color:var(--ft-grey-700)}.fc-checking{display:flex;align-items:center;gap:8px;padding:7px 13px;border-radius:var(--radius-md);box-shadow:var(--hairline-soft);font-size:12px;line-height:14px;color:var(--ft-grey-700)}.fc-meta-spacer{flex:1}.fc-fb-btns{display:flex;gap:8px}.fc-fb-btn{width:44px;height:44px;border:none;border-radius:var(--radius-md);background:#fff;box-shadow:var(--hairline);color:#000;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background var(--dur-fast) var(--ease-standard)}.fc-fb-btn:hover{background:var(--ft-grey-100)}.fc-fb-btn--up-active{background:var(--ft-lime)}.fc-fb-btn--down-active{background:var(--ft-pink)}.fc-copy-btn{color:var(--ft-grey-700)}.fc-fb-form{display:flex;flex-direction:column;gap:12px;padding:16px;border-radius:var(--radius-md);background:var(--ft-grey-100)}.fc-fb-form-title{font-size:14px;line-height:19px;font-weight:500}.fc-fb-tags{display:flex;flex-wrap:wrap;gap:8px}.fc-fb-tag{padding:9px 14px;min-height:38px;border:none;border-radius:var(--radius-md);background:#fff;box-shadow:var(--hairline);font-family:var(--font-ui);font-size:13px;color:#000;cursor:pointer}.fc-fb-tag--active{background:var(--ft-lime)}.fc-fb-actions{display:flex;gap:10px;align-items:center}.fc-btn-primary{padding:11px 18px;min-height:44px;border:none;border-radius:var(--radius-md);background:var(--ft-purple);color:#fff;font-family:var(--font-ui);font-size:13px;text-transform:uppercase;cursor:pointer}.fc-btn-primary:hover{background:var(--ft-purple-deep)}.fc-btn-ghost{padding:11px 14px;min-height:44px;border:none;border-radius:var(--radius-md);background:transparent;color:var(--ft-grey-700);font-family:var(--font-ui);font-size:13px;cursor:pointer}.fc-fb-thanks{font-size:13px;line-height:18px;color:var(--ft-grey-600)}.fc-src{display:flex;flex-direction:column;gap:10px;border-radius:var(--radius-md);box-shadow:var(--hairline);overflow:hidden}.fc-src-head{display:flex;align-items:center;gap:10px;width:100%;padding:14px 16px;min-height:48px;border:none;background:#fff;font-family:var(--font-ui);font-size:14px;font-weight:500;color:#000;cursor:pointer;text-align:left}.fc-src-head--open{background:var(--ft-grey-100)}.fc-src-chevron{transition:transform var(--dur-base) var(--ease-standard);flex:none}.fc-src-chevron--open{transform:rotate(180deg)}.fc-src-head-label{flex:1}.fc-src-head-books{font-weight:400;font-size:12px;color:var(--ft-grey-700)}.fc-src-list{display:flex;flex-direction:column;gap:10px;padding:0 16px 16px}.fc-src-card{display:flex;flex-direction:column;border-radius:var(--radius-md);box-shadow:var(--hairline);overflow:hidden;background:#fff}.fc-src-row{display:flex;align-items:center;gap:14px;padding:14px;border:none;background:transparent;font-family:var(--font-ui);color:#000;text-align:left;cursor:pointer}.fc-src-row:hover{background:var(--ft-grey-100)}.fc-pdf-icon{flex:none;width:38px;height:48px;border-radius:5px;background:var(--ft-purple);color:#fff;display:flex;align-items:flex-end;justify-content:center;padding-bottom:6px;font-size:9px;letter-spacing:.5px}.fc-src-info{flex:1;display:flex;flex-direction:column;gap:5px;min-width:0}.fc-src-title{font-size:14px;line-height:19px;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fc-src-meta{font-size:12px;line-height:16px;color:var(--ft-grey-600);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fc-src-n{flex:none;width:26px;height:26px;border-radius:50%;background:var(--ft-lavender);color:#000;display:flex;align-items:center;justify-content:center;font-size:11px}.fc-src-quote{display:flex;flex-direction:column;gap:10px;margin:0 14px 14px;padding:14px;border-radius:var(--radius-md);background:var(--ft-grey-100)}.fc-src-quote-text{font-size:14px;line-height:20px;color:var(--ft-ink-700);text-wrap:pretty;white-space:pre-line}.fc-src-more{align-self:flex-start;border:none;background:transparent;padding:0;font-family:var(--font-ui);font-size:13px;color:var(--ft-purple);text-decoration:underline;cursor:pointer}.fc-thinking{display:flex;flex-direction:column;gap:12px;padding:20px;border-radius:var(--radius-md);box-shadow:var(--hairline)}.fc-thinking-row{display:flex;align-items:center;gap:12px}.fc-dots{display:flex;gap:5px}.fc-dot{width:7px;height:7px;border-radius:50%;background:var(--ft-purple);animation:fcPulse .9s ease-in-out infinite}.fc-dot:nth-child(2){animation-delay:.15s}.fc-dot:nth-child(3){animation-delay:.3s}.fc-thinking-label{font-size:14px;line-height:19px;font-weight:500}.fc-stages{display:flex;gap:6px}.fc-stage-bar{flex:1;height:5px;border-radius:20px;background:var(--ft-grey-150);transition:background var(--dur-base) var(--ease-standard)}.fc-stage-bar--on{background:var(--ft-purple)}.fc-error{display:flex;flex-wrap:wrap;align-items:center;gap:14px;padding:18px 20px;border-radius:var(--radius-md);box-shadow:inset 0 0 0 1px var(--ft-pink);background:#fff}.fc-error-icon{flex:none;width:26px;height:26px;border-radius:50%;background:var(--ft-pink);color:#fff;display:flex;align-items:center;justify-content:center;font-size:15px;font-weight:500}.fc-error-text{flex:1;min-width:180px;font-size:15px;line-height:21px;text-wrap:pretty}.fc-retry-btn{padding:12px 18px;min-height:44px;border:none;border-radius:var(--radius-md);background:var(--ft-purple);color:#fff;font-family:var(--font-ui);font-size:13px;text-transform:uppercase;cursor:pointer}.fc-input-zone{flex:none;padding:16px 20px 14px;background:#fff;box-shadow:inset 0 1px 0 0 var(--ft-grey-200);display:flex;flex-direction:column;align-items:center;gap:10px}.fc-input-col{width:100%;max-width:800px;display:flex;flex-direction:column;gap:8px}.fc-disabled-note{display:flex;align-items:center;gap:10px;padding:12px 16px;border-radius:var(--radius-md);background:var(--ft-grey-100);font-size:13px;line-height:18px;color:var(--ft-grey-700);text-wrap:pretty}.fc-input-row{display:flex;align-items:flex-end;gap:10px}.fc-input-box{flex:1;display:flex;flex-direction:column;gap:6px;padding:10px 16px;border-radius:var(--radius-md);box-shadow:var(--hairline);background:#fff;transition:box-shadow var(--dur-fast) var(--ease-standard)}.fc-input-box--focus{box-shadow:inset 0 0 0 2px var(--ft-purple)}.fc-input-box--disabled{box-shadow:inset 0 0 0 1px var(--ft-grey-200);background:var(--ft-grey-100)}.fc-textarea{width:100%;resize:none;border:none;outline:none;background:transparent;font-family:var(--font-ui);font-size:16px;line-height:22px;color:#000;max-height:120px;overflow-y:auto;padding:0;margin:0}.fc-counter{align-self:flex-end;font-size:11px;line-height:14px;color:var(--ft-grey-600)}.fc-counter--over{color:var(--ft-pink)}.fc-send-btn,.fc-mic-btn{width:52px;height:52px;flex:none;border:none;border-radius:var(--radius-md);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background var(--dur-fast) var(--ease-standard)}.fc-send-btn{background:var(--ft-purple)}.fc-send-btn:hover{background:var(--ft-purple-deep)}.fc-send-btn:disabled{background:var(--ft-grey-150);cursor:default}.fc-mic-btn{background:#fff;box-shadow:var(--hairline);color:var(--ft-grey-500);cursor:not-allowed}.fc-brand{display:flex;align-items:center;justify-content:center;gap:5px;font-size:10px;line-height:12px;color:var(--ft-grey-500)}.fc-brand-prufix{display:inline-flex;align-items:center;gap:4px;font-weight:600;color:var(--ft-grey-600);letter-spacing:.2px}.fc-brand-prufix img{height:10px;width:10px;display:block}@media (max-width: 480px){.fc-feed{padding:14px}.fc-bot-card,.fc-greeting{padding:16px}.fc-input-zone{padding:12px 14px 10px}.fc-user-bubble{max-width:88%}}@media (max-width: 700px){.fc-header--plain{padding:12px 16px}.fc-header--plain .fc-header-sub{display:none}.fc-header--plain .fc-header-title{font-size:14px}.fc-newchat-btn{width:44px;height:44px;padding:0;justify-content:center}.fc-newchat-label{display:none}}html,body{margin:0;padding:0;background:#0d0f0e}body{font-family:var(--font-ui);color:#000;-webkit-font-smoothing:antialiased}*{box-sizing:border-box}button{font:inherit}.st-tap:focus-visible{outline:2px solid var(--ft-lime);outline-offset:2px}@keyframes stIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}@keyframes stToast{0%{opacity:0;transform:translate(-50%,12px)}to{opacity:1;transform:translate(-50%)}}.st-pop{animation:stIn .2s var(--ease-standard) both}.st-scroll::-webkit-scrollbar{width:8px;height:8px}.st-scroll::-webkit-scrollbar-thumb{background:#4a4a4a;border-radius:20px}.st-scroll::-webkit-scrollbar-track{background:transparent}.st-page-scroll::-webkit-scrollbar-thumb{background:var(--ft-grey-200)}.st-shell{display:flex;flex-direction:column;min-height:100vh}.st-topbar{flex:none;display:flex;align-items:center;gap:20px;padding:14px 24px;background:#0d0f0e;box-shadow:inset 0 -1px #2d2d2d;position:sticky;top:0;z-index:40}.st-topbar-brand{display:flex;align-items:center;gap:12px}.st-topbar-brand img{height:16px;display:block}.st-topbar-note{font-size:12px;line-height:14px;color:#7d7d7d}.st-tabs{display:flex;gap:8px;margin-left:8px}.st-tab{display:inline-flex;align-items:center;padding:9px 16px;min-height:40px;border:none;border-radius:20px;background:#2d2d2d;color:#ebebeb;font-family:var(--font-ui);font-size:13px;cursor:pointer;text-decoration:none;transition:background var(--dur-fast) var(--ease-standard)}.st-tab:hover{background:#3a3a3a;color:#fff}.st-tab--active,.st-tab--active:hover{background:var(--ft-lime);color:#000}.st-topbar-hint{margin-left:auto;font-size:11px;line-height:15px;color:#7d7d7d;max-width:300px;text-align:right}.st-main{flex:1;min-height:0;padding:28px 24px 60px;display:flex;justify-content:center;align-items:flex-start}.st-page{position:relative;width:1440px;max-width:100%;border-radius:var(--radius-xl);overflow:hidden;background:#fff}.st-page-bg{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;pointer-events:none}.st-page-bg:before,.st-page-bg:after{content:"";position:absolute}.st-page-bg:before{right:-18%;top:-46%;width:118%;aspect-ratio:1948 / 1901;background:linear-gradient(94.639deg,#6455f600 3.67%,#6455f6cc 49.9%);opacity:.5;-webkit-mask:url(/assets/bg-blob-purple.svg) center / 100% 100% no-repeat;mask:url(/assets/bg-blob-purple.svg) center / 100% 100% no-repeat;transform:rotate(118deg)}.st-page-bg:after{left:-34%;bottom:-30%;width:96%;aspect-ratio:1389 / 1355;background:linear-gradient(90deg,#edffa100,#ddfc59e6);-webkit-mask:url(/assets/bg-blob-lime.svg) center / 100% 100% no-repeat;mask:url(/assets/bg-blob-lime.svg) center / 100% 100% no-repeat;transform:rotate(118deg)}.st-page-inner{position:relative;display:flex;flex-direction:column;gap:24px;padding:24px 24px 32px}.st-header{display:flex;align-items:center;gap:20px;padding:16px 24px;border-radius:var(--radius-md);background:var(--ft-purple);color:#fff;flex:none;flex-wrap:wrap}.st-header img.logo{height:18px;display:block}.st-header-divider{width:1px;height:22px;background:#ffffff59}.st-header-title{font-family:var(--font-display);font-weight:700;font-size:16px;line-height:20px}.st-header-spacer{flex:1}.st-chip{display:flex;align-items:center;gap:9px;padding:9px 14px;border-radius:20px;box-shadow:var(--hairline-2);font-size:13px;line-height:15px;white-space:nowrap}.st-chip-dot{width:8px;height:8px;border-radius:50%;background:var(--ft-lime)}.st-chip--person{padding:7px 7px 7px 14px;gap:10px}.st-chip-avatar{width:30px;height:30px;border-radius:50%;background:var(--ft-lime);display:flex;align-items:center;justify-content:center;overflow:hidden}.st-chip-avatar img{width:26px;height:26px}.st-row{display:flex;gap:24px;align-items:stretch;height:820px}.st-chat-frame{flex:1;min-width:0;display:flex;flex-direction:column;border-radius:var(--radius-xl);background:#fff;box-shadow:var(--hairline);overflow:hidden}.st-chat-frame>*{flex:1;min-height:0}.st-kb{position:relative;flex:none;width:352px;display:flex;flex-direction:column;gap:18px;padding:20px;border-radius:var(--radius-xl);background:#fff;box-shadow:var(--hairline);transition:box-shadow var(--dur-fast) var(--ease-standard)}.st-kb--drag{box-shadow:inset 0 0 0 2px var(--ft-purple)}.st-kb--collapsed{width:64px;padding:20px 10px;align-items:center;gap:14px;cursor:pointer}.st-kb-vertical{writing-mode:vertical-rl;transform:rotate(180deg);font-family:var(--font-display);font-weight:700;font-size:13px;text-transform:uppercase;letter-spacing:.5px;color:#000}.st-kb-collapsed-count{display:none;font-size:12px;color:var(--ft-grey-600)}.st-kb-head{display:flex;flex-direction:column;gap:6px}.st-kb-head-row{display:flex;align-items:baseline;gap:10px}.st-kb-title{font-family:var(--font-display);font-weight:700;font-size:16px;line-height:22px;text-transform:uppercase}.st-kb-collapse{margin-left:auto;border:none;background:transparent;padding:4px;color:var(--ft-grey-700);cursor:pointer;display:flex}.st-kb-counter{font-size:12px;line-height:16px;color:var(--ft-grey-600)}.st-format-error{display:flex;gap:12px;padding:14px;border-radius:var(--radius-md);box-shadow:inset 0 0 0 1px var(--ft-pink)}.st-format-error-icon{flex:none;width:22px;height:22px;border-radius:50%;background:var(--ft-pink);color:#fff;display:flex;align-items:center;justify-content:center;font-size:13px}.st-format-error-body{display:flex;flex-direction:column;gap:6px}.st-format-error-title{font-size:13px;line-height:18px;font-weight:500}.st-format-error-text{font-size:12px;line-height:16px;color:var(--ft-grey-600);text-wrap:pretty}.st-docs{flex:1;min-height:0;overflow-y:auto;display:flex;flex-direction:column;gap:12px;margin:0 -4px;padding:0 4px}.st-empty{display:flex;flex-direction:column;align-items:center;gap:14px;padding:32px 20px;text-align:center}.st-empty img{width:150px;opacity:.9}.st-empty-title{font-family:var(--font-display);font-weight:700;font-size:14px;line-height:20px;text-transform:uppercase}.st-empty-text{font-size:13px;line-height:18px;color:var(--ft-grey-600);text-wrap:pretty}.st-doc{display:flex;flex-direction:column;gap:12px;padding:14px;border-radius:var(--radius-md);background:#fff;box-shadow:var(--hairline);transition:box-shadow var(--dur-base) var(--ease-standard),background var(--dur-base) var(--ease-standard)}.st-doc--hot{background:var(--ft-lime);box-shadow:inset 0 0 0 2px #000}.st-doc-row{display:flex;gap:12px;align-items:flex-start}.st-doc-icon{flex:none;width:34px;height:44px;border-radius:5px;background:var(--ft-purple);color:#fff;display:flex;align-items:flex-end;justify-content:center;padding-bottom:5px;font-size:8px;letter-spacing:.5px}.st-doc-icon--indexing{background:var(--ft-grey-600)}.st-doc-icon--error{background:var(--ft-grey-400)}.st-doc-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:5px}.st-doc-title{font-size:14px;line-height:18px;font-weight:500;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.st-doc-meta{font-size:11px;line-height:15px;color:var(--ft-grey-600)}.st-doc-actions{flex:none;display:flex;gap:2px}.st-doc-iconbtn{width:30px;height:30px;border:none;border-radius:20px;background:transparent;color:var(--ft-grey-700);cursor:pointer;display:flex;align-items:center;justify-content:center}.st-doc-iconbtn:hover{background:var(--ft-grey-100);color:#000}.st-doc-status{display:flex;align-items:center;gap:8px;font-size:12px;line-height:16px;color:var(--ft-ink-700)}.st-doc-progress{display:flex;flex-direction:column;gap:8px}.st-doc-progress-row{display:flex;justify-content:space-between;font-size:12px;line-height:16px}.st-doc-progress-pct{color:var(--ft-grey-600)}.st-doc-bar{height:6px;border-radius:20px;background:var(--ft-grey-100);overflow:hidden}.st-doc-bar-fill{height:100%;border-radius:20px;background:var(--ft-purple);transition:width .3s var(--ease-standard)}.st-doc-eta{font-size:11px;line-height:15px;color:var(--ft-grey-600)}.st-doc-error{display:flex;flex-direction:column;gap:10px}.st-doc-error-row{display:flex;gap:8px;align-items:flex-start;font-size:12px;line-height:16px}.st-doc-error-icon{flex:none;width:16px;height:16px;border-radius:50%;background:var(--ft-pink);color:#fff;display:flex;align-items:center;justify-content:center;font-size:11px}.st-doc-error-text{color:var(--ft-ink-700);text-wrap:pretty}.st-doc-retry{align-self:flex-start;padding:8px 14px;min-height:36px;border:none;border-radius:20px;background:#fff;box-shadow:var(--hairline);font-size:12px;text-transform:uppercase;cursor:pointer}.st-doc-retry:hover{background:var(--ft-lime)}.st-confirm{display:flex;flex-direction:column;gap:10px;padding:12px;border-radius:var(--radius-md);background:var(--ft-grey-100)}.st-confirm-text{font-size:12px;line-height:17px;text-wrap:pretty}.st-confirm-row{display:flex;gap:8px}.st-confirm-yes{padding:9px 14px;min-height:38px;border:none;border-radius:20px;background:#000;color:#fff;font-size:12px;text-transform:uppercase;cursor:pointer}.st-confirm-no{padding:9px 14px;min-height:38px;border:none;border-radius:20px;background:#fff;box-shadow:var(--hairline);font-size:12px;text-transform:uppercase;cursor:pointer}.st-upload{display:flex;flex-direction:column;gap:12px;padding:16px;border-radius:var(--radius-md);box-shadow:inset 0 0 0 1px var(--ft-grey-200);text-align:center}.st-upload-hint{font-size:12px;line-height:17px;color:var(--ft-grey-600);text-wrap:pretty}.st-upload-btn{padding:12px 18px;min-height:48px;border:none;border-radius:var(--radius-md);background:var(--ft-purple);color:#fff;font-size:14px;text-transform:uppercase;cursor:pointer;transition:background var(--dur-fast) var(--ease-standard)}.st-upload-btn:hover{background:var(--ft-purple-deep)}.st-dropzone{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:var(--radius-xl);background:#d1fc57eb;box-shadow:inset 0 0 0 2px #000;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;pointer-events:none;z-index:5}.st-dropzone-title{font-family:var(--font-display);font-weight:700;font-size:16px;text-transform:uppercase}.st-dropzone-sub{font-size:13px;color:var(--ft-ink-700)}.st-toast{position:fixed;left:50%;bottom:36px;transform:translate(-50%);display:flex;align-items:center;gap:12px;padding:14px 20px;border-radius:var(--radius-md);background:#000;color:#fff;font-size:14px;line-height:19px;z-index:60;animation:stToast .2s var(--ease-standard) both;max-width:min(90vw,640px)}.st-sparkle{display:flex;align-items:center;gap:16px;padding-top:4px}.st-sparkle img{flex:1;height:12px;object-fit:cover;min-width:0}.st-powered{display:flex;align-items:center;justify-content:center;gap:7px;font-size:12px;line-height:16px;color:var(--ft-grey-600)}.st-powered img{width:14px;height:14px;display:block}.st-powered b{font-weight:600;color:var(--ft-ink-700)}@media (max-width: 1100px){.st-row{flex-direction:column;height:auto}.st-kb{width:100%;max-height:420px}.st-kb--collapsed{width:100%}.st-chat-frame{height:640px}.st-topbar-hint{display:none}}@media (max-width: 700px){.st-kb--collapsed{width:100%;flex-direction:row;align-items:center;padding:12px 16px;gap:10px;max-height:none}.st-kb--collapsed svg{transform:rotate(90deg)}.st-kb-vertical{writing-mode:horizontal-tb;transform:none}.st-kb-collapsed-count{display:inline;margin-left:auto}.st-kb:not(.st-kb--collapsed){max-height:60vh}.st-chat-frame{height:calc(100dvh - 210px);min-height:460px}}@media (max-width: 640px){.st-main{padding:12px 8px 40px}.st-page-inner{padding:12px 12px 20px;gap:14px}.st-header{gap:10px;padding:12px 16px}.st-header-title{font-size:13px}.st-header-divider,.st-chip,.st-tabs{display:none}}
