:root{--wm-color-primary:#0a5dec;--wm-color-primary-subtle:#0a5dec1a;--wm-gradient-primary:linear-gradient(90deg, #0c51ec 0%, #05bdec 100%);--wm-gradient-surface:linear-gradient(180deg, #eaecfd 0%, #fff 100%);--wm-color-bg:#f5f7fb;--wm-color-bg-elevated:#fff;--wm-color-bg-tinted:#fbfeff;--wm-color-divider:#f3f3f3;--wm-color-border:#dbdce0;--wm-color-text-important:#333;--wm-color-text-base:#666;--wm-color-text-muted:#999;--wm-color-text-caption:#939393;--wm-color-text-strong:#1d1d1d;--wm-color-success:#24ad15;--wm-color-caution:#ffa600;--wm-color-danger:#eb2d40;--wm-color-info:#4181ff;--wm-color-hover-overlay:#ffffff0a;--wm-font-family:"PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--wm-font-family-mono:"42dot Sans", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;--wm-font-size-base:1rem;--wm-font-size-sm:.875rem;--wm-font-size-xs:.75rem;--wm-line-height-base:1.625;--wm-radius-sm:.25rem;--wm-radius-md:.5rem;--wm-radius-lg:.625rem;--wm-sidebar-width:15rem;--wm-dual-sidebar-head-top:34px;--wm-dual-sidebar-head-height:84px;--wm-sidebar-brand-height:20px;--wm-tools-sidebar-title-line:28px;--wm-content-bg:#f9f9f9;--wm-content-offset-x:9.125rem;--wm-content-offset-y:4.5rem;--wm-content-width:56.75rem;--wm-chat-panel-inset-y:1.4375rem;--wm-chat-panel-inset-x:2rem;--color-bg:var(--wm-color-bg);--color-foreground:var(--wm-color-text-important);--color-muted:var(--wm-color-text-muted);--color-primary:var(--wm-color-primary);--color-primary-light:var(--wm-color-primary-subtle);--color-border:var(--wm-color-border);--color-card:var(--wm-color-bg-elevated);--color-success:var(--wm-color-success);--color-caution:var(--wm-color-caution);--color-danger:var(--wm-color-danger);--color-info:var(--wm-color-info);--sidebar-width:var(--wm-sidebar-width);--sidebar-hover-bg:var(--wm-color-divider);--content-bg:var(--wm-content-bg);--content-offset-x:var(--wm-content-offset-x);--content-offset-y:var(--wm-content-offset-y);--content-width:var(--wm-content-width);--chat-panel-inset-y:var(--wm-chat-panel-inset-y);--chat-panel-inset-x:var(--wm-chat-panel-inset-x);--radius-md:var(--wm-radius-lg);--radius-lg:1rem}html{font-size:14px}*,:before,:after{box-sizing:border-box}body{min-width:20rem;min-height:100vh;font-family:var(--wm-font-family);font-size:var(--wm-font-size-sm);line-height:var(--wm-line-height-base);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:var(--color-bg);color:var(--color-foreground);margin:0}#root{min-height:100vh}.app-layout{background:var(--color-bg);height:100dvh;display:flex;overflow:hidden}.app-main{flex-direction:column;flex:1;min-width:0;min-height:0;display:flex;position:relative;overflow:hidden}.app-main__content{flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}.app-sidebar{width:var(--sidebar-width);min-width:var(--sidebar-width);background:#fff;flex-direction:column;display:flex}.app-sidebar__header{box-sizing:border-box;height:var(--wm-dual-sidebar-head-height);padding:var(--wm-dual-sidebar-head-top) 1.25rem 0;flex-shrink:0;align-items:flex-start;display:flex}.app-sidebar__bottom{flex-shrink:0;margin-top:auto}.app-sidebar__footer{padding:.75rem}.app-sidebar__energy{box-sizing:border-box;color:#666;background:#fbf8eb;border-radius:40px;align-items:center;gap:6px;width:calc(100% - 1.5rem);margin:0 .75rem .5rem;padding:8px 12px;font-size:12px;font-weight:500;line-height:17px;display:flex}.app-sidebar__energy img{object-fit:cover;flex-shrink:0;width:16px;height:16px;display:block}.app-sidebar__energy-label{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.app-sidebar__login-btn{border-radius:var(--wm-radius-lg);background:var(--color-primary);color:#fff;cursor:pointer;box-sizing:border-box;border:none;justify-content:center;align-items:center;width:100%;height:3.375rem;padding:.625rem .75rem;font-size:1rem;font-weight:400;transition:background .15s;display:flex}.app-sidebar__login-btn:hover{background:#094cc4}.app-sidebar__login-icon{justify-content:center;align-items:center;font-size:1.125rem;line-height:1;display:none}.app-sidebar__login-label{white-space:nowrap}.app-sidebar__user-btn{border-radius:var(--wm-radius-lg);cursor:pointer;box-sizing:border-box;background:0 0;border:none;align-items:center;gap:.75rem;width:100%;height:3.375rem;padding:0 .5rem;transition:background .15s;display:flex}.app-sidebar__user-btn:hover{background:var(--sidebar-hover-bg)}.app-sidebar__user-btn--active{background:var(--color-primary-light)}.app-sidebar__user-avatar{object-fit:cover;background:#d9d9d9;border-radius:50%;flex-shrink:0;width:2.625rem;height:2.625rem}.app-sidebar__user-name{color:#333;font-size:1rem;font-weight:400;line-height:1.25}.sidebar-brand{align-items:center;height:20px;display:flex}.sidebar-brand__logo{object-fit:contain;flex-shrink:0;display:block}.sidebar-brand__logo--full{width:147px;height:20px}.sidebar-brand__logo--icon{width:2.25rem;height:1.75rem;display:none}.sidebar-nav{flex-direction:column;flex-shrink:0;gap:.75rem;padding:0 .75rem .75rem;display:flex}.sidebar-nav__item{border-radius:var(--wm-radius-lg);color:#333;cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:.75rem;width:100%;height:2.5rem;padding:.625rem .75rem;font-size:1rem;font-weight:400;line-height:1.25;transition:background .15s;display:flex}.sidebar-nav__item:hover:not(:disabled){background:var(--sidebar-hover-bg)}.sidebar-nav__item--active{background:var(--color-primary-light);color:#333}.sidebar-nav__item--disabled{color:#99999980;cursor:not-allowed}.sidebar-nav__item--muted{color:#99999980}.sidebar-nav__item--disabled .sidebar-nav__icon{opacity:1}.sidebar-nav__icon{flex-shrink:0;justify-content:center;align-items:center;width:1rem;height:1rem;display:flex}.sidebar-nav__icon-img{width:1rem;height:1rem;display:block}.sidebar-nav__item--muted .sidebar-nav__icon-img{opacity:.5}.sidebar-nav__label{flex:1}.sidebar-nav__badge{border-radius:var(--wm-radius-sm);color:#99999980;border:1px solid #99999980;padding:.125rem .375rem;font-size:.75rem;font-weight:500;line-height:1.333}*{scrollbar-width:thin;scrollbar-color:#6b7db373 transparent}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-thumb{background:#6b7db373;border-radius:4px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-corner{background:0 0}.session-history{flex-direction:column;flex:1;min-height:0;padding:0 .75rem .5rem 1.5rem;display:flex;overflow:hidden}.session-history__label{color:#999;flex-shrink:0;margin:0 0 1.25rem;padding:0;font-size:.875rem;font-weight:400;line-height:1.429}.session-history__list{scrollbar-width:none;-ms-overflow-style:none;flex-direction:column;flex:1;gap:.75rem;width:12rem;max-width:100%;min-height:0;display:flex;overflow-y:auto}.session-history__list::-webkit-scrollbar{display:none}.session-history__item{border-radius:var(--wm-radius-lg);cursor:pointer;text-align:left;background:0 0;border:none;flex-direction:column;gap:2px;width:100%;padding:.625rem .75rem;transition:background .15s;display:flex}.session-history__item:hover{background:var(--sidebar-hover-bg)}.session-history__item--active{background:var(--color-primary-light)}.session-history__item--streaming .session-history__time{color:var(--color-primary,#2f6bff)}.session-history__title{color:#333;align-items:center;gap:6px;min-width:0;font-size:.875rem;font-weight:400;line-height:1.429;display:flex}.session-history__title-text{white-space:nowrap;text-overflow:ellipsis;min-width:0;overflow:hidden}.session-history__stream-dot{background:var(--color-primary,#2f6bff);border-radius:50%;flex-shrink:0;width:6px;height:6px;animation:1.2s ease-in-out infinite session-history-pulse}@keyframes session-history-pulse{0%,to{opacity:.35;transform:scale(.85)}50%{opacity:1;transform:scale(1)}}.session-history__time{color:#999;font-size:.75rem;font-weight:400;line-height:1.667}.chat-panel{background:#f9f9f9;flex-direction:row;flex:1;align-items:stretch;min-width:0;min-height:0;display:flex;position:relative;overflow:hidden}.chat-panel__main{flex:1;grid-template-rows:minmax(0,1fr) auto;min-width:0;min-height:0;display:grid;overflow:hidden}.chat-panel--empty{color:var(--color-muted);justify-content:center;align-items:center;font-size:15px}.chat-panel__body{min-height:0;overflow:hidden auto}.chat-panel__body--welcome{flex-direction:column;display:flex}.chat-panel__body--stage{position:relative}.chat-panel__content-layer{padding:var(--chat-panel-inset-y) var(--chat-panel-inset-x);box-sizing:border-box}.chat-panel__content-layer--welcome{flex-direction:column;flex:1;justify-content:center;min-height:0;display:flex}.chat-panel__skeleton-layer{z-index:1;padding:var(--chat-panel-inset-y) var(--chat-panel-inset-x);background:var(--color-bg);transition:opacity .28s;position:absolute;inset:0;overflow:hidden}.chat-panel__skeleton-layer--exit{opacity:0;pointer-events:none}.chat-panel__content-layer--enter{animation:.32s both chat-content-enter}@keyframes chat-content-enter{0%{opacity:0}to{opacity:1}}.chat-panel__footer{background:#f9f9f9;border-top:none;flex-shrink:0;justify-content:center;padding:0 2rem 1.5rem;display:flex}.chat-panel__footer-inner{flex-direction:column;gap:.6875rem;width:100%;max-width:56.75rem;display:flex}.chat-panel__footer .chat-input{width:100%;max-width:none}.chat-panel__empty{min-height:200px;color:var(--color-muted);justify-content:center;align-items:center;font-size:15px;display:flex}.workspace-collapsed{box-sizing:border-box;background:#fff;border-radius:1.25rem;align-items:center;gap:1.5rem;width:100%;height:3.75rem;padding:0 1.5rem;display:flex}.workspace-collapsed__status{flex-shrink:0;align-items:center;gap:.5rem;display:inline-flex}.workspace-collapsed__icon{flex-shrink:0;display:block}.workspace-collapsed__icon-image{object-fit:contain;width:1rem;height:1rem}.workspace-collapsed__icon--spin{animation:.9s linear infinite workspace-panel-spin}.workspace-collapsed__text{color:#333;white-space:nowrap;font-size:1rem;font-weight:400;line-height:1.25}.workspace-collapsed__track{background:#f3f3f3;border-radius:.5625rem;flex:1;min-width:0;max-width:27.1875rem;height:.5rem;overflow:hidden}.workspace-collapsed__fill{background:#0a5dec;border-radius:.5625rem;height:100%;transition:width .2s}.workspace-collapsed__expand{color:#333;cursor:pointer;background:0 0;border:none;flex-shrink:0;margin-left:auto;padding:0;font-size:.875rem;font-weight:400;line-height:1.42857}.workspace-collapsed__expand:hover{color:#0a5dec}.workspace-panel{box-sizing:border-box;background:#fff;border-left:1px solid #f3f3f3;flex-shrink:0;width:36rem;max-width:42vw;height:100%;min-height:0;padding:1.75rem 1.5rem 2rem;overflow:hidden auto}.workspace-panel__header{justify-content:space-between;align-items:center;gap:.75rem;min-height:1.25rem;display:flex}.workspace-panel__title{color:#333;margin:0;font-size:1rem;font-weight:500;line-height:1.25}.workspace-panel__collapse{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:1.25rem;height:1.25rem;padding:0;display:inline-flex}.workspace-panel__collapse img{object-fit:contain;width:.875rem;height:.875rem;display:block}.workspace-panel__progress-row{align-items:center;gap:1.25rem;min-height:1.25rem;margin-top:1.25rem;display:flex}.workspace-panel__progress-label{color:#999;white-space:nowrap;flex-shrink:0;font-size:.75rem;font-weight:400;line-height:1.66667}.workspace-panel__progress-track{background:#f3f3f3;border-radius:.5625rem;flex:1;min-width:0;height:.5rem;overflow:hidden}.workspace-panel__progress-fill{background:#0a5dec;border-radius:.5625rem;height:100%;transition:width .2s}.workspace-panel__divider{border:none;border-top:1px solid #f3f3f3;width:100%;height:0;margin:1.5rem 0}.workspace-panel__section{flex-direction:column;gap:.75rem;display:flex}.workspace-panel__section-title{color:#999;margin:0;font-size:.75rem;font-weight:400;line-height:1.66667}.workspace-panel__chips{flex-wrap:wrap;align-items:center;gap:.625rem;display:flex}.workspace-panel__chip{box-sizing:border-box;color:#333;background:#fff;border:1px solid #dbdce0;border-radius:.625rem;justify-content:center;align-items:center;gap:.375rem;width:auto;min-width:6.125rem;max-width:100%;padding:.625rem;font-size:.875rem;line-height:1.42857;display:inline-flex}.workspace-panel__chip--done{color:#34c759;background:#34c7591a;border-color:#34c759}.workspace-panel__chip--running{color:#0a5dec;background:#0a5dec1a;border-color:#0a5dec}.workspace-panel__chip--pending{color:#333;background:#fff;border-color:#dbdce0}.workspace-panel__chip-label{white-space:nowrap}.workspace-panel__chip-icon{object-fit:contain;flex-shrink:0;width:1rem;height:1rem}.workspace-panel__chip-icon--spin,.workspace-panel__status-icon--spin{animation:.9s linear infinite workspace-panel-spin}@keyframes workspace-panel-spin{to{transform:rotate(360deg)}}.workspace-panel__todo-list{flex-direction:column;gap:1rem;margin:0;padding:0;list-style:none;display:flex}.workspace-panel__todo{box-sizing:border-box;justify-content:space-between;align-items:center;gap:.75rem;min-height:1.25rem;padding:0 1.25rem;display:flex}.workspace-panel__todo--running{background:#e6effd;border-radius:.625rem;min-height:2.75rem;padding-top:.75rem;padding-bottom:.75rem}.workspace-panel__todo-main{align-items:center;gap:.5rem;min-width:0;display:inline-flex}.workspace-panel__status-icon{object-fit:contain;flex-shrink:0;width:1rem;height:1rem}.workspace-panel__status-dot{box-sizing:border-box;background:#f9f9f9;border:1px solid #dbdce0;border-radius:50%;flex-shrink:0;width:.6875rem;height:.6875rem;margin:0 .15625rem}.workspace-panel__todo-title{color:#333;font-size:1rem;font-weight:400;line-height:1.25}.workspace-panel__todo--running .workspace-panel__todo-title{color:#0a5dec}.workspace-panel__todo-role{color:#333;text-align:right;flex-shrink:0;font-size:.875rem;font-weight:400;line-height:1.42857}.workspace-panel__files{flex-direction:column;gap:1rem;margin:0;padding:0;list-style:none;display:flex}.workspace-panel__file{box-sizing:border-box;background:#f3f3f380;border-radius:.625rem;justify-content:space-between;align-items:center;gap:.75rem;width:100%;min-height:3.25rem;padding:.875rem .75rem;display:flex}.workspace-panel__file-main{align-items:center;gap:.5rem;min-width:0;display:inline-flex}.workspace-panel__file-icon{object-fit:contain;flex-shrink:0;width:1.5rem;height:1.5rem}.workspace-panel__file-name{text-overflow:ellipsis;white-space:nowrap;color:#333;font-size:1rem;line-height:1.25;overflow:hidden}.workspace-panel__file-meta{flex-shrink:0;align-items:center;gap:.75rem;display:inline-flex}.workspace-panel__file-size{color:#333;font-size:.875rem;line-height:1.42857}.workspace-panel__file-download{width:1.25rem;height:1.25rem;display:inline-flex}.workspace-panel__file-download img{object-fit:contain;width:100%;height:100%}.workspace-panel__empty{color:#999;margin:0;font-size:.875rem;line-height:1.5}.workspace-panel--thinking .workspace-panel__chip--running{animation:1.4s ease-in-out infinite workspace-panel-pulse}@keyframes workspace-panel-pulse{0%,to{opacity:1}50%{opacity:.55}}@keyframes chat-skeleton-shimmer{0%{opacity:.55}50%{opacity:1}to{opacity:.55}}.chat-skeleton{flex-direction:column;align-items:flex-start;gap:22px;width:100%;max-width:52.125rem;margin:0 auto;display:flex}.chat-skeleton__line{background:#e8eaef;border-radius:8px;height:36px;animation:1.6s ease-in-out infinite chat-skeleton-shimmer;display:block}.message-list{flex-direction:column;gap:1.375rem;width:100%;max-width:52.125rem;margin:0 auto;padding-bottom:.75rem;display:flex}.message-list__item{min-width:0}.message-list__anchor{flex-shrink:0;height:0;overflow:hidden}.message-list--reveal .message-list__item{animation:.42s cubic-bezier(.22,1,.36,1) both message-reveal-expand;animation-delay:calc(var(--reveal-index,0) * 50ms)}@keyframes message-reveal-expand{0%{opacity:0;clip-path:inset(0 0 100%)}to{opacity:1;clip-path:inset(0)}}@media (prefers-reduced-motion:reduce){.message-list--reveal .message-list__item,.chat-panel__content-layer--enter,.chat-panel__skeleton-layer--exit{opacity:1!important;clip-path:none!important;transition:none!important;animation:none!important;transform:none!important}}.message-row{align-items:flex-start;gap:12px;display:flex}.message-row--user{flex-direction:row-reverse}.message-row__avatar{object-fit:cover;border-radius:50%;flex-shrink:0;width:42px;height:42px;display:block}.message-row__agent-name{color:#333;align-items:center;min-height:42px;margin:0;font-size:14px;font-weight:500;line-height:1.42857;display:flex}.message-row__body{flex-direction:column;min-width:0;display:flex}.message-row--assistant .message-row__body{flex:1;gap:8px;max-width:calc(100% - 54px)}.message-row--user .message-row__body{align-items:flex-end;max-width:100%}.message-bubble{white-space:pre-wrap;word-break:break-word;box-sizing:border-box;max-width:100%;font-size:.875rem}.message-bubble--user{color:#333;background:#0a5dec1a;border-radius:.625rem 0 .625rem .625rem;width:fit-content;padding:.75rem;line-height:1.42857}.message-bubble--assistant{color:#333;background:#fff;border:none;border-radius:0 .625rem .625rem;width:90%;padding:.75rem 1rem;line-height:2.14286}.message-bubble--assistant.message-bubble--task-completed,.message-bubble--assistant.message-bubble--team-plan,.message-bubble--assistant.message-bubble--team-understanding,.message-bubble--assistant.message-bubble--team-followup,.message-bubble--assistant.message-bubble--thinking{width:90%}.message-bubble--assistant.message-bubble--error{box-sizing:border-box;color:#333;background:#fff;align-self:flex-start;width:fit-content;max-width:90%;padding:12px;line-height:1;display:inline-block}.message-bubble--assistant.message-bubble--error-vitality{background:#fbebeb}.message-bubble--assistant.message-bubble--error-short{max-width:max-content;width:fit-content!important}.message-bubble--assistant.message-bubble--error-long{max-width:90%;display:block;width:90%!important}.message-error{align-items:center;gap:8px;display:inline-flex}.message-error__icon{object-fit:contain;flex-shrink:0;width:16px;height:16px;display:block}.message-bubble--error-vitality .message-error__icon{width:20px;height:20px}.message-error__text{color:#333;white-space:pre-wrap;word-break:break-word;margin:0;font-family:PingFang SC,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:400;line-height:20px}.message-bubble--assistant.message-bubble--aborted{width:fit-content;max-width:90%;padding:12px;line-height:1}.message-aborted{align-items:center;gap:8px;height:20px;display:inline-flex}.message-aborted__icon{object-fit:contain;flex-shrink:0;width:16px;height:16px;display:block}.message-aborted__text{color:#333;font-size:14px;font-weight:400;line-height:1}.message-bubble--assistant .message-bubble__content:not(:first-child){margin-top:.75rem}.message-bubble--typing{color:var(--color-muted);align-items:center;gap:8px;display:flex}.message-bubble__content strong{font-weight:600}.message-bubble__content h1,.message-bubble__content h2,.message-bubble__content h3,.message-bubble__content h4{margin:.8em 0 .4em;font-weight:600;line-height:1.4}.message-bubble__content h1{font-size:1.25em}.message-bubble__content h2{font-size:1.125em}.message-bubble__content h3{font-size:1em}.message-bubble__content ul,.message-bubble__content ol{margin:.4em 0;padding-left:1.5em}.message-bubble__content li{margin:.2em 0}.message-bubble__content p{margin:.4em 0}.message-bubble__content code{background:#0000000d;border-radius:3px;padding:.15em .35em;font-size:.9em}.message-bubble__content pre{background:#0000000a;border-radius:6px;margin:.6em 0;padding:.75em 1em;overflow-x:auto}.message-bubble__content pre code{background:0 0;padding:0}.message-bubble--streaming .message-bubble__content{min-height:2.14286em}.message-bubble__stream-chunk{animation:.42s cubic-bezier(.22,1,.36,1) both stream-chunk-in}@keyframes stream-chunk-in{0%{opacity:.18}to{opacity:1}}.message-row__status-hint{color:#999;margin-top:.375rem;padding-left:.25rem;font-size:.75rem}.thinking-prefix{color:#7f8aa3;white-space:nowrap;flex-shrink:0;align-items:baseline;margin-right:.375rem;display:inline-flex}.thinking-prefix__dots{vertical-align:bottom;flex-shrink:0;justify-content:flex-start;width:3ch;display:inline-flex;overflow:hidden}.thinking-prefix__dot{text-align:center;opacity:0;width:1ch;animation-duration:1.2s;animation-timing-function:linear;animation-iteration-count:infinite;display:inline-block}.thinking-prefix__dot:first-child{animation-name:thinking-dot-1}.thinking-prefix__dot:nth-child(2){animation-name:thinking-dot-2}.thinking-prefix__dot:nth-child(3){animation-name:thinking-dot-3}@keyframes thinking-dot-1{0%,to{opacity:1}}@keyframes thinking-dot-2{0%,32.99%{opacity:0}33%,to{opacity:1}}@keyframes thinking-dot-3{0%,65.99%{opacity:0}66%,to{opacity:1}}.message-row__error{color:#ef4444;margin-top:.375rem;padding-left:.25rem;font-size:.75rem}.execution-plan{background:0 0;border:none;width:100%;margin:0;padding:0}.execution-plan__title{color:#999;margin:0 0 .5rem;font-size:.875rem;font-weight:400;line-height:1.42857}.execution-plan__list{flex-direction:column;gap:.375rem;margin:0;padding:0;list-style:none;display:flex}.execution-plan__item{color:#333;align-items:center;gap:.625rem;font-size:.875rem;line-height:1.42857;display:flex}.execution-plan__item--pending{color:#999}.execution-plan__item--running{color:#0a5dec}.execution-plan__item--done{color:#34c759}.execution-plan__item--error{color:#ef4444}.execution-plan__icon{flex-shrink:0;font-size:.875rem}.message-bubble--assistant.message-bubble--task-completed{box-shadow:none;background:#fff;border-radius:0 .625rem .625rem;padding:1.5rem;line-height:normal}.task-completed{flex-direction:column;gap:1rem;width:100%;display:flex}.task-completed__header{align-items:center;gap:.75rem;display:flex}.task-completed__status-icon{flex-shrink:0;width:2rem;height:2rem;line-height:0;display:block}.task-completed__status-icon img{object-fit:contain;width:100%;height:100%;display:block}.task-completed__title{color:#333;margin:0;font-size:1.25rem;font-weight:500;line-height:1}.task-completed__summary{flex-direction:column;gap:.5rem;margin:0;padding:0;display:flex}.task-completed__summary-row{box-sizing:border-box;background:#f3f3f380;border-radius:.625rem;justify-content:space-between;align-items:center;gap:1rem;height:2.75rem;margin:0;padding:0 1rem;display:flex}.task-completed__summary-row dt{color:#999;flex-shrink:0;margin:0;font-size:.875rem;font-weight:400;line-height:1.42857}.task-completed__summary-row dd{text-align:right;color:#333;text-overflow:ellipsis;white-space:nowrap;min-width:0;margin:0;font-size:.875rem;font-weight:400;line-height:1.42857;overflow:hidden}.task-completed__markdown{background:var(--color-bg-light,#fafafa);border-radius:8px;max-height:400px;margin-top:1rem;padding:.75rem 1rem;font-size:.875rem;line-height:1.6;overflow:auto}.task-completed__markdown h1,.task-completed__markdown h2,.task-completed__markdown h3{margin:.6em 0 .3em;font-weight:600}.task-completed__markdown h1{font-size:1.15em}.task-completed__markdown h2{font-size:1.05em}.task-completed__markdown ul,.task-completed__markdown ol{margin:.3em 0;padding-left:1.5em}.task-completed__markdown p{margin:.3em 0}.task-completed__markdown code{background:#0000000d;border-radius:3px;padding:.1em .3em;font-size:.9em}.task-completed__deliverables{flex-direction:column;gap:.5rem;display:flex}.task-completed__workspace-link{color:#2f6bff;cursor:pointer;background:0 0;border:none;align-self:flex-start;margin-top:.75rem;padding:0;font-size:.8125rem;line-height:1.25rem}.task-completed__workspace-link:hover{text-decoration:underline}.task-completed__deliverables-label{color:#999;margin:0;font-size:.875rem;font-weight:400;line-height:1.42857}.task-completed__file-list{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.task-completed__file{box-sizing:border-box;background:#f3f3f380;border:none;border-radius:.625rem;justify-content:space-between;align-items:center;gap:1rem;height:2.75rem;padding:0 1.25rem 0 .75rem;display:flex}.task-completed__file-main{flex:1;align-items:center;gap:.5rem;min-width:0;display:flex}.task-completed__file-meta{flex-shrink:0;align-items:center;gap:1.375rem;display:flex}.task-completed__file-icon{object-fit:contain;flex-shrink:0;width:1.25rem;height:1.25rem;display:block}.task-completed__file-name{color:#333;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:.875rem;font-weight:400;line-height:1.42857;overflow:hidden}.task-completed__file-size{color:#333;white-space:nowrap;flex-shrink:0;font-size:.875rem;font-weight:400;line-height:1.42857}.task-completed__file-download{flex-shrink:0;width:1.25rem;height:1.25rem;line-height:0;text-decoration:none;display:inline-flex}.task-completed__file-download img{object-fit:contain;width:100%;height:100%;display:block}.task-completed__file-download:hover{opacity:.72}.message-row--role{margin-top:.75rem}.message-row__avatar--role-img{object-fit:cover;border-radius:50%}.message-row__avatar--role{color:#0a5dec;background:#0a5dec1a;border-radius:50%;justify-content:center;align-items:center;width:2.625rem;height:2.625rem;font-size:1rem;display:inline-flex}.message-bubble--team-plan,.message-bubble--team-understanding{box-shadow:none;background:0 0;border:none;padding:0}.message-bubble--chat-transition{width:fit-content;max-width:100%;box-shadow:none;box-sizing:border-box;background:0 0;border:none;padding:0}.message-bubble--chat-transition:has(.chat-transition-bubble--thinking){width:100%}.reply-transition-shell{flex-direction:column;gap:.375rem;min-width:0;display:flex;position:relative}.reply-transition-shell__pill{min-width:0;max-width:100%;animation:.28s cubic-bezier(.22,1,.36,1) both reply-pill-in}.reply-transition-shell__pill--leaving{pointer-events:none;animation:.28s cubic-bezier(.4,0,.2,1) forwards reply-pill-out}.reply-transition-shell__body--entering{animation:.32s cubic-bezier(.22,1,.36,1) both reply-body-in}@keyframes reply-pill-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes reply-pill-out{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-4px)}}@keyframes reply-body-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.chat-transition-bubble{box-shadow:none;box-sizing:border-box;background:#fff;border:1px solid #0a5dec24;border-radius:999px;align-items:center;gap:.5rem;width:auto;min-width:min(12.5rem,100%);max-width:100%;padding:.625rem 1rem;display:inline-flex}.chat-transition-bubble--thinking{width:min(36rem,100%);min-width:0;max-width:100%}.chat-transition-bubble--thinking:not(.chat-transition-bubble--expanded){overflow:hidden}.chat-transition-bubble--expanded{border-radius:1rem;flex-direction:column;align-items:stretch;gap:.5rem;padding:.75rem 1rem;display:flex;overflow:visible}.chat-transition-bubble__head{align-items:center;gap:.5rem;min-width:0;display:flex}.chat-transition-bubble__head .thinking-prefix{flex:1;min-width:0}.chat-transition-bubble__scroll{box-sizing:border-box;overflow-anchor:none;scrollbar-gutter:stable;color:#5b6b8c;white-space:pre-wrap;overflow-wrap:break-word;word-break:normal;overscroll-behavior:contain;contain:layout paint;width:100%;height:14rem;max-height:14rem;padding-right:.25rem;font-size:.875rem;line-height:1.55;overflow:hidden auto}.chat-transition-bubble__toggle{color:#0a5dec;cursor:pointer;white-space:nowrap;background:0 0;border:none;flex-shrink:0;margin:0;padding:0;font-size:.8125rem;line-height:1.5}.chat-transition-bubble__toggle:hover{color:#0847b8}.chat-transition-bubble__spinner{color:#0a5dec;flex-shrink:0;font-size:.875rem}.chat-transition-bubble__text{color:#5b6b8c;white-space:nowrap;flex:1;align-items:center;gap:.375rem;min-width:0;font-size:.875rem;line-height:1.5;display:flex;overflow:hidden}.chat-transition-bubble__text .thinking-prefix{margin-right:0}.chat-transition-bubble__thinking,.chat-transition-bubble__idle{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.chat-transition-bubble__thinking{flex:1}.chat-transition-bubble__idle{flex:auto;align-items:baseline;display:inline-flex}.understanding-bubble{box-sizing:border-box;background:#0a5dec0f;border:1px solid #0a5dec1f;border-radius:.75rem;width:100%;padding:1.25rem 1.5rem}.understanding-bubble__header{align-items:center;gap:.375rem;margin-bottom:.75rem;display:flex}.understanding-bubble__title{color:#0a5dec;margin:0;font-size:1rem;font-weight:600;line-height:1.5}.understanding-bubble__body{flex-direction:column;gap:.375rem;display:flex}.understanding-bubble__lead,.understanding-bubble__line{color:#333;margin:0;font-size:.875rem;line-height:1.6}.understanding-bubble__section-label{color:#333;margin:.25rem 0 0;font-size:.875rem;font-weight:500;line-height:1.6}.understanding-bubble__bullet{color:#666;margin:0;padding-left:.25rem;font-size:.875rem;line-height:1.6}.understanding-bubble__closing{color:#0a5dec;margin:.375rem 0 0;font-size:.875rem;line-height:1.6}.understanding-bubble__stream{color:#333;white-space:pre-wrap;margin:0;font-size:.875rem;line-height:1.6}.followup-bubble{box-sizing:border-box;background:#fff;border-radius:.75rem;width:100%;padding:1rem 2rem 1.5rem}.followup-bubble--disabled{opacity:.85}.followup-bubble__header{justify-content:space-between;align-items:center;min-height:1.875rem;display:flex}.followup-bubble__title-row{align-items:center;gap:.1875rem;min-width:0;display:inline-flex}.followup-bubble__title-icon{color:#333;flex-shrink:0}.followup-bubble__title{color:#333;margin:0;font-size:1rem;font-weight:400;line-height:1.875}.followup-bubble__divider{border:none;border-top:1px solid #f3f3f3;width:100%;height:0;margin:.75rem 0}.followup-bubble__body{flex-direction:column;gap:1rem;display:flex}.followup-bubble__question{color:#333;margin:0;font-size:1rem;font-weight:400;line-height:1.875}.followup-bubble__options{flex-direction:column;gap:1rem;margin:0;padding:0;list-style:none;display:flex}.followup-bubble__option{margin:0}.followup-bubble__choice,.followup-bubble__input-row{text-align:left;cursor:pointer;background:0 0;border:none;align-items:center;gap:.75rem;width:100%;min-height:1.5rem;padding:0;display:flex}.followup-bubble__choice:disabled,.followup-bubble__label:disabled,.followup-bubble__input:disabled{cursor:not-allowed}.followup-bubble__label{box-sizing:border-box;color:#333;cursor:pointer;background:#fff;border:1px solid #dbdce0;border-radius:.25rem;flex-shrink:0;justify-content:center;align-items:center;min-width:1.625rem;height:1.5rem;padding:0 .5rem;font-size:.875rem;font-weight:400;line-height:1;display:inline-flex}.followup-bubble__label--active{color:#fff;background:#0a5dec;border-color:#0a5dec}.followup-bubble__choice-text{color:#333;min-width:0;font-size:.875rem;font-weight:400;line-height:2.14286}.followup-bubble__choice--selected .followup-bubble__choice-text{color:#0a5dec}.followup-bubble__input-wrap{box-sizing:border-box;background:0 0;border:1px solid #dbdce0;border-radius:.25rem;flex:1;align-items:center;min-width:0;max-width:35.6875rem;height:2rem;padding:0 .75rem;display:flex}.followup-bubble__input-wrap--active{border-color:#0a5dec}.followup-bubble__input-wrap--locked{cursor:default;background:#f5f5f5;border-color:#dbdce0}.followup-bubble__input-value{text-overflow:ellipsis;white-space:nowrap;color:#999;width:100%;font-size:.875rem;font-weight:400;line-height:2rem;display:block;overflow:hidden}.followup-bubble__input-value--selected{color:#0a5dec}.followup-bubble__input-row--selected{cursor:default}.followup-bubble__input{box-sizing:border-box;color:#333;background:0 0;border:none;outline:none;width:100%;height:100%;padding:0;font-family:inherit;font-size:.875rem;font-weight:400;line-height:2.14286;display:block}.followup-bubble__input::placeholder{color:#999}.message-bubble--assistant.message-bubble--team-followup{background:0 0;max-width:100%;padding:0}.team-plan-bubble{box-sizing:border-box;background:#0a5dec0f;border:1px solid #0a5dec1f;border-radius:.75rem;width:100%;padding:1.25rem 1.5rem}.team-plan-bubble__header{align-items:center;margin-bottom:.75rem;display:flex}.team-plan-bubble__title{color:#0a5dec;margin:0;font-size:1rem;font-weight:600;line-height:1.5}.team-plan-bubble__narrative{color:#666;margin-bottom:.75rem;font-size:.875rem;line-height:1.6}.team-plan-bubble__meta{color:#333;margin:0 0 .75rem;font-size:.875rem;line-height:1.6}.team-plan-bubble__workflow{flex-direction:column;gap:.5rem;margin:0;padding:0 0 0 1.25rem;display:flex}.team-plan-bubble__workflow-item{color:#333;font-size:.875rem;line-height:1.6}.team-plan-bubble__workflow-item--running{color:#0a5dec}.team-plan-bubble__workflow-item--done{color:#34c759}.team-plan-bubble__workflow-index{margin-right:.25rem}.team-plan-bubble__workflow-role{color:#999}.team-plan-bubble__footer{color:#0a5dec;border-top:1px solid #0a5dec1a;margin:.875rem 0 0;padding-top:.875rem;font-size:.875rem;line-height:1.6}.role-message{flex-direction:column;gap:.5rem;width:100%;display:flex}.role-message__name{color:#0a5dec;margin:0;font-size:.875rem;font-weight:500;line-height:1.42857}.role-message__bubble{width:90%;padding:1rem 1.25rem;line-height:1.7}.role-message__content{color:#333;white-space:pre-wrap;font-size:.875rem;line-height:1.7}.role-message__check{color:#34c759;vertical-align:baseline;margin-left:.25rem;font-size:.875rem;display:inline}.message-bubble--thinking{margin-bottom:.75rem}.message-bubble--thinking .message-bubble__content{color:#666;font-size:.875rem;line-height:1.6}.welcome-screen{flex-direction:column;align-items:center;width:100%;max-width:56.75rem;margin:0 auto;display:flex}.welcome-screen__avatars{width:auto;height:5.625rem;margin-bottom:5.25rem;display:block}.welcome-screen__input{flex-shrink:0;width:100%;margin-bottom:3rem}.welcome-screen__input .chat-input--welcome{width:100%}.welcome-screen__grid{grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;gap:1.9375rem;width:100%;display:grid}.example-task-card{border-radius:var(--wm-radius-lg);cursor:pointer;text-align:left;box-sizing:border-box;background:#fff;border:none;flex-direction:column;justify-content:flex-start;align-items:flex-start;width:100%;height:100%;min-height:7.75rem;padding:1rem;transition:box-shadow .15s;display:flex}.example-task-card:hover{box-shadow:0 4px 20px #d1d6de47}.example-task-card__icon{color:var(--color-primary);display:flex}.example-task-card__icon-img{object-fit:cover;width:2.5rem;height:2.5rem;display:block}.example-task-card__title{color:#0f1535;margin:.5rem 0 0;font-size:.875rem;font-weight:500;line-height:1.42857}.example-task-card__desc{color:#999;min-height:2.4375rem;margin:.25rem 0 0;font-size:.75rem;font-weight:500;line-height:1.625}.chat-input{background:var(--color-card);border:1px solid var(--color-border);border-radius:var(--radius-lg);flex-direction:column;gap:8px;max-width:100%;margin:0 auto;padding:13px 17px 11px;transition:border-color .15s,opacity .15s;display:flex}.chat-input:focus-within:not(.chat-input--streaming){border-color:#2563eb4d}.chat-input--streaming{opacity:.7}.chat-input--welcome,.chat-input--chat{background:#fff;border-radius:1.25rem;gap:0;height:auto;min-height:8.875rem;padding:1.5rem;position:relative}.chat-input--welcome.chat-input--has-attachments,.chat-input--chat.chat-input--has-attachments{min-height:auto;max-height:none}.chat-input--welcome{border:2px solid #0a5dec1a;flex-shrink:0;max-height:8.875rem;box-shadow:0 4px 39.8px #d1d6de30}.chat-input--chat{border:1px solid #dbdce0;box-shadow:0 4px 39.8px #cccccc30}.chat-input--welcome:focus-within:not(.chat-input--streaming),.chat-input--chat:focus-within:not(.chat-input--streaming){border-color:#dbdce0}.chat-input--welcome .chat-input__content,.chat-input--chat .chat-input__content{flex-direction:column;flex:1;gap:.625rem;width:100%;min-height:0;display:flex}.chat-input--welcome .chat-input__body,.chat-input--chat .chat-input__body{flex:1;min-height:0}.chat-input--welcome.chat-input--has-attachments .chat-input__body,.chat-input--chat.chat-input--has-attachments .chat-input__body{flex:0 auto}.chat-input--welcome .chat-input__textarea,.chat-input--chat .chat-input__textarea{min-height:1.25rem;font-size:1rem;line-height:1.25}.chat-input--welcome .chat-input__textarea::placeholder,.chat-input--chat .chat-input__textarea::placeholder{color:#999}.chat-input--welcome .chat-input__actions,.chat-input--chat .chat-input__actions{flex-shrink:0;align-items:flex-end;min-height:2rem;margin-top:auto;padding-top:1.5rem}.chat-input--welcome.chat-input--has-attachments .chat-input__actions,.chat-input--chat.chat-input--has-attachments .chat-input__actions{padding-top:.75rem}.chat-input--welcome .chat-input__attach,.chat-input--chat .chat-input__attach{color:#0a5dec;border-radius:0;width:1.125rem;height:1.125rem}.chat-input--welcome .chat-input__attach:hover:not(:disabled),.chat-input--chat .chat-input__attach:hover:not(:disabled){background:0 0}.chat-input--welcome .chat-input__send,.chat-input--chat .chat-input__send{background:#0a5dec;border-radius:1.3125rem;width:2rem;height:2rem}.chat-input--welcome .chat-input__send:disabled,.chat-input--chat .chat-input__send:disabled{opacity:.3}.chat-input__content,.chat-input__body{width:100%;min-width:0}.chat-input__actions{justify-content:space-between;align-items:center;gap:12px;width:100%;display:flex}.chat-input__actions-start{flex-shrink:0;align-items:center;gap:12px;display:flex}.chat-input__actions-spacer{flex:1}.chat-input__actions-end{flex-shrink:0;align-items:center;margin-left:auto;display:flex}.chat-input__workmate-selector{position:relative}.chat-input__workmate-btn{color:#0a5dec;cursor:pointer;white-space:nowrap;background:#0a5dec0a;border:1px solid #0a5dec33;border-radius:14px;align-items:center;gap:4px;height:28px;padding:0 10px;font-size:13px;font-weight:500;transition:background .15s,border-color .15s;display:inline-flex}.chat-input__workmate-btn:hover:not(:disabled){background:#0a5dec1a;border-color:#0a5dec59}.chat-input__workmate-btn--open{background:#0a5dec1f;border-color:#0a5dec66}.chat-input__workmate-btn:disabled{opacity:.4;cursor:not-allowed}.chat-input__workmate-name{line-height:1}.chat-input__workmate-chevron{color:#0a5dec;opacity:.6;transition:transform .2s}.chat-input__workmate-btn--open .chat-input__workmate-chevron{transform:rotate(180deg)}.chat-input__workmate-dropdown{z-index:100;background:#fff;border:1px solid #00000014;border-radius:10px;min-width:180px;padding:4px;animation:.15s ease-out chat-input-dropdown-in;position:absolute;bottom:calc(100% + 6px);left:0;box-shadow:0 4px 16px #0000001a}@keyframes chat-input-dropdown-in{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.chat-input__workmate-option{cursor:pointer;color:#333;text-align:left;background:0 0;border:none;border-radius:6px;align-items:center;gap:8px;width:100%;padding:8px 10px;font-size:13px;transition:background .12s;display:flex}.chat-input__workmate-option:hover{background:#0a5dec0f}.chat-input__workmate-option--active{color:#0a5dec;background:#0a5dec1a;font-weight:500}.chat-input__workmate-option-avatar{object-fit:cover;border-radius:6px;flex-shrink:0;width:24px;height:24px}.chat-input__workmate-option-name{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.chat-input__attach{color:#0a5dec;cursor:pointer;background:0 0;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;padding:0;transition:background .15s,opacity .15s;display:flex}.chat-input__attach:hover:not(:disabled){background:#0a5dec14}.chat-input__attach:disabled{opacity:.35;cursor:not-allowed}.chat-input__file-input{display:none}.chat-input__attachments{scrollbar-width:thin;flex-wrap:nowrap;gap:8px;width:100%;padding-bottom:2px;display:flex;overflow:auto hidden}.chat-input__attachments::-webkit-scrollbar{height:4px}.chat-input__attachments::-webkit-scrollbar-thumb{background:#0000001f;border-radius:2px}.chat-attachment-chip--compact{flex-shrink:0;max-width:min(220px,72vw)}.chat-input__attach-error{color:#ff3b30;margin:0;font-size:12px;line-height:1.4}.chat-attachment-chip{background:#f3f5f9;border:1px solid #e8ebf0;border-radius:10px;align-items:center;gap:8px;max-width:min(240px,100%);padding:6px 8px;display:inline-flex}.chat-attachment-chip__thumb{object-fit:cover;border-radius:6px;flex-shrink:0;width:32px;height:32px}.chat-attachment-chip__doc{flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:16px;display:flex}.chat-attachment-chip__doc-icon{object-fit:contain;width:20px;height:20px}.chat-attachment-chip--compact .chat-attachment-chip__doc{width:20px;height:20px}.chat-attachment-chip--compact .chat-attachment-chip__doc-icon{width:16px;height:16px}.chat-attachment-chip--compact .chat-attachment-chip__thumb{width:20px;height:20px}.chat-attachment-chip__meta{flex-direction:column;gap:2px;min-width:0;display:flex}.chat-attachment-chip__name{text-overflow:ellipsis;white-space:nowrap;color:#333;font-size:12px;overflow:hidden}.chat-attachment-chip__size{color:#999;font-size:11px}.chat-attachment-chip__status{color:#0a5dec;font-size:11px}.chat-attachment-chip__status--error{color:#ff3b30}.chat-attachment-chip--uploading{opacity:.7}.chat-attachment-chip--error{background:#fff5f5;border-color:#ff3b30}.chat-attachment-chip__remove{color:#666;cursor:pointer;background:#0000000f;border:none;border-radius:50%;flex-shrink:0;width:18px;height:18px;padding:0;font-size:14px;line-height:1}.chat-attachment-chip__remove:hover{background:#0000001a}.message-bubble__attachments{flex-wrap:wrap;gap:8px;margin-bottom:8px;display:flex}.message-bubble--user .message-bubble__attachments:last-child{margin-bottom:0}.chat-input__textarea{resize:none;width:100%;min-height:26px;max-height:120px;color:var(--color-foreground);background:0 0;border:none;outline:none;padding:2px 0;font-family:inherit;font-size:14px;line-height:1.6;display:block;overflow:hidden}.chat-input__textarea--scrollable{overflow-y:auto}.chat-input__textarea::placeholder{color:var(--color-muted)}.chat-input__textarea:disabled{cursor:not-allowed}.chat-input__send{background:var(--color-primary);color:#fff;cursor:pointer;border:none;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;transition:opacity .15s,background .15s;display:flex}.chat-input__send:hover:not(:disabled){background:#1d4ed8}.chat-input__send:disabled{opacity:.3;cursor:not-allowed}.chat-input__stop{color:#ff3b30;cursor:pointer;background:#ff3b301a;border:none;border-radius:42px;flex-shrink:0;align-items:center;gap:4px;padding:6px 10px;transition:background .15s;display:inline-flex}.chat-input__stop:hover{background:#ff3b3029}.chat-input__stop-icon{object-fit:contain;flex-shrink:0;width:18px;height:18px}.chat-input__stop-text{white-space:nowrap;font-size:12px;font-weight:400;line-height:1.66667}.login-modal-overlay{z-index:50;background:#0009;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.login-modal{background:#fff;border-radius:20px;width:min(1000px,100vw - 48px);height:min(600px,100vh - 48px);display:flex;position:relative;overflow:hidden}.login-modal__backgrounds{pointer-events:none;position:absolute;inset:0}.login-modal__slide-bg{object-fit:cover;object-position:left center;opacity:0;width:100%;height:100%;transition:opacity .45s;position:absolute;inset:0}.login-modal__slide-bg--active{opacity:1}.login-brand{z-index:1;background:0 0;flex-shrink:0;width:58.8%;position:relative}.login-brand__content{z-index:1;padding:48px 24px 0 44px;position:relative}.login-brand__logo-row{align-items:center;height:20px;display:flex}.login-brand__logo{object-fit:contain;flex-shrink:0;width:147px;height:20px;display:block}.login-brand__heading{color:#0a5dec;margin:40px 0 0;font-size:28px;font-weight:700;line-height:1.42857}.login-brand__desc{color:#333;margin:10px 0 0;font-size:14px;line-height:1.57143}.login-brand__copy{min-height:6.875rem;position:relative}.login-brand__copy-panel{opacity:0;pointer-events:none;transition:opacity .45s;position:absolute;top:0;left:0;right:0}.login-brand__copy-panel--active{opacity:1;pointer-events:auto}.login-brand__dots{z-index:1;align-items:center;gap:4px;display:flex;position:absolute;bottom:50px;left:44px}.login-brand__dot{cursor:pointer;background:#ffffff4d;border:none;border-radius:999px;width:7px;height:6px;padding:0;transition:width .25s,background-color .25s}.login-brand__dot--active{background:#fff;width:20px}.login-form{z-index:1;-webkit-backdrop-filter:blur(42.8px);background:#fffc;justify-content:center;align-items:flex-start;width:41.2%;padding-top:148px;display:flex;position:relative}.login-form__close{cursor:pointer;opacity:.8;background:0 0;border:none;padding:0;transition:opacity .15s;position:absolute;top:20px;right:20px}.login-form__close:hover{opacity:1}.login-form__inner{width:300px;max-width:calc(100% - 40px)}.login-form__title{color:#333;margin:0;font-size:22px;font-weight:600;line-height:30px}.login-form__subtitle{color:#999;margin:6px 0 0;font-size:14px;line-height:18px}.login-form__tabs{gap:20px;margin-top:20px;padding-bottom:2px;display:flex;position:relative}.login-form__tab{color:#333;cursor:pointer;background:0 0;border:none;padding:0;font-size:16px;font-weight:400;line-height:1.875}.login-form__tab--active{color:#0a5dec;font-weight:500}.login-form__tab-indicator{background:#0a5dec;width:50px;height:2px;transition:transform .2s;position:absolute;bottom:0;left:0}.login-form__fields{padding-top:24px}.login-form__password-row{margin-top:10px}.login-form__input-wrap{background:#fff;border:1px solid #dbdce0;border-radius:12px;align-items:center;gap:8px;height:44px;padding:0 14px;display:flex;position:relative}.login-form__input-wrap--grow,.login-form__input-wrap--code{flex:0 0 190px;width:190px}.login-form__input-wrap--error{box-shadow:0 0 0 1px #f87171}.login-form__input{color:#333;background:0 0;border:none;outline:none;flex:1;min-width:0;font-size:14px}.login-form__input::placeholder{color:#999}.login-form__fields .login-form__input:-webkit-autofill{-webkit-text-fill-color:#333;transition:background-color 99999s ease-out;box-shadow:inset 0 0 0 1000px #fff}.login-form__fields .login-form__input:-webkit-autofill:hover{-webkit-text-fill-color:#333;transition:background-color 99999s ease-out;box-shadow:inset 0 0 0 1000px #fff}.login-form__fields .login-form__input:-webkit-autofill:focus{-webkit-text-fill-color:#333;transition:background-color 99999s ease-out;box-shadow:inset 0 0 0 1000px #fff}.login-form__lock-icon{color:#999;font-size:14px}.login-form__eye-btn{color:#999;cursor:pointer;background:0 0;border:none;padding:0}.login-form__error{color:#ef4444;margin:4px 0 0 4px;font-size:12px}.login-form__code-row{gap:12px;margin-top:10px;display:flex}.login-form__code-btn{color:#0a5dec;cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #dbdce0;border-radius:12px;width:98px;min-width:98px;height:44px;padding:0 12px;font-size:14px;font-weight:400;line-height:1.28571}.login-form__code-btn:disabled{color:#dbdce0;cursor:not-allowed}.login-form__register-extra{flex-direction:column;gap:8px;margin-top:8px;display:flex}.login-form__pwd-strength{align-items:center;gap:8px;padding-left:4px;display:flex}.login-form__pwd-bars{gap:4px;display:flex}.login-form__pwd-bar{background:#dbdce0;border-radius:999px;width:24px;height:4px}.login-form__pwd-bar--weak{background:#ef4444}.login-form__pwd-bar--medium{background:#eab308}.login-form__pwd-bar--strong{background:#22c55e}.login-form__pwd-label{color:#999;font-size:12px}.login-form__agreement{color:#333;cursor:pointer;align-items:flex-start;gap:8px;font-size:12px;line-height:1.6;display:flex}.login-form__checkbox{color:#fff;cursor:pointer;background:#fff;border:1px solid #dbdce0;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:16px;height:16px;margin-top:2px;font-size:10px;display:flex}.login-form__checkbox--checked{background:#0a5dec;border-color:#0a5dec}.login-form__link{color:#0a5dec;cursor:pointer;background:0 0;border:none;padding:0}.login-form__submit{color:#fff;cursor:pointer;background:linear-gradient(90deg,#0c51ec 0%,#05bdec 100%);border:none;border-radius:10px;justify-content:center;align-items:center;gap:8px;width:100%;height:44px;margin-top:14px;font-size:16px;font-weight:600;line-height:1.5;transition:opacity .15s;display:flex}.login-form__submit:disabled{opacity:.5;cursor:not-allowed}.login-form__switch{text-align:center;color:#333;margin:14px 0 0;font-size:12px;line-height:1.625}.login-form__switch button{color:#333;cursor:pointer;background:0 0;border:none;padding:0;font-size:12px;line-height:1.625}.login-form__switch button.login-form__switch-link{color:#0a5dec;font-weight:600}.login-form__switch button.login-form__switch-link--disabled{color:#ccc;cursor:not-allowed}.login-prompt-overlay{z-index:60;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.login-prompt{border:1px solid var(--color-border);background:var(--color-card);text-align:center;border-radius:16px;width:320px;padding:32px;position:relative}.login-prompt__close{color:var(--color-muted);cursor:pointer;background:0 0;border:none;padding:0;position:absolute;top:16px;right:16px}.login-prompt__icon{background:var(--color-primary-light);width:48px;height:48px;color:var(--color-primary);border-radius:16px;justify-content:center;align-items:center;margin:0 auto 16px;font-size:20px;display:flex}.login-prompt__title{margin:0 0 4px;font-size:16px;font-weight:600}.login-prompt__desc{color:var(--color-muted);margin:0 0 24px;font-size:14px;line-height:1.6}.login-prompt__primary{background:var(--color-primary);color:#fff;cursor:pointer;border:none;border-radius:12px;width:100%;padding:10px 0;font-size:14px;font-weight:500}.login-prompt__footer{color:var(--color-muted);margin:12px 0 0;font-size:14px}.login-prompt__footer button{color:var(--color-primary);cursor:pointer;background:0 0;border:none;padding:0}.vitality-insufficient-overlay{z-index:61;background:#00000080;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.vitality-insufficient{box-sizing:border-box;background:#fff;border-radius:20px;flex-direction:column;align-items:center;width:min(554px,100%);min-height:412px;padding:20px 20px 97px;display:flex;position:relative}.vitality-insufficient__close{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:20px;height:20px;padding:0;display:inline-flex;position:absolute;top:20px;right:20px}.vitality-insufficient__hero{object-fit:contain;-webkit-user-select:none;user-select:none;pointer-events:none;flex-shrink:0;width:147px;height:auto;margin-top:83px}.vitality-insufficient__message{color:#333;text-align:center;margin:36px 0 0;font-size:16px;font-weight:400;line-height:1.25}@media (width<=640px){.vitality-insufficient{min-height:auto;padding-bottom:48px}.vitality-insufficient__hero{width:120px;margin-top:48px}.vitality-insufficient__message{margin-top:24px}}.page-content{padding:var(--content-offset-y) 2rem 2rem;box-sizing:border-box;background:var(--content-bg);flex:1;overflow-y:auto}.page-layout__frame{width:var(--content-width);flex-shrink:0;max-width:100%;margin:0 auto}.page-layout__header{flex-direction:column;gap:.5rem;margin-bottom:2rem;display:flex}.page-layout__title{color:#333;margin:0;font-size:1.5rem;font-weight:600;line-height:1.33333}.page-layout__desc{color:#999;margin:0;font-size:.75rem;font-weight:400;line-height:1.66667}.page-content__inner{width:var(--content-width);flex-shrink:0;max-width:100%;margin:0 auto}.page-content__inner--wide,.page-content__inner--narrow{width:var(--content-width)}.page-content__title{margin:0 0 .25rem;font-size:1.5rem;font-weight:700}.page-content__desc{color:var(--color-muted);margin:0 0 2rem;font-size:.875rem}.page-section__label{text-transform:uppercase;letter-spacing:.06em;color:var(--color-muted);margin:0 0 16px;font-size:12px;font-weight:600}.page-back{color:var(--color-muted);cursor:pointer;background:0 0;border:none;align-items:center;gap:8px;margin-bottom:24px;padding:0;font-size:14px;transition:color .15s;display:inline-flex}.page-back:hover{color:var(--color-foreground)}.teams-layout{flex-direction:column;gap:1.75rem;display:flex}.teams-soon-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:2.375rem;display:grid}.team-card{box-sizing:border-box;border-radius:var(--wm-radius-lg);border:none}.team-card--featured{cursor:pointer;background:#fff;min-height:14rem;padding:2.25rem 2.625rem 1.25rem 1.25rem}.team-card--soon{cursor:default;background:#ffffff80;flex-direction:column;height:13.125rem;padding:2.5rem 2.625rem 2rem;display:flex}.team-card__head{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:2.5rem;display:flex}.team-card__intro{box-sizing:border-box;flex:1;align-items:flex-start;gap:1rem;min-width:0;max-width:32.875rem;min-height:6.125rem;padding:.5rem 0 0 .25rem;display:flex}.team-card__icon{background:#b4c6e636;border-radius:.625rem;flex-shrink:0;width:5.625rem;height:5.625rem;position:relative;overflow:hidden}.team-card__icon-img{object-fit:cover;width:8.1875rem;max-width:none;height:6.125rem;position:absolute;top:-.5rem;left:-1.375rem}.team-card__identity{flex:1;min-width:0;padding-top:1.125rem}.team-card__name{color:#333;margin:0;font-size:1.5rem;font-weight:600;line-height:1.33333}.team-card__name--muted{color:#999}.team-card__desc{color:#999;margin:.75rem 0 0;font-size:.875rem;font-weight:400;line-height:1.42857}.team-card--soon .team-card__desc{flex:1}.team-card__cta{border-radius:var(--wm-radius-lg);background:var(--color-primary);color:#fff;cursor:pointer;border:none;flex-shrink:0;justify-content:center;align-items:center;width:6.25rem;height:2.75rem;padding:.5rem 1rem;font-size:1rem;font-weight:400;line-height:1.25;display:inline-flex}.team-card__meta{justify-content:space-between;align-items:center;gap:1rem;margin-left:.75rem;display:flex}.team-card__tags{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.team-card__tag{border-radius:var(--wm-radius-lg);background:var(--color-primary-light);color:var(--color-primary);white-space:nowrap;align-items:center;padding:.25rem .625rem;font-size:.875rem;font-weight:400;line-height:1.42857;display:inline-flex}.team-card__role-count{color:#666;white-space:nowrap;flex-shrink:0;font-size:.875rem;font-weight:400;line-height:1.42857}.team-card__badge{border-radius:var(--wm-radius-lg);color:#999;background:#f3f3f3;align-self:flex-start;align-items:center;margin-top:1.5rem;padding:.25rem .625rem;font-size:.875rem;font-weight:400;line-height:1.42857;display:inline-flex}.team-detail-modal-overlay{z-index:50;background:#00000080;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0}.team-detail-modal{box-sizing:border-box;background:#fff;border-radius:1.25rem;flex-direction:column;width:48.875rem;max-width:100%;min-height:17.6094rem;max-height:min(37.8438rem,100vh - 3rem);padding:2.25rem;display:flex;position:relative;overflow:hidden}.team-detail-modal__loading-layer{flex:1;justify-content:center;align-items:center;min-height:13.1094rem;display:flex}.team-detail-modal__close{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:1.25rem;height:1.25rem;padding:0;display:inline-flex;position:absolute;top:1.25rem;right:1.25rem}.team-detail-modal__close img{width:1.25rem;height:1.25rem;display:block}.team-detail-modal__head{flex-shrink:0;align-items:center;gap:.375rem;padding-right:2rem;display:flex}.team-detail-modal__icon{object-fit:cover;flex-shrink:0;width:5.625rem;height:5.625rem}.team-detail-modal__identity{min-width:0}.team-detail-modal__title{color:#333;margin:0;font-size:1.5rem;font-weight:600;line-height:1.33333}.team-detail-modal__desc{color:#999;margin:.75rem 0 0;font-size:.875rem;font-weight:400;line-height:1.42857}.team-detail-modal__section{color:#333;flex-shrink:0;margin:2.4375rem 0 1.0625rem;font-size:.875rem;font-weight:400;line-height:1.42857}.team-detail-modal__members{flex:0 auto;min-height:0;margin:0;padding:0;list-style:none;overflow-y:auto}.team-detail-modal__member{align-items:center;gap:.25rem;display:flex}.team-detail-modal__member+.team-detail-modal__member{margin-top:1.25rem}.team-detail-modal__member-avatar{border-radius:var(--wm-radius-lg);object-fit:cover;flex-shrink:0;width:3.625rem;height:3.625rem}.team-detail-modal__member-body{flex:1;min-width:0;padding:.625rem}.team-detail-modal__member-role{color:#333;margin:0;font-size:1rem;font-weight:500;line-height:1.25}.team-detail-modal__member-desc{color:#999;margin:.5rem 0 0;font-size:.875rem;font-weight:400;line-height:1.42857}.team-detail-modal__cta{border-radius:var(--wm-radius-lg);background:var(--color-primary);color:#fff;cursor:pointer;border:none;flex-shrink:0;justify-content:center;align-items:center;gap:.625rem;width:22.875rem;max-width:100%;height:2.75rem;margin:2.5rem auto 0;padding:.625rem .75rem;font-size:1rem;font-weight:400;line-height:1.25;display:flex}.team-detail-modal--apply{width:48.875rem;max-width:100%;max-height:min(39.75rem,100vh - 3rem)}.team-apply-form{flex-direction:column;min-height:0;display:flex}.team-apply-form__title{color:#333;margin:0 0 2rem;padding-right:2rem;font-size:1.5rem;font-weight:600;line-height:1.33333}.team-apply-form__fields{flex-direction:column;gap:1rem;display:flex}.team-apply-form__row{grid-template-columns:7rem minmax(0,1fr);align-items:start;gap:.75rem;min-height:3.75rem;display:grid}.team-apply-form__field{flex-direction:column;gap:.25rem;min-width:0;min-height:3.75rem;display:flex}.team-apply-form__label{color:#333;white-space:nowrap;justify-self:end;padding-top:.375rem;font-size:1rem;font-weight:400;line-height:2}.team-apply-form__required{color:#eb2d40}.team-apply-form__input{box-sizing:border-box;width:100%;height:2.75rem;font:inherit;color:#333;background:#fff;border:1px solid #dbdce0;border-radius:10px;padding:0 .875rem;font-size:1rem;line-height:1.25}.team-apply-form__input::placeholder{color:#999}.team-apply-form__input:focus{border-color:var(--color-primary);outline:none}.team-apply-form__input--error,.team-apply-form__input--error:focus{border-color:#ef4444}.team-apply-form__error{color:#ef4444;min-height:1rem;font-size:.75rem;line-height:1rem;display:block}.team-apply-form__input:disabled{color:#999;background:#f5f7fb}.team-apply-form__submit{border-radius:var(--wm-radius-lg);background:var(--color-primary);color:#fff;cursor:pointer;border:none;justify-content:center;align-items:center;gap:.625rem;width:22.875rem;max-width:100%;height:2.75rem;margin:2rem auto 0;padding:.625rem .75rem;font-size:1rem;font-weight:400;line-height:1.25;display:inline-flex}.team-apply-form__submit:disabled{cursor:not-allowed}.team-apply-form__submit--submitted{color:#333;background:#eaf5ef;border:1px solid #34c759;width:8.75rem}.account-card{border-radius:var(--wm-radius-lg);box-sizing:border-box;background:#fff;border:none;margin-bottom:3rem;padding:2.25rem 2.625rem 2rem 1.25rem}.account-card__top{justify-content:space-between;align-items:center;margin-bottom:1.25rem;display:flex}.account-card__plan{align-items:center;gap:.375rem;min-width:0;display:flex}.account-card__plan-icon{box-sizing:border-box;object-fit:contain;object-position:center center;border-radius:0;flex-shrink:0;width:5.625rem;height:5.625rem;display:block}.account-card__plan-info{min-width:0}.account-card__plan-header{align-items:center;gap:1rem;display:flex}.account-card__tag{border-radius:var(--wm-radius-sm);background:var(--color-primary-light);color:var(--color-primary);white-space:nowrap;align-items:center;padding:.125rem .375rem;font-size:.75rem;line-height:1.667;display:inline-flex}.account-card__plan-name{color:#333;margin:0;font-size:1.5rem;font-weight:600;line-height:1.333}.account-card__expire{color:#999;margin:.75rem 0 0;font-size:.875rem;line-height:1.429}.account-card__recharge{border-radius:var(--wm-radius-lg);background:var(--color-primary);color:#fff;cursor:pointer;border:none;flex-shrink:0;justify-content:center;align-items:center;width:6.25rem;height:2.75rem;padding:.5rem 1rem;font-size:1rem;font-weight:400;line-height:1.25;display:inline-flex}.account-card__divider{background:#f3f3f3;height:1px;margin:0 0 1.75rem .75rem}.account-card__balance{margin:0 0 2rem .75rem}.account-card__label{color:#666;margin:0 0 .75rem;font-size:.875rem;line-height:1.429}.account-card__amount-row{align-items:flex-end;gap:.25rem;display:flex}.account-card__amount{color:var(--color-primary);margin:0;font-size:2rem;font-weight:600;line-height:1}.account-card__amount--low{color:#e4372e}.account-card__total{color:#333;padding-bottom:.125rem;font-size:1rem;line-height:1.2}.account-card__progress{margin-left:.75rem}.account-card__progress-head{color:#666;justify-content:space-between;margin-bottom:.75rem;font-size:.875rem;line-height:1.429;display:flex}.account-card__progress-bar{background:var(--color-primary-light);border-radius:1.875rem;height:.375rem;overflow:hidden}.account-card__progress-fill{background:var(--color-primary);border-radius:1.875rem;height:100%;transition:width .3s}.account-card__progress-bar--low{background:#e4372e1f}.account-card__progress-fill--low{background:#e4372e}.account-section__title{color:#999;margin:0 0 1rem;font-size:1rem;font-weight:400;line-height:1.25}.records-table-wrap{border-radius:var(--wm-radius-lg);background:#fff;border:none;overflow:hidden}.records-table-wrap--fetching .records-table tbody{opacity:.55;pointer-events:none}.records-table{border-collapse:collapse;table-layout:fixed;width:100%;font-size:.875rem}.records-table th{text-align:left;color:#999;border-bottom:1px solid #f3f3f3;padding:.75rem 1.875rem;font-size:.875rem;font-weight:400;line-height:1.857}.records-table th:first-child{width:7.5rem}.records-table th:nth-child(2){width:15.375rem}.records-table th:nth-child(3){width:12.3125rem}.records-table th:nth-child(4){width:12.125rem}.records-table th:nth-child(5){width:auto}.records-table td{color:#333;border-bottom:1px solid #f3f3f3;padding:1rem 1.875rem;font-size:.875rem;line-height:1.857}.records-table tr:last-child td{border-bottom:none}.records-table tr:hover td{background:0 0}.records-table__link{color:var(--color-primary);cursor:pointer;background:0 0;border:none;padding:0;font-size:.875rem;line-height:1.857}.records-table__footer{color:#333;justify-content:flex-end;align-items:center;padding:1.75rem 2rem;font-size:.875rem;line-height:1.857;display:flex}.records-pager{align-items:center;gap:.625rem;display:flex}.records-pager__page,.records-pager__ellipsis{color:#333;box-sizing:border-box;background:0 0;border:1px solid #dbdce0;border-radius:.25rem;justify-content:center;align-items:center;width:1.625rem;height:1.625rem;padding:0;font-size:.75rem;font-weight:400;line-height:1.4;display:inline-flex}.records-pager__arrow{color:#333;cursor:pointer;box-sizing:border-box;background:0 0;border:1px solid #dbdce0;border-radius:.25rem;justify-content:center;align-items:center;width:1.625rem;height:1.625rem;padding:0;transition:border-color .15s,color .15s;display:inline-flex}.records-pager__arrow-icon{flex-shrink:0;width:.75rem;height:.75rem;display:block}.records-pager__arrow:hover:not(:disabled){border-color:#435bfa}.records-pager__arrow:disabled{color:#dbdce0;cursor:not-allowed;border-color:#dbdce0}.records-pager__page{cursor:pointer;transition:border-color .15s,background-color .15s,color .15s}.records-pager__page:hover:not(.records-pager__page--active){border-color:#435bfa}.records-pager__page--active{color:#fff;background:#435bfa;border-color:#435bfa}.records-pager__page--active:hover{background:#435bfa;border-color:#435bfa}.records-pager__size{color:#333;align-items:center;gap:.375rem;margin-left:2.25rem;font-size:.875rem;line-height:1.857;display:inline-flex}.records-pager__size-select-wrap{width:3.1875rem;height:1.75rem;position:relative}.records-pager__size-select{appearance:none;color:#333;cursor:pointer;box-sizing:border-box;background:0 0;border:1px solid #dbdce0;border-radius:.25rem;width:100%;height:100%;padding:0 1.125rem 0 .5625rem;font-size:.75rem;font-weight:400;line-height:1.4;transition:border-color .15s}.records-pager__size-select:hover,.records-pager__size-select:focus-visible{border-color:#435bfa;outline:none}.records-pager__size-select-wrap .records-pager__size-caret{pointer-events:none;position:absolute;top:50%;right:.5625rem;transform:translateY(-50%)}.records-pager__total{color:#333;white-space:nowrap;margin-left:1.75rem;font-size:.875rem;line-height:1.857}.subscribe-header{align-items:flex-start;gap:.5rem;margin-bottom:2rem;display:flex}.subscribe-header__back{border-radius:var(--wm-radius-md);color:#333;cursor:pointer;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;width:2rem;height:2rem;margin-top:.125rem;transition:background .15s;display:inline-flex}.subscribe-header__back:hover{background:#f3f3f3}.subscribe-header__text{flex-direction:column;gap:.5rem;display:flex}.subscribe-plans{grid-template-columns:repeat(2,minmax(0,437px));gap:24px;margin-bottom:40px;display:grid}.subscribe-plan-card{box-sizing:border-box;border:1px solid #f3f3f3;border-radius:20px;flex-direction:column;width:100%;min-height:472px;padding:24px 32px 50px;display:flex;position:relative}.subscribe-plan-card__header{align-items:flex-start;gap:6px;height:48px;margin:0 0 20px -4px;display:flex}.subscribe-plan-card__icon{object-fit:contain;object-position:center center;flex-shrink:0;width:52px;height:48px;display:block}.subscribe-plan-card__name{color:#333;height:32px;margin-top:12px;font-size:24px;font-weight:600;line-height:32px}.subscribe-plan-card__price-row{align-items:flex-end;gap:0;min-height:38px;margin-bottom:20px;display:flex}.subscribe-plan-card__currency{color:#333;font-size:16px;font-weight:600;line-height:2}.subscribe-plan-card__price{color:#333;font-size:32px;font-weight:600;line-height:1}.subscribe-plan-card__unit{color:#999;margin-left:6px;padding-bottom:6px;font-size:12px;font-weight:400;line-height:1.667}.subscribe-plan-card__divider{background:#f3f3f3;height:1px;margin-bottom:26px}.subscribe-plan-card__features{flex-direction:column;flex:1;gap:16px;margin:0;padding:0;list-style:none;display:flex}.subscribe-plan-card__feature{color:#333;align-items:center;gap:6px;font-size:14px;font-weight:400;line-height:1.857;display:flex}.subscribe-plan-card__check{object-fit:contain;flex-shrink:0;width:16px;height:16px;display:block}.subscribe-plan-card__btn{color:#fff;cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;width:100%;height:44px;margin-top:32px;padding:10px 12px;font-size:16px;font-weight:400;line-height:1.25;transition:opacity .15s;display:flex}.subscribe-plan-card__btn:hover{opacity:.9}.subscribe-token-pack{box-sizing:border-box;background:#fff;border:1px solid #f3f3f3;border-radius:1.25rem;padding:1.5rem 2rem 2rem;position:relative}.subscribe-token-pack__title-row{align-items:center;gap:.75rem;margin-bottom:1.25rem;display:flex}.subscribe-token-pack__icon{flex-shrink:0;display:inline-flex}.subscribe-token-pack__title{color:#333;margin:0;font-size:1.5rem;font-weight:600;line-height:1.333}.subscribe-token-pack__list{flex-direction:column;gap:1rem;margin:0 0 1.5rem;padding:0;list-style:none;display:flex}.subscribe-token-pack__item{color:#333;align-items:center;gap:.375rem;font-size:.875rem;line-height:1.857;display:flex}.subscribe-token-pack__btn{color:#fff;cursor:pointer;background:#0a5dec;border:none;border-radius:.625rem;justify-content:center;align-items:center;height:2.75rem;padding:.5rem 1rem;font-size:1rem;font-weight:400;line-height:1.25;transition:opacity .15s;display:inline-flex}.subscribe-token-pack__btn:hover{opacity:.9}@media (width<=768px){.subscribe-plans{grid-template-columns:1fr}}.profile-card{border-radius:var(--wm-radius-lg);box-sizing:border-box;background:#fff;border:none;width:100%;margin-bottom:1.5rem;padding:2.875rem 2rem 2rem}.profile-card__avatar-row{align-items:flex-start;gap:1rem;width:30.75rem;max-width:100%;min-height:4.0625rem;margin-bottom:2.25rem;display:flex}.profile-card__avatar{object-fit:cover;background:#d9d9d9;border-radius:50%;flex-shrink:0;width:3.75rem;height:3.75rem;margin-top:.3125rem}.profile-card__name{color:#333;margin:0;font-size:1.5rem;font-weight:600;line-height:1.33333}.profile-card__hint{color:#999;margin:.75rem 0 0;font-size:.875rem;font-weight:400;line-height:1.42857}.profile-card__divider{background:#f3f3f3;height:1px;margin-bottom:2.25rem}.profile-card__fields{flex-direction:column;gap:2.25rem;display:flex}.profile-field{grid-template-columns:5.25rem minmax(0,1fr) 1rem;align-items:center;height:1.625rem;display:grid}.profile-field--interactive{width:100%;font:inherit;color:inherit;text-align:left;cursor:pointer;background:0 0;border:none;padding:0;transition:opacity .15s}.profile-field--interactive:hover{opacity:.72}.profile-field--interactive:focus-visible{outline-offset:2px;border-radius:4px;outline:2px solid #0a5dec}.profile-field__label,.profile-field__value{font-size:.875rem;font-weight:400;line-height:1.85714}.profile-field__label{color:#999}.profile-field__value{color:#333}.profile-field__value:empty{visibility:hidden}.records-table__task{font-weight:400}.records-table__cost{color:#333;font-weight:400}.profile-card__identity{min-width:0;padding-top:0}.profile-field--disabled .profile-field__label,.profile-field--disabled .profile-field__value{color:#ccc}.profile-field__icon,.profile-field__icon-placeholder{flex-shrink:0;width:1rem;height:1rem;display:block}.profile-logout{border-radius:var(--wm-radius-lg);color:#333;cursor:pointer;box-sizing:border-box;background:#fff;border:none;justify-content:center;align-items:center;width:100%;padding:.75rem 6.25rem;font-size:.875rem;font-weight:400;line-height:1.42857;transition:background .15s;display:flex}.profile-logout:hover{background:#f3f3f3}.change-pwd-overlay{z-index:60;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.change-pwd-modal{box-sizing:border-box;background:#fff;border-radius:16px;width:360px;max-width:calc(100vw - 40px);padding:32px 28px 28px;position:relative;overflow:hidden}.change-pwd-modal .login-form__input-wrap:not(.change-pwd-modal__code-input){box-sizing:border-box;width:100%;min-width:0}.change-pwd-modal__close{cursor:pointer;opacity:.8;background:0 0;border:none;padding:0;position:absolute;top:16px;right:16px}.change-pwd-modal__close:hover{opacity:1}.change-pwd-modal__title{color:#333;margin:0;font-size:20px;font-weight:600;line-height:1.4}.change-pwd-modal__desc{color:#999;margin:8px 0 0;font-size:14px;line-height:1.5}.change-pwd-modal__fields{flex-direction:column;width:100%;min-width:0;padding-top:24px;display:flex}.change-pwd-modal__code-row{box-sizing:border-box;align-items:stretch;gap:12px;width:100%;min-width:0;margin-top:10px;display:flex}.change-pwd-modal__code-input{flex:1 1 0;width:auto;min-width:0}.change-pwd-modal__code-btn{color:#0a5dec;cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #dbdce0;border-radius:12px;flex:none;min-width:6.5rem;height:44px;padding:0 12px;font-size:14px;font-weight:400;line-height:1.28571}.change-pwd-modal__code-btn:disabled{color:#dbdce0;cursor:not-allowed}.change-pwd-modal__phone-readonly{box-sizing:border-box;background:#f9fafb;border:1px solid #dbdce0;border-radius:12px;justify-content:space-between;align-items:center;width:100%;height:44px;padding:0 14px;display:flex}.change-pwd-modal__phone-label{color:#999;font-size:14px}.change-pwd-modal__phone-value{color:#333;font-size:14px}.change-pwd-modal__password-fields{flex-direction:column;gap:8px;width:100%;min-width:0;margin-top:10px;display:flex}.change-pwd-modal__submit{margin-top:20px}@media (width<=480px){.change-pwd-modal{width:calc(100vw - 24px);max-width:none;padding:28px 16px 20px}.change-pwd-modal__code-row{gap:8px}.change-pwd-modal__code-btn{min-width:5.5rem;padding:0 8px;font-size:13px}}.change-pwd-modal__fields .login-form__input:-webkit-autofill{-webkit-text-fill-color:#333;transition:background-color 99999s ease-out;box-shadow:inset 0 0 0 1000px #fff}.change-pwd-modal__fields .login-form__input:-webkit-autofill:hover{-webkit-text-fill-color:#333;transition:background-color 99999s ease-out;box-shadow:inset 0 0 0 1000px #fff}.change-pwd-modal__fields .login-form__input:-webkit-autofill:focus{-webkit-text-fill-color:#333;transition:background-color 99999s ease-out;box-shadow:inset 0 0 0 1000px #fff}.profile-edit-modal__hint{color:#999;text-align:right;margin:6px 0 0 4px;font-size:12px;line-height:1.5}@media (width<=1294px){.page-content{overflow-x:auto}}@media (width<=768px){.profile-logout{padding:.75rem}}.app-main__content--embed{flex-direction:column;flex:1;min-width:0;min-height:0;display:flex;overflow:hidden;container:tools-shell/inline-size}.app-main--embed{min-width:0;min-height:0}.app-main__content--embed>*{flex:1;min-width:0;min-height:0}@media (width<=1440px){.app-layout--tools .app-sidebar{width:4.5rem;min-width:4.5rem}.app-layout--tools .sidebar-brand{height:1.75rem}.app-layout--tools .sidebar-brand__logo--full{display:none}.app-layout--tools .sidebar-brand__logo--icon{display:block}.app-layout--tools .app-sidebar__energy-label,.app-layout--tools .sidebar-nav__label,.app-layout--tools .sidebar-nav__badge,.app-layout--tools .session-history,.app-layout--tools .app-sidebar__login-label,.app-layout--tools .app-sidebar__user-name{display:none}.app-layout--tools .app-sidebar__header{height:var(--wm-dual-sidebar-head-height);padding:var(--wm-dual-sidebar-head-top) .75rem 0;justify-content:center;align-items:flex-start;display:flex}.app-layout--tools .sidebar-nav{padding:0 .5rem .5rem}.app-layout--tools .sidebar-nav__item{justify-content:center;padding:.625rem}.app-layout--tools .app-sidebar__energy{border-radius:50%;justify-content:center;gap:0;width:2.5rem;min-width:2.5rem;max-width:none;height:2.5rem;margin:0 auto .5rem;padding:0}.app-layout--tools .app-sidebar__footer{justify-content:center;padding:.5rem;display:flex}.app-layout--tools .app-sidebar__user-btn{justify-content:center;gap:0;width:2.5rem;height:2.5rem;padding:0}.app-layout--tools .app-sidebar__user-avatar{width:1.75rem;height:1.75rem}.app-layout--tools .app-sidebar__login-btn{width:2.5rem;min-width:2.5rem;height:2.5rem;padding:0}.app-layout--tools .app-sidebar__login-icon{display:flex}}.modal-toast{z-index:2;text-align:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-sizing:border-box;pointer-events:none;border:1px solid;border-radius:12px;max-width:calc(100% - 5rem);padding:10px 16px;font-size:14px;font-weight:500;line-height:1.42857;position:absolute;top:1.25rem;left:50%;transform:translate(-50%)}.modal-toast--success{color:#16a34a;background:#22c55e1a;border-color:#22c55e4d}.modal-toast--error{color:#ef4444;background:#ef44441a;border-color:#ef44444d}.modal-toast--warning{color:#ca8a04;background:#eab3081a;border-color:#eab3084d}.modal-toast--submitted{color:#333;white-space:nowrap;background:#eaf5ef;border-color:#34c759;border-radius:10px;justify-content:center;align-items:center;gap:10px;width:140px;height:44px;padding:0;font-size:16px;font-weight:400;line-height:1.125;display:inline-flex}.modal-toast--submitted svg{flex-shrink:0}.app-toast{z-index:100;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid;border-radius:12px;padding:10px 16px;font-size:14px;font-weight:500;position:fixed;top:20px;left:50%;transform:translate(-50%)}.app-toast--success{color:#16a34a;background:#22c55e1a;border-color:#22c55e4d}.app-toast--error{color:#ef4444;background:#ef44441a;border-color:#ef44444d}.app-toast--warning{color:#ca8a04;background:#eab3081a;border-color:#eab3084d}@media (width<=768px){.app-sidebar{width:4.5rem;min-width:4.5rem}.app-sidebar__energy-label,.sidebar-nav__label,.sidebar-nav__badge,.session-history,.app-sidebar__login-label{display:none}.app-sidebar__header{height:var(--wm-dual-sidebar-head-height);padding:var(--wm-dual-sidebar-head-top) .75rem 0;justify-content:center;align-items:flex-start;display:flex}.sidebar-brand{height:1.75rem}.sidebar-brand__logo--full{display:none}.sidebar-brand__logo--icon{display:block}.sidebar-nav{padding:0 .5rem .5rem}.sidebar-nav__item{justify-content:center;padding:.625rem}.app-sidebar__energy{border-radius:50%;justify-content:center;gap:0;width:2.5rem;min-width:2.5rem;max-width:none;height:2.5rem;margin:0 auto .5rem;padding:0}.app-sidebar__footer{justify-content:center;padding:.5rem;display:flex}.app-sidebar__user-btn{justify-content:center;gap:0;width:2.5rem;height:2.5rem;padding:0}.app-sidebar__user-name{display:none}.app-sidebar__user-avatar{width:1.75rem;height:1.75rem}.app-sidebar__login-btn{width:2.5rem;min-width:2.5rem;height:2.5rem;padding:0}.app-sidebar__login-icon{display:flex}.welcome-screen__grid,.teams-soon-grid{grid-template-columns:1fr}.login-modal{flex-direction:column;height:auto;max-height:calc(100vh - 48px);overflow-y:auto}.login-brand{width:100%;min-height:240px}.login-brand__dots{bottom:16px}.login-form{width:100%;padding:24px 0 32px}.login-form__input-wrap--code{flex:1;width:auto}.login-form__code-btn{width:auto;min-width:88px}.chat-panel__content-layer,.chat-panel__skeleton-layer,.chat-panel__footer{padding-left:16px;padding-right:16px}:root{--wm-chat-panel-inset-x:16px}}.ai-tools{--tools-sidebar-width:204px;--tools-sidebar-inset-x:16px;--tools-nav-gap:.75rem;--tools-nav-item-height:2.5rem;--tools-content-max:1350px;--tools-content-pad:63px;--tools-nav-accent:#0a5dec;color:#333;box-sizing:border-box;background:#f5f7ff;width:100%;min-width:0;height:100%;min-height:0;font-family:PingFang SC,sans-serif;overflow:hidden}.ai-tools *,.ai-tools :before,.ai-tools :after{box-sizing:border-box}.ai-tools__layout{height:100%;position:relative;overflow:hidden}.ai-tools__body{height:100%;min-height:0;display:flex}.ai-tools__sidebar{width:var(--tools-sidebar-width);background:linear-gradient(#e6effdc2 2%,#e6e7fb00 100%);flex-direction:column;flex-shrink:0;height:100%;padding:0 0 12px;display:flex;overflow:hidden}.ai-tools__sidebar-title{margin:0 0 calc(var(--wm-dual-sidebar-head-height) - var(--wm-dual-sidebar-head-top) - var(--wm-tools-sidebar-title-line));padding:var(--wm-dual-sidebar-head-top) var(--tools-sidebar-inset-x) 0;font-size:20px;font-weight:500;line-height:var(--wm-tools-sidebar-title-line);color:#333;flex-shrink:0}.ai-tools__nav{gap:var(--tools-nav-gap);min-height:0;padding:0 var(--tools-sidebar-inset-x) .75rem;scrollbar-width:none;flex-direction:column;flex:1;display:flex;overflow:hidden auto}.ai-tools__nav::-webkit-scrollbar{display:none}.ai-tools__nav-item{width:100%;height:var(--tools-nav-item-height);min-height:var(--tools-nav-item-height);cursor:pointer;border-radius:var(--wm-radius-lg);text-align:left;background:0 0;border:none;flex-shrink:0;align-items:center;gap:.75rem;padding:.625rem .75rem;transition:background-color .2s,color .2s;display:flex}.ai-tools__nav-icon{object-fit:contain;flex-shrink:0;width:22px;height:22px;transition:filter .2s}.ai-tools__nav-icon--lg{width:22px;height:22px}.ai-tools__nav-icon--invert{filter:brightness(0)invert()}.ai-tools__nav-label{color:#333;white-space:nowrap;flex:1;min-width:0;font-size:14px;font-weight:400;line-height:1.35}.ai-tools__nav-item:hover:not(.ai-tools__nav-item--active){background:#fff}.ai-tools__nav-item:hover:not(.ai-tools__nav-item--active) .ai-tools__nav-label{color:var(--tools-nav-accent)}.ai-tools__nav-item:hover:not(.ai-tools__nav-item--active) .ai-tools__nav-icon{filter:brightness(0)saturate()invert(31%)sepia(98%)saturate(4053%)hue-rotate(203deg)brightness(97%)contrast(101%)}.ai-tools__nav-item--active,.ai-tools__nav-item--active:hover{background:linear-gradient(90deg,#624cfd 0%,#0a77f4 100%)}.ai-tools__nav-item--active .ai-tools__nav-label{color:#fff;font-weight:500}.ai-tools__main{z-index:3;overscroll-behavior-y:none;min-width:0;height:100%;min-height:0;padding:0 var(--tools-content-pad);scrollbar-gutter:stable;background:#f9f9f9;flex:1;position:relative;overflow:hidden auto;container:ranking-main/inline-size}.ai-tools__main--hero{background-color:#f9f9f9;background-image:linear-gradient(179deg, #f5f7fb 0%, #f6f8ff 100%), linear-gradient(180deg, #fdfeff00 0%, #fdfeff00 32%, #f5f7fb8c 52%, #f5f7fb 68%, #f5f7fb 100%), var(--ai-tools-hero-bg);background-position:top,top,50% -505px;background-repeat:no-repeat;background-size:100% 100%,100% 932px,2000px 1312px;background-attachment:local,local,local}.ai-tools__main--hero>*{z-index:1;position:relative}.ai-tools__main--mobile{--tools-content-pad:10px;width:100%;padding:0 10px}.ai-tools__toolbar{color:#5961f9;flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px 12px;height:auto;min-height:40px;padding:16px 0;font-size:14px;font-weight:500;display:flex;position:relative}.ai-tools__toolbar--mobile{flex-wrap:wrap;gap:8px}.ai-tools__gift{color:#333;cursor:pointer;height:40px;font:inherit;background:#fff9;border:none;border-radius:12px;justify-content:center;align-items:center;margin-right:0;padding:0 16px;display:flex}.ai-tools__gift--upgrade{color:#435bfa;margin-right:0}.ai-tools__gift img{width:18px;height:18px;margin-right:6px}.ai-tools__exit{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:22px;height:22px;margin-left:auto;margin-right:0;padding:0;display:flex}.ai-tools__exit img{width:18px;height:18px}.ai-tools__back{cursor:pointer;color:#666;background:0 0;border:none;align-items:center;gap:4px;padding:0;font-size:16px;line-height:28px;display:inline-flex;position:absolute;top:50%;left:0;transform:translateY(-50%)}.ai-tools__back img{width:24px;height:24px}.ai-tools__copyright{text-align:center;color:#7f7f7f;border-top:1px solid #e0e0e0;margin:24px 0;padding-top:24px;font-size:13px;line-height:1.6}.ai-tools__copyright a{color:#7f7f7f;text-decoration:none}.ai-tools__copyright a:hover{color:#435bfa}.ai-tools__back-top{z-index:20;cursor:pointer;background:0 0;border:none;width:50px;height:50px;padding:0;position:absolute;bottom:28px;right:20px}.ai-tools__back-top img{object-fit:contain;width:50px;height:50px}.ai-tools-home{width:100%;max-width:var(--tools-content-max);margin:0 auto;padding:90px 0 0}.ai-tools-home__search{width:825px;max-width:100%;margin:0 auto}.ai-tools-home__brand{justify-content:center;align-items:center;gap:10px;margin:0 auto;display:flex}.ai-tools-home__brand-img{object-fit:contain;width:54px;height:54px}.ai-tools-home__brand-title{color:#333;letter-spacing:.056em;font-family:Alimama ShuHeiTi,PingFang SC,sans-serif;font-size:36px;font-weight:700;line-height:1}.ai-tools-home__input-wrap{width:100%;margin-top:34px;margin-bottom:64px;position:relative}.ai-tools-home__input-wrap--empty{margin-bottom:0}.ai-tools-home__search-icon{z-index:1;pointer-events:none;width:30px;height:30px;position:absolute;top:13px;left:16px}.ai-tools-home__input{color:#000;background:#fff;border:none;border-radius:16px;outline:none;width:100%;height:56px;padding:0 130px 0 54px;font-size:16px;line-height:56px;box-shadow:0 3px 14.8px 9px #d9daea12}.ai-tools-home__input:focus-visible{outline-offset:1px;outline:2px solid #435bfa59}.ai-tools-home__input::placeholder{color:#999}.ai-tools-home__clear{cursor:pointer;background:0 0;border:none;width:20px;height:20px;padding:0;position:absolute;top:50%;right:130px;transform:translateY(-50%)}.ai-tools-home__clear img{width:20px;height:20px}.ai-tools-home__search-btn{color:#fff;cursor:pointer;background:linear-gradient(90deg,#624cfd 0%,#0a77f4 100%);border:none;border-radius:16px;justify-content:center;align-items:center;width:106px;height:52px;padding:0;font-size:20px;font-weight:500;line-height:1;display:flex;position:absolute;top:2px;right:2px}.ai-tools-home__search-btn--disabled{opacity:.6;cursor:not-allowed}.ai-tools-home__loading,.ai-tools-detail__loading{justify-content:center;padding:48px 0;display:flex}.ai-tools-home__empty{flex-direction:column;align-items:center;width:100%;max-width:395px;margin:100px auto 0;display:flex}.ai-tools-home__empty img{width:395px;max-width:100%;height:auto}.ai-tools-home__results h4{margin:0 0 16px}.ai-tools-home__results{max-width:var(--tools-content-max);margin:0 auto}.ai-tools-categories{width:100%;max-width:var(--tools-content-max);margin:0 auto;padding:0 0 24px}.ai-tools-category{margin-bottom:50px}.ai-tools-category:last-child{margin-bottom:0}.ai-tools-category__title{color:#333;margin:0 0 48px;font-size:20px;font-weight:500;line-height:14px}.ai-tools-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;display:grid}.ai-tools-card{cursor:pointer;text-align:left;width:100%;height:112px;font:inherit;background:#fff;border:none;border-radius:10px;flex-direction:column;gap:8px;padding:16px;display:flex}.ai-tools-card__header{align-items:center;gap:10px;min-width:0;display:flex}.ai-tools-card__img{object-fit:cover;background:#f4f5f7;border-radius:8px;flex-shrink:0;width:36px;height:36px}.ai-tools-card__img--placeholder{display:inline-block}.ai-tools-card__title{color:#333;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;margin:0;font-size:16px;font-weight:500;line-height:22px;overflow:hidden}.ai-tools-card:hover .ai-tools-card__title{color:#435bfa}.ai-tools-card__desc{-webkit-line-clamp:2;line-clamp:2;color:#999;-webkit-box-orient:vertical;margin:0;font-size:14px;line-height:20px;display:-webkit-box;overflow:hidden}.ai-tools-ranking{width:100%;max-width:var(--tools-content-max);grid-template-columns:repeat(3,minmax(0,1fr));gap:36px;margin:0 auto 58px;display:grid}.ai-tools-ranking__card{border-radius:10px;flex-direction:column;min-width:0;height:366px;padding:18px 20px 20px;display:flex;overflow:hidden}.ai-tools-ranking__card--recommend{background:linear-gradient(174deg,#fef8ed 0%,#fff 33%)}.ai-tools-ranking__card--hot{background:linear-gradient(175deg,#feeded 0%,#fff 40%)}.ai-tools-ranking__card--latest{background:linear-gradient(175deg,#e4ebff 0%,#fff 40%)}.ai-tools-ranking__header{flex-shrink:0;justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.ai-tools-ranking__title{color:#333;align-items:center;gap:6px;font-size:16px;font-weight:500;line-height:1;display:flex}.ai-tools-ranking__icon{flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:inline-flex}.ai-tools-ranking__icon img{object-fit:contain;width:32px;height:32px}.ai-tools-ranking__list{flex-direction:column;flex:1;gap:18px;min-height:0;margin:0;padding:0;list-style:none;display:flex}.ai-tools-ranking__item{cursor:pointer;text-align:left;width:100%;min-height:40px;font:inherit;background:0 0;border:none;align-items:center;gap:10px;padding:0;display:flex}.ai-tools-ranking__badge{flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.ai-tools-ranking__badge img{object-fit:contain;width:32px;height:32px}.ai-tools-ranking__num{text-align:center;color:#333;width:32px;font-size:14px;line-height:1}.ai-tools-ranking__app-icon{object-fit:cover;background:#f4f5f7;border-radius:8px;flex-shrink:0;width:40px;height:40px}.ai-tools-ranking__app-icon--placeholder{display:inline-block}.ai-tools-ranking__info{flex-direction:column;flex:1;gap:12px;min-width:0;display:flex}.ai-tools-ranking__name{color:#333;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:14px;font-weight:500;line-height:1;overflow:hidden}.ai-tools-ranking__item:hover .ai-tools-ranking__name{color:#435bfa}.ai-tools-ranking__desc{color:#999;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:12px;line-height:1;overflow:hidden}.ai-tools-detail{width:100%;max-width:var(--tools-content-max);margin:0 auto;padding-top:24px}.ai-tools-detail__back{cursor:pointer;color:#666;background:0 0;border:none;align-items:center;gap:4px;margin:0;padding:0;font-family:PingFang SC,sans-serif;font-size:16px;font-weight:400;line-height:1.75em;display:inline-flex}.ai-tools-detail__back-icon{flex-shrink:0;width:24px;height:24px}.ai-tools-detail__back:hover{color:#333}.ai-tools-detail__card,.ai-tools-detail__intro{background:#fff;border:none;border-radius:10px;margin-top:16px;padding:24px 32px;box-shadow:0 1px 2px #0000000a}.ai-tools-detail__card--mobile,.ai-tools-detail__intro--mobile{padding:20px 16px}.ai-tools-detail__identity{align-items:center;gap:16px;display:flex}.ai-tools-detail__img{object-fit:cover;border-radius:50%;width:80px;height:80px;display:block}.ai-tools-detail__meta{flex-direction:column;align-items:flex-start;gap:8px;min-width:0;display:flex}.ai-tools-detail__name{color:#333;margin:0;font-size:20px;font-weight:500;line-height:28px}.ai-tools-detail__tag{color:#435bfa;background:#435bfa1a;border-radius:6px;padding:4px 12px;font-size:12px;line-height:20px;display:inline-block}.ai-tools-detail__profile{color:#00000080;margin:24px 0 0;font-size:14px;line-height:22px}.ai-tools-detail__open{color:#fff;cursor:pointer;background:linear-gradient(90deg,#624cfd 0%,#0a77f4 100%);border:none;border-radius:16px;width:210px;height:52px;margin-top:24px;font-size:16px;font-weight:500}.ai-tools-detail__intro-title{color:#333;margin:0 0 16px;font-size:16px;font-weight:500;line-height:24px}.ai-tools-detail__intro-content{color:#000000a6;font-size:14px;line-height:22px}.ai-tools-detail__intro-content img{border-radius:8px;max-width:100%;height:auto}.ai-tools-detail__empty{text-align:center;color:#999;padding:48px}.ai-tools-modal-overlay{z-index:1000;background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.ai-tools-modal{background:#fff;border-radius:16px;flex-direction:column;width:min(960px,92vw);max-height:86vh;display:flex;overflow:hidden}.ai-tools-modal--dark{color:#fff;background:linear-gradient(#31346c,#28294a)}.ai-tools-modal__header{border-bottom:1px solid #0000000f;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.ai-tools-modal__title{font-size:16px;font-weight:500}.ai-tools-modal__close{cursor:pointer;color:inherit;background:0 0;border:none;font-size:24px;line-height:1}.ai-tools-modal__body{max-height:calc(86vh - 56px);overflow-y:auto}.ai-tools-gift{padding:24px}.ai-tools-gift__sub{text-align:center;color:#7f7f7f;font-size:14px;line-height:20px}.ai-tools-gift__price{text-align:center;margin-top:10px;font-weight:500;line-height:28px}.ai-tools-gift__price span:nth-child(2){margin:0 4px;font-size:40px}.ai-tools-gift__cols{justify-content:space-between;gap:12px;margin:24px 0;padding:16px;display:flex}.ai-tools-gift__cols--full{display:block}.ai-tools-gift__cols>div{flex:1}.ai-tools-gift__cols p{color:#7f7f7f;margin:0;font-size:12px;line-height:17px}.ai-tools-gift__cols>div>p:first-child{color:#000;margin-bottom:8px;font-size:14px;line-height:20px}.ai-tools-gift__cols--dark p{color:#fff;opacity:.5}.ai-tools-gift__cols--dark>div>p:first-child{opacity:1}.ai-tools-gift__features{background:#fff;border-radius:8px;padding:24px}.ai-tools-gift__features--dark{background:linear-gradient(#31346c,#28294a)}.ai-tools-gift__list{flex-wrap:wrap;gap:12px;margin-top:16px;display:flex}.ai-tools-gift__item{background:#00000008;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;width:290px;max-width:100%;padding:24px 0;display:flex}.ai-tools-gift__features--dark .ai-tools-gift__item{background:#343554}.ai-tools-gift__item img{width:32px;height:32px;margin-bottom:16px}.ai-tools-gift__item p{color:#000;margin:0;font-size:14px;line-height:20px}.ai-tools-gift__features--dark .ai-tools-gift__item p{color:#fff}.ai-tools-gift__block{background:#fff;border-radius:8px;margin-top:12px;padding:24px}.ai-tools-gift__block h4{margin:0}.ai-tools-gift__block>p{color:#7f7f7f;margin-top:16px;font-size:14px}.ai-tools-gift__block--dark{background-color:#272945}.ai-tools-gift__block--dark>p{color:#fff;opacity:.6}@media (width<=1400px){.ai-tools{--tools-content-pad:24px}.ai-tools-categories{padding-left:0;padding-right:0}.ai-tools-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=1024px){.ai-tools-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=640px){.ai-tools-grid{grid-template-columns:1fr}.ai-tools-home__brand-title{font-size:28px}}@container ranking-main (width<=719px){.ai-tools-ranking{grid-template-columns:1fr;gap:24px}.ai-tools-ranking__card{height:auto;min-height:auto}}@container ranking-main (width<=479px){.ai-tools-ranking{gap:20px;margin-bottom:40px}.ai-tools-ranking__header{margin-bottom:16px}.ai-tools-ranking__list{gap:16px}}@container tools-shell (width<=1280px){.ai-tools{--tools-content-pad:20px}.ai-tools-home{padding-top:64px}.ai-tools-home__brand-title{font-size:32px}.ai-tools-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@container tools-shell (width<=1024px){.ai-tools{--tools-sidebar-width:180px;--tools-content-pad:16px}.ai-tools__sidebar-title{padding:var(--wm-dual-sidebar-head-top) var(--tools-sidebar-inset-x) 0;margin-bottom:calc(var(--wm-dual-sidebar-head-height) - var(--wm-dual-sidebar-head-top) - var(--wm-tools-sidebar-title-line))}.ai-tools__nav{padding:0 var(--tools-sidebar-inset-x) .75rem;gap:var(--tools-nav-gap)}.ai-tools-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@container tools-shell (width<=820px){.ai-tools-home{padding-top:48px}.ai-tools-home__brand{gap:12px}.ai-tools-home__brand-img{width:56px;height:56px}.ai-tools-home__brand-title{font-size:28px}.ai-tools-home__input{padding-right:110px;font-size:14px}.ai-tools-home__search-btn{width:88px;padding:16px 12px}.ai-tools-grid{grid-template-columns:1fr}}
