:root{--bg: #000000;--bg-soft: #07080c;--surface: rgba(255, 255, 255, .04);--surface-2: rgba(255, 255, 255, .06);--border: rgba(255, 255, 255, .09);--text: #f5f6f8;--muted: #9aa1ad;--muted-2: #6b7280;--brand: #6c5cef;--brand-2: #7b61ff;--nav-bg: rgba(0, 0, 0, .55);--overlay-bg: rgba(0, 0, 0, .68);--dialog-bg: linear-gradient(180deg, #1b1c25, #14151e);--popover-bg: #1c1d26;--panel-border: rgba(255, 255, 255, .14);--elevated-shadow: 0 30px 90px rgba(0, 0, 0, .7);--primary-contrast: #0b0b0f;--radius: 16px;--max: 1180px;--font: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", Roboto, Helvetica, Arial, sans-serif}:root[data-theme=light]{--bg: #f7f8fc;--bg-soft: #eef1f7;--surface: rgba(255, 255, 255, .72);--surface-2: rgba(17, 24, 39, .055);--border: rgba(15, 23, 42, .12);--text: #171923;--muted: #475467;--muted-2: #667085;--brand: #6655e8;--brand-2: #6c55ee;--nav-bg: rgba(247, 248, 252, .82);--overlay-bg: rgba(15, 23, 42, .38);--dialog-bg: linear-gradient(180deg, #ffffff, #f7f8fc);--popover-bg: #ffffff;--panel-border: rgba(15, 23, 42, .13);--elevated-shadow: 0 24px 70px rgba(44, 51, 73, .18);--primary-contrast: #ffffff}:root[data-theme=light] .hero__subtitle,:root[data-theme=light] .hero__flow,:root[data-theme=light] .feature-card__points li,:root[data-theme=light] .audience-card__quote,:root[data-theme=light] .trust__logo{color:#465065}:root[data-theme=light] .prompt-box,:root[data-theme=light] .auth-card{box-shadow:0 20px 55px #2c33491f}:root[data-theme=light] .prompt-box__attach:hover,:root[data-theme=light] .prompt-box__web:hover,:root[data-theme=light] .prompt-box__plus:hover,:root[data-theme=light] .prompt-box__model-btn:hover{color:var(--text)}:root[data-theme=light] .ws-dropzone{background:rgba(245,243,255,.72)}:root[data-theme=light] .ws-dropzone__card{background:rgba(255,255,255,.96);color:#4b3fa8;box-shadow:0 18px 48px #2c33492e}:root[data-theme=light] .skill-pop__icon{color:var(--muted);background:var(--surface-2)}:root[data-theme=light] .prompt-box__input::placeholder{color:var(--muted);-webkit-text-fill-color:var(--muted)}:root[data-theme=light] .prompt-box__model,:root[data-theme=light] .prompt-box__model-btn,:root[data-theme=light] .prompt-box__effort{color:var(--text)}:root[data-theme=light] .prompt-box__model-chevron,:root[data-theme=light] .prompt-box__attach,:root[data-theme=light] .prompt-box__web,:root[data-theme=light] .prompt-box__plus{color:var(--muted)}:root[data-theme=light] .prompt-box__web--active{color:#4b37c8;background:rgba(108,85,238,.12);border-color:#6c55ee6b}:root[data-theme=light] .prompt-box__web--active:hover:not(:disabled){color:#342784;border-color:var(--brand-2)}:root[data-theme=light] .chip,:root[data-theme=light] .attach-file__type,:root[data-theme=light] .mcp-card__tag{color:var(--muted)}:root[data-theme=light] .attach-file__name{color:var(--text)}:root[data-theme=light] .model-pop,:root[data-theme=light] .skill-pop{border-color:var(--panel-border);box-shadow:var(--elevated-shadow)}:root[data-theme=light] .model-pop__item,:root[data-theme=light] .skill-pop__item{color:#344054}:root[data-theme=light] .model-pop__item:hover,:root[data-theme=light] .model-pop__item:focus-visible,:root[data-theme=light] .skill-pop__item:hover,:root[data-theme=light] .skill-pop__item:focus-visible{color:#342784;background:rgba(108,85,238,.1)}:root[data-theme=light] .model-pop__item--active{color:#4b37c8;background:rgba(108,85,238,.14);font-weight:650}:root[data-theme=light] .skill-pop__hint,:root[data-theme=light] .skill-pop__off{color:var(--muted);border-color:var(--border)}:root[data-theme=light] .skill-tree__row--active{color:#3f2fb5;background:rgba(108,85,238,.15);font-weight:650}:root[data-theme=light] .profile-nav{background:rgba(238,241,247,.76)}:root[data-theme=light] .profile-m__close{background:var(--surface-2)}*{box-sizing:border-box}html,body{margin:0;padding:0}body{background:var(--bg);color:var(--text);font-family:var(--font);-webkit-font-smoothing:antialiased;line-height:1.6}a{color:inherit;text-decoration:none}.page{overflow-x:hidden;padding-top:68px}.btn{display:inline-flex;align-items:center;gap:8px;border:none;border-radius:999px;padding:12px 26px;font-size:15px;font-weight:600;cursor:pointer;transition:transform .15s ease,opacity .15s ease,background .15s ease;font-family:inherit}.btn:active{transform:translateY(1px)}.btn:disabled{opacity:.45;cursor:not-allowed;transform:none}.btn--primary{background:var(--text);color:var(--primary-contrast)}.btn--primary:hover{opacity:.9}.btn--ghost{background:transparent;color:var(--text);border:1px solid var(--border)}.btn--ghost:hover{background:var(--surface)}.btn--sm{padding:8px 18px;font-size:14px}.btn--lg{padding:15px 36px;font-size:16px}.va-logo{display:inline-flex;align-items:center;gap:10px;color:var(--text)}.va-logo__icon{color:var(--brand-2)}.va-logo__text{font-size:20px;font-weight:800;letter-spacing:.2px}.nav{position:fixed;top:0;left:0;right:0;z-index:50;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:var(--nav-bg);border-bottom:1px solid var(--border)}.nav__inner{max-width:var(--max);margin:0 auto;height:68px;padding:0 24px;display:flex;align-items:center;justify-content:space-between}.nav__links{display:flex;gap:34px}.nav__link{color:var(--muted);font-size:15px;transition:color .15s ease}.nav__link:hover{color:var(--text)}.nav__actions{display:flex;align-items:center;gap:14px}.lang-switch{display:inline-flex;border:1px solid var(--border);border-radius:999px;overflow:hidden}.lang-switch button{background:transparent;border:none;color:var(--muted);padding:6px 13px;font-size:13px;font-weight:600;cursor:pointer;font-family:inherit;transition:background .15s ease,color .15s ease}.lang-switch button.active{background:var(--surface-2);color:var(--text)}.hero{position:relative;text-align:center;padding:70px 24px;overflow:hidden;min-height:calc(100vh - 68px);display:flex;align-items:center;justify-content:center}html.va-home-scaled .hero{min-height:652px}.hero__glow{position:absolute;left:50%;bottom:-180px;width:160%;height:460px;transform:translate(-50%) rotate(-10deg);background:linear-gradient(90deg,#ff4d4d,#ff9a3d,#ffe14d,#4dff88,#4dd2ff,#6c5cef,#c44dff);filter:blur(90px);opacity:.45;z-index:0;border-radius:50%}.hero__content{position:relative;z-index:1;max-width:860px;margin:0 auto}.hero__title{font-size:clamp(34px,5vw,56px);font-weight:800;line-height:1.15;margin:0 0 14px}.hero__subtitle{font-size:clamp(20px,3vw,34px);font-weight:600;color:#d6d9e0;margin:0 0 22px}.hero__flow{color:#d4d8e0;font-size:16px;margin:0 0 30px}.hero__flow-arrow{color:var(--brand-2);margin:0 6px}.hero__cta{display:flex;gap:14px;justify-content:center;margin-bottom:40px}.prompt-box{background:var(--surface);border:1px solid var(--border);border-radius:18px;padding:16px 16px 12px;text-align:left;max-width:720px;margin:0 auto;box-shadow:0 20px 60px #0006}.prompt-box__editor{position:relative;width:100%}.prompt-box__input,.prompt-box__highlight{box-sizing:border-box;width:100%;font-size:16px;font-family:inherit;line-height:1.5;padding:6px 4px;white-space:pre-wrap;overflow-wrap:break-word;word-break:break-word;letter-spacing:normal}.prompt-box__input{position:relative;z-index:1;background:transparent;border:none;resize:none;outline:none;color:transparent;caret-color:var(--text);-webkit-text-fill-color:transparent}.prompt-box__input::placeholder{color:#aab0bc;-webkit-text-fill-color:#aab0bc}.prompt-box__highlight{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;margin:0;color:var(--text);pointer-events:none;overflow:hidden}.prompt-box__highlight .slash-ref{color:#b3a6ff;background:rgba(123,104,238,.2);border-radius:4px;box-shadow:0 0 0 1px #7b68ee47}.prompt-box__bar{display:flex;align-items:center;gap:8px;margin-top:8px}.prompt-box__model{-moz-appearance:none;appearance:none;-webkit-appearance:none;background:var(--surface-2) url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23aab0bc' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'><path d='M6 9l6 6 6-6'/></svg>") no-repeat right 10px center;border:1px solid var(--border);border-radius:10px;color:#e4e7ec;font-size:13px;font-weight:600;font-family:inherit;padding:7px 30px 7px 12px;cursor:pointer;outline:none;transition:border-color .15s ease}.prompt-box__model:hover{border-color:var(--brand-2)}.prompt-box__modelwrap{position:relative;display:inline-flex}.prompt-box__model-btn{box-sizing:border-box;display:inline-flex;align-items:center;gap:6px;height:34px;max-width:220px;padding:0 9px 0 12px;background:var(--surface-2);border:1px solid var(--border);border-radius:10px;color:#e4e7ec;font-size:13px;font-weight:600;font-family:inherit;cursor:pointer;outline:none;transition:border-color .15s ease}.prompt-box__model-btn:hover:not(:disabled){border-color:var(--brand-2)}.prompt-box__model-btn:disabled{opacity:.6;cursor:not-allowed}.prompt-box__model-name{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.prompt-box__model-chevron{flex-shrink:0;color:#aab0bc;transition:transform .15s ease}.prompt-box__model-btn[aria-expanded=true] .prompt-box__model-chevron{transform:rotate(180deg)}.model-pop{position:absolute;bottom:calc(100% + 8px);left:0;z-index:60;min-width:180px;max-width:260px;max-height:256px;overflow-y:auto;padding:5px;background:var(--popover-bg);border:1px solid rgba(255,255,255,.1);border-radius:12px;box-shadow:0 16px 44px #0000008c;animation:skill-pop-in-up .14s cubic-bezier(.2,.8,.3,1)}.model-pop__item{display:flex;align-items:center;gap:8px;width:100%;padding:8px 10px;background:none;border:none;border-radius:8px;color:#d7dae3;font-size:13px;font-family:inherit;text-align:left;cursor:pointer;transition:background .12s ease,color .12s ease}.model-pop__item:hover,.model-pop__item:focus-visible{background:rgba(255,255,255,.07);color:#fff;outline:none}.model-pop__item--active{color:#fff}.model-pop__check{display:inline-flex;align-items:center;justify-content:center;width:16px;flex-shrink:0;color:var(--brand-2)}.model-pop__name{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.prompt-box__effort-wrap{display:inline-flex;align-items:center;height:34px;padding-left:10px;background:var(--surface-2);border:1px solid var(--border);border-radius:10px;color:var(--muted);font-size:12px;transition:border-color .15s ease}.prompt-box__effort-wrap:hover,.prompt-box__effort-wrap:focus-within{border-color:var(--brand-2)}.prompt-box__effort-label{padding-right:2px;white-space:nowrap}.prompt-box__effort{height:32px;padding:0 24px 0 5px;-moz-appearance:none;appearance:none;-webkit-appearance:none;background:transparent url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 24 24' fill='none' stroke='%23aab0bc' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'><path d='M6 9l6 6 6-6'/></svg>") no-repeat right 8px center;border:0;color:#e4e7ec;font-family:inherit;font-size:12px;font-weight:600;outline:none;cursor:pointer}.prompt-box__send{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;border:none;background:var(--brand);color:#fff;cursor:pointer;transition:opacity .15s ease}.prompt-box__send:hover{opacity:.88}.prompt-box__send{margin-left:auto}.prompt-box__send--stop{position:relative;background:#2c2c34;color:#eef0f5;overflow:visible}.prompt-box__send--stop:hover{background:#353541;opacity:1}.prompt-box__send--stop:before{content:"";position:absolute;top:-3px;right:-3px;bottom:-3px;left:-3px;border-radius:50%;background:conic-gradient(from 0deg,rgba(123,104,238,0) 0deg,rgba(123,104,238,.25) 140deg,var(--brand) 320deg,rgba(123,104,238,0) 360deg);padding:2px;-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);mask-composite:exclude;animation:va-spin .9s linear infinite;pointer-events:none}.prompt-box__send--stop svg{animation:stop-pulse 1.4s ease-in-out infinite}@keyframes stop-pulse{0%,to{transform:scale(1);opacity:.9}50%{transform:scale(.82);opacity:1}}.prompt-box__attach,.prompt-box__web,.prompt-box__plus{display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;width:34px;height:34px;border-radius:10px;border:1px solid var(--border);background:var(--surface-2);color:#aab0bc;cursor:pointer;transition:border-color .15s ease,color .15s ease}.prompt-box__attach:hover:not(:disabled),.prompt-box__web:hover:not(:disabled),.prompt-box__plus:hover:not(:disabled){border-color:#7b68ee99;color:#cfd3dc}.prompt-box__attach:disabled,.prompt-box__web:disabled,.prompt-box__plus:disabled{opacity:.5;cursor:not-allowed}.prompt-box__web--active{color:#b9adff;background:rgba(123,104,238,.16);border-color:#7b68ee80;box-shadow:inset 0 0 0 1px #7b68ee14}.prompt-box__web--active:hover:not(:disabled){color:#d8d1ff;border-color:var(--brand-2)}.prompt-box__skill{position:relative;display:inline-flex}.skill-pop{position:absolute;top:calc(100% + 10px);left:0;z-index:50;width:288px;max-height:252px;display:flex;flex-direction:column;padding:5px;background:var(--popover-bg);border:1px solid rgba(255,255,255,.1);border-radius:14px;box-shadow:0 16px 44px #0000008c;animation:skill-pop-in .14s cubic-bezier(.2,.8,.3,1)}.skill-pop--up{top:auto;bottom:calc(100% + 10px);animation:skill-pop-in-up .14s cubic-bezier(.2,.8,.3,1)}@keyframes skill-pop-in{0%{opacity:0;transform:translateY(-6px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes skill-pop-in-up{0%{opacity:0;transform:translateY(6px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}.skill-pop__hint{padding:7px 9px 9px;font-size:11px;letter-spacing:.02em;color:#8b90a0;border-bottom:1px solid rgba(255,255,255,.06);margin-bottom:4px}.skill-pop__empty{padding:16px 10px;font-size:13px;color:var(--muted);text-align:center}.skill-pop__list{list-style:none;margin:0;padding:0 2px;overflow-y:auto;scrollbar-width:thin}.skill-pop__list::-webkit-scrollbar{width:6px}.skill-pop__list::-webkit-scrollbar-thumb{background:rgba(255,255,255,.12);border-radius:999px}.skill-pop__item{display:flex;align-items:center;gap:9px;width:100%;padding:7px 9px;background:none;border:none;border-radius:9px;color:#d7dae3;font-size:13px;text-align:left;cursor:pointer;transition:background .12s ease,color .12s ease}.skill-pop__item:hover,.skill-pop__item:focus-visible{background:rgba(255,255,255,.07);color:#fff;outline:none}.skill-pop__icon{flex-shrink:0;width:24px;height:24px;border-radius:7px;color:#c4c8d0;background:rgba(255,255,255,.07);display:inline-flex;align-items:center;justify-content:center}.skill-pop__name{flex:1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:500}.skill-pop__off{flex-shrink:0;font-size:10px;color:#8b90a0;padding:1px 7px;border:1px solid rgba(255,255,255,.12);border-radius:999px}.prompt-box__model{box-sizing:border-box;height:34px}.prompt-box__attach:hover{border-color:var(--brand-2);color:#e4e7ec}.prompt-box__attach:disabled{opacity:.5;cursor:not-allowed}.prompt-box__hint{margin:-2px 0 10px;padding:7px 11px;font-size:12.5px;line-height:1.4;color:#b4862b;background:rgba(217,164,65,.12);border:1px solid rgba(217,164,65,.3);border-radius:9px}.prompt-box__attachments{display:flex;flex-wrap:nowrap;gap:10px;margin-bottom:10px;overflow-x:auto;overflow-y:hidden;padding-bottom:4px;scrollbar-width:thin}.prompt-box__attachments::-webkit-scrollbar{height:6px}.prompt-box__attachments::-webkit-scrollbar-thumb{background:var(--border);border-radius:999px}.attach-thumb{position:relative;width:60px;height:60px;border-radius:12px;overflow:hidden;border:1px solid var(--border);background:var(--surface-2);flex-shrink:0}.attach-thumb img{width:100%;height:100%;object-fit:cover;display:block}.attach-thumb__x{position:absolute;top:3px;right:3px;display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;border:none;border-radius:50%;background:rgba(0,0,0,.6);color:#fff;cursor:pointer;opacity:0;transition:opacity .15s ease,background .15s ease}.attach-thumb:hover .attach-thumb__x{opacity:1}.attach-thumb__x:hover{background:rgba(0,0,0,.8)}.attach-thumb--clickable{cursor:zoom-in}.attach-file{display:inline-flex;align-items:center;gap:10px;min-width:180px;max-width:260px;height:60px;flex-shrink:0;padding:0 10px;border-radius:12px;border:1px solid var(--border);background:var(--surface-2)}.attach-file--clickable{cursor:pointer;transition:border-color .15s ease}.attach-file--clickable:hover{border-color:var(--brand-2)}.attach-file--loading{color:#aab0bc}.attach-file__icon{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;flex-shrink:0;border-radius:9px;background:var(--brand);color:#fff}.attach-file__meta{display:flex;flex-direction:column;gap:2px;min-width:0}.attach-file__name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:600;color:#e4e7ec}.attach-file__type{font-size:11px;color:#8b909c}.attach-file__x{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;margin-left:auto;flex-shrink:0;border:none;border-radius:6px;background:transparent;color:#8b909c;cursor:pointer;transition:background .15s ease,color .15s ease}.attach-file__x:hover{background:rgba(255,255,255,.08);color:#e4e7ec}.ws-msg__attachments{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:8px}.ws-msg__attachments:last-child{margin-bottom:0}.ws-msg__text{white-space:pre-wrap}.attach-thumb--static{width:120px;height:120px}.attach-file--static{background:rgba(255,255,255,.06)}.lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:40px;background:rgba(0,0,0,.8);cursor:zoom-out}.lightbox__img{max-width:92vw;max-height:88vh;border-radius:8px;box-shadow:0 24px 80px #00000080;cursor:default}.lightbox__close{position:fixed;top:20px;right:24px;display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border:none;border-radius:50%;background:rgba(255,255,255,.12);color:#fff;cursor:pointer;transition:background .15s ease}.lightbox__close:hover{background:rgba(255,255,255,.22)}.prompt-examples{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;max-width:760px;margin:22px auto 0}.chip{background:var(--surface);border:1px solid var(--border);color:#c4c9d2;border-radius:999px;padding:8px 16px;font-size:13px;cursor:pointer;font-family:inherit;transition:all .15s ease}.chip:hover{color:var(--text);border-color:var(--brand-2)}.trust{text-align:center;padding:60px 24px;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.trust__title{color:var(--muted);font-size:15px;margin:0 0 28px}.trust__logos{display:flex;flex-wrap:wrap;gap:44px;justify-content:center;align-items:center}.trust__logo{color:#c6cad2;font-size:18px;font-weight:700;opacity:.7;filter:grayscale(1)}.section{max-width:var(--max);margin:0 auto;padding:96px 24px}.section__title{text-align:center;font-size:clamp(26px,3.4vw,40px);font-weight:800;margin:0 0 14px}.section__lead{text-align:center;color:var(--muted);font-size:16px;max-width:640px;margin:0 auto 48px}.features{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.feature-card{background:linear-gradient(180deg,var(--surface-2),var(--surface));border:1px solid var(--border);border-radius:var(--radius);padding:30px;transition:transform .2s ease,border-color .2s ease}.feature-card:hover{transform:translateY(-4px);border-color:#7c61ff80}.feature-card__title{font-size:20px;font-weight:700;margin:0 0 12px}.feature-card__desc{color:var(--muted);font-size:15px;margin:0 0 18px}.feature-card__points{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:10px}.feature-card__points li{font-size:13px;color:#c7cbd4;background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:5px 12px}.feature-card__points li:before{content:"✦ ";color:var(--brand-2)}.section--flow{background:var(--bg-soft);max-width:none;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.flow{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;margin-bottom:36px}.flow__item{display:flex;align-items:center;gap:10px}.flow__node{background:linear-gradient(135deg,rgba(108,92,239,.25),rgba(123,97,255,.1));border:1px solid rgba(124,97,255,.45);border-radius:999px;padding:14px 30px;font-weight:600}.flow__arrow{color:var(--brand-2);font-size:22px}.audience{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.audience-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:28px;display:flex;flex-direction:column}.audience-card__mark{font-size:48px;font-weight:800;color:var(--brand-2);line-height:.6;height:26px}.audience-card__quote{color:#d3d6dd;font-size:15px;flex:1;margin:14px 0 22px}.audience-card__foot{display:flex;align-items:center;gap:12px}.audience-card__avatar{width:44px;height:44px;border-radius:13px;background:linear-gradient(135deg,var(--brand),var(--brand-2));display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0;box-shadow:0 6px 18px #6c5cef59}.audience-card__role{font-weight:700}.audience-card__tags{display:flex;gap:8px;margin-top:4px}.tag{font-size:12px;color:var(--brand-2);background:rgba(124,97,255,.12);border-radius:6px;padding:2px 9px}.cta{position:relative;text-align:center;padding:110px 24px;overflow:hidden}.cta__glow{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at center,rgba(108,92,239,.35),transparent 60%);z-index:0}.cta__title,.cta__desc,.cta .btn{position:relative;z-index:1}.cta__title{font-size:clamp(26px,3.4vw,40px);font-weight:800;margin:0 0 12px}.cta__desc{color:var(--muted);margin:0 0 30px}.footer{border-top:1px solid var(--border);background:var(--bg-soft)}.footer__inner{max-width:var(--max);margin:0 auto;padding:56px 24px 36px;display:flex;flex-wrap:wrap;gap:40px;justify-content:space-between}.footer__tagline{color:var(--muted);font-size:14px;margin:14px 0 0}.footer__cols{display:flex;gap:64px;flex-wrap:wrap}.footer__col{display:flex;flex-direction:column;gap:12px}.footer__col h4{margin:0 0 4px;font-size:14px;color:var(--text)}.footer__col a{color:var(--muted);font-size:14px;transition:color .15s ease}.footer__col a:hover{color:var(--text)}.footer__bottom{border-top:1px solid var(--border);text-align:center;color:var(--muted-2);font-size:13px;padding:22px 24px}.auth-loading{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--bg)}.auth-loading__spinner{width:34px;height:34px;border-radius:50%;border:3px solid var(--border);border-top-color:var(--brand-2);animation:va-spin .8s linear infinite}.auth-page{position:relative;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px;overflow:hidden;background:var(--bg)}.auth-page__glow{position:absolute;left:50%;top:-120px;width:120%;height:460px;transform:translate(-50%);background:radial-gradient(ellipse at center,rgba(108,92,239,.4),transparent 62%);filter:blur(40px);z-index:0}.auth-page__top{position:absolute;top:0;left:0;right:0;z-index:2;display:flex;align-items:center;justify-content:space-between;padding:22px 28px}.auth-page__brand{display:inline-flex}.auth-card{position:relative;z-index:1;width:100%;max-width:420px;background:linear-gradient(180deg,var(--surface-2),var(--surface));border:1px solid var(--border);border-radius:22px;padding:38px 34px 28px;box-shadow:0 30px 80px #0000008c}.auth-card__head{text-align:center;margin-bottom:26px}.auth-card__title{font-size:26px;font-weight:800;margin:0 0 8px}.auth-card__subtitle{color:var(--muted);font-size:14px;margin:0}.auth-form{display:flex;flex-direction:column;gap:18px}.auth-field{display:flex;flex-direction:column;gap:8px}.auth-field__label{font-size:13px;font-weight:600;color:var(--muted)}.auth-input{width:100%;background:var(--bg-soft);border:1px solid var(--border);border-radius:12px;color:var(--text);font-size:15px;font-family:inherit;padding:13px 14px;outline:none;transition:border-color .15s ease,box-shadow .15s ease}.auth-input::placeholder{color:var(--muted-2)}.auth-input:focus{border-color:var(--brand-2);box-shadow:0 0 0 3px #7c61ff2e}.auth-input-group{display:flex;gap:10px}.auth-input-group .auth-input{flex:1}.auth-code-btn{flex-shrink:0;background:var(--surface-2);border:1px solid var(--border);border-radius:12px;color:var(--brand-2);font-size:14px;font-weight:600;font-family:inherit;padding:0 16px;cursor:pointer;white-space:nowrap;transition:border-color .15s ease,color .15s ease,opacity .15s ease}.auth-code-btn:hover:not(:disabled){border-color:var(--brand-2)}.auth-code-btn:disabled{color:var(--muted-2);cursor:not-allowed;opacity:.7}.auth-submit{width:100%;justify-content:center;margin-top:4px}.auth-submit:disabled{opacity:.6;cursor:not-allowed}.auth-notice{margin:0;font-size:13px;color:var(--brand-2);background:rgba(124,97,255,.12);border-radius:8px;padding:8px 12px}.auth-error{margin:0;font-size:13px;color:#ff7878}.auth-agreement{text-align:center;color:var(--muted-2);font-size:12px;margin:20px 0 0}.auth-agreement a{color:var(--muted)}.auth-agreement a:hover{color:var(--text)}.auth-back{display:block;text-align:center;color:var(--muted);font-size:13px;margin-top:16px;transition:color .15s ease}.auth-back:hover{color:var(--text)}.auth-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:flex;align-items:center;justify-content:center;padding:24px}.auth-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--overlay-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.auth-modal__dialog{position:relative;z-index:1;width:100%;max-width:420px;background:var(--dialog-bg);border:1px solid var(--panel-border);border-radius:22px;padding:34px 34px 26px;box-shadow:var(--elevated-shadow);animation:va-pop .2s ease}@keyframes va-pop{0%{opacity:0;transform:translateY(10px) scale(.98)}to{opacity:1;transform:none}}.auth-modal__close{position:absolute;top:16px;right:16px;width:32px;height:32px;border-radius:50%;border:1px solid var(--border);background:var(--surface);color:var(--muted);font-size:20px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:color .15s ease,border-color .15s ease}.auth-modal__close:hover{color:var(--text);border-color:var(--brand-2)}.auth-modal__brand{display:flex;justify-content:center;margin-bottom:18px}.auth-tabs{display:flex;gap:6px;background:var(--bg-soft);border:1px solid var(--border);border-radius:12px;padding:4px;margin-bottom:16px}.auth-tab{flex:1;background:transparent;border:none;color:var(--muted);font-size:15px;font-weight:700;font-family:inherit;padding:9px 0;border-radius:9px;cursor:pointer;transition:background .15s ease,color .15s ease}.auth-tab.active{background:var(--surface-2);color:var(--text)}.auth-modal__subtitle{text-align:center;margin:0 0 22px}.auth-switch-mode{text-align:right;margin-top:-6px}.auth-switch-mode button{background:none;border:none;color:var(--brand-2);font-size:13px;font-weight:600;font-family:inherit;padding:0;cursor:pointer}.auth-switch-mode button:hover{text-decoration:underline}.workspace{min-height:100vh;display:flex;flex-direction:column;background:var(--bg)}.workspace__top{position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:space-between;height:64px;padding:0 24px;border-bottom:1px solid var(--border);background:var(--nav-bg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.workspace__brand{display:inline-flex}.workspace__user{display:flex;align-items:center;gap:12px}.workspace__avatar{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--brand),var(--brand-2));color:#fff;font-weight:700;font-size:14px}.workspace__name{font-size:14px;color:var(--text);font-weight:600}.workspace__main{position:relative;flex:1;display:flex;align-items:center;justify-content:center;padding:40px 24px 80px;overflow:hidden}.workspace__glow{position:absolute;left:50%;bottom:-200px;width:140%;height:420px;transform:translate(-50%);background:radial-gradient(ellipse at center,rgba(108,92,239,.3),transparent 62%);filter:blur(60px);z-index:0}.workspace__center{position:relative;z-index:1;width:100%;max-width:720px;text-align:center}.workspace__hello-icon{color:var(--brand-2);display:flex;justify-content:center;margin-bottom:14px}.workspace__hello-icon svg{transform-origin:center;animation:va-breathe 3.2s ease-in-out infinite;filter:drop-shadow(0 0 6px rgba(124,97,255,.45))}@keyframes va-breathe{0%,to{transform:scale(.9);opacity:.55;filter:drop-shadow(0 0 4px rgba(124,97,255,.3))}50%{transform:scale(1.12);opacity:1;filter:drop-shadow(0 0 14px rgba(124,97,255,.75))}}@media (prefers-reduced-motion: reduce){.workspace__hello-icon svg{animation:none}}.workspace__greeting{font-size:clamp(26px,4vw,38px);font-weight:800;margin:0 0 8px}.workspace__lead{color:var(--muted);font-size:16px;margin:0 0 30px}.workspace__bg-hint{display:inline-flex;align-items:center;gap:8px;margin:-18px 0 24px;padding:8px 12px;border-radius:999px;background:color-mix(in srgb,var(--brand-2) 12%,transparent);color:var(--brand-2);font-size:13px}.workspace__prompt{margin:0 auto}.ws-main__inner.ws-main__inner--chat{display:block;position:static;padding:0;overflow:visible}.ws-main__inner.ws-main__inner--chat .workspace__glow{display:none}.ws-main__inner.ws-main__inner--chat .ws-chat{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;box-sizing:border-box;max-width:none;margin:0;padding:16px 24px;align-items:center}.ws-chat{position:relative;z-index:1;width:100%;max-width:860px;margin:0 auto;display:flex;flex-direction:column;min-height:0}.ws-chat__scroll{flex:1;min-height:0;width:100%;max-width:860px;overflow-y:auto;padding:8px 4px 16px}.ws-chat__list{display:flex;flex-direction:column;gap:18px}.ws-msg{display:flex;gap:10px;max-width:100%}.ws-msg--user{justify-content:flex-end}.ws-msg--assistant{justify-content:flex-start}.ws-msg__avatar{flex-shrink:0;color:var(--brand-2);margin-top:2px}.ws-msg__bubble{white-space:pre-wrap;word-break:break-word;line-height:1.7;font-size:15px;color:var(--text)}.ws-msg__col{display:flex;flex-direction:column;align-items:flex-end;gap:8px;max-width:80%;min-width:0}.ws-msg--user .ws-msg__bubble{background:var(--surface-2);border:1px solid var(--border);border-radius:16px 16px 4px;padding:12px 16px;max-width:100%}.ws-msg--user .ws-msg__attachments{justify-content:flex-end}.ws-msg--assistant .ws-msg__bubble{padding:4px 0;max-width:calc(100% - 30px)}.ws-md{white-space:normal}.ws-md>:first-child{margin-top:0}.ws-md>:last-child{margin-bottom:0}.ws-md p{margin:0 0 12px}.ws-md h1,.ws-md h2,.ws-md h3,.ws-md h4{margin:18px 0 10px;line-height:1.35;font-weight:650}.ws-md h1{font-size:1.4em}.ws-md h2{font-size:1.25em}.ws-md h3{font-size:1.1em}.ws-md ul,.ws-md ol{margin:0 0 12px;padding-left:1.4em}.ws-md li{margin:4px 0}.ws-md li>p{margin:0}.ws-md a{color:var(--accent, #6d5efc);text-decoration:underline;text-underline-offset:2px}.ws-md blockquote{margin:0 0 12px;padding:4px 14px;border-left:3px solid var(--border);color:var(--muted)}.ws-md code{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.9em;background:var(--surface-2);border:1px solid var(--border);border-radius:5px;padding:1px 5px}.ws-md pre{margin:0 0 12px;padding:12px 14px;background:var(--surface-2);border:1px solid var(--border);border-radius:10px;overflow-x:auto}.ws-md pre code{background:none;border:none;padding:0;font-size:.86em;line-height:1.55}.ws-md table{border-collapse:collapse;width:100%;margin:0 0 12px;font-size:.92em;display:block;overflow-x:auto}.ws-md th,.ws-md td{border:1px solid var(--border);padding:6px 10px;text-align:left}.ws-md th{background:var(--surface-2);font-weight:600}.ws-md hr{border:none;border-top:1px solid var(--border);margin:16px 0}.ws-md img{max-width:100%;border-radius:8px}.ws-msg__typing{display:inline-flex;gap:5px;align-items:center;padding:6px 0}.ws-msg__typing i{width:7px;height:7px;border-radius:50%;background:var(--muted);animation:va-typing 1.2s infinite ease-in-out}.ws-msg__typing i:nth-child(2){animation-delay:.2s}.ws-msg__typing i:nth-child(3){animation-delay:.4s}@keyframes va-typing{0%,60%,to{opacity:.25;transform:translateY(0)}30%{opacity:1;transform:translateY(-3px)}}.ws-chat__composer{flex-shrink:0;width:100%;max-width:860px;padding-top:8px}.ws-chat__composer .prompt-box{max-width:100%}.ws-chat__error{color:#ff8585;font-size:13px;margin:10px auto 0;text-align:center}.prompt-box__send:disabled{opacity:.4;cursor:not-allowed}.prompt-box__spin{animation:va-spin .8s linear infinite}@keyframes va-spin{to{transform:rotate(360deg)}}.ws{display:flex;height:100vh;overflow:hidden;background:var(--bg)}.ws-sidebar{position:relative;flex-shrink:0;display:flex;flex-direction:column;justify-content:space-between;gap:10px;padding:14px 12px;border-right:1px solid var(--border);background:var(--bg-soft)}.ws-main{flex:1;min-width:0;height:100vh;overflow-y:auto;position:relative}.ws-dropzone{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;pointer-events:none;display:flex;align-items:center;justify-content:center;background:rgba(20,18,32,.45);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.ws-dropzone__card{display:flex;flex-direction:column;align-items:center;gap:12px;padding:28px 40px;border-radius:18px;border:2px dashed rgba(149,128,255,.8);background:rgba(36,32,56,.92);color:#e6e1ff;font-size:15px;font-weight:600;box-shadow:0 18px 48px #0006}.ws-dropzone__card svg{color:#9580ff}.ws-main__inner{min-height:100%;display:flex;align-items:center;justify-content:center;padding:48px 24px;position:relative;overflow:hidden}.ws-brand-row{display:flex;align-items:center;justify-content:space-between;padding:4px 4px 10px}.ws-icon-btn{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:9px;border:none;background:transparent;color:var(--muted);cursor:pointer;transition:background .15s ease,color .15s ease}.ws-icon-btn:hover{background:var(--surface);color:var(--text)}.ws-resizer{position:absolute;top:0;right:-3px;width:6px;height:100%;cursor:col-resize;z-index:20}.ws-resizer:after{content:"";position:absolute;top:0;left:2px;width:2px;height:100%;background:transparent;transition:background .15s ease}.ws-resizer:hover:after{background:var(--brand-2)}.ws-rail{flex-shrink:0;width:56px;display:flex;flex-direction:column;align-items:center;gap:8px;padding:16px 0;border-right:1px solid var(--border);background:var(--bg-soft)}.ws-rail__spacer{flex:1}.ws-rail__toggle{width:40px;height:40px}.ws-rail__toggle .ws-rail__logo{color:var(--brand-2)}.ws-rail__toggle .ws-rail__expand,.ws-rail__toggle:hover .ws-rail__logo{display:none}.ws-rail__toggle:hover .ws-rail__expand{display:block}.ws-rail__toggle{position:relative}.ws-rail__running-badge{position:absolute;top:2px;right:2px;min-width:16px;height:16px;padding:0 4px;border-radius:999px;background:var(--brand-2);color:#fff;font-size:10px;font-weight:600;line-height:16px;text-align:center;pointer-events:none}.ws-recent--running .ws-recent__time{color:var(--muted-2)}.ws-rail__avatar{width:32px;height:32px;border-radius:50%;border:none;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--brand),var(--brand-2));color:#fff;font-weight:700;font-size:14px;cursor:pointer}.ws-sidebar__top{display:flex;flex-direction:column;gap:6px;flex:1;min-height:0}.ws-brand{display:flex;align-items:center;min-width:0;overflow:hidden}.ws-newchat,.ws-navlink{display:flex;align-items:center;gap:10px;width:100%;border-radius:10px;font-size:14px;font-family:inherit;cursor:pointer;text-align:left;transition:background .15s ease,border-color .15s ease,color .15s ease}.ws-newchat{background:var(--surface);border:1px solid var(--border);color:var(--text);font-weight:600;padding:11px 14px}.ws-newchat:hover{background:var(--surface-2);border-color:var(--brand-2)}.ws-navlink{background:transparent;border:none;color:var(--muted);padding:9px 12px}.ws-navlink:hover{background:var(--surface);color:var(--text)}.ws-section-label{color:var(--muted-2);font-size:12px;font-weight:600;padding:14px 12px 4px}.ws-recents{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:2px}.ws-empty{color:var(--muted-2);font-size:13px;padding:8px 12px;margin:0}.ws-recents{gap:4px}.ws-recent{position:relative;display:flex;align-items:center;gap:2px;width:100%;border-radius:8px;padding-right:6px;transition:background .15s ease}.ws-recent:hover{background:var(--surface)}.ws-recent--active{background:var(--surface-2)}.ws-recent__main{flex:1;min-width:0;display:flex;flex-direction:column;justify-content:center;gap:3px;background:transparent;border:none;cursor:pointer;font-family:inherit;padding:9px 10px;text-align:left}.ws-recent__title{display:block;width:100%;color:var(--muted);font-size:14px;line-height:1.3}.ws-recent__title-text{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ws-recent:hover .ws-recent__title,.ws-recent--active .ws-recent__title{color:var(--text)}.ws-recent__time{color:var(--muted-2);font-size:11px;line-height:1.2}.ws-recent--running .ws-recent__main{padding-right:28px}.ws-recent__spin{position:absolute;right:10px;top:50%;margin-top:-7.5px;width:15px;height:15px;border-radius:50%;border:2px solid color-mix(in srgb,var(--brand-2) 30%,transparent);border-top-color:var(--brand-2);animation:va-spin .8s linear infinite;pointer-events:none;z-index:1}.ws-recent:hover .ws-recent__spin{opacity:0}.ws-recent__del{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;padding:0;border:none;border-radius:6px;background:transparent;color:var(--muted-2);cursor:pointer;opacity:0;transition:opacity .15s ease,color .15s ease,background .15s ease}.ws-recent:hover .ws-recent__del{opacity:1}.ws-recent__del:hover{color:#ff8585;background:var(--surface-2)}.ws-chat__loading{color:var(--muted);font-size:13px;padding:8px 0}.ws-sidebar__bottom{position:relative;display:flex;flex-direction:column;gap:6px;padding-top:8px;border-top:1px solid var(--border)}.theme-switch{flex-shrink:0}.theme-switch.lang-switch--mini button{padding-inline:7px;font-size:11px}.user-avatar__image{display:block;width:100%;height:100%;object-fit:cover;border-radius:inherit}.ws-user{display:flex;align-items:center;gap:10px;width:100%;background:transparent;border:none;color:var(--text);padding:9px 8px;border-radius:10px;cursor:pointer;font-family:inherit;transition:background .15s ease}.ws-user:hover{background:var(--surface)}.ws-user__avatar{width:32px;height:32px;flex-shrink:0;border-radius:50%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--brand),var(--brand-2));color:#fff;font-weight:700;font-size:14px}.ws-user__name{flex:1;font-size:14px;font-weight:600;text-align:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ws-user__chevron{color:var(--muted);flex-shrink:0}.ws-menu{position:absolute;left:8px;right:8px;bottom:58px;z-index:30;background:var(--popover-bg);border:1px solid var(--panel-border);border-radius:14px;padding:6px;box-shadow:var(--elevated-shadow);animation:va-pop .15s ease}.ws-menu__item{display:flex;align-items:center;gap:10px;width:100%;background:transparent;border:none;color:var(--text);font-size:14px;font-family:inherit;padding:10px 12px;border-radius:9px;cursor:pointer;text-align:left;transition:background .15s ease}.ws-menu__item:hover{background:var(--surface-2)}.ws-menu__item--danger{color:#ff7878}.ws-menu__row{display:flex;align-items:center;justify-content:space-between;padding:8px 12px;font-size:14px;color:var(--text)}.ws-menu__row-label{display:flex;align-items:center;gap:10px;color:var(--muted)}.lang-switch--mini button{padding:4px 9px;font-size:12px}.ws-menu__divider{height:1px;background:var(--border);margin:6px 4px}.profile-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:120;display:flex;align-items:center;justify-content:center;padding:24px}.profile-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--overlay-bg);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.profile-modal__dialog{position:relative;z-index:1;display:flex;width:100%;max-width:880px;height:min(560px,86vh);background:var(--dialog-bg);border:1px solid var(--panel-border);border-radius:20px;overflow:hidden;box-shadow:var(--elevated-shadow);animation:va-pop .2s ease}.profile-modal__close{position:absolute;top:16px;right:16px;z-index:2;width:32px;height:32px;border-radius:50%;border:1px solid var(--border);background:var(--surface);color:var(--muted);font-size:20px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:color .15s ease,border-color .15s ease}.profile-modal__close:hover{color:var(--text);border-color:var(--brand-2)}.profile-nav{width:220px;flex-shrink:0;display:flex;flex-direction:column;gap:4px;padding:22px 14px;border-right:1px solid var(--border);background:rgba(0,0,0,.2)}.profile-nav__item{display:flex;align-items:center;gap:12px;width:100%;background:transparent;border:none;color:var(--muted);font-size:15px;font-weight:600;font-family:inherit;padding:11px 14px;border-radius:10px;cursor:pointer;text-align:left;transition:background .15s ease,color .15s ease}.profile-nav__item:hover{background:var(--surface);color:var(--text)}.profile-nav__item.active{background:var(--brand);color:#fff}.profile-nav__item--danger{color:#ff7878}.profile-nav__item--danger:hover{background:rgba(255,120,120,.12);color:#ff7878}.profile-nav__spacer{flex:1}.profile-content{flex:1;display:flex;flex-direction:column;padding:30px 34px;overflow-y:auto}.profile-content__title{display:flex;align-items:center;gap:10px;font-size:22px;font-weight:800;margin:0 0 26px}.profile-content__title-icon{color:var(--brand-2);display:inline-flex}.profile-account__head{display:flex;align-items:center;gap:16px;padding-bottom:24px;border-bottom:1px solid var(--border)}.profile-account__avatar{width:60px;height:60px;flex-shrink:0;border-radius:50%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--brand),var(--brand-2));color:#fff;font-weight:700;font-size:24px;overflow:hidden}.profile-account__avatar--editable{position:relative;padding:0;border:none;font-family:inherit;cursor:pointer}.profile-account__avatar--editable:disabled{cursor:wait;opacity:.7}.profile-account__avatar-edit{position:absolute;inset:auto 0 0;height:23px;display:flex;align-items:center;justify-content:center;color:#fff;background:rgba(15,18,28,.68);transform:translateY(100%);transition:transform .16s ease}.profile-account__avatar--editable:hover .profile-account__avatar-edit,.profile-account__avatar--editable:focus-visible .profile-account__avatar-edit{transform:translateY(0)}.profile-account__avatar-input{display:none}.profile-account__id{flex:1;min-width:0}.profile-account__name{font-size:18px;font-weight:700}.profile-account__sub{color:var(--muted);font-size:14px;margin-top:2px}.profile-rows{list-style:none;margin:0;padding:0}.profile-row{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 0;border-bottom:1px solid var(--border)}.profile-row__label{color:var(--muted);font-size:15px}.profile-row__value{color:var(--text);font-size:15px}.profile-row__value--block{display:block;margin-top:2px}.profile-feedback{margin:14px 0 0;padding:9px 12px;border-radius:9px;font-size:13px;line-height:1.5}.profile-feedback--success{color:#42b883;background:rgba(66,184,131,.11);border:1px solid rgba(66,184,131,.24)}.profile-feedback--error{color:#ff7878;background:rgba(255,120,120,.1);border:1px solid rgba(255,120,120,.22)}.profile-editor{display:flex;flex-direction:column;gap:13px;margin-top:14px;padding:16px;border:1px solid var(--border);border-radius:12px;background:var(--surface)}.profile-editor__field{display:flex;flex-direction:column;gap:6px;color:var(--muted);font-size:13px;font-weight:600}.profile-editor__field input{width:100%;min-width:0;height:40px;padding:0 12px;border:1px solid var(--border);border-radius:9px;outline:none;background:var(--bg-soft);color:var(--text);font:400 14px/1 var(--font);transition:border-color .15s ease,box-shadow .15s ease}.profile-editor__field input:focus{border-color:var(--brand-2);box-shadow:0 0 0 3px #7c61ff24}.profile-editor__code-row{display:flex;gap:8px}.profile-editor__code-row input{flex:1}.profile-editor__code-row .btn{flex-shrink:0}.profile-editor__actions{display:flex;align-items:center;justify-content:flex-end;gap:12px}.profile-editor__hint{color:var(--muted-2);font-size:12px}.profile-empty{color:var(--muted);font-size:15px}.skill-count{margin-left:auto;font-size:12.5px;font-weight:500;color:var(--muted)}.skill-error{margin-bottom:12px;padding:8px 12px;font-size:13px;color:#d96a6a;background:rgba(217,106,106,.12);border:1px solid rgba(217,106,106,.3);border-radius:9px}.skill-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px;overflow-y:auto;max-height:56vh}.skill-list--compact{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.skill-row{display:flex;align-items:center;gap:10px;padding:11px 14px;border:1px solid var(--border);border-radius:11px;background:var(--surface-2);cursor:pointer;transition:border-color .15s ease,background .15s ease}.skill-row:hover{border-color:#7b68ee99}.skill-row__name{flex:1;min-width:0;font-size:14px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.skill-row__chevron{flex-shrink:0;color:var(--muted)}.skill-tip{position:fixed;z-index:4000;width:max-content;max-width:340px;padding:11px 13px;font-size:12.5px;line-height:1.55;color:#e9e6f7;background:#2a2740;border:1px solid rgba(149,128,255,.35);border-radius:11px;box-shadow:0 16px 44px #00000080;pointer-events:none;white-space:normal;word-break:break-word;animation:skill-tip-in .12s ease}.skill-tip--above{transform:translateY(-100%)}.mcp-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.mcp-card{display:flex;align-items:center;gap:12px;padding:13px 14px;border:1px solid var(--border);border-radius:12px;background:var(--surface-2)}.mcp-card__icon{flex-shrink:0;width:34px;height:34px;border-radius:9px;display:inline-flex;align-items:center;justify-content:center;color:#b3a6ff;background:rgba(123,104,238,.14)}.mcp-card__body{flex:1;min-width:0}.mcp-card__name{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:600;color:var(--text)}.mcp-card__tag{font-size:10.5px;font-weight:500;color:#8b90a0;padding:1px 7px;border:1px solid var(--border);border-radius:999px}.mcp-card__desc{margin-top:3px;font-size:12.5px;line-height:1.5;color:var(--muted)}.skill-tip--pop{width:300px;max-width:300px;padding:12px 14px;font-size:12.5px;line-height:1.6;color:#d6d9e0;background:#232327;border-color:#ffffff1f}@keyframes skill-tip-in{0%{opacity:0}to{opacity:1}}.skill-detail{display:flex;flex-direction:column;min-height:0;flex:1}.skill-detail__head{display:flex;align-items:center;gap:12px;margin-bottom:8px}.skill-back{display:inline-flex;align-items:center;gap:4px;padding:5px 10px;font-size:13px;color:var(--text);background:var(--surface-2);border:1px solid var(--border);border-radius:8px;cursor:pointer}.skill-back:hover{border-color:#7b68ee99}.skill-detail__title{display:flex;align-items:center;gap:8px;flex:1;min-width:0}.skill-detail__name{font-size:16px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.skill-detail__desc{margin:0 0 12px;font-size:13px;line-height:1.55;color:var(--muted)}.skill-files{display:flex;gap:12px;min-height:0;flex:1;border:1px solid var(--border);border-radius:12px;overflow:hidden;height:50vh}.skill-tree{width:220px;flex-shrink:0;overflow:auto;padding:8px 4px 8px 0;border-right:1px solid var(--border);background:var(--surface-2)}.skill-tree__list{list-style:none;margin:0;padding:0}.skill-tree__row{display:flex;align-items:center;gap:7px;width:100%;padding:5px 8px;font-size:13px;color:var(--text);background:none;border:none;border-radius:7px;cursor:pointer;text-align:left}.skill-tree__row--dir{color:var(--muted);cursor:default}.skill-tree__row:not(.skill-tree__row--dir):hover{background:rgba(123,104,238,.12)}.skill-tree__row--active{background:rgba(123,104,238,.22);color:#fff}.skill-tree__name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.skill-tree__row svg{flex-shrink:0}.skill-viewer{flex:1;min-width:0;display:flex;flex-direction:column}.skill-viewer__bar{flex-shrink:0;padding:8px 12px;border-bottom:1px solid var(--border);font-size:12px;color:var(--muted);font-family:SFMono-Regular,ui-monospace,Menlo,Consolas,monospace;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.skill-viewer__body{flex:1;min-height:0;overflow:auto}.skill-viewer__pre{margin:0;padding:14px 16px;font-size:12.5px;line-height:1.6;font-family:SFMono-Regular,ui-monospace,Menlo,Consolas,monospace;white-space:pre-wrap;word-break:break-word;color:var(--text)}.skill-card{display:flex;align-items:flex-start;gap:14px;padding:13px 15px;border:1px solid var(--border);border-radius:12px;background:var(--surface-2)}.skill-card__main{min-width:0;flex:1}.skill-card__head{display:flex;align-items:center;gap:8px;margin-bottom:4px}.skill-card__name{font-size:14.5px;font-weight:600;word-break:break-word}.skill-card__tag{flex-shrink:0;font-size:11px;font-weight:600;padding:1px 8px;border-radius:999px;line-height:1.6}.skill-card__tag--public{color:#8a7be0;background:rgba(149,128,255,.16)}.skill-card__tag--custom{color:#4aa3c7;background:rgba(74,163,199,.16)}.skill-card__desc{margin:0;font-size:13px;line-height:1.5;color:var(--muted)}.skill-switch{flex-shrink:0;position:relative;width:40px;height:23px;margin-top:1px;padding:0;border:none;border-radius:999px;background:var(--border);cursor:pointer;transition:background .18s ease}.skill-switch--on{background:#7b68ee}.skill-switch:disabled{opacity:.55;cursor:progress}.skill-switch__dot{position:absolute;top:2px;left:2px;width:19px;height:19px;border-radius:50%;background:#fff;transition:transform .18s ease;box-shadow:0 1px 3px #0000004d}.skill-switch--on .skill-switch__dot{transform:translate(17px)}.profile-footer{margin-top:auto;padding-top:24px;display:flex;gap:18px;justify-content:flex-end}.profile-footer a{color:var(--muted-2);font-size:13px;transition:color .15s ease}.profile-footer a:hover{color:var(--text)}.memory-panel__head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:18px;padding-right:44px}.memory-panel__head .profile-content__title{margin:0}.memory-panel__clear{flex-shrink:0;background:transparent;border:1px solid rgba(255,120,120,.35);color:#ff7878;font-family:inherit;font-size:12px;padding:5px 13px;border-radius:999px;cursor:pointer;transition:background .15s ease}.memory-panel__clear:hover:not(:disabled){background:rgba(255,120,120,.12)}.memory-panel__clear:disabled{opacity:.4;cursor:not-allowed}.memory-modal__meta{color:var(--muted-2);font-size:12px;margin-bottom:16px}.memory-modal__state{color:var(--muted);font-size:14px;padding:16px 0}.memory-modal__state--error{color:#ff7878}.memory-group{margin-bottom:22px}.memory-group__bar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}.memory-group__title{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:700;color:var(--text);margin:0;text-transform:uppercase;letter-spacing:.04em}.memory-group__count{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 6px;border-radius:999px;background:var(--surface-2);color:var(--muted);font-size:12px;font-weight:600}.memory-subtabs{display:inline-flex;gap:2px;background:var(--surface-2);border:1px solid var(--border);border-radius:999px;padding:2px}.memory-subtab{border:none;background:transparent;color:var(--muted);font-family:inherit;font-size:12px;padding:4px 12px;border-radius:999px;cursor:pointer;transition:background .15s ease,color .15s ease}.memory-subtab:hover{color:var(--text)}.memory-subtab.active{background:var(--brand);color:#fff}.memory-addbtn{border:1px solid var(--border);background:transparent;color:var(--text);font-family:inherit;font-size:12px;padding:5px 13px;border-radius:999px;cursor:pointer;transition:background .15s ease}.memory-addbtn:hover:not(:disabled){background:var(--surface)}.memory-addbtn:disabled{opacity:.4;cursor:not-allowed}.memory-card{position:relative;background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:13px 15px}.memory-card--section{min-height:84px}.memory-card__tools,.memory-fact__tools{position:absolute;top:7px;right:7px;display:flex;gap:4px;opacity:0;transition:opacity .15s ease}.memory-card:hover .memory-card__tools,.memory-fact:hover .memory-fact__tools{opacity:1}.memory-card__text{margin:0;font-size:14px;line-height:1.65;color:var(--text);white-space:pre-wrap;display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden}.memory-card__empty{background:none;border:none;padding:0;color:var(--muted-2);font-family:inherit;font-size:14px;cursor:pointer}.memory-card__time{display:block;margin-top:8px;font-size:11px;color:var(--muted-2)}.memory-icon-btn{width:26px;height:26px;display:inline-flex;align-items:center;justify-content:center;border-radius:7px;border:1px solid var(--border);background:var(--surface-2);color:var(--muted);cursor:pointer;transition:color .15s ease,border-color .15s ease}.memory-icon-btn:hover:not(:disabled){color:var(--text);border-color:var(--brand-2)}.memory-icon-btn--danger:hover:not(:disabled){color:#ff7878;border-color:#ff787880}.memory-icon-btn:disabled{opacity:.4;cursor:not-allowed}.memory-facts{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.memory-fact{position:relative;background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:10px 12px}.memory-fact__text{margin:0 0 6px;padding-right:8px;font-size:13.5px;line-height:1.55;color:var(--text);cursor:text;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.memory-fact__foot{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.memory-fact__category{display:inline-flex;align-items:center;padding:1px 8px;border-radius:999px;background:rgba(124,92,255,.16);color:var(--brand-2);font-size:11px;font-weight:600}.memory-fact__conf{font-size:11px;color:var(--muted)}.memory-fact__flag{font-size:11px;color:#ffb27a;cursor:help}.memory-fact__time{margin-left:auto;font-size:11px;color:var(--muted-2)}.memory-editor{position:fixed;top:0;right:0;bottom:0;left:0;z-index:140;display:flex;align-items:center;justify-content:center;padding:24px}.memory-editor__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--overlay-bg);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.memory-editor__dialog{position:relative;z-index:1;width:100%;max-width:560px;display:flex;flex-direction:column;gap:14px;padding:18px 20px;background:var(--dialog-bg);border:1px solid var(--panel-border);border-radius:16px;box-shadow:var(--elevated-shadow);animation:va-pop .18s ease}.memory-editor__head{display:flex;align-items:center;justify-content:space-between}.memory-editor__head h4{margin:0;font-size:16px;font-weight:700}.memory-editor__close{width:30px;height:30px;border-radius:50%;border:1px solid var(--border);background:var(--surface);color:var(--muted);font-size:18px;line-height:1;cursor:pointer}.memory-editor__close:hover{color:var(--text)}.memory-editor__textarea{width:100%;min-height:220px;resize:vertical;background:var(--surface-2);border:1px solid var(--border);border-radius:10px;color:var(--text);font-family:inherit;font-size:15px;line-height:1.7;padding:14px}.memory-editor__textarea:focus{outline:none;border-color:var(--brand-2)}.memory-editor__meta{display:flex;gap:12px}.memory-editor__field{display:flex;flex-direction:column;gap:5px;font-size:12px;color:var(--muted)}.memory-editor__field:first-child{flex:1}.memory-editor__field input{background:var(--surface-2);border:1px solid var(--border);border-radius:8px;color:var(--text);font-family:inherit;font-size:14px;padding:8px 10px}.memory-editor__field input:focus{outline:none;border-color:var(--brand-2)}.memory-editor__foot{display:flex;justify-content:flex-end;gap:10px}.confirm-dialog{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;display:flex;align-items:center;justify-content:center;padding:24px}.confirm-dialog__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--overlay-bg);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.confirm-dialog__box{position:relative;z-index:1;width:100%;max-width:380px;padding:22px 22px 18px;background:var(--dialog-bg);border:1px solid var(--panel-border);border-radius:16px;box-shadow:var(--elevated-shadow);animation:va-pop .18s ease}.confirm-dialog__title{margin:0;font-size:16px;font-weight:700;color:var(--text)}.confirm-dialog__message{margin:10px 0 0;font-size:14px;line-height:1.6;color:var(--muted)}.confirm-dialog__actions{display:flex;justify-content:flex-end;gap:10px;margin-top:20px}.confirm-dialog__danger{background:#ff5a5a;color:#fff}.confirm-dialog__danger:hover:not(:disabled){opacity:.9}.search-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:130;display:flex;align-items:flex-start;justify-content:center;padding:12vh 24px 24px}.search-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--overlay-bg);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.search-modal__box{position:relative;z-index:1;width:100%;max-width:560px;background:var(--dialog-bg);border:1px solid var(--panel-border);border-radius:16px;box-shadow:var(--elevated-shadow);overflow:hidden;animation:va-pop .18s ease}.search-modal__field{display:flex;align-items:center;gap:10px;padding:16px 18px;border-bottom:1px solid var(--border);color:var(--muted)}.search-modal__field input{flex:1;background:transparent;border:none;outline:none;color:var(--text);font-family:inherit;font-size:16px}.search-modal__field input::placeholder{color:var(--muted-2)}.search-modal__clear{width:24px;height:24px;border-radius:50%;border:none;background:var(--surface-2);color:var(--muted);font-size:16px;line-height:1;cursor:pointer}.search-modal__clear:hover{color:var(--text)}.search-modal__results{max-height:52vh;overflow-y:auto;padding:8px}.search-modal__hint{padding:6px 10px;font-size:11px;color:var(--muted-2);text-transform:uppercase;letter-spacing:.04em}.search-modal__empty{padding:28px 10px;text-align:center;color:var(--muted);font-size:14px}.search-modal__list{list-style:none;margin:0;padding:0}.search-modal__item{display:flex;align-items:flex-start;gap:10px;width:100%;background:transparent;border:none;color:var(--text);font-family:inherit;font-size:14px;text-align:left;padding:10px;border-radius:9px;cursor:pointer;transition:background .15s ease}.search-modal__item:hover{background:var(--surface-2)}.search-modal__item-icon{flex-shrink:0;margin-top:2px;color:var(--muted)}.search-modal__item-main{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.search-modal__item-title{display:inline-flex;align-items:center;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.search-modal__item-snippet{font-size:12px;color:var(--muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.search-modal__item-time{flex-shrink:0;margin-top:2px;font-size:11px;color:var(--muted-2)}.search-modal__hl{background:rgba(124,92,255,.35);color:inherit;border-radius:3px;padding:0 1px}.search-modal__spinner{flex-shrink:0;width:15px;height:15px;border-radius:50%;border:2px solid rgba(255,255,255,.18);border-top-color:var(--brand-2);animation:va-spin .7s linear infinite}*{scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.16) transparent}*::-webkit-scrollbar{width:10px;height:10px}*::-webkit-scrollbar-track{background:transparent}*::-webkit-scrollbar-thumb{background-color:#ffffff24;border:2px solid transparent;border-radius:999px;background-clip:padding-box;transition:background-color .2s ease}*::-webkit-scrollbar-thumb:hover{background-color:#ffffff4d}*::-webkit-scrollbar-thumb:active{background-color:#7c61ff8c}*::-webkit-scrollbar-corner{background:transparent}.ws-chat__scroll,.ws-recents{scrollbar-color:rgba(255,255,255,.12) transparent}.ws-chat__scroll::-webkit-scrollbar-thumb,.ws-recents::-webkit-scrollbar-thumb{background-color:#ffffff14}.ws-chat__scroll:hover::-webkit-scrollbar-thumb,.ws-recents:hover::-webkit-scrollbar-thumb{background-color:#ffffff38}.ws-chat__scroll::-webkit-scrollbar,.ws-recents::-webkit-scrollbar{width:8px}.ws-chat__topbar{width:100%;max-width:860px;display:flex;justify-content:flex-end;padding:0 4px 6px;flex-shrink:0}.ws-files-btn{display:inline-flex;align-items:center;gap:7px;padding:6px 12px;border:1px solid var(--border);background:var(--surface);color:var(--muted);border-radius:999px;font-size:13px;font-family:inherit;cursor:pointer;transition:color .15s ease,border-color .15s ease,background .15s ease}.ws-files-btn:hover{color:var(--text);border-color:var(--brand-2)}.ws-files-btn--active{color:var(--text);border-color:var(--brand-2);background:var(--surface-2)}.ws-files-btn__count{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:var(--brand);color:#fff;font-size:11px;font-weight:600}.ws-msg__tools{display:flex;flex-direction:column;gap:8px;margin-bottom:10px}.tool-card{border:1px solid var(--border);border-radius:12px;background:var(--surface);overflow:hidden}.tool-card--running{border-color:#7b61ff66}.tool-card__head{display:flex;align-items:center;gap:9px;width:100%;padding:9px 12px;background:transparent;border:none;color:var(--text);font-family:inherit;font-size:13.5px;cursor:pointer;text-align:left}.tool-card__icon{display:inline-flex;color:var(--brand-2);flex-shrink:0}.tool-card__label{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tool-card__check{color:#4ade80;flex-shrink:0}.tool-card__chevron{color:var(--muted-2);flex-shrink:0;transition:transform .15s ease}.tool-card__chevron.open{transform:rotate(180deg)}.tool-card__spin{width:13px;height:13px;border-radius:50%;border:2px solid rgba(123,97,255,.3);border-top-color:var(--brand-2);animation:va-spin .8s linear infinite;flex-shrink:0}.tool-card__body{border-top:1px solid var(--border);padding:10px 12px;display:flex;flex-direction:column;gap:8px}.tool-card__code,.tool-card__result{margin:0;background:var(--bg-soft);border:1px solid var(--border);border-radius:8px;padding:10px 12px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:12.5px;line-height:1.55;color:var(--text);white-space:pre-wrap;word-break:break-word;overflow-x:auto;max-height:320px;overflow-y:auto}.tool-card__result{color:var(--muted);background:rgba(255,255,255,.02)}:root[data-theme=light] .tool-card__code{color:#1d2939;background:#ffffff;border-color:#0f172a29}:root[data-theme=light] .tool-card__result{color:#344054;background:rgba(255,255,255,.72);border-color:#0f172a24}.clarify-card{border:1px solid rgba(123,97,255,.38);border-radius:12px;background:rgba(123,97,255,.06);padding:14px 16px;display:flex;flex-direction:column;gap:12px}.clarify-card--pending{flex-direction:row;align-items:center;gap:9px;color:var(--muted);font-size:13px}.clarify-card__head{display:flex;align-items:flex-start;gap:10px}.clarify-card__icon{font-size:17px;line-height:1.5;flex-shrink:0}.clarify-card__texts{min-width:0;display:flex;flex-direction:column;gap:5px}.clarify-card__context{font-size:12.5px;line-height:1.6;color:var(--muted)}.clarify-card__q{font-size:14.5px;font-weight:600;line-height:1.55;color:var(--text)}.clarify-card__options{display:flex;flex-direction:column;gap:8px}.clarify-option{display:flex;align-items:flex-start;gap:10px;width:100%;text-align:left;padding:10px 12px;border:1px solid var(--border);border-radius:10px;background:var(--surface);color:var(--text);font-family:inherit;font-size:13.5px;line-height:1.5;cursor:pointer;transition:border-color .15s ease,background .15s ease}.clarify-option:hover{border-color:var(--brand-2);background:rgba(123,97,255,.1)}.clarify-option__num{flex-shrink:0;width:20px;height:20px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:11.5px;font-weight:600;color:var(--brand-2);background:rgba(123,97,255,.16)}.clarify-option__text{min-width:0}.sandbox-panel{position:relative;flex-shrink:0;width:360px;max-width:92vw;height:100vh;display:flex;flex-direction:column;border-left:1px solid var(--border);background:var(--bg-soft)}.sandbox-panel__resizer{position:absolute;left:-3px;top:0;width:7px;height:100%;cursor:col-resize;z-index:5;background:transparent;transition:background .15s ease}.sandbox-panel__resizer:hover,.sandbox-panel__resizer:active{background:linear-gradient(to right,transparent 2px,var(--brand-2) 2px,var(--brand-2) 5px,transparent 5px)}.sandbox-panel__head{display:flex;align-items:center;gap:8px;padding:14px;border-bottom:1px solid var(--border);flex-shrink:0}.sandbox-panel__title{font-size:14px;font-weight:600;color:var(--text)}.sandbox-panel__title--file{flex:1;min-width:0;font-weight:500;color:var(--muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sandbox-panel__title:not(.sandbox-panel__title--file){flex:1}.sandbox-panel__head-actions{display:inline-flex;align-items:center;gap:4px;margin-left:auto}.sandbox-panel__back,.sandbox-panel__icon-btn{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:8px;border:none;background:transparent;color:var(--muted);cursor:pointer;transition:color .15s ease,background .15s ease}.sandbox-panel__back:hover,.sandbox-panel__icon-btn:hover{color:var(--text);background:var(--surface-2)}.sandbox-panel__body{flex:1;min-height:0;overflow-y:auto;padding:8px}.sandbox-panel__hint{color:var(--muted-2);font-size:13px;text-align:center;padding:32px 16px}.sandbox-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:2px}.sandbox-list__row{position:relative;display:flex;align-items:center;border-radius:9px}.sandbox-list__row:hover{background:var(--surface-2)}.sandbox-list__item{display:flex;align-items:center;gap:10px;flex:1;min-width:0;padding:9px 10px;border:none;background:transparent;border-radius:9px;color:var(--text);font-family:inherit;cursor:pointer;text-align:left}.sandbox-list__dl{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;margin-right:6px;flex-shrink:0;border:none;background:transparent;border-radius:7px;color:var(--muted);cursor:pointer;opacity:0;transition:opacity .15s ease,color .15s ease,background .15s ease}.sandbox-list__row:hover .sandbox-list__dl{opacity:1}.sandbox-list__dl:hover{color:var(--text);background:var(--surface)}.sandbox-list__icon{color:var(--brand-2);flex-shrink:0}.sandbox-list__main{display:flex;flex-direction:column;gap:2px;min-width:0}.sandbox-list__name{font-size:13.5px;color:var(--text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sandbox-list__sub{font-size:11.5px;color:var(--muted-2);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sandbox-file{display:flex;flex-direction:column;gap:10px;padding:4px}.sandbox-file__meta{display:flex;align-items:center;flex-wrap:wrap;gap:10px;font-size:12px;color:var(--muted-2)}.sandbox-file__path{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;color:var(--muted)}.sandbox-file__size{flex-shrink:0}.sandbox-file__download{flex-shrink:0;border:none;background:transparent;padding:0;font-family:inherit;font-size:12px;color:var(--brand-2);cursor:pointer}.sandbox-file__download:hover{text-decoration:underline}.sandbox-file__view-switch{display:inline-flex;align-items:center;flex-shrink:0;padding:2px;border:1px solid var(--border);border-radius:8px;background:var(--surface-2)}.sandbox-file__view-switch button{border:0;border-radius:6px;padding:3px 8px;background:transparent;color:var(--muted);font:inherit;font-size:11.5px;line-height:1.35;cursor:pointer}.sandbox-file__view-switch button:hover{color:var(--text)}.sandbox-file__view-switch button.active{background:var(--surface);color:var(--text);box-shadow:0 1px 3px #00000024}.sandbox-file__code-wrap,.sandbox-file__preview-wrap{position:relative}.sandbox-file__copy{position:absolute;top:8px;right:8px;display:inline-flex;align-items:center;gap:5px;padding:5px 10px;border:1px solid var(--border);border-radius:8px;background:rgba(20,20,28,.9);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:var(--muted);font-family:inherit;font-size:12px;cursor:pointer;opacity:0;transition:opacity .15s ease,color .15s ease,border-color .15s ease}.sandbox-file__code-wrap:hover .sandbox-file__copy,.sandbox-file__preview-wrap:hover .sandbox-file__copy{opacity:1}.sandbox-file__copy:hover{color:var(--text);border-color:var(--brand-2)}.sandbox-file__copy.copied{opacity:1;color:#4ade80;border-color:#4ade8080}.sandbox-file__code{margin:0;background:var(--bg);border:1px solid var(--border);border-radius:10px;padding:12px 14px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:12.5px;line-height:1.6;color:var(--text);white-space:pre;overflow:auto}.sandbox-file__markdown{min-height:120px;padding:18px 18px 24px;border:1px solid var(--border);border-radius:10px;background:var(--bg);color:var(--text);font-size:13.5px;line-height:1.7;overflow-wrap:anywhere}:root[data-theme=light] .sandbox-file__markdown{background:#ffffff;border-color:#0f172a29;color:#1f2937}:root[data-theme=light] .sandbox-file__code{background:#ffffff;border-color:#0f172a29}:root[data-theme=light] .sandbox-file__copy{background:rgba(255,255,255,.94);border-color:#0f172a29;color:#344054;box-shadow:0 4px 14px #0f172a1a}@media (max-width: 1100px){.sandbox-panel{width:320px}}@media (max-width: 860px){.nav__links{display:none}.sandbox-panel{position:fixed;right:0;top:0;z-index:40;width:min(86vw,380px);box-shadow:-16px 0 40px #00000080}.features,.audience{grid-template-columns:1fr}.auth-card{padding:30px 22px 24px}.workspace__name{display:none}}.ws-topbar{display:none}@media (max-width: 768px){.ws--mobile{flex-direction:column;height:100vh;height:100dvh}.ws-topbar{position:sticky;top:0;z-index:30;flex-shrink:0;display:flex;align-items:center;justify-content:space-between;gap:8px;height:52px;padding:0 6px;border-bottom:1px solid var(--border);background:var(--nav-bg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.ws-topbar__brand{display:inline-flex;align-items:center}.ws--mobile .ws-main{height:auto;flex:1;min-height:0}.ws-sidebar--drawer{position:fixed;top:0;left:0;bottom:0;z-index:50;width:min(82vw,320px);transform:translate(-100%);transition:transform .26s cubic-bezier(.4,0,.2,1);box-shadow:16px 0 48px #0000008c}.ws-sidebar--drawer.ws-sidebar--open{transform:translate(0)}.ws--mobile .ws-resizer{display:none}.ws-scrim{position:fixed;top:0;right:0;bottom:0;left:0;z-index:45;background:var(--overlay-bg);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);animation:va-fade .2s ease}@keyframes va-fade{0%{opacity:0}to{opacity:1}}.ws-main__inner.ws-main__inner--chat .ws-chat{padding:12px}.ws-chat__scroll{padding:6px 2px 12px}.workspace__lead{font-size:15px}.ws-msg__col{max-width:88%}.ws--mobile .ws-main__inner{align-items:stretch;justify-content:stretch;padding:12px 14px calc(12px + env(safe-area-inset-bottom,0px))}.ws--mobile .workspace__center{display:flex;flex-direction:column;max-width:none;flex:1;min-height:0}.ws--mobile .workspace__intro{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center}.ws--mobile .workspace__prompt{margin:auto 0 0;width:100%;max-width:100%}.ws--mobile .prompt-examples{display:none}.ws--mobile .prompt-box__input,.ws--mobile .prompt-box__highlight{min-height:76px;max-height:40vh}.ws--mobile .prompt-box__input{overflow-y:auto}.ws-scrim--panel{z-index:54}.sandbox-panel{width:min(90vw,460px)!important;max-width:90vw;z-index:55}.sandbox-panel__resizer{display:none}.profile-modal--mobile{padding:0}.profile-modal--mobile .profile-modal__dialog{flex-direction:column;max-width:100%;width:100%;height:100dvh;border-radius:0;border:none;background:var(--bg)}.profile-m__bar{position:sticky;top:0;z-index:3;display:grid;grid-template-columns:44px 1fr 44px;align-items:center;height:52px;padding:0 8px;padding-top:env(safe-area-inset-top,0);background:var(--nav-bg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}.profile-m__title{margin:0;font-size:17px;font-weight:700;text-align:center;color:var(--text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-m__back,.profile-m__close{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;border:none;border-radius:50%;background:transparent;color:var(--text);cursor:pointer;transition:background .15s ease}.profile-m__back:active,.profile-m__close:active{background:rgba(255,255,255,.08)}.profile-m__close{justify-self:end;color:var(--muted);background:rgba(255,255,255,.06)}.profile-m__hub{flex:1;overflow-y:auto;padding:16px 16px calc(28px + env(safe-area-inset-bottom,0));-webkit-overflow-scrolling:touch}.profile-m__hero{display:flex;align-items:center;gap:14px;width:100%;padding:16px;margin-bottom:22px;background:var(--surface);border:1px solid var(--border);border-radius:16px;text-align:left;cursor:pointer;transition:background .15s ease}.profile-m__hero:active{background:var(--surface-2)}.profile-m__hero .profile-account__avatar{width:52px;height:52px}.profile-m__hero-id{flex:1;min-width:0;display:flex;flex-direction:column;gap:3px}.profile-m__hero-name{font-size:17px;font-weight:700;color:var(--text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-m__hero-sub{font-size:13px;color:var(--muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-m__section-label{padding:0 4px 8px;font-size:13px;font-weight:600;color:var(--muted)}.profile-m__group{margin-bottom:22px;background:var(--surface);border:1px solid var(--border);border-radius:16px;overflow:hidden}.profile-m__row{display:flex;align-items:center;gap:12px;width:100%;padding:13px 16px;background:transparent;border:none;color:var(--text);font-size:15.5px;font-family:inherit;text-align:left;text-decoration:none;cursor:pointer;transition:background .12s ease}.profile-m__row+.profile-m__row{border-top:1px solid var(--border)}.profile-m__row:active{background:var(--surface-2)}.profile-m__row-icon{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;flex-shrink:0;border-radius:9px;background:rgba(124,109,246,.16);color:var(--brand-2)}.profile-m__row--link{padding-left:16px}.profile-m__row-label{flex:1;min-width:0;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-m__row-value{color:var(--muted);font-size:14px;max-width:45%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-m__row-chev{display:inline-flex;flex-shrink:0;color:var(--muted-2)}.profile-m__logout{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:14px;margin-bottom:18px;background:var(--surface);border:1px solid var(--border);border-radius:16px;color:#ff6b6b;font-size:15.5px;font-weight:600;font-family:inherit;cursor:pointer;transition:background .12s ease}.profile-m__logout:active{background:rgba(255,107,107,.1)}.profile-m__detail{flex:1;overflow-y:auto;padding:20px 18px calc(28px + env(safe-area-inset-bottom,0))}.profile-m__detail .skill-list{max-height:none;overflow:visible}.profile-m__detail .profile-account__head{display:grid;grid-template-columns:60px minmax(0,1fr) auto;align-items:center;gap:12px}.profile-m__detail .profile-account__id{padding-top:0}.profile-m__detail .profile-account__head>.btn{margin:0;padding-inline:14px}.profile-m__detail>.profile-content__title{display:none}.profile-editor__code-row{align-items:stretch}.profile-editor__code-row .btn{padding-inline:12px}}.survey-page{min-height:100vh;color:var(--text);background:radial-gradient(circle at 12% 10%,rgba(108,92,239,.2),transparent 30%),radial-gradient(circle at 88% 78%,rgba(63,204,196,.13),transparent 32%),var(--bg-soft)}.survey-page--center{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;padding:28px;color:var(--muted)}.survey-loader{width:34px;height:34px;border:3px solid var(--border);border-top-color:var(--brand-2);border-radius:50%;animation:spin .8s linear infinite}.survey-header{width:min(1120px,calc(100% - 48px));height:76px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;color:var(--muted);font-size:14px}.survey-header a{display:inline-flex}.survey-header--form{width:min(840px,calc(100% - 48px))}.survey-intro{width:min(940px,calc(100% - 48px));min-height:calc(100vh - 112px);margin:0 auto;padding:9vh 0 80px;text-align:center}.survey-intro__tag,.survey-invite__eyebrow{display:inline-flex;padding:7px 13px;border:1px solid rgba(123,97,255,.38);border-radius:999px;color:#a99cff;background:rgba(108,92,239,.1);font-size:13px;font-weight:650;letter-spacing:.04em}.survey-intro h1{margin:24px 0 22px;font-size:clamp(38px,5.3vw,68px);line-height:1.15;letter-spacing:-.04em}.survey-intro__lead{width:min(760px,100%);margin:0 auto;color:var(--muted);font-size:17px;line-height:1.9}.survey-intro__facts{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin:38px 0 24px}.survey-intro__facts span{display:flex;flex-direction:column;gap:4px;padding:20px 14px;border:1px solid var(--border);border-radius:16px;color:var(--muted);background:var(--surface)}.survey-intro__facts strong{color:var(--text);font-size:17px}.survey-intro__note{margin:0 0 30px;color:var(--muted-2);font-size:14px}.survey-primary,.survey-back{min-height:48px;border:0;border-radius:999px;padding:0 26px;font:inherit;font-weight:650;cursor:pointer}.survey-primary{display:inline-flex;align-items:center;justify-content:center;gap:18px;color:#fff;background:linear-gradient(135deg,var(--brand-2),#4c72f2);box-shadow:0 14px 32px #5140d247}.survey-primary:hover:not(:disabled){transform:translateY(-1px)}.survey-primary:disabled{opacity:.55;cursor:not-allowed}.survey-back{color:var(--muted);background:transparent}.survey-back:hover:not(:disabled){color:var(--text);background:var(--surface-2)}.survey-progress{position:sticky;top:0;z-index:4;height:3px;background:var(--border)}.survey-progress span{display:block;height:100%;background:linear-gradient(90deg,var(--brand-2),#56c7d8);transition:width .3s ease}.survey-form-card{width:min(780px,calc(100% - 48px));min-height:610px;margin:42px auto 80px;padding:46px 52px 34px;border:1px solid var(--border);border-radius:24px;background:color-mix(in srgb,var(--popover-bg) 94%,transparent);box-shadow:var(--elevated-shadow)}.survey-question__meta{display:flex;align-items:center;gap:10px;margin-bottom:16px;color:var(--muted);font-size:13px}.survey-question__meta em{padding:2px 8px;border-radius:999px;color:#aa9eff;background:rgba(108,92,239,.13);font-style:normal}.survey-question__meta em.optional{color:var(--muted);background:var(--surface-2)}.survey-question__meta small{margin-left:auto;color:var(--muted-2)}.survey-form-card h1{margin:0 0 28px;font-size:clamp(24px,3vw,32px);line-height:1.45}.survey-question__hint{margin:-18px 0 24px;color:var(--muted);font-size:14px}.survey-options{display:grid;gap:10px}.survey-option-wrap{overflow:hidden;border:1px solid var(--border);border-radius:14px;background:var(--surface);transition:.16s ease}.survey-option-wrap:hover{border-color:#7b61ff80}.survey-option-wrap.active{border-color:var(--brand-2);background:rgba(108,92,239,.12);box-shadow:0 0 0 1px #6c5cef1f}.survey-option{width:100%;min-height:58px;display:flex;align-items:flex-start;gap:9px;border:0;padding:16px 18px;color:var(--text);background:transparent;font:inherit;line-height:1.55;text-align:left;cursor:pointer}.survey-option__control{flex:0 0 21px;width:21px;height:21px;display:inline-flex;align-items:center;justify-content:center;margin-top:1px;border:1.5px solid var(--muted-2);color:#fff;font-size:13px;line-height:1}.survey-option__control--single{border-radius:50%}.survey-option__control--multi{border-radius:5px}.active .survey-option__control{border-color:var(--brand-2);background:var(--brand-2)}.survey-option__letter{color:var(--muted);font-weight:650}.survey-other,.survey-textarea{width:100%;border:1px solid var(--border);border-radius:12px;color:var(--text);background:var(--bg-soft);font:inherit;outline:none}.survey-other{width:calc(100% - 36px);margin:0 18px 16px;padding:12px 14px}.survey-textarea{min-height:210px;padding:16px;resize:vertical;line-height:1.7}.survey-other:focus,.survey-textarea:focus{border-color:var(--brand-2);box-shadow:0 0 0 3px #6c5cef1f}.survey-error{margin-top:18px;padding:11px 14px;border:1px solid rgba(235,87,87,.3);border-radius:10px;color:#ff8f8f;background:rgba(235,87,87,.08);font-size:14px}.survey-form-actions{display:flex;align-items:center;justify-content:space-between;margin-top:34px;padding-top:24px;border-top:1px solid var(--border)}.survey-result{width:min(520px,100%);padding:48px;border:1px solid var(--border);border-radius:24px;color:var(--text);background:var(--popover-bg);box-shadow:var(--elevated-shadow);text-align:center}.survey-result__check{width:64px;height:64px;display:grid;place-items:center;margin:34px auto 16px;border-radius:50%;color:#fff;background:linear-gradient(135deg,#52c99a,#3aaed8);font-size:30px}.survey-result h1{margin:0;font-size:28px}.survey-result p{margin:12px 0 28px;color:var(--muted)}.survey-invite{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1300;display:grid;place-items:center;padding:20px}.survey-invite__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--overlay-bg);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.survey-invite__card{position:relative;width:min(520px,100%);padding:42px;border:1px solid var(--panel-border);border-radius:24px;background:var(--dialog-bg);box-shadow:var(--elevated-shadow)}.survey-invite__close{position:absolute;top:14px;right:16px;border:0;color:var(--muted);background:transparent;font-size:26px;cursor:pointer}.survey-invite h2{margin:20px 0 12px;font-size:30px;line-height:1.3}.survey-invite p{margin:0;color:var(--muted);line-height:1.75}.survey-invite__actions{display:flex;gap:12px;margin-top:28px}.survey-invite__never{display:flex;align-items:center;gap:8px;margin-top:22px;color:var(--muted);font-size:13px;cursor:pointer}.survey-invite__never input{accent-color:var(--brand-2)}:root[data-theme=light] .survey-intro__tag,:root[data-theme=light] .survey-invite__eyebrow{color:#5542c7}:root[data-theme=light] .survey-error{color:#b42318}@media (max-width: 768px){.survey-header,.survey-header--form{width:calc(100% - 32px);height:64px}.survey-intro{width:calc(100% - 32px);padding:44px 0 54px;text-align:left}.survey-intro h1{font-size:38px}.survey-intro__lead{font-size:16px}.survey-intro__facts{grid-template-columns:1fr;gap:9px;margin-top:28px}.survey-intro__facts span{padding:14px 16px}.survey-intro .survey-primary{width:100%}.survey-form-card{width:calc(100% - 24px);min-height:calc(100vh - 96px);margin:16px auto 32px;padding:28px 18px 22px;border-radius:18px}.survey-form-card h1{font-size:23px}.survey-option{min-height:56px;padding:14px 13px;font-size:16px}.survey-other,.survey-textarea{font-size:16px}.survey-form-actions{gap:8px}.survey-form-actions .survey-back{padding:0 12px}.survey-form-actions .survey-primary{flex:1;padding:0 16px}.survey-invite__card{padding:34px 22px 26px}.survey-invite h2{font-size:25px}.survey-invite__actions{flex-direction:column}.survey-invite__actions .btn{justify-content:center}.survey-result{padding:38px 22px}}@media (max-width: 768px){.nav__inner{height:60px;padding:0 16px}.page{padding-top:60px}.hero{min-height:auto;padding:44px 18px 36px}.hero__cta{flex-wrap:wrap}.trust{padding:40px 18px}.trust__logos{gap:22px 28px}.section{padding:52px 18px}.flow__node{padding:11px 18px;font-size:14px}.cta{padding:64px 18px}.footer__inner{flex-direction:column;gap:28px;padding:40px 18px 28px}.footer__cols{gap:32px}}@media (max-width: 480px){.nav__actions{gap:8px}.prompt-box{padding:12px 12px 10px}.hero__cta{gap:10px}.hero__cta .btn{flex:1 1 auto;justify-content:center}.feature-card,.audience-card{padding:22px}.auth-modal,.confirm-dialog,.search-modal{padding-left:14px;padding-right:14px}}@media (max-width: 768px){.prompt-box__input,.auth-input,.search-modal__field input{font-size:16px}}
