@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Manrope:wght@600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:wght,FILL@100..700,0..1&display=swap";.app-shell.minimal-auth-shell{--auth-brand: #2f6de4;--auth-brand-light: #e6f0ff;width:100%;height:100dvh;min-height:100dvh;min-width:0;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:32px 24px;background:linear-gradient(180deg,#e4eeff 0%,#f4f8ff 25%,var(--surface) 100%);position:relative;overflow-y:auto}.minimal-auth-content-container{width:100%;max-width:380px;margin:auto 0;display:flex;flex-direction:column}.minimal-auth-splash{position:absolute;top:0;left:0;width:100%;height:100%;background:var(--auth-brand);z-index:100;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;transition:opacity .5s ease,visibility .5s ease}.minimal-auth-splash.hidden{opacity:0;visibility:hidden}.minimal-auth-splash-text{font-size:28px;font-weight:700;color:#fff;letter-spacing:-.01em}.minimal-auth-header{display:flex;flex-direction:column;align-items:center;text-align:center;margin-top:0;margin-bottom:32px}.minimal-auth-language-switch{position:absolute;top:16px;right:16px;display:flex;align-items:center;gap:4px;padding:3px;border:1px solid var(--line);border-radius:999px;background:color-mix(in srgb,var(--surface) 82%,transparent);z-index:10}.minimal-auth-language-switch button{min-width:58px;min-height:28px;border:none;border-radius:999px;background:transparent;color:var(--text-secondary);font-size:12px;font-weight:600;cursor:pointer}.minimal-auth-language-switch button.active{background:var(--surface);color:var(--auth-brand);box-shadow:var(--shadow-sm, 0 2px 4px rgba(0,0,0,.05))}.minimal-auth-logo-container{display:flex;align-items:center;justify-content:center;gap:8px;margin-bottom:32px}.minimal-auth-logo-text{font-size:22px;font-weight:700;color:var(--auth-brand);letter-spacing:-.01em}.minimal-auth-header h1{margin:0 0 6px;font-size:26px;font-weight:700;color:var(--text);letter-spacing:-.02em}.minimal-auth-header p{margin:0;font-size:13px;color:var(--text-secondary)}.minimal-auth-tabs{display:flex;background:var(--surface-soft);border-radius:99px;padding:4px;margin-bottom:24px}.minimal-auth-tab{flex:1;text-align:center;padding:8px 0;font-size:13px;font-weight:600;color:var(--text-secondary);border-radius:99px;cursor:pointer;transition:all .2s ease}.minimal-auth-tab.active{background:var(--surface);color:var(--auth-brand);box-shadow:var(--shadow-sm, 0 2px 4px rgba(0,0,0,.05))}.minimal-auth-form{width:100%;display:flex;flex-direction:column;gap:20px}.minimal-auth-field-group{display:flex;flex-direction:column;gap:8px;position:relative}.minimal-auth-field-group label{font-size:13px;font-weight:600;color:var(--text);padding-left:12px}.minimal-auth-input-wrapper{position:relative;display:flex;align-items:center}.minimal-auth-field-group input{width:100%;height:48px;border-radius:99px;border:1px solid var(--line);background:var(--surface);padding:0 20px;font-size:14px;color:var(--text);transition:border-color .2s ease,box-shadow .2s ease}.minimal-auth-field-group input:focus{outline:none;border-color:var(--auth-brand)}.minimal-auth-field-group input::placeholder{color:var(--text-tertiary)}.minimal-auth-dev-code{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;min-height:36px;border:1px dashed color-mix(in srgb,var(--auth-brand) 35%,var(--line));border-radius:10px;background:color-mix(in srgb,var(--auth-brand) 8%,var(--surface));color:var(--text-secondary);padding:8px 12px;font-size:12px;cursor:pointer}.minimal-auth-dev-code strong{color:var(--auth-brand);font-size:18px;letter-spacing:.12em;font-variant-numeric:tabular-nums}.minimal-auth-input-icon{position:absolute;right:16px;color:var(--text-tertiary);display:flex;align-items:center;justify-content:center}.minimal-auth-link{position:absolute;right:12px;top:0;font-size:12px;font-weight:600;color:var(--auth-brand);text-decoration:none;cursor:pointer;background:none;border:none;padding:0}.minimal-auth-link:disabled{opacity:.5;cursor:not-allowed}.minimal-auth-primary{height:48px;border:none;border-radius:99px;background:var(--auth-brand);color:#fff;font-size:15px;font-weight:600;cursor:pointer;transition:transform .1s ease,opacity .2s ease,box-shadow .2s ease;margin-top:8px}.minimal-auth-primary:disabled{opacity:.5;cursor:not-allowed;box-shadow:none}.minimal-auth-primary:active:not(:disabled){transform:scale(.98)}.minimal-auth-error{margin:0;font-size:13px;color:var(--danger);text-align:center;animation:fadeIn .3s ease}.minimal-auth-account-note,.minimal-auth-legal{text-align:center;margin:18px 0 0;font-size:12px;line-height:1.5;color:var(--text-tertiary)}.minimal-auth-legal{margin-top:8px}.minimal-auth-legal a{color:var(--auth-brand);font-weight:600;text-decoration:none;white-space:nowrap}@keyframes fadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.task-detail-screen{min-width:0;height:100%;display:flex;flex-direction:column;overflow:hidden;background:var(--screen-bg)}.task-detail-container{width:100%;max-width:672px;margin:0 auto;box-sizing:border-box;flex:1;min-height:0;display:block;overflow-y:auto;padding:16px 16px calc(28px + env(safe-area-inset-bottom));scrollbar-width:none}.task-detail-container>section{min-width:0}.task-stitch-root{display:block}.task-stitch-root>section{min-width:0}.task-stitch-section>h3{padding-inline:4px}.task-stitch-content :where(h2,h3,h4,p){margin:0}.task-stitch-root>:not(:last-child){margin-block-end:18px}.task-stitch-section>:not(:last-child){margin-block-end:12px}.task-stitch-content textarea,.task-stitch-content select{font-size:14px!important}.task-run-detail-container{gap:16px}.task-detail-container::-webkit-scrollbar,.task-run-list::-webkit-scrollbar,.task-trace-timeline::-webkit-scrollbar,.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{scrollbar-width:none}.task-card,.task-hero-card,.task-run-row,.task-run-inspector,.task-run-summary-block{background:#fff;border:1px solid #eef2f6;box-shadow:0 1px 2px #0f172a0a}.task-hero-card{position:relative;isolation:isolate;overflow:hidden;border-radius:12px;padding:24px;height:auto;min-height:0}.task-hero-accent{position:absolute;top:-48px;right:-48px;z-index:0;width:128px;height:128px;border-radius:999px;background:#e9f0fe;filter:blur(24px);opacity:.72}.task-hero-content{position:relative;z-index:1;display:flex;flex-direction:column;gap:16px}.task-hero-head{display:flex;align-items:flex-start;gap:0}.task-hero-head h2{min-width:0;margin:0;color:#191f28;font-size:22px;line-height:1.25;font-weight:800;letter-spacing:0;overflow-wrap:anywhere}.task-run-status-pill,.task-run-inspector-status,.task-trace-status{display:inline-flex;align-items:center;justify-content:center;gap:4px;white-space:nowrap;flex-shrink:0;font-weight:800}.task-run-inspector-status.succeeded{color:#047857;background:#0478571a;border:1px solid rgba(4,120,87,.16)}.task-run-inspector-status.running{color:#0053c6;background:#e9f0fe;border:1px solid rgba(0,83,198,.14)}.task-run-inspector-status.failed{color:#ba1a1a;background:#ba1a1a14;border:1px solid rgba(186,26,26,.14)}.task-hero-meta{display:flex;flex-wrap:wrap;align-items:center;gap:8px;color:#475569;font-size:13px;line-height:1.35}.task-hero-meta-divider{width:1px;height:16px;flex:0 0 auto;margin:0 4px;background:#c3c6d6}.task-hero-schedule{display:inline-flex;min-width:0;align-items:center;gap:4px;overflow-wrap:anywhere}.task-hero-schedule .material-symbols-outlined{color:#64748b;font-size:16px}.task-hero-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-top:10px;border-top:1px solid #f2f4f7;color:#64748b;font-size:12px;font-weight:750}.task-hero-footer span:first-child{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.task-hero-footer-link{color:#0053c6;white-space:nowrap}.task-detail-section,.execution-settings-section{display:grid;gap:12px}.task-detail-section-head,.execution-settings-section-head{padding:0 4px;display:flex;align-items:center;justify-content:space-between;gap:12px}.task-detail-section-head h3,.execution-settings-section-head h3{margin:0;color:#475569;font-size:14px;line-height:18px;font-weight:850}.task-detail-section-head>span{color:#64748b;font-size:12px;line-height:1.2;font-weight:750;white-space:nowrap}.task-card{position:relative;border-radius:12px;padding:16px}.task-overview-card{display:grid;gap:14px;padding:14px}.task-overview-data-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.task-overview-main{display:grid;gap:12px;min-width:0}.task-overview-status{display:flex;min-width:0;align-items:center;gap:8px}.task-overview-schedule{display:inline-flex;min-width:0;align-items:center;gap:4px;color:#475569;font-size:13px;line-height:1.35;font-weight:650;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.task-overview-schedule .material-symbols-outlined{flex-shrink:0;color:#64748b;font-size:16px}.task-overview-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.task-overview-metric{min-width:0;min-height:72px;padding:12px;border:1px solid #f2f4f7;border-radius:10px;background:#fff;box-shadow:0 1px 2px #0f172a0a}.task-overview-metric>span{display:block;margin-bottom:2px;color:#64748b;font-size:11px;line-height:1.2;font-weight:750;white-space:nowrap}.task-overview-metric>strong{display:flex;align-items:center;min-width:0;min-height:24px;padding-top:2px;color:#191f28;font-size:14px;line-height:1.35;font-weight:800;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.task-overview-status-value.succeeded{color:#047857}.task-overview-status-value.running{color:#0053c6}.task-overview-status-value.failed{color:#ba1a1a}.task-overview-status-value.disabled{color:#64748b}.task-content-textarea{min-height:24px;overflow:hidden}.task-overview-chat{width:100%;min-width:0;min-height:46px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;border:1px solid #eef2f6;border-radius:10px;background:#fff;color:inherit;text-align:left;cursor:pointer}.task-overview-chat:active{background:#f2f4f7}.task-overview-chat-copy{min-width:0;display:grid;gap:2px}.task-overview-chat-copy span{color:#64748b;font-size:11px;line-height:1.2;font-weight:750;white-space:nowrap}.task-overview-chat-copy strong{min-width:0;color:#191f28;font-size:13px;line-height:1.35;font-weight:800;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.task-overview-chat-link{flex-shrink:0;display:inline-flex;align-items:center;gap:1px;color:#0053c6;font-size:12px;line-height:1.2;font-weight:800;white-space:nowrap}.task-overview-chat-link .material-symbols-outlined{font-size:15px}.task-detail-screen .execution-settings-card{gap:0;padding:0;overflow:hidden;border-radius:12px;background:#fff;border:1px solid #eef2f6;box-shadow:0 1px 2px #0f172a0a}.task-detail-screen .execution-settings-card:hover{transform:none;box-shadow:0 1px 2px #0f172a0a}.task-detail-screen .execution-settings-field.inline{min-height:64px;padding:14px 16px;gap:14px;border-bottom:1px solid #f2f4f7}.task-detail-screen .execution-settings-field.inline:last-child{border-bottom:0}.task-detail-screen .execution-settings-field-label{position:relative;flex:0 0 auto;min-width:92px;padding-left:44px;color:#191f28;font-size:14px;line-height:32px;font-weight:800;white-space:nowrap}.task-detail-screen .execution-settings-field-label:before{content:"psychology";position:absolute;left:0;top:0;width:32px;height:32px;border-radius:8px;background:#0053c60d;color:#0053c6;font-family:Material Symbols Outlined;font-size:20px;font-weight:400;line-height:32px;text-align:center;font-variation-settings:"FILL" 0,"wght" 400,"GRAD" 0,"opsz" 24}.task-detail-screen .execution-settings-field.inline:nth-child(2) .execution-settings-field-label:before{content:"smartphone";color:#595f65;background:#595f650f}.task-detail-screen .execution-settings-select-wrapper{min-width:0;flex:1 1 auto}.task-detail-screen .execution-settings-select{min-height:36px;padding:6px 26px 6px 8px;border:0;border-radius:8px;background:transparent;color:#475569;font-size:14px;line-height:1.35;font-weight:600;text-align-last:right}.task-detail-screen .execution-settings-select:hover,.task-detail-screen .execution-settings-select:focus{background:#f7f9fb;box-shadow:none}.task-detail-screen .execution-settings-select-wrapper:after{content:"expand_more";right:0;color:#64748b;font-family:Material Symbols Outlined;font-size:18px;font-weight:400;font-variation-settings:"FILL" 0,"wght" 400,"GRAD" 0,"opsz" 24}.task-content-card{padding:16px;border-radius:12px;min-height:194px}.task-content-editor-shell{position:relative;min-height:160px;min-width:0;padding:0}.task-content-edit-icon{position:absolute;top:0;right:0;color:#64748b;font-size:18px;pointer-events:none}.task-field{display:flex;min-width:0;flex-direction:column;gap:6px}.task-field-label{color:#64748b;font-size:12px;font-weight:750}.task-field-value{color:#191f28;font-size:14px;line-height:1.5;overflow-wrap:anywhere}.task-field-value.highlight{color:#0053c6;font-weight:700}.task-field.inline{flex-direction:row;align-items:center;justify-content:space-between;gap:14px}.task-field.inline .task-field-label{flex:0 0 68px}.task-field.inline .task-field-value{min-width:0;flex:1 1 auto;text-align:right}.task-textarea{display:block;width:100%;min-height:160px;padding:0 28px 0 0;border:0;border-radius:0;resize:none;background:transparent;color:#191f28;font:inherit;font-size:14px;line-height:1.5;font-weight:500}.task-textarea:focus{outline:none}.task-run-record-stack{display:grid;gap:12px}.task-run-list{display:grid;gap:8px;min-width:0;max-height:248px;overflow-y:auto;padding-right:2px;scrollbar-width:none}.task-run-row{width:100%;min-width:0;min-height:72px;border-radius:12px;padding:14px 14px 14px 16px;color:inherit;font:inherit;text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:12px;transition:background .16s ease,border-color .16s ease,transform .16s ease}.task-run-row:hover,.task-run-row.selected{border-color:#0053c63d;background:#e9f0fe6b}.task-run-row:active{transform:scale(.99)}.task-run-row.selected.failed,.task-run-row.failed{border-left:4px solid #ba1a1a}.task-run-row-main{min-width:0;display:grid;gap:6px}.task-run-row-title{min-width:0;display:flex;align-items:center;gap:8px}.task-run-row-title strong{min-width:0;color:#191f28;font-size:14px;line-height:1.35;font-weight:800;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.task-run-row-meta{min-width:0;display:block;color:#64748b;font-size:12px;line-height:1.35;font-weight:650;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.task-run-status-pill{padding:2px 8px;border-radius:999px;font-size:10px;line-height:1.3;letter-spacing:0}.task-run-status-pill.running{color:#0053c6;background:#e9f0fe}.task-run-status-pill.succeeded{color:#047857;background:#0478571a}.task-run-status-pill.failed{color:#ba1a1a;background:#ba1a1a14}.task-run-chevron{flex:0 0 auto;color:#64748b;font-size:20px}.task-run-inspector{position:relative;overflow:hidden;display:grid;gap:16px;border-radius:12px;padding:16px}.task-run-detail-page-card{padding:16px;display:block}.task-run-detail-hero-card{position:relative;overflow:visible;min-width:0;display:grid;gap:22px;border-radius:12px;padding:16px;height:auto;min-height:0;background:#fff;border:1px solid rgba(225,226,236,.72);box-shadow:0 1px 2px #0f172a0a}.task-run-detail-hero-head{min-width:0;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:16px;align-items:start}.task-run-detail-title{min-width:0;display:grid;gap:4px}.task-run-detail-title strong{min-width:0;overflow:hidden;color:#191f28;font-size:20px;line-height:1.25;font-weight:850;text-overflow:ellipsis;white-space:nowrap}.task-run-detail-title span{min-width:0;overflow:hidden;color:#64748b;font-size:12px;line-height:1.35;font-weight:750;text-overflow:ellipsis;white-space:nowrap}.task-run-detail-status{justify-self:end;min-height:28px;display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:999px;font-size:12px;line-height:1.2;font-weight:800;letter-spacing:0;white-space:nowrap}.task-run-detail-status.succeeded{color:#047857;background:#0478571a;border:1px solid rgba(4,120,87,.2)}.task-run-detail-status.running{color:#0053c6;background:#e9f0fe;border:1px solid rgba(0,83,198,.16)}.task-run-detail-status.failed{color:#ba1a1a;background:#ba1a1a14;border:1px solid rgba(186,26,26,.2)}.task-run-detail-status svg{flex:0 0 auto}.task-run-detail-id{min-width:0;display:grid;gap:4px;margin:0}.task-run-detail-id span,.task-run-detail-stats span{color:#64748b;font-size:12px;line-height:1.2;font-weight:750}.task-run-detail-id strong{min-width:0;max-width:100%;color:#0053c6;font-size:14px;line-height:1.5;font-weight:800;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.task-run-detail-stats{min-width:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.task-run-detail-stats>div{min-width:0;display:grid;gap:4px}.task-run-detail-stats strong{min-width:0;color:#191f28;font-size:14px;line-height:1.5;font-weight:650;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.task-run-detail-stats strong.accent{color:#0053c6;font-weight:800}.task-run-inspector-hero{position:relative;display:block;min-width:0}.task-run-inspector-status{position:absolute;top:0;right:0;min-height:28px;padding:4px 10px;border-radius:999px;font-size:12px;letter-spacing:0}.task-run-inspector-status svg{flex:0 0 auto}.task-run-inspector-id{min-width:0;display:grid;gap:4px;margin-bottom:24px;padding-right:0}.task-run-inspector-id span,.task-run-detail-grid span{color:#64748b;font-size:12px;line-height:1.2;font-weight:750}.task-run-inspector-id strong{min-width:0;color:#0053c6;font-size:14px;line-height:1.35;font-weight:800;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.task-run-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.task-run-detail-grid>div{min-width:0;display:grid;gap:4px}.task-run-detail-grid strong{min-width:0;color:#191f28;font-size:14px;line-height:1.35;font-weight:650;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.task-run-summary-block{position:relative;z-index:0;display:grid;gap:8px;border-radius:12px;padding:14px;background:#f2f4f7;border-color:#c3c6d6}.task-run-summary-block.failed{background:#ba1a1a0f;border-color:#ba1a1a24}.task-run-summary-block.running{background:#e9f0fe;border-color:#0053c624}.task-run-summary-block.succeeded{background:#f7fafc;border-color:#c3c6d673}.task-run-summary-block span{color:#64748b;font-size:12px;line-height:1.2;font-weight:800}.task-run-summary-block p{margin:0;color:#191f28;font-size:13px;line-height:1.5;overflow-wrap:anywhere}.task-run-trace-section{display:grid;gap:12px}.task-run-trace-section h3{margin:0;padding:0 4px;display:inline-flex;align-items:center;gap:6px;color:#475569;font-size:14px;line-height:18px;font-weight:850}.task-run-trace-section h3 svg{flex:0 0 auto}.task-trace-timeline{display:grid;gap:0;overflow-y:auto;padding-bottom:2px;scrollbar-width:none}.task-run-detail-trace{max-height:none;overflow:visible}.task-trace-item{position:relative;display:grid;grid-template-columns:24px minmax(0,1fr);gap:8px;padding:0 0 24px}.task-trace-item.last{padding-bottom:0}.task-trace-rail{position:relative;display:flex;justify-content:center}.task-trace-rail:after{content:"";position:absolute;top:24px;bottom:-24px;left:11px;width:2px;background:#e1e2ec}.task-trace-item.last .task-trace-rail:after{display:none}.task-trace-rail>span{position:relative;z-index:1;width:24px;height:24px;border:4px solid #ffffff;border-radius:999px;background:#0053c6;color:#fff;box-shadow:0 1px 2px #0f172a1f;display:inline-flex;align-items:center;justify-content:center;font-size:11px;line-height:1;font-weight:900}.task-trace-item.warning .task-trace-rail>span{background:#92400e}.task-trace-item.error .task-trace-rail>span{background:#ba1a1a}.task-trace-body{min-width:0;display:grid;gap:10px;border:1px solid rgba(195,198,214,.5);border-radius:12px;background:#fff;padding:14px}.task-trace-head{min-width:0;display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.task-trace-head>div{min-width:0;display:grid;gap:4px}.task-trace-head strong{min-width:0;color:#0053c6;font-size:15px;line-height:20px;font-weight:800;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.task-trace-status{padding:4px 8px;border-radius:6px;font-size:12px;line-height:1.2}.task-trace-status.info{color:#047857;background:#0478570f;border:1px solid rgba(4,120,87,.1)}.task-trace-status.warning{color:#92400e;background:#92400e14;border:1px solid rgba(146,64,14,.12)}.task-trace-status.error{color:#ba1a1a;background:#ba1a1a14;border:1px solid rgba(186,26,26,.12)}.task-trace-body p{margin:0;color:#424654;font-size:14px;line-height:1.5;font-weight:500;overflow-wrap:anywhere}.task-trace-meta{min-width:0;display:flex;align-items:center;justify-content:space-between;gap:10px;border-radius:8px;background:#f2f4f7;padding:8px}.task-trace-meta span,.task-trace-meta code{min-width:0;color:#64748b;font-size:11px;line-height:1.3;font-family:inherit;font-weight:750;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.task-run-trace-empty,.task-empty-history-text{margin:0;padding:16px 4px;color:#64748b;font-size:13px;line-height:1.45}.task-detail-topbar-actions{gap:8px}.task-run-topbar-action,.task-save-topbar-action{color:var(--primary, #2563eb);padding-bottom:0!important}.task-run-topbar-action svg,.task-save-topbar-action svg{fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.task-run-topbar-action svg{fill:currentColor;stroke:none}.task-run-topbar-action:disabled,.task-save-topbar-action:disabled{color:var(--text-tertiary, #94a3b8);cursor:not-allowed;opacity:.56}.task-save-spinner{width:16px;height:16px;border:2px solid rgba(47,109,228,.22);border-top-color:currentColor;border-radius:50%;animation:task-save-spin .8s linear infinite}@keyframes task-save-spin{to{transform:rotate(360deg)}}@media (max-width: 420px){.task-detail-container{gap:22px;padding-inline:16px}.task-overview-data-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.task-hero-card{padding:20px}.task-hero-head{flex-direction:column;align-items:flex-start}.task-run-detail-grid{gap:12px}}:root{--assistant-theme-color: var(--primary, #2f6de4);--assistant-gradient: linear-gradient(135deg, var(--primary, #2f6de4) 0%, var(--accent, #38bdf8) 100%);--assistant-glass-bg: rgba(255, 255, 255, .94);--assistant-glass-border: var(--line, rgba(62, 74, 91, .08));--assistant-glass-shadow: var(--shadow-xl, 0 20px 48px rgba(21, 31, 44, .12))}@media (prefers-color-scheme: dark){:root{--assistant-glass-bg: rgba(30, 41, 59, .97);--assistant-glass-border: rgba(255, 255, 255, .12);--assistant-glass-shadow: 0 20px 48px rgba(0, 0, 0, .45)}}.global-ai-trigger{position:absolute;right:14px;bottom:84px;width:40px;height:40px;border-radius:50%;background:var(--assistant-gradient);box-shadow:0 3px 12px #2f6de447,inset 0 1px 2px #ffffff40;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:900;transition:transform .3s cubic-bezier(.175,.885,.32,1.275)}.global-ai-trigger:hover{transform:scale(1.08) rotate(5deg)}.global-ai-trigger:before{content:"";position:absolute;top:-3px;left:-3px;right:-3px;bottom:-3px;border-radius:50%;background:var(--assistant-gradient);opacity:.2;z-index:-1;animation:pulse-ring-morph 2.5s infinite}@keyframes pulse-ring-morph{0%{transform:scale(.95);opacity:.4}50%{transform:scale(1.15);opacity:.15}to{transform:scale(1.25);opacity:0}}.global-ai-icon{width:17px;height:17px;color:#fff}.global-ai-drawer{position:absolute;background:var(--assistant-glass-bg);backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border:1px solid var(--assistant-glass-border);box-shadow:var(--assistant-glass-shadow);display:flex;flex-direction:column;overflow:hidden;box-sizing:border-box;z-index:950;transition:width .42s cubic-bezier(.34,1.56,.64,1),height .42s cubic-bezier(.34,1.56,.64,1),top .42s cubic-bezier(.34,1.56,.64,1),left .42s cubic-bezier(.34,1.56,.64,1),bottom .42s cubic-bezier(.34,1.56,.64,1),right .42s cubic-bezier(.34,1.56,.64,1),border-radius .35s ease,opacity .25s ease}.global-ai-drawer.hidden{width:0px!important;height:0px!important;bottom:84px!important;right:14px!important;top:auto!important;left:auto!important;opacity:0;pointer-events:none;border-radius:50%!important}.global-ai-drawer.mini{width:44%!important;height:33%!important;bottom:84px!important;right:14px!important;top:auto!important;left:auto!important;opacity:1;pointer-events:auto;border-radius:16px!important;border:1.5px solid rgba(47,109,228,.15)}.global-ai-drawer.max{width:70%!important;height:70%!important;bottom:84px!important;right:14px!important;top:auto!important;left:auto!important;opacity:1;pointer-events:auto;border-radius:24px!important}.global-ai-card-controls{position:absolute;top:9px;right:9px;display:flex;gap:5px;align-items:center;z-index:1010}.global-ai-control-btn{width:24px;height:24px;border-radius:50%;border:1px solid var(--assistant-glass-border);background:#ffffffd1;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);color:var(--text-secondary, #566273);display:flex;align-items:center;justify-content:center;cursor:pointer;line-height:1;transition:all .18s ease;padding:0;box-shadow:0 1px 3px #00000014}.global-ai-control-btn svg{width:13px;height:13px;display:block}.global-ai-control-btn.resize:hover{background:var(--assistant-gradient);color:#fff;border-color:transparent;box-shadow:0 2px 8px #2f6de44d;transform:scale(1.08)}.global-ai-control-btn.new-chat:hover{background:linear-gradient(135deg,#10b981,#059669);color:#fff;border-color:transparent;box-shadow:0 2px 8px #10b9814d;transform:scale(1.08)}.global-ai-control-btn.close:hover{background:linear-gradient(135deg,#ff6b6b,#ee5a24);color:#fff;border-color:transparent;box-shadow:0 2px 8px #ee5a2459;transform:scale(1.08)}.global-ai-mini-view{width:100%;height:100%;padding:12px;display:flex;flex-direction:column;justify-content:space-between;box-sizing:border-box}.global-ai-mini-title{font-size:12px;font-weight:600;color:var(--text, #191f28);display:flex;align-items:center;gap:6px;height:20px;padding-right:88px;flex-shrink:0}.global-ai-mini-indicator{width:6px;height:6px;border-radius:50%;background:#10b981;box-shadow:0 0 6px #10b981}.global-ai-mini-feed{flex:1;overflow-y:auto;margin:8px 0;display:flex;flex-direction:column;gap:8px;padding-right:4px;scrollbar-width:none}.global-ai-mini-feed::-webkit-scrollbar{display:none}.global-ai-mini-empty{font-size:11px;color:var(--text-tertiary, #8a94a6);text-align:center;margin-top:30px}.mini-message-bubble{padding:8px 10px;border-radius:12px;font-size:11.5px;line-height:1.4;max-width:85%;word-break:break-word}.mini-message-bubble.user{align-self:flex-end;background:var(--assistant-gradient);color:#fff;border-bottom-right-radius:2px;box-shadow:0 2px 8px #2f6de433}.mini-message-bubble.assistant,.mini-message-bubble.agent{align-self:flex-start;background:#0000000a;border:1px solid var(--assistant-glass-border);color:var(--text, #191f28);border-bottom-left-radius:2px}.mini-message-bubble.assistant.loading,.mini-message-bubble.agent.loading{color:var(--text-secondary, #566273);font-style:italic;opacity:.8}.global-ai-mini-input-bar{height:34px;display:flex;gap:5px;align-items:center;width:100%;flex-shrink:0}.global-ai-mini-input{flex:1;min-width:0;height:100%;border-radius:17px;border:1px solid var(--assistant-glass-border);background:#00000008;padding:0 10px;font-size:11px;outline:none;color:var(--text, #191f28);transition:all .2s}.global-ai-mini-input:focus{border-color:var(--assistant-theme-color);background:#fff}.global-ai-mini-input-bar input{flex:1;min-width:0;height:100%;border-radius:17px;border:1px solid var(--assistant-glass-border);background:#00000008;padding:0 10px;font-size:11px;outline:none;color:var(--text, #191f28);transition:all .2s}.global-ai-mini-input-bar input:focus{border-color:var(--assistant-theme-color);background:#fff}.global-ai-mini-voice{flex-shrink:0;width:30px;height:30px;border-radius:50%;border:1px solid var(--assistant-glass-border);background:#fffc;color:var(--text-secondary, #566273);cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;transition:all .2s ease;box-shadow:0 1px 4px #0000000f}.global-ai-mini-voice svg{width:14px;height:14px}.global-ai-mini-voice:hover{background:var(--assistant-gradient);color:#fff;border-color:transparent;box-shadow:0 2px 8px #2f6de440}.global-ai-mini-voice:disabled{opacity:.4;cursor:not-allowed}.global-ai-max-content .wechat-composer,.global-ai-mini-content .wechat-composer{border-top:1px solid var(--assistant-glass-border)!important;background:transparent!important}.global-ai-max-content .wechat-composer-bar,.global-ai-mini-content .wechat-composer-bar{padding:6px 10px calc(6px + env(safe-area-inset-bottom))!important;gap:6px!important}.global-ai-max-content .wechat-composer-input,.global-ai-mini-content .wechat-composer-input{font-size:13px!important;padding:6px 12px!important;border-radius:16px!important;max-height:72px!important}.global-ai-max-content .wechat-plus-btn,.global-ai-max-content .wechat-stop-btn,.global-ai-mini-content .wechat-plus-btn,.global-ai-mini-content .wechat-stop-btn{width:32px!important;height:32px!important}.global-ai-max-content .wechat-plus-btn svg,.global-ai-max-content .wechat-stop-btn svg,.global-ai-mini-content .wechat-plus-btn svg,.global-ai-mini-content .wechat-stop-btn svg{width:14px!important;height:14px!important}.global-ai-mini-content{display:flex;flex-direction:column;width:100%;height:100%;position:relative;min-height:0}.global-ai-mini-content .global-ai-mini-title{padding:12px 12px 8px!important;border-bottom:1px solid var(--assistant-glass-border)!important;flex-shrink:0!important;background:var(--surface, #ffffff)!important;height:36px!important;box-sizing:border-box!important}@media (prefers-color-scheme: dark){.global-ai-mini-content .global-ai-mini-title{background:#1e293b!important}}.global-ai-mini-content .session-detail-wrapper-with-tabs{flex:1!important;min-height:0!important;height:auto!important}.global-ai-mini-content .topbar,.global-ai-mini-content .cloud-model-composer-selector{display:none!important}.global-ai-mini-content .wechat-composer-bar{padding:4px 6px calc(4px + env(safe-area-inset-bottom))!important}.global-ai-mini-content .wechat-composer-input{font-size:11px!important;padding:5px 10px!important;border-radius:12px!important;max-height:44px!important}.global-ai-mini-content .wechat-plus-btn,.global-ai-mini-content .wechat-stop-btn{width:26px!important;height:26px!important}.global-ai-mini-content .detail-screen{padding:4px 4px 8px!important}.global-ai-mini-content .message-feed{padding:4px 6px 6px!important;gap:6px!important}.global-ai-max-content .message-feed{padding-bottom:10px!important}.global-ai-mini-content .message-bubble{padding:5px 9px!important;font-size:11px!important;line-height:1.3!important;border-radius:12px!important}.global-ai-mini-content .message-content{font-size:11px!important;line-height:1.35!important}.global-ai-mini-content .message-avatar,.global-ai-mini-content .message-sender,.global-ai-mini-content .message-meta-time{display:none!important}.global-ai-mini-content .message-row-shell{display:flex!important;padding:0!important;margin:0!important}.global-ai-mini-content .message-row.agent .message-row-shell{justify-content:flex-start!important}.global-ai-mini-content .message-row.user .message-row-shell{justify-content:flex-end!important}.global-ai-mini-content .message-stack{max-width:90%!important}.global-ai-drawer-body{width:100%;height:100%;position:relative;display:flex;flex-direction:column;min-height:0}.global-ai-max-wrapper{display:flex;flex-direction:column;width:100%;height:100%;position:relative}.global-ai-max-topbar{display:flex;align-items:center;justify-content:space-between;padding:12px 96px 12px 12px;border-bottom:1px solid var(--assistant-glass-border);height:44px;box-sizing:border-box;background:var(--surface, #ffffff)}@media (prefers-color-scheme: dark){.global-ai-max-topbar{background:#1e293b}}.global-ai-max-title{font-size:12px;font-weight:600;color:var(--text, #191f28);display:flex;align-items:center;gap:6px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1}.global-ai-control-btn.more{flex-shrink:0;margin-left:8px;background:#ffffffd1;border:1px solid var(--assistant-glass-border);box-shadow:0 1px 3px #00000014}.global-ai-control-btn.more:hover{background:var(--assistant-gradient);color:#fff;border-color:transparent;box-shadow:0 2px 8px #2f6de44d;transform:scale(1.08)}@media (prefers-color-scheme: dark){.global-ai-control-btn.more{background:#1e293bd1}}.global-ai-max-content{flex:1;min-height:0;position:relative}.global-ai-max-content .topbar{display:none!important}.global-ai-loading{display:flex;align-items:center;justify-content:center;height:100%;font-size:13px;color:var(--text-secondary, #566273);background:var(--surface-soft, #f2f4f7)}.global-ai-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#151f2c33;backdrop-filter:blur(2.5px);-webkit-backdrop-filter:blur(2.5px);z-index:920;opacity:0;pointer-events:none;transition:opacity .3s ease}.global-ai-overlay.active{opacity:1;pointer-events:auto}/*! tailwindcss v4.3.2 | MIT License | https://tailwindcss.com */@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-translate-x:0;--tw-translate-y:0;--tw-translate-z:0;--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-space-y-reverse:0;--tw-divide-x-reverse:0;--tw-border-style:solid;--tw-divide-y-reverse:0;--tw-gradient-position:initial;--tw-gradient-from:#0000;--tw-gradient-via:#0000;--tw-gradient-to:#0000;--tw-gradient-stops:initial;--tw-gradient-via-stops:initial;--tw-gradient-from-position:0%;--tw-gradient-via-position:50%;--tw-gradient-to-position:100%;--tw-leading:initial;--tw-font-weight:initial;--tw-tracking:initial;--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000;--tw-outline-style:solid;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial;--tw-backdrop-blur:initial;--tw-backdrop-brightness:initial;--tw-backdrop-contrast:initial;--tw-backdrop-grayscale:initial;--tw-backdrop-hue-rotate:initial;--tw-backdrop-invert:initial;--tw-backdrop-opacity:initial;--tw-backdrop-saturate:initial;--tw-backdrop-sepia:initial;--tw-scale-x:1;--tw-scale-y:1;--tw-scale-z:1}}}:root{color-scheme:light;--bg:#f7f9fb;--screen:#f7f9fb;--screen-bg:#f7f9fb;--surface:#fff;--surface-soft:#f2f4f7;--surface-muted:#edf1f5;--surface-strong:#e6ebf1;--line:#3e4a5b14;--border:var(--line);--text:#191f28;--text-secondary:#475569;--text-tertiary:#64748b;--primary:#2f6de4;--primary-soft:#e9f0fe;--accent:#38bdf8;--accent-soft:#e4f6ff;--success:#22a06b;--success-soft:#e7f7ee;--warning:#df8b1d;--warning-soft:#fff4de;--danger:#d84c5c;--danger-soft:#fdecef;--shadow-xl:0 20px 48px #151f2c1f;--shadow-lg:0 12px 30px #151f2c14;--shadow-md:0 8px 20px #151f2c0f;--radius-xl:28px;--radius-lg:22px;--radius-md:16px;--radius-sm:12px}*{box-sizing:border-box}html,body,#root{height:100%;margin:0;overflow:hidden}html{-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%}body{background:var(--screen-bg);min-height:100dvh;color:var(--text);font-family:Inter,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif;overflow:hidden}button,input,textarea,select{font:inherit}button{-webkit-tap-highlight-color:transparent}@media (max-width:640px){input,textarea,select{font-size:16px!important}}.app-shell{background:var(--screen-bg);flex-direction:column;width:100%;min-width:0;max-width:100%;height:100dvh;min-height:100dvh;padding:0;display:flex;position:relative;overflow:hidden}.status-shell{justify-content:center;align-items:center}.status-panel{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:10px;width:100%;max-width:28rem;padding:40px 28px;display:flex}.status-brand{min-width:0;color:var(--primary);white-space:nowrap;justify-content:center;align-items:center;gap:12px;display:inline-flex}.status-brand-mark{background:var(--primary-soft);width:44px;height:44px;color:var(--primary);border-radius:14px;flex:0 0 44px;place-items:center;display:grid;box-shadow:0 10px 24px #2f6de41f}.status-brand-mark svg{width:30px;height:30px}.status-brand-text{min-width:0;color:var(--primary);letter-spacing:0;text-overflow:ellipsis;white-space:nowrap;font-size:28px;font-weight:850;line-height:1.05;overflow:hidden}.status-panel h1{color:var(--text-primary);letter-spacing:0;margin:12px 0 0;font-size:23px;font-weight:760;line-height:1.22}.status-panel .status-copy{margin:0}.auth-shell{justify-content:center;gap:18px}.auth-form{flex-direction:column;gap:12px;width:100%;margin-top:18px;display:flex}.auth-field{text-align:left;color:var(--text-secondary);flex-direction:column;gap:8px;font-size:13px;display:flex}.auth-field input{border:1px solid var(--line);width:100%;height:46px;font:inherit;color:var(--text-primary);background:#ffffffeb;border-radius:14px;padding:0 14px}.auth-primary{color:#fff;height:46px;font:inherit;background:linear-gradient(135deg,#1f9d55,#168a49);border:none;border-radius:14px;font-weight:600}.auth-primary:disabled{opacity:.55}.auth-error{color:#c53b37;margin:0;font-size:13px;line-height:1.5}.topbar-kicker,.status-copy{color:var(--text-tertiary);font-size:13px;line-height:1.6}.home-screen,.tasks-screen,.directory-screen,.discover-screen,.profile-screen,.chat-screen,.conversation-hub-screen,.detail-screen{background:var(--screen-bg);flex-direction:column;height:100%;min-height:0;display:flex}.conversation-hub-screen{background:var(--screen-bg);flex-direction:column;height:100%;min-height:0;display:flex;position:relative}.detail-screen{position:relative}.conversation-hub-tabs,.filter-pills{scrollbar-width:none;background:0 0;flex-shrink:0;gap:8px;padding:12px 16px 8px;display:flex;overflow-x:auto}.conversation-hub-body{flex-direction:column;flex:1;min-height:0;display:flex}.conversation-hub-body>section{flex:1;min-height:0}.conversation-hub-create-menu{max-height:min(68vh,500px);margin-bottom:calc(78px + env(safe-area-inset-bottom));overflow-y:auto}.conversation-hub-create-popover{z-index:260;width:min(332px,100% - 24px);max-height:calc(100dvh - 148px - env(safe-area-inset-bottom));-webkit-backdrop-filter:blur(16px);background:#fffffffa;border:1px solid #d6dfebeb;border-radius:20px;margin-bottom:0;padding:14px;position:absolute;top:64px;right:12px;box-shadow:0 18px 42px #0f172a29}.conversation-hub-create-popover:before{content:"";background:#fffffffa;border-top:1px solid #d6dfebeb;border-left:1px solid #d6dfebeb;width:12px;height:12px;position:absolute;top:-6px;right:22px;transform:rotate(45deg)}.conversation-hub-create-popover .sheet-title-block h2{font-size:18px}.conversation-hub-create-popover .plus-panel{margin-top:12px}.conversation-hub-create-popover .plus-panel-item{box-shadow:none;background:var(--surface-soft)}.project-create-compact-menu{border-radius:14px;width:max-content;min-width:104px;max-width:calc(100% - 24px);padding:8px}.project-create-compact-menu .plus-panel{grid-template-columns:1fr;gap:4px;margin-top:0}.project-create-compact-menu .plus-panel-item{white-space:nowrap;background:0 0;border-radius:10px;width:100%;min-height:0;padding:10px 14px}.project-create-compact-menu .plus-panel-item:hover{background:var(--surface-soft)}.project-create-compact-menu .plus-panel-item strong{font-size:14px;font-weight:600}.project-workbench-screen>.sheet-backdrop{z-index:220}.project-workbench-create-menu{max-height:min(68vh,500px);margin-bottom:calc(78px + env(safe-area-inset-bottom))}.conversation-hub-create-popover.project-workbench-create-menu{margin-bottom:0}.conversation-template-list{min-height:0;padding:12px 12px calc(92px + env(safe-area-inset-bottom));background:var(--screen-bg);scrollbar-width:none;flex:1;align-content:start;gap:12px;display:grid;overflow-y:auto}.conversation-template-list::-webkit-scrollbar{display:none}.cloud-models-page{min-height:0;padding:12px 12px calc(92px + env(safe-area-inset-bottom));background:var(--screen-bg);flex-direction:column;flex:1;gap:12px;display:flex;overflow-y:auto}.cloud-models-overview{border:1px solid var(--line);box-shadow:var(--shadow-md);background:linear-gradient(#fffffff5,#f5f8fbf5);border-radius:18px;gap:12px;padding:16px;display:grid}.cloud-models-kicker{color:#2f6de4;text-transform:uppercase;letter-spacing:.08em;width:fit-content;margin-bottom:6px;font-size:11px;font-weight:800;display:inline-flex}.cloud-models-overview h2{margin:0;font-size:22px;line-height:1.15}.cloud-models-overview p{color:var(--text-secondary);margin:6px 0 0;font-size:13px;line-height:1.55}.cloud-gateway-pill{color:var(--text-secondary);background:#151f2c0f;border-radius:14px;gap:3px;padding:10px 12px;display:grid}.cloud-gateway-pill.online{color:#15764e;background:#22a06b1c}.cloud-gateway-pill.offline{color:#ad2f3d;background:#d84c5c1c}.cloud-gateway-pill span{font-size:12px;font-weight:800}.cloud-gateway-pill em{min-width:0;color:inherit;opacity:.74;text-overflow:ellipsis;white-space:nowrap;font-size:11px;font-style:normal;overflow:hidden}.cloud-provider-grid{gap:10px;display:grid}.cloud-provider-card{border:1px solid var(--line);background:var(--surface);border-radius:18px;gap:10px;padding:12px;transition:border-color .15s,box-shadow .15s,transform .15s;display:grid;box-shadow:0 8px 22px #151f2c0f}.cloud-provider-card.active{border-color:#2f6de452;box-shadow:0 12px 28px #2f6de41f}.cloud-provider-main{width:100%;min-width:0;color:inherit;text-align:left;background:0 0;border:0;grid-template-columns:42px minmax(0,1fr);align-items:center;gap:10px;padding:0;display:grid}.cloud-provider-avatar{color:#fff;background:#101828;border-radius:14px;justify-content:center;align-items:center;width:42px;height:42px;font-weight:900;display:inline-flex}.cloud-provider-card.blue .cloud-provider-avatar{background:#2f6de4}.cloud-provider-card.red .cloud-provider-avatar{background:#d64f3a}.cloud-provider-card.green .cloud-provider-avatar{background:#1e8f63}.cloud-provider-main strong,.cloud-chat-head strong{min-width:0;color:var(--text);text-overflow:ellipsis;white-space:nowrap;font-size:15px;line-height:1.25;display:block;overflow:hidden}.cloud-provider-main em{color:var(--text-secondary);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-top:3px;font-size:12px;font-style:normal;line-height:1.4;display:-webkit-box;overflow:hidden}.cloud-provider-controls{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;display:grid}.cloud-provider-controls select{border:1px solid var(--line);background:var(--surface-soft);min-width:0;height:38px;color:var(--text);font:inherit;border-radius:12px;padding:0 10px;font-size:13px;font-weight:700}.cloud-provider-status{min-height:30px;color:var(--text-secondary);white-space:nowrap;background:#151f2c12;border-radius:999px;justify-content:center;align-items:center;padding:0 9px;font-size:11px;font-weight:800;display:inline-flex}.cloud-provider-status.ready{color:#15764e;background:#22a06b1c}.cloud-chat-panel{border:1px solid var(--line);background:var(--surface);min-height:360px;box-shadow:var(--shadow-md);border-radius:18px;grid-template-rows:auto minmax(160px,1fr) auto;display:grid;overflow:hidden}.cloud-chat-head{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:10px;padding:12px;display:flex}.cloud-chat-head>div{min-width:0}.cloud-chat-head span{color:var(--text-tertiary);text-overflow:ellipsis;white-space:nowrap;margin-top:2px;font-size:12px;display:block;overflow:hidden}.cloud-chat-head button{border:1px solid var(--line);background:var(--surface-soft);height:32px;color:var(--text-secondary);border-radius:10px;flex-shrink:0;padding:0 10px;font-size:12px;font-weight:800}.cloud-chat-head button:disabled{opacity:.45}.cloud-chat-log{background:#f7f9fb;flex-direction:column;gap:8px;min-height:0;padding:12px;display:flex;overflow-y:auto}.cloud-chat-empty{color:var(--text-tertiary);text-align:center;margin:auto;font-size:13px}.cloud-chat-bubble{white-space:pre-wrap;word-break:break-word;border-radius:14px;max-width:88%;padding:10px 12px;font-size:13px;line-height:1.55}.cloud-chat-bubble.user{background:var(--primary);color:#fff;align-self:flex-end}.cloud-chat-bubble.assistant{color:var(--text);border:1px solid var(--line);background:#fff;align-self:flex-start}.cloud-chat-bubble.pending{color:var(--text-tertiary)}.cloud-chat-composer{border-top:1px solid var(--line);background:var(--surface);grid-template-columns:minmax(0,1fr) auto;gap:8px;padding:10px;display:grid}.cloud-chat-composer textarea{resize:vertical;border:1px solid var(--line);background:var(--surface-soft);min-width:0;height:42px;max-height:120px;color:var(--text);font:inherit;border-radius:12px;padding:10px 12px;font-size:13px;line-height:1.45}.cloud-chat-composer button{background:var(--primary);color:#fff;border:0;border-radius:12px;width:64px;font-size:13px;font-weight:800}.cloud-chat-composer button:disabled{opacity:.48}.cloud-model-sessions{position:relative}.cloud-billing-card{border:1px solid var(--line);background:var(--surface);box-shadow:var(--shadow-md);border-radius:20px;gap:12px;margin:12px 16px 10px;padding:14px;display:grid}.cloud-billing-main{gap:4px;display:grid}.cloud-billing-main span{color:var(--text-tertiary);font-size:12px;font-weight:700}.cloud-billing-main strong{color:var(--text);letter-spacing:-.03em;font-size:24px}.cloud-billing-main em{color:var(--text-secondary);font-size:12px;font-style:normal;line-height:1.45}.cloud-recharge-panel{align-items:center;gap:8px;display:flex}.cloud-recharge-options{scrollbar-width:none;flex:1;gap:8px;display:flex;overflow-x:auto}.cloud-recharge-options::-webkit-scrollbar{display:none}.cloud-recharge-options button,.cloud-recharge-submit{white-space:nowrap;border:0;border-radius:999px;padding:8px 12px;font-size:12px;font-weight:800}.cloud-recharge-options button{background:var(--surface-soft);color:var(--text-secondary)}.cloud-recharge-options button.active,.cloud-recharge-submit{background:var(--primary);color:#fff}.cloud-recharge-submit:disabled{opacity:.5}.cloud-recharge-order{color:var(--text-secondary);align-items:center;gap:10px;padding-top:2px;font-size:12px;display:flex}.cloud-recharge-order a{color:var(--primary);font-weight:800;text-decoration:none}.cloud-recharge-order img{border:1px solid var(--line);border-radius:8px;width:56px;height:56px}.cloud-recharge-error{width:fit-content;color:var(--danger);background:#dc262614;border-radius:999px;padding:5px 9px;font-size:12px;font-weight:800}.cloud-model-tabs{align-items:stretch}.cloud-provider-tab{gap:6px}.cloud-session-avatar{color:#fff;background:#101828;border-radius:12px;justify-content:center;align-items:center;width:34px;height:34px;font-size:13px;font-weight:900;display:inline-flex}.conversation-template-card{gap:8px;display:grid}.conversation-template-card.selected .conversation-template-main{box-shadow:0 0 0 2px #2f6de438,var(--shadow-md);background:#f8fbff}.conversation-template-card.disabled .conversation-template-main{opacity:.64}.conversation-pinned-entry{background:linear-gradient(#d0642821,#d0642808);border-radius:20px;gap:6px;padding:2px;display:grid}.conversation-pinned-badge{color:#b8551f;background:#d0642824;border-radius:999px;justify-self:start;align-items:center;gap:4px;min-height:22px;padding:0 9px;font-size:11px;font-weight:800;display:inline-flex}.conversation-pinned-badge span{color:#fff;background:#d06428;border-radius:50%;place-items:center;width:14px;height:14px;font-size:10px;line-height:1;display:inline-grid}.conversation-pinned-entry .conversation-template-main{box-shadow:0 12px 28px #804c2621}.conversation-template-main{background:var(--surface);text-align:left;width:100%;color:inherit;cursor:pointer;border:0;border-radius:20px;grid-template-columns:48px minmax(0,1fr) auto;align-items:center;gap:12px;padding:14px 16px;transition:all .2s cubic-bezier(.4,0,.2,1);display:grid;box-shadow:0 4px 14px #151f2c08}.conversation-template-main:active{background:var(--surface-soft);transform:scale(.98);box-shadow:0 2px 6px #151f2c05}.conversation-template-avatar{color:#fff;border-radius:50%;place-items:center;width:48px;height:48px;font-size:15px;font-weight:700;display:grid;overflow:hidden;box-shadow:0 4px 10px #0000000d}.conversation-template-avatar .engine-brand-icon{width:36px;height:36px;display:block}.conversation-template-avatar .provider-avatar-icon{object-fit:contain;width:36px;height:36px;display:block}.conversation-template-avatar:has(img){background:#fff!important;box-shadow:inset 0 0 0 1px #0f172a14,0 4px 10px #0000000d!important}.conversation-template-avatar .assistant-brand-icon{width:30px;height:30px;display:block}.conversation-template-avatar:has(.assistant-brand-icon){box-sizing:border-box;color:#1d4ed8!important;background:linear-gradient(135deg,#eff6ff,#fff)!important;border:1px solid #2563eb26!important}.conversation-template-avatar img:not(.engine-brand-icon):not(.provider-avatar-icon){object-fit:contain;box-sizing:border-box;width:100%;height:100%;padding:6px}.conversation-template-avatar.engine.codex,.conversation-template-avatar.engine.openai-compatible,.conversation-template-avatar.engine.claude-code,.conversation-template-avatar.engine.hermes,.conversation-template-avatar.engine.openclaw,.conversation-template-avatar.engine.gemini,.conversation-template-avatar.engine.opencode{background:#fff;box-shadow:inset 0 0 0 1px #0f172a14}.conversation-template-avatar.chat{color:#475569;box-sizing:border-box;background:linear-gradient(135deg,#fff,#f1f5f9);border:1px solid #4755691f}.conversation-template-avatar.project{color:var(--primary);box-sizing:border-box;background:linear-gradient(135deg,#fff,#e6effd);border:1px solid #2f6de426}.conversation-template-avatar.task{color:#1d4ed8;box-sizing:border-box;background:linear-gradient(135deg,#f0f7ff,#dbe9fe);border:1px solid #1d4ed826}.conversation-template-avatar.workflow{color:#4f46e5;box-sizing:border-box;background:linear-gradient(135deg,#f5f3ff,#e0e7ff);border:1px solid #4f46e526}.conversation-template-avatar.agent{color:#334155;box-sizing:border-box;background:linear-gradient(135deg,#f8fafc,#e2e8f0);border:1px solid #33415526}.conversation-template-avatar.engine{color:#fff;box-sizing:border-box;background:linear-gradient(135deg,#4d8bf6,#2f6de4);border:1px solid #2f6de433}.conversation-template-content{gap:4px;min-width:0;display:grid}.conversation-template-head{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;min-width:0;display:grid}.conversation-template-head h2{text-overflow:ellipsis;white-space:nowrap;color:var(--text);margin:0;font-size:15px;font-weight:600;overflow:hidden}.conversation-template-head-side{justify-content:flex-end;align-items:center;gap:6px;min-width:0;display:inline-flex}.conversation-new-dot{width:7px;height:7px;box-shadow:0 0 0 2px var(--surface);background:#ff3b30;border-radius:999px;flex:none}.conversation-template-head time{color:var(--text-tertiary);white-space:nowrap;font-size:11px;font-weight:400}.conversation-template-content p{-webkit-line-clamp:2;color:var(--text-secondary);-webkit-box-orient:vertical;margin:0;font-size:13px;line-height:1.45;display:-webkit-box;overflow:hidden}.conversation-template-card.single-line-summary .conversation-template-content p{white-space:nowrap;text-overflow:ellipsis;display:block}.conversation-template-meta{flex-wrap:nowrap;align-items:center;gap:6px;min-width:0;display:flex;overflow:hidden}.conversation-template-meta code{text-overflow:ellipsis;white-space:nowrap;min-width:0;max-width:100%;color:var(--text-tertiary);flex:auto;font-size:11px;overflow:hidden}.conversation-template-chip,.conversation-template-status{background:var(--surface-soft);min-width:0;max-width:100%;min-height:22px;color:var(--text-secondary);text-overflow:ellipsis;white-space:nowrap;border-radius:999px;flex:none;align-items:center;padding:0 8px;font-size:11px;font-weight:700;display:inline-flex;overflow:hidden}.conversation-template-chip.project{background:var(--success-soft);color:var(--success)}.conversation-template-chip.task{background:var(--accent-soft);color:#0e6ea8}.conversation-template-chip.workflow{color:#355dc9;background:#edf4ff}.conversation-template-chip.agent{color:#d06428;background:#d064281f}.conversation-template-chip.engine{color:#2f6de4;background:#2f6de41f}.conversation-template-status.positive{background:var(--success-soft);color:var(--success)}.conversation-template-status.warning{color:#b46c12;background:#d68b1b24}.conversation-template-status.danger{color:#b43232;background:#d6474724}.conversation-template-side{color:var(--text-tertiary);font-size:22px}.conversation-select-indicator{color:#fff;border:1.5px solid #717e936b;border-radius:50%;place-items:center;width:22px;height:22px;font-size:13px;font-weight:900;line-height:1;display:inline-grid}.conversation-select-indicator.checked{border-color:var(--primary);background:var(--primary)}.conversation-template-secondary{background:var(--surface-soft);min-height:28px;color:var(--text-secondary);border:0;border-radius:999px;justify-self:end;padding:0 10px;font-size:12px;font-weight:700}.page-header,.topbar,.home-header{z-index:60;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-bottom:1px solid var(--line);background:#f7f9fbf0;flex-shrink:0;align-items:center;min-height:56px;display:grid;position:relative;overflow:visible}.page-topbar,.mobile-main-header{z-index:220;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-bottom:1px solid var(--line);background:#f7f9fbf0;flex-shrink:0;grid-template-columns:minmax(72px,1fr) minmax(0,min(246px,100vw - 144px)) minmax(72px,1fr);align-items:center;min-height:56px;padding:0 10px;display:grid;position:relative}.page-topbar .topbar-copy,.mobile-main-header .topbar-copy{justify-self:center;width:100%}.mobile-main-header h1{text-align:center;letter-spacing:0;margin:0;font-size:18px;font-weight:700}.page-topbar-side,.mobile-main-header-spacer{align-items:center;min-width:0;min-height:36px;display:flex}.page-topbar-left{justify-content:flex-start;justify-self:stretch}.page-topbar-right{justify-content:flex-end;justify-self:stretch}.mobile-main-header-actions{justify-content:flex-end;gap:10px;display:flex}.conversation-device-menu-anchor{z-index:260;place-items:center;display:grid;position:relative}.conversation-device-button.active{color:#205cd6;background:#e6eeffeb}.conversation-device-button.offline:after{content:"";background:#d64242;border-radius:50%;width:7px;height:7px;position:absolute;top:8px;right:8px;box-shadow:0 0 0 2px #fff}.conversation-device-menu{z-index:300;width:min(258px,100dvw - 28px);max-width:calc(100dvw - 28px);top:calc(100% + 10px);left:-2px;right:auto}.conversation-device-menu:before{left:16px;right:auto}.project-hero-card{width:100%;box-shadow:var(--shadow-lg);text-align:left;background:radial-gradient(circle at 100% 0,#22a06b29,#0000 34%),linear-gradient(160deg,#fff,#f1f6f4);border:0;border-radius:24px;padding:20px 18px}.project-hero-kicker{color:var(--success);letter-spacing:.04em;font-size:12px;font-weight:700}.project-hero-card h2{letter-spacing:-.03em;margin:10px 0 0;font-size:22px}.project-hero-card p{color:var(--text-secondary);margin:8px 0 0;font-size:14px;line-height:1.6}.project-hero-stats{flex-wrap:wrap;gap:8px;margin-top:14px;display:flex}.project-hero-stats span{min-height:28px;color:var(--text-secondary);background:#ffffffeb;border-radius:999px;align-items:center;padding:0 12px;font-size:12px;display:inline-flex}.project-hero-stats.compact{margin-top:16px}.project-thread-hero{box-shadow:var(--shadow-md);background:radial-gradient(circle at 100% 0,#22a06b24,#0000 34%),linear-gradient(#fffffffc,#f1f6f4f5);border-radius:20px;flex-shrink:0;margin:10px 12px 6px;padding:14px 16px}.project-thread-copy{min-width:0}.project-thread-copy h2{letter-spacing:-.03em;margin:4px 0 0;font-size:18px;line-height:1.2}.project-thread-copy p:last-child{color:var(--text-secondary);white-space:nowrap;text-overflow:ellipsis;margin:4px 0 0;font-size:13px;line-height:1.5;overflow:hidden}.project-thread-list{min-height:0;padding:0 12px calc(92px + env(safe-area-inset-bottom));scrollbar-width:none;flex:1;align-content:start;gap:12px;display:grid;overflow-y:auto}.project-thread-list::-webkit-scrollbar{display:none}.project-chat-card{margin:0}.project-workbench-screen{background:var(--screen-bg);box-sizing:border-box;flex-direction:column;width:100%;max-width:100%;height:100%;display:flex;position:relative;overflow-x:hidden}.project-workbench-scroll{width:100%;max-width:100%;min-height:0;padding:12px 12px calc(92px + env(safe-area-inset-bottom));box-sizing:border-box;scroll-padding-bottom:calc(92px + env(safe-area-inset-bottom));scrollbar-width:none;flex-direction:column;flex:1;align-items:stretch;gap:12px;display:flex;overflow:hidden auto}.project-workbench-scroll::-webkit-scrollbar{display:none}.project-workbench-scroll-files{padding-bottom:0;padding-left:12px;padding-right:12px;scroll-padding-bottom:0}.project-workbench-scroll-conversations{padding:12px 12px calc(92px + env(safe-area-inset-bottom));gap:0;overflow:hidden}.project-workbench-scroll-conversations .conversation-hub-body{flex:1;min-height:0}.project-workbench-scroll-conversations .conversation-hub-tabs{margin-left:-12px;margin-right:-12px}.project-workbench-scroll-conversations .conversation-template-list{padding:12px 0 0}.project-workbench-scroll-subpage{padding-bottom:calc(24px + env(safe-area-inset-bottom));scroll-padding-bottom:calc(24px + env(safe-area-inset-bottom))}.project-workbench-scroll-subpage .conversation-hub-body{flex:none;min-height:auto;display:block;overflow:visible}.project-workbench-scroll-subpage .conversation-hub-body:has(.workbench-tab-content){scroll-padding-bottom:calc(24px + env(safe-area-inset-bottom));overflow:visible}.project-workbench-scroll-subpage .workbench-tab-content{padding-bottom:calc(24px + env(safe-area-inset-bottom))}.project-workbench-hero{border:1px solid #22a06b14;margin:0}.project-workbench-title-row{justify-content:space-between;align-items:center;gap:10px;min-width:0;display:flex}.project-workbench-title-row h2{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.project-workbench-stats{flex-wrap:wrap;flex-shrink:0;justify-content:flex-end;gap:5px;margin-top:0;display:flex}.project-workbench-stats span{background:#fffffff0;min-height:24px;padding:0 8px;font-size:11px;box-shadow:inset 0 0 0 1px #22a06b14}.project-workbench-info-rows{gap:8px;min-width:0;margin-top:14px;display:grid}.project-info-item{align-items:center;gap:12px;min-width:0;font-size:12px;display:flex;overflow:hidden}.project-info-item label{width:56px;color:var(--text-tertiary);flex-shrink:0;font-weight:500}.project-info-item strong{color:var(--success);font-weight:600}.project-info-item span{color:var(--text-secondary);text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.session-detail-wrapper-with-tabs{flex-direction:column;display:flex;position:relative;overflow:hidden}.project-session-workbench{flex-direction:column;height:100%;display:flex}.project-session-workbench .detail-content-scrollable{padding-bottom:env(safe-area-inset-bottom,20px);scrollbar-width:none;flex:1;overflow-y:auto}.project-session-workbench .detail-content-scrollable::-webkit-scrollbar{display:none}.project-session-workbench .topbar,.project-session-workbench .bottom-tabbar{flex-shrink:0}.project-workbench-engine-tabs{box-shadow:none;background:0 0;padding:8px 0 14px}.project-workbench-engine-tabs .engine-tab{background:#fff9;border-color:#26364c14;box-shadow:0 4px 12px #00000008}.project-workbench-engine-tabs .engine-tab.active{background:var(--success);border-color:var(--success);color:#fff}.project-workbench-card{box-shadow:var(--shadow-md);background:#fffffff0;border:1px solid #4c5b7112;border-radius:22px;gap:14px;padding:15px;display:grid}.project-workbench-card.compact{padding:10px}.project-workbench-section-head{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.project-workbench-section-head.slim{align-items:center}.project-workbench-section-head h3{letter-spacing:-.03em;margin:4px 0 0;font-size:18px;line-height:1.2}.project-workbench-section-head>span{background:var(--surface-soft);min-height:28px;color:var(--text-secondary);white-space:nowrap;border-radius:999px;align-items:center;padding:0 11px;font-size:12px;display:inline-flex}.project-workbench-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;display:grid}.project-workbench-tile{min-height:56px;color:var(--text);text-align:center;background:radial-gradient(circle at 100% 0,#38bdf81a,#0000 34%),linear-gradient(#f8fafcfa,#f1f6f4f5);border:0;border-radius:16px;place-items:center;gap:3px;padding:8px 4px;display:grid;box-shadow:inset 0 0 0 1px #4c5b710f}.project-workbench-tile strong{letter-spacing:-.02em;font-size:13px;line-height:1.1}.project-workbench-tile span{color:var(--text-secondary);font-size:11px;line-height:1.1}.project-attention-card{background:radial-gradient(circle at 100% 0,#f59e0b1f,#0000 34%),#fffffff2}.project-attention-list{gap:10px;display:grid}.project-attention-list div{background:#f8fafcdb;border-radius:16px;gap:4px;padding:12px;display:grid;box-shadow:inset 0 0 0 1px #4c5b710f}.project-attention-list strong{font-size:14px}.project-attention-list span{color:var(--text-secondary);font-size:12px;line-height:1.5}.project-workbench-workspaces{gap:10px;display:grid}.project-preview-port-row{align-items:center;gap:8px;min-width:0;padding:2px 0;display:flex;overflow-x:auto}.project-preview-port-row input{box-sizing:border-box;min-width:88px;height:34px;color:var(--text);background:#fff;border:1px solid #191f2814;border-radius:10px;flex:96px;padding:0 10px;font-size:13px;font-weight:750}.project-preview-port-row .sheet-button{white-space:nowrap;flex-shrink:0}.project-preview-port-row .sheet-button.active{color:#1d4ed8;background:#2563eb14;border-color:#2563eb57}.project-preview-ttl-row{gap:8px;min-width:0;padding:2px 0;display:flex;overflow-x:auto}.project-preview-ttl-row .sheet-button{white-space:nowrap;flex-shrink:0}.project-preview-ttl-row .sheet-button.active{color:#1d4ed8;background:#2563eb14;border-color:#2563eb57}.project-preview-route-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;display:grid}.project-preview-route-grid label{gap:5px;min-width:0;display:grid}.project-preview-route-grid span{color:var(--text-tertiary);white-space:nowrap;font-size:11px;font-weight:750}.project-preview-route-grid input{box-sizing:border-box;width:100%;min-width:0;height:34px;color:var(--text);background:#fff;border:1px solid #191f2814;border-radius:10px;padding:0 10px;font-size:13px;font-weight:750}@media (max-width:720px){.project-preview-route-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.project-preview-card .task-card-title-block h2{word-break:break-all}.project-preview-view{box-sizing:border-box;width:100%;min-width:0;max-width:100%;overflow-x:hidden}.project-preview-fullscreen{z-index:2400;overscroll-behavior:contain;isolation:isolate;background:#fff;transition:width .2s;position:fixed;top:0;right:0;bottom:0;left:0;overflow:hidden}.project-preview-fullscreen-frame{background:#fff;border:0;width:100vw;height:100dvh;display:block;position:fixed;top:0;right:0;bottom:0;left:0;transform:none}.project-preview-floating-back{top:calc(env(safe-area-inset-top,0px) + 14px);left:calc(env(safe-area-inset-left,0px) + 14px);z-index:2401;color:#111827;cursor:pointer;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffffeb;border:1px solid #0f172a24;border-radius:999px;justify-content:center;align-items:center;width:42px;height:42px;display:inline-flex;position:fixed;box-shadow:0 12px 30px #0f172a29}@media (min-width:640px){.project-preview-floating-back{top:14px;left:14px}}.workbench-tab-content{gap:12px;padding:4px 0 16px;display:grid}.workbench-tab-content>.info-list-card-list,.workbench-tab-content>.workflow-list,.workbench-tab-content>.project-info-list-card-list,.workbench-tab-content>.filter-pill-bar,.workbench-tab-content>.list-loading-state,.workbench-tab-content>.agent-card-list{padding-left:0;padding-right:0}.workbench-tab-content>.info-list-card-list,.workbench-tab-content>.workflow-list,.workbench-tab-content>.project-info-list-card-list{padding-bottom:0}.conversation-hub-body:has(.workbench-tab-content){min-height:0;scroll-padding-bottom:calc(88px + env(safe-area-inset-bottom));scrollbar-width:none;overflow-y:auto}.conversation-hub-body:has(.workbench-tab-content)::-webkit-scrollbar{display:none}.conversation-hub-body:has(.workbench-tab-content)>*{flex:none;min-height:auto}.project-workbench-scroll-files .conversation-hub-body:has(.workbench-tab-content){scroll-padding-bottom:0;overflow:visible}.project-approval-view{min-width:0;max-width:100%;overflow-x:hidden}.project-approval-alert{min-width:0;min-height:42px;color:var(--danger);background:var(--danger-soft);border:1px solid #d84c5c24;border-radius:12px;align-items:center;gap:8px;padding:8px 10px;display:flex}.project-approval-alert>svg{flex:none;width:18px;height:18px}.project-approval-alert>span{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;font-size:12px;font-weight:750;overflow:hidden}.project-approval-alert button{min-height:28px;color:var(--danger);white-space:nowrap;cursor:pointer;background:#ffffffb8;border:0;border-radius:8px;flex:none;padding:0 9px;font-size:11px;font-weight:800}.project-approval-timeline{gap:22px;padding-top:2px;display:grid;position:relative}.project-approval-timeline:before{content:"";background:#ccd5e2c7;border-radius:999px;width:2px;position:absolute;top:17px;bottom:12px;left:15px;box-shadow:0 0 0 1px #ffffffb8}.project-approval-group{z-index:1;gap:12px;min-width:0;padding-left:42px;display:grid;position:relative}.project-approval-group-head{align-items:center;gap:10px;min-width:0;min-height:32px;margin-left:-42px;display:flex}.project-approval-group-head strong,.project-approval-group-head>span:last-child{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.project-approval-group-head strong{color:var(--text);font-size:15px;font-weight:880;line-height:22px}.project-approval-group-head>span:last-child{color:var(--text-tertiary);margin-left:auto;font-size:11px;font-weight:720}.project-approval-group-node{border:3px solid var(--screen-bg,#f7f9fb);width:32px;height:32px;color:var(--primary);background:#fff;border-radius:12px;flex:none;place-items:center;display:inline-grid;position:relative;box-shadow:0 2px 8px #151f2c14}.project-approval-group-node:after{background:var(--primary);content:"";border:2px solid #fff;border-radius:999px;width:7px;height:7px;position:absolute;bottom:2px;right:2px}.project-approval-group-node svg{width:16px;height:16px}.project-approval-group.approved .project-approval-group-node{color:var(--success)}.project-approval-group.approved .project-approval-group-node:after{background:var(--success)}.project-approval-group.rejected .project-approval-group-node{color:var(--danger)}.project-approval-group.rejected .project-approval-group-node:after{background:var(--danger)}.project-approval-group.ended .project-approval-group-node{color:var(--text-tertiary)}.project-approval-group.ended .project-approval-group-node:after{background:#94a3b8}.project-approval-group-body{gap:10px;min-width:0;display:grid}.project-approval-group-empty{min-width:0;min-height:52px;color:var(--text-tertiary);text-overflow:ellipsis;white-space:nowrap;background:#ffffffbd;border:1px solid #ccd5e2bd;border-radius:12px;align-items:center;padding:14px 15px;font-size:12px;font-weight:700;display:flex;overflow:hidden}.project-approval-item{min-width:0;color:var(--text);background:#fff;border:1px solid #ccd5e2db;border-radius:12px;gap:11px;padding:15px;display:grid;position:relative;overflow:hidden;box-shadow:0 1px 2px #151f2c0e,0 6px 16px #151f2c06}.project-approval-item:before{content:"";background:#94a3b885;border-radius:0 999px 999px 0;width:2px;position:absolute;top:14px;bottom:14px;left:0}.project-approval-item.status-pending{background:linear-gradient(#fff,#f3f7feb8);border-color:#2f6de42e}.project-approval-item.status-pending:before{background:var(--primary)}@supports (color:color-mix(in lab,red,red)){.project-approval-item.status-pending:before{background:color-mix(in srgb,var(--primary) 58%,transparent)}}.project-approval-item.status-pending.risk-high{border-color:var(--danger)}@supports (color:color-mix(in lab,red,red)){.project-approval-item.status-pending.risk-high{border-color:color-mix(in srgb,var(--danger) 22%,#ccd5e2db)}}.project-approval-item.status-pending.risk-high:before{background:var(--danger)}@supports (color:color-mix(in lab,red,red)){.project-approval-item.status-pending.risk-high:before{background:color-mix(in srgb,var(--danger) 64%,transparent)}}.project-approval-item.status-pending.risk-medium:before{background:var(--warning)}@supports (color:color-mix(in lab,red,red)){.project-approval-item.status-pending.risk-medium:before{background:color-mix(in srgb,var(--warning) 64%,transparent)}}.project-approval-item.status-approved:before{background:var(--success)}@supports (color:color-mix(in lab,red,red)){.project-approval-item.status-approved:before{background:color-mix(in srgb,var(--success) 60%,transparent)}}.project-approval-item.status-rejected:before{background:var(--danger)}@supports (color:color-mix(in lab,red,red)){.project-approval-item.status-rejected:before{background:color-mix(in srgb,var(--danger) 60%,transparent)}}.project-approval-item-head{justify-content:space-between;align-items:flex-start;gap:12px;min-width:0;display:flex}.project-approval-item-title{gap:6px;min-width:0;display:grid}.project-approval-item-meta{align-items:center;gap:7px;min-width:0;display:flex}.project-approval-item-meta>span:last-child{min-width:0;color:var(--text-tertiary);text-overflow:ellipsis;white-space:nowrap;font-size:11px;font-weight:680;overflow:hidden}.project-approval-item-title h3{min-width:0;color:var(--text);text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:16px;font-weight:820;line-height:1.3;overflow:hidden}.project-approval-item-head>time{color:var(--text-tertiary);white-space:nowrap;flex:none;font-size:10.5px;font-weight:680;line-height:22px}.project-approval-risk-badge,.project-approval-status-badge{white-space:nowrap;border-radius:7px;flex:none;align-items:center;width:fit-content;min-height:22px;padding:0 8px;font-size:10.5px;font-weight:820;line-height:1;display:inline-flex}.project-approval-risk-badge.high{color:var(--danger);background:var(--danger-soft)}.project-approval-risk-badge.medium{color:#b66d12;background:var(--warning-soft)}.project-approval-risk-badge.low{color:var(--text-secondary);background:var(--surface-soft)}.project-approval-status-badge.pending{color:var(--primary);background:var(--primary-soft)}.project-approval-status-badge.approved{color:var(--success);background:var(--success-soft)}.project-approval-status-badge.rejected{color:var(--danger);background:var(--danger-soft)}.project-approval-status-badge.expired,.project-approval-status-badge.cancelled{color:var(--text-secondary);background:var(--surface-soft)}.project-approval-item-copy{color:var(--text-secondary);overflow-wrap:anywhere;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:13px;font-weight:520;line-height:1.55;display:-webkit-box;overflow:hidden}.project-approval-item-impact{flex-wrap:wrap;align-items:center;gap:6px;min-width:0;display:flex}.project-approval-item-impact strong{color:var(--text-tertiary);white-space:nowrap;flex:none;font-size:10.5px;font-weight:800}.project-approval-item-impact span{max-width:min(100%,180px);min-height:24px;color:var(--text-secondary);text-overflow:ellipsis;white-space:nowrap;background:#e9f0fe85;border:1px solid #2f6de41a;border-radius:7px;align-items:center;padding:0 8px;font-size:10.5px;font-weight:700;display:inline-flex;overflow:hidden}.project-approval-item-footer{border-top:1px solid #ccd5e2c2;gap:10px;min-width:0;padding-top:11px;display:grid}.project-approval-item-state{align-items:center;gap:8px;min-width:0;display:flex}.project-approval-item-state>span:last-child{min-width:0;color:var(--text-tertiary);text-overflow:ellipsis;white-space:nowrap;font-size:11px;font-weight:680;overflow:hidden}.project-approval-item-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;min-width:0;display:grid}.project-approval-item-actions button{white-space:nowrap;cursor:pointer;border-radius:10px;justify-content:center;align-items:center;gap:6px;min-width:0;min-height:36px;padding:0 14px;font-size:12px;font-weight:820;display:inline-flex}.project-approval-item-actions button svg{flex:none;width:16px;height:16px}.project-approval-item-actions button.reject{color:var(--text-secondary);background:#fff;border:1px solid #3e4a5b1f}.project-approval-item-actions button.approve{border:1px solid var(--primary);color:#fff;background:var(--primary);box-shadow:0 5px 12px #2f6de429}.project-approval-item-actions button:disabled{cursor:wait;opacity:.62}.project-approval-item-actions .spinning{animation:.9s linear infinite project-approval-spin}.project-approval-alert button:focus-visible,.project-approval-item-actions button:focus-visible{outline-offset:2px;outline:2px solid #2f6de46b}@keyframes project-approval-spin{to{transform:rotate(360deg)}}@media (min-width:560px){.project-approval-item-footer{justify-content:space-between;align-items:center;display:flex}.project-approval-item-actions{flex:none;display:flex}.project-approval-item-actions button{min-width:82px}}.project-memory-actions{align-items:center;gap:8px;padding-top:4px}.project-memory-action{letter-spacing:0;white-space:nowrap;cursor:pointer;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;min-width:52px;height:30px;padding:0 12px;font-size:12px;font-weight:800;line-height:1;transition:background .16s,border-color .16s,color .16s,transform .16s;display:inline-flex}.project-memory-action:active{transform:translateY(1px)}.project-memory-action.reject{color:var(--text-secondary);background:#191f2809;border-color:#191f2814}.project-memory-action.edit{color:var(--primary);background:#2f6de412;border-color:#2f6de421}.project-memory-action.confirm{background:var(--primary);color:#fff;box-shadow:0 6px 14px #2f6de433}.sheet-button.warning{color:#fff;background:#d97706;border-color:#0000}.project-governance-sheet-hint{min-height:44px;color:var(--text-secondary);cursor:pointer;background:#ffffffeb;border:1px solid #191f2814;border-radius:16px 16px 0 0;justify-items:center;gap:6px;font-size:12px;font-weight:750;display:grid}.project-governance-sheet-hint span{background:#191f2824;border-radius:999px;width:40px;height:4px;margin-top:8px}.project-memory-chips{gap:8px;min-width:0;padding:1px 0;display:flex;overflow-x:auto}.project-memory-chips::-webkit-scrollbar{display:none}.project-memory-chips span{min-height:28px;color:var(--text-secondary);background:#fff;border:1px solid #191f2814;border-radius:999px;flex:none;align-items:center;gap:6px;padding:0 10px;font-size:11px;font-weight:750;display:inline-flex}.project-memory-chips i{background:var(--primary);opacity:.55;border-radius:999px;width:7px;height:7px}.project-memory-reason{color:var(--text-secondary);border-left:2px solid #191f2814;gap:6px;padding-left:10px;font-size:12px;line-height:1.45;display:grid}.project-memory-edit-preview{background:#fff;border:1px solid #191f2814;border-radius:16px 16px 0 0;gap:8px;padding:12px 14px;display:grid;box-shadow:0 -4px 12px #151f2c0a}.project-memory-edit-preview>div{color:var(--text);align-items:center;gap:8px;font-size:13px;font-weight:800;display:flex}.project-memory-edit-preview>div span{background:#191f2824;border-radius:999px;width:36px;height:4px}.project-memory-edit-preview p{color:var(--text-secondary);background:#191f2806;border:1px solid #191f280f;border-radius:10px;margin:0;padding:9px 10px;font-size:12px;line-height:1.5}.project-memory-edit-preview em{color:var(--text-tertiary);font-size:11px;font-style:normal;font-weight:650}.project-memory-stitch-root{color:#161c25;box-sizing:border-box;width:100%;max-width:768px;margin:0 auto;padding:16px 4px 24px;font-family:Inter,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif;display:block}.project-memory-stitch-root>:not(:last-child){margin-block-end:24px}.project-memory-stitch-root :where(h2,h3,p){margin:0}.project-memory-stitch-section{min-width:0;display:block}.project-memory-stitch-section>:not(:last-child){margin-block-end:12px}.project-memory-stitch-section-head{justify-content:space-between;align-items:center;gap:12px;min-width:0;padding-inline:4px;display:flex}.project-memory-stitch-section-head h2,.project-memory-stitch-section>h2{color:#161c25;padding-inline:4px;font-family:Manrope,Inter,sans-serif;font-size:14px;font-weight:850;line-height:1.3}.project-memory-stitch-digest{color:#fff;background:#0053c6;border:0;border-radius:999px;flex:none;justify-content:center;align-items:center;gap:4px;min-height:28px;padding:5px 10px;font-size:12px;font-weight:750;line-height:1.2;display:inline-flex}.project-memory-stitch-digest:disabled{opacity:.72}.project-memory-stitch-digest svg{flex:none}.project-memory-stitch-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.project-memory-stitch-summary-card{box-sizing:border-box;background:#fff;border:1px solid #dde3ef33;border-radius:12px;flex-direction:column;justify-content:space-between;min-width:0;height:96px;padding:16px;display:flex;box-shadow:0 2px 8px #0000000a}.project-memory-stitch-summary-card>span{color:#64748b;white-space:nowrap;text-overflow:ellipsis;font-family:Manrope,Inter,sans-serif;font-size:12px;font-weight:750;line-height:1.2;overflow:hidden}.project-memory-stitch-summary-card>div{justify-content:space-between;align-items:flex-end;gap:10px;min-width:0;display:flex}.project-memory-stitch-summary-card strong{color:#161c25;white-space:nowrap;text-overflow:ellipsis;min-width:0;font-family:Manrope,Inter,sans-serif;font-size:24px;font-weight:850;line-height:1.25;overflow:hidden}.project-memory-stitch-summary-card strong.primary,.project-memory-stitch-summary-card svg.primary{color:#0053c6}.project-memory-stitch-summary-card svg{color:#737785;flex:none}.project-memory-stitch-filter{color:#0053c6;flex:none;align-items:center;gap:4px;font-size:13px;font-weight:700;line-height:1.2;display:inline-flex}.project-memory-stitch-filter span:first-child{color:#64748b;white-space:nowrap;text-overflow:ellipsis;max-width:88px;font-size:12px;overflow:hidden}.project-memory-stitch-filter svg{flex:none}.project-memory-stitch-list{gap:12px;display:grid}.project-memory-stitch-card{cursor:default;background:#fff;border:1px solid #dde3ef33;border-radius:12px;gap:4px;min-width:0;padding:16px;transition:transform .16s;display:grid;box-shadow:0 2px 8px #0000000a}.project-memory-stitch-card:active{transform:scale(.99)}.project-memory-stitch-card-meta{justify-content:space-between;align-items:flex-start;gap:10px;min-width:0;margin-bottom:4px;display:flex}.project-memory-stitch-card-meta>div{align-items:center;gap:8px;min-width:0;display:flex}.project-memory-stitch-card-meta>span{color:#64748b;white-space:nowrap;text-overflow:ellipsis;text-align:right;flex:none;max-width:88px;font-family:Manrope,Inter,sans-serif;font-size:12px;font-weight:750;line-height:1.2;overflow:hidden}.project-memory-stitch-type{border-radius:999px;flex:none;align-items:center;min-height:18px;padding:2px 8px;font-family:Manrope,Inter,sans-serif;font-size:10px;font-weight:750;line-height:1.2;display:inline-flex}.project-memory-stitch-type.preference{color:#b1c5ff;background:#e9f0fe}.project-memory-stitch-type.fact{color:#001551;background:#dce1ff}.project-memory-stitch-type.rule{color:#92400e;background:#fffbeb}.project-memory-stitch-type.decision{color:#001e2c;background:#c4e7ff}.project-memory-stitch-source{color:#64748b;white-space:nowrap;text-overflow:ellipsis;align-items:center;gap:4px;min-width:0;font-family:Manrope,Inter,sans-serif;font-size:12px;font-weight:750;line-height:1.2;display:inline-flex;overflow:hidden}.project-memory-stitch-source svg{flex:none}.project-memory-stitch-card h3{color:#161c25;white-space:nowrap;text-overflow:ellipsis;min-width:0;font-family:Manrope,Inter,sans-serif;font-size:15px;font-weight:780;line-height:1.3;overflow:hidden}.project-memory-stitch-card p{color:#475569;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:14px;font-weight:500;line-height:1.5;display:-webkit-box;overflow:hidden}.project-memory-stitch-card-foot{justify-content:space-between;align-items:center;gap:10px;min-width:0;margin-top:8px;display:flex}.project-memory-stitch-card-foot>span{color:#64748b;white-space:nowrap;text-overflow:ellipsis;min-width:0;font-size:12px;font-weight:650;line-height:1.2;overflow:hidden}.project-memory-stitch-card-foot>div{flex:none;align-items:center;gap:8px;display:inline-flex}.project-memory-stitch-card-foot button{color:#0053c6;background:#e9f0fe;border:0;border-radius:999px;min-height:28px;padding:5px 12px;font-size:12px;font-weight:750;line-height:1.2}.project-memory-stitch-card-foot button:first-child{color:#64748b;background:0 0}.project-memory-stitch-card-foot button:disabled{opacity:.64}.project-memory-stitch-empty{text-align:center;background:#fff;border:1px solid #dde3ef33;border-radius:12px;gap:6px;padding:28px 18px;display:grid;box-shadow:0 2px 8px #0000000a}.project-memory-stitch-empty strong{color:#161c25;font-size:15px;font-weight:780}.project-memory-stitch-empty span{color:#64748b;font-size:13px;font-weight:550;line-height:1.45}.project-memory-stitch-run-card{background:#fff;border:1px solid #dde3ef33;border-radius:12px;gap:7px;padding:12px 14px;display:grid;box-shadow:0 2px 8px #0000000a}.project-memory-stitch-run-card>div{justify-content:space-between;align-items:center;gap:10px;display:flex}.project-memory-stitch-run-card strong{color:#161c25;font-size:13px;font-weight:850}.project-memory-stitch-run-card span{color:#0053c6;font-size:11px;font-weight:800}.project-memory-stitch-run-card p{color:#64748b;font-size:12px;font-weight:650;line-height:1.4}.project-memory-stitch-run-card code{color:#98a2b3;white-space:nowrap;text-overflow:ellipsis;min-width:0;font-size:11px;overflow:hidden}.project-artifacts-view{align-content:start}.conversation-hub-body:has(.project-artifacts-view.initial-empty){overflow:hidden}.conversation-hub-body:has(.project-artifacts-view.initial-empty)>.project-artifacts-view.initial-empty{flex:1;min-height:0}.project-artifacts-view.initial-empty{grid-template-rows:auto minmax(0,1fr);align-content:stretch;height:100%}.project-artifact-timeline{align-content:start;gap:22px;display:grid}.project-artifact-day-group{gap:9px;min-width:0;display:grid}.project-artifact-day-header{justify-content:space-between;align-items:center;gap:12px;min-width:0;padding:0 2px;display:flex}.project-artifact-day-header h2{min-width:0;color:var(--text-secondary);text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:13px;font-weight:800;line-height:1.25;overflow:hidden}.project-artifact-day-header>span{color:var(--text-tertiary);white-space:nowrap;flex:none;font-size:11px;font-weight:750;line-height:1}.project-artifact-day-list{flex-direction:column;gap:10px;display:flex}.project-artifact-card{padding:14px}.project-artifact-card.failed{border-color:#dc26262e}.project-artifact-card:focus-visible{outline-offset:2px;outline:2px solid #2f6de447}.project-artifact-card .info-list-card-leading-media{color:#0e7490;background:#ecfeff;border-color:#0e749024}.project-artifact-card.category-video .info-list-card-leading-media,.project-artifact-detail-preview.category-video{color:#6d28d9;background:#f5f3ff;border-color:#6d28d924}.project-artifact-card.category-document .info-list-card-leading-media,.project-artifact-detail-preview.category-document{color:#2563eb;background:#eff6ff;border-color:#2563eb24}.project-artifact-card.category-web .info-list-card-leading-media,.project-artifact-detail-preview.category-web{color:#047857;background:#ecfdf5;border-color:#05966924}.project-artifact-card.category-code-data .info-list-card-leading-media,.project-artifact-detail-preview.category-code-data{color:#b45309;background:#fffbeb;border-color:#d9770629}.project-artifact-card.category-other .info-list-card-leading-media,.project-artifact-detail-preview.category-other{color:#64748b;background:#f8fafc;border-color:#64748b29}.project-artifact-card .info-list-card-title-row h3{font-size:16px}.project-artifact-card .info-list-card-footer,.project-artifact-card .info-list-card-footer-items{gap:10px}.project-artifact-card .info-list-card-footer-item{max-width:132px}.project-artifact-card .info-list-card-footer-end{max-width:min(44%,180px)}.project-artifact-card-chevron{width:18px;height:18px;color:var(--text-tertiary)}.project-artifact-source-link,.project-artifact-source-static{min-width:0;color:var(--primary);white-space:nowrap;align-items:center;gap:6px;font-size:12px;font-weight:800;line-height:1.2;display:inline-flex}.project-artifact-source-link{cursor:pointer;background:0 0;border:0;max-width:100%;padding:0}.project-artifact-source-link:hover{color:var(--primary-strong,#1d4ed8)}.project-artifact-source-link:focus-visible{outline-offset:3px;border-radius:4px;outline:2px solid #2f6de447}.project-artifact-source-link>span,.project-artifact-source-static{text-overflow:ellipsis;min-width:0;overflow:hidden}.project-artifact-source-link>svg{flex:0 0 16px;width:16px;height:16px}.project-artifact-source-link>svg:last-child{flex-basis:14px;width:14px;height:14px}.project-artifact-source-link.compact{justify-content:flex-end;gap:5px}.project-artifact-source-link.compact>svg{flex-basis:14px;width:14px;height:14px}.project-artifact-source-static{color:var(--text-tertiary)}.project-artifact-empty{box-sizing:border-box;height:100%;min-height:0;color:var(--text-tertiary);text-align:center;align-content:center;justify-items:center;gap:10px;padding:24px 20px;display:grid}.project-artifact-empty-visual{isolation:isolate;color:#5f78a2;background:#f1f5fb;border:1px solid #2f6de41f;border-radius:16px;place-items:center;width:56px;height:56px;margin-bottom:4px;display:grid;position:relative;box-shadow:0 6px 18px #2f6de40e}.project-artifact-empty-visual:before,.project-artifact-empty-visual:after{content:"";z-index:0;background:#ffffffd1;border:1px solid #2f6de417;border-radius:9px;width:38px;height:26px;position:absolute}.project-artifact-empty-visual:before{transform:translate(-8px,-7px)rotate(-5deg)}.project-artifact-empty-visual:after{transform:translate(8px,7px)rotate(5deg)}.project-artifact-empty-visual>svg{z-index:1;width:26px;height:26px;position:relative}.project-artifact-empty-copy{justify-items:center;gap:6px;display:grid}.project-artifact-empty-copy>strong{color:var(--text);font-size:16px;font-weight:800;line-height:1.25}.project-artifact-empty-copy>p{max-width:280px;color:var(--text-tertiary);margin:0;font-size:13px;font-weight:550;line-height:1.5}.project-artifact-filter-empty{background:var(--surface);border:1px solid #ccd5e2d1;border-radius:12px;justify-content:space-between;align-self:start;align-items:center;gap:14px;min-width:0;min-height:74px;padding:12px 14px;display:flex;box-shadow:0 1px 2px #151f2c09}.project-artifact-filter-empty-main{align-items:center;gap:10px;min-width:0;display:flex}.project-artifact-filter-empty-main>strong{min-width:0;color:var(--text-secondary);text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:750;line-height:1.3;overflow:hidden}.project-artifact-filter-empty-icon{color:#64748b;background:#f8fafc;border:1px solid #64748b24;border-radius:10px;flex:0 0 34px;place-items:center;width:34px;height:34px;display:grid}.project-artifact-filter-empty-icon.category-image{color:#0e7490;background:#ecfeff;border-color:#0e749024}.project-artifact-filter-empty-icon.category-video{color:#6d28d9;background:#f5f3ff;border-color:#6d28d924}.project-artifact-filter-empty-icon.category-document{color:#2563eb;background:#eff6ff;border-color:#2563eb24}.project-artifact-filter-empty-icon.category-web{color:#047857;background:#ecfdf5;border-color:#05966924}.project-artifact-filter-empty-icon.category-code-data{color:#b45309;background:#fffbeb;border-color:#d9770629}.project-artifact-filter-empty-icon>svg{width:18px;height:18px}.project-artifact-filter-empty>button{min-height:32px;color:var(--primary);white-space:nowrap;cursor:pointer;background:0 0;border:0;border-radius:8px;flex:none;padding:0 9px;font-size:12px;font-weight:800;line-height:1}.project-artifact-filter-empty>button:hover{background:var(--primary-soft)}.project-artifacts-loading{min-height:min(420px,100dvh - 280px);padding-bottom:40px}.project-artifact-sheet-layer{z-index:1200;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0f172a57;justify-content:center;align-items:flex-end;animation:.16s ease-out project-artifact-layer-in;display:flex;position:fixed;top:0;right:0;bottom:0;left:0}.project-artifact-sheet{background:var(--surface);border:1px solid #ccd5e2eb;border-bottom:0;border-radius:22px 22px 0 0;flex-direction:column;width:min(100%,680px);max-height:min(82dvh,760px);animation:.18s cubic-bezier(.22,1,.36,1) project-artifact-sheet-in;display:flex;overflow:hidden;box-shadow:0 -18px 54px #0f172a2e}.project-artifact-sheet-grabber{flex:none;place-items:center;padding:9px 0 3px;display:grid}.project-artifact-sheet-grabber>span{background:#cbd5e1;border-radius:999px;width:42px;height:4px}.project-artifact-sheet-header{border-bottom:1px solid #ccd5e2b3;justify-content:space-between;align-items:flex-start;gap:14px;min-width:0;padding:8px 18px 14px;display:flex}.project-artifact-sheet-header>div{gap:4px;min-width:0;display:grid}.project-artifact-sheet-header span{color:var(--text-tertiary);white-space:nowrap;font-size:11px;font-weight:750;line-height:1.2}.project-artifact-sheet-header h2{min-width:0;color:var(--text);text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:18px;font-weight:820;line-height:1.25;overflow:hidden}.project-artifact-sheet-header>button{background:var(--surface-soft);width:34px;height:34px;color:var(--text-secondary);cursor:pointer;border:0;border-radius:10px;flex:0 0 34px;place-items:center;padding:0;display:grid}.project-artifact-sheet-header>button>svg{width:20px;height:20px}.project-artifact-sheet-body{align-content:start;gap:16px;min-height:0;padding:16px 18px 22px;display:grid;overflow-y:auto}.project-artifact-detail-preview{color:#0e7490;background:#ecfeff;border:1px solid #0e749024;border-radius:16px;place-items:center;min-height:156px;display:grid;overflow:hidden}.project-artifact-detail-preview>svg{width:52px;height:52px}.project-artifact-detail-preview.image-preview{background:#f8fafc;border-color:#ccd5e2d1;min-height:0}.project-artifact-detail-preview.image-preview>img{object-fit:contain;width:100%;max-height:320px;display:block}.project-artifact-detail-caption{color:var(--text-secondary);overflow-wrap:anywhere;margin:-2px 2px 0;font-size:13px;font-weight:550;line-height:1.55}.project-artifact-detail-error{background:var(--danger-soft);color:var(--danger);border:1px solid #dc262621;border-radius:12px;align-items:flex-start;gap:8px;padding:11px 12px;font-size:12px;font-weight:650;line-height:1.45;display:flex}.project-artifact-detail-error>svg{flex:0 0 17px;width:17px;height:17px}.project-artifact-detail-section{gap:7px;display:grid}.project-artifact-detail-section>h3{color:var(--text-tertiary);margin:0 2px;font-size:11px;font-weight:800;line-height:1.2}.project-artifact-detail-card{background:var(--surface);border:1px solid #ccd5e2d1;border-radius:14px;overflow:hidden}.project-artifact-detail-row,.project-artifact-detail-source-row{justify-content:space-between;align-items:center;gap:16px;min-width:0;min-height:44px;padding:10px 12px;display:flex}.project-artifact-detail-row+.project-artifact-detail-row,.project-artifact-detail-row+.project-artifact-detail-source-row,.project-artifact-detail-source-row+.project-artifact-detail-row{border-top:1px solid #ccd5e29e}.project-artifact-detail-row>span,.project-artifact-detail-source-row>span{color:var(--text-tertiary);white-space:nowrap;flex:none;font-size:12px;font-weight:650}.project-artifact-detail-row>strong{min-width:0;color:var(--text);text-align:right;text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:13px;font-weight:700;line-height:1.35;overflow:hidden}.project-artifact-detail-source-row>.project-artifact-source-link{max-width:72%}.project-artifact-sheet-actions{padding:12px 18px calc(12px + env(safe-area-inset-bottom));background:#fffffff5;border-top:1px solid #ccd5e2b8;flex:none;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:10px;display:grid}.project-artifact-sheet-actions>button,.project-artifact-sheet-actions>a{white-space:nowrap;border-radius:12px;justify-content:center;align-items:center;gap:7px;min-width:0;min-height:44px;padding:0 14px;font-size:13px;font-weight:800;line-height:1;text-decoration:none;display:inline-flex}.project-sync-view{gap:12px;min-width:0}.project-sync-section-heading{justify-content:space-between;align-items:center;gap:12px;min-width:0;min-height:20px;margin:0 2px -2px;display:flex}.project-sync-section-heading>span{color:var(--text);white-space:nowrap;font-size:13px;font-weight:820;line-height:1.2}.project-sync-section-heading>strong{min-width:0;color:var(--text-tertiary);text-overflow:ellipsis;white-space:nowrap;font-size:11px;font-weight:750;line-height:1.2;overflow:hidden}.project-sync-source-card,.project-sync-device-list,.project-sync-target-empty,.project-sync-action-card{background:var(--surface);border:1px solid #ccd5e2d1;border-radius:16px;min-width:0;box-shadow:0 8px 20px #151f2c06}.project-sync-source-card{gap:12px;padding:14px;display:grid}.project-sync-source-main{align-items:center;gap:11px;min-width:0;display:flex}.project-sync-source-icon,.project-sync-device-icon,.project-sync-empty-icon{flex:none;place-items:center;display:grid}.project-sync-source-icon{color:#15805f;background:#eaf8f2;border-radius:13px;width:42px;height:42px}.project-sync-source-icon>svg{width:22px;height:22px}.project-sync-source-copy,.project-sync-device-copy{min-width:0;display:grid}.project-sync-source-copy{flex:1;gap:4px}.project-sync-title-row{align-items:center;gap:8px;min-width:0;display:flex}.project-sync-title-row>h2{min-width:0;color:var(--text);text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:15px;font-weight:820;line-height:1.25;overflow:hidden}.project-sync-source-copy>p{min-width:0;color:var(--text-secondary);text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:12px;font-weight:600;line-height:1.3;overflow:hidden}.project-sync-presence,.project-sync-device-status{white-space:nowrap;border-radius:999px;flex:none;justify-content:center;align-items:center;display:inline-flex}.project-sync-presence{min-height:22px;padding:0 8px;font-size:10px;font-weight:780}.project-sync-presence.online{color:#15775b;background:#eaf8f2}.project-sync-presence.offline{background:var(--surface-soft);color:var(--text-tertiary)}.project-sync-source-path,.project-sync-device-path-row{align-items:center;min-width:0;display:grid}.project-sync-source-path{background:var(--surface-soft);min-height:38px;color:var(--text-secondary);border-radius:11px;grid-template-columns:16px minmax(0,1fr);gap:8px;padding:8px 10px}.project-sync-source-path>svg,.project-sync-device-path-row>svg{flex:none;width:16px;height:16px}.project-sync-source-path>code,.project-sync-device-path-row>code,.project-sync-path-preview>code{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;overflow:hidden}.project-sync-source-path>code{color:var(--text-secondary);font-size:11px;font-weight:650}.project-sync-scope-note{min-width:0;color:var(--text-tertiary);align-items:center;gap:7px;font-size:11px;font-weight:580;line-height:1.35;display:flex}.project-sync-scope-note>svg{flex:0 0 15px;width:15px;height:15px}.project-sync-scope-note>span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.project-sync-device-list{overflow:hidden}.project-sync-device-row{background:var(--surface);min-width:0;transition:background .16s}.project-sync-device-row+.project-sync-device-row{border-top:1px solid #ccd5e2a3}.project-sync-device-row.selected{background:#f5f9ff}.project-sync-device-row.disabled{background:#fbfcfd}.project-sync-device-select{width:100%;min-width:0;color:inherit;text-align:left;cursor:pointer;background:0 0;border:0;align-items:center;gap:10px;padding:12px 12px 9px;display:flex}.project-sync-device-select:disabled{cursor:default}.project-sync-device-check{background:var(--surface);color:#fff;border:1.5px solid #94a3b8ad;border-radius:999px;flex:0 0 22px;place-items:center;width:22px;height:22px;transition:all .16s;display:grid}.project-sync-device-row.selected .project-sync-device-check{border-color:var(--primary);background:var(--primary)}.project-sync-device-check>svg{stroke-width:2.6px;width:14px;height:14px}.project-sync-device-icon{color:#356da8;background:#eef4fb;border-radius:11px;width:36px;height:36px}.project-sync-device-row.disabled .project-sync-device-icon{background:var(--surface-soft);color:var(--text-tertiary)}.project-sync-device-icon>svg{width:19px;height:19px}.project-sync-device-copy{flex:1;gap:3px}.project-sync-device-copy>strong,.project-sync-device-copy>span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.project-sync-device-copy>strong{color:var(--text);font-size:13px;font-weight:760;line-height:1.25}.project-sync-device-copy>span{color:var(--text-tertiary);font-size:11px;font-weight:600;line-height:1.25}.project-sync-device-row.disabled .project-sync-device-copy>strong{color:var(--text-secondary)}.project-sync-device-status{min-height:23px;padding:0 8px;font-size:10px;font-weight:780;line-height:1}.project-sync-device-status.online,.project-sync-device-status.complete{color:#15775b;background:#eaf8f2}.project-sync-device-status.selected,.project-sync-device-status.active{background:var(--primary-soft);color:var(--primary)}.project-sync-device-status.offline,.project-sync-device-status.idle{background:var(--surface-soft);color:var(--text-tertiary)}.project-sync-device-status.failed{background:var(--danger-soft);color:var(--danger)}.project-sync-device-path-row{color:var(--text-tertiary);grid-template-columns:15px minmax(0,1fr) auto;gap:7px;padding:0 12px 11px 80px}.project-sync-device-path-row>code{color:var(--text-secondary);font-size:10.5px;font-weight:600;line-height:1.3}.project-sync-device-path-row>button{min-height:28px;color:var(--primary);font:inherit;white-space:nowrap;cursor:pointer;background:0 0;border:0;border-radius:8px;flex:none;padding:0 7px;font-size:11px;font-weight:750}.project-sync-device-path-row>button:hover:not(:disabled){background:var(--primary-soft)}.project-sync-device-path-row>button:disabled{color:var(--text-tertiary);cursor:default}.project-sync-device-error{min-width:0;color:var(--danger);align-items:center;gap:6px;padding:0 12px 11px 80px;font-size:10.5px;font-weight:650;line-height:1.35;display:flex}.project-sync-device-error>svg{flex:0 0 14px;width:14px;height:14px}.project-sync-device-error>span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.project-sync-target-empty{min-height:104px;color:var(--text-tertiary);justify-content:center;align-items:center;gap:12px;padding:18px;display:flex}.project-sync-target-empty>svg{flex:0 0 28px;width:28px;height:28px}.project-sync-target-empty h2,.project-sync-target-empty p,.project-sync-empty-state h2,.project-sync-empty-state p{margin:0}.project-sync-target-empty h2{color:var(--text);font-size:13px;font-weight:780;line-height:1.3}.project-sync-target-empty p{margin-top:3px;font-size:11px;font-weight:560;line-height:1.4}.project-sync-result,.project-sync-action-error{border-radius:13px;align-items:center;gap:9px;min-width:0;padding:10px 12px;display:flex}.project-sync-result>svg,.project-sync-action-error>svg{flex:0 0 19px;width:19px;height:19px}.project-sync-result>div{gap:2px;min-width:0;display:grid}.project-sync-result strong,.project-sync-result span,.project-sync-action-error>span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.project-sync-result strong{font-size:12px;font-weight:780}.project-sync-result span,.project-sync-action-error>span{font-size:11px;font-weight:600;line-height:1.35}.project-sync-result.complete{color:#15775b;background:#effaf6;border:1px solid #15805f24}.project-sync-result.failed,.project-sync-action-error{background:var(--danger-soft);color:var(--danger);border:1px solid #dc262621}.project-sync-action-card{background:#fffffff0;align-items:center;gap:12px;padding:10px 10px 10px 13px;display:flex}.project-sync-action-card>div{flex:1;gap:2px;min-width:0;display:grid}.project-sync-action-card>div>strong,.project-sync-action-card>div>span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.project-sync-action-card>div>strong{color:var(--text);font-size:12px;font-weight:780;line-height:1.3}.project-sync-action-card>div>span{color:var(--text-tertiary);font-size:10.5px;font-weight:600;line-height:1.3}.project-sync-action-card>button{background:var(--primary);color:#fff;min-width:158px;min-height:44px;font:inherit;white-space:nowrap;cursor:pointer;border:0;border-radius:12px;flex:none;justify-content:center;align-items:center;gap:7px;padding:0 15px;font-size:13px;font-weight:780;transition:transform .15s,opacity .15s;display:inline-flex;box-shadow:0 8px 18px #0053c62e}.project-sync-action-card>button:active:not(:disabled){transform:scale(.98)}.project-sync-action-card>button:disabled{box-shadow:none;cursor:default;background:#b8c4d3}.project-sync-action-card>button>svg{flex:0 0 18px;width:18px;height:18px}.project-sync-spinner{animation:.9s linear infinite project-sync-spin}.project-sync-empty-state{text-align:center;align-content:center;place-items:center;gap:8px;width:min(100%,340px);min-height:260px;margin:auto;padding:24px;display:grid}.project-sync-empty-icon{color:#15805f;background:#eaf8f2;border-radius:17px;width:52px;height:52px;margin-bottom:4px}.project-sync-empty-icon>svg{width:26px;height:26px}.project-sync-empty-state h2{color:var(--text);font-size:15px;font-weight:820;line-height:1.3}.project-sync-empty-state p{color:var(--text-tertiary);font-size:12px;font-weight:580;line-height:1.45}.conversation-hub-body:has(.project-sync-view.initial-empty){min-height:0;display:flex}.conversation-hub-body:has(.project-sync-view.initial-empty)>.project-sync-view.initial-empty{flex:1;min-height:100%;display:flex}.project-sync-sheet-layer{z-index:340;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0f172a61;justify-content:center;align-items:flex-end;display:flex;position:fixed;top:0;right:0;bottom:0;left:0}.project-sync-path-sheet{background:var(--surface);border-radius:24px 24px 0 0;flex-direction:column;width:min(100%,520px);max-height:min(76dvh,620px);animation:.22s cubic-bezier(.2,.8,.2,1) project-sync-sheet-up;display:flex;overflow:hidden;box-shadow:0 -18px 54px #0f172a33}.project-sync-sheet-handle{background:#d9e0e8;border-radius:999px;flex:none;width:42px;height:4px;margin:8px auto 2px}.project-sync-sheet-header{border-bottom:1px solid #ccd5e2a8;justify-content:space-between;align-items:center;gap:14px;min-width:0;padding:12px 18px 14px;display:flex}.project-sync-sheet-header>div{gap:3px;min-width:0;display:grid}.project-sync-sheet-header span{color:var(--text-tertiary);font-size:11px;font-weight:720;line-height:1.2}.project-sync-sheet-header h2{min-width:0;color:var(--text);text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:17px;font-weight:840;line-height:1.25;overflow:hidden}.project-sync-sheet-header>button{background:var(--surface-soft);width:34px;height:34px;color:var(--text-secondary);cursor:pointer;border:0;border-radius:11px;flex:0 0 34px;place-items:center;padding:0;display:grid}.project-sync-sheet-header>button>svg{width:20px;height:20px}.project-sync-path-sheet-body{align-content:start;gap:16px;min-height:0;padding:16px 18px 20px;display:grid;overflow-y:auto}.project-sync-path-options{scrollbar-width:none;gap:8px;min-width:0;display:flex;overflow-x:auto}.project-sync-path-options::-webkit-scrollbar{display:none}.project-sync-path-options>button{border:1px solid var(--line);background:var(--surface);min-height:32px;color:var(--text-secondary);font:inherit;white-space:nowrap;cursor:pointer;border-radius:999px;flex:none;padding:0 12px;font-size:12px;font-weight:680}.project-sync-path-options>button.active{border-color:var(--primary);background:var(--primary-soft);color:var(--primary)}.project-sync-path-field{gap:7px;min-width:0;display:grid}.project-sync-path-field>span,.project-sync-path-preview>span{color:var(--text-secondary);white-space:nowrap;font-size:12px;font-weight:760;line-height:1.2}.project-sync-path-input{background:var(--surface);min-width:0;min-height:48px;color:var(--text-tertiary);border:1px solid #94a3b894;border-radius:13px;grid-template-columns:18px minmax(0,1fr);align-items:center;gap:9px;padding:0 12px;transition:border-color .15s,box-shadow .15s;display:grid}.project-sync-path-input:focus-within{border-color:var(--primary);box-shadow:0 0 0 3px #0053c617}.project-sync-path-input.invalid{border-color:#dc26268c}.project-sync-path-input>svg{width:18px;height:18px}.project-sync-path-input>input{width:100%;min-width:0;height:46px;color:var(--text);background:0 0;border:0;outline:0;padding:0;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:16px;font-weight:620}.project-sync-path-field>small{color:var(--text-tertiary);font-size:11px;font-weight:580;line-height:1.4}.project-sync-path-field>small.error{color:var(--danger)}.project-sync-path-preview{background:var(--surface-soft);border-radius:12px;gap:7px;min-width:0;padding:11px 12px;display:grid}.project-sync-path-preview>code{color:var(--text-secondary);font-size:11px;font-weight:650;line-height:1.35}.project-sync-sheet-actions{padding:12px 18px calc(12px + env(safe-area-inset-bottom));background:#fffffff7;border-top:1px solid #ccd5e2b8;flex:none;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:10px;display:grid}.project-sync-sheet-actions>button{min-width:0;min-height:44px;font:inherit;white-space:nowrap;cursor:pointer;border-radius:12px;justify-content:center;align-items:center;gap:7px;padding:0 14px;font-size:13px;font-weight:760;display:inline-flex}.project-sync-sheet-actions>button.secondary{border:1px solid var(--line);background:var(--surface);color:var(--text-secondary)}.project-sync-sheet-actions>button.primary{border:1px solid var(--primary);background:var(--primary);color:#fff}.project-sync-sheet-actions>button:disabled{opacity:.48;cursor:default}.project-sync-sheet-actions>button>svg{flex:0 0 17px;width:17px;height:17px}@keyframes project-sync-spin{to{transform:rotate(360deg)}}@keyframes project-sync-sheet-up{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}@media (max-width:370px){.project-sync-device-path-row,.project-sync-device-error{padding-left:46px}.project-sync-action-card{display:grid}.project-sync-action-card>button{width:100%;min-width:0}}@media (prefers-reduced-motion:reduce){.project-sync-spinner,.project-sync-path-sheet{animation:none}}.project-artifact-sheet-actions>button{background:var(--surface);color:var(--text-secondary);cursor:pointer;border:1px solid #ccd5e2e6}.project-artifact-sheet-actions>a{border:1px solid var(--primary);background:var(--primary);color:#fff}.project-artifact-sheet-actions>a>svg{width:17px;height:17px}.project-artifact-sheet-actions>button:only-child{grid-column:1/-1}@keyframes project-artifact-layer-in{0%{opacity:0}to{opacity:1}}@keyframes project-artifact-sheet-in{0%{transform:translateY(18px)}to{transform:translateY(0)}}@media (max-width:420px){.project-artifact-card .info-list-card-footer-item:nth-child(2){display:none}.project-artifact-card .info-list-card-footer-end{max-width:52%}.project-artifact-sheet-body,.project-artifact-sheet-header,.project-artifact-sheet-actions{padding-left:14px;padding-right:14px}}.project-workbench-chat-list{flex:initial;min-height:initial;background:0 0;padding:0;overflow:visible}.project-activity-card p{color:var(--text-secondary);overflow-wrap:anywhere;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0;font-size:13px;line-height:1.6;display:-webkit-box;overflow:hidden}.project-workbench-error{background:var(--danger-soft);color:var(--danger);border-radius:16px;padding:12px 14px;font-size:13px;line-height:1.5}.project-home-content{gap:16px;width:100%;min-width:0;padding-bottom:12px;display:grid}.project-home-status-card{border-radius:var(--radius-md);background:var(--surface);border:1px solid #e2e8f0f5;gap:12px;min-width:0;padding:16px;display:grid;overflow:hidden;box-shadow:0 1px 2px #151f2c0a}.project-home-status-head{justify-content:space-between;align-items:flex-start;gap:12px;min-width:0;display:flex}.project-home-title-block{gap:6px;min-width:0;display:grid}.project-home-title-block h2{min-width:0;color:var(--text);letter-spacing:0;text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:20px;font-weight:850;line-height:1.25;overflow:hidden}.project-home-title-block p{min-width:0;max-width:100%;color:var(--text-secondary);text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:14px;font-weight:500;line-height:1.5;overflow:hidden}.project-home-state{background:var(--surface-soft);min-height:24px;color:var(--text-secondary);box-shadow:none;white-space:nowrap;border-radius:999px;flex:none;justify-content:center;align-items:center;padding:0 9px;font-size:12px;font-weight:750;display:inline-flex}.project-home-state.online{background:var(--success-soft);color:var(--success);box-shadow:none}.project-home-workspace-row{border-radius:var(--radius-sm);background:var(--surface-soft);min-width:0;box-shadow:none;align-items:center;gap:12px;padding:12px;display:flex}.project-home-workspace-row span,.project-home-workspace-row strong{line-height:1.4}.project-home-workspace-row span{color:var(--text-tertiary);white-space:nowrap;flex:none;font-size:13px;font-weight:750}.project-home-workspace-row strong{min-width:0;color:var(--text);text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:750;overflow:hidden}.project-home-metrics{border-radius:var(--radius-sm);background:var(--surface);border:1px solid #e2e8f0f5;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;min-width:0;display:grid;overflow:hidden}.project-home-metrics span{min-width:0;color:var(--text-tertiary);text-align:center;white-space:nowrap;background:0 0;border:0;border-right:1px solid #e2e8f0f5;gap:2px;padding:10px 6px;font-size:12px;font-weight:750;display:grid}.project-home-metrics span:last-child{border-right:0}.project-home-metrics strong{color:var(--text);font-size:17px;font-weight:850;line-height:1.1}.project-home-section{gap:8px;min-width:0;display:grid}.project-home-section-head{justify-content:space-between;align-items:center;gap:12px;min-width:0;padding:0 4px;display:flex}.project-home-section-head h3{min-width:0;color:var(--text-secondary);letter-spacing:0;text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:14px;font-weight:850;line-height:18px;overflow:hidden}.project-home-module-grid{border-radius:var(--radius-md);background:var(--surface);border:1px solid #e2e8f0f5;grid-template-columns:repeat(4,minmax(0,1fr));grid-auto-rows:64px;gap:6px 4px;width:100%;min-width:0;margin:0;padding:8px 10px;display:grid;overflow:hidden;box-shadow:0 1px 2px #151f2c0a}.project-home-module{--project-module-color:var(--primary);min-width:0;height:64px;color:var(--text);cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:0;border-radius:12px;grid-template-rows:32px 20px;place-items:center;gap:4px;padding:4px;transition:background .14s,color .14s;display:grid}@media (hover:hover){.project-home-module:hover{background:#2f6de40d}}.project-home-module:active{background:#2f6de414}.project-home-module-icon{width:32px;height:32px;color:var(--project-module-color);background:0 0;border-radius:0;place-items:center;display:inline-grid}.project-home-module-icon svg{stroke-width:1.85px;width:22px;height:22px}.project-home-module.blue{--project-module-color:var(--primary)}.project-home-module.amber{--project-module-color:var(--warning)}.project-home-module.green{--project-module-color:var(--success)}.project-home-module.cyan{--project-module-color:#0284c7}.project-home-module.slate{--project-module-color:#475569}.project-home-module strong{text-overflow:ellipsis;white-space:nowrap;max-width:100%;color:var(--text);letter-spacing:0;font-size:13px;font-weight:780;line-height:20px;overflow:hidden}.project-home-icon-button{border:1px solid var(--line);width:32px;height:32px;color:var(--primary);background:#fff;border-radius:999px;flex:none;place-items:center;display:inline-grid;box-shadow:0 1px 2px #151f2c0a}.project-home-icon-button svg{width:17px;height:17px}.project-home-recent-list{gap:8px;min-width:0;display:grid}.project-home-empty{border:1px solid var(--line);min-height:52px;color:var(--text-tertiary);background:#fff;border-radius:14px;place-items:center;padding:14px;font-size:13px;font-weight:750;display:grid}.tabbed-detail-screen{padding-bottom:calc(112px + env(safe-area-inset-bottom))}.project-module-dot{min-width:48px;min-height:30px;color:var(--text-secondary);background:#151f2c0f;border-radius:999px;place-items:center;font-size:11px;font-weight:800;display:inline-grid}.project-module-hero{color:var(--text);box-shadow:var(--shadow-md);border-radius:26px;gap:8px;padding:18px;display:grid}.project-module-hero span{width:max-content;color:var(--text-secondary);background:#ffffffad;border-radius:999px;padding:5px 10px;font-size:12px;font-weight:800}.project-module-hero h2{letter-spacing:-.04em;margin:2px 0 0;font-size:26px}.project-module-hero p{color:var(--text-secondary);margin:0;font-size:14px;line-height:1.6}.project-module-hero button{color:#fff;background:#151f2cdb;border:0;border-radius:999px;width:max-content;margin-top:6px;padding:10px 14px;font-size:13px;font-weight:800}.project-module-hero button:disabled{color:var(--text-secondary);cursor:default;background:#151f2c1f}.project-module-hero.emerald,.project-module-dot.emerald{background:linear-gradient(145deg,#d1fae5f0,#ecfdf5fa)}.project-module-hero.blue,.project-module-dot.blue{background:linear-gradient(145deg,#dbeafef0,#eff6fffa)}.project-module-hero.amber,.project-module-dot.amber{background:linear-gradient(145deg,#fef3c7f5,#fffbebfa)}.project-module-hero.rose,.project-module-dot.rose{background:linear-gradient(145deg,#ffe4e6f5,#fff1f2fa)}.project-module-hero.violet,.project-module-dot.violet{background:linear-gradient(145deg,#ede9fef5,#f5f3fffa)}.project-module-hero.cyan,.project-module-dot.cyan{background:linear-gradient(145deg,#cffafef5,#ecfefffa)}.project-module-hero.slate,.project-module-dot.slate{background:linear-gradient(145deg,#e2e8f0f5,#f8fafcfa)}.project-module-hero.indigo,.project-module-dot.indigo{background:linear-gradient(145deg,#e0e7fff5,#eef2fffa)}.project-flow-preview,.project-agent-pool-preview{gap:12px;display:grid}.project-flow-preview{margin:0;padding:0;list-style:none}.project-flow-connector{color:var(--text-tertiary);place-items:center;font-weight:800;line-height:1;display:grid}.project-module-card{box-shadow:var(--shadow-md);background:#fffffff2;border:1px solid #4c5b7112;border-radius:22px;gap:9px;padding:15px;display:grid}.project-module-card>div{justify-content:space-between;align-items:center;gap:12px;display:flex}.project-module-card strong{font-size:15px}.project-module-card span{background:var(--surface-soft);min-height:24px;color:var(--text-tertiary);border-radius:999px;align-items:center;padding:0 9px;font-size:11px;font-weight:800;display:inline-flex}.project-module-card p{color:var(--text-secondary);margin:0;font-size:13px;line-height:1.55}.project-agent-pool-card{box-shadow:var(--shadow-md);color:var(--text);text-align:left;background:#fffffff2;border:0;border-radius:22px;gap:6px;padding:15px;display:grid}.project-agent-pool-card strong{font-size:15px}.project-agent-pool-card span{color:var(--text-secondary);font-size:13px;line-height:1.45}.project-agent-pool-card em{color:var(--text-tertiary);font-size:12px;font-style:normal;font-weight:700}.agent-profile-section p{color:var(--text-secondary);margin:0;font-size:13px;line-height:1.6}.agent-profile-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.agent-profile-grid article{background:#f8fafceb;border-radius:18px;gap:6px;padding:12px;display:grid;box-shadow:inset 0 0 0 1px #4c5b710f}.agent-profile-grid strong{font-size:13px}.agent-profile-grid span{color:var(--text-secondary);font-size:12px;line-height:1.45}.mobile-header-icon{width:36px;height:36px;color:var(--primary);cursor:pointer;background:linear-gradient(#fffffffa,#f1f4f8f5);border:1px solid #191f2814;border-radius:12px;place-items:center;transition:transform .12s,box-shadow .12s,background .12s;display:grid;box-shadow:0 4px 14px #151f2c0f}.mobile-header-icon svg{width:18px;height:18px}.mobile-header-icon:active{background:linear-gradient(#f1f4f8fa,#e8edf4f5);transform:scale(.96);box-shadow:0 2px 8px #151f2c14}.mobile-header-text-action{height:34px;color:var(--primary);background:0 0;border:0;padding:0 8px;font-size:14px;font-weight:800}.page-header{grid-template-columns:1fr;place-items:center;padding:0 16px}.wechat-header{grid-template-columns:44px 1fr 72px;padding:0 10px}.topbar{grid-template-columns:44px minmax(0,1fr) 44px;padding:0 10px}.page-topbar{grid-template-columns:minmax(72px,1fr) minmax(0,min(246px,100vw - 144px)) minmax(72px,1fr)}.page-topbar>:first-child:not(.topbar-copy){grid-column:1}.page-topbar>.topbar-copy{grid-column:2;justify-self:center;width:100%}.page-topbar>:last-child:not(.topbar-copy){grid-column:3}.topbar-actions-container{justify-content:flex-end;justify-self:end;align-items:center;gap:6px;height:36px;display:flex}.topbar-search{grid-template-columns:36px minmax(0,1fr) auto;gap:8px;padding:8px 12px 10px}.page-header h1,.topbar-copy h1,.home-title-block h1{letter-spacing:-.01em;text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:17px;font-weight:700;line-height:36px;overflow:hidden}.page-topbar:not(.topbar-with-meta) .topbar-copy h1{letter-spacing:0;font-size:20px;line-height:36px}.home-title-block,.topbar-copy{text-align:center;min-width:0;max-width:100%;overflow:hidden}.topbar-with-meta .topbar-copy h1,.detail-topbar .topbar-copy h1{line-height:22px}.topbar-with-meta .topbar-meta,.detail-topbar .topbar-meta{margin-top:3px;line-height:16px}.topbar-with-meta .topbar-copy,.detail-topbar .topbar-copy{align-content:center;display:grid}.home-kicker,.topbar-meta,.discover-kicker,.topbar-kicker{color:var(--text-tertiary);text-overflow:ellipsis;white-space:nowrap;margin:2px 0 0;font-size:11px;overflow:hidden}.topbar-back,.topbar-action,.topbar-icon,.composer-plus,.header-ghost,.search-cancel{color:var(--text);cursor:pointer;background:0 0;border:0}.topbar-back,.topbar-action,.topbar-icon,.header-ghost{border-radius:999px;place-items:center;width:36px;height:36px;font-size:22px;display:grid}.topbar-back{place-self:center start;padding:0}.topbar-action:not(.assistant-session-new-button){padding-bottom:4px}.topbar-spacer{flex-shrink:0;width:36px;height:36px}.topbar-delete{color:var(--danger)}.topbar-action svg,.topbar-icon svg{width:19px;height:19px}.topbar-icon.danger{color:var(--danger)}.topbar-action,.header-ghost{font-size:18px}.topbar-icon-action{width:36px;height:36px;color:var(--primary);background:linear-gradient(#fffffffa,#f1f4f8f5);border:1px solid #191f2814;border-radius:12px;padding:0;font-size:18px;box-shadow:0 4px 14px #151f2c0f}.topbar-icon-action svg{width:18px;height:18px}.topbar-icon-action.danger{color:var(--danger)}.topbar-action.topbar-icon-action{padding:0}.topbar-action.textual{width:auto;min-width:44px;color:var(--primary);padding:0 10px;font-size:14px}.market-install-action svg{width:19px;height:19px}.topbar-back:active,.topbar-action:active,.header-ghost:active,.search-cancel:active{background:#111c2d14}.topbar-icon-action:active,.topbar-action.mobile-header-icon:active{background:linear-gradient(#f1f4f8fa,#e8edf4f5);transform:scale(.96);box-shadow:0 2px 8px #151f2c14}.header-actions{justify-content:flex-end;gap:4px;display:flex}.search-box,.search-trigger,.search-input,.sheet-input,.search-topbar-field .search-input{background:var(--surface-soft);width:100%;min-height:38px;color:var(--text-secondary);border:0;border-radius:999px;outline:none;padding:0 14px}.search-box,.search-trigger{place-items:center;font-size:13px;display:grid}.search-trigger{cursor:pointer}.search-topbar-field{min-width:0}.search-topbar-field .search-input{background:var(--surface);box-shadow:inset 0 0 0 1px var(--line)}.search-cancel{color:var(--primary);padding:0 4px;font-size:15px}.error-banner{border-radius:var(--radius-sm);background:var(--danger-soft);color:var(--danger);margin:12px 16px 0;padding:12px 14px;font-size:13px}.detail-card,.discover-hero{border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);background:linear-gradient(#fffffff5,#fff);margin:16px;padding:18px}.discover-hero{gap:14px;display:grid}.runtime-hero{color:#fff;box-shadow:var(--shadow-lg);background:linear-gradient(135deg,#131c2bfa,#26364ceb);border-radius:28px;margin:16px;padding:20px 18px}.runtime-hero h2{letter-spacing:-.03em;margin:8px 0 0;font-size:24px;line-height:1.15}.runtime-hero p:last-child{color:#ffffffbd;margin:10px 0 0;font-size:13px;line-height:1.6}.detail-kicker{color:var(--text-tertiary);margin:0;font-size:12px}.discover-hero h2,.detail-card h2{letter-spacing:-.03em;margin:4px 0 0;font-size:24px;line-height:1.15}.discover-hero p,.detail-card p{color:var(--text-secondary);margin:8px 0 0;font-size:14px;line-height:1.6}.conversation-list,.profile-list,.discover-card-list,.message-feed,.detail-screen{min-height:0}.conversation-section{gap:12px;display:grid}.conversation-section+.conversation-section{margin-top:8px}.runtime-section-label{color:var(--text-tertiary);letter-spacing:.04em;padding:0 2px;font-size:12px}.runtime-card{cursor:default}.runtime-device-entry{width:100%;color:var(--text-primary);text-align:left;cursor:pointer;border:0;grid-template-columns:48px minmax(0,1fr) auto}.runtime-device-entry-meta{color:var(--text-secondary);margin-top:8px;font-size:12px;font-weight:700;display:block}.runtime-device-entry-arrow{color:var(--text-tertiary);font-size:24px;line-height:1}.device-detail-hero{box-shadow:var(--shadow-md);background:linear-gradient(160deg,#fffffffa,#eef4fcf0);border-radius:26px;grid-template-columns:64px minmax(0,1fr);align-items:center;gap:14px;padding:18px;display:grid}.device-detail-avatar{color:#fff;background:linear-gradient(145deg,#2f6de4,#86a8ff);border-radius:22px;align-self:center;place-items:center;width:64px;height:64px;font-size:26px;font-weight:800;display:grid}.device-detail-hero h2{text-overflow:ellipsis;white-space:nowrap;min-width:0;margin:0;font-size:18px;line-height:1.25;overflow:hidden}.device-detail-meta-grid{flex-wrap:nowrap;gap:6px;margin-top:0;padding-bottom:2px;display:flex;overflow-x:auto}.device-detail-meta-grid span,.device-engine-default{color:#2f6de4;white-space:nowrap;background:#2f6de41a;border-radius:999px;flex-shrink:0;align-items:center;min-height:24px;padding:0 10px;font-size:11px;font-weight:800;display:inline-flex}.device-detail-content{min-height:0;padding:12px 12px calc(92px + env(safe-area-inset-bottom));background:var(--screen-bg);scrollbar-width:none;flex-direction:column;flex:1;gap:0;display:flex;overflow-y:auto}.device-detail-content::-webkit-scrollbar{display:none}.device-detail-content>*{flex:none}.device-detail-content .market-section-label-row{margin:18px 0 8px}.device-detail-content .settings-card,.device-detail-content .device-engine-list-card{margin-bottom:0}.device-engine-row{box-shadow:inset 0 0 0 1px #424d5c0f,var(--shadow-sm);background:#fffffff5;border-radius:22px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;padding:14px;display:grid}.device-engine-row.selected{box-shadow:inset 0 0 0 1.5px #2f6de447,var(--shadow-sm)}.device-engine-main{min-width:0;color:var(--text-primary);text-align:left;background:0 0;border:0;flex:auto;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:12px;padding:0;display:grid}.device-engine-main:disabled{opacity:.55}.device-engine-main strong{font-size:15px;display:block}.device-engine-main p{color:var(--text-tertiary);text-overflow:ellipsis;white-space:nowrap;margin:4px 0 0;font-size:12px;overflow:hidden}.device-engine-actions{flex:none;justify-content:flex-end;align-items:center;gap:8px;display:flex}.device-engine-actions button{color:var(--text-secondary);background:#151f2c0f;border:0;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:700}.runtime-device-head{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.runtime-device-head h3{margin:0}.runtime-engine-chip-list{flex-wrap:wrap;gap:8px;margin-top:10px;display:flex}.runtime-engine-chip{min-width:92px;color:var(--text-primary);text-align:left;background:#ffffffdb;border:0;border-radius:14px;flex-direction:column;align-items:flex-start;gap:2px;padding:8px 10px;display:inline-flex;box-shadow:inset 0 0 0 1px #424d5c14}.runtime-engine-chip.online{box-shadow:inset 0 0 0 1px #22c55e3d}.runtime-engine-chip.offline{opacity:.62}.runtime-engine-chip span{font-size:13px;font-weight:800}.runtime-engine-chip em{max-width:140px;color:var(--text-tertiary);text-overflow:ellipsis;white-space:nowrap;font-size:11px;font-style:normal;overflow:hidden}.engine-settings-card,.engine-settings-path-card,.engine-settings-command-card{box-shadow:var(--shadow-md);background:#fffffff5;border-radius:20px;padding:16px}.engine-settings-card-head{justify-content:space-between;align-items:center;gap:10px;display:flex}.engine-settings-card h2{margin:12px 0 6px}.engine-settings-card p,.engine-settings-path-card span,.engine-settings-command-card p,.engine-settings-command-card em,.engine-settings-command-card span{color:var(--text-secondary);margin:0}.engine-settings-path-card,.engine-settings-command-card{gap:12px;display:grid}.engine-settings-path-card code,.engine-settings-command-card code{max-width:46vw;color:var(--text);text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:700;overflow:hidden}.engine-settings-command-head{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;display:grid}.engine-settings-command-head>div{align-items:center;gap:8px;min-width:0;display:flex}.engine-settings-command-head span{color:#1f5fa8;background:#eef5ff;border-radius:999px;align-items:center;min-height:22px;padding:0 8px;font-size:11px;font-weight:700;line-height:1;display:inline-flex}.engine-settings-command-field{gap:6px;display:grid}.engine-settings-command-field input{width:100%;min-height:44px;color:var(--text);background:#f8fafceb;border:1px solid #e2e8f0f2;border-radius:14px;outline:none;padding:0 13px;font-size:14px}.engine-settings-command-field input:focus{border-color:#1f6feb61;box-shadow:0 0 0 3px #1f6feb14}.engine-settings-command-actions button{color:#fff;background:linear-gradient(#1f2937,#111827);border:1px solid #0000;border-radius:999px;min-width:64px;min-height:36px;padding:0 16px;font-size:13px;font-weight:700;box-shadow:0 8px 18px #11182724}.engine-settings-command-actions button+button{color:var(--text);box-shadow:none;background:#ffffffeb;border-color:#cbd5e1e6}.engine-settings-command-actions button:disabled{cursor:default;opacity:.45}.engine-settings-command-card em{color:var(--danger);font-style:normal}.runtime-picker-trigger.static{cursor:default}.engine-skill-screen{background:var(--screen-bg)}.engine-skill-scroll{min-height:0;padding:12px 12px calc(18px + env(safe-area-inset-bottom));scrollbar-width:none;flex-direction:column;flex:1;gap:0;display:flex;overflow-y:auto}.engine-skill-scroll::-webkit-scrollbar{display:none}.engine-skill-scroll>*{flex:none}.engine-skill-hero-card,.engine-skill-card,.engine-skill-result-card{border:1px solid var(--line,#e2e8f0);border-radius:var(--radius-md,16px);background:var(--surface,#fff);min-width:0;box-shadow:var(--shadow-sm,0 1px 3px #0000000d)}.engine-skill-hero-card{justify-content:space-between;align-items:center;gap:14px;padding:16px;display:flex}.engine-skill-hero-card>div{min-width:0}.engine-skill-hero-card strong{color:var(--text,#1e293b);text-overflow:ellipsis;white-space:nowrap;font-size:18px;font-weight:850;line-height:1.2;display:block;overflow:hidden}.engine-skill-hero-card p{color:var(--text-secondary,#64748b);margin:5px 0 0;font-size:12px;line-height:1.45}.engine-skill-hero-card>span{background:var(--primary-soft,#e9f0fe);min-height:26px;color:var(--primary,#2f6de4);white-space:nowrap;border-radius:999px;flex:none;align-items:center;padding:0 10px;font-size:11px;font-weight:800;display:inline-flex}.engine-skill-section-label{margin:18px 0 8px}.engine-skill-card{flex-direction:column;gap:14px;padding:14px;display:flex}.engine-skill-field{gap:8px;display:grid}.engine-skill-field>span{color:var(--text-tertiary,#7a8798);white-space:nowrap;font-size:11px;font-weight:800;line-height:1}.engine-skill-segmented{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.engine-skill-segmented button{background:var(--surface-soft,#f8fafc);min-width:0;min-height:40px;color:var(--text-secondary,#64748b);cursor:pointer;text-overflow:ellipsis;white-space:nowrap;border:0;border-radius:12px;padding:0 10px;font-size:12px;font-weight:800;transition:background-color .15s,box-shadow .15s,color .15s;overflow:hidden;box-shadow:inset 0 0 0 1px #424d5c12}.engine-skill-segmented button.selected{background:var(--primary-soft,#e9f0fe);color:var(--primary,#2f6de4);box-shadow:inset 0 0 0 1px #2f6de42e}.engine-skill-secondary-action,.engine-skill-primary-action,.engine-skill-list-actions button{white-space:nowrap}.engine-skill-secondary-action{min-height:42px;color:var(--primary,#2f6de4);cursor:pointer;background:#2f6de414;border:0;border-radius:12px;font-size:13px;font-weight:800}.engine-skill-secondary-action:disabled{opacity:.5;cursor:not-allowed}.engine-skill-list-card{gap:0;padding:0;overflow:hidden}.engine-skill-list-actions{border-bottom:1px solid var(--line,#eef1f6);justify-content:flex-end;gap:8px;padding:10px 12px;display:flex}.engine-skill-list-actions button{min-height:28px;color:var(--text-secondary,#64748b);cursor:pointer;background:#151f2c0f;border:0;border-radius:999px;padding:0 10px;font-size:12px;font-weight:800}.engine-skill-list-actions button:disabled{opacity:.45;cursor:not-allowed}.engine-skill-inline-error,.engine-skill-empty-state{color:var(--text-tertiary,#7a8798);text-align:center;padding:22px 16px;font-size:13px;font-weight:700}.engine-skill-inline-error{color:var(--danger,#ef4444)}.engine-skill-skeleton-list{gap:10px;padding:12px;display:grid}.engine-skill-skeleton-list span{background:linear-gradient(90deg,#f8fafce6,#e8eff8f2,#f8fafce6) 0 0/200% 100%;border-radius:12px;height:54px;animation:1.4s infinite skeleton-shimmer}.engine-skill-list{flex-direction:column;display:flex}.engine-skill-row{border:0;border-bottom:1px solid var(--line,#eef1f6);width:100%;min-height:62px;color:var(--text,#1e293b);cursor:pointer;text-align:left;background:0 0;grid-template-columns:28px minmax(0,1fr);align-items:center;gap:12px;padding:11px 14px;display:grid}.engine-skill-row:last-child{border-bottom:none}.engine-skill-row.selected{background:#2f6de40a}.engine-skill-row strong{text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:800;display:block;overflow:hidden}.engine-skill-row p{color:var(--text-tertiary,#7a8798);text-overflow:ellipsis;white-space:nowrap;margin:3px 0 0;font-size:12px;overflow:hidden}.engine-skill-check{color:#fff;background:#fff;border:1px solid #cbd5e1f2;border-radius:999px;place-items:center;width:22px;height:22px;font-size:12px;font-weight:900;display:grid}.engine-skill-row.selected .engine-skill-check{border-color:var(--primary,#2f6de4);background:var(--primary,#2f6de4)}.engine-skill-overwrite{min-width:0;color:var(--text-secondary,#64748b);cursor:pointer;align-items:center;gap:9px;font-size:13px;font-weight:700;display:flex}.engine-skill-overwrite input{width:16px;height:16px;accent-color:var(--primary,#2f6de4);flex:none}.engine-skill-overwrite span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.engine-skill-result-card{background:#edf9f2f0;border-color:#1da76138;gap:5px;margin-top:16px;padding:14px;display:grid}.engine-skill-result-card strong{color:#157a49;font-size:13px;font-weight:850}.engine-skill-result-card span{color:var(--text-secondary,#64748b);font-size:12px;font-weight:650}.engine-skill-action-bar{z-index:4;margin:16px -12px calc(-18px - env(safe-area-inset-bottom));padding:10px 12px calc(12px + env(safe-area-inset-bottom));-webkit-backdrop-filter:blur(18px);background:#f7f9fbe6;border-top:1px solid #e2e8f0e6;position:sticky;bottom:0}.engine-skill-primary-action{background:var(--primary,#2f6de4);color:#fff;cursor:pointer;border:0;border-radius:14px;width:100%;min-height:44px;font-size:14px;font-weight:850}.engine-skill-primary-action:disabled{color:var(--text-tertiary,#7a8798);cursor:not-allowed;background:#151f2c1f}.runtime-page-list{padding-bottom:calc(96px + env(safe-area-inset-bottom))}.runtime-preference-card{background:linear-gradient(#fffffffa,#f4f7faf0);border-radius:22px;min-height:76px;padding:16px;box-shadow:inset 0 0 0 1px #424d5c0d}.runtime-preference-card>div{align-items:center;gap:8px;display:flex}.runtime-preference-card-stacked{column-gap:12px}.runtime-preference-card-stacked>div{flex-direction:column;justify-content:center;align-items:flex-start;gap:4px;min-height:100%}.runtime-preference-card-stacked p{margin:0}.runtime-preference-card-stacked .runtime-picker-trigger{align-self:center}.runtime-preference-card .settings-row span{display:none}.runtime-picker-trigger{min-width:0;height:28px;color:var(--text);background:0 0;border:0;border-radius:0;justify-content:flex-end;align-items:center;gap:8px;padding:0;font-size:14px;font-weight:600;display:inline-flex}.runtime-picker-caret{color:var(--text-tertiary);font-size:12px;line-height:1}.runtime-picker-sheet{width:min(100%,430px);padding:10px 14px calc(20px + env(safe-area-inset-bottom));z-index:41;background:#fafbfdfa;border-radius:26px 26px 0 0;margin-top:auto;position:relative;box-shadow:0 -18px 50px #1018282e}.runtime-picker-handle{background:#5662732e;border-radius:999px;width:42px;height:5px;margin:0 auto 14px}.runtime-picker-options{gap:10px;display:grid}.runtime-picker-option{background:var(--surface);width:100%;min-height:56px;color:var(--text);border:0;border-radius:18px;justify-content:space-between;align-items:center;padding:0 16px;display:flex;box-shadow:inset 0 0 0 1px #424d5c0f}.runtime-picker-option.selected{background:var(--surface);box-shadow:inset 0 0 0 1.5px #376edc42}.runtime-picker-option span{color:var(--text);font-size:15px;font-weight:600}.runtime-picker-option strong{color:#2f6de4;font-size:13px}.runtime-cloud-card{text-align:left;background:linear-gradient(#fffffffa,#f4f7faf0);border:0;border-radius:22px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;width:100%;min-height:82px;padding:16px;display:grid;box-shadow:inset 0 0 0 1px #424d5c0d}.runtime-cloud-card:disabled{opacity:.58;cursor:not-allowed}.runtime-cloud-card strong{font-size:15px;display:block}.runtime-cloud-card p{color:var(--text-secondary);margin:6px 0 0;font-size:12px}.runtime-cloud-meta{justify-items:end;gap:6px;display:grid}.runtime-cloud-meta span{color:var(--text);font-size:14px;font-weight:700}.runtime-cloud-meta em{color:#2f6de4;background:#2f6de41a;border-radius:999px;align-items:center;min-height:26px;padding:0 10px;font-size:12px;font-style:normal;display:inline-flex}.runtime-value-pill{min-height:28px;color:var(--text);white-space:nowrap;background:#151f2c14;border-radius:999px;align-items:center;padding:0 12px;font-size:12px;font-style:normal;display:inline-flex}.runtime-value-pill.muted{color:var(--text-tertiary)}.runtime-inline-note{min-height:24px;color:var(--text-tertiary);background:#151f2c0f;border-radius:999px;align-items:center;margin-top:8px;padding:0 10px;font-size:11px;display:inline-flex}.runtime-device-status-chip{letter-spacing:.02em;border-radius:999px;align-items:center;min-height:24px;padding:0 10px;font-size:11px;font-weight:700;display:inline-flex}.runtime-device-status-chip.online{color:#157a49;background:#1da76124}.runtime-device-status-chip.offline{color:#b43232;background:#d6474724}.runtime-device-status-chip.unknown{color:var(--text-tertiary);background:#151f2c14}.settings-card{background:var(--surface,#fff);border:1px solid var(--line,#e2e8f0);border-radius:var(--radius-md,16px);box-shadow:var(--shadow-sm,0 1px 3px #0000000d);flex-direction:column;margin-bottom:16px;display:flex;overflow:hidden}.settings-card .settings-row{width:100%!important;box-shadow:none!important;border:none!important;border-bottom:1px solid var(--line,#eef1f6)!important;background:0 0!important;border-radius:0!important;grid-template-columns:none!important;justify-content:space-between!important;align-items:center!important;gap:0!important;min-height:48px!important;padding:12px 16px!important;display:flex!important}.settings-card .settings-row:last-child{border-bottom:none!important}.settings-card .settings-row.flex-column{flex-direction:column!important;align-items:flex-start!important;gap:6px!important}.settings-card .settings-row strong{color:var(--text,#1e293b);font-size:14px;font-weight:600}.settings-card .settings-row code{background:var(--bg,#f1f5f9);word-break:break-all;border-radius:6px;max-width:100%;padding:4px 8px;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:12px}.settings-card .discover-row{box-shadow:none!important;border:none!important;border-bottom:1px solid var(--line,#eef1f6)!important;background:0 0!important;border-radius:0!important;width:100%!important;padding:14px 16px!important}.settings-card .discover-row:last-child{border-bottom:none!important}.market-section-label-row{justify-content:space-between;align-items:center;margin:20px 0 10px;padding:0 4px;display:flex}.market-section-label-row h3{color:var(--text-secondary,#64748b);text-transform:uppercase;letter-spacing:.05em;margin:0;font-size:14px;font-weight:800}.runtime-device-entry-row{border:0;border-bottom:1px solid var(--line,#eef1f6);width:100%;color:var(--text,#1e293b);text-align:left;cursor:pointer;background:0 0;outline:none;align-items:center;padding:14px 16px;transition:background-color .15s;display:flex}.runtime-device-entry-row:last-child{border-bottom:none}.runtime-device-entry-row:active{background-color:var(--bg,#f1f5f9)}.runtime-device-entry-content{flex:1;min-width:0;margin-left:12px}.tone-primary-soft{justify-content:center;align-items:center;background:var(--primary-soft,#e9f0fe)!important;color:var(--primary,#2f6de4)!important;display:flex!important}.runtime-cloud-row{text-align:left;cursor:pointer;background:0 0;border:0;outline:none;justify-content:space-between;align-items:center;width:100%;padding:16px;transition:background-color .15s;display:flex}.runtime-cloud-row:active{background-color:var(--bg,#f1f5f9)}.runtime-cloud-body{flex:1;min-width:0}.runtime-cloud-body strong{color:var(--text,#1e293b);font-size:15px;font-weight:600;display:block}.runtime-cloud-body p{color:var(--text-secondary,#64748b);margin:4px 0 0;font-size:12px}.device-engine-list-card{border:1px solid var(--line,#e2e8f0);border-radius:var(--radius-md,16px);background:var(--surface,#fff);width:100%;min-width:0;box-shadow:var(--shadow-sm,0 1px 3px #0000000d);display:block;overflow:hidden}.device-engine-list-row{border-bottom:1px solid var(--line,#eef1f6);justify-content:space-between;align-items:center;min-width:0;min-height:64px;padding:12px 16px;transition:background-color .15s;display:flex}.device-engine-list-row:last-child{border-bottom:none}.device-engine-list-row.selected{background-color:#2f6de408}.device-engine-info{flex-direction:column;gap:2px;min-width:0;display:flex}.device-engine-icon{background:#fff;border:1px solid #d1d9e2b8;border-radius:12px;flex:0 0 38px;justify-content:center;align-items:center;width:38px;height:38px;display:inline-flex;overflow:hidden}.device-engine-icon .engine-brand-icon{object-fit:contain;width:25px;height:25px;display:block}.device-engine-icon .assistant-brand-icon{width:24px;height:24px}.device-engine-icon>span{color:var(--text,#191f28);font-size:14px;font-weight:850;line-height:1}.runtime-tool-row{text-align:left;cursor:pointer;background:0 0;border:0;outline:none;justify-content:space-between;align-items:center;width:100%;padding:16px;transition:background-color .15s;display:flex}.runtime-tool-row:active:not(:disabled){background-color:var(--bg,#f1f5f9)}.runtime-tool-row:disabled{opacity:.5;cursor:not-allowed}.runtime-tool-body{flex:1;min-width:0}.runtime-tool-body strong{color:var(--text,#1e293b);font-size:15px;font-weight:600;display:block}.runtime-tool-body p{color:var(--text-secondary,#64748b);margin:4px 0 0;font-size:12px}.runtime-tool-meta{margin-left:12px}.runtime-tool-meta em{color:#2f6de4;background:#2f6de41a;border-radius:999px;align-items:center;min-height:26px;padding:0 10px;font-size:12px;font-style:normal;display:inline-flex}.engine-settings-command-section{flex-direction:column;gap:14px;padding:16px;display:flex}.engine-settings-command-info{justify-content:space-between;align-items:center;gap:12px;display:flex}.engine-settings-command-info>div{align-items:center;gap:8px;display:flex}.engine-settings-command-info strong{color:var(--text);font-size:14px;font-weight:600}.engine-settings-command-info code{background:var(--bg,#f1f5f9);border-radius:6px;padding:4px 8px;font-family:monospace;font-size:12px}.engine-settings-command-field{flex-direction:column;gap:6px;display:flex}.engine-settings-command-field span{color:var(--text-secondary);font-size:12px;font-weight:600}.engine-settings-command-field input{border:1px solid var(--line,#e2e8f0);border-radius:var(--radius-sm,12px);background:var(--screen,#f7f9fb);width:100%;min-height:40px;color:var(--text);box-sizing:border-box;outline:none;padding:0 12px;font-size:14px}.engine-settings-command-field input:focus{border-color:var(--primary,#2f6de4)}.engine-settings-command-actions{justify-content:flex-end;gap:8px;display:flex}.engine-settings-command-actions button{cursor:pointer;border:0;border-radius:999px;min-height:36px;padding:0 16px;font-size:13px;font-weight:700;transition:background-color .15s}.engine-settings-command-actions button:first-child{background:var(--primary,#2f6de4);color:#fff}.engine-settings-command-actions button:last-child{color:var(--text-secondary);background:#151f2c0f}.engine-settings-command-actions button:disabled{opacity:.5;cursor:not-allowed}.engine-error-note{color:var(--danger,#ef4444);font-size:12px;font-style:normal}.device-detail-hero-content{flex-direction:column;flex:1;justify-content:center;align-items:flex-start;gap:8px;min-width:0;display:flex}.device-detail-hero-content h2{flex:0 auto;width:100%}.device-detail-hero-content .device-detail-meta-grid{flex:none;justify-content:flex-start;width:100%;max-width:none}.device-detail-hero{border:1px solid var(--line,#e2e8f0)!important;background:var(--surface,#fff)!important;border-radius:var(--radius-md,16px)!important;box-shadow:var(--shadow-sm)!important;padding:16px!important}.device-detail-avatar{flex-shrink:0;justify-content:center;align-items:center;background:var(--primary-soft,#e9f0fe)!important;color:var(--primary,#2f6de4)!important;border-radius:var(--radius-sm,12px)!important;display:flex!important}.device-detail-content .settings-card .settings-row code{color:var(--text-secondary,#64748b);background:0 0;border-radius:0;padding:0}.runtime-device-head{flex-wrap:nowrap!important;align-items:center!important;gap:8px!important;width:100%!important;min-width:0!important;display:flex!important}.runtime-device-head h3{white-space:nowrap!important;text-overflow:ellipsis!important;flex:1!important;min-width:0!important;margin:0!important;overflow:hidden!important}.runtime-device-status-chip{flex-shrink:0!important}.settings-select-row{border-bottom:1px solid var(--line,#eef1f6);justify-content:space-between;align-items:center;min-height:52px;padding:12px 16px;display:flex}.settings-select-row:last-child{border-bottom:none}.settings-select-label-group{flex-shrink:0;align-items:center;gap:12px;min-width:0;display:flex}.settings-select-label-with-chip{align-items:center;gap:8px;min-width:0;display:flex}.settings-select-label-with-chip strong{white-space:nowrap}.settings-select-icon-wrapper{border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.settings-select-icon-wrapper.tone-blue{background:#2f6de414}.settings-select-icon-wrapper.tone-gray{background:#595f6514}.settings-select-icon-wrapper .material-symbols-outlined{font-size:20px}.settings-select-control-wrapper{flex:1;justify-content:flex-end;min-width:0;display:flex;position:relative}.settings-select-control-wrapper select{-webkit-appearance:none;-moz-appearance:none;appearance:none;text-align:right;max-width:100%;color:var(--text-secondary,#475569);cursor:pointer;direction:rtl;background:0 0;border:0;outline:none;padding:4px 24px 4px 8px;font-size:14px;font-weight:600}.settings-select-control-wrapper select option{direction:ltr}.settings-select-control-wrapper .select-caret{pointer-events:none;color:var(--text-tertiary,#64748b);font-size:18px;position:absolute;top:50%;right:0;transform:translateY(-50%)}.engine-tabs{scrollbar-width:none;flex-shrink:0;gap:8px;width:100%;min-width:0;padding:12px 16px 8px;display:flex;overflow-x:auto}.conversation-hub-tabs::-webkit-scrollbar{display:none}.project-scope-switcher::-webkit-scrollbar{display:none}.filter-pill-bar::-webkit-scrollbar{display:none}.engine-tabs::-webkit-scrollbar{display:none}.filter-pill-bar{scrollbar-width:none;background:0 0;flex-shrink:0;gap:8px;padding:12px 16px 8px;display:flex;overflow-x:auto}.engine-tabs>.engine-tab{flex:none}.filter-pill-bar.compact{padding-top:8px}.filter-pill-bar.secondary{padding-top:0}.filter-pill-bar-item{border:1px solid var(--line);background:var(--surface);min-height:34px;color:var(--text-secondary);font:inherit;cursor:pointer;white-space:nowrap;box-shadow:none;border-radius:999px;flex:none;justify-content:center;align-items:center;gap:6px;padding:0 14px;font-size:13px;font-weight:500;transition:all .2s cubic-bezier(.4,0,.2,1);display:inline-flex}.filter-pill-bar-item:hover:not(.active){background:var(--surface-soft);color:var(--text)}.filter-pill-bar-item:active{transform:scale(.95)}.filter-pill-bar-item.active{background:var(--primary);border-color:var(--primary);color:#fff;box-shadow:none;font-weight:600}.filter-pill-bar-item span{color:currentColor;opacity:.72;font-size:11px;font-weight:700;line-height:1}.conversation-hub-chip,.filter-pill,.project-mode-pill,.engine-tab{border:1px solid var(--line);background:var(--surface);min-height:34px;color:var(--text-secondary);font:inherit;cursor:pointer;white-space:nowrap;box-shadow:none;border-radius:999px;justify-content:center;align-items:center;padding:0 14px;font-size:13px;font-weight:500;transition:all .2s cubic-bezier(.4,0,.2,1);display:inline-flex}.conversation-hub-chip:hover:not(.active),.filter-pill:hover:not(.active),.project-mode-pill:hover:not(.active),.engine-tab:hover:not(.active){background:var(--surface-soft);color:var(--text)}.conversation-hub-chip:active,.filter-pill:active,.project-mode-pill:active,.engine-tab:active{transform:scale(.95)}.conversation-hub-chip.active,.filter-pill.active,.project-mode-pill.active,.engine-tab.active{background:var(--primary);border-color:var(--primary);color:#fff;box-shadow:none;font-weight:600}.engine-tab.engine-tab-icon{gap:7px;min-width:56px;padding:0 10px}.engine-tab-icon-frame{background:#ffffffc7;border-radius:7px;flex:0 0 22px;justify-content:center;align-items:center;width:22px;height:22px;display:inline-flex;overflow:hidden}.engine-tab-icon-frame .engine-brand-icon{object-fit:contain;width:18px;height:18px;display:block}.engine-tab-icon-frame .assistant-brand-icon{width:17px;height:17px}.engine-tab-count{color:currentColor;white-space:nowrap;min-width:1ch;font-size:12px;font-weight:850;line-height:1}.agent-market-content{min-height:0;padding:12px 0 calc(96px + env(safe-area-inset-bottom));background:var(--screen-bg);scrollbar-width:none;flex:auto;display:block;overflow:hidden auto}.agent-market-content::-webkit-scrollbar{display:none}.agent-market-search-panel{gap:8px;padding:0 16px;display:grid}.agent-market-search-row{min-width:0}.search-input-container{background:var(--surface);border:1px solid #73778547;border-radius:8px;align-items:center;min-width:0;height:40px;transition:border-color .18s,box-shadow .18s;display:flex;position:relative}.search-input-container:focus-within{border-color:#2f6de470;box-shadow:0 0 0 3px #2f6de414}.search-input-container .search-icon{width:16px;height:16px;color:var(--text-tertiary);pointer-events:none;position:absolute;left:12px}.search-input-container .agent-market-search{width:100%;min-width:0;height:40px;color:var(--text);font:inherit;background:0 0;border:0;outline:none;padding:0 30px 0 38px;font-size:14px}.agent-market-search-spinner{background:var(--primary);border-radius:999px;width:8px;height:8px;animation:.9s ease-in-out infinite agent-market-search-pulse;position:absolute;right:12px;box-shadow:0 0 0 4px #2f6de41f}@keyframes agent-market-search-pulse{0%,to{opacity:.45;transform:scale(.82)}50%{opacity:1;transform:scale(1)}}.agent-market-scope-rail{scrollbar-width:none;align-items:center;gap:8px;padding:8px 16px;display:flex;overflow:auto hidden}.agent-market-scope-rail::-webkit-scrollbar{display:none}.agent-market-scope-rail{z-index:12;-webkit-backdrop-filter:blur(14px);background:#f7f9fbeb;border-bottom:1px solid #7377851f;margin-top:30px;position:sticky;top:0}.scope-tab{background:var(--surface);min-height:28px;color:var(--text-secondary);font:inherit;white-space:nowrap;cursor:pointer;border:1px solid #7377853d;border-radius:999px;flex:none;align-items:center;gap:4px;padding:0 12px;font-size:12px;font-weight:800;transition:background .16s,border-color .16s,color .16s,transform .16s;display:inline-flex}.scope-tab.active{border-color:var(--primary);background:var(--primary);color:#fff;box-shadow:0 1px 3px #2f6de42e}.scope-tab:active{transform:scale(.97)}.scope-count{text-overflow:ellipsis;white-space:nowrap;opacity:.72;min-width:0;overflow:hidden}.agent-market-list-section{background:var(--surface);margin-top:8px}.agent-market-recommend-section{margin-top:8px}.list-section-header{background:var(--surface-container-lowest,#fff);border-bottom:1px solid #c3c6d64d;padding:12px 16px}.list-section-header h3{color:var(--text-secondary);margin:0;font-size:14px;font-weight:850;line-height:20px}.agent-market-dense-list{background:var(--surface);align-content:start;display:grid}.agent-market-row{background:var(--surface);width:100%;min-width:0;color:inherit;text-align:left;cursor:pointer;border:0;border-bottom:1px solid #c3c6d633;align-items:flex-start;gap:13px;padding:13px 16px;transition:background .16s,transform .16s;display:flex}.agent-market-row:hover{background:#f8fbfff5}.agent-market-row:active{background:var(--surface-container-low,#f2f3fd)}.agent-market-row-avatar{background:var(--surface-container-low,#f2f3fd);border:1px solid #c3c6d633;border-radius:8px;flex:0 0 56px;width:56px;height:56px;display:block;overflow:hidden}.agent-market-row-avatar img{object-fit:cover;width:100%;height:100%;display:block}.agent-market-row-main{flex:auto;gap:4px;min-width:0;display:grid}.agent-market-row-head,.agent-market-row-foot{justify-content:space-between;align-items:center;gap:10px;min-width:0;display:flex}.agent-market-row-head strong{min-width:0;color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;font-size:15px;font-weight:800;line-height:20px;overflow:hidden}.agent-market-source-badge{background:var(--primary-soft);color:var(--primary);white-space:nowrap;border-radius:4px;flex:none;padding:2px 5px;font-size:11px;font-weight:700;line-height:15px}.agent-market-source-badge.community{background:var(--surface-container-highest,#e1e2ec);color:var(--text-secondary)}.agent-market-source-badge.user{background:var(--warning-soft);color:var(--warning)}.agent-market-row-desc{min-width:0;color:var(--text-secondary);-webkit-line-clamp:1;overflow-wrap:anywhere;-webkit-box-orient:vertical;font-size:13px;font-weight:500;line-height:19px;display:-webkit-box;overflow:hidden}.agent-market-row-meta{align-items:center;gap:8px;min-width:0;display:flex;overflow:hidden}.agent-market-row-meta>span{min-width:0;color:var(--text-tertiary);text-overflow:ellipsis;white-space:nowrap;flex:0 auto;align-items:center;gap:4px;font-size:12px;font-weight:700;line-height:17px;display:inline-flex;overflow:hidden}.agent-market-row-meta>span>span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.agent-market-row-meta svg{flex:0 0 14px;width:14px;height:14px}.agent-market-row-meta>span.success,.agent-market-row-meta .installed{color:var(--success)}.agent-market-row-meta .installed{background:#22c55e1a;border-radius:999px;padding:1px 6px;font-size:11px}.agent-market-row-commerce{text-align:right;flex:none;justify-content:flex-end;align-items:center;min-width:58px;max-width:38%;display:inline-flex}.agent-market-row-commerce strong{text-overflow:ellipsis;white-space:nowrap;max-width:112px;color:var(--primary);font-size:13px;font-weight:800;line-height:19px;overflow:hidden}.market-commerce-card{gap:14px}.market-commerce-button{width:100%;margin-top:4px}.market-service-call-form{gap:10px;display:grid}.market-service-quote-card{background:#2f6de40a;border:1px solid #2f6de424;border-radius:12px;justify-content:space-between;align-items:center;gap:12px;padding:11px 12px;display:flex}.market-service-quote-card.unavailable{background:#fef2f2d1;border-color:#dc262629}.market-service-quote-card>div{gap:3px;min-width:0;display:grid}.market-service-quote-card strong{color:var(--text-primary);font-size:14px;font-weight:900}.market-service-quote-card span{min-width:0;color:var(--text-secondary);text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:700;overflow:hidden}.market-service-quote-card em{color:var(--text-secondary);flex:none;font-size:12px;font-style:normal;font-weight:900}.market-service-quote-card.unavailable em{color:#b91c1c}.market-service-quote-error{color:#b91c1c;background:#fef2f2e6;border-radius:10px;padding:9px 10px;font-size:12px;font-weight:800;line-height:1.45}.market-service-call-form label{gap:5px;display:grid}.market-service-call-form span{color:var(--text-tertiary);font-size:11px;font-weight:800}.market-service-call-form textarea,.market-service-call-form input{box-sizing:border-box;width:100%;color:var(--text-primary);font:inherit;background:#fff;border:1px solid #191f2814;border-radius:12px;padding:10px 11px;font-size:13px}.market-service-call-form textarea{resize:vertical;min-height:82px;max-height:180px;line-height:1.45}.market-order-result-card{gap:12px}.market-order-result-meta{flex-wrap:wrap;gap:8px;display:flex}.market-order-result-meta span{width:fit-content;color:var(--text-secondary);background:#191f280d;border-radius:999px;padding:5px 9px;font-size:12px;font-weight:800}.market-order-output{border:1px solid var(--hairline);background:var(--surface-muted);color:var(--text-primary);white-space:pre-wrap;overflow-wrap:anywhere;border-radius:8px;margin:0;padding:12px;font-family:inherit;font-size:13px;line-height:1.65}.market-public-preview-list{gap:8px;display:grid}.market-public-preview-list span{color:var(--text-secondary);background:#191f280a;border-radius:12px;padding:10px 12px;font-size:12.5px;line-height:1.5}.market-demo-case-row div{gap:5px}.market-demo-case-row span{white-space:normal}.detail-success-inline{background:var(--success-soft);color:var(--success);border-color:#1d8f5a29;font-size:13px;font-weight:800}.market-hosted-runtime-card,.market-service-call-history-card{gap:12px}.market-service-call-history{gap:8px;display:grid}.market-service-call-row{background:#191f2809;border-radius:12px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;min-width:0;padding:10px 12px;display:grid;box-shadow:inset 0 0 0 1px #191f280e}.market-service-call-row div{gap:3px;min-width:0;display:grid}.market-service-call-row strong,.market-service-call-row span,.market-service-call-row em,.market-service-call-row small{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.market-service-call-row strong{color:var(--text-primary);font-size:13px}.market-service-call-row span,.market-service-call-row em,.market-service-call-row small{color:var(--text-tertiary);font-size:11.5px;font-style:normal;line-height:1.35}.market-hosted-runtime-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.market-hosted-runtime-column{gap:8px;min-width:0;display:grid}.market-runtime-column-title{color:var(--text-tertiary);font-size:11px;font-weight:900}.market-runtime-row{background:#191f2806;border:1px solid #191f280f;border-radius:12px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;min-width:0;padding:10px;display:grid}.market-runtime-row div{gap:3px;min-width:0;display:grid}.market-runtime-row strong,.market-runtime-row span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.market-runtime-row strong{color:var(--text-primary);font-size:13px}.market-runtime-row span,.market-runtime-row small{color:var(--text-tertiary);font-size:11.5px;line-height:1.35}@media (max-width:520px){.market-hosted-runtime-grid{grid-template-columns:minmax(0,1fr)}}.conversation-selection-bar{left:12px;right:12px;bottom:calc(12px + env(safe-area-inset-bottom));z-index:80;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fffffff5;border:1px solid #191f2814;border-radius:18px;justify-content:space-between;align-items:center;gap:12px;min-height:54px;padding:8px 10px 8px 14px;display:flex;position:absolute;box-shadow:0 18px 44px #151f2c2e}.conversation-selection-bar span{min-width:0;color:var(--text-secondary);flex:1;font-size:13px;font-weight:700}.conversation-selection-actions{justify-content:flex-end;align-items:center;gap:8px;margin-left:auto;display:flex}.conversation-selection-bar button{background:var(--primary);color:#fff;border:0;border-radius:12px;min-height:38px;padding:0 14px;font-size:13px;font-weight:800}.conversation-selection-bar button.muted{color:var(--text);background:#eef2f6}.conversation-selection-bar button:disabled{color:#8b96a8;background:#d8dee8}.conversation-organize-sheet{gap:14px}.conversation-organize-tabs{background:var(--surface-soft);border-radius:14px;grid-template-columns:1fr 1fr;gap:8px;padding:4px;display:grid}.conversation-organize-tabs button{min-height:36px;color:var(--text-secondary);background:0 0;border:0;border-radius:10px;font-size:13px;font-weight:800}.conversation-organize-tabs button.active{background:var(--surface);color:var(--primary);box-shadow:0 8px 18px #151f2c14}.conversation-organize-textarea{resize:vertical;min-height:86px;padding-top:12px}.sessions-list{padding:0 12px calc(92px + env(safe-area-inset-bottom))}.session-list-item{background:var(--surface);width:100%;color:var(--text);cursor:pointer;text-align:left;box-shadow:var(--shadow-md);border:0;border-radius:18px;grid-template-columns:48px minmax(0,1fr) auto;align-items:center;gap:12px;min-height:92px;margin-bottom:6px;padding:10px 14px;display:grid}.session-list-item:active{background:#0000000a}.session-list-avatar{color:#fff;border-radius:18px;flex-shrink:0;place-items:center;width:48px;height:48px;font-size:22px;font-weight:800;display:grid}.session-list-avatar.hermes{background:linear-gradient(135deg,#7c3aed,#a78bfa)}.session-list-avatar.codex{background:linear-gradient(135deg,#007aff,#60a5fa)}.session-list-avatar.claude-code{background:linear-gradient(135deg,#d06428,#f59e0b)}.session-list-info{flex-direction:column;gap:4px;min-width:0;display:flex}.session-list-title{text-overflow:ellipsis;white-space:nowrap;font-size:15px;font-weight:700;overflow:hidden}.session-list-meta{color:var(--text-tertiary);text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.session-list-id{color:var(--text-tertiary);text-overflow:ellipsis;white-space:nowrap;margin-top:2px;font-family:monospace;font-size:11px;overflow:hidden}.session-list-arrow{color:var(--text-tertiary);flex-shrink:0;font-size:20px}.runtime-sessions-empty{text-align:center;color:var(--text-tertiary);padding:20px 16px;font-size:14px}.runtime-sessions-load-more{min-height:42px;color:var(--text-tertiary);place-items:center;font-size:12px;display:grid}.conversation-section-label{color:var(--text-tertiary);padding:8px 18px 0;font-size:12px}.conversation-list,.profile-list,.discover-card-list{padding:12px 12px calc(92px + env(safe-area-inset-bottom));background:var(--screen-bg);scrollbar-width:none;flex:1;align-content:start;gap:12px;display:grid;overflow-y:auto}.conversation-list::-webkit-scrollbar{display:none}.profile-list::-webkit-scrollbar{display:none}.discover-card-list::-webkit-scrollbar{display:none}.directory-scroll{min-height:0;padding:8px 0 calc(106px + env(safe-area-inset-bottom));background:var(--screen-bg);scrollbar-width:none;flex:1;overflow-y:auto}.directory-scroll::-webkit-scrollbar{display:none}.conversation-item,.directory-item,.profile-row,.discover-row{background:var(--surface);text-align:left;width:100%;box-shadow:var(--shadow-md);border:0;margin:0}.conversation-item,.directory-item,.discover-row{border-radius:20px;grid-template-columns:52px minmax(0,1fr) auto;align-items:center;gap:14px;padding:14px 16px;display:grid}.conversation-item,.project-conversation-item{min-height:116px}.conversation-row{align-items:center;gap:0;display:flex;position:relative}.conversation-row .conversation-item{flex:1;min-width:0}.conversation-delete{width:32px;height:32px;color:var(--text-tertiary);cursor:pointer;background:0 0;border:0;border-radius:999px;flex-shrink:0;place-items:center;margin-left:2px;display:grid}.conversation-delete:hover{background:var(--danger-soft);color:var(--danger)}.project-conversation-item{text-align:left;width:100%;box-shadow:var(--shadow-md);background:radial-gradient(circle at 100% 0,#22a06b24,#0000 34%),linear-gradient(#fffffffc,#f1f6f4f5);border:0;border-radius:20px;grid-template-columns:52px minmax(0,1fr) auto;align-items:center;gap:14px;margin:0;padding:14px 16px;display:grid}.project-conversation-avatar{width:52px;height:52px;color:var(--primary);background:linear-gradient(135deg,#fff,#e6effd);border:1px solid #2f6de426;border-radius:18px;place-items:center;font-size:18px;font-weight:700;display:grid;box-shadow:0 2px 8px #2f6de40d,inset 0 1px 1px #fff9}.project-conversation-main{min-width:0}.project-status-card{text-align:left;width:100%;box-shadow:var(--shadow-md);background:linear-gradient(#fffffffc,#f3f6faf5);border:0;border-radius:20px;gap:12px;min-height:126px;margin:0;padding:14px 16px;display:grid}.project-status-main{text-align:left;background:0 0;border:0;grid-template-rows:auto 1fr;gap:10px;min-width:0;min-height:98px;padding:0;display:grid}.project-status-head{justify-content:space-between;align-items:flex-start;gap:12px;min-width:0;display:flex}.project-status-head-actions{flex-shrink:0;align-items:center;gap:8px;max-width:88px;display:inline-flex}.project-status-title{align-items:center;gap:8px;min-width:0;max-width:170px;display:flex}.project-status-title h2{letter-spacing:-.02em;text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:16px;font-weight:700;overflow:hidden}.project-status-head time{color:var(--text-tertiary);white-space:nowrap;text-overflow:ellipsis;max-width:52px;font-size:12px;overflow:hidden}.project-status-pill{text-overflow:ellipsis;white-space:nowrap;border-radius:999px;flex-shrink:0;align-items:center;max-width:52px;min-height:24px;padding:0 8px;font-size:11px;font-weight:700;display:inline-flex;overflow:hidden}.project-status-pill.活跃,.project-status-pill.正常{background:var(--success-soft);color:var(--success)}.project-status-pill.进行中{background:var(--warning-soft);color:var(--warning)}.project-status-pill.异常{background:var(--danger-soft);color:var(--danger)}.project-status-pill.已归档{color:var(--text-secondary);background:#5662731f}.project-status-pill.待开始{color:var(--text-secondary);background:#151f2c14}.project-status-body{grid-template-rows:22px 28px;gap:6px;min-width:0;display:grid}.project-status-summary{color:var(--text);text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:13px;line-height:22px;overflow:hidden}.project-status-tags{align-items:center;gap:6px;min-width:0;display:flex;overflow:hidden}.project-status-tags .conversation-chip{text-overflow:ellipsis;white-space:nowrap;flex:0 auto;min-width:0;min-height:24px;padding:0 9px;font-size:11px;overflow:hidden}.project-status-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.project-status-stats article{background:#ffffffa8;border-radius:16px;justify-items:center;gap:4px;padding:12px 10px;display:grid;box-shadow:inset 0 0 0 1px #424d5c0d}.project-status-stats strong{font-size:18px;line-height:1}.project-status-stats span{color:var(--text-secondary);font-size:12px}.project-toolbar-row{justify-content:space-between;align-items:center;gap:12px;padding:12px 12px 0;display:flex}.project-toolbar-row.compact{justify-content:flex-start;padding:0}.project-toolbar-button{min-height:36px;color:var(--primary);box-shadow:inset 0 0 0 1px var(--line),0 6px 18px #151f2c0d;background:#ffffffe6;border:0;border-radius:999px;padding:0 16px}.project-scope-switcher{scrollbar-width:none;background:0 0;flex-shrink:0;gap:8px;padding:12px 16px 8px;display:flex;overflow-x:auto}.project-main-header{padding:0 10px}.project-main-header-spacer{width:44px;height:44px}.project-entry-sheet{max-height:min(68vh,500px);margin-bottom:calc(78px + env(safe-area-inset-bottom));scrollbar-width:none;gap:12px;display:grid;overflow-y:auto}.project-entry-sheet::-webkit-scrollbar{display:none}.project-main-create-backdrop{z-index:220}.project-entry-option{background:var(--surface-soft);text-align:left;border:0;border-radius:18px;gap:6px;width:100%;padding:16px;display:grid}.project-entry-option strong{color:var(--text);font-size:16px}.project-entry-option span{color:var(--text-secondary);font-size:13px;line-height:1.5}.project-inline-action{min-height:28px;color:var(--text-secondary);background:#151f2c0f;border:0;border-radius:999px;padding:0 12px;font-size:12px;font-weight:600}.project-inline-action:active,.project-toolbar-button:active{transform:translateY(1px)}.conversation-main p,.project-conversation-main p{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.project-badge{background:var(--success)}.profile-row{border-radius:18px;grid-template-columns:1fr auto;align-items:center;gap:12px;padding:16px;display:grid}.directory-section{gap:10px;padding:8px 16px 6px;display:grid}.directory-shortcut{background:var(--surface);width:100%;box-shadow:var(--shadow-md);text-align:left;border:0;border-radius:18px;grid-template-columns:52px minmax(0,1fr);align-items:center;gap:14px;padding:14px 16px;display:grid}.directory-group-label{color:var(--text-tertiary);padding:8px 18px;font-size:12px}.directory-list{gap:0;min-height:0;padding-bottom:0;display:grid}.directory-shortcut h2,.discover-row h3,.profile-row h2,.directory-head h3,.conversation-head h2{letter-spacing:-.02em;margin:0;font-size:16px;font-weight:700}.directory-shortcut p,.discover-row p,.profile-row p,.directory-main p,.conversation-main p,.project-conversation-main p{color:var(--text-secondary);margin:4px 0 0;font-size:13px;line-height:1.5}.conversation-avatar,.directory-avatar,.profile-avatar,.directory-shortcut-icon,.discover-row-icon,.detail-avatar{color:var(--primary);background:linear-gradient(135deg,#f5f8fc,#e2ebf7);border:1px solid #2f6de426;border-radius:18px;place-items:center;font-weight:700;display:grid;box-shadow:0 2px 8px #2f6de40a,inset 0 1px 1px #fff9}.directory-shortcut-icon,.discover-row-icon{color:#fff}.conversation-avatar,.directory-avatar,.directory-shortcut-icon,.discover-row-icon{width:52px;height:52px;font-size:18px}.profile-avatar,.detail-avatar{width:72px;height:72px;font-size:28px}.directory-shortcut-icon.green{background:linear-gradient(135deg,#1c9c66,#5ccf99)}.directory-shortcut-icon.blue,.discover-row-icon.tone-1{background:linear-gradient(135deg,#1f5bd6,#46b2ff)}.directory-shortcut-icon.orange,.discover-row-icon.tone-2{background:linear-gradient(135deg,#d77a00,#ffb14a)}.discover-row-icon.tone-3{background:linear-gradient(135deg,#0d1c2f,#4f8eff)}.conversation-main,.project-conversation-main,.directory-main{min-width:0}.conversation-main,.project-conversation-main{grid-template-rows:auto auto auto;align-content:center;display:grid}.conversation-head,.directory-head{justify-content:space-between;align-items:center;gap:12px;display:flex}.conversation-head span,.directory-head span,.profile-row span,.discover-row span,.directory-chevron,.profile-chevron{color:var(--text-tertiary);flex-shrink:0;font-size:12px}.conversation-badge{background:var(--primary);color:#fff;border-radius:999px;place-items:center;min-width:26px;height:26px;padding:0 7px;font-size:12px;font-weight:700;display:grid}.conversation-submeta{color:var(--text-tertiary);flex-wrap:wrap;align-items:center;gap:8px;margin-top:8px;font-size:12px;display:flex}.conversation-chip{background:var(--surface-soft);min-height:28px;color:var(--text-secondary);border-radius:999px;justify-content:center;align-items:center;padding:0 12px;font-size:12px;display:inline-flex}.conversation-chip.task{background:var(--accent-soft);color:#0e6ea8}.conversation-chip.pipeline{color:#355dc9;background:#edf4ff}.conversation-chip.project{background:var(--success-soft);color:var(--success)}.empty-state{border-radius:var(--radius-lg);background:var(--surface);box-shadow:var(--shadow-md);text-align:center;margin:20px 16px 0;padding:28px 20px}.empty-state h2{margin:0;font-size:20px}.empty-state p{color:var(--text-secondary);margin:10px 0 0;font-size:14px}.sheet-backdrop{-webkit-backdrop-filter:blur(8px);z-index:210;background:#151f2c59;justify-content:center;align-items:flex-end;padding:18px;display:flex;position:absolute;top:0;right:0;bottom:0;left:0}.sheet-card{background:var(--surface);border-radius:24px;width:100%;padding:24px 20px 20px;animation:.3s cubic-bezier(.4,0,.2,1) slideUp;box-shadow:0 20px 48px #0f172a2e}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.empty-inline-state{background:var(--surface-soft);color:var(--text-secondary);border-radius:16px;padding:16px 14px;font-size:13px;line-height:1.6}.sheet-title-block h2,.sheet-card h2{margin:0;font-size:22px}.sheet-title-block p{color:var(--text-secondary);margin:8px 0 0;font-size:14px}.task-subtabs{align-items:center;gap:8px;display:flex}.tasks-screen .detail-section-compact{gap:8px;display:grid}.tasks-screen>.sheet-backdrop{z-index:220;padding-bottom:calc(94px + env(safe-area-inset-bottom))}.task-filter-toolbar.secondary .project-scope-switcher,.task-project-filter{padding-top:0}.task-list{padding:12px 12px calc(136px + env(safe-area-inset-bottom));scrollbar-width:none;flex:1;align-content:start;gap:14px;display:grid;overflow-y:auto}.task-list::-webkit-scrollbar{display:none}.task-card{background:linear-gradient(145deg,var(--surface) 0%,#f8fafca6 100%);border:1px solid #191f280d;border-radius:20px;grid-template-areas:"top""copy""footer";gap:12px;padding:16px 18px;transition:all .3s cubic-bezier(.25,.8,.25,1);display:grid;position:relative;box-shadow:0 8px 20px -4px #151f2c05,0 3px 8px -2px #151f2c03}.task-card.clickable{cursor:pointer}.task-card.clickable:hover{background:linear-gradient(145deg,var(--surface) 0%,#f3f7fecc 100%);border-color:#2f6de42e;transform:translateY(-2.5px);box-shadow:0 14px 28px -4px #151f2c0d,0 6px 16px -2px #151f2c05}.task-card.clickable:active{background:var(--surface-soft);transform:translateY(-.5px)scale(.99)}.task-card-top{flex-wrap:wrap;grid-area:top;justify-content:space-between;align-items:center;gap:8px 16px;display:flex}.task-card-title-block{flex-wrap:wrap;flex:1;align-items:center;gap:8px;min-width:0;display:flex}.task-card-badges{flex-wrap:wrap;align-items:center;gap:6px;display:inline-flex}.status-badge{white-space:nowrap;color:var(--text-secondary);background:#f1f5f9cc;border-radius:6px;flex:none;justify-content:center;align-items:center;padding:3px 8px;font-size:11px;font-weight:600;line-height:1.2;transition:all .2s;display:inline-flex}.status-badge.neutral{color:#6366f1;background:#6366f114}.status-badge.positive{color:#10b981;background:#10b98114}.status-badge.schedule-badge{color:var(--primary);background:#2f6de40f;align-items:center;display:inline-flex}.task-card-kicker{color:var(--text-tertiary);margin:0;font-size:11px;font-weight:700;line-height:1.2}.task-card h2{color:var(--text);margin:0;font-size:15px;font-weight:700;line-height:1.3}.task-card-copy{color:var(--text-secondary);word-break:break-all;background:#191f2805;border:1px solid #191f280a;border-radius:12px;grid-area:copy;margin:2px 0;padding:10px 14px;font-size:13px;font-weight:450;line-height:1.5}.task-card-meta{z-index:2;pointer-events:none;color:var(--text-tertiary);grid-area:footer;place-self:center start;align-items:center;gap:12px;font-size:11px;display:flex}.task-card-meta span:first-child{color:var(--text-secondary);font-weight:600;background:#191f280a!important;border-radius:4px!important;padding:2px 6px!important}.task-card-meta span{min-height:auto;color:var(--text-secondary);background:0 0;border-radius:0;align-items:center;padding:0;font-weight:600;display:inline-flex}.tasks-screen:not(.workflows-page) .task-stitch-list .task-card{background:var(--surface);border-color:#0f172a14;border-radius:12px;gap:10px;padding:14px 14px 12px;transition:border-color .18s,background .18s,transform .18s;box-shadow:0 1px 2px #0f172a09}.tasks-screen:not(.workflows-page) .task-stitch-list .task-card.clickable:hover{background:#fbfcff;border-color:#2f6de43d;transform:translateY(-1px);box-shadow:0 3px 10px #0f172a0b}.tasks-screen:not(.workflows-page) .task-stitch-list .task-card.clickable:active{background:var(--surface-soft);transform:translateY(0)scale(.995)}.tasks-screen:not(.workflows-page) .task-stitch-list .task-card-top{grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:8px;display:grid}.tasks-screen:not(.workflows-page) .task-stitch-list .task-card-title-block{min-width:0;display:block}.task-card-title-row{align-items:flex-start;gap:8px;min-width:0;display:flex}.tasks-screen:not(.workflows-page) .task-stitch-list .task-card-title-row h2{min-width:0;color:var(--text);text-overflow:ellipsis;white-space:nowrap;flex:auto;font-size:15px;font-weight:800;line-height:21px;overflow:hidden}.task-card-more-button{flex:none;width:26px;height:26px;margin:-3px -4px 0 0}.task-card-more-button span{font-size:20px}.tasks-screen:not(.workflows-page) .task-stitch-list .task-card-badges{flex-wrap:nowrap;justify-content:flex-end;gap:6px;min-width:0}.task-card-side{justify-content:flex-end;align-items:flex-start;gap:6px;min-width:0;max-width:min(54vw,260px);display:flex}.tasks-screen:not(.workflows-page) .task-stitch-list .task-card-badges .status-badge{text-overflow:ellipsis;max-width:128px;overflow:hidden}.tasks-screen:not(.workflows-page) .task-stitch-list .task-card-copy{color:var(--text-secondary);word-break:break-word;-webkit-line-clamp:2;background:0 0;border:0;border-radius:0;-webkit-box-orient:vertical;margin:0;padding:0;font-size:13px;line-height:19px;display:-webkit-box;overflow:hidden}.tasks-screen:not(.workflows-page) .task-stitch-list .task-card-meta{width:100%;min-width:0;color:var(--text-tertiary);flex-wrap:wrap;align-items:center;gap:6px 14px;padding-top:2px;font-size:11px;line-height:16px;display:flex}.tasks-screen:not(.workflows-page) .task-stitch-list .task-card-meta span,.tasks-screen:not(.workflows-page) .task-stitch-list .task-card-meta span:first-child{min-width:0;max-width:100%;color:var(--text-tertiary);text-overflow:ellipsis;white-space:nowrap;font-weight:700;overflow:hidden;background:0 0!important;border-radius:0!important;padding:0!important}.task-card-actions{z-index:1;background:0 0;border:none;grid-area:footer;justify-content:flex-end;place-self:center end;align-items:center;width:100%;margin:0;padding:0;display:flex}.task-card-action-group{justify-content:flex-end;gap:6px;width:100%;min-width:0;display:flex;overflow:visible}.task-card-action-group .task-action-button{min-width:48px;min-height:28px;box-shadow:none;cursor:pointer;background:var(--surface);color:var(--text-secondary);border:1px solid #191f2814;border-radius:6px;justify-content:center;align-items:center;padding:0 10px;font-size:11px;font-weight:600;transition:all .2s cubic-bezier(.4,0,.2,1);display:inline-flex}.task-card-action-group .task-action-button:hover{color:var(--text);background:#191f2808;border-color:#191f2826}.task-card-action-group .task-action-button.btn-toggle{color:var(--primary);background:#2f6de40a;border-color:#2f6de414}.task-card-action-group .task-action-button.btn-toggle:hover{color:var(--primary);background:#2f6de414;border-color:#2f6de433}.task-card-action-group .task-action-button.danger,.task-card-action-group .task-action-button.btn-archive{color:#dc2626;background:0 0;border:1px solid #dc26261f}.task-card-action-group .task-action-button.danger:hover,.task-card-action-group .task-action-button.btn-archive:hover{color:#dc2626;background:#dc26260a;border-color:#dc262638}.task-card-action-group::-webkit-scrollbar{display:none}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.task-list .empty-state,.conversation-template-list .empty-state,.agent-card-list .empty-state{margin-top:0}.tasks-stitch-root{min-height:0;padding:16px 24px calc(112px + env(safe-area-inset-bottom));scrollbar-width:none;flex:auto;display:block;overflow-y:auto}.tasks-stitch-root::-webkit-scrollbar{display:none}.task-view-switcher-wrap{margin:0 0 16px}.task-view-switcher{background:var(--surface-container-low,#f2f3fd);border-radius:12px;padding:4px;display:flex}.task-view-switcher button{min-height:30px;color:var(--text-secondary);font:inherit;cursor:pointer;background:0 0;border:0;border-radius:8px;flex:1;font-size:13px;font-weight:800;transition:color .2s,background .2s,box-shadow .2s}.task-view-switcher button.active{background:var(--surface);color:var(--primary);box-shadow:0 1px 4px #0f172a14}.task-scope-strip{scrollbar-width:none;align-items:center;gap:8px;margin:0 0 16px;display:flex;overflow-x:auto}.task-scope-strip.secondary{margin-top:-6px}.task-scope-strip::-webkit-scrollbar{display:none}.task-scope-strip button{border:1px solid var(--line);background:var(--surface);min-height:34px;color:var(--text-secondary);font:inherit;white-space:nowrap;cursor:pointer;border-radius:999px;flex:none;padding:0 14px;font-size:13px;font-weight:500;transition:all .2s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px #151f2c08}.task-scope-strip button:active{transform:scale(.95)}.task-scope-strip button.active{border-color:var(--primary);background:var(--primary);color:#fff;font-weight:600;box-shadow:0 6px 16px #2f6de440}.task-stitch-list{flex-direction:column;gap:12px;display:flex}.task-stitch-card{background:var(--surface);cursor:pointer;border:1px solid #c3c6d68c;border-radius:12px;align-items:flex-start;gap:12px;padding:12px;transition:transform .18s,border-color .18s,opacity .18s;display:flex;position:relative;box-shadow:0 2px 8px #0f172a0a}.task-stitch-card:hover{border-color:#2f6de44d}.task-stitch-card:active{transform:scale(.98)}.task-stitch-card.muted{background:var(--surface-container-low,#f2f3fd);opacity:.82}.task-stitch-icon{background:var(--primary-soft);width:48px;height:48px;color:var(--primary);border-radius:8px;flex:none;place-items:center;display:grid}.task-stitch-icon.muted{color:var(--outline,#737785);background:#c3c6d642}.task-stitch-icon span,.task-agenda-node span{font-variation-settings:"FILL" 0,"wght" 400,"GRAD" 0,"opsz" 24;font-family:Material Symbols Outlined;font-size:24px;font-weight:400;line-height:1}.task-stitch-card-main{flex:auto;gap:8px;min-width:0;display:grid}.task-stitch-card-head{justify-content:space-between;align-items:center;gap:8px;min-width:0;display:flex}.task-stitch-more{flex:none;position:relative}.task-stitch-more-button{width:30px;height:30px;color:var(--text-secondary);cursor:pointer;background:0 0;border:0;border-radius:999px;place-items:center;display:grid}.task-stitch-more-button:hover,.task-stitch-more-button[aria-expanded=true]{background:var(--surface-container,#ededf8);color:var(--primary)}.task-stitch-more-button span{font-variation-settings:"FILL" 0,"wght" 500,"GRAD" 0,"opsz" 24;font-family:Material Symbols Outlined;font-size:22px;line-height:1}.task-stitch-more-menu{z-index:30;background:var(--surface);border:1px solid #c3c6d680;border-radius:10px;gap:2px;min-width:112px;padding:6px;display:grid;position:absolute;top:calc(100% + 6px);right:0;box-shadow:0 12px 28px #0f172a24}.task-card>.task-stitch-more-menu{top:48px;right:12px}.task-stitch-more-menu button{min-height:30px;color:var(--text-primary);font:inherit;text-align:left;white-space:nowrap;cursor:pointer;background:0 0;border:0;border-radius:7px;padding:0 10px;font-size:12px;font-weight:800}.task-stitch-more-menu button:hover{background:var(--surface-container,#ededf8)}.task-stitch-more-menu button.danger{color:#dc2626}.task-stitch-card-head h3{min-width:0;color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:15px;font-weight:800;line-height:22px;overflow:hidden}.task-stitch-card-main>p{color:var(--text-secondary);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:12px;font-weight:500;line-height:18px;display:-webkit-box;overflow:hidden}.task-stitch-state{text-transform:uppercase;border-radius:6px;flex:none;padding:2px 8px;font-size:10px;font-weight:800;line-height:16px}.task-stitch-state.running,.task-stitch-state.active{color:#16a34a;background:#22c55e1a}.task-stitch-state.paused{color:var(--text-secondary);background:#c3c6d64d}.task-stitch-card-bottom{justify-content:space-between;align-items:flex-end;gap:12px;width:100%;display:flex}.task-stitch-tags{flex-wrap:wrap;flex:auto;gap:4px;min-width:0;display:flex}.task-stitch-tags span{background:var(--surface-container,#ededf8);min-height:20px;color:var(--text-secondary);border-radius:8px;padding:2px 8px;font-size:11px;font-weight:700;line-height:16px}.task-stitch-tags span.warning{color:#b45309;background:#f59e0b1a}.task-stitch-next-run{text-align:right;flex:none;gap:2px;display:grid}.task-stitch-next-run span{color:var(--outline,#737785);font-size:11px;font-weight:800;line-height:14px}.task-stitch-next-run strong{color:var(--primary);font-size:12px;font-weight:800;line-height:16px}.task-stitch-actions{justify-content:flex-end;gap:6px;display:flex}.task-stitch-action{background:var(--surface);min-height:26px;color:var(--text-secondary);font:inherit;cursor:pointer;border:1px solid #191f2814;border-radius:7px;padding:0 10px;font-size:11px;font-weight:800}.task-stitch-action.primary{color:var(--primary);background:#2f6de40d;border-color:#2f6de41f}.task-stitch-action.danger{color:#dc2626;border-color:#dc26261f}.task-agenda-view{padding-top:12px;display:block}.task-agenda-timeline{gap:22px;display:grid;position:relative}.task-agenda-timeline:before{content:"";background:#ccd5e2c7;border-radius:999px;width:2px;position:absolute;top:15px;bottom:10px;left:15px;box-shadow:0 0 0 1px #ffffffb8}.task-agenda-section{z-index:1;gap:12px;padding-left:42px;display:grid;position:relative}.task-agenda-section-head{justify-content:flex-start;align-items:center;gap:12px;min-height:28px;margin-left:-42px;display:flex}.task-agenda-section-head strong{color:var(--text-primary);letter-spacing:0;font-size:15px;font-weight:900;line-height:22px}.task-agenda-node{border:3px solid var(--screen-bg,#f7f9fb);color:#475569;background:#fff;border-radius:12px;flex:none;place-items:center;width:32px;height:32px;display:inline-grid;position:relative;box-shadow:0 2px 8px #151f2c14}.task-agenda-section.running .task-agenda-node:after,.task-agenda-section.upcoming .task-agenda-node:after,.task-agenda-section.recent .task-agenda-node:after{content:"";background:var(--primary);border:2px solid #fff;border-radius:999px;width:7px;height:7px;position:absolute;bottom:2px;right:2px}.task-agenda-section.upcoming .task-agenda-node{color:#475569}.task-agenda-section.upcoming .task-agenda-node:after{background:#94a3b8}.task-agenda-section.recent .task-agenda-node{color:#475569}.task-agenda-section.recent .task-agenda-node:after{background:#94a3b8}.task-agenda-section-body{gap:12px;margin-left:0;display:grid}.task-agenda-section-body.compact{gap:12px}.task-agenda-card{color:var(--text);cursor:pointer;background:#fff;border:1px solid #ccd5e2db;border-radius:12px;gap:11px;padding:16px;transition:transform .16s,border-color .16s,box-shadow .16s,background .16s;display:grid;position:relative;box-shadow:0 1px 2px #151f2c0e,0 6px 16px #151f2c06}.task-agenda-card:before{content:"";background:#94a3b880;border-radius:0 999px 999px 0;width:2px;position:absolute;top:14px;bottom:14px;left:0}.task-agenda-card:hover{border-color:#2f6de438;box-shadow:0 1px 4px #151f2c14}.task-agenda-card:active{transform:scale(.985)}.task-agenda-card.running{background:linear-gradient(#fff,#f3f7fedb);border-color:#2f6de438}.task-agenda-card.running:before{background:var(--primary)}@supports (color:color-mix(in lab,red,red)){.task-agenda-card.running:before{background:color-mix(in srgb,var(--primary) 56%,transparent)}}.task-agenda-card.failed{border-color:var(--danger)}@supports (color:color-mix(in lab,red,red)){.task-agenda-card.failed{border-color:color-mix(in srgb,var(--danger) 24%,transparent)}}.task-agenda-card.failed{box-shadow:0 1px 2px var(--danger),0 6px 16px #151f2c06}@supports (color:color-mix(in lab,red,red)){.task-agenda-card.failed{box-shadow:0 1px 2px color-mix(in srgb,var(--danger) 8%,transparent),0 6px 16px #151f2c06}}.task-agenda-card.failed:before{background:var(--danger)}@supports (color:color-mix(in lab,red,red)){.task-agenda-card.failed:before{background:color-mix(in srgb,var(--danger) 62%,transparent)}}.task-agenda-card.succeeded{border-color:var(--success)}@supports (color:color-mix(in lab,red,red)){.task-agenda-card.succeeded{border-color:color-mix(in srgb,var(--success) 20%,#ccd5e2db)}}.task-agenda-card.succeeded:before{background:var(--success)}@supports (color:color-mix(in lab,red,red)){.task-agenda-card.succeeded:before{background:color-mix(in srgb,var(--success) 58%,transparent)}}.task-agenda-empty-card{cursor:default;align-items:center;min-height:52px}.task-agenda-empty-card:before{background:#94a3b847}.task-agenda-empty-card:hover{border-color:#ccd5e2db;box-shadow:0 1px 2px #151f2c0e,0 6px 16px #151f2c06}.task-agenda-empty-card:active{transform:none}.task-agenda-empty-card p{min-width:0;color:var(--text-secondary);text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:13px;font-weight:750;line-height:20px;overflow:hidden}.task-agenda-card-head{justify-content:space-between;align-items:flex-start;gap:12px;min-width:0;display:flex}.task-agenda-card-title{gap:4px;min-width:0;display:grid}.task-agenda-card-title h4{min-width:0;color:var(--text);text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:17px;font-weight:780;line-height:1.2;overflow:hidden}.task-agenda-card-title p{min-width:0;color:var(--text-secondary);text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:12px;font-weight:750;line-height:16px;overflow:hidden}.task-agenda-card-badge{max-width:128px;color:var(--text-secondary);text-overflow:ellipsis;white-space:nowrap;background:#f1f5f9e6;border-radius:999px;flex:none;padding:4px 9px;font-size:12px;font-weight:800;line-height:16px;overflow:hidden}.task-agenda-card.running .task-agenda-card-badge{background:var(--primary-soft);color:var(--primary)}.task-agenda-card.succeeded .task-agenda-card-badge{background:var(--success-soft);color:var(--success)}.task-agenda-card.failed .task-agenda-card-badge{background:var(--danger-soft);color:var(--danger)}.task-agenda-card-copy{color:var(--text-secondary);overflow-wrap:anywhere;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:13px;font-weight:500;line-height:1.5;display:-webkit-box;overflow:hidden}.task-agenda-card-footer{border-top:1px solid #ccd5e2c2;align-items:center;gap:8px 14px;min-width:0;padding-top:11px;display:flex;overflow:hidden}.task-agenda-card-footer span{min-width:0;color:var(--text-tertiary);text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:750;line-height:1.2;overflow:hidden}.task-agenda-card-footer span:first-child{flex:none;max-width:42%}.task-agenda-card-footer span:last-child{flex:auto}.task-run-history-section{padding-bottom:calc(112px + env(safe-area-inset-bottom));gap:12px;margin-top:22px;display:grid}.task-run-history-section-head{justify-content:space-between;align-items:center;gap:12px;display:flex}.task-run-history-section-head h3{color:var(--text-primary);margin:0;font-size:15px;font-weight:900;line-height:22px}.task-run-history-section-head span{color:var(--text-tertiary);white-space:nowrap;flex-shrink:0;font-size:12px;font-weight:800;line-height:1.2}.task-run-history-list{gap:10px;display:grid}.task-run-history-card{color:var(--text);cursor:pointer;background:#fff;border:1px solid #ccd5e2c2;border-radius:12px;gap:10px;padding:14px 15px;display:grid;position:relative;box-shadow:0 1px 2px #151f2c0b}.task-run-history-card:before{content:"";background:#94a3b86b;border-radius:0 999px 999px 0;width:2px;position:absolute;top:13px;bottom:13px;left:0}.task-run-history-card.failed{border-color:var(--danger)}@supports (color:color-mix(in lab,red,red)){.task-run-history-card.failed{border-color:color-mix(in srgb,var(--danger) 22%,transparent)}}.task-run-history-card.failed:before{background:var(--danger)}@supports (color:color-mix(in lab,red,red)){.task-run-history-card.failed:before{background:color-mix(in srgb,var(--danger) 58%,transparent)}}.task-run-history-card.succeeded{border-color:var(--success)}@supports (color:color-mix(in lab,red,red)){.task-run-history-card.succeeded{border-color:color-mix(in srgb,var(--success) 18%,#ccd5e2c2)}}.task-run-history-card.succeeded:before{background:var(--success)}@supports (color:color-mix(in lab,red,red)){.task-run-history-card.succeeded:before{background:color-mix(in srgb,var(--success) 52%,transparent)}}.task-run-history-head{justify-content:space-between;align-items:flex-start;gap:12px;min-width:0;display:flex}.task-run-history-head>div{min-width:0}.task-run-history-head h4{color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:15px;font-weight:820;line-height:20px;overflow:hidden}.task-run-history-head p{color:var(--text-secondary);text-overflow:ellipsis;white-space:nowrap;margin:3px 0 0;font-size:12px;font-weight:750;line-height:16px;overflow:hidden}.task-run-history-head span{max-width:96px;color:var(--text-secondary);text-overflow:ellipsis;white-space:nowrap;background:#f1f5f9e6;border-radius:999px;flex:none;padding:3px 8px;font-size:11px;font-weight:850;line-height:15px;overflow:hidden}.task-run-history-card.failed .task-run-history-head span{background:var(--danger-soft);color:var(--danger)}.task-run-history-card.succeeded .task-run-history-head span{background:var(--success-soft);color:var(--success)}.task-run-history-card:not(.failed):not(.succeeded) .task-run-history-head span{background:var(--primary-soft);color:var(--primary)}.task-run-history-copy{color:var(--text-secondary);overflow-wrap:anywhere;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:13px;font-weight:500;line-height:1.45;display:-webkit-box;overflow:hidden}.task-run-history-footer{border-top:1px solid #ccd5e2a3;align-items:center;gap:12px;min-width:0;padding-top:9px;display:flex}.task-run-history-footer span{min-width:0;color:var(--text-tertiary);text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:750;line-height:1.2;overflow:hidden}.task-run-history-footer span:first-child{flex:0 auto;max-width:52%}.task-run-history-footer span:last-child{flex:none}.task-run-history-pager{justify-content:center;align-items:center;gap:12px;padding-top:4px;display:flex}.task-run-history-pager button{min-width:104px;min-height:32px;color:var(--primary);white-space:nowrap;cursor:pointer;background:#fff;border:1px solid #ccd5e2db;border-radius:9px;padding:0 14px;font-size:12px;font-weight:850}.task-run-history-pager button:disabled{cursor:default;opacity:.45}.task-run-history-pager span{color:var(--text-tertiary);white-space:nowrap;font-size:12px;font-weight:800}.task-agenda-empty,.tasks-stitch-empty{background:var(--surface);color:var(--text-secondary);border-radius:12px;padding:16px;font-size:13px;line-height:1.55;box-shadow:inset 0 0 0 1px #c3c6d64d}.tasks-stitch-skeleton{margin:0}@media (max-width:430px){.tasks-stitch-root{padding-inline:16px}}.workflows-page{gap:0}.workflow-list{gap:10px;padding-top:10px}.workflow-card{background:linear-gradient(145deg,var(--surface) 0%,#f8fafca6 100%);grid-template-areas:"body";gap:0;padding:16px 18px;transition:all .3s cubic-bezier(.25,.8,.25,1);display:grid;position:relative;overflow:hidden}.workflow-card.clickable{cursor:pointer}.workflow-card.clickable:hover{background:linear-gradient(145deg,var(--surface) 0%,#f3f7fecc 100%);border-color:#2f6de42e;transform:translateY(-2.5px);box-shadow:0 14px 28px -4px #151f2c0d,0 6px 16px -2px #151f2c05}.workflow-card.clickable:active{background:var(--surface-soft);transform:translateY(-.5px)scale(.99)}.workflow-card-body{gap:10px;min-width:0;display:grid}.workflow-card-head{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.workflow-card-head-badges{flex-wrap:wrap;flex-shrink:0;align-items:center;gap:5px;display:inline-flex}.workflow-card h2{min-width:0;color:var(--text);text-overflow:ellipsis;white-space:nowrap;flex:1;margin:0;font-size:15px;font-weight:750;line-height:1.3;overflow:hidden}.workflow-card-flow{margin-top:2px}.workflow-mini-steps{align-items:center;gap:6px;min-width:0;display:flex;overflow:hidden}.workflow-mini-steps.empty{min-height:32px;color:var(--text-tertiary);align-items:center;font-size:12px;font-weight:700}.workflow-mini-step{background:#f8fafce6;border:1px solid #1f6feb17;border-radius:999px;align-items:center;gap:5px;min-width:0;max-width:34%;padding:5px 8px 5px 5px;display:inline-flex;position:relative}.workflow-mini-step:not(:last-child):after{content:"";background:#1f6feb4d;width:5px;height:1px;position:absolute;left:calc(100% + 1px)}.workflow-mini-step span,.workflow-node-index{background:var(--primary-soft);color:var(--primary);border-radius:999px;flex:none;justify-content:center;align-items:center;font-weight:900;display:inline-flex}.workflow-mini-step span{width:20px;height:20px;font-size:10px}.workflow-mini-step strong{min-width:0;color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;font-size:11px;font-weight:800;line-height:1.2;overflow:hidden}.workflow-mini-step-more{color:var(--text-tertiary);flex:none;font-size:11px;font-style:normal;font-weight:800}.workflow-node-mode-badge{text-align:center;white-space:nowrap;border-radius:999px;min-width:38px;padding:5px 8px;font-size:11px;font-weight:850;line-height:1}.workflow-node-mode-badge.existing{color:#047857;background:#10b9811f}.workflow-node-mode-badge.create{color:#4338ca;background:#6366f11f}.workflow-node-mode-badge.service{color:#1d4ed8;background:#1f6feb1f}.workflow-node-mode-badge.engine{color:#0369a1;background:#0ea5e91f}.workflow-node-mode-badge.default-engine{color:#0f766e;background:#14b8a61f}.workflow-node-mode-badge.other{color:#475569;background:#64748b1f}.workflow-run-state-badge{text-align:center;white-space:nowrap;border-radius:999px;min-width:38px;padding:5px 8px;font-size:11px;font-weight:850;line-height:1}.workflow-run-state-badge.waiting,.workflow-run-state-badge.queued{color:#475569;background:#64748b1c}.workflow-run-state-badge.running{color:#1d4ed8;background:#1f6feb1f}.workflow-run-state-badge.succeeded{color:#047857;background:#10b9811f}.workflow-run-state-badge.failed{color:#b91c1c;background:#dc26261c}.workflow-run-state-badge.skipped{color:#92400e;background:#f59e0b24}.workflow-node-badge-stack{justify-content:flex-end;align-items:center;gap:5px;min-width:0;display:inline-flex}.workflow-view-segmented{background:#f8fafce6;border:1px solid #191f280f;border-radius:14px;grid-template-columns:repeat(2,minmax(0,1fr));gap:4px;margin-bottom:12px;padding:4px;display:grid}.workflow-view-segmented button{min-height:40px;color:var(--text-secondary);cursor:pointer;background:0 0;border:0;border-radius:10px;font-size:12px;font-weight:850}.workflow-view-segmented button.active{color:var(--primary);background:#fff;box-shadow:0 6px 16px #0f172a0f}.workflow-runtime-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.workflow-runtime-grid article{background:#f8fafcdb;border:1px solid #191f280f;border-radius:14px;gap:4px;min-width:0;padding:10px;display:grid}.workflow-runtime-grid span{color:var(--text-tertiary);text-overflow:ellipsis;white-space:nowrap;font-size:10px;font-weight:850;overflow:hidden}.workflow-runtime-grid strong{color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:850;overflow:hidden}.workflow-card-desc{color:var(--text-secondary);word-break:break-word;overflow-wrap:anywhere;background:#191f2805;border:1px solid #191f280a;border-radius:10px;margin:2px 0 0;padding:8px 12px;font-size:13px;font-weight:450;line-height:1.5}.workflow-card-footer{border-top:1px solid #191f280d;justify-content:space-between;align-items:center;gap:10px;margin-top:2px;padding-top:8px;display:flex}.workflow-card-meta{scrollbar-width:none;-ms-overflow-style:none;flex-wrap:nowrap;align-items:center;gap:10px;min-width:0;display:flex;overflow:auto hidden}.workflow-card-meta::-webkit-scrollbar{display:none}.workflow-meta-item{color:var(--text-tertiary);white-space:nowrap;flex:none;align-items:center;gap:3px;font-size:11px;font-weight:600;line-height:1;transition:color .25s;display:inline-flex}.workflow-meta-item svg{color:var(--text-tertiary);flex-shrink:0;transition:color .25s}.workflow-card:hover .workflow-meta-item{color:var(--text-secondary)}.workflow-card:hover .workflow-meta-item svg{color:var(--primary)}.workflow-card-actions{flex-shrink:0;align-items:center;gap:6px;display:flex}.workflow-card-actions .task-action-button{min-width:44px;min-height:26px;box-shadow:none;cursor:pointer;white-space:nowrap;border-radius:6px;justify-content:center;align-items:center;padding:0 10px;font-size:11px;font-weight:600;transition:all .2s cubic-bezier(.4,0,.2,1);display:inline-flex}.workflow-card-actions .task-action-button.danger,.workflow-card-actions .task-action-button.btn-archive{color:#dc2626;background:0 0;border:1px solid #dc26261f}.workflow-card-actions .task-action-button.danger:hover,.workflow-card-actions .task-action-button.btn-archive:hover{color:#dc2626;background:#dc26260a;border-color:#dc262638}.workflow-archive-popover{bottom:56px}.pipeline-detail-screen{background:radial-gradient(circle at 18% 0%,#1f6feb14,transparent 30%),var(--screen);flex-direction:column;width:100%;max-width:100%;min-height:0;padding-bottom:0;display:flex;position:relative;overflow:hidden}.pipeline-detail-screen,.pipeline-detail-screen *{box-sizing:border-box}.pipeline-detail-screen .topbar{flex-shrink:0;width:100%;min-width:0;max-width:100%}.pipeline-detail-content{width:100%;min-width:0;max-width:100%;min-height:0;padding:10px 16px calc(84px + env(safe-area-inset-bottom));flex:1;overflow:hidden auto}.pipeline-detail-content>*,.pipeline-overview-grid,.pipeline-tab-stack,.pipeline-section,.pipeline-section-card,.pipeline-hero-card,.pipeline-node-editor-card{width:100%;min-width:0;max-width:100%}.pipeline-detail-page-heading{gap:4px;margin:6px 0 18px;display:grid}.pipeline-detail-page-heading h1{color:var(--text-primary);margin:0;font-size:16px;font-weight:900;line-height:1.25}.pipeline-detail-page-heading p{color:var(--text-tertiary);margin:0;font-size:12px;font-weight:750;line-height:1.45}.pipeline-overview-grid,.pipeline-tab-stack{gap:18px;display:grid}.pipeline-section{gap:8px;display:grid}.pipeline-section-label{justify-content:space-between;align-items:center;gap:10px;min-width:0;max-width:100%;padding:0 2px;display:flex}.pipeline-section-label h2{color:var(--text-primary);margin:0;font-size:15px;font-weight:800;line-height:1.25}.pipeline-section-action{flex:none;justify-content:flex-end;align-items:center;gap:8px;display:inline-flex}.pipeline-section-card,.pipeline-overview-card{background:#ffffffe0;border:1px solid #191f280f;border-radius:14px;gap:12px;min-width:0;max-width:100%;padding:14px 16px;display:grid;box-shadow:0 8px 20px #0f172a09}.pipeline-objective-card{background:#ffffffeb;border-color:#1f6feb1a}.pipeline-card-heading{grid-template-columns:auto minmax(0,1fr);align-items:flex-start;gap:10px;display:grid}.pipeline-card-heading.compact{grid-template-columns:minmax(0,1fr) auto;align-items:center}.pipeline-card-heading h3{color:var(--text-primary);margin:0;font-size:15px;font-weight:900;line-height:1.25}.pipeline-card-heading p{color:var(--text-tertiary);margin:4px 0 0;font-size:11px;font-weight:700;line-height:1.45}.pipeline-objective-copy{color:var(--text-secondary);overflow-wrap:anywhere;margin:0;font-size:13px;line-height:1.6}.pipeline-status-row,.pipeline-entry-row{border-bottom:1px solid #191f280f;justify-content:space-between;align-items:center;gap:10px;min-width:0;padding-bottom:10px;display:flex}.pipeline-status-row>span{color:var(--text-tertiary);font-size:11px;font-weight:900}.pipeline-entry-row{justify-content:flex-start}.pipeline-entry-row strong{color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:850;overflow:hidden}.pipeline-entry-icon{width:24px;height:24px;color:var(--primary);background:#1f6feb14;border-radius:8px;flex:0 0 24px;place-items:center;font-size:16px;font-weight:900;display:inline-grid}.pipeline-run-summary,.pipeline-runtime-list{gap:8px;display:grid}.pipeline-run-summary{grid-template-columns:repeat(3,minmax(0,1fr))}.pipeline-run-summary article,.pipeline-runtime-list article{background:var(--surface-soft);border-radius:14px;gap:4px;min-width:0;padding:10px;display:grid}.pipeline-run-summary span,.pipeline-runtime-list span{color:var(--text-tertiary);text-overflow:ellipsis;white-space:nowrap;font-size:10px;font-weight:800;overflow:hidden}.pipeline-run-summary strong,.pipeline-runtime-list strong{color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:850;line-height:1.35;overflow:hidden}.pipeline-card-actions{grid-template-columns:minmax(0,1.1fr) minmax(0,1fr);gap:10px;display:grid}.pipeline-card-actions.two{grid-template-columns:repeat(2,minmax(0,1fr))}.pipeline-card-actions .sheet-button{white-space:nowrap;width:100%;min-width:0}.pipeline-detail-screen .sheet-button{white-space:nowrap}.pipeline-compact-actions{justify-content:space-between;align-items:center;gap:10px;min-width:0;display:flex}.pipeline-compact-actions span{color:var(--text-secondary);text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:750;overflow:hidden}.pipeline-compact-actions strong{color:var(--text-primary);flex:none;font-size:13px;font-weight:900}.pipeline-detail-header-actions{flex:none;justify-content:flex-end;align-items:center;gap:8px;display:inline-flex}.workflow-ai-adjust-hint{background:linear-gradient(#1f6feb0f,#f8fafcd1);border:1px solid #1f6feb17;border-radius:14px;gap:6px;margin-bottom:12px;padding:10px 12px;display:grid}.workflow-ai-adjust-hint strong{color:var(--text-primary);font-size:12px;font-weight:900}.workflow-ai-adjust-hint span{color:var(--text-secondary);font-size:11px;font-weight:700;line-height:1.45}.workflow-ai-adjust-hint code{color:var(--text-secondary);overflow-wrap:anywhere;background:#ffffffc7;border:1px solid #1f6feb14;border-radius:10px;padding:8px 9px;font-family:inherit;font-size:11px;font-weight:750;line-height:1.45;display:block}.pipeline-detail-screen .detail-section{margin-bottom:14px;margin-left:0;margin-right:0}.pipeline-detail-screen .task-card-actions{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.pipeline-detail-screen .task-card-actions .sheet-button{width:100%;min-width:0}.pipeline-detail-screen .workflow-node-timeline-panel,.pipeline-detail-screen .workflow-flow-panel{background:#ffffffe0;border:1px solid #191f280f;border-radius:14px;width:100%;min-width:0;max-width:100%;padding:0;overflow:hidden;box-shadow:0 8px 20px #0f172a09}.pipeline-detail-screen .workflow-node-timeline-head,.pipeline-detail-screen .workflow-flow-head{display:none}.pipeline-detail-screen .workflow-node-timeline,.pipeline-detail-screen .workflow-flow{gap:0;width:100%;min-width:0;max-width:100%;padding:0}.pipeline-detail-screen .workflow-node-timeline-card,.pipeline-detail-screen .workflow-flow-node{width:100%;min-width:0;max-width:100%;box-shadow:none;border-width:0 0 1px;border-color:#191f280f;border-radius:0}.pipeline-detail-screen .workflow-node-timeline-card:last-child,.pipeline-detail-screen .workflow-flow-node:last-child{border-bottom:0}.pipeline-detail-screen .workflow-node-timeline-card:not(:last-child):after,.pipeline-detail-screen .workflow-flow-node:not(:last-child):after{display:none}.pipeline-detail-screen .workflow-node-expanded-body,.pipeline-detail-screen .workflow-flow-expanded{background:#f8fafcb8;border-radius:0}.pipeline-run-topbar-action svg{width:17px;height:17px}.pipeline-run-spinner{border:2px solid #1f6feb2e;border-top-color:var(--primary);border-radius:999px;width:16px;height:16px;animation:.8s linear infinite pipeline-run-spin}@keyframes pipeline-run-spin{to{transform:rotate(360deg)}}.pipeline-detail-screen .workflow-chain{gap:12px}.pipeline-detail-screen .workflow-draft-detail-node-wrap{margin-left:calc(var(--workflow-depth,0) * 14px)}.pipeline-detail-screen .pipeline-detail-node-card{background:#fff;border:1px solid #191f2812;border-radius:20px;grid-template-columns:28px minmax(0,1fr);padding:10px;box-shadow:0 10px 24px #0f172a0d}.pipeline-detail-screen .pipeline-detail-node-card:not(.disabled){opacity:1}.pipeline-detail-screen .workflow-node-head{align-items:flex-start}.pipeline-detail-screen .workflow-node-actions{flex-wrap:wrap;justify-content:flex-end}.pipeline-detail-screen .workflow-node-body p{font-size:12px;line-height:1.55}.pipeline-detail-form{gap:12px}.pipeline-form-group{background:#f8fafcb3;border:1px solid #191f280f;border-radius:18px;gap:10px;padding:12px;display:grid}.pipeline-form-group-title{gap:3px;display:grid}.pipeline-form-group-title strong{color:var(--text-primary);font-size:13px;font-weight:900}.pipeline-form-group-title span{color:var(--text-tertiary);font-size:11px;line-height:1.45}.pipeline-form-field{gap:6px;display:grid}.pipeline-form-field.inline{align-items:center;gap:8px;display:flex}.pipeline-form-field.inline input[type=checkbox]{flex:none;width:16px;height:16px}.pipeline-form-field>span{color:var(--text-secondary);font-size:11px;font-weight:850}.pipeline-form-field .task-input,.pipeline-form-field .task-textarea{background:#ffffffeb;border-color:#191f2814;border-radius:14px;width:100%;min-width:0;max-width:100%;box-shadow:0 6px 16px #0f172a08}.pipeline-form-field .task-textarea{line-height:1.55}.pipeline-form-two-cols{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.pipeline-boundary-list{gap:0;padding-top:2px;padding-bottom:2px}.pipeline-boundary-list article,.pipeline-selected-run-meta{justify-content:space-between;align-items:center;gap:12px;min-width:0;display:flex}.pipeline-boundary-list article{border-bottom:1px solid #191f280f;min-height:42px}.pipeline-boundary-list article:last-child{border-bottom:0}.pipeline-boundary-list span,.pipeline-selected-run-meta span{color:var(--text-tertiary);flex:none;font-size:12px;font-weight:850}.pipeline-boundary-list strong,.pipeline-selected-run-meta strong{color:var(--text-primary);text-align:right;text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:850;overflow:hidden}.pipeline-empty-card{text-align:center;place-items:center;min-height:132px}.pipeline-empty-card strong{color:var(--text-primary);font-size:14px;font-weight:900}.pipeline-empty-card span{color:var(--text-secondary);font-size:12px;font-weight:750}.pipeline-run-empty{min-height:220px}.pipeline-run-empty .sheet-button{width:auto;min-width:104px}.pipeline-run-list{gap:8px;display:grid}.pipeline-node-editor-card{border-radius:14px;box-shadow:0 8px 20px #0f172a09}.pipeline-settings-actions{justify-content:flex-end;padding:0 2px 4px}.pipeline-hero-card{background:#fff;border:1px solid #e5eaf099;border-radius:16px;flex-direction:column;gap:10px;width:100%;min-width:0;max-width:100%;padding:14px;display:flex;box-shadow:0 4px 20px #0000000a,0 1px 3px #00000005}.pipeline-hero-head{align-items:center;gap:12px;min-width:0;max-width:100%;display:flex}.pipeline-hero-icon{background:linear-gradient(135deg,var(--primary,#2563eb) 0%,#304361 100%);color:#fff;border-radius:12px;flex:0 0 40px;justify-content:center;align-items:center;width:40px;height:40px;font-size:19px;font-weight:800;line-height:1;display:flex}.pipeline-hero-title{flex-direction:column;flex:auto;min-width:0;display:flex}.pipeline-hero-title h1{color:var(--text,#0f172a);text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:16px;font-weight:750;line-height:1.3;overflow:hidden}.pipeline-hero-title span{color:var(--text-secondary,#475569);margin-top:2px;font-size:12px}.pipeline-hero-card p{color:var(--text-secondary,#475569);overflow-wrap:anywhere;margin:0;font-size:13px;line-height:1.55}.pipeline-hero-card>.sheet-button{align-self:flex-start;min-width:88px;min-height:34px;padding-left:16px;padding-right:16px}.pipeline-goal-card{gap:12px}.pipeline-section-card{background:#fff;border-color:#e5eaf099;border-radius:16px;padding:14px;box-shadow:0 4px 20px #0000000a,0 1px 3px #00000005}.pipeline-section-label h2{color:var(--text,#0f172a);font-size:15px;font-weight:800}.pipeline-plain-summary{color:var(--text-secondary,#64748b);overflow-wrap:anywhere;margin:0;font-size:13px;line-height:1.5}.pipeline-plain-summary.muted{padding:4px 0}.pipeline-setting-row{justify-content:space-between;align-items:center;gap:14px;min-width:0;display:flex}.pipeline-setting-row+.pipeline-setting-row{border-top:1px solid #e2e8f0b8;padding-top:10px}.pipeline-setting-row span{color:var(--text-tertiary,#94a3b8);flex:0 0 68px;font-size:12px;font-weight:700}.pipeline-setting-row strong{min-width:0;color:var(--text,#0f172a);text-align:right;text-overflow:ellipsis;white-space:nowrap;flex:auto;font-size:14px;font-weight:650;overflow:hidden}.pipeline-orchestration-head{justify-content:space-between;align-items:center;gap:12px;min-width:0;max-width:100%;padding:0 2px;display:flex}.pipeline-orchestration-head h2{color:var(--text,#0f172a);margin:0;font-size:15px;font-weight:800;line-height:1.2}.pipeline-orchestration-actions{flex:none;align-items:center;gap:6px;display:inline-flex}.pipeline-orchestration-actions .sheet-button.mini{border-radius:10px;min-height:28px;padding:0 10px;font-size:12px}.pipeline-detail-screen .workflow-view-segmented{margin:-4px 0 0}.pipeline-detail-screen .workflow-node-timeline-panel,.pipeline-detail-screen .workflow-flow-panel{background:#fff;border-color:#e5eaf0c7;border-radius:16px;box-shadow:0 4px 20px #0000000a,0 1px 3px #00000005}.pipeline-detail-screen .workflow-node-timeline-card,.pipeline-detail-screen .workflow-flow-node{background:#fff;gap:0;padding:0}.pipeline-detail-screen .workflow-node-timeline-summary,.pipeline-detail-screen .workflow-flow-node-main{grid-template-columns:28px minmax(0,1fr);width:100%;min-width:0;max-width:100%;min-height:52px;padding:0 12px}.pipeline-detail-screen .workflow-node-index,.pipeline-detail-screen .workflow-flow-node-index{width:24px;height:24px;font-size:12px}.pipeline-detail-screen .workflow-node-summary-copy strong,.pipeline-detail-screen .workflow-flow-node-copy strong{font-size:14px;font-weight:750}.pipeline-detail-screen .workflow-node-summary-copy small,.pipeline-detail-screen .workflow-flow-node-copy small,.pipeline-detail-screen .workflow-node-badge-stack,.pipeline-detail-screen .workflow-node-agent-line,.pipeline-detail-screen .workflow-flow-node-meta{display:none}.pipeline-detail-screen .workflow-node-expanded-body,.pipeline-detail-screen .workflow-flow-expanded{background:#fff;width:100%;min-width:0;max-width:100%;padding:0 12px 12px 52px}.pipeline-detail-screen .pipeline-node-maintenance{background:0 0;border-radius:0;padding:0}.pipeline-detail-screen .pipeline-node-maintenance-actions{justify-content:flex-start;gap:6px;display:flex}.pipeline-detail-screen .pipeline-node-maintenance-actions .sheet-button.mini{border-radius:8px;min-height:26px;padding:0 8px;font-size:11px}.pipeline-detail-screen .workflow-flow-branches{width:100%;min-width:0;max-width:100%;padding:0 12px 12px 52px}@media (max-width:390px){.pipeline-detail-screen .task-card-actions,.pipeline-run-summary,.pipeline-form-two-cols{grid-template-columns:1fr}.pipeline-card-actions,.pipeline-card-actions.two{grid-template-columns:repeat(2,minmax(0,1fr))}}.workflow-create-sheet{gap:14px}.workflow-example-chips{scrollbar-width:none;gap:8px;display:flex;overflow-x:auto}.workflow-example-chips::-webkit-scrollbar{display:none}.workflow-example-chips button{background:var(--surface-soft);color:var(--text-secondary);text-align:left;border:1px solid #191f2814;border-radius:16px;flex:0 0 78%;padding:10px 12px;font-size:12px;line-height:1.5}.workflow-run-card{gap:12px;min-width:min(280px,100%);padding:2px;display:grid}.workflow-run-card-head{align-items:center;gap:10px;display:flex}.workflow-run-card-head div{gap:2px;min-width:0;display:grid}.workflow-run-card-head strong{color:var(--text);text-overflow:ellipsis;white-space:nowrap;font-size:15px;overflow:hidden}.workflow-run-card-head span:last-child,.workflow-run-card-summary,.workflow-run-step em,.workflow-run-more{color:var(--text-secondary);font-size:12px;font-style:normal;line-height:1.5}.workflow-run-card-summary{margin:0}.workflow-run-progress-track{background:#94a3b82e;border-radius:999px;height:7px;overflow:hidden}.workflow-run-progress-track span{border-radius:inherit;background:linear-gradient(90deg,#38bdf8,#22a06b);height:100%;transition:width .2s;display:block}.workflow-run-card.failed .workflow-run-progress-track span{background:linear-gradient(90deg,#f59e0b,#d84c5c)}.workflow-run-step-list{gap:7px;display:grid}.workflow-run-step{background:var(--surface-soft);border-radius:14px;align-items:flex-start;gap:9px;padding:9px 10px;display:flex}.workflow-run-step>span{width:22px;height:22px;color:var(--text-secondary);background:#fff;border-radius:999px;flex:none;justify-content:center;align-items:center;font-size:11px;font-weight:800;display:inline-flex}.workflow-run-step.succeeded>span{background:var(--success-soft);color:var(--success)}.workflow-run-step.failed>span{background:var(--danger-soft);color:var(--danger)}.workflow-run-step div{gap:2px;min-width:0;display:grid}.workflow-run-step strong{color:var(--text);text-overflow:ellipsis;white-space:nowrap;font-size:13px;overflow:hidden}.workflow-draft-node-preview{gap:10px;width:100%;display:grid}.workflow-draft-node-preview-list{gap:8px;display:grid}.workflow-draft-node-preview-row{width:100%;color:inherit;text-align:left;cursor:pointer;background:linear-gradient(#fff,#f8fafce6);border:1px solid #191f2812;border-radius:16px;grid-template-columns:26px minmax(0,1fr) auto;align-items:center;gap:8px;padding:9px;display:grid}.workflow-draft-node-index{background:var(--primary-soft);width:26px;height:26px;color:var(--primary);border-radius:999px;justify-content:center;align-items:center;font-size:12px;font-weight:900;display:inline-flex}.workflow-draft-node-index>svg{flex:none}.workflow-draft-node-preview-copy{gap:2px;min-width:0;display:grid}.workflow-draft-node-preview-copy strong{color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:850;overflow:hidden}.workflow-draft-node-preview-copy small{color:var(--text-tertiary);text-overflow:ellipsis;white-space:nowrap;font-size:11px;line-height:1.35;overflow:hidden}.workflow-draft-agent-badge{text-align:center;white-space:nowrap;border-radius:999px;min-width:38px;padding:5px 8px;font-size:11px;font-weight:850}.workflow-draft-agent-badge.existing{color:#047857;background:#10b9811f}.workflow-draft-agent-badge.create{color:#4338ca;background:#6366f11f}.workflow-draft-agent-badge.service{color:#1d4ed8;background:#1f6feb1f}.workflow-node-timeline-panel{gap:12px;display:grid}.workflow-node-timeline-head{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;display:grid}.workflow-node-timeline-head h3{color:var(--text-primary);margin:0;font-size:15px;font-weight:900;line-height:1.25}.workflow-node-timeline-head p{color:var(--text-tertiary);margin:3px 0 0;font-size:11px;font-weight:700;line-height:1.4}.workflow-node-timeline-head button{background:var(--primary-soft);min-width:52px;min-height:40px;color:var(--primary);white-space:nowrap;cursor:pointer;border:0;border-radius:999px;padding:7px 12px;font-size:12px;font-weight:850;line-height:1}.workflow-node-timeline{gap:12px;display:grid;position:relative}.workflow-node-timeline-card{background:#fff;border:1px solid #191f2812;border-radius:16px;gap:8px;padding:10px;display:grid;position:relative;box-shadow:0 8px 22px #0f172a0b}.workflow-node-timeline-card:not(:last-child):after{content:"";background:linear-gradient(#1f6feb3d,#1f6feb0a);width:2px;height:13px;position:absolute;bottom:-13px;left:23px}.workflow-node-timeline-card.expanded{border-color:#1f6feb42;box-shadow:0 14px 32px #1f6feb17}.workflow-node-timeline-summary{min-height:44px;color:inherit;text-align:left;cursor:pointer;background:0 0;border:0;grid-template-columns:26px minmax(0,1fr) auto;align-items:center;gap:9px;padding:0;display:grid}.workflow-node-index{width:26px;height:26px;font-size:12px}.workflow-node-summary-copy{gap:2px;min-width:0;display:grid}.workflow-node-summary-copy strong{color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:850;overflow:hidden}.workflow-node-summary-copy small{color:var(--text-secondary);text-overflow:ellipsis;white-space:nowrap;font-size:11px;line-height:1.35;overflow:hidden}.workflow-node-agent-line{min-width:0;color:var(--text-tertiary);flex-wrap:wrap;align-items:center;gap:8px;padding-left:35px;font-size:11px;font-weight:750;display:flex}.workflow-node-agent-line span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.workflow-node-agent-line em{color:var(--danger);flex:none;font-style:normal}.workflow-node-expanded-body{gap:10px;display:grid}.workflow-node-timeline-empty{color:var(--text-tertiary);text-align:center;background:#f8fafcb8;border:1px dashed #94a3b86b;border-radius:16px;padding:14px;font-size:12px;font-weight:750}.workflow-flow-panel{gap:12px;display:grid}.workflow-flow-head{gap:4px;display:grid}.workflow-flow-head h3{color:var(--text-primary);margin:0;font-size:15px;font-weight:900;line-height:1.25}.workflow-flow-head p{color:var(--text-tertiary);margin:0;font-size:11px;font-weight:700;line-height:1.4}.workflow-flow-head span{color:#92400e;background:#fffbebb8;border:1px solid #f59e0b29;border-radius:12px;padding:8px 10px;font-size:11px;font-weight:800;line-height:1.45;display:block}.workflow-flow{gap:12px;display:grid}.workflow-flow-node{--workflow-flow-indent:calc(var(--workflow-flow-depth,0) * 14px);margin-left:var(--workflow-flow-indent);background:#fff;border:1px solid #191f2812;border-radius:16px;gap:8px;padding:10px;display:grid;position:relative;box-shadow:0 8px 22px #0f172a0b}.workflow-flow-node:not(:last-child):after{content:"";background:linear-gradient(#1f6feb38,#1f6feb0a);width:2px;height:13px;position:absolute;bottom:-13px;left:23px}.workflow-flow-node.condition{background:linear-gradient(#fffbebdb,#fff);border-color:#f59e0b33}.workflow-flow-node.disabled{opacity:.62}.workflow-flow-node.expanded{border-color:#1f6feb42;box-shadow:0 14px 32px #1f6feb17}.workflow-flow-node-main{min-height:44px;color:inherit;text-align:left;cursor:pointer;background:0 0;border:0;grid-template-columns:26px minmax(0,1fr) auto;align-items:center;gap:9px;padding:0;display:grid}.workflow-flow-node-index{background:var(--primary-soft);width:26px;height:26px;color:var(--primary);border-radius:999px;justify-content:center;align-items:center;font-size:12px;font-weight:900;display:inline-flex}.workflow-flow-node.condition .workflow-flow-node-index{color:#92400e;background:#f59e0b29}.workflow-flow-node-copy{gap:2px;min-width:0;display:grid}.workflow-flow-node-copy strong,.workflow-flow-node-copy small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.workflow-flow-node-copy strong{color:var(--text-primary);font-size:13px;font-weight:850}.workflow-flow-node-copy small{color:var(--text-secondary);font-size:11px;line-height:1.35}.workflow-flow-node-meta{flex-wrap:wrap;gap:6px;min-width:0;padding-left:35px;display:flex}.workflow-flow-node-meta span{max-width:100%;color:var(--text-secondary);text-overflow:ellipsis;white-space:nowrap;background:#f8fafce6;border-radius:999px;padding:5px 8px;font-size:11px;font-weight:800;overflow:hidden}.workflow-flow-expanded{gap:10px;display:grid}.workflow-flow-branches{gap:8px;padding-left:35px;display:grid}.workflow-flow-branch{border-left:2px solid #f59e0b47;gap:7px;padding-left:9px;display:grid}.workflow-flow-branch-head{color:#92400e;text-align:left;cursor:pointer;background:#fffbebe6;border:0;border-radius:12px;justify-content:space-between;align-items:center;gap:8px;min-width:0;min-height:44px;padding:8px 10px;display:flex}.workflow-flow-branch-head span{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:12px;font-weight:900;overflow:hidden}.workflow-flow-branch-head em{color:#a16207;flex:none;font-size:11px;font-style:normal;font-weight:800}.workflow-flow-branch p{color:var(--text-secondary);overflow-wrap:anywhere;margin:0;font-size:11px;line-height:1.45}.workflow-flow-branch-body{gap:8px;display:grid}.workflow-flow-empty-branch{color:var(--text-tertiary);border:1px dashed #f59e0b59;border-radius:12px;padding:10px;font-size:12px;font-weight:750}.pipeline-node-maintenance,.pipeline-run-step-review{background:#f8fafcdb;border-radius:14px;gap:10px;padding:10px;display:grid}.pipeline-node-maintenance p,.pipeline-run-step-review p{color:var(--text-secondary);overflow-wrap:anywhere;white-space:pre-wrap;margin:0;font-size:12px;line-height:1.6}.pipeline-node-maintenance-meta{flex-wrap:wrap;gap:6px;min-width:0;display:flex}.pipeline-node-maintenance-meta span{max-width:100%;color:var(--text-secondary);text-overflow:ellipsis;white-space:nowrap;background:#ffffffe6;border-radius:999px;padding:5px 8px;font-size:11px;font-weight:800;overflow:hidden}.pipeline-node-maintenance-actions{justify-content:flex-start}.pipeline-run-step-review details{background:#fff;border:1px solid #191f280f;border-radius:12px;padding:8px 10px}.pipeline-run-step-review summary{color:var(--text-primary);cursor:pointer;font-size:12px;font-weight:850}.pipeline-run-step-review pre{max-height:220px;color:var(--text-secondary);font:inherit;white-space:pre-wrap;word-break:break-word;margin:8px 0 0;font-size:12px;line-height:1.55;overflow:auto}.pipeline-step-io-list{gap:8px;margin-top:8px;display:grid}.pipeline-step-io-row{background:#f8fafce0;border-radius:10px;gap:6px;min-width:0;padding:8px;display:grid}.pipeline-step-io-row strong{min-width:0;color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:850;overflow:hidden}.pipeline-step-io-row pre{max-height:180px;margin:0}.pipeline-step-approval-chip{max-width:100%;color:var(--warning);text-overflow:ellipsis;white-space:nowrap;background:#f59e0b1f;border-radius:999px;justify-self:start;padding:4px 8px;font-size:11px;font-weight:850;line-height:1;overflow:hidden}.pipeline-step-approval-chip.approved{color:var(--success);background:#0478571a}.pipeline-step-approval-chip.rejected{color:var(--danger);background:#dc26261a}.workflow-run-step-empty{color:var(--text-tertiary);background:#f8fafcdb;border-radius:14px;padding:10px;font-size:12px;font-weight:750}.workflow-draft-node-preview-actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.workflow-draft-view-graph,.workflow-draft-add-node{background:var(--primary-soft);min-width:max-content;min-height:36px;color:var(--primary);white-space:nowrap;cursor:pointer;border:0;border-radius:999px;padding:8px 12px;font-size:12px;font-weight:800}.workflow-draft-add-node{background:var(--surface-muted);color:var(--text-secondary)}.workflow-proposal-card{gap:12px;padding-bottom:6px;display:grid}.workflow-proposal-head{grid-template-columns:40px minmax(0,1fr);align-items:start;gap:10px;padding-right:20px;display:grid}.workflow-proposal-head>div{gap:3px;min-width:0;display:grid}.workflow-proposal-head>div>span{color:var(--text-tertiary);font-size:11px;font-weight:800}.workflow-proposal-section{gap:6px;display:grid}.workflow-proposal-section>strong,.workflow-proposal-section-title strong{color:var(--text-primary);font-size:12px;font-weight:900}.workflow-proposal-section p{color:var(--text-secondary);overflow-wrap:anywhere;margin:0;font-size:13px;line-height:1.58}.workflow-proposal-runtime-rows{gap:8px;padding:2px 0 0;display:grid}.workflow-proposal-runtime-rows div{grid-template-columns:48px minmax(0,1fr);align-items:center;gap:10px;min-width:0;display:grid}.workflow-proposal-runtime-rows span{color:var(--text-tertiary);white-space:nowrap;font-size:11px;font-weight:850}.workflow-proposal-runtime-rows strong{min-width:0;color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:850;overflow:hidden}.workflow-proposal-section-title{justify-content:space-between;align-items:center;gap:10px;display:flex}.workflow-proposal-section-title span{color:var(--text-tertiary);font-size:11px;font-weight:800}.workflow-proposal-node-list{gap:6px;display:grid}.workflow-proposal-node{width:100%;color:inherit;text-align:left;cursor:pointer;background:#f8fafcc7;border:1px solid #191f2812;border-radius:14px;grid-template-columns:26px minmax(0,1fr) auto;align-items:center;gap:8px;padding:8px;display:grid}.workflow-proposal-node>span:not(.workflow-draft-node-index){gap:2px;min-width:0;display:grid}.workflow-proposal-node strong,.workflow-proposal-node small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.workflow-proposal-node strong{color:var(--text-primary);font-size:13px;font-weight:850}.workflow-proposal-node small{color:var(--text-tertiary);font-size:11px;line-height:1.35}.workflow-proposal-empty{background:var(--surface-soft);color:var(--text-tertiary);border-radius:14px;padding:10px;font-size:12px;font-weight:750}.workflow-proposal-actions{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;padding-top:4px;display:grid}.workflow-proposal-actions .template-draft-primary,.workflow-proposal-actions .template-draft-secondary,.workflow-proposal-actions .template-draft-ghost{white-space:nowrap;border-radius:10px;width:100%;min-width:0;min-height:34px;padding:0 6px;font-size:11px;font-weight:800}.workflow-proposal-actions .template-draft-primary{background:linear-gradient(135deg,var(--primary),#1d4ed8);color:#fff;border:1px solid #2f6de42e;box-shadow:0 8px 18px #2f6de42e}.workflow-proposal-actions .template-draft-secondary{background:var(--primary-soft);color:var(--primary);border-color:#2f6de424}.workflow-proposal-actions .template-draft-ghost{background:var(--surface-soft);color:var(--text-secondary);border-color:#191f280a}.workflow-modify-card{gap:12px;padding-bottom:6px;display:grid}.workflow-modify-head>div strong{color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;font-size:15px;font-weight:900;line-height:1.25;overflow:hidden}.workflow-modify-head>div small{color:var(--text-tertiary);text-overflow:ellipsis;white-space:nowrap;font-size:10px;font-weight:800;overflow:hidden}.workflow-modify-stats{grid-template-columns:repeat(4,minmax(0,1fr));gap:7px;display:grid}.workflow-modify-stats article{text-align:center;background:#f8fafcd1;border:1px solid #191f280f;border-radius:13px;gap:3px;min-width:0;padding:9px 8px;display:grid}.workflow-modify-stats span{color:var(--text-tertiary);font-size:10px;font-weight:850}.workflow-modify-stats strong{color:var(--text-primary);font-size:15px;font-weight:950;line-height:1}.workflow-modify-action-list,.workflow-modify-current-node-list{gap:7px;display:grid}.workflow-modify-action{background:#f8fafcc7;border:1px solid #191f2812;border-radius:14px;grid-template-columns:26px minmax(0,1fr);gap:8px;padding:9px;display:grid}.workflow-modify-action>span,.workflow-modify-current-node>span{background:var(--primary-soft);width:26px;height:26px;color:var(--primary);border-radius:999px;justify-content:center;align-items:center;font-size:11px;font-weight:900;display:inline-flex}.workflow-modify-action.add>span{color:#047857;background:#10b9811f}.workflow-modify-action.remove>span{color:#b91c1c;background:#dc26261c}.workflow-modify-action.reorder>span{color:#92400e;background:#f59e0b24}.workflow-modify-action>div,.workflow-modify-current-node>div{gap:3px;min-width:0;display:grid}.workflow-modify-action strong,.workflow-modify-current-node strong{color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:900;overflow:hidden}.workflow-modify-action p{color:var(--text-secondary);overflow-wrap:anywhere;margin:0;font-size:12px;font-weight:700;line-height:1.45}.workflow-modify-new-node-list{flex-wrap:wrap;gap:5px;min-width:0;display:flex}.workflow-modify-new-node-list em{max-width:100%;color:var(--text-secondary);text-overflow:ellipsis;white-space:nowrap;background:#ffffffdb;border-radius:999px;padding:4px 7px;font-size:10px;font-style:normal;font-weight:850;overflow:hidden}.workflow-modify-current-node{background:#f8fafcb8;border-radius:13px;grid-template-columns:26px minmax(0,1fr);gap:8px;padding:8px;display:grid}.workflow-modify-current-node small{color:var(--text-tertiary);text-overflow:ellipsis;white-space:nowrap;font-size:11px;font-weight:750;line-height:1.35;overflow:hidden}.workflow-modify-more{color:var(--text-tertiary);text-align:center;margin:0;font-size:11px;font-weight:800}@media (max-width:390px){.workflow-modify-stats{grid-template-columns:repeat(2,minmax(0,1fr))}}.workflow-draft-detail-screen{z-index:80;background:var(--screen-bg);width:100%;max-width:100%;height:100%;box-shadow:none;flex-direction:column;margin:0;display:flex;position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;transform:none}.session-detail-wrapper-with-tabs>.workflow-draft-detail-screen{height:calc(100% - 56px);top:56px}.workflow-draft-detail-screen,.workflow-draft-detail-screen *{box-sizing:border-box;max-width:100%}.workflow-draft-detail-scroll{box-sizing:border-box;width:100%;min-width:0;max-width:100%;padding:16px 16px calc(18px + env(safe-area-inset-bottom));gap:18px;overflow-x:hidden}.workflow-draft-detail-scroll>*{box-sizing:border-box;width:100%;min-width:0;max-width:100%}.workflow-draft-detail-pages{flex-direction:column;flex:auto;min-height:0;display:flex;position:relative;overflow:hidden}.workflow-draft-detail-pane{-webkit-overflow-scrolling:touch;flex:auto;min-height:0;overflow:hidden auto}.workflow-draft-detail-pane.inactive{display:none}.workflow-draft-detail-pane.active{display:block}.workflow-draft-hero-card,.workflow-draft-content-card,.workflow-draft-settings-card{box-sizing:border-box;background:#fff;border:1px solid #191f2812;border-radius:16px;width:100%;min-width:0;box-shadow:0 8px 22px #0f172a0a}.workflow-draft-hero-card{gap:14px;padding:14px;display:grid}.workflow-draft-hero-head{align-items:center;gap:12px;min-width:0;display:flex}.workflow-draft-hero-icon{width:44px;height:44px;color:var(--primary);background:linear-gradient(135deg,#f0f7ff,#fff);border:1px solid #2f6de426;border-radius:12px;flex:none;place-items:center;display:grid;box-shadow:0 2px 8px #2f6de40f}.workflow-draft-hero-icon svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8px;width:25px;height:25px}.workflow-draft-hero-copy{flex:auto;gap:7px;min-width:0;display:grid}.workflow-draft-hero-title-row{grid-template-columns:minmax(0,1fr);align-items:center;display:grid}.workflow-draft-hero-title-row h3{color:var(--text);overflow-wrap:anywhere;text-wrap:balance;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:18px;font-weight:850;line-height:1.25;display:-webkit-box;overflow:hidden}.workflow-draft-hero-meta{min-width:0;color:var(--text-tertiary);text-align:center;justify-content:center;align-items:center;gap:8px;font-size:11.5px;font-weight:750;line-height:1.3;display:flex}.workflow-draft-hero-meta span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.workflow-draft-hero-specs{border-top:1px solid #191f280f;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;padding-top:12px;display:grid}.workflow-draft-hero-specs div{text-align:center;justify-items:center;gap:5px;min-width:0;display:grid}.workflow-draft-hero-specs strong{max-width:100%;color:var(--text);text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:900;line-height:1.1;overflow:hidden}.workflow-draft-hero-specs div:last-child strong{color:var(--primary)}.workflow-draft-hero-specs span{color:var(--text-tertiary);white-space:nowrap;font-size:10.5px;font-weight:750;line-height:1}.workflow-draft-section{gap:8px;width:100%;min-width:0;max-width:100%;display:grid}.workflow-draft-section>h3,.workflow-draft-section-head h3{color:var(--text-secondary);margin:0;font-size:14px;font-weight:850;line-height:1.25}.workflow-draft-section>h3{padding:0 3px}.workflow-draft-content-card{padding:14px}.workflow-draft-content-card p{color:var(--text);overflow-wrap:anywhere;margin:0;font-size:14px;line-height:1.65}.workflow-draft-settings-card{overflow:hidden}.workflow-draft-setting-row{justify-content:space-between;align-items:center;gap:14px;min-width:0;padding:12px 14px;display:flex}.workflow-draft-setting-row+.workflow-draft-setting-row{border-top:1px solid #191f280f}.workflow-draft-setting-label{color:var(--text-tertiary);white-space:nowrap;flex:0 0 68px;font-size:12px;font-weight:800}.workflow-draft-select-wrapper{flex:auto;min-width:0;position:relative}.workflow-draft-select-wrapper:after{content:"▼";color:var(--text-tertiary);pointer-events:none;font-size:10px;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.workflow-draft-select-wrapper select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:var(--surface-soft);width:100%;min-height:34px;color:var(--text);font:inherit;text-align:right;cursor:pointer;border:1px solid #e2e8f0e6;border-radius:8px;padding:6px 32px 6px 12px;font-size:13px;font-weight:650}.workflow-draft-select-wrapper select:focus{border-color:var(--primary);background:#fff;outline:none;box-shadow:0 0 0 3px #2563eb1a}.workflow-draft-section-head{justify-content:space-between;align-items:center;gap:12px;width:100%;min-width:0;max-width:100%;padding:0 3px;display:flex}.workflow-draft-section-head>div{flex:0 auto;align-items:center;gap:8px;min-width:0;display:flex}.workflow-draft-small-action{min-width:0;min-height:28px;color:var(--primary);white-space:nowrap;cursor:pointer;background:0 0;border:0;border-radius:8px;padding:5px 7px;font-size:12px;font-weight:850;line-height:1}.workflow-draft-small-action:disabled{color:var(--text-tertiary);cursor:default;opacity:.65}.workflow-draft-orchestration-section .workflow-view-segmented{margin-bottom:4px}.workflow-draft-preview-title{align-items:flex-start;gap:10px;width:100%;min-width:0;max-width:100%;display:flex}.workflow-draft-preview-title>div{gap:5px;min-width:0;display:grid}.workflow-draft-preview-title h3{color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:17px;line-height:1.25;overflow:hidden}.workflow-draft-preview-title p{color:var(--text-secondary);overflow-wrap:anywhere;margin:0;font-size:12px;line-height:1.55}.workflow-draft-preview-meta{scrollbar-width:none;-ms-overflow-style:none;flex-wrap:nowrap;gap:7px;width:100%;min-width:0;max-width:100%;display:flex;overflow:auto hidden}.workflow-draft-preview-meta::-webkit-scrollbar{display:none}.workflow-draft-preview-meta span{background:var(--surface-soft);max-width:160px;min-height:28px;color:var(--text-secondary);text-overflow:ellipsis;white-space:nowrap;border-radius:999px;flex:none;align-items:center;padding:6px 9px;font-size:11px;font-weight:800;display:inline-flex;overflow:hidden}.workflow-draft-preview-info .project-info-item span{overflow-wrap:anywhere}.workflow-draft-steps-card{border-radius:16px;gap:12px}.workflow-draft-steps-head{grid-template-columns:minmax(0,1fr) auto;align-items:center}.workflow-draft-add-step-button{background:var(--primary-soft);min-width:52px;min-height:32px;color:var(--primary);white-space:nowrap;cursor:pointer;border:0;border-radius:999px;padding:7px 12px;font-size:12px;font-weight:850;line-height:1}.workflow-draft-detail-timeline{gap:12px;display:grid}.workflow-draft-detail-node{background:#fff;border:1px solid #191f2812;border-radius:16px;gap:8px;padding:10px;display:grid;position:relative;box-shadow:0 8px 22px #0f172a0b}.workflow-draft-detail-node:not(:last-child):after{content:"";background:linear-gradient(#1f6feb3d,#1f6feb0a);width:2px;height:13px;position:absolute;bottom:-13px;left:23px}.workflow-draft-detail-node.expanded{border-color:#1f6feb42;box-shadow:0 14px 32px #1f6feb17}.workflow-draft-detail-node-head{color:inherit;text-align:left;cursor:pointer;background:0 0;border:0;grid-template-columns:26px minmax(0,1fr) auto;align-items:center;gap:9px;padding:0;display:grid}.workflow-draft-detail-node-head>span:not(.workflow-draft-node-index){gap:2px;min-width:0;display:grid}.workflow-draft-detail-node-head strong{color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:850;overflow:hidden}.workflow-draft-detail-node-head small{color:var(--text-tertiary);text-overflow:ellipsis;white-space:nowrap;font-size:11px;line-height:1.35;overflow:hidden}.workflow-draft-detail-node p{color:var(--text-secondary);margin:0;font-size:12px;line-height:1.55}.workflow-draft-detail-form{gap:10px;width:100%;min-width:0;max-width:100%;display:grid}.workflow-draft-agent-link-card{background:linear-gradient(135deg,#1f6feb14,#ffffffeb);border:1px solid #1f6feb1f;border-radius:16px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;width:100%;min-width:0;max-width:100%;padding:10px;display:grid}.workflow-draft-agent-link-card.service{background:linear-gradient(135deg,#1f6feb14,#f8fafcf5);border-color:#1f6feb29}.workflow-draft-agent-link-card>div{gap:2px;min-width:0;display:grid}.workflow-draft-agent-link-card small{color:var(--text-tertiary);font-size:11px;font-weight:850}.workflow-draft-agent-link-card strong{color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:900;overflow:hidden}.workflow-draft-agent-link-card select{text-overflow:ellipsis;white-space:nowrap;grid-column:1/-1;width:100%;min-width:0;max-width:100%;overflow:hidden}.workflow-draft-agent-link-card button{background:var(--primary);color:#fff;white-space:nowrap;cursor:pointer;border:0;border-radius:999px;min-height:32px;padding:7px 11px;font-size:12px;font-weight:850}.workflow-draft-service-hint{color:var(--text-secondary);grid-column:1/-1;font-size:12px;font-weight:750;line-height:1.45}.workflow-draft-form-group{background:#f8fafcdb;border:1px solid #191f280f;border-radius:16px;gap:8px;padding:10px;display:grid}.workflow-draft-form-group-title{gap:2px;display:grid}.workflow-draft-form-group-title strong{color:var(--text-primary);font-size:12px;font-weight:900}.workflow-draft-form-group-title span{color:var(--text-tertiary);font-size:11px;line-height:1.45}.workflow-draft-detail-form label{gap:5px;display:grid}.workflow-draft-meta-section{gap:14px;display:grid}.workflow-draft-meta-field{gap:7px;min-width:0;padding-inline:4px;display:grid}.workflow-draft-meta-field small{color:#475569;font-size:13px;font-weight:850;line-height:1.2}.workflow-draft-meta-field input,.workflow-draft-meta-field textarea{color:#191f28;width:100%;min-width:0;max-width:100%;font:inherit;background:0 0;border:0;border-radius:0;outline:none;padding:0;font-size:14px;font-weight:600;line-height:1.5}.workflow-draft-meta-field textarea{resize:none;min-height:64px}.workflow-draft-meta-field input:focus,.workflow-draft-meta-field textarea:focus{outline:none}.workflow-draft-detail-form small{color:var(--text-tertiary);font-size:11px;font-weight:800}.workflow-draft-icon-field{min-width:0}.workflow-draft-icon-select{grid-template-columns:34px minmax(0,1fr);align-items:center;gap:8px;display:grid}.workflow-draft-icon-preview{background:var(--primary-soft);width:34px;height:34px;color:var(--primary);border-radius:10px;justify-content:center;align-items:center;display:inline-flex}.workflow-draft-detail-form select,.workflow-draft-detail-form input,.workflow-draft-detail-form textarea{box-sizing:border-box;width:100%;min-width:0;max-width:100%;color:var(--text);font:inherit;background:#fff;border:1px solid #191f2814;border-radius:13px;padding:10px 11px;font-size:13px}.workflow-draft-detail-form textarea{resize:none;min-height:44px;max-height:176px;line-height:1.45;overflow-y:auto}.workflow-draft-detail-row-actions{flex-wrap:nowrap;justify-content:flex-end;align-items:center;gap:10px;min-width:0;max-width:100%;padding:2px 2px 0;display:flex;overflow:hidden}.workflow-draft-detail-toggle{min-width:max-content;color:var(--text-secondary);white-space:nowrap;flex:none;grid-template-columns:18px minmax(0,max-content);align-items:center;gap:8px;font-size:12px;font-weight:750;display:grid}.workflow-draft-detail-toggle input{width:18px;height:18px;padding:0}.workflow-draft-detail-toggle span{white-space:nowrap}.workflow-draft-detail-config{background:var(--primary-soft);min-width:max-content;min-height:34px;color:var(--primary);white-space:nowrap;cursor:pointer;border:0;border-radius:8px;flex:none;padding:8px 10px;font-size:12px;font-weight:850;line-height:1}.workflow-draft-detail-delete{background:var(--danger-soft);min-width:max-content;min-height:34px;color:var(--danger);white-space:nowrap;cursor:pointer;border:0;border-radius:8px;flex:none;padding:8px 10px;font-size:12px;font-weight:800;line-height:1}.workflow-draft-detail-screen .workflow-node-timeline-panel,.workflow-draft-detail-screen .workflow-flow-panel{box-sizing:border-box;background:#fff;border:1px solid #191f2812;border-radius:16px;gap:0;width:100%;min-width:0;max-width:100%;overflow:hidden;box-shadow:0 8px 22px #0f172a0a}.workflow-draft-detail-screen .workflow-node-timeline-head,.workflow-draft-detail-screen .workflow-flow-head{display:none}.workflow-draft-detail-screen .workflow-node-timeline,.workflow-draft-detail-screen .workflow-flow{box-sizing:border-box;gap:0;width:100%;min-width:0;max-width:100%;padding:0}.workflow-draft-detail-screen .workflow-node-timeline-card,.workflow-draft-detail-screen .workflow-flow-node{width:100%;min-width:0;max-width:100%;box-shadow:none;background:#fff;border:0;border-radius:0;padding:0}.workflow-draft-detail-screen .workflow-node-timeline-card:not(:last-child),.workflow-draft-detail-screen .workflow-flow-node:not(:last-child){border-bottom:1px solid #191f280f}.workflow-draft-detail-screen .workflow-node-timeline-card:not(:last-child):after,.workflow-draft-detail-screen .workflow-flow-node:not(:last-child):after{display:none}.workflow-draft-detail-screen .workflow-node-timeline-card.expanded,.workflow-draft-detail-screen .workflow-flow-node.expanded{box-shadow:none;border-color:#0000}.workflow-draft-detail-screen .workflow-node-timeline-summary,.workflow-draft-detail-screen .workflow-flow-node-main{grid-template-columns:26px minmax(0,1fr) 18px;gap:10px;padding:12px}.workflow-draft-detail-screen .workflow-node-timeline-summary:after,.workflow-draft-detail-screen .workflow-flow-node-main:after{content:"›";color:var(--text-tertiary);font-size:20px;line-height:1;transform:rotate(90deg)}.workflow-draft-detail-screen .workflow-node-timeline-card.expanded .workflow-node-timeline-summary:after,.workflow-draft-detail-screen .workflow-flow-node.expanded .workflow-flow-node-main:after{transform:rotate(-90deg)}.workflow-draft-detail-screen .workflow-node-summary-copy,.workflow-draft-detail-screen .workflow-flow-node-copy{min-width:0}.workflow-draft-detail-screen .workflow-node-summary-copy strong,.workflow-draft-detail-screen .workflow-flow-node-copy strong{font-size:14px;font-weight:850}.workflow-draft-detail-screen .workflow-node-summary-copy small,.workflow-draft-detail-screen .workflow-node-agent-line,.workflow-draft-detail-screen .workflow-node-badge-stack,.workflow-draft-detail-screen .workflow-flow-node-copy small,.workflow-draft-detail-screen .workflow-flow-node-meta{display:none}.workflow-draft-detail-screen .workflow-node-expanded-body,.workflow-draft-detail-screen .workflow-flow-expanded{background:#fff;border-top:1px solid #191f280f;margin:0;padding:12px}.workflow-draft-detail-screen .workflow-draft-detail-form{gap:12px;width:100%;min-width:0;max-width:100%}.workflow-draft-detail-screen .workflow-draft-form-group{background:0 0;border:0;border-radius:0;gap:9px;padding:0}.workflow-draft-detail-screen .workflow-draft-form-group-title{display:none}.workflow-draft-detail-screen .workflow-draft-agent-link-card{width:100%;min-width:0;max-width:100%;box-shadow:none;background:0 0;border:0;border-radius:0;grid-template-columns:minmax(0,1fr);gap:8px;padding:0;display:grid}.workflow-draft-detail-screen .workflow-draft-agent-link-card>div{display:none}.workflow-draft-detail-screen .workflow-draft-agent-link-card button{background:var(--primary-soft);min-height:30px;color:var(--primary);border-radius:8px;justify-self:end;padding:7px 10px}.workflow-draft-detail-screen .workflow-draft-detail-row-actions{flex-wrap:nowrap;justify-content:flex-end;gap:12px;min-width:0;max-width:100%;padding:0;display:flex;overflow:hidden}.workflow-draft-detail-screen .workflow-draft-detail-config,.workflow-draft-detail-screen .workflow-draft-detail-delete{border-radius:8px;min-height:30px;padding:7px 10px}.workflow-draft-detail-screen .workflow-flow-node{margin-left:0}.workflow-draft-detail-screen .workflow-flow-branches,.workflow-draft-detail-screen .workflow-flow-branch,.workflow-draft-detail-screen .workflow-flow-branch-body{min-width:0;max-width:100%}.workflow-agent-preview-hero,.workflow-agent-preview-card{gap:12px;width:100%;min-width:0;max-width:100%}.workflow-agent-config-subpage{z-index:3;background:var(--screen-bg);flex-direction:column;width:100%;min-width:0;max-width:100%;height:100%;display:flex;position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden}.workflow-agent-config-subpage .detail-topbar{flex:none}.workflow-agent-config-subpage .workflow-draft-detail-scroll{flex:auto;min-height:0}.workflow-agent-preview-title{align-items:flex-start;gap:10px;width:100%;min-width:0;max-width:100%;display:flex}.workflow-agent-preview-title>div{gap:5px;min-width:0;display:grid}.workflow-agent-preview-title h3{color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:18px;line-height:1.25;overflow:hidden}.workflow-agent-preview-title p{color:var(--text-secondary);overflow-wrap:anywhere;margin:0;font-size:12px;line-height:1.55}.workflow-agent-preview-card label{gap:5px;min-width:0;display:grid}.workflow-agent-preview-card small{color:var(--text-tertiary);font-size:11px;font-weight:800}.workflow-agent-preview-card input,.workflow-agent-preview-card textarea{box-sizing:border-box;width:100%;color:var(--text);font:inherit;background:#fff;border:1px solid #191f2814;border-radius:13px;padding:10px 11px;font-size:13px}.workflow-agent-preview-card textarea{resize:none;min-height:44px;max-height:220px;line-height:1.45;overflow-y:auto}.workflow-agent-preview-empty{background:var(--surface-soft);color:var(--text-tertiary);border-radius:14px;padding:10px;font-size:12px;line-height:1.5}.workflow-service-node-card{background:#f8fafceb;border-radius:10px;gap:5px;padding:12px;display:grid;box-shadow:inset 0 0 0 1px #4c5b710f}.workflow-service-node-card strong,.workflow-service-node-card span,.workflow-service-node-card em{text-overflow:ellipsis;min-width:0;overflow:hidden}.workflow-service-node-card strong{color:var(--text-primary);font-size:13px}.workflow-service-node-card span,.workflow-service-node-card em{color:var(--text-secondary);font-size:12px;font-style:normal;line-height:1.45}.pipeline-detail-screen{max-width:100%!important;overflow-x:hidden!important}.pipeline-detail-screen .pipeline-detail-content,.pipeline-detail-screen .pipeline-overview-grid,.pipeline-detail-screen .pipeline-tab-stack,.pipeline-detail-screen .pipeline-section,.pipeline-detail-screen .pipeline-section-card,.pipeline-detail-screen .pipeline-hero-card,.pipeline-detail-screen .workflow-node-timeline-panel,.pipeline-detail-screen .workflow-flow-panel,.pipeline-detail-screen .workflow-node-timeline,.pipeline-detail-screen .workflow-flow,.pipeline-detail-screen .workflow-node-timeline-card,.pipeline-detail-screen .workflow-flow-node,.pipeline-detail-screen .pipeline-node-editor-card,.pipeline-detail-screen .task-form,.pipeline-detail-screen .pipeline-form-field,.pipeline-detail-screen .pipeline-form-group,.pipeline-detail-screen .workflow-service-node-card{box-sizing:border-box!important;min-width:0!important;max-width:100%!important}.pipeline-detail-screen .workflow-flow-node{width:auto!important;max-width:calc(100% - var(--workflow-flow-indent,0px))!important}.pipeline-detail-screen .workflow-node-timeline-summary,.pipeline-detail-screen .workflow-flow-node-main{grid-template-columns:28px minmax(0,1fr)!important;width:100%!important;min-width:0!important;max-width:100%!important}.pipeline-detail-screen .workflow-node-summary-copy,.pipeline-detail-screen .workflow-flow-node-copy,.pipeline-detail-screen .pipeline-hero-title,.pipeline-detail-screen .topbar-copy,.pipeline-detail-screen .pipeline-setting-row strong{min-width:0!important;max-width:100%!important}.pipeline-detail-screen .workflow-flow-branches,.pipeline-detail-screen .workflow-flow-branch,.pipeline-detail-screen .workflow-flow-branch-body{box-sizing:border-box!important;min-width:0!important;max-width:100%!important}.pipeline-detail-screen .workflow-detail-scroll{width:100%;max-width:672px;min-height:0;padding:14px 16px calc(28px + env(safe-area-inset-bottom));scrollbar-width:none;flex:auto;margin:0 auto;overflow:hidden auto}.pipeline-detail-screen .workflow-detail-scroll::-webkit-scrollbar{display:none}.pipeline-detail-screen .workflow-detail-content{align-content:start;gap:24px;display:grid}.pipeline-detail-screen .workflow-detail-section{gap:8px;min-width:0;max-width:100%;display:grid}.pipeline-detail-screen .workflow-detail-section>h3,.pipeline-detail-screen .execution-settings-section-head h3{color:#475569;margin:0;font-size:14px;font-weight:800;line-height:18px}.pipeline-detail-screen .workflow-detail-view-more-button{color:#0053c6;white-space:nowrap;cursor:pointer;background:0 0;border:0;flex:none;align-items:center;gap:2px;padding:2px 0;font-size:12px;font-weight:800;line-height:1;transition:color .15s,opacity .15s;display:inline-flex}.pipeline-detail-screen .workflow-detail-view-more-button:hover{color:#0047ab}.pipeline-detail-screen .workflow-detail-view-more-button:active{opacity:.7}.pipeline-detail-screen .workflow-detail-view-more-button svg{flex:none}.pipeline-detail-screen .workflow-detail-orchestration-page{gap:16px;width:100%;min-width:0;max-width:100%;display:grid;overflow:hidden visible}.pipeline-detail-screen .workflow-detail-metrics{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.pipeline-detail-screen .workflow-detail-stat-card{background:#fff;border:1px solid #dfe5ec;border-radius:12px;flex-direction:column;justify-content:flex-start;gap:8px;min-width:0;height:64px;padding:10px;display:flex;box-shadow:0 1px 2px #00000005}.pipeline-detail-screen .workflow-detail-stat-value.recent-time{color:#0284c7;letter-spacing:-.04em;margin-top:0;padding-bottom:2px;font-size:16px;font-weight:800;line-height:1.1}.pipeline-detail-screen .workflow-detail-stat-label{color:#64748b;text-overflow:ellipsis;white-space:nowrap;font-size:11px;font-weight:700;line-height:1.2;overflow:hidden}.pipeline-detail-screen .workflow-detail-stat-value{color:#334155;text-overflow:ellipsis;white-space:nowrap;align-items:baseline;gap:2px;min-width:0;font-family:JetBrains Mono,monospace;font-size:20px;font-weight:800;line-height:1;display:inline-flex;overflow:hidden}.pipeline-detail-screen .workflow-detail-stat-value span{color:#94a3b8;margin-left:2px;font-family:Inter,sans-serif;font-size:11px;font-weight:700}.pipeline-detail-screen .workflow-detail-stat-value.primary{color:#0053c6}.pipeline-detail-screen .workflow-detail-stat-value.success{color:#047857}.pipeline-detail-screen .workflow-detail-stat-value.recent{color:#334155;font-size:14px;font-weight:800}.pipeline-detail-screen .workflow-detail-stat-value span{color:#64748b;font-size:10px;font-weight:800}.pipeline-detail-screen .workflow-execution-settings.execution-settings-section{gap:8px}.pipeline-detail-screen .workflow-execution-settings .execution-settings-section-head{padding:0 4px}.pipeline-detail-screen .workflow-execution-settings .execution-settings-card{background:#fff;border:1px solid #dfe5ec;border-radius:12px;gap:0;padding:0;overflow:hidden;box-shadow:0 1px 3px #0f172a08}.pipeline-detail-screen .workflow-execution-settings .execution-settings-card:hover{transform:none;box-shadow:0 1px 3px #0f172a08}.pipeline-detail-screen .workflow-execution-settings .execution-settings-field.inline{border-bottom:1px solid #f2f4f7;flex-flow:row;justify-content:space-between;align-items:center;gap:14px;min-height:64px;padding:14px 16px;display:flex}.pipeline-detail-screen .workflow-execution-settings .execution-settings-field.inline:last-child{border-bottom:0}.pipeline-detail-screen .workflow-execution-settings .execution-settings-field.inline .execution-settings-field-label{color:#191f28;white-space:nowrap;flex:none;min-width:92px;padding-left:44px;font-size:14px;font-weight:800;line-height:32px;position:relative}.pipeline-detail-screen .workflow-execution-settings .execution-settings-field-label:before{content:"psychology";color:#0053c6;text-align:center;font-variation-settings:"FILL" 0,"wght" 400,"GRAD" 0,"opsz" 24;background:#0053c60d;border-radius:8px;width:32px;height:32px;font-family:Material Symbols Outlined;font-size:20px;font-weight:400;line-height:32px;position:absolute;top:0;left:0}.pipeline-detail-screen .workflow-execution-settings .execution-settings-field.inline:nth-child(2) .execution-settings-field-label:before{content:"smartphone";color:#595f65;background:#595f650f}.pipeline-detail-screen .workflow-execution-settings .execution-settings-select-wrapper{flex:auto;min-width:0}.pipeline-detail-screen .workflow-execution-settings .execution-settings-select{color:#475569;text-align-last:right;white-space:nowrap;background:0 0;border:0;border-radius:8px;width:100%;min-height:36px;padding:6px 26px 6px 8px;font-size:14px;font-weight:600;line-height:1.35}.pipeline-detail-screen .workflow-execution-settings .execution-settings-select:hover,.pipeline-detail-screen .workflow-execution-settings .execution-settings-select:focus{box-shadow:none;background:#f8fafc}.pipeline-detail-screen .workflow-execution-settings .execution-settings-select-wrapper:after{content:"expand_more";color:#94a3b8;font-variation-settings:"FILL" 0,"wght" 400,"GRAD" 0,"opsz" 24;font-family:Material Symbols Outlined;font-size:18px;font-weight:400;right:0}.pipeline-detail-screen .workflow-timer-card{background:#fff;border:1px solid #dfe5ec;border-radius:12px;gap:0;padding:0;overflow:hidden;box-shadow:0 1px 3px #0f172a08}.pipeline-detail-screen .workflow-timer-card:hover{transform:none;box-shadow:0 1px 3px #0f172a08}.pipeline-detail-screen .workflow-timer-field.inline{border-bottom:1px solid #f2f4f7;flex-flow:row;justify-content:space-between;align-items:center;gap:14px;min-height:64px;padding:14px 16px;display:flex}.pipeline-detail-screen .workflow-timer-field.inline:last-child{border-bottom:0}.pipeline-detail-screen .workflow-timer-field.inline .workflow-timer-field-label{color:#191f28;white-space:nowrap;flex:none;min-width:92px;padding-left:44px;font-size:14px;font-weight:800;line-height:32px;position:relative}.pipeline-detail-screen .workflow-timer-field-label:before{color:#595f65;text-align:center;font-variation-settings:"FILL" 0,"wght" 400,"GRAD" 0,"opsz" 24;background:#595f650f;border-radius:8px;width:32px;height:32px;font-family:Material Symbols Outlined;font-size:20px;font-weight:400;line-height:32px;position:absolute;top:0;left:0}.pipeline-detail-screen .workflow-timer-field-label.alarm:before{content:"alarm"}.pipeline-detail-screen .workflow-timer-field-label.plan:before{content:"calendar_today"}.pipeline-detail-screen .workflow-timer-field-label.time:before{content:"schedule"}.pipeline-detail-screen .workflow-switch{cursor:pointer;flex:none;align-items:center;display:inline-flex;position:relative}.pipeline-detail-screen .workflow-switch-input{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;position:absolute;overflow:hidden}.pipeline-detail-screen .workflow-switch-track{background:#e2e8f0;border-radius:999px;width:44px;height:24px;transition:background-color .2s cubic-bezier(.4,0,.2,1);position:relative}.pipeline-detail-screen .workflow-switch-track:after{content:"";background:#fff;border-radius:999px;width:20px;height:20px;transition:transform .2s cubic-bezier(.4,0,.2,1);position:absolute;top:2px;left:2px;box-shadow:0 1px 3px #00000026}.pipeline-detail-screen .workflow-switch-input:checked+.workflow-switch-track{background:#0053c6}.pipeline-detail-screen .workflow-switch-input:checked+.workflow-switch-track:after{transform:translate(20px)}.pipeline-detail-screen .workflow-timer-select-wrapper{flex:auto;min-width:0;position:relative}.pipeline-detail-screen .workflow-timer-select-wrapper:after{content:"expand_more";color:#94a3b8;pointer-events:none;font-variation-settings:"FILL" 0,"wght" 400,"GRAD" 0,"opsz" 24;font-family:Material Symbols Outlined;font-size:18px;font-weight:400;position:absolute;top:50%;right:0;transform:translateY(-50%)}.pipeline-detail-screen .workflow-timer-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;color:#475569;text-align-last:right;white-space:nowrap;cursor:pointer;background:0 0;border:0;border-radius:8px;outline:none;width:100%;min-height:36px;padding:6px 26px 6px 8px;font-size:14px;font-weight:600;line-height:1.35}.pipeline-detail-screen .workflow-timer-select:hover,.pipeline-detail-screen .workflow-timer-select:focus{background:#f8fafc}.pipeline-detail-screen .workflow-timer-time-input-wrapper{flex:auto;min-width:0;position:relative}.pipeline-detail-screen .workflow-timer-time-input{color:#475569;text-align:right;cursor:pointer;background:0 0;border:0;border-radius:8px;outline:none;width:100%;min-height:36px;padding:6px 8px;font-size:14px;font-weight:600;line-height:1.35}.pipeline-detail-screen .workflow-timer-time-input:hover,.pipeline-detail-screen .workflow-timer-time-input:focus{background:#f8fafc}.pipeline-detail-screen .workflow-timer-next-value{color:#475569;text-align:right;white-space:nowrap;font-size:14px;font-weight:600}.workflow-draft-detail-screen .workflow-timer-card{background:#fff;border:1px solid #dfe5ec;border-radius:12px;gap:0;padding:0;overflow:hidden;box-shadow:0 1px 3px #0f172a08}.workflow-draft-detail-screen .workflow-timer-field.inline{border-bottom:1px solid #f2f4f7;flex-flow:row;justify-content:space-between;align-items:center;gap:14px;min-height:64px;padding:14px 16px;display:flex}.workflow-draft-detail-screen .workflow-timer-field.inline:last-child{border-bottom:0}.workflow-draft-detail-screen .workflow-timer-field.inline .workflow-timer-field-label{color:#191f28;white-space:nowrap;flex:none;min-width:92px;padding-left:44px;font-size:14px;font-weight:800;line-height:32px;position:relative}.workflow-draft-detail-screen .workflow-timer-field-label:before{color:#595f65;text-align:center;font-variation-settings:"FILL" 0,"wght" 400,"GRAD" 0,"opsz" 24;background:#595f650f;border-radius:8px;width:32px;height:32px;font-family:Material Symbols Outlined;font-size:20px;font-weight:400;line-height:32px;position:absolute;top:0;left:0}.workflow-draft-detail-screen .workflow-timer-field-label.alarm:before{content:"alarm"}.workflow-draft-detail-screen .workflow-timer-field-label.plan:before{content:"calendar_today"}.workflow-draft-detail-screen .workflow-timer-field-label.time:before{content:"schedule"}.workflow-draft-detail-screen .workflow-switch{cursor:pointer;flex:none;align-items:center;display:inline-flex;position:relative}.workflow-draft-detail-screen .workflow-switch-input{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;position:absolute;overflow:hidden}.workflow-draft-detail-screen .workflow-switch-track{background:#e2e8f0;border-radius:999px;width:44px;height:24px;transition:background-color .2s cubic-bezier(.4,0,.2,1);position:relative}.workflow-draft-detail-screen .workflow-switch-track:after{content:"";background:#fff;border-radius:999px;width:20px;height:20px;transition:transform .2s cubic-bezier(.4,0,.2,1);position:absolute;top:2px;left:2px;box-shadow:0 1px 3px #00000026}.workflow-draft-detail-screen .workflow-switch-input:checked+.workflow-switch-track{background:#0053c6}.workflow-draft-detail-screen .workflow-switch-input:checked+.workflow-switch-track:after{transform:translate(20px)}.workflow-draft-detail-screen .workflow-timer-select-wrapper,.workflow-draft-detail-screen .workflow-timer-time-input-wrapper{flex:auto;min-width:0;position:relative}.workflow-draft-detail-screen .workflow-timer-time-input{color:#475569;text-align:right;cursor:pointer;background:0 0;border:0;border-radius:8px;outline:none;width:100%;min-height:36px;padding:6px 8px;font-size:14px;font-weight:600;line-height:1.35}.workflow-draft-detail-screen .workflow-timer-time-input:hover,.workflow-draft-detail-screen .workflow-timer-time-input:focus{background:#f8fafc}.pipeline-detail-screen .workflow-run-summary-card{background:#fff;border:1px solid #dfe5ec;border-radius:12px;gap:14px;min-width:0;padding:16px;display:grid;position:relative;overflow:hidden;box-shadow:0 1px 3px #0f172a08}.pipeline-detail-screen .workflow-run-summary-status{position:absolute;top:14px;right:14px}.pipeline-detail-screen .workflow-run-summary-badge{color:#b45309;white-space:nowrap;background:#fffbeb;border:1px solid #fde68a;border-radius:999px;align-items:center;gap:4px;padding:4px 9px;font-size:11px;font-weight:850;line-height:1;display:inline-flex}.pipeline-detail-screen .workflow-run-summary-badge svg{flex:none}.pipeline-detail-screen .workflow-run-summary-badge.succeeded{color:#047857;background:#ecfdf5;border-color:#d1fae5}.pipeline-detail-screen .workflow-run-summary-badge.failed{color:#b91c1c;background:#fef2f2;border-color:#fee2e2}.pipeline-detail-screen .workflow-run-summary-title{gap:3px;min-width:0;padding-right:92px;display:grid}.pipeline-detail-screen .workflow-run-summary-title span,.pipeline-detail-screen .workflow-run-summary-grid span,.pipeline-detail-screen .workflow-run-summary-actions>span{color:#94a3b8;font-size:10px;font-weight:850;line-height:1.2}.pipeline-detail-screen .workflow-run-summary-title strong{color:#1e293b;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:15px;font-weight:900;line-height:1.25;overflow:hidden}.pipeline-detail-screen .workflow-run-summary-grid{border-top:1px solid #f2f4f7;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding-top:12px;display:grid}.pipeline-detail-screen .workflow-run-summary-grid div{gap:4px;min-width:0;display:grid}.pipeline-detail-screen .workflow-run-summary-grid .wide{grid-column:1/-1}.pipeline-detail-screen .workflow-run-summary-grid .workflow-run-summary-time-item{border-top:1px dashed #f2f4f7;gap:4px;min-width:0;margin-top:4px;padding-top:8px;display:grid}.pipeline-detail-screen .workflow-run-summary-grid strong{color:#475569;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:12px;font-weight:800;line-height:1.25;overflow:hidden}.pipeline-detail-screen .workflow-run-summary-actions{border-top:1px solid #f2f4f7;justify-content:space-between;align-items:center;gap:12px;min-width:0;padding-top:12px;display:flex}.pipeline-detail-screen .workflow-run-retry-button{color:#fff;white-space:nowrap;background:#0053c6;border:1px solid #0000;border-radius:999px;flex:none;padding:5px 12px;font-size:11px;font-weight:850;line-height:1.2}.pipeline-detail-screen .workflow-run-retry-button:disabled{color:#64748b;background:#e2e8f0}.workflow-orchestration-board,.workflow-orchestration-board *{box-sizing:border-box}.workflow-orchestration-board{width:100%;min-width:0;max-width:100%;color:var(--text,#1e293b);position:relative}.workflow-orchestration-metrics{scrollbar-width:none;gap:10px;min-width:0;margin:0 -16px 18px;padding:0 16px 2px;display:flex;overflow:auto hidden}.workflow-orchestration-metrics::-webkit-scrollbar{display:none}.workflow-orchestration-metric,.workflow-orchestration-add-card{background:#fff;border:1px solid #dfe5ec;border-radius:8px;flex:none;min-width:120px;box-shadow:0 6px 14px #0f172a0a}.workflow-orchestration-metric{gap:6px;padding:12px;display:grid}.workflow-orchestration-metric>div{justify-content:space-between;align-items:center;gap:8px;min-width:0;display:flex}.workflow-orchestration-metric>div>span{color:#64748b;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:12px;font-weight:800;line-height:1;overflow:hidden}.workflow-orchestration-metric-icon{color:#98a2b3;flex:none}.workflow-orchestration-metric strong{color:#1e293b;text-overflow:ellipsis;white-space:nowrap;font-size:18px;font-weight:900;line-height:1.1;overflow:hidden}.workflow-orchestration-metric.primary .workflow-orchestration-metric-icon,.workflow-orchestration-metric.primary strong{color:#2f6de4}.workflow-orchestration-metric.success .workflow-orchestration-metric-icon,.workflow-orchestration-metric.success strong{color:#047857}.workflow-orchestration-metric.warning .workflow-orchestration-metric-icon,.workflow-orchestration-metric.warning strong{color:#b45309}.workflow-orchestration-metric.danger .workflow-orchestration-metric-icon,.workflow-orchestration-metric.danger strong{color:#b91c1c}.workflow-orchestration-add-card{color:#2f6de4;cursor:pointer;border-style:dashed;place-items:center;width:54px;min-width:54px;display:grid}.workflow-orchestration-add-icon{flex:none}.workflow-orchestration-flow{gap:16px;width:100%;min-width:0;max-width:100%;display:grid;position:relative}.workflow-orchestration-rail{pointer-events:none;background:#dfe5ec;width:1px;position:absolute;top:8px;bottom:8px;left:23px}.workflow-orchestration-node{z-index:1;width:100%;min-width:0;max-width:100%;padding-left:calc(var(--workflow-orchestration-depth,0) * 14px);gap:0;display:grid;position:relative}.workflow-orchestration-node.disabled{opacity:.62}.workflow-orchestration-node-card{text-align:left;cursor:pointer;background:0 0;border:0;grid-template-columns:48px minmax(0,1fr);align-items:stretch;gap:12px;width:100%;min-width:0;max-width:100%;padding:0;display:grid}.workflow-orchestration-node-anchor{z-index:1;width:48px;height:48px;color:var(--primary,#2f6de4);font-variation-settings:"wght" 300,"opsz" 24;background:#f8fafc;border:1px solid #e2e8f0cc;border-radius:12px;flex:0 0 48px;place-items:center;font-size:26px;font-weight:300;line-height:1;transition:all .25s cubic-bezier(.4,0,.2,1);display:grid;position:relative;box-shadow:inset 0 1px 1px #fff9,0 2px 4px #0f172a05}.workflow-orchestration-node-card:hover .workflow-orchestration-node-anchor{transform:translateY(-1.5px)}.workflow-orchestration-node-anchor.tone-primary,.workflow-orchestration-collapsed-anchor.tone-primary{color:#2f6de4;background:linear-gradient(135deg,#2f6de405,#2f6de40f),#fff;border-color:#2f6de41f;box-shadow:inset 0 1px #fff9,0 4px 12px #2f6de40f}.workflow-orchestration-node-anchor.tone-violet,.workflow-orchestration-collapsed-anchor.tone-violet{color:#7c3aed;background:linear-gradient(135deg,#8b5cf605,#8b5cf60f),#fff;border-color:#8b5cf61f;box-shadow:inset 0 1px #fff9,0 4px 12px #8b5cf60f}.workflow-orchestration-node-anchor.tone-teal,.workflow-orchestration-collapsed-anchor.tone-teal{color:#0f766e;background:linear-gradient(135deg,#0d948805,#0d94880f),#fff;border-color:#0d94881f;box-shadow:inset 0 1px #fff9,0 4px 12px #0d94880f}.workflow-orchestration-node-anchor.tone-green,.workflow-orchestration-collapsed-anchor.tone-green{color:#059669;background:linear-gradient(135deg,#10b98105,#10b9810f),#fff;border-color:#10b9811f;box-shadow:inset 0 1px #fff9,0 4px 12px #10b9810f}.workflow-orchestration-node-anchor.tone-sky,.workflow-orchestration-collapsed-anchor.tone-sky{color:#0284c7;background:linear-gradient(135deg,#38bdf805,#38bdf80f),#fff;border-color:#38bdf81f;box-shadow:inset 0 1px #fff9,0 4px 12px #38bdf80f}.workflow-orchestration-node-anchor.tone-amber,.workflow-orchestration-node-anchor.tone-warning,.workflow-orchestration-collapsed-anchor.tone-amber,.workflow-orchestration-collapsed-anchor.tone-warning{color:#d97706;background:linear-gradient(135deg,#f59e0b05,#f59e0b0f),#fff;border-color:#f59e0b1f;box-shadow:inset 0 1px #fff9,0 4px 12px #f59e0b0f}.workflow-orchestration-node-anchor.tone-dark,.workflow-orchestration-collapsed-anchor.tone-dark{color:#475569;background:linear-gradient(135deg,#64748b05,#64748b0f),#fff;border-color:#64748b1f;box-shadow:inset 0 1px #fff9,0 4px 12px #64748b0f}.workflow-orchestration-node-main{background:#fff;border:1px solid #dfe5ec;border-radius:12px;gap:8px;min-width:0;padding:13px 14px;display:grid;box-shadow:0 8px 18px #0f172a0b}.workflow-orchestration-node-title-row{justify-content:space-between;align-items:center;gap:8px;min-width:0;display:flex}.workflow-orchestration-node-title-row strong{color:#1e293b;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:15px;font-weight:850;line-height:1.25;overflow:hidden}.workflow-orchestration-branch-head span{white-space:nowrap}.workflow-orchestration-node-copy{color:#64748b;overflow-wrap:anywhere;-webkit-line-clamp:2;-webkit-box-orient:vertical;min-width:0;font-size:13px;line-height:1.45;display:-webkit-box;overflow:hidden}.workflow-orchestration-branches,.workflow-orchestration-child-group{border-left:1px solid #2f6de42e;gap:10px;margin:10px 0 0 24px;padding-left:18px;display:grid}.workflow-orchestration-branch{gap:8px;min-width:0;display:grid}.workflow-orchestration-branch-head{justify-content:space-between;align-items:center;gap:8px;min-width:0;display:flex}.workflow-orchestration-branch-head strong{color:#2f6de4;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:12px;font-weight:900;overflow:hidden}.workflow-orchestration-branch-head span{color:#98a2b3;flex:none;font-size:11px;font-weight:800}.workflow-orchestration-branch p{color:#64748b;overflow-wrap:anywhere;margin:0;font-size:12px;line-height:1.45}.workflow-orchestration-branch-body{gap:10px;min-width:0;display:grid}.workflow-orchestration-empty,.workflow-orchestration-empty-branch{color:#98a2b3;text-align:center;background:#fff;border:1px dashed #dfe5ec;border-radius:12px;min-width:0;padding:14px;font-size:13px;font-weight:750}.workflow-orchestration-sheet{background:#fff;border:1px solid #e2e8f0e6;border-radius:18px 18px 0 0;flex-direction:column;width:min(100vw,600px);min-width:0;max-width:100vw;height:min(60dvh,560px);min-height:320px;display:flex;overflow:hidden;box-shadow:0 -18px 46px #0f172a2e}.workflow-orchestration-sheet-body{min-height:0;padding:14px 16px calc(16px + env(safe-area-inset-bottom));flex:auto;overflow-y:auto}@media (max-width:430px){.workflow-orchestration-node-card{grid-template-columns:44px minmax(0,1fr);gap:10px}.workflow-orchestration-node-anchor{width:44px;height:44px}.workflow-orchestration-branches,.workflow-orchestration-child-group{margin-left:20px;padding-left:14px}}.workflow-orchestration-board.preview-collapsed{background:#fff;border:1px solid #dfe5ec;border-radius:12px;padding:16px;box-shadow:0 1px 3px #0f172a08}.workflow-orchestration-collapsed-line{z-index:0;background:#e2e8f0;height:1px;position:absolute;top:22px;left:24px;right:24px}.workflow-orchestration-collapsed-preview{min-width:0;padding:2px 0 0;position:relative}.workflow-orchestration-collapsed-grid{z-index:1;grid-template-columns:repeat(4,minmax(0,1fr));place-items:start center;gap:6px;display:grid;position:relative}.workflow-orchestration-collapsed-node{justify-items:center;gap:6px;min-width:0;display:grid}.workflow-orchestration-collapsed-anchor{z-index:1;width:44px;height:44px;color:var(--primary,#2f6de4);font-variation-settings:"wght" 300,"opsz" 24;background:#f8fafc;border:1px solid #e2e8f0cc;border-radius:11px;place-items:center;font-size:24px;font-weight:300;line-height:1;transition:all .2s;display:grid;position:relative;box-shadow:inset 0 1px 1px #fff9,0 2px 4px #0f172a05}.workflow-orchestration-collapsed-node strong{-webkit-line-clamp:2;color:#475569;text-align:center;word-break:break-all;-webkit-box-orient:vertical;max-width:76px;min-height:32px;font-size:12px;font-weight:750;line-height:1.35;display:-webkit-box;overflow:hidden}.workflow-orchestration-board.overview-inline .workflow-orchestration-flow{gap:18px;padding:2px 0 4px}.workflow-orchestration-board.overview-inline .workflow-orchestration-rail{display:none!important}.workflow-orchestration-board.overview-inline .workflow-orchestration-node-card{gap:12px;grid-template-columns:44px minmax(0,1fr)!important}.workflow-orchestration-board.overview-inline .workflow-orchestration-node-anchor{border-radius:12px;flex-basis:44px;width:44px;height:44px;font-size:22px}.workflow-orchestration-board.overview-inline .workflow-orchestration-node-main{gap:4px;min-height:0;padding:11px 12px;box-shadow:0 1px 3px #0f172a08!important}.workflow-orchestration-board.overview-inline .workflow-orchestration-node-title-row strong{font-size:12px}.workflow-orchestration-board.overview-inline .workflow-orchestration-node-copy{white-space:normal;-webkit-line-clamp:unset;font-size:11px;line-height:1.35;display:block}.workflow-orchestration-board.detail .workflow-orchestration-flow,.workflow-orchestration-board.run .workflow-orchestration-flow{gap:24px}.workflow-orchestration-board.detail .workflow-orchestration-rail,.workflow-orchestration-board.run .workflow-orchestration-rail{top:48px;bottom:24px;left:23px!important}.workflow-orchestration-board.detail .workflow-orchestration-node-card,.workflow-orchestration-board.run .workflow-orchestration-node-card{grid-template-columns:48px minmax(0,1fr)!important}.workflow-orchestration-board.run .workflow-orchestration-node-main{overflow:hidden}.workflow-orchestration-sheet-layer{z-index:320!important;background:#0f172a66!important;justify-content:center!important;align-items:flex-end!important;display:flex!important;position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important}.workflow-orchestration-sheet{animation:.3s cubic-bezier(.16,1,.3,1) forwards slideUp;transform:translateY(0);background:#fff!important;border:1px solid #f1f5f9!important;border-radius:24px 24px 0 0!important;width:100%!important;max-width:100%!important;height:65%!important;min-height:auto!important;box-shadow:0 -8px 30px #0f172a1f!important}.workflow-orchestration-board.overview-inline .workflow-orchestration-node{position:relative}.workflow-orchestration-board.overview-inline .workflow-orchestration-node:not(:last-child):before{content:"";z-index:0;pointer-events:none;border-left:2px dashed #e2e8f0;width:1px;position:absolute;top:44px;bottom:-20px;left:22px}.pipeline-detail-screen .workflow-orchestration-board{width:100%;min-width:0;max-width:100%;overflow:visible}.pipeline-detail-screen .workflow-orchestration-board.detail,.pipeline-detail-screen .workflow-orchestration-board.run,.pipeline-detail-screen .workflow-orchestration-board.overview-inline{padding-left:0;padding-right:0}.pipeline-detail-screen .workflow-orchestration-board.detail .workflow-orchestration-metrics,.pipeline-detail-screen .workflow-orchestration-board.run .workflow-orchestration-metrics{margin-left:0;margin-right:0;padding-left:0;padding-right:0}.pipeline-detail-screen .workflow-orchestration-board.detail .workflow-orchestration-flow,.pipeline-detail-screen .workflow-orchestration-board.run .workflow-orchestration-flow,.pipeline-detail-screen .workflow-orchestration-board.overview-inline .workflow-orchestration-flow{width:100%;min-width:0;max-width:100%;overflow:visible}.pipeline-detail-screen .workflow-orchestration-board.detail .workflow-orchestration-rail,.pipeline-detail-screen .workflow-orchestration-board.run .workflow-orchestration-rail,.pipeline-detail-screen .workflow-orchestration-board.overview-inline .workflow-orchestration-rail{display:none!important}.pipeline-detail-screen .workflow-orchestration-board.detail .workflow-orchestration-node,.pipeline-detail-screen .workflow-orchestration-board.run .workflow-orchestration-node,.pipeline-detail-screen .workflow-orchestration-board.overview-inline .workflow-orchestration-node{width:100%;min-width:0;max-width:100%;position:relative;overflow:visible}.pipeline-detail-screen .workflow-orchestration-board.detail .workflow-orchestration-node-card,.pipeline-detail-screen .workflow-orchestration-board.run .workflow-orchestration-node-card,.pipeline-detail-screen .workflow-orchestration-board.overview-inline .workflow-orchestration-node-card{z-index:2;width:100%;min-width:0;max-width:100%;position:relative;display:grid!important}.pipeline-detail-screen .workflow-orchestration-board.detail .workflow-orchestration-node-card,.pipeline-detail-screen .workflow-orchestration-board.run .workflow-orchestration-node-card{grid-template-columns:48px minmax(0,1fr)!important}.pipeline-detail-screen .workflow-orchestration-board.overview-inline .workflow-orchestration-node-card{grid-template-columns:44px minmax(0,1fr)!important}.pipeline-detail-screen .workflow-orchestration-board.detail .workflow-orchestration-node-main,.pipeline-detail-screen .workflow-orchestration-board.run .workflow-orchestration-node-main,.pipeline-detail-screen .workflow-orchestration-board.overview-inline .workflow-orchestration-node-main{width:100%;min-width:0;max-width:100%}.pipeline-detail-screen .workflow-orchestration-board.detail .workflow-orchestration-node-anchor,.pipeline-detail-screen .workflow-orchestration-board.run .workflow-orchestration-node-anchor,.pipeline-detail-screen .workflow-orchestration-board.overview-inline .workflow-orchestration-node-anchor{z-index:3;background-clip:padding-box;position:relative}.pipeline-detail-screen .workflow-orchestration-board.detail,.pipeline-detail-screen .workflow-orchestration-board.run{color:#1e293b;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.pipeline-detail-screen .workflow-orchestration-board.detail .workflow-orchestration-flow,.pipeline-detail-screen .workflow-orchestration-board.run .workflow-orchestration-flow{gap:32px;padding:2px 0 8px}.pipeline-detail-screen .workflow-orchestration-board.detail .workflow-orchestration-node-card,.pipeline-detail-screen .workflow-orchestration-board.run .workflow-orchestration-node-card{gap:16px;grid-template-columns:48px minmax(0,1fr)!important;align-items:flex-start!important}.pipeline-detail-screen .workflow-orchestration-board.detail .workflow-orchestration-node-main,.pipeline-detail-screen .workflow-orchestration-board.run .workflow-orchestration-node-main{flex-direction:column;gap:0;min-height:0;transition:border-color .16s,transform .16s,box-shadow .16s;display:flex;overflow:hidden;background:#fff!important;border:1px solid #dfe5ec!important;border-radius:12px!important;box-shadow:0 2px 4px #00000008!important}.pipeline-detail-screen .workflow-orchestration-board.detail .workflow-orchestration-node-card:hover .workflow-orchestration-node-main,.pipeline-detail-screen .workflow-orchestration-board.run .workflow-orchestration-node-card:hover .workflow-orchestration-node-main{border-color:#cfd8e3!important;box-shadow:0 3px 8px #0f172a0d!important}.pipeline-detail-screen .workflow-orchestration-board.detail .workflow-orchestration-node-card:active .workflow-orchestration-node-main,.pipeline-detail-screen .workflow-orchestration-board.run .workflow-orchestration-node-card:active .workflow-orchestration-node-main{transform:translateY(1px)}.pipeline-detail-screen .workflow-orchestration-board.detail .workflow-orchestration-node-main>.block,.pipeline-detail-screen .workflow-orchestration-board.run .workflow-orchestration-node-main>.block{padding:14px 14px 12px!important}.pipeline-detail-screen .workflow-orchestration-board.detail .workflow-orchestration-node-title-row,.pipeline-detail-screen .workflow-orchestration-board.run .workflow-orchestration-node-title-row{align-items:center;gap:8px;margin-bottom:6px}.pipeline-detail-screen .workflow-orchestration-board.detail .workflow-orchestration-node-title-row strong,.pipeline-detail-screen .workflow-orchestration-board.run .workflow-orchestration-node-title-row strong{letter-spacing:0;line-height:1.25;color:#1e293b!important;font-size:14px!important;font-weight:800!important}.pipeline-detail-screen .workflow-orchestration-board.detail .workflow-orchestration-node-title-row span[class*=bg-slate-100],.pipeline-detail-screen .workflow-orchestration-board.run .workflow-orchestration-node-title-row span[class*=bg-slate-100]{line-height:1.1;color:#64748b!important;background:#f1f5f9!important;border-radius:4px!important;padding:2px 6px!important;font-size:10px!important;font-weight:800!important}.pipeline-detail-screen .workflow-orchestration-board.detail .workflow-orchestration-node-copy,.pipeline-detail-screen .workflow-orchestration-board.run .workflow-orchestration-node-copy{white-space:normal;-webkit-line-clamp:unset;font-weight:400;color:#64748b!important;font-size:12px!important;line-height:1.5!important;display:block!important}.pipeline-detail-screen .workflow-orchestration-board.detail .workflow-orchestration-node-anchor,.pipeline-detail-screen .workflow-orchestration-board.run .workflow-orchestration-node-anchor{flex-basis:48px!important;width:48px!important;height:48px!important}.pipeline-detail-screen .workflow-orchestration-board.detail .workflow-orchestration-node:not(:last-child):before,.pipeline-detail-screen .workflow-orchestration-board.run .workflow-orchestration-node:not(:last-child):before{content:"";z-index:0;pointer-events:none;border-left:1.5px solid #dfe5ec;width:0;position:absolute;top:48px;bottom:-32px;left:23px}.pipeline-detail-screen .workflow-orchestration-board.detail .workflow-orchestration-artifact-slot,.pipeline-detail-screen .workflow-orchestration-board.run .workflow-orchestration-artifact-slot{background:#f8fafc;border-top:1px solid #dfe5ec;border-radius:0 0 12px 12px;justify-content:space-between;align-items:center;gap:8px;min-width:0;padding:7px 14px;display:flex}.pipeline-detail-screen .workflow-orchestration-board.detail .workflow-orchestration-artifact-item,.pipeline-detail-screen .workflow-orchestration-board.run .workflow-orchestration-artifact-item{color:#64748b;align-items:center;gap:6px;min-width:0;font-size:11px;line-height:1;display:inline-flex}.pipeline-detail-screen .workflow-orchestration-board.detail .workflow-orchestration-artifact-icon,.pipeline-detail-screen .workflow-orchestration-board.run .workflow-orchestration-artifact-icon{color:#94a3b8;flex:none}.pipeline-detail-screen .workflow-orchestration-board.detail .workflow-orchestration-artifact-item strong,.pipeline-detail-screen .workflow-orchestration-board.run .workflow-orchestration-artifact-item strong{color:#64748b;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:11px;font-weight:700;overflow:hidden}.pipeline-detail-screen .workflow-orchestration-board.detail .workflow-orchestration-artifact-item em,.pipeline-detail-screen .workflow-orchestration-board.run .workflow-orchestration-artifact-item em,.pipeline-detail-screen .workflow-orchestration-board.detail .workflow-orchestration-artifact-more,.pipeline-detail-screen .workflow-orchestration-board.run .workflow-orchestration-artifact-more{color:#94a3b8;white-space:nowrap;flex:none;font-family:JetBrains Mono,ui-monospace,SFMono-Regular,Menlo,monospace;font-size:10px;font-style:normal;font-weight:700}.pipeline-detail-screen .workflow-orchestration-board.detail .workflow-orchestration-child-group,.pipeline-detail-screen .workflow-orchestration-board.run .workflow-orchestration-child-group,.pipeline-detail-screen .workflow-orchestration-board.detail .workflow-orchestration-branches,.pipeline-detail-screen .workflow-orchestration-board.run .workflow-orchestration-branches{background:#f8fafc;border-radius:12px;gap:10px;width:calc(100% - 64px);min-width:0;max-width:calc(100% - 64px);margin:12px 0 0 64px;padding:12px 12px 12px 22px;position:relative;box-shadow:inset 0 1px 2px #00000003;border:1px solid #dfe5ec!important}.pipeline-detail-screen .workflow-orchestration-board.detail .workflow-orchestration-child-group:before,.pipeline-detail-screen .workflow-orchestration-board.run .workflow-orchestration-child-group:before{content:"";background:#2f6de4;border-radius:999px;width:3px;position:absolute;top:12px;bottom:12px;left:10px}.pipeline-detail-screen .workflow-orchestration-board.detail .workflow-orchestration-child-group>.workflow-orchestration-node,.pipeline-detail-screen .workflow-orchestration-board.run .workflow-orchestration-child-group>.workflow-orchestration-node,.pipeline-detail-screen .workflow-orchestration-board.detail .workflow-orchestration-branch-body>.workflow-orchestration-node,.pipeline-detail-screen .workflow-orchestration-board.run .workflow-orchestration-branch-body>.workflow-orchestration-node{padding-left:0}.pipeline-detail-screen .workflow-orchestration-board.detail .workflow-orchestration-child-group>.workflow-orchestration-node .workflow-orchestration-node-card,.pipeline-detail-screen .workflow-orchestration-board.run .workflow-orchestration-child-group>.workflow-orchestration-node .workflow-orchestration-node-card,.pipeline-detail-screen .workflow-orchestration-board.detail .workflow-orchestration-branch-body>.workflow-orchestration-node .workflow-orchestration-node-card,.pipeline-detail-screen .workflow-orchestration-board.run .workflow-orchestration-branch-body>.workflow-orchestration-node .workflow-orchestration-node-card{gap:8px;grid-template-columns:22px minmax(0,1fr)!important}.pipeline-detail-screen .workflow-orchestration-board.detail .workflow-orchestration-child-group>.workflow-orchestration-node .workflow-orchestration-node-anchor,.pipeline-detail-screen .workflow-orchestration-board.run .workflow-orchestration-child-group>.workflow-orchestration-node .workflow-orchestration-node-anchor,.pipeline-detail-screen .workflow-orchestration-board.detail .workflow-orchestration-branch-body>.workflow-orchestration-node .workflow-orchestration-node-anchor,.pipeline-detail-screen .workflow-orchestration-board.run .workflow-orchestration-branch-body>.workflow-orchestration-node .workflow-orchestration-node-anchor{color:#94a3b8!important;width:22px!important;height:22px!important;box-shadow:none!important;background:0 0!important;border:0!important;border-radius:6px!important;flex-basis:22px!important;font-size:18px!important}.pipeline-detail-screen .workflow-orchestration-board.detail .workflow-orchestration-child-group>.workflow-orchestration-node .workflow-orchestration-node-main,.pipeline-detail-screen .workflow-orchestration-board.run .workflow-orchestration-child-group>.workflow-orchestration-node .workflow-orchestration-node-main,.pipeline-detail-screen .workflow-orchestration-board.detail .workflow-orchestration-branch-body>.workflow-orchestration-node .workflow-orchestration-node-main,.pipeline-detail-screen .workflow-orchestration-board.run .workflow-orchestration-branch-body>.workflow-orchestration-node .workflow-orchestration-node-main{border-radius:8px!important;box-shadow:0 1px 2px #00000005!important}.pipeline-detail-screen .workflow-orchestration-board.detail .workflow-orchestration-child-group>.workflow-orchestration-node:not(:last-child):before,.pipeline-detail-screen .workflow-orchestration-board.run .workflow-orchestration-child-group>.workflow-orchestration-node:not(:last-child):before,.pipeline-detail-screen .workflow-orchestration-board.detail .workflow-orchestration-branch-body>.workflow-orchestration-node:not(:last-child):before,.pipeline-detail-screen .workflow-orchestration-board.run .workflow-orchestration-branch-body>.workflow-orchestration-node:not(:last-child):before{display:none}.pipeline-detail-screen .workflow-orchestration-board.overview-inline .workflow-orchestration-node-anchor,.pipeline-detail-screen .workflow-orchestration-board:is(.detail,.run,.overview-inline) .workflow-orchestration-node-anchor:is(.tone-primary,.tone-violet,.tone-teal,.tone-green,.tone-sky,.tone-amber,.tone-warning,.tone-dark){color:#0053c6!important;background:#f1f5f9!important;border-color:#dfe5ec!important}:is(.pipeline-detail-screen,.workflow-draft-detail-screen) .workflow-orchestration-board{width:100%;min-width:0;max-width:100%;overflow:visible}:is(.pipeline-detail-screen,.workflow-draft-detail-screen) .workflow-orchestration-board:is(.detail,.run,.overview-inline){padding-left:0;padding-right:0}:is(.pipeline-detail-screen,.workflow-draft-detail-screen) .workflow-orchestration-board:is(.detail,.run) .workflow-orchestration-metrics{margin-left:0;margin-right:0;padding-left:0;padding-right:0}:is(.pipeline-detail-screen,.workflow-draft-detail-screen) .workflow-orchestration-board:is(.detail,.run,.overview-inline) .workflow-orchestration-flow{width:100%;min-width:0;max-width:100%;overflow:visible}:is(.pipeline-detail-screen,.workflow-draft-detail-screen) .workflow-orchestration-board:is(.detail,.run,.overview-inline) .workflow-orchestration-rail{display:none!important}:is(.pipeline-detail-screen,.workflow-draft-detail-screen) .workflow-orchestration-board:is(.detail,.run,.overview-inline) .workflow-orchestration-node{width:100%;min-width:0;max-width:100%;position:relative;overflow:visible}:is(.pipeline-detail-screen,.workflow-draft-detail-screen) .workflow-orchestration-board:is(.detail,.run,.overview-inline) .workflow-orchestration-node-card{z-index:2;width:100%;min-width:0;max-width:100%;position:relative;align-items:flex-start!important;display:grid!important}:is(.pipeline-detail-screen,.workflow-draft-detail-screen) .workflow-orchestration-board:is(.detail,.run) .workflow-orchestration-node-card{gap:16px;grid-template-columns:48px minmax(0,1fr)!important}:is(.pipeline-detail-screen,.workflow-draft-detail-screen) .workflow-orchestration-board.overview-inline .workflow-orchestration-node-card{gap:12px;grid-template-columns:44px minmax(0,1fr)!important}:is(.pipeline-detail-screen,.workflow-draft-detail-screen) .workflow-orchestration-board:is(.detail,.run,.overview-inline) .workflow-orchestration-node-main{width:100%;min-width:0;max-width:100%}:is(.pipeline-detail-screen,.workflow-draft-detail-screen) .workflow-orchestration-board:is(.detail,.run) .workflow-orchestration-child-group,:is(.pipeline-detail-screen,.workflow-draft-detail-screen) .workflow-orchestration-board:is(.detail,.run) .workflow-orchestration-branches{width:calc(100% - 64px);min-width:0;max-width:calc(100% - 64px);margin:12px 0 0 64px}.workflow-node-editor-sheet-layer{z-index:360;background:#0f172a61;justify-content:stretch;align-items:flex-end;display:flex;position:fixed;top:0;right:0;bottom:0;left:0}.workflow-node-editor-sheet{border:1px solid #dde3eff2;border-bottom:0;border-radius:24px 24px 0 0;width:100%;min-width:0;max-width:none;height:min(92dvh,820px);min-height:520px;box-shadow:0 -8px 30px #0000001f}.workflow-node-editor-grabber{flex:none;min-height:22px}.workflow-node-editor-header{border:0;border-radius:0;flex:none;align-items:center;min-height:58px;position:relative;box-shadow:0 1px 3px #191f280d}.workflow-node-editor-header:after{content:"";pointer-events:none;background:#dde3ef;height:1px;position:absolute;bottom:0;left:0;right:0}.workflow-node-editor-title-group{align-items:center;min-height:32px}.workflow-node-editor-title-group>span{align-items:center;min-height:20px;display:inline-flex}.workflow-node-editor-header-actions{align-self:center;min-height:32px}.workflow-node-editor-header-action{box-sizing:border-box;-webkit-appearance:none;-moz-appearance:none;appearance:none;box-shadow:none;background:0 0;border:0;padding:0;line-height:1;transform:none}.workflow-node-editor-header-icon{width:20px;height:20px;display:block}.workflow-node-editor-header+.flex-1{background:#f7f9fb}.workflow-node-editor-row-icon{flex:0 0 18px;width:18px;height:18px;display:block}.workflow-node-editor-sheet button{-webkit-appearance:none;-moz-appearance:none;appearance:none;font:inherit}.workflow-node-editor-sheet button:not(.custom-select-trigger){box-shadow:none}.workflow-node-editor-sheet button:focus-visible{outline-offset:2px;outline:2px solid #0053c63d}@media (min-width:640px){.workflow-node-editor-sheet{width:min(100vw,600px);margin:0 auto}}.workflow-node-editor-execution-settings.execution-settings-section{gap:0;margin:0;padding:0}.workflow-node-editor-execution-settings.execution-settings-flat-rows{display:block}.workflow-node-editor-execution-settings .execution-settings-card{box-shadow:none;background:0 0;border:0;border-radius:0;gap:0;padding:0}.workflow-node-editor-execution-settings .execution-settings-card:hover{box-shadow:none;transform:none}.workflow-node-editor-execution-settings .execution-settings-field.inline{border-bottom:1px solid #dde3ef;justify-content:space-between;align-items:center;gap:12px;min-height:48px;padding:14px 16px;display:flex}.workflow-node-editor-execution-settings .execution-settings-field.inline:last-child{border-bottom:0}.workflow-node-editor-execution-settings .execution-settings-field.inline .execution-settings-field-label{color:#515f74;white-space:nowrap;flex:none;min-width:92px;padding-left:30px;font-size:14px;font-weight:400;line-height:20px;position:relative}.workflow-node-editor-execution-settings .execution-settings-field-label:before{content:"memory";color:#515f74;font-variation-settings:"FILL" 0,"wght" 400,"GRAD" 0,"opsz" 24;font-family:Material Symbols Outlined;font-size:18px;font-weight:400;line-height:1;position:absolute;top:50%;left:0;transform:translateY(-50%)}.workflow-node-editor-execution-settings .execution-settings-field.inline:nth-child(2) .execution-settings-field-label:before{content:"computer"}.workflow-node-editor-execution-settings .execution-settings-select-wrapper{flex:auto;min-width:0;max-width:178px}.workflow-node-editor-execution-settings .custom-select-trigger,.workflow-node-editor-select.custom-select-trigger{color:#161c25;text-align:right;min-height:28px;padding:3px 24px 3px 8px;font-size:14px;font-weight:600;line-height:20px}.workflow-node-editor-execution-settings .custom-select-trigger{width:100%;box-shadow:none;background:0 0;justify-content:flex-end}.workflow-node-editor-sheet select,.workflow-node-editor-sheet input{min-height:20px;line-height:20px}.workflow-node-editor-instruction-textarea{box-sizing:border-box;min-height:72px;max-height:156px}.workflow-node-editor-sheet button,.workflow-node-editor-sheet span[class*=rounded],.workflow-node-editor-sheet .workflow-node-editor-header-action{white-space:nowrap}.workflow-node-editor-approval-toggle{min-height:48px;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:0 0;border:0}.workflow-node-editor-approval-toggle:hover,.workflow-node-editor-approval-toggle:active{box-shadow:none;background:0 0;transform:none}.workflow-node-editor-switch{flex:0 0 40px;display:block}.workflow-node-editor-switch-thumb{display:block}.workflow-node-editor-io-summary{flex-direction:column;display:flex}.workflow-node-editor-io-section{border-bottom:1px solid #dde3ef;padding:12px 16px 13px}.workflow-node-editor-io-section:last-child{border-bottom:0}.workflow-node-editor-io-section-head{align-items:center;gap:12px;min-width:0;min-height:40px;display:flex}.workflow-node-editor-io-mark{color:#515f74;background:#f1f5f9;border-radius:9px;flex:0 0 30px;justify-content:center;align-items:center;width:30px;height:30px;display:inline-flex}.workflow-node-editor-io-copy{align-items:baseline;min-width:0;display:flex}.workflow-node-editor-io-kicker{color:#737785;white-space:nowrap;flex:none;font-size:12px;font-weight:800;line-height:18px}.workflow-node-editor-port-list{gap:8px;width:100%;min-width:0;margin:8px 0 0;display:grid}.workflow-node-editor-port-row{background:#f8fafc;border:1px solid #e6ebf3;border-radius:8px;gap:5px;min-width:0;padding:9px 10px;display:grid}.workflow-node-editor-port-main{justify-content:space-between;align-items:center;gap:10px;min-width:0;display:flex}.workflow-node-editor-port-main strong{color:#161c25;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:13px;font-weight:800;line-height:18px;overflow:hidden}.workflow-node-editor-port-flow{align-items:center;gap:7px;min-width:0;display:flex}.workflow-node-editor-port-flow strong,.workflow-node-editor-port-flow em{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.workflow-node-editor-port-flow strong{flex:0 auto}.workflow-node-editor-port-flow em{color:#334155;flex:auto;font-size:13px;font-style:normal;font-weight:750;line-height:18px}.workflow-node-editor-port-arrow{color:#94a3b8;flex:0 0 16px;width:16px;height:16px;font-size:16px;line-height:16px}.workflow-node-editor-port-main>span:not(.workflow-node-editor-port-flow){color:#64748b;white-space:nowrap;background:#e8eef7;border-radius:999px;flex:none;padding:2px 7px;font-size:11px;font-weight:800;line-height:14px}.workflow-node-editor-port-main>span.required{color:#2563eb;background:#eaf3ff}.workflow-node-editor-port-meta{color:#64748b;align-items:center;gap:6px;min-width:0;font-size:12px;font-weight:700;line-height:16px;display:flex}.workflow-node-editor-port-meta span,.workflow-node-editor-port-meta em{text-overflow:ellipsis;white-space:nowrap;flex:0 auto;min-width:0;max-width:100%;overflow:hidden}.workflow-node-editor-port-meta span{color:#475569;flex:none}.workflow-node-editor-port-meta em{font-style:normal}.workflow-node-editor-port-empty{color:#64748b;white-space:nowrap;background:#f8fafc;border:1px dashed #d8e0eb;border-radius:8px;min-width:0;padding:9px 10px;font-size:13px;font-weight:700;line-height:18px}.workflow-node-editor-execution-settings .execution-settings-select-wrapper:after{content:"expand_more";color:#737785;font-family:Material Symbols Outlined;font-size:18px;line-height:1;right:0}.workflow-chain{gap:12px;display:grid}.workflow-chain-item{margin-left:calc(var(--workflow-depth,0) * 18px);gap:10px;display:grid}.workflow-node-card{background:#ffffffeb;border:1px solid #94a3b847;border-radius:8px;grid-template-columns:32px minmax(0,1fr);gap:12px;padding:14px;display:grid;position:relative}.workflow-node-card.condition{background:#f0f9ffb8;border-color:#0ea5e961}.workflow-node-card.disabled{opacity:.62}.workflow-node-marker{color:#0f172a;background:#e2e8f0;border-radius:999px;place-items:center;width:28px;height:28px;font-size:12px;font-weight:700;display:grid}.workflow-node-body{gap:8px;min-width:0;display:grid}.workflow-node-head{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.workflow-node-head strong{color:#0f172a;font-size:14px;line-height:1.35;display:block}.workflow-node-head span,.workflow-node-body p,.workflow-branch-label span,.workflow-branch-empty{color:#64748b;font-size:12px;line-height:1.5}.workflow-node-body p{white-space:pre-wrap;margin:0}.workflow-node-actions{flex-wrap:wrap;justify-content:flex-end;gap:6px;display:flex}.workflow-branches{border-left:1px solid #0ea5e959;gap:10px;margin-left:16px;padding-left:16px;display:grid}.workflow-branch{gap:10px;display:grid}.workflow-branch-label{align-items:center;gap:8px;min-height:24px;display:flex}.workflow-branch-label strong{color:#0369a1;background:#0ea5e91f;border-radius:999px;padding:3px 8px;font-size:12px}.workflow-branch-empty{background:#f8fafcb3;border:1px dashed #94a3b873;border-radius:8px;padding:10px 12px}@media (max-width:680px){.workflow-node-card{grid-template-columns:28px minmax(0,1fr);padding:12px}.workflow-node-head{display:grid}.workflow-node-actions{justify-content:flex-start}.workflow-chain-item{margin-left:calc(var(--workflow-depth,0) * 10px)}}.project-sync-card.active{border-color:#1f6feb47;box-shadow:0 10px 28px #1f6feb1a}.project-sync-device-list{gap:8px;display:grid}.project-sync-device-row{background:var(--surface-soft);border-radius:14px;align-items:center;gap:10px;padding:12px 14px;display:flex}.project-sync-device-row input{flex:none}.project-sync-device-row span{gap:2px;min-width:0;display:grid}.project-sync-device-row strong{text-overflow:ellipsis;white-space:nowrap;font-size:14px;overflow:hidden}.project-sync-device-row em{color:var(--text-tertiary);font-size:12px;font-style:normal}.task-action-button{min-width:48px;min-height:34px;color:var(--text-secondary);background:#f6f8fbf5;border:1px solid #191f2812;border-radius:12px;flex:none;padding:0 12px;font-size:12px;font-weight:800;box-shadow:inset 0 -1px #191f2808}.task-action-button.primary{color:var(--primary);background:#2f6de41a;border-color:#2f6de429}.task-action-button.danger{background:var(--danger-soft);min-width:54px;color:var(--danger);border-color:#d84c5c29;flex:none}.task-action-button:disabled{opacity:.58}.task-delete-popover{z-index:12;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fffffff5;border:1px solid #d84c5c1f;border-radius:16px;gap:8px;padding:12px;display:grid;position:absolute;bottom:56px;left:14px;right:14px;box-shadow:0 16px 36px #151f2c29}.task-delete-popover strong{color:var(--danger);font-size:13px}.task-delete-popover p{color:var(--text-secondary);margin:0;font-size:12px;line-height:1.45}.task-delete-popover-actions{justify-content:flex-end;gap:8px;display:flex}.agent-card-list{scrollbar-width:none;box-sizing:border-box;width:100%;padding:12px 12px calc(92px + env(safe-area-inset-bottom));flex:1;align-content:start;gap:12px;display:grid;overflow-y:auto}.agent-card-list::-webkit-scrollbar{display:none}.agent-card-list .task-card{box-sizing:border-box;width:100%}.agent-card.clickable{cursor:pointer}.agent-card.clickable:active{transform:scale(.992)}.agent-card.disabled{opacity:.62;pointer-events:none}.agent-card-meta{flex-wrap:nowrap;overflow:hidden}.agent-card-meta span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.project-agent-card-list{padding-top:14px}.project-agent-filter-tabs{margin:-2px 0 0;padding:0 0 2px}.agent-card-title-row{grid-template-columns:46px minmax(0,1fr);align-items:center;gap:10px;min-width:0;display:grid}.agent-card-avatar{width:46px;height:46px;color:var(--primary);box-sizing:border-box;background:#2f6de41a;border-radius:14px;place-items:center;font-size:18px;font-weight:900;display:inline-grid}.agent-card-avatar.custom{color:#4a7fdc;background:#fff;border:1px solid #2f6de433}.agent-card-avatar.official{color:var(--primary);background:#2f6de426}.task-form{gap:10px;margin-top:14px;display:grid}.task-mode-row,.pipeline-agent-list{flex-wrap:wrap;gap:8px;display:flex}.pipeline-agent-pill{background:var(--surface-soft);min-height:34px;color:var(--text-secondary);cursor:pointer;border:0;border-radius:999px;padding:0 14px}.pipeline-agent-pill.active{background:var(--primary);color:#fff}.task-select,.task-textarea{background:var(--surface-soft);width:100%;color:var(--text);border:0;border-radius:20px;outline:none;padding:12px 14px}.task-textarea{resize:vertical;min-height:110px}.sheet-actions{gap:10px;margin-top:16px;display:flex}.sheet-button{cursor:pointer;border:0;border-radius:999px;min-height:42px;padding:0 18px;font-weight:600}.sheet-button.primary{background:linear-gradient(135deg,var(--primary) 0%,#2c3d58 100%);color:#fff}.sheet-button.muted{background:var(--surface-soft);color:var(--text)}.sheet-button.danger{background:var(--danger-soft);color:var(--danger)}.sheet-button.wide{width:100%}.task-delete-sheet{max-width:340px}.project-create-sheet{gap:14px;display:grid}.project-create-mode{gap:8px;display:flex}.project-create-page{min-height:0;padding:14px 12px calc(120px + env(safe-area-inset-bottom));scrollbar-width:none;flex:1;align-content:start;gap:14px;display:grid;overflow-y:auto}.project-create-page::-webkit-scrollbar{display:none}.project-create-page-single{gap:16px}.project-create-hero,.project-form-card{box-shadow:var(--shadow-md);background:radial-gradient(circle at 100% 0,#38bdf81a,#0000 32%),linear-gradient(#fffffffa,#f3f6fafa);border-radius:26px;gap:14px;padding:18px;display:grid}.project-create-hero-copy h2,.project-section-head h3{letter-spacing:-.03em;margin:4px 0 0;font-size:20px;line-height:1.2}.project-create-hero-copy p{color:var(--text-secondary);margin:8px 0 0;font-size:13px;line-height:1.6}.project-create-kicker{color:var(--accent);letter-spacing:.08em;font-size:12px;font-weight:700}.project-section-head{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.project-section-side{background:var(--surface-soft);min-height:28px;color:var(--text-secondary);white-space:nowrap;border-radius:999px;align-items:center;padding:0 12px;font-size:12px;display:inline-flex}.project-field{gap:8px;display:grid}.project-field>span{color:var(--text-secondary);font-size:13px;font-weight:600}.project-rich-input{width:100%;min-height:48px;color:var(--text);background:#f8fafcfa;border:1px solid #4c5b7114;border-radius:18px;outline:none;padding:0 16px;box-shadow:inset 0 1px #ffffffb3}.project-rich-input:focus{border-color:#38bdf847;box-shadow:inset 0 1px #ffffffb3,0 0 0 3px #38bdf81a}.project-rich-textarea,.project-field-textarea{resize:vertical;min-height:112px;padding:14px 16px}.project-field-textarea{min-height:92px}.project-scan-inputs-row-layout{grid-template-columns:7.2fr 2.8fr;align-items:flex-end;gap:16px;width:100%;display:grid}.scan-inputs-left-group{flex-direction:column;gap:14px;display:flex}.scan-btn-right-group{flex-direction:column;display:flex}.scan-btn-right-group .project-scan-btn-block{width:100%;margin:0}@media (max-width:600px){.project-scan-inputs-row-layout{grid-template-columns:1fr;align-items:stretch}}.project-rich-input{width:100%;height:46px;font-family:var(--font-sans,sans-serif);color:var(--text-primary,var(--text));background:#ffffffd9;border:1px solid #4755691f;border-radius:14px;outline:none;padding:0 16px;font-size:14px;transition:all .25s;box-shadow:inset 0 2px 4px #00000003}.project-rich-input:focus{border-color:var(--primary);background:#fff;box-shadow:0 0 0 4px #2f6de41a}select.project-rich-input{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23475569' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M19.5 8.25l-7.5 7.5-7.5-7.5'/%3E%3C/svg%3E");background-position:right 16px center;background-repeat:no-repeat;background-size:16px;padding-right:40px}.project-scan-btn-block{color:#fff;cursor:pointer;white-space:nowrap;background:linear-gradient(135deg,#2f6de4,#1c479e);border:0;border-radius:14px;justify-content:center;align-items:center;gap:8px;width:100%;height:46px;min-height:46px;font-size:14px;font-weight:600;transition:all .25s;display:flex;box-shadow:0 4px 12px #2f6de440}.project-scan-btn-block:hover{transform:translateY(-2px);box-shadow:0 6px 20px #2f6de459}.project-scan-btn-block:active{transform:translateY(0)}.project-scan-btn-block:disabled{box-shadow:none;cursor:not-allowed;background:#cbd5e1;transform:none}.project-scan-stats-grid{grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:6px;display:grid}.project-scan-stat-card{text-align:center;background:#ffffff80;border:1px solid #fff6;border-radius:12px;flex-direction:column;gap:2px;padding:8px 12px;transition:all .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 12px #00000003}.project-scan-stat-card:before{content:"";background:#cbd5e1;width:100%;height:3px;position:absolute;top:0;left:0}.project-scan-stat-card.candidates:before{background:var(--accent)}.project-scan-stat-card.importable:before{background:var(--success)}.project-scan-stat-card.selected:before{background:var(--primary)}.project-scan-stat-card .val{color:var(--text);font-size:18px;font-weight:700;line-height:1.2}.project-scan-stat-card .lbl{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.02em;font-size:10px;font-weight:500}.project-scan-bulk-actions{gap:8px;margin-bottom:4px;display:flex}.project-scan-bulk-actions .sheet-button{color:var(--primary);cursor:pointer;white-space:nowrap;background:0 0;border:0;border-radius:8px;align-items:center;gap:6px;min-height:auto;padding:6px 12px;font-size:13px;font-weight:600;transition:all .2s;display:flex}.project-scan-bulk-actions .sheet-button:hover{background:#2f6de40f}.project-scan-bulk-actions .sheet-button:disabled{color:var(--text-tertiary);cursor:not-allowed;background:0 0}.project-create-inline-tip{color:var(--text-tertiary);margin-top:-2px;font-size:12px;line-height:1.5}.project-scan-error{background:var(--danger-soft);color:var(--danger);border-radius:16px;padding:12px 14px;font-size:13px}.project-scan-list{gap:12px;max-height:450px;padding-right:6px;display:grid;overflow-y:auto}.project-scan-list::-webkit-scrollbar{width:6px}.project-scan-list::-webkit-scrollbar-track{background:0 0}.project-scan-list::-webkit-scrollbar-thumb{background:#00000014;border-radius:99px}.project-scan-list::-webkit-scrollbar-thumb:hover{background:#00000026}.project-scan-item{cursor:pointer;-webkit-user-select:none;user-select:none;background:#fff;border:1px solid #e2e8f099;border-radius:12px;grid-template-columns:20px minmax(0,1fr) auto;align-items:center;gap:12px;padding:10px 14px;transition:all .25s cubic-bezier(.4,0,.2,1);display:grid;position:relative;box-shadow:0 2px 4px #0f172a03}.project-scan-item:hover{border-color:#2f6de433;transform:translateY(-1.5px);box-shadow:0 4px 10px #0f172a08}.project-scan-item.selected{border-color:var(--primary);background:#f0f6ff99;box-shadow:0 3px 8px #2f6de40a}.project-scan-item.imported{opacity:.55;cursor:not-allowed;background:#f8fafc80;border-color:#e2e8f066;box-shadow:none!important;transform:none!important}.project-scan-checkbox-mock{color:#fff;border:2px solid #cbd5e1;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:11px;font-weight:800;line-height:1;transition:all .2s;display:flex}.project-scan-item.selected .project-scan-checkbox-mock{border-color:var(--primary);background:var(--primary)}.project-scan-item.imported .project-scan-checkbox-mock{color:#94a3b8;background:#e2e8f0;border-color:#cbd5e1}.project-scan-copy{flex-direction:column;gap:6px;min-width:0;display:flex}.project-scan-head{align-items:center;gap:8px;display:flex}.project-scan-head strong{color:var(--text);font-size:13.5px;font-weight:600}.project-scan-copy p{color:var(--text-tertiary);white-space:nowrap;text-overflow:ellipsis;word-break:break-all;max-width:95%;margin:0;font-family:monospace;font-size:11px;line-height:1.4;overflow:hidden}.project-scan-meta{flex-wrap:wrap;gap:6px;margin-top:2px;display:flex}.project-scan-tech-chip{color:#475569;white-space:nowrap;background:#f1f5f9;border-radius:4px;padding:1.5px 5px;font-size:9px;font-weight:600}.project-scan-tech-chip.react,.project-scan-tech-chip.package-json{color:#0369a1;background:#38bdf81f}.project-scan-tech-chip.node,.project-scan-tech-chip.node-js{color:#15803d;background:#22c55e1f}.project-scan-tech-chip.git{color:#c2410c;background:#f973161f}.project-scan-tech-chip.typescript,.project-scan-tech-chip.tsconfig-json{color:#1d4ed8;background:#3b82f61f}.project-scan-tech-chip.go-mod,.project-scan-tech-chip.golang{color:#0891b2;background:#06b6d41f}.project-scan-status-pill-container{align-items:center;display:flex}.project-scan-status-pill{white-space:nowrap;border-radius:99px;padding:4px 10px;font-size:11px;font-weight:700}.project-scan-status-pill.can-import{color:#0369a1;background:#0ea5e91a}.project-scan-status-pill.already-imported{background:var(--success-soft);color:var(--success)}.project-scan-floating-bar{z-index:100;-webkit-backdrop-filter:blur(20px);opacity:0;pointer-events:none;background:#ffffffd9;border:1px solid #fff9;border-radius:20px;align-items:center;gap:20px;padding:12px 24px;transition:all .4s cubic-bezier(.175,.885,.32,1.15);display:flex;position:fixed;bottom:24px;left:50%;transform:translate(-50%,60px);box-shadow:0 16px 40px #0f172a26}.project-scan-floating-bar.active{opacity:1;pointer-events:auto;transform:translate(-50%)}.project-scan-floating-bar span{color:var(--text-secondary);white-space:nowrap;font-size:13px;font-weight:600}.project-scan-floating-bar strong{color:var(--primary)}.project-scan-device-badge{color:var(--primary);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);white-space:nowrap;background:#2f6de41a;border:1px solid #2f6de426;border-radius:99px;padding:6px 14px;font-size:12px;font-weight:600}.detail-screen.project-import-screen{flex-direction:column;height:100%;max-height:100%;padding-bottom:0;display:flex;overflow:hidden}.project-import-screen .topbar{flex:none}.project-import-screen .topbar-copy h1{font-size:18px;line-height:1.1}.project-import-page{box-sizing:border-box;flex:1;grid-template-rows:auto minmax(0,1fr);align-content:stretch;gap:10px;width:100%;max-width:100%;min-height:0;padding:8px 12px 12px;display:grid;overflow:hidden}.project-import-scan-card{box-sizing:border-box;border-radius:16px;gap:8px;min-width:0;max-width:100%;padding:10px 12px}.project-import-scan-card .project-scan-inputs-row-layout{grid-template-columns:minmax(0,1fr);align-items:stretch;gap:8px;min-width:0;max-width:100%}.project-import-scan-card .scan-inputs-left-group{gap:8px;min-width:0;display:grid}.project-scan-field-inline{grid-template-columns:56px minmax(0,1fr);align-items:center;gap:8px;min-width:0;display:grid}.project-scan-field-inline>span{white-space:nowrap;margin:0;font-size:12px;line-height:1}.project-scan-path-field{min-width:0}.project-import-scan-card .scan-btn-right-group{width:100%;min-width:0}.project-import-scan-card .project-rich-input{border-radius:10px;height:36px;padding:0 10px;font-size:13px}.project-import-scan-card select.project-rich-input{color:var(--text);text-overflow:ellipsis;white-space:nowrap;background-color:#fffffff5;background-position:right 9px center;background-size:12px;padding-right:28px;box-shadow:inset 0 0 0 1px #2f6de40a}.project-import-scan-card .project-scan-btn-block{border-radius:10px;gap:6px;height:36px;min-height:36px;font-size:13px;box-shadow:0 3px 10px #2f6de42e}.project-import-scan-card .project-scan-btn-block:hover{transform:translateY(-1px)}.project-import-scan-card .project-scan-error{border-radius:10px;padding:8px 10px;font-size:13px}.project-import-results-card{box-sizing:border-box;border-radius:18px;flex-direction:column;gap:8px;min-width:0;max-width:100%;min-height:0;padding:12px;display:flex}.project-scan-results-head{flex-wrap:wrap;align-items:center;gap:10px;min-width:0}.project-scan-title-row{flex:160px;align-items:baseline;gap:10px;min-width:0;display:flex}.project-scan-title-row h3{letter-spacing:0;white-space:nowrap;margin:0;font-size:16px;line-height:1.2}.project-scan-status-inline{white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:12px;overflow:hidden}.project-import-results-card .project-scan-stats-grid{flex:0 0 100%;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;width:100%;min-width:0;margin:0}.project-import-results-card .project-scan-stat-card{border-radius:9px;gap:0;min-height:38px;padding:6px 8px 5px}.project-import-results-card .project-scan-stat-card:before{height:2px}.project-import-results-card .project-scan-stat-card .val{font-size:16px}.project-import-results-card .project-scan-stat-card .lbl{letter-spacing:0;font-size:10px}.project-import-results-card .project-scan-bulk-actions{gap:4px;margin:0}.project-import-results-card .project-scan-bulk-actions .sheet-button{border-radius:7px;padding:4px 8px;font-size:12px}.project-import-results-card .project-scan-list{scrollbar-width:none;-ms-overflow-style:none;flex:auto;gap:8px;min-height:0;max-height:none;padding-bottom:4px;padding-right:0;overflow-y:auto}.project-import-results-card .project-scan-list::-webkit-scrollbar{display:none}.project-import-results-card .project-scan-list.has-floating-import-bar{padding-bottom:calc(48px + env(safe-area-inset-bottom))}.project-import-results-card .empty-inline-state{min-height:clamp(190px,42vh,360px);color:var(--text-tertiary);text-align:center;background:0 0;border:1px dashed #2f6de42e;border-radius:12px;place-items:center;padding:18px 14px;font-size:14px;display:grid}.project-import-results-card .project-scan-item{border-radius:10px;grid-template-columns:18px minmax(0,1fr);gap:10px;padding:8px 10px}.project-import-results-card .project-scan-checkbox-mock{width:18px;height:18px;font-size:10px}.project-import-results-card .project-scan-copy{gap:4px}.project-import-results-card .project-scan-head{gap:6px}.project-import-results-card .project-scan-head strong{font-size:13.5px}.project-import-results-card .project-scan-copy p{font-size:11.5px;line-height:1.25}.project-import-results-card .project-scan-meta{gap:4px;margin-top:0}.project-import-results-card .project-scan-tech-chip{padding:1px 4px;font-size:9.5px}.project-import-results-card .project-scan-status-pill{padding:2px 7px;font-size:10.5px}.project-import-screen .project-scan-floating-bar{left:18px;right:18px;bottom:calc(8px + env(safe-area-inset-bottom));box-sizing:border-box;border-radius:12px;justify-content:space-between;gap:8px;width:auto;max-width:calc(100% - 36px);padding:7px 10px;position:absolute;transform:translateY(54px);box-shadow:0 8px 20px #0f172a1f}.project-import-screen .project-scan-floating-bar.active{transform:translateY(0)}.project-import-screen .project-scan-floating-bar span{font-size:12px}.project-import-screen .project-scan-floating-bar .sheet-button{white-space:nowrap;border-radius:9px;min-width:0;min-height:30px;padding:6px 10px;font-size:12px}@media (max-width:760px){.project-import-scan-card .project-scan-inputs-row-layout{grid-template-columns:1fr;gap:8px}.project-import-scan-card .scan-inputs-left-group{gap:8px;display:grid}.project-scan-field-inline{grid-template-columns:56px minmax(0,1fr)}.project-scan-results-head{align-items:stretch}.project-scan-title-row{justify-content:space-between}.project-import-results-card .project-scan-stats-grid{grid-template-columns:repeat(3,minmax(0,1fr));width:100%;min-width:0}}.project-draft-card{box-shadow:var(--shadow-md);background:radial-gradient(circle at 100% 0,#38bdf81f,#0000 32%),linear-gradient(#fffffffa,#f2f6fbf5);border-radius:20px;gap:10px;padding:14px;display:grid}.project-draft-card-header{justify-content:space-between;align-items:center;gap:12px;display:flex}.project-draft-card-header strong{font-size:15px}.project-draft-card-header span,.project-create-hint{color:var(--text-tertiary);font-size:12px}.project-draft-meta{flex-wrap:wrap;gap:8px;display:flex}.project-draft-meta span{min-height:26px;color:var(--text-secondary);background:#ffffffd1;border-radius:999px;align-items:center;padding:0 10px;font-size:12px;display:inline-flex}.project-thread-path{min-height:34px;color:var(--text-secondary);white-space:nowrap;text-overflow:ellipsis;background:#ffffffd6;border-radius:12px;align-items:center;margin-top:10px;padding:0 12px;font-size:12px;display:flex;overflow:hidden}.project-topbar-add svg{width:18px;height:18px}.project-workspace-list{gap:8px;margin-top:10px;display:grid}.project-workspace-card{background:#ffffffd6;border-radius:16px;grid-template-columns:minmax(0,1fr) auto;gap:4px 10px;padding:12px;display:grid}.project-workspace-card strong{font-size:13px}.project-workspace-card span{color:var(--text-tertiary);text-transform:uppercase;font-size:11px}.project-workspace-card p{color:var(--text-secondary);word-break:break-all;grid-column:1/-1;margin:0;font-size:12px;line-height:1.5}.chat-screen{background:radial-gradient(circle at top,#38bdf814,#0000 22%),linear-gradient(#f7f9fb,#f2f5f8)}.chat-menu{z-index:8;width:min(280px,100vw - 32px);box-shadow:var(--shadow-xl);background:#fffffffa;border-radius:18px;gap:4px;padding:8px;display:grid;position:absolute;top:60px;right:12px}.chat-menu-item{text-align:left;cursor:pointer;background:0 0;border:0;border-radius:14px;width:100%;padding:12px 14px}.chat-menu-item:active{background:var(--surface-soft)}.chat-menu-group{gap:4px;display:grid}.assistant-session-actions{z-index:140;justify-self:end;align-items:center;gap:6px;min-width:0;display:inline-flex;position:relative;overflow:visible}.assistant-session-new-button{padding-bottom:3px;font-size:22px;font-weight:500;line-height:1}.assistant-session-menu{z-index:150;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fffffffa;border:1px solid #d6dfebeb;border-radius:18px;gap:8px;width:min(282px,100dvw - 28px);max-width:calc(100dvw - 28px);max-height:min(420px,100dvh - 86px);padding:8px;display:grid;position:absolute;top:calc(100% + 10px);right:-8px;overflow:visible;box-shadow:0 18px 42px #0f172a29}.assistant-session-menu:before{content:"";background:#fffffffa;border-top:1px solid #d6dfebeb;border-left:1px solid #d6dfebeb;width:12px;height:12px;position:absolute;top:-6px;right:16px;transform:rotate(45deg)}.assistant-session-menu.compact{width:196px}.assistant-session-history-item{text-align:left;background:0 0;border:0;width:100%;min-width:0}.assistant-session-history{scrollbar-width:none;gap:4px;max-height:min(390px,100dvh - 112px);display:grid;overflow-y:auto}.assistant-session-history::-webkit-scrollbar{display:none}.assistant-session-history p{color:var(--text-tertiary);margin:2px 4px 4px;font-size:11px;font-weight:700}.assistant-session-history-item{color:var(--text-primary);border-radius:12px;gap:3px;padding:9px 10px;display:grid;position:relative}.assistant-session-history-item.active{background:#e6eeffc2}.assistant-session-history-item em{color:#205cd6;font-size:10px;font-style:normal;font-weight:700;position:absolute;top:10px;right:10px}.assistant-session-history-item:active{background:#eff4f894}.assistant-session-history-item strong,.assistant-session-history-item span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.assistant-session-history-item strong{font-size:12px;line-height:1.25}.assistant-session-history-item span,.assistant-session-history-empty{color:var(--text-tertiary);font-size:11px}.assistant-session-history-empty{padding:9px 10px}.message-feed{-webkit-overflow-scrolling:touch;overscroll-behavior:contain;scrollbar-width:none;flex:1;min-height:0;padding:14px 14px 8px;overflow-y:auto}.message-feed::-webkit-scrollbar{display:none}.message-day-separator{justify-content:center;width:100%;margin:2px 0 14px;display:flex}.message-day-separator span{color:#525f70e0;background:#ffffffdb;border:1px solid #b0bccd73;border-radius:999px;justify-content:center;align-items:center;min-height:28px;padding:0 14px;font-size:12px;font-weight:600;line-height:1;display:inline-flex;box-shadow:0 8px 24px #1f2a3714}.message-row{margin-bottom:14px;display:block}.message-row.system{margin-bottom:10px}.message-row-shell{align-items:flex-end;gap:10px;display:flex}.message-row-shell.user{justify-content:flex-end}.message-row-shell.agent{justify-content:flex-start}.message-avatar{background:linear-gradient(135deg,var(--primary) 0%,#31435d 100%);color:#fff;width:36px;height:36px;box-shadow:var(--shadow-md);border-radius:14px;flex-shrink:0;place-items:center;font-size:14px;font-weight:700;display:grid}.message-avatar.user{background:linear-gradient(135deg,var(--success) 0%,#58c78f 100%)}.message-avatar .engine-brand-icon{width:24px;height:24px;display:block}.message-avatar .assistant-brand-icon,.conversation-avatar .assistant-brand-icon{width:23px;height:23px;display:block}.assistant-brand-icon rect{fill:#f7fbff;stroke:#2563eb;stroke-width:1.8px}.assistant-brand-icon path{fill:none;stroke:#2563eb;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round}.message-avatar:has(.engine-brand-icon){color:var(--text-primary);background:#fff}.message-avatar:has(.assistant-brand-icon),.conversation-avatar:has(.assistant-brand-icon){color:#1d4ed8;background:linear-gradient(135deg,#eff6ff,#fff)}.message-stack{flex-direction:column;min-width:0;max-width:min(94% - 46px,920px);display:flex}.message-stack.user{align-items:flex-end}.message-stack.agent{align-items:flex-start}.message-sender{color:var(--text-tertiary);margin:0 0 6px;padding:0 4px;font-size:12px;line-height:1}.session-list-skeleton{gap:10px;display:grid}.session-list-skeleton span{background:linear-gradient(90deg,#e2e8f0b8,#f8fafcf2,#e2e8f0b8) 0 0/220% 100%;border-radius:18px;height:72px;animation:1.4s ease-in-out infinite chat-loading-shimmer}.chat-loading-skeleton{gap:18px;padding:22px 18px;display:grid}.session-detail-loading-skeleton{padding-top:8px}.chat-loading-row{align-items:flex-end;gap:10px;display:flex}.chat-loading-row.user{justify-content:flex-end}.chat-loading-avatar,.chat-loading-bubble{background:linear-gradient(90deg,#e2e8f0b8,#f8fafcf2,#e2e8f0b8) 0 0/220% 100%;animation:1.4s ease-in-out infinite chat-loading-shimmer;display:block}.chat-loading-avatar{border-radius:50%;width:34px;height:34px}.chat-loading-bubble{height:42px;box-shadow:var(--shadow-sm);border-radius:18px}.chat-loading-bubble.wide{width:min(68%,320px)}.chat-loading-bubble.medium{width:min(54%,260px)}.chat-loading-bubble.short{width:min(44%,210px)}@keyframes chat-loading-shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}.message-bubble{box-sizing:border-box;width:fit-content;min-width:0;max-width:100%;box-shadow:var(--shadow-md);-webkit-user-select:text;user-select:text;-webkit-touch-callout:default;border-radius:20px;padding:12px 14px;overflow:hidden}.message-bubble.user{background:linear-gradient(135deg,#cbf1a6,#b8e98e);border-bottom-right-radius:8px}.message-bubble.agent{background:#fffffff5;border-bottom-left-radius:8px}.message-bubble.builder-guide-message-bubble{width:min(100%,520px);box-shadow:none;background:0 0;padding:0;overflow:visible}.message-bubble.navigation-action-message-bubble{width:min(100%,280px);box-shadow:none;background:0 0;border:none;padding:0;overflow:visible}.message-bubble.sui-message-bubble{width:min(100%,420px);padding:12px;overflow:visible}.message-bubble.sui-message-bubble:has(.agent-capability-card-shell){width:fit-content;max-width:min(100%,360px)}.message-bubble.sui-message-bubble:has(.workflow-draft-card){width:min(100%,540px)}.message-navigation-card{background:#f8fafceb;border:1px solid #0f172a14;border-radius:14px;justify-content:space-between;align-items:center;gap:12px;min-width:min(100%,260px);margin-top:10px;padding:10px 10px 10px 12px;display:flex}.message-navigation-copy{gap:2px;min-width:0;display:grid}.message-navigation-copy span{color:var(--text-tertiary);font-size:11px;line-height:1.2}.message-navigation-copy strong{color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:650;line-height:1.3;overflow:hidden}.message-navigation-card button{color:#fff;cursor:pointer;background:#111827;border:0;border-radius:10px;flex:none;height:30px;padding:0 12px;font-size:12px;font-weight:650}.message-navigation-card button:hover:not(:disabled){background:#0f172a}.message-navigation-card button:disabled{cursor:not-allowed;opacity:.45}.message-bubble.pending{opacity:.92}.message-bubble.thinking{color:var(--text-secondary);background:#ffffffeb;border-bottom-left-radius:8px;align-items:center;gap:8px;display:inline-flex}.message-bubble.thinking .message-content{margin:0}.thinking-done-button{color:#15803d;cursor:pointer;background:#dcfce7eb;border:1px solid #16a34a3d;border-radius:999px;flex:0 0 24px;place-items:center;width:24px;height:24px;font-size:14px;font-weight:900;line-height:1;display:inline-grid}.thinking-done-button:active{transform:scale(.94)}.thinking-done-button:disabled{cursor:not-allowed;opacity:.58}.message-attachment-stack{flex-direction:column;gap:8px;width:fit-content;max-width:min(72vw,340px);margin-bottom:8px;display:flex}.message-attachment-stack:last-child{margin-bottom:0}.message-stack.user .message-attachment-stack{align-items:flex-end}.message-stack.agent .message-attachment-stack{align-items:flex-start}.message-attachment-bubble{max-width:100%;box-shadow:var(--shadow-md);color:inherit;text-align:left;background:#fffffff5;border:0;border-radius:22px;text-decoration:none;display:block;overflow:hidden}.message-stack.user .message-attachment-bubble{border-bottom-right-radius:8px}.message-stack.agent .message-attachment-bubble{border-bottom-left-radius:8px}.message-attachment-bubble.media{padding:0;line-height:0}.message-attachment-image,.message-attachment-video{object-fit:contain;width:auto;max-width:100%;max-height:min(58vh,520px);display:block}.message-attachment-bubble.file{grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:10px;width:fit-content;max-width:100%;min-height:68px;padding:12px;display:grid}.message-attachment-file-icon{color:#526172;letter-spacing:0;background:#eef2f7;border-radius:10px;flex:none;place-items:center;width:42px;height:42px;font-size:10px;font-weight:800;display:inline-grid}.message-attachment-file-icon.pdf{color:#c64141;background:#fff0f0}.message-attachment-file-copy{gap:2px;min-width:0;display:grid}.message-attachment-file-copy strong,.message-attachment-file-copy span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.message-attachment-file-copy strong{color:var(--text-primary);font-size:14px;line-height:1.35}.message-attachment-file-copy span{color:var(--text-muted);font-size:12px}.message-attachment-file-open{color:var(--text-tertiary);font-size:24px;line-height:1}.runtime-message-card{width:fit-content;min-width:min(230px,100vw - 112px);max-width:calc(100vw - 112px);box-shadow:var(--shadow-md);background:#fffffff5;border-radius:18px;overflow:hidden}.runtime-message-card.bash,.runtime-message-card.tool{background:#fffffff5}.runtime-message-card.error{background:#fff8f8}.runtime-message-card.thinking{background:#f8fafcf5}.runtime-message-head{color:#263241;align-items:center;gap:8px;min-width:0;padding:10px 12px 4px;display:flex}.runtime-message-head strong{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:13px;font-weight:800;overflow:hidden}.runtime-message-head span:last-child:not(.runtime-message-dot){color:var(--text-tertiary);flex:none;margin-left:auto;font-size:11px;font-weight:700}.runtime-message-dot{background:#5d6f86;border-radius:999px;flex:none;width:7px;height:7px}.runtime-message-card.error .runtime-message-dot{background:#d64c4c}.runtime-message-card.thinking .runtime-message-dot{background:#8a99aa}.runtime-message-body{color:#17202b;letter-spacing:0;white-space:pre-wrap;overflow-wrap:anywhere;word-break:break-word;-moz-tab-size:2;tab-size:2;-webkit-overflow-scrolling:touch;scrollbar-width:none;width:100%;margin:0;padding:6px 12px 12px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:12px;line-height:1.55;display:block;overflow:visible}.runtime-message-body.command{color:#0f172a}.runtime-message-body.collapsed{max-height:186px;overflow:hidden;-webkit-mask-image:linear-gradient(#000 76%,#0000);mask-image:linear-gradient(#000 76%,#0000)}.runtime-message-toggle{color:var(--text-secondary);background:#eef3f8;border:0;border-radius:999px;margin:-4px 12px 10px;padding:4px 10px;font-size:12px;font-weight:700}@media (max-width:430px){.runtime-message-card{min-width:min(240px,100vw - 112px)}.runtime-message-body{font-size:11.5px}}.attachment-preview-overlay{z-index:90;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#161e2a57;justify-content:center;align-items:stretch;width:100dvw;max-width:100dvw;height:100dvh;display:flex;position:fixed;top:0;right:0;bottom:0;left:0;overflow:hidden}.attachment-preview-page{background:#f6f8fb;flex-direction:column;width:100dvw;min-width:0;max-width:none;height:100dvh;max-height:100dvh;display:flex;overflow:hidden}.attachment-preview-header{width:100%;min-width:0;min-height:calc(58px + env(safe-area-inset-top));padding:calc(8px + env(safe-area-inset-top)) 12px 8px;background:#ffffffeb;border-bottom:1px solid #d2dbe7d1;flex:none;grid-template-columns:36px minmax(0,1fr) auto;align-items:center;gap:8px;display:grid}.attachment-preview-back{width:36px;height:36px;color:var(--text-primary);background:0 0;border:0;border-radius:999px;font-size:30px;line-height:1}.attachment-preview-title{gap:2px;min-width:0;display:grid}.attachment-preview-title strong,.attachment-preview-title span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.attachment-preview-title strong{color:var(--text-primary);font-size:15px;font-weight:800}.attachment-preview-title span{color:var(--text-tertiary);font-size:12px}.attachment-preview-download{min-height:32px;color:var(--text-secondary);background:#eef3f8;border-radius:999px;align-items:center;padding:0 12px;font-size:13px;font-weight:800;text-decoration:none;display:inline-flex}.attachment-preview-body{flex:auto;justify-content:center;align-items:stretch;width:100%;min-width:0;max-width:100%;min-height:0;padding:10px;display:flex;overflow:hidden}.attachment-preview-image,.attachment-preview-video{object-fit:contain;border-radius:12px;max-width:100%;max-height:100%}.attachment-preview-frame-shell{background:#fff;border-radius:12px;width:100%;min-width:0;max-width:100%;height:100%;min-height:0;max-height:100%;overflow:hidden}.attachment-preview-frame{background:#fff;border:0;border-radius:12px;width:100%;min-width:0;max-width:100%;height:100%;max-height:100%;display:block}.attachment-preview-code{color:#1f2937;white-space:pre;-moz-tab-size:2;tab-size:2;-webkit-overflow-scrolling:touch;background:#fff;border:1px solid #d2dbe7d1;border-radius:12px;width:100%;min-width:0;max-width:100%;height:100%;max-height:100%;margin:0;padding:14px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:12px;line-height:1.55;overflow:auto}.attachment-preview-code.error{color:var(--text-tertiary);white-space:normal;justify-content:center;align-items:center;display:flex}.attachment-preview-unavailable{width:100%;height:100%;color:var(--text-tertiary);text-align:center;justify-content:center;align-items:center;padding:24px;font-size:13px;font-weight:700;line-height:1.5;display:flex}.message-avatar.thinking-dot{font-size:18px;animation:1.4s ease-in-out infinite thinking-pulse}@keyframes thinking-pulse{0%,to{opacity:.4}50%{opacity:1}}.message-avatar.thought{background:linear-gradient(135deg,#2e3e56,#435f84)}.thought-row{margin-bottom:12px}.thought-card{background:#f4f7fbfa;border:1px solid #9aabc461;border-radius:16px;width:100%;padding:10px 12px}.thought-card-head{justify-content:space-between;align-items:center;gap:8px;display:flex}.thought-card-head strong{color:var(--text-secondary);font-size:13px}.thought-card-toggle{color:var(--primary);background:#31435d1a;border:none;border-radius:999px;padding:4px 10px;font-size:12px}.thought-card-latest{white-space:pre-wrap;word-break:break-word;color:var(--text-primary);margin:8px 0 6px;font-size:14px;line-height:1.5}.thought-card-events{gap:8px;margin-top:8px;display:grid}.thought-card-event{border-left:2px solid #9aabc480;padding-left:8px}.thought-card-event p{white-space:pre-wrap;word-break:break-word;color:var(--text-secondary);margin:0;font-size:13px;line-height:1.45}.message-content-frame{position:relative}.message-content-frame.collapsed{max-height:70vh;padding-bottom:36px;overflow:hidden}.message-content-frame.collapsed:after{content:"";pointer-events:none;background:linear-gradient(to bottom,#fff0,var(--message-fade-bg,#fffffff5) 72%);height:56px;position:absolute;bottom:0;left:0;right:0}.message-bubble.user .message-content-frame.collapsed:after{--message-fade-bg:#b8e98e}.message-bubble.agent .message-content-frame.collapsed:after{--message-fade-bg:#fffffff5}.message-content{white-space:pre-wrap;word-break:break-word;margin:0;font-size:15px;line-height:1.6}.message-expand-button{z-index:1;color:var(--primary);background:#ffffffeb;border:0;border-radius:999px;padding:5px 12px;font-size:12px;font-weight:700;position:absolute;bottom:0;right:0;box-shadow:0 4px 14px #1f293724}.message-content-frame:not(.collapsed) .message-expand-button{margin:10px 0 0 auto;display:block;position:static}.inline-code{background:#0000000f;border-radius:4px;padding:1px 5px;font-family:monospace;font-size:13px}.md-h4{margin:10px 0 4px;font-size:15px}.md-h3{margin:12px 0 6px;font-size:16px}.md-h2{margin:14px 0 8px;font-size:17px}.md-hr{border:0;border-top:1px solid var(--border-light);margin:10px 0}.md-li{margin:2px 0;padding-left:8px}.template-draft-card{flex-direction:column;gap:12px;width:100%;min-width:0;display:flex}.agent-market-recommend-card{gap:14px}.agent-market-recommend-list{gap:10px;display:grid}.agent-market-recommend-row{width:100%;min-width:0;color:inherit;text-align:left;background:#f8fafce6;border:1px solid #191f2814;border-radius:12px;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:10px;padding:10px;display:grid}.agent-market-recommend-avatar{background:var(--success-soft);width:40px;height:40px;color:var(--success);border-radius:12px;place-items:center;font-weight:900;display:grid}.agent-market-recommend-copy{gap:4px;min-width:0;display:grid}.agent-market-recommend-copy strong,.agent-market-recommend-copy small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.agent-market-recommend-copy strong{color:var(--text-primary);font-size:14px}.agent-market-recommend-copy small{color:var(--text-secondary);font-size:12px}.agent-market-recommend-tags{gap:5px;display:flex;overflow:hidden}.agent-market-recommend-tags em{color:var(--primary);background:#2f6de414;border-radius:999px;flex-shrink:0;padding:3px 6px;font-size:10px;font-style:normal;font-weight:800}.agent-market-recommend-side{justify-items:end;gap:2px;display:grid}.agent-market-recommend-side strong{color:var(--text-primary);white-space:nowrap;font-size:13px}.agent-market-recommend-side small,.agent-market-recommend-side em{color:var(--text-tertiary);white-space:nowrap;font-size:11px}.agent-market-recommend-side em{color:var(--primary);background:#2f6de414;border-radius:999px;margin-top:2px;padding:3px 7px;font-style:normal;font-weight:800}.agent-market-recommend-empty{background:#f8fafcb8;border:1px dashed #191f281f;border-radius:12px;gap:4px;padding:14px;display:grid}.agent-market-recommend-empty strong{color:var(--text-primary);font-size:14px}.agent-market-recommend-empty span{color:var(--text-secondary);font-size:12px;line-height:1.45}.sui-draft-card{width:100%;max-width:100%;padding:2px 0 8px;position:relative}.template-draft-card-header,.sui-draft-card-header{align-items:center;gap:10px;min-width:0;display:flex}.template-draft-card-header>div,.sui-draft-card-header>div{min-width:0}.template-draft-card-header strong,.sui-draft-card-header strong{word-break:break-word;font-size:15px;line-height:1.3;display:block}.template-draft-card-header p,.template-draft-description,.sui-draft-card-header p,.sui-draft-summary{color:var(--text-secondary);margin:2px 0 0;font-size:13px;line-height:1.5}.sui-draft-card-header p{color:var(--text-tertiary);margin:0 0 3px;font-size:12px}.sui-draft-title-button{width:100%;color:var(--text-primary);font:inherit;text-align:left;word-break:break-word;background:0 0;border:0;padding:0;font-size:16px;font-weight:700;line-height:1.3;display:block}.sui-draft-title-input{box-sizing:border-box;width:100%;min-height:34px;color:var(--text-primary);font:inherit;background:#fff;border:1px solid #c1ccd9f2;border-radius:8px;outline:none;padding:4px 7px;font-size:16px;font-weight:700}.template-draft-emoji,.sui-draft-badge{color:#2f3a46;background:#eef2f6;border-radius:11px;flex:none;justify-content:center;align-items:center;width:40px;height:40px;font-size:15px;font-weight:700;display:inline-flex}.agent-config-badge{color:#0f766e;background:#ecfdf5}.agent-config-badge-icon{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:20px;height:20px}.sui-draft-summary{margin:-2px 0 0}.sui-draft-fields{border-top:1px solid #e5eaf0f5;border-bottom:1px solid #e5eaf0f5;gap:2px;padding:4px 0;display:grid}.sui-draft-field{grid-template-columns:52px minmax(0,1fr);align-items:start;gap:7px;min-width:0;padding:8px 0;display:grid}.workflow-draft-card .sui-draft-field{grid-template-columns:58px minmax(0,1fr);gap:10px}.sui-draft-field+.sui-draft-field{border-top:1px solid #edf1f5eb}.sui-draft-field-label{color:var(--text-tertiary);white-space:nowrap;text-align:left;padding-top:2px;font-size:12px;line-height:1.45}.sui-draft-field-value{width:100%;max-width:100%;color:var(--text-primary);font:inherit;text-align:left;white-space:pre-wrap;overflow-wrap:anywhere;background:0 0;border:0;padding:0;font-size:13px;line-height:1.5}.sui-draft-field.single-line{align-items:center}.sui-draft-field.single-line .sui-draft-field-label{padding-top:0}.sui-draft-field.single-line .sui-draft-field-value{white-space:nowrap;overflow-wrap:normal;word-break:normal;text-overflow:ellipsis;display:block;overflow:hidden}.sui-draft-field-value.readonly{cursor:default;color:var(--text-primary)}.sui-draft-popover-control{min-width:0;position:relative}.sui-draft-select-value{white-space:nowrap;overflow-wrap:normal;word-break:normal;text-overflow:ellipsis;justify-content:flex-start;align-items:center;gap:4px;width:100%;min-width:0;max-width:100%;display:inline-flex;overflow:hidden}.sui-draft-select-value>span:first-child{text-overflow:ellipsis;white-space:nowrap;overflow-wrap:normal;word-break:normal;flex:auto;min-width:0;overflow:hidden}.sui-draft-select-caret{border-left:4px solid #0000;border-right:4px solid #0000;border-top:5px solid var(--text-tertiary);flex:none;width:0;height:0;margin-top:1px;display:inline-block}.sui-draft-popover{z-index:8;background:#fff;border:1px solid #d6dee8f2;border-radius:12px;width:min(172px,100vw - 96px);padding:5px;position:absolute;top:calc(100% + 8px);left:0;box-shadow:0 16px 34px #0f172a29}.sui-draft-popover-item{width:100%;min-height:32px;color:var(--text-primary);text-align:left;background:0 0;border:0;border-radius:8px;justify-content:space-between;align-items:center;gap:10px;padding:0 8px;font-size:12px;display:flex}.sui-draft-popover-item span{text-overflow:ellipsis;white-space:nowrap;overflow-wrap:normal;word-break:normal;flex:auto;min-width:0;overflow:hidden}.sui-draft-popover-item.selected,.sui-draft-popover-item:active{background:#eff4f8fa}.sui-draft-popover-item strong{color:var(--text-tertiary);white-space:nowrap;flex:none;font-size:10px;font-weight:700}.sui-draft-field-value:active{color:#0f766e}.sui-draft-switch{background:#d7dee7;border:0;border-radius:999px;width:46px;height:26px;padding:0;transition:background .14s;position:relative}.sui-draft-switch span{background:#fff;border-radius:999px;width:20px;height:20px;transition:transform .14s;position:absolute;top:3px;left:3px;box-shadow:0 1px 3px #0f172a2e}.sui-draft-switch.on{background:#111827}.sui-draft-switch.on span{transform:translate(20px)}.sui-draft-field-input{box-sizing:border-box;width:100%;min-height:32px;color:var(--text-primary);font:inherit;background:#fff;border:1px solid #c1ccd9f2;border-radius:8px;outline:none;justify-self:start;padding:6px 8px;font-size:13px;line-height:1.45}.sui-draft-field-input:focus{border-color:#0f766e;box-shadow:0 0 0 3px #0f766e1a}.sui-draft-field-input.textarea{resize:vertical}.agent-draft-builder-panel{gap:9px;padding:10px 0 4px;display:grid}.agent-draft-panel-head{justify-content:space-between;align-items:center;gap:10px;min-width:0;display:flex}.agent-draft-panel-head>div{min-width:0}.agent-draft-panel-head strong{color:var(--text-primary);font-size:13px;line-height:1.35;display:block}.agent-draft-panel-head span,.agent-draft-panel-empty,.agent-draft-inline-error{color:var(--text-tertiary);margin:1px 0 0;font-size:11px;line-height:1.45;display:block}.agent-draft-inline-error{color:#b42318}.agent-draft-panel-head button{min-height:30px;color:var(--text-primary);background:#fff;border:1px solid #d6dee8f2;border-radius:999px;flex:none;padding:0 10px;font-size:11px;font-weight:700}.agent-draft-panel-head button:disabled{opacity:.52}.agent-draft-skill-grid{scrollbar-width:none;gap:6px;padding-bottom:2px;display:flex;overflow-x:auto}.agent-draft-skill-grid::-webkit-scrollbar{display:none}.agent-draft-skill-chip{max-width:132px;min-height:42px;color:var(--text-primary);text-align:left;background:#f8fafcf0;border:1px solid #d6dee8f2;border-radius:12px;flex-direction:column;flex:none;justify-content:center;align-items:flex-start;padding:6px 9px;display:inline-flex}.agent-draft-skill-chip.selected{background:#0f766e1a;border-color:#0f766e8c}.agent-draft-skill-chip strong,.agent-draft-skill-chip span{text-overflow:ellipsis;white-space:nowrap;max-width:100%;overflow:hidden}.agent-draft-skill-chip strong{font-size:12px;line-height:1.3}.agent-draft-skill-chip span{color:var(--text-tertiary);font-size:10px}.agent-draft-textarea-card{gap:5px;display:grid}.agent-draft-textarea-card span{color:var(--text-tertiary);font-size:11px;font-weight:700}.agent-draft-textarea-card textarea{box-sizing:border-box;resize:vertical;width:100%;min-height:68px;color:var(--text-primary);font:inherit;background:#fff;border:1px solid #d6dee8f2;border-radius:12px;outline:none;padding:8px;font-size:12px;line-height:1.5}.agent-draft-textarea-card textarea:focus{border-color:#0f766e;box-shadow:0 0 0 3px #0f766e1a}.agent-draft-config-link,.agent-capability-inline-header button,.agent-selected-skill-tags button,.agent-generated-skill-actions button,.agent-knowledge-source-actions button,.agent-knowledge-source-row button,.agent-capability-footer button{cursor:pointer}.agent-draft-config-link,.agent-draft-skill-value{justify-content:space-between;align-items:center;gap:10px;display:flex}.agent-draft-config-link span,.agent-draft-skill-value span{min-width:0}.agent-draft-config-link em,.agent-draft-skill-value em{color:#0f766e;flex:none;font-size:11px;font-style:normal;font-weight:700}.agent-draft-config-link .agent-draft-inline-tags,.agent-draft-skill-value .agent-draft-inline-tags{flex-wrap:wrap;gap:6px;min-width:0;display:flex}.agent-draft-skill-plain{color:#64748b;font-size:13px;font-weight:500;line-height:1.35}.agent-draft-config-link .agent-draft-inline-tags em,.agent-draft-skill-value .agent-draft-inline-tags em{color:#1f2937;text-overflow:ellipsis;white-space:nowrap;background:#f1f5f9;border-radius:8px;flex:0 auto;max-width:100%;padding:4px 8px;font-size:12px;font-style:normal;font-weight:700;line-height:1.2;overflow:hidden}.agent-capability-card-shell{gap:10px;display:grid}.agent-capability-inline-header{grid-template-columns:38px minmax(0,1fr) auto;align-items:center}.agent-capability-inline-header>div{gap:2px;min-width:0;display:grid}.agent-capability-card-shell{flex-direction:column;gap:16px;width:fit-content;min-width:0;max-width:360px;display:flex;box-shadow:none!important;background:0 0!important;border:none!important;padding:0!important}.agent-capability-inline-header{border-bottom:1px solid #f1f5f9;grid-template-columns:40px minmax(0,1fr) auto;align-items:center;gap:10px;min-width:0;max-width:100%;padding-bottom:12px;display:grid!important}.agent-capability-inline-header strong{color:#1a1a1a;text-overflow:ellipsis;white-space:nowrap;font-size:16px;font-weight:700;line-height:1.28;overflow:hidden}.agent-capability-inline-header span:not(.sui-draft-badge):not(.agent-capability-summary-text){color:#94a3b8;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:500;line-height:1.35;overflow:hidden}.agent-capability-summary-text{color:#64748b;margin-top:2px;font-size:12px;font-weight:400;line-height:1.35;display:block}.agent-capability-inline-header button{color:#475569;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:6px;height:28px;padding:0 12px;font-size:11px;font-weight:700;transition:all .2s}.agent-capability-inline-header button:hover{background:#f8fafc;border-color:#cbd5e1}.agent-capability-block{flex-direction:column;gap:10px;min-width:0;max-width:100%;display:flex}.agent-capability-block .workflow-draft-form-group-title{min-width:0;max-width:100%}.agent-identity-fields{grid-template-columns:minmax(0,1fr);gap:8px;min-width:0;max-width:100%;display:grid}.agent-identity-fields label{color:#64748b;gap:5px;min-width:0;font-size:12px;font-weight:800;line-height:1.35;display:grid}.agent-identity-fields input{color:#1f2937;width:100%;min-width:0;height:34px;font:inherit;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;outline:none;padding:0 10px;font-size:13px;font-weight:700}.agent-identity-fields input:focus{background:#fff;border-color:#0f766e;box-shadow:0 0 0 3px #0f766e1a}.agent-skill-select-field{justify-items:start;gap:6px;min-width:0;max-width:100%;display:grid}.agent-skill-select-field strong{color:#64748b;letter-spacing:0;white-space:nowrap;font-size:12px;font-weight:800;line-height:1.35}.agent-skill-select-field select{color:#475569;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;outline:none;width:min(100%,180px);min-width:0;min-height:32px;padding:0 8px;font-size:12px}.agent-selected-skill-tags{flex-wrap:wrap;gap:6px;min-width:0;max-width:100%;display:flex}.agent-skill-tag-card{background:#f1f5f9;border:1px solid #e2e8f0;border-radius:8px;align-items:center;gap:6px;min-width:0;max-width:min(100%,320px);min-height:28px;padding:0 5px 0 9px;display:inline-flex}.agent-skill-tag-card.generated{background:#f5f3ff;border-color:#ddd6fe}.agent-skill-tag-card>span{min-width:0;max-width:min(100%,260px);display:block}.agent-skill-tag-card strong{color:#1f2937;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:700;line-height:1.2;display:block;overflow:hidden}.agent-skill-tag-card button{color:#94a3b8;cursor:pointer;opacity:.7;background:0 0;border:none;border-radius:999px;flex:none;justify-content:center;align-items:center;width:18px;height:18px;padding:0;font-size:15px;line-height:1;display:flex}.agent-skill-tag-card button:hover{opacity:1;color:#ef4444;background:0 0}.agent-capability-footer.row{border-top:1px solid #f1f5f9;flex-wrap:nowrap;justify-content:flex-start;gap:10px;min-width:0;max-width:100%;margin-top:4px;padding-top:16px;display:flex}.agent-capability-footer.row button{border-radius:10px;flex:0 auto;width:auto;min-width:max-content;height:38px;padding:0 18px;font-size:13px;font-weight:800}.template-draft-primary{color:#fff;background:#0f172a;border:none}.template-draft-secondary{color:#334155;background:#fff;border:1px solid #e2e8f0}.agent-knowledge-source-list{flex-direction:column;gap:6px;min-width:0;max-width:100%;margin-top:8px;display:flex}.agent-knowledge-source-row{background:#f8fafc;border:1px solid #f1f5f9;min-width:0;max-width:100%;padding:12px}.agent-capability-footer{border-top:1px solid #f1f5f9;gap:12px;margin-top:10px;padding-top:20px}.agent-capability-footer button{border-radius:14px;height:48px;font-size:14px;font-weight:700}@media (max-width:430px){.agent-skill-select-grid{grid-template-columns:1fr}}.agent-generated-skill-card{background:#fbfcfe;border:1px solid #e5eaf0f5;border-radius:14px;gap:9px;padding:10px;display:grid}.agent-generated-skill-card.selected{border-color:#0f766e85;box-shadow:0 10px 22px #0f766e14}.agent-generated-skill-card>div:first-child{gap:4px;display:grid}.agent-generated-skill-card strong{color:var(--text-primary);font-size:14px}.agent-generated-skill-card span{color:var(--text-secondary);font-size:12px;line-height:1.45}.agent-generated-skill-actions,.agent-knowledge-source-actions,.agent-capability-footer{flex-wrap:wrap;gap:8px;min-width:0;max-width:100%;display:flex}.agent-generated-skill-actions button,.agent-knowledge-source-actions button{min-height:34px;color:var(--text-primary);background:#fff;border:1px solid #d6dee8f2;border-radius:999px;padding:0 12px;font-size:12px;font-weight:800}.agent-generated-skill-editor,.agent-knowledge-text-panel{gap:8px;display:grid}.agent-generated-skill-editor input,.agent-generated-skill-editor textarea,.agent-knowledge-text-panel textarea{box-sizing:border-box;width:100%;color:var(--text-primary);font:inherit;background:#fff;border:1px solid #d6dee8f2;border-radius:12px;outline:none;padding:9px 10px;font-size:13px;line-height:1.5}.agent-generated-skill-editor textarea,.agent-knowledge-text-panel textarea{resize:vertical}.agent-knowledge-text-panel>div{gap:8px;display:flex}.agent-knowledge-text-panel button,.agent-knowledge-source-row button{min-height:30px;color:var(--text-primary);background:#fff;border:1px solid #d6dee8f2;border-radius:999px;padding:0 10px;font-size:12px;font-weight:800}.agent-knowledge-source-list{gap:8px;display:grid}.agent-knowledge-source-row{background:#f8fafcf5;border-radius:14px;justify-content:space-between;align-items:center;gap:10px;padding:10px;display:flex}.agent-knowledge-source-row.uploading{background:#eff6ffe6;border-color:#2563eb2e}.agent-knowledge-source-row.error{background:#fef2f2e6;border-color:#dc26262e}.agent-knowledge-source-row.error small{color:#b42318}.agent-knowledge-source-row span{gap:2px;min-width:0;display:grid}.agent-knowledge-source-row strong,.agent-knowledge-source-row small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.agent-knowledge-source-row strong{color:var(--text-primary);font-size:13px}.agent-knowledge-source-row small{color:var(--text-tertiary);font-size:11px}.agent-capability-footer{padding-top:2px}.agent-capability-footer .template-draft-primary,.agent-capability-footer .template-draft-secondary{flex:140px}.template-draft-meta{flex-wrap:wrap;gap:6px;min-width:0;display:flex}.template-draft-meta span{max-width:100%;color:var(--text-secondary);overflow-wrap:anywhere;background:#eef3f8eb;border-radius:999px;padding:4px 8px;font-size:11px}.template-draft-section{flex-direction:column;gap:6px;display:flex}.template-draft-section strong{color:var(--text-secondary);font-size:12px}.template-draft-list{color:var(--text-secondary);margin:0;padding-left:18px;font-size:12px;line-height:1.55}.template-draft-list li+li{margin-top:4px}.template-draft-description{color:var(--text-secondary);margin:0;font-size:13px;line-height:1.55}.template-draft-actions{flex-wrap:nowrap;justify-content:flex-start;gap:5px;width:100%;display:flex}.template-draft-primary,.template-draft-secondary,.template-draft-ghost{box-sizing:border-box;border:1px solid #0000;border-radius:8px;width:46px;min-height:30px;font-size:11px;font-weight:600}.template-draft-primary{color:#fff;background:#111827;justify-content:center;align-items:center;gap:4px;display:inline-flex}.sui-collapsed-card{align-items:center;gap:9px;min-width:0;padding-right:18px;display:flex;position:relative}.sui-collapsed-badge{color:#2f3a46;background:#eef2f6;border-radius:9px;flex:none;justify-content:center;align-items:center;width:30px;height:30px;font-size:13px;font-weight:700;display:inline-flex}.sui-collapsed-badge .agent-config-badge-icon{color:#0f766e;width:18px;height:18px}.sui-collapsed-copy{min-width:0}.sui-collapsed-copy strong{color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;font-size:13px;line-height:1.35;display:block;overflow:hidden}.sui-action-message-row,.sui-result-message-row{margin-top:10px}.sui-result-bubble-wrap{align-items:flex-end;gap:8px;max-width:100%;display:inline-flex;position:relative}.sui-card-corner-button{z-index:2;color:#526171;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#f8fafcfa;border:1px solid #becadae0;border-radius:999px;place-items:center;width:24px;height:24px;padding:0;display:inline-grid;position:absolute;bottom:-14px;right:-15px;box-shadow:0 10px 22px #0f172a24}.sui-card-corner-button:active{background:#eef3f8;transform:translateY(1px)scale(.98)}.sui-corner-icon{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:16px;height:16px}.sui-result-detail-link{color:#2f6fed;white-space:nowrap;background:0 0;border:0;border-radius:0;flex:none;padding:0 2px 2px;font-size:12px;font-weight:600;line-height:1.2}.sui-result-detail-link:active{color:#1f4fbf}.sui-card-corner-button.collapse{bottom:-15px;right:-15px}.template-draft-secondary{color:var(--text-primary);background:#fff;border-color:#d1d8e0fa}.template-draft-ghost{color:var(--text-secondary);background:#f3f6f9f2}.template-draft-secondary.wide{width:46px}.message-context-menu-backdrop{z-index:12;position:fixed;top:0;right:0;bottom:0;left:0}.message-context-menu{min-width:132px;max-width:132px;box-shadow:var(--shadow-lg);background:#fff;border-radius:0;padding:4px 0;position:absolute}.message-context-menu-item{width:100%;min-height:36px;color:var(--text);cursor:pointer;text-align:left;white-space:nowrap;background:0 0;border:0;border-radius:0;padding:0 16px;font-size:14px}.message-context-menu-item:active{background:var(--surface-soft)}.message-context-menu-item.danger{color:var(--danger)}.message-timestamp{color:#566273b8;margin-top:6px;padding:0 6px;font-size:11px;line-height:1}.message-timestamp.user{text-align:right}.message-timestamp.agent{text-align:left}.message-meta{color:#566273b8;justify-content:center;align-items:center;gap:6px;width:fit-content;min-width:0;max-width:100%;margin-top:6px;padding:0 4px;font-size:11px;line-height:1;display:flex}.message-meta.user{align-self:flex-end}.message-meta.agent{align-self:flex-start}.message-meta-name,.message-meta-time{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.message-meta-name{color:var(--text-tertiary)}.message-meta-time{flex-shrink:0}.message-inline-meta{color:var(--text-tertiary);gap:8px;margin-top:8px;font-size:12px;display:flex}.worker-run-panel{box-shadow:var(--shadow-md);background:#fffffff0;border-radius:20px;margin:10px 0 12px;padding:14px}.worker-run-header{justify-content:space-between;align-items:center;gap:12px;margin-bottom:10px;display:flex}.worker-run-header strong{font-size:13px}.worker-run-header span{color:var(--text-tertiary);font-size:12px}.worker-run-list{gap:8px;display:grid}.worker-run-card{background:var(--surface-soft);border-radius:16px;padding:12px 14px}.worker-run-card-top{justify-content:space-between;align-items:center;gap:12px;display:flex}.worker-run-card-top strong{font-size:13px}.worker-run-card-top span{color:var(--text-tertiary);font-size:12px}.worker-run-card p{color:var(--text-secondary);margin:8px 0 0;font-size:13px;line-height:1.6}.worker-run-card.failed{background:var(--danger-soft)}.chat-bottom{padding:8px 12px calc(12px + env(safe-area-inset-bottom));border-top:1px solid var(--line);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#f7f9fbfa;flex-shrink:0}.agent-drawer{z-index:4;margin-bottom:10px;position:relative}.agent-drawer.expanded{z-index:6}.chat-toolbar{grid-template-columns:minmax(0,1fr) auto 84px 64px;align-items:center;gap:8px;display:grid}.agent-drawer-toggle{z-index:3;cursor:pointer;min-height:42px;box-shadow:var(--shadow-md);background:#fffffffa;border:0;border-radius:999px;justify-content:space-between;align-items:center;gap:12px;padding:0 14px;font-size:13px;font-weight:700;display:flex;position:relative}.agent-drawer-toggle.compact{justify-self:stretch;width:100%;min-width:0;max-width:none}.toolbar-caret{color:var(--text-tertiary);font-size:14px;font-weight:700;line-height:1;transition:transform .16s;transform:rotate(0)}.toolbar-caret.expanded{transform:rotate(180deg)}.chat-toolbar-menu{position:relative}.chat-more-button{min-height:42px;color:var(--text-primary);box-shadow:var(--shadow-md);cursor:pointer;white-space:nowrap;background:#fffffffa;border:0;border-radius:999px;padding:0 14px;font-size:13px;font-weight:700}.chat-engine-button{text-overflow:ellipsis;text-align:center;justify-self:stretch;width:84px;padding:0 12px;overflow:hidden}.chat-actions-popover{min-width:120px;box-shadow:var(--shadow-md);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fffffffa;border-radius:16px;gap:6px;padding:8px;display:grid;position:absolute;bottom:calc(100% + 8px);right:0}.chat-actions-item{text-align:left;background:var(--surface-soft);min-height:36px;color:var(--text-primary);cursor:pointer;border:0;border-radius:12px;justify-content:space-between;align-items:center;padding:0 12px;font-size:13px;font-weight:700;display:flex}.chat-actions-item.selected{color:var(--primary);background:#286eff1a}.chat-actions-item strong{font-size:12px}.chat-actions-item:disabled{opacity:.55;cursor:default}.chat-mode-switch{min-height:42px;box-shadow:var(--shadow-md);background:#fffffffa;border-radius:999px;grid-auto-flow:column;justify-self:center;align-items:center;gap:3px;min-width:0;padding:3px;display:inline-grid}.chat-mode-chip{min-height:32px;color:var(--text-secondary);cursor:pointer;white-space:nowrap;background:0 0;border:0;border-radius:999px;padding:0 10px;font-size:12px;font-weight:600}.chat-mode-chip.active{background:linear-gradient(135deg,var(--primary) 0%,#2d3f5a 100%);color:#fff}.engine-popover{min-width:144px}.new-session-sheet{border-radius:26px 26px 20px 20px;grid-template-rows:auto auto minmax(0,1fr) auto;gap:12px;width:min(100%,460px);max-height:min(84dvh,760px);display:grid;overflow:hidden}.new-session-summary{flex-wrap:wrap;gap:8px;display:flex}.new-session-summary span{min-height:28px;color:var(--primary);background:#286eff14;border-radius:999px;align-items:center;padding:0 10px;font-size:12px;font-weight:700;display:inline-flex}.new-session-content{gap:12px;min-height:0;display:grid}.new-session-section{background:#f7f9fd;border:1px solid #172b4d14;border-radius:16px;min-height:0;overflow:hidden}.new-session-section-head{background:#ffffffd9;border-bottom:1px solid #172b4d14;align-items:center;min-height:40px;padding:0 12px;display:flex}.new-session-section-head h3{color:var(--text-primary);margin:0;font-size:13px;font-weight:800}.new-session-list{gap:8px;max-height:min(24dvh,220px);padding:8px;display:grid;overflow-y:auto}.new-session-option{text-align:left;min-height:38px;color:var(--text-primary);cursor:pointer;background:#fff;border:1px solid #172b4d14;border-radius:12px;justify-content:space-between;align-items:center;padding:0 12px;font-size:13px;font-weight:700;display:flex}.new-session-option.selected{color:var(--primary);background:#286eff1a;border-color:#286eff57}.new-session-option strong{font-size:12px}.agent-drawer-popover{max-height:min(48vh,420px);box-shadow:var(--shadow-md);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fffffffa;border-radius:20px;gap:12px;padding:14px;display:grid;position:absolute;bottom:calc(100% + 10px);left:0;right:0;overflow-y:auto}.agent-drawer-body{gap:12px;display:grid}.turn-card,.agent-list-item{background:var(--surface-soft);border-radius:16px;margin:0;padding:14px}.turn-card-title,.agent-list-title{margin:0;font-size:13px;font-weight:700}.turn-card-copy,.agent-list-copy{color:var(--text-secondary);margin:6px 0 0;font-size:13px;line-height:1.6}.turn-card-meta{color:var(--text-tertiary);margin:8px 0 0;font-size:12px}.agent-list,.composer{gap:10px;display:grid}.plus-panel{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.plus-panel-item{background:var(--surface);text-align:left;box-shadow:var(--shadow-md);border:0;border-radius:18px;padding:14px}.plus-panel-item strong{font-size:14px;display:block}.plus-panel-item span{color:var(--text-secondary);margin-top:6px;font-size:12px;line-height:1.5;display:block}.composer-panel{grid-template-columns:40px minmax(0,1fr) auto;align-items:end;gap:10px;display:grid}.composer-plus,.composer-button{border-radius:999px;min-height:40px}.composer-plus{background:var(--surface);width:40px;height:40px;box-shadow:var(--shadow-md);font-size:24px}.composer-input{resize:none;background:var(--surface);width:100%;min-height:44px;max-height:130px;box-shadow:var(--shadow-md);-webkit-overflow-scrolling:touch;border:0;border-radius:22px;outline:none;padding:10px 14px;line-height:22px;overflow-y:hidden}.composer-button{background:linear-gradient(135deg,var(--success) 0%,#58c78f 100%);color:#fff;border:0;padding:0 18px;font-weight:700}.detail-screen{padding-bottom:calc(28px + env(safe-area-inset-bottom));scrollbar-width:none;overflow-y:auto}.detail-screen::-webkit-scrollbar{display:none}.detail-section{border-radius:var(--radius-lg);background:var(--surface);box-shadow:var(--shadow-md);margin:10px 16px 16px;padding:18px}.detail-section-header{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.detail-section-header--spaced{margin-bottom:12px}.detail-helper-copy,.detail-inline-copy,.detail-inline-error{color:var(--text-tertiary);margin:6px 0 0;font-size:13px;line-height:1.5}.detail-inline-error{color:var(--danger)}.wallet-list-end-copy,.wallet-loadmore-container{text-align:center;margin-top:16px}.wallet-recharge-panel{gap:12px;display:grid}.wallet-recharge-options button,.wallet-recharge-submit{border:1px solid var(--line);cursor:pointer;border-radius:12px;min-height:40px;font-size:13px;font-weight:800}.wallet-recharge-options button{background:var(--surface-soft);color:var(--text-secondary)}.wallet-recharge-options button.active{border-color:var(--primary);color:var(--primary);background:#2f6de414}.wallet-recharge-submit{background:var(--primary);color:#fff}.wallet-recharge-order{background:var(--surface-soft);border:1px solid var(--line);border-radius:12px;gap:8px;padding:10px 12px;display:grid}.wallet-recharge-order span{color:var(--text-secondary);font-size:12px;font-weight:800}.wallet-recharge-order a{color:var(--primary);font-size:13px;font-weight:850;text-decoration:none}.wallet-recharge-order img{object-fit:contain;background:#fff;border-radius:12px;width:128px;height:128px}.detail-section-compact{padding:14px 16px}.conversation-hub-agent-list .detail-section-compact{box-shadow:none;background:0 0;border-radius:0;margin:0;padding:0}.detail-section h3{margin:0 0 12px;font-size:16px}.detail-section p{color:var(--text-secondary);margin:0;font-size:14px;line-height:1.7}.detail-subsection{margin-top:14px}.detail-subsection h4{color:var(--text-secondary);margin:0 0 10px;font-size:14px}.detail-skill-list{gap:10px;display:grid}.detail-skill-item{border-radius:var(--radius-md);background:var(--surface-soft);justify-content:space-between;align-items:center;gap:12px;padding:14px 16px;display:flex}.detail-skill-item strong{font-size:14px;display:block}.detail-skill-item p{color:var(--text-tertiary);margin:4px 0 0;font-size:12px;line-height:1.45}.detail-badge{background:var(--primary-soft);min-width:50px;height:28px;color:var(--primary);border-radius:999px;justify-content:center;align-items:center;padding:0 10px;font-size:12px;font-weight:600;display:inline-flex}.detail-skill-actions{align-items:center;gap:8px;display:flex}.detail-hero-card{gap:16px;display:grid}.agent-hero{gap:14px;display:grid}.agent-workbench-screen{--agent-workbench-bottom-space: calc(108px + env(safe-area-inset-bottom)) ;--agent-document-visible-height: calc(100dvh - 188px - env(safe-area-inset-bottom)) ;overflow:hidden}.agent-workbench-scroll{padding-bottom:var(--agent-workbench-bottom-space)}.agent-workbench-content{gap:12px;width:100%;max-width:100%;display:grid}.agent-workbench-card{background:var(--surface);box-sizing:border-box;border:1px solid #191f280f;border-radius:18px;width:100%;min-width:0;margin:0;padding:16px;box-shadow:0 8px 24px #151f2c0f}.agent-workbench-hero{margin:0}.agent-hero-tags{flex-shrink:0;justify-content:flex-end;align-items:center;gap:6px;min-width:0;display:inline-flex}.agent-hero-tags .status-badge{white-space:nowrap;min-height:24px;padding:0 9px;font-size:11px}.agent-section-header{justify-content:space-between;align-items:flex-start;gap:12px;min-width:0;display:flex}.agent-section-header h3{color:var(--text-primary);margin:0;font-size:15px;font-weight:800;line-height:1.25}.agent-section-header p{color:var(--text-tertiary);margin:4px 0 0;font-size:12px;line-height:1.45}.agent-section-actions,.agent-profile-edit-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:inline-flex}.agent-section-copy{color:var(--text-secondary);margin:10px 0 0;font-size:14px;line-height:1.65}.agent-profile-edit-form{gap:12px;min-width:0;margin-top:14px;display:grid}.agent-profile-edit-form label{gap:6px;min-width:0;display:grid}.agent-profile-edit-form span{color:var(--text-tertiary);font-size:12px;font-weight:700}.agent-profile-edit-form input,.agent-profile-edit-form select,.agent-profile-edit-form textarea{width:100%;min-width:0;color:var(--text-primary);font:inherit;box-sizing:border-box;background:#f8fafce6;border:1px solid #191f281a;border-radius:10px;font-size:13px;line-height:1.5}.agent-profile-edit-form input,.agent-profile-edit-form select{min-height:38px;padding:8px 10px}.agent-profile-edit-form textarea{resize:vertical;min-height:220px;padding:10px}.agent-document-stack{gap:12px;min-width:0;display:grid}.agent-document-card{flex-direction:column;min-height:min(68dvh,620px);display:flex}.agent-document-stack.doc-count-1 .agent-document-card{min-height:max(360px,var(--agent-document-visible-height))}.agent-document-stack.doc-count-2 .agent-document-card{min-height:max(220px,calc((var(--agent-document-visible-height) - 12px) / 2))}.agent-document-stack.doc-count-3 .agent-document-card{min-height:max(360px,min(66dvh,calc(var(--agent-document-visible-height) * .72)))}.agent-capability-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:0;display:grid}.agent-overview-section-label{min-width:0;color:var(--text-primary);letter-spacing:0;justify-content:space-between;align-items:flex-end;gap:10px;margin:2px 6px 8px;padding:0;font-size:15px;font-weight:800;line-height:1.25;display:flex}.agent-overview-section-label>div{min-width:0}.agent-overview-section-label h3{color:var(--text-primary);margin:0;font-size:15px;font-weight:800;line-height:1.25}.agent-overview-section-label p{color:var(--text-tertiary);margin:4px 0 0;font-size:12px;font-weight:500;line-height:1.45}.agent-overview-section-label>span,.agent-overview-section-label>em{color:var(--text-tertiary);white-space:nowrap;flex:none;font-size:12px;font-style:normal;font-weight:700;line-height:1.25}.agent-overview-section-label .status-badge,.agent-overview-section-label .task-action-button,.agent-overview-section-label .sheet-button{flex:none}.agent-capability-grid article{background:var(--surface-soft);border-radius:15px;gap:5px;min-width:0;padding:12px;display:grid}.agent-capability-grid strong{color:var(--text-secondary);font-size:11px;font-weight:800}.agent-capability-grid span{text-overflow:ellipsis;white-space:nowrap;min-width:0;color:var(--text-primary);font-size:13px;font-weight:800;overflow:hidden}.agent-hero-left{grid-template-columns:56px minmax(0,1fr);align-items:center;gap:14px;min-width:0;display:grid}.agent-hero .detail-avatar{flex-shrink:0;width:56px;height:56px;font-size:22px}.agent-hero .detail-copy h2{overflow-wrap:anywhere;margin:0;font-size:17px;line-height:1.25}.agent-hero .detail-copy p{color:var(--text-secondary);overflow-wrap:anywhere;margin:2px 0 0;font-size:13px;line-height:1.45}.agent-detail-avatar.custom{color:#d06428;background:#d064281f}.agent-detail-avatar.official{background:var(--success-soft);color:var(--success)}.agent-detail-hero-tags{flex-wrap:wrap;gap:6px;margin-top:8px;display:flex}.agent-detail-actions{scrollbar-width:none;justify-content:flex-start;align-items:center;gap:8px;display:flex;overflow-x:auto}.agent-detail-actions .sheet-button{flex:none}.agent-detail-actions::-webkit-scrollbar{display:none}.detail-error-inline{color:var(--danger);font-size:13px;font-weight:700}.agent-workbench-scroll.market-detail-scroll{padding-bottom:calc(24px + env(safe-area-inset-bottom))}.market-screenshots-carousel{scrollbar-width:none;-webkit-overflow-scrolling:touch;gap:12px;padding:4px 0;display:flex;overflow-x:auto}.market-screenshots-carousel::-webkit-scrollbar{display:none}.market-screenshots-carousel .market-screenshot-img{object-fit:cover;cursor:pointer;border:1px solid #191f2814;border-radius:12px;flex:0 0 160px;height:240px;transition:transform .2s;box-shadow:0 4px 12px #151f2c0d}.market-screenshots-carousel .market-screenshot-img:active{transform:scale(.97)}.market-source-link{color:var(--primary);font-weight:600;text-decoration:none;transition:opacity .15s}.market-source-link:hover{opacity:.8}.demo-screenshots-row{scrollbar-width:none;gap:8px;margin-top:10px;display:flex;overflow-x:auto}.demo-screenshots-row::-webkit-scrollbar{display:none}.demo-screenshot-thumbnail{object-fit:cover;cursor:pointer;border:1px solid #191f280f;border-radius:6px;width:64px;height:96px;transition:transform .15s}.demo-screenshot-thumbnail:active{transform:scale(.95)}.market-demo-case-row{align-items:flex-start!important}.market-demo-case-info{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.demo-input-val{color:var(--text-tertiary);background:var(--surface-soft);border-radius:4px;width:fit-content;margin:2px 0;padding:2px 6px;font-size:11px;display:inline-block}.market-refund-policy-box,.market-trial-policy-box{box-sizing:border-box;border-radius:10px;align-items:center;gap:6px;margin-top:10px;padding:10px 12px;font-size:12px;display:flex}.market-refund-policy-box{color:#059669;background:#10b9810a;border:1px solid #10b9811f;font-weight:600}.market-trial-policy-box{color:#2563eb;background:#3b82f60a;border:1px solid #3b82f61f;font-weight:500}.starter-prompt-box{background:var(--surface-soft);box-sizing:border-box;text-align:left;border:1px solid #191f280a;border-radius:10px;width:100%;padding:10px 14px}.starter-prompt-box strong{color:var(--text-secondary);font-size:12.5px;font-style:italic;font-weight:600}.limitation-bullet{color:var(--text-secondary);font-size:12px;line-height:1.5}.market-detail-content{box-sizing:border-box;gap:12px;width:100%;min-width:0;max-width:100%;overflow-x:hidden}.market-commerce-detail-screen{--agent-workbench-bottom-space: calc(104px + env(safe-area-inset-bottom)) ;overflow-x:hidden}.market-free-agent-detail-screen{padding-bottom:0}.market-commerce-detail-screen,.market-free-agent-detail-screen,.market-free-agent-detail-screen *{scrollbar-width:none!important;-ms-overflow-style:none!important}.market-commerce-detail-screen::-webkit-scrollbar{width:0!important;height:0!important;display:none!important}.market-commerce-detail-screen ::-webkit-scrollbar{width:0!important;height:0!important;display:none!important}.market-free-agent-detail-screen::-webkit-scrollbar{width:0!important;height:0!important;display:none!important}.market-free-agent-detail-screen ::-webkit-scrollbar{width:0!important;height:0!important;display:none!important}.market-commerce-detail-screen *{scrollbar-width:none!important;-ms-overflow-style:none!important}.market-free-agent-detail-screen .market-detail-scroll,.market-free-agent-detail-screen .project-workbench-scroll{padding-bottom:calc(20px + env(safe-area-inset-bottom))!important}.market-detail-hero{background:radial-gradient(circle at 100% 0,#2f6de41f,#0000 36%),linear-gradient(#fffffffc,#f1f6f4f5)}.market-commerce-detail-screen .market-detail-scroll{padding-bottom:var(--agent-workbench-bottom-space);scrollbar-width:none;-ms-overflow-style:none;overflow-x:hidden}.market-commerce-detail-screen .market-detail-scroll::-webkit-scrollbar{display:none}.market-free-agent-detail-screen .market-detail-scroll::-webkit-scrollbar{display:none}.market-commerce-detail-screen .project-workbench-scroll::-webkit-scrollbar{display:none}.market-free-agent-detail-screen .project-workbench-scroll::-webkit-scrollbar{display:none}.market-free-agent-detail-screen .market-detail-scroll,.market-commerce-detail-screen .project-workbench-scroll,.market-free-agent-detail-screen .project-workbench-scroll{scrollbar-width:none;-ms-overflow-style:none}.market-commerce-detail-screen .project-workbench-scroll.market-detail-scroll.single-scroll-container{box-sizing:border-box;width:100%;min-width:0;max-width:100%;overflow:hidden auto;padding:16px 16px var(--agent-workbench-bottom-space)!important;scrollbar-width:none!important;-ms-overflow-style:none!important}.market-commerce-detail-screen .project-workbench-scroll.market-detail-scroll.single-scroll-container::-webkit-scrollbar{width:0!important;height:0!important;display:none!important}.market-commerce-tabbar{left:10px;right:10px}.market-commerce-tabbar .bottom-tab-label{font-size:8px}.market-commerce-tabbar .bottom-tab-icon svg{width:13px;height:13px}.market-commerce-tabbar.workbench-tabbar{grid-template-columns:repeat(3,minmax(0,1fr));padding:6px 4px}.market-commerce-tabbar.workbench-tabbar .bottom-tab{min-height:42px}.market-commerce-tabbar.workbench-tabbar .bottom-tab-label{white-space:nowrap;font-size:9px}.market-install-action{white-space:nowrap;text-overflow:ellipsis;flex-shrink:0;justify-content:center;align-items:center;gap:4px;width:auto;min-width:58px;max-width:72px;height:34px;padding:0 8px;line-height:1;display:inline-flex;overflow:hidden}.market-install-action span{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:12px;font-weight:800;overflow:hidden}.market-install-action svg{flex:none;width:15px;height:15px}.market-commerce-detail-screen .market-service-quote-card{background:#2f6de40b;border-color:#2f6de41f;border-radius:10px}.market-commerce-detail-screen .market-service-quote-card.unavailable{background:#f8fafcf5;border-color:#64748b29}.market-commerce-detail-screen .market-service-quote-card.unavailable em{color:var(--text-secondary)}.market-service-status-note{background:#f8fafceb;border:1px solid #64748b1f;border-radius:10px;gap:4px;padding:12px;display:grid}.market-service-status-note strong{color:var(--text-primary);font-size:13px;font-weight:900}.market-service-status-note span{color:var(--text-secondary);font-size:12px;font-weight:700;line-height:1.45}.agent-skill-detail-scroll{--agent-workbench-bottom-space: calc(20px + env(safe-area-inset-bottom)) }.agent-skill-detail-loading{gap:12px}.agent-skill-loading-hero,.agent-skill-loading-tree{gap:10px;display:grid}.agent-skill-loading-hero span,.agent-skill-loading-tree span{background:linear-gradient(90deg,#e2e8f0b8,#f8fafcf2,#e2e8f0b8) 0 0/220% 100%;border-radius:999px;animation:1.4s ease-in-out infinite chat-loading-shimmer;display:block}.agent-skill-loading-hero span:first-child{width:62%;height:24px}.agent-skill-loading-hero span:nth-child(2){width:44%;height:14px}.agent-skill-loading-hero span:nth-child(3){border-radius:18px;width:78%;height:46px}.agent-skill-loading-tree span{height:16px}.agent-skill-loading-tree span:first-child{width:46%}.agent-skill-loading-tree span:nth-child(2){width:78%}.agent-skill-loading-tree span:nth-child(3){width:68%}.agent-skill-loading-tree span:nth-child(4){width:54%}.official-agent-detail-content{gap:12px}.market-free-agent-detail-screen .official-agent-detail-content{flex:none;align-content:start;height:auto;min-height:0;padding-bottom:8px;overflow:visible}.market-free-agent-detail-screen .agent-workbench-card{border-radius:12px}.market-free-summary-section{gap:22px;min-width:0;margin-top:4px;display:grid}.market-free-summary-section .market-detail-hero-section{gap:16px}.market-free-summary-section .assistant-avatar-frame{background:#e9f0fe;border:1px solid #c3c6d647;border-radius:16px;flex-shrink:0;place-items:center;width:80px;height:80px;display:grid;overflow:hidden}.market-free-summary-section .assistant-avatar-frame img{object-fit:cover;width:100%;height:100%;display:block}.market-free-summary-section .assistant-brand-icon{width:54px;height:54px;display:block}.market-free-hero-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.market-free-hero-stats div{text-align:center;background:var(--surface);border:1px solid #c3c6d64d;border-radius:12px;justify-content:center;align-items:center;gap:4px;min-width:0;padding:12px 8px;display:grid}.market-free-hero-stats strong{min-width:0;color:var(--primary);text-overflow:ellipsis;white-space:nowrap;font-size:15px;font-weight:900;line-height:1.2;overflow:hidden}.market-free-hero-stats span{color:var(--text-tertiary);white-space:nowrap;font-size:11px;font-weight:800;line-height:1.2}.market-free-meta-line span,.market-free-meta-line em{white-space:nowrap;text-overflow:ellipsis;border-radius:4px;align-items:center;min-width:0;max-width:100%;height:18px;padding:0 8px;font-size:11px;font-style:normal;font-weight:850;line-height:18px;display:inline-flex;overflow:hidden}.market-free-meta-line span{color:var(--primary);background:#2f6de41a;flex-shrink:0}.market-free-meta-line em{color:var(--text-tertiary);background:0 0;padding:0}.market-free-summary-section .market-hero-titles{gap:7px}.market-free-summary-section .market-hero-titles h2{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;font-size:18px;font-weight:900;line-height:24px;overflow:hidden}.market-free-summary-section .market-hero-titles p{color:var(--text-secondary);overflow-wrap:anywhere;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:14px;font-weight:550;line-height:20px;display:-webkit-box;overflow:hidden}.market-free-chip-row span{background:var(--surface-container-low,#f2f3fd);min-width:0;max-width:100%;height:24px;color:var(--text-secondary);text-overflow:ellipsis;white-space:nowrap;border:1px solid #c3c6d633;border-radius:999px;align-items:center;padding:0 12px;font-size:11px;font-weight:800;line-height:24px;display:inline-flex;overflow:hidden}.market-section-text-action{color:var(--accent);font:inherit;cursor:pointer;white-space:nowrap;background:0 0;border:0;padding:8px 2px;font-size:12px;font-weight:800;line-height:1}.market-agent-detail-card{width:100%;min-width:0;max-width:100%;position:relative;overflow:hidden}.market-agent-detail-copy{width:100%;min-width:0;max-width:100%;max-height:174px;color:var(--text-primary);white-space:pre-wrap;overflow-wrap:anywhere;box-sizing:border-box;flex-shrink:0;font-size:13px;font-weight:650;line-height:1.62;position:relative;overflow:hidden}.market-agent-detail-copy:not(.expanded):after{content:"";pointer-events:none;background:linear-gradient(#fff0,#fffffffa);height:48px;position:absolute;bottom:0;left:0;right:0}.market-agent-detail-copy.expanded{max-height:none}.market-free-agent-detail-screen .market-agent-detail-copy{max-height:none;overflow:visible}.market-free-agent-detail-screen .market-agent-detail-copy:after{display:none}.official-agent-prompt-list{gap:12px;display:grid}.market-free-action-list{min-width:0}.official-agent-prompt-list button{background:var(--surface-bright,#faf8ff);width:100%;min-width:0;min-height:46px;color:var(--text-primary);font:inherit;text-align:left;cursor:pointer;border:1px solid #c3c6d680;border-radius:12px;justify-content:space-between;align-items:center;gap:12px;padding:12px;display:flex}.official-agent-prompt-list button:active{transform:scale(.992)}.official-agent-prompt-list button span{min-width:0;color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:600;line-height:20px;overflow:hidden}.official-agent-prompt-list button svg{width:20px;height:20px;color:var(--outline,#737785);flex:none}.market-free-list-row{width:100%;min-width:0;color:inherit;font:inherit;text-align:left;box-shadow:none;background:0 0;border:0;border-radius:0;align-items:flex-start;gap:12px;padding:16px;display:flex}.market-free-list-row-body strong,.market-free-list-row-body span{min-width:0}.market-free-list-row-body strong{color:var(--text-primary);font-size:15px;font-weight:850;line-height:22px}.market-free-list-row-body span{color:var(--text-secondary);overflow-wrap:anywhere;font-size:14px;font-weight:500;line-height:20px}button.market-free-list-row{cursor:pointer}button.market-free-list-row:active{transform:scale(.992)}.market-free-document-icon{color:var(--text-tertiary);background:0 0}.market-free-requirements-card{border:1px dashed var(--outline-variant,#c3c6d6);background:var(--surface-container-lowest,#fff);border-radius:12px;min-width:0;padding:16px}.market-free-requirements-card li{min-width:0;color:var(--text-secondary);align-items:center;gap:8px;display:flex}.market-free-requirements-card li span{width:20px;height:20px;color:var(--success,#22c55e);flex:none;place-items:center;display:grid}.market-free-requirements-card li em{min-width:0;color:var(--text-secondary);overflow-wrap:anywhere;font-size:14px;font-style:normal;font-weight:550;line-height:20px}.official-install-icon-action{border-radius:10px;place-items:center;width:36px;height:36px;padding:0;display:inline-grid}.official-install-icon-action svg{width:18px;height:18px;display:block}.official-skill-summary-list{margin-top:0}.market-skill-summary-row.active{background:#2f6de412;box-shadow:inset 0 0 0 1px #2f6de429}.market-skill-inline-browser{border-top:1px solid #4c5b7114;gap:10px;min-width:0;margin-top:14px;padding-top:12px;display:grid}.market-skill-inline-head{gap:3px;min-width:0;display:grid}.market-skill-inline-head strong,.market-skill-inline-head span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.market-skill-inline-head strong{color:var(--text-primary);font-size:13px;font-weight:900}.market-skill-inline-head span{color:var(--text-tertiary);font-size:11px;font-weight:700}.market-skill-inline-browser .project-files-layout{min-height:min(440px,100dvh - 240px)}.market-skill-inline-browser .project-files-tree,.market-skill-inline-browser .project-file-preview,.market-skill-inline-browser .project-file-code{min-height:min(360px,100dvh - 260px)}@media (max-width:720px){.market-protected-assets-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.market-section-label-row{margin-left:6px;margin-right:6px}}.market-skill-browser-card,.market-bundle-card{min-height:520px}.market-skill-layout{grid-template-columns:minmax(0,.9fr) minmax(0,1.4fr);gap:12px;margin-top:12px;display:grid}.market-skill-list{scrollbar-width:none;align-content:start;gap:8px;max-height:520px;display:grid;overflow:auto}.market-skill-list::-webkit-scrollbar{display:none}.market-skill-button{min-width:0;color:inherit;text-align:left;background:#f8fafceb;border:1px solid #4c5b7114;border-radius:14px;gap:4px;padding:10px;display:grid}.market-skill-button.active{background:#2f6de414;border-color:#2f6de452}.market-skill-button strong,.market-skill-button span,.market-skill-button em{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.market-skill-button strong{font-size:13px}.market-skill-button span,.market-skill-button em{color:var(--text-secondary);font-size:12px;font-style:normal}.market-skill-preview{min-width:0}.market-skill-preview .project-files-layout,.market-bundle-card .project-files-layout{min-height:460px}@media (max-width:640px){.market-skill-layout{grid-template-columns:minmax(0,1fr)}.market-skill-list{grid-auto-columns:minmax(180px,72%);grid-auto-flow:column;max-height:none;overflow:auto hidden}}.agent-profile-grid-wide{grid-column:1/-1}.agent-device-list,.agent-bound-chat-list{gap:10px;margin-top:12px;display:grid}.agent-device-row,.agent-bound-chat-row{width:100%;color:inherit;text-align:left;background:#f8fafceb;border:0;border-radius:16px;justify-content:space-between;align-items:center;gap:12px;padding:12px;display:flex;box-shadow:inset 0 0 0 1px #4c5b710f}button.agent-bound-chat-row,button.agent-skill-row{color:inherit;cursor:pointer;font:inherit;text-align:left;border:0}button.agent-bound-chat-row:active,button.agent-skill-row:active{transform:scale(.992)}.agent-device-row.storage-location-row{align-items:flex-start}.agent-device-row.storage-location-row>div{flex:1;min-width:0}.market-fluid-details{background:var(--surface);border-radius:var(--radius-lg);width:100%;min-width:0;max-width:100%;box-shadow:var(--shadow-md);box-sizing:border-box;border:1px solid #3e4a5b0d;flex-direction:column;gap:20px;padding:22px 20px;display:flex}#sec-baby .market-fluid-details{gap:12px;padding-top:18px;padding-bottom:18px}.market-detail-hero-section{align-items:flex-start;gap:16px;display:flex}.market-detail-hero-section .assistant-avatar-frame{background:linear-gradient(135deg,#f0f7ff,#fff);border:1.2px solid #2f6de426;border-radius:12px;flex-shrink:0;place-items:center;width:44px;height:44px;display:grid;box-shadow:0 2px 8px #2f6de40f}.market-hero-titles{flex-direction:column;flex:1;gap:6px;min-width:0;display:flex}.market-hero-titles h2{color:var(--text);letter-spacing:-.02em;margin:0;font-size:20px;font-weight:800;line-height:1.25}.market-agent-author-line{color:var(--text-tertiary);flex-wrap:wrap;gap:6px 10px;font-size:11.5px;font-weight:650;line-height:1.35;display:flex}.market-agent-author-line span{min-width:0}.market-agent-author-line span:first-child{color:var(--text-secondary)}.market-publisher-sub{color:var(--text-tertiary);margin:0;font-size:12px}.market-publisher-sub span{color:var(--text-secondary);font-weight:600}.market-hero-titles .agent-hero-tags{flex-wrap:wrap;gap:6px;margin-top:4px;display:flex}.market-specs-grid{border-top:1px solid var(--line);border-bottom:1px solid var(--line);grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:4px;padding:16px 0;display:grid}.market-spec-item{border-radius:var(--radius-sm);background:#f8fafc99;border:1px solid #3e4a5b08;flex-direction:column;gap:4px;padding:8px 12px;display:flex}.market-spec-value{color:var(--text);font-size:13px;font-weight:700}.market-spec-value.price{color:var(--primary);font-size:15px;font-weight:800}.market-spec-label{color:var(--text-tertiary);letter-spacing:.02em;font-size:11px;font-weight:500}.market-section-label-row{justify-content:space-between;align-items:flex-end;gap:10px;margin:2px 6px 8px;display:flex}.market-section-label-row h3{color:var(--text);margin:0;font-size:15px;font-weight:800;line-height:1.25}.market-section-label-row span{color:var(--text-tertiary);text-align:right;font-size:11px;font-weight:650}.market-protected-assets-container{gap:0;margin-bottom:16px;padding:16px 18px}.market-protected-assets-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.market-protected-assets-grid article{text-align:center;background:#fff;border:1px solid #4c5b711a;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:6px;min-width:0;padding:12px 8px;display:flex}.market-protected-assets-grid strong{color:var(--text);font-size:18px;font-weight:900;line-height:1}.market-protected-assets-grid span{color:var(--text-secondary);font-size:12px;font-weight:850}.market-about-section{flex-direction:column;gap:12px;display:flex}.market-about-section h3{color:var(--text);margin:0;font-size:15px;font-weight:800}.market-about-description p{color:var(--text-secondary);word-break:break-word;margin:0;font-size:13.5px;line-height:1.6}.market-about-tags{flex-wrap:wrap;gap:8px;margin-top:4px;display:flex}.market-about-tag-chip{color:var(--primary);background:#2f6de40d;border:1px solid #2f6de414;border-radius:99px;align-items:center;gap:4px;padding:5px 10px;font-size:11px;font-weight:700;transition:all .2s;display:inline-flex}.market-about-tag-chip:hover{background:#2f6de414;border-color:#2f6de426}.market-about-tag-chip .icon{font-size:10px}.market-about-requirements{border-radius:var(--radius-sm);background:#f1f5f980;border:1px solid #64748b0f;margin-top:10px;padding:12px 14px}.market-about-requirements h4{color:var(--text-secondary);margin:0 0 8px;font-size:12px;font-weight:800}.market-req-list{color:var(--text-secondary);flex-direction:column;gap:4px;margin:0;padding-left:16px;font-size:12.5px;line-height:1.6;display:flex}.market-stats-board{border-radius:var(--radius-lg);box-shadow:var(--shadow-md);background:linear-gradient(135deg,#2f6de405,#fffffff2);border:1px solid #2f6de40f;flex-direction:column;gap:12px;padding:20px 18px;display:flex}.market-stats-header h3{color:var(--text);letter-spacing:-.01em;margin:0;font-size:14px;font-weight:800}.market-stats-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;display:grid}.market-stat-tile{border-radius:var(--radius-sm);background:#ffffffb3;border:1px solid #3e4a5b08;flex-direction:column;justify-content:center;align-items:center;gap:6px;padding:10px 4px;display:flex}.market-stat-num{color:var(--primary);font-size:16px;font-weight:800;line-height:1.1}.market-stat-label{color:var(--text-tertiary);white-space:nowrap;font-size:10px;font-weight:500}.market-detail-specs-footer{text-align:center;flex-direction:column;gap:8px;padding:0 8px;display:flex}.market-disclaimer-text{color:var(--text-tertiary);margin:0;font-size:11px;line-height:1.5}.market-disclaimer-text .icon{margin-right:2px}.market-dev-meta{color:var(--text-tertiary);opacity:.8;margin:0;font-family:monospace;font-size:10.5px}.market-proof-details{box-sizing:border-box;flex-direction:column;gap:16px;width:100%;min-width:0;max-width:100%;display:flex;overflow-x:hidden}.market-proof-details-card{border-radius:var(--radius-lg);background:var(--surface);box-shadow:var(--shadow-sm);border:1px solid #3e4a5b0f;padding:14px}.market-gallery-section{flex-direction:column;gap:10px;display:flex}.market-gallery-section h3{color:var(--text);margin:0 0 2px 4px;font-size:14px;font-weight:800}.market-screenshots-gallery-slider{scrollbar-width:none;-webkit-overflow-scrolling:touch;box-sizing:border-box;gap:10px;width:100%;min-width:0;max-width:100%;padding-bottom:4px;display:flex;overflow-x:auto}.market-screenshots-gallery-slider::-webkit-scrollbar{display:none}.market-gallery-img{object-fit:cover;border-radius:var(--radius-sm);border:1px solid var(--line);width:140px;max-width:80%;height:220px;box-shadow:var(--shadow-sm);cursor:zoom-in;flex:0 0 140px;transition:transform .2s}.market-gallery-img:hover{transform:translateY(-2px)}.market-starter-prompts-section{background:var(--surface);border-radius:var(--radius-md);border:1px solid #3e4a5b0d;flex-direction:column;gap:8px;padding:14px 12px;display:flex}.starter-prompts-header h3{margin:0;font-size:13.5px;font-weight:850}.market-starter-scroller{scrollbar-width:none;-webkit-overflow-scrolling:touch;gap:8px;padding:2px 0;display:flex;overflow-x:auto}.market-starter-scroller::-webkit-scrollbar{display:none}.starter-prompt-pill{color:var(--text-secondary);cursor:pointer;white-space:nowrap;background:#2f6de408;border:1px solid #2f6de41a;border-radius:99px;align-items:center;gap:6px;padding:8px 12px;font-size:12px;font-weight:650;transition:all .2s;display:flex}.starter-prompt-pill:hover{color:var(--primary);background:#2f6de414;border-color:#2f6de440}.market-proof-cases-section{flex-direction:column;gap:12px;min-width:0;display:flex}.market-proof-case-strip{overscroll-behavior-x:contain;scroll-snap-type:x proximity;scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch;box-sizing:border-box;gap:8px;width:100%;min-width:0;max-width:100%;margin:0;padding:2px 0 8px;display:flex;overflow-x:auto}.market-proof-case-strip::-webkit-scrollbar{display:none}.market-proof-case-chip{background:var(--surface,#fff);min-width:0;max-width:100%;min-height:98px;color:inherit;font:inherit;text-align:left;cursor:pointer;scroll-snap-align:start;border:1px solid #e2e8f0f2;border-radius:12px;flex:0 0 min(188px,100% - 4px);align-content:space-between;gap:7px;padding:10px;display:grid}.market-proof-case-chip.selected{background:#2563eb0e;border-color:#2563eb8c}.market-proof-case-chip-head,.market-proof-case-chip-foot{justify-content:space-between;align-items:center;gap:8px;min-width:0;display:flex}.market-proof-case-chip-head .task-run-status-pill{white-space:nowrap;text-overflow:ellipsis;flex:none;max-width:74px;overflow:hidden}.market-proof-case-chip-head>span:first-child{min-width:0;color:var(--text,#0f172a);white-space:nowrap;text-overflow:ellipsis;flex:auto;font-size:13px;font-weight:850;overflow:hidden}.market-proof-case-chip-summary{min-width:0;color:var(--text-secondary,#64748b);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:12px;line-height:1.35;display:-webkit-box;overflow:hidden}.market-proof-case-chip-foot{color:var(--text-tertiary,#94a3b8);white-space:nowrap;font-size:11px}.market-proof-case-inspector{background:#f8fafca8;border-top:1px solid #e2e8f0d9;border-radius:12px;gap:12px;min-width:0;padding:12px;display:grid}.market-proof-flow{gap:10px;display:grid}.market-proof-flow section{gap:5px;display:grid}.market-proof-flow section>span{color:var(--text-tertiary,#94a3b8);font-size:11px;font-weight:850}.market-proof-flow p{color:var(--text,#0f172a);word-break:break-word;margin:0;font-size:13px;line-height:1.55}.market-proof-screenshot-row{scrollbar-width:thin;box-sizing:border-box;gap:8px;width:100%;min-width:0;max-width:100%;display:flex;overflow-x:auto}.market-proof-screenshot-row::-webkit-scrollbar{height:4px}.market-proof-screenshot-row::-webkit-scrollbar-thumb{background:#94a3b86b;border-radius:999px}.market-proof-screenshot-row::-webkit-scrollbar-track{background:0 0}.market-proof-screenshot-row img{object-fit:cover;border:1px solid var(--line);cursor:zoom-in;border-radius:10px;flex:0 0 120px;width:120px;height:160px}.market-proof-cases-section h3{margin:4px 0 2px 4px;font-size:14px;font-weight:800}.market-demo-chat-thread{flex-direction:column;gap:16px;display:flex}.demo-chat-case-box{background:var(--surface);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);border:1px solid #3e4a5b0d;flex-direction:column;gap:10px;padding:16px;display:flex}.demo-case-title-bar{border-bottom:1.5px dashed var(--line);justify-content:space-between;align-items:center;padding-bottom:8px;display:flex}.demo-case-title-bar h4{color:var(--text);margin:0;font-size:13.5px;font-weight:800}.demo-chat-bubble-container{flex-direction:column;gap:12px;display:flex}.chat-bubble{flex-direction:column;max-width:85%;padding:10px 14px;font-size:12.5px;line-height:1.5;display:flex}.chat-bubble.user-bubble{background:var(--primary-soft);color:var(--primary);border:1px solid #2f6de414;border-radius:16px 16px 4px;align-self:flex-end}.chat-bubble.agent-bubble{background:var(--surface-soft);color:var(--text);border:1px solid #3e4a5b0d;border-radius:16px 16px 16px 4px;align-self:flex-start}.bubble-label{opacity:.7;letter-spacing:.02em;margin-bottom:3px;font-size:10px;font-weight:700}.chat-bubble p{word-break:break-all;margin:0}.demo-screenshot-row-inline{flex-wrap:wrap;gap:6px;margin-top:8px;display:flex}.demo-inline-img{object-fit:cover;border:1px solid var(--line);cursor:zoom-in;border-radius:6px;width:50px;height:50px}.market-commerce-tab-layout{flex-direction:column;gap:16px;display:flex}.market-pricing-bar{background:linear-gradient(135deg,var(--primary) 0%,#1d4ed8 100%);color:#fff;border-radius:var(--radius-md);box-shadow:var(--shadow-md);justify-content:space-between;align-items:center;padding:16px 18px;display:flex}.pricing-left{flex-direction:column;gap:4px;display:flex}.price-big{letter-spacing:-.01em;font-size:20px;font-weight:900}.price-mode-sub{opacity:.85;font-size:10.5px}.secure-badge{background:#ffffff2e;border:1px solid #fff3;border-radius:99px;padding:4px 8px;font-size:11px;font-weight:700}.market-commerce-policies{border-radius:var(--radius-sm);border:1px solid var(--line);background:#f8fafccc;flex-direction:column;gap:4px;padding:10px 14px;display:flex}.policy-row{color:var(--text-tertiary);margin:0;font-size:11px;line-height:1.4}.policy-row.refund{color:var(--success);font-weight:600}.market-commerce-form-container{flex-direction:column;gap:14px;display:flex}.market-service-call-form{flex-direction:column;gap:12px;display:flex}.market-service-call-form label{flex-direction:column;gap:6px;display:flex}.market-service-call-form label span{color:var(--text-secondary);font-size:12px;font-weight:800}.market-service-call-form textarea{border-radius:var(--radius-sm);background:var(--surface);resize:vertical;border:1.5px solid #3e4a5b1f;outline:none;padding:10px 12px;font-family:inherit;font-size:13px;transition:all .2s}.market-service-call-form textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px #2f6de426}.market-service-call-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.market-service-call-grid input{border-radius:var(--radius-sm);background:var(--surface);border:1.5px solid #3e4a5b1f;outline:none;padding:8px 12px;font-size:13px;transition:all .2s}.market-service-call-grid input:focus{border-color:var(--primary);box-shadow:0 0 0 3px #2f6de426}.market-primary-action-btn{background:var(--primary);color:#fff;border-radius:var(--radius-sm);cursor:pointer;border:none;padding:12px;font-size:14px;font-weight:800;transition:background .2s}.market-primary-action-btn:hover:not(:disabled){background:#1d4ed8}.market-primary-action-btn:disabled{color:var(--text-tertiary);cursor:not-allowed;background:#151f2c1f}.market-console-card{color:#f8fafc;border-radius:var(--radius-md);box-shadow:var(--shadow-md);background:#0f172a;border:1px solid #10b98126;padding:16px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.console-header{border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;margin-bottom:8px;padding-bottom:8px;display:flex}.console-title-row{align-items:center;gap:8px;display:flex}.console-dot-indicator{border-radius:99px;width:6px;height:6px;display:inline-block}.console-dot-indicator.green{background:#10b981;box-shadow:0 0 8px #10b981}.console-header h3{color:#e2e8f0;margin:0;font-size:12px;font-weight:800}.console-badge{color:#10b981;background:#10b98126;border-radius:4px;padding:2px 6px;font-size:10px;font-weight:700}.console-tip-text{color:#94a3b8;margin:0 0 10px;font-size:10.5px;line-height:1.4}.console-line{color:#94a3b8;margin-bottom:6px;font-size:11px}.console-line.error{color:#f87171}.console-line.blink{animation:1.2s step-end infinite console-blink-text}.console-terminal-body{flex-direction:column;gap:12px;display:flex}.console-terminal-section{flex-direction:column;gap:4px;display:flex}.terminal-section-title{color:#64748b;border-bottom:1px dashed #ffffff0d;margin-bottom:2px;padding-bottom:2px;font-size:10px;font-weight:700}.terminal-log-row{text-overflow:ellipsis;white-space:nowrap;gap:6px;font-size:11px;line-height:1.5;display:flex;overflow:hidden}.terminal-log-row .log-time{color:#64748b;flex-shrink:0}.terminal-log-row .log-status{flex-shrink:0;font-weight:700}.terminal-log-row .log-status.active,.terminal-log-row .log-status.succeeded,.terminal-log-row .log-status.settled{color:#10b981}.terminal-log-row .log-status.warming,.terminal-log-row .log-status.queued,.terminal-log-row .log-status.running{color:#fbbf24}.terminal-log-row .log-status.failed{color:#f87171}.terminal-log-row .log-msg{color:#cbd5e1}.market-calls-timeline-section{background:var(--surface);border-radius:var(--radius-md);border:1px solid #3e4a5b0d;flex-direction:column;gap:12px;padding:16px;display:flex}.timeline-header{justify-content:space-between;align-items:center;margin-bottom:4px;display:flex}.timeline-header h3{color:var(--text);margin:0;font-size:13.5px;font-weight:800}.timeline-loading-state,.timeline-empty-state{color:var(--text-tertiary);text-align:center;padding:12px 0;font-size:12px}.market-timeline-list{flex-direction:column;display:flex}.timeline-item{gap:10px;display:flex}.timeline-item:last-child .timeline-line{display:none}.timeline-left-node{flex-direction:column;flex-shrink:0;align-items:center;width:12px;display:flex}.timeline-dot{background:var(--text-tertiary);border:2px solid var(--surface);border-radius:99px;width:8px;height:8px;margin-top:5px;box-shadow:0 0 0 1px #3e4a5b14}.timeline-dot.success{background:var(--success)}.timeline-dot.failed{background:var(--danger)}.timeline-dot.pending{background:var(--warning)}.timeline-line{background:var(--line);flex:1;width:2px;margin-top:2px;margin-bottom:-4px}.timeline-right-content{flex-direction:column;flex:1;gap:4px;min-width:0;padding-bottom:16px;display:flex}.timeline-row-top{justify-content:space-between;align-items:center;display:flex}.timeline-status-text{font-size:11px;font-weight:800}.timeline-status-text.success{color:var(--success)}.timeline-status-text.failed{color:var(--danger)}.timeline-status-text.pending{color:var(--warning)}.timeline-time{color:var(--text-tertiary);font-size:10px}.timeline-desc{color:var(--text-secondary);word-break:break-all;margin:0;font-size:12px;line-height:1.4}.timeline-log-error{background:var(--danger-soft);color:var(--danger);border-radius:4px;margin-top:4px;padding:6px 8px;font-size:10.5px;line-height:1.4}.timeline-log-output{background:var(--surface-soft);color:var(--text-secondary);border-radius:4px;margin-top:4px;padding:6px 8px;font-size:10.5px;line-height:1.4}.timeline-price{color:var(--text-tertiary);margin-top:2px;font-size:10.5px;font-weight:700}@keyframes console-blink-text{0%,to{opacity:1}50%{opacity:0}}.market-commerce-detail-screen.single-page-flow{--agent-workbench-bottom-space: calc(64px + env(safe-area-inset-bottom)) ;flex-direction:column;height:100%;display:flex;position:relative}.market-sticky-sub-navbar{-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--line);z-index:10;box-sizing:border-box;opacity:0;pointer-events:none;background:#f7f9fbf2;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;padding:6px 16px;transition:opacity .22s cubic-bezier(.4,0,.2,1),transform .22s cubic-bezier(.4,0,.2,1);display:grid;position:absolute;top:100%;left:0;right:0;transform:translateY(-8px)}.market-sticky-sub-navbar.visible{opacity:1;pointer-events:auto;box-sizing:border-box;width:auto;max-width:none;position:absolute;top:100%;left:0;right:0;transform:none}.sub-nav-item{color:var(--text-secondary);cursor:pointer;text-align:center;background:0 0;border:none;padding:8px 0;font-size:13.5px;font-weight:600;transition:color .2s;position:relative}.sub-nav-item:focus{outline:none}.sub-nav-item.active{color:var(--primary);font-weight:850}.sub-nav-item.active:after{content:"";background:var(--primary);border-radius:99px;height:3px;position:absolute;bottom:0;left:32%;right:32%;box-shadow:0 1px 4px #2f6de44d}.single-scroll-container{scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;padding-bottom:var(--agent-workbench-bottom-space)!important}.single-scroll-container::-webkit-scrollbar{display:none}.market-section-anchor{margin-bottom:8px}.market-about-container{box-shadow:var(--shadow-sm);background:var(--surface);border:1px solid #3e4a5b0d}.market-reviews-section{background:var(--surface);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);border:1px solid #3e4a5b0d;flex-direction:column;gap:16px;padding:16px 18px;display:flex}.reviews-summary-row{border-bottom:0;justify-content:space-between;align-items:center;padding-bottom:0;display:flex}.summary-left{align-items:center;gap:8px;display:flex}.summary-left h3{color:var(--text);margin:0;font-size:14.5px;font-weight:800}.rating-num{color:var(--warning);font-family:inherit;font-size:15px;font-weight:900}.rating-stars{color:var(--warning);letter-spacing:1px;font-size:11px}.reviews-count{color:var(--text-tertiary);font-size:11.5px;font-weight:500}.reviews-tags-cloud{flex-wrap:wrap;gap:6px;display:flex}.market-my-review-card{background:#ffffffd6;border:1px solid #2f6de41a;border-radius:14px;flex-direction:column;gap:8px;padding:12px;display:flex}.market-my-review-head{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.market-my-review-head>div:first-child{flex-direction:column;gap:3px;min-width:0;display:flex}.market-my-review-label{color:var(--text-secondary);font-size:11px;font-weight:800}.market-my-review-head strong{color:#f59e0b;letter-spacing:0;font-size:13px}.market-my-review-actions{flex-shrink:0;gap:6px;display:flex}.market-my-review-actions button,.market-review-form-title button{min-height:28px;color:var(--text-secondary);background:#fff;border:1px solid #4c5b7124;border-radius:999px;padding:0 10px;font-size:11px;font-weight:800}.market-my-review-actions button:disabled{opacity:.58}.market-my-review-tags{flex-wrap:wrap;gap:5px;display:flex}.market-my-review-tags span{color:var(--primary);background:#2f6de414;border-radius:999px;padding:3px 8px;font-size:11px;font-weight:800}.market-my-review-card p{color:var(--text);margin:0;font-size:12px;line-height:1.55}.market-review-form{background:#f8fafcb8;border:1px solid #2f6de414;border-radius:14px;flex-direction:column;gap:10px;padding:12px;display:flex}.market-review-form-title{justify-content:space-between;align-items:center;gap:10px;display:flex}.market-review-form-title span{color:var(--text);font-size:12px;font-weight:900}.market-review-form-row{grid-template-columns:minmax(0,.72fr) minmax(0,1.28fr);gap:10px;display:grid}.market-review-form label{flex-direction:column;gap:5px;min-width:0;display:flex}.market-review-form label span{color:var(--text-secondary);font-size:11px;font-weight:800}.market-review-form select,.market-review-form input,.market-review-form textarea{width:100%;color:var(--text);font:inherit;box-sizing:border-box;background:#fff;border:1px solid #4c5b7124;border-radius:10px;outline:none;font-size:12px}.market-review-form select,.market-review-form input{height:34px;padding:0 10px}.market-review-form textarea{resize:vertical;min-height:76px;padding:9px 10px;line-height:1.45}.market-review-form button{background:var(--primary);color:#fff;border:0;border-radius:999px;align-self:flex-end;min-height:34px;padding:0 14px;font-size:12px;font-weight:800}.market-review-form button:disabled{opacity:.58}.market-review-empty-state{color:var(--text-tertiary);text-align:center;padding:8px 0 2px;font-size:12.5px;font-weight:650}.review-tag-chip{background:var(--warning-soft);color:var(--warning);border:1px solid #df8b1d14;border-radius:99px;padding:5px 10px;font-size:11px;font-weight:700}.review-tag-chip.font-bold{background:var(--primary-soft);color:var(--primary);border-color:#2f6de414}.reviews-comments-list{flex-direction:column;gap:14px;display:flex}.review-comment-item{border-bottom:1px dashed var(--line);flex-direction:column;gap:6px;padding-bottom:12px;display:flex}.review-comment-item:last-child{border-bottom:none;padding-bottom:0}.comment-header{justify-content:space-between;align-items:center;display:flex}.comment-user{color:var(--text-secondary);font-size:11.5px;font-weight:800}.comment-text{color:var(--text-secondary);word-break:break-word;margin:0;font-size:12.5px;line-height:1.55}.market-taobao-bottombar{height:calc(56px + env(safe-area-inset-bottom));background:var(--surface);border-top:1px solid var(--line);padding:6px 12px calc(6px + env(safe-area-inset-bottom));z-index:10;box-sizing:border-box;grid-template-columns:118px minmax(0,1fr);gap:10px;max-width:100%;display:grid;position:absolute;bottom:0;left:0;right:0;overflow:hidden;box-shadow:0 -4px 16px #151f2c0a}.bottombar-left-actions{grid-template-columns:repeat(2,minmax(0,1fr));place-items:center;gap:4px;display:grid}.bottombar-icon-btn{cursor:pointer;width:48px;height:44px;color:var(--text-secondary);background:0 0;border:0;border-radius:0;flex-direction:column;justify-content:center;align-items:center;gap:2px;padding:0;display:flex}.bottombar-icon-btn:focus{outline:none}.bottombar-icon-btn .btn-icon{place-items:center;width:18px;height:18px;line-height:1;display:grid}.bottombar-icon-btn .btn-icon svg{width:18px;height:18px}.bottombar-icon-btn .btn-label{color:var(--text-tertiary);white-space:nowrap;font-size:9.5px;font-weight:750}.bottombar-icon-btn .favorite-icon,.bottombar-icon-btn.favorited{color:#ef4444}.bottombar-icon-btn.favorited .btn-icon{animation:.3s cubic-bezier(.175,.885,.32,1.275) pop-favorite}.bottombar-icon-btn.favorited .btn-label{color:#ef4444;font-weight:800}.bottombar-right-cta{align-items:center;gap:8px;width:100%;min-width:0;display:flex}.bottombar-cta-btn{color:#fff;cursor:pointer;white-space:nowrap;text-overflow:ellipsis;background:linear-gradient(135deg,#f59e0b,#ea580c);border:none;border-radius:99px;flex:1 1 0;justify-content:center;align-items:center;width:auto;min-width:0;height:40px;font-size:13.5px;font-weight:850;transition:all .2s;display:flex;overflow:hidden;box-shadow:0 4px 10px #ea580c40}.bottombar-cta-btn.secondary{color:#ea580c;box-shadow:none;background:#fff7ed;border:1px solid #ea580c47}.bottombar-cta-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 5px 12px #ea580c59}.bottombar-cta-btn:disabled{background:var(--surface-strong);color:var(--text-tertiary);cursor:not-allowed;box-shadow:none}.market-checkout-backdrop{-webkit-backdrop-filter:blur(4px);z-index:2400;background:#0f172a73;flex-direction:column;justify-content:flex-end;display:flex;position:fixed;top:0;right:0;bottom:0;left:0}.market-checkout-drawer{box-sizing:border-box;background:var(--surface);border-radius:var(--radius-xl) var(--radius-xl) 0 0;width:100%;min-width:0;max-width:100%;padding:20px 20px calc(20px + env(safe-area-inset-bottom));flex-direction:column;gap:16px;max-height:80%;animation:.3s cubic-bezier(.16,1,.3,1) slide-up-drawer;display:flex;box-shadow:0 -8px 32px #0f172a29}@media (min-width:640px){.market-checkout-drawer{max-width:430px;margin:0 auto}}.drawer-header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:flex-start;padding-bottom:14px;display:flex}.drawer-header-left{flex-direction:column;gap:4px;display:flex}.drawer-price-tag{color:var(--primary);letter-spacing:-.02em;font-size:24px;font-weight:900}.drawer-price-label{color:var(--text-tertiary);font-size:11px;font-weight:500}.drawer-close-btn{background:var(--surface-soft);color:var(--text-secondary);cursor:pointer;border:none;border-radius:99px;place-items:center;width:26px;height:26px;font-size:11px;font-weight:800;display:grid}.drawer-body{scrollbar-width:none;max-height:400px;overflow-y:auto}.drawer-body::-webkit-scrollbar{display:none}.drawer-latest-order{background:var(--surface-soft);border-radius:var(--radius-sm);color:var(--text-secondary);margin-top:10px;padding:8px 12px;font-size:11.5px}.drawer-footer{margin-top:8px}.drawer-confirm-btn{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:99px;justify-content:center;align-items:center;width:100%;height:44px;font-size:14.5px;font-weight:850;transition:all .2s;display:flex;box-shadow:0 4px 12px #2f6de44d}.drawer-confirm-btn:hover:not(:disabled){background:#1d4ed8;box-shadow:0 5px 15px #2f6de466}.drawer-confirm-btn:disabled{background:var(--surface-strong);color:var(--text-tertiary);cursor:not-allowed;box-shadow:none}@keyframes slide-up-drawer{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes pop-favorite{0%{transform:scale(1)}50%{transform:scale(1.3)}to{transform:scale(1)}}.market-specs-grid-v2{border-top:1px solid var(--line);grid-template-columns:repeat(3,minmax(0,1fr));gap:14px 10px;margin-top:8px;padding-top:16px;display:grid}#sec-baby .market-specs-grid-v2{margin-top:0;padding-top:10px}.grid-tile{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:6px;display:flex}.grid-tile .tile-value{color:var(--text-secondary);text-align:center;font-size:13px;font-weight:800;line-height:1.1}.grid-tile .tile-value.price{color:var(--primary);font-size:14.5px;font-weight:900}.grid-tile .tile-label{color:var(--text-tertiary);text-align:center;white-space:nowrap;font-size:10.5px;font-weight:500}.market-title-row{justify-content:space-between;align-items:center;gap:12px;width:100%;display:flex}.market-title-row h2{color:var(--text);margin:0;font-size:14px;font-weight:900;line-height:1.2}.agent-hero-tags-inline{flex-shrink:0;align-items:center;gap:6px;display:inline-flex}.market-seller-hosted-card{background:var(--surface);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);border:1px solid #2563eb14;flex-direction:column;gap:10px;padding:16px;display:flex}.seller-hosted-header{align-items:center;gap:8px;display:flex}.seller-hosted-icon{font-size:16px}.seller-hosted-header h3{color:var(--text);margin:0;font-size:13.5px;font-weight:800}.seller-hosted-desc{color:var(--text-secondary);margin:0;font-size:12px;line-height:1.5}.seller-hosted-status{color:var(--success);align-items:center;gap:6px;font-size:11px;font-weight:700;display:flex}.status-dot.pulsing-green{background:var(--success);width:6px;height:6px;box-shadow:0 0 6px var(--success);border-radius:99px;animation:1.5s step-end infinite console-blink-text}.market-console-card.mac-terminal-theme{color:var(--text-secondary);box-shadow:var(--shadow-sm);background:#f1f5f9e6;border:1px solid #64748b1f}.market-console-card.mac-terminal-theme .console-header{border-bottom:1px solid #64748b14;padding-bottom:10px}.mac-terminal-dots{flex-shrink:0;gap:6px;display:flex}.mac-dot{border-radius:99px;width:10px;height:10px;display:inline-block}.mac-dot.close{background:#ff5f56}.mac-dot.minimize{background:#ffbd2e}.mac-dot.expand{background:#27c93f}.market-console-card.mac-terminal-theme .console-header h3{color:var(--text-secondary);font-size:11.5px;font-weight:750}.market-console-card.mac-terminal-theme .console-badge{color:var(--primary);background:#2f6de414;font-weight:800}.market-console-card.mac-terminal-theme .console-tip-text{color:var(--text-tertiary)}.market-console-card.mac-terminal-theme .console-line{color:var(--text-secondary)}.market-console-card.mac-terminal-theme .terminal-section-title{color:var(--text-tertiary);border-bottom:1px dashed #64748b14}.market-console-card.mac-terminal-theme .terminal-log-row .log-time{color:var(--text-tertiary)}.market-console-card.mac-terminal-theme .terminal-log-row .log-msg{color:var(--text-secondary)}.demo-bubble-row{align-items:flex-end;gap:8px;width:100%;display:flex}.demo-bubble-row.user-row{justify-content:flex-end}.demo-bubble-row.agent-row{justify-content:flex-start}.chat-avatar{width:28px;height:28px;box-shadow:var(--shadow-sm);border-radius:99px;flex-shrink:0;justify-content:center;align-items:center;font-size:12px;font-weight:900;display:flex}.chat-avatar.user-avatar{background:var(--primary);color:#fff}.chat-avatar.agent-avatar{background:#f1f5f9;border:1px solid #3e4a5b14;font-size:14px}.chat-bubble.user-bubble{background:linear-gradient(135deg,#2f6de414,#2f6de408);border:1.5px solid #2f6de41a;border-radius:12px 12px 2px;box-shadow:0 2px 6px #2f6de405}.chat-bubble.agent-bubble{background:linear-gradient(135deg,#f8fafcfa,#f1f5f9f2);border:1.5px solid #64748b14;border-radius:12px 12px 12px 2px;box-shadow:0 2px 6px #64748b05}.demo-screenshot-row-inline{border-top:1px dashed var(--line);padding-top:6px}.reviews-expand-btn{background:var(--surface-soft);width:100%;color:var(--text-secondary);border-radius:var(--radius-sm);cursor:pointer;text-align:center;border:1px solid #3e4a5b14;padding:10px;font-size:12.5px;font-weight:750;transition:all .2s}.reviews-expand-btn:hover{color:var(--primary);background:#3e4a5b0a;border-color:#2f6de426}.reviews-expand-btn:focus{outline:none}.all-reviews-page{z-index:100;background:#f8fafc;flex-direction:column;display:flex;position:absolute;top:0;right:0;bottom:0;left:0}.all-reviews-scroll{padding-bottom:var(--agent-workbench-bottom-space);scrollbar-width:none;-ms-overflow-style:none;flex:1;overflow-y:auto}.all-reviews-scroll::-webkit-scrollbar{display:none}.all-reviews-content{flex-direction:column;gap:12px;padding:14px 16px;display:flex}.reviews-score-dashboard{background:var(--surface);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);border:1px solid #3e4a5b0d;grid-template-columns:1fr 1.6fr;align-items:center;gap:16px;padding:18px;display:grid}.score-big-card{border-right:1px solid var(--line);flex-direction:column;justify-content:center;align-items:center;padding-right:16px;display:flex}.score-big-card strong{color:var(--text);letter-spacing:-.02em;font-size:32px;font-weight:900;line-height:1.1}.score-stars{color:var(--warning);letter-spacing:1px;margin-top:4px;font-size:13px}.score-total{color:var(--text-tertiary);margin-top:6px;font-size:11px;font-weight:500}.score-bars-list{flex-direction:column;gap:6px;display:flex}.score-bar-row{color:var(--text-secondary);align-items:center;gap:8px;font-size:10.5px;display:flex}.bar-label{text-align:right;width:58px;color:var(--text-tertiary);white-space:nowrap;font-weight:500}.bar-track{background:#f1f5f9;border-radius:99px;flex:1;height:6px;overflow:hidden}.bar-fill{background:linear-gradient(90deg,var(--warning) 0%,#f59e0b 100%);border-radius:99px;height:100%}.bar-percent{text-align:left;width:28px;color:var(--text-tertiary);font-weight:600}.all-reviews-list-card{background:var(--surface);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);border:1px solid #3e4a5b0d;flex-direction:column;gap:16px;padding:16px;display:flex}.reviews-comments-list.luxury-list{flex-direction:column;gap:16px;display:flex}.review-comment-item-luxury{border-bottom:1px dashed var(--line);gap:12px;padding-bottom:16px;display:flex}.review-comment-item-luxury:last-child{border-bottom:none;padding-bottom:0}.review-user-avatar{color:#fff;width:32px;height:32px;box-shadow:var(--shadow-sm);border-radius:99px;flex-shrink:0;justify-content:center;align-items:center;font-size:13px;font-weight:850;display:flex}.review-comment-body{flex-direction:column;flex:1;gap:4px;display:flex}.comment-meta-row{justify-content:space-between;align-items:center;display:flex}.comment-user-name{color:var(--text-secondary);font-size:12px;font-weight:800}.comment-date{color:var(--text-tertiary);font-size:10.5px}.comment-rating-row{align-items:center;gap:8px;margin-top:2px;display:flex}.comment-spec{color:var(--text-tertiary);background:#f1f5f9;border-radius:4px;padding:2px 6px;font-size:10.5px;font-weight:600}.reviews-all-link-btn{color:var(--primary);cursor:pointer;background:0 0;border:none;align-items:center;gap:2px;padding:4px 6px;font-size:12px;font-weight:800;transition:all .2s;display:inline-flex}.reviews-all-link-btn:hover{color:#1d4ed8}.reviews-all-link-btn:focus{outline:none}.market-trial-refund-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:8px;display:grid}.market-policy-cell{background:#2f6de40a;border:1px solid #2f6de41a;border-radius:12px;flex-direction:column;gap:6px;padding:12px;display:flex}.market-policy-cell>span{color:var(--text-secondary);font-size:11px;font-weight:800;line-height:1.2}.market-policy-cell>p{color:var(--text-primary);margin:0;font-size:12px;line-height:1.5}.market-policy-cell.refund>span{color:var(--success)}.market-proof-list-section{border:1px solid #3e4a5b14;border-radius:12px;flex-direction:column;gap:0;display:flex;overflow:hidden}.market-proof-list-row{background:var(--surface);width:100%;min-width:0;color:inherit;font:inherit;text-align:left;cursor:pointer;border:0;border-bottom:1px solid #3e4a5b0f;align-items:center;gap:12px;padding:14px;transition:background .15s;display:flex}.market-proof-list-row:last-child{border-bottom:0}.market-proof-list-row:active{background:#2f6de40a}.proof-list-dot{background:var(--text-tertiary);border-radius:99px;flex-shrink:0;width:8px;height:8px}.proof-list-dot.verified{background:var(--success);box-shadow:0 0 6px #22c55e66}.proof-list-dot.failed{background:#ef4444}.proof-list-dot.pending{background:#f59e0b}.proof-list-body{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.proof-list-title{color:var(--text);white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:800;overflow:hidden}.proof-list-meta{color:var(--text-tertiary);flex-wrap:wrap;align-items:center;gap:4px;font-size:11px;font-weight:600;display:flex}.proof-list-meta .task-run-status-pill{flex:none}.proof-list-chevron{width:16px;height:16px;color:var(--text-tertiary);flex-shrink:0}.market-case-detail-sheet{max-height:70dvh}.reviews-summary-row{flex-wrap:nowrap;align-items:center;gap:12px;display:flex}.reviews-summary-row .summary-left{flex-direction:column;flex-shrink:0;align-items:center;gap:3px;min-width:48px;display:flex}.reviews-summary-row .rating-count{color:var(--text-tertiary);white-space:nowrap;font-size:10px;font-weight:700}.market-rating-bars{flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.market-rating-bar-row{align-items:center;gap:6px;min-width:0;display:flex}.market-rating-bar-row .bar-star{color:var(--text-tertiary);text-align:right;flex-shrink:0;width:10px;font-size:10px;font-weight:700}.market-rating-bar-row .bar-track{background:#64748b1f;border-radius:99px;flex:1;height:5px;overflow:hidden}.market-rating-bar-row .bar-fill{background:var(--primary);border-radius:99px;height:100%;transition:width .3s}.market-commerce-detail-screen.single-page-flow{background:#f7f9fb}.market-commerce-detail-screen .market-detail-content{box-sizing:border-box;flex:none;grid-template-columns:minmax(0,1fr);align-content:start;gap:18px;width:100%;min-width:0;max-width:100%;height:auto;padding-left:0;padding-right:0;overflow:visible}.market-commerce-detail-screen .market-section-anchor{box-sizing:border-box;width:100%;min-width:0;max-width:100%;overflow:visible}.market-about-container,.market-proof-details-card,.market-reviews-section{box-sizing:border-box;background:#fff;border:1px solid #c3c6d64d;border-radius:16px;width:100%;min-width:0;max-width:100%;box-shadow:0 4px 12px #0f172a0a}#sec-baby .market-fluid-details{width:100%;min-width:0;max-width:100%;box-shadow:none;box-sizing:border-box;background:0 0;border:0;border-radius:0;gap:16px;padding:0}.market-detail-hero-section{gap:14px;min-width:0;max-width:100%}.market-detail-hero-section .assistant-avatar-frame{width:64px;height:64px;box-shadow:none;color:#0053c6;background:#e9f0fe;border:0;border-radius:16px}.market-detail-hero-section .assistant-avatar-frame svg{width:34px;height:34px}.market-title-row{justify-content:flex-start;gap:8px;min-width:0;max-width:100%}.market-title-row h2{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:18px;font-weight:900;line-height:1.25;overflow:hidden}.market-source-badge{color:#0053c6;white-space:nowrap;background:#e9f0fe;border-radius:6px;flex-shrink:0;padding:2px 6px;font-size:10px;font-weight:850;line-height:1.4}.market-agent-author-line{gap:8px}.market-hero-summary{color:#64748b;-webkit-line-clamp:2;overflow-wrap:anywhere;-webkit-box-orient:vertical;margin:0;font-size:13px;font-weight:600;line-height:1.45;display:-webkit-box;overflow:hidden}.market-service-summary-card{box-sizing:border-box;background:#fff;border:1px solid #c3c6d64d;border-radius:16px;justify-content:space-between;align-items:center;gap:10px;width:100%;min-width:0;max-width:100%;padding:16px;display:flex;overflow:visible}.market-summary-item{flex:0 auto;gap:4px;min-width:0;max-width:100%;display:grid}.market-summary-item:first-child{flex:auto}.market-summary-item.right{text-align:right;flex:none}.summary-label{color:#94a3b8;letter-spacing:.04em;text-transform:uppercase;white-space:nowrap;font-size:10px;font-weight:850}.summary-price-row{align-items:baseline;gap:4px;min-width:0;max-width:100%;display:flex;overflow:visible}.summary-price{color:#0053c6;white-space:nowrap;flex-shrink:0;font-size:24px;font-weight:950;line-height:1;overflow:visible}.summary-price-row span,.summary-rate{color:#191b23;white-space:nowrap;font-size:13px;font-weight:850}.summary-price-row span{color:#94a3b8;flex-shrink:0;font-size:12px;font-weight:500;overflow:visible}.summary-mode{color:#191b23;white-space:nowrap;align-items:center;gap:6px;min-width:0;max-width:100%;font-size:13px;font-weight:850;display:flex}.summary-mode svg{color:#22c55e;flex:0 0 14px;width:14px;height:14px}.summary-mode span{min-width:0}.market-summary-divider{background:#c3c6d661;width:1px;height:40px}.market-section-label-row{align-items:center;margin:0 4px 8px}.market-section-label-row h3{color:#64748b;font-size:14px;font-weight:900}.market-section-label-row>span{color:#0053c6;white-space:nowrap;font-size:12px;font-weight:850}.market-about-container{padding:0;overflow:hidden}.market-about-section{gap:0}.market-about-description{padding:16px}.market-about-description p{color:#191b23;font-size:14px;line-height:1.55}.market-about-tags{gap:8px;margin:0;padding:0 16px 16px}.market-about-tag-chip{color:#424654;white-space:nowrap;background:#ededf8;border:0;border-radius:8px;font-size:11px;font-weight:800}.market-trial-refund-grid{border-top:1px solid #c3c6d64d;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;margin:0;display:grid}.market-policy-cell{background:#fff;border:0;border-right:1px solid #c3c6d64d;border-radius:0;min-width:0;padding:16px;display:block}.market-policy-cell:last-child{border-right:0}.market-policy-title-row{align-items:center;gap:8px;min-width:0;margin-bottom:5px;display:flex}.market-policy-title-row svg{color:#0053c6;flex:0 0 15px;width:15px;height:15px}.market-policy-title-row>span{color:#191b23;white-space:nowrap;text-overflow:ellipsis;min-width:0;font-size:13px;font-weight:900;overflow:hidden}.market-policy-cell>p{color:#64748b;font-size:12px;line-height:1.45}.market-policy-cell.refund{background:#fff;border-color:#c3c6d64d}.market-policy-cell.refund .market-policy-title-row>span{color:#191b23}.market-proof-details-card{box-shadow:none;background:0 0;border:0;padding:0;overflow:visible}.market-gallery-section,.market-starter-prompts-section{margin:14px}.market-proof-list-section{border:0;border-radius:0;gap:12px;display:grid;overflow:visible}.market-proof-list-row{background:#fff;border:1px solid #c3c6d64d;border-radius:16px;gap:12px;min-height:72px;padding:16px;box-shadow:0 4px 12px #0f172a0a}.market-commerce-detail-screen .market-proof-list-row:last-child{border:1px solid #c3c6d64d}.proof-list-icon{color:#22c55e;background:#22c55e1a;border-radius:10px;flex-shrink:0;place-items:center;width:40px;height:40px;display:grid}.proof-list-icon.failed{color:#ef4444;background:#ef44441a}.proof-list-icon.pending{color:#df8b1d;background:#f59e0b1f}.proof-list-icon svg{width:20px;height:20px}.proof-list-title{font-size:14px;font-weight:900}.proof-list-meta{flex-wrap:nowrap;gap:8px;min-width:0}.proof-list-meta>span:last-child{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.proof-list-chevron{color:#0053c6}.market-reviews-section{gap:0;padding:0;overflow:hidden}.market-review-score-panel{border-bottom:1px solid #c3c6d62e;align-items:center;gap:24px;padding:16px;display:flex}.market-review-score-main{border-right:1px solid #c3c6d647;justify-items:center;gap:5px;min-width:72px;padding-right:18px;display:grid}.market-review-score-main strong{color:#191b23;font-size:32px;font-weight:950;line-height:1}.market-review-score-main span{color:#df8b1d;letter-spacing:0;white-space:nowrap;font-size:13px}.market-review-score-main em{color:#94a3b8;white-space:nowrap;font-size:11px;font-style:normal;font-weight:700}.market-rating-bars{gap:5px}.market-rating-bar-row{gap:8px}.market-rating-bar-row .bar-track{background:#ededf8;height:6px}.market-rating-bar-row .bar-fill{background:#0053c6}.reviews-tags-cloud{border-bottom:1px solid #c3c6d62e;padding:14px 16px}.review-tag-chip{color:#424654;white-space:nowrap;background:#f2f3fd;border-color:#c3c6d64d;font-size:11px}.reviews-comments-list{gap:0}.review-comment-item{border-bottom:1px solid #c3c6d62e;padding:16px}.review-comment-top{justify-content:space-between;align-items:center;gap:10px;margin-bottom:6px;display:flex}.review-user-mini{align-items:center;gap:8px;min-width:0;display:flex}.review-user-mini>span{color:#64748b;background:#d9d9e4;border-radius:999px;flex-shrink:0;place-items:center;width:24px;height:24px;font-size:11px;font-weight:900;display:grid}.review-user-mini strong{text-overflow:ellipsis;white-space:nowrap;color:#191b23;min-width:0;font-size:12px;font-weight:850;overflow:hidden}.comment-rating-row .comment-stars{color:#df8b1d;letter-spacing:0;font-size:10px}.comment-text{color:#424654;-webkit-line-clamp:3;-webkit-box-orient:vertical;font-size:13px;line-height:1.55;display:-webkit-box;overflow:hidden}.reviews-all-link-btn{color:#0053c6;white-space:nowrap;background:0 0;border:0;align-items:center;gap:2px;padding:6px 0;font-size:12px;font-weight:900;display:inline-flex}.reviews-all-link-btn span{font-size:16px;line-height:1}.market-case-detail-sheet{background:#f7f9fb;border-radius:24px 24px 0 0;flex-direction:column;width:100%;height:70dvh;min-height:420px;max-height:70dvh;animation:.28s cubic-bezier(.16,1,.3,1) slide-up-drawer;display:flex;overflow:hidden;box-shadow:0 -18px 48px #0f172a3d}@media (min-width:640px){.market-case-detail-sheet{max-width:430px;margin:0 auto}}.case-sheet-grabber{background:#73778573;border:0;border-radius:999px;align-self:center;width:48px;height:4px;margin:12px 0 10px;padding:0}.case-sheet-header{background:#fff;border-bottom:1px solid #c3c6d64d;justify-content:space-between;align-items:center;gap:12px;padding:0 16px 12px;display:flex}.case-sheet-header h2{color:#0053c6;margin:0;font-size:18px;font-weight:950}.case-sheet-header p{color:#64748b;text-overflow:ellipsis;white-space:nowrap;margin:2px 0 0;font-size:12px;font-weight:700;overflow:hidden}.case-sheet-body{flex:1;align-content:start;gap:14px;min-height:0;padding:16px;display:grid;overflow-y:auto}.case-sheet-summary-card,.case-sheet-body .market-proof-flow section{background:#fff;border:1px solid #c3c6d638;border-radius:16px}.case-sheet-summary-card{gap:8px;padding:14px;display:grid}.case-sheet-summary-head,.case-sheet-meta-row{justify-content:space-between;align-items:center;gap:10px;min-width:0;display:flex}.case-sheet-summary-head strong{text-overflow:ellipsis;white-space:nowrap;color:#191b23;min-width:0;font-size:15px;font-weight:900;overflow:hidden}.case-sheet-meta-row span{color:#94a3b8;white-space:nowrap;font-size:11px;font-weight:800}.case-sheet-body .market-proof-flow{gap:12px}.case-sheet-body .market-proof-flow section{padding:12px}.case-sheet-body .market-proof-flow section>span{color:#64748b;font-size:12px}.case-sheet-body .market-proof-flow p{color:#191b23;font-size:13px}.case-artifact-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.case-artifact-thumb{aspect-ratio:1;background:#ededf8;border:1px solid #c3c6d63d;border-radius:12px;min-width:0;position:relative;overflow:hidden}button.case-artifact-thumb{padding:0}.case-artifact-thumb img{object-fit:cover;width:100%;height:100%;display:block}.case-artifact-thumb.image span{color:#fff;background:#0000008c;border-radius:4px;padding:1px 4px;font-size:9px;font-weight:800;position:absolute;bottom:4px;right:4px}.case-artifact-thumb.file{color:#737785;border-style:dashed;align-content:center;place-items:center;gap:6px;display:grid}.case-artifact-thumb.file svg{width:22px;height:22px}.case-artifact-thumb.file span{text-overflow:ellipsis;white-space:nowrap;max-width:80%;font-size:9px;font-weight:850;overflow:hidden}@media (max-width:380px){.market-commerce-detail-screen .market-service-summary-card{gap:6px;padding:12px}.market-commerce-detail-screen .summary-price{font-size:18px}.market-commerce-detail-screen .summary-price-row span,.market-commerce-detail-screen .summary-mode,.market-commerce-detail-screen .summary-rate{font-size:12px}}.market-free-agent-detail-screen .project-workbench-scroll.market-detail-scroll{box-sizing:border-box;width:100%;min-width:0;max-width:100%;overflow:hidden auto;padding:16px 16px calc(20px + env(safe-area-inset-bottom))!important;scrollbar-width:none!important;-ms-overflow-style:none!important}.market-free-agent-detail-screen .project-workbench-scroll.market-detail-scroll::-webkit-scrollbar{width:0!important;height:0!important;display:none!important}.market-free-agent-detail-screen .project-workbench-scroll.market-detail-scroll ::-webkit-scrollbar{width:0!important;height:0!important;display:none!important}.market-free-agent-detail-screen .market-free-content-canvas{box-sizing:border-box;flex:none;align-content:start;gap:24px;width:100%;min-width:0;max-width:448px;margin:0 auto;padding:2px 0 32px;display:grid;overflow:visible}.market-free-agent-detail-screen .market-free-content-canvas>*{box-sizing:border-box;min-width:0;max-width:100%}.market-free-summary-section{gap:24px;min-width:0;margin:0;display:grid;overflow:visible}.market-free-hero-row{align-items:flex-start;gap:16px;min-width:0;display:flex;overflow:visible}.market-free-avatar-frame{background:#e9f0fe;border:1px solid #c3c6d633;border-radius:16px;flex:0 0 80px;place-items:center;width:80px;height:80px;display:grid;overflow:hidden}.market-free-avatar-frame img{object-fit:cover;width:100%;height:100%;display:block}.market-free-avatar-frame .assistant-brand-icon{width:54px;height:54px}.market-free-hero-copy{flex:1;align-content:start;gap:4px;min-width:0;display:grid}.market-free-meta-line{align-items:center;gap:8px;min-width:0;margin-bottom:0;display:flex}.market-free-meta-line span,.market-free-meta-line em{text-overflow:ellipsis;white-space:nowrap;align-items:center;min-width:0;max-width:100%;height:18px;font-size:11px;font-style:normal;font-weight:850;line-height:18px;display:inline-flex;overflow:hidden}.market-free-meta-line span{color:#0053c6;background:#0053c61a;border-radius:4px;flex-shrink:0;padding:0 8px}.market-free-meta-line em{color:#94a3b8}.market-free-hero-copy h2{color:#191b23;text-overflow:ellipsis;white-space:nowrap;min-width:0;margin:0;font-size:18px;font-weight:900;line-height:24px;overflow:hidden}.market-free-hero-copy p{color:#64748b;overflow-wrap:anywhere;-webkit-line-clamp:2;-webkit-box-orient:vertical;min-width:0;margin:0;font-size:14px;font-weight:500;line-height:20px;display:-webkit-box;overflow:hidden}.market-free-hero-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;min-width:0;display:grid}.market-free-hero-stats div{text-align:center;background:#fff;border:1px solid #c3c6d64d;border-radius:12px;place-items:center;gap:4px;min-width:0;padding:12px;display:grid}.market-free-hero-stats span,.market-free-hero-stats strong{text-overflow:ellipsis;white-space:nowrap;min-width:0;max-width:100%;display:block;overflow:hidden}.market-free-hero-stats span{color:#94a3b8;font-size:11px;font-weight:700;line-height:16px}.market-free-hero-stats strong{color:#0053c6;font-size:15px;font-weight:800;line-height:22px}.market-free-section{gap:8px;min-width:0;display:grid;overflow:visible}.market-free-section>h3,.market-free-section-head h3{color:#1e293b;margin:0;padding:0 4px;font-size:14px;font-weight:850;line-height:20px}.market-free-section-head{justify-content:space-between;align-items:flex-end;gap:12px;min-width:0;display:flex}.market-free-section-head h3{min-width:0}.market-free-section-head span{color:#94a3b8;white-space:nowrap;flex:none;padding:0 4px;font-size:11px;font-weight:700;line-height:16px}.market-free-description-card{background:#fff;border:1px solid #c3c6d64d;border-radius:12px;gap:12px;min-width:0;padding:16px;display:grid;overflow:visible}.market-free-description-copy,.market-free-description-copy p{min-width:0;max-width:100%}.market-free-description-copy p{color:#424654;white-space:pre-wrap;overflow-wrap:anywhere;margin:0;font-size:14px;font-weight:500;line-height:20px}.market-free-chip-row{flex-wrap:wrap;gap:8px;padding-top:2px;display:flex}.market-free-chip-row span{color:#424654;text-overflow:ellipsis;white-space:nowrap;background:#f2f3fd;border:1px solid #c3c6d633;border-radius:999px;align-items:center;min-width:0;max-width:100%;height:24px;padding:0 12px;font-size:11px;font-weight:700;line-height:16px;display:inline-flex;overflow:hidden}.market-free-action-list{gap:12px;min-width:0;display:grid}.market-free-action-list button{color:#191b23;width:100%;min-width:0;min-height:46px;font:inherit;text-align:left;cursor:pointer;background:#faf8ff;border:1px solid #c3c6d680;border-radius:12px;justify-content:space-between;align-items:center;gap:12px;padding:12px;display:flex}.market-free-action-list button span{color:#191b23;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:14px;font-weight:500;line-height:20px;overflow:hidden}.market-free-action-list button svg{color:#737785;flex:none;width:20px;height:20px}.market-free-list-card{background:#fff;border:1px solid #c3c6d64d;border-radius:12px;min-width:0;overflow:hidden}.market-free-divided-list{gap:0;width:100%;min-width:0;display:grid}.market-free-list-row{width:100%;min-width:0;min-height:0;color:inherit;font:inherit;text-align:left;box-shadow:none;background:0 0;border:0;border-radius:0;align-items:flex-start;gap:12px;padding:16px;display:flex;overflow:visible}.market-free-list-row+.market-free-list-row{border-top:1px solid #c3c6d633}.market-free-list-row-body{flex:1;gap:2px;min-width:0;display:grid}.market-free-list-row-body strong{color:#191b23;overflow-wrap:anywhere;min-width:0;font-size:15px;font-weight:800;line-height:22px}.market-free-list-row-body span{color:#64748b;overflow-wrap:anywhere;min-width:0;font-size:14px;font-weight:500;line-height:20px}.market-free-skill-icon,.market-free-document-icon{border-radius:8px;flex:0 0 40px;place-items:center;width:40px;height:40px;display:grid}.market-free-skill-icon svg,.market-free-document-icon svg,.market-free-requirements-card li svg{width:22px;height:22px;display:block}.market-free-skill-icon.tone-0{color:#001e2c;background:#c4e7ff}.market-free-skill-icon.tone-1{color:#331200;background:#ffdbca}.market-free-skill-icon.tone-2{color:#001946;background:#dae2ff}.market-free-knowledge-row{align-items:center}.market-free-knowledge-main{align-items:center;gap:12px;min-width:0;display:flex}.market-free-document-icon{color:#94a3b8;background:0 0;flex-basis:24px;width:24px;height:24px}.market-free-document-icon svg{width:22px;height:22px}.market-free-requirements-section{padding-bottom:40px}.market-free-requirements-card{background:#fff;border:1px dashed #c3c6d6;border-radius:12px;min-width:0;padding:16px;overflow:visible}.market-free-requirements-card ul{gap:8px;margin:0;padding:0;list-style:none;display:grid}.market-free-requirements-card li{color:#424654;align-items:center;gap:8px;min-width:0;display:flex}.market-free-requirements-card li span{color:#22c55e;flex:0 0 20px;place-items:center;width:20px;height:20px;display:grid}.market-free-requirements-card li span.warning{color:#df8b1d}.market-free-requirements-card li em{color:#424654;overflow-wrap:anywhere;min-width:0;font-size:14px;font-style:normal;font-weight:500;line-height:20px}.storage-location-head{align-items:baseline;gap:8px;min-width:0;display:flex}.storage-location-head strong{flex:1}.storage-location-head span{flex:none}.storage-location-path{max-width:100%;display:block}.agent-device-row.storage-location-row .status-badge{white-space:nowrap;flex:none}.storage-location-card-list{gap:10px;margin-top:12px;display:grid}.storage-location-card-grid{grid-template-columns:minmax(0,1fr);gap:10px;display:grid}.storage-info-row{grid-template-columns:72px minmax(0,1fr);align-items:baseline;gap:5px 10px;min-width:0;padding:8px 0;display:grid}.storage-info-row+.storage-info-row{border-top:1px solid #4c5b7114}.storage-info-row strong{color:var(--text-secondary);font-size:11px;font-weight:800}.storage-info-row span{text-overflow:ellipsis;white-space:nowrap;min-width:0;color:var(--text-primary);font-size:14px;font-weight:800;overflow:hidden}.storage-info-row em{text-overflow:ellipsis;white-space:nowrap;min-width:0;color:var(--text-secondary);grid-column:2;font-size:12px;font-style:normal;overflow:hidden}.agent-dossier-document{min-height:0;max-height:none;color:var(--text-primary);white-space:pre-wrap;word-break:break-word;scrollbar-width:none;background:#f8fafceb;border-radius:16px;flex:auto;margin:12px 0 0;padding:14px;font-family:inherit;font-size:13px;line-height:1.65;overflow:auto;box-shadow:inset 0 0 0 1px #4c5b710f}.agent-dossier-document::-webkit-scrollbar{display:none}.agent-skill-list{gap:10px;margin-top:12px;display:grid}.agent-skill-row{background:#f8fafceb;border-radius:16px;justify-content:space-between;align-items:flex-start;gap:12px;padding:12px;display:flex;box-shadow:inset 0 0 0 1px #4c5b710f}.agent-skill-row>div{gap:4px;min-width:0;display:grid}.agent-skill-row strong,.agent-skill-row span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.agent-skill-row strong{font-size:14px}.agent-skill-row span,.agent-skill-row em{color:var(--text-secondary);font-size:12px;font-style:normal}.agent-skill-row em{flex:none}.agent-capability-editor{gap:18px;min-width:0;margin-top:14px;display:grid}.agent-capability-toolbar{flex-wrap:wrap;align-items:flex-end;gap:10px;display:flex}.agent-capability-toolbar label{gap:6px;min-width:min(100%,220px);display:grid}.agent-capability-toolbar label span{color:var(--text-tertiary);font-size:12px;font-weight:700}.agent-capability-toolbar select{min-height:34px;color:var(--text-primary);font:inherit;background:#f8fafce6;border:1px solid #191f281a;border-radius:10px;padding:7px 10px;font-size:13px}.agent-capability-skill-list{gap:10px;display:grid}.agent-capability-library-search{grid-template-columns:minmax(0,1fr) auto;gap:10px;min-width:0;display:grid}.agent-capability-library-search input{min-width:0;min-height:34px;color:var(--text-primary);font:inherit;background:#f8fafce6;border:1px solid #191f281a;border-radius:10px;padding:7px 10px;font-size:13px}.agent-capability-library-list{gap:10px;display:grid}.agent-capability-skill-row{background:#f8fafceb;border-radius:14px;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:10px;padding:12px;display:grid;box-shadow:inset 0 0 0 1px #4c5b710f}.agent-capability-warning-list{grid-column:1/-1;gap:6px;padding-top:2px;display:grid}.agent-capability-warning-list span{color:#92400e;background:#f59e0b1a;border-radius:8px;padding:6px 8px;font-size:12px;line-height:1.35}.agent-capability-skill-row>button:first-child{min-width:0;color:inherit;text-align:left;cursor:pointer;background:0 0;border:0;gap:4px;padding:0;display:grid}.agent-capability-skill-row strong,.agent-capability-skill-row span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.agent-capability-skill-row strong{font-size:14px}.agent-capability-skill-row span,.agent-capability-skill-row em{color:var(--text-secondary);font-size:12px;font-style:normal}.agent-capability-skill-row .agent-capability-mcp-line{color:var(--text-tertiary);font-family:SF Mono,Menlo,Monaco,Consolas,monospace}.agent-capability-skill-row>button:last-child,.agent-generated-skill-head button{min-height:28px;color:var(--text-secondary);cursor:pointer;background:#fff;border:1px solid #191f281a;border-radius:8px;padding:0 10px;font-size:12px;font-weight:700}.agent-generated-skill-head{justify-content:space-between;align-items:center;gap:10px;display:flex}.agent-capability-new-skill{margin-top:0}@media (max-width:640px){.agent-capability-skill-row{grid-template-columns:minmax(0,1fr) auto}.agent-capability-library-search{grid-template-columns:minmax(0,1fr)}.agent-capability-skill-row em{grid-column:1/-1}}.agent-device-row>div,.agent-bound-chat-row>div{gap:4px;min-width:0;display:grid}.agent-device-row strong,.agent-bound-chat-row strong{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:14px;overflow:hidden}.agent-device-row span,.agent-bound-chat-row span{text-overflow:ellipsis;white-space:nowrap;min-width:0;color:var(--text-secondary);font-size:12px;overflow:hidden}.agent-bound-chat-row em{color:var(--text-tertiary);flex-shrink:0;font-size:12px;font-style:normal}.agent-service-package-panel{background:#f8fafceb;border-radius:16px;gap:12px;margin-top:14px;padding:12px;display:grid;box-shadow:inset 0 0 0 1px #4c5b710f}.agent-service-package-head,.agent-service-package-actions{justify-content:space-between;align-items:center;gap:12px;min-width:0;display:flex}.agent-service-package-head>div{gap:4px;min-width:0;display:grid}.agent-service-proof-actions{flex:none;justify-content:flex-end;align-items:center;gap:8px;display:flex}.agent-service-package-head strong{color:var(--text-primary);font-size:14px}.agent-service-package-head span,.agent-service-package-actions span,.agent-service-package-validation span{color:var(--text-secondary);font-size:12px;line-height:1.45}.agent-service-package-select{gap:6px;display:grid}.agent-service-package-select span{color:var(--text-secondary);font-size:12px;font-weight:700}.agent-service-package-select select,.agent-service-package-form input,.agent-service-package-form textarea{width:100%;min-width:0}.agent-runtime-detected-panel{background:#ffffffb8;border-radius:14px;gap:10px;padding:12px;display:grid;box-shadow:inset 0 0 0 1px #4c5b710f}.agent-runtime-detected-head{justify-content:space-between;align-items:center;gap:12px;min-width:0;display:flex}.agent-runtime-detected-head>div{gap:2px;min-width:0;display:grid}.agent-runtime-detected-head strong{color:var(--text-primary);font-size:13px}.agent-runtime-detected-head span,.agent-runtime-detected-empty{color:var(--text-secondary);font-size:12px;line-height:1.45}.agent-runtime-detected-empty{margin:0}.agent-runtime-detected-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.agent-runtime-detected-item{text-align:left;min-width:0;color:var(--text-primary);cursor:pointer;background:#f8fafceb;border:0;border-radius:12px;gap:6px;padding:10px 11px;display:grid;box-shadow:inset 0 0 0 1px #4c5b7114}.agent-runtime-detected-item.selected{background:#ebf8f4f2;box-shadow:inset 0 0 0 1px #2a9d8f42}.agent-runtime-detected-item span{justify-content:space-between;align-items:center;gap:8px;min-width:0;display:flex}.agent-runtime-detected-item strong{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:13px;overflow:hidden}.agent-runtime-detected-item em,.agent-runtime-detected-item small{min-width:0;color:var(--text-secondary);text-overflow:ellipsis;white-space:nowrap;font-size:11px;font-style:normal;overflow:hidden}.agent-service-package-form{grid-template-columns:repeat(2,minmax(0,1fr))}.agent-service-package-form label:first-child{grid-column:1/-1}.agent-service-package-validation{background:#ffffffb3;border-radius:12px;gap:4px;padding:10px 12px;display:grid;box-shadow:inset 0 0 0 1px #4c5b710d}.agent-service-package-actions{flex-wrap:wrap;justify-content:flex-start}.agent-insights-dashboard{flex-direction:column;gap:16px;display:flex;position:relative;overflow:hidden;background:linear-gradient(135deg,var(--surface) 0%,#f2f4f759 100%)!important;border:1px solid #2f6de414!important;padding:20px 18px!important}.agent-insights-dashboard:before{content:"";pointer-events:none;background:radial-gradient(circle,#2f6de40d,#0000 70%);width:140px;height:140px;position:absolute;top:-40px;right:-40px}.insights-live-dot{color:var(--success);letter-spacing:.5px;background:#22a06b14;border-radius:4px;padding:2px 6px;font-size:10px;font-weight:700}.agent-insights-grid{grid-template-columns:minmax(0,1.2fr) minmax(0,1fr);gap:12px;width:100%;display:grid}@media (max-width:480px){.agent-insights-grid{grid-template-columns:1fr}}.insight-metric-card{box-sizing:border-box;border-radius:14px;flex-direction:column;justify-content:space-between;min-width:0;padding:14px 16px;display:flex}.insight-metric-card.primary{background:linear-gradient(135deg,#2f6de40a,#2f6de414);border:1px solid #2f6de41f;min-height:110px}.insight-metric-card.secondary{background:#f8fafceb;border:1px solid #3e4a5b0d;padding:10px 12px}.insight-metric-subgrid{grid-template-columns:repeat(2,1fr);gap:8px;display:grid}.insight-metric-card .metric-label{color:var(--text-secondary);text-overflow:ellipsis;white-space:nowrap;margin-bottom:6px;font-size:11px;font-weight:600;overflow:hidden}.insight-metric-card.primary .metric-value{color:var(--primary);align-items:baseline;gap:2px;font-size:28px;font-weight:800;line-height:1.15;display:flex}.insight-metric-card.primary .metric-value small{font-size:16px;font-weight:700}.insight-metric-card.secondary .metric-value{color:var(--text);font-size:15px;font-weight:700}.insight-metric-card .metric-trend{align-items:center;gap:4px;margin-top:6px;font-size:10.5px;font-weight:700;display:flex}.insight-metric-card .metric-trend.positive{color:var(--success)}.insight-metric-card .metric-trend.positive small{color:var(--text-tertiary);font-weight:400}.insights-footer{color:var(--text-secondary);border-top:1px dashed #3e4a5b14;padding-top:10px;font-size:11px;line-height:1.45}.insights-footer strong{color:var(--primary)}.agent-profile-edit-form label{flex-direction:column;gap:6px;margin-bottom:14px;display:flex}.agent-profile-edit-form label span{color:var(--text-secondary);font-size:11.5px;font-weight:700}.agent-profile-edit-form input,.agent-profile-edit-form textarea,.agent-profile-edit-form select{background:var(--surface);color:var(--text);box-sizing:border-box;border:1px solid #3e4a5b1f;border-radius:10px;outline:none;padding:8px 12px;font-size:13.5px;transition:all .15s}.agent-profile-edit-form input:focus,.agent-profile-edit-form textarea:focus,.agent-profile-edit-form select:focus{border-color:var(--primary);box-shadow:0 0 0 3px #2f6de414}.agent-profile-edit-form textarea{resize:vertical;font-family:Menlo,Monaco,Consolas,Courier New,monospace;font-size:12.5px;line-height:1.5}.agent-doc-edit-actions .sheet-button{box-shadow:0 1px 3px #00000005}.agent-overview-service-card{gap:14px;display:grid}.agent-service-summary-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.agent-service-summary-grid article{background:#f8fafceb;border-radius:12px;gap:5px;min-width:0;padding:12px;display:grid;box-shadow:inset 0 0 0 1px #4c5b710f}.agent-service-summary-grid span{color:var(--text-tertiary);font-size:11px;font-weight:800}.agent-service-summary-grid strong{min-width:0;color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;font-size:15px;font-weight:800;overflow:hidden}@media (max-width:480px){.agent-service-summary-grid{grid-template-columns:1fr}}.agent-publish-status-banner{justify-content:space-between;align-items:center;gap:16px;display:flex;background:linear-gradient(135deg,var(--surface) 0%,#f2f4f740 100%)!important;border:1px dashed #2f6de42e!important;padding:16px 18px!important}.status-banner-content{flex:1;align-items:center;gap:14px;min-width:0;display:flex}.status-banner-icon{background:var(--surface-soft);border-radius:12px;flex-shrink:0;place-items:center;width:44px;height:44px;font-size:24px;display:grid}.status-banner-text{flex-direction:column;gap:3px;min-width:0;display:flex}.status-banner-text h4{color:var(--text-primary);margin:0;font-size:13.5px;font-weight:700}.status-banner-text p{color:var(--text-secondary);margin:0;font-size:11.5px;line-height:1.45}.status-banner-text p strong{color:var(--primary);font-weight:700}@media (max-width:480px){.agent-publish-status-banner{flex-direction:column;align-items:flex-start;gap:12px}.agent-publish-status-banner button{align-self:flex-end}}.agent-service-publish-screen .topbar{gap:12px;padding-right:16px;grid-template-columns:44px minmax(0,1fr) auto!important}.agent-service-publish-screen .topbar .sheet-button{white-space:nowrap;border-radius:8px;justify-content:center;align-items:center;height:30px;padding:0 16px;font-size:13px;font-weight:600;display:flex;box-shadow:0 2px 6px #2f6de426}.agent-publish-loading-overlay{text-align:center;background:var(--surface);box-sizing:border-box;border-radius:20px;flex-direction:column;justify-content:center;align-items:center;min-height:400px;padding:60px 24px;display:flex}.loading-logo-glow{place-items:center;width:72px;height:72px;margin-bottom:24px;display:grid;position:relative}.loading-avatar{background:linear-gradient(135deg,var(--primary) 0%,#1e40af 100%);color:#fff;z-index:2;border-radius:18px;place-items:center;width:64px;height:64px;font-size:24px;font-weight:800;display:grid;box-shadow:0 8px 24px #2f6de440}.loading-glow-ring{z-index:1;border:2px solid #2f6de44d;border-radius:22px;animation:2s cubic-bezier(.4,0,.6,1) infinite loading-ring-pulse;position:absolute;top:0;right:0;bottom:0;left:0}@keyframes loading-ring-pulse{0%{opacity:.5;transform:scale(.95)}50%{opacity:.8;border-color:#2f6de499;transform:scale(1.15);box-shadow:0 0 16px #2f6de459}to{opacity:.5;transform:scale(.95)}}.agent-publish-loading-overlay h3{color:var(--text);margin:0 0 10px;font-size:17px;font-weight:700}.agent-publish-loading-overlay p{color:var(--text-secondary);max-width:320px;margin:0 0 24px;font-size:12.5px;line-height:1.5}.loading-progress-track{background:var(--surface-soft);border-radius:99px;width:140px;height:4px;overflow:hidden}.loading-progress-bar{background:linear-gradient(90deg,var(--primary) 0%,#1e40af 100%);border-radius:99px;width:100%;height:100%;animation:1.8s cubic-bezier(.4,0,.2,1) infinite loading-bar-run;transform:translate(-100%)}@keyframes loading-bar-run{0%{transform:translate(-100%)}50%{transform:translate(0)}to{transform:translate(100%)}}.agent-workbench-content-overview{gap:0}.agent-workbench-screen,.agent-workbench-screen *{box-sizing:border-box}.agent-workbench-screen,.agent-workbench-scroll,.agent-workbench-content,.agent-overview-template,.agent-overview-profile-card,.agent-overview-tile-grid,.agent-overview-tile,.agent-overview-sessions,.agent-overview-session-list,.agent-overview-session-row,.agent-overview-usage-card{max-width:100%}.agent-workbench-content-overview>.agent-workbench-hero{margin-bottom:20px}.agent-workbench-content-overview>.agent-overview-section-label{align-items:center;margin:22px 4px 8px}.agent-workbench-content-overview>.agent-overview-section-label:first-of-type{margin-top:0}.agent-workbench-content-overview>.agent-overview-section-label h3,.agent-workbench-content-overview>.agent-overview-section-label{color:#172033;font-size:14px;font-weight:850}.agent-workbench-content-overview>.agent-overview-section-label p{color:#667085;margin-top:3px;font-size:11.5px;line-height:1.35}.agent-workbench-content-overview>.agent-workbench-card{background:#ffffffd1;border-color:#191f280e;box-shadow:0 8px 22px #151f2c0a}.agent-workbench-content-overview .agent-section-copy{margin:0;line-height:1.58}.agent-workbench-content-overview .agent-capability-grid{gap:9px}.agent-workbench-content-overview .agent-capability-grid article{background:#f8fafcc7;border:1px solid #191f280b;min-height:54px;padding:12px}.agent-workbench-content-document{gap:12px}.agent-workbench-content-files{flex-direction:column;flex:1;gap:0;min-height:0;display:flex}.agent-workbench-scroll-files{padding-bottom:0;padding-left:12px;padding-right:12px;scroll-padding-bottom:0}.agent-workbench-content-files>.workbench-tab-content{flex:none;min-height:auto}.agent-workbench-content-document .agent-document-stack{gap:12px;min-width:0;max-width:100%;display:grid}.agent-document-section{gap:8px;min-width:0;max-width:100%;display:grid}.agent-document-section-label{color:#64748b;letter-spacing:.04em;text-transform:uppercase;margin:0;font-size:14px;font-weight:850;line-height:1.3}.agent-document-info-card{background:#fff;border:1px solid #c3c6d64d;border-radius:12px;align-items:center;gap:12px;min-width:0;max-width:100%;padding:16px;display:flex;box-shadow:0 1px 2px #191b230f}.agent-document-info-icon{color:#0053c6;background:#e9f0fe;border-radius:12px;flex:none;place-items:center;width:48px;height:48px;display:grid}.agent-document-info-icon svg{width:26px;height:26px}.agent-document-info-copy{flex:1;gap:3px;min-width:0;display:grid}.agent-document-info-title{align-items:center;gap:8px;min-width:0;display:flex}.agent-document-info-title h3,.agent-document-info-copy p,.agent-document-preview-title strong,.agent-document-preview-title span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.agent-document-info-title h3{color:#191f28;margin:0;font-size:15px;font-weight:850}.agent-document-info-title span,.agent-document-preview-title span{color:#0053c6;background:#e9f0fe;border-radius:999px;flex:none;padding:2px 8px;font-size:10px;font-weight:850}.agent-document-info-copy p{color:#64748b;margin:0;font-size:12px;font-weight:750}.agent-document-info-card .agent-doc-edit-actions{flex:none;gap:8px;display:flex}.agent-document-preview-card{background:#fff;border:1px solid #c3c6d64d;border-radius:12px;min-width:0;max-width:100%;display:grid;overflow:hidden;box-shadow:0 1px 2px #191b230f}.agent-document-preview-head{border-bottom:1px solid #f2f4f7f2;justify-content:space-between;align-items:center;gap:12px;min-width:0;padding:14px 16px;display:flex}.agent-document-preview-title{align-items:center;gap:8px;min-width:0;display:flex}.agent-document-preview-title svg{color:#475569;flex:none;width:20px;height:20px}.agent-document-preview-title strong{color:#191f28;font-size:15px;font-weight:850}.agent-document-preview-head button{color:#0053c6;white-space:nowrap;background:0 0;border:0;flex:none;font-size:12px;font-weight:850}.agent-dossier-document-shell{background:#faf8ff80;min-width:0;padding:16px;position:relative}.agent-document-stack.doc-count-1 .agent-dossier-document-shell{min-height:clamp(260px,calc(var(--agent-document-visible-height) - 260px),420px)}.agent-document-preview-card .agent-dossier-document{max-height:260px;box-shadow:none;background:0 0;border-radius:0;margin:0;padding:0;position:relative}.agent-dossier-document-fade{pointer-events:none;background:linear-gradient(#fff0,#fff);height:48px;position:absolute;bottom:0;left:0;right:0}.agent-document-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.agent-document-summary-grid article{background:#fff;border:1px solid #c3c6d640;border-radius:12px;gap:8px;min-width:0;padding:16px;display:grid}.agent-document-summary-grid svg{color:#047857;width:22px;height:22px}.agent-document-summary-grid span,.agent-document-summary-grid strong{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.agent-document-summary-grid span{color:#64748b;font-size:12px;font-weight:750}.agent-document-summary-grid strong{color:#191f28;font-size:15px;font-weight:850}.agent-overview-template{color:#191b23;gap:16px;min-width:0;max-width:100%;display:grid;container:agent-overview/inline-size}.agent-overview-profile-card{background:#fff;border:1px solid #c3c6d64d;border-radius:12px;flex-direction:column;align-items:center;gap:14px;min-width:0;max-width:100%;padding:20px;display:flex;box-shadow:0 1px 2px #191b230f}.agent-overview-avatar{color:#003d9b;background:#dae2ff;border-radius:16px;flex:none;place-items:center;width:96px;height:96px;display:grid;position:relative;overflow:visible;box-shadow:inset 0 1px 2px #00184814}.agent-overview-avatar svg{width:44px;height:44px}.agent-overview-avatar-image{object-fit:cover;object-position:center;border-radius:inherit;width:100%;height:100%;display:block}.agent-overview-avatar-mark{color:#dff7ff;background:radial-gradient(circle at 36% 28%,#5ee8ff 0,#5ee8ff 12%,#0f8bcf 26%,#082f6b 64%,#020617);border-radius:999px;place-items:center;width:56px;height:56px;font-family:IBM Plex Sans,Inter,system-ui,sans-serif;font-size:34px;font-weight:800;display:grid;box-shadow:0 6px 14px #003d9b38}.agent-overview-avatar>span.online,.agent-overview-avatar>span.offline{background:#12b981;border:4px solid #fff;border-radius:999px;width:24px;height:24px;position:absolute;bottom:-8px;right:-8px}.agent-overview-avatar>span.offline{box-shadow:none;background:#737685}.agent-overview-profile-copy{text-align:center;gap:10px;min-width:0;max-width:100%;display:grid}.agent-overview-profile-copy h2{color:#191b23;text-overflow:ellipsis;min-width:0;margin:0;font-family:IBM Plex Sans,Inter,system-ui,sans-serif;font-size:24px;font-weight:700;line-height:1.25;overflow:hidden}.agent-overview-profile-copy>p{color:#434654;text-overflow:ellipsis;word-break:normal;overflow-wrap:anywhere;line-break:anywhere;-webkit-line-clamp:3;-webkit-box-orient:vertical;max-width:42rem;margin:0;font-size:14px;font-weight:500;line-height:1.45;display:-webkit-box;overflow:hidden}.agent-overview-profile-meta{color:#737685;flex-wrap:wrap;justify-content:center;gap:12px 16px;min-width:0;margin-top:6px;font-size:12px;font-weight:600;display:flex}.agent-overview-profile-meta span{text-overflow:ellipsis;white-space:nowrap;min-width:0;max-width:100%;overflow:hidden}.agent-overview-profile-meta span:before{content:"";vertical-align:-2px;background-color:currentColor;width:14px;height:14px;margin-right:6px;display:inline-block;-webkit-mask:radial-gradient(circle,#000 52%,#0000 54%);mask:radial-gradient(circle,#000 52%,#0000 54%)}.agent-overview-actions{gap:8px;width:100%;min-width:0;max-width:100%;display:grid}.agent-overview-primary-action,.agent-overview-secondary-action{white-space:nowrap;border-radius:8px;justify-content:center;width:100%;min-height:40px;padding:0 24px;font-size:14px;font-weight:700}.agent-overview-primary-action{color:#fff;background:#003d9b;border:0;box-shadow:0 4px 10px #003d9b2e}.agent-overview-secondary-action{color:#003d9b;background:0 0;border:1px solid #737685}.agent-overview-secondary-action:disabled,.agent-overview-primary-action:disabled{opacity:.52;cursor:not-allowed}.agent-overview-tile-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;min-width:0;max-width:100%;display:grid}.agent-overview-tile{color:#191b23;text-align:left;background:#fff;border:1px solid #c3c6d6;border-radius:12px;grid-template-columns:40px minmax(0,1fr);align-items:center;gap:12px;min-width:0;min-height:82px;padding:16px;transition:transform .16s,border-color .16s,box-shadow .16s;display:grid;position:relative;overflow:hidden;box-shadow:0 1px 2px #191b230f}.agent-overview-tile:after{content:"";background:#003d9b0d;border-radius:999px;width:80px;height:80px;transition:transform .5s;position:absolute;top:-16px;right:-16px}.agent-overview-tile:active{transform:scale(.975)}.agent-overview-tile:hover{border-color:#003d9b;box-shadow:0 8px 18px #003d9b14,0 1px 2px #191b230f}.agent-overview-tile:hover:after{transform:scale(1.5)}.agent-overview-tile-icon{z-index:1;color:#003d9b;background:#dae2ff;border-radius:8px;grid-row:1/span 2;place-items:center;width:40px;height:40px;display:grid;position:relative}.agent-overview-tile-icon svg{width:22px;height:22px}.agent-overview-tile.skills .agent-overview-tile-icon{color:#5e4db9;background:#e5deff}.agent-overview-tile.knowledge .agent-overview-tile-icon{color:#7b2600;background:#ffdbcf}.agent-overview-tile.files .agent-overview-tile-icon{color:#003d9b;background:#dae2ff}.agent-overview-tile strong,.agent-overview-tile em{z-index:1;text-overflow:ellipsis;white-space:nowrap;min-width:0;position:relative;overflow:hidden}.agent-overview-tile strong{grid-column:2;align-self:end}.agent-overview-tile em{grid-column:2;align-self:start}.agent-overview-tile strong{color:#191b23;font-family:IBM Plex Sans,Inter,system-ui,sans-serif;font-size:16px;font-weight:700;line-height:1.2}.agent-overview-tile em{color:#434654;font-size:12px;font-style:normal;font-weight:500;line-height:1.25}.agent-overview-sessions{gap:16px;min-width:0;max-width:100%;display:grid}.agent-overview-sessions .agent-overview-section-label{margin:0}.agent-overview-section-label{justify-content:space-between;align-items:center;gap:12px;min-width:0;max-width:100%;display:flex}.agent-overview-section-label h3{color:#191b23;min-width:0;margin:0;font-family:IBM Plex Sans,Inter,system-ui,sans-serif;font-size:20px;font-weight:700;line-height:1.25}.agent-overview-session-list{gap:8px;min-width:0;max-width:100%;display:grid}.agent-overview-session-row{width:100%;min-width:0;max-width:100%;color:inherit;text-align:left;background:0 0;border:0;border-bottom:1px solid #c3c6d633;grid-template-columns:48px minmax(0,1fr) auto 18px;align-items:center;gap:16px;padding:16px;transition:background .16s;display:grid}.agent-overview-session-row:last-child{border-bottom:0}.agent-overview-session-row:hover{background:#f3f3fd}.agent-overview-session-icon{color:#003d9b;background:#ededf8;border-radius:999px;place-items:center;width:48px;height:48px;transition:background .16s;display:grid}.agent-overview-session-row:hover .agent-overview-session-icon{background:#dae2ff}.agent-overview-session-icon svg{width:22px;height:22px}.agent-overview-session-row>span:not(.agent-overview-session-icon){gap:3px;min-width:0;display:grid}.agent-overview-session-row strong,.agent-overview-session-row em,.agent-overview-session-row small{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.agent-overview-session-row strong{color:#191b23;font-size:14px;font-weight:600}.agent-overview-session-row em{color:#434654;font-size:12px;font-style:normal;font-weight:500}.agent-overview-session-row small{color:#434654;justify-self:end;max-width:92px;font-size:12px;font-weight:700}.agent-overview-session-row i{color:#737685;font-size:24px;font-style:normal;line-height:1}.agent-overview-usage-card{color:#fff;background:#003d9b;border-radius:16px;gap:16px;min-width:0;max-width:100%;padding:24px;display:grid;position:relative;overflow:hidden;box-shadow:0 14px 30px #003d9b2e}.agent-overview-usage-card:after{content:"";background:radial-gradient(circle,#ffffff14 0,#ffffff14 40%,#0000 42%),radial-gradient(circle,#ffffff0f 0,#ffffff0f 64%,#0000 66%);width:140px;height:140px;position:absolute;top:-32px;right:-20px}.agent-overview-usage-card>*{z-index:1;position:relative}.agent-overview-usage-card h3,.agent-overview-usage-card p{margin:0}.agent-overview-usage-card h3{font-family:IBM Plex Sans,Inter,system-ui,sans-serif;font-size:20px;font-weight:700;line-height:1.25}.agent-overview-usage-card p{color:#ffffffc7;overflow-wrap:anywhere;max-width:28rem;margin-top:8px;font-size:14px;font-weight:500;line-height:1.45}.agent-overview-usage-metrics{flex-wrap:wrap;gap:16px;display:flex}.agent-overview-usage-metrics article{text-align:center;border-right:1px solid #fff3;gap:4px;min-width:72px;padding-right:16px;display:grid}.agent-overview-usage-metrics article:last-child{border-right:0;padding-right:0}.agent-overview-usage-metrics strong,.agent-overview-usage-metrics span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.agent-overview-usage-metrics strong{font-size:24px;font-weight:700;line-height:1.15}.agent-overview-usage-metrics span{color:#ffffffa8;text-transform:uppercase;font-size:10px;font-weight:800}.agent-overview-section-label button{color:#003d9b;white-space:nowrap;background:0 0;border:0;font-size:14px;font-weight:700}@container agent-overview (min-width:680px){.agent-overview-profile-card{border-radius:18px;grid-template-columns:96px minmax(0,1fr) minmax(132px,160px);align-items:center;gap:24px;padding:24px;display:grid}.agent-overview-avatar{border-radius:18px;width:96px;height:96px}.agent-overview-avatar-mark{width:78px;height:78px;font-size:46px}.agent-overview-avatar>span.online,.agent-overview-avatar>span.offline{border-width:5px;width:30px;height:30px;bottom:-10px;right:-10px}.agent-overview-profile-copy{text-align:left;gap:10px;padding-top:0}.agent-overview-profile-copy h2{font-size:32px}.agent-overview-profile-copy>p{-webkit-line-clamp:2;max-width:520px;font-size:15px;font-weight:600;line-height:1.45}.agent-overview-profile-meta{flex-wrap:wrap;justify-content:start;gap:8px 14px;margin-top:4px;font-size:12px;font-weight:700;display:flex}.agent-overview-profile-meta span:before{width:16px;height:16px;margin-right:12px}.agent-overview-actions{width:auto;min-width:0;margin-left:auto;padding-top:0}.agent-overview-primary-action,.agent-overview-secondary-action{border-radius:12px;width:auto;min-width:132px;max-width:160px;min-height:44px;padding:0 18px;font-size:14px}.agent-overview-tile-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.agent-overview-tile{border-radius:14px;grid-template-columns:46px minmax(0,1fr);gap:12px;min-height:88px;padding:18px}.agent-overview-tile:after{width:104px;height:104px;top:-22px;right:-22px}.agent-overview-tile-icon{border-radius:10px;width:46px;height:46px}.agent-overview-tile-icon svg{width:24px;height:24px}.agent-overview-tile strong{font-size:16px}.agent-overview-tile em{font-size:12px;font-weight:600}.agent-overview-section-label h3{font-size:30px}.agent-overview-section-label button{font-size:22px}.agent-overview-usage-card{grid-template-columns:minmax(0,1fr) auto;justify-content:space-between;align-items:center}}@media (max-width:420px){.agent-overview-profile-card,.agent-overview-tile,.agent-overview-session-row,.agent-overview-usage-card{padding:16px}.agent-overview-avatar{width:82px;height:82px}.agent-overview-tile{grid-template-columns:38px minmax(0,1fr);gap:10px;min-height:78px}.agent-overview-tile-icon{width:38px;height:38px}.agent-overview-tile-icon svg{width:20px;height:20px}.agent-overview-session-row{grid-template-columns:44px minmax(0,1fr) auto 14px;gap:10px}.agent-overview-session-icon{width:44px;height:44px}.agent-overview-session-row small{max-width:58px;font-size:11px}.agent-overview-usage-metrics article{min-width:64px;padding-right:12px}}.agent-workbench-content-document .agent-document-stack>.agent-overview-section-label{margin:0 4px}.agent-workbench-content-document .agent-document-stack>.agent-workbench-card:not(.agent-document-card){padding:14px}.agent-workbench-content-document .agent-document-card{background:#ffffffdb;border-color:#191f280e;min-height:0;padding:14px;box-shadow:0 8px 22px #151f2c0a}.agent-workbench-content-document .agent-dossier-document{background:linear-gradient(#faf8ff6b,#fff);border-radius:0;min-height:0;margin:0}.agent-workbench-content-document .agent-profile-edit-form{margin-top:0!important}.agent-workbench-content-document .agent-profile-edit-form textarea{min-height:calc(100dvh - 380px - env(safe-area-inset-bottom))}.device-sync-panel{gap:12px;min-width:0;max-width:100%;display:grid}.device-sync-hero,.device-sync-section,.device-sync-action,.device-sync-node,.device-sync-device{background:#fff;border:1px solid #c3c6d64d;box-shadow:0 1px 2px #191b230f}.device-sync-hero{border-radius:12px;gap:14px;padding:16px;display:grid;overflow:hidden}.device-sync-hero-main{justify-content:space-between;gap:16px;min-width:0;display:flex}.device-sync-hero-icon,.device-sync-node-icon,.device-sync-device-icon,.device-sync-action>span{color:#0053c6;flex:none;place-items:center;display:grid}.device-sync-hero-icon{background:#e9f0fe;border-radius:16px;width:64px;height:64px}.device-sync-hero-icon svg,.device-sync-node-icon svg,.device-sync-device-icon svg,.device-sync-action svg{width:24px;height:24px}.device-sync-hero-copy{flex:1;gap:5px;min-width:0;display:grid}.device-sync-hero-copy h2,.device-sync-hero-copy p,.device-sync-meta span,.device-sync-meta strong,.device-sync-node strong,.device-sync-node span,.device-sync-device strong,.device-sync-device small{text-overflow:ellipsis;min-width:0;overflow:hidden}.device-sync-hero-copy h2{color:#191f28;white-space:nowrap;margin:0;font-size:18px;font-weight:800;line-height:1.25}.device-sync-hero-copy p{color:#64748b;word-break:normal;overflow-wrap:anywhere;line-break:anywhere;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:12px;font-weight:700;line-height:1.35;display:-webkit-box}.device-sync-status-line{color:#047857;white-space:nowrap;align-items:center;gap:6px;font-size:12px;font-weight:800;display:inline-flex}.device-sync-dot{background:#64748b;border-radius:999px;width:8px;height:8px}.device-sync-dot.tone-positive,.tone-positive{color:#047857}.device-sync-dot.tone-positive{background:#047857}.tone-warning{color:#92400e}.device-sync-dot.tone-warning{background:#92400e}.tone-danger{color:#ba1a1a}.device-sync-dot.tone-danger{background:#ba1a1a}.tone-primary{color:#0053c6}.device-sync-dot.tone-primary{background:#0053c6}.device-sync-meta{text-align:right;flex:none;align-content:start;justify-items:end;gap:2px;max-width:92px;margin-left:auto;display:grid}.device-sync-meta span{color:#64748b;white-space:nowrap;font-size:11px;font-weight:750}.device-sync-meta strong{color:#191f28;white-space:nowrap;font-size:13px;font-weight:850}.device-sync-progress{background:#f2f4f7;border-radius:999px;height:6px;overflow:hidden}.device-sync-progress span{border-radius:inherit;background:#0053c6;height:100%;display:block}.device-sync-section-block{gap:8px;min-width:0;display:grid}.device-sync-section{box-shadow:none;background:0 0;border:0;border-radius:12px;gap:10px;padding:0;display:grid}.device-sync-section-head{justify-content:space-between;align-items:center;gap:12px;padding:0;display:flex}.device-sync-section-head h3{color:#475569;letter-spacing:0;margin:0;font-size:12px;font-weight:850}.device-sync-section-head span,.device-sync-section-refresh{color:#0053c6;white-space:nowrap;font-size:12px;font-weight:850}.device-sync-section-refresh{background:0 0;border:0;padding:0}.device-sync-section-info{color:#64748b;border:2px solid #64748b;border-radius:999px;place-items:center;width:22px;height:22px;font-size:13px;line-height:1;display:grid}.device-sync-node-list{gap:8px;display:grid}.device-sync-node{border-radius:12px;align-items:center;gap:12px;min-width:0;padding:12px;display:flex}.device-sync-node.primary{border-left:4px solid #0053c6}.device-sync-node-icon{background:#e9f0fe;border-radius:999px;width:40px;min-width:40px;max-width:40px;height:40px;min-height:40px;max-height:40px}.device-sync-node>div{flex:1;gap:2px;min-width:0;display:grid}.device-sync-node strong,.device-sync-device strong{color:#191f28;white-space:nowrap;max-width:100%;font-size:14px;font-weight:850;display:block}.device-sync-node span,.device-sync-device small{color:#64748b;white-space:nowrap;font-size:11px;font-weight:650}.device-sync-node em{white-space:nowrap;flex:none;font-size:10px;font-style:normal;font-weight:850}.device-sync-device-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.device-sync-device{text-align:center;border-radius:12px;justify-items:center;gap:5px;min-width:0;max-width:100%;padding:14px 10px;display:grid;overflow:hidden}.device-sync-device-empty{grid-column:1/-1;width:100%}.device-sync-device:disabled{opacity:.62}.device-sync-device.selected{background:#f7f9ff;border-color:#0053c673}.device-sync-device-icon{width:44px;height:44px}.device-sync-device em{white-space:nowrap;font-size:10px;font-style:normal;font-weight:850}.device-sync-device-action{color:#0053c6;white-space:nowrap;background:#e9f0fe;border-radius:10px;place-items:center;width:100%;min-height:30px;margin-top:4px;font-size:12px;font-weight:850;display:grid}.device-sync-actions{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.device-sync-action{color:#191f28;border-radius:12px;align-content:center;justify-items:center;gap:8px;min-width:0;min-height:88px;padding:12px 8px;display:grid}.device-sync-action:disabled{opacity:.58}.device-sync-action>span{background:#e9f0fe;border-radius:999px;width:40px;height:40px}.device-sync-action.tone-warning>span{color:#964100;background:#ffdbca}.device-sync-action.tone-danger>span{color:#ba1a1a;background:#ffdad6}.device-sync-action strong{color:currentColor;text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:12px;font-weight:850;overflow:hidden}.agent-workbench-content-sync .device-sync-panel{gap:12px}.agent-workbench-content-sync .device-sync-hero{border-radius:12px;padding:16px}.agent-workbench-content-sync .device-sync-hero-main{align-items:flex-start}.agent-workbench-content-sync .device-sync-hero-copy p{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.agent-workbench-content-sync .device-sync-node{border-radius:12px;min-height:76px;padding:12px}.agent-workbench-content-sync .device-sync-node-icon{border-radius:999px;flex:0 0 40px;width:40px;min-width:40px;max-width:40px;height:40px;min-height:40px;max-height:40px}.agent-workbench-content-sync .device-sync-node-icon svg{width:24px;height:24px}.agent-workbench-content-sync .device-sync-device-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.agent-workbench-content-sync .device-sync-device:only-child{grid-column:1/-1}.agent-workbench-content-sync .device-sync-device{border-radius:12px;gap:8px;min-height:168px;padding:16px 12px}.agent-workbench-content-sync .device-sync-device strong{width:100%;font-size:14px;line-height:1.25}.agent-workbench-content-sync .device-sync-device-icon{width:44px;min-width:44px;max-width:44px;height:44px}.agent-workbench-content-sync .device-sync-device-icon svg{width:40px;height:40px}.agent-workbench-content-sync .device-sync-device-action{border-radius:10px;width:100%;min-height:32px;margin-top:8px}.agent-workbench-content-sync .device-sync-actions{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.agent-workbench-content-sync .device-sync-action{border-radius:12px;min-height:96px;padding:16px 8px}.agent-workbench-content-sync .device-sync-action>span{border-radius:999px;width:40px;min-width:40px;max-width:40px;height:40px;min-height:40px;max-height:40px}.device-sync-extra-section{gap:8px;display:grid}.device-sync-extra-card{background:#fff;border:1px solid #c3c6d64d;border-radius:12px;gap:7px;padding:12px;display:grid;box-shadow:0 1px 2px #191b230f}.device-sync-extra-card.active{border-color:#0053c673}.device-sync-extra-card-head{justify-content:space-between;align-items:flex-start;gap:12px;min-width:0;display:flex}.device-sync-extra-card-head>div{gap:3px;min-width:0;display:grid}.device-sync-extra-card-head strong,.device-sync-extra-card p,.device-sync-extra-card small{text-overflow:ellipsis;min-width:0;overflow:hidden}.device-sync-extra-card-head strong{color:#191f28;white-space:nowrap;font-size:14px;font-weight:850}.device-sync-extra-card p,.device-sync-extra-card small{color:#64748b;white-space:nowrap;margin:0;font-size:11px;font-weight:650}.device-sync-extra-card .sheet-button{justify-self:start}.agent-sync-console{gap:12px;display:grid}.agent-sync-status-card{box-sizing:border-box;background:linear-gradient(#ffffffe0,#f8fafcc7),#ffffffbd;border:1px solid #2f6de41a;border-radius:20px;gap:13px;padding:16px;display:grid;box-shadow:0 10px 26px #151f2c0b}.agent-sync-status-head{justify-content:space-between;align-items:flex-start;gap:12px;min-width:0;display:flex}.agent-sync-status-head>div:first-child{gap:3px;min-width:0;display:grid}.agent-sync-status-head h2{color:#172033;text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:20px;font-weight:850;line-height:1.2;overflow:hidden}.agent-sync-status-head span{color:#667085;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:12px;font-weight:700;overflow:hidden}.agent-sync-badges{flex-wrap:wrap;flex:none;justify-content:flex-end;align-items:center;gap:6px;display:inline-flex}.agent-sync-path-row{background:#f8fafcc7;border:1px solid #191f280d;border-radius:14px;grid-template-columns:42px minmax(0,1fr);align-items:center;gap:10px;min-width:0;padding:10px 12px;display:grid}.agent-sync-path-row span{color:#667085;font-size:11px;font-weight:800}.agent-sync-path-row strong{color:#172033;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:13px;font-weight:800;overflow:hidden}.agent-sync-console .agent-sync-actions{grid-template-columns:repeat(auto-fit,minmax(82px,1fr));gap:8px;display:grid}.agent-sync-console .agent-sync-actions .sheet-button{border-radius:12px;justify-content:center;width:100%;min-height:34px}.agent-sync-console>.agent-overview-section-label{margin:12px 4px -4px}.agent-sync-console>.agent-overview-section-label h3{color:#172033;font-size:14px;font-weight:850}.agent-sync-console>.agent-workbench-card{background:#ffffffd1;border-color:#191f280e;padding:8px;box-shadow:0 8px 22px #151f2c0a}.agent-sync-console .storage-location-card-list,.agent-sync-console .agent-device-list{gap:0;margin-top:0}.agent-sync-console .storage-location-card-grid{gap:0;padding:10px 8px}.agent-sync-console .storage-location-card-grid+.storage-location-card-grid,.agent-sync-console .agent-device-row+.agent-device-row{border-top:1px solid #191f280e}.agent-sync-console .storage-info-row{grid-template-columns:64px minmax(0,1fr);padding:3px 0}.agent-sync-console .storage-info-row+.storage-info-row{border-top:0}.agent-sync-console .agent-device-row{box-shadow:none;background:0 0;border-radius:0;padding:11px 8px}.agent-sync-console .agent-device-row:first-child{border-top-left-radius:12px;border-top-right-radius:12px}.agent-sync-console .agent-device-row:last-child{border-bottom-right-radius:12px;border-bottom-left-radius:12px}@media (max-width:380px){.agent-sync-console .agent-sync-actions{grid-template-columns:1fr}.agent-sync-status-head{display:grid}.agent-sync-badges{justify-content:flex-start}}.agent-service-publish-screen{background:var(--screen-bg)}.agent-service-publish-scroll{scrollbar-width:none;flex:auto;min-height:0;padding:12px 14px 24px;overflow:auto}.agent-service-publish-scroll::-webkit-scrollbar{display:none}.agent-service-publish-content{gap:12px;max-width:920px;margin:0 auto;display:grid}.agent-service-publish-hero,.agent-service-publish-card{border:1px solid var(--line);background:var(--surface);min-width:0;box-shadow:var(--shadow-md);border-radius:8px}.agent-service-publish-hero{justify-content:space-between;align-items:flex-start;gap:16px;padding:16px;display:flex}.agent-service-publish-hero>div{gap:6px;min-width:0;display:grid}.agent-service-publish-hero span{color:var(--primary);letter-spacing:0;text-transform:uppercase;font-size:11px;font-weight:900}.agent-service-publish-hero h2{color:var(--text-primary);letter-spacing:0;margin:0;font-size:20px;line-height:1.25}.agent-service-publish-hero p,.agent-service-publish-section-head p{color:var(--text-secondary);margin:0;font-size:13px;line-height:1.5}.agent-service-publish-card{gap:14px;padding:14px;display:grid}.agent-service-publish-section-head{justify-content:space-between;align-items:flex-start;gap:12px;min-width:0;display:flex}.agent-service-publish-section-head>div{gap:4px;min-width:0;display:grid}.agent-service-publish-section-head h3{color:var(--text-primary);letter-spacing:0;margin:0;font-size:15px;line-height:1.3}.agent-service-choice-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.agent-service-choice-grid button,.agent-service-runtime-list button{text-align:left;min-width:0;color:var(--text-primary);font:inherit;cursor:pointer;background:#f8fafcd1;border:1px solid #191f2814;border-radius:8px;gap:5px;padding:12px;display:grid}.agent-service-choice-grid button:hover,.agent-service-runtime-list button:hover{background:#2f6de40a;border-color:#2f6de438}.agent-service-choice-grid button.selected,.agent-service-runtime-list button.selected{background:#2f6de414;border-color:#2f6de46b;box-shadow:inset 0 0 0 1px #2f6de414}.agent-service-choice-grid button:disabled{cursor:not-allowed;opacity:.52}.agent-service-choice-grid strong,.agent-service-runtime-list strong{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:13px;overflow:hidden}.agent-service-choice-grid span,.agent-service-runtime-list span{color:var(--text-secondary);font-size:12px;line-height:1.45}.agent-service-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.agent-service-form-grid label{gap:6px;min-width:0;display:grid}.agent-service-form-grid label.wide{grid-column:1/-1}.agent-service-form-grid label>span,.agent-service-switch span{color:var(--text-tertiary);font-size:11px;font-weight:900}.agent-service-form-grid input,.agent-service-form-grid textarea,.agent-service-form-grid select{box-sizing:border-box;width:100%;min-width:0;color:var(--text-primary);font:inherit;background:#fff;border:1px solid #191f2814;border-radius:8px;padding:10px 11px;font-size:13px}.agent-service-form-grid textarea{resize:vertical;line-height:1.55}.agent-service-switch{flex:none;align-items:center;gap:8px;min-height:32px;display:inline-flex}.agent-service-switch.inline{justify-content:flex-start;align-self:end}.agent-service-switch input{width:16px;height:16px;accent-color:var(--primary);margin:0}.agent-service-runtime-list{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.agent-service-warning-list{flex-wrap:wrap;gap:8px;display:flex}.agent-service-warning-list span{background:var(--warning-soft);width:fit-content;max-width:100%;color:var(--warning);border-radius:999px;padding:6px 9px;font-size:12px;font-weight:800}@media (max-width:720px){.agent-service-publish-scroll{padding:10px 12px 22px}.agent-service-publish-hero,.agent-service-publish-section-head{display:grid}.agent-service-choice-grid,.agent-service-form-grid,.agent-service-runtime-list{grid-template-columns:minmax(0,1fr)}.agent-service-publish-hero h2{font-size:18px}}.detail-highlight-card{background:linear-gradient(135deg,#eef5ff,#fff)}.detail-space-hero{color:#fff;background:linear-gradient(#111c2dfa,#24334af0)}.detail-space-hero .detail-kicker,.detail-space-hero .detail-copy p{color:#ffffffb8}.detail-copy{min-width:0}.detail-status,.status-badge{border-radius:999px;justify-content:center;align-items:center;min-height:28px;padding:0 12px;font-size:12px;font-weight:700;display:inline-flex}.detail-status.enabled,.status-badge.positive{background:var(--success-soft);color:var(--success)}.status-badge.warning{color:#a16207;background:#d977061a}.status-badge.neutral{background:var(--surface-soft);color:var(--text-secondary)}.status-badge.danger{color:#b91c1c;background:#dc26261a}.detail-status.disabled{background:var(--surface-soft);color:var(--text-secondary)}.sheet-button.subtle{background:var(--surface-soft);min-width:auto;min-height:34px;color:var(--primary);padding:0 14px}.sheet-button.mini{background:var(--primary);color:#fff;min-width:auto;min-height:32px;padding:0 14px}.sheet-button.mini.secondary{background:var(--surface-strong);color:var(--text)}.sheet-button.mini.danger{background:var(--danger-soft);color:var(--danger)}.detail-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.detail-stat-grid article{background:var(--surface-soft);border-radius:16px;padding:14px}.detail-space-hero .detail-stat-grid article{background:#ffffff14}.detail-stat-grid strong{letter-spacing:-.03em;font-size:24px;display:block}.detail-stat-grid span{color:var(--text-secondary);margin-top:4px;font-size:12px;display:block}.detail-space-hero .detail-stat-grid span{color:#ffffffb8}.project-session-info-screen{background:var(--screen-bg)}.project-session-info-hero{color:var(--text);background:var(--surface);box-shadow:none;margin:16px}.project-session-info-topbar{grid-template-columns:44px minmax(0,1fr) 44px}.project-session-info-hero-main{align-items:flex-start;gap:12px;min-width:0;display:flex}.project-session-info-hero .detail-copy p{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.project-session-info-avatar,.project-session-agent-avatar{background:linear-gradient(135deg,var(--primary) 0%,#31435d 100%);color:#fff;border-radius:16px;place-items:center;width:54px;height:54px;font-size:19px;font-weight:900;display:inline-grid}.project-session-agent-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px 10px;display:grid}.project-session-agent-member{min-width:0;color:var(--text);text-align:center;background:0 0;border:0;justify-items:center;gap:6px;padding:0;display:grid;position:relative}.project-session-agent-member strong{max-width:100%;color:var(--text);text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:600;overflow:hidden}.project-session-agent-member em{max-width:100%;color:var(--text-tertiary);text-overflow:ellipsis;white-space:nowrap;font-size:11px;font-style:normal;overflow:hidden}.project-session-agent-member.add{cursor:pointer}.project-session-agent-member.add .project-session-agent-avatar{background:var(--surface-soft);color:var(--text-secondary);border:1px dashed var(--border)}.project-session-agent-remove{border:1px solid var(--border);background:var(--surface);width:20px;height:20px;color:var(--text-tertiary);cursor:pointer;border-radius:999px;place-items:center;font-size:14px;line-height:1;display:grid;position:absolute;top:-6px;right:calc(50% - 30px)}.project-session-search-row{width:100%}.settings-row-chevron{color:var(--text-tertiary);font-size:22px}.project-session-agent-row{grid-template-columns:42px minmax(0,1fr);align-items:center;gap:12px;min-width:0;display:grid}.project-session-agent-row>div{gap:5px;min-width:0;display:grid}.project-session-agent-avatar{border-radius:14px;width:42px;height:42px;font-size:16px}.detail-list,.settings-list{gap:10px;display:grid}.wallet-balance-card{border-radius:var(--radius-lg);flex-direction:column;justify-content:space-between;position:relative;overflow:hidden;color:#fff!important;box-shadow:0 10px 30px #3b82f626,var(--shadow-lg)!important;background:linear-gradient(135deg,#1e3a8a,#3b82f6)!important;border:none!important;padding:22px 20px!important;display:flex!important}.wallet-balance-card:after{content:"";pointer-events:none;background:radial-gradient(circle,#ffffff26,#fff0 70%);border-radius:50%;width:200px;height:200px;position:absolute;top:-50%;right:-30%}.wallet-balance-header{justify-content:space-between;align-items:center;width:100%;display:flex}.wallet-balance-main{flex-direction:column;gap:4px;display:flex}.wallet-balance-main span{font-size:13px;font-weight:600;color:#ffffffb8!important}.wallet-balance-main strong{text-overflow:ellipsis;white-space:nowrap;font-size:32px;font-weight:800;line-height:1.15;overflow:hidden;color:#fff!important}.wallet-card-recharge-btn{cursor:pointer;border-radius:20px;padding:6px 16px;font-size:13px;font-weight:700;transition:all .2s;color:#fff!important;background:#fff3!important;border:1px solid #ffffff59!important}.wallet-card-recharge-btn:hover{background:#ffffff4d!important}.wallet-card-recharge-btn:active{transform:scale(.95)}.wallet-recharge-panel{border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--surface);gap:12px;padding:14px;display:grid}.wallet-recharge-options{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.wallet-recharge-options button{border:1px solid var(--line);background:var(--surface-soft);min-width:0;min-height:38px;color:var(--text);white-space:nowrap;cursor:pointer;border-radius:11px;font-size:12px;font-weight:800;line-height:1}.wallet-recharge-options button.active{color:var(--primary);background:#2f6de417;border-color:#2f6de452}.wallet-recharge-submit{background:var(--primary);color:#fff;white-space:nowrap;cursor:pointer;border:0;border-radius:12px;min-height:42px;font-size:14px;font-weight:850;line-height:1}.wallet-recharge-submit:disabled{opacity:.62;cursor:not-allowed}.wallet-recharge-error{color:var(--danger);font-size:12px;font-weight:750}.wallet-recharge-order{color:var(--text);background:#2f6de40f;border-radius:12px;gap:8px;padding:11px 12px;font-size:12px;font-weight:750;display:grid}.wallet-recharge-order a{color:var(--primary);font-weight:850;text-decoration:none}.wallet-recharge-order img{border-radius:10px;width:132px;max-width:100%}.wallet-balance-warning{border-top:1px solid #ffffff26;margin:14px 0 0;padding-top:12px;font-size:12px;line-height:1.5;color:#ffffffa6!important}.wallet-usage-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.wallet-usage-grid article{border-radius:var(--radius-lg);background:var(--surface);border:1px solid var(--line);flex-direction:column;justify-content:center;align-items:center;gap:4px;min-width:0;padding:14px 6px;transition:transform .2s,box-shadow .2s;display:flex}.wallet-usage-grid article:hover{transform:translateY(-2px);box-shadow:0 6px 16px #151f2c08}.wallet-usage-grid span{color:var(--text-secondary);font-size:11px;font-weight:600;display:block}.wallet-usage-grid strong{color:var(--text);text-overflow:ellipsis;white-space:nowrap;margin-top:2px;font-size:20px;font-weight:800;display:block;overflow:hidden}.wallet-usage-grid em{color:var(--text-tertiary);font-size:10px;font-style:normal;display:block}.model-wallet-binding-card,.model-wallet-binding-row{gap:12px;display:grid}.model-wallet-binding-account{gap:4px;min-width:0;display:grid}.model-wallet-binding-account span{color:var(--text-tertiary);font-size:12px}.model-wallet-binding-account strong{min-width:0;color:var(--text);text-overflow:ellipsis;white-space:nowrap;font-size:15px;font-weight:700;overflow:hidden}.model-wallet-binding-form{grid-template-columns:minmax(0,1fr) auto;gap:10px;display:grid}.model-wallet-binding-form input{border:1px solid var(--line);background:var(--surface);min-width:0;height:40px;color:var(--text);text-transform:uppercase;border-radius:8px;padding:0 12px;font-size:14px}.model-wallet-binding-form button{white-space:nowrap}.model-wallet-binding-error{color:var(--danger);margin:0;font-size:12px}@media (min-width:720px){.model-wallet-binding-row{grid-template-columns:minmax(0,1fr) minmax(280px,.8fr);align-items:end}}.wallet-usage-empty,.wallet-empty-row{min-height:56px;color:var(--text-tertiary);place-items:center;font-size:13px;display:grid}.wallet-usage-empty{background:var(--surface-soft);border-radius:12px}.wallet-flat-list{background:var(--surface);border-radius:var(--radius-lg);border:1px solid var(--line);flex-direction:column;display:flex;overflow:hidden}.wallet-flat-row{background:0 0;justify-content:space-between;align-items:center;padding:14px 16px;transition:background-color .2s;display:flex}.wallet-flat-row:not(:last-child){border-bottom:1px solid var(--line)}.wallet-flat-row:active{background-color:var(--surface-soft)}.wallet-row-left{flex:1;align-items:center;gap:12px;min-width:0;display:flex}.wallet-row-left>div{flex-direction:column;gap:4px;min-width:0;display:flex}.wallet-row-left strong{color:var(--text);white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:600;overflow:hidden}.wallet-row-left span{color:var(--text-tertiary);font-size:11px}.wallet-row-icon{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.wallet-row-icon.recharge{color:#22c55e;background:#22c55e14}.wallet-row-icon.consume{color:var(--primary);background:#2f6de414}.wallet-row-icon.refund{color:#f59e0b;background:#f59e0b14}.wallet-row-icon.admin{color:#8b5cf6;background:#8b5cf614}.wallet-row-icon.model{color:var(--primary);background:#2f6de40f}.wallet-row-icon.model.anthropic{color:#f97316;background:#f9731614}.wallet-row-icon.model.google{color:#3b82f6;background:#3b82f614}.wallet-transaction-right{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:4px;display:flex}.wallet-transaction-amount{color:var(--text-secondary);font-feature-settings:"tnum";font-size:14px;font-weight:750}.wallet-transaction-amount.positive{color:#22c55e}.wallet-transaction-amount.negative{color:var(--text)}.wallet-transaction-right span{color:var(--text-tertiary);font-feature-settings:"tnum";font-size:11px}.wallet-usage-cost{color:var(--text);font-feature-settings:"tnum";flex-shrink:0;font-size:14px;font-weight:800}.filter-pills{scrollbar-width:none;-ms-overflow-style:none;gap:8px;padding:4px 0 14px;display:flex;overflow-x:auto}.filter-pills::-webkit-scrollbar{display:none}.filter-pill{background:var(--surface-soft);color:var(--text-secondary);cursor:pointer;white-space:nowrap;border:1px solid #0000;border-radius:20px;padding:6px 14px;font-size:12px;font-weight:600;transition:all .2s}.filter-pill.active{background:var(--primary)!important;color:#fff!important}.filter-pill:hover:not(.active){background:var(--line)}.detail-section-label{color:var(--text-primary);margin:2px 6px 8px;font-size:15px;font-weight:800;line-height:1.25}.detail-list-item,.detail-list-button,.detail-list-static,.settings-row{background:var(--surface-soft);border-radius:16px;gap:6px;width:100%;padding:14px;display:grid}.detail-list-button,.settings-row{text-align:left;border:0}.detail-list-item-action{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px}.detail-inline-button{text-align:left;color:inherit;cursor:pointer;background:0 0;border:0;gap:6px;padding:0;display:grid}.detail-list-button-active{background:#eef5ff;outline:2px solid #1f6feb1f}.task-detail-hero,.pipeline-detail-hero{margin-bottom:0}.pipeline-detail-tabs{background:#f8fafceb;border:1px solid #e5eaf0f2;border-radius:16px;grid-template-columns:repeat(5,minmax(0,1fr));gap:6px;padding:4px;display:grid}.pipeline-detail-tabs button{color:#64748b;background:0 0;border:0;border-radius:12px;min-width:0;height:34px;font-size:12px;font-weight:750}.pipeline-detail-tabs button.active{color:#0f172a;background:#fff;box-shadow:0 6px 16px #0f172a14}.workflow-field-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.workflow-field-grid article{background:#fff;border:1px solid #e5eaf0f2;border-radius:14px;min-width:0;padding:12px}.workflow-field-grid span{color:#94a3b8;margin-bottom:5px;font-size:11px;font-weight:700;display:block}.workflow-field-grid strong{color:#0f172a;text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:800;display:block;overflow:hidden}.task-detail-summary-card{gap:14px;padding:16px;display:grid}.task-detail-summary-card .sui-draft-card-header{align-items:flex-start}.task-detail-summary-card .detail-status{min-width:42px;min-height:26px;margin-left:auto;padding:0 10px}.task-detail-fields{border-top-color:#e5eaf0e6;border-bottom:0;padding:0}.detail-list-button strong,.detail-list-static strong,.detail-list-item strong,.settings-row strong{font-size:14px}.project-list-button{background:linear-gradient(#fffffffa,#f4f7faf0);box-shadow:inset 0 0 0 1px #424d5c0d}.detail-list-button span,.detail-list-static span,.detail-list-item span,.settings-row span{color:var(--text-secondary);font-size:13px;line-height:1.6}.memory-summary-block{border:1px solid var(--border);background:var(--surface);color:var(--text);font:inherit;white-space:pre-wrap;word-break:break-word;border-radius:8px;margin:12px 0 0;padding:14px;font-size:13px;line-height:1.65}.detail-list-button em,.detail-list-static em,.detail-list-item em{color:var(--text-tertiary);font-size:12px;font-style:normal}.detail-list-item-inline{background:var(--surface-soft);border-radius:16px;justify-content:space-between;align-items:center;gap:12px;padding:12px 14px;display:flex}.detail-list-item-inline strong{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:14px;overflow:hidden}.detail-list-item-inline span{color:var(--text-secondary);text-align:right;flex-shrink:0;font-size:13px}.agent-recommended-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.agent-recommended-card{text-align:left;cursor:pointer;background:linear-gradient(#fffffffa,#f4f7faf0);border:0;border-radius:18px;flex-direction:column;gap:8px;padding:14px;transition:transform .12s,box-shadow .12s;display:flex;box-shadow:inset 0 0 0 1px #424d5c0d}.agent-recommended-card:active{transform:scale(.97);box-shadow:0 2px 12px #151f2c0f}.agent-recommended-card h4{margin:0;font-size:14px}.agent-recommended-card p{color:var(--text-secondary);margin:0;font-size:12px;line-height:1.45}.agent-recommended-card em{color:var(--text-tertiary);font-size:11px;font-style:normal}.settings-row{grid-template-columns:minmax(0,1fr) auto;align-items:center}.settings-row.static{cursor:default}.settings-row>div{min-width:0}.mini-action.danger{background:var(--danger-soft);color:var(--danger)}.switch-pill{background:#d2d8e2;border-radius:999px;width:42px;height:26px;position:relative}.switch-pill:after{content:"";background:#fff;border-radius:50%;width:20px;height:20px;position:absolute;top:3px;left:3px;box-shadow:0 2px 6px #00000026}.switch-pill.on{background:#22a06b4d}.switch-pill.on:after{background:var(--success);left:19px}.discover-hero-button,.profile-hero-button,.discover-button,.directory-shortcut-button,.directory-button,.profile-button,.conversation-item,.topbar-action,.topbar-back,.header-ghost,.composer-plus,.composer-button,.sheet-button,.detail-list-button,.settings-row,.chat-menu-item{cursor:pointer}.profile-hero{color:#fff;box-shadow:var(--shadow-lg);background:linear-gradient(135deg,#111c2dfa,#25344aeb);border:0;border-radius:28px;grid-template-columns:72px minmax(0,1fr) auto;align-items:center;gap:14px;margin:16px;padding:22px 18px;display:grid}.profile-copy h1{margin:0;font-size:24px}.profile-copy p{color:#ffffffb8;margin:8px 0 0;font-size:13px}.profile-chevron{color:#ffffffb8;font-size:18px}.discover-hero-button{background:linear-gradient(135deg,var(--primary) 0%,#304361 100%);color:#fff;border:0;border-radius:999px;width:fit-content;min-height:42px;padding:0 18px;font-weight:700}.detail-list-button:active,.conversation-item:active,.project-conversation-item:active,.directory-item:active,.directory-shortcut:active,.discover-row:active,.profile-row:active,.profile-hero:active,.settings-row:active,.sheet-button:active,.composer-button:active,.composer-plus:active{transform:scale(.992)}.password-strength{flex-wrap:wrap;gap:12px;padding:8px 0;font-size:12px;display:flex}.password-strength span{align-items:center;gap:5px;font-weight:700;display:flex}.password-strength span:before{content:"";background:currentColor;border-radius:999px;width:6px;height:6px}.password-strength .passed{color:var(--success,#10b981)}.password-strength .failed{color:var(--text-tertiary)}.settings-feedback.success{color:var(--success,#10b981);background:#10b98114}.settings-feedback.danger{color:var(--danger,#ef4444);background:#ef444414}.settings-feedback strong,.settings-feedback span{color:currentColor!important}.settings-action-stack{margin-top:12px}.settings-action-btn{background:var(--primary,#2563eb);color:#fff;cursor:pointer;border:none;border-radius:12px;width:100%;height:48px;font-size:15px;font-weight:600;transition:opacity .2s}.settings-action-btn:disabled{opacity:.5;cursor:not-allowed}.settings-action-btn.secondary{background:var(--surface-soft);color:var(--text);margin-top:8px}.settings-field{flex-direction:column;gap:6px;width:100%;display:flex}.settings-field label{color:var(--text);font-size:13px;font-weight:600}.settings-field input{border:1px solid var(--line);background:var(--surface);width:100%;height:44px;color:var(--text);border-radius:10px;padding:0 14px;font-size:14px;transition:border-color .2s}.settings-field input:focus{border-color:var(--primary);outline:none}.wallet-all-link{color:var(--primary,#2563eb);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:6px;flex-shrink:0;align-items:center;padding:4px 8px;font-size:13px;font-weight:600;transition:all .2s;display:inline-flex}.wallet-all-link:hover{background:var(--surface-soft,#f1f5f9);color:#1d4ed8}.wallet-loadmore-btn{background:var(--surface,#fff);color:var(--text-secondary,#475569);cursor:pointer;white-space:nowrap;box-shadow:var(--shadow-sm,0 1px 3px #00000005);border:1px solid #e5eaf0cc;border-radius:10px;padding:10px 24px;font-size:13px;font-weight:700;transition:all .2s}.wallet-loadmore-btn:hover:not(:disabled){background:var(--surface-soft,#f8fafc);color:var(--text,#0f172a);border-color:#cbd5e1}.wallet-loadmore-btn:disabled{opacity:.6;cursor:not-allowed}.wallet-loading-more-spinner{text-align:center;color:var(--text-tertiary,#94a3b8);justify-content:center;align-items:center;gap:8px;padding:16px 0;font-size:13px;display:flex}.wallet-usage-detail-screen{height:100vh;overflow-y:auto}.memory-hero-status-card{border-radius:12px;justify-content:space-between;align-items:center;gap:12px;background:linear-gradient(135deg,#eff6ffe6,#fffffff5 72%),var(--surface)!important;border:1px solid #2f6de41a!important;margin:12px 16px 10px!important;padding:12px 14px!important;display:flex!important;box-shadow:0 8px 22px #151f2c09!important}.memory-status-text{flex-direction:column;min-width:0;display:flex}.memory-status-text h2{color:var(--text);margin:0;font-size:16px;font-weight:700}.memory-status-text p{color:var(--text-tertiary);margin:0;font-size:11px;line-height:1.4}.memory-hero-meta{min-width:0;color:var(--text-tertiary);font-feature-settings:"tnum";text-align:right;flex-direction:column;align-items:flex-end;gap:4px;font-size:11px;line-height:1.35;display:flex}.memory-hero-meta span{text-overflow:ellipsis;white-space:nowrap;max-width:128px;overflow:hidden}.memory-summary-container{background:var(--surface);border-radius:var(--radius-lg);border:1px solid var(--line);box-shadow:0 4px 20px #151f2c03,var(--shadow-md);overflow:hidden}.memory-summary-header{border-bottom:1px solid var(--line);background:var(--surface-soft);color:var(--text-secondary);align-items:center;gap:8px;padding:12px 16px;display:flex}.memory-summary-header strong{color:var(--text);white-space:nowrap;font-size:13px;font-weight:700}.memory-time-tag{color:var(--text-tertiary);font-feature-settings:"tnum";margin-left:auto;font-size:11px}.memory-summary-content{padding:16px}.memory-text-render{color:var(--text-secondary);white-space:pre-wrap;word-break:break-word;letter-spacing:.15px;font-family:inherit;font-size:13.5px;line-height:1.7}.memory-summary-loading,.memory-summary-empty{text-align:center;color:var(--text-tertiary);padding:24px 0;font-size:13px}.version-badge{width:32px;height:32px;color:var(--primary);background:#2f6de40f;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:12px;font-weight:700;display:flex}.memory-version-list{gap:0}.memory-version-item:not(:last-child){border-bottom:1px solid var(--line)}.memory-version-row{cursor:pointer;outline:none}.memory-version-row.selected{background:#2f6de409}.memory-version-row:focus-visible{box-shadow:inset 0 0 0 2px #2f6de447}.memory-version-note{text-overflow:ellipsis;white-space:nowrap;max-width:100%;display:block;overflow:hidden}.memory-version-actions{flex-shrink:0;align-items:center;gap:8px;display:flex}.memory-current-tag{color:var(--primary);white-space:nowrap;font-size:11px;font-weight:650}.memory-version-restore-btn{border:1px solid var(--line);background:var(--surface-soft);min-width:48px;min-height:26px;color:var(--text-secondary);font:inherit;white-space:nowrap;cursor:pointer;border-radius:14px;padding:0 12px;font-size:11px;font-weight:650}.memory-version-restore-btn:disabled{cursor:not-allowed;opacity:.55}.memory-version-inline-summary{background:var(--surface);border-top:1px solid var(--line)}.memory-version-inline-summary .memory-summary-content{padding:16px}.memory-run-list .wallet-flat-row{min-height:66px}.memory-run-date{color:var(--text-tertiary);font-feature-settings:"tnum";white-space:nowrap;flex-shrink:0;margin-left:12px;font-size:11px}@keyframes spin{to{transform:rotate(360deg)}}.spin-animation{animation:1.2s linear infinite spin}.detail-page-tabs{margin-top:0;padding:4px 16px 12px}.detail-page-tabs .filter-pill{border:1px solid var(--line);background:var(--surface);min-height:34px;color:var(--text-secondary);font:inherit;cursor:pointer;white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;padding:0 14px;font-size:13px;font-weight:500;transition:all .2s cubic-bezier(.4,0,.2,1);display:inline-flex;box-shadow:0 4px 12px #151f2c08}.detail-page-tabs .filter-pill:active{transform:scale(.95)}.detail-page-tabs .filter-pill.active{font-weight:600;background:var(--primary)!important;border-color:var(--primary)!important;color:#fff!important;box-shadow:0 6px 16px #2f6de440!important}.detail-page-tabs .filter-pill:hover:not(.active){background:var(--surface-soft);border-color:var(--line-active)}.memory-management-screen{padding-bottom:calc(18px + env(safe-area-inset-bottom))}.memory-management-screen .detail-topbar{z-index:260;position:sticky;top:0}.memory-tab-content-wrapper{box-sizing:border-box;flex-direction:column;gap:12px;padding:0 16px 18px;display:flex}.memory-management-screen .detail-page-tabs{grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.memory-management-screen .detail-page-tabs .filter-pill{white-space:nowrap;justify-content:center;min-width:0}.bottom-tabbar{left:12px;right:12px;bottom:calc(10px + env(safe-area-inset-bottom));z-index:120;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);box-shadow:var(--shadow-xl);background:#ffffffd1;border-radius:22px;grid-template-columns:repeat(5,minmax(0,1fr));gap:0;padding:6px 4px;transition:all .25s cubic-bezier(.4,0,.2,1);display:grid;position:absolute}.workbench-tabbar{gap:0}.bottom-tab{min-width:0;min-height:48px;color:var(--text-tertiary);cursor:pointer;background:0 0;border:0;place-items:center;gap:2px;padding:2px 0;transition:all .2s cubic-bezier(.4,0,.2,1);display:grid}.bottom-tab:active{transform:scale(.92)}.bottom-tab.active{color:var(--primary);font-weight:500}.bottom-tab-icon{border-radius:999px;place-items:center;width:22px;height:22px;transition:all .2s cubic-bezier(.4,0,.2,1);display:grid}.bottom-tab-icon svg{width:16px;height:16px;transition:transform .2s}.bottom-tab.active .bottom-tab-icon{background:var(--primary-soft);transform:translateY(-2px)}.bottom-tab-label{white-space:nowrap;text-overflow:ellipsis;max-width:100%;font-size:9px;line-height:1;transition:all .2s;overflow:hidden}.new-profile-layout{background:var(--screen-bg);height:100%;color:var(--text);flex-direction:column;display:flex}.profile-scroll-container{padding:16px;padding-top:calc(16px + env(safe-area-inset-top,0px));scrollbar-width:none;-ms-overflow-style:none;flex-direction:column;flex:1;gap:12px;padding-bottom:112px;display:flex;overflow-y:auto}.profile-scroll-container>*{flex-shrink:0}.profile-scroll-container::-webkit-scrollbar{width:0;height:0;display:none}.profile-user-card{background:var(--surface);border-radius:var(--radius-lg);box-shadow:0 8px 30px #151f2c0a,var(--shadow-md);border:1px solid var(--line);cursor:pointer;align-items:center;padding:22px 18px;transition:transform .25s cubic-bezier(.34,1.56,.64,1),box-shadow .25s;display:flex}.profile-user-card:active{box-shadow:0 4px 12px #151f2c08,var(--shadow-md);transform:scale(.965)}.user-avatar-wrapper{flex-shrink:0;justify-content:center;align-items:center;margin-right:16px;display:flex;position:relative}.user-avatar-initial{background:linear-gradient(135deg,var(--primary) 0%,#475569 100%);color:#fff;border:2px solid #ffffffe6;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;font-size:26px;font-weight:700;display:flex;box-shadow:0 4px 12px #2f6de41f}.admin-badge-icon{color:#fff;border:2px solid var(--surface);background:linear-gradient(135deg,#f59e0b,#eab308);border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:11px;font-weight:700;display:flex;position:absolute;bottom:-2px;right:-2px;box-shadow:0 2px 6px #00000026}.user-info-text{flex:1;min-width:0}.user-info-text h2{color:var(--text);letter-spacing:-.2px;margin:0;font-size:20px;font-weight:700;line-height:1.25}.user-email-text{color:var(--text-tertiary);margin-top:5px;font-size:13px;font-weight:450;display:block}.user-card-arrow{color:var(--text-tertiary);flex-shrink:0;align-items:center;margin-left:12px;transition:transform .2s;display:flex}.profile-user-card:hover .user-card-arrow{transform:translate(2px)}.profile-stats-card{background:var(--surface);border-radius:var(--radius-lg);box-shadow:0 4px 20px #00000005,var(--shadow-md);border:1px solid var(--line);padding:16px 8px}.stats-grid-row{text-align:center;grid-template-columns:repeat(3,1fr);display:grid}.stats-column-item{cursor:pointer;flex-direction:column;gap:4px;padding:6px 0;transition:transform .2s cubic-bezier(.34,1.56,.64,1),opacity .2s;display:flex;position:relative}.stats-column-item:not(:last-child):after{content:"";background-color:var(--line);opacity:.6;width:1px;height:60%;position:absolute;top:20%;right:0}.stats-column-item:active{opacity:.8;transform:scale(.95)}.stats-value{color:var(--text);font-feature-settings:"tnum";font-size:22px;font-weight:800;line-height:1.2}.stats-label{color:var(--text-tertiary);font-size:12px;font-weight:500}.profile-action-card{background:var(--surface);border-radius:var(--radius-lg);box-shadow:0 4px 20px #151f2c05,var(--shadow-md);border:1px solid var(--line);cursor:pointer;justify-content:space-between;align-items:center;padding:16px 18px;transition:transform .25s cubic-bezier(.34,1.56,.64,1),box-shadow .25s;display:flex}.profile-action-card:active{box-shadow:0 2px 8px #151f2c03,var(--shadow-md);transform:scale(.985)}.profile-action-card>svg{color:var(--text-tertiary);flex-shrink:0;transition:transform .2s}.profile-action-card:hover>svg{transform:translate(2px)}.profile-memory-card{position:relative;overflow:hidden;background:linear-gradient(135deg,#2f6de404,#6366f104),var(--surface)!important;border:1px solid #2f6de41f!important}.profile-memory-card .action-icon-circle.color-purple{color:var(--primary)!important;background:#2f6de40f!important}.profile-action-card--expanded{flex-direction:column;align-items:stretch;gap:14px;padding:16px 18px 14px}.profile-action-card--expanded:hover>svg{transform:none}.action-card-row{justify-content:space-between;align-items:center;display:flex}.action-card-row>svg{color:var(--text-tertiary);flex-shrink:0;transition:transform .2s}.profile-action-card--expanded:hover .action-card-row>svg{transform:translate(2px)}.action-card-stats{border-top:1px solid var(--line);grid-template-columns:repeat(3,1fr);gap:8px;padding-top:14px;display:grid}.action-stat-item{text-align:center;flex-direction:column;gap:4px;display:flex}.action-stat-value{color:var(--text);font-feature-settings:"tnum";font-size:16px;font-weight:800}.action-stat-label{color:var(--text-tertiary);font-size:11px;font-weight:500}.balance-tone{border-radius:6px;padding:2px 6px;font-size:11px;font-weight:600}.balance-tone--positive{background:var(--success-soft);color:var(--success)}.balance-tone--warning{background:var(--warning-soft);color:var(--warning)}.balance-tone--danger{background:var(--danger-soft);color:var(--danger)}.action-card-left{align-items:center;gap:14px;min-width:0;display:flex}.action-icon-circle{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;transition:transform .2s;display:flex}.profile-action-card:hover .action-icon-circle{transform:scale(1.05)}.action-card-text{flex-direction:column;gap:3px;min-width:0;display:flex}.action-card-text strong{color:var(--text);letter-spacing:-.1px;font-size:15px;font-weight:600}.action-card-text span{color:var(--text-tertiary);white-space:nowrap;text-overflow:ellipsis;font-size:12px;font-weight:450;overflow:hidden}.color-blue{color:var(--primary);background:#2f6de414}.color-indigo,.color-purple,.color-teal,.color-pink,.color-orange,.color-slate{color:var(--text-secondary);background:#5662730d}.profile-service-section{background:var(--surface);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);border:1px solid var(--line);padding:14px 16px 16px}.service-section-header{justify-content:space-between;align-items:center;margin-bottom:14px;display:flex}.service-section-header strong{color:var(--text);font-size:14px;font-weight:700}.service-all-link{color:var(--text-tertiary);cursor:pointer;background:0 0;border:none;align-items:center;gap:2px;padding:0;font-size:13px;font-weight:500;transition:color .2s;display:inline-flex}.service-all-link:active{color:var(--text-secondary)}.service-status-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:4px;display:grid}.service-status-item{cursor:pointer;background:0 0;border:none;flex-direction:column;align-items:center;gap:8px;padding:8px 0;transition:transform .2s cubic-bezier(.34,1.56,.64,1);display:flex;position:relative}.service-status-item:active{transform:scale(.92)}.service-status-icon{color:#5b8ee8;background:#2f6de417;border-radius:12px;justify-content:center;align-items:center;width:34px;height:34px;transition:transform .2s;display:flex}.service-status-icon svg{fill:none;stroke:currentColor;stroke-width:1.85px;stroke-linecap:round;stroke-linejoin:round;width:21px;height:21px}.service-status-item:hover .service-status-icon{transform:scale(1.08)}.service-status-label{color:var(--text);white-space:nowrap;font-size:11px;font-weight:600;line-height:1}.service-status-count{color:#fff;font-feature-settings:"tnum";border:1.5px solid var(--surface);background:#ef4444;border-radius:8px;justify-content:center;align-items:center;min-width:16px;height:16px;padding:0 4px;font-size:9px;font-weight:700;line-height:1;display:flex;position:absolute;top:0;right:50%;transform:translate(18px);box-shadow:0 2px 5px #ef444459}.service-trade-tabs{scrollbar-width:none;gap:7px;padding:12px 16px 4px;display:flex;overflow-x:auto}.service-trade-tabs::-webkit-scrollbar{display:none}.service-trade-tab{background:var(--surface);border:1px solid var(--line);min-height:34px;color:var(--text-secondary);cursor:pointer;white-space:nowrap;border-radius:999px;flex:none;align-items:center;gap:5px;padding:6px 12px;font-size:13px;font-weight:700;transition:all .2s;display:inline-flex}.service-trade-tab em{min-width:16px;height:16px;color:var(--text-tertiary);text-align:center;background:#191f280f;border-radius:999px;padding:0 5px;font-size:10px;font-style:normal;line-height:16px}.service-trade-tab.active{background:var(--primary);color:#fff;border-color:var(--primary)}.service-trade-tab.active em{color:#fff;background:#fff3}.service-calls-scroll{flex-direction:column;flex:1;gap:10px;padding:12px 16px 32px;display:flex;overflow-y:auto}.service-trade-scroll{gap:10px}.service-trade-group{gap:10px;display:grid}.service-trade-group+.service-trade-group{margin-top:4px}.service-trade-group-title{justify-content:space-between;align-items:center;padding:2px 2px 0;display:flex}.service-trade-group-title strong{color:var(--text);font-size:13px;font-weight:800}.service-trade-group-title span{min-width:18px;height:18px;color:var(--text-tertiary);text-align:center;background:#191f280d;border-radius:999px;font-size:11px;font-weight:800;line-height:18px}.service-calls-empty{text-align:center;color:var(--text-tertiary);padding:48px 16px;font-size:14px}.service-calls-empty.compact{padding:10px 0;font-size:12px}.service-calls-error-state{background:var(--surface);border:1px solid var(--line);box-shadow:0 4px 18px #151f2c06,var(--shadow-md);text-align:center;border-radius:16px;justify-items:center;gap:8px;margin-top:24px;padding:20px 16px;display:grid}.service-calls-error-state strong{color:var(--text);font-size:15px;font-weight:850}.service-calls-error-state span{max-width:260px;color:var(--text-tertiary);font-size:12px;font-weight:650;line-height:1.45}.service-calls-error-state button,.service-call-detail-error button{color:#b91c1c;white-space:nowrap;cursor:pointer;background:#dc26261a;border:0;border-radius:999px;min-height:30px;padding:0 12px;font-size:12px;font-weight:850}.service-trade-card{background:var(--surface);border-radius:var(--radius-lg);border:1px solid var(--line);box-shadow:0 4px 18px #151f2c06,var(--shadow-md);gap:9px;padding:13px 14px;display:grid}.service-trade-card--button{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;color:inherit;text-align:left;font:inherit;cursor:pointer;transition:border-color .2s,transform .2s,box-shadow .2s}.service-trade-card--button:hover{box-shadow:0 8px 24px #151f2c0a,var(--shadow-md);border-color:#2f6de429}.service-trade-card--button:active{transform:scale(.99)}.service-trade-card-head{justify-content:space-between;align-items:flex-start;gap:12px;min-width:0;display:flex}.service-trade-card-head>div{gap:4px;min-width:0;display:grid}.service-trade-card-head strong{min-width:0;color:var(--text);white-space:nowrap;text-overflow:ellipsis;font-size:15px;font-weight:800;line-height:1.25;overflow:hidden}.service-trade-card-head span{min-width:0;color:var(--text-tertiary);white-space:nowrap;text-overflow:ellipsis;font-size:12px;font-weight:600;overflow:hidden}.service-trade-card-foot{justify-content:space-between;align-items:center;gap:8px;min-width:0;display:flex}.service-trade-card-foot strong{min-width:0;color:var(--text);flex:auto;font-size:15px;font-weight:900;line-height:1}.service-trade-card-foot span{color:var(--text-tertiary);white-space:nowrap;flex:none;font-size:11px;font-weight:800}.service-trade-status{white-space:nowrap;border-radius:999px;flex:none;padding:3px 8px;font-size:11px;font-style:normal;font-weight:800}.service-trade-status.neutral{color:#64748b;background:#64748b1a}.service-trade-status.blue{color:var(--primary);background:#2f6de41a}.service-trade-status.green{color:#059669;background:#0596691a}.service-trade-status.red{color:#dc2626;background:#dc26261a}.service-trade-status.amber{color:#d97706;background:#d977061a}.service-trade-card p{color:var(--text-secondary);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:13px;line-height:1.45;display:-webkit-box;overflow:hidden}.service-trade-overview{grid-template-columns:repeat(4,minmax(0,1fr));gap:7px;display:grid}.service-trade-overview>div{background:var(--surface);border:1px solid var(--line);min-width:0;box-shadow:0 4px 18px #151f2c05,var(--shadow-md);text-align:center;border-radius:14px;gap:3px;padding:11px 6px;display:grid}.service-trade-overview strong{color:var(--text);font-size:18px;font-weight:900;line-height:1}.service-trade-overview span{color:var(--text-tertiary);white-space:nowrap;font-size:11px;font-weight:800}.service-after-sales-overview{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.service-after-sales-overview>div{background:var(--surface);border:1px solid var(--line);min-width:0;box-shadow:0 4px 18px #151f2c06,var(--shadow-md);text-align:center;border-radius:14px;gap:3px;padding:12px 8px;display:grid}.service-after-sales-overview strong{color:var(--text);font-size:20px;font-weight:900}.service-after-sales-overview span{color:var(--text-tertiary);white-space:nowrap;font-size:11px;font-weight:800}.service-after-sales-line{background:#dc26260e;border:1px solid #dc262614;border-radius:12px;gap:4px;padding:9px 10px;display:grid}.service-after-sales-line span{color:#b91c1c;font-size:11px;font-weight:850}.service-after-sales-line strong{color:var(--text);text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:750;line-height:1.35;overflow:hidden}.service-call-detail-scroll{flex:1;align-content:start;gap:10px;padding:12px 16px 32px;display:grid;overflow-y:auto}.service-call-detail-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:0 4px 18px #151f2c06,var(--shadow-md);gap:12px;padding:15px 16px;display:grid}.service-call-detail-head{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.service-call-detail-head>div{gap:4px;min-width:0;display:grid}.service-call-detail-head strong{min-width:0;color:var(--text);text-overflow:ellipsis;white-space:nowrap;font-size:16px;font-weight:850;line-height:1.3;overflow:hidden}.service-call-detail-head span{color:var(--text-tertiary);font-size:12px;font-weight:700}.service-call-detail-price{letter-spacing:0;align-items:baseline;gap:8px;display:flex}.service-call-detail-price span{color:var(--text-tertiary);font-size:12px;font-weight:800}.service-call-detail-price strong{color:var(--text);font-size:28px;font-weight:900}.service-call-detail-meta{flex-wrap:wrap;gap:6px;display:flex}.service-call-detail-meta span{color:var(--primary);background:#2f6de414;border-radius:999px;padding:4px 8px;font-size:11px;font-weight:800}.service-call-detail-card h3{color:var(--text);margin:0;font-size:14px;font-weight:850}.service-call-detail-grid{grid-template-columns:72px minmax(0,1fr);align-items:start;gap:9px 12px;display:grid}.service-call-detail-grid span{color:var(--text-tertiary);font-size:12px;font-weight:700}.service-call-detail-grid strong{min-width:0;color:var(--text);overflow-wrap:anywhere;font-size:12px;font-weight:750}.service-call-progress{background:#2f6de412;border:1px solid #2f6de41a;border-radius:13px;gap:4px;padding:11px 12px;display:grid}.service-call-progress strong{color:var(--text);font-size:13px;font-weight:850}.service-call-progress span{color:var(--text-secondary);font-size:12px;font-weight:650;line-height:1.4}.service-call-progress--failed{background:#dc262612;border-color:#dc26261a}.service-call-progress--refunded{background:#64748b12;border-color:#64748b1a}.service-call-progress--funds_frozen{background:#f59e0b14;border-color:#f59e0b1f}.service-call-message-block{gap:5px;display:grid}.service-call-message-block span{color:var(--text-tertiary);font-size:12px;font-weight:800}.service-call-message-block p{color:var(--text-secondary);white-space:pre-wrap;overflow-wrap:anywhere;margin:0;font-size:13px;line-height:1.5}.service-after-sales-panel{background:#dc26260e;border:1px solid #dc262614;border-radius:13px;gap:5px;padding:12px;display:grid}.service-after-sales-panel strong{color:#b91c1c;font-size:13px;font-weight:850}.service-after-sales-panel span{color:var(--text-secondary);overflow-wrap:anywhere;font-size:12px;font-weight:650;line-height:1.45}.service-listing-price-edit{gap:6px;display:grid}.service-listing-price-edit span{color:var(--text-tertiary);font-size:12px;font-weight:800}.service-listing-price-edit input{border:1px solid var(--line);width:100%;min-height:42px;color:var(--text);box-sizing:border-box;background:#191f2806;border-radius:12px;padding:0 12px;font-size:16px;font-weight:850}.service-listing-price-edit input:focus{border-color:#2f6de473;outline:none;box-shadow:0 0 0 3px #2f6de414}.service-review-summary{align-items:baseline;gap:8px;display:flex}.service-review-summary strong{color:var(--text);font-size:24px;font-weight:900}.service-review-summary span{color:#f59e0b;letter-spacing:0;font-size:14px}.service-review-summary em{color:var(--text-tertiary);font-size:12px;font-style:normal;font-weight:750}.service-review-tags{flex-wrap:wrap;gap:6px;display:flex}.service-review-tags span{color:#b45309;background:#f59e0b1a;border-radius:999px;padding:4px 8px;font-size:11px;font-weight:800}.service-review-list{gap:8px;display:grid}.service-review-card{background:#191f2806;border:1px solid #191f280b;border-radius:12px;gap:7px;padding:10px 12px;display:grid}.service-review-head{justify-content:space-between;align-items:center;gap:10px;display:flex}.service-review-head strong{color:var(--text);font-size:12px;font-weight:850}.service-review-head span,.service-review-stars{color:#f59e0b;letter-spacing:0;font-size:12px;font-weight:800}.service-review-card p{color:var(--text-secondary);overflow-wrap:anywhere;margin:0;font-size:12px;line-height:1.45}.service-review-form{gap:9px;display:grid}.service-review-form-row{grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:8px;display:grid}.service-review-form label{gap:5px;display:grid}.service-review-form label span{color:var(--text-tertiary);font-size:12px;font-weight:800}.service-review-form select,.service-review-form input,.service-review-form textarea{border:1px solid var(--line);width:100%;color:var(--text);font:inherit;box-sizing:border-box;background:#191f2806;border-radius:12px;font-size:13px;font-weight:750}.service-review-form select,.service-review-form input{min-height:40px;padding:0 10px}.service-review-form textarea{resize:vertical;min-height:82px;padding:10px}.service-review-form select:focus,.service-review-form input:focus,.service-review-form textarea:focus{border-color:#2f6de473;outline:none;box-shadow:0 0 0 3px #2f6de414}.service-review-form button{background:var(--primary);color:#fff;border:0;border-radius:12px;min-height:42px;font-size:13px;font-weight:850}.service-review-form button:disabled{opacity:.6}.service-call-detail-error{color:#dc2626;background:#dc262614;border-radius:12px;justify-content:space-between;align-items:center;gap:10px;padding:10px 12px;font-size:12px;font-weight:750;display:flex}.service-call-detail-actions{grid-template-columns:repeat(auto-fit,minmax(104px,1fr));gap:8px;padding-top:2px;display:grid}.service-call-action-btn{border:1px solid var(--line);white-space:nowrap;cursor:pointer;border-radius:12px;justify-content:center;align-items:center;min-height:42px;padding:0 14px;font-size:13px;font-weight:850;line-height:1;display:inline-flex}.service-call-action-btn.primary{background:var(--primary);border-color:var(--primary);color:#fff}.service-call-action-btn.secondary{background:var(--surface);color:var(--text)}.service-call-action-btn:disabled{opacity:.58;cursor:not-allowed}.service-call-card{background:var(--surface);border-radius:var(--radius-lg);border:1px solid var(--line);gap:8px;padding:14px 16px;display:grid}.service-call-header{justify-content:space-between;align-items:center;gap:10px;display:flex}.service-call-role{color:var(--text-secondary);background:var(--surface-soft);border-radius:6px;padding:2px 8px;font-size:12px;font-weight:600}.service-call-status{font-size:12px;font-weight:600}.service-call-body{justify-content:space-between;align-items:center;display:flex}.service-call-id{text-overflow:ellipsis;white-space:nowrap;min-width:0;color:var(--text-secondary);font-feature-settings:"tnum";font-size:13px;overflow:hidden}.service-call-price{color:var(--text);font-feature-settings:"tnum";font-size:15px;font-weight:700}.service-call-time{color:var(--text-tertiary);font-size:11px}.service-call-summary{-webkit-line-clamp:2;color:var(--text-secondary);-webkit-box-orient:vertical;font-size:12px;line-height:1.45;display:-webkit-box;overflow:hidden}.service-call-economics{flex-wrap:wrap;gap:6px;display:flex}.service-call-economics span{width:fit-content;color:var(--text-tertiary);background:#191f280a;border-radius:999px;padding:3px 7px;font-size:11px;font-weight:700}.action-card-engine-list{border-top:1px solid var(--line);flex-wrap:wrap;gap:6px;padding-top:12px;display:flex}.engine-chip{background:var(--surface-soft);color:var(--text-secondary);border-radius:8px;align-items:center;gap:6px;padding:5px 10px;font-size:12px;font-weight:500;display:inline-flex}.engine-chip em{color:var(--text-tertiary);font-feature-settings:"tnum";font-size:11px;font-style:normal}.engine-dot{background:var(--text-tertiary);border-radius:50%;flex-shrink:0;width:6px;height:6px}.engine-dot.online{background:#22c55e}.profile-info-row{justify-content:space-between;align-items:center;gap:16px;display:flex!important}.profile-info-row>div{flex:1;align-items:baseline;gap:12px;min-width:0;display:flex}.profile-info-row>div strong{min-width:80px;color:var(--text-secondary);flex-shrink:0;font-size:13px;font-weight:600}.profile-info-row>div span{text-align:right;color:var(--text);text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:14px;font-weight:500;overflow:hidden}.settings-list .settings-row{justify-content:space-between;align-items:center;gap:12px;display:flex}.settings-list .settings-row>div{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.settings-list .settings-row>div strong{color:var(--text-secondary);font-size:13px;font-weight:600}.settings-list .settings-row>div span{color:var(--text);font-size:14px;font-weight:500;line-height:1.4}.about-product-section{padding-bottom:0}.about-product-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:0 6px 24px #151f2c0a,var(--shadow-md);align-items:center;gap:14px;padding:16px;display:flex}.about-product-logo{background:linear-gradient(135deg,var(--primary) 0%,#475569 100%);color:#fff;border-radius:15px;flex:none;justify-content:center;align-items:center;width:52px;height:52px;font-size:24px;font-weight:800;display:flex;box-shadow:0 8px 18px #2f6de42e}.about-product-card h3{color:var(--text);margin:0;font-size:18px;line-height:1.2}.about-product-card p{color:var(--text-secondary);margin:5px 0 0;font-size:13px;line-height:1.35}.about-product-card span{color:var(--text-tertiary);margin-top:8px;font-size:12px;font-weight:700;display:inline-flex}.wallet-usage-row{justify-content:space-between;align-items:center;gap:12px;display:flex}.wallet-usage-row>div{flex:1;min-width:0}.wallet-usage-row>em.wallet-usage-cost{color:var(--text);font-feature-settings:"tnum";flex-shrink:0;font-size:14px;font-style:normal;font-weight:700}.detail-list-item{background:var(--surface-soft);border-radius:16px;flex-direction:column;gap:4px;padding:14px;display:flex}.detail-list-item strong{color:var(--text-secondary);font-size:13px;font-weight:600}.detail-list-item span{color:var(--text);font-size:14px;font-weight:500;line-height:1.4}.detail-list-item em{color:var(--text-tertiary);font-size:12px;font-style:normal}.profile-cover-card{border-radius:var(--radius-xl);background:var(--surface);box-shadow:var(--shadow-lg);margin:16px;position:relative;overflow:hidden}.profile-cover-gradient{background:linear-gradient(135deg,#1d2534,#425169);height:112px}.profile-logout-button{border-radius:var(--radius-md);background:var(--danger-soft);width:100%;min-height:48px;color:var(--danger);font:inherit;border:0;font-weight:700}.profile-logout-button:active{transform:scale(.992)}.profile-wallet-section{background:var(--surface);border-radius:var(--radius-lg);box-shadow:0 4px 20px #151f2c05,var(--shadow-md);border:1px solid var(--line);padding:14px 16px 16px}.wallet-section-header{justify-content:space-between;align-items:center;margin-bottom:14px;display:flex}.service-section-actions{align-items:center;gap:10px;display:inline-flex}.wallet-header-left{align-items:center;gap:8px;display:flex}.wallet-section-header strong{color:var(--text);font-size:14px;font-weight:700}.wallet-section-actions{align-items:center;gap:6px;display:flex}.wallet-action-link{color:var(--primary);cursor:pointer;background:0 0;border:none;padding:2px 4px;font-size:13px;font-weight:600;transition:opacity .2s}.wallet-action-link:hover{opacity:.8}.wallet-action-divider{color:var(--line);-webkit-user-select:none;user-select:none;font-size:12px}.wallet-indicators-grid{grid-template-columns:repeat(3,1fr);gap:12px;padding-top:4px;display:grid}.wallet-indicators-grid--compact{grid-template-columns:repeat(3,minmax(0,1fr))}.wallet-indicator-item{cursor:pointer;flex-direction:column;justify-content:center;align-items:center;gap:6px;padding:8px 4px;transition:transform .2s cubic-bezier(.34,1.56,.64,1);display:flex}.wallet-indicator-item:hover{transform:translateY(-2px)}.wallet-indicator-item:active{transform:scale(.95)}.wallet-indicator-item--static{cursor:default}.wallet-indicator-item--static:hover,.wallet-indicator-item--static:active{transform:none}.wallet-indicator-value{color:var(--text);font-feature-settings:"tnum";white-space:nowrap;text-overflow:ellipsis;max-width:100%;font-size:16px;font-weight:800;line-height:1.2;overflow:hidden}.wallet-indicator-label{color:var(--text-secondary);margin-top:2px;font-size:12px;font-weight:600;line-height:1}.action-card-header-title{align-items:center;gap:8px;display:flex}.action-card-header-title strong{color:var(--text);letter-spacing:-.1px;font-size:15px;font-weight:600}.engine-status-tag{border-radius:6px;align-items:center;padding:2px 7px;font-size:11px;font-weight:600;line-height:1;display:inline-flex}.engine-status-tag.online{background:var(--success-soft);color:var(--success)}.engine-status-tag.offline,.engine-status-tag.empty{color:var(--text-tertiary);background:#56627314}.action-card-device-group{border-top:1px solid var(--line);flex-direction:column;gap:8px;padding-top:12px;display:flex}.profile-device-item{text-align:left;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid var(--line);box-sizing:border-box;width:100%;color:inherit;cursor:pointer;font:inherit;background:#56627305;border-radius:12px;align-items:center;gap:0;padding:0 12px 0 0;transition:background .2s,border-color .2s,transform .2s;display:flex}.profile-device-item:hover{background:#2f6de409;border-color:#2f6de41f}.profile-device-item:active{transform:scale(.99)}.profile-device-icon-wrapper{width:72px;color:var(--primary);box-shadow:none;background:linear-gradient(135deg,#2f6de412,#2f6de405);border:0;border-right:1px solid #2f6de40f;border-radius:11px 0 0 11px;flex-shrink:0;justify-content:center;align-self:stretch;align-items:center;display:flex;position:relative}.profile-device-icon-wrapper .device-desktop-icon{opacity:.9;width:24px;height:24px}.profile-device-icon-wrapper .device-status-dot{background:var(--text-tertiary);box-sizing:content-box;border:1.5px solid #fff;border-radius:50%;flex-shrink:0;width:9px;height:9px;position:absolute;bottom:6px;right:6px;box-shadow:0 1px 3px #00000014}.profile-device-icon-wrapper .device-status-dot.online{background:#22c55e;box-shadow:0 0 6px #22c55e80}.profile-device-content{flex-direction:column;flex:1;gap:6px;min-width:0;padding:12px 0 12px 12px;display:flex}.profile-device-name-row{justify-content:space-between;align-items:center;width:100%;display:flex}.profile-device-name-row .device-label-text{color:var(--text);white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:600;line-height:1.2;overflow:hidden}.profile-device-engines-row{flex-wrap:wrap;gap:5px;max-height:41px;display:flex;overflow:hidden}.profile-device-engines-row .engine-mini-chip{background:var(--surface-soft);color:var(--text-secondary);white-space:nowrap;border:1px solid #5662730d;border-radius:5px;flex-shrink:0;align-items:center;padding:2px 6px;font-size:10.5px;font-weight:600;line-height:1.2;display:inline-flex}.profile-device-engines-row .profile-engine-empty-text{color:var(--text-tertiary);font-size:11px}.profile-settings-group-card{background:var(--surface);border-radius:var(--radius-lg);box-shadow:0 4px 20px #151f2c05,var(--shadow-md);border:1px solid var(--line);flex-direction:column;display:flex;overflow:hidden}.settings-group-item{cursor:pointer;justify-content:space-between;align-items:center;padding:14px 18px;transition:background-color .2s;display:flex}.settings-group-item:not(:last-child){border-bottom:1px solid var(--line)}.settings-group-item:active{background-color:var(--surface-soft)}.settings-item-left{align-items:center;gap:14px;min-width:0;display:flex}.settings-icon-circle{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;transition:transform .2s;display:flex}.settings-group-item:hover .settings-icon-circle{transform:scale(1.05)}.settings-item-text{flex-direction:column;gap:3px;min-width:0;display:flex}.settings-item-text strong{color:var(--text);letter-spacing:-.1px;font-size:14px;font-weight:600}.settings-item-text span{color:var(--text-tertiary);white-space:nowrap;text-overflow:ellipsis;font-size:11px;overflow:hidden}.settings-item-right{color:var(--text-tertiary);align-items:center;gap:8px;display:flex}.settings-version-tag{color:var(--text-tertiary);background:var(--surface-soft);font-feature-settings:"tnum";border-radius:6px;padding:2px 6px;font-size:12px;font-weight:600}.color-red{color:#ef4444;background:#ef44440f}.settings-group-item.logout-item:hover .settings-icon-circle{background:#ef44441a}.profile-scroll-container{gap:10px}.profile-service-section,.profile-wallet-section,.profile-action-card,.profile-settings-group-card,.settings-identity-hero,.about-product-card,.settings-list--polished,.memory-summary-container,.memory-hero-status-card{box-shadow:0 8px 22px #151f2c0b}.settings-identity-facts{align-items:center;gap:6px;min-width:0;margin-top:10px;display:flex;overflow:hidden}.settings-identity-facts em{background:var(--primary-soft);min-height:22px;color:var(--primary);white-space:nowrap;border-radius:999px;flex-shrink:0;align-items:center;padding:0 8px;font-size:11px;font-style:normal;font-weight:800;display:inline-flex}.settings-identity-facts em.muted{background:var(--surface-soft);color:var(--text-tertiary)}.settings-identity-facts em.success{background:var(--success-soft);color:var(--success)}.profile-section-label-row,.settings-section-label-row{justify-content:space-between;align-items:baseline;gap:10px;min-width:0;padding:4px 2px 0;display:flex}.profile-section-label-row h3,.settings-section-label-row h3{color:var(--text);margin:0;font-size:14px;font-weight:850;line-height:1.2}.profile-section-label-row span,.settings-section-label-row span{color:var(--text-tertiary);white-space:nowrap;font-size:11px;font-weight:750}.profile-section-link{min-height:24px;color:var(--text-tertiary);font:inherit;white-space:nowrap;cursor:pointer;background:0 0;border:0;align-items:center;gap:2px;padding:0;font-size:12px;font-weight:750;display:inline-flex}.profile-section-actions{flex-shrink:0;align-items:center;gap:8px;display:inline-flex}.profile-section-link:active{color:var(--primary)}.profile-service-section,.profile-wallet-section,.profile-action-card,.profile-settings-group-card{border-radius:var(--radius-md)}.service-section-header strong,.wallet-section-header strong,.action-card-header-title strong{letter-spacing:0;font-weight:800}.service-all-link,.wallet-action-link,.profile-section-link,.engine-status-tag,.service-status-label,.service-status-count,.settings-version-tag,.profile-device-engines-row .engine-mini-chip{white-space:nowrap;flex-shrink:0}.service-status-item{justify-content:center;gap:6px;width:100%;min-width:0;padding:8px 0 7px}.service-status-label{text-overflow:ellipsis;max-width:100%;font-size:10px;font-weight:750;overflow:hidden}.service-status-icon{border-radius:14px;width:42px;height:42px}.service-status-icon svg{stroke-width:1.95px;width:25px;height:25px}.service-status-icon--published{background:var(--primary-soft);color:var(--primary)}.service-status-icon--sold{background:var(--success-soft);color:var(--success)}.service-status-icon--bought{background:var(--warning-soft);color:var(--warning)}.service-status-icon--active{background:var(--accent-soft);color:#0284c7}.service-status-icon--after-sales{color:#475569;background:#64748b1a}.wallet-indicator-value{letter-spacing:0;font-size:15px}.profile-action-card{padding:15px 16px}.profile-action-card--expanded{gap:12px}.profile-memory-card{background:var(--surface)!important;border-color:#2f6de41a!important}.action-card-left,.settings-item-left,.settings-item-text,.profile-device-content,.profile-device-name-row{min-width:0}.action-icon-circle,.settings-group-item:not(.logout-item) .settings-icon-circle{border-radius:12px}.action-icon-circle.color-engine{background:var(--accent-soft);color:#0284c7}.action-icon-circle.color-memory{background:var(--success-soft);color:var(--success)}.settings-icon-circle.color-blue{background:var(--primary-soft);color:var(--primary)}.profile-device-item{background:var(--surface-soft);border-color:#3e4a5b12;min-height:64px}.profile-device-icon-wrapper{background:var(--primary-soft);width:60px}.profile-device-name-row .device-label-text{font-weight:750}.profile-device-engines-row{scrollbar-width:none;flex-wrap:nowrap;max-height:none;overflow-x:auto}.profile-device-engines-row::-webkit-scrollbar{display:none}.settings-group-item:not(.logout-item){box-sizing:border-box;min-height:62px}.settings-group-item:not(.logout-item) .settings-item-text strong{font-weight:750}.settings-item-right svg,.profile-action-card>svg,.action-card-row>svg{flex-shrink:0}.settings-detail-scroll{box-sizing:border-box;padding:14px 16px calc(28px + env(safe-area-inset-bottom));flex-direction:column;gap:12px;min-width:0;max-width:100%;display:flex;overflow-x:hidden}.settings-identity-hero{background:linear-gradient(135deg,#e9f0fec7,#fffffff5 68%);border:1px solid #2f6de41a;border-radius:20px;align-items:center;gap:14px;padding:16px;display:flex}.settings-identity-avatar{background:var(--primary);color:#fff;border-radius:18px;flex:none;justify-content:center;align-items:center;width:56px;height:56px;font-size:24px;font-weight:900;display:flex;box-shadow:0 10px 22px #2f6de42e}.settings-identity-copy{flex-direction:column;flex:1;min-width:0;display:flex}.settings-identity-copy h2{color:var(--text);letter-spacing:0;text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:19px;font-weight:900;line-height:1.2;overflow:hidden}.settings-identity-copy>span{color:var(--text-tertiary);text-overflow:ellipsis;white-space:nowrap;margin-top:5px;font-size:13px;font-weight:650;overflow:hidden}.settings-list--polished{border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface);overflow:hidden}.settings-list--polished .settings-row{min-height:54px;box-shadow:none;border-bottom:1px solid var(--line);background:0 0;border-radius:0;padding:12px 14px}.settings-list--polished .settings-row:last-child{border-bottom:0}.settings-list--polished .settings-row>div strong,.profile-info-row>div strong{color:var(--text-secondary);white-space:nowrap;font-size:13px;font-weight:750}.settings-list--polished .settings-row>div span,.profile-info-row>div span{color:var(--text);font-size:13px;font-weight:650}.settings-row-chevron{color:var(--text-tertiary);flex:none;font-size:20px;line-height:1}.settings-inline-action{background:var(--primary-soft);min-width:56px;min-height:32px;color:var(--primary);font:inherit;white-space:nowrap;border:0;border-radius:10px;flex:none;padding:0 12px;font-size:13px;font-weight:750}.settings-inline-action:disabled,.privacy-delete-button:disabled{opacity:.45}.privacy-consent-row>div{min-width:0;padding-right:12px}.privacy-consent-row>div span{margin-top:4px;line-height:1.45;display:block;color:var(--text-tertiary)!important;font-weight:500!important}.privacy-delete-card{padding:14px}.privacy-delete-confirm{color:var(--text-secondary);flex-direction:column;gap:8px;font-size:13px;font-weight:700;display:flex}.privacy-delete-confirm input{box-sizing:border-box;border:1px solid var(--line);background:var(--surface);width:100%;min-height:42px;color:var(--text);font:inherit;border-radius:10px;padding:0 12px}.privacy-delete-button{white-space:nowrap;margin-top:12px}.settings-inline-error{color:var(--danger);margin:0;font-size:13px}.consent-sheet-backdrop{z-index:1200;background:#0f172a59;justify-content:center;align-items:flex-end;padding:16px;display:flex;position:fixed;top:0;right:0;bottom:0;left:0}.consent-sheet{box-sizing:border-box;background:var(--surface);width:min(100%,520px);box-shadow:var(--shadow-lg);border-radius:20px;padding:20px}.consent-sheet h2,.consent-sheet p{margin:0}.consent-sheet h2{color:var(--text);font-size:18px}.consent-sheet p{color:var(--text-secondary);margin-top:8px;font-size:14px;line-height:1.55}.consent-sheet-actions{justify-content:flex-end;gap:10px;margin-top:18px;display:flex}.consent-sheet-actions button{background:var(--surface-muted);min-height:40px;color:var(--text-secondary);font:inherit;white-space:nowrap;border:0;border-radius:10px;padding:0 15px;font-weight:700}.consent-sheet-actions button.primary{background:var(--primary);color:#fff}.about-help-screen .settings-detail-scroll{padding-top:14px}.about-product-card{background:linear-gradient(135deg,#e9f0fedb,#fffffff5 70%);border-radius:20px;margin:0;padding:16px}.about-product-copy{min-width:0}.about-product-copy h2{color:var(--text);letter-spacing:0;margin:0;font-size:20px;font-weight:900;line-height:1.2}.about-product-copy p{color:var(--text-secondary);margin:5px 0 0;font-size:13px;font-weight:650;line-height:1.4}.about-product-copy span{color:var(--text-tertiary);white-space:nowrap;margin-top:9px;font-size:11px;font-weight:800;display:inline-flex}.about-product-logo{background:var(--primary);color:#fff;border-radius:14px;flex:none;place-items:center;width:48px;height:48px;display:grid}.about-help-link{color:inherit;text-decoration:none}.memory-error-wrap{padding:12px 16px 0}.memory-error-banner{background:var(--danger-soft);color:var(--danger);border:1px solid #d84c5c29;border-radius:12px;padding:10px 12px;font-size:12px;font-weight:750}.memory-kicker{color:var(--primary);white-space:nowrap;margin-bottom:4px;font-size:11px;font-weight:850}.memory-hero-status-card{border-radius:18px!important;margin:12px 16px 10px!important;padding:14px 16px!important}.memory-status-text h2{letter-spacing:0;font-size:17px;font-weight:900}.memory-hero-meta span,.memory-time-tag,.memory-current-tag,.memory-version-restore-btn,.memory-run-date,.detail-page-tabs .filter-pill{white-space:nowrap}.memory-summary-header{background:linear-gradient(180deg,var(--surface),var(--surface-soft))}.memory-summary-header strong{font-weight:850}.memory-text-render{letter-spacing:0}.memory-summary-loading,.memory-summary-empty{padding:28px 0;font-weight:700}.memory-version-actions{min-width:max-content}.engine-settings-screen .settings-card{border-radius:var(--radius-md);margin-bottom:0;box-shadow:0 8px 22px #151f2c0b}.engine-settings-hero{align-items:flex-start}.engine-settings-avatar{color:var(--text,#191f28);background:#fff;border:1px solid #d1d9e2b8;border-radius:18px;overflow:hidden}.engine-settings-avatar .engine-brand-icon{object-fit:contain;width:34px;height:34px;display:block}.engine-settings-avatar .assistant-brand-icon{width:32px;height:32px}.engine-settings-avatar>span{color:var(--text,#191f28);font-size:18px;font-weight:850}.engine-settings-screen .settings-identity-title-row{justify-content:space-between;align-items:center;gap:12px;min-width:0;display:flex}.engine-settings-screen .settings-identity-title-row h2{flex:auto;min-width:0}.engine-settings-screen .settings-identity-title-row .settings-identity-facts{flex:0 auto;justify-content:flex-end;max-width:64%;margin-top:0}.engine-settings-command-info{align-items:flex-start}.engine-settings-command-info>div{flex-wrap:wrap;min-width:0}.engine-settings-command-info code{text-overflow:ellipsis;white-space:nowrap;max-width:48%;overflow:hidden}.engine-settings-command-field input{font-size:16px}.engine-settings-command-actions{flex-wrap:nowrap}.engine-settings-command-actions button{white-space:nowrap;flex-shrink:0}.engine-path-code{box-sizing:border-box;width:100%;display:block}.runtime-picker-trigger.static,.runtime-value-pill{white-space:nowrap;flex-shrink:0}@media (max-width:380px){.profile-scroll-container,.settings-detail-scroll,.memory-tab-content-wrapper{padding-left:12px;padding-right:12px}.memory-hero-status-card{margin-left:12px!important;margin-right:12px!important}.service-status-grid{gap:2px}.service-status-icon{width:38px;height:38px}.service-status-label{font-size:10px}.settings-identity-facts{scrollbar-width:none;overflow-x:auto}.settings-identity-facts::-webkit-scrollbar{display:none}}@media (max-width:430px){.new-session-sheet{width:100%;max-height:calc(100dvh - 26px);padding:18px 14px calc(12px + env(safe-area-inset-bottom));border-radius:24px 24px 18px 18px}.new-session-list{max-height:min(23dvh,200px)}}.session-detail-header-center{flex-direction:column;justify-content:center;align-items:center;gap:2px;min-width:0;display:flex}.session-detail-title{text-overflow:ellipsis;white-space:nowrap;max-width:100%;margin:0;font-size:17px;font-weight:700;overflow:hidden}.session-detail-subtitle{color:var(--text-tertiary);white-space:nowrap;text-overflow:ellipsis;align-items:center;gap:4px;max-width:100%;font-size:11px;display:flex;overflow:hidden}.session-detail-header-id{color:var(--text-tertiary);text-overflow:ellipsis;white-space:nowrap;max-width:200px;font-family:monospace;font-size:10px;overflow:hidden}.session-detail-empty{text-align:center;color:var(--text-tertiary);padding:48px 16px;font-size:14px}.session-detail-messages{padding:16px 14px calc(24px + env(safe-area-inset-bottom))}.session-detail-composer{padding:10px 12px calc(10px + env(safe-area-inset-bottom));border-top:1px solid var(--line);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#f7f9fbf5;flex-shrink:0;align-items:center;gap:8px;display:flex}.session-detail-input{border:1px solid var(--border);background:var(--surface);min-width:0;height:40px;color:var(--text);border-radius:20px;outline:none;flex:1;padding:0 14px;font-size:14px}.session-detail-input:focus{border-color:var(--primary)}.session-detail-input:disabled{opacity:.5}.session-detail-send{background:var(--primary);color:#fff;cursor:pointer;border:0;border-radius:20px;flex-shrink:0;height:40px;padding:0 18px;font-size:14px;font-weight:600}.session-detail-send:disabled{opacity:.4;cursor:default}.file-detail-overlay{z-index:40;background:var(--screen-bg);flex-direction:column;min-height:0;display:flex;position:absolute;top:0;right:0;bottom:0;left:0}.file-detail-overlay>.file-detail-page{flex:1;min-height:0}.file-detail-page{background:var(--screen-bg);flex-direction:column;flex:1;min-height:0;display:flex}.file-detail-topbar{grid-template-columns:56px minmax(0,1fr) 88px;padding:0 10px}.file-detail-title{text-align:center;min-width:0}.file-detail-title h1{color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:16px;font-weight:700;overflow:hidden}.file-detail-title p{color:var(--text-tertiary);text-overflow:ellipsis;white-space:nowrap;margin:2px 0 0;font-size:11px;overflow:hidden}.file-detail-open{color:#1f7a45;justify-self:end;font-size:14px;font-weight:700;text-decoration:none}.file-detail-content{background:var(--screen-bg);flex:1;place-items:center;min-height:0;display:grid;overflow:auto}.file-detail-image,.file-detail-video{object-fit:contain;max-width:100%;max-height:100%;display:block}.file-detail-frame{background:#fff;border:0;width:100%;height:100%}.file-detail-text{padding:18px 16px calc(24px + env(safe-area-inset-bottom));color:var(--text-primary);white-space:pre-wrap;word-break:break-word;background:#fff;place-self:stretch stretch;margin:0;font:13px/1.7 ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;overflow:auto}.file-detail-audio,.file-detail-generic,.file-detail-state{width:min(100% - 48px,320px);color:var(--text-secondary);text-align:center;place-self:center;justify-items:center;gap:12px;display:grid}.file-detail-audio audio{width:100%}.file-detail-file-mark{color:#526172;letter-spacing:0;background:#eef2f7;border-radius:18px;place-items:center;width:74px;height:74px;font-size:12px;font-weight:800;display:grid}.file-detail-generic strong{max-width:100%;color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;font-size:15px;overflow:hidden}.file-detail-generic span{color:var(--text-tertiary);font-size:12px}.file-detail-generic p{color:var(--text-tertiary);margin:0;font-size:13px;line-height:1.45}.file-detail-generic a{color:#1f7a45;font-size:14px;font-weight:700;text-decoration:none}.file-detail-state.error{color:#c53b37}.file-detail-actions-anchor{justify-content:flex-end;justify-self:end;align-items:center;gap:2px;display:flex;position:relative}.file-detail-download-btn,.file-detail-more-btn{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:background .2s;display:flex}.file-detail-download-btn{text-decoration:none}.file-detail-download-btn:hover,.file-detail-more-btn:hover{background:var(--surface-soft);color:var(--text-primary)}.file-detail-more-menu{z-index:210;background:#fff;border:1px solid #d6dfebeb;border-radius:12px;flex-direction:column;min-width:120px;padding:6px 0;display:flex;position:absolute;top:calc(100% + 6px);right:0;box-shadow:0 10px 25px #0f172a1f}.file-detail-menu-item{width:100%;color:var(--text-primary);text-align:left;cursor:pointer;background:0 0;border:none;padding:10px 16px;font-size:13px;font-weight:500;text-decoration:none;transition:background .15s;display:block}.file-detail-menu-item:hover{background:var(--surface-soft);color:#1f7a45}.file-forward-sheet{max-width:min(100vw - 28px,380px)}.file-forward-chat-list{flex-direction:column;gap:8px;max-height:240px;margin-top:14px;padding-right:4px;display:flex;overflow-y:auto}.file-forward-chat-item{background:var(--surface-soft);cursor:pointer;text-align:left;border:none;border-radius:12px;align-items:center;gap:12px;width:100%;padding:10px 12px;transition:background .2s,transform .1s;display:flex}.file-forward-chat-item:hover{background:#1f7a4514}.file-forward-chat-item:active{transform:scale(.98)}.file-forward-chat-avatar{color:#526172;background:#e6ebf1;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:14px;font-weight:700;display:flex}.file-forward-chat-info{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.file-forward-chat-info strong{color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;font-size:13.5px;font-weight:600;overflow:hidden}.file-forward-chat-info span{color:var(--text-tertiary);font-size:11px}.file-forward-item-loading{color:#1f7a45;font-size:11px;font-weight:600}.file-forward-empty-state{text-align:center;color:var(--text-tertiary);padding:24px;font-size:13px}.file-forward-toast{z-index:300;color:#fff;pointer-events:none;background:#0f172ae6;border-radius:12px;padding:10px 20px;font-size:13px;font-weight:600;animation:2.5s fadeInOut;position:absolute;bottom:24px;left:50%;transform:translate(-50%);box-shadow:0 8px 20px #0003}@keyframes fadeInOut{0%{opacity:0;transform:translate(-50%,10px)}15%{opacity:1;transform:translate(-50%)}85%{opacity:1;transform:translate(-50%)}to{opacity:0;transform:translate(-50%,-10px)}}.wechat-composer{background:var(--screen);border-top:1px solid var(--line);flex-shrink:0}.wechat-media-preview{gap:6px;padding:8px 12px 0;display:flex;overflow-x:auto}.wechat-media-thumb{border-radius:8px;flex-shrink:0;width:56px;height:56px;position:relative;overflow:hidden}.wechat-media-thumb img,.wechat-media-thumb video{object-fit:cover;width:100%;height:100%}.wechat-file-thumb{width:100%;height:100%;color:var(--text-secondary);background:#f4f7fb;align-content:center;justify-items:center;gap:3px;padding:6px;display:grid}.wechat-file-thumb strong,.wechat-file-thumb span{text-overflow:ellipsis;white-space:nowrap;max-width:100%;overflow:hidden}.wechat-file-thumb strong{font-size:11px;line-height:1}.wechat-file-thumb span{font-size:10px;line-height:1.2}.wechat-media-remove{color:#fff;cursor:pointer;background:#0009;border:0;border-radius:999px;place-items:center;width:18px;height:18px;padding:0;font-size:12px;display:grid;position:absolute;top:-2px;right:-2px}.wechat-composer-bar{padding:8px 10px calc(8px + env(safe-area-inset-bottom));align-items:flex-end;gap:6px;display:flex;position:relative}.wechat-composer-leading{flex-shrink:0;min-width:0;position:relative}.cloud-model-composer-selector{position:relative}.cloud-model-composer-button{width:88px;height:36px;color:var(--primary);cursor:pointer;background:#eef5ff;border:1px solid #2f6de433;border-radius:999px;justify-content:center;align-items:center;gap:4px;padding:0 8px;font-size:12px;font-weight:850;display:inline-flex}.cloud-model-composer-button span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.cloud-model-composer-button svg{flex-shrink:0;width:13px;height:13px}.cloud-model-composer-button:disabled{opacity:.58;cursor:default}.cloud-model-composer-menu{z-index:180;scrollbar-width:thin;background:#fffffffa;border:1px solid #d6dfebeb;border-radius:16px;gap:6px;width:max-content;min-width:156px;max-width:min(70vw,300px);max-height:min(260px,34vh);padding:8px;display:grid;position:absolute;bottom:calc(100% + 10px);left:0;overflow-y:auto;box-shadow:0 18px 42px #0f172a29}.cloud-model-composer-menu:after{content:"";background:#fffffffa;border-bottom:1px solid #d6dfebeb;border-right:1px solid #d6dfebeb;width:12px;height:12px;position:absolute;bottom:-6px;left:20px;transform:rotate(45deg)}.cloud-model-composer-item{width:100%;min-width:0;min-height:36px;color:var(--text-primary);text-align:left;cursor:pointer;background:0 0;border:0;border-radius:11px;justify-content:space-between;align-items:center;gap:12px;padding:8px 10px;font-size:12px;font-weight:750;display:flex;position:relative}.cloud-model-composer-item.active{color:var(--primary);background:#e6eeffc2}.cloud-model-composer-item span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.cloud-model-composer-item em{color:#205cd6;flex-shrink:0;font-size:10px;font-style:normal}.cloud-model-composer-empty{color:var(--text-tertiary);padding:9px 10px;font-size:12px}.wechat-composer-input{border:1px solid var(--line);background:var(--surface);color:var(--text);resize:none;scrollbar-width:none;border-radius:20px;outline:none;flex:1;max-height:100px;padding:8px 14px;font-family:inherit;font-size:15px;line-height:1.4;overflow-y:auto}.wechat-composer-input::-webkit-scrollbar{display:none}.wechat-composer-input:focus{border-color:var(--primary)}.wechat-plus-btn{border:1px solid var(--line);background:var(--surface);width:36px;height:36px;color:var(--text-secondary);cursor:pointer;border-radius:999px;flex-shrink:0;place-items:center;padding:0;transition:transform .2s;display:grid}.wechat-plus-btn.active{background:var(--surface-strong);transform:rotate(45deg)}.wechat-stop-btn{color:#dc2626;cursor:pointer;background:#fff1f2;border:1px solid #ef44443d;border-radius:999px;flex-shrink:0;place-items:center;width:36px;height:36px;padding:0;display:grid}.wechat-stop-btn:disabled{opacity:.56;cursor:default}.wechat-panel{border-top:1px solid var(--line);background:var(--surface);padding:16px}.wechat-panel-row{gap:20px;display:flex}.wechat-panel-item{color:var(--text);cursor:pointer;background:0 0;border:0;place-items:center;gap:6px;padding:8px;display:grid}.wechat-panel-icon{background:var(--surface-soft);width:52px;height:52px;color:var(--text-secondary);border-radius:14px;place-items:center;display:grid}.wechat-panel-label{color:var(--text-secondary);font-size:12px}.wechat-file-input{display:none}.project-agent-select{display:grid}.project-agent-toggle{border:1.5px solid var(--line);background:var(--surface);cursor:pointer;width:100%;font:inherit;color:inherit;-webkit-tap-highlight-color:transparent;border-radius:18px;justify-content:space-between;align-items:center;gap:12px;padding:12px 16px;transition:all .2s;display:flex}.project-agent-toggle:active{transform:scale(.98)}.project-agent-toggle-left{text-align:left;gap:4px;display:grid}.project-agent-toggle-summary{color:var(--text-secondary);font-size:13px}.project-agent-toggle-arrow{color:var(--text-tertiary);flex-shrink:0;font-size:14px;transition:transform .2s}.project-agent-toggle.open .project-agent-toggle-arrow{transform:rotate(180deg)}.project-agent-list{gap:6px;max-height:240px;margin-top:8px;padding-right:2px;display:grid;overflow-y:auto}.project-agent-card{border:1.5px solid var(--line);background:var(--surface);cursor:pointer;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;border-radius:16px;align-items:center;gap:12px;min-width:0;padding:10px 14px;transition:all .2s;display:flex}.project-agent-card:active{transform:scale(.97)}.project-agent-card.selected{border-color:var(--primary);background:linear-gradient(135deg,#111c2d08,#38bdf80a)}.project-agent-card-avatar{background:var(--surface-soft);width:40px;height:40px;color:var(--text-secondary);border-radius:12px;flex-shrink:0;place-items:center;font-size:14px;font-weight:700;transition:all .2s;display:grid}.project-agent-card.selected .project-agent-card-avatar{background:var(--primary);color:#fff;box-shadow:0 3px 10px #111c2d2e}.project-agent-card-body{flex:1;min-width:0;overflow:hidden}.project-agent-card-name{color:var(--text);white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:600;line-height:1.2;overflow:hidden}.project-agent-card-desc{color:var(--text-tertiary);white-space:nowrap;text-overflow:ellipsis;margin-top:2px;font-size:12px;overflow:hidden}.project-agent-card-check{opacity:0;background:var(--surface-soft);color:#0000;border-radius:999px;flex-shrink:0;place-items:center;width:20px;height:20px;font-size:10px;font-weight:700;transition:all .2s;display:grid;transform:scale(.6)}.project-agent-card.selected .project-agent-card-check{opacity:1;background:var(--primary);color:#fff;transform:scale(1)}.local-file-browser{gap:12px;min-width:0;display:grid}.project-files-toolbar{gap:10px;margin-bottom:0;padding:0 0 12px;display:grid}.project-files-hero{background:linear-gradient(135deg,#fffffffa,#e9f0fed1);border:1px solid #ffffffb8;border-radius:16px;gap:14px;min-width:0;margin:0;padding:16px;display:grid;position:relative;overflow:hidden;box-shadow:0 10px 24px #0f172a0e}.project-files-hero-glow{filter:blur(18px);pointer-events:none;background:#2f6de414;border-radius:999px;width:128px;height:128px;position:absolute;top:-48px;right:-42px}.project-files-hero-top{z-index:1;justify-content:space-between;align-items:flex-start;gap:14px;min-width:0;display:flex;position:relative}.project-files-hero-top>div:first-child{min-width:0}.project-files-hero h2{color:var(--text,#191f28);text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:20px;font-weight:850;line-height:1.2;overflow:hidden}.project-files-hero-top span{max-width:100%;min-height:22px;color:var(--primary,#2f6de4);text-overflow:ellipsis;white-space:nowrap;background:#ffffffb8;border:1px solid #2f6de41a;border-radius:999px;align-items:center;margin-top:6px;padding:0 8px;font-size:12px;font-weight:800;display:inline-flex;overflow:hidden}.project-files-hero-icon{width:40px;height:40px;color:var(--primary,#2f6de4);background:#ffffffd6;border-radius:12px;flex:none;justify-content:center;align-items:center;display:inline-flex;box-shadow:0 8px 18px #0f172a12}.project-files-hero-meta{z-index:1;gap:8px;display:grid;position:relative}.project-files-hero-meta div{grid-template-columns:64px minmax(0,1fr);align-items:center;gap:10px;min-width:0;display:grid}.project-files-hero-meta label{color:var(--text-tertiary,#64748b);font-size:12px;font-weight:800}.project-files-hero-meta code,.project-files-hero-meta strong{min-width:0;color:var(--text,#191f28);text-overflow:ellipsis;white-space:nowrap;font-family:inherit;font-size:12px;font-weight:800;overflow:hidden}.project-files-hero-meta strong{color:var(--success,#047857)}.project-files-toolbar select{border:1px solid var(--border);background:var(--surface);width:100%;color:var(--text-secondary);font:inherit;border-radius:12px;padding:9px 10px;font-size:12px;font-weight:700}.project-files-toolbar.compact{padding-bottom:4px}.local-file-browser{container-type:inline-size}.local-file-browser.page-mode{gap:0}.local-file-browser.page-mode .project-files-page-head{margin-bottom:8px}.project-files-layout{grid-template-columns:minmax(0,1fr);gap:12px;width:100%;min-width:0;max-width:100%;min-height:min(520px,100dvh - 220px);display:grid;overflow:hidden}.local-file-browser.page-mode .project-files-layout{scrollbar-width:none;gap:8px;min-height:0;overflow:visible}.local-file-browser.page-mode .project-files-layout::-webkit-scrollbar{display:none}.project-files-page-head{gap:8px;min-width:0;padding:0 0 8px;display:grid}.project-files-page-body{justify-items:stretch;gap:8px;width:100%;min-width:0;display:grid}.project-files-location-card{background:#ffffffd6;border:1px solid #ccd5e2c7;border-radius:14px;grid-template-columns:36px minmax(0,1fr);align-items:center;gap:10px;min-width:0;padding:10px 12px;display:grid;box-shadow:0 1px 2px #151f2c09}.project-files-location-icon{width:36px;height:36px;color:var(--primary,#2f6de4);background:linear-gradient(145deg,#2f6de41a,#38bdf814);border-radius:11px;justify-content:center;align-items:center;display:inline-flex}.project-files-location-copy{align-items:baseline;gap:0;min-width:0;display:flex}.project-files-location-copy span,.project-files-location-copy strong{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.project-files-location-copy span{min-width:0;color:var(--text-secondary,#475569);font-size:13px;font-weight:760}.project-files-location-copy strong{color:var(--text,#191f28);flex:none;font-size:15px;font-weight:850}.project-files-breadcrumbs{scrollbar-width:none;flex-wrap:nowrap;flex:auto;align-items:center;gap:4px;min-width:0;display:flex;overflow:auto hidden}.project-files-breadcrumbs::-webkit-scrollbar{display:none}.project-files-crumb-wrap{flex:none;align-items:center;gap:4px;min-width:0;display:inline-flex}.project-files-crumb-separator{color:#64748b9e;font-size:12px;font-weight:900}.project-files-crumb{max-width:176px;min-height:22px;color:var(--text-tertiary,#64748b);font:inherit;text-overflow:ellipsis;white-space:nowrap;background:0 0;border:0;border-radius:8px;padding:0 5px;font-size:11px;font-weight:850;overflow:hidden}.project-files-crumb:hover:not(:disabled){color:var(--primary,#2f6de4);background:#2f6de412}.project-files-crumb.active{color:var(--text,#191f28);background:0 0}.project-files-tree,.project-file-preview{background:var(--surface,#fff);border:1px solid #e2e8f0e6;border-radius:16px;min-width:0;overflow:hidden;box-shadow:0 8px 22px #0f172a0b}.project-files-tree{scrollbar-width:none;max-height:min(420px,100dvh - 260px);padding:0 0 10px;overflow-y:auto}.project-files-tree::-webkit-scrollbar{display:none}.local-file-browser.page-mode .project-files-tree,.local-file-browser.page-mode .project-file-preview{max-height:none;box-shadow:none;background:0 0;border:0;border-radius:0}.local-file-browser.page-mode .project-files-tree{scrollbar-width:none;padding-bottom:0;overflow:visible}.local-file-browser.page-mode .project-files-tree::-webkit-scrollbar{display:none}.project-files-tree-head{background:#faf8ffc7;border-bottom:1px solid #e2e8f0b8;justify-content:space-between;align-items:center;gap:10px;min-width:0;padding:14px 16px;display:flex}.local-file-browser.page-mode .project-files-tree-head{background:0 0;padding:8px 2px 10px}.local-file-browser.page-mode .project-files-path-head{z-index:100;background:var(--surface,#fff);box-sizing:border-box;border-bottom:1px solid #e2e8f0b8;align-items:center;height:40px;position:sticky;top:0}.project-files-tree-head>strong,.project-files-tree-head>span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.project-files-tree-head .project-files-breadcrumbs{flex:1 1 0;min-width:0}.project-files-tree-head>span{opacity:.72;text-align:right;flex:none;max-width:none;margin-left:auto}.project-files-tree-head>strong{min-width:0;color:var(--text,#191f28);font-size:14px;font-weight:850}.project-files-tree-head>span{color:var(--text-tertiary,#64748b);font-size:12px;font-weight:800}.project-file-tree-node{min-width:0}.project-file-row{width:100%;min-width:0;padding:9px 14px;padding-left:calc(14px + var(--file-tree-level,0) * 18px);color:var(--text-secondary);text-align:left;background:0 0;border:0;border-radius:0;grid-template-columns:18px 32px minmax(0,1fr) auto;align-items:center;gap:8px;transition:background .15s,color .15s,transform .15s;display:grid}.local-file-browser.page-mode .project-file-row{border-bottom:1px solid #d1d9e2b8;grid-template-columns:18px 30px minmax(0,1fr) auto;padding:8px 2px}.local-file-browser.page-mode .project-file-row.file{grid-template-columns:30px minmax(0,1fr) auto}.local-file-browser.page-mode .project-file-row.file .project-file-row-caret{display:none}.local-file-browser.page-mode .project-file-row-icon{border-radius:8px;width:28px;height:28px}.local-file-browser.page-mode .project-file-row:has(+.project-files-bottom-spacer){border-bottom:0}.project-files-bottom-spacer{height:calc(88px + env(safe-area-inset-bottom));pointer-events:none}.project-file-row:hover,.project-file-row.active{background:var(--surface-soft,#f2f4f7);color:var(--text)}.project-file-row:active{transform:scale(.985)}.project-file-row.directory.expanded{background:var(--primary-soft,#e9f0fe);color:var(--primary,#2f6de4)}.project-file-row-caret{width:18px;color:var(--text-tertiary);justify-content:center;align-items:center;font-size:12px;font-weight:900;display:inline-flex}.project-file-row-icon{width:32px;height:32px;color:var(--text-tertiary);background:0 0;border-radius:9px;justify-content:center;align-items:center;display:inline-flex}.project-file-row.directory .project-file-row-icon{color:#d97706}.project-file-row.file .project-file-row-icon{color:#475569;background:#f8fafc}.project-file-row.file.document .project-file-row-icon{color:#2563eb;background:#eff6ff}.project-file-row.file.code .project-file-row-icon{color:#7c3aed;background:#faf5ff}.project-file-row.file.data .project-file-row-icon{color:#059669;background:#ecfdf5}.project-file-row-name{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:13px;font-weight:600;overflow:hidden}.project-file-row-meta{text-overflow:ellipsis;white-space:nowrap;min-width:0;color:var(--text-tertiary);font-size:11px;font-weight:800;overflow:hidden}.project-file-issue{background:linear-gradient(#fffffffa,#f8fafcf0);border:1px solid #d1d9e2d1;border-radius:14px;grid-template-columns:40px minmax(0,1fr) auto;align-items:center;gap:12px;min-width:0;margin:14px;padding:14px;display:grid}.local-file-browser.page-mode .project-file-issue{margin:14px 0}.project-file-issue.compact{grid-template-columns:34px minmax(0,1fr) auto;margin:10px 12px;padding:10px 12px}.local-file-browser.page-mode .project-file-issue.compact{margin:8px 0 10px}.project-file-issue-icon{width:40px;height:40px;color:var(--text-tertiary,#64748b);background:#64748b1a;border-radius:12px;justify-content:center;align-items:center;display:inline-flex}.project-file-issue.device-offline .project-file-issue-icon,.project-file-issue.timeout .project-file-issue-icon{color:var(--primary,#2f6de4);background:#2f6de41a}.project-file-issue.permission .project-file-issue-icon,.project-file-issue.service .project-file-issue-icon{color:#b45309;background:#d977061c}.project-file-issue-copy{gap:4px;min-width:0;display:grid}.project-file-issue-copy strong,.project-file-issue-copy span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.project-file-issue-copy strong{color:var(--text,#191f28);font-size:14px;font-weight:850}.project-file-issue-copy span{color:var(--text-tertiary,#64748b);font-size:12px;font-weight:700}.project-file-issue-action{background:var(--primary-soft,#e9f0fe);min-height:32px;color:var(--primary,#2f6de4);font:inherit;white-space:nowrap;border:1px solid #2f6de429;border-radius:10px;flex:none;padding:0 11px;font-size:12px;font-weight:850}.project-file-issue-action:hover{filter:brightness(.98)}.project-file-preview{grid-template-rows:auto minmax(0,1fr);max-width:100%;display:grid}.project-files-layout.previewing .project-files-tree,.project-files-layout.browsing .project-file-preview{display:none}.project-file-preview-head{width:100%;min-width:0;max-width:100%;color:var(--text,#191f28);background:0 0;border-bottom:1px solid #e2e8f0b8;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:6px;padding:4px 0 6px;display:grid;overflow:hidden}.project-file-preview-head.mobile{grid-template-columns:auto minmax(0,1fr)}.project-file-preview-title{gap:2px;min-width:0;display:grid}.project-file-preview-title.single-line{align-items:center;gap:8px;display:flex}.project-file-preview-title strong,.project-file-preview-title span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.project-file-preview-title strong{color:var(--text,#191f28);font-size:14px;font-weight:850;line-height:1.2}.project-file-preview-title.single-line strong{flex:0 auto}.project-file-preview-title span{color:var(--text-tertiary,#64748b);text-transform:uppercase;font-size:10px;font-weight:850;line-height:1.2}.project-file-preview-title.single-line span{flex:none}.project-file-back{width:24px;min-width:24px;height:24px;color:var(--text-secondary,#475569);font:inherit;background:0 0;border:0;border-radius:8px;justify-content:center;align-items:center;padding:0;display:inline-flex}.project-file-back svg{flex:none}.project-file-preview-action{width:24px;min-width:24px;height:24px;color:var(--text-secondary,#475569);font:inherit;background:0 0;border:0;border-radius:8px;justify-content:center;align-items:center;padding:0;display:inline-flex}.project-file-preview-action svg{flex:none}.project-file-back:hover,.project-file-preview-action:hover{filter:brightness(.98)}.project-file-code{box-sizing:border-box;white-space:pre-wrap;overflow-wrap:anywhere;word-break:break-word;color:#1e293b;scrollbar-width:none;background:linear-gradient(#f8fbff,#f3f7fc);width:100%;min-width:0;max-width:100%;margin:0;padding:16px;font:12px/1.55 ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;overflow:auto}.project-file-code::-webkit-scrollbar{display:none}.project-file-preview-footer{box-sizing:border-box;background:var(--surface,#fff);border-top:1px solid #e2e8f0d1;justify-content:flex-start;align-items:center;width:100%;min-width:0;padding:10px 14px;display:flex}.project-file-preview-footer span{text-overflow:ellipsis;white-space:nowrap;min-width:0;color:var(--text-tertiary,#64748b);flex:auto;font-size:12px;font-weight:850;overflow:hidden}.project-files-view{padding-bottom:0}.project-files-tree{min-height:0}.project-file-preview{min-height:min(520px,100dvh - 172px)}.project-file-code{min-height:min(360px,100dvh - 260px)}.local-file-browser.page-mode .project-file-preview{background:var(--surface,#fff);box-sizing:border-box;width:calc(100% + 24px);height:auto;min-height:0;margin-left:-12px;margin-right:-12px;display:block;overflow:visible}.local-file-browser.page-mode .project-file-preview-head{z-index:99;background:var(--surface,#fff);box-sizing:border-box;padding:6px 14px;position:sticky;top:0}.local-file-browser.page-mode .project-file-code{background:0 0;min-height:0;padding:12px 14px;overflow:visible}.project-file-preview-bottom-spacer{height:calc(88px + env(safe-area-inset-bottom));pointer-events:none}.local-file-browser.page-mode .project-file-preview-footer{box-sizing:border-box;width:100%;margin-left:0;margin-right:0;padding-left:14px;padding-right:14px}@media (max-width:520px){.project-file-issue,.project-file-issue.compact{grid-template-columns:36px minmax(0,1fr)}.project-file-issue-action{grid-column:2;justify-self:start}}@container (min-width:760px){.project-files-layout.previewing{grid-template-columns:minmax(220px,34%) minmax(0,1fr);align-items:stretch}.project-files-layout.previewing .project-files-tree{display:block}.project-files-layout.previewing .project-file-preview{display:grid}.project-files-tree,.project-file-preview{min-height:460px}.project-file-back{display:none}}.local-file-browser.page-mode .project-file-back{display:inline-flex}.agent-builder-guide-bubble{width:min(100%,520px);box-shadow:var(--shadow-md);background:#fffffff5;border:1px solid #4c5b7114;border-radius:18px 18px 18px 8px;gap:14px;padding:18px;display:grid}.agent-builder-guide-copy{gap:10px;display:grid}.agent-builder-guide-copy p{color:var(--text-primary);margin:0;font-size:15px;line-height:1.7}.agent-builder-guide-copy strong{color:var(--text-primary);font-size:16px;line-height:1.35}.agent-builder-guide-table{gap:8px;display:grid}.agent-builder-guide-row{background:var(--surface);border:1px solid #4c5b7114;border-radius:10px;grid-template-columns:58px minmax(0,1fr);align-items:start;gap:10px;padding:10px 12px;display:grid}@supports (color:color-mix(in lab,red,red)){.agent-builder-guide-row{background:color-mix(in srgb,var(--surface) 94%,var(--accent-soft))}}.agent-builder-guide-row span{color:var(--text-primary);font-size:13px;font-weight:700;line-height:1.5}.agent-builder-guide-row p{color:var(--text-secondary);margin:0;font-size:13px;line-height:1.5}.agent-builder-guide-examples{gap:8px;display:grid}.agent-builder-guide-examples span{color:var(--text-secondary);background:#4c5b710f;border-radius:9px;padding:9px 10px;font-size:13px;line-height:1.45;display:block}.builder-starter-prompts{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:8px 14px 4px;display:grid}.builder-starter-prompt{background:var(--surface);border:1px solid #4c5b711f;border-radius:8px;min-height:36px}@supports (color:color-mix(in lab,red,red)){.builder-starter-prompt{background:color-mix(in srgb,var(--surface) 96%,var(--accent-soft))}}.builder-starter-prompt{color:var(--text-primary);text-align:left;white-space:normal;padding:8px 10px;font-size:13px;font-weight:650;line-height:1.25;transition:border-color .16s,background .16s,transform .16s}.builder-starter-prompt:hover{border-color:var(--accent)}@supports (color:color-mix(in lab,red,red)){.builder-starter-prompt:hover{border-color:color-mix(in srgb,var(--accent) 38%,#4c5b711f)}}.builder-starter-prompt:hover{background:var(--surface)}@supports (color:color-mix(in lab,red,red)){.builder-starter-prompt:hover{background:color-mix(in srgb,var(--surface) 90%,var(--accent-soft))}}.builder-starter-prompt:hover{transform:translateY(-1px)}.builder-starter-prompt:focus-visible{outline:2px solid var(--accent)}@supports (color:color-mix(in lab,red,red)){.builder-starter-prompt:focus-visible{outline:2px solid color-mix(in srgb,var(--accent) 55%,transparent)}}.builder-starter-prompt:focus-visible{outline-offset:2px}@media (max-width:420px){.agent-builder-guide-bubble{width:100%;padding:14px}.agent-builder-guide-row{grid-template-columns:1fr;gap:4px}.builder-starter-prompts{grid-template-columns:1fr}}.info-list-card{width:100%;min-width:0;color:var(--text);text-align:left;cursor:pointer;background:#fff;border:1px solid #ccd5e2db;border-radius:12px;padding:16px;transition:transform .16s,border-color .16s,box-shadow .16s,background .16s;display:block;position:relative;box-shadow:0 1px 2px #151f2c0e,0 6px 16px #151f2c06}.info-list-card:hover{border-color:#2f6de438;box-shadow:0 1px 4px #151f2c14}.info-list-card:active{transform:scale(.985)}.info-list-card:has(.more-action-menu-anchor:hover),.info-list-card:has(.more-action-menu-anchor.open){background:#fff;border-color:#ccd5e2db;box-shadow:0 1px 2px #151f2c0e,0 6px 16px #151f2c06}.info-list-card:has(.more-action-menu-anchor:hover):active,.info-list-card:has(.more-action-menu-anchor.open):active{transform:none}.info-list-card.disabled{opacity:.65}.info-list-card-main{align-items:flex-start;gap:14px;min-width:0;display:flex}.info-list-card.no-status-row .info-list-card-main{align-items:center}.info-list-card-leading{flex:none;margin-top:-2px;position:relative}.info-list-card.no-status-row .info-list-card-leading{margin-top:0}.info-list-card-leading-media{width:50px;height:50px;color:var(--primary);background:#f8fafc;border:1px solid #ccd5e2e6;border-radius:12px;place-items:center;display:grid;overflow:hidden;box-shadow:0 1px 3px #151f2c0a}.info-list-card-leading-media>img,.info-list-card-leading-media>svg{display:block}.info-list-card-leading-media>img{object-fit:cover;object-position:center;border-radius:inherit;width:100%;height:100%}.info-list-card-leading-media>svg{width:28px;height:28px}.info-list-card-leading-status{background:#10b981;border:2px solid #fff;border-radius:999px;width:13px;height:13px;position:absolute;bottom:-3px;right:-3px;box-shadow:0 2px 5px #10b98138}.info-list-card-leading-status.offline{box-shadow:none;background:#94a3b8}.info-list-card-head{flex:1;gap:5px;min-width:0;padding-top:0;display:grid}.info-list-card.no-status-row .info-list-card-head{align-self:center}.info-list-card-title-row{align-items:center;gap:7px;min-width:0;min-height:25px;display:flex}.info-list-card-title-row h3{min-width:0;color:var(--text);text-overflow:ellipsis;white-space:nowrap;flex:1;margin:0;font-size:18px;font-weight:780;line-height:1.18;overflow:hidden}.info-list-card-action{flex:none;justify-content:center;align-items:center;min-width:28px;display:flex}.info-list-card-status-row{min-width:0;min-height:18px;color:var(--text-secondary);align-items:center;gap:6px;font-size:14px;font-weight:700;line-height:1.2;display:flex;overflow:hidden}.info-list-card-status-item,.info-list-card-footer-item{white-space:nowrap;text-overflow:ellipsis;flex-shrink:0;align-items:center;gap:3px;min-width:0;display:inline-flex;overflow:hidden}.info-list-card-status-item.success{color:#047857}.info-list-card-status-item.brand{color:#0369a1}.info-list-card-status-item.warning{color:#b45309}.info-list-card-status-item.muted{color:#64748b}.info-list-card-separator{color:#737685d1;margin-right:3px}.info-list-card-item-icon{flex:none;justify-content:center;align-items:center;width:16px;height:16px;display:inline-flex}.info-list-card-status-item .info-list-card-item-icon{width:15px;height:15px}.info-list-card-description{width:100%;color:var(--text-secondary);text-overflow:ellipsis;word-break:normal;overflow-wrap:anywhere;line-break:anywhere;-webkit-line-clamp:1;-webkit-box-orient:vertical;margin:11px 0 0;font-size:13px;font-weight:500;line-height:1.5;display:-webkit-box;overflow:hidden}.info-list-card-footer{border-top:1px solid #ccd5e2c2;align-items:center;gap:14px;width:100%;margin-top:9px;padding-top:13px;display:flex;overflow:hidden}.info-list-card-footer-items{flex:auto;align-items:center;gap:14px;min-width:0;display:flex;overflow:hidden}.info-list-card-footer-item{max-width:150px;color:var(--text-tertiary);flex:0 auto;font-size:12px;font-weight:750;line-height:1.2}.info-list-card-footer-item>span:last-child{text-overflow:ellipsis;min-width:0;overflow:hidden}.info-list-card-footer-item.muted{color:#64748b}.info-list-card-footer-end{min-width:0;max-width:48%;color:var(--text-tertiary);white-space:nowrap;text-overflow:ellipsis;flex:none;margin-left:auto;font-size:12px;font-weight:750;line-height:1.2;overflow:hidden}.info-list-card-list{padding:10px 16px calc(108px + env(safe-area-inset-bottom));box-sizing:border-box;flex-direction:column;gap:12px;width:100%;max-width:100%;display:flex}.project-info-list-card-list{box-sizing:border-box;flex-direction:column;gap:12px;width:100%;max-width:100%;padding-top:12px;display:flex}.info-list-card>.task-card-actions{margin-top:12px}.tasks-main-list-root .info-list-card-list,.tasks-main-list-root .filter-pill-bar,.tasks-main-list-root .list-loading-state{padding-left:0;padding-right:0}.tasks-main-list-root .task-view-switcher-wrap{margin-bottom:10px}.tasks-main-list-root .filter-pill-bar.compact{padding-top:0}.info-list-card-action-button{color:var(--text-tertiary);cursor:pointer;background:0 0;border:0;border-radius:50%;outline:none;flex-shrink:0;place-items:center;width:28px;height:28px;margin-right:-6px;transition:all .15s cubic-bezier(.4,0,.2,1);display:grid}.info-list-card-action-button:hover{color:var(--text-secondary);background:#94a3b81f}.info-list-card-action-button:active{background:#94a3b833;transform:scale(.92)}.info-list-card-action-button.danger{color:#b42318;border-radius:8px;width:auto;min-width:44px;padding:0 8px;font-size:12px;font-weight:750}.list-loading-state{min-height:min(58vh,480px);padding:72px 16px calc(64px + env(safe-area-inset-bottom));color:var(--text-secondary);text-align:center;align-content:center;place-items:center;gap:12px;display:grid}.list-loading-spinner{border:3px solid #2f6de429;border-top-color:var(--primary);border-radius:999px;width:28px;height:28px;animation:.8s linear infinite list-loading-spin;display:block}.list-loading-state strong{color:var(--text-secondary);font-size:13px;font-weight:700;line-height:1.3}@keyframes list-loading-spin{to{transform:rotate(360deg)}}.featured-carousel-slider{box-sizing:border-box;scrollbar-width:none;touch-action:pan-x;-webkit-overflow-scrolling:touch;gap:12px;width:100%;max-width:100%;padding:4px 16px 14px;display:flex;overflow:auto hidden}.featured-carousel-slider::-webkit-scrollbar{display:none}.featured-slider-card{border:1px solid var(--line);background:var(--surface);text-align:left;cursor:pointer;border-radius:20px;flex-direction:column;flex:0 0 160px;align-items:flex-start;padding:14px;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 4px 12px #151f2c08}.featured-slider-card:active{background:var(--surface-soft);transform:scale(.96)}.featured-slider-card .slider-card-logo{color:#fff;background:linear-gradient(135deg,var(--primary) 0%,#1e40af 100%);border-radius:50%;place-items:center;width:38px;height:38px;margin-bottom:10px;font-size:14px;font-weight:700;display:grid}.featured-slider-card h4{color:var(--text);text-overflow:ellipsis;white-space:nowrap;width:100%;margin:0;font-size:13px;font-weight:600;overflow:hidden}.featured-slider-card p{color:var(--text-tertiary);text-overflow:ellipsis;white-space:nowrap;width:100%;margin:4px 0 0;font-size:10px;overflow:hidden}.featured-slider-card .slider-card-badge{background:var(--surface-soft);color:var(--text-secondary);border-radius:999px;margin-top:10px;padding:2px 8px;font-size:10px;font-weight:500}.grid-mode-container{padding:6px 16px calc(108px + env(safe-area-inset-bottom));box-sizing:border-box;grid-template-columns:repeat(2,1fr);gap:14px 12px;width:100%;max-width:100%;display:grid}.grid-mode-container.masonry{align-items:flex-start;gap:12px;display:flex!important}.masonry-column{flex-direction:column;flex:1;gap:12px;min-width:0;display:flex}.agent-single-list{padding:6px 16px calc(108px + env(safe-area-inset-bottom));box-sizing:border-box;flex-direction:column;gap:10px;width:100%;max-width:100%;display:flex}.project-grid-card{text-align:left;cursor:pointer;box-sizing:border-box;background:linear-gradient(135deg,#fff,#f5faff80);border:1px solid #2f6de414;border-radius:16px;flex-direction:column;justify-content:space-between;min-width:0;min-height:auto;padding:12px 12px 10px;transition:transform .22s cubic-bezier(.16,1,.3,1),box-shadow .22s cubic-bezier(.16,1,.3,1),border-color .2s;display:flex;box-shadow:0 4px 12px #151f2c05,0 1px 3px #151f2c03}.project-grid-card:hover{border-color:#2f6de429;transform:translateY(-3px);box-shadow:0 12px 24px #2f6de40d,0 4px 8px #2f6de405}.project-grid-card:active{transform:scale(.975)}.project-grid-header{justify-content:space-between;align-items:center;width:100%;margin-bottom:10px;display:flex}.project-grid-card .project-grid-logo{width:38px;height:38px;color:var(--primary);background:#fff;border:1px solid #2f6de426;border-radius:12px;place-items:center;margin-bottom:0;font-size:13.5px;font-weight:800;transition:all .2s;display:grid;box-shadow:0 2px 8px #2f6de40d,inset 0 1px 1px #fff9}.project-grid-menu-trigger,.agent-grid-menu-trigger,.agent-grid-menu-spacer{color:var(--text-tertiary);cursor:pointer;background:0 0;border:0;border-radius:50%;outline:none;flex-shrink:0;place-items:center;width:28px;height:28px;margin-right:-6px;transition:all .15s cubic-bezier(.4,0,.2,1);display:grid}.project-grid-menu-trigger:hover,.agent-grid-menu-trigger:hover{color:var(--text-secondary);background:#94a3b81f}.project-grid-menu-trigger:active,.agent-grid-menu-trigger:active{background:#94a3b833;transform:scale(.92)}.project-grid-body{flex:1;width:100%;min-height:0;margin-bottom:8px}.project-grid-header h3{min-width:0;color:var(--text);text-overflow:ellipsis;white-space:nowrap;flex:1;margin:0 8px;font-size:13.5px;font-weight:600;overflow:hidden}.project-grid-card p{color:var(--text-secondary);text-overflow:ellipsis;-webkit-line-clamp:8;-webkit-box-orient:vertical;width:100%;min-height:0;margin:4px 0 0;font-size:11.5px;line-height:1.45;display:-webkit-box;overflow:hidden}.project-grid-stats{border-top:1px solid #3e4a5b0a;align-items:center;gap:10px;width:100%;padding-top:8px;display:flex}.project-grid-stats .stat-item{color:var(--text-secondary);align-items:center;gap:3px;font-size:11px;font-weight:500;display:flex}.project-grid-stats .stat-icon{opacity:.85;font-size:11px}.project-grid-stats .stat-item.time{color:var(--text-tertiary);background:var(--surface-soft);border-radius:4px;margin-left:auto;padding:1.5px 6px;font-size:10px}.agent-grid-card{cursor:pointer;box-sizing:border-box;text-align:left;background:linear-gradient(135deg,#fff,#f5faff80);border:1px solid #2f6de414;border-radius:16px;flex-direction:column;justify-content:space-between;align-items:flex-start;min-width:0;min-height:auto;padding:12px 12px 10px;transition:transform .22s cubic-bezier(.16,1,.3,1),box-shadow .22s cubic-bezier(.16,1,.3,1),border-color .2s;display:flex;position:relative;box-shadow:0 4px 12px #151f2c05,0 1px 3px #151f2c03}.agent-grid-card:hover{border-color:#2f6de429;transform:translateY(-3px);box-shadow:0 12px 24px #2f6de40d,0 4px 8px #2f6de405}.agent-grid-card:active{transform:scale(.975)}.agent-grid-header{justify-content:space-between;align-items:center;width:100%;margin-bottom:10px;display:flex}.agent-grid-card .agent-grid-avatar-wrapper{flex-shrink:0;align-items:center;display:flex;position:relative}.agent-grid-card .agent-grid-avatar{width:42px;height:42px;color:var(--primary);box-sizing:border-box;background:#fff;border:1px solid #2f6de426;border-radius:14px;place-items:center;font-size:14px;font-weight:700;display:grid;box-shadow:0 2px 8px #2f6de40d,inset 0 1px 1px #fff9}.agent-grid-card .agent-grid-avatar .assistant-brand-icon{width:26px;height:26px;display:block}.agent-grid-card .agent-grid-avatar .agent-default-avatar-image{object-fit:cover;object-position:center;border-radius:inherit;width:100%;height:100%;display:block}.agent-grid-card .agent-grid-avatar:has(.assistant-brand-icon){background:linear-gradient(135deg,#eff6ff,#fff);border-color:#2563eb26}.agent-grid-card .agent-grid-dot{border:1.8px solid var(--surface);background:#10b981;border-radius:50%;width:9px;height:9px;position:absolute;bottom:-2px;right:-2px;box-shadow:0 1px 3px #10b9814d}.agent-grid-card .agent-grid-dot.offline{background:var(--text-tertiary);box-shadow:none}.agent-grid-card .agent-grid-dot.service{background:#f97316;box-shadow:0 1px 3px #f973164d}.agent-grid-header h3{min-width:0;color:var(--text);text-align:left;text-overflow:ellipsis;white-space:normal;-webkit-line-clamp:2;-webkit-box-orient:vertical;flex:1;margin:0 12px;font-size:13.5px;font-weight:600;line-height:1.2;display:-webkit-box;overflow:hidden}.agent-grid-card p{min-height:0;color:var(--text-secondary);text-align:left;text-overflow:ellipsis;-webkit-line-clamp:8;-webkit-box-orient:vertical;width:100%;margin:8px 0 0;font-size:11.5px;line-height:1.4;display:-webkit-box;overflow:hidden}.agent-grid-card .agent-grid-card-meta{border-top:1px solid #3e4a5b0a;flex-wrap:wrap;justify-content:flex-start;gap:5px;width:100%;margin-top:10px;padding-top:8px;display:flex}.agent-grid-card .agent-grid-card-meta span{max-width:100%;color:var(--text-secondary);text-overflow:ellipsis;white-space:nowrap;background:#f8fafceb;border:1px solid #4c5b7117;border-radius:6px;padding:3px 7px;font-size:10px;font-weight:700;line-height:1.2;overflow:hidden}.agent-grid-card .agent-grid-card-meta span.agent-primary-badge{color:#2563eb;background:#eff6fff2;border-color:#2b6ff329}.agent-grid-card .agent-grid-card-meta span.agent-primary-badge.published,.agent-grid-card .agent-grid-card-meta span.agent-primary-badge.hired{color:#0284c7;background:#f0f9fff2;border-color:#0ea5e929}.agent-grid-card .agent-grid-card-meta span.agent-primary-badge.pending{color:#b45309;background:#fffbebf2;border-color:#f59e0b2e}.agent-grid-card .agent-grid-card-meta span.agent-primary-badge.muted{color:#64748b;background:#f8fafcf2;border-color:#64748b24}.agent-grid-card .agent-grid-card-meta span.binding-count{color:var(--text-secondary);background:#f8fafceb}.agent-grid-card .agent-grid-card-meta span.agent-active-time{color:#64748b;background:#f1f5f9eb;border-color:#4755691f}.agent-single-list .agent-grid-card{width:100%;padding:12px 13px 10px}.agent-single-list .agent-grid-header{margin-bottom:7px}.agent-single-list .agent-grid-card p{-webkit-line-clamp:2;margin-top:6px}.agent-single-list .agent-grid-card .agent-grid-card-meta{margin-top:9px}.agent-grid-card.disabled{opacity:.65}.agent-grid-card .agent-grid-trade-strip{width:100%;min-width:0;box-shadow:none;box-sizing:border-box;text-align:left;background:#f8fafcc7;border:1px dashed #4c5b7124;border-radius:6px;gap:2px;margin-top:8px;padding:6px 8px;display:grid}.agent-grid-card .agent-grid-trade-strip.buyout,.agent-grid-card .agent-grid-trade-strip.service{background:#f8fafcc7;border-color:#4c5b7124}.agent-grid-card .agent-grid-trade-strip strong,.agent-grid-card .agent-grid-trade-strip span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.agent-grid-card .agent-grid-trade-strip strong{color:var(--text);font-size:10px;font-weight:700}.agent-grid-card .agent-grid-trade-strip span{color:var(--text-secondary);font-size:9.5px;font-weight:500}.topbar-view-switcher{color:var(--text-secondary);cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;padding:6px;transition:color .15s;display:flex}.topbar-view-switcher:active{opacity:.7}.topbar-view-switcher svg{width:18px;height:18px}.detail-screen{box-sizing:border-box!important;max-width:100%!important;overflow-x:hidden!important}.agent-search-bar{background:var(--surface-soft,#f2f4f7cc);border:1px solid #3e4a5b14;border-radius:10px;align-items:center;gap:8px;margin:0 16px 12px;padding:8px 12px;transition:border-color .2s,background .2s;display:flex}.agent-search-bar:focus-within{border-color:var(--primary,#2563eb);background:var(--surface,#fff)}.agent-search-bar svg{color:var(--text-tertiary,#9ca3af);flex-shrink:0}.agent-search-bar input{min-width:0;color:var(--text,#1a1a2e);background:0 0;border:0;outline:none;flex:1;font-size:13px}.agent-search-bar input::placeholder{color:var(--text-tertiary,#9ca3af)}.agent-search-clear{width:20px;height:20px;color:var(--text-secondary,#6b7280);cursor:pointer;background:#3e4a5b1a;border:0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:14px;line-height:1;transition:background .15s;display:flex}.agent-search-clear:hover{background:#3e4a5b33}.agent-grid-category{color:var(--text-secondary);background:#f8fafceb;border:1px solid #4c5b7117;border-radius:6px;margin-top:2px;padding:3px 7px;font-size:10px;font-weight:700;line-height:1.4;display:inline-block}.agent-single-list{padding:10px 16px calc(108px + env(safe-area-inset-bottom));gap:12px}.agent-single-list .agent-list-card{background:#fff;border:1px solid #ccd5e2db;border-radius:12px;width:100%;min-height:0;padding:16px;transition:transform .16s,border-color .16s,box-shadow .16s,background .16s;display:block;box-shadow:0 1px 2px #151f2c0e,0 6px 16px #151f2c06}.agent-single-list .agent-list-card:hover{border-color:#2f6de438;box-shadow:0 1px 4px #151f2c14}.agent-single-list .agent-list-card:active{transform:scale(.985)}.agent-list-card-main{align-items:flex-start;gap:14px;min-width:0;display:flex}.agent-single-list .agent-list-card .agent-grid-avatar-wrapper{flex:none;margin-top:-2px}.agent-single-list .agent-list-card .agent-grid-avatar{width:50px;height:50px;color:var(--primary);background:#f8fafc;border:1px solid #ccd5e2e6;border-radius:12px;box-shadow:0 1px 3px #151f2c0a}.agent-list-card-official .agent-grid-avatar{color:#1d4ed8;background:linear-gradient(145deg,#eaf1ff,#fff)}.agent-list-card-community .agent-grid-avatar{color:#b45309;background:linear-gradient(145deg,#fff4ed,#fff)}.agent-list-card-service .agent-grid-avatar{color:#0369a1;background:linear-gradient(145deg,#ecfeff,#fff)}.agent-list-card-profile .agent-grid-avatar{color:#475569;background:linear-gradient(145deg,#f8fafc,#fff)}.agent-single-list .agent-list-card .agent-grid-avatar .assistant-brand-icon{width:30px;height:30px}.agent-single-list .agent-list-card .agent-grid-dot{border:2px solid #fff;width:13px;height:13px;bottom:-3px;right:-3px}.agent-list-card-body{flex:1;gap:5px;min-width:0;padding-top:0;display:grid}.agent-single-list .agent-list-card .agent-grid-header{align-items:center;gap:7px;min-width:0;min-height:25px;margin:0;display:flex}.agent-single-list .agent-list-card .agent-grid-header h3{min-width:0;color:var(--text);text-overflow:ellipsis;white-space:nowrap;flex:1;margin:0;font-size:18px;font-weight:780;line-height:1.18;display:block;overflow:hidden}.agent-source-badge,.agent-status-chip,.agent-list-category-text,.agent-list-dot-separator{white-space:nowrap;flex-shrink:0}.agent-source-badge{color:#1d4ed8;text-overflow:ellipsis;background:#eff6fff2;border-radius:6px;justify-content:center;align-items:center;max-width:72px;min-height:18px;padding:0 7px;font-size:10px;font-weight:800;line-height:1;display:inline-flex;overflow:hidden}.agent-source-badge.community{color:#b45309;background:#fff7edf2}.agent-source-badge.custom{color:#475569;background:#f1f5f9f2}.agent-source-badge.neutral{color:#64748b;background:#f8fafcf2}.agent-single-list .agent-list-card .agent-grid-menu-trigger{flex:none;width:28px;height:28px;margin:-4px -7px -4px 0;display:grid}.agent-list-card-status-row{min-width:0;color:var(--text-secondary);align-items:center;gap:6px;min-height:18px;font-size:14px;font-weight:700;line-height:1.2;display:flex}.agent-status-chip{color:#047857;text-overflow:ellipsis;align-items:center;gap:3px;max-width:84px;display:inline-flex;overflow:hidden}.agent-status-chip:before{content:"✓";color:currentColor;border-radius:999px;place-items:center;width:15px;height:15px;font-size:11px;font-weight:900;line-height:1;display:inline-grid}.agent-status-chip.pending{color:#b45309}.agent-status-chip.muted{color:#64748b}.agent-status-chip.hired,.agent-status-chip.published{color:#0369a1}.agent-list-category-text{text-overflow:ellipsis;min-width:0;max-width:128px;color:var(--text-secondary);overflow:hidden}.agent-list-trade-text{color:#0369a1;max-width:84px}.agent-list-dot-separator{color:#737685d1}.agent-single-list .agent-list-card p{width:100%;color:var(--text-secondary);text-overflow:ellipsis;word-break:normal;overflow-wrap:anywhere;line-break:anywhere;-webkit-line-clamp:1;-webkit-box-orient:vertical;margin:11px 0 0;font-size:13px;font-weight:500;line-height:1.5;display:-webkit-box;overflow:hidden}.agent-single-list .agent-list-card .agent-grid-card-meta{border-top:1px solid #ccd5e2c2;flex-wrap:nowrap;align-items:center;gap:14px;width:100%;margin-top:9px;padding-top:13px;display:flex;overflow:hidden}.agent-single-list .agent-list-card .agent-grid-card-meta span{min-width:0;max-width:32%;color:var(--text-tertiary);text-overflow:ellipsis;white-space:nowrap;background:0 0;border:0;border-radius:0;align-items:center;gap:4px;padding:0;font-size:12px;font-weight:750;line-height:1.2;display:inline-flex;overflow:hidden}.agent-single-list .agent-list-card .agent-grid-card-meta .agent-active-time{justify-content:flex-end;max-width:44%;margin-left:auto}.agent-single-list .agent-list-card .agent-grid-card-meta .agent-meta-icon{flex:none;width:16px;height:16px}.agent-single-list .agent-list-card .agent-grid-card-meta .agent-trade-meta{color:#64748b}.agent-single-list .agent-list-card .agent-grid-trade-strip{display:none}@media (max-width:380px){.agent-single-list .agent-list-card{padding:13px 13px 11px}.agent-list-card-main{gap:11px}.agent-single-list .agent-list-card .agent-grid-avatar{width:48px;height:48px}.agent-single-list .agent-list-card .agent-grid-card-meta{gap:8px}}.execution-settings-section{gap:8px;display:grid}.execution-settings-section-head{justify-content:space-between;align-items:center;gap:12px;padding:0 2px;display:flex}.execution-settings-section-head h3{color:var(--text,#0f172a);margin:0;font-size:15px;font-weight:800;line-height:1.2}.execution-settings-card{background:#fff;border:1px solid #e5eaf099;border-radius:16px;flex-direction:column;gap:10px;padding:14px;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 4px 20px #0000000a,0 1px 3px #00000005}.execution-settings-card:hover{transform:translateY(-1px);box-shadow:0 6px 24px #0000000f,0 2px 4px #00000008}.execution-settings-field{flex-direction:column;gap:6px;display:flex}.execution-settings-field.inline{flex-direction:row;justify-content:space-between;align-items:center;gap:14px}.execution-settings-field.inline .execution-settings-field-label{flex:0 0 68px;min-width:0}.execution-settings-field-label{color:var(--text-tertiary,#94a3b8);font-size:12px;font-weight:700}.execution-settings-select-wrapper{flex:auto;width:100%;min-width:0;max-width:none;position:relative}.execution-settings-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;min-height:34px;color:var(--text,#0f172a);background-color:var(--surface-soft,#f8fafc);cursor:pointer;border:1px solid #e2e8f0cc;border-radius:8px;padding:6px 32px 6px 12px;font-family:inherit;font-size:13px;font-weight:500;transition:all .2s}.execution-settings-select:hover{background-color:#fff;border-color:#cbd5e1}.execution-settings-select:focus{border-color:var(--primary,#2563eb);background-color:#fff;outline:none;box-shadow:0 0 0 3px #2563eb1a}.execution-settings-select-wrapper:after{content:"▼";color:var(--text-tertiary,#94a3b8);pointer-events:none;font-size:10px;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.custom-select-trigger{color:#475569;cursor:pointer;text-align:right;white-space:nowrap;background:0 0;border:0;border-radius:8px;outline:none;justify-content:flex-end;align-items:center;width:100%;min-width:0;min-height:36px;padding:6px 26px 6px 8px;font-size:14px;font-weight:600;line-height:1.35;transition:background-color .2s;display:flex}.custom-select-trigger .trigger-value{text-overflow:ellipsis;white-space:nowrap;text-align:right;min-width:0;max-width:100%;display:block;overflow:hidden}.custom-select-trigger:hover,.custom-select-trigger:focus{background:#f8fafc}.custom-select-dropdown{-webkit-backdrop-filter:blur(12px);transform-origin:100% 0;background:#fffffff2;border:1px solid #e2e8f0cc;border-radius:12px;padding:4px;animation:.15s cubic-bezier(.16,1,.3,1) forwards dropdown-fade-in;box-shadow:0 10px 25px -5px #00000014,0 8px 16px -6px #0000000d,0 0 1px #0000001a}@keyframes dropdown-fade-in{0%{opacity:0;transform:scale(.95)translateY(-4px)}to{opacity:1;transform:scale(1)translateY(0)}}.custom-select-options-list{scrollbar-width:none;-ms-overflow-style:none;flex-direction:column;gap:2px;max-height:240px;display:flex;overflow-y:auto}.custom-select-options-list::-webkit-scrollbar{display:none}.custom-select-option-item{color:#334155;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:6px;justify-content:space-between;align-items:center;width:100%;padding:8px 12px;font-size:13.5px;font-weight:600;transition:all .15s;display:flex}.custom-select-option-item:hover{color:#0053c6;background:#0053c60f}.custom-select-option-item.active{color:#0053c6;background:#0053c614}.custom-select-option-item .check-icon{color:#0053c6;font-size:16px;font-weight:700}.more-action-menu-anchor{flex:none;position:relative;overflow:visible}:where(.more-action-menu-trigger){width:32px;height:32px;color:var(--text-tertiary);cursor:pointer;white-space:nowrap;background:0 0;border:0;border-radius:999px;flex-shrink:0;place-items:center;transition:background .14s,color .14s,transform .14s;display:grid}:where(.more-action-menu-trigger):hover,:where(.more-action-menu-trigger)[aria-expanded=true]{color:var(--text-primary);background:#94a3b81f}:where(.more-action-menu-trigger):active{transform:scale(.94)}:where(.more-action-menu-trigger) svg{width:18px;height:18px}.more-action-menu{z-index:320;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fffffffa;border:1px solid #d6dfebeb;border-radius:14px;gap:4px;min-width:136px;max-width:min(286px,100dvw - 24px);padding:8px;display:grid;position:absolute;right:0;box-shadow:0 14px 34px #0f172a24}.more-action-menu.bottom-right{top:calc(100% + 8px)}.more-action-menu.top-right{bottom:calc(100% + 8px)}.more-action-menu-item{width:100%;min-height:36px;color:var(--text-primary);text-align:left;cursor:pointer;white-space:nowrap;background:0 0;border:0;border-radius:10px;justify-content:space-between;align-items:center;gap:12px;padding:8px 10px;display:flex}.more-action-menu-item:hover,.more-action-menu-item.selected{background:var(--surface-soft)}.more-action-menu-item:disabled{opacity:.55;cursor:default}.more-action-menu-item.danger{color:#dc2626}.more-action-menu-item-copy{gap:2px;min-width:0;display:grid}.more-action-menu-item strong{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:13px;font-weight:750;line-height:18px;overflow:hidden}.more-action-menu-item span span{text-overflow:ellipsis;min-width:0;color:var(--text-tertiary);white-space:nowrap;font-size:11px;line-height:15px;overflow:hidden}.more-action-menu-item em{color:var(--primary);white-space:nowrap;background:#286eff1a;border-radius:999px;flex-shrink:0;padding:2px 6px;font-size:10px;font-style:normal;font-weight:800;line-height:14px}.assistant-session-more-menu{width:min(282px,100dvw - 28px);max-height:min(420px,100dvh - 86px)}.assistant-session-more-menu.compact{width:196px}:root,:host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--color-red-50:oklch(97.1% .013 17.38);--color-red-100:oklch(93.6% .032 17.717);--color-amber-50:oklch(98.7% .022 95.277);--color-amber-100:oklch(96.2% .059 95.617);--color-emerald-50:oklch(97.9% .021 166.113);--color-emerald-100:oklch(95% .052 163.051);--color-emerald-500:oklch(69.6% .17 162.48);--color-emerald-600:oklch(59.6% .145 163.225);--color-emerald-700:oklch(50.8% .118 165.612);--color-blue-50:oklch(97% .014 254.604);--color-blue-100:oklch(93.2% .032 255.585);--color-blue-500:oklch(62.3% .214 259.815);--color-rose-50:oklch(96.9% .015 12.422);--color-rose-100:oklch(94.1% .03 12.58);--color-rose-200:oklch(89.2% .058 10.001);--color-rose-600:oklch(58.6% .253 17.585);--color-slate-50:oklch(98.4% .003 247.858);--color-slate-100:oklch(96.8% .007 247.896);--color-slate-200:oklch(92.9% .013 255.508);--color-slate-300:oklch(86.9% .022 252.894);--color-slate-400:oklch(70.4% .04 256.788);--color-slate-500:oklch(55.4% .046 257.417);--color-slate-600:oklch(44.6% .043 257.281);--color-slate-700:oklch(37.2% .044 257.287);--color-slate-800:oklch(27.9% .041 260.031);--color-white:#fff;--spacing:.25rem;--text-xs:.75rem;--text-xs--line-height:calc(1 / .75);--text-sm:.875rem;--text-sm--line-height:calc(1.25 / .875);--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--font-weight-extrabold:800;--font-weight-black:900;--tracking-wide:.025em;--tracking-wider:.05em;--leading-tight:1.25;--leading-snug:1.375;--leading-normal:1.5;--leading-relaxed:1.625;--radius-sm:.25rem;--radius-md:.375rem;--radius-lg:.5rem;--radius-xl:.75rem;--radius-3xl:1.5rem;--shadow-sm:0 1px 3px 0 #0000001a, 0 1px 2px -1px #0000001a;--shadow-md:0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;--shadow-xl:0 20px 25px -5px #0000001a, 0 8px 10px -6px #0000001a;--animate-spin:spin 1s linear infinite;--animate-pulse:pulse 2s cubic-bezier(.4, 0, .6, 1) infinite;--blur-2xl:40px;--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4, 0, .2, 1)}.pointer-events-none{pointer-events:none}.collapse{visibility:collapse}.visible{visibility:visible}.sr-only{clip-path:inset(50%);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.static{position:static}.top-1{top:var(--spacing)}.top-1\/2{top:50%}.-right-4{right:calc(var(--spacing) * -4)}.right-0{right:0}.right-3\.5{right:calc(var(--spacing) * 3.5)}.-bottom-4{bottom:calc(var(--spacing) * -4)}.left-1{left:var(--spacing)}.z-10{z-index:10}.container{width:100%}@media (min-width:40rem){.container{max-width:40rem}}@media (min-width:48rem){.container{max-width:48rem}}@media (min-width:64rem){.container{max-width:64rem}}@media (min-width:80rem){.container{max-width:80rem}}@media (min-width:96rem){.container{max-width:96rem}}.m-0{margin:0}.mx-4{margin-inline:calc(var(--spacing) * 4)}.mt-0\.5{margin-top:calc(var(--spacing) * .5)}.mt-1{margin-top:var(--spacing)}.mt-4{margin-top:calc(var(--spacing) * 4)}.mt-5{margin-top:calc(var(--spacing) * 5)}.mt-6{margin-top:calc(var(--spacing) * 6)}.mb-0\.5{margin-bottom:calc(var(--spacing) * .5)}.mb-1{margin-bottom:var(--spacing)}.mb-2{margin-bottom:calc(var(--spacing) * 2)}.mb-3{margin-bottom:calc(var(--spacing) * 3)}.mb-4{margin-bottom:calc(var(--spacing) * 4)}.mb-6{margin-bottom:calc(var(--spacing) * 6)}.block{display:block}.contents{display:contents}.flex{display:flex}.grid{display:grid}.hidden{display:none}.inline{display:inline}.inline-flex{display:inline-flex}.table{display:table}.h-1{height:var(--spacing)}.h-1\.5{height:calc(var(--spacing) * 1.5)}.h-3\.5{height:calc(var(--spacing) * 3.5)}.h-4{height:calc(var(--spacing) * 4)}.h-5{height:calc(var(--spacing) * 5)}.h-6{height:calc(var(--spacing) * 6)}.h-7{height:calc(var(--spacing) * 7)}.h-8{height:calc(var(--spacing) * 8)}.h-9{height:calc(var(--spacing) * 9)}.h-10{height:calc(var(--spacing) * 10)}.h-11{height:calc(var(--spacing) * 11)}.h-12{height:calc(var(--spacing) * 12)}.h-20{height:calc(var(--spacing) * 20)}.h-\[18px\]{height:18px}.h-full{height:100%}.min-h-\[80px\]{min-height:80px}.w-1\.5{width:calc(var(--spacing) * 1.5)}.w-3\.5{width:calc(var(--spacing) * 3.5)}.w-4{width:calc(var(--spacing) * 4)}.w-5{width:calc(var(--spacing) * 5)}.w-6{width:calc(var(--spacing) * 6)}.w-7{width:calc(var(--spacing) * 7)}.w-8{width:calc(var(--spacing) * 8)}.w-9{width:calc(var(--spacing) * 9)}.w-10{width:calc(var(--spacing) * 10)}.w-11{width:calc(var(--spacing) * 11)}.w-12{width:calc(var(--spacing) * 12)}.w-20{width:calc(var(--spacing) * 20)}.w-\[18px\]{width:18px}.w-full{width:100%}.max-w-\[178px\]{max-width:178px}.max-w-\[240px\]{max-width:240px}.max-w-full{max-width:100%}.min-w-0{min-width:0}.flex-1{flex:1}.flex-shrink{flex-shrink:1}.flex-shrink-0,.shrink-0{flex-shrink:0}.flex-grow{flex-grow:1}.translate-x-\[18px\]{--tw-translate-x:18px;translate:var(--tw-translate-x) var(--tw-translate-y)}.-translate-y-1\/2{--tw-translate-y: -50% ;translate:var(--tw-translate-x) var(--tw-translate-y)}.transform{transform:var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,)}.animate-pulse{animation:var(--animate-pulse)}.animate-spin{animation:var(--animate-spin)}.cursor-default{cursor:default}.cursor-pointer{cursor:pointer}.resize{resize:both}.resize-none{resize:none}.appearance-none{-webkit-appearance:none;-moz-appearance:none;appearance:none}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.items-start{align-items:flex-start}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.justify-end{justify-content:flex-end}.justify-start{justify-content:flex-start}.gap-1{gap:var(--spacing)}.gap-1\.5{gap:calc(var(--spacing) * 1.5)}.gap-2{gap:calc(var(--spacing) * 2)}.gap-2\.5{gap:calc(var(--spacing) * 2.5)}.gap-3{gap:calc(var(--spacing) * 3)}:where(.space-y-2>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-3>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-4>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-5>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing) * 5) * var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing) * 5) * calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-6>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)))}:where(.divide-x>:not(:last-child)){--tw-divide-x-reverse:0;border-inline-style:var(--tw-border-style);border-inline-start-width:calc(1px * var(--tw-divide-x-reverse));border-inline-end-width:calc(1px * calc(1 - var(--tw-divide-x-reverse)))}:where(.divide-y>:not(:last-child)){--tw-divide-y-reverse:0;border-bottom-style:var(--tw-border-style);border-top-style:var(--tw-border-style);border-top-width:calc(1px * var(--tw-divide-y-reverse));border-bottom-width:calc(1px * calc(1 - var(--tw-divide-y-reverse)))}:where(.divide-\[\#dde3ef\]>:not(:last-child)){border-color:#dde3ef}:where(.divide-\[\#f2f4f7\]>:not(:last-child)){border-color:#f2f4f7}.truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.rounded{border-radius:.25rem}.rounded-full{border-radius:3.40282e38px}.rounded-lg{border-radius:var(--radius-lg)}.rounded-md{border-radius:var(--radius-md)}.rounded-xl{border-radius:var(--radius-xl)}.rounded-t-3xl{border-top-left-radius:var(--radius-3xl);border-top-right-radius:var(--radius-3xl)}.border{border-style:var(--tw-border-style);border-width:1px}.border-0{border-style:var(--tw-border-style);border-width:0}.border-t{border-top-style:var(--tw-border-style);border-top-width:1px}.border-b{border-bottom-style:var(--tw-border-style);border-bottom-width:1px}.border-l-4{border-left-style:var(--tw-border-style);border-left-width:4px}.border-dashed{--tw-border-style:dashed;border-style:dashed}.border-none{--tw-border-style:none;border-style:none}.border-\[\#0053c6\]{border-color:#0053c6}.border-\[\#0053c6\]\/10{border-color:#0053c61a}.border-\[\#0053c6\]\/20{border-color:#0053c633}.border-\[\#c3c6d6\]\/30{border-color:#c3c6d64d}.border-\[\#d1d9e2\]{border-color:#d1d9e2}.border-\[\#d1d9e2\]\/40{border-color:#d1d9e266}.border-\[\#d1d9e2\]\/50{border-color:#d1d9e280}.border-\[\#d6e4ff\]{border-color:#d6e4ff}.border-\[\#dde3ef\]{border-color:#dde3ef}.border-\[\#f2f4f7\]{border-color:#f2f4f7}.border-amber-100{border-color:var(--color-amber-100)}.border-blue-100{border-color:var(--color-blue-100)}.border-emerald-100{border-color:var(--color-emerald-100)}.border-red-100{border-color:var(--color-red-100)}.border-rose-100{border-color:var(--color-rose-100)}.border-rose-200{border-color:var(--color-rose-200)}.border-slate-100{border-color:var(--color-slate-100)}.border-l-\[\#ba1a1a\]{border-left-color:#ba1a1a}.bg-\[\#0053c6\]{background-color:#0053c6}.bg-\[\#0053c6\]\/5{background-color:#0053c60d}.bg-\[\#0053c6\]\/10{background-color:#0053c61a}.bg-\[\#595f65\]\/5{background-color:#595f650d}.bg-\[\#047857\]\/10{background-color:#0478571a}.bg-\[\#ba1a1a\]\/10{background-color:#ba1a1a1a}.bg-\[\#c3c6d6\]{background-color:#c3c6d6}.bg-\[\#e8eef6\]{background-color:#e8eef6}.bg-\[\#e9eefb\]{background-color:#e9eefb}.bg-\[\#e9f0fe\]{background-color:#e9f0fe}.bg-\[\#f2f4f7\]{background-color:#f2f4f7}.bg-\[\#f2f6ff\]{background-color:#f2f6ff}.bg-\[\#f6faff\]{background-color:#f6faff}.bg-\[\#f7f9fb\]{background-color:#f7f9fb}.bg-\[\#f8f9ff\]\/50{background-color:#f8f9ff80}.bg-\[\#f8fafc\]{background-color:#f8fafc}.bg-\[var\(--screen-bg\)\]{background-color:var(--screen-bg)}.bg-amber-50{background-color:var(--color-amber-50)}.bg-blue-50{background-color:var(--color-blue-50)}.bg-blue-500{background-color:var(--color-blue-500)}.bg-blue-500\/10{background-color:#3080ff1a}@supports (color:color-mix(in lab,red,red)){.bg-blue-500\/10{background-color:color-mix(in oklab,var(--color-blue-500) 10%,transparent)}}.bg-emerald-50{background-color:var(--color-emerald-50)}.bg-emerald-500{background-color:var(--color-emerald-500)}.bg-emerald-500\/10{background-color:#00bb7f1a}@supports (color:color-mix(in lab,red,red)){.bg-emerald-500\/10{background-color:color-mix(in oklab,var(--color-emerald-500) 10%,transparent)}}.bg-red-50{background-color:var(--color-red-50)}.bg-rose-50{background-color:var(--color-rose-50)}.bg-slate-50{background-color:var(--color-slate-50)}.bg-slate-100{background-color:var(--color-slate-100)}.bg-slate-200{background-color:var(--color-slate-200)}.bg-transparent{background-color:#0000}.bg-white{background-color:var(--color-white)}.bg-gradient-to-br{--tw-gradient-position:to bottom right in oklab;background-image:linear-gradient(var(--tw-gradient-stops))}.bg-\[url\(\"data\:image\/svg\+xml\;charset\=utf-8\,\%3Csvg\%20xmlns\%3D\%27http\%3A\%2F\%2Fwww\.w3\.org\%2F2000\%2Fsvg\%27\%20viewBox\%3D\%270\%200\%2020\%2020\%27\%20fill\%3D\%27none\%27\%3E\%3Cpath\%20d\%3D\%27M7\%209l3\%203\%203-3\%27\%20stroke\%3D\%27\%23737785\%27\%20stroke-width\%3D\%271\.5\%27\%20stroke-linecap\%3D\%27round\%27\%20stroke-linejoin\%3D\%27round\%27\%2F\%3E\%3C\%2Fsvg\%3E\"\)\]{background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%20fill%3D%27none%27%3E%3Cpath%20d%3D%27M7%209l3%203%203-3%27%20stroke%3D%27%23737785%27%20stroke-width%3D%271.5%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%2F%3E%3C%2Fsvg%3E)}.from-\[\#eef4fb\]{--tw-gradient-from:#eef4fb;--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.to-\[\#e8eef6\]{--tw-gradient-to:#e8eef6;--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.bg-\[size\:16px_16px\]{background-size:16px 16px}.bg-\[position\:right_center\]{background-position:100%}.bg-no-repeat{background-repeat:no-repeat}.object-contain{object-fit:contain}.p-0{padding:0}.p-1\.5{padding:calc(var(--spacing) * 1.5)}.p-3{padding:calc(var(--spacing) * 3)}.p-3\.5{padding:calc(var(--spacing) * 3.5)}.p-4{padding:calc(var(--spacing) * 4)}.p-6{padding:calc(var(--spacing) * 6)}.p-8{padding:calc(var(--spacing) * 8)}.px-1{padding-inline:var(--spacing)}.px-1\.5{padding-inline:calc(var(--spacing) * 1.5)}.px-2{padding-inline:calc(var(--spacing) * 2)}.px-2\.5{padding-inline:calc(var(--spacing) * 2.5)}.px-3{padding-inline:calc(var(--spacing) * 3)}.px-3\.5{padding-inline:calc(var(--spacing) * 3.5)}.px-4{padding-inline:calc(var(--spacing) * 4)}.px-5{padding-inline:calc(var(--spacing) * 5)}.py-0\.5{padding-block:calc(var(--spacing) * .5)}.py-1{padding-block:var(--spacing)}.py-1\.5{padding-block:calc(var(--spacing) * 1.5)}.py-2{padding-block:calc(var(--spacing) * 2)}.py-2\.5{padding-block:calc(var(--spacing) * 2.5)}.py-3{padding-block:calc(var(--spacing) * 3)}.py-3\.5{padding-block:calc(var(--spacing) * 3.5)}.py-4{padding-block:calc(var(--spacing) * 4)}.pt-2\.5{padding-top:calc(var(--spacing) * 2.5)}.pt-3{padding-top:calc(var(--spacing) * 3)}.pr-4{padding-right:calc(var(--spacing) * 4)}.pr-6{padding-right:calc(var(--spacing) * 6)}.pr-16{padding-right:calc(var(--spacing) * 16)}.pr-\[100px\]{padding-right:100px}.pb-1{padding-bottom:var(--spacing)}.pb-1\.5{padding-bottom:calc(var(--spacing) * 1.5)}.pb-4{padding-bottom:calc(var(--spacing) * 4)}.pb-6{padding-bottom:calc(var(--spacing) * 6)}.pb-8{padding-bottom:calc(var(--spacing) * 8)}.pl-2{padding-left:calc(var(--spacing) * 2)}.pl-4{padding-left:calc(var(--spacing) * 4)}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.font-\[\'Hanken_Grotesk\'\]{font-family:Hanken Grotesk}.font-mono{font-family:var(--font-mono)}.text-sm{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.text-xs{font-size:var(--text-xs);line-height:var(--tw-leading,var(--text-xs--line-height))}.text-\[10px\]{font-size:10px}.text-\[11\.5px\]{font-size:11.5px}.text-\[11px\]{font-size:11px}.text-\[12\.5px\]{font-size:12.5px}.text-\[12px\]{font-size:12px}.text-\[13px\]{font-size:13px}.text-\[14px\]{font-size:14px}.text-\[15px\]{font-size:15px}.text-\[16px\]{font-size:16px}.text-\[18px\]{font-size:18px}.text-\[20px\]{font-size:20px}.leading-\[1\.2\]{--tw-leading:1.2;line-height:1.2}.leading-\[1\.3\]{--tw-leading:1.3;line-height:1.3}.leading-\[1\.5\]{--tw-leading:1.5;line-height:1.5}.leading-\[1\.45\]{--tw-leading:1.45;line-height:1.45}.leading-\[14px\]{--tw-leading:14px;line-height:14px}.leading-\[18px\]{--tw-leading:18px;line-height:18px}.leading-\[20px\]{--tw-leading:20px;line-height:20px}.leading-\[22px\]{--tw-leading:22px;line-height:22px}.leading-\[24px\]{--tw-leading:24px;line-height:24px}.leading-normal{--tw-leading:var(--leading-normal);line-height:var(--leading-normal)}.leading-relaxed{--tw-leading:var(--leading-relaxed);line-height:var(--leading-relaxed)}.leading-snug{--tw-leading:var(--leading-snug);line-height:var(--leading-snug)}.leading-tight{--tw-leading:var(--leading-tight);line-height:var(--leading-tight)}.font-black{--tw-font-weight:var(--font-weight-black);font-weight:var(--font-weight-black)}.font-bold{--tw-font-weight:var(--font-weight-bold);font-weight:var(--font-weight-bold)}.font-extrabold{--tw-font-weight:var(--font-weight-extrabold);font-weight:var(--font-weight-extrabold)}.font-medium{--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium)}.font-semibold{--tw-font-weight:var(--font-weight-semibold);font-weight:var(--font-weight-semibold)}.tracking-wide{--tw-tracking:var(--tracking-wide);letter-spacing:var(--tracking-wide)}.tracking-wider{--tw-tracking:var(--tracking-wider);letter-spacing:var(--tracking-wider)}.break-words{overflow-wrap:break-word}.break-all{word-break:break-all}.whitespace-nowrap{white-space:nowrap}.whitespace-pre-wrap{white-space:pre-wrap}.text-\[\#1e293b\]{color:#1e293b}.text-\[\#2f6de4\]{color:#2f6de4}.text-\[\#0053c6\]{color:#0053c6}.text-\[\#0053c6\]\/40{color:#0053c666}.text-\[\#161c21\]{color:#161c21}.text-\[\#161c25\]{color:#161c25}.text-\[\#191f28\]{color:#191f28}.text-\[\#515f74\]{color:#515f74}.text-\[\#595f65\]{color:#595f65}.text-\[\#047857\]{color:#047857}.text-\[\#64748b\]{color:#64748b}.text-\[\#92400e\]{color:#92400e}.text-\[\#424654\]{color:#424654}.text-\[\#424654\]\/40{color:#42465466}.text-\[\#424654\]\/50{color:#42465480}.text-\[\#424654\]\/55{color:#4246548c}.text-\[\#424654\]\/60{color:#42465499}.text-\[\#424654\]\/70{color:#424654b3}.text-\[\#475569\]{color:#475569}.text-\[\#737785\]{color:#737785}.text-\[\#b91c1c\]{color:#b91c1c}.text-\[\#ba1a1a\]{color:#ba1a1a}.text-blue-500{color:var(--color-blue-500)}.text-emerald-500{color:var(--color-emerald-500)}.text-emerald-600{color:var(--color-emerald-600)}.text-emerald-700{color:var(--color-emerald-700)}.text-rose-600{color:var(--color-rose-600)}.text-slate-300{color:var(--color-slate-300)}.text-slate-400{color:var(--color-slate-400)}.text-slate-500{color:var(--color-slate-500)}.text-slate-600{color:var(--color-slate-600)}.text-slate-700{color:var(--color-slate-700)}.text-slate-800{color:var(--color-slate-800)}.text-white{color:var(--color-white)}.uppercase{text-transform:uppercase}.placeholder-\[\#737785\]::placeholder{color:#737785}.shadow{--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a), 0 1px 2px -1px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0_1px_3px_rgba\(25\,31\,40\,0\.05\)\]{--tw-shadow:0 1px 3px var(--tw-shadow-color,#191f280d);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0_2px_4px_rgba\(0\,83\,198\,0\.03\)\]{--tw-shadow:0 2px 4px var(--tw-shadow-color,#0053c608);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0_2px_8px_rgba\(0\,0\,0\,0\.04\)\]{--tw-shadow:0 2px 8px var(--tw-shadow-color,#0000000a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-lg{--tw-shadow:0 10px 15px -3px var(--tw-shadow-color,#0000001a), 0 4px 6px -4px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-sm{--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a), 0 1px 2px -1px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-xl{--tw-shadow:0 20px 25px -5px var(--tw-shadow-color,#0000001a), 0 8px 10px -6px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[\#0053c6\]\/20{--tw-shadow-color:#0053c633}@supports (color:color-mix(in lab,red,red)){.shadow-\[\#0053c6\]\/20{--tw-shadow-color:color-mix(in oklab, oklab(47.6911% -.0341065 -.189264/.2) var(--tw-shadow-alpha), transparent)}}.outline{outline-style:var(--tw-outline-style);outline-width:1px}.blur-2xl{--tw-blur:blur(var(--blur-2xl));filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}.filter{filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}.backdrop-filter{-webkit-backdrop-filter:var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);backdrop-filter:var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,)}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-all{transition-property:all;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-colors{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-opacity{transition-property:opacity;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-transform{transition-property:transform,translate,scale,rotate;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.outline-none{--tw-outline-style:none;outline-style:none}.select-none{-webkit-user-select:none;user-select:none}@media (hover:hover){.group-hover\:translate-x-0\.5:is(:where(.group):hover *){--tw-translate-x:calc(var(--spacing) * .5);translate:var(--tw-translate-x) var(--tw-translate-y)}.group-hover\:scale-105:is(:where(.group):hover *){--tw-scale-x:105%;--tw-scale-y:105%;--tw-scale-z:105%;scale:var(--tw-scale-x) var(--tw-scale-y)}.group-hover\:text-\[\#0053c6\]:is(:where(.group):hover *){color:#0053c6}}.placeholder\:text-\[\#737785\]::placeholder{color:#737785}@media (hover:hover){.hover\:border-slate-200:hover{border-color:var(--color-slate-200)}.hover\:bg-\[\#00419e\]:hover{background-color:#00419e}.hover\:bg-\[\#dbeafe\]:hover{background-color:#dbeafe}.hover\:bg-\[\#dde3ef\]\/50:hover{background-color:#dde3ef80}.hover\:bg-\[\#e4eeff\]:hover{background-color:#e4eeff}.hover\:bg-\[\#e9f0fe\]:hover{background-color:#e9f0fe}.hover\:bg-\[\#eff4ff\]:hover{background-color:#eff4ff}.hover\:bg-red-100:hover{background-color:var(--color-red-100)}.hover\:bg-rose-100:hover{background-color:var(--color-rose-100)}.hover\:bg-slate-50:hover{background-color:var(--color-slate-50)}.hover\:bg-slate-300:hover{background-color:var(--color-slate-300)}.hover\:text-\[\#0047ab\]:hover{color:#0047ab}.hover\:text-slate-600:hover{color:var(--color-slate-600)}}.focus\:border-\[\#0053c6\]:focus{border-color:#0053c6}.focus\:ring-0:focus{--tw-ring-shadow:var(--tw-ring-inset,) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.focus\:ring-2:focus{--tw-ring-shadow:var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.focus\:ring-\[\#0053c6\]:focus{--tw-ring-color:#0053c6}.focus\:outline-none:focus{--tw-outline-style:none;outline-style:none}.active\:scale-95:active{--tw-scale-x:95%;--tw-scale-y:95%;--tw-scale-z:95%;scale:var(--tw-scale-x) var(--tw-scale-y)}.active\:bg-\[\#d0e2ff\]:active{background-color:#d0e2ff}.active\:bg-\[\#f2f4f7\]:active{background-color:#f2f4f7}.active\:bg-slate-100:active{background-color:var(--color-slate-100)}.active\:opacity-70:active{opacity:.7}.active\:opacity-75:active{opacity:.75}.disabled\:pointer-events-none:disabled{pointer-events:none}.disabled\:opacity-40:disabled{opacity:.4}.disabled\:opacity-50:disabled{opacity:.5}@property --tw-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-y{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-z{syntax:"*";inherits:false;initial-value:0}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-space-y-reverse{syntax:"*";inherits:false;initial-value:0}@property --tw-divide-x-reverse{syntax:"*";inherits:false;initial-value:0}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-divide-y-reverse{syntax:"*";inherits:false;initial-value:0}@property --tw-gradient-position{syntax:"*";inherits:false}@property --tw-gradient-from{syntax:"<color>";inherits:false;initial-value:#0000}@property --tw-gradient-via{syntax:"<color>";inherits:false;initial-value:#0000}@property --tw-gradient-to{syntax:"<color>";inherits:false;initial-value:#0000}@property --tw-gradient-stops{syntax:"*";inherits:false}@property --tw-gradient-via-stops{syntax:"*";inherits:false}@property --tw-gradient-from-position{syntax:"<length-percentage>";inherits:false;initial-value:0%}@property --tw-gradient-via-position{syntax:"<length-percentage>";inherits:false;initial-value:50%}@property --tw-gradient-to-position{syntax:"<length-percentage>";inherits:false;initial-value:100%}@property --tw-leading{syntax:"*";inherits:false}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-tracking{syntax:"*";inherits:false}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-outline-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}@property --tw-backdrop-blur{syntax:"*";inherits:false}@property --tw-backdrop-brightness{syntax:"*";inherits:false}@property --tw-backdrop-contrast{syntax:"*";inherits:false}@property --tw-backdrop-grayscale{syntax:"*";inherits:false}@property --tw-backdrop-hue-rotate{syntax:"*";inherits:false}@property --tw-backdrop-invert{syntax:"*";inherits:false}@property --tw-backdrop-opacity{syntax:"*";inherits:false}@property --tw-backdrop-saturate{syntax:"*";inherits:false}@property --tw-backdrop-sepia{syntax:"*";inherits:false}@property --tw-scale-x{syntax:"*";inherits:false;initial-value:1}@property --tw-scale-y{syntax:"*";inherits:false;initial-value:1}@property --tw-scale-z{syntax:"*";inherits:false;initial-value:1}@keyframes pulse{50%{opacity:.5}}
