:root{--bg: #F8F8FF;--panel: #fbfbfc;--surface: #ffffff;--fg: #171719;--muted: #8c8d92;--soft: #f0f0f2;--border: #e7e7eb;--accent: #6B36FA;--accent-soft: rgba(107, 54, 250, .07);--shadow: 0 18px 42px rgba(19, 19, 24, .055);--font-display: -apple-system, BlinkMacSystemFont, "Inter", "Segoe UI", system-ui, sans-serif;--font-body: -apple-system, BlinkMacSystemFont, "Inter", "Segoe UI", system-ui, sans-serif;--font-mono: ui-monospace, "JetBrains Mono", Menlo, monospace;--sidebar: 248px;--sidebar-collapsed: 76px;--sidebar-gap: 16px;--sidebar-pad: 20px;--home-content-width: clamp(1100px, calc(58.3333vw + 260px) , 1500px);--secondary-page-side-gap: 20px;--secondary-page-content-width: clamp( 1136px, calc(100vw - var(--sidebar-gap) - var(--sidebar-current, var(--sidebar)) - (var(--secondary-page-side-gap) * 2)), 1616px );--skill-detail-content-width: var(--secondary-page-content-width);--content-max: var(--home-content-width);--home-content-edge: 24px;--home-content-pad: max(var(--home-content-edge), calc((100% - var(--home-content-width)) / 2))}*{box-sizing:border-box}svg,picture,canvas,video{-webkit-user-drag:none;-webkit-user-select:none;user-select:none}img{-webkit-user-drag:none;-webkit-user-select:none;user-select:none}.user-draggable-image,img[src^="blob:"],img[src^="data:image"],img[src^="http://"],img[src^="https://"],img[src*="/uploads/"],img[src*="/aigc"],img[src*="/jfs/"]{-webkit-user-drag:element}img[src$=".svg"],img[src*=icon],img[src*=logo],img[src*=avatar]{-webkit-user-drag:none}html{min-width:320px;background:var(--bg)}body{margin:0;min-height:100dvh;overflow-x:hidden;color:var(--fg);background:var(--bg);font-family:var(--font-body);font-size:15px;line-height:1.5;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}body.app-overlay-open,body.ali-overlay-open,body.skills-overlay-open,body.product-edit-open,body.group-drawer-open{overflow:hidden}button,input,textarea{font:inherit}button{cursor:pointer}body[data-active-page=conversations] .main-top .bell-button{display:none}button.ali-product-thumb{border:0;padding:0;display:inline-block;cursor:pointer;appearance:none;font:inherit}button.ali-product-thumb:focus-visible{outline:2px solid rgba(107,54,250,.42);outline-offset:3px}.landing-page{min-height:100vh;background:#fff}.custom-management-page{width:100%;min-width:0;color:#1c1b22}.custom-management-shell{width:min(940px,calc(100% - 48px));margin:0 auto;padding:18px 0 64px}.custom-management-simple-header{display:flex;align-items:baseline;gap:12px;padding:8px 0 18px}.custom-management-simple-header h1{margin:0;font-size:26px;letter-spacing:-.03em}.custom-management-simple-header span{color:#8b8795;font-size:13px}.custom-feature-list{display:grid;gap:10px}.custom-feature-list-row{display:flex;align-items:center;gap:13px;min-height:76px;padding:13px 16px;border:1px solid #ebe8f1;border-radius:14px;background:#fff;box-shadow:0 8px 24px #3927710a}.custom-feature-list-row:hover{border-color:#d8cff6;box-shadow:0 9px 28px #5a3daa14}.custom-feature-mark{display:grid;place-items:center;width:38px;height:38px;flex:0 0 auto;border-radius:11px;color:#fff;font-size:13px;font-weight:800}.custom-feature-mark.is-review{background:linear-gradient(135deg,#7d59e4,#5632bd)}.custom-feature-mark.is-invite{background:linear-gradient(135deg,#2e9e8d,#287467)}.custom-feature-copy{min-width:0;flex:1}.custom-feature-copy h2{margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:15px}.custom-feature-copy p{margin:6px 0 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#8d8997;font-size:12px}.custom-feature-copy p i{margin:0 4px;font-style:normal;color:#c6c1d0}.custom-feature-status{padding:4px 7px;border-radius:999px;font-size:10px;white-space:nowrap}.custom-feature-status.is-enabled{color:#18825e;background:#eaf8f2}.custom-feature-status.is-pending{color:#946b18;background:#fff5dc}.custom-authorized-count{display:inline-flex;align-items:baseline;gap:5px;padding:4px 8px;border:0;border-radius:8px;color:#6543bd;background:#f7f3ff;cursor:pointer}.custom-authorized-count strong{font-size:16px;line-height:1}.custom-authorized-count small{font-size:11px}.custom-authorized-count:hover{background:#eee7ff}.custom-feature-actions{display:flex;gap:7px;flex:0 0 auto}.custom-feature-actions button,.custom-secondary-button{min-height:32px;padding:0 10px;border:1px solid #e0dced;border-radius:8px;color:#6543bd;background:#fff;font-size:12px;font-weight:700;cursor:pointer}.custom-feature-actions button:hover,.custom-secondary-button:hover{border-color:#8465de;background:#faf8ff}.custom-modal-backdrop{position:fixed;inset:0;z-index:100;display:grid;place-items:center;padding:20px;background:#19152a6b}.custom-modal{display:flex;flex-direction:column;width:min(680px,100%);max-height:min(760px,calc(100dvh - 40px));overflow:hidden;border:1px solid #e7e2f1;border-radius:17px;background:#fff;box-shadow:0 24px 70px #1f153c3d}.custom-modal-header{position:sticky;top:0;z-index:2;display:flex;align-items:flex-start;justify-content:space-between;flex:0 0 auto;gap:14px;padding:20px 22px 16px;border-bottom:1px solid #f0edf5;background:#fff}.custom-modal-header>div:first-child{min-width:0}.custom-modal-header span{display:block;min-height:12px;color:#7752dc;font-size:10px;font-weight:800;letter-spacing:.12em}.custom-modal-header h2{margin:5px 0 4px;font-size:20px}.custom-modal-header p{margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#898592;font-size:12px}.custom-modal-header-actions{display:flex;align-items:center;flex:0 0 auto;gap:8px}.custom-invite-trigger{min-height:32px;padding:0 11px;border:1px solid #d9cdf8;border-radius:8px;color:#6543bd;background:#faf8ff;font-size:12px;font-weight:700;cursor:pointer}.custom-invite-trigger:hover{border-color:#a88ae6;background:#f1ebff}.custom-modal-close{width:30px;height:30px;border:0;border-radius:8px;color:#77727f;background:transparent;font-size:24px;line-height:1;cursor:pointer}.custom-modal-close:hover{background:#f5f2fb;color:#41218f}.custom-modal-body{min-height:0;overflow-y:auto;padding:18px 22px 22px}.custom-modal-caption{margin-bottom:12px;color:#8c8896;font-size:12px}.custom-modal-subtitle{margin:22px 0 10px;font-size:14px}.custom-modal-subtitle:first-child{margin-top:0}.custom-edit-form{display:grid;gap:14px}.custom-edit-form label>span:not(.custom-select-control){display:block;margin-bottom:6px;color:#77727f;font-size:12px}.custom-edit-form input{width:100%;box-sizing:border-box;height:38px;padding:0 10px;border:1px solid #e3dfeb;border-radius:8px;color:#292631;background:#fff;font:inherit;font-size:13px}.custom-edit-form input:focus{border-color:#a68ae7;outline:0;box-shadow:0 0 0 3px #6842cd1a}.custom-select-control{display:block;margin:0}.custom-select-control .unified-select{width:100%}.custom-select-control .unified-select-button{height:38px;min-height:38px;border:1px solid #e3dfeb;border-radius:8px;color:#292631;background:#fff;font-size:13px}.custom-select-control .unified-select-button:hover,.custom-select-control .unified-select.is-open .unified-select-button,.custom-select-control .unified-select-button:focus-visible{border-color:#a68ae7;box-shadow:0 0 0 3px #6842cd1a}.custom-mode-help{display:block;margin-top:7px;color:#918e9c;font-size:11px;line-height:1.55}.custom-co-creator-field{display:grid;gap:6px}.custom-co-creator-heading{display:flex;align-items:baseline;justify-content:space-between;gap:10px}.custom-co-creator-heading>span{color:#77727f;font-size:12px}.custom-co-creator-heading small{color:#918e9c;font-size:11px}.custom-modal-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:3px}.custom-primary-button{min-height:34px;padding:0 14px;border:0;border-radius:8px;color:#fff;background:#6842cd;font-size:12px;font-weight:750;cursor:pointer}.custom-primary-button:hover{background:#5833b8}.custom-device-revoke:disabled,.custom-primary-button:disabled{cursor:wait;opacity:.58}.custom-user-list{border:1px solid #efedf3;border-radius:11px;overflow:hidden}.custom-user-row+.custom-user-row{border-top:1px solid #efedf3}.custom-user-main-wrap{display:flex;align-items:stretch;gap:8px;padding-right:10px;background:#fff}.custom-user-main-wrap .custom-user-main{flex:1;min-width:0}.custom-user-main{display:grid;grid-template-columns:34px minmax(0,1fr) auto 18px;align-items:center;width:100%;gap:10px;padding:12px 13px;border:0;color:inherit;background:#fff;text-align:left;cursor:pointer}.custom-user-main:hover{background:#fbfaff}.custom-user-main>span:nth-child(2){min-width:0}.custom-user-avatar{display:grid;place-items:center;width:32px;height:32px;border-radius:50%;color:#fff;background:linear-gradient(135deg,#7f5bea,#5432be);font-size:12px;font-weight:800}.custom-user-main strong,.custom-user-main small{display:block}.custom-user-main small{margin-top:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#8c8995;font-size:11px}.custom-user-main b{display:flex;align-items:flex-end;flex-direction:column;gap:2px;color:#7152c5;font-size:10px;font-weight:700;white-space:nowrap}.custom-user-main b span:last-child{color:#a67a2a}.custom-user-main i{color:#8b8792;font-style:normal}.custom-remark-action{align-self:center;flex:0 0 auto;min-height:27px;padding:0 8px;border:1px solid #ded5f5;border-radius:7px;color:#6543bd;background:#faf8ff;font-size:10px;font-weight:700;cursor:pointer}.custom-remark-action:hover:not(:disabled){border-color:#a88ae6;background:#f1ebff}.custom-remark-action:disabled{cursor:wait;opacity:.58}.custom-device-list{padding:0 13px 11px 57px;background:#fbfaff}.custom-device-row{display:flex;align-items:center;gap:9px;padding:8px 0}.custom-device-row+.custom-device-row{border-top:1px dashed #e9e4f2}.custom-device-row>span:nth-child(2){min-width:0;flex:1}.custom-device-row strong,.custom-device-row small{display:block}.custom-device-title{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.custom-device-title-code{max-width:min(100%,390px);padding:0;overflow:hidden;border:0;color:#40364f;background:transparent;font:inherit;font-size:13px;font-weight:750;text-overflow:ellipsis;vertical-align:middle;cursor:pointer}.custom-device-title-code:hover{color:#4d2eaa;text-decoration:underline}.custom-device-row small,.custom-device-row em{color:#938f9d;font-size:10px;font-style:normal}.custom-device-row.is-disabled{opacity:.62}.custom-device-revoke{flex:0 0 auto;min-height:27px;padding:0 7px;border:1px solid #e8caca;border-radius:7px;color:#b24b4b;background:#fff8f8;font-size:10px;cursor:pointer}.custom-device-revoke:hover:not(:disabled){border-color:#d99898;background:#fff0f0}.custom-device-dot{width:7px;height:7px;border-radius:50%}.custom-device-dot.is-online{background:#25a777;box-shadow:0 0 0 3px #dcf5eb}.custom-device-dot.is-offline{background:#b9b6bf;box-shadow:0 0 0 3px #f0eef2}.custom-invite-dialog-backdrop{position:fixed;inset:0;z-index:4;display:grid;place-items:center;padding:16px;background:#19152a47}.custom-invite-dialog{width:min(400px,100%);border:1px solid #e7e2f1;border-radius:14px;background:#fff;box-shadow:0 20px 60px #1f153c38}.custom-invite-dialog header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:18px 18px 14px;border-bottom:1px solid #f0edf5}.custom-invite-dialog header span{color:#7752dc;font-size:10px;font-weight:800;letter-spacing:.12em}.custom-invite-dialog h3{margin:5px 0 4px;font-size:18px}.custom-invite-dialog header p{margin:0;color:#898592;font-size:12px}.custom-invite-dialog header button{width:28px;height:28px;border:0;border-radius:7px;color:#77727f;background:transparent;font-size:22px;cursor:pointer}.custom-invite-dialog header button:hover{background:#f5f2fb}.custom-invite-dialog-body{display:grid;gap:7px;padding:18px}.custom-invite-dialog-body label{color:#77727f;font-size:12px;font-weight:700}.custom-invite-dialog-body input{height:38px;box-sizing:border-box;padding:0 10px;border:1px solid #e3dfeb;border-radius:8px;font:inherit;font-size:13px}.custom-invite-dialog-body input:focus{border-color:#a68ae7;outline:0;box-shadow:0 0 0 3px #6842cd1a}.custom-invite-dialog-body small{color:#918e9c;font-size:11px}.custom-invite-dialog footer{display:flex;justify-content:flex-end;gap:8px;padding:0 18px 18px}.custom-remark-dialog-backdrop{position:fixed;inset:0;z-index:6;display:grid;place-items:center;padding:16px;background:#19152a47}.custom-remark-dialog{width:min(400px,100%);border:1px solid #e7e2f1;border-radius:14px;background:#fff;box-shadow:0 20px 60px #1f153c38}.custom-remark-dialog header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:18px 18px 14px;border-bottom:1px solid #f0edf5}.custom-remark-dialog h3{margin:0;font-size:18px}.custom-remark-dialog header button{width:28px;height:28px;border:0;border-radius:7px;color:#77727f;background:transparent;font-size:22px;cursor:pointer}.custom-remark-dialog header button:hover:not(:disabled){background:#f5f2fb}.custom-remark-dialog header button:disabled{cursor:wait;opacity:.58}.custom-remark-dialog-body{display:grid;gap:7px;padding:18px}.custom-remark-dialog-body label{color:#77727f;font-size:12px;font-weight:700}.custom-remark-dialog-body textarea{min-height:96px;box-sizing:border-box;resize:vertical;padding:10px;border:1px solid #e3dfeb;border-radius:8px;color:#292631;background:#fff;font:inherit;font-size:13px;line-height:1.5}.custom-remark-dialog-body textarea:focus{border-color:#a68ae7;outline:0;box-shadow:0 0 0 3px #6842cd1a}.custom-remark-dialog footer{display:flex;justify-content:flex-end;gap:8px;padding:0 18px 18px}.custom-usage-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}.custom-usage-summary>div{padding:12px;border-radius:10px;background:#faf8ff}.custom-usage-summary small,.custom-usage-summary strong{display:block}.custom-usage-summary small{color:#8d8996;font-size:11px}.custom-usage-summary strong{margin-top:7px;color:#4f2da9;font-size:19px}.custom-usage-summary em{font-size:10px;font-style:normal;font-weight:500}.custom-table-wrap{overflow-x:auto;border:1px solid #efedf3;border-radius:10px}.custom-table{width:100%;min-width:470px;border-collapse:collapse;font-size:12px}.custom-table th,.custom-table td{padding:11px 12px;border-bottom:1px solid #f0eef4;text-align:left;white-space:nowrap}.custom-table th{color:#898592;background:#fbfaff;font-size:11px}.custom-table tbody tr:last-child td{border-bottom:0}.custom-table td strong{color:#5e3abb}.custom-empty-panel{padding:30px 16px;color:#8d8996;text-align:center}.custom-empty-panel strong{display:block;color:#4d4858;font-size:14px}.custom-empty-panel p{margin:7px 0 0;font-size:12px}.custom-device-type{display:inline-block;margin-left:5px;padding:2px 5px;border-radius:4px;color:#6651a5;background:#eee9ff;font-size:9px;font-weight:700;vertical-align:1px}.custom-remark{color:#756d83!important}.custom-device-code-line{white-space:nowrap}.custom-device-code{max-width:100%;padding:0;overflow:hidden;border:0;color:#71648d;background:transparent;font:inherit;text-overflow:ellipsis;cursor:pointer}.custom-device-code:hover{color:#4d2eaa;text-decoration:underline}@media(max-width:720px){body[data-active-page=custom-management] .app:not(.app--embedded){display:block;width:100%;min-width:0}body[data-active-page=custom-management] .app:not(.app--embedded) .sidebar{display:none}body[data-active-page=custom-management] .app:not(.app--embedded) .main{width:100%;min-width:0}.custom-management-shell{width:min(calc(100% - 24px),560px);box-sizing:border-box;padding-top:8px}.custom-management-simple-header{padding-bottom:12px}.custom-feature-list-row{flex-wrap:wrap;gap:9px 10px;padding:12px;box-sizing:border-box}.custom-feature-copy{flex-basis:calc(100% - 60px)}.custom-feature-status{margin-left:48px}.custom-feature-actions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));width:100%;box-sizing:border-box;padding-left:48px}.custom-feature-actions button{min-width:0;width:100%;padding-left:5px;padding-right:5px}.custom-modal-backdrop{padding:10px}.custom-modal{max-height:calc(100dvh - 20px);border-radius:14px}.custom-modal-header,.custom-modal-body{padding-left:15px;padding-right:15px}.custom-modal-header-actions{gap:5px}.custom-invite-trigger{padding:0 8px}.custom-invite-dialog-backdrop,.custom-remark-dialog-backdrop{padding:10px}.custom-usage-summary{grid-template-columns:1fr}.custom-usage-summary>div{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.custom-usage-summary strong{margin-top:0}.custom-user-main-wrap{padding-right:6px;gap:4px}.custom-user-main{grid-template-columns:32px minmax(0,1fr) auto 18px;gap:7px;padding-left:9px;padding-right:5px}.custom-user-main b{align-items:flex-end;font-size:9px}.custom-remark-action{padding-left:6px;padding-right:6px;font-size:9px}.custom-device-list{padding-left:45px}.custom-device-row{flex-wrap:wrap}.custom-device-row>span:nth-child(2){flex-basis:calc(100% - 26px)}.custom-device-row em{margin-left:16px}.custom-device-revoke{margin-left:auto}}.route-fallback{position:fixed;inset:0;z-index:9999;min-height:100vh;min-height:100dvh;display:grid;place-items:center;color:var(--muted);background:var(--bg)}.route-loader{position:relative;width:56px;height:56px;display:grid;place-items:center}.route-loader__ring{position:absolute;inset:0;border:3px solid rgba(107,54,250,.12);border-top-color:var(--accent);border-radius:999px;animation:route-loader-spin .78s linear infinite}@keyframes route-loader-spin{to{transform:rotate(1turn)}}.route-error{min-height:100vh;min-height:100dvh;display:grid;place-items:center;padding:32px;color:var(--fg);background:var(--bg)}.route-error__panel{width:min(460px,100%);border:1px solid #ececf3;border-radius:20px;padding:28px;background:#fff;box-shadow:0 18px 44px #1f1f2414}.route-error__kicker{margin:0 0 8px;color:var(--accent);font-size:13px;font-weight:700}.route-error h1{margin:0;color:#171719;font-size:24px;line-height:1.25}.route-error p{margin:12px 0 0;color:var(--muted);font-size:14px;line-height:1.7}.route-error button{margin-top:22px;min-height:40px;border:0;border-radius:12px;padding:0 18px;color:#fff;background:var(--accent);font-weight:700}.route-error pre{max-height:160px;margin:18px 0 0;overflow:auto;border-radius:12px;padding:12px;color:#52545c;background:#f6f6fb;font-size:12px;white-space:pre-wrap}.ai-improvement-access-state{width:min(560px,calc(100vw - 40px));margin:auto;display:grid;gap:14px;justify-items:center;border:1px solid #e6e8ef;border-radius:12px;background:#fff;padding:34px 28px;text-align:center;box-shadow:0 14px 42px #1d293914}.ai-improvement-access-state strong{color:#101828;font-size:20px;line-height:1.3}.ai-improvement-access-state p{margin:0;color:#667085;font-size:14px;line-height:1.6}.ai-improvement-access-state span{display:flex;flex-wrap:wrap;justify-content:center;gap:10px}.ai-improvement-access-state button{min-height:36px;border:1px solid #d0d5dd;border-radius:8px;background:#fff;color:#344054;padding:0 14px;font-weight:800}.ai-improvement-access-state button:first-child{border-color:#5e3fd7;background:#5e3fd7;color:#fff}.ai-improvement-access-state button:disabled{cursor:not-allowed;opacity:.55}@media(prefers-reduced-motion:reduce){.route-loader__ring{animation-duration:1ms;animation-iteration-count:1}}
