@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";:root{--bg:#080808;--surface:#ffffff0d;--surface-hover:#ffffff14;--border:#ffffff14;--border-strong:#ffffff2e;--text:#fff;--text-2:#ffffff8c;--text-3:#ffffff40;--accent:#00e;--accent-2:#22d3ee;--grad-1:#ff6b35;--grad-2:#e11d48;--send-bg:#00e;--send-text:#fff;--user-bubble:#0000eed9;--user-bubble-text:#fff;--asst-bubble:#ffffff0f;--asst-bubble-text:#fff;--modal-bg:#111;--input-bg:#ffffff0f;--focus-shadow:#00e3}[data-theme=light]{--bg:#f2f2f0;--surface:#fff;--surface-hover:#f7f7f5;--border:#00000012;--border-strong:#0000002e;--text:#111;--text-2:#5a5a5a;--text-3:#aaa;--accent:#00c;--accent-2:#0891b2;--grad-1:#ff6b35;--grad-2:#e11d48;--send-bg:#00c;--send-text:#fff;--user-bubble:#00c;--user-bubble-text:#fff;--asst-bubble:#fff;--asst-bubble-text:#111;--modal-bg:#fff;--input-bg:#fff;--focus-shadow:#0000cc1f;--asst-bubble-border:#00000014}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{background:var(--bg);height:100%;color:var(--text);-webkit-font-smoothing:antialiased;font-family:Inter,sans-serif;transition:background .2s,color .2s}::-webkit-scrollbar{width:3px;height:3px}::-webkit-scrollbar-thumb{background:var(--border-strong);border-radius:2px}::-webkit-scrollbar-track{background:0 0}._btn_8bu93_1{background:var(--surface);border:1px solid var(--border);cursor:pointer;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:14px;transition:all .15s;display:flex}._icon_8bu93_16{color:var(--text-2)}@keyframes _rise_a6946_1{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}@keyframes _fadeIn_a6946_1{0%{opacity:0}to{opacity:1}}._root_a6946_12{background:var(--bg);min-height:100vh;color:var(--text);font-family:Inter,sans-serif;position:relative;overflow-x:hidden}._blob1_a6946_22{pointer-events:none;z-index:0;background:radial-gradient(#ff6b3521 0%,#0000 70%);border-radius:50%;width:60vw;height:60vw;position:fixed;top:-20%;left:-10%}._blob2_a6946_34{pointer-events:none;z-index:0;background:radial-gradient(#22d3ee1a 0%,#0000 70%);border-radius:50%;width:50vw;height:50vw;position:fixed;top:10%;right:-10%}._blob3_a6946_46{pointer-events:none;z-index:0;background:radial-gradient(#e11d4814 0%,#0000 70%);border-radius:50%;width:40vw;height:40vw;position:fixed;bottom:0;left:30%}._header_a6946_59{z-index:100;border-bottom:1px solid #0000;justify-content:space-between;align-items:center;height:60px;padding:0 40px;transition:background .2s,border-color .2s;display:flex;position:fixed;top:0;left:0;right:0}._headerScrolled_a6946_74{background:var(--bg);border-bottom-color:var(--border);-webkit-backdrop-filter:blur(12px)}._headerRight_a6946_81{align-items:center;gap:20px;display:flex}._brand_a6946_87{letter-spacing:-.04em;color:var(--text);font-size:15px;font-weight:900}._signInLink_a6946_94{color:var(--text-2);font-size:13px;font-weight:600;text-decoration:none;transition:color .15s}._signInLink_a6946_94:hover{color:var(--text)}._hero_a6946_107{z-index:10;justify-content:center;align-items:center;min-height:100vh;padding:120px 24px 80px;display:flex;position:relative}._heroInner_a6946_117{width:100%;max-width:680px;animation:.7s cubic-bezier(.22,1,.36,1) both _rise_a6946_1}._eyebrow_a6946_123{letter-spacing:.1em;text-transform:uppercase;color:var(--text-3);margin-bottom:20px;font-size:12px;font-weight:700}._heroHeading_a6946_132{letter-spacing:-.04em;color:var(--text);margin-bottom:24px;font-size:clamp(48px,8vw,88px);font-weight:900;line-height:1.02}._heroSub_a6946_141{color:var(--text-2);max-width:540px;margin-bottom:40px;font-size:17px;line-height:1.7}._heroCtas_a6946_149{flex-wrap:wrap;gap:12px;display:flex}._ctaPrimary_a6946_155{background:var(--text);color:var(--bg);letter-spacing:-.01em;border-radius:40px;padding:14px 28px;font-size:14px;font-weight:700;text-decoration:none;transition:opacity .15s}._ctaPrimary_a6946_155:hover{opacity:.85}._ctaSecondary_a6946_171{color:var(--text-2);border:1px solid var(--border);letter-spacing:-.01em;background:0 0;border-radius:40px;padding:14px 28px;font-size:14px;font-weight:600;text-decoration:none;transition:border-color .15s,color .15s}._ctaSecondary_a6946_171:hover{border-color:var(--border-strong);color:var(--text)}._section_a6946_190{z-index:10;border-top:1px solid var(--border);max-width:960px;margin:0 auto;padding:100px 24px;position:relative}._sectionLabel_a6946_199{letter-spacing:.1em;text-transform:uppercase;color:var(--text-3);margin-bottom:16px;font-size:11px;font-weight:700}._sectionHeading_a6946_208{letter-spacing:-.03em;color:var(--text);margin-bottom:56px;font-size:clamp(28px,4vw,44px);font-weight:900;line-height:1.1}._featureGrid_a6946_218{background:var(--border);border:1px solid var(--border);border-radius:16px;grid-template-columns:repeat(3,1fr);gap:1px;display:grid;overflow:hidden}._featureCard_a6946_228{background:var(--bg);padding:28px 24px;transition:background .15s}._featureCard_a6946_228:hover{background:var(--surface)}._featureIcon_a6946_238{color:var(--text-2);margin-bottom:16px;font-size:18px}._featureTitle_a6946_244{letter-spacing:-.02em;color:var(--text);margin-bottom:8px;font-size:14px;font-weight:800}._featureDesc_a6946_252{color:var(--text-2);font-size:13px;line-height:1.65}._steps_a6946_259{align-items:flex-start;gap:0;display:flex}._step_a6946_259{flex:1}._stepDivider_a6946_269{background:var(--border);flex-shrink:0;align-self:stretch;width:1px;margin:0 40px}._stepN_a6946_277{letter-spacing:.08em;color:var(--text-3);margin-bottom:16px;font-size:11px;font-weight:700;display:block}._stepTitle_a6946_286{letter-spacing:-.02em;color:var(--text);margin-bottom:10px;font-size:16px;font-weight:800}._stepDesc_a6946_294{color:var(--text-2);font-size:13px;line-height:1.7}._securityGrid_a6946_301{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}._securityCard_a6946_307{background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:28px 22px}._securityIcon_a6946_314{margin-bottom:14px;font-size:24px}._securityTitle_a6946_319{letter-spacing:-.02em;color:var(--text);margin-bottom:8px;font-size:14px;font-weight:800}._securityDesc_a6946_327{color:var(--text-2);font-size:13px;line-height:1.65}._ctaSection_a6946_334{z-index:10;text-align:center;border-top:1px solid var(--border);padding:100px 24px 120px;position:relative}._ctaHeading_a6946_342{letter-spacing:-.04em;color:var(--text);margin-bottom:12px;font-size:clamp(28px,4vw,48px);font-weight:900}._ctaSub_a6946_350{color:var(--text-3);margin-bottom:32px;font-size:15px}._footer_a6946_357{z-index:10;border-top:1px solid var(--border);justify-content:space-between;align-items:center;padding:24px 40px;display:flex;position:relative}._footerBrand_a6946_367{letter-spacing:-.03em;color:var(--text);font-size:13px;font-weight:900}._footerNote_a6946_374{color:var(--text-3);font-size:12px}@media (width<=768px){._header_a6946_59{padding:0 20px}._heroHeading_a6946_132{font-size:clamp(40px,12vw,72px)}._heroSub_a6946_141{font-size:15px}._featureGrid_a6946_218{grid-template-columns:1fr}._steps_a6946_259{flex-direction:column;gap:40px}._stepDivider_a6946_269{display:none}._securityGrid_a6946_301{grid-template-columns:1fr}._footer_a6946_357{text-align:center;flex-direction:column;gap:8px;padding:20px}}@media (width<=540px){._heroCtas_a6946_149{flex-direction:column}._ctaPrimary_a6946_155,._ctaSecondary_a6946_171{text-align:center}}@keyframes _rise_yd07n_1{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}._root_yd07n_6{background:var(--bg);flex-direction:column;min-height:100vh;display:flex;position:relative;overflow:hidden}._blobGradient_yd07n_15{z-index:0;pointer-events:none;background:radial-gradient(70% 60% at 20%,#ff6b3559 0%,#0000 70%),radial-gradient(50% 70% at 80% 30%,#22d3ee4d 0%,#0000 65%),radial-gradient(40% 50% at 50% 80%,#e11d4840 0%,#0000 60%);position:absolute;inset:0}._blobNoise_yd07n_26{z-index:0;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");background-repeat:repeat;background-size:200px;position:absolute;inset:0}._header_yd07n_36{z-index:10;border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;height:60px;padding:0 40px;display:flex;position:relative}._brand_yd07n_47{letter-spacing:-.03em;color:var(--text);font-size:15px;font-weight:800}._main_yd07n_54{z-index:10;flex:1;justify-content:center;align-items:center;padding:60px 20px;display:flex;position:relative}._card_yd07n_64{width:100%;max-width:420px;animation:.5s cubic-bezier(.22,1,.36,1) both _rise_yd07n_1}._label_yd07n_70{letter-spacing:.1em;text-transform:uppercase;color:var(--text-2);margin-bottom:8px;font-size:12px;font-weight:700}._heading_yd07n_79{letter-spacing:-.04em;color:var(--text);margin-bottom:12px;font-size:clamp(48px,8vw,80px);font-weight:900;line-height:1}._subtitle_yd07n_88{color:var(--text-2);margin-bottom:24px;font-size:15px;line-height:1.6}._signInBtn_yd07n_95{width:100%;color:var(--text);-webkit-backdrop-filter:blur(12px);letter-spacing:-.01em;background:#ffffff14;border:1px solid #ffffff24;border-radius:40px;justify-content:center;align-items:center;gap:10px;padding:16px 24px;font-family:Inter,sans-serif;font-size:15px;font-weight:600;transition:background .15s,border-color .15s;display:flex}[data-theme=light] ._signInBtn_yd07n_95{background:#0000000d;border-color:#0000001a}._signInBtn_yd07n_95:not(:disabled){cursor:pointer}._signInBtn_yd07n_95:not(:disabled):hover{background:#ffffff24;border-color:#ffffff38}[data-theme=light] ._signInBtn_yd07n_95:not(:disabled):hover{background:#00000017;border-color:#00000029}._signInBtn_yd07n_95:disabled{cursor:not-allowed;opacity:.4}._statusText_yd07n_139{color:var(--text-2);text-align:center;margin-top:16px;font-size:13px}@keyframes _rise_2mseq_1{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes _blink_2mseq_1{0%,80%,to{opacity:.3}40%{opacity:1}}._welcomeRoot_2mseq_12{background:var(--bg);flex-direction:column;min-height:100vh;display:flex;position:relative;overflow:hidden}._themeToggleCorner_2mseq_21{z-index:20;position:fixed;bottom:24px;right:24px}._welcomeMain_2mseq_28{z-index:10;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:40px 20px;display:flex;position:relative}._welcomeCard_2mseq_39{flex-direction:column;align-items:center;gap:0;animation:.5s cubic-bezier(.22,1,.36,1) both _rise_2mseq_1;display:flex}._welcomeHeading_2mseq_47{letter-spacing:-.04em;text-align:left;color:var(--text);width:100%;margin-bottom:10px;font-size:clamp(48px,10vw,88px);font-weight:900;line-height:1}._welcomeSub_2mseq_58{color:var(--text-2);text-align:left;width:100%;margin-bottom:20px;font-size:16px;line-height:1.6}._cardGrid_2mseq_67{grid-template-columns:1fr 1fr;gap:12px;width:100%;max-width:580px;display:grid}._card_2mseq_67{cursor:pointer;text-align:left;-webkit-user-select:none;user-select:none;border-radius:16px;padding:28px 24px;transition:all .18s}._cardIcon_2mseq_85{align-items:center;height:32px;margin-bottom:14px;font-size:22px;display:flex}._cardTitle_2mseq_93{letter-spacing:-.01em;color:var(--text);margin-bottom:6px;font-size:15px;font-weight:700}._cardDesc_2mseq_101{color:var(--text-2);font-size:13px;line-height:1.5}._blobs_2mseq_108{z-index:0;pointer-events:none;position:absolute;inset:0}._chatRoot_2mseq_116{background:var(--bg);flex-direction:column;height:100vh;display:flex;position:relative;overflow:hidden}._chatHeader_2mseq_125{border-bottom:1px solid var(--border);background:var(--bg);z-index:10;flex-shrink:0;align-items:center;gap:12px;height:60px;padding:0 20px 0 32px;display:flex;position:relative}._chatProgress_2mseq_138{margin-left:auto}._progressRingSvg_2mseq_142{display:block}._backBtn_2mseq_146{color:var(--text-2);cursor:pointer;background:0 0;border:none;font-family:Inter,sans-serif;font-size:15px}._chatTitle_2mseq_155{letter-spacing:-.01em;color:var(--text);font-size:15px;font-weight:700}._chatMessages_2mseq_162{z-index:10;flex-direction:column;flex:1;gap:2px;padding:40px 0 16px;display:flex;position:relative;overflow-y:auto}._msgRow_2mseq_174{width:100%;max-width:680px;margin:0 auto;padding:3px 24px;display:flex}._msgRowUser_2mseq_182{justify-content:flex-end}._msgRowAssistant_2mseq_186{justify-content:flex-start}._msgThinkingInner_2mseq_190{color:var(--text-3);font-size:13px}._bubble_2mseq_195{white-space:pre-wrap;overflow-wrap:anywhere;max-width:72%;padding:11px 16px;font-size:14px;line-height:1.6}._bubbleUser_2mseq_204{background:var(--user-bubble);color:var(--user-bubble-text);border-radius:20px 20px 4px}._bubbleAssistant_2mseq_210{background:var(--asst-bubble);color:var(--asst-bubble-text);border-radius:20px 20px 20px 4px}._td_2mseq_217 span{opacity:.3;animation:1.4s infinite _blink_2mseq_1;display:inline-block}._td_2mseq_217 span:nth-child(2){animation-delay:.2s}._td_2mseq_217 span:nth-child(3){animation-delay:.4s}._inputArea_2mseq_232{z-index:10;flex-shrink:0;width:100%;max-width:680px;margin:0 auto;padding:12px 24px 32px;position:relative}._inputBox_2mseq_242{background:var(--input-bg);border:1px solid var(--border);border-radius:26px;align-items:center;gap:8px;padding:8px 8px 8px 20px;display:flex}._inputField_2mseq_252{color:var(--text);background:0 0;border:none;outline:none;flex:1;min-width:0;padding:4px 0;font-family:Inter,sans-serif;font-size:14px}._sendBtn_2mseq_264{width:34px;height:34px;color:var(--send-text);border:none;border-radius:50%;justify-content:center;align-items:center;font-size:15px;font-weight:700;display:flex}._sendBtnReady_2mseq_277{background:var(--send-bg);cursor:pointer}._sendBtnSending_2mseq_282{background:var(--border);cursor:not-allowed}._importRoot_2mseq_288{background:var(--bg);flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:32px 20px;display:flex;position:relative}._importInner_2mseq_299{z-index:10;flex-direction:column;align-items:center;width:100%;max-width:600px;display:flex;position:relative}._importBackBtn_2mseq_309{color:var(--text-2);cursor:pointer;background:0 0;border:none;align-self:flex-start;margin-bottom:32px;font-family:Inter,sans-serif;font-size:14px}._importStepLabel_2mseq_320{letter-spacing:.06em;text-transform:uppercase;color:var(--text-3);margin-bottom:14px;font-size:12px;font-weight:700}._importTitle_2mseq_329{letter-spacing:-.03em;color:var(--text);text-align:center;margin-bottom:12px;font-size:clamp(24px,4vw,36px);font-weight:800}._importSub_2mseq_338{color:var(--text-2);text-align:center;max-width:440px;margin-bottom:32px;font-size:14px;line-height:1.6}._promptBox_2mseq_348{background:var(--surface);border:1px solid var(--border);border-radius:12px;flex-direction:column;gap:12px;width:100%;margin-bottom:16px;padding:20px;display:flex}._promptText_2mseq_360{color:var(--text-2);margin:0;font-family:Inter,sans-serif;font-size:13px;line-height:1.65}._promptCode_2mseq_368{background:var(--bg);border:1px solid var(--border);color:var(--text);white-space:pre;border-radius:8px;margin:0;padding:14px 16px;font-family:monospace;font-size:12px;line-height:1.6;overflow-x:auto}._import1Actions_2mseq_382{justify-content:space-between;align-items:center;width:100%;display:flex}._importTextarea_2mseq_390{background:var(--surface);border:1px solid var(--border);width:100%;color:var(--text);resize:none;border-radius:10px;outline:none;margin-bottom:16px;padding:14px 16px;font-family:monospace;font-size:12.5px;line-height:1.5}._importError_2mseq_405{color:#ff3b30;text-align:center;margin-top:12px;font-size:13px}._btn_2mseq_413{border:1px solid var(--border-strong);background:var(--bg);color:var(--text);border-radius:40px;padding:10px 22px;font-family:Inter,sans-serif;font-size:14px;font-weight:600;transition:all .15s}._btn_2mseq_413:not(:disabled){cursor:pointer}._btn_2mseq_413:disabled{cursor:not-allowed;opacity:.5}._btnFill_2mseq_434{background:var(--text);color:var(--bg);border:none;border-radius:40px;padding:10px 22px;font-family:Inter,sans-serif;font-size:14px;font-weight:700;transition:all .15s}._btnFill_2mseq_434:not(:disabled){cursor:pointer}._btnFill_2mseq_434:disabled{cursor:not-allowed;opacity:.5}._successRoot_2mseq_456{background:var(--bg);flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:32px 20px;display:flex;position:relative}._successInner_2mseq_467{z-index:10;flex-direction:column;align-items:center;gap:0;display:flex;position:relative}._successHeading_2mseq_476{letter-spacing:-.04em;color:var(--text);text-align:center;margin-bottom:12px;font-size:clamp(28px,5vw,48px);font-weight:900}._successSub_2mseq_485{color:var(--text-2);text-align:center;max-width:400px;margin-bottom:40px;font-size:15px;line-height:1.6}._successActions_2mseq_494{gap:12px;display:flex}@media (width<=640px){._cardGrid_2mseq_67{grid-template-columns:1fr;max-width:360px}._welcomeHeading_2mseq_47{font-size:clamp(40px,12vw,72px)}._chatHeader_2mseq_125{padding:0 16px 0 20px}._chatMessages_2mseq_162{padding:24px 0 16px}._importInner_2mseq_299{padding:0 4px}._importTitle_2mseq_329{font-size:clamp(22px,6vw,32px)}._successHeading_2mseq_476{font-size:clamp(26px,7vw,42px)}._successActions_2mseq_494{flex-direction:column;align-items:stretch}}@keyframes _rise_108t7_1{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes _blink_108t7_1{0%,80%,to{opacity:.3}40%{opacity:1}}._root_108t7_11{background:var(--bg);flex-direction:column;height:100vh;display:flex;position:relative;overflow:hidden}._bgGradient_108t7_20{z-index:0;pointer-events:none;background:radial-gradient(60% 50% at 0 100%,#ff6b3512 0%,#0000 60%),radial-gradient(50% 40% at 100% 0,#22d3ee12 0%,#0000 60%);position:absolute;inset:0}._header_108t7_30{border-bottom:1px solid var(--border);background:var(--bg);z-index:20;flex-shrink:0;justify-content:space-between;align-items:center;height:56px;padding:0 12px 0 20px;display:flex;position:relative}._brand_108t7_43{letter-spacing:-.03em;color:var(--text);font-size:15px;font-weight:800}._menuWrap_108t7_51{position:relative}._menuTrigger_108t7_55{background:var(--surface);border:1px solid var(--border);cursor:pointer;width:34px;height:34px;color:var(--text-2);border-radius:8px;justify-content:center;align-items:center;font-family:Inter,sans-serif;font-size:16px;display:flex}._menuDropdown_108t7_70{background:var(--bg);border:1px solid var(--border);z-index:200;border-radius:10px;min-width:200px;padding:6px;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 8px 24px #0000002e}._menuModelRow_108t7_83{padding:8px 10px 6px}._menuModelLabel_108t7_87{color:var(--text-3);letter-spacing:.02em;font-size:11px;font-weight:500}._menuDivider_108t7_94{background:var(--border);height:1px;margin:4px 0}._menuItem_108t7_100{cursor:pointer;width:100%;color:var(--text);text-align:left;background:0 0;border:none;border-radius:7px;align-items:center;padding:8px 10px;font-family:Inter,sans-serif;font-size:13px;font-weight:500;display:flex}._menuItemDanger_108t7_116{color:#e11d48}._navToggle_108t7_121{-webkit-backdrop-filter:blur(10px);z-index:50;background:#0a0a109e;border:1px solid #ffffff1a;border-radius:40px;gap:2px;padding:4px;display:flex;position:fixed;bottom:24px;left:24px}[data-theme=light] ._navToggle_108t7_121{background:#f0f0f5b8;border-color:#0000001a}._navToggleBtn_108t7_141{color:#ffffff80;letter-spacing:.01em;border-radius:40px;padding:6px 16px;font-size:12px;font-weight:600;text-decoration:none;transition:background .15s,color .15s}[data-theme=light] ._navToggleBtn_108t7_141{color:#0006}._navToggleBtnActive_108t7_156{color:#fffffff2;background:#ffffff1f}[data-theme=light] ._navToggleBtnActive_108t7_156{color:#000000d9;background:#00000014}._modalOverlay_108t7_167{z-index:100;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0006;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}._modalBox_108t7_178{background:var(--bg);border:1px solid var(--border);border-radius:16px;width:360px;padding:28px;box-shadow:0 24px 64px #0000002e}._modalTitle_108t7_187{letter-spacing:-.02em;color:var(--text);margin-bottom:4px;font-size:16px;font-weight:800}._modalSub_108t7_195{color:var(--text-3);margin-bottom:20px;font-size:12px;line-height:1.6}._modalFieldGroup_108t7_202{margin-bottom:14px}._modalLabel_108t7_206{letter-spacing:.08em;text-transform:uppercase;color:var(--text-3);margin-bottom:6px;font-size:11px;font-weight:700;display:block}._providerBtns_108t7_216{flex-wrap:wrap;gap:6px;display:flex}._providerBtn_108t7_216{cursor:pointer;border:1px solid var(--border-strong);border-radius:20px;padding:6px 14px;font-family:Inter,sans-serif;font-size:12px;font-weight:600;transition:all .15s}._providerBtnActive_108t7_233{background:var(--text);color:var(--bg)}._providerBtnInactive_108t7_238{background:var(--surface);color:var(--text-2)}._modalInput_108t7_243{background:var(--surface);border:1px solid var(--border);width:100%;color:var(--text);box-sizing:border-box;border-radius:8px;outline:none;padding:9px 12px;font-family:Inter,sans-serif;font-size:13px}._modalApiKeyGroup_108t7_256{margin-bottom:20px}._modalActions_108t7_260{gap:8px;display:flex}._modalSaveBtn_108t7_265{cursor:pointer;background:var(--text);color:var(--bg);border:none;border-radius:10px;flex:1;padding:10px;font-family:Inter,sans-serif;font-size:13px;font-weight:700}._modalRemoveBtn_108t7_278{cursor:pointer;background:var(--surface);color:var(--text-2);border:1px solid var(--border-strong);border-radius:10px;padding:10px 16px;font-family:Inter,sans-serif;font-size:13px;font-weight:600}._messages_108t7_291{z-index:10;flex-direction:column;flex:1;gap:2px;display:flex;position:relative;overflow-y:auto}._messageSpacer_108t7_301{height:32px}._emptyState_108t7_306{pointer-events:none;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:0 24px 80px;display:flex}._emptyStateInner_108t7_316{text-align:center;animation:.45s cubic-bezier(.22,1,.36,1) both _rise_108t7_1}._emptyStateHeading_108t7_321{letter-spacing:-.03em;color:var(--text);margin-bottom:10px;font-size:clamp(24px,4vw,32px);font-weight:800;line-height:1.1}._emptyStateSub_108t7_330{color:var(--text-3);max-width:280px;margin:0 auto;font-size:14px;line-height:1.7}._messageRow_108t7_339{flex-direction:column;width:100%;max-width:680px;margin:0 auto;padding:3px 24px;display:flex}._messageRowUser_108t7_348{align-items:flex-end}._messageRowAssistant_108t7_352{align-items:flex-start}._thinkingRow_108t7_356{justify-content:flex-start;width:100%;max-width:680px;margin:0 auto;padding:3px 24px;display:flex}._thinkingInner_108t7_365{color:var(--text-3);background:0 0;padding:4px 0;font-size:13px}._bubble_108t7_372{white-space:pre-wrap;overflow-wrap:anywhere;max-width:72%;padding:11px 16px;font-size:14px;line-height:1.6}._bubbleUser_108t7_381{background:var(--user-bubble);color:var(--user-bubble-text);box-shadow:none;border:none;border-radius:20px 20px 4px}._bubbleAssistant_108t7_389{background:var(--asst-bubble);color:var(--asst-bubble-text);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid var(--asst-bubble-border,transparent);border-radius:20px 20px 20px 4px;box-shadow:0 1px 3px #0000000a}._td_108t7_399 span{opacity:.3;animation:1.4s infinite _blink_108t7_1;display:inline-block}._td_108t7_399 span:nth-child(2){animation-delay:.2s}._td_108t7_399 span:nth-child(3){animation-delay:.4s}._inputArea_108t7_414{z-index:10;flex-shrink:0;width:100%;max-width:680px;margin:0 auto;padding:12px 24px 32px;position:relative}._inputBox_108t7_424{background:var(--input-bg);border:1px solid var(--border);border-radius:26px;align-items:center;gap:8px;padding:8px 8px 8px 20px;transition:border-color .2s,box-shadow .2s;display:flex}._inputField_108t7_435{color:var(--text);background:0 0;border:none;outline:none;flex:1;min-width:0;padding:4px 0;font-family:Inter,sans-serif;font-size:14px}._sendBtn_108t7_447{border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:15px;font-weight:700;transition:opacity .15s,transform .15s;display:flex}._sendBtnReady_108t7_461{background:var(--send-bg);color:var(--send-text);cursor:pointer}._sendBtnSending_108t7_467{background:var(--border);color:var(--send-text);cursor:not-allowed}@keyframes _fadeUp_108t7_1{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}._learned_108t7_480{flex-wrap:wrap;align-items:center;gap:4px;margin-top:6px;animation:.3s both _fadeUp_108t7_1;display:flex}._learnedLabel_108t7_489{color:var(--text-3);letter-spacing:.03em;margin-right:2px;font-size:11px}._learnedChip_108t7_496{color:var(--text-3);background:var(--surface);border:1px solid var(--border);border-radius:20px;padding:2px 8px;font-size:11px}@media (width<=640px){._messages_108t7_291{padding-bottom:72px}._messageRow_108t7_339,._thinkingRow_108t7_356{padding:3px 12px}._bubble_108t7_372{max-width:88%}._inputArea_108t7_414{padding:10px 12px 16px}._emptyState_108t7_306{padding:0 16px 100px}._modalBox_108t7_178{width:calc(100vw - 32px);max-width:360px;padding:20px}}@keyframes _spin_xntiu_230{to{transform:rotate(360deg)}}._root_xntiu_5{background:var(--bg);flex-direction:column;height:100vh;display:flex;overflow:hidden}._header_xntiu_14{border-bottom:1px solid var(--border);background:var(--bg);z-index:50;flex-shrink:0;justify-content:space-between;align-items:center;height:56px;padding:0 12px 0 20px;display:flex}._headerLeft_xntiu_26{align-items:center;gap:16px;display:flex}._brand_xntiu_32{letter-spacing:-.03em;font-size:15px;font-weight:800}._navToggle_xntiu_39{-webkit-backdrop-filter:blur(10px);z-index:50;background:#0a0a109e;border:1px solid #ffffff1a;border-radius:40px;gap:2px;padding:4px;display:flex;position:fixed;bottom:24px;left:24px}[data-theme=light] ._navToggle_xntiu_39{background:#f0f0f5b8;border-color:#0000001a}._navToggleBtn_xntiu_59{color:#ffffff80;letter-spacing:.01em;border-radius:40px;padding:6px 16px;font-size:12px;font-weight:600;text-decoration:none;transition:background .15s,color .15s}[data-theme=light] ._navToggleBtn_xntiu_59{color:#0006}._navToggleBtnActive_xntiu_74{color:#fffffff2;background:#ffffff1f}[data-theme=light] ._navToggleBtnActive_xntiu_74{color:#000000d9;background:#00000014}._headerRight_xntiu_84{align-items:center;gap:8px;display:flex}._menuWrap_xntiu_91{position:relative}._menuTrigger_xntiu_95{background:var(--surface);border:1px solid var(--border);cursor:pointer;width:34px;height:34px;color:var(--text-2);border-radius:8px;justify-content:center;align-items:center;font-family:Inter,sans-serif;font-size:16px;display:flex}._menuDropdown_xntiu_110{background:var(--bg);border:1px solid var(--border);z-index:200;border-radius:10px;min-width:180px;padding:6px;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 8px 24px #0000002e}._menuDivider_xntiu_123{background:var(--border);height:1px;margin:4px 0}._menuItem_xntiu_129{cursor:pointer;width:100%;color:var(--text);text-align:left;background:0 0;border:none;border-radius:7px;align-items:center;gap:9px;padding:8px 10px;font-family:Inter,sans-serif;font-size:13px;font-weight:500;display:flex}._menuItemDanger_xntiu_146{color:#e11d48}._menuItemDisabled_xntiu_150{cursor:not-allowed;opacity:.4;color:var(--text-3)}._menuIcon_xntiu_156{opacity:.6;font-size:14px}._menuIconSvg_xntiu_161{opacity:.6;align-items:center;display:flex}._body_xntiu_168{flex:1;display:flex;overflow:hidden}._canvasWrap_xntiu_175{background:var(--surface-2);border-right:1px solid var(--border);flex:1;min-width:0;position:relative;overflow:hidden}._canvas_xntiu_175{cursor:grab;-webkit-user-select:none;user-select:none;width:100%;height:100%;display:block}._emptyGraphHint_xntiu_193{pointer-events:none;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}._emptyGraphText_xntiu_202{color:var(--text-3);letter-spacing:.01em;opacity:.6;font-size:13px}._nodeHint_xntiu_209{color:var(--text-3);letter-spacing:.02em;pointer-events:none;opacity:.7;font-size:11px;position:absolute;bottom:22px;right:20px}._loadingOverlay_xntiu_220{background:var(--surface-2);z-index:5;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}._spinner_xntiu_230{border:2px solid var(--border);border-top-color:var(--text-2);border-radius:50%;width:28px;height:28px;animation:.8s linear infinite _spin_xntiu_230}._sidebar_xntiu_240{background:var(--bg);border-left:1px solid var(--border);flex-direction:column;flex-shrink:0;width:280px;display:flex;overflow:hidden auto}._searchWrap_xntiu_251{border-bottom:1px solid var(--border);align-items:center;gap:8px;padding:10px 12px;display:flex;position:relative}._eyeBtn_xntiu_260{border:1px solid var(--border);width:30px;height:30px;color:var(--text-3);cursor:pointer;background:0 0;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;transition:color .12s,background .12s,border-color .12s;display:flex}._eyeBtn_xntiu_260:hover{color:var(--text);border-color:var(--border-strong)}._eyeBtnOn_xntiu_280{color:var(--text);background:var(--surface);border-color:var(--border-strong)}._searchClear_xntiu_286{width:20px;height:20px;color:var(--text-3);cursor:pointer;background:0 0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;padding:0;font-size:16px;line-height:1;display:flex}._searchClear_xntiu_286:hover{color:var(--text)}._searchInput_xntiu_307{background:var(--surface);border:1px solid var(--border);min-width:0;color:var(--text);border-radius:8px;outline:none;flex:1;padding:8px 12px;font-family:Inter,sans-serif;font-size:13px}._section_xntiu_321{border-bottom:1px solid var(--border);padding:20px 18px}._sectionLabel_xntiu_326{letter-spacing:.1em;text-transform:uppercase;color:var(--text-3);margin-bottom:12px;font-size:10px;font-weight:700}._statRow_xntiu_336{background:var(--surface);border-radius:8px;justify-content:space-between;align-items:center;margin-bottom:6px;padding:8px 12px;display:flex}._statKey_xntiu_346{color:var(--text-2);font-size:13px}._statVal_xntiu_351{font-size:13px;font-weight:600}._searchResultsScroll_xntiu_357{max-height:220px;margin-right:-4px;padding-right:4px;overflow-y:auto}._searchResultEmpty_xntiu_364{color:var(--text-3);text-align:center;padding:8px 0;font-size:13px}._searchResultItem_xntiu_371{cursor:pointer;background:0 0;border-radius:8px;justify-content:space-between;align-items:center;margin-bottom:4px;padding:8px 10px;transition:background .1s;display:flex}._searchResultItem_xntiu_371:hover{background:var(--surface)}._searchResultName_xntiu_387{font-size:13px}._searchResultType_xntiu_391{text-transform:uppercase;letter-spacing:.06em;color:var(--text-3);font-size:10px}._dr_xntiu_399{border-bottom:1px solid var(--surface);justify-content:space-between;align-items:flex-start;padding:7px 0;display:flex}._drKey_xntiu_407{color:var(--text-3);font-size:12px}._drVal_xntiu_412{text-align:right;word-break:break-word;max-width:60%;font-size:12px;font-weight:500}._detailActions_xntiu_421{gap:6px;margin-top:12px;display:flex}._detailActionsEdge_xntiu_427{margin-top:12px}._btn_xntiu_432{cursor:pointer;border:1px solid var(--border-strong);background:var(--bg);color:var(--text);white-space:nowrap;letter-spacing:-.01em;border-radius:40px;align-items:center;gap:5px;padding:7px 14px;font-family:Inter,sans-serif;font-size:13px;font-weight:600;transition:all .15s;display:inline-flex}._btnPrimary_xntiu_450{background:var(--text);color:var(--bg);border:none}._btnDanger_xntiu_456{color:#e11d48;background:#fff1f2;border-color:#fecdd3}._btnFull_xntiu_462{justify-content:center;width:100%}._btnFlex_xntiu_467{flex:1;justify-content:center}._btnCommit_xntiu_472{color:#fff;background:#00e;border:none;font-weight:600}._btnRevert_xntiu_479{color:var(--text-2)}._addBtns_xntiu_484{flex-direction:column;gap:6px;display:flex}._pendingScroll_xntiu_491{max-height:160px;margin-right:-4px;padding-right:4px;overflow-y:auto}._pendingActions_xntiu_498{gap:6px;margin-top:10px;display:flex}._changeItem_xntiu_505{border-radius:8px;margin-bottom:5px;padding:8px 10px;font-size:12px}._changeItemAdd_xntiu_512{background:#0000ee14;border:1px solid #00e3}._changeItemDel_xntiu_517{background:#e11d481a;border:1px solid #e11d4840}._modalOverlay_xntiu_523{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:200;background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}._modalBox_xntiu_534{background:var(--modal-bg);border:1px solid var(--border);border-radius:16px;width:90%;max-width:460px;max-height:80vh;padding:28px;overflow-y:auto}._modalTitle_xntiu_545{letter-spacing:-.02em;margin-bottom:6px;font-size:18px;font-weight:800}._modalSub_xntiu_552{color:var(--text-2);margin-bottom:20px;font-size:13px;line-height:1.5}._modalActions_xntiu_559{gap:8px;margin-top:20px;display:flex}._commitScroll_xntiu_565{max-height:200px;margin-bottom:8px;overflow-y:auto}._minputWrap_xntiu_572{margin-bottom:14px}._minputLabel_xntiu_576{letter-spacing:.08em;text-transform:uppercase;color:var(--text-3);margin-bottom:6px;font-size:11px;font-weight:700;display:block}._minputField_xntiu_586{background:var(--surface);border:1px solid var(--border);width:100%;color:var(--text);border-radius:8px;outline:none;padding:10px 14px;font-family:Inter,sans-serif;font-size:14px}._minputTextarea_xntiu_598{resize:vertical;min-height:80px}._confirmOverlay_xntiu_604{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:300;background:#0009;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}._confirmBox_xntiu_615{background:var(--bg);border:1px solid var(--border);border-radius:16px;width:90%;max-width:380px;padding:28px;box-shadow:0 24px 60px #0006}._confirmMsg_xntiu_625{letter-spacing:-.02em;font-size:16px;font-weight:700}._confirmMsgWithHint_xntiu_631{margin-bottom:8px}._confirmMsgNoHint_xntiu_635{margin-bottom:24px}._confirmHint_xntiu_639{color:var(--text-2);margin-bottom:24px;font-size:13px;line-height:1.5}._confirmActions_xntiu_646{gap:8px;display:flex}._confirmActionBtn_xntiu_651{color:#fff;border:none;flex:1;justify-content:center}._confirmActionBtnDanger_xntiu_658{background:#e11d48}._confirmActionBtnNormal_xntiu_662{background:var(--text)}@keyframes _shapeScroll_xntiu_1{0%{transform:translate(0)}to{transform:translate(-50%)}}._shapeStrip_xntiu_672{border-top:1px solid var(--border);flex-shrink:0;padding:10px 0;position:relative;overflow:hidden}._shapeStripTrack_xntiu_680{gap:6px;width:max-content;animation:28s linear infinite _shapeScroll_xntiu_1;display:flex}._shapeStrip_xntiu_672:hover ._shapeStripTrack_xntiu_680{animation-play-state:paused}._shapeChip_xntiu_691{cursor:pointer;border:1px solid var(--border);width:30px;height:30px;color:var(--text-3);background:0 0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:border-color .12s,background .12s,color .12s,transform .12s;display:flex}._shapeChip_xntiu_691:hover{border-color:var(--border-strong);color:var(--text);transform:scale(1.15)}._shapeChipActive_xntiu_712{background:var(--surface);border-color:var(--border-strong);color:var(--text);transform:scale(1.15)}._siIcon_xntiu_719{display:block}@keyframes _tourIn_xntiu_1{0%{opacity:0;transform:translateY(8px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}._tourBtn_xntiu_729{background:var(--surface);border:1px solid var(--border);width:34px;height:34px;color:var(--text-2);cursor:pointer;z-index:60;border-radius:50%;justify-content:center;align-items:center;font-family:Inter,sans-serif;font-size:14px;font-weight:700;transition:border-color .15s,color .15s;display:flex;position:fixed;bottom:24px;right:24px}._tourBtn_xntiu_729:hover{border-color:var(--border-strong);color:var(--text)}._tourCard_xntiu_755{background:var(--bg);border:1px solid var(--border);z-index:60;border-radius:16px;width:280px;padding:20px;animation:.22s cubic-bezier(.22,1,.36,1) both _tourIn_xntiu_1;position:fixed;bottom:68px;right:24px;box-shadow:0 16px 48px #0000003d}._tourTop_xntiu_769{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}._tourCounter_xntiu_776{color:var(--text-3);letter-spacing:.04em;font-size:11px;font-weight:600}._tourClose_xntiu_783{color:var(--text-3);cursor:pointer;background:0 0;border:none;padding:0;font-family:Inter,sans-serif;font-size:18px;line-height:1}._tourTitle_xntiu_794{letter-spacing:-.02em;color:var(--text);margin-bottom:8px;font-size:14px;font-weight:800}._tourDesc_xntiu_802{color:var(--text-2);margin-bottom:0;font-size:13px;line-height:1.6}._tourHint_xntiu_809{color:var(--text-3);margin-top:8px;font-size:12px;font-style:italic}._tourDots_xntiu_816{align-items:center;gap:5px;margin-top:16px;display:flex}._tourDot_xntiu_816{background:var(--border-strong);cursor:pointer;border-radius:50%;width:5px;height:5px;transition:background .15s,transform .15s}._tourDotActive_xntiu_832{background:var(--text);transform:scale(1.3)}._tourActions_xntiu_837{justify-content:flex-end;gap:8px;margin-top:16px;display:flex}._tourPrev_xntiu_844{background:var(--surface);border:1px solid var(--border);color:var(--text-2);cursor:pointer;border-radius:20px;padding:6px 14px;font-family:Inter,sans-serif;font-size:12px;font-weight:600}._tourNext_xntiu_856{background:var(--text);color:var(--bg);cursor:pointer;border:none;border-radius:20px;padding:6px 16px;font-family:Inter,sans-serif;font-size:12px;font-weight:700}._sidebarHandle_xntiu_869,._sidebarBackdrop_xntiu_872,._sidebarToggleBtn_xntiu_875{display:none}._navToggleHidden_xntiu_877,._tourBtnHidden_xntiu_883{opacity:0;pointer-events:none;transition:opacity .2s}@media (width<=768px){._menuDropdown_xntiu_110{width:auto;position:fixed;top:56px;left:12px;right:12px}._sidebar_xntiu_240{border-left:none;border-top:1px solid var(--border);z-index:40;border-radius:16px 16px 0 0;width:100%;max-height:72vh;transition:transform .32s cubic-bezier(.32,.72,0,1);position:fixed;bottom:0;left:0;right:0;transform:translateY(100%);box-shadow:0 -12px 48px #00000038}._sidebarOpen_xntiu_915{transform:translateY(0)}._sidebarHandle_xntiu_869{cursor:pointer;flex-shrink:0;justify-content:center;align-items:center;padding:10px 0 6px;display:flex}._sidebarHandle_xntiu_869:before{content:"";background:var(--border-strong);border-radius:2px;width:36px;height:4px}._sidebarBackdrop_xntiu_872{z-index:39;background:#0000004d;display:block;position:fixed;inset:0}._sidebarToggleBtn_xntiu_875{color:#ffffff80;cursor:pointer;background:0 0;border:none;border-radius:40px;justify-content:center;align-items:center;padding:6px 14px;font-family:Inter,sans-serif;font-size:14px;font-weight:600;display:flex}[data-theme=light] ._sidebarToggleBtn_xntiu_875{color:#0006}}
